:root {
  --plum:#4b1f4f;
  --plum-dark:#351238;
  --plum-soft:#68406b;
  --lilac:#c8b2d6;
  --lilac-light:#eee6f2;
  --ivory:#faf6f1;
  --white:#fff;
  --charcoal:#333;
  --charcoal-soft:#5f5a5f;
  --gold:#b9945a;
  --gold-light:#d9c39f;
  --border:rgba(75,31,79,.14);
  --shadow-sm:0 10px 30px rgba(53,18,56,.08);
  --shadow-md:0 22px 55px rgba(53,18,56,.13);
  --font-heading:"Cormorant Garamond",Georgia,serif;
  --font-body:"Manrope",Arial,sans-serif;
  --container:1240px;
  --header-height:78px;
  --radius-sm:8px;
  --radius-md:18px;
  --radius-lg:32px;
  --section-space:clamp(5rem,9vw,8.5rem);
  --transition:220ms ease;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 24px)}
body{margin:0;overflow-x:hidden;color:var(--charcoal);background:var(--ivory);font-family:var(--font-body);line-height:1.75;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
img{display:block;width:100%;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{border:0}
a,button{-webkit-tap-highlight-color:transparent}
:focus-visible{outline:3px solid var(--gold);outline-offset:4px}
::selection{color:var(--white);background:var(--plum)}
h1,h2,h3,h4,p{margin-top:0}
h1,h2,h3,h4{color:var(--plum);font-family:var(--font-heading);line-height:.98;letter-spacing:-.025em}
h1{font-size:clamp(3.9rem,8vw,7.4rem)}
h2{font-size:clamp(3rem,5.6vw,5.25rem)}
h3{font-size:clamp(2rem,3vw,2.8rem)}
p{color:var(--charcoal-soft)}
ul{padding-left:1.2rem}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.section{position:relative;padding-block:var(--section-space)}
.section--white{background:var(--white)}
.section-heading{max-width:850px;margin-bottom:clamp(2.8rem,5vw,4.6rem)}
.section-heading.centered{margin-inline:auto;text-align:center}
.section-heading p{max-width:720px;margin-bottom:0;font-size:clamp(1rem,1.4vw,1.15rem)}
.section-heading.centered p{margin-inline:auto}
.skip-link{position:fixed;z-index:9999;top:-100px;left:16px;padding:12px 18px;border-radius:999px;color:#fff;background:var(--plum)}
.skip-link:focus{top:16px}
.eyebrow{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;color:var(--plum);font-size:.74rem;font-weight:700;letter-spacing:.18em;line-height:1.4;text-transform:uppercase}
.eyebrow::before{width:34px;height:1px;content:"";background:var(--gold)}
.eyebrow--light{color:var(--ivory)}
.eyebrow--light::before{background:var(--gold-light)}
.button-row{display:flex;flex-wrap:wrap;gap:.9rem;align-items:center}
.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:.65rem;padding:.9rem 1.4rem;border:1px solid transparent;border-radius:999px;cursor:pointer;font-size:.88rem;font-weight:700;letter-spacing:.02em;transition:transform var(--transition),box-shadow var(--transition),background-color var(--transition),border-color var(--transition),color var(--transition)}
.button:hover{transform:translateY(-2px)}
.button--primary{color:#fff;background:var(--plum);box-shadow:0 10px 25px rgba(75,31,79,.18)}
.button--primary:hover{background:var(--plum-dark)}
.button--outline{color:var(--plum);border-color:rgba(75,31,79,.28);background:transparent}
.button--outline:hover{border-color:var(--plum);background:rgba(75,31,79,.05)}
.button--light{color:var(--plum);background:var(--ivory)}
.button--gold-outline{color:var(--ivory);border-color:rgba(217,195,159,.55);background:transparent}
.button--gold-outline:hover{color:var(--plum);background:var(--gold-light)}
.text-link,.footer-email{display:inline-flex;align-items:center;gap:.6rem;padding-bottom:.3rem;border-bottom:1px solid var(--gold);color:var(--plum);font-size:.88rem;font-weight:700}
.signature-strip{position:relative;z-index:1001;padding:.6rem 1rem;color:var(--ivory);background:var(--plum-dark);font-size:.73rem;font-weight:600;letter-spacing:.09em;text-align:center;text-transform:uppercase}
.site-header{position:sticky;z-index:1000;top:0;height:var(--header-height);border-bottom:1px solid transparent;background:rgba(250,246,241,.92);backdrop-filter:blur(18px);transition:box-shadow var(--transition),border-color var(--transition)}
.site-header.scrolled{border-bottom-color:var(--border);box-shadow:0 10px 32px rgba(53,18,56,.08)}
.nav-wrap{display:flex;height:100%;align-items:center;justify-content:space-between;gap:2rem}
.wordmark{position:relative;z-index:1002;color:var(--plum);font-family:var(--font-heading);font-size:clamp(1.7rem,3vw,2.15rem);font-weight:700}
.desktop-nav{display:flex;align-items:center;gap:clamp(1.1rem,2vw,2rem)}
.nav-link{position:relative;padding-block:.45rem;color:var(--charcoal);font-size:.82rem;font-weight:650}
.nav-link::after{position:absolute;right:0;bottom:0;left:0;height:1px;content:"";background:var(--gold);transform:scaleX(0);transition:transform var(--transition)}
.nav-link:hover::after,.nav-link.active::after{transform:scaleX(1)}
.nav-link.active{color:var(--plum)}
.nav-cta{min-height:44px;padding:.72rem 1.15rem;font-size:.78rem}
.menu-toggle{position:relative;z-index:1002;display:none;width:48px;height:48px;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:50%;color:var(--plum);background:transparent;cursor:pointer}
.menu-toggle-lines,.menu-toggle-lines::before,.menu-toggle-lines::after{display:block;width:20px;height:1.5px;background:currentColor;transition:transform var(--transition),opacity var(--transition)}
.menu-toggle-lines{position:relative}
.menu-toggle-lines::before,.menu-toggle-lines::after{position:absolute;left:0;content:""}
.menu-toggle-lines::before{top:-6px}.menu-toggle-lines::after{top:6px}
.menu-toggle[aria-expanded="true"] .menu-toggle-lines{background:transparent}
.menu-toggle[aria-expanded="true"] .menu-toggle-lines::before{top:0;transform:rotate(45deg)}
.menu-toggle[aria-expanded="true"] .menu-toggle-lines::after{top:0;transform:rotate(-45deg)}
.mobile-nav{position:fixed;z-index:999;inset:var(--header-height) 0 auto;display:none;max-height:calc(100vh - var(--header-height));overflow-y:auto;padding:1.5rem 20px 2.2rem;border-bottom:1px solid var(--border);background:var(--ivory);box-shadow:var(--shadow-md)}
.mobile-nav.open{display:block}
.mobile-nav-inner{display:grid;gap:.4rem}
.mobile-nav a:not(.button){padding:.95rem .25rem;border-bottom:1px solid var(--border);color:var(--plum);font-family:var(--font-heading);font-size:1.8rem;font-weight:600}
.hero{position:relative;min-height:calc(100vh - var(--header-height) - 36px);overflow:hidden;padding-block:clamp(4rem,8vw,7.5rem);background:radial-gradient(circle at 8% 10%,rgba(200,178,214,.34),transparent 30%),var(--ivory)}
.hero-grid{display:grid;align-items:center;gap:clamp(3rem,7vw,7rem);grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr)}
.hero h1{max-width:820px;margin-bottom:1.7rem}.hero h1 span{display:block}.gold-text{color:var(--gold)}
.hero-intro{max-width:665px;margin-bottom:2rem;font-size:clamp(1.05rem,1.6vw,1.27rem)}
.hero-credibility{display:flex;flex-wrap:wrap;gap:.5rem .9rem;margin-top:2rem;color:var(--plum-soft);font-size:.74rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.hero-credibility span:not(:last-child)::after{margin-left:.9rem;color:var(--gold);content:"·"}
.hero-image-wrap{position:relative;min-height:590px}.hero-image-frame{position:absolute;inset:0 0 0 2rem;overflow:hidden;border-radius:46% 46% 4rem 4rem;background:#ddd0df;box-shadow:var(--shadow-md)}
.image-placeholder{display:grid;height:100%;place-items:center;padding:2rem;text-align:center;background:linear-gradient(145deg,#d9cada,#b89fc4);color:var(--plum)}
.image-placeholder strong{display:block;margin-bottom:.5rem;font-family:var(--font-heading);font-size:2rem}.image-placeholder span{display:block;max-width:290px;font-size:.85rem}
.image-placeholder--hero{min-height:590px}.image-placeholder--about{min-height:650px;background:var(--lilac-light)}
.hero-seal{position:absolute;z-index:3;bottom:2.2rem;left:-1rem;display:grid;width:142px;height:142px;place-items:center;padding:1rem;border:1px solid rgba(185,148,90,.38);border-radius:50%;background:rgba(250,246,241,.93);box-shadow:var(--shadow-sm);color:var(--plum);font-size:.68rem;font-weight:700;letter-spacing:.14em;line-height:1.6;text-align:center;text-transform:uppercase}
.mission{text-align:center}.mission-inner{max-width:1000px;margin-inline:auto}.mission h2{max-width:900px;margin-inline:auto;margin-bottom:1.7rem}.mission-copy{max-width:790px;margin-inline:auto;margin-bottom:3.3rem;font-size:clamp(1.05rem,1.5vw,1.2rem)}
.pull-quote{max-width:820px;margin-inline:auto;padding:clamp(2.2rem,5vw,3.6rem);border-top:1px solid var(--gold);border-bottom:1px solid var(--gold);color:var(--plum);font-family:var(--font-heading);font-size:clamp(2rem,4vw,3.5rem);font-weight:600;line-height:1.1}
.about-grid{display:grid;align-items:center;gap:clamp(3rem,7vw,7rem);grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr)}
.about-image-wrap{position:relative}.about-image-frame{overflow:hidden;min-height:650px;border-radius:var(--radius-lg);background:var(--lilac-light);box-shadow:var(--shadow-md)}
.image-accent-card{position:absolute;right:-1.6rem;bottom:2.3rem;max-width:235px;padding:1.25rem;border:1px solid rgba(185,148,90,.32);border-radius:var(--radius-md);background:rgba(250,246,241,.96);box-shadow:var(--shadow-sm);color:var(--plum);font-family:var(--font-heading);font-size:1.38rem;font-weight:600;line-height:1.1}
.about-content h2{margin-bottom:1.7rem}.about-content p{margin-bottom:1.15rem}
.expressions-grid{display:grid;border-top:1px solid var(--border);border-left:1px solid var(--border);grid-template-columns:repeat(2,minmax(0,1fr))}
.expression-card{min-height:340px;padding:clamp(2rem,4vw,3.5rem);border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:rgba(255,255,255,.42)}
.expression-number{display:inline-flex;width:45px;height:45px;align-items:center;justify-content:center;margin-bottom:2rem;border:1px solid var(--gold-light);border-radius:50%;color:var(--gold);font-family:var(--font-heading);font-size:1.2rem;font-weight:700}
.transformation{overflow:hidden;color:var(--ivory);background:var(--plum)}
.transformation h2,.transformation h3{color:var(--ivory)}.transformation p{color:rgba(250,246,241,.72)}
.transformation-steps{display:grid;gap:2rem;grid-template-columns:repeat(3,minmax(0,1fr))}
.transformation-step{text-align:center}.step-number{display:grid;width:98px;height:98px;margin:0 auto 2rem;place-items:center;border:1px solid rgba(217,195,159,.55);border-radius:50%;color:var(--gold-light);font-family:var(--font-heading);font-size:2.8rem}
.speaking-grid{display:grid;gap:clamp(3rem,7vw,7rem);grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr)}
.speaking-intro{position:sticky;top:calc(var(--header-height) + 3rem);align-self:start}
.speaking-list{display:grid;margin:0 0 2.2rem;padding:0;list-style:none;grid-template-columns:repeat(2,minmax(0,1fr))}
.speaking-list li{padding:.85rem 0;border-bottom:1px solid var(--border)}
.topic-panel{padding:clamp(2rem,5vw,4rem);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--ivory);box-shadow:var(--shadow-sm)}
.topic-list{margin:0;padding:0;list-style:none}.topic-list li{display:grid;padding:1.1rem 0;border-bottom:1px solid var(--border);color:var(--plum);font-family:var(--font-heading);font-size:clamp(1.35rem,2.5vw,1.85rem);font-weight:600;grid-template-columns:40px 1fr}.topic-list li span:first-child{color:var(--gold);font-family:var(--font-body);font-size:.74rem}
.speaking-quote{margin-top:2.2rem;padding-left:1.4rem;border-left:2px solid var(--gold);font-style:italic}
.impact{background:var(--lilac-light)}.impact-grid{display:grid;gap:1px;overflow:hidden;border-radius:var(--radius-lg);background:rgba(75,31,79,.1);grid-template-columns:repeat(4,minmax(0,1fr))}
.impact-item{min-height:245px;padding:clamp(1.7rem,3vw,2.6rem);background:rgba(250,246,241,.78)}.impact-number{display:block;margin-bottom:1.2rem;color:var(--plum);font-family:var(--font-heading);font-size:clamp(3rem,5vw,4.5rem);line-height:.9}.impact-item--text .impact-number{font-size:clamp(2rem,3.5vw,3rem)}
.insights-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,minmax(0,1fr))}.insight-card{display:flex;min-height:410px;flex-direction:column;padding:clamp(1.8rem,3vw,2.5rem);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--white)}.insight-meta{margin-bottom:2.4rem;color:var(--gold);font-size:.72rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.insight-card .text-link{margin-top:auto;align-self:flex-start}
.media-section{color:var(--ivory);background:var(--plum-dark)}.media-grid{display:grid;align-items:center;gap:3rem;grid-template-columns:minmax(0,1fr) auto}.media-section h2{color:var(--ivory)}.media-section p{color:rgba(250,246,241,.72)}.media-buttons{display:flex;flex-wrap:wrap;gap:.85rem}
.final-cta{text-align:center;background:radial-gradient(circle at 10% 20%,rgba(200,178,214,.38),transparent 28%),var(--ivory)}.final-cta-inner{max-width:970px;margin-inline:auto}.final-cta p{max-width:760px;margin:0 auto 2.3rem}.final-cta .button-row{justify-content:center}
.site-footer{padding:4.5rem 0 2rem;color:rgba(250,246,241,.74);background:#271029}.footer-grid{display:grid;gap:3rem;padding-bottom:3.5rem;border-bottom:1px solid rgba(250,246,241,.12);grid-template-columns:minmax(240px,1.4fr) repeat(2,minmax(150px,.7fr))}.footer-brand h2{margin-bottom:.4rem;color:var(--ivory);font-size:2.9rem}.footer-brand p{color:rgba(250,246,241,.63)}.footer-email{color:var(--ivory)}.footer-heading{margin-bottom:1.1rem;color:var(--gold-light);font-size:.73rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.footer-links{display:grid;gap:.7rem}.footer-links a{font-size:.88rem}.footer-bottom{display:flex;gap:1rem;align-items:center;justify-content:space-between;padding-top:1.8rem;font-size:.74rem}
.back-to-top{position:fixed;z-index:900;right:1.2rem;bottom:1.2rem;display:grid;width:48px;height:48px;place-items:center;border:1px solid rgba(185,148,90,.45);border-radius:50%;opacity:0;color:#fff;background:var(--plum);box-shadow:var(--shadow-sm);pointer-events:none;transform:translateY(12px);transition:opacity var(--transition),transform var(--transition)}.back-to-top.visible{opacity:1;pointer-events:auto;transform:none}
.reveal{opacity:0;transform:translateY(28px);transition:opacity 700ms ease,transform 700ms ease}.reveal.is-visible{opacity:1;transform:none}.reveal-delay-1{transition-delay:100ms}.reveal-delay-2{transition-delay:200ms}.reveal-delay-3{transition-delay:300ms}

/* Assessment page */
.assessment-hero{padding-block:clamp(5rem,9vw,8rem);background:radial-gradient(circle at 85% 15%,rgba(200,178,214,.38),transparent 30%),var(--ivory)}
.assessment-hero-grid{display:grid;align-items:center;gap:clamp(3rem,7vw,7rem);grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr)}
.assessment-hero h1{font-size:clamp(3.5rem,6.8vw,6.6rem)}
.credibility-line{margin-top:1.6rem;color:var(--plum);font-size:.82rem;font-weight:700}
.summary-card{padding:clamp(2rem,4vw,3rem);border:1px solid rgba(185,148,90,.35);border-radius:var(--radius-lg);background:rgba(255,255,255,.74);box-shadow:var(--shadow-md)}
.check-list{display:grid;gap:.85rem;margin:0;padding:0;list-style:none}.check-list li{position:relative;padding-left:1.7rem}.check-list li::before{position:absolute;left:0;color:var(--gold);content:"✓";font-weight:700}
.assessment-options-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,minmax(0,1fr))}
.assessment-card{display:flex;min-height:510px;flex-direction:column;padding:clamp(1.8rem,3vw,2.5rem);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--ivory);transition:border-color var(--transition),box-shadow var(--transition),transform var(--transition),background-color var(--transition)}
.assessment-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}.assessment-card.is-selected{border-color:var(--gold);background:var(--white);box-shadow:0 0 0 3px rgba(185,148,90,.14),var(--shadow-sm)}
.assessment-label{align-self:flex-start;margin-bottom:1.5rem;padding:.4rem .75rem;border-radius:999px;color:var(--plum);background:var(--lilac-light);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.assessment-card h3{margin-bottom:1rem}.assessment-card-intro{color:var(--plum);font-weight:700}.assessment-note{padding:.8rem;border-left:2px solid var(--gold);font-size:.82rem}.assessment-card .button{margin-top:auto}
.selection-status{margin-top:1.2rem;text-align:center;font-size:.9rem}
.deliverables-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}.deliverable-panel{padding:clamp(2rem,4vw,3rem);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--white)}
.process-five{display:grid;gap:1.3rem;grid-template-columns:repeat(5,minmax(0,1fr))}.process-step{text-align:center}.process-step .step-number{width:78px;height:78px;font-size:2rem}.process-step h3{font-size:1.8rem}
.scope-panel{max-width:980px;margin-inline:auto;padding:clamp(2rem,5vw,4rem);border:1px solid rgba(185,148,90,.45);border-radius:var(--radius-lg);background:var(--lilac-light);box-shadow:var(--shadow-sm)}
.investment-section{color:var(--ivory);background:var(--plum)}.investment-section h2{color:var(--ivory)}.investment-section p{color:rgba(250,246,241,.72)}.investment-grid{display:grid;align-items:center;gap:clamp(3rem,7vw,7rem);grid-template-columns:1fr 1fr}.price{margin:1rem 0;color:var(--gold-light);font-family:var(--font-heading);font-size:clamp(4rem,8vw,7rem);font-weight:700;line-height:.9}.investment-card{padding:clamp(2rem,4vw,3rem);border:1px solid rgba(217,195,159,.32);border-radius:var(--radius-lg);background:rgba(255,255,255,.07)}.check-list--light li{color:var(--ivory)}.investment-card .button{width:100%;margin-top:2rem}.booking-validation{min-height:1.6em;margin:1rem 0 0;color:#ffe0b3;font-weight:700}.noscript-note{font-size:.85rem}
.faq-grid{display:grid;gap:clamp(3rem,7vw,7rem);grid-template-columns:.7fr 1.3fr}.faq-item{border-bottom:1px solid var(--border)}.faq-item h3{margin:0}.faq-question{display:flex;width:100%;align-items:center;justify-content:space-between;gap:1rem;padding:1.35rem 0;color:var(--plum);background:transparent;text-align:left;font-family:var(--font-heading);font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:600;cursor:pointer}.faq-question span{font-family:var(--font-body);font-size:1.5rem}.faq-answer{padding:0 0 1.4rem}.faq-answer p{margin:0}.reassurance-line{margin-top:1.2rem!important;font-size:.84rem}

@media (max-width:1100px){
  .desktop-nav{gap:1rem}.nav-link{font-size:.75rem}.impact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .process-five{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:920px){
  :root{--header-height:72px}.desktop-nav{display:none}.menu-toggle{display:inline-flex}
  .hero-grid,.about-grid,.speaking-grid,.assessment-hero-grid,.investment-grid,.faq-grid{grid-template-columns:1fr}
  .hero-image-wrap{width:min(100%,620px);min-height:620px;margin-inline:auto}.hero-image-frame{inset:0}.image-placeholder--hero{min-height:620px}
  .speaking-intro{position:static}.media-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1.2fr .8fr .8fr}
  .assessment-options-grid{grid-template-columns:1fr}.assessment-card{min-height:auto}.deliverables-grid{grid-template-columns:1fr}
}
@media (max-width:760px){
  .container{width:min(calc(100% - 30px),var(--container))}.signature-strip{font-size:.63rem}
  h1{font-size:clamp(3.4rem,16vw,5.2rem)}h2{font-size:clamp(2.8rem,12vw,4.2rem)}
  .hero-credibility{display:block}.hero-credibility span{display:block}.hero-credibility span:not(:last-child)::after{display:none}
  .button-row{align-items:stretch;flex-direction:column}.button-row .button{width:100%}
  .expressions-grid,.transformation-steps,.insights-grid,.process-five{grid-template-columns:1fr}
  .transformation-step,.process-step{text-align:left}.step-number,.process-step .step-number{margin:0 0 1.5rem}
  .speaking-list{grid-template-columns:1fr}.impact-grid{grid-template-columns:1fr}.media-buttons{flex-direction:column}.media-buttons .button{width:100%}
  .footer-grid{grid-template-columns:1fr}.footer-bottom{align-items:flex-start;flex-direction:column}
  .about-image-frame,.image-placeholder--about{min-height:520px}.image-accent-card{right:1rem;bottom:1rem}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}
}

