/* Toy Playground — store  ·  v4 "clean & premium"
   Mobile-first. Primary viewport 380px. Desktop breakpoint 760px.
   No build step, no framework.

   v4 note: rebuilt against lego.com (read in a live browser, 27 Aug 2026).
   What was taken from it, and why:
     · White ground. No cream, no warm tint, no gradients.
     · Cards have NO box — no border, no radius, no shadow, no background.
       A photo and some text on white. That is the whole card.
     · Price is BLACK and bold. Not red. The compare-at stays, but small
       and grey — the anchor survives, the shouting does not.
     · Product titles are weight 500, not 700. Restraint reads expensive.
     · Section padding roughly doubled. Whitespace is the product.
   What was deliberately NOT taken:
     · LEGO has no COD, no trust bar, no WhatsApp. Those stay, because in
       Pakistan on cash-on-delivery they are what actually closes the sale.
       They are restyled quiet, not removed. */

@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800&display=swap');

:root {
  --bg:        #FFFFFF;
  --surface:   #FFFFFF;
  --tone:      #F6F6F5;   /* the only non-white ground, used behind photos */
  --ink:       #141414;   /* headings, price */
  --ink-2:     #2C2C2C;   /* body copy */
  --ink-soft:  #6E6E6E;   /* secondary, compare-at, captions */
  --line:      #E7E7E5;
  --line-soft: #F0F0EE;
  --brand:     #D9481F;   /* used sparingly: logo, links, ticks */
  --gold:      #F5A623;
  --wa:        #25D366;
  --wa-dk:     #17A94F;
  --ph-a:      #F6F6F5;
  --ph-b:      #EDEDEA;
  --ph-line:   #D8D8D4;
  --ph-ink:    #8C8C86;
  --warn-bg:   #FBF7EE;
  --warn-line: #E8DCC2;
  --wrap: 460px;
  --gut: 20px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0; background: var(--bg); color: var(--ink-2);
  font-family: "Figtree", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--brand); }
h1, h2, h3, h4 { color: var(--ink); }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); }

/* ---------- announcement bar ---------- */
.topbar {
  background: var(--ink); color: #EDEDEA;
  font-size: 11.5px; font-weight: 500; letter-spacing: .05em;
  text-transform: uppercase; text-align: center;
  padding: 9px 16px;
}

/* ---------- header ---------- */
header.site { background: var(--surface); border-bottom: 1px solid var(--line); }
.head-row {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  max-width: var(--wrap); margin: 0 auto; padding: 16px var(--gut) 14px;
}
.logo {
  font-size: 20px; font-weight: 800; letter-spacing: -.025em;
  color: var(--ink); text-decoration: none;
}
.logo span { color: var(--brand); }
.head-phone { font-size: 13px; color: var(--ink-soft); text-decoration: none; white-space: nowrap; }

nav.main { border-top: 1px solid var(--line-soft); }
nav.main ul {
  list-style: none; margin: 0 auto; padding: 0 var(--gut);
  max-width: var(--wrap); display: flex; gap: 26px;
}
nav.main a {
  display: block; padding: 13px 0; font-size: 14.5px; font-weight: 500;
  color: var(--ink-2); text-decoration: none;
  border-bottom: 2px solid transparent; margin-bottom: -1px;
}
nav.main a.on { color: var(--ink); border-bottom-color: var(--ink); font-weight: 600; }

/* ---------- HERO — photo first, words underneath, on white ---------- */
.hero { background: var(--surface); }
.hero-media { position: relative; aspect-ratio: 4 / 3; background: var(--tone); overflow: hidden; }
.hero-media img.hero-img { width: 100%; height: 100%; object-fit: cover; }
.hero-copy {
  max-width: var(--wrap); margin: 0 auto; padding: 30px var(--gut) 36px; text-align: center;
}
.hero-copy .kicker {
  display: inline-block; font-size: 11.5px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--brand); margin-bottom: 12px;
}
.hero-copy h1 {
  font-size: 30px; line-height: 1.18; margin: 0 0 12px;
  letter-spacing: -.03em; font-weight: 800;
}
.hero-copy p {
  margin: 0 auto 22px; color: var(--ink-soft); font-size: 15.5px;
  line-height: 1.6; max-width: 34em;
}
.btn-hero {
  display: inline-block; background: var(--ink); color: #fff; text-decoration: none;
  font-weight: 600; font-size: 15.5px; padding: 14px 34px; border-radius: 100px;
}
.btn-hero:hover { background: #000; }

/* ---------- section rhythm ---------- */
section.block { padding: 46px 0; }
.sec-head { text-align: center; margin-bottom: 28px; }
h2.sec {
  font-size: 23px; font-weight: 700; line-height: 1.35;
  margin: 0 0 8px; letter-spacing: -.02em; text-transform: none;
}
.sec-note { margin: 0 auto; font-size: 14.5px; color: var(--ink-soft); max-width: 36em; }

/* ---------- social proof strip ---------- */
.proof { border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft);
  padding: 26px 0; text-align: center; }
.proof h2 { font-size: 13px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--ink-soft); margin: 0 0 8px; }
.proof .stars { color: var(--gold); font-size: 17px; letter-spacing: 3px; }
.proof .sub { font-size: 14px; color: var(--ink-soft); margin: 8px 0 0; }

/* ---------- UGC rail ---------- */
.rail { display: flex; gap: 12px; overflow-x: auto; padding: 2px var(--gut) 8px;
  scroll-snap-type: x mandatory; scrollbar-width: thin; }
