:root {
  --petrol: #0b4a46;
  --petrol-dark: #073531;
  --ivory: #f4f1e9;
  --white: #fffdf8;
  --ink: #18312e;
  --copper: #c86f4f;
  --sand: #dbcdbd;
  --muted: #657773;
  --line: rgba(24,49,46,.18);
  --display: "Fraunces", Georgia, serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--white); background: var(--copper); }
.container { width: min(1180px, calc(100% - 2.5rem)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: -5rem; left: 1rem; padding: .75rem 1rem; background: var(--white); color: var(--petrol); }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; height: 88px; display: flex; align-items: center; color: var(--petrol-dark); border-bottom: 1px solid rgba(11,74,70,.16); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; line-height: 1; }
.brand > span:last-child { display: grid; gap: .3rem; }
.brand strong { font-family: var(--display); font-size: 1.25rem; font-weight: 600; }
.brand small { color: var(--muted); font-size: .62rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.brand-mark { position: relative; width: 40px; height: 40px; display: block; border: 1px solid currentColor; border-radius: 50%; }
.brand-mark i, .brand-mark b { position: absolute; display: block; width: 17px; height: 17px; border: 1.5px solid currentColor; border-radius: 50%; }
.brand-mark i { left: 7px; top: 7px; border-right-color: transparent; }
.brand-mark b { right: 7px; bottom: 7px; border-left-color: transparent; }
.site-header nav { display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 2.6rem); }
.site-header nav > a { text-decoration: none; font-size: .8rem; font-weight: 700; }
.site-header nav > a:not(.button) { position: relative; }
.site-header nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.4rem; height: 1px; background: currentColor; transition: right .2s ease; }
.site-header nav > a:hover::after { right: 0; }
.button { min-height: 56px; padding: 0 1.35rem; border: 1px solid var(--petrol); background: var(--petrol); color: var(--white); display: inline-flex; align-items: center; justify-content: space-between; gap: 2.5rem; text-decoration: none; font-size: .8rem; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--petrol-dark); }
.button-small { min-height: 46px; padding-inline: 1rem; gap: 1rem; }
.menu-button { display: none; width: 44px; height: 42px; border: 0; background: transparent; padding: .5rem; }
.menu-button > span:not(.sr-only) { display: block; height: 1px; background: currentColor; margin: 7px 0; }

