/* Presence pass: display typography, product-first hero, mobile nav. Loaded last. */

/* 1. Archivo for every heading; body copy stays in the readable system stack. */
h1,h2,h3,
.hero h1,.sectionhead h2,.split h2,.faq h2,.why-story h2,.end h2,#contact.release-offer h2,
.tour-panel h3,.engine-grid h3,.sound-construction h3,.prompt-explanation h3,#how .step h3{
  font-family:"Archivo","Arial",sans-serif;font-weight:700;letter-spacing:-.03em;text-wrap:balance
}
.sectionhead h2,.split h2,.why-story h2{font-size:clamp(36px,4.1vw,54px);line-height:1.02}
.faq h2{font-size:clamp(34px,3.6vw,46px)}
.tour-panel h3,.sound-construction h3,.engine-grid h3{letter-spacing:-.025em}
#how .step h3,.prompt-explanation h3{letter-spacing:-.02em}
#contact.release-offer h2{font-weight:700}
.eyebrow{letter-spacing:.16em}

/* 2. Hero: headline and copy side by side, the real instrument full width beneath. */
.dark .hero{display:block;padding:56px 0 84px;border-bottom:1px solid var(--line)}
.hero-top{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:end;margin-bottom:48px}
.hero h1{font-size:clamp(52px,6.4vw,92px);font-weight:800;line-height:.94;letter-spacing:-.045em}
.hero .eyebrow{margin-bottom:22px}
.hero-copy{padding-bottom:8px;max-width:520px}
.dark .intro{font-size:18px;line-height:1.6;margin:0 0 28px;color:#c9ccc8}
.hero .actions{gap:22px}
.hero .primary{padding:17px 28px;font-size:14px;font-weight:700}
.hero .secondary{padding:16px 0;text-decoration:underline;text-underline-offset:6px;text-decoration-color:#f1b26a80}
.hero .secondary:hover{text-decoration-color:#f1b26a}
.hero .trust{margin:24px 0 0;font-size:12px;line-height:1.85;color:#a4aaa9}
.hero-stage{margin:0;position:relative;isolation:isolate}
.hero-stage::before{content:"";position:absolute;left:10%;right:10%;bottom:-8%;height:50%;z-index:-1;pointer-events:none;background:radial-gradient(ellipse at 50% 100%,#f1b26a33,transparent 70%);filter:blur(36px)}
.hero-stage .image-button{padding:0;overflow:hidden;border-radius:12px;border:1px solid #ffffff24;background:#0f1113;box-shadow:0 44px 110px #00000090,0 0 0 1px #00000070,inset 0 1px 0 #ffffff16}
/* Percent margins resolve against width, so this crops the 48px OS title bar and the cut-off bottom row at any size. */
.hero-stage img{width:100%;height:auto;border-radius:inherit;margin:calc(-48 / 2546 * 100%) 0 calc(-28 / 2546 * 100%)}
.hero-stage .caption{margin-top:18px;font-size:11px;text-align:center;color:#8f9596}

/* 5. Nav that fits a phone: drop text links and the descriptor, keep the wordmark and one CTA. */
.navlinks{gap:34px}
.nav .pill{font-weight:700}
.navlinks .social{display:inline-flex;width:18px;height:18px;color:inherit;opacity:.78;transition:opacity .2s}
.navlinks .social+.social{margin-left:-14px}
.navlinks .social:hover,.navlinks .social:focus-visible{opacity:1}
.navlinks .social svg{width:100%;height:100%;display:block}
@media(max-width:800px){
  .dark .hero{padding:44px 0 56px}
  .hero-top{grid-template-columns:1fr;gap:30px;margin-bottom:38px}
  .hero h1{font-size:clamp(46px,12.5vw,74px)}
  .hero-copy{padding-bottom:0}
  .hero .actions{gap:16px}
  .navlinks{gap:14px}
}
@media(max-width:600px){
  .nav{height:68px}
  .navlinks>a:not(.pill):not(.social){display:none}
  .navlinks .social{width:16px;height:16px}
  .navlinks .social+.social{margin-left:-2px}
  .brand-descriptor{display:none}
  .logo{font-size:23px}
  .nav .pill{padding:11px 16px;font-size:12px}
  /* Show the prompt, A/B cards and knobs at a readable size: scale to 206% and clip to 4:3. */
  .hero-stage .image-button{aspect-ratio:4/3}
  .hero-stage img{width:206%;max-width:none;margin:calc(-48 / 2546 * 206%) 0 0}
  .hero-stage .caption{text-align:left}
}
@media(prefers-reduced-motion:reduce){.hero-stage::before{display:none}}

/* Blocks: a full-width strip of the visual builder, then three short points. */
.blocks-story{padding-block:80px;border-top:1px solid var(--line)}
.blocks-story .sectionhead p{max-width:440px}
.blocks-stage{margin:0;position:relative}
.blocks-stage .image-button{padding:0;overflow:hidden;border-radius:12px;border:1px solid #ffffff24;background:#0f1113;box-shadow:0 34px 90px #00000080,inset 0 1px 0 #ffffff16}
.blocks-stage img{width:100%;height:auto;border-radius:inherit}
.blocks-stage .caption{margin-top:16px;font-size:11px;text-align:center;color:#8f9596}
.blocks-points{list-style:none;margin:44px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px}
.blocks-points li{border-top:1px solid #41474a;padding-top:20px;font-size:15px;line-height:1.75;color:#aeb3b4}
.blocks-points strong{display:block;color:#f5f0e8;font-weight:600;margin-bottom:6px}
.blocks-points em{font-style:normal;color:#f1b26a}
#how .step p a{color:#f1b26a;text-underline-offset:4px}
@media(max-width:800px){
  .blocks-story{padding-block:50px}
  /* The strip is 4:1; scale it up and clip so the block labels stay legible. */
  .blocks-stage .image-button{aspect-ratio:3/2}
  .blocks-stage img{width:250%;max-width:none}
  .blocks-stage .caption{text-align:left}
  .blocks-points{grid-template-columns:1fr;gap:22px;margin-top:32px}
}
/* Release sign-up: same filled orange pill as the hero CTA. ID selector needed to beat magic.css. */
#contact.release-offer .pill.primary{display:inline-block;width:auto;margin-top:22px;padding:17px 28px;border-radius:30px;font-size:14px;font-weight:700;color:#17191b;background:var(--accent);border:1px solid var(--accent);box-shadow:none}
#contact.release-offer .pill.primary:hover{background:#ffcb8c;border-color:#ffcb8c}
#contact.release-offer .pill.primary:focus-visible{outline:2px solid #f5f0e8;outline-offset:3px}
.release-offer .caption{margin-top:12px}
.listen-story{border-top:1px solid var(--line)}
.listen-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.listen-track{margin:0;min-width:0}
.listen-track iframe{display:block;width:100%;height:166px;border:0;border-radius:8px;background:#1b1f20}
.listen-track .caption{margin-top:10px;font-size:12px;color:#bfc3bf}
.listen-track .caption a,.listen-more a{color:#f1b26a;text-underline-offset:4px}
.listen-more{margin:32px 0 0;font-size:14px}
.deep-carousel{margin-top:24px}
.deep-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:4px}
.deep-track::-webkit-scrollbar{display:none}
.deep-track:focus-visible{outline:2px solid #f1b26a;outline-offset:6px;border-radius:12px}
.deep-slide{flex:0 0 100%;scroll-snap-align:start;scroll-snap-stop:always}
.deep-slide .image-button{box-shadow:0 18px 50px #00000066,inset 0 1px 0 #ffffff16}
.deep-slide .caption{margin-top:12px}
.deep-nav{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:14px}
.deep-arrow{width:36px;height:36px;min-height:0;padding:0;border-radius:50%;border:1px solid #ffffff25;background:#202426;color:#eee9df;font-size:15px;line-height:1;cursor:pointer}
.deep-arrow:hover{border-color:#f1b26a}
.deep-dots{display:flex;align-items:center;gap:10px}
/* Global button{min-height:44px} would stretch these into pills. */
.deep-dots button{width:8px;height:8px;min-height:0;flex:0 0 8px;padding:0;border-radius:50%;border:0;background:#ffffff30;cursor:pointer}
.deep-dots button:hover{background:#ffffff60}
.deep-dots button[aria-selected="true"]{background:#f1b26a}
@media(prefers-reduced-motion:reduce){.deep-track{scroll-behavior:auto}}
.deep-points{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}
.deep-points a{color:#f1b26a;text-underline-offset:4px}
@media(max-width:1000px){.deep-points{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:800px){.deep-points{grid-template-columns:1fr;gap:22px}}
@media(max-width:800px){.deep-points{grid-template-columns:1fr;gap:22px}.deep-story .blocks-stage .image-button{aspect-ratio:auto}.deep-story .blocks-stage img{width:100%}}
@media(max-width:1000px){.listen-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}}
@media(max-width:600px){.listen-grid{grid-template-columns:1fr}}
