:root {
  --ink: #172329;
  --muted: #5c6d72;
  --paper: #f5f7f4;
  --panel: #ffffff;
  --line: #d8e1dd;
  --teal: #0e766e;
  --teal-dark: #075b57;
  --coral: #d96c4f;
  --cream: #fff4df;
  --shadow: 0 18px 50px rgba(23, 35, 41, 0.08);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.65;
}

a { color: var(--teal-dark); }
a:hover { color: var(--coral); }

.site-header {
  border-bottom: 1px solid var(--line);
  background: rgba(245, 247, 244, 0.94);
}

.nav {
  width: min(1120px, calc(100% - 40px));
  margin: auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  color: var(--ink);
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.nav-links { display: flex; gap: 22px; font-family: "Trebuchet MS", sans-serif; font-size: 0.88rem; }
.nav-links a { color: var(--muted); text-decoration: none; }
.nav-links a:hover { color: var(--teal); }

main { overflow: hidden; }

.hero {
  position: relative;
  padding: 112px 0 96px;
  background: linear-gradient(120deg, #e2f0ea 0%, #f5f7f4 54%, #fff0d5 100%);
}

.hero::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: 6%;
  top: 48px;
  border: 1px solid rgba(14, 118, 110, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(14, 118, 110, 0.05), 0 0 0 68px rgba(217, 108, 79, 0.04);
  pointer-events: none;
}

.hero-inner, .content, .footer-inner { width: min(1120px, calc(100% - 40px)); margin: auto; }
.hero-inner { position: relative; z-index: 1; }

.kicker {
  margin: 0 0 16px;
  color: var(--teal-dark);
  font-family: "Trebuchet MS", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1, h2, h3 { line-height: 1.12; margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 22px; font-size: clamp(3.3rem, 8vw, 6.8rem); font-weight: 400; letter-spacing: 0; }
.hero p { max-width: 630px; margin: 0; color: var(--muted); font-size: 1.3rem; }

.hero-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; font-family: "Trebuchet MS", sans-serif; }
.button { display: inline-block; padding: 12px 18px; border: 1px solid var(--teal); border-radius: 4px; color: #fff; background: var(--teal); text-decoration: none; font-size: 0.9rem; font-weight: 700; }
.button:hover { color: #fff; background: var(--teal-dark); }
.button.secondary { color: var(--teal-dark); background: transparent; }
.button.secondary:hover { color: var(--teal-dark); background: rgba(255,255,255,0.6); }

.section { padding: 88px 0; }
.section.light { background: var(--panel); }
.section-head { max-width: 700px; margin-bottom: 40px; }
.section h2 { font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 400; }
.section-intro { color: var(--muted); font-size: 1.1rem; }

.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 26px; border: 1px solid var(--line); background: var(--panel); box-shadow: var(--shadow); }
.card h3 { margin-bottom: 10px; color: var(--teal-dark); font-family: "Trebuchet MS", sans-serif; font-size: 0.96rem; letter-spacing: 0.04em; text-transform: uppercase; }
.card p { margin: 0; color: var(--muted); }

.disclosure { border-left: 5px solid var(--coral); padding: 28px 30px; background: var(--cream); }
.disclosure h2 { margin-bottom: 12px; font-size: 1.65rem; }
.disclosure p { margin: 0 0 14px; }
.disclosure p:last-child { margin-bottom: 0; }

.policy { padding: 82px 0; background: var(--panel); }
.policy-header { padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.policy-header h1 { max-width: 820px; margin-bottom: 14px; font-size: clamp(2.8rem, 6vw, 5.4rem); }
.policy-header p { margin: 0; color: var(--muted); }
.policy-layout { display: grid; grid-template-columns: 220px 1fr; gap: 58px; padding-top: 48px; }
.policy-nav { align-self: start; position: sticky; top: 22px; font-family: "Trebuchet MS", sans-serif; font-size: 0.86rem; }
.policy-nav a { display: block; padding: 6px 0; color: var(--muted); text-decoration: none; }
.policy article { max-width: 740px; }
.policy article h2 { margin: 0 0 12px; color: var(--teal-dark); font-size: 1.7rem; font-weight: 400; }
.policy article h3 { margin: 28px 0 6px; font-size: 1.1rem; }
.policy article section { margin-bottom: 42px; }
.policy li { margin-bottom: 7px; }

.site-footer { padding: 34px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.9rem; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-inner p { margin: 0; }

@media (max-width: 760px) {
  .nav, .hero-inner, .content, .footer-inner { width: min(100% - 28px, 620px); }
  .nav { min-height: 68px; }
  .nav-links { gap: 12px; font-size: 0.8rem; }
  .hero { padding: 78px 0 74px; }
  .hero::after { width: 170px; height: 170px; right: -60px; top: 30px; }
  h1 { font-size: clamp(3rem, 17vw, 5rem); }
  .hero p { font-size: 1.08rem; }
  .section, .policy { padding: 62px 0; }
  .grid { grid-template-columns: 1fr; }
  .policy-layout { display: block; padding-top: 32px; }
  .policy-nav { position: static; margin-bottom: 40px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
  .footer-inner { display: block; }
  .footer-inner p + p { margin-top: 10px; }
}
