:root {
  --green: #0b4037;
  --green-deep: #062f29;
  --green-soft: #dfeae5;
  --gold: #d8ad54;
  --rust: #b94d2d;
  --cream: #f8f4ec;
  --paper: #fffdf8;
  --ink: #202a28;
  --muted: #66726f;
  --line: rgba(11,64,55,.16);
  --shadow: 0 24px 70px rgba(6,47,41,.12);
  --radius: 26px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(850px, calc(100% - 40px)); }
.center { text-align: center; }
.section { padding: 112px 0; }
.eyebrow { margin: 0 0 12px; color: var(--rust); text-transform: uppercase; letter-spacing: .1em; font-size: .8rem; font-weight: 800; }
.eyebrow.light { color: var(--gold); }
h1, h2, h3 { margin: 0; font-family: var(--serif); color: var(--green); line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(3.1rem, 7vw, 6.6rem); }
h2 { font-size: clamp(2.4rem, 4.8vw, 4.5rem); }
h3 { font-size: 1.75rem; }
p { margin: 0 0 1.2em; }
.lead { color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.light-text { color: rgba(255,255,255,.78); }
.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: 12px; top: -80px; z-index: 9999; background: white; padding: 12px 16px; border-radius: 10px; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; transition: .3s ease; }
.site-header.scrolled { background: rgba(255,253,248,.94); box-shadow: 0 10px 30px rgba(6,47,41,.08); backdrop-filter: blur(16px); }
.nav-shell { width: min(1280px, calc(100% - 30px)); min-height: 86px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: white; }
.site-header.scrolled .brand, .site-header.menu-open .brand { color: var(--green); }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: 1.35rem; }
.brand strong, .brand small { display: block; line-height: 1.1; }
.brand small { margin-top: 4px; opacity: .72; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.primary-nav { display: flex; align-items: center; gap: 26px; }
.primary-nav a { color: white; text-decoration: none; font-size: .92rem; font-weight: 650; }
.site-header.scrolled .primary-nav a { color: var(--green); }
.primary-nav .nav-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; }
.site-header.scrolled .primary-nav .nav-cta { color: white; background: var(--green); border-color: var(--green); }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 26px; height: 2px; background: currentColor; margin: 5px; }

.hero { position: relative; min-height: 930px; display: flex; align-items: flex-end; color: white; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 72% 14%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,27,24,.15), rgba(4,27,24,.28) 30%, rgba(4,27,24,.92) 90%); }
.hero-content { position: relative; padding-bottom: 74px; }
.hero h1 { color: white; max-width: 980px; }
.hero-copy { max-width: 730px; margin: 24px 0 30px; font-size: clamp(1.08rem, 2vw, 1.35rem); color: rgba(255,255,255,.86); }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 780; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--green-deep); }
.button-ghost { color: white; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.06); }
.button-dark { background: var(--green); color: white; }
.button.full { width: 100%; }
.hero-proof { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof span { padding: 10px 14px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.78); font-size: .86rem; }
.hero-proof strong { color: white; }

