:root {
  /* Cadalawn — warm beige, charcoal black & gold; soft sage for icons only */
  --green-900: #221E18;   /* charcoal-black — dark sections & headings */
  --green-800: #2D2820;   /* dark charcoal */
  --green-700: #3B342B;   /* charcoal — buttons & structure */
  --green-600: #6F6A5D;   /* warm gray */
  --green-400: #9BA588;   /* soft sage accent */
  --green-200: #DADFCF;   /* pale sage */
  --green-100: #E8EBDF;   /* faint sage */
  --green-50:  #EFF1E9;   /* faint sage wash (medallion bg) */
  --gold-700: #8C6A1E;    /* deep antique gold */
  --gold-600: #AB8436;    /* primary gold accent */
  --gold-400: #C9A75E;    /* light gold */
  --gold-100: #F1E8D2;    /* pale gold wash */
  --apple:    #AB8436;    /* gold accent (retired loud green) */
  --cream:    #F8F4EC;    /* warm off-white (her walls) */
  --cream-2:  #F0EADD;    /* alt section bg */
  --sand:     #E9E1D0;    /* deeper cream */
  --text-dark:#242019;    /* near-black */
  --text-mid: #5C554B;    /* muted */
  --text-soft:#948C7E;    /* soft */
  --white:    #FFFFFF;
  --sage:     #8C9C77;    /* soft muted green — icons only */
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans:  'Inter', system-ui, sans-serif;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 4px 26px rgba(38,32,25,.08);
  --shadow-lg: 0 16px 50px rgba(38,32,25,.16);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--sans); background: var(--cream); color: var(--text-dark); -webkit-font-smoothing: antialiased; overflow-x: hidden; line-height: 1.6; }
img { max-width: 100%; display: block; }

/* ANNOUNCEMENT BAR */
.announce { background: var(--green-900); color: var(--gold-100); text-align: center; font-size: 13px; padding: 9px 5vw; letter-spacing: .2px; }
.announce strong { color: var(--gold-400); font-weight: 600; }

/* NAV */
nav { position: sticky; top: 0; z-index: 100; background: rgba(250,246,236,.92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid rgba(58,52,43,.12); padding: 0 5vw; height: 78px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo img { height: 52px; width: auto; }
.nav-logo .nl-text { font-family: var(--serif); font-size: 21px; font-weight: 700; color: var(--green-800); line-height: 1; letter-spacing: .3px; }
.nav-logo .nl-text span { display: block; font-family: var(--sans); font-size: 9.5px; font-weight: 500; letter-spacing: 2px; color: var(--gold-600); text-transform: uppercase; margin-top: 3px; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-links a { font-size: 14px; font-weight: 400; color: var(--text-mid); text-decoration: none; transition: color .2s; }
.nav-links a:hover { color: var(--green-700); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.nav-portal { font-size: 13px; font-weight: 500; color: var(--green-700); text-decoration: none; }
.nav-portal:hover { color: var(--green-900); }
.nav-cta { background: var(--green-700); color: var(--white); font-size: 14px; font-weight: 500; padding: 12px 24px; border-radius: 40px; text-decoration: none; transition: background .2s, transform .15s; white-space: nowrap; }
.nav-cta:hover { background: var(--green-800); transform: translateY(-1px); }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; width: 28px; height: 28px; justify-content: center; align-items: center; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--green-800); transition: transform .25s, opacity .2s; border-radius: 2px; }
nav.nav-open .nav-hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
nav.nav-open .nav-hamburger span:nth-child(2) { opacity: 0; }
nav.nav-open .nav-hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* BUTTONS */
.btn-primary { display: inline-flex; align-items: center; gap: 9px; background: var(--green-700); color: var(--white); font-family: var(--sans); font-size: 15px; font-weight: 500; padding: 15px 30px; border-radius: 40px; text-decoration: none; border: none; cursor: pointer; transition: background .2s, transform .15s, box-shadow .2s; box-shadow: 0 6px 22px rgba(58,52,43,.22); }
.btn-primary:hover { background: var(--green-800); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(58,52,43,.28); }
.btn-primary svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2.4; }
.btn-gold { background: var(--gold-600); box-shadow: 0 6px 22px rgba(176,138,56,.28); }
.btn-gold:hover { background: var(--gold-700); }
.btn-outline { display: inline-flex; align-items: center; gap: 9px; background: transparent; color: var(--green-700); font-family: var(--sans); font-size: 15px; font-weight: 500; padding: 15px 30px; border-radius: 40px; text-decoration: none; border: 1.5px solid var(--green-400); transition: border-color .2s, background .2s; }
.btn-outline:hover { border-color: var(--green-700); background: var(--green-50); }

/* SECTIONS */
section { padding: 96px 5vw; }
section.alt { background: var(--cream-2); }
.centered { text-align: center; max-width: 720px; margin: 0 auto; }
.eyebrow { display: inline-block; font-size: 12px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold-600); font-weight: 600; margin-bottom: 16px; }
.heading { font-family: var(--serif); font-weight: 600; font-size: clamp(32px, 4.4vw, 52px); color: var(--green-900); line-height: 1.1; letter-spacing: -.3px; margin-bottom: 18px; }
.heading em { font-style: italic; color: var(--gold-600); }
.sub { font-size: 16.5px; color: var(--text-mid); line-height: 1.75; max-width: 600px; }
.centered .sub { margin: 0 auto; }

