/* ==========================================================================
   AI Cloak — ai-cloak.wycomco.de

   Colour: AI Cloak's own palette, derived from the shipped app icon
   (appstore-visuals/SPECS.md) — accent #0088FF, secondary #45D0F5,
   base #FFFFFF -> #E9F2FC.
   Type + ink: from the wycomco website redesign (Figma) — Geologica Variable,
   tight negative tracking, ink #393561, 1200px container.

   Anonymize and pseudonymize are given deliberately different visual
   treatments: they are two separate jobs, not two settings of one.

   No third-party requests: the font is self-hosted below, no CDNs,
   no analytics, no cookies. Motion respects prefers-reduced-motion.
   ========================================================================== */

/* Geologica Variable — self-hosted (SIL Open Font License, see
   assets/fonts/Geologica-OFL.txt). Latin + Latin Extended, ~47 KB. */
@font-face {
  font-family: 'Geologica Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(../fonts/geologica-latin-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Geologica Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(../fonts/geologica-latin-ext-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --blue: #0088ff;
  --blue-deep: #0067c4;
  --blue-ink: #024e94;
  --cyan: #45d0f5;
  --ink: #393561;          /* wycomco redesign: TextStyle */
  --ink-2: #4c477a;
  --ink-3: #7b78a0;
  --ice: #e9f2fc;
  --ice-2: #f7f9fd;
  --surface: #ffffff;
  --line: #dfe4f2;
  --line-soft: #ebeef8;
  --amber: #9a6a12;
  --green: #16785a;
  --lime: #6ef76e;         /* the redesign's neon lime, used sparingly */
  --slate: #5b5878;        /* the anonymize side: deliberately not blue */
  --slate-soft: #f4f4f8;

  --shadow-s: 0 1px 2px rgba(57, 53, 97, .06), 0 2px 8px rgba(57, 53, 97, .05);
  --shadow-m: 0 2px 6px rgba(57, 53, 97, .06), 0 12px 32px rgba(57, 53, 97, .09);
  --shadow-l: 0 6px 18px rgba(57, 53, 97, .09), 0 30px 70px rgba(57, 53, 97, .14);
  --shadow-blue: 0 6px 20px rgba(0, 136, 255, .26);

  --r-s: 10px;
  --r-m: 16px;
  --r-l: 24px;
  --r-xl: 32px;

  --wrap: 1200px;
  --pad: 24px;

  --font: 'Geologica Variable', -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;
  --track-head: -.055em;
  --track-body: -.02em;

  --ease: cubic-bezier(.22, .68, 0, 1);
}

@media (prefers-color-scheme: dark) {
  :root {
    --blue: #3aa2ff;
    --blue-deep: #7cc4ff;
    --blue-ink: #a9d7ff;
    --cyan: #5ddcff;
    --ink: #f0eefb;
    --ink-2: #c2bee2;
    --ink-3: #9691bd;
    --ice: #17152b;
    --ice-2: #131124;
    --surface: #1b1934;
    --line: #302c52;
    --line-soft: #262246;
    --amber: #e0a95a;
    --green: #5fd3a8;
    --slate: #b0acd0;
    --slate-soft: #201d3b;
    --shadow-s: 0 1px 2px rgba(0, 0, 0, .4);
    --shadow-m: 0 2px 6px rgba(0, 0, 0, .35), 0 12px 32px rgba(0, 0, 0, .35);
    --shadow-l: 0 6px 18px rgba(0, 0, 0, .4), 0 30px 70px rgba(0, 0, 0, .5);
  }
}

/* ---------- reset / base ---------- */

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: var(--track-body);
  color: var(--ink-2);
  background: var(--surface);
  font-variation-settings: 'CRSV' 0, 'SHRP' 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

b, strong { font-weight: 600; color: inherit; }

img, svg { max-width: 100%; height: auto; display: block; }

a { color: var(--blue-deep); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 {
  color: var(--ink);
  line-height: 1.08;
  letter-spacing: var(--track-head);
  margin: 0 0 .5em;
  font-weight: 700;
  text-wrap: balance;
}
h1 { font-size: clamp(2.5rem, 5.6vw, 4.1rem); }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.75rem); }
h3 { font-size: 1.28rem; line-height: 1.2; letter-spacing: -.045em; }
h4 { letter-spacing: -.04em; }

p { margin: 0 0 1em; }
ul { margin: 0 0 1em; padding-left: 1.15em; }
li { margin-bottom: .35em; }

code, kbd {
  font-family: var(--mono);
  font-size: .86em;
  background: var(--ice);
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  padding: .12em .42em;
  color: var(--ink);
}

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

.skip {
  position: absolute; left: -9999px; top: 0;
  background: var(--surface); color: var(--ink);
  padding: 12px 18px; border-radius: 0 0 var(--r-s) 0; z-index: 300;
}
.skip:focus { left: 0; }

/* ---------- layout helpers ---------- */

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--pad); }

section { padding: clamp(64px, 8vw, 116px) 0; position: relative; }
section.tight { padding: clamp(44px, 5vw, 76px) 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .78rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--blue-deep);
  margin-bottom: 14px;
}
.eyebrow--pseudo { color: var(--blue-deep); }
.eyebrow--anon { color: var(--slate); }
.eyebrow--fm { color: var(--blue-deep); }

.lead { font-size: 1.19rem; line-height: 1.45; color: var(--ink-2); }
.small { font-size: .93rem; }
.fixture { font-size: .87rem; color: var(--ink-3); align-self: end; }

