:root {
  --ink: #fffaf7;
  --muted: rgba(255, 250, 247, 0.72);
  --line: rgba(255, 255, 255, 0.18);
  --deep: #10112c;
  --violet: #6d73ff;
  --coral: #ff8f9a;
  --peach: #ffd38d;
  --mint: #8df6d2;
  --panel: rgba(18, 20, 52, 0.62);
  --glass: rgba(255, 255, 255, 0.1);
  color-scheme: dark;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 143, 154, 0.2), transparent 26rem),
    radial-gradient(circle at 80% 15%, rgba(141, 246, 210, 0.16), transparent 24rem),
    linear-gradient(135deg, #11132e 0%, #211848 48%, #382252 100%);
  overflow-x: hidden;
}

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

.noise {
  position: fixed;
  inset: 0;
  z-index: 15;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.45) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.28) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.cursor-glow {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 14;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0);
  background: radial-gradient(circle, rgba(255, 211, 141, 0.22), transparent 62%);
  filter: blur(2px);
}

.site-header {
  position: fixed;
  left: 50%;
  top: 1rem;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  width: min(1120px, calc(100% - 2rem));
  padding: 0.6rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(10, 11, 29, 0.58);
  backdrop-filter: blur(18px);
  box-shadow: 0 1.25rem 4rem rgba(0, 0, 0, 0.22);
  transform: translateX(-50%);
}

.brand,
.nav,
.hero-actions,
.contact {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.55rem;
  padding-left: 0.35rem;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 32%, #fff 0 10%, transparent 11%),
    radial-gradient(circle at 52% 58%, var(--coral) 0 22%, transparent 23%),
    linear-gradient(135deg, var(--peach), var(--violet));
  box-shadow: 0 0 1.4rem rgba(255, 211, 141, 0.55);
}

.nav {
  justify-content: center;
  gap: 0.3rem;
}

.nav a,
.header-cta {
  border-radius: 999px;
  padding: 0.72rem 1rem;
  color: rgba(255, 250, 247, 0.78);
  font-size: 0.88rem;
  transition: 180ms ease;
}

.nav a:hover,
.header-cta:hover {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}

.header-cta {
  color: #1c1531;
  background: var(--peach);
  font-weight: 800;
}

.cart-link b {
  display: inline-grid;
  place-items: center;
  min-width: 1.35rem;
  height: 1.35rem;
  margin-left: 0.35rem;
  border-radius: 50%;
  color: white;
  background: #1c1531;
  font-size: 0.72rem;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  padding: 9rem max(1.25rem, calc((100vw - 1120px) / 2)) 4rem;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
}

.hero-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 10, 28, 0.82), rgba(11, 10, 28, 0.24) 48%, rgba(11, 10, 28, 0.72)),
    linear-gradient(to top, #11132e 0%, transparent 45%, rgba(8, 8, 23, 0.42) 100%);
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(720px, 100%);
  padding-bottom: 4.2rem;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--peach);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 11ch;
  margin-bottom: 1rem;
  font-size: clamp(3rem, 8vw, 7.7rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.1rem, 4vw, 4.6rem);
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin-bottom: 0.7rem;
  font-size: 1.25rem;
  line-height: 1.1;
}

