:root {
  --ink: #20201e;
  --deep: #1f2829;
  --paper: #f3f0e9;
  --card: #fffaf0;
  --gold: #d9b66c;
  --red: #8e2f3e;
  --teal: #2c6d73;
  --muted: #655f55;
  --line: rgba(32, 32, 30, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
}

.notice {
  padding: 10px 18px;
  background: var(--deep);
  color: #efe8d6;
  font-size: 12px;
  text-align: center;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 72px;
  padding: 0 clamp(72px, 8vw, 148px);
  background: rgba(243, 240, 233, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 172px;
}

.brand-name {
  font-size: 27px;
  font-weight: 900;
}

.brand-sub {
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #373532;
  font-size: 13px;
  font-weight: 700;
}

.nav-tools {
  display: flex;
  gap: 8px;
}

.nav-tools span,
.lang-switch {
  padding: 8px 11px;
  background: var(--deep);
  color: #efe8d6;
  border: 0;
  font-size: 12px;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
}

.lang-switch {
  background: transparent;
  color: var(--deep);
  border: 1px solid rgba(31, 40, 41, 0.24);
}

.lang-switch.active {
  background: var(--deep);
  color: #efe8d6;
}

.menu-toggle {
  display: none;
  border: 0;
  background: var(--deep);
  color: #efe8d6;
  width: 42px;
  height: 42px;
  font-size: 20px;
}

.hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0 clamp(72px, 8vw, 148px);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(20, 21, 20, 0.86) 0%, rgba(20, 21, 20, 0.58) 46%, rgba(20, 21, 20, 0.08) 100%),
    linear-gradient(0deg, rgba(20, 21, 20, 0.7) 0%, rgba(20, 21, 20, 0) 34%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
}

.hero::before {
  background-image:
    radial-gradient(circle at 6% 42%, rgba(255, 248, 232, 0.72) 0 1px, transparent 2px),
    radial-gradient(circle at 12% 18%, rgba(255, 248, 232, 0.95) 0 1px, transparent 2px),
    radial-gradient(circle at 16% 54%, rgba(255, 224, 160, 0.82) 0 1px, transparent 2px),
    radial-gradient(circle at 22% 72%, rgba(255, 248, 232, 0.75) 0 1.5px, transparent 3px),
    radial-gradient(circle at 28% 36%, rgba(255, 248, 232, 0.68) 0 1px, transparent 2px),
    radial-gradient(circle at 38% 22%, rgba(255, 224, 160, 0.95) 0 1px, transparent 2px),
    radial-gradient(circle at 44% 78%, rgba(255, 248, 232, 0.72) 0 1px, transparent 2px),
    radial-gradient(circle at 55% 16%, rgba(255, 248, 232, 0.85) 0 1.5px, transparent 3px),
    radial-gradient(circle at 58% 48%, rgba(255, 248, 232, 0.65) 0 1px, transparent 2px),
    radial-gradient(circle at 68% 34%, rgba(255, 224, 160, 0.8) 0 1px, transparent 2px),
    radial-gradient(circle at 74% 68%, rgba(255, 248, 232, 0.9) 0 1px, transparent 2px),
    radial-gradient(circle at 79% 14%, rgba(255, 248, 232, 0.62) 0 1px, transparent 2px),
    radial-gradient(circle at 86% 24%, rgba(255, 248, 232, 0.72) 0 1.5px, transparent 3px),
    radial-gradient(circle at 90% 76%, rgba(255, 248, 232, 0.7) 0 1px, transparent 2px),
    radial-gradient(circle at 92% 58%, rgba(255, 224, 160, 0.82) 0 1px, transparent 2px),
    radial-gradient(circle at 96% 34%, rgba(255, 248, 232, 0.64) 0 1px, transparent 2px);
  opacity: 0.48;
  filter: drop-shadow(0 0 10px rgba(255, 242, 204, 0.45));
  animation: star-drift 18s linear infinite;
}

.hero::after {
  background-image:
    radial-gradient(circle at 9% 66%, rgba(255, 248, 232, 0.82) 0 1.5px, transparent 3px),
    radial-gradient(circle at 18% 30%, rgba(255, 248, 232, 0.95) 0 2px, transparent 4px),
    radial-gradient(circle at 31% 18%, rgba(255, 224, 160, 0.86) 0 1.5px, transparent 3px),
    radial-gradient(circle at 47% 62%, rgba(255, 248, 232, 0.9) 0 1.5px, transparent 3px),
    radial-gradient(circle at 63% 26%, rgba(255, 224, 160, 0.92) 0 2px, transparent 4px),
    radial-gradient(circle at 72% 82%, rgba(255, 248, 232, 0.84) 0 1.5px, transparent 3px),
    radial-gradient(circle at 81% 46%, rgba(255, 248, 232, 0.88) 0 1.5px, transparent 3px),
    radial-gradient(circle at 94% 18%, rgba(255, 224, 160, 0.76) 0 1.5px, transparent 3px);
  opacity: 0.68;
  filter: blur(0.15px) drop-shadow(0 0 12px rgba(255, 244, 216, 0.7));
  animation: star-twinkle 4.2s ease-in-out infinite;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(720px, 100%);
  color: #fff8e8;
  padding: 80px 0 150px;
}

.eyebrow,
.kicker {
  display: block;
  margin: 0;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--gold);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 0;
  margin-top: 18px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
}