.head { max-width: 720px; margin-bottom: clamp(36px, 4vw, 56px); }
.head--row {
  max-width: none; display: flex; gap: 24px;
  align-items: flex-end; justify-content: space-between;
}
.head--row > div { max-width: 720px; }
@media (max-width: 760px) { .head--row { flex-direction: column; align-items: flex-start; } }

.mt-s { margin-top: 14px; }
.mt-m { margin-top: 24px; }
.mt-l { margin-top: clamp(30px, 4vw, 52px); }

.tinted { background: linear-gradient(180deg, var(--ice-2), var(--ice)); }
.tinted-soft { background: var(--ice-2); }

.grid { display: grid; gap: 20px; }
.g2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.g3 { grid-template-columns: repeat(auto-fit, minmax(268px, 1fr)); }
.stack { display: grid; gap: 20px; }

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-m);
  padding: 26px;
  box-shadow: var(--shadow-s);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-m); }
.card h3 { margin-bottom: .35em; }
.card p:last-child, .card ul:last-child { margin-bottom: 0; }

.ico {
  width: 42px; height: 42px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: linear-gradient(150deg, var(--blue), var(--cyan));
  color: #fff; margin-bottom: 16px;
  box-shadow: var(--shadow-blue);
  transition: transform .35s var(--ease);
}
.card:hover .ico { transform: rotate(-6deg) scale(1.06); }
.ico svg { width: 21px; height: 21px; stroke: currentColor; fill: none;
  stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

svg.tick { width: 15px; height: 15px; stroke: var(--blue); fill: none;
  stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; flex: none; }

ul.ticks { list-style: none; padding: 0; margin: 14px 0 0; }
ul.ticks li {
  position: relative; padding-left: 26px; font-size: .95rem; margin-bottom: .5em;
}
ul.ticks li::before {
  content: ""; position: absolute; left: 2px; top: .48em;
  width: 12px; height: 7px;
  border-left: 2px solid var(--blue); border-bottom: 2px solid var(--blue);
  transform: rotate(-45deg);
  border-radius: 1px;
}

/* ---------- buttons & arrows ---------- */

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font: inherit; font-weight: 500; font-size: 1.02rem;
  letter-spacing: -.025em;
  min-height: 52px; padding: 12px 26px;
  border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; white-space: nowrap;
  text-decoration: none !important;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), background .22s ease;
}
.btn-sm { min-height: 44px; padding: 9px 20px; font-size: .96rem; }
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(160deg, var(--blue), var(--blue-deep));
  color: #fff; box-shadow: var(--shadow-blue);
}
.btn-primary:hover { box-shadow: 0 10px 28px rgba(0, 136, 255, .4); }
.btn-ghost {
  background: var(--surface); color: var(--ink);
  border-color: var(--line); box-shadow: var(--shadow-s);
}
.btn-ghost:hover { border-color: var(--blue); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* the wycomco redesign's circular arrow badge, in miniature */
.btn-arrow {
  width: 26px; height: 26px; flex: none;
  display: grid; place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  transition: transform .28s var(--ease), background .28s ease;
}
.btn-ghost .btn-arrow { background: var(--ice); }
.btn-arrow svg { width: 14px; height: 14px; }
.btn:hover .btn-arrow { transform: translateX(4px); }
.btn-primary:hover .btn-arrow { background: rgba(255, 255, 255, .3); }

.link-arrow {
  display: inline-flex; align-items: center; gap: 7px;
  font-weight: 500; letter-spacing: -.02em;
}
.link-arrow:hover { text-decoration: none; }
.link-arrow svg { width: 17px; height: 17px; transition: transform .26s var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }

/* ---------- header ---------- */

.site-head {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--surface) 80%, transparent);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.site-head.stuck { border-bottom-color: var(--line-soft); box-shadow: 0 2px 14px rgba(57, 53, 97, .06); }
.site-head .wrap { display: flex; align-items: center; gap: 16px; height: 66px; }

.scroll-progress {
  position: absolute; left: 0; bottom: -1px; height: 2px; width: 0;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  transition: width .1s linear;
}

.brand {
  display: flex; align-items: center; gap: 11px;
  font-weight: 700; color: var(--ink); font-size: 1.12rem; letter-spacing: -.04em;
}
.brand:hover { text-decoration: none; }
.brand img {
  width: 34px; height: 34px; border-radius: 8px;
  border: 1px solid var(--line-soft); box-shadow: var(--shadow-s);
  transition: transform .4s var(--ease);
}
.brand:hover img { transform: rotate(-8deg) scale(1.07); }

.nav { display: flex; gap: 2px; margin-left: auto; align-items: center; }
.nav a {
  color: var(--ink-2); font-size: .95rem; font-weight: 400;
  padding: 8px 11px; border-radius: 8px; position: relative;
}
.nav a:hover { text-decoration: none; color: var(--ink); background: var(--ice); }
.nav a.active { color: var(--blue-deep); }

