@import url("https://api.fontshare.com/v2/css?f[]=cabinet-grotesk@700,800&f[]=switzer@400,500,600,700&display=swap");

:root{
  --cream:#fdf6f0;
  --sand:#f2e8dc;
  --white:#fffaf6;
  --ink:#2e2a26;
  --muted:#6b645d;
  --line:#e5dace;
  --font-display:'Cabinet Grotesk','Switzer',system-ui,sans-serif;
  --font-body:'Switzer',system-ui,-apple-system,sans-serif;
  --text-xs:.8125rem;
  --text-sm:.9375rem;
  --text-base:1.0625rem;
  --text-lg:1.25rem;
  --text-xl:1.6rem;
  --text-2xl:clamp(2rem,4vw,3rem);
  --text-hero:clamp(2.6rem,7vw,4.6rem);
  --maxw:1240px;
  --maxw-prose:68ch;
  --button-gradient:linear-gradient(90deg,#E97854 0%,#D98572 48%,#4F9BA7 100%);
  --button-gradient-hover:linear-gradient(90deg,#E97854 0%,#D98572 48%,#4F9BA7 100%);
}

html{font-size:16px}
body{
  font-family:var(--font-body);
  font-size:var(--text-base);
  font-weight:400;
  line-height:1.65;
  color:var(--ink);
  background:var(--cream);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
p,li,dd,dt,blockquote,cite,label,input,textarea,select,button,table,summary{
  font-family:var(--font-body);
}
p,li,dd,blockquote{line-height:1.65}
strong,b{font-weight:650}
h1,h2,h3,h4,h5,h6{
  font-family:var(--font-display);
  font-weight:700;
  letter-spacing:-.01em;
  line-height:1.12;
}
h2{font-size:var(--text-2xl)}
h3{font-size:var(--text-xl)}
.wrap,.container{
  width:100%;
  max-width:var(--maxw);
  margin-inline:auto;
  padding-inline:clamp(1.1rem,4vw,2.5rem);
}
.section{padding-block:clamp(3.5rem,8vw,6.5rem)}
.section--tight{padding-block:clamp(2.5rem,5vw,4rem)}
.prose{max-width:var(--maxw-prose)}
.lead,.pagehead p,.sec-head p,.prose p{max-width:var(--maxw-prose)}
.lead,.sec-head p{font-size:var(--text-lg)}
.lead,.pagehead p,.sec-head p,.prose p,.card p,.price-card p,
.path-card p,.bio p,.res p,.event-card p,.faq__body{color:var(--muted)}
.eyebrow,.kicker,.mini-label,.meta,.cred,.path-top small{
  font-family:'Switzer',system-ui,-apple-system,sans-serif;
  font-size:.78rem;
  font-weight:650;
  line-height:1.4;
  letter-spacing:.11em;
}
.site-brand,.footer-brand{
  font-family:'Cabinet Grotesk','Switzer',system-ui,sans-serif;
  font-weight:700;
}
.site-header{background:var(--cream)}
.header-inner{min-height:72px;height:auto}
.site-nav{
  font-family:'Switzer',system-ui,sans-serif;
  font-size:.9375rem;
  font-weight:500;
  gap:.1rem;
}
.site-nav a:not(.nav-cta){padding:.5rem .55rem;border-radius:10px}
.site-nav a:not(.nav-cta):hover{background:var(--sand)}
.site-nav .nav-cta,.nav-cta{
  margin-left:.4rem;
  padding:.8rem 1.4rem;
  border-radius:999px;
  font-family:'Switzer',system-ui,sans-serif;
  font-size:.9375rem;
  font-weight:600;
  line-height:1;
  white-space:nowrap;
}
.btn,
.btn-coral,.btn-teal,.btn-light{
  font-family:'Switzer',system-ui,sans-serif;
  font-size:.9375rem;
  font-weight:600;
  line-height:1;
  padding:.8rem 1.4rem;
  white-space:nowrap;
}
button,input,textarea,select{font-size:1rem;line-height:1.5}
.card,.price-card,.event-card,.res,.bio,.stepdetail,.stat,.form-wrap,
.faq details,.question,.experience-card,.founder-card,.note,.soft-card,
.option-card,.reflection-card,.overlap-card{
  background:var(--white);
  border-color:var(--line);
}
.btn--ghost,.btn-light,.nav-toggle,.field input,.field textarea,.field select{
  background:var(--cream);
}
.pagehead h1,.sec-head h2,.prose h2,.cta-band h2{letter-spacing:-.01em}
.pagehead h1{font-weight:700}
.price-card{
  padding:2.35rem 1.8rem 1.9rem;
  border-radius:26px;
  grid-template-rows:28px 58px 58px 70px minmax(0,1fr) auto;
  gap:.7rem;
}
.price-card__name,.price-card__price{font-weight:700}
.price-card__price{font-size:2.6rem;letter-spacing:-.02em}
.price-card__badge{
  font-family:'Switzer',system-ui,sans-serif;
  font-weight:600;
  color:#fff;
  background:var(--coral);
  padding:.48rem .9rem;
  line-height:1;
}
.price-card--feature{position:relative}
.price-card--feature .price-card__label{
  position:relative;
  justify-content:center;
}
.price-card--feature .price-card__badge{
  position:absolute;
  top:-51px;
  left:50%;
  transform:translateX(-50%);
  white-space:nowrap;
}
.price-card .btn{width:100%;min-height:44px}
.price-card ul{padding-left:1.35rem}
.price-card li{line-height:1.5;margin:0 0 .55rem}

/* Full pricing page: match the approved three-card reference. */
.price-grid{gap:1.5rem}
.price-grid .price-card{
  display:flex;
  flex-direction:column;
  min-height:466px;
  padding:2rem 1.8rem;
  border:1px solid var(--line);
  border-radius:26px;
  background:#fff;
  gap:0;
}
.price-grid .price-card--feature{
  border:2px solid var(--coral)!important;
  box-shadow:0 8px 20px rgba(46,42,38,.08);
}
.price-grid .price-card__label{
  height:0;
  min-height:0;
  margin:0;
}
.price-grid .price-card__name{
  min-height:0;
  margin:0 0 1.15rem;
  font-size:1.18rem;
  line-height:1.35;
  font-weight:700;
}
.price-grid .price-card__price{
  min-height:0;
  margin:0 0 1.15rem;
  font-size:2.6rem;
  line-height:1;
  font-weight:700;
}
.price-grid .price-card__desc{
  min-height:0;
  margin:0 0 1.1rem;
  font-size:.9375rem;
  line-height:1.55;
}
.price-grid .price-card ul{
  display:grid;
  gap:.55rem;
  margin:0 0 1.5rem;
  padding:0;
  list-style:none;
}
.price-grid .price-card li{
  position:relative;
  margin:0;
  padding-left:1.6rem;
  font-size:.9375rem;
  line-height:1.55;
}
.price-grid .price-card li::before{
  content:"";
  position:absolute;
  left:.1rem;
  top:.42rem;
  width:.72rem;
  height:.38rem;
  border-left:2px solid var(--teal);
  border-bottom:2px solid var(--teal);
  transform:rotate(-45deg);
}
.price-grid .price-card .btn{
  margin-top:auto;
  min-height:44px;
  font-weight:700!important;
}
.price-grid .price-card--feature .price-card__badge{top:-46px}
.price-grid .price-card--feature .price-card__label{position:static}
.price-grid .price-card--feature .price-card__badge{
  top:-14px;
  left:50%;
  transform:translateX(-50%);
}

/* Present the five-step pathway with the shared type system. */
#pathway .pathway-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1rem;
}
#pathway .path-card{
  min-width:0;
  min-height:360px;
  padding:1.625rem;
}
#pathway .path-card h3{
  min-width:0;
  font-size:clamp(1.45rem,2vw,1.75rem);
  line-height:1.12;
  margin:.5rem 0 .65rem;
  overflow-wrap:anywhere;
  word-break:normal;
  hyphens:auto;
}
#pathway .path-card p{font-size:1.0625rem;line-height:1.6}

