/* =========================================================
   7 Core Experiences — homepage
   Tokens taken from the approved Figma frame (1440 desktop / 402 mobile)
   ========================================================= */
:root{
  --ink:#080c12;        /* header, dark text */
  --navy:#091a33;       /* body text on light */
  --charcoal:#2f2f2f;   /* dark sections */
  --cream:#f3f1eb;      /* light sections */
  --blue:#239fda;
  --blue-deep:#1b79a6;
  --yellow:#fed740;
  --yellow-deep:#e9c223;
  --white:#fff;
  --line:#cdcdcd;
  --muted:#3e4a5c;

  --sans:"futura-pt","Futura PT","Jost",Futura,"Century Gothic",sans-serif;
  --serif:"Newsreader",Georgia,serif;

  --container:1280px;
  --gutter:80px;
  --header-h:84px;
  --radius:6px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--serif);font-size:22px;line-height:1.4;color:var(--navy);background:var(--cream);-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
h1,h2,h3,h4{font-family:var(--sans);font-weight:700;line-height:1;letter-spacing:-.01em}
h2{font-size:64px;line-height:1;color:var(--ink)}
h3{font-size:22px;line-height:1.2}
.accent{color:var(--blue)}
.container{max-width:calc(var(--container) + var(--gutter)*2);margin:0 auto;padding:0 var(--gutter)}
.lede{font-family:var(--serif);font-size:28px;line-height:1.5}
.body{font-size:22px;line-height:1.4}
:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}
@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}html{scroll-behavior:auto}}

/* ---------- Buttons ---------- */
.btn{display:inline-flex;align-items:center;gap:12px;font-family:var(--sans);font-weight:600;font-size:18px;line-height:1.3;padding:15px 24px;border-radius:var(--radius);border:1px solid transparent;cursor:pointer;white-space:nowrap;transition:background-color .18s ease,color .18s ease,border-color .18s ease}
.btn .price{opacity:.8;font-weight:600}
.btn-primary{background:var(--blue);color:var(--white)}
.btn-primary:hover{background:var(--blue-deep)}
.btn-tertiary{background:var(--yellow);color:var(--ink)}
.btn-tertiary:hover{background:var(--yellow-deep)}
.btn-outline-light{border-color:var(--white);color:var(--white)}
.btn-outline-light:hover{background:var(--white);color:var(--ink)}
.btn-outline-dark{border-color:var(--ink);color:var(--ink)}
.btn-outline-dark:hover{background:var(--ink);color:var(--white)}
.btn-sm{padding:10px 16px;font-size:15px}
.btn-block{width:100%;justify-content:center}
.btn-row{display:flex;gap:16px;flex-wrap:wrap}
.arrow-link{font-family:var(--sans);font-weight:600;font-size:18px;color:var(--white);display:inline-flex;align-items:center;gap:8px;border-bottom:2px solid var(--white);padding-bottom:2px;transition:color .18s,border-color .18s}
.arrow-link::after{content:"\2192"}
.arrow-link:hover{color:var(--yellow);border-color:var(--yellow)}

/* ---------- Header ---------- */
.site-header{position:sticky;top:0;z-index:100;background:var(--ink);height:var(--header-h);box-shadow:0 1px 0 rgba(255,255,255,.06);transition:box-shadow .2s}
.site-header.is-scrolled{box-shadow:0 8px 30px rgba(0,0,0,.35)}
/* The header is full-bleed with a constant 32px side padding (it does NOT follow
   --gutter, which steps 80/48/24), so the nav gets every pixel available. */
.header-inner{display:flex;align-items:center;height:100%;gap:32px;max-width:none;padding-left:32px;padding-right:32px}
/* The brand never shrinks: the logo has one desktop size and one mobile size.
   When the full header no longer fits we switch to the mobile header (<=1200px). */
.brand{flex:0 0 auto}
.brand img{height:54px;width:auto;max-width:none}
.main-nav{margin-left:auto;margin-right:auto;min-width:0}
.main-nav ul{display:flex;gap:28px;white-space:nowrap}
.main-nav a{display:inline-block;font-family:var(--sans);font-weight:600;font-size:16px;color:var(--white);padding:6px 0 4px;border-bottom:2px solid transparent;transition:color .18s,border-color .18s}
.main-nav a:hover{color:var(--yellow)}
.main-nav a.is-active{color:var(--yellow);border-bottom-color:var(--yellow)}
.header-cta{flex:0 0 auto}
.header-cta .short{display:none}
.menu-toggle{display:none;background:none;border:0;width:32px;height:32px;padding:4px;cursor:pointer;flex-direction:column;justify-content:space-between}
.menu-toggle span{display:block;height:2px;background:var(--white);border-radius:2px}

/* ---------- Mobile menu ---------- */
.mobile-menu{position:fixed;inset:0;z-index:200;background:var(--ink);color:var(--white);display:flex;flex-direction:column;padding:0 24px 24px;transform:translateX(-100%);visibility:hidden;transition:transform .3s ease,visibility 0s .3s}
.mobile-menu.is-open{transform:none;visibility:visible;transition:transform .3s ease}
.mobile-menu-bar{display:flex;align-items:center;justify-content:space-between;height:72px;gap:12px}
.mobile-menu-bar .brand img{height:40px}
.menu-close{background:none;border:0;color:var(--white);width:32px;height:32px;display:grid;place-items:center;cursor:pointer}
.mobile-menu nav{margin-top:20px}
.mobile-menu nav a{display:block;padding:20px 0;font-family:var(--sans);font-weight:600;font-size:17px;color:var(--white);border-top:1px solid rgba(255,255,255,.75);transition:color .18s}
.mobile-menu nav li:last-child a{border-bottom:1px solid rgba(255,255,255,.75)}
.mobile-menu nav a:hover,.mobile-menu nav a.is-active{color:var(--yellow)}
.mobile-menu-footer{margin-top:auto}
body.menu-open{overflow:hidden}

