:root {
  --bg: #080b0a;
  --bg-deep: #050706;
  --surface: #111816;
  --surface-2: #16201c;
  --ink: #f4efe5;
  --muted: #a9aea6;
  --muted-light: #c7c3b6;
  --gold: #d7a652;
  --gold-light: #f0c979;
  --green: #7da690;
  --green-deep: #172e28;
  --line: rgba(215, 166, 82, 0.24);
  --line-soft: rgba(244, 239, 229, 0.12);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* {
  box-sizing: border-box;
}

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

body {
  position: relative;
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(42, 86, 69, 0.22), transparent 30rem),
    radial-gradient(circle at 86% 26%, rgba(142, 82, 34, 0.13), transparent 26rem),
    linear-gradient(135deg, #070a09 0%, #0b100e 48%, #070908 100%);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body::before,
body::after {
  position: fixed;
  z-index: -2;
  width: 42rem;
  height: 42rem;
  border: 1px solid rgba(120, 160, 138, 0.08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

body::before {
  top: 12rem;
  left: -34rem;
}

body::after {
  right: -36rem;
  bottom: 8rem;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.page-noise {
  position: fixed;
  z-index: 30;
  inset: 0;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
  pointer-events: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
  width: min(100% - 3rem, 1320px);
  min-height: 76px;
  margin: 0 auto;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(244, 239, 229, 0.1);
  background: rgba(8, 11, 10, 0.78);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  width: max-content;
  font-family: var(--mono);
  font-size: 0.95rem;
  letter-spacing: 0.09em;
}

.brand small {
  color: var(--gold);
  font-size: 0.68em;
}

.topnav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  font-size: 0.75rem;
  color: var(--muted-light);
}

.topnav a,
.language-link {
  position: relative;
  white-space: nowrap;
  transition: color 180ms ease;
}

.topnav a::after {
  position: absolute;
  right: 0;
  bottom: -0.55rem;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.topnav a:hover,
.topnav a.is-active,
.language-link:hover {
  color: var(--gold-light);
}

.topnav a:hover::after,
.topnav a.is-active::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
}

.language-link {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 48px;
  padding: 0.8rem 1.2rem;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: #11100c;
  background: linear-gradient(120deg, var(--gold-light), var(--gold));
  box-shadow: 0 12px 32px rgba(215, 166, 82, 0.12);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.1;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button:hover {
  box-shadow: 0 16px 38px rgba(215, 166, 82, 0.22);
  transform: translateY(-2px);
}

.button-small {
  min-height: 38px;
  padding: 0.6rem 0.9rem;
  font-size: 0.68rem;
}

.button-secondary,
.button-light {
  color: var(--ink);
  background: transparent;
  box-shadow: none;
}

.button-secondary:hover,
.button-light:hover {
  background: rgba(215, 166, 82, 0.1);
}

.sound-control {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--muted-light);
}

.sound-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.03em;
}

.sound-dot {
  width: 7px;
  height: 7px;
  border: 1px solid var(--gold);
  border-radius: 50%;
}

.sound-control.is-playing .sound-dot {
  border-color: var(--green);
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(125, 166, 144, 0.12);
}

.sound-volume {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.55rem;
}

.sound-volume input {
  width: 62px;
  height: 3px;
  accent-color: var(--gold);
}

main {
  position: relative;
}

.hero,
.section-shell,
.section-narrow {
  width: min(100% - 3rem, 1320px);
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(400px, 1.02fr);
  gap: clamp(3rem, 7vw, 8.5rem);
  align-items: center;
  min-height: calc(100svh - 76px);
  padding: clamp(4rem, 9vw, 8rem) 0 clamp(5rem, 10vw, 9rem);
}

.eyebrow {
  margin: 0 0 1.2rem;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 0.67rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow-mark {
  display: inline-block;
  margin-right: 0.8rem;
  color: var(--green);
}

.hero h1 {
  max-width: 100%;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(4rem, 5.6vw, 6.7rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.8;
  overflow-wrap: normal;
}

h1 em,
h2 em {
  color: var(--gold-light);
  font-style: normal;
}

.title-mark {
  display: inline-block;
  margin-left: 0.12em;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.23em;
  letter-spacing: 0;
  vertical-align: top;
  transform: translateY(0.3em);
}

.hero-kicker {
  max-width: 30rem;
  margin: 2rem 0 0.8rem;
  color: var(--muted-light);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  line-height: 1.05;
}

.hero-copy {
  max-width: 32rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.4rem;
  margin-top: 2rem;
}

.text-link,
.card-link {
  color: var(--gold-light);
  font-size: 0.75rem;
  font-weight: 700;
}

.text-link span,
.card-link span {
  display: inline-block;
  margin-left: 0.28rem;
  transition: transform 180ms ease;
}

.text-link:hover span,
.card-link:hover span {
  transform: translate(2px, -2px);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.3rem;
  margin-top: 3rem;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-proof span::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 0.5rem 1px 0;
  border-radius: 50%;
  background: var(--green);
  content: "";
}

.hero-media {
  position: relative;
  max-width: 640px;
  justify-self: end;
}

.hero-media-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1.18;
  border: 1px solid rgba(215, 166, 82, 0.38);
  background: var(--surface);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}

.hero-media-frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(4, 7, 6, 0.88) 100%);
  content: "";
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% 48%;
}

.hero-media-caption {
  position: absolute;
  z-index: 1;
  right: 1.4rem;
  bottom: 1.3rem;
  left: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.hero-media-caption span,
.hero-media-caption strong {
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-media-caption span {
  color: var(--gold);
}

.hero-media-caption strong {
  color: var(--ink);
  font-weight: 400;
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(125, 166, 144, 0.25);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  top: -8%;
  right: -12%;
  width: 38%;
  aspect-ratio: 1;
}

.orbit-two {
  right: 5%;
  bottom: -10%;
  width: 28%;
  aspect-ratio: 1;
  border-color: rgba(215, 166, 82, 0.35);
}

.hero-stamp {
  position: absolute;
  top: 2rem;
  right: -1.8rem;
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-light);
  font-family: var(--mono);
  font-size: 0.58rem;
  line-height: 1.15;
  text-align: center;
  transform: rotate(12deg);
}

.section-narrow {
  display: grid;
  grid-template-columns: 0.35fr 1.25fr 0.62fr;
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
  padding: 5rem 0 8rem;
  border-top: 1px solid var(--line-soft);
}

.section-index {
  color: var(--green);
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
}

.welcome h2,
.section-heading h2,
.method-copy h2,
.club-heading h2,
.case-copy h2,
.international h2,
.final-cta h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5.2vw, 5.8rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.welcome-copy > p:not(.eyebrow) {
  max-width: 42rem;
  margin: 1.6rem 0 0;
  color: var(--muted-light);
  font-size: 1rem;
}

.welcome-copy .muted-copy {
  margin-top: 0.7rem;
  color: var(--muted);
}

.principle-note {
  padding: 1.5rem;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--line-soft);
  background: linear-gradient(145deg, rgba(215, 166, 82, 0.09), transparent 70%);
}

.principle-note span {
  display: block;
  margin-bottom: 1rem;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.12em;
}

.principle-note strong {
  display: block;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 0.82;
}

.principle-note small {
  display: block;
  margin-top: 1.4rem;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.45;
}

.section-shell {
  padding: 7rem 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 2rem 4rem;
  align-items: end;
  margin-bottom: 3.4rem;
}

.section-heading .eyebrow {
  align-self: start;
}

.section-heading h2 {
  max-width: 15ch;
}

.section-lead {
  grid-column: 2;
  max-width: 36rem;
  margin: -1.6rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.route-card {
  position: relative;
  display: flex;
  min-height: 30rem;
  flex-direction: column;
  padding: 1.6rem;
  overflow: hidden;
  border-top: 1px solid var(--gold);
  background:
    radial-gradient(circle at 100% 0, rgba(215, 166, 82, 0.18), transparent 35%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015));
  transition: transform 220ms ease, background 220ms ease;
}

.route-card::after {
  position: absolute;
  right: -4rem;
  bottom: -5rem;
  width: 14rem;
  height: 14rem;
  border: 1px solid rgba(125, 166, 144, 0.18);
  border-radius: 50%;
  content: "";
}

.route-card:hover {
  background:
    radial-gradient(circle at 100% 0, rgba(215, 166, 82, 0.26), transparent 38%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.02));
  transform: translateY(-5px);
}

.route-corporate {
  border-color: var(--green);
  background:
    radial-gradient(circle at 100% 0, rgba(83, 140, 117, 0.24), transparent 38%),
    linear-gradient(155deg, rgba(43, 85, 69, 0.28), rgba(255, 255, 255, 0.02));
}

.route-gaslight {
  border-color: #b6754d;
  background:
    radial-gradient(circle at 100% 0, rgba(182, 117, 77, 0.2), transparent 38%),
    linear-gradient(155deg, rgba(93, 52, 35, 0.2), rgba(255, 255, 255, 0.02));
}

.route-topline,
.offer-number {
  display: flex;
  justify-content: space-between;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.09em;
}

.route-card h3 {
  position: relative;
  z-index: 1;
  margin: 4rem 0 1.25rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.5rem, 3.6vw, 4.1rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.8;
}

.route-card p {
  position: relative;
  z-index: 1;
  max-width: 26rem;
  margin: 0;
  color: var(--muted-light);
  font-size: 0.84rem;
}

.route-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.45rem;
  margin: auto 0 1.5rem;
  padding: 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.61rem;
  list-style: none;
  text-transform: uppercase;
}

