.create-page { min-height: 100dvh; background: linear-gradient(180deg, var(--blush) 0 260px, var(--paper) 260px); }
.builder-header { display: grid; grid-template-columns: 1fr auto 1fr; min-height: 76px; align-items: center; gap: 12px; }
.builder-header .logo { justify-self: center; font-size: 0.92rem; }
.back-link, .help-link { display: inline-flex; align-items: center; min-height: 44px; color: var(--muted); font-size: 0.82rem; font-weight: 700; }
.back-link { justify-self: start; gap: 7px; }
.help-link { justify-self: end; text-decoration: underline; }
.builder-shell { width: min(650px, calc(100% - 40px)); margin: 24px auto 70px; }
.progress-region { margin-bottom: 34px; }
.progress-copy { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 0.75rem; font-weight: 700; }
.progress-track { height: 5px; margin-top: 10px; overflow: hidden; border-radius: 999px; background: #e5dfec; }
.progress-track span { display: block; width: 20%; height: 100%; border-radius: inherit; background: var(--violet); transition: width 200ms ease; }
.builder-step { padding: 28px 22px; border: 1px solid #e6dfe9; border-radius: var(--radius-md); background: var(--surface); box-shadow: var(--shadow-card); }
.builder-step h1 { max-width: 13ch; font-size: clamp(2.15rem, 10vw, 3.5rem); }
.step-lead { max-width: 34rem; margin: 16px 0 0; color: var(--muted); }
.field-stack { display: grid; gap: 18px; margin-top: 28px; }
.field-label { display: block; margin: 28px 0 8px; color: var(--ink); font-size: 0.87rem; font-weight: 700; }
.field-stack .field-label { margin-top: 0; }
.field-input { width: 100%; min-height: 54px; border: 1px solid #d5ccdc; border-radius: 12px; padding: 14px; background: #fff; color: var(--ink); font: inherit; }
.field-input:focus { border-color: var(--violet); outline: 3px solid rgb(99 70 199 / 20%); }
.field-textarea { min-height: 120px; resize: vertical; }
.field-note, .privacy-note { margin: 10px 0 0; color: var(--muted); font-size: 0.78rem; }
.upload-grid { display: grid; gap: 12px; margin-top: 28px; }
.upload-card { display: grid; grid-template-columns: 58px 1fr; grid-template-rows: auto auto; column-gap: 13px; align-items: center; min-height: 86px; padding: 12px; border: 1px dashed #b9a8e5; border-radius: 14px; background: #fbfaff; cursor: pointer; }
.upload-card:focus-within { outline: 3px solid var(--violet); outline-offset: 3px; }
.upload-card input { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.upload-preview { display: grid; grid-row: 1 / span 2; width: 58px; height: 58px; place-items: center; overflow: hidden; border-radius: 10px; background: var(--lavender); color: var(--violet); font-size: 1.5rem; font-weight: 400; }
.upload-preview img { width: 100%; height: 100%; object-fit: cover; }
.upload-card strong { font-size: 0.88rem; }
.upload-card small { color: var(--muted); font-size: 0.73rem; }
.movie-summary { display: grid; gap: 0; margin-top: 28px; overflow: hidden; border: 1px solid #dfd5ed; border-radius: 14px; background: #faf8ff; }
.movie-summary > div { display: grid; gap: 4px; padding: 15px; border-bottom: 1px solid #e4dceb; }
.movie-summary > div:last-child { border-bottom: 0; }
.movie-summary span { color: var(--muted); font-size: 0.72rem; }
.movie-summary strong { font-family: var(--display); font-size: 1rem; line-height: 1.25; }
.movie-summary .summary-price { display: flex; justify-content: space-between; align-items: center; background: var(--lavender); }
.summary-price strong { color: var(--violet); font-size: 1.4rem; }
.builder-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; margin-top: 22px; }
.builder-actions .button { min-width: 170px; }
.back-button { min-height: 48px; border: 0; padding: 10px; background: transparent; color: var(--muted); font-weight: 700; }
.form-error { margin: 18px 0 0; color: #a12424; font-size: 0.88rem; font-weight: 700; }
.create-page dialog { width: min(510px, calc(100% - 32px)); max-height: calc(100dvh - 32px); overflow: auto; border: 0; border-radius: var(--radius-md); color: var(--ink); box-shadow: 0 24px 80px rgb(0 0 0 / 32%); }
.create-page dialog::backdrop { background: rgb(30 24 46 / 70%); backdrop-filter: blur(3px); }
.create-page .close { position: absolute; top: 7px; right: 7px; display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 999px; background: transparent; color: var(--muted); font-size: 1.75rem; }
.create-page .close:hover { background: var(--blush); }
.checkout-dialog-body { padding: 32px 24px 26px; }
.checkout-dialog-body h2 { max-width: 14ch; margin: 8px 0 14px; }
.checkout-dialog-body p:not(.eyebrow) { color: var(--muted); }
.checkout-dialog-body .button { width: 100%; margin-top: 12px; }
@media (min-width: 600px) { .builder-shell { margin-top: 42px; } .builder-step { padding: 46px; } .upload-grid { grid-template-columns: repeat(3, 1fr); } .upload-card { grid-template-columns: 1fr; grid-template-rows: auto auto auto; row-gap: 8px; text-align: center; } .upload-preview { grid-row: auto; width: 100%; height: 120px; } }

.consent-check { display: flex; gap: 10px; align-items: flex-start; margin-top: 20px; color: var(--muted); font-size: 0.88rem; line-height: 1.5; }
.consent-check input { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 2px; accent-color: var(--violet); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; opacity: 0; }

.movie-option { display: flex; gap: 12px; padding: 20px; margin-top: 24px; border: 2px solid var(--violet); border-radius: 14px; background: #faf8ff; }
.movie-option input { flex: 0 0 auto; width: 20px; height: 20px; accent-color: var(--violet); }
.movie-option strong, .movie-option small { display: block; }
.movie-option small { margin-top: 8px; color: var(--muted); line-height: 1.6; }
.concept-preview { margin-top: 28px; padding-top: 24px; border-top: 1px solid #e4dceb; }
.concept-preview h2 { margin: 10px 0; font-family: var(--display); font-size: clamp(1.6rem, 6vw, 2.3rem); overflow-wrap: anywhere; }
.concept-preview p { overflow-wrap: anywhere; }
.concept-scenes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 0; margin: 24px 0 12px; list-style: none; }
.concept-scenes li { overflow: hidden; border: 1px solid #e4dceb; border-radius: 12px; background: #faf8ff; }
.concept-scenes img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; }
.concept-scenes li > div { padding: 13px; }
.concept-scenes span { color: var(--violet); font-weight: 700; font-size: .8rem; }
.concept-scenes p { margin: 7px 0 0; color: var(--muted); font-size: .85rem; line-height: 1.5; }
.consent-check a { text-decoration: underline; color: var(--violet); }
.movie-summary strong { overflow-wrap: anywhere; }
.builder-footer { display: flex; justify-content: center; flex-wrap: wrap; gap: 22px; padding: 24px; font-size: .85rem; color: var(--muted); }
.builder-footer a { text-decoration: underline; }
@media (max-width: 380px) { .concept-scenes { grid-template-columns: 1fr; } .builder-actions .button { min-width: 0; } }