.hero-copy,
.showcase-copy p,
.contact p,
.toy-card p,
.steps p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.hero-copy {
  max-width: 38rem;
  margin-bottom: 1.5rem;
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.hero-actions {
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.85rem 1.25rem;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.primary {
  color: #171127;
  background: linear-gradient(135deg, var(--peach), #fff0b8);
  box-shadow: 0 1rem 2.5rem rgba(255, 211, 141, 0.28);
}

.btn.ghost {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.hero-panel {
  position: absolute;
  right: max(1.25rem, calc((100vw - 1120px) / 2));
  bottom: 3.5rem;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(520px, calc(100% - 2.5rem));
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  background: rgba(17, 19, 46, 0.55);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.hero-panel div {
  padding: 1.1rem;
  border-right: 1px solid var(--line);
}

.hero-panel div:last-child {
  border-right: 0;
}

.hero-panel strong {
  display: block;
  font-size: 1.55rem;
}

.hero-panel span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.hero-stars span {
  position: absolute;
  z-index: 2;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 1.8rem white;
  animation: twinkle 2.8s ease-in-out infinite;
}

.hero-stars span:nth-child(1) { left: 14%; top: 24%; }
.hero-stars span:nth-child(2) { left: 47%; top: 18%; animation-delay: 0.4s; }
.hero-stars span:nth-child(3) { right: 15%; top: 28%; animation-delay: 0.8s; }
.hero-stars span:nth-child(4) { right: 31%; bottom: 30%; animation-delay: 1.1s; }
.hero-stars span:nth-child(5) { left: 28%; bottom: 24%; animation-delay: 1.4s; }

.flying-toys > span {
  position: absolute;
  z-index: 5;
  display: block;
  pointer-events: none;
}

.mosquito {
  width: 4.6rem;
  height: 2.1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff6d3, #ff9ca9);
  box-shadow: 0 0.8rem 2rem rgba(255, 143, 154, 0.25);
  animation: floaty 8s ease-in-out infinite;
}

.mosquito::before,
.mosquito::after {
  content: "";
  position: absolute;
  top: -1.1rem;
  width: 2.2rem;
  height: 1.6rem;
  border-radius: 50% 50% 45% 45%;
  background: rgba(222, 245, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.55);
  transform-origin: bottom center;
  animation: wing 0.65s ease-in-out infinite alternate;
}

.mosquito::before {
  left: 0.5rem;
  transform: rotate(-22deg);
}

.mosquito::after {
  right: 0.5rem;
  transform: rotate(22deg);
}

.mosquito i {
  position: absolute;
  right: -1.2rem;
  top: 0.85rem;
  width: 1.5rem;
  height: 0.22rem;
  border-radius: 999px;
  background: var(--peach);
}

.m1 { left: 8%; top: 45%; }
.m2 { right: 13%; top: 34%; scale: 0.78; animation-delay: -2s; }
.m3 { right: 31%; bottom: 17%; scale: 0.62; animation-delay: -4s; }

.planet {
  width: 5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff, var(--mint) 22%, var(--violet) 72%);
  box-shadow: inset -1rem -1rem 1.8rem rgba(25, 18, 60, 0.38), 0 0 2rem rgba(141, 246, 210, 0.28);
  animation: orbit 12s ease-in-out infinite;
}

.p1 { right: 6%; bottom: 43%; }
.p2 { left: 38%; top: 27%; scale: 0.46; animation-delay: -5s; }

.marquee {
  padding: 1rem 0;
  border-block: 1px solid var(--line);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 2.5rem;
  animation: marquee 24s linear infinite;
}

.marquee span {
  color: rgba(255, 250, 247, 0.8);
  font-size: clamp(1.05rem, 2.2vw, 2rem);
  font-weight: 900;
  text-transform: uppercase;
}

.section,
.showcase,
.contact {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

.section {
  padding: 6rem 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.catalog-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: none;
}

.filters {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.filters button,
.add-cart,
.wish {
  font: inherit;
  cursor: pointer;
}

.filters button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.68rem 0.9rem;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.07);
}

.filters button.active,
.filters button:hover {
  color: #171127;
  background: var(--peach);
}

.category-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding-bottom: 1rem;
}

.category-strip a {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "icon title"
    "icon meta";
  align-items: center;
  gap: 0.15rem 1rem;
  min-height: 6.5rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  transition: transform 180ms ease, background 180ms ease;
}

.category-strip a:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.13);
}

.category-icon {
  grid-area: icon;
  width: 4rem;
  aspect-ratio: 1;
  border-radius: 1.1rem;
  background:
    radial-gradient(circle at 35% 30%, #fff 0 12%, transparent 13%),
    linear-gradient(135deg, var(--peach), var(--violet));
  box-shadow: inset -0.6rem -0.7rem 1rem rgba(28, 21, 49, 0.22);
}

.category-icon.space {
  border-radius: 50%;
  background:
    linear-gradient(transparent 44%, rgba(255, 255, 255, 0.5) 45% 54%, transparent 55%),
    radial-gradient(circle at 35% 30%, #fff, var(--mint) 20%, var(--violet) 70%);
}

.category-icon.buzz {
  border-radius: 999px;
  background: linear-gradient(135deg, #fff2c8, #ff9ca9);
}

.category-strip strong {
  grid-area: title;
  font-size: 1.1rem;
}

.category-strip small {
  grid-area: meta;
  color: var(--muted);
}

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

.toy-card,
.product-card,
.steps article,
.case-board,
.deal-card {
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.18);
}

.toy-card,
.product-card {
  position: relative;
  min-height: 25rem;
  padding: 1rem;
  overflow: hidden;
}

.product-card {
  display: flex;
  flex-direction: column;
  transition: transform 180ms ease, border-color 180ms ease;
}

.product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 211, 141, 0.46);
}

.toy-visual,
.product-visual {
  position: relative;
  min-height: 13rem;
  margin-bottom: 1.2rem;
  border-radius: 0.45rem;
  background:
    radial-gradient(circle at 45% 35%, rgba(255, 255, 255, 0.9), transparent 8%),
    radial-gradient(circle at 50% 52%, rgba(255, 143, 154, 0.8), transparent 24%),
    linear-gradient(135deg, rgba(109, 115, 255, 0.55), rgba(141, 246, 210, 0.18));
  overflow: hidden;
}

.toy-visual::after,
.product-visual::after {
  content: "";
  position: absolute;
  inset: auto 18% 15% 18%;
  height: 30%;
  border-radius: 50%;
  background: rgba(9, 10, 26, 0.25);
  filter: blur(18px);
}

.product-visual {
  display: grid;
  place-items: center;
  min-height: 15rem;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.75), transparent 18%),
    linear-gradient(145deg, rgba(255, 250, 247, 0.95), rgba(225, 232, 255, 0.76));
}

