*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --navy: #1e3560;
  --navy-light: #2a4578;
  --navy-card: #355688;
  --navy-soft: #4a6a9a;
  --red: #c42a3a;
  --red-bright: #e63946;
  --red-glow: #ff2d55;
  --gold: #ffd700;
  --gold-light: #ffe566;
  --white: #ffffff;
  --cream: #f0f4fa;
  --blue: #1e4a8c;
  --blue-bright: #2d6cdf;
  --text-muted: rgba(255, 255, 255, 0.88);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background: var(--navy-light);
  color: var(--cream);
  overflow-x: hidden;
}

a {
  color: var(--gold-light);
}

/* ── Tickers ── */
.ticker-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, var(--red), var(--red-bright), var(--red));
  z-index: 1000;
  overflow: hidden;
  height: 38px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 20px rgba(230, 57, 70, 0.5);
}

.ticker {
  display: flex;
  gap: 2.5rem;
  white-space: nowrap;
  animation: tickerScroll 25s linear infinite;
}

.ticker span {
  font-family: 'Bebas Neue', 'Cinzel', serif;
  font-size: 0.95rem;
  letter-spacing: 0.15em;
  color: var(--white);
}

.ticker-slow {
  animation-duration: 35s;
}

@keyframes tickerScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.bottom-ticker {
  background: var(--navy);
  overflow: hidden;
  padding: 0.75rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* ── Nav ── */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 2.5rem;
  position: relative;
  z-index: 10;
  gap: 1rem;
  flex-shrink: 0;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--white);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

.nav-logo {
  height: 44px;
  width: auto;
  filter: drop-shadow(0 0 12px rgba(255, 215, 0, 0.4));
}

.nav-links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
}

.nav-links a {
  color: var(--white);
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.8;
  transition: color 0.2s, opacity 0.2s;
}

.nav-links a:hover {
  opacity: 1;
  color: var(--gold);
}

.nav-cta {
  display: inline-block;
  padding: 0.55rem 1.25rem;
  background: linear-gradient(135deg, var(--red-bright), var(--red));
  color: var(--white);
  text-decoration: none;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(230, 57, 70, 0.5);
  transition: transform 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(255, 45, 85, 0.6);
}

/* ── Buttons ── */
.btn {
  display: inline-block;
  padding: 0.85rem 2rem;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  border-radius: 4px;
  transition: transform 0.2s, box-shadow 0.2s;
  border: none;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold), #ffaa00);
  color: var(--navy);
  box-shadow: 0 4px 24px rgba(255, 215, 0, 0.45);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(255, 215, 0, 0.6);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255, 215, 0, 0.5);
}

.btn-outline:hover {
  border-color: var(--gold);
  background: rgba(255, 215, 0, 0.08);
}

.btn-copy {
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
  background: var(--gold);
  color: var(--navy);
}

/* ── Hero ── */
.hero {
  padding-top: 38px;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url('asset/bg-stage.jpg') center center / cover no-repeat;
  z-index: 0;
  filter: brightness(1.15) saturate(1.08);
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(230, 57, 70, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(45, 108, 223, 0.14) 0%, transparent 45%),
    radial-gradient(ellipse at 50% 80%, rgba(255, 215, 0, 0.08) 0%, transparent 40%),
    linear-gradient(180deg, rgba(42, 74, 122, 0.25) 0%, rgba(53, 86, 136, 0.45) 100%);
}

.hero-stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 10% 20%, rgba(255,255,255,0.6), transparent),
    radial-gradient(1px 1px at 30% 60%, rgba(255,255,255,0.4), transparent),
    radial-gradient(1.5px 1.5px at 50% 10%, rgba(255,215,0,0.5), transparent),
    radial-gradient(1px 1px at 70% 40%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1px 1px at 90% 70%, rgba(255,255,255,0.4), transparent),
    radial-gradient(1px 1px at 15% 85%, rgba(255,255,255,0.3), transparent),
    radial-gradient(1.5px 1.5px at 85% 15%, rgba(255,255,255,0.6), transparent);
  z-index: 1;
  pointer-events: none;
  animation: twinkle 4s ease-in-out infinite alternate;
}

@keyframes twinkle {
  from { opacity: 0.6; }
  to   { opacity: 1; }
}

.hero-floats {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.float-icon {
  position: absolute;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 215, 0, 0.55);
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.35);
  opacity: 0.6;
}

