/* =========================================================
   Pillar Security LLC — pillarsecurity.io
   Shared stylesheet for Home / About / PolicyReady
   Dark · purple #8E48F8 · cyan #07E4E9 · Schibsted Grotesk + IBM Plex Mono
   ========================================================= */

:root {
  --bg: #0E0E10;
  --bg-soft: #16161A;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.14);
  --ink: #F4F4F6;
  --ink-dim: #AEAFBD;
  --ink-faint: #84858F;
  --purple: #8E48F8;
  --purple-lt: #B488FF;
  --cyan: #07E4E9;
  --purple-glow: rgba(142, 72, 248, 0.35);
  --cyan-glow: rgba(7, 228, 233, 0.30);
  --font-display: "Schibsted Grotesk", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --maxw: 600px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; overflow-x: clip; max-width: 100%; scroll-behavior: smooth; }

body {
  font-family: var(--font-display);
  background: var(--bg);
  color: var(--ink);
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* ---- atmosphere (all pages) ---- */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(120% 80% at 50% -10%, rgba(142, 72, 248, 0.14), transparent 55%),
    radial-gradient(90% 60% at 50% 115%, rgba(7, 228, 233, 0.08), transparent 55%);
}
body::after {
  content: "";
  position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E");
}

.topline {
  position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 6;
  background: linear-gradient(90deg, transparent, var(--purple) 30%, var(--cyan) 70%, transparent);
  opacity: 0.8;
}

/* the pillar of light — hero motif, home only */
.pillar {
  position: fixed; top: 0; bottom: 0; left: 50%; width: 220px;
  transform: translateX(-50%); z-index: 0; pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 78%, transparent);
          mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 78%, transparent);
}
.pillar::before {
  content: ""; position: absolute; top: 0; bottom: 0; left: 50%;
  transform: translateX(-50%); width: 2px;
  background: linear-gradient(to bottom, transparent, var(--purple) 30%, var(--cyan) 70%, transparent);
  box-shadow: 0 0 30px 8px var(--purple-glow), 0 0 80px 26px var(--cyan-glow);
  opacity: 0.75;
}
.pillar::after {
  content: ""; position: absolute; inset: 0; opacity: 0.5;
  background-image: repeating-linear-gradient(90deg,
    transparent 0, transparent 26px,
    rgba(255,255,255,0.05) 26px, rgba(255,255,255,0.05) 27px);
}

/* ============ NAV ============ */
.site-nav {
  position: relative; z-index: 5;
  width: 100%; max-width: 1080px; margin: 0 auto;
  padding: 22px clamp(20px, 5vw, 40px);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand .logo-img { height: 34px; width: auto; display: block; }
.brand .glyph { width: 22px; height: 28px; display: block; flex: none; }
.brand .wordmark {
  font-weight: 600; font-size: 12px; letter-spacing: 0.34em;
  text-transform: uppercase; color: var(--ink); white-space: nowrap;
}
.nav-links { display: flex; align-items: center; flex-wrap: wrap; justify-content: center; gap: clamp(14px, 3vw, 26px); }
.nav-links a {
  font-size: 13px; letter-spacing: 0.02em; text-decoration: none;
  color: var(--ink-dim); transition: color 0.2s ease; white-space: nowrap;
}
.nav-links a:hover { color: var(--ink); }
.nav-links a[aria-current="page"] { color: var(--ink); }
.nav-links a.ext {
  color: var(--ink); border: 1px solid var(--line-strong);
  padding: 7px 14px; border-radius: 999px;
}
.nav-links a.ext:hover { border-color: var(--purple); color: var(--purple); }

/* ============ MAIN LAYOUT ============ */
main {
  flex: 1; width: 100%; position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: center;
}
.home main, body.home main { justify-content: center; padding: 24px 24px 56px; }
.doc main { justify-content: flex-start; padding: 16px clamp(20px, 5vw, 40px) 64px; }

/* ---- entrance ---- */
.reveal { opacity: 0; transform: translateY(14px); animation: rise 0.9s cubic-bezier(0.2,0.7,0.2,1) forwards; }
@keyframes rise { to { opacity: 1; transform: translateY(0); } }

/* ============ HOME ============ */
.hero { width: 100%; max-width: 480px; text-align: center; display: flex; flex-direction: column; align-items: center; }

h1 { font-weight: 800; letter-spacing: -0.02em; }
.hero-mark {
  position: relative; margin: 0 0 22px; line-height: 0;
  animation-delay: 0.05s;
}
/* glow pooled behind the logo, as if lit on the pillar */
.hero-mark::before {
  content: ""; position: absolute; left: 50%; top: 50%;
  width: 130%; height: 320%; transform: translate(-50%, -50%);
  background: radial-gradient(closest-side, rgba(142,72,248,0.22), rgba(7,228,233,0.10) 55%, transparent 75%);
  z-index: -1; pointer-events: none;
}
.hero-mark img {
  width: min(420px, 82vw); height: auto; display: block; margin: 0 auto;
  filter: drop-shadow(0 6px 28px rgba(0,0,0,0.5));
}

.entity-tag {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--ink-dim); margin-bottom: 30px;
  animation-delay: 0.16s;
}

