:root {
  color-scheme: light;
  --navy: #003058;
  --navy-deep: #00233f;
  --burnt: #bf5328;
  --amber: #de7d2f;
  --cream: #f4e7d0;
  --paper: #f1f1f1;
  --white: #ffffff;
  --ink: #102d46;
  --muted: #5c6e7d;
  --line: rgba(0, 48, 88, 0.16);
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--paper); }

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(0, 48, 88, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 48, 88, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 82% 16%, rgba(222, 125, 47, 0.15), transparent 30rem),
    radial-gradient(circle at 12% 78%, rgba(244, 231, 208, 0.9), transparent 34rem),
    var(--paper);
  background-size: 32px 32px, 32px 32px, auto, auto, auto;
  font-family: Inter, Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a { color: inherit; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header,
main,
footer {
  width: min(1480px, calc(100% - 48px));
  margin-inline: auto;
}

footer a { color: var(--navy); font-weight: 750; text-underline-offset: 3px; }

.policy-main { max-width: 980px; padding: clamp(42px, 7vw, 82px) 0; }
.policy-hero { margin-bottom: 32px; }
.policy-hero h1 { max-width: none; font-size: clamp(2.8rem, 7vw, 5.6rem); }
.policy-hero p { max-width: 760px; color: var(--muted); font-size: 1.06rem; line-height: 1.75; }
.policy-card { padding: clamp(26px, 5vw, 54px); border: 1px solid var(--line); border-radius: 24px; background: rgba(255, 255, 255, 0.9); box-shadow: 0 24px 70px rgba(0, 48, 88, 0.08); }
.policy-card section + section { margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--line); }
.policy-card h2 { margin: 0 0 12px; color: var(--navy); font-size: 1.35rem; }
.policy-card p, .policy-card li { color: #40596d; line-height: 1.72; }
.policy-card ul { margin: 12px 0 0; padding-left: 22px; }
.policy-card li + li { margin-top: 9px; }
.policy-card a { color: var(--burnt); font-weight: 800; text-underline-offset: 3px; }
.policy-effective { display: inline-flex; padding: 7px 11px; border-radius: 999px; color: var(--navy); background: var(--cream); font-size: 0.8rem; font-weight: 850; }

.site-header {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand { display: inline-flex; align-items: center; text-decoration: none; }

.wordmark-crop {
  position: relative;
  width: 238px;
  height: 68px;
  overflow: hidden;
  background: var(--white);
}

.wordmark-crop img {
  position: absolute;
  width: 338px;
  max-width: none;
  left: -52px;
  top: -61px;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover { transform: translateY(-1px); }
.button:focus-visible { outline: 3px solid rgba(222, 125, 47, 0.32); outline-offset: 3px; }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--burnt), var(--amber)); box-shadow: 0 18px 44px rgba(191, 83, 40, 0.2); }
.button-primary:hover { box-shadow: 0 20px 50px rgba(191, 83, 40, 0.28); }
.button-secondary { color: var(--navy); border-color: rgba(0, 48, 88, 0.34); background: rgba(255, 255, 255, 0.7); }
.button-secondary:hover { border-color: var(--navy); background: var(--white); }

