:root {
  --page: oklch(97% 0.008 95);
  --surface: oklch(99% 0.004 95);
  --ink: oklch(21% 0.02 230);
  --muted: oklch(49% 0.02 230);
  --line: oklch(86% 0.012 230);
  --accent: oklch(49% 0.12 215);
  --accent-ink: oklch(99% 0.004 95);
  --radius: 6px;
  color: var(--ink);
  background: var(--page);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--page); color: var(--ink); }
body::selection { background: var(--accent); color: var(--accent-ink); }
img { max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p, figure, dl, dd { margin-top: 0; }
h1, h2, h3 { letter-spacing: 0; text-wrap: balance; }
p { text-wrap: pretty; }

.header,
.footer,
main { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.header { position: relative; z-index: 20; display: flex; align-items: center; min-height: 82px; gap: 28px; border-bottom: 1px solid var(--line); }
.header nav { display: flex; gap: 30px; margin-left: auto; }
.header nav a,
.footer a,
.text-link { color: var(--muted); text-decoration: none; }
.header nav a:hover,
.footer a:hover,
.text-link:hover { color: var(--ink); }
.wordmark { display: inline-flex; align-items: center; gap: 11px; font-size: 1.12rem; font-weight: 850; text-decoration: none; }
.brand-tile,
.incy-mark,
.v2-mark { display: grid; place-items: center; width: 34px; aspect-ratio: 1; border-radius: 4px; background: var(--ink); color: var(--page); font-size: .9rem; font-weight: 900; }
.action { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 23px; border: 1px solid var(--accent); border-radius: var(--radius); background: var(--accent); color: var(--accent-ink); font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .28s cubic-bezier(.16,1,.3,1), background-color .28s ease, color .28s ease; }
.action:hover { transform: translateY(-3px); }
.action:focus-visible,
.text-link:focus-visible,
.header nav a:focus-visible { outline: 3px solid color-mix(in oklch, var(--accent), transparent 45%); outline-offset: 4px; }
.action span { font-size: 1.2rem; }
.actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.kicker { margin-bottom: 20px; color: var(--accent); font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.lead { max-width: 650px; margin-bottom: 0; color: var(--muted); font-size: clamp(1.05rem, 1.4vw, 1.25rem); line-height: 1.65; }
.microcopy { margin: 20px 0 0; color: var(--muted); font-size: .86rem; }
.section-number { color: var(--accent); font-size: .78rem; font-weight: 900; }
.footer { display: flex; align-items: center; justify-content: space-between; min-height: 124px; border-top: 1px solid var(--line); }
.footer nav { display: flex; gap: 24px; }
.legal,
.not-found { max-width: 760px; min-height: 70vh; padding: 100px 0 150px; }
.legal h1,
.not-found h1 { font-size: clamp(2.7rem, 7vw, 5.5rem); line-height: .98; }
.legal h2 { margin-top: 52px; font-size: 1.8rem; }
.legal p { color: var(--muted); font-size: 1.08rem; line-height: 1.75; }

.motion-ready .reveal { opacity: 0; transform: translateY(32px); transition: opacity .75s ease, transform .75s cubic-bezier(.16,1,.3,1); }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; }

.faq { display: grid; grid-template-columns: minmax(260px, .72fr) 1.28fr; gap: clamp(48px, 8vw, 120px); padding: 110px 0; border-top: 1px solid var(--line); }
.faq-heading h2 { margin-bottom: 18px; font-size: clamp(2.7rem, 4.8vw, 4.8rem); line-height: .94; }
.faq-heading > p:last-child { max-width: 410px; color: var(--muted); font-size: 1.05rem; line-height: 1.6; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 27px 46px 27px 0; font-size: 1.15rem; font-weight: 800; list-style: none; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 22px; color: var(--accent); font-size: 1.7rem; font-weight: 500; transition: transform .3s cubic-bezier(.16,1,.3,1); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { max-width: 700px; margin: -4px 48px 28px 0; color: var(--muted); line-height: 1.65; }

/* Happ: confident multi-device product hub */
[data-site="happ"] { --page: oklch(15% 0.03 245); --surface: oklch(20% 0.038 245); --ink: oklch(96% 0.009 110); --muted: oklch(73% 0.025 245); --line: oklch(31% 0.04 245); --accent: oklch(79% 0.17 190); --accent-ink: oklch(15% 0.03 245); color-scheme: dark; }
[data-site="happ"] body { background-image: linear-gradient(color-mix(in oklch, var(--line), transparent 72%) 1px, transparent 1px), linear-gradient(90deg, color-mix(in oklch, var(--line), transparent 72%) 1px, transparent 1px); background-size: 72px 72px; }
.happ-story h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(3.5rem, 5.8vw, 5.9rem); line-height: .9; font-weight: 780; }
.happ-story h1 span { color: var(--accent); }
.happ-hero { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(44px, 7vw, 100px); min-height: 650px; padding: 54px 0 48px; }
.happ-hero .hero-media { position: relative; min-height: 500px; margin: 0; overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.happ-hero .hero-media img { width: 100%; height: 500px; object-fit: cover; object-position: center; }
.happ-hero figcaption { position: absolute; left: 18px; bottom: 18px; display: flex; align-items: center; gap: 14px; padding: 12px 15px; border-radius: 4px; background: color-mix(in oklch, var(--ink), transparent 8%); color: var(--surface); }
.happ-hero figcaption b { color: var(--accent); font-size: 1.35rem; }
.happ-hero figcaption span { max-width: 130px; font-size: .75rem; line-height: 1.3; }
.happ-signal { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.happ-signal p { margin: 0; padding: 25px 28px; border-right: 1px solid var(--line); font-weight: 700; text-align: center; }
.happ-signal p:last-child { border-right: 0; }
.happ-paths { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(52px, 8vw, 120px); padding: 120px 0; }
.paths-heading h2 { margin-bottom: 18px; font-size: clamp(2.8rem, 4.8vw, 4.8rem); line-height: .94; }
.paths-heading > p:last-child { max-width: 420px; color: var(--muted); line-height: 1.6; }
.path-menu { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.path-menu a { display: flex; flex-direction: column; min-height: 220px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: color-mix(in oklch, var(--surface), transparent 28%); text-decoration: none; transition: background-color .3s ease, transform .3s cubic-bezier(.16,1,.3,1); }
.path-menu a:hover { z-index: 1; transform: translateY(-4px); background: var(--surface); }
.path-menu small { margin-bottom: 52px; color: var(--accent); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.path-menu b { max-width: 280px; margin-bottom: 12px; font-size: 1.2rem; line-height: 1.25; }
.path-menu span { margin-top: auto; color: var(--muted); font-size: .88rem; line-height: 1.45; }
.happ-steps { padding: 105px 0; border-top: 1px solid var(--line); }
.happ-steps .section-intro { display: grid; grid-template-columns: 80px 1fr; max-width: 780px; margin-bottom: 70px; }
.happ-steps h2 { margin-bottom: 16px; font-size: clamp(2.6rem, 5vw, 5rem); line-height: .95; }
.happ-steps .section-intro p { max-width: 560px; color: var(--muted); font-size: 1.14rem; line-height: 1.6; }
.happ-steps ol { display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.happ-steps li { min-height: 270px; padding: 28px; border-right: 1px solid var(--line); }
.happ-steps li:last-child { border-right: 0; }
.happ-steps li > span { display: grid; place-items: center; width: 38px; aspect-ratio: 1; margin-bottom: 72px; border-radius: 50%; background: var(--accent); color: var(--accent-ink); font-size: .8rem; }
.happ-steps h3 { margin-bottom: 10px; font-size: 1.45rem; }
.happ-steps li p { max-width: 300px; color: var(--muted); line-height: 1.55; }
.happ-devices { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; padding: 80px 0 120px; border-top: 1px solid var(--line); }
.happ-devices h2 { margin: 12px 0 22px; font-size: clamp(2.5rem, 4.7vw, 4.8rem); line-height: .98; }
.happ-devices p { max-width: 560px; color: var(--muted); line-height: 1.6; }
.device-ribbon { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.device-ribbon span { padding: 13px 18px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); font-weight: 700; }
.happ-final { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; margin-bottom: 110px; padding: 42px; border: 1px solid var(--line); background: var(--surface); color: var(--ink); }
.happ-final p,
.happ-final h2,
.happ-final > span { margin: 0; }
.happ-final p { color: var(--accent); font-weight: 800; }
.happ-final h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
.happ-final > span { max-width: 170px; color: var(--muted); font-size: .84rem; }
.happ-final .action { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }

/* INCY: tactile dark control surface */
[data-site="incy"] { --page: oklch(14% .025 155); --surface: oklch(18% .03 155); --ink: oklch(95% .012 135); --muted: oklch(72% .025 145); --line: oklch(31% .035 155); --accent: oklch(78% .18 150); --accent-ink: oklch(14% .025 155); color-scheme: dark; font-family: "Avenir Next Condensed", "Helvetica Neue", sans-serif; }
.incy-mark { background: var(--accent); color: var(--accent-ink); }
.incy-control h1 { margin-bottom: 26px; font-size: clamp(3.8rem, 6.1vw, 6.3rem); line-height: .88; font-weight: 760; }
.incy-control h1 span { color: var(--accent); }
.incy-hero { display: grid; grid-template-columns: 1fr minmax(420px, .78fr); align-items: center; gap: clamp(52px, 7vw, 110px); min-height: 680px; padding: 54px 0; }
.incy-media { position: relative; height: 540px; margin: 0; overflow: hidden; border: 1px solid var(--line); }
.incy-media::before { content: ""; position: absolute; inset: 18px; z-index: 1; border: 1px solid color-mix(in oklch, var(--accent), transparent 70%); pointer-events: none; }
.incy-media img { width: 100%; height: 100%; object-fit: cover; }
.incy-media figcaption { position: absolute; z-index: 2; right: 18px; bottom: 18px; display: grid; gap: 3px; min-width: 170px; padding: 14px 16px; background: var(--accent); color: var(--accent-ink); }
.incy-media figcaption span { font-size: .72rem; text-transform: uppercase; }
.incy-pulse { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 74px; border-block: 1px solid var(--line); color: var(--muted); font-size: .9rem; font-weight: 700; }
.incy-pulse i { flex: 1; height: 1px; background: var(--line); }
.incy-modes { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 130px); padding: 120px 0; }
.modes-heading h2 { margin-bottom: 22px; font-size: clamp(3rem, 5vw, 5.2rem); line-height: .92; }
.modes-heading > p:last-child { max-width: 430px; color: var(--muted); line-height: 1.6; }
.mode-rows { border-top: 1px solid var(--line); }
.mode-rows a { display: grid; grid-template-columns: 48px 1fr auto; gap: 22px; align-items: center; min-height: 128px; padding: 24px 2px; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .28s cubic-bezier(.16,1,.3,1), color .28s ease; }
.mode-rows a:hover { padding-inline: 14px; color: var(--accent); }
.mode-rows > a > span { color: var(--accent); font-size: .75rem; font-weight: 900; }
.mode-rows b { display: block; margin-bottom: 7px; font-size: 1.25rem; }
.mode-rows p { margin: 0; color: var(--muted); line-height: 1.5; }
.mode-rows i { color: var(--accent); font-size: 1.4rem; font-style: normal; }
.incy-outcome { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; padding: 110px 0; border-top: 1px solid var(--line); }
.incy-outcome h2 { font-size: clamp(3rem, 5.5vw, 5.5rem); line-height: .95; }
.incy-outcome dl { margin: 0; border-top: 1px solid var(--line); }
.incy-outcome dl > div { display: grid; grid-template-columns: 62px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.incy-outcome dt { color: var(--accent); font-weight: 900; }
.incy-outcome dd { display: grid; gap: 7px; }
.incy-outcome dd b { font-size: 1.25rem; }
.incy-outcome dd span { color: var(--muted); line-height: 1.55; }
.incy-start { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; padding: 74px; background: var(--surface); }
.incy-start h2 { font-size: clamp(3rem, 5vw, 5rem); line-height: .92; }
.incy-start-copy > p:last-child { max-width: 500px; color: var(--muted); line-height: 1.6; }
.incy-start ol { list-style: none; margin: 0; padding: 0; counter-reset: start; }
.incy-start li { display: flex; align-items: center; gap: 22px; min-height: 94px; border-bottom: 1px solid var(--line); font-size: 1.2rem; font-weight: 750; }
.incy-start li span { display: grid; place-items: center; width: 42px; aspect-ratio: 1; border-radius: 50%; background: var(--accent); color: var(--accent-ink); font-size: .8rem; }
.incy-final { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin: 100px 0 110px; padding: 50px 0; border-block: 1px solid var(--line); }
.incy-final p { margin-bottom: 8px; color: var(--muted); }
.incy-final h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 4rem); }

/* v2RayTun: precise bright route */
[data-site="v2raytun"] { --page: oklch(97% .008 250); --surface: oklch(99% .004 250); --ink: oklch(22% .045 260); --muted: oklch(51% .035 255); --line: oklch(85% .025 250); --accent: oklch(55% .2 260); --accent-ink: oklch(99% .004 250); font-family: "Helvetica Neue", Helvetica, sans-serif; }
.v2-mark { width: 38px; background: var(--ink); color: var(--page); }
.v2-route h1 { margin-bottom: 26px; font-size: clamp(3.7rem, 6vw, 6.2rem); line-height: .9; font-weight: 780; }
.v2-route h1 span { color: var(--accent); }
.v2-hero { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 72px; min-height: 680px; padding: 54px 0; }
.v2-media { position: relative; height: 510px; margin: 0; overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.v2-media img { width: 100%; height: 100%; object-fit: cover; }
.route-dot { position: absolute; width: 18px; aspect-ratio: 1; border: 5px solid var(--surface); border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 1px var(--accent); animation: routePulse 2.6s ease-in-out infinite; }
.route-dot-a { left: 35%; bottom: 18%; }
.route-dot-b { right: 23%; top: 34%; animation-delay: 1.3s; }
@keyframes routePulse { 50% { transform: scale(1.35); opacity: .55; } }
.v2-facts { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.v2-facts span { display: flex; align-items: center; gap: 18px; padding: 24px 28px; border-right: 1px solid var(--line); font-weight: 700; }
.v2-facts span:last-child { border-right: 0; }
.v2-facts b { color: var(--accent); }
.v2-toolkit { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(52px, 8vw, 120px); padding: 120px 0; }
.toolkit-title h2 { margin-bottom: 20px; font-size: clamp(2.9rem, 4.8vw, 4.8rem); line-height: .94; }
.toolkit-title > p:last-child { max-width: 430px; color: var(--muted); line-height: 1.6; }
.toolkit-grid { display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: repeat(3, minmax(125px, auto)); gap: 12px; }
.toolkit-grid a { display: flex; flex-direction: column; justify-content: space-between; padding: 23px; border: 1px solid var(--line); background: var(--surface); text-decoration: none; transition: border-color .28s ease, transform .28s cubic-bezier(.16,1,.3,1); }
.toolkit-grid a:hover { transform: translateY(-3px); border-color: var(--accent); }
.toolkit-grid .toolkit-primary { grid-row: 1 / 4; background: var(--ink); color: var(--page); }
.toolkit-grid small { color: var(--accent); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.toolkit-grid b { max-width: 330px; font-size: 1.25rem; line-height: 1.25; }
.toolkit-grid .toolkit-primary b { font-size: clamp(2rem, 3vw, 3rem); }
.toolkit-grid span { color: var(--muted); font-size: .88rem; }
.toolkit-primary span { color: oklch(76% .03 250); }
.v2-path { padding: 110px 0; border-top: 1px solid var(--line); }
.path-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 64px; }
.path-heading h2 { max-width: 760px; margin: 0; font-size: clamp(3rem, 5.6vw, 5.8rem); line-height: .94; }
.v2-path ol { display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.v2-path li { position: relative; min-height: 270px; padding: 30px 34px 28px 0; border-bottom: 1px solid var(--line); }
.v2-path li:not(:last-child) { border-right: 1px solid var(--line); margin-right: 34px; }
.v2-path li > span { color: var(--accent); font-size: .8rem; font-weight: 900; }
.v2-path h3 { margin: 85px 0 12px; font-size: 1.5rem; }
.v2-path p { color: var(--muted); line-height: 1.55; }
.v2-support { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 90px; padding: 72px; background: var(--ink); color: var(--page); }
.v2-support h2 { margin-bottom: 18px; font-size: clamp(2.7rem, 4.7vw, 4.8rem); line-height: .95; }
.v2-support p { max-width: 650px; color: oklch(78% .025 255); line-height: 1.65; }
.v2-support .kicker { color: oklch(76% .15 260); }
.status-line { display: grid; grid-template-columns: 18px 1fr 24px 1fr 24px 1fr; align-items: center; gap: 12px; }
.status-line span { width: 18px; aspect-ratio: 1; border-radius: 50%; background: oklch(72% .18 150); box-shadow: 0 0 0 7px color-mix(in oklch, oklch(72% .18 150), transparent 80%); }
.status-line i { height: 1px; background: oklch(45% .04 255); }
.status-line b { font-size: .88rem; }
.v2-final { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin: 80px 0 110px; padding: 35px 0; border-bottom: 1px solid var(--line); }
.v2-final p { margin: 0; font-size: clamp(1.5rem, 3vw, 2.6rem); font-weight: 750; }

@media (max-width: 900px) {
  .header, .footer, main { width: min(100% - 32px, 1240px); }
  .header nav { display: none; }
  .header > .action { margin-left: auto; }
  .happ-hero, .incy-hero, .v2-hero { grid-template-columns: 1fr; min-height: auto; }
  .happ-hero .hero-media, .incy-media, .v2-media { height: auto; min-height: 460px; }
  .happ-hero .hero-media img, .incy-media img, .v2-media img { height: 100%; min-height: 460px; }
  .happ-paths, .happ-devices, .incy-modes, .incy-outcome, .incy-start, .v2-toolkit, .v2-support, .faq { grid-template-columns: 1fr; gap: 54px; }
  .device-ribbon { justify-content: flex-start; }
  .happ-final { grid-template-columns: 1fr auto; }
  .happ-final > span { display: none; }
  .happ-steps ol, .v2-path ol { grid-template-columns: 1fr; }
  .happ-steps li, .v2-path li:not(:last-child) { min-height: 0; margin: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .happ-steps li > span { margin-bottom: 35px; }
  .v2-path h3 { margin-top: 42px; }
  .faq { padding-block: 90px; }
}

@media (max-width: 600px) {
  .header { min-height: 68px; }
  .header > .action { min-height: 44px; padding: 0 14px; font-size: .82rem; }
  .header > .action span { display: none; }
  .wordmark { font-size: 1rem; }
  .brand-tile, .incy-mark, .v2-mark { width: 31px; }
  .actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .actions .action { width: 100%; }
  .happ-hero, .incy-hero, .v2-hero { gap: 48px; padding: 58px 0; }
  .happ-story h1, .incy-control h1, .v2-route h1 { font-size: clamp(3.15rem, 15vw, 4.15rem); }
  .incy-control h1, .v2-route h1 { font-size: 3rem; }
  .happ-hero .hero-media, .incy-media, .v2-media { min-height: 390px; }
  .happ-hero .hero-media img, .incy-media img, .v2-media img { min-height: 390px; }
  .happ-hero .hero-media img { object-position: 62% center; }
  .v2-media img { object-position: 62% center; }
  .incy-media { height: 520px; }
  .happ-signal, .v2-facts { grid-template-columns: 1fr; }
  .happ-signal p, .v2-facts span { border-right: 0; border-bottom: 1px solid var(--line); text-align: left; }
  .happ-signal p:last-child, .v2-facts span:last-child { border-bottom: 0; }
  .happ-paths, .happ-steps, .incy-modes, .v2-toolkit, .v2-path { padding: 88px 0; }
  .path-menu { grid-template-columns: 1fr; }
  .path-menu a { min-height: 190px; }
  .path-menu small { margin-bottom: 38px; }
  .happ-steps .section-intro { grid-template-columns: 1fr; gap: 22px; }
  .happ-steps h2, .happ-devices h2, .incy-outcome h2, .incy-start h2, .path-heading h2, .v2-support h2 { font-size: 2.7rem; }
  .happ-steps li { padding-inline: 4px; }
  .happ-devices { padding: 70px 0 90px; }
  .device-ribbon span { padding: 10px 14px; }
  .happ-final, .incy-final, .v2-final { align-items: stretch; flex-direction: column; display: flex; }
  .happ-final { padding: 28px; }
  .happ-final .action, .incy-final .action, .v2-final .action { width: 100%; }
  .incy-pulse { align-items: flex-start; flex-direction: column; padding: 24px 0; }
  .incy-pulse i { width: 100%; flex: none; }
  .incy-outcome { padding: 96px 0; }
  .incy-start { padding: 34px 24px; }
  .incy-start li { font-size: 1rem; }
  .mode-rows a { grid-template-columns: 38px 1fr auto; gap: 14px; min-height: 118px; }
  .mode-rows p { font-size: .9rem; }
  .toolkit-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .toolkit-grid .toolkit-primary { grid-row: auto; min-height: 260px; }
  .toolkit-grid a:not(.toolkit-primary) { min-height: 145px; }
  .path-heading { align-items: flex-start; flex-direction: column; }
  .v2-support { padding: 34px 24px; }
  .status-line { grid-template-columns: 18px 1fr; }
  .status-line i { display: none; }
  .faq { gap: 40px; padding-block: 84px; }
  .faq-heading h2 { font-size: 2.65rem; }
  .faq summary { font-size: 1rem; }
  .footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .motion-ready .reveal { opacity: 1; transform: none; }
}
