@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/foundry/roboto-condensed-greek-500-normal.woff2") format("woff2");
  unicode-range: U+0370-03FF, U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("/foundry/roboto-condensed-greek-700-normal.woff2") format("woff2");
  unicode-range: U+0370-03FF, U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("/foundry/roboto-condensed-latin-700-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2122;
}
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/foundry/noto-serif-greek-400-normal.woff2") format("woff2");
  unicode-range: U+0370-03FF, U+1F00-1FFF;
}
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/foundry/noto-serif-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2122;
}
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/foundry/noto-serif-greek-700-normal.woff2") format("woff2");
  unicode-range: U+0370-03FF, U+1F00-1FFF;
}

:root {
  --hp-anchor: #032a3c;
  --hp-highlight: #b89884;
  --hp-key-active: #a98566;
  --hp-bg: #01111a;
  --hp-bg-elevated: #08202c;
  --hp-reading: #ffffff;
  --hp-dim: #c1bfbf;
  --hp-border: #1d3a48;
  --hp-line-strong: #2f5567;
  --hp-ramp-start: #42c2cf;
  --hp-grad-2: #e3b998;
  --hp-warn-band: #8c1c13;

  --hp-2xs: 3px;
  --hp-xs: 10px;
  --hp-sm: 18px;
  --hp-md: 28px;
  --hp-lg: 44px;
  --hp-xl: 60px;
  --hp-2xl: 88px;
  --hp-3xl: 128px;

  --hp-lozenge: 0;
  --hp-dot: 50%;
  --r-2xs: 0;
  --r-xs: 0;
  --r-sm: 0;
  --r-md: 0;
  --r-lg: 0;
  --r-xl: 0;
  --r-2xl: 0;
  --r-3xl: 0;

  --hp-title: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  --f-reading: "Noto Serif", Georgia, "Times New Roman", serif;

  --hp-xxl: 36px;
  --hp-display-2: 26px;
  --hp-h3: 20px;
  --hp-display-4: 17px;
  --hp-h5: 14px;
  --hp-micro-head: 12px;
  --z-reading: 14px;
  --hp-petite: 12px;
  --hp-mini: 11px;

  --hp-dense: 1.15;
  --hp-even: 1.45;
  --hp-loose: 1.6;

  --hp-book: 400;
  --hp-demi: 500;
  --hp-heavy: 700;

  --hp-close: -0.01em;
  --hp-default: 0;
  --hp-airy: 0.06em;

  --d-2xs: none;
  --d-xs: none;
  --d-sm: 0 1px 0 rgba(0, 0, 0, 0.08);
  --d-md: 0 2px 0 rgba(0, 0, 0, 0.12);
  --d-lg: 0 4px 0 rgba(0, 0, 0, 0.16);
  --d-xl: 0 6px 0 rgba(0, 0, 0, 0.2);
  --d-2xl: 0 8px 0 rgba(0, 0, 0, 0.24);
  --d-3xl: 0 10px 0 rgba(0, 0, 0, 0.28);

  --hp-brisk: 231ms;
  --hp-steady: 410ms;
  --hp-gentle: 644ms;
  --hp-land: cubic-bezier(0.24, 0.69, 0.41, 0.94);
  --hp-start: cubic-bezier(0.41, 0.06, 0.76, 0.31);
  --hp-in-out: cubic-bezier(0.6, 0.08, 0.32, 0.95);
  --hp-spring: cubic-bezier(0.28, 1.5, 0.5, 1);

  --hp-site: 1220px;
  --hp-text: 1220px;
  --hp-edge-wide: 48px;
  --hp-pad-md: 24px;
  --hp-padding-mobile: 16px;

  --hp-slim: 1px;
  --hp-regular: 2px;
  --hp-bold: 4px;

  --hp-height-desktop: 64px;
  --hp-height-mobile: 56px;

  --sec-y: 44px;
  --tight-col: 460px;
  --band-h: 34px;
  --h-pad: 0px;
}

@media (max-width: 760px) {
  :root {
    --hp-xxl: 26px;
    --hp-display-2: 22px;
    --hp-h3: 18px;
    --hp-display-4: 16px;
    --hp-h5: 13px;
    --hp-micro-head: 11px;
    --z-reading: 14px;
    --hp-petite: 12px;
    --hp-mini: 10px;
    --hp-edge-wide: 16px;
    --sec-y: 34px;
  }
}

@media (min-width: 761px) and (max-width: 1080px) {
  :root {
    --hp-edge-wide: 24px;
  }
}

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

html,
body {
  overflow-x: clip;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--hp-bg);
  color: var(--hp-reading);
  font-family: var(--f-reading);
  font-size: var(--z-reading);
  font-weight: var(--hp-book);
  line-height: var(--hp-even);
  letter-spacing: var(--hp-default);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: var(--h-pad);
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--hp-title);
  font-weight: var(--hp-heavy);
  line-height: var(--hp-dense);
  letter-spacing: var(--hp-close);
  overflow-wrap: anywhere;
  margin: 0;
}

p {
  margin: 0 0 var(--hp-sm) 0;
}

a {
  color: var(--hp-highlight);
}

.skiplane {
  position: absolute;
  left: var(--hp-xs);
  z-index: 200;
  background: var(--hp-anchor);
  color: var(--hp-reading);
  font-family: var(--hp-title);
  font-size: var(--hp-h5);
  padding: var(--hp-xs) var(--hp-sm);
  border: var(--hp-slim) solid var(--hp-highlight);
}

.skiplane:not(:focus) {
  top: -200px !important;
}