/* HERO */
.hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; padding: 80px 5vw 90px; position: relative; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse 50% 55% at 78% 30%, rgba(176,138,56,.08) 0%, transparent 70%), radial-gradient(ellipse 45% 50% at 12% 78%, rgba(58,52,43,.07) 0%, transparent 65%); }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: var(--green-700); background: var(--green-50); border: 1px solid var(--green-200); padding: 8px 16px; border-radius: 40px; margin-bottom: 22px; }
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--apple); box-shadow: 0 0 0 3px rgba(171,132,54,.2); }
.hero h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(38px, 5.2vw, 66px); line-height: 1.05; color: var(--green-900); letter-spacing: -.5px; margin-bottom: 12px; }
.hero h1 em { font-style: italic; color: var(--gold-600); }
.hero-tagline { font-family: var(--serif); font-style: italic; font-size: 22px; color: var(--gold-700); margin-bottom: 20px; letter-spacing: .3px; }
.hero-sub { font-size: 17px; color: var(--text-mid); line-height: 1.75; margin-bottom: 30px; max-width: 520px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.hero-trust { display: flex; gap: 26px; flex-wrap: wrap; font-size: 13px; color: var(--text-soft); }
.hero-trust span { display: flex; align-items: center; gap: 7px; }
.hero-trust span::before { content: ''; width: 16px; height: 16px; border-radius: 50%; background: var(--green-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238C9C77' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/11px no-repeat; flex-shrink: 0; }
.hero-img-col { position: relative; }
.hero-img-frame { position: relative; border-radius: 26px 26px 90px 26px; overflow: hidden; aspect-ratio: 4/5; box-shadow: var(--shadow-lg); border: 1px solid rgba(176,138,56,.2); }
.hero-img-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-float { position: absolute; bottom: -22px; left: -22px; background: var(--white); border-radius: 16px; padding: 16px 20px; box-shadow: var(--shadow-lg); border: 1px solid var(--green-200); display: flex; align-items: center; gap: 13px; max-width: 250px; }
.hero-float .hf-icon { width: 42px; height: 42px; border-radius: 11px; background: var(--gold-100); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero-float .hf-icon svg { width: 22px; height: 22px; stroke: var(--gold-700); fill: none; stroke-width: 1.8; }
.hero-float .hf-val { font-size: 14px; font-weight: 600; color: var(--green-900); }
.hero-float .hf-sub { font-size: 12px; color: var(--text-soft); }

/* INSURANCE BAND */
.ins-band { background: var(--green-900); color: var(--white); padding: 54px 5vw; position: relative; overflow: hidden; }
.ins-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 85% 20%, rgba(176,138,56,.2) 0%, transparent 55%); }
.ins-wrap { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: center; position: relative; }
.ins-wrap .eyebrow { color: var(--gold-400); }
.ins-wrap h2 { font-family: var(--serif); font-size: clamp(28px, 3.4vw, 40px); font-weight: 600; line-height: 1.15; margin-bottom: 14px; }
.ins-wrap h2 em { font-style: italic; color: var(--gold-400); }
.ins-wrap p { font-size: 15.5px; color: var(--green-200); line-height: 1.7; }
.ins-logos { display: flex; flex-wrap: wrap; gap: 12px; }
.ins-chip { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 12px; padding: 14px 18px; font-size: 14px; font-weight: 500; color: var(--white); display: flex; align-items: center; gap: 9px; }
.ins-chip.soon { opacity: .72; }
.ins-chip .tag { font-size: 10px; letter-spacing: 1px; text-transform: uppercase; color: var(--gold-400); font-weight: 600; }
.ins-chip .ok { color: var(--apple); font-weight: 700; }

/* PHILOSOPHY */
.phil-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; max-width: 1140px; margin: 0 auto; align-items: center; }
.phil-img { border-radius: 24px 90px 24px 24px; overflow: hidden; aspect-ratio: 5/4; box-shadow: var(--shadow-lg); border: 1px solid rgba(176,138,56,.18); }
.phil-img img { width: 100%; height: 100%; object-fit: cover; }
.phil-quote { font-family: var(--serif); font-style: italic; font-size: 20px; color: var(--gold-700); margin: 20px 0; padding-left: 20px; border-left: 3px solid var(--gold-400); }

/* WHY / FEATURE CARDS */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; max-width: 1160px; margin: 56px auto 0; }
.why-card { position: relative; background: var(--white); border-radius: 20px; padding: 34px 26px 30px; border: 1px solid rgba(58,52,43,.1); box-shadow: 0 2px 14px rgba(38,32,25,.05); text-align: center; overflow: hidden; transition: transform .3s cubic-bezier(.34,1.4,.5,1), box-shadow .3s, border-color .3s; }
.why-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold-600), var(--gold-400)); transform: scaleX(0); transform-origin: center; transition: transform .35s ease; }
.why-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(176,138,56,.3); }
.why-card:hover::before { transform: scaleX(1); }
.why-icon { width: 60px; height: 60px; margin: 0 auto 18px; border-radius: 50%; background: radial-gradient(circle at 32% 26%, var(--green-50), var(--gold-100)); border: 1px solid rgba(176,138,56,.22); display: flex; align-items: center; justify-content: center; transition: transform .35s cubic-bezier(.34,1.56,.64,1); }
.why-card:hover .why-icon { transform: scale(1.09) rotate(-4deg); }
.why-icon svg { width: 27px; height: 27px; stroke: var(--sage); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: stroke .28s; }
.why-card:hover .why-icon svg { stroke: var(--gold-700); }
.why-card h3 { font-family: var(--serif); font-size: 22px; font-weight: 600; color: var(--green-900); margin-bottom: 8px; }
.why-card p { font-size: 14px; color: var(--text-mid); line-height: 1.6; }
.why-card .meta { display: inline-block; margin-top: 12px; font-size: 12px; font-weight: 600; letter-spacing: .5px; color: var(--gold-700); background: var(--gold-100); padding: 4px 11px; border-radius: 20px; }