.hero { position: relative; min-height: 760px; height: min(900px, 100svh); display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.hero-image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(244,241,233,.99) 0%, rgba(244,241,233,.93) 34%, rgba(244,241,233,.24) 66%, transparent 100%); }
.hero::before { content: ""; position: absolute; z-index: -1; width: 44vw; aspect-ratio: 1; left: -24vw; bottom: -14vw; border: 1px solid rgba(11,74,70,.25); border-radius: 50%; box-shadow: 0 0 0 5vw rgba(11,74,70,.03), 0 0 0 10vw rgba(11,74,70,.025); }
.hero-content { padding-top: 86px; }
.hero-content > * { max-width: 650px; }
.eyebrow { display: flex; align-items: center; gap: .75rem; margin: 0 0 1.4rem; color: var(--petrol); font-size: .73rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: var(--copper); }
.hero h1 { margin: 0; max-width: 760px; font-family: var(--display); font-size: clamp(4.4rem, 8.5vw, 8.3rem); line-height: .86; font-weight: 500; letter-spacing: -.05em; }
.hero h1 em { color: var(--copper); font-style: italic; font-weight: 500; }
.lead { margin: 1.8rem 0; color: #455d59; font-size: clamp(1rem, 1.45vw, 1.2rem); max-width: 555px !important; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; }
.text-link { color: var(--petrol); text-decoration: none; font-size: .8rem; font-weight: 700; border-bottom: 1px solid rgba(11,74,70,.4); padding-bottom: .25rem; }
.professional-line { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1.3rem; margin: 2.4rem 0 0; font-size: .78rem; }
.professional-line strong { font-family: var(--display); font-size: 1rem; }
.professional-line span { color: var(--muted); padding-left: 1.3rem; border-left: 1px solid var(--line); }
.hero-seal { position: absolute; right: 5vw; bottom: 4rem; width: 138px; height: 138px; border-radius: 50%; border: 1px solid rgba(255,255,255,.7); background: rgba(7,53,49,.72); backdrop-filter: blur(8px); color: var(--white); display: grid; place-content: center; text-align: center; transform: rotate(-7deg); box-shadow: 0 20px 60px rgba(0,0,0,.18); }
.hero-seal span { font-size: .57rem; font-weight: 700; letter-spacing: .2em; }
.hero-seal b { font-family: var(--display); font-size: 3rem; line-height: .8; font-weight: 500; color: var(--sand); }

.trust-strip { background: var(--petrol); color: var(--white); }
.trust-strip .container { min-height: 88px; display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-strip p { margin: 0; padding: 0 2rem; display: flex; align-items: center; gap: 1rem; border-left: 1px solid rgba(255,255,255,.18); font-size: .78rem; font-weight: 600; }
.trust-strip p:last-child { border-right: 1px solid rgba(255,255,255,.18); }
.trust-strip span { color: var(--sand); font-family: var(--display); font-size: 1rem; }

.section { padding: clamp(5rem, 9vw, 9rem) 0; }
.section-number { margin: 0; color: var(--copper); font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.intro { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: .55fr 1.65fr .8fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.intro-copy h2, .section-heading h2, .approach h2, .session h2, .faq h2, .contact h2 { margin: .8rem 0 1.4rem; font-family: var(--display); font-size: clamp(3.2rem, 6vw, 6rem); line-height: .92; letter-spacing: -.04em; font-weight: 500; }
.intro-copy h2 em { color: var(--copper); font-style: italic; }
.intro-copy p { color: var(--muted); max-width: 650px; font-size: 1.05rem; }
.principle-card { position: relative; margin-top: 4rem; padding: 2.2rem 1.8rem; border: 1px solid var(--line); background: var(--ivory); }
.principle-card::before { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(11,74,70,.08); pointer-events: none; }
.principle-card > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--copper); color: var(--white); }
.principle-card p { margin: 1.5rem 0 0; font-family: var(--display); font-size: 1.35rem; line-height: 1.35; }

.care { background: var(--ivory); }
.section-heading { display: grid; grid-template-columns: 1.45fr .7fr; gap: 5rem; align-items: end; margin-bottom: 3.5rem; }
.section-heading > p { color: var(--muted); margin-bottom: 1.2rem; }
.care-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.care-card { min-height: 390px; padding: 2rem 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; transition: background .25s ease, color .25s ease; }
.care-card > span { color: var(--copper); font-family: var(--display); }
.care-card h3 { margin: auto 0 1rem; font-family: var(--display); font-size: 1.7rem; line-height: 1.15; font-weight: 500; }
.care-card p { color: var(--muted); font-size: .9rem; }
.care-link { margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; text-decoration: none; font-size: .75rem; font-weight: 700; }
.care-card:hover { background: var(--petrol); color: var(--white); }
.care-card:hover p, .care-card:hover > span { color: var(--sand); }
.care-card:hover .care-link { border-color: rgba(255,255,255,.3); }

.approach { background: var(--petrol); color: var(--white); padding: clamp(5rem, 10vw, 10rem) 0; overflow: hidden; }
.approach-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(4rem, 9vw, 9rem); }
.approach .section-number { color: var(--sand); }
.approach-copy > p:not(.section-number) { color: #c2d0cd; max-width: 520px; }
.approach-copy { position: relative; }
.approach-copy::before { content: ""; position: absolute; width: 440px; height: 440px; left: -270px; bottom: -250px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 58px rgba(255,255,255,.02), 0 0 0 116px rgba(255,255,255,.015); }
.safety-note { margin-top: 2.5rem; padding: 1.2rem; display: grid; grid-template-columns: auto 1fr; gap: 1rem; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.05); }
.safety-note span { width: 30px; height: 30px; border-radius: 50%; background: var(--copper); display: grid; place-items: center; }
.safety-note p { margin: 0; color: #d6e0de; font-size: .85rem; }
.safety-note strong { display: block; color: var(--white); }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.25); }
.steps li { min-height: 158px; padding: 1.8rem 0; display: grid; grid-template-columns: .2fr 1fr; border-bottom: 1px solid rgba(255,255,255,.25); }
.steps li > span { color: var(--sand); font-family: var(--display); }
.steps h3 { margin: 0 0 .5rem; font-family: var(--display); font-size: 1.65rem; font-weight: 500; }
.steps p { margin: 0; color: #afc2be; font-size: .9rem; max-width: 480px; }

.session { background: var(--white); }
.session-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 9vw, 9rem); }
.session-title { align-self: start; position: sticky; top: 2rem; }
.session-list { border-top: 1px solid var(--line); }
.session-item { padding: 2.3rem 0; display: grid; grid-template-columns: .18fr 1fr; border-bottom: 1px solid var(--line); }
.session-item > span { color: var(--copper); font-family: var(--display); }
.session-item h3 { margin: 0 0 .7rem; font-family: var(--display); font-size: 1.85rem; font-weight: 500; }
.session-item p { margin: 0; color: var(--muted); max-width: 600px; }

