:root {
  --pine-1000: #041411;
  --pine-950: #071f1c;
  --pine-900: #0b2a25;
  --pine-800: #123b32;
  --sage: #8ca48d;
  --gold: #d8b56a;
  --gold-soft: #f0dca9;
  --cream: #f2eee4;
  --white: #ffffff;
  --shadow: 0 30px 90px rgba(1, 12, 10, .48);
}

* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; margin: 0; overflow: hidden; }
body {
  color: var(--cream);
  background: var(--pine-1000);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-tap-highlight-color: transparent;
}
button, a { font: inherit; }
button { color: inherit; }

.showcase-shell, .tour-frame { width: 100%; height: 100%; }
.showcase-shell { position: relative; overflow: hidden; background: var(--pine-1000); }
.tour-frame { position: absolute; inset: 0; overflow: hidden; border: 0; background: #7fa1a7; }
.tour-loading { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.72); background: var(--pine-900); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }

.intro {
  position: absolute; z-index: 50; inset: 0; display: grid; grid-template-rows: auto 1fr auto;
  padding: clamp(22px, 3vw, 46px) clamp(22px, 4.8vw, 78px) clamp(18px, 2.8vw, 38px);
  overflow: hidden; isolation: isolate;
  background:
    radial-gradient(circle at 80% 50%, rgba(216,181,106,.17), transparent 29%),
    radial-gradient(circle at 16% 18%, rgba(88,132,105,.18), transparent 36%),
    linear-gradient(118deg, #061a17 0%, #0a2a25 48%, #051512 100%);
  transition: opacity .7s ease, transform .8s cubic-bezier(.22,.8,.25,1), visibility .8s;
}
.intro.is-dismissed { opacity: 0; visibility: hidden; transform: scale(1.025); pointer-events: none; }
.intro::after {
  content: ""; position: absolute; z-index: -1; inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 52px 52px; mask-image: linear-gradient(to right, black, transparent 70%);
}
.contour-field {
  position: absolute; z-index: -1; width: 640px; height: 640px; right: -130px; top: -180px;
  border: 1px solid rgba(216,181,106,.14); border-radius: 44% 56% 57% 43%; transform: rotate(18deg);
  box-shadow: 0 0 0 42px rgba(216,181,106,.045), 0 0 0 84px rgba(216,181,106,.035), 0 0 0 126px rgba(216,181,106,.025), 0 0 0 168px rgba(216,181,106,.018);
}

.intro-header, .intro-footer { position: relative; z-index: 2; display: flex; align-items: center; }
.intro-header { justify-content: space-between; }
.scout-logo { width: clamp(150px, 16vw, 230px); height: auto; object-fit: contain; }
.draft-badge {
  display: inline-flex; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px;
  color: rgba(255,255,255,.72); background: rgba(255,255,255,.055); font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase;
}
.draft-badge span { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(216,181,106,.12); }

.intro-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(280px, .62fr) minmax(480px, 1.3fr); gap: clamp(28px, 4vw, 64px); align-items: center; }
.intro-copy { max-width: 700px; }
.eyebrow { margin: 0; color: var(--gold); font-size: 10px; font-weight: 850; letter-spacing: .22em; text-transform: uppercase; }
.intro h1 { margin: 16px 0 24px; font-size: clamp(50px, 5.6vw, 84px); line-height: .88; letter-spacing: -.07em; font-weight: 720; }
.intro h1 span { color: var(--gold-soft); }
.lede { max-width: 560px; margin: 0; color: rgba(242,238,228,.72); font-size: clamp(15px, 1.45vw, 21px); line-height: 1.55; }

