:root {
  --ink: #17212b;
  --muted: #667085;
  --line: #dfe7ee;
  --paper: #ffffff;
  --mist: #f4f8fb;
  --blue: #1677c8;
  --green: #27a46f;
  --yellow: #f1b83b;
  --red: #e85c4a;
  --shadow: 0 14px 38px rgba(21, 42, 64, .12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 210px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--blue);
  border-radius: 8px;
  font-weight: 800;
}

.brand strong, .brand small { display: block; }
.brand small { color: var(--muted); font-size: 12px; margin-top: 2px; }

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 1;
  flex-wrap: wrap;
}

.nav a {
  padding: 9px 13px;
  border-radius: 6px;
  color: #344054;
  font-size: 15px;
}

.nav a:hover { background: var(--mist); color: var(--blue); }

.lang-toggle, .button {
  border: 0;
  border-radius: 7px;
  font-weight: 700;
  cursor: pointer;
}

.lang-toggle {
  padding: 9px 12px;
  background: var(--ink);
  color: #fff;
}

.hero {
  min-height: 640px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 28px;
  padding: 58px clamp(18px, 6vw, 78px) 48px;
  background: linear-gradient(115deg, #f7fbff 0%, #fff 54%, #fff7e2 100%);
}

.hero-copy {
  max-width: 640px;
}

.eyebrow, .section-head p {
  margin: 0 0 10px;
  color: var(--blue);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(42px, 7vw, 86px); line-height: .98; margin-bottom: 22px; }
h2 { font-size: clamp(28px, 4vw, 46px); margin-bottom: 14px; }
h3 { font-size: 22px; margin-bottom: 10px; }
p { color: var(--muted); line-height: 1.72; }

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
}

