@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-latin.woff2") format("woff2"); font-style: normal; font-weight: 400 800; font-display: swap; }
@font-face { font-family: "Instrument Serif"; src: url("assets/fonts/instrument-serif-regular-latin.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Instrument Serif"; src: url("assets/fonts/instrument-serif-italic-latin.woff2") format("woff2"); font-style: italic; font-weight: 400; font-display: swap; }
@font-face { font-family: "DM Mono"; src: url("assets/fonts/dm-mono-400-latin.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "DM Mono"; src: url("assets/fonts/dm-mono-500-latin.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }

:root {
  --orange: #ff4f12;
  --orange-dark: #cc3300;
  --ink: #191816;
  --ink-soft: #4f4b46;
  --paper: #f7f5f0;
  --paper-deep: #ece8df;
  --white: #fffefa;
  --line: #d9d3c8;
  --grid: rgba(48, 42, 36, .075);
  --green: #286b4b;
  --font-display: "Instrument Serif", Georgia, serif;
  --font-body: "Manrope", "Avenir Next", sans-serif;
  --font-mono: "DM Mono", monospace;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 28px;
  --shadow-hard: 8px 8px 0 var(--ink);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--orange) var(--paper-deep);
  scrollbar-width: thin;
  background: var(--paper);
}

html::-webkit-scrollbar { width: 12px; }
html::-webkit-scrollbar-track { background: var(--paper-deep); }
html::-webkit-scrollbar-thumb { border: 3px solid var(--paper-deep); border-radius: 999px; background: var(--orange); }
html::-webkit-scrollbar-thumb:hover { background: var(--orange-dark); }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::selection { background: var(--orange); color: var(--white); }
a, button { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { color: inherit; font: inherit; }
img, svg { display: block; max-width: 100%; }
[hidden] { display: none !important; }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 12px 16px; background: var(--ink); color: var(--white); font-weight: 700; text-decoration: none; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-size: .87rem;
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.button:hover { transform: translate(-2px, -2px); }
.button:active { transform: translate(0, 0); }
.button svg, .nav-link svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { background: var(--orange); color: var(--ink); box-shadow: 5px 5px 0 rgba(0, 0, 0, .25); }
.button-primary:hover { box-shadow: 8px 8px 0 rgba(0, 0, 0, .3); }
.button-ghost { border-color: rgba(255, 255, 255, .34); color: var(--white); }
.button-ghost:hover { background: rgba(255, 255, 255, .1); }
.button-light { background: var(--white); color: var(--ink); box-shadow: 4px 4px 0 var(--orange); }
.button-dark { background: var(--ink); color: var(--white); box-shadow: 6px 6px 0 rgba(255, 255, 255, .33); }

.hero { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  mask-image: linear-gradient(to bottom, #000 0%, transparent 75%);
}
.hero::after { position: absolute; top: 120px; right: -120px; width: 520px; height: 520px; border: 1px solid rgba(255,79,18,.24); border-radius: 50%; content: ""; box-shadow: 0 0 0 70px rgba(255,79,18,.035), 0 0 0 140px rgba(255,79,18,.025); }
.hero-noise { position: absolute; inset: 0; opacity: .06; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.nav { position: relative; z-index: 2; display: flex; min-height: 92px; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.14); }
.brand { display: inline-flex; min-height: 44px; align-items: center; gap: 12px; color: var(--white); text-decoration: none; }
.brand-mark { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 6px; background: var(--orange); color: var(--ink); font-family: var(--font-display); font-size: 1.5rem; letter-spacing: -.08em; transform: rotate(-3deg); }
.brand-mark span { font-style: italic; }
.brand-copy { display: flex; flex-direction: column; font-family: var(--font-display); font-size: 1.28rem; line-height: 1; }
.brand-copy small { margin-top: 4px; color: #a9a39a; font-family: var(--font-mono); font-size: .58rem; font-weight: 500; letter-spacing: .11em; text-transform: uppercase; }
.nav-link { display: inline-flex; align-items: center; gap: 8px; color: #d9d3cb; font-size: .78rem; font-weight: 700; text-decoration: none; }
.nav-link:hover { color: var(--white); }

.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 8vw, 110px); align-items: center; padding-block: 84px 118px; }
.eyebrow, .section-index, .access-type, .phase-tag, .phase-status, .closing-label { font-family: var(--font-mono); font-size: .69rem; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 28px; color: #bdb7ae; }
.eyebrow span { width: 34px; height: 2px; background: var(--orange); }
.hero h1 { max-width: 700px; margin: 0; font-size: clamp(4.3rem, 8.3vw, 7.9rem); font-weight: 400; letter-spacing: -.058em; line-height: .83; text-wrap: balance; }
.hero h1 em, .section-heading h2 em, .closing-section h2 em { color: var(--orange); font-family: var(--font-display); font-weight: 400; }
.hero-intro { max-width: 570px; margin: 36px 0 0; color: #bbb5ad; font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.75; text-wrap: pretty; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }

.hero-art { margin: 0; }
.hero-art-frame { position: relative; padding: 18px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.035); transform: rotate(1.5deg); }
.hero-art-frame::after { position: absolute; inset: 8px -9px -9px 8px; z-index: -1; border: 1px solid var(--orange); content: ""; }
.hero-art img { width: 100%; aspect-ratio: 1; border-radius: 2px; object-fit: cover; }
.art-label { position: absolute; z-index: 2; padding: 7px 10px; background: var(--orange); color: var(--ink); font-family: var(--font-mono); font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; }
.art-label-top { top: 34px; right: -18px; transform: rotate(3deg); }
.art-label-side { bottom: 58px; left: -32px; transform: rotate(-4deg); }

.next-wrap { position: relative; z-index: 3; }
.next-session { display: grid; grid-template-columns: 1fr minmax(430px, .72fr); margin-bottom: -94px; border: 1px solid #3b3935; border-radius: var(--radius-lg); background: #0d0d0c; box-shadow: 0 24px 55px rgba(0,0,0,.28); }
.next-info { padding: 34px 38px 38px; }
.next-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; color: #bcb6ae; font-family: var(--font-mono); font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.pulse { position: relative; width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: var(--orange); }
.pulse::after { position: absolute; inset: -7px; border: 1px solid var(--orange); border-radius: 50%; content: ""; animation: pulse 1.8s ease-out infinite; }
.next-date { margin: 0 0 8px; color: var(--orange); font-size: .82rem; font-weight: 800; }
.next-session h2 { margin: 0; font-family: var(--font-display); font-size: clamp(2rem, 3.7vw, 3.1rem); font-weight: 400; letter-spacing: -.025em; line-height: 1.05; text-wrap: balance; }
.next-description { max-width: 600px; margin: 14px 0 0; color: #aaa49c; font-size: .9rem; }
.countdown-panel { padding: 28px; border-left: 1px solid #363431; border-radius: 0 var(--radius-lg) var(--radius-lg) 0; background: #161514; }
.countdown { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid #403d38; border-radius: 12px; }
.countdown div { display: flex; min-width: 0; min-height: 92px; flex-direction: column; align-items: center; justify-content: center; }
.countdown div + div { border-left: 1px solid #403d38; }
.countdown strong { font-family: var(--font-display); font-size: clamp(2rem, 3.2vw, 2.9rem); font-weight: 400; font-variant-numeric: tabular-nums; line-height: 1; }
.countdown span { margin-top: 7px; color: #858078; font-family: var(--font-mono); font-size: .56rem; letter-spacing: .08em; text-transform: uppercase; }
.next-actions { display: flex; align-items: center; gap: 20px; margin-top: 18px; }
.text-link { color: #c4beb6; font-size: .75rem; font-weight: 700; text-decoration: none; }
.text-link:hover { color: var(--white); }
.live-now { min-height: 92px; margin: 0; border: 1px solid var(--orange); border-radius: 12px; color: var(--orange); font-family: var(--font-display); font-size: 2rem; line-height: 92px; text-align: center; }

.access-section { padding-block: 112px; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(260px, .4fr); gap: 60px; align-items: end; }
.section-index { margin: 0 0 20px; color: var(--orange-dark); }
.section-heading h2 { margin: 0; font-size: clamp(3.2rem, 6.5vw, 6rem); font-weight: 500; letter-spacing: -.06em; line-height: .92; text-wrap: balance; }
.section-heading h2 em { font-size: 1.08em; }
.section-heading > p { margin: 0 0 4px; color: var(--ink-soft); font-size: .92rem; line-height: 1.7; }
.access-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 50px; }
.access-card { position: relative; display: flex; min-height: 225px; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.access-card:hover { z-index: 2; border-color: var(--ink); box-shadow: var(--shadow-hard); transform: translate(-4px,-4px); }
.access-card-featured { background: var(--orange); color: var(--ink); border-color: var(--orange); }
.access-icon { display: grid; width: 38px; height: 38px; place-items: center; align-self: flex-end; border: 1px solid currentColor; border-radius: 50%; font-family: var(--font-mono); font-size: 1rem; }
.access-type { margin-top: auto; color: #6f6961; font-size: .59rem; }
.access-card-featured .access-type { color: #35170d; }
.access-card strong { margin-top: 7px; font-family: var(--font-display); font-size: 1.68rem; font-weight: 400; line-height: 1.05; }
.access-card > span:last-child { margin-top: 8px; color: #7b756d; font-size: .72rem; }
.access-card-featured > span:last-child { color: #35170d; }

.schedule-section { padding-block: 184px 120px; border-block: 1px solid var(--line); background-color: var(--paper-deep); background-image: linear-gradient(var(--grid) 1px, transparent 1px), linear-gradient(90deg, var(--grid) 1px, transparent 1px); background-size: 36px 36px; }
.schedule-notes { padding: 18px 0 2px; border-top: 1px solid var(--ink); }
.schedule-notes p { margin: 0; color: var(--ink-soft); font-size: .76rem; }
.schedule-notes p + p { margin-top: 9px; }
.schedule-notes p span { display: inline-block; width: 21px; color: var(--orange-dark); }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 54px 0 0; padding: 0; border: 0; }
.filter { display: inline-flex; min-height: 44px; align-items: center; padding: 9px 16px; border: 1px solid #bfb8ad; border-radius: 999px; background: rgba(247,245,240,.72); font-family: var(--font-mono); font-size: .66rem; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease; }
.filter:hover { border-color: var(--ink); }
.filter-input:checked + .filter { border-color: var(--ink); background: var(--ink); color: var(--white); }
.filter-input:focus-visible + .filter { outline: 3px solid var(--orange); outline-offset: 4px; }
.month { display: grid; grid-template-columns: 112px 1fr; gap: 30px; margin-top: 54px; }
.month[hidden] { display: none; }
.month-marker { position: sticky; top: 24px; display: flex; height: 112px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--ink); background: var(--orange); color: var(--ink); box-shadow: 6px 6px 0 var(--ink); transform: rotate(-2deg); }
.month-marker span { font-family: var(--font-display); font-size: 2.4rem; line-height: 1; }
.month-marker strong { margin-top: 7px; font-family: var(--font-mono); font-size: .61rem; letter-spacing: .08em; }
.timeline { position: relative; }
.timeline::before { position: absolute; top: 0; bottom: 0; left: 33px; width: 1px; background: #bbb4a8; content: ""; }
.phase { position: relative; display: grid; grid-template-columns: 68px 1fr; transition: opacity 180ms ease, transform 180ms ease; }
.phase + .phase { margin-top: 18px; }
.phase[hidden] { display: none; }
.phase-number { position: relative; z-index: 1; padding-top: 28px; }
.phase-number span { display: grid; width: 68px; height: 68px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--paper-deep); font-family: var(--font-display); font-size: 1.55rem; }
.phase[data-state="next"] .phase-number span { background: var(--orange); color: var(--ink); box-shadow: 4px 4px 0 var(--ink); }
.phase[data-state="done"] .phase-number span { border-color: #aaa397; color: #90897f; }
.phase-content { min-width: 0; padding: 28px 32px 30px 36px; border: 1px solid #bdb6aa; border-radius: 0 var(--radius-md) var(--radius-md) 0; background: rgba(255,254,250,.82); }
.phase[data-state="next"] .phase-content { border-color: var(--ink); background: var(--white); box-shadow: 7px 7px 0 rgba(25,24,22,.12); }
.phase[data-state="done"] .phase-content { opacity: .68; }
.phase-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }
.phase-meta time { display: inline-flex; align-items: baseline; gap: 10px; margin-right: auto; }
.phase-meta time strong { font-family: var(--font-display); font-size: 1.45rem; font-weight: 400; }
.phase-meta time span { color: #777168; font-family: var(--font-mono); font-size: .62rem; }
.phase-tag, .phase-status { padding: 5px 8px; border: 1px solid #c6bfb4; border-radius: 4px; color: #726c64; font-size: .54rem; }
.phase-status { border-color: transparent; background: #e1ddd5; }
.phase[data-state="next"] .phase-status { background: var(--orange); color: var(--ink); }
.phase[data-state="live"] .phase-status { background: var(--green); color: var(--white); }
.phase h3 { margin: 18px 0 0; font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.phase h3 small { margin-left: 7px; color: var(--orange-dark); font-family: var(--font-mono); font-size: .58rem; letter-spacing: .04em; text-transform: uppercase; }
.phase-content > p { max-width: 680px; margin: 14px 0 0; color: var(--ink-soft); font-size: .86rem; }
.calendar-link { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; margin-top: 12px; color: var(--orange-dark); font-family: var(--font-mono); font-size: .63rem; font-weight: 500; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.calendar-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.team-section { padding-block: 116px 124px; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 54px 24px; margin-top: 60px; }
.team-card { min-width: 0; text-align: center; }
.team-photo { position: relative; width: 100%; max-width: 264px; aspect-ratio: 1; margin-inline: auto; overflow: hidden; border: 1px solid var(--ink); border-radius: 50%; background: var(--paper-deep); box-shadow: 7px 7px 0 var(--orange); isolation: isolate; transition: box-shadow 240ms ease, transform 240ms cubic-bezier(.2,.8,.2,1); }
.team-card:nth-child(even) .team-photo { box-shadow: -7px 7px 0 var(--orange); }
.team-card:hover .team-photo { box-shadow: 0 0 0 7px var(--orange); transform: translateY(-5px); }
.team-photo::after { position: absolute; z-index: 1; inset: 48% 0 0; background: linear-gradient(transparent, rgba(15,14,13,.9)); content: ""; pointer-events: none; }
.team-photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 300ms cubic-bezier(.2,.8,.2,1); }
.team-card:hover .team-photo img { transform: scale(1.035); }
.team-photo h3 { position: absolute; z-index: 2; right: 24px; bottom: 28px; left: 24px; margin: 0; color: var(--white); font-family: var(--font-display); font-size: clamp(1.5rem, 2.3vw, 2.05rem); font-weight: 400; letter-spacing: -.025em; line-height: .92; text-align: center; text-shadow: 0 2px 14px rgba(0,0,0,.35); text-wrap: balance; }
.team-card > p { max-width: 27ch; min-height: 3.4em; margin: 20px auto 0; color: #5f5a53; font-family: var(--font-mono); font-size: .61rem; font-weight: 500; letter-spacing: .025em; line-height: 1.7; text-transform: uppercase; }

.closing-section { padding-block: 105px; background: var(--orange); color: var(--ink); }
.closing-grid { display: grid; grid-template-columns: .32fr 1fr; gap: 40px; }
.closing-label { margin: 14px 0 0; }
.closing-section h2 { max-width: 920px; margin: 0; font-size: clamp(3rem, 7vw, 6.5rem); font-weight: 500; letter-spacing: -.065em; line-height: .9; }
.closing-section h2 em { color: var(--white); }
.closing-section .button { margin-top: 42px; }

.footer { padding-block: 40px; background: var(--ink); color: var(--white); }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr auto; gap: 32px; align-items: end; }
.footer p { margin: 0; color: #99938b; font-size: .72rem; }
.footer p strong, .footer p span { display: block; }
.footer p strong { color: var(--white); font-family: var(--font-display); font-size: 1.25rem; font-weight: 400; }
.footer a { color: var(--orange); font-family: var(--font-mono); font-size: .65rem; text-decoration: none; text-transform: uppercase; }

.error-page { display: grid; min-height: 100vh; place-items: center; }
.error-index { color: var(--ink); }
.error-title { margin: 0; font-family: var(--font-display); font-size: clamp(4rem, 10vw, 8rem); font-weight: 400; line-height: .9; }
.error-action { margin-top: 32px; }

@keyframes pulse { from { opacity: .75; transform: scale(.55); } to { opacity: 0; transform: scale(1.25); } }

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; padding-block: 72px 104px; }
  .hero-copy { max-width: 760px; }
  .hero-art { display: none; }
  .next-session { grid-template-columns: 1fr; }
  .countdown-panel { border-top: 1px solid #363431; border-left: 0; border-radius: 0 0 var(--radius-lg) var(--radius-lg); }
  .access-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav { min-height: 76px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-copy { font-size: 1.03rem; }
  .nav-link { width: 44px; height: 44px; justify-content: center; border: 1px solid #514e49; border-radius: 50%; font-size: 0; }
  .hero-grid { display: block; padding-block: 42px 58px; }
  .eyebrow { margin-bottom: 20px; font-size: .62rem; }
  .hero h1 { max-width: 360px; font-size: clamp(3.25rem, 16vw, 4.1rem); line-height: .86; }
  .hero-intro { margin-top: 24px; font-size: .94rem; line-height: 1.65; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 8px; margin-top: 28px; }
  .hero-actions .button-ghost { min-height: 46px; border-color: transparent; }
  .hero-art { display: none; }
  .next-session { margin-bottom: -72px; border-radius: 20px; }
  .next-info { padding: 25px 20px 23px; }
  .next-kicker { margin-bottom: 12px; }
  .next-session h2 { font-size: 2rem; }
  .next-description { margin-top: 10px; font-size: .82rem; }
  .countdown-panel { padding: 18px; border-radius: 0 0 20px 20px; }
  .countdown div { min-height: 68px; }
  .countdown strong { font-size: 1.72rem; }
  .countdown span { margin-top: 5px; font-size: .51rem; }
  .next-actions { align-items: stretch; flex-direction: column; gap: 4px; margin-top: 14px; }
  .text-link { display: flex; min-height: 44px; align-items: center; justify-content: center; text-align: center; }
  .access-section { padding-block: 84px 88px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading h2 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .access-grid { grid-template-columns: 1fr; gap: 8px; margin-top: 34px; }
  .access-card { display: grid; min-height: 96px; grid-template-columns: 1fr auto; grid-template-areas: "type icon" "title icon" "description icon"; column-gap: 16px; padding: 15px 17px; }
  .access-icon { grid-area: icon; align-self: center; }
  .access-type { grid-area: type; align-self: end; margin: 0; }
  .access-card strong { grid-area: title; margin-top: 2px; font-size: 1.42rem; }
  .access-card > span:last-child { grid-area: description; margin-top: 2px; }
  .schedule-section { padding-block: 142px 90px; }
  .schedule-heading { gap: 32px; }
  .filters { margin-top: 38px; }
  .month { grid-template-columns: 1fr; gap: 28px; margin-top: 48px; }
  .month-marker { position: static; width: 76px; height: 76px; }
  .month-marker span { font-size: 1.65rem; }
  .timeline::before { left: 21px; }
  .phase { grid-template-columns: 44px 1fr; }
  .phase-number { padding-top: 23px; }
  .phase-number span { width: 44px; height: 44px; font-size: 1.08rem; }
  .phase-content { padding: 22px 18px 24px 22px; }
  .phase-meta { align-items: flex-start; }
  .phase-meta time { width: 100%; }
  .phase h3 { margin-top: 20px; font-size: 2.2rem; }
  .phase h3 small { display: block; margin: 9px 0 0; }
  .team-section { padding-block: 88px; }
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 14px; margin-top: 42px; }
  .team-photo { max-width: 148px; box-shadow: 4px 4px 0 var(--orange); }
  .team-card:nth-child(even) .team-photo { box-shadow: -4px 4px 0 var(--orange); }
  .team-card:hover .team-photo { box-shadow: 0 0 0 4px var(--orange); transform: none; }
  .team-photo h3 { right: 12px; bottom: 16px; left: 12px; font-size: clamp(1rem, 5vw, 1.25rem); }
  .team-card > p { min-height: 0; margin-top: 13px; font-size: .55rem; line-height: 1.6; }
  .closing-section { padding-block: 78px; }
  .closing-grid { grid-template-columns: 1fr; gap: 28px; }
  .closing-section h2 { font-size: clamp(3.1rem, 15vw, 4.7rem); }
  .footer-inner { grid-template-columns: 1fr; align-items: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (forced-colors: active) {
  :focus-visible { outline-color: Highlight; }
  .button, .filter, .access-card, .phase-content, .phase-number span { border: 1px solid ButtonText; }
}