.hero-copy {
  max-width: 620px;
  margin: 24px 0 0;
  color: #efe8d6;
  font-size: 17px;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 900;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.button.primary {
  background: var(--gold);
  color: var(--deep);
}

.button.ghost {
  border: 1px solid rgba(255, 248, 232, 0.52);
  color: #fff8e8;
}

.hero-card {
  position: absolute;
  z-index: 2;
  right: clamp(72px, 8vw, 148px);
  bottom: 38px;
  width: min(430px, calc(100% - 144px));
  padding: 24px;
  border: 1px solid rgba(217, 182, 108, 0.32);
  background: rgba(31, 40, 41, 0.84);
  color: #efe8d6;
  backdrop-filter: blur(14px);
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background-color 260ms ease;
}

.card-label {
  display: block;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-card strong {
  display: block;
  margin-top: 8px;
  font-size: 27px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.metric-grid b {
  display: block;
  color: var(--gold);
  font-size: 28px;
}

.metric-grid span {
  display: block;
  margin-top: 3px;
  color: #d7d1c2;
  font-size: 12px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(32, 32, 30, 0.16);
}

.trust-strip div {
  display: flex;
  min-height: 126px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 28px;
  background: var(--card);
  text-align: center;
  transition:
    transform 240ms ease,
    background-color 240ms ease,
    box-shadow 240ms ease;
}

.trust-strip b,
.trust-strip span {
  display: block;
}

.trust-strip span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: 92px clamp(72px, 8vw, 148px);
}

.section-head {
  margin-bottom: 34px;
}

.section-head.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: end;
}

h2 {
  max-width: 820px;
  margin: 10px 0 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
}

.section-head p,
.market-intro p,
.member-panel p {
  color: var(--muted);
  line-height: 1.8;
}

.feature-grid,
.growth-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

article {
  background: var(--card);
  border: 1px solid var(--line);
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background-color 260ms ease;
}

.feature-grid article,
.growth-grid article,
.market-cards article,
.tiers article {
  padding: 24px;
}

h3 {
  margin-bottom: 11px;
  font-size: 20px;
}

article p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.75;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  border-left: 1px solid rgba(255, 248, 232, 0.2);
  border-top: 1px solid rgba(255, 248, 232, 0.2);
}

