:root {
  --black: #050506;
  --charcoal: #151518;
  --burgundy: #7b1028;
  --deep-burgundy: #330812;
  --gold: #d7a942;
  --soft-gold: #f4d98b;
  --white: #fffaf0;
  --muted-text: #b8b0a6;
  --glass: rgba(20, 18, 20, 0.72);
  --border: rgba(215, 169, 66, 0.28);
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.44);
  --radius: 24px;
  --radius-sm: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(123, 16, 40, 0.34), transparent 35%),
    radial-gradient(circle at 88% 16%, rgba(215, 169, 66, 0.13), transparent 28%),
    linear-gradient(135deg, #050506 0%, #11070a 42%, #171317 100%);
  color: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
.skip-link {
  position: absolute; left: -999px; top: 12px; z-index: 9999;
  background: var(--gold); color: var(--black); padding: 10px 14px; border-radius: 10px;
}
.skip-link:focus { left: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(5, 5, 6, 0.78);
  border-bottom: 1px solid rgba(215, 169, 66, 0.18);
  backdrop-filter: blur(18px);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}
.site-header.scrolled { background: rgba(5, 5, 6, 0.93); box-shadow: 0 12px 40px rgba(0,0,0,0.32); }
.nav-wrapper { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 12px; font-family: "Cinzel", Georgia, serif; font-weight: 700; letter-spacing: 0.03em; color: var(--soft-gold); }
.logo-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 50%; background: linear-gradient(145deg, rgba(215,169,66,0.22), rgba(123,16,40,0.44)); box-shadow: inset 0 0 18px rgba(244,217,139,0.13); }
.primary-nav { display: flex; align-items: center; gap: 6px; }
.nav-link { padding: 10px 12px; color: rgba(255,250,240,0.78); font-size: 0.93rem; border-radius: 999px; transition: color .25s ease, background .25s ease, transform .25s ease; }
.nav-link:hover, .nav-link.active { color: var(--soft-gold); background: rgba(215,169,66,0.10); transform: translateY(-1px); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--border); border-radius: 14px; background: rgba(255,255,255,0.04); cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--soft-gold); transition: transform .25s ease, opacity .25s ease; }
.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: 72vh; display: grid; align-items: center; overflow: hidden; }
.hero-full { min-height: calc(100vh - 78px); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: var(--hero-image); background-size: cover; background-position: center; filter: saturate(0.85) brightness(0.68); transform: scale(1.03); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,6,0.95), rgba(51,8,18,0.72) 45%, rgba(5,5,6,0.42)), radial-gradient(circle at 70% 40%, rgba(215,169,66,0.13), transparent 32%); }
.hero-content { position: relative; z-index: 1; padding: 84px 0; max-width: 840px; }
.hero h1, .section h2 { font-family: "Cinzel", Georgia, serif; line-height: 1.05; margin: 0 0 22px; letter-spacing: 0.015em; }
.hero h1 { font-size: clamp(2.45rem, 6.4vw, 5rem); max-width: 920px; text-shadow: 0 18px 45px rgba(0,0,0,0.55); }
.hero-inner h1 { font-size: clamp(2.1rem, 4.8vw, 3.95rem); }
.hero-subtitle { max-width: 760px; color: rgba(255,250,240,0.82); font-size: clamp(1.05rem, 2vw, 1.32rem); margin-bottom: 34px; }
.eyebrow { margin: 0 0 12px; color: var(--soft-gold); text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 800; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.card-suits { position: absolute; right: 7vw; bottom: 12vh; z-index: 1; display: grid; grid-template-columns: repeat(2, 80px); gap: 16px; opacity: 0.32; color: var(--soft-gold); font-family: "Cinzel", serif; font-size: 4rem; transform: rotate(-8deg); }
.card-suits span { display: grid; place-items: center; height: 110px; border: 1px solid var(--border); border-radius: 16px; background: rgba(5,5,6,0.4); backdrop-filter: blur(8px); }
.hero-stats { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 46px; }
.hero-stats div { min-width: 145px; padding: 18px 20px; border: 1px solid var(--border); border-radius: 18px; background: rgba(255,255,255,0.055); backdrop-filter: blur(12px); }
.hero-stats strong { display: block; font-family: "Cinzel", serif; color: var(--soft-gold); font-size: 1.8rem; line-height: 1; }
.hero-stats span { color: var(--muted-text); font-size: .86rem; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; padding: 14px 24px; font-weight: 800; border: 1px solid transparent; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease; }
.btn:hover { transform: translateY(-3px); }
.btn-gold { color: #1a0d05; background: linear-gradient(135deg, #fff1ad 0%, var(--gold) 42%, #9b6919 100%); box-shadow: 0 15px 32px rgba(215,169,66,0.24), inset 0 1px 0 rgba(255,255,255,0.45); }
.btn-gold:hover { box-shadow: 0 20px 45px rgba(215,169,66,0.34), inset 0 1px 0 rgba(255,255,255,0.5); }
.btn-outline { color: var(--soft-gold); border-color: var(--border); background: rgba(255,255,255,0.05); }
.btn-outline:hover, .btn-ghost:hover { background: rgba(215,169,66,0.12); }
.btn-ghost { color: var(--white); border-color: rgba(255,255,255,0.14); background: rgba(255,255,255,0.05); }
.btn-small { padding: 10px 16px; font-size: .9rem; }
.text-link { color: var(--soft-gold); font-weight: 800; display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; }
.text-link:hover { text-decoration: underline; }

.section { padding: 105px 0; position: relative; }
.section-deep { background: linear-gradient(180deg, rgba(255,255,255,0.025), rgba(123,16,40,0.12)); border-top: 1px solid rgba(215,169,66,0.09); border-bottom: 1px solid rgba(215,169,66,0.09); }
.section-heading { max-width: 780px; margin-bottom: 42px; }
.section-heading.center { text-align: center; margin-inline: auto; }
.section h2 { font-size: clamp(1.65rem, 3vw, 2.65rem); color: var(--white); }
.section p { color: var(--muted-text); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; }
.align-center { align-items: center; }
.align-start { align-items: start; }
.image-frame { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow); }
.image-frame::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(244,217,139,0.24); border-radius: 18px; pointer-events: none; }
.image-frame img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; transition: transform .6s ease; }
.image-frame:hover img { transform: scale(1.045); }
.section-copy { max-width: 680px; }
.section-copy p { margin: 0 0 18px; }