/* SERVICES */
.svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; max-width: 1000px; margin: 56px auto 0; }
.svc-card { position: relative; background: var(--white); border-radius: 20px; padding: 34px 30px; border: 1px solid rgba(58,52,43,.1); box-shadow: 0 2px 14px rgba(38,32,25,.05); display: flex; gap: 20px; overflow: hidden; transition: transform .3s cubic-bezier(.34,1.4,.5,1), box-shadow .3s, border-color .3s; }
.svc-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold-600), var(--gold-400)); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(176,138,56,.28); }
.svc-card:hover::before { transform: scaleX(1); }
.svc-card.feature { border: 1.5px solid var(--gold-400); background: linear-gradient(180deg, var(--white), var(--gold-100)); }
.svc-card.feature::before { transform: scaleX(1); }
.svc-icon { width: 56px; height: 56px; border-radius: 50%; background: radial-gradient(circle at 32% 26%, var(--green-50), var(--gold-100)); border: 1px solid rgba(176,138,56,.22); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform .35s cubic-bezier(.34,1.56,.64,1); }
.svc-card:hover .svc-icon { transform: scale(1.08) rotate(-4deg); }
.svc-icon svg { width: 26px; height: 26px; stroke: var(--sage); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.svc-card.feature .svc-icon { background: var(--gold-100); border-color: var(--gold-400); }
.svc-card.feature .svc-icon svg { stroke: var(--gold-700); }
.svc-card h3 { font-family: var(--serif); font-size: 23px; font-weight: 600; color: var(--green-900); margin-bottom: 8px; }
.svc-card p { font-size: 14px; color: var(--text-mid); line-height: 1.65; }
.svc-card .svc-tag { display: inline-block; margin-top: 10px; font-size: 11px; letter-spacing: .5px; text-transform: uppercase; font-weight: 600; color: var(--green-600); }
.svc-card.feature .badge { position: absolute; top: 18px; right: 18px; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; font-weight: 700; color: var(--white); background: var(--gold-600); padding: 4px 10px; border-radius: 20px; }

/* COACHING FEATURE */
.coach { background: linear-gradient(160deg, var(--green-800), var(--green-900)); color: var(--white); position: relative; overflow: hidden; }
.coach::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 15% 25%, rgba(176,138,56,.22) 0%, transparent 55%), radial-gradient(circle at 85% 80%, rgba(171,132,54,.12) 0%, transparent 55%); }
.coach-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; max-width: 1120px; margin: 0 auto; align-items: center; position: relative; }
.coach .eyebrow { color: var(--gold-400); }
.coach h2 { font-family: var(--serif); font-size: clamp(30px, 3.8vw, 46px); font-weight: 600; line-height: 1.12; margin-bottom: 16px; }
.coach h2 em { font-style: italic; color: var(--gold-400); }
.coach p { font-size: 16px; color: var(--green-200); line-height: 1.75; margin-bottom: 16px; }
.coach-verse { font-family: var(--serif); font-style: italic; font-size: 21px; color: var(--gold-400); margin: 24px 0; }
.coach-list { display: flex; flex-direction: column; gap: 12px; margin: 22px 0 28px; }
.coach-list div { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--white); }
.coach-list svg { width: 20px; height: 20px; stroke: var(--gold-400); fill: none; stroke-width: 2; flex-shrink: 0; }
.coach-img { border-radius: 24px; overflow: hidden; aspect-ratio: 4/5; box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.12); }
.coach-img img { width: 100%; height: 100%; object-fit: cover; }

/* CONDITIONS */
.cond-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; max-width: 1120px; margin: 56px auto 0; }
.cond-item { position: relative; background: var(--white); border: 1px solid rgba(58,52,43,.1); border-radius: 18px; padding: 30px 14px 26px; text-align: center; overflow: hidden; box-shadow: 0 2px 14px rgba(38,32,25,.05); transition: transform .3s cubic-bezier(.34,1.4,.5,1), box-shadow .3s, border-color .3s; }
.cond-item::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold-600), var(--gold-400)); transform: scaleX(0); transform-origin: center; transition: transform .35s ease; }
.cond-item:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(176,138,56,.35); }
.cond-item:hover::before { transform: scaleX(1); }
.cond-medallion { width: 58px; height: 58px; margin: 0 auto 15px; border-radius: 50%; background: radial-gradient(circle at 32% 26%, var(--green-50) 0%, var(--gold-100) 100%); border: 1px solid rgba(176,138,56,.22); display: flex; align-items: center; justify-content: center; transition: transform .35s cubic-bezier(.34,1.56,.64,1); }
.cond-item:hover .cond-medallion { transform: scale(1.09) rotate(-3deg); }
.cond-medallion svg { width: 27px; height: 27px; stroke: var(--sage); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; transition: stroke .28s; }
.cond-item:hover .cond-medallion svg { stroke: var(--gold-700); }
.cond-item span { font-size: 13.5px; color: var(--green-900); font-weight: 500; letter-spacing: .1px; }
.cond-note { text-align: center; font-size: 13px; color: var(--text-soft); margin-top: 28px; font-style: italic; }

