/* == tokens ==================================================== */
:root {
  --k-house: #c98f3e;
  --k-spot: #f1de74;
  --k-accent-pressed: #eac649;
  --k-base-plane: #171717;
  --k-surface-2: #1f1e1c;
  --k-type: #ffffff;
  --k-text-muted: #bfbdbd;
  --k-line: #363430;
  --k-rule-bold: #55514a;
  --k-blend-a: #fdf9e8;
  --k-ramp-end: #f5e9a3;
  --k-advisory: #dc2626;
  --s-hair: 3px;
  --s-tiny: 10px;
  --s-snug: 18px;
  --s-base: 28px;
  --s-wide: 44px;
  --s-roomy: 60px;
  --s-vast: 88px;
  --s-huge: 128px;
  --r-hair: 2px;
  --r-tiny: 4px;
  --r-snug: 8px;
  --r-base: 12px;
  --r-wide: 16px;
  --r-roomy: 20px;
  --r-vast: 24px;
  --r-huge: 32px;
  --r-capsule: 9999px;
  --r-circle: 50%;
  --f-lead: "Oswald", "Arial Narrow", system-ui, sans-serif;
  --f-reading: "Roboto", system-ui, -apple-system, sans-serif;
  --z-xxl: clamp(30px, 4.6vw, 56px);
  --z-h2: clamp(23px, 3.1vw, 38px);
  --z-h3: clamp(19px, 1.7vw, 24px);
  --z-md-2: clamp(16px, 1.3vw, 18px);
  --z-sm-2: 15px;
  --z-micro-head: 13px;
  --z-copy: clamp(15px, 1.05vw, 16px);
  --z-petite: 13px;
  --z-xs: 11px;
  --l-dense: 1.06;
  --l-default: 1.4;
  --l-open: 1.6;
  --w-plain: 500;
  --w-demi: 700;
  --w-heavy: 900;
  --e-narrow: -0.02em;
  --e-normal: 0.02em;
  --e-airy: 0.1em;
  --d-hair: none;
  --d-tiny: none;
  --d-snug: none;
  --d-base: none;
  --d-wide: 0 8px 24px rgba(0, 0, 0, 0.10);
  --d-roomy: 0 14px 38px rgba(0, 0, 0, 0.28);
  --d-vast: 0 22px 54px rgba(0, 0, 0, 0.36);
  --d-huge: 0 30px 70px rgba(0, 0, 0, 0.44);
  --t-brisk: 126ms;
  --t-normal: 280ms;
  --t-gentle: 527ms;
  --x-release: cubic-bezier(0.14, 0.66, 0.36, 0.95);
  --x-enter: cubic-bezier(0.68, 0.03, 0.47, 0.94);
  --x-swing: cubic-bezier(0.68, 0.03, 0.47, 0.94);
  --x-pop: cubic-bezier(0.29, 1.35, 0.72, 1.25);
  --v-site: 1120px;
  --v-text: 1120px;
  --v-narrow: 670px;
  --v-edge-wide: 48px;
  --v-inset-tablet: 24px;
  --v-padding-mobile: 16px;
  --b-light: 1px;
  --b-medium: 2px;
  --b-thick: 3px;
  --h-size-desktop: 84px;
  --h-size-mobile: 64px;
  --u-edge: var(--v-padding-mobile);
  --u-sec-y: 40px;
  --u-rg-h: 34px;
  --u-shell: 130px;
  --u-lift: 5px;
  --u-bar: 6px;
}

/* == font faces ================================================ */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/letterset/oswald-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url("/letterset/oswald-latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("/letterset/roboto-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("/letterset/roboto-latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800 900;
  font-display: swap;
  src: url("/letterset/roboto-latin-900-normal.woff2") format("woff2");
}

/* == base ====================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  overflow-x: clip;
}
html {
  scroll-padding-block-start: calc(var(--u-shell) + var(--s-snug));
}
body {
  margin: 0;
  background: var(--k-base-plane);
  color: var(--k-type);
  font-family: var(--f-reading);
  font-size: var(--z-copy);
  font-weight: var(--w-plain);
  line-height: var(--l-default);
  letter-spacing: var(--e-normal);
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - var(--u-shell));
  margin-block-start: var(--u-shell);
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: anywhere;
  margin: 0;
}
h1 {
  font-family: var(--f-lead);
  font-size: var(--z-xxl);
  font-weight: var(--w-heavy);
  line-height: var(--l-dense);
  letter-spacing: var(--e-narrow);
  text-transform: uppercase;
}
h2 {
  font-family: var(--f-lead);
  font-size: var(--z-h2);
  font-weight: var(--w-demi);
  line-height: var(--l-dense);
  letter-spacing: var(--e-narrow);
  text-transform: uppercase;
}
h3 {
  font-family: var(--f-lead);
  font-size: var(--z-h3);
  font-weight: var(--w-demi);
  line-height: var(--l-default);
  letter-spacing: var(--e-normal);
}
p {
  margin: 0;
}
ul,
ol {
  margin: 0;
}
a {
  color: var(--k-spot);
}
button {
  font: inherit;
  color: inherit;
}
[id] {
  scroll-margin-block-start: calc(var(--u-shell) + var(--s-snug));
}
[hidden] {
  display: none !important;
}

/* == a63 — cookie banner (COOK-10) ============================= */
.a63 {
  position: fixed;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  z-index: 95;
  width: min(480px, calc(100vw - 2 * var(--s-wide)));
  margin-inline-start: calc(min(480px, calc(100vw - 2 * var(--s-wide))) / -2);
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity var(--t-normal) var(--x-release);
}
.a63.is-open {
  opacity: 1;
}
.a63.is-gone {
  inset-inline-start: 130vw;
  opacity: 0;
}
.a63-agree {
  flex: 1 1 auto;
  min-height: 44px;
  padding: var(--s-tiny) var(--s-base);
  border: 0;
  border-radius: var(--r-snug);
  background: var(--k-spot);
  color: #221c07;
  font-family: var(--f-lead);
  font-size: var(--z-sm-2);
  font-weight: var(--w-heavy);
  letter-spacing: var(--e-airy);
  text-transform: uppercase;
  cursor: pointer;
  transition: background var(--t-brisk) var(--x-release);
}
.a63-agree:hover {
  background: var(--k-accent-pressed);
  color: #221c07;
}
.a63-keys {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-tiny);
  margin-block-start: var(--s-snug);
}
.a63-later {
  flex: 0 1 auto;
  min-height: 44px;
  padding: var(--s-tiny) var(--s-base);
  border: var(--b-light) solid var(--k-rule-bold);
  border-radius: var(--r-snug);
  background: var(--k-base-plane);
  color: var(--k-type);
  font-family: var(--f-lead);
  font-size: var(--z-sm-2);
  font-weight: var(--w-demi);
  letter-spacing: var(--e-airy);
  text-transform: uppercase;
  cursor: pointer;
  transition: background var(--t-brisk) var(--x-release);
}
.a63-later:hover {
  background: var(--k-rule-bold);
  color: var(--k-type);
}
.a63-note {
  margin-block-start: var(--s-tiny);
  color: var(--k-text-muted);
  background: var(--k-surface-2);
  font-size: var(--z-petite);
  line-height: var(--l-default);
}
.a63-plate {
  padding: var(--s-base);
  border: var(--b-light) solid var(--k-line);
  border-radius: var(--r-wide);
  background: var(--k-surface-2);
  color: var(--k-type);
  box-shadow: var(--d-vast);
}
.a63-top {
  font-family: var(--f-lead);
  font-size: var(--z-sm-2);
  font-weight: var(--w-heavy);
  letter-spacing: var(--e-airy);
  text-transform: uppercase;
  color: var(--k-spot);
  background: var(--k-surface-2);
}
.a63-veil {
  position: fixed;
  inset: 0;
  z-index: 94;
  display: none;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}