/* Consolidated mobile and Studio additions */
.expressions-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}
.hero-image-frame img,.about-image-frame img,.studio-image-frame img,.studio-guide-image img{width:100%;height:100%;object-fit:cover;display:block}
.hero-image-frame img{object-position:center 5%}.about-image-frame img{object-position:center}
.studio-hero{padding-block:3.4rem;background:radial-gradient(circle at 85% 12%,rgba(200,178,214,.34),transparent 30%),var(--ivory)}
.studio-hero-grid,.studio-two{display:grid;align-items:center;gap:4rem;grid-template-columns:1fr 1fr}
.studio-hero h1{font-size:clamp(3.4rem,5.6vw,5.3rem)}.studio-image-frame{height:450px;overflow:hidden;border-radius:46% 46% 2.5rem 2.5rem;box-shadow:var(--shadow-md)}
.studio-access-strip{display:grid;gap:1px;margin-top:2rem;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:var(--border);grid-template-columns:repeat(3,1fr)}.studio-access-strip article{padding:1.4rem;background:#fff}.studio-access-strip p{margin:0;font-size:.9rem}
.studio-narrow{max-width:900px}.studio-statements{display:grid;gap:.8rem;margin:2rem 0}.studio-statements p{margin:0;color:var(--plum);font-family:var(--font-heading);font-size:clamp(1.7rem,3vw,2.4rem)}
.studio-quote{padding:1.4rem;border-left:2px solid var(--gold);background:var(--lilac-light);color:var(--plum);font-family:var(--font-heading);font-size:clamp(1.6rem,2.5vw,2.2rem)}
.studio-journey{border-top:1px solid var(--border)}.studio-stage{display:grid;gap:2rem;padding:2.4rem 0;border-bottom:1px solid var(--border);grid-template-columns:70px 1fr}.studio-stage>span{display:grid;width:62px;height:62px;place-items:center;border:1px solid var(--gold-light);border-radius:50%;color:var(--gold);font-family:var(--font-heading);font-size:1.8rem}.studio-stage ul{columns:2}.studio-note{padding:1rem;border-left:2px solid var(--gold);background:var(--ivory)}.studio-note.highlight{background:var(--lilac-light);font-weight:700}
.studio-features{display:grid;gap:1.2rem;grid-template-columns:repeat(3,1fr)}.studio-features article{padding:1.7rem;border-top:1px solid var(--gold);background:#fff}
.studio-process{display:grid;gap:1.3rem;grid-template-columns:repeat(5,1fr)}.studio-process article{text-align:center}.center-note{text-align:center;color:var(--gold-light)!important;font-weight:700}.soft-panel{padding:2rem;background:var(--lilac-light);border-radius:var(--radius-lg)}
.studio-reset{color:var(--ivory);background:var(--plum-dark)}.studio-reset h2{color:var(--ivory)}.studio-reset p{color:rgba(250,246,241,.78)}.reset-questions p{padding:.8rem 0;border-bottom:1px solid rgba(255,255,255,.15);font-family:var(--font-heading);font-size:1.4rem}.small-note{font-size:.82rem}
.studio-guide-image{height:480px;overflow:hidden;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.studio-enrolment{background:var(--lilac-light)}.studio-enrolment-card{max-width:920px;margin:auto;padding:3rem;border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-md)}.access-policy{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}
@media(max-width:920px){.expressions-grid--three,.studio-hero-grid,.studio-two{grid-template-columns:1fr}.studio-access-strip{grid-template-columns:1fr}.studio-features{grid-template-columns:repeat(2,1fr)}.studio-process{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.container{width:min(calc(100% - 30px),var(--container))}.hero{padding-block:2.8rem}.hero-grid{display:flex;flex-direction:column;gap:2rem}.hero-copy{display:contents}.hero-copy .eyebrow{order:1}.hero-copy h1{order:2;font-size:clamp(3rem,13vw,4rem);line-height:.96}.hero-image-wrap{order:3;width:100%;min-height:auto}.hero-image-frame{position:relative;height:410px;inset:auto;border-radius:13rem 13rem 2rem 2rem}.hero-copy .hero-intro{order:4;max-width:none}.hero-copy .button-row{order:5;width:100%}.hero-copy .hero-credibility{order:6;display:grid;gap:.45rem;width:100%}.hero-credibility span{padding:.45rem .7rem;border:1px solid var(--border);border-radius:999px;background:rgba(255,255,255,.55)}.hero-credibility span:not(:last-child)::after{display:none}.button-row{flex-direction:column;align-items:stretch}.button-row .button{width:100%}.studio-image-frame{height:420px;border-radius:13rem 13rem 2rem 2rem}.studio-stage{grid-template-columns:1fr}.studio-stage ul{columns:1}.studio-features,.studio-process{grid-template-columns:1fr}.studio-process article{text-align:left}.studio-process .step-number{margin:0 0 1rem}.studio-guide-image{height:420px}.studio-enrolment-card{padding:2rem}}


/* =========================================================
   FINAL COMPACT LAYOUT SYSTEM
   Shared by the homepage, assessment page and Studio page.
   ========================================================= */

:root {
  --container: 1080px;
  --header-height: 70px;
  --section-space: 3rem;
}

body {
  line-height: 1.65;
}

h1 {
  font-size: clamp(3.4rem, 5.2vw, 4.8rem);
}

h2 {
  font-size: clamp(2.55rem, 4vw, 3.75rem);
}

h3 {
  font-size: clamp(1.65rem, 2.4vw, 2.2rem);
}

.container {
  width: min(calc(100% - 96px), var(--container));
}

.signature-strip {
  padding-block: .45rem;
  font-size: .68rem;
}

.site-header {
  height: var(--header-height);
}

.nav-wrap {
  gap: 1.5rem;
}

.desktop-nav {
  gap: 1rem;
}

.nav-link {
  font-size: .76rem;
}

.section {
  padding-block: var(--section-space);
}

.section-heading {
  margin-bottom: 1.85rem;
}

.section-heading h2 {
  margin-bottom: .8rem;
}

.section-heading p {
  line-height: 1.55;
}

.eyebrow {
  margin-bottom: .85rem;
}

.button {
  min-height: 46px;
  padding: .72rem 1.15rem;
}

/* Homepage hero */
.hero {
  min-height: auto;
  padding-block: 2rem 2.25rem;
}

.hero-grid {
  gap: 3rem;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr);
}

.hero h1 {
  max-width: 660px;
  margin-bottom: .85rem;
  font-size: clamp(3.35rem, 4.8vw, 4.55rem);
  line-height: .91;
}

.hero-intro {
  max-width: 600px;
  margin-bottom: 1rem;
  font-size: .96rem;
  line-height: 1.55;
}

.hero-credibility {
  margin-top: 1.05rem;
  font-size: .62rem;
}

.hero-image-wrap {
  min-height: 350px;
  margin-top: -.55rem;
}

.hero-image-frame {
  inset: 0;
  height: 350px;
  border-radius: 46% 46% 2.6rem 2.6rem;
}

.hero-image-frame img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center 28%;
}
.hero-seal {
  width: 92px;
  height: 92px;
  bottom: .75rem;
  left: -.4rem;
  padding: .65rem;
  font-size: .48rem;
}

/* Shared compact content rhythm */
.mission h2 {
  margin-bottom: 1rem;
}

.mission-copy {
  margin-bottom: 1.4rem;
  font-size: 1rem;
}

.pull-quote {
  padding: 1.4rem 1.6rem;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.about-grid,
.speaking-grid,
.assessment-hero-grid,
.investment-grid,
.faq-grid,
.studio-hero-grid,
.studio-two {
  gap: 3rem;
}

.about-image-frame {
  height: 475px;
  min-height: 0;
}

.about-content h2 {
  margin-bottom: 1rem;
}

.about-content p {
  margin-bottom: .72rem;
  line-height: 1.58;
}

.image-accent-card {
  right: -.7rem;
  bottom: 1rem;
  max-width: 205px;
  padding: 1rem;
  font-size: 1.12rem;
}

.expression-card {
  min-height: 270px;
  padding: 1.75rem;
}

.expression-number {
  margin-bottom: 1.1rem;
}

.transformation-steps,
.process-five,
.studio-process {
  gap: 1rem;
}

.step-number,
.process-step .step-number {
  width: 66px;
  height: 66px;
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

.topic-panel,
.scope-panel,
.investment-card,
.deliverable-panel,
.studio-enrolment-card {
  padding: 1.75rem;
}

.topic-list li {
  padding-block: .8rem;
}

.speaking-quote {
  margin-top: 1.35rem;
}

.impact-item {
  min-height: 170px;
  padding: 1.55rem;
}

.impact-number {
  margin-bottom: .65rem;
  font-size: clamp(2.5rem, 4vw, 3.6rem);
}

.final-cta p {
  margin-bottom: 1.5rem;
}

.site-footer {
  padding: 3rem 0 1.5rem;
}

.footer-grid {
  padding-bottom: 2.25rem;
}

/* Assessment page */
.assessment-hero {
  min-height: auto;
  padding-block: 2rem 2.25rem;
}

.assessment-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(315px, .72fr);
}

.assessment-hero h1 {
  max-width: 670px;
  margin-bottom: .8rem;
  font-size: clamp(3.1rem, 4.45vw, 4.25rem);
  line-height: .94;
}

.assessment-hero .hero-intro {
  margin-bottom: 1rem;
}

.credibility-line {
  margin-top: .85rem;
  font-size: .72rem;
}

.summary-card {
  padding: 1.65rem;
}

.summary-card .check-list {
  gap: .6rem;
}

.assessment-options-grid {
  gap: 1rem;
}

.assessment-card {
  min-height: 345px;
  padding: 1.55rem;
}

.assessment-card h3 {
  margin-bottom: .65rem;
  font-size: clamp(1.7rem, 2.1vw, 2.05rem);
}

.assessment-card p {
  margin-bottom: .7rem;
  line-height: 1.5;
}

.assessment-label {
  margin-bottom: .9rem;
}

.process-step h3 {
  font-size: 1.45rem;
}

.process-step p {
  font-size: .86rem;
  line-height: 1.48;
}

.price {
  font-size: clamp(3.5rem, 5.4vw, 5rem);
}

.faq-question {
  padding-block: .9rem;
  font-size: clamp(1.2rem, 1.85vw, 1.55rem);
}

/* Studio page */
.studio-hero {
  min-height: auto;
  padding-block: 2rem 2.2rem;
}

.studio-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(305px, .72fr);
}

.studio-hero h1 {
  max-width: 670px;
  margin-bottom: .8rem;
  font-size: clamp(3.1rem, 4.45vw, 4.25rem);
  line-height: .94;
}

.studio-hero .hero-intro {
  margin-bottom: 1rem;
}

.studio-image-frame {
  height: 340px;
  margin-top: -.45rem;
}

.studio-image-frame img {
  object-position: 50% 28%;
}

.studio-access-strip {
  margin-top: 1.25rem;
}

.studio-access-strip article {
  padding: 1rem 1.15rem;
}

.studio-access-strip p {
  font-size: .8rem;
  line-height: 1.42;
}

.studio-statements {
  margin-block: 1.25rem;
}

.studio-stage {
  padding-block: 1.55rem;
}

.studio-features article {
  padding: 1.4rem;
}

.studio-guide-image {
  height: 410px;
}

.access-policy {
  margin-top: 1.3rem;
  padding-top: 1.1rem;
}

/* Short laptop screens */
@media (min-width: 921px) and (max-height: 820px) {
  :root {
    --section-space: 2.6rem;
  }

  .section {
    padding-block: 2.6rem;
  }

  .hero,
  .assessment-hero,
  .studio-hero {
    padding-block: 1.55rem 1.8rem;
  }

  .hero h1,
  .assessment-hero h1,
  .studio-hero h1 {
    font-size: clamp(3rem, 4.1vw, 3.95rem);
  }

  .hero-image-wrap,
  .hero-image-frame {
    min-height: 325px;
    height: 325px;
  }

  .studio-image-frame {
    height: 315px;
  }

  .section-heading {
    margin-bottom: 1.5rem;
  }
}

/* Tablet */
@media (max-width: 920px) {
  :root {
    --header-height: 68px;
    --section-space: 2.8rem;
  }

  .container {
    width: min(calc(100% - 44px), var(--container));
  }

  .section {
    padding-block: 2.8rem;
  }

  .hero,
  .assessment-hero,
  .studio-hero {
    padding-block: 2.4rem;
  }

  .hero-image-wrap {
    min-height: 470px;
    margin-top: 0;
  }

  .hero-image-frame {
    height: 470px;
  }

  .about-image-frame {
    height: 480px;
  }

  .studio-image-frame {
    height: 470px;
    margin-top: 0;
  }
}

/* Mobile */
@media (max-width: 760px) {
  :root {
    --header-height: 66px;
    --section-space: 2.45rem;
  }

  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .signature-strip {
    padding: .42rem .75rem;
    font-size: .58rem;
    line-height: 1.45;
  }

  .section {
    padding-block: 2.45rem;
  }

  .section-heading {
    margin-bottom: 1.45rem;
  }

  h1 {
    font-size: clamp(3rem, 12.5vw, 3.75rem);
  }

  h2 {
    font-size: clamp(2.25rem, 10.5vw, 3.05rem);
  }

  h3 {
    font-size: clamp(1.6rem, 7.5vw, 2.05rem);
  }

  .hero {
    padding-block: 2.1rem 2.3rem;
  }

  .hero-grid {
    gap: 1.45rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.95rem, 12vw, 3.65rem);
  }

  .hero-image-wrap {
    min-height: 365px;
  }

  .hero-image-frame {
    height: 365px;
    border-radius: 11rem 11rem 1.6rem 1.6rem;
  }

  

  .hero-seal {
    width: 84px;
    height: 84px;
    font-size: .43rem;
  }

  .hero-intro {
    margin-bottom: .85rem;
    font-size: .94rem;
  }

  .hero-credibility {
    margin-top: .85rem;
  }

  .about-image-frame {
    height: 395px;
    min-height: 0;
  }

  .image-accent-card {
    right: .55rem;
    bottom: .55rem;
    max-width: 180px;
  }

  .expression-card,
  .assessment-card,
  .deliverable-panel,
  .topic-panel,
  .scope-panel,
  .investment-card,
  .studio-features article,
  .studio-enrolment-card {
    padding: 1.4rem;
  }

  .impact-item {
    min-height: auto;
  }

  .assessment-hero,
  .studio-hero {
    padding-block: 2.2rem;
  }

  .assessment-hero h1,
  .studio-hero h1 {
    font-size: clamp(2.8rem, 11.5vw, 3.55rem);
  }

  .studio-image-frame {
    height: 375px;
    border-radius: 11rem 11rem 1.6rem 1.6rem;
  }

  .studio-guide-image {
    height: 385px;
  }

  .studio-access-strip {
    margin-top: 1rem;
  }

  .footer-grid {
    padding-bottom: 1.75rem;
  }
}


