@charset "UTF-8";

:root {
  color-scheme: light;
  --paper: #ece6d9;
  --ink: #39352e;
  --muted: #716d63;
  --line: #c9c1b2;
  --oxblood: #683b32;
  --copper: #b48b68;
  --night: #2b2723;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html { scroll-padding-top: 150px; }
body { display: flex; flex-direction: column; margin: 0; min-width: 320px; min-height: 100dvh; }
.masthead, .page-footer, .experiment-footer { flex-shrink: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
button:disabled { cursor: default; }
a { color: inherit; text-decoration: none; }
button, a { touch-action: manipulation; }
button:focus-visible, a:focus-visible, canvas:focus-visible { outline: 2px solid var(--oxblood); outline-offset: 5px; }
canvas:focus-visible { outline-color: var(--paper); outline-offset: -5px; }
button:active:not(:disabled) { transform: scale(.98); }
button, a { transition: color .2s ease, opacity .2s ease, background .2s ease, transform .2s ease; }
[hidden] { display: none !important; }
svg { display: block; stroke: currentColor; stroke-width: 1.5; }
.eyebrow { font-size: 10px; line-height: 1.5; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.text-button { padding: 0; border: 0; color: inherit; background: transparent; }
.text-button:hover { color: var(--oxblood); }
.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; }
.skip-link { position: fixed; top: 10px; left: 10px; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; background: var(--paper); z-index: 5; }
.skip-link:focus { width: auto; height: auto; padding: 12px 18px; overflow: visible; clip-path: none; }

.masthead { position: sticky; top: 0; z-index: 3; background: var(--paper); border-bottom: 1px solid var(--line); width: 100%; display: grid; grid-template-columns: 294px 1fr auto; gap: 24px; align-items: center; padding: 27px 38px 25px; }
.wordmark { display: inline-flex; align-items: center; gap: 15px; justify-self: start; }
.shop-mark { width: 29px; height: 40px; color: var(--oxblood); }
.wordmark h1 { font-family: var(--serif); font-size: 29px; font-weight: 400; letter-spacing: -.055em; line-height: .94; margin: 0; }
.wordmark i { font-weight: 400; }
.masthead-note { padding-left: 3px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.top-nav { display: flex; gap: 12px; align-items: center; }
.media-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 16px 21px; font-size: 14px; font-weight: 600; line-height: 1.2; border: 1px solid var(--oxblood); }
.media-button:disabled { opacity: .5; }
.media-button svg { width: 20px; height: 20px; }
.making-plus { flex-shrink: 0; }
.media-arrow { margin-left: 12px; font-size: 21px; font-weight: 400; line-height: 1; }
.film-button { background: var(--oxblood); color: #fff8ed; }
.film-button:hover { background: #543129; }
.making-button { background: #f5efe4; color: var(--oxblood); }
.making-button:hover { background: #e1d5c5; }

.workshop { display: grid; grid-template-columns: 294px minmax(0,1fr); margin: 0 22px; border: 1px solid var(--line); flex: 1; min-height: 0; }
.repair-ticket { display: flex; flex-direction: column; padding: 26px 24px 23px; border-right: 1px solid var(--line); }
.ticket-topline { display: flex; justify-content: space-between; align-items: center; color: var(--muted); }
.ticket-number { font: 10px "Courier New", monospace; color: var(--oxblood); }
.repair-ticket h2 { margin: 36px 0 15px; font-family: var(--serif); font-size: 32px; font-weight: 400; line-height: 1.03; letter-spacing: -.055em; }
.ticket-intro { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.ticket-details { margin: 33px 0 0; padding: 16px 0 17px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 10px; }
.ticket-details div { display: flex; justify-content: space-between; gap: 10px; line-height: 1.8; }
.ticket-details div + div { margin-top: 5px; }
.ticket-details dt { color: var(--muted); }
.ticket-details dd { margin: 0; }
.steps-hint { display: flex; justify-content: space-between; margin: 22px 0 10px; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; color: var(--muted); }
.steps-hint span { font-size: 15px; color: var(--oxblood); }
.repair-steps { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 4px; }
.repair-steps li { min-width: 0; }
.repair-steps button { position: relative; display: grid; grid-template-columns: 28px 1fr 12px; align-items: center; width: 100%; min-height: 44px; padding: 9px 11px; border: 1px solid var(--line); background: transparent; color: var(--ink); font-size: 12px; text-align: left; }
.repair-steps button:hover:not(:disabled) { background: #e2d8c9; border-color: var(--oxblood); }
.repair-steps button:disabled { opacity: .45; }
.step-number { font: 11px "Courier New", monospace; opacity: .85; }
.step-status { font-size: 0; }
.step-status::after { content: "↗"; display: block; font-size: 13px; color: var(--oxblood); }
.repair-steps button[aria-current="step"] { background: var(--oxblood); border-color: var(--oxblood); color: #fff8ed; font-weight: 600; }
.repair-steps button[aria-current="step"]:hover { background: #543129; }
.repair-steps button[aria-current="step"] .step-status::after { content: "●"; color: #fff8ed; font-size: 8px; }
.repair-steps button.is-done .step-status::after { content: "✓"; }
.ticket-footer { display: flex; align-items: flex-end; justify-content: space-between; margin-top: auto; gap: 12px; }
#ticket-status { color: var(--muted); font: 10px/1.5 "Courier New", monospace; max-width: 130px; }
.ticket-seal { border: 1px solid #a97b68; border-radius: 50%; width: 56px; height: 56px; display: grid; align-content: center; text-align: center; font-size: 7px; line-height: 1.5; letter-spacing: .07em; color: #925f4e; transform: rotate(-13deg); opacity: .7; }

.experience { min-width: 0; display: flex; flex-direction: column; }
.viewport { position: relative; flex: 1; min-height: 480px; background: var(--night); overflow: hidden; color: var(--paper); }
#scene { position: absolute; inset: 0; width: 100%; height: 100%; display: block; touch-action: none; }
.scene-caption { position: absolute; top: 24px; left: 28px; right: 28px; display: flex; justify-content: space-between; gap: 20px; pointer-events: none; text-shadow: 0 1px 2px #2b2723, 0 0 5px #2b2723; }
.scene-caption .eyebrow { color: #d9c4ad; }
#scene-status { font-size: 10px; color: #c4b8a8; }
.viewport-bottom { position: absolute; bottom: 22px; left: 28px; right: 28px; display: flex; justify-content: space-between; align-items: center; gap: 16px; pointer-events: none; text-shadow: 0 1px 2px #2b2723, 0 0 5px #2b2723; }
#orbit-help { margin: 0; color: #d0c4b4; font-size: 10px; }
#orbit-help span { padding: 0 6px; }
.view-button { display: inline-flex; align-items: center; gap: 7px; border: 0; background: #2b272366; color: var(--paper); padding: 7px; margin-right: -7px; font-size: 10px; pointer-events: auto; }
.view-button svg { width: 14px; height: 14px; }
.view-button:disabled { opacity: .35; }
.view-button:focus-visible { outline-color: var(--paper); }
.loading-veil { position: absolute; inset: 0; display: grid; place-items: center; padding: 60px 32px; background: var(--night); z-index: 1; }
.load-content { width: min(310px,100%); }
.load-content .eyebrow { color: var(--copper); }
.load-content h2 { font: 400 34px/1.08 var(--serif); letter-spacing: -.035em; margin: 16px 0; }
.load-content p { font-size: 12px; line-height: 1.8; color: #beb3a4; margin: 0 0 27px; }
#load-progress { display: block; width: 100%; height: 2px; accent-color: var(--copper); background: #51463b; border: 0; border-radius: 0; }
#load-progress::-webkit-progress-bar { background: #51463b; }
#load-progress::-webkit-progress-value { background: var(--copper); }
#load-progress::-moz-progress-bar { background: var(--copper); }
.load-amount { display: block; margin-top: 12px; color: #c4b8a8; font: 10px/1.6 "Courier New", monospace; }
.outline-button { border: 1px solid #a88e74; color: var(--paper); background: transparent; font-size: 11px; padding: 11px 18px; }
.outline-button:hover { background: #ffffff0a; }
.outline-button:focus-visible { outline-color: var(--paper); }
.action-dock { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 28px 27px; min-height: 130px; }
.action-copy .eyebrow { color: var(--oxblood); font-size: 9px; }
.action-copy h2 { font: 400 25px/1.15 var(--serif); letter-spacing: -.035em; margin: 6px 0 6px; }
.action-copy p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.action-buttons { display: flex; flex-shrink: 0; align-items: center; gap: 22px; }
.replay-button { color: var(--muted); font-size: 10px; }
.replay-button:disabled { opacity: .4; }
.primary-button { min-height: 49px; min-width: 177px; padding: 15px 18px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid var(--oxblood); color: #f4eade; background: var(--oxblood); font-size: 11px; }
.primary-button svg { width: 18px; height: 18px; }
.primary-button:hover:not(:disabled) { background: #543129; }
.primary-button:disabled { background: #807063; border-color: #807063; color: #f1e7da; }
.action-progress { position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: #c9c1b25e; overflow: hidden; }
#repair-progress { display: block; height: 100%; background: var(--oxblood); transform: scaleX(0); transform-origin: 0 50%; }
.page-footer { display: flex; justify-content: space-between; padding: 16px 25px; color: var(--muted); font-size: 10px; }
.page-footer > span { font-family: var(--serif); font-style: italic; font-size: 12px; }
.cross { display: inline-block; padding: 0 6px; color: var(--oxblood); }

.making-of { inset: 0 0 0 auto; margin: 0; padding: 0; width: 50vw; height: 100dvh; max-height: none; max-width: 100%; border: 0; background: var(--paper); color: var(--ink); overflow: auto; }
.making-of::backdrop, .film-library::backdrop { background: #221e19a6; }
.making-of[open], .film-library[open] { animation: drawer-in .3s cubic-bezier(.16,1,.3,1); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--muted); }
.drawer-head button { font-size: 11px; min-height: 32px; }
.drawer-head button span { margin-left: 8px; font-size: 18px; }
.making-of h2 { font: 400 43px/1.03 var(--serif); letter-spacing: -.05em; margin: 60px 0 22px; }
.drawer-intro { font-size: 13px; line-height: 1.8; color: var(--muted); }
.provenance { margin: 33px 0; }
.provenance > div { border-top: 1px solid var(--line); padding: 19px 0; }
.provenance dt { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--oxblood); margin-bottom: 8px; }
.provenance dd { margin: 0; font-size: 12px; line-height: 1.85; color: var(--muted); overflow-wrap: anywhere; }
.drawer-notes { border-top: 1px solid var(--line); padding-top: 24px; }
.drawer-notes p { font-size: 11px; line-height: 1.8; color: var(--muted); }
.drawer-colophon { margin-top: 40px; color: var(--oxblood); font: italic 16px/1.6 var(--serif); }
.film-library { width: min(680px,calc(100% - 32px)); max-height: calc(100dvh - 40px); padding: 30px 34px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); overflow: auto; }
.film-library .drawer-head button { min-height: 44px; padding: 8px 12px; border: 1px solid var(--line); font-size: 14px; color: var(--accent); }
.film-library .drawer-head button span { font-size: 24px; line-height: 1; }
.film-library h2 { font: 400 42px/1.03 var(--serif); letter-spacing: -.045em; margin: 32px 0 16px; }
.film-choices { margin-top: 25px; display: grid; gap: 10px; }
.film-choice { display: flex; width: 100%; align-items: center; gap: 20px; padding: 16px; text-align: left; border: 1px solid var(--line); background: #f5efe4; color: var(--ink); }
.film-choice.is-available { border-color: var(--oxblood); }
.film-choice.is-available:hover { background: #e1d5c5; }
.film-choice:disabled { cursor: default; background: transparent; }
.film-choice-visual { position: relative; width: 126px; aspect-ratio: 16/9; flex-shrink: 0; display: grid; place-items: center; overflow: hidden; background: var(--night); color: var(--copper); font: italic 30px var(--serif); }
.film-choice-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.film-choice-copy { display: grid; gap: 7px; }
.film-choice-copy strong { font-size: 15px; font-weight: 600; }
.film-choice-copy > span { font-size: 11px; line-height: 1.5; color: var(--muted); }
.film-choice-copy .film-availability { color: var(--oxblood); font-size: 11px; font-weight: 600; }
.film-choice:disabled .film-availability { color: var(--muted); font-weight: 400; }
.film-library.is-playing { width: min(1080px,calc(100% - 32px)); }
.film-player h2 { font-size: 30px; margin: 24px 0 18px; }
.film-player video { display: block; width: 100%; aspect-ratio: 16/9; object-fit: contain; background: var(--night); }
.film-footnote { margin: 22px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }

.no-script { position: fixed; inset: auto 12px 12px; padding: 20px; background: var(--oxblood); color: var(--paper); }
@keyframes drawer-in { from { opacity: 0; transform: translateX(24px); } to { opacity: 1; transform: translateX(0); } }

@media (max-width: 1100px) {
  .masthead { grid-template-columns: 240px 1fr auto; padding-left: 29px; padding-right: 29px; gap: 16px; }
  .workshop { grid-template-columns: 250px minmax(0,1fr); }
  .repair-ticket { padding-left: 22px; padding-right: 22px; }
  .action-dock { align-items: flex-start; gap: 15px; padding: 22px; }
  .action-buttons { flex-direction: column-reverse; align-items: flex-end; gap: 12px; }
  .action-copy h2 { font-size: 23px; }
  .primary-button { min-width: 165px; }
  .scene-caption, .viewport-bottom { left: 22px; right: 22px; }
  #orbit-help { max-width: 175px; line-height: 1.6; }
}
@media (max-width: 767px) {
  .masthead { padding: 14px 16px 12px; grid-template-columns: 1fr; gap: 14px; }
  .wordmark { gap: 10px; }
  .wordmark h1 { font-size: 23px; }
  .shop-mark { width: 23px; height: 34px; }
  .masthead-note { display: none; }
  .top-nav { display: grid; grid-template-columns: 1.08fr 1fr; gap: 8px; }
  .media-button { min-height: 48px; padding: 12px 10px; font-size: 12px; gap: 7px; }
  .media-button svg { width: 17px; height: 17px; }
  .media-arrow { margin-left: auto; font-size: 18px; }
  .workshop { display: flex; flex-direction: column; margin: 0 12px; min-height: 0; }
  .repair-ticket { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 17px 15px; }
  .ticket-topline .eyebrow { font-size: 9px; }
  .repair-ticket h2 { font-size: 27px; margin: 12px 0 0; }
  .repair-ticket h2 br { display: none; }
  .ticket-intro, .ticket-details, .ticket-footer { display: none; }
  .steps-hint { margin: 15px 0 7px; font-size: 9px; }
  .repair-steps { grid-template-columns: repeat(6,minmax(0,1fr)); gap: 4px; margin: 0; }
  .repair-steps button { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; gap: 8px; min-height: 56px; padding: 8px 5px; font-size: 9px; }
  .step-number { font-size: 10px; }
  .step-status { display: none; }
  .viewport { min-height: 320px; height: 42dvh; max-height: 650px; flex: auto; }
  .scene-caption { top: 17px; left: 17px; right: 17px; }
  .scene-caption .eyebrow { font-size: 8px; }
  #scene-status { font-size: 9px; }
  .viewport-bottom { bottom: 16px; left: 17px; right: 17px; }
  #orbit-help { font-size: 9px; max-width: 190px; }
  .view-button { font-size: 9px; gap: 5px; }
  .action-dock { padding: 19px 17px 23px; display: block; }
  .action-copy h2 { font-size: 26px; margin-top: 5px; }
  .action-copy p { font-size: 11px; }
  .action-buttons { margin-top: 19px; flex-direction: row; align-items: center; justify-content: space-between; gap: 20px; }
  .primary-button { min-width: 190px; flex: 0 1 auto; }
  .replay-button { font-size: 10px; }
  .page-footer { padding: 15px 16px 24px; }
  .making-of { width: 100%; padding: 0; }
  .film-library { width: calc(100% - 24px); padding: 22px; max-height: calc(100dvh - 24px); }
  .film-library h2 { font-size: 33px; margin-top: 28px; }
  .film-choice { gap: 12px; padding: 12px; }
  .film-choice-visual { width: 72px; font-size: 24px; }
  .film-choice-copy strong { font-size: 13px; }

  .load-content h2 { font-size: 30px; }
}
@media (max-width: 360px) {
  .film-button .media-arrow { display: none; }
  .top-nav { align-items: stretch; }
  .repair-steps { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .repair-steps button { flex-direction: row; align-items: center; justify-content: flex-start; min-height: 44px; font-size: 11px; padding: 9px 8px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* The making-of reads as a workshop journal, alongside the live scene. */
.making-of::backdrop { background: #221e1980; }
.making-head { position: sticky; top: 0; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px clamp(24px,3vw,58px); border-bottom: 1px solid var(--line); background: var(--paper); }
.making-brand { font-size: 18px; font-weight: 650; color: var(--oxblood); }
.making-brand span { font-weight: 400; color: var(--muted); }
.making-head button { display: inline-flex; align-items: center; gap: 15px; min-height: 44px; padding: 8px 12px; font-size: 14px; border: 1px solid var(--line); }
.making-head button span { font-size: 24px; }
.making-content { padding: 0 clamp(24px,3vw,58px) 48px; max-width: 1000px; margin-inline: auto; }
.making-kicker { margin: 0 0 17px; font-size: 12px; line-height: 1.5; color: var(--oxblood); }
.making-intro { padding-top: 32px; }
.making-of h2 { font-size: clamp(38px,3.3vw,62px); line-height: 1.04; letter-spacing: -.045em; margin: 0 0 20px; }
.making-of .making-lead { font-size: 17px; line-height: 1.65; margin: 0 0 23px; max-width: 65ch; color: var(--ink); }
.making-lead a, .making-chapter p a { color: var(--oxblood); text-decoration: underline; text-underline-offset: 3px; }
.making-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; }
.making-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 48px; padding: 13px 17px; color: #fff8ed; background: var(--oxblood); font-size: 14px; font-weight: 600; }
.making-cta:hover { background: #543129; }
.making-recipe { font-size: 13px; text-decoration: none; }
.making-action-note { margin: 12px 0 0; font-size: 12px; line-height: 1.65; color: var(--muted); max-width: 70ch; }
.making-pdf { display: flex; justify-content: space-between; gap: 20px; align-items: center; border-block: 1px solid var(--line); padding: 19px 0; margin-top: 26px; }
.making-pdf strong { display: block; font-size: 15px; line-height: 1.4; font-weight: 600; }
.making-pdf > div > span { display: block; max-width: 35ch; font-size: 12px; line-height: 1.5; color: var(--muted); margin-top: 5px; }
.making-pdf-actions { display: flex; gap: 10px; flex-shrink: 0; }
.download-button { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 9px 12px; border: 1px solid var(--oxblood); color: var(--oxblood); font-size: 12px; }
.download-button:hover { background: #e1d5c5; }
.making-chapter { padding: 38px 0; border-bottom: 1px solid var(--line); }
.making-chapter h3 { margin: 0 0 22px; font: 400 clamp(29px,2.3vw,42px)/1.1 var(--serif); letter-spacing: -.035em; }
.making-chapter p { font-size: 15px; line-height: 1.8; margin: 0 0 16px; max-width: 76ch; }
.making-image-pair { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin: 24px 0; }
.making-image-pair figure { margin: 0; min-width: 0; }
.making-image-pair img { display: block; width: 100%; height: auto; aspect-ratio: 4/3; object-fit: contain; background: #d5d1c6; }
.making-widescreen img { aspect-ratio: 16/9; object-fit: cover; }
.making-image-pair figcaption { margin-top: 9px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.making-model { margin-top: 25px; }
.making-model h4 { color: var(--oxblood); font-size: 16px; line-height: 1.4; margin: 0 0 8px; font-weight: 600; }
.making-model p { margin-bottom: 9px; }
.making-model a, .making-inline-links a { display: inline-block; min-height: 36px; padding-block: 6px; color: var(--oxblood); font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
.making-inline-links { display: flex; flex-wrap: wrap; gap: 10px 26px; }
.making-of .making-detail { color: var(--muted); font-size: 13px; line-height: 1.8; margin-top: 18px; }
.making-record { padding: 24px 0; border-bottom: 1px solid var(--line); }
.making-record summary { cursor: pointer; font-size: 14px; color: var(--oxblood); padding: 10px 0; }
.making-record summary:focus-visible { outline: 2px solid var(--oxblood); outline-offset: 5px; }
.making-record .provenance { margin: 10px 0 0; }
.making-record .provenance dd { font-size: 13px; }
@media (max-width: 1100px) { .making-pdf { align-items: flex-start; flex-direction: column; gap: 12px; } }
@media (max-width: 900px) { .making-of { width: 100%; } .making-content { max-width: 760px; } }
@media (max-width: 480px) {
  .making-head { padding: 14px 20px; }
  .making-content { padding: 0 24px 32px; }
  .making-intro { padding-top: 25px; }
  .making-of h2 { font-size: 39px; }
  .making-of .making-lead { font-size: 16px; }
  .making-actions { gap: 8px; }
  .making-cta { width: 100%; }
  .making-chapter { padding-block: 30px; }
  .making-image-pair { gap: 10px; }
  .making-image-pair figcaption { font-size: 10px; }
}

/* One compact playback row, with the story alongside it. */
.action-dock { gap: 24px; padding: 23px 28px; }
.playback-controls { flex: 0 0 auto; }
.action-buttons { display: flex; align-items: center; flex-wrap: nowrap; gap: 8px; }
.primary-button { min-width: 108px; width: 108px; min-height: 44px; padding: 10px 14px; justify-content: center; font-size: 14px; font-weight: 600; }
.step-arrow { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; padding: 0; border: 1px solid #c1b8ab; color: var(--ink); background: transparent; }
.step-arrow svg { width: 18px; height: 18px; stroke: currentColor; stroke-width: 1.5; }
.step-arrow:hover:not(:disabled) { background: #ddd4c5; }
.step-arrow:disabled { opacity: .35; cursor: default; }
.transport-divider { width: 1px; height: 23px; margin: 0 6px; background: #c7bfb3; }
.replay-button { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; padding: 8px 3px; border: 0; color: var(--muted); background: transparent; font-size: 13px; white-space: nowrap; }
.replay-button span { font-size: 21px; line-height: 1; }
.replay-button:hover:not(:disabled) { color: var(--oxblood); }
.playback-hint { margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; text-align: center; }
.playback-hint kbd { font: inherit; color: var(--ink); }
.playback-hint span { margin: 0 4px; }
.film-transport { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0 10px; }
.film-transport button { min-height: 44px; padding: 10px 14px; border: 1px solid #afa394; background: transparent; color: var(--ink); font-size: 13px; }
.film-shortcuts { margin: 0; font-size: 12px; line-height: 1.8; color: var(--muted); }
.film-transport #film-toggle { color: var(--paper); background: var(--oxblood); border-color: var(--oxblood); min-width: 115px; }
@media (max-width: 1100px) { .action-dock { flex-wrap: wrap; } }
@media (max-width: 600px) {
  .action-dock { padding: 20px 17px; gap: 18px; }
  .playback-controls { width: 100%; }
  .action-buttons { gap: 6px; justify-content: center; }
  .primary-button { flex: 1; width: auto; min-width: 80px; max-width: 160px; }
  .transport-divider { margin: 0 3px; }
  .replay-button { font-size: 12px; }
  .film-transport { display: grid; grid-template-columns: repeat(2,1fr); }
}

.film-transport button:disabled { opacity: .45; }