.a63-veil.is-open {
  display: block;
}

/* == c37 — prose (PROSE-23, accent top, tint fill, roomy) ====== */
.c37 {
  padding-block: var(--u-sec-y);
}
.c37-body {
  width: 100%;
  max-width: calc(var(--v-site) + 2 * var(--v-edge-wide));
  margin-inline: auto;
  padding-inline: var(--u-edge);
}
.c37-fine {
  margin-block-start: var(--s-tiny);
  color: var(--k-text-muted);
  background: var(--k-base-plane);
  font-size: var(--z-xs);
  letter-spacing: var(--e-airy);
  text-transform: uppercase;
}
.c37-go {
  flex: 0 0 auto;
}
.c37-head {
  margin-block-start: var(--s-wide);
  margin-block-end: var(--s-snug);
  color: var(--k-type);
}
.c37-hook {
  margin-block: var(--s-wide);
  padding: var(--s-base);
  border: var(--b-light) dashed var(--k-house);
  border-radius: var(--r-wide);
  background: var(--k-surface-2);
  text-align: center;
}
.c37-hook-line {
  margin-block-end: var(--s-snug);
  color: var(--k-spot);
  background: var(--k-surface-2);
  font-family: var(--f-lead);
  font-size: var(--z-h3);
  font-weight: var(--w-demi);
  letter-spacing: var(--e-normal);
  text-transform: uppercase;
}
.c37-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 52vh;
  margin-inline: auto;
  object-fit: contain;
}
.c37-lede {
  margin-block-end: var(--s-base);
  padding: var(--s-base);
  border-top: var(--b-thick) solid var(--k-house);
  border-radius: 0 0 var(--r-base) var(--r-base);
  background: var(--k-surface-2);
  color: var(--k-type);
  font-size: var(--z-md-2);
  line-height: var(--l-open);
}
.c37-marks {
  margin-block: var(--s-snug);
  padding-inline-start: var(--s-base);
  list-style: square;
}
.c37-marks .c37-one {
  margin-block-end: var(--s-tiny);
  color: var(--k-text-muted);
  line-height: var(--l-open);
}
.c37-one {
  color: var(--k-text-muted);
}
.c37-para {
  margin-block-end: var(--s-snug);
  color: var(--k-text-muted);
  line-height: var(--l-open);
}
.c37-para a,
.c37-lede a,
.c37-one a {
  background-image: linear-gradient(var(--k-spot), var(--k-spot));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 var(--b-medium);
  color: var(--k-spot);
  text-decoration: none;
  transition: background-size var(--t-normal) var(--x-release);
}
.c37-para a:hover,
.c37-lede a:hover,
.c37-one a:hover {
  background-size: 100% var(--b-medium);
  color: var(--k-accent-pressed);
}
.c37-part {
  margin-block-end: var(--s-base);
}
.c37-plate {
  margin: 0 0 var(--s-wide);
  padding: var(--s-snug);
  border: var(--b-light) dashed var(--k-line);
  border-radius: var(--r-wide);
  background: var(--k-surface-2);
}
.c37-steps {
  margin-block: var(--s-snug);
  padding-inline-start: 0;
  counter-reset: step;
  list-style: none;
}
.c37-steps .c37-one {
  position: relative;
  margin-block-end: var(--s-tiny);
  padding-inline-start: var(--s-wide);
  color: var(--k-text-muted);
  line-height: var(--l-open);
  counter-increment: step;
}
.c37-steps .c37-one::before {
  position: absolute;
  inset-inline-start: 0;
  content: counter(step) ".";
  color: var(--k-house);
  font-family: var(--f-lead);
  font-weight: var(--w-heavy);
}

/* == c96 — header (HEAD-PILL, hide-show) ======================= */
.c96 {
  position: fixed;
  inset-block-start: var(--u-rg-h);
  inset-inline: 0;
  z-index: 90;
  padding-block: var(--s-tiny);
  padding-inline: var(--u-edge);
  background: var(--k-base-plane);
  transition: transform var(--t-normal) var(--x-release);
}
.c96.is-hidden {
  transform: translateY(calc(-100% - var(--u-rg-h)));
}
.c96.is-shrunk .c96-strip {
  backdrop-filter: blur(10px);
  box-shadow: var(--d-roomy);
}
.c96-bar {
  flex: 1 1 auto;
  order: 2;
  min-width: 0;
}
.c96-drift {
  padding-block: var(--s-tiny);
}
.c96-flag {
  order: 3;
  position: relative;
  flex: 0 0 auto;
  width: 22px;
  height: 15px;
  border-radius: var(--r-hair);
  background: #178a41;
  overflow: hidden;
}
.c96-flag::before {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  width: 11px;
  height: 11px;
  margin: -5.5px 0 0 -5.5px;
  content: "";
  background: #f2d02a;
  transform: rotate(45deg);
}
.c96-flag::after {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  width: 5px;
  height: 5px;
  margin: -2.5px 0 0 -2.5px;
  content: "";
  border-radius: var(--r-circle);
  background: #1c3d8f;
}
.c96-flyout {
  display: none;
  max-height: calc(100vh - var(--u-shell) - var(--s-base));
  margin-block-start: var(--s-tiny);
  padding: var(--s-tiny) var(--s-snug);
  border: var(--b-light) solid var(--k-line);
  border-radius: var(--r-wide);
  background: var(--k-surface-2);
  overflow-y: auto;
}
.c96-flyout.is-open {
  display: block;
}
.c96-glyph {
  order: 1;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}