.skiplane:focus {
  top: var(--hp-xs);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mainflow {
  flex: 1 0 auto;
  background: var(--hp-bg);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity var(--hp-steady) var(--hp-land), transform var(--hp-steady) var(--hp-land);
}

[data-reveal].shown {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* ---------- responsible gaming ribbon: RG-03 ---------- */

.rgband {
  background: var(--hp-bg);
  padding-block: var(--hp-2xs);
}

.rgband-line {
  width: 100%;
  max-width: calc(var(--hp-site) + 2 * var(--hp-edge-wide));
  margin-inline: auto;
  background: var(--hp-warn-band);
  color: var(--hp-reading);
  display: block;
  text-align: center;
  font-family: var(--hp-title);
  font-size: var(--hp-mini);
  font-weight: var(--hp-demi);
  letter-spacing: var(--hp-airy);
  padding: var(--hp-xs) var(--hp-sm);
  min-height: var(--band-h);
}

.rgband-mark {
  display: inline-flex;
  align-items: center;
  background: var(--hp-warn-band);
  color: var(--hp-reading);
  font-weight: var(--hp-heavy);
  margin-inline-end: var(--hp-xs);
}

.rgband-hop {
  background: var(--hp-warn-band);
  color: var(--hp-reading);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rgband-hop:hover {
  background: var(--hp-warn-band);
  color: var(--hp-reading);
  text-decoration-thickness: 2px;
}

/* ---------- header: HEAD-MIRROR ---------- */

.pize {
  position: relative;
  background: var(--hp-anchor);
  border-bottom: var(--hp-slim) solid var(--hp-border);
  box-shadow: var(--d-md);
  z-index: 60;
}

.pize-tier {
  height: 64px;
  max-width: calc(var(--hp-site) + 2 * var(--hp-edge-wide));
  margin-inline: auto;
  padding-inline: var(--hp-edge-wide);
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: var(--hp-sm);
  background: var(--hp-anchor);
}

.pize-badge {
  order: 3;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  background: var(--hp-anchor);
  padding: 2px 10px;
  border: var(--hp-slim) solid var(--hp-line-strong);
}

.pize-badge-shot {
  display: block;
  height: 48px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  object-position: right center;
  flex-shrink: 0;
}

.pize-menu {
  order: 1;
  flex: 0 0 auto;
  background: var(--hp-anchor);
}

.pize-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: var(--hp-xs);
}

.pize-piece {
  display: flex;
  align-items: center;
}

.pize-piece[hidden] {
  display: none;
}

.pize-piece + .pize-piece::before {
  content: "\00B7";
  color: var(--hp-highlight);
  background: var(--hp-anchor);
  margin-inline-end: var(--hp-xs);
  font-size: var(--hp-h5);
}

.pize-hop {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  background: var(--hp-anchor);
  color: var(--hp-reading);
  font-family: var(--hp-title);
  font-size: 15px;
  font-weight: 400;
  font-variant: small-caps;
  letter-spacing: var(--hp-default);
  text-decoration: none;
  white-space: nowrap;
}

.pize-hop:hover {
  background: var(--hp-anchor);
  color: var(--hp-reading);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.pize-hop[aria-current="page"] {
  background: var(--hp-anchor);
  color: var(--hp-highlight);
}

.pize-more {
  position: relative;
  display: flex;
  align-items: center;
}

.pize-more[hidden] {
  display: none;
}

.pize-more-opener {
  min-height: 44px;
  background: var(--hp-anchor);
  color: var(--hp-highlight);
  border: 0;
  font-family: var(--hp-title);
  font-size: 15px;
  font-weight: 400;
  font-variant: small-caps;
  cursor: pointer;
  white-space: nowrap;
  padding-inline: var(--hp-xs);
}

.pize-more-opener:hover {
  background: var(--hp-anchor);
  color: var(--hp-reading);
}

.pize-more-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 70;
  display: none;
  min-width: 240px;
  max-height: 70vh;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: var(--hp-xs) 0;
  background: var(--hp-bg-elevated);
  border: var(--hp-slim) solid var(--hp-line-strong);
  box-shadow: var(--d-lg);
}

.pize-more-menu.is-open {
  display: block;
}

.pize-more-menu .pize-piece {
  display: block;
}

.pize-more-menu .pize-piece::before {
  content: none;
}

.pize-more-menu .pize-hop {
  display: block;
  width: 100%;
  padding: var(--hp-xs) var(--hp-sm);
  background: var(--hp-bg-elevated);
  color: var(--hp-reading);
}

.pize-more-menu .pize-hop:hover {
  background: var(--hp-bg-elevated);
  color: var(--hp-highlight);
}

.pize-bar {
  order: 2;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: var(--hp-sm);
  background: var(--hp-anchor);
}

.pize-quiet-press {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding-inline: var(--hp-md);
  background: var(--hp-anchor);
  color: var(--hp-reading);
  border: var(--hp-slim) solid var(--hp-reading);
  border-radius: var(--r-xs);
  font-family: var(--hp-title);
  font-size: var(--hp-h5);
  font-weight: var(--hp-heavy);
  letter-spacing: var(--hp-airy);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background var(--hp-brisk) var(--hp-land), color var(--hp-brisk) var(--hp-land);
}

.pize-quiet-press:hover {
  background: var(--hp-reading);
  color: var(--hp-anchor);
  text-decoration: none;
}

.pize-press {
  white-space: nowrap;
  flex-shrink: 0;
}

.pize-menu-opener {
  order: 0;
  display: none;
  align-items: center;
  gap: var(--hp-xs);
  min-height: 44px;
  padding-inline: var(--hp-xs);
  background: var(--hp-anchor);
  color: var(--hp-reading);
  border: 0;
  font-family: var(--hp-title);
  font-size: var(--hp-h5);
  font-weight: var(--hp-heavy);
  font-variant: small-caps;
  letter-spacing: var(--hp-airy);
  cursor: pointer;
}

.pize-menu-opener:hover {
  background: var(--hp-anchor);
  color: var(--hp-highlight);
}

.pize-dock {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 65;
  max-height: 78vh;
  overflow-y: auto;
  background: var(--hp-bg-elevated);
  border-top: var(--hp-slim) solid var(--hp-line-strong);
  border-bottom: var(--hp-bold) solid var(--hp-highlight);
  padding: var(--hp-sm) var(--hp-md) var(--hp-md);
}

.pize-dock.is-open {
  display: block;
}

.pize-dock-menu {
  display: block;
  background: var(--hp-bg-elevated);
}

.pize-dock-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  gap: 0;
}

.pize-dock-piece {
  display: block;
  border-bottom: var(--hp-slim) solid var(--hp-border);
}

.pize-dock-hop {
  display: flex;
  align-items: center;
  min-height: 48px;
  background: var(--hp-bg-elevated);
  color: var(--hp-reading);
  font-family: var(--hp-title);
  font-size: var(--hp-display-4);
  font-weight: var(--hp-demi);
  text-decoration: none;
}

.pize-dock-hop:hover {
  background: var(--hp-bg-elevated);
  color: var(--hp-highlight);
}

.pize-dock-hop[aria-current="page"] {
  background: var(--hp-bg-elevated);
  color: var(--hp-highlight);
}

.pize-dock-quiet {
  display: none;
}

@media (max-width: 1200px) {
  .pize-bar .pize-quiet-press {
    display: none;
  }

  .pize-badge-shot {
    max-width: 176px;
  }
}

@media (max-width: 900px) {
  .pize-menu {
    display: none;
  }

  .pize-menu-opener {
    display: inline-flex;
    white-space: nowrap;
  }

  .pize-dock-quiet {
    display: block;
  }

  .pize-bar .pize-quiet-press {
    display: none;
  }

  .pize-badge-shot {
    max-width: 168px;
  }
}

@media (max-width: 580px) {
  .pize-tier {
    height: auto;
    min-height: 56px;
    flex-wrap: wrap;
    padding-block: var(--hp-xs);
    padding-inline: var(--hp-padding-mobile);
    gap: var(--hp-xs);
  }

  .pize-bar {
    order: 4;
    flex-basis: 100%;
    margin-left: 0;
    justify-content: stretch;
  }

  .pize-bar .pize-press {
    width: 100%;
  }

  .pize-badge-shot {
    height: 36px;
    max-width: 132px;
  }

  .pize-badge {
    padding: 2px 6px;
  }

  .pize-quiet-press {
    display: none;
  }
}

/* ---------- breadcrumbs: BREAD-03 ---------- */

.vali {
  background: var(--hp-bg);
  padding-block: var(--hp-md);
}

.vali-guts {
  width: 100%;
  max-width: calc(var(--hp-site) + 2 * var(--hp-edge-wide));
  margin-inline: auto;
  padding-inline: var(--hp-edge-wide);
}

.vali-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-family: var(--f-reading);
  font-size: var(--hp-petite);
}

