.wk { --wk-plate: #ffffff; --wk-paper: #f3eee6; --wk-ink: #17131c; --wk-soft: #3d3544; --wk-mute: #5b5462; --wk-amber: #c64a1a; --wk-line: rgba(23, 19, 28, 0.1); --wk-tint: rgba(23, 19, 28, 0.045); --wk-shadow: 0 1px 2px rgba(23, 19, 28, 0.08), 0 20px 50px rgba(23, 19, 28, 0.2); --wk-frost: rgba(255, 255, 255, 0.94); --wk-blur: blur(16px) saturate(1.2); --wk-r: 12px; --wk-r2: 8px; --wk-side: 440px; --wk-card: 360px; --wk-sans: "Archivo", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; --wk-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace; font-family: var(--wk-sans); color: var(--wk-ink); -webkit-font-smoothing: antialiased; } .wk :where(a) { color: inherit; text-decoration: none; } .wk b { font-weight: 600; } .wk-stage { position: relative; height: 100svh; min-height: 600px; overflow: hidden; background: var(--wk-paper); } .wk-map { position: absolute; top: 0; right: 0; bottom: 0; left: var(--wk-side); } .wk.is-touring .wk-map { left: 0; } .wk .wk-map { font-family: var(--wk-sans); } .wk .wk-map canvas { outline: none; } .wk-map.is-hand .maplibregl-canvas { cursor: pointer; } .wk-side { position: absolute; left: 0; top: 0; bottom: 0; z-index: 3; width: var(--wk-side); display: flex; flex-direction: column; padding: 34px 44px 30px; background: #fff; border-right: 1px solid var(--wk-line); overflow: hidden auto; } .wk-side[hidden] { display: none; } .wk-mast { display: flex; flex-direction: column; } .wk-mast-head { display: flex; align-items: center; gap: 12px; } .wk-home img { display: block; height: 20px; width: auto; } .wk-scope { font-size: 14px; line-height: 1; font-weight: 600; padding-left: 12px; border-left: 1px solid var(--wk-line); color: var(--wk-mute); } .wk-when { margin: clamp(36px, 8vh, 88px) 0 0; font-size: 14px; font-weight: 600; letter-spacing: 0.01em; color: var(--wk-amber); } .wk-claim { margin: 10px 0 0; font-size: 46px; line-height: 1.02; letter-spacing: -0.035em; font-weight: 700; color: var(--wk-ink); } .wk-claim b { font-weight: 700; color: var(--wk-amber); } .wk-together { margin: 18px 0 0; font-size: 18px; line-height: 1.4; color: var(--wk-ink); } .wk-together b { font-weight: 700; } .wk-week { margin: 6px 0 0; font-size: 15px; line-height: 1.45; color: var(--wk-soft); } .wk-more { margin-top: auto; padding-top: 32px; } .wk-shots { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; } .wk-shots a { position: relative; display: block; aspect-ratio: 3 / 2; overflow: hidden; border-radius: 10px; background: #e8e2d8; } .wk-shots img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease-out; } .wk-shots a:hover img { transform: scale(1.04); } .wk-shots a::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(to top, rgba(12, 10, 18, 0.62), rgba(12, 10, 18, 0)); } .wk-shots span { position: absolute; left: 10px; bottom: 7px; z-index: 1; font-size: 12.5px; font-weight: 600; color: #fff; } .wk-demo-line { margin: 16px 0 0; font-size: 13.5px; line-height: 1.5; color: var(--wk-soft); } .wk-demo-line b { color: var(--wk-ink); } .wk-demo-link { display: inline-block; margin-left: 4px; font-weight: 600; color: var(--wk-amber); } .wk-demo-link:hover { color: var(--wk-ink); } .wk-about { margin: 16px 0 0; font-size: 13.5px; line-height: 1.5; color: var(--wk-mute); } .wk-about b { color: var(--wk-soft); font-weight: 600; } .wk-ways-row { display: flex; align-items: center; gap: 18px; margin-top: 26px; } .wk-go { flex: none; height: 44px; padding: 0 20px; border: 0; border-radius: var(--wk-r2); background: var(--wk-amber); color: #fff; font: 600 15px/1 var(--wk-sans); cursor: pointer; box-shadow: 0 6px 18px rgba(198, 74, 26, 0.28); } .wk-go:hover { background: #a83d14; } .wk-all { font-size: 14px; font-weight: 600; color: var(--wk-soft); } .wk-all:hover { color: var(--wk-amber); } .wk-city-mark { position: absolute; width: 0; height: 0; z-index: 2; } .wk-city-plate { position: absolute; left: var(--wk-dx, 14px); top: var(--wk-dy, -16px); width: max-content; display: flex; align-items: center; gap: 6px; padding: 3px 9px 3px 4px; border: 0; border-radius: 999px; background: var(--wk-plate); box-shadow: 0 0 0 1px rgba(23, 19, 28, 0.08), 0 2px 8px rgba(23, 16, 25, 0.16); font-family: var(--wk-sans); text-align: left; cursor: pointer; transition: box-shadow 0.15s ease-out, transform 0.15s ease-out; } .wk-city-said { display: flex; flex-direction: column; gap: 0; } .wk-city-plate b { font-size: 12.5px; font-weight: 600; line-height: 1.25; letter-spacing: -0.005em; color: var(--wk-ink); } .wk-city-said span { font-size: 10.5px; font-weight: 600; letter-spacing: 0.01em; line-height: 1.25; color: var(--wk-amber); white-space: nowrap; } .wk-city-faces { display: inline-flex; flex: none; padding-left: 7px; } .wk-city-faces img { width: 22px; height: 22px; margin-left: -7px; border-radius: 50%; object-fit: cover; background: var(--wk-plate); box-shadow: 0 0 0 2px var(--wk-plate); } .wk-city-plate:hover { transform: translateY(-1px); box-shadow: 0 0 0 2px var(--wk-amber), 0 4px 14px rgba(23, 16, 25, 0.26); } .wk-city-mark.is-compact .wk-city-plate { padding: 3px 8px; } .wk-city-mark.is-compact .wk-city-faces, .wk-city-mark.is-compact .wk-city-said span { display: none; } .wk-city-mark.is-compact .wk-city-plate b { font-size: 11.5px; } .wk-city-mark.is-out, .wk-city-mark.is-off { display: none; } .wk.is-touring .wk-city-plate { animation: wk-rise 0.5s ease-out backwards; } @keyframes wk-rise { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } } .wk-card { position: absolute; left: 0; top: 0; z-index: 4; width: var(--wk-card); max-width: calc(100% - 32px); max-height: calc(100% - 120px); display: flex; flex-direction: column; background: var(--wk-frost); -webkit-backdrop-filter: var(--wk-blur); backdrop-filter: var(--wk-blur); border-radius: var(--wk-r); box-shadow: 0 0 0 1px rgba(23, 19, 28, 0.06), var(--wk-shadow); transition: opacity 0.45s ease, transform 0.45s ease, visibility 0s linear 0s; } .wk-card[hidden] { display: none; } .wk-card.is-away { opacity: 0; transform: translateX(-10px); visibility: hidden; pointer-events: none; transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s; } .wk-card-caret { position: absolute; left: -7px; width: 14px; height: 14px; margin-top: -7px; transform: rotate(45deg); background: var(--wk-plate); box-shadow: -1px 1px 0 rgba(23, 19, 28, 0.06); } .wk-card-caret[hidden] { display: none; } .wk-card.is-flip .wk-card-caret { left: auto; right: -7px; box-shadow: 1px -1px 0 rgba(23, 19, 28, 0.06); } .wk-card[data-kind="roll"] { width: 300px; } .wk-p.is-roll .wk-p-title { margin-top: 4px; font-size: 26px; } .wk-p.is-roll .wk-p-when { margin-top: 6px; } .wk-p-venue-in { color: var(--wk-mute); font-weight: 500; } .wk-p-roll-who { display: inline-flex; align-items: center; gap: 8px; } .wk-card-body { position: relative; min-height: 0; overflow: hidden auto; padding: 18px 20px 20px; overscroll-behavior: contain; border-radius: var(--wk-r); } .wk-card:not(.is-away) .wk-p > * { animation: wk-rise 0.45s ease-out backwards; } .wk-p > :nth-child(2) { animation-delay: 0.05s; } .wk-p > :nth-child(3) { animation-delay: 0.1s; } .wk-p > :nth-child(4) { animation-delay: 0.15s; } .wk-p > :nth-child(n+5) { animation-delay: 0.2s; } .wk-p-eyebrow { margin: 0; font-size: 12.5px; font-weight: 600; letter-spacing: 0.02em; color: var(--wk-amber); } .wk-p-title { margin: 6px 0 0; font-size: 30px; line-height: 1.06; letter-spacing: -0.025em; font-weight: 600; color: var(--wk-ink); } .wk-p-title a:hover { color: var(--wk-amber); } .wk-p-title.is-event { margin-top: 4px; font-size: 20px; line-height: 1.2; letter-spacing: -0.015em; } .wk-p-line { margin: 8px 0 0; font-size: 14.5px; line-height: 1.45; color: var(--wk-soft); } .wk-p-story { margin: 12px 0 0; padding-left: 12px; border-left: 2px solid var(--wk-amber); font-size: 14px; line-height: 1.45; color: var(--wk-ink); } .wk-p-days { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-direction: column; gap: 2px; } .wk-p-dayrow { display: flex; align-items: baseline; gap: 12px; padding: 8px 10px; border-radius: var(--wk-r2); font-size: 14.5px; color: var(--wk-ink); opacity: 0.32; transition: opacity 0.4s ease, background 0.4s ease; } .wk-p-dayrow.is-on { opacity: 1; } .wk-p-dayrow.is-now { background: rgba(198, 74, 26, 0.08); } .wk-p-day { flex: none; width: 84px; font-weight: 700; color: var(--wk-amber); } .wk-p-rows { list-style: none; margin: 14px 0 0; padding: 0; display: flex; flex-direction: column; gap: 4px; } .wk-p-row { width: 100%; display: flex; align-items: center; gap: 12px; padding: 10px 12px; border: 0; border-radius: var(--wk-r2); background: var(--wk-tint); color: inherit; font: inherit; text-align: left; cursor: pointer; transition: background 0.15s ease-out; } .wk-p-row:hover { background: rgba(198, 74, 26, 0.09); } .wk-p-row-main { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; } .wk-p-row-main b { font-size: 14.5px; font-weight: 600; line-height: 1.25; color: var(--wk-ink); } .wk-p-row-main > span { font-size: 12.5px; line-height: 1.35; color: var(--wk-mute); } .wk-p-row-main > .wk-p-when { color: var(--wk-amber); } .wk-p-row-count { flex: none; font-size: 12.5px; color: var(--wk-mute); white-space: nowrap; } .wk-p-row-count b { display: block; font-size: 15px; font-weight: 700; line-height: 1.1; color: var(--wk-ink); text-align: right; } .wk-p-faces { display: inline-flex; flex: none; padding-left: 9px; } .wk-p-faces img { width: 28px; height: 28px; margin-left: -9px; border-radius: 50%; object-fit: cover; background: #e8e2d8; box-shadow: 0 0 0 2px #fff; } .wk-p-city { display: flex; align-items: baseline; gap: 10px; margin: 0 0 12px; } .wk-p-city a { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; color: var(--wk-ink); } .wk-p-city a:hover { color: var(--wk-amber); } .wk-p-city span { font: 600 11.5px/1 var(--wk-mono); letter-spacing: 0.04em; color: var(--wk-amber); } .wk-p-shot { display: block; aspect-ratio: 16 / 10; overflow: hidden; border-radius: var(--wk-r2); background: #e8e2d8; } .wk-p-shot img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease-out; } .wk-p-shot:hover img { transform: scale(1.03); } .wk-p-words { margin-top: 14px; } .wk-p-card.is-type { padding: 16px 18px 18px; border-radius: var(--wk-r2); background: var(--wk-paper); } .wk-p-card.is-type .wk-p-words { margin-top: 0; } .wk-p-card.is-type .wk-p-title.is-event { margin-top: 6px; font-size: 23px; line-height: 1.15; letter-spacing: -0.02em; } .wk-p-when { display: block; font-size: 12.5px; font-weight: 600; letter-spacing: 0.02em; color: var(--wk-amber); } .wk-p-venue { margin: 5px 0 0; font-size: 14px; line-height: 1.4; color: var(--wk-mute); } .wk-p-about { margin: 12px 0 0; font-size: 14px; line-height: 1.5; color: var(--wk-soft); } .wk-p-shots { list-style: none; margin: 12px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; } .wk-p-city + .wk-p-shots { margin: -2px 0 14px; } .wk-p-shots a { display: block; overflow: hidden; border-radius: 6px; background: #e8e2d8; } .wk-p-shots img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 0.4s ease-out; } .wk-p-shots a:hover img { transform: scale(1.05); } .wk-p-sheet { list-style: none; margin: 16px 0 0; padding: 0; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 6px; } .wk-p-sheet img { display: block; width: 100%; aspect-ratio: 1; border-radius: 50%; object-fit: cover; background: #e8e2d8; } .wk-p-going { font-size: 14px; color: var(--wk-soft); } .wk-p-going b { font-size: 18px; font-weight: 700; color: var(--wk-ink); margin-right: 2px; } .wk-p-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 16px; } .wk-p-offer { flex: none; display: inline-block; height: 40px; padding: 0 18px; border: 0; border-radius: var(--wk-r2); background: var(--wk-amber); color: #fff; font: 600 14px/40px var(--wk-sans); white-space: nowrap; cursor: pointer; } .wk-p-offer:hover { background: #a83d14; } .wk-p-offer.is-plain { background: none; color: var(--wk-ink); box-shadow: inset 0 0 0 1px rgba(23, 19, 28, 0.2); } .wk-p-offer.is-plain:hover { box-shadow: inset 0 0 0 1px var(--wk-amber); color: var(--wk-amber); } .wk-p-ends { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; } .wk-transit { position: absolute; left: 50%; top: 28px; z-index: 4; transform: translate(-50%, -8px); display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 10px 26px 12px; border-radius: 14px; background: var(--wk-frost); -webkit-backdrop-filter: var(--wk-blur); backdrop-filter: var(--wk-blur); box-shadow: 0 0 0 1px rgba(23, 19, 28, 0.06), var(--wk-shadow); text-align: center; pointer-events: none; opacity: 0; transition: opacity 0.25s ease, transform 0.25s ease; } .wk-transit.is-on { opacity: 1; transform: translate(-50%, 0); transition: opacity 0.35s ease 0.05s, transform 0.45s ease 0.05s; } .wk-transit-kicker { font-size: 12.5px; font-weight: 600; letter-spacing: 0.02em; color: var(--wk-amber); } .wk-transit-kicker:empty { display: none; } .wk-transit-name { font-size: 26px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.1; color: var(--wk-ink); white-space: nowrap; } .wk-transit-more { display: flex; align-items: center; gap: 8px; margin-top: 6px; max-width: 520px; font-size: 13.5px; line-height: 1.35; color: var(--wk-soft); } .wk-transit-more:empty { display: none; } .wk-transit-faces { display: inline-flex; flex: none; padding-left: 7px; } .wk-transit-faces img { width: 26px; height: 26px; margin-left: -7px; border-radius: 50%; object-fit: cover; background: #e8e2d8; box-shadow: 0 0 0 2px #fff; } .wk-arrive { position: absolute; left: 50%; top: 34%; z-index: 4; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; gap: 6px; max-width: calc(100% - 48px); text-align: center; pointer-events: none; opacity: 0; visibility: hidden; } .wk-arrive.is-on { opacity: 1; visibility: visible; transition: opacity 0.4s ease; } .wk-arrive-kicker { font-size: 15px; font-weight: 600; letter-spacing: 0.04em; color: #fff; text-shadow: 0 1px 12px rgba(12, 10, 18, 0.6), 0 0 2px rgba(12, 10, 18, 0.4); } .wk-arrive-kicker:empty { display: none; } .wk-arrive-name { display: block; font-size: clamp(52px, 7.2vw, 112px); font-weight: 700; line-height: 1; letter-spacing: -0.035em; color: #fff; transform-origin: 0 0; white-space: nowrap; text-shadow: 0 2px 34px rgba(12, 10, 18, 0.55), 0 1px 3px rgba(12, 10, 18, 0.35); } .wk-arrive.is-on .wk-arrive-name { animation: wk-arrive 0.6s cubic-bezier(0.2, 0.7, 0.2, 1) backwards; } .wk-arrive.is-on .wk-arrive-kicker { animation: wk-arrive 0.6s cubic-bezier(0.2, 0.7, 0.2, 1) 0.08s backwards; } .wk-arrive.is-settling .wk-arrive-kicker { opacity: 0; transition: opacity 0.2s ease; } .wk-arrive.is-settling .wk-arrive-name { color: var(--wk-ink); text-shadow: none; opacity: 0; transition: transform 0.65s cubic-bezier(0.3, 0.7, 0.2, 1), color 0.4s ease 0.15s, text-shadow 0.3s ease, opacity 0.2s ease 0.5s; } @keyframes wk-arrive { from { opacity: 0; transform: translateY(14px) scale(0.97); } to { opacity: 1; transform: none; } } @media (prefers-reduced-motion: reduce) { .wk-arrive { display: none; } .wk *, .wk *::before, .wk *::after { animation: none !important; transition-duration: 0.01ms !important; } } .wk-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; } .wk .wk-map canvas:focus-visible { outline: 3px solid var(--wk-amber); outline-offset: -3px; } .wk-dock { position: absolute; left: 50%; bottom: 20px; z-index: 5; width: min(620px, calc(100% - 32px)); transform: translateX(-50%); padding: 10px 10px 10px 14px; border-radius: 14px; background: var(--wk-frost); -webkit-backdrop-filter: var(--wk-blur); backdrop-filter: var(--wk-blur); box-shadow: 0 0 0 1px rgba(23, 19, 28, 0.06), var(--wk-shadow); animation: wk-rise 0.4s ease-out backwards; } .wk-dock[hidden] { display: none; } .wk-dock-bar { display: flex; gap: 6px; padding: 2px 4px 8px 0; } .wk-seg { position: relative; flex: 1 1 0; min-width: 34px; display: flex; flex-direction: column; gap: 5px; padding: 0 0 2px; border: 0; background: none; cursor: pointer; text-align: left; } .wk-seg::before { content: ""; display: block; height: 3px; border-radius: 2px; background: rgba(23, 19, 28, 0.12); } .wk-seg i { position: absolute; left: 0; top: 0; display: block; width: 0; height: 3px; border-radius: 2px; background: var(--wk-amber); } .wk-seg span { font: 600 10.5px/1 var(--wk-sans); letter-spacing: 0.04em; text-transform: uppercase; color: var(--wk-mute); } .wk-seg.is-here span { color: var(--wk-amber); } .wk-seg:hover span { color: var(--wk-ink); } .wk-seg:focus-visible { outline: 2px solid var(--wk-amber); outline-offset: 3px; border-radius: 4px; } .wk-dock-speed { flex: none; height: 38px; min-width: 42px; padding: 0 10px; border: 1px solid rgba(23, 19, 28, 0.14); border-radius: var(--wk-r2); background: #fff; color: var(--wk-ink); font: 600 13px/1 var(--wk-sans); cursor: pointer; } .wk-dock-speed[aria-pressed="true"] { border-color: var(--wk-amber); color: var(--wk-amber); } .wk-dock[data-kind="end"] .wk-dock-speed { visibility: hidden; } .wk-dock-row { display: flex; align-items: center; gap: 8px; } .wk-dock .gr-icon { width: 18px; height: 18px; } .wk-dock-back, .wk-dock-play, .wk-dock-x { flex: none; display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; padding: 0; border: 1px solid rgba(23, 19, 28, 0.14); border-radius: var(--wk-r2); background: #fff; color: var(--wk-ink); cursor: pointer; } .wk-dock-x { border-color: transparent; background: none; color: var(--wk-mute); } .wk-dock-back:hover, .wk-dock-play:hover { border-color: var(--wk-amber); color: var(--wk-amber); } .wk-dock-x:hover { color: var(--wk-ink); background: var(--wk-tint); } .wk-dock-back:disabled { opacity: 0.35; cursor: default; border-color: rgba(23, 19, 28, 0.14); color: var(--wk-ink); } .wk-dock-back .gr-icon { transform: rotate(90deg); } .wk-dock-play .gr-icon { width: 15px; height: 15px; } .wk-dock-resume, .wk-dock-play.is-held .wk-dock-pause { display: none; } .wk-dock-play.is-held .wk-dock-resume { display: flex; } .wk-dock-pause { display: flex; } .wk-dock-where { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; padding: 0 6px; } .wk-dock-crumb { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; font-weight: 600; color: var(--wk-ink); } .wk-dock-count { font: 500 11.5px/1.2 var(--wk-mono); letter-spacing: 0.02em; color: var(--wk-mute); } .wk-dock-count:empty { display: none; } .wk-dock-next { flex: none; display: inline-flex; align-items: center; gap: 4px; height: 38px; padding: 0 12px 0 16px; border: 0; border-radius: var(--wk-r2); background: var(--wk-amber); color: #fff; font: 600 14px/1 var(--wk-sans); cursor: pointer; } .wk-dock-next .gr-icon { transform: rotate(-90deg); } .wk-dock-next:hover { background: #a83d14; } .wk-dock-next:disabled { opacity: 0.35; cursor: default; background: var(--wk-amber); } .wk-dock[data-kind="end"] .wk-dock-play, .wk-dock[data-kind="end"] .wk-dock-next { visibility: hidden; } .wk-pin { position: absolute; width: 0; height: 0; z-index: 2; } .wk-pin.is-on { z-index: 3; } .wk-pin-dot { position: absolute; left: 0; top: 0; transform: translate(-50%, -50%); display: flex; align-items: center; justify-content: center; min-width: 14px; height: 14px; padding: 0; border: 0; border-radius: 999px; background: var(--wk-amber); color: #fff; font: 700 12px/1 var(--wk-sans); white-space: nowrap; box-shadow: 0 0 0 2.5px #fff, 0 2px 6px rgba(0, 0, 0, 0.45); cursor: pointer; transition: transform 0.3s ease-out, opacity 0.3s ease-out, box-shadow 0.3s ease-out; animation: wk-pop 0.45s ease-out backwards; } .wk-pin-name { position: absolute; left: 16px; top: 0; transform: translateY(-50%); width: max-content; max-width: 240px; padding: 5px 9px; border-radius: 6px; background: var(--wk-plate); color: var(--wk-ink); font-size: 12.5px; font-weight: 600; line-height: 1.25; box-shadow: 0 0 0 1px rgba(23, 19, 28, 0.06), 0 2px 8px rgba(0, 0, 0, 0.3); pointer-events: none; animation: wk-slide 0.45s ease-out 0.1s backwards; } .wk-pin.is-city .wk-pin-dot { width: 18px; height: 18px; } .wk-pin.is-city .wk-pin-name { left: 20px; font-size: 15px; font-weight: 700; padding: 7px 12px; } .wk-pin.is-left .wk-pin-name { left: auto; right: 16px; } .wk-pin.is-city.is-left .wk-pin-name { right: 20px; } .wk.is-flying .wk-pin-name { opacity: 0; transition: opacity 0.2s ease; } .wk-pin.is-on .wk-pin-dot { transform: translate(-50%, -50%) scale(1.2); box-shadow: 0 0 0 3px #fff, 0 0 0 11px rgba(198, 74, 26, 0.32), 0 2px 8px rgba(0, 0, 0, 0.5); } .wk-pin.is-on .wk-pin-name { padding: 7px 11px; font-size: 14px; } .wk-pin.is-back .wk-pin-dot { opacity: 0.6; transform: translate(-50%, -50%) scale(0.8); } .wk-pin.is-back .wk-pin-name { display: none; } @keyframes wk-pop { from { opacity: 0; transform: translate(-50%, -50%) scale(0.4); } to { opacity: 1; transform: translate(-50%, -50%) scale(1); } } @keyframes wk-slide { from { opacity: 0; transform: translate(-6px, -50%); } to { opacity: 1; transform: translate(0, -50%); } } .wk .maplibregl-ctrl-group { border-radius: var(--wk-r2); box-shadow: var(--wk-shadow); } .wk .maplibregl-ctrl-attrib { font-family: var(--wk-sans); font-size: 12px; } .wk.is-touring .maplibregl-ctrl-bottom-right { bottom: 0; } @media (max-width: 900px) { .wk-stage { height: auto; min-height: 0; display: flex; flex-direction: column; overflow: visible; } .wk-side { display: contents; } .wk-side[hidden] { display: none; } .wk-mast { order: 0; padding: 18px 20px 16px; background: #fff; } .wk-when { margin-top: 22px; font-size: 13px; } .wk-claim { margin-top: 6px; font-size: 32px; } .wk-together { margin-top: 10px; font-size: 16px; } .wk-week { font-size: 14px; } .wk-ways-row { margin-top: 16px; } .wk-map { position: relative; left: 0; order: 1; height: 62svh; min-height: 380px; } .wk-more { order: 2; margin: 0; padding: 20px 20px 28px; background: #fff; } .wk.is-touring .wk-stage { height: 100svh; min-height: 560px; overflow: hidden; } .wk.is-touring .wk-map { flex: 1; height: auto; min-height: 0; } .wk-transit { top: 18px; max-width: calc(100% - 120px); padding: 8px 18px 9px; } .wk-transit-name { font-size: 20px; white-space: normal; } .wk-transit-more { flex-direction: column; gap: 5px; max-width: 100%; font-size: 12.5px; } .wk-arrive { top: auto; bottom: calc(40px + var(--wk-dock-h, 96px)); transform: translateX(-50%); width: calc(100% - 32px); max-width: none; } .wk-arrive-name { font-size: clamp(36px, 11vw, 54px); } .wk-dock { left: 8px; right: 8px; bottom: 8px; width: auto; transform: none; padding: 8px 8px 8px 12px; border-radius: 0 0 16px 16px; box-shadow: 0 0 0 1px rgba(23, 19, 28, 0.06), 0 12px 30px rgba(23, 19, 28, 0.18); animation: none; } .wk-dock-bar { padding-bottom: 8px; } .wk-dock-crumb { font-size: 13px; } .wk-card { left: 8px !important; right: 8px; top: auto !important; bottom: calc(8px + var(--wk-dock-h, 96px)); width: auto; max-width: none; max-height: 50svh; border-radius: 16px 16px 0 0; box-shadow: 0 -8px 30px rgba(23, 19, 28, 0.16); } .wk-card.is-away { transform: translateY(12px); } .wk-card-body { padding: 16px 16px 12px; border-radius: 16px 16px 0 0; } .wk-card-caret { display: none; } .wk-p-title { font-size: 26px; } .wk-p-line { font-size: 14px; } .wk-p-rows { margin-top: 12px; } .wk-p-row { padding: 9px 10px; } .wk-p-days { margin-top: 12px; } .wk-p-dayrow { padding: 6px 8px; font-size: 14px; } .wk-p-city { display: none; } .wk-p-card { display: grid; border-radius: var(--wk-r2); overflow: hidden; } .wk-p-shot, .wk-p-words { grid-area: 1 / 1; } .wk-p-shot { aspect-ratio: auto; height: min(170px, 23svh); border-radius: 0; } .wk-p-words { align-self: end; margin: 0; padding: 44px 14px 12px; pointer-events: none; color: #fff; background: linear-gradient(to top, rgba(12, 10, 18, 0.9), rgba(12, 10, 18, 0.58) 55%, rgba(12, 10, 18, 0)); } .wk-p-words a { pointer-events: auto; } .wk-p-words .wk-p-when { color: #f2b48f; } .wk-p-words .wk-p-title { color: #fff; font-size: 18px; margin-top: 3px; } .wk-p-words .wk-p-venue { margin-top: 3px; font-size: 13px; color: #e6dfe9; } .wk-p-card.is-type { display: block; padding: 14px 14px 16px; } .wk-p-card.is-type .wk-p-words { padding: 0; background: none; color: inherit; pointer-events: auto; } .wk-p-card.is-type .wk-p-words .wk-p-when { color: var(--wk-amber); } .wk-p-card.is-type .wk-p-words .wk-p-title { color: var(--wk-ink); font-size: 20px; } .wk-p-card.is-type .wk-p-words .wk-p-venue { color: var(--wk-mute); } .wk-p-about { margin-top: 10px; font-size: 13.5px; } .wk-p-sheet { display: flex; gap: 6px; margin-top: 10px; } .wk-p-sheet li { flex: none; width: 36px; } .wk-p-sheet li:nth-child(n+7) { display: none; } .wk-card[data-kind="city"] .wk-p-sheet { display: none; } .wk-card[data-kind="event"] .wk-p-shots { display: none; } .wk-card[data-kind="city"] .wk-p { display: flex; flex-direction: column; } .wk-card[data-kind="city"] .wk-p-shots { order: 1; margin-top: 14px; } .wk-p-foot { margin-top: 10px; } .wk-p-story { font-size: 13.5px; } .wk-pin-name { font-size: 11.5px; max-width: 170px; } .wk-pin.is-on .wk-pin-name { font-size: 13px; } .wk-city-plate { gap: 5px; padding: 3px 8px 3px 4px; } .wk-city-plate b { font-size: 11.5px; } .wk-city-said span { display: none; } .wk-city-faces img { width: 20px; height: 20px; } .wk .maplibregl-ctrl-group { display: none; } }