.rail::-webkit-scrollbar { height: 4px; }
.rail::-webkit-scrollbar-thumb { background: var(--line); border-radius: 3px; }
.rail > * { scroll-snap-align: start; flex: 0 0 auto; }
.ugc { width: 150px; }
.ugc .ph { border-radius: 4px; aspect-ratio: 9 / 16; position: relative; }
.ugc .play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 38px; height: 38px; border-radius: 50%; background: rgba(20,20,20,.55);
  color: #fff; font-size: 14px; display: flex; align-items: center; justify-content: center;
}
.ugc .cap { font-size: 12px; color: var(--ink-soft); margin: 8px 2px 0; line-height: 1.4; }

/* ---------- PRODUCT CARDS — the LEGO move: no box at all ---------- */
.cards { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 16px; }
.card { background: none; border: none; border-radius: 0; box-shadow: none;
  display: flex; flex-direction: column; }
.card .media { background: var(--tone); overflow: hidden; }
.card .media img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  transition: transform .35s ease;
}
.card:hover .media img { transform: scale(1.03); }
.card .body { padding: 12px 0 0; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.card .rating { font-size: 12.5px; color: var(--gold); letter-spacing: 1.5px; }
.card .rating i { color: var(--ink-soft); font-style: normal; font-size: 12px; letter-spacing: 0; }
.card h3 { font-size: 16px; margin: 0; line-height: 1.45; font-weight: 500; letter-spacing: -.005em; }
.card h3 a { color: var(--ink); text-decoration: none; }
.card h3 a:hover { text-decoration: underline; text-underline-offset: 3px; }
.price-row { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; margin-top: auto; padding-top: 4px; }
.price { font-size: 17px; font-weight: 700; color: var(--ink); letter-spacing: -.01em; }
.was { font-size: 13px; color: var(--ink-soft); text-decoration: line-through; }
.card .fd { font-size: 12.5px; color: var(--ink-soft); }

/* ---------- buttons ---------- */
.btn { display: block; width: 100%; text-align: center; text-decoration: none;
  font-weight: 600; font-size: 15.5px; padding: 15px 18px; border-radius: 100px;
  border: none; cursor: pointer; }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: var(--wa-dk); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #000; }

/* ---------- trust row ---------- */
.trustbar { border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft);
  padding: 26px 0; background: var(--surface); }
.trustbar ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.trustbar li { display: flex; gap: 11px; align-items: flex-start;
  font-size: 14.5px; line-height: 1.5; color: var(--ink-2); }
.trustbar li b { color: var(--ink); font-weight: 600; }
.trustbar .tick { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 3px;
  color: var(--brand); font-size: 13px; font-weight: 700; line-height: 18px; }
.trustbar .rare { color: var(--ink-soft); font-size: 13px; }

/* ---------- placeholders ---------- */
.ph {
  background: linear-gradient(160deg, var(--ph-a), var(--ph-b));
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  color: var(--ph-ink); font-size: 12px; font-weight: 500; text-align: center;
  padding: 8px; line-height: 1.45;
}
.ph-1x1 { aspect-ratio: 1 / 1; }
.ph-4x5 { aspect-ratio: 4 / 5; }

/* ---------- PDP ---------- */
.pdp-sec { margin: 0 0 26px; }
.gal-main { position: relative; overflow: hidden; background: var(--tone); }
.gal-main img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 10px; }
.thumbs img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border: 1px solid var(--line); cursor: pointer; background: var(--tone); opacity: .72;
  transition: opacity .2s ease, border-color .2s ease; }
.thumbs img:hover { opacity: 1; }
.thumbs img.on { border-color: var(--ink); opacity: 1; }

.pdp-title { font-size: 26px; margin: 0; line-height: 1.22; letter-spacing: -.03em; font-weight: 700; }
.pdp-price { font-size: 26px; font-weight: 700; color: var(--ink); letter-spacing: -.02em; }
.pdp-was { font-size: 15px; color: var(--ink-soft); text-decoration: line-through; }

.photo-note { font-size: 12px; color: var(--ink-soft); margin: 10px 2px 0; line-height: 1.55; }

/* price not set yet */
.tbd { display: inline-block; font-size: 14px; font-weight: 600; color: var(--ph-ink);
  background: var(--tone); border: 1px solid var(--line);
  border-radius: 4px; padding: 3px 10px; letter-spacing: .01em; }

/* spec table */
.specs { width: 100%; border-collapse: collapse; font-size: 14.5px; margin: 12px 0 0; }
.specs th, .specs td { text-align: left; padding: 12px 0; border-bottom: 1px solid var(--line-soft);
  vertical-align: top; }
.specs th { font-weight: 600; color: var(--ink); width: 42%; padding-right: 16px; }
.specs td { color: var(--ink-2); }

/* PDP body copy */
.pdesc h3 { font-size: 17px; margin: 30px 0 10px; font-weight: 700; letter-spacing: -.015em; }
.pdesc h3:first-child { margin-top: 0; }
.pdesc ul { margin: 0 0 6px; padding-left: 20px; font-size: 15px; }
.pdesc li { margin-bottom: 8px; }
.pdesc li b { color: var(--ink); font-weight: 600; }
.pdesc p { font-size: 15px; margin: 0 0 10px; color: var(--ink-2); }

/* ---------- prose pages ---------- */
.prose { background: var(--surface); padding: 8px 0 20px; }
.prose h1 { font-size: 28px; margin: 0 0 6px; letter-spacing: -.03em; font-weight: 700; }
.prose .updated { font-size: 13px; color: var(--ink-soft); margin: 0 0 26px; }
.prose h2 { font-size: 19px; margin: 32px 0 10px; font-weight: 700; letter-spacing: -.02em; }
.prose p, .prose li { font-size: 15.5px; color: var(--ink-2); }
.prose ul, .prose ol { padding-left: 20px; margin: 10px 0; }
.prose li { margin-bottom: 7px; }
.prose hr { border: none; border-top: 1px solid var(--line-soft); margin: 30px 0; }
.prose table { width: 100%; border-collapse: collapse; margin: 14px 0; font-size: 14.5px; table-layout: fixed; }
.prose th, .prose td { text-align: left; padding: 11px 12px 11px 0; border-bottom: 1px solid var(--line-soft);
  vertical-align: top; overflow-wrap: break-word; word-break: break-word; }
