.sales-page {
  --s101-ink: #07152d;
  --s101-ink-soft: #23324a;
  --s101-cream: #f7f1e7;
  --s101-paper: #fffdfa;
  --s101-gold: #c99016;
  --s101-gold-light: #e8bd54;
  --s101-gold-text: #8a600c;
  --s101-line: rgba(7, 21, 45, .14);
  color: var(--s101-ink);
  background: var(--s101-paper);
}

.sales-page::before,
.sales-page::after { display: none; }

.sales-page .progress span { background: linear-gradient(90deg, var(--s101-gold), var(--s101-gold-light)); }
.sales-page .site-header { color: var(--text); }
.sales-page .nav-links .s101-current {
  color: var(--gold-2);
  text-decoration: underline;
  text-decoration-thickness: .12em;
  text-underline-offset: .38em;
}

.s101-hero {
  position: relative;
  min-height: min(760px, calc(100vh - var(--header-height)));
  overflow: hidden;
  border-bottom: 1px solid var(--s101-line);
  background:
    radial-gradient(circle at 72% 24%, rgba(201, 144, 22, .1), transparent 24%),
    linear-gradient(120deg, var(--s101-paper), var(--s101-cream));
}
.s101-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  align-items: center;
  min-height: inherit;
  gap: clamp(28px, 5vw, 82px);
  padding-block: clamp(72px, 9vw, 124px);
}
.s101-hero-copy { position: relative; z-index: 4; max-width: 690px; }
.s101-eyebrow {
  margin: 0 0 24px;
  color: var(--s101-gold-text);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .2em;
  line-height: 1.4;
  text-transform: uppercase;
}
.s101-eyebrow::after {
  content: "";
  display: block;
  width: 58px;
  height: 2px;
  margin-top: 18px;
  background: var(--s101-gold);
}
.s101-hero h1 {
  max-width: 700px;
  margin-bottom: 24px;
  color: var(--s101-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.3rem, 6.5vw, 6.9rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .93;
  text-wrap: balance;
}
.s101-hero h1 span { color: var(--s101-gold); text-shadow: none; }
.s101-lead {
  max-width: 620px;
  margin: 0 0 30px;
  color: var(--s101-ink-soft);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.65;
}
.s101-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.sales-page .button.primary {
  border-radius: 4px;
  background: linear-gradient(135deg, var(--s101-gold-light), var(--s101-gold));
  color: #111827;
  box-shadow: 0 14px 30px rgba(201, 144, 22, .2);
  text-transform: uppercase;
  letter-spacing: .05em;
}
.s101-text-link,
.s101-channel-link {
  color: var(--s101-ink);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--s101-gold);
  padding: 8px 0 6px;
}
.s101-text-link span,
.s101-channel-link span { color: var(--s101-gold); margin-left: 8px; }
.s101-promise {
  margin: 35px 0 0;
  color: #677181;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.s101-promise span { color: var(--s101-gold); padding-inline: .5em; }

.s101-portrait-wrap {
  position: relative;
  z-index: 2;
  align-self: stretch;
  min-height: 630px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.s101-portrait-wrap picture {
  position: relative;
  z-index: 2;
  display: block;
  width: min(580px, 92%);
  margin-bottom: -1px;
  border: 1px solid rgba(7, 21, 45, .12);
  border-bottom: 0;
  border-radius: 50% 50% 0 0 / 34% 34% 0 0;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(7, 21, 45, .18);
}
.s101-portrait-wrap img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; object-position: center 28%; }
.s101-giant-number {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(7, 21, 45, .045);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20rem, 35vw, 39rem);
  font-weight: 700;
  letter-spacing: -.14em;
  line-height: .68;
  white-space: nowrap;
  pointer-events: none;
}
.s101-release-badge {
  position: absolute;
  z-index: 5;
  top: clamp(34px, 7vw, 90px);
  right: 0;
  display: grid;
  place-items: center;
  width: 136px;
  height: 136px;
  padding: 20px;
  border: 1px solid var(--s101-gold);
  border-radius: 50%;
  background: rgba(255, 253, 250, .9);
  color: var(--s101-ink);
  text-align: center;
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .13em;
  line-height: 1.45;
  text-transform: uppercase;
  box-shadow: 0 14px 36px rgba(7, 21, 45, .08);
}
.s101-release-badge span { display: block; color: var(--s101-gold); font-size: 1.15rem; }
.s101-spine {
  display: none;
}