.lede { font-size: clamp(1rem, 3.6vw, 1.15rem); color: var(--ink-dim); max-width: 40ch; margin: 0 auto 40px; animation-delay: 0.28s; }
.lede strong { color: var(--ink); font-weight: 600; }

/* verification record */
.record {
  position: relative; width: 100%; max-width: 430px; border: 1px solid var(--line-strong);
  border-radius: 16px; overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.012));
  backdrop-filter: blur(3px); padding: 6px 22px 8px; margin-bottom: 40px; text-align: left;
  box-shadow: 0 24px 60px -28px rgba(0,0,0,0.8);
  animation-delay: 0.4s;
}
.record::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--purple), var(--cyan), transparent);
  opacity: 0.7;
}
.record-head {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 16px 2px 14px; border-bottom: 1px solid var(--line);
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--ink-faint);
}
.record-head .verified { display: inline-flex; align-items: center; gap: 6px; color: var(--cyan); }
.record-head .verified svg { width: 13px; height: 13px; }
.row { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 14px 2px; border-bottom: 1px solid var(--line); }
.row:last-child { border-bottom: none; }
.row dt { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); white-space: nowrap; }
.row dd { font-size: 1rem; font-weight: 600; color: var(--ink); text-align: right; }
.status { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 0.86rem; letter-spacing: 0.04em; color: var(--cyan); }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 0 var(--cyan-glow); animation: pulse 2.4s ease-out infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(7,228,233,.5);} 70%{box-shadow:0 0 0 9px rgba(7,228,233,0);} 100%{box-shadow:0 0 0 0 rgba(7,228,233,0);} }

.actions { display: flex; flex-direction: column; align-items: center; gap: 18px; animation-delay: 0.54s; }

/* ============ LANDING (home) ============ */
body.home main { justify-content: flex-start; align-items: stretch; padding: 0; }
.lp-inner { width: 100%; max-width: 720px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 40px); }
.lp-divider { height: 1px; background: var(--line); width: 100%; max-width: 720px; margin: 0 auto; }

/* (column-rule motif removed — not on brand) */

/* hero trust line (Fortune 500 / IC) */
.hero-trust {
  margin: 26px auto 0; font-size: 0.95rem; line-height: 1.5;
  color: var(--ink-dim); animation-delay: 0.44s; max-width: 46ch; text-wrap: balance;
}
.hero-trust strong { color: var(--ink-dim); font-weight: 500; }

/* PolicyReady guarantee + availability lines */
.pr-guarantee { font-size: 0.95rem; color: var(--ink-dim); margin-top: 10px; }
.pr-guarantee strong { color: var(--ink); font-weight: 600; }
.avail-note { font-family: var(--font-mono); font-size: 0.84rem; color: var(--ink-dim); margin: 0 0 16px; letter-spacing: 0.01em; }