/* ---------- Hero ---------- */
.hero{position:relative;min-height:847px;display:flex;align-items:center;color:var(--white);background:var(--ink) url("../images/hero.webp") center/cover no-repeat}
/* Figma: linear gradient black 100%→0%, layer opacity 66%, running left→right from ~36% to ~69% of the width */
.hero-overlay{position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,.66) 0%,rgba(0,0,0,.66) 36%,rgba(0,0,0,0) 69%,rgba(0,0,0,0) 100%)}
.hero-inner{position:relative;z-index:1;padding-top:120px;padding-bottom:120px;max-width:calc(752px + var(--gutter)*2);margin:0}
.eyebrow{font-family:var(--sans);font-weight:600;font-size:16px;color:var(--blue);display:flex;align-items:center;gap:12px;margin-bottom:36px}
.eyebrow::before{content:"";width:24px;height:4px;border-radius:2px;background:var(--blue)}
.hero h1{font-size:84px;line-height:1;color:var(--white);margin-bottom:36px}
.hero .lede{margin-bottom:36px;color:var(--white)}
.hero .lede strong{font-weight:700}
.meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:36px;font-family:var(--sans);font-weight:600;font-size:18px}
.meta-row li+li::before{content:"";display:inline-block;width:4px;height:4px;border-radius:50%;background:var(--yellow);margin-right:12px;vertical-align:middle}
.meta-row .highlight{color:var(--yellow)}

/* ---------- Trust strip (scrolling logo marquee) ---------- */
.trust{background:var(--cream);padding:40px 0}
.trust-inner{display:block}
.trust p{font-size:22px;line-height:1.4;max-width:560px}

/* Two identical tracks scroll side by side; each shifts by its own width, so the
   moment one leaves the viewport the other is exactly in its place. Seamless. */
