:root {
  --black: #090812;
  --night: #15101d;
  --dusk: #4b244d;
  --violet: #7c4a86;
  --crimson: #8d1721;
  --ember: #ff7d2f;
  --gold: #f0b454;
  --steel: #b9a89d;
  --bone: #fff1dc;
  --muted: #d2bba7;
  --line: rgba(240, 180, 84, 0.28);
  --glass: rgba(12, 10, 19, 0.68);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--bone);
  background: radial-gradient(
      circle at 20% 0%,
      rgba(255, 125, 47, 0.16),
      transparent 30rem
    ),
    radial-gradient(
      circle at 78% 18%,
      rgba(124, 74, 134, 0.28),
      transparent 34rem
    ),
    linear-gradient(135deg, #090812 0%, #1b1018 46%, #0d0a13 100%);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 14px clamp(18px, 5vw, 88px);
  border-bottom: 1px solid var(--line);
  background: rgba(9, 8, 18, 0.82);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  color: var(--bone);
  font-family: Cinzel, Georgia, serif;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand img {
  width: 48px;
  aspect-ratio: 1;
  border: 2px solid var(--gold);
  border-radius: 50%;
  object-fit: cover;
  object-position: 54% 25%;
  box-shadow: 0 0 26px rgba(255, 125, 47, 0.28);
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 4vw, 58px);
  flex: 1;
  color: #ead7c5;
  font-family: Cinzel, Georgia, serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.desktop-nav a {
  transition: color 180ms ease;
}

.desktop-nav a:hover {
  color: var(--gold);
}

.header-actions,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-button,
.buy-button,
.primary-button,
.secondary-button,
.gate-copy {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(240, 180, 84, 0.72);
  border-radius: 8px;
  font-family: Cinzel, Georgia, serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.icon-button {
  width: 46px;
  padding: 0;
  color: var(--bone);
  background: rgba(9, 8, 18, 0.42);
  font-size: 1.22rem;
}

.icon-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.buy-button,
.secondary-button {
  padding: 0 24px;
  background: rgba(9, 8, 18, 0.56);
}

.buy-button {
  min-width: 188px;
}

.primary-button {
  padding: 0 30px;
  color: #17100c;
  background: linear-gradient(135deg, #ffd47a, var(--ember));
  border-color: transparent;
  box-shadow: 0 18px 44px rgba(255, 125, 47, 0.24);
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
}

.menu-button span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 5px auto;
  background: var(--bone);
}

.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(36px, 6vw, 98px);
  padding: clamp(56px, 8vw, 112px) clamp(18px, 8vw, 150px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
      90deg,
      rgba(9, 8, 18, 0.92) 0%,
      rgba(9, 8, 18, 0.62) 44%,
      rgba(9, 8, 18, 0.16) 100%
    ),
    linear-gradient(180deg, rgba(9, 8, 18, 0.1) 0%, rgba(9, 8, 18, 0.82) 100%),
    url("floky.jpeg") center / cover;
  opacity: 0.42;
  transform: scale(1.04);
}

.hero::after {
  content: "";
  position: absolute;
  width: 58vw;
  aspect-ratio: 1;
  right: -14vw;
  top: 7vh;
  border: 1px solid rgba(255, 180, 70, 0.18);
  border-radius: 50%;
  background: radial-gradient(
    circle at 38% 48%,
    rgba(240, 180, 84, 0.32),
    rgba(255, 125, 47, 0.14) 36%,
    rgba(141, 23, 33, 0.08) 58%,
    transparent 72%
  );
  filter: blur(6px);
}

.hero-copy,
.hero-card {
  position: relative;
  z-index: 1;
}

.kicker {
  margin: 0 0 18px;
  color: var(--gold);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(0.72rem, 0.95vw, 0.9rem);
  font-weight: 800;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Cinzel, Georgia, serif;
}

.hero h1 {
  max-width: 720px;
  color: #ffd47a;
  font-size: clamp(3.15rem, 6.4vw, 7.2rem);
  font-weight: 800;
  line-height: 0.92;
  text-transform: uppercase;
}

.quote {
  margin: 26px 0 0;
  color: #fff0db;
  font-family: Georgia, serif;
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  font-style: italic;
}

.hero-text,
.launch-copy p,
.saga-copy p,
.standard-grid p,
.campaign-list p,
.cta-section p {
  color: var(--muted);
  font-family: Georgia, serif;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.65;
}

.hero-text {
  max-width: 620px;
  margin: 24px 0 32px;
}

@keyframes innerSweep {
  0%,
  18% {
    transform: translateX(-120%);
  }

  72%,
  100% {
    transform: translateX(120%);
  }
}

.hero-card {
  justify-self: center;
  width: min(560px, 100%);
  padding: 0;
  border: 3px solid rgba(240, 180, 84, 0.9);
  border-radius: 50%;
  background: linear-gradient(
      135deg,
      rgba(255, 212, 122, 0.28),
      rgba(255, 125, 47, 0.14),
      rgba(124, 74, 134, 0.16)
    ),
    rgba(9, 8, 18, 0.48);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.54),
    -42px 22px 120px rgba(240, 180, 84, 0.34), 0 0 88px rgba(255, 125, 47, 0.3),
    inset 0 0 0 1px rgba(255, 241, 220, 0.12),
    inset 0 0 30px rgba(255, 212, 122, 0.16);
  overflow: visible;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: -34px;
  border-radius: 50%;
  pointer-events: none;
}