/* hero */
.lp-hero { position: relative; text-align: center; padding: clamp(52px, 11vh, 120px) 0 clamp(44px, 8vh, 84px); }
.lp-hero::before {
  content: ""; position: absolute; left: 50%; top: 8%; transform: translateX(-50%);
  width: min(680px, 95vw); height: 340px; z-index: -1; pointer-events: none;
  background: radial-gradient(60% 60% at 50% 40%, rgba(142,72,248,0.20), rgba(7,228,233,0.07) 55%, transparent 75%);
}
.lp-hero h1 {
  font-weight: 800; font-size: clamp(2.2rem, 6vw, 4rem); line-height: 1.05;
  letter-spacing: -0.025em; max-width: 16ch; margin: 0 auto 24px; animation-delay: 0.08s;
  text-wrap: balance;
}
.lp-hero h1 em { font-style: normal; color: var(--purple); }
.lp-hero .sub { font-size: clamp(1.05rem, 2.4vw, 1.28rem); line-height: 1.55; color: var(--ink-dim); max-width: 52ch; margin: 0 auto 38px; animation-delay: 0.2s; }
.lp-hero .sub strong { color: var(--ink); font-weight: 600; }
.hero-ctas { display: flex; gap: 14px 18px; justify-content: center; align-items: center; flex-wrap: wrap; animation-delay: 0.32s; }
.cta.ghost { background: transparent; color: var(--ink); border: 1px solid var(--line-strong); }
.cta.ghost:hover { background: rgba(255,255,255,0.04); border-color: var(--purple); color: var(--ink); box-shadow: none; transform: translateY(-2px); }

/* statement */
.lp-statement { text-align: center; padding: clamp(46px, 8vh, 80px) 0; }
.lp-statement h2 { font-size: clamp(1.45rem, 3.4vw, 2rem); letter-spacing: -0.015em; margin-bottom: 16px; animation-delay: 0.05s; }
.lp-statement p { color: var(--ink-dim); font-size: 1.06rem; line-height: 1.6; max-width: 54ch; margin: 0 auto; animation-delay: 0.12s; }
.lp-statement a.inline { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line-strong); }
.lp-statement a.inline:hover { color: var(--purple); border-color: var(--purple); }

/* offering */
.lp-offer { padding: clamp(18px, 4vh, 36px) 0 clamp(56px, 10vh, 104px); }
.offer-card {
  position: relative; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 18px;
  padding: clamp(26px, 4vw, 42px); text-align: left;
  background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.012));
  box-shadow: 0 28px 70px -34px rgba(0,0,0,0.85); animation-delay: 0.1s;
}
.offer-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--purple), var(--cyan), transparent); opacity: 0.7; }
.offer-label { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--purple-lt); display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.offer-card h3 { font-size: clamp(1.5rem, 4vw, 2.1rem); letter-spacing: -0.015em; margin-bottom: 14px; }
.offer-card p { color: var(--ink-dim); font-size: 1.02rem; line-height: 1.6; max-width: 58ch; margin-bottom: 24px; }
.offer-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; color: var(--ink); text-decoration: none; }
.offer-link .arrow { transition: transform 0.2s ease; }
.offer-link:hover { color: var(--purple); }
.offer-link:hover .arrow { transform: translateX(4px); }

/* ============ HOME HERO EMBLEM (faint branded backdrop) ============ */
.hero-emblem {
  position: absolute; left: 50%; top: 46%; transform: translate(-50%, -50%);
  width: min(520px, 88vw); z-index: -1; pointer-events: none;
  opacity: 0.06; color: #fff;
}
.hero-emblem svg, .hero-emblem img { width: 100%; height: auto; display: block; }

/* ============ ABOUT PORTRAIT ============ */
.about-head { display: flex; gap: 38px; align-items: center; margin-bottom: 10px; }
.portrait {
  flex: none; width: 188px; height: 188px; border-radius: 50%; padding: 4px;
  background: linear-gradient(140deg, var(--purple), var(--cyan));
  box-shadow: 0 0 60px -12px var(--purple-glow); animation-delay: 0.05s;
}
.portrait img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; display: block; background: #1a1a1d; }
.head-text { min-width: 0; }
.cred-line {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.02em;
  color: var(--purple-lt); margin-top: 12px; text-wrap: balance;
}
@media (max-width: 560px) {
  .about-head { flex-direction: column; text-align: center; align-items: center; gap: 22px; }
  .portrait { width: 156px; height: 156px; }
}