.c96-go {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-decoration: none;
}
.c96-goto {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding-inline: var(--s-base);
  border: var(--b-medium) solid var(--k-spot);
  border-radius: var(--r-tiny);
  background: var(--k-base-plane);
  color: var(--k-spot);
  font-family: var(--f-lead);
  font-size: var(--z-micro-head);
  font-weight: var(--w-heavy);
  letter-spacing: var(--e-airy);
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background var(--t-brisk) var(--x-release);
}
.c96-goto:hover {
  background: var(--k-spot);
  color: #221c07;
}
.c96-href {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--k-type);
  font-family: var(--f-lead);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: var(--e-airy);
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.c96-href:hover {
  color: var(--k-spot);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.c96-href[aria-current="page"] {
  color: var(--k-spot);
  font-weight: var(--w-heavy);
}
.c96-image {
  display: block;
  width: auto;
  height: 54px;
  flex-shrink: 0;
}
.c96-keys {
  order: 4;
  display: flex;
  flex: 0 0 auto;
  gap: var(--s-tiny);
}
.c96-leaf {
  border-block-end: var(--b-light) solid var(--k-line);
}
.c96-leaf:last-child {
  border-block-end: 0;
}
.c96-leaf .c96-href {
  display: flex;
  width: 100%;
  padding-block: var(--s-tiny);
}
.c96-lines {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: var(--r-circle);
  background: var(--k-type);
  transition: transform var(--t-brisk) var(--x-release), opacity var(--t-brisk) var(--x-release);
}
.c96-menu-opener {
  order: 5;
  display: none;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 46px;
  min-height: 44px;
  padding: 0;
  border: var(--b-light) solid var(--k-rule-bold);
  border-radius: var(--r-snug);
  background: var(--k-base-plane);
  color: var(--k-type);
  cursor: pointer;
}
.c96-menu-opener[aria-expanded="true"] .c96-lines {
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: var(--r-hair);
}
.c96-menu-opener[aria-expanded="true"] .c96-lines:nth-child(1) {
  transform: rotate(45deg);
}
.c96-menu-opener[aria-expanded="true"] .c96-lines:nth-child(2) {
  opacity: 0;
}
.c96-menu-opener[aria-expanded="true"] .c96-lines:nth-child(3) {
  transform: rotate(-45deg);
}
.c96-more-opener {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-height: 44px;
  padding-inline: var(--s-tiny);
  border: var(--b-light) solid var(--k-rule-bold);
  border-radius: var(--r-snug);
  background: var(--k-base-plane);
  color: var(--k-type);
  cursor: pointer;
}
.c96-nook {
  position: relative;
  display: none;
}
.c96-nook.is-live {
  display: flex;
  align-items: center;
}
.c96-one {
  display: flex;
  align-items: center;
}
.c96-one + .c96-one::before {
  margin-inline-end: var(--s-snug);
  content: "/";
  color: var(--k-rule-bold);
}
.c96-stack > .c96-one[data-first]::before {
  content: none;
}
.c96-one[hidden] {
  display: none;
}
.c96-pane {
  position: absolute;
  inset-block-start: calc(100% + var(--s-tiny));
  inset-inline-end: 0;
  z-index: 3;
  display: none;
  min-width: 210px;
  max-height: 62vh;
  padding: var(--s-tiny);
  border: var(--b-light) solid var(--k-line);
  border-radius: var(--r-base);
  background: var(--k-surface-2);
  list-style: none;
  overflow-y: auto;
  pointer-events: none;
}
.c96-pane.is-open {
  display: block;
  pointer-events: auto;
}
.c96-pane .c96-one {
  display: block;
}
.c96-pane .c96-one::before {
  content: none;
}
.c96-pane .c96-href {
  display: flex;
  width: 100%;
  padding-inline: var(--s-tiny);
}
.c96-pip {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: var(--r-circle);
  background: var(--k-type);
}
.c96-shelf {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c96-stack {
  display: flex;
  align-items: center;
  gap: var(--s-snug);
  margin: 0;
  padding: 0;
  list-style: none;
}
.c96-strip {
  display: flex;
  align-items: center;
  gap: var(--s-base);
  height: 84px;
  max-width: calc(var(--v-site) + 2 * var(--v-edge-wide));
  margin-inline: auto;
  padding-inline: var(--s-base);
  border: var(--b-light) solid var(--k-line);
  border-radius: var(--r-huge);
  background: var(--k-surface-2);
  color: var(--k-type);
  transition: box-shadow var(--t-normal) var(--x-release);
}

/* == d38 — reviews (REV-01) ==================================== */
.d38 {
  padding-block: var(--u-sec-y);
}
.d38-body {
  width: 100%;
  max-width: calc(var(--v-site) + 2 * var(--v-edge-wide));
  margin-inline: auto;
  padding-inline: var(--u-edge);
}
.d38-fine {
  margin-block-start: var(--s-tiny);
  color: var(--k-text-muted);
  background: var(--k-base-plane);
  font-size: var(--z-xs);
  letter-spacing: var(--e-airy);
  text-transform: uppercase;
}
.d38-go {
  flex: 0 0 auto;
}
.d38-head {
  margin-block-end: var(--s-base);
  color: var(--k-type);
}
.d38-hook {
  margin-block-start: var(--s-wide);
  padding: var(--s-base);
  border: var(--b-light) dashed var(--k-house);
  border-radius: var(--r-wide);
  background: var(--k-surface-2);
  text-align: center;
}
.d38-hook-line {
  margin-block-end: var(--s-snug);
  color: var(--k-spot);
  background: var(--k-surface-2);
  font-family: var(--f-lead);
  font-size: var(--z-h3);
  font-weight: var(--w-demi);
  text-transform: uppercase;
}
.d38-info {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--s-tiny);
  margin-block-end: var(--s-tiny);
}
.d38-name {
  color: var(--k-type);
  background: var(--k-surface-2);
  font-family: var(--f-lead);
  font-size: var(--z-md-2);
  font-weight: var(--w-demi);
}
.d38-num {
  color: var(--k-text-muted);
  background: var(--k-surface-2);
  font-size: var(--z-petite);
}
.d38-pips {
  color: var(--k-spot);
  background: var(--k-surface-2);
  font-size: var(--z-sm-2);
  letter-spacing: 1px;
}
.d38-plate {
  padding: var(--s-snug);
  border: var(--b-light) dashed var(--k-line);
  border-radius: var(--r-base);
  background: var(--k-surface-2);
  color: var(--k-type);
  transition: transform var(--t-normal) var(--x-release);
}
.d38-plate:hover {
  transform: translateY(calc(var(--u-lift) * -1));
}
.d38-quote {
  margin: 0;
  color: var(--k-text-muted);
  background: var(--k-surface-2);
  font-size: var(--z-copy);
  line-height: var(--l-open);
}
.d38-score {
  display: flex;
  align-items: baseline;
  gap: var(--s-hair);
}
.d38-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: var(--s-snug);
}

