/* Firefly Hollow v2 — "The Film"
   Real footage is the page. Full-bleed video reels, scroll scrubs the film,
   resting lets the section play out. Text is rationed: names, numbers, icons.
   Ground: spruce-black. Accent: ember. Display: Fraunces. UI: Karla. */

:root {
  --night:  #0B1418;
  --smoke:  #8FA6B3;
  --smoke-2:#5F7482;
  --mist:   #E9EEF0;
  --ember:  #FFB25E;
  --ember-deep: #D98A3E;
  --moss:   #6FA08A;
  --danger: #E07A6B;
  --glass:  rgba(11, 20, 24, .55);
  --glass-hard: rgba(9, 16, 20, .88);
  --line:   rgba(233, 238, 240, .16);
  --line-strong: rgba(233, 238, 240, .34);
  --disp: "Fraunces", Georgia, serif;
  --ui:   "Karla", "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; margin: 0; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  background: var(--night);
  color: var(--mist);
  font-family: var(--ui);
  font-size: 17px;
  line-height: 1.55;
  overflow-x: hidden;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  opacity: .045;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

::selection { background: var(--ember); color: var(--night); }

h1, h2, h3 { text-wrap: balance; }

a { color: var(--mist); text-decoration-color: var(--smoke-2); text-underline-offset: 3px; }
a:hover { text-decoration-color: var(--ember); }

button { font: inherit; color: inherit; cursor: pointer; }

:focus-visible { outline: 2px solid var(--ember); outline-offset: 2px; border-radius: 3px; }

video, img { max-width: 100%; }

/* ---------- atoms ---------- */

.ic { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; vertical-align: -.22em; }
.ic.big { width: 1.7rem; height: 1.7rem; color: var(--ember); }

.eyebrow {
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--mist);
  opacity: .85;
}

.btn {
  font-weight: 800;
  border-radius: 8px;
  border: 1.5px solid var(--line-strong);
  background: rgba(11, 20, 24, .45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--mist);
  padding: .8rem 1.4rem;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn.primary { background: var(--ember); border-color: var(--ember); color: #241503; }
.btn.primary:hover { box-shadow: 0 6px 30px rgba(255, 178, 94, .4); }
.btn.xl { font-size: 1.15rem; padding: 1.05rem 1.9rem; border-radius: 12px; }
.btn[disabled] { opacity: .45; cursor: default; transform: none; box-shadow: none; }

.linklike {
  background: none; border: none; padding: 0;
  text-decoration: underline;
  text-decoration-color: var(--smoke-2);
  text-underline-offset: 3px;
}
.linklike:hover { text-decoration-color: var(--ember); }

.stepper {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid var(--line-strong);
  border-radius: 10px;
  background: rgba(11, 20, 24, .4);
}
.stepper button {
  background: none; border: none; width: 2.7rem; height: 2.7rem;
  font-size: 1.4rem; color: var(--smoke); font-weight: 800;
}
.stepper button:hover { color: var(--ember); }
.stepper output {
  min-width: 2.2rem; text-align: center; font-weight: 800; font-size: 1.15rem;
  font-variant-numeric: tabular-nums;
}

input, textarea {
  font: inherit;
  color: var(--mist);
  background: rgba(233, 238, 240, .06);
  border: 1.5px solid var(--line);
  border-radius: 8px;
  padding: .7rem .85rem;
  width: 100%;
}
input:focus, textarea:focus { outline: none; border-color: var(--ember); }
input[type="date"] { color-scheme: dark; }

label { display: block; font-size: .8rem; font-weight: 800; letter-spacing: .04em; color: var(--smoke); }
label > input, label > textarea { margin-top: .35rem; font-weight: 400; letter-spacing: 0; }

/* media plumbing */
.media-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(rgba(11, 20, 24, .42), rgba(11, 20, 24, .05) 30%,
              rgba(11, 20, 24, 0) 55%, rgba(11, 20, 24, .78) 100%);
  pointer-events: none;
}
.media-scrim.heavy { background: rgba(7, 12, 16, .72); }

/* ---------- topbar / rail / sound ---------- */

.topbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  background: linear-gradient(rgba(11, 20, 24, .8) 10%, rgba(11, 20, 24, 0));
}
.topbar a, .topbar button, .topbar span { text-shadow: 0 1px 8px rgba(11, 20, 24, .9); }