.lang {
  display: inline-flex; margin-left: 8px;
  border: 1px solid var(--line); border-radius: 999px; overflow: hidden;
  background: var(--surface);
}
.lang button {
  font: inherit; font-size: .82rem; font-weight: 600;
  padding: 6px 13px; border: 0; background: transparent;
  color: var(--ink-3); cursor: pointer; transition: background .2s, color .2s;
}
.lang button[aria-pressed="true"] { background: var(--blue); color: #fff; }

.burger {
  display: none; margin-left: auto;
  width: 42px; height: 42px; border-radius: 11px;
  border: 1px solid var(--line); background: var(--surface);
  cursor: pointer; padding: 0; place-items: center;
}
.burger svg { width: 20px; height: 20px; stroke: var(--ink); fill: none; stroke-width: 2; stroke-linecap: round; }

@media (max-width: 1080px) {
  .burger { display: grid; }
  .nav {
    position: absolute; top: 66px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 2px;
    background: var(--surface); border-bottom: 1px solid var(--line);
    padding: 12px var(--pad) 18px; margin-left: 0;
    box-shadow: var(--shadow-m); display: none;
  }
  .nav.open { display: flex; animation: dropIn .28s var(--ease); }
  .nav a { padding: 11px 12px; font-size: 1rem; }
  .lang { margin: 8px 0 0; align-self: flex-start; }
}
@keyframes dropIn { from { opacity: 0; transform: translateY(-8px); } }

/* ---------- hero ---------- */

.hero {
  position: relative; overflow: hidden;
  padding: clamp(56px, 7vw, 108px) 0 clamp(44px, 5vw, 80px);
  background: linear-gradient(180deg, var(--surface), var(--ice));
}
.blob {
  position: absolute; border-radius: 50%; pointer-events: none;
  filter: blur(70px); opacity: .6;
}
.blob-a {
  width: 620px; height: 560px; right: -6%; top: -22%;
  background: radial-gradient(circle at 40% 40%, rgba(69, 208, 245, .55), transparent 68%);
  animation: floatA 22s ease-in-out infinite alternate;
}
.blob-b {
  width: 560px; height: 520px; left: -10%; top: 4%;
  background: radial-gradient(circle at 60% 40%, rgba(0, 136, 255, .34), transparent 68%);
  animation: floatB 27s ease-in-out infinite alternate;
}
@keyframes floatA { to { transform: translate3d(-40px, 36px, 0) scale(1.1); } }
@keyframes floatB { to { transform: translate3d(34px, -28px, 0) scale(1.08); } }

.hero .wrap { position: relative; z-index: 1; }
.hero-grid {
  display: grid; gap: clamp(28px, 4vw, 48px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.14fr);
  align-items: center;
}
@media (max-width: 940px) { .hero-grid { grid-template-columns: 1fr; } }

.badge-pill {
  display: inline-flex; align-items: center; gap: 9px;
  background: color-mix(in srgb, var(--surface) 76%, transparent);
  border: 1px solid var(--line); color: var(--ink-2);
  border-radius: 999px; padding: 6px 16px 6px 12px;
  font-size: .92rem; font-weight: 400;
  margin-bottom: 22px; box-shadow: var(--shadow-s);
}
.badge-pill .dot {
  width: 8px; height: 8px; border-radius: 50%; flex: none;
  background: var(--lime);
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--lime) 60%, transparent);
  animation: pulse 2.4s ease-out infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 color-mix(in srgb, var(--lime) 70%, transparent); }
  70%  { box-shadow: 0 0 0 9px rgba(110, 247, 110, 0); }
  100% { box-shadow: 0 0 0 0 rgba(110, 247, 110, 0); }
}

.hero h1 { margin-bottom: 20px; }
.hero h1 .accent {
  background: linear-gradient(100deg, var(--blue) 10%, var(--cyan) 60%, var(--blue) 110%);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: sheen 9s ease-in-out infinite;
}
@keyframes sheen { 0%, 100% { background-position: 0% 0; } 50% { background-position: 100% 0; } }

.hero-sub { font-size: 1.24rem; line-height: 1.45; max-width: 30em; margin-bottom: 30px; }
.stores { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.hero-meta {
  margin-top: 24px; font-size: .9rem; color: var(--ink-3);
  display: flex; flex-wrap: wrap; gap: 6px 18px;
}
.hero-meta span { display: inline-flex; align-items: center; gap: 7px; }

.hero-art { position: relative; }
.hero-art img {
  width: 100%; background: transparent;
  filter: drop-shadow(0 10px 20px rgba(57, 53, 97, .10))
          drop-shadow(0 30px 60px rgba(57, 53, 97, .16));
}
@media (min-width: 1040px) {
  .hero-art { margin-right: calc(-1 * var(--pad)); }
  .hero-art img { width: 132%; max-width: none; }
}
.fallback {
  aspect-ratio: 16 / 10; border-radius: var(--r-m);
  border: 1px dashed var(--line); background: var(--ice-2);
  display: grid; place-items: center; text-align: center;
  color: var(--ink-3); font-size: .88rem; padding: 22px;
}

/* store badges */
.store-badge {
  display: inline-flex; align-items: center; gap: 11px;
  border: 1px solid var(--line); background: var(--surface);
  border-radius: 14px; padding: 10px 18px 10px 15px;
  box-shadow: var(--shadow-s); color: var(--ink);
  transition: transform .22s var(--ease), border-color .22s ease;
}
.store-badge:hover { text-decoration: none; transform: translateY(-2px); border-color: var(--blue); }
.store-badge svg { width: 24px; height: 24px; fill: currentColor; flex: none; }
.store-badge b { display: block; font-size: 1.02rem; font-weight: 600; line-height: 1.25; letter-spacing: -.035em; }
.store-badge small { display: block; font-size: .72rem; color: var(--ink-3); letter-spacing: .05em; text-transform: uppercase; }
.store-badge[aria-disabled="true"] { opacity: .58; pointer-events: none; }
.soon {
  font-style: normal; font-size: .72rem; color: var(--ink-3);
  border: 1px solid var(--line); border-radius: 999px; padding: 2px 9px; margin-left: 2px;
}

/* ---------- the fork: two jobs, two treatments ---------- */

.fork {
  display: grid; gap: clamp(20px, 3vw, 30px);
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
}
.fork-card {
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
  border-radius: var(--r-l);
  padding: clamp(26px, 3vw, 38px);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-s);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.fork-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-m); }