.vali-piece {
  display: inline-flex;
  align-items: baseline;
  color: var(--hp-dim);
  background: var(--hp-bg);
}

.vali-piece + .vali-piece::before {
  content: "\203A";
  color: var(--hp-highlight);
  background: var(--hp-bg);
  margin-inline: var(--hp-xs);
}

.vali-hop {
  background: var(--hp-bg);
  color: var(--hp-dim);
  text-decoration: none;
}

.vali-hop:hover {
  background: var(--hp-bg);
  color: var(--hp-highlight);
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.vali-now {
  background: var(--hp-bg);
  color: var(--hp-reading);
}

/* ---------- hero: HERO-09 ---------- */

.gyneli {
  position: relative;
  background: var(--hp-bg);
  overflow: hidden;
}

.gyneli-scene {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(100deg, rgba(1, 17, 26, 0.97) 26%, rgba(1, 17, 26, 0.72) 62%, rgba(1, 17, 26, 0.88) 100%), url("/frames/gallery.webp");
  background-size: cover;
  background-position: center right;
  pointer-events: none;
}

.gyneli-guts {
  position: relative;
  width: 100%;
  max-width: calc(var(--hp-site) + 2 * var(--hp-edge-wide));
  margin-inline: auto;
  padding-inline: var(--hp-edge-wide);
  padding-block: var(--sec-y);
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: var(--hp-xl);
  align-items: center;
}

.gyneli-content {
  padding-block: var(--hp-sm);
}

.gyneli-eyebrow {
  display: inline-block;
  background: var(--hp-warn-band);
  color: var(--hp-reading);
  font-family: var(--hp-title);
  font-size: var(--hp-mini);
  font-weight: var(--hp-heavy);
  letter-spacing: var(--hp-airy);
  text-transform: uppercase;
  padding: var(--hp-2xs) var(--hp-xs);
  margin-bottom: var(--hp-sm);
}

.gyneli-lede {
  font-size: var(--hp-xxl);
  color: var(--hp-reading);
  margin-bottom: var(--hp-sm);
}

.gyneli-lead {
  max-width: var(--tight-col);
  color: var(--hp-dim);
  font-size: var(--hp-h5);
  line-height: var(--hp-loose);
  margin-bottom: var(--hp-sm);
}

.gyneli-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--hp-sm);
  margin-bottom: var(--hp-xs);
}

.gyneli-note {
  max-width: var(--tight-col);
  color: var(--hp-dim);
  font-size: var(--hp-mini);
  letter-spacing: var(--hp-airy);
  text-transform: uppercase;
  font-family: var(--hp-title);
}

.gyneli-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--hp-sm);
}

.gyneli-piece {
  display: flex;
  align-items: flex-start;
  gap: var(--hp-sm);
  padding: var(--hp-sm) var(--hp-md);
  background: var(--hp-bg-elevated);
  border-left: var(--hp-bold) solid var(--hp-highlight);
  box-shadow: var(--d-sm);
}

.gyneli-numeral {
  font-family: var(--hp-title);
  font-size: var(--hp-h3);
  font-weight: var(--hp-heavy);
  color: var(--hp-highlight);
  background: var(--hp-bg-elevated);
  flex-shrink: 0;
}

.gyneli-heading {
  font-size: var(--z-reading);
  font-weight: var(--hp-heavy);
  line-height: var(--hp-dense);
  color: var(--hp-reading);
  background: var(--hp-bg-elevated);
}

@media (max-width: 900px) {
  .gyneli-guts {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--hp-md);
  }

  .gyneli-scene {
    background-position: center;
  }
}

/* ---------- page header: PHEAD-01 ---------- */

.gyxe {
  background: var(--hp-bg);
  border-bottom: var(--hp-slim) solid var(--hp-border);
  padding-block: var(--sec-y);
}

.gyxe-guts {
  width: 100%;
  max-width: calc(var(--hp-site) + 2 * var(--hp-edge-wide));
  margin-inline: auto;
  padding-inline: var(--hp-edge-wide);
  display: flex;
  flex-direction: column;
  gap: var(--hp-sm);
  align-items: flex-start;
}