.marquee{display:flex;width:100%;overflow:hidden;margin-top:28px;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 80px,#000 calc(100% - 80px),transparent 100%);
          mask-image:linear-gradient(90deg,transparent 0,#000 80px,#000 calc(100% - 80px),transparent 100%)}
.marquee-track{flex:0 0 auto;display:flex;align-items:center;gap:64px;padding-right:64px;
  animation:marquee-scroll 55s linear infinite}
.marquee:hover .marquee-track,.marquee:focus-within .marquee-track{animation-play-state:paused}
@keyframes marquee-scroll{from{transform:translateX(0)}to{transform:translateX(-100%)}}
@media (prefers-reduced-motion:reduce){
  .marquee{overflow-x:auto;-webkit-mask-image:none;mask-image:none}
  .marquee-track[aria-hidden="true"]{display:none}
}

.trust-logos li{flex:0 0 auto;display:flex;align-items:center}
/* Several of these logos ship on a solid white plate. Multiply drops that plate
   onto the cream background; the dark ink is unaffected. */
.trust-logos img{width:auto;height:calc(var(--h) * var(--logo-scale,1));mix-blend-mode:multiply}
.trust-logos .logo-google{--h:40px}
.trust-logos .logo-acrow{--h:34px}
.trust-logos .logo-tradeweb{--h:34px}
.trust-logos .logo-dbi{--h:44px}
.trust-logos .logo-rivet-king{--h:76px}
.trust-logos .logo-amc{--h:72px}
.trust-logos .logo-brooklyn{--h:79px}
.trust-logos .logo-urbanarts{--h:81px}
.trust-logos .logo-nuveen{--h:39px}
.trust-logos .logo-tv-one{--h:48px}
.trust-logos .logo-nycps{--h:78px}
.trust-logos .logo-renewal{--h:56px}
.trust-logos .logo-townhouse{--h:80px}
.trust-logos .logo-premium-waters{--h:22px}

/* ---------- Experiences ---------- */
.experiences{position:relative;overflow:hidden;background:var(--charcoal);color:var(--white);padding:120px 0}
.experiences h2{color:var(--white)}
.deco-symbol{position:absolute;top:-69px;right:-55px;width:643px;height:auto;pointer-events:none}
.section-head{max-width:676px;position:relative}
.section-head .lede{margin-top:24px}
.exp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:64px;margin-top:56px;position:relative}
.exp{border-top:4px solid var(--c);padding-top:24px;display:flex;flex-direction:column;gap:20px}
.exp-icon{height:64px;width:auto}
.exp h3{font-size:22px;margin-top:0}
.exp p{font-size:22px;line-height:1.4;margin-top:-12px}
.exp-cta{background:var(--blue);border-top:0;padding:24px;gap:24px;justify-content:flex-start}
.exp-cta h3{font-size:22px;line-height:1.2}

/* ---------- How it works ---------- */
.how{background:var(--cream);padding:120px 0 60px}
.how-inner{display:grid;grid-template-columns:515px 1fr;gap:80px;align-items:start}
.how .lede{margin-top:32px;color:var(--navy)}
.steps{margin:32px 0;display:flex;flex-direction:column}
.steps li{display:grid;grid-template-columns:60px 1fr;gap:32px;padding:24px 0 40px;border-top:1px solid var(--line)}
.steps li:last-child{border-bottom:1px solid var(--line);padding-bottom:24px}
.steps .num{font-family:var(--sans);font-weight:700;font-size:60px;line-height:1;color:var(--blue)}
.steps h3{font-size:26px;line-height:1.2;color:var(--ink);margin-bottom:8px}
.steps p{font-size:22px;line-height:1.4}
.how-photo img{width:100%;aspect-ratio:1;object-fit:cover}

/* ---------- Book ---------- */
.book{background:var(--cream);padding:120px 0}
.book-inner{display:grid;grid-template-columns:459px 1fr;gap:170px;align-items:center;max-width:calc(1160px + var(--gutter)*2)}
.book-cover img{width:100%;box-shadow:0 30px 60px -30px rgba(0,0,0,.35)}
.book-copy h2{max-width:519px}
.pull-quote{font-family:var(--serif);font-style:italic;font-size:36px;line-height:1.3;color:var(--ink);border-left:2px solid var(--blue);padding-left:20px;margin:32px 0}
.pull-quote p{font-size:26px;line-height:1.35}
.pull-quote cite{display:block;margin-top:16px;font-family:var(--sans);font-style:normal;font-weight:600;font-size:16px;color:var(--muted)}
.pull-quote cite em{font-style:italic}
.book .body{color:var(--ink);max-width:519px}
.book .btn-row{margin-top:32px}

/* ---------- Testimonial ---------- */
.testimonial{position:relative;color:var(--white);padding:120px 0;background:var(--charcoal) url("../images/testimonial.webp") center/cover no-repeat}
.testimonial.photo-teams{background-image:url("../images/team-photo-2.webp")}
.testimonial-overlay{position:absolute;inset:0;z-index:0;pointer-events:none;background:rgba(0,0,0,.5)}
.testimonial blockquote{position:relative;z-index:1;max-width:880px;margin:0 auto;text-align:center}
.testimonial p{font-style:italic;font-size:28px;line-height:1.35;text-shadow:0 2px 20px rgba(0,0,0,.5)}
.testimonial p em{font-style:normal}
.testimonial footer{margin-top:32px;font-family:var(--sans)}
.testimonial footer strong{display:block;font-weight:600;font-size:18px}
.testimonial footer span{display:block;font-weight:500;font-size:16px;margin-top:4px;max-width:620px;margin-left:auto;margin-right:auto}

/* ---------- Teams ---------- */
.teams{background:var(--charcoal);color:var(--white);padding:120px 0}
.teams h2{color:var(--white)}
.teams-inner{display:grid;grid-template-columns:576px 1fr;gap:80px;align-items:center}
.teams .lede{margin-top:32px}
.checks{margin:32px 0;display:flex;flex-direction:column;gap:16px}
.checks li{position:relative;padding-left:32px;font-size:22px;line-height:1.4}
.checks li::before{content:"";position:absolute;left:3px;top:8px;width:13px;height:9px;border-left:2px solid var(--blue);border-bottom:2px solid var(--blue);transform:rotate(-45deg)}
.checks strong{color:var(--blue);font-weight:700}
.team-report{padding:32px}
.tr-title{font-family:var(--sans);font-weight:600;font-size:16px;color:var(--yellow);margin-bottom:10px}
.tr-head{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:24px;font-family:var(--sans)}
.tr-head h3{font-size:22px}
.tr-head span{font-weight:600;font-size:18px}
.bars{display:flex;flex-direction:column;gap:14px}
.bars li{display:grid;grid-template-columns:32px 1fr;gap:24px;align-items:center}
.bars img{width:32px;height:24px;object-fit:contain}
.bar-label{display:flex;justify-content:space-between;font-family:var(--sans);font-weight:600;font-size:16px;margin-bottom:6px}
.track{height:8px;border-radius:4px;background:rgba(255,255,255,.2);overflow:hidden}
.track span{display:block;height:100%;border-radius:4px}
.gap-insight{margin-top:24px;font-size:22px;line-height:1.4}
.gap-insight strong{font-weight:700}

/* ---------- Contact ---------- */
.contact{background:var(--cream);padding:120px 0}
.contact-inner{display:grid;grid-template-columns:532px 1fr;gap:80px;align-items:start}
.contact-copy{padding-top:31px}
.contact .lede{margin-top:32px}
.contact-photo{margin-top:32px}
.contact-photo img{width:100%;aspect-ratio:532/355;object-fit:cover}
.contact-form{padding:36px;border-radius:32px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.field{display:flex;flex-direction:column;gap:8px;margin-bottom:32px}
.field label{font-family:var(--sans);font-weight:600;font-size:15px;color:var(--ink)}
.field input,.field select,.field textarea{width:100%;height:60px;padding:13px 14px;font-family:var(--sans);font-weight:500;font-size:16px;color:var(--ink);background:var(--white);border:1px solid var(--line);border-radius:0;transition:border-color .18s}
.field textarea{height:120px;resize:vertical}
.field input::placeholder,.field textarea::placeholder{color:rgba(62,74,92,.5)}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);outline:none}
.select-wrap{position:relative}
.select-wrap select{appearance:none;-webkit-appearance:none;padding-right:40px;cursor:pointer}
.select-wrap::after{content:"";position:absolute;right:16px;top:50%;width:8px;height:8px;border-right:1.5px solid var(--navy);border-bottom:1.5px solid var(--navy);transform:translateY(-70%) rotate(45deg);pointer-events:none}
.consent{display:flex;gap:10px;align-items:flex-start;font-family:var(--sans);font-weight:500;font-size:16px;color:var(--muted);margin:0 0 32px;cursor:pointer}
.consent input{width:18px;height:18px;margin-top:2px;flex:none;accent-color:var(--blue)}

/* ---------- Footer ---------- */
.site-footer{background:var(--charcoal);color:var(--white);padding:40px 0 0}
.footer-inner{display:grid;grid-template-columns:366px repeat(3,1fr);gap:32px 0}
.footer-brand img{width:112px}
.footer-brand p{margin-top:24px;font-size:16px;line-height:1.4;max-width:300px}
.footer-brand .ldp{font-family:var(--sans);font-weight:600;font-size:14px}
.footer-brand .ldp strong,.bar-label b,.quiz-top b{font-weight:inherit}
.footer-col h4{font-size:18px;font-weight:600;color:var(--yellow);margin-bottom:16px}
.footer-col ul{display:flex;flex-direction:column;gap:12px}
.footer-col a{font-family:var(--sans);font-weight:500;font-size:16px;transition:color .18s}
.footer-col a:hover{color:var(--yellow)}
/* Legal row sits in its own full-bleed ink bar under the charcoal footer. */
.footer-legal{background:var(--ink);margin-top:40px}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:22px var(--gutter);font-family:var(--sans);font-size:14px;font-weight:500}
.footer-bottom ul{display:flex;gap:16px}
.footer-bottom a:hover{color:var(--yellow)}