.category-grid span {
  min-height: 86px;
  padding: 16px 12px;
  background: var(--deep);
  border-right: 1px solid rgba(255, 248, 232, 0.18);
  border-bottom: 1px solid rgba(255, 248, 232, 0.18);
  color: #fff8e8;
  font-weight: 900;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    color 220ms ease;
}

.category-grid small {
  display: block;
  margin-top: 8px;
  color: var(--gold);
  font-size: 12px;
}

.editorial-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 26px;
  margin-top: 28px;
}

.editorial-layout img,
.markets > img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  transition:
    transform 520ms ease,
    filter 520ms ease;
}

.layout-list {
  display: grid;
  gap: 12px;
}

.layout-list div {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  min-height: 98px;
  padding: 18px 22px;
  background: var(--card);
  border: 1px solid var(--line);
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease,
    background-color 240ms ease;
}

.layout-list b {
  color: var(--red);
  font-size: 20px;
}

.layout-list strong,
.layout-list small {
  display: block;
}

.layout-list strong {
  font-size: 22px;
  line-height: 1.25;
}

.layout-list small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.detail-chips {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.detail-chips span {
  padding: 17px 18px;
  background: var(--card);
  border-left: 4px solid var(--gold);
  font-weight: 800;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.dark {
  background: var(--deep);
  color: #fff8e8;
}

.dark h2,
.dark h3 {
  color: #fff8e8;
}

.dark-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 22px;
}

.dark article {
  padding: 30px;
  background: rgba(255, 248, 232, 0.05);
  border-color: rgba(217, 182, 108, 0.25);
}

.dark article p {
  color: #d7d1c2;
}

.badge-row,
.channel-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.badge-row span,
.channel-row span {
  padding: 10px 13px;
  background: rgba(217, 182, 108, 0.16);
  color: #f3dfad;
  font-size: 12px;
  font-weight: 900;
  transition:
    transform 200ms ease,
    background-color 200ms ease,
    color 200ms ease;
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.payment-grid span {
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 14px;
  background: rgba(255, 248, 232, 0.94);
  border: 1px solid rgba(217, 182, 108, 0.26);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease;
}

.payment-grid img {
  width: auto;
  max-width: 118px;
  max-height: 38px;
  object-fit: contain;
  transition: transform 220ms ease;
}

.markets {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 28px;
  align-items: center;
}

.market-cards {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.timeline {
  display: grid;
  gap: 10px;
}

.timeline div {
  display: grid;
  grid-template-columns: 1fr 140px 1.3fr;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  background: var(--card);
  border: 1px solid var(--line);
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease,
    background-color 240ms ease;
}

.timeline strong {
  color: var(--red);
}

.timeline span {
  color: var(--muted);
  line-height: 1.6;
}

.risk {
  margin: 18px 0 0;
  padding: 18px 22px;
  background: var(--red);
  color: #fff8e8;
  font-weight: 800;
  line-height: 1.7;
}

.growth-grid {
  grid-template-columns: repeat(3, 1fr);
}

.growth-grid article > span {
  display: block;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.channel-row span {
  background: var(--deep);
  color: #efe8d6;
}

.member-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 30px;
  align-items: center;
  margin-top: 44px;
}

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

.launch {
  padding-top: 34px;
}

.launch-box {
  padding: 42px;
  background: var(--card);
  border: 1px solid var(--line);
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.launch ol {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  counter-reset: launch;
}

.launch li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  list-style: none;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  counter-increment: launch;
  transition:
    transform 200ms ease,
    color 200ms ease;
}

.launch li::before {
  content: counter(launch);
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: var(--deep);
  font-weight: 900;
}

.footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding: 40px clamp(72px, 8vw, 148px);
  background: var(--deep);
  color: #efe8d6;
}

.footer strong {
  font-size: 28px;
}

.footer p {
  margin: 8px 0 0;
  color: var(--gold);
}

.footer nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 18px;
  max-width: 620px;
  color: #d7d1c2;
  font-size: 13px;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(32, 32, 30, 0.22);
  }

  .button.ghost:hover {
    border-color: var(--gold);
    background: rgba(217, 182, 108, 0.12);
  }

  .hero-card:hover,
  article:hover,
  .layout-list div:hover,
  .timeline div:hover,
  .launch-box:hover {
    transform: translateY(-6px);
    border-color: rgba(217, 182, 108, 0.55);
    box-shadow: 0 18px 46px rgba(32, 32, 30, 0.16);
  }

  .dark article:hover {
    background: rgba(255, 248, 232, 0.08);
    box-shadow: 0 18px 52px rgba(0, 0, 0, 0.24);
  }

  .trust-strip div:hover,
  .detail-chips span:hover,
  .payment-grid span:hover {
    transform: translateY(-5px);
    background: #fffdf6;
    box-shadow: 0 14px 34px rgba(32, 32, 30, 0.13);
  }

  .category-grid span:hover {
    transform: translateY(-4px);
    background: var(--red);
    color: #fff8e8;
  }

  .badge-row span:hover,
  .channel-row span:hover {
    transform: translateY(-3px);
    background: var(--gold);
    color: var(--deep);
  }

  .payment-grid span:hover {
    border-color: rgba(142, 47, 62, 0.3);
  }

  .payment-grid span:hover img {
    transform: scale(1.08);
  }

  .editorial-layout img:hover,
  .markets > img:hover {
    transform: scale(1.025);
    filter: saturate(1.08) contrast(1.04);
  }

  .launch li:hover {
    transform: translateX(6px);
    color: var(--red);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 620ms ease,
    transform 620ms ease;
}

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

@keyframes star-drift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.28;
  }
  50% {
    transform: translate3d(0, -8px, 0) scale(1.01);
    opacity: 0.42;
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.28;
  }
}