.product-visual img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 15rem;
  object-fit: contain;
  padding: 0.45rem;
  filter: drop-shadow(0 1.3rem 1.6rem rgba(28, 21, 49, 0.2));
  transition: transform 240ms ease;
}

.product-card:hover .product-visual img {
  transform: scale(1.04) rotate(-1deg);
}

.astronaut::before,
.mosquito-toy::before,
.planet-shelf::before,
.bunny::before,
.blocks::before,
.rocket::before,
.robot::before,
.doll::before,
.car::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.astronaut::before {
  width: 6.5rem;
  height: 8.2rem;
  border-radius: 45% 45% 35% 35%;
  background:
    radial-gradient(circle at 64% 30%, #16152c 0 8%, transparent 9%),
    radial-gradient(circle at 50% 32%, #fff8ed 0 28%, transparent 29%),
    linear-gradient(#f4e7dc, #d9d7ff);
  box-shadow: inset -0.8rem -0.8rem 1.5rem rgba(109, 115, 255, 0.3);
}

.mosquito-toy::before {
  width: 9rem;
  height: 4rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff2c8, #ff9ca9);
  box-shadow: 0 0 0 1.2rem rgba(255, 255, 255, 0.1);
}

.planet-shelf::before {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background:
    linear-gradient(transparent 45%, rgba(255, 255, 255, 0.42) 46% 54%, transparent 55%),
    radial-gradient(circle at 35% 28%, #fff, #ffd38d 18%, #ff8f9a 62%, #6d73ff);
}

.bunny::before {
  width: 6.8rem;
  height: 7rem;
  border-radius: 46% 46% 38% 38%;
  background:
    radial-gradient(ellipse at 32% -30%, #ffd3e2 0 21%, transparent 22%),
    radial-gradient(ellipse at 68% -30%, #ffd3e2 0 21%, transparent 22%),
    radial-gradient(circle at 39% 38%, #16152c 0 4%, transparent 5%),
    radial-gradient(circle at 61% 38%, #16152c 0 4%, transparent 5%),
    linear-gradient(#fff1fb, #ffc3dd);
}

.blocks::before {
  width: 8.5rem;
  height: 7.2rem;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.9) 0 5%, transparent 6%),
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.9) 0 5%, transparent 6%),
    radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.9) 0 5%, transparent 6%),
    linear-gradient(90deg, var(--coral) 0 32%, var(--peach) 33% 66%, var(--mint) 67%);
  border-radius: 0.9rem;
  box-shadow:
    0 -2.8rem 0 -0.7rem rgba(255, 211, 141, 0.88),
    inset -0.7rem -0.8rem 1.1rem rgba(28, 21, 49, 0.22);
}

.rocket::before {
  width: 5rem;
  height: 9rem;
  border-radius: 50% 50% 22% 22%;
  background:
    radial-gradient(circle at 50% 28%, rgba(141, 246, 210, 0.9) 0 13%, transparent 14%),
    linear-gradient(90deg, var(--coral) 0 18%, transparent 19% 81%, var(--coral) 82%),
    linear-gradient(#fff6d3, #d9d7ff);
}

.robot::before {
  width: 7.6rem;
  height: 7.4rem;
  border-radius: 1.4rem;
  background:
    radial-gradient(circle at 35% 34%, #16152c 0 7%, transparent 8%),
    radial-gradient(circle at 65% 34%, #16152c 0 7%, transparent 8%),
    linear-gradient(transparent 52%, rgba(255, 255, 255, 0.55) 53% 57%, transparent 58%),
    linear-gradient(135deg, #d9d7ff, #8df6d2);
}

.doll::before {
  width: 7rem;
  height: 8.5rem;
  border-radius: 48% 48% 28% 28%;
  background:
    radial-gradient(circle at 39% 29%, #16152c 0 4%, transparent 5%),
    radial-gradient(circle at 61% 29%, #16152c 0 4%, transparent 5%),
    radial-gradient(circle at 50% 20%, #ffe0c6 0 28%, transparent 29%),
    linear-gradient(#ffb7d0 0 42%, #6d73ff 43% 100%);
  box-shadow:
    -2.3rem -0.2rem 0 -1.3rem #ffd38d,
    2.3rem -0.2rem 0 -1.3rem #ffd38d,
    inset -0.8rem -0.8rem 1.2rem rgba(28, 21, 49, 0.2);
}

.car::before {
  width: 9rem;
  height: 4.8rem;
  border-radius: 1.2rem 1.2rem 0.9rem 0.9rem;
  background:
    radial-gradient(circle at 25% 100%, #171127 0 13%, transparent 14%),
    radial-gradient(circle at 76% 100%, #171127 0 13%, transparent 14%),
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.88) 0 9%, transparent 10%),
    linear-gradient(135deg, var(--mint), var(--violet));
  box-shadow:
    inset -0.8rem -0.8rem 1.2rem rgba(28, 21, 49, 0.25),
    0 1.2rem 0 -0.8rem rgba(255, 211, 141, 0.9);
}

.toy-tag {
  width: fit-content;
  margin-bottom: 0.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
  color: var(--peach);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.wish {
  position: absolute;
  top: 1.75rem;
  right: 1.75rem;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: white;
  background: rgba(12, 13, 34, 0.45);
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, background 180ms ease;
}

.wish:hover,
.wish.is-loved {
  transform: scale(1.08);
  background: rgba(255, 143, 154, 0.72);
}

.product-card p:not(.toy-tag) {
  flex: 1;
}

.product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: 1rem;
}

.product-bottom strong,
.deal-price strong {
  font-size: 1.25rem;
}

.add-cart {
  border: 0;
  border-radius: 999px;
  padding: 0.75rem 0.95rem;
  color: #171127;
  background: var(--peach);
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.add-cart:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.8rem 1.6rem rgba(255, 211, 141, 0.22);
}

.add-cart.is-added {
  background: var(--mint);
}

.showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2rem;
  padding: 5rem 0 6rem;
}

.shop-showcase {
  align-items: stretch;
}

.deal-card {
  position: relative;
  display: flex;
  min-height: 24rem;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.4rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 56% 18%, rgba(255, 255, 255, 0.82), transparent 7%),
    radial-gradient(circle at 50% 35%, rgba(255, 143, 154, 0.9), transparent 25%),
    linear-gradient(145deg, rgba(109, 115, 255, 0.38), rgba(255, 255, 255, 0.07));
}

.deal-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 42%;
  width: 13rem;
  height: 10rem;
  border-radius: 1.4rem;
  background:
    linear-gradient(90deg, transparent 45%, rgba(255, 255, 255, 0.4) 46% 54%, transparent 55%),
    linear-gradient(#ffd38d, #ff8f9a);
  box-shadow: inset -1rem -1rem 1.6rem rgba(28, 21, 49, 0.22);
  transform: translate(-50%, -50%) rotate(-7deg);
}

.deal-card > * {
  position: relative;
  z-index: 1;
}

.deal-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
  color: #171127;
  background: var(--mint);
  font-weight: 900;
}

.deal-price {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0.6rem 0 1rem;
}

.deal-price span {
  color: rgba(255, 250, 247, 0.55);
  text-decoration: line-through;
}

.case-board {
  padding: 1rem;
}

.case-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  min-height: 4.8rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.case-row:last-child {
  border-bottom: 0;
}

.case-row strong {
  color: var(--ink);
  text-align: right;
}

.steps article {
  padding: 1.25rem;
}

.steps span {
  display: block;
  margin-bottom: 2.5rem;
  color: var(--mint);
  font-size: 0.85rem;
  font-weight: 900;
}

.contact {
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background:
    radial-gradient(circle at 82% 35%, rgba(255, 211, 141, 0.22), transparent 20rem),
    rgba(255, 255, 255, 0.08);
}

.contact h2 {
  max-width: 690px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(1.4rem);
  transition: opacity 700ms ease, transform 700ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floaty {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-4deg); }
  50% { transform: translate3d(1.2rem, -1.8rem, 0) rotate(5deg); }
}

@keyframes wing {
  to { transform: rotate(0deg) scaleY(0.82); }
}

@keyframes orbit {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-1.2rem, 1rem, 0); }
}

@keyframes twinkle {
  0%, 100% { opacity: 0.3; scale: 0.8; }
  50% { opacity: 1; scale: 1.4; }
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

@media (max-width: 880px) {
  .site-header {
    grid-template-columns: 1fr auto;
    border-radius: 1.2rem;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: 92svh;
    padding-top: 8rem;
  }

  .hero-content {
    padding-bottom: 12rem;
  }

  .toy-grid,
  .steps,
  .showcase,
  .product-grid,
  .category-strip {
    grid-template-columns: 1fr;
  }

  .catalog-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .filters {
    justify-content: flex-start;
  }

  .hero-panel {
    bottom: 2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-panel div {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .hero-panel div:last-child {
    border-right: 0;
  }

  .showcase {
    padding-top: 2rem;
  }

  .contact {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 540px) {
  .brand span:last-child {
    max-width: 9.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header-cta {
    padding-inline: 0.82rem;
    font-size: 0.78rem;
  }

  .hero {
    min-height: 92svh;
  }

  .hero-content {
    padding-bottom: 12rem;
  }

  .m1 { left: 2%; top: 50%; scale: 0.72; }
  .m2 { right: 2%; top: 31%; scale: 0.58; }
  .m3 { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