.waitlist-form {
  margin-top: 28px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 50px rgba(0, 48, 88, 0.08);
}
.waitlist-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.waitlist-heading strong { font-size: 1.05rem; }
.waitlist-heading span, .waitlist-message { color: var(--muted); font-size: 0.88rem; }
.waitlist-fields { display: grid; grid-template-columns: 0.8fr 1.3fr auto; gap: 10px; align-items: end; }
.waitlist-fields label { display: grid; gap: 6px; color: var(--muted); font-size: 0.78rem; font-weight: 800; }
.waitlist-fields input { width: 100%; min-height: 46px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--ink); font: inherit; }
.waitlist-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.waitlist-message { margin: 12px 0 0; font-weight: 700; }
.waitlist-message.is-success { color: #0b6b4b; }
.waitlist-message.is-error { color: #9f2f20; }

.hero {
  min-height: calc(100vh - 250px);
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: clamp(52px, 7vw, 120px);
  padding: clamp(58px, 8vh, 108px) 0;
}

.eyebrow-row { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }

.fox-mark-crop {
  position: relative;
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  overflow: hidden;
  border: 1px solid rgba(0, 48, 88, 0.12);
  border-radius: 18px;
  background: var(--cream);
  box-shadow: 0 10px 28px rgba(0, 48, 88, 0.1);
}

.fox-mark-crop img {
  position: absolute;
  width: 176px;
  max-width: none;
  left: -57px;
  top: -19px;
  mix-blend-mode: multiply;
}

.eyebrow {
  margin: 0;
  color: var(--burnt);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 760px;
  color: var(--navy);
  font-size: clamp(3.6rem, 7vw, 7.2rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.065em;
}

h1 span { color: var(--burnt); }

.hero-text {
  max-width: 640px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.4vw, 1.26rem);
  line-height: 1.7;
}

.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 34px; }
.preview-note { color: var(--muted); font-size: 0.88rem; }

.preview-shell {
  overflow: hidden;
  border: 1px solid rgba(0, 48, 88, 0.28);
  border-radius: 28px;
  color: var(--white);
  background: linear-gradient(145deg, var(--navy) 0%, var(--navy-deep) 100%);
  box-shadow: 0 34px 90px rgba(0, 48, 88, 0.28);
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}

.preview-bar {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(244, 231, 208, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.preview-bar > span { width: 9px; height: 9px; border-radius: 999px; background: rgba(244, 231, 208, 0.26); }
.preview-bar > span:first-child { background: var(--amber); }
.preview-bar > span:nth-child(2) { background: var(--burnt); }
.preview-bar strong { margin-left: 10px; font-size: 0.82rem; }

.preview-grid {
  min-height: 480px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 1fr 0.72fr;
  gap: 14px;
  padding: 18px;
}

.preview-card {
  padding: 20px;
  border: 1px solid rgba(244, 231, 208, 0.18);
  border-radius: 18px;
  background: rgba(0, 35, 63, 0.76);
}

.preview-card p { margin: 0 0 20px; color: var(--cream); font-size: 0.78rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.08em; }
.preview-links { grid-row: 1 / 3; }
.preview-actions { background: linear-gradient(145deg, rgba(20, 67, 103, 0.96), rgba(0, 35, 63, 0.94)); }
.preview-weather { display: flex; flex-direction: column; justify-content: center; background: linear-gradient(145deg, rgba(222, 125, 47, 0.88), rgba(191, 83, 40, 0.92)); }
.preview-weather p { margin-bottom: 8px; color: var(--white); }
.preview-weather strong { color: var(--white); font-size: 3.7rem; line-height: 1; }
.preview-weather span { margin-top: 8px; color: var(--cream); }

.link-row,
.task-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(244, 231, 208, 0.13);
  border-radius: 12px;
  color: #f8f2e8;
  background: rgba(255, 255, 255, 0.045);
}

.link-row i { width: 11px; height: 11px; border-radius: 4px; background: var(--amber); }
.link-row:nth-child(3) i { background: var(--burnt); }
.link-row:nth-child(4) i { background: var(--cream); }
.task-row i { width: 16px; height: 16px; border: 1px solid rgba(244, 231, 208, 0.52); border-radius: 5px; }

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: var(--line);
  box-shadow: 0 18px 50px rgba(0, 48, 88, 0.06);
}

.principles article { padding: 24px; background: rgba(255, 255, 255, 0.82); }
.principles strong, .principles span { display: block; }
.principles strong { color: var(--navy); }
.principles span { margin-top: 7px; color: var(--muted); line-height: 1.5; }

footer {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #71808b;
  font-size: 0.82rem;
}

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .waitlist-fields { grid-template-columns: 1fr 1fr; }
  .waitlist-fields .button { grid-column: 1 / -1; }
  .preview-shell { transform: none; }
  .preview-grid { min-height: 420px; }
}

@media (max-width: 640px) {
  .site-header, main, footer { width: min(100% - 28px, 1480px); }
  .site-header { min-height: 78px; }
  .wordmark-crop { width: 178px; height: 56px; }
  .wordmark-crop img { width: 260px; left: -42px; top: -47px; }
  .site-header .button { min-height: 42px; padding-inline: 17px; }
  .hero { gap: 46px; padding: 54px 0; }
  .fox-mark-crop { width: 54px; height: 54px; border-radius: 15px; }
  .fox-mark-crop img { width: 154px; left: -50px; top: -17px; }
  h1 { font-size: clamp(3.2rem, 17vw, 4.8rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .waitlist-heading { align-items: flex-start; flex-direction: column; }
  .waitlist-fields { grid-template-columns: 1fr; }
  .preview-grid { min-height: auto; grid-template-columns: 1fr; grid-template-rows: auto; }
  .preview-links { grid-row: auto; }
  .principles { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .eyebrow { max-width: 210px; }
}

@media (prefers-reduced-motion: reduce) {
  .button { transition: none; }
}
