:root {
  --ink: #11181b;
  --muted: #5d686b;
  --aqua: #d8f5f3;
  --aqua-2: #aee7e4;
  --cyan: #35d9da;
  --orange: #ff742f;
  --paper: #ffffff;
  --soft: #effafa;
  --navy: #081321;
  --line: #d7e2e2;
  --shadow: 0 22px 65px rgba(16, 62, 66, .17);
  --soft-shadow: 0 10px 24px rgba(16, 62, 66, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding: 32px 0;
  color: var(--ink);
  background: radial-gradient(circle at 12% 4%, #f4ffff 0, transparent 27%), linear-gradient(145deg, var(--aqua-2), #e4fbfa 48%, #a9e5e2);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: inherit; }
img { max-width: 100%; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 20; background: white; padding: .7rem 1rem; }
.wrap { width: min(1040px, calc(100% - 3rem)); margin-inline: auto; }
.wrap-wide { width: min(1088px, calc(100% - 3rem)); margin-inline: auto; }

.site-header, main, .site-footer { width: min(1180px, calc(100% - 2rem)); margin-inline: auto; }
.site-header { position: relative; z-index: 10; background: white; border-radius: 28px 28px 0 0; }
main { overflow: hidden; background: white; box-shadow: var(--shadow); }
.site-footer { padding: 3rem 0 1.25rem; border-radius: 0 0 28px 28px; background: #edf9f8; box-shadow: var(--shadow); }
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { text-decoration: none; font-size: 1.08rem; font-weight: 850; letter-spacing: -.025em; }
.brand-mark { display: inline-grid; width: 32px; height: 32px; margin-right: .55rem; place-items: center; border-radius: 50%; color: white; background: #0a6f72; font-size: .85rem; }
.nav-links { display: flex; align-items: center; gap: 1.7rem; }
.nav-links a { text-decoration: none; font-size: .9rem; font-weight: 650; }
.nav-links a:hover { color: #087f83; }
.nav-links .nav-contact { padding: .55rem 1.05rem; border: 1px solid #222; border-radius: 999px; }
.menu-button { display: none; border: 1px solid var(--line); border-radius: 10px; background: white; padding: .55rem .75rem; font: inherit; }

.home-hero { position: relative; min-height: 560px; overflow: hidden; border-radius: 24px; color: white; }
.home-hero-photo, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-hero-photo { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(4,13,22,.74), rgba(4,13,22,.1) 72%), linear-gradient(0deg, rgba(4,13,22,.35), transparent 58%); }
.hero-copy { position: absolute; z-index: 2; left: clamp(1.5rem, 6vw, 4.5rem); top: clamp(3.5rem, 9vw, 7rem); max-width: 590px; }
.hero-copy h1 { margin-bottom: .9rem; font-size: clamp(3.1rem, 6.7vw, 6rem); line-height: .95; }
.hero-copy p:not(.eyebrow) { max-width: 510px; margin: 0; color: #f1f8f8; font-size: 1.08rem; }
.hero-mascot { position: absolute; z-index: 3; right: clamp(.4rem, 5vw, 3.8rem); bottom: -2.2rem; width: clamp(210px, 29vw, 360px); height: 510px; object-fit: contain; object-position: bottom; filter: drop-shadow(0 16px 18px rgba(0,0,0,.26)); }
.trip-bar { position: absolute; z-index: 4; left: 50%; bottom: 24px; transform: translateX(-50%); display: grid; grid-template-columns: 1.15fr .8fr .8fr auto; align-items: center; width: min(780px, calc(100% - 3rem)); min-height: 76px; padding: .55rem .55rem .55rem 1.25rem; color: var(--ink); background: rgba(255,255,255,.96); border-radius: 18px; box-shadow: 0 14px 40px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.trip-bar > div { min-width: 0; padding: 0 1rem; border-right: 1px solid var(--line); }
.trip-bar span, .trip-bar strong { display: block; }
.trip-bar span { color: var(--muted); font-size: .72rem; }
.trip-bar strong { overflow: hidden; font-size: .93rem; white-space: nowrap; text-overflow: ellipsis; }
.search-button { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; min-height: 58px; padding: 0 1.35rem; border-radius: 14px; color: white; background: var(--orange); text-decoration: none; font-weight: 800; }

h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 7vw, 6rem); }
h2 { margin-bottom: .65rem; font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: 1.2rem; }
p { color: var(--muted); }
.eyebrow { margin: 0 0 .65rem; color: #087f83; font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: #b9ffff; }
.lede { max-width: 720px; font-size: clamp(1.04rem, 2vw, 1.22rem); }
.section { padding: clamp(4rem, 8vw, 6.5rem) 0; }
.compact-section { padding-top: 3.6rem; }
.section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.8rem; }
.section-title-row > p { max-width: 440px; margin: 0; }
.text-link { color: #087f83; font-weight: 800; text-decoration: none; }

.recommendation-grid, .grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.recommendation-card { display: grid; grid-template-columns: auto 1fr; gap: 1rem; min-height: 220px; padding: 1.3rem; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--soft-shadow); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.recommendation-card:hover, .card-link:hover { transform: translateY(-4px); box-shadow: 0 18px 35px rgba(16,62,66,.16); }
.recommendation-card h3 { margin: .15rem 0 .55rem; }
.recommendation-card p { margin: 0 0 1.2rem; }
.recommendation-card strong { color: var(--ink); font-size: .9rem; }
.card-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--aqua); color: #087f83; font-size: 1.2rem; font-weight: 900; }

.book-feature { background: linear-gradient(120deg, #f1fbfa, #dff6f5); }
.book-feature-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 7vw, 6rem); align-items: center; }
.book-mockup { position: relative; min-height: 390px; perspective: 1000px; }
.book-mockup::after { content: ""; position: absolute; left: 14%; right: 5%; bottom: 1rem; height: 42px; border-radius: 50%; background: rgba(7,39,48,.18); filter: blur(18px); }
.book-cover { position: absolute; z-index: 1; inset: 0 auto 0 16%; display: flex; flex-direction: column; justify-content: end; width: 250px; padding: 1.6rem; color: white; background: linear-gradient(0deg, rgba(4,17,28,.84), rgba(4,17,28,.02)), url('/assets/photos/vegas.jpg') center/cover; border-radius: 3px 12px 12px 3px; box-shadow: 18px 18px 35px rgba(6,38,44,.25); transform: rotateY(-10deg) rotateZ(-2deg); }
.book-cover::after { content: ""; position: absolute; inset: 0 auto 0 -12px; width: 12px; background: #0b2634; border-radius: 3px 0 0 3px; }
.book-cover span, .book-cover small { font-size: .68rem; font-weight: 850; letter-spacing: .08em; }
.book-cover strong { margin: .35rem 0; font-size: 2.35rem; line-height: .95; }
.book-copy { max-width: 590px; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .7rem 1.15rem; border: 1px solid var(--orange); border-radius: 999px; color: white; background: var(--orange); text-decoration: none; font-weight: 800; }
.button.secondary { color: var(--ink); background: transparent; border-color: #96aaaa; }

.destination-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: .85rem; }
.destination-pill { position: relative; min-height: 150px; overflow: hidden; border-radius: 16px; color: white; background: var(--navy); box-shadow: var(--soft-shadow); }
.destination-pill img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; transition: transform .25s ease; }
.destination-pill::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,11,18,.82), rgba(3,11,18,.05)); }
.destination-pill span { position: absolute; z-index: 2; inset: auto 1rem .9rem; }
.destination-pill small, .destination-pill strong { display: block; }
.destination-pill small { color: #c8f7f4; font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.destination-pill strong { font-size: 1.2rem; }
a.destination-pill { text-decoration: none; }
a.destination-pill:hover img { transform: scale(1.06); }
.destination-pill.live { outline: 2px solid var(--orange); outline-offset: -2px; }

.breadcrumbs { padding: 1rem 0 0; color: var(--muted); font-size: .9rem; }
.breadcrumbs a { color: #087f83; }
.page-hero { padding: 3rem 0 2.75rem; }
.two-col { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.page-photo { margin: 0; min-height: 390px; overflow: hidden; border-radius: 20px; box-shadow: var(--soft-shadow); }
.page-photo img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; display: block; }
.section.alt { background: #effafa; }
.card { padding: 1.4rem; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 5px 18px rgba(16,62,66,.06); }
.card-link { color: var(--ink); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.card .tag { display: inline-block; margin-bottom: 1rem; color: #087f83; font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.spotlight { color: white; background: radial-gradient(circle at 80% 30%, rgba(32,211,216,.22), transparent 32%), linear-gradient(145deg, #07111e, #0a1d2c); }
.spotlight p { color: #c7d9df; }
.spotlight .eyebrow { color: #6ef1ef; }
.spotlight .button { box-shadow: 0 0 20px rgba(255,116,47,.28), 0 0 14px rgba(53,217,218,.28); }
.spotlight .notice { color: #e7f8fa; background: rgba(5,21,33,.72); border-color: rgba(53,217,218,.42); border-left-color: var(--orange); }
.vegas-mascot { justify-self: center; width: min(330px, 90%); max-height: 430px; object-fit: contain; filter: drop-shadow(0 0 24px rgba(53,217,218,.18)) drop-shadow(0 14px 20px rgba(0,0,0,.3)); }
.interior-hero { position: relative; min-height: 510px; overflow: hidden; margin-top: 1rem; border-radius: 22px; color: white; }
.interior-hero-photo, .interior-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.interior-hero-photo { object-fit: cover; }
.interior-hero-shade { background: linear-gradient(90deg, rgba(3,11,20,.84), rgba(3,11,20,.12) 72%), linear-gradient(0deg, rgba(3,11,20,.55), transparent 56%); }
.neon-hero { box-shadow: 0 0 40px rgba(31,196,211,.2); }
.interior-hero-copy { position: absolute; z-index: 2; left: clamp(1.5rem, 6vw, 4.5rem); bottom: clamp(2rem, 7vw, 4.6rem); max-width: 670px; }
.interior-hero-copy h1 { max-width: 650px; margin-bottom: .8rem; font-size: clamp(3.1rem, 7vw, 5.8rem); text-shadow: 0 0 24px rgba(72,233,235,.18); }
.hero-subtitle { display: inline-block; margin: 0; padding: .55rem .8rem; border-left: 3px solid var(--orange); color: white; background: rgba(5,15,24,.75); font-size: 1.05rem; }
.interior-mascot { position: absolute; z-index: 3; right: clamp(.2rem, 4vw, 3.5rem); bottom: -2.7rem; width: clamp(190px, 25vw, 310px); height: 420px; object-fit: contain; object-position: bottom; filter: drop-shadow(0 16px 18px rgba(0,0,0,.34)); }
.action-strip { display: grid; grid-template-columns: .75fr 1.25fr; gap: 2rem; align-items: center; padding-block: 3.6rem; }
.action-strip h2 { margin: 0; }
.action-strip-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.glitch-button { position: relative; display: grid; min-height: 56px; place-items: center; padding: .7rem 1rem; color: white; background: #05070b; border: 1px solid #151b23; text-align: center; text-decoration: none; font-weight: 850; box-shadow: -4px 0 0 var(--cyan), 4px 0 0 #ed3ca6; }
.glitch-button:hover { color: #8effff; transform: translateY(-2px); }
.dark-experience { color: white; background: radial-gradient(circle at 80% 20%, rgba(32,211,216,.22), transparent 34%), linear-gradient(145deg, #06111f, #0a1b29); }
.dark-experience p { color: #cadbe0; }
.feature-split { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.quick-facts { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid rgba(83,230,232,.8); border-radius: 18px; box-shadow: 0 0 20px rgba(83,230,232,.18), 10px 10px 24px rgba(255,116,47,.1); }
.quick-facts div { min-height: 120px; padding: 1.2rem; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.quick-facts div:nth-child(2n) { border-right: 0; }
.quick-facts div:nth-child(n+3) { border-bottom: 0; }
.quick-facts span, .quick-facts strong { display: block; }
.quick-facts span { color: #b7cbd1; font-size: .75rem; }
.quick-facts strong { margin-top: .35rem; font-size: 1.05rem; }
.photo-story-grid { display: grid; grid-template-columns: 1.3fr .85fr .85fr; gap: 1rem; margin-top: 2rem; }
.photo-story { position: relative; min-height: 330px; overflow: hidden; border-radius: 18px; background: var(--navy); color: white; box-shadow: var(--soft-shadow); }
.photo-story img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.photo-story::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,10,18,.88), transparent 60%); }
.photo-story div { position: absolute; z-index: 1; inset: auto 1.15rem 1rem; }
.photo-story span { color: #a8f7f3; font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.photo-story h3 { margin: .3rem 0 0; font-size: 1.45rem; }
.photo-story:hover img { transform: scale(1.04); }
.travel-band { background: linear-gradient(120deg, #eefafa, #dff4f3); }
.route-cards { display: grid; gap: 1rem; }
.route-cards > div { display: grid; grid-template-columns: auto 1fr; gap: .15rem 1rem; padding: 1.1rem; border: 1px solid #cfe1e1; border-radius: 16px; background: white; box-shadow: var(--soft-shadow); }
.route-cards p { grid-column: 2; margin: 0; }
.route-icon { display: grid; grid-row: 1 / span 2; width: 48px; height: 48px; place-items: center; border-radius: 12px; color: white; background: var(--orange); font-weight: 900; }
.photo-panel { position: relative; min-height: 390px; overflow: hidden; border-radius: 20px; box-shadow: var(--soft-shadow); }
.photo-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,14,22,.72), transparent 56%); }
.photo-panel span { position: absolute; z-index: 1; left: 1.2rem; bottom: 1rem; color: white; font-weight: 850; }
.book-page { padding-top: 3rem; }
.book-page h1 { margin-bottom: 1rem; font-size: clamp(3.2rem, 7vw, 5.8rem); }
.launch-badge { display: inline-flex; margin-top: .6rem; padding: .55rem .85rem; border-left: 3px solid var(--orange); background: white; box-shadow: var(--soft-shadow); font-weight: 800; }
.about-hero, .contact-hero { background: linear-gradient(135deg, #fff, #e8f8f7); }
.mascot-stage { position: relative; display: grid; min-height: 480px; place-items: end center; overflow: hidden; border-radius: 24px; background: radial-gradient(circle at 50% 22%, #fff, #bdeceb 72%); box-shadow: var(--soft-shadow); }
.mascot-stage img { width: 78%; max-height: 440px; object-fit: contain; object-position: bottom; filter: drop-shadow(0 18px 18px rgba(9,55,60,.18)); }
.mascot-stage span { position: absolute; left: 1rem; bottom: 1rem; padding: .45rem .7rem; border-radius: 8px; color: white; background: rgba(4,18,26,.78); font-weight: 800; }
.mascot-stage.compact { min-height: 410px; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; padding: 0; list-style: none; }
.check-grid li { position: relative; padding: 1rem 1rem 1rem 2.8rem; border: 1px solid var(--line); border-radius: 12px; background: var(--soft); font-weight: 750; }
.check-grid li::before { content: "✓"; position: absolute; left: 1rem; color: #078b8c; font-weight: 900; }
.stat { padding-left: 1.2rem; border-left: 3px solid var(--cyan); }
.stat strong { display: block; font-size: 2.2rem; }
.notice { padding: 1rem 1.1rem; border: 1px solid #bad7d6; border-left: 4px solid var(--orange); border-radius: 10px; background: #f5ffff; }
.ad-slot { display: grid; min-height: 90px; place-items: center; border: 1px dashed #9bb7b8; border-radius: 10px; color: #718184; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.article { max-width: 780px; }
.article h2 { margin-top: 2.8rem; font-size: 2rem; }
.list { padding-left: 1.2rem; }
.list li { margin-bottom: .65rem; }

.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2rem; }
.footer-grid p { max-width: 390px; }
.footer-links { display: grid; align-content: start; gap: .45rem; }
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: #087f83; }
.copyright { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid #cfe2e1; color: #718184; font-size: .84rem; }

@media (max-width: 850px) {
  body { padding: 0; }
  .site-header, main, .site-footer { width: 100%; border-radius: 0; }
  .site-header { position: sticky; top: 0; box-shadow: 0 1px 16px rgba(12,62,66,.12); }
  .nav { min-height: 70px; }
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; top: 70px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: .2rem; padding: 1rem 1.5rem 1.4rem; background: white; box-shadow: 0 15px 20px rgba(12,62,66,.12); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: .7rem 0; }
  .nav-links .nav-contact { padding: .7rem 0; border: 0; border-radius: 0; }
  .home-hero { min-height: 670px; }
  .hero-copy { top: 2.7rem; right: 1.5rem; }
  .hero-copy h1 { font-size: clamp(3rem, 12vw, 5rem); }
  .hero-mascot { right: -1.3rem; bottom: 5.8rem; width: 245px; height: 370px; }
  .trip-bar { grid-template-columns: 1fr 1fr; width: calc(100% - 2rem); padding: .75rem; }
  .trip-bar > div { display: none; }
  .trip-bar > div:first-child { display: block; border: 0; }
  .search-button { width: 100%; }
  .recommendation-grid, .grid, .two-col, .book-feature-grid, .destination-strip, .footer-grid { grid-template-columns: 1fr; }
  .action-strip, .feature-split, .photo-story-grid { grid-template-columns: 1fr; }
  .action-strip-links { grid-template-columns: 1fr; }
  .interior-hero { min-height: 620px; }
  .interior-hero-copy { left: 1.5rem; right: 1.5rem; bottom: 12.5rem; }
  .interior-mascot { right: -.8rem; width: 215px; height: 330px; }
  .photo-story { min-height: 280px; }
  .recommendation-card { min-height: auto; }
  .section-title-row { display: block; }
  .section-title-row .text-link { display: inline-block; margin-top: .5rem; }
  .book-mockup { min-height: 340px; }
  .book-cover { left: 50%; transform: translateX(-50%) rotateY(-10deg) rotateZ(-2deg); }
  .destination-pill { min-height: 190px; }
}

@media (max-width: 520px) {
  .wrap, .wrap-wide { width: calc(100% - 2rem); }
  .home-hero { width: calc(100% - 1rem); min-height: 620px; border-radius: 18px; }
  .hero-copy { left: 1.35rem; top: 2rem; }
  .hero-copy h1 { font-size: 3.35rem; }
  .hero-copy p:not(.eyebrow) { max-width: 92%; font-size: .97rem; }
  .hero-mascot { width: 205px; height: 320px; }
  .trip-bar { bottom: 14px; min-height: 68px; }
  .interior-hero { width: calc(100% - 1rem); min-height: 590px; border-radius: 18px; }
  .interior-hero-copy h1 { font-size: 3.2rem; }
  .interior-mascot { width: 185px; height: 300px; }
  .quick-facts, .check-grid { grid-template-columns: 1fr; }
  .quick-facts div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .quick-facts div:last-child { border-bottom: 0; }
  .section { padding: 3.5rem 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