.float-trump    { width: 90px; height: 90px; top: 18%; right: 8%; animation: floatA 6s ease-in-out infinite; }
.float-liberty  { width: 80px; height: 80px; top: 12%; left: 6%; animation: floatB 7s ease-in-out infinite; }
.float-whitehouse { width: 75px; height: 75px; bottom: 22%; left: 4%; animation: floatA 8s ease-in-out infinite reverse; }
.float-eagle    { width: 70px; height: 70px; top: 55%; right: 3%; animation: floatB 5s ease-in-out infinite; }
.float-elon     { width: 72px; height: 72px; bottom: 30%; right: 12%; animation: floatA 9s ease-in-out infinite; }

@keyframes floatA {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%      { transform: translateY(-14px) rotate(3deg); }
}

@keyframes floatB {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%      { transform: translateY(12px) rotate(-3deg); }
}

.hero-intro {
  text-align: center;
  padding: 0.5rem 2rem 0.25rem;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  flex-shrink: 0;
}

.hero-badge {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  color: var(--gold);
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.3);
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 0.5rem;
}

.hero-spaced {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(1rem, 3vw, 1.5rem);
  letter-spacing: 0.6em;
  color: var(--gold-light);
  margin-bottom: 0.5rem;
  text-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
}

.hero-title {
  font-family: 'Bebas Neue', 'Cinzel', serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 20px rgba(30, 53, 96, 0.4);
  color: var(--white);
}

.hero-title .accent {
  background: linear-gradient(135deg, var(--red-bright), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 0.95rem;
  font-weight: 400;
  opacity: 0.92;
  margin: 0.6rem auto 0.75rem;
  letter-spacing: 0.03em;
  max-width: 620px;
  line-height: 1.6;
  color: var(--cream);
}

.hero-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0.25rem;
}

/* ── Clock Stage ── */
.clock-stage {
  position: relative;
  width: min(1100px, 96vw);
  flex: 1;
  min-height: 0;
  height: min(560px, 56vh);
  margin: 0 auto;
  background: transparent;
  z-index: 5;
  overflow: visible;
}

.clock-fixed-left {
  position: absolute;
  left: 0;
  top: 36%;
  transform: translate(-30%, -50%);
  width: min(520px, 66vw);
  height: min(520px, 66vw);
  z-index: 5;
}

.clock-assembly {
  position: relative;
  width: 100%;
  height: 100%;
}

.main-clock {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.clock-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 6px 30px rgba(0,0,0,0.7)) drop-shadow(0 0 30px rgba(255, 215, 0, 0.35));
  position: relative;
  z-index: 1;
}

.outer-gear {
  position: absolute;
  transform: translate(-50%, -50%);
  animation: gearSpin var(--dur, 10s) linear infinite;
  animation-direction: var(--dir, normal);
  z-index: 1;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.5));
}

@keyframes gearSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}

.g1 { top: 6%;  left: 50%; width: 22%; --dur: 14s; }
.g2 { top: 20%; left: 12%; width: 18%; --dur: 10s; --dir: reverse; }
.g3 { top: 20%; left: 88%; width: 18%; --dur: 12s; }
.g4 { top: 78%; left: 15%; width: 17%; --dur: 9s;  --dir: reverse; }
.g5 { top: 78%; left: 85%; width: 17%; --dur: 11s; }
.g6 { top: 92%; left: 50%; width: 16%; --dur: 8s;  --dir: reverse; }

.clock-hands {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}

.hand-axis {
  position: absolute;
  inset: 0;
  transform-origin: 50% 50%;
  will-change: transform;
}

#hourHand   { z-index: 5; }
#minuteHand { z-index: 6; }
#secondHand { z-index: 7; }

.hand-axis .hand {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform-origin: 50% 100%;
}

.hour-hand {
  width: 5px;
  height: 24%;
  margin-left: -2.5px;
  background: linear-gradient(to top, #c9a84c, #ffe566);
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 6px rgba(255, 215, 0, 0.5);
}

.minute-hand {
  width: 4px;
  height: 34%;
  margin-left: -2px;
  background: linear-gradient(to top, #e8e8e8, #ffffff);
  border-radius: 2px 2px 0 0;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.4);
}

.second-hand {
  width: 2px;
  height: 38%;
  margin-left: -1px;
  background: var(--red-bright);
  box-shadow: 0 0 4px rgba(230, 57, 70, 0.8);
}

.hand-pivot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--gold);
  border: 2px solid #1a1008;
  z-index: 8;
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.6);
}