.brand {
  font-family: var(--disp);
  font-style: italic;
  font-weight: 500;
  font-size: 1.25rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}
.brand::after {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--ember);
  box-shadow: 0 0 10px 2px rgba(255, 178, 94, .7);
  animation: firefly-pulse 3.2s ease-in-out infinite;
}
@keyframes firefly-pulse { 0%, 100% { opacity: .25; } 50% { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .brand::after { animation: none; } }

.topnav { display: flex; align-items: center; gap: 1.6rem; font-size: .95rem; font-weight: 700; }
.topnav a { text-decoration: none; }
.topnav a:hover { color: var(--ember); }

.direct-pill {
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  color: var(--ember);
  border: 1.5px solid rgba(255, 178, 94, .55);
  border-radius: 999px;
  padding: .35rem .85rem;
  white-space: nowrap;
}

.elev-rail {
  position: fixed;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.elev-rail button {
  background: none; border: none;
  display: flex; align-items: center; gap: .5rem;
  padding: 0;
  color: rgba(233, 238, 240, .55);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 1px 6px rgba(11, 20, 24, .9);
}
.elev-rail button::after {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  border: 1.5px solid rgba(233, 238, 240, .6);
  transition: all .2s;
}
.elev-rail button span { opacity: 0; transition: opacity .2s; }
.elev-rail:hover button span { opacity: 1; }
.elev-rail button.active { color: var(--ember); }
.elev-rail button.active span { opacity: 1; }
.elev-rail button.active::after {
  background: var(--ember);
  border-color: var(--ember);
  box-shadow: 0 0 8px rgba(255, 178, 94, .8);
}

.sound-toggle {
  position: fixed;
  left: 1.2rem;
  bottom: 1.2rem;
  z-index: 11;
  width: 3rem; height: 3rem;
  border-radius: 50%;
  border: 1.5px solid var(--line-strong);
  background: var(--glass);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex; align-items: center; justify-content: center;
}
.sound-toggle .ic { width: 1.3rem; height: 1.3rem; }
.sound-toggle.on { color: var(--ember); border-color: rgba(255, 178, 94, .6); }

/* ---------- hero ---------- */

.hero {
  position: relative;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-media { position: absolute; inset: 0; overflow: hidden; }
.hero-media video { width: 100%; height: 100%; object-fit: cover; }

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.3rem;
  padding: 0 1.4rem;
}
.hero h1 {
  font-family: var(--disp);
  font-optical-sizing: auto;
  font-weight: 330;
  font-size: clamp(3.4rem, 10vw, 8rem);
  line-height: .98;
  letter-spacing: -.015em;
  text-shadow: 0 2px 40px rgba(11, 20, 24, .75);
}
.hero .eyebrow, .hero .lede { text-shadow: 0 1px 16px rgba(11, 20, 24, .85); }
.hero .lede { max-width: 32rem; font-size: 1.1rem; }

.descend {
  position: absolute;
  bottom: 1.8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .15rem;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--mist);
  text-shadow: 0 1px 10px rgba(11, 20, 24, .8);
}
.descend .chev { width: 1.3rem; height: 1.3rem; animation: descend-bob 2.4s ease-in-out infinite; color: var(--ember); }
@keyframes descend-bob {
  0%, 100% { transform: translateY(0); opacity: .5; }
  50% { transform: translateY(6px); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) { .descend .chev { animation: none; } }

/* ---------- property reels ---------- */

.reel { height: 240vh; position: relative; }
.reel-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: var(--night);
}
.reel-stage video, .reel-stage .kenburns {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transform-origin: center;
  will-change: transform;
}
.kenburns { background-size: cover; background-position: center; animation: kb 36s ease-in-out infinite alternate; }
@keyframes kb {
  from { transform: scale(1.03); }
  to { transform: scale(1.15) translate(-1.5%, -1%); }
}
@media (prefers-reduced-motion: reduce) { .kenburns { animation: none; } }
.reduced .open-chips button, .reduced .open-label { opacity: 1; transform: none; }

.reel-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(rgba(11, 20, 24, .38), rgba(11, 20, 24, 0) 26%,
              rgba(11, 20, 24, 0) 52%, rgba(11, 20, 24, .82) 100%);
  pointer-events: none;
}