.intro-actions { display: flex; gap: 11px; margin-top: 34px; }
.primary-action, .secondary-action {
  min-height: 56px; padding: 0 20px; border-radius: 14px; cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.primary-action { display: inline-flex; align-items: center; gap: 34px; border: 1px solid var(--gold); color: var(--pine-1000); background: var(--gold); font-weight: 850; }
.primary-action b { font-size: 20px; }
.secondary-action { border: 1px solid rgba(255,255,255,.2); color: var(--cream); background: rgba(255,255,255,.045); }
.primary-action:hover, .secondary-action:hover { transform: translateY(-2px); }
.secondary-action:hover { border-color: rgba(255,255,255,.48); }

.quick-facts { display: flex; gap: 0; margin-top: 42px; }
.quick-facts div { min-width: 135px; padding: 0 24px; border-left: 1px solid rgba(255,255,255,.15); }
.quick-facts div:first-child { padding-left: 0; border-left: 0; }
.quick-facts strong, .quick-facts span { display: block; }
.quick-facts strong { color: var(--gold-soft); font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.quick-facts span { margin-top: 5px; color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }

.hero-reservation {
  position: relative; width: min(52vw, 790px); aspect-ratio: 4 / 3; justify-self: end; overflow: hidden;
  border: 1px solid rgba(216,181,106,.42); border-radius: 22px;
  background: #0a231f;
  box-shadow: var(--shadow), inset 0 0 80px rgba(216,181,106,.05);
}
.hero-reservation::before { content: ""; position: absolute; z-index: 2; inset: 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; pointer-events: none; }
.hero-image { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-orbit { position: absolute; border: 1px solid rgba(216,181,106,.24); border-radius: 50%; animation: orbit 18s linear infinite; }
.orbit-one { width: 62%; height: 62%; left: 19%; top: 15%; }
.orbit-two { width: 84%; height: 46%; left: 8%; top: 24%; transform: rotate(34deg); animation-direction: reverse; animation-duration: 25s; }
@keyframes orbit { to { transform: rotate(360deg); } }
.hero-marker { position: absolute; left: 50%; top: 41%; transform: translate(-50%,-50%); display: grid; place-items: center; text-align: center; }
.hero-marker i { width: 18px; height: 18px; border: 4px solid var(--pine-950); border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 10px rgba(216,181,106,.14), 0 0 40px rgba(216,181,106,.55); }
.hero-marker span { margin-top: 22px; color: rgba(255,255,255,.66); font-size: 9px; font-weight: 850; letter-spacing: .2em; line-height: 1.5; }
.hero-slot-copy { position: absolute; left: 28px; right: 28px; bottom: 27px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.16); }
.hero-slot-copy span, .hero-slot-copy strong, .hero-slot-copy small { display: block; }
.hero-slot-copy span { color: var(--gold); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.hero-slot-copy strong { margin-top: 8px; font-family: Georgia, serif; font-size: clamp(20px, 2vw, 30px); font-weight: 400; line-height: 1.08; }
.hero-slot-copy small { margin-top: 8px; color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .05em; }

.intro-footer { gap: 28px; color: rgba(255,255,255,.5); font-size: 10px; }
.intro-footer span:not(:first-child) { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.12); }
.intro-footer .footer-note { margin-left: auto; color: rgba(216,181,106,.65); letter-spacing: .1em; text-transform: uppercase; }

.story-tab {
  position: absolute; z-index: 35; top: 124px; left: 16px; display: flex; align-items: center; gap: 16px; min-height: 44px; padding: 0 8px 0 15px;
  border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: var(--cream); background: rgba(7,31,28,.84); box-shadow: 0 12px 35px rgba(1,12,10,.25);
  backdrop-filter: blur(16px); cursor: pointer; opacity: 0; transform: translateX(-18px); pointer-events: none; transition: opacity .35s ease, transform .35s ease;
}
.story-tab.is-ready { opacity: 1; transform: translateX(0); pointer-events: auto; }
.story-tab span { font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.story-tab b { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: var(--pine-950); background: var(--gold); font-size: 17px; }

.story-drawer {
  position: absolute; z-index: 60; top: 18px; left: 18px; bottom: 18px; width: min(440px, calc(100% - 36px)); padding: 30px;
  overflow: auto; border: 1px solid rgba(255,255,255,.28); border-radius: 22px; color: var(--pine-950); background: rgba(245,242,232,.975);
  box-shadow: var(--shadow); transform: translateX(calc(-100% - 40px)); transition: transform .4s cubic-bezier(.22,.8,.25,1); scrollbar-width: thin;
}
.story-drawer.is-open { transform: translateX(0); }
.drawer-scrim { position: absolute; z-index: 55; inset: 0; background: rgba(2,14,12,.45); opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.drawer-scrim.is-open { opacity: 1; pointer-events: auto; }
.drawer-head { display: flex; justify-content: space-between; align-items: flex-start; }
.drawer-head .eyebrow, .media-heading .eyebrow { color: #54705f; }
.drawer-head h2 { margin: 5px 0 0; font-family: Georgia, serif; font-size: 35px; font-weight: 400; letter-spacing: -.04em; }
.close-button { width: 38px; height: 38px; border: 0; border-radius: 50%; color: var(--pine-950); background: #e4e2d8; cursor: pointer; font-size: 25px; }
.drawer-lede { margin: 22px 0; color: #52645b; font-size: 13px; line-height: 1.65; }
.fact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.fact-grid div { padding: 14px; border: 1px solid #dedcd1; border-radius: 12px; background: rgba(255,255,255,.5); }
.fact-grid span, .fact-grid strong { display: block; }
.fact-grid span { color: #78847d; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.fact-grid strong { margin-top: 4px; font-size: 12px; }
.media-heading { display: flex; justify-content: space-between; align-items: end; margin: 28px 0 12px; }
.media-heading h3 { margin: 4px 0 0; font-size: 17px; }
.pending-pill { padding: 6px 8px; border-radius: 999px; color: #74561d; background: #ead9ad; font-size: 8px; font-weight: 850; text-transform: uppercase; }
.media-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.media-slot {
  position: relative; min-height: 115px; display: flex; flex-direction: column; justify-content: flex-end; padding: 13px; overflow: hidden;
  margin: 0; border: 1px solid #c7cec8; border-radius: 13px; background: #172b25;
}
.media-slot::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(to top, rgba(2,16,13,.9), rgba(2,16,13,0) 72%); }
.media-slot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.media-slot:hover img { transform: scale(1.035); }
.media-slot-wide { grid-column: 1 / -1; min-height: 145px; }
.media-slot span, .media-slot strong, .media-slot small { position: relative; z-index: 2; }
.media-slot span { position: absolute; top: 11px; right: 12px; padding: 4px 6px; border-radius: 999px; color: #1d2c25; background: rgba(240,220,169,.92); font-size: 8px; font-weight: 850; }
.media-slot strong { color: white; font-size: 12px; }
.media-slot small { margin-top: 3px; color: rgba(255,255,255,.7); font-size: 9px; }
.accuracy-note { margin: 12px 0 0; padding-left: 11px; border-left: 2px solid var(--gold); color: #68766d; font-size: 9px; line-height: 1.5; }
.drawer-actions { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 7px; margin-top: 22px; }
.drawer-actions button, .drawer-actions a { min-height: 43px; display: grid; place-items: center; padding: 0 10px; border: 1px solid #c9cec7; border-radius: 11px; color: var(--pine-950); background: transparent; text-decoration: none; cursor: pointer; font-size: 10px; font-weight: 800; }
.drawer-actions .drawer-primary { color: white; border-color: var(--pine-900); background: var(--pine-900); }

@media (max-width: 820px) {
  .intro { padding: 20px; }
  .intro-grid { grid-template-columns: 1fr; align-content: center; gap: 24px; }
  .hero-reservation { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; border-radius: 0; opacity: .32; pointer-events: none; }
  .hero-reservation::before { inset: 0; border: 0; border-radius: 0; background: linear-gradient(90deg, rgba(4,20,17,.9), rgba(4,20,17,.18)); }
  .hero-image { object-position: 68% center; }
  .intro-copy { position: relative; z-index: 2; }
  .intro h1 { font-size: clamp(55px, 15vw, 84px); }
  .lede { max-width: 460px; }
  .intro-footer { gap: 12px; flex-wrap: wrap; }
  .intro-footer span:not(:first-child) { padding-left: 12px; }
  .intro-footer .footer-note { width: 100%; margin-left: 0; padding-left: 0 !important; border-left: 0 !important; }
}

@media (max-width: 560px) {
  .intro { padding: 15px 16px 17px; }
  .scout-logo { width: 154px; }
  .draft-badge { padding: 7px 9px; font-size: 7px; }
  .intro h1 { margin-top: 12px; font-size: 56px; }
  .lede { font-size: 14px; }
  .intro-actions { margin-top: 25px; }
  .primary-action { gap: 18px; }
  .secondary-action { display: none; }
  .quick-facts { margin-top: 28px; }
  .quick-facts div { min-width: 0; flex: 1; padding: 0 10px; }
  .quick-facts strong { font-size: 20px; }
  .quick-facts span { font-size: 7px; }
  .intro-footer { font-size: 8px; }
  .intro-footer span:nth-child(3) { display: none; }
  .hero-reservation { inset: 0; width: 100%; height: 100%; }
  .story-tab { top: 116px; left: 10px; }
  .story-drawer { top: auto; left: 8px; right: 8px; bottom: 8px; width: auto; max-height: 82vh; padding: 23px; border-radius: 20px; transform: translateY(calc(100% + 20px)); }
  .story-drawer.is-open { transform: translateY(0); }
  .drawer-head h2 { font-size: 30px; }
  .drawer-actions { grid-template-columns: 1fr 1fr; }
  .drawer-actions .drawer-primary { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
