.hero {
    position: relative;
    min-height: calc(100vh - 63px);
    display: flex;
    flex-direction: column;
    padding: 52px var(--pad-x) 34px;
    overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s ease; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-scrim { position: absolute; inset: 0; background: rgba(250, 247, 242, 0.60); }
.hero-inner { position: relative; z-index: 1; display: flex; flex-direction: column; flex: 1; }
.hero-top { display: flex; justify-content: space-between; align-items: flex-start; }
.hero-top .eyebrow { letter-spacing: 0.22em; }
.hero-no { font-family: var(--mono); font-size: 11px; letter-spacing: 0.22em; color: var(--ink); }
.hero-headline { margin-top: auto; margin-bottom: 44px; }
.hero-title {
    font-family: var(--serif); font-weight: 300;
    font-size: clamp(46px, 8.2vw, 132px); line-height: 0.96; letter-spacing: -0.02em;
    color: var(--forest); max-width: 15ch;
}
.hero-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 56px; align-items: end; }
.hero-lead { font-size: 16px; line-height: 1.75; color: var(--ink); max-width: 44ch; }
.hero-actions { display: flex; gap: 16px; margin-top: 30px; flex-wrap: wrap; }
.hero-dots { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.hero-dot { width: 38px; height: 3px; border: none; padding: 0; cursor: pointer; background: rgba(18, 40, 31, 0.28); transition: background 0.4s ease; }
.hero-dot.is-active { background: var(--gold); }
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(185, 154, 91, 0.4); margin-top: 36px; }
.stat { padding: 20px 24px 4px; border-left: 1px solid rgba(185, 154, 91, 0.28); min-width: 0; overflow-wrap: break-word; }
.stat:first-child { border-left: none; padding-left: 0; }
.stat span { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.about-title { line-height: 1.02; max-width: 16ch; }
.about-body { padding-top: 8px; }
.about-body p:first-child { font-size: 17px; line-height: 1.75; color: var(--ink); }
.about-body p:last-child { font-size: 15px; line-height: 1.75; color: var(--muted); margin-top: 20px; }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; margin-top: 72px; border-top: 1px solid var(--line); padding-top: 44px; }
.pillar-label { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
.pillar h3 { font-family: var(--serif); font-weight: 400; font-size: 24px; line-height: 1.1; color: var(--forest); margin: 14px 0 12px; }
.pillar p { font-size: 14px; line-height: 1.7; color: var(--muted); }

.treatments-title { max-width: 18ch; }
.treat-viewport { overflow: hidden; height: 440px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.treat-track { display: flex; flex-direction: column; height: 100%; transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1); transform: translateY(0%); }
.treat-slide { flex: 0 0 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding: 40px 4px; }
.treat-num { font-family: var(--serif); font-size: 34px; color: var(--gold); font-weight: 300; }
.treat-slide h3 { font-family: var(--serif); font-weight: 300; font-size: clamp(32px, 3.6vw, 54px); line-height: 1.0; color: var(--forest); margin: 12px 0 18px; }
.treat-slide p { font-size: 15px; line-height: 1.75; color: var(--muted); max-width: 46ch; }
.treat-media { position: relative; height: 360px; overflow: hidden; }

.journey-head { margin-bottom: 72px; display: flex; align-items: flex-end; justify-content: space-between; gap: 56px; flex-wrap: wrap; }
.journey-title { font-size: clamp(36px, 5.6vw, 78px); letter-spacing: -0.02em; white-space: nowrap; }
.journey-intro { font-family: var(--mono); font-size: 12px; line-height: 1.9; color: rgba(250, 247, 242, 0.55); max-width: 30ch; }
.journey-steps { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(185, 154, 91, 0.35); }
.journey-step { padding: 30px 22px 40px; border-left: 1px solid var(--line-soft); }
.journey-step-num { font-family: var(--serif); font-size: 52px; font-weight: 300; color: var(--gold); line-height: 1; }
.journey-step h4 { font-family: var(--serif); font-weight: 400; font-size: 19px; line-height: 1.2; color: var(--cream); margin: 20px 0 12px; }
.journey-step p { font-size: 13px; line-height: 1.65; color: rgba(250, 247, 242, 0.6); }

.network-head { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: end; margin-bottom: 56px; }
.network-title { max-width: 12ch; }
.network-intro { font-size: 15px; line-height: 1.8; color: var(--muted); max-width: 52ch; }
.network-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.network-stat { padding: 32px 24px; border-left: 1px solid var(--line-soft); display: flex; flex-direction: column; gap: 12px; min-width: 0; overflow-wrap: break-word; }
.network-stat:first-child { border-left: none; padding-left: 0; }
.network-stat-num { font-family: var(--serif); font-weight: 300; font-size: clamp(38px, 3.4vw, 52px); line-height: 1; color: var(--forest); }
.network-stat-label { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }

.quotes-label { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.quotes-viewport { overflow: hidden; touch-action: pan-y; cursor: grab; }
.quotes-viewport:active { cursor: grabbing; }
.quotes-track { display: flex; transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1); transform: translateX(0%); }
.quote { flex: 0 0 33.3333%; padding-right: 44px; }
.quote-rule { display: block; width: 30px; height: 1px; background: var(--gold); margin-bottom: 22px; }
.quote-text { font-family: var(--serif); font-weight: 300; font-size: clamp(19px, 1.5vw, 24px); line-height: 1.42; color: var(--forest); }
.quote-foot { display: flex; align-items: center; gap: 11px; margin-top: 24px; }
.quote-flag { font-size: 22px; }
.quote-name { font-size: 14px; font-weight: 600; color: var(--ink); }
.quote-treatment { font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }

.journal-title { font-size: clamp(34px, 5.2vw, 72px); letter-spacing: -0.02em; white-space: nowrap; }
.journal-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 48px; align-items: stretch; border-top: 1px solid var(--line); padding-top: 44px; }
.post-featured { display: block; text-decoration: none; color: inherit; }
.post-featured-media { position: relative; height: 420px; overflow: hidden; }
.post-featured-meta { display: flex; gap: 16px; margin-top: 22px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.post-featured-meta span + span { color: var(--muted); }
.post-featured h3 { font-family: var(--serif); font-weight: 300; font-size: clamp(26px, 2.8vw, 40px); line-height: 1.05; color: var(--forest); margin-top: 14px; max-width: 20ch; }
.post-featured p { font-size: 15px; line-height: 1.75; color: var(--muted); margin-top: 16px; max-width: 52ch; }
.post-featured-more { display: inline-block; margin-top: 18px; font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); border-bottom: 1px solid var(--gold); padding-bottom: 4px; }
.posts { display: flex; flex-direction: column; border-top: 1px solid rgba(185, 154, 91, 0.22); }
.post-row { display: grid; grid-template-columns: 140px 1fr; gap: 22px; align-items: flex-start; padding: 24px 4px; border-bottom: 1px solid rgba(185, 154, 91, 0.22); text-decoration: none; color: inherit; transition: background 0.3s ease; }
.post-row:hover { background: var(--cream-3); }
.post-row-media { position: relative; height: 132px; overflow: hidden; }
.post-row-meta { display: flex; gap: 12px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); }
.post-row-meta span + span { color: var(--muted); }
.post-row h4 { font-family: var(--serif); font-weight: 400; font-size: 20px; line-height: 1.22; color: var(--forest); margin-top: 8px; }
.post-row p { font-size: 13.5px; line-height: 1.6; color: var(--muted); margin-top: 8px; }
.post-row-more { display: inline-block; margin-top: 12px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); border-bottom: 1px solid var(--gold); padding-bottom: 3px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-title { font-size: clamp(38px, 5vw, 80px); line-height: 0.98; letter-spacing: -0.02em; max-width: 12ch; }
.contact-lead { font-size: 15px; line-height: 1.75; color: rgba(250, 247, 242, 0.66); margin-top: 22px; max-width: 40ch; }
.contact-details { margin-top: 34px; border-top: 1px solid var(--line); padding-top: 28px; display: flex; flex-direction: column; gap: 18px; max-width: 420px; }
.contact-row { display: flex; gap: 18px; align-items: baseline; }
.contact-row-label { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); width: 78px; flex-shrink: 0; }
.contact-row-value { font-size: 15px; line-height: 1.5; color: rgba(250, 247, 242, 0.9); }
a.contact-row-value:hover { color: var(--gold); }
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.contact-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

