@font-face {
  font-family: "Teko Local";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../vault/type/teko-500-latin-ext.woff2") format("woff2");
}

@font-face {
  font-family: "Teko Local";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../vault/type/teko-700-latin-ext.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed Local";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../vault/type/barlow-condensed-400-latin-ext.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed Local";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../vault/type/barlow-condensed-600-latin-ext.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed Local";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../vault/type/barlow-condensed-700-latin-ext.woff2") format("woff2");
}

:root {
  --bg: #070d18;
  --bg-soft: #111c2e;
  --panel: rgba(9, 16, 29, 0.86);
  --panel-strong: rgba(8, 14, 24, 0.95);
  --border: rgba(158, 174, 204, 0.16);
  --text: #f8f5ee;
  --muted: #aeb9d3;
  --accent: #ff1658;
  --accent-bright: #ff4979;
  --gold: #f6c74f;
  --shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  --radius: 22px;
  --radius-sm: 16px;
  --gutter: clamp(14px, 3.4vw, 28px);
  --max: min(1240px, calc(100vw - 2 * var(--gutter)));
  --header-height: 112px;
  --display-font: "Barlow Condensed Local", sans-serif;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Barlow Condensed Local", sans-serif;
  background:
    radial-gradient(circle at top, rgba(255, 22, 88, 0.16), transparent 34%),
    radial-gradient(circle at 82% 12%, rgba(246, 199, 79, 0.12), transparent 26%),
    linear-gradient(180deg, #09111f 0%, #070d18 24%, #050912 100%);
  overflow-x: clip;
}

body.drawer-open {
  overflow: hidden;
}

main {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: #ffe49a;
  text-underline-offset: 0.18em;
}

p,
li,
td,
th,
label,
input,
textarea {
  font-size: clamp(1rem, 1.08vw, 1.1rem);
  line-height: 1.62;
}

p {
  margin: 0 0 14px;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--display-font);
  font-weight: 700;
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

h2 {
  font-size: 1.6rem;
  margin-block: 12px;
}

h3 {
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  margin: 18px 0 10px;
  color: #f7eed5;
}

.icon {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  flex: 0 0 auto;
}

.icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-shell,
.hero-stage__cta,
.rushline__cta,
.demo-room__play,
.demo-room__back,
.reel-card__cta,
.contact-deck button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-family: var(--display-font);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.button-shell:hover,
.hero-stage__cta:hover,
.rushline__cta:hover,
.reel-card__cta:hover {
  transform: translateY(-1px);
}

.button-shell--ghost,
.demo-room__back,
.reel-card__cta--ghost {
  background: linear-gradient(180deg, rgba(100, 117, 154, 0.16), rgba(45, 58, 88, 0.32));
  color: #f4f1ea;
}

.button-shell--hot,
.hero-stage__cta,
.rushline__cta,
.demo-room__play,
.reel-card__cta,
.contact-deck button {
  background: linear-gradient(180deg, var(--accent-bright) 0%, var(--accent) 52%, #bf0f42 100%);
  color: #fff7ed;
  border-color: rgba(255, 120, 155, 0.62);
  box-shadow: 0 12px 28px rgba(255, 22, 88, 0.28);
}

.donbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 13, 24, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}

.donbar__desktop,
.donbar__mobile-top,
.donbar__mobile-actions,
.donbar__mobile-tabs,
.content-runway__inner,
.site-footer__inner,
.pay-strip {
  width: var(--max);
  margin-inline: auto;
}

.donbar__desktop {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.donbar__brand img,
.site-footer__brand img {
  height: auto;
}

.donbar__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex: 1 1 auto;
}

.donbar__nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 12px;
  color: var(--muted);
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--display-font);
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.donbar__nav-link:hover,
.donbar__nav-link.is-current {
  color: var(--text);
}

.donbar__nav-link.is-current::after {
  content: "";
  position: absolute;
  inset: auto 12px 6px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.donbar__actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.donbar__mobile {
  display: none;
}

.drawer-sheet[hidden] {
  display: none;
}

.drawer-sheet {
  position: fixed;
  inset: 0;
  z-index: 70;
}

.drawer-sheet__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 5, 12, 0.68);
}

.drawer-sheet__panel {
  position: absolute;
  inset: 0 auto 0 0;
  width: min(88vw, 360px);
  padding: 24px 16px 18px;
  display: grid;
  align-content: start;
  gap: 18px;
  background: linear-gradient(180deg, rgba(11, 19, 34, 0.98), rgba(7, 12, 22, 0.98));
  border-right: 1px solid var(--border);
  box-shadow: var(--shadow);
  transform: translateX(-104%);
  transition: transform 220ms ease;
}