/* =========================================================
   RESPONSIVE
   ========================================================= */
/* Condensed desktop nav. The roomy spacing above needs ~1300px to clear the CTA,
   so it steps down well before the mobile breakpoint at 1200 — otherwise the last
   link collides with the button. Kept separate from the --gutter step below,
   which is a page-layout concern, not a header one. */
@media (max-width:1400px){
  .main-nav ul{gap:18px}
  .main-nav a{font-size:15px}
  .header-cta .full{display:none}
  .header-cta .short{display:inline}
}

@media (max-width:1280px){
  :root{--gutter:48px}
  .exp-grid{gap:40px}
  .book-inner{gap:80px}
  .how-inner{grid-template-columns:1fr 1fr}
  .teams-inner,.contact-inner{grid-template-columns:1fr 1fr}
}

/* Below this the full nav no longer fits next to the logo and the CTA. */
@media (max-width:1200px){
  /* header → mobile: hamburger | logo | small CTA. The logo keeps its 54px size. */
  .header-inner{gap:16px;justify-content:space-between}
  .menu-toggle{display:flex}
  .main-nav{display:none}
  .header-cta .full{display:none}
  .header-cta .short{display:inline}
}

@media (max-width:1100px){
  h2{font-size:52px}
  .hero h1{font-size:68px}
  .exp-grid{grid-template-columns:repeat(2,1fr)}
  .deco-symbol{width:480px}
  .trust p{max-width:none}
  .marquee-track{gap:48px;padding-right:48px}
  .footer-inner{grid-template-columns:1fr 1fr;gap:40px}
}

/* Homepage two-column blocks collapse here, same as the inner pages, so tablet
   widths (601-900px) no longer scroll sideways. */
@media (max-width:900px){
  .how-inner,.book-inner,.teams-inner,.contact-inner{grid-template-columns:1fr;gap:40px}
  .how-photo{order:-1}
  .book-cover{max-width:320px;margin:0 auto}
  .form-row{grid-template-columns:1fr;gap:0}
}

@media (max-width:600px){
  :root{--gutter:24px;--header-h:72px}
  body{font-size:18px}
  h2{font-size:40px}
  .lede{font-size:22px}
  .body,.exp p,.steps p,.checks li,.gap-insight,.trust p{font-size:18px}

  .header-inner{gap:12px;padding-left:var(--gutter);padding-right:var(--gutter)}
  .brand img{height:40px}
  .header-cta{padding:10px 16px;font-size:15px}
  .header-cta .price{display:none}

  .hero{min-height:0;background-position:65% top}
  .hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,0) 7%,rgba(0,0,0,.66) 49%,rgba(0,0,0,.66) 100%)}
  .hero-inner{padding-top:220px;padding-bottom:48px;max-width:none}
  .hero h1{font-size:48px;line-height:.9;margin-bottom:24px}
  .hero .lede{font-size:20px;margin-bottom:28px}
  .eyebrow{margin-bottom:24px}
  .btn-row{flex-direction:column}
  .btn-row .btn{width:100%;justify-content:center}
  .meta-row{font-size:14px;gap:8px;margin-top:24px}
  .meta-row li+li::before{margin-right:8px}

  .trust{padding:32px 0}
  .marquee{margin-top:20px;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 24px,#000 calc(100% - 24px),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 24px,#000 calc(100% - 24px),transparent 100%)}
  .marquee-track{gap:36px;padding-right:36px;--logo-scale:.75}

  .experiences,.how,.book,.testimonial,.teams,.contact{padding:64px 0}
  .deco-symbol{width:330px;top:-30px;right:-40px}
  /* Clears the decorative symbol, which only exists in this section. Scoped:
     .section-head is used all over the site and was getting 290px everywhere. */
  .experiences .section-head{padding-top:290px}
  .exp-grid{gap:32px;margin-top:40px}
  .exp p{margin-top:-8px}
  .exp-cta .arrow-link{font-size:16px}

  .how-inner{grid-template-columns:1fr;gap:40px}
  .how-photo{order:-1}
  .steps li{grid-template-columns:44px 1fr;gap:20px;padding:20px 0 28px}
  .steps .num{font-size:44px}
  .steps h3{font-size:22px}
  .how .btn{width:100%;justify-content:center}

  .book-inner{grid-template-columns:1fr;gap:40px}
  .book-cover{max-width:320px;margin:0 auto}
  .pull-quote{font-size:26px}
  .pull-quote p{font-size:20px}

  /* The speaker is on the left of the homepage frame; centre/cover crops her out.
     The teams photo is composed around its middle, so it keeps the default. */
  .testimonial:not(.photo-teams){background-position:left center}
  .testimonial p{font-size:21px}

  .teams-inner{grid-template-columns:1fr;gap:40px}
  .teams .btn-outline-light{width:100%;justify-content:center}
  .team-report{padding:24px 20px}
  .tr-head{flex-wrap:wrap}
  .tr-head span{font-size:14px}
  .bars li{gap:16px}

  .contact-inner{grid-template-columns:1fr;gap:40px}
  .contact-copy{padding-top:0}
  .contact-form{padding:0;border-radius:0}
  .form-row{grid-template-columns:1fr;gap:0}
  .field{margin-bottom:24px}
  .contact-form .btn{width:100%;justify-content:center}

  .footer-inner{grid-template-columns:1fr;gap:32px}
  .footer-brand p{max-width:none}
  .footer-legal{margin-top:32px}
  .footer-bottom{flex-direction:column;align-items:flex-start;gap:12px;font-size:13px;padding:20px var(--gutter)}
}

