/* Personal story application — distinct editorial conversion flow. */
:root {
  --custom-navy: #062a61;
  --custom-navy-strong: #041d46;
  --custom-orange: #ff6a00;
  --custom-orange-dark: #dc5600;
  --custom-blue: #2f80ed;
  --custom-cream: #fff8eb;
  --custom-paper: #fffdf8;
  --custom-line: #dce5ef;
  --custom-muted: #62758f;
  --custom-ink: #18355f;
}

.custom-story-view {
  --page-padding: clamp(20px, 4.45vw, 68px);
  color: var(--custom-navy);
  background: #fffdf8;
}

.custom-story-view[hidden] { display: none !important; }
.custom-story-view .page-container { max-width: 1360px; }
.custom-story-section { padding-block: clamp(70px, 8vw, 126px); }
.custom-story-section--tight { padding-block: clamp(44px, 6vw, 78px); }
.custom-story-section--cream { background: var(--custom-cream); }
.custom-story-section--paper { background: #fffdf8; }

.custom-story-kicker,
.custom-story-eyebrow {
  margin: 0 0 16px;
  color: var(--custom-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.custom-story-heading {
  max-width: 760px;
  margin: 0;
  color: var(--custom-navy);
  font-size: clamp(36px, 4.5vw, 64px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .98;
}

.custom-story-intro {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--custom-muted);
  font-size: 17px;
  line-height: 1.6;
}

.custom-story-button {
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 16px;
  background: var(--custom-orange);
  box-shadow: 0 10px 22px rgba(255, 106, 0, .2);
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform .16s var(--ease), background .16s var(--ease), box-shadow .16s var(--ease);
}

.custom-story-button:hover { background: var(--custom-orange-dark); box-shadow: 0 14px 28px rgba(255, 106, 0, .26); transform: translateY(-2px); }
.custom-story-button:active { transform: translateY(0); box-shadow: 0 5px 12px rgba(255, 106, 0, .16); }
.custom-story-button:disabled { background: #b9c6d6; box-shadow: none; transform: none; }
.custom-story-button--secondary { border-color: #cfdbe8; background: #fff; box-shadow: none; color: var(--custom-navy); }
.custom-story-button--secondary:hover { border-color: #a9bfd8; background: #f7faff; box-shadow: none; }
.custom-story-button--small { min-height: 44px; padding-inline: 16px; border-radius: 12px; font-size: 14px; }
.custom-story-text-link { padding: 8px 0; border: 0; background: transparent; color: var(--custom-navy); font: inherit; font-size: 15px; font-weight: 750; text-decoration: underline; text-decoration-color: #aec8e6; text-underline-offset: 5px; }
.custom-story-text-link:hover { color: var(--custom-orange-dark); }

.custom-story-hero { padding: clamp(58px, 7vw, 100px) 0 44px; overflow: hidden; }
.custom-story-hero-grid { display: grid; grid-template-columns: minmax(0, .84fr) minmax(520px, 1.16fr); align-items: center; gap: clamp(48px, 5vw, 76px); }
.custom-story-hero-copy { position: relative; z-index: 1; padding: 22px 0; }
.custom-story-hero h1 { max-width: 700px; margin: 0; color: var(--custom-navy); font-size: clamp(48px, 5.35vw, 76px); font-weight: 850; letter-spacing: -.065em; line-height: .94; }
.custom-story-hero-lead { max-width: 580px; margin: 25px 0 0; color: var(--custom-muted); font-size: 18px; line-height: 1.58; }
.custom-story-offer-line { max-width: 560px; margin: 28px 0 0; padding: 18px 0; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 0; border-top: 1px solid var(--custom-line); border-bottom: 1px solid var(--custom-line); color: var(--custom-navy); font-size: 14px; font-weight: 750; }
.custom-story-offer-line span { padding: 0 16px; border-right: 1px solid var(--custom-line); }
.custom-story-offer-line span:first-child { padding-left: 0; }
.custom-story-offer-line span:last-child { border-right: 0; }
.custom-story-hero-actions { margin-top: 28px; display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }

.custom-story-transform { position: relative; min-height: 485px; display: grid; align-items: center; }
.custom-story-transform::before { position: absolute; inset: 7% 2% 0 14%; border-radius: 42px; background: #e9f2ff; content: ""; transform: rotate(2.3deg); }
.custom-story-transform-card { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(122px, .55fr) 54px minmax(230px, 1fr); align-items: center; gap: clamp(12px, 2vw, 25px); padding: clamp(22px, 3vw, 38px); border: 1px solid rgba(6, 42, 97, .09); border-radius: 34px; background: rgba(255, 253, 248, .84); box-shadow: 0 26px 70px rgba(6, 42, 97, .14); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.custom-story-photo, .custom-story-hero-character { overflow: hidden; border-radius: 26px; background: #edf0ef; }
.custom-story-photo { aspect-ratio: 1; border: 7px solid #fff; box-shadow: 0 10px 25px rgba(11, 43, 82, .12); }
.custom-story-photo img { width: 100%; height: 100%; object-fit: cover; }
.custom-story-transform-arrow { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--custom-orange); box-shadow: 0 8px 18px rgba(255, 106, 0, .22); color: #fff; }
.custom-story-transform-arrow svg { width: 25px; height: 25px; }
.custom-story-result-scene { position: relative; min-height: 290px; overflow: hidden; border-radius: 26px; background: #d8edf7; }
.custom-story-result-scene > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.custom-story-hero-character { width: min(47%, 190px); position: absolute; z-index: 1; left: 6%; bottom: 0; border: 5px solid #fff; box-shadow: 0 10px 25px rgba(11, 43, 82, .16); }
.custom-story-hero-character img { width: 100%; height: 100%; object-fit: cover; }
.custom-story-transform-caption { position: absolute; z-index: 2; right: 16px; bottom: 15px; max-width: 165px; padding: 9px 12px; border-radius: 11px; background: rgba(6, 42, 97, .88); color: #fff; font-size: 12px; font-weight: 750; line-height: 1.35; }
.custom-story-transform-label { position: absolute; z-index: 2; left: 38px; bottom: 17px; color: var(--custom-navy); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }

.custom-story-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid #e1e9f2; border-radius: 22px; background: #e1e9f2; }
.custom-story-trust-item { min-height: 92px; padding: 20px 21px; display: grid; grid-template-columns: 28px minmax(0, 1fr); align-items: center; gap: 12px; background: #fff; color: var(--custom-ink); font-size: 13px; font-weight: 750; line-height: 1.4; }
.custom-story-trust-item svg { width: 25px; height: 25px; color: var(--custom-orange); }

.custom-story-example-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .66fr); align-items: end; gap: 40px; }
.custom-story-example-note { margin: 0; color: var(--custom-muted); font-size: 13px; line-height: 1.55; }
.custom-story-example-grid { margin-top: clamp(32px, 4vw, 56px); display: grid; grid-template-columns: 1fr 52px 1fr 52px 1.35fr; align-items: center; gap: 14px; }
.custom-story-example-stage { min-width: 0; }
.custom-story-stage-label { margin-bottom: 12px; display: flex; align-items: center; gap: 10px; color: var(--custom-navy); font-size: 13px; font-weight: 800; }
.custom-story-stage-label span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #ffeadb; color: var(--custom-orange); font-size: 12px; }
.custom-story-stage-media { position: relative; height: 285px; overflow: hidden; border-radius: 24px; background: #ebf1f3; }
.custom-story-stage-media img { width: 100%; height: 100%; object-fit: cover; }
.custom-story-stage-media--photo img { object-position: center; }
.custom-story-stage-media--character { background: #edf3ff; }
.custom-story-stage-media--character img { object-position: center top; }
.custom-story-stage-media--scene img { object-position: center; }
.custom-story-stage-arrow { display: grid; place-items: center; color: var(--custom-orange); }
.custom-story-stage-arrow svg { width: 30px; height: 30px; }
.custom-story-example-disclaimer { margin: 23px 0 0; color: var(--custom-muted); font-size: 13px; line-height: 1.55; }

.custom-story-process-header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .5fr); align-items: end; gap: 46px; }
.custom-story-process { margin-top: clamp(34px, 5vw, 68px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: custom-process; }
.custom-story-process-item { min-height: 250px; padding: 28px 27px; position: relative; overflow: hidden; border-top: 1px solid #bbcee3; background: #fffdf8; }
.custom-story-process-item::before { color: #d6e6f8; position: absolute; top: 10px; right: 18px; font-size: 76px; font-weight: 850; letter-spacing: -.08em; line-height: 1; content: "0" counter(custom-process); counter-increment: custom-process; }
.custom-story-process-icon { width: 44px; height: 44px; margin-bottom: 48px; display: grid; place-items: center; border-radius: 13px; background: #ffeadb; color: var(--custom-orange); }
.custom-story-process-icon svg { width: 25px; height: 25px; }
.custom-story-process-item h3 { position: relative; margin: 0; color: var(--custom-navy); font-size: 20px; letter-spacing: -.035em; }
.custom-story-process-item p { position: relative; max-width: 290px; margin: 10px 0 0; color: var(--custom-muted); font-size: 14px; line-height: 1.55; }

.custom-story-deliverables { display: grid; grid-template-columns: minmax(350px, .92fr) minmax(0, 1fr); align-items: center; gap: clamp(46px, 7vw, 110px); }
.custom-story-deliverable-art { min-height: 420px; position: relative; overflow: hidden; border-radius: 30px; background: #dceefa; }
.custom-story-deliverable-art::after { position: absolute; inset: auto -14% -35% auto; width: 75%; aspect-ratio: 1; border-radius: 50%; background: #ffd39f; content: ""; }
.custom-story-deliverable-art img { width: 100%; height: 100%; position: absolute; z-index: 1; inset: 0; object-fit: cover; }
.custom-story-deliverable-art span { position: absolute; z-index: 2; left: 18px; bottom: 18px; padding: 10px 13px; border-radius: 11px; background: #fff; color: var(--custom-navy); font-size: 12px; font-weight: 800; }
.custom-story-deliverable-list { margin: 32px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px 22px; list-style: none; }
.custom-story-deliverable-list li { min-height: 46px; padding-left: 32px; position: relative; color: var(--custom-ink); font-size: 15px; font-weight: 700; line-height: 1.4; }
.custom-story-deliverable-list li::before { width: 20px; height: 20px; position: absolute; top: 0; left: 0; display: grid; place-items: center; border-radius: 50%; background: #ffeadb; color: var(--custom-orange); content: "✓"; font-size: 12px; font-weight: 900; }

.custom-story-price-panel { padding: clamp(30px, 5vw, 56px); display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 36px; border: 1px solid #c7dbf2; border-radius: 28px; background: var(--custom-navy); color: #fff; }
.custom-story-price-panel .custom-story-kicker { color: #ffcda6; }
.custom-story-price-title { margin: 0; font-size: 25px; font-weight: 750; letter-spacing: -.04em; }
.custom-story-price-value { margin: 10px 0 0; color: #fff; font-size: clamp(48px, 6vw, 76px); font-weight: 850; letter-spacing: -.075em; line-height: .95; }
.custom-story-price-note { margin: 14px 0 0; color: #c4d9f0; font-size: 13px; line-height: 1.5; }
.custom-story-price-meta { display: grid; grid-template-columns: repeat(3, auto); gap: 0; }
.custom-story-price-meta span { min-width: 130px; padding: 2px 22px; border-left: 1px solid rgba(255,255,255,.18); color: #d9e8f5; font-size: 12px; line-height: 1.45; }
.custom-story-price-meta strong { display: block; margin-bottom: 4px; color: #fff; font-size: 14px; }
.custom-story-price-panel .custom-story-button { justify-self: end; }

.custom-story-form-section { padding-top: clamp(74px, 10vw, 130px); }
.custom-story-form-shell { overflow: hidden; border: 1px solid #d9e5f0; border-radius: 30px; background: #fff; box-shadow: 0 18px 50px rgba(6, 42, 97, .08); }
.custom-story-form-layout { display: grid; grid-template-columns: 240px minmax(0, 680px); gap: clamp(34px, 5vw, 64px); padding: clamp(26px, 5vw, 56px); justify-content: center; }
.custom-story-form-sidebar { padding-top: 4px; }
.custom-story-form-sidebar h2 { margin: 0; color: var(--custom-navy); font-size: 17px; letter-spacing: -.025em; }
.custom-story-form-sidebar .custom-story-price-mini { margin-top: 28px; padding: 18px 0; border-top: 1px solid var(--custom-line); border-bottom: 1px solid var(--custom-line); color: var(--custom-muted); font-size: 12px; line-height: 1.55; }
.custom-story-price-mini strong { display: block; margin-bottom: 4px; color: var(--custom-navy); font-size: 18px; }
.custom-story-form-sidebar .custom-story-side-note { margin: 22px 0 0; color: var(--custom-muted); font-size: 12px; line-height: 1.5; }
.custom-story-form-progress { width: 100%; height: 6px; margin-top: 14px; overflow: hidden; border-radius: 999px; background: #e8eef5; }
.custom-story-form-progress span { height: 100%; display: block; border-radius: inherit; background: var(--custom-orange); transition: width .25s var(--ease); }
.custom-story-step-list { margin: 22px 0 0; padding: 0; display: grid; gap: 8px; list-style: none; }
.custom-story-step-list button { width: 100%; min-height: 38px; padding: 7px 0; display: flex; align-items: center; gap: 10px; border: 0; background: transparent; color: #7a8a9d; font: inherit; font-size: 13px; font-weight: 650; text-align: left; }
.custom-story-step-list button span { width: 22px; height: 22px; display: grid; flex: 0 0 22px; place-items: center; border: 1px solid #d6e1ec; border-radius: 50%; color: #8293a8; font-size: 11px; }
.custom-story-step-list button.is-active { color: var(--custom-navy); }
.custom-story-step-list button.is-active span { border-color: var(--custom-orange); background: var(--custom-orange); color: #fff; }
.custom-story-step-list button.is-complete span { border-color: #abd6c4; background: #eaf7f0; color: #267153; }
.custom-story-form-main { min-width: 0; }
.custom-story-form-heading { padding-bottom: 23px; border-bottom: 1px solid var(--custom-line); }
.custom-story-form-heading__top { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.custom-story-form-heading__top p { margin: 0; color: var(--custom-orange); font-size: 12px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.custom-story-form-heading__top span { color: var(--custom-muted); font-size: 12px; font-weight: 700; }
.custom-story-form-heading h2 { margin: 15px 0 0; color: var(--custom-navy); font-size: clamp(28px, 3.3vw, 38px); font-weight: 850; letter-spacing: -.055em; line-height: 1.02; }
.custom-story-form-heading > p { max-width: 550px; margin: 12px 0 0; color: var(--custom-muted); font-size: 14px; line-height: 1.55; }
.custom-story-draft-status { margin: 12px 0 0; display: flex; align-items: center; gap: 8px; color: #457162; font-size: 12px; font-weight: 650; }
.custom-story-draft-status svg { width: 16px; height: 16px; }
.custom-story-step-content { padding-top: 28px; }
.custom-story-fields { display: grid; gap: 20px; }
.custom-story-fields--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.custom-story-field { display: grid; gap: 8px; }
.custom-story-field > label, .custom-story-field > .custom-story-label { color: var(--custom-navy); font-size: 13px; font-weight: 800; }
.custom-story-field small { color: var(--custom-muted); font-size: 12px; line-height: 1.45; }
.custom-story-input, .custom-story-select, .custom-story-textarea { width: 100%; border: 1px solid #dce5ef; border-radius: 14px; background: #fff; color: var(--custom-navy); font: inherit; font-size: 15px; outline: 0; transition: border-color .15s var(--ease), box-shadow .15s var(--ease), background .15s var(--ease); }
.custom-story-input, .custom-story-select { height: 52px; padding-inline: 16px; }
.custom-story-textarea { min-height: 120px; padding: 14px 16px; resize: vertical; line-height: 1.5; }
.custom-story-input:hover, .custom-story-select:hover, .custom-story-textarea:hover { border-color: #b8cbe0; }
.custom-story-input:focus, .custom-story-select:focus, .custom-story-textarea:focus { border-color: var(--custom-blue); box-shadow: 0 0 0 4px rgba(47, 128, 237, .12); }
.custom-story-input[aria-invalid="true"], .custom-story-select[aria-invalid="true"], .custom-story-textarea[aria-invalid="true"] { border-color: #d65b4b; }
.custom-story-error { min-height: 16px; color: #ba3e30 !important; font-size: 12px !important; font-weight: 650; }
.custom-story-field.is-invalid .custom-story-label { color: #ba3e30; }
.custom-story-choice-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.custom-story-choice { min-height: 40px; padding: 8px 13px; display: inline-flex; align-items: center; border: 1px solid #dbe5ef; border-radius: 999px; background: #fff; color: var(--custom-ink); font: inherit; font-size: 13px; font-weight: 700; transition: background .14s var(--ease), border-color .14s var(--ease), color .14s var(--ease); }
.custom-story-choice:hover { border-color: #9fbbd9; }
.custom-story-choice.is-selected { border-color: var(--custom-navy); background: var(--custom-navy); color: #fff; }
.custom-story-field-hint { margin: -2px 0 0; color: var(--custom-muted); font-size: 12px; line-height: 1.45; }
.custom-story-upload-requirements { margin: 0 0 16px; padding: 0; display: flex; flex-wrap: wrap; gap: 7px 17px; color: var(--custom-muted); font-size: 12px; list-style: none; }
.custom-story-upload-requirements li { padding-left: 15px; position: relative; }
.custom-story-upload-requirements li::before { width: 5px; height: 5px; position: absolute; top: 6px; left: 0; border-radius: 50%; background: var(--custom-orange); content: ""; }
.custom-story-dropzone { min-height: 180px; padding: 25px; display: grid; place-items: center; border: 1.5px dashed #b6c9de; border-radius: 18px; background: #f9fbfd; text-align: center; transition: border-color .15s var(--ease), background .15s var(--ease); }
.custom-story-dropzone.is-dragging { border-color: var(--custom-orange); background: #fff4eb; }
.custom-story-dropzone svg { width: 32px; height: 32px; color: var(--custom-orange); }
.custom-story-dropzone strong { margin-top: 10px; display: block; color: var(--custom-navy); font-size: 14px; }
.custom-story-dropzone span { display: block; margin: 5px 0 14px; color: var(--custom-muted); font-size: 12px; }
.custom-story-upload-input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.custom-story-photos { margin-top: 15px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.custom-story-photo-preview { position: relative; overflow: hidden; min-height: 115px; border: 1px solid var(--custom-line); border-radius: 14px; background: #f4f7f9; }
.custom-story-photo-preview > img { width: 100%; height: 115px; object-fit: cover; }
.custom-story-photo-preview__info { padding: 8px; display: grid; gap: 3px; color: var(--custom-muted); font-size: 10px; line-height: 1.25; }
.custom-story-photo-preview__info strong { overflow: hidden; color: var(--custom-ink); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.custom-story-photo-preview__remove { width: 32px; height: 32px; position: absolute; top: 7px; right: 7px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(6, 42, 97, .84); color: #fff; }
.custom-story-photo-preview__remove svg { width: 16px; height: 16px; }
.custom-story-photo-preview.is-uploading::after { height: 3px; position: absolute; right: 0; bottom: 0; left: 0; background: linear-gradient(90deg, var(--custom-orange) var(--progress, 45%), #e3eaf1 var(--progress, 45%)); content: ""; }
.custom-story-upload-status { color: #457162; }
.custom-story-upload-status.is-error { color: #ba3e30; }
.custom-story-photo-trust { margin-top: 20px; padding: 18px 20px; display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 14px; border-radius: 16px; background: #fff4eb; }
.custom-story-photo-trust > svg { width: 28px; height: 28px; color: var(--custom-orange); }
.custom-story-photo-trust h3 { margin: 0; color: var(--custom-navy); font-size: 14px; }
.custom-story-photo-trust ul { margin: 7px 0 0; padding: 0; display: grid; gap: 4px; color: var(--custom-muted); font-size: 12px; line-height: 1.42; list-style: none; }
.custom-story-photo-trust a { color: var(--custom-navy); font-weight: 750; text-underline-offset: 3px; }
.custom-story-consents { display: grid; gap: 12px; }
.custom-story-consent { display: grid; grid-template-columns: 22px minmax(0, 1fr); align-items: start; gap: 10px; color: var(--custom-ink); font-size: 13px; line-height: 1.45; }
.custom-story-consent input { width: 20px; height: 20px; margin: 0; accent-color: var(--custom-orange); }
.custom-story-consent a { color: var(--custom-navy); font-weight: 700; text-underline-offset: 3px; }
.custom-story-consent--optional { margin-top: 5px; padding-top: 15px; border-top: 1px solid var(--custom-line); }
.custom-story-contact-choice { margin-top: 3px; }
.custom-story-contact-choice .custom-story-choice { min-width: 92px; justify-content: center; }
.custom-story-review { display: grid; gap: 10px; }
.custom-story-review-block { padding: 16px 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 15px; border-bottom: 1px solid var(--custom-line); }
.custom-story-review-block:first-child { padding-top: 0; }
.custom-story-review-block h3 { margin: 0; color: var(--custom-navy); font-size: 13px; }
.custom-story-review-block p { margin: 5px 0 0; color: var(--custom-muted); font-size: 13px; line-height: 1.5; white-space: pre-line; }
.custom-story-review-block button { align-self: start; padding: 0; border: 0; background: transparent; color: var(--custom-navy); font: inherit; font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.custom-story-review-price { margin-top: 15px; padding: 18px; border-radius: 15px; background: #fff4eb; color: var(--custom-navy); }
.custom-story-review-price strong { display: block; margin-bottom: 5px; font-size: 17px; }
.custom-story-review-price p { margin: 0; color: var(--custom-muted); font-size: 12px; line-height: 1.45; }
.custom-story-form-actions { margin-top: 30px; padding-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--custom-line); }
.custom-story-form-actions .custom-story-button:last-child { margin-left: auto; }
.custom-story-form-general-error { margin-top: 18px; padding: 12px 14px; border: 1px solid #efbeb7; border-radius: 12px; background: #fff5f4; color: #a73b2f; font-size: 13px; line-height: 1.45; }
.custom-story-form-general-error[hidden] { display: none; }

.custom-story-privacy { display: grid; grid-template-columns: minmax(0, .78fr) minmax(360px, 1.22fr); gap: clamp(36px, 8vw, 120px); align-items: center; }
.custom-story-privacy-list { margin: 0; padding: 0; display: grid; gap: 0; list-style: none; }
.custom-story-privacy-list li { min-height: 65px; padding: 15px 0 15px 39px; position: relative; border-bottom: 1px solid var(--custom-line); color: var(--custom-ink); font-size: 14px; font-weight: 700; line-height: 1.45; }
.custom-story-privacy-list li::before { width: 23px; height: 23px; position: absolute; top: 15px; left: 0; display: grid; place-items: center; border: 1px solid #bed1e5; border-radius: 50%; color: var(--custom-orange); content: "✓"; font-size: 12px; }
.custom-story-privacy-link { margin-top: 23px; display: inline-block; color: var(--custom-navy); font-size: 14px; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }

.custom-story-faq-grid { display: grid; grid-template-columns: minmax(250px, .66fr) minmax(0, 1.34fr); gap: clamp(38px, 8vw, 125px); }
.custom-story-faq-list { border-top: 1px solid #c7d9ea; }
.custom-story-faq-item { border-bottom: 1px solid #dbe6f1; }
.custom-story-faq-item summary { min-height: 68px; padding: 18px 34px 18px 0; position: relative; display: block; color: var(--custom-navy); cursor: pointer; font-size: 16px; font-weight: 800; line-height: 1.4; list-style: none; }
.custom-story-faq-item summary::-webkit-details-marker { display: none; }
.custom-story-faq-item summary::after { position: absolute; top: 20px; right: 4px; color: var(--custom-orange); content: "+"; font-size: 26px; font-weight: 450; line-height: 1; }
.custom-story-faq-item[open] summary::after { content: "–"; }
.custom-story-faq-item p { max-width: 700px; margin: -4px 0 20px; color: var(--custom-muted); font-size: 14px; line-height: 1.6; }

.custom-story-final { padding: clamp(54px, 7vw, 102px) 0; background: #eaf3ff; }
.custom-story-final-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr); align-items: end; gap: 40px; }
.custom-story-final .custom-story-heading { max-width: 780px; }
.custom-story-final p { max-width: 520px; margin: 18px 0 0; color: var(--custom-muted); font-size: 17px; line-height: 1.55; }
.custom-story-final-actions { justify-self: end; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 16px; }

.custom-story-success { min-height: 480px; padding: 20px 0; display: grid; place-items: center; text-align: center; }
.custom-story-success-inner { max-width: 530px; }
.custom-story-success-mark { width: 68px; height: 68px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 50%; background: #e9f7ef; color: #267153; }
.custom-story-success-mark svg { width: 34px; height: 34px; }
.custom-story-success h2 { margin: 0; color: var(--custom-navy); font-size: clamp(36px, 5vw, 54px); font-weight: 850; letter-spacing: -.06em; }
.custom-story-success p { margin: 14px auto 0; color: var(--custom-muted); font-size: 15px; line-height: 1.6; }
.custom-story-success-meta { margin: 26px 0; padding: 18px; border-radius: 16px; background: #f5f9fd; color: var(--custom-ink); font-size: 13px; line-height: 1.65; }
.custom-story-success-meta strong { display: block; color: var(--custom-navy); font-size: 18px; }

body.is-custom-story .mobile-bottom-nav { display: none; }
body.is-custom-story .site-header { background: rgba(255, 253, 248, .92); }
body.is-custom-story .header-nav__link.is-active { color: var(--custom-navy); }
body.is-custom-story .header-nav__link.is-active::after { width: calc(100% - 6px); height: 3px; position: absolute; bottom: -14px; left: 3px; border-radius: 3px; background: var(--custom-orange); content: ""; }

@media (max-width: 960px) {
  .custom-story-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .custom-story-hero-copy { padding-top: 0; }
  .custom-story-transform { max-width: 700px; margin-inline: auto; width: 100%; }
  .custom-story-example-grid { grid-template-columns: repeat(3, minmax(220px, 1fr)); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .custom-story-example-stage { scroll-snap-align: start; }
  .custom-story-stage-arrow { display: none; }
  .custom-story-stage-media { height: 270px; }
  .custom-story-process { overflow-x: auto; grid-template-columns: repeat(3, minmax(260px, 1fr)); padding-bottom: 8px; scroll-snap-type: x mandatory; }
  .custom-story-process-item { scroll-snap-align: start; }
  .custom-story-form-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 34px; }
  .custom-story-price-panel { grid-template-columns: 1fr; }
  .custom-story-price-panel .custom-story-button { justify-self: start; }
  .custom-story-price-meta { justify-content: start; }
  .custom-story-price-meta span:first-child { padding-left: 0; border-left: 0; }
}

@media (max-width: 680px) {
  .custom-story-section { padding-block: 64px; }
  .custom-story-hero { padding-top: 45px; }
  .custom-story-hero h1 { max-width: 550px; font-size: clamp(42px, 12vw, 58px); }
  .custom-story-hero-lead { margin-top: 19px; font-size: 16px; }
  .custom-story-offer-line { margin-top: 23px; padding-block: 13px; font-size: 12px; }
  .custom-story-offer-line span { padding-inline: 10px; }
  .custom-story-hero-actions { margin-top: 22px; gap: 12px; }
  .custom-story-hero-actions .custom-story-button { width: 100%; }
  .custom-story-hero-actions .custom-story-text-link { margin-inline: auto; }
  .custom-story-transform { min-height: 0; margin-top: 2px; padding-bottom: 23px; }
  .custom-story-transform::before { inset: 9% 1% 0 5%; border-radius: 29px; }
  .custom-story-transform-card { grid-template-columns: minmax(90px, .55fr) 34px minmax(168px, 1fr); gap: 9px; padding: 15px; border-radius: 26px; }
  .custom-story-photo { border-width: 4px; border-radius: 18px; }
  .custom-story-transform-arrow { width: 32px; height: 32px; }
  .custom-story-transform-arrow svg { width: 18px; height: 18px; }
  .custom-story-result-scene { min-height: 185px; border-radius: 18px; }
  .custom-story-hero-character { width: 55%; border-width: 3px; border-radius: 14px; }
  .custom-story-transform-caption { right: 8px; bottom: 8px; max-width: 116px; padding: 6px 8px; border-radius: 7px; font-size: 9px; }
  .custom-story-transform-label { left: 16px; bottom: 4px; font-size: 9px; }
  .custom-story-trust { grid-template-columns: 1fr; border-radius: 17px; }
  .custom-story-trust-item { min-height: 62px; padding: 13px 15px; grid-template-columns: 23px minmax(0, 1fr); font-size: 12px; }
  .custom-story-trust-item svg { width: 20px; height: 20px; }
  .custom-story-example-head, .custom-story-process-header, .custom-story-deliverables, .custom-story-privacy, .custom-story-faq-grid, .custom-story-final-inner { grid-template-columns: 1fr; gap: 22px; }
  .custom-story-heading { font-size: clamp(34px, 10vw, 46px); }
  .custom-story-intro { margin-top: 14px; font-size: 15px; }
  .custom-story-example-grid { margin-top: 28px; grid-template-columns: repeat(3, minmax(260px, 78vw)); gap: 12px; margin-right: calc(var(--page-padding) * -1); padding-right: var(--page-padding); }
  .custom-story-stage-media { height: 260px; border-radius: 18px; }
  .custom-story-process { margin-top: 30px; margin-right: calc(var(--page-padding) * -1); grid-template-columns: repeat(3, minmax(260px, 78vw)); padding-right: var(--page-padding); }
  .custom-story-process-item { min-height: 225px; padding: 22px 20px; }
  .custom-story-process-icon { margin-bottom: 38px; }
  .custom-story-deliverable-art { min-height: 330px; border-radius: 22px; }
  .custom-story-deliverable-list { margin-top: 25px; grid-template-columns: 1fr; gap: 10px; }
  .custom-story-price-panel { padding: 28px 22px; border-radius: 22px; gap: 24px; }
  .custom-story-price-value { font-size: 54px; }
  .custom-story-price-meta { grid-template-columns: repeat(2, 1fr); gap: 13px; }
  .custom-story-price-meta span { min-width: 0; padding: 0; border-left: 0; }
  .custom-story-form-section { padding-top: 70px; }
  .custom-story-form-shell { margin-inline: calc(var(--page-padding) * -1); border-right: 0; border-left: 0; border-radius: 0; box-shadow: none; }
  .custom-story-form-layout { padding: 26px 16px 18px; display: block; }
  .custom-story-form-sidebar { margin: 0 0 22px; }
  .custom-story-form-sidebar h2, .custom-story-form-sidebar .custom-story-price-mini, .custom-story-form-sidebar .custom-story-side-note, .custom-story-step-list { display: none; }
  .custom-story-form-progress { margin-top: 10px; }
  .custom-story-form-heading { padding-bottom: 18px; }
  .custom-story-form-heading h2 { font-size: 28px; }
  .custom-story-form-heading > p { font-size: 13px; }
  .custom-story-fields--two { grid-template-columns: 1fr; }
  .custom-story-input, .custom-story-select { height: 52px; }
  .custom-story-choice { min-height: 40px; padding-inline: 12px; }
  .custom-story-photos { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
  .custom-story-photo-preview > img { height: 96px; }
  .custom-story-photo-preview { min-height: 96px; }
  .custom-story-photo-preview__info { padding: 6px; }
  .custom-story-photo-preview__remove { width: 30px; height: 30px; top: 5px; right: 5px; }
  .custom-story-form-actions { position: sticky; z-index: 5; bottom: 0; margin: 25px -16px 0; padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px)); background: linear-gradient(to top, #fff 74%, rgba(255, 255, 255, 0)); }
  .custom-story-form-actions .custom-story-button { min-width: 0; padding-inline: 16px; }
  .custom-story-form-actions .custom-story-button:last-child { flex: 1; }
  .custom-story-final-actions { justify-self: start; justify-content: flex-start; }
  .custom-story-final-actions .custom-story-button { width: 100%; }
  .custom-story-success { min-height: 440px; }
}

@media (prefers-reduced-motion: reduce) {
  .custom-story-button, .custom-story-form-progress span { transition: none; }
}

/* Approved compact service flow */
.custom-story-view {
  --color-navy: #062a61;
  --color-orange: #ff6a00;
  --color-orange-hover: #e95f00;
  --color-blue-soft: #eaf4ff;
  --color-cream: #fff8ec;
  --color-muted: #62758f;
  --color-border: #dfe8f2;
  --color-success: #15916f;
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --radius-xl: 28px;
  --shadow-card: 0 10px 30px rgba(20, 55, 92, .08);
  --shadow-orange: 0 10px 24px rgba(255, 106, 0, .18);
  background: #fff;
}

.custom-story-container {
  width: min(calc(100% - 40px), 1280px);
  margin-inline: auto;
}

.custom-story-view .page-container.custom-story-container { max-width: none; }
.custom-story-section { padding-block: clamp(56px, 6vw, 78px); }
.custom-story-section--paper { background: #fff; }
.custom-story-section--cream { background: var(--color-cream); }
.custom-story-kicker,
.custom-story-eyebrow { margin-bottom: 12px; letter-spacing: .08em; }
.custom-story-heading { max-width: 680px; font-size: clamp(34px, 3.1vw, 40px); letter-spacing: -.035em; line-height: 1.04; text-wrap: balance; }
.custom-story-intro { font-size: 16px; }
.custom-story-button { min-height: 52px; border-radius: 15px; box-shadow: var(--shadow-orange); }
.custom-story-button:hover { background: var(--color-orange-hover); box-shadow: 0 7px 14px rgba(255, 106, 0, .18); transform: translateY(-1px); }

.custom-story-hero { padding: 64px 0 48px; overflow: visible; }
.custom-story-hero-grid { grid-template-columns: minmax(0, .9fr) minmax(540px, 1.1fr); gap: 54px; }
.custom-story-hero-copy { padding: 0; }
.custom-story-hero h1 { max-width: 620px; font-size: clamp(56px, 3.9vw, 60px); letter-spacing: -.04em; line-height: .98; text-wrap: balance; }
.custom-story-hero-lead { max-width: 520px; margin-top: 20px; font-size: 16px; line-height: 1.55; }
.custom-story-hero__facts { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 10px 18px; color: var(--color-navy); font-size: 14px; }
.custom-story-hero__facts span { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.custom-story-hero__facts svg { width: 18px; height: 18px; color: var(--color-orange); }
.custom-story-hero__facts b { font-weight: 800; }
.custom-story-hero-actions { margin-top: 26px; gap: 20px; }

.custom-story-process-visual { min-width: 0; margin: 0; align-self: center; }
.custom-story-process-visual img { width: 100%; height: auto; display: block; }

.custom-story-preview { min-height: 410px; position: relative; display: grid; align-items: center; padding: 34px; border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow-card); }
.custom-story-preview::before { position: absolute; z-index: 0; inset: 28px -18px -28px 44px; border-radius: var(--radius-xl); background: var(--color-blue-soft); content: ""; transform: rotate(1.5deg); }
.custom-story-preview__rail { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(96px, .75fr) 40px minmax(96px, .75fr) 40px minmax(190px, 1.15fr); align-items: center; gap: 10px; }
.custom-story-preview__item { min-width: 0; margin: 0; overflow: hidden; border-radius: 20px; background: #fff; box-shadow: 0 8px 24px rgba(20, 55, 92, .10); }
.custom-story-preview__item img { width: 100%; height: 205px; display: block; object-fit: cover; }
.custom-story-preview__item--character { background: var(--color-blue-soft); }
.custom-story-preview__item--character img { object-fit: cover; object-position: center top; }
.custom-story-preview__item--scene img { height: 238px; }
.custom-story-preview__item figcaption { min-height: 40px; padding: 10px 9px; color: var(--color-navy); font-size: 11px; font-weight: 800; line-height: 1.25; text-align: center; }
.custom-story-preview__arrow { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--color-orange); color: #fff; }
.custom-story-preview__arrow svg { width: 20px; height: 20px; }

.custom-story-process { margin-top: 30px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; overflow: visible; padding: 0; list-style: none; counter-reset: none; }
.custom-story-process-item { min-height: 164px; padding: 20px; overflow: hidden; border: 1px solid var(--color-border); border-radius: 18px; background: #fff; }
.custom-story-process-item::before { content: none; }
.custom-story-process-number { display: inline-flex; color: var(--color-orange); font-size: 13px; font-weight: 850; }
.custom-story-process-item h3 { margin-top: 12px; font-size: 20px; letter-spacing: -.025em; }
.custom-story-process-item p { max-width: 260px; margin-top: 7px; font-size: 14px; line-height: 1.45; }
.custom-story-process-icon { width: 30px; height: 30px; position: absolute; right: 16px; bottom: 16px; color: var(--color-blue); }

.custom-story-includes { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); align-items: center; gap: 48px; }
.custom-story-includes__art { min-height: 330px; overflow: hidden; border-radius: var(--radius-lg); background: var(--color-blue-soft); }
.custom-story-includes__art img { width: 100%; height: 100%; display: block; object-fit: cover; }
.custom-story-includes__grid { margin: 26px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px 16px; list-style: none; }
.custom-story-includes__grid li { display: grid; gap: 9px; color: var(--color-navy); font-size: 13px; font-weight: 750; line-height: 1.35; }
.custom-story-includes__grid svg { width: 48px; height: 48px; padding: 13px; border-radius: 50%; background: #fff; color: var(--color-orange); }
.custom-story-offer { margin-top: 30px; padding: 24px; display: grid; grid-template-columns: minmax(150px, .7fr) minmax(210px, 1fr) minmax(170px, .68fr); align-items: center; gap: 22px; border: 1px solid #f2d8b8; border-radius: var(--radius-lg); background: var(--color-cream); }
.custom-story-offer p { margin: 0; color: var(--color-navy); font-size: 14px; font-weight: 800; }
.custom-story-offer h3 { margin: 5px 0 0; color: var(--color-navy); font-size: 30px; letter-spacing: -.04em; line-height: 1; }
.custom-story-offer ul { margin: 0; padding: 0; display: grid; gap: 6px; color: var(--color-muted); font-size: 12px; line-height: 1.35; list-style: none; }
.custom-story-offer li { padding-left: 15px; position: relative; }
.custom-story-offer li::before { position: absolute; left: 0; color: var(--color-orange); content: "•"; }
.custom-story-offer__action { display: grid; gap: 8px; justify-items: start; }
.custom-story-offer__action small { color: var(--color-muted); font-size: 11px; line-height: 1.35; }

.custom-story-form-section { padding-top: clamp(56px, 6vw, 78px); }
.custom-story-form-shell { border-radius: 26px; box-shadow: var(--shadow-card); }
.custom-story-form-layout { padding: 34px; }
.custom-story-privacy { grid-template-columns: minmax(0, .78fr) minmax(360px, 1.22fr); gap: clamp(34px, 7vw, 92px); }
.custom-story-faq-grid { gap: clamp(34px, 7vw, 92px); }
.custom-story-faq-item summary { min-height: 62px; font-size: 15px; }
.custom-story-faq-item summary::after { top: 18px; }

@media (max-width: 1100px) {
  .custom-story-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .custom-story-process-visual { width: min(100%, 760px); margin-inline: auto; }
  .custom-story-preview { max-width: 760px; width: 100%; margin-inline: auto; }
  .custom-story-offer { grid-template-columns: minmax(150px, .7fr) minmax(220px, 1fr); }
  .custom-story-offer__action { grid-column: 1 / -1; grid-template-columns: auto minmax(0, 1fr); align-items: center; }
}

@media (max-width: 980px) {
  .custom-story-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .custom-story-process-visual { width: min(100%, 760px); margin-inline: auto; }
  .custom-story-preview { max-width: 760px; width: 100%; margin-inline: auto; }
  .custom-story-includes { grid-template-columns: 1fr; gap: 28px; }
  .custom-story-includes__art { min-height: 260px; }
  .custom-story-offer { grid-template-columns: minmax(150px, .7fr) minmax(220px, 1fr); }
  .custom-story-offer__action { grid-column: 1 / -1; grid-template-columns: auto minmax(0, 1fr); align-items: center; }
}

@media (max-width: 767px) {
  .custom-story-container { width: calc(100% - 32px); }
  .custom-story-section { padding-block: 48px; }
  .custom-story-hero { padding-block: 30px 36px; }
  .custom-story-hero-grid { gap: 28px; }
  .custom-story-hero h1 { max-width: 360px; font-size: clamp(36px, 10vw, 40px); line-height: 1.03; }
  .custom-story-hero-lead { margin-top: 16px; font-size: 15px; }
  .custom-story-hero__facts { gap: 9px 12px; margin-top: 20px; font-size: 12px; }
  .custom-story-hero__facts svg { width: 16px; height: 16px; }
  .custom-story-hero-actions { margin-top: 22px; }
  .custom-story-process-visual { width: 100%; }
  .custom-story-preview { min-height: 0; padding: 12px; border-radius: 20px; }
  .custom-story-preview::before { inset: 18px 0 -13px 16px; border-radius: 20px; }
  .custom-story-preview__rail { grid-template-columns: .75fr .75fr 1.15fr; gap: 8px; }
  .custom-story-preview__arrow { display: none; }
  .custom-story-preview__item { border-radius: 14px; }
  .custom-story-preview__item img, .custom-story-preview__item--scene img { height: 118px; }
  .custom-story-preview__item--scene img { height: 132px; }
  .custom-story-preview__item figcaption { min-height: 37px; padding: 7px 4px; font-size: 9px; }
  .custom-story-heading { font-size: clamp(26px, 8vw, 30px); }
  .custom-story-process { grid-template-columns: 1fr; gap: 12px; margin: 24px 0 0; padding: 0; overflow: visible; scroll-snap-type: none; }
  .custom-story-process-item { min-height: 128px; padding: 17px; }
  .custom-story-process-item h3 { margin-top: 8px; font-size: 18px; }
  .custom-story-process-item p { margin-top: 5px; font-size: 13px; }
  .custom-story-includes__art { min-height: 210px; }
  .custom-story-includes__grid { margin-top: 20px; gap: 16px 10px; }
  .custom-story-includes__grid li { gap: 7px; font-size: 11px; }
  .custom-story-includes__grid svg { width: 44px; height: 44px; padding: 12px; }
  .custom-story-offer { margin-top: 24px; padding: 20px; grid-template-columns: 1fr; gap: 17px; }
  .custom-story-offer h3 { font-size: 28px; }
  .custom-story-offer__action { grid-column: auto; grid-template-columns: 1fr; align-items: stretch; }
  .custom-story-offer__action .custom-story-button { width: 100%; }
  .custom-story-form-section { padding-top: 48px; }
  .custom-story-form-shell { margin-inline: 0; border: 1px solid var(--color-border); border-radius: 20px; }
  .custom-story-form-layout { padding: 24px 16px 16px; }
  .custom-story-privacy, .custom-story-faq-grid { grid-template-columns: 1fr; gap: 24px; }
}