.drawer-sheet.is-open .drawer-sheet__panel {
  transform: translateX(0);
}

.drawer-sheet__close,
.donbar__burger {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.drawer-sheet__brand {
  display: flex;
  justify-content: center;
}

.drawer-sheet__nav {
  display: grid;
  gap: 12px;
}

.drawer-sheet__link {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  text-decoration: none;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.drawer-sheet__link.is-current {
  border-color: rgba(255, 84, 130, 0.44);
  box-shadow: inset 0 0 0 1px rgba(255, 84, 130, 0.18);
}

.drawer-sheet__microcopy {
  margin: 0;
  color: var(--muted);
}

.hero-stage {
  position: relative;
  min-height: min(79vh, 720px);
  overflow: clip;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-stage__media,
.hero-stage__media::before,
.hero-stage__media::after {
  position: absolute;
  inset: 0;
}

.hero-stage__media {
  overflow: hidden;
}

.hero-stage__backdrop {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-stage__media::before {
  content: "";
  background: linear-gradient(180deg, rgba(7, 12, 22, 0.3) 0%, rgba(7, 12, 22, 0.25) 20%, rgba(7, 12, 22, 0.78) 70%, rgba(7, 12, 22, 0.96) 100%);
}

.hero-stage__media::after {
  content: "";
  background:
    radial-gradient(circle at center, rgba(255, 124, 182, 0.16), transparent 36%),
    linear-gradient(90deg, rgba(7, 12, 22, 0.72) 0%, rgba(7, 12, 22, 0.2) 42%, rgba(7, 12, 22, 0.46) 100%);
}

.hero-stage__content {
  position: relative;
  z-index: 1;
  width: var(--max);
  margin: 0 auto;
  padding: clamp(144px, 18vw, 146px) 0 clamp(104px, 13vw, 118px);
  display: grid;
  justify-items: start;
  gap: 14px;
  text-align: left;
}

.hero-stage__pretitle {
  margin: 0;
  padding: 7px 14px 6px;
  border-radius: 999px;
  color: #fee8aa;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(21, 31, 52, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-stage__title {
  width: min(100%, 18ch);
  font-size: clamp(1.55rem, 3.6vw, 2.8rem);
  color: #f8f0e2;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.28), 0 18px 44px rgba(0, 0, 0, 0.44);
}

.hero-stage__intro {
  max-width: min(66ch, 100%);
  margin: 0;
  color: #f7f1db;
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
}

.hero-stage__cta {
  min-width: clamp(220px, 28vw, 340px);
  min-height: 64px;
  padding-inline: 28px;
  font-size: clamp(0.94rem, 1.08vw, 1.04rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  border-radius: 16px;
  animation: heatPulse 3.8s ease-in-out infinite;
}

.hero-stage__payments {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding-bottom: 18px;
}

.pay-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.8vw, 16px);
  padding: 0;
  list-style: none;
}

.pay-strip li {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(9, 16, 31, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pay-strip img {
  height: 20px;
  width: auto;
  object-fit: contain;
}

.reel-wall {
  width: var(--max);
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.reel-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 18px;
  background: #0b1322;
  box-shadow: var(--shadow);
}

.reel-card__frame {
  aspect-ratio: 2 / 3;
}

.reel-card__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

.reel-card__veil {
  position: absolute;
  inset: auto 14px 14px;
  display: grid;
  gap: 8px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.reel-card:hover .reel-card__frame img,
.reel-card.is-open .reel-card__frame img {
  transform: scale(1.05);
  filter: brightness(0.44);
}

.reel-card:hover .reel-card__veil,
.reel-card.is-open .reel-card__veil {
  opacity: 1;
  transform: translateY(0);
}

.reel-card__cta {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 12px;
}

.content-runway {
  padding: 16px 0 24px;
}

.content-runway__inner {
  display: grid;
  gap: 12px;
}

.toc-accordion {
  display: grid;
  gap: 10px;
}

.toc-accordion__summary {
  list-style: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 16px;
  row-gap: 2px;
  align-items: center;
  padding: clamp(16px, 3vw, 30px);
  border-radius: 18px;
  background: rgba(10, 18, 32, 0.82);
  backdrop-filter: blur(14px);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  cursor: pointer;
}

.toc-accordion__summary::-webkit-details-marker {
  display: none;
}

.toc-accordion__eyebrow {
  margin: 0 0 8px;
  color: #f6c74f;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.toc-accordion__title {
  color: var(--text);
  font-family: var(--display-font);
  font-size: 1.08rem;
  letter-spacing: 0.02em;
}

.toc-accordion__icon {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 18px;
  height: 18px;
  position: relative;
  color: #f2ebd8;
}

.toc-accordion__icon::before,
.toc-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, opacity 180ms ease;
}

.toc-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.toc-accordion[open] .toc-accordion__icon::after {
  opacity: 0;
}

.toc-ribbon {
  position: static;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(10, 18, 32, 0.82);
  backdrop-filter: blur(14px);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.toc-ribbon__link {
  padding: 8px 12px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--muted);
  font-family: var(--display-font);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.03);
}

.toc-ribbon__link:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.story-intro,
.club-panel,
.author-card {
  border-radius: var(--radius);
  background: var(--panel);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.club-panel[id],
.author-card,
.story-intro {
  scroll-margin-top: calc(var(--header-height) + 18px);
}

.story-intro {
  padding: clamp(16px, 3vw, 26px);
}

.club-panel {
  position: relative;
  overflow: hidden;
}

.club-panel--scenic {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
  border-left: none;
  border-right: none;
  background: transparent;
  box-shadow: none;
}

.club-panel__scene {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.64);
}

.club-panel--scenic::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 12, 22, 0.44), rgba(7, 12, 22, 0.82));
}

.club-panel__inner {
  position: relative;
  z-index: 1;
  width: var(--max);
  margin: 0 auto;
  padding: clamp(16px, 3vw, 30px);
}

.club-panel--centered .club-panel__inner {
  text-align: center;
}

.club-panel__eyebrow {
  margin: 0 0 8px;
  color: #f6c74f;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.club-panel__title {
  color: #f8efd8;
}

.club-copy p:last-child,
.club-copy ul:last-child,
.club-copy ol:last-child,
.club-copy .club-table-box:last-child {
  margin-bottom: 0;
}

.club-copy strong {
  color: #fff3cf;
}

.club-list,
.club-steps {
  display: grid;
  gap: 12px;
  margin: 14px 0 18px;
  padding: 0;
  list-style: none;
}

.club-list li,
.club-steps li {
  position: relative;
  padding-left: 52px;
  min-height: 36px;
}

.club-list li::before,
.club-steps li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(255, 78, 126, 0.18), rgba(246, 199, 79, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffe4a0;
  font-family: var(--display-font);
  font-size: 1.1rem;
}

.club-list li::before {
  content: "•";
}

.club-steps {
  counter-reset: clubStep;
}

.club-steps li::before {
  counter-increment: clubStep;
  content: counter(clubStep);
}

.club-table-box {
  margin: 14px 0 18px;
  padding: 8px;
  border-radius: 18px;
  background: rgba(5, 10, 20, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow-x: auto;
}

.club-table {
  width: 100%;
  min-width: 100%;
  border-collapse: collapse;
  background: linear-gradient(180deg, rgba(11, 19, 34, 0.92), rgba(7, 12, 22, 0.92));
  border-radius: 14px;
  overflow: hidden;
}

.club-table th,
.club-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  vertical-align: top;
}

.club-table th {
  color: #ffe8ab;
  font-weight: 700;
  background: rgba(255, 22, 88, 0.12);
}

.club-table tr:last-child td {
  border-bottom: none;
}

.club-note {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(246, 199, 79, 0.08);
  border: 1px solid rgba(246, 199, 79, 0.18);
  color: #fdeebf;
}

.provider-gallery {
  margin: 18px 0;
  padding: 18px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(17, 28, 46, 0.9), rgba(9, 16, 29, 0.92)),
    radial-gradient(circle at top, rgba(255, 22, 88, 0.08), transparent 44%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.provider-gallery__eyebrow {
  margin: 0 0 14px;
  color: #f6c74f;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.provider-gallery__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.provider-gallery__item {
  min-height: 88px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0;
  text-align: center;
}

.provider-gallery__item img {
  max-width: min(168px, 100%);
  width: auto;
  height: 34px;
  object-fit: contain;
}

.club-faq {
  display: grid;
  gap: 10px;
}

.club-faq__item {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  overflow: hidden;
}

.club-faq__question {
  cursor: pointer;
  list-style: none;
  padding: 16px 18px;
  font-family: var(--display-font);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.club-faq__answer {
  padding: 0 18px 18px;
}

.club-visual {
  margin: 18px 0 4px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.club-visual img {
  width: 100%;
  height: auto;
}

.club-visual--shot {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.author-card {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  padding: 18px;
}

.author-card__photo img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 28px;
}

.author-card__eyebrow {
  margin: 0 0 6px;
  color: var(--gold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.author-card__name {
  font-size: clamp(2rem, 4vw, 2.9rem);
}

.author-card__role {
  margin: 6px 0 10px;
  color: #d2dbea;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.author-card__text {
  margin: 0;
  color: #eef1f8;
}

.author-story {
  display: flow-root;
}

.author-story__photo {
  float: left;
  width: min(220px, 45%);
  margin: 0 20px 12px 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.contact-deck {
  display: grid;
  gap: 18px;
  margin-top: 16px;
}

.contact-deck__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-deck__full {
  grid-column: 1 / -1;
}

.contact-deck label {
  display: grid;
  gap: 8px;
}

.contact-deck input,
.contact-deck textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font: inherit;
}

.contact-deck__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.contact-deck__status {
  margin: 0;
  color: #ffe8ab;
}

.site-footer {
  padding: 26px 0 calc(28px + env(safe-area-inset-bottom));
}

.site-footer__inner {
  display: grid;
  gap: 18px;
  justify-items: center;
  text-align: center;
}

.site-footer__partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 22px;
}

.site-footer__partners img {
  height: 28px;
  width: auto;
  opacity: 0.6;
  filter: grayscale(1);
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.site-footer__links a {
  color: #dde7f7;
  text-decoration: none;
}

.site-footer__note {
  margin: 0;
  max-width: 70ch;
  color: var(--muted);
}

.rushline[hidden],
.demo-room[hidden] {
  display: none;
}

.rushline {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  grid-template-areas: "text cta close";
  gap: 12px;
  align-items: center;
  width: min(100vw, 100%);
  padding: 12px var(--gutter) calc(12px + env(safe-area-inset-bottom));
  background: rgba(8, 14, 24, 0.96);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 -18px 34px rgba(0, 0, 0, 0.35);
  transform: translateY(100%);
  transition: transform 280ms ease, opacity 280ms ease;
  opacity: 0;
}

.rushline.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.rushline__text {
  grid-area: text;
  min-width: 0;
  margin: 0;
  font-size: 1rem;
  font-family: var(--display-font);
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.08;
  color: #f6c74f;
  text-shadow: 0 2px 10px rgba(246, 199, 79, 0.16);
}

.rushline__cta {
  grid-area: cta;
  min-width: 138px;
  min-height: 44px;
  font-size: 0.86rem;
  animation: heatPulse 4.2s ease-in-out infinite;
}

.rushline__close {
  grid-area: close;
  width: 34px;
  min-width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #e7edf8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  line-height: 1;
}

.demo-room {
  position: fixed;
  inset: 0;
  z-index: 80;
}

.demo-room__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
}

.demo-room__shell {
  position: absolute;
  inset: 24px;
  display: grid;
  grid-template-rows: 1fr auto;
  background: #000;
  border-radius: 22px;
  overflow: hidden;
}

.demo-room__frame {
  min-height: 0;
}

.demo-room__frame iframe {
  width: 100%;
  height: 100%;
  border: none;
  background: #000;
}

.demo-room__bar {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 14px;
  background: rgba(12, 17, 29, 0.96);
}

.demo-room__back,
.demo-room__play {
  flex: 1 1 0;
  min-height: 52px;
}

@keyframes heatPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 12px 28px rgba(255, 22, 88, 0.28);
  }

  14% {
    transform: scale(1.035);
    box-shadow: 0 0 0 4px rgba(255, 22, 88, 0.1), 0 18px 40px rgba(255, 22, 88, 0.4);
  }

  22% {
    transform: scale(1.012);
  }

  46% {
    transform: scale(1.045);
    box-shadow: 0 0 0 6px rgba(255, 142, 34, 0.08), 0 20px 44px rgba(255, 78, 126, 0.42);
  }

  60% {
    transform: scale(1.01);
  }
}

@media (max-width: 1080px) {
  .donbar__desktop {
    display: none;
  }

  .donbar__mobile {
    display: block;
  }

  .donbar__mobile-top {
    min-height: 72px;
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    gap: 12px;
  }

  .donbar__brand--mobile {
    display: flex;
    justify-content: center;
  }

  .donbar__spacer {
    width: 44px;
    height: 44px;
  }

  .donbar__mobile-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-bottom: 10px;
  }

  .donbar__mobile-tabs {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 10px 0 8px;
    background: rgba(14, 23, 38, 0.94);
    scrollbar-width: none;
  }

  .donbar__mobile-tabs::-webkit-scrollbar {
    display: none;
  }

  .donbar__mobile-tabs a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #d3dceb;
    text-decoration: none;
    font-family: var(--display-font);
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.78rem;
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
  }

  .donbar__mobile-tab-icon {
    width: 0.92rem;
    height: 0.92rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
    flex: 0 0 auto;
    opacity: 0.92;
  }

  .donbar__mobile-tab-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .donbar__mobile-tabs a.is-current {
    color: #fff4d0;
    border-bottom-color: var(--accent);
  }

  .hero-stage {
    min-height: auto;
  }

  .hero-stage__content {
    padding-top: 216px;
    padding-bottom: 92px;
    gap: 10px;
    justify-items: center;
    text-align: center;
  }

  .hero-stage__pretitle {
    font-size: 0.74rem;
    letter-spacing: 0.09em;
    padding: 6px 12px 5px;
  }

  .hero-stage__title {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.95rem, 8.8vw, 3.45rem);
  }

  .hero-stage__intro {
    width: 100%;
    max-width: 100%;
    font-size: 0.98rem;
  }

  .hero-stage__cta {
    justify-self: center;
    min-width: min(78vw, 290px);
    min-height: 56px;
  }

  .pay-strip {
    gap: 8px;
    flex-wrap: nowrap;
    padding-inline: var(--gutter);
  }

  .pay-strip li {
    padding: 8px 10px;
  }

  .pay-strip img {
    height: 17px;
  }

  .reel-wall {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .author-card {
    grid-template-columns: 110px 1fr;
  }
}

@media (max-width: 680px) {
  :root {
    --header-height: 136px;
  }

  .toc-accordion {
    display: none;
  }

  .content-runway {
    padding-top: 8px;
  }

  .toc-ribbon {
    display: none;
  }

  .story-intro,
  .club-panel:not(.club-panel--scenic),
  .author-card {
    border-radius: 20px;
  }

  .club-panel--scenic .club-panel__inner {
    padding-block: 18px;
  }

  .club-panel__eyebrow {
    font-size: 0.76rem;
    letter-spacing: 0.14em;
    margin-bottom: 7px;
  }

  .toc-accordion__eyebrow {
    font-size: 0.76rem;
    letter-spacing: 0.14em;
    margin-bottom: 7px;
  }

  .club-table th,
  .club-table td {
    padding: 9px 10px;
    font-size: 0.92rem;
  }

  .club-table-box--compact .club-table {
    table-layout: fixed;
  }

  .club-table-box--compact .club-table th,
  .club-table-box--compact .club-table td {
    word-break: break-word;
  }

  .provider-gallery {
    padding: 16px;
  }

  .provider-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .provider-gallery__item {
    min-height: 78px;
    padding: 12px 10px;
  }

  .provider-gallery__item img {
    height: 28px;
  }

  .reel-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .reel-card__veil {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .toc-ribbon {
    top: calc(var(--header-height) + 6px);
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .author-card {
    grid-template-columns: 1fr;
  }

  .author-card__photo {
    max-width: 112px;
  }

  .author-story__photo {
    float: none;
    width: min(220px, 100%);
    margin: 0 0 16px;
  }

  .contact-deck__grid {
    grid-template-columns: 1fr;
  }

  .rushline {
    padding-left: 14px;
    padding-right: 14px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-areas: "text cta close";
    gap: 10px;
  }

  .rushline__text {
    font-size: 0.88rem;
  }

  .rushline__cta {
    min-width: 126px;
    font-size: 0.82rem;
  }

  .demo-room__shell {
    inset: 0;
    border-radius: 0;
  }

  .demo-room__bar {
    padding-bottom: calc(14px + env(safe-area-inset-bottom));
  }

  body.page-home .site-footer,
  body.page-bonus .site-footer,
  body.page-login .site-footer,
  body.page-app .site-footer,
  body.page-slots .site-footer,
  body.page-author .site-footer,
  body.page-geo-home .site-footer {
    padding-bottom: calc(108px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 360px) {
  .rushline {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "text close"
      "cta cta";
    align-items: start;
  }

  .rushline__cta {
    width: 100%;
    min-width: 0;
  }

  .hero-stage__content {
    padding-top: 200px;
    padding-bottom: 84px;
  }

  .hero-stage__pretitle {
    font-size: 0.7rem;
    padding-inline: 10px;
  }

  .hero-stage__intro {
    font-size: 0.96rem;
  }

  .pay-strip li {
    padding-inline: 7px;
  }

  .pay-strip img {
    height: 14px;
  }

  .rushline__text {
    font-size: 0.82rem;
  }
}
