@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&family=Syne:wght@600&display=swap');

/* Product photographs are standalone media. Labels and actions never overlap them. */
.bps { --bps-ink: #121511; --bps-muted: #586052; --bps-line: #dce0d6; color: var(--bps-ink); background: #fff; }
.bps .bmh-wrap { width: min(1200px, calc(100% - 96px)); margin-inline: auto; box-sizing: border-box; }
.bps .bmh-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--bps-muted); line-height: 1.5; }
.bps [hidden] { display: none !important; }
.bps figure { margin: 0; min-width: 0; }
.bps h1, .bps h2, .bps h3, .bps p { margin: 0; }
.bps h1 { font: 600 clamp(36px, 4.3vw, 60px)/1.08 'Syne', sans-serif; letter-spacing: -.045em; max-width: 19ch; }
.bps h2 { font: 600 clamp(26px, 3vw, 40px)/1.15 'Syne', sans-serif; letter-spacing: -.03em; max-width: none; }
.bps h3 { font-size: 22px; line-height: 1.25; letter-spacing: -.02em; }
.bps .bmh-eyebrow { margin-bottom: 16px; }
.bps p { line-height: 1.55; }
.bps .bps-note { font-size: 14px; line-height: 1.5; color: var(--bps-muted); }
.bps-usage-notice a { text-decoration: underline; text-underline-offset: 3px; }
.bps .bm-btn { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 48px; white-space: normal; text-align: center; }
.bps-hero { display: grid; grid-template-columns: 1fr 1.15fr; align-items: center; gap: 48px; padding-top: 64px; padding-bottom: 72px; }
.bps-hero-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.bps-hero-copy .bmh-eyebrow { margin-bottom: 0; }
.bps-lead { font-size: 19px; max-width: 46ch; color: #454d40; }
.bps-example-pair { display: grid; grid-template-columns: .8fr 1fr; gap: 16px; align-items: end; }
.bps-example { position: relative; width: 100%; aspect-ratio: 1; overflow: hidden; background: #f1f3ea; }
.bps-example img { position: absolute; width: 400%; height: 300%; max-width: none; inset: 0 auto auto 0; object-fit: fill; }
.bps-example--result img { left: -200%; }
.bps-example--clothing-before img { left: 0; top: 0; }
.bps-example--clothing-after img { left: -200%; top: 0; }
.bps-example--furniture-before img { left: 0; top: -100%; }
.bps-example--furniture-after img { left: -100%; top: -100%; }
.bps-example--art-before img { left: -200%; top: -100%; }
.bps-example--art-after img { left: -300%; top: -100%; }
.bps-example--tools-before img { left: 0; top: -200%; }
.bps-example--tools-after img { left: -100%; top: -200%; }
.bps figcaption { padding-top: 12px; font-size: 14px; line-height: 1.4; }
.bps-hero-media > .bps-note { margin-top: 20px; }
.bps-workspace { border-top: 1px solid var(--bps-line); padding-top: 48px; padding-bottom: 56px; scroll-margin-top: 96px; }
.bps-workspace-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 40px; }
.bps-steps { display: flex; gap: 20px; padding: 0; margin: 0; list-style: none; }
.bps-steps li { display: flex; gap: 8px; align-items: center; color: var(--bps-muted); font-size: 14px; }
.bps-steps span { display: grid; place-items: center; border: 1px solid var(--bps-line); border-radius: 50%; width: 28px; height: 28px; flex-shrink: 0; }
.bps-steps [aria-current] { color: var(--bps-ink); font-weight: 700; }
.bps-steps [aria-current] span { background: #d9ff43; border-color: #d9ff43; }
.bps-prepare-grid, .bps-review-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; }
.bps-input-pane > p { margin-top: 12px; }
.bps-upload-control { position: relative; }
.bps-upload { display: flex !important; flex-direction: column; align-items: center; justify-content: center; gap: 12px; min-height: 230px; padding: 32px; border: 1px dashed #88927f; background: #fbfcf7; text-align: center; cursor: pointer; margin: 28px 0 0 !important; }
.bps-upload-control:focus-within .bps-upload { outline: 3px solid #6b842e; outline-offset: 3px; border-color: #6b842e; }
.bps-upload span:last-child { font-weight: 400; font-size: 14px; color: var(--bps-muted); }
.bps-upload-icon { font-size: 32px; font-weight: 400; }
/* Keep the native file control keyboard-accessible; its label carries the visible focus. */
.bps-file-input { position: absolute; top: 0; inset-inline-start: 0; width: 1px; height: 1px; padding: 0; margin: -1px; border: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.bps label { display: block; font-weight: 600; font-size: 14px; margin: 20px 0 8px; }
.bps select, .bps input:not([type=checkbox]):not([type=file]), .bps textarea { font: inherit; font-size: 16px; color: var(--bps-ink); background: #fff; border: 1px solid #bfc6b7; border-radius: 8px; padding: 12px 14px; min-height: 48px; width: 100%; box-sizing: border-box; }
.bps textarea { resize: vertical; }
.bps select:focus-visible, .bps input:focus-visible, .bps button:focus-visible, .bps a:focus-visible, .bps textarea:focus-visible { outline: 3px solid #6b842e; outline-offset: 3px; }
.bps-direction-pane > .bps-note { margin-top: 10px; }
.bps-casting { padding: 16px 0 0; margin: 20px 0; border: 0; border-top: 1px solid var(--bps-line); }
.bps-casting legend { padding-inline-end: 16px; font-size: 14px; font-weight: 600; }
.bps-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.bps-fields label { margin-top: 8px; }
.bps-casting .bps-note { margin-top: 16px; }
.bps-next { margin-top: 24px; width: 100%; }
.bps-references { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin-top: 24px; }
.bps-references img { display: block; aspect-ratio: 1; object-fit: contain; width: 100%; height: auto; background: #f1f3ea; }
.bps-references figcaption { overflow-wrap: anywhere; font-size: 12px; }
.bps-text-button { display: inline-flex; align-items: center; color: var(--bps-ink); text-decoration: underline; text-underline-offset: 4px; background: none; border: 0; padding: 10px 0; min-height: 44px; cursor: pointer; font: inherit; font-size: 14px; }
.bps-review > .bps-text-button { margin-bottom: 24px; }
.bps-review h3 + p { margin-top: 16px; }
.bps-detail { display: flex; align-items: flex-start; gap: 12px; margin-top: 20px; }
.bps-detail label { flex: 1; margin: 0; }
.bps-detail small { display: block; font-weight: 400; margin-top: 8px; color: var(--bps-muted); }
.bps-detail input[type=checkbox] { margin-top: 16px; min-height: 20px; width: 20px; accent-color: #586e1e; }
.bps-purchase { padding: 32px; background: #f1f3ea; border: 1px solid var(--bps-line); border-radius: 16px; align-self: start; }
.bps-price { display: block; font: 600 52px/1 'Syne', sans-serif; margin-bottom: 16px; }
.bps-purchase ul { padding-inline-start: 20px; line-height: 1.65; margin: 24px 0; }
.bps-purchase .bm-btn { width: 100%; margin-bottom: 16px; }
.bps-consent { display: flex !important; align-items: flex-start; gap: 12px; margin: 24px 0 !important; font-weight: 400 !important; line-height: 1.5; }
.bps-consent input { margin-top: 4px; min-width: 20px; min-height: 20px; accent-color: #586e1e; }
.bps-feedback { padding: 16px 20px; border-inline-start: 3px solid #94a557; background: #f1f3ea; margin-bottom: 24px !important; }
.bps-delivery > .bps-note { margin-top: 16px; }
.bps-results { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; margin-top: 32px; }
.bps-results img { display: block; width: 100%; max-height: 660px; object-fit: contain; background: #f1f3ea; }
.bps-results figcaption { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.bps-refine { margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--bps-line); max-width: 720px; }
.bps-refine h3 + p { margin-top: 12px; }
.bps-refine .bm-btn { margin-top: 20px; }
.bps-store-invitation { margin-top: 40px; padding: 28px; background: #f1f3ea; border-radius: 12px; }
.bps-store-invitation p { margin-top: 12px; }
.bps-range { padding-top: 56px; padding-bottom: 56px; border-top: 1px solid var(--bps-line); }
.bps-section-intro { max-width: 960px; }
.bps-section-lead { margin-top: 20px !important; max-width: 72ch; font-size: 18px; color: var(--bps-muted); }
.bps-range-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 48px 32px; margin: 36px 0 24px; }
.bps-comparison { min-width: 0; }
.bps-comparison h3 { margin-bottom: 16px; }
.bps-comparison-pair { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.bps-comparison-pair figcaption { font-weight: 600; }
.bps-comparison > p { margin-top: 16px; color: var(--bps-muted); max-width: 56ch; }
.bps-how { padding-top: 48px; padding-bottom: 56px; border-top: 1px solid var(--bps-line); }
.bps-how-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; list-style: none; padding: 0; margin: 32px 0 0; }
.bps-how-number { display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 16px; border-radius: 50%; background: #d9ff43; font-weight: 700; }
.bps-how-steps h3 { font-size: 20px; }
.bps-how-steps p { margin-top: 12px; color: var(--bps-muted); }
.bps-terms { padding-top: 24px; padding-bottom: 64px; max-width: 900px; }
.bps-terms h2 { font-size: 24px; margin-bottom: 16px; }
.bps-terms p { color: var(--bps-muted); font-size: 14px; }
.bps [aria-busy=true] { cursor: progress; }
.bps button:disabled { opacity: .6; cursor: wait; }
@media (max-width: 860px) {
  .bps .bmh-wrap { width: calc(100% - 40px); }
  .bps-hero { grid-template-columns: 1fr; gap: 36px; padding-top: 40px; padding-bottom: 40px; }
  .bps h1 { max-width: 21ch; }
  .bps-hero-copy { gap: 20px; }
  .bps-workspace-head { align-items: flex-start; flex-direction: column; gap: 24px; }
  .bps-prepare-grid, .bps-review-grid { grid-template-columns: 1fr; gap: 36px; }
  .bps-steps { flex-wrap: wrap; gap: 12px; }
  .bps-range-grid { grid-template-columns: 1fr; gap: 32px; }
  .bps-how-steps { grid-template-columns: 1fr; gap: 24px; }
  .bps-how-steps li { display: grid; grid-template-columns: 36px 1fr; gap: 8px 16px; }
  .bps-how-number { grid-row: span 2; margin-bottom: 0; }
  .bps-how-steps h3 { align-self: center; }
  .bps-how-steps p { margin-top: 0; }
  .bps-purchase { padding: 24px; }
  .bps-results { grid-template-columns: 1fr; }
  .bps-lead { font-size: 17px; }
}
@media (prefers-reduced-motion: no-preference) { .bps .bm-btn { transition: transform .18s ease; } .bps .bm-btn:hover { transform: translateY(-2px); } }