.gyxe-eyebrow {
  font-family: var(--f-reading);
  font-weight: var(--hp-demi);
  font-size: var(--hp-petite);
  text-transform: uppercase;
  letter-spacing: var(--hp-airy);
  color: var(--hp-highlight);
  background: var(--hp-bg);
}

.gyxe-lede {
  font-size: var(--hp-xxl);
  color: var(--hp-reading);
  background: var(--hp-bg);
}

.gyxe-rule {
  width: 60px;
  height: 2px;
  background: var(--hp-highlight);
}

.gyxe-prose {
  font-family: var(--f-reading);
  font-size: var(--hp-h5);
  line-height: var(--hp-even);
  color: var(--hp-dim);
  background: var(--hp-bg);
  margin: 0;
}

.gyxe-detail {
  font-family: var(--hp-title);
  font-size: var(--hp-mini);
  letter-spacing: var(--hp-airy);
  text-transform: uppercase;
  color: var(--hp-dim);
  background: var(--hp-bg);
}

.gyxe-bar {
  display: flex;
  flex-wrap: wrap;
  gap: var(--hp-sm);
  align-items: center;
}

/* ---------- prose: PROSE-10 ---------- */

.pety {
  background: var(--hp-bg);
  padding-block: var(--sec-y);
}

.pety-guts {
  width: 100%;
  max-width: calc(var(--hp-site) + 2 * var(--hp-edge-wide));
  margin-inline: auto;
  padding-inline: var(--hp-edge-wide);
}

.pety-series {
  margin-bottom: var(--hp-md);
}

.pety-heading {
  font-size: var(--hp-display-2);
  font-weight: var(--hp-heavy);
  color: var(--hp-reading);
  background: var(--hp-bg);
  margin-block-start: var(--hp-sm);
  margin-block-end: var(--hp-xs);
}

.pety-prose {
  font-size: var(--z-reading);
  line-height: var(--hp-loose);
  color: var(--hp-dim);
  background: var(--hp-bg);
}

.pety-open {
  font-size: calc(var(--z-reading) * 1.05);
  line-height: var(--hp-loose);
  color: var(--hp-reading);
  background: var(--hp-bg);
}

.pety-list {
  margin: 0 0 var(--hp-sm) 0;
  padding-left: var(--hp-md);
  color: var(--hp-dim);
  background: var(--hp-bg);
  line-height: var(--hp-loose);
}

.pety-guts p a,
.pety-guts li a {
  color: var(--hp-highlight);
  background: var(--hp-bg);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pety-guts p a:hover,
.pety-guts li a:hover {
  color: var(--hp-key-active);
  background: var(--hp-bg);
  text-decoration-thickness: 2px;
}

.pety-guts strong {
  color: var(--hp-reading);
  background: var(--hp-bg);
  font-weight: var(--hp-heavy);
}

/* ---------- items grid: GRID-11 with spec icons ---------- */

.dubazup {
  background: var(--hp-bg);
  padding-block: var(--sec-y);
}

.dubazup-guts {
  width: 100%;
  max-width: calc(var(--hp-site) + 2 * var(--hp-edge-wide));
  margin-inline: auto;
  padding-inline: var(--hp-edge-wide);
}

.dubazup-heading {
  font-size: var(--hp-display-2);
  color: var(--hp-reading);
  background: var(--hp-bg);
  margin-block-start: 0;
  margin-block-end: var(--hp-md);
}

.dubazup-stack {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--hp-sm);
  align-items: start;
}

.dubazup-piece {
  display: flex;
  flex-direction: column;
  gap: var(--hp-xs);
  grid-column: span 1;
  padding: var(--hp-md);
  background: var(--hp-bg-elevated);
  border: var(--hp-slim) solid var(--hp-border);
  box-shadow: var(--d-sm);
  transition: box-shadow var(--hp-steady) var(--hp-land);
}

.dubazup-piece:hover {
  box-shadow: var(--d-lg);
}

.dubazup-wide {
  grid-column: span 2;
}

.dubazup-tall {
  grid-column: span 2;
  border-left: var(--hp-bold) solid var(--hp-highlight);
}

.dubazup-glyph {
  width: 34px;
  height: 34px;
  color: var(--hp-highlight);
  background: var(--hp-bg-elevated);
  flex-shrink: 0;
}

.dubazup-glyph svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
  display: block;
}

.dubazup-lede {
  font-size: var(--hp-display-4);
  color: var(--hp-reading);
  background: var(--hp-bg-elevated);
}

.dubazup-tall .dubazup-lede {
  font-size: var(--hp-h3);
}

.dubazup-tall .dubazup-prose,
.dubazup-wide .dubazup-prose {
  font-size: calc(var(--z-reading) * 1.05);
}

.dubazup-prose {
  font-size: var(--z-reading);
  line-height: var(--hp-loose);
  color: var(--hp-dim);
  background: var(--hp-bg-elevated);
}

.dubazup-prose strong {
  color: var(--hp-reading);
  background: var(--hp-bg-elevated);
}

@media (max-width: 1080px) {
  .dubazup-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .dubazup-stack {
    grid-template-columns: minmax(0, 1fr);
  }

  .dubazup-wide,
  .dubazup-tall {
    grid-column: span 1;
  }
}

/* ---------- data table: TABLE-06 ---------- */

.sasyvo {
  background: var(--hp-bg);
  padding-block: var(--sec-y);
}

.sasyvo-guts {
  width: 100%;
  max-width: calc(var(--hp-site) + 2 * var(--hp-edge-wide));
  margin-inline: auto;
  padding-inline: var(--hp-edge-wide);
}

.sasyvo-frame {
  overflow-x: auto;
  background: var(--hp-bg);
}

.sasyvo-sheet {
  width: 100%;
  border-collapse: collapse;
  background: var(--hp-bg);
  font-size: var(--z-reading);
}

.sasyvo-legend {
  caption-side: top;
  font-family: var(--hp-title);
  font-size: var(--hp-display-4);
  font-style: italic;
  color: var(--hp-dim);
  background: var(--hp-bg);
  text-align: center;
  padding-block-end: var(--hp-sm);
}

