/* product.css
   Standalone landing pages for the Olympus tools (Hermes, Helios).
   Design system matches the Creator Blueprint homepage (index.html) exactly:
   DM Sans + Playfair Display, banded dark/cream sections, gold buttons with
   glow, floating pill nav, radial final CTA, scroll-reveal.
   These are NOT the Creator Blueprint. They live on the same site and share
   the same design language, but each page sells one thing and never pushes
   the $67 course. Keep it that way, mixing the two confuses people. */

:root{
  --dark:#0B0608; --oxblood:#2A0608; --maroon:#6B0000;
  --gold:#C9A84C; --gold-soft:#dfc278; --gold-dim:rgba(201,168,76,0.18);
  --cream:#FAF8F6; --cream-2:#F2EEE9; --charcoal:#1A1A1A;
  --red-acc:#A83232; --body-dk:#c8b4af; --muted:#6b5f58; --line:#e3ddd4;
  --maxw:1200px;
  --serif:'Playfair Display',Georgia,serif;
  --sans:'DM Sans',system-ui,sans-serif;
}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--sans);background:var(--dark);color:var(--cream);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}
h1,h2,h3,h4{font-family:var(--serif);line-height:1.06;letter-spacing:-.01em}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%;height:auto}

/* ============================================================
   LAYOUT
============================================================ */
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 32px}
/* Bands breathe. A section needs more air above and below it than the gaps
   inside it, or the page reads as one long block instead of separate beats. */
.section{padding:clamp(50px,5.2vw,76px) 0}
/* the opening beat carries one short paragraph, it does not need a full band */
.section.intro{padding:clamp(44px,4.6vw,64px) 0}
.sec-dark{background:var(--dark);color:var(--cream)}
.sec-cream{background:var(--cream);color:var(--charcoal)}

/* ============================================================
   NAV: floating glass pill
============================================================ */
.nav-wrap{position:fixed;top:20px;left:0;right:0;z-index:100;display:flex;justify-content:center;pointer-events:none}
nav{pointer-events:auto;display:flex;align-items:center;gap:22px;justify-content:space-between;
  background:rgba(11,6,8,.94);border:1px solid rgba(201,168,76,.22);border-radius:999px;
  backdrop-filter:saturate(160%) blur(18px);-webkit-backdrop-filter:saturate(160%) blur(18px);
  padding:10px 10px 10px 22px;box-shadow:0 8px 40px rgba(0,0,0,.45);max-width:calc(100% - 32px)}
.nav-brand{font-family:var(--serif);font-weight:800;font-size:15px;letter-spacing:.025em;white-space:nowrap;flex:none}
.nav-brand b{color:var(--gold);font-weight:800}
.nav-cta{padding:11px 22px;font-size:13.5px}

/* ============================================================
   BUTTONS
============================================================ */
.btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--sans);font-weight:600;font-size:15px;
  border-radius:999px;white-space:nowrap;cursor:pointer;border:none;padding:15px 30px;
  transition:transform .18s ease,box-shadow .22s ease,background .2s ease;line-height:1}
