:root {
  --ink: #17251f;
  --ink-soft: #526159;
  --green-900: #294b3b;
  --green-800: #355b49;
  --green-700: #4f7d68;
  --green-500: #7fa18e;
  --green-300: #b8cdbf;
  --green-100: #edf4ef;
  --cream: #f8f5ed;
  --white: #ffffff;
  --gold: #d5a53d;
  --gold-soft: #f4e7bc;
  --line: #d9e1dc;
  --shadow: 0 24px 70px rgba(28, 57, 44, .12);
  --shadow-small: 0 12px 32px rgba(28, 57, 44, .10);
  --radius: 26px;
  --radius-small: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); 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; left: 16px; top: -80px; z-index: 999; padding: 10px 16px; background: var(--ink); color: white; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.utility-bar { background: var(--green-900); color: rgba(255,255,255,.84); font-size: .78rem; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-links { display: flex; gap: 24px; }
.utility-links a:hover { color: white; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(22,42,33,.06); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 138px; display: block; border-radius: 8px; }
.site-nav { display: flex; align-items: center; gap: 25px; font-size: .93rem; font-weight: 650; }
.site-nav > a:not(.button) { position: relative; color: #31463b; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gold); transition: .2s ease; }
.site-nav > a:hover::after, .site-nav > a.active::after { right: 0; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: white; border-radius: 12px; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--green-900); margin: 4px 0; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 21px; border-radius: 999px; background: var(--green-900); color: white; font-weight: 750; border: 1px solid var(--green-900); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); box-shadow: var(--shadow-small); background: var(--green-800); }
.button-outline { background: transparent; color: var(--green-900); }
.button-outline:hover { color: white; }
.button-light { background: white; color: var(--green-900); border-color: white; }
.button-light:hover { background: var(--cream); color: var(--green-900); }
.button-small { min-height: 42px; padding-inline: 17px; font-size: .87rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 750; color: var(--green-800); }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }

.hero { position: relative; overflow: hidden; padding: 82px 0 72px; background: linear-gradient(135deg, #f6f2e8 0%, #eef5ef 58%, #e0ece4 100%); }
.hero::before { content: ""; position: absolute; width: 640px; height: 640px; border-radius: 50%; background: rgba(255,255,255,.58); right: -230px; top: -280px; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 64px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--green-800); font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.eyebrow::before { content: ""; width: 32px; height: 2px; background: var(--gold); }
.hero h1, .page-hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.06; }
.hero h1 { font-size: clamp(3.1rem, 6vw, 5.4rem); max-width: 790px; }
.hero h1 em { color: var(--green-700); font-style: normal; }
.hero-copy { max-width: 680px; margin: 26px 0 31px; color: #40544a; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-art { position: relative; }
.hero-art img { width: 100%; filter: drop-shadow(0 30px 55px rgba(32,69,51,.12)); }
.hero-badge { position: absolute; right: -10px; bottom: 18px; width: 188px; padding: 18px 20px; background: rgba(255,255,255,.92); border: 1px solid rgba(79,125,104,.22); border-radius: 18px; box-shadow: var(--shadow-small); }
.hero-badge strong { display: block; font-size: 1.25rem; color: var(--green-900); }
.hero-badge span { color: var(--ink-soft); font-size: .84rem; }

.stats-band { background: var(--green-900); color: white; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 28px 24px; border-right: 1px solid rgba(255,255,255,.16); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font-size: 1.55rem; font-family: Georgia, serif; font-weight: 500; color: var(--gold-soft); }
.stat span { font-size: .86rem; color: rgba(255,255,255,.74); }

.section { padding: 92px 0; }
.section-tight { padding: 70px 0; }
.section-soft { background: var(--green-100); }
.section-cream { background: var(--cream); }
.section-dark { background: var(--green-900); color: white; }
.section-header { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: end; margin-bottom: 48px; }
.section-header h2, .content-title { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 4vw, 3.8rem); line-height: 1.08; font-weight: 500; letter-spacing: -.03em; }
.section-header p { max-width: 650px; margin: 0; color: var(--ink-soft); font-size: 1.04rem; }
.section-dark .section-header p { color: rgba(255,255,255,.74); }

.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cards-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { padding: 30px; background: white; border: 1px solid var(--line); border-radius: var(--radius-small); box-shadow: 0 12px 32px rgba(31,66,50,.05); transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-small); }
.card-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: var(--green-100); color: var(--green-800); margin-bottom: 21px; }
.card-icon img { width: 30px; height: 30px; }
.card h3 { margin: 0 0 11px; font-size: 1.2rem; }
.card p { margin: 0 0 18px; color: var(--ink-soft); }
.card-kicker { color: var(--gold); font-size: .74rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.split.reverse > :first-child { order: 2; }
.media-frame { position: relative; padding: 18px; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.media-frame::before { content: ""; position: absolute; inset: 36px -24px -24px 36px; background: var(--gold-soft); border-radius: var(--radius); z-index: -1; }
.media-frame img { width: 100%; display: block; border-radius: 18px; }
.feature-list { list-style: none; padding: 0; margin: 25px 0 0; }
.feature-list li { position: relative; padding: 13px 0 13px 35px; border-bottom: 1px solid var(--line); }
.feature-list li::before { content: "✓"; position: absolute; left: 0; top: 14px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--green-100); color: var(--green-800); font-weight: 900; font-size: .75rem; }

.process-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.process-step { position: relative; min-height: 210px; padding: 24px 19px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 20px; }
.process-step span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--green-900); font-weight: 900; margin-bottom: 27px; }
.process-step h3 { margin: 0 0 9px; font-size: 1rem; }
.process-step p { margin: 0; color: rgba(255,255,255,.68); font-size: .86rem; }

