:root {
  --forest: #173d35;
  --forest-2: #0f302a;
  --sage: #88a89c;
  --mint: #dbe9e2;
  --cream: #f4f0e7;
  --paper: #fbfaf6;
  --ink: #18332d;
  --muted: #66746f;
  --line: #d7dfda;
  --clay: #bd7458;
  --gold: #d8af61;
  --white: #fff;
  --shell: min(1180px, calc(100% - 40px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Aptos, "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.68; letter-spacing: -.01em; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -60px; padding: 10px 16px; background: var(--white); border-radius: 6px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); }
.nav-wrap { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.2); }
.brand { display: flex; align-items: center; gap: 10px; font-size: 19px; letter-spacing: -.6px; }
.brand strong { font-weight: 700; }
.brand-mark { width: 82px; height: 32px; display: grid; place-items: center; color: currentColor; }
.brand-mark svg { width: 82px; height: auto; fill: currentColor; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a { font-size: 14.5px; font-weight: 700; letter-spacing: -.015em; opacity: .86; transition: opacity .2s; }
.desktop-nav a:hover { opacity: 1; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 54px; padding: 0 25px; border: 1px solid var(--forest); border-radius: 3px; background: var(--forest); color: var(--white); font-size: 14.5px; font-weight: 750; letter-spacing: -.015em; transition: background .25s, transform .25s; }
.button:hover { background: var(--clay); border-color: var(--clay); transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 18px; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.45); backdrop-filter: blur(8px); }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; min-height: 800px; overflow: hidden; background: var(--forest-2); color: var(--white); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,42,36,.96) 0%, rgba(12,42,36,.87) 40%, rgba(12,42,36,.08) 72%); }
.hero-art { position: absolute; inset: 0; background: url("assets/serenity-pathways.webp") center right/cover no-repeat; filter: saturate(.75) brightness(.75); }
.hero-grid { position: relative; z-index: 2; min-height: 800px; display: grid; grid-template-columns: 1fr 310px; gap: 90px; align-items: end; padding-block: 180px 76px; }
.hero-copy { max-width: 720px; align-self: center; margin-top: 60px; }
.eyebrow { margin: 0 0 23px; display: flex; align-items: center; gap: 12px; color: var(--clay); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: #bcd0c7; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
h1 { max-width: 700px; font-size: clamp(67px, 7.5vw, 110px); }
h1 em { color: #cddfd6; font-weight: 500; }
.hero-lede { max-width: 590px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: 18.5px; font-weight: 430; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 35px; margin-top: 34px; }
.hero-actions .button { background: var(--clay); border-color: var(--clay); }
.hero-actions .button:hover { background: var(--white); border-color: var(--white); color: var(--forest); }
.text-link { display: inline-flex; gap: 14px; align-items: center; padding-block: 6px; border-bottom: 1px solid currentColor; font-size: 14.5px; font-weight: 750; letter-spacing: -.015em; }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin: 41px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.18); list-style: none; color: rgba(255,255,255,.74); font-size: 13.5px; font-weight: 650; }
.trust-row span { color: var(--gold); margin-right: 6px; }
.hero-card { position: relative; padding: 26px; border: 1px solid rgba(255,255,255,.28); background: rgba(15,48,42,.6); backdrop-filter: blur(12px); }
.hero-card::before { content: ""; position: absolute; width: 7px; height: 7px; top: -4px; left: -4px; background: var(--gold); }
.card-kicker { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-card p { margin: 16px 0 22px; color: rgba(255,255,255,.75); font-family: var(--serif); font-size: 21px; line-height: 1.35; }
.hero-card a { font-size: 14px; font-weight: 700; }
.hero-card a span { margin-left: 8px; }

.clarity-strip { background: #e8eee9; border-bottom: 1px solid var(--line); }
.strip-grid { min-height: 102px; display: grid; grid-template-columns: 1.1fr 1fr 1fr; align-items: center; gap: 40px; }
.strip-grid p { margin: 0; color: #52645e; font-size: 15px; font-weight: 430; line-height: 1.65; }
.strip-grid strong { color: var(--forest); font-family: var(--serif); font-size: 18px; font-weight: 600; }
.strip-grid p + p { padding-left: 40px; border-left: 1px solid #cbd7d0; }

.section { padding: 120px 0; }
.section-heading h2, .about-copy h2, .process-copy h2, .local-copy h2, .faq-intro h2, .contact-copy h2 { font-size: clamp(48px, 5.6vw, 75px); }
.split-heading { display: grid; grid-template-columns: 1.1fr .8fr; gap: 100px; align-items: end; margin-bottom: 60px; }
.split-heading > p, .centered > p { margin: 0; color: #5d6d67; font-size: 16.5px; font-weight: 430; line-height: 1.76; }
.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.solution-card { min-height: 390px; padding: 35px; border: 1px solid var(--line); background: var(--white); display: flex; flex-direction: column; transition: transform .3s, box-shadow .3s; }
.solution-card:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(23,61,53,.08); }
.solution-card.featured { background: #edf3ee; }
.solution-card.dark { background: var(--forest); border-color: var(--forest); color: var(--white); }
.solution-top { display: flex; justify-content: space-between; align-items: start; gap: 20px; }
.number { color: var(--clay); font-size: 12px; font-weight: 750; letter-spacing: .1em; }
.solution-kind { color: var(--muted); font-size: 12px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.solution-kind::before { content: ""; display: inline-block; width: 28px; height: 1px; margin: 0 10px 4px 0; background: currentColor; opacity: .45; }
.dark .solution-kind { color: rgba(255,255,255,.68); }
.solution-card h3 { margin: 30px 0 10px; font-family: var(--serif); font-size: 36px; font-weight: 500; line-height: 1; }
.solution-card p { max-width: 460px; margin: 0; color: #5d6d67; font-size: 16px; font-weight: 430; line-height: 1.72; }
.dark p, .dark li { color: rgba(255,255,255,.64); }
.solution-card ul { margin: 20px 0 30px; padding: 0; list-style: none; color: #5f6f69; font-size: 14.5px; font-weight: 430; line-height: 1.62; }
.solution-card li { margin-top: 6px; }
.solution-card li::before { content: "—"; margin-right: 8px; color: var(--clay); }
.solution-card a { align-self: flex-start; margin-top: auto; border-bottom: 1px solid currentColor; font-size: 14.5px; font-weight: 750; letter-spacing: -.015em; }
.solution-card a span { margin-left: 8px; }

.process-section { background: var(--forest); color: var(--white); }
.process-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 110px; }
.process-copy { position: sticky; top: 80px; align-self: start; }
.process-copy p:not(.eyebrow) { max-width: 390px; margin: 25px 0 30px; color: rgba(255,255,255,.72); font-size: 16px; font-weight: 430; line-height: 1.74; }
.button-light { background: transparent; border-color: rgba(255,255,255,.5); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { min-height: 175px; display: grid; grid-template-columns: 80px 1fr; gap: 25px; padding: 34px 0; border-top: 1px solid rgba(255,255,255,.16); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.steps > li > span { color: var(--gold); font-size: 12px; font-weight: 750; letter-spacing: .1em; }
.steps h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 30px; font-weight: 500; }
.steps p { margin: 0; color: rgba(255,255,255,.7); font-size: 16px; font-weight: 430; line-height: 1.72; }

.centered { max-width: 750px; margin: 0 auto 65px; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered > p { max-width: 600px; margin: 23px auto 0; }
.comparison { display: grid; grid-template-columns: .8fr 1fr 1fr; border: 1px solid var(--line); background: var(--white); }
.comparison > div { padding: 24px 28px; border-bottom: 1px solid var(--line); }
.comparison-head { min-height: 80px; color: var(--muted); font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.comparison-head.serenity { background: var(--forest); color: var(--white); }
.brand-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--gold); }
.comparison-label { font-family: var(--serif); font-size: 20px; }
.comparison-cell { color: #5d6d67; border-left: 1px solid var(--line); font-size: 15px; font-weight: 430; line-height: 1.7; }
.comparison-cell.serenity { background: #f1f5f1; color: var(--ink); }

.about-section { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.about-visual { position: relative; padding: 12px; border: 1px solid rgba(23,61,53,.12); background: rgba(255,255,255,.38); box-shadow: 0 28px 80px rgba(23,61,53,.08); }
.about-visual img { width: 100%; min-height: 560px; object-fit: cover; object-position: center; filter: saturate(.9); }
.visual-note { position: absolute; right: -30px; bottom: 35px; width: 240px; padding: 24px; background: var(--forest); color: var(--white); }
.visual-note span, .visual-note strong { display: block; }
.visual-note span { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.visual-note strong { margin-top: 8px; font-family: var(--serif); font-size: 22px; font-weight: 500; line-height: 1.2; }
.about-copy .large-copy { margin: 28px 0 18px; color: var(--ink); font-family: var(--serif); font-size: 23px; line-height: 1.45; }
.about-copy > p:not(.eyebrow,.large-copy) { color: #5d6d67; font-size: 16px; font-weight: 430; line-height: 1.74; }
.principles { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 28px; }
.principles span { padding: 12px 14px; background: rgba(255,255,255,.6); color: var(--forest); font-size: 13.5px; font-weight: 750; letter-spacing: -.01em; }
.principles span::before { content: "✓"; color: var(--clay); margin-right: 7px; }

.local-section { background: #244d44; color: var(--white); }
.local-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.local-grid-single { display: block; }
.local-grid-single .local-copy { max-width: 760px; }
.local-copy p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.72); font-size: 16px; font-weight: 430; line-height: 1.76; }
.light-link { margin-top: 15px; color: var(--white); }
.review-shell { padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.promise-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.promise-grid article { min-height: 240px; padding: 30px; background: var(--white); }
.promise-grid article + article { border-left: 1px solid var(--line); }
.promise-grid span { color: var(--clay); font-size: 12px; font-weight: 750; letter-spacing: .1em; }
.promise-grid h3 { margin: 55px 0 9px; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.promise-grid p { margin: 0; color: #5d6d67; font-size: 14.5px; font-weight: 430; line-height: 1.68; }

.faq-section { padding-top: 90px; }
.faq-grid { display: grid; grid-template-columns: .7fr 1fr; gap: 100px; }
.faq-intro { position: sticky; top: 80px; align-self: start; }
.faq-intro > p:not(.eyebrow) { color: #5d6d67; font-size: 16px; font-weight: 430; line-height: 1.74; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 21px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--clay); font-family: var(--sans); font-size: 18px; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -5px 40px 24px 0; color: #5d6d67; font-size: 15px; font-weight: 430; line-height: 1.76; }

.contact-section { padding: 110px 0; background: var(--forest-2); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 100px; align-items: start; }
.contact-copy > p:not(.eyebrow) { max-width: 500px; color: rgba(255,255,255,.72); font-size: 16px; font-weight: 430; line-height: 1.74; }
.contact-copy ul { margin: 30px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.78); font-size: 14.5px; font-weight: 500; line-height: 1.68; }
.contact-copy li { margin-top: 9px; }
.contact-copy li span { color: var(--gold); margin-right: 8px; }
.contact-form { padding: 35px; background: var(--paper); color: var(--ink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: block; margin-bottom: 17px; color: #52645e; font-size: 14px; font-weight: 650; letter-spacing: -.01em; text-transform: none; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 7px; padding: 12px 0; border: 0; border-bottom: 1px solid var(--line); outline: none; background: transparent; color: var(--ink); font-size: 16px; font-weight: 500; letter-spacing: -.01em; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #7a8782; font-weight: 450; opacity: 1; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--clay); }
.form-button { width: 100%; border: 0; }
.form-note { margin: 14px 0 0; color: #687872; font-size: 12.5px; font-weight: 430; line-height: 1.55; text-align: center; }

.site-footer { padding: 65px 0 25px; background: #0b2924; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1fr; gap: 55px; }
.footer-grid p, .footer-grid a { display: block; margin: 7px 0; color: rgba(255,255,255,.6); font-size: 13.5px; font-weight: 430; line-height: 1.65; letter-spacing: -.01em; }
.footer-grid a.footer-brand { display: flex; margin: 0 0 16px; color: var(--white); font-size: 19px; font-weight: 400; line-height: 1; letter-spacing: -.6px; }
.footer-grid a.footer-brand strong { font-weight: 700; }
.footer-grid h3 { margin: 0 0 16px; color: var(--gold); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 12px; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 30px, 680px); }
  .desktop-nav, .nav-wrap > .button-small { display: none; }
  .menu-toggle { display: grid; gap: 4px; padding: 8px; border: 0; background: transparent; }
  .menu-toggle span:not(.sr-only) { width: 23px; height: 1px; background: var(--white); }
  .mobile-menu { position: absolute; top: 82px; left: 15px; right: 15px; padding: 15px; background: var(--paper); color: var(--ink); box-shadow: 0 15px 50px rgba(0,0,0,.15); }
  .mobile-menu.open { display: grid; }
  .mobile-menu a { padding: 12px 10px; border-bottom: 1px solid var(--line); font-size: 15px; font-weight: 650; }
  .nav-wrap { height: 82px; }
  .hero, .hero-grid { min-height: 750px; }
  .hero::after { background: linear-gradient(90deg, rgba(12,42,36,.95), rgba(12,42,36,.7)); }
  .hero-grid { grid-template-columns: 1fr; align-items: center; padding-top: 130px; }
  .hero-card { display: none; }
  .strip-grid, .split-heading, .process-grid, .about-grid, .local-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .strip-grid { padding-block: 22px; gap: 14px; }
  .strip-grid p + p { padding: 14px 0 0; border-left: 0; border-top: 1px solid #cbd7d0; }
  .section { padding: 85px 0; }
  .split-heading { margin-bottom: 40px; }
  .process-copy, .faq-intro { position: static; }
  .comparison { grid-template-columns: .7fr 1fr 1fr; overflow-x: auto; }
  .comparison > div { min-width: 175px; padding: 18px; }
  .visual-note { right: -8px; }
  .about-visual img { min-height: 480px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { padding-bottom: 60px; }
  .hero, .hero-grid { min-height: 730px; }
  .hero-art { background-position: 62% center; }
  .hero::after { background: rgba(12,42,36,.82); }
  .hero-grid { padding-bottom: 45px; }
  h1 { font-size: 59px; }
  .hero-lede { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .trust-row { gap: 8px 18px; }
  .section { padding: 70px 0; }
  .section-heading h2, .about-copy h2, .process-copy h2, .local-copy h2, .faq-intro h2, .contact-copy h2 { font-size: 46px; }
  .solution-grid, .promise-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 360px; padding: 27px; }
  .promise-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
  .steps li { grid-template-columns: 45px 1fr; }
  .comparison { margin-inline: -15px; }
  .comparison > div { min-width: 150px; padding: 14px; }
  .comparison-head { min-height: 100px; }
  .about-grid { gap: 35px; }
  .about-visual img { min-height: 400px; }
  .visual-note { width: 200px; }
  .principles, .field-row { grid-template-columns: 1fr; }
  .contact-form { padding: 24px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { gap: 15px; flex-direction: column; }
  .mobile-cta { position: fixed; z-index: 30; inset: auto 0 0; display: block; padding: 9px 15px; background: var(--paper); border-top: 1px solid var(--line); }
  .mobile-cta a { display: flex; justify-content: space-between; padding: 11px 15px; background: var(--clay); color: var(--white); font-size: 13px; font-weight: 700; }
}

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