.hero-card::after {
  inset: -96px;
  background: radial-gradient(
      circle at 44% 46%,
      rgba(240, 180, 84, 0.34) 0%,
      rgba(255, 125, 47, 0.2) 34%,
      rgba(75, 36, 77, 0.1) 58%,
      transparent 72%
    ),
    linear-gradient(90deg, rgba(240, 180, 84, 0.18), transparent 62%);
  filter: blur(18px);
  opacity: 1;
  z-index: -1;
}

.hero-card > img {
  width: 100%;
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  object-fit: cover;
  object-position: 52% 20%;
  box-shadow: inset 0 0 46px rgba(0, 0, 0, 0.28);
}

.launch-panel {
  padding: clamp(68px, 8vw, 112px) clamp(18px, 8vw, 150px);
  border-bottom: 1px solid var(--line);
  background: radial-gradient(
      circle at 50% 0%,
      rgba(255, 125, 47, 0.18),
      transparent 30rem
    ),
    radial-gradient(
      circle at 10% 100%,
      rgba(124, 74, 134, 0.18),
      transparent 26rem
    ),
    rgba(12, 10, 19, 0.42);
}

.launch-shell {
  position: relative;
  display: grid;
  max-width: 1080px;
  margin: 0 auto;
  align-items: stretch;
  gap: clamp(20px, 3vw, 34px);
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid rgba(240, 180, 84, 0.28);
  border-radius: 28px;
  background: linear-gradient(
      135deg,
      rgba(255, 125, 47, 0.1),
      rgba(124, 74, 134, 0.12)
    ),
    rgba(9, 8, 18, 0.62);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 241, 220, 0.08);
  overflow: hidden;
}

.launch-shell::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(240, 180, 84, 0.16) 48%,
      transparent 100%
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0 78px,
      rgba(255, 241, 220, 0.035) 79px 80px
    );
  opacity: 0.72;
  pointer-events: none;
}

.launch-shell > * {
  position: relative;
  z-index: 1;
}

.launch-copy h2,
.saga-copy h2,
.section-heading h2,
.cta-section h2 {
  color: #ffd47a;
  font-size: clamp(2.65rem, 5.2vw, 5.6rem);
  line-height: 0.98;
}

.launch-copy p {
  max-width: 560px;
}

.launch-copy {
  text-align: center;
}

.launch-copy p {
  margin-right: auto;
  margin-left: auto;
}

.gate-card {
  min-width: 0;
  display: grid;
  gap: 18px;
  padding: clamp(18px, 2.5vw, 26px);
  border: 1px solid rgba(255, 212, 122, 0.42);
  border-radius: 22px;
  background: radial-gradient(
      circle at 18% 0%,
      rgba(255, 212, 122, 0.18),
      transparent 18rem
    ),
    linear-gradient(145deg, rgba(141, 23, 33, 0.2), rgba(9, 8, 18, 0.72));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), 0 0 54px rgba(255, 125, 47, 0.14);
}

.gate-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gate-card-head span,
.gate-card-head small {
  font-family: Cinzel, Georgia, serif;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gate-card-head span {
  color: var(--gold);
  font-size: 0.78rem;
}

.gate-card-head small {
  color: rgba(255, 241, 220, 0.55);
  font-size: 0.68rem;
}

.gate-copy {
  position: relative;
  min-width: 0;
  width: 100%;
  justify-content: space-between;
  gap: 18px;
  min-height: 72px;
  padding: 0 clamp(18px, 3vw, 30px);
  border-color: rgba(240, 180, 84, 0.38);
  color: var(--bone);
  background: linear-gradient(
      90deg,
      rgba(255, 125, 47, 0.2),
      rgba(124, 74, 134, 0.14)
    ),
    rgba(255, 255, 255, 0.025);
  cursor: pointer;
  overflow: hidden;
}

.gate-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 0%,
    rgba(255, 212, 122, 0.17) 42%,
    transparent 72%
  );
  transform: translateX(-120%);
  animation: innerSweep 2.8s ease-in-out infinite;
}

.gate-copy span {
  min-width: max-content;
  flex: 0 1 auto;
  overflow: visible;
  position: relative;
  color: #fff1dc;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(0.74rem, 1.15vw, 1.02rem);
  font-weight: 900;
  letter-spacing: 0;
  text-overflow: clip;
  white-space: nowrap;
}

.gate-copy strong {
  position: relative;
  min-width: max-content;
  color: #ffd47a;
  font-size: 0.78rem;
}

.gate-copy.is-copied strong {
  color: #fff1dc;
}

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

