:root {
  --ink: #19352f;
  --muted: #5d706b;
  --forest: #245b4b;
  --forest-dark: #173f35;
  --leaf: #dbe8d7;
  --cream: #fbfaf5;
  --paper: #ffffff;
  --clay: #ad4e2d;
  --line: #dbe3df;
  --shadow: 0 18px 50px rgba(25, 53, 47, .1);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
img { max-width: 100%; height: auto; }
a { color: var(--forest); text-underline-offset: .2em; }
a:hover { color: var(--clay); }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid var(--clay);
  outline-offset: 4px;
  border-radius: 4px;
}
.skip-link { position: absolute; left: -999px; top: 1rem; z-index: 100; background: var(--paper); padding: .75rem 1rem; }
.skip-link:focus { left: 1rem; }
.container { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }
.narrow { width: min(760px, calc(100% - 2rem)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(251,250,245,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 1.25rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); font-weight: 800; text-decoration: none; line-height: 1.15; margin-right: auto; }
.brand-mark { width: 38px; height: 38px; object-fit: cover; border-radius: 10px; box-shadow: 0 3px 10px rgba(25,53,47,.15); }
.site-nav { display: flex; align-items: center; gap: .1rem; }
.site-nav a { color: var(--ink); font-size: .88rem; font-weight: 650; padding: .6rem .55rem; text-decoration: none; white-space: nowrap; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--forest); background: var(--leaf); border-radius: 8px; }
.nav-toggle { display: none; border: 1px solid var(--line); background: var(--paper); color: var(--ink); border-radius: 10px; padding: .55rem .7rem; font: inherit; font-weight: 700; }

main { overflow: hidden; }
.hero { padding: clamp(4rem, 9vw, 7rem) 0; background: radial-gradient(circle at 80% 15%, #dfead7 0, transparent 28%), linear-gradient(145deg, #fbfaf5 35%, #eff4ea); }
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(2rem, 6vw, 5rem); }
.eyebrow { color: var(--clay); font-size: .78rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; margin: 0 0 .9rem; }
h1, h2, h3 { line-height: 1.15; letter-spacing: -.025em; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 6vw, 5rem); margin: 0 0 1.25rem; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.25rem); margin: 0 0 1rem; }
h3 { font-size: 1.15rem; margin: 0 0 .6rem; }
.lead { max-width: 700px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); margin: 0 0 1.6rem; }
.hero-icon-wrap { position: relative; justify-self: center; }
.hero-icon { width: min(330px, 72vw); aspect-ratio: 1; object-fit: cover; border-radius: 30%; border: 12px solid rgba(255,255,255,.7); box-shadow: var(--shadow); }
.hero-note { position: absolute; right: -1.5rem; bottom: 1.25rem; max-width: 210px; background: var(--paper); padding: 1rem; border-radius: 14px; box-shadow: var(--shadow); font-size: .85rem; font-weight: 750; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .7rem 1.1rem; border-radius: 10px; background: var(--forest); color: #fff; font-weight: 750; text-decoration: none; }
.button:hover { background: var(--forest-dark); color: #fff; }
.button.secondary { color: var(--forest); background: transparent; border: 1px solid var(--forest); }
.button.secondary:hover { color: var(--forest-dark); background: var(--leaf); }

.section { padding: clamp(3.5rem, 8vw, 6.5rem) 0; }
.section.tint { background: #eef3eb; }
.section.dark { background: var(--forest-dark); color: #fff; }
.section.dark .lead, .section.dark p { color: #dce9e5; }
.section-head { max-width: 720px; margin-bottom: 2.25rem; }
.grid-2, .grid-3, .grid-4 { display: grid; gap: 1.1rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; box-shadow: 0 8px 24px rgba(25,53,47,.04); }
.card p { color: var(--muted); margin: 0; }
.number { display: grid; place-items: center; width: 2.2rem; height: 2.2rem; margin-bottom: 1rem; border-radius: 50%; background: var(--leaf); color: var(--forest-dark); font-weight: 850; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .7rem; }
.check-list li { position: relative; padding-left: 1.7rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--clay); font-weight: 900; }
.notice { border-left: 5px solid var(--clay); background: #fff5ef; padding: 1.25rem 1.4rem; border-radius: 0 14px 14px 0; }
.notice strong { display: block; margin-bottom: .3rem; }
.page-hero { padding: clamp(3.5rem, 8vw, 6rem) 0 3rem; background: linear-gradient(145deg, #eef4e9, #fbfaf5 65%); }
.page-hero h1 { font-size: clamp(2.5rem, 5vw, 4rem); max-width: 850px; }
.legal-hero { text-align: center; }
.legal-icon { width: 116px; height: 116px; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); margin-bottom: 1.25rem; }
.legal { padding: 3rem 0 6rem; }
.legal article { background: var(--paper); border: 1px solid var(--line); padding: clamp(1.5rem, 5vw, 3.5rem); border-radius: var(--radius); box-shadow: var(--shadow); }
.legal h2 { font-family: inherit; font-size: 1.25rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); letter-spacing: -.01em; }
.legal h2:first-child { margin-top: 0; }
.legal li { margin-bottom: .55rem; }
.meta { color: var(--muted); font-weight: 650; }
details { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 1rem 1.2rem; }
details + details { margin-top: .75rem; }
summary { cursor: pointer; color: var(--ink); font-weight: 800; }
details p { color: var(--muted); margin: .8rem 0 .25rem; }

.site-footer { background: #102e27; color: #d7e5e1; padding: 3rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 2rem; padding-bottom: 2rem; }
.footer-brand { color: #fff; font-size: 1.1rem; font-weight: 850; margin: 0 0 .6rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .8rem 1.2rem; }
.site-footer a { color: #fff; }
.copyright { border-top: 1px solid rgba(255,255,255,.15); margin: 0; padding-top: 1.25rem; font-size: .86rem; color: #aec4be; }

@media (max-width: 920px) {
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; left: 1rem; right: 1rem; top: 68px; flex-direction: column; align-items: stretch; padding: .7rem; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .site-nav[data-open="true"] { display: flex; }
  .site-nav a { padding: .7rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .lead { margin-inline: auto; }
  .actions { justify-content: center; }
  .hero-icon-wrap { grid-row: 1; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .brand { font-size: .86rem; max-width: 220px; }
  .brand-mark { width: 34px; height: 34px; }
  .hero-note { right: -.5rem; }
  .grid-2, .grid-3, .grid-4, .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  h1 { overflow-wrap: anywhere; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