@media (max-width:420px){
  /* Long button labels wrap instead of forcing the column wider than the screen. */
  .btn{white-space:normal;text-align:center}
  .hero h1{font-size:42px}
  h2{font-size:36px}
  .header-cta{padding:9px 12px;font-size:14px}
  .brand img{height:36px}
}

/* =========================================================
   INNER PAGES — shared components
   ========================================================= */

/* ---------- Page hero (dark, compact) ---------- */
.page-hero{background:var(--ink);color:var(--white);padding:96px 0}
.page-hero h1{font-family:var(--sans);font-weight:600;font-size:72px;line-height:.9;color:var(--white);max-width:14ch}
.page-hero .lede{margin-top:32px;max-width:640px}
.page-hero .btn-row{margin-top:40px}
.page-hero .meta-row{margin-top:32px}
.page-hero.has-photo{position:relative;background:var(--ink) center/cover no-repeat;min-height:560px;display:flex;align-items:center}
/* Hero photo per page, so .has-photo stays layout-only. */
.page-hero.photo-assessment{background-image:url("../images/the-assessment.webp")}
.page-hero.photo-teams-hero{background-image:url("../images/photo-01.webp")}
.page-hero.photo-book{background-image:url("../images/team-photo-5.webp")}
.page-hero.photo-about{background-image:url("../images/photo-04.webp")}
/* This hero's copy starts near the top and runs wider than the homepage's, so it
   needs its own scrim: the homepage gradient only darkens the left third. */
.page-hero.has-photo .hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.8) 0%,rgba(0,0,0,.74) 48%,rgba(0,0,0,.38) 80%,rgba(0,0,0,.38) 100%)}
.page-hero.has-photo .container{position:relative;z-index:1;width:100%}

.book-hero-cover{width:100%;max-width:380px;justify-self:end;box-shadow:0 40px 80px -30px rgba(0,0,0,.7)}

/* two-column generic */
.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.split.top{align-items:start}
.split .lede{margin-top:32px}
.split .btn-row{margin-top:32px}
/* Excerpt: same column widths as the .person block below (photo column / bio text column), so the long passage reads at a comfortable measure. */
.excerpt-split{grid-template-columns:320px 1fr;gap:48px}
.section-light{background:var(--cream);padding:120px 0}
.section-dark{background:var(--charcoal);color:var(--white);padding:120px 0}
.section-dark h2,.section-dark h3{color:var(--white)}
.section-ink{background:var(--ink);color:var(--white);padding:120px 0}
.section-ink h2,.section-ink h3{color:var(--white)}
.section-head{max-width:676px}
.section-head+.grid-3,.section-head+.grid-2,.section-head+.faq{margin-top:56px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:64px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:64px}
.feature{border-top:4px solid var(--blue);padding-top:24px}
.feature h3{font-size:22px;margin-bottom:12px}
.feature p{font-size:22px;line-height:1.4}
.feature .num{display:block;font-family:var(--sans);font-weight:600;font-size:60px;line-height:1;color:var(--blue);margin-bottom:16px}
.profile-gets h3{font-size:40px;line-height:1.15;color:var(--blue);margin-bottom:20px}
.section-dark .feature{border-top-color:var(--yellow)}
.small-note{font-family:var(--sans);font-weight:500;font-size:16px;color:var(--muted)}
.section-dark .small-note,.section-ink .small-note{color:rgba(255,255,255,.7)}
.photo{width:100%;object-fit:cover}
.photo.square{aspect-ratio:1}
.photo.wide{aspect-ratio:16/10}

/* ---------- Split with a photo (workshops / podcast / certification) ---------- */
.split .body+.body{margin-top:20px}
.split-photo{align-self:stretch}
.split-photo img{width:100%;height:100%;min-height:460px;object-fit:cover}
@media (max-width:900px){.split-photo img{height:auto;min-height:0;aspect-ratio:4/3}}
.section-dark .split .body,.section-ink .split .body{color:var(--white)}

/* ---------- Pricing ---------- */
.pricing{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:56px}
.price-card{background:var(--white);padding:40px;border-top:6px solid var(--blue);display:flex;flex-direction:column;gap:24px}
.price-card.team{border-top-color:var(--yellow)}
.price-card h3{font-size:26px}
.price-card .amount{font-family:var(--sans);font-weight:600;font-size:64px;line-height:1;color:var(--ink)}
.price-card .amount small{font-size:20px;font-weight:500;color:var(--muted);margin-left:6px}
.price-card ul{display:flex;flex-direction:column;gap:12px}
.price-card li{position:relative;padding-left:32px;font-size:20px;line-height:1.4}
.price-card li::before{content:"";position:absolute;left:3px;top:8px;width:13px;height:9px;border-left:2px solid var(--blue);border-bottom:2px solid var(--blue);transform:rotate(-45deg)}

/* Book excerpt bullet list (dark section) */
.excerpt-list{display:flex;flex-direction:column;gap:10px;margin:24px 0}
.excerpt-list li{position:relative;padding-left:28px;font-size:20px;line-height:1.5;color:var(--white)}
.excerpt-list li::before{content:"";position:absolute;left:0;top:11px;width:14px;height:3px;background:var(--yellow);border-radius:2px}
.price-card .btn{align-self:flex-start;margin-top:auto}
.team-buy{display:flex;flex-direction:column;gap:16px;margin-top:auto}
.team-buy .field{margin-bottom:0;gap:6px}
.team-buy .field input{max-width:140px;height:52px;border-color:rgba(9,26,51,.18)}
.team-buy .field input:focus{border-color:var(--yellow)}
.team-buy .hint{font-size:13px;line-height:1.35}
.team-buy .btn{align-self:stretch;justify-content:center;margin-top:0}

/* ---------- FAQ ---------- */
.faq{border-top:1px solid var(--line)}
.faq details{border-bottom:1px solid var(--line)}
.faq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:24px 0;font-family:var(--sans);font-weight:600;font-size:22px;color:var(--ink);transition:color .18s}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:32px;font-weight:400;color:var(--blue);flex:none;transition:transform .2s}
.faq details[open] summary::after{transform:rotate(45deg)}
.faq summary:hover{color:var(--blue)}
.faq .answer{padding:0 0 28px;font-size:20px;line-height:1.5;max-width:760px}