/* == f27 — contact form (FORM-08) ============================== */
.f27 {
  padding-block: var(--u-sec-y);
}
.f27-body {
  width: 100%;
  max-width: calc(var(--v-site) + 2 * var(--v-edge-wide));
  margin-inline: auto;
  padding-inline: var(--u-edge);
}
.f27-chip {
  display: block;
  margin-block-end: var(--s-hair);
  color: var(--k-text-muted);
  background: var(--k-surface-2);
  font-size: var(--z-petite);
  letter-spacing: var(--e-airy);
  text-transform: uppercase;
}
.f27-done {
  margin-block-start: var(--s-snug);
  padding: var(--s-snug);
  border: var(--b-light) solid var(--k-house);
  border-radius: var(--r-base);
  background: var(--k-base-plane);
  color: var(--k-spot);
}
.f27-form {
  margin-block-start: var(--s-snug);
}
.f27-input {
  flex: 1 1 auto;
  margin-block-end: var(--s-snug);
}
.f27-note {
  color: var(--k-text-muted);
  background: var(--k-surface-2);
  line-height: var(--l-open);
}
.f27-rank {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-snug);
}
.f27-send {
  display: block;
  width: 100%;
  height: 72px;
  border: 0;
  border-radius: var(--r-base);
  background: var(--k-house);
  color: #1b1206;
  font-family: var(--f-lead);
  font-size: var(--z-md-2);
  font-weight: var(--w-heavy);
  letter-spacing: var(--e-airy);
  text-transform: uppercase;
  cursor: pointer;
  transition: background var(--t-brisk) var(--x-release);
}
.f27-send:hover {
  background: var(--k-spot);
  color: #1b1206;
}
.f27-shell {
  padding: var(--s-base);
  border: var(--b-light) solid var(--k-line);
  border-radius: var(--r-base);
  background: var(--k-surface-2);
  color: var(--k-type);
}
.f27-slot {
  width: 100%;
  padding-block: var(--s-tiny);
  border: 0;
  border-block-end: var(--b-medium) dashed var(--k-rule-bold);
  background: var(--k-surface-2);
  color: var(--k-type);
  font-family: var(--f-reading);
  font-size: var(--z-copy);
}
.f27-slot:focus-visible {
  border-block-end-color: var(--k-spot);
  outline: none;
}
.f27-slot-tall {
  resize: vertical;
}

/* == f93 — data table (TABLE-02) =============================== */
.f93 {
  padding-block: var(--u-sec-y);
}
.f93-body {
  width: 100%;
  max-width: calc(var(--v-site) + 2 * var(--v-edge-wide));
  margin-inline: auto;
  padding-inline: var(--u-edge);
}
.f93-grid {
  width: 100%;
  border-collapse: collapse;
  text-align: start;
}
.f93-grid td {
  padding: var(--s-snug) var(--s-tiny);
  border-block-end: var(--b-light) solid var(--k-line);
  color: var(--k-text-muted);
  background: var(--k-base-plane);
  font-size: var(--z-copy);
  vertical-align: top;
}
.f93-grid th {
  padding: var(--s-snug) var(--s-tiny);
  border-block-end: var(--b-light) solid var(--k-line);
  color: var(--k-type);
  background: var(--k-base-plane);
  font-weight: var(--w-demi);
  text-align: start;
  vertical-align: top;
}
.f93-grid thead th {
  border-block-end: var(--b-medium) solid var(--k-spot);
  color: var(--k-type);
  background: var(--k-base-plane);
  font-family: var(--f-lead);
  font-size: var(--z-petite);
  letter-spacing: var(--e-airy);
  text-transform: uppercase;
}
.f93-grid tbody tr:last-child td,
.f93-grid tbody tr:last-child th {
  border-block-end: 0;
}
.f93-head {
  margin-block-end: var(--s-base);
  color: var(--k-type);
}
.f93-scroll {
  overflow-x: auto;
}