/* PRICING */
.price-toggle { display: flex; justify-content: center; gap: 6px; background: var(--white); border: 1px solid rgba(58,52,43,.15); border-radius: 40px; padding: 5px; width: fit-content; margin: 36px auto 0; }
.price-toggle button { border: none; background: none; font-family: var(--sans); font-size: 14px; font-weight: 500; color: var(--text-mid); padding: 10px 24px; border-radius: 40px; cursor: pointer; transition: background .2s, color .2s; }
.price-toggle button.active { background: var(--green-700); color: var(--white); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1080px; margin: 46px auto 0; align-items: center; }
.price-card { background: var(--white); border-radius: 24px; padding: 40px 30px; border: 1px solid rgba(58,52,43,.12); box-shadow: 0 8px 34px rgba(38,32,25,.07); text-align: center; position: relative; overflow: hidden; transition: transform .3s cubic-bezier(.34,1.4,.5,1), box-shadow .3s; }
.price-card:not(.featured):hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.price-card.featured { background: linear-gradient(165deg, var(--green-700) 0%, var(--green-900) 100%); border: none; box-shadow: 0 24px 56px rgba(38,32,25,.32); transform: scale(1.05); z-index: 2; }
.price-card.featured:hover { transform: scale(1.05) translateY(-6px); }
.price-card.featured::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 72% 12%, rgba(205,171,99,.3) 0%, transparent 55%); pointer-events: none; }
.price-medallion { width: 62px; height: 62px; margin: 0 auto 16px; border-radius: 50%; background: radial-gradient(circle at 32% 26%, var(--green-50), var(--gold-100)); border: 1px solid rgba(176,138,56,.22); display: flex; align-items: center; justify-content: center; position: relative; }
.price-medallion svg { width: 29px; height: 29px; stroke: var(--sage); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.price-card.featured .price-medallion { background: rgba(255,255,255,.1); border-color: rgba(205,171,99,.5); }
.price-card.featured .price-medallion svg { stroke: var(--gold-400); }
.price-badge { position: absolute; top: 18px; right: 18px; background: var(--gold-400); color: var(--green-900); font-size: 10.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 5px 13px; border-radius: 20px; box-shadow: 0 4px 14px rgba(0,0,0,.18); z-index: 3; }
.price-plan { font-family: var(--serif); font-size: 26px; font-weight: 600; color: var(--green-900); position: relative; }
.price-card.featured .price-plan { color: #fff; }
.price-ages { font-size: 13px; color: var(--text-soft); margin: 4px 0 18px; position: relative; }
.price-card.featured .price-ages { color: var(--green-200); }
.price-amt { font-family: var(--serif); font-size: 54px; font-weight: 700; color: var(--gold-700); line-height: 1; position: relative; }
.price-amt span { font-family: var(--sans); font-size: 15px; font-weight: 400; color: var(--text-soft); }
.price-card.featured .price-amt { color: var(--gold-400); }
.price-card.featured .price-amt span { color: var(--green-200); }
.price-div { height: 1px; background: rgba(58,52,43,.12); margin: 24px 0; position: relative; }
.price-card.featured .price-div { background: rgba(255,255,255,.16); }
.price-feats { list-style: none; display: flex; flex-direction: column; gap: 12px; text-align: left; position: relative; margin-bottom: 28px; }
.price-feats li { font-size: 14px; color: var(--text-mid); display: flex; gap: 10px; align-items: flex-start; }
.price-feats li svg { width: 18px; height: 18px; flex-shrink: 0; stroke: var(--gold-600); fill: none; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; margin-top: 1px; }
.price-card.featured .price-feats li { color: var(--green-200); }
.price-card.featured .price-feats li svg { stroke: var(--gold-400); }
.price-cta { display: block; width: 100%; text-align: center; padding: 14px; border-radius: 40px; font-family: var(--sans); font-size: 14px; font-weight: 600; text-decoration: none; position: relative; transition: background .2s, color .2s, border-color .2s, transform .15s; }
.price-card:not(.featured) .price-cta { background: var(--green-50); color: var(--green-800); border: 1.5px solid rgba(58,52,43,.2); }
.price-card:not(.featured) .price-cta:hover { background: var(--green-700); color: #fff; border-color: var(--green-700); transform: translateY(-1px); }
.price-card.featured .price-cta { background: var(--gold-400); color: var(--green-900); }
.price-card.featured .price-cta:hover { background: #fff; transform: translateY(-1px); }
.price-trust { display: flex; justify-content: center; gap: 26px; flex-wrap: wrap; margin: 34px auto 0; font-size: 13.5px; color: var(--text-mid); }
.price-trust span { display: flex; align-items: center; gap: 8px; }
.price-trust svg { width: 16px; height: 16px; stroke: var(--gold-600); fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.price-note { text-align: center; margin-top: 26px; font-size: 14px; color: var(--text-mid); }
@media (max-width: 980px) { .price-card.featured { transform: none; } .price-card.featured:hover { transform: translateY(-8px); } }
.price-extra { max-width: 700px; margin: 34px auto 0; background: var(--white); border: 1px solid rgba(58,52,43,.12); border-radius: var(--radius); padding: 26px 30px; }
.price-extra h4 { font-family: var(--serif); font-size: 19px; color: var(--green-900); margin-bottom: 14px; text-align: center; }
.price-extra .rows { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 30px; }
.price-extra .row { display: flex; justify-content: space-between; font-size: 14px; color: var(--text-mid); padding: 7px 0; border-bottom: 1px dashed rgba(58,52,43,.12); }
.price-extra .row b { color: var(--gold-700); }

/* CALCULATOR */
#calculator { background: linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 100%); }
.calc-wrap { max-width: 940px; margin: 52px auto 0; background: var(--white); border-radius: 24px; padding: 44px; border: 1px solid rgba(58,52,43,.14); box-shadow: var(--shadow-lg); }
.calc-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 46px; align-items: center; }
.calc-inputs h3 { font-family: var(--serif); font-size: 24px; font-weight: 600; color: var(--green-900); margin-bottom: 6px; }
.calc-inputs > p { font-size: 13px; color: var(--text-mid); margin-bottom: 22px; }
.calc-field { margin-bottom: 16px; }
.calc-field label { display: block; font-size: 13px; font-weight: 500; color: var(--text-mid); margin-bottom: 6px; }
.calc-in { position: relative; display: flex; align-items: center; }
.calc-in .pre { position: absolute; left: 14px; color: var(--text-soft); font-weight: 500; font-size: 14px; pointer-events: none; }
.calc-field input { width: 100%; padding: 12px 14px 12px 30px; border: 1px solid rgba(58,52,43,.22); border-radius: 10px; font-family: var(--sans); font-size: 14px; color: var(--text-dark); background: var(--cream); transition: border-color .2s, background .2s; }
.calc-field input.np { padding-left: 14px; }
.calc-field input:focus { outline: none; border-color: var(--green-700); background: var(--white); }
.calc-result { background: var(--green-900); border-radius: 20px; padding: 38px 32px; color: var(--white); text-align: center; position: relative; overflow: hidden; }
.calc-result::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 0%, rgba(176,138,56,.24) 0%, transparent 60%); }
.calc-rlabel { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--green-200); font-weight: 500; margin-bottom: 8px; position: relative; }
.calc-ramt { font-family: var(--serif); font-size: 56px; font-weight: 700; color: var(--gold-400); line-height: 1; margin-bottom: 6px; position: relative; }
.calc-rsub { font-size: 13px; color: var(--green-200); position: relative; }
.calc-break { margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; color: var(--green-200); position: relative; text-align: left; }
.calc-row { display: flex; justify-content: space-between; padding: 6px 0; }
.calc-row .v { color: var(--white); font-weight: 500; }

/* IV THERAPY */
.iv-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1120px; margin: 54px auto 0; }
.iv-card { position: relative; background: var(--white); border: 1px solid rgba(58,52,43,.1); border-radius: 18px; padding: 26px 24px 24px; box-shadow: 0 2px 14px rgba(38,32,25,.05); overflow: hidden; transition: transform .3s cubic-bezier(.34,1.4,.5,1), box-shadow .3s, border-color .3s; }
.iv-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold-600), var(--gold-400)); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.iv-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(176,138,56,.3); }
.iv-card:hover::before { transform: scaleX(1); }
.iv-card.popular { border-color: rgba(176,138,56,.4); }
.iv-badge { position: absolute; top: 16px; right: 16px; background: var(--gold-100); color: var(--gold-700); font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 4px 11px; border-radius: 20px; }
.iv-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.iv-medallion { width: 50px; height: 50px; border-radius: 14px; background: radial-gradient(circle at 30% 25%, var(--green-50), var(--gold-100)); border: 1px solid rgba(176,138,56,.2); display: flex; align-items: center; justify-content: center; transition: transform .3s cubic-bezier(.34,1.56,.64,1); }
.iv-card:hover .iv-medallion { transform: scale(1.08) rotate(-4deg); }
.iv-medallion svg { width: 25px; height: 25px; stroke: var(--sage); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.iv-price-pill { background: var(--green-900); color: var(--gold-400); font-family: var(--serif); font-weight: 700; font-size: 20px; padding: 6px 17px; border-radius: 30px; }
.iv-card h3 { font-family: var(--serif); font-size: 21px; font-weight: 600; color: var(--green-900); margin-bottom: 5px; line-height: 1.2; }
.iv-card p { font-size: 13.5px; color: var(--text-mid); line-height: 1.55; }
.iv-inject { max-width: 1120px; margin: 28px auto 0; background: linear-gradient(160deg, var(--green-700) 0%, var(--green-900) 100%); border-radius: 24px; padding: 46px 40px; text-align: center; color: #fff; position: relative; overflow: hidden; }
.iv-inject::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 82% 15%, rgba(205,171,99,.26) 0%, transparent 55%); }
.iv-inject .eyebrow { color: var(--gold-400); position: relative; }
.iv-inject h3 { font-family: var(--serif); font-size: clamp(26px,3vw,32px); font-weight: 600; margin-bottom: 10px; position: relative; }
.iv-inject > p { color: var(--green-200); font-size: 15px; max-width: 560px; margin: 0 auto 26px; position: relative; line-height: 1.7; }
.iv-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; max-width: 780px; margin: 0 auto; position: relative; }
.iv-chip { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 16px; padding: 12px 18px; font-size: 14px; color: #fff; font-weight: 600; text-align: left; }
.iv-chip small { display: block; font-size: 11.5px; color: var(--green-200); font-weight: 400; margin-top: 2px; }
.iv-foot { max-width: 980px; margin: 28px auto 0; text-align: center; font-size: 13.5px; color: var(--text-soft); font-style: italic; }

/* TEAM */
.provider { max-width: 920px; margin: 54px auto 0; background: var(--white); border-radius: 24px; overflow: hidden; border: 1px solid rgba(58,52,43,.1); box-shadow: 0 12px 40px rgba(38,32,25,.1); display: grid; grid-template-columns: .82fr 1.18fr; }
.provider-photo { position: relative; min-height: 440px; background: var(--cream-2); }
.provider-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 16%; }
.provider-tag { position: absolute; top: 18px; left: 18px; z-index: 2; display: inline-flex; align-items: center; gap: 6px; background: rgba(171,132,54,.94); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 6px 13px; border-radius: 20px; }
.provider-tag svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2.4; }
.provider-body { padding: 44px 42px; display: flex; flex-direction: column; justify-content: center; }
.provider-body h3 { font-family: var(--serif); font-size: 32px; font-weight: 600; color: var(--green-900); line-height: 1.1; }
.provider-body .role { font-size: 13px; color: var(--gold-700); font-weight: 600; letter-spacing: .6px; text-transform: uppercase; margin: 7px 0 18px; }
.provider-creds { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.provider-creds span { font-size: 11px; font-weight: 600; color: var(--text-mid); background: var(--cream-2); border: 1px solid rgba(58,52,43,.12); padding: 6px 12px; border-radius: 20px; }
.provider-body p { font-size: 14.5px; color: var(--text-mid); line-height: 1.75; }
.provider-quote { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(58,52,43,.1); font-family: var(--serif); font-style: italic; font-size: 17px; color: var(--gold-700); }
@media (max-width: 820px) { .provider { grid-template-columns: 1fr; max-width: 460px; } .provider-photo { min-height: 400px; } .provider-body { padding: 32px 28px; } }
.team-legacy-hidden { display:none; }
.team-photo { position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--green-100); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; transition: transform .6s cubic-bezier(.2,.6,.2,1); }
.team-card:hover .team-photo img { transform: scale(1.06); }
.team-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,22,17,.94) 0%, rgba(26,22,17,.55) 26%, rgba(26,22,17,.08) 48%, transparent 62%); }
.team-tag { position: absolute; top: 18px; left: 18px; z-index: 2; display: inline-flex; align-items: center; gap: 6px; background: rgba(176,138,56,.92); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 6px 13px; border-radius: 20px; backdrop-filter: blur(4px); }
.team-tag.plain { background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.3); }
.team-overlay { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 26px 26px 24px; }
.team-overlay h3 { font-family: var(--serif); font-size: 26px; font-weight: 600; color: #fff; line-height: 1.15; }
.team-overlay .role { font-size: 12px; color: var(--gold-400); font-weight: 600; letter-spacing: .8px; text-transform: uppercase; margin-top: 5px; }
.team-body { padding: 26px 28px 30px; }
.team-creds { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.team-creds span { font-size: 11px; font-weight: 600; color: var(--green-700); background: var(--green-50); border: 1px solid var(--green-200); padding: 6px 12px; border-radius: 20px; }
.team-body p { font-size: 14px; color: var(--text-mid); line-height: 1.72; }
.team-quote { margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(58,52,43,.1); font-family: var(--serif); font-style: italic; font-size: 16px; color: var(--gold-700); }

/* GALLERY */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 168px; grid-auto-flow: row dense; gap: 14px; max-width: 1160px; margin: 54px auto 0; }
.gal-item { position: relative; overflow: hidden; border-radius: 18px; cursor: pointer; border: 1px solid rgba(176,138,56,.15); box-shadow: 0 4px 18px rgba(38,32,25,.06); }
.gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.6,.2,1); }
.gal-item:hover img { transform: scale(1.08); }
.gal-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,22,17,.82) 0%, rgba(26,22,17,.15) 45%, transparent 66%); opacity: 0; transition: opacity .45s ease; }
.gal-item:hover::after { opacity: 1; }
.gal-cap { position: absolute; left: 18px; bottom: 16px; z-index: 2; color: #fff; font-size: 14px; font-weight: 600; letter-spacing: .2px; display: flex; align-items: center; gap: 8px; transform: translateY(12px); opacity: 0; transition: transform .45s cubic-bezier(.34,1.3,.5,1), opacity .4s; }
.gal-item:hover .gal-cap { transform: translateY(0); opacity: 1; }
.gal-cap svg { width: 15px; height: 15px; stroke: var(--gold-400); fill: none; stroke-width: 1.6; stroke-linejoin: round; }
.gal-lg { grid-column: span 2; grid-row: span 2; }
.gal-wide { grid-column: span 2; }

/* APPOINTMENT (multi-step) */
.appt-layout { display: grid; grid-template-columns: 1fr 1.15fr; gap: 54px; max-width: 1080px; margin: 52px auto 0; }
.appt-info .ai-detail { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(58,52,43,.1); }
.appt-info .ai-detail:last-child { border-bottom: none; }
.ai-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--green-50); border: 1px solid var(--green-200); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ai-icon svg { width: 21px; height: 21px; stroke: var(--sage); fill: none; stroke-width: 1.8; }
.ai-detail h4 { font-size: 14px; font-weight: 600; color: var(--green-900); margin-bottom: 4px; }
.ai-detail p, .ai-detail a { font-size: 14px; color: var(--text-mid); text-decoration: none; line-height: 1.6; }
.ai-detail a:hover { color: var(--green-700); }
.intake { background: var(--white); border-radius: var(--radius); padding: 38px; border: 1px solid rgba(58,52,43,.14); box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.intake-progress { height: 5px; background: var(--green-50); border-radius: 10px; margin-bottom: 26px; overflow: hidden; }
.intake-bar { height: 100%; width: 33%; background: linear-gradient(90deg, var(--green-600), var(--gold-500, var(--gold-400))); border-radius: 10px; transition: width .4s cubic-bezier(.4,0,.2,1); }
.intake-step { display: none; animation: stepIn .4s ease; }
.intake-step.active { display: block; }
@keyframes stepIn { from { opacity: 0; transform: translateX(16px); } to { opacity: 1; transform: translateX(0); } }
.intake-label { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold-600); font-weight: 600; margin-bottom: 8px; }
.intake-step h3 { font-family: var(--serif); font-size: 25px; font-weight: 600; color: var(--green-900); margin-bottom: 20px; }
.chip-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.chip { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border: 1.5px solid rgba(58,52,43,.18); border-radius: 12px; cursor: pointer; font-size: 14px; color: var(--text-dark); transition: border-color .2s, background .2s; user-select: none; }
.chip:hover { border-color: var(--green-600); background: var(--green-50); }
.chip.selected { border-color: var(--green-700); background: var(--green-50); }
.chip .ck { width: 20px; height: 20px; border-radius: 6px; border: 1.5px solid rgba(58,52,43,.28); flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: background .2s, border-color .2s; }
.chip.selected .ck { background: var(--green-700); border-color: var(--green-700); }
.chip .ck svg { width: 12px; height: 12px; stroke: #fff; fill: none; stroke-width: 3; opacity: 0; transition: opacity .15s; }
.chip.selected .ck svg { opacity: 1; }
.intake-field { margin-bottom: 16px; }
.intake-field label { display: block; font-size: 13px; font-weight: 500; color: var(--text-mid); margin-bottom: 7px; }
.intake-field input, .intake-field textarea { width: 100%; padding: 13px 15px; border: 1px solid rgba(58,52,43,.22); border-radius: 10px; font-family: var(--sans); font-size: 15px; color: var(--text-dark); background: var(--cream); transition: border-color .2s, background .2s; }
.intake-field input:focus, .intake-field textarea:focus { outline: none; border-color: var(--green-700); background: var(--white); }
.intake-field textarea { resize: vertical; min-height: 88px; }
.intake-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; gap: 12px; }
.intake-back { background: none; border: none; color: var(--text-soft); font-family: var(--sans); font-size: 14px; font-weight: 500; cursor: pointer; padding: 12px 4px; transition: color .2s; }
.intake-back:hover { color: var(--green-700); }
.intake-back.hidden { visibility: hidden; }
.intake-next, .intake-submit { display: inline-flex; align-items: center; gap: 8px; background: var(--green-700); color: #fff; border: none; font-family: var(--sans); font-size: 15px; font-weight: 500; padding: 14px 28px; border-radius: 40px; cursor: pointer; transition: background .2s, transform .15s; }
.intake-next:hover, .intake-submit:hover { background: var(--green-800); transform: translateY(-1px); }
.intake-next svg, .intake-submit svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2.5; }
.intake-success { text-align: center; padding: 20px 0; display: none; }
.intake-success.show { display: block; animation: stepIn .4s ease; }
.succ-icon { width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%; background: var(--green-50); display: flex; align-items: center; justify-content: center; }
.succ-icon svg { width: 32px; height: 32px; stroke: var(--sage); fill: none; stroke-width: 2.5; }
.intake-success h3 { font-family: var(--serif); font-size: 26px; color: var(--green-900); margin-bottom: 8px; }
.intake-success p { font-size: 14px; color: var(--text-mid); }