.s101-latest {
  padding: clamp(74px, 8vw, 112px) 0;
  background: var(--s101-ink);
  color: #fff;
}
.s101-latest-grid { display: grid; grid-template-columns: .74fr 1.26fr; gap: clamp(40px, 7vw, 96px); align-items: center; }
.s101-latest .s101-eyebrow { color: var(--s101-gold-light); }
.s101-latest h2,
.s101-cta h2,
.s101-skills h2 {
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.045em;
}
.s101-latest h2 { font-size: clamp(2.5rem, 4.8vw, 4.6rem); }
.s101-latest-copy > p:not(.s101-eyebrow) { color: #c7ced8; }
.s101-latest-copy strong { color: #fff; }
.s101-channel-link { display: inline-block; margin-top: 12px; color: #fff; }

.s101-player-card { min-width: 0; }
.s101-player-shell {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(232, 189, 84, .46);
  background:
    radial-gradient(circle at 75% 20%, rgba(232, 189, 84, .16), transparent 28%),
    linear-gradient(135deg, #122542, #07152d 72%);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .3);
}
.s101-player-shell iframe { display: block; width: 100%; height: 100%; border: 0; }
.s101-player-launch {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: clamp(16px, 3vw, 28px);
  width: 100%;
  padding: clamp(24px, 5vw, 52px) clamp(210px, 31%, 292px) clamp(24px, 5vw, 52px) clamp(24px, 5vw, 52px);
  border: 0;
  color: #fff;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.s101-player-launch::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, .08);
  pointer-events: none;
}
.s101-player-launch:hover .s101-play-icon,
.s101-player-launch:focus-visible .s101-play-icon { transform: scale(1.08); background: var(--s101-gold-light); color: var(--s101-ink); }
.s101-player-launch:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.s101-play-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: clamp(64px, 8vw, 92px);
  height: clamp(64px, 8vw, 92px);
  border: 2px solid var(--s101-gold-light);
  border-radius: 50%;
  color: var(--s101-gold-light);
  font-size: 1.45rem;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.s101-player-label { position: relative; z-index: 1; display: block; }
.s101-player-label small { display: block; margin-bottom: 8px; color: var(--s101-gold-light); font-size: .68rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.s101-player-label strong { display: block; max-width: 530px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 3vw, 2.6rem); font-weight: 500; line-height: 1.12; }
.s101-player-arrow { position: absolute; z-index: 3; top: 24px; right: 26px; color: var(--s101-gold-light); font-size: 2.3rem; }
.s101-player-character {
  position: absolute;
  z-index: 2;
  right: clamp(16px, 3.2%, 30px);
  bottom: 0;
  width: clamp(190px, 29%, 250px);
  aspect-ratio: 480 / 710;
  pointer-events: none;
  transition: transform .25s ease;
}
.s101-player-character-glow {
  position: absolute;
  z-index: -1;
  inset: 16% -22% -7%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 189, 84, .27), rgba(232, 189, 84, .08) 46%, transparent 72%);
  filter: blur(4px);
}
.s101-player-character picture,
.s101-player-character img { display: block; width: 100%; height: 100%; }
.s101-player-character img { object-fit: contain; object-position: center bottom; }
.s101-player-launch:hover .s101-player-character,
.s101-player-launch:focus-visible .s101-player-character { transform: translateY(-4px); }
.s101-player-privacy { margin: 13px 0 0; color: #aeb8c6; font-size: .72rem; }
.s101-player-privacy a,
.s101-player-card noscript a { color: var(--s101-gold-light); text-decoration: underline; }

.s101-skills { padding: clamp(76px, 9vw, 124px) 0; background: var(--s101-paper); }
.s101-section-heading { display: grid; grid-template-columns: .72fr 1.15fr .75fr; gap: clamp(28px, 5vw, 72px); align-items: end; margin-bottom: 54px; }
.s101-section-heading .s101-eyebrow { margin-bottom: 0; align-self: start; }
.s101-section-heading h2 { margin: 0; color: var(--s101-ink); font-size: clamp(2.5rem, 4.7vw, 4.7rem); }
.s101-section-heading > p:last-child { margin: 0; color: #657083; }
.s101-skill-list { border-top: 1px solid var(--s101-line); }
.s101-skill-list article {
  display: grid;
  grid-template-columns: 80px minmax(210px, .55fr) 1fr;
  gap: clamp(18px, 4vw, 60px);
  align-items: baseline;
  padding: 28px 0;
  border-bottom: 1px solid var(--s101-line);
}
.s101-skill-list span { color: var(--s101-gold-text); font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.s101-skill-list h3 { margin: 0; color: var(--s101-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.25vw, 2rem); font-weight: 500; }
.s101-skill-list p { margin: 0; color: #657083; }

.s101-cta { padding: 82px 0; border-block: 1px solid rgba(201, 144, 22, .28); background: var(--s101-cream); }
.s101-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 42px; align-items: center; }
.s101-cta h2 { max-width: 770px; margin: 0; color: var(--s101-ink); font-size: clamp(2.25rem, 4.4vw, 4.2rem); }
.s101-cta .s101-eyebrow { margin-bottom: 18px; }
.s101-cta .s101-eyebrow::after { display: none; }

.sales-page .cookie-banner { color: #fff; background: rgba(7, 21, 45, .97); }
.sales-page .cookie-banner p { color: #c7ced8; }
.sales-page .cookie-actions a { color: var(--s101-gold-light); }

@media (max-width: 1180px) {
  .s101-spine { display: none; }
  .s101-release-badge { right: 10px; }
  .sales-page .nav-links { gap: 12px; font-size: .63rem; }
}

@media (max-width: 980px) {
  .s101-hero-grid { grid-template-columns: 1fr .82fr; }
  .s101-portrait-wrap { min-height: 500px; }
  .s101-release-badge { width: 112px; height: 112px; }
  .s101-latest-grid { grid-template-columns: 1fr; }
  .s101-section-heading { grid-template-columns: 1fr 1.4fr; }
  .s101-section-heading > p:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  .s101-hero { min-height: auto; }
  .s101-hero-grid { grid-template-columns: 1fr; padding-top: 66px; padding-bottom: 0; }
  .s101-hero-copy { text-align: left; }
  .s101-hero h1 { font-size: clamp(3.25rem, 16vw, 5.2rem); }
  .s101-portrait-wrap { min-height: 440px; }
  .s101-portrait-wrap picture { width: min(480px, 88%); }
  .s101-release-badge { top: 30px; right: 2px; }
  .s101-promise { line-height: 2; }
  .s101-section-heading { grid-template-columns: 1fr; }
  .s101-section-heading > p:last-child { grid-column: auto; }
  .s101-skill-list article { grid-template-columns: 48px 1fr; }
  .s101-skill-list p { grid-column: 2; }
  .s101-cta-inner { grid-template-columns: 1fr; }
  .s101-player-launch { padding-right: 180px; }
  .s101-player-character { width: clamp(148px, 25%, 178px); }
  .s101-player-arrow { display: none; }
}

@media (max-width: 600px) {
  .s101-player-launch { padding-right: clamp(24px, 5vw, 52px); }
  .s101-player-character { display: none; }
}

@media (max-width: 520px) {
  .s101-actions { align-items: stretch; flex-direction: column; }
  .s101-actions .button { width: 100%; }
  .s101-text-link { align-self: flex-start; }
  .s101-portrait-wrap { min-height: 365px; }
  .s101-release-badge { width: 92px; height: 92px; padding: 11px; font-size: .53rem; }
  .s101-player-launch { grid-template-columns: auto 1fr; }
  .s101-player-arrow { display: none; }
  .s101-player-label strong { font-size: 1.2rem; }
  .s101-play-icon { width: 58px; height: 58px; }
  .s101-skill-list article { grid-template-columns: 1fr; gap: 8px; }
  .s101-skill-list p { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .s101-play-icon,
  .s101-player-character { transition: none; }
}