/* == g41 — 18+ banner (RG-01) ================================== */
.g41 {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 101;
  display: block;
  padding: var(--s-hair) var(--s-tiny);
  background: var(--k-advisory);
  color: #ffffff;
  font-size: var(--z-xs);
  letter-spacing: var(--e-normal);
  line-height: var(--l-default);
  text-align: center;
}
.g41-href {
  color: #ffffff;
  background: var(--k-advisory);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.g41-href:hover {
  color: #ffffff;
  background: var(--k-advisory);
}
.g41-mark {
  display: inline-flex;
  align-items: center;
  margin-inline-end: var(--s-hair);
  padding-inline: 5px;
  border-radius: var(--r-hair);
  background: #ffffff;
  color: #a71414;
  font-weight: var(--w-heavy);
}

/* == i33 — hero slider (HERO-04) =============================== */
.i33 {
  position: relative;
  background: var(--k-base-plane);
}
.i33-body {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: calc(var(--v-site) + 2 * var(--v-edge-wide));
  margin-inline: auto;
  padding-block: var(--s-roomy);
  padding-inline: var(--u-edge);
}
.i33-brow {
  margin-block-end: var(--s-tiny);
  color: var(--k-spot);
  background: transparent;
  font-family: var(--f-lead);
  font-size: var(--z-micro-head);
  font-weight: var(--w-heavy);
  letter-spacing: var(--e-airy);
  text-transform: uppercase;
}
.i33-deck {
  max-width: var(--v-narrow);
  margin-block-start: var(--s-snug);
  color: #e8e5e0;
  font-size: var(--z-md-2);
  line-height: var(--l-open);
}
.i33-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: var(--b-light) solid var(--k-type);
  border-radius: var(--r-circle);
  background: transparent;
  cursor: pointer;
}
.i33-dot.is-open {
  background: var(--k-spot);
  border-color: var(--k-spot);
}
.i33-dots {
  display: flex;
  align-items: center;
  gap: var(--s-tiny);
}
.i33-fine {
  margin-block-start: var(--s-tiny);
  color: #dcd8d2;
  font-size: var(--z-xs);
  letter-spacing: var(--e-airy);
  text-transform: uppercase;
}
.i33-go {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.i33-goto {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding-inline: var(--s-base);
  border: var(--b-medium) solid var(--k-spot);
  border-radius: var(--r-tiny);
  background: var(--k-base-plane);
  color: var(--k-spot);
  font-family: var(--f-lead);
  font-size: var(--z-sm-2);
  font-weight: var(--w-heavy);
  letter-spacing: var(--e-airy);
  text-transform: uppercase;
  text-decoration: none;
}
.i33-goto:hover {
  background: var(--k-spot);
  color: #221c07;
}
.i33-head {
  color: var(--k-type);
}
.i33-keys {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-tiny);
  margin-block-start: var(--s-base);
}
.i33-next,
.i33-prev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: var(--b-light) solid var(--k-rule-bold);
  border-radius: var(--r-circle);
  background: var(--k-surface-2);
  color: var(--k-type);
  font-size: var(--z-h3);
  line-height: 1;
  cursor: pointer;
  transition: background var(--t-brisk) var(--x-release);
}
.i33-next:hover,
.i33-prev:hover {
  background: var(--k-rule-bold);
  color: var(--k-type);
}
.i33-rail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--s-snug);
  padding-block: var(--s-snug);
  background: var(--k-base-plane);
}
.i33-slide {
  position: relative;
  display: none;
  background-color: #100f0e;
  background-image: url("/archive/visual-swift.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.i33-slide.is-open {
  display: block;
}
.i33-slide-a {
  background-position: 22% 50%;
}
.i33-slide-b {
  background-position: 74% 42%;
  background-size: 118%;
}
.i33-slide-c {
  background-position: 50% 78%;
  background-size: 112%;
}
.i33-top {
  max-width: var(--v-narrow);
  color: var(--k-type);
  font-family: var(--f-lead);
  font-size: var(--z-h2);
  font-weight: var(--w-demi);
  letter-spacing: var(--e-narrow);
  line-height: var(--l-dense);
  text-transform: uppercase;
}
.i33-track {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.i33-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  background-image: linear-gradient(102deg, rgba(11, 10, 9, 0.94) 0%, rgba(11, 10, 9, 0.78) 46%, rgba(11, 10, 9, 0.42) 100%);
  pointer-events: none;
}

/* == i96 — footer (FOOT-10) ==================================== */
.i96 {
  margin-block-start: auto;
  padding-block: var(--s-wide);
  background: var(--k-base-plane);
  color: var(--k-type);
}
.i96-bar {
  min-width: 0;
}
.i96-body {
  width: 100%;
  max-width: calc(var(--v-site) + 2 * var(--v-edge-wide));
  margin-inline: auto;
  padding-inline: var(--u-edge);
}
.i96-crest {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-snug);
  padding-block-end: var(--s-base);
  border-block-end: var(--b-light) solid var(--k-line);
}
.i96-fine {
  color: var(--k-text-muted);
  background: var(--k-base-plane);
  font-size: var(--z-petite);
}
.i96-glyph {
  display: inline-flex;
  align-items: center;
}
.i96-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--s-base);
  padding-block: var(--s-base);
  border-block-end: var(--b-light) solid var(--k-line);
}
.i96-href {
  color: var(--k-text-muted);
  background: var(--k-base-plane);
  font-size: var(--z-petite);
  text-decoration: none;
}
.i96-href:hover {
  color: var(--k-spot);
  background: var(--k-base-plane);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.i96-image {
  display: block;
  width: auto;
  height: 44px;
  flex-shrink: 0;
}
.i96-mark {
  padding-inline: var(--s-tiny);
  border-radius: var(--r-hair);
  background: var(--k-advisory);
  color: #ffffff;
  font-size: var(--z-xs);
  font-weight: var(--w-heavy);
}
.i96-note {
  padding-block: var(--s-snug);
  border-block-end: var(--b-light) solid var(--k-line);
  color: var(--k-text-muted);
  background: var(--k-base-plane);
  font-size: var(--z-petite);
  line-height: var(--l-open);
}
.i96-one {
  margin-block-end: var(--s-hair);
}
.i96-rank {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-tiny);
  padding-block-start: var(--s-snug);
}
.i96-slogan {
  flex: 1 1 320px;
  max-width: var(--v-narrow);
  color: var(--k-text-muted);
  background: var(--k-base-plane);
  font-size: var(--z-petite);
  line-height: var(--l-open);
}
.i96-stack {
  margin: 0;
  padding: 0;
  list-style: none;
}
.i96-top {
  margin-block-end: var(--s-tiny);
  color: var(--k-spot);
  background: var(--k-base-plane);
  font-family: var(--f-lead);
  font-size: var(--z-micro-head);
  font-weight: var(--w-heavy);
  letter-spacing: var(--e-airy);
  text-transform: uppercase;
}

/* == l36 — faq (FAQ-08) ======================================== */
.l36 {
  padding-block: var(--u-sec-y);
}
.l36-ask {
  margin: 0;
  color: var(--k-type);
  font-size: var(--z-md-2);
}
.l36-body {
  width: 100%;
  max-width: calc(var(--v-site) + 2 * var(--v-edge-wide));
  margin-inline: auto;
  padding-inline: var(--u-edge);
}
.l36-fill {
  display: grid;
  grid-template-rows: 1fr;
  padding-inline-start: var(--s-base);
}
.l36-head {
  margin-block-end: var(--s-base);
  color: var(--k-type);
}
.l36-one {
  position: relative;
  padding-block: var(--s-snug);
  padding-inline-start: var(--s-snug);
  border-block-end: var(--b-light) solid var(--k-line);
  box-shadow: inset 4px 0 0 var(--k-spot);
}
.l36-one:last-child {
  border-block-end: 0;
}
.l36-one[open] .l36-sign::after {
  opacity: 0;
}
.l36-para {
  margin-block-start: var(--s-tiny);
  color: var(--k-text-muted);
  background: var(--k-surface-2);
  line-height: var(--l-open);
}
.l36-shell {
  padding: var(--s-base);
  border: var(--b-light) dashed var(--k-rule-bold);
  border-radius: var(--r-wide);
  background: var(--k-surface-2);
  color: var(--k-type);
}
.l36-sign {
  position: relative;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-inline-start: var(--s-tiny);
}
.l36-sign::before,
.l36-sign::after {
  position: absolute;
  inset-block-start: 7px;
  inset-inline-start: 0;
  width: 16px;
  height: 2px;
  content: "";
  background: var(--k-spot);
  transition: opacity var(--t-brisk) var(--x-release);
}
.l36-sign::after {
  transform: rotate(90deg);
}
.l36-stack {
  display: block;
}
.l36-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-tiny);
  padding-inline-start: var(--s-tiny);
  cursor: pointer;
  list-style: none;
}
.l36-top::-webkit-details-marker {
  display: none;
}

