:root{color-scheme:dark;--green:#b1f548;--bg:#101110;--muted:#a9ada5;--line:#343832}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--bg);color:#f3f4ef;font:16px/1.55 Arial,Helvetica,sans-serif}button,input,textarea{font:inherit}button,a,input{touch-action:manipulation}button,a{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:2px solid var(--green);outline-offset:5px}.prototype{background:var(--green);color:#17200c;padding:8px 4%;font-size:12px;letter-spacing:1.3px;font-weight:bold;display:flex;justify-content:space-between}.prototype span{letter-spacing:0;font-weight:normal}header{display:flex;align-items:center;justify-content:space-between;padding:27px 4%;border-bottom:1px solid var(--line);gap:25px}.brand{font-size:33px;font-weight:900;letter-spacing:5px;font-style:italic}.brand span{font-size:12px;vertical-align:top;letter-spacing:0}nav{display:flex;gap:28px;font-size:14px}.made{font-size:11px;letter-spacing:1.4px;color:var(--muted)}main{max-width:1440px;margin:auto;padding:0 4%}.breadcrumb{font-size:11px;letter-spacing:1.7px;color:var(--muted);margin:26px 0}.hero{display:grid;grid-template-columns:1.1fr 1fr;gap:6%;align-items:start}.gallery{position:sticky;top:25px}.image-stage{position:relative;background:#d9d2c5}.image-stage>img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}.photo-tag{position:absolute;bottom:16px;left:16px;background:#151713d9;padding:8px 12px;font-size:10px;letter-spacing:1px}.thumbs{display:flex;gap:10px;margin-top:12px}.thumbs button{padding:0;border:1px solid transparent;background:none;width:76px;height:76px;overflow:hidden;opacity:.7}.thumbs button.active{border:2px solid var(--green);opacity:1}.thumbs img{width:100%;height:100%;object-fit:cover}.caption{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);margin-top:17px}.eyebrow{color:var(--green);font-size:11px;letter-spacing:2px;font-weight:bold}h1{font-size:clamp(36px,3.8vw,57px);line-height:1.06;letter-spacing:-2px;margin:16px 0 20px}h1 span{display:block;font-size:clamp(22px,2.1vw,31px);font-weight:normal;letter-spacing:-.8px;margin-top:12px}p{color:var(--muted)}.intro{max-width:480px}.price-row{display:flex;align-items:baseline;gap:16px;margin:22px 0}.price-row strong{font-size:30px}.price-row span{font-size:14px;color:var(--muted)}.rule{border-top:1px solid var(--line);margin-bottom:22px}fieldset{border:0;padding:0;margin:0}legend,.section-label{font-weight:bold;font-size:16px;margin-bottom:14px}.step{color:var(--green);font-size:12px;margin-right:10px}.options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.option{position:relative;border:1px solid #454a40;padding:14px 13px;cursor:pointer;display:flex;gap:9px;align-items:start}.option:has(input:checked){border-color:var(--green);background:#b1f5090d}.option input{accent-color:var(--green);margin-top:5px}.option strong{display:block;font-size:14px}.option small{font-size:14px;color:var(--muted)}.option em{display:block;color:var(--green);font-size:10px;letter-spacing:1px;font-style:normal}.section-label{display:flex;align-items:center;margin-top:25px}.section-label #count{margin-left:auto;font-weight:normal;font-size:12px;color:var(--muted)}.drop{display:flex;position:relative;align-items:center;flex-direction:column;border:1px dashed #777f6c;padding:20px 10px;background:#1a1d17;cursor:pointer;text-align:center}.drop.drag{border-color:var(--green);background:#28301f}.drop input{position:absolute;inset:0;opacity:0;width:100%;cursor:pointer}.drop strong{font-size:14px}.drop>span:last-child{color:var(--muted);font-size:12px}.upload-icon{font-size:25px;color:var(--green)}.subtle,.privacy{font-size:12px;line-height:1.6}.notes-label{font-size:13px;display:block;margin:18px 0 7px}.notes-label span{color:var(--muted)}textarea{width:100%;background:#191b18;border:1px solid #41463d;padding:12px;color:white;resize:vertical;font-size:14px}.primary{display:flex;justify-content:space-between;align-items:center;gap:15px;width:100%;background:var(--green);color:#18230a;border:0;padding:17px 20px;font-weight:bold;margin-top:18px}.primary:hover{background:#c4ff6b}.privacy{text-align:center;color:#999f91}.file{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--line);font-size:13px}.file span{flex:1;overflow-wrap:anywhere}.file button,.text-button{background:none;border:0;color:var(--green);padding:8px}#errors{color:#ffc58d;font-size:14px}.preview-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:10%;padding:80px 0;border-bottom:1px solid var(--line);margin-top:40px}h2{font-size:clamp(30px,3.4vw,47px);letter-spacing:-1.4px;line-height:1.1;margin:15px 0 24px}.proof{background:#191c17;border:1px solid var(--line);padding:20px;min-width:0}.proof-header,.proof-footer{display:flex;justify-content:space-between;gap:10px;font-size:10px;letter-spacing:1px;align-items:center}.proof-header button{border:1px solid #555f4b;background:transparent;color:var(--green);padding:7px 12px;font-size:12px}.canvas-wrap{position:relative;max-width:440px;margin:auto;perspective:900px}canvas{width:100%;display:block;transition:transform .5s}canvas.tilt{transform:rotateX(35deg) rotateZ(-14deg)}#emptyPreview{position:absolute;top:45%;width:70%;left:15%;text-align:center;font-size:14px;color:#d0d7c5}.adjustments label{font-size:13px;display:block;margin:12px 0}.adjustments input{display:block;width:100%;accent-color:var(--green)}.design-tabs{display:flex;flex-wrap:wrap;gap:6px}.design-tabs button{background:#262b21;color:white;border:1px solid #49533b;padding:8px 12px}.design-tabs button.active{border-color:var(--green);color:var(--green)}.process{padding:70px 0}.three{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:40px}.three article{border-top:1px solid var(--line);padding-top:22px}.three article>span{font-size:11px;color:var(--green);letter-spacing:1.5px}h3{font-size:23px;letter-spacing:-.5px;margin:17px 0 10px}.gift{display:grid;grid-template-columns:1fr 1fr;background:#1d2119;align-items:center}.gift>img{width:100%;display:block}.gift>div{padding:10%}.gift-price{font-size:26px;margin-top:24px}.gift-price span{display:block;font-size:12px;color:var(--muted)}.guidance{display:grid;grid-template-columns:1fr 1fr;gap:8%;padding:80px 0}details{border-top:1px solid var(--line);padding:20px 0}summary{cursor:pointer;font-size:16px}details p{font-size:14px}footer{border-top:1px solid var(--line);padding:35px 4%;display:flex;justify-content:space-between;align-items:center;gap:20px}footer>span{font-size:11px;color:var(--muted);letter-spacing:2px}footer>a:last-child{font-size:14px}dialog{background:#1a1d17;color:white;border:1px solid #667454;padding:35px;width:min(560px,92vw);max-height:90vh}dialog::backdrop{background:#000b;backdrop-filter:blur(5px)}.close{float:right;background:none;border:0;color:white;font-size:28px}.summary-line{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:12px 0}.summary-notes{white-space:pre-wrap;overflow-wrap:anywhere}.allocation{font-size:14px;overflow-wrap:anywhere}.proof .subtle{margin-bottom:0}@media(max-width:850px){.made{display:none}.hero{gap:4%}.options{grid-template-columns:1fr}.preview-section{gap:6%}}@media(max-width:640px){.prototype{font-size:10px}.prototype span{max-width:190px;text-align:right;font-size:10px}header{padding:18px 5%}nav{gap:16px;font-size:12px}nav a:last-child{display:none}.brand{font-size:27px}main{padding:0 5%}.breadcrumb{font-size:9px;margin:18px 0}.hero{display:block}.gallery{position:static;margin-bottom:30px}.image-stage>img{aspect-ratio:1.1}.thumbs button{width:62px;height:62px}.caption{font-size:11px}.options{grid-template-columns:1fr 1fr}.option{padding:13px 8px}.option strong{font-size:13px}h1{font-size:43px}.preview-section,.guidance{grid-template-columns:1fr;padding:45px 0;gap:25px}.preview-section{margin-top:10px}.proof{padding:14px}.three{grid-template-columns:1fr;gap:15px}.process{padding:45px 0}.gift{grid-template-columns:1fr}.gift>div{padding:30px}.guidance{padding-bottom:35px}footer>span{display:none}.photo-tag{font-size:9px}.proof-footer{font-size:9px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}canvas{transition:none}}

/* Additive configurator controls; the approved page design remains in style.css. */
[hidden]{display:none!important}.gift-upgrade{margin-top:12px;align-items:center}.gift-upgrade img{width:62px;height:62px;object-fit:cover}.gift-upgrade span{min-width:0}.gift-upgrade input,.repeat-row input{accent-color:var(--green);width:20px;height:20px;flex-shrink:0}.file .thumbnail-button{width:64px;height:64px;flex-shrink:0;padding:0}.thumbnail-button img{display:block;width:100%;height:100%;object-fit:cover}.file>span{min-width:0}.file-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;max-width:155px}.file-actions button{font-size:13px;min-height:44px}.repeat-row{display:flex;align-items:center;gap:12px;font-size:14px;cursor:pointer;padding:12px 0}.assignment{display:grid;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:10px;margin:9px 0;font-size:14px}.assignment select{width:100%;min-height:44px;min-width:0;background:#191b18;color:#fff;border:1px solid #41463d;padding:8px;font:inherit}.summary-designs,.summary-coasters{display:grid;grid-template-columns:1fr 1fr;gap:16px}.summary-designs>div,.summary-coasters>div{min-width:0}.summary-designs img{width:64px;height:64px;object-fit:cover;display:block;margin-bottom:8px}.summary-designs span,.summary-coasters span{font-size:13px;overflow-wrap:anywhere;display:block}.summary-coasters canvas{display:block;width:100%;height:auto;margin-bottom:8px}.adjustments input[type=range]{min-height:44px}.design-tabs button{min-height:44px}#canvas{touch-action:none;cursor:grab}#canvas:active{cursor:grabbing}#emptyPreview{position:absolute;top:auto;bottom:10px;left:5%;width:90%;background:#12170fd9;padding:9px;color:#f1f4eb;font-size:12px;pointer-events:none}.close{min-width:44px;min-height:44px}.primary:disabled{opacity:.5;cursor:wait}.proof-header{min-height:34px}.proof-footer{margin-top:12px}.assignment select:focus-visible{outline:2px solid var(--green);outline-offset:3px}
@media(max-width:640px){.file{flex-wrap:wrap}.file-actions{max-width:none;flex-basis:100%;justify-content:flex-start;padding-left:74px}.file-actions button{min-width:64px;font-size:14px}.assignment{grid-template-columns:75px minmax(0,1fr)}textarea,.assignment select{font-size:16px}.preview-section{display:flex;flex-direction:column}.preview-section>div:first-child{display:contents}.preview-section .eyebrow{order:0}.preview-section h2{order:1;margin:0}.preview-section>div:first-child>p{order:2;margin:0}.design-tabs{order:3}.proof{order:4}.adjustments{order:5}.proof .subtle{font-size:12px}dialog{padding:22px}.gift-upgrade strong{font-size:14px}.gift-upgrade small{font-size:12px}}
@media(max-width:640px){.canvas-wrap{max-width:240px}.proof>.subtle{display:none}.proof{padding:12px}.adjustments{margin-top:0}.adjustments label{margin:6px 0}.preview-section{gap:16px}}

.alignment-tools{display:flex;gap:8px;margin:10px 0 4px}.alignment-action{min-height:44px;padding:9px 13px;border:1px solid #555f4b;border-radius:3px;background:transparent;color:#dfe5d9;font-weight:600}.alignment-action:hover{border-color:var(--green)}.alignment-action[aria-pressed=true]{border-color:var(--green);color:var(--green);background:#b1f5090d}.alignment-hint{margin:4px 0 8px;font-size:12px}@media(max-width:640px){.alignment-tools{display:grid;grid-template-columns:1fr 1fr 1fr}.alignment-action{width:100%;min-height:48px;font-size:14px}}

.marketing-consent{margin-top:18px}.marketing-consent>label{display:flex;align-items:flex-start;gap:12px;padding:14px;border:1px solid #3e443b;border-radius:4px;background:#151815;cursor:pointer}.marketing-consent input{width:20px;height:20px;min-width:20px;margin-top:2px;accent-color:var(--green)}.marketing-consent span{display:block}.marketing-consent strong{display:block;font-size:14px;line-height:1.35;color:#eef2ea}.marketing-consent small{display:block;margin-top:5px;font-size:12px;line-height:1.45;color:#aeb8b1}.marketing-consent>label:has(input:checked){border-color:var(--green)}@media(max-width:640px){.marketing-consent>label{padding:13px}.marketing-consent input{width:22px;height:22px;min-width:22px}}

.adjustments input:disabled{opacity:.3;cursor:not-allowed}.adjustments label:has(input:disabled){color:#92998a}#panHelp{color:var(--green)}.manage-upload{display:contents}.manage-upload>summary{display:none}.manage-upload:not([open])>button{display:inline-block}.summary-originals{border:0;padding:0}.summary-originals>summary{font-size:23px;font-weight:bold;margin:17px 0 10px;list-style:none}.summary-originals:not([open])>.summary-designs{display:grid}#cropDialog{padding:0}.crop-bar{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding:8px 16px}.crop-bar button{min-height:44px}
@media(max-width:640px){
 #files{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.file{display:flex;align-content:start;gap:8px;padding:10px;border:1px solid var(--line);min-width:0}.file .thumbnail-button{width:40px;height:40px}.file>span{font-size:12px;max-width:calc(100% - 48px);line-height:1.35;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.file small{display:none}.file-actions{padding:0;flex-basis:100%;display:flex;justify-content:space-between;align-items:start}.file-actions>button{min-width:44px;padding:8px 4px}.manage-upload{display:block;border:0;padding:0;position:relative;margin:0}.manage-upload>summary{display:block;list-style:none;font-size:13px;padding:11px 4px;min-height:44px;color:var(--green)}.manage-upload:not([open])>button{display:none}.manage-upload[open]>button{display:block;min-width:65px;padding:8px 4px;font-size:13px}.section-label{margin-top:18px}.assignment{margin:6px 0}.drop{padding:12px 8px}
 main>#preview{display:none}#cropDialog{width:min(100vw,480px);max-width:100vw;height:100dvh;max-height:100dvh;margin:auto;border:1px solid var(--line);overflow:auto}#cropDialog[open]{display:flex;flex-direction:column}.crop-bar{position:sticky;top:0;background:#1a1d17;z-index:2;flex-shrink:0}#cropMount{padding:12px 16px}#cropMount #preview{display:flex;margin:0;padding:0;border:0;gap:8px}#cropMount #preview>div:first-child>.eyebrow,#cropMount #preview h2,#cropMount #preview>div:first-child>p{display:none}#cropMount .proof{padding:8px}#cropMount .canvas-wrap{max-width:200px}#cropMount .proof-header{min-height:20px;font-size:9px}#cropMount .proof-footer{margin-top:5px;font-size:9px}#cropMount #cropStatus{margin:4px 0;font-size:12px}#cropMount #panHelp{margin:4px 0;font-size:12px}#cropMount .adjustments label{margin:0;font-size:12px}#cropMount .adjustments input{margin:0}#cropMount #reset{min-height:44px;padding:8px}#cropMount .design-tabs{gap:4px}#cropMount .design-tabs button{padding:8px 10px;font-size:13px}
 #order{padding:16px}#order h2{font-size:30px;margin:8px 0 16px}#order h3{font-size:18px;margin:14px 0 8px}#order p{font-size:13px;margin:10px 0}.summary-originals{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.summary-originals>summary{font-size:14px;list-style:disclosure-closed;min-height:44px;padding:11px 0;margin:0;color:var(--green)}.summary-originals[open]>summary{list-style:disclosure-open}.summary-originals:not([open])>.summary-designs{display:none}.summary-originals[open]>.summary-designs{padding-bottom:12px}.summary-coasters{gap:10px}.summary-coasters canvas{max-width:104px;margin:0 auto 4px}.summary-coasters span{font-size:12px;text-align:center}.summary-line{padding:8px 0;font-size:14px}#order #download{padding:12px;margin-top:10px;min-height:44px}#order .privacy{font-size:12px}#order #edit{min-height:44px}
}

:root{--green:#a6bc87;--bg:#151617;--muted:#aaa9a4;--line:#303234}body{color:#ecebe4;background:var(--bg);font-family:Arial,Helvetica,sans-serif}.prototype{background:#1c1e1f;color:#aaa9a4;font-size:10px;letter-spacing:1.5px;padding:7px 4%}.prototype span{font-size:11px}header{padding-top:29px;padding-bottom:29px;border-color:#282a2b}.brand{color:#efeee8}.eyebrow,.three article>span{color:#b8b9b3;font-weight:400}.breadcrumb{color:#838784;letter-spacing:1.3px;margin:30px 0}.hero{grid-template-columns:1.3fr 1fr;gap:6%}.gallery{top:20px}.config h1{font-size:clamp(36px,3.3vw,50px);font-weight:500;letter-spacing:-1.8px}.config h1 span{font-size:24px;line-height:1.25;letter-spacing:-.5px;color:#b8bab3}.intro{font-size:15px;line-height:1.65}.price-row strong{font-size:28px;font-weight:500}.rule{border-color:#2d3030}.option{background:transparent;border:1px solid #353839;border-radius:3px;padding:14px}.option:has(input:checked){border-color:#819666;background:#a6bc8708}.option strong{font-weight:500}.option em{display:none}.step{font-weight:400}.drop{background:#1b1d1e;border-color:#555b54;border-radius:3px}.drop.drag{background:#262d24}.upload-icon{color:#a6bc87}.primary{background:var(--green);color:#182019;font-weight:600;border-radius:3px}.primary:hover{background:#b4c69e}textarea,.assignment select{background:#1b1d1e;border-color:#363a3a;border-radius:3px}.file{border-color:#343737}.file button,.text-button{color:#b1c099}.file-actions button{font-weight:400}.gift-upgrade{border-color:#373a39;background:transparent}.packaging{margin-top:20px}.packaging-note{margin-bottom:0}.section-label{font-weight:500}.design-tabs button{background:#25292a;border-color:transparent;color:#bbbdb6;border-radius:3px}.design-tabs button.active{border-color:#778b62;color:#c5d2b4}.proof{background:#1b1d1e;border:0;border-radius:5px}.preview-section{border-color:#2c3030}.three article{border-color:#373a3b}.gift{background:#1d2020}.gift>img{padding:16px;background:#242728;object-fit:contain}.gift>div{padding:10%}.gift h2,h2{font-weight:500}.gift-price{font-weight:400}dialog{background:#1d2020;color:#ecebe4;border-color:#444a45}.crop-bar{background:#1d2020;border-color:#343837}#panHelp{color:#b9c8a7}.real-gallery{border:0;padding:18px 0}.real-gallery>summary{font-size:13px;color:#b6bab2;list-style:none;display:flex;justify-content:space-between;gap:10px;cursor:pointer;min-height:34px}.real-gallery>summary>span{color:#828982;font-size:12px}.real-gallery[open]>.image-stage{margin-top:14px;padding:16px;background:#272a2b}.image-stage>img{object-fit:contain;aspect-ratio:1.15}.thumbs button{border-radius:3px}.thumbs button.active{border:1px solid #8ba275}.photo-tag{background:#171b1cb3;color:#d8ddd0;font-size:9px}.caption{font-size:11px}.tycer-viewer{position:relative;min-width:0;background:#1c1f20;border-radius:6px;overflow:hidden}.view-switch{display:flex;justify-content:center;gap:2px;padding:14px 10px 0}.view-switch button{background:transparent;border:0;color:#8e9691;border-radius:3px;padding:10px 18px;font-size:13px;min-height:44px}.view-switch button[aria-pressed=true]{background:#2b302e;color:#e5eadf}.render-stage{position:relative;width:100%;aspect-ratio:1;background:radial-gradient(ellipse at 45% 40%,#33393a 0%,#1e2224 60%,#1a1d1e 100%);overflow:hidden}.product-gl{display:block;width:100%;height:100%;touch-action:none;cursor:grab;position:relative;transition:none}.product-gl:active{cursor:grabbing}.print-proof{display:block;width:100%;height:auto;max-width:680px;max-height:100%;aspect-ratio:1;margin:auto}.print-proof[hidden],.product-gl[hidden]{display:none}.is-print .render-stage{display:flex;align-items:center;justify-content:center}.is-print .viewer-tools>div{display:none}.is-print .viewer-tools{justify-content:center;min-height:44px}.is-print .gl-fallback{display:none}.viewer-tools{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:2px 14px 0;font-size:11px;color:#8e9790}.viewer-tools>div{display:flex;gap:2px;align-items:center}.viewer-tools button{background:transparent;border:0;color:#c1c9bb;font-size:12px;min-height:44px;min-width:34px;padding:8px}.viewer-tools button:disabled{opacity:.25;cursor:default}.viewer-caption{font-size:11px;color:#959e94;text-align:center;margin:0;padding:4px 12px 14px;overflow-wrap:anywhere}.gl-fallback{position:absolute;inset:25% 10%;color:#ddd}.compact-viewer .render-stage{max-width:300px;margin:auto}.compact-viewer .viewer-hint{display:none}.compact-viewer .viewer-tools{justify-content:center}.compact-viewer .viewer-caption{display:none}.flat-guide{padding:0;border:0}.flat-guide>summary{color:#afbd9d;font-size:12px;min-height:44px;padding:12px 0}.flat-guide .canvas-wrap{margin:10px auto}.proof>.proof-header{padding-bottom:12px;color:#aaa}.summary-originals>summary{color:#b9c9a8}.summary-line{border-color:#373d3a}.file-actions .manage-upload>summary{color:#b1c099}.gift-upgrade input,.repeat-row input,.adjustments input{accent-color:var(--green)}
@media(min-width:1100px){#heroViewer .render-stage{max-height:680px}.config{padding-top:5px}.hero{gap:6%}}
@media(max-width:640px){header{padding:19px 5%}.prototype{font-size:9px}.prototype span{font-size:10px}.breadcrumb{font-size:9px;margin:18px 0}.config h1{font-size:39px}.config h1 span{font-size:22px}.hero{display:block}.gallery{margin-bottom:24px}.real-gallery{padding:12px 0}.real-gallery>summary{font-size:12px}.view-switch{padding-top:4px}.view-switch button{font-size:12px;padding:9px 15px}.viewer-tools{padding:0 8px;gap:3px}.viewer-hint{font-size:10px}.viewer-tools button{font-size:11px;min-width:30px;padding:6px}.viewer-caption{font-size:10px;padding-bottom:10px}.file{background:#1a1d1d;border-color:#303534}.option{padding:12px 9px}.gift>img{padding:12px}#cropMount .proof{background:transparent;padding:0}#cropMount .proof-header{display:none}#cropMount .compact-viewer .render-stage{max-width:180px}#cropMount .view-switch{padding:0}#cropMount .view-switch button{min-height:36px;padding:7px 12px}#cropMount .viewer-tools button{min-height:36px}#cropMount .flat-guide>summary{min-height:34px;padding:8px 0;font-size:11px}#cropMount .proof-footer{font-size:8px;margin:0}#cropMount .proof-footer span{white-space:nowrap}#cropMount .design-tabs button{min-height:38px;padding:6px 9px}#cropMount .adjustments label{font-size:12px}#cropMount .canvas-wrap{max-width:180px}#cropMount .viewer-caption{display:none}#cropMount .tycer-viewer{border-radius:4px}.gift h2{font-size:35px}.packaging{margin-top:16px}}

/* Presentation only. Configurator, crop and renderer remain untouched. */
:root{--bg:#191b1c;--muted:#a1a5a2;--line:#343837;--green:#a6b995}
body{font-family:Arial,Helvetica,sans-serif;color:#e9e8e2;background:var(--bg)}
header{border-bottom-color:#292d2d;padding-top:24px;padding-bottom:24px}
nav{font-size:12px;color:#b7bbb6;gap:30px}.made{font-size:9px;color:#7e8681;letter-spacing:1.4px}
.prototype{background:#202323;color:#949d96;font-size:9px;letter-spacing:1.6px}
.breadcrumb{font-size:9px;color:#8b948f;letter-spacing:1.6px;margin:30px 0 24px}
.eyebrow{font-size:9px;letter-spacing:1.7px;color:#909992}
.config h1{font-size:clamp(34px,3vw,44px);font-weight:500;line-height:1.08;letter-spacing:-1.6px;margin:18px 0}
.config h1 span{font-size:21px;color:#bfc3bb;letter-spacing:-.5px;margin-top:15px}
.intro{font-size:14px;line-height:1.75;color:#a6ada7;max-width:370px}
.price-row{margin:26px 0 30px;gap:14px}.price-row strong{font-size:27px;letter-spacing:-.6px}.price-row span{font-size:12px}
.rule{border-color:#303534;margin-bottom:26px}
legend,.section-label{font-size:13px;font-weight:500;letter-spacing:.1px}.section-label{margin-top:28px}.step{font-size:10px;letter-spacing:.7px;margin-right:12px}
.options{gap:8px}.option{border:1px solid transparent;border-radius:4px;background:#222626;padding:15px 12px;gap:10px}
.option:hover{background:#282d2b}.option:has(input:checked){background:#a6b99509;border-color:#78866b}
.option strong{font-size:13px;font-weight:400}.option small{font-size:12px;color:#9da79d}.option input{accent-color:var(--green)}
.drop{background:#222626;border:1px dashed #424b44;border-radius:4px;padding:20px 12px;gap:3px}.drop strong{font-size:13px;font-weight:400}.drop>span:last-child{font-size:11px;color:#89958b}.upload-icon{font-size:22px;color:#b0bf9f}
.subtle{color:#8d9891;font-size:11px;line-height:1.7}.privacy{color:#8a958d;font-size:10px}
.file{border-color:#303936}.file-actions button,.text-button{color:#b9c6ad;font-size:12px}.design-tabs button{border:1px solid transparent;background:#252b28;color:#a7b1a6;font-size:12px}.design-tabs button.active{border-color:#7b8a70;background:#a6b99508;color:#d9e0cf}
.assignment select,textarea{background:#222727;border:1px solid #39423c;border-radius:4px;color:#d2d8cd}.notes-label{font-size:12px;color:#aeb7ac}
.gift-upgrade{background:transparent;border-color:#333c36;padding:12px 0}.gift-upgrade:hover{background:transparent}.gift-upgrade img{border-radius:2px}.packaging-note{font-size:10px}
.primary{border-radius:4px;background:#a6b995;color:#1c251a;font-size:13px;padding:17px 19px;letter-spacing:.1px}.primary:hover{background:#b6c5a7}
.tycer-viewer{background:#1e2323;border-radius:5px}.view-switch{gap:12px;padding-top:12px}.view-switch button{font-size:12px;border-radius:0;padding:10px 4px;color:#8f9b92;border-bottom:1px solid transparent;background:transparent!important}.view-switch button[aria-pressed=true]{color:#e0e5d8;border-bottom-color:#9bab88}
.viewer-tools{color:#8b978f;padding-left:18px;padding-right:18px}.viewer-tools button{font-size:11px;color:#a6b39f}.viewer-caption{color:#7f8d82;font-size:10px}.viewer-hint{font-size:10px}
.real-gallery{padding-top:20px}.real-gallery>summary{font-size:12px;color:#bac2b6}.real-gallery>summary>span{font-size:10px;color:#7f8c81}
.real-gallery[open]>.image-stage{padding:28px;background:linear-gradient(135deg,#303637,#202526);border-radius:3px}.image-stage>img{box-shadow:0 12px 28px #10141440}.photo-tag{font-size:8px;letter-spacing:1px;color:#b6c0b0;background:#202725e6}.thumbs{gap:8px}.thumbs button{opacity:.5;border:1px solid transparent}.thumbs button.active{opacity:1;border-color:#899b78}.caption{color:#89968b;font-size:10px}
.proof{background:transparent;padding:0}.proof-header{color:#88958b!important;font-size:9px}.proof-footer{color:#a0ad9d}.flat-guide>summary{color:#a5b49b}.preview-section{border-color:#303735}.three article{border-color:#3a433c}.three article>span{color:#8d9b8e;font-size:10px}h2{font-size:clamp(29px,3vw,41px);font-weight:400}h3{font-size:21px;font-weight:400}.gift{background:linear-gradient(125deg,#2b3131,#202626)}.gift>img{padding:28px;background:transparent}.gift>div{padding:9%}.gift-price{font-size:25px}.guidance details{border-color:#363f38}.guidance summary{font-size:14px}.guidance details p{font-size:13px}footer{border-color:#313a34}
@media(min-width:1100px){.hero{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:5%}.config{padding:8px 0 0}.gallery{top:22px}.preview-section{gap:12%;padding:85px 0}}
@media(max-width:640px){header{padding:17px 5%}.breadcrumb{margin:18px 0;font-size:8px}.prototype{font-size:8px}.prototype span{font-size:9px}.view-switch{padding-top:6px}.gallery{margin-bottom:23px}.config h1{font-size:36px;margin:15px 0}.config h1 span{font-size:21px}.intro{font-size:14px}.price-row{margin:20px 0}.section-label{margin-top:18px}.option{padding:12px 9px}.drop{padding:12px 8px}.file{background:transparent;border-color:#354037}.real-gallery[open]>.image-stage{padding:16px}.gift>img{padding:16px}.gift>div{padding:26px}.view-switch button{min-height:44px}.primary{min-height:48px}#review{position:sticky;bottom:10px;z-index:3;box-shadow:0 5px 20px #11181440}#cropMount .view-switch{gap:10px}#cropMount .view-switch button{border-radius:0}#cropMount .proof{padding:0}#cropMount .design-tabs button{font-size:12px}#cropMount .viewer-tools{padding:0 8px}#cropMount .adjustments label{font-size:12px}}

/* Final presentation layer. No product/crop/canvas dimensions changed. */
.config>.eyebrow{color:#98a094}.config .intro{max-width:350px}.config h1{font-weight:400}.rule{border-color:#303633}.option:not(:has(input:checked)){background:#202524}.options{gap:7px}.drop{border-color:#3c463e;background:#202524}.drop:hover{border-color:#77866d}.view-switch{gap:20px}.view-switch button{color:#a2aba2}.viewer-caption{color:#929b90}.gift-upgrade{padding:16px 10px;border-color:#495442;background:linear-gradient(110deg,#a6b99509,transparent)}.gift-upgrade strong{color:#e2e5d9;font-size:14px}.gift-upgrade small{display:block;margin-top:5px;color:#b2bdab}.gift-upgrade img{object-fit:contain;background:#242a26}.gift>div>.eyebrow{color:#a8b799}.gift-price{color:#eceee4}.gift-price span{margin-top:7px}.real-gallery[open]>.image-stage{background:linear-gradient(145deg,#323a37,#222727)}.thumbs button{background:#272e2a}.bulk-entry{display:block;width:100%;text-align:left;background:none;border:0;color:#929e92;font-size:12px;padding:0 0 23px;min-height:44px;line-height:1.6}.bulk-entry span{color:#c2cbb9;margin-left:5px}.bulk-entry:hover span{text-decoration:underline}.price-row{margin-bottom:18px}
#bulkDialog{width:min(660px,94vw);padding:28px;border:1px solid #414b40;border-radius:6px;background:#202625;color:#e5e9dd}#bulkDialog::backdrop{background:#101514bf}.bulk-heading{display:flex;gap:20px;align-items:start;justify-content:space-between}.bulk-heading h2{font-size:30px;margin:12px 0 0;letter-spacing:-.8px}#bulkClose{font-size:27px;min-width:44px;min-height:44px;padding:0}.bulk-intro{font-size:13px;margin:15px 0 8px}.bulk-notice{font-size:12px;color:#b1bca9;line-height:1.6;margin:0 0 20px}.bulk-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}#bulkForm label{display:block;font-size:12px;color:#c5cebd}#bulkForm label>span{color:#8e9c8c}#bulkForm input:not([type=file]),#bulkForm select{display:block;width:100%;min-width:0;min-height:44px;margin-top:6px;background:#191f1d;border:1px solid #414b40;border-radius:3px;color:#e0e6d8;padding:10px;font:inherit}#bulkForm select{font-size:12px}.bulk-art-label{margin:20px 0 12px}#bulkArtwork{display:block;width:100%;font-size:12px;margin:8px 0;min-height:44px}#bulkArtwork::file-selector-button{background:#30392e;color:#d0dcc3;border:1px solid #53604a;border-radius:3px;padding:10px;margin-right:10px}.bulk-art-label small{color:#94a28f}#bulkFileInfo{display:flex;gap:12px;align-items:center;margin:10px 0 18px}#bulkThumb{width:48px;height:48px;object-fit:contain;background:#313a30}#bulkFileName{overflow-wrap:anywhere;flex:1;font-size:12px}#bulkForm textarea{margin-top:8px}#bulkError{color:#e7ba9c;font-size:12px}#bulkStatus{font-size:12px;color:#c5d5b7}#bulkForm .primary{margin-top:14px}#bulkForm .privacy{font-size:11px}
@media(min-width:1100px){.config{padding-top:12px}.config>.rule{margin-bottom:29px}.section-label{margin-top:30px}.real-gallery{padding-top:23px}}
@media(max-width:640px){.bulk-entry{font-size:11px;padding-bottom:17px}.price-row{margin-bottom:10px}.section-label{margin-top:18px}.gift-upgrade{padding:12px 8px}.gift-upgrade strong{font-size:13px}#bulkDialog{padding:18px;width:94vw;max-height:92dvh}.bulk-grid{grid-template-columns:1fr;gap:12px}.bulk-heading h2{font-size:27px}.bulk-heading{gap:8px}#bulkForm input:not([type=file]),#bulkForm select,#bulkForm textarea{font-size:16px}#bulkSave{position:sticky;bottom:0;z-index:1}.bulk-notice{margin-bottom:17px}}

/* Task 3: a calm, customer-facing layer over the existing single-image crop engine. */
#uploadGuidance small{display:block;color:#7f8983;font-size:11px;margin-top:2px}
.single-image-ready .gallery .real-gallery,.single-image-ready main>#preview{display:none}
.single-file-ready{display:grid;grid-template-columns:76px minmax(0,1fr);gap:14px 16px;margin-top:12px;padding:16px;border:1px solid #465447;border-radius:6px;background:#1b2321}
.ready-thumbnail{grid-row:1 / span 2;width:76px;height:76px;object-fit:cover;border-radius:4px}
.ready-copy{align-self:center}
.ready-copy strong{display:block;color:#dff2d7;font-size:21px;font-weight:600}
.ready-copy small{display:block;color:#aeb8b1;font-size:13px;margin-top:2px}
.single-file-ready .file-actions{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:10px;max-width:none}
.single-file-ready .file-actions button{min-height:52px;border:1px solid #617260;border-radius:4px;color:#e3e9df;background:transparent;font-size:15px}
.single-file-ready .file-actions .adjust-picture{background:var(--green);border-color:var(--green);color:#182019;font-weight:700}
#cropDialog{width:min(980px,94vw);padding:0;max-height:94vh}
#cropDialog #cropMount{padding:20px 28px 28px}
#cropDialog #preview{margin:0;padding:20px 0 0;border:0}
.single-image-ready #cropDialog .edit-detail,.single-image-ready #cropDialog #designTabs,.single-image-ready #cropDialog .proof-header,.single-image-ready #cropDialog .proof-footer,.single-image-ready #cropDialog .compact-viewer,.single-image-ready #cropDialog .flat-guide>summary{display:none}
.single-image-ready #cropDialog .flat-guide{display:block}
.single-image-ready #cropDialog .technical-position-controls,.single-image-ready #cropDialog .multi-reset{display:none!important}
.single-editor-actions{margin-top:20px}
.single-editor-actions .primary{min-height:56px;font-size:17px;margin:0}
.secondary-action{width:100%;min-height:50px;margin-top:10px;border:1px solid #617260;border-radius:4px;background:transparent;color:#e3e9df;font-weight:600}
.single-editor-actions .text-button{display:block;margin:6px auto 0;color:#aeb8b1;text-decoration:underline;text-underline-offset:3px}
.single-image-ready #cropDialog #panHelp{color:#e5e9e2;font-size:15px;margin:12px 0}
.single-image-ready #cropDialog .canvas-wrap{max-width:480px}
.single-image-ready #cropDialog #canvas{border-radius:6px}

@media(max-width:640px){
  .single-file-ready{grid-template-columns:64px minmax(0,1fr);padding:14px}
  .ready-thumbnail{width:64px;height:64px}
  .ready-copy strong{font-size:19px}
  .single-file-ready .file-actions{padding:0;display:grid;grid-template-columns:1fr}
  .single-file-ready .file-actions button{width:100%;font-size:16px}
  #cropDialog #cropMount{padding:10px 16px 20px}
  .single-image-ready #cropMount #preview{display:flex}
  .single-image-ready #cropMount .proof{order:3}
  .single-image-ready #cropMount .adjustments{order:4}
  .single-image-ready #cropMount .canvas-wrap{max-width:300px}
  .single-image-ready #cropMount #editInstruction{display:none}
}

.shopify-cart-button{width:100%;margin-top:18px}.shopify-cart-button:disabled{cursor:wait;opacity:.62}.shopify-cart-status{min-height:1.5em;margin:10px 0;color:#4b443d;font-size:.88rem}


/* Task 1 presentation pass: visual hierarchy only; configurator behaviour is unchanged. */
:root{
  --green:#63ef7b;
  --green-strong:#70ff89;
  --bg:#0c1112;
  --panel:#12191a;
  --panel-soft:#151d1e;
  --muted:#aeb8b4;
  --line:#2b3636;
}
body{
  min-width:320px;
  background:
    radial-gradient(circle at 18% 12%,rgba(99,239,123,.055),transparent 30rem),
    linear-gradient(180deg,#0c1112 0%,#101516 100%);
  color:#f5f7f4;
  font-size:16px;
  line-height:1.6;
}
.prototype{
  min-height:34px;
  align-items:center;
  padding:7px max(4%,calc((100vw - 1280px)/2));
  background:#111718;
  border-bottom:1px solid #263030;
  color:#dbe1dc;
  font-size:11px;
}
.prototype strong{color:var(--green);letter-spacing:2px}
.prototype span{color:#aab4af;font-size:12px}
header{
  max-width:1440px;
  margin:auto;
  padding:22px max(4%,calc((100vw - 1280px)/2));
  border-bottom-color:#263030;
}
.brand{font-size:24px;letter-spacing:6px;font-style:normal}
header nav{font-size:14px;color:#d2d8d4}
.made{color:#7f8985}
main{max-width:1280px;padding:0 32px}
.breadcrumb{display:none}
.hero{
  grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr);
  gap:56px;
  padding:52px 0 44px;
}
.gallery{
  display:flex;
  flex-direction:column;
  position:sticky;
  top:20px;
}
.real-gallery{
  order:1;
  padding:0;
}
.real-gallery>summary{
  min-height:48px;
  align-items:center;
  color:#e3e9e4;
  font-size:15px;
}
.real-gallery[open]>.image-stage{
  margin-top:12px;
  padding:18px;
  background:linear-gradient(145deg,#222a2b,#171d1e);
  border-radius:12px;
}
.image-stage>img{
  aspect-ratio:4/3;
  object-fit:contain;
  border-radius:8px;
  background:#e8e8e4;
  box-shadow:none;
}
.photo-tag{
  bottom:28px;
  left:28px;
  border-radius:4px;
  background:#0c1112d9;
  color:#fff;
}
.thumbs button{
  width:68px;
  height:68px;
  border-radius:8px;
}
.caption{font-size:13px}
#heroViewer{
  order:2;
  width:min(100%,390px);
  align-self:center;
  margin-top:22px;
  border:1px solid #263130;
  background:#111718;
}
#heroViewer .render-stage{background:radial-gradient(circle at 48% 40%,#2a3232,#14191a 72%)}
#heroViewer .viewer-caption{font-size:12px}
.config{
  padding:34px;
  border:1px solid #283232;
  border-radius:14px;
  background:linear-gradient(155deg,rgba(22,30,31,.98),rgba(15,21,22,.98));
  box-shadow:0 30px 70px rgba(0,0,0,.2);
}
.config>.eyebrow{color:var(--green);font-size:11px;font-weight:700}
.config h1{
  max-width:520px;
  margin:12px 0 8px;
  font-size:clamp(38px,4vw,54px);
  font-weight:650;
  letter-spacing:-2px;
}
.config h1 span{
  margin-top:9px;
  color:#d8ded9;
  font-size:clamp(22px,2vw,28px);
}
.config .intro{
  max-width:520px;
  margin:18px 0 0;
  color:#bac3be;
  font-size:17px;
}
.from-price{
  margin:14px 0 3px;
  color:#f4f7f3;
  font-size:16px;
  font-weight:700;
}
.price-row{
  margin:0 0 10px;
  padding-bottom:18px;
  border-bottom:1px solid var(--line);
}
.price-row::before{
  content:"Your selection";
  margin-right:auto;
  color:#98a39e;
  font-size:13px;
}
.price-row strong{font-size:28px}
.price-row span{font-size:14px}
.bulk-entry{padding:4px 0 22px;font-size:14px}
.rule{display:none}
legend,.section-label{
  color:#f4f7f3;
  font-size:18px;
  font-weight:700;
}
.step{
  display:inline-grid;
  width:28px;
  height:28px;
  place-items:center;
  margin-right:10px;
  border-radius:50%;
  background:var(--green);
  color:#07120a;
  font-size:15px;
  font-weight:800;
}
.options{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.option{
  min-height:82px;
  justify-content:center;
  border:1px solid #344040;
  border-radius:9px;
  background:#172021;
  text-align:left;
}
.option:hover{background:#1a2524}
.option:has(input:checked){
  border-color:var(--green);
  background:rgba(99,239,123,.08);
  box-shadow:inset 0 0 0 1px var(--green);
}
.option input{width:20px;height:20px;margin-top:2px}
.option strong{font-size:16px;font-weight:700}
.option small{font-size:14px}
.section-label{margin-top:28px;margin-bottom:14px}
.section-label #count{font-size:14px}
.drop{
  min-height:96px;
  justify-content:center;
  border:1px solid #465453;
  border-radius:10px;
  background:#172021;
}
.drop:hover{border-color:var(--green);background:#192422}
.drop strong{font-size:17px;font-weight:700}
.drop>span:last-child{font-size:14px}
.upload-icon{font-size:28px;color:var(--green)}
.subtle,.privacy{font-size:14px}
.upload-help{margin:10px 0;color:#aeb8b4}
.file{font-size:15px}
.file-actions button,.text-button{min-height:48px;font-size:14px}
.assignment{min-height:54px}
.assignment select,textarea{min-height:48px;font-size:16px}
.secondary-label{
  padding-top:22px;
  border-top:1px solid var(--line);
  color:#dce2dd;
  font-size:16px;
}
.optional-label{
  margin-left:auto;
  color:#9ba6a1;
  font-size:13px;
  font-weight:500;
}
.repeat-row{min-height:48px;font-size:15px}
.gift-upgrade{min-height:78px;border:0;border-radius:8px;background:#151d1e}
.gift-upgrade strong{font-size:16px}
.gift-upgrade small{font-size:14px}
.notes-label{font-size:15px}
.ready-label{
  margin-top:32px;
  padding-top:28px;
  border-top:1px solid var(--line);
  font-size:20px;
}
.primary{
  min-height:54px;
  border-radius:8px;
  background:var(--green);
  color:#07120a;
  font-size:17px;
}
.primary:hover{background:var(--green-strong)}
.privacy{color:#96a19c}
.preview-section{
  gap:72px;
  margin-top:0;
  padding:70px 0;
}
.preview-section h2{font-size:clamp(32px,4vw,48px)}
.preview-section>div:first-child>p{font-size:16px}
.proof>.subtle{display:none}
.proof-header,.proof-footer{color:#a9b4ae;font-size:11px}
.process,.gift{display:none}
.guidance{
  grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);
  gap:70px;
  padding:64px 0 90px;
  border-top:1px solid var(--line);
}
.guidance h2{font-size:clamp(30px,3vw,42px)}
.guidance details{padding:18px 0}
.guidance summary{min-height:48px;color:#f0f3ef;font-size:17px}
.guidance details p{font-size:15px}
footer{font-size:14px}

@media(max-width:900px){
  main{padding:0 24px}
  header nav{display:none}
  .made{display:none}
  .hero{display:block;padding-top:28px}
  .gallery{position:static;margin-bottom:28px}
  #heroViewer{width:min(100%,340px)}
  .config{padding:28px}
  .preview-section,.guidance{grid-template-columns:1fr;gap:28px}
}

@media(max-width:640px){
  .prototype{padding:8px 18px}
  .prototype span{display:none}
  header{padding:17px 20px}
  .brand{font-size:21px}
  main{padding:0 16px}
  .hero{padding:18px 0 32px}
  .real-gallery>summary{font-size:14px}
  .real-gallery[open]>.image-stage{padding:10px}
  .image-stage>img{aspect-ratio:1/1}
  .photo-tag{bottom:18px;left:18px}
  .thumbs button{width:58px;height:58px}
  #heroViewer{display:none}
  .config{padding:24px 18px;border-radius:12px}
  .config h1{font-size:38px;line-height:1.05}
  .config h1 span{font-size:23px}
  .config .intro{font-size:16px}
  .from-price{font-size:15px}
  .price-row{flex-wrap:wrap;gap:8px}
  .price-row::before{flex-basis:100%}
  legend,.section-label{font-size:17px}
  .step{width:30px;height:30px}
  .options{gap:7px}
  .option{
    min-height:88px;
    padding:12px 7px;
    align-items:center;
    flex-direction:column;
    gap:4px;
    text-align:center;
  }
  .option input{margin:0}
  .option strong{font-size:15px}
  .option small{font-size:13px}
  .drop{min-height:92px;padding:14px 10px}
  .drop strong{font-size:17px}
  .drop>span:last-child{font-size:13px}
  .section-label #count{font-size:13px}
  .subtle,.privacy{font-size:14px}
  .file{background:#131a1b}
  .gift-upgrade{padding:12px 8px}
  .gift-upgrade strong{font-size:15px}
  .ready-label{font-size:19px}
  #review{position:static;box-shadow:none}
  .guidance{padding:48px 0 64px}
  .guidance summary{font-size:16px}
  footer{padding:28px 20px;flex-direction:column}
}

/* Task 1 mobile hierarchy correction: begin with the buying journey. */
@media(min-width:901px){
  .hero{
    grid-template-columns:minmax(0,.98fr) minmax(420px,1.02fr);
    gap:48px;
  }
}

@media(max-width:640px){
  .hero{
    display:flex;
    flex-direction:column;
  }
  .config{
    order:1;
    display:flex;
    flex-direction:column;
  }
  .gallery{
    order:2;
    margin:28px 0 0;
  }
  .config>*{order:20}
  .config>.eyebrow{order:1}
  .config>h1{order:2}
  .config>.from-price{order:3;margin-top:10px}
  .config>fieldset{order:4}
  .config>.price-row{order:5;margin-top:16px}
  .config>.bulk-entry{order:6}
  .config>.intro{display:none}
  .real-gallery[open]>.image-stage{
    width:min(100%,280px);
    margin:12px auto 0;
  }
  .thumbs{justify-content:center}
  .caption{max-width:280px;margin-left:auto;margin-right:auto}
}

/* Task 2: quantity selection presentation only. */
.price-row{display:none}
.option{
  position:relative;
  min-height:104px;
  padding:18px 16px;
  cursor:pointer;
}
.option>span{
  display:flex;
  flex-direction:column;
  gap:3px;
}
.option input{
  flex:0 0 auto;
  width:24px;
  height:24px;
  accent-color:var(--green);
}
.option strong{
  color:#f5f7f4;
  font-size:18px;
  line-height:1.25;
}
.option small{
  color:#c4cec9;
  font-size:16px;
  line-height:1.25;
}
.option:has(input:checked){
  border-color:var(--green);
  background:rgba(99,239,123,.1);
  box-shadow:inset 0 0 0 2px var(--green);
}
.option:focus-within{
  outline:3px solid #d9ffe0;
  outline-offset:3px;
}
@media(max-width:640px){
  .option{
    min-height:104px;
    padding:14px 7px;
    gap:7px;
  }
  .option input{width:24px;height:24px}
  .option strong{font-size:16px}
  .option small{font-size:15px}
}

/* Keep the Task 3 single-picture card full-width after legacy mobile grid rules. */
@media(max-width:640px){
  .single-image-ready #files{display:block}
  .single-image-ready .single-file-ready{grid-template-columns:64px minmax(0,1fr);width:100%}
  .single-image-ready .single-file-ready>.ready-copy{max-width:none;white-space:normal;overflow:visible}
}

/* Task 4: progressive, plain-language picture choices over the existing allocation model. */
.guided-picture-flow main>#preview{display:none}
#files{display:grid;gap:10px;margin-top:12px}
.picture-card{display:grid;grid-template-columns:68px minmax(0,1fr) auto;gap:12px 14px;padding:14px;border:1px solid #3b4847;border-radius:10px;background:#131b1c}
.picture-card .ready-thumbnail{grid-row:auto;width:68px;height:68px;border-radius:50%;object-fit:cover;border:2px solid #53645d}
.picture-card .ready-copy{align-self:center;min-width:0}
.picture-card .ready-copy strong{display:block;color:#e1f9e5;font-size:18px}
.picture-card .ready-copy small{display:block;color:#aebbb5;font-size:14px;white-space:normal}
.picture-card .file-actions{display:flex;align-items:center;gap:8px;max-width:none;padding:0}
.picture-card .file-actions button{min-height:48px;padding:10px 14px;border:1px solid #53615d;border-radius:7px;color:#eef4ef;background:#1a2323;font-size:14px}
.picture-card .file-actions .adjust-picture{border-color:var(--green);color:#07120a;background:var(--green);font-weight:700}
#assignmentSection .secondary-label{margin-bottom:10px}
.journey-message{display:flex;flex-direction:column;gap:3px;margin:0 0 12px;color:#b7c1bc;font-size:15px}
.journey-message strong{color:#f1f5f2;font-size:17px}
.coaster-status{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}
.coaster-status span{padding:7px 10px;border:1px solid #3b4745;border-radius:999px;background:#101718;color:#cad4cf;font-size:13px}
.assignment-choices{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.assignment-choices button{min-height:54px;padding:12px 16px;border-radius:8px;font-weight:700;font-size:15px}
.choice-primary{border:0;background:var(--green);color:#07120a}
.choice-primary:hover{background:var(--green-strong)}
.choice-secondary{border:1px solid #64736e;background:transparent;color:#edf3ef}
.choice-secondary:hover{border-color:var(--green);background:#192321}
.guided-picture-flow #cropDialog .edit-detail,.guided-picture-flow #cropDialog #designTabs,.guided-picture-flow #cropDialog .proof-header,.guided-picture-flow #cropDialog .proof-footer,.guided-picture-flow #cropDialog .compact-viewer,.guided-picture-flow #cropDialog .flat-guide>summary{display:none}
.guided-picture-flow #cropDialog .flat-guide{display:block}
.guided-picture-flow #cropDialog .technical-position-controls,.guided-picture-flow #cropDialog .multi-reset{display:none!important}
.guided-picture-flow #cropDialog #panHelp{color:#e5e9e2;font-size:15px;margin:12px 0}
.guided-picture-flow #cropDialog .canvas-wrap{max-width:480px}
.guided-picture-flow #cropDialog #canvas{border-radius:6px}
@media(max-width:640px){
  #files{display:block}
  .picture-card{grid-template-columns:62px minmax(0,1fr);margin-top:10px;padding:13px}
  .picture-card .ready-thumbnail{width:62px;height:62px}
  .picture-card .file-actions{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .picture-card .file-actions button{width:100%;font-size:15px}
  .assignment-choices{grid-template-columns:1fr}
  .assignment-choices button{min-height:56px;font-size:16px}
  .coaster-status{gap:6px}
  .coaster-status span{font-size:12px;padding:6px 9px}
  .guided-picture-flow #cropMount #preview{display:flex}
  .guided-picture-flow #cropMount .proof{order:3}
  .guided-picture-flow #cropMount .adjustments{order:4}
  .guided-picture-flow #cropMount .canvas-wrap{max-width:300px}
  .guided-picture-flow #cropMount #editInstruction{display:none}
}

/* Task 5: final order options remain compact and quantity-specific. */
.packaging[hidden]{display:none!important}
.packaging .secondary-label{margin-bottom:8px}
.gift-upgrade{display:grid;grid-template-columns:auto 54px minmax(0,1fr);min-height:70px;padding:10px 12px}
.gift-upgrade img{width:54px;height:54px}
.gift-upgrade small{margin-top:2px}
.notes-label{margin-top:22px;color:#f4f7f3;font-weight:700}
#review span{font-size:18px}
@media(max-width:640px){.gift-upgrade{grid-template-columns:auto 48px minmax(0,1fr)}.gift-upgrade img{width:48px;height:48px}}



/* Prevent browser scroll anchoring from fighting quantity-driven configurator height changes. */
.config{overflow-anchor:none}
.packaging{overflow-anchor:none}


/* Keep the optional packaging area height stable when quantity changes. */
.packaging{
  min-height:118px;
}
.packaging[hidden]{
  display:block!important;
  visibility:hidden;
  pointer-events:none;
}
@media(max-width:640px){
  .packaging{min-height:112px}
}
