:root {
  --forest: #173b2b;
  --forest-2: #24513b;
  --olive: #8b9444;
  --gold: #b89c5c;
  --cream: #f8f4eb;
  --paper: #fffdf8;
  --ink: #203129;
  --muted: #5f6c65;
  --line: #d9d5c9;
  --shadow: 0 18px 48px rgba(23, 59, 43, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
img, video, iframe { display: block; max-width: 100%; }
a { color: var(--forest-2); text-underline-offset: 3px; }
a:hover { color: var(--olive); }
h1, h2, h3 { margin: 0 0 .7em; color: var(--forest); line-height: 1.12; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { font-size: clamp(2.45rem, 6vw, 4.9rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2rem, 4vw, 3.15rem); letter-spacing: -.025em; }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1.1rem; }
ul { margin: 0 0 1.2rem; padding-left: 1.2rem; }
li + li { margin-top: .45rem; }

.skip-link { position: absolute; left: -999px; top: 0; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 100; padding: .8rem 1rem; background: #fff; }
.container { width: min(1160px, calc(100% - 2rem)); margin-inline: auto; }
.narrow { width: min(790px, calc(100% - 2rem)); margin-inline: auto; }
.section { padding: clamp(4.2rem, 8vw, 7rem) 0; }
.section.soft { background: var(--cream); }
.section.dark { color: #edf3ee; background: var(--forest); }
.section.dark h2, .section.dark h3 { color: #fff; }
.eyebrow {
  display: inline-flex;
  margin-bottom: 1.1rem;
  color: var(--olive);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.lead { max-width: 760px; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.32rem); }
.section.dark .lead { color: #d5dfd8; }
.small { color: var(--muted); font-size: .9rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(23, 59, 43, .09);
  background: rgba(255, 253, 248, .96);
  backdrop-filter: blur(12px);
}
.header-row { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1.4rem; }
.brand { color: var(--forest); text-decoration: none; line-height: 1.05; }
.brand strong { display: block; font-family: Georgia, serif; font-size: 1.15rem; font-weight: 500; }
.brand span { color: var(--muted); font-size: .73rem; letter-spacing: .045em; }
.nav { display: flex; align-items: center; gap: 1.05rem; font-size: .88rem; font-weight: 700; }
.nav a { color: var(--ink); text-decoration: none; white-space: nowrap; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--olive); }
.nav .mini-cta { padding: .62rem .9rem; color: #fff; border-radius: 999px; background: var(--forest); }
.nav .mini-cta:hover { color: #fff; background: var(--olive); }

.hero { overflow: hidden; padding: clamp(3.5rem, 7vw, 6.8rem) 0; background: linear-gradient(135deg, var(--paper) 0 58%, #eef0df 58% 100%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.hero h1 { max-width: 760px; }
.hero .lead { max-width: 670px; }
.hero-photo { position: relative; min-height: 560px; }
.hero-photo img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: center top; border-radius: 180px 180px 30px 30px; box-shadow: var(--shadow); }
.hero-note { position: absolute; right: -1rem; bottom: 1.4rem; max-width: 270px; padding: 1rem 1.2rem; border: 1px solid rgba(184, 156, 92, .45); border-radius: 16px; background: var(--paper); box-shadow: var(--shadow); font-size: .92rem; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.8rem 0 1.25rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .78rem 1.15rem; border: 1px solid var(--forest); border-radius: 999px; background: var(--forest); color: #fff; font-weight: 800; text-decoration: none; }
.button:hover { color: #fff; background: var(--olive); border-color: var(--olive); }
.button.secondary { color: var(--forest); background: transparent; }
.button.secondary:hover { color: #fff; background: var(--forest); }
.trust-line { color: var(--muted); font-size: .9rem; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.2rem; }
.card { display: flex; flex-direction: column; min-height: 100%; padding: 1.45rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 8px 28px rgba(23, 59, 43, .06); }
.card .number { color: var(--olive); font-family: Georgia, serif; font-size: 1.7rem; }
.card h3 { margin-top: .45rem; }
.card p { color: var(--muted); }
.card .text-link { margin-top: auto; font-weight: 800; text-decoration: none; }
.card .text-link::after { content: " →"; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.portrait { width: 100%; max-height: 650px; object-fit: cover; object-position: center top; border-radius: var(--radius); box-shadow: var(--shadow); }
.principles { display: grid; gap: .8rem; }
.principle { padding: 1.1rem 1.2rem; border-left: 3px solid var(--gold); border-radius: 0 16px 16px 0; background: rgba(255,255,255,.65); }
.principle strong { display: block; margin-bottom: .2rem; color: var(--forest); }

.page-hero { padding: clamp(4rem, 8vw, 7rem) 0; background: linear-gradient(145deg, var(--cream), #eef0df); }
.page-hero .container { display: grid; grid-template-columns: 1fr .75fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.page-hero h1 { font-size: clamp(2.7rem, 6vw, 4.6rem); }
.page-hero img { width: 100%; max-height: 540px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.breadcrumb { margin-bottom: 1.5rem; color: var(--muted); font-size: .86rem; }
.breadcrumb a { color: inherit; }
.content { font-size: 1.05rem; }
.content h2 { margin-top: 2.5rem; font-size: clamp(1.75rem, 4vw, 2.4rem); }
.content h3 { margin-top: 1.7rem; }
.callout { margin: 2rem 0; padding: 1.4rem; border: 1px solid #cbd0aa; border-radius: 18px; background: #f6f7e9; }
.callout strong { color: var(--forest); }
.checklist { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 1.3rem; padding: 0; list-style: none; }
.checklist li { position: relative; padding-left: 1.5rem; }
.checklist li::before { position: absolute; left: 0; content: "✓"; color: var(--olive); font-weight: 900; }
.steps { counter-reset: steps; display: grid; gap: 1rem; margin: 2rem 0; }
.step { position: relative; padding: 1.25rem 1.25rem 1.25rem 4rem; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.step::before { counter-increment: steps; content: counter(steps); position: absolute; left: 1.15rem; top: 1.1rem; display: grid; width: 2rem; height: 2rem; place-items: center; border-radius: 50%; background: var(--forest); color: #fff; font-weight: 800; }
.step strong { display: block; color: var(--forest); }
.references { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; }
.references li { overflow-wrap: anywhere; }

.quote { padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
.quote blockquote { margin: 0; font-family: Georgia, serif; font-size: 1.24rem; }
.quote footer { margin-top: 1rem; color: var(--muted); font-size: .87rem; }
.video-frame { overflow: hidden; border-radius: var(--radius); background: #111; box-shadow: var(--shadow); }
.video-frame video { width: 100%; }

.cta-band { padding: clamp(2rem, 5vw, 3.6rem); border-radius: 30px; background: var(--forest); color: #eef4ef; }
.cta-band h2 { color: #fff; }
.cta-band p { max-width: 720px; color: #d7e2da; }
.cta-band .button { color: var(--forest); border-color: #fff; background: #fff; }
.cta-band .button:hover { color: #fff; border-color: var(--olive); background: var(--olive); }

.site-footer { padding: 3.4rem 0 1.4rem; background: #102d21; color: #dbe4de; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 2rem; }
.site-footer h2, .site-footer h3 { color: #fff; }
.site-footer h2 { font-size: 1.65rem; }
.site-footer a { color: #fff; }
.footer-bottom { margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.15); color: #b9c7be; font-size: .8rem; }

@media (max-width: 980px) {
  .header-row { align-items: flex-start; flex-direction: column; padding: .85rem 0; }
  .nav { width: 100%; overflow-x: auto; padding-bottom: .15rem; }
  .hero-grid, .page-hero .container, .split { grid-template-columns: 1fr; }
  .hero-photo { min-height: 430px; }
  .hero-photo img { min-height: 430px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .page-hero img { max-height: 480px; }
}

@media (max-width: 650px) {
  body { font-size: 16px; }
  .container, .narrow { width: min(100% - 1.25rem, 1160px); }
  .site-header { position: static; }
  .brand span { display: none; }
  .nav { gap: .85rem; font-size: .82rem; }
  .nav .mini-cta { padding: .45rem .7rem; }
  .hero { background: var(--paper); }
  .hero-photo { min-height: 390px; }
  .hero-photo img { min-height: 390px; border-radius: 120px 120px 24px 24px; }
  .hero-note { right: .5rem; bottom: .8rem; }
  .actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .card-grid, .checklist, .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 3.7rem 0; }
  .page-hero { padding: 3.2rem 0; }
}

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