.fork-card::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 4px;
}
.fork-card--pseudo::before { background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.fork-card--anon::before { background: linear-gradient(90deg, var(--slate), color-mix(in srgb, var(--slate) 40%, var(--line))); }
.fork-card--pseudo { background: linear-gradient(170deg, color-mix(in srgb, var(--blue) 5%, var(--surface)), var(--surface) 46%); }
.fork-card--anon { background: linear-gradient(170deg, var(--slate-soft), var(--surface) 46%); }

.fork-kicker {
  display: inline-block; font-size: .76rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase; margin-bottom: 10px;
}
.fork-card--pseudo .fork-kicker { color: var(--blue-deep); }
.fork-card--anon .fork-kicker { color: var(--slate); }
.fork-card h3 { font-size: clamp(1.6rem, 2.6vw, 2.1rem); letter-spacing: var(--track-head); margin-bottom: .35em; }
.fork-goal { font-size: 1.09rem; color: var(--ink); font-weight: 400; }

.fork-vis {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  margin: 20px 0 22px; padding: 14px 16px;
  border-radius: var(--r-m);
  background: color-mix(in srgb, var(--surface) 70%, transparent);
  border: 1px solid var(--line-soft);
}
.chipish {
  font-family: var(--mono); font-size: .84rem;
  padding: 5px 10px; border-radius: 7px; white-space: nowrap;
}
.chipish.orig { background: color-mix(in srgb, var(--amber) 15%, transparent); color: var(--ink); }
.chipish.stand { background: color-mix(in srgb, var(--blue) 14%, transparent); color: var(--blue-ink); font-weight: 500; }
.chipish.marker { background: color-mix(in srgb, var(--slate) 16%, transparent); color: var(--ink); font-weight: 500; }
.fork-arrow { color: var(--ink-3); display: block; }
.fork-arrow svg { width: 44px; height: 24px; }
.fork-arrow--two { color: var(--blue); animation: shuttle 3.4s ease-in-out infinite; }
.fork-arrow--one { color: var(--slate); }
@keyframes shuttle { 0%, 100% { transform: translateX(-3px); } 50% { transform: translateX(3px); } }

.fork-when { font-size: .96rem; }
.fork-when b { display: block; color: var(--ink); font-size: .82rem;
  letter-spacing: .07em; text-transform: uppercase; margin-bottom: 3px; }

.fork-foot {
  display: flex; flex-wrap: wrap; gap: 14px 18px;
  align-items: center; justify-content: space-between;
  margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line-soft);
}
.fork-when { margin-bottom: 22px; }
.tag {
  display: inline-block; font-size: .74rem; font-weight: 600;
  letter-spacing: .04em; padding: 5px 11px; border-radius: 999px;
}
.tag.rev { background: color-mix(in srgb, var(--green) 13%, transparent); color: var(--green); }
.tag.irr { background: color-mix(in srgb, var(--amber) 14%, transparent); color: var(--amber); }

.note {
  border-left: 3px solid var(--amber);
  background: color-mix(in srgb, var(--amber) 7%, transparent);
  border-radius: 0 var(--r-s) var(--r-s) 0;
  padding: 18px 22px; font-size: .96rem; margin-top: clamp(26px, 3vw, 40px);
}
.note b { color: var(--ink); }
.note p:last-child { margin-bottom: 0; }
.note p { margin-top: .5em; }

/* ---------- pseudonymize: the round trip ---------- */

.trip {
  display: grid; grid-template-columns: 268px minmax(0, 1fr);
  gap: clamp(18px, 2.4vw, 30px);
  align-items: start;
}
@media (max-width: 880px) { .trip { grid-template-columns: 1fr; } }