.sasyvo-legend::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: var(--hp-highlight);
  margin: 0 auto var(--hp-xs);
}

.sasyvo-sheet th {
  text-align: left;
  font-family: var(--hp-title);
  font-size: var(--hp-h5);
  letter-spacing: var(--hp-airy);
  text-transform: uppercase;
  color: var(--hp-reading);
  background: var(--hp-anchor);
  padding: var(--hp-xs) var(--hp-sm);
  border-bottom: var(--hp-regular) solid var(--hp-highlight);
}

.sasyvo-sheet td {
  padding: var(--hp-xs) var(--hp-sm);
  color: var(--hp-dim);
  background: var(--hp-bg);
  border-bottom: var(--hp-slim) solid var(--hp-border);
  vertical-align: top;
}

/* ---------- reviews: REV-04 ---------- */

.vysasox {
  background: var(--hp-bg);
  padding-block: var(--sec-y);
}

.vysasox-guts {
  width: 100%;
  max-width: calc(var(--hp-site) + 2 * var(--hp-edge-wide));
  margin-inline: auto;
  padding-inline: var(--hp-edge-wide);
}

.vysasox-heading {
  font-size: var(--hp-display-2);
  color: var(--hp-reading);
  background: var(--hp-bg);
  margin-block-start: 0;
  margin-block-end: var(--hp-md);
}

.vysasox-star {
  padding: var(--hp-md);
  background: var(--hp-bg-elevated);
  border-top: var(--hp-bold) solid var(--hp-highlight);
  margin-bottom: var(--hp-md);
}

.vysasox-quote {
  margin: 0 0 var(--hp-sm) 0;
  font-family: var(--hp-title);
  font-size: var(--hp-display-4);
  font-style: italic;
  line-height: var(--hp-even);
  color: var(--hp-reading);
  background: var(--hp-bg-elevated);
}

.vysasox-rate {
  display: inline-flex;
  align-items: center;
  gap: var(--hp-xs);
  font-size: var(--hp-h3);
  letter-spacing: 2px;
  color: var(--hp-grad-2);
  background: var(--hp-bg-elevated);
}

.vysasox-score {
  font-family: var(--hp-title);
  font-size: var(--hp-h5);
  color: var(--hp-reading);
  background: var(--hp-bg-elevated);
  letter-spacing: var(--hp-default);
}

.vysasox-cite {
  display: block;
  margin-top: var(--hp-xs);
  font-family: var(--hp-title);
  font-style: normal;
  font-size: var(--hp-h5);
  letter-spacing: var(--hp-airy);
  text-transform: uppercase;
  color: var(--hp-dim);
  background: var(--hp-bg-elevated);
}

.vysasox-stack {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--hp-sm) var(--hp-md);
}

.vysasox-piece {
  padding-top: var(--hp-sm);
  border-top: var(--hp-slim) solid var(--hp-border);
  background: var(--hp-bg);
}

.vysasox-tier {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--hp-xs);
  margin-bottom: var(--hp-2xs);
}

.vysasox-handle {
  font-family: var(--hp-title);
  font-size: var(--hp-h5);
  font-weight: var(--hp-heavy);
  color: var(--hp-reading);
  background: var(--hp-bg);
}

.vysasox-when {
  font-size: var(--hp-mini);
  color: var(--hp-dim);
  background: var(--hp-bg);
}

.vysasox-prose {
  font-size: var(--hp-petite);
  line-height: var(--hp-even);
  color: var(--hp-dim);
  background: var(--hp-bg);
}

@media (max-width: 760px) {
  .vysasox-stack {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ---------- faq: FAQ-03 ---------- */

.duxy {
  background: var(--hp-bg);
  padding-block: var(--sec-y);
}

.duxy-guts {
  width: 100%;
  max-width: calc(var(--hp-site) + 2 * var(--hp-edge-wide));
  margin-inline: auto;
  padding-inline: var(--hp-edge-wide);
}

.duxy-heading {
  font-size: var(--hp-display-2);
  color: var(--hp-reading);
  background: var(--hp-bg);
  margin-block-start: 0;
  margin-block-end: var(--hp-md);
}

.duxy-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--hp-sm) var(--hp-md);
  align-items: start;
}

.duxy-unit {
  display: block;
  padding: var(--hp-md);
  background: var(--hp-bg);
  border: var(--hp-slim) solid var(--hp-line-strong);
}

.duxy-ask {
  display: block;
  cursor: pointer;
  list-style: none;
  background: var(--hp-bg);
}

.duxy-ask::-webkit-details-marker {
  display: none;
}

.duxy-lede {
  display: block;
  font-size: var(--hp-h5);
  font-weight: var(--hp-heavy);
  color: var(--hp-reading);
  background: var(--hp-bg);
  margin-bottom: var(--hp-sm);
}

.duxy-lede::before {
  content: "Q.";
  font-family: var(--hp-title);
  font-weight: var(--hp-heavy);
  color: var(--hp-highlight);
  background: var(--hp-bg);
  margin-inline-end: var(--hp-xs);
}

.duxy-matter {
  font-size: var(--z-reading);
  line-height: var(--hp-even);
  color: var(--hp-dim);
  background: var(--hp-bg);
}