.reel-info {
  position: absolute;
  left: clamp(1.2rem, 5vw, 4.5rem);
  bottom: clamp(1.4rem, 5vh, 3.4rem);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: .55rem;
  max-width: 34rem;
  text-shadow: 0 1px 14px rgba(11, 20, 24, .8);
}
.reel-info h2 {
  font-family: var(--disp);
  font-weight: 380;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.02;
}
.icon-stats {
  display: flex;
  gap: 1.4rem;
  font-weight: 800;
  font-size: 1.05rem;
  font-variant-numeric: tabular-nums;
}
.icon-stats span { display: inline-flex; align-items: center; gap: .45rem; }
.icon-stats .ic { color: var(--ember); }

.price-line {
  display: flex;
  align-items: baseline;
  gap: .8rem;
  flex-wrap: wrap;
}
.price-line strong {
  font-family: var(--disp);
  font-weight: 500;
  font-size: 2.1rem;
  font-variant-numeric: tabular-nums;
}
.price-line .per { font-size: .85rem; font-weight: 800; color: var(--ember); }
.price-line s { color: rgba(233, 238, 240, .6); font-size: 1rem; }

.reel-cta {
  position: absolute;
  right: clamp(1.2rem, 5vw, 4.5rem);
  bottom: clamp(1.4rem, 5vh, 3.4rem);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .7rem;
}
.open-chips { display: flex; gap: .45rem; flex-wrap: wrap; justify-content: flex-end; }
.open-chips button {
  border: 1.5px solid var(--line-strong);
  background: rgba(11, 20, 24, .5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 999px;
  padding: .5rem 1rem;
  font-size: .92rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  transition: all .15s;
  opacity: 0;
  transform: translateY(8px);
}
.reel-stage.lingering .open-chips button,
.reel-stage.lingering .open-label { opacity: 1; transform: none; }
.open-chips button { transition: opacity .4s ease, transform .4s ease, border-color .15s, color .15s; }
.open-chips button:hover { border-color: var(--ember); color: var(--ember); }
.open-label {
  font-size: .68rem; font-weight: 800; letter-spacing: .2em;
  text-transform: uppercase; color: var(--mist);
  text-shadow: 0 1px 8px rgba(11, 20, 24, .9);
  opacity: 0; transition: opacity .4s ease;
}

/* ---------- about band (the company face) ---------- */

.about {
  padding: 6.5rem clamp(1.2rem, 5vw, 4.5rem) 1.5rem;
  background: var(--night);
  position: relative;
  z-index: 2;
}
.about-lede {
  max-width: 38rem;
  color: rgba(233, 238, 240, .85);
  line-height: 1.65;
}
.about-points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.6rem;
  margin-top: 2.4rem;
  max-width: 62rem;
}
.about-points h3 { color: var(--ember); font-size: 1.02rem; margin-bottom: .35rem; }
.about-points p { color: rgba(233, 238, 240, .78); font-size: .95rem; line-height: 1.55; }

/* the Airbnb cross-link, in Airbnb coral so it reads instantly */
.ota-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-top: .8rem;
  padding: .52rem 1rem;
  border: 1px solid rgba(255, 90, 95, .6);
  border-radius: 999px;
  background: rgba(255, 90, 95, .1);
  color: #FF8A8E;
  font-size: .88rem;
  font-weight: 700;
  text-decoration: none;
  transition: background .12s, border-color .12s, transform .12s;
}
.ota-btn:hover {
  background: rgba(255, 90, 95, .22);
  border-color: #FF5A5F;
  transform: translateY(-1px);
}
.ota-btn .ota-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #FF5A5F;
  box-shadow: 0 0 8px rgba(255, 90, 95, .8);
}
.ota-btn .ota-arrow { font-weight: 400; opacity: .8; }
.ota-btn.sm { margin-top: .55rem; padding: .4rem .85rem; font-size: .8rem; }

/* ---------- experiences ---------- */

.valley { padding: 7rem 0 4rem; background: var(--night); position: relative; z-index: 2; }
.valley-head { padding: 0 clamp(1.2rem, 5vw, 4.5rem); }
.valley h2, .owners h2, .about h2 {
  font-family: var(--disp);
  font-weight: 380;
  font-size: clamp(2.1rem, 4.5vw, 3.4rem);
  margin: .4rem 0 .4rem;
}
.section-lede { max-width: 32rem; color: rgba(233, 238, 240, .85); }