/* == n77 — 404 (ERR-04) ======================================== */
.n77 {
  position: relative;
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  min-height: clamp(460px, calc(100vh - var(--u-shell) - 120px), 700px);
  background-color: #100f0e;
  background-image: linear-gradient(180deg, rgba(10, 9, 8, 0.45), rgba(10, 9, 8, 0.86)), url("/archive/visual-swift.webp");
  background-position: 40% 50%;
  background-size: cover;
}
.n77-body {
  width: 100%;
  max-width: calc(var(--v-site) + 2 * var(--v-edge-wide));
  margin-inline: auto;
  padding-block: var(--s-roomy);
  padding-inline: var(--u-edge);
}
.n77-brow {
  color: var(--k-spot);
  font-family: var(--f-lead);
  font-size: clamp(56px, 13vw, 132px);
  font-weight: var(--w-heavy);
  line-height: var(--l-dense);
}
.n77-core {
  width: 100%;
  max-width: var(--v-narrow);
}
.n77-goto {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding-inline: var(--s-base);
  border: var(--b-medium) solid var(--k-spot);
  border-radius: var(--r-tiny);
  background: var(--k-spot);
  color: #221c07;
  font-family: var(--f-lead);
  font-size: var(--z-sm-2);
  font-weight: var(--w-heavy);
  letter-spacing: var(--e-airy);
  text-transform: uppercase;
  text-decoration: none;
}
.n77-goto:hover {
  background: var(--k-accent-pressed);
  color: #221c07;
}
.n77-head {
  color: var(--k-type);
}
.n77-keys {
  margin-block-start: var(--s-base);
}
.n77-para {
  margin-block-start: var(--s-snug);
  color: #e4e1dc;
  line-height: var(--l-open);
}

/* == o69 — cta block (CTA-03, gradient panel) ================== */
.o69 {
  padding-block: var(--u-sec-y);
}
.o69-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  width: 100%;
  max-width: calc(var(--v-site) + 2 * var(--v-edge-wide));
  margin-inline: auto;
  padding-inline: var(--u-edge);
}
.o69-brow {
  margin-block-end: var(--s-tiny);
  color: var(--k-spot);
  background: var(--k-surface-2);
  font-family: var(--f-lead);
  font-size: var(--z-micro-head);
  font-weight: var(--w-heavy);
  letter-spacing: var(--e-airy);
  text-transform: uppercase;
}
.o69-fill {
  padding: var(--s-base);
  border: var(--b-light) solid var(--k-line);
  border-radius: var(--r-wide) 0 0 var(--r-wide);
  background: var(--k-surface-2);
  color: var(--k-type);
}
.o69-fine {
  margin-block-start: var(--s-tiny);
  color: var(--k-text-muted);
  background: var(--k-surface-2);
  font-size: var(--z-xs);
  line-height: var(--l-default);
}
.o69-go {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.o69-head {
  color: var(--k-type);
  background: var(--k-surface-2);
}
.o69-keys {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-tiny);
  margin-block-start: var(--s-base);
}
.o69-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  border-radius: 0 var(--r-wide) var(--r-wide) 0;
  background-color: var(--k-house);
  background-image: linear-gradient(135deg, var(--k-spot), var(--k-house));
  color: #1b1206;
}
.o69-para {
  margin-block-start: var(--s-snug);
  color: var(--k-text-muted);
  background: var(--k-surface-2);
  line-height: var(--l-open);
}
.o69-stamp {
  color: #1b1206;
  background: transparent;
  font-family: var(--f-lead);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: var(--w-heavy);
  letter-spacing: var(--e-narrow);
  line-height: var(--l-dense);
}

/* == p51 — page header (PHEAD-04) ============================== */
.p51 {
  padding-block: var(--u-sec-y);
  border-block-end: var(--b-light) solid var(--k-line);
}
.p51-body {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: var(--s-vast);
  width: 100%;
  max-width: calc(var(--v-site) + 2 * var(--v-edge-wide));
  margin-inline: auto;
  padding-inline: var(--u-edge);
}
.p51-brow {
  margin-block-end: var(--s-tiny);
  color: var(--k-spot);
  background: var(--k-base-plane);
  font-family: var(--f-lead);
  font-size: var(--z-micro-head);
  font-weight: var(--w-heavy);
  letter-spacing: var(--e-airy);
  text-transform: uppercase;
}
.p51-col {
  min-width: 0;
}
.p51-deck {
  color: var(--k-text-muted);
  background: var(--k-base-plane);
  line-height: var(--l-open);
}
.p51-head {
  color: var(--k-type);
}
.p51-side {
  min-width: 0;
}

/* == q88 — main =============================================== */
.q88 {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}

/* == r43 — legal (LEGAL-08) =================================== */
.r43 {
  padding-block: var(--u-sec-y);
}
.r43-body {
  width: 100%;
  max-width: calc(var(--v-site) + 2 * var(--v-edge-wide));
  margin-inline: auto;
  padding-inline: var(--u-edge);
}
.r43-fine {
  display: block;
  margin-block-start: var(--s-base);
  color: var(--k-text-muted);
  background: var(--k-base-plane);
  font-size: var(--z-petite);
  line-height: var(--l-open);
}
.r43-head {
  margin-block-end: var(--s-snug);
  color: var(--k-type);
  font-family: var(--f-reading);
  font-size: var(--z-h3);
  font-weight: var(--w-heavy);
  letter-spacing: var(--e-normal);
  text-transform: none;
}
.r43-one {
  margin-block-end: var(--s-tiny);
  color: var(--k-text-muted);
  line-height: var(--l-open);
}
.r43-para {
  margin-block-end: var(--s-snug);
  color: var(--k-text-muted);
  line-height: var(--l-open);
}
.r43-part {
  margin-block-end: var(--s-base);
}
.r43-stack {
  padding-inline-start: var(--s-base);
  list-style: square;
}

