
    :root {
      --bg: #ffffff;
      --text: #101620;
      --muted: #5f6877;
      --line: #d9dee7;
      --soft: #f5f7fa;
      --accent: #006b5f;
      --accent-2: #0f8a78;
      --dark: #0b1320;
      --radius: 8px;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }
    * { box-sizing: border-box; }
    body { margin: 0; min-width: 320px; color: var(--text); background: var(--bg); overflow-x: hidden; }
    button, input, select { font: inherit; letter-spacing: 0; }
    a { color: inherit; text-decoration: none; }
    .topbar {
      min-height: 76px;
      border-bottom: 1px solid var(--line);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
      padding: 0 30px;
      background: rgba(255,255,255,.95);
      position: sticky;
      top: 0;
      z-index: 10;
      backdrop-filter: blur(14px);
    }
    .brand { font-size: clamp(22px, 2.5vw, 30px); font-weight: 820; white-space: nowrap; }
    .brand span { color: var(--accent); }
    .nav { display: flex; align-items: center; gap: 34px; color: #172033; font-size: 15px; }
    .btn, .ghost-btn {
      min-height: 44px;
      border-radius: var(--radius);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 0 16px;
      font-weight: 760;
      cursor: pointer;
      border: 0;
    }
    .btn { background: var(--accent); color: #fff; }
    .btn:hover { background: #005b51; }
    .ghost-btn { background: #fff; color: var(--text); border: 1px solid var(--line); }
    .page { max-width: 1480px; margin: 0 auto; padding: 26px 30px 54px; }
    .hero {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 360px;
      gap: 24px;
      align-items: start;
    }
    .gallery {
      display: grid;
      grid-template-columns: 1.45fr .8fr;
      gap: 10px;
      min-height: 440px;
    }
    .photo {
      border-radius: var(--radius);
      overflow: hidden;
      background: #e7eef1;
      min-height: 214px;
      display: grid;
      place-items: center;
      color: #607080;
      position: relative;
      text-align: center;
    }
    .photo:first-child { grid-row: span 2; }
    .photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .photo.placeholder-cell { padding: 16px; }
    .photo-more {
      position: absolute;
      right: 10px;
      bottom: 10px;
      border-radius: var(--radius);
      padding: 6px 10px;
      background: rgba(17,24,39,.78);
      color: #fff;
      font-size: 13px;
      font-weight: 760;
    }
    .gallery-meta {
      margin-top: 10px;
      color: var(--muted);
      font-size: 14px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      flex-wrap: wrap;
    }
    .gallery-open-link {
      border: 0;
      background: transparent;
      color: var(--accent);
      font-weight: 760;
      cursor: pointer;
      padding: 0;
      font: inherit;
    }
    button.photo {
      border: 0;
      padding: 0;
      cursor: pointer;
      font: inherit;
    }
    button.photo:focus-visible, .gallery-open-link:focus-visible, .gallery-close:focus-visible, .gallery-nav:focus-visible, .gallery-thumb:focus-visible {
      outline: 3px solid rgba(0,107,95,.34);
      outline-offset: 3px;
    }
    .photo img { transition: transform .18s ease; }
    button.photo:hover img { transform: scale(1.02); }
    .booking-box {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 18px;
      background: #fff;
      box-shadow: 0 18px 48px rgba(17,24,39,.06);
      position: sticky;
      top: 98px;
    }
    .booking-box h2 { margin: 0 0 12px; font-size: 20px; }
    .primary-offer-card {
      display: grid;
      gap: 9px;
      margin: 14px 0 0;
      padding: 12px;
      border: 1px solid #c8ded9;
      border-radius: var(--radius);
      background: #f4fbf8;
    }
    .primary-offer-card[hidden] { display: none; }
    .primary-offer-eyebrow {
      color: #035d53;
      font-size: 11px;
      font-weight: 820;
      text-transform: uppercase;
      letter-spacing: .04em;
    }
    .primary-offer-card strong {
      color: #172033;
      font-size: 15px;
      line-height: 1.2;
      overflow-wrap: anywhere;
    }
    .primary-offer-card span {
      color: #344054;
      font-size: 13px;
      line-height: 1.35;
      overflow-wrap: anywhere;
    }
    .primary-offer-tags { display: flex; flex-wrap: wrap; gap: 6px; }
    .primary-offer-tags span {
      border: 1px solid #d8e1ea;
      border-radius: var(--radius);
      background: #fff;
      padding: 4px 7px;
      color: #344054;
      font-size: 12px;
      font-weight: 720;
    }
    .primary-offer-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
    .primary-offer-actions .btn, .primary-offer-actions .ghost-btn {
      min-height: 38px;
      padding: 0 10px;
      font-size: 13px;
    }
    .mobile-booking-bar {
      display: none;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 45;
      background: rgba(255,255,255,.96);
      border-top: 1px solid var(--line);
      box-shadow: 0 -14px 34px rgba(17,24,39,.12);
      padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
      backdrop-filter: blur(14px);
    }
    .mobile-booking-inner {
      max-width: 720px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 10px;
      align-items: center;
    }
    .mobile-booking-price {
      font-size: 20px;
      line-height: 1;
      font-weight: 840;
      overflow-wrap: anywhere;
    }
    .mobile-booking-meta {
      color: var(--muted);
      font-size: 12px;
      line-height: 1.25;
      margin-top: 3px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .mobile-booking-bar .btn {
      min-height: 42px;
      padding: 0 14px;
      white-space: nowrap;
    }
    .field {
      min-height: 50px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 0 12px;
      margin-bottom: 10px;
      background: #fff;
    }
    .field input, .field select { width: 100%; border: 0; outline: 0; background: transparent; color: #111722; min-width: 0; }
    .children-ages {
      display: none;
      grid-template-columns: 1fr;
      gap: 8px;
      margin-bottom: 10px;
    }
    .children-ages.active { display: grid; }
    .children-ages .field { min-height: 44px; margin-bottom: 0; }
    .price { font-size: 34px; line-height: 1; font-weight: 840; margin: 16px 0 6px; }
    .price-caption, .muted { color: var(--muted); font-size: 14px; }
    .summary { margin-top: 24px; max-width: 920px; }
    h1 { margin: 0; font-size: clamp(42px, 5vw, 66px); line-height: 1; letter-spacing: 0; }
    .facts { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0 20px; color: #344054; }
    .fact { border: 1px solid var(--line); border-radius: var(--radius); min-height: 32px; padding: 6px 10px; background: #fff; font-size: 14px; }
    .stay-summary-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(154px, 1fr));
      gap: 10px;
      margin: 12px 0 18px;
    }
    .stay-summary-card {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
      padding: 12px;
      display: grid;
      gap: 5px;
      min-width: 0;
    }
    .stay-summary-card small {
      color: var(--muted);
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: .04em;
      font-weight: 780;
    }
    .stay-summary-card strong { color: #172033; font-size: 15px; line-height: 1.18; overflow-wrap: anywhere; }
    .stay-summary-card span { color: #344054; font-size: 13px; line-height: 1.35; overflow-wrap: anywhere; }
    .trust-strip {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 8px;
      margin: 14px 0 18px;
    }
    .trust-item {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
      padding: 10px 11px;
      min-width: 0;
      display: grid;
      gap: 4px;
    }
    .trust-item strong { font-size: 13px; line-height: 1.2; color: #172033; overflow-wrap: anywhere; }
    .trust-item span { font-size: 12px; line-height: 1.32; color: var(--muted); overflow-wrap: anywhere; }
    .sections {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 360px;
      gap: 24px;
      margin-top: 28px;
      align-items: start;
    }
    .section {
      border-top: 1px solid var(--line);
      padding-top: 24px;
      margin-top: 24px;
    }
    .section:first-child { margin-top: 0; }
    .section h2 { margin: 0 0 12px; font-size: 26px; }
    .section p { color: #344054; line-height: 1.6; margin: 0; }
    .amenity-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      margin-top: 14px;
    }
    .amenity-card {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 12px;
      background: #fff;
      display: grid;
      gap: 6px;
      min-width: 0;
    }
    .amenity-card strong { font-size: 15px; line-height: 1.2; }
    .amenity-card span { color: var(--muted); font-size: 13px; line-height: 1.35; overflow-wrap: anywhere; }
    .ota-brief-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      margin-top: 14px;
    }
    .ota-brief-card {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 12px;
      background: #fff;
      display: grid;
      gap: 6px;
      min-width: 0;
    }
    .ota-brief-card strong { font-size: 15px; line-height: 1.2; }
    .ota-brief-card span { color: #344054; font-size: 13px; line-height: 1.38; overflow-wrap: anywhere; }
    .condition-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
    }
    .condition-card {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 12px;
      background: #fff;
      display: grid;
      gap: 6px;
      min-width: 0;
    }
    .condition-card strong { font-size: 14px; line-height: 1.2; }
    .condition-card span { color: #344054; font-size: 13px; line-height: 1.4; overflow-wrap: anywhere; }
    .condition-card.portal-gate { border-color: #c8ded9; background: #f4fbf8; }
    .condition-card.portal-gate strong { color: #035d53; }
    .map-frame {
      width: 100%;
      min-height: 280px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      margin-top: 14px;
      background: #eef3f5;
    }
    .map-link { margin-top: 12px; text-decoration: none; }
    .room-list, .similar-list, .price-offer-list { display: grid; gap: 12px; }
    .room-more { display: flex; justify-content: center; padding: 4px 0 12px; }
    .room-photo-open, .room-mini-gallery button { border: 0; padding: 0; background: transparent; cursor: pointer; }
    .room-photo-open { display: block; width: 100%; height: 100%; }
    .room-row {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 14px;
      display: grid;
      grid-template-columns: 118px minmax(0, 1fr) auto;
      gap: 12px;
      align-items: center;
      background: #fff;
    }
    .room-photo {
      width: 118px;
      aspect-ratio: 4 / 3;
      border-radius: 6px;
      overflow: hidden;
      background: #e7eef1;
      display: grid;
      place-items: center;
      color: #607080;
      font-size: 13px;
      text-align: center;
    }
    .room-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .room-row h3 { margin: 0 0 6px; font-size: 18px; }
    .room-offer-summary { margin-top: 8px; color: #035d53; font-size: 13px; font-weight: 760; line-height: 1.35; }
    .room-offer-summary.muted { color: var(--muted); font-weight: 640; }
    .room-facts { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
    .room-facts span { border: 1px solid #c8ded9; border-radius: var(--radius); background: #edf7f4; color: #035d53; padding: 5px 8px; font-size: 12px; font-weight: 760; }
    .room-actions { display: grid; gap: 8px; min-width: 126px; justify-items: stretch; }
    .room-actions .ghost-btn { justify-content: center; white-space: nowrap; }
    .room-mini-gallery { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; align-items: center; }
    .room-mini-gallery button,
    .room-mini-gallery span {
      width: 58px;
      flex: 0 0 58px;
      aspect-ratio: 4 / 3;
      border-radius: 6px;
      overflow: hidden;
      background: #e7eef1;
      display: block;
    }
    .room-mini-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .room-mini-gallery b {
      border: 1px solid #d8e1ea;
      border-radius: var(--radius);
      padding: 5px 8px;
      color: #344054;
      font-size: 12px;
      line-height: 1.2;
      font-weight: 740;
    }
    .room-amenities { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
    .room-amenities span { border: 1px solid #d8e1ea; border-radius: 999px; background: #f8fafc; padding: 4px 8px; font-size: 12px; color: #344054; }
    .room-tariffs { display: grid; grid-template-columns: repeat(auto-fit, minmax(168px, 1fr)); gap: 8px; margin-top: 10px; }
    .room-tariff {
      border: 1px solid #c8ded9;
      border-radius: var(--radius);
      background: #f4fbf8;
      padding: 8px;
      display: grid;
      gap: 4px;
      text-decoration: none;
      color: #172033;
    }
    .room-tariff strong { font-size: 14px; line-height: 1.25; overflow-wrap: anywhere; }
    .room-tariff span { color: var(--muted); font-size: 12px; line-height: 1.3; }
    .room-tariff b { color: #035d53; font-size: 15px; }
    .room-tariff:hover { border-color: rgba(0,107,95,.56); box-shadow: 0 8px 18px rgba(17,24,39,.06); }
    .price-offer-card {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 14px;
      display: grid;
      grid-template-columns: 152px minmax(0, 1fr) 190px;
      gap: 16px;
      background: #fff;
      align-items: start;
    }
    .price-offer-card.is-highlighted { border-color: rgba(0,107,95,.4); box-shadow: 0 18px 42px rgba(0,107,95,.08); }
    .price-offer-eyebrow {
      display: inline-flex;
      align-items: center;
      min-height: 24px;
      border-radius: var(--radius);
      padding: 3px 8px;
      margin-bottom: 8px;
      background: #edf7f4;
      color: #035d53;
      font-size: 12px;
      font-weight: 800;
    }
    .price-offer-room-photo {
      width: 152px;
      aspect-ratio: 4 / 3;
      border-radius: 6px;
      overflow: hidden;
      background: #e7eef1;
      display: grid;
      place-items: center;
      color: #607080;
      font-size: 13px;
      text-align: center;
    }
    .price-offer-room-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .price-offer-card h3 { margin: 0 0 7px; font-size: 19px; line-height: 1.2; }
    .price-offer-meta { color: var(--muted); font-size: 14px; line-height: 1.4; }
    .price-offer-price { font-size: 25px; font-weight: 840; line-height: 1; }
    .price-offer-actions { display: grid; gap: 8px; text-align: right; }
    .price-offer-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
    .price-offer-tag { border: 1px solid #d8e1ea; border-radius: var(--radius); background: #f8fafc; padding: 5px 8px; color: #344054; font-size: 12px; font-weight: 720; }
    .price-offer-card .selling-points { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
    .price-offer-card .selling-point { border: 1px solid #c8ded9; border-radius: var(--radius); background: #edf7f4; color: #035d53; padding: 4px 7px; font-size: 12px; font-weight: 760; }
    .price-offer-card .offer-transparency { display: grid; gap: 7px; margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--line); color: #344054; font-size: 12px; line-height: 1.3; }
    .price-offer-card .offer-transparency-summary { color: #172033; font-weight: 720; }
    .price-offer-card .offer-transparency-list { display: flex; flex-wrap: wrap; gap: 6px; }
    .price-offer-card .offer-transparency-list span { border: 1px solid #d8e1ea; border-radius: var(--radius); background: #f8fafc; padding: 4px 7px; }
    .price-offer-card .offer-transparency-manager { color: var(--muted); }
    .price-offer-guarantee { color: #035d53; font-size: 12px; line-height: 1.35; font-weight: 720; }
    .side-panel {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 18px;
      background: #fff;
    }
    .side-panel h2 { margin: 0 0 12px; font-size: 22px; }
    .manager-context {
      border-top: 1px solid var(--line);
      margin-top: 18px;
      padding-top: 16px;
      display: grid;
      gap: 10px;
    }
    .manager-context h3 { margin: 0; font-size: 18px; line-height: 1.25; }
    .context-list { display: grid; gap: 8px; }
    .context-row {
      display: grid;
      grid-template-columns: 116px minmax(0, 1fr);
      gap: 10px;
      align-items: start;
      font-size: 13px;
      line-height: 1.35;
    }
    .context-row span { color: var(--muted); }
    .context-row strong { color: #172033; overflow-wrap: anywhere; }
    .side-links { display: grid; gap: 10px; }
    .side-link { border: 1px solid var(--line); border-radius: var(--radius); padding: 12px; display: grid; gap: 8px; background: #fff; }
    .side-link:hover { border-color: rgba(0,107,95,.48); box-shadow: 0 10px 24px rgba(17,24,39,.06); }
    .side-link img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 6px; background: #e7eef1; }
    .side-link h3 { margin: 0; font-size: 17px; line-height: 1.2; }
    .side-link .badges { display: flex; flex-wrap: wrap; gap: 6px; }
    .side-link .badge { border: 1px solid var(--line); border-radius: 999px; padding: 3px 8px; font-size: 12px; color: #344054; }
    .side-link .offer-transparency { display: grid; gap: 7px; padding-top: 8px; border-top: 1px solid var(--line); color: #344054; font-size: 12px; line-height: 1.3; }
    .side-link .offer-transparency-summary { color: #172033; font-weight: 720; }
    .side-link .offer-transparency-list { display: flex; flex-wrap: wrap; gap: 6px; }
    .side-link .offer-transparency-list span { border: 1px solid #d8e1ea; border-radius: var(--radius); background: #f8fafc; padding: 4px 7px; }
    .side-link .offer-transparency-manager { color: var(--muted); }
    .side-link .selling-points { display: flex; flex-wrap: wrap; gap: 6px; }
    .side-link .selling-point { border: 1px solid #c8ded9; border-radius: var(--radius); background: #edf7f4; color: #035d53; padding: 4px 7px; font-size: 12px; font-weight: 760; }
    .side-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
    .lead-panel { display: none; position: fixed; inset: 0; z-index: 50; background: rgba(11,19,32,.42); place-items: center; padding: 18px; }
    .lead-panel.open { display: grid; }
    .lead-card { width: min(520px, 100%); background: #fff; border-radius: var(--radius); padding: 24px; box-shadow: 0 26px 70px rgba(11,19,32,.28); }
    .lead-card h2 { margin: 0 0 16px; font-size: 26px; }
    .lead-card .field { margin-bottom: 10px; }
    .lead-summary { display: grid; gap: 8px; padding: 12px; margin-bottom: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); color: #2d3646; font-size: 13px; }
    .lead-summary-row { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }
    .lead-summary-row span { color: var(--muted); }
    .lead-summary-row strong { text-align: right; line-height: 1.25; overflow-wrap: anywhere; }
    .lead-card textarea { width: 100%; min-height: 88px; resize: vertical; line-height: 1.35; }
    .lead-actions { display: flex; gap: 10px; justify-content: flex-end; margin-top: 16px; }
    .status { min-height: 20px; color: var(--muted); font-size: 13px; margin-top: 8px; }
    .gallery-panel {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 60;
      background: rgba(7,17,31,.72);
      padding: 22px;
      place-items: center;
    }
    .gallery-panel.open { display: grid; }
    .gallery-card {
      width: min(1120px, 100%);
      max-height: min(88vh, 900px);
      background: #fff;
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: 0 30px 80px rgba(7,17,31,.34);
      display: grid;
      grid-template-rows: auto minmax(0, 1fr) auto;
    }
    .gallery-head {
      min-height: 58px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 0 16px;
      border-bottom: 1px solid var(--line);
    }
    .gallery-head strong { font-size: 18px; line-height: 1.25; }
    .gallery-head span { color: var(--muted); font-size: 13px; white-space: nowrap; }
    .gallery-close {
      border: 1px solid var(--line);
      background: #fff;
      min-height: 38px;
      border-radius: var(--radius);
      padding: 0 12px;
      cursor: pointer;
      font-weight: 760;
    }
    .gallery-stage {
      position: relative;
      background: #07111f;
      min-height: 420px;
      display: grid;
      place-items: center;
      overflow: hidden;
    }
    .gallery-stage img {
      width: 100%;
      height: 100%;
      max-height: 62vh;
      object-fit: contain;
      display: block;
    }
    .gallery-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 44px;
      min-height: 44px;
      border: 1px solid rgba(255,255,255,.38);
      border-radius: var(--radius);
      background: rgba(255,255,255,.9);
      color: #07111f;
      cursor: pointer;
      font-weight: 820;
      font-size: 22px;
      line-height: 1;
      display: grid;
      place-items: center;
    }
    .gallery-nav:disabled { opacity: .42; cursor: default; }
    .gallery-prev { left: 14px; }
    .gallery-next { right: 14px; }
    .gallery-thumbs {
      display: flex;
      gap: 8px;
      overflow-x: auto;
      padding: 12px 14px 14px;
      border-top: 1px solid var(--line);
      background: #fff;
    }
    .gallery-thumb {
      flex: 0 0 92px;
      height: 64px;
      border: 2px solid transparent;
      border-radius: 6px;
      padding: 0;
      overflow: hidden;
      background: #e7eef1;
      cursor: pointer;
    }
    .gallery-thumb.active { border-color: var(--accent); }
    .gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
    @media (max-width: 1040px) {
      .nav { display: none; }
      .hero, .sections { grid-template-columns: 1fr; }
      .amenity-grid, .ota-brief-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .booking-box { position: static; }
    }
    @media (max-width: 700px) {
      body { padding-bottom: 82px; }
      .mobile-booking-bar { display: block; }
      .topbar { min-height: 66px; padding: 0 14px; }
      .page { padding: 18px 14px 36px; }
      .gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); min-height: 0; gap: 8px; }
      .photo { min-height: 96px; }
      .photo:first-child { grid-column: 1 / -1; grid-row: auto; min-height: 220px; }
      .photo:not(:first-child) { aspect-ratio: 1 / 1; }
      .gallery-meta { margin-top: 8px; font-size: 13px; }
      h1 { font-size: 38px; }
      .trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .room-row, .side-actions, .amenity-grid, .ota-brief-grid, .condition-list, .price-offer-card, .context-row { grid-template-columns: 1fr; }
      .room-photo, .price-offer-room-photo { width: 100%; max-width: none; }
      .price-offer-actions { text-align: left; }
      .brand { font-size: 21px; }
      .topbar .btn { min-width: 44px; padding: 0 12px; }
      .lead-summary-row { display: grid; gap: 2px; }
      .lead-summary-row strong { text-align: left; }
      .gallery-panel { padding: 10px; }
      .gallery-card { max-height: 92vh; }
      .gallery-head { align-items: flex-start; padding: 12px; }
      .gallery-head span { white-space: normal; }
      .gallery-stage { min-height: 300px; }
      .gallery-nav { width: 38px; min-height: 38px; }
      .gallery-thumb { flex-basis: 76px; height: 54px; }
    }