/* FOOTER */
footer { background: var(--green-900); padding: 60px 5vw 34px; color: var(--green-200); }
.foot-grid { display: grid; grid-template-columns: 1.5fr .95fr 1fr 1fr 1.05fr; gap: 36px; max-width: 1160px; margin: 0 auto; padding-bottom: 38px; }
.foot-brand .fb-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.foot-brand .fb-logo img { height: 54px; background: var(--cream); border-radius: 10px; padding: 4px; }
.foot-brand .fb-name { font-family: var(--serif); font-size: 21px; font-weight: 700; color: var(--white); line-height: 1.1; }
.foot-brand p { font-size: 13.5px; line-height: 1.7; max-width: 300px; }
.foot-verse { font-family: var(--serif); font-style: italic; color: var(--gold-400); font-size: 16px; margin-top: 14px; }
.foot-grid h5 { font-size: 13px; color: var(--gold-400); font-weight: 600; letter-spacing: .8px; text-transform: uppercase; margin-bottom: 16px; }
.foot-grid ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.foot-grid li { font-size: 13.5px; }
.foot-grid li a { color: var(--green-200); text-decoration: none; transition: color .2s; }
.foot-grid li a:hover { color: var(--white); }
.foot-bottom { max-width: 1160px; margin: 0 auto; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; color: var(--green-400); text-align: center; }

