:root {
  --navy: #10294b;
  --navy-2: #1b3d66;
  --coral: #f25535;
  --coral-dark: #d84227;
  --paper: #f7f7f3;
  --line: #dbe1e6;
  --muted: #6b7582;
  --ink: #15263e;
  --shadow: 0 14px 40px rgba(16, 41, 75, 0.1);
  --radius-lg: 24px;
  --radius-md: 14px;
}

* { box-sizing: border-box; }

[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

button, input { font: inherit; }
button { cursor: pointer; }

.app-shell { min-height: 100vh; overflow-x: hidden; }
.sheet-open { overflow: hidden; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 14px max(22px, calc((100vw - 1160px) / 2));
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; color: #fff; background: var(--coral); border-radius: 12px; font-family: Georgia, serif; font-size: 17px; font-weight: 700; letter-spacing: -0.06em; }
.brand-name { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 23px; line-height: 1; letter-spacing: -0.04em; }
.brand-year { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }

.icon-button { display: grid; place-items: center; width: 46px; height: 46px; color: var(--navy); background: #fff; border: 1.5px solid var(--navy); border-radius: 50%; }
.icon-button:hover, .icon-button:focus-visible { color: #fff; background: var(--navy); }
.menu-button { border-radius: 14px; }

.icon { display: inline-block; width: 22px; height: 22px; background: currentColor; mask-position: center; mask-repeat: no-repeat; mask-size: contain; -webkit-mask-position: center; -webkit-mask-repeat: no-repeat; -webkit-mask-size: contain; }
.icon-search { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E"); }
.icon-close { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m5 5 14 14M19 5 5 19'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m5 5 14 14M19 5 5 19'/%3E%3C/svg%3E"); }
.icon-menu { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 6h16M4 12h16M4 18h16'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 6h16M4 12h16M4 18h16'/%3E%3C/svg%3E"); }
.icon-plus { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E"); }
.icon-minus { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E"); }
.icon-fit { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M8 4H4v4M16 4h4v4M20 16v4h-4M4 16v4h4'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M8 4H4v4M16 4h4v4M20 16v4h-4M4 16v4h4'/%3E%3C/svg%3E"); }
.icon-arrow { width: 18px; height: 18px; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E"); }
.icon-star { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='m12 2.7 2.85 5.78 6.38.93-4.62 4.5 1.09 6.36L12 17.27l-5.7 3 1.09-6.36-4.62-4.5 6.38-.93L12 2.7Z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='m12 2.7 2.85 5.78 6.38.93-4.62 4.5 1.09 6.36L12 17.27l-5.7 3 1.09-6.36-4.62-4.5 6.38-.93L12 2.7Z'/%3E%3C/svg%3E"); }
.icon-bookmark { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 4.5A2.5 2.5 0 0 1 8.5 2h7A2.5 2.5 0 0 1 18 4.5V21l-6-3.5L6 21V4.5Z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 4.5A2.5 2.5 0 0 1 8.5 2h7A2.5 2.5 0 0 1 18 4.5V21l-6-3.5L6 21V4.5Z'/%3E%3C/svg%3E"); }
.icon-link { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13.5a4 4 0 0 0 5.66.16l2.5-2.5a4 4 0 0 0-5.66-5.66l-1.43 1.43M14 10.5a4 4 0 0 0-5.66-.16l-2.5 2.5a4 4 0 0 0 5.66 5.66l1.43-1.43'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13.5a4 4 0 0 0 5.66.16l2.5-2.5a4 4 0 0 0-5.66-5.66l-1.43 1.43M14 10.5a4 4 0 0 0-5.66-.16l-2.5 2.5a4 4 0 0 0 5.66 5.66l1.43-1.43'/%3E%3C/svg%3E"); }
.icon-qr { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M3 3h7v7H3V3Zm2 2v3h3V5H5Zm9-2h7v7h-7V3Zm2 2v3h3V5h-3ZM3 14h7v7H3v-7Zm2 2v3h3v-3H5Zm9-2h3v3h-3v-3Zm5 0h2v2h-2v-2Zm-5 5h2v2h-2v-2Zm3-3h4v4h-2v-2h-2v-2Zm-3-2h2v2h-2v-2Z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M3 3h7v7H3V3Zm2 2v3h3V5H5Zm9-2h7v7h-7V3Zm2 2v3h3V5h-3ZM3 14h7v7H3v-7Zm2 2v3h3v-3H5Zm9-2h3v3h-3v-3Zm5 0h2v2h-2v-2Zm-5 5h2v2h-2v-2Zm3-3h4v4h-2v-2h-2v-2Zm-3-2h2v2h-2v-2Z'/%3E%3C/svg%3E"); }
.icon-share { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='2.5'/%3E%3Ccircle cx='6' cy='12' r='2.5'/%3E%3Ccircle cx='18' cy='19' r='2.5'/%3E%3Cpath d='m8.2 10.8 7.6-4.6M8.2 13.2l7.6 4.6'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='2.5'/%3E%3Ccircle cx='6' cy='12' r='2.5'/%3E%3Ccircle cx='18' cy='19' r='2.5'/%3E%3Cpath d='m8.2 10.8 7.6-4.6M8.2 13.2l7.6 4.6'/%3E%3C/svg%3E"); }

.menu-panel { position: fixed; top: 76px; right: 22px; z-index: 19; display: grid; min-width: 220px; padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.menu-panel a, .menu-action { padding: 13px 12px; color: var(--navy); text-decoration: none; border-radius: 10px; font-size: 14px; font-weight: 700; text-align: left; }
.menu-action { width: 100%; background: transparent; border: 0; font: inherit; }
.menu-panel a:hover, .menu-panel a:focus-visible, .menu-action:hover, .menu-action:focus-visible { background: var(--paper); }

main { width: min(100% - 36px, 1160px); margin: 0 auto; padding: 72px 0 90px; }
.intro { max-width: 650px; margin-bottom: 34px; }
.eyebrow, .section-kicker { margin: 0 0 8px; color: var(--coral-dark); font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; color: var(--navy); }
h1 { max-width: 560px; margin-bottom: 14px; font-size: clamp(42px, 7vw, 78px); font-weight: 400; line-height: 0.96; letter-spacing: -0.06em; }
h2 { margin-bottom: 0; font-size: clamp(24px, 3vw, 34px); font-weight: 400; letter-spacing: -0.04em; }
.intro-copy { max-width: 520px; margin-bottom: 0; color: var(--muted); font-size: 17px; line-height: 1.55; }

.finder { position: sticky; top: 76px; z-index: 10; margin-bottom: 60px; padding: 20px 0 16px; background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(12px); }
.search-field { display: flex; align-items: center; gap: 12px; min-height: 62px; padding: 0 18px; background: #fff; border: 1.5px solid var(--navy); border-radius: 16px; box-shadow: 0 4px 0 rgba(16, 41, 75, 0.06); }
.search-field:focus-within { box-shadow: 0 0 0 4px rgba(242, 85, 53, 0.16); }
.search-field .icon { flex: 0 0 auto; width: 25px; height: 25px; color: var(--navy); }
.search-field input { width: 100%; min-width: 0; padding: 0; color: var(--navy); background: transparent; border: 0; outline: 0; font-size: 18px; }
.search-field input::placeholder { color: #8b949f; }
.clear-search { display: grid; flex: 0 0 auto; place-items: center; width: 40px; height: 40px; color: var(--muted); background: var(--paper); border: 0; border-radius: 50%; }
.clear-search .icon { width: 18px; height: 18px; }
.filter-row { display: flex; gap: 8px; padding-top: 14px; overflow-x: auto; scrollbar-width: none; }
.filter-row::-webkit-scrollbar { display: none; }
.filter-chip { flex: 0 0 auto; min-height: 40px; padding: 0 15px; color: var(--navy); background: #fff; border: 1px solid var(--navy); border-radius: 999px; font-size: 13px; font-weight: 750; white-space: nowrap; }
.filter-chip:hover, .filter-chip:focus-visible, .filter-chip.is-active { color: #fff; background: var(--coral); border-color: var(--coral); }

.map-section, .results-section { margin-bottom: 76px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.map-count, .result-count { color: var(--muted); font-size: 13px; font-weight: 700; }
.floor-tabs { display: flex; width: 100%; margin-bottom: 14px; padding: 4px; background: var(--paper); border-radius: 14px; }
.floor-tab { flex: 1; min-height: 48px; color: var(--muted); background: transparent; border: 0; border-radius: 10px; font-size: 14px; font-weight: 800; }
.floor-tab.is-active { color: #fff; background: var(--navy); box-shadow: 0 3px 0 rgba(16, 41, 75, 0.16); }

.map-card { padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.map-card-topline { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 14px; }
.map-floor-label { display: block; color: var(--navy); font-size: 14px; font-weight: 850; }
.map-floor-note { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; }
.map-reset-link { padding: 9px 2px; color: var(--coral-dark); background: transparent; border: 0; font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.map-viewport { position: relative; aspect-ratio: var(--map-aspect, 1.54); overflow: hidden; background: var(--paper); border: 1px solid #d3d8d8; border-radius: 16px; touch-action: none; user-select: none; }
.floor-map { display: block; width: 100%; height: 100%; }
#map-scene { transform-origin: 50px 50px; }
#map-scene .map-booth { pointer-events: all; cursor: pointer; }
.map-controls { position: absolute; right: 12px; bottom: 12px; display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 7px 20px rgba(16, 41, 75, 0.14); }
.map-control { display: grid; place-items: center; width: 46px; height: 46px; color: var(--navy); background: #fff; border: 0; border-bottom: 1px solid var(--line); }
.map-control:last-child { border-bottom: 0; }
.map-control:hover, .map-control:focus-visible { color: var(--coral); background: #fff7f4; }
.map-control .icon { width: 22px; height: 22px; }
.map-legend { display: flex; flex-wrap: wrap; gap: 14px; padding-top: 14px; color: var(--muted); font-size: 11px; font-weight: 700; }
.legend-swatch { display: inline-block; width: 10px; height: 10px; margin-right: 5px; vertical-align: -1px; border-radius: 3px; }
.legend-selected { background: var(--coral); }
.legend-available { background: #dfe7ef; border: 1px solid #7390ad; }

.results-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.directory-tools { display: flex; align-items: center; gap: 16px; }
.sort-control { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 750; }
.sort-control select { min-height: 38px; padding: 0 30px 0 11px; color: var(--navy); background: #fff; border: 1px solid var(--line); border-radius: 9px; font: inherit; font-weight: 800; }
.sort-control select:focus-visible { outline: 3px solid rgba(242, 85, 53, 0.18); outline-offset: 2px; border-color: var(--coral); }
.vendor-card { display: flex; align-items: center; gap: 14px; width: 100%; min-height: 88px; padding: 15px; text-align: left; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 16px; transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease; }
.vendor-card:hover, .vendor-card:focus-visible, .vendor-card.is-selected { border-color: var(--coral); box-shadow: 0 7px 18px rgba(242, 85, 53, 0.12); transform: translateY(-1px); }
.table-badge { display: grid; flex: 0 0 auto; place-items: center; min-width: 52px; min-height: 52px; padding: 5px; color: #fff; background: var(--coral); border-radius: 11px; font-size: 12px; font-weight: 850; line-height: 1.1; text-align: center; }
.vendor-card-copy { min-width: 0; }
.vendor-card h3 { margin-bottom: 5px; font-family: inherit; font-size: 15px; font-weight: 850; line-height: 1.2; }
.vendor-meta { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.4; }
.vendor-card-favorite { display: grid; flex: 0 0 auto; place-items: center; color: var(--coral); line-height: 1; }
.vendor-card-favorite .icon { width: 17px; height: 17px; }
.vendor-chevron { margin-left: auto; color: var(--navy); }
.empty-state { padding: 42px 20px; text-align: center; background: var(--paper); border-radius: var(--radius-md); }
.empty-icon { width: 28px; height: 28px; color: var(--coral); }
.empty-state h3 { margin: 12px 0 7px; font-size: 24px; font-weight: 400; }
.empty-state p { margin-bottom: 18px; color: var(--muted); font-size: 14px; }

.print-section { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 28px; background: var(--navy); border-radius: var(--radius-lg); }
.print-section h2 { color: #fff; font-size: 28px; }
.print-section p:not(.section-kicker) { margin: 8px 0 0; color: #c9d3df; font-size: 14px; }
.print-section .section-kicker { color: #ff947c; }
.primary-button, .secondary-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 20px; border-radius: 12px; font-size: 14px; font-weight: 850; }
.primary-button { width: 100%; color: #fff; background: var(--coral); border: 1px solid var(--coral); }
.primary-button:hover, .primary-button:focus-visible { background: var(--coral-dark); }
.secondary-button { color: var(--navy); background: #fff; border: 1px solid var(--navy); }
.secondary-button:hover, .secondary-button:focus-visible { color: #fff; background: var(--navy); }

.sheet-backdrop { position: fixed; inset: 0; z-index: 30; background: rgba(10, 22, 39, 0.48); }
.vendor-sheet { position: fixed; right: 0; bottom: 0; left: 0; z-index: 31; max-width: 680px; margin: 0 auto; padding: 12px 22px calc(22px + env(safe-area-inset-bottom)); background: #fff; border: 1px solid var(--line); border-bottom: 0; border-radius: 24px 24px 0 0; box-shadow: 0 -18px 60px rgba(16, 41, 75, 0.2); animation: sheet-in 220ms ease-out both; }
.sheet-handle { width: 44px; height: 5px; margin: 0 auto 18px; background: #cbd2d9; border-radius: 99px; }
.sheet-header { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.sheet-header h2 { max-width: 560px; font-size: 30px; }
.sheet-close { flex: 0 0 auto; width: 42px; height: 42px; border-color: var(--line); }
.sheet-details { display: grid; gap: 0; padding: 8px 0 18px; }
.detail-row { display: grid; grid-template-columns: 112px 1fr; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.detail-label { color: var(--muted); font-size: 12px; font-weight: 750; }
.detail-value { color: var(--navy); font-size: 14px; font-weight: 800; }
.favorite-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 9px; width: 100%; min-height: 48px; margin-bottom: 16px; color: var(--navy); background: #fff; border: 1px solid var(--navy); border-radius: 12px; font-size: 14px; font-weight: 850; }
.favorite-toggle:hover, .favorite-toggle:focus-visible, .favorite-toggle.is-active { color: #fff; background: var(--navy); }
.favorite-toggle .icon { width: 18px; height: 18px; }
.favorite-toggle.is-active .icon { color: #ffd166; }
.sheet-share-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-bottom: 16px; }
.sheet-action { width: 100%; min-height: 46px; padding: 0 8px; font-size: 12px; }
.sheet-action .icon { width: 17px; height: 17px; }
.notes-panel { margin-bottom: 18px; padding: 14px; background: var(--paper); border-radius: 14px; }
.notes-field { display: grid; gap: 8px; }
.notes-label { color: var(--navy); font-size: 13px; font-weight: 850; }
.notes-field textarea { width: 100%; min-height: 76px; resize: vertical; padding: 10px 12px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 10px; outline: 0; font: inherit; font-size: 14px; line-height: 1.45; }
.notes-field textarea:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(242, 85, 53, 0.14); }
.notes-footer { display: flex; align-items: center; gap: 12px; margin-top: 10px; }
.note-status { color: var(--muted); font-size: 11px; line-height: 1.35; }
.share-backdrop { position: fixed; inset: 0; z-index: 40; background: rgba(10, 22, 39, 0.58); }
.share-dialog { position: fixed; top: 50%; left: 50%; z-index: 41; display: grid; width: min(420px, calc(100% - 32px)); max-height: calc(100vh - 32px); overflow: auto; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 22px 70px rgba(16, 41, 75, 0.3); transform: translate(-50%, -50%); }
.share-dialog-header { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.share-dialog-header h2 { max-width: 320px; font-size: 26px; }
.share-dialog .icon-button { flex: 0 0 auto; width: 40px; height: 40px; border-color: var(--line); }
.qr-frame { display: grid; place-items: center; width: min(280px, 100%); aspect-ratio: 1; margin: 20px auto 14px; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.qr-frame svg { display: block; width: 100%; height: 100%; shape-rendering: crispEdges; }
.share-dialog-copy { margin-bottom: 16px; color: var(--muted); font-size: 13px; line-height: 1.45; text-align: center; }
.share-url-field { display: grid; gap: 7px; margin-bottom: 14px; color: var(--navy); font-size: 12px; font-weight: 850; }
.share-url-field input { width: 100%; min-height: 42px; padding: 0 11px; overflow: hidden; color: var(--muted); background: var(--paper); border: 1px solid var(--line); border-radius: 9px; font: inherit; font-size: 12px; text-overflow: ellipsis; }
.share-dialog-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.share-dialog-actions .primary-button, .share-dialog-actions .secondary-button { width: 100%; min-height: 46px; padding: 0 12px; font-size: 12px; }
.toast { position: fixed; right: 18px; bottom: calc(18px + env(safe-area-inset-bottom)); left: 18px; z-index: 60; width: fit-content; max-width: min(420px, calc(100% - 36px)); margin: 0 auto; padding: 12px 15px; color: #fff; background: var(--navy); border-radius: 10px; box-shadow: var(--shadow); font-size: 13px; font-weight: 750; text-align: center; }
@keyframes sheet-in { from { transform: translateY(100%); } to { transform: translateY(0); } }

@media (min-width: 760px) {
  .vendor-sheet { right: 24px; bottom: 24px; left: auto; width: min(520px, calc(100% - 48px)); border-bottom: 1px solid var(--line); border-radius: 24px; }
  .results-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .topbar { min-height: 70px; padding: 12px 18px; }
  .menu-panel { top: 70px; right: 18px; }
  main { width: min(100% - 28px, 560px); padding-top: 48px; }
  .finder { top: 70px; margin-right: -1px; margin-left: -1px; padding-top: 14px; }
  .search-field { min-height: 58px; }
  .section-heading { align-items: start; }
  .section-heading-results { align-items: end; }
  .directory-tools { align-items: end; flex-direction: column; gap: 8px; }
  .sort-control { width: 100%; justify-content: flex-end; }
  .map-card { padding: 12px; }
  .map-card-topline { align-items: start; }
  .map-floor-note { max-width: 180px; }
  .results-list { grid-template-columns: 1fr; }
  .print-section { display: block; padding: 24px; }
  .print-section .secondary-button { width: 100%; margin-top: 22px; }
  .share-dialog-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
