:root {
  --order-bg: #fff8f5;
  --order-card: #ffffff;
  --order-ink: #514943;
  --order-muted: #a49a94;
  --order-coral: #ff6a4a;
  --order-coral-dark: #ee5839;
  --order-peach: #ffe0d5;
  --order-line: #eadfd9;
  --order-soft: #fbf5f2;
  --order-radius: 18px;
}

html { scroll-behavior: smooth; }
body.order-form-page {
  min-width: 320px;
  background: var(--order-bg);
  color: var(--order-ink);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Malgun Gothic", sans-serif;
  line-height: 1.65;
}
.order-form-page * { accent-color: var(--order-coral); }
.order-shell { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 48px 0 110px; }
.order-hero { text-align: center; padding: 0 0 36px; animation: order-rise .7s ease-out both; }
.order-logo-link { width: 104px; height: 96px; display: inline-flex; align-items: center; justify-content: center; transition: transform .25s ease, opacity .25s ease; }
.order-logo-link:hover { transform: translateY(-2px); opacity: .78; }
.order-logo-image { width: 100%; height: 100%; object-fit: contain; }
.order-hero h1 { margin: 13px 0 4px; color: #2d2926; font-size: clamp(23px, 2.2vw, 31px); line-height: 1.3; letter-spacing: -.035em; }
.order-hero > p { margin: 0; color: var(--order-muted); font-size: 12px; }
.order-benefits { width: min(600px, 100%); min-height: 48px; margin: 22px auto 15px; padding: 0 24px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; background: #fffaf8; border: 1px solid var(--order-peach); border-radius: 14px; color: #a69a94; font-size: 12px; }
.order-benefits span { position: relative; }
.order-benefits span + span::before { content: ""; position: absolute; top: 50%; left: -12px; width: 1px; height: 16px; background: var(--order-peach); transform: translateY(-50%); }
.order-benefits b { color: var(--order-coral); font-weight: 700; }
.order-hero .order-caution { color: #8f8781; font-weight: 600; }
.order-caution { display: flex; justify-content: center; align-items: center; gap: 7px; }
.order-caution img { width: 15px; height: 15px; object-fit: contain; }
.order-alert:empty { display: none; }
.order-alert { margin-bottom: 14px; }
.order-alert .alert { border-radius: 12px; }

.order-form { display: grid; gap: 18px; }
.order-section { overflow: hidden; background: var(--order-card); border: 1px solid var(--order-peach); border-radius: var(--order-radius); box-shadow: 0 2px 0 rgba(228, 165, 142, .04); animation: order-rise .6s ease-out both; animation-timeline: view(); animation-range: entry 0 entry 22%; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.order-section:hover { border-color: #ffd0c0; box-shadow: 0 14px 34px rgba(129, 78, 58, .06); }
.order-section-head { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 26px; border-bottom: 1px solid #f0e9e5; }
.order-section-title { display: flex; align-items: center; gap: 13px; }
.order-section-title h2 { margin: 0; color: #3f3935; font-size: 18px; line-height: 1.35; letter-spacing: -.02em; }
.order-section-title h2 small, .optional-details strong small { color: var(--order-coral); font-size: 12px; font-weight: 600; }
.order-section-head > p { margin: 0; color: var(--order-coral); font-size: 12px; text-align: right; }
.order-step, .optional-number { display: inline-grid; flex: 0 0 auto; place-items: center; width: 34px; height: 34px; border-radius: 9px; color: #fff; background: var(--order-coral); font-size: 15px; font-weight: 800; box-shadow: 0 5px 12px rgba(255, 106, 74, .16); }
.order-section-body { padding: 24px 26px 28px; }

.basic-grid { display: grid; grid-template-columns: 1fr 1.18fr .85fr; gap: 22px 20px; }
.basic-phone-field { grid-column: 2 / 4; }
.order-field label, .optional-body > label { display: block; margin-bottom: 8px; color: #6b625d; font-size: 13px; font-weight: 700; }
.order-form em { color: var(--order-coral); font-style: normal; }
.order-field input, .order-field select, .optional-body input, .optional-body textarea {
  width: 100%; min-height: 50px; border: 1px solid var(--order-line); border-radius: 10px; background: #fff; color: #4e4844; padding: 0 15px; font: inherit; font-size: 13px; outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease;
}
.order-field input:hover, .order-field select:hover, .optional-body input:hover, .optional-body textarea:hover { border-color: #efbdac; }
.order-field input:focus, .order-field select:focus, .optional-body input:focus, .optional-body textarea:focus { border-color: var(--order-coral); box-shadow: 0 0 0 4px rgba(255, 106, 74, .09); background: #fffdfc; }
.order-field input::placeholder, .optional-body input::placeholder, .optional-body textarea::placeholder { color: #c0b8b3; }
.order-help { margin: 6px 0 0; color: #b0a7a1; font-size: 11px; }
.order-field .field-error { margin: 6px 0 0; color: #ce4930; font-size: 11px; }
.order-field.has-error input, .order-field.has-error select { border-color: #d84934; background: #fff8f6; }
.order-field.has-error .field-error { display: block; }

.upload-layout { display: grid; grid-template-columns: 1fr 1.05fr; gap: 22px; }
.order-dropzone { min-height: 405px; border: 1px dashed #d9c9c0; border-radius: 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; cursor: pointer; background: #fff; transition: border-color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease; }
.order-dropzone:hover, .order-dropzone.drag { border-color: var(--order-coral); background: #fffaf8; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(139, 77, 54, .08); }
.order-dropzone img { width: 30px; height: 30px; margin-bottom: 14px; opacity: .55; }
.order-dropzone strong { color: #918781; font-size: 13px; }
.order-dropzone span { margin-top: 5px; color: #c0b6b0; font-size: 11px; }
.order-dropzone input { display: none; }
.file-selection-summary { margin-top: 10px; color: #a79d97; font-size: 11px; text-align: center; }
.selected-files { display: grid; gap: 7px; margin-top: 10px; }
.selected-file { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 9px; padding: 8px 10px; border: 1px solid #eee4df; border-radius: 9px; background: #fffaf8; font-size: 11px; }
.selected-file-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.selected-file-state { color: var(--order-coral); font-weight: 700; }
.selected-file-remove { border: 0; background: transparent; color: #a49a94; cursor: pointer; font: inherit; transition: color .2s ease; }
.selected-file-remove:hover { color: var(--order-coral); }
.order-notice { border: 1px solid #f0e0d8; border-radius: 14px; background: var(--order-soft); padding: 20px 22px; color: #837871; font-size: 12px; }
.order-notice h3 { margin: 0 0 16px; color: #6c625c; font-size: 13px; }
.order-notice h3 { display: flex; align-items: center; gap: 8px; }
.order-notice h3 > img { width: 16px; height: 16px; object-fit: contain; }
.order-notice h4 { margin: 14px 0 5px; color: var(--order-coral); font-size: 12px; }
.order-notice p { margin: 4px 0; }
.order-notice ul { margin: 6px 0; padding-left: 18px; }
.order-notice li { margin: 4px 0; }
.upload-notice { min-height: 405px; }
.compact-notice { min-height: 170px; margin-bottom: 20px; }

.strength-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.person-strength { min-width: 0; margin: 0; padding: 18px 20px 20px; border: 1px solid var(--order-line); border-radius: 14px; }
.person-strength legend { padding: 0 8px; color: var(--order-coral); font-size: 15px; font-weight: 800; }
.strength-group + .strength-group { margin-top: 18px; padding-top: 16px; border-top: 1px solid #efe7e3; }
.strength-group h3 { margin: 0 0 9px; color: #685f5a; font-size: 13px; }
.strength-group label { min-height: 46px; margin-top: 7px; padding: 0 12px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; border: 1px solid #eadfd9; border-radius: 10px; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.strength-group label:hover { border-color: #f2b9a5; background: #fffaf8; transform: translateX(2px); }
.strength-group label:has(input:checked) { border-color: var(--order-coral); background: #fff8f5; box-shadow: inset 3px 0 var(--order-coral); }
.strength-group input, .brightness-options input { width: 16px; height: 16px; }
.strength-group span { color: #5c544f; font-size: 12px; font-weight: 650; }
.strength-group small { color: #b2a8a2; font-size: 10px; text-align: right; }

.common-notice { min-height: 330px; margin-bottom: 20px; }
.request-accordions { display: grid; gap: 10px; }
.request-details { overflow: hidden; border: 1px solid #eee4df; border-radius: 12px; background: #fff; transition: border-color .2s ease, background .2s ease; }
.request-details:hover { border-color: #f2c6b6; }
.request-details summary { min-height: 54px; padding: 14px 18px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; color: #706762; cursor: pointer; font-size: 12px; font-weight: 750; }
.request-details summary small { color: #c36c54; font-size: 10px; font-weight: 500; text-align: right; }
.request-details[open] summary { background: #fffaf8; color: var(--order-coral-dark); }
.request-details-body { padding: 16px 20px 19px; border-top: 1px solid #f1e9e5; color: #8b817b; font-size: 11px; animation: details-open .28s ease-out; }
.request-details-body p { margin: 0; }
.basic-items { min-height: 150px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.basic-items ul { margin: 0; padding-left: 18px; }
.brightness-options { margin: 18px 0; min-width: 0; border: 1px solid #eee4df; border-radius: 12px; padding: 15px 18px; display: flex; align-items: center; gap: 28px; }
.brightness-options legend { float: left; width: auto; margin-right: 18px; color: var(--order-coral); font-size: 13px; font-weight: 750; }
.brightness-options label { display: flex; align-items: center; gap: 7px; color: #746b65; font-size: 12px; cursor: pointer; }
.common-request-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.common-request-card { position: relative; min-height: 155px; padding: 18px; border: 1px solid var(--order-line); border-radius: 14px; }
.common-request-card > div:first-child { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid #eee7e3; }
.common-request-card h3 { margin: 0; color: var(--order-coral); font-size: 15px; }
.common-request-card p { margin: 0; color: #b4aaa4; font-size: 10px; }
.request-list { display: grid; gap: 7px; margin-top: 12px; padding-bottom: 35px; }
.request-row { display: grid; grid-template-columns: 1fr auto; gap: 7px; animation: details-open .25s ease-out; }
.request-row input { min-width: 0; height: 38px; padding: 0 10px; border: 1px solid #eadfd9; border-radius: 8px; font: inherit; font-size: 11px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.request-row input:focus { border-color: var(--order-coral); box-shadow: 0 0 0 3px rgba(255,106,74,.08); }
.request-row button { border: 0; background: #f8efeb; color: #9e8d84; border-radius: 8px; padding: 0 10px; cursor: pointer; }
.add-request { position: absolute; right: 18px; bottom: 16px; min-height: 30px; padding: 0 12px; border: 1px solid #ffc1ac; border-radius: 8px; color: var(--order-coral); background: #fff; font: inherit; font-size: 11px; font-weight: 700; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.add-request:hover { color: #fff; background: var(--order-coral); transform: translateY(-1px); }

.optional-section { border-color: #e8e2de; }
.optional-details summary { min-height: 72px; padding: 15px 26px; display: grid; grid-template-columns: 34px minmax(200px, 1fr) minmax(240px, auto); align-items: center; gap: 14px; list-style-position: outside; cursor: pointer; }
.optional-number { width: 34px; height: 34px; background: #98938f; box-shadow: none; }
.optional-details strong { color: #5f5854; font-size: 15px; }
.optional-details strong small { color: #aaa29d; }
.optional-details summary em { color: #aaa29d; font-size: 11px; text-align: right; font-style: normal; }
.optional-details[open] .optional-number { background: var(--order-coral); }
.optional-body { padding: 20px 26px 24px 74px; border-top: 1px solid #f0e9e5; animation: details-open .28s ease-out; }
.optional-body textarea { min-height: 115px; padding: 13px 15px; resize: vertical; }
.optional-body p { margin: 10px 0 0; color: #a79d97; font-size: 11px; }
.option-check { display: flex !important; align-items: center; gap: 9px; margin-top: 0; cursor: pointer; }
.option-check input { width: 18px; min-height: 18px; }

/* Source-order visual fidelity: semantic emphasis, dotted rows and dense detail panels. */
.copy-accent { color: #ff6242 !important; font-weight: 800 !important; }
.copy-underline { text-decoration: underline dotted #ff8a72 2px; text-underline-offset: 4px; }
.source-notice strong { color: #625955; font-weight: 800; }
.source-notice li::marker { color: #ff7054; }
.details-title { display: inline-flex; align-items: center; gap: 9px; }
.details-title img { width: 17px; height: 17px; object-fit: contain; }
.request-details summary::after { content: ""; width: 12px; height: 7px; margin-left: 8px; background: url("../assets/order-source/chevron-up.png") center / contain no-repeat; transform: rotate(180deg); transition: transform .2s ease; }
.request-details[open] summary::after { transform: rotate(0deg); }
.request-details summary { grid-template-columns: minmax(210px, 1fr) minmax(250px, auto) 14px; }
.source-list-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 34px; }
.source-rows { margin: 0; padding: 0; list-style: none; }
.source-rows li { min-height: 42px; padding: 10px 4px; display: grid; grid-template-columns: minmax(118px, .78fr) minmax(0, 1.45fr); align-items: center; gap: 12px; border-bottom: 1px dashed #dfd4ce; color: #827871; }
.source-rows li::before { content: "•"; position: absolute; margin-left: -11px; color: #ff765a; }
.source-rows strong { color: #685f59; font-weight: 750; }
.source-rows small { color: #aaa19b; font-size: 9px; }
.price-list .source-rows li { grid-template-columns: minmax(0, 1fr) auto; }
.price-list .source-rows b, .mini-guide b { color: #ff6242; font-weight: 800; text-align: right; }
.unavailable-list .source-rows li { grid-template-columns: 1fr; }
.details-footnotes { margin-top: 15px; padding: 12px 14px; border-radius: 9px; background: #faf7f5; color: #aaa19b; }
.details-footnotes p { position: relative; margin: 3px 0; padding-left: 11px; }
.details-footnotes p::before { content: "·"; position: absolute; left: 0; color: #ff7b60; }
.rich-optional-body { padding: 20px 26px 26px; }
.photo-request-notice, .sns-notice, .referral-notice { min-height: 0; margin-bottom: 16px; }
.repeat-guide { margin: 12px 0 18px; gap: 14px; }
.mini-guide { padding: 16px 18px; border: 1px solid #eee4df; border-radius: 12px; background: #fbf8f6; }
.mini-guide h4 { display: flex; align-items: center; gap: 8px; margin: 0 0 12px; color: #675f5a; font-size: 12px; }
.mini-guide h4 img { width: 16px; height: 16px; object-fit: contain; }
.mini-guide ul { margin: 0; padding: 0; list-style: none; }
.mini-guide li { min-height: 34px; padding: 7px 2px; display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px dashed #ded4ce; color: #887e78; font-size: 10px; }
.photo-request-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin: 18px 0 10px; }
.photo-request-toolbar > strong { color: #ff6242; font-size: 13px; }
.outline-add, .photo-request-remove, .photo-chip { border: 1px solid #ffc4b6; border-radius: 8px; background: #fff; color: #ff6242; font: inherit; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.outline-add { min-height: 34px; padding: 0 13px; font-size: 11px; font-weight: 750; }
.outline-add:hover, .photo-request-remove:hover, .photo-chip:hover { color: #fff; background: #ff6a4a; border-color: #ff6a4a; transform: translateY(-1px); }
.photo-request-groups { display: grid; gap: 12px; }
.photo-request-group { padding: 15px; border: 1px solid #eadfd9; border-radius: 12px; background: #fff; animation: details-open .25s ease-out; }
.photo-request-group-head { display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; align-items: center; gap: 9px; margin-bottom: 12px; }
.photo-request-index { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; background: #9b9794; color: #fff; font-size: 11px; font-weight: 800; }
.photo-request-group input { width: 100%; min-width: 0; min-height: 40px; padding: 0 12px; border: 1px solid #e8ddd7; border-radius: 8px; font: inherit; font-size: 11px; outline: none; }
.photo-request-group input:focus { border-color: #ff6a4a; box-shadow: 0 0 0 3px rgba(255,106,74,.08); }
.photo-request-remove { min-height: 30px; padding: 0 10px; font-size: 10px; }
.photo-request-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.photo-request-card { padding: 12px; border: 1px solid #eee5e0; border-radius: 10px; background: #fdfbf9; }
.photo-request-card h4 { margin: 0 0 8px; color: #6b625d; font-size: 12px; }
.photo-request-card textarea { width: 100%; min-height: 74px; padding: 10px; resize: vertical; border: 1px solid #e8ddd7; border-radius: 8px; color: #5c544f; font: inherit; font-size: 11px; outline: none; }
.photo-request-card textarea:focus { border-color: #ff6a4a; box-shadow: 0 0 0 3px rgba(255,106,74,.08); }
.photo-chip-row { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 8px; }
.photo-chip { min-height: 25px; padding: 0 7px; border-color: #e5d8d1; color: #9b8e87; font-size: 9px; }
.consent-list { display: grid; gap: 0; margin: 12px 0 16px; overflow: hidden; border: 1px solid #eee4df; border-radius: 12px; }
.consent-list .option-check { min-height: 58px; margin: 0; padding: 12px 16px; border-bottom: 1px dashed #e4d9d4; color: #7e746e; font-size: 11px; font-weight: 550; }
.consent-list .option-check:last-child { border-bottom: 0; }
.consent-list .consent-warning { background: #fff8f5; }
.consent-list .option-check input { flex: 0 0 auto; }
.sns-file-field { padding: 14px 16px; border: 1px solid #eee4df; border-radius: 12px; }
.sns-file-field label { display: block; margin-bottom: 8px; color: #69605b; font-size: 12px; font-weight: 750; }
.referral-notice + label { margin-top: 18px; }
.submit-warning-icon { width: 19px; height: 19px; margin-bottom: 7px; object-fit: contain; }
.submit-note { margin-top: 10px !important; color: #b0a6a0; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.submit-notice { min-height: 270px; margin-top: 8px; padding: 54px 25px 38px; text-align: center; background: #fff7f3; border: 1px solid #f5e4dc; border-radius: var(--order-radius); color: #a19791; }
.submit-notice h2 { margin: 0 0 14px; color: var(--order-coral); font-size: 14px; }
.submit-notice p { margin: 5px 0; font-size: 11px; }
.submit-notice strong { color: var(--order-coral); }
.submit-agreements { width: min(650px, 100%); margin: 22px auto 0; padding-top: 18px; border-top: 1px solid #f0ddd5; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 24px; }
.submit-agreements label { display: flex; gap: 7px; align-items: center; font-size: 11px; cursor: pointer; }
.submit-agreements input { width: 17px; height: 17px; }
.submit-agreements a { text-decoration: underline; text-underline-offset: 2px; }
.submit-area { padding-top: 8px; text-align: center; }
.order-submit { min-width: 220px; min-height: 54px; padding: 0 34px; border: 0; border-radius: 12px; color: #fff; background: var(--order-coral); font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; box-shadow: 0 10px 24px rgba(255, 106, 74, .24); transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.order-submit:hover { background: var(--order-coral-dark); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(255, 106, 74, .3); }
.order-submit:active { transform: translateY(0) scale(.98); }
.order-submit:disabled { cursor: wait; opacity: .62; transform: none; }
#submit-progress { min-height: 23px; margin: 8px 0 0; color: var(--order-coral); font-size: 12px; }

@keyframes order-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes details-open { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 820px) {
  .order-shell { width: min(100% - 28px, 680px); padding-top: 34px; }
  .order-benefits { padding: 0 10px; }
  .order-section-head { padding: 16px 18px; }
  .order-section-body { padding: 20px 18px 22px; }
  .basic-grid { grid-template-columns: 1fr 1fr; }
  .basic-phone-field { grid-column: auto; }
  .upload-layout { grid-template-columns: 1fr; }
  .order-dropzone, .upload-notice { min-height: 330px; }
  .strength-grid, .common-request-grid { gap: 14px; }
  .optional-details summary { padding-inline: 18px; grid-template-columns: 34px 1fr; }
  .optional-details summary em { grid-column: 2; text-align: left; }
  .optional-body { padding: 18px 18px 22px 66px; }
  .rich-optional-body { padding: 18px; }
  .source-list-grid { gap: 0 18px; }
  .source-rows li { grid-template-columns: 1fr; gap: 3px; }
  .photo-request-columns { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .order-shell { width: calc(100% - 20px); padding: 25px 0 70px; }
  .order-hero { padding-bottom: 26px; }
  .order-logo-link { width: 88px; height: 78px; }
  .order-hero h1 { margin-top: 10px; font-size: 23px; }
  .order-hero > p { padding: 0 12px; font-size: 10px; }
  .order-benefits { min-height: 66px; margin-top: 18px; padding: 8px 4px; font-size: 9px; }
  .order-benefits b { display: block; }
  .order-benefits span + span::before { left: -2px; height: 26px; }
  .order-hero .order-caution { font-size: 10px; }
  .order-form { gap: 12px; }
  .order-section { border-radius: 14px; }
  .order-section-head { min-height: 66px; align-items: flex-start; padding: 14px 14px; }
  .order-section-head > p { max-width: 125px; font-size: 9px; }
  .order-section-title { gap: 9px; }
  .order-section-title h2 { font-size: 15px; }
  .order-step, .optional-number { width: 29px; height: 29px; border-radius: 8px; font-size: 12px; }
  .order-section-body { padding: 16px 14px 18px; }
  .basic-grid, .strength-grid, .common-request-grid, .basic-items { grid-template-columns: 1fr; }
  .basic-grid { gap: 14px; }
  .order-field input, .order-field select, .optional-body input { min-height: 46px; font-size: 12px; }
  .order-dropzone { min-height: 260px; }
  .upload-notice { min-height: 0; }
  .order-notice { padding: 16px; font-size: 10px; }
  .compact-notice, .common-notice { min-height: 0; }
  .person-strength { padding: 15px 14px 17px; }
  .strength-group label { padding-inline: 10px; }
  .strength-group small { font-size: 9px; }
  .request-details summary { grid-template-columns: minmax(0, 1fr) 14px; gap: 4px 8px; padding: 12px 14px; }
  .request-details summary small { grid-column: 1; grid-row: 2; text-align: left; }
  .request-details summary::after { grid-column: 2; grid-row: 1 / 3; align-self: center; }
  .brightness-options { align-items: flex-start; flex-wrap: wrap; gap: 14px 18px; }
  .brightness-options legend { width: 100%; margin: 0 0 8px; }
  .optional-details summary { min-height: 66px; padding: 13px 14px; grid-template-columns: 29px 1fr; gap: 10px; }
  .optional-details strong { font-size: 13px; }
  .optional-details summary em { font-size: 9px; }
  .optional-body { padding: 16px 14px 18px 53px; }
  .rich-optional-body { padding: 16px 14px 18px; }
  .source-list-grid { grid-template-columns: 1fr; gap: 8px; }
  .source-rows li { min-height: 0; padding: 9px 2px; }
  .source-rows li::before { margin-left: -8px; }
  .details-footnotes { padding: 10px; }
  .photo-request-group { padding: 11px; }
  .photo-request-group-head { grid-template-columns: 26px minmax(0, 1fr); }
  .photo-request-remove { grid-column: 2; justify-self: end; }
  .photo-request-card { padding: 10px; }
  .consent-list .option-check { align-items: flex-start; padding: 11px 12px; }
  .submit-notice { min-height: 0; padding: 30px 15px 26px; }
  .submit-agreements { align-items: flex-start; flex-direction: column; }
  .order-submit { width: 70%; min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
