:root {
  color-scheme: light;
  --sky: #b9ddf5;
  --sky-soft: #e7f4fc;
  --ivory: #fffaf0;
  --cream: #fff7e8;
  --gold: #d4af37;
  --antique-gold: #a97920;
  --espresso: #4f382b;
  --muted: #755f51;
  --navy: #102a46;
  --line: rgba(169, 121, 32, 0.22);
  --glass: rgba(255, 255, 255, 0.68);
  --shadow: 0 24px 70px rgba(46, 88, 120, 0.15);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  color: var(--espresso);
  background:
    radial-gradient(circle at 50% 4%, rgba(255, 247, 232, 0.98), transparent 28rem),
    linear-gradient(180deg, var(--sky) 0%, var(--sky-soft) 44%, var(--ivory) 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image: radial-gradient(rgba(255,255,255,0.9) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(to bottom, black, transparent 65%);
}

a { color: var(--antique-gold); }
a:hover { color: #7b5514; }

.shell { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255,255,255,0.48);
  background: rgba(231, 244, 252, 0.78);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); text-decoration: none; }
.brand img { width: 42px; height: 42px; border-radius: 12px; box-shadow: 0 8px 22px rgba(41,84,118,.18); }
.wordmark { font: 600 14px/1 Inter, sans-serif; letter-spacing: 0.28em; }
.nav-links { display: flex; align-items: center; gap: 22px; font-size: 14px; }
.nav-links a { color: var(--navy); text-decoration: none; }

.hero { min-height: 700px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 68px; padding: 80px 0; }
.eyebrow { color: var(--antique-gold); font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3 { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.12; }
h1 { max-width: 720px; margin: 18px 0; font-size: clamp(48px, 7vw, 78px); }
h2 { margin: 0 0 16px; font-size: clamp(32px, 4vw, 48px); }
h3 { margin: 0 0 8px; font-size: 24px; }
.lede { max-width: 650px; margin: 0; color: var(--muted); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--antique-gold); border-radius: 999px; background: linear-gradient(135deg, #e4c35c, var(--gold)); color: #382511; font-weight: 700; text-decoration: none; box-shadow: 0 10px 25px rgba(169,121,32,.18); }
.button.secondary { background: rgba(255,255,255,.45); color: var(--navy); border-color: rgba(16,42,70,.18); box-shadow: none; }
.hero-mark { position: relative; display: grid; place-items: center; }
.hero-mark::before { content: ""; position: absolute; width: 114%; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.28); filter: blur(2px); box-shadow: 0 0 80px rgba(255,247,232,.9); }
.hero-mark img { position: relative; width: min(100%, 430px); border-radius: 26%; box-shadow: var(--shadow); }

.section { padding: 86px 0; }
.section-heading { max-width: 660px; margin-bottom: 34px; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { border: 1px solid rgba(255,255,255,.75); border-radius: 28px; padding: 28px; background: var(--glass); backdrop-filter: blur(16px); box-shadow: var(--shadow); }
.card p { margin-bottom: 0; color: var(--muted); }
.symbol { display: grid; width: 48px; height: 48px; margin-bottom: 20px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--antique-gold); background: rgba(255,247,232,.68); font-family: Georgia, serif; font-size: 22px; }
.promise { display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; align-items: center; }
.quote { padding: 36px; border-left: 2px solid var(--gold); color: var(--navy); font: 400 27px/1.45 Georgia, serif; }
.notice { border: 1px solid var(--line); border-radius: 22px; padding: 20px 24px; background: rgba(255,250,240,.64); color: var(--muted); }

.legal { width: min(800px, calc(100% - 36px)); margin: 0 auto; padding: 72px 0 110px; }
.legal-header { margin-bottom: 48px; }
.legal h1 { font-size: clamp(42px, 7vw, 64px); }
.legal h2 { margin-top: 46px; font-size: 30px; }
.legal h3 { margin-top: 28px; font: 700 18px/1.3 Inter, sans-serif; }
.legal p, .legal li { color: #604d42; }
.legal li + li { margin-top: 8px; }
.meta { color: var(--muted); font-size: 14px; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.support-grid .card { box-shadow: 0 14px 40px rgba(46,88,120,.1); }

.site-footer { padding: 38px 0; border-top: 1px solid rgba(169,121,32,.18); background: rgba(255,250,240,.42); }
.footer-row { display: flex; justify-content: space-between; align-items: center; gap: 24px; color: var(--muted); font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { color: var(--muted); }

@media (max-width: 780px) {
  .nav-links a:not(:last-child) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 42px; padding: 64px 0 78px; }
  .hero-copy { text-align: center; }
  .lede { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-mark { order: -1; }
  .hero-mark img { width: min(72vw, 330px); }
  .grid, .promise, .support-grid { grid-template-columns: 1fr; }
  .section { padding: 66px 0; }
  .footer-row { align-items: flex-start; flex-direction: column; }
}

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