:root {
  --teal: #0e5b59;
  --teal-deep: #073f3e;
  --teal-soft: #dbe9e4;
  --ink: #173432;
  --muted: #64716e;
  --cream: #f7f4ed;
  --white: #fffdfa;
  --gold: #e7b458;
  --line: rgba(23, 52, 50, .14);
  --radius: 22px;
  --shadow: 0 24px 70px rgba(10, 52, 50, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand { font-family: "Manrope", sans-serif; }
h2 { font-size: clamp(2.25rem, 4vw, 4.6rem); line-height: 1.04; letter-spacing: -.045em; margin-bottom: 24px; }
h3 { line-height: 1.2; }
.skip-link { position: fixed; left: 12px; top: -50px; z-index: 1000; padding: 10px 16px; background: white; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 0 clamp(22px, 4vw, 72px); color: white; transition: background-color .2s ease, box-shadow .2s ease; }
.site-header.scrolled { height: 78px; background: rgba(7, 63, 62, .97); box-shadow: 0 8px 24px rgba(0,0,0,.10); }
.brand { font-size: 1.45rem; font-weight: 700; text-decoration: none; letter-spacing: -.045em; }
.brand span {
  display: inline-block;
  color: #74c8b8;
  font-size: .78em;
  line-height: 1;
  margin-left: .08em;
  vertical-align: super;
  letter-spacing: 0;
}
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a, .site-footer a { text-decoration: none; font-weight: 600; font-size: .92rem; }
.site-header > .button { justify-self: end; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; background: var(--teal); color: white; border: 1px solid var(--teal); border-radius: 999px; text-decoration: none; font-weight: 700; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); background: var(--teal-deep); }
.button-small { min-height: 42px; padding: 0 19px; background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.48); }
.button-light { background: var(--white); color: var(--teal-deep); border-color: var(--white); }
.button-light:hover { background: var(--teal-soft); }
.button-outline { color: var(--teal); background: transparent; }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.light-link { color: white; border-color: rgba(255,255,255,.6); }
.hero { position: relative; min-height: min(900px, 100svh); display: flex; align-items: center; color: white; overflow: hidden; background: var(--teal-deep); }
.hero-photo, .hero-shade { position: absolute; inset: 0; }
.hero-photo { background-image: url('/images/hero.webp?v=3'); background-position: center center; background-size: cover; }
.hero-shade { background: linear-gradient(90deg, rgba(3,44,43,.9) 0%, rgba(3,44,43,.72) 32%, rgba(3,44,43,.12) 66%, rgba(3,44,43,.08) 100%); }
.hero-content { position: relative; z-index: 2; width: min(690px, 54vw); margin-left: clamp(24px, 8vw, 150px); padding-top: 60px; }
.eyebrow { margin-bottom: 17px; color: var(--teal); text-transform: uppercase; letter-spacing: .16em; font-weight: 700; font-size: .76rem; }
.eyebrow.light { color: #aee1d4; }
.hero h1 { margin: 0 0 25px; font-size: clamp(4rem, 7.3vw, 7.6rem); line-height: .92; letter-spacing: -.065em; }
.hero-copy { max-width: 560px; margin-bottom: 34px; color: rgba(255,255,255,.88); font-size: clamp(1.08rem, 1.45vw, 1.35rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-proof { position: absolute; z-index: 2; left: clamp(24px, 8vw, 150px); bottom: 34px; display: flex; gap: 15px; align-items: center; color: rgba(255,255,255,.75); font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; }
.hero-proof i { width: 4px; height: 4px; border-radius: 50%; background: #78cbbd; }
.section { padding: clamp(88px, 10vw, 150px) clamp(24px, 7vw, 120px); }
.section-heading { margin-bottom: 60px; }
.section-heading.narrow { max-width: 880px; }
.section-heading > p:last-child, .split-heading > p, .about-copy > p, .price-card > p { color: var(--muted); font-size: 1.05rem; }
.merged-intro { position: relative; overflow: hidden; padding: clamp(92px, 10vw, 150px) clamp(24px, 8vw, 135px) 0; color: white; background: var(--teal-deep); }
.merged-intro::before { content: ""; position: absolute; right: -130px; top: -100px; width: 520px; height: 520px; border: 1px solid rgba(174,225,212,.18); border-radius: 50%; box-shadow: 0 0 0 55px rgba(174,225,212,.04), 0 0 0 110px rgba(174,225,212,.03); }
.merged-intro-inner { position: relative; max-width: 1320px; margin: 0 auto; }
.merged-intro h2 { position: relative; max-width: 880px; margin-bottom: 28px; font-size: clamp(3rem, 5.8vw, 5.6rem); }
.merged-lead { position: relative; max-width: 830px; margin-bottom: 36px; color: rgba(255,255,255,.72); font-size: 1.08rem; line-height: 1.75; }
.audience-highlights { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.audience-highlights article { min-width: 0; padding: 30px 24px 34px 0; }
.audience-highlights article + article { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.18); }
.audience-highlights article > span { display: block; margin-bottom: 18px; color: #aee1d4; font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.audience-highlights h3 { margin-bottom: 7px; color: white; font-size: 1.18rem; }
.audience-highlights p { margin: 0; color: rgba(255,255,255,.62); font-size: .9rem; }
.intro { background: var(--white); }
.feature-row { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.feature-row article { padding: 42px 36px 0 0; }
.feature-row article + article { border-left: 1px solid var(--line); padding-left: 36px; }
.feature-number { display: block; margin-bottom: 34px; color: var(--teal); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.feature-row h3 { font-size: 1.35rem; margin-bottom: 10px; }
.feature-row p { color: var(--muted); }
.audience-section { background: var(--cream); }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(280px, .75fr); gap: 90px; align-items: end; }
.split-heading h2 { margin-bottom: 0; }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.audience-grid article { min-height: 270px; display: flex; flex-direction: column; padding: 30px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); transition: .25s; }
.audience-grid article:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.audience-grid article > span { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 50%; background: var(--teal-soft); color: var(--teal); font-size: 1.4rem; }
.audience-grid article > span { font-size: .78rem; font-weight: 700; letter-spacing: .08em; }
.card-label { margin-top: 0; color: var(--teal); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.audience-grid h3 { min-height: 2.9em; margin: 9px 0 10px; font-size: 1.2rem; }
.audience-grid p { margin: 0; color: var(--muted); font-size: .94rem; }
.process-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 6vw, 90px); align-items: stretch; background: var(--white); }
.process-photo { position: relative; height: 100%; min-height: 540px; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); }
.process-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.process-content { max-width: 630px; }
.process-content h2 { font-size: clamp(2.45rem, 4.2vw, 4.4rem); }
.steps { list-style: none; padding: 0; margin: 32px 0 30px; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.steps li > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--teal); color: white; font-size: .76rem; font-weight: 700; letter-spacing: .04em; }
.step-label { color: var(--teal); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.steps h3 { margin: 2px 0 4px; color: var(--teal); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.steps p { margin: 0; color: var(--muted); }
.process-cta { gap: 12px; }
.benefits-section { padding: clamp(90px, 10vw, 150px) clamp(24px, 7vw, 120px); background: var(--teal-deep); color: white; }
.centered { max-width: 860px; margin-left: auto; margin-right: auto; text-align: center; }
.benefits-list { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1200px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.benefits-list article { padding: 42px 38px; text-align: center; }
.benefits-list article + article { border-left: 1px solid rgba(255,255,255,.22); }
.benefits-list article > span { display: block; margin-bottom: 32px; color: rgba(174,225,212,.55); font-family: "Manrope", sans-serif; font-size: 2.7rem; font-weight: 500; line-height: 1; }
.benefits-list h3 { margin-bottom: 12px; color: white; font-size: 1.2rem; letter-spacing: .08em; text-transform: uppercase; }
.benefits-list p { margin: 0; color: rgba(255,255,255,.72); }
.benefits-list i { padding: 0 5px; color: #aee1d4; font-style: normal; }
.about-section { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(54px, 7vw, 110px); align-items: stretch; background: var(--cream); }
.about-visual { position: relative; width: 100%; max-width: 760px; min-height: 620px; }
.about-photo { display: flex; width: 100%; height: 100%; min-height: 620px; align-items: center; overflow: hidden; border-radius: 32px; background: #174f50; box-shadow: 0 28px 70px rgba(7,63,62,.16); }
.about-photo img { width: 100%; height: auto; object-fit: contain; object-position: center; }
.about-copy { position: relative; align-self: center; max-width: 700px; padding-left: clamp(32px, 4vw, 58px); }
.about-copy::before { content: ""; position: absolute; left: 0; top: 2px; width: 4px; height: 78px; border-radius: 999px; background: linear-gradient(180deg, #74c8b8, var(--teal)); }
.about-copy .eyebrow { margin-bottom: 20px; color: #167879; font-size: .8rem; font-weight: 800; }
.about-copy h2 { margin-bottom: 12px; font-size: clamp(3.2rem, 5vw, 5.5rem); }
.about-copy .role { display: inline-flex; margin-bottom: 38px; padding: 8px 16px; border-radius: 999px; color: var(--teal-deep); background: var(--teal-soft); font-weight: 700; }
.about-story { display: grid; gap: 22px; }
.about-story p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.about-story p:nth-child(2) { padding: 22px 24px; border-left: 3px solid #74c8b8; border-radius: 0 18px 18px 0; color: var(--ink); background: rgba(219,233,228,.55); }
.pricing-section { background: var(--white); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card { position: relative; display: flex; flex-direction: column; height: 100%; min-height: 550px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); overflow: hidden; }
.price-card.intro-plan { background: var(--teal-soft); border-color: transparent; }
.price-card.recommended-plan { color: white; background: var(--teal-deep); border-color: var(--teal-deep); box-shadow: var(--shadow); }
.plan-label { display: block; margin-bottom: 42px; color: var(--teal); font-size: .73rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.recommended-plan .plan-label { color: #aee1d4; }
.price-card h3 { display: flex; align-items: flex-end; min-height: 3.75rem; margin-bottom: 8px; font-size: 1.55rem; }
.plan-purpose { min-height: 1.8rem; margin: 0; color: var(--muted); font-family: "Manrope", sans-serif; font-size: 1.12rem; font-weight: 700; }
.recommended-plan .plan-purpose { color: rgba(255,255,255,.72); }
.price { color: var(--ink) !important; margin: 28px 0 24px; font-family: "Manrope", sans-serif; font-size: clamp(3.2rem, 4.6vw, 4.3rem) !important; font-weight: 700; letter-spacing: -.06em; line-height: 1; white-space: nowrap; }
.price sup { font-size: 1.3rem; vertical-align: top; }
.price span { margin-left: 4px; font-size: 1rem; font-weight: 600; letter-spacing: 0; }
.recommended-plan .price, .recommended-plan > p { color: white !important; }
.recommended-plan > p:not(.price):not(.plan-purpose) { color: rgba(255,255,255,.76) !important; }
.membership-rate { margin: -14px 0 24px; color: var(--teal) !important; font-size: .92rem !important; font-weight: 700; }
.recommended-plan .membership-rate { color: #aee1d4 !important; }
.price-card .button { margin-top: auto; }
.packages-block { margin-top: clamp(90px, 10vw, 145px); padding-top: clamp(70px, 8vw, 110px); border-top: 1px solid var(--line); }
.packages-heading { max-width: 740px; margin-bottom: 46px; }
.packages-heading h3 { margin-bottom: 14px; font-size: clamp(2rem, 3.4vw, 3.5rem); letter-spacing: -.045em; }
.packages-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.package-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.package-card { position: relative; height: 100%; min-height: 300px; display: flex; flex-direction: column; padding: 26px 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
.package-card.best-value { border-color: rgba(14,91,89,.45); background: var(--teal-soft); }
.package-label { display: block; color: var(--teal); font-size: .73rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; white-space: nowrap; }
.package-label i { position: absolute; z-index: 1; top: 14px; right: 18px; padding: 4px 8px; border-radius: 999px; color: white; background: var(--teal); font-size: .62rem; font-style: normal; letter-spacing: .08em; white-space: nowrap; }
.package-price { margin: 28px 0 2px; font-family: "Manrope", sans-serif; font-size: clamp(2.6rem, 4vw, 3.7rem); font-weight: 700; letter-spacing: -.06em; line-height: 1; }
.per-session { color: var(--teal); font-weight: 700; }
.package-description { margin: 18px 0 20px; color: var(--muted); }
.package-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); color: var(--teal); font-weight: 700; text-decoration: none; }
.package-cta:hover { color: var(--ink); }
.packages-link { margin-top: 30px; }
.single-sessions { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(42px, 7vw, 100px); align-items: center; margin-top: clamp(80px, 9vw, 130px); padding: clamp(38px, 5vw, 64px); border: 1px solid rgba(14,91,89,.16); border-radius: 30px; background: linear-gradient(135deg, rgba(219,233,228,.62), rgba(255,253,250,.92)); box-shadow: 0 22px 60px rgba(7,63,62,.08); }
.single-sessions .eyebrow { margin-bottom: 14px; }
.single-sessions h3 { max-width: 520px; margin: 0; font-size: clamp(1.8rem, 2.6vw, 2.7rem); letter-spacing: -.04em; }
.single-session-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.single-session-card { position: relative; display: flex; min-height: 260px; flex-direction: column; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; color: var(--ink); background: var(--white); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.single-session-card::before { content: ""; position: absolute; top: -42px; right: -42px; width: 130px; height: 130px; border: 1px solid rgba(14,91,89,.13); border-radius: 50%; box-shadow: 0 0 0 22px rgba(14,91,89,.035); }
.single-session-card.featured { color: white; border-color: var(--teal-deep); background: var(--teal-deep); }
.single-session-card.featured::before { border-color: rgba(174,225,212,.25); box-shadow: 0 0 0 22px rgba(174,225,212,.055); }
.single-session-card:hover { z-index: 1; transform: translateY(-5px); border-color: rgba(14,91,89,.36); box-shadow: 0 20px 45px rgba(7,63,62,.14); }
.single-session-card > span { color: var(--teal); font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.single-session-card.featured > span { color: #aee1d4; }
.single-session-card > strong { margin-top: 28px; font-family: "Manrope", sans-serif; font-size: clamp(3rem, 4vw, 4.2rem); letter-spacing: -.06em; line-height: 1; }
.single-session-card > em { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); color: var(--teal); font-style: normal; font-weight: 700; }
.single-session-card.featured > em { color: white; border-color: rgba(255,255,255,.2); }
.single-session-card i { font-size: 1.35rem; font-style: normal; transition: transform .2s ease; }
.single-session-card:hover i { transform: translateX(4px); }
.reviews-section { background: var(--cream); }
.rating { display: grid; grid-template-columns: auto auto; justify-content: end; gap: 4px 14px; align-items: center; }
.rating strong { grid-row: 1 / span 2; font-size: 3.5rem; }
.rating span, .stars { color: var(--gold); letter-spacing: .08em; }
.rating small { color: var(--muted); }
.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
blockquote { margin: 0; min-height: 300px; display: flex; flex-direction: column; padding: 34px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); }
blockquote > p { margin: 24px 0 28px; font-family: "Manrope", sans-serif; font-size: 1.23rem; line-height: 1.55; }
blockquote footer { margin-top: auto; display: flex; flex-direction: column; }
blockquote footer span { color: var(--muted); font-size: .85rem; }
.review-link { margin-top: 35px; }
.visit-section { display: grid; grid-template-columns: 1fr 1fr; background: var(--teal-deep); color: white; }
.visit-copy { padding: clamp(78px, 9vw, 140px) clamp(24px, 7vw, 120px); }
.visit-copy h2 { max-width: 650px; }
.address { display: inline-block; margin-bottom: 36px; color: #b7ded5; font-size: 1.1rem; font-weight: 700; text-decoration: none; }
.visit-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.15); }
.visit-list li { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.visit-list li > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; color: #aee1d4; font-weight: 700; }
.visit-list p { margin: 3px 0 0; color: rgba(255,255,255,.68); }
.visit-gallery { display: grid; grid-template-columns: 1fr; gap: 8px; padding: 8px; overflow: hidden; background: #183f3e; }
.visit-gallery figure { min-width: 0; margin: 0; overflow: hidden; }
.visit-gallery img { display: block; width: 100%; height: auto; }
.contact-section { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(55px, 8vw, 125px); overflow: hidden; padding: clamp(88px, 10vw, 150px) clamp(24px, 7vw, 120px); background: linear-gradient(135deg, var(--cream) 25%, #edf4f1 100%); }
.contact-section::before { content: ""; position: absolute; left: -160px; bottom: -240px; width: 480px; height: 480px; border: 1px solid rgba(14,91,89,.08); border-radius: 50%; box-shadow: 0 0 0 58px rgba(14,91,89,.025), 0 0 0 116px rgba(14,91,89,.018); }
.contact-intro { position: relative; max-width: 590px; }
.contact-intro h2 { max-width: 560px; }
.contact-intro > p:last-child { max-width: 500px; color: var(--muted); font-size: 1.08rem; }
.contact-details { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.contact-item { position: relative; display: flex; min-width: 0; min-height: 205px; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid rgba(14,91,89,.14); border-radius: 22px; color: var(--ink); background: rgba(255,253,250,.88); text-decoration: none; box-shadow: 0 16px 42px rgba(7,63,62,.055); }
.contact-item::before { position: absolute; top: 22px; right: 24px; color: rgba(14,91,89,.3); font-family: "Manrope", sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .1em; }
.contact-item:nth-child(1)::before { content: "01"; }
.contact-item:nth-child(2)::before { content: "02"; }
.contact-item:nth-child(3)::before { content: "03"; }
.contact-item:nth-child(4)::before { content: "04"; }
.contact-item > span { display: block; margin-bottom: 22px; color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.contact-item > strong { display: block; overflow-wrap: anywhere; font-family: "Manrope", sans-serif; font-size: clamp(1rem, 1.18vw, 1.2rem); letter-spacing: -.02em; line-height: 1.45; }
a.contact-item { transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
a.contact-item:hover { transform: translateY(-4px); border-color: rgba(14,91,89,.35); box-shadow: 0 22px 48px rgba(7,63,62,.11); }
.contact-hours p { margin: 2px 0 14px; color: var(--muted); }
.contact-hours small { display: block; margin-top: 8px; color: var(--muted); }
.directions-link { display: inline-block; margin-top: 14px; color: var(--teal); font-size: .9rem; font-style: normal; font-weight: 700; }
.final-cta { padding: clamp(95px, 10vw, 160px) 24px; text-align: center; background: var(--teal); color: white; }
.final-cta h2 { margin-bottom: 12px; }
.final-cta > p:not(.eyebrow) { margin-bottom: 30px; color: rgba(255,255,255,.75); font-size: 1.1rem; }
.site-footer { display: grid; grid-template-columns: 1fr 1.4fr 1fr; align-items: center; gap: 30px; padding: 50px clamp(24px, 7vw, 120px) 80px; background: #062e2d; color: rgba(255,255,255,.72); }
.footer-brand { color: white; }
.site-footer p { margin: 0; text-align: center; }
.site-footer > div { display: flex; justify-content: flex-end; gap: 20px; }
.site-footer small { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.13); padding-top: 25px; }
.mobile-book { display: none; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1050px) {
  html { scroll-padding-top: 124px; }
  .site-header { height: 116px; grid-template-columns: 1fr auto; align-items: start; padding-top: 14px; }
  .site-header.scrolled { height: 110px; }
  .site-header nav { position: absolute; top: 64px; left: 0; right: 0; display: flex; height: 46px; align-items: center; gap: 28px; padding: 0 22px; overflow-x: auto; overscroll-behavior-x: contain; background: rgba(7, 63, 62, .88); border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); scrollbar-width: none; white-space: nowrap; }
  .site-header nav::-webkit-scrollbar { display: none; }
  .site-header nav a { flex: 0 0 auto; }
  .hero-content { width: min(660px, 65vw); }
  .feature-row { grid-template-columns: repeat(2, 1fr); }
  .feature-row article:nth-child(3) { border-left: 0; padding-left: 0; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .process-section { gap: 50px; }
  .about-quote { right: -20px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer p { display: none; }
}

@media (max-width: 760px) {
  body { padding-bottom: 72px; }
  h2 { font-size: clamp(2.2rem, 11vw, 3.4rem); }
  .site-header { height: 110px; padding: 14px 18px 0; }
  .site-header.scrolled { height: 110px; }
  .site-header nav { top: 62px; height: 48px; justify-content: space-between; gap: 16px; padding: 0 14px; }
  .site-header nav a { font-size: .82rem; }
  .site-header > .button { display: none; }
  .brand { font-size: 1.3rem; }
  .hero { min-height: 780px; align-items: flex-end; }
  .hero-photo { background-position: 67% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(3,44,43,.05) 20%, rgba(3,44,43,.3) 47%, rgba(3,44,43,.94) 78%, #032c2b 100%); }
  .hero-content { width: auto; margin: 0; padding: 0 22px 112px; }
  .hero h1 { font-size: clamp(3.75rem, 17vw, 5.1rem); }
  .hero-copy { font-size: 1.05rem; max-width: 430px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { display: none; }
  .hero-proof { display: none; }
  .section { padding: 80px 22px; }
  .merged-intro { padding: 78px 22px 0; }
  .merged-intro::before { right: -260px; top: -170px; }
  .merged-intro h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .merged-lead { margin-bottom: 30px; font-size: 1rem; }
  .audience-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .audience-highlights article, .audience-highlights article + article { padding: 22px 15px 24px 0; border-left: 0; }
  .audience-highlights article:nth-child(even) { padding-left: 15px; border-left: 1px solid rgba(255,255,255,.18); }
  .audience-highlights article:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.18); }
  .audience-highlights article > span { margin-bottom: 12px; }
  .audience-highlights h3 { font-size: 1rem; }
  .audience-highlights p { font-size: .82rem; }
  .feature-row, .split-heading, .process-section, .about-section, .pricing-grid, .package-grid, .single-sessions, .visit-section, .contact-section { grid-template-columns: 1fr; }
  .feature-row article, .feature-row article + article { padding: 28px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .feature-number { margin-bottom: 15px; }
  .split-heading { gap: 24px; align-items: start; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article { min-height: 220px; }
  .audience-grid h3 { min-height: 0; }
  .process-section { gap: 55px; }
  .process-photo { height: auto; min-height: 0; aspect-ratio: 3 / 2; border-radius: 22px; }
  .benefits-section { padding: 82px 22px; }
  .benefits-list { grid-template-columns: 1fr; }
  .benefits-list article { padding: 34px 10px; }
  .benefits-list article + article { border-top: 1px solid rgba(255,255,255,.22); border-left: 0; }
  .benefits-list article > span { margin-bottom: 18px; font-size: 2.2rem; }
  .about-visual { min-height: 0; }
  .about-photo { height: auto; min-height: 0; aspect-ratio: 3 / 2; }
  .about-copy { padding: 34px 0 0; }
  .about-copy::before { top: 0; width: 74px; height: 4px; }
  .about-copy .eyebrow { margin-top: 12px; }
  .pricing-grid, .package-grid { gap: 14px; }
  .price-card { min-height: 490px; padding: 30px; }
  .plan-label { margin-bottom: 30px; }
  .price { font-size: 3.7rem !important; }
  .packages-block { margin-top: 80px; padding-top: 72px; }
  .package-card { min-height: 280px; padding: 28px; }
  .package-label i { top: 14px; right: 16px; }
  .package-price { margin-top: 42px; }
  .single-sessions { gap: 34px; align-items: start; margin-top: 80px; padding: 30px 22px; }
  .single-session-options { width: 100%; grid-template-columns: 1fr; }
  .single-session-card { min-height: 230px; }
  .reviews-grid { grid-template-columns: 1fr; }
  blockquote { min-height: 280px; }
  .rating { justify-content: start; }
  .visit-copy { padding: 80px 22px; }
  .visit-gallery { gap: 8px; padding: 8px; }
  .contact-section { gap: 42px; padding: 80px 22px; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-item { min-height: 0; padding: 26px; }
  .site-footer { grid-template-columns: 1fr; text-align: center; padding: 48px 22px 95px; }
  .site-footer > div { justify-content: center; flex-wrap: wrap; }
  .site-footer small { grid-column: auto; }
  .mobile-book { position: fixed; z-index: 80; display: flex; justify-content: space-between; align-items: center; left: 12px; right: 12px; bottom: max(10px, env(safe-area-inset-bottom)); height: 58px; padding: 0 23px; color: white; background: var(--teal); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; box-shadow: 0 12px 35px rgba(0,0,0,.25); text-decoration: none; font-weight: 700; }
}
