/* A photographic neighborhood guide, with the same numbered places on the map. */
.neighborhood-guide{background:var(--paper);color:var(--ink);padding:95px var(--gutter) 80px}
.neighborhood-guide-heading{display:grid;grid-template-columns:1.35fr 1fr;align-items:end;gap:8vw;margin-bottom:52px}
.neighborhood-guide-heading h2{font-size:clamp(54px,5.5vw,90px)}
.neighborhood-guide-heading>p{max-width:470px;color:#51594f;font-size:17px;line-height:1.75}
.neighborhood-restaurant-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:54px 30px}
.neighborhood-card{min-width:0}
.neighborhood-card-photo{display:block;position:relative;overflow:hidden;aspect-ratio:4/3;background:#dedfd7}
.neighborhood-card-photo img{width:100%;height:100%;transition:transform .8s cubic-bezier(.2,.6,.3,1)}
.neighborhood-card-photo:hover img{transform:scale(1.045)}
.neighborhood-card-number{position:absolute;top:16px;left:16px;display:grid;place-items:center;width:39px;height:39px;background:var(--paper);color:var(--ink);font-size:14px;font-weight:700;border-radius:50%}
.neighborhood-card-map{position:absolute;right:14px;bottom:14px;padding:8px 12px;background:#101412dc;color:white;font-size:13px;backdrop-filter:blur(8px)}
.neighborhood-card-title{display:flex;align-items:baseline;justify-content:space-between;gap:15px;margin:21px 0 13px}
.neighborhood-card-title h3{font-size:clamp(32px,2.9vw,45px);line-height:1.02}
.neighborhood-card-title>a{font-size:22px;line-height:1.3}
.neighborhood-card>p{font-size:16px;color:#51594f;margin:0;line-height:1.7}
.neighborhood-card .neighborhood-award{display:block;margin-top:19px;padding-top:13px;border-top:1px solid #10141230;font-size:13px;line-height:1.6;color:#3c483a}
.neighborhood-award strong{display:block;font-size:13px;font-weight:700;letter-spacing:.035em;color:var(--ink)}
.neighborhood-award:hover{text-decoration:underline;text-underline-offset:3px}
.neighborhood-landmarks-heading{display:flex;align-items:end;justify-content:space-between;gap:35px;border-top:1px solid #10141233;margin-top:82px;padding-top:55px;margin-bottom:35px}
.neighborhood-landmarks-heading h2{font-size:clamp(49px,4.8vw,78px)}
.neighborhood-landmarks-heading>p{max-width:360px;font-size:16px;color:#51594f}
.neighborhood-landmark-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px}
.neighborhood-landmark .neighborhood-card-photo{aspect-ratio:4/3}
.neighborhood-landmark .neighborhood-card-title h3{font-size:clamp(32px,3.4vw,48px)}
.neighborhood-photo-note{display:block;font-size:12px;color:#61685d;margin-top:8px}
.neighborhood-guide-bottom{display:flex;justify-content:space-between;align-items:center;gap:35px;border-top:1px solid #10141233;padding-top:34px;margin-top:48px}
.neighborhood-guide-bottom>p{font-size:15px;color:#51594f;max-width:520px}
.neighborhood-credits{margin-top:28px;font-size:12px;color:#687063}
.neighborhood-credits summary{cursor:pointer;width:fit-content}
.neighborhood-credits ul{padding-left:18px;columns:2;column-gap:40px;margin-top:15px}
.neighborhood-credits li{break-inside:avoid;margin:0 0 8px}
.neighborhood-credits a{text-decoration:underline;text-underline-offset:3px}
.neighborhood-dialog{width:calc(100vw - 64px);max-width:1500px;height:min(900px,90svh);max-height:calc(100svh - 32px);padding:0;border:0;background:var(--paper);color:var(--ink);overflow:hidden}
.neighborhood-dialog::backdrop{background:#08100ede;backdrop-filter:blur(8px)}
.neighborhood-dialog[open]{display:flex;flex-direction:column}
.neighborhood-map-header{display:flex;justify-content:space-between;gap:25px;align-items:center;flex:none;padding:24px 30px;border-bottom:1px solid #10141226}
.neighborhood-map-header .eyebrow{margin-bottom:7px;font-size:12px}
.neighborhood-map-header h2{font-size:clamp(30px,3.2vw,50px);line-height:1.08;letter-spacing:-.035em}
.neighborhood-map-header .close-dialog{font-size:35px;width:44px;height:44px;flex:none;border:1px solid #10141233;line-height:1}
.neighborhood-map-layout{display:grid;grid-template-columns:320px 1fr;flex:1;min-height:0}
.neighborhood-map-sidebar{display:flex;flex-direction:column;min-height:0;padding:23px 20px;border-right:1px solid #10141226}
.neighborhood-map-filters{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:15px}
.neighborhood-map-filters button{font-size:13px;padding:8px 12px;border:1px solid #10141236;border-radius:30px;color:#47503f}
.neighborhood-map-filters button[aria-pressed=true]{background:var(--ink);color:var(--paper);border-color:var(--ink)}
.neighborhood-map-list{display:flex;flex-direction:column;overflow-y:auto;min-height:0;flex:1;overscroll-behavior:contain}
.neighborhood-map-list a{display:flex;align-items:center;gap:12px;min-height:63px;padding:12px 8px;border-bottom:1px solid #10141220;transition:background .2s;font-size:15px;line-height:1.35}
.neighborhood-map-list a[hidden]{display:none}
.neighborhood-map-list a:hover,.neighborhood-map-list a.selected{background:#e3e7f6}
.neighborhood-map-list a>span:first-child{display:grid;place-items:center;flex:none;border:1px solid #87927e;border-radius:50%;width:32px;height:32px;font-size:12px;color:#425137}
.neighborhood-map-list a.selected>span:first-child{background:var(--blue);border-color:var(--blue);color:white}
.neighborhood-map-list small{display:block;margin-top:4px;color:#606858;font-size:12px}
.neighborhood-map-key{font-size:12px;line-height:1.5;margin-top:15px;color:#687060}
.neighborhood-map-key strong{color:var(--blue)}
.neighborhood-map-panel{position:relative;min-width:0;min-height:0;background:#e6e7df}
#neighborhood-map{height:100%;width:100%;min-height:320px;font-family:var(--sans)}
.neighborhood-map-reset{position:absolute;z-index:600;top:13px;left:13px;border:1px solid #10141236;background:var(--paper);padding:9px 12px;box-shadow:0 2px 9px #1014121c;font-size:13px}
.neighborhood-map-fallback{position:absolute;z-index:650;bottom:28px;left:15px;right:15px;background:var(--paper);padding:14px;font-size:13px;box-shadow:0 4px 25px #10141233}
.neighborhood-map-fallback a{text-decoration:underline}
.neighborhood-pin-shell,.neighborhood-home-shell{background:none;border:0}
.neighborhood-pin{display:grid;place-items:center;width:42px;height:42px;border:3px solid var(--paper);border-radius:50%;box-shadow:0 3px 12px #10141266;background:#244a39;color:white;font-size:14px;font-weight:700;transition:background .2s}
.neighborhood-pin.landmark{background:#79562c}
.neighborhood-pin.selected{background:var(--blue);outline:3px solid #304eed65;outline-offset:3px}
.neighborhood-home-pin{display:grid;place-items:center;width:120px;height:40px;background:var(--blue);color:white;border:2px solid white;box-shadow:0 3px 15px #10141266;font-size:13px;font-weight:700;letter-spacing:.08em}
.leaflet-tooltip.neighborhood-map-tooltip{font-family:var(--sans);font-size:13px;background:var(--ink);color:white;border:0;padding:7px 10px;box-shadow:0 2px 10px #10141233}
.leaflet-tooltip-top.neighborhood-map-tooltip:before{border-top-color:var(--ink)}
.neighborhood-leaflet-popup .leaflet-popup-content-wrapper{padding:0;border-radius:0;overflow:hidden;background:var(--paper)}
.neighborhood-leaflet-popup .leaflet-popup-content{margin:0!important;width:270px!important;line-height:1.5}
.neighborhood-leaflet-popup .leaflet-popup-tip{background:var(--paper)}
.neighborhood-leaflet-popup a.leaflet-popup-close-button{color:white;background:#101412b3;width:28px;height:28px;z-index:2;font-size:22px}
.map-place-popup>img{width:100%;height:150px;object-fit:cover}
.map-place-popup-copy{padding:18px}
.map-place-popup h3,.map-home-popup h3{font-family:var(--serif);font-size:30px;line-height:1.05;margin:8px 0 12px}
.map-place-popup p{font-size:14px;line-height:1.6;margin:0 0 12px}
.map-place-popup p.label{font-size:11px;margin:0;letter-spacing:.08em}
.map-place-popup a{color:var(--blue)}
.map-place-popup .map-award-source{font-size:12px;line-height:1.6;display:block;margin:0 0 12px}
.map-place-popup .map-place-address{font-size:12px;color:#5b6455;border-top:1px solid #10141226;padding-top:10px;margin-top:12px}
.map-place-directions{display:flex;flex-direction:column;gap:9px}
.map-place-directions a{font-size:13px;font-weight:600;text-decoration:underline;text-underline-offset:3px}
.map-place-popup .map-place-website{font-size:12px;display:block;margin-top:13px}
.map-home-popup{padding:10px;font-size:14px}
.neighborhood-map-footer{font-size:12px;line-height:1.5;padding:10px 25px;margin:0;flex:none;border-top:1px solid #10141226;color:#61685a}
.screen-reader-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.motion-paused .neighborhood-card-photo img{transition:none;transform:none}
@media(max-width:1050px){.neighborhood-restaurant-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.neighborhood-guide-heading{gap:45px}.neighborhood-map-layout{grid-template-columns:260px 1fr}.neighborhood-map-sidebar{padding:18px 12px}}
@media(max-width:700px){.neighborhood-guide{padding:64px var(--gutter)}.neighborhood-guide-heading{grid-template-columns:1fr;gap:24px;margin-bottom:34px}.neighborhood-guide-heading h2{font-size:58px}.neighborhood-guide-heading>p{font-size:16px}.neighborhood-restaurant-grid{gap:38px 18px}.neighborhood-card-title h3{font-size:31px}.neighborhood-card-title{margin-top:16px;gap:6px}.neighborhood-card>p{font-size:15px}.neighborhood-card-number{top:10px;left:10px;width:32px;height:32px;font-size:12px}.neighborhood-card-map{font-size:12px;right:8px;bottom:8px;padding:6px 9px}.neighborhood-landmarks-heading{display:block;margin-top:54px;padding-top:38px}.neighborhood-landmarks-heading h2{font-size:52px}.neighborhood-landmarks-heading>p{margin-top:22px}.neighborhood-landmark-grid{grid-template-columns:1fr;gap:34px}.neighborhood-guide-bottom{flex-direction:column;align-items:start;gap:24px}.neighborhood-credits ul{columns:1}.neighborhood-dialog{width:calc(100vw - 16px);height:calc(100svh - 16px);max-height:calc(100svh - 16px)}.neighborhood-map-header{padding:17px}.neighborhood-map-header h2{font-size:30px}.neighborhood-map-header .eyebrow{font-size:10px;letter-spacing:.1em}.neighborhood-map-layout{display:flex;flex-direction:column-reverse;min-height:0}.neighborhood-map-panel{flex:1.2;min-height:300px}.neighborhood-map-sidebar{flex:1;min-height:180px;max-height:310px;padding:12px 14px;border-right:0;border-top:1px solid #10141226}.neighborhood-map-filters{margin-bottom:8px}.neighborhood-map-list{display:grid;grid-template-columns:1fr 1fr;align-content:start;column-gap:12px}.neighborhood-map-list a{font-size:13px;gap:7px;min-height:58px}.neighborhood-map-list a>span:first-child{width:25px;height:25px;font-size:11px}.neighborhood-map-list small{font-size:11px}.neighborhood-map-key{display:none}.neighborhood-map-footer{padding:7px 15px;font-size:11px}#neighborhood-map{min-height:0}.neighborhood-leaflet-popup .leaflet-popup-content{max-height:250px!important}.map-place-popup>img{height:115px}}
@media(max-width:430px){.neighborhood-restaurant-grid{grid-template-columns:1fr;gap:38px}.neighborhood-card-title h3{font-size:38px}.neighborhood-card>p{font-size:16px}.neighborhood-card .neighborhood-award{font-size:13px}.neighborhood-map-header h2{font-size:28px}.neighborhood-map-header .close-dialog{width:37px;height:37px}}
@media(prefers-reduced-motion:reduce){.neighborhood-card-photo img{transition:none!important;transform:none!important}.neighborhood-pin{transition:none}}
@media(max-width:700px) and (max-height:700px){.neighborhood-map-header{padding:11px 15px}.neighborhood-map-header h2{font-size:25px}.neighborhood-map-panel{min-height:170px}.neighborhood-map-sidebar{min-height:130px;max-height:180px}.neighborhood-map-footer{font-size:10px}.neighborhood-leaflet-popup .leaflet-popup-content{max-height:170px!important}}
