/* ==========================================================================
   Argos Guardian — design system
   Light-primary, warm and accessible for a school/parent audience, carried by
   the Argos blue family so it reads as part of the same house.
   Palette: sky #0ea5e9 / #38bdf8 (Guardian primary) · Argos blue #0070f3 ·
   cyan #00d4ff · mint #10b981 (safe) · coral #ef5350 (red flag) · amber #f59e0b.
   Fonts: Fraunces (display) + Manrope (body) + JetBrains Mono (forensic detail).
   ========================================================================== */

/* ---- tokens ---- */
:root,
:root[data-theme="light"] {
  --bg:        #eef4fb;
  --bg-soft:   #f6f9fd;
  --surface:   #ffffff;
  --surface-2: #f2f7fc;
  --ink:       #0b1b2e;
  --ink-2:     #33475b;
  --muted:     #62758a;
  --line:      rgba(11,27,46,.10);
  --line-2:    rgba(11,27,46,.06);

  --sky:       #0ea5e9;   /* Guardian primary */
  --sky-lite:  #38bdf8;
  --blue:      #0b74e5;   /* Argos-family blue, AA on white */
  --cyan:      #0891b2;   /* cyan pulled down for AA text; bright #00d4ff used as glow only */
  --cyan-glow: #00d4ff;
  --mint:      #0d9f6e;   /* "safe / you got it" — AA on white */
  --mint-lite: #10b981;
  --coral:     #e5484d;   /* "red flag / threat" */
  --amber:     #d97706;   /* "urgency / caution" */
  --navy:      #0a1826;   /* cinematic lesson ground */

  --grad-brand: linear-gradient(135deg, #38bdf8 0%, #0b74e5 100%);
  --grad-sky:   linear-gradient(180deg, #e3f1fd 0%, #eef4fb 60%, #eef4fb 100%);

  --shadow-sm: 0 1px 2px rgba(11,27,46,.06), 0 2px 6px rgba(11,27,46,.05);
  --shadow-md: 0 4px 14px rgba(11,27,46,.08), 0 10px 34px rgba(11,27,46,.07);
  --shadow-lg: 0 10px 30px rgba(11,27,46,.10), 0 26px 60px rgba(11,27,46,.12);
  --shadow-brand: 0 10px 26px rgba(11,116,229,.28);

  --r-sm: 10px; --r: 16px; --r-lg: 22px; --r-pill: 999px;
  --container: 1140px;
  --gap: clamp(18px, 3vw, 34px);
}

:root[data-theme="dark"] {
  --bg:        #081321;
  --bg-soft:   #0a1826;
  --surface:   #0e2135;
  --surface-2: #10273e;
  --ink:       #eaf2fb;
  --ink-2:     #b9cbe0;
  --muted:     #8ba3bd;
  --line:      rgba(255,255,255,.10);
  --line-2:    rgba(255,255,255,.06);

  --sky:       #38bdf8;
  --sky-lite:  #7dd3fc;
  --blue:      #4d9bff;
  --cyan:      #22d3ee;
  --cyan-glow: #00d4ff;
  --mint:      #34d399;
  --mint-lite: #6ee7b7;
  --coral:     #ff6b6b;
  --amber:     #fbbf24;
  --navy:      #060f1a;

  --grad-brand: linear-gradient(135deg, #38bdf8 0%, #2b7fff 100%);
  --grad-sky:   linear-gradient(180deg, #0b1b2e 0%, #081321 100%);

  --shadow-sm: 0 1px 2px rgba(0,0,0,.30);
  --shadow-md: 0 8px 24px rgba(0,0,0,.40);
  --shadow-lg: 0 16px 50px rgba(0,0,0,.55);
  --shadow-brand: 0 10px 30px rgba(43,127,255,.35);
}

/* ---- reset / base ---- */
*,*::before,*::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.62;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--blue); text-decoration: none; transition: color .15s; }
a:hover { color: var(--sky); }
h1,h2,h3,h4 { font-family: "Fraunces", Georgia, serif; font-weight: 600; line-height: 1.1; color: var(--ink); letter-spacing: -0.01em; }
strong { font-weight: 700; color: var(--ink); }

.bg-wash {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(60% 40% at 82% -5%, rgba(56,189,248,.16), transparent 60%),
    radial-gradient(50% 40% at 6% 4%, rgba(11,116,229,.10), transparent 60%),
    var(--bg);
}

.container { width: min(var(--container), 92vw); margin-inline: auto; }
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--blue); color: #fff; padding: 10px 16px; border-radius: var(--r-sm);
  transition: top .18s;
}
.skip-link:focus { top: 12px; color: #fff; }

:focus-visible { outline: 3px solid var(--sky); outline-offset: 2px; border-radius: 4px; }

section { padding: clamp(52px, 8vw, 104px) 0; }
.sec-tight { padding-block: clamp(34px, 5vw, 60px); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: "Manrope"; font-weight: 700; font-size: .74rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--sky);
}
.eyebrow::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: var(--grad-brand); }
.sec-head { max-width: 720px; margin-bottom: clamp(28px, 4vw, 48px); }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); margin: 14px 0 12px; }
.sec-head p { color: var(--ink-2); font-size: 1.08rem; }
.lede { color: var(--ink-2); font-size: clamp(1.05rem, 2vw, 1.22rem); }