/* =========================================================
   FINAL SITE-WIDE RESPONSIVE SYSTEM
   Paste at the absolute bottom of styles.css
   Covers homepage, Assessment, and Self Leadership Studio
   ========================================================= */

/* Prevent any element from widening the page */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg,
video,
iframe {
  max-width: 100%;
}

/* ---------------------------------------------------------
   TABLET AND SMALL LAPTOP
   --------------------------------------------------------- */

@media (max-width: 920px) {
  :root {
    --header-height: 70px;
    --section-space: 3.25rem;
  }

  .container {
    width: min(calc(100% - 44px), var(--container));
    margin-inline: auto;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  /* Every major multi-column layout becomes one column */
  .hero-grid,
  .about-grid,
  .speaking-grid,
  .media-grid,
  .assessment-hero-grid,
  .investment-grid,
  .faq-grid,
  .studio-hero-grid,
  .studio-about-grid,
  .studio-reset-grid,
  .studio-guide-grid,
  .studio-fit-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  /* Prevent grid children from becoming narrow */
  .hero-grid > *,
  .about-grid > *,
  .speaking-grid > *,
  .assessment-hero-grid > *,
  .investment-grid > *,
  .faq-grid > *,
  .studio-hero-grid > *,
  .studio-about-grid > *,
  .studio-reset-grid > *,
  .studio-guide-grid > *,
  .studio-fit-grid > * {
    width: 100%;
    min-width: 0;
  }

  .about-grid,
  .speaking-grid,
  .assessment-hero-grid,
  .investment-grid,
  .faq-grid,
  .studio-hero-grid,
  .studio-about-grid,
  .studio-reset-grid,
  .studio-guide-grid {
    gap: 2.5rem;
  }

  .speaking-intro {
    position: static;
  }

  /* Cards */
  .expressions-grid--three,
  .assessment-options-grid,
  .deliverables-grid,
  .transformation-steps {
    grid-template-columns: minmax(0, 1fr);
  }

  .impact-grid,
  .studio-features,
  .studio-outcomes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-five,
  .studio-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .studio-access-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  /* Images */
  .hero-image-wrap {
    width: min(100%, 560px);
    min-height: 480px;
    margin-inline: auto;
  }

  .hero-image-frame {
    height: 480px;
  }

  .about-image-frame {
    height: 500px;
  }

  .studio-image-frame {
    height: 500px;
  }

  .studio-guide-image {
    height: 500px;
  }
}

/* ---------------------------------------------------------
   MOBILE PHONES
   --------------------------------------------------------- */

@media (max-width: 760px) {
  :root {
    --header-height: 66px;
    --section-space: 2.75rem;
  }

  body {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
    margin-inline: auto;
  }

  .signature-strip {
    padding: 0.55rem 0.8rem;
    font-size: 0.58rem;
    letter-spacing: 0.07em;
    line-height: 1.45;
  }

  .site-header {
    height: var(--header-height);
  }

  .wordmark {
    font-size: 1.75rem;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
  }

  .mobile-nav {
    inset: var(--header-height) 0 auto;
    padding: 1rem 16px 1.7rem;
  }

  .mobile-nav a:not(.button) {
    padding: 0.72rem 0.2rem;
    font-size: 1.5rem;
  }

  /* Global vertical rhythm */
  .section,
  .hero,
  .assessment-hero,
  .studio-hero {
    min-height: auto;
    padding-top: var(--section-space);
    padding-bottom: var(--section-space);
  }

  .section-heading {
    width: 100%;
    max-width: none;
    margin-bottom: 1.75rem;
  }

  .section-heading.centered {
    text-align: left;
  }

  .section-heading.centered p {
    margin-inline: 0;
  }

  .section-heading h2 {
    margin-bottom: 0.8rem;
  }

  /* Typography */
  h1,
  .hero h1,
  .assessment-hero h1,
  .studio-hero h1 {
    max-width: 100%;
    font-size: clamp(2.9rem, 12vw, 3.7rem);
    line-height: 0.96;
    letter-spacing: -0.035em;
    overflow-wrap: normal;
    word-break: normal;
  }

  h2 {
    max-width: 100%;
    font-size: clamp(2.35rem, 10vw, 3.25rem);
    line-height: 1;
    overflow-wrap: normal;
    word-break: normal;
  }

  h3 {
    font-size: clamp(1.65rem, 7.5vw, 2.15rem);
    line-height: 1.05;
  }

  p,
  li {
    overflow-wrap: normal;
    word-break: normal;
  }

  .eyebrow {
    max-width: 100%;
    gap: 0.55rem;
    font-size: 0.66rem;
    letter-spacing: 0.14em;
  }

  .eyebrow::before {
    width: 24px;
    flex: 0 0 24px;
  }

  /* Buttons */
  .button-row,
  .media-buttons {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 0.7rem;
  }

  .button-row .button,
  .media-buttons .button,
  .assessment-card .button,
  .investment-card .button,
  .studio-enrolment-card .button {
    width: 100%;
    min-height: 50px;
    padding: 0.8rem 1rem;
    text-align: center;
  }

  /* =======================================================
     HOMEPAGE HERO
     ======================================================= */

  .hero-grid {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 1.5rem;
  }

  /*
   * This allows the image to appear after the heading
   * but before the paragraph on mobile.
   */
  .hero-copy {
    display: contents;
  }

  .hero-copy .eyebrow {
    order: 1;
  }

  .hero-copy h1 {
    order: 2;
    margin-bottom: 0;
  }

  .hero-image-wrap {
    order: 3;
    width: 100%;
    min-height: 365px;
    margin: 0;
  }

  .hero-image-frame {
    position: relative;
    inset: auto;
    width: 100%;
    height: 365px;
    overflow: hidden;
    border-radius: 11rem 11rem 1.6rem 1.6rem;
  }

  .hero-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 28%;
  }

  .hero-seal {
    width: 84px;
    height: 84px;
    left: 0.35rem;
    bottom: 0.65rem;
    padding: 0.45rem;
    font-size: 0.42rem;
  }

  .hero-copy .hero-intro {
    order: 4;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .hero-copy .button-row {
    order: 5;
  }

  .hero-copy .hero-credibility {
    order: 6;
    display: grid;
    width: 100%;
    gap: 0.5rem;
    margin-top: 0;
  }

  .hero-credibility span {
    display: block;
    width: 100%;
    padding: 0.55rem 0.7rem;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.58);
    font-size: 0.61rem;
    text-align: center;
  }

  .hero-credibility span:not(:last-child)::after {
    display: none;
  }

  /* Homepage sections */
  .mission {
    text-align: left;
  }

  .mission h2,
  .mission-copy,
  .pull-quote {
    margin-inline: 0;
  }

  .pull-quote {
    padding: 1.25rem 0;
    font-size: clamp(1.75rem, 8.5vw, 2.45rem);
  }

  .about-image-frame {
    height: 410px;
  }

  .about-image-frame img {
    object-position: center top;
  }

  .image-accent-card {
    right: 0.6rem;
    bottom: 0.6rem;
    max-width: 185px;
    padding: 0.9rem;
    font-size: 1rem;
  }

  .expression-card {
    min-height: auto;
    padding: 1.6rem;
  }

  .transformation-step {
    text-align: left;
  }

  .transformation-step .step-number {
    margin: 0 0 1rem;
  }

  .speaking-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .topic-panel {
    padding: 1.5rem;
  }

  .topic-list li {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .impact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .impact-item {
    min-height: auto;
    padding: 1.5rem;
  }

  /* =======================================================
     ASSESSMENT PAGE
     ======================================================= */

  .assessment-hero-grid {
    gap: 1.8rem;
  }

  .assessment-hero .hero-intro {
    max-width: none;
  }

  .summary-card {
    width: 100%;
    padding: 1.5rem;
  }

  .assessment-options-grid,
  .deliverables-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .assessment-card {
    width: 100%;
    min-height: auto;
    padding: 1.5rem;
  }

  .assessment-card .button {
    margin-top: 1rem;
  }

  .deliverable-panel {
    padding: 1.5rem;
  }

  .process-five {
    grid-template-columns: minmax(0, 1fr);
  }

  .process-step {
    text-align: left;
  }

  .process-step .step-number {
    margin: 0 0 0.9rem;
  }

  .scope-panel,
  .investment-card {
    width: 100%;
    padding: 1.5rem;
  }

  .price {
    font-size: clamp(3.5rem, 17vw, 5rem);
  }

  .faq-grid {
    gap: 1.5rem;
  }

  .faq-question {
    gap: 0.8rem;
    padding: 1rem 0;
    font-size: 1.45rem;
    line-height: 1.1;
  }

  .faq-question span {
    flex: 0 0 auto;
  }

  /* =======================================================
     SELF LEADERSHIP STUDIO
     ======================================================= */

  .studio-hero-grid {
    display: grid;
    gap: 1.7rem;
    grid-template-columns: minmax(0, 1fr);
  }

  .studio-hero .hero-intro {
    max-width: none;
  }

  .studio-visual {
    width: 100%;
    min-height: auto;
  }

  .studio-image-frame {
    width: 100%;
    height: 390px;
    overflow: hidden;
    border-radius: 11rem 11rem 1.6rem 1.6rem;
  }

  .studio-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .studio-access-strip {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 1.4rem;
  }

  .studio-access-strip article {
    padding: 1.2rem;
  }

  .studio-about-grid,
  .studio-reset-grid,
  .studio-guide-grid,
  .studio-fit-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .studio-statements p {
    font-size: clamp(1.55rem, 7.5vw, 2.1rem);
  }

  .studio-stage {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    padding: 1.5rem 0;
  }

  .studio-stage-number {
    width: 56px;
    height: 56px;
    font-size: 1.55rem;
  }

  .studio-theme-list {
    columns: 1;
    padding-left: 1.1rem;
  }

  .studio-features,
  .studio-outcomes {
    grid-template-columns: minmax(0, 1fr);
  }

  .studio-feature {
    padding: 1.4rem;
  }

  .studio-process {
    grid-template-columns: minmax(0, 1fr);
  }

  .studio-process article {
    text-align: left;
  }

  .studio-process .step-number {
    margin: 0 0 0.9rem;
  }

  .studio-reset-questions p {
    font-size: 1.3rem;
  }

  .studio-outcomes p {
    padding: 1.2rem;
    font-size: 1.25rem;
  }

  .studio-guide-image {
    width: 100%;
    height: 410px;
  }

  .studio-guide-image img {
    object-position: center top;
  }

  .studio-enrolment-card {
    width: 100%;
    padding: 1.5rem;
  }

  /* Footer */
  .site-footer {
    padding-top: 2.7rem;
    padding-bottom: 1.3rem;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
  }
}

/* ---------------------------------------------------------
   VERY SMALL PHONES
   --------------------------------------------------------- */

@media (max-width: 420px) {
  .container {
    width: min(calc(100% - 22px), var(--container));
  }

  h1,
  .hero h1,
  .assessment-hero h1,
  .studio-hero h1 {
    font-size: clamp(2.65rem, 12vw, 3.25rem);
  }

  h2 {
    font-size: clamp(2.2rem, 10vw, 2.9rem);
  }

  .hero-image-wrap,
  .hero-image-frame {
    min-height: 340px;
    height: 340px;
  }

  .studio-image-frame {
    height: 360px;
  }

  .about-image-frame,
  .studio-guide-image {
    height: 380px;
  }
}

/* Desktop crop adjustment for the Studio guide photo */
@media (min-width: 921px) {
  .studio-guide-image img {
    object-position: 50% 22%;
  }
}

/* =========================================================
   REFLECT, REFOCUS & RESET PAGE
   ========================================================= */

.reset-page {
  background: var(--ivory);
}

/* Header logo */

.wordmark--logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.wordmark--logo img {
  display: block;
  width: auto;
  height: 42px;
  object-fit: contain;
}

/* Hero */

.reset-hero {
  position: relative;
  overflow: hidden;
  padding-block: 3.25rem;
  background:
    radial-gradient(
      circle at 88% 10%,
      rgba(200, 178, 214, 0.38),
      transparent 31%
    ),
    var(--ivory);
}

.reset-hero-grid {
  display: grid;
  align-items: center;
  gap: 3.5rem;
  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(320px, 0.75fr);
}

.reset-hero-copy h1 {
  max-width: 670px;
  margin-bottom: 1.15rem;
  font-size: clamp(3.8rem, 6vw, 5.5rem);
  line-height: 0.88;
}

.reset-hero-intro {
  max-width: 620px;
  margin-bottom: 1.45rem;
  font-size: 1rem;
  line-height: 1.65;
}

.reset-hero-image {
  height: 430px;
  overflow: hidden;
  border-radius: 46% 46% 2.2rem 2.2rem;
  background: var(--lilac-light);
  box-shadow: var(--shadow-md);
}

.reset-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* Preparation */

.reset-preparation-card {
  max-width: 900px;
  margin-inline: auto;
  padding: 2.5rem;
  border: 1px solid rgba(185, 148, 90, 0.35);
  border-radius: var(--radius-lg);
  background: var(--ivory);
  box-shadow: var(--shadow-sm);
}

.reset-preparation-card h2 {
  margin-bottom: 1.2rem;
}

.reset-preparation-copy {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
}

.reset-preparation-copy p {
  margin: 0;
  color: var(--plum);
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.1;
}

/* Video */

.reset-video-section {
  background: var(--lilac-light);
}

.reset-video-wrap {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--plum-dark);
  box-shadow: var(--shadow-md);
  aspect-ratio: 16 / 9;
}