.prose th { font-weight: 600; color: var(--ink); }
.callout { background: var(--tone); border-left: 2px solid var(--ink);
  padding: 16px 18px; margin: 18px 0; }
.callout p { margin: 0; font-size: 15px; }
.callout strong { color: var(--ink); }

/* ---------- FAQ ---------- */
details.faq { border-bottom: 1px solid var(--line-soft); }
details.faq summary { padding: 18px 0; font-weight: 600; font-size: 15.5px; cursor: pointer;
  list-style: none; display: flex; justify-content: space-between; gap: 14px; color: var(--ink); }
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after { content: "+"; color: var(--ink-soft); font-weight: 400; font-size: 19px; line-height: 1; }
details.faq[open] summary::after { content: "\2013"; }
details.faq .a { padding: 0 0 18px; font-size: 15px; color: var(--ink-2); }
details.faq .a p { margin: 0 0 10px; }
details.faq .a p:last-child { margin-bottom: 0; }

/* ---------- reviews ---------- */
.rev-empty { border: 1px solid var(--line); padding: 30px 18px; text-align: center; }
.rev-empty .stars { color: var(--line); font-size: 22px; letter-spacing: 4px; }
.rev-empty .zero { font-size: 14.5px; color: var(--ink-soft); margin: 10px 0 0; }
.warn { background: var(--warn-bg); border: 1px solid var(--warn-line);
  padding: 16px 18px; margin-top: 14px; }
