@font-face {
  font-family: Manrope; font-style: normal; font-weight: 200 800; font-display: swap;
  src: url("assets/fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Manrope; font-style: normal; font-weight: 200 800; font-display: swap;
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Poppins; font-style: normal; font-weight: 500; font-display: swap;
  src: url("assets/fonts/poppins-500-ext.woff2") format("woff2");
}
@font-face {
  font-family: Poppins; font-style: normal; font-weight: 500; font-display: swap;
  src: url("assets/fonts/poppins-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+2000-206F, U+20AC;
}
@font-face {
  font-family: Poppins; font-style: normal; font-weight: 700; font-display: swap;
  src: url("assets/fonts/poppins-700-ext.woff2") format("woff2");
}
@font-face {
  font-family: Poppins; font-style: normal; font-weight: 700; font-display: swap;
  src: url("assets/fonts/poppins-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+2000-206F, U+20AC;
}
@font-face {
  font-family: "Cormorant Garamond"; font-style: italic; font-weight: 600; font-display: swap;
  src: url("assets/fonts/cormorant-italic-ext.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond"; font-style: italic; font-weight: 600; font-display: swap;
  src: url("assets/fonts/cormorant-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+2000-206F, U+20AC;
}

:root {
  color-scheme: dark;
  --background: #080808;
  --panel: #151413;
  --panel-deep: #0c0c0c;
  --accent: #ffd23f;
  --accent-hover: #ffe078;
  --accent-rgb: 255 210 63;
  --ember: #ff7a1a;
  --ember-rgb: 255 122 26;
  --ember-soft: #ffd0a6;
  --text: #f4f0eb;
  --muted: #aaa6a0;
  --border: rgb(244 240 235 / 12%);
  --radius: 28px;
  --container: 1440px;
  --gutter: 48px;
  --section-space: clamp(88px, 10vw, 144px);
  --ease: cubic-bezier(.22, 1, .36, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--background); color: var(--text); font: 500 16px/1.8 Manrope, Arial, sans-serif; }
body.has-dialog { overflow: hidden; }
button, input, select { font: inherit; }
button, a, input, select, summary { -webkit-tap-highlight-color: transparent; }
button { color: inherit; cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .5; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p, h1, h2, h3, figure { margin: 0; }
h1, h2, h3 { color: #fff; font-weight: 800; line-height: 1.04; letter-spacing: -.055em; }
h2 { font-size: clamp(40px, 5vw, 72px); }
h3 { font-size: 26px; }
em { color: var(--accent); font-style: normal; }
button, a, summary { touch-action: manipulation; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
[hidden] { display: none !important; }
.svg-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 20px; height: 20px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(100%, var(--container)); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section-space); }
.eyebrow { font: 700 10px/1.8 Poppins, Arial, sans-serif; text-transform: uppercase; letter-spacing: .16em; }
.accent { color: var(--accent); }
.centered { text-align: center; }
.section-heading { max-width: 800px; margin-inline: auto; margin-bottom: 64px; }
.section-kicker { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 12px; }
.section-kicker > span { white-space: nowrap; }
.kicker-divider { color: var(--ember); }
.kicker-subtitle { color: #ddd6c9; }
.section-heading h2 { margin-top: 22px; }
.section-heading > p:not(.eyebrow) { max-width: 680px; margin: 26px auto 0; color: var(--muted); font: 500 16px/2 Poppins, sans-serif; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  min-height: 54px; padding: 16px 26px; border: 1px solid var(--accent);
  border-radius: 999px; background: var(--accent); color: #15100a;
  font: 700 10px/1.5 Poppins, sans-serif; letter-spacing: .16em; text-transform: uppercase;
  transition: background .3s, transform .3s var(--ease), border-color .3s;
}
.button:hover { background: var(--accent-hover); transform: translateY(-2px); }
.button .icon { width: 17px; height: 17px; }
.button-outline { background: rgb(255 255 255 / 3%); border-color: rgb(255 255 255 / 65%); color: var(--text); }
.button-outline:hover { background: rgb(var(--accent-rgb) / 10%); color: var(--accent); border-color: var(--accent); }
.button-small { min-height: 40px; padding: 10px 18px; font-size: 9px; letter-spacing: .1em; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--accent); font-size: 14px; border: 0; background: none; padding: 0; }
.text-link:hover { text-decoration: underline; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 1000; padding: 12px 20px; background: var(--accent); color: #000; }
.skip-link:focus { top: 12px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }

.welcome { position: relative; min-height: 100dvh; isolation: isolate; overflow: hidden; background: var(--background); }
.welcome-photo, .welcome-overlay { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.welcome-photo { object-fit: cover; object-position: center; filter: brightness(.78) saturate(.92); z-index: -2; }
.welcome-overlay { background: rgb(3 3 3 / 30%); z-index: -1; }
.welcome-content { display: flex; align-items: center; justify-content: center; min-height: 100dvh; padding: 48px 24px; text-align: center; }
.welcome-brand { display: flex; flex-direction: column; align-items: center; width: 100%; }
.welcome-logo-frame { position: relative; width: min(64vw, 260px); aspect-ratio: 979 / 1094; }
.welcome-logo { position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; transform: translate(-50%, -50%); object-fit: contain; pointer-events: none; animation: welcome-logo-in 1s .15s var(--ease) both; }
.welcome-signature { position: relative; margin-top: 32px; color: rgb(255 255 255 / 90%); font: italic 600 clamp(16.8px, 1.62vw, 20.16px)/1.5 "Cormorant Garamond", Georgia, serif; letter-spacing: .2em; animation: welcome-copy-in .9s .85s var(--ease) both; }
.welcome-action { margin-top: 48px; animation: welcome-action-in .9s 1.15s var(--ease) both; }
.welcome-explore { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 13.6px; min-width: 208px; min-height: 50.32px; overflow: hidden; padding: 16px 36px; border: 1px solid rgb(var(--accent-rgb) / 55%); border-radius: 999px; background: rgb(var(--accent-rgb) / 7%); color: #fff; box-shadow: 0 0 24px rgb(var(--ember-rgb) / 12%); backdrop-filter: blur(12px); font: 500 10.88px/1.5 Poppins, Arial, sans-serif; letter-spacing: .3em; text-transform: uppercase; transition: transform .5s var(--ease), background .5s, border-color .5s, box-shadow .5s; }
.welcome-explore::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, #ffffff1a, transparent); transform: translateX(-100%); transition: transform .7s ease-out; }
.welcome-explore > * { position: relative; }
.welcome-arrow { width: 20px; height: 16px; flex-shrink: 0; color: var(--ember); transition: transform .5s var(--ease); }
.welcome-explore:hover { transform: translateY(-2px); border-color: var(--accent); background: rgb(var(--accent-rgb) / 12%); box-shadow: 0 0 30px rgb(var(--ember-rgb) / 20%); }
.welcome-explore:hover::before { transform: translateX(100%); }
.welcome-explore:hover .welcome-arrow { transform: translateX(4px); }
.welcome-explore:active { transform: none; }
.welcome-explore:focus-visible { outline-color: var(--accent); }
@keyframes welcome-logo-in {
  from { opacity: 0; filter: blur(10px); transform: translate(-50%, calc(-50% + 50px)) scale(.9); }
  to { opacity: 1; filter: blur(0); transform: translate(-50%, -50%); }
}
@keyframes welcome-copy-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes welcome-action-in {
  from { opacity: .52; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.site-header { position: fixed; inset: 16px 0 auto; z-index: 50; pointer-events: none; padding-inline: var(--gutter); }
.nav-shell { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 64px; padding: 0 8px; border: 1px solid transparent; border-radius: 999px; pointer-events: auto; transition: background .4s, border-color .4s, backdrop-filter .4s; }
.site-header.scrolled .nav-shell { background: rgb(12 12 12 / 90%); backdrop-filter: blur(22px); border-color: rgb(var(--accent-rgb) / 22%); box-shadow: 0 14px 45px #0005; }
.brand { position: relative; display: block; width: 56px; aspect-ratio: 979 / 1094; flex-shrink: 0; }
.brand img { width: 100%; height: 100%; object-fit: contain; pointer-events: none; }
.desktop-nav { display: flex; gap: clamp(16px, 2vw, 32px); align-items: center; }
.desktop-nav a { font: 700 10px/1.4 Poppins, sans-serif; text-transform: uppercase; letter-spacing: .08em; padding-block: 16px; color: var(--text); }
.desktop-nav a:hover { color: var(--accent); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.plan-link { letter-spacing: .025em; font-size: 8px; border-color: var(--border); padding-inline: 14px; }
.menu-toggle { display: none; position: relative; width: 44px; height: 44px; border: 1px solid rgb(var(--accent-rgb) / 40%); border-radius: 50%; background: rgb(var(--accent-rgb) / 9%); }
.menu-toggle span { position: absolute; width: 20px; height: 1px; background: var(--text); left: 11px; top: 21px; }
.menu-toggle span:first-child { transform: translateY(-6px); }
.menu-toggle span:last-child { transform: translateY(6px); }
.icon-button { display: grid; place-items: center; min-width: 44px; height: 44px; padding: 0; border-radius: 50%; border: 1px solid rgb(var(--accent-rgb) / 40%); background: rgb(18 17 15 / 95%); color: var(--text); }
.icon-button:hover { background: #322414; color: var(--accent); border-color: var(--ember); }
.mobile-menu { position: fixed; inset: 12px; margin: auto; width: calc(100% - 24px); max-width: 620px; max-height: calc(100dvh - 24px); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; background: linear-gradient(150deg, #211b15, var(--panel-deep)); color: var(--text); }
.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; padding: 8px 0 24px; }
.mobile-menu-head .brand { width: 64px; }
.mobile-menu nav { margin-block: 16px 24px; }
.mobile-menu nav a { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 58px; border-bottom: 1px solid var(--border); font: 500 clamp(18px, 5.5vw, 28px)/1.3 Poppins, sans-serif; letter-spacing: -.04em; }
.mobile-menu nav span { font-size: 11px; color: var(--muted); }
.mobile-menu > .button { width: 100%; }
.mobile-menu > .eyebrow { margin-top: 20px; color: var(--accent); text-align: center; font-size: 8px; }
dialog::backdrop { background: rgb(0 0 0 / 80%); backdrop-filter: blur(10px); }

.hero { position: relative; min-height: 100svh; isolation: isolate; background: var(--panel-deep); }
.hero-photo, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo { object-fit: cover; object-position: center 42%; z-index: -3; filter: brightness(.76) saturate(.9); }
.hero-shade { z-index: -2; background: linear-gradient(180deg, #08070670, #08070626 36%, #08080888 70%, var(--background) 100%), linear-gradient(90deg, #0807066e, transparent 70%); }
.hero-content { padding-top: clamp(170px, 24vh, 240px); padding-bottom: 40px; }
.hero-label { display: inline-block; padding: 7px 18px; border: 1px solid rgb(var(--accent-rgb) / 20%); border-radius: 999px; color: #ddd6c9; font-size: 10px; }
.hero h1 { font-size: clamp(76px, 9vw, 132px); line-height: .97; letter-spacing: -.06em; margin-top: 32px; }
.hero-bottom { display: flex; gap: 32px; justify-content: space-between; align-items: flex-end; margin-top: 46px; }
.hero-bottom > p { max-width: 540px; font: 500 17px/1.75 Poppins, sans-serif; color: var(--text); }
.hero-buttons { display: flex; gap: 12px; flex-shrink: 0; }
.trust-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 30px; margin-top: 38px; padding: 17px 22px; border: 1px solid rgb(var(--accent-rgb) / 12%); border-radius: 19px; background: rgb(8 8 8 / 80%); backdrop-filter: blur(10px); }
.trust-bar > span { display: flex; align-items: center; gap: 8px; font: 700 9px/1.6 Poppins, sans-serif; text-transform: uppercase; letter-spacing: .1em; }
.trust-bar .icon { color: var(--ember); width: 15px; height: 15px; }
.trust-bar .trust-signature { margin-left: auto; font-size: 8px; color: #c6bfb5; }
.scroll-cue { display: flex; flex-direction: column; align-items: center; gap: 4px; margin-top: 23px; font-size: 9px; color: #c6bfb5; }
.scroll-cue .scroll-arrow { width: 20px; height: 20px; color: var(--accent); }

.experience-heading { display: grid; grid-template-columns: 1.25fr 1fr; align-items: center; gap: 64px; margin-bottom: 96px; }
.experience-heading h2 { font-size: clamp(52px, 7vw, 100px); margin-top: 25px; max-width: 680px; }
.heading-note { position: relative; padding: 34px 30px; color: #c9c4bc; font: 500 14px/2 Poppins, sans-serif; }
.heading-note::before { content: ""; position: absolute; inset: 0; border: 1px solid rgb(var(--accent-rgb) / 15%); border-radius: 50%; transform: rotate(-4deg); pointer-events: none; }
.tour-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.tour-card { display: flex; flex-direction: column; min-width: 0; padding: 20px; border: 1px solid rgb(var(--accent-rgb) / 14%); border-radius: var(--radius); background: linear-gradient(155deg, #1b1711, var(--panel-deep) 65%, var(--background)); transition: border-color .4s, transform .4s; }
.tour-card:hover { border-color: rgb(var(--accent-rgb) / 40%); transform: translateY(-5px); }
.tour-photo { position: relative; overflow: hidden; aspect-ratio: 4 / 3; border-radius: 23px; background: var(--panel); }
.tour-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.tour-card:hover .tour-photo img { transform: scale(1.04); }
.tour-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 45%, #0009); pointer-events: none; }
.tour-category { position: absolute; top: 24px; left: 24px; right: 18px; z-index: 1; }
.tour-category span { display: inline-block; max-width: 100%; border-radius: 999px; border: 1px solid rgb(var(--accent-rgb) / 30%); background: #171208dc; backdrop-filter: blur(12px); color: var(--accent); padding: 8px 14px; font: 700 8px/1.7 Poppins, sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.tour-coming-soon-ribbon { position: absolute; top: 40px; right: -48px; z-index: 2; width: 240px; padding: 10px 16px; transform: rotate(32deg); border-block: 1px solid rgb(var(--ember-rgb) / 65%); background: linear-gradient(90deg, #783207, #c95408 48%, #783207); box-shadow: 0 12px 30px #0006; color: #fff4d4; font: 800 9.6px/1.5 Manrope, sans-serif; letter-spacing: .14em; text-align: center; text-transform: uppercase; pointer-events: none; }
.tour-region { position: absolute; z-index: 1; bottom: 28px; left: 30px; font-size: 9px; color: #ded7cc; }
.tour-body { padding: 28px 10px 10px; display: flex; flex-direction: column; flex: 1; }
.tour-number { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.tour-number strong { font-size: 48px; color: #ffffff10; line-height: 1; letter-spacing: -.06em; }
.tour-card h3 { font-size: clamp(27px, 3vw, 42px); margin-bottom: 22px; }
.tour-location { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: #cec7bd; margin-bottom: 20px; }
.tour-location .icon { color: var(--accent); width: 16px; margin-top: 2px; }
.tour-description { font: 500 15px/2.1 Poppins, sans-serif; color: var(--muted); margin-bottom: 32px; }
.tour-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding: 20px; margin: auto 0 0; border-radius: 18px; background: #ffffff05; }
.tour-facts dt { font: 700 10px/1.5 Poppins, sans-serif; text-transform: uppercase; color: var(--muted); letter-spacing: .1em; margin-bottom: 9px; }
.tour-facts dd { margin: 0; font-size: 15px; font-weight: 700; line-height: 1.7; }
.tour-price-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-top: 28px; }
.tour-price-label { display: block; color: var(--muted); font-size: 10px; margin-bottom: 8px; }
.tour-price { font-size: 28px; font-weight: 800; letter-spacing: -.04em; line-height: 1.25; }
.tour-price-row .button { max-width: 48%; font-size: 8px; letter-spacing: .08em; padding: 12px 18px; color: var(--text); border-color: rgb(var(--accent-rgb) / 40%); background: rgb(var(--accent-rgb) / 5%); }
.tour-price-row .button:hover { background: var(--accent); color: #15100a; }
.tour-coming-soon-label { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; max-width: 48%; padding: 12px 20px; border: 1px solid rgb(var(--ember-rgb) / 30%); border-radius: 12px; background: rgb(var(--ember-rgb) / 7%); color: var(--ember-soft); font: 700 9.28px/1.5 Poppins, sans-serif; letter-spacing: .14em; text-align: center; text-transform: uppercase; cursor: default; opacity: .65; }
.reference-note { margin-top: 24px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.tours > .reference-note { text-align: center; }

.about-section { background: linear-gradient(120deg, #18130d, var(--panel-deep)); border-block: 1px solid rgb(var(--accent-rgb) / 10%); }
.about-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(40px, 7vw, 100px); }
.about-grid .section-kicker { justify-content: flex-start; }
.about-grid h2 { font-size: clamp(40px, 4.5vw, 64px); margin-top: 24px; }
.about-copy { font-size: 18px; color: #c6bfb5; line-height: 2; }
.about-values { display: flex; flex-wrap: wrap; gap: 10px; margin-block: 28px 32px; }
.about-values span { border: 1px solid rgb(var(--accent-rgb) / 20%); padding: 6px 14px; border-radius: 999px; color: var(--accent); font-size: 12px; }

.testimonials { overflow: hidden; background: radial-gradient(ellipse at 50% 100%, rgb(var(--accent-rgb) / 4%), transparent 70%); }
.section-heading .demo-note { font: 500 10px/1.9 Poppins, sans-serif; text-transform: uppercase; letter-spacing: .08em; max-width: 550px; }
.motion-toggle { margin-top: 18px; font-size: 11px; color: var(--muted); }
.testimonial-window { width: 100%; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.testimonial-track { display: flex; width: max-content; animation: marquee 150s linear infinite; }
.testimonial-group { display: flex; gap: 20px; padding-right: 20px; }
.testimonial-card { display: flex; flex-direction: column; width: 320px; padding: 32px; border: 1px solid rgb(var(--accent-rgb) / 18%); border-radius: 24px; background: linear-gradient(145deg, #21190f88, var(--panel-deep)); }
.quote-mark { font-size: 56px; color: var(--ember); line-height: .8; font-family: Georgia, serif; }
.testimonial-card blockquote { margin: 20px 0 24px; color: var(--text); font-size: 15px; line-height: 1.9; flex: 1; }
.review-stars { color: var(--accent); font-size: 20px; letter-spacing: 4px; }
.review-rating { color: var(--muted); font-size: 11px; margin-top: 6px; }
.review-name { margin-top: 24px; font-size: 10px; }
.review-demo { font-size: 10px; color: var(--muted); margin-top: 4px; }
.testimonials.paused .testimonial-track, .testimonial-window:hover .testimonial-track, .testimonial-window:focus-within .testimonial-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

.faq-list { max-width: 900px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-item summary { display: flex; gap: 24px; align-items: center; list-style: none; cursor: pointer; padding: 26px 10px; font-size: 18px; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
.faq-number { color: var(--ember); font: 700 10px Poppins, sans-serif; }
.faq-item summary::after { content: "+"; color: var(--accent); font-size: 27px; font-weight: 400; margin-left: auto; }
.faq-item[open] summary::after { content: "\2212"; }
.faq-item[open] summary { color: var(--accent); }
.faq-item > p { padding: 0 50px 26px; color: var(--muted); line-height: 1.9; }
.contact-section { background: radial-gradient(ellipse at 50% 0, rgb(var(--accent-rgb) / 4%), transparent 65%), var(--panel-deep); border-top: 1px solid rgb(var(--accent-rgb) / 8%); }
.contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-bottom: 28px; }
.contact-card { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 36px 24px; border: 1px solid rgb(var(--accent-rgb) / 14%); border-radius: 23px; background: #ffffff03; transition: border-color .3s; }
a.contact-card:hover { border-color: var(--ember); }
.contact-card > .icon { width: 28px; height: 28px; color: var(--accent); margin-bottom: 20px; }
.contact-card .eyebrow { font-size: 10px; color: var(--muted); margin-bottom: 12px; }
.contact-card strong { font-size: 18px; line-height: 1.6; overflow-wrap: anywhere; }
.contact-detail { color: var(--muted); font-size: 12px; margin-top: 10px; }
.setup-note { max-width: 750px; margin: 0 auto 32px; text-align: center; color: var(--muted); font-size: 13px; }
.setup-note code { color: var(--accent); }

.site-footer { border-top: 1px solid var(--border); padding-top: 80px; background: var(--background); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 80px; }
.footer-brand > .brand { width: 120px; margin-bottom: 34px; }
.footer-brand > p:first-of-type { font-size: 22px; font-weight: 800; letter-spacing: -.04em; }
.footer-brand > .eyebrow { margin-top: 8px; font-size: 8px; }
.footer-brand > p:last-child { max-width: 350px; color: var(--muted); margin-top: 20px; font-size: 14px; }
.footer-grid h2 { color: var(--text); margin-bottom: 22px; }
.footer-grid nav a { display: block; width: fit-content; font-size: 14px; color: var(--muted); margin: 10px 0; }
.footer-grid nav a:hover { color: var(--accent); }
.footer-grid > div:last-child > p { color: var(--muted); font-size: 14px; }
.footer-grid .text-link { margin-top: 16px; }
.footer-grid .footer-note { margin-top: 20px; font-size: 12px !important; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 64px; padding-block: 26px; border-top: 1px solid var(--border); font: 500 9px/1.8 Poppins, sans-serif; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }

.tour-dialog { border: 1px solid rgb(var(--accent-rgb) / 20%); padding: 0; background: var(--panel-deep); color: var(--text); border-radius: var(--radius); max-height: calc(100dvh - 40px); overscroll-behavior: contain; }
.tour-dialog { width: min(940px, calc(100% - 32px)); }
.dialog-close { position: sticky; top: 16px; z-index: 3; float: right; margin: 16px 16px -60px 0; }
.tour-dialog-image { width: 100%; height: 320px; object-fit: cover; }
.tour-dialog-content { padding: 42px; }
.tour-dialog-content > h2 { font-size: clamp(30px, 4vw, 52px); margin-top: 18px; }
.tour-dialog-content > p:not(.eyebrow) { color: var(--muted); margin-block: 24px; }
.tour-dialog .tour-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 30px 0; }
.detail-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding-block: 12px 28px; }
.detail-columns h3, .estimate-panel h3 { font-size: 24px; }
.detail-columns ul { padding-left: 20px; color: #c6bfb5; font-size: 14px; }
.detail-columns li { margin: 9px 0; }
.detail-columns li::marker { color: var(--accent); }
.policy-details { border-block: 1px solid var(--border); padding-block: 18px; color: #c6bfb5; font-size: 14px; }
.policy-details summary { cursor: pointer; color: var(--text); font-weight: 700; }
.policy-details summary::after { content: " +"; color: var(--accent); }
.policy-details p { margin-top: 16px; }
.estimate-panel { border: 1px solid rgb(var(--accent-rgb) / 20%); background: rgb(var(--accent-rgb) / 2%); border-radius: 20px; padding: 28px; margin-top: 34px; }
.estimate-panel h3 { margin-top: 12px; }
.estimate-panel > p:not(.eyebrow) { font-size: 12px; color: var(--muted); margin-top: 12px; }
.estimate-fields { display: grid; grid-template-columns: 2fr 1fr; gap: 18px; margin-top: 26px; }
.estimate-fields label { font-size: 12px; font-weight: 700; }
.estimate-fields select, .estimate-fields input { display: block; width: 100%; min-width: 0; min-height: 48px; border: 1px solid var(--border); border-radius: 12px; padding: 10px 12px; background: var(--panel); color: var(--text); margin-top: 8px; font-size: 14px; }
.meal-option { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 12px; margin-top: 20px; }
.meal-option input { accent-color: var(--accent); width: 18px; height: 18px; }
.meal-option span { color: var(--accent); }
.estimate-panel .estimate-error { color: var(--ember-soft) !important; }
.estimate-error:empty { display: none; }
.estimate-total { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--border); }
.estimate-total > span { font-weight: 700; font-size: 14px; }
.estimate-total small { display: block; font-weight: 500; color: var(--muted); font-size: 11px; margin-top: 4px; }
.estimate-total output { color: var(--accent); font-size: 30px; font-weight: 800; letter-spacing: -.05em; }
.estimate-panel .button { margin-top: 24px; }
.toast { position: fixed; z-index: 100; inset: auto 20px 24px; width: fit-content; max-width: min(600px, calc(100% - 40px)); margin-inline: auto; padding: 16px 24px; border: 1px solid rgb(var(--ember-rgb) / 55%); border-radius: 18px; background: #241b11; color: var(--text); box-shadow: 0 20px 60px #0008; font-size: 14px; }
.noscript-notice { position: fixed; inset: auto 0 0; padding: 16px; background: var(--accent); color: #000; z-index: 99; text-align: center; }

@media (min-width: 1600px) {
  .hero-content { padding-top: 23vh; }
  .hero h1 { font-size: 140px; }
}
@media (max-width: 1279px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .hero-bottom { align-items: flex-start; flex-direction: column; }
  .hero h1 { font-size: clamp(70px, 10vw, 120px); }
  .hero-content { padding-top: 180px; }
  .hero-bottom > p { max-width: 640px; }
  .hero-buttons { flex-wrap: wrap; }
  .tour-price-row { align-items: flex-start; flex-direction: column; }
  .tour-price-row .button { max-width: none; }
  .tour-coming-soon-label { max-width: none; }
  .footer-grid { gap: 40px; }
}
@media (max-width: 1023px) {
  :root { --gutter: 32px; }
  .about-grid { grid-template-columns: 1fr; gap: 30px; }
  .plan-link { display: none; }
  .experience-heading { grid-template-columns: 1fr; gap: 30px; margin-bottom: 50px; }
  .experience-heading h2 { font-size: 72px; }
  .heading-note { padding: 0; max-width: 650px; }
  .heading-note::before { display: none; }
  .tour-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tour-card h3 { font-size: 34px; }
  .tour-grid > :last-child { grid-column: 1 / -1; max-width: 560px; justify-self: center; }
  .contact-grid { gap: 12px; }
  .contact-card { padding-inline: 16px; }
  .contact-card strong { font-size: 15px; }
  .trust-bar .trust-signature { margin-left: 0; }
}
@media (max-width: 639px) {
  :root { --gutter: 24px; --section-space: 80px; --radius: 24px; }
  html { scroll-padding-top: 100px; }
  body { font-size: 14px; }
  .welcome-content { padding-inline: 20px; }
  .welcome-photo { object-position: 52% center; }
  .welcome-logo { animation-delay: .35s; animation-duration: .95s; }
  .welcome-signature { letter-spacing: .16em; animation-duration: .75s; }
  .welcome-explore { min-width: 176px; }
  .site-header { inset: 14px 0 auto; padding-inline: 16px; }
  .nav-shell { min-height: 60px; padding-inline: 8px; }
  .brand { width: 48px; }
  .nav-reserve { display: none; }
  .hero-content { padding-top: 150px; padding-bottom: 32px; }
  .hero-photo { object-position: 52% center; }
  .hero-shade { background: linear-gradient(180deg, #08070655, #08070655 50%, var(--background) 100%), linear-gradient(90deg, #08070644, transparent); }
  .hero-label { font-size: 8px; padding: 7px 13px; letter-spacing: .13em; }
  .hero h1 { font-size: clamp(42px, 14vw, 76px); line-height: 1.03; letter-spacing: -.055em; margin-top: 25px; }
  .hero-bottom { margin-top: 30px; gap: 22px; }
  .hero-bottom > p { font-size: 14px; line-height: 1.8; }
  .hero-buttons { width: 100%; display: grid; gap: 12px; }
  .hero-buttons .button { padding-inline: 18px; font-size: 9px; }
  .trust-bar { gap: 14px 20px; margin-top: 24px; padding: 16px; }
  .trust-bar > span { font-size: 8px; letter-spacing: .06em; }
  .trust-bar .trust-signature { width: 100%; font-size: 7px; }
  .scroll-cue { margin-top: 20px; font-size: 8px; }
  .experience-heading h2 { font-size: clamp(44px, 12vw, 68px); }
  .experience-heading { gap: 25px; }
  .heading-note { font-size: 13px; line-height: 1.9; }
  .tour-grid { grid-template-columns: 1fr; gap: 25px; }
  .tour-grid > :last-child { max-width: none; width: 100%; }
  .tour-card { padding: 15px; }
  .tour-photo { aspect-ratio: 1.2; border-radius: 18px; }
  .tour-body { padding: 25px 8px 10px; }
  .tour-card h3 { font-size: 34px; }
  .tour-description { font-size: 14px; line-height: 1.95; }
  .tour-facts { padding: 17px; gap: 14px; }
  .tour-facts dd { font-size: 13px; }
  .tour-price-row { flex-direction: row; align-items: flex-end; }
  .tour-price { font-size: 25px; }
  .tour-price-row .button { max-width: 48%; padding: 12px 14px; }
  .tour-coming-soon-label { max-width: 48%; padding: 12px 14px; font-size: 8.5px; }
  .tour-coming-soon-ribbon { top: 32px; right: -56px; width: 224px; font-size: 8.96px; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2 { font-size: 39px; }
  .about-grid h2 { font-size: 39px; }
  .about-copy { font-size: 15px; }
  .section-heading > p:not(.eyebrow) { font-size: 13px; line-height: 1.9; }
  .testimonial-card { width: 285px; padding: 28px; }
  .section-heading .demo-note { font-size: 9px !important; }
  .faq-item summary { font-size: 15px; padding: 23px 0; gap: 14px; }
  .faq-item > p { padding: 0 28px 24px; font-size: 13px; }
  .contact-grid { grid-template-columns: 1fr; gap: 15px; }
  .contact-card { padding: 28px; }
  .contact-card strong { font-size: 18px; }
  .setup-note { font-size: 12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child > p { font-size: 12px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 16px; font-size: 8px; margin-top: 44px; }
  .tour-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 20px); }
  .tour-dialog-image { height: 230px; }
  .tour-dialog-content { padding: 26px 20px; }
  .tour-dialog .tour-facts { grid-template-columns: 1fr; gap: 18px; }
  .tour-dialog .tour-facts dd { font-size: 14px; }
  .detail-columns { grid-template-columns: 1fr; gap: 20px; }
  .estimate-panel { padding: 20px; }
  .estimate-fields { grid-template-columns: 1fr; gap: 16px; }
  .estimate-total output { font-size: 28px; }
  .estimate-panel .button { width: 100%; font-size: 9px; }
  .mobile-menu { padding: 22px; }
  .mobile-menu nav a { min-height: 54px; }
}
@media (max-width: 359px) {
  .welcome-signature { font-size: 15.2px; letter-spacing: .15em; }
}
@media (max-height: 440px) {
  .welcome-content { padding-block: 24px; }
  .welcome-logo-frame { width: 120px; }
  .welcome-signature { margin-top: 20px; }
  .welcome-action { margin-top: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .testimonial-window { overflow-x: auto; mask-image: none; padding-inline: 24px; }
  .testimonial-track .testimonial-group[aria-hidden] { display: none; }
}
