/* Visual layer over the preserved, published ANIMA prototype. */
body.cinematic {
  --ink: #352e28;
  --paper: #faf6ef;
  --soft: #eee5d9;
  --line: #ded0bd;
  --muted: #796c5f;
  --quiet: #887c6e;
  --accent: #5d7258;
  --accent-strong: #465744;
  --accent-soft: #dce4d6;
  --accent-line: #819879;
  --display: "Onest", sans-serif;
  --text: "Onest", sans-serif;
  --utility: "Onest", sans-serif;
  --page: min(1440px, calc(100% - 112px));
  --header-h: 86px;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --shadow: 0 24px 80px rgb(53 46 40 / 8%);
  background: var(--paper);
  font-weight: 400;
}
.cinematic [hidden] { display: none !important; }
.cinematic .reveal { opacity: 1; transform: none; transition: none; }
.reading-progress { position: fixed; z-index: 120; top: 0; left: 0; height: 2px; width: 100%; background: #b5c3ad; transform: scaleX(var(--read-progress, 0)); transform-origin: left; pointer-events: none; }
.cinematic :focus-visible { outline: 2px solid var(--accent-line); outline-offset: 5px; }
.cinematic .site-header { position: fixed; inset: 0 0 auto; border: 0; color: #fff; background: transparent; backdrop-filter: none; transition: background 250ms ease; }
.cinematic.has-scrolled .site-header { background: rgb(53 46 40 / 96%); }
.cinematic .nav { min-height: 86px; gap: 32px; }
.cinematic .brand { font-size: 24px; font-weight: 500; letter-spacing: .06em; gap: 13px; }
.cinematic .brand-mark { width: 26px; height: 26px; border-width: 1px; }
.cinematic .brand-mark::after { width: 6px; height: 6px; }
.cinematic .nav-links { gap: 24px; }
.cinematic .nav-link, .cinematic .nav-login { color: #f4ece2; font-size: 12px; font-weight: 400; }
.cinematic .nav-link:hover, .cinematic .nav-link.is-current { color: #fff; }
.cinematic .nav-link.is-current::after { background: #b5c3ad; height: 1px; bottom: 13px; }
.cinematic .nav-actions { gap: 22px; }
.cinematic .button { border: 1px solid transparent; border-radius: 5px; min-height: 56px; padding: 16px 24px; font-weight: 500; font-size: 14px; letter-spacing: -.01em; box-shadow: none; background: var(--accent); color: #fff; transition: background 200ms ease, color 200ms ease, border-color 200ms ease; }
.cinematic .button:hover { transform: none; background: var(--accent-strong); }
.cinematic .button--small { min-height: 43px; padding: 12px 18px; font-size: 12px; }
.cinematic .nav-actions .button { color: var(--accent-strong); background: var(--accent-soft); }
.cinematic .nav-actions .button:hover { background: #edf0e8; }
.cinematic .button--secondary { background: transparent; border-color: var(--line); color: var(--ink); }
.cinematic .button--secondary:hover { background: var(--accent-soft); color: var(--accent-strong); border-color: var(--accent-line); }
.cinematic .eyebrow { color: var(--accent); font-size: 13px; font-weight: 400; letter-spacing: 0; text-transform: none; margin: 0 0 26px; }

/* First scene: a single continuous architectural shot. */
.cinematic .hero { display: block; width: 100%; max-width: none; margin: 0; padding: 0; height: 155svh; min-height: 1050px; background: #352e28; overflow: visible; }
.hero-stage { position: sticky; top: 0; height: 100svh; min-height: 700px; overflow: hidden; isolation: isolate; display: flex; align-items: center; }
.hero-media, .hero-shade { position: absolute; inset: 0; pointer-events: none; }
.hero-media { z-index: -3; transform: scale(var(--hero-scale, 1)); transform-origin: 70% 55%; will-change: transform; }
.hero-media picture, .hero-media img, .hero-film { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 66% center; }
.hero-film { opacity: 0; transition: opacity 650ms ease; }
.hero-film.is-ready { opacity: 1; }
.hero-shade { z-index: -2; background: linear-gradient(90deg, rgb(28 23 18 / 78%) 0%, rgb(28 23 18 / 50%) 36%, rgb(28 23 18 / 8%) 72%), linear-gradient(0deg, rgb(28 23 18 / 32%), transparent 40%, rgb(28 23 18 / 16%)); }
.cinematic .hero-copy { width: var(--page); max-width: none; margin: 0 auto; padding: 115px 0 110px; text-align: left; color: #fff; opacity: var(--hero-copy-opacity, 1); transform: translateY(var(--hero-copy-y, 0px)); }
.cinematic .hero .eyebrow { color: #f0e6da; margin-bottom: 35px; display: flex; align-items: center; gap: 12px; }
.cinematic .hero .eyebrow::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #c5d0bd; }
.cinematic .hero h1 { font-size: clamp(66px, 6.8vw, 108px); font-weight: 400; line-height: 1.03; max-width: 1080px; margin: 0; letter-spacing: -.065em; }
.hero-title-secondary { display: block; font-size: clamp(29px, 3.15vw, 50px); max-width: 710px; line-height: 1.13; letter-spacing: -.045em; margin-top: 20px; }
.cinematic .hero-lede { color: #eee3d4; max-width: 505px; margin: 30px 0 0; font-size: 15px; line-height: 1.7; }
.cinematic .hero-actions { justify-content: flex-start; gap: 12px; margin-top: 30px; }
.cinematic .hero-actions .button { color: var(--accent-strong); background: var(--accent-soft); }
.cinematic .hero-actions .button:hover { background: #fff; }
.cinematic .hero-actions .button--secondary { color: #fff; background: rgb(53 46 40 / 12%); border-color: rgb(255 255 255 / 35%); }
.cinematic .hero-actions .button--secondary:hover { background: rgb(255 255 255 / 12%); }
.cinematic .hero .microcopy { max-width: 510px; font-size: 11px; line-height: 1.55; color: #e2cfb6; margin: 19px 0 0; }
.hero-controls { position: absolute; bottom: 28px; left: 56px; right: 56px; display: flex; justify-content: space-between; align-items: center; color: #fff; }
.scroll-cue { width: 44px; height: 44px; display: grid; place-items: center; }
.film-toggle { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: rgb(53 46 40 / 30%); border: 1px solid rgb(255 255 255 / 45%); border-radius: 50%; cursor: pointer; }
.film-toggle .play-symbol, .film-toggle[aria-pressed="true"] .pause-symbol { display: none; }
.film-toggle[aria-pressed="true"] .play-symbol { display: block; }

.cinematic .fact-strip { background: #eee5d9; border: 0; }
.cinematic .fact-strip-inner { width: var(--page); padding: 44px 0; gap: 0; }
.cinematic .fact { padding: 4px 42px; border-color: #d7c9b7; }
.cinematic .fact strong { font-size: 18px; font-weight: 450; margin-bottom: 9px; }
.cinematic .fact span { font-size: 13px; color: #796851; line-height: 1.65; }
.cinematic .section { width: var(--page); padding: 128px 0; }
.cinematic .section-head { max-width: 900px; margin-bottom: 64px; }
.cinematic .section-title, .cinematic .signup-copy h2 { font-size: clamp(36px, 4.2vw, 64px); font-weight: 400; letter-spacing: -.05em; line-height: 1.09; }
.cinematic .section-lede { max-width: 620px; font-size: 16px; line-height: 1.7; margin-top: 24px; color: var(--muted); }

/* Second scene: each process step has its own matching interface illustration. */
.process-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 72px; align-items: start; }
.cinematic .process { display: block; margin: 0; border: 0; }
.cinematic .process-step { min-height: 62svh; display: flex; flex-direction: column; justify-content: center; border: 0; padding: 38px 0; transition: opacity 280ms ease; }
.cinematic .process-step + .process-step { border-left: 0; border-top: 1px solid var(--line); }
.cinematic .process-step:last-child { padding-right: 0; padding-bottom: 40px; }
.cinematic .process-index { font-size: 12px; color: var(--accent); margin-bottom: 18px; font-weight: 400; }
.cinematic .process-step h3 { font-size: 30px; font-weight: 400; line-height: 1.15; letter-spacing: -.04em; max-width: 360px; margin: 0 0 20px; }
.cinematic .process-step p { font-size: 14px; line-height: 1.75; max-width: 350px; color: var(--muted); }
.process-visual { position: sticky; top: max(106px, calc(50svh - 292px)); padding: 0; min-width: 0; }
.cinematic .product-window { width: 100%; max-width: none; min-height: 0; margin: 0; border: 1px solid #e5d4bd; border-radius: 12px; box-shadow: 0 24px 70px rgb(53 46 40 / 8%); transform: none; }
.cinematic .window-bar { height: 48px; background: #f2eadf; border-color: #e5d4bd; }
.cinematic .window-title { font-size: 10px; }
.cinematic .window-save { font-size: 9px; }
.cinematic .window-dots { gap: 4px; }
.cinematic .window-dots span { width: 5px; height: 5px; background: #cdbca6; }
.cinematic .app-shell { grid-template-columns: 122px 1fr; min-height: 430px; }
.cinematic .app-sidebar { background: #f6f0e8; padding: 23px 12px; border-color: #ebdecc; }
.cinematic .app-sidebar-label { font-size: 10px; }
.cinematic .stage-button { font-size: 10px; padding: 12px 7px; border-radius: 4px; }
.cinematic .stage-number { width: 16px; font-size: 9px; }
.cinematic .stage-button[aria-pressed="true"] { background: var(--accent-soft); color: var(--accent-strong); }
.cinematic .app-meta { padding: 14px 4px; }
.cinematic .app-meta strong { font-size: 23px; font-weight: 400; }
.cinematic .app-meta span { font-size: 10px; }
.cinematic .plan-canvas { overflow: hidden; min-height: 430px; background-color: #faf6ef; background-image: radial-gradient(#ded0bd .7px, transparent .7px); background-size: 16px 16px; }
.cinematic .plan-svg { position: relative; z-index: 1; transition: opacity 550ms ease; }
.cinematic .plan-paper { fill: #fcfcfa; }
.cinematic .wall { stroke: #574a3a; }
.cinematic .wall-thin, .cinematic .door-arc { stroke: #857158; }
.cinematic .furniture-shape { fill: var(--accent-soft); stroke: var(--accent); }
.cinematic .furniture-detail { stroke: var(--accent-line); }
.cinematic .canvas-status { z-index: 3; background: rgb(253 249 242 / 95%); border-color: #ebdecc; box-shadow: none; border-radius: 5px; padding: 13px 16px; }
.cinematic .canvas-status strong { font-size: 11px; }
.cinematic .canvas-status span { font-size: 10px; }

/* These are interface demonstrations, built from the original plan and estimate. */
.process-inline-visual { display: none; }
.workflow-window { --workflow-accent: var(--accent); --workflow-dark: var(--accent-strong); }
.workflow-phase { justify-self: end; font-size: 10px; color: #796c5f; }
.workflow-controls { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 0 14px; border-bottom: 1px solid #ded0bd; background: #faf6ef; }
.workflow-tab { position: relative; min-width: 0; min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 5px; border: 0; background: transparent; color: #796c5f; font-size: 11px; font-weight: 450; cursor: pointer; }
.workflow-tab > span { color: #9b8770; font-size: 9px; }
.workflow-tab[aria-selected="true"] { color: var(--accent-strong); }
.workflow-tab[aria-selected="true"]::after { content: ""; position: absolute; bottom: -1px; left: 12px; right: 12px; height: 2px; background: var(--accent); }
.workflow-tab:hover { background: #f0e8dc; }
.workflow-panel { box-sizing: border-box; min-width: 0; height: 470px; padding: 25px 28px 20px; overflow: hidden; background: #faf6ef; color: #352e28; }
.workflow-intro { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 23px; }
.workflow-intro strong { font-size: 15px; font-weight: 450; letter-spacing: -.025em; }
.workflow-intro > span { font-size: 10px; color: #887c6e; white-space: nowrap; }
.workflow-footnote { margin: 17px 0 0; text-align: center; font-size: 11px; color: #796c5f; }
.workflow-plan { display: block; width: 100%; height: auto; }
.workflow-plan .wall { stroke-width: 6px; }
.workflow-plan .room-label, .workflow-plan .room-area { fill: #796c5f; }
.cinematic .workflow-plan .plan-dimensions { opacity: 1; }
.cinematic .process-inline-visual .workflow-footnote { max-width: none; font-size: 11px; line-height: 1.5; }

.upload-scene { max-width: 470px; margin: 0 auto; }
.upload-dropzone { position: relative; height: 287px; padding: 38px 15px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 13px; border: 1px dashed #c6ae90; border-radius: 8px; background: #f1e9dd; }
.upload-arrow { color: var(--accent-line); }
.upload-dropzone > span { color: #796c5f; font-size: 12px; }
.upload-file { position: absolute; top: 24px; left: 50%; width: min(250px, 72%); padding: 14px 12px 8px; border: 1px solid #ddcdb7; border-radius: 5px; background: #fffcf7; box-shadow: 0 12px 24px rgb(85 61 32 / 9%); transform: translateX(-50%); }
.file-heading { display: flex; align-items: center; gap: 9px; font-size: 10px; color: #796c5f; }
.file-type { display: inline-flex; align-items: center; justify-content: center; min-width: 31px; height: 24px; padding: 0 5px; border: 1px solid #b5c3ad; border-radius: 3px; background: var(--accent-soft); color: var(--accent-strong); font-size: 9px; font-weight: 500; }
.file-fold { margin-left: auto; width: 10px; height: 10px; border-left: 1px solid #d8c6ad; border-bottom: 1px solid #d8c6ad; }
.upload-file .workflow-plan { margin-top: 8px; }
.upload-transfer { display: flex; align-items: center; justify-content: space-between; margin: 20px 1px 8px; color: #796c5f; font-size: 10px; }
.transfer-check { color: var(--accent); }
.transfer-track { height: 4px; overflow: hidden; background: #e5d9c9; border-radius: 3px; }
.transfer-track > span { display: block; height: 100%; background: var(--accent-line); transform-origin: left; }
.workflow-panel.is-active .upload-file { animation: plan-upload 2.8s cubic-bezier(.2,.65,.3,1) both; }
.workflow-panel.is-active .transfer-track > span { animation: upload-progress 2.8s ease both; }
.workflow-panel.is-active .transfer-check { animation: ready-mark 2.8s ease both; }
@keyframes plan-upload { 0%, 10% { opacity: 0; transform: translate(-50%, -60px) rotate(-7deg) scale(.9); } 38%, 100% { opacity: 1; transform: translate(-50%, 0) rotate(0) scale(1); } }
@keyframes upload-progress { 0%, 30% { transform: scaleX(0); } 85%, 100% { transform: scaleX(1); } }
@keyframes ready-mark { 0%, 79% { opacity: 0; transform: scale(.6); } 100% { opacity: 1; transform: scale(1); } }

.brief-scene { display: grid; grid-template-columns: 1fr 1.05fr; gap: 15px; }
.brief-household, .brief-needs { min-width: 0; padding: 20px; border: 1px solid #e0d2be; background: #fffcf7; border-radius: 6px; }
.brief-label { display: block; color: #88765f; font-size: 11px; }
.household-people { min-height: 98px; display: flex; align-items: end; justify-content: center; gap: 17px; padding: 14px 0 12px; color: #aa8e6d; }
.household-people svg { fill: currentColor; flex-shrink: 0; }
.household-child { opacity: .72; }
.brief-chips { display: flex; justify-content: center; flex-wrap: wrap; gap: 6px; }
.brief-chips > span { padding: 6px 8px; background: var(--accent-soft); border-radius: 4px; color: var(--accent-strong); font-size: 10px; }
.brief-need { display: flex; align-items: center; gap: 10px; color: #655645; font-size: 11px; padding-top: 24px; }
.brief-need > i { width: 15px; height: 15px; flex-shrink: 0; border: 1px solid var(--accent-line); border-radius: 3px; background: var(--accent-soft); }
.brief-need > i::after { content: ""; display: block; width: 7px; height: 4px; border-left: 1px solid var(--accent-strong); border-bottom: 1px solid var(--accent-strong); transform: translate(3px, 3px) rotate(-45deg); }
.brief-budget { grid-column: 1 / -1; padding: 22px; border: 1px solid #e0d2be; border-radius: 6px; background: #fffcf7; }
.budget-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.budget-placeholder { font-size: 21px; letter-spacing: -.04em; color: var(--accent); }
.budget-track { position: relative; height: 4px; margin: 21px 0 17px; background: #e8ddce; border-radius: 3px; }
.budget-track > span { display: block; width: 53%; height: 100%; background: var(--accent-line); transform-origin: left; }
.budget-track > i { position: absolute; top: -5px; left: 53%; width: 14px; height: 14px; background: var(--accent); border: 3px solid #fff9f0; outline: 1px solid var(--accent-line); border-radius: 50%; }
.budget-options { display: flex; align-items: center; justify-content: space-between; font-size: 10px; color: #9a8d7c; }
.budget-options .budget-choice { color: var(--accent-strong); background: var(--accent-soft); padding: 5px 10px; border-radius: 4px; }
.workflow-panel.is-active .brief-chips > span { animation: brief-value .55s ease both; }
.workflow-panel.is-active .brief-chips > span:nth-child(2) { animation-delay: .2s; }
.workflow-panel.is-active .brief-need > i { animation: brief-value .5s ease both; }
.workflow-panel.is-active .brief-need:nth-of-type(1) > i { animation-delay: .4s; }
.workflow-panel.is-active .brief-need:nth-of-type(2) > i { animation-delay: .65s; }
.workflow-panel.is-active .brief-need:nth-of-type(3) > i { animation-delay: .9s; }
.workflow-panel.is-active .budget-track > span { animation: budget-fill 1.6s ease .6s both; }
.workflow-panel.is-active .budget-track > i { animation: budget-handle 1.6s ease .6s both; }
@keyframes brief-value { from { opacity: .2; transform: scale(.9); } to { opacity: 1; transform: scale(1); } }
@keyframes budget-fill { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes budget-handle { from { left: 0; } to { left: 53%; } }

.cinematic .workflow-panel--layout { padding: 0; }
.cinematic .workflow-panel--layout .app-shell { height: 470px; min-height: 0; }
.cinematic .workflow-panel--layout .plan-canvas { min-height: 0; display: flex; align-items: center; padding: 12px 3px; }
.cinematic .workflow-panel--layout .plan-svg { width: 100%; height: auto; max-height: 370px; }
.placement-piece--sofa { --piece-x: 92px; --piece-y: 95px; --piece-delay: .25s; }
.placement-piece--table { --piece-x: 65px; --piece-y: 38px; --piece-delay: .7s; }
.placement-piece--bed { --piece-x: 0px; --piece-y: -45px; --piece-delay: 1.05s; }
.placement-piece--storage { --piece-x: 40px; --piece-y: 0px; --piece-delay: 1.3s; }
.workflow-panel.is-active .placement-piece:not(.placement-piece--kitchen):not(.placement-piece--bath) { animation: place-furniture 1.45s cubic-bezier(.2,.65,.3,1) var(--piece-delay) both; }
.placement-selection rect { fill: none; stroke: var(--accent); stroke-width: 1.6; stroke-dasharray: 5 4; }
.placement-selection circle { fill: #fffcf7; stroke: var(--accent); stroke-width: 1.2; }
.placement-cursor { fill: #fffcf7; stroke: var(--accent-strong); stroke-width: 1.5; filter: drop-shadow(1px 2px 2px rgb(53 46 40 / 20%)); }
.workflow-panel.is-active .placement-cursor { animation: placement-cursor 2.5s ease both; }
.workflow-panel.is-active .placement-selection { animation: placement-selection 2.5s ease both; }
.workflow-panel--layout[data-editor-stage="plan"] .furniture-layer { opacity: .06; }
.workflow-panel--layout .estimate-layer { opacity: 0; }
.workflow-panel--layout[data-editor-stage="estimate"] .estimate-layer { opacity: 1; }
.workflow-panel--layout .plan-dimensions { opacity: .42; }
.workflow-panel--layout[data-editor-stage="plan"] .plan-dimensions { opacity: 1; }
@keyframes place-furniture { from { transform: translate(var(--piece-x), var(--piece-y)); opacity: .25; } to { transform: translate(0, 0); opacity: 1; } }
@keyframes placement-cursor { 0% { opacity: 0; transform: translate(92px, 95px); } 12% { opacity: 1; transform: translate(92px, 95px); } 70% { opacity: 1; transform: translate(0, 0); } 100% { opacity: 0; transform: translate(0, 0); } }
@keyframes placement-selection { 0%, 45% { opacity: 0; } 75%, 100% { opacity: 1; } }

.export-scene { display: grid; grid-template-columns: .95fr 1.05fr; gap: 15px; align-items: start; }
.export-preview { min-width: 0; height: 270px; padding: 16px 14px; border: 1px solid #d9c8af; border-radius: 5px; background: #fffcf7; box-shadow: 0 8px 20px rgb(85 61 32 / 5%); }
.export-file-heading { display: flex; align-items: center; gap: 9px; margin-bottom: 17px; }
.export-file-heading strong { font-size: 10px; font-weight: 450; }
.export-plan { padding-top: 5px; }
.export-sheet-lines { display: flex; gap: 8px; border-top: 1px solid #ded0bd; padding-top: 12px; margin-top: 16px; }
.export-sheet-lines i { display: block; flex: 1; height: 15px; border: 1px solid #e9dece; }
.export-estimate-table { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: 8px; line-height: 1.4; color: #796c5f; }
.export-estimate-table th, .export-estimate-table td { padding: 7px 2px; border-bottom: 1px solid #ebe1d4; text-align: left; overflow-wrap: anywhere; }
.export-estimate-table th { font-weight: 500; color: var(--accent); }
.export-estimate-table th:nth-child(2), .export-estimate-table td:nth-child(2), .export-estimate-table th:nth-child(3), .export-estimate-table td:nth-child(3) { display: none; }
.export-estimate-table th:last-child, .export-estimate-table td:last-child { width: 34%; text-align: right; white-space: nowrap; }
.export-delivery { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 21px; padding: 11px 12px; border: 1px solid #b5c3ad; border-radius: 5px; background: var(--accent-soft); color: var(--accent-strong); font-size: 12px; }
.export-ready { display: inline-flex; align-items: center; justify-content: center; width: 21px; height: 21px; border: 1px solid var(--accent-line); border-radius: 50%; font-size: 11px; margin-left: 5px; }
.workflow-panel.is-active .export-preview { animation: export-document .9s cubic-bezier(.2,.65,.3,1) both; }
.workflow-panel.is-active .export-preview--estimate { animation-delay: .25s; }
.workflow-panel.is-active .export-delivery > svg { animation: export-download 2.2s ease both; }
.workflow-panel.is-active .export-ready { animation: ready-mark 2.2s ease both; }
@keyframes export-document { from { opacity: 0; transform: translateY(30px) scale(.94); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes export-download { 0%, 40% { opacity: .3; transform: translateY(-8px); } 65%, 100% { opacity: 1; transform: translateY(0); } }

/* Third scene: the audience copy sits beside an architectural photograph. */
.cinematic .audience-wrap { position: relative; overflow: hidden; background: #352e28; color: #fff; padding: 0; }
.audience-photo { position: absolute; inset: 0 0 0 51%; }
.audience-photo img { width: 100%; height: 115%; object-fit: cover; object-position: 62% center; transform: translateY(var(--audience-shift, -5%)); }
.audience-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #352e28, transparent 45%), linear-gradient(0deg, rgb(53 46 40 / 32%), transparent 60%); }
.cinematic .audience-wrap .section { position: relative; padding: 110px 0 120px; min-height: 980px; }
.cinematic .audience-head { display: block; max-width: 630px; margin: 0; }
.cinematic .audience-head .section-title { max-width: 620px; }
.cinematic .audience-wrap .eyebrow { color: #d3c4b1; }
.cinematic .segmented { margin-top: 35px; width: fit-content; border: 1px solid #7c6a53; background: rgb(53 46 40 / 40%); padding: 4px; border-radius: 6px; }
.cinematic .segment-button { border-radius: 3px; font-size: 12px; padding: 12px 16px; color: #f2e9de; }
.cinematic .segment-button[aria-pressed="true"] { background: var(--accent-soft); color: var(--accent-strong); box-shadow: none; }
.cinematic .audience-panel { max-width: 510px; margin-top: 28px; }
.cinematic .audience-panel.is-active { display: block; }
.cinematic .audience-intro { font-size: 16px; line-height: 1.75; color: #eaddcc; max-width: 490px; margin: 0 0 35px; }
.cinematic .audience-list { display: block; margin: 0; border-top: 0; }
.cinematic .audience-list li { display: flex; gap: 20px; padding: 20px 0; border: 0; border-top: 1px solid #594c3c; background: none; border-radius: 0; }
.cinematic .audience-icon { flex-shrink: 0; width: 37px; height: 37px; background: transparent; border: 1px solid #86735a; color: #d5c7b5; border-radius: 50%; font-size: 11px; margin: 0; }
.cinematic .audience-list strong { font-size: 16px; font-weight: 450; color: #fff; margin: 0 0 8px; }
.cinematic .audience-list div > span { font-size: 12px; line-height: 1.7; color: #d2c3af; }

/* Product screens retain their original accessible controls and copy. */
.cinematic .workspace-demo { grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: 55px; align-items: start; }
.cinematic .workspace-frame { position: sticky; top: calc(50svh - 230px); min-height: 0; border: 1px solid #e5d4bd; border-radius: 10px; box-shadow: var(--shadow); background: #fdfcfb; }
.cinematic .workspace-topbar { background: #efe5d7; color: #584b3b; border-color: #e5d4bd; font-size: 10px; padding: 17px 22px; }
.cinematic .workspace-stage { min-height: 410px; padding: 18px; background: #fdfbf9; }
.cinematic .sheet { min-height: 390px; padding: 24px; }
.cinematic .sheet-label { font-size: 11px; color: #7f6d55; text-transform: none; }
.cinematic .recognition-grid { gap: 20px; }
.cinematic .mini-plan { background: #f6f1ea; border-color: #ebdecd; }
.cinematic .issue-list li { border-color: #ebdecd; background: #f6f1ea; border-radius: 5px; }
.cinematic .issue-list strong { font-size: 10px; }
.cinematic .issue-list span { font-size: 9px; }
.cinematic .render-grid { grid-template-columns: 1.5fr 1fr; gap: 8px; }
.cinematic .render-scene { position: relative; min-height: 310px; border-radius: 4px; overflow: hidden; background: #40372b; }
.cinematic .render-scene--small { min-height: 151px; }
.render-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }
.cinematic .render-caption { color: #fff; background: rgb(37 30 23 / 58%); border: 0; border-radius: 3px; font-size: 10px; padding: 6px 9px; z-index: 1; }
.cinematic .demo-nav { gap: 0; order: 0; border: 0; }
.cinematic .demo-tab { min-height: 37svh; padding: 36px 0 36px 24px; border: 0; border-left: 1px solid #e9dbc8; border-radius: 0; background: transparent; }
.cinematic .demo-tab::before { left: -1px; top: 0; bottom: 0; width: 2px; height: auto; opacity: 0; border-radius: 0; background: var(--accent); }
.cinematic .demo-tab[aria-selected="true"]::before { width: 2px; opacity: 1; }
.cinematic .demo-tab:hover, .cinematic .demo-tab[aria-selected="true"] { background: transparent; }
.cinematic .demo-tab strong { font-size: 25px; font-weight: 400; line-height: 1.2; letter-spacing: -.035em; }
.cinematic .demo-tab p { font-size: 13px; color: var(--muted); opacity: 1; line-height: 1.75; max-height: none; display: block; margin-top: 22px; }
.cinematic .demo-arrow { font-size: 24px; color: var(--accent); }
.cinematic .estimate-table { font-size: 10px; }
.cinematic .estimate-table th { color: #806e56; font-size: 9px; }
.cinematic .estimate-table th, .cinematic .estimate-table td { padding: 14px 7px; border-color: #ede1d2; }
.cinematic .estimate-total strong { font-size: 28px; font-weight: 400; letter-spacing: -.04em; }

.cinematic .pricing-wrap { background: #eee5d9; border: 0; }
.cinematic .pricing-wrap .section { padding: 120px 0; }
.cinematic .pricing-grid { gap: 20px; align-items: stretch; border: 0; background: transparent; }
.cinematic .price-card { background: #faf6ef; border: 1px solid #e6d6c1; padding: 36px 30px; border-radius: 8px; }
.cinematic .price-card:last-child { border-right: 1px solid #e6d6c1; }
.cinematic .price-card--featured { background: #5b4736; color: #fff; border-color: #5b4736; box-shadow: none; }
.cinematic .price-kicker { font-size: 11px; color: #6a5a46; font-weight: 400; text-transform: none; letter-spacing: 0; }
.cinematic .price-name { font-size: 29px; letter-spacing: -.04em; font-weight: 400; margin: 0 0 15px; }
.cinematic .price-description { min-height: 75px; font-size: 13px; line-height: 1.7; }
.cinematic .price strong { font-size: 50px; font-weight: 400; letter-spacing: -.065em; }
.cinematic .price span { font-size: 11px; }
.cinematic .price-features { padding-top: 28px; border-color: #e7d8c4; min-height: 290px; margin-bottom: 25px; }
.cinematic .price-features li { font-size: 12px; line-height: 1.7; margin-bottom: 15px; }
.cinematic .price-features li::before { color: var(--accent-line); }
.cinematic .price-card--featured .price-kicker, .cinematic .price-card--featured .price-description, .cinematic .price-card--featured .price-note, .cinematic .price-card--featured .price-features li, .cinematic .price-card--featured .price span { color: #eee3d5; }
.cinematic .price-card--featured .price-features { border-color: #7c6a52; }
.cinematic .price-card--featured .button { background: var(--accent-soft); color: var(--accent-strong); }
.cinematic .price-card--featured .button:hover { background: #fff; }
.cinematic .price-note { font-size: 10px; line-height: 1.6; }
.cinematic .pricing-footnote { color: #77664f; font-size: 12px; max-width: 820px; margin: 32px 0 0; text-align: left; line-height: 1.8; }
.cinematic #faq { display: block; }
.cinematic .faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.cinematic #faq .section-title { font-size: clamp(38px, 3.5vw, 52px); }
.cinematic .faq-layout > div:first-child { position: sticky; top: 130px; margin: 0; }
.cinematic .faq-list { margin: 0; width: 100%; max-width: none; }
.cinematic .faq-item { border-color: #e8d9c5; }
.cinematic .faq-item summary { font-size: 17px; font-weight: 400; padding: 27px 46px 27px 0; letter-spacing: -.02em; }
.cinematic .faq-answer { color: #7d6b53; font-size: 14px; line-height: 1.8; }

.cinematic .signup-section { width: 100%; max-width: none; margin: 0; padding: 100px max(56px, calc((100% - 1440px) / 2)); display: grid; grid-template-columns: 1fr .75fr; gap: 100px; background: #352e28; color: #fff; border-radius: 0; position: relative; overflow: hidden; isolation: isolate; }
.signup-photo { position: absolute; inset: 0; z-index: -2; }
.signup-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 30% center; }
.signup-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgb(39 31 23 / 87%), rgb(39 31 23 / 35%)); }
.cinematic .signup-copy { padding: 30px 0; background: transparent; align-self: center; }
.cinematic .signup-copy, .cinematic .signup-form-shell { width: auto; margin: 0; }
.cinematic .signup-copy .eyebrow { color: #d5c6b3; }
.cinematic .signup-copy h2 { font-size: clamp(42px, 4vw, 65px); max-width: 590px; }
.cinematic .signup-copy p:not(.eyebrow) { color: #e8d8c4; font-size: 15px; line-height: 1.75; max-width: 440px; margin-top: 28px; }
.cinematic .signup-form-shell { color: #352e28; background: #faf6ef; padding: 40px; border: 0; border-radius: 8px; }
.cinematic .text-input { border-color: #e2cfb6; background: #fff; border-radius: 4px; }
.cinematic .check-row { font-size: 11px; line-height: 1.7; color: #7a6952; }
.cinematic .check-row input { accent-color: var(--accent); }
.cinematic .form-note { font-size: 11px; }
.cinematic .site-footer { width: var(--page); padding: 60px 0 34px; display: flex; flex-wrap: wrap; gap: 28px; justify-content: space-between; color: #887c6e; }
.contact-line { flex: 0 0 100%; display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 54px; border-bottom: 1px solid #e8d9c5; gap: 25px; }
.contact-line > span { font-size: 13px; color: #796851; }
.contact-line > a { display: flex; align-items: center; gap: 40px; color: #3b3328; font-size: clamp(30px, 4.5vw, 66px); line-height: 1.15; letter-spacing: -.05em; }
.contact-line > a:hover { color: var(--accent); }
.cinematic .site-footer > div:not(.contact-line) { font-size: 11px; }
.cinematic .footer-links { gap: 25px; font-size: 10px; }
.cinematic dialog { background: #faf6ef; border-radius: 12px; color: #352e28; }
.cinematic dialog::backdrop { background: rgb(34 27 20 / 70%); backdrop-filter: blur(8px); }

@media (min-width: 1600px) {
  .hero-controls { left: max(56px, calc((100% - 1440px) / 2)); right: max(56px, calc((100% - 1440px) / 2)); }
}
@media (max-width: 1200px) {
  body.cinematic { --page: calc(100% - 72px); }
  .cinematic .nav { gap: 22px; }
  .cinematic .nav-links { gap: 16px; }
  .cinematic .nav-link { font-size: 11px; }
  .cinematic .nav-login { display: none; }
  .process-layout { gap: 35px; grid-template-columns: .7fr 1.3fr; }
  .cinematic .window-save { display: none; }
  .cinematic .app-shell { grid-template-columns: 110px 1fr; }
  .cinematic .workspace-demo { gap: 30px; }
  .cinematic .price-card { padding: 28px 22px; }
  .cinematic .price strong { font-size: 44px; }
  .cinematic .signup-section { padding: 90px 36px; gap: 50px; }
  .cinematic .signup-form-shell { padding: 28px; }
  .cinematic .faq-layout { gap: 50px; }
}
@media (max-width: 1080px) {
  .cinematic .nav { min-height: 76px; }
  .cinematic .nav-toggle { display: inline-flex; color: #fff; margin-left: auto; border: 1px solid rgb(255 255 255 / 25%); background: transparent; border-radius: 4px; }
  .cinematic .nav-links { position: absolute; top: 76px; left: 0; right: 0; display: none; padding: 22px 36px 30px; background: #352e28; border: 0; box-shadow: 0 16px 24px rgb(0 0 0 / 15%); }
  .cinematic .nav-links.is-open { display: flex; flex-direction: column; align-items: stretch; }
  .cinematic .nav-link { padding: 12px 0; font-size: 15px; }
  .cinematic .nav-link.is-current::after { display: none; }
  .cinematic .nav-actions { margin-left: 0; }
  .cinematic .hero h1 { font-size: 76px; }
  .hero-title-secondary { max-width: 600px; font-size: 39px; }
  .cinematic .fact { padding: 0 22px; }
  .cinematic .fact strong { font-size: 16px; }
  .cinematic .fact span { font-size: 11px; }
  .cinematic .section { padding: 90px 0; }
  .cinematic .section-head { max-width: 700px; }
  .process-layout { grid-template-columns: 1fr; gap: 15px; }
  .process-visual { grid-row: 1; position: relative; top: 0; }
  .cinematic .process { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
  .cinematic .process-step { min-height: 0; padding: 35px 0; }
  .cinematic .process-step h3 { font-size: 27px; }
  .cinematic .process-step + .process-step { border-top: 0; }
  .cinematic .app-shell { grid-template-columns: 145px 1fr; }
  .cinematic .plan-canvas { min-height: 380px; }
  .cinematic .audience-head { max-width: 560px; }
  .audience-photo { left: 36%; opacity: .62; }
  .audience-photo::after { background: linear-gradient(90deg, #352e28, rgb(53 46 40 / 25%)); }
  .cinematic .audience-wrap .section { min-height: 0; }
  .cinematic .workspace-demo { grid-template-columns: 1fr; gap: 30px; }
  .cinematic .workspace-frame { position: relative; top: auto; }
  .cinematic .demo-nav { display: grid; grid-template-columns: repeat(3, 1fr); }
  .cinematic .demo-tab { min-height: 0; padding: 18px; }
  .cinematic .demo-tab strong { font-size: 20px; }
  .cinematic .demo-tab p { font-size: 11px; }
  .cinematic .pricing-grid { gap: 12px; }
  .cinematic .price-card { padding: 26px 18px; }
  .cinematic .price-name { font-size: 25px; }
  .cinematic .price-description { min-height: 95px; font-size: 12px; }
  .cinematic .price-features { min-height: 320px; }
  .cinematic .price-card .button { font-size: 12px; padding: 14px 8px; }
  .cinematic .signup-section { gap: 35px; grid-template-columns: 1fr 1fr; }
  .cinematic .signup-copy h2 { font-size: 43px; }
  .cinematic .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .cinematic .faq-layout > div:first-child { position: static; max-width: 580px; }
}
@media (max-width: 780px) {
  body.cinematic { --page: calc(100% - 40px); --header-h: 70px; }
  .cinematic .nav { min-height: 70px; gap: 12px; }
  .cinematic .brand { font-size: 20px; gap: 9px; }
  .cinematic .brand-mark { width: 22px; height: 22px; }
  .cinematic .nav-links { top: 70px; padding: 16px 20px 26px; }
  .cinematic .nav-toggle { order: 3; margin-left: 0; width: 39px; height: 39px; }
  .cinematic .nav-actions { margin-left: auto; }
  .cinematic .nav-actions .button { min-height: 39px; padding: 9px 14px; }
  .cinematic .cta-long { display: none; }
  .cinematic .cta-short { display: inline; }
  .cinematic .hero { height: auto; min-height: 0; }
  .hero-stage { position: relative; height: auto; min-height: max(800px, 100svh); align-items: stretch; }
  .hero-media img, .hero-film { object-position: 67% center; }
  .hero-shade { background: linear-gradient(0deg, rgb(34 27 20 / 94%) 1%, rgb(34 27 20 / 61%) 55%, rgb(34 27 20 / 18%) 90%), linear-gradient(90deg, rgb(34 27 20 / 20%), transparent); }
  .cinematic .hero-copy { padding: 165px 0 110px; align-self: flex-end; transform: none !important; opacity: 1 !important; }
  .cinematic .hero .eyebrow { font-size: 10px; margin-bottom: 23px; }
  .cinematic .hero h1 { font-size: clamp(35px, 9.6vw, 62px); letter-spacing: -.06em; }
  .hero-title-secondary { font-size: clamp(29px, 7.2vw, 43px); margin-top: 15px; line-height: 1.14; max-width: 540px; }
  .cinematic .hero-lede { font-size: 13px; line-height: 1.75; margin-top: 26px; max-width: 490px; color: #ede2d3; }
  .cinematic .hero-actions { flex-direction: column; align-items: stretch; gap: 10px; margin-top: 25px; }
  .cinematic .hero-actions .button { min-height: 52px; font-size: 13px; }
  .cinematic .hero .microcopy { font-size: 10px; max-width: 330px; margin-top: 16px; }
  .hero-controls { bottom: 24px; left: 20px; right: 20px; }
  .cinematic .fact-strip-inner { display: block; padding: 14px 0; }
  .cinematic .fact, .cinematic .fact:first-child, .cinematic .fact:last-child { padding: 24px 0; border: 0; }
  .cinematic .fact + .fact { border-top: 1px solid #d8cbba; }
  .cinematic .fact strong { font-size: 18px; }
  .cinematic .fact span { font-size: 12px; max-width: 420px; }
  .cinematic .section { padding: 75px 0; }
  .cinematic .section-head { margin-bottom: 34px; }
  .cinematic .eyebrow { font-size: 11px; margin-bottom: 20px; }
  .cinematic .section-title { font-size: clamp(33px, 8.9vw, 50px); line-height: 1.12; }
  .cinematic .section-lede { font-size: 13px; margin-top: 22px; line-height: 1.75; }
  .process-layout { gap: 0; }
  .process-visual { padding: 8px 0 20px; }
  .cinematic .product-window { border-radius: 7px; }
  .cinematic .app-shell { grid-template-columns: 1fr; min-height: 0; }
  .cinematic .app-sidebar { display: flex; flex-wrap: wrap; padding: 10px; gap: 4px; border-bottom: 1px solid #e6d6c2; }
  .cinematic .app-sidebar-label { display: none; }
  .cinematic .stage-button { flex: 1; justify-content: center; min-width: 0; padding: 11px 5px; font-size: 10px; }
  .cinematic .app-meta { display: none; }
  .cinematic .plan-canvas { min-height: 300px; padding: 14px 2px 95px; }
  .cinematic .plan-svg { width: 100%; min-width: 0; }
  .cinematic .canvas-status { left: 12px; right: 12px; bottom: 12px; max-width: none; padding: 12px; }
  .cinematic .canvas-status strong { font-size: 10px; }
  .cinematic .canvas-status span { font-size: 9px; }
  .cinematic .process { display: block; }
  .cinematic .process-step { padding: 28px 0; }
  .cinematic .process-step + .process-step { border-top: 1px solid #ded0bd; }
  .cinematic .process-step h3 { font-size: 27px; max-width: 450px; }
  .cinematic .process-step p { font-size: 13px; max-width: 450px; }
  .cinematic .audience-wrap .section { padding: 75px 0 310px; }
  .audience-photo { top: auto; left: 0; height: 450px; opacity: .9; }
  .audience-photo img { height: 100%; object-position: 55% center; transform: none !important; }
  .audience-photo::after { background: linear-gradient(180deg, #352e28, transparent 68%); }
  .cinematic .segmented { margin-top: 26px; width: 100%; }
  .cinematic .segment-button { flex: 1; padding: 12px 5px; font-size: 11px; }
  .cinematic .audience-panel { max-width: 100%; }
  .cinematic .audience-intro { font-size: 14px; }
  .cinematic .audience-list li { gap: 15px; padding: 21px 0; }
  .cinematic .audience-list strong { font-size: 16px; }
  .cinematic .audience-list div > span { font-size: 12px; }
  .cinematic .workspace-demo { gap: 22px; }
  .cinematic .workspace-topbar { font-size: 8px; padding: 14px 12px; gap: 10px; }
  .cinematic .workspace-topbar span:last-child { display: none; }
  .cinematic .workspace-stage { min-height: 350px; }
  .cinematic .sheet { padding: 14px; }
  .cinematic .sheet-label { font-size: 9px; flex-wrap: wrap; gap: 8px; }
  .cinematic .recognition-grid { grid-template-columns: 1fr; gap: 12px; }
  .cinematic .mini-plan { min-height: 180px; padding: 10px; }
  .cinematic .issue-list { display: grid; grid-template-columns: 1fr; gap: 6px; }
  .cinematic .issue-list li { padding: 10px; }
  .cinematic .issue-list strong { font-size: 10px; }
  .cinematic .issue-list span { font-size: 9px; }
  .cinematic .render-grid { display: block; }
  .cinematic .render-scene { min-height: 240px; }
  .cinematic .render-column { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 7px; }
  .cinematic .render-scene--small { min-height: 120px; }
  .cinematic .render-caption { font-size: 8px; left: 7px; bottom: 7px; }
  .cinematic .demo-nav { display: block; }
  .cinematic .demo-tab { width: 100%; padding: 22px 18px; }
  .cinematic .demo-tab strong { font-size: 23px; }
  .cinematic .demo-tab p { font-size: 12px; margin-top: 14px; }
  .cinematic .estimate-table { font-size: 9px; min-width: 0; }
  .cinematic .estimate-table th, .cinematic .estimate-table td { padding: 12px 4px; white-space: normal; }
  .cinematic .estimate-table th { font-size: 8px; }
  .cinematic .estimate-total { gap: 16px; }
  .cinematic .estimate-total span { font-size: 10px; }
  .cinematic .estimate-total strong { font-size: 26px; }
  .cinematic .pricing-wrap .section { padding: 75px 0; }
  .cinematic .pricing-grid { grid-template-columns: 1fr; gap: 18px; }
  .cinematic .price-card { padding: 32px 26px; border-radius: 7px; }
  .cinematic .price-name { font-size: 30px; }
  .cinematic .price-description { min-height: 0; font-size: 13px; }
  .cinematic .price strong { font-size: 57px; }
  .cinematic .price-features { min-height: 0; padding-top: 24px; }
  .cinematic .price-features li { font-size: 13px; }
  .cinematic .price-card .button { font-size: 14px; }
  .cinematic .pricing-footnote { font-size: 11px; }
  .cinematic .faq-layout { gap: 25px; }
  .cinematic #faq .section-title { font-size: 38px; }
  .cinematic .faq-item summary { font-size: 16px; line-height: 1.5; }
  .cinematic .faq-answer { font-size: 13px; }
  .cinematic .signup-section { padding: 70px 20px; grid-template-columns: 1fr; gap: 35px; }
  .signup-photo img { object-position: 38% center; }
  .signup-photo::after { background: rgb(38 30 22 / 74%); }
  .cinematic .signup-copy { padding: 0; }
  .cinematic .signup-copy, .cinematic .signup-form-shell { width: 100%; margin: 0; }
  .cinematic .signup-copy h2 { font-size: 42px; }
  .cinematic .signup-copy p:not(.eyebrow) { font-size: 14px; }
  .cinematic .signup-form-shell { padding: 28px 22px; }
  .cinematic .site-footer { padding: 45px 0 28px; gap: 24px; }
  .contact-line { align-items: flex-start; flex-direction: column; gap: 19px; padding-bottom: 32px; }
  .contact-line > a { font-size: clamp(24px, 6.8vw, 44px); gap: 15px; letter-spacing: -.045em; }
  .contact-line svg { width: 25px; height: 25px; }
  .cinematic .footer-links { flex-wrap: wrap; gap: 16px; font-size: 10px; }
}
@media (max-height: 740px) and (min-width: 781px) {
  .hero-stage { min-height: 620px; }
  .cinematic .hero-copy { padding: 105px 0 85px; }
  .cinematic .hero .eyebrow { margin-bottom: 20px; }
  .cinematic .hero h1 { font-size: 74px; }
  .hero-title-secondary { font-size: 35px; max-width: 600px; margin-top: 12px; }
  .cinematic .hero-lede { margin-top: 21px; font-size: 13px; }
  .cinematic .hero-actions { margin-top: 22px; }
  .process-visual, .cinematic .workspace-frame { top: 100px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cinematic *, .cinematic *::before, .cinematic *::after { animation: none !important; transition: none !important; }
  .cinematic .hero { height: auto; min-height: 0; }
  .hero-stage { position: relative; }
  .hero-media, .cinematic .hero-copy, .audience-photo img { transform: none !important; opacity: 1 !important; }
  .hero-film { display: none; }
  .reading-progress, .film-toggle { display: none !important; }
  .cinematic .process-step, .cinematic .demo-tab { min-height: 0; }
}

@media (max-width: 1080px) {
  .cinematic.has-inline-workflow .process-visual { display: none; }
  .cinematic.has-inline-workflow .process { display: block; }
  .cinematic.has-inline-workflow .process-step { display: block; min-height: 0; padding: 38px 0; }
  .cinematic.has-inline-workflow .process-step + .process-step { border-top: 1px solid #ded0bd; }
  .cinematic.has-inline-workflow .process-step h3, .cinematic.has-inline-workflow .process-step p { max-width: 650px; }
  .cinematic.has-inline-workflow .process-inline-visual { display: block; max-width: 740px; margin-top: 28px; }
  .process-inline-visual .workflow-panel { width: 100%; border: 1px solid #ded0bd; border-radius: 10px; }
  .cinematic .process-inline-visual .workflow-panel--layout .app-shell { height: 468px; }
}
@media (max-width: 780px) {
  .workflow-panel { padding: 20px 18px; height: auto; min-height: 470px; }
  .workflow-intro { margin-bottom: 23px; gap: 10px; }
  .workflow-intro strong { font-size: 13px; }
  .workflow-intro > span { font-size: 9px; }
  .workflow-footnote { font-size: 10px; }
  .upload-dropzone { height: 285px; }
  .upload-file { top: 42px; width: 78%; }
  .file-heading { font-size: 9px; gap: 6px; }
  .brief-scene { gap: 10px; }
  .brief-household, .brief-needs { padding: 14px 12px; }
  .brief-label { font-size: 10px; }
  .household-people { gap: 6px; min-height: 105px; }
  .household-people svg { width: 26px; height: 50px; }
  .household-people .household-child { width: 20px; height: 38px; }
  .brief-chips { gap: 5px; }
  .brief-chips > span { font-size: 9px; padding: 5px 6px; }
  .brief-need { gap: 7px; font-size: 10px; padding-top: 24px; }
  .brief-budget { padding: 20px 14px; }
  .budget-placeholder { font-size: 20px; }
  .budget-options { font-size: 9px; }
  .cinematic .workflow-panel--layout .app-shell { grid-template-rows: auto minmax(0, 1fr); }
  .cinematic .workflow-panel--layout .plan-canvas { padding: 8px 2px; }
  .cinematic .workflow-panel--layout .plan-svg { max-height: 285px; }
  .export-scene { gap: 10px; }
  .export-preview { padding: 13px 9px; }
  .export-file-heading { flex-direction: column; align-items: flex-start; gap: 8px; }
  .export-file-heading strong { font-size: 10px; }
  .export-estimate-table { font-size: 7px; }
  .export-estimate-table td { padding: 7px 1px; }
  .export-delivery { font-size: 11px; gap: 9px; }
  .workflow-panel .workflow-footnote { max-width: none; }
}
@media (prefers-reduced-motion: reduce) {
  .placement-cursor { opacity: 0; }
  .placement-piece { transform: none; opacity: 1; }
  .workflow-panel { scroll-margin-top: 90px; }
}