.faq { background: #e6ddd1; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 9vw, 9rem); }
.faq-title > p:last-child { max-width: 420px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 86px; padding: 1rem 0; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1rem; cursor: pointer; list-style: none; font-family: var(--display); font-size: 1.25rem; font-weight: 500; }
summary::-webkit-details-marker { display: none; }
summary span { width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-family: var(--body); font-size: 1rem; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); background: var(--petrol); color: var(--white); }
details p { margin: 0; padding: 0 4rem 1.5rem 0; color: var(--muted); }

.contact { padding: clamp(5rem, 9vw, 9rem) 0; background: var(--copper); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(4rem, 9vw, 9rem); }
.contact .section-number { color: #4b2112; }
.contact-copy > p:not(.section-number) { max-width: 500px; color: #fff1ea; }
.contact address { margin-top: 2rem; display: flex; flex-direction: column; gap: .35rem; font-style: normal; font-size: .85rem; }
.contact address a { font-weight: 700; }
.contact-form { align-self: center; }
.contact-form label { display: block; padding: 1.25rem 0; border-bottom: 1px solid rgba(65,26,13,.35); }
.contact-form label > span { display: block; margin-bottom: .55rem; color: #5a2714; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-form select { width: 100%; border: 0; outline: 0; background: transparent; color: var(--white); font-family: var(--display); font-size: clamp(1.5rem, 2.8vw, 2.3rem); cursor: pointer; }
.contact-form select option { color: var(--ink); font: 1rem var(--body); }
.button-dark { width: 100%; margin-top: 1.7rem; background: var(--petrol-dark); border-color: var(--petrol-dark); }
.form-note { margin: .75rem 0 0; color: #5a2714; font-size: .7rem; }

footer { background: var(--petrol-dark); color: var(--white); padding: 2.7rem 0; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr auto; gap: 2.5rem; align-items: center; }
.brand-footer small { color: #8eaaa5; }
.footer-grid > p { margin: 0; color: #9eb3af; font-size: .72rem; }
.footer-grid > p strong, .footer-grid > p span { display: block; }
.footer-grid > a:last-child { color: #b6c8c4; font-size: .7rem; text-decoration: none; }
.mobile-cta { display: none; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header { height: 72px; position: fixed; background: rgba(244,241,233,.94); backdrop-filter: blur(12px); }
  .menu-button { display: block; }
  .site-header nav { position: absolute; left: 0; right: 0; top: 72px; padding: 1.2rem; display: none; flex-direction: column; align-items: stretch; background: var(--ivory); border-top: 1px solid var(--line); box-shadow: 0 20px 40px rgba(7,53,49,.12); }
  .site-header nav.is-open { display: flex; }
  .site-header nav > a:not(.button) { padding: .6rem; }
  .hero { min-height: 720px; }
  .hero-content { padding-top: 72px; }
  .hero-seal { width: 108px; height: 108px; bottom: 2rem; }
  .intro-grid { grid-template-columns: 1fr 2fr; }
  .principle-card { grid-column: 2; margin-top: 0; }
  .care-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-grid, .session-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .session-title { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  body { padding-bottom: 62px; }
  .container { width: min(100% - 2rem, 1180px); }
  .brand strong { font-size: 1.05rem; }
  .brand small { font-size: .55rem; }
  .brand-mark { width: 36px; height: 36px; }
  .hero { min-height: 700px; height: 100svh; align-items: end; padding-bottom: 3.5rem; }
  .hero-image { object-position: 66% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(244,241,233,.99) 0%, rgba(244,241,233,.9) 53%, rgba(244,241,233,.12) 88%); }
  .hero h1 { font-size: clamp(4rem, 19vw, 6rem); }
  .hero-actions { display: grid; gap: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-seal { display: none; }
  .professional-line { display: grid; }
  .professional-line span { border-left: 0; padding-left: 0; }
  .trust-strip .container { grid-template-columns: 1fr; padding: 1rem 0; }
  .trust-strip p, .trust-strip p:last-child { min-height: 52px; padding: 0 .5rem; border: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .intro-grid { grid-template-columns: 1fr; }
  .principle-card { grid-column: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .care-grid { grid-template-columns: 1fr; }
  .care-card { min-height: 320px; }
  .steps li { grid-template-columns: .18fr 1fr; }
  .contact-form select { font-size: 1.5rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.6rem; }
  .footer-grid > a:last-child { display: none; }
  .mobile-cta { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; height: 62px; padding: 0 1.2rem; display: flex; align-items: center; justify-content: space-between; background: var(--petrol); color: var(--white); text-decoration: none; font-size: .8rem; font-weight: 700; box-shadow: 0 -10px 30px rgba(7,53,49,.18); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
