/* ACE process scenes: existing palette channels and type families. */
.ace-cinema {
  --cinema-gutter: 32px;
  --cinema-top: 128px;
  --cinema-ease: cubic-bezier(.22,.61,.36,1);
}
.ace-cinema :is(h1,h2,h3) { letter-spacing: 0; text-wrap: balance; }
.ace-cinema :is(h1,h2,h3) .accent-italic { color: inherit; font-style: normal; }
.cinema-shell { width: min(100% - var(--cinema-gutter) * 2, 1200px); margin-inline: auto; }
.cinema-section { padding-block: 104px; scroll-margin-top: var(--cinema-top); }
.cinema-title { font: 400 48px/1.1 'Instrument Serif',serif; color: rgb(var(--brand-navy)); margin-bottom: 24px; }
.cinema-copy { font-size: 18px; line-height: 1.55; max-width: 52ch; text-wrap: pretty; }
.cinema-meta { font-size: 12px; font-weight: 500; line-height: 1.5; letter-spacing: 0; }
.cinema-link { display: inline-flex; gap: 12px; align-items: center; padding-block: 12px; color: rgb(var(--trust-bronze)); text-decoration: underline; text-underline-offset: 6px; }
.ace-cinema :is(a,button,summary):focus-visible { outline: 2px solid rgb(var(--terracotta)); outline-offset: 5px; }
.ace-cinema .ace-mb-drawer:not(.open) { visibility: hidden; box-shadow: none; pointer-events: none; }
.cinema-procurement { border-top: 1px solid rgb(var(--hairline)); border-bottom: 1px solid rgb(var(--hairline)); background: rgb(var(--card)); }
.cinema-procurement .cinema-shell { display: flex; gap: 40px; align-items: center; justify-content: space-between; }
.cinema-procurement .cinema-title { font-size: 28px; }
.cinema-opening { position: relative; isolation: isolate; display: flex; align-items: end; min-height: 520px; height: calc(78svh - 80px); color: rgb(var(--warm-paper)); background: rgb(var(--deep-ink)); overflow: clip; }
.cinema-opening > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 65% 60%; z-index: -2; }
.cinema-opening::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgb(var(--deep-ink)/.92),rgb(var(--deep-ink)/.76) 35%,transparent 78%); }
.cinema-opening-content { padding-block: 64px; }
.cinema-opening h1 { font: 400 72px/1.05 'Instrument Serif',serif; margin: 0 0 24px; max-width: 9ch; }
.cinema-opening .cinema-copy { max-width: 36ch; margin-bottom: 32px; }
.cinema-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.cinema-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 16px 24px; min-height: 48px; border: 1px solid rgb(var(--brand-navy)); border-radius: 999px; font-size: 12px; font-weight: 500; color: rgb(var(--warm-paper)); background: rgb(var(--brand-navy)); transition: transform .18s ease,background-color .18s ease; }
.cinema-button:hover { transform: translateY(-1px); }
.cinema-button:active { transform: translateY(1px); }
.cinema-button--light { color: rgb(var(--brand-navy)); border-color: rgb(var(--warm-paper)); background: rgb(var(--warm-paper)); }
.cinema-button--ghost { border-color: rgb(var(--terracotta)); background: transparent; }
.cinema-nav { position: sticky; top: 80px; z-index: 35; background: rgb(var(--warm-paper)/.98); border-bottom: 1px solid rgb(var(--hairline)); }
.cinema-nav .cinema-shell { display: flex; align-items: center; gap: 32px; }
.cinema-nav-label { color: rgb(var(--muted)); flex-shrink: 0; }
.cinema-nav-links { display: flex; justify-content: space-between; flex: 1; gap: 24px; overflow-x: auto; scrollbar-width: thin; }
.cinema-nav a { display: flex; align-items: center; flex-shrink: 0; min-height: 48px; padding: 12px 2px; border-bottom: 2px solid transparent; font-size: 12px; color: rgb(var(--brand-navy)); }
.cinema-nav a[aria-current='step'] { border-color: rgb(var(--terracotta)); }
.cinema-brief { background: rgb(var(--warm-paper)); }
.cinema-brief-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.cinema-brief h2 { max-width: 12ch; }
.cinema-deliverable { display: flex; gap: 24px; border-top: 1px solid rgb(var(--hairline)); padding-top: 24px; margin-top: 32px; font-size: 14px; line-height: 1.55; }
.cinema-deliverable dt { flex-shrink: 0; color: rgb(var(--muted)); }
.cinema-site { margin: 0; color: rgb(var(--brand-navy)); }
.cinema-site svg { display: block; width: 100%; height: auto; overflow: visible; }
.cinema-site .site-grid { stroke: rgb(var(--brand-navy)/.12); stroke-width: .6; }
.cinema-site .site-boundary { fill: none; stroke: rgb(var(--brand-navy)/.6); stroke-width: 1; }
.cinema-site .site-design { fill: rgb(var(--card)); stroke: rgb(var(--brand-navy)); stroke-width: 1.5; }
.cinema-site .site-route { fill: none; stroke: rgb(var(--terracotta)); stroke-width: 2; }
.cinema-site text { fill: rgb(var(--muted)); font: 12px 'DM Sans',sans-serif; }
.cinema-site figcaption { display: flex; justify-content: space-between; gap: 16px; padding-top: 16px; border-top: 1px solid rgb(var(--hairline)); color: rgb(var(--muted)); }
.cinema-concept { position: relative; background: rgb(var(--card)); scroll-margin-top: var(--cinema-top); }
.cinema-concept-stage { padding-block: 48px; }
.cinema-concept-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 24px; }
.cinema-concept-head .cinema-title { margin: 0; }
.cinema-concept-head p { max-width: 34ch; color: rgb(var(--muted)); font-size: 14px; }
.cinema-reel { position: relative; width: 100%; aspect-ratio: 16/9; overflow: clip; background: rgb(var(--warm-paper)); }
.cinema-reel :is(img,video) { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cinema-reel video { opacity: 0; }
.cinema-reel.has-video video { opacity: 1; }
.cinema-register { clip-path: inset(0 calc(var(--register,1) * 100%) 0 0); }
.cinema-register-line { position: absolute; inset-block: 0; left: 0; width: 1px; background: rgb(var(--terracotta)); transform: translateX(calc(var(--wipe,0) * 1px)); opacity: var(--line-opacity,0); }
.cinema-concept-caption { display: grid; grid-template-columns: 1fr 2fr; gap: 32px; align-items: start; padding-top: 20px; }
.cinema-concept-caption > p { color: rgb(var(--muted)); }
.cinema-concept-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.cinema-concept-steps li { border-top: 2px solid rgb(var(--hairline)); padding-top: 12px; font-size: 14px; color: rgb(var(--muted)); }
.cinema-concept-steps li.is-active { border-color: rgb(var(--terracotta)); color: rgb(var(--brand-navy)); }
.cinema-concept-steps span { display: block; font: 400 28px/1.2 'Instrument Serif',serif; margin-bottom: 4px; color: rgb(var(--brand-navy)); }
@media (min-width: 821px) and (min-height: 800px) and (prefers-reduced-motion: no-preference) {
  .cinema-concept.is-scrubbable { height: 250svh; }
  .is-scrubbable .cinema-concept-stage { position: sticky; top: var(--cinema-top); height: calc(100svh - var(--cinema-top)); display: flex; align-items: center; padding-block: 28px; }
  .is-scrubbable .cinema-concept-stage > .cinema-shell { width: min(100% - var(--cinema-gutter) * 2, 1200px, calc((100svh - 400px) * 16 / 9)); }
}
.cinema-coordination { background: rgb(var(--deep-ink)); color: rgb(var(--warm-paper)); }
.cinema-coordination .cinema-title { color: inherit; }
.cinema-coordination-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: start; }
.cinema-coordination-visual { position: sticky; top: calc(var(--cinema-top) + 32px); }
.cinema-coordination-visual figure { margin: 0; }
.cinema-coordination-visual img { width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; }
.cinema-coordination-visual figcaption { font-size: 12px; margin-top: 16px; color: rgb(var(--warm-paper)/.75); }
.cinema-coordination-list { margin-top: 48px; }
.cinema-coordination-list article { padding: 32px 0; border-top: 1px solid rgb(var(--warm-paper)/.25); }
.cinema-coordination-list h3 { font: 400 28px/1.2 'Instrument Serif',serif; margin-bottom: 16px; }
.cinema-coordination-list p { color: rgb(var(--warm-paper)/.8); line-height: 1.6; }
.cinema-coordination-list small { display: block; margin-top: 20px; color: rgb(var(--warm-paper)); font-size: 12px; }
.cinema-coordination .cinema-link { color: rgb(var(--warm-paper)); text-decoration-color: rgb(var(--terracotta)); }
.cinema-delivery { background: rgb(var(--warm-paper)); }
.cinema-delivery-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 48px; }
.cinema-delivery-heading .cinema-title { margin-bottom: 0; max-width: 15ch; }
.cinema-rail-controls { display: flex; gap: 12px; }
.cinema-icon-button { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgb(var(--brand-navy)/.3); border-radius: 50%; color: rgb(var(--brand-navy)); background: transparent; }
.cinema-icon-button:hover { background: rgb(var(--card)); }
.cinema-icon-button:disabled { opacity: .35; cursor: default; }
.cinema-dossier { display: flex; gap: 32px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: rgb(var(--terracotta)) rgb(var(--hairline)); padding-bottom: 24px; }
.cinema-document { flex: 0 0 calc(50% - 16px); scroll-snap-align: start; min-width: 0; border-top: 1px solid rgb(var(--brand-navy)); padding-top: 24px; }
.cinema-document > .cinema-meta { color: rgb(var(--muted)); margin-bottom: 20px; }
.cinema-document h3 { font: 400 28px/1.2 'Instrument Serif',serif; color: rgb(var(--brand-navy)); margin: 24px 0 16px; }
.cinema-document p { max-width: 48ch; line-height: 1.6; }
.cinema-document ul { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgb(var(--hairline)); display: flex; flex-wrap: wrap; gap: 8px 24px; font-size: 12px; color: rgb(var(--muted)); }
.cinema-document-media { display: block; width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; }
.cinema-document-drawing { aspect-ratio: 16/9; background: rgb(var(--card)); padding: 24px; display: grid; align-content: center; gap: 20px; }
.cinema-drawing-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; height: 48px; }
.cinema-drawing-row span { border: 1px solid rgb(var(--brand-navy)/.4); position: relative; }
.cinema-drawing-row span::after { content: ''; position: absolute; inset: 8px; border-left: 1px solid rgb(var(--terracotta)); border-bottom: 1px solid rgb(var(--terracotta)); }
.cinema-drawing-lines { height: 48px; background: repeating-linear-gradient(0deg, transparent 0 15px,rgb(var(--hairline)) 15px 16px); }
.cinema-handover { background: rgb(var(--card)); padding-bottom: 104px; scroll-margin-top: var(--cinema-top); }
.cinema-handover-media { position: relative; height: 66svh; min-height: 400px; max-height: 780px; overflow: clip; background: rgb(var(--warm-paper)); }
.cinema-handover-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; clip-path: inset(0 calc(var(--aperture,0) * 1%) 0 calc(var(--aperture,0) * 1%)); }
.cinema-handover-caption { padding-top: 16px; color: rgb(var(--muted)); }
.cinema-handover-content { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-top: 64px; }
.cinema-handover .cinema-title { max-width: 13ch; }
.cinema-handover .cinema-deliverable { flex-direction: column; gap: 8px; }
.cinema-service-list a { display: grid; grid-template-columns: 40px 1fr 1.1fr 32px; gap: 24px; padding: 28px 0; align-items: center; border-top: 1px solid rgb(var(--hairline)); color: rgb(var(--brand-navy)); }
.cinema-service-list a:last-child { border-bottom: 1px solid rgb(var(--hairline)); }
.cinema-service-list h3 { font: 400 28px/1.2 'Instrument Serif',serif; }
.cinema-service-list p { font-size: 14px; line-height: 1.6; color: rgb(var(--muted)); }
.cinema-service-list a > .material-symbols-outlined:first-child { color: rgb(var(--terracotta)); }
.cinema-service-list a:hover h3 { text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; }
.cinema-service-list a > .material-symbols-outlined:last-child { transition: transform .18s ease; }
.cinema-service-list a:hover > .material-symbols-outlined:last-child { transform: translateX(4px); }
.cinema-trust-facts { display: flex; gap: 40px; flex-wrap: wrap; color: rgb(var(--muted)); font-size: 12px; border-bottom: 1px solid rgb(var(--hairline)); padding-block: 32px; margin-bottom: 64px; }
.cinema-trust-facts strong { font: 400 28px/1 'Instrument Serif',serif; color: rgb(var(--brand-navy)); margin-right: 8px; }
.ace-cinema #about { background: rgb(var(--warm-paper)); }
.ace-cinema #about :is(h2,h3) { color: rgb(var(--brand-navy)); }
.ace-cinema #about p { color: rgb(var(--muted)); }
.ace-cinema #about .group { padding: 32px 0; background: transparent; border: 0; border-top: 1px solid rgb(var(--hairline)); border-radius: 0; backdrop-filter: none; }
.ace-cinema #about .group > span { display: none; }
.ace-cinema #footprint article { border-radius: 0; border: 0; border-top: 1px solid rgb(var(--warm-paper)/.2); background: transparent; padding-inline: 0; backdrop-filter: none; }
.cinema-close { background: rgb(var(--brand-navy)); color: rgb(var(--warm-paper)); padding-block: 104px; }
.cinema-close .cinema-shell { display: flex; justify-content: space-between; align-items: end; gap: 48px; }
.cinema-close .cinema-title { color: inherit; max-width: 14ch; }
.cinema-close .cinema-copy { max-width: 46ch; color: rgb(var(--warm-paper)/.85); }
.cinema-close .cinema-actions { flex-direction: column; align-items: stretch; flex-shrink: 0; }
.cinema-close a { text-align: center; }
.cinema-method-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 80px; align-items: start; }
.cinema-method-intro { position: sticky; top: 112px; }
.cinema-method-intro img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; margin-top: 32px; }
.cinema-method-list { margin: 0; padding: 0; list-style: none; }
.cinema-method-list li { padding: 32px 0; border-top: 1px solid rgb(var(--hairline)); }
.cinema-method-list h3 { font: 400 28px/1.2 'Instrument Serif',serif; color: rgb(var(--brand-navy)); margin-bottom: 16px; }
.cinema-method-list p { line-height: 1.65; }
.cinema-method-list .cinema-meta { margin-top: 16px; color: rgb(var(--muted)); }
.cinema-service-hero { position: relative; min-height: 620px; display: flex; align-items: end; isolation: isolate; background: rgb(var(--deep-ink)); color: rgb(var(--warm-paper)); }
.cinema-service-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 75% 55%; z-index: -2; }
.cinema-service-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgb(var(--deep-ink)/.96),rgb(var(--deep-ink)/.82) 45%,transparent 90%); }
.cinema-service-hero .cinema-shell { padding-block: 64px; }
.cinema-service-hero h1 { font: 400 72px/1.05 'Instrument Serif',serif; max-width: 12ch; margin: 32px 0 24px; }
.cinema-service-hero .cinema-copy { max-width: 44ch; margin-bottom: 32px; }
@media (max-width: 1024px) {
  .cinema-brief-grid,.cinema-coordination-grid,.cinema-method-grid,.cinema-handover-content { gap: 40px; }
  .cinema-concept-head .cinema-title { font-size: 40px; }
  .cinema-nav-label { display: none; }
  .cinema-service-list a { grid-template-columns: 32px 1fr 1fr 24px; gap: 16px; }
}
@media (max-width: 820px) {
  .ace-cinema { --cinema-gutter: 24px; --cinema-top: 80px; }
  .cinema-section { padding-block: 72px; }
  .cinema-title { font-size: 40px; }
  .cinema-opening { height: calc(78svh - 80px); min-height: 550px; }
  .cinema-opening h1,.cinema-service-hero h1 { font-size: 56px; }
  .cinema-nav { position: relative; top: auto; }
  .cinema-nav-links { gap: 24px; }
  .cinema-brief-grid,.cinema-coordination-grid,.cinema-handover-content,.cinema-method-grid { grid-template-columns: 1fr; }
  .cinema-brief h2 { max-width: 17ch; }
  .cinema-site { max-width: 520px; width: 100%; margin-inline: auto; }
  .cinema-concept-head { display: block; }
  .cinema-concept-head p { margin-top: 16px; max-width: 48ch; }
  .cinema-concept-caption { grid-template-columns: 1fr; gap: 20px; }
  .cinema-concept-steps { gap: 16px; }
  .cinema-concept-steps span { font-size: 24px; }
  .cinema-concept-steps li { font-size: 12px; }
  .cinema-coordination-visual,.cinema-method-intro { position: static; }
  .cinema-coordination-visual img { aspect-ratio: 4/3; }
  .cinema-coordination-list { margin-top: 32px; }
  .cinema-delivery-heading { margin-bottom: 32px; }
  .cinema-dossier { display: block; overflow: visible; }
  .cinema-document { margin-top: 40px; }
  .cinema-rail-controls { display: none; }
  .cinema-document-drawing { max-height: 220px; }
  .cinema-handover-media { min-height: 320px; height: 55svh; }
  .cinema-handover-content { padding-top: 48px; gap: 16px; }
  .cinema-handover { padding-bottom: 72px; }
  .cinema-service-list a { grid-template-columns: 32px 1fr 24px; }
  .cinema-service-list p { grid-column: 2; grid-row: 2; }
  .cinema-service-list a > .material-symbols-outlined:last-child { grid-column: 3; grid-row: 1; }
  .cinema-close { padding-block: 72px; }
  .cinema-close .cinema-shell { display: block; }
  .cinema-procurement .cinema-shell { display: block; }
  .cinema-procurement .cinema-button { margin-top: 24px; }
  .cinema-close .cinema-actions { margin-top: 32px; align-items: start; }
  .cinema-method-grid { gap: 48px; }
  .cinema-service-hero { min-height: 620px; }
}
@media (max-width: 480px) {
  .ace-cinema { --cinema-gutter: 20px; }
  .cinema-opening { min-height: 550px; }
  .cinema-opening-content { padding-block: 40px; }
  .cinema-opening h1,.cinema-service-hero h1 { font-size: 44px; }
  .cinema-opening > img { object-position: 56% center; }
  .cinema-opening::before { background: linear-gradient(90deg,rgb(var(--deep-ink)/.92),rgb(var(--deep-ink)/.6) 62%,transparent); }
  .cinema-title,.cinema-concept-head .cinema-title { font-size: 36px; }
  .cinema-copy { font-size: 16px; }
  .cinema-opening .cinema-copy { max-width: 27ch; }
  .cinema-opening .cinema-actions { align-items: start; flex-direction: column; }
  .cinema-concept-steps { grid-template-columns: 1fr; gap: 12px; }
  .cinema-concept-steps li { display: grid; grid-template-columns: 104px 1fr; gap: 8px; }
  .cinema-concept-steps span { font-size: 24px; }
  .cinema-deliverable { gap: 12px; }
  .cinema-trust-facts { gap: 24px; }
  .cinema-service-hero .cinema-shell { padding-block: 48px; }
  .cinema-service-hero h1 { overflow-wrap: anywhere; }
}
@media (prefers-reduced-motion: reduce) {
  .cinema-concept { height: auto !important; }
  .cinema-concept-stage { position: static !important; height: auto !important; }
  .cinema-reel video,.cinema-register,.cinema-register-line { display: none; }
  .cinema-handover-media img { clip-path: none !important; }
  .cinema-site [pathLength] { stroke-dashoffset: 0 !important; }
  .cinema-coordination-visual,.cinema-method-intro { position: static; }
}
