← back to Malden House
style.css
875 lines
/* =========================================================
MALDEN HOUSE · LA 2028 Rental · Multi-theme rental listing
========================================================= */
:root {
--bg: #F4F1EC;
--fg: #111111;
--muted: #11111199;
--soft: #1111111A;
--accent: #E2302A;
--accent-fg: #F4F1EC;
--panel-bg: #111111;
--panel-fg: #F4F1EC;
--card-bg: #F4F1EC;
--font-display: "Archivo", sans-serif;
--font-display-weight: 900;
--font-body: "Inter", sans-serif;
--font-serif: "EB Garamond", serif;
--radius: 0px;
--grid-max: 1440px;
}
/* Theme 1 — Editorial (default above) */
[data-theme="2"] {
--bg: #F2E8D5; --fg: #2B2118; --muted: #2B211899; --soft: #2B21181A;
--accent: #B8491C; --accent-fg: #F2E8D5;
--panel-bg: #2B2118; --panel-fg: #F2E8D5; --card-bg: #F2E8D5;
--font-display: "Fraunces", serif; --font-display-weight: 500;
--font-body: "Inter", sans-serif; --font-serif: "Fraunces", serif;
}
[data-theme="3"] {
--bg: #ECE6DC; --fg: #0F2340; --muted: #0F234099; --soft: #0F23401A;
--accent: #D94A22; --accent-fg: #ECE6DC;
--panel-bg: #0F2340; --panel-fg: #ECE6DC; --card-bg: #ECE6DC;
--font-display: "Archivo Black", sans-serif; --font-display-weight: 400;
--font-body: "DM Sans", sans-serif; --font-serif: "DM Sans", sans-serif;
}
[data-theme="4"] {
--bg: #F5F2EC; --fg: #1A1A1A; --muted: #1A1A1A99; --soft: #1A1A1A1A;
--accent: #B3311F; --accent-fg: #F5F2EC;
--panel-bg: #1A1A1A; --panel-fg: #F5F2EC; --card-bg: #F5F2EC;
--font-display: "EB Garamond", serif; --font-display-weight: 600;
--font-body: "Inter", sans-serif; --font-serif: "EB Garamond", serif;
}
[data-theme="5"] {
--bg: #F7E7D9; --fg: #2A2A4A; --muted: #2A2A4A99; --soft: #2A2A4A1A;
--accent: #E42F7E; --accent-fg: #F7E7D9;
--panel-bg: #2A2A4A; --panel-fg: #F7E7D9; --card-bg: #F7E7D9;
--font-display: "Archivo", sans-serif; --font-display-weight: 900;
--font-body: "Space Grotesk", sans-serif; --font-serif: "Space Grotesk", sans-serif;
}
[data-theme="6"] {
--bg: #EDE2CC; --fg: #3C2A1A; --muted: #3C2A1A99; --soft: #3C2A1A1A;
--accent: #3F5D43; --accent-fg: #EDE2CC;
--panel-bg: #3C2A1A; --panel-fg: #EDE2CC; --card-bg: #EDE2CC;
--font-display: "Playfair Display", serif; --font-display-weight: 900;
--font-body: "Inter", sans-serif; --font-serif: "Playfair Display", serif;
}
[data-theme="7"] {
--bg: #F2F2F0; --fg: #050505; --muted: #05050599; --soft: #0505051A;
--accent: #1F3ECF; --accent-fg: #F2F2F0;
--panel-bg: #050505; --panel-fg: #F2F2F0; --card-bg: #F2F2F0;
--font-display: "Inter", sans-serif; --font-display-weight: 500;
--font-body: "Inter", sans-serif; --font-serif: "Inter", sans-serif;
}
[data-theme="8"] {
--bg: #F5F0E3; --fg: #0A0A0A; --muted: #0A0A0A99; --soft: #0A0A0A1A;
--accent: #C58F0B; --accent-fg: #F5F0E3;
--panel-bg: #0A0A0A; --panel-fg: #F3D130; --card-bg: #F5F0E3;
--font-display: "Archivo Black", sans-serif; --font-display-weight: 400;
--font-body: "Archivo", sans-serif; --font-serif: "Archivo", sans-serif;
}
[data-theme="9"] {
--bg: #F5EFE0; --fg: #0E2818; --muted: #0E281899; --soft: #0E28181A;
--accent: #D25A16; --accent-fg: #F5EFE0;
--panel-bg: #355E30; --panel-fg: #F5EFE0; --card-bg: #F5EFE0;
--font-display: "Crimson Pro", serif; --font-display-weight: 600;
--font-body: "Inter", sans-serif; --font-serif: "Crimson Pro", serif;
--radius: 16px;
}
[data-theme="10"] {
--bg: #0A3D62; --fg: #EAF2FA; --muted: #EAF2FA99; --soft: #EAF2FA1A;
--accent: #C7A85B; --accent-fg: #0A3D62;
--panel-bg: #08223F; --panel-fg: #EAF2FA; --card-bg: #0A3D62;
--font-display: "Instrument Serif", serif; --font-display-weight: 400;
--font-body: "Inter", sans-serif; --font-serif: "Instrument Serif", serif;
}
/* ---------- Reset + base ---------- */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
background: var(--bg);
color: var(--fg);
font-family: var(--font-body);
font-size: 16px;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
transition: background-color .25s ease, color .25s ease;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; background: none; border: 0; color: inherit; cursor: pointer; }
img, svg { display: block; max-width: 100%; }
.display { font-family: var(--font-display); font-weight: var(--font-display-weight); letter-spacing: -0.03em; font-size: 168px; line-height: 0.9; margin: 0; }
.display.sm { font-size: 72px; line-height: 0.95; }
.eyebrow { font-family: var(--font-body); font-weight: 700; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--fg); }
.eyebrow.accent { color: var(--accent); }
.eyebrow.muted { color: var(--muted); letter-spacing: 0.1em; }
.lede { font-family: var(--font-serif); font-size: 20px; line-height: 1.45; color: var(--fg); max-width: 56ch; margin: 0; }
.lede.inverted { color: var(--panel-fg); opacity: .85; }
/* ---------- Theme switcher ---------- */
.switcher {
position: fixed; top: 16px; right: 16px; z-index: 50;
font-family: var(--font-body);
}
.switcher-toggle {
display: inline-flex; align-items: center; gap: 10px;
padding: 10px 14px; background: var(--panel-bg); color: var(--panel-fg);
border-radius: 999px; font-size: 12px; letter-spacing: 0.12em;
box-shadow: 0 10px 30px rgba(0,0,0,.15);
}
.switcher-toggle b { font-weight: 800; letter-spacing: 0.18em; }
.switcher-dot { width: 8px; height: 8px; background: var(--accent); border-radius: 999px; }
.switcher-chev { font-size: 10px; opacity: .7; }
.switcher-panel {
position: absolute; top: 48px; right: 0; width: 340px;
background: var(--card-bg); color: var(--fg);
border: 1px solid var(--soft);
box-shadow: 0 24px 60px rgba(0,0,0,.25);
padding: 14px;
}
.switcher-head { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.switcher-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.chip {
text-align: left; padding: 10px 12px;
border: 1px solid var(--soft);
display: flex; flex-direction: column; gap: 4px;
transition: transform .1s ease, border-color .15s ease;
}
.chip:hover { border-color: var(--accent); transform: translateY(-1px); }
.chip.active { border-color: var(--accent); border-width: 2px; padding: 9px 11px; }
.chip b { font-size: 12px; font-weight: 700; }
.chip em { font-size: 11px; font-style: normal; color: var(--muted); }
.chip .sw { display: flex; gap: 3px; margin-bottom: 2px; }
.chip .sw i { width: 12px; height: 12px; display: block; }
/* ---------- Nav ---------- */
.nav {
display: flex; align-items: center; justify-content: space-between;
padding: 22px 72px; border-bottom: 1px solid var(--soft);
gap: 24px;
}
.nav-brand { display: flex; align-items: baseline; gap: 12px; }
.brand-dot { width: 10px; height: 10px; border-radius: 999px; background: var(--accent); display: inline-block; align-self: center; }
.brand-mark { font-family: var(--font-display); font-weight: 800; font-size: 14px; letter-spacing: 0.14em; }
.brand-sub { font-size: 12px; color: var(--muted); letter-spacing: 0.02em; }
.nav-links { display: flex; gap: 30px; font-size: 13px; color: var(--muted); }
.nav-links a:last-child { color: var(--fg); }
.nav-cta {
padding: 10px 16px; background: var(--fg); color: var(--bg);
font-size: 12px; font-weight: 700; letter-spacing: 0.08em;
}
/* ---------- Hero ---------- */
.hero { padding: 72px 72px 56px; display: flex; flex-direction: column; gap: 40px; }
.hero-top { display: flex; justify-content: space-between; align-items: baseline; }
.hero-body { display: flex; gap: 40px; align-items: flex-end; }
.hero-copy { flex: 1; display: flex; flex-direction: column; gap: 22px; }
.property-card {
width: 380px; padding: 26px; background: var(--panel-bg); color: var(--panel-fg);
display: flex; flex-direction: column; gap: 14px;
border-radius: var(--radius);
}
.pc-label { font-size: 11px; letter-spacing: 0.24em; color: var(--panel-fg); opacity: .7; text-transform: uppercase; }
.pc-address { display: flex; align-items: baseline; gap: 12px; }
.pc-address b { font-family: var(--font-display); font-weight: 800; font-size: 48px; line-height: 1; }
.pc-address span { font-size: 13px; letter-spacing: 0.1em; opacity: .8; }
.pc-sub { font-size: 13px; opacity: .85; line-height: 1.4; }
.property-card hr { border: 0; height: 1px; background: currentColor; opacity: .2; margin: 4px 0; }
.pc-stats { display: flex; gap: 0; }
.pc-stats > div { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.pc-stats b { font-family: var(--font-display); font-weight: 800; font-size: 28px; line-height: 1; }
.pc-stats span { font-size: 11px; letter-spacing: 0.14em; opacity: .7; }
/* ---------- Photo Plate ---------- */
.plate { padding: 0 72px 16px; display: flex; flex-direction: column; gap: 12px; }
.plate-img { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); }
.plate-img img { width: 100%; height: 600px; object-fit: cover; display: block; }
.plate-img figcaption {
position: absolute; left: 24px; bottom: 20px;
display: flex; align-items: baseline; gap: 12px; color: #F4F1EC;
text-shadow: 0 2px 10px rgba(0,0,0,.55);
}
.plate-img .fig {
padding: 5px 9px; background: var(--accent); color: var(--accent-fg);
font-size: 11px; letter-spacing: 0.2em; font-weight: 800;
}
.plate-img figcaption i { font-family: var(--font-serif); font-style: italic; font-size: 15px; }
.plate-img .apn {
position: absolute; right: 20px; top: 20px;
padding: 6px 12px; background: var(--bg); color: var(--fg);
font-size: 11px; letter-spacing: 0.2em; font-weight: 800;
}
.plate-meta { display: flex; justify-content: space-between; font-size: 12px; letter-spacing: 0.08em; color: var(--muted); text-transform: uppercase; }
/* ---------- Spec ---------- */
.spec { padding: 88px 72px; display: flex; gap: 56px; border-top: 1px solid var(--soft); margin-top: 40px; }
.spec header { width: 260px; display: flex; flex-direction: column; gap: 14px; flex-shrink: 0; }
.spec dl { flex: 1; margin: 0; display: flex; flex-direction: column; border-top: 1px solid var(--fg); }
.spec dl > div {
display: grid; grid-template-columns: 220px 1fr auto; gap: 20px;
padding: 16px 0; border-bottom: 1px solid var(--soft); align-items: baseline;
}
.spec dt { font-size: 12px; letter-spacing: 0.14em; color: var(--muted); text-transform: uppercase; }
.spec dd { margin: 0; font-family: var(--font-serif); font-size: 20px; }
.spec dl > div span { font-family: var(--font-display); font-weight: 700; font-size: 14px; letter-spacing: 0.02em; }
/* ---------- Games ---------- */
.olympics { background: var(--panel-bg); color: var(--panel-fg); padding: 88px 72px; display: flex; flex-direction: column; gap: 40px; }
.olympics header { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.olympics .display { color: var(--panel-fg); }
.olympics .eyebrow { color: var(--accent); }
.event-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.event { padding: 24px; display: flex; flex-direction: column; gap: 14px; border-radius: var(--radius); }
.event .row { display: flex; justify-content: space-between; font-size: 11px; letter-spacing: 0.2em; font-weight: 800; }
.event h3 { font-family: var(--font-display); font-weight: 900; font-size: 40px; line-height: 1; margin: 0; letter-spacing: -0.03em; }
.event p { font-family: var(--font-serif); font-size: 16px; line-height: 1.5; margin: 0; opacity: .9; }
.event.headline { background: var(--accent); color: var(--accent-fg); }
.event.inverted { background: var(--bg); color: var(--fg); }
.event.ghost { background: transparent; color: var(--panel-fg); border: 1px solid rgba(255,255,255,.2); }
.chips { display: flex; gap: 10px; flex-wrap: wrap; padding-top: 4px; }
.pill { padding: 6px 10px; font-size: 11px; font-weight: 800; letter-spacing: 0.16em; }
.pill.filled { background: var(--bg); color: var(--fg); }
.pill.filled.dark { background: var(--fg); color: var(--bg); }
.pill.outline { border: 1px solid currentColor; }
.pill.outline.light { border-color: rgba(255,255,255,.4); }
.pill.outline.dark { border-color: var(--fg); }
/* ---------- Guide ---------- */
.guide { padding: 88px 72px; display: flex; flex-direction: column; gap: 32px; }
.guide header { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.guide-list { list-style: none; margin: 0; padding: 0; }
.guide-list li {
display: grid; grid-template-columns: 40px 160px 240px 1fr 100px; gap: 24px;
padding: 18px 0; border-top: 1px solid var(--soft); align-items: center;
}
.guide-list li:first-child { border-top: 1px solid var(--fg); }
.guide-list li:last-child { border-bottom: 1px solid var(--fg); }
.guide-list .n { font-family: var(--font-display); font-weight: 800; font-size: 14px; color: var(--accent); align-self: start; padding-top: 12px; }
.guide-list .thumb {
width: 160px; height: 112px; object-fit: cover; display: block;
background: var(--soft); border-radius: var(--radius);
}
.guide-list .t { font-family: var(--font-display); font-weight: 800; font-size: 22px; letter-spacing: -0.01em; align-self: start; padding-top: 6px; }
.guide-list .d { font-family: var(--font-serif); font-size: 17px; line-height: 1.45; color: var(--muted); align-self: start; padding-top: 6px; }
.guide-list .k { font-size: 12px; letter-spacing: 0.16em; color: var(--muted); text-align: right; align-self: start; padding-top: 12px; }
@media (max-width: 960px) {
.guide-list li { grid-template-columns: 40px 120px 1fr; }
.guide-list .thumb { width: 120px; height: 84px; }
.guide-list .d, .guide-list .k { grid-column: 2 / 4; padding-top: 0; }
}
/* ---------- Map ---------- */
.map { padding: 88px 72px; display: flex; flex-direction: column; gap: 24px; }
.map header { display: flex; justify-content: space-between; align-items: flex-end; }
.map-tabs { display: flex; gap: 8px; }
.map-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 18px; }
.map-main, .map-tile { position: relative; overflow: hidden; border-radius: var(--radius); background: #1a1a1a; }
.map-main { height: 640px; }
.map-main img, .map-tile img { width: 100%; height: 100%; object-fit: cover; display: block; }
.map-side { display: flex; flex-direction: column; gap: 16px; }
.map-tile { height: 312px; }
.chip-abs {
position: absolute; left: 16px; top: 16px;
padding: 6px 12px; background: rgba(0,0,0,.7); color: #F4F1EC; backdrop-filter: blur(8px);
font-size: 10px; letter-spacing: 0.2em; font-weight: 800; text-transform: uppercase;
}
.chip-abs.tl2 { top: 48px; background: rgba(244,241,236,.9); color: #111; }
.pan-ctrls { position: absolute; left: 50%; bottom: 80px; transform: translateX(-50%); display: flex; gap: 6px; }
.pan-ctrls button { width: 44px; height: 44px; border-radius: 999px; background: rgba(244,241,236,.85); color: #111; font-weight: 900; font-size: 20px; }
.map-credit {
position: absolute; left: 16px; bottom: 16px;
font-family: var(--font-serif); font-style: italic; font-size: 13px; color: #F4F1EC;
text-shadow: 0 2px 8px rgba(0,0,0,.5);
}
.marker {
position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
display: flex; flex-direction: column; align-items: center; gap: 4px;
}
.marker .dot { width: 18px; height: 18px; background: var(--accent); border: 3px solid #F4F1EC; border-radius: 999px; box-shadow: 0 4px 12px rgba(0,0,0,.35); }
.marker .mlabel { padding: 3px 6px; background: #111; color: #F4F1EC; font-size: 9px; letter-spacing: 0.14em; font-weight: 800; }
.drive-meta {
position: absolute; right: 16px; bottom: 16px;
display: flex; flex-direction: column; align-items: flex-end; gap: 2px;
padding: 8px 12px; background: rgba(244,241,236,.9); color: #111; border-radius: 6px;
}
.drive-meta b { font-family: var(--font-display); font-weight: 900; font-size: 20px; }
.drive-meta span { font-size: 10px; letter-spacing: 0.14em; opacity: .7; }
/* ---------- Video ---------- */
.video { background: var(--panel-bg); color: var(--panel-fg); padding: 88px 72px; display: flex; flex-direction: column; gap: 32px; }
.video header { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.video .display { color: var(--panel-fg); }
.video .eyebrow { color: var(--accent); }
.player { position: relative; height: 720px; border-radius: var(--radius); overflow: hidden; background: #0A0A0A; }
.player img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.8); }
/* ---- Scripted Trailer ---- */
.tr-stage { position: absolute; inset: 0; overflow: hidden; }
.tr-scene { position: absolute; inset: 0; opacity: 0; animation: tr-fade 0.8s forwards; background: #0A0A0A; color: #F4F1EC; }
.tr-scene.active { opacity: 1; }
@keyframes tr-fade { from { opacity: 0; transform: scale(1.04); } to { opacity: 1; transform: scale(1); } }
.tr-frame { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
.tr-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: tr-kenburns 6s ease forwards; }
@keyframes tr-kenburns { from { transform: scale(1.12); } to { transform: scale(1.0); } }
.tr-vignette { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,.0) 30%, rgba(0,0,0,.0) 60%, rgba(0,0,0,.75) 100%); pointer-events: none; }
.tr-lower-third {
position: absolute; left: 40px; bottom: 96px; right: 40px; display: flex; flex-direction: column; gap: 6px;
animation: tr-rise 0.6s 0.4s both;
}
@keyframes tr-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.tr-eyebrow { font-family: var(--font-body); font-weight: 800; font-size: 12px; letter-spacing: 0.3em; color: var(--accent); }
.tr-headline { font-family: var(--font-display); font-weight: 900; font-size: 64px; line-height: 0.95; letter-spacing: -0.025em; color: #F4F1EC; text-shadow: 0 2px 20px rgba(0,0,0,.5); }
.tr-sub { font-family: var(--font-serif); font-style: italic; font-size: 18px; color: #F4F1ECCC; }
.tr-kicker { font-family: var(--font-body); font-weight: 800; font-size: 12px; letter-spacing: 0.32em; color: var(--accent); }
.tr-intro, .tr-outro, .tr-olympic {
position: absolute; inset: 0;
display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; text-align: center;
padding: 40px;
background: radial-gradient(ellipse at center, #1a1a1a 0%, #000 70%);
}
.tr-intro { background: linear-gradient(135deg, #0A0A0A 0%, #1a1a1a 50%, #0A0A0A 100%); }
.tr-title-big {
font-family: var(--font-display); font-weight: 900; font-size: 112px; line-height: 0.9; letter-spacing: -0.03em;
color: #F4F1EC; animation: tr-rise 0.6s .2s both;
}
.tr-title-sub { font-family: var(--font-body); font-size: 14px; letter-spacing: 0.32em; color: #F4F1EC99; animation: tr-rise 0.6s .4s both; }
.tr-intro-tag { font-family: var(--font-serif); font-style: italic; font-size: 18px; color: #F4F1EC88; margin-top: 16px; animation: tr-rise 0.6s .6s both; }
.tr-olympic-venue { font-family: var(--font-serif); font-size: 20px; color: #F4F1ECCC; margin-top: 8px; animation: tr-rise 0.6s .4s both; }
.tr-daybar { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; max-width: 800px; margin-top: 28px; animation: tr-rise 0.6s .6s both; }
.tr-day {
display: inline-flex; flex-direction: column; align-items: center; padding: 8px 4px; width: 54px;
background: rgba(226,48,42,.15); border: 1px solid rgba(226,48,42,.4); border-radius: 8px;
}
.tr-day em { font-style: normal; font-weight: 800; font-size: 9px; letter-spacing: 0.14em; color: #F4F1EC88; }
.tr-day b { font-family: var(--font-display); font-weight: 900; font-size: 22px; color: #F4F1EC; margin-top: 4px; }
.tr-day i { font-style: normal; font-weight: 700; font-size: 9px; letter-spacing: 0.14em; color: #F4F1EC88; margin-top: 2px; }
.tr-outro .tr-title-big .tr-unit { font-family: var(--font-body); font-weight: 500; font-size: 22px; color: #F4F1EC88; margin-left: 10px; letter-spacing: 0.1em; }
.tr-cta-row { margin-top: 20px; animation: tr-rise 0.6s .8s both; }
.tr-pill { display: inline-block; padding: 10px 18px; background: var(--accent); color: #F4F1EC; font-family: var(--font-body); font-weight: 800; font-size: 13px; letter-spacing: 0.14em; }
.tr-outro-brand { font-family: var(--font-body); font-weight: 800; font-size: 11px; letter-spacing: 0.32em; color: #F4F1EC66; margin-top: 32px; }
/* Cover (shown before play) */
.tr-cover { position: absolute; inset: 0; overflow: hidden; transition: opacity .4s ease; }
.tr-cover.hidden { opacity: 0; pointer-events: none; }
.tr-cover img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.55) contrast(1.05); }
.tr-cover-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,.65) 100%); }
.tr-cover-text { position: absolute; left: 40px; bottom: 40px; display: flex; flex-direction: column; gap: 6px; color: #F4F1EC; }
.tr-cover-text .tr-title-big { font-size: 72px; animation: none; }
.tr-playbtn {
position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
display: inline-flex; align-items: center; gap: 14px; padding: 18px 28px;
background: var(--accent); color: #F4F1EC; border: 0; border-radius: 999px;
font-family: var(--font-body); font-weight: 800; font-size: 13px; letter-spacing: 0.18em;
cursor: pointer; box-shadow: 0 24px 60px rgba(0,0,0,.5);
transition: transform .15s ease, opacity .3s ease;
}
.tr-playbtn:hover { transform: translate(-50%,-50%) scale(1.04); }
.tr-playbtn.hidden { opacity: 0; pointer-events: none; }
.tr-playicon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 999px; background: #F4F1EC; color: var(--accent); font-size: 16px; padding-left: 4px; }
.tr-hud { position: absolute; right: 20px; top: 20px; display: flex; gap: 8px; z-index: 3; }
.tr-hud > span { padding: 6px 10px; background: rgba(0,0,0,.5); backdrop-filter: blur(8px); color: #F4F1EC; font-family: var(--font-body); font-weight: 800; font-size: 11px; letter-spacing: 0.18em; display: inline-flex; align-items: center; gap: 6px; }
.tr-live .dot { width: 8px; height: 8px; background: var(--accent); border-radius: 999px; box-shadow: 0 0 10px var(--accent); }
.tr-music { cursor: pointer; }
.tr-controls { position: absolute; left: 20px; right: 20px; bottom: 20px; display: flex; flex-direction: column; gap: 12px; z-index: 3; }
.tr-scrub { height: 4px; background: rgba(255,255,255,.2); border-radius: 999px; overflow: hidden; }
.tr-prog { height: 100%; width: 0%; background: var(--accent); transition: width .1s linear; }
.tr-bottom { display: flex; justify-content: space-between; align-items: center; }
.tr-time { display: inline-flex; align-items: center; gap: 14px; color: #F4F1EC; font-family: var(--font-display); font-weight: 800; font-size: 14px; letter-spacing: 0.1em; }
.tr-time button { background: rgba(255,255,255,.15); border: 0; color: #F4F1EC; width: 36px; height: 36px; border-radius: 999px; cursor: pointer; font-size: 14px; }
.tr-dim { opacity: .6; margin-left: 6px; }
.tr-book { padding: 10px 16px; background: var(--accent); color: #F4F1EC; font-family: var(--font-body); font-weight: 800; font-size: 12px; letter-spacing: 0.18em; border: 0; cursor: pointer; }
@media (max-width: 960px) {
.tr-headline { font-size: 40px; }
.tr-title-big { font-size: 64px; }
.tr-lower-third { left: 20px; right: 20px; bottom: 80px; }
}
.play {
position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
width: 100px; height: 100px; border-radius: 999px; background: var(--accent); color: var(--accent-fg);
font-size: 30px; line-height: 1; box-shadow: 0 20px 60px rgba(0,0,0,.35);
}
.badge-live {
position: absolute; left: 20px; top: 20px;
display: inline-flex; gap: 8px; align-items: center;
color: #F4F1EC; font-size: 10px; letter-spacing: 0.3em; font-weight: 800;
}
.badge-live .dot { width: 8px; height: 8px; background: var(--accent); border-radius: 999px; box-shadow: 0 0 10px var(--accent); }
.hud { position: absolute; right: 20px; top: 20px; display: flex; gap: 8px; }
.hud span { padding: 5px 10px; background: rgba(244,241,236,.15); color: #F4F1EC; font-size: 10px; font-weight: 700; letter-spacing: 0.16em; backdrop-filter: blur(6px); }
.controls { position: absolute; left: 20px; right: 20px; bottom: 20px; display: flex; flex-direction: column; gap: 12px; }
.scrub { position: relative; height: 5px; background: rgba(244,241,236,.2); border-radius: 999px; }
.scrub .prog { position: absolute; left: 0; top: 0; bottom: 0; width: 36%; background: var(--accent); border-radius: 999px; }
.scrub .head { position: absolute; left: 36%; top: -6px; width: 16px; height: 16px; margin-left: -8px; background: #F4F1EC; border-radius: 999px; box-shadow: 0 4px 10px rgba(0,0,0,.35); }
.controls-row { display: flex; justify-content: space-between; align-items: center; }
.transport { color: #F4F1EC; font-family: var(--font-display); font-size: 14px; letter-spacing: 0.08em; }
.transport span { font-size: 12px; margin-left: 14px; opacity: .8; }
.cta { padding: 8px 14px; background: var(--accent); color: var(--accent-fg); font-size: 11px; font-weight: 800; letter-spacing: 0.16em; }
/* ---------- Closest-event banner ---------- */
.closest-event { padding: 0 72px; margin: 24px 0 0; }
.ce-inner {
display: flex; flex-direction: column;
background: var(--accent); color: var(--accent-fg);
padding: 22px 28px; gap: 18px; border-radius: var(--radius);
}
.ce-top {
display: flex; justify-content: space-between; align-items: stretch; gap: 24px;
}
.ce-eyebrow { font-family: var(--font-body); font-weight: 800; font-size: 11px; letter-spacing: 0.28em; opacity: .9; }
.ce-title { font-family: var(--font-display); font-weight: var(--font-display-weight); font-size: 44px; line-height: 1; letter-spacing: -0.02em; margin-top: 4px; }
.ce-meta { font-family: var(--font-serif); font-size: 16px; margin-top: 4px; opacity: .9; }
.ce-right { display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: 4px; text-align: right; border-left: 1px solid rgba(255,255,255,.25); padding-left: 24px; }
.ce-dates-label { font-size: 10px; letter-spacing: 0.28em; font-weight: 800; opacity: .8; }
.ce-dates { font-family: var(--font-display); font-weight: var(--font-display-weight); font-size: 24px; line-height: 1.1; }
.ce-days {
display: flex; flex-wrap: wrap; gap: 8px;
padding-top: 14px; border-top: 1px solid rgba(255,255,255,.25);
}
.ce-day {
display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
width: 54px; padding: 8px 4px;
background: rgba(255,255,255,.12);
border-radius: 8px;
font-family: var(--font-body); line-height: 1;
}
.ce-day em { font-style: normal; font-weight: 800; font-size: 9px; letter-spacing: 0.12em; opacity: .75; }
.ce-day b { font-family: var(--font-display); font-weight: var(--font-display-weight); font-size: 22px; margin-top: 4px; }
.ce-day i { font-style: normal; font-weight: 700; font-size: 9px; letter-spacing: 0.14em; opacity: .75; margin-top: 2px; }
@media (max-width: 960px) {
.closest-event { padding: 0 24px; }
.ce-top { flex-direction: column; }
.ce-right { border-left: 0; border-top: 1px solid rgba(255,255,255,.25); padding-left: 0; padding-top: 14px; align-items: flex-start; text-align: left; }
.ce-day { width: 46px; }
}
/* ---------- Rings ---------- */
.rings { padding: 72px 72px 24px; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.rings svg { max-width: 720px; width: 100%; height: auto; }
/* ---------- History ---------- */
.history { padding: 88px 72px; display: flex; gap: 56px; }
.history-copy { flex: 1; display: flex; flex-direction: column; gap: 22px; }
.history-copy p { font-family: var(--font-serif); font-size: 19px; line-height: 1.55; margin: 0; color: var(--fg); max-width: 56ch; }
.timeline { width: 420px; list-style: none; margin: 0; padding: 0; }
.timeline li {
display: grid; grid-template-columns: 72px 1fr; gap: 20px;
padding: 12px 0; border-top: 1px solid var(--soft);
}
.timeline li:first-child { border-top: 1px solid var(--fg); }
.timeline li:last-child { border-bottom: 1px solid var(--fg); }
.timeline .y { font-family: var(--font-display); font-weight: 900; font-size: 14px; color: var(--accent); }
.timeline li > span:last-child { font-family: var(--font-serif); font-size: 16px; line-height: 1.4; }
/* ---------- Contact ---------- */
.contact { background: var(--panel-bg); color: var(--panel-fg); padding: 88px 72px; display: flex; gap: 56px; }
.contact-copy { flex: 1; display: flex; flex-direction: column; gap: 20px; }
.contact .display { color: var(--panel-fg); }
.contact .eyebrow { color: var(--accent); }
.contact-copy p { font-family: var(--font-serif); font-size: 19px; line-height: 1.55; margin: 0; max-width: 48ch; opacity: .9; }
.meta { list-style: none; margin: 10px 0 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.meta li { display: flex; gap: 16px; align-items: baseline; }
.meta li span { width: 80px; font-size: 11px; letter-spacing: 0.2em; opacity: .6; }
.meta li b { font-family: var(--font-serif); font-size: 18px; font-weight: 600; }
.contact-form { flex: 1; display: flex; flex-direction: column; gap: 16px; }
.contact-form label { display: flex; flex-direction: column; gap: 6px; }
.contact-form label > span { font-size: 10px; letter-spacing: 0.24em; opacity: .6; }
.contact-form input, .contact-form textarea {
background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.3);
color: var(--panel-fg); font-family: var(--font-serif); font-size: 18px;
padding: 10px 0; outline: none; font-weight: 400;
}
.contact-form input::placeholder, .contact-form textarea::placeholder { color: currentColor; opacity: .45; }
.contact-form .row { display: flex; gap: 16px; }
.contact-form .row label { flex: 1; }
.events { border: 0; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.events legend { font-size: 10px; letter-spacing: 0.24em; opacity: .6; margin-bottom: 6px; }
.events .tag {
display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px;
border: 1px solid rgba(255,255,255,.3); font-size: 11px; letter-spacing: 0.14em;
margin-right: 6px; cursor: pointer;
}
.events .tag input { accent-color: var(--accent); }
.events > label:nth-child(n+2) { display: inline-flex; margin: 0; }
.events { flex-direction: row; flex-wrap: wrap; align-items: center; }
.events legend { width: 100%; }
.submit-row { display: flex; justify-content: space-between; align-items: center; padding-top: 8px; }
.reply-note { font-family: var(--font-serif); font-style: italic; font-size: 14px; opacity: .7; }
.submit-row button { padding: 14px 24px; background: var(--accent); color: var(--accent-fg); font-size: 12px; font-weight: 800; letter-spacing: 0.18em; }
/* ---------- Footer ---------- */
.footer { padding: 40px 72px; display: flex; justify-content: space-between; align-items: baseline; gap: 40px; border-top: 1px solid var(--soft); font-size: 12px; color: var(--muted); }
.footer .brand { display: flex; align-items: center; gap: 10px; color: var(--fg); font-weight: 800; letter-spacing: 0.14em; }
.footer .addr { font-family: var(--font-serif); font-style: italic; font-size: 14px; }
.footer .credit { letter-spacing: 0.2em; }
/* ---------- Responsive (compact) ---------- */
@media (max-width: 960px) {
.nav, .hero, .plate, .spec, .olympics, .guide, .map, .video, .rings, .history, .contact, .footer { padding-left: 24px; padding-right: 24px; }
.display { font-size: 72px; }
.display.sm { font-size: 44px; }
.hero-body { flex-direction: column; align-items: stretch; }
.property-card { width: 100%; }
.spec, .history, .contact, .map header, .olympics header, .guide header, .video header { flex-direction: column; gap: 24px; align-items: stretch; }
.spec header, .timeline { width: auto; }
.spec dl > div { grid-template-columns: 1fr; }
.spec dl > div span { order: -1; color: var(--accent); }
.event-grid { grid-template-columns: 1fr 1fr; }
.guide-list li { grid-template-columns: 40px 1fr; }
.guide-list .d, .guide-list .k { grid-column: 2; }
.map-grid { grid-template-columns: 1fr; }
.map-main { height: 420px; }
.player { height: 440px; }
.contact-form .row { flex-direction: column; }
.footer { flex-direction: column; align-items: flex-start; gap: 10px; }
.switcher-panel { width: 280px; }
}
/* ---------- Countdown banner (date-aware Games widget) ---------- */
.countdown-banner { padding: 0 72px; margin-top: 18px; }
.cb-inner {
background: var(--fg); color: var(--bg);
padding: 18px 28px; border-radius: var(--radius);
display: flex; flex-direction: column; gap: 2px;
}
.cb-kicker { font-family: var(--font-body); font-weight: 800; font-size: 11px; letter-spacing: 0.28em; color: var(--accent); }
.cb-title { font-family: var(--font-display); font-weight: var(--font-display-weight); font-size: 36px; line-height: 1; letter-spacing: -0.02em; margin-top: 4px; }
.cb-meta { font-family: var(--font-serif); font-size: 15px; margin-top: 4px; opacity: .85; }
@media (max-width: 960px) { .countdown-banner { padding: 0 24px; } .cb-title { font-size: 28px; } }
/* ---------- Budget calculator ---------- */
.budget-calc { padding: 0 72px; margin-top: 18px; }
.bc-inner {
background: var(--bg); border: 1px solid var(--soft);
padding: 24px 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center;
}
.bc-left { display: flex; flex-direction: column; gap: 8px; }
.bc-eyebrow { font-family: var(--font-body); font-weight: 800; font-size: 11px; letter-spacing: 0.28em; color: var(--accent); }
.bc-left h3 { font-family: var(--font-display); font-weight: var(--font-display-weight); font-size: 32px; letter-spacing: -0.02em; line-height: 1; margin: 4px 0; }
.bc-left p { font-family: var(--font-serif); font-size: 15px; line-height: 1.45; color: var(--muted); margin: 0; max-width: 40ch; }
.bc-right { display: flex; flex-direction: column; gap: 10px; }
.bc-right label { display: flex; flex-direction: column; gap: 4px; }
.bc-right label span { display: flex; justify-content: space-between; font-size: 11px; letter-spacing: 0.18em; color: var(--muted); }
.bc-right label span b { font-family: var(--font-display); font-weight: 900; font-size: 16px; color: var(--fg); letter-spacing: -0.01em; }
.bc-right input[type=range] { width: 100%; accent-color: var(--accent); }
.bc-breakdown { display: flex; flex-direction: column; gap: 2px; margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--soft); }
.bc-breakdown > div { display: flex; justify-content: space-between; padding: 4px 0; font-family: var(--font-body); }
.bc-breakdown > div span { font-size: 12px; letter-spacing: 0.12em; color: var(--muted); }
.bc-breakdown > div b { font-family: var(--font-display); font-weight: 700; font-size: 16px; }
.bc-breakdown .bc-total { margin-top: 4px; padding-top: 8px; border-top: 1px solid var(--soft); }
.bc-breakdown .bc-total span { color: var(--fg); font-weight: 700; }
.bc-breakdown .bc-total b { font-size: 22px; color: var(--accent); }
@media (max-width: 960px) { .budget-calc { padding: 0 24px; } .bc-inner { grid-template-columns: 1fr; gap: 18px; } }
/* =========================================================
MAP OF THE STARS — § 04B
Theme-aware cartographic section
========================================================= */
.stars {
padding: 96px 72px 72px;
background: var(--bg);
color: var(--fg);
border-top: 1px solid var(--soft);
}
.stars > header {
display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
align-items: end; margin-bottom: 48px;
}
.stars > header > div .eyebrow { font-family: var(--font-body); font-weight: 800; font-size: 11px; letter-spacing: 0.28em; color: var(--accent); }
.stars > header > div h2 { font-family: var(--font-display); font-weight: var(--font-display-weight); font-size: 72px; letter-spacing: -0.02em; line-height: 0.95; margin: 8px 0 0; }
.stars > header > p { font-family: var(--font-serif); font-size: 17px; line-height: 1.55; max-width: 52ch; margin: 0; color: var(--muted); }
.stars-grid {
display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px;
align-items: start;
}
.stars-map {
position: sticky; top: 24px;
background: var(--card-bg);
border: 1px solid var(--soft);
color: var(--fg);
padding: 12px;
aspect-ratio: 620 / 420;
}
.stars-map svg { width: 100%; height: 100%; display: block; }
/* Pins */
.stars-map .pin { cursor: pointer; transition: transform 180ms ease; }
.stars-map .pin:hover { transform: translate(var(--tx, 0), var(--ty, 0)) scale(1.12); }
.stars-map .pin-dot {
fill: var(--accent);
stroke: var(--bg);
stroke-width: 2;
transition: fill 150ms;
}
.stars-map .pin-dot.house {
fill: var(--panel-bg);
stroke: var(--accent);
stroke-width: 2.5;
}
.stars-map .pin-dot.olympic {
fill: var(--bg);
stroke: var(--fg);
stroke-width: 2;
stroke-dasharray: 3 2;
}
.stars-map .pin-num {
fill: var(--accent-fg);
font-family: var(--font-body);
font-weight: 800;
font-size: 10px;
letter-spacing: 0.02em;
pointer-events: none;
}
.stars-map .pin-num.house-num { fill: var(--accent); font-size: 13px; }
.stars-map .pin-num.olympic-num { fill: var(--fg); font-size: 13px; }
.stars-map .pin-label {
font-family: var(--font-body); font-weight: 800; font-size: 8px;
letter-spacing: 0.22em; fill: var(--fg); pointer-events: none;
}
.stars-map .pin-label.olympic-label { fill: var(--muted); }
/* Hover wiring — :has selector links list ↔ pin */
.stars-list li:hover { background: var(--soft); }
.stars-list li:hover ~ .stars-map .pin { opacity: 0.3; }
/* Simpler reverse effect: highlight list item when hovering pin not trivially possible without JS.
Keep visual affordance via hover-lift on pin only. */
/* Roster list */
.stars-list {
list-style: none; margin: 0; padding: 0;
display: flex; flex-direction: column; gap: 0;
border-top: 1px solid var(--soft);
}
.stars-list li {
display: grid;
grid-template-columns: 42px 1fr 92px;
gap: 20px;
padding: 18px 0;
border-bottom: 1px solid var(--soft);
align-items: start;
transition: background 140ms;
}
.stars-list .sn {
font-family: var(--font-display); font-weight: var(--font-display-weight);
font-size: 28px; line-height: 1; letter-spacing: -0.01em;
color: var(--accent);
}
.stars-list .si { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.stars-list .sh {
display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px;
}
.stars-list .sh b {
font-family: var(--font-display); font-weight: var(--font-display-weight);
font-size: 22px; letter-spacing: -0.01em; color: var(--fg);
}
.stars-list .sh em {
font-family: var(--font-serif); font-style: italic; font-size: 14px;
color: var(--muted);
}
.stars-list .si p {
font-family: var(--font-serif); font-size: 15px; line-height: 1.5;
margin: 0; color: var(--fg); opacity: 0.85;
}
.stars-list .sk {
font-family: var(--font-body); font-weight: 700; font-size: 10px;
letter-spacing: 0.24em; color: var(--muted);
padding-top: 8px; text-align: right; white-space: nowrap;
}
/* Special rows */
.stars-list li.starred-here .sn { color: var(--accent); font-size: 26px; }
.stars-list li.starred-here { background: var(--soft); }
.stars-list li.starred-olympic .sn { color: var(--fg); font-size: 22px; border: 1px solid var(--fg); border-radius: 999px; width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; }
.stars-footnote {
margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--soft);
display: flex; justify-content: space-between;
font-family: var(--font-body); font-weight: 700; font-size: 10px;
letter-spacing: 0.22em; color: var(--muted);
}
@media (max-width: 1100px) {
.stars { padding: 72px 32px 48px; }
.stars > header { grid-template-columns: 1fr; gap: 20px; }
.stars > header > div h2 { font-size: 48px; }
.stars-grid { grid-template-columns: 1fr; gap: 32px; }
.stars-map { position: static; aspect-ratio: 620 / 420; }
}
@media (max-width: 600px) {
.stars-list li { grid-template-columns: 32px 1fr; gap: 12px; }
.stars-list .sk { display: none; }
.stars-list .sh b { font-size: 18px; }
.stars-list .si p { font-size: 14px; }
}
/* =========================================================
LIVE GAMES RAIL — lower-third ticker
========================================================= */
.rail {
padding: 40px 72px 48px;
background: var(--panel-bg);
color: var(--panel-fg);
border-top: 1px solid var(--soft);
}
.rail-head {
display: flex; justify-content: space-between; align-items: flex-end;
gap: 32px; padding-bottom: 20px; margin-bottom: 20px;
border-bottom: 1px solid rgba(255,255,255,0.15);
}
.rail-head-left { display: flex; flex-direction: column; gap: 6px; }
.rail-eyebrow {
display: inline-flex; align-items: center; gap: 8px;
font-family: var(--font-body); font-weight: 800; font-size: 11px;
letter-spacing: 0.28em; color: var(--accent);
}
.pulse {
display: inline-block; width: 8px; height: 8px; border-radius: 50%;
background: var(--accent);
animation: railpulse 1.2s ease-in-out infinite;
box-shadow: 0 0 0 0 var(--accent);
}
@keyframes railpulse {
0% { transform: scale(1); box-shadow: 0 0 0 0 var(--accent); }
70% { transform: scale(1.1); box-shadow: 0 0 0 8px transparent; }
100% { transform: scale(1); box-shadow: 0 0 0 0 transparent; }
}
.rail-title {
font-family: var(--font-display); font-weight: var(--font-display-weight);
font-size: 42px; letter-spacing: -0.02em; line-height: 1;
margin: 0; color: var(--panel-fg);
}
.rail-head-right {
display: flex; gap: 20px; align-items: center;
}
.rail-clock {
display: flex; flex-direction: column; gap: 2px; text-align: right;
}
.rail-clock b {
font-family: var(--font-display); font-weight: var(--font-display-weight);
font-size: 26px; letter-spacing: 0.05em; line-height: 1;
color: var(--accent);
}
.rail-clock span {
font-family: var(--font-body); font-weight: 700; font-size: 10px;
letter-spacing: 0.22em; opacity: 0.65;
}
.rail-medals { display: flex; gap: 2px; padding-left: 20px; border-left: 1px solid rgba(255,255,255,0.15); }
.rail-medals > div {
display: flex; flex-direction: column; align-items: center;
padding: 0 12px;
}
.rail-medals b {
font-family: var(--font-display); font-weight: var(--font-display-weight);
font-size: 22px; letter-spacing: -0.01em;
}
.rail-medals span {
font-family: var(--font-body); font-weight: 800; font-size: 10px;
letter-spacing: 0.25em; opacity: 0.7;
}
/* Track */
.rail-track {
display: grid; grid-auto-flow: column; grid-auto-columns: minmax(280px, 1fr);
gap: 16px;
overflow-x: auto; overflow-y: hidden;
padding-bottom: 4px;
scroll-snap-type: x mandatory;
scrollbar-width: thin;
scrollbar-color: var(--accent) transparent;
}
.rail-track::-webkit-scrollbar { height: 4px; }
.rail-track::-webkit-scrollbar-thumb { background: var(--accent); }
/* Cards */
.rail-card {
scroll-snap-align: start;
background: rgba(255,255,255,0.04);
border: 1px solid rgba(255,255,255,0.12);
padding: 16px 18px;
display: flex; flex-direction: column;
gap: 8px; min-height: 180px;
transition: border-color 150ms, background 150ms;
}
.rail-card:hover {
border-color: var(--accent);
background: rgba(255,255,255,0.07);
}
.rail-card.live { border-color: var(--accent); background: rgba(226,48,42,0.08); }
.rail-card .rc-top {
display: flex; align-items: center; gap: 8px;
font-family: var(--font-body); font-weight: 800; font-size: 10px;
letter-spacing: 0.24em;
}
.rail-card .rc-top b { color: var(--accent); }
.rail-card .rc-top em { margin-left: auto; font-style: normal; opacity: 0.6; }
.rail-card .rc-dot {
width: 8px; height: 8px; border-radius: 50%; background: var(--accent);
animation: railpulse 1.2s ease-in-out infinite;
}
.rail-card .rc-chev { color: var(--accent); font-size: 13px; }
.rail-card h3 {
font-family: var(--font-display); font-weight: var(--font-display-weight);
font-size: 22px; letter-spacing: -0.01em; line-height: 1;
margin: 2px 0 0; color: var(--panel-fg);
}
.rail-card p {
font-family: var(--font-serif); font-size: 14px; line-height: 1.45;
margin: 0; opacity: 0.85;
}
.rail-card .rc-score, .rail-card .rc-countdown, .rail-card .rc-time {
display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap;
margin-top: 2px;
}
.rail-card .rc-score b, .rail-card .rc-countdown b, .rail-card .rc-time b {
font-family: var(--font-display); font-weight: var(--font-display-weight);
font-size: 32px; letter-spacing: -0.02em; line-height: 1;
color: var(--accent);
}
.rail-card .rc-score span { font-size: 22px; opacity: 0.5; }
.rail-card .rc-countdown em, .rail-card .rc-time em, .rail-card .rc-score em {
font-family: var(--font-body); font-weight: 700; font-size: 10px;
letter-spacing: 0.22em; opacity: 0.7; margin-left: 4px;
font-style: normal;
}
.rail-card .rc-grid {
display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px 12px;
margin-top: 2px;
}
.rail-card .rc-grid > div {
display: flex; align-items: baseline; gap: 6px;
}
.rail-card .rc-grid b {
font-family: var(--font-display); font-weight: var(--font-display-weight);
font-size: 18px;
}
.rail-card .rc-grid span {
font-family: var(--font-body); font-weight: 700; font-size: 9px;
letter-spacing: 0.22em; opacity: 0.65;
}
.rail-card .rc-foot {
margin-top: auto; padding-top: 8px;
border-top: 1px solid rgba(255,255,255,0.1);
display: flex; justify-content: space-between;
font-family: var(--font-body); font-weight: 700; font-size: 9px;
letter-spacing: 0.22em; opacity: 0.65;
}
@media (max-width: 900px) {
.rail { padding: 28px 24px; }
.rail-head { flex-direction: column; align-items: flex-start; gap: 16px; }
.rail-head-right { width: 100%; justify-content: space-between; padding-left: 0; }
.rail-title { font-size: 32px; }
.rail-track { grid-auto-columns: 80%; }
}