/* ---------- Quote band (no photo) ---------- */
.quote-band{background:var(--blue);color:var(--white);padding:96px 0;text-align:center}
.quote-band p{font-style:italic;font-size:36px;line-height:1.3;max-width:820px;margin:0 auto}
.quote-band cite{display:block;margin-top:24px;font-style:normal;font-family:var(--sans);font-weight:600;font-size:18px}

/* ---------- Chapter list (book) ---------- */
.chapters{counter-reset:ch}
.chapters li{display:grid;grid-template-columns:64px 88px 1fr;gap:32px;align-items:center;padding:28px 0;border-top:1px solid var(--line)}
.chapters li:last-child{border-bottom:1px solid var(--line)}
.chapters .ch-num{font-family:var(--sans);font-weight:600;font-size:44px;line-height:1;color:var(--blue)}
.chapters img{height:48px;width:auto}
.chapters h3{font-size:24px;margin-bottom:6px}
.chapters p{font-size:20px;line-height:1.4}
.retailers{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}

/* ---------- Author / people ---------- */
.person{display:grid;grid-template-columns:320px 1fr;gap:48px;align-items:start}
.person img{width:100%;aspect-ratio:4/5;object-fit:cover}
.person h3{font-size:32px;margin-bottom:6px}
.person .role{font-family:var(--sans);font-weight:600;font-size:18px;color:var(--blue);margin-bottom:20px;display:block}
.person p{font-size:20px;line-height:1.5}
.person p+p{margin-top:20px}
.person .btn-row{margin-top:28px}
/* Marquee dropped into a dark section: it needs a light ground for mix-blend-mode. */
.marquee-panel{background:var(--cream);padding:32px 0;margin-top:56px}
.marquee-panel .marquee{margin-top:0}
.logo-cloud{display:flex;flex-wrap:wrap;gap:32px 64px;align-items:center;justify-content:space-between;margin-top:56px;padding:32px 40px;background:var(--cream)}
.logo-cloud img{height:48px;width:auto}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;margin-top:56px}
.stat b{display:block;font-family:var(--sans);font-weight:600;font-size:72px;line-height:1;color:var(--yellow)}
.stat span{display:block;margin-top:12px;font-size:20px}

/* Placeholder portrait: Christine stands on the right of team-photo.webp, so the
   narrow crops have to favour that side or they cut her out entirely.
   Drop this once a real portrait arrives. */
.crop-subject{object-position:80% center}

/* ---------- Legal / long-form prose ---------- */
.page-hero.compact{padding:64px 0}
.page-hero.notfound{min-height:52vh;display:flex;align-items:center}
.page-hero.notfound .btn-row{margin-top:36px}
.page-hero.compact h1{font-size:52px;max-width:20ch}
.page-hero .effective{margin-top:24px;font-family:var(--sans);font-weight:600;font-size:16px;color:var(--yellow)}
.legal{padding:80px 0}
.prose{max-width:760px}
.prose h2{font-family:var(--sans);font-weight:600;font-size:26px;line-height:1.2;color:var(--ink);margin:44px 0 14px}
.prose > :first-child{margin-top:0}
.prose p{font-size:20px;line-height:1.6;margin-bottom:20px}
.prose ul{margin:0 0 20px}
.prose li{position:relative;padding-left:28px;font-size:20px;line-height:1.6;margin-bottom:10px}
.prose li::before{content:"";position:absolute;left:2px;top:13px;width:10px;height:3px;background:var(--blue);border-radius:2px}
.prose a{color:var(--blue);font-weight:600;border-bottom:1px solid currentColor}
.prose .contact-line{margin-top:40px;padding-top:28px;border-top:1px solid var(--line)}
.footer-brand .ldp a{border-bottom:1px solid rgba(255,255,255,.4);transition:color .18s,border-color .18s}
.footer-brand .ldp a:hover{color:var(--yellow);border-color:var(--yellow)}