.primary { background: var(--blue); color: #fff; }
.secondary { background: #fff; color: var(--ink); border: 1px solid var(--line); }

.hero-media {
  position: relative;
  min-height: 430px;
}

.toy {
  position: absolute;
  border-radius: 8px;
  box-shadow: var(--shadow);
  transform: rotate(-6deg);
}

.toy::before, .toy::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.toy-a {
  width: 220px;
  height: 220px;
  left: 8%;
  top: 54px;
  background: var(--yellow);
}

.toy-a::before { width: 70px; height: 70px; background: #fff; left: 36px; top: 42px; }
.toy-a::after { width: 38px; height: 38px; background: var(--red); right: 42px; bottom: 48px; }

.toy-b {
  width: 260px;
  height: 170px;
  right: 4%;
  top: 128px;
  background: var(--blue);
  transform: rotate(8deg);
}

.toy-b::before { width: 58px; height: 58px; background: #fff; left: 46px; bottom: 28px; }
.toy-b::after { width: 58px; height: 58px; background: #fff; right: 46px; bottom: 28px; }

.toy-c {
  width: 210px;
  height: 150px;
  left: 30%;
  bottom: 30px;
  background: var(--green);
  transform: rotate(2deg);
}

.toy-c::before { width: 52px; height: 52px; background: #fff; left: 36px; top: 30px; }
.toy-c::after { width: 52px; height: 52px; background: #fff; right: 36px; top: 30px; }

.section {
  padding: 72px clamp(18px, 6vw, 78px);
}

.section-head {
  max-width: 720px;
  margin-bottom: 28px;
}

.band { background: var(--mist); }

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(21,42,64,.06);
}

.product-visual {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1.6;
  margin-bottom: 20px;
  border-radius: 8px;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
}

.blue .product-visual { background: var(--blue); }
.yellow .product-visual { background: var(--yellow); color: #462f00; }
.green .product-visual { background: var(--green); }

.category-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.category-list div {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.category-list strong, .category-list span { display: block; }
.category-list span { color: var(--muted); margin-top: 8px; line-height: 1.55; }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}

.video-box {
  display: grid;
  place-items: center;
  min-height: 310px;
  color: #fff;
  background: linear-gradient(135deg, var(--ink), #31566f);
  border-radius: 8px;
  box-shadow: var(--shadow);
  font-weight: 800;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.news-list article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

time { color: var(--red); font-weight: 800; }

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.stats span {
  padding: 28px 16px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.stats strong { display: block; color: var(--blue); font-size: 46px; }
.stats small { color: var(--muted); }

.contact {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 24px clamp(18px, 6vw, 78px);
  color: #667085;
  border-top: 1px solid var(--line);
}

@media (max-width: 900px) {
  .site-header { align-items: flex-start; gap: 12px; flex-wrap: wrap; }
  .brand { min-width: auto; }
  .nav { order: 3; width: 100%; justify-content: flex-start; }
  .hero, .split { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 34px; }
  .hero-media { min-height: 320px; order: -1; }
  .product-grid, .category-list, .news-list { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(3, 1fr); }
  .footer { flex-direction: column; }
}

@media (max-width: 520px) {
  .site-header {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px 10px;
    padding: 12px 14px 0;
    background: #fff;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    min-width: 0;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }

  .brand strong { font-size: 15px; }
  .brand small { font-size: 11px; }

  .lang-toggle {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    padding: 9px 11px;
  }

  .nav {
    grid-column: 1 / -1;
    grid-row: 2;
    order: initial;
    width: calc(100% + 28px);
    margin-left: -14px;
    padding: 0 10px 8px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 2px;
    overflow-x: auto;
    scrollbar-width: none;
    border-top: 1px solid var(--line);
  }

  .nav::-webkit-scrollbar { display: none; }

  .nav a {
    flex: 0 0 auto;
    padding: 10px 9px 6px;
    font-size: 13px;
    white-space: nowrap;
  }

  .hero-media { min-height: 260px; }
  .toy-a { width: 150px; height: 150px; }
  .toy-b { width: 180px; height: 120px; }
  .toy-c { width: 150px; height: 110px; }
  .section { padding-top: 54px; padding-bottom: 54px; }
  .stats { grid-template-columns: 1fr; }
}
.imported-card{text-decoration:none;color:inherit;cursor:pointer;transition:transform .2s,box-shadow .2s}.imported-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(18,47,78,.14)}.imported-card .product-visual{position:relative;overflow:hidden}.imported-card .product-visual img{width:100%;height:100%;object-fit:cover;display:block}.imported-card .product-visual span{position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-weight:800;font-size:26px;text-shadow:0 2px 5px rgba(0,0,0,.35);background:rgba(0,0,0,.08)}
.logo-image{width:42px;height:42px;padding:0!important;overflow:hidden;border-radius:8px}.logo-image img{width:100%;height:100%;object-fit:cover;display:block}
.english .nav>a{font-size:0}.english .nav>a small{font-size:14px}.nav>a small{display:block;font-size:11px;color:#73839a}
.nav a{display:inline-flex;flex-direction:column;align-items:center}.nav a small{font-size:11px;color:#73839a}.english .nav a{font-size:14px}
.hero-media{background-image:linear-gradient(90deg,rgba(235,248,255,.15),rgba(255,249,231,.1)),url("assets/brand/hero-toys.png");background-size:cover;background-position:center;border-radius:18px;min-height:420px}.hero-media .toy{display:none}
.hero{grid-template-columns:1.08fr .92fr;gap:32px;align-items:center;min-height:560px;padding:54px 4%}.hero-media{min-height:420px;height:420px;border-radius:18px;background-size:cover;background-position:center;box-shadow:0 20px 50px rgba(28,76,130,.16)}.hero-copy{padding:18px 0}.hero-copy h1{font-size:clamp(52px,5vw,78px);line-height:1.05;letter-spacing:-.04em;margin:14px 0 24px}.hero-copy p{font-size:18px;line-height:1.8;color:#66758b}.hero-actions{display:flex;gap:12px;margin-top:28px}.hero-actions .button{font-size:16px;font-weight:700;padding:13px 22px;border-radius:8px}.hero-actions .primary{background:#187bc9}.hero-actions .secondary{background:#fff;border:1px solid #d8e1eb;color:#182536}@media(max-width:700px){.hero{display:block;padding:28px 5% 48px;min-height:0}.hero-media{height:260px;min-height:260px;margin-bottom:28px}.hero-copy h1{font-size:44px}.hero-copy p{font-size:16px}}
.water-gun-grid .product-card{min-height:330px}.water-gun-grid .product-visual{height:220px}
.water-card .product-visual{height:220px;position:relative;overflow:hidden}.water-card .product-visual img{width:100%;height:100%;object-fit:contain;background:#f3f8fc}.water-card .product-visual span{position:absolute;left:12px;bottom:10px;background:#10233f;color:#fff;padding:5px 9px;border-radius:5px;font-size:12px}

/* Catalog category layout */
.catalog-shell{max-width:1200px;margin:42px auto 70px;padding:0 24px;display:grid;grid-template-columns:230px 1fr;gap:34px}.catalog-side{background:#f5f7fa;padding:28px 0;align-self:start;border-radius:4px}.catalog-side p{color:#0e7ad1;font-size:12px;font-weight:800;letter-spacing:.09em;margin:0 26px 8px}.catalog-side h1{font-size:27px;margin:0 26px 20px;color:#172536}.catalog-side a{display:block;color:#23364a;padding:15px 26px;text-decoration:none;font-size:16px;border-left:4px solid transparent}.catalog-side a:hover,.catalog-side a.active{background:#fff;border-left-color:#ff6b16;color:#0d4d88;font-weight:700}.catalog-title{display:flex;align-items:end;justify-content:space-between;padding:5px 0 22px;border-bottom:1px solid #e4eaf0;margin-bottom:24px}.catalog-title span{font-size:12px;font-weight:800;color:#1278c4;letter-spacing:.08em}.catalog-title h2{margin:6px 0;font-size:30px;color:#162536}.catalog-title p{margin:0;color:#718096}.catalog-contact{background:#147dcc;color:#fff;padding:11px 16px;border-radius:6px;text-decoration:none;font-weight:700}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.category-tile{min-height:245px;text-decoration:none;color:#172536;text-align:center;border:1px solid #e4eaf0;border-radius:10px;padding:15px;background:#fff;transition:.2s box-shadow,.2s transform;overflow:hidden}.category-tile:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(20,67,110,.15)}.category-tile img{width:100%;height:160px;object-fit:contain;display:block;border-radius:7px;background:#f8fbfd}.category-tile.feature img{object-fit:cover}.category-tile b{display:block;margin-top:13px;font-size:17px}.category-tile small{display:block;color:#6d7a88;font-size:11px;letter-spacing:.04em;margin-top:6px}.category-page{max-width:1120px;margin:34px auto 74px;padding:0 24px}.back-link{display:inline-block;text-decoration:none;color:#1779c2;font-weight:700;margin-bottom:18px}.category-hero{padding:38px 54px;border-radius:16px;background:linear-gradient(130deg,#eaf7ff,#fff4df);display:grid;grid-template-columns:1fr 340px;align-items:center;gap:36px;overflow:hidden}.category-hero.outdoor{background:linear-gradient(130deg,#e5f8ed,#eef9ff)}.category-hero.role{background:linear-gradient(130deg,#fff0f4,#f6edff)}.category-hero.baby{background:linear-gradient(130deg,#fff9e3,#edfaff)}.category-hero p{font-size:12px;color:#097ccc;letter-spacing:.12em;font-weight:800;margin:0 0 8px}.category-hero h1{font-size:42px;margin:0 0 14px;color:#172536}.category-hero span{color:#536273;line-height:1.8}.category-hero img{width:100%;height:215px;object-fit:contain;border-radius:10px;background:#fff}.category-products{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:28px}.category-products a{border:1px solid #e2e9f0;border-radius:10px;padding:12px;text-decoration:none;color:#1c2b39;background:#fff}.category-products a:hover{box-shadow:0 12px 25px rgba(15,65,105,.12)}.category-products img{width:100%;height:190px;object-fit:contain;background:#f7fafc;border-radius:7px;display:block}.category-products b{display:block;font-size:16px;margin:13px 3px 7px}.category-products small{margin:0 3px;color:#1978c1}@media(max-width:760px){.catalog-shell{display:block;margin:22px auto 45px;padding:0 14px}.catalog-side{display:flex;overflow-x:auto;padding:12px 0;margin-bottom:18px;white-space:nowrap}.catalog-side p,.catalog-side h1{display:none}.catalog-side a{padding:10px 14px;font-size:14px;border-left:0;border-bottom:3px solid transparent}.catalog-side a.active{border-bottom-color:#ff6b16}.catalog-title{align-items:start}.catalog-title h2{font-size:25px}.catalog-title p{font-size:13px}.catalog-contact{font-size:13px;padding:9px 11px}.category-grid{grid-template-columns:repeat(2,1fr);gap:12px}.category-tile{min-height:200px;padding:9px}.category-tile img{height:125px}.category-tile b{font-size:15px;margin-top:10px}.category-page{padding:0 14px;margin:22px auto 45px}.category-hero{padding:24px;grid-template-columns:1fr;gap:16px}.category-hero h1{font-size:32px}.category-hero img{height:180px}.category-products{grid-template-columns:1fr;gap:14px}.category-products img{height:180px}}
.series-cover{width:100%;margin:26px 0 34px;border-radius:18px;overflow:hidden;background:#dff3ff;box-shadow:0 16px 36px rgba(20,80,120,.14)}.series-cover img{display:block;width:100%;height:360px;object-fit:cover;object-position:center}@media(max-width:700px){.series-cover img{height:220px}}