@media (max-width: 900px) {
    .hero-grid,
    .about-grid,
    .pillars,
    .treat-slide,
    .journey-steps,
    .journal-grid,
    .contact-grid,
    .contact-form-row,
    .network-head { grid-template-columns: 1fr; }
    .hero-title { font-size: clamp(40px, 11vw, 60px); }
    .journey-title, .journal-title { white-space: normal; }
    .quote { flex-basis: 88%; padding-right: 20px; }

    .hero-stats { grid-template-columns: repeat(2, 1fr); }
    .stat { border-left: none; padding-left: 0; padding-right: 16px; }
    .network-stats { grid-template-columns: repeat(2, 1fr); }
    .network-stat { border-left: none; padding-left: 0; }
    .post-row { grid-template-columns: 110px 1fr; }

    #treatments .carousel-nav-group { display: none; }
    .treat-viewport { height: auto; }
    .treat-track { transform: none; }
    .treat-slide { padding: 28px 0; border-bottom: 1px solid var(--line-soft); }
    .treat-slide:last-child { border-bottom: none; }
    .treat-media { height: clamp(220px, 62vw, 340px); }
}

@media (max-width: 560px) {
    .hero-stats,
    .network-stats { grid-template-columns: 1fr; }
    .stat { padding: 16px 0 4px; border-top: 1px solid var(--line-soft); }
    .hero-stats .stat:first-child { border-top: none; }
    .post-row { grid-template-columns: 1fr; }
    .post-row-media { height: 200px; }
}