/* == utilities ================================================ */
.skip-hop {
  position: absolute;
  inset-inline-start: var(--s-tiny);
  z-index: 200;
  padding: var(--s-tiny) var(--s-snug);
  border-radius: var(--r-snug);
  background: var(--k-spot);
  color: #221c07;
  text-decoration: none;
}
.skip-hop:not(:focus) {
  top: -200px;
}
.skip-hop:focus {
  top: var(--s-tiny);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

/* == w95 — items grid (GRID-12) =============================== */
.w95 {
  padding-block: var(--u-sec-y);
}
.w95-body {
  width: 100%;
  max-width: calc(var(--v-site) + 2 * var(--v-edge-wide));
  margin-inline: auto;
  padding-inline: var(--u-edge);
}
.w95-fill {
  min-width: 0;
}
.w95-fine {
  margin-block-start: var(--s-tiny);
  color: var(--k-text-muted);
  background: var(--k-surface-2);
  font-size: var(--z-xs);
  letter-spacing: var(--e-airy);
  text-transform: uppercase;
}
.w95-go {
  flex: 0 0 auto;
}
.w95-head {
  margin-block-end: var(--s-base);
  color: var(--k-type);
}
.w95-hook {
  margin-block: var(--s-snug);
  padding: var(--s-base);
  border: var(--b-light) dashed var(--k-house);
  border-radius: var(--r-wide);
  background: var(--k-surface-2);
  text-align: center;
}
.w95-hook-line {
  margin-block-end: var(--s-snug);
  color: var(--k-spot);
  background: var(--k-surface-2);
  font-family: var(--f-lead);
  font-size: var(--z-h3);
  font-weight: var(--w-demi);
  text-transform: uppercase;
}
.w95-mark {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 120px;
  aspect-ratio: 1 / 1;
  border-radius: var(--r-base);
  background: var(--k-spot);
  color: #221c07;
  font-family: var(--f-lead);
  font-size: clamp(36px, 3.4vw, 56px);
  font-weight: var(--w-heavy);
  line-height: var(--l-dense);
}
.w95-one {
  display: flex;
  align-items: flex-start;
  gap: var(--s-wide);
  padding: var(--s-base) var(--s-snug);
  border-block-end: var(--b-light) dashed var(--k-line);
  background: var(--k-base-plane);
  color: var(--k-type);
  transition: transform var(--t-normal) var(--x-release);
}
.w95-one:hover {
  transform: translateY(calc(var(--u-lift) * -1));
}
.w95-para {
  margin-block-start: var(--s-tiny);
  color: var(--k-text-muted);
  background: var(--k-base-plane);
  line-height: var(--l-open);
}
.w95-sign {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-inline-end: var(--s-tiny);
  border: var(--b-light) solid var(--k-house);
  border-radius: var(--r-snug);
  background: #2a2117;
  color: var(--k-spot);
  vertical-align: middle;
}
.w95-sign svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}
.w95-stack {
  display: block;
}
.w95-top {
  display: flex;
  align-items: center;
  color: var(--k-type);
  background: var(--k-base-plane);
}

/* == y18 — byline (BYLINE-06) ================================= */
.y18 {
  padding-block: var(--u-sec-y);
}
.y18-dash {
  margin-inline: var(--s-hair);
  color: var(--k-text-muted);
  background: var(--k-surface-2);
}
.y18-frame {
  display: flex;
  align-items: center;
  gap: var(--s-base);
  width: 100%;
  max-width: calc(var(--v-site) + 2 * var(--v-edge-wide));
  margin-inline: auto;
  padding-block: var(--s-snug);
  padding-inline: var(--s-base);
  border: var(--b-light) dashed var(--k-line);
  border-radius: var(--r-base);
  background: var(--k-surface-2);
  color: var(--k-type);
}
.y18-lead {
  color: var(--k-text-muted);
  background: var(--k-surface-2);
  font-size: var(--z-xs);
  letter-spacing: var(--e-airy);
  text-transform: uppercase;
}
.y18-name {
  color: var(--k-spot);
  background: var(--k-surface-2);
  font-style: normal;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.y18-name:hover {
  color: var(--k-accent-pressed);
  background: var(--k-surface-2);
  text-decoration-thickness: 2px;
}
.y18-para {
  flex: 1 1 auto;
  color: var(--k-text-muted);
  background: var(--k-surface-2);
  font-size: var(--z-petite);
  font-style: italic;
  line-height: var(--l-default);
}
.y18-portrait {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: var(--r-circle);
  object-fit: cover;
}
.y18-role {
  color: var(--k-text-muted);
  background: var(--k-surface-2);
}

/* == y29 — author card (AUTH-02) ============================== */
.y29 {
  padding-block: var(--u-sec-y);
}
.y29-articles {
  width: 100%;
  max-width: var(--v-narrow);
  margin-inline: auto;
  margin-block-start: var(--s-wide);
  padding-block-start: var(--s-base);
  border-block-start: var(--b-light) dashed var(--k-line);
}
.y29-articles-stack {
  margin: 0;
  padding: 0;
  list-style: none;
}
.y29-articles-top {
  margin-block-end: var(--s-snug);
  color: var(--k-spot);
  background: var(--k-base-plane);
  font-size: var(--z-h3);
}
.y29-body {
  width: 100%;
  max-width: calc(var(--v-site) + 2 * var(--v-edge-wide));
  margin-inline: auto;
  padding-inline: var(--u-edge);
  text-align: center;
}
.y29-one {
  display: inline-flex;
  align-items: center;
  padding: 6px var(--s-tiny);
  border: var(--b-light) solid var(--k-house);
  border-radius: var(--r-capsule);
  background: #2a2117;
  color: var(--k-spot);
  font-size: var(--z-petite);
}
.y29-para {
  width: 100%;
  max-width: var(--v-narrow);
  margin-inline: auto;
  margin-block-end: var(--s-base);
  color: var(--k-text-muted);
  background: var(--k-base-plane);
  line-height: var(--l-open);
}
.y29-portrait {
  display: block;
  width: 140px;
  height: 140px;
  margin-inline: auto;
  margin-block-end: var(--s-wide);
  border-radius: var(--r-circle);
  object-fit: cover;
}
.y29-post {
  margin-block-end: var(--s-tiny);
  color: var(--k-text-muted);
  background: var(--k-base-plane);
  line-height: var(--l-default);
}
.y29-role {
  margin-block-end: var(--s-snug);
  color: var(--k-spot);
  background: var(--k-base-plane);
  font-size: var(--z-petite);
  letter-spacing: var(--e-airy);
  text-transform: uppercase;
}
.y29-stack {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--s-tiny);
  margin: 0;
  padding: 0;
  list-style: none;
}