.btn-gold{background:var(--gold);color:#1a1208;box-shadow:0 6px 24px rgba(201,168,76,.3)}
.btn-gold:hover{transform:translateY(-2px);background:var(--gold-soft);box-shadow:0 12px 36px rgba(201,168,76,.44)}
.btn-gold:active{transform:translateY(0) scale(.98)}
.btn:focus-visible{outline:2px solid var(--gold);outline-offset:3px}

/* ============================================================
   KICKER / EYEBROW
============================================================ */
.kicker{display:inline-flex;align-items:center;gap:10px;font-size:11.5px;letter-spacing:.24em;text-transform:uppercase;
  color:var(--gold);font-weight:600;font-family:var(--sans);margin-bottom:20px}
.kicker::before{content:"";width:24px;height:1px;background:var(--gold);opacity:.7}
.sec-cream .kicker{color:#7a5a1c}
.sec-cream .kicker::before{background:#7a5a1c}

/* ============================================================
   HEADINGS / LEAD
============================================================ */
.accent{color:var(--gold)}
.sec-cream .accent{color:var(--maroon)}
.section h2{font-size:clamp(28px,3.6vw,44px)}
.section h2::before{content:"";display:block;width:34px;height:3px;background:var(--gold);border-radius:2px;margin-bottom:18px}
.sec-cream h2::before{background:var(--maroon)}
/* a 44px heading needs a real gap under it, 14px reads as a collision */
.lead{font-size:17px;color:var(--body-dk);max-width:620px;margin-top:clamp(14px,1.6vw,20px)}
.sec-cream .lead{color:var(--muted)}

/* No drop cap. A floated cap only works against a left-aligned column, and these
   sections are centred, so it hung off to one side and broke the centre line. */

/* ============================================================
   HERO: full-bleed painting, scrim, artefact centre, headline below.
   Same construction as the Creator Blueprint homepage hero.
============================================================ */
.hero{position:relative;background:var(--dark);overflow:hidden;isolation:isolate;
  min-height:min(96vh,900px);display:flex;align-items:flex-end;
  padding-top:clamp(120px,14vw,150px);padding-bottom:clamp(30px,3.2vw,44px)}
/* The hero already floors to solid dark, so its bottom padding and the first
   section's top padding stack into one dead void. Halve the section side. */
main > .section:first-child{padding-top:clamp(34px,3.6vw,48px)}

/* the painting, full bleed, bleeding off both edges */
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}

/* scrim: darkens the painting so type sits on it, and floors the bottom edge
   so the section below does not meet a hard seam */
.hero-scrim{position:absolute;inset:0;z-index:1;pointer-events:none;
  background:
    linear-gradient(to bottom, rgba(11,6,8,.62) 0%, rgba(11,6,8,.42) 34%, rgba(11,6,8,.86) 78%, var(--dark) 100%),
    radial-gradient(120% 90% at 50% 42%, rgba(11,6,8,.10) 0%, rgba(11,6,8,.74) 100%)}

.hero-content{position:relative;z-index:2;max-width:var(--maxw);margin:0 auto;
  padding:0 32px;width:100%;text-align:center}

/* the artefact floats above the headline, like the phone video does on the homepage */
.hero-art{width:clamp(300px,50vw,620px);margin:0 auto clamp(26px,3.4vw,40px);
  border-radius:16px;overflow:hidden;border:1px solid rgba(201,168,76,.28);
  box-shadow:0 34px 90px rgba(0,0,0,.66)}
/* a before/after with two faces in it needs more room than a thin landscape strip */
.hero-art-wide{width:clamp(300px,64vw,860px)}
/* a portrait artefact must stay small, or it pushes the headline off the screen */
.hero-art-portrait{width:clamp(190px,21vw,264px)}

/* a portrait screenshot: hold it to a phone-ish column so it never runs the page */
.grid-shot{max-width:380px;margin:clamp(26px,2.9vw,38px) auto 0;border-radius:18px;overflow:hidden;
  border:1px solid var(--line);box-shadow:0 20px 60px rgba(26,26,26,.12)}
.sec-dark .grid-shot{border-color:rgba(201,168,76,.22);box-shadow:0 24px 70px rgba(0,0,0,.5)}
.grid-shot img{width:100%}

h1.hero-title{font-size:clamp(34px,4.6vw,64px);font-weight:900;line-height:1.0;
  letter-spacing:-.025em;color:var(--cream);margin:0 auto 20px;max-width:16ch}
h1.hero-title .accent{color:var(--gold)}
.hero .lead{font-size:clamp(15px,1.15vw,17.5px);line-height:1.65;color:var(--body-dk);
  max-width:46ch;margin:0 auto 26px}
.price{display:flex;align-items:baseline;gap:12px;justify-content:center;margin-bottom:24px}
.price .amt{font-family:var(--sans);font-weight:800;font-size:34px;color:var(--cream);
  letter-spacing:-.01em;font-variant-numeric:tabular-nums}
.price .note{font-size:14px;color:var(--body-dk)}
.hero-ctas{display:flex;gap:14px;flex-wrap:wrap;justify-content:center}
.under-buy{font-size:14px;color:var(--body-dk);margin-top:16px}

/* ============================================================
   NUMBERED STEPS (week-row style, borrowed from the homepage curriculum)
============================================================ */
.steps{max-width:760px}
.step{display:grid;grid-template-columns:88px 1fr;gap:24px;padding:26px 0;
  border-top:1px solid rgba(107,0,0,.14);align-items:start}
.steps .step:last-child{border-bottom:1px solid rgba(107,0,0,.14)}
.sec-dark .step{border-color:rgba(201,168,76,.16)}
.sec-dark .steps .step:last-child{border-color:rgba(201,168,76,.16)}
.step-num{font-family:var(--serif);font-weight:800;font-size:44px;line-height:1;color:var(--maroon)}
.sec-dark .step-num{color:var(--gold)}
.step h3{font-size:19px;font-weight:700;margin-bottom:6px;font-family:var(--sans)}
.step p{color:var(--muted);font-size:15.5px;line-height:1.6}
.sec-dark .step p{color:var(--body-dk)}

/* ============================================================
   MEDIA SECTIONS (calendar / client / helios spec images)
============================================================ */
/* the copy must clear the image frame, not sit on its border */
.shot{max-width:980px;border-radius:18px;overflow:hidden;border:1px solid var(--line);
  box-shadow:0 20px 60px rgba(26,26,26,.1);margin-top:clamp(26px,2.9vw,38px);
  transition:transform .5s cubic-bezier(.2,.7,.3,1)}
.sec-dark .shot{border-color:rgba(201,168,76,.22);box-shadow:0 24px 70px rgba(0,0,0,.5)}
.shot:hover{transform:translateY(-4px)}
.shot img{width:100%}

/* ============================================================
   "WHAT YOU SAY" / TALK LIST (way-feats idiom)
============================================================ */
.says{border-top:1px solid rgba(107,0,0,.14);max-width:820px}
.sec-dark .says{border-color:rgba(201,168,76,.16)}
.say{display:grid;grid-template-columns:250px 1fr;gap:20px;padding:18px 0;
  border-bottom:1px solid rgba(107,0,0,.14);align-items:baseline}
.sec-dark .say{border-color:rgba(201,168,76,.16)}
.say b{color:var(--maroon);font-weight:700;font-size:16px;font-family:var(--sans)}
.sec-dark .say b{color:var(--gold-soft)}
.say span{color:var(--muted);font-size:16px}
.sec-dark .say span{color:var(--body-dk)}

/* Portrait accent used beside the says list on the dark band */
.says-row{display:grid;grid-template-columns:1fr 200px;gap:56px;align-items:start}
.says-portrait{border-radius:16px;overflow:hidden;border:1px solid rgba(201,168,76,.24);
  box-shadow:0 24px 60px rgba(0,0,0,.5);align-self:start;position:sticky;top:120px}

/* ============================================================
   BEFORE / AFTER (Helios)
============================================================ */
.ba{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:18px}
.ba figure{position:relative;border-radius:14px;overflow:hidden;border:1px solid var(--line)}
.ba figcaption{position:absolute;left:12px;bottom:12px;background:rgba(11,6,8,.85);
  color:#fff;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  padding:6px 12px;border-radius:6px}
.ba figure.after figcaption{background:var(--gold);color:#1a1208}
.ba figure img{transition:transform .6s cubic-bezier(.2,.7,.3,1)}
.ba:hover figure img{transform:scale(1.03)}

/* ============================================================
   COSTS TABLE
============================================================ */
.costs{max-width:760px;border-top:1px solid rgba(107,0,0,.14)}
.sec-dark .costs{border-color:rgba(201,168,76,.16)}
.cost{display:grid;grid-template-columns:180px 1fr auto;gap:18px;padding:16px 0;
  border-bottom:1px solid rgba(107,0,0,.14);align-items:baseline;font-size:16px;transition:background .2s}
.sec-dark .cost{border-color:rgba(201,168,76,.16)}
.cost:hover{background:rgba(107,0,0,.03)}
.sec-dark .cost:hover{background:rgba(201,168,76,.04)}
.cost b{font-weight:700;font-family:var(--sans)}
.cost span{color:var(--muted)}
.sec-dark .cost span{color:var(--body-dk)}
.cost i{font-style:normal;color:var(--charcoal);font-weight:700;white-space:nowrap}
.sec-dark .cost i{color:var(--gold-soft)}
/* the tool names and their prices link out, so people can check the cost themselves */
.cost a{color:inherit;border-bottom:1px solid rgba(107,0,0,.32);transition:color .18s,border-color .18s}
.sec-dark .cost a{border-bottom-color:rgba(201,168,76,.4)}
.cost a:hover{color:var(--maroon);border-bottom-color:var(--maroon)}
.sec-dark .cost a:hover{color:var(--gold);border-bottom-color:var(--gold)}
.costs-note{margin:30px auto 0;color:var(--muted);font-size:15.5px;max-width:700px;text-align:center}
.sec-dark .costs-note{color:var(--body-dk)}

/* ============================================================
   QUIET ASIDE (a calmer beat before the close)
============================================================ */
.section.quiet{padding:clamp(40px,4.4vw,58px) 0}
/* the rule is inset from the page gutter, not stuck to the screen edge */
.quiet .wrap{max-width:720px;margin-left:auto;margin-right:auto;text-align:center}
.quiet h2::before{display:block;width:34px;height:3px;margin:0 auto 20px}
.quiet h2{font-size:clamp(21px,2.6vw,27px)}
.quiet .lead{margin-top:16px;font-size:16px}

/* ============================================================
   FINAL CTA (radial maroon glow over dark, matches the homepage)
============================================================ */
.final-cta{background:radial-gradient(900px 500px at 50% 0%,rgba(107,0,0,.55),transparent 65%),var(--dark);
  text-align:center;padding:clamp(58px,6.6vw,88px) 0}
.final-cta h2{font-size:clamp(32px,4.8vw,58px);max-width:14ch;margin:0 auto 18px;line-height:1.04}
/* consecutive closing sentences read as one thought, so keep them tight */
.final-cta .lead{font-size:17px;color:var(--body-dk);margin:0 auto 10px;max-width:46ch;text-align:center}
.final-cta .btn{margin-top:28px}
.final-price-note{font-size:13px;color:var(--body-dk);margin-top:20px;opacity:.65}

/* ============================================================
   FOOTER
============================================================ */
footer{background:var(--dark);border-top:1px solid rgba(201,168,76,.12);padding:34px 0;color:#7a6f6b}
/* centred, like the rest of the page, not split to the two edges */
.foot-inner{display:flex;flex-direction:column;justify-content:center;align-items:center;
  gap:14px;flex-wrap:wrap;font-size:13px;text-align:center}
.foot-brand{font-family:var(--serif);font-weight:800;font-size:15px;color:var(--cream);letter-spacing:.02em}
.foot-brand b{color:var(--gold)}
.foot-inner a{color:inherit;transition:color .2s}
.foot-inner a:hover{color:var(--gold)}

/* ============================================================
   SCROLL REVEAL
============================================================ */
.js .sr{opacity:0;transform:translateY(22px);transition:opacity .72s cubic-bezier(.2,.7,.3,1),transform .72s cubic-bezier(.2,.7,.3,1)}
.js .sr.in{opacity:1!important;transform:none!important}
@media (prefers-reduced-motion:reduce){
  .js .sr{opacity:1;transform:none;transition:none}
}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width:1024px){
  .says-row{grid-template-columns:1fr}
  .says-portrait{position:static;width:180px;margin-bottom:32px}
}

@media (max-width:860px){
  .hero-grid{grid-template-columns:1fr;gap:36px;padding-bottom:56px}
  .hero-art{order:-1;max-width:420px;margin:0 auto}
  /* two faces side by side need every pixel of the column on a phone */
  .hero-art-wide{width:100%;max-width:520px}
  .grid-shot{max-width:320px}
  nav{padding:9px 9px 9px 18px}
  .say{grid-template-columns:1fr;gap:4px}
  .cost{grid-template-columns:1fr auto;gap:6px}
  .cost span{grid-column:1 / -1;font-size:15px}
  .step{grid-template-columns:56px 1fr;gap:16px}
  .step-num{font-size:34px}
}

@media (max-width:600px){
  .wrap{padding:0 20px}
  .ba{margin-left:-20px;margin-right:-20px;gap:2px}
  .ba figure{border-radius:0;border-left:none;border-right:none}
}

@media (max-width:430px){
  h1.hero-title{font-size:clamp(28px,8vw,36px)}
  .btn{min-height:44px}
  .nav-cta{padding:10px 16px;font-size:12.5px}
  nav{max-width:calc(100% - 24px);padding:8px 8px 8px 16px}
  .nav-brand{font-size:13px}
  .price .amt{font-size:32px}
}

/* ============================================================
   CENTRED SECTIONS
   Mario asked for everything centred, not left-hung.
============================================================ */
.section .wrap{text-align:center}
.section h2{margin-left:auto;margin-right:auto}
.section h2::before{margin-left:auto;margin-right:auto}
.section .lead{margin-left:auto;margin-right:auto}
.steps,.says,.costs,.shot{margin-left:auto;margin-right:auto}
/* every list block clears the heading or lead above it. This is the gap before
   the numbered steps, before the commands list, and before the costs table. */
.steps,.costs,.says{margin-top:clamp(32px,3.6vw,50px)}
.step{text-align:left}
.say{text-align:left}
.cost{text-align:left}
.quiet .wrap{text-align:center}

/* ============================================================
   THE FIVE LOOKS, Helios
============================================================ */
/* each look is its own beat, so the gap between looks must beat the gap inside one */
.looks .look{margin-top:clamp(32px,3.4vw,46px)}
.look-head h3{font-family:var(--serif);font-weight:800;font-size:clamp(22px,2.6vw,30px);
  color:var(--maroon);margin-bottom:8px}
.sec-dark .look-head h3{color:var(--gold)}
.look-head p{color:var(--muted);max-width:620px;margin:0 auto;font-size:16.5px}
.look-head .best{margin-top:8px;font-size:12px;letter-spacing:.16em;text-transform:uppercase;
  color:var(--gold);font-weight:600}
.sec-cream .look-head .best{color:#7a5a1c}
.look .ba{margin-top:clamp(16px,1.9vw,24px);max-width:980px;margin-left:auto;margin-right:auto}

/* ============================================================
   ART BACKGROUND SECTION
   Same construction as the hero: painting full bleed, heavy scrim,
   content floating on top. Used mid-page so the painting reappears.
============================================================ */
.art-bg{position:relative;overflow:hidden;isolation:isolate}
.art-bg-img{position:absolute;inset:0;z-index:0}
.art-bg-img img{width:100%;height:100%;object-fit:cover;object-position:center}
.art-bg-scrim{position:absolute;inset:0;z-index:1;pointer-events:none;
  background:
    linear-gradient(to bottom, var(--dark) 0%, rgba(11,6,8,.80) 22%, rgba(11,6,8,.80) 78%, var(--dark) 100%),
    radial-gradient(110% 80% at 50% 50%, rgba(11,6,8,.30) 0%, rgba(11,6,8,.88) 100%)}
.art-bg > .wrap{position:relative;z-index:2}

/* ============================================================
   SETUP SCREENSHOTS
   Real output from the real scripts, framed. Not mockups.
============================================================ */
.setup-shots{margin:clamp(34px,4vw,52px) auto 0;max-width:900px;display:grid;gap:clamp(26px,3vw,40px)}
.setup-shots figure{margin:0}
.setup-shots img{width:100%;border-radius:12px;border:1px solid rgba(201,168,76,.2);
  box-shadow:0 18px 50px rgba(0,0,0,.30)}
.sec-cream .setup-shots img{box-shadow:0 18px 50px rgba(26,26,26,.14)}
.setup-shots figcaption{margin-top:12px;font-size:15px;color:var(--body-dk)}
.sec-cream .setup-shots figcaption{color:var(--muted)}

/* ============================================================
   OLYMPUS INDEX: pick a tool
============================================================ */
.olympus-hero{min-height:min(78vh,720px)}
/* two figures, one each side, so darken the centre channel where the type sits */
.olympus-hero .hero-scrim{background:
  linear-gradient(to bottom, rgba(11,6,8,.55) 0%, rgba(11,6,8,.34) 30%, rgba(11,6,8,.88) 80%, var(--dark) 100%),
  radial-gradient(58% 100% at 50% 55%, rgba(11,6,8,.90) 0%, rgba(11,6,8,.55) 55%, rgba(11,6,8,0) 100%)}
.tools{margin-top:clamp(34px,4vw,52px);display:grid;grid-template-columns:1fr 1fr;
  gap:clamp(22px,2.6vw,32px);text-align:left}
.tool{display:block;border-radius:18px;overflow:hidden;background:#fff;
  border:1px solid var(--line);box-shadow:0 16px 44px rgba(26,26,26,.08);
  transition:transform .22s ease,box-shadow .26s ease,border-color .22s ease}
.tool:hover{transform:translateY(-4px);border-color:var(--gold);
  box-shadow:0 26px 70px rgba(26,26,26,.16)}
.tool-art{aspect-ratio:2/1;overflow:hidden;background:var(--dark)}
.tool-art img{width:100%;height:100%;object-fit:cover;object-position:center}
.tool-body{padding:26px 26px 28px}
.tool-kicker{font-size:11.5px;letter-spacing:.22em;text-transform:uppercase;
  color:#7a5a1c;font-weight:600;margin-bottom:8px}
.tool-body h3{font-family:var(--serif);font-weight:800;font-size:clamp(26px,3vw,34px);
  color:var(--charcoal);margin-bottom:10px}
.tool-body p{color:var(--muted);font-size:16px;margin-bottom:12px}
.tool-for{color:var(--charcoal);font-weight:500}
.tool-go{display:inline-block;margin-top:6px;font-weight:600;font-size:15px;color:var(--maroon)}
.tool:hover .tool-go{color:#520000}
@media (max-width:820px){ .tools{grid-template-columns:1fr} }
