@font-face {
  font-family: MontserratReview;
  src: url("assets/fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --navy: #071b43;
  --blue: #234c6f;
  --teal: #19a997;
  --teal-dark: #087f74;
  --mint: #dff7f2;
  --paper: #fbfcfa;
  --concrete: #d4d4cf;
  --concrete-dark: #a8aaa5;
  --line: #bbd8e1;
  --muted: #547080;
  --white: #fff;
  --shadow: 0 22px 60px rgba(7, 27, 67, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--navy);
  background-color: var(--paper);
  background-image:
    linear-gradient(rgba(35, 76, 111, .065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35, 76, 111, .065) 1px, transparent 1px);
  background-size: 54px 54px;
  font-family: MontserratReview, Montserrat, "Avenir Next", Arial, sans-serif;
}
a { color: inherit; }
img { max-width: 100%; }
button, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--navy); color: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(187, 216, 225, .95);
  background: rgba(251, 252, 250, .92);
  backdrop-filter: blur(18px);
}
.nav-shell { display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 850; text-decoration: none; letter-spacing: -.04em; white-space: nowrap; }
.brand-mark { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--teal); color: var(--teal-dark); font-size: .75rem; letter-spacing: -.08em; }
.brand small { display: block; color: var(--muted); font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 4px; overflow-x: auto; scrollbar-width: none; }
.site-nav::-webkit-scrollbar { display: none; }
.site-nav a { padding: 11px 12px; border: 1px solid transparent; color: var(--muted); font-size: .75rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { border-color: var(--line); color: var(--navy); background: rgba(255, 255, 255, .8); }
.site-nav .nav-register { border-color: var(--teal); color: var(--teal-dark); }

.eyebrow, .kicker, .meta, .status-chip, .step-number, .label {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow, .kicker { color: var(--teal-dark); }
.status-chip { display: inline-flex; padding: 7px 9px; border: 1px solid var(--line); color: var(--muted); background: rgba(255,255,255,.72); }
.status-chip.current { border-color: var(--teal); color: var(--teal-dark); background: rgba(223,247,242,.82); }
.muted { color: var(--muted); }
.button-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 8px; padding: 11px 16px; border: 1px solid var(--navy); background: var(--navy); color: #fff; font-size: .8rem; font-weight: 800; text-decoration: none; }
.button.secondary { background: rgba(255,255,255,.72); color: var(--navy); }
.button.teal { border-color: var(--teal-dark); background: var(--teal-dark); }
.button:hover, .button:focus-visible { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(7,27,67,.14); }

main { min-height: calc(100vh - 150px); }
.hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr); gap: 68px; align-items: center; padding: 62px 0 52px; }
.hero h1 { margin: 13px 0 18px; max-width: 700px; font-size: clamp(3rem, 7vw, 6.4rem); line-height: .88; letter-spacing: -.075em; }
.hero h1 em { display: block; color: var(--teal); font-style: normal; }
.hero-copy > p { max-width: 630px; margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.fact-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 31px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.fact { min-height: 88px; padding: 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.66); }
.fact .label { display: block; margin-bottom: 8px; color: var(--muted); font-size: .62rem; }
.fact strong { font-size: .88rem; line-height: 1.3; }
.poster-frame { position: relative; padding: 22px; background: linear-gradient(145deg, #e5e5df, #babcb6); box-shadow: var(--shadow); }
.poster-frame::after { content: "CURRENT RECOMMENDATION"; position: absolute; right: 22px; bottom: 22px; padding: 7px 9px; background: var(--navy); color: #fff; font-size: .62rem; font-weight: 800; letter-spacing: .1em; }
.poster-frame img { display: block; width: 100%; height: auto; background: #fff; }

.section { padding: 48px 0; border-top: 1px solid var(--line); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 24px; }
.section-head h2 { margin: 7px 0 0; max-width: 720px; font-size: clamp(2rem, 5vw, 4rem); line-height: .94; letter-spacing: -.065em; }
.section-head > p { max-width: 430px; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.journey-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.journey-card { min-height: 220px; padding: 20px; border: 1px solid var(--line); background: rgba(255,255,255,.78); }
.journey-card.current { border-color: var(--teal); background: rgba(223,247,242,.8); }
.step-number { color: var(--teal-dark); }
.journey-card h3 { margin: 28px 0 9px; font-size: 1.25rem; letter-spacing: -.04em; }
.journey-card p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.decision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.decision-panel { padding: 24px; border: 1px solid var(--line); background: rgba(255,255,255,.8); }
.decision-panel h3 { margin: 6px 0 16px; font-size: 1.45rem; letter-spacing: -.045em; }
.decision-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.decision-list li { display: grid; grid-template-columns: 12px 1fr; gap: 10px; color: var(--muted); font-size: .86rem; line-height: 1.45; }
.decision-list li::before { content: ""; width: 8px; height: 8px; margin-top: 5px; background: var(--teal); }
.decision-panel.pending .decision-list li::before { background: var(--concrete-dark); }

.page-intro { display: flex; justify-content: space-between; align-items: end; gap: 36px; padding: 42px 0 25px; border-bottom: 1px solid var(--line); }
.page-intro h1 { margin: 8px 0 0; max-width: 760px; font-size: clamp(2.35rem, 6vw, 5rem); line-height: .92; letter-spacing: -.07em; }
.page-intro > p { max-width: 430px; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.subnav { display: flex; flex-wrap: wrap; gap: 8px; padding: 18px 0; }
.subnav a { padding: 8px 10px; border: 1px solid var(--line); background: rgba(255,255,255,.72); color: var(--muted); font-size: .75rem; font-weight: 750; text-decoration: none; }

.review-layout { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 22px; padding: 8px 0 36px; align-items: start; }
.direction-menu { position: sticky; top: 92px; max-height: calc(100vh - 112px); overflow: auto; border: 1px solid var(--line); background: rgba(255,255,255,.9); }
.direction-menu > header { padding: 21px; border-bottom: 1px solid var(--line); }
.direction-menu h2 { margin: 7px 0 4px; font-size: 1.45rem; letter-spacing: -.05em; }
.direction-menu p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.gallery-group { border-bottom: 1px solid var(--line); }
.gallery-group summary { padding: 14px 18px; background: #f3f7f5; cursor: pointer; color: var(--navy); font-size: .75rem; font-weight: 800; }
.direction-list { display: grid; }
.direction-button { display: grid; grid-template-columns: 29px 1fr; gap: 10px; width: 100%; padding: 16px 18px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--navy); text-align: left; cursor: pointer; }
.direction-button:hover, .direction-button:focus-visible, .direction-button[aria-pressed="true"] { background: var(--mint); }
.direction-button[aria-pressed="true"] { box-shadow: inset 4px 0 var(--teal); }
.direction-button .ordinal { color: var(--teal-dark); font-size: .68rem; font-weight: 850; }
.direction-button strong { display: block; font-size: .84rem; line-height: 1.25; }
.direction-button small { display: block; margin-top: 4px; color: var(--muted); font-size: .68rem; line-height: 1.35; }
.artwork-stage { min-width: 0; border: 1px solid var(--line); background: #fff; }
.mobile-controls { display: none; }
.stage-head { display: flex; justify-content: space-between; gap: 10px; padding: 13px 16px; border-bottom: 1px solid var(--line); }
.stage-head span, .stage-head strong { font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.stage-head span { color: var(--muted); }
.stage-head strong { color: var(--teal-dark); }
.stage-picture { display: grid; min-height: 500px; place-items: center; padding: 24px; background: linear-gradient(145deg, #deded8, #f0f0ec); }
.stage-picture img { display: block; width: min(100%, 620px); max-height: 72vh; height: auto; object-fit: contain; box-shadow: var(--shadow); }
.stage-foot { display: flex; justify-content: space-between; align-items: end; gap: 18px; padding: 20px; }
.stage-foot h2 { margin: 0 0 7px; font-size: 1.35rem; letter-spacing: -.045em; }
.stage-foot p { max-width: 600px; margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.view-full { min-height: 42px; padding: 10px 14px; border: 1px solid var(--navy); background: transparent; color: var(--navy); font-size: .75rem; font-weight: 800; cursor: pointer; white-space: nowrap; }
.view-full:hover, .view-full:focus-visible { background: var(--navy); color: #fff; }

.filter-row { display: flex; flex-wrap: wrap; gap: 7px; padding: 20px 0 24px; }
.filter-button { min-height: 40px; padding: 8px 11px; border: 1px solid var(--line); background: rgba(255,255,255,.74); color: var(--muted); font-size: .74rem; font-weight: 750; cursor: pointer; }
.filter-button[aria-pressed="true"], .filter-button:hover, .filter-button:focus-visible { border-color: var(--teal); background: var(--mint); color: var(--navy); }
.library-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; padding-bottom: 54px; }
.library-card { display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--line); background: rgba(255,255,255,.82); text-decoration: none; }
.library-card[hidden] { display: none; }
.library-card:hover, .library-card:focus-visible { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(7,27,67,.12); }
.library-thumb { aspect-ratio: 4 / 5; overflow: hidden; background: #e4e4de; }
.library-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.library-card-body { display: grid; gap: 6px; padding: 14px; }
.library-card .meta { color: var(--teal-dark); font-size: .6rem; }
.library-card h2 { margin: 0; font-size: .92rem; line-height: 1.25; letter-spacing: -.025em; }
.library-card p { margin: 0; color: var(--muted); font-size: .7rem; line-height: 1.4; }

.roadmap-flow { display: grid; gap: 0; padding: 30px 0 54px; }
.roadmap-row { display: grid; grid-template-columns: 160px minmax(0, 1fr) 240px; gap: 28px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.roadmap-row:first-child { border-top: 1px solid var(--line); }
.roadmap-row .phase { color: var(--teal-dark); font-size: .75rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.roadmap-row h2 { margin: 0 0 8px; font-size: 1.65rem; letter-spacing: -.05em; }
.roadmap-row p { margin: 0; max-width: 650px; color: var(--muted); font-size: .86rem; line-height: 1.55; }
.roadmap-status { align-self: start; padding: 14px; border: 1px solid var(--line); background: rgba(255,255,255,.74); color: var(--muted); font-size: .76rem; line-height: 1.45; }
.post-placeholders { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 12px 0 54px; }
.placeholder-card { min-height: 250px; padding: 18px; border: 1px solid var(--concrete-dark); background: linear-gradient(145deg, rgba(239,238,233,.96), rgba(193,194,189,.88)); }
.placeholder-card .meta { color: var(--teal-dark); }
.placeholder-card h3 { margin: 76px 0 8px; font-size: 1.2rem; letter-spacing: -.04em; }
.placeholder-card p { margin: 0; color: #58666c; font-size: .78rem; line-height: 1.5; }

.proposal-shell { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 28px; padding: 34px 0 56px; }
.proposal-paper { padding: clamp(24px, 5vw, 58px); border: 1px solid var(--line); background: rgba(255,255,255,.9); box-shadow: var(--shadow); }
.proposal-paper h2 { margin: 8px 0 16px; font-size: clamp(2rem, 5vw, 4rem); line-height: .95; letter-spacing: -.06em; }
.proposal-paper > p { max-width: 720px; color: var(--muted); line-height: 1.6; }
.proposal-sections { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 35px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.proposal-section { min-height: 180px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proposal-section h3 { margin: 16px 0 7px; font-size: 1.1rem; }
.proposal-section p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.5; }
.proposal-aside { align-self: start; padding: 22px; border: 1px solid var(--concrete-dark); background: linear-gradient(145deg, #e9e8e3, #c6c7c1); }
.proposal-aside h3 { margin: 8px 0 13px; font-size: 1.25rem; }
.proposal-aside ol { margin: 0; padding-left: 18px; color: #4d5f66; font-size: .8rem; line-height: 1.6; }

.artwork-dialog { inset: 0; width: 100vw; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: var(--navy); color: #fff; }
.artwork-dialog::backdrop { background: rgba(7,27,67,.96); }
.dialog-shell { display: grid; grid-template-rows: auto minmax(0,1fr); height: 100%; }
.dialog-top { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 12px 18px; }
.dialog-top span { font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dialog-close { min-height: 42px; padding: 8px 12px; border: 1px solid #fff; background: transparent; color: #fff; font-size: .76rem; font-weight: 800; cursor: pointer; }
.dialog-media { position: relative; min-height: 0; margin: 0 12px 12px; }
.dialog-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }

.site-footer { padding: 26px 0 38px; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; line-height: 1.5; }
.footer-shell { display: flex; justify-content: space-between; gap: 20px; }

@media (max-width: 980px) {
  .nav-shell { display: grid; gap: 4px; padding: 10px 0 8px; }
  .site-nav { width: 100%; }
  .hero { grid-template-columns: 1fr 1fr; gap: 28px; }
  .journey-grid, .library-grid { grid-template-columns: 1fr 1fr; }
  .review-layout { grid-template-columns: 260px minmax(0,1fr); }
  .roadmap-row { grid-template-columns: 120px minmax(0,1fr); }
  .roadmap-status { grid-column: 2; }
  .post-placeholders { grid-template-columns: 1fr 1fr; }
  .proposal-shell { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 26px, 1180px); }
  .site-header { position: static; }
  .brand { font-size: .86rem; }
  .site-nav { flex-wrap: wrap; overflow: visible; }
  .site-nav a { flex: 0 0 auto; padding: 8px 9px; font-size: .66rem; }
  .hero { grid-template-columns: 1fr; padding-top: 31px; }
  .hero-copy { display: contents; }
  .hero .eyebrow, .hero h1, .hero-copy > p, .hero .button-row, .fact-strip { grid-column: 1; }
  .poster-frame { grid-row: 3; padding: 10px; }
  .hero-copy > p { grid-row: 4; }
  .fact-strip { grid-row: 5; }
  .hero .button-row { grid-row: 6; }
  .hero h1 { margin-bottom: 2px; font-size: clamp(2.7rem, 16vw, 4.6rem); }
  .poster-frame::after { right: 10px; bottom: 10px; }
  .section-head, .page-intro { display: block; }
  .page-intro { padding: 22px 0 14px; }
  .page-intro h1 { font-size: 1.85rem; line-height: 1; letter-spacing: -.055em; }
  .page-intro > p { font-size: .78rem; line-height: 1.45; }
  .section-head > p, .page-intro > p { margin-top: 15px; }
  .subnav { padding: 10px 0 13px; }
  .subnav a { padding: 7px 8px; font-size: .67rem; }
  .review-page .page-intro { padding: 16px 0 10px; }
  .review-page .page-intro h1 { font-size: 1.55rem; }
  .review-page .page-intro > p, .review-page .subnav { display: none; }
  .journey-grid, .decision-grid { grid-template-columns: 1fr; }
  .review-layout { grid-template-columns: 1fr; }
  .artwork-stage { grid-row: 1; }
  .direction-menu { position: static; grid-row: 2; max-height: none; }
  .mobile-controls { display: grid; gap: 8px; padding: 12px; border-bottom: 1px solid var(--line); }
  .mobile-controls label { display: flex; justify-content: space-between; color: var(--muted); font-size: .72rem; font-weight: 750; }
  .mobile-controls select { width: 100%; min-height: 44px; padding: 8px; border: 1px solid var(--line); border-radius: 0; background: #fff; color: var(--navy); font-size: 16px; }
  .mobile-stepper { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 6px; }
  .mobile-stepper button { min-height: 44px; border: 1px solid var(--line); background: var(--mint); color: var(--navy); font-size: .7rem; font-weight: 750; }
  .stage-picture { min-height: 0; padding: 8px; }
  .stage-picture img { width: 100%; max-height: 62svh; box-shadow: none; }
  .stage-foot { align-items: start; }
  .library-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .library-card-body { padding: 10px; }
  .roadmap-row { grid-template-columns: 1fr; gap: 10px; }
  .roadmap-status { grid-column: auto; }
  .proposal-sections { grid-template-columns: 1fr; }
  .footer-shell { display: block; }
}

@media (max-width: 480px) {
  .fact-strip { grid-template-columns: 1fr; }
  .page-intro h1 { font-size: 1.75rem; }
  .journey-grid, .library-grid, .post-placeholders { grid-template-columns: 1fr; }
  .library-card { display: grid; grid-template-columns: 116px 1fr; }
  .library-thumb { aspect-ratio: 4/5; }
  .stage-head span { display: none; }
  .stage-foot { display: block; }
  .stage-foot .view-full { width: 100%; margin-top: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