.reset-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.reset-after-video {
  max-width: 760px;
  margin: 2rem auto 0;
  padding-top: 1.8rem;
  border-top: 1px solid rgba(75, 31, 79, 0.16);
  text-align: center;
}

.reset-after-video h3 {
  margin-bottom: 0.75rem;
}

.reset-after-video p {
  margin-bottom: 0;
  color: var(--plum);
  font-weight: 700;
}

/* Next steps */

.reset-next-grid {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--border);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reset-next-step {
  min-height: 260px;
  padding: 2rem;
  background: var(--white);
}

.reset-step-number {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 1.2rem;
  place-items: center;
  border: 1px solid var(--gold-light);
  border-radius: 50%;
  color: var(--gold);
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
}

.reset-next-step h3 {
  margin-bottom: 0.65rem;
}

/* Private worksheet note */

.reset-privacy-section {
  background: var(--ivory);
}

.reset-privacy-inner {
  max-width: 860px;
  margin-inline: auto;
  padding: 2.3rem;
  border-left: 3px solid var(--gold);
  background: var(--lilac-light);
}

.reset-privacy-inner h2 {
  margin-bottom: 1rem;
}

.reset-privacy-inner p {
  max-width: 720px;
  margin-bottom: 0;
}

/* Studio invitation */