.trip-rail { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.trip-rail button {
  width: 100%; display: flex; align-items: center; gap: 13px;
  font: inherit; font-size: .99rem; text-align: left;
  padding: 13px 15px; border-radius: var(--r-m);
  border: 1px solid transparent; background: transparent;
  color: var(--ink-2); cursor: pointer;
  transition: background .25s ease, border-color .25s ease, color .25s ease;
}
.trip-rail button i {
  font-style: normal; flex: none;
  width: 27px; height: 27px; border-radius: 50%;
  display: grid; place-items: center;
  font-size: .84rem; font-weight: 600; letter-spacing: 0;
  background: var(--ice); color: var(--ink-3);
  transition: background .25s ease, color .25s ease, transform .3s var(--ease);
}
.trip-rail button:hover { background: var(--ice-2); color: var(--ink); }
.trip-rail button[aria-current="true"] {
  background: var(--surface); border-color: var(--line);
  color: var(--ink); font-weight: 500; box-shadow: var(--shadow-s);
}
.trip-rail button[aria-current="true"] i {
  background: linear-gradient(150deg, var(--blue), var(--cyan));
  color: #fff; transform: scale(1.06);
}
@media (max-width: 880px) {
  .trip-rail { grid-template-columns: repeat(2, 1fr); }
}

.trip-stage {
  position: relative; overflow: hidden;
  border: 1px solid var(--line); border-radius: var(--r-l);
  background: var(--surface); box-shadow: var(--shadow-m);
}
.trip-bar { height: 3px; background: var(--line-soft); }
.trip-bar span {
  display: block; height: 100%; width: 0;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  transition: width .25s linear;
}
.trip-head {
  display: flex; align-items: center; gap: 12px;
  padding: 16px 20px; border-bottom: 1px solid var(--line-soft);
  background: var(--ice-2);
}
.trip-badge {
  width: 26px; height: 26px; border-radius: 50%; flex: none;
  display: grid; place-items: center;
  background: linear-gradient(150deg, var(--blue), var(--cyan));
  color: #fff; font-size: .8rem; font-weight: 600; letter-spacing: 0;
}
.trip-head strong { color: var(--ink); font-weight: 600; letter-spacing: -.035em; font-size: 1.04rem; }
.trip-play {
  margin-left: auto; display: inline-flex; align-items: center; gap: 7px;
  font: inherit; font-size: .86rem; font-weight: 500;
  padding: 7px 14px 7px 11px; border-radius: 999px;
  border: 1px solid var(--line); background: var(--surface);
  color: var(--ink-2); cursor: pointer;
  transition: border-color .2s, color .2s;
}
.trip-play:hover { border-color: var(--blue); color: var(--ink); }
.trip-play svg { width: 14px; height: 14px; }
.trip-play .i-play { display: none; }
.trip-play[aria-pressed="false"] .i-play { display: block; }
.trip-play[aria-pressed="false"] .i-pause { display: none; }

.trip-text {
  font-family: var(--mono); font-size: .86rem; line-height: 1.95;
  color: var(--ink); margin: 0; padding: 22px 24px 6px;
  white-space: pre-wrap; word-break: break-word;
  min-height: 178px;
}
.trip-text.swap { animation: swapIn .45s var(--ease); }
@keyframes swapIn { from { opacity: 0; transform: translateY(7px); } }

mark.hit {
  background: color-mix(in srgb, var(--amber) 17%, transparent);
  color: var(--ink);
  border-bottom: 1.5px solid color-mix(in srgb, var(--amber) 55%, transparent);
  border-radius: 3px; padding: 0 2px;
}
mark.out {
  background: color-mix(in srgb, var(--blue) 13%, transparent);
  color: var(--blue-ink); font-weight: 500;
  border-radius: 3px; padding: 0 3px;
}
mark.mark {
  background: color-mix(in srgb, var(--slate) 16%, transparent);
  color: var(--ink); font-weight: 500;
  border-radius: 3px; padding: 0 3px;
}

.trip-desc {
  margin: 0; padding: 0 24px 20px;
  font-size: .95rem; color: var(--ink-2);
}
.trip-foot {
  border-top: 1px solid var(--line-soft);
  padding: 13px 22px; background: var(--ice-2);
  font-size: .87rem; color: var(--ink-3);
  display: flex; align-items: center; gap: 10px;
}
.trip-foot svg { width: 16px; height: 16px; flex: none; stroke: var(--green); fill: none; stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round; }

/* ---------- anonymize: the one-way door ---------- */

.oneway {
  display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(14px, 2vw, 26px); align-items: stretch;
}
@media (max-width: 860px) {
  .oneway { grid-template-columns: 1fr; }
  .oneway-gate { transform: rotate(90deg); margin: 4px auto; }
}
.oneway-col {
  border: 1px solid var(--line); border-radius: var(--r-l);
  background: var(--surface); padding: 22px 24px;
  box-shadow: var(--shadow-s);
}
.oneway-col--after {
  background: linear-gradient(170deg, var(--slate-soft), var(--surface) 60%);
  border-color: color-mix(in srgb, var(--slate) 22%, var(--line));
}
.oneway-col h4 {
  font-size: .74rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-3); font-weight: 600; margin-bottom: 12px;
}
.demo-text {
  font-family: var(--mono); font-size: .85rem; line-height: 1.95;
  color: var(--ink); margin: 0; white-space: pre-wrap; word-break: break-word;
}
.oneway-gate {
  align-self: center; display: grid; place-items: center;
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--surface); border: 1px solid var(--line);
  color: var(--slate); box-shadow: var(--shadow-s);
}
.oneway-gate svg { width: 22px; height: 22px; }

/* ---------- detection ---------- */

.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 999px; padding: 9px 17px;
  font-size: .97rem; color: var(--ink);
  box-shadow: var(--shadow-s);
  transition: transform .25s var(--ease), border-color .25s ease;
}
.chip:hover { transform: translateY(-2px); border-color: var(--blue); }

.pipeline {
  display: grid; gap: 14px; margin-top: 20px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}
.pipe {
  border: 1px solid var(--line); border-radius: var(--r-m);
  padding: 20px; background: var(--surface); box-shadow: var(--shadow-s);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.pipe:hover { transform: translateY(-3px); box-shadow: var(--shadow-m); }
.pipe .n { font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--blue-deep); }
.pipe h4 { margin: 6px 0 6px; font-size: 1.08rem; font-weight: 700; color: var(--ink); }
.pipe p { margin: 0; font-size: .9rem; color: var(--ink-3); }
.pipe--hero {
  border-color: color-mix(in srgb, var(--blue) 34%, var(--line));
  background: linear-gradient(165deg, color-mix(in srgb, var(--cyan) 11%, var(--surface)), var(--surface) 65%);
}
.pipe--hero h4 { color: var(--blue-ink); }