/* Homepage pricing cards use simpler markup than pricing.html. */
#pricing .grid-3{align-items:stretch}
#pricing .price-card{
  display:flex;
  flex-direction:column;
  transform:none;
}
#pricing .price-card.featured{padding-bottom:calc(1.9rem - 1px)}
#pricing .price-card--feature{padding-bottom:calc(2rem - 1px)}
#pricing .price-card .btn{
  width:100%;
  margin-top:auto;
  min-height:44px;
}
#pricing .price-card__direct-booking{
  width:100%;
  display:grid;
  gap:.65rem;
  margin-top:auto;
  text-align:center;
}
#pricing .price-card__direct-booking p{
  margin:0;
  padding:.7rem .75rem;
  color:var(--muted);
  font-size:.86rem;
  line-height:1.4;
  background:rgba(84,168,180,.10);
  border:1px solid rgba(84,168,180,.34);
  border-radius:12px;
}
#pricing .price-card__direct-booking strong{
  display:block;
  margin-bottom:.2rem;
  color:var(--ink);
  font-size:1rem;
}
#pricing .price-card__direct-booking .btn{
  margin-top:0;
  font-weight:800;
  white-space:nowrap;
}
#pricing>.container>.kicker,
#pricing>.container>h2,
#pricing>.container>.lead{text-align:center}
#pricing>.container>.lead{
  max-width:620px;
  margin:0 auto 2.5rem;
}
.site-footer{
  font-family:'Switzer',system-ui,sans-serif;
  color:#e9e2da;
}
.footer-brand-col p,.footer-line{font-family:'Cabinet Grotesk','Switzer',system-ui,sans-serif;font-weight:600}
.footer-col h2,.footer-col h4{
  font-family:'Cabinet Grotesk','Switzer',system-ui,sans-serif;
  font-size:var(--text-sm);
  font-weight:700;
}
.footer-col a,.footer-bottom{font-family:'Switzer',system-ui,sans-serif;font-weight:400}
.feature__media{border-radius:26px;overflow:hidden;background:var(--cream)}
.feature__media img{object-fit:cover}
#conversation-heading{
  width:100%;
  max-width:none;
  font-size:var(--text-2xl);
  line-height:1.12;
}
#conversation-heading>span{display:block}
#conversation-heading>span:first-child,#conversation-heading>.conversation-first{white-space:nowrap}
#conversation-heading>.conversation-first{color:var(--ink)}
@media(max-width:1100px){
  .site-nav{font-size:.875rem}
  .site-nav .nav-cta{font-size:.875rem;padding:.72rem 1rem}
  #pathway .pathway-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
  .site-nav{gap:4px;background:var(--cream)}
  .site-nav .nav-cta{margin-left:0}
}

