@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root {
  --black: #07060a;
  --black-soft: #0e0b13;
  --purple: #6f2cff;
  --purple-bright: #9b5cff;
  --gold: #d7b25b;
  --gold-light: #f0d58a;
  --white: #f8f7fb;
  --muted: #b8b3c4;
  --line: rgba(255,255,255,.11);
  --shadow: 0 25px 70px rgba(0,0,0,.35);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: 'DM Sans', system-ui, sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 20px; top: 20px; z-index: 99; padding: 10px 14px; background: var(--gold); color: #111; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 28px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 14px 12px 20px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(8,7,11,.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(0,0,0,.25);
}
.brand { display: inline-flex; align-items: baseline; gap: 7px; letter-spacing: .08em; font-size: 13px; white-space: nowrap; }
.brand span { font-weight: 500; color: var(--white); }
.brand strong { color: var(--gold-light); font-weight: 700; }
nav { display: flex; gap: 26px; align-items: center; }
nav a { color: #ddd8e7; font-size: 13px; font-weight: 600; transition: color .2s ease; }
nav a:hover { color: var(--gold-light); }
.nav-cta { background: linear-gradient(135deg, var(--purple), #7e3dff); padding: 10px 16px; border-radius: 999px; font-size: 12px; font-weight: 700; box-shadow: 0 8px 25px rgba(111,44,255,.28); }

.hero {
  min-height: 92vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 150px max(7vw, 28px) 90px;
  background: radial-gradient(circle at 72% 36%, rgba(111,44,255,.24), transparent 34%), radial-gradient(circle at 16% 85%, rgba(215,178,91,.08), transparent 28%), var(--black);
  border-bottom: 1px solid var(--line);
}
.hero-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(8px); pointer-events: none; }
.glow-one { width: 460px; height: 460px; right: 8%; top: 15%; background: rgba(111,44,255,.12); }
.glow-two { width: 260px; height: 260px; right: 31%; bottom: 4%; background: rgba(215,178,91,.08); }
.hero-content { position: relative; z-index: 2; width: min(720px, 100%); }
.eyebrow { margin: 0 0 14px; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .22em; }
h1, h2, h3 { margin: 0; line-height: 1.03; }
h1 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(58px, 9vw, 116px); letter-spacing: -.045em; }
h1 span, h2 span, h3 span { color: var(--gold-light); }
.hero-copy { max-width: 600px; margin: 25px 0 30px; color: var(--muted); font-size: clamp(16px, 2vw, 19px); }
.hero-actions, .feature-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 14px 20px; border-radius: 999px; font-size: 13px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: linear-gradient(135deg, var(--purple), #813cff); box-shadow: 0 14px 35px rgba(111,44,255,.28); }
.button.ghost { border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.03); }
.button.small { padding: 11px 15px; font-size: 12px; background: var(--gold); color: #0d0b0f; }
.hero-side { position: absolute; z-index: 1; right: 8%; top: 32%; display: flex; flex-direction: column; align-items: center; gap: 18px; color: rgba(240,213,138,.65); font-size: 9px; letter-spacing: .32em; transform: rotate(90deg); }
.hero-infinity { font-size: 120px; line-height: .5; color: rgba(155,92,255,.5); transform: rotate(-90deg); }
.hero-line { width: 100px; height: 1px; background: var(--gold); }
.scroll-cue { position: absolute; bottom: 30px; left: max(7vw, 28px); color: #918b9e; font-size: 9px; letter-spacing: .28em; }
.scroll-cue span { color: var(--gold-light); margin-left: 8px; }

.section { padding: 110px max(7vw, 28px); }
.section-heading { max-width: 760px; }
.section-heading h2 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(42px, 6vw, 72px); letter-spacing: -.035em; }
.section-heading > p:last-child { color: var(--muted); max-width: 620px; margin-top: 20px; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; max-width: 1180px; margin: 0 auto 48px; }
.split-heading > p:last-child { margin: 0 0 4px; }
.centered { text-align: center; margin-inline: auto; }
.centered > p:last-child { margin-inline: auto; }

.entertainment-section { background: linear-gradient(180deg, #0b0910, #09070c); }
.entertainment-panel { max-width: 1180px; margin: 0 auto 22px; min-height: 360px; position: relative; overflow: hidden; display: flex; align-items: center; padding: clamp(30px, 6vw, 68px); border: 1px solid rgba(215,178,91,.24); border-radius: 32px; background: radial-gradient(circle at 82% 42%, rgba(111,44,255,.28), transparent 32%), linear-gradient(135deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); box-shadow: var(--shadow); }
.entertainment-panel::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,6,10,.05), transparent 58%); pointer-events: none; }
.entertainment-main { position: relative; z-index: 2; max-width: 650px; }
.featured-badge { display: inline-block; margin-bottom: 18px; padding: 7px 11px; border: 1px solid rgba(215,178,91,.35); border-radius: 999px; color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.entertainment-main h3 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(38px, 5vw, 62px); letter-spacing: -.035em; }
.entertainment-main p { color: var(--muted); max-width: 580px; margin: 20px 0 26px; }
.text-link { color: var(--gold-light); font-size: 12px; font-weight: 700; }
.entertainment-orbit { position: absolute; right: 6%; width: 360px; height: 360px; border-radius: 50%; }
.orbit-ring { position: absolute; border: 1px solid rgba(155,92,255,.35); border-radius: 50%; inset: 0; }
.ring-two { inset: 14%; border-color: rgba(215,178,91,.25); }
.orbit-symbol { position: absolute; inset: 0; display: grid; place-items: center; font-size: 190px; color: rgba(240,213,138,.14); font-family: Georgia, serif; }
.offer-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.offer-card { min-height: 260px; position: relative; padding: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.025); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.offer-card:hover { transform: translateY(-5px); border-color: rgba(215,178,91,.4); background: rgba(111,44,255,.08); }
.offer-card.featured { background: linear-gradient(145deg, rgba(111,44,255,.18), rgba(255,255,255,.025)); border-color: rgba(111,44,255,.38); }
.offer-number { position: absolute; right: 20px; top: 20px; color: #625b6d; font-size: 10px; letter-spacing: .14em; }
.offer-icon { display: block; margin-bottom: 28px; color: var(--gold-light); font-size: 25px; }
.offer-card h3 { font-size: 23px; margin-bottom: 10px; }
.offer-card p { margin: 0 0 20px; color: var(--muted); font-size: 13px; }
.offer-card strong { color: var(--gold-light); font-size: 11px; }
.price-strip { max-width: 1180px; margin: 20px auto 0; padding: 18px 20px; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-strip div { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.price-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(215,178,91,.13); color: var(--gold-light); font-weight: 700; }
.price-strip strong { font-size: 13px; }
.price-strip p { margin: 0; color: var(--muted); font-size: 12px; }

.journeys-section { background: var(--black); }
.cards { max-width: 1180px; margin: 50px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.card { min-height: 330px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); transition: transform .2s ease, border-color .2s ease; }
.card:hover { transform: translateY(-5px); border-color: rgba(155,92,255,.42); }
.entertainment-card { border-color: rgba(215,178,91,.3); background: linear-gradient(145deg, rgba(111,44,255,.16), rgba(255,255,255,.02)); }
.card-top { display: flex; align-items: center; justify-content: space-between; }
.icon { color: var(--gold-light); font-size: 27px; }
.card-status { color: #9f98ac; font-size: 8px; letter-spacing: .16em; font-weight: 700; }
.card-label { color: #8f879b; font-size: 9px; letter-spacing: .16em; margin: 24px 0 10px; }
.card h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 34px; }
.card p:not(.card-label) { color: var(--muted); font-size: 13px; margin: 15px 0 24px; }
.card a { margin-top: auto; color: var(--gold-light); font-size: 11px; font-weight: 700; }

.statement { padding: 100px max(7vw, 28px); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; background: radial-gradient(circle at 20% 50%, rgba(111,44,255,.13), transparent 34%), #0c0911; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.statement h2 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(48px, 6vw, 76px); letter-spacing: -.04em; }
.statement-copy p { color: var(--muted); font-size: 16px; max-width: 600px; }
.gold-rule { display: block; width: 75px; height: 2px; margin: 28px 0; background: var(--gold); }
.statement-copy .statement-signoff { color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .1em; }

.mission { background: var(--black); }
.mission-box { max-width: 980px; margin: auto; padding: 55px; text-align: center; border: 1px solid rgba(215,178,91,.2); border-radius: 28px; background: linear-gradient(135deg, rgba(111,44,255,.12), rgba(255,255,255,.02)); }
blockquote { margin: 18px auto 0; max-width: 850px; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(28px, 4vw, 44px); line-height: 1.2; }

.contact { background: linear-gradient(180deg, #0c0911, #08070a); }
.contact-actions { max-width: 1000px; margin: 45px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.contact-card { display: flex; align-items: center; gap: 16px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
.contact-card > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: rgba(111,44,255,.16); color: var(--gold-light); }
.contact-card small { display: block; color: #827a90; font-size: 8px; letter-spacing: .15em; font-weight: 700; }
.contact-card strong { display: block; margin-top: 3px; font-size: 13px; }

footer { padding: 34px max(7vw, 28px); border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; color: #827a90; }
footer p { margin: 0; font-size: 11px; }
footer small { font-size: 10px; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero-side { right: -30px; opacity: .7; }
  .split-heading, .statement { grid-template-columns: 1fr; gap: 25px; }
  .offer-grid, .cards { grid-template-columns: repeat(2, 1fr); }
  .entertainment-orbit { right: -100px; opacity: .55; }
  .price-strip { grid-template-columns: 1fr; }
  .price-strip .button { width: fit-content; }
}

@media (max-width: 620px) {
  .site-header { top: 10px; padding: 10px 10px 10px 15px; }
  .nav-cta { padding: 9px 12px; font-size: 10px; }
  .hero { min-height: 88vh; padding-top: 130px; }
  .hero-side, .scroll-cue { display: none; }
  h1 { font-size: clamp(55px, 18vw, 80px); }
  .hero-copy { font-size: 15px; }
  .hero-actions .button { width: 100%; }
  .section { padding: 75px 20px; }
  .split-heading { margin-bottom: 30px; }
  .entertainment-panel { min-height: 480px; padding: 30px 24px; align-items: flex-start; }
  .entertainment-orbit { width: 270px; height: 270px; right: -70px; bottom: -50px; }
  .offer-grid, .cards, .contact-actions { grid-template-columns: 1fr; }
  .offer-card { min-height: 220px; }
  .statement { padding: 75px 20px; }
  .mission-box { padding: 35px 22px; }
  footer { padding: 30px 20px; }
}