.route-card li::before {
  display: inline-block;
  width: 0.8rem;
  height: 1px;
  margin: 0 0.5rem 0.25rem 0;
  background: var(--gold);
  content: "";
}

.route-card .card-link {
  position: relative;
  z-index: 1;
  width: max-content;
  padding-top: 1rem;
  border-top: 1px solid var(--line-soft);
}

.method {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
}

.method-media,
.case-visual {
  position: relative;
}

.method-media::before,
.case-visual::before {
  position: absolute;
  z-index: -1;
  top: -1.2rem;
  right: -1.2rem;
  bottom: 1.2rem;
  left: 1.2rem;
  border: 1px solid var(--green);
  content: "";
}

.method-media img,
.case-visual img {
  object-position: 50% 32%;
  width: 100%;
  aspect-ratio: 0.92;
  object-fit: cover;
  filter: saturate(0.82);
}

.media-label {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  justify-content: space-between;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 0.59rem;
  letter-spacing: 0.1em;
}

.media-label span {
  color: var(--gold-light);
}

.method-copy h2 {
  max-width: 11ch;
}

.method-lead {
  max-width: 34rem;
  margin: 1.8rem 0 2rem;
  color: var(--muted-light);
  font-size: 0.96rem;
}

.method-code {
  max-width: 34rem;
  margin: 0 0 1.4rem;
  color: var(--green);
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
}

