@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Italiana&family=Prata&display=swap');

:root {
  --olive-950: #20241a;
  --olive-900: #303426;
  --olive-800: #424631;
  --olive-600: #687052;
  --cream: #f8f6f2;
  --stone: #dcdcc4;
  --taupe: #c6ac97;
  --espresso: #29201d;
  --white: #fff;
  --border: rgba(41, 32, 29, .15);
  --serif: "Italiana", Georgia, serif;
  --serif2: "Prata", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --sans2: Helvetica, sans-	serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--espresso); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { margin: 0 0 20px; font-family: var(--serif); font-weight: 400; line-height: 1.05; }
h1 { font-size: clamp(3.6rem, 7.5vw, 7.5rem); }
h2 { font-size: clamp(2.5rem, 5vw, 4.8rem); }
h3 { font-size: 1.65rem; }
p { margin: 0 0 20px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; color: var(--olive-600); font-size: .74rem; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 36px; height: 1px; background: currentColor; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 13px 25px; border: 1px solid var(--olive-900); background: var(--olive-900); color: white; font-size: .76rem; font-weight: 600; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transition: .25s ease; cursor: pointer; }
.button:hover { background: var(--taupe); border-color: var(--taupe); color: var(--espresso); transform: translateY(-2px); }
.button.light { border-color: var(--white); background: var(--white); color: var(--olive-950); }
.button.outline { background: transparent; color: var(--olive-900); }
.button.outline-light { border-color: rgba(255,255,255,.55); background: transparent; color: white; }