/* FLOATING CTA */
.book-fab { position: fixed; right: 24px; bottom: 24px; z-index: 90; display: inline-flex; align-items: center; gap: 10px; background: var(--gold-600); color: var(--white); padding: 15px 22px; border-radius: 50px; text-decoration: none; font-weight: 500; font-size: 14px; box-shadow: 0 6px 24px rgba(176,138,56,.4); transition: transform .2s, background .2s; }
.book-fab:hover { background: var(--gold-700); transform: translateY(-2px); }
.book-fab svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2.2; }

/* TOAST unused now (intake has inline success) */

/* ANIMATIONS */
.fade-up { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-up:nth-child(2) { transition-delay: .08s; }
.fade-up:nth-child(3) { transition-delay: .16s; }
.fade-up:nth-child(4) { transition-delay: .24s; }

/* MOBILE STICKY */
.mobile-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 99; background: var(--white); padding: 12px 16px; gap: 10px; box-shadow: 0 -4px 24px rgba(38,32,25,.12); border-top: 1px solid rgba(58,52,43,.12); }
.mobile-cta a { display: inline-flex; align-items: center; justify-content: center; gap: 7px; font-family: var(--sans); font-size: 14px; font-weight: 500; padding: 13px 18px; border-radius: 12px; text-decoration: none; white-space: nowrap; }
.mobile-cta .m-call { background: var(--green-50); color: var(--green-800); border: 1px solid rgba(58,52,43,.18); flex-shrink: 0; }
.mobile-cta .m-book { flex: 1; background: var(--green-700); color: #fff; }

/* RESPONSIVE */
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; gap: 46px; }
  .hero-img-col { order: -1; max-width: 420px; }
  .ins-wrap, .phil-grid, .coach-grid, .calc-grid, .appt-layout { grid-template-columns: 1fr; gap: 40px; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .svc-grid { grid-template-columns: 1fr; max-width: 520px; }
  .iv-cards { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr; max-width: 480px; }
  .cond-grid { grid-template-columns: repeat(4, 1fr); }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .gal-lg { grid-column: span 2; grid-row: span 2; }
  .gal-wide { grid-column: span 2; grid-row: span 1; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .nav-hamburger { display: flex; }
  .nav-actions .nav-cta, .nav-actions .nav-portal { display: none; }
  .mobile-cta { display: flex; }
  footer { padding-bottom: 84px; }
  .nav-links { position: fixed; top: 78px; left: 0; right: 0; background: rgba(250,246,236,.98); backdrop-filter: blur(14px); flex-direction: column; align-items: flex-start; gap: 0; padding: 12px 5vw 24px; box-shadow: 0 8px 24px rgba(38,32,25,.1); border-bottom: 1px solid rgba(58,52,43,.12); transform: translateY(-120%); opacity: 0; transition: transform .35s ease, opacity .25s ease; pointer-events: none; }
  .nav-links li { width: 100%; border-bottom: 1px solid rgba(58,52,43,.08); }
  .nav-links a { display: block; padding: 15px 4px; font-size: 16px; width: 100%; }
  nav.nav-open .nav-links { transform: translateY(0); opacity: 1; pointer-events: auto; }
  body.menu-locked { overflow: hidden; }
  .price-grid { grid-template-columns: 1fr; max-width: 380px; }
  .book-fab { bottom: 86px; right: 16px; }
  .gal-cap { font-size: 13px; }
}
@media (max-width: 560px) {
  section { padding: 68px 5vw; }
  .why-grid { grid-template-columns: 1fr; max-width: 340px; }
  .cond-grid { grid-template-columns: repeat(2, 1fr); }
  .iv-cards { grid-template-columns: 1fr; max-width: 360px; }
  .gallery { grid-auto-rows: 130px; }
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
  .price-extra .rows { grid-template-columns: 1fr; }
  .intake { padding: 26px 20px; }
  .chip-grid { grid-template-columns: 1fr; }
  .calc-field input, .intake-field input, .intake-field textarea { font-size: 16px; }
  .hero-float { left: 0; }
}

/* FAQ */
.faq-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 56px; max-width: 1120px; margin: 54px auto 0; align-items: start; }
.faq-intro { position: sticky; top: 100px; }
.faq-intro .heading { text-align: left; }
.faq-intro .sub { text-align: left; margin: 0; }
.faq-help { margin-top: 28px; background: linear-gradient(160deg, var(--green-700) 0%, var(--green-900) 100%); border-radius: 20px; padding: 30px 28px; color: #fff; position: relative; overflow: hidden; }
.faq-help::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 15%, rgba(205,171,99,.28) 0%, transparent 55%); }
.faq-help h4 { font-family: var(--serif); font-size: 22px; font-weight: 600; margin-bottom: 8px; position: relative; }
.faq-help p { font-size: 14px; color: var(--green-200); line-height: 1.65; margin-bottom: 18px; position: relative; }
.faq-help a { position: relative; display: inline-flex; align-items: center; gap: 8px; background: var(--gold-400); color: var(--green-900); font-weight: 600; font-size: 14px; padding: 12px 22px; border-radius: 40px; text-decoration: none; transition: background .2s, transform .15s; }
.faq-help a:hover { background: #fff; transform: translateY(-1px); }
.faq-help a svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2.4; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--white); border: 1px solid rgba(58,52,43,.12); border-radius: 16px; overflow: hidden; transition: border-color .3s, box-shadow .3s; }
.faq-item.open { border-color: rgba(176,138,56,.4); box-shadow: 0 8px 30px rgba(38,32,25,.09); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 24px; cursor: pointer; font-family: var(--serif); font-size: 19px; font-weight: 600; color: var(--green-900); user-select: none; transition: color .2s; }
.faq-q:hover { color: var(--gold-700); }
.faq-icon { width: 30px; height: 30px; border-radius: 50%; background: var(--green-50); border: 1px solid var(--green-200); flex-shrink: 0; position: relative; transition: background .3s, border-color .3s; }
.faq-icon::before, .faq-icon::after { content: ''; position: absolute; top: 50%; left: 50%; background: var(--green-700); border-radius: 2px; transform: translate(-50%,-50%); transition: transform .3s, background .3s; }
.faq-icon::before { width: 12px; height: 2px; }
.faq-icon::after { width: 2px; height: 12px; }
.faq-item.open .faq-icon { background: var(--gold-600); border-color: var(--gold-600); }
.faq-item.open .faq-icon::before, .faq-item.open .faq-icon::after { background: #fff; }
.faq-item.open .faq-icon::after { transform: translate(-50%,-50%) scaleY(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .38s cubic-bezier(.4,0,.2,1); }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-answer-inner { overflow: hidden; }
.faq-answer p { padding: 0 24px 24px; font-size: 14.5px; color: var(--text-mid); line-height: 1.75; }
@media (max-width: 980px) { .faq-layout { grid-template-columns: 1fr; gap: 36px; } .faq-intro { position: static; } .faq-intro .heading, .faq-intro .sub { text-align: center; } .faq-intro .sub { margin: 0 auto; } }

/* ===== LOCATION / ARTICLE PAGES ===== */
.breadcrumb { max-width: 1120px; margin: 0 auto; padding: 20px 5vw 0; font-size: 13px; color: var(--text-soft); }
.breadcrumb a { color: var(--gold-700); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { margin: 0 8px; opacity: .6; }
.loc-hero { padding: 46px 5vw 40px; max-width: 1120px; margin: 0 auto; }
.loc-hero .eyebrow { color: var(--gold-600); }
.loc-hero h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(32px,4.6vw,52px); color: var(--green-900); line-height: 1.1; letter-spacing: -.4px; margin-bottom: 18px; max-width: 900px; }
.loc-hero h1 em { font-style: italic; color: var(--gold-600); }
.loc-lead { font-size: 18px; color: var(--text-mid); line-height: 1.75; max-width: 780px; margin-bottom: 26px; }
.loc-lead a { color: var(--gold-700); font-weight: 500; text-decoration: none; border-bottom: 1px solid rgba(171,132,54,.4); }
.loc-hero .hero-ctas { margin-bottom: 8px; }
.article { max-width: 820px; margin: 0 auto; padding: 20px 5vw 40px; }
.article h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(26px,3.2vw,36px); color: var(--green-900); line-height: 1.2; margin: 44px 0 14px; }
.article h2 em { font-style: italic; color: var(--gold-600); }
.article h3 { font-family: var(--serif); font-weight: 600; font-size: 22px; color: var(--green-900); margin: 30px 0 8px; }
.article p { font-size: 16px; color: var(--text-mid); line-height: 1.8; margin-bottom: 16px; }
.article a { color: var(--gold-700); font-weight: 500; text-decoration: none; border-bottom: 1px solid rgba(171,132,54,.4); transition: color .2s; }
.article a:hover { color: var(--gold-600); }
.article ul { list-style: none; margin: 0 0 20px; padding: 0; }
.article ul li { position: relative; padding: 8px 0 8px 30px; font-size: 15.5px; color: var(--text-mid); line-height: 1.6; }
.article ul li::before { content: ''; position: absolute; left: 4px; top: 15px; width: 14px; height: 14px; border-radius: 50%; background: var(--green-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238C9C77' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/10px no-repeat; }
.article .svc-block { background: var(--white); border: 1px solid rgba(58,52,43,.1); border-left: 3px solid var(--gold-400); border-radius: 12px; padding: 20px 24px; margin-bottom: 14px; box-shadow: 0 2px 12px rgba(38,32,25,.04); }
.article .svc-block h3 { margin: 0 0 6px; font-size: 20px; }
.article .svc-block p { margin: 0; font-size: 14.5px; }
.loc-cta { background: linear-gradient(160deg, var(--green-800) 0%, var(--green-900) 100%); color: #fff; text-align: center; position: relative; overflow: hidden; }
.loc-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 25% 20%, rgba(201,167,94,.22) 0%, transparent 55%); }
.loc-cta .eyebrow { color: var(--gold-400); position: relative; }
.loc-cta h2 { font-family: var(--serif); font-size: clamp(28px,3.6vw,42px); font-weight: 600; color: #fff; margin: 0 auto 14px; max-width: 640px; position: relative; }
.loc-cta h2 em { font-style: italic; color: var(--gold-400); }
.loc-cta p { color: var(--green-200); font-size: 16px; line-height: 1.7; max-width: 560px; margin: 0 auto 30px; position: relative; }
.loc-cta p a { color: #fff; font-weight: 600; text-decoration: underline; }
.loc-cta .btn-primary { position: relative; background: var(--gold-600); }
.loc-cta .btn-primary:hover { background: var(--gold-700); }
.faq-section { max-width: 820px; margin: 0 auto; padding: 20px 5vw 90px; }
.faq-section .eyebrow { color: var(--gold-600); }
.faq-section > h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(26px,3.2vw,36px); color: var(--green-900); margin-bottom: 30px; }
.faq-section > h2 em { font-style: italic; color: var(--gold-600); }

/* ===== AREAS WE SERVE ===== */
.areas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 940px; margin: 48px auto 0; }
.area-card { display: flex; align-items: center; justify-content: space-between; gap: 14px; background: var(--white); border: 1px solid rgba(58,52,43,.1); border-radius: 14px; padding: 20px 22px; text-decoration: none; box-shadow: 0 2px 12px rgba(38,32,25,.04); transition: transform .28s cubic-bezier(.34,1.4,.5,1), box-shadow .28s, border-color .28s; }
.area-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: rgba(171,132,54,.35); }
.area-card .ac-name { font-family: var(--serif); font-size: 20px; font-weight: 600; color: var(--green-900); }
.area-card .ac-sub { font-size: 12px; color: var(--text-soft); margin-top: 3px; }
.area-card .ac-arrow { width: 32px; height: 32px; border-radius: 50%; background: var(--green-50); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .28s, transform .28s; }
.area-card:hover .ac-arrow { background: var(--gold-100); transform: translateX(3px); }
.area-card .ac-arrow svg { width: 15px; height: 15px; stroke: var(--gold-700); fill: none; stroke-width: 2.2; }
@media (max-width: 900px) { .areas-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .areas-grid { grid-template-columns: 1fr; max-width: 360px; } }

/* ===== VIDEOS ===== */
.video-frame { position: relative; max-width: 880px; margin: 44px auto 0; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid rgba(58,52,43,.12); background: #0d0b09; aspect-ratio: 16/9; }
.video-frame video { width: 100%; height: 100%; display: block; object-fit: cover; }
.video-cap { text-align: center; font-size: 13px; color: var(--text-soft); margin-top: 14px; font-style: italic; }
.coach-video { border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.14); background: #0d0b09; aspect-ratio: 16/9; }
.coach-video video { width: 100%; height: 100%; display: block; object-fit: cover; }
/* ===== PRESS / MEDIA ===== */
.press-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 940px; margin: 48px auto 0; }
.press-card { display: flex; flex-direction: column; background: var(--white); border: 1px solid rgba(58,52,43,.1); border-radius: 18px; padding: 30px 30px 26px; text-decoration: none; box-shadow: 0 4px 20px rgba(38,32,25,.05); transition: transform .28s cubic-bezier(.34,1.4,.5,1), box-shadow .28s, border-color .28s; position: relative; overflow: hidden; }
.press-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold-600), var(--gold-400)); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.press-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(171,132,54,.3); }
.press-card:hover::before { transform: scaleX(1); }
.press-outlet { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--gold-700); margin-bottom: 14px; }
.press-outlet svg { width: 15px; height: 15px; stroke: var(--gold-600); fill: none; stroke-width: 2; }
.press-card h3 { font-family: var(--serif); font-size: 22px; font-weight: 600; color: var(--green-900); line-height: 1.28; margin-bottom: 12px; }
.press-card p { font-size: 14px; color: var(--text-mid); line-height: 1.65; margin-bottom: 16px; }
.press-meta { margin-top: auto; display: flex; align-items: center; justify-content: space-between; }
.press-date { font-size: 12.5px; color: var(--text-soft); }
.press-read { font-size: 13.5px; font-weight: 600; color: var(--gold-700); display: inline-flex; align-items: center; gap: 6px; }
.press-read svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2.2; }
@media (max-width: 760px) { .press-grid { grid-template-columns: 1fr; max-width: 460px; } }
