:root {
  --paper: #f4f1ec;
  --ink: #10100f;
  --muted: #77716a;
  --line: rgba(16, 16, 15, .18);
  --cobalt: #203dff;
  --red: #ec3e2d;
  --cream: #f9f5ee;
  --acid: #d9ff42;
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.site-chrome { position: relative; z-index: 20; }
.left-rail { position: fixed; top: 0; bottom: 0; left: 0; width: 148px; padding: 24px 20px 22px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; background: rgba(244, 241, 236, .92); backdrop-filter: blur(14px); }
.brand { display: inline-flex; flex-direction: column; font-weight: 700; font-size: 25px; letter-spacing: -.08em; line-height: .75; width: max-content; }
.brand span:last-child { font-size: 10px; letter-spacing: .16em; margin: 9px 0 0 2px; }
.main-nav { display: flex; flex-direction: column; gap: 15px; margin-top: auto; margin-bottom: auto; }
.main-nav a { display: flex; gap: 9px; align-items: baseline; color: #8b867f; font-size: 11px; line-height: 1.15; transition: color .2s ease, transform .2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--ink); transform: translateX(3px); }
.main-nav a.active::before { content: ""; width: 4px; height: 4px; background: var(--red); border-radius: 50%; margin-left: -12px; margin-right: -1px; }
.nav-index { color: var(--red); font-family: var(--mono); font-size: 9px; }
.rail-bottom { display: grid; gap: 20px; }
.rail-note { color: #938d85; font-size: 9px; line-height: 1.4; text-transform: uppercase; letter-spacing: .11em; }
.season-switch { display: flex; align-items: center; gap: 6px; padding: 0; background: transparent; border: 0; color: var(--ink); cursor: pointer; font-family: var(--mono); font-size: 9px; text-align: left; }
.switch-dot { display: inline-block; width: 8px; height: 8px; background: var(--cobalt); border-radius: 50%; box-shadow: 0 0 0 3px rgba(32,61,255,.13); }
.mobile-menu-toggle { display: none; }
.page { margin-left: 148px; max-width: 1520px; }
.topbar { height: 79px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 4vw, 64px); }
.topbar-copy, .topbar-actions { display: flex; align-items: center; gap: 17px; }
.eyebrow, .section-kicker, .story-tag, .image-caption, .pinned-time, .section-number, .view-all, .topbar .text-button, .hero-meta, .story-footer, .footer-meta, .schedule-topline, .city-card small { text-transform: uppercase; letter-spacing: .12em; font-family: var(--mono); font-size: 9px; }
.topbar-line { width: 34px; height: 1px; background: var(--line); }
.topbar .eyebrow { color: var(--muted); }
.topbar-actions { gap: 22px; }
.text-button { border: 0; background: none; color: var(--ink); cursor: pointer; padding: 0; }
.text-button span, .arrow-link .arrow, .small-arrow span, .light-arrow-link span, .signup-form button span { color: var(--red); margin-left: 6px; }

.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .79fr); height: clamp(580px, calc(100vh - 79px), 760px); min-height: 580px; max-height: 760px; overflow: hidden; border-bottom: 1px solid var(--line); position: relative; }
.hero-copy { padding: clamp(145px, 20vh, 220px) clamp(24px, 5vw, 88px) 34px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.section-kicker { display: flex; align-items: center; gap: 8px; color: var(--muted); }
.kicker-dot { display: inline-block; width: 6px; height: 6px; background: var(--red); border-radius: 50%; }
.hero h1, .schedule-copy h2, .contact-strip h2 { font-size: clamp(75px, 10.4vw, 162px); letter-spacing: -.085em; line-height: .78; font-weight: 400; margin: 56px 0 37px; }
.hero h1 { font-size: clamp(62px, 6.7vw, 104px); margin: 27px 0 21px; }
h1 em, h2 em, .contact-strip em { font-family: var(--serif); font-weight: 400; letter-spacing: -.07em; }
.hero-deck { max-width: 340px; font-size: 15px; line-height: 1.35; color: #58534e; margin: 0 0 27px; }
.hero-meta { width: 100%; display: flex; justify-content: space-between; gap: 10px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); }
.arrow-link, .light-arrow-link { display: flex; align-items: center; gap: 20px; margin-top: 27px; font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .11em; border-bottom: 1px solid var(--ink); padding-bottom: 8px; }
.hero-media { position: relative; padding: 35px 35px 35px 0; }
.hero-image-wrap { height: 100%; overflow: hidden; position: relative; background: #d9d2c9; }
.hero-image-wrap img { height: 104%; object-fit: cover; object-position: 50% 50%; transform: translate3d(0, var(--hero-shift, 0px), 0) scale(1.02); transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.hero-image-wrap:hover img { transform: scale(1.03); }
.image-caption { position: absolute; bottom: 12px; left: 14px; color: white; font-size: 8px; text-shadow: 0 1px 3px #000; }
.hero-stamp { position: absolute; right: 12px; top: 52px; border: 1px solid var(--ink); background: var(--acid); border-radius: 50%; width: 72px; height: 72px; display: grid; place-content: center; text-align: center; font-weight: 700; line-height: .85; transform: rotate(13deg); font-size: 19px; }
.hero-stamp span { font-family: var(--serif); font-size: 27px; }
.hero-index { position: absolute; bottom: 20px; left: 50%; color: var(--muted); font-family: var(--mono); font-size: 9px; }

.ticker { overflow: hidden; white-space: nowrap; border-bottom: 1px solid var(--line); background: var(--cobalt); color: white; }
.ticker-track { min-width: max-content; display: flex; align-items: center; gap: 24px; padding: 11px 0; animation: marquee 28s linear infinite; text-transform: uppercase; font-family: var(--mono); font-size: 10px; letter-spacing: .16em; }
.ticker i { font-style: normal; color: var(--acid); font-size: 16px; }
@keyframes marquee { to { transform: translateX(-30%); } }

.intro-band { display: grid; grid-template-columns: 1fr 1.3fr auto; align-items: center; gap: 40px; padding: 28px clamp(24px, 5vw, 88px); border-bottom: 1px solid var(--line); }
.intro-band p { font-family: var(--serif); font-size: clamp(26px, 3.1vw, 47px); line-height: .95; letter-spacing: -.03em; margin: 0; max-width: 710px; }
.round-link { display: grid; place-content: center; width: 58px; height: 58px; border: 1px solid var(--ink); border-radius: 50%; font-size: 24px; transition: transform .25s ease, background .25s ease; }
.round-link:hover { transform: rotate(-35deg); background: var(--acid); }

.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(265px, 29%); gap: clamp(26px, 5vw, 80px); padding: 82px clamp(24px, 5vw, 88px); }
.editorial-column { min-width: 0; }
.section-heading { display: grid; grid-template-columns: auto auto 1fr auto; align-items: center; gap: 12px; border-top: 1px solid var(--line); padding-top: 12px; margin-bottom: 34px; }
.section-number { color: var(--red); }
.section-heading h2 { font-family: var(--serif); font-size: 37px; line-height: .9; font-weight: 400; letter-spacing: -.035em; margin: 0; }
.heading-rule { height: 1px; background: var(--line); }
.view-all { color: var(--muted); }
.feature-story { display: grid; grid-template-columns: minmax(260px, .9fr) minmax(250px, .72fr); gap: clamp(22px, 3vw, 50px); margin-bottom: 72px; }
.story-image { overflow: hidden; background: #d2ccc2; }
.story-image img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.story-image:hover img { transform: scale(1.04); }
.tall-image { aspect-ratio: .78; }
.tall-image img { object-position: 50% 25%; }
.feature-copy { display: flex; flex-direction: column; padding-top: 12px; }
.story-tag { color: var(--red); margin-bottom: 20px; }
.feature-copy h3, .story-card h3, .pinned-item h3 { font-weight: 500; letter-spacing: -.045em; line-height: .96; }
.feature-copy h3 { font-family: var(--serif); font-size: clamp(42px, 5vw, 77px); margin: 0 0 22px; }
.feature-copy p { color: #615b55; line-height: 1.45; max-width: 290px; font-size: 14px; }
.story-footer { color: var(--muted); display: flex; justify-content: space-between; gap: 15px; padding-top: 15px; border-top: 1px solid var(--line); margin-top: auto; }
.small-arrow { font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; margin-top: 29px; }
.story-grid { display: grid; grid-template-columns: 1.35fr .8fr; gap: 25px; }
.story-card { min-width: 0; }
.landscape-image { aspect-ratio: 1.39; }
.square-image { aspect-ratio: 1; }
.story-card-body { padding-top: 16px; }
.story-card h3 { font-size: clamp(24px, 2.7vw, 42px); margin: 0 0 24px; }
.story-card-small h3 { font-size: clamp(24px, 2.2vw, 34px); }

.pinned-column { position: sticky; top: 20px; align-self: start; border: 1px solid var(--ink); background: var(--cream); min-height: 510px; }
.pinned-head { display: flex; align-items: center; gap: 7px; padding: 14px; background: var(--red); color: white; text-transform: uppercase; font-family: var(--mono); font-size: 10px; letter-spacing: .15em; }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 3px rgba(217,255,66,.25); }
.pinned-intro { padding: 21px 18px 17px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 26px; line-height: .95; letter-spacing: -.03em; }
.pinned-list { display: grid; }
.pinned-item { display: grid; grid-template-columns: 24px 1fr 18px; gap: 8px; padding: 18px; border-bottom: 1px solid var(--line); transition: background .25s ease; }
.pinned-item:hover { background: var(--acid); }
.pinned-item-accent { background: #e8e6ff; }
.pin-count { font-family: var(--mono); font-size: 10px; color: var(--red); }
.pinned-item .story-tag { display: block; margin-bottom: 10px; font-size: 8px; }
.pinned-item h3 { font-size: 23px; margin: 0 0 18px; }
.pinned-time { color: var(--muted); font-size: 8px; }
.pinned-arrow { font-size: 18px; color: var(--red); }
.pinned-footer { display: flex; justify-content: space-between; gap: 10px; padding: 13px 18px; color: var(--muted); font-family: var(--mono); text-transform: uppercase; letter-spacing: .08em; font-size: 8px; }

.quote-block { border-top: 1px solid var(--line); margin-top: 76px; padding: 33px 0 0; max-width: 630px; }
.quote-mark { color: var(--red); font-family: var(--serif); font-size: 84px; line-height: .5; }
.quote-block p { font-family: var(--serif); font-size: clamp(34px, 4.4vw, 65px); line-height: .88; letter-spacing: -.045em; margin: 18px 0 23px; }
.quote-source { color: var(--muted); font-family: var(--mono); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }

.schedule-section { background: var(--ink); color: var(--cream); padding: 25px clamp(24px, 5vw, 88px) 33px; overflow: hidden; }
.schedule-topline { color: #908b84; display: flex; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.2); }
.schedule-main { min-height: 500px; display: grid; grid-template-columns: 1fr 1.15fr; align-items: center; gap: 20px; }
.section-kicker.light { color: #aaa39b; }
.schedule-copy h2 { font-size: clamp(80px, 11vw, 160px); margin: 58px 0 36px; }
.schedule-copy p { max-width: 300px; color: #aaa39b; font-size: 14px; line-height: 1.45; }
.light-arrow-link { border-color: var(--cream); color: var(--cream); }
.globe-art { width: min(44vw, 560px); aspect-ratio: 1; border-radius: 50%; position: relative; justify-self: center; background: radial-gradient(circle at 35% 30%, rgba(32,61,255,.92), rgba(20,22,40,.6) 48%, rgba(16,16,15,.05) 69%); box-shadow: 0 0 90px rgba(32,61,255,.26), inset -35px -25px 60px rgba(0,0,0,.38); isolation: isolate; cursor: grab; touch-action: none; user-select: none; transition: transform .35s ease; }
.globe-art.is-focused { box-shadow: 0 0 120px rgba(32,61,255,.42), 0 0 25px rgba(217,255,66,.12), inset -35px -25px 60px rgba(0,0,0,.38); }
.globe-art:active { cursor: grabbing; }
.globe-art::before { content: ""; position: absolute; inset: 8%; border-radius: 50%; border: 1px solid rgba(255,255,255,.22); box-shadow: inset 0 0 30px rgba(217,255,66,.14); pointer-events: none; z-index: 2; }
#globeCanvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.globe-ui { position: absolute; left: 13%; top: 14%; z-index: 4; color: rgba(255,255,255,.78); font: 8px var(--mono); letter-spacing: .12em; text-transform: uppercase; pointer-events: none; }
.globe-live-dot { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px rgba(217,255,66,.13); animation: globePulse 2.2s ease-in-out infinite; }
.globe-ui-separator { padding: 0 5px; color: var(--red); }
.globe-info { position: absolute; left: 13%; bottom: 13%; z-index: 4; display: grid; gap: 5px; color: var(--cream); pointer-events: none; text-shadow: 0 1px 5px rgba(0,0,0,.35); }
.globe-info-kicker { color: var(--acid); font: 8px var(--mono); text-transform: uppercase; letter-spacing: .14em; }
.globe-info strong { font: 400 35px/ .85 var(--serif); letter-spacing: -.04em; }
.globe-info span:last-child { color: rgba(255,255,255,.7); font: 8px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
@keyframes globePulse { 50% { opacity: .35; transform: scale(.75); } }
.globe-label { position: absolute; bottom: 16%; left: 41%; color: rgba(255,255,255,.75); font: 9px var(--mono); letter-spacing: .14em; }
.city-row { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.city-card { position: relative; display: grid; grid-template-columns: 22px 1fr auto; gap: 10px; width: 100%; padding: 17px 12px 12px 0; border: 0; border-right: 1px solid rgba(255,255,255,.2); background: transparent; color: var(--cream); text-align: left; cursor: pointer; transition: color .2s ease, padding-left .2s ease; }
.city-card:first-child { padding-left: 0; }.city-card:last-child { border-right: 0; padding-left: 12px; }
.city-card:hover { color: var(--acid); padding-left: 8px; }
.city-card.is-selected { color: var(--acid); outline: 1px solid var(--acid); outline-offset: -1px; padding-left: 8px; background: rgba(217,255,66,.06); }
.city-card:focus-visible { outline: 1px solid var(--acid); outline-offset: -4px; color: var(--acid); }
.city-card span { color: var(--red); font: 9px var(--mono); }.city-card strong { font-size: 17px; font-weight: 500; }.city-card small { grid-column: 2; color: #8f8a83; letter-spacing: .08em; }.city-card b { align-self: start; color: var(--acid); font-size: 18px; font-weight: 400; }

.contact-strip { display: grid; grid-template-columns: 1fr 1.2fr 1fr; align-items: end; gap: 30px; padding: 75px clamp(24px, 5vw, 88px) 88px; background: var(--red); color: var(--cream); }
.contact-strip h2 { font-size: clamp(70px, 9vw, 138px); margin: 35px 0 0; }
.signup-form { border-bottom: 1px solid rgba(255,255,255,.7); display: flex; gap: 14px; padding-bottom: 10px; }
.signup-form input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--cream); font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }.signup-form input::placeholder { color: rgba(255,255,255,.65); }.signup-form button { border: 0; padding: 0; background: transparent; color: var(--cream); cursor: pointer; font: 10px var(--mono); text-transform: uppercase; letter-spacing: .12em; }
.contact-strip .eyebrow { align-self: start; }
.footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; padding: 30px clamp(24px, 5vw, 88px); gap: 30px; border-top: 1px solid var(--line); }
.footer-brand { font-weight: 700; font-size: 30px; letter-spacing: -.09em; line-height: .75; }.footer-brand span { font-size: 10px; letter-spacing: .16em; margin-left: 2px; }.footer-links { display: flex; gap: 15px; font: 9px var(--mono); text-transform: uppercase; letter-spacing: .1em; }.footer-meta { display: flex; justify-content: flex-end; gap: 15px; color: var(--muted); font-size: 8px; }
.toast { position: fixed; left: 50%; bottom: 22px; z-index: 50; transform: translate(-50%, 150%); background: var(--ink); color: var(--cream); padding: 14px 18px; font: 10px var(--mono); text-transform: uppercase; letter-spacing: .08em; transition: transform .35s ease; box-shadow: 0 10px 25px rgba(0,0,0,.17); }.toast.show { transform: translate(-50%, 0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.reveal-on-scroll { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }
.feature-story.reveal-on-scroll { transition-delay: .08s; }.story-grid.reveal-on-scroll { transition-delay: .16s; }.pinned-column.reveal-on-scroll { transition-delay: .12s; }

body.alt-season { --cobalt: #bf41dd; --acid: #ffd34e; --red: #f06b2f; }

@media (max-width: 1000px) {
  .left-rail { width: 112px; padding-left: 15px; padding-right: 15px; }.page { margin-left: 112px; }.main-nav a { font-size: 10px; }.hero { grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); height: clamp(560px, calc(100vh - 79px), 700px); min-height: 560px; }.hero-copy { padding-left: 42px; }.hero h1 { font-size: clamp(66px, 8vw, 105px); }.intro-band { grid-template-columns: 1fr 1.5fr; }.intro-band .round-link { display: none; }.content-layout { grid-template-columns: minmax(0, 1fr) 270px; padding-left: 42px; padding-right: 42px; }.contact-strip { grid-template-columns: .8fr 1.35fr 1fr; padding-left: 42px; padding-right: 42px; }
}

@media (max-width: 760px) {
  .left-rail { position: fixed; width: 100%; height: 64px; bottom: auto; right: 0; padding: 16px 18px; flex-direction: row; align-items: center; border-right: 0; border-bottom: 1px solid var(--line); }.brand { font-size: 20px; }.brand span:last-child { font-size: 8px; margin-top: 7px; }.rail-bottom { display: none; }.mobile-menu-toggle { display: grid; place-content: center; gap: 5px; margin-left: auto; width: 32px; height: 32px; border: 1px solid var(--ink); background: transparent; }.mobile-menu-toggle span { width: 13px; height: 1px; background: var(--ink); }.main-nav { position: absolute; top: 64px; left: 0; right: 0; display: none; margin: 0; padding: 20px 18px 24px; background: var(--paper); border-bottom: 1px solid var(--line); }.main-nav.open { display: grid; }.main-nav a { font-size: 12px; padding: 6px 0; }.page { margin-left: 0; padding-top: 64px; }.topbar { height: 62px; padding: 0 18px; }.topbar-copy .topbar-line, .topbar-copy .eyebrow:last-child { display: none; }.topbar .eyebrow { font-size: 8px; }.topbar-actions { gap: 10px; }.text-button { font-size: 8px; }.hero { display: flex; flex-direction: column; height: auto; min-height: auto; max-height: none; overflow: visible; }.hero-copy { padding: 46px 18px 28px; }.hero h1 { font-size: clamp(75px, 24vw, 142px); margin: 42px 0 28px; }.hero-deck { font-size: 15px; }.hero-media { order: -1; padding: 18px; padding-bottom: 0; }.hero-image-wrap { height: 82vw; max-height: 530px; }.hero-index { display: none; }.hero-stamp { top: 31px; right: 27px; width: 61px; height: 61px; font-size: 15px; }.intro-band { display: block; padding: 25px 18px 30px; }.intro-band p { font-size: 35px; margin-top: 25px; }.content-layout { display: block; padding: 55px 18px 70px; }.section-heading { grid-template-columns: auto auto 1fr; }.section-heading .view-all { display: none; }.feature-story { grid-template-columns: 1fr; gap: 25px; }.tall-image { aspect-ratio: .86; }.feature-copy { padding-top: 0; }.feature-copy h3 { font-size: 51px; }.feature-copy p { max-width: 360px; }.story-grid { grid-template-columns: 1fr; gap: 42px; margin-top: 45px; }.pinned-column { position: relative; top: auto; margin-top: 60px; }.schedule-section { padding-left: 18px; padding-right: 18px; }.schedule-main { display: flex; flex-direction: column; align-items: flex-start; padding-top: 55px; }.schedule-copy h2 { font-size: clamp(74px, 23vw, 130px); margin: 48px 0 30px; }.globe-art { width: 90vw; max-width: 520px; margin: 30px auto 15px; }.city-row { grid-template-columns: 1fr 1fr; }.city-card, .city-card:first-child, .city-card:last-child { padding: 16px 8px; border-bottom: 1px solid rgba(255,255,255,.2); }.city-card:nth-child(2) { border-right: 0; }.contact-strip { display: block; padding: 62px 18px 70px; }.contact-strip h2 { font-size: 90px; margin: 48px 0 45px; }.signup-form { max-width: 450px; }.footer { grid-template-columns: 1fr; padding: 28px 18px; }.footer-meta { justify-content: flex-start; flex-direction: column; gap: 6px; }.footer-links { flex-wrap: wrap; }
}