.intro { background: var(--cream); }
.statement { margin: 54px 0 36px; padding: 54px; border-radius: var(--radius); color: white; background: var(--green); font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.18; }
.statement em { color: var(--gold); font-weight: 400; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.benefit-grid article { padding: 32px 28px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.benefit-grid span { color: var(--gold); font-family: var(--serif); font-size: 1.6rem; }
.benefit-grid h3 { margin: 12px 0; font-family: var(--sans); font-size: 1.1rem; text-transform: uppercase; letter-spacing: .05em; }
.benefit-grid p { margin: 0; color: var(--muted); }

.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.photo-stack { position: relative; min-height: 690px; }
.photo-main { width: 80%; margin: 0; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); }
.photo-main img { aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; }
.photo-small { position: absolute; right: 0; bottom: 20px; width: 48%; margin: 0; overflow: hidden; border: 12px solid var(--paper); border-radius: 28px; box-shadow: var(--shadow); }
.photo-small img { aspect-ratio: 1 / 1; object-fit: cover; }
.content h2 { margin-bottom: 24px; }
.credential-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 32px 0; }
.credential-list div { padding: 18px; background: var(--green-soft); border-radius: 16px; }
.credential-list strong, .credential-list span { display: block; }
.credential-list strong { color: var(--green); }
.credential-list span { margin-top: 6px; color: var(--muted); font-size: .86rem; line-height: 1.35; }
.grimm-card { margin-top: 32px; padding: 28px; border-radius: 24px; background: #f3dfd4; }
.grimm-card h3 { font-size: 1.65rem; }
.grimm-card p:last-child { margin-bottom: 0; }

.experiences { background: var(--cream); }
.experience-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.experience-card { position: relative; min-height: 620px; padding: 42px 34px; border-radius: 28px; background: white; box-shadow: 0 18px 50px rgba(6,47,41,.08); }
.experience-card.accent { background: #f4e2d9; }
.experience-card.dark { background: var(--green); color: white; }
.experience-card.dark h3 { color: white; }
.experience-card p { color: var(--muted); }
.experience-card.dark p, .experience-card.dark li { color: rgba(255,255,255,.76); }
.card-number { position: absolute; right: 30px; top: 28px; color: var(--gold); font-family: var(--serif); font-size: 2rem; }
.experience-card h3 { margin-bottom: 20px; font-size: 2.1rem; }
ul { padding-left: 20px; }
li { margin: 9px 0; }
.text-link { position: absolute; left: 34px; bottom: 34px; color: var(--green); font-weight: 800; text-decoration: none; }
.light-link { color: var(--gold); }

.process { background: var(--green-soft); }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.process-heading { position: sticky; top: 130px; }
.process-heading h2 { margin-bottom: 24px; }
.process-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.process-list li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 22px; background: rgba(255,255,255,.7); border-radius: 20px; }
.process-list li > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: white; background: var(--green); font-weight: 800; }
.process-list h3 { font-family: var(--sans); font-size: 1.1rem; letter-spacing: 0; }
.process-list p { margin: 5px 0 0; color: var(--muted); }

.yearlong { position: relative; overflow: hidden; color: white; background: var(--green-deep); }
.yearlong-photo { position: absolute; inset: 0; opacity: .25; }
.yearlong-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.yearlong::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,47,41,.94), rgba(6,47,41,.72)); }
.yearlong-inner { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.yearlong h2 { color: white; }
.package-card { padding: 42px; color: var(--ink); background: rgba(255,253,248,.96); border-radius: 30px; box-shadow: var(--shadow); }
.package-card h3 { font-size: 2.6rem; }
.package-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 28px 0; }
.package-grid div { padding: 16px 10px; text-align: center; background: var(--green-soft); border-radius: 14px; }
.package-grid strong, .package-grid span { display: block; }
.package-grid strong { color: var(--green); font-size: 1.15rem; }
.package-grid span { color: var(--muted); font-size: .76rem; }
.price { margin: 26px 0; padding: 24px; border-radius: 18px; background: #f3dfd4; }
.price span, .price strong, .price small { display: block; }
.price span { color: var(--rust); text-transform: uppercase; font-size: .76rem; font-weight: 800; letter-spacing: .08em; }
.price strong { color: var(--green); font-family: var(--serif); font-size: 3.2rem; line-height: 1; margin: 8px 0; }
.price small { color: var(--muted); }

.humanity-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; }
.humanity-copy h2 { margin-bottom: 24px; }
.photo-mosaic { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: 280px 320px; gap: 14px; }
.photo-mosaic figure { margin: 0; overflow: hidden; border-radius: 24px; }
.photo-mosaic img { width: 100%; height: 100%; object-fit: cover; }
.mosaic-a img { object-position: center center; }
.mosaic-b img { object-position: center 25%; }
.mosaic-c img { object-position: center center; }
.mosaic-d img { object-position: center center; }