/* ============ REDLINE DOCUMENT VISUAL (PolicyReady) ============ */
.redline-doc {
  position: relative; overflow: hidden; border: 1px solid var(--line-strong);
  border-radius: 14px; background: #141419; padding: 20px 22px 22px;
  font-family: var(--font-mono); font-size: 12.5px; line-height: 1.75;
  box-shadow: 0 30px 70px -34px rgba(0,0,0,0.85); animation-delay: 0.24s;
  overflow-wrap: break-word;
}
.redline-doc::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--purple), var(--cyan), transparent); opacity: 0.7; }
.rl-head {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px solid var(--line);
  font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-faint);
}
.rl-tag { display: inline-flex; align-items: center; gap: 7px; color: var(--cyan); }
.rl-tag .dot { width: 6px; height: 6px; }
.redline-doc .body { color: var(--ink-dim); }
.redline-doc del { color: #ff9b9b; text-decoration: line-through; text-decoration-color: rgba(255,155,155,0.6); }
.redline-doc ins { color: var(--cyan); text-decoration: none; background: rgba(7,228,233,0.10); border-radius: 3px; padding: 0 2px; }
.rl-cite {
  margin-top: 14px; padding-top: 12px; border-top: 1px dashed var(--line);
  font-size: 11px; color: var(--ink-faint); letter-spacing: 0.02em;
}
.rl-cite b { color: var(--purple-lt); font-weight: 500; }
.sample-caption { font-family: var(--font-mono); font-size: 11px; color: var(--ink-faint); letter-spacing: 0.08em; text-transform: uppercase; margin: 16px 0 0; text-align: center; }

/* PolicyReady two-column hero */
.pr-hero { display: block; }
.pr-hero > div:last-child { margin-top: 30px; }

/* free / paid split cards */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .split { grid-template-columns: 1fr; } }
.tier { border: 1px solid var(--line); border-radius: 14px; padding: 22px; background: linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0)); }
.tier.paid { border-color: var(--line-strong); }
.tier-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 10px; }
.tier.free .tier-label { color: var(--ink-dim); }
.tier.paid .tier-label { color: var(--purple-lt); }
.tier h3 { font-size: 1.15rem; margin-bottom: 8px; }
.tier p { color: var(--ink-dim); font-size: 0.95rem; margin: 0; }
.tier .price { font-family: var(--font-mono); color: var(--purple-lt); font-size: 1.1rem; margin-top: 12px; }
.tier-cta { display: inline-flex; align-items: center; gap: 7px; margin-top: 16px; font-weight: 600; font-size: 0.92rem; color: #fff; background: var(--purple); padding: 12px 18px; border-radius: 999px; text-decoration: none; transition: background 0.2s ease, transform 0.2s ease; }
.tier-cta:hover { background: var(--purple-lt); transform: translateY(-1px); }
.tier-cta .arrow { transition: transform 0.2s ease; }
.tier-cta:hover .arrow { transform: translateX(3px); }

/* ============ DOC PAGES (About / PolicyReady) ============ */
.doc-wrap { width: 100%; max-width: var(--maxw); }
.eyebrow {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--purple-lt); margin-bottom: 16px; display: inline-flex; align-items: center; gap: 9px;
  animation-delay: 0.04s;
}
.doc h1 { font-size: clamp(2rem, 6.5vw, 3rem); line-height: 1.05; margin-bottom: 22px; animation-delay: 0.12s; text-wrap: balance; overflow-wrap: break-word; }
.doc h1 .sub { display: block; font-size: 0.34em; font-weight: 500; letter-spacing: 0.06em; color: var(--ink-dim); margin-top: 14px; line-height: 1.4; }
.h1-sub { margin: -8px 0 0; font-size: clamp(1rem, 2.6vw, 1.18rem); font-weight: 500; letter-spacing: 0.01em; color: var(--ink-dim); line-height: 1.45; }

.prose { animation-delay: 0.22s; }
.prose p { color: var(--ink-dim); font-size: clamp(1rem, 3vw, 1.1rem); max-width: 60ch; margin-bottom: 18px; }
.prose p strong { color: var(--ink); font-weight: 600; }

.section-label {
  font-family: var(--font-mono); font-size: 12px; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-dim); margin: 40px 0 16px;
}