.reset-studio-section {
  color: var(--ivory);
  background: var(--plum-dark);
}

.reset-studio-grid {
  display: grid;
  align-items: center;
  gap: 4rem;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(340px, 0.75fr);
}

.reset-studio-copy h2 {
  color: var(--ivory);
}

.reset-studio-copy p {
  color: rgba(250, 246, 241, 0.75);
}

.reset-light-link {
  color: var(--ivory);
}

.reset-investment-card {
  padding: 2.4rem;
  border: 1px solid rgba(217, 195, 159, 0.35);
  border-radius: var(--radius-lg);
  background: var(--ivory);
  box-shadow: var(--shadow-md);
}

.reset-investment-card .eyebrow {
  color: var(--plum);
}

.reset-investment-label {
  margin-bottom: 0.2rem;
  color: var(--charcoal-soft);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reset-price {
  margin-bottom: 1.5rem;
  color: var(--plum);
  font-family: var(--font-heading);
  font-size: clamp(4rem, 7vw, 5.8rem);
  font-weight: 700;
  line-height: 0.9;
}


.reset-investment-card .check-list {
  margin-bottom: 1.7rem;
}

.reset-investment-card .button {
  width: 100%;
}

.reset-access-note {
  margin: 1rem 0 0;
  font-size: 0.8rem;
  line-height: 1.5;
  text-align: center;
}

.reset-final-access {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
  color: var(--plum) !important;
  font-size: 0.8rem;
  font-weight: 700;
}

/* =========================================================
   RESET PAGE — TABLET
   ========================================================= */

@media (max-width: 920px) {

  .reset-hero-grid,
  .reset-studio-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .reset-hero-image {
    width: min(100%, 560px);
    height: 500px;
    margin-inline: auto;
  }

  .reset-next-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .reset-next-step {
    min-height: auto;
  }
}

/* =========================================================
   RESET PAGE — MOBILE
   ========================================================= */

@media (max-width: 760px) {

  .wordmark--logo img {
    max-width: 180px;
    height: 36px;
  }

  .reset-hero {
    padding-block: 2.7rem;
  }

  .reset-hero-grid {
    gap: 1.7rem;
  }

  .reset-hero-copy h1 {
    max-width: none;
    margin-bottom: 1rem;
    font-size: clamp(3.1rem, 15vw, 4.25rem);
    line-height: 0.9;
  }

  .reset-hero-intro {
    max-width: none;
    margin-bottom: 1.25rem;
    font-size: 0.96rem;
  }

  .reset-hero-image {
    width: 100%;
    height: 390px;
    border-radius: 11rem 11rem 1.5rem 1.5rem;
  }

  .reset-preparation-card {
    padding: 1.5rem;
  }

  .reset-preparation-copy p {
    font-size: clamp(1.4rem, 7vw, 1.85rem);
  }

  .reset-video-wrap {
    border-radius: var(--radius-md);
  }

  .reset-after-video {
    margin-top: 1.5rem;
    text-align: left;
  }

  .reset-next-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .reset-next-step {
    min-height: auto;
    padding: 1.5rem;
  }

  .reset-privacy-inner {
    padding: 1.5rem;
  }

  .reset-studio-grid {
    gap: 2rem;
  }

  .reset-investment-card {
    padding: 1.5rem;
  }

  .reset-price {
    font-size: clamp(3.8rem, 19vw, 5rem);
  }
}

@media (max-width: 420px) {

  .reset-hero-image {
    height: 350px;
  }

  .reset-preparation-card,
  .reset-investment-card,
  .reset-privacy-inner {
    padding: 1.3rem;
  }
}

/* Studio price display */

.studio-price-block {
  margin: 1.5rem 0;
  padding: 1.5rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.studio-price-block span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--charcoal-soft);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.studio-price-block strong {
  display: block;
  color: var(--plum);
  font-family: var(--font-heading);
  font-size: clamp(3.5rem, 6vw, 5rem);
  line-height: 0.9;
}

.studio-price-block p {
  max-width: 580px;
  margin: 0.8rem 0 0;
  font-size: 0.85rem;
}

/* =========================================================
   RESET INVESTMENT CARD CONTRAST FIX
   ========================================================= */

.reset-investment-card {
  color: var(--charcoal);
  background: var(--ivory);
}

.reset-investment-card p,
.reset-investment-card li {
  color: var(--charcoal);
}

.reset-investment-card .check-list {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.7rem;
}

.reset-investment-card .check-list li {
  font-size: 0.95rem;
  line-height: 1.55;
}

.reset-investment-card .check-list li::before {
  color: var(--gold);
}

/* =========================================================
   MOBILE HERO SIDE SPACING
   ========================================================= */

@media (max-width: 760px) {
  .hero {
    padding-inline: 0;
  }

  .hero > .container {
    width: calc(100% - 40px);
    max-width: none;
    margin-inline: auto;
  }

  .hero-grid {
    width: 100%;
  }

  .hero-image-wrap {
    width: 100%;
    margin-inline: auto;
  }

  .hero-image-frame {
    width: 100%;
    height: 390px;
    border-radius: 10rem 10rem 1.7rem 1.7rem;
  }

  .hero-copy .eyebrow,
  .hero-copy h1,
  .hero-copy .hero-intro,
  .hero-copy .button-row,
  .hero-copy .hero-credibility {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .hero > .container {
    width: calc(100% - 30px);
  }

  .hero-image-frame {
    height: 365px;
  }
}
/* Homepage lead magnet */
.lead-guide{background:linear-gradient(135deg,var(--lilac-light),var(--ivory))}
.lead-guide-grid{display:grid;align-items:center;gap:clamp(2.5rem,7vw,6rem);grid-template-columns:minmax(0,1.15fr) minmax(280px,.7fr)}
.lead-guide-copy{max-width:720px}.lead-guide-copy h2{margin-bottom:1.35rem}.lead-guide-copy p{max-width:650px}.lead-guide-copy .button{margin-top:.7rem}
.lead-guide-note{margin-top:.9rem!important;color:var(--muted);font-size:.78rem}
.lead-guide-card{position:relative;overflow:hidden;min-height:430px;padding:clamp(2rem,4vw,3rem);border:1px solid rgba(185,148,90,.38);border-radius:var(--radius-lg);background:var(--plum);box-shadow:var(--shadow-md);color:var(--ivory)}
.lead-guide-card:after{position:absolute;right:-90px;bottom:-120px;width:280px;height:280px;border:1px solid rgba(217,195,159,.28);border-radius:50%;content:""}
.lead-guide-card h3{margin:.6rem 0 1.2rem;color:var(--ivory);font-size:clamp(2.6rem,5vw,4.5rem);line-height:.88}
.lead-guide-card p{max-width:330px;color:rgba(250,246,241,.76)}
.lead-guide-kicker,.lead-guide-byline,.lead-guide-signature{display:block;position:relative;z-index:1}
.lead-guide-kicker{color:var(--gold-light);font-size:.72rem;font-weight:700;letter-spacing:.2em}
.lead-guide-byline{margin-top:2rem;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.lead-guide-signature{margin-top:.45rem;color:var(--gold-light);font-family:var(--font-heading);font-size:1.2rem;font-style:italic}
@media(max-width:760px){.lead-guide-grid{grid-template-columns:1fr}.lead-guide-card{min-height:360px}.lead-guide-copy .button{width:100%;text-align:center}}
