:root {
  --forest: #0b1d16;
  --forest-deep: #071710;
  --ink: #20201e;
  --cream: #f0ebdf;
  --paper: #f7f4eb;
  --gold: #b49561;
  --gold-deep: #8b663c;
  --sand: #e5d7c2;
  --line: rgba(11, 29, 22, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.7; }
img { max-width: 100%; }
a { color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header { min-height: 88px; padding: 10px clamp(24px, 6vw, 96px); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); background: rgba(247, 244, 235, .96); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 15px; color: var(--forest); text-decoration: none; font-size: 1rem; letter-spacing: .24em; font-weight: 600; line-height: 1; }
.brand img { width: 54px; height: 46px; object-fit: contain; flex: 0 0 auto; }
.header-link { color: var(--forest); text-underline-offset: 5px; font-size: .9rem; font-weight: 600; }

main { overflow: hidden; }
.hero { min-height: calc(100svh - 88px); padding: clamp(84px, 9vw, 138px) clamp(24px, 8vw, 128px); display: grid; align-items: center; color: var(--paper); background: radial-gradient(circle at 88% 18%, rgba(180, 149, 97, .12), transparent 26%), var(--forest); }
.hero-copy { max-width: 1120px; }
.eyebrow { margin: 0 0 24px; color: var(--gold-deep); font-size: .86rem; line-height: 1.5; letter-spacing: .2em; font-weight: 600; }
.hero .eyebrow { color: var(--gold); }
h1, h2 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; line-height: .98; letter-spacing: -.025em; margin: 0; }
h1 { max-width: 980px; font-size: clamp(3.4rem, 6.4vw, 6.5rem); }
h2 { font-size: clamp(3rem, 5.3vw, 5.5rem); }
.lead { max-width: 780px; margin: 36px 0 0; font-family: "Cormorant Garamond", Georgia, serif; font-style: italic; font-size: clamp(1.45rem, 2.2vw, 2.05rem); line-height: 1.25; color: #ede9df; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 44px; }
.button { display: inline-flex; min-height: 54px; padding: 13px 24px; align-items: center; justify-content: center; border: 0; border-radius: 2px; text-decoration: none; font: inherit; font-size: .92rem; font-weight: 650; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { background: var(--gold); color: var(--forest-deep); }
.button.primary:hover { background: #c2a36d; }
.button.secondary { color: var(--paper); border: 1px solid var(--gold); background: transparent; }
.button.secondary:hover { background: rgba(255, 255, 255, .06); }
.button:disabled { opacity: .65; cursor: wait; transform: none; }
.hero-visual { display: none; }

.manifesto { padding: clamp(100px, 12vw, 180px) clamp(24px, 10vw, 160px); display: grid; grid-template-columns: 100px minmax(0, 850px); justify-content: center; gap: 4vw; background: linear-gradient(90deg, rgba(7, 23, 16, .96), rgba(7, 23, 16, .76)), url('assets/forest.webp') center/cover; color: var(--paper); }
.manifesto .section-number { color: var(--gold); border-top: 1px solid var(--gold); padding-top: 12px; margin: 0; }
.manifesto .eyebrow { color: var(--gold); }
.manifesto h2 { max-width: 800px; }
.manifesto div > p:last-child { max-width: 700px; margin: 40px 0 0 auto; color: #e2ddd4; }

.solution { padding: clamp(100px, 11vw, 170px) clamp(24px, 9vw, 145px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; background: var(--cream); }
.solution-heading { position: sticky; top: 130px; align-self: start; }
.solution-card { border-top: 1px solid var(--gold); padding-top: 30px; }
.solution-promise { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2rem, 3.2vw, 3.4rem); line-height: 1.08; margin: 0 0 28px; }
.solution-card > p:not(.solution-promise) { color: #555048; }
.solution-card ul { list-style: none; margin: 42px 0; padding: 0; border-bottom: 1px solid var(--line); }
.solution-card li { padding: 18px 0; border-top: 1px solid var(--line); }
.solution-card li span { display: inline-block; width: 52px; color: var(--gold-deep); font-size: .82rem; font-weight: 600; }
.text-link { display: inline-block; margin-top: 12px; text-decoration-thickness: 1px; text-underline-offset: 6px; font-weight: 600; }
.text-link span { color: var(--gold-deep); }

.founder { padding: clamp(100px, 10vw, 160px) clamp(24px, 10vw, 160px); display: grid; grid-template-columns: minmax(280px, .82fr) 1fr; gap: 9vw; align-items: start; }
.portrait-wrap { position: relative; width: min(100%, 530px); aspect-ratio: 1; margin: 35px auto 0; }
.portrait-wrap::before { content: ""; position: absolute; inset: -18px; border: 1px solid var(--gold-deep); border-radius: 50%; z-index: -1; }
.portrait-wrap::after { content: ""; position: absolute; width: 38%; height: 38%; right: -7%; bottom: -7%; border-radius: 50%; background: var(--forest); z-index: -2; }
.portrait-wrap img { display: block; width: 100%; height: 100%; border-radius: 50%; object-fit: cover; object-position: center 24%; filter: saturate(.92); box-shadow: 0 28px 65px rgba(8, 43, 36, .18); }
.founder-copy .role { color: var(--gold-deep); font-weight: 650; margin: 18px 0 26px; }
.founder-copy > p:not(.eyebrow):not(.role) { max-width: 700px; color: #4d4a44; }

.contact { padding: clamp(100px, 10vw, 160px) clamp(24px, 11vw, 180px); background: var(--forest); color: var(--paper); }
.contact .eyebrow { color: var(--gold); }
.contact h2 { max-width: 920px; }
.contact-links { display: flex; flex-wrap: wrap; gap: 18px 40px; margin-top: 48px; }
.contact-links a { color: var(--paper); font-size: clamp(1rem, 1.7vw, 1.35rem); text-underline-offset: 6px; }
#contact-form { max-width: 680px; margin-top: 42px; display: grid; gap: 13px; }
#contact-form label { font-weight: 600; }
#contact-form input, #contact-form textarea { width: 100%; font: inherit; padding: 14px; border: 1px solid var(--sand); border-radius: 4px; background: var(--paper); color: var(--ink); }
#contact-form textarea { resize: vertical; min-height: 145px; }
#contact-form .privacy-check { display: flex; align-items: flex-start; gap: 11px; margin-top: 8px; font-weight: 400; }
#contact-form .privacy-check input { width: 20px; height: 20px; margin: 3px 0 0; flex: 0 0 auto; accent-color: var(--gold); }
#contact-form .privacy-check a, #form-status a { text-underline-offset: 4px; }
#contact-form .form-note { margin: 0 0 8px; color: #ded8ce; font-size: .9rem; }
#contact-form button { cursor: pointer; justify-self: start; }
#form-status { min-height: 1.7em; margin: 3px 0 0; color: #f4e4c6; font-weight: 600; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

footer { padding: 38px clamp(24px, 6vw, 96px); display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; font-size: .8rem; }
footer p { margin: 0; }
footer p:nth-of-type(2) { text-align: right; }
.footer-brand { font-size: .78rem; }
.footer-brand img { width: 38px; height: 32px; }
footer nav { grid-column: 1 / -1; font-size: .88rem; }

.legal { max-width: 900px; margin: auto; padding: 64px 24px 96px; }
.legal > a { display: inline-block; margin-bottom: 36px; text-underline-offset: 5px; }
.legal h1 { font-size: clamp(2.8rem, 6vw, 4.6rem); }
.legal h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); line-height: 1.1; margin-top: 42px; }
.legal .updated { color: #6a645b; }
.legal li + li { margin-top: 8px; }

@media (max-width: 800px) {
  .site-header { min-height: 72px; padding-block: 8px; }
  .header-link { display: none; }
  .brand { gap: 10px; font-size: .88rem; letter-spacing: .16em; }
  .brand img { width: 44px; height: 37px; }
  .hero { min-height: auto; padding-top: 82px; padding-bottom: 84px; }
  h1 { font-size: clamp(2.8rem, 13vw, 4rem); line-height: 1; }
  h2 { font-size: clamp(2.7rem, 12vw, 4rem); }
  .lead { margin-top: 28px; }
  .actions { margin-top: 36px; }
  .actions .button { width: 100%; }
  .manifesto { grid-template-columns: 1fr; padding-top: 94px; padding-bottom: 94px; }
  .manifesto .section-number { width: 60px; }
  .manifesto div > p:last-child { margin-left: 0; }
  .solution { grid-template-columns: 1fr; padding-top: 94px; padding-bottom: 94px; }
  .solution-heading { position: static; }
  .founder { grid-template-columns: 1fr; padding-top: 100px; padding-bottom: 94px; }
  .portrait-wrap { width: 84%; max-width: 480px; margin-top: 18px; }
  .contact { padding-top: 94px; padding-bottom: 94px; }
  footer { grid-template-columns: 1fr; }
  footer p:nth-of-type(2) { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