@media(max-width:650px){
  body{font-size:var(--text-base);line-height:1.65}
  .btn,.btn-coral,.btn-teal,.btn-light{font-size:.875rem;padding:.78rem 1rem}
  #conversation-heading>span:first-child,#conversation-heading>.conversation-first{white-space:normal}
  #pathway .pathway-grid{grid-template-columns:1fr}
  #pathway .path-card{padding:1.4rem}
}

/* Approved legacy type system. The body rule overrides old page-local Inter/Arial
   declarations; display elements are then restored to Cabinet Grotesk. */
body,body *{font-family:var(--font-body)!important}
h1,h1 *,h2,h2 *,h3,h3 *,h4,h4 *,h5,h5 *,h6,h6 *,
.site-brand,.site-brand *,.footer-brand,.footer-brand *,
.price-card__price,.price-card__badge{
  font-family:var(--font-display)!important;
}
h1,h2,h3,h4{
  font-weight:700!important;
  line-height:1.12;
  letter-spacing:-.01em;
}
main h2{font-size:var(--text-2xl)}
main h3{font-size:var(--text-xl)}
.stepdetail h3,.bio h3,.res h3,.event-card h3,.card h3,
.path-card h3{font-size:var(--text-lg)}
#pricing .price-card__name,.price-grid .price-card__name{
  font-family:var(--font-display)!important;
  font-size:var(--text-lg)!important;
  font-weight:700!important;
  line-height:1.12;
}
.interactive-hero h1,.home-hero h1{
  font-size:var(--text-hero)!important;
  line-height:1.12!important;
}
.pagehead{
  position:relative;
  overflow:hidden;
}
.pagehead__inner{
  position:relative;
  padding-block:clamp(3rem,7vw,5rem)!important;
  max-width:44ch!important;
}
.pagehead h1,.page-hero h1{
  font-size:var(--text-2xl)!important;
  line-height:1.12!important;
  letter-spacing:-.01em!important;
  margin-bottom:.8rem;
  max-width:18ch!important;
  overflow-wrap:normal;
  word-break:normal;
}
.pagehead p{
  font-size:var(--text-lg)!important;
  line-height:1.6!important;
}
.sec-head h2,.prose h2,.cta-band h2,.res-cat h2,
.experience-title,#conversation-heading{
  font-size:var(--text-2xl)!important;
  line-height:1.12!important;
  letter-spacing:-.01em!important;
}
.btn,.btn-coral,.btn-teal,.btn-light,.nav-cta{font-weight:700}