@media (max-width: 760px) {
  .duxy-stack {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ---------- cta block: CTA-10 ---------- */

.synedu {
  background: var(--hp-bg);
  padding-block: var(--sec-y);
  border-top: var(--hp-slim) solid var(--hp-border);
}

.synedu-guts {
  width: 100%;
  max-width: calc(var(--hp-site) + 2 * var(--hp-edge-wide));
  margin-inline: auto;
  padding-inline: var(--hp-edge-wide);
  text-align: center;
}

.synedu-quote {
  position: relative;
  margin: 0 auto var(--hp-sm);
  max-width: 900px;
  font-family: var(--hp-title);
  font-size: var(--hp-xxl);
  font-style: italic;
  line-height: var(--hp-dense);
  color: var(--hp-reading);
  background: var(--hp-bg);
}

.synedu-quote::before {
  content: "\201C";
  display: block;
  font-family: var(--hp-title);
  font-size: 64px;
  line-height: 0.6;
  color: var(--hp-highlight);
  background: var(--hp-bg);
}

.synedu-lead {
  max-width: var(--tight-col);
  margin-inline: auto;
  font-size: var(--z-reading);
  line-height: var(--hp-loose);
  color: var(--hp-dim);
  background: var(--hp-bg);
}

.synedu-bar {
  display: flex;
  justify-content: center;
  margin-bottom: var(--hp-xs);
}

.gyneli-press,
.gyxe-press,
.synedu-hop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.synedu-note {
  max-width: var(--tight-col);
  margin-inline: auto;
  margin-top: var(--hp-xs);
  font-family: var(--hp-title);
  font-size: var(--hp-mini);
  letter-spacing: var(--hp-airy);
  text-transform: uppercase;
  color: var(--hp-dim);
  background: var(--hp-bg);
}

/* ---------- author byline: BYLINE-07 ---------- */

.vekiz {
  background: var(--hp-bg);
  padding-block: var(--sec-y);
}

.vekiz-guts {
  width: 100%;
  max-width: calc(var(--hp-site) + 2 * var(--hp-edge-wide));
  margin-inline: auto;
  padding-inline: var(--hp-edge-wide);
}

.vekiz-tile {
  padding: var(--hp-md);
  background: var(--hp-bg-elevated);
  border: var(--hp-slim) solid var(--hp-border);
  box-shadow: var(--d-sm);
}

.vekiz-tier {
  display: flex;
  align-items: center;
  gap: var(--hp-sm);
  margin-bottom: var(--hp-sm);
}

.vekiz-face {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  align-self: flex-start;
  object-fit: cover;
  object-position: center top;
  border: var(--hp-slim) solid var(--hp-line-strong);
}

.vekiz-handle {
  font-size: var(--hp-display-4);
  color: var(--hp-reading);
  background: var(--hp-bg-elevated);
}

.vekiz-handle a {
  color: var(--hp-reading);
  background: var(--hp-bg-elevated);
  text-decoration: none;
}

.vekiz-handle a:hover {
  color: var(--hp-highlight);
  background: var(--hp-bg-elevated);
  text-decoration: underline;
}

.vekiz-job {
  font-family: var(--f-reading);
  font-size: var(--hp-petite);
  color: var(--hp-dim);
  background: var(--hp-bg-elevated);
}

.vekiz-when {
  display: block;
  font-family: var(--hp-title);
  font-size: var(--hp-mini);
  letter-spacing: var(--hp-airy);
  text-transform: uppercase;
  color: var(--hp-dim);
  background: var(--hp-bg-elevated);
}

.vekiz-prose {
  font-size: var(--z-reading);
  line-height: var(--hp-loose);
  color: var(--hp-dim);
  background: var(--hp-bg-elevated);
}

.vekiz-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--hp-xs);
  margin-bottom: var(--hp-sm);
}

.vekiz-tag {
  display: inline-flex;
  align-items: center;
  padding: var(--hp-2xs) var(--hp-xs);
  background: var(--hp-anchor);
  color: var(--hp-reading);
  border: var(--hp-slim) solid var(--hp-line-strong);
  font-family: var(--hp-title);
  font-size: var(--hp-mini);
  letter-spacing: var(--hp-airy);
  text-transform: uppercase;
}

.vekiz-hop {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: var(--hp-highlight);
  background: var(--hp-bg-elevated);
  font-family: var(--hp-title);
  font-size: var(--hp-h5);
  letter-spacing: var(--hp-airy);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vekiz-hop:hover {
  color: var(--hp-key-active);
  background: var(--hp-bg-elevated);
  text-decoration-thickness: 2px;
}

/* ---------- author card: AUTH-08 ---------- */

.zosek {
  background: var(--hp-bg);
  padding-block: var(--sec-y);
}

.zosek-guts {
  width: 100%;
  max-width: calc(var(--hp-site) + 2 * var(--hp-edge-wide));
  margin-inline: auto;
  padding-inline: var(--hp-edge-wide);
}

.zosek-tile {
  display: inline-flex;
  align-items: center;
  gap: var(--hp-sm);
  padding: var(--hp-sm) var(--hp-md);
  background: var(--hp-bg-elevated);
  border: var(--hp-slim) solid var(--hp-border);
}

.zosek-face {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--hp-dot);
}

.zosek-handle {
  font-family: var(--hp-title);
  font-size: var(--z-reading);
  font-weight: var(--hp-heavy);
  color: var(--hp-reading);
  background: var(--hp-bg-elevated);
}

.zosek-position {
  font-family: var(--f-reading);
  font-size: var(--hp-mini);
  color: var(--hp-dim);
  background: var(--hp-bg-elevated);
}

.zosek-articles {
  margin-top: var(--hp-md);
}

.zosek-articles-heading {
  font-size: var(--hp-h3);
  color: var(--hp-reading);
  background: var(--hp-bg);
  margin-block-end: var(--hp-xs);
}

.zosek-articles-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.zosek-articles-piece {
  padding-block: var(--hp-xs);
  border-bottom: var(--hp-slim) solid var(--hp-border);
  background: var(--hp-bg);
}

.zosek-articles-piece a {
  color: var(--hp-highlight);
  background: var(--hp-bg);
  text-decoration: none;
}

