:root{--ink:#302d2c;--muted:#77706a;--purple:#6b4d86;--line:#e2d9d0;--paper:#fffcf8;--wash:#f4eee8;--radius:18px}*{box-sizing:border-box}body{margin:0;background:var(--wash);color:var(--ink);font:16px/1.55 'DM Sans',sans-serif}button,input,textarea,select{font:inherit}button,a,input,select,textarea{touch-action:manipulation}button{cursor:pointer;border:1px solid var(--line);border-radius:30px;background:var(--paper);padding:12px 20px;color:var(--ink);font-weight:600;min-height:46px}button:hover{border-color:var(--purple)}button:disabled{opacity:.55;cursor:wait}a{color:var(--purple);text-underline-offset:4px}button:focus-visible,a:focus-visible,[tabindex]:focus-visible{outline:3px solid #a790bd;outline-offset:3px}input:focus,textarea:focus,select:focus{outline:2px solid #a790bd;outline-offset:1px}.primary{background:var(--purple);color:#fff;border-color:var(--purple);box-shadow:0 5px 15px #50335a14}.topbar{height:84px;padding:0 5vw;background:var(--paper);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar>a:last-child{font-size:14px}.wordmark{color:#373e45;text-decoration:none;font-size:29px;font-weight:700;letter-spacing:-2px}.wordmark span{color:#527eaa}.wordmark small{font-size:12px;letter-spacing:0}main{max-width:1280px;margin:auto;padding:48px 32px 135px}.intro{display:flex;justify-content:space-between;align-items:center;gap:35px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:2px;color:#8a776a;margin:0 0 12px}h1,h2{font-family:'Libre Caslon Text',Georgia,serif;line-height:1.15;letter-spacing:-.6px}h1{font-size:clamp(35px,4vw,56px);font-weight:400;margin:0 0 18px}h1 em{color:var(--purple)}h2{font-size:28px;font-weight:400;margin:0 0 16px}h3{line-height:1.3}p{margin:0 0 20px;color:var(--muted)}.destination{min-width:240px;font-size:12px;color:var(--muted)}.steps{display:flex;gap:6px;margin:30px 0}.steps button{background:none;border:none;color:var(--muted)}.steps b{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;margin-right:6px;background:#e7dfd7;font-size:12px}.steps [aria-current]{background:#eae0f1;color:var(--purple)}.steps [aria-current] b{color:#fff;background:var(--purple)}.panel{padding:32px;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);margin-bottom:24px}.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.panel>p{font-size:15px}.panel .primary{width:100%}label{display:block;font-size:14px;font-weight:600;margin:18px 0;color:#51473f}input:not([type=checkbox]):not([type=color]),select,textarea{display:block;width:100%;margin-top:8px;padding:13px 14px;color:var(--ink);border:1px solid var(--line);border-radius:9px;background:#fff;min-width:0}input:disabled{background:#f6f2ee!important;color:var(--muted)!important}.optional{font-weight:400;color:var(--muted)}small,.hint{display:block;font-size:12px;font-weight:400;color:var(--muted);margin-top:8px}.check{display:flex;align-items:flex-start;gap:11px;padding:15px;background:#f2f3ea;border-radius:10px}.check input{width:19px;height:19px;accent-color:var(--purple);flex-shrink:0;margin-top:2px}.check small{margin-top:3px}details{margin:24px 0 0}summary{cursor:pointer;color:var(--purple);font-weight:600;font-size:14px}.contact-fields{padding-top:4px}[data-evidence] a{font-size:12px}.sources{padding:15px;background:#f3f0f7;border-radius:10px;font-size:13px}.sources p{margin:4px 0}.sources a{display:block;overflow-wrap:anywhere}.styles{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:25px}.style-card{text-align:left;border:2px solid var(--line);border-radius:12px;padding:9px;white-space:normal;font-weight:400}.style-card[aria-pressed=true]{border-color:var(--purple);background:#f3edf8;box-shadow:0 0 0 2px #a994ba28}.style-card strong{display:block;margin:12px 8px 4px}.style-card small{margin:0 8px 8px;min-height:38px}.mini{height:126px;position:relative;overflow:hidden;padding:12px 16px;color:var(--brand);background:#f6f6f1}.mini::before{content:'YOUR BRAND';font-size:8px;letter-spacing:1px;display:block;border-bottom:1px solid #8883;padding-bottom:8px}.mini b{display:block;font-size:20px;line-height:1.05;width:70%;margin-top:13px}.mini i{display:block;width:53px;height:9px;background:var(--accent);margin-top:10px;border-radius:8px}.mini:after{content:'';position:absolute;right:17px;bottom:15px;width:46px;height:58px;background:var(--brand);box-shadow:9px -9px 0 var(--accent)}.style-bold .mini{background:var(--brand);color:white}.style-bold .mini:after{background:#fff}.style-warm .mini{background:#ede7d9;border-radius:20px}.style-premium .mini{background:var(--brand);color:#eee}.style-premium .mini b,.style-warm .mini b{font-family:Georgia,serif;font-weight:400}.style-premium .mini:after{background:var(--accent)}.style-playful .mini{background:#fff2e4;border-radius:20px}.style-playful .mini:after{border-radius:50% 50% 10px 10px}.style-professional .mini b{font-size:17px;width:60%}.dropzone{border:2px dashed #cec0d8;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:24px;cursor:pointer;background:#f7f2fa;color:var(--purple);min-height:155px;gap:6px}.dropzone>span:not(.upload-icon){font-size:13px;color:var(--muted)}.upload-icon{font-size:29px}.dropzone.dragging{background:#e8dced;border-color:var(--purple)}.dropzone.compact{min-height:90px;margin-top:20px}.photos{display:flex;flex-wrap:wrap;gap:10px}.asset{position:relative;width:105px;font-size:11px}.asset img{object-fit:contain;background:#fff;border:1px solid var(--line);border-radius:10px;width:105px;height:90px}.asset button{position:absolute;top:0;right:0;border-radius:50%;width:30px;min-height:30px;padding:0}.asset span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#logo-preview{margin-top:14px}.color-row{display:flex;gap:24px}.color-row label{flex:1}input[type=color]{display:block;width:100%;height:45px;padding:3px;background:white;border:1px solid var(--line);border-radius:7px;margin-top:8px}hr{border:0;border-top:1px solid var(--line);margin:35px 0}.price-example{background:#edf0e7;padding:20px;border-radius:10px;font-size:17px;color:#355245}.review-heading,.recommendation-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:15px 0}.toggle{display:flex}.toggle button{border-radius:0;font-size:13px}.toggle button:first-child{border-radius:25px 0 0 25px}.toggle button:last-child{border-radius:0 25px 25px 0}.toggle [aria-pressed=true]{background:var(--purple);color:white}.preview-shell{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#ded7cf}.browser-bar{display:flex;gap:15px;align-items:center;padding:12px 20px;font-size:11px;color:#817972;background:#fffaf5}.browser-bar span:first-child{color:#d4cbc1;letter-spacing:3px}#preview{transition:max-width .25s;margin:auto;background:var(--paper);--brand:#263f47;--accent:#6197a5}#preview.phone{max-width:390px}.site-header{padding:19px 30px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #8882;font-size:13px;color:var(--brand)}.site-header>strong{font-size:17px}.site-header img{width:90px;height:35px;object-fit:contain}.site-hero{padding:42px;display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:36px;min-height:280px;background:#f2f4f2}.site-hero h2{font-size:clamp(24px,3.1vw,42px);color:var(--brand);line-height:1.13}.site-hero p{font-size:14px}.site-hero img{width:100%;max-height:240px;object-fit:contain}.site-hero .sample-art{background:#fff;border-radius:10px;padding:16px}.site-cta{display:inline-block;padding:10px 20px;background:var(--brand);color:white;border-radius:5px;font-size:12px}.site-products{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:25px 30px}.site-products img{width:100%;height:115px;object-fit:contain}.site-products h3{font-family:inherit;font-size:12px;margin:8px 0}.site-products p{font-size:12px}.site-footer{padding:18px 30px;color:var(--brand);font-size:12px;border-top:1px solid #8882;overflow-wrap:anywhere}.site-footer p{margin:3px 0}.preview-bold .site-hero,.preview-premium .site-hero{background:var(--brand)}.preview-bold .site-hero h2,.preview-bold .site-hero p,.preview-premium .site-hero h2,.preview-premium .site-hero p{color:white}.preview-bold .site-cta,.preview-premium .site-cta{background:var(--accent);color:#141414}.preview-bold h2{font-family:'DM Sans',sans-serif;font-weight:700}.preview-warm .site-hero{background:#efe9dc}.preview-warm .sample-art{border-radius:90px 90px 10px 10px}.preview-playful .site-hero{background:#fff1e1}.preview-playful .sample-art{border-radius:50% 50% 18px 18px}.preview-playful .site-cta{border-radius:25px}.preview-professional h2,.preview-clean h2{font-family:'DM Sans',sans-serif;font-weight:600}#preview.phone .site-hero{grid-template-columns:1fr;padding:25px;gap:20px}#preview.phone .site-header span{display:none}#preview.phone .site-products{grid-template-columns:1fr 1fr;gap:10px;padding:20px}#preview.phone .site-products article:last-child{display:none}.recommendation-heading{margin-top:40px}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product{border:1px solid var(--line);border-radius:12px;background:var(--paper);overflow:hidden;display:block;margin:0;cursor:pointer;position:relative}.product input{position:absolute;top:14px;left:14px;width:22px;height:22px;accent-color:var(--purple)}.product img{width:100%;height:150px;object-fit:contain;background:white;padding:20px}.product .product-info{padding:14px}.product h3{font-size:14px;margin:0 0 8px}.product p{font-size:12px;margin:6px 0}.product .reason{color:#665082}.next-card{margin-top:30px;display:flex;align-items:center;gap:40px}.next-card>div{flex:1}.next-card .primary{width:auto;flex-shrink:0}.actionbar{position:fixed;bottom:0;left:0;right:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:15px max(32px,calc((100vw - 1216px)/2));border-top:1px solid var(--line);background:#fffcf8f5;backdrop-filter:blur(12px);gap:12px}.actionbar>span{font-size:12px;color:var(--muted)}.actionbar>div{display:flex;gap:10px}#message:not(:empty){background:#eae3f0;border-left:3px solid var(--purple);padding:13px 18px;border-radius:7px;margin-bottom:24px;font-size:14px}#message.error{background:#fff0e8;color:#813e23;border-color:#c77346}[hidden]{display:none!important}#loading{padding:50px 0}.research-busy{display:inline-block;width:12px;height:12px;border:2px solid #ccc;border-top-color:var(--purple);border-radius:50%;animation:spin .8s linear infinite;margin-right:8px}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:950px){main{padding:30px 24px 125px}.intro{align-items:start}.two-columns{gap:18px}.panel{padding:24px}.styles{gap:12px}.products{grid-template-columns:repeat(3,1fr)}.next-card{flex-direction:column;align-items:stretch;gap:10px}.site-hero{padding:25px}.destination{min-width:200px}}@media(max-width:650px){.topbar{height:70px;padding:0 20px}.intro{display:block}.destination{margin-top:20px}.steps{gap:0;justify-content:space-between}.steps button{padding:10px 7px;font-size:12px}.steps b{margin-right:3px;width:22px;height:22px}.two-columns{grid-template-columns:1fr;gap:0}.styles{grid-template-columns:1fr 1fr}.panel{padding:23px 18px}main{padding:28px 18px 110px}h2{font-size:25px}.products{grid-template-columns:1fr 1fr;gap:12px}.product img{height:120px}.review-heading{align-items:start;flex-direction:column;gap:0}.recommendation-heading{align-items:start}.site-hero{grid-template-columns:1fr;gap:20px}.site-header{padding:15px}.site-header span{display:none}.site-products{padding:20px 15px;gap:10px}.site-products img{height:80px}.site-hero h2{font-size:30px}.actionbar{padding:13px 18px}.actionbar button{font-size:13px;padding:10px 14px}#saved{max-width:95px}.mini{height:110px;padding:9px}.mini b{font-size:16px}.mini:after{width:30px;height:40px;right:15px}.style-card strong{font-size:13px;margin:10px 3px 4px}.style-card small{font-size:11px;margin:0 3px 6px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}

/* Server milestones, with elapsed time instead of an estimated percentage. */
.research-progress{padding:24px 28px;border:1px solid #cdbfda;border-radius:16px;background:linear-gradient(110deg,#f7f1fc,#fffaf5);margin-bottom:24px;box-shadow:0 8px 30px #694b8008}.progress-heading{display:flex;justify-content:space-between;align-items:center;gap:20px}.progress-heading h2{font:600 19px/1.4 'DM Sans',sans-serif;letter-spacing:0;margin:0}.progress-heading>span{font-size:12px;color:var(--purple);font-variant-numeric:tabular-nums;white-space:nowrap}.research-progress>p{font-size:13px;margin:6px 0 16px}.progress-track{position:relative;overflow:hidden;border-radius:12px;height:9px;background:#e8dfee}.progress-track progress{appearance:none;-webkit-appearance:none;display:block;width:100%;height:9px;border:none;background:transparent;border-radius:12px}.progress-track progress::-webkit-progress-bar{background:transparent}.progress-track progress::-webkit-progress-value{background:linear-gradient(90deg,#9572b4,#6b4d86);border-radius:12px;transition:width .4s}.progress-track progress::-moz-progress-bar{background:#6b4d86;border-radius:12px}.progress-shimmer{display:none;position:absolute;inset:0;width:30%;background:linear-gradient(90deg,transparent,#bca2d588,transparent);animation:progress-sweep 2s linear infinite}.is-running .progress-shimmer{display:block}@keyframes progress-sweep{from{transform:translateX(-100%)}to{transform:translateX(450%)}}#research-progress-count{font-size:11px;color:var(--muted);margin-top:7px}.progress-steps{padding:0;margin:18px 0 0;list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.progress-steps li{display:flex;align-items:flex-start;gap:9px;font-size:12px;line-height:1.4;font-weight:600}.progress-steps small{margin:3px 0 0;font-size:11px}.progress-marker{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;border:2px solid #d6cddf;border-radius:50%;color:var(--purple)}.is-active .progress-marker{border-top-color:var(--purple);animation:spin 1s linear infinite}.is-done .progress-marker{color:white;background:var(--purple);border-color:var(--purple)}.is-warning .progress-marker{border-color:#ad7535;color:#865719}.is-pending{color:#7c737e}.research-progress.is-error{border-color:#c77346}.is-error .progress-marker{animation:none}.research-progress.is-complete{border-color:#b5ccb5}@media(max-width:950px){.progress-steps{grid-template-columns:1fr 1fr}}@media(max-width:650px){.research-progress{padding:20px 18px}.progress-heading{align-items:start;gap:10px}.progress-heading h2{font-size:17px}.progress-heading>span{font-size:11px}.progress-steps{gap:15px 10px}.progress-steps li{font-size:11px}}@media(prefers-reduced-motion:reduce){.is-running .progress-shimmer{animation:none;display:none}.is-active .progress-marker{animation:none}.progress-track progress::-webkit-progress-value{transition:none}}

.research-progress{scroll-margin-top:18px}

/* Saved findings stay readable after navigation or a reload. */
.website-findings{scroll-margin-top:24px;border-color:#bac9ba;background:linear-gradient(120deg,#f7faf3,#fffcf8)}.findings-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:18px}.findings-heading h2{font:600 clamp(30px,3vw,42px)/1.15 'DM Sans',sans-serif;color:#284635}.findings-heading p{margin-bottom:6px}.findings-heading .primary{width:auto;flex-shrink:0}.findings-heading .eyebrow{font-size:10px;overflow-wrap:anywhere}.findings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.finding{padding:22px;border:1px solid #dbe2d4;background:#fff;border-radius:12px;min-width:0;overflow-wrap:anywhere}.finding-label{font-size:10px;letter-spacing:1.2px;text-transform:uppercase;font-weight:700;color:#6a7d68}.finding-value{font-size:20px;line-height:1.45;color:#293e31;margin:13px 0 10px;white-space:pre-line}.finding:first-child .finding-value{font-size:27px;font-weight:600}.finding a{display:inline-block;font-size:12px;margin:8px 0}.finding .finding-current{font-size:12px;line-height:1.5;margin:12px 0 8px;color:#7a756e}.finding-used{display:block;font-size:12px;color:#55794b;margin-top:12px}.finding-missing{background:#f5f5ee;border-style:dashed}.finding-missing .finding-value{font-size:15px;color:#8b8b7f}.finding .suggestion{display:block;font-size:12px;min-height:40px;padding:8px 13px}.findings-sources article{padding:14px 0;border-bottom:1px solid #dbe2d4}.findings-sources a{font-size:14px;overflow-wrap:anywhere}.findings-sources p{font-size:14px;margin:8px 0}.finding-warning{padding:12px;background:#fff0dc;border-radius:8px}
.logo-palette:has(.palette-swatches){padding:19px;background:#f4f5ee;border:1px solid #dce2cd;border-radius:12px;margin-bottom:22px}.logo-palette h3{font-size:18px;margin:0 0 8px}.logo-palette p{font-size:13px;margin-bottom:15px}.palette-swatches{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:10px;margin-bottom:15px}.palette-swatch{min-width:0}.palette-swatch>span{display:block;height:58px;border:1px solid #0002;border-radius:8px}.palette-swatch>strong{display:block;font:11px/1.5 ui-monospace,monospace;text-align:center;margin:8px 0}.palette-swatch>div{display:flex;gap:4px;justify-content:center}.palette-swatch button{padding:7px 8px;font-size:10px;min-height:36px;border-radius:6px}.color-row small{font-family:ui-monospace,monospace}.logo-palette>button{font-size:13px}
@media(max-width:950px){.findings-grid{grid-template-columns:1fr 1fr}.findings-heading{align-items:flex-start;flex-direction:column;gap:12px}.finding{padding:18px}}@media(max-width:650px){.findings-grid{grid-template-columns:1fr}.finding-value{font-size:19px}.finding:first-child .finding-value{font-size:25px}.findings-heading .primary{width:100%}.palette-swatches{grid-template-columns:repeat(3,minmax(0,1fr))}.palette-swatch>div{flex-direction:column}.palette-swatch button{min-height:40px}}

.findings-missing{font-size:13px;margin:20px 0 0;padding:14px 18px;background:#eeeee5;border-radius:8px}.findings-missing strong{font-weight:600;color:#655f54}.saved-details{margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}.saved-details .finding-value{font-size:20px;font-weight:400}.saved-details button{display:block;margin-top:14px;font-size:12px}

/* Shared WSweb studio direction: keep the customer's miniature storefront independent. */
:root{color-scheme:dark;--ink:#edf2f3;--muted:#a3b1bb;--purple:#d1f87e;--line:#ffffff24;--paper:#131c23;--wash:#0b1015;--radius:14px}
body{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:radial-gradient(ellipse at 80% 0%,#3e533430,transparent 42%),linear-gradient(#ffffff03 1px,transparent 1px),linear-gradient(90deg,#ffffff03 1px,transparent 1px),var(--wash);background-size:auto,64px 64px,64px 64px,auto}
h1,h2{font-family:inherit;font-weight:600;letter-spacing:-.04em}h1{font-size:clamp(38px,5vw,66px)}h1 em{font-style:normal}.topbar{background:#0b1015e8}.wordmark,.wordmark span{color:var(--ink)}.wordmark small{color:var(--purple)}.eyebrow{color:#b3c69e;font:500 11px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:2px}
button{border-radius:8px;background:#1a252e;border-color:#ffffff26}.primary,.toggle [aria-pressed=true]{color:#102018;box-shadow:0 0 26px #d1f87e10}.primary:hover{background:#ddff9b}.steps{gap:12px}.steps b{border-radius:6px;background:#1a252e}.steps [aria-current]{background:#d1f87e12}.steps [aria-current] b{color:#102018}.panel{background:linear-gradient(145deg,#17222b,#101921);box-shadow:0 16px 50px #0002}
label{color:#d5e0e7}input:not([type=checkbox]):not([type=color]),select,textarea{background:#0d151c;color:var(--ink);border-color:#ffffff26}input::placeholder,textarea::placeholder{color:#80909d}input:disabled{background:#17212a!important;color:#9eaeb9!important}input[type=checkbox]{accent-color:#9bc54f;color-scheme:light}button:focus-visible,a:focus-visible,[tabindex]:focus-visible{outline-color:#d1f87e}input:focus,textarea:focus,select:focus{outline-color:#d1f87e}
.check,.price-example{background:#d1f87e0d;color:#d1e4bc}.dropzone{background:#0c1820;border-color:#58735a;color:#d1f87e}.dropzone.dragging{background:#d1f87e19;border-color:#d1f87e}.dropzone>span:not(.upload-icon){color:#a3b1bb}.color-row input{background:#0d151c}.style-card{background:#17222b}.style-card[aria-pressed=true],.style-card.selected{background:#233126;border-color:#d1f87e}.style-card strong{color:#edf2f3}.style-card small{color:#a3b1bb}.mini{color-scheme:light}.mini::before{color:inherit}.asset button{color:var(--ink)}
.actionbar{background:#0d151ef2;border-color:#ffffff26;box-shadow:0 -15px 50px #0003}#message:not(:empty){background:#d1f87e12;color:#dceaca}#message.error,.finding-warning{background:#ffc08a12;color:#ffbd8c}.sources{background:#d1f87e0c;color:var(--ink)}.sources p{color:var(--muted)}.product .reason{color:#c0d99d}
.finding{background:#101a22;border-color:#ffffff20}.finding-label,.finding small,.findings-missing,.findings-sources p{color:#a3b1bb}.finding-value{color:#edf2f3}.finding-current{background:#ffffff07;color:#a3b1bb}.finding-used{color:#d1f87e}.palette-swatch{background:#0d151c;border-color:#ffffff26}.palette-swatch strong{color:#d9e4eb}#logo-palette{background:#d1f87e08;border-color:#d1f87e28}.findings-sources article{border-color:#ffffff20}.findings-missing{background:#ffffff05}
.preview-shell{background:#1b2730}.browser-bar{background:#101921;color:#a3b1bb}#preview{color-scheme:light;--paper:#fffcf8;--ink:#302d2c;--muted:#77706a;color:#302d2c;background:#fffcf8}#preview h2{font-family:inherit}#preview .site-products h3{color:#302d2c}#preview p{color:#77706a}#preview.preview-bold .site-hero p,#preview.preview-premium .site-hero p{color:white}#preview .site-footer p{color:var(--brand)}
@media(max-width:650px){.steps{gap:0}.steps button{font-size:11px}.intro h1{font-size:44px}}

.website-findings h2{color:#edf2f3}.findings-missing strong,.finding .finding-current{color:#b4c1ca}.finding-missing{background:#101a22}.finding-missing .finding-value{color:#a3b1bb}

.wordmark{font-size:29px;font-weight:850;letter-spacing:-1.5px}.wordmark span{color:var(--purple)}

/* Website and brand are the only setup screens; six real samples come next. */
.flow-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}
.flow-steps button,.flow-steps>span{display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;font-size:13px;font-weight:600;line-height:1.4;padding:9px;border-radius:8px;color:var(--muted)}
.flow-steps>span{opacity:.65}.flow-steps b{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin:0;width:29px;height:29px;border-radius:6px;background:#1a252e;font-size:12px}.flow-steps [aria-current=step]{color:var(--purple)}
.optional-review>summary{cursor:pointer;color:var(--ink);font-size:17px;font-weight:600}.optional-review>summary span{font-size:13px;color:var(--muted);font-weight:400;margin-left:16px}.optional-review[open]>summary{margin-bottom:26px}.optional-review .review-heading{margin-top:8px}
@media(max-width:650px){.flow-steps{gap:0}.flow-steps button,.flow-steps>span{flex-direction:column;font-size:10px;padding:8px 2px;gap:6px;text-align:center}.flow-steps b{margin:0}.optional-review>summary span{display:block;margin:9px 0 0}}

#step-1>.two-columns{display:block;max-width:1000px;margin:auto}.business-details{margin-top:20px}.business-details>summary{font-size:18px;font-weight:600;color:var(--ink);cursor:pointer}.business-details[open]>summary{margin-bottom:18px}

.recommendation-heading{flex-wrap:wrap}.recommendation-heading>div{flex:1 1 320px}.recommendation-heading>button{flex:0 0 auto}

.new-site-setup{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:20px 0}.new-site-setup p{margin:4px 0}.new-site-setup .primary{display:inline-block;text-decoration:none;white-space:nowrap}.new-site-setup[hidden]{display:none}@media(max-width:700px){.new-site-setup{align-items:flex-start;flex-direction:column}.new-site-setup .primary{white-space:normal}}
a.primary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;border:1px solid var(--purple);border-radius:10px;text-align:center;font-weight:700;text-decoration:none}a.primary:hover{filter:brightness(1.05)}

.scan-entry-controls{display:flex;align-items:flex-end;gap:18px}.scan-entry-controls label{flex:1;margin:0}.scan-entry-controls input{font-size:22px}.scan-entry-controls .primary{width:auto;min-width:220px;min-height:64px}.scan-account{margin-top:22px}.scan-account summary{font-size:16px;color:var(--muted)}.scan-account label{margin-top:16px}.text-button{background:transparent;border:0;text-decoration:underline;padding:12px 0;color:inherit}.scan-entry #research-result:empty{display:none}#shopify-site-title{overflow-wrap:anywhere}#new-site-setup .primary{white-space:nowrap;width:auto}#business-details{margin-bottom:28px}
@media(max-width:700px){.scan-entry-controls{display:block}.scan-entry-controls .primary{width:100%;margin-top:16px}.new-site-setup{display:block}#new-site-setup .primary{display:block;margin-top:16px}}

.store-setup main{padding-top:28px}.store-setup .intro h1{font-size:clamp(34px,4vw,52px);margin-bottom:12px}.store-setup .intro>div>p:last-child{margin-bottom:0}.store-setup .steps{margin:22px 0}.scan-entry{padding:24px}.scan-entry h2{margin-bottom:10px}.scan-entry .eyebrow{margin-bottom:10px}