.card-grid { display: grid; gap: 26px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.hotel-card, .package-card, .feature-block, .testimonial-card, .intro-panel, .location-card, .contact-info-card, .contact-form, .faq-card, .canada-panel, .timeline-item { border: 1px solid var(--border); background: linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.03)); border-radius: var(--radius); box-shadow: 0 18px 45px rgba(0,0,0,0.26); backdrop-filter: blur(14px); }
.hotel-card { overflow: hidden; position: relative; transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.hotel-card:hover, .package-card:hover, .feature-block:hover, .testimonial-card:hover, .faq-card:hover { transform: translateY(-8px); border-color: rgba(244,217,139,0.55); box-shadow: 0 26px 60px rgba(0,0,0,0.38); }
.hotel-card img { height: 270px; width: 100%; object-fit: cover; filter: saturate(.9) brightness(.88); }
.hotel-card-content { padding: 24px; }
.hotel-card h3, .package-card h3, .feature-block h3, .testimonial-card h3, .timeline-item h3 { font-family: "Cinzel", serif; margin: 8px 0 10px; color: var(--white); }
.hotel-card h3, .package-card h3, .feature-block h3, .testimonial-card h3, .timeline-item h3, .location-card h3, .contact-info-card h3, .faq-card h3 { font-size: clamp(1.05rem, 1.45vw, 1.28rem); line-height: 1.25; }
.location { display: inline-flex; align-items: center; gap: 8px; color: var(--soft-gold); font-size: .9rem; font-weight: 700; }
.package-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.package-card { padding: 26px; min-height: 310px; transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.package-card > i, .feature-block > i { width: 52px; height: 52px; display: grid; place-items: center; color: #1a0d05; background: linear-gradient(135deg, var(--soft-gold), var(--gold)); border-radius: 16px; margin-bottom: 18px; }
.feature-grid.four { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.feature-block { padding: 28px; transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.image-collage { position: relative; min-height: 560px; }
.image-collage img { position: absolute; object-fit: cover; border-radius: var(--radius); border: 1px solid var(--border); box-shadow: var(--shadow); }
.image-collage .large { inset: 40px 70px 40px 0; width: calc(100% - 70px); height: 480px; }
.image-collage .small { width: 230px; height: 170px; right: 0; }
.image-collage .top { top: 0; }
.image-collage .bottom { bottom: 0; }
.cta-band { padding: 60px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 34px; border: 1px solid var(--border); border-radius: var(--radius); background: radial-gradient(circle at 25% 10%, rgba(215,169,66,0.15), transparent 30%), linear-gradient(135deg, rgba(123,16,40,0.45), rgba(10,10,12,0.88)); box-shadow: var(--shadow); }
.cta-inner h2 { margin-bottom: 0; font-size: clamp(1.35rem, 2.4vw, 2.15rem); }

.intro-panel { padding: 30px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 26px; align-items: center; }
.intro-panel h2 { font-size: clamp(1.4rem, 2.3vw, 2rem); margin-bottom: 0; }
.hotel-story:nth-of-type(even) { background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(123,16,40,0.08)); }
.location-section .split-grid { grid-template-columns: .8fr 1.2fr; }
.location-card, .contact-info-card, .contact-form { padding: 32px; }
.detail-list { display: grid; gap: 12px; margin: 22px 0 28px; }
.detail-list p { display: flex; gap: 12px; margin: 0; }
.detail-list i { color: var(--soft-gold); margin-top: 4px; }
.map-frame { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow); min-height: 480px; }
.map-frame iframe { width: 100%; height: 480px; border: 0; filter: grayscale(.35) contrast(1.05) brightness(.82); display: block; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.timeline-item { padding: 26px; position: relative; }
.timeline-item span { color: var(--soft-gold); font-family: "Cinzel", serif; font-size: 1.1rem; font-weight: 700; }
.stars { color: var(--soft-gold); letter-spacing: .12em; }
.testimonial-card { padding: 28px; transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.testimonial-card h3 { margin-bottom: 0; }
.testimonial-card span { color: var(--muted-text); }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 34px; align-items: start; }
.mini-disclaimer { display: flex; gap: 15px; align-items: center; margin-top: 25px; padding: 18px; border: 1px solid var(--border); border-radius: 18px; background: rgba(0,0,0,0.18); }
.age-badge { display: inline-grid; place-items: center; min-width: 54px; min-height: 54px; border: 1px solid rgba(244,217,139,0.7); border-radius: 50%; color: var(--soft-gold); font-weight: 900; background: rgba(123,16,40,0.38); box-shadow: inset 0 0 16px rgba(215,169,66,0.13); }
.form-row { margin-bottom: 18px; }
.form-row.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; color: var(--white); font-weight: 800; margin-bottom: 8px; }
input, select, textarea { width: 100%; border: 1px solid rgba(215,169,66,0.22); color: var(--white); background: rgba(5,5,6,0.54); border-radius: 14px; padding: 13px 14px; outline: none; transition: border-color .25s ease, box-shadow .25s ease; }
input:focus, select:focus, textarea:focus { border-color: var(--soft-gold); box-shadow: 0 0 0 4px rgba(215,169,66,0.12); }
select option { color: #111; }
.error-message { display: block; min-height: 20px; color: #ffb3b3; font-size: .86rem; margin-top: 5px; }
.form-row.invalid input, .form-row.invalid select, .form-row.invalid textarea { border-color: #ff8a8a; }
.checkbox-row { display: flex; align-items: flex-start; gap: 12px; margin: 6px 0 4px; color: var(--muted-text); }
.checkbox-row input { width: auto; margin-top: 6px; accent-color: var(--gold); }
.form-success { min-height: 24px; color: var(--soft-gold); font-weight: 800; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.faq-card { padding: 22px; transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.faq-card summary { cursor: pointer; color: var(--white); font-weight: 900; }
.faq-card p { margin-bottom: 0; }
.canada-panel { min-height: 360px; padding: 42px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items: center; background: radial-gradient(circle at 75% 50%, rgba(215,169,66,0.16), transparent 34%), linear-gradient(145deg, rgba(123,16,40,0.35), rgba(255,255,255,0.035)); }
.map-decor { display: grid; place-items: center; text-align: center; color: var(--soft-gold); font-family: "Cinzel", serif; font-size: 2rem; }
.map-decor i { font-size: 5rem; margin-bottom: 10px; filter: drop-shadow(0 12px 25px rgba(215,169,66,0.22)); }


.legal-layout { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 34px; align-items: start; }
.legal-summary, .legal-panel { border: 1px solid var(--border); background: linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.03)); border-radius: var(--radius); box-shadow: 0 18px 45px rgba(0,0,0,0.26); backdrop-filter: blur(14px); }
.legal-summary { padding: 30px; position: sticky; top: 104px; }
.legal-summary ul, .legal-panel ul { margin: 14px 0 0; padding-left: 20px; color: var(--muted-text); }
.legal-summary li, .legal-panel li { margin-bottom: 10px; }
.legal-panel { padding: 34px; margin-bottom: 22px; }
.legal-panel h2 { font-size: clamp(1.35rem, 2.2vw, 2rem); }
.legal-panel h3 { font-family: "Cinzel", Georgia, serif; font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: var(--white); margin: 24px 0 8px; }
.notice-strip { display: flex; gap: 14px; align-items: flex-start; padding: 18px 20px; border: 1px solid rgba(244,217,139,0.34); border-radius: 18px; background: rgba(123,16,40,0.25); margin-top: 18px; color: var(--muted-text); }
.notice-strip i { color: var(--soft-gold); margin-top: 4px; }

.site-footer { position: relative; padding: 70px 0 30px; background: #060507; border-top: 1px solid rgba(215,169,66,0.18); overflow: hidden; }
.footer-pattern { position: absolute; right: 6%; top: 18px; color: rgba(215,169,66,0.08); font-size: clamp(4rem, 12vw, 10rem); font-family: "Cinzel", serif; pointer-events: none; }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.35fr .65fr .85fr .8fr .82fr; gap: 30px; }
.footer-brand p { color: var(--muted-text); max-width: 480px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col h3 { font-family: "Cinzel", serif; color: var(--soft-gold); margin: 0 0 6px; font-size: 1rem; }
.footer-col a, .footer-col span { color: var(--muted-text); }
.footer-col a:hover { color: var(--soft-gold); }
.footer-badges { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 22px; }
.secure-note { color: var(--muted-text); }
.footer-legal { margin-top: 45px; padding-top: 24px; border-top: 1px solid rgba(215,169,66,0.16); color: var(--muted-text); font-size: .92rem; }
.footer-legal p { margin: 0 0 12px; }
.copyright { color: rgba(255,250,240,0.72); }

.cookie-banner { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 1200; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 18px; border: 1px solid var(--border); border-radius: 22px; background: rgba(6,5,7,0.96); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.cookie-banner.is-hidden { display: none; }
.cookie-copy p { margin: 4px 0 0; color: var(--muted-text); font-size: .92rem; }
.cookie-settings { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 12px; }
.cookie-settings label { color: var(--muted-text); font-weight: 600; margin: 0; }
.cookie-settings input { width: auto; accent-color: var(--gold); }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.back-to-top { position: fixed; right: 22px; bottom: 110px; z-index: 999; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--border); color: var(--soft-gold); background: rgba(6,5,7,0.86); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s ease, transform .25s ease; }
.back-to-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .primary-nav { position: fixed; top: 78px; left: 0; right: 0; display: grid; gap: 0; padding: 18px 20px 26px; background: rgba(5,5,6,0.98); border-bottom: 1px solid var(--border); transform: translateY(-120%); opacity: 0; visibility: hidden; transition: transform .25s ease, opacity .25s ease, visibility .25s ease; }
  .menu-open .primary-nav { transform: translateY(0); opacity: 1; visibility: visible; }
  .nav-link { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.07); border-radius: 0; }
  .menu-toggle { display: block; }
  .package-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid.four, .timeline { grid-template-columns: repeat(2, 1fr); }
  .card-grid.three { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 74px 0; }
  .split-grid, .contact-grid, .intro-panel, .location-section .split-grid, .canada-panel, .legal-layout { grid-template-columns: 1fr; gap: 30px; }
  .reverse-mobile .section-copy { order: -1; }
  .card-grid.three, .package-grid, .feature-grid.four, .timeline, .faq-grid { grid-template-columns: 1fr; }
  .hero { min-height: 64vh; }
  .hero-full { min-height: calc(92vh - 78px); }
  .card-suits { display: none; }
  .hero-stats div { flex: 1 1 140px; }
  .image-frame img { min-height: 320px; }
  .image-collage { min-height: auto; display: grid; gap: 14px; }
  .image-collage img, .image-collage .large, .image-collage .small { position: static; width: 100%; height: 250px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .form-row.two-col { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .legal-summary { position: static; }
  .cookie-banner { grid-template-columns: 1fr; left: 12px; right: 12px; bottom: 12px; max-height: calc(100vh - 24px); overflow: auto; }
  .cookie-actions { justify-content: flex-start; }
  .back-to-top { bottom: 150px; }
}

@media (max-width: 520px) {
  .nav-wrapper { min-height: 70px; }
  .primary-nav { top: 70px; }
  .logo { font-size: .95rem; }
  .logo-mark { width: 34px; height: 34px; }
  .hero-content { padding: 58px 0; }
  .hero h1 { font-size: clamp(2rem, 11vw, 3rem); }
  .hero-subtitle { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .hotel-card img { height: 220px; }
  .location-card, .contact-info-card, .contact-form, .canada-panel, .intro-panel, .cta-inner { padding: 24px; }
  .map-frame, .map-frame iframe { min-height: 360px; height: 360px; }
}