/* == z47 — breadcrumbs (BREAD-01) ============================= */
.z47 {
  padding-block: var(--s-snug);
}
.z47-body {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  max-width: calc(var(--v-site) + 2 * var(--v-edge-wide));
  margin-inline: auto;
  padding-inline: var(--u-edge);
}
.z47-here {
  color: var(--k-type);
  background: var(--k-base-plane);
  font-size: var(--z-petite);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.z47-href {
  color: var(--k-text-muted);
  background: var(--k-base-plane);
  font-size: var(--z-petite);
  text-decoration: none;
}
.z47-href:hover {
  color: var(--k-spot);
  background: var(--k-base-plane);
}
.z47-sep {
  color: var(--k-text-muted);
  background: var(--k-base-plane);
  font-size: var(--z-petite);
}

/* == responsive ============================================== */
@media (min-width: 781px) {
  :root {
    --u-edge: var(--v-inset-tablet);
  }
}
@media (min-width: 1141px) {
  :root {
    --u-edge: var(--v-edge-wide);
    --u-sec-y: 46px;
  }
}
@media (max-width: 1140px) {
  .c96-stack {
    gap: var(--s-tiny);
  }
  .c96-one + .c96-one::before {
    margin-inline-end: var(--s-tiny);
  }
  .c96-strip {
    gap: var(--s-snug);
    padding-inline: var(--s-snug);
  }
}
@media (max-width: 1023px) {
  .c96-bar {
    display: none;
  }
  .c96-menu-opener {
    display: flex;
  }
  .c96-keys {
    margin-inline-start: auto;
  }
}
@media (max-width: 900px) {
  .d38-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .o69-body {
    grid-template-columns: minmax(0, 1fr);
  }
  .o69-fill {
    border-radius: var(--r-wide) var(--r-wide) 0 0;
  }
  .o69-panel {
    min-height: 200px;
    border-radius: 0 0 var(--r-wide) var(--r-wide);
  }
  .p51-body {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--s-snug);
  }
}
@media (max-width: 780px) {
  .c96 {
    padding-block: 6px;
  }
  .c96-image {
    height: 40px;
  }
  .c96-strip {
    height: 64px;
    gap: var(--s-tiny);
    padding-inline: var(--s-snug);
  }
  .i33-body {
    padding-block: var(--s-wide);
  }
  .i96-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .w95-mark {
    width: 80px;
  }
  .w95-one {
    gap: var(--s-snug);
    padding-inline: var(--s-tiny);
  }
  .y18-frame {
    align-items: flex-start;
    gap: var(--s-snug);
  }
}
@media (max-width: 640px) {
  .d38-stack {
    grid-template-columns: minmax(0, 1fr);
  }
  .f27-rank {
    flex-direction: column;
    gap: 0;
  }
  .f27-input {
    flex: 0 0 auto;
  }
  .f27-send {
    height: 60px;
    font-size: var(--z-sm-2);
  }
  .f93-grid td,
  .f93-grid th {
    padding: var(--s-tiny) 6px;
    font-size: var(--z-petite);
    white-space: normal;
  }
  .i96-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--s-snug);
  }
  .w95-one {
    flex-direction: column;
    align-items: stretch;
    gap: var(--s-snug);
  }
  .w95-mark {
    width: 100%;
    aspect-ratio: auto;
    height: 64px;
  }
}
@media (max-width: 540px) {
  .a63-keys {
    flex-direction: column;
  }
  .a63-agree,
  .a63-later {
    flex: 0 0 auto;
    width: 100%;
  }
  .a63-plate {
    padding: var(--s-snug);
  }
  .c37-hook,
  .d38-hook,
  .w95-hook {
    padding: var(--s-snug);
  }
  .c96-flag {
    display: none;
  }
  .c96-image {
    height: 34px;
  }
  .c96-strip {
    gap: 6px;
    padding-inline: var(--s-tiny);
  }
  .i33-keys {
    flex-direction: column;
    align-items: stretch;
  }
  .n77-brow {
    font-size: clamp(48px, 16vw, 92px);
  }
  .o69-fill {
    padding: var(--s-snug);
  }
  .y29-portrait {
    width: 116px;
    height: 116px;
  }
}
@media (max-width: 400px) {
  .c96-image {
    height: 30px;
  }
  .c96-menu-opener {
    width: 40px;
  }
}
@media (max-width: 720px) {
  .a63,
  .a63-plate {
    padding: 12px 14px;
    gap: 8px;
    font-size: 13px;
    line-height: 1.35;
  }
  .a63-top {
    display: none;
  }
  .a63-agree,
  .a63-later {
    padding: 8px 14px;
    font-size: 12px;
    min-height: 44px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

/* == offer button — scripts/cta-style.mjs (cyan #0891B2, underline sweep) === */
.milivi-act {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 var(--s-base);
  border: var(--b-medium) solid var(--k-spot);
  border-radius: var(--r-tiny);
  background: #0891B2;
  color: #171717;
  font-family: var(--f-lead);
  font-size: var(--z-micro-head);
  font-weight: var(--w-heavy);
  letter-spacing: var(--e-airy);
  text-decoration: none;
  text-transform: uppercase;
  transition: background var(--t-normal) var(--x-swing), box-shadow var(--t-normal) var(--x-swing);
}
.milivi-act.milivi-act {
  color: #171717;
  text-decoration: none;
}
.milivi-act:hover {
  background: #0E7490;
  color: #FFFFFF;
  animation: none;
}
.milivi-act.milivi-act:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.milivi-act:hover::after {
  animation: none;
}
.milivi-act:active {
  background: #155E75;
  color: #FFFFFF;
}
.milivi-act:focus-visible {
  outline: 3px solid var(--k-spot);
  outline-offset: 3px;
}
@keyframes milivi-sweep {
  0%,
  100% {
    transform: scaleX(0);
  }
  40%,
  60% {
    transform: scaleX(1);
  }
}
.milivi-act::after {
  position: absolute;
  inset-block-end: 6px;
  inset-inline: 12%;
  height: 3px;
  content: "";
  background: currentColor;
  opacity: 0.5;
  transform-origin: left;
  animation: milivi-sweep 1.9s var(--x-swing) infinite;
}
.i33-go.milivi-act::after {
  animation-delay: -0.73s;
}
.w95-go.milivi-act::after {
  animation-delay: -1.17s;
}
.d38-go.milivi-act::after {
  animation-delay: -0.41s;
}
.o69-go.milivi-act::after {
  animation-delay: -1.44s;
}
@media (prefers-reduced-motion: reduce) {
  .milivi-act,
  .milivi-act::after {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 505px) {
  .c96-bar,
  .c96-stack { display: none !important; }
  .c96-more-opener { display: flex !important; }
}