/* ---- buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: "Manrope"; font-weight: 700; font-size: .98rem;
  padding: 13px 24px; border-radius: var(--r-sm); border: 1px solid transparent;
  cursor: pointer; transition: transform .16s, box-shadow .16s, background .16s, border-color .16s;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--grad-brand); color: #fff; box-shadow: var(--shadow-brand); }
.btn-primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 14px 34px rgba(11,116,229,.36); }
.btn-secondary { background: var(--surface); color: var(--ink); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-secondary:hover { color: var(--ink); border-color: var(--sky); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--blue); border-color: transparent; padding-inline: 6px; }
.btn-ghost:hover { color: var(--sky); gap: 12px; }
.btn-lg { padding: 16px 30px; font-size: 1.05rem; }
.btn-on-dark { background: rgba(255,255,255,.08); color: #eaf2fb; border-color: rgba(255,255,255,.18); }
.btn-on-dark:hover { color: #fff; background: rgba(255,255,255,.14); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* ---- pills / chips ---- */
.pill {
  display: inline-flex; align-items: center; gap: 7px;
  font-weight: 600; font-size: .78rem; padding: 5px 13px; border-radius: var(--r-pill);
  background: color-mix(in srgb, var(--sky) 12%, transparent); color: var(--sky);
  border: 1px solid color-mix(in srgb, var(--sky) 30%, transparent);
}
.pill.mint { background: color-mix(in srgb, var(--mint) 12%, transparent); color: var(--mint); border-color: color-mix(in srgb, var(--mint) 30%, transparent); }
.pill.coral { background: color-mix(in srgb, var(--coral) 12%, transparent); color: var(--coral); border-color: color-mix(in srgb, var(--coral) 30%, transparent); }
.pill.amber { background: color-mix(in srgb, var(--amber) 14%, transparent); color: var(--amber); border-color: color-mix(in srgb, var(--amber) 32%, transparent); }
.pill.neutral { background: var(--surface-2); color: var(--muted); border-color: var(--line); }

/* ---- utility bar ---- */
.utility { background: var(--surface); border-bottom: 1px solid var(--line-2); font-size: .84rem; }
.utility-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 40px; flex-wrap: wrap; }
.utility-meta { color: var(--muted); }
.utility-meta a { color: var(--ink-2); font-weight: 600; }
.u-dot { display: inline-flex; align-items: center; gap: 8px; }
.u-dot .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 3px color-mix(in srgb, var(--mint) 22%, transparent); }
.utility-actions { display: flex; align-items: center; gap: 16px; }
.utility-actions a { color: var(--ink-2); font-weight: 600; }
.u-academy { color: var(--sky) !important; }
.theme-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 8px; border: 1px solid var(--line);
  background: var(--surface-2); color: var(--ink-2); cursor: pointer; transition: all .15s;
}
.theme-toggle:hover { color: var(--sky); border-color: var(--sky); }
.theme-toggle .ic-moon { display: none; }
:root[data-theme="dark"] .theme-toggle .ic-sun { display: none; }
:root[data-theme="dark"] .theme-toggle .ic-moon { display: block; }

