:root {
  --ink: #071d2b;
  --ink-soft: #12394a;
  --paper: #fff8e9;
  --paper-deep: #f0dfbd;
  --green: #155a68;
  --red: #9f352e;
  --gold: #e2ad36;
  --muted: #5c6966;
  --line: #dacbaa;
  --white: #fff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 18px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 10; padding: 10px 14px; color: white; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; max-width: 1180px; margin: 0 auto; padding: 14px 30px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 48px; height: 48px; border-radius: 12px; box-shadow: 0 8px 22px rgba(8,47,54,.18); }
.brand span { display: grid; line-height: 1.15; }
.brand strong { font-size: 20px; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 13px; }
nav, footer div { display: flex; gap: 24px; }
nav a, footer a { font-size: 14px; font-weight: 800; }
nav a:hover, footer a:hover, .text-link:hover, .legal-content a:hover { color: var(--red); }
.hero { min-height: 640px; max-width: 1180px; margin: 0 auto; padding: 70px 30px 90px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 10px; color: var(--red); font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
h1, h2, h3 { letter-spacing: -.025em; }
h1 { margin: 0; max-width: 760px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(54px, 7.5vw, 96px); line-height: .96; }
h2 { margin: 0; font-size: clamp(34px, 5vw, 56px); line-height: 1.08; }
h3 { margin: 16px 0 8px; font-size: 24px; line-height: 1.2; }
.lead { max-width: 680px; margin: 26px 0 0; color: var(--muted); font-size: 23px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 52px; padding: 12px 20px; border: 2px solid var(--green); border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; font-weight: 850; }
.button.primary { color: white; background: var(--green); }
.button.secondary { background: transparent; }
.hero-icon { width: min(100%, 360px); height: auto; justify-self: center; border-radius: 22%; box-shadow: 0 30px 80px rgba(8,47,54,.25); }
.feature-band { color: white; background: var(--ink); }
.section-inner { max-width: 1180px; margin: 0 auto; padding: 86px 30px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; margin-top: 58px; }
.feature { padding-top: 18px; border-top: 3px solid var(--gold); }
.feature-number { color: var(--gold); font-size: 14px; font-weight: 900; }
.feature p { margin: 0; color: #cbdad7; }
.screens { background: var(--paper-deep); }
.shot-grid { margin-top: 46px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.shot-grid img { display: block; width: 100%; height: auto; border-radius: 24px; box-shadow: 0 18px 48px rgba(8,47,54,.2); }
.privacy-band { background: white; }
.privacy-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 86px; }
.privacy-copy { display: grid; gap: 18px; }
.privacy-copy p { margin: 0; color: var(--muted); }
.text-link { width: fit-content; margin-top: 8px; padding-bottom: 2px; border-bottom: 2px solid currentColor; font-weight: 850; }
.legal-hero { padding: 70px 30px 48px; background: var(--paper-deep); }
.legal-hero > div, .legal-content { max-width: 860px; margin: 0 auto; }
.legal-hero h1 { font-size: clamp(44px, 7vw, 70px); }
.legal-hero p { max-width: 720px; margin: 18px 0 0; color: var(--muted); font-size: 21px; }
.legal-content { padding: 60px 30px 92px; }
.legal-content section { padding: 28px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 12px; font-size: 28px; }
.legal-content h3 { font-size: 20px; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content a { text-decoration: underline; text-underline-offset: 3px; }
.legal-content ul, .legal-content ol { padding-left: 24px; }
footer { max-width: 1180px; margin: 0 auto; padding: 28px 30px 46px; display: flex; justify-content: space-between; gap: 28px; color: var(--muted); font-size: 14px; }
@media (max-width: 760px) {
  body { font-size: 17px; }
  .site-header { align-items: flex-start; padding: 14px 20px; }
  .site-header nav { display: none; }
  .hero { min-height: auto; padding: 50px 20px 68px; grid-template-columns: 1fr; gap: 42px; }
  h1 { font-size: 44px; }
  .lead { font-size: 21px; }
  .hero-icon { width: 230px; justify-self: start; }
  .section-inner { padding: 62px 20px; }
  .feature-grid, .privacy-layout, .shot-grid { grid-template-columns: 1fr; gap: 34px; }
  .feature-grid { margin-top: 40px; }
  .shot-grid { max-width: 360px; }
  .legal-hero { padding: 50px 20px 36px; }
  .legal-content { padding: 38px 20px 70px; }
  footer { padding: 28px 20px 36px; flex-direction: column; }
  footer div { flex-wrap: wrap; gap: 15px 20px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
