
:root {
  --bg-dark: #05070b;
  --bg-card: #11131a;
  --accent-gold: #f4b63a;
  --accent-gold-soft: #f7d580;
  --accent-teal: #27e0b4;
  --text-main: #f8f8ff;
  --text-soft: #c8cad8;
  --pill-bg: rgba(255,255,255,0.06);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --shadow-soft: 0 18px 60px rgba(0,0,0,0.65);
  --blur-strong: 28px;
}

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

html, body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", sans-serif;
  background: radial-gradient(circle at top, #182a3a 0, #05070b 60%, #020308 100%);
  color: var(--text-main);
  -webkit-font-smoothing: antialiased;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}

/* Ambient glow */
.page-glow {
  position: fixed;
  inset: -40%;
  background:
    radial-gradient(circle at 10% 0%, rgba(244,182,58,0.11), transparent 55%),
    radial-gradient(circle at 90% 10%, rgba(39,224,180,0.10), transparent 60%),
    radial-gradient(circle at 50% 90%, rgba(141,98,255,0.14), transparent 60%);
  opacity: 0.92;
  pointer-events: none;
  z-index: -2;
}

/* Top bar */
.top-bar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px 14px;
  backdrop-filter: blur(20px);
  background: linear-gradient(to bottom, rgba(5,7,11,0.90), rgba(5,7,11,0.60), transparent);
}

.logo-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: radial-gradient(circle at 0 0, rgba(255,255,255,0.16), transparent 55%), rgba(5,7,11,0.8);
  border: 1px solid rgba(255,255,255,0.08);
}

.logo-circle {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 0, #ffe09b, #f4b63a);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: #1a1203;
  box-shadow: 0 0 26px rgba(244,182,58,0.65);
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.logo-title {
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.logo-sub {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.tag-pill {
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: linear-gradient(135deg, rgba(39,224,180,0.15), rgba(244,182,58,0.16));
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e7fdf7;
}

/* Layout */
main {
  flex: 1;
  padding: 16px 16px 40px;
}

/* HERO */
.hero {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: radial-gradient(circle at top, #18212f, #05070b 70%, #020308 100%);
  box-shadow: var(--shadow-soft);
  padding-bottom: 24px;
}

.hero-media {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  margin: 14px 14px 0;
}

.hero-image {
  width: 100%;
  display: block;
  transform-origin: center;
  animation: heroZoom 18s ease-in-out infinite alternate;
}

.hero-gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(2,3,8,0.05), rgba(2,3,8,0.72)),
    radial-gradient(circle at 15% -10%, rgba(244,182,58,0.45), transparent 55%),
    radial-gradient(circle at 85% 0, rgba(39,224,180,0.4), transparent 55%);
  pointer-events: none;
}

.hero-content {
  padding: 20px 18px 0;
}

h1 {
  font-size: clamp(1.8rem, 4.5vw, 2.4rem);
  letter-spacing: 0.03em;
  margin: 6px 0 10px;
}

.hero-copy {
  margin: 0 0 16px;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: rgba(1,5,9,0.7);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--text-soft);
}

.pill-location {
  gap: 6px;
}

.pill-location::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 0, #5bffcb, #0bbf7e);
  box-shadow: 0 0 12px rgba(39,224,180,0.8);
}

.cta-pulse {
  position: relative;
  border-radius: 999px;
  border: none;
  padding: 13px 22px;
  margin-bottom: 10px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #1a1203;
  background: linear-gradient(135deg, #ffe09b, #f4b63a);
  cursor: default;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.16),
    0 18px 40px rgba(0,0,0,0.75);
  overflow: hidden;
}

.cta-pulse::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 0 0, rgba(255,255,255,0.35), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(255,255,255,0.25), transparent 60%);
  opacity: 0;
  animation: ctaGlow 3.4s ease-in-out infinite;
}

.cta-pulse span {
  position: relative;
  z-index: 1;
}

.tiny-note {
  font-size: 0.74rem;
  color: rgba(200,202,216,0.8);
}

/* Scroll hint */
.scroll-hint {
  position: absolute;
  inset-inline: 0;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(232,236,255,0.75);
}

.scroll-dot {
  width: 8px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.5);
  position: relative;
}

.scroll-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 6px;
  border-radius: 999px;
  background: #ffffff;
  animation: scrollBounce 1.6s ease-in-out infinite;
}

/* Preview card */
.preview {
  margin-top: 26px;
}

.preview-card {
  background: radial-gradient(circle at top, #181820, #05070b 70%);
  border-radius: var(--radius-xl);
  padding: 16px 16px 18px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(255,255,255,0.06);
}

.preview-media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: radial-gradient(circle at top, #f4b63a, #c88a34);
}

.preview-media img {
  width: 100%;
  display: block;
  object-fit: cover;
  transform-origin: center;
  animation: floatUp 12s ease-in-out infinite alternate;
}

.preview-tag {
  position: absolute;
  bottom: 14px;
  right: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(5,7,11,0.8);
  border: 1px solid rgba(255,255,255,0.16);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.preview-body {
  padding-top: 16px;
}

.preview-body h2 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}

.preview-body p {
  margin: 0 0 8px;
  font-size: 0.92rem;
  color: var(--text-soft);
}

.preview-note {
  font-size: 0.86rem;
  color: rgba(216,218,235,0.9);
}

/* Footer */
.site-footer {
  padding: 22px 18px 26px;
  font-size: 0.78rem;
  color: rgba(199,201,220,0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0.9;
}

.footer-dot {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,0.7);
}

/* Reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

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

/* Desktop tweaks */
@media (min-width: 900px) {
  main {
    max-width: 960px;
    margin: 0 auto 40px;
  }

  .hero {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.1fr);
    padding-bottom: 0;
  }

  .hero-media {
    height: 100%;
    margin: 18px 0 18px 18px;
  }

  .hero-image {
    height: 100%;
    object-fit: cover;
  }

  .hero-content {
    padding: 32px 26px 26px 20px;
  }

  .scroll-hint {
    right: 32px;
    left: auto;
    bottom: 24px;
    align-items: flex-end;
  }

  .preview {
    margin-top: 32px;
  }

  .preview-card {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
    gap: 18px;
  }

  .preview-body {
    padding-top: 4px;
  }
}

/* Keyframes */
@keyframes heroZoom {
  from { transform: scale(1.02); }
  to   { transform: scale(1.08); }
}

@keyframes ctaGlow {
  0%, 100% { opacity: 0; transform: scale(1); }
  40% { opacity: 1; transform: scale(1.03); }
}

@keyframes scrollBounce {
  0%   { transform: translate(-50%, 4px); opacity: 0; }
  20%  { opacity: 1; }
  60%  { transform: translate(-50%, 9px); opacity: 1; }
  100% { transform: translate(-50%, 4px); opacity: 0; }
}

@keyframes floatUp {
  from { transform: translateY(6px) scale(1.02); }
  to   { transform: translateY(-6px) scale(1.05); }
}
