/* ==========================================================================
   1. Design tokens and document foundation
   ========================================================================== */
:root {
  color-scheme: dark;
  --ember: #e16d32;
  --ember-light: #ffb06f;
  --dnd-red: #d43b34;
  --gold: #d0a45a;
  --ground: #100e0c;
  --surface: #191512;
  --surface-raised: #211b17;
  --copy: #eee8dc;
  --muted: #b9ae9f;
  --paper: #f0eadf;
  --paper-ink: #1a1714;
  --paper-muted: #685e53;
  --line: rgba(255, 255, 255, .15);
  --paper-line: rgba(26, 23, 20, .18);
  --focus: #79d7dd;
  --wrap: min(1180px, calc(100% - 48px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --nav-height: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: calc(var(--nav-height) + 24px); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--ground);
  color: var(--copy);
  font: 400 1rem/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
[hidden] { display: none !important; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip-link {
  position: fixed;
  top: -100px;
  left: 12px;
  z-index: 999;
  padding: 10px 14px;
  background: #fff;
  color: #111;
}
.skip-link:focus { top: 12px; }
.atmosphere-canvas {
  position: fixed;
  inset: 0;
  z-index: 95;
  width: 100%;
  height: 100%;
  opacity: .78;
  pointer-events: none;
  mix-blend-mode: screen;
  transition: opacity .8s ease;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

/* ==========================================================================
   2. Shared navigation and controls
   ========================================================================== */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(13, 12, 10, .94);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
  backdrop-filter: blur(18px);
}
.nav-inner {
  min-height: var(--nav-height);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}
.brand img {
  width: 45px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, .4));
}
.brand-words { display: flex; flex-direction: column; }
.brand strong {
  color: #f7f0e5;
  font: 400 1.18rem/1 var(--serif);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.brand small {
  margin-top: 7px;
  color: rgba(255, 255, 255, .62);
  font-size: .62rem;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
}
.nav-links a {
  color: rgba(255, 255, 255, .76);
  font-size: .86rem;
  font-weight: 650;
  text-decoration: none;
  transition: color .2s ease;
}
.nav-links a:hover { color: #fff; }
.nav-dropdown { position: relative; }
.nav-dropdown summary {
  color: rgba(255, 255, 255, .76);
  cursor: pointer;
  font-size: .86rem;
  font-weight: 650;
  list-style: none;
}
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary::after { content: "▾"; margin-left: 7px; color: var(--ember-light); font-size: .7em; }
.nav-dropdown[open] summary,
.nav-dropdown summary:hover { color: #fff; }
.nav-dropdown > div {
  position: absolute;
  top: calc(100% + 17px);
  left: -18px;
  min-width: 210px;
  padding: 8px;
  border: 1px solid var(--line);
  background: rgba(13, 12, 10, .98);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .45);
}
.nav-dropdown > div a { display: block; padding: 10px 11px; }
.mobile-menu { display: none; }
.nav-cta,
.button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 12px 19px;
  border: 1px solid var(--ember);
  background: var(--ember);
  color: #1d1009;
  font-size: .86rem;
  font-weight: 850;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.nav-cta:hover,
.button:hover { border-color: var(--ember-light); background: var(--ember-light); }
.button--ghost { border-color: rgba(255, 255, 255, .5); background: rgba(0, 0, 0, .12); color: #fff; }
.button--ghost:hover { border-color: #fff; background: #fff; color: #18120e; }
.book-cta::after {
  content: "";
  position: absolute;
  top: -70%;
  left: -70%;
  z-index: 2;
  width: 34%;
  height: 240%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .52), transparent);
  transform: rotate(18deg);
  animation: button-shimmer 4s ease-in-out infinite;
  pointer-events: none;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--ember-light);
  font-size: .74rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }

/* ==========================================================================
   3. Home page: hero, proof points and active adventures
   ========================================================================== */
.hero {
  position: relative;
  min-height: min(820px, calc(100svh - var(--nav-height)));
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}
.hero-image {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url("images/site/hero-room-photo.jpg") center 48% / cover no-repeat;
  transform: scale(1.012);
  animation: room-glow 6.4s ease-in-out infinite;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 73% 60%, rgba(255, 124, 48, .18), transparent 21%),
    radial-gradient(circle at 60% 75%, rgba(255, 180, 86, .12), transparent 17%);
  mix-blend-mode: screen;
  animation: torch-flicker 4.2s ease-in-out infinite;
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 7, 6, .98) 0%, rgba(7, 7, 6, .87) 36%, rgba(7, 7, 6, .18) 75%),
    linear-gradient(0deg, var(--ground) 0%, transparent 44%),
    linear-gradient(180deg, rgba(0, 0, 0, .42) 0%, transparent 28%);
}
.hero-inner { padding: 150px 0 86px; }
.hero h1 {
  max-width: 1120px;
  margin: 0;
  line-height: 1;
}
.hero-dd {
  display: block;
  color: var(--dnd-red);
  font-size: clamp(3.3rem, 7.8vw, 6.7rem);
  line-height: .86;
  letter-spacing: -.058em;
  white-space: nowrap;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .48);
}
.hero-promise {
  display: block;
  max-width: 920px;
  margin-top: 24px;
  color: #f5eee2;
  font-size: clamp(2.25rem, 4.6vw, 4.45rem);
  line-height: .98;
  letter-spacing: -.048em;
}
.hero-copy {
  max-width: 640px;
  margin: 28px 0 0;
  color: #d6cdc0;
  font-size: clamp(1.02rem, 1.7vw, 1.2rem);
  line-height: 1.68;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}