.warn p { margin: 0; font-size: 13px; color: #6B5322; line-height: 1.6; }
.warn strong { color: #4A3812; }

/* ---------- sticky CTA ---------- */
.sticky-cta { position: sticky; bottom: 0; z-index: 30; background: rgba(255,255,255,.96);
  border-top: 1px solid var(--line); padding: 12px var(--gut) calc(12px + env(safe-area-inset-bottom));
  backdrop-filter: blur(8px); }
.sticky-cta .inner { max-width: var(--wrap); margin: 0 auto; }
.sticky-cta .line { font-size: 12px; color: var(--ink-soft); text-align: center; margin: 9px 0 0; }

/* ---------- footer ---------- */
footer.site { background: var(--surface); border-top: 1px solid var(--line);
  margin-top: 10px; padding: 44px 0 40px; font-size: 14.5px; color: var(--ink-2); }
footer.site h4 { color: var(--ink); font-size: 13px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase; margin: 0 0 14px; }
footer.site a { color: var(--ink-2); text-decoration: none; display: block; padding: 6px 0; }
footer.site a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
footer.site .grp { margin-bottom: 30px; }
footer.site .addr { font-size: 14px; line-height: 1.75; color: var(--ink-soft); }
footer.site .legal { border-top: 1px solid var(--line-soft); margin-top: 20px; padding-top: 20px;
  font-size: 12.5px; color: var(--ink-soft); }

/* ---------- internal checklist page only (never customer-facing) ---------- */
.missing { border: 1px solid var(--ph-line); background: var(--ph-a);
  padding: 18px 18px; margin: 0 0 16px; }
.missing .tag { display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: .09em;
  background: var(--ph-ink); color: #fff; padding: 3px 9px; margin-bottom: 10px; }
.missing h4 { margin: 0 0 8px; font-size: 15.5px; color: var(--ink); }
.missing p { margin: 0 0 8px; font-size: 13.5px; color: #5F5F58; line-height: 1.6; }
.missing code { background: #fff; border: 1px solid var(--ph-line);
  padding: 1px 6px; font-size: 12.5px; color: var(--ink); }

/* ---------- desktop ---------- */
@media (min-width: 760px) {
  :root { --wrap: 1120px; --gut: 40px; }

  .head-row { padding: 22px var(--gut) 18px; }
  .logo { font-size: 23px; }
  nav.main ul { gap: 34px; }

  .hero-media { aspect-ratio: 21 / 9; }
  .hero-copy { padding: 44px var(--gut) 52px; }
  .hero-copy h1 { font-size: 46px; }
  .hero-copy p { font-size: 17px; }

  section.block { padding: 76px 0; }
  .sec-head { margin-bottom: 40px; }
  h2.sec { font-size: 30px; }

  .cards { grid-template-columns: repeat(2, 1fr); gap: 40px 32px; max-width: 800px; margin: 0 auto; }
  .card h3 { font-size: 17px; }
  .price { font-size: 19px; }

  .trustbar { padding: 34px 0; }
  .trustbar ul { grid-template-columns: repeat(2, 1fr); gap: 16px 44px; }

  .pdp-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: start; }
  .pdp-title { font-size: 34px; }
  .pdp-price { font-size: 30px; }
  .pdesc { max-width: 780px; }

  .prose { padding: 20px 0 40px; max-width: 760px; margin: 0 auto; }
  .prose h1 { font-size: 38px; }

  .sticky-cta { position: static; border-top: none; padding: 0; backdrop-filter: none; background: none; }
  .ugc { width: 210px; }
  .rail { padding-left: 0; padding-right: 0; }

  footer.site .cols { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
}

/* ================= v5 — real layout, not just restyling =================
   v4 fixed the styling and left the page thin: hero, two cards, a list.
   A two-product store needs structure or it reads empty. These are the
   sections a real store has, at a scale two SKUs can actually fill. */

/* ---------- HERO: copy one side, product the other ---------- */
.hero-split { background: var(--tone); border-bottom: 1px solid var(--line); }
.hero-split .inner {
  max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut);
  display: grid; gap: 4px;
}
.hero-split .words { padding: 38px 0 6px; text-align: center; }
.hero-split .kicker {
  display: inline-block; font-size: 11px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--brand); margin-bottom: 14px;
}
.hero-split h1 {
  font-size: 32px; line-height: 1.14; margin: 0 0 14px;
  letter-spacing: -.035em; font-weight: 800;
}
.hero-split .lead {
  margin: 0 auto 22px; color: var(--ink-soft); font-size: 16px;
  line-height: 1.6; max-width: 32em;
}
.hero-split .shot img { width: 100%; height: auto; }
.hero-actions { display: flex; gap: 14px; justify-content: center; align-items: center; flex-wrap: wrap; }
.link-quiet { font-size: 14.5px; color: var(--ink-2); text-decoration: none;
  border-bottom: 1px solid var(--line); padding-bottom: 2px; }
.link-quiet:hover { color: var(--ink); border-bottom-color: var(--ink); }

/* ---------- thin USP strip ---------- */
.usp { border-bottom: 1px solid var(--line-soft); }
.usp ul {
  list-style: none; margin: 0 auto; padding: 20px var(--gut);
  max-width: var(--wrap); display: grid; grid-template-columns: 1fr 1fr; gap: 16px 14px;
}
.usp li { font-size: 13px; line-height: 1.45; color: var(--ink-2); text-align: center; }
.usp li b { display: block; color: var(--ink); font-weight: 600; font-size: 13.5px; margin-bottom: 2px; }

/* ---------- editorial rows ---------- */
.ed { display: grid; gap: 22px; align-items: center; }
.ed + .ed { margin-top: 54px; }
.ed .shot { background: var(--tone); overflow: hidden; }
.ed .shot img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.ed h3 { font-size: 22px; margin: 0 0 10px; letter-spacing: -.025em; font-weight: 700; line-height: 1.25; }
.ed p { margin: 0 0 10px; font-size: 15.5px; color: var(--ink-2); }
.ed p:last-child { margin-bottom: 0; }
.ed .note { font-size: 13.5px; color: var(--ink-soft); }

/* ---------- video ---------- */
.vids { display: grid; gap: 26px; }
.vidcard figure { margin: 0; background: var(--tone); overflow: hidden; }
.vidcard video { width: 100%; display: block; }
.vidcard figcaption { padding: 12px 2px 0; font-size: 14px; color: var(--ink-soft); }
.vidcard figcaption b { display: block; color: var(--ink); font-weight: 600; font-size: 15.5px; margin-bottom: 3px; }

/* ---------- numbered steps ---------- */
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 22px; counter-reset: s; }
.steps li { counter-increment: s; display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: start; }
.steps li::before {
  content: counter(s); grid-row: 1 / 3;
  width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700; color: var(--ink);
}
.steps b { display: block; font-size: 15.5px; color: var(--ink); font-weight: 600; margin-bottom: 3px; }
.steps span { font-size: 14.5px; color: var(--ink-soft); line-height: 1.55; }

/* ---------- section footer link ---------- */
.sec-more { text-align: center; margin-top: 26px; }

@media (min-width: 760px) {
  .hero-split .inner {
    grid-template-columns: 1fr 1.05fr; gap: 60px; align-items: center;
    padding-top: 24px; padding-bottom: 24px;
  }
  .hero-split .words { text-align: left; padding: 30px 0; }
  .hero-split h1 { font-size: 54px; }
  .hero-split .lead { margin-left: 0; font-size: 18px; }
  .hero-actions { justify-content: flex-start; }

  .usp ul { grid-template-columns: repeat(4, 1fr); padding: 26px var(--gut); gap: 24px; }
  .usp li { text-align: left; }

  .ed { grid-template-columns: 1fr 1fr; gap: 56px; }
  .ed + .ed { margin-top: 76px; }
  .ed.flip .shot { order: 2; }
  .ed h3 { font-size: 27px; }

  .vids { grid-template-columns: 1fr 1fr; gap: 36px; }

  .steps { grid-template-columns: repeat(5, 1fr); gap: 26px; }
  .steps li { grid-template-columns: 1fr; gap: 12px; }
  .steps li::before { grid-row: auto; }
}

/* ================= v6 — full-bleed and colour =================
   Put side by side with lego.com, two things were obvious and neither
   was typography:
     1. Every LEGO image touches the screen edge. Every one of ours sat
        inside a white box with margins — that alone reads "template".
     2. LEGO's page changes colour as you scroll: navy, green, purple,
        white. Ours was white and one grey, top to bottom, so the eye
        never lands anywhere.
   Everything below exists to fix those two things. */

:root {
  --navy:  #14243D;
  --teal:  #12706A;
  --sun:   #F5A623;
}

/* full-bleed: escape .wrap, run edge to edge */
.bleed { width: 100%; }
.bleed-in { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); }