.exp-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(230px, 280px);
  gap: 1rem;
  overflow-x: auto;
  padding: 2rem clamp(1.2rem, 5vw, 4.5rem) 1rem;
  scrollbar-width: thin;
  scrollbar-color: var(--smoke-2) transparent;
  scroll-snap-type: x proximity;
}
.exp-card {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  overflow: hidden;
  background: var(--glass);
  background-size: cover;
  background-position: center;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  scroll-snap-align: start;
  transition: transform .2s ease;
}
.exp-card:hover { transform: translateY(-4px); }
.exp-card::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(rgba(11, 20, 24, 0) 45%, rgba(11, 20, 24, .85));
}
.exp-card .exp-body { position: relative; z-index: 1; padding: 1rem 1.1rem 1.1rem; display: grid; gap: .2rem; }
.exp-card h3 { font-family: var(--disp); font-weight: 450; font-size: 1.35rem; text-shadow: 0 1px 10px rgba(11,20,24,.8); }
.exp-card p { font-size: .85rem; color: rgba(233, 238, 240, .85); }
.exp-card .exp-price {
  position: absolute;
  top: .9rem; right: .9rem;
  z-index: 1;
  background: var(--ember);
  color: #241503;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  border-radius: 999px;
  padding: .3rem .75rem;
  font-size: .9rem;
}

/* ---------- owners ---------- */

.owners {
  padding: 5rem clamp(1.2rem, 5vw, 4.5rem) 7rem;
  display: flex;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: flex-start;
  flex-wrap: wrap;
  background: var(--night);
  position: relative;
  z-index: 2;
}
.owners-pitch { flex: 1 1 380px; max-width: 40rem; }
.pitch-list { list-style: none; padding: 0; margin-top: 1.4rem; display: grid; gap: 1rem; }
.pitch-list li {
  padding-left: 1.1rem;
  border-left: 3px solid var(--ember);
  color: rgba(233, 238, 240, .85);
}
.pitch-list strong { color: var(--mist); }

.owner-form {
  flex: 0 1 400px;
  background: var(--glass);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.7rem;
  display: grid;
  gap: .95rem;
}
.owner-form .form-title { font-family: var(--disp); font-size: 1.4rem; font-weight: 450; }
.form-note { font-size: .9rem; color: var(--moss); }
.form-note.error { color: var(--danger); }

/* ---------- footer ---------- */

.site-foot { position: relative; overflow: hidden; }
.foot-media { position: absolute; inset: 0; }
.foot-media video { width: 100%; height: 100%; object-fit: cover; }
.foot-body {
  position: relative;
  z-index: 2;
  padding: 5rem clamp(1.2rem, 5vw, 4.5rem) 3rem;
}
.why-direct {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 2rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--line);
}
.why-direct h3 { font-family: var(--disp); font-weight: 450; font-size: 1.3rem; margin: .4rem 0 .15rem; }
.why-direct p { font-size: .95rem; color: rgba(233, 238, 240, .8); }

.foot-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding-top: 2rem;
  font-size: .92rem;
}
.foot-contact { display: flex; gap: 1.6rem; flex-wrap: wrap; font-weight: 700; }
.foot-note { color: rgba(233, 238, 240, .6); }
.magic-toggle { font-size: .82rem; color: var(--smoke); display: flex; gap: .4rem; align-items: center; }
.magic-toggle input { width: auto; }

/* ---------- all-stays overlay ---------- */

.overlay {
  position: fixed;
  inset: 0;
  z-index: 20;
  background: rgba(7, 12, 16, .88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow-y: auto;
  padding: 2rem clamp(1.2rem, 5vw, 5rem) 4rem;
}
.overlay-head {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
  flex-wrap: wrap;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--line);
  margin-bottom: 2rem;
  position: relative;
}
.overlay-head h2 { font-family: var(--disp); font-weight: 380; font-size: 2.4rem; }
.stays-filter { display: flex; align-items: flex-end; gap: 1rem; flex-wrap: wrap; }
.stays-filter input[type="date"] { width: 10.5rem; }
.filter-summary { font-size: .92rem; font-weight: 800; color: var(--ember); align-self: center; min-width: 12rem; }
.overlay-head .close { position: absolute; top: .2rem; right: 0; font-size: .95rem; }