.zosek-articles-piece a:hover {
  color: var(--hp-key-active);
  background: var(--hp-bg);
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

/* ---------- legal: LEGAL-06 ---------- */

.pemy {
  background: var(--hp-bg);
  padding-block: var(--sec-y);
  counter-reset: pemystep;
}

.pemy-guts {
  width: 100%;
  max-width: calc(var(--hp-site) + 2 * var(--hp-edge-wide));
  margin-inline: auto;
  padding-inline: var(--hp-edge-wide);
}

.pemy-series {
  margin-bottom: var(--hp-md);
  counter-increment: pemystep;
}

.pemy-heading {
  font-size: var(--hp-display-4);
  color: var(--hp-reading);
  background: var(--hp-bg);
  margin-block-start: var(--hp-xs);
  margin-block-end: var(--hp-xs);
}

.pemy-heading::before {
  content: "\00A7 " counter(pemystep) ". ";
  color: var(--hp-highlight);
  background: var(--hp-bg);
}

.pemy-prose {
  font-size: var(--hp-petite);
  line-height: var(--hp-loose);
  color: var(--hp-dim);
  background: var(--hp-bg);
}

.pemy-lead {
  font-size: var(--z-reading);
  line-height: var(--hp-loose);
  color: var(--hp-reading);
  background: var(--hp-bg);
  margin-bottom: var(--hp-md);
}

.pemy-contacts {
  margin: 0 0 var(--hp-md) 0;
  padding-left: var(--hp-md);
  font-size: var(--hp-petite);
  line-height: var(--hp-loose);
  color: var(--hp-dim);
  background: var(--hp-bg);
}

.pemy-note {
  display: block;
  padding: var(--hp-sm);
  background: var(--hp-bg-elevated);
  border-left: var(--hp-bold) solid var(--hp-warn-band);
  font-size: var(--hp-mini);
  line-height: var(--hp-even);
  color: var(--hp-dim);
}

.pemy-detail {
  font-family: var(--hp-title);
  font-size: var(--hp-mini);
  letter-spacing: var(--hp-airy);
  text-transform: uppercase;
  color: var(--hp-dim);
  background: var(--hp-bg);
}

/* ---------- contact form: FORM-07 ---------- */

.nesu {
  background: var(--hp-bg);
  padding-block: var(--sec-y);
}

.nesu-guts {
  width: 100%;
  max-width: calc(var(--hp-site) + 2 * var(--hp-edge-wide));
  margin-inline: auto;
  padding-inline: var(--hp-edge-wide);
}

.nesu-tile {
  overflow: hidden;
  background: var(--hp-bg-elevated);
  border: var(--hp-slim) solid var(--hp-border);
}

.nesu-band {
  height: 8px;
  background: var(--hp-highlight);
}

.nesu-form {
  display: flex;
  flex-direction: column;
  gap: var(--hp-sm);
  padding: var(--hp-md);
  background: var(--hp-bg-elevated);
}

.nesu-cell {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  gap: var(--hp-2xs);
}

.nesu-mark {
  font-family: var(--hp-title);
  font-size: var(--hp-h5);
  letter-spacing: var(--hp-airy);
  text-transform: uppercase;
  color: var(--hp-reading);
  background: var(--hp-bg-elevated);
}

.nesu-entry {
  width: 100%;
  min-height: 44px;
  padding: var(--hp-xs);
  background: var(--hp-bg);
  color: var(--hp-reading);
  border: var(--hp-regular) solid var(--hp-line-strong);
  border-radius: var(--r-xs);
  font-family: var(--f-reading);
  font-size: var(--z-reading);
}

.nesu-entry:focus {
  outline: var(--hp-regular) solid var(--hp-highlight);
  outline-offset: 1px;
}

textarea.nesu-entry {
  min-height: 140px;
  resize: vertical;
}

.nesu-press {
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding-inline: var(--hp-lg);
  background: var(--hp-anchor);
  color: var(--hp-reading);
  border: var(--hp-slim) solid var(--hp-highlight);
  border-radius: var(--r-xs);
  font-family: var(--hp-title);
  font-size: var(--hp-h5);
  font-weight: var(--hp-heavy);
  letter-spacing: var(--hp-airy);
  text-transform: uppercase;
  cursor: pointer;
  transition: background var(--hp-brisk) var(--hp-land), color var(--hp-brisk) var(--hp-land);
}

.nesu-press:hover {
  background: var(--hp-highlight);
  color: var(--hp-anchor);
}

.nesu-notice {
  display: none;
  padding: var(--hp-sm);
  background: var(--hp-anchor);
  color: var(--hp-reading);
  border-left: var(--hp-bold) solid var(--hp-highlight);
  font-size: var(--z-reading);
}

.nesu-notice.is-open {
  display: block;
}

.nesu-prose {
  font-size: var(--z-reading);
  line-height: var(--hp-loose);
  color: var(--hp-dim);
  background: var(--hp-bg);
  margin-bottom: var(--hp-md);
}

/* ---------- error block: ERR-03 ---------- */

.fomi {
  background: var(--hp-bg);
  padding-block: var(--hp-2xl);
  flex: 1 0 auto;
}

.fomi-guts {
  width: 100%;
  max-width: calc(var(--hp-site) + 2 * var(--hp-edge-wide));
  margin-inline: auto;
  padding-inline: var(--hp-edge-wide);
  text-align: center;
}

.fomi-lede {
  max-width: var(--tight-col);
  margin-inline: auto;
  font-size: var(--hp-display-2);
  color: var(--hp-reading);
  background: var(--hp-bg);
  margin-bottom: var(--hp-sm);
}

.fomi-prose {
  max-width: var(--tight-col);
  margin-inline: auto;
  font-size: var(--z-reading);
  line-height: var(--hp-loose);
  color: var(--hp-dim);
  background: var(--hp-bg);
  margin-bottom: var(--hp-md);
}

.fomi-press {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding-inline: var(--hp-md);
  background: var(--hp-anchor);
  color: var(--hp-reading);
  border: var(--hp-slim) solid var(--hp-highlight);
  font-family: var(--hp-title);
  font-size: var(--hp-h5);
  font-weight: var(--hp-heavy);
  letter-spacing: var(--hp-airy);
  text-transform: uppercase;
  text-decoration: none;
}

.fomi-press:hover {
  background: var(--hp-highlight);
  color: var(--hp-anchor);
}

/* ---------- cookie banner: COOK-04 ---------- */

.bele-veil {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 89;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.bele-veil.is-open {
  display: block;
}

.bele {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background: var(--hp-anchor);
  border-top: var(--hp-bold) solid var(--hp-highlight);
  padding: var(--hp-md);
  transform: translateX(-105%);
  visibility: hidden;
}

.bele.is-open {
  transform: translateX(0);
  visibility: visible;
  animation: bele-wipe var(--hp-gentle) var(--hp-land) both;
}

@keyframes bele-wipe {
  from {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  to {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.bele-frame {
  width: 100%;
  max-width: calc(var(--hp-site) + 2 * var(--hp-edge-wide));
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--hp-sm);
  background: var(--hp-anchor);
}

.bele-heading {
  font-size: var(--hp-display-4);
  color: var(--hp-reading);
  background: var(--hp-anchor);
  text-align: center;
}

.bele-notice {
  max-width: var(--tight-col);
  margin: 0;
  text-align: center;
  font-size: var(--z-reading);
  line-height: var(--hp-loose);
  color: var(--hp-reading);
  background: var(--hp-anchor);
}

.bele-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--hp-sm);
}

.bele-yes,
.bele-later {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding-inline: var(--hp-lg);
  border-radius: var(--r-xs);
  font-family: var(--hp-title);
  font-size: var(--hp-h5);
  font-weight: var(--hp-heavy);
  letter-spacing: var(--hp-airy);
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

.bele-yes {
  background: var(--hp-highlight);
  color: var(--hp-bg);
  border: var(--hp-slim) solid var(--hp-highlight);
}

.bele-yes:hover {
  background: var(--hp-key-active);
  color: var(--hp-bg);
}

.bele-later {
  background: var(--hp-anchor);
  color: var(--hp-reading);
  border: var(--hp-slim) solid var(--hp-reading);
}

.bele-later:hover {
  background: var(--hp-reading);
  color: var(--hp-anchor);
}

@media (max-width: 720px) {
  .bele,
  .bele-frame {
    padding: 12px 14px !important;
    gap: 8px !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .bele-heading {
    display: none !important;
  }

  .bele-yes,
  .bele-later {
    padding: 8px 14px !important;
    font-size: 12px !important;
    min-height: 36px !important;
  }
}

@media (max-width: 430px) {
  .bele-bar {
    flex-direction: column;
    width: 100%;
  }

  .bele-yes,
  .bele-later {
    width: 100%;
    white-space: normal;
  }
}

/* ---------- footer: FOOT-08 ---------- */

.tuzelu {
  background: var(--hp-bg);
  padding-block: var(--hp-xl);
  border-top: var(--hp-slim) solid var(--hp-border);
}

.tuzelu-guts {
  width: 100%;
  max-width: calc(var(--hp-site) + 2 * var(--hp-edge-wide));
  margin-inline: auto;
  padding-inline: var(--hp-edge-wide);
}

.tuzelu-masthead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--hp-xs);
  padding-block: var(--hp-sm);
  border-top: var(--hp-bold) double var(--hp-reading);
  border-bottom: var(--hp-bold) double var(--hp-reading);
  background: var(--hp-bg);
}

.tuzelu-badge {
  display: inline-flex;
  background: var(--hp-bg);
}

.tuzelu-badge-shot {
  display: block;
  height: 64px;
  width: auto;
  max-width: 260px;
  object-fit: contain;
}

.tuzelu-issue {
  margin: 0;
  font-family: var(--hp-title);
  font-size: var(--hp-mini);
  letter-spacing: var(--hp-airy);
  text-transform: uppercase;
  color: var(--hp-dim);
  background: var(--hp-bg);
}

.tuzelu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--hp-md);
  padding-block: var(--hp-md);
}

