:root {
  --forest: #064e43;
  --forest-deep: #033a33;
  --ivory: #fff9e9;
  --cream: #f6edcf;
  --orange: #f47a45;
  --gold: #f7bf52;
  --ink: #173b36;
  --muted: #5d746e;
  --line: rgba(255, 249, 233, 0.22);
  --shadow: 0 24px 70px rgba(1, 35, 30, 0.26);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  line-height: 1.65;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 100; background: white; padding: 10px 14px; }

.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0;
  color: var(--ivory);
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 168px; height: auto; }
.site-nav { display: flex; gap: 24px; align-items: center; }
.site-nav a { text-decoration: none; font-weight: 800; font-size: 14px; letter-spacing: .02em; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--gold); }

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--ivory);
  background: var(--forest);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3,58,51,.98) 0%, rgba(3,58,51,.88) 45%, rgba(3,58,51,.22) 100%), url("home-background.webp") center/cover;
}
.hero::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: 8%;
  top: 19%;
  border: 1px solid rgba(255,249,233,.35);
  border-radius: 50%;
  box-shadow: 0 0 0 30px rgba(255,249,233,.05), 0 0 0 70px rgba(255,249,233,.025);
}
.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 150px 0 90px;
}
.eyebrow { margin: 0 0 18px; color: var(--gold); font-weight: 900; text-transform: uppercase; letter-spacing: .16em; font-size: 13px; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.04; }
h1 { max-width: 720px; margin: 0; font-size: clamp(58px, 8vw, 112px); letter-spacing: -.055em; }
.hero-copy { max-width: 590px; margin: 28px 0 34px; font-size: clamp(18px, 2vw, 23px); color: rgba(255,249,233,.82); }
.actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 2px solid var(--orange);
  border-radius: 16px;
  color: #fff;
  background: var(--orange);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 0 #b94d27;
  transition: transform .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 0 #b94d27; }
.button:active { transform: translateY(5px); box-shadow: 0 3px 0 #b94d27; }
.button.secondary { border-color: rgba(255,249,233,.35); background: rgba(255,249,233,.08); box-shadow: none; }

.section { padding: 96px 0; }
.wrap { width: min(1080px, calc(100% - 40px)); margin: 0 auto; }
.intro { max-width: 700px; }
.intro h2, .page-copy h1 { margin: 0 0 20px; font-size: clamp(42px, 6vw, 72px); letter-spacing: -.04em; }
.intro p { color: var(--muted); font-size: 19px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
.feature {
  min-height: 240px;
  padding: 30px;
  border: 1px solid #dfd5b8;
  border-radius: 28px;
  background: #fffdf4;
}
.feature-num { display: block; color: var(--orange); font: 900 13px/1 "Trebuchet MS", sans-serif; letter-spacing: .15em; }
.feature h3 { margin: 48px 0 12px; font-size: 30px; }
.feature p { margin: 0; color: var(--muted); }

.legal-hero { padding: 150px 0 64px; color: var(--ivory); background: var(--forest); }
.legal-hero .site-header { top: 0; }
.legal-hero h1 { max-width: 880px; font-size: clamp(48px, 7vw, 84px); }
.legal-hero p { color: rgba(255,249,233,.72); }
.page-copy { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 72px 0 100px; }
.page-copy h2 { margin: 48px 0 12px; font-size: 30px; letter-spacing: -.02em; }
.page-copy h3 { margin: 32px 0 8px; font-size: 22px; }
.page-copy p, .page-copy li { color: #405b55; }
.page-copy a { color: #9e431f; font-weight: 800; }
.updated { font-weight: 800; }

.support-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: start; }
.support-card { padding: 32px; border-radius: 28px; background: var(--forest); color: var(--ivory); box-shadow: var(--shadow); }
.support-card h2 { margin-top: 0; }
.support-card p { color: rgba(255, 249, 233, .78); }
.support-card a { color: var(--gold); }
.support-form { display: grid; gap: 18px; }
.field { display: grid; gap: 7px; }
.field label { font-weight: 900; font-size: 14px; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid #cfc5a8;
  border-radius: 13px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fffef9;
  font: inherit;
}
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(244,122,69,.28); border-color: var(--orange); }
.form-note { margin: 0; color: var(--muted); font-size: 14px; }
.notice { padding: 14px 16px; border-radius: 12px; background: #e7f5e9; color: #1b6331; font-weight: 800; }
.notice.error { background: #fde8df; color: #8f3218; }
.honeypot { position: absolute !important; left: -9999px !important; }

.site-footer { padding: 42px 0; color: rgba(255,249,233,.72); background: var(--forest-deep); }
.footer-inner { display: flex; justify-content: space-between; gap: 28px; align-items: center; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a { color: var(--ivory); text-decoration: none; font-weight: 800; }

@media (max-width: 760px) {
  .site-header { width: calc(100% - 28px); padding-top: 18px; }
  .brand img { width: 132px; }
  .site-nav a:not(.nav-support) { display: none; }
  .hero { min-height: 720px; }
  .hero::before { background: linear-gradient(180deg, rgba(3,58,51,.95), rgba(3,58,51,.70)), url("home-background.webp") 58% center/cover; }
  .hero::after { width: 260px; height: 260px; right: -80px; top: 17%; }
  .hero-inner { width: calc(100% - 32px); padding-top: 130px; }
  h1 { font-size: clamp(54px, 19vw, 78px); }
  .hero-copy { font-size: 18px; }
  .actions .button { width: 100%; }
  .section { padding: 70px 0; }
  .feature-grid, .support-layout { grid-template-columns: 1fr; }
  .feature { min-height: 200px; }
  .feature h3 { margin-top: 32px; }
  .legal-hero { padding: 130px 0 52px; }
  .page-copy { padding-top: 52px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