/* ---- nav ---- */
.nav { position: sticky; top: 0; z-index: 100; background: color-mix(in srgb, var(--surface) 82%, transparent); backdrop-filter: saturate(140%) blur(14px); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; min-height: 68px; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: "Fraunces"; }
.brand:hover { color: inherit; }
.brand-mark { flex: none; filter: drop-shadow(0 3px 8px rgba(11,116,229,.28)); }
.brand-text { font-size: 1.28rem; font-weight: 600; color: var(--ink); letter-spacing: -.01em; }
.brand-sub { color: var(--sky); margin-left: 6px; font-weight: 600; }
.nav-right { display: flex; align-items: center; gap: 22px; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { color: var(--ink-2); font-weight: 600; font-size: .95rem; padding: 8px 13px; border-radius: 9px; }
.nav-links a:hover { color: var(--ink); background: var(--surface-2); }
.nav-links a.active { color: var(--sky); }
.nav-cta { padding: 10px 20px; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; width: 42px; height: 40px; align-items: center; justify-content: center; background: none; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; }
.nav-toggle span { width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: .2s; }

/* ---- hero ---- */
.hero { position: relative; padding-top: clamp(48px, 7vw, 88px); padding-bottom: clamp(40px, 6vw, 76px); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.hero h1 { font-size: clamp(2.4rem, 6vw, 4.05rem); line-height: 1.03; letter-spacing: -.025em; }
.hero h1 .hl { background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .lede { margin: 22px 0 30px; max-width: 33ch; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; color: var(--muted); font-size: .88rem; font-weight: 600; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust svg { width: 16px; height: 16px; color: var(--mint); }

/* phone mock used in the hero + demo teasers */
.phone {
  position: relative; width: min(310px, 78vw); margin-inline: auto;
  background: var(--navy); border-radius: 34px; padding: 14px;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow-lg), inset 0 0 0 1px rgba(255,255,255,.04);
}
.phone-screen { background: linear-gradient(180deg,#0d1f30,#0a1826); border-radius: 22px; padding: 18px 16px 20px; min-height: 440px; color: #eaf2fb; overflow: hidden; }
.phone-notch { width: 42%; height: 22px; background: #060f1a; border-radius: 0 0 14px 14px; margin: -14px auto 14px; }
.chat-row { display: flex; gap: 9px; margin-bottom: 12px; align-items: flex-end; }
.chat-av { width: 30px; height: 30px; border-radius: 50%; flex: none; background: linear-gradient(135deg,#3b5570,#25384c); display: grid; place-items: center; font-size: .8rem; }
.chat-bub { background: #16293c; border: 1px solid rgba(255,255,255,.07); padding: 10px 13px; border-radius: 14px; font-size: .82rem; line-height: 1.45; color: #d7e4f2; max-width: 80%; }
.chat-bub .u { color: var(--amber); font-weight: 700; }
.chat-bub.flag { border-color: rgba(229,72,77,.5); }
.chat-link { font-family: "JetBrains Mono", monospace; font-size: .74rem; color: #ff9aa0; word-break: break-all; }
.chat-time { font-size: .68rem; color: #6b8199; margin-top: 3px; }
.flag-tag { position: absolute; font-size: .68rem; font-weight: 700; padding: 3px 9px; border-radius: 99px; background: var(--coral); color: #fff; box-shadow: var(--shadow-md); }

/* ---- generic cards ---- */
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r);
  padding: clamp(20px, 3vw, 30px); box-shadow: var(--shadow-sm);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.card.lift:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: color-mix(in srgb, var(--sky) 40%, var(--line)); }
.card-ic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 16px; background: color-mix(in srgb, var(--sky) 12%, transparent); color: var(--sky); }
.card-ic svg { width: 23px; height: 23px; }
.card h3 { font-size: 1.24rem; margin-bottom: 9px; }
.card p { color: var(--ink-2); font-size: .98rem; }
.grid { display: grid; gap: var(--gap); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 60px); align-items: center; }

/* ---- "the three tells" signature component ---- */
.tells { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); counter-reset: tell; }
.tell { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 30px 24px 26px; box-shadow: var(--shadow-sm); }
.tell::before { counter-increment: tell; content: counter(tell); position: absolute; top: -18px; left: 24px; width: 40px; height: 40px; border-radius: 12px; background: var(--grad-brand); color: #fff; font-family: "Fraunces"; font-weight: 700; font-size: 1.25rem; display: grid; place-items: center; box-shadow: var(--shadow-brand); }
.tell h3 { margin: 12px 0 8px; font-size: 1.16rem; }
.tell p { color: var(--ink-2); font-size: .96rem; }
.tell .tag { margin-top: 14px; font-family: "JetBrains Mono", monospace; font-size: .78rem; color: var(--coral); }

/* ---- module cards ---- */
.module { position: relative; overflow: hidden; display: flex; flex-direction: column; }
.module .m-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.module .m-no { font-family: "Fraunces"; font-size: 2.1rem; font-weight: 600; color: color-mix(in srgb, var(--sky) 55%, var(--muted)); line-height: 1; }
.module h3 { font-size: 1.3rem; margin-bottom: 8px; }
.module p { color: var(--ink-2); font-size: .97rem; flex: 1; }
.module .m-foot { margin-top: 16px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: .84rem; color: var(--muted); }
.module.hold { border-style: dashed; }

/* ---- cinematic dark band (where lessons live) ---- */
.band-dark { background: var(--navy); color: #eaf2fb; position: relative; overflow: hidden; }
.band-dark::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(60% 60% at 78% 8%, rgba(56,189,248,.14), transparent 60%), radial-gradient(50% 50% at 4% 96%, rgba(16,185,129,.10), transparent 60%); }
.band-dark h2, .band-dark h3, .band-dark strong { color: #f4f9ff; }
.band-dark .lede, .band-dark p { color: #b9cbe0; }
.band-dark .eyebrow { color: var(--sky-lite); }
.band-dark .card { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.10); box-shadow: none; }
.band-dark .card p { color: #b9cbe0; }
.band-dark .card-ic { background: rgba(56,189,248,.14); color: var(--sky-lite); }

/* ---- the move (Stop -> open -> ask -> report) ---- */
.moves { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.move { text-align: center; padding: 22px 14px; border-radius: var(--r); background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.10); }
.move .mv-ic { width: 48px; height: 48px; margin: 0 auto 12px; border-radius: 14px; display: grid; place-items: center; background: rgba(56,189,248,.16); color: var(--sky-lite); }
.move .mv-ic svg { width: 24px; height: 24px; }
.move h4 { font-family: "Fraunces"; font-size: 1.06rem; color: #f4f9ff; margin-bottom: 5px; }
.move p { font-size: .86rem; color: #a9bdd4; }

/* ---- stat / trust strip ---- */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.stat { text-align: center; }
.stat .n { font-family: "Fraunces"; font-size: clamp(2.1rem, 4vw, 2.9rem); font-weight: 600; background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1; }
.stat .l { color: var(--ink-2); font-size: .95rem; margin-top: 8px; }

/* ---- checklist ---- */
.checks { list-style: none; padding: 0; display: grid; gap: 13px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink-2); }
.checks svg { flex: none; width: 22px; height: 22px; color: var(--mint); margin-top: 1px; }
.checks strong { display: block; color: var(--ink); }

/* ---- CTA block ---- */
.cta {
  background: var(--grad-brand); color: #fff; border-radius: var(--r-lg);
  padding: clamp(36px, 6vw, 66px); text-align: center; position: relative; overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.cta::after { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 80% at 90% 0%, rgba(255,255,255,.20), transparent 60%); pointer-events: none; }
.cta h2 { color: #fff; font-size: clamp(1.8rem, 4vw, 2.7rem); margin-bottom: 14px; position: relative; }
.cta p { color: rgba(255,255,255,.92); font-size: 1.12rem; max-width: 620px; margin: 0 auto 26px; position: relative; }
.cta .btn-row { justify-content: center; position: relative; }
.cta .btn-secondary { background: #fff; color: var(--blue); border-color: #fff; }
.cta .btn-secondary:hover { color: var(--blue); }
.cta .btn-ghost { color: #fff; border: 1px solid rgba(255,255,255,.5); padding: 13px 24px; }
.cta .btn-ghost:hover { color: #fff; background: rgba(255,255,255,.12); }

/* ---- forms ---- */
.form { display: grid; gap: 16px; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { display: block; font-weight: 600; font-size: .88rem; margin-bottom: 6px; color: var(--ink-2); }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border-radius: var(--r-sm); border: 1px solid var(--line);
  background: var(--surface); color: var(--ink); font: inherit; font-size: .96rem; transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--sky); box-shadow: 0 0 0 3px color-mix(in srgb, var(--sky) 22%, transparent); }
.field textarea { min-height: 120px; resize: vertical; }
.form-note { font-size: .84rem; color: var(--muted); }

/* ---- quote / mission callout ---- */
.quote { border-left: 3px solid var(--sky); padding: 6px 0 6px 24px; font-family: "Fraunces"; font-size: clamp(1.3rem, 3vw, 1.9rem); line-height: 1.32; color: var(--ink); }
.quote .by { display: block; font-family: "Manrope"; font-size: .95rem; font-weight: 600; color: var(--muted); margin-top: 16px; }

/* ---- page hero (interior pages) ---- */
.phero { padding: clamp(44px, 6vw, 80px) 0 clamp(26px, 4vw, 44px); }
.phero h1 { font-size: clamp(2.1rem, 5vw, 3.3rem); letter-spacing: -.02em; }
.phero .lede { margin-top: 18px; max-width: 60ch; }

/* ---- footer ---- */
.footer { background: var(--surface); border-top: 1px solid var(--line); padding: clamp(44px, 6vw, 72px) 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: var(--gap); }
.footer-brand .brand { margin-bottom: 14px; }
.footer-tagline { color: var(--muted); font-size: .93rem; max-width: 34ch; margin-bottom: 16px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; background: var(--surface-2); color: var(--ink-2); border: 1px solid var(--line); }
.footer-social a:hover { color: var(--sky); border-color: var(--sky); }
.footer-col h4 { font-family: "Manrope"; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.footer-col a { display: block; color: var(--ink-2); font-size: .93rem; padding: 5px 0; }
.footer-col a:hover { color: var(--sky); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line-2); color: var(--muted); font-size: .86rem; }
.footer-bottom a { color: var(--ink-2); }
.footer-legal span { color: var(--line); }

/* ---- reveal animation ---- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---- mobile ---- */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .tells, .moves, .stats, .grid-3 { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed; inset: 108px 0 auto 0; flex-direction: column; align-items: stretch;
    background: var(--surface); border-bottom: 1px solid var(--line); padding: 12px 6vw 20px;
    gap: 2px; transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .2s; box-shadow: var(--shadow-md);
  }
  .nav-links.open { transform: none; opacity: 1; pointer-events: auto; }
  .nav-links a { padding: 13px 12px; font-size: 1.02rem; }
  .nav-cta { display: none; }
  .grid-2, .grid-4, .moves { grid-template-columns: 1fr; }
  .form .row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .utility-meta { display: none; }
  .utility-row { justify-content: flex-end; }
}

/* ---- trust shield (Guardian Safe seal) ---- */
.trust-shield {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 11px 20px 11px 12px; border-radius: 16px;
  background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow-sm);
}
.trust-shield .ts-seal { flex: none; width: 46px; height: 46px; filter: drop-shadow(0 4px 12px rgba(13,159,110,.32)); }
.trust-shield .ts-text strong { display: block; font-family: "Fraunces"; font-weight: 600; font-size: 1.02rem; color: var(--ink); line-height: 1.15; }
.trust-shield .ts-text span { font-size: .85rem; color: var(--muted); }
.hero .trust-shield { margin-top: 30px; }
/* footer variant — compact */
.footer-shield { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; }
.footer-shield svg { width: 34px; height: 34px; flex: none; filter: drop-shadow(0 3px 9px rgba(13,159,110,.3)); }
.footer-shield span { font-size: .82rem; color: var(--muted); }
.footer-shield strong { color: var(--ink-2); font-weight: 700; }
@media (max-width: 460px){ .trust-shield { gap: 11px; padding: 10px 14px 10px 10px; } .trust-shield .ts-text span { font-size: .8rem; } }