.launch-facts div {
  min-height: 104px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 22px;
  border: 1px solid rgba(240, 180, 84, 0.34);
  border-radius: 18px;
  background: linear-gradient(
      145deg,
      rgba(255, 125, 47, 0.12),
      rgba(124, 74, 134, 0.12)
    ),
    var(--glass);
}

.launch-facts span {
  color: var(--steel);
  font-family: Cinzel, Georgia, serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.launch-facts strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #ffd47a;
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
  line-height: 1;
}

.saga-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(280px, 1fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  padding: clamp(72px, 8vw, 128px) clamp(18px, 8vw, 150px);
  border-bottom: 1px solid var(--line);
}

.portrait-frame {
  overflow: hidden;
  border: 1px solid rgba(240, 180, 84, 0.42);
  border-radius: 28px;
  background: var(--glass);
  box-shadow: 0 28px 84px rgba(0, 0, 0, 0.34);
}

.portrait-frame img {
  width: 100%;
  aspect-ratio: 1.05;
  object-fit: cover;
  object-position: 50% 24%;
}

.saga-copy p {
  max-width: 720px;
}

.standard-section,
.campaign-section {
  padding: clamp(74px, 8vw, 128px) clamp(18px, 8vw, 150px);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  max-width: 920px;
  margin: 0 auto 54px;
  text-align: center;
}

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

.standard-grid article {
  min-height: 306px;
  padding: 34px;
  border: 1px solid rgba(240, 180, 84, 0.28);
  border-radius: 22px;
  background: linear-gradient(
      145deg,
      rgba(141, 23, 33, 0.16),
      rgba(124, 74, 134, 0.12)
    ),
    rgba(9, 8, 18, 0.52);
  transition: border-color 180ms ease, transform 180ms ease;
}

.standard-grid article:hover {
  border-color: rgba(255, 212, 122, 0.7);
  transform: translateY(-4px);
}

.standard-grid span {
  color: rgba(255, 125, 47, 0.82);
  font-family: Cinzel, Georgia, serif;
  font-size: 3.6rem;
  font-weight: 800;
}

.standard-grid h3,
.campaign-list h3 {
  margin: 18px 0 10px;
  color: #ffd47a;
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.campaign-list {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.campaign-list li {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: clamp(18px, 5vw, 62px);
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.campaign-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.campaign-list > li > span {
  color: var(--ember);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.3rem, 2.2vw, 2.1rem);
  font-weight: 800;
  text-transform: uppercase;
}

.cta-section {
  display: grid;
  place-items: center;
  min-height: 520px;
  padding: clamp(78px, 9vw, 136px) 18px;
  border-bottom: 1px solid var(--line);
  text-align: center;
  background: linear-gradient(rgba(9, 8, 18, 0.64), rgba(9, 8, 18, 0.88)),
    url("floky.jpeg") center 32% / cover;
}

.cta-section p {
  max-width: 760px;
  margin: 22px auto 0;
}

.cta-section .hero-actions {
  justify-content: center;
  margin-top: 30px;
}

.site-footer {
  display: grid;
  place-items: center;
  gap: 20px;
  padding: 46px 18px;
  text-align: center;
}

.site-footer p {
  margin: 0;
  color: #d8c4b4;
  font-family: Cinzel, Georgia, serif;
  font-size: 0.86rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

@media (max-width: 1040px) {
  .desktop-nav,
  .buy-button {
    display: none;
  }

  .site-header {
    justify-content: space-between;
  }

  .menu-button {
    display: inline-block;
  }

  .mobile-nav {
    position: absolute;
    inset: 82px 18px auto;
    display: grid;
    gap: 2px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(9, 8, 18, 0.96);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-header.nav-open .mobile-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-nav a {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    font-family: Cinzel, Georgia, serif;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .hero,
  .saga-section {
    grid-template-columns: 1fr;
  }

  .launch-shell {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 48px;
  }

  .hero-card {
    width: min(520px, 100%);
  }

  .standard-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 74px;
    padding: 12px 16px;
  }

  .brand span {
    max-width: 190px;
    font-size: 0.86rem;
  }

  .brand img {
    width: 42px;
  }

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

  .mobile-nav {
    top: 74px;
  }

  .hero {
    min-height: auto;
    padding: 42px 16px 64px;
  }

  .hero h1 {
    font-size: clamp(3rem, 16vw, 4.4rem);
  }

  .kicker {
    letter-spacing: 0.22em;
  }

  .hero-actions,
  .cta-section .hero-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .gate-card-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .gate-copy {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    min-height: 68px;
    padding: 14px 16px;
  }

  .gate-copy span {
    min-width: 0;
    overflow-x: auto;
    width: auto;
    max-width: calc(100vw - 148px);
  }

  .launch-panel,
  .saga-section,
  .standard-section,
  .campaign-section {
    padding: 58px 16px;
  }

  .launch-facts {
    grid-template-columns: 1fr;
  }

  .campaign-list li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .site-footer .brand {
    flex-direction: column;
  }

  .site-footer p {
    font-size: 0.78rem;
    letter-spacing: 0.13em;
  }
}