.stays-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.3rem;
}
.stay-card {
  text-align: left;
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  padding: 0 0 1.1rem;
  display: flex;
  flex-direction: column;
  gap: .3rem;
  transition: transform .18s ease, border-color .18s ease;
}
.stay-card:hover { transform: translateY(-3px); border-color: var(--line-strong); }
.stay-card .sc-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  background-size: cover;
  background-position: center;
  position: relative;
}
.stay-card .sc-media video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0; transition: opacity .3s;
}
.stay-card:hover .sc-media video { opacity: 1; }
.stay-card .sc-body { padding: .9rem 1.1rem 0; display: flex; flex-direction: column; gap: .25rem; }
.stay-card h3 { font-family: var(--disp); font-weight: 450; font-size: 1.3rem; }
.stay-card .sc-meta { display: flex; gap: 1rem; font-size: .85rem; font-weight: 800; color: var(--smoke); }
.stay-card .sc-meta span { display: inline-flex; align-items: center; gap: .35rem; }
.stay-card .sc-rate { font-size: 1rem; font-variant-numeric: tabular-nums; margin-top: .35rem; }
.stay-card .sc-rate strong { font-size: 1.25rem; }
.stay-card .sc-rate s { color: var(--smoke-2); font-size: .85rem; margin-left: .4rem; }
.stay-card .sc-open { color: var(--moss); font-size: .88rem; font-weight: 800; }
.stay-card .sc-closed { color: var(--smoke-2); font-size: .88rem; }
.stay-card[data-unavailable] { opacity: .45; }

/* ---------- booking sheet ---------- */

.sheet-scrim { position: fixed; inset: 0; z-index: 24; background: rgba(7, 12, 16, .55); }