.tuzelu-col {
  background: var(--hp-bg);
}

.tuzelu-heading {
  font-family: var(--hp-title);
  font-size: var(--hp-h5);
  letter-spacing: var(--hp-airy);
  text-transform: uppercase;
  color: var(--hp-reading);
  background: var(--hp-bg);
  margin-block-end: var(--hp-xs);
}

.tuzelu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tuzelu-piece {
  padding-block: var(--hp-2xs);
  background: var(--hp-bg);
}

.tuzelu-hop {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  color: var(--hp-dim);
  background: var(--hp-bg);
  font-size: var(--hp-petite);
  text-decoration: none;
}

.tuzelu-hop:hover {
  color: var(--hp-highlight);
  background: var(--hp-bg);
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.tuzelu-prose {
  font-size: var(--hp-petite);
  line-height: var(--hp-loose);
  color: var(--hp-dim);
  background: var(--hp-bg);
}

.tuzelu-bottom {
  padding-top: var(--hp-sm);
  border-top: var(--hp-slim) solid var(--hp-border);
  text-align: center;
  background: var(--hp-bg);
}

.tuzelu-small {
  font-size: var(--hp-mini);
  line-height: var(--hp-even);
  color: var(--hp-dim);
  background: var(--hp-bg);
}

@media (max-width: 760px) {
  .tuzelu-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
/* Offer CTA */
.qmcf-act{position:relative;isolation:isolate;display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:0 28px;border:1px solid #01111A;border-radius:999px;
  background:#4F46E5;color:#FFFFFF;text-decoration:none;
  font-size:14px;font-weight:600;letter-spacing:1.4px;text-transform:uppercase;
  box-shadow:4px 4px 0 #01111A;transition:background .12s ease,color .12s ease,transform .12s ease,box-shadow .12s ease}
.qmcf-act:hover{background:#4338CA;color:#FFFFFF;box-shadow:2px 2px 0 #01111A;animation:none}
.qmcf-act:hover::after{animation:none}
.qmcf-act:active{background:#3730A3;color:#FFFFFF}
.qmcf-act:focus-visible{outline:3px solid #01111A;outline-offset:3px}
.qmcf-act{animation:stamp_qmcf 2.04s ease-in-out infinite}
@keyframes stamp_qmcf{0%{transform:translate(0,0)}10.784%{transform:translate(2px,2px)}31.373%,100%{transform:translate(0,0)}}
@media (prefers-reduced-motion:reduce){.qmcf-act,.qmcf-act::after{animation:none!important;transition:none!important}}

@media (max-width: 496px) {
  .pize-menu,
  .pize-list,
  .pize-hop,
  .pize-quiet-press { display: none !important; }
  .pize-more-opener { display: flex !important; }
}

.vysasox-page-figure {
	margin-block: var(--hp-display-2);
}

.vysasox-page-figure img {
	display: block;
	max-width: 100%;
	max-height: 56vh;
	width: auto;
	height: auto;
	margin-inline: auto;
}

.dubazup-page-figure {
	margin-block: var(--hp-display-2);
}

.dubazup-page-figure img {
	display: block;
	max-width: 100%;
	max-height: 56vh;
	width: auto;
	height: auto;
	margin-inline: auto;
}
