:root {
  --ink: #234c6f;
  --ink-deep: #0a1534;
  --ink-soft: #486575;
  --paper: #f6f8f7;
  --line: #b5c6c9;
  --teal: #32b79f;
  --teal-pale: #e5f3f0;
}
body { background-color: var(--paper); }
.shell { width: min(1200px, calc(100% - 40px)); }
main { padding-top: 46px; }
.intro { align-items: center; }
.intro h1 { max-width: 720px; color: var(--ink-deep); }
.intro > p { max-width: 345px; }
.event-line { border-bottom: 1px solid var(--line); }
.review-layout {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  gap: 23px;
  margin-top: 31px;
  align-items: start;
}
.direction-menu {
  position: sticky;
  top: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.88);
}
.direction-menu header { padding: 23px 22px 18px; background: transparent; border-bottom: 1px solid var(--line); }
.direction-menu h2 { margin: 6px 0 0; font-size: 1.55rem; letter-spacing: -.055em; color: var(--ink-deep); }
.direction-menu p { margin: 7px 0 0; color: var(--ink-soft); font-size: .79rem; line-height: 1.45; }
.gallery-group { border-bottom: 1px solid var(--line); }
.gallery-group summary { padding: 15px 19px; color: var(--ink-deep); background: #f3f8f6; cursor: pointer; font-size: .78rem; font-weight: 850; letter-spacing: .02em; list-style-position: inside; }
.gallery-group summary:hover, .gallery-group summary:focus-visible { background: var(--teal-pale); }
.gallery-group summary:focus-visible { outline: 3px solid var(--teal); outline-offset: -3px; }
.direction-list { display: grid; }
.direction-button {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  width: 100%;
  padding: 18px 20px;
  text-align: left;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--ink-deep);
  cursor: pointer;
  font: inherit;
}
.direction-button:last-child { border-bottom: 0; }
.direction-button:hover, .direction-button:focus-visible { background: var(--teal-pale); }
.direction-button:focus-visible { outline: 3px solid var(--teal); outline-offset: -4px; }
.direction-button[aria-pressed="true"] { background: #dff1ed; box-shadow: inset 5px 0 0 var(--teal); }
.direction-button .ordinal { color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.direction-button strong { display: block; font-size: .98rem; line-height: 1.25; }
.direction-button small { display: block; margin-top: 4px; color: var(--ink-soft); font-size: .75rem; line-height: 1.35; }
.direction-status { padding: 17px 20px; border-top: 1px solid var(--line); color: var(--ink-soft); background: #f8faf9; font-size: .78rem; line-height: 1.5; }
.direction-status b { color: var(--ink-deep); }
.artwork-stage { min-width: 0; border: 1px solid var(--line); background: #fff; }
.mobile-controls { display: none; }
.stage-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.stage-head span { color: var(--ink-soft); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.stage-head strong { color: var(--teal); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.stage-picture { display: grid; place-items: center; padding: 24px; background: #edf2f0; }
.stage-picture img { display: block; width: min(100%, 620px); height: auto; object-fit: contain; box-shadow: 0 14px 35px rgba(10,21,52,.18); }
.stage-foot { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 16px; padding: 19px 21px 22px; }
.stage-foot h2 { margin: 0 0 7px; color: var(--ink-deep); font-size: 1.35rem; }
.stage-foot p { max-width: 520px; margin: 0; color: var(--ink-soft); font-size: .85rem; line-height: 1.5; }
.view-full { border: 1px solid var(--ink); padding: 11px 15px; background: transparent; color: var(--ink); font: inherit; font-size: .8rem; font-weight: 800; cursor: pointer; white-space: nowrap; }
.view-full:hover, .view-full:focus-visible { background: var(--ink); color: #fff; }
.view-full:focus-visible { outline: 3px solid var(--teal); outline-offset: 2px; }
.review-note { margin-top: 21px; }
.production { margin-top: 48px; border-top: 1px solid var(--line); padding-top: 26px; }
.production-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.production h2 { margin: 5px 0 8px; color: var(--ink-deep); font-size: clamp(1.5rem,3vw,2.2rem); letter-spacing: -.055em; }
.production-head p { max-width: 480px; margin: 0; color: var(--ink-soft); font-size: .85rem; line-height: 1.5; }
.production-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 20px; }
.production-card { padding: 20px; border: 1px solid var(--line); background: rgba(255,255,255,.8); }
.production-card h3 { margin: 6px 0 9px; color: var(--ink-deep); font-size: 1.25rem; letter-spacing: -.04em; }
.production-card p { margin: 0; color: var(--ink-soft); font-size: .83rem; line-height: 1.5; }
.locked-formats { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.locked-formats span { padding: 8px 9px; border: 1px solid var(--line); color: var(--ink-soft); background: #f5f8f7; font-size: .71rem; font-weight: 750; }
.work-next { margin-top: 25px; padding: 20px 22px; background: var(--teal-pale); border-left: 4px solid var(--teal); }
.work-next h3 { margin: 0 0 10px; color: var(--ink-deep); font-size: 1rem; }
.work-next ol { margin: 0; padding-left: 21px; color: var(--ink-soft); font-size: .83rem; line-height: 1.55; }
.work-next li + li { margin-top: 5px; }
.work-next strong { color: var(--ink-deep); }
.artwork-dialog { inset: 0; margin: 0; max-width: 100vw; max-height: 100dvh; width: 100vw; height: 100dvh; padding: 0; border: 0; overflow: hidden; background: #0a1534; color: #fff; }
.artwork-dialog::backdrop { background: rgba(10,21,52,.95); }
.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: 18px; padding: 12px 18px; }
.dialog-top span { font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dialog-close { border: 1px solid #fff; padding: 8px 12px; background: transparent; color: #fff; font: inherit; font-size: .8rem; font-weight: 800; cursor: pointer; }
.dialog-close:hover, .dialog-close:focus-visible { background: #fff; color: var(--ink-deep); }
.dialog-media { position: relative; min-height: 0; margin: 0 12px max(12px, env(safe-area-inset-bottom)); }
.dialog-media img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: contain; }
@media (max-width: 860px) {
  main { padding-top: 14px; }
  .topbar { min-height: 48px; }
  .intro { padding-bottom: 12px; }
  .intro h1 { font-size: 1.55rem; line-height: 1.1; letter-spacing: -.045em; }
  .intro .eyebrow, .intro > p, .event-line { display: none; }
  .review-layout { grid-template-columns: minmax(0, 1fr); gap: 20px; margin-top: 12px; }
  .artwork-stage { grid-row: 1; scroll-margin-top: 8px; }
  .direction-menu { position: static; grid-row: 2; }
  .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(--ink-soft); font-size: .75rem; font-weight: 700; }
  .mobile-controls select { width: 100%; min-width: 0; min-height: 44px; padding: 8px; border: 1px solid var(--line); border-radius: 0; background: #fff; color: var(--ink-deep); font: inherit; font-size: 16px; }
  .mobile-stepper { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 6px; }
  .mobile-stepper button { min-height: 44px; padding: 6px; border: 1px solid var(--line); background: var(--teal-pale); color: var(--ink-deep); font: inherit; font-size: .78rem; font-weight: 700; cursor: pointer; }
  .mobile-stepper button:disabled { opacity: .4; cursor: default; }
  .mobile-controls :focus-visible { outline: 3px solid var(--teal); outline-offset: 2px; }
  .stage-head { padding: 8px 12px; gap: 6px; }
  .stage-head span { display: none; }
  .stage-picture { padding: 8px; }
  .stage-picture img { width: 100%; max-height: min(62svh, max(180px, calc(100svh - 340px))); object-fit: contain; box-shadow: none; }
  .stage-foot { padding: 14px; }
  .stage-foot h2 { font-size: 1.05rem; }
  .dialog-top { padding: max(10px, env(safe-area-inset-top)) 12px 10px; gap: 8px; }
  .dialog-top span { font-size: .65rem; letter-spacing: .03em; }
  .dialog-close { min-height: 44px; flex-shrink: 0; }
  .direction-list { grid-template-columns: repeat(2, 1fr); }
  .direction-button { border-right: 1px solid var(--line); padding: 14px; }
  .direction-button:nth-child(even) { border-right: 0; }
}
@media (max-width: 650px) {
  .shell { width: calc(100% - 26px); }
  .intro { display: block; }
  .intro > p { margin-top: 18px; }
  .direction-list { grid-template-columns: 1fr; }
  .direction-button { border-right: 0; border-bottom: 1px solid var(--line); }
  .stage-picture { padding: 8px; }
  .production-head { display: block; }
  .production-cards { grid-template-columns: 1fr; }
}
