:root {
  --green-950: #102820;
  --green-900: #17372e;
  --green-800: #21483c;
  --cream: #f7f4ed;
  --paper: #fdfbf7;
  --sand: #e8dfcf;
  --sand-dark: #d8c9b1;
  --gold: #b8935e;
  --gold-light: #d8bc8a;
  --ink: #1c2924;
  --muted: #66716c;
  --line: rgba(23, 55, 46, .16);
  --white-line: rgba(255, 255, 255, .16);
  --serif: Iowan Old Style, Baskerville, Times New Roman, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1180px, calc(100vw - 48px));
  --header-height: 88px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); 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; top: 12px; left: 12px; z-index: 1000; padding: 10px 16px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-height); color: white; border-bottom: 1px solid rgba(255,255,255,.12); transition: background .3s, box-shadow .3s, color .3s; }
.site-header.is-scrolled { background: rgba(253,251,247,.96); color: var(--green-950); box-shadow: 0 8px 30px rgba(16,40,32,.08); backdrop-filter: blur(12px); border-bottom-color: var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--gold-light); color: var(--gold-light); border-radius: 50%; font-family: var(--serif); font-size: 24px; font-style: italic; }
.brand-copy { display: grid; gap: 3px; }
.brand-copy strong { font-size: 21px; letter-spacing: .28em; font-weight: 600; }
.brand-copy small { font-size: 8px; letter-spacing: .56em; opacity: .7; }
.main-nav { display: flex; align-items: center; gap: 36px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a { position: relative; padding-block: 10px; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav > a:hover::after, .main-nav > a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 10px 20px !important; border: 1px solid rgba(255,255,255,.4); transition: background .2s, color .2s, border-color .2s; }
.is-scrolled .nav-cta { border-color: var(--green-900); }
.nav-cta:hover { background: var(--gold-light); border-color: var(--gold-light); color: var(--green-950); }
.menu-toggle { display: none; width: 44px; height: 44px; background: transparent; border: 0; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 1px; margin: 6px 0; background: currentColor; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: min(860px, 100vh); overflow: hidden; color: white; background: var(--green-950); padding: calc(var(--header-height) + 82px) 0 40px; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(255,255,255,.025) 0 1px, transparent 1px 155px); transform: skewX(-9deg); opacity: .7; }
.hero::after { content: ""; position: absolute; width: 650px; height: 650px; right: -260px; top: 90px; border: 1px solid rgba(216,188,138,.17); border-radius: 50%; box-shadow: 0 0 0 90px rgba(216,188,138,.035), 0 0 0 180px rgba(216,188,138,.025); }
.hero-orbit { position: absolute; width: 320px; height: 320px; top: 110px; left: -210px; border: 1px solid rgba(216,188,138,.15); border-radius: 50%; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; min-height: 570px; gap: 70px; }
.eyebrow, .section-kicker { margin: 0 0 22px; color: var(--gold-light); font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.hero h1, .page-hero h1 { max-width: 850px; margin: 0; font-family: var(--serif); font-size: clamp(52px, 6.1vw, 88px); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
h1 em, h2 em { color: var(--gold-light); font-weight: 400; }
.hero-lead { max-width: 650px; margin: 32px 0 0; color: rgba(255,255,255,.73); font-size: clamp(17px, 1.4vw, 20px); line-height: 1.7; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 52px; padding: 13px 23px; border: 1px solid transparent; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s, border-color .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold-light); color: var(--green-950); border-color: var(--gold-light); }
.button-primary:hover { background: #e2c99a; border-color: #e2c99a; }
.button-ghost { color: white; border-color: rgba(255,255,255,.32); }
.button-ghost:hover { border-color: white; }
.button-light { margin-top: 42px; color: var(--gold-light); border-color: rgba(216,188,138,.55); }
.button-light:hover { background: var(--gold-light); color: var(--green-950); }
.hero-monogram { justify-self: end; display: grid; place-items: center; width: min(360px, 26vw); aspect-ratio: 1; border: 1px solid rgba(216,188,138,.42); border-radius: 50%; color: var(--gold-light); position: relative; }
.hero-monogram > span { font-family: var(--serif); font-size: clamp(130px, 16vw, 225px); font-style: italic; line-height: 1; transform: translate(-6px, -4px); }
.monogram-caption { position: absolute; right: -18px; bottom: 16%; padding: 7px 0 7px 22px; border-left: 1px solid var(--gold-light); color: rgba(255,255,255,.65); font-size: 9px; letter-spacing: .18em; line-height: 1.7; text-transform: uppercase; }
.hero-foot { position: relative; z-index: 2; display: flex; align-items: center; gap: 22px; color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .24em; text-transform: uppercase; }
.hero-foot i { width: 34px; height: 1px; background: rgba(255,255,255,.2); }

.section { padding: 120px 0; }
.section-intro { background: var(--paper); }
.split-intro { display: grid; grid-template-columns: .55fr 1.45fr; gap: 90px; }
.section-kicker { color: var(--gold); }
h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 4.2vw, 60px); font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
h3 { margin: 0; font-weight: 500; }
.large-copy { max-width: 760px; margin: 28px 0; color: var(--muted); font-size: 19px; line-height: 1.85; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid var(--gold); color: var(--green-900); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.section-dark { color: white; background: var(--green-900); }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: end; margin-bottom: 60px; }
.section-heading > p { margin: 0 0 6px; color: rgba(255,255,255,.62); }
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); }
.area-card { min-height: 315px; padding: 38px 34px; border-right: 1px solid var(--white-line); }
.area-card:first-child { padding-left: 0; }
.area-card:last-child { border-right: 0; }
.area-number, .practice-number { color: var(--gold-light); font-family: var(--serif); font-style: italic; }
.area-card h3 { max-width: 260px; margin: 86px 0 18px; font-family: var(--serif); font-size: 29px; line-height: 1.1; }
.area-card p { color: rgba(255,255,255,.58); font-size: 14px; }
.values-section { background: var(--cream); }
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; align-items: start; }
.values-statement { position: sticky; top: 140px; }
.values-statement blockquote { margin: 0; max-width: 480px; font-family: var(--serif); font-size: clamp(43px, 4.6vw, 66px); line-height: 1.05; }
.value { display: grid; grid-template-columns: 55px 1fr; gap: 25px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.value:first-child { padding-top: 0; }
.value > span { color: var(--gold); font-family: var(--serif); font-style: italic; }
.value h3 { margin-bottom: 10px; font-family: var(--serif); font-size: 28px; }
.value p { margin: 0; color: var(--muted); }
.contact-band { overflow: hidden; color: white; background: var(--green-950); }
.contact-band-inner { position: relative; padding: 95px 0; text-align: center; }
.contact-band-inner::before, .contact-band-inner::after { content: ""; position: absolute; top: 50%; width: 220px; height: 220px; border: 1px solid rgba(216,188,138,.12); border-radius: 50%; transform: translateY(-50%); }
.contact-band-inner::before { left: -180px; }
.contact-band-inner::after { right: -180px; }
.contact-band h2 { max-width: 760px; margin: 0 auto 34px; }

.page-hero { padding: calc(var(--header-height) + 100px) 0 100px; color: white; background: var(--green-900); }
.page-hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 85px; align-items: end; }
.page-hero h1 { font-size: clamp(48px, 5.5vw, 78px); }
.page-lead { margin: 0 0 8px; color: rgba(255,255,255,.68); font-size: 18px; }
.page-hero-dark { background: var(--green-950); }
.contact-hero { background: linear-gradient(130deg, var(--green-900), var(--green-950)); }
.compact-hero { padding-bottom: 72px; }
.compact-hero h1 { font-size: clamp(44px, 5vw, 70px); }
.editorial-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 90px; }
.editorial-copy p { max-width: 760px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.85; }
.section-sand { background: var(--sand); }
.section-sand .section-heading { display: block; }
.principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 55px; border-top: 1px solid var(--line); }
.principle { padding: 34px 28px; border-right: 1px solid var(--line); }
.principle:first-child { padding-left: 0; }
.principle:last-child { border: 0; }
.principle > span { color: var(--gold); font-family: var(--serif); font-style: italic; }
.principle h3 { margin: 70px 0 15px; font-family: var(--serif); font-size: 27px; }
.principle p { margin: 0; color: #5f665f; }
.practice-list { border-top: 1px solid var(--line); }
.practice { display: grid; grid-template-columns: 110px 1fr; gap: 45px; padding: 64px 0; border-bottom: 1px solid var(--line); }
.practice-number { font-size: 26px; }
.practice h2 { margin-bottom: 22px; font-size: clamp(38px, 4vw, 54px); }
.practice p:last-child { max-width: 700px; margin: 0; color: var(--muted); font-size: 17px; }
.approach-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.approach-steps { border-top: 1px solid rgba(23,55,46,.24); }
.approach-steps > div { display: grid; grid-template-columns: 55px 150px 1fr; gap: 20px; align-items: baseline; padding: 25px 0; border-bottom: 1px solid rgba(23,55,46,.24); }
.approach-steps span { color: var(--gold); font-family: var(--serif); font-style: italic; }
.approach-steps h3 { font-family: var(--serif); font-size: 25px; }
.approach-steps p { margin: 0; color: #5f665f; }

.contact-section { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.contact-aside h2 { margin-bottom: 22px; }
.contact-aside > p:not(.section-kicker):not(.privacy-note) { color: var(--muted); }
.contact-detail { padding: 24px 0; border-top: 1px solid var(--line); }
.contact-detail:first-of-type { margin-top: 40px; }
.contact-detail span { display: block; margin-bottom: 6px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.contact-detail p { margin: 0; }
.contact-detail a { border-bottom: 1px solid var(--gold); }
.privacy-note { margin-top: 35px; color: var(--muted); font-size: 12px; }
.contact-form { padding: 44px; background: white; box-shadow: 0 24px 70px rgba(16,40,32,.08); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.field { display: block; margin-bottom: 25px; }
.field > span { display: block; margin-bottom: 8px; color: var(--green-900); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; color: var(--ink); background: var(--paper); border: 1px solid rgba(23,55,46,.18); border-radius: 0; outline: 0; padding: 14px 15px; transition: border-color .2s, box-shadow .2s; }
.field input, .field select { height: 53px; }
.field textarea { resize: vertical; min-height: 170px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(184,147,94,.13); }
.field small { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; text-align: right; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 4px 0 26px; color: var(--muted); font-size: 12px; }
.consent input { margin-top: 3px; accent-color: var(--green-900); }
.consent a { color: var(--green-900); text-decoration: underline; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-footer { display: flex; align-items: center; gap: 24px; }
.form-footer button:disabled { opacity: .55; cursor: wait; transform: none; }
.form-status { margin: 0; font-size: 13px; }
.form-status.is-success { color: #1d6b48; }
.form-status.is-error { color: #a33a2d; }
.legal-section { background: var(--paper); }
.legal-copy { max-width: 850px; }
.legal-updated { color: var(--muted); }
.legal-copy h2 { margin: 52px 0 12px; font-size: 32px; }
.legal-copy p { color: var(--muted); }
.legal-copy a { color: var(--green-900); text-decoration: underline; }

.site-footer { padding: 75px 0 24px; color: rgba(255,255,255,.67); background: #0b1e18; font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .65fr 1.1fr .9fr; gap: 55px; }
.brand-light { color: white; }
.footer-summary { max-width: 285px; margin-top: 25px; }
.footer-title { margin: 0 0 20px !important; color: var(--gold-light) !important; font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid p { margin: 0 0 8px; }
.footer-grid a { margin-bottom: 8px; transition: color .2s; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }

@media (max-width: 980px) {
  :root { --header-height: 76px; }
  .menu-toggle { display: block; color: inherit; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: var(--header-height) 0 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 40px 24px; color: white; background: var(--green-950); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 18px 4px; border-bottom: 1px solid rgba(255,255,255,.12); font-family: var(--serif); font-size: 25px; letter-spacing: 0; text-transform: none; }
  .main-nav > a::after { display: none; }
  .nav-cta { margin-top: 20px; text-align: center; border: 1px solid var(--gold-light) !important; font-family: var(--sans) !important; font-size: 12px !important; letter-spacing: .1em !important; text-transform: uppercase !important; }
  .hero-grid, .page-hero-grid { grid-template-columns: 1fr; }
  .hero-monogram { position: absolute; right: -90px; bottom: -20px; width: 280px; opacity: .45; }
  .hero-copy { max-width: 720px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .values-grid { gap: 65px; }
  .principle-grid { grid-template-columns: 1fr 1fr; }
  .principle:nth-child(2) { border-right: 0; }
  .principle:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .contact-grid { grid-template-columns: .8fr 1.2fr; gap: 50px; }
  .footer-grid { grid-template-columns: 1.25fr .75fr 1fr; }
  .footer-grid > div:last-child { grid-column: 3; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 32px, 1180px); }
  .site-header { background: rgba(16,40,32,.75); }
  .site-header.is-scrolled { background: rgba(253,251,247,.97); }
  .brand-mark { width: 36px; height: 36px; font-size: 21px; }
  .brand-copy strong { font-size: 18px; }
  .hero { min-height: 720px; padding-top: calc(var(--header-height) + 65px); }
  .hero-grid { min-height: 510px; }
  .hero h1 { font-size: clamp(45px, 14vw, 65px); }
  .hero-lead { font-size: 16px; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button { width: 100%; }
  .hero-monogram { right: -105px; bottom: 5px; width: 235px; }
  .monogram-caption { display: none; }
  .hero-foot { gap: 10px; }
  .hero-foot i { width: 12px; }
  .section { padding: 80px 0; }
  .split-intro, .editorial-grid, .values-grid, .approach-grid, .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .large-copy, .editorial-copy p { font-size: 16px; }
  .area-grid { grid-template-columns: 1fr; }
  .area-card, .area-card:first-child { min-height: 0; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--white-line); }
  .area-card:last-child { border-bottom: 0; }
  .area-card h3 { margin: 35px 0 12px; }
  .values-statement { position: static; }
  .contact-band-inner { padding: 75px 0; }
  .page-hero { padding: calc(var(--header-height) + 75px) 0 70px; }
  .page-hero h1 { font-size: clamp(43px, 12vw, 60px); }
  .page-hero-grid { gap: 30px; }
  .page-lead { font-size: 16px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle, .principle:first-child { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .principle h3 { margin-top: 35px; }
  .practice { grid-template-columns: 45px 1fr; gap: 15px; padding: 45px 0; }
  .practice .section-kicker { display: none; }
  .practice h2 { font-size: 34px; }
  .approach-steps > div { grid-template-columns: 40px 1fr; }
  .approach-steps p { grid-column: 2; }
  .contact-aside h2 { font-size: 42px; }
  .contact-form { margin-inline: -4px; padding: 28px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 28px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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