/* Extracted from places-to-stay.html for better maintainability */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&family=Pinyon+Script&display=swap');

    :root {
      --paper: #fffaf7;
      --ink: #221a1f;
      --ink-soft: #5a444a;
      --rose: #c9637c;
      --rose-700: #93435a;
      --sage: #52775a;
      --gold: #c4a157;
      --blush-100: #ffecea;
      --line: rgba(102, 71, 82, 0.18);
      --maxw: 1120px;
      --serif: "Cormorant Garamond", Georgia, serif;
      --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
      --script: "Pinyon Script", cursive;
    }
    * { box-sizing: border-box; }
    body {
      margin: 0;
      font-family: var(--sans);
      color: var(--ink);
      background:
        radial-gradient(1200px 760px at 12% -6%, rgba(201, 99, 124, 0.12), transparent 60%),
        radial-gradient(1000px 700px at 86% 12%, rgba(82, 119, 90, 0.12), transparent 62%),
        linear-gradient(170deg, #fffdfb 0%, #fff9f6 48%, #fff6f3 100%);
      overflow-x: clip;
    }
    html {
      max-width: 100%;
      overflow-x: clip;
    }
    body::before {
      content: '';
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: 0.35;
      background: url('images/paper-texture.webp') center / 620px repeat;
      z-index: -2;
    }
    body::after {
      content: '';
      position: fixed;
      inset: 0;
      pointer-events: none;
      background:
        radial-gradient(460px 320px at 6% 18%, rgba(201, 99, 124, 0.12), transparent 70%),
        radial-gradient(560px 360px at 95% 28%, rgba(82, 119, 90, 0.1), transparent 70%);
      z-index: -1;
    }
    .container { max-width: var(--maxw); margin: 0 auto; }
    .kicker {
      margin-bottom: 10px;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      font-size: 12px;
      color: var(--rose-700);
      font-weight: 700;
    }
    .subhead {
      margin-top: 10px;
      font-family: var(--serif);
      font-size: clamp(23px, 3vw, 34px);
      font-weight: 400;
      font-style: italic;
      line-height: 1.12;
      letter-spacing: 0.01em;
      color: rgba(86, 55, 66, 0.88);
    }
    .pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      color: #301f25;
      padding: 12px 18px;
      font-weight: 700;
      border: 1px solid rgba(147, 67, 90, 0.2);
      background: linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(255, 231, 226, 0.86));
      box-shadow: 0 8px 20px rgba(85, 44, 58, 0.1);
      transition: transform 150ms ease, box-shadow 150ms ease;
    }
    .pill:hover,
    .pill:focus-visible { transform: translateY(-2px); box-shadow: 0 14px 24px rgba(85, 44, 58, 0.16); }
    .serif-title {
      font-family: var(--serif);
      font-size: clamp(48px, 8vw, 84px);
      color: var(--rose-700);
      margin: 10px 0;
      line-height: 0.92;
      letter-spacing: -0.02em;
    }
    .eats-hero {
      padding: 110px 20px 34px;
      text-align: center;
      background: radial-gradient(circle at center, var(--blush-100), transparent);
    }
    .eats-hero-links {
      margin-top: 1rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0.8rem 1rem;
    }
    .eats-hero-link {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      gap: 0.3rem;
      text-decoration: none;
      color: #2f1f25;
      font-size: 0.82rem;
      letter-spacing: 0.11em;
      font-weight: 700;
    }
    .eats-hero-link__icon { width: 56px; height: 56px; object-fit: contain; }
    .eats-hero-link:hover,
    .eats-hero-link:focus-visible { color: #5f3342; }
    .page-stay .eats-hero-link__icon:not([src*="stay.webp" i]) { filter: grayscale(1) brightness(0.82); opacity: 0.72; }
    .see-jump-strip {
      margin: 0 auto 10px;
      padding: 14px 16px;
      display: flex;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap;
      border: 1px solid rgba(147, 67, 90, 0.16);
      background: linear-gradient(155deg, rgba(255, 252, 249, 0.98), rgba(255, 241, 235, 0.88));
      box-shadow: 0 14px 28px rgba(80, 41, 54, 0.1);
    }
    .see-jump-strip__label {
      margin: 0;
      font-size: 0.74rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: rgba(47, 31, 37, 0.82);
      font-weight: 700;
      white-space: nowrap;
    }
    .see-atlas-jumps--strip {
      display: flex;
      flex-wrap: wrap;
      gap: 0.6rem;
      align-items: center;
    }
    .see-atlas-jump {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      padding: 8px 12px;
      color: rgba(47, 31, 37, 0.9);
      border: 1px solid rgba(147, 67, 90, 0.18);
      background: rgba(255, 249, 246, 0.92);
      font-size: 0.78rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      font-weight: 700;
      transition: transform 140ms ease, border-color 140ms ease, background-color 140ms ease;
    }
    .see-atlas-jump:hover,
    .see-atlas-jump:focus-visible {
      transform: translateY(-1px);
      border-color: rgba(147, 67, 90, 0.36);
      background: rgba(255, 240, 232, 0.95);
    }

    .hero-gap { height: 0; }
    .stay-planning-note {
      padding: 10px 20px 18px;
    }
    .stay-planning-note__inner {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: 18px;
      align-items: stretch;
      padding: clamp(20px, 4vw, 34px);
      border: 1px solid rgba(147, 67, 90, 0.18);
      background: linear-gradient(155deg, rgba(255, 253, 250, 0.96), rgba(255, 241, 236, 0.88));
      box-shadow: 0 14px 30px rgba(85, 44, 58, 0.1);
    }
    .stay-planning-note__title {
      margin: 0;
      font-family: var(--serif);
      font-size: clamp(34px, 5.2vw, 56px);
      line-height: 0.95;
      color: var(--rose-700);
    }
    .stay-planning-note__copy {
      margin: 0;
      display: grid;
      gap: 0.72rem;
      color: rgba(47, 31, 37, 0.86);
      font-size: clamp(0.96rem, 1.5vw, 1.08rem);
      line-height: 1.58;
    }
    .stay-planning-note__copy p {
      margin: 0;
    }
    .stay-planning-steps {
      grid-column: 1 / -1;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
      margin-top: 6px;
    }
    .stay-planning-step {
      border: 1px solid rgba(147, 67, 90, 0.16);
      background: rgba(255, 255, 255, 0.72);
      padding: 12px;
    }
    .stay-planning-step__icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      margin-bottom: 8px;
      border: 1px solid rgba(196, 161, 87, 0.5);
      background: rgba(196, 161, 87, 0.14);
      color: var(--rose-700);
      font-weight: 800;
      font-size: 0.78rem;
      letter-spacing: 0.08em;
    }
    .stay-planning-step h3 {
      margin: 0 0 5px;
      font-size: 0.82rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #3b2931;
    }
    .stay-planning-step p {
      margin: 0;
      font-size: 0.88rem;
      line-height: 1.42;
      color: rgba(47, 31, 37, 0.78);
    }
    .stay-sections {
      display: flex;
      flex-direction: column;
      gap: 0;
    }
    .stay-section {
      margin: 0;
      padding: 0;
    }
    .stay-section .stay-section-card {
      display: none;
    }
    .stay-section + .stay-section {
      margin-top: 0;
    }
    .hotel-head {
      margin: 0 auto;
      max-width: var(--maxw);
      padding-top: 8px;
    }
    #sceneSection { order: 1; }
    #airbnb { order: 2; }
    .stay-section--hotel { order: 3; }
    .stay-track { position: relative; height: 650vh; }
    .sticky-viewport { position: sticky; top: 0; width: 100vw; height: 100vh; display: grid; grid-template-columns: 1.1fr 1fr; background: var(--paper); }
    .scroll-nav { position: fixed; left: clamp(12px, 3vw, 40px); top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 30px; z-index: 100; opacity: 0; transition: opacity 0.25s ease; }
    .nav-dot { width: 2px; height: 40px; background: rgba(59,42,50,0.12); position: relative; overflow: hidden; }
    .nav-dot .fill { position: absolute; top: 0; left: 0; width: 100%; height: 0%; background: var(--gold); transition: height 0.1s linear; }

    .visual-zone { position: relative; height: 100%; overflow: hidden; }
    #canvas-container { position: absolute; inset: 0; z-index: 1; }
    .wire-annotations {
      position: absolute;
      inset: 0;
      z-index: 3;
      pointer-events: none;
      opacity: 1;
      visibility: visible;
      transition: opacity 180ms ease, visibility 180ms ease;
    }
    .visual-zone.is-portal-active .wire-annotations {
      opacity: 0;
      visibility: hidden;
    }
    .wire-anno {
      position: absolute;
      inset: 0;
      opacity: 0;
      animation: annoAppear 0.24s ease forwards;
    }
    .wire-anno svg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      overflow: visible;
    }
    .wire-anno__line {
      stroke: rgba(59, 42, 50, 0.18);
      stroke-width: 0.55;
      fill: none;
      stroke-linecap: square;
      pathLength: 1;
      stroke-dasharray: 1;
      stroke-dashoffset: 1;
      animation: annoLine 0.42s ease forwards;
    }
    .wire-anno__dot {
      fill: rgba(59, 42, 50, 0.24);
      filter: none;
      animation: annoAppear 0.2s ease 0.08s forwards;
      opacity: 0;
    }
    .wire-anno__card {
      position: absolute;
      transform: translate(-6px, -50%);
      background: rgba(255, 255, 255, 0.88);
      border: 1px solid rgba(59, 42, 50, 0.16);
      padding: 8px 10px;
      max-width: 230px;
      opacity: 0;
      animation: annoFade 0.28s ease 0.18s forwards;
      backdrop-filter: blur(2px);
    }
    .wire-anno__label {
      display: block;
      font-size: 10px;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: rgba(59, 42, 50, 0.78);
      margin-bottom: 4px;
      font-weight: 700;
    }
    .wire-anno__text {
      margin: 0;
      font-size: 13px;
      line-height: 1.38;
      color: rgba(34, 26, 31, 0.82);
    }

    @keyframes annoLine {
      from { stroke-dashoffset: 1; }
      to { stroke-dashoffset: 0; }
    }
    @keyframes annoAppear {
      from { opacity: 0; }
      to { opacity: 1; }
    }
    @keyframes annoFade {
      from { opacity: 0; transform: translate(-6px, calc(-50% + 6px)); }
      to { opacity: 1; transform: translate(-6px, -50%); }
    }
    .hotel-portal { position: absolute; top: 20%; left: 10%; width: 80%; height: 55%; background-size: cover; background-position: center; z-index: 5; border: 1px solid var(--gold); box-shadow: 0 30px 60px rgba(0,0,0,0.15); opacity: 0; transform: scale(1.08); filter: blur(12px); transition: opacity 0.6s ease, transform 0.8s cubic-bezier(0.16,1,0.3,1), filter 0.6s ease; }
    .hotel-portal.is-active { opacity: 1; transform: scale(1); filter: blur(0); }
    .hotel-portal.is-swapping { opacity: 0.08; filter: blur(16px); transform: scale(1.05); }

    .info-pane { position: relative; height: 100%; padding: 6vh 10% 0; display: flex; align-items: flex-start; border-left: 1px solid rgba(196,161,87,0.12); background: #fff; }
    .info-card { position: absolute; width: 82%; top: 10vh; opacity: 1; transform: translateY(0); background: #fff; transition: all 0.6s cubic-bezier(0.16,1,0.3,1); pointer-events: auto; }
    .info-card.is-swapping { opacity: 0.35; transform: translateY(10px); }
    .info-card h2 { font-family: var(--serif); font-size: clamp(34px, 5vw, 58px); margin: 4px 0 10px; line-height: 1.05; color: var(--ink); }
    .info-card .tag {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: clamp(210px, 54%, 360px);
      max-width: 100%;
      margin-bottom: 10px;
      padding: 8px 14px;
      border-radius: 8px;
      border: 1px solid rgba(196, 161, 87, 0.32);
      border-left-width: 5px;
      background: linear-gradient(90deg, rgba(196, 161, 87, 0.26), rgba(196, 161, 87, 0.08));
      color: #8c6b2f;
      text-transform: uppercase;
      letter-spacing: 0.18em;
      font-size: 11px;
      font-weight: 700;
      line-height: 1;
      transition: background 220ms ease, border-color 220ms ease, color 220ms ease;
    }
    .info-card .tag[data-tone="budget"] {
      color: #2f5e83;
      border-color: rgba(47, 94, 131, 0.3);
      background: linear-gradient(90deg, rgba(130, 172, 207, 0.32), rgba(130, 172, 207, 0.08));
    }
    .info-card .tag[data-tone="extended-stay"] {
      color: #2b6b53;
      border-color: rgba(43, 107, 83, 0.3);
      background: linear-gradient(90deg, rgba(127, 183, 159, 0.34), rgba(127, 183, 159, 0.08));
    }
    .info-card .tag[data-tone="premium"] {
      color: #86405a;
      border-color: rgba(134, 64, 90, 0.32);
      background: linear-gradient(90deg, rgba(205, 133, 157, 0.34), rgba(205, 133, 157, 0.08));
    }
    .info-card .tag[data-tone="luxury"] {
      color: #8c6b2f;
      border-color: rgba(196, 161, 87, 0.34);
      background: linear-gradient(90deg, rgba(220, 191, 124, 0.36), rgba(220, 191, 124, 0.08));
    }
    .info-card .subline { color: var(--ink-soft); font-size: 16px; line-height: 1.6; margin: 0 0 18px; }
    .spec-grid { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; border-top: 1px solid rgba(59,42,50,0.1); padding-top: 20px; }
    .spec-item b { display: flex; align-items: center; font-size: 11px; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; letter-spacing: 0.14em; }
    .spec-item b svg { width: 13px; height: 13px; margin-right: 6px; }
    .spec-item span { font-size: 14px; color: #555; line-height: 1.5; }
    .walk-score { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: var(--gold); color: white; font-weight: 700; font-size: 10px; margin-right: 8px; }

    .hotel-rail-shell { margin-top: 22px; display: grid; grid-template-columns: 36px minmax(0, 1fr) 36px; gap: 8px; align-items: center; }
    .rail { display: flex; gap: 12px; overflow-x: auto; padding: 8px 4px 6px; scrollbar-width: thin; scroll-behavior: smooth; }
    .rail::-webkit-scrollbar { height: 8px; }
    .rail::-webkit-scrollbar-thumb { background: rgba(34,26,31,0.25); border-radius: 999px; }
    .hotel-rail-arrow {
      width: 36px;
      height: 52px;
      border: 1px solid var(--line);
      background: #fff;
      color: var(--ink);
      font-size: 28px;
      line-height: 1;
      cursor: pointer;
      box-shadow: 0 10px 20px rgba(34,26,31,0.06);
    }
    .hotel-rail-arrow:hover,
    .hotel-rail-arrow:focus-visible {
      border-color: var(--gold);
      color: var(--plum);
    }
    .chip { min-width: 168px; border: 1px solid var(--line); border-radius: 14px; padding: 8px 10px; display: grid; grid-template-columns: 52px 1fr; gap: 10px; align-items: center; background: #fff; box-shadow: 0 10px 24px rgba(34,26,31,0.06); cursor: pointer; transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease; }
    .chip:hover { border-color: var(--line); }
    .chip.is-active { border-color: var(--gold); box-shadow: 0 14px 28px rgba(34,26,31,0.1); }
    .chip__thumb { width: 52px; height: 52px; border-radius: 12px; background-size: cover; background-position: center; border: 1px solid rgba(196,161,87,0.35); }
    .chip__meta { display: flex; flex-direction: column; gap: 2px; }
    .chip__title { font-weight: 700; font-size: 14px; color: var(--ink); }
    .chip__tag { font-size: 12px; color: var(--ink-soft); }
    .hotel-detail-panel {
      display: none;
      margin-top: 14px;
      border: 1px solid rgba(59, 42, 50, 0.16);
      border-left: 3px solid var(--gold);
      background: linear-gradient(155deg, rgba(255, 254, 251, 0.98), rgba(253, 246, 237, 0.92));
      padding: 14px 15px;
      box-shadow: 0 12px 28px rgba(34, 26, 31, 0.08);
      min-height: 136px;
    }
    .hotel-detail-panel__kicker {
      margin: 0;
      font-size: 12px;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--rose-700);
      font-weight: 700;
    }
    .hotel-detail-panel__title {
      margin: 7px 0 0;
      font-family: var(--serif);
      font-size: clamp(23px, 2.5vw, 30px);
      line-height: 1.08;
      color: var(--ink);
    }
    .hotel-detail-panel__copy {
      margin: 9px 0 0;
      font-size: 14px;
      line-height: 1.58;
      color: rgba(47, 31, 37, 0.78);
      max-width: 58ch;
    }

    .explore-footer {
      margin: 20px auto 40px;
      padding: 1.3rem 0 0.8rem;
      border: 1px solid rgba(147, 67, 90, 0.16);
      background: linear-gradient(155deg, rgba(255, 252, 249, 0.96), rgba(255, 241, 235, 0.88));
      box-shadow: 0 14px 28px rgba(80, 41, 54, 0.1);
      max-width: var(--maxw);
    }
    .explore-footer__inner { display: grid; justify-items: center; gap: 0.85rem; }
    .explore-footer__badge {
      width: 82px;
      height: 82px;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: transform 140ms ease;
    }
    .explore-footer__badge img { width: 100%; height: 100%; object-fit: contain; display: block; }
    .explore-footer__badge:hover,
    .explore-footer__badge:focus-visible { transform: translateY(-1px); }
    .explore-footer__kicker {
      margin: -0.2rem 0 0.2rem;
      font-size: 0.72rem;
      letter-spacing: 0.11em;
      text-transform: uppercase;
      color: rgba(47, 31, 37, 0.84);
      font-weight: 700;
    }
    .explore-footer__nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.8rem 1.1rem; }
    .explore-footer__link {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      gap: 0.35rem;
      text-decoration: none;
      color: rgba(47, 31, 37, 0.86);
      font-size: 0.82rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      transition: color 140ms ease, transform 140ms ease;
    }
    .explore-footer__link:hover,
    .explore-footer__link:focus-visible { color: #2f1f25; transform: translateY(-1px); }
    .explore-footer__icon { width: 52px; height: 52px; object-fit: contain; display: block; }
    .explore-footer__note {
      margin: 0.1rem 0 0;
      text-align: center;
      white-space: nowrap;
      font-size: 0.72rem;
      line-height: 1.4;
      color: rgba(47, 31, 37, 0.68);
    }
    .page-stay .explore-footer__icon:not([src*="stay.webp" i]) { filter: grayscale(1) brightness(0.82); opacity: 0.72; }

    .hotel-modal { display: none; }
    body.modal-open { overflow: hidden; }

    .rental-section {
      padding: 110px 20px 90px;
      background:
        linear-gradient(180deg, rgba(255, 250, 247, 0.45), rgba(255, 250, 247, 0.96)),
        radial-gradient(1000px 600px at 8% 8%, rgba(201, 99, 124, 0.12), transparent 58%),
        radial-gradient(900px 540px at 90% 12%, rgba(82, 119, 90, 0.11), transparent 58%);
      border-top: 1px solid rgba(147, 67, 90, 0.1);
    }
    .rental-shell {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
      gap: 0 38px;
      align-items: start;
    }
    .rental-head {
      display: flex;
      flex-direction: column;
      gap: 18px;
      margin-bottom: 6px;
      grid-column: 1 / -1;
    }
    .rental-hero {
      width: 100%;
      aspect-ratio: 3 / 1;
      min-height: 220px;
      max-height: 420px;
      margin: 0 0 12px;
      overflow: hidden;
      border: 1px solid rgba(147, 67, 90, 0.14);
      box-shadow: 0 22px 44px rgba(47, 31, 37, 0.1);
      background: rgba(255, 250, 247, 0.86);
    }
    .rental-hero img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
    .rental-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      font-size: 12px;
      font-weight: 700;
      color: var(--rose-700);
    }
    .rental-title {
      margin: 0;
      font-family: var(--serif);
      font-size: clamp(42px, 6vw, 70px);
      line-height: 0.95;
      color: var(--ink);
    }
    .rental-intro {
      margin: 0;
      max-width: none;
      font-size: 18px;
      line-height: 1.7;
      color: rgba(47, 31, 37, 0.84);
    }
    .rental-grid { display: grid; gap: 22px; }
    .rental-top {
      display: grid;
      grid-template-columns: 1fr;
      gap: 18px;
      align-items: stretch;
    }
    .rental-gallery {
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(150px, 0.85fr);
      gap: 16px;
    }
    .rental-gallery__hero,
    .rental-gallery__stack div {
      background-size: cover;
      background-position: center;
      border: 1px solid rgba(147, 67, 90, 0.14);
      box-shadow: 0 22px 40px rgba(47, 31, 37, 0.08);
    }
    .rental-gallery__hero {
      min-height: 520px;
      position: relative;
      overflow: hidden;
    }
    .rental-gallery__stack {
      display: grid;
      grid-template-rows: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }
    .rental-gallery__stack div { min-height: 252px; }
    .rental-gallery__hero::after {
      content: "Short-term rentals unlock whole neighbourhoods the hotel map barely reaches.";
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: 18px;
      padding: 14px 16px;
      background: linear-gradient(145deg, rgba(34, 26, 31, 0.84), rgba(34, 26, 31, 0.68));
      color: #fff;
      font-size: 14px;
      line-height: 1.45;
      letter-spacing: 0.01em;
    }
    .rental-panel {
      background: rgba(255, 255, 255, 0.58);
      border: 1px solid rgba(147, 67, 90, 0.08);
      box-shadow: none;
      padding: 10px 24px 16px;
    }
    .rental-panel--lead {
      display: grid;
      gap: 10px;
      height: 100%;
    }
    .rental-benefit-heading {
      margin: 0;
      font-family: var(--sans);
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.04em;
      color: rgba(47, 31, 37, 0.78);
    }
    .rental-benefit-rail {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 14px;
    }
    .rental-benefit-pill {
      min-height: 48px;
      color: var(--ink);
      padding: 4px 0;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .rental-benefit-pill.is-active {
      color: var(--ink);
    }
    .rental-benefit-pill--group { grid-column: auto; }
    .rental-benefit-pill__icon {
      width: 30px;
      height: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--rose-700);
      flex: 0 0 30px;
    }
    .rental-benefit-pill__icon svg {
      width: 26px;
      height: 26px;
      stroke: currentColor;
      fill: none;
      stroke-width: 1.55;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .rental-benefit-pill__label {
      font-size: 15px;
      letter-spacing: 0.02em;
      font-weight: 600;
      text-align: left;
      line-height: 1.25;
    }
    .rental-watchlist {
      display: grid;
      gap: 14px;
      margin-top: 8px;
    }
    .rental-watch {
      display: grid;
      grid-template-columns: 12px 1fr;
      gap: 12px;
      padding: 14px 0;
      border-top: 1px solid rgba(147, 67, 90, 0.12);
    }
    .rental-watch:first-of-type { border-top: none; padding-top: 0; }
    .rental-watch__dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      margin-top: 4px;
      background: linear-gradient(180deg, var(--rose), var(--rose-700));
      box-shadow: 0 0 0 4px rgba(201, 99, 124, 0.12);
    }
    .rental-watch b {
      display: block;
      margin-bottom: 4px;
      font-size: 13px;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--ink);
    }
    .rental-watch span {
      font-size: 14px;
      line-height: 1.58;
      color: rgba(47, 31, 37, 0.78);
    }
    .rental-note {
      padding: 16px 18px;
      border-left: 2px solid var(--gold);
      background: rgba(255, 245, 235, 0.86);
      font-size: 14px;
      line-height: 1.62;
      color: rgba(47, 31, 37, 0.82);
    }

    .scene-section {
      position: relative;
      min-height: 100vh;
      background:
        linear-gradient(180deg, rgba(255, 250, 247, 0.94), rgba(255, 250, 247, 0.98)),
        radial-gradient(1100px 700px at 15% 12%, rgba(196, 161, 87, 0.08), transparent 60%);
      border-top: 1px solid rgba(147, 67, 90, 0.08);
    }
    .scene-sticky {
      position: sticky;
      top: 0;
      height: 100vh;
      overflow: visible;
      display: flex;
      align-items: flex-start;
      padding-top: clamp(22px, 5vh, 64px);
    }
    .scene-shell {
      width: 100vw;
      max-width: none;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      min-width: 0;
      display: grid;
      gap: 34px;
      padding: 0;
      overflow: visible;
    }
    .scene-header {
      display: grid;
      gap: 16px;
      justify-items: center;
      text-align: center;
      position: relative;
      z-index: 4;
      padding: 0 20px;
    }
    .scene-kicker {
      text-transform: uppercase;
      letter-spacing: 0.16em;
      font-size: 12px;
      font-weight: 700;
      color: var(--rose-700);
    }
    .scene-title {
      margin: 0;
      font-family: var(--serif);
      font-size: clamp(44px, 6vw, 76px);
      line-height: 0.94;
      color: var(--ink);
    }
    .scene-intro {
      margin: 0;
      max-width: 760px;
      font-size: 18px;
      line-height: 1.66;
      color: rgba(47, 31, 37, 0.82);
    }
    .scene-ribbon {
      width: 100%;
      min-width: 0;
      max-width: 100%;
      left: 0;
      right: 0;
      padding: 28px 0 34px;
      background:
        linear-gradient(180deg, rgba(22, 17, 20, 0.98), rgba(13, 10, 12, 0.98));
      transform: rotate(-2.6deg) scale(1);
      transform-origin: center center;
      box-shadow: 0 34px 60px rgba(23, 18, 21, 0.24);
      position: relative;
      overflow: hidden;
    }
    .scene-ribbon::before,
    .scene-ribbon::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      height: 18px;
      background-image: radial-gradient(circle, #000 8px, transparent 8px);
      background-size: 42px 18px;
      opacity: 0.88;
      pointer-events: none;
    }
    .scene-ribbon::before { top: 0; }
    .scene-ribbon::after { bottom: 0; }
    .scene-track {
      display: flex;
      width: max-content;
      min-width: 100%;
      gap: 22px;
      padding: 26px min(10vw, 120px);
      position: relative;
      z-index: 2;
      will-change: transform;
      transform: translateX(0);
    }
    .scene-card {
      width: min(66vw, 330px);
      flex: 0 0 auto;
      border: 0;
      background: transparent;
      padding: 0;
      text-align: left;
      cursor: pointer;
      color: inherit;
      font: inherit;
    }
    .scene-card:focus-visible .scene-card__frame,
    .scene-card:hover .scene-card__frame {
      transform: translateY(-6px);
      border-color: rgba(196, 161, 87, 0.68);
    }
    .scene-card__frame {
      display: block;
      padding: 10px;
      background: rgba(6, 7, 10, 0.97);
      border: 1px solid rgba(255, 255, 255, 0.06);
      transition: transform 180ms ease, border-color 180ms ease;
    }
    .scene-card__image {
      display: block;
      width: 100%;
      aspect-ratio: 16 / 11;
      background-size: cover;
      background-position: center;
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(0, 0, 0, 0.7);
      background-color: #06070a;
    }
    .scene-card__image::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(4, 4, 6, 0.08), rgba(4, 4, 6, 0.62));
      z-index: 1;
      pointer-events: none;
    }
    .scene-card__video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      pointer-events: none;
    }
    .scene-card__meta {
      position: absolute;
      left: 12px;
      right: 12px;
      bottom: 10px;
      display: flex;
      justify-content: space-between;
      gap: 10px;
      padding: 0;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
      font-size: 9px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.66);
      z-index: 2;
    }
    .scene-card__text {
      display: block;
      padding: 9px 1px 4px;
      transform: none;
    }
    .scene-card__code {
      display: inline-block;
      margin-bottom: 8px;
      color: rgba(255, 255, 255, 0.54);
      font-size: 10px;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }
    .scene-card__title {
      margin: 0 0 8px;
      font-family: var(--serif);
      font-size: clamp(28px, 3vw, 36px);
      color: var(--gold);
      line-height: 0.9;
    }
    .scene-card__desc {
      margin: 0;
      color: rgba(255, 255, 255, 0.86);
      font-size: 13px;
      line-height: 1.35;
    }
    .scene-prompt {
      justify-self: center;
      margin: 0;
      padding: 8px 16px;
      border: 1px solid rgba(147, 67, 90, 0.16);
      background: rgba(255, 255, 255, 0.74);
      color: rgba(47, 31, 37, 0.74);
      font-size: 12px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      position: relative;
      z-index: 4;
      margin-inline: 20px;
    }

    .section--stay-quiz {
      margin-top: 20px;
      padding: 18px 0 62px;
    }
    .stay-quiz {
      width: min(var(--maxw), calc(100% - 2rem));
      margin-inline: auto;
    }
    .stay-quiz .card {
      position: relative;
      background: linear-gradient(168deg, rgba(255, 255, 255, 0.97), rgba(255, 245, 241, 0.9));
      border: 1px solid rgba(147, 67, 90, 0.16);
      box-shadow: 0 12px 24px rgba(80, 41, 54, 0.12);
      padding: clamp(22px, 5vw, 40px);
      overflow: hidden;
    }
    .stay-quiz .card::before {
      content: "";
      position: absolute;
      width: 210px;
      height: 210px;
      top: -110px;
      right: -90px;
      border-radius: 50%;
      background: radial-gradient(
        circle,
        rgba(239, 215, 165, 0.42) 0%,
        rgba(239, 215, 165, 0.3) 34%,
        rgba(239, 215, 165, 0.18) 56%,
        rgba(239, 215, 165, 0.08) 74%,
        rgba(239, 215, 165, 0.03) 88%,
        rgba(239, 215, 165, 0) 100%
      );
      pointer-events: none;
    }
    .stay-quiz__layout {
      display: grid;
      grid-template-columns: minmax(420px, 1.05fr) minmax(290px, 0.95fr);
      gap: 1rem;
      align-items: center;
    }
    .stay-quiz__flow.card,
    .stay-quiz__intro.card {
      margin: 0;
    }
    .stay-quiz__flow.card {
      background: transparent;
      border: 0;
      box-shadow: none;
      padding: 0;
      overflow: visible;
    }
    .stay-quiz__flow.card::before { display: none; }
    .stay-quiz__flow {
      width: 100%;
      justify-self: stretch;
    }
    .stay-quiz__intro-shell {
      align-self: center;
      margin: 0;
      padding: clamp(22px, 5vw, 40px);
    }
    .stay-quiz__intro { margin: 0; }
    .stay-quiz__intro.card::before { display: none; }
    .stay-quiz__title { margin-bottom: 8px; }
    .stay-quiz__intro .subhead {
      margin: 0 0 1rem;
      font-family: var(--sans);
      font-size: clamp(1.05rem, 1.6vw, 1.3rem);
      line-height: 1.42;
      color: #533f46;
      max-width: 30ch;
    }
    .stay-quiz__stack {
      position: relative;
      min-height: 500px;
    }
    .stay-quiz__step {
      position: absolute;
      inset: 0;
      border: 1px solid rgba(147, 67, 90, 0.16);
      overflow: hidden;
      background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 239, 234, 0.88));
      box-shadow: 0 18px 36px rgba(80, 41, 54, 0.14);
      display: flex;
      flex-direction: column;
      transform: translateX(108%);
      opacity: 0;
      pointer-events: none;
      transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
      z-index: 3;
    }
    .stay-quiz__step.is-current {
      transform: translateX(0);
      opacity: 1;
      pointer-events: auto;
    }
    .stay-quiz__step.is-past {
      transform: translateX(-108%);
      opacity: 0;
      pointer-events: none;
    }
    .stay-quiz__step-image {
      width: 100%;
      height: clamp(190px, 29vh, 236px);
      object-fit: cover;
      display: block;
    }
    .stay-quiz__step-body {
      padding: 14px 14px 12px;
      display: flex;
      flex-direction: column;
      flex: 1 1 auto;
      min-height: 0;
      overflow-y: auto;
      gap: 0.45rem;
    }
    .stay-quiz__step-body h3 {
      margin: 0;
      font-family: var(--sans);
      font-size: clamp(0.98rem, 1.3vw, 1.18rem);
      color: #2f1f25;
      line-height: 1.3;
    }
    .stay-quiz__hint {
      margin: 0;
      font-family: var(--sans);
      font-size: 0.76rem;
      font-weight: 600;
      letter-spacing: 0.01em;
      color: rgba(84, 50, 61, 0.82);
    }
    .stay-quiz__options {
      display: flex;
      gap: 0.4rem;
      flex-wrap: wrap;
    }
    .stay-quiz__option {
      border: 1px solid rgba(147, 67, 90, 0.2);
      padding: 0.48rem 0.78rem;
      background: rgba(255, 255, 255, 0.9);
      color: #2f1f25;
      font-family: var(--sans);
      font-size: 0.84rem;
      font-weight: 700;
      cursor: pointer;
      transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
    }
    .stay-quiz__option:hover,
    .stay-quiz__option:focus-visible {
      transform: translateY(-1px);
      border-color: rgba(147, 67, 90, 0.35);
      box-shadow: 0 10px 18px rgba(80, 41, 54, 0.12);
    }
    .stay-quiz__option.is-selected {
      border-color: rgba(147, 67, 90, 0.5);
      background: linear-gradient(138deg, rgba(201, 99, 124, 0.2), rgba(239, 215, 165, 0.28));
      color: #2f1f25;
    }
    .stay-quiz__next {
      margin-top: 0.35rem;
      display: block;
      margin-left: auto;
      position: sticky;
      bottom: 0;
      border: 1px solid rgba(147, 67, 90, 0.28);
      padding: 0.5rem 0.86rem;
      background: #a33d5a;
      color: #fff;
      font-family: var(--sans);
      font-size: 0.82rem;
      font-weight: 700;
      cursor: pointer;
      transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
    }
    .stay-quiz__next[hidden] { display: none !important; }
    .stay-quiz__next:hover,
    .stay-quiz__next:focus-visible {
      transform: translateY(-1px);
      border-color: rgba(120, 39, 63, 0.9);
      background: #862a45;
      box-shadow: 0 8px 16px rgba(80, 41, 54, 0.12);
    }
    .stay-quiz__next:disabled {
      cursor: not-allowed;
      opacity: 1;
      background: rgba(255, 255, 255, 0.92);
      color: rgba(71, 44, 52, 0.58);
      border-color: rgba(147, 67, 90, 0.2);
      transform: none;
      box-shadow: none;
    }
    .stay-quiz__result {
      --stay-quiz-result-media-height: 222px;
      position: absolute;
      inset: 0;
      border: 1px solid rgba(147, 67, 90, 0.18);
      overflow-y: auto;
      overflow-x: hidden;
      padding: 0;
      background: linear-gradient(145deg, rgb(255, 253, 246), rgb(255, 244, 224));
      box-shadow: 0 18px 36px rgba(80, 41, 54, 0.16);
      z-index: 6;
      display: flex;
      flex-direction: column;
    }
    .stay-quiz__result[hidden] { display: none !important; }
    .stay-quiz__result-video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      background: #120f11;
      pointer-events: none;
    }
    .stay-quiz__result-video[hidden] { display: none !important; }
    .stay-quiz__result-image-link {
      display: block;
      flex: 0 0 var(--stay-quiz-result-media-height);
      min-height: 144px;
      max-height: 248px;
      overflow: hidden;
    }
    .stay-quiz__result-body {
      flex: 1 1 auto;
      min-height: 160px;
      display: flex;
      flex-direction: column;
      padding: 16px 14px 14px;
      background: linear-gradient(145deg, rgb(255, 253, 246), rgb(255, 244, 224));
    }
    .stay-quiz__result-title {
      margin: 0 0 0.45rem;
      font-family: var(--serif);
      color: #2f1f25;
      font-size: clamp(1.7rem, 2.3vw, 2.2rem);
      line-height: 1.02;
    }
    .stay-quiz__result-copy {
      margin: 0;
      color: #38252c;
      font-size: clamp(1rem, 1.45vw, 1.16rem);
      line-height: 1.42;
      font-weight: 600;
    }
    .stay-quiz__cta,
    .stay-quiz__overview {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(147, 67, 90, 0.36);
      background: var(--rose);
      color: #fff;
      text-decoration: none;
      font-weight: 700;
      font-size: 0.92rem;
      padding: 0.64rem 0.92rem;
      transition: background 140ms ease, transform 140ms ease, box-shadow 140ms ease;
    }
    .stay-quiz__overview {
      margin-top: 0.85rem;
      align-self: flex-start;
      font-size: 0.84rem;
      padding: 0.5rem 0.84rem;
      background: #a33d5a;
      border-color: rgba(147, 67, 90, 0.3);
    }
    .stay-quiz__cta:hover,
    .stay-quiz__cta:focus-visible,
    .stay-quiz__overview:hover,
    .stay-quiz__overview:focus-visible {
      background: var(--rose-700);
      transform: translateY(-1px);
      box-shadow: 0 10px 18px rgba(80, 41, 54, 0.18);
    }
    .stay-quiz__reset {
      margin-top: auto;
      display: block;
      margin-left: auto;
      border: 1px solid rgba(147, 67, 90, 0.28);
      background: rgba(255, 255, 255, 0.92);
      color: #2f1f25;
      font-family: var(--sans);
      font-weight: 700;
      font-size: 0.88rem;
      padding: 0.56rem 0.86rem;
      cursor: pointer;
      transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
    }
    .stay-quiz__reset:hover,
    .stay-quiz__reset:focus-visible {
      transform: translateY(-1px);
      border-color: rgba(147, 67, 90, 0.42);
      background: #fff;
      box-shadow: 0 10px 18px rgba(80, 41, 54, 0.12);
    }
    .stay-quiz__option,
    .stay-quiz__next,
    .stay-quiz__cta,
    .stay-quiz__overview,
    .stay-quiz__reset {
      border-radius: 8px;
    }

    .scene-modal {
      position: fixed;
      inset: 0;
      z-index: 180;
      display: none;
    }
    .scene-modal.is-open { display: block; }
    .scene-modal__backdrop {
      position: absolute;
      inset: 0;
      border: 0;
      margin: 0;
      padding: 0;
      background: rgba(20, 12, 16, 0.68);
      backdrop-filter: blur(6px);
    }
    .scene-modal__dialog {
      position: absolute;
      top: 50%;
      left: 50%;
      width: min(1080px, calc(100vw - 48px));
      max-height: calc(100vh - 60px);
      overflow: auto;
      transform: translate(-50%, -50%);
      background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,246,241,0.96));
      border: 1px solid rgba(147, 67, 90, 0.16);
      box-shadow: 0 34px 70px rgba(23, 18, 21, 0.34);
      isolation: isolate;
    }
    .scene-modal__hero {
      min-height: 320px;
      position: relative;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-color: #0c0a0d;
      overflow: hidden;
    }
    .scene-modal__video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      z-index: 0;
      background: #0c0a0d;
      pointer-events: none;
      transform: translateZ(0);
      -webkit-transform: translateZ(0);
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      will-change: transform, opacity;
    }
    .scene-modal__video-canvas {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      background: #0c0a0d;
      pointer-events: none;
    }
    .scene-modal__hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(10, 8, 10, 0.14), rgba(10, 8, 10, 0.72));
      z-index: 1;
    }
    .scene-modal__topbar {
      position: absolute;
      top: 18px;
      right: 18px;
      z-index: 6;
    }
    .scene-modal__close {
      width: 42px;
      height: 42px;
      border: 1px solid rgba(255,255,255,0.32);
      background: rgba(10, 8, 10, 0.42);
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 10px 24px rgba(10, 8, 10, 0.26);
      position: relative;
    }
    .scene-modal__close-icon {
      width: 20px;
      height: 20px;
      display: block;
      stroke: #fff;
      stroke-width: 2.6;
      fill: none;
      stroke-linecap: round;
    }
    .scene-modal__hero-copy {
      position: absolute;
      left: 28px;
      right: 28px;
      bottom: 26px;
      z-index: 3;
      display: grid;
      gap: 10px;
      color: #fff;
    }
    .scene-modal__eyebrow {
      font-size: 12px;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: rgba(255, 235, 198, 0.92);
      font-weight: 700;
    }
    .scene-modal__title {
      margin: 0;
      font-family: var(--serif);
      font-size: clamp(38px, 5vw, 64px);
      line-height: 0.94;
    }
    .scene-modal__lede {
      margin: 0;
      max-width: 720px;
      font-size: 16px;
      line-height: 1.6;
      color: rgba(255, 255, 255, 0.92);
    }
    .scene-modal__lede-mobile {
      display: none;
      margin: 0;
      font-size: 15px;
      line-height: 1.55;
      color: rgba(47, 31, 37, 0.82);
    }
    .scene-modal__body {
      padding: 28px;
      display: grid;
      gap: 26px;
    }
    .scene-modal__badges {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    .scene-modal__badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px 14px;
      background: rgba(255, 250, 247, 0.92);
      border: 1px solid rgba(147, 67, 90, 0.14);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(47, 31, 37, 0.84);
    }
    .scene-modal__grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
    }
    .scene-modal__item {
      padding: 14px 14px 13px;
      background: rgba(255,255,255,0.88);
      border: 1px solid rgba(147, 67, 90, 0.12);
      min-height: 124px;
      display: grid;
      grid-template-columns: 34px 1fr;
      gap: 10px;
      align-items: start;
    }
    .scene-modal__icon {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: rgba(196, 161, 87, 0.14);
      color: var(--gold);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-top: 1px;
    }
    .scene-modal__icon svg {
      width: 16px;
      height: 16px;
      stroke: currentColor;
      fill: none;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .scene-modal__label {
      display: block;
      margin-bottom: 4px;
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--gold);
      line-height: 1.15;
    }
    .scene-modal__text {
      margin: 0;
      font-size: 13px;
      line-height: 1.45;
      color: rgba(47, 31, 37, 0.82);
    }
    .scene-modal__footer-note {
      margin: 0;
      padding: 16px 18px;
      background: rgba(255, 242, 233, 0.92);
      border-left: 2px solid var(--gold);
      font-size: 13px;
      line-height: 1.62;
      color: rgba(47, 31, 37, 0.76);
    }
    .scene-modal__close-bottom {
      display: none;
    }
    .scene-modal__mobile-closebar,
    .scene-modal__mobile-headline {
      display: none;
    }

    @media (min-width: 1021px) {
      .stay-section--scene > .stay-section-content {
        height: 100%;
      }
      .stay-track {
        position: relative;
        height: 650vh;
      }
      .sticky-viewport {
        position: sticky;
        top: 0;
        width: 100vw;
        height: 100vh;
        overflow: hidden;
      }
      .stay-track .hotel-head {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 8px 20px 16px;
        z-index: 24;
        pointer-events: none;
        background: linear-gradient(180deg, rgba(255, 250, 247, 0.99), rgba(255, 250, 247, 0.95));
        border-bottom: 1px solid rgba(147, 67, 90, 0.12);
      }
      .stay-track .info-pane {
        padding-top: clamp(120px, 15.5vh, 182px);
      }
    }

    @media (min-width: 1100px) {
      .rental-section {
        padding: 78px 20px 64px;
      }
      .rental-shell {
        gap: 0 28px;
      }
      .rental-head {
        gap: 12px;
        margin-bottom: 6px;
      }
      .rental-title {
        font-size: clamp(36px, 5.1vw, 58px);
      }
      .rental-intro {
        font-size: 16px;
        line-height: 1.58;
      }
      .rental-top {
        grid-template-columns: 1fr;
        gap: 16px;
      }
      .rental-gallery {
        gap: 12px;
      }
      .rental-gallery__hero {
        min-height: 430px;
      }
      .rental-gallery__stack {
        gap: 12px;
      }
      .rental-gallery__stack div {
        min-height: 208px;
      }
      .rental-gallery__hero::after {
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 11px 12px;
        font-size: 13px;
      }
      .rental-panel {
        padding: 12px 24px 14px;
      }
      .rental-benefit-rail {
        gap: 14px;
        grid-template-columns: repeat(5, minmax(0, 1fr));
      }
      .rental-benefit-pill {
        min-height: 46px;
        padding: 4px 0;
        gap: 10px;
      }
      .rental-benefit-pill__icon {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
      }
      .rental-benefit-pill__icon svg {
        width: 24px;
        height: 24px;
      }
      .rental-benefit-pill__label {
        font-size: 13px;
      }

      .scene-sticky {
        padding-top: clamp(14px, 3.3vh, 42px);
      }
      .scene-shell {
        gap: 22px;
      }
      .scene-header {
        gap: 12px;
      }
      .scene-title {
        font-size: clamp(38px, 5.2vw, 66px);
      }
      .scene-intro {
        font-size: 16px;
        line-height: 1.48;
        max-width: 820px;
      }
      .scene-ribbon {
        padding: 22px 0 26px;
        transform: rotate(-2.2deg);
      }
      .scene-ribbon::before,
      .scene-ribbon::after {
        height: 14px;
        background-size: 34px 14px;
      }
      .scene-track {
        gap: 16px;
        padding: 20px min(8vw, 86px);
      }
      .scene-card {
        width: min(56vw, 280px);
      }
      .scene-card__frame {
        padding: 8px;
      }
      .scene-card__meta {
        font-size: 8px;
      }
      .scene-card__text {
        padding: 8px 1px 3px;
      }
      .scene-card__code {
        margin-bottom: 6px;
        font-size: 9px;
      }
      .scene-card__title {
        margin: 0 0 6px;
        font-size: clamp(24px, 2.6vw, 32px);
      }
      .scene-card__desc {
        font-size: 12px;
      }
      .scene-prompt {
        padding: 7px 14px;
        font-size: 11px;
      }
    }

    @media (max-width: 1020px) {
      .page-stay {
        max-width: 100%;
        overflow-x: clip;
      }
      .container {
        width: min(var(--maxw), calc(100% - 1.6rem));
      }
      .eats-hero {
        padding-inline: 0;
      }
      .see-jump-strip.container {
        width: min(var(--maxw), calc(100% - 1.6rem));
      }
      .hotel-head {
        max-width: 100%;
        width: 100%;
        padding-inline: 8%;
        padding-top: 4px;
        box-sizing: border-box;
      }
      .scroll-nav {
        display: none;
      }
      .sticky-viewport {
        grid-template-columns: 1fr;
        grid-template-rows: auto minmax(0, 1fr);
        position: sticky;
        top: 0;
        height: 100svh;
        min-height: 100svh;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
      }
      .stay-track {
        width: 100%;
        max-width: 100%;
      }
      .info-pane {
        padding: 4% 8% 12%;
        margin-top: 0;
        border-left: none;
        border-top: 1px solid rgba(196,161,87,0.16);
        position: relative;
        z-index: 5;
        display: grid;
        grid-template-columns: 1fr;
        align-items: start;
        gap: 10px;
        overflow-x: hidden;
        overflow-y: auto;
      }
      .info-card { position: relative; width: 100%; top: 0; }
      .info-card {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        min-width: 0;
      }
      .visual-zone {
        height: 34svh;
        min-height: 230px;
        max-height: 360px;
      }
      #canvas-container {
        width: 100%;
        height: 100%;
        transform: none;
      }
      #canvas-container canvas {
        display: block;
        width: 100% !important;
        height: 100% !important;
      }
      .hotel-portal { top: 8%; left: 8%; width: 84%; height: 48%; }
      .wire-annotations {
        display: block;
      }
      .rail {
        order: 0;
        margin-top: 0;
        margin-bottom: 12px;
        padding: 8px 0 10px;
        width: 100%;
        max-width: 100%;
        overflow-y: hidden;
        position: sticky;
        top: 8px;
        z-index: 4;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82));
      }
      .hotel-rail-shell {
        order: 0;
        margin-top: 0;
        display: block;
      }
      .hotel-rail-arrow {
        display: none;
      }
      .spec-grid { order: 1; margin-top: 8px; }
      .chip { min-width: 150px; }
      .chip__title { font-size: 13px; }
      .hotel-detail-panel {
        order: 1;
        margin-top: 4px;
        min-height: 0;
      }
      .spec-grid { display: none; }
      .stay-track { height: 590vh; }

      .hotel-modal {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        inset: 0;
        z-index: 160;
        pointer-events: none;
        opacity: 0;
        padding: max(12px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom));
        transition: opacity 0.22s ease;
      }
      .hotel-modal.is-open {
        pointer-events: auto;
        opacity: 1;
      }
      .hotel-modal__backdrop {
        position: absolute;
        inset: 0;
        background: rgba(36, 20, 28, 0.56);
        backdrop-filter: blur(2px);
        border: 0;
        margin: 0;
        padding: 0;
        cursor: pointer;
      }
      .hotel-modal__sheet {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: min(92vw, 430px);
        max-height: min(86vh, 760px);
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        background: linear-gradient(168deg, rgba(255,255,255,0.98), rgba(255,244,238,0.94));
        border: 1px solid rgba(147,67,90,0.22);
        box-shadow: 0 24px 44px rgba(57, 34, 44, 0.28);
        padding: 2.5rem 16px 16px;
        transform: none;
        transition: opacity 0.24s ease;
        z-index: 1;
      }
      .hotel-modal.is-open .hotel-modal__sheet { transform: none; }
      .hotel-modal__top {
        display: block;
        margin: 0 0 8px;
      }
      .hotel-modal__title {
        margin: 0;
        padding-right: 4.5rem;
        font-family: var(--serif);
        font-size: clamp(28px, 7vw, 34px);
        line-height: 1;
        color: var(--ink);
      }
      .hotel-modal__close {
        position: absolute;
        top: 0.46rem;
        right: 0.46rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 62px;
        padding: 0.22rem 0.42rem;
        border: 1px solid rgba(126, 71, 97, 0.46);
        background: rgba(255, 255, 255, 0.94);
        color: #6a4d5a;
        width: auto;
        height: auto;
        font-family: var(--sans);
        font-size: 0.58rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        line-height: 1;
        cursor: pointer;
        z-index: 2;
      }
      .hotel-modal__close:hover,
      .hotel-modal__close:focus-visible {
        background: #7e4761;
        border-color: #7e4761;
        color: #fff;
      }
      .hotel-modal__kicker {
        margin: 2px 0 10px;
        color: var(--rose-700);
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.16em;
        font-weight: 700;
      }
      .hotel-modal__image {
        width: 100%;
        height: clamp(180px, 34vw, 240px);
        max-height: none;
        aspect-ratio: 16 / 9;
        margin: 0 0 12px;
        border: 1px solid rgba(147,67,90,0.18);
        background: #0c0a0d;
        object-fit: cover;
        object-position: center;
        display: block;
      }
      .hotel-modal__close-bottom {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 46px;
        margin-top: 10px;
        border: 1px solid rgba(147, 67, 90, 0.28);
        background: rgba(255, 255, 255, 0.96);
        color: #2f1f25;
        font-family: var(--sans);
        font-size: 0.92rem;
        font-weight: 700;
        cursor: pointer;
      }
      .hotel-modal__description {
        margin: 0 0 12px;
        color: #4f3941;
        font-size: 14px;
        line-height: 1.48;
      }
      .hotel-modal__grid {
        display: grid;
        gap: 10px;
      }
      .hotel-modal__item {
        border: 1px solid rgba(147,67,90,0.16);
        background: rgba(255,255,255,0.88);
        padding: 10px;
      }
      .hotel-modal__item b {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 5px;
        color: var(--gold);
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.14em;
      }
      .hotel-modal__item b svg {
        width: 13px;
        height: 13px;
      }
      .hotel-modal__item span {
        color: #4a3940;
        font-size: 14px;
        line-height: 1.4;
      }
      .hotel-modal__score {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: var(--gold);
        color: #fff;
        font-size: 10px;
        font-weight: 700;
      }

      .rental-shell {
        grid-template-columns: 1fr;
      }
      .stay-planning-note {
        padding: 8px 0 12px;
      }
      .stay-planning-note__inner {
        width: min(var(--maxw), calc(100% - 1.6rem));
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 18px 16px;
      }
      .stay-planning-note__copy {
        font-size: 0.92rem;
        line-height: 1.45;
        gap: 0.56rem;
      }
      .stay-planning-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .stay-planning-step {
        padding: 10px;
      }
      .stay-planning-step p {
        font-size: 0.8rem;
      }
      .rental-hero {
        aspect-ratio: 2.2 / 1;
        min-height: 160px;
        margin-bottom: 8px;
      }
      .rental-head {
        margin-bottom: 6px;
      }
      .see-jump-strip {
        padding: 12px;
        gap: 10px;
      }
      .see-atlas-jump {
        font-size: 0.72rem;
        padding: 7px 10px;
      }
      .rental-top { grid-template-columns: 1fr; }
      .rental-gallery {
        grid-template-columns: 1fr;
      }
      .rental-gallery__hero { min-height: 380px; }
      .rental-gallery__stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
      }
      .rental-gallery__stack div { min-height: 200px; }
      .rental-benefit-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .rental-benefit-pill {
        min-height: 58px;
      }
      .rental-benefit-pill--group { grid-column: auto; }

      .scene-section {
        height: auto;
        padding: 92px 0 80px;
      }
      .scene-sticky {
        position: relative;
        height: auto;
        padding-top: 0;
      }
      .scene-shell { gap: 26px; }
      .scene-ribbon {
        width: auto;
        min-width: 0;
        transform: none !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: none;
        scroll-behavior: auto;
        scrollbar-width: none;
      }
      .scene-ribbon::-webkit-scrollbar { display: none; }
      .scene-ribbon::before,
      .scene-ribbon::after {
        display: none;
      }
      .scene-track {
        padding: 22px 20px;
        transform: none !important;
      }
      .scene-track::before,
      .scene-track::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 14px;
        background-image: radial-gradient(circle, #000 6px, transparent 6px);
        background-size: 34px 14px;
        opacity: 0.88;
        pointer-events: none;
        z-index: 3;
      }
      .scene-track::before { top: 0; }
      .scene-track::after { bottom: 0; }
      .scene-card {
        width: 320px;
      }
      .scene-card__text {
        transform: none;
        padding: 16px 0 0;
      }
      .scene-modal__dialog {
        width: calc(100vw - 24px);
        max-height: calc(100vh - 24px);
      }
      .scene-modal__hero { min-height: 250px; }
      .scene-modal__topbar,
      .scene-modal__hero-copy {
        display: none;
      }
      .scene-modal__mobile-closebar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) 6px 12px;
      }
      .scene-modal__mobile-closebar .scene-modal__eyebrow {
        color: rgba(147, 67, 90, 0.9);
      }
      .scene-modal__mobile-closebar .scene-modal__close {
        width: 46px;
        height: 46px;
        border-color: rgba(255,255,255,0.48);
        background: rgba(10, 8, 10, 0.56);
      }
      .scene-modal__video {
        /* iOS/WKWebView: keep video in compositing tree so overlay UI stays visible */
        opacity: 0.999;
        filter: saturate(1);
      }
      .scene-modal__mobile-closebar .scene-modal__close-icon {
        width: 22px;
        height: 22px;
      }
      .scene-modal__mobile-headline {
        display: grid;
        gap: 6px;
        margin: 0 0 6px;
      }
      .scene-modal__mobile-headline .scene-modal__title {
        margin: 0;
        font-size: clamp(30px, 8.2vw, 42px);
        line-height: 0.95;
        color: #2f1f25;
      }
      .scene-modal__lede-mobile {
        display: block;
        margin: 0 0 8px;
      }
      .scene-modal__body { padding: 18px; }
      .scene-modal__grid { grid-template-columns: 1fr; }
      .scene-modal__close-bottom {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 46px;
        margin-top: 6px;
        border: 1px solid rgba(147, 67, 90, 0.28);
        background: rgba(255,255,255,0.96);
        color: #2f1f25;
        font-family: var(--sans);
        font-size: 0.92rem;
        font-weight: 700;
        cursor: pointer;
      }

      .stay-section .stay-section-card {
        display: none;
        flex-direction: column;
        gap: 0.6rem;
        padding: 18px 18px 20px;
        border: 1px solid rgba(147, 67, 90, 0.18);
        background: rgba(255,255,255,0.98);
        box-shadow: 0 18px 30px rgba(88, 46, 62, 0.12);
        max-width: min(var(--maxw), calc(100% - 1.6rem));
        margin: 0 auto;
        cursor: pointer;
      }

      .stay-section.is-open .stay-section-card {
        display: none;
      }

      @media (max-width: 1020px) {
        .stay-section {
          position: relative;
        }

        .stay-section .stay-section-card {
          display: flex;
        }

        .stay-section--always-open .stay-section-card {
          display: none;
        }

        .stay-section .stay-section-card:focus-visible {
          outline: 3px solid rgba(147, 67, 90, 0.35);
          outline-offset: 3px;
        }

        .stay-section-card__kicker {
          font-size: 0.72rem;
          letter-spacing: 0.16em;
          text-transform: uppercase;
          color: rgba(147, 67, 90, 0.8);
          font-weight: 700;
        }

        .stay-section-card__title {
          margin: 0;
          font-family: var(--serif);
          font-size: clamp(28px, 6.5vw, 38px);
          line-height: 1.05;
          color: rgba(47, 31, 37, 0.95);
        }

        .stay-section-card__copy {
          margin: 0;
          color: rgba(47, 31, 37, 0.78);
          font-size: 0.95rem;
          line-height: 1.6;
        }

        .stay-section-card::after {
          content: '+';
          position: absolute;
          right: 18px;
          top: 50%;
          transform: translateY(-50%);
          color: rgba(147, 67, 90, 0.95);
          font-size: 1.4rem;
          line-height: 1;
          font-weight: 700;
          pointer-events: none;
        }

        .stay-section.is-open .stay-section-card::after {
          content: '-';
        }

        .stay-section:not(.is-open) .stay-section-content {
          display: none;
        }

        .stay-section--always-open .stay-section-content {
          display: block;
        }

        .stay-section:not(.is-open) {
          height: auto !important;
          min-height: 0 !important;
          background: none !important;
          padding: 0 !important;
        }

        .stay-section:not(.is-open) .scene-sticky,
        .stay-section:not(.is-open) .sticky-viewport {
          display: none !important;
        }

        .stay-section.is-open .stay-section-card {
          display: none;
        }

        .stay-section:not(.is-open) .stay-section-card {
          display: flex;
        }

        .stay-section--always-open:not(.is-open) .stay-section-card {
          display: none;
        }
      }

      .stay-quiz {
        width: min(var(--maxw), calc(100% - 1.3rem));
      }
      .stay-quiz__layout {
        grid-template-columns: 1fr;
      }
      .stay-quiz__intro-shell {
        order: -1;
      }
      .stay-quiz__stack {
        min-height: 460px;
      }
      .stay-quiz__step-image {
        height: clamp(170px, 26vh, 210px);
      }
      .stay-quiz__result {
        --stay-quiz-result-media-height: 170px;
      }
      .stay-quiz__step-body {
        padding: 12px;
      }
      .stay-quiz__option {
        font-size: 0.86rem;
        padding: 0.52rem 0.8rem;
      }

      .explore-footer {
        border-radius: 0;
        padding: 1rem 0 0.72rem;
      }
      .explore-footer__badge {
        width: 74px;
        height: 74px;
      }
      .explore-footer__kicker {
        margin-top: -0.12rem;
        font-size: 0.68rem;
        letter-spacing: 0.1em;
      }
      .explore-footer__nav {
        gap: 0.55rem 0.72rem;
      }
      .explore-footer__icon {
        width: 46px;
        height: 46px;
      }
      .explore-footer__note {
        font-size: 0.67rem;
        line-height: 1.35;
        max-width: 50ch;
        white-space: normal;
      }
    }

    .stay-section-card__copy {
      font-family: var(--sans);
      font-style: normal;
      letter-spacing: 0;
    }