.reasons { background: var(--cream); }
.reasons-list { margin-top: 54px; border-top: 1px solid var(--line); }
.reasons-list article { display: grid; grid-template-columns: 90px 1fr; gap: 30px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.reasons-list article > span { color: var(--gold); font-family: var(--serif); font-size: 2.6rem; }
.reasons-list h3 { font-family: var(--sans); text-transform: uppercase; letter-spacing: .03em; font-size: 1.05rem; }
.reasons-list p { margin: 8px 0 0; color: var(--muted); }

.inquire { color: white; background: var(--green); }
.inquire-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.inquire h2 { color: white; }
.big-close { max-width: 600px; margin-top: 24px; color: rgba(255,255,255,.78); font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.16; }
.download-link { display: inline-flex; gap: 12px; margin-top: 34px; color: white; font-weight: 750; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.4); }
.inquiry-form { padding: 38px; color: var(--ink); background: white; border-radius: 28px; box-shadow: var(--shadow); }
.inquiry-form h3 { font-size: 2rem; }
.inquiry-form > p { color: var(--muted); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 7px; margin: 14px 0; color: var(--green); font-size: .85rem; font-weight: 760; }
input, select, textarea { width: 100%; padding: 13px 14px; border: 1px solid rgba(11,64,55,.2); border-radius: 12px; color: var(--ink); background: #fff; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(11,64,55,.1); }
.copy-button { display: block; width: 100%; margin-top: 10px; padding: 8px; border: 0; color: var(--green); background: transparent; font-weight: 700; }
.form-status { min-height: 24px; margin: 8px 0 0; color: var(--rust); font-size: .85rem; }

.site-footer { padding: 38px 0; color: rgba(255,255,255,.72); background: var(--green-deep); }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 5px; }
.footer-grid strong { color: white; }
.footer-grid a { text-decoration: none; }
.footer-grid > div:last-child { text-align: right; }

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

@media (max-width: 980px) {
  .section { padding: 86px 0; }
  .menu-button { display: block; color: white; }
  .site-header.scrolled .menu-button, .site-header.menu-open .menu-button { color: var(--green); }
  .primary-nav { position: fixed; inset: 0 0 auto; display: grid; gap: 0; padding: 96px 24px 28px; background: var(--paper); transform: translateY(-110%); transition: .3s ease; box-shadow: var(--shadow); }
  .site-header.menu-open .primary-nav { transform: translateY(0); }
  .primary-nav a, .site-header.scrolled .primary-nav a { padding: 14px 0; color: var(--green); border-bottom: 1px solid var(--line); }
  .primary-nav .nav-cta { margin-top: 12px; text-align: center; color: white !important; background: var(--green); }
  .hero { min-height: 820px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .split-grid, .process-layout, .yearlong-inner, .humanity-grid, .inquire-grid { grid-template-columns: 1fr; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-card { min-height: auto; }
  .text-link { position: static; display: inline-block; margin-top: 24px; }
  .process-heading { position: static; }
  .yearlong-copy { max-width: 740px; }
  .humanity-grid { gap: 40px; }
}

@media (max-width: 680px) {
  .container, .narrow { width: min(100% - 28px, 1180px); }
  .section { padding: 72px 0; }
  .nav-shell { min-height: 72px; }
  .brand small { display: none; }
  .hero { min-height: 760px; }
  .hero-image { object-position: 68% 18%; }
  .hero-content { padding-bottom: 38px; }
  h1 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  h2 { font-size: clamp(2.2rem, 10vw, 3.4rem); }
  .hero-proof { display: grid; }
  .statement { padding: 32px 24px; }
  .benefit-grid, .credential-list, .package-grid, .field-row, .footer-grid { grid-template-columns: 1fr; }
  .split-grid { gap: 44px; }
  .photo-stack { min-height: 510px; }
  .photo-main { width: 88%; }
  .photo-small { width: 52%; border-width: 8px; }
  .experience-card { padding: 34px 26px; }
  .process-list li { grid-template-columns: 46px 1fr; padding: 18px; }
  .package-card, .inquiry-form { padding: 26px 20px; }
  .photo-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 200px 220px; }
  .reasons-list article { grid-template-columns: 58px 1fr; gap: 18px; }
  .footer-grid > div:last-child { text-align: left; }
}

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