@keyframes star-twinkle {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(1);
  }
  50% {
    opacity: 0.72;
    transform: scale(1.02);
  }
}

.reveal:nth-child(2) {
  transition-delay: 80ms;
}

.reveal:nth-child(3) {
  transition-delay: 140ms;
}

.reveal:nth-child(4) {
  transition-delay: 200ms;
}

@media (max-width: 1100px) {
  .category-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .feature-grid,
  .market-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .nav {
    min-height: 66px;
    padding: 0 22px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 16px 24px;
    border-top: 1px solid var(--line);
  }

  .nav-tools {
    display: none;
  }

  .hero {
    align-items: flex-start;
    min-height: 780px;
    padding: 0 24px;
  }

  .hero-content {
    padding-top: 74px;
  }

  .hero-card {
    left: 24px;
    right: 24px;
    width: auto;
  }

  .section {
    padding: 64px 24px;
  }

  .section-head.split,
  .editorial-layout,
  .dark-grid,
  .markets,
  .member-panel {
    display: block;
  }

  .editorial-layout img,
  .markets > img,
  .layout-list,
  .dark-grid article,
  .market-cards,
  .tiers {
    margin-top: 22px;
  }

  .trust-strip,
  .detail-chips,
  .growth-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline div {
    grid-template-columns: 1fr;
  }

  .footer {
    display: block;
    padding: 36px 24px;
  }

  .footer nav {
    justify-content: flex-start;
    margin-top: 22px;
  }
}

@media (max-width: 560px) {
  .notice {
    font-size: 11px;
  }

  .brand-sub {
    display: none;
  }

  .hero {
    min-height: 800px;
  }

  .hero-copy {
    font-size: 15px;
  }

  .hero-card {
    padding: 18px;
  }

  .metric-grid,
  .trust-strip,
  .feature-grid,
  .detail-chips,
  .growth-grid,
  .market-cards,
  .tiers {
    grid-template-columns: 1fr;
  }

  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .layout-list div {
    grid-template-columns: 44px 1fr;
  }

  .payment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .launch-box {
    padding: 26px 20px;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero::before,
  .hero::after {
    animation: none;
  }
}