/* link list (About) */
.linklist { display: grid; gap: 10px; animation-delay: 0.3s; }
.linklist a {
  display: flex; align-items: center; gap: 14px; text-decoration: none;
  border: 1px solid var(--line); border-radius: 12px; padding: 15px 18px;
  color: var(--ink); transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.linklist a:hover { border-color: var(--line-strong); background: rgba(255,255,255,0.025); transform: translateX(3px); }
.linklist .ico { width: 18px; height: 18px; flex: none; color: var(--purple); }
.linklist .lk-label { font-weight: 600; font-size: 0.98rem; }
.linklist .lk-sub { font-family: var(--font-mono); font-size: 0.78rem; color: var(--ink-faint); margin-top: 2px; }
.linklist .lk-text { display: flex; flex-direction: column; }
.linklist .lk-arrow { margin-left: auto; color: var(--ink-faint); transition: color 0.2s ease, transform 0.2s ease; }
.linklist a:hover .lk-arrow { color: var(--purple); transform: translateX(3px); }

/* info / frameworks / confidentiality cards (PolicyReady) */
.card {
  border: 1px solid var(--line); border-radius: 14px; padding: 22px 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0));
  margin-bottom: 16px; animation-delay: 0.3s;
}
.card h3 { font-size: 1rem; font-weight: 600; margin-bottom: 12px; }
.card ul { list-style: none; display: grid; gap: 10px; }
.card li { display: flex; gap: 11px; color: var(--ink-dim); font-size: 0.96rem; }
.card li::before { content: ""; flex: none; width: 6px; height: 6px; margin-top: 8px; border-radius: 50%; background: var(--purple); }
.frameworks { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.chip {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.02em; color: var(--ink);
  border: 1px solid var(--line-strong); border-radius: 999px; padding: 7px 13px;
}
.framework-note { font-size: 0.92rem; color: var(--ink-dim); line-height: 1.55; max-width: 60ch; margin-top: 16px; }
.price-line { font-size: 1.05rem; color: var(--ink); margin-bottom: 8px; }
.price-line .amount { font-family: var(--font-mono); color: var(--purple-lt); font-weight: 600; }
.price-line .guarantee { color: var(--ink-dim); }
.cta-note { font-family: var(--font-mono); font-size: 0.8rem; color: var(--ink-faint); margin-top: 14px; letter-spacing: 0.01em; }
.verify-link { color: var(--ink-dim); text-decoration: none; border-bottom: 1px solid var(--line-strong); }
.verify-link:hover { color: var(--purple); border-color: var(--purple); }

/* ============ SHARED BUTTONS ============ */
.cta {
  display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: 1.02rem;
  text-decoration: none; color: var(--bg); background: var(--ink); padding: 16px 32px; border-radius: 999px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.cta:hover { transform: translateY(-2px); background: #fff; box-shadow: 0 10px 36px -8px var(--purple-glow), 0 0 0 1px rgba(255,255,255,0.1); }
.cta .arrow { transition: transform 0.25s ease; }
.cta:hover .arrow { transform: translateX(4px); }
.cta-row { margin-top: 36px; animation-delay: 0.4s; }

.mail { font-family: var(--font-mono); font-size: 0.9rem; color: var(--ink-dim); text-decoration: none; letter-spacing: 0.01em; border-bottom: 1px solid transparent; padding-bottom: 1px; transition: color 0.2s ease, border-color 0.2s ease; }
.mail:hover { color: var(--purple); border-color: var(--purple); }

/* ============ FOOTER ============ */
footer { position: relative; z-index: 2; padding: 40px 24px 36px; text-align: center; }
.legal { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.04em; color: var(--ink-dim); line-height: 1.9; }
.legal a { color: var(--ink-dim); text-decoration: none; border-bottom: 1px solid var(--line-strong); }
.legal a:hover { color: var(--ink-dim); }

/* ============ A11Y ============ */
a:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; border-radius: 4px; }

/* ============ RESPONSIVE ============ */
@media (max-width: 560px) {
  .site-nav { padding: 16px 20px; flex-direction: column; gap: 12px; align-items: center; }
  .nav-links { gap: 6px 18px; }
  .nav-links a { padding: 11px 6px; }
  .nav-links a.ext { padding: 11px 15px; }
  .lockup { margin-bottom: 32px; }
  .row { flex-direction: column; align-items: flex-start; gap: 4px; }
  .row dd { text-align: left; }
  .linklist a { padding: 14px 16px; }
  footer { padding-top: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { animation: none; opacity: 1; transform: none; }
  .dot { animation: none; }
  html { scroll-behavior: auto; }
  .cta, .cta .arrow, .linklist a, .linklist .lk-arrow { transition: none; }
}