.proof-strip article { padding: 32px 34px; border-right: 1px solid var(--line); }
.proof-strip article:first-child { padding-left: 0; }
.proof-strip article:last-child { padding-right: 0; border-right: 0; }
.proof-strip strong { display: block; color: #fff8ed; font: 400 1.23rem/1.25 var(--serif); }
.proof-strip span { display: block; margin-top: 10px; color: var(--muted); font-size: .9rem; line-height: 1.55; }

.section-dark { background: var(--ground); }
.adventures { padding: 104px 0 110px; }
.section-intro-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: end;
  gap: 78px;
  margin-bottom: 48px;
}
.section-intro-grid h2,
.host-copy h2,
.testimonial-heading h2,
.faq h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(2.55rem, 5.2vw, 4.7rem);
  line-height: .98;
  letter-spacing: -.045em;
}
.section-intro-grid > div:last-child > p { max-width: 680px; margin: 0 0 22px; color: var(--muted); font-size: 1.05rem; }
.carousel { position: relative; }
.carousel-discovery {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 48px;
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-bottom: 0;
  background: #0b0a09;
  color: #94887c;
  font-size: .78rem;
}
.carousel-discovery strong { color: #fff3e3; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.carousel-discovery b { color: var(--ember-light); }
.carousel-viewport { overflow: hidden; }
.carousel-track {
  display: flex;
  transform: translateX(0);
  transition: transform .55s cubic-bezier(.2, .75, .2, 1);
  will-change: transform;
}
.carousel-slide { min-width: 100%; }
.adventure-slide {
  position: relative;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
}
.adventure-slide > img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}
.adventure-media { position: relative; display: block; min-width: 0; min-height: 560px; overflow: hidden; background: #0e0c0a; }
.adventure-table-photo { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.adventure-book-cover {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: clamp(112px, 21%, 160px);
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border: 1px solid rgba(255, 236, 210, .65);
  box-shadow: 0 16px 35px rgba(0, 0, 0, .64);
}
.adventure-ribbon {
  position: absolute;
  top: 18px;
  left: -142px;
  z-index: 3;
  width: clamp(410px, 34vw, 470px);
  padding: 31px 48px;
  transform: rotate(-45deg);
  transform-origin: center;
  border-top: 1px solid rgba(255, 223, 188, .45);
  border-bottom: 1px solid rgba(64, 17, 5, .55);
  background: #b63d1e;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .38);
  color: #fff5e8;
  font-size: clamp(.68rem, .74vw, .8rem);
  font-weight: 900;
  letter-spacing: .13em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.faq-link { color: inherit; font-weight: 800; text-underline-offset: .18em; }
.adventure-ribbon--full,
.adventure-ribbon--new,
.adventure-ribbon--special,
.adventure-ribbon--progress { background: #b63d1e; }
.adventure-copy { display: flex; flex-direction: column; justify-content: center; padding: 58px 64px; }
.status {
  align-self: flex-start;
  padding: 7px 10px;
  border: 1px solid rgba(255, 176, 111, .55);
  background: rgba(225, 109, 50, .13);
  color: var(--ember-light);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .13em;
  line-height: 1;
  text-transform: uppercase;
}
.status--full { border-color: rgba(201, 188, 174, .38); background: rgba(201, 188, 174, .08); color: #d3c7ba; }
.status--progress { border-color: rgba(208, 164, 90, .5); background: rgba(208, 164, 90, .1); color: #e1bf81; }
.adventure-copy h3 { margin: 15px 0 5px; font-size: clamp(2.5rem, 5vw, 4.45rem); line-height: .98; letter-spacing: -.045em; }
.adventure-copy h3 a { color: inherit; text-decoration: none; }
.adventure-copy h3 a:hover { color: var(--ember-light); }
.adventure-type { margin: 0; color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.adventure-tags,
.detail-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.adventure-tags span,
.detail-tags span { padding: 5px 8px; border: 1px solid rgba(208, 164, 90, .32); background: rgba(208, 164, 90, .07); color: #d9c298; font-size: .68rem; font-weight: 750; letter-spacing: .04em; }
.adventure-copy > p:not(.adventure-type):not(.adventure-meta) { margin: 23px 0 0; color: var(--muted); }
.availability { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 23px; color: #fff4e5; font-size: .85rem; }
.seat-pips { display: flex; gap: 6px; }
.seat-pips i { width: 10px; height: 10px; border: 1px solid var(--ember); border-radius: 50%; background: var(--ember); }
.seat-pips i.open { background: transparent; }
.adventure-meta { display: flex; gap: 8px; margin: 12px 0 0; color: #9e9285; font-size: .82rem; }
.adventure-meta strong { color: #fff0df; }
.adventure-meta span { color: #b9ae9f; }
.text-link,
.action-link,
.card-detail-link,
.price-link,
.publisher-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  align-self: flex-start;
  color: var(--ember-light);
  font-size: .82rem;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
}
.text-link,
.action-link { margin-top: 25px; }
.card-cta {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-self: flex-start;
  margin-top: 25px;
  padding: 11px 16px;
  border: 1px solid var(--ember);
  background: var(--ember);
  color: #1d1009;
  font-size: .82rem;
  font-weight: 900;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease;
}
.card-cta:hover { border-color: var(--ember-light); background: var(--ember-light); }
.card-actions { display: flex; align-items: stretch; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.card-actions .card-cta { margin-top: 0; }
.card-detail-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 176, 111, .55);
}
.card-detail-link:hover { border-color: var(--ember-light); background: rgba(225, 109, 50, .1); }
.carousel-arrow {
  position: absolute;
  top: calc(50% - 38px);
  z-index: 4;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  background: rgba(10, 9, 8, .82);
  box-shadow: 0 9px 28px rgba(0, 0, 0, .42);
  color: #fff;
  cursor: pointer;
  font-size: 1.7rem;
  backdrop-filter: blur(8px);
}
.carousel-arrow:hover { border-color: var(--ember-light); background: var(--ember); color: #1e1009; }
.carousel-arrow--previous { left: -36px; }
.carousel-arrow--next { right: -36px; }
.carousel-dots { display: flex; justify-content: center; gap: 8px; margin-top: 25px; }
.carousel-dot {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #675e55;
  border-radius: 50%;
  background: transparent;
  color: #9f9285;
  cursor: pointer;
  font-size: .68rem;
  font-weight: 800;
}
.carousel-dot.is-active { border-color: var(--ember); background: var(--ember); color: #1d1009; }

/* ==========================================================================
   4. Home page: pricing, host, testimonials and FAQ
   ========================================================================== */
.pricing { padding: 78px 0 72px; background: var(--paper); color: var(--paper-ink); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--paper-line); border-left: 1px solid var(--paper-line); }
.price-grid--split { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px; border: 0; }
.price-group { min-width: 0; }
.price-group-heading { margin: 0 0 13px; color: #7d3a21; font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.price-group-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 1fr; border-top: 1px solid var(--paper-line); border-left: 1px solid var(--paper-line); }
.price-grid--split .price-card { min-height: 248px; }
.price-card { min-height: 272px; height: 100%; padding: 31px 32px 32px; border-right: 1px solid var(--paper-line); border-bottom: 1px solid var(--paper-line); }
.price-card--placeholder { background: rgba(255, 255, 255, .08); }
.price-card--featured { background: rgba(255, 255, 255, .26); }
.price-label { margin: 0 0 18px; color: #7d3a21; font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.price { display: block; font: 400 clamp(2.8rem, 5vw, 4.3rem)/.9 var(--serif); letter-spacing: -.045em; }
.price--word { font-size: clamp(2.3rem, 4vw, 3.55rem); }
.price-card > p:last-child,
.price-card > p:not(.price-label) { margin: 18px 0 0; color: var(--paper-muted); font-size: .92rem; }
.price-card ul { margin: 19px 0 0; padding: 0; list-style: none; }
.price-card li { display: flex; justify-content: space-between; gap: 18px; padding: 8px 0; border-top: 1px solid var(--paper-line); color: var(--paper-muted); font-size: .9rem; }
.price-card li strong { color: var(--paper-ink); }
.price-link { margin-top: 18px; color: #8e351d; }
.price-link:hover { color: #b84424; }
.session-note { margin: 25px 0 0; color: var(--paper-muted); font-size: .88rem; }
.session-note strong { color: var(--paper-ink); }
.price-duration {
  margin: 6px 0 13px;
  color: #9b3d24;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.content-empty {
  margin: 0;
  padding: 48px 24px;
  border: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
}

.host-section { padding: 0 0 100px; }
.host-profile {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: url("images/site/table-session-photo.jpg") center 48% / cover no-repeat;
}
.host-profile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(11, 9, 8, .18) 0%, rgba(11, 9, 8, .45) 37%, rgba(16, 14, 12, .97) 68%, var(--ground) 100%),
    linear-gradient(0deg, var(--ground) 0%, transparent 30%, rgba(0, 0, 0, .18) 100%);
}
.host-profile-inner { display: flex; justify-content: flex-end; }
.host-copy { width: min(58%, 690px); padding: 105px 0 110px; }
.host-copy h2 { max-width: 700px; }
.host-copy > p:not(.eyebrow) { max-width: 680px; margin: 25px 0 0; color: #c9bfb2; text-shadow: 0 2px 14px rgba(0, 0, 0, .7); }
.host-copy em { color: #fff4e6; }
.host-copy strong + span::before { content: " "; }
.inline-inquiry-link { color: inherit; font-weight: inherit; text-underline-offset: .2em; }
.testimonials { padding-top: 106px; }
.testimonial-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 35px; }
.testimonial-heading .eyebrow { margin-bottom: 14px; }
.testimonial-carousel { padding: 0 78px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.testimonial-slide { align-self: flex-start; margin: 0; padding: 45px 18px 42px; text-align: center; }
.testimonial-sizzle { max-width: 880px; margin: 0 auto; color: #f4ecdf; font: 400 clamp(1.45rem, 3vw, 2.25rem)/1.42 var(--serif); }
.testimonial-slide figcaption { margin-top: 24px; color: var(--gold); font-size: .73rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.testimonial-full { max-width: 880px; margin: 27px auto 0; border-top: 1px solid var(--line); text-align: left; }
.testimonial-full summary { display: flex; align-items: center; justify-content: center; gap: 11px; padding: 17px 0 2px; color: var(--ember-light); cursor: pointer; font-size: .72rem; font-weight: 900; letter-spacing: .1em; list-style: none; text-transform: uppercase; }
.testimonial-full summary::-webkit-details-marker { display: none; }
.testimonial-full summary i { display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid rgba(255, 176, 111, .55); border-radius: 50%; font: normal 1.15rem/1 Arial, sans-serif; transition: transform .2s ease; }
.testimonial-full[open] summary i { transform: rotate(45deg); }
.testimonial-full blockquote { margin: 22px auto 0; color: #cfc4b6; font: 400 1.02rem/1.75 var(--sans); white-space: pre-line; }
.testimonial-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
.testimonial-arrow:hover { border-color: var(--ember-light); color: var(--ember-light); }
.testimonial-arrow--previous { left: 14px; }
.testimonial-arrow--next { right: 14px; }
.testimonial-carousel .carousel-dots { position: absolute; right: 0; bottom: -36px; left: 0; margin: 0; }
.testimonial-carousel .carousel-dot { width: 10px; height: 10px; }

.faq { position: relative; padding: 98px 0 104px; overflow: hidden; isolation: isolate; background: var(--paper); color: var(--paper-ink); }
.faq::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: -2;
  width: 48%;
  background: url("images/site/room-wide-photo.jpg") center / cover no-repeat;
  filter: saturate(.72) contrast(1.06);
}
.faq::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(15, 12, 10, .78) 0%, rgba(20, 16, 13, .62) 26%, var(--paper) 52%, var(--paper) 100%);
}
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.faq .eyebrow { color: var(--ember-light); }
.faq-heading { position: sticky; top: calc(var(--nav-height) + 32px); }
.faq-heading h2 { color: #fff8ed; text-shadow: 0 3px 20px rgba(0, 0, 0, .56); }
.faq-list { border-top: 1px solid var(--paper-line); }
.faq-list details { border-bottom: 1px solid var(--paper-line); }
.faq-list summary { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 24px 0; cursor: pointer; list-style: none; font: 400 clamp(1.16rem, 2vw, 1.42rem)/1.35 var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #a54224; font: 400 1.7rem/1 var(--sans); }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; margin: -6px 45px 25px 0; color: var(--paper-muted); }

.final-cta {
  padding: 90px 0;
  background:
    linear-gradient(90deg, #15110e 0%, #15110e 48%, rgba(21, 17, 14, .77) 72%, rgba(21, 17, 14, .9) 100%),
    url("images/site/host-books-photo.jpg") right 48% / 52% auto no-repeat;
}

/* ==========================================================================
   5. Adventure library and reusable adventure-detail page
   ========================================================================== */
.library-hero,
.detail-hero { position: relative; overflow: hidden; isolation: isolate; background: #14110f; }
.library-hero { padding: 112px 0 76px; }
.library-hero::before,
.detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("images/site/hero-room-photo.jpg") center 55% / cover no-repeat;
  filter: saturate(.82);
}
.library-hero::after,
.detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(8, 7, 6, .97), rgba(8, 7, 6, .72) 62%, rgba(8, 7, 6, .42));
}
.library-hero h1,
.detail-hero h1 { max-width: 900px; margin: 0; color: #fff7ec; font: 400 clamp(3rem, 7vw, 6.4rem)/.92 var(--serif); letter-spacing: -.05em; }
.library-hero [data-copy-key="library_intro"] { max-width: 680px; margin: 24px 0 0; color: #d6cdc0; font-size: 1.08rem; }
.library-quick-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.library-quick-links a { padding: 10px 14px; border: 1px solid rgba(232, 200, 156, .42); background: rgba(10, 8, 7, .42); color: #f1d5ae; font-size: .75rem; font-weight: 850; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.library-quick-links a:hover { border-color: var(--ember-light); background: rgba(182, 61, 30, .22); color: #fff8ed; }
.library-feature-callout { grid-column: 1 / -1; margin: 26px 0 4px; padding: 46px clamp(24px, 5vw, 72px); border-top: 1px solid rgba(208, 164, 90, .45); border-bottom: 1px solid rgba(208, 164, 90, .3); background: linear-gradient(110deg, #17120d, #21170e 56%, #100e0c); }
.library-feature-callout h2 { max-width: 850px; margin: 0; color: #fff2dc; font-size: clamp(2.4rem, 5vw, 4.4rem); line-height: .95; }
.library-feature-callout p:last-child { max-width: 880px; margin: 20px 0 0; color: #c9b69c; }
.library-section { padding: 82px 0 104px; }
.library-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.library-group-heading { grid-column: 1 / -1; margin: 20px 0 8px; }
.library-group-heading:first-child { margin-top: 0; }
.library-group-heading h2 { margin: 0; color: #fff5e8; font-size: clamp(2.3rem, 4vw, 3.6rem); line-height: 1; }
.library-card { position: relative; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: var(--surface); color: inherit; text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.library-card:hover { transform: translateY(-4px); border-color: rgba(240, 138, 85, .58); box-shadow: 0 18px 40px rgba(0, 0, 0, .28); }
.library-card--arcanum { border-color: rgba(208, 164, 90, .34); }
.library-card-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #030303; }
.library-card img { width: 100%; height: 100%; padding: 14px 22px; border: 1px solid rgba(255, 255, 255, .74); object-fit: contain; background: #030303; transition: transform .35s ease; }
.library-card:hover img { transform: scale(1.025); }
.library-cover-placeholder { display: grid; place-content: center; height: 100%; padding: 34px; background: radial-gradient(circle at 50% 10%, #5a2a18, #17110d 72%); text-align: center; }
.library-cover-placeholder span { color: #fff3df; font: 400 2rem/1 var(--serif); }
.library-cover-placeholder small { margin-top: 12px; color: var(--gold); letter-spacing: .1em; text-transform: uppercase; }
.library-active-flag { position: absolute; left: 14px; bottom: 14px; padding: 7px 10px; background: #b63d1e; color: #fff6eb; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.library-coming-soon { background: #8b6525; }
.library-card-copy { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.library-card h2 { margin: 7px 0 0; color: #fff5e8; font-size: 2rem; line-height: 1; }
.library-card p { margin: 17px 0 0; color: var(--muted); font-size: .91rem; }
.library-card .card-detail-link { align-self: flex-start; margin-top: auto; transform: translateY(18px); }
.library-loading { grid-column: 1 / -1; padding: 42px; border: 1px solid var(--line); color: var(--muted); text-align: center; }

.detail-hero { min-height: 580px; display: flex; align-items: flex-end; }
.detail-hero::before { background-image: var(--detail-hero-image, url("images/site/hero-room-photo.jpg")); }
.detail-hero-inner { padding: 135px 0 72px; }
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 30px;
  padding: 9px 12px;
  border: 1px solid rgba(232, 200, 156, .45);
  background: rgba(10, 8, 7, .55);
  color: #f1d5ae;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}
.back-link:hover { border-color: #f1d5ae; background: rgba(182, 61, 30, .24); color: #fff8ed; }
.detail-title-grid { display: grid; grid-template-columns: minmax(0, 1fr) 190px; gap: 44px; align-items: end; }
.detail-title-cover { width: 190px; max-height: 254px; padding: 6px; border: 1px solid rgba(255, 255, 255, .72); background: #050403; object-fit: contain; box-shadow: 0 18px 44px rgba(0, 0, 0, .58); }
.detail-hero .detail-kicker { margin-bottom: 18px; color: var(--gold); font-size: .76rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.detail-hero .detail-lead { max-width: 720px; margin: 25px 0 0; color: #ded5c8; font-size: 1.1rem; }
.detail-body { padding: 78px 0 106px; }
.detail-layout { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: start; }
.detail-copy h2,
.detail-side h2 { margin: 0; color: #fff5e8; font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: 1; }
.detail-copy > p { margin: 24px 0 0; color: var(--muted); font-size: 1.04rem; }
.detail-highlights { display: grid; gap: 0; margin: 34px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.detail-highlights li { padding: 16px 0; border-bottom: 1px solid var(--line); color: #eee4d7; }
.detail-side-grid { display: grid; grid-template-columns: minmax(300px, .86fr) minmax(0, 1.14fr); gap: 24px; align-items: stretch; }
.detail-side,
.detail-experience { padding: 28px; border: 1px solid var(--line); background: var(--surface); }
.detail-side { height: 100%; }
.detail-facts { display: grid; gap: 0; margin: 22px 0 0; }
.detail-facts div { display: grid; grid-template-columns: 110px 1fr; gap: 15px; padding: 12px 0; border-top: 1px solid var(--line); }
.detail-facts dt { color: #8f8376; font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.detail-facts dd { margin: 0; color: #eee4d7; }
.detail-side .button { width: 100%; margin-top: 26px; }
.detail-no-schedule { margin: 20px 0 0; color: #aa9d8e; font-size: .85rem; }
.publisher-link { margin-top: 26px; }
.publisher-link:hover { color: #fff0df; }
.detail-experience h2 { margin: 0 0 22px; color: #fff5e8; font-size: clamp(2.2rem, 4vw, 3.5rem); }
.detail-gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.detail-gallery-grid a { display: block; overflow: hidden; background: #080706; }
.detail-gallery-grid img { display: block; width: 100%; aspect-ratio: 4 / 3; height: auto; object-fit: cover; transition: transform .25s ease; }
.detail-gallery-grid a:hover img { transform: scale(1.025); }
.detail-lightbox { width: min(1180px, calc(100% - 32px)); max-width: none; height: min(88vh, 880px); padding: 0; overflow: hidden; border: 1px solid rgba(241, 213, 174, .52); background: rgba(7, 6, 5, .98); color: #fff; }
.detail-lightbox::backdrop { background: rgba(0, 0, 0, .9); backdrop-filter: blur(5px); }
.detail-lightbox figure { width: 100%; height: 100%; display: grid; grid-template-rows: minmax(0, 1fr) auto; margin: 0; padding: 24px 80px 18px; }
.detail-lightbox figure img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.detail-lightbox figcaption { padding-top: 10px; color: #bfb1a1; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.lightbox-close,
.lightbox-arrow { position: absolute; z-index: 2; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.34); background: rgba(12,10,8,.78); color: #fff; cursor: pointer; }
.lightbox-close { top: 14px; right: 14px; width: 44px; height: 44px; font-size: 1.7rem; }
.lightbox-arrow { top: 50%; width: 52px; height: 66px; margin-top: -33px; font-size: 1.45rem; }
.lightbox-arrow--previous { left: 14px; }
.lightbox-arrow--next { right: 14px; }
.lightbox-close:hover,
.lightbox-arrow:hover { border-color: var(--ember-light); background: var(--ember); color: #1d1009; }
.detail-video-file { display: block; width: 100%; aspect-ratio: 16 / 9; margin-top: 12px; background: #070605; object-fit: cover; }
.detail-video { margin-top: 18px; }
.detail-video iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; }
.detail-not-found { padding: 130px 0; text-align: center; }
.detail-not-found p { color: var(--muted); }
.final-cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 44px; }
.final-cta h2 { max-width: 800px; }
.site-footer { padding: 30px 0 36px; border-top: 1px solid var(--line); background: #0c0b0a; }
.footer-inner { display: grid; grid-template-columns: auto 1fr; gap: 50px; color: #867b70; font-size: .72rem; }
.footer-inner span:last-child { justify-self: end; max-width: 700px; text-align: right; }
.footer-inner a { color: inherit; text-decoration-color: rgba(240, 138, 85, .55); text-underline-offset: 3px; }
.footer-inner a:hover { color: #cbb9a4; }

dialog {
  width: min(650px, calc(100% - 28px));
  padding: 0;
  border: 1px solid #6e5e4f;
  background: #f3ede3;
  color: #1c1814;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .68);
}
dialog::backdrop { background: rgba(0, 0, 0, .74); backdrop-filter: blur(4px); }
.dialog-head { display: flex; align-items: start; justify-content: space-between; gap: 28px; padding: 30px 32px 22px; border-bottom: 1px solid var(--paper-line); }
.dialog-head h2 { margin: 0; font-size: clamp(1.8rem, 5vw, 2.7rem); line-height: 1; }
.dialog-close { border: 0; background: transparent; color: #1c1814; cursor: pointer; font-size: 1.8rem; }
/* ==========================================================================
   6. Inquiry dialog and form
   ========================================================================== */
.inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 26px 32px 32px; }
.inquiry-form label { color: #5f5348; font-size: .72rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea { width: 100%; margin-top: 7px; padding: 12px; border: 1px solid #b9ac9d; background: #fffdfa; color: #1c1814; text-transform: none; }
.inquiry-form textarea { min-height: 110px; resize: vertical; }
.inquiry-contact { margin: 0; color: #5f5348; font-size: .94rem; line-height: 1.55; }
.inquiry-contact a,
.site-footer a { color: inherit; text-underline-offset: .18em; }
.field-wide { grid-column: 1 / -1; }
.dialog-submit { min-height: 48px; border: 0; background: var(--ember); color: #1c1009; cursor: pointer; font-weight: 900; }
.dialog-submit:disabled { cursor: wait; opacity: .68; }
.inquiry-trap { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 1.4em; margin: -4px 0 0; color: #5f5348; font-size: .9rem; line-height: 1.45; }
.form-status:empty { display: none; }
.form-status.is-success { color: #35603b; font-weight: 750; }
.form-status.is-error { color: #842e25; }
.form-status a { color: inherit; font-weight: 800; text-underline-offset: .18em; }
.toast { position: fixed; right: 20px; bottom: 20px; z-index: 200; max-width: 360px; padding: 15px 18px; background: #f3ede3; color: #1c1814; box-shadow: 0 14px 45px rgba(0, 0, 0, .45); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

@keyframes button-shimmer {
  0%, 68% { left: -70%; opacity: 0; }
  72% { opacity: .85; }
  88% { left: 140%; opacity: .65; }
  100% { left: 140%; opacity: 0; }
}

@keyframes torch-flicker {
  0%, 100% { opacity: .58; transform: scale(1); }
  18% { opacity: .8; transform: scale(1.025); }
  31% { opacity: .46; transform: scale(.985); }
  55% { opacity: .74; transform: scale(1.015); }
  73% { opacity: .5; transform: scale(.995); }
}

@keyframes room-glow {
  0%, 100% { filter: brightness(.96) saturate(.94); }
  48% { filter: brightness(1.03) saturate(1.02); }
  58% { filter: brightness(.99) saturate(.97); }
}

/* ==========================================================================
   7. Responsive and accessibility adjustments
   ========================================================================== */
@media (max-width: 1040px) {
  .nav-inner { gap: 22px; }
  .nav-links { gap: 18px; }
  .nav-links a { font-size: .8rem; }
  .nav-dropdown summary { font-size: .8rem; }
  .brand small { display: none; }
  .adventure-copy { padding: 48px; }
  .carousel-arrow--previous { left: 12px; }
  .carousel-arrow--next { right: 12px; }
  .faq-grid { gap: 54px; }
}

@media (max-width: 820px) {
  :root { --nav-height: 112px; --wrap: min(100% - 34px, 700px); }
  .nav-inner { min-height: var(--nav-height); grid-template-columns: 1fr auto; gap: 0 18px; padding: 10px 0 0; }
  .brand img { width: 35px; height: 43px; }
  .brand strong { font-size: .98rem; }
  .nav-cta { min-height: 42px; padding: 9px 12px; font-size: .76rem; }
  .nav-links { grid-column: 1 / -1; justify-content: flex-start; gap: 26px; overflow-x: auto; padding: 9px 1px 11px; scrollbar-width: none; }
  .nav-links::-webkit-scrollbar { display: none; }
  .nav-links a { flex: 0 0 auto; font-size: .77rem; }
  .hero { min-height: 710px; }
  .hero::after { background: linear-gradient(90deg, rgba(7, 7, 6, .96) 0%, rgba(7, 7, 6, .7) 72%, rgba(7, 7, 6, .28) 100%), linear-gradient(0deg, var(--ground) 0%, transparent 48%); }
  .hero-inner { padding: 128px 0 66px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip article { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip article:last-child { border-bottom: 0; }
  .section-intro-grid,
  .faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .adventures { padding: 82px 0 90px; }
  .carousel-discovery { align-items: flex-start; flex-direction: column; gap: 2px; padding-block: 11px; }
  .adventure-slide { grid-template-columns: 1fr; min-height: 0; }
  .adventure-slide > img { height: 360px; min-height: 0; }
  .adventure-media { height: 360px; min-height: 0; }
  .adventure-table-photo { height: 360px; min-height: 0; }
  .adventure-book-cover { width: 120px; }
  .adventure-copy { min-height: 510px; padding: 42px; }
  .carousel-arrow { top: 232px; width: 58px; height: 58px; margin-top: -29px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-grid--split { gap: 30px; }
  .price-group-grid { grid-template-columns: 1fr 1fr; }
  .library-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-layout { grid-template-columns: 1fr; gap: 42px; }
  .detail-side-grid { grid-template-columns: 1fr; }
  .detail-gallery-grid { grid-template-columns: 1fr 1fr; }
  .detail-gallery-grid img:first-child { grid-column: 1 / -1; grid-row: auto; }
  .price-card { min-height: 0; padding: 30px; }
  .host-profile { min-height: 880px; align-items: flex-end; background-position: center top; background-size: auto 52%; background-repeat: no-repeat; }
  .host-profile::before { background: linear-gradient(180deg, rgba(11, 9, 8, .12) 0%, rgba(16, 14, 12, .34) 34%, var(--ground) 56%, var(--ground) 100%); }
  .host-profile-inner { justify-content: flex-start; }
  .host-copy { width: 100%; padding: 410px 0 76px; }
  .testimonial-heading { align-items: start; flex-direction: column; }
  .faq-heading { position: static; }
  .faq::before { inset: 0 0 auto; width: 100%; height: 360px; background-position: center; }
  .faq::after { background: linear-gradient(180deg, rgba(15, 12, 10, .5) 0%, rgba(15, 12, 10, .76) 25%, var(--paper) 41%, var(--paper) 100%); }
  .faq-heading { min-height: 275px; }
  .final-cta-inner { align-items: start; flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; gap: 12px; }
  .footer-inner span:last-child { justify-self: start; text-align: left; }
}

@media (max-width: 520px) {
  :root { --nav-height: 68px; --wrap: calc(100% - 28px); }
  .nav-inner { min-height: var(--nav-height); grid-template-columns: minmax(0, 1fr) auto auto; gap: 9px; padding: 7px 0; }
  .brand { min-width: 0; gap: 8px; }
  .brand img { width: 30px; height: 38px; }
  .brand strong { overflow: hidden; font-size: .76rem; letter-spacing: .045em; text-overflow: ellipsis; white-space: nowrap; }
  .nav-cta { min-height: 38px; max-width: 104px; padding: 8px 10px; font-size: .7rem; white-space: nowrap; }
  .nav-links { display: none; }
  .mobile-menu { position: relative; display: block; }
  .mobile-menu summary { min-height: 38px; display: grid; place-items: center; padding: 7px 8px; border: 1px solid var(--line); color: #f7f0e5; cursor: pointer; font-size: .7rem; font-weight: 800; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu > div { position: absolute; top: calc(100% + 14px); right: 0; width: 180px; padding: 8px; border: 1px solid var(--line); background: rgba(13, 12, 10, .98); box-shadow: 0 16px 36px rgba(0, 0, 0, .45); }
  .mobile-menu a { display: block; padding: 11px 10px; color: #eee8dc; font-size: .82rem; text-decoration: none; }
  .hero { min-height: 690px; }
  .hero-image { background-position: 57% center; }
  .hero-dd { font-size: clamp(2rem, 10.5vw, 3.1rem); letter-spacing: -.052em; }
  .hero-promise { margin-top: 19px; font-size: clamp(2.15rem, 11.5vw, 3.35rem); }
  .hero-copy { font-size: .98rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .section-intro-grid h2,
  .host-copy h2,
  .testimonial-heading h2,
  .faq h2,
  .final-cta h2 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  .carousel-discovery { min-height: 42px; padding: 9px 12px; }
  .carousel-discovery strong { font-size: .68rem; }
  .carousel-discovery span { font-size: .7rem; }
  .adventure-media { height: 205px; min-height: 0; }
  .adventure-slide > img { height: 205px; min-height: 0; }
  .adventure-table-photo { height: 205px; min-height: 0; }
  .adventure-book-cover { right: 14px; bottom: 14px; width: 76px; }
  .adventure-copy { min-height: 0; padding: 24px 22px 26px; }
  .status { padding: 6px 8px; font-size: .61rem; }
  .adventure-copy h3 { margin-top: 12px; font-size: 2.05rem; }
  .adventure-type { font-size: .67rem; }
  .adventure-copy > p:not(.adventure-type):not(.adventure-meta) { margin-top: 15px; font-size: .88rem; line-height: 1.48; }
  .availability { gap: 10px; margin-top: 15px; font-size: .78rem; }
  .adventure-meta { margin-top: 9px; font-size: .76rem; }
  .card-actions { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 16px; }
  .card-cta { min-height: 42px; padding: 9px 13px; font-size: .76rem; }
  .card-detail-link { min-height: 42px; padding: 9px 13px; font-size: .76rem; }
  .adventure-ribbon { top: 18px; left: -124px; width: 385px; padding: 26px 40px; font-size: .62rem; }
  .carousel-arrow { top: 145px; width: 50px; height: 50px; margin-top: -25px; }
  .carousel-arrow--previous { left: 8px; }
  .carousel-arrow--next { right: 8px; }
  .pricing { padding: 66px 0 60px; }
  .host-section { padding: 0 0 84px; }
  .host-profile { min-height: 900px; background-size: auto 42%; }
  .host-copy { padding: 360px 0 70px; }
  .testimonials { padding-top: 76px; }
  .testimonial-carousel { padding: 0 45px; }
  .testimonial-slide { padding: 36px 0; }
  .testimonial-sizzle { font-size: 1.25rem; }
  .testimonial-full blockquote { font-size: .95rem; line-height: 1.65; }
  .testimonial-arrow { width: 38px; height: 38px; margin-top: -19px; }
  .testimonial-arrow--previous { left: 2px; }
  .testimonial-arrow--next { right: 2px; }
  .faq { padding: 76px 0 82px; }
  .faq-list summary { font-size: 1.12rem; }
  .library-hero { padding: 82px 0 58px; }
  .library-quick-links { display: grid; grid-template-columns: 1fr; }
  .library-grid { grid-template-columns: 1fr; }
  .price-group-grid { grid-template-columns: 1fr; }
  .detail-hero { min-height: 520px; }
  .detail-hero-inner { padding: 110px 0 55px; }
  .detail-title-grid { grid-template-columns: 1fr; gap: 28px; }
  .detail-title-cover { width: 132px; max-height: 176px; }
  .detail-body { padding: 60px 0 80px; }
  .detail-gallery-grid { grid-template-columns: 1fr; }
  .detail-gallery-grid img { aspect-ratio: 4 / 3; height: auto; }
  .detail-lightbox { width: calc(100% - 16px); height: 82vh; }
  .detail-lightbox figure { padding: 62px 12px 14px; }
  .lightbox-arrow { top: auto; bottom: 14px; width: 44px; height: 44px; margin: 0; }
  .inquiry-form { grid-template-columns: 1fr; padding: 22px; }
  .field-wide { grid-column: 1; }
  .dialog-head { padding: 24px 22px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .book-cta::after,
  .hero::before,
  .hero-image { animation: none !important; }
  .atmosphere-canvas { display: none; }
}