.announcement { padding: 8px 20px; background: var(--olive-950); color: white; font-size: .72rem; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(248,246,242,.94); border-bottom: 1px solid var(--border); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 245px; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { font-size: .76rem; font-weight: 600; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.nav a:not(.button):hover, .nav a.active { color: var(--olive-600); }
.nav-toggle { display: none; border: 0; background: none; color: var(--olive-950); font-size: 1.6rem; }

.hero { min-height: calc(100vh - 120px); position: relative; overflow: hidden; background: var(--olive-900); color: white; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25,28,20,.97) 0%, rgba(32,36,26,.75) 42%, rgba(32,36,26,.05) 72%); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-content { position: relative; z-index: 2; width: min(1180px, calc(100% - 40px)); min-height: calc(100vh - 120px); margin: auto; padding: 95px 0; display: flex; align-items: center; }
.hero-copy { max-width: 770px; }
.hero h1 span { display: block; color: var(--taupe); font-size: .52em; }
.hero p { max-width: 590px; color: rgba(255,255,255,.78); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-note { position: absolute; z-index: 2; right: 4vw; bottom: 28px; color: rgba(255,255,255,.7); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; }

.trust-bar { background: var(--white); border-bottom: 1px solid var(--border); }
.trust-grid { min-height: 105px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-item { padding: 16px 25px; border-right: 1px solid var(--border); text-align: center; }
.trust-item:last-child { border: 0; }
.trust-item strong { display: block; color: var(--olive-900); font-family: var(--sans); font-size: 1.5rem; font-weight: 400; }
.trust-item span { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }

.section { padding: 110px 0; }
.section-sm { padding: 75px 0; }
.intro-grid, .feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.intro-copy { max-width: 580px; }
.lead { font-family: var(--serif2); font-size: clamp(1.5rem, 2.3vw, 2.15rem); line-height: 1.35; }
.image-frame { position: relative; }
.image-frame::before { content: ""; position: absolute; z-index: -1; inset: 28px -28px -28px 28px; background: var(--stone); }
.image-frame img { width: 100%; height: 650px; object-fit: cover; object-position: center top; }

.services-section { background: var(--olive-900); color: white; }
.section-heading { max-width: 760px; margin-bottom: 58px; }
.services-section .eyebrow { color: var(--taupe); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.18); }
.service-card { min-height: 315px; padding: 38px; display: flex; flex-direction: column; background: var(--olive-900); transition: .25s; }
.service-card:hover { background: var(--olive-800); }
.service-number { color: var(--taupe); font-family: var(--serif); font-size: 1.25rem; }
.service-card h3 { margin-top: auto; }
.service-card p { color: rgba(255,255,255,.68); font-size: .92rem; }
.text-link { width: fit-content; color: var(--taupe); font-size: .73rem; font-weight: 600; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }

.concerns-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.concern { min-height: 180px; padding: 28px; display: flex; align-items: flex-end; border: 1px solid var(--border); background: rgba(255,255,255,.35); font-family: var(--serif2); font-size: 1.42rem; transition: .25s; }
.concern:hover { border-color: var(--olive-800); background: var(--stone); transform: translateY(-3px); }

.diversity-section { overflow: hidden; background: var(--white); }
.diversity-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 48px; }
.diversity-heading p { max-width: 520px; margin-left: auto; color: #625b55; }
.diversity-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: start; }
.diversity-card { position: relative; overflow: hidden; background: var(--olive-900); }
.diversity-card:nth-child(even) { margin-top: 55px; }
.diversity-card img { width: 100%; height: 520px; object-fit: cover; transition: transform .6s ease; }
.diversity-card:hover img { transform: scale(1.025); }
.diversity-caption { position: absolute; right: 0; bottom: 0; left: 0; padding: 55px 25px 22px; background: linear-gradient(transparent, rgba(25,28,20,.75)); color: white; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }

.provider { overflow: hidden; background: var(--white); }
.provider-art { min-height: 610px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; gap: 28px; padding: 45px; background: var(--olive-800); color: white; }
.provider-art::before { content: "S"; position: absolute; top: -90px; right: -20px; color: rgba(255,255,255,.05); font-family: var(--serif); font-size: 35rem; line-height: 1; }
.philosophy-image { position: relative; z-index: 2; width: 100%; object-fit: cover; object-position: center center; border: 1px solid rgba(255,255,255,.28); box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.credentials { position: relative; z-index: 2; }
.credentials ul { margin: 25px 0 0; padding: 0; list-style: none; }
.credentials li { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.17); font-size: .83rem; letter-spacing: .06em; }

.reviews { background: var(--stone); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review { padding: 38px; background: var(--cream); }
.stars { margin-bottom: 22px; color: var(--olive-800); letter-spacing: .18em; }
.review blockquote { margin: 0 0 28px; font-family: var(--sans2); font-size: 1.35rem; line-height: 1.45; }
.review cite { font-style: normal; font-size: .72rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }

.membership { background: var(--espresso); color: white; }
.membership-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.membership-price { padding: 45px; border: 1px solid rgba(255,255,255,.2); text-align: center; }
.membership-price strong { display: block; font-family: var(--serif); font-size: 4.8rem; font-weight: 400; line-height: 1; }
.membership-price span { color: var(--taupe); font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }

.cta { padding: 105px 0; background: var(--taupe); text-align: center; }
.cta h2 { max-width: 850px; margin-inline: auto; }
.cta p { max-width: 650px; margin: 0 auto 30px; }

.page-hero { padding: 105px 0 80px; background: var(--olive-900); color: white; }
.page-hero h1 { font-size: clamp(3.2rem, 7vw, 6rem); }
.page-hero p { max-width: 700px; color: rgba(255,255,255,.72); }
.service-list { display: grid; gap: 18px; }
.service-group { border: 1px solid var(--border); background: white; }
.service-group summary { padding: 26px 30px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-family: var(--serif); font-size: 1.55rem; list-style: none; }
.service-group summary::after { content: "+"; font-family: var(--sans); font-weight: 300; }
.service-group[open] summary::after { content: "−"; }
.service-group-content { padding: 0 30px 28px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 40px; }
.service-line { padding: 15px 0; display: flex; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--border); }
.service-line span:last-child { color: var(--olive-600); white-space: nowrap; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.info-list { margin: 35px 0; padding: 0; list-style: none; }
.info-list li { padding: 18px 0; border-bottom: 1px solid var(--border); }
.info-list small { display: block; color: var(--olive-600); letter-spacing: .12em; text-transform: uppercase; }
.map { min-height: 500px; border: 0; width: 100%; filter: grayscale(1) sepia(.15); }

.site-footer { padding: 70px 0 25px; background: var(--olive-950); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 70px; }
.footer-logo { width: 275px; margin-bottom: 25px; }
.footer-copy { max-width: 440px; color: rgba(255,255,255,.65); }
.footer-title { color: var(--taupe); font-size: .7rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.footer-links { padding: 0; list-style: none; }
.footer-links a { color: rgba(255,255,255,.72); text-decoration: none; }
.footer-bottom { margin-top: 55px; padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: .7rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .nav-toggle { position: relative; z-index: 130; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--border); border-radius: 999px; background: rgba(255,255,255,.72); box-shadow: 0 12px 30px rgba(41,32,29,.08); }
  .nav { position: fixed; z-index: 120; top: 0; right: 0; bottom: 0; width: 70vw; max-width: 390px; min-width: 285px; height: 100vh; padding: 112px 24px 34px; display: flex; flex-direction: column; align-items: stretch; gap: 8px; background: var(--cream); border-left: 1px solid rgba(41,32,29,.12); border-radius: 0; box-shadow: -18px 0 45px rgba(25,28,20,.16); transform: translateX(100%); opacity: 1; visibility: hidden; transition: transform .34s ease, visibility .34s ease; }
  .nav.open { transform: translateX(0); visibility: visible; }
  .nav a { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 58px; padding: 0 18px; border: 0; border-radius: 18px; background: transparent; color: var(--olive-950); font-size: .88rem; letter-spacing: .12em; }
  .nav a:not(.button)::after { content: "›"; color: var(--taupe); font-size: 1.35rem; line-height: 1; }
  .nav a:not(.button):hover, .nav a.active { background: rgba(48,52,38,.09); color: var(--olive-950); }
  .nav a.active::before { content: ""; width: 6px; height: 6px; margin-right: 10px; border-radius: 999px; background: var(--olive-800); }
  .nav .button { min-height: 58px; margin-top: 16px; border-color: var(--olive-900); border-radius: 999px; background: var(--olive-900); color: white; box-shadow: 0 18px 35px rgba(32,36,26,.2); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .intro-grid, .feature-grid, .membership-grid, .contact-grid { grid-template-columns: 1fr; }
  .service-grid, .review-grid { grid-template-columns: 1fr 1fr; }
  .concerns-grid { grid-template-columns: 1fr 1fr; }
  .diversity-heading { grid-template-columns: 1fr; gap: 5px; }
  .diversity-heading p { margin-left: 0; }
  .diversity-gallery { grid-template-columns: 1fr 1fr; }
  .diversity-card:nth-child(even) { margin-top: 28px; }
  .diversity-card img { height: 520px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  h1 { font-size: 3.25rem; }
  .announcement { font-size: .58rem; }
  .nav-wrap { min-height: 76px; }
  .brand img { width: 190px; }
  .hero, .hero-content { min-height: 730px; }
  .hero-content { align-items: flex-end; padding-bottom: 75px; }
  .hero::after { background: linear-gradient(0deg, rgba(25,28,20,.97) 0%, rgba(32,36,26,.72) 57%, rgba(32,36,26,.05) 100%); }
  .hero-image { object-position: 62% center; }
  .hero-note { display: none; }
  .section { padding: 80px 0; }
  .trust-grid, .service-grid, .review-grid, .concerns-grid, .diversity-gallery, .service-group-content, .footer-grid { grid-template-columns: 1fr; }
  .diversity-card:nth-child(even) { margin-top: 0; }
  .diversity-card img { height: 520px; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--border); }
  .service-card { min-height: 260px; }
  .image-frame img { height: 500px; }
  .image-frame::before { inset: 16px -12px -16px 12px; }
  .provider-art { min-height: auto; padding: 26px; gap: 22px; }
  .philosophy-image { height: 300px; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
