:root {
  --ink: #173b5c;
  --muted: #687f91;
  --cream: #eaf2f8;
  --paper: #fbfcfd;
  --line: #d6e1e9;
  --coral: #3979ad;
  --coral-dark: #275f8d;
  --sage: #dceaf4;
  --mustard: #e8bc5b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #e2e9ee; font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }

.app-shell { max-width: 1540px; margin: 0 auto; background: var(--paper); min-height: 100vh; box-shadow: 0 0 50px rgba(23,59,92,.09); }
.topbar { height: 82px; display: flex; align-items: center; padding: 0 5.2%; border-bottom: 1px solid var(--line); gap: 48px; background: rgba(251,252,253,.94); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.brand { color: var(--ink); text-decoration: none; display: flex; align-items: center; flex: 0 0 auto; }
.brand-artwork { display: block; width: 162px; height: 50px; background: url("assets/elisted-logo-transparent-v1.png") -20px -10px / 203px 68px no-repeat; }
.nav-links { display: flex; align-self: stretch; align-items: center; gap: 34px; margin: 0 auto; }
.nav-links a { display: grid; place-items: center; height: 100%; color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 600; position: relative; }
.nav-links a.active, .nav-links a:hover { color: var(--ink); }
.nav-links a.active::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--coral); }
.add-button, .submit-button { border: 0; background: var(--ink); color: white; font-weight: 700; font-size: 13px; letter-spacing: .02em; padding: 13px 19px; border-radius: 3px; cursor: pointer; transition: transform .2s, background .2s; }
.add-button:hover, .submit-button:hover { transform: translateY(-2px); background: #275f8d; }

.hero { display: grid; grid-template-columns: minmax(380px, .82fr) 1.4fr; min-height: 610px; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-copy { padding: 88px 5vw 72px 6vw; background: var(--cream); position: relative; z-index: 2; }
.eyebrow { font-size: 11px; letter-spacing: .2em; font-weight: 700; color: var(--coral); margin: 0 0 20px; }
h1, h2, h3 { font-family: Gloock, serif; font-weight: 400; margin-top: 0; }
h1 { font-size: clamp(52px, 5.2vw, 82px); line-height: .98; letter-spacing: -.045em; margin-bottom: 26px; max-width: 610px; }
h1 em { color: var(--coral); font-weight: 400; }
.intro { max-width: 500px; font-family: Gloock, serif; font-size: 18px; color: #526d80; line-height: 1.62; }
.search-panel { position: relative; margin-top: 38px; max-width: 510px; }
.search-field { height: 58px; display: flex; align-items: center; background: white; border: 1px solid #c8d6e0; box-shadow: 0 8px 28px rgba(23,59,92,.07); padding: 0 16px; gap: 13px; }
.search-field:focus-within { border-color: var(--ink); box-shadow: 0 8px 28px rgba(23,59,92,.13); }
.search-field input { border: 0; outline: 0; width: 100%; background: transparent; color: var(--ink); }
.search-field input::placeholder { color: #84918c; }
.search-icon { width: 16px; height: 16px; border: 1.8px solid var(--ink); border-radius: 50%; position: relative; flex: 0 0 auto; }
.search-icon::after { content:""; position: absolute; width: 6px; height: 1.8px; background: var(--ink); right: -5px; bottom: -2px; transform: rotate(45deg); }
kbd { color: #84918c; border: 1px solid #d5dad6; background: #f4f4f0; padding: 4px 7px; border-radius: 4px; font-size: 10px; white-space: nowrap; }
.search-results { position: absolute; top: 64px; left: 0; right: 0; background: white; border: 1px solid var(--line); z-index: 10; box-shadow: 0 16px 30px rgba(23,54,47,.13); }
.search-result { padding: 13px 16px; display: flex; justify-content: space-between; cursor: pointer; border-bottom: 1px solid #edf0eb; font-size: 14px; }
.search-result:last-child { border: 0; }
.search-result:hover, .search-result[aria-selected="true"] { background: var(--cream); }
.search-result span { color: var(--muted); }
.passport-stats { display: flex; margin-top: 54px; gap: 0; }
.passport-stats div { min-width: 108px; padding-right: 30px; margin-right: 30px; border-right: 1px solid #cfd4ce; display: flex; flex-direction: column; }
.passport-stats div:last-child { border-right: 0; }
.passport-stats strong { font-family: Gloock, serif; font-size: 25px; font-weight: 400; }
.passport-stats span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; margin-top: 5px; }

.map-wrap { position: relative; background: #dfeaf2; min-height: 610px; display: grid; place-items: center; overflow: hidden; }
.map-wrap::before { content:""; position: absolute; width: 440px; height: 440px; background: rgba(255,255,255,.3); border-radius: 50%; }
.world-map { width: 110%; max-width: 940px; position: relative; transform: translateX(-1%); }
.graticule { fill: none; stroke: #c4d4df; stroke-width: .8; stroke-dasharray: 3 8; opacity: .85; }
.continents { stroke: #9db4c5; stroke-width: .6; }
.map-label { position: absolute; top: 33px; right: 40px; z-index: 2; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.map-label span { display: inline-block; width: 7px; height: 7px; background: var(--coral); border-radius: 50%; margin-right: 6px; }
.map-hint { position: absolute; right: 38px; bottom: 28px; font-size: 11px; color: var(--muted); }
.map-hint span { margin-right: 5px; }
.marker { cursor: pointer; filter: url(#markerShadow); }
.marker .marker-leader { stroke: #47708d; stroke-width: 1.2; pointer-events: none; }
.marker .marker-anchor { fill: var(--ink); stroke: white; stroke-width: 1; pointer-events: none; }
.marker .pulse { fill: rgba(230,111,81,.18); transform-box: fill-box; transform-origin: center; animation: pulse 2.4s infinite; }
.marker .pin { fill: var(--coral); stroke: white; stroke-width: 4; }
.marker .dot { fill: white; pointer-events: none; }
.marker text { font-family: "DM Sans", sans-serif; font-weight: 700; font-size: 13px; fill: var(--ink); paint-order: stroke; stroke: #dfeaf2; stroke-width: 5px; stroke-linejoin: round; }
.marker text { pointer-events: none; }
.marker.active .pin { fill: var(--ink); }
@keyframes pulse { 0%, 100% { transform: scale(.7); opacity:.65; } 50% { transform: scale(1.5); opacity:0; } }

.recommendations-section { padding: 84px 6vw 96px; background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; align-items: end; border-bottom: 1px solid var(--line); padding-bottom: 24px; }
.section-heading h2 { font-size: clamp(37px, 4vw, 54px); letter-spacing: -.035em; margin: 0; }
.view-controls { display: flex; gap: 5px; }
.location-tabs { display: flex; gap: 8px; padding: 28px 0 32px; overflow-x: auto; }
.location-tab { border: 1px solid #ccd3cd; background: transparent; padding: 9px 14px; font-size: 12px; font-weight: 600; cursor: pointer; color: var(--muted); white-space: nowrap; }
.location-tab.active { background: var(--sage); border-color: #acbdb1; color: var(--ink); }
.recommendation-tools { display: grid; grid-template-columns: minmax(260px, 1fr) minmax(190px, .42fr) auto; align-items: stretch; gap: 10px; margin: 0 0 28px; }
.restaurant-filter-search { min-height: 48px; display: flex; align-items: center; gap: 13px; padding: 0 15px; border: 1px solid var(--line); background: white; }
.restaurant-filter-search:focus-within, .cuisine-filter:focus-within { border-color: var(--coral); }
.restaurant-filter-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.restaurant-filter-search input::placeholder { color: #8799a6; }
.cuisine-filter { min-height: 48px; display: flex; align-items: center; gap: 12px; padding: 0 13px 0 15px; border: 1px solid var(--line); background: white; }
.cuisine-filter span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.cuisine-filter select { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 12px; font-weight: 700; }
.clear-filters { min-height: 48px; padding: 0 16px; border: 1px solid var(--line); background: var(--cream); cursor: pointer; color: var(--coral-dark); font-size: 11px; font-weight: 700; }
.clear-filters:hover { background: var(--sage); }
.filter-summary { grid-column: 1 / -1; min-height: 16px; color: var(--muted); font-size: 11px; }
.city-map-panel { margin: 0 0 30px; border: 1px solid var(--line); background: var(--cream); overflow: hidden; }
.city-map-panel[hidden] { display: none; }
.city-map-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: 28px 30px 24px; }
.city-map-heading .eyebrow { margin-bottom: 10px; }
.city-map-heading h3 { margin: 0 0 7px; font-size: 32px; }
.city-map-heading p:last-child { margin: 0; color: var(--muted); font-size: 12px; }
.map-toggle { border: 1px solid #b9cbd8; background: white; padding: 10px 15px; cursor: pointer; color: var(--ink); font-size: 11px; font-weight: 700; }
.city-map-canvas { width: 100%; height: 480px; border-top: 1px solid var(--line); background: #dfeaf2; z-index: 1; }
.city-map-canvas[hidden] { display: none; }
.london-map-art { position: relative; width: 100%; height: 100%; overflow: hidden; background: radial-gradient(circle at 78% 5%, rgba(255,255,255,.75), transparent 34%), #dfeaf2; }
.london-map-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-road-lines { fill: none; stroke: rgba(255,255,255,.9); stroke-width: 7; stroke-linecap: round; }
.river-thames { fill: none; stroke: #8ab9d2; stroke-width: 36; stroke-linecap: round; }
.map-neighbourhood { position: absolute; color: rgba(23,59,92,.48); font-family: Gloock, serif; font-size: 12px; letter-spacing: .04em; pointer-events: none; }
.chelsea-label { left: 5%; top: 68%; }
.mayfair-label { left: 17%; top: 39%; }
.marylebone-label { left: 15%; top: 15%; }
.covent-label { left: 39%; top: 48%; }
.clerkenwell-label { left: 59%; top: 20%; }
.shoreditch-label { right: 6%; top: 15%; }
.river-label { position: absolute; right: 11%; bottom: 18%; color: rgba(255,255,255,.9); font-size: 9px; font-style: italic; letter-spacing: .12em; text-transform: uppercase; transform: rotate(-6deg); }
.restaurant-map-marker { position: absolute; z-index: 3; display: flex; align-items: center; gap: 7px; border: 0; background: transparent; transform: translate(-17px, -17px); cursor: pointer; }
.restaurant-map-marker span { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border: 3px solid white; border-radius: 50%; background: var(--coral); color: white; box-shadow: 0 5px 14px rgba(23,59,92,.28); font-family: "DM Sans", sans-serif; font-size: 11px; font-weight: 800; transition: transform .2s, background .2s; }
.restaurant-map-marker em { max-width: 92px; padding: 4px 6px; background: rgba(255,255,255,.86); color: var(--ink); font-size: 9px; font-style: normal; font-weight: 700; line-height: 1.15; text-align: left; box-shadow: 0 2px 8px rgba(23,59,92,.08); }
.restaurant-map-marker:hover span, .restaurant-map-marker:focus-visible span, .restaurant-map-marker.active span { background: var(--ink); transform: scale(1.12); }
.restaurant-map-marker:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.restaurant-map-popup { position: absolute; z-index: 5; right: 22px; bottom: 22px; width: min(290px, calc(100% - 44px)); padding: 18px 20px; border-left: 4px solid var(--coral); background: rgba(255,255,255,.96); color: var(--ink); box-shadow: 0 12px 32px rgba(23,59,92,.18); font-family: "DM Sans", sans-serif; }
.restaurant-map-popup .map-popup-kicker { margin-bottom: 7px; color: var(--coral-dark); font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.restaurant-map-popup strong { display: block; margin-bottom: 5px; font-family: Gloock, serif; font-size: 20px; font-weight: 400; }
.restaurant-map-popup span { display: block; color: var(--muted); font-size: 10px; line-height: 1.4; }
.restaurant-map-popup a { display: inline-block; margin-top: 11px; color: var(--coral-dark); font-size: 10px; font-weight: 700; text-decoration: none; }
.cards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.place-card { background: #fff; border: 1px solid var(--line); min-height: 300px; padding: 0; display: flex; flex-direction: column; position: relative; transition: transform .25s, box-shadow .25s; animation: cardIn .35s ease both; }
.place-card:hover { transform: translateY(-5px); box-shadow: 0 14px 32px rgba(23,59,92,.10); }
@keyframes cardIn { from { opacity: 0; transform: translateY(12px); } }
.card-content { padding: 30px; display: flex; flex: 1; flex-direction: column; }
.featured-card { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(320px, .75fr); min-height: 490px; }
.featured-card .card-image-wrap { min-height: 490px; overflow: hidden; border-right: 1px solid var(--line); background: var(--ink); }
.featured-card .card-image { width: 100%; height: 100%; display: block; object-fit: cover; }
.editorial-collage { position: relative; isolation: isolate; }
.editorial-collage-main { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 68%; }
.editorial-collage-alfredo .editorial-collage-main { object-position: 48% 88%; transform: scale(1.15); }
.editorial-collage-alfredo .editorial-collage-title strong, .editorial-collage-tonnarello .editorial-collage-title strong { font-family: "Bodoni Moda", Didot, "Bodoni MT", Georgia, serif; font-size: clamp(31px, 4.6vw, 72px); letter-spacing: -.055em; }
.editorial-collage-alfredo .editorial-collage-title strong span { display: inline-block; margin-left: .12em; font-size: 1em; }
.editorial-collage-tonnarello .editorial-collage-main { object-position: 50% 90%; transform: scale(1.55); }
.editorial-collage-tonnarello .editorial-collage-inset img { object-position: 50% 60%; transform: scale(1.45); }
.editorial-collage-inset { position: absolute; inset: 0 0 0 56%; padding-left: 8px; overflow: hidden; border-radius: 54% 0 0 45% / 30% 0 0 35%; background: #f8efe0; }
.editorial-collage-inset img { width: 100%; height: 100%; object-fit: cover; object-position: 49% 49%; border-radius: inherit; }
.editorial-collage::after { content: ""; position: absolute; inset: 26% 0 25%; background: linear-gradient(transparent, rgba(22,28,26,.25) 35%, rgba(22,28,26,.32) 65%, transparent); pointer-events: none; }
.editorial-collage-title { position: absolute; z-index: 1; left: 2%; right: 2%; top: 51%; transform: translateY(-50%); color: #fff8ec; text-align: center; text-shadow: 0 2px 20px rgba(13,20,21,.65); pointer-events: none; }
.editorial-collage-title strong { display: block; font-family: Gloock, Georgia, serif; font-size: clamp(47px, 6vw, 90px); line-height: .9; font-weight: 400; letter-spacing: -.06em; white-space: nowrap; }
.editorial-collage-title strong span { font-size: .76em; }
.editorial-collage-title small { display: block; margin-top: 22px; font-family: Georgia, serif; font-size: 17px; letter-spacing: .23em; }
.multi-image-wrap { display: grid; grid-template-columns: .92fr 1.08fr; gap: 3px; }
.multi-image-wrap .card-image { min-width: 0; }
.multi-image-wrap .card-image:first-child { object-position: 58% 55%; }
.multi-image-wrap .card-image:last-child { object-position: 50% 50%; }
.featured-card .card-content { padding: 38px; }
.featured-card h3 { font-size: 48px; margin-top: 44px; }
.card-top { display: flex; justify-content: flex-end; gap: 15px; }
.card-actions { display: flex; align-items: center; gap: 8px; }
.place-card h3 { margin: 31px 0 9px; font-size: 27px; line-height: 1.1; letter-spacing: -.02em; }
.card-meta { font-size: 10px; font-weight: 700; letter-spacing: .12em; color: var(--muted); text-transform: uppercase; }
.card-note { font-family: Gloock, serif; font-style: italic; color: #526d80; line-height: 1.55; margin: 27px 0; }
.place-photo-gallery { margin: 0 0 30px; }
.place-photo-gallery > span { display: block; margin-bottom: 10px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.place-photo-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; }
.place-photo-strip a { display: block; overflow: hidden; background: var(--cream); }
.place-photo-strip a:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; }
.place-photo-strip img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .25s ease; }
.place-photo-strip a:hover img { transform: scale(1.05); }
.card-footer { margin-top: auto; border-top: 1px solid #e4e7e2; padding-top: 17px; display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: 11px; font-weight: 700; }
.card-footer > span:first-child::before { content:""; display: inline-block; width: 6px; height: 6px; background: var(--mustard); border-radius: 50%; margin-right: 7px; }
.card-city { color: var(--coral); }
.location-link { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; color: var(--ink); text-decoration: none; text-align: right; }
.location-link span { color: var(--muted); font-weight: 500; }
.location-link b { color: var(--coral); }
.location-link:hover b { text-decoration: underline; }
.card-footer.has-multiple-locations { align-items: stretch; flex-direction: column; }
.location-list { width: 100%; font-weight: 500; }
.location-list summary { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; border: 1px solid var(--line); background: var(--cream); color: var(--coral-dark); cursor: pointer; font-size: 10px; font-weight: 800; list-style: none; text-transform: uppercase; letter-spacing: .09em; }
.location-list summary::-webkit-details-marker { display: none; }
.location-list[open] summary span { transform: rotate(45deg); }
.location-list summary span { transition: transform .2s; }
.location-grid { max-height: 248px; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow-y: auto; border: 1px solid var(--line); border-top: 0; background: var(--line); }
.location-grid a { min-width: 0; padding: 11px 12px; background: white; color: var(--ink); text-decoration: none; }
.location-grid a:hover { background: var(--sage); }
.location-grid strong, .location-grid small { display: block; }
.location-grid strong { margin-bottom: 3px; font-size: 10px; }
.location-grid small { color: var(--muted); font-size: 8px; font-weight: 500; line-height: 1.35; }
.empty-state { text-align: center; padding: 70px 20px; border: 1px dashed #bbc5bd; }
.empty-state > span { color: var(--coral); font-size: 26px; }
.empty-state h3 { margin: 15px 0 8px; font-size: 28px; }
.empty-state p { color: var(--muted); margin-bottom: 25px; }

.radar-section { padding: 88px 6vw 96px; background: var(--cream); border-top: 1px solid var(--line); scroll-margin-top: 82px; }
.radar-intro h2, .share-copy h2 { margin: 0 0 18px; font-size: clamp(42px, 4.7vw, 66px); line-height: 1; letter-spacing: -.04em; }
.radar-intro > p:not(.eyebrow), .share-copy > p:not(.eyebrow) { max-width: 510px; margin: 0 0 32px; color: var(--muted); font-family: Gloock, serif; font-size: 17px; line-height: 1.65; }
.share-panel { padding: 30px; border: 1px solid var(--line); background: white; box-shadow: 0 15px 42px rgba(23,59,92,.06); }
.share-panel label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.share-panel .field-title { display: inline-flex; align-items: baseline; }
.share-panel input, .share-panel textarea { width: 100%; padding: 13px 14px; border: 1px solid #cbd7df; border-radius: 0; outline: 0; background: var(--paper); color: var(--ink); resize: vertical; text-transform: none; letter-spacing: 0; }
.share-panel input:focus, .share-panel textarea:focus { border-color: var(--coral); background: white; }
.optional-label { display: inline; margin-left: 5px; color: var(--muted); font-size: 8px; font-weight: 600; letter-spacing: .06em; }
.radar-board { min-height: 610px; padding: 34px; background: var(--ink); color: white; position: relative; overflow: hidden; }
.radar-board::before { content: ""; position: absolute; width: 310px; height: 310px; right: -155px; top: 55px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.radar-board-heading, .community-review-heading { position: relative; display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.radar-board-heading strong, .community-review-heading strong { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--mustard); color: var(--ink); font-family: Gloock, serif; font-size: 13px; font-weight: 400; }
.radar-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding-top: 22px; }
.radar-card { padding: 21px 22px; background: #f7fafc; color: var(--ink); border-left: 4px solid var(--mustard); }
.radar-card-top { display: flex; align-items: start; justify-content: space-between; gap: 15px; }
.radar-card h3 { margin: 0 0 5px; font-size: 24px; }
.radar-location { display: block; color: var(--coral-dark); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.radar-card p { margin: 16px 0 0; color: #536f83; font-family: Gloock, serif; font-size: 13px; font-style: italic; line-height: 1.55; }
.radar-card-actions { display: flex; gap: 10px; margin-top: 17px; padding-top: 13px; border-top: 1px solid var(--line); }
.radar-card-actions a, .radar-card-actions button { padding: 0; border: 0; background: transparent; color: var(--coral-dark); cursor: pointer; font-size: 9px; font-weight: 800; text-decoration: none; }
.radar-card-actions button { margin-left: auto; color: var(--muted); }
.radar-empty { position: relative; min-height: 480px; display: grid; place-content: center; justify-items: center; padding: 40px; text-align: center; color: #c4d5e1; }
.radar-empty[hidden] { display: none; }
.radar-empty > span { margin-bottom: 18px; color: var(--mustard); font-size: 28px; }
.radar-empty h3 { max-width: 350px; margin: 0 0 9px; color: white; font-size: 31px; }
.radar-empty p { margin: 0; font-size: 11px; }

.about-section { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); gap: clamp(45px, 7vw, 110px); padding: 100px 6vw 108px; background: var(--ink); color: white; border-top: 1px solid rgba(255,255,255,.12); scroll-margin-top: 82px; position: relative; overflow: hidden; }
.about-section::after { content: "✦"; position: absolute; right: -25px; top: -90px; color: rgba(255,255,255,.055); font-family: Gloock, serif; font-size: 290px; line-height: 1; }
.about-heading, .about-story { position: relative; z-index: 1; }
.about-heading .eyebrow { color: #9ec7e7; }
.about-heading h2 { max-width: 540px; margin: 0; font-size: clamp(46px, 5vw, 72px); line-height: 1.02; letter-spacing: -.045em; }
.about-story { padding-top: 30px; }
.about-lead { max-width: 720px; margin: 0 0 34px; color: white; font-family: Gloock, serif; font-size: clamp(24px, 2.6vw, 38px); line-height: 1.28; }
.about-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 34px; color: #c6d7e3; font-size: 14px; line-height: 1.75; }
.about-copy p { margin: 0; }
.about-copy a { color: var(--mustard); font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(232,188,91,.55); transition: color .2s ease, border-color .2s ease; }
.about-copy a:hover, .about-copy a:focus-visible { color: white; border-color: white; }
.about-copy p:last-child { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); }
.about-notes { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 46px; border-top: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); }
.about-notes div { padding: 27px 26px 29px 0; }
.about-notes div + div { padding-left: 26px; border-left: 1px solid rgba(255,255,255,.18); }
.about-notes span { width: 24px; height: 24px; display: grid; place-items: center; margin-bottom: 18px; border: 1px solid rgba(232,188,91,.55); border-radius: 50%; color: var(--mustard); font-size: 9px; }
.about-notes strong { display: block; margin-bottom: 8px; font-family: Gloock, serif; font-size: 19px; font-weight: 400; }
.about-notes p { max-width: 210px; margin: 0; color: #b9cfdd; font-size: 11px; line-height: 1.6; }

.support-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr); align-items: center; gap: clamp(45px, 7vw, 110px); padding: 96px 6vw 104px; background: #f5f8fa; border-top: 1px solid var(--line); scroll-margin-top: 82px; }
.support-copy .eyebrow { margin-bottom: 24px; }
.support-copy h2 { max-width: 680px; margin: 0 0 28px; font-size: clamp(44px, 5vw, 72px); line-height: 1.08; letter-spacing: -.045em; }
.support-copy h2 em { color: var(--coral); font-weight: 400; }
.support-copy > p:last-child { max-width: 560px; margin: 0; color: #526d80; font-family: Gloock, serif; font-size: 19px; line-height: 1.65; }
.support-card { position: relative; padding: clamp(34px, 4vw, 56px); border: 1px solid #cbdbe6; background: white; box-shadow: 18px 18px 0 #e3eef5; }
.support-sparkle { display: grid; place-items: center; width: 47px; height: 47px; margin-bottom: 32px; border: 1px solid var(--ink); border-radius: 50%; color: var(--coral); font-size: 22px; }
.support-kicker { margin: 0 0 15px; color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .2em; }
.support-card h3 { max-width: 390px; margin: 0 0 20px; font-size: clamp(30px, 3vw, 43px); line-height: 1.18; }
.support-card > p:not(.support-kicker) { max-width: 420px; margin: 0 0 26px; color: #526d80; font-size: 14px; line-height: 1.7; }
.support-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 51px; padding: 14px 18px; background: var(--ink); color: white; font-size: 13px; font-weight: 700; text-decoration: none; transition: background .2s, transform .2s; }
.support-link:hover, .support-link:focus-visible { background: var(--coral-dark); transform: translateY(-2px); }
.support-link span { font-size: 18px; font-weight: 400; }
.support-card small { display: block; max-width: 380px; margin-top: 19px; color: var(--muted); font-size: 11px; line-height: 1.6; }

.share-section { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: 55px; padding: 92px 6vw 100px; background: #dfeaf2; border-top: 1px solid #cbdbe6; scroll-margin-top: 82px; }
.share-copy { padding-top: 18px; }
.share-promise { display: grid; grid-template-columns: 34px 1fr; gap: 13px; align-items: start; max-width: 440px; padding: 19px 0; border-top: 1px solid #b9cedd; border-bottom: 1px solid #b9cedd; }
.share-promise span { color: var(--mustard); font-size: 22px; }
.share-promise p { margin: 0; color: #526d80; font-size: 11px; line-height: 1.65; }
.feedback-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 25px; padding-bottom: 7px; border-bottom: 1px solid currentColor; color: var(--ink); font-size: 14px; font-weight: 700; text-decoration: none; transition: color .2s ease; }
.feedback-link:hover, .feedback-link:focus-visible { color: #4d7892; }
.feedback-link span { font-size: 18px; font-weight: 400; }
.share-panel { padding: 36px; }
.submission-note { margin: 14px 0 0; color: var(--muted); font-size: 9px; line-height: 1.55; }
.share-success { padding: 30px 10px; text-align: center; }
.share-success[hidden], .community-review[hidden], .share-panel form[hidden] { display: none !important; }
.share-success > span { display: block; margin-bottom: 17px; color: var(--mustard); font-size: 31px; }
.share-success h3 { margin: 0 0 8px; font-size: 32px; }
.share-success p { margin: 0 0 21px; color: var(--muted); }
.share-success button { padding: 10px 14px; border: 1px solid var(--ink); background: transparent; cursor: pointer; font-size: 10px; font-weight: 800; }
.community-review { margin-top: 28px; padding: 22px; background: var(--ink); color: white; }
.community-review-heading { margin-bottom: 7px; }
.community-item { display: grid; grid-template-columns: 1fr auto; gap: 7px 18px; padding: 17px 2px; border-bottom: 1px solid rgba(255,255,255,.16); }
.community-item:last-child { border-bottom: 0; }
.community-item strong { font-family: Gloock, serif; font-size: 18px; font-weight: 400; }
.community-item small { grid-column: 1; color: #a9c2d4; font-size: 9px; line-height: 1.45; }
.community-item p { grid-column: 1; margin: 4px 0 0; color: #d8e4ec; font-family: Gloock, serif; font-size: 12px; font-style: italic; line-height: 1.55; }
.community-item button { grid-column: 2; grid-row: 1 / span 3; align-self: center; border: 0; background: transparent; color: #a9c2d4; cursor: pointer; font-size: 9px; }

.products-section { padding: 88px 6vw 104px; background: var(--ink); color: white; scroll-margin-top: 82px; }
.products-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 28px; margin-bottom: 38px; }
.products-heading .eyebrow { color: #9ec7e7; }
.products-heading h2 { font-size: clamp(40px, 4.5vw, 62px); letter-spacing: -.04em; margin: 0; }
.products-intro { max-width: 430px; color: #bfd0dc; font-family: Gloock, serif; font-size: 17px; line-height: 1.55; margin: 0; }
.products-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card { background: #f8fbfd; color: var(--ink); padding: 12px; min-width: 0; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 20px 42px rgba(0,0,0,.24); }
.product-image-wrap { aspect-ratio: 4 / 5; overflow: hidden; background: #d7e4ed; border-radius: 48% 48% 4px 4px / 18% 18% 4px 4px; }
.product-image { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.product-card:hover .product-image { transform: scale(1.025); }
.froot-pops-crop .product-image { object-position: 50% 50%; transform: scale(1); transform-origin: 50% 50%; }
.product-card:hover .froot-pops-crop .product-image { transform: scale(1.025); }
.product-content { padding: 22px 14px 14px; display: flex; flex: 1; flex-direction: column; }
.product-kicker { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--coral); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.product-kicker::after { content: "✦"; color: var(--mustard); font-size: 13px; }
.product-card h3 { font-size: 27px; line-height: 1.05; margin: 18px 0 12px; }
.product-note { color: #526d80; font-family: Gloock, serif; font-style: italic; font-size: 14px; line-height: 1.55; margin: 0 0 24px; }
.product-link { margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); color: var(--ink); text-decoration: none; display: flex; justify-content: space-between; gap: 12px; font-size: 11px; font-weight: 700; }
.product-link span:last-child { color: var(--coral); }
.product-link:hover span:first-child { text-decoration: underline; }

footer { background: var(--ink); color: white; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 36px 6vw; font-family: Gloock, serif; }
footer p { color: #b9c9c3; font-family: "DM Sans", sans-serif; font-size: 12px; }
footer span:last-child { font-family: "DM Sans", sans-serif; font-size: 9px; letter-spacing: .18em; color: #9fb0aa; }
.footer-actions { display: flex; align-items: center; gap: 18px; }
.footer-actions button { border: 0; border-bottom: 1px solid #7891a3; background: transparent; color: #d7e3eb; padding: 2px 0; cursor: pointer; font-size: 10px; }

.place-modal { border: 0; padding: 0; width: min(620px, calc(100vw - 32px)); background: var(--paper); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.25); }
.place-modal::backdrop { background: rgba(12,38,61,.72); backdrop-filter: blur(3px); }
.place-modal form { padding: 48px; position: relative; }
.place-modal h2 { font-size: 40px; margin-bottom: 8px; }
.modal-intro { color: var(--muted); margin: 0 0 30px; }
.close-button { position: absolute; right: 20px; top: 16px; border: 0; background: transparent; font-size: 28px; cursor: pointer; color: var(--muted); }
.place-modal label { display: flex; flex-direction: column; gap: 8px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; margin-bottom: 18px; }
.place-modal input, .place-modal select, .place-modal textarea { width: 100%; border: 1px solid #cbd2cc; background: white; color: var(--ink); padding: 13px 14px; outline: 0; border-radius: 0; text-transform: none; letter-spacing: 0; }
.place-modal input:focus, .place-modal select:focus, .place-modal textarea:focus { border-color: var(--coral); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.favorite-check { flex-direction: row !important; align-items: center; text-transform: none !important; letter-spacing: 0 !important; cursor: pointer; }
.favorite-check input { width: auto; accent-color: var(--coral); }
.submit-button { width: 100%; display: flex; justify-content: space-between; padding: 15px 18px; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 30px; transform: translate(-50%, 30px); background: var(--ink); color: white; padding: 13px 20px; opacity: 0; pointer-events: none; transition: .3s; font-size: 13px; box-shadow: 0 8px 25px rgba(0,0,0,.2); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.experience-modal { border: 0; padding: 0; width: min(880px, calc(100vw - 30px)); max-height: calc(100vh - 30px); background: var(--paper); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.28); overflow: auto; }
.experience-modal::backdrop { background: rgba(12,38,61,.76); backdrop-filter: blur(4px); }
.experience-modal h2 { margin: 0 0 12px; font-size: clamp(34px, 4vw, 52px); line-height: 1.03; letter-spacing: -.035em; }
.experience-modal label { display: block; margin: 0 0 8px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.experience-modal input { width: 100%; min-height: 48px; border: 1px solid #cbd2cc; background: white; color: var(--ink); padding: 12px 14px; outline: 0; }
.experience-modal input:focus { border-color: var(--coral); }
.experience-modal > .close-button { z-index: 2; }

.newsletter-modal[open] { display: grid; grid-template-columns: .72fr 1.28fr; }
.newsletter-art { min-height: 510px; position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 38px; overflow: hidden; background: var(--ink); color: white; }
.newsletter-art::before, .newsletter-art::after { content:""; position: absolute; border: 2px solid rgba(255,255,255,.8); border-radius: 50%; }
.newsletter-art::before { width: 330px; height: 330px; left: -170px; top: 62px; }
.newsletter-art::after { width: 250px; height: 250px; right: -135px; bottom: 18px; }
.newsletter-art > span { position: relative; z-index: 1; color: var(--mustard); font-size: 28px; }
.newsletter-art p { position: relative; z-index: 1; margin: 0; font-family: Gloock, serif; font-size: 29px; line-height: 1.1; letter-spacing: -.02em; }
.newsletter-modal form { position: relative; padding: 60px 54px 48px; }
.newsletter-field { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.newsletter-field button { border: 0; background: var(--ink); color: white; padding: 0 18px; cursor: pointer; font-size: 11px; font-weight: 700; }
.privacy-note { margin: 14px 0 0; color: var(--muted); font-size: 9px; line-height: 1.55; }
.privacy-note strong { color: var(--ink); }
.newsletter-success { padding-top: 58px; text-align: center; }
.newsletter-success > span { display: block; margin-bottom: 20px; color: var(--mustard); font-size: 35px; }
.newsletter-success p:not(.eyebrow) { margin: 0 auto 28px; max-width: 420px; color: var(--muted); line-height: 1.6; }


@media (max-width: 1220px) {
  .topbar { gap: 22px; padding-left: 3.5%; padding-right: 3.5%; }
  .nav-links { flex: 1; min-width: 0; margin: 0; gap: 22px; overflow-x: auto; scrollbar-width: none; }
  .nav-links::-webkit-scrollbar { display: none; }
  .nav-links a { flex: 0 0 auto; white-space: nowrap; }
}
@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 70px 8vw; }
  .map-wrap { min-height: 500px; }
  .featured-card { grid-template-columns: 1fr; }
  .featured-card .card-image-wrap { min-height: 420px; border-right: 0; border-bottom: 1px solid var(--line); }
  .products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .radar-section, .about-section, .support-section, .share-section { grid-template-columns: 1fr; }
  .about-story { padding-top: 0; }
  .support-section { gap: 46px; }
  .radar-board { min-height: 520px; }
}
@media (max-width: 680px) {
  .topbar { height: auto; min-height: 114px; padding: 10px 20px 0; gap: 12px; flex-wrap: wrap; align-content: start; }
  .brand-artwork { width: 151px; height: 46px; background-size: 191px 64px; background-position: -19px -9px; }
  .nav-links { order: 3; display: flex; flex: unset; width: calc(100% + 40px); height: 44px; margin: 0 -20px; gap: 0; border-top: 1px solid var(--line); overflow-x: auto; }
  .nav-links a { flex: 1 0 auto; padding: 0 14px; font-size: 11px; }
  .topbar .add-button { padding: 10px 12px; }
  .hero-copy { padding: 56px 24px; }
  h1 { font-size: 50px; }
  .intro { font-size: 16px; }
  kbd { display:none; }
  .passport-stats { margin-top: 40px; }
  .passport-stats div { min-width: 0; flex: 1; padding-right: 12px; margin-right: 12px; }
  .map-wrap { min-height: 380px; }
  .world-map { width: 100%; transform: none; }
  .recommendations-section { padding: 60px 24px; }
  .recommendation-tools { grid-template-columns: 1fr; }
  .filter-summary { grid-column: auto; }
  .city-map-heading { display: block; padding: 24px 20px 20px; }
  .map-toggle { margin-top: 18px; }
  .city-map-canvas { height: 390px; }
  .products-section { padding: 64px 24px 72px; scroll-margin-top: 114px; }
  .products-heading { display: block; }
  .products-intro { margin-top: 20px; }
  .products-grid { grid-template-columns: 1fr; }
  .radar-section, .about-section, .support-section, .share-section { padding: 60px 24px 68px; gap: 30px; scroll-margin-top: 114px; }
  .radar-grid { grid-template-columns: 1fr; }
  .support-card { padding: 32px 25px; box-shadow: 10px 10px 0 #e3eef5; }
  .about-heading h2 { font-size: 44px; }
  .about-copy, .about-notes { grid-template-columns: 1fr; }
  .about-copy p:last-child { grid-column: auto; }
  .about-notes div { padding: 23px 0; }
  .about-notes div + div { padding-left: 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .about-notes p { max-width: none; }
  .share-panel, .radar-board { padding: 24px; }
  .radar-board { min-height: 470px; }
  .radar-empty { min-height: 360px; padding: 25px 5px; }
  .radar-empty h3 { font-size: 27px; }
  .section-heading { display: block; }
  .view-controls { margin-top: 25px; }
  .cards-grid { grid-template-columns: 1fr; }
  .featured-card { grid-column: auto; }
  .featured-card .card-image-wrap { min-height: 260px; }
  .editorial-collage-title strong { font-size: clamp(37px, 9vw, 66px); }
  .editorial-collage-alfredo .editorial-collage-title strong, .editorial-collage-tonnarello .editorial-collage-title strong { font-size: clamp(26px, 7vw, 48px); }
  .editorial-collage-title small { margin-top: 12px; font-size: 11px; }
  .featured-card .card-content { padding: 26px; }
  .featured-card h3 { font-size: 38px; margin-top: 30px; }
  .card-footer { align-items: flex-start; }
  .location-link { max-width: 54%; }
  .location-grid { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; }
  .place-modal form { padding: 42px 24px 26px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .newsletter-modal[open] { display: block; }
  .newsletter-art { min-height: 150px; padding: 25px; }
  .newsletter-art::before { width: 220px; height: 220px; left: -120px; top: -25px; }
  .newsletter-art::after { width: 170px; height: 170px; right: -90px; bottom: -70px; }
  .newsletter-art p { font-size: 22px; }
  .newsletter-modal form { padding: 45px 24px 28px; }
  .newsletter-field { grid-template-columns: 1fr; }
  .newsletter-field button { min-height: 46px; }
}