/* ---------- HERO: image to the edges, words on top ---------- */
.hero-full { position: relative; background: var(--ink); }
.hero-full img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.hero-full::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,.15) 0%, rgba(10,10,10,.30) 45%, rgba(10,10,10,.82) 100%);
}
.hero-full .inner {
  position: relative; z-index: 2;
  max-width: var(--wrap); margin: 0 auto; padding: 190px var(--gut) 40px;
}
.hero-full .kicker {
  display: inline-block; font-size: 11px; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase;
  color: var(--sun); margin-bottom: 12px;
}
.hero-full h1 {
  font-size: 36px; line-height: 1.1; margin: 0 0 14px; color: #fff;
  letter-spacing: -.035em; font-weight: 800; text-shadow: 0 2px 20px rgba(0,0,0,.35);
}
.hero-full .lead {
  margin: 0 0 24px; color: #E8E4DF; font-size: 16px; line-height: 1.55; max-width: 30em;
}
.hero-full .btn-hero { background: #fff; color: var(--ink); }
.hero-full .btn-hero:hover { background: #F2F2F0; }
.hero-full .link-quiet { color: #EDEBE8; border-bottom-color: rgba(255,255,255,.4); margin-left: 4px; }
.hero-full .link-quiet:hover { color: #fff; border-bottom-color: #fff; }

/* ---------- full-bleed colour statement band ---------- */
.band { color: #fff; }
.band.dark { background: var(--ink); }
.band.brand { background: var(--brand); }
.band.navy { background: var(--navy); }
.band .bleed-in { padding-top: 52px; padding-bottom: 52px; }
.band h2 { color: #fff; font-size: 27px; line-height: 1.2; letter-spacing: -.03em;
  margin: 0 0 14px; font-weight: 800; }
.band p { margin: 0 0 8px; font-size: 16px; line-height: 1.6; color: rgba(255,255,255,.86); max-width: 34em; }
.band .stat { display: block; font-size: 13px; letter-spacing: .09em; text-transform: uppercase;
  color: rgba(255,255,255,.62); font-weight: 600; margin-bottom: 14px; }
.band .btn-hero { background: #fff; color: var(--ink); margin-top: 12px; }

/* ---------- lifestyle mosaic, edge to edge ---------- */
.mosaic { display: grid; gap: 4px; grid-template-columns: 1fr 1fr; }
.mosaic figure { margin: 0; position: relative; overflow: hidden; background: var(--tone); }
.mosaic figure.wide { grid-column: 1 / -1; }
.mosaic img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 4 / 3; }
.mosaic figure.wide img { aspect-ratio: 16 / 9; }
.mosaic figcaption {
  position: absolute; left: 14px; bottom: 14px; z-index: 2;
  background: rgba(255,255,255,.94); color: var(--ink);
  font-size: 12.5px; font-weight: 600; padding: 7px 12px; border-radius: 100px;
}

/* ---------- bright category tiles ---------- */
.tiles { display: grid; gap: 14px; grid-template-columns: 1fr; }
.tile { display: block; text-decoration: none; color: inherit; }
.tile .pic { aspect-ratio: 4 / 3; overflow: hidden; }
.tile .pic img { width: 100%; height: 100%; object-fit: cover; }
.tile.c1 .pic { background: var(--sun); }
.tile.c2 .pic { background: var(--teal); }
.tile.c3 .pic { background: var(--navy); display: flex; align-items: center; justify-content: center; }
.tile .wa-mark { color: #fff; font-size: 46px; }
.tile b { display: block; font-size: 17px; color: var(--ink); font-weight: 700;
  margin: 14px 0 6px; letter-spacing: -.02em; }
.tile span { display: block; font-size: 14.5px; color: var(--ink-soft); line-height: 1.5; }
.tile .go { display: inline-block; margin-top: 12px; font-size: 14px; font-weight: 600;
  color: var(--ink); border: 1px solid var(--ink); border-radius: 100px; padding: 9px 20px; }
.tile:hover .go { background: var(--ink); color: #fff; }

/* ---------- bigger product cards ---------- */
.cards.big { grid-template-columns: 1fr; gap: 40px; }
.cards.big .card h3 { font-size: 19px; }
.cards.big .card .media img { aspect-ratio: 4 / 3; }

@media (min-width: 760px) {
  .hero-full .inner { padding: 300px var(--gut) 70px; }
  .hero-full h1 { font-size: 62px; }
  .hero-full .lead { font-size: 19px; }

  .band .bleed-in { padding-top: 84px; padding-bottom: 84px; }
  .band h2 { font-size: 40px; max-width: 16em; }
  .band p { font-size: 18px; }

  .mosaic { grid-template-columns: 1fr 1fr; }
  .mosaic figure.wide img { aspect-ratio: 21 / 9; }
  .mosaic figcaption { left: 20px; bottom: 20px; font-size: 13.5px; }

  .tiles { grid-template-columns: repeat(3, 1fr); gap: 30px; }

  .cards.big { grid-template-columns: 1fr 1fr; gap: 48px; max-width: none; }
  .cards.big .card h3 { font-size: 21px; }
}

/* ==================================================================
   v7 — 28 Aug 2026: inner pages brought up to the v6 language
   ================================================================== */

/* header: WhatsApp pill replaces the raw {{WHATSAPP_NUMBER}} text */
.head-wa {
  font-size: 12.5px; font-weight: 600; color: #fff; background: var(--wa-dk);
  text-decoration: none; padding: 8px 14px; border-radius: 100px; white-space: nowrap;
}
.head-wa:hover { background: #128C43; }

/* footer address block */
footer.site .addr a { display: inline; padding: 0; color: var(--ink-2);
  border-bottom: 1px solid var(--line); word-break: break-word; }
footer.site .addr.note { font-size: 13px; margin-top: 12px; }

/* ---------- page hero: short, image to the edges (inner pages) ---------- */
.hero-full.short .inner { padding: 120px var(--gut) 30px; }
.hero-full.short h1 { font-size: 30px; }
.hero-full.short .lead { font-size: 15.5px; margin-bottom: 4px; }
@media (min-width: 760px) {
  .hero-full.short .inner { padding: 190px var(--gut) 50px; }
  .hero-full.short h1 { font-size: 46px; }
  .hero-full.short .lead { font-size: 18px; }
}

/* a plain (image-less) hero band for legal / text pages */
.page-head { background: var(--ink); color: #fff; }
.page-head .bleed-in { padding-top: 46px; padding-bottom: 46px; }
.page-head h1 { margin: 0 0 8px; font-size: 30px; line-height: 1.15;
  letter-spacing: -.03em; font-weight: 800; color: #fff; }
.page-head p { margin: 0; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.6; max-width: 34em; }
@media (min-width: 760px) {
  .page-head .bleed-in { padding-top: 76px; padding-bottom: 76px; }
  .page-head h1 { font-size: 46px; }
  .page-head p { font-size: 17px; }
}

/* ---------- PDP: gallery runs edge to edge on the phone ---------- */
@media (max-width: 759px) {
  .pdp-bleed { margin-left: calc(var(--gut) * -1); margin-right: calc(var(--gut) * -1); }
  .pdp-bleed .thumbs { padding: 0 var(--gut); }
}
.thumbs img { border: none; }
.thumbs img.on { outline: 2px solid var(--ink); outline-offset: -2px; }

/* ---------- editorial row: photo + words, alternating ---------- */
.edrow { display: grid; gap: 0; }
.edrow .shot { background: var(--tone); overflow: hidden; }
.edrow .shot img { width: 100%; display: block; aspect-ratio: 4 / 3; object-fit: cover; }
.edrow .say { padding: 30px var(--gut) 34px; }
.edrow .say h3 { margin: 0 0 10px; font-size: 22px; line-height: 1.2;
  letter-spacing: -.03em; font-weight: 700; color: var(--ink); }
.edrow .say p { margin: 0 0 10px; font-size: 15.5px; line-height: 1.65; color: var(--ink-2); }
@media (min-width: 760px) {
  .edrow { grid-template-columns: 1fr 1fr; align-items: center; }
  .edrow.flip .shot { order: 2; }
  .edrow .say { padding: 0 46px; max-width: 34em; }
  .edrow .say h3 { font-size: 30px; }
  .edrow .say p { font-size: 17px; }
}

/* ---------- cross-sell strip on the PDPs ---------- */
.xsell { border-top: 1px solid var(--line); }
.xsell .row { display: grid; grid-template-columns: 96px 1fr; gap: 16px; align-items: center; }
.xsell .row img { width: 96px; height: 96px; object-fit: cover; background: var(--tone); }
.xsell b { display: block; font-size: 16px; color: var(--ink); font-weight: 600;
  letter-spacing: -.01em; margin-bottom: 4px; }
.xsell span { display: block; font-size: 14px; color: var(--ink-soft); line-height: 1.5; }
.xsell a.go { display: inline-block; margin-top: 10px; font-size: 13.5px; font-weight: 600;
  color: var(--ink); text-decoration: none; border: 1px solid var(--ink);
  border-radius: 100px; padding: 8px 18px; }
.xsell a.go:hover { background: var(--ink); color: #fff; }

/* ---------- numbered contact rows ---------- */
.deets { border-top: 1px solid var(--line-soft); }
.deets .r { display: flex; justify-content: space-between; gap: 18px;
  padding: 15px 0; border-bottom: 1px solid var(--line-soft); font-size: 15px; }
.deets .r b { color: var(--ink); font-weight: 600; white-space: nowrap; }
.deets .r span { color: var(--ink-2); text-align: right; word-break: break-word; }
.deets .r a { color: var(--ink-2); }

/* short hero sits on bright photos — it needs a heavier scrim than the tall one */
.hero-full.short::after {
  background: linear-gradient(180deg, rgba(10,10,10,.30) 0%, rgba(10,10,10,.50) 45%, rgba(10,10,10,.88) 100%);
}
.hero-full.short .kicker { color: #FFD9A8; }

/* contact rows stack on the phone, split on desktop */
.deets .r { flex-direction: column; align-items: flex-start; gap: 4px; }
.deets .r span { text-align: left; }
@media (min-width: 560px) {
  .deets .r { flex-direction: row; align-items: baseline; gap: 18px; }
  .deets .r span { text-align: right; }
}

/* desktop: PDP long-form content sits centred instead of hugging the left edge */
@media (min-width: 760px) {
  .pdesc { margin-left: auto; margin-right: auto; }
  .pdp-sec .rev-empty { max-width: 780px; margin-left: auto; margin-right: auto; }
  .vids.one { max-width: 640px; margin-left: auto; margin-right: auto; }
  .vids.one { grid-template-columns: 1fr; }
  .xsell .row { max-width: 780px; margin: 0 auto; grid-template-columns: 160px 1fr; gap: 26px; }
  .xsell .row img { width: 160px; height: 160px; }
}

/* ==================================================================
   v9 — 28 Aug 2026: the LEGO gap — brand bar, density, width, buttons
   ================================================================== */

/* ---------- #2 the header IS the brand (LEGO's yellow bar) ---------- */
header.site { background: var(--brand); border-bottom: none; }
.head-row { flex-wrap: wrap; row-gap: 0; padding: 14px var(--gut) 0; }
.logo { color: #fff; }
.logo span { color: #FFD9A8; }
.head-wa { background: #fff; color: var(--brand); font-weight: 700; }
.head-wa:hover { background: #FFEDD5; }
nav.main { border-top: none; flex: 1 1 100%; }
nav.main ul { padding: 0; max-width: none; gap: 24px; }
nav.main a { color: rgba(255,255,255,.86); padding: 12px 0 11px; border-bottom: 2px solid transparent; }
nav.main a:hover { color: #fff; }
nav.main a.on { color: #fff; border-bottom-color: #fff; font-weight: 700; }
footer.site { border-top: 3px solid var(--brand); }

/* ---------- #3 promises as a coloured strip, not grey text ---------- */
.usp { border-bottom: 1px solid var(--line); background: var(--tone); }
.usp ul { gap: 1px; background: var(--line); }
.usp li { background: #fff; padding: 16px 14px; text-align: left; }
.usp li b { color: var(--ink); }
.usp li i { display: block; font-style: normal; font-size: 19px; line-height: 1; margin-bottom: 7px; }

/* ---------- #1 product cards that look like a shop ---------- */
.card .media img { max-height: 420px; object-fit: cover; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 9px; }
.chips span {
  font-size: 11.5px; font-weight: 600; letter-spacing: .01em;
  background: var(--tone); border: 1px solid var(--line);
  color: var(--ink-2); padding: 4px 9px; border-radius: 100px;
}
.card .buy { display: flex; align-items: center; gap: 14px; margin-top: 14px; flex-wrap: wrap; }
.btn-solid {
  display: inline-block; background: var(--wa-dk); color: #fff; font-weight: 700;
  font-size: 14.5px; text-decoration: none; padding: 12px 22px; border-radius: 100px;
}
.btn-solid:hover { background: #128C43; }
.btn-solid.ink { background: var(--ink); }
.btn-solid.ink:hover { background: #000; }
.card .more { font-size: 14px; font-weight: 600; color: var(--ink); text-decoration: none;
  border-bottom: 1px solid var(--line); }
.card .more:hover { border-bottom-color: var(--ink); }

/* the "ask us" card that sits in the product row */
.card.ask { background: var(--navy); color: #fff; padding: 26px 24px; display: flex;
  flex-direction: column; justify-content: center; }
.card.ask h3 { color: #fff; font-size: 21px; margin: 0 0 10px; letter-spacing: -.02em; }
.card.ask p { color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.55; margin: 0 0 18px; }
.card.ask .btn-solid { background: #fff; color: var(--navy); align-self: flex-start; }
.card.ask .btn-solid:hover { background: #EDEDEA; }

/* ---------- #6 filled buttons, not outlines ---------- */
.tile .go, .xsell a.go {
  background: var(--ink); color: #fff; border-color: var(--ink);
}
.tile:hover .go, .xsell a.go:hover { background: #000; }

/* ---------- #4 nothing gets a whole screen to itself ---------- */
.hero-full img { max-height: 720px; }
.edrow .shot img { max-height: 460px; }
.vidcard figure video, .vidcard figure { max-height: 420px; }
.gal-main img { max-height: 560px; object-fit: contain; background: #fff; }
.mosaic img { max-height: 380px; }
.mosaic figure.wide img { max-height: 380px; }

@media (min-width: 760px) {
  /* #5 the content column stops being a phone site on a desktop */
  :root { --wrap: 1360px; }
  .head-row { flex-wrap: nowrap; padding: 16px var(--gut) 0; align-items: center; }
  nav.main { flex: 1 1 auto; order: 2; margin-left: 30px; }
  .head-wa { order: 3; margin-left: auto; }
  .logo { order: 1; }
  nav.main ul { gap: 32px; }

  .usp ul { grid-template-columns: repeat(4, 1fr); padding: 0; }
  .usp li { padding: 22px 26px; }

  /* the product row: two toys + an ask-us card, three across */
  .cards.big { grid-template-columns: repeat(3, 1fr); gap: 30px; align-items: stretch; }
  .cards.big .card h3 { font-size: 19px; }
  .card .media img { max-height: 330px; }

  /* the mosaic is one edge-to-edge band, not three full screens */
  .mosaic { grid-template-columns: 2fr 1fr 1fr; }
  .mosaic figure.wide { grid-column: auto; }
  .mosaic img, .mosaic figure.wide img { height: 400px; max-height: 400px; aspect-ratio: auto; }

  .edrow .shot img { max-height: 480px; }
  .hero-full img { max-height: 640px; }
  .hero-full .inner { padding: 220px var(--gut) 56px; }
  .vidcard figure, .vidcard figure video { max-height: 380px; }
  .pdesc, .pdp-sec .rev-empty { max-width: 820px; }
}

/* the hero photo is a bright wooden floor — the words need a real scrim, not a hint */
.hero-full::after {
  background: linear-gradient(180deg, rgba(10,10,10,.34) 0%, rgba(10,10,10,.46) 40%, rgba(10,10,10,.86) 100%);
}
.hero-full .kicker {
  color: #fff; background: rgba(0,0,0,.42); padding: 5px 11px; border-radius: 100px;
  backdrop-filter: blur(2px);
}
.hero-full.short .kicker { color: #fff; }

/* PDP reviews heading lines up with the box under it */
.rev-head { text-align: left; font-size: 20px; margin: 0 0 14px; }
@media (min-width: 760px) {
  .rev-head { max-width: 820px; margin: 0 auto 14px; }
  .thumbs { grid-template-columns: repeat(4, 1fr) !important; }
}

/* last of the density work: the bottom third of the page was still airy */
@media (min-width: 760px) {
  section.block { padding: 60px 0; }
  .sec-head { margin-bottom: 32px; }
  .steps { gap: 30px; }
  .steps li { grid-template-columns: 30px 1fr; gap: 12px; align-items: start; }
  .steps li::before { grid-row: 1 / 3; }
  .steps b { font-size: 16px; }
  details.faq summary { padding: 16px 0; }
  .vids { gap: 30px; }
}

/* ================= v10 — "still not at LEGO level" =================
   Put beside lego.com again at a matched 1264x871 viewport, three things
   were obvious and none of them were colour or type:
     1. Both colour bands left the RIGHT HALF OF THE SCREEN EMPTY. LEGO
        never gives a full viewport to one paragraph.
     2. The two videos rendered the BROWSER'S OWN control bar — grey chrome,
        0:00, mute, fullscreen, the three-dot menu. That is what an unfinished
        page looks like.
     3. The five ordering steps did not sit on a common baseline, and the FAQ
        was five lines of text alone on a wide white field.
   Everything below fixes those. The price is still the real gap. */

/* ---------- 1. bands are two columns now ---------- */
.band-grid { display: grid; gap: 30px; }
.band-copy p { max-width: 30em; }

.band-facts { list-style: none; margin: 0; padding: 0; display: grid; gap: 1px;
  background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.16); }
.band-facts li { background: var(--ink); padding: 16px 18px; }
.band.brand .band-facts li { background: var(--brand); }
.band-facts b { display: block; font-size: 20px; font-weight: 800; letter-spacing: -.02em;
  color: #fff; margin-bottom: 3px; }
.band-facts span { font-size: 13.5px; line-height: 1.5; color: rgba(255,255,255,.82); }

/* the orange band's right side: pick a toy, message is pre-written */
.pickcard { background: #fff; padding: 18px; }
.pickcard > b { display: block; font-size: 13px; letter-spacing: .09em; text-transform: uppercase;
  color: var(--ink-soft); margin-bottom: 12px; }
.pickcard .pick { display: flex; gap: 14px; align-items: center; text-decoration: none;
  padding: 10px; border: 1px solid var(--line); }
.pickcard .pick + .pick { margin-top: 10px; }
.pickcard .pick:hover { border-color: var(--ink); }
.pickcard .pick img { width: 74px; height: 60px; object-fit: contain; flex: 0 0 74px; }
.pickcard .pick span { font-size: 15px; font-weight: 600; color: var(--ink); line-height: 1.3; }
.pickcard .pick em { display: block; font-style: normal; font-size: 13px; font-weight: 400;
  color: var(--ink-soft); margin-top: 3px; }

/* ---------- 2. no browser video chrome until they ask for it ---------- */
.vplay { position: relative; }
.vplay video { display: block; width: 100%; }
.vbtn { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; cursor: pointer;
  background: rgba(10,10,10,.14); display: flex; align-items: center; justify-content: center; }
.vbtn span { width: 62px; height: 62px; border-radius: 50%; background: rgba(255,255,255,.94);
  display: block; position: relative; box-shadow: 0 2px 14px rgba(0,0,0,.22); }
.vbtn span::after { content: ""; position: absolute; top: 50%; left: 54%; transform: translate(-50%,-50%);
  border-left: 17px solid var(--ink); border-top: 11px solid transparent; border-bottom: 11px solid transparent; }
.vbtn:hover { background: rgba(10,10,10,.05); }
.vplay.playing .vbtn { display: none; }

/* ---------- 3. steps on one baseline, as cells ---------- */
.steps li { border-top: 2px solid var(--ink); padding-top: 14px; align-content: start; }
.steps li::before { border-color: var(--line); }

/* ---------- 4. the FAQ shares its screen ---------- */
.faq-grid { display: grid; gap: 26px; }
.faq-side .sec { text-align: left; }
.faq-side .sec-note { text-align: left; margin-bottom: 20px; }
.ask-mini { background: var(--navy); color: #fff; padding: 20px; }
.ask-mini b { display: block; font-size: 17px; margin-bottom: 8px; }
.ask-mini p { margin: 0 0 16px; font-size: 14.5px; line-height: 1.55; color: rgba(255,255,255,.85); }
.faq-list .sec-more { text-align: left; }

@media (min-width: 760px) {
  .band-grid { grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
  .band .bleed-in { padding-top: 60px; padding-bottom: 60px; }
  .band-facts { grid-template-columns: 1fr 1fr; }
  .faq-grid { grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
  .steps { gap: 24px; }
  .steps li { grid-template-columns: 1fr; gap: 8px; }
  .steps li::before { grid-row: auto; margin-bottom: 2px; }
  /* the dead air the density pass missed */
  .vidcard figcaption { padding-top: 14px; }
  .sec-more { margin-top: 22px; }
}

/* two blocks of prose side by side instead of one narrow centred column */
.two-up { display: grid; gap: 30px; }
.two-up .sec { text-align: left; font-size: 21px; margin: 0 0 12px; }
.two-up p { margin: 0; font-size: 15.5px; line-height: 1.7; color: var(--ink-2); }
@media (min-width: 760px) { .two-up { grid-template-columns: 1fr 1fr; gap: 60px; } }

/* ---------- prices, filled in 28 Aug (magnetic 3,499 · steering 2,999) ---------- */
.pdp-price { font-size: 28px; font-weight: 800; letter-spacing: -.02em; }
.pickcard .pick i { display: block; font-style: normal; font-size: 14.5px; font-weight: 700;
  color: var(--ink); margin-top: 4px; }
@media (min-width: 760px) { .pdp-price { font-size: 32px; } }

/* internal checklist: a row that is now finished (green, not amber) */
.done { border: 1px solid #BFE3C8; background: #F2FAF4;
  padding: 16px 18px; margin: 0 0 18px; }
.done .tag { display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: .09em;
  text-transform: uppercase; color: #1B6B33; background: #DCF2E2;
  padding: 3px 8px; margin-bottom: 10px; }
.done h4 { margin: 0 0 8px; font-size: 15.5px; color: var(--ink); }
.done p { margin: 0 0 8px; font-size: 13.5px; color: #46554A; line-height: 1.6; }
.done p:last-child { margin-bottom: 0; }
.done code { background: #fff; border: 1px solid #BFE3C8; padding: 1px 5px; font-size: 12.5px; }
.pdp-was { font-size: 16px; margin-left: 10px; }