.quote-panel { padding: 52px; border-radius: var(--radius); background: linear-gradient(135deg, var(--green-800), var(--green-900)); color: white; }
.quote-panel blockquote { margin: 0; font-family: Georgia, serif; font-size: clamp(1.65rem, 3.2vw, 2.8rem); line-height: 1.25; }
.quote-panel cite { display: block; margin-top: 23px; color: var(--gold-soft); font-style: normal; font-size: .86rem; text-transform: uppercase; letter-spacing: .12em; }

.page-hero { position: relative; overflow: hidden; padding: 72px 0 66px; background: linear-gradient(135deg, var(--cream), var(--green-100)); }
.page-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 60px; }
.page-hero h1 { font-size: clamp(3rem, 5.4vw, 5rem); }
.page-hero p { max-width: 690px; color: var(--ink-soft); font-size: 1.1rem; }
.page-hero-art img { width: 100%; max-height: 380px; object-fit: contain; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 18px; color: var(--green-800); font-size: .82rem; font-weight: 750; }
.breadcrumbs span { color: #8a968f; }

.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 70px; align-items: start; }
.prose h2 { margin: 50px 0 16px; font-family: Georgia, serif; font-size: 2.1rem; line-height: 1.15; font-weight: 500; }
.prose h3 { margin: 34px 0 12px; font-size: 1.25rem; }
.prose p, .prose li { color: #3f5048; }
.prose ul, .prose ol { padding-left: 23px; }
.sidebar { position: sticky; top: 140px; }
.sidebar-card { padding: 27px; border-radius: 18px; background: var(--green-100); border: 1px solid #dce8e0; }
.sidebar-card h2 { margin: 0 0 16px; font-size: 1rem; }
.sidebar-card a { display: block; padding: 10px 0; border-bottom: 1px solid rgba(79,125,104,.16); font-weight: 700; color: var(--green-800); }
.sidebar-card a:last-child { border-bottom: 0; }

.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.metric { padding: 25px; background: white; border: 1px solid var(--line); border-radius: 17px; }
.metric strong { display: block; font-family: Georgia, serif; font-size: 2rem; color: var(--green-800); font-weight: 500; }
.metric span { color: var(--ink-soft); font-size: .87rem; }

.timeline { display: grid; gap: 18px; }
.timeline-item { display: grid; grid-template-columns: 110px 1fr; gap: 24px; padding: 25px 0; border-top: 1px solid var(--line); }
.timeline-item:first-child { border-top: 0; }
.timeline-year { font-family: Georgia, serif; font-size: 1.8rem; color: var(--green-700); }
.timeline-item h3 { margin: 0 0 7px; }
.timeline-item p { margin: 0; color: var(--ink-soft); }

.download-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.download-card { display: grid; grid-template-columns: 80px 1fr; gap: 22px; align-items: start; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.download-icon { width: 74px; height: 84px; display: grid; place-items: center; background: var(--green-100); color: var(--green-800); border-radius: 13px; font-weight: 900; font-size: .78rem; }
.download-card h2 { margin: 0 0 8px; font-size: 1.15rem; }
.download-card p { margin: 0 0 13px; color: var(--ink-soft); font-size: .9rem; }

.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 60px; }
.contact-panel { padding: 39px; border-radius: var(--radius); background: var(--green-900); color: white; }
.contact-panel h2 { margin-top: 0; font-family: Georgia, serif; font-size: 2.3rem; font-weight: 500; }
.contact-panel p { color: rgba(255,255,255,.72); }
.contact-detail { margin-top: 28px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.18); }
.contact-detail strong { display: block; margin-bottom: 5px; color: var(--gold-soft); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-form { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-small); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { margin-bottom: 18px; }
.form-field.full { grid-column: 1 / -1; }
label { display: block; margin-bottom: 7px; font-weight: 750; font-size: .87rem; }
input, textarea, select { width: 100%; border: 1px solid #cfdad3; border-radius: 12px; background: #fff; padding: 13px 14px; color: var(--ink); outline: none; }
input:focus, textarea:focus, select:focus { border-color: var(--green-700); box-shadow: 0 0 0 4px rgba(79,125,104,.12); }
textarea { min-height: 150px; resize: vertical; }
.form-note { color: var(--ink-soft); font-size: .8rem; }
.alert { padding: 14px 17px; margin-bottom: 19px; border-radius: 12px; background: #fff0f0; color: #8d2929; border: 1px solid #f0caca; }

.cta-band { padding: 72px 0; background: var(--gold-soft); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-inner h2 { margin: 0 0 8px; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 500; }
.cta-inner p { margin: 0; color: #5f5743; }

.site-footer { padding: 70px 0 24px; background: #13251d; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr; gap: 50px; }
.footer-brand img { width: 150px; border-radius: 7px; }
.footer-brand > p:first-of-type { margin: 19px 0 7px; font-family: Georgia, serif; font-size: 1.25rem; color: var(--gold-soft); }
.footer-note { color: rgba(255,255,255,.55); max-width: 360px; }
.site-footer h2 { margin: 4px 0 16px; font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; color: var(--gold-soft); }
.site-footer a, .site-footer p { display: block; margin: 0 0 9px; color: rgba(255,255,255,.68); font-size: .88rem; }
.site-footer a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 30px; margin-top: 40px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom p { margin: 0; font-size: .76rem; }

.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js [data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .site-nav { position: fixed; inset: 120px 20px auto 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 8px; }
  .site-nav .button { margin-top: 10px; }
  .nav-toggle { display: block; }
  .hero-grid, .page-hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-art, .page-hero-art { max-width: 700px; margin-inline: auto; }
  .cards-4 { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .section-header { grid-template-columns: 1fr; gap: 16px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .utility-inner > span { display: none; }
  .utility-inner { justify-content: center; }
  .utility-links { gap: 16px; }
  .nav-wrap { min-height: 76px; }
  .site-nav { top: 104px; }
  .hero { padding: 58px 0 54px; }
  .hero h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  .hero-grid { gap: 35px; }
  .hero-badge { position: relative; right: auto; bottom: auto; width: 100%; margin-top: 14px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .section { padding: 68px 0; }
  .cards-3, .cards-4, .metric-grid, .download-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .content-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .quote-panel { padding: 35px 27px; }
  .timeline-item { grid-template-columns: 78px 1fr; gap: 14px; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-form, .contact-panel { padding: 28px 22px; }
  .cta-inner { align-items: flex-start; flex-direction: column; gap: 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
  .utility-links a:first-child { display: none; }
  .process-grid { grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .download-card { grid-template-columns: 1fr; }
}