.president-layer {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.president-figure {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  text-align: center;
  will-change: transform;
  transition: opacity 0.35s ease;
}

.president-pop {
  display: block;
  width: 240px;
  height: auto;
  max-height: 320px;
  object-fit: contain;
  filter: drop-shadow(0 6px 24px rgba(0, 0, 0, 0.65)) drop-shadow(0 0 20px rgba(255, 215, 0, 0.2));
}

.president-caption {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-top: 0.5rem;
}

.president-pop-name {
  font-family: 'Cinzel', serif;
  font-size: clamp(0.85rem, 2vw, 1.15rem);
  font-weight: 700;
  color: var(--white);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
  white-space: nowrap;
}

.president-pop-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(0.7rem, 1.6vw, 0.95rem);
  color: var(--gold-light);
  letter-spacing: 0.06em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
  white-space: nowrap;
}

.year-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.year-pop {
  position: absolute;
  font-family: 'Bebas Neue', 'Cinzel', serif;
  font-weight: 700;
  color: var(--gold);
  text-shadow:
    0 0 12px rgba(255, 215, 0, 0.9),
    0 0 24px rgba(255, 170, 0, 0.5),
    0 0 48px rgba(255, 140, 0, 0.25),
    0 2px 4px rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  will-change: transform, opacity;
}

.year-active {
  font-size: clamp(2rem, 6vw, 4rem);
  transform: translate3d(-50%, -50%, 0) scale(0.35);
}

.clock-caption {
  margin: 0 auto 1.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  opacity: 0.75;
  text-align: center;
  position: relative;
  z-index: 5;
  flex-shrink: 0;
  color: var(--cream);
}

/* ── Sections ── */
.section-tag {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.3em;
  color: var(--red-bright);
  margin-bottom: 0.5rem;
}

.section-tag.center {
  text-align: center;
}

.section-title {
  font-family: 'Bebas Neue', 'Cinzel', serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  text-align: center;
  color: var(--gold);
  margin-bottom: 0.75rem;
  letter-spacing: 0.06em;
  text-shadow: 0 0 30px rgba(255, 215, 0, 0.25);
}

.section-title.left {
  text-align: left;
}

.title-sub {
  color: var(--cream);
  opacity: 0.85;
  font-size: 0.65em;
}

.section-desc {
  text-align: center;
  opacity: 0.85;
  font-size: 1rem;
  margin-bottom: 3rem;
  color: var(--cream);
}

/* ── Tokenomics ── */
.tokenomics {
  padding: 5rem 2rem;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.token-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  max-width: 1100px;
  margin: 2.5rem auto 0;
}

.token-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 2rem 1.25rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 215, 0, 0.35);
  border-radius: 8px;
  text-align: center;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
  backdrop-filter: blur(8px);
}

.token-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: 0 8px 32px rgba(255, 215, 0, 0.25);
}

.token-card.highlight {
  border-color: var(--red-bright);
  background: linear-gradient(145deg, rgba(230, 57, 70, 0.2), rgba(255, 255, 255, 0.1));
  box-shadow: 0 0 30px rgba(230, 57, 70, 0.25);
}

.token-icon {
  font-size: 2rem;
}

.token-value {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  color: var(--gold);
  letter-spacing: 0.05em;
}

.token-label {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.85;
  color: var(--cream);
}

/* ── About ── */
.about {
  padding: 6rem 2rem;
  background: transparent;
}

.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
}

.about-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 320px;
}

.about-coin {
  width: min(220px, 50vw);
  filter: drop-shadow(0 0 40px rgba(255, 215, 0, 0.4));
  animation: coinPulse 3s ease-in-out infinite;
  position: relative;
  z-index: 2;
}

@keyframes coinPulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.05); }
}

.about-orbit {
  position: absolute;
  inset: 0;
}

.orbit-img {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 215, 0, 0.5);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.2);
}

.orbit-a { top: 5%;  left: 10%; animation: floatA 5s ease-in-out infinite; }
.orbit-b { top: 10%; right: 5%; animation: floatB 6s ease-in-out infinite; }
.orbit-c { bottom: 5%; left: 20%; animation: floatA 7s ease-in-out infinite reverse; }