/* Apple Foundation Models callout */
.fm {
  position: relative; overflow: hidden;
  margin-top: clamp(30px, 4vw, 52px);
  border-radius: var(--r-xl);
  border: 1px solid color-mix(in srgb, var(--blue) 26%, var(--line));
  background: linear-gradient(160deg, color-mix(in srgb, var(--cyan) 13%, var(--surface)), var(--surface) 62%);
  box-shadow: var(--shadow-m);
}
.fm-glow {
  position: absolute; width: 460px; height: 460px; right: -120px; top: -190px;
  border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(69, 208, 245, .38), transparent 68%);
  filter: blur(30px);
  animation: glow 8s ease-in-out infinite alternate;
}
@keyframes glow { to { transform: translate3d(-26px, 22px, 0) scale(1.12); opacity: .75; } }
.fm-body { position: relative; padding: clamp(28px, 3.4vw, 44px); max-width: 900px; }
.fm-body h3 { font-size: clamp(1.5rem, 2.6vw, 2.05rem); letter-spacing: var(--track-head); }
.fm-small { font-size: .95rem; color: var(--ink-2); }
.spark { display: grid; place-items: center; color: var(--cyan); }
.spark svg { width: 17px; height: 17px; animation: twinkle 3.2s ease-in-out infinite; }
@keyframes twinkle { 0%, 100% { opacity: .55; transform: scale(.92); } 50% { opacity: 1; transform: scale(1.08); } }

.fm-bullets {
  display: grid; gap: 16px; margin-top: 26px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}
.fm-bullets > div {
  background: color-mix(in srgb, var(--surface) 76%, transparent);
  border: 1px solid var(--line-soft); border-radius: var(--r-m);
  padding: 16px 18px;
}
.fm-bullets b { display: block; color: var(--ink); margin-bottom: 3px; letter-spacing: -.035em; }
.fm-bullets span { font-size: .9rem; color: var(--ink-3); }

/* ---------- screenshots: carousel ---------- */

.carousel {
  overflow-x: auto; overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 6px 0 10px;
  cursor: grab;
}
.carousel::-webkit-scrollbar { display: none; }
.carousel.dragging { cursor: grabbing; scroll-snap-type: none; }
.carousel:focus-visible { outline-offset: -3px; }

.carousel-track {
  display: flex; gap: clamp(18px, 2.4vw, 34px);
  padding: 0 max(var(--pad), calc((100vw - var(--wrap)) / 2 + var(--pad)));
  width: max-content;
}

.slide {
  margin: 0; flex: 0 0 auto;
  width: min(620px, 78vw);
  scroll-snap-align: center;
}
.slide--phone { width: min(300px, 62vw); }

.slide-btn {
  display: block; width: 100%; padding: 0; border: 0; background: transparent;
  cursor: zoom-in; position: relative;
  transition: transform .35s var(--ease);
}
.slide-btn:hover { transform: translateY(-4px); }
.slide-btn img {
  width: 100%; background: transparent;
  filter: drop-shadow(0 6px 14px rgba(57, 53, 97, .09))
          drop-shadow(0 20px 44px rgba(57, 53, 97, .13));
  pointer-events: none;
}
.zoom-hint {
  position: absolute; right: 14px; bottom: 14px;
  width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center;
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  border: 1px solid var(--line); color: var(--ink);
  box-shadow: var(--shadow-s);
  opacity: 0; transform: translateY(5px);
  transition: opacity .28s ease, transform .28s var(--ease);
}
.zoom-hint svg { width: 18px; height: 18px; }
.slide-btn:hover .zoom-hint, .slide-btn:focus-visible .zoom-hint { opacity: 1; transform: none; }

.slide figcaption { margin-top: 14px; font-size: .95rem; color: var(--ink-2); }
.slide figcaption b { display: block; color: var(--ink); font-weight: 600; letter-spacing: -.035em; margin-bottom: 2px; }
figure { margin: 0; }

.carousel-nav { display: flex; gap: 8px; flex: none; }
.cbtn {
  width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--line); background: var(--surface);
  color: var(--ink); cursor: pointer; display: grid; place-items: center;
  box-shadow: var(--shadow-s);
  transition: transform .22s var(--ease), border-color .22s ease, opacity .22s ease;
}
.cbtn:hover { border-color: var(--blue); transform: translateY(-2px); }
.cbtn[disabled] { opacity: .35; pointer-events: none; }
.cbtn svg { width: 19px; height: 19px; }

.carousel-foot {
  display: flex; align-items: center; gap: 18px;
  justify-content: space-between; flex-wrap: wrap; margin-top: 14px;
}
.dots { display: flex; gap: 8px; }
.dots button {
  width: 9px; height: 9px; padding: 0; border-radius: 999px;
  border: 0; background: var(--line); cursor: pointer;
  transition: width .3s var(--ease), background .3s ease;
}
.dots button[aria-current="true"] { width: 28px; background: var(--blue); }
.hint { margin: 0; font-size: .85rem; color: var(--ink-3); }

/* lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 200;
  display: grid; place-items: center;
  background: color-mix(in srgb, #16112e 88%, transparent);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  padding: clamp(16px, 4vw, 56px);
  animation: lbIn .24s ease;
}
@keyframes lbIn { from { opacity: 0; } }
.lb-figure { max-width: 100%; max-height: 100%; display: grid; gap: 14px; justify-items: center; }
.lb-figure img {
  max-width: 100%; max-height: 78vh; width: auto;
  border-radius: var(--r-m);
  filter: drop-shadow(0 24px 60px rgba(0, 0, 0, .5));
  animation: lbPop .3s var(--ease);
}
@keyframes lbPop { from { opacity: 0; transform: scale(.965); } }
.lb-figure figcaption {
  color: rgba(255, 255, 255, .92); font-size: 1rem; text-align: center;
  max-width: 46em; letter-spacing: -.02em;
}
.lb-close, .lb-nav {
  position: absolute; border-radius: 50%; cursor: pointer;
  display: grid; place-items: center;
  background: rgba(255, 255, 255, .12); color: #fff;
  border: 1px solid rgba(255, 255, 255, .26);
  transition: background .2s ease, transform .2s var(--ease);
}
.lb-close:hover, .lb-nav:hover { background: rgba(255, 255, 255, .24); }
.lb-close { top: 18px; right: 18px; width: 46px; height: 46px; }
.lb-close svg { width: 20px; height: 20px; }
.lb-nav { top: 50%; margin-top: -25px; width: 50px; height: 50px; }
.lb-nav svg { width: 22px; height: 22px; }
.lb-prev { left: 16px; }
.lb-next { right: 16px; }
.lb-prev:hover { transform: translateX(-2px); }
.lb-next:hover { transform: translateX(2px); }
body.lb-open { overflow: hidden; }

/* ---------- privacy ---------- */

.privacy-grid {
  display: grid; gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  align-items: start;
}
@media (max-width: 900px) { .privacy-grid { grid-template-columns: 1fr; } }