.sheet {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: min(540px, 100%);
  z-index: 25;
  background: var(--glass-hard);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-left: 1px solid var(--line);
  overflow-y: auto;
  padding: 1.3rem 1.5rem 2.5rem;
  animation: sheet-in .35s cubic-bezier(.2, .8, .25, 1);
}
@keyframes sheet-in { from { transform: translateX(40px); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .sheet { animation: none; } }
.sheet > .close {
  position: sticky; top: 0; float: right; z-index: 3;
  font-size: 1.05rem;
  background: var(--glass-hard);
  border-radius: 50%;
  padding: .3rem .55rem;
  text-decoration: none;
  border: 1px solid var(--line);
}

.sheet-photos {
  display: flex;
  gap: .5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  border-radius: 12px;
  margin-bottom: 1rem;
  scrollbar-width: none;
}
.sheet-photos img {
  height: 190px;
  flex: none;
  border-radius: 12px;
  scroll-snap-align: start;
  object-fit: cover;
}

.sheet-head { margin-bottom: 1.1rem; }
.sheet-head h2 { font-family: var(--disp); font-weight: 420; font-size: 1.9rem; line-height: 1.05; }
.sheet-head .icon-stats { font-size: .95rem; gap: 1.1rem; margin-top: .45rem; }
.sheet-sub { font-size: .9rem; color: var(--smoke); margin-top: .3rem; }

/* quick chips */
.quick-chips { display: flex; gap: .5rem; flex-wrap: wrap; margin: .4rem 0 .9rem; }
.quick-chips button {
  border: 1.5px solid var(--line-strong);
  background: rgba(233, 238, 240, .05);
  border-radius: 999px;
  padding: .5rem 1rem;
  font-size: .9rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.quick-chips button:hover, .quick-chips button.active { border-color: var(--ember); color: var(--ember); }

/* the night strip — the calendar, reinvented as a tappable price skyline */
.nights-wrap { position: relative; margin: .4rem 0 .6rem; }

/* month-grid calendar */
.cal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .55rem;
}
.cal-title {
  font-family: var(--disp);
  font-size: 1.18rem;
  font-weight: 500;
  letter-spacing: .01em;
}
.cal-nav {
  width: 34px; height: 34px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: none;
  color: var(--mist);
  font-size: 1.15rem;
  line-height: 1;
  transition: border-color .12s, color .12s, transform .12s;
}
.cal-nav:hover:not(:disabled) { border-color: var(--ember); color: var(--ember); transform: scale(1.06); }
.cal-nav:disabled { opacity: .25; cursor: default; }
.cal-dow {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
  margin-bottom: .3rem;
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--smoke-2);
  text-align: center;
}
.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
}
.cal-grid.slide-fwd { animation: cal-fwd .22s ease-out; }
.cal-grid.slide-back { animation: cal-back .22s ease-out; }
@keyframes cal-fwd { from { opacity: 0; transform: translateX(14px); } }
@keyframes cal-back { from { opacity: 0; transform: translateX(-14px); } }
.cell {
  border: none;
  padding: .34rem 0 .3rem;
  min-height: 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .12rem;
  border-radius: 9px;
  background: rgba(233, 238, 240, .05);
  transition: background .12s, box-shadow .12s;
  position: relative;
}
.cell.pad { background: none; }
.cell .c-day {
  font-weight: 800;
  font-size: .95rem;
  font-variant-numeric: tabular-nums;
  color: var(--mist);
}
.cell .c-price {
  font-size: .6rem;
  color: var(--smoke);
  font-variant-numeric: tabular-nums;
  min-height: .8rem;
}
.cell:hover:not(.blocked):not(.past):not(.pad) {
  background: rgba(255, 178, 94, .16);
  box-shadow: inset 0 0 0 1px rgba(255, 178, 94, .5);
}
.cell.today .c-day::after {
  content: '';
  display: block;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--ember);
  margin: 1px auto 0;
}
.cell.in { background: rgba(255, 178, 94, .2); }
.cell.in .c-price { color: var(--ember-deep); }
.cell.edge {
  background: var(--ember);
  box-shadow: 0 3px 14px rgba(255, 178, 94, .35);
}
.cell.edge .c-day { color: #241503; }
.cell.edge .c-price { color: rgba(36, 21, 3, .7); }
.cell.blocked {
  cursor: not-allowed;
  background: repeating-linear-gradient(-45deg,
    rgba(233, 238, 240, .05) 0 4px, rgba(233, 238, 240, .01) 4px 8px);
}
.cell.blocked .c-day { color: rgba(143, 166, 179, .4); text-decoration: line-through; }
.cell.past { opacity: .22; cursor: default; }
.nights-wrap.shake { animation: shake .3s; }
@keyframes shake { 25% { transform: translateX(-5px); } 75% { transform: translateX(5px); } }

.cal-hint { font-size: .85rem; color: var(--smoke); min-height: 1.3rem; }
.cal-hint.error { color: var(--danger); font-weight: 700; }

/* quote — one huge number, small honest rows */
.quote-big {
  display: flex;
  align-items: baseline;
  gap: .9rem;
  flex-wrap: wrap;
  margin: .8rem 0 .2rem;
}
.quote-big .qb-total {
  font-family: var(--disp);
  font-weight: 500;
  font-size: 2.7rem;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.quote-big .qb-nights { font-size: .95rem; font-weight: 800; color: var(--smoke); }
.quote-big .qb-save {
  background: var(--ember);
  color: #241503;
  font-weight: 800;
  border-radius: 999px;
  padding: .35rem .9rem;
  font-size: .95rem;
  font-variant-numeric: tabular-nums;
}
.quote-rows { display: grid; gap: .3rem; margin: .6rem 0; }
.quote-rows .q-line {
  display: flex; align-items: baseline; font-size: .9rem;
  font-variant-numeric: tabular-nums;
  color: rgba(233, 238, 240, .85);
}
.quote-rows .q-line .leader { flex: 1; border-bottom: 1px dotted var(--line-strong); margin: 0 .5rem; }
.quote-rows .q-line.discount { color: var(--moss); }
.quote-rows .q-line.ota { color: var(--smoke-2); font-size: .82rem; }
.quote-rows .q-line.ota span:last-child { text-decoration: line-through; }

.cheaper-nudge {
  font-size: .92rem;
  font-weight: 800;
  border: 1.5px dashed rgba(255, 178, 94, .55);
  border-radius: 10px;
  padding: .7rem .9rem;
  color: var(--ember);
  background: rgba(255, 178, 94, .07);
  text-align: left;
  width: 100%;
}
.cheaper-nudge:hover { background: rgba(255, 178, 94, .14); }

/* add-ons: photo tiles, tap to add */
.sheet-addons { margin: 1.2rem 0; }
.sheet-addons .sa-title {
  font-size: .74rem; font-weight: 800; letter-spacing: .2em;
  text-transform: uppercase; color: var(--smoke);
  margin-bottom: .6rem;
}
.addon-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; }
.addon-tile {
  position: relative;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  border: 2px solid transparent;
  display: block;
}
.addon-tile::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(rgba(11, 20, 24, .05) 40%, rgba(11, 20, 24, .82));
}
.addon-tile input { position: absolute; opacity: 0; pointer-events: none; }
.addon-tile .at-name {
  position: absolute;
  left: .6rem; right: .6rem; bottom: .55rem;
  z-index: 1;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.25;
  text-shadow: 0 1px 6px rgba(11, 20, 24, .9);
}
.addon-tile .at-price {
  position: absolute;
  top: .5rem; left: .5rem;
  z-index: 1;
  background: rgba(11, 20, 24, .72);
  border-radius: 999px;
  padding: .18rem .55rem;
  font-size: .74rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.addon-tile .at-check {
  position: absolute;
  top: .5rem; right: .5rem;
  z-index: 1;
  width: 1.5rem; height: 1.5rem;
  border-radius: 50%;
  background: var(--ember);
  color: #241503;
  display: none;
  align-items: center;
  justify-content: center;
}
.addon-tile .at-check .ic { width: 1rem; height: 1rem; stroke-width: 2.6; }
.addon-tile:has(input:checked) { border-color: var(--ember); }
.addon-tile:has(input:checked) .at-check { display: flex; }

.sheet-form { display: grid; gap: .85rem; margin-top: 1.2rem; }
.sheet-form .guests-row {
  display: flex; align-items: center; justify-content: space-between;
  font-weight: 800; font-size: 1.05rem;
}
.sheet-actions { display: grid; grid-template-columns: 1fr 1.2fr; gap: .7rem; margin-top: .5rem; }
.sheet-actions .btn { justify-content: center; font-size: 1.05rem; padding: 1rem .8rem; }
.sheet-error { color: var(--danger); font-size: .9rem; min-height: 1.3rem; font-weight: 700; }
.hold-note { font-size: .8rem; color: var(--smoke-2); }

/* confirmation — real night footage, huge code */
.confirm {
  position: relative;
  margin: -1.3rem -1.5rem -2.5rem;
  min-height: calc(100vh - 0px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.confirm video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.confirm .confirm-scrim { position: absolute; inset: 0; background: rgba(7, 12, 16, .55); }
.confirm .confirm-body {
  position: relative;
  z-index: 1;
  text-align: center;
  display: grid;
  gap: 1.1rem;
  justify-items: center;
  padding: 3rem 1.5rem;
}
.confirm h2 { font-family: var(--disp); font-weight: 340; font-size: 3rem; }
.confirm .code {
  font-size: 1.9rem; font-weight: 800; letter-spacing: .22em;
  font-variant-numeric: tabular-nums;
  border: 2px solid rgba(255, 178, 94, .65);
  border-radius: 12px;
  color: var(--ember);
  padding: .6rem 1.6rem;
  background: rgba(11, 20, 24, .5);
}
.confirm p { color: rgba(233, 238, 240, .9); max-width: 24rem; }
.confirm .saved {
  background: var(--ember); color: #241503;
  font-weight: 800; border-radius: 999px; padding: .45rem 1.1rem;
}

/* ---------- responsive ---------- */

@media (max-width: 960px) {
  .elev-rail { display: none; }

  .reel { height: 200vh; }
  .reel-info { right: 1.2rem; max-width: none; }
  .reel-cta {
    left: 1.2rem; right: 1.2rem;
    bottom: 1.2rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .reel-info { bottom: 6.4rem; }
  .open-chips { display: none; }
  .reel-cta .btn { flex: 1; justify-content: center; }

  .sheet { width: 100%; border-left: none; }
  .sheet-photos img { height: 150px; }
  .addon-tiles { grid-template-columns: repeat(3, 1fr); }
  .foot-row { flex-direction: column; align-items: flex-start; }
  .stays-filter input[type="date"] { width: 100%; }
}

@media (max-width: 640px) {
  .topbar { padding: .8rem 1rem; }
  .direct-pill { display: none; }
  .hero h1 { font-size: 16.5vw; line-height: .98; }
  .reel-info h2 { font-size: 2.3rem; }
  .night { width: 40px; }
  .sheet-actions { grid-template-columns: 1fr; }
}
