:root {
  --ink: #222222;
  --muted: #6a6a6a;
  --line: #dddddd;
  --soft: #f7f7f7;
  --accent: #e53e5d;
  --surface: #ffffff;
  --shadow: 0 3px 12px rgb(0 0 0 / 12%);
  --radius: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--surface);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--surface); font: 14px/1.45 Arial, Helvetica, sans-serif; }
button, input { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: default; }
a { color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #1c83ff; outline-offset: 3px; }
.skip-link { position: fixed; z-index: 50; left: 12px; top: -60px; padding: 10px 14px; border-radius: 8px; background: #222; color: #fff; text-decoration: none; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid var(--line); background: rgb(255 255 255 / 96%); backdrop-filter: blur(12px); }
.header-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; min-height: 80px; width: min(100% - 48px, 1500px); margin: auto; }
.wordmark { justify-self: start; color: var(--ink); font-size: 21px; font-weight: 800; letter-spacing: -1.1px; text-decoration: none; }
.search-control { display: grid; grid-template-columns: minmax(120px, 1fr) 1px minmax(130px, 1fr) 1px minmax(115px, 1fr) 36px; align-items: center; min-width: min(680px, 60vw); min-height: 50px; padding: 0 6px 0 20px; border: 1px solid #ddd; border-radius: 999px; background: #fff; box-shadow: 0 2px 7px rgb(0 0 0 / 12%); text-align: left; }
.search-control:hover { box-shadow: 0 3px 12px rgb(0 0 0 / 18%); }
.search-control span { min-width: 0; padding: 0 13px; }
.search-control b, .search-control small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.search-control b { font-size: 12px; }
.search-control small { color: var(--muted); font-size: 12px; }
.search-control i { width: 1px; height: 28px; background: #ddd; }
.search-control strong { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--accent); color: white; font-size: 22px; line-height: 1; }
.profile-control { justify-self: end; display: flex; align-items: center; gap: 10px; height: 42px; padding: 5px 7px 5px 12px; border: 1px solid #ddd; border-radius: 999px; background: #fff; font-size: 17px; }
.profile-control b { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: #666; color: #eee; font-size: 11px; }
.category-bar { border-bottom: 1px solid #ebebeb; background: #fff; }
.category-bar__inner { display: flex; align-items: stretch; gap: 16px; width: min(100% - 48px, 1500px); min-height: 75px; margin: auto; overflow-x: auto; }
.category, .filter-button { flex: 0 0 auto; border: 0; border-bottom: 2px solid transparent; background: transparent; color: #717171; font-size: 12px; font-weight: 600; }
.category { display: grid; min-width: 68px; place-items: center; gap: 2px; padding: 10px 3px 8px; }
.category span { font-size: 21px; font-weight: 400; line-height: 1; }
.category:hover, .category.is-active { border-color: #222; color: #222; }
.filter-button { align-self: center; margin-left: auto; padding: 9px 13px; border: 1px solid #bbb; border-radius: 10px; color: #222; }
.filter-button span { margin-right: 5px; font-size: 16px; }
.app-note { width: min(100% - 48px, 1500px); margin: 34px auto; color: var(--muted); }
.app-note--error { max-width: 640px; padding: 20px; border: 1px solid #e5a1a1; border-radius: 12px; background: #fff4f4; color: #222; }
.app-note--error h1 { margin-top: 0; font-size: 18px; }
.browse-view { width: min(100% - 48px, 1500px); margin: auto; padding: 28px 0 38px; }
.browse-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.status-badge { display: inline-block; margin: 0 0 5px; color: #555; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.browse-heading h1 { margin: 0; font-size: 25px; letter-spacing: -.6px; }
.browse-heading p { margin: 5px 0 0; color: var(--muted); }
.map-toggle { display: none; border: 1px solid #222; border-radius: 9px; background: #fff; padding: 10px 13px; font-weight: 700; }.variant-switcher { display: flex; gap: 10px; margin: 4px 0 24px; overflow-x: auto; }.variant-choice { min-width: 245px; padding: 12px 15px; border: 1px solid #ddd; border-radius: 12px; background: #fff; color: #333; text-align: left; }.variant-choice b, .variant-choice span { display: block; }.variant-choice b { font-size: 13px; }.variant-choice span { margin-top: 4px; color: #666; font-size: 12px; }.variant-choice.is-active { border-color: #222; box-shadow: inset 0 0 0 1px #222; }
.browse-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, 28%); gap: 28px; align-items: start; }
.results-summary { margin-bottom: 15px; color: #555; font-size: 13px; }
.listing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 18px; }
.listing-card { min-width: 0; }
.listing-media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; border-radius: var(--radius); background: #e7e7e7; }
.listing-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.listing-media--unknown { display: grid; place-items: center; background: linear-gradient(135deg, #ececec, #d6d6d6); }
.listing-media--unknown::before { position: absolute; width: 35%; height: 31%; border: 2px solid #a6a6a6; border-radius: 50% 50% 8px 8px; content: ""; transform: translateY(-18%); }
.listing-media--unknown::after { position: absolute; width: 56%; height: 24%; border: 2px solid #a6a6a6; border-bottom: 0; border-radius: 50% 50% 0 0; content: ""; transform: translateY(66%); }
.no-image { position: relative; z-index: 1; margin-top: 40%; color: #4e4e4e; font-size: 12px; font-weight: 700; }
.snapshot-badge { position: absolute; z-index: 3; top: 10px; left: 10px; max-width: calc(100% - 70px); overflow: hidden; padding: 5px 8px; border-radius: 999px; background: rgb(255 255 255 / 93%); color: #333; font-size: 11px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.save-button { position: absolute; z-index: 4; top: 9px; right: 9px; width: 34px; height: 34px; border: 0; background: transparent; color: #222; font-size: 29px; line-height: 1; text-shadow: 0 1px 3px #fff; }
.save-button[aria-pressed="true"] { color: var(--accent); }
.carousel-button { position: absolute; z-index: 3; top: 50%; display: grid; width: 30px; height: 30px; place-items: center; border: 0; border-radius: 50%; background: rgb(255 255 255 / 88%); color: #999; font-size: 24px; transform: translateY(-50%); }
.carousel-button--prev { left: 10px; }.carousel-button--next { right: 10px; }
.carousel-dots { position: absolute; z-index: 3; bottom: 10px; left: 50%; display: flex; gap: 4px; transform: translateX(-50%); }
.carousel-dots i { display: block; width: 5px; height: 5px; border-radius: 99px; background: rgb(255 255 255 / 60%); }.carousel-dots .is-current { background: white; }
.listing-copy { padding: 10px 2px 0; }
.listing-title { display: flex; gap: 6px; align-items: baseline; }.listing-title h2 { overflow: hidden; margin: 0; font-size: 15px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }.listing-title span { color: #2074d4; font-size: 12px; }
.listing-region, .listing-amenities, .snapshot-note { margin: 3px 0; color: var(--muted); font-size: 13px; }.listing-amenities { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.listing-bottom { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: 9px; }.listing-bottom strong { display: block; font-size: 14px; }.listing-bottom small { display: block; color: var(--muted); font-size: 11px; }.listing-bottom a { color: #222; font-size: 12px; font-weight: 700; }.unknown-link { color: var(--muted); font-size: 12px; }
.snapshot-note { min-height: 19px; margin-top: 7px; font-size: 11px; }
.empty-filter { padding: 18px; border: 1px dashed #bbb; border-radius: 12px; color: var(--muted); }
.map-pane { position: sticky; top: 172px; min-height: 520px; overflow: hidden; border: 1px solid #ddd; border-radius: 16px; background: #e5eee7; }
.map-heading { position: absolute; z-index: 5; top: 13px; left: 13px; right: 13px; display: flex; align-items: start; justify-content: space-between; gap: 10px; padding: 10px; border-radius: 10px; background: rgb(255 255 255 / 92%); box-shadow: 0 1px 4px rgb(0 0 0 / 10%); }.map-heading h2 { margin: 0; font-size: 14px; }.map-heading p { margin: 2px 0 0; color: var(--muted); font-size: 11px; }.map-heading span { font-size: 11px; font-weight: 700; white-space: nowrap; }
.regional-map { position: relative; min-height: 450px; overflow: hidden; background: radial-gradient(circle at 75% 24%, #d4e9e7 0 2px, transparent 3px), #cfe3e0; }.regional-map svg { position: absolute; inset: 9% 0 4%; width: 100%; height: 82%; }.regional-map path:first-child { fill: #f1d891; stroke: #c5a95a; stroke-width: 3; }.regional-map .map-contour { fill: none; stroke: #c5a95a; stroke-dasharray: 5 7; stroke-width: 2; }
.map-label { position: absolute; color: #52625a; font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }.map-label--north { top: 27%; left: 17%; }.map-label--east { top: 45%; right: 10%; }.map-label--south { bottom: 24%; left: 44%; }
.map-markers { position: absolute; inset: 0; }.map-pin { position: absolute; z-index: 4; display: grid; width: 28px; height: 28px; place-items: center; border: 2px solid white; border-radius: 50%; background: #222; box-shadow: 0 2px 5px rgb(0 0 0 / 28%); color: #fff; font-size: 11px; transform: translate(-50%, -50%); }.map-pin b { font-weight: 700; }
.map-disclaimer { position: absolute; z-index: 5; right: 12px; bottom: 0; left: 12px; margin: 0; padding: 9px; border-radius: 9px 9px 0 0; background: rgb(255 255 255 / 94%); color: #454545; font-size: 11px; }
.research-details { margin-top: 36px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }.research-details summary { display: flex; justify-content: space-between; padding: 18px 3px; font-weight: 700; cursor: pointer; list-style: none; }.research-details summary::-webkit-details-marker { display: none; }.research-details summary span { font-size: 18px; }.research-details[open] summary span { transform: rotate(180deg); }
.research-details__body { display: grid; grid-template-columns: 1.1fr .8fr 1fr; gap: 28px; padding: 0 3px 23px; }.research-details h2 { margin: 0 0 8px; font-size: 15px; }.research-details h3 { margin: 0 0 5px; font-size: 12px; }.research-details p { margin: 0 0 8px; color: #555; }.detail-columns { display: grid; gap: 12px; }.detail-columns ul { margin: 0; padding-left: 18px; color: #555; font-size: 12px; }.lane-list { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }.lane-list li { padding: 9px; border-radius: 8px; background: var(--soft); }.lane-list strong, .lane-list span { display: block; }.lane-list span { color: #666; font-size: 11px; }
.site-footer { width: min(100% - 48px, 1500px); margin: 0 auto; padding: 22px 0 36px; color: #6a6a6a; font-size: 11px; }.site-footer p { margin: 4px 0; }
.search-dialog { width: min(440px, calc(100% - 28px)); padding: 0; border: 0; border-radius: 16px; box-shadow: 0 15px 60px rgb(0 0 0 / 30%); }.search-dialog::backdrop { background: rgb(0 0 0 / 42%); }.dialog-card { position: relative; padding: 28px; }.dialog-card h2 { margin: 0 0 20px; font-size: 20px; }.dialog-card label:not(.check-row) { display: grid; gap: 7px; font-size: 12px; font-weight: 700; }.dialog-card input[type="search"] { width: 100%; padding: 12px; border: 1px solid #aaa; border-radius: 9px; }.dialog-close { position: absolute; top: 10px; right: 11px; width: 32px; height: 32px; border: 0; border-radius: 50%; background: transparent; font-size: 25px; }.dialog-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 16px 0; }.dialog-facts p { margin: 0; padding: 10px; border-radius: 8px; background: var(--soft); font-size: 12px; }.dialog-facts b, .dialog-facts span { display: block; }.dialog-facts span { color: var(--muted); }.dialog-submit { width: 100%; padding: 13px; border: 0; border-radius: 8px; background: var(--accent); color: white; font-weight: 700; }.check-row { display: flex; gap: 10px; align-items: center; padding: 12px 0; border-bottom: 1px solid #eee; }.check-row:last-of-type { margin-bottom: 18px; }
@media (max-width: 1180px) { .listing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.browse-layout { grid-template-columns: minmax(0, 1fr) minmax(315px, 34%); }.search-control { min-width: 530px; } }
@media (max-width: 850px) { .header-row { grid-template-columns: auto 1fr auto; gap: 10px; width: min(100% - 28px, 1500px); min-height: 68px; }.wordmark { font-size: 17px; }.search-control { grid-template-columns: 1fr 34px; min-width: 0; padding-left: 10px; }.search-control span:not(:first-of-type), .search-control i { display: none; }.search-control span { padding: 0 8px; }.category-bar__inner, .browse-view, .app-note, .site-footer { width: min(100% - 28px, 1500px); }.browse-layout { display: block; }.listing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.map-pane { position: relative; top: auto; display: none; min-height: 450px; margin-top: 24px; }.map-pane.is-mobile-open { display: block; }.map-toggle { display: block; }.research-details__body { grid-template-columns: 1fr; gap: 20px; }.filter-button { margin-left: 0; } }
@media (max-width: 540px) { .header-row { grid-template-columns: 1fr auto; }.wordmark { display: none; }.search-control { justify-self: stretch; }.category-bar__inner { gap: 11px; }.listing-grid { grid-template-columns: 1fr; gap: 22px; }.browse-heading { align-items: start; }.browse-heading h1 { font-size: 21px; }.browse-heading p { font-size: 12px; }.map-toggle { padding: 8px 10px; font-size: 12px; }.profile-control { width: 40px; padding: 5px; justify-content: center; }.profile-control b { display: none; }.regional-map { min-height: 390px; }.dialog-card { padding: 24px 20px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
/* Single-property detail surface: source-led and deliberately non-bookable. */
.property-detail { width: min(100% - 48px, 1180px); margin: 30px auto 70px; }
.detail-back { display: inline-block; margin-bottom: 22px; font-weight: 700; text-decoration: none; }
.detail-title-row { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.detail-kicker, .inquiry-kicker { margin: 0 0 5px; color: #666; font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.detail-title-row h1 { margin: 0; font-size: clamp(27px, 4vw, 38px); letter-spacing: -1px; }.detail-title-row p:not(.detail-kicker) { margin: 7px 0 0; color: var(--muted); }
.detail-snapshot { max-width: 230px; padding: 8px 10px; border-radius: 9px; background: var(--soft); color: #555; font-size: 11px; text-align: right; }
.detail-gallery { display: grid; min-height: min(440px, 52vw); overflow: hidden; border-radius: 18px; background: #e7e7e7; }.detail-gallery img { width: 100%; height: 100%; object-fit: cover; }.detail-gallery--review { place-items: center; background: linear-gradient(135deg, #e9e9e9, #d4d4d4); }.detail-gallery--review div { display: grid; gap: 5px; max-width: 260px; padding: 23px; border: 1px solid #bbb; border-radius: 12px; background: rgb(255 255 255 / 82%); text-align: center; }.detail-gallery--review span { color: #555; font-size: 13px; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 335px; gap: 62px; align-items: start; margin-top: 36px; }.detail-content { display: grid; gap: 30px; }.detail-content section { padding-bottom: 28px; border-bottom: 1px solid #ddd; }.detail-content h2 { margin: 0 0 10px; font-size: 21px; }.detail-content p { color: #555; }.amenity-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 17px; }.amenity-card { min-height: 72px; padding: 13px; border: 1px solid #ddd; border-radius: 11px; }.amenity-card b, .amenity-card span { display: block; }.amenity-card span { margin-top: 4px; color: #555; font-size: 13px; }.stay-facts { display: contents; }.stay-fact { display: flex; min-height: 72px; align-items: center; gap: 11px; padding: 13px; border: 1px solid #ddd; border-radius: 11px; background: #fff; }.stay-fact svg { width: 23px; height: 23px; flex: 0 0 23px; fill: none; stroke: #222; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }.stay-fact div { display: grid; gap: 2px; }.stay-fact b { font-size: 12px; }.stay-fact span { color: #555; font-size: 13px; }
.detail-search-context { border-left: 3px solid var(--accent); padding-left: 17px; }.detail-search-context p { margin: 6px 0; }.detail-map-art { position: relative; display: grid; min-height: 150px; place-items: center; overflow: hidden; border-radius: 14px; background: #d7e7e3; color: #475c53; }.detail-map-art::before { position: absolute; width: 45%; height: 68%; border: 2px solid #b29962; border-radius: 48% 38% 52% 45%; background: #efd990; content: ""; transform: rotate(24deg); }.detail-map-art span, .detail-map-art b { z-index: 1; }.detail-map-art span { display: grid; width: 34px; height: 34px; place-items: center; border: 2px solid white; border-radius: 50%; background: #222; color: white; font-size: 24px; }.detail-map-art b { margin-top: -48px; font-size: 12px; }.detail-map p { margin-bottom: 0; font-size: 12px; }
.detail-evidence dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; margin: 0; }.detail-evidence dl div { padding: 11px; border-radius: 9px; background: var(--soft); }.detail-evidence dt { margin-bottom: 4px; color: #666; font-size: 11px; font-weight: 700; }.detail-evidence dd { margin: 0; font-size: 13px; }
.inquiry-panel { position: sticky; top: 104px; padding: 23px; border: 1px solid #ddd; border-radius: 15px; box-shadow: var(--shadow); }.inquiry-panel h2 { margin: 0; font-size: 23px; }.inquiry-panel > p:not(.inquiry-kicker) { margin: 5px 0 17px; color: #555; }.inquiry-context { display: grid; gap: 3px; padding: 12px; border: 1px solid #ddd; border-radius: 10px; font-size: 13px; }.inquiry-context span { color: #555; }.source-cta { display: block; margin-top: 12px; padding: 13px; border-radius: 9px; background: var(--accent); color: white; font-weight: 700; text-align: center; text-decoration: none; }.source-cta--unknown { background: #777; }.inquiry-note { margin: 13px 0 0; color: #666; font-size: 11px; }
@media (max-width: 850px) { .property-detail { width: min(100% - 28px, 1180px); }.detail-layout { grid-template-columns: 1fr; gap: 25px; }.inquiry-panel { position: static; order: -1; }.detail-gallery { min-height: 280px; }.detail-title-row { display: block; }.detail-snapshot { display: inline-block; margin-top: 10px; text-align: left; }.detail-evidence dl { grid-template-columns: 1fr; } }
@media (max-width: 540px) { .amenity-grid { grid-template-columns: 1fr; }.property-detail { margin-top: 20px; }.detail-title-row h1 { font-size: 28px; } }

/* Gallery polish: fixed card rhythm, only real multi-image controls, and a
   responsive detail composition that remains usable at narrow widths. */
.listing-card { display: flex; flex-direction: column; min-width: 0; }
.listing-media { display: block; flex: 0 0 auto; }
.listing-image-link { display: block; width: 100%; height: 100%; }
.listing-copy { display: grid; grid-template-rows: minmax(38px, auto) 19px 19px auto minmax(32px, auto); min-width: 0; gap: 3px; padding-top: 11px; }
.listing-title { min-width: 0; align-items: flex-start; }
.listing-title h2 { display: -webkit-box; min-width: 0; min-height: 38px; overflow: hidden; line-height: 1.25; text-overflow: clip; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.listing-title span { flex: 0 0 auto; margin-top: 1px; }
.listing-region, .listing-amenities { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.listing-bottom { min-width: 0; margin-top: 5px; }
.listing-bottom > div { min-width: 0; }
.listing-bottom strong, .listing-bottom small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.snapshot-note { display: -webkit-box; min-height: 32px; overflow: hidden; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.listing-media--unknown { min-height: 0; }
.no-image { display: grid; gap: 3px; margin: 42% 14px 0; text-align: center; }
.no-image b { color: #383838; font-size: 13px; }.no-image small { color: #666; font-size: 11px; font-weight: 400; }
.carousel-button { color: #222; cursor: pointer; opacity: .96; }
.carousel-button:hover { background: #fff; transform: translateY(-50%) scale(1.05); }
.carousel-dots { align-items: center; padding: 4px 6px; border-radius: 999px; background: rgb(0 0 0 / 25%); }
.gallery-dot { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 50%; background: rgb(255 255 255 / 62%); cursor: pointer; }
.gallery-dot.is-current { width: 16px; border-radius: 999px; background: #fff; }
.detail-gallery { min-height: 0; grid-template-columns: minmax(0, 1fr) minmax(128px, 23%); gap: 4px; padding: 0; background: #e7e7e7; }
.detail-gallery__feature { position: relative; min-height: min(485px, 48vw); overflow: hidden; }.detail-gallery__feature > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.detail-gallery__thumbs { display: grid; grid-template-rows: repeat(auto-fit, minmax(0, 1fr)); gap: 4px; overflow: hidden; }.detail-gallery__thumb { min-height: 0; padding: 0; border: 0; background: #222; cursor: pointer; }.detail-gallery__thumb img { display: block; width: 100%; height: 100%; object-fit: cover; opacity: .7; }.detail-gallery__thumb:hover img, .detail-gallery__thumb.is-current img { opacity: 1; }.detail-gallery__thumb.is-current { outline: 3px solid #fff; outline-offset: -3px; }
.detail-gallery .carousel-button { width: 38px; height: 38px; }.detail-gallery .carousel-dots { bottom: 14px; }
@media (max-width: 850px) { .listing-copy { grid-template-rows: minmax(38px, auto) 19px 19px auto minmax(32px, auto); }.detail-gallery { grid-template-columns: 1fr; }.detail-gallery__feature { min-height: min(68vw, 430px); }.detail-gallery__thumbs { grid-template-columns: repeat(auto-fit, minmax(76px, 1fr)); grid-template-rows: 78px; max-height: 78px; }.detail-gallery__thumb { min-width: 0; } }
@media (max-width: 540px) { .listing-copy { grid-template-rows: minmax(38px, auto) 19px 19px auto minmax(32px, auto); }.detail-gallery__feature { min-height: 64vw; }.detail-gallery__thumbs { grid-template-rows: 64px; max-height: 64px; }.carousel-button { width: 34px; height: 34px; } }
