:root {
  --bg: #061a2c;
  --bg-soft: #0b2238;
  --panel: rgba(10, 27, 43, 0.82);
  --panel-strong: #0d2740;
  --line: rgba(220, 194, 132, 0.18);
  --text: #f6f0e5;
  --muted: #c2c9d2;
  --gold: #d5b26b;
  --gold-2: #f0d28e;
  --red: #df2e47;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --container: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(213, 178, 107, 0.16), transparent 24%),
    radial-gradient(circle at 85% 10%, rgba(223, 46, 71, 0.12), transparent 18%),
    linear-gradient(180deg, #071523 0%, #081b2d 35%, #061522 100%);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.page-shell { overflow: hidden; }
.container { width: var(--container); margin: 0 auto; }
.section { padding: 92px 0; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(20px);
  background: rgba(5, 18, 31, 0.72);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 88px;
}

.brand img { height: 62px; width: auto; }
.desktop-nav { display: flex; gap: 28px; color: var(--muted); }
.desktop-nav a { position: relative; }
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--gold), transparent);
  transition: transform .25s ease;
}
.desktop-nav a:hover::after { transform: scaleX(1); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 600;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-solid {
  color: #07111e;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 14px 28px rgba(213, 178, 107, 0.24);
}
.btn-ghost {
  border: 1px solid rgba(213, 178, 107, 0.26);
  background: rgba(255, 255, 255, 0.02);
}

.hero {
  padding: 78px 0 48px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold-2);
  border: 1px solid rgba(213, 178, 107, 0.2);
  background: rgba(255,255,255,0.03);
}
.hero-copy h1,
.section-heading h2,
.story-copy h2,
.seasonal-copy h2,
.cta-card h2 {
  margin: 18px 0 18px;
  line-height: 1.04;
  letter-spacing: -0.04em;
}
.hero-copy h1 { font-size: clamp(2.8rem, 5vw, 5.1rem); max-width: 12ch; }
.hero-copy p,
.section-heading p,
.story-copy p,
.seasonal-copy p,
.cta-card p,
.media-copy p,
.info-card p,
.roadmap-card p { color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.hero-actions { display: flex; gap: 14px; margin: 30px 0 34px; flex-wrap: wrap; }

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}
.stats-row article,
.strip-grid > div,
.info-card,
.roadmap-card {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}
.stats-row article {
  padding: 18px;
  border-radius: var(--radius-md);
}
.stats-row strong { display: block; font-size: 1.35rem; margin-bottom: 4px; color: var(--gold-2); }
.stats-row span { color: var(--muted); font-size: .95rem; }

.hero-visual { position: relative; min-height: 560px; }
.hero-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: var(--shadow);
}
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.floating-card { height: 560px; }
.metric-card {
  position: absolute;
  left: -12px;
  bottom: 18px;
  width: min(320px, 78%);
  padding: 20px;
  border-radius: 24px;
  background: rgba(7, 22, 35, 0.88);
  border: 1px solid rgba(213, 178, 107, 0.26);
  box-shadow: var(--shadow);
}
.metric-card span { display: block; color: var(--gold-2); font-size: .92rem; margin-bottom: 8px; }
.metric-card strong { font-size: 1.15rem; line-height: 1.45; }

.strip { padding: 24px 0 0; }
.strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.strip-grid > div { padding: 22px; border-radius: var(--radius-md); }
.strip-grid strong { display: block; margin-bottom: 8px; color: var(--gold-2); }
.strip-grid span { color: var(--muted); line-height: 1.6; }

.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading h2,
.story-copy h2,
.seasonal-copy h2,
.cta-card h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.cards-grid,
.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.info-card,
.roadmap-card {
  padding: 28px;
  border-radius: var(--radius-lg);
}
.info-card.accent {
  background: linear-gradient(180deg, rgba(223, 46, 71, 0.08), rgba(11, 34, 56, 0.82));
}
.icon-badge {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(213, 178, 107, 0.12);
  color: var(--gold-2);
  margin-bottom: 20px;
  font-weight: 700;
}
.info-card h3,
.media-copy h3,
.roadmap-card h3 { margin: 0 0 12px; font-size: 1.35rem; }

.dark-section {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
}
.story-grid,
.seasonal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}
.feature-list { margin: 24px 0 0; padding: 0; list-style: none; }
.feature-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  color: var(--text);
}
.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-2), var(--red));
}
.story-media,
.seasonal-photo,
.media-card,
.gallery-item,
.cta-card {
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}
.story-media img,
.seasonal-photo img,
.media-card img,
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.story-media { min-height: 520px; }

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.media-card { display: flex; flex-direction: column; }
.media-card img { height: 360px; }
.media-copy { padding: 24px; }

.season-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.season-tags span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
  color: var(--gold-2);
}
.seasonal-photo { min-height: 520px; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 90px;
  gap: 14px;
}
.gallery-item { grid-column: span 4; grid-row: span 3; }
.gallery-item.large { grid-column: span 6; grid-row: span 4; }
.gallery-item.wide { grid-column: span 6; grid-row: span 3; }

.cta-card {
  padding: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  background: linear-gradient(135deg, rgba(213, 178, 107, 0.12), rgba(223, 46, 71, 0.06), rgba(11, 34, 56, 0.88));
}
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.site-footer {
  padding: 38px 0 58px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 28px;
}
.footer-logo { width: 190px; margin-bottom: 18px; }
.site-footer p,
.site-footer a,
.site-footer span { color: var(--muted); line-height: 1.8; display: block; }
.site-footer h4 { margin: 8px 0 12px; }

@media (max-width: 1024px) {
  .desktop-nav { display: none; }
  .hero-grid,
  .story-grid,
  .seasonal-grid,
  .split-grid,
  .cards-grid,
  .roadmap-grid,
  .footer-grid,
  .strip-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: auto; }
  .floating-card { height: 420px; }
  .metric-card { position: relative; width: 100%; left: 0; bottom: auto; margin-top: 18px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
  .gallery-item,
  .gallery-item.large,
  .gallery-item.wide { grid-column: span 1; grid-row: span 1; }
  .cta-card { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 680px) {
  :root { --container: min(100vw - 28px, 1000px); }
  .site-header .btn { display: none; }
  .brand img { height: 52px; }
  .hero { padding-top: 42px; }
  .hero-copy h1 { max-width: none; }
  .stats-row { grid-template-columns: 1fr; }
  .hero-actions,
  .cta-actions { flex-direction: column; align-items: stretch; }
  .floating-card,
  .story-media,
  .seasonal-photo { min-height: 340px; height: 340px; }
  .media-card img { height: 260px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .cta-card { padding: 28px; }
}