.facts {
  display: grid; border: 1px solid var(--line); border-radius: var(--r-m);
  overflow: hidden; background: var(--surface); box-shadow: var(--shadow-s);
}
.fact { display: flex; gap: 14px; padding: 18px 20px; transition: background .25s ease; }
.fact:hover { background: var(--ice-2); }
.fact + .fact { border-top: 1px solid var(--line-soft); }
.fact svg { width: 19px; height: 19px; flex: none; margin-top: 4px; stroke: var(--blue); fill: none;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.fact b { display: block; color: var(--ink); font-weight: 600; letter-spacing: -.035em; }
.fact span { font-size: .93rem; }

.label-card {
  border: 1px solid var(--line); border-radius: var(--r-m);
  background: linear-gradient(160deg, var(--surface), var(--ice-2));
  padding: 28px; box-shadow: var(--shadow-s);
}
.label-card .big {
  font-size: clamp(1.6rem, 3vw, 2.15rem); font-weight: 700;
  color: var(--ink); letter-spacing: var(--track-head); line-height: 1.1; margin: 0 0 8px;
}
.label-card .sub { font-size: .92rem; color: var(--ink-3); margin: 0; }

/* ---------- organizations ---------- */

.surfaces { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.surface {
  border: 1px solid var(--line); border-radius: var(--r-m);
  background: var(--surface); padding: 22px; box-shadow: var(--shadow-s);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.surface:hover { transform: translateY(-3px); box-shadow: var(--shadow-m); }
.surface code { background: transparent; border: 0; padding: 0; color: var(--blue-deep); font-weight: 600; }
.surface h3 { font-size: 1.14rem; }
.surface p { margin: 0; font-size: .92rem; }

.term-shell {
  font-family: var(--mono); font-size: .84rem; line-height: 1.75;
  white-space: pre;
  background: #16132b; color: #ddd9f5;
  border-radius: var(--r-m); padding: 20px 22px;
  overflow-x: auto; box-shadow: var(--shadow-m);
  border: 1px solid #2a2550;
}
.term-shell .p { color: #7ef0b4; }
.term-shell .c { color: #8b86b8; }
.term-shell .o { color: #7cc4ff; }

/* ---------- about wycomco ---------- */

.about {
  display: grid; gap: clamp(24px, 3vw, 40px);
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  align-items: start;
}
@media (max-width: 900px) { .about { grid-template-columns: 1fr; } }

.about-foot { display: flex; flex-wrap: wrap; gap: 14px 22px; align-items: center; }
.cert {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .92rem; font-weight: 500; color: var(--ink);
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 999px; padding: 8px 17px 8px 13px;
  box-shadow: var(--shadow-s);
}
.cert svg { width: 19px; height: 19px; color: var(--blue); flex: none; }

.askwy {
  position: relative; overflow: hidden;
  border-radius: var(--r-xl); padding: clamp(26px, 3vw, 36px);
  background: linear-gradient(165deg, #1d1a38, #12112a 70%);
  color: rgba(255, 255, 255, .82);
  box-shadow: var(--shadow-l);
}
.askwy::after {
  content: ""; position: absolute; width: 300px; height: 300px;
  right: -90px; bottom: -140px; border-radius: 50%;
  background: radial-gradient(circle, rgba(110, 247, 110, .34), transparent 66%);
  filter: blur(24px);
  animation: glow 9s ease-in-out infinite alternate;
}
.askwy > * { position: relative; }
.askwy-kicker {
  display: inline-block; font-size: .74rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--lime); margin-bottom: 14px;
}
p.askwy-logo {
  font-size: clamp(2rem, 4vw, 2.7rem); font-weight: 700;
  letter-spacing: -.06em; color: #fff; margin: 0 0 2px;
}
p.askwy-tag { color: var(--lime); font-size: 1.02rem; margin-bottom: 14px; letter-spacing: -.03em; }
.askwy p { color: rgba(255, 255, 255, .74); font-size: .97rem; }
.askwy .btn-ghost {
  background: rgba(255, 255, 255, .1); color: #fff;
  border-color: rgba(255, 255, 255, .3); box-shadow: none;
}
.askwy .btn-ghost:hover { background: rgba(255, 255, 255, .18); border-color: var(--lime); }
.askwy .btn-arrow { background: rgba(255, 255, 255, .16); }

/* ---------- faq ---------- */

.faq { max-width: 830px; }
details { border-bottom: 1px solid var(--line); padding: 6px 0; }
details summary {
  cursor: pointer; list-style: none;
  padding: 16px 36px 16px 0; position: relative;
  font-weight: 500; color: var(--ink); font-size: 1.1rem; letter-spacing: -.035em;
  transition: color .2s ease;
}
details summary:hover { color: var(--blue-deep); }
details summary::-webkit-details-marker { display: none; }
details summary::after {
  content: ""; position: absolute; right: 8px; top: 50%;
  width: 9px; height: 9px; margin-top: -6px;
  border-right: 2px solid var(--ink-3); border-bottom: 2px solid var(--ink-3);
  transform: rotate(45deg); transition: transform .25s var(--ease);
}
details[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
details .body { padding: 0 12px 18px 0; font-size: .99rem; animation: swapIn .3s var(--ease); }
details .body p:last-child { margin-bottom: 0; }

/* ---------- CTA ---------- */

.cta {
  position: relative; overflow: hidden;
  border-radius: var(--r-xl);
  background: linear-gradient(150deg, var(--blue), var(--blue-deep));
  color: #fff; padding: clamp(38px, 5vw, 66px);
  box-shadow: var(--shadow-l); text-align: center;
}
.cta h2 { color: #fff; }
.cta p { color: rgba(255, 255, 255, .9); max-width: 46em; margin-inline: auto; }
.cta .btn-row { justify-content: center; margin-top: 26px; }
.cta .btn-ghost { background: rgba(255, 255, 255, .14); color: #fff; border-color: rgba(255, 255, 255, .38); box-shadow: none; }
.cta .btn-primary { background: #fff; color: var(--blue-deep); box-shadow: 0 8px 24px rgba(0, 0, 0, .2); }
.cta .btn-primary .btn-arrow { background: color-mix(in srgb, var(--blue) 16%, transparent); }
.cta-shine {
  position: absolute; top: -60%; left: -30%; width: 55%; height: 220%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .16), transparent);
  transform: rotate(14deg);
  animation: shine 7s ease-in-out infinite;
}
@keyframes shine {
  0%, 62% { transform: translateX(-30%) rotate(14deg); opacity: 0; }
  72% { opacity: 1; }
  100% { transform: translateX(280%) rotate(14deg); opacity: 0; }
}

/* ---------- support ---------- */

.contact-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); }
.contact-grid .card a { font-weight: 500; }
.addr { color: var(--ink); font-weight: 400; }
.card--visit .ico { background: linear-gradient(150deg, var(--blue-deep), var(--blue)); }
.pigeon {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: .88rem; color: var(--ink-3); font-style: italic;
  margin-top: 14px; padding-top: 13px; border-top: 1px dashed var(--line);
}
.pigeon-ico { flex: none; color: var(--ink-3); }
.pigeon-ico svg { width: 20px; height: 20px; }
.card--visit:hover .pigeon-ico { animation: flap 1.1s ease-in-out 2; }
@keyframes flap {
  0%, 100% { transform: translate(0, 0) rotate(0); }
  30% { transform: translate(4px, -5px) rotate(-9deg); }
  60% { transform: translate(9px, -2px) rotate(5deg); }
}

/* ---------- footer ---------- */

.site-foot {
  border-top: 1px solid var(--line);
  background: var(--ice-2);
  padding: 48px 0 42px;
  font-size: .93rem; color: var(--ink-3);
}
.foot-grid { display: flex; flex-wrap: wrap; gap: 28px 46px; align-items: flex-start; }
.foot-brand { max-width: 330px; }
.foot-brand .brand { margin-bottom: 12px; }
.foot-links { display: grid; gap: 7px; }
.foot-links strong { color: var(--ink); font-size: .8rem; letter-spacing: .07em; text-transform: uppercase; font-weight: 600; }
.foot-links a { color: var(--ink-2); }
.foot-bottom {
  margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line-soft);
  display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center; font-size: .88rem;
}
.foot-bottom .spacer { margin-left: auto; }
.made:hover { color: var(--ink); }
.tm { margin: 14px 0 0; font-size: .8rem; color: var(--ink-3); }

/* ---------- content pages ---------- */

.page-head {
  padding: clamp(48px, 6vw, 84px) 0 clamp(28px, 3vw, 40px);
  background: linear-gradient(180deg, var(--ice), var(--surface));
  border-bottom: 1px solid var(--line-soft);
}
.prose { max-width: 780px; line-height: 1.6; }
.prose h2 { font-size: 1.7rem; margin-top: 2em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.6em; }
.prose dl { margin: 0 0 1.4em; }
.prose dt { font-weight: 600; color: var(--ink); margin-top: 1em; }
.prose dd { margin: .2em 0 0; }

/* ---------- reveal on scroll ---------- */

.reveal { opacity: 0; transform: translateY(16px); }
.js .reveal { transition: opacity .6s var(--ease), transform .6s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }
.js .reveal-art { transform: translateY(22px) scale(.985); }
.js .reveal-art.in { transform: none; }
/* without JS nothing should be hidden */
html:not(.js) .reveal { opacity: 1; transform: none; }

/* ---------- utils ---------- */

.center { text-align: center; }
[hidden] { display: none !important; }
.sr {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* ---------- reduced motion: keep it calm ---------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .reveal, .js .reveal { opacity: 1 !important; transform: none !important; }
  .blob, .fm-glow, .askwy::after, .cta-shine { animation: none !important; }
}
