:root { --bg: #120905; --bg-2: #1c100c; --bg-3: #281710; --cream: #fff3dd; --cream-dim: #d7c4a6; --tomato: #ff3b1f; --tomato-2: #ff6a3d; --gold: #ffd24a; --basil: #3f8f55; --muted: #a8927a; --line: rgba(255, 243, 221, 0.14); --shadow: 0 24px 60px rgba(0, 0, 0, 0.45); --radius: 22px; --nav-h: 72px; --man: #ee352e; --bk: #fccc0a; --qn: #b933ad; --bx: #00933c; --si: #00add0; --safe-t: env(safe-area-inset-top, 0px); --safe-b: env(safe-area-inset-bottom, 0px); --gingham: repeating-linear-gradient( 45deg, rgba(255, 59, 31, 0.16) 0 8px, rgba(255, 243, 221, 0.08) 8px 16px ); } *, *::before, *::after { box-sizing: border-box; } html { scroll-behavior: smooth; } html, body { margin: 0; min-height: 100%; } body { font-family: Outfit, system-ui, sans-serif; background: radial-gradient(1200px 500px at 10% -10%, rgba(255, 59, 31, 0.22), transparent 55%), radial-gradient(900px 400px at 100% 0%, rgba(255, 210, 74, 0.08), transparent 50%), var(--bg); color: var(--cream); line-height: 1.5; overflow-x: hidden; color-scheme: dark; } img { max-width: 100%; display: block; } button, input, select { font: inherit; color: inherit; } button { cursor: pointer; } a { color: inherit; } .skip { position: absolute; left: -999px; top: 0; } .skip:focus { left: 12px; top: 12px; z-index: 80; background: var(--gold); color: #111; padding: 8px 12px; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; } .grain, .blob, .cursor-slice { pointer-events: none !important; } .grain { position: fixed; inset: 0; z-index: 1; opacity: 0.07; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='.55'/></svg>"); } .blob { position: fixed; z-index: 0; width: 42vw; height: 42vw; border-radius: 50%; filter: blur(90px); opacity: 0.22; } .blob-a { background: #ff3b1f; top: -12vw; right: -14vw; } .blob-b { background: #7a2b10; bottom: 8vh; left: -18vw; } .cursor-slice { position: fixed; top: 0; left: 0; z-index: 70; width: 28px; height: 28px; background: conic-gradient(from 210deg, #ffd24a, #ff3b1f 42%, #9d0208 72%, #fff3dd); clip-path: polygon(50% 6%, 100% 100%, 0 100%); transform: translate(-120px, -120px) rotate(-18deg); filter: drop-shadow(0 8px 10px rgba(255, 59, 31, 0.45)); opacity: 0; transition: opacity .2s ease; } body.has-pointer .cursor-slice { opacity: 1; } @media (pointer: coarse) { .cursor-slice { display: none; } } .nav { position: sticky; top: 0; z-index: 40; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: calc(10px + var(--safe-t)) 22px 10px; background: rgba(18, 9, 5, 0.78); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); } .nav-mark { display: flex; align-items: center; gap: 10px; text-decoration: none; font-family: "Bebas Neue", sans-serif; font-size: 28px; letter-spacing: 0.08em; } .nav-slice { width: 22px; height: 22px; background: conic-gradient(from 210deg, var(--tomato), var(--gold), var(--tomato)); clip-path: polygon(50% 8%, 100% 100%, 0 100%); animation: wobble 4s ease-in-out infinite; } .nav-links { display: flex; gap: 22px; font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; } .nav-links a { text-decoration: none; color: var(--cream-dim); } .nav-links a:hover { color: var(--gold); } .nav-cta { background: var(--tomato); border: 0; color: #fff; padding: 10px 16px; border-radius: 999px; font-weight: 700; box-shadow: 0 0 0 0 rgba(255, 59, 31, 0.5); animation: glow 2.8s ease-in-out infinite; } .nav-cta:hover { background: var(--tomato-2); } .hero { position: relative; z-index: 2; min-height: calc(100svh - var(--nav-h)); display: grid; } .hero-media { position: absolute; inset: 0; } .hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; filter: saturate(1.12) contrast(1.05); } .hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,9,5,0.94) 0%, rgba(18,9,5,0.62) 42%, rgba(18,9,5,0.12) 100%), linear-gradient(180deg, rgba(18,9,5,0.12), rgba(18,9,5,0.82)); } .hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; padding: 48px 22px 56px; max-width: 960px; } .neon-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 10px; } .neon-open { font-family: "Bebas Neue", sans-serif; letter-spacing: 0.22em; font-size: 18px; color: #7cff9a; padding: 6px 12px; border: 2px solid #7cff9a; border-radius: 4px; text-shadow: 0 0 8px #7cff9a, 0 0 18px rgba(124,255,154,.7); box-shadow: 0 0 18px rgba(124, 255, 154, 0.25), inset 0 0 12px rgba(124,255,154,.12); animation: neon 2.4s steps(2, end) infinite; } .eyebrow { display: inline-flex; align-items: center; gap: 10px; letter-spacing: 0.18em; text-transform: uppercase; font-size: 12px; color: var(--gold); margin: 0; } .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--tomato); box-shadow: 0 0 0 0 rgba(255, 59, 31, 0.7); animation: ping 1.8s infinite; } .h-kicker { display: block; font-family: Fraunces, serif; font-style: italic; font-weight: 500; font-size: clamp(16px, 2.2vw, 22px); color: var(--cream-dim); margin-bottom: 6px; } .h-display { position: relative; font-family: "Bebas Neue", sans-serif; font-size: clamp(88px, 18vw, 196px); line-height: 0.78; letter-spacing: 0.02em; color: #fff8ee; text-shadow: 0 0 18px rgba(255, 59, 31, 0.35), 0 12px 0 rgba(255, 59, 31, 0.18); } .city-row { position: relative; display: inline-block; } .bite { position: absolute; right: -0.18em; top: 0.18em; width: 0.42em; height: 0.42em; background: radial-gradient(circle at 30% 30%, #ffd24a 0 36%, #ff3b1f 37% 70%, transparent 71%); clip-path: polygon(50% 0, 100% 100%, 0 100%); transform: rotate(18deg); filter: drop-shadow(0 8px 0 rgba(255,59,31,.25)); } h1 { margin: 0 0 18px; } .lede { max-width: 52ch; font-size: clamp(16px, 2vw, 19px); color: var(--cream-dim); margin: 0 0 26px; } .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 34px; } .btn { border: 0; border-radius: 999px; padding: 14px 22px; font-weight: 700; letter-spacing: 0.02em; min-height: 48px; } .btn-tomato { background: linear-gradient(180deg, #ff6240, var(--tomato)); color: #fff; box-shadow: 0 10px 24px rgba(255, 59, 31, 0.35); } .btn-tomato:hover { transform: translateY(-2px) rotate(-1deg); background: var(--tomato-2); } .btn-ghost { background: rgba(255,243,221,.06); color: var(--cream); border: 1px solid var(--line); } .btn-ghost:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); } .stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 0; max-width: 680px; } .stats div { padding: 12px 12px 10px; background: rgba(18,9,5,.45); border: 1px dashed rgba(255, 210, 74, 0.28); border-radius: 14px; transform: rotate(-0.6deg); } .stats div:nth-child(2) { transform: rotate(0.8deg); } .stats div:nth-child(3) { transform: rotate(-0.4deg); } .stats dt { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); } .stats dd { margin: 4px 0 0; font-family: "Bebas Neue", sans-serif; font-size: 36px; letter-spacing: 0.04em; } .stats dd span { font-size: 16px; margin-left: 4px; color: var(--gold); } .marquee { position: relative; z-index: 2; border-block: 3px solid var(--tomato); background: #ff3b1f; overflow: hidden; padding: 10px 0; } .marquee-track { display: flex; gap: 0; width: max-content; animation: ticker 80s linear infinite; font-family: "Bebas Neue", sans-serif; font-size: 24px; letter-spacing: 0.14em; color: #fff8ee; } .marquee-track span { padding: 0 18px; } .marquee-track b { color: var(--gold); font-weight: 400; } .atlas { position: relative; z-index: 2; padding: 72px 22px 40px; } .atlas-head { display: grid; gap: 28px; margin-bottom: 28px; } .atlas h2, .styles h2, .fold h2 { font-family: Fraunces, serif; font-size: clamp(32px, 5vw, 56px); line-height: 1.05; margin: 0 0 10px; font-weight: 700; } .sub { color: var(--cream-dim); max-width: 58ch; margin: 0; } .atlas-tools { display: grid; gap: 12px; } .search { display: flex; align-items: center; gap: 10px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 999px; padding: 12px 16px; } .search:focus-within { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(255,210,74,.12); } .search input { width: 100%; background: transparent; border: 0; outline: none; min-height: 24px; } .tool-row { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; } .chip-btn, .sort select, .boro, .tag, .view-toggle button { border: 1px solid var(--line); background: var(--bg-2); color: var(--cream); border-radius: 999px; padding: 8px 14px; min-height: 42px; } .chip-btn.is-on, .boro.is-on, .tag.is-on, .view-toggle button.is-on { background: var(--gold); color: #1a120e; border-color: var(--gold); } .add-btn { background: var(--tomato); border-color: var(--tomato); color: #fff; font-weight: 700; } .add-btn:hover { background: var(--tomato-2); } .add-form h2 { margin-bottom: 8px; } .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 16px 0; } .form-grid label { display: grid; gap: 6px; font-size: 13px; color: var(--cream-dim); } .form-grid .full { grid-column: 1 / -1; } .form-grid input, .form-grid select, .form-grid textarea { width: 100%; background: var(--bg-3); border: 1px solid var(--line); border-radius: 12px; padding: 10px 12px; min-height: 44px; color: var(--cream); } .form-grid textarea { min-height: 88px; resize: vertical; } .tags-fs { border: 1px dashed var(--line); border-radius: 14px; padding: 10px 12px; display: flex; flex-wrap: wrap; gap: 10px 14px; } .tags-fs legend { padding: 0 6px; color: var(--gold); } .tags-fs label { display: flex; align-items: center; gap: 6px; min-height: 32px; color: var(--cream); } .form-status { color: var(--gold); font-size: 14px; } code { font-family: ui-monospace, Consolas, monospace; background: rgba(255,243,221,.08); padding: 1px 6px; border-radius: 6px; } @media (max-width: 700px) { .form-grid { grid-template-columns: 1fr; } } .sort select { background: var(--bg-2); } .boroughs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 8px; margin-bottom: 12px; scrollbar-width: none; } .boroughs::-webkit-scrollbar { display: none; } .boro { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; font-weight: 600; } .dot { width: 9px; height: 9px; border-radius: 50%; } .boro[data-boro="Manhattan"] .dot { background: var(--man); } .boro[data-boro="Brooklyn"] .dot { background: var(--bk); } .boro[data-boro="Queens"] .dot { background: var(--qn); } .boro[data-boro="Bronx"] .dot { background: var(--bx); } .boro[data-boro="Staten Island"] .dot { background: var(--si); } .boro small { color: var(--muted); font-weight: 500; } .boro.is-on small { color: #5b4c40; } .filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; } .result-line { color: var(--muted); font-size: 14px; margin: 4px 0 16px; } .view-toggle { display: flex; gap: 6px; margin-bottom: 14px; } .stage { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr); gap: 18px; align-items: start; } .cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; } .card { position: relative; background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; min-height: 100%; cursor: pointer; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; } .card::before { content: ""; position: absolute; inset: auto 0 0 0; height: 10px; z-index: 2; background: var(--gingham); pointer-events: none; } .card:hover { transform: translateY(-6px) rotate(-0.4deg); border-color: rgba(255, 210, 74, 0.55); box-shadow: 0 18px 40px rgba(255, 59, 31, 0.18); } .card-media { position: relative; height: 158px; overflow: hidden; } .card-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; transition: transform .4s ease; } .card:hover .card-media img { transform: scale(1.06); } .card-media .badge { position: absolute; top: 10px; left: 10px; background: rgba(12,9,8,.78); color: var(--gold); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; padding: 5px 8px; border-radius: 999px; } .stamp { position: absolute; left: 12px; bottom: 10px; font-family: "Bebas Neue", sans-serif; letter-spacing: 0.12em; font-size: 13px; color: #fff; background: var(--tomato); padding: 4px 8px; transform: rotate(-8deg); box-shadow: 3px 3px 0 #111; } .save { position: absolute; top: 8px; right: 8px; width: 40px; height: 40px; border-radius: 50%; border: 0; background: rgba(12,9,8,.72); color: #fff; font-size: 18px; } .save.is-on { color: var(--tomato); background: var(--cream); } .card-body { padding: 14px 16px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; } .card h3 { margin: 0; font-size: 20px; letter-spacing: -0.02em; } .meta { color: var(--muted); font-size: 13px; } .must { font-family: Fraunces, serif; font-style: italic; color: var(--gold); margin: 0; font-size: 15px; } .pills { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; } .pill { font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; border: 1px solid var(--line); border-radius: 999px; padding: 4px 8px; color: var(--cream-dim); } .heat-wrap { display: flex; align-items: center; gap: 8px; } .heat { font-family: "Bebas Neue", sans-serif; color: var(--tomato); font-size: 22px; } .heat-bar { flex: 1; height: 6px; border-radius: 99px; background: #3a241c; overflow: hidden; } .heat-bar span { display: block; height: 100%; background: linear-gradient(90deg, #ffb703, #ff3b1f); } .map-wrap { position: sticky; top: 86px; height: calc(100svh - 110px); min-height: 420px; border-radius: var(--radius); overflow: hidden; border: 2px solid var(--tomato); box-shadow: 0 0 0 6px rgba(255, 59, 31, 0.12); } #map { height: 100%; background: #1a1410; } .map-note { position: absolute; left: 12px; bottom: 12px; z-index: 500; margin: 0; font-size: 12px; color: #ddd; background: rgba(0,0,0,.55); padding: 6px 10px; border-radius: 999px; pointer-events: none; } .leaflet-container { font-family: Outfit, sans-serif; } .pin { width: 22px; height: 22px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); border: 2px solid #fff8ee; box-shadow: 0 6px 14px rgba(0,0,0,.4); } .pin.Manhattan { background: var(--man); } .pin.Brooklyn { background: var(--bk); } .pin.Queens { background: var(--qn); } .pin.Bronx { background: var(--bx); } .pin.Staten { background: var(--si); } .leaflet-popup-content-wrapper { background: #16110e; color: var(--cream); border-radius: 14px; } .leaflet-popup-tip { background: #16110e; } .leaflet-popup-content { margin: 12px 14px; } .leaflet-popup-content strong { display: block; font-size: 15px; } .leaflet-popup-content span { color: var(--muted); font-size: 12px; } .styles { padding: 40px 22px 80px; position: relative; z-index: 2; } .style-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin-top: 22px; } .style-card { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; cursor: pointer; transition: transform .2s ease, border-color .2s ease; } .style-card img { height: 160px; width: 100%; object-fit: cover; } .style-card div { padding: 14px 16px 18px; } .style-card h3 { margin: 0 0 6px; } .style-card p { margin: 0; color: var(--cream-dim); font-size: 14px; } .style-card:hover { border-color: var(--gold); transform: translateY(-4px); } .fold { margin: 0 22px 80px; position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 24px; align-items: center; background: radial-gradient(800px 280px at 80% 20%, rgba(255,59,31,.32), transparent 60%), var(--bg-2); border: 1px solid var(--line); border-radius: 32px; padding: 36px; overflow: hidden; } .fold-visual { display: grid; place-items: center; min-height: 220px; text-align: center; background: transparent; border: 0; color: inherit; } .fold-slice { width: 140px; height: 140px; background: conic-gradient(from 200deg, #ffb703, #e23c28 40%, #9d0208 70%, #f4ead8); clip-path: polygon(50% 6%, 100% 100%, 0 100%); filter: drop-shadow(0 18px 24px rgba(226,60,40,.35)); animation: wobble 3.4s ease-in-out infinite; } .fold-visual p { font-family: "Bebas Neue", sans-serif; letter-spacing: 0.16em; color: var(--gold); } .foot { position: relative; z-index: 2; padding: 28px 22px calc(28px + var(--safe-b)); border-top: 1px solid var(--line); display: grid; gap: 12px; color: var(--muted); } .foot strong { font-family: "Bebas Neue", sans-serif; font-size: 28px; color: var(--cream); letter-spacing: 0.08em; } .fine { font-size: 13px; } .sheet, .spinner { position: fixed; inset: 0; z-index: 80; background: rgba(8,6,5,.72); display: none; place-items: end center; padding: 12px 12px calc(12px + var(--safe-b)); } .sheet:not([hidden]), .spinner:not([hidden]) { display: grid; } .sheet[hidden], .spinner[hidden] { display: none !important; } .sheet-card, .spinner-card { width: min(720px, 100%); max-height: min(88svh, 860px); overflow: auto; background: #17110e; border: 1px solid var(--line); border-radius: 28px 28px 18px 18px; padding: 22px 20px 24px; box-shadow: var(--shadow); position: relative; } .sheet-x { position: absolute; top: 10px; right: 12px; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); background: transparent; font-size: 26px; line-height: 1; } .sheet-hero { height: 240px; border-radius: 18px; overflow: hidden; margin-bottom: 16px; } .sheet-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; } .sheet-card h2 { font-family: Fraunces, serif; margin: 0 0 6px; } .sheet-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; } .sheet-actions a, .sheet-actions button { text-decoration: none; border-radius: 999px; padding: 10px 14px; border: 1px solid var(--line); background: var(--bg-3); min-height: 44px; display: inline-flex; align-items: center; } .spinner { place-items: center; } .spinner-card { text-align: center; border-radius: 28px; } .slot { height: 84px; overflow: hidden; margin: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent); } .slot-col { display: flex; flex-direction: column; } .slot-col span { height: 84px; display: grid; place-items: center; font-family: "Bebas Neue", sans-serif; font-size: 34px; letter-spacing: 0.04em; } .spin-pick h3 { font-family: Fraunces, serif; font-size: 32px; margin: 8px 0 4px; } .spin-actions { display: flex; justify-content: center; gap: 10px; margin-top: 16px; } .empty { grid-column: 1 / -1; padding: 40px 12px; text-align: center; color: var(--muted); } @keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } } @keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(255,59,31,.7); } 100% { box-shadow: 0 0 0 14px rgba(255,59,31,0); } } @keyframes wobble { 0%, 100% { transform: rotate(-6deg); } 50% { transform: rotate(7deg); } } @keyframes neon { 0%, 19%, 21%, 100% { opacity: 1; } 20% { opacity: 0.45; } } @keyframes glow { 0%, 100% { box-shadow: 0 0 0 0 rgba(255,59,31,.35); } 50% { box-shadow: 0 0 22px 2px rgba(255,59,31,.45); } } @media (max-width: 980px) { .nav-links { display: none; } .hero { min-height: 78svh; } .hero-media img { object-position: center 70%; } .hero-copy { padding-top: 28px; justify-content: flex-end; } .stats { grid-template-columns: repeat(2, 1fr); } .marquee { padding: 8px 0; } .marquee-track { font-size: 18px; letter-spacing: 0.08em; animation-duration: 140s; } .stage { grid-template-columns: 1fr; } .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; } .card-media { height: 148px; } .card h3 { font-size: 16px; } .style-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .style-card img { height: 140px; } .map-wrap { position: relative; top: auto; height: 52svh; min-height: 280px; order: -1; } .view-toggle { display: flex; position: sticky; top: calc(62px + var(--safe-t)); z-index: 5; background: rgba(18,9,5,.88); padding: 8px 0; backdrop-filter: blur(10px); } .stage[data-view="list"] .map-wrap { display: none; } .stage[data-view="map"] .cards { display: none; } .stage[data-view="map"] .map-wrap { height: 70svh; } .fold { grid-template-columns: 1fr; padding: 24px; } .h-display { font-size: clamp(76px, 22vw, 128px); } } @media (min-width: 981px) { .hero-copy { padding: 72px 48px 80px; } .atlas, .styles { padding-left: 48px; padding-right: 48px; } .fold { margin-left: 48px; margin-right: 48px; } .foot { padding-left: 48px; padding-right: 48px; } .nav { padding-left: 48px; padding-right: 48px; } .sheet:not([hidden]), .spinner:not([hidden]) { place-items: center; } .sheet-card { border-radius: 28px; } .stage[data-view="list"] { grid-template-columns: 1fr; } .stage[data-view="list"] .map-wrap { display: none; } .stage[data-view="map"] { grid-template-columns: 1fr; } .stage[data-view="map"] .cards { display: none; } .stage[data-view="map"] .map-wrap { height: 74svh; } } @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .marquee-track, .nav-slice, .fold-slice, .pulse, .neon-open, .nav-cta { animation: none; } .card:hover { transform: none; } .cursor-slice { display: none; } }