/* ---------- Narrow form pages (retrieve / contact) ---------- */
.form-page{padding:96px 0}
.form-card{background:var(--white);padding:40px;max-width:560px}
.section-light .form-card{border:1px solid var(--line)}
.form-card h2{font-size:32px;margin-bottom:12px}
.form-card .intro{font-size:20px;line-height:1.5;margin-bottom:32px}
.form-card .btn{width:100%;justify-content:center}
.form-help{margin-top:24px;font-family:var(--sans);font-size:16px;font-weight:500;color:var(--muted)}
.form-help a{color:var(--blue);font-weight:600;border-bottom:1px solid currentColor}
.field .hint{font-family:var(--sans);font-size:14px;color:var(--muted);margin-top:-2px}
.field.is-error input{border-color:#ed1c24}
.field .error{display:none;font-family:var(--sans);font-size:14px;color:#ed1c24;font-weight:500}
.field.is-error .error{display:block}
.notice{display:none;padding:16px 20px;font-family:var(--sans);font-weight:500;font-size:16px;margin-bottom:24px;border-left:4px solid var(--blue);background:rgba(35,159,218,.08);color:var(--ink)}
.notice.is-visible{display:block}
.notice.success{border-color:#35b24a;background:rgba(53,178,74,.1)}

/* ---------- Assessment: question template ---------- */
.quiz{background:var(--cream);min-height:calc(100vh - var(--header-h));padding:56px 0 96px}
.quiz-top{display:flex;justify-content:space-between;align-items:center;gap:24px;max-width:880px;margin:0 auto 16px;font-family:var(--sans);font-weight:600;font-size:16px;color:var(--muted)}
.quiz-top .section-tag{color:var(--blue)}
.progress{max-width:880px;margin:0 auto 56px;height:8px;background:rgba(9,26,51,.12);border-radius:4px;overflow:hidden}
.progress span{display:block;height:100%;background:var(--blue);border-radius:4px;transition:width .3s}
.question{max-width:880px;margin:0 auto}
.question .prompt{font-family:var(--sans);font-weight:600;font-size:36px;line-height:1.15;color:var(--ink)}
.question .scenario{font-size:22px;line-height:1.5;margin-top:20px}
.options{display:flex;flex-direction:column;gap:12px;margin-top:40px}
.option{display:flex;align-items:flex-start;gap:16px;background:var(--white);border:1px solid var(--line);padding:20px 24px;cursor:pointer;font-size:20px;line-height:1.4;color:var(--ink);transition:border-color .18s,background .18s}
.option:hover{border-color:var(--blue)}
.option input{position:absolute;opacity:0;pointer-events:none}
.option .key{flex:none;width:32px;height:32px;border-radius:50%;border:2px solid var(--line);display:grid;place-items:center;font-family:var(--sans);font-weight:600;font-size:14px;color:var(--muted);margin-top:2px;transition:all .18s}
.option.is-selected,.option:has(input:checked){border-color:var(--blue);background:rgba(35,159,218,.06)}
.option.is-selected .key,.option:has(input:checked) .key{background:var(--blue);border-color:var(--blue);color:var(--white)}
.likert{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:40px}
.likert .option{justify-content:center;text-align:center;padding:28px 16px;font-family:var(--sans);font-weight:600;font-size:18px}
.quiz-nav{max-width:880px;margin:56px auto 0;display:flex;justify-content:space-between;align-items:center;gap:16px}
.quiz-nav .link{font-family:var(--sans);font-weight:600;font-size:16px;color:var(--muted);border-bottom:1px solid transparent;transition:color .18s,border-color .18s}
.quiz-nav .link:hover{color:var(--ink);border-color:var(--ink)}
.quiz-nav .btn[disabled]{opacity:.45;cursor:not-allowed}

/* ---------- Reports ---------- */
.report-hero{background:var(--ink);color:var(--white);padding:64px 0}
.report-hero .container{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;flex-wrap:wrap}
.report-hero .kicker{font-family:var(--sans);font-weight:600;font-size:16px;color:var(--blue);margin-bottom:16px}
.report-hero h1{font-family:var(--sans);font-weight:600;font-size:56px;line-height:.95;color:var(--white)}
.report-hero .who{margin-top:16px;font-family:var(--sans);font-weight:500;font-size:18px;color:rgba(255,255,255,.75)}
.report-actions{display:flex;gap:12px;flex-wrap:wrap}
.report-actions .btn-outline-light{border-color:rgba(255,255,255,.5)}

.homebase-card{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center}
.homebase-badge{display:inline-flex;align-items:center;gap:20px;background:var(--white);padding:20px 28px 20px 20px;border-left:6px solid var(--c,var(--blue));margin-bottom:32px}
.homebase-badge img{height:48px;width:auto}
.homebase-badge span{font-family:var(--sans);font-weight:600;font-size:16px;color:var(--muted);display:block}
.homebase-badge strong{font-family:var(--sans);font-weight:600;font-size:26px;color:var(--ink);display:block;line-height:1.1}
.radar{width:100%;max-width:600px;margin:0 auto;display:block}
.radar text{font-family:var(--sans);font-weight:600;font-size:14px;fill:var(--navy)}
.section-dark .radar text,.section-ink .radar text{fill:#fff}

.scores{display:flex;flex-direction:column;gap:0;margin-top:56px}
.score{display:grid;grid-template-columns:88px 1fr 2fr;gap:32px;align-items:start;padding:32px 0;border-top:1px solid var(--line)}
.score:last-child{border-bottom:1px solid var(--line)}
.score img{height:48px;width:auto}
.score h3{font-size:24px;margin-bottom:8px}
.score .bar-label{font-size:16px}
.score .track{background:rgba(9,26,51,.12)}
.score .tag{display:inline-block;font-family:var(--sans);font-weight:600;font-size:13px;letter-spacing:.02em;padding:4px 10px;background:var(--yellow);color:var(--ink);margin-left:10px;vertical-align:middle}
.score .tag.low{background:var(--line)}
.score p{font-size:20px;line-height:1.5}
.section-dark .score,.section-dark .score:last-child{border-color:rgba(255,255,255,.15)}
.section-dark .score .track{background:rgba(255,255,255,.2)}

.stretch{display:grid;grid-template-columns:repeat(2,1fr);gap:48px;margin-top:56px}
.stretch article{background:var(--white);padding:32px;border-top:4px solid var(--c,var(--blue))}
.stretch h3{font-size:22px;margin-bottom:12px}
.stretch ul{display:flex;flex-direction:column;gap:10px;margin-top:16px}
.stretch li{position:relative;padding-left:24px;font-size:18px;line-height:1.45}
.stretch li::before{content:"";position:absolute;left:0;top:11px;width:10px;height:10px;border-radius:50%;background:var(--c,var(--blue))}

/* team report */
.team-grid{width:100%;border-collapse:collapse;font-family:var(--sans);font-size:15px;margin-top:40px}
.team-grid th,.team-grid td{padding:14px 12px;text-align:center;border-bottom:1px solid rgba(255,255,255,.15)}
.team-grid th{font-weight:600;color:rgba(255,255,255,.7);font-size:13px}
.team-grid th img{height:22px;width:auto;margin:0 auto 6px;display:block}
.team-grid td:first-child,.team-grid th:first-child{text-align:left;font-weight:600;color:var(--white)}
.team-grid td .cell{display:inline-block;min-width:44px;padding:6px 0;border-radius:4px;background:rgba(255,255,255,.08);font-weight:600}
.team-grid td .cell.hb{background:var(--yellow);color:var(--ink)}
.team-grid td .cell.hb::after{content:" ★";font-size:11px}
.team-grid td .cell.lo{opacity:.55}
.legend-note{margin-top:16px;font-family:var(--sans);font-size:14px;color:rgba(255,255,255,.7)}
.members{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}
.member{display:flex;align-items:center;gap:16px;padding:20px;border:1px solid var(--line);background:var(--white)}
.member .avatar{flex:none;width:52px;height:52px;border-radius:50%;background:var(--c,var(--blue));display:grid;place-items:center;font-family:var(--sans);font-weight:600;color:var(--white);font-size:18px}
.member strong{display:block;font-family:var(--sans);font-weight:600;font-size:18px;color:var(--ink)}
.member span{font-family:var(--sans);font-size:14px;color:var(--muted)}
.member em{font-style:normal;color:var(--c,var(--blue));font-weight:600}

@media print{
  .site-header,.mobile-menu,.site-footer,.report-actions,.menu-toggle{display:none!important}
  .section-dark,.section-ink,.report-hero{background:#fff!important;color:var(--ink)!important}
  .section-dark h2,.section-ink h2,.report-hero h1{color:var(--ink)!important}
  section{padding:32px 0!important;break-inside:avoid}
}

/* ---------- Responsive for inner pages ---------- */
@media (max-width:1100px){
  .page-hero h1{font-size:56px}
  .grid-3{grid-template-columns:repeat(2,1fr);gap:40px}
  .stats{grid-template-columns:repeat(3,1fr);gap:24px}
  .stat b{font-size:56px}
  .members{grid-template-columns:repeat(2,1fr)}
  .score{grid-template-columns:64px 1fr;gap:20px}
  .score p{grid-column:2}
  .profile-gets h3{font-size:32px}
}
@media (max-width:900px){
  .page-hero{padding:64px 0}
  .page-hero h1{font-size:42px}
  .page-hero.has-photo{min-height:0}
  .page-hero.has-photo .hero-overlay{background:rgba(0,0,0,.66)}
  .section-light,.section-dark,.section-ink{padding:64px 0}
  .split,.grid-3,.grid-2,.pricing,.stretch,.homebase-card{grid-template-columns:1fr;gap:40px}
  .feature p,.price-card li,.chapters p,.person p,.faq .answer,.question .scenario,.option,.score p,.stat span{font-size:18px}
  .price-card{padding:28px}
  .price-card .amount{font-size:48px}
  .faq summary{font-size:19px;padding:20px 0}
  .quote-band p{font-size:26px}
  .chapters li{grid-template-columns:44px 56px 1fr;gap:16px}
  .chapters .ch-num{font-size:32px}
  .chapters img{height:36px}
  .person{grid-template-columns:1fr}
  .person img{max-width:320px}
  .stats{grid-template-columns:1fr;gap:32px}
  .form-card{padding:24px;max-width:none}
  .quiz{padding:32px 0 64px}
  .question .prompt{font-size:26px}
  .likert{grid-template-columns:1fr}
  .likert .option{padding:18px}
  .quiz-nav{flex-direction:column-reverse;align-items:stretch}
  .quiz-nav .btn{width:100%;justify-content:center}
  .report-hero h1{font-size:36px}
  .report-hero .container{align-items:flex-start}
  .homebase-badge{width:100%}
  .score{grid-template-columns:48px 1fr}
  .score img{height:36px}
  .score h3{font-size:20px}
  .members{grid-template-columns:1fr}
  .team-grid-wrap{overflow-x:auto;margin:0 calc(var(--gutter) * -1);padding:0 var(--gutter)}
  .team-grid{min-width:720px}
  .profile-gets h3{font-size:28px}
}
@media (max-width:420px){
  .profile-gets h3{font-size:26px}
}


/* ---------- Coming soon ---------- */
.comingsoon-hero{background:var(--cream);padding:96px 0 120px}
.comingsoon-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:64px;align-items:center}
.comingsoon-copy h1{font-family:var(--sans);font-weight:700;font-size:clamp(42px,6vw,72px);line-height:.95;color:var(--ink);max-width:12ch}
.comingsoon-copy h1 .free{color:var(--blue)}
.comingsoon-copy .lede{margin-top:28px;max-width:34rem;white-space:pre-line;color:var(--navy)}
.comingsoon-form-card{position:relative;max-width:none;width:100%;box-shadow:0 18px 50px rgba(8,12,18,.08)}
.comingsoon-form-card .optional{font-weight:400;color:var(--muted);font-size:.9em}
.comingsoon-status{margin-top:14px;min-height:1.2em;font-family:var(--sans);font-size:15px;color:var(--muted)}
.comingsoon-status.is-error{color:#b42318}
.comingsoon-success h2{font-size:32px;margin-bottom:12px}
.comingsoon-success p{font-size:20px;line-height:1.5;color:var(--navy)}
@media (max-width:900px){
  .comingsoon-hero{padding:64px 0 80px}
  .comingsoon-grid{grid-template-columns:1fr;gap:36px}
}

/* ---------- Quote carousel ---------- */
.quote-carousel{position:relative;z-index:1;max-width:880px;margin:0 auto}
.quote-slides{position:relative;min-height:280px}
.quote-slide{margin:0;text-align:center}
.quote-slide[hidden]{display:none!important}
.quote-slide.is-active{display:block;animation:quoteFade .45s ease}
.quote-dots{display:flex;justify-content:center;gap:10px;margin-top:36px}
.quote-dot{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.35);cursor:pointer;transition:background-color .18s,transform .18s}
.quote-dot:hover{background:rgba(255,255,255,.7)}
.quote-dot.is-active{background:var(--yellow);transform:scale(1.15)}
.quote-dot:focus-visible{outline:2px solid var(--yellow);outline-offset:3px}
@keyframes quoteFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media (prefers-reduced-motion:reduce){.quote-slide.is-active{animation:none}}
@media (max-width:600px){
  .quote-slides{min-height:340px}
  .quote-dots{margin-top:28px}
}