/* Keep high-specificity legacy button declarations on the approved weight. */
.site-nav .nav-cta,
.btn,.btn-coral,.btn-teal,.btn-light,
.hero-side-primary,.hero-side-secondary,
.conversation-actions a{
  font-weight:700!important;
}
.faq-q,body .faq summary,.faq-question,details summary{
  font-size:var(--text-lg)!important;
  font-weight:700!important;
  line-height:1.4;
}
.contact-section h2,.contact-section h3{
  font-family:var(--font-display)!important;
  font-weight:700!important;
  line-height:1.12!important;
  letter-spacing:-.01em;
}
.contact-section .field label{
  font-weight:600!important;
}

/* Guided information chatbot */
.audhd-chatbot{
  position:fixed;
  right:20px;
  bottom:max(20px,env(safe-area-inset-bottom));
  z-index:500;
  font-family:var(--font-body)!important;
}
.audhd-chatbot [hidden]{display:none!important}
.audhd-chatbot__panel{
  position:absolute;
  right:0;
  bottom:72px;
  width:min(370px,calc(100vw - 40px));
  max-height:min(650px,calc(100dvh - 116px));
  overflow:hidden;
  background:var(--white);
  border:1px solid var(--line);
  border-radius:28px;
  box-shadow:0 20px 52px rgba(46,42,38,.18);
  color:var(--ink);
}
.audhd-chatbot__header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:20px 20px 16px;
  background:linear-gradient(135deg,rgba(231,119,80,.12),rgba(88,169,183,.16));
  border-bottom:1px solid var(--line);
}
.audhd-chatbot__eyebrow{
  margin:0 0 5px;
  color:var(--teal);
  font-size:var(--text-xs);
  font-weight:650;
  line-height:1.35;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.audhd-chatbot__title{
  margin:0;
  font-family:var(--font-display)!important;
  font-size:1.35rem!important;
  font-weight:700!important;
  line-height:1.12!important;
  letter-spacing:-.01em;
}
.audhd-chatbot__close{
  display:grid;
  flex:0 0 auto;
  width:38px;
  height:38px;
  padding:0;
  place-items:center;
  background:rgba(255,250,246,.84);
  border:1px solid var(--line);
  border-radius:12px;
  color:var(--ink);
  cursor:pointer;
}
.audhd-chatbot__close svg,
.audhd-chatbot__toggle svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:1.8;
}
.audhd-chatbot__body{
  max-height:calc(min(650px,100dvh - 116px) - 82px);
  overflow-y:auto;
  padding:18px 20px 20px;
  overscroll-behavior:contain;
}
.audhd-chatbot__intro{
  margin:0 0 15px;
  color:var(--muted);
  font-size:var(--text-sm);
  line-height:1.55;
}
.audhd-chatbot__prompt{
  display:block;
  margin:0 0 7px;
  color:var(--ink);
  font-size:var(--text-sm);
  font-weight:650;
}
.audhd-chatbot__select{
  display:block;
  width:100%;
  min-height:46px;
  padding:10px 12px;
  background:var(--cream);
  border:1px solid var(--line);
  border-radius:13px;
  color:var(--ink);
  font-family:var(--font-body)!important;
  font-size:.9375rem;
  font-weight:500;
  line-height:1.4;
  cursor:pointer;
}
.audhd-chatbot__select:hover{
  background:#eaf6f6;
  border-color:var(--teal);
}
.audhd-chatbot__answer{
  margin-top:14px;
  padding:14px;
  background:var(--sand);
  border-left:3px solid var(--teal);
  border-radius:14px;
}
.audhd-chatbot__answer h3{
  margin:0 0 6px;
  font-family:var(--font-display)!important;
  font-size:1rem!important;
  font-weight:700!important;
  line-height:1.25!important;
}
.audhd-chatbot__answer p{
  margin:0;
  color:var(--muted);
  font-size:.875rem;
  line-height:1.55;
}
.audhd-chatbot__custom{
  margin-top:14px;
  padding:14px;
  background:var(--sand);
  border-radius:14px;
}
.audhd-chatbot__custom[hidden]{display:none}
.audhd-chatbot__custom label{
  display:block;
  margin-bottom:7px;
  color:var(--ink);
  font-size:.875rem;
  font-weight:650;
}
.audhd-chatbot__custom textarea{
  display:block;
  width:100%;
  min-height:78px;
  resize:vertical;
  padding:10px 11px;
  background:var(--cream);
  border:1px solid var(--line);
  border-radius:12px;
  color:var(--ink);
  font-family:var(--font-body)!important;
  font-size:.875rem;
  line-height:1.45;
}
.audhd-chatbot__custom .audhd-chatbot__custom-email{
  margin-top:10px;
  background:var(--teal);
  border-color:var(--teal);
  color:#fff;
}
.audhd-chatbot__custom p{
  margin:8px 0 0;
  color:var(--muted);
  font-size:.75rem;
  line-height:1.45;
}
.audhd-chatbot__actions{
  display:grid;
  gap:8px;
  margin-top:16px;
}
.audhd-chatbot__action{
  display:flex;
  min-height:42px;
  align-items:center;
  justify-content:center;
  padding:9px 14px;
  background:var(--cream);
  border:1px solid var(--line);
  border-radius:999px;
  color:var(--ink);
  font-size:.875rem;
  font-weight:700;
  line-height:1.25;
  text-align:center;
  text-decoration:none;
}
.audhd-chatbot__action--primary{
  background:var(--coral);
  border-color:var(--coral);
  color:#fff;
}
.audhd-chatbot__disclaimer{
  margin:15px 0 0;
  padding:12px;
  background:var(--cream);
  border:1px solid var(--line);
  border-radius:13px;
  color:var(--muted);
  font-size:.75rem;
  line-height:1.5;
}
.audhd-chatbot__toggle{
  display:flex;
  min-height:56px;
  align-items:center;
  gap:9px;
  padding:0 17px;
  background:var(--teal);
  border:1px solid rgba(17,23,53,.08);
  border-radius:18px;
  box-shadow:0 12px 28px rgba(46,42,38,.18);
  color:#fff;
  cursor:pointer;
}
.audhd-chatbot__toggle-label{
  font-size:.875rem;
  font-weight:700;
  line-height:1;
}
.audhd-chatbot button:focus-visible,
.audhd-chatbot a:focus-visible,
.audhd-chatbot select:focus-visible,
.audhd-chatbot textarea:focus-visible{
  outline:3px solid var(--coral);
  outline-offset:3px;
}
@media(max-width:650px){
  .audhd-chatbot{
    right:12px;
    bottom:max(12px,env(safe-area-inset-bottom));
  }
  .audhd-chatbot__panel{
    bottom:66px;
    width:min(370px,calc(100vw - 32px));
    max-height:calc(100dvh - 92px);
    border-radius:22px;
  }
  .audhd-chatbot__body{
    max-height:calc(100dvh - 174px);
    padding:16px;
  }
  .audhd-chatbot__header{padding:17px 16px 14px}
  .audhd-chatbot__toggle{
    width:54px;
    min-height:54px;
    justify-content:center;
    padding:0;
    border-radius:17px;
  }
  .audhd-chatbot__toggle-label{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
  }
}
.team-action .btn-light{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:.85rem 1.55rem;
  background:var(--teal);
  color:#fff;
  border:1px solid var(--teal);
  border-radius:999px;
  box-shadow:0 4px 12px rgba(46,42,38,.08);
}
.team-action .btn-light:hover{
  background:var(--teal-hover,#3f8e9a);
  border-color:var(--teal-hover,#3f8e9a);
  color:#fff;
}

/* One consistent brand treatment for filled calls to action. Ghost/back controls
   stay quiet so the action hierarchy remains clear. */
.btn-gradient,
.btn:not(.btn--ghost):not(.btn--free-cauad),
.btn-coral,.btn-teal,.btn-light,
.site-nav .nav-cta,.nav-cta,
.hero-side-primary,.hero-side-secondary,
.audhd-chatbot__action--primary,
.audhd-chatbot__toggle,
.team-action .btn-light{
  font-family:var(--font-body)!important;
  font-weight:600!important;
  color:#fff!important;
  background:var(--button-gradient)!important;
  background-size:100% 100%!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate;
  border:0!important;
  border-radius:999px!important;
  box-shadow:0 8px 20px rgba(46,42,38,.14)!important;
}
.btn-gradient:hover,
.btn:not(.btn--ghost):not(.btn--free-cauad):hover,
.btn-coral:hover,.btn-teal:hover,.btn-light:hover,
.site-nav .nav-cta:hover,.nav-cta:hover,
.hero-side-primary:hover,.hero-side-secondary:hover,
.audhd-chatbot__action--primary:hover,
.audhd-chatbot__toggle:hover,
.team-action .btn-light:hover{
  color:#fff!important;
  background:var(--button-gradient-hover)!important;
  background-size:100% 100%!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  transform:translateY(-1px);
}
.btn-gradient:focus-visible,
.btn:not(.btn--ghost):not(.btn--free-cauad):focus-visible,
.btn-coral:focus-visible,.btn-teal:focus-visible,.btn-light:focus-visible,
.nav-cta:focus-visible,
.hero-side-primary:focus-visible,.hero-side-secondary:focus-visible{
  outline:3px solid var(--teal)!important;
  outline-offset:3px;
}
.btn-gradient:active,
.btn:not(.btn--ghost):not(.btn--free-cauad):active,
.btn-coral:active,.btn-teal:active,.btn-light:active,
.nav-cta:active,
.hero-side-primary:active,.hero-side-secondary:active,
.audhd-chatbot__action--primary:active,
.audhd-chatbot__toggle:active,
.team-action .btn-light:active{
  transform:translateY(0);
}
.btn-gradient::before,.btn-gradient::after,
.btn:not(.btn--ghost):not(.btn--free-cauad)::before,
.btn:not(.btn--ghost):not(.btn--free-cauad)::after,
.btn-coral::before,.btn-coral::after,
.btn-teal::before,.btn-teal::after,
.btn-light::before,.btn-light::after,
.nav-cta::before,.nav-cta::after,
.hero-side-primary::before,.hero-side-primary::after,
.hero-side-secondary::before,.hero-side-secondary::after,
.audhd-chatbot__action--primary::before,.audhd-chatbot__action--primary::after,
.audhd-chatbot__toggle::before,.audhd-chatbot__toggle::after{
  content:none!important;
  display:none!important;
}
.btn-gradient:disabled,
.btn:not(.btn--ghost):not(.btn--free-cauad):disabled{
  color:#625d58!important;
  background:#d8d1ca!important;
  border-color:#d8d1ca!important;
  box-shadow:none!important;
  transform:none;
}

/* About-page founder portraits: reuse the homepage cut-outs while preserving
   the detailed horizontal biography layout and all existing biography copy. */
.about-founder-bio{
  grid-template-columns:250px minmax(0,1fr);
  align-items:start;
}
.about-founder-portrait{
  width:250px;
  height:400px;
  align-self:start;
  position:relative;
  overflow:hidden;
  border-radius:18px;
  background:
    radial-gradient(circle at 82% 18%,rgba(72,167,180,.18),transparent 42%),
    radial-gradient(circle at 16% 82%,rgba(239,119,78,.12),transparent 40%),
    linear-gradient(135deg,#fbf5ef 0%,#f7f4f1 48%,#e9f4f5 100%);
}
.about-founder-photo{
  inset:auto auto 0 5%;
  width:90%;
  height:100%;
  margin:0 auto;
  padding:10px 0 0;
  object-fit:contain;
  object-position:bottom center;
  transform-origin:center bottom;
}
.about-founder-photo--gurdeep{
  left:0;
  width:100%;
  max-width:none;
  height:100%;
  transform:none;
}
.about-founder-photo--anita{transform:scale(.96)}

.about-founder-bio--gurdeep{
  align-items:stretch;
}
.about-founder-bio--gurdeep .about-founder-portrait{
  height:100%;
  min-height:400px;
  align-self:stretch;
}

@media(max-width:900px){
  .about-founder-bio{grid-template-columns:1fr}
  .about-founder-portrait{
    width:min(100%,250px);
    height:400px;
    align-self:start;
    justify-self:center;
  }
  .about-founder-photo{
    width:100%;
    height:100%;
  }
  .about-founder-bio--gurdeep{align-items:start}
  .about-founder-bio--gurdeep .about-founder-portrait{
    height:400px;
    min-height:400px;
    align-self:start;
  }
}

/* Final shared typography and rhythm pass. Kept after all legacy rules so
   equivalent elements resolve to one predictable hierarchy. */
:root{
  --type-page-title:clamp(2.5rem,4.5vw,3.5rem);
  --type-section-title:clamp(2rem,3.5vw,2.625rem);
  --type-card-title:clamp(1.4rem,2vw,1.75rem);
  --type-stat:clamp(1.75rem,2.5vw,2rem);
  --type-lead:clamp(1.125rem,1.5vw,1.25rem);
}
.interactive-hero h1,.home-hero h1,.pagehead h1,.page-hero h1{
  font-size:var(--type-page-title)!important;
  line-height:1.1!important;
  letter-spacing:-.02em!important;
}
section h2,main h2,.sec-head h2,.prose h2,.cta-band h2,.res-cat h2,
.experience-title,#conversation-heading{
  font-size:var(--type-section-title)!important;
  line-height:1.12!important;
  letter-spacing:-.015em!important;
}
section h3,main h3,.stepdetail h3,.bio h3,.res h3,.event-card h3,.card h3,
.path-card h3{
  font-size:var(--type-card-title)!important;
  line-height:1.16!important;
}
.lead,.pagehead p,.sec-head p{
  font-size:var(--type-lead)!important;
  line-height:1.65!important;
}
.eyebrow,.kicker,.mini-label,.meta,.cred,.path-top small{
  font-size:clamp(.75rem,1vw,.8125rem)!important;
}
.questionnaire-note{
  padding-block:clamp(2.5rem,5vw,4.5rem)!important;
}
.questionnaire-note .lead{margin:0}
#women-gender-diverse .statlist{gap:18px}
#women-gender-diverse .statlist .stat{
  grid-template-columns:minmax(140px,150px) minmax(0,1fr);
  gap:28px;
  align-items:start;
  padding:28px;
}
#women-gender-diverse .stat__fig{
  min-width:0;
  font-size:var(--type-stat)!important;
  font-weight:700!important;
  line-height:1.1!important;
  white-space:nowrap;
}
#women-gender-diverse .stat__fig--long{
  white-space:normal;
  overflow-wrap:normal;
  word-break:normal;
}
#women-gender-diverse .stat p{margin:0}
@media(max-width:700px){
  #women-gender-diverse .statlist .stat{
    grid-template-columns:1fr;
    gap:14px;
  }
}
