.es { --es-paper: #f7f4ee; --es-plate: #ffffff; --es-ink: #17131c; --es-mute: #5b5462; --es-amber: #c64a1a; --es-line: rgba(23, 19, 28, 0.12); --es-shadow: 0 1px 2px rgba(23, 19, 28, 0.10), 0 18px 48px rgba(23, 19, 28, 0.22); --es-frost: rgba(255, 255, 255, 0.84); --es-blur: blur(14px) saturate(1.2); --es-r: 8px; --es-r2: 5px; --es-sans: "Archivo", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; --es-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace; --es-mast: 360px; font-family: var(--es-sans); color: var(--es-ink); background: var(--es-paper); -webkit-font-smoothing: antialiased; } body { margin: 0; background: #f7f4ee; } .es a { color: inherit; text-decoration: none; } .es b { font-weight: 600; } .es-stage { position: relative; height: calc(100svh - var(--es-above, 0px)); min-height: 560px; background: #1b1a1f; } .es-map { position: absolute; inset: 0; } .es-map .maplibregl-ctrl-group { border-radius: 3px; box-shadow: none; border: 1px solid var(--es-line); } .es-map .maplibregl-ctrl-attrib { background: rgba(255, 255, 255, 0.9); font-family: var(--es-sans); font-size: 11px; color: var(--es-mute); border-radius: 3px; } .es-map .maplibregl-ctrl-attrib a { color: var(--es-mute); } .es-map .maplibregl-ctrl-attrib .mapbox-wordmark { display: none; width: 65px; height: 17px; vertical-align: -5px; margin: 0 6px 0 4px; background: url("/assets/mapbox-wordmark-daf7c877.svg") no-repeat center / contain; } .es-map .maplibregl-ctrl-attrib:not(.maplibregl-compact) .maplibregl-ctrl-attrib-inner { display: inline; } .es[data-ecosystem-photo-value="true"] .maplibregl-ctrl-attrib .mapbox-wordmark { display: inline-block; } .es-top { display: none; position: absolute; left: 12px; right: 12px; top: 12px; z-index: 3; flex-direction: column; align-items: flex-start; gap: 8px; pointer-events: none; } .es-top > * { pointer-events: auto; } .es-top-row { display: flex; align-items: center; gap: 10px; } .es-top .es-home { margin: 0; } .es-top .es-home img { height: 18px; filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6)); } .es-top-city { font-size: 17px; font-weight: 700; letter-spacing: -0.01em; color: #fff; padding-left: 10px; border-left: 1px solid rgba(255, 255, 255, 0.55); text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7), 0 0 12px rgba(0, 0, 0, 0.45); } .es-tabs { display: flex; flex-wrap: wrap; gap: 6px; } .es-tabs a { display: block; padding: 0 10px; height: 28px; border-radius: var(--es-r2); background: var(--es-plate); font-size: 12.5px; font-weight: 600; line-height: 28px; color: var(--es-ink); white-space: nowrap; box-shadow: 0 0 0 1px rgba(23, 19, 28, 0.06), 0 2px 8px rgba(0, 0, 0, 0.35); transition: color 0.15s, background 0.15s; } .es-tabs a.is-on { color: #fff; background: var(--es-ink); } .es:not([data-ecosystem-photo-value="true"]) .es-top-city { color: var(--es-ink); border-left-color: var(--es-line); text-shadow: 0 0 2px #fff, 0 0 6px #fff, 0 0 12px rgba(255, 255, 255, 0.9); } .es:not([data-ecosystem-photo-value="true"]) .es-top .es-home img { filter: none; } .es-grab { display: none; } .es-mast { position: absolute; left: 20px; top: 20px; width: var(--es-mast); max-width: calc(100% - 40px); padding: 22px 24px 0; background: var(--es-frost); border-radius: var(--es-r); box-shadow: var(--es-shadow); -webkit-backdrop-filter: var(--es-blur); backdrop-filter: var(--es-blur); z-index: 3; max-height: calc(100% - 82px); overflow-y: auto; } .es-mast-head { display: flex; align-items: center; gap: 12px; } .es-home { display: inline-block; line-height: 0; } .es-home img { height: 20px; width: auto; } .es-city { margin: 0; font-size: 22px; line-height: 1; letter-spacing: -0.015em; font-weight: 700; padding-left: 12px; border-left: 1px solid var(--es-line); } .es-dek { margin: 12px 0 0; font-size: 15px; line-height: 1.45; color: var(--es-mute); } .es-opened { margin: 6px 0 0; font-size: 17px; font-weight: 600; letter-spacing: -0.01em; } .es.has-caption .es-opened { display: none; } .es-read { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--es-line); } .es-read p { margin: 0 0 9px; font-size: 14px; line-height: 1.55; color: var(--es-mute); } .es-read p:last-child { margin-bottom: 0; } .es-read b { color: var(--es-ink); font-weight: 600; } .es-read a { color: var(--es-ink); text-decoration: underline; text-decoration-thickness: 1px; text-decoration-color: rgba(23, 19, 28, 0.22); text-underline-offset: 3px; } .es-read a:hover { color: var(--es-amber); text-decoration-color: var(--es-amber); } .es-read-week { list-style: none; margin: -3px 0 10px; padding: 0; } .es-read-week li { padding: 5px 0 0; font-size: 13.5px; line-height: 1.4; color: var(--es-mute); } .es-read-week a { text-decoration: none; font-weight: 500; } .es-read-week a:hover { text-decoration: underline; } .es-week-day { font-weight: 600; color: var(--es-amber); } .es-week-where { display: block; font-size: 12.5px; } .es-read-marks { display: flex; align-items: center; gap: 8px; margin: 10px 0 2px; } .es-marks-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 8px; min-width: 0; flex: 1; } .es-marks-row a { display: block; flex: none; line-height: 0; text-decoration: none; padding: 5px 7px; background: #fff; border-radius: var(--es-r2); box-shadow: 0 0 0 1px rgba(23, 19, 28, 0.08); } .es-marks-row a:hover { box-shadow: 0 0 0 1px var(--es-amber); } .es-marks-row img { display: block; width: auto; height: auto; max-height: 22px; max-width: 84px; } .es-marks-arrow { flex: none; width: 28px; height: 28px; padding: 0; border: 1px solid var(--es-line); border-radius: var(--es-r2); background: #fff; color: var(--es-ink); font: 500 18px/1 var(--es-sans); cursor: pointer; } .es-marks-arrow:hover { color: var(--es-amber); border-color: var(--es-amber); } .es-ways { display: flex; gap: 8px; margin: 16px -24px 0; padding: 12px 24px 20px; position: sticky; bottom: 0; z-index: 1; background: var(--es-plate); } .es-go { flex: none; display: flex; } .es-tour { flex: none; height: 40px; padding: 0 16px; border: 0; border-radius: var(--es-r2); background: var(--es-amber); color: #fff; font: 600 14px/1 var(--es-sans); cursor: pointer; } .es-tour:hover { background: #a83d14; } .es-tours { display: grid; gap: 8px; margin-top: 10px; } .es-tours[hidden] { display: none; } .es-tour-card { display: block; width: 100%; padding: 12px 14px 11px; border: 1px solid var(--es-line); border-radius: var(--es-r); background: var(--es-plate); box-shadow: 0 1px 2px rgba(23, 19, 28, 0.05); font: 400 13px/1.4 var(--es-sans); color: var(--es-mute); text-align: left; cursor: pointer; transition: box-shadow 0.12s ease-out, border-color 0.12s ease-out; } .es-tour-card:hover { border-color: var(--es-amber); box-shadow: 0 0 0 1px var(--es-amber), 0 2px 8px rgba(23, 19, 28, 0.08); } .es-tour-card-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; } .es-tour-card-head b { font-size: 15px; font-weight: 600; letter-spacing: -0.01em; color: var(--es-ink); } .es-tour-card-head small { flex: none; font: 600 10.5px/1 var(--es-mono); letter-spacing: 0.06em; text-transform: uppercase; color: var(--es-mute); } .es-tour-card-lede { display: block; margin-top: 4px; } .es-tour-card-run { display: block; margin-top: 8px; font-size: 12px; line-height: 1.45; color: var(--es-ink); } .es-tour-card-run i { font-style: normal; color: var(--es-mute); } .es-find { flex: 1; min-width: 0; } .es-find input { width: 100%; height: 40px; box-sizing: border-box; padding: 0 12px; border: 1px solid rgba(23, 19, 28, 0.2); border-radius: var(--es-r2); font: 400 14px/1.2 var(--es-sans); color: var(--es-ink); background: var(--es-plate); } .es-find input:focus { outline: 2px solid var(--es-amber); outline-offset: 1px; border-color: transparent; } .es-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); } .es.is-touring .es-dek, .es.is-touring .es-read, .es.is-touring .es-read-marks, .es.is-touring .es-ways, .es.is-touring .es-whole { display: none; } .es.is-touring .es-co:not(.is-lit), .es.is-touring .es-ev, .es.is-touring .es-place { opacity: 0.32; } .es.is-touring .es-mast { width: auto; padding: 10px 16px 10px 14px; } .es.is-touring .es-city { font-size: 18px; } .es-strip { position: absolute; left: 20px; bottom: 20px; z-index: 4; width: var(--es-mast); max-width: calc(100% - 40px); display: flex; align-items: center; gap: 16px; padding: 16px 18px; background: var(--es-frost); border-radius: var(--es-r); box-shadow: var(--es-shadow); -webkit-backdrop-filter: var(--es-blur); backdrop-filter: var(--es-blur); font-size: 13px; line-height: 1.4; color: var(--es-mute); } .es-strip[hidden] { display: none; } .es-strip.is-pinned { left: 0; top: 0; bottom: auto; z-index: 5; } .es-strip-mark { flex: none; display: flex; align-items: center; min-width: 44px; } .es-strip-mark img { display: block; width: auto; height: auto; max-height: 44px; max-width: 150px; box-sizing: content-box; padding: 6px 8px; background: #fff; border-radius: var(--es-r2); box-shadow: 0 0 0 1px rgba(23, 19, 28, 0.08); } .es-strip-mark img[hidden] { display: none; } .es-strip-text { flex: 1; min-width: 0; } .es-strip-text .es-strip-kicker { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin: 0 0 6px; font: 600 11px/1.2 var(--es-mono); letter-spacing: 0.08em; text-transform: uppercase; color: var(--es-mute); } .es-strip-text .es-strip-kicker[hidden] { display: none; } .es-strip-text .es-strip-year { display: block; margin: 0; font: 600 20px/1 var(--es-sans); letter-spacing: -0.01em; text-transform: none; color: var(--es-amber); } .es-strip-text .es-strip-year:empty { display: none; } .es-strip-text b { display: block; font-size: 17px; line-height: 1.15; letter-spacing: -0.01em; color: var(--es-ink); } .es-strip-text p { margin: 3px 0 0; font-size: 13.5px; line-height: 1.4; color: var(--es-mute); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } .es-strip-text p[hidden] { display: none; } .es-strip-text .es-strip-note { color: var(--es-ink); } .es-strip-text span { display: block; margin-top: 4px; font-size: 12px; color: var(--es-mute); } .es-strip.has-story { display: grid; grid-template-columns: auto 1fr; grid-template-areas: "mark text" "ways ways"; align-items: start; width: 500px; max-height: calc(100vh - 140px); overflow: auto; padding: 18px 20px 14px; } .es-strip.has-story .es-strip-mark { grid-area: mark; padding-top: 2px; } .es-strip.has-story .es-strip-text { grid-area: text; } .es-strip.has-story .es-strip-text b { font-size: 20px; letter-spacing: -0.015em; } .es-strip.has-story .es-strip-ways { grid-area: ways; } .es-strip-mark:has(> img[hidden]) { display: none; } .es-strip-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 10px 18px; margin: 12px 0 0; padding: 12px 0; border-top: 1px solid var(--es-line); border-bottom: 1px solid var(--es-line); } .es-strip-facts[hidden] { display: none; } .es-strip-facts dt { font: 600 10.5px/1.2 var(--es-mono); letter-spacing: 0.08em; text-transform: uppercase; color: var(--es-mute); } .es-strip-facts dd { margin: 3px 0 0; font-size: 14px; font-weight: 600; line-height: 1.3; color: var(--es-ink); } .es-strip-text .es-strip-story { display: block; margin: 12px 0 0; font-size: 13.5px; line-height: 1.55; color: var(--es-ink); white-space: pre-line; -webkit-line-clamp: unset; } .es-strip-text .es-strip-story[hidden] { display: none; } .es-strip-source { margin-right: auto; font-size: 12.5px; font-weight: 600; color: var(--es-amber); text-decoration: none; } .es-strip-source:hover { color: var(--es-ink); } .es-strip-source[hidden] { display: none; } .es-strip-ways { flex: none; display: flex; flex-direction: column; gap: 6px; } .es-strip.has-story .es-strip-ways { flex-direction: row; align-items: center; gap: 8px; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--es-line); } .es-strip button { padding: 8px 12px; border: 1px solid var(--es-line); border-radius: var(--es-r2); background: none; font: 600 13px/1 var(--es-sans); color: var(--es-ink); cursor: pointer; } .es-strip button:hover { color: var(--es-amber); border-color: var(--es-amber); } .es-strip-next { background: var(--es-ink) !important; border-color: var(--es-ink) !important; color: #fff !important; } .es-strip-next:hover { background: var(--es-amber) !important; border-color: var(--es-amber) !important; } .es-whole { position: absolute; right: 20px; top: 20px; z-index: 3; padding: 10px 14px; background: var(--es-frost); border: 0; border-radius: var(--es-r2); box-shadow: var(--es-shadow); -webkit-backdrop-filter: var(--es-blur); backdrop-filter: var(--es-blur); font: 600 13px/1 var(--es-sans); color: var(--es-ink); cursor: pointer; } .es-whole:hover { color: var(--es-amber); } .es-place { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 6px 10px; border: 0; background: none; cursor: pointer; text-align: center; font-family: var(--es-sans); color: #fff; transition: opacity 0.25s; } .es-place-name { font-size: clamp(14px, calc(10px + var(--n, 1) * 1.2px), 26px); font-weight: 700; line-height: 1; letter-spacing: -0.02em; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7), 0 0 14px rgba(0, 0, 0, 0.45); } .es-place-n { font-family: var(--es-mono); font-size: 12px; opacity: 0.85; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7); } .es-place:hover .es-place-name { color: #ffd9c7; } .es-co { position: absolute; display: block; width: 10px; height: 10px; z-index: 1; } .es-co.is-partner { z-index: 2; } .es-co.is-lit { z-index: 3; } .es-co-dot { position: absolute; left: 0; top: 0; width: 10px; height: 10px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 1.5px var(--es-ink), 0 1px 3px rgba(0, 0, 0, 0.4); } .es-co-tag { position: absolute; left: 13px; top: -6px; white-space: nowrap; padding: 3px 7px; background: rgba(255, 255, 255, 0.94); border-radius: 4px; font-size: 12px; font-weight: 500; line-height: 16px; color: var(--es-ink); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } .es-co:hover .es-co-tag { color: var(--es-amber); } .es-co.is-partner .es-co-dot { left: -1px; top: -1px; width: 12px; height: 12px; } .es-co.is-partner .es-co-tag { left: 16px; top: -14px; padding: 7px 10px; background: var(--es-plate); border-radius: var(--es-r2); box-shadow: 0 0 0 1px rgba(23, 19, 28, 0.06), 0 3px 10px rgba(0, 0, 0, 0.4); } .es-co-tag img { display: block; width: auto; height: auto; max-height: 34px; max-width: 128px; } .es-co.is-lit .es-co-tag { box-shadow: 0 0 0 2px var(--es-amber), 0 3px 10px rgba(0, 0, 0, 0.4); } .es-co.is-lit .es-co-dot, .es-co.is-lit.is-bare .es-co-dot { background: var(--es-amber); box-shadow: 0 0 0 2px #fff, 0 1px 3px rgba(0, 0, 0, 0.4); } .es-co.is-space .es-co-dot { background: var(--es-ink); box-shadow: 0 0 0 2px #fff, 0 1px 3px rgba(0, 0, 0, 0.4); } .es-co.is-space .es-co-tag { top: -8px; padding: 5px 9px; background: var(--es-ink); color: #fff; font-size: 13px; font-weight: 600; line-height: 16px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); } .es-co.is-space .es-co-tag small { font-size: 10.5px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; color: rgba(255, 255, 255, 0.62); margin-left: 6px; } .es-co.is-space:hover .es-co-tag { color: #ffd9c7; } .es-ev { position: absolute; display: block; width: 12px; height: 12px; z-index: 2; } .es-ev-plate { position: absolute; left: 18px; top: -12px; max-width: 200px; padding: 7px 11px 8px; background: var(--es-plate); border-radius: var(--es-r2); box-shadow: 0 0 0 1px rgba(23, 19, 28, 0.06), 0 2px 8px rgba(0, 0, 0, 0.35); font-size: 12.5px; line-height: 1.3; } .es-ev-pin { position: absolute; left: 0; top: 0; width: 12px; height: 12px; border-radius: 50%; background: var(--es-amber); box-shadow: 0 0 0 2px #fff, 0 1px 3px rgba(0, 0, 0, 0.4); } .es-ev-day { display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.02em; color: var(--es-amber); white-space: nowrap; } .es-ev-title { display: block; font-weight: 600; margin-top: 2px; color: var(--es-ink); } .es-ev:hover .es-ev-title { color: var(--es-amber); } .es-ev.is-bare .es-ev-plate { display: none; } .es-place.is-off, .es-co.is-off, .es-ev.is-off { display: none; } .es-co.is-bare .es-co-tag { display: none; } .es-co.is-bare .es-co-dot { left: 1px; top: 1px; width: 8px; height: 8px; opacity: 0.85; box-shadow: 0 0 0 1.5px var(--es-ink), 0 1px 2px rgba(0, 0, 0, 0.35); } .es-co.is-space.is-bare .es-co-dot { box-shadow: 0 0 0 1.5px #fff, 0 1px 2px rgba(0, 0, 0, 0.35); } .es-read a.is-on { color: var(--es-amber); border-color: var(--es-amber); } .es:not([data-ecosystem-photo-value="true"]) .es-place { color: var(--es-ink); } .es:not([data-ecosystem-photo-value="true"]) .es-place-name, .es:not([data-ecosystem-photo-value="true"]) .es-place-n { text-shadow: 0 0 2px #fff, 0 0 6px #fff, 0 0 12px rgba(255, 255, 255, 0.9); } .es.has-caption .es-mast { visibility: hidden; } .es-caption { position: absolute; left: 20px; top: 20px; width: var(--es-mast); max-width: calc(100% - 40px); max-height: calc(100svh - 40px); overflow: auto; padding: 22px 24px; z-index: 4; background: var(--es-frost); border-radius: var(--es-r); box-shadow: var(--es-shadow); -webkit-backdrop-filter: var(--es-blur); backdrop-filter: var(--es-blur); } .es-caption.has-house { width: 420px; } .es-cap-kind { margin: 0 0 6px; font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--es-mute); } .es-close { position: absolute; right: 8px; top: 8px; width: 32px; height: 32px; border: 0; background: none; font-size: 22px; line-height: 1; color: var(--es-mute); cursor: pointer; } .es-close:hover { color: var(--es-ink); } .es-cap-head { display: flex; align-items: center; gap: 12px; padding-right: 28px; } .es-cap-mark { display: block; width: auto; height: auto; max-height: 34px; max-width: 128px; box-sizing: content-box; padding: 5px 7px; background: #fff; border-radius: var(--es-r2); box-shadow: 0 0 0 1px rgba(23, 19, 28, 0.08); } .es-cap-mark[hidden] { display: none; } .es-cap-name { margin: 0; font-size: 20px; line-height: 1.2; letter-spacing: -0.01em; } .es-cap-line { margin: 8px 0 0; font-size: 14.5px; line-height: 1.45; color: var(--es-mute); } .es-house { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--es-line); } .es-house[hidden] { display: none; } .es-house-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--es-r2); background: #1b1a1f; } .es-house-film, .es-house-shot { position: absolute; inset: 0; display: block; } .es-house-film[hidden], .es-house-shot[hidden] { display: none; } .es-house-film img, .es-house-shot img { display: block; width: 100%; height: 100%; object-fit: cover; } .es-house-play { position: absolute; left: 50%; top: 50%; width: 56px; height: 56px; margin: -28px 0 0 -28px; display: grid; place-items: center; border-radius: 50%; background: rgba(23, 19, 28, 0.72); color: #fff; transition: background 0.15s ease-out; } .es-house-play .gr-icon { width: 26px; height: 26px; margin-left: 3px; } .es-house-film:hover .es-house-play { background: var(--es-amber); } .es-house-player { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; } .es-house-strip { display: flex; gap: 6px; margin-top: 6px; overflow-x: auto; scrollbar-width: none; } .es-house-strip::-webkit-scrollbar { display: none; } .es-house-strip[hidden] { display: none; } .es-house-thumb { position: relative; flex: none; width: 64px; height: 40px; padding: 0; border: 0; border-radius: 3px; overflow: hidden; background: #1b1a1f; box-shadow: 0 0 0 1px var(--es-line); opacity: 0.7; cursor: pointer; transition: opacity 0.15s ease-out; } .es-house-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; } .es-house-thumb:hover, .es-house-thumb.is-on { opacity: 1; } .es-house-thumb.is-on { box-shadow: 0 0 0 2px var(--es-amber); } .es-house-thumb-play { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; } .es-house-thumb-play .gr-icon { width: 16px; height: 16px; filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6)); } .es-house-body { margin: 12px 0 0; font-size: 14px; line-height: 1.5; color: var(--es-ink); } .es-house-source { margin: 6px 0 0; font-size: 12px; line-height: 1.4; color: var(--es-mute); } .es-house-source[hidden] { display: none; } .es-house-source a { text-decoration: underline; text-decoration-color: var(--es-line); text-underline-offset: 2px; } .es-house-source a:hover { color: var(--es-amber); } .es-house-more, .es-cap-less { display: none; } .es-house-facts { list-style: none; margin: 14px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 14px; } .es-house-facts[hidden] { display: none; } .es-house-figure { display: block; font-size: 20px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.1; color: var(--es-ink); } .es-house-label { display: block; margin-top: 2px; font-size: 12px; line-height: 1.35; color: var(--es-mute); } .es-cap-people { list-style: none; margin: 12px 0 0; padding: 0; display: flex; flex-direction: column; gap: 8px; } .es-cap-people[hidden] { display: none; } .es-cap-people a { display: flex; align-items: center; gap: 10px; } .es-cap-face { flex: none; width: 36px; height: 36px; border-radius: 50%; overflow: hidden; background: var(--es-line); } .es-cap-face img { display: block; width: 100%; height: 100%; object-fit: cover; } .es-cap-person { min-width: 0; font-size: 13.5px; line-height: 1.3; } .es-cap-person b { display: flex; align-items: center; gap: 4px; } .es-cap-people a:hover b { color: var(--es-amber); } .es-cap-title { display: block; font-size: 12px; color: var(--es-mute); } .founder-verified { display: inline-flex; align-items: center; line-height: 0; } .founder-verified svg { display: block; } .es-house-foot { margin-top: 12px; } .es-house-foot[hidden] { display: none; } .es-house-places { margin: 0; font-size: 13px; line-height: 1.5; color: var(--es-mute); } .es-house-places[hidden] { display: none; } .es-house-places b { color: var(--es-ink); } .es-house-places a { text-decoration: underline; text-decoration-color: var(--es-line); text-underline-offset: 2px; } .es-house-places a:hover { color: var(--es-amber); } .es-house-offer { margin: 10px 0 0; padding: 10px 12px; font-size: 13px; line-height: 1.45; color: var(--es-ink); background: rgba(198, 74, 26, 0.08); border-radius: var(--es-r2); } .es-house-offer[hidden] { display: none; } .es-cap-ways { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin-top: 14px; } .es-house-cta { display: inline-block; padding: 9px 14px; background: var(--es-amber); color: #fff; border-radius: var(--es-r2); font-size: 13.5px; font-weight: 600; } .es-house-cta:hover { background: #a83d14; } .es-house-cta[hidden] { display: none; } .es-cap-site { font-size: 13.5px; font-weight: 600; color: var(--es-amber); } .es-cap-site[hidden] { display: none; } .es-house-socials { list-style: none; margin: 0; padding: 0; width: 100%; display: flex; flex-wrap: wrap; gap: 4px 12px; font-size: 12.5px; color: var(--es-mute); } .es-house-socials[hidden] { display: none; } .es-house-socials a:hover { color: var(--es-amber); } .lightbox { width: 100vw; max-width: 100vw; height: 100dvh; max-height: 100dvh; margin: 0; padding: 0; border: 0; background: #1b1a1f; color: #fff; overflow: hidden; overscroll-behavior: contain; font-family: "Archivo", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; } .lightbox::backdrop { background: #1b1a1f; } .lightbox-track { display: flex; height: 100%; overflow-x: auto; overflow-y: hidden; overscroll-behavior: contain; scroll-snap-type: x mandatory; scrollbar-width: none; } .lightbox-track::-webkit-scrollbar { display: none; } .lightbox-slide { flex: 0 0 100%; height: 100%; scroll-snap-align: center; scroll-snap-stop: always; display: grid; place-items: center; padding: clamp(10px, 3vw, 40px) clamp(10px, 3vw, 40px) 84px; box-sizing: border-box; } .lightbox-slide img { max-width: 100%; max-height: 100%; object-fit: contain; } .lightbox-bar { position: absolute; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; gap: clamp(14px, 4vw, 24px); padding: clamp(12px, 3vw, 24px); } .lightbox-count { margin: 0; min-width: 5.5em; text-align: center; font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255, 255, 255, 0.6); } .lightbox-step, .lightbox-close { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 50%; background: rgba(255, 255, 255, 0.06); color: #fff; font-size: 24px; line-height: 1; cursor: pointer; transition: background 0.2s ease; } .lightbox-step:hover:not(:disabled), .lightbox-close:hover { background: rgba(255, 255, 255, 0.16); } .lightbox-step:disabled { opacity: 0.25; cursor: default; } .lightbox-close { position: absolute; top: clamp(12px, 3vw, 24px); right: clamp(12px, 3vw, 24px); } .es-index { max-width: 1180px; margin: 0 auto; padding: 48px 20px 8px; } .es-index h2 { margin: 0 0 18px; font-size: 13px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--es-mute); } .es-index { padding-bottom: 64px; } .es-index > h2 + .es-group { border-top: 0; } .es-group { padding: 18px 0 6px; border-top: 1px solid var(--es-line); } .es-group h3 { margin: 0 0 8px; font-size: 17px; letter-spacing: -0.01em; } .es-group h3 span { font-family: var(--es-mono); font-size: 12px; font-weight: 400; color: var(--es-mute); margin-left: 4px; } .es-group ul { list-style: none; margin: 0; padding: 0; columns: 3; column-gap: 32px; } .es-group li { break-inside: avoid; padding: 5px 0; font-size: 15px; line-height: 1.4; } .es-group li a { font-weight: 500; } .es-group h3 a { color: inherit; text-decoration: none; } .es-group h3 a:hover { color: var(--es-amber); } .es-tour-lede { margin: -4px 0 10px; max-width: 640px; font-size: 14px; line-height: 1.45; color: var(--es-mute); } .es-group ol { margin: 0; padding: 0 0 0 22px; max-width: 640px; } .es-tour-name { font-weight: 500; } .es-tour-facts { display: flex; flex-wrap: wrap; gap: 4px 20px; margin: 6px 0 0; } .es-tour-facts div { display: flex; gap: 6px; align-items: baseline; } .es-tour-facts dt { font: 600 10.5px/1.2 var(--es-mono); letter-spacing: 0.08em; text-transform: uppercase; color: var(--es-mute); } .es-tour-facts dd { margin: 0; font-size: 13.5px; font-weight: 600; color: var(--es-ink); } .es-group .es-tour-story { margin: 6px 0 0; font-size: 14px; line-height: 1.5; color: var(--es-ink); max-width: 620px; } .es-tour-source { display: inline-block; margin-top: 4px; font-size: 13px; font-weight: 600; color: var(--es-amber); text-decoration: none; } .es-tour-source:hover { color: var(--es-ink); } .es-group ol li { padding: 10px 0; } .es-group li a:hover { color: var(--es-amber); } .es-group li span { display: block; font-size: 13px; color: var(--es-mute); } .es-desk { color: var(--es-amber) !important; font-weight: 600; } .es-spaces, .es-tours-index { padding-bottom: 0; } .es-index + .es-index { padding-top: 40px; } .es-places-toggle { position: absolute; opacity: 0; width: 1px; height: 1px; } .es-group.is-tail { display: none; } .es-group.is-tail:target, .es-places-toggle:checked ~ .es-group.is-tail { display: block; } .es-places-more { display: inline-block; margin-top: 18px; font-size: 14px; font-weight: 600; color: var(--es-amber); cursor: pointer; } .es-places-more .es-places-off, .es-places-toggle:checked ~ .es-places-more .es-places-on { display: none; } .es-places-toggle:checked ~ .es-places-more .es-places-off { display: inline; } .es-tour-go { margin: 6px 0 0; font-size: 14px; } .es-tour-go a { color: var(--es-amber); font-weight: 600; } .es-guide .es-index { max-width: none; margin: 0; padding: 0; } .es-guide .es-index + .es-index { padding-top: 32px; } .es-guide .es-index h2 { margin-bottom: 14px; } @media (max-width: 900px) { .es { --es-mast: auto; --es-cover: 136px; } .es-stage { min-height: calc(100svh - var(--es-above, 0px)); } .es-top { display: flex; } .es-mast { left: 0; right: 0; top: auto; bottom: 0; width: auto; max-width: none; height: var(--es-cover); max-height: 78svh; box-sizing: border-box; overflow: auto; overscroll-behavior: contain; display: flex; flex-direction: column; padding: 0 16px 16px; border-radius: 12px 12px 0 0; transition: height 0.22s ease-out; } .es-mast.is-dragging { transition: none; } .es-grab { display: block; flex: none; order: 0; position: sticky; top: 0; z-index: 1; margin: 0 -16px; padding: 10px 0 8px; background: none; touch-action: none; cursor: grab; } .es-grab::after { content: ""; display: block; width: 36px; height: 4px; margin: 0 auto; border-radius: 2px; background: rgba(23, 19, 28, 0.28); } .es-mast-head, .es-opened { display: none; } .es-dek { display: none; } .es-ways { display: contents; } .es-go { order: 1; display: block; margin-top: 4px; } .es-tours { order: 1; flex: none; } .es-tour { width: 100%; height: 46px; font-size: 15px; } .es-read-marks { order: 2; margin: 16px 0 0; min-height: 28px; } .es-marks-row { flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; gap: 8px; } .es-marks-row::-webkit-scrollbar { display: none; } .es-marks-row a { scroll-snap-align: start; } .es-read { order: 3; margin-top: 16px; } .es-read p { font-size: 14px; } .es-find { order: 4; margin-top: 14px; } .es-strip { left: 12px; right: 12px; bottom: 12px; width: auto; max-width: none; flex-wrap: wrap; gap: 8px 12px; padding: 12px 14px; border-radius: var(--es-r); } .es-strip-mark img { max-height: 36px; max-width: 120px; } .es-strip-text b { font-size: 15px; } .es-strip-text p { font-size: 13px; -webkit-line-clamp: 2; } .es-strip.has-story { width: auto; max-height: 64svh; overflow: auto; padding: 14px 16px 12px; } .es-strip.has-story .es-strip-text b { font-size: 18px; } .es-strip-facts { grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 8px 12px; margin-top: 10px; padding: 10px 0; } .es-strip-text .es-strip-story { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden; } .es-strip.has-story .es-strip-ways { width: 100%; margin-top: 10px; padding-top: 10px; } .es-strip-text span { margin-top: 2px; } .es-strip-ways { width: 100%; flex-direction: row; justify-content: flex-end; gap: 8px; } .es-strip-ways button { padding: 9px 14px; } .es.is-touring .es-mast { display: none; } .es.is-touring .es-co.is-lit .es-co-tag { transform: scale(1.15); transform-origin: left center; } .es-place { padding: 4px 6px; gap: 3px; } .es-ev-plate { max-width: 150px; padding: 5px 9px 6px; font-size: 11.5px; } .es-ev-title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .es-whole { right: 12px; top: auto; bottom: calc(var(--es-cover) + 12px); transition: bottom 0.22s ease-out; } .es-map .maplibregl-ctrl-bottom-right { bottom: var(--es-cover); transition: bottom 0.22s ease-out; } .es-caption, .es-caption.has-house { left: 12px; right: 12px; top: auto; bottom: 12px; width: auto; max-width: none; max-height: 38svh; padding: 14px 16px 14px; border-radius: var(--es-r); } .es-caption.is-tall { max-height: 78svh; } .es:has(.es-caption.is-tall) .es-whole, .es:has(.es-caption.is-tall) .maplibregl-ctrl-bottom-right { display: none; } .es-close { right: 4px; top: 4px; } .es-cap-kind { margin-bottom: 4px; font-size: 10.5px; } .es-cap-head { gap: 10px; padding-right: 30px; } .es-cap-mark { max-height: 26px; max-width: 96px; padding: 4px 6px; } .es-cap-name { font-size: 17px; } .es-cap-head { margin-bottom: 6px; } .es-cap-line { margin: 0; font-size: 13.5px; line-height: 1.4; } .es-caption:not(.is-tall) .es-cap-line { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } .es-cap-line[hidden] { display: none; } .es-cap-people { margin-top: 8px; gap: 6px 14px; } .es-caption:not(.is-tall) .es-cap-people { flex-direction: row; flex-wrap: wrap; } .es-caption:not(.is-tall) .es-cap-face { width: 24px; height: 24px; } .es-caption:not(.is-tall) .es-cap-person { font-size: 13px; } .es-caption:not(.is-tall) .es-cap-title { display: none; } .es-house { margin-top: 10px; padding-top: 10px; } .es-caption:not(.is-tall) .es-house { display: grid; grid-template-columns: 96px 1fr; gap: 4px 12px; align-items: start; } .es-caption:not(.is-tall) .es-house[hidden] { display: none; } .es-caption:not(.is-tall) .es-house-frame { grid-row: 1 / 3; width: 96px; height: 72px; aspect-ratio: auto; } .es-caption:not(.is-tall) .es-house-play { width: 32px; height: 32px; margin: -16px 0 0 -16px; } .es-caption:not(.is-tall) .es-house-play .gr-icon { width: 16px; height: 16px; margin-left: 2px; } .es-caption:not(.is-tall) .es-house-strip, .es-caption:not(.is-tall) .es-house-source, .es-caption:not(.is-tall) .es-house-facts, .es-caption:not(.is-tall) .es-house-foot, .es-caption:not(.is-tall) .es-house-socials { display: none; } .es-caption:not(.is-tall) .es-house-body { margin: 0; font-size: 13px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } .es-caption:not(.is-tall) .es-house-more { display: inline-block; justify-self: start; padding: 0; border: 0; background: none; font: 600 13px/1.2 var(--es-sans); color: var(--es-amber); cursor: pointer; } .es-caption.is-tall .es-cap-less { display: block; width: 100%; margin-top: 14px; padding: 10px 12px; border: 1px solid var(--es-line); border-radius: var(--es-r2); background: none; font: 600 13.5px/1 var(--es-sans); color: var(--es-ink); cursor: pointer; } .es-house-body { font-size: 13.5px; } .es-house-figure { font-size: 18px; } .es-cap-ways { margin-top: 10px; gap: 8px 12px; } .es-house-cta { padding: 7px 12px; font-size: 12.5px; } .es-cap-site { font-size: 13px; } .es.has-caption .es-mast { display: none; } .es-group ul { columns: 1; } .es-place-name { font-size: clamp(13px, calc(10px + var(--n, 1) * 0.9px), 19px); } .es-place-n { font-size: 11px; } }