.about-text p {
  line-height: 1.8;
  opacity: 0.92;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  color: var(--cream);
}

.about-text .btn {
  margin-top: 0.5rem;
}

/* ── Gallery ── */
.gallery {
  position: relative;
  padding: 7rem 2rem;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gallery-bg {
  display: none;
}

.gallery-header {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 680px;
  margin: 0 auto 3.5rem;
}

.gallery-heading {
  font-family: 'Bebas Neue', 'Cinzel', serif;
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 1rem;
  text-shadow: 0 0 40px rgba(255, 215, 0, 0.2);
}

.gold-text {
  background: linear-gradient(135deg, var(--gold), #ffaa00, var(--gold-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gallery-lead {
  font-size: 1.05rem;
  opacity: 0.88;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: var(--cream);
}

.gallery-showcase {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 110px;
  gap: 1.15rem;
  max-width: 1200px;
  margin: 0 auto;
}

.g-card {
  cursor: pointer;
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.g-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.g-card:nth-child(1) { transition-delay: 0.05s; }
.g-card:nth-child(2) { transition-delay: 0.12s; }
.g-card:nth-child(3) { transition-delay: 0.19s; }
.g-card:nth-child(4) { transition-delay: 0.26s; }
.g-card:nth-child(5) { transition-delay: 0.33s; }
.g-card:nth-child(6) { transition-delay: 0.4s; }

.g-feature  { grid-column: span 6; grid-row: span 4; }
.g-tall     { grid-column: span 3; grid-row: span 4; }
.g-square   { grid-column: span 3; grid-row: span 2; }
.g-wide     { grid-column: span 6; grid-row: span 2; }

.g-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 215, 0, 0.35);
  background: rgba(255, 255, 255, 0.08);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.45s ease,
              border-color 0.45s ease;
}

.g-card-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255,215,0,0.5), transparent 40%, rgba(230,57,70,0.4));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 3;
  pointer-events: none;
}

.g-card:hover .g-card-inner {
  transform: translateY(-6px) scale(1.015);
  border-color: rgba(255, 215, 0, 0.55);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.55),
    0 0 40px rgba(255, 215, 0, 0.15),
    0 0 80px rgba(230, 57, 70, 0.08);
}

.g-card:hover .g-card-inner::before {
  opacity: 1;
}

.g-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
              filter 0.45s ease;
}

.g-card:hover img {
  transform: scale(1.1);
  filter: brightness(1.08) saturate(1.15);
}

.g-card .g-card-inner img[src$=".svg"] {
  object-fit: cover;
  background: var(--navy-light);
  padding: 0;
  transform: scale(1.05);
}

.g-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255, 255, 255, 0.12) 50%,
    transparent 60%
  );
  transform: translateX(-120%);
  transition: transform 0.7s ease;
  z-index: 2;
  pointer-events: none;
}

.g-card:hover .g-shine {
  transform: translateX(120%);
}

.g-info {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.4rem;
  background: linear-gradient(
    to top,
    rgba(30, 53, 96, 0.82) 0%,
    rgba(42, 69, 120, 0.45) 45%,
    transparent 100%
  );
  transition: background 0.4s ease;
}

.g-card:hover .g-info {
  background: linear-gradient(
    to top,
    rgba(30, 53, 96, 0.88) 0%,
    rgba(178, 34, 52, 0.22) 50%,
    transparent 100%
  );
}

.g-badge {
  display: inline-block;
  width: fit-content;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  color: var(--gold);
  background: rgba(255, 215, 0, 0.12);
  border: 1px solid rgba(255, 215, 0, 0.35);
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  margin-bottom: 0.5rem;
  transform: translateY(8px);
  opacity: 0.85;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.g-card:hover .g-badge {
  transform: translateY(0);
  opacity: 1;
}

.g-info h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  letter-spacing: 0.08em;
  color: var(--white);
  line-height: 1;
  margin-bottom: 0.3rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
}

.g-feature .g-info h3 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
}

.g-info p {
  font-size: 0.85rem;
  opacity: 0.88;
  letter-spacing: 0.04em;
  transform: translateY(6px);
  transition: transform 0.35s ease 0.05s, opacity 0.35s ease 0.05s;
  color: var(--cream);
}

.g-card:hover .g-info p {
  transform: translateY(0);
  opacity: 0.9;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(30, 53, 96, 0.88);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  padding: 2rem;
}

.lightbox.open {
  opacity: 1;
  visibility: visible;
}

.lightbox-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 215, 0, 0.4);
  border-radius: 50%;
  background: rgba(255, 215, 0, 0.1);
  color: var(--gold);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.lightbox-close:hover {
  background: rgba(255, 215, 0, 0.25);
  transform: rotate(90deg);
}

.lightbox-content {
  max-width: 900px;
  width: 100%;
  text-align: center;
  transform: scale(0.9);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.lightbox.open .lightbox-content {
  transform: scale(1);
}

.lightbox-content img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 8px;
  border: 2px solid rgba(255, 215, 0, 0.35);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6);
  object-fit: contain;
}

.lightbox-content p {
  margin-top: 1.25rem;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  color: var(--gold-light);
}

/* ── How to Buy ── */
.buy {
  padding: 6rem 2rem;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto 3rem;
}

.step-card {
  padding: 2rem 1.5rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 215, 0, 0.3);
  border-radius: 8px;
  transition: border-color 0.3s, transform 0.3s;
  backdrop-filter: blur(8px);
}

.step-card:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
}

.step-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;
  color: var(--red-bright);
  line-height: 1;
  display: block;
  margin-bottom: 0.75rem;
}

.step-card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.3rem;
  color: var(--gold);
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
}

.step-card p {
  font-size: 0.875rem;
  line-height: 1.7;
  opacity: 0.88;
  color: var(--cream);
}

.step-card a {
  color: var(--gold-light);
}

.contract-box {
  max-width: 700px;
  margin: 0 auto 3rem;
  padding: 2rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 215, 0, 0.35);
  border-radius: 8px;
  text-align: center;
  backdrop-filter: blur(8px);
}

.contract-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: 1rem;
}

.contract-row {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.contract-row code {
  font-size: 0.8rem;
  word-break: break-all;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.1);
  padding: 0.75rem 1rem;
  border-radius: 4px;
  border: 1px solid rgba(255, 215, 0, 0.25);
}

.track-links {
  text-align: center;
}

.track-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  color: var(--gold);
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
}

.track-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Footer ── */
.footer {
  text-align: center;
  padding: 4rem 2rem 6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
}

.footer-logo {
  height: 64px;
  margin-bottom: 1rem;
  filter: drop-shadow(0 0 16px rgba(255, 215, 0, 0.3));
}

.footer-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem;
  color: var(--gold);
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
}

.footer-disclaimer {
  font-size: 0.75rem;
  line-height: 1.7;
  opacity: 0.65;
  max-width: 720px;
  margin: 0 auto 1.5rem;
  color: var(--cream);
}

.footer-copy {
  font-size: 0.8rem;
  opacity: 0.55;
  color: var(--cream);
}

/* ── FAB ── */
.fab-buy {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 999;
  padding: 0.75rem 1.25rem;
  background: linear-gradient(135deg, var(--red-bright), var(--red));
  color: var(--white);
  text-decoration: none;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  border-radius: 999px;
  box-shadow: 0 4px 24px rgba(230, 57, 70, 0.6);
  animation: fabPulse 2s ease-in-out infinite;
}

@keyframes fabPulse {
  0%, 100% { box-shadow: 0 4px 24px rgba(230, 57, 70, 0.6); }
  50%      { box-shadow: 0 4px 36px rgba(255, 45, 85, 0.9); }
}

.fab-buy:hover {
  transform: scale(1.05);
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .nav {
    padding: 1rem 1.25rem;
  }

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

  .about-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-visual {
    min-height: 240px;
  }

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

  .gallery-showcase {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
  }

  .g-feature,
  .g-tall,
  .g-square,
  .g-wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  .g-feature {
    grid-column: span 2;
    grid-row: span 2;
  }

  .float-icon {
    opacity: 0.45;
    width: 55px !important;
    height: 55px !important;
  }
}

@media (max-width: 768px) {
  .clock-stage {
    height: min(420px, 46vh);
  }

  .clock-fixed-left {
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: min(380px, 82vw);
    height: min(380px, 82vw);
  }

  .year-layer,
  .president-layer {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .token-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .gallery-showcase {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }

  .g-feature,
  .g-tall,
  .g-square,
  .g-wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  .nav-cta {
    display: none;
  }
}