.method-steps {
  border-top: 1px solid var(--line-soft);
}

.method-step {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line-soft);
}

.method-step span,
.case-points span {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 0.62rem;
}

.method-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.method-step strong {
  color: var(--ink);
}

.legal-note {
  display: block;
  max-width: 36rem;
  margin-top: 1.5rem;
  color: #8c968d;
  font-size: 0.64rem;
  line-height: 1.45;
}

.club {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(3rem, 8vw, 9rem);
  padding-top: 7rem;
  padding-bottom: 8rem;
  border-top: 1px solid var(--line-soft);
}

.club-heading h2 {
  max-width: 8ch;
}

.club-heading > p:not(.eyebrow) {
  max-width: 24rem;
  margin: 1.5rem 0 2rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.club-modules {
  border-top: 1px solid var(--gold);
}

.club-modules details {
  border-bottom: 1px solid var(--line-soft);
}

.club-modules summary {
  display: grid;
  grid-template-columns: 2.2rem 1fr auto;
  gap: 0.8rem;
  align-items: center;
  padding: 1.25rem 0;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}

.club-modules summary::-webkit-details-marker {
  display: none;
}

.club-modules summary span {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 0.62rem;
}

.club-modules summary strong {
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
}

.club-modules summary small {
  color: var(--green);
  font-family: var(--mono);
  font-size: 0.55rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.club-modules summary::after {
  display: none;
  color: var(--gold);
  content: "+";
  font-family: var(--mono);
}

.club-modules details[open] summary::after {
  content: "−";
}

.club-modules details p {
  max-width: 34rem;
  margin: -0.5rem 2rem 1.25rem 3rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.case-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
  padding-top: 4rem;
}

.case-visual::before {
  border-color: var(--gold);
}

.case-visual img {
  aspect-ratio: 0.9;
  object-position: 72% 44%;
}

.case-visual-tag {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  color: var(--gold-light);
  font-family: var(--mono);
  font-size: 0.65rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.case-copy h2 {
  max-width: 10ch;
}

.case-copy > p:not(.eyebrow):not(.confidential-line) {
  max-width: 33rem;
  margin: 1.6rem 0 2rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.case-points {
  border-top: 1px solid var(--line-soft);
}

.case-points > div {
  display: grid;
  grid-template-columns: 2rem 7rem 1fr;
  gap: 0.75rem;
  align-items: baseline;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line-soft);
}

.case-points strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 500;
}

.case-points p {
  margin: 0;
  color: var(--muted);
  font-size: 0.74rem;
}

.confidential-line {
  margin: 1.5rem 0 0;
  color: var(--green);
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.04em;
}

.offers {
  border-top: 1px solid var(--line-soft);
}

.offer-list {
  border-top: 1px solid var(--gold);
}

.offer-card {
  display: grid;
  grid-template-columns: 4rem 1fr 13rem;
  gap: 2rem;
  align-items: center;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--line-soft);
  transition: background 180ms ease, padding 180ms ease;
}

.offer-card:hover {
  padding-right: 1rem;
  padding-left: 1rem;
  background: linear-gradient(90deg, rgba(215, 166, 82, 0.08), transparent);
}

.offer-featured {
  background: linear-gradient(90deg, rgba(215, 166, 82, 0.12), transparent 70%);
}

.offer-body h3 {
  margin: 0.3rem 0 0.4rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3vw, 3.1rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.offer-body > p:last-child {
  max-width: 37rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.offer-kicker {
  margin: 0;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
}

.offer-price {
  display: grid;
  justify-items: start;
  gap: 0.15rem;
}

.offer-price strong {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
  line-height: 0.9;
}

.offer-price span {
  margin-bottom: 0.6rem;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.58rem;
}

.international {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(3rem, 8vw, 9rem);
  padding: clamp(4rem, 8vw, 7rem);
  border: 1px solid rgba(125, 166, 144, 0.34);
  background:
    radial-gradient(circle at 10% 0, rgba(125, 166, 144, 0.35), transparent 38%),
    radial-gradient(circle at 100% 100%, rgba(215, 166, 82, 0.16), transparent 36%),
    linear-gradient(125deg, #142a23, #091210 72%);
}

.international h2 {
  max-width: 10ch;
  font-size: clamp(3.5rem, 6.5vw, 7rem);
}

.international-copy > p:not(.eyebrow) {
  max-width: 38rem;
  margin: 1.8rem 0 2rem;
  color: #d5ddd4;
  font-size: 0.9rem;
}

.international-aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.international-quote {
  margin: 0 0 2rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.5vw, 2.6rem);
  line-height: 0.98;
}

.international-prices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(244, 239, 229, 0.2);
  border-bottom: 1px solid rgba(244, 239, 229, 0.2);
}

.international-prices div {
  display: grid;
  gap: 0.3rem;
}

.international-prices strong {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 0.9;
}

.international-prices span {
  color: var(--muted-light);
  font-family: var(--mono);
  font-size: 0.54rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.international-aside small {
  margin-top: 1.2rem;
  color: #9baaa0;
  font-size: 0.63rem;
  line-height: 1.4;
}

.final-cta {
  display: grid;
  justify-items: center;
  padding-top: 9rem;
  padding-bottom: 7rem;
  text-align: center;
}

.final-cta h2 {
  max-width: 13ch;
  font-size: clamp(3.8rem, 7vw, 7.5rem);
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2rem;
}

.final-signature {
  margin: 4rem 0 0;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 0.67rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mobile-buy-bar {
  display: none;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .topnav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    width: 100%;
    padding-top: 0.1rem;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .topnav::-webkit-scrollbar {
    display: none;
  }

  .header-actions {
    gap: 0.6rem;
  }

  .sound-volume span {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 3.8rem;
    min-height: auto;
  }

  .hero-media {
    order: -1;
    width: min(100%, 650px);
    justify-self: center;
  }

.hero-content {
  min-width: 0;
}

.hero-media {
  min-width: 0;
}

.hero h1 {
  min-width: 0;
  overflow-wrap: anywhere;
}

.hero-content {
  max-width: 45rem;
}

  .section-narrow,
  .method,
  .club,
  .case-section,
  .international {
    grid-template-columns: 1fr;
  }

  .section-narrow {
    gap: 2rem;
  }

  .principle-note {
    max-width: 22rem;
  }

  .method-copy h2,
  .club-heading h2,
  .case-copy h2 {
    max-width: 15ch;
  }

  .method-media,
  .case-visual {
    max-width: 34rem;
  }

  .club-heading {
    max-width: 40rem;
  }

  .international {
    gap: 3rem;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 76px;
  }

  .site-header,
  .hero,
  .section-shell,
  .section-narrow {
    width: min(100% - 2rem, 1320px);
  }

  .site-header {
    min-height: 68px;
    padding: 0.55rem 0 0.7rem;
  }

  .brand {
    font-size: 0.8rem;
  }

  .header-actions {
    gap: 0.55rem;
  }

  .header-actions .button-small {
    display: none;
  }

  .language-link {
    padding: 0.3rem;
  }

  .sound-control {
    gap: 0.3rem;
  }

  .sound-toggle {
    font-size: 0.55rem;
  }

  .sound-toggle [data-sound-status] {
    display: none;
  }

  .sound-toggle::after {
    color: var(--muted-light);
    content: "sound";
    font-family: var(--mono);
    font-size: 0.5rem;
    letter-spacing: 0.04em;
  }

  .sound-volume input {
    width: 48px;
  }

  .topnav {
    gap: 1.2rem;
    font-size: 0.66rem;
  }

  .topnav a::after {
    bottom: -0.35rem;
  }

  .hero {
    gap: 2.4rem;
    padding: 2.3rem 0 4rem;
  }

  .hero-media-frame {
    aspect-ratio: 0.86;
  }

  .hero-media img {
      object-position: 74% 43%;
  }

  .hero-stamp {
    top: 1rem;
    right: 0.4rem;
    width: 62px;
    height: 62px;
    font-size: 0.5rem;
  }

  .orbit-one {
    right: 2%;
  }

  .hero-media-caption {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .hero-media-caption span,
  .hero-media-caption strong {
    font-size: 0.5rem;
  }

  .eyebrow {
    margin-bottom: 0.9rem;
    font-size: 0.58rem;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(3.7rem, 16vw, 5.2rem);
  }

  .hero-kicker {
    margin-top: 1.4rem;
    font-size: 1.8rem;
  }

  .hero-copy {
    font-size: 0.84rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    margin-top: 2rem;
    font-size: 0.5rem;
  }

  .section-narrow {
    gap: 1.5rem;
    padding: 3.6rem 0 4.8rem;
  }

  .section-index {
    font-size: 0.55rem;
  }

  .welcome h2,
  .section-heading h2,
  .method-copy h2,
  .club-heading h2,
  .case-copy h2,
  .international h2,
  .final-cta h2 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .welcome-copy > p:not(.eyebrow) {
    margin-top: 1.25rem;
    font-size: 0.86rem;
  }

  .principle-note {
    padding: 1.2rem;
  }

  .section-shell {
    padding: 4.7rem 0;
  }

  .section-heading {
    display: block;
    margin-bottom: 2.2rem;
  }

  .section-heading h2 {
    max-width: 10ch;
  }

  .section-lead {
    margin: 1.25rem 0 0;
    font-size: 0.8rem;
  }

  .route-grid {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .route-card {
    min-height: 24rem;
    padding: 1.25rem;
  }

  .route-card h3 {
    margin-top: 3rem;
    font-size: 3.4rem;
  }

  .route-card p {
    font-size: 0.8rem;
  }

  .route-card ul {
    font-size: 0.56rem;
  }

  .method,
  .club,
  .case-section {
    gap: 3rem;
  }

  .method-media img,
  .case-visual img {
    aspect-ratio: 0.84;
  }

  .method-lead {
    margin: 1.3rem 0 1.4rem;
    font-size: 0.84rem;
  }

  .method-code {
    font-size: 0.54rem;
  }

  .method-step {
    grid-template-columns: 1.8rem 1fr;
    gap: 0.6rem;
  }

  .method-step p {
    font-size: 0.73rem;
  }

  .club-heading > p:not(.eyebrow) {
    font-size: 0.82rem;
  }

  .club-modules summary {
    grid-template-columns: 1.8rem 1fr 1rem;
    gap: 0.5rem;
  }

  .club-modules summary strong {
    font-size: 1.45rem;
  }

  .club-modules summary small {
    display: none;
  }

  .club-modules summary::after {
    display: block;
  }

  .club-modules details p {
    margin-left: 2.3rem;
    font-size: 0.73rem;
  }

  .case-points > div {
    grid-template-columns: 1.8rem 5.5rem 1fr;
    gap: 0.45rem;
  }

  .case-points strong {
    font-size: 1.15rem;
  }

  .case-points p {
    font-size: 0.68rem;
  }

  .offer-card {
    grid-template-columns: 2rem 1fr;
    gap: 0.7rem;
    padding: 1.25rem 0;
  }

  .offer-card:hover {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .offer-body h3 {
    font-size: 2.3rem;
  }

  .offer-body > p:last-child {
    font-size: 0.72rem;
  }

  .offer-price {
    grid-column: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem;
  }

  .offer-price strong {
    font-size: 1.75rem;
  }

  .offer-price span {
    margin: 0;
  }

  .offer-price .card-link {
    width: 100%;
    margin-top: 0.35rem;
  }

  .international {
    width: min(100% - 1rem, 1320px);
    padding: 3rem 1.25rem;
  }

  .international-copy > p:not(.eyebrow) {
    font-size: 0.76rem;
  }

  .international-prices {
    gap: 0.45rem;
  }

  .international-prices strong {
    font-size: 1.35rem;
  }

  .international-prices span {
    font-size: 0.46rem;
  }

  .final-cta {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .final-actions {
    width: 100%;
    flex-direction: column;
  }

  .final-actions .button {
    width: 100%;
  }

  .final-signature {
    margin-top: 2.5rem;
    font-size: 0.56rem;
  }

  .mobile-buy-bar {
    position: fixed;
    z-index: 18;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    min-height: 66px;
    padding: 0.7rem 1rem;
    border-top: 1px solid var(--gold);
    background: rgba(8, 11, 10, 0.94);
    backdrop-filter: blur(16px);
  }

  .mobile-buy-bar span {
    color: var(--muted-light);
    font-family: var(--serif);
    font-size: 1.15rem;
    line-height: 1;
  }

  .mobile-buy-bar a {
    flex: 0 0 auto;
    padding: 0.65rem 0.8rem;
    border-radius: 999px;
    color: #11100c;
    background: var(--gold-light);
    font-size: 0.62rem;
    font-weight: 800;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
