:root{--bg:#0b0d0f;--bg2:#111418;--panel:#15181c;--panel2:#1a1e23;--line:#2b3036;--muted:#9da4ad;--text:#f5f6f7;--gold:#d7a128;--gold2:#f2c456;--green:#35a66f;--red:#d85f5f;--blue:#5c8de8;--shadow:0 22px 60px #0007}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 80% 0,#1c1a14 0,#0b0d0f 36%),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.site-header{position:sticky;top:0;z-index:40;height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,70px);background:#0b0d0ff1;border-bottom:1px solid #23272c;backdrop-filter:blur(16px)}
.brand{display:flex;gap:11px;align-items:center}
.brand-mark,.admin-logo{width:42px;height:42px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold2);font-weight:950;font-size:21px}
.brand span:last-child{display:flex;flex-direction:column}
.brand b{font-size:19px;letter-spacing:.06em;color:var(--gold2)}
.brand small{font-size:9px;letter-spacing:.09em;color:#d6d7d9}
.site-header nav{display:flex;align-items:center;gap:8px}
.site-header nav a{padding:10px 12px;color:#c3c7cb;font-size:13px;font-weight:700;border-radius:8px}
.site-header nav a:hover{background:#1a1d21;color:#fff}
.site-header .admin-link{border:1px solid #4c3c18;color:#f4cb69}
.site-header .admin-link.subtle{opacity:.7}
.mobile-nav-button{display:none;background:transparent;border:0;color:#fff;font-size:24px}
.demo-banner{padding:9px 20px;text-align:center;background:#3d2f0b;color:#ffd974;font-size:12px;border-bottom:1px solid #6d5319}
.eyebrow{display:inline-block;color:var(--gold2);font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.hero{min-height:690px;display:grid;grid-template-columns:1.03fr .97fr;gap:40px;align-items:center;padding:80px clamp(24px,6vw,90px);max-width:1600px;margin:auto}
.hero-copy{max-width:700px}
.hero h1{font-size:clamp(58px,7.2vw,108px);line-height:.88;letter-spacing:-.065em;margin:18px 0 28px}
.hero h1 em{font-style:normal;color:var(--gold2)}
.hero-copy>p{font-size:19px;line-height:1.7;color:#b6bbc1;max-width:680px}
.actions{display:flex;gap:12px;margin:34px 0 26px}
.btn{display:inline-flex;justify-content:center;align-items:center;border:1px solid transparent;border-radius:10px;padding:13px 17px;font-weight:850;font-size:13px;transition:.18s}
.btn:hover{transform:translateY(-1px)}
.btn.primary{background:linear-gradient(180deg,#efbd4b,#cf9318);color:#111;border-color:#e1aa34;box-shadow:0 10px 30px #d59b1a23}
.btn.ghost{background:#161a1e;border-color:#4b5058;color:#f4f4f4}
.btn.wide{width:100%;padding:15px}
.compact-btn{padding:10px 13px}
.text-btn{background:transparent;border-color:transparent;color:#aeb3ba}
.trust{display:flex;gap:24px;flex-wrap:wrap;color:#c7c8ca;font-size:13px}
.hero-art{position:relative;min-height:510px}
.garment-card{position:absolute;display:grid;place-items:center;text-align:center;font-weight:800;letter-spacing:.08em;box-shadow:0 28px 60px #0009}
.garment-card span{opacity:.9}
.garment-card b{color:var(--gold2);font-size:1.35em}
.tee{right:5%;top:10%;width:55%;height:66%;clip-path:polygon(22% 9%,37% 0,43% 13%,57% 13%,63% 0,78% 9%,100% 28%,84% 46%,77% 36%,77% 100%,23% 100%,23% 36%,16% 46%,0 28%);background:linear-gradient(145deg,#111820,#263747)}
.hoodie{left:0;bottom:4%;width:52%;height:59%;clip-path:polygon(35% 0,65% 0,71% 10%,88% 18%,100% 45%,87% 53%,80% 37%,78% 100%,22% 100%,20% 37%,13% 53%,0 45%,12% 18%,29% 10%);background:linear-gradient(145deg,#151515,#303030)}
.gold-ring{position:absolute;right:3%;bottom:8%;width:130px;height:130px;border:2px solid var(--gold);border-radius:50%;display:grid;place-items:center;text-align:center;font-size:13px;font-weight:900;color:var(--gold2);background:#0c0d0edd}
.section{padding:78px clamp(24px,6vw,90px);max-width:1600px;margin:auto}
.section-heading{max-width:780px;margin-bottom:34px}
.section-heading h2,.section h2{font-size:clamp(31px,4vw,54px);margin:9px 0 17px;letter-spacing:-.04em}
.section-heading p,.split p{color:var(--muted);font-size:17px;line-height:1.65}
.category-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.category-cards a{min-height:180px;padding:24px;border:1px solid var(--line);background:linear-gradient(145deg,#181b1f,#111316);border-radius:16px;display:flex;flex-direction:column;justify-content:flex-end;transition:.2s}
.category-cards a:hover{transform:translateY(-4px);border-color:#765c21}
.category-cards span{color:#72571c;font-weight:900;font-size:42px;margin-bottom:auto}
.category-cards b{font-size:22px}
.category-cards small{margin-top:6px;color:var(--muted)}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.steps article,.panel{background:linear-gradient(180deg,#171a1e,#111316);border:1px solid var(--line);border-radius:16px;padding:24px}
.steps article>b{font-size:35px;color:var(--gold2)}
.steps article h3{font-size:20px}
.steps article p{color:var(--muted);line-height:1.6}
.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;border-top:1px solid #1d2024}
.text-link{color:var(--gold2);font-weight:850}
.workflow-card{border:1px solid var(--line);border-radius:18px;background:#101215;box-shadow:var(--shadow);overflow:hidden}
.workflow-head{display:flex;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--line);font-size:12px}
.workflow-head span{color:#90959c}
.workflow-head b{color:#8ad9ae}
.workflow-row{display:flex;gap:14px;padding:19px 22px;border-bottom:1px solid #24282d}
.workflow-row i{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-style:normal;background:#272c32;color:#9ca2aa}
.workflow-row span{display:flex;flex-direction:column}
.workflow-row small{margin-top:4px;color:#8f959d}
.workflow-row.done i{background:#176d48;color:#fff}
.workflow-row.active{background:#1c211d}
.workflow-row.active i{background:var(--gold);color:#111}
.page-hero{padding:78px clamp(24px,6vw,90px) 12px;max-width:1600px;margin:auto}
.page-hero.compact h1{font-size:clamp(47px,6vw,78px);letter-spacing:-.055em;margin:12px 0}
.page-hero p{max-width:820px;color:var(--muted);font-size:17px;line-height:1.6}
.catalog-section{padding-top:34px}
.catalog-toolbar{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;flex-wrap:wrap}
.search-bar{display:flex;gap:10px;max-width:760px;flex:1}
.search-bar input,.form-panel input,.form-panel select,.form-panel textarea,.login-card input,.manage-card input,.manage-card select,.manage-card textarea,.notes-card textarea,.pricing-editor input,.pricing-editor select,.status-filter select{width:100%;background:#0e1012;color:#fff;border:1px solid #30353b;border-radius:9px;padding:13px 14px;outline:none}
.search-bar input:focus,.form-panel input:focus,.form-panel select:focus,.form-panel textarea:focus,.login-card input:focus,.manage-card input:focus,.manage-card select:focus,.manage-card textarea:focus,.notes-card textarea:focus,.pricing-editor input:focus,.pricing-editor select:focus{border-color:#9c751d;box-shadow:0 0 0 3px #a8791824}
.category-filter{display:flex;gap:7px;flex-wrap:wrap}
.chip{border:1px solid #30343a;background:#13161a;color:#b7bcc2;border-radius:999px;padding:9px 12px;font-size:12px;font-weight:750}
.chip.active{background:#34290f;color:#f4c95f;border-color:#71571b}
.status-text{min-height:24px;margin:20px 0;color:var(--muted)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.product-card{border:1px solid var(--line);border-radius:14px;background:#131518;overflow:hidden;cursor:pointer;transition:.2s;min-width:0}
.product-card:hover{transform:translateY(-3px);border-color:#70571f}
.product-img{aspect-ratio:1/1;background:linear-gradient(145deg,#ececea,#c5c7ca);display:grid;place-items:center;overflow:hidden;color:#111;font-size:55px;font-weight:900}
.product-img img{width:100%;height:100%;object-fit:contain}
.product-card .info{padding:16px}
.product-card small{color:var(--gold2);text-transform:uppercase;font-weight:850}
.product-card h3{margin:7px 0 6px;font-size:18px;line-height:1.25}
.product-card p{margin:0;color:var(--muted);font-size:13px}
.drawer{position:fixed;top:0;right:-680px;z-index:60;width:min(650px,95vw);height:100vh;background:#101215;border-left:1px solid var(--line);padding:30px;overflow:auto;transition:.25s;box-shadow:-25px 0 70px #0009}
.drawer.open{right:0}
.drawer-backdrop{position:fixed;inset:0;z-index:55;background:#000a;display:none}
.drawer-backdrop.open{display:block}
.drawer-close{float:right;background:transparent;color:#fff;border:0;font-size:36px}
.drawer-hero{display:grid;grid-template-columns:210px 1fr;gap:24px;align-items:center;margin-top:32px}
.drawer-image{aspect-ratio:1;background:#e6e6e3;border-radius:14px;overflow:hidden;display:grid;place-items:center;color:#111;font-size:55px;font-weight:900}
.drawer-image img{width:100%;height:100%;object-fit:contain}
.drawer h1{font-size:35px;line-height:1.05;margin:8px 0}
.drawer-copy{color:var(--muted);line-height:1.55}
.variant-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:22px 0}
.variant-summary div{padding:13px;border:1px solid var(--line);border-radius:10px;background:#15181c}
.variant-summary b{display:block;font-size:20px}
.variant-summary small{color:var(--muted)}
.color-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:16px}
.color-card{display:flex;gap:10px;align-items:center;padding:10px;border:1px solid #30343a;border-radius:9px}
.color-card img{width:48px;height:48px;object-fit:contain;background:#eee;border-radius:7px}
.swatch{display:inline-block;width:18px;height:18px;border-radius:50%;border:1px solid #777;flex:none}
.color-card span{display:flex;flex-direction:column;min-width:0}
.color-card small{color:var(--muted)}
.order-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:22px;align-items:start;padding-top:35px}
.form-panel{padding:0;overflow:hidden}
.form-section{padding:26px;border-bottom:1px solid var(--line)}
.form-section h2{font-size:24px;margin:0 0 18px}
.step-pill{float:right;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--gold);color:#111;font-weight:900}
.form-panel label,.login-card label,.manage-card label,.pricing-editor label{display:block;color:#cfd1d4;font-size:13px;font-weight:750;margin:14px 0}
.form-panel input,.form-panel select,.form-panel textarea,.login-card input,.manage-card input,.manage-card select,.manage-card textarea,.pricing-editor input,.pricing-editor select{margin-top:7px}
.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.selected-product{border:1px solid #5c4818;background:#221b0b;padding:15px;border-radius:10px;margin-bottom:18px;display:flex;flex-direction:column}
.selected-product small{color:#a58d52;font-weight:800}
.selected-product b{font-size:18px;margin-top:5px}
.selected-product span{color:#d9c889;font-size:12px;margin-top:4px}
.file-drop{border:1px dashed #555c65;border-radius:12px;padding:18px!important;background:#101316}
.file-drop span,.file-drop small{display:block}
.file-drop small{color:var(--muted);margin-top:4px}
.file-drop input{padding:10px 0 0!important;border:0!important;background:transparent!important;box-shadow:none!important}
.submit-zone{padding:24px}
.submit-zone>p{font-size:11px;color:#7f858d;line-height:1.5}
.success{background:#12301f;border:1px solid #2e7450;padding:15px;border-radius:10px;color:#c7f1d6;margin-top:14px}
.notice{padding:14px;border-radius:10px;margin:12px 0}
.error{background:#381719;border:1px solid #743239;color:#ffc3c6}
.order-side{display:flex;flex-direction:column;gap:14px}
.order-help{position:sticky;top:96px}
.order-help h2{font-size:31px}
.order-help ol{padding:0;list-style:none}
.order-help li{padding:17px 0;border-top:1px solid var(--line)}
.order-help li b,.order-help li span{display:block}
.order-help li span{color:var(--muted);margin-top:5px;line-height:1.5}
.side-link-card{border:1px solid var(--line);border-radius:14px;padding:20px;background:#14171a;display:flex;flex-direction:column}
.side-link-card small{color:var(--gold2);font-weight:850}
.side-link-card b{font-size:18px;margin:6px 0}
.side-link-card span{color:var(--muted);font-size:12px;line-height:1.5}
.narrow{max-width:1050px}
.tracking-search{max-width:850px}
.tracking-card{margin-top:28px;border:1px solid var(--line);border-radius:18px;background:#121417;overflow:hidden}
.tracking-head{display:flex;justify-content:space-between;align-items:center;padding:26px;border-bottom:1px solid var(--line)}
.tracking-head small,.tracking-meta small,.proof-callout small{display:block;color:var(--muted);font-size:10px;letter-spacing:.12em}
.tracking-head h2{margin:4px 0}
.tracking-head p{margin:0;color:var(--muted)}
.status-chip{display:inline-flex;align-items:center;padding:7px 10px;border:1px solid #6a531c;border-radius:999px;background:#2a210d;color:#ffd977;font-size:12px;font-weight:850;white-space:nowrap}
.status-chip.large{font-size:14px;padding:10px 14px}
.status-chip.small{padding:4px 7px}
.timeline{display:grid;grid-template-columns:repeat(5,1fr);padding:36px 26px}
.timeline div{position:relative;text-align:center;color:#777}
.timeline div:not(:last-child):after{content:"";position:absolute;top:17px;left:60%;width:80%;height:2px;background:#31343a}
.timeline b{position:relative;z-index:1;display:grid;place-items:center;width:36px;height:36px;margin:0 auto 12px;border-radius:50%;background:#2c2f34;color:#999}
.timeline .done{color:#fff}
.timeline .done b{background:#1d8e55;color:#fff}
.timeline .done:not(:last-child):after{background:#1d8e55}
.tracking-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}
.tracking-meta span{background:#15171b;padding:20px}
.proof-callout{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:20px 24px;background:#211b0d;border-top:1px solid #4f3d15}
.proof-callout b{display:block;margin-top:5px}
.event-log{padding:24px}
.event-log h3{margin-top:0}
.event-log>div{display:grid;grid-template-columns:14px 1fr auto;gap:12px;padding:12px 0;border-top:1px solid var(--line)}
.event-log i{width:8px;height:8px;background:var(--gold);border-radius:50%;margin-top:6px}
.event-log span{display:flex;flex-direction:column}
.event-log small,.event-log time{color:var(--muted);font-size:11px}
.login-wrap{min-height:calc(100vh - 150px);display:grid;place-items:center;padding:70px 20px}
.login-card{width:min(440px,100%);padding:34px;border:1px solid var(--line);border-radius:18px;background:#121417;box-shadow:var(--shadow)}
.admin-logo.big{width:58px;height:58px;font-size:28px;margin-bottom:22px}
.login-card h1{font-size:42px;margin:10px 0}
.login-card p{color:var(--muted);line-height:1.55}
.admin-shell{min-height:calc(100vh - 76px);display:grid;grid-template-columns:215px 1fr}
.admin-nav{background:#0b0c0e;border-right:1px solid var(--line);padding:28px 14px;display:flex;flex-direction:column;gap:5px}
.admin-nav .admin-logo{margin:0 10px 24px}
.admin-nav a,.admin-nav button{padding:11px 13px;border-radius:8px;color:#a9adb3;font-size:13px;background:transparent;border:0;text-align:left;width:100%}
.admin-nav a.active{background:#242016;color:#f3c45a}
.admin-nav a:hover,.admin-nav button:hover{background:#171a1e;color:#fff}
.admin-nav form{margin-top:auto}
.admin-main{padding:34px;min-width:0}
.admin-top{display:flex;justify-content:space-between;align-items:center;gap:16px}
.admin-top h1{font-size:40px;margin:3px 0}
.admin-top p{margin:5px 0;color:var(--muted)}
.admin-actions{display:flex;gap:9px;align-items:center}
.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:24px 0}
.metrics>div{background:#15171a;border:1px solid var(--line);border-radius:12px;padding:18px}
.metrics span{display:block;color:var(--muted);font-size:12px}
.metrics b{display:block;font-size:29px;margin-top:8px}
.admin-grid-wide{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:14px}
.panel-head{display:flex;justify-content:space-between;align-items:center;gap:16px}
.panel-head h2{font-size:20px;margin:0 0 8px}
.panel-head p{margin:0 0 15px;color:var(--muted);font-size:12px}
.status-filter select{padding:9px 10px;min-width:145px}
.table-wrap{overflow:auto}
table{width:100%;border-collapse:collapse;font-size:13px;min-width:720px}
th,td{text-align:left;padding:13px;border-top:1px solid var(--line);vertical-align:middle}
th{color:#8f949a;font-size:10px;text-transform:uppercase}
td small{display:block;color:#777d85;margin-top:4px}
.row-link{color:var(--gold2);font-weight:800}
.empty{text-align:center;color:var(--muted);padding:35px}
.pipeline-row{display:flex;justify-content:space-between;padding:12px 0;border-top:1px solid var(--line)}
.pipeline-panel .text-link{display:block;margin-top:18px;font-size:12px}
.empty-state{color:var(--muted)}
.detail-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:14px;margin-top:24px}
.detail-card dl{margin:0}
.detail-card dl div{display:grid;grid-template-columns:140px 1fr;gap:12px;padding:11px 0;border-top:1px solid var(--line)}
dt{color:var(--muted);font-size:12px}
dd{margin:0}
.note-box{padding:15px;background:#0e1012;border-radius:10px;margin:15px 0}
.note-box small{color:var(--gold2);font-weight:850}
.note-box p{white-space:pre-wrap;line-height:1.55}
.manage-card hr{border:0;border-top:1px solid var(--line);margin:22px 0}
.notes-card textarea{margin:8px 0 12px}
.event-card{grid-column:2}
.admin-events{padding:0}
.pricing-layout{display:grid;grid-template-columns:1fr 430px;gap:14px;margin-top:24px}
.pricing-settings label{display:block;font-size:13px;font-weight:700;margin:10px 0}.pricing-settings input,.pricing-settings select{display:block;width:100%;margin-top:6px;padding:10px;border:1px solid #cfd1d1;border-radius:6px;background:#fff;color:#111}.pricing-settings>.panel-head:not(:first-child){margin-top:22px}.pricing-settings>.btn{margin-top:12px}
.pricing-rule-list{display:flex;flex-direction:column}
.pricing-rule{display:flex;justify-content:space-between;align-items:center;text-align:left;padding:14px 0;border:0;border-top:1px solid var(--line);background:transparent;color:#fff}
.pricing-rule span{display:flex;flex-direction:column}
.pricing-rule small{color:var(--muted);margin-top:4px}
.pricing-rule strong{color:var(--gold2)}
.pricing-rule:hover b{color:var(--gold2)}
.checkbox-label{display:flex!important;gap:8px;align-items:center}
.checkbox-label input{width:auto!important;margin:0!important}
.pricing-editor .text-btn{margin-top:5px}
footer{display:flex;justify-content:space-between;padding:34px clamp(24px,6vw,90px);border-top:1px solid #202328;color:#888;font-size:12px}
footer b{color:#ddd}
.loading-card{height:350px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(90deg,#131518,#1b1f23,#131518);background-size:200% 100%;animation:shimmer 1.3s infinite}
@keyframes shimmer{0%{background-position:200% 0}
100%{background-position:-200% 0}
}
@media(max-width:1150px){.hero{grid-template-columns:1fr}
.hero-art{min-height:420px}
.category-cards,.steps,.product-grid{grid-template-columns:repeat(2,1fr)}
.order-layout,.split,.pricing-layout,.detail-grid{grid-template-columns:1fr}
.order-help{position:static}
.event-card{grid-column:auto}
.admin-grid-wide{grid-template-columns:1fr}
.pipeline-panel{order:-1}
.metrics{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:780px){.site-header{height:68px;padding:0 16px}
.brand small{display:none}
.mobile-nav-button{display:block}
.site-header nav{display:none;position:absolute;top:68px;left:0;right:0;background:#0c0e10;border-bottom:1px solid var(--line);padding:10px;flex-direction:column;align-items:stretch}
.nav-open .site-header nav{display:flex}
.site-header nav a{padding:13px}
.hero{padding:55px 18px;min-height:auto}
.hero h1{font-size:58px}
.hero-art{min-height:330px}
.gold-ring{width:95px;height:95px}
.section{padding:54px 18px}
.page-hero{padding:54px 18px 10px}
.category-cards,.steps,.product-grid{grid-template-columns:1fr}
.catalog-toolbar,.search-bar{flex-direction:column;align-items:stretch}
.search-bar{max-width:none;width:100%}
.drawer{padding:20px}
.drawer-hero{grid-template-columns:1fr}
.drawer-image{max-width:260px}
.variant-summary{grid-template-columns:1fr}
.color-grid{grid-template-columns:1fr}
.two{grid-template-columns:1fr}
.admin-shell{display:block}
.admin-nav{display:none}
.admin-main{padding:20px 14px}
.admin-top{align-items:flex-start;flex-direction:column}
.admin-actions{width:100%;flex-wrap:wrap}
.metrics{grid-template-columns:1fr 1fr}
.timeline{grid-template-columns:1fr;padding:20px}
.timeline div{text-align:left;display:flex;align-items:center;gap:10px;margin:5px 0}
.timeline b{margin:0}
.timeline div:after{display:none}
.tracking-meta{grid-template-columns:1fr 1fr}
.proof-callout{align-items:flex-start;flex-direction:column}
.detail-card dl div{grid-template-columns:1fr}
.event-log>div{grid-template-columns:14px 1fr}
.event-log time{grid-column:2}
.pricing-layout{display:block}
.pricing-editor{margin-top:14px}
footer{flex-direction:column;gap:15px}
}
@media(max-width:480px){.hero h1{font-size:49px}
.metrics{grid-template-columns:1fr}
.tracking-meta{grid-template-columns:1fr}
.actions{flex-direction:column}
.actions .btn{width:100%}
.category-filter{overflow:auto;flex-wrap:nowrap;padding-bottom:5px}
.chip{flex:none}
}
:focus-visible{outline:3px solid #f2c456;outline-offset:3px}
.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.service-grid article{padding:clamp(28px,4vw,55px);border:1px solid var(--line);border-radius:18px;background:#121519}.service-grid h2{font-size:clamp(28px,3vw,44px);margin:12px 0}.service-grid p{color:var(--muted);line-height:1.7}.card-action{display:block;color:var(--gold2);font-size:12px;font-weight:800;margin-top:14px}
.product-detail{padding-top:40px}.breadcrumbs{display:flex;gap:9px;color:var(--muted);font-size:12px;margin-bottom:28px}.breadcrumbs a{color:var(--gold2)}.product-detail-grid{display:grid;grid-template-columns:minmax(360px,.9fr) 1.1fr;gap:clamp(35px,6vw,90px);align-items:start}.main-product-image{aspect-ratio:1;background:#e7e7e3;border-radius:18px;overflow:hidden;display:grid;place-items:center}.main-product-image img{width:100%;height:100%;object-fit:contain}.product-thumbs{display:flex;gap:10px;margin-top:12px}.product-thumbs button{width:72px;height:72px;border:1px solid var(--line);border-radius:10px;background:#eee;padding:3px}.product-thumbs img{width:100%;height:100%;object-fit:contain}.product-summary{padding-top:30px}.product-summary h1{font-size:clamp(42px,5vw,72px);line-height:1;letter-spacing:-.05em;margin:12px 0}.style-number{color:var(--gold2);font-weight:800}.product-description{color:var(--muted);line-height:1.7}.availability-note{padding:14px 16px;border-left:3px solid var(--gold);background:#17150f;color:#bbb;font-size:12px;line-height:1.6}.configure-section{border-top:1px solid var(--line)}
.swatch-picker{display:flex;gap:9px;overflow:auto;padding:3px 3px 14px;margin:20px 0}.color-choice{flex:0 0 116px;min-height:96px;border:1px solid var(--line);background:#14171a;color:#ddd;border-radius:12px;padding:9px;display:flex;flex-direction:column;align-items:center;gap:7px}.color-choice:hover,.color-choice.selected{border-color:var(--gold);background:#231d0e}.color-choice img,.color-choice i{width:45px;height:45px;border-radius:50%;object-fit:cover;border:1px solid #666}.color-choice span{font-size:11px}.matrix-wrap{display:flex;flex-direction:column;gap:12px}.matrix-card{border:1px solid var(--line);border-radius:14px;background:#121518;overflow:hidden}.matrix-head{display:flex;justify-content:space-between;align-items:center;padding:15px 18px;background:#191c20}.matrix-head button{background:transparent;border:0;color:#d99393;font-size:12px}.size-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(105px,1fr));gap:1px;background:var(--line)}.size-grid label{background:#111316;padding:13px;display:flex;flex-direction:column;gap:5px}.size-grid small{color:var(--muted);font-size:9px;min-height:22px}.qty-input{width:100%;background:#090b0d;color:#fff;border:1px solid #393e44;border-radius:7px;padding:10px}.qty-input:disabled{opacity:.35}.matrix-total{display:flex;justify-content:flex-end;align-items:center;gap:20px;padding:20px}.matrix-total strong{font-size:34px;color:var(--gold2)}
.config-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.config-grid .panel h2{margin-top:0}.config-grid label{display:block;font-size:12px;font-weight:750;margin:15px 0}.config-grid input,.config-grid select,.config-grid textarea{width:100%;margin-top:7px;background:#0d0f11;color:#fff;border:1px solid #343940;border-radius:8px;padding:12px}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px}.check-grid label{margin:0;padding:10px;background:#0e1012;border-radius:8px}.check-grid input{width:auto;margin:0 7px 0 0}.estimate-label{display:flex;flex-direction:column;padding:15px;background:#1d190e;border:1px solid #4f4019;border-radius:10px;margin:18px 0}.estimate-label b{color:var(--gold2)}.estimate-label span{color:var(--muted);font-size:11px;margin-top:5px}.admin-search{display:flex;gap:7px;align-items:center}.admin-search input{background:#0e1012;color:#fff;border:1px solid #30353b;border-radius:9px;padding:9px 10px;min-width:210px}.catalog-toolbar .category-filter{flex-basis:100%}.catalog-toolbar .search-bar{min-width:min(100%,560px)}
@media(max-width:1000px){.product-detail-grid{grid-template-columns:1fr 1fr}.config-grid{grid-template-columns:1fr 1fr}.config-grid section:last-child{grid-column:1/-1}}
@media(max-width:780px){.service-grid,.product-detail-grid,.config-grid{grid-template-columns:1fr}.product-summary{padding-top:0}.config-grid section:last-child{grid-column:auto}.size-grid{grid-template-columns:repeat(3,1fr)}.admin-search{width:100%;flex-wrap:wrap}.admin-search input{min-width:100%}.product-detail{padding-top:24px}}
@media(max-width:390px){.size-grid{grid-template-columns:repeat(2,1fr)}.product-summary h1{font-size:40px}.config-grid .panel{padding:18px}}

/* Approved Razpro visual system */
:root{--bg:#f4f4f1;--bg2:#fff;--panel:#fff;--panel2:#f7f7f5;--line:#d8d9d7;--muted:#676b6e;--text:#111315;--gold:#d69b20;--gold2:#e2a82b;--green:#43b36e;--blue:#1474d4;--shadow:0 12px 32px #1112}
body{background:#f3f3f0;color:#111315;font-family:Arial,"Helvetica Neue",sans-serif}
.site-header{height:82px;padding:0 clamp(24px,4.5vw,72px);background:#0b0e10;border:0;color:#fff;box-shadow:none}
.brand{gap:9px;min-width:238px}.brand-mark{width:56px;height:42px;border:0;border-radius:0;fill:none;stroke:#fff;stroke-width:2.2;overflow:visible}.brand-mark .gold-peak{stroke:#dda321}.brand b{font-size:23px;color:#e0a52b;letter-spacing:.045em}.brand small{font-size:7px;color:#fff;font-weight:800}
.site-header nav{height:100%;gap:10px}.site-header nav a{height:100%;display:flex;align-items:center;padding:0 10px;border-radius:0;color:#fff;font-size:12px;font-weight:500;position:relative}.site-header nav a:hover{background:transparent;color:#e1a72c}.site-header nav a:first-child:after{content:"";position:absolute;bottom:19px;left:10px;right:10px;height:1px;background:#d9a129}.site-header nav .header-quote{height:32px;margin-left:18px;padding:0 20px;border-radius:4px;background:linear-gradient(#efbd53,#ce8f15);color:#111;font-weight:800}
main{min-height:60vh}.home-hero{position:relative;isolation:isolate;overflow:hidden;max-width:none;min-height:505px;display:block;padding:40px clamp(22px,31vw,480px);background:radial-gradient(circle at 50% 42%,#192027 0,#090c0f 48%,#050708 100%);color:#fff}.hero-photo{position:absolute;inset:0 auto 0 0;width:36%;z-index:-1;background:linear-gradient(120deg,#191d20,#090b0d);overflow:hidden}.hero-photo-right{left:auto;right:0;width:43%;background:linear-gradient(240deg,#152539,#080b0e)}.hero-photo img{width:100%;height:100%;object-fit:contain;filter:brightness(.42) contrast(1.3);transform:scale(1.38)}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#03050622,#070a0dd9)}.hero-photo-right:after{background:linear-gradient(-90deg,#06101b33,#070a0dd7)}
.hero-copy{position:relative;z-index:2;width:470px;max-width:90vw}.hero h1{font-family:"Arial Narrow",Impact,sans-serif;text-transform:uppercase;font-size:clamp(52px,4.8vw,76px);line-height:.91;letter-spacing:-.03em;margin:0 0 20px}.hero h1 em{color:#dfa326}.hero-copy>p{font-size:18px;line-height:1.35;color:#fff;margin:0 0 17px;max-width:410px}.product-types{display:flex;gap:0;margin:9px 0 16px}.product-types span{display:flex;min-width:73px;flex-direction:column;align-items:center;color:#e4a925;font-size:29px;border-right:1px solid #697075;padding:0 12px}.product-types span:first-child{padding-left:0}.product-types span:last-child{border:0}.product-types b{font-size:9px;color:#fff;margin-top:4px}.hero .actions{margin:0;gap:13px}.hero .btn{min-width:165px;border-radius:4px}.hero .btn.ghost{background:#11171bc9;border-color:#d39a20}
.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#080c0e;color:#fff;padding:18px clamp(25px,5vw,78px);border-top:1px solid #202529}.feature-strip>div{display:flex;align-items:center;justify-content:center;gap:13px}.feature-strip i{width:34px;height:34px;border:1px solid #dca222;color:#e3a826;border-radius:50%;display:grid;place-items:center;font-style:normal}.feature-strip span,.feature-strip small{display:flex;flex-direction:column}.feature-strip b{font-size:12px}.feature-strip small{font-size:10px;margin-top:4px;color:#ddd}
.section{max-width:1440px;padding:60px clamp(22px,5vw,72px);color:#111}.section-heading h2{font-family:"Arial Narrow",Impact,sans-serif;text-transform:uppercase;letter-spacing:-.02em;font-size:27px}.process-section{padding-bottom:30px}.interface-steps{grid-template-columns:repeat(4,1fr);gap:24px}.interface-steps article{position:relative;background:#fff;border:1px solid #d3d4d2;border-radius:9px;padding:14px;min-height:300px;box-shadow:0 3px 10px #1111}.interface-steps article:not(:last-child):after{content:"→";position:absolute;right:-22px;top:46%;font-size:25px;font-weight:900}.interface-steps header{display:flex;align-items:center;gap:10px}.interface-steps header>b{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#111;color:#fff}.interface-steps h3{font-size:15px}.step-preview{height:110px;margin:12px 0;border-radius:7px;background:#f5f5f3;border:1px solid #ddd;display:grid;place-items:center;font-size:60px}.art-mini{color:#d69b20}.interface-steps article>small,.interface-steps article>strong{display:block;font-size:9px;margin:7px 0}.interface-steps article>strong{border:1px solid #ddd;padding:6px;font-size:11px}.interface-steps article>a{position:absolute;left:14px;right:14px;bottom:12px;border:1px solid #111;border-radius:4px;padding:8px;text-align:center;font-size:11px;font-weight:700}.interface-steps article>a.dark-action{background:#111;color:#fff}.interface-steps em{display:block;color:#39a85f;text-align:center;font-size:11px}.interface-steps dl div{display:flex;justify-content:space-between;border-bottom:1px solid #ddd;padding:12px 0;font-size:11px}.mini-flow{display:grid;grid-template-columns:30px 1fr;gap:9px;margin-top:20px}.mini-flow>span{width:28px;height:28px;border-radius:50%;background:#bbb;color:#fff;display:grid;place-items:center}.mini-flow>span.done{background:#111}.mini-flow>span.active{background:#d69b20}.mini-flow p{margin:0 0 8px}.mini-flow p small{display:block;margin-top:3px}
.popular-section{padding-top:28px}.popular-section .section-heading{display:flex;justify-content:space-between;align-items:center}.popular-section .section-heading a{font-size:12px;font-weight:700}.popular-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.popular-card{border:1px solid #d6d7d5;border-radius:8px;background:#fff;padding:10px;display:flex;flex-direction:column;min-width:0}.popular-card>div{height:190px;background:#f4f4f1;border-radius:5px;overflow:hidden}.popular-card img{width:100%;height:100%;object-fit:contain}.popular-card b{margin-top:10px;font-size:13px}.popular-card small{margin:5px 0;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.popular-card span{font-size:11px;margin-top:auto}.service-grid article,.workflow-card,.panel,.side-link-card{background:#fff;border-color:#d8d9d7;color:#111;box-shadow:0 5px 18px #1111}.service-grid p,.split p{color:#676b6e}.workflow-head{background:#111;color:#fff}.workflow-row{background:#fff}.workflow-row.active{background:#f8f3e7}.workflow-row span small{color:#777}footer{background:#0a0d0f;color:#aaa;border-color:#24282b}footer b{color:#e1a72b}
.page-hero{max-width:none;background:#111519;color:#fff;padding-top:55px;padding-bottom:42px}.page-hero.compact h1{font-family:"Arial Narrow",Impact,sans-serif;text-transform:uppercase;font-size:55px}.page-hero p{color:#c7c9ca}.catalog-section{max-width:1440px;background:#f3f3f0}.search-bar input,.form-panel input,.form-panel select,.form-panel textarea,.login-card input,.manage-card input,.manage-card select,.manage-card textarea,.notes-card textarea,.pricing-editor input,.pricing-editor select,.status-filter select,.admin-search input,.config-grid input,.config-grid select,.config-grid textarea{background:#fff;color:#111;border-color:#cfd1d1}.chip{background:#fff;color:#333;border-color:#ccc}.chip.active{background:#111;color:#fff;border-color:#111}.product-grid{grid-template-columns:repeat(5,1fr);gap:18px}.product-card{background:#fff;border-color:#d9dad8;border-radius:8px;box-shadow:0 3px 12px #1111}.product-card:hover{border-color:#d49a20;box-shadow:0 8px 22px #1112}.product-img{background:#f7f7f5}.product-card .info{padding:14px}.product-card small,.card-action,.text-link,.row-link{color:#b77b08}.product-card h3{font-size:16px}.product-card p{color:#686c70}
.product-detail,.configure-section{max-width:1440px;background:#f4f4f1}.breadcrumbs{color:#777}.designer-heading h1{font-family:"Arial Narrow",Impact,sans-serif;text-transform:uppercase;font-size:42px;margin:6px 0}.designer-heading p{margin-top:0;color:#666}.product-detail-grid{margin-top:24px;background:#fff;border:1px solid #d6d7d5;border-radius:12px;padding:28px;grid-template-columns:minmax(340px,.95fr) 1.05fr;gap:45px}.main-product-image{background:#f7f7f5;border-radius:8px;min-height:470px}.product-summary h1{font-size:48px;color:#111}.product-description,.availability-note{color:#666}.availability-note{background:#fbf5e7}.variant-summary{gap:8px}.variant-summary div{background:#f8f8f6;border-color:#ddd}.designer-configure{padding-top:12px}.designer-configure .section-heading h2{font-size:30px}.swatch-picker{flex-wrap:wrap;overflow:visible}.color-choice{flex:0 0 92px;background:#fff;color:#222;border-color:#d3d4d3;border-radius:7px}.color-choice:hover,.color-choice.selected{background:#fff7e5;border-color:#d69b20;box-shadow:0 0 0 2px #d69b2033}.matrix-card{background:#fff;border-color:#d6d7d5}.matrix-head{background:#111;color:#fff}.size-grid{background:#d7d8d7}.size-grid label{background:#fff}.qty-input{background:#fff;color:#111;border-color:#bbb}.config-grid .panel{background:#fff}.check-grid label{background:#f7f7f5}.estimate-label{background:#fff8e8;border-color:#dec078}.estimate-label b{color:#9b6808}
.narrow{max-width:760px}.tracking-search{margin:auto}.tracking-card{max-width:480px;margin:20px auto;background:#fff;border-color:#d3d4d2;border-radius:9px;box-shadow:0 7px 25px #1112}.tracking-head{background:#191d20;color:#fff;padding:20px}.tracking-head small{color:#fff}.tracking-head h2{font-size:20px}.tracking-head p{color:#ddd}.timeline{display:flex;flex-direction:column;padding:24px 34px}.timeline div{display:grid;grid-template-columns:38px 1fr;align-items:center;text-align:left;min-height:67px;color:#444}.timeline div:not(:last-child):after{top:42px;left:17px;width:2px;height:48px;background:#ccc}.timeline b{margin:0;width:24px;height:24px;font-size:11px}.timeline .done:not(:last-child):after{background:#43b36e}.timeline .done b{background:#43b36e}.timeline .current b{background:#1474d4}.timeline span{font-weight:700;font-size:13px}.timeline span small{display:block;color:#888;font-size:10px;font-weight:400;margin-top:4px}.tracking-meta{grid-template-columns:repeat(2,1fr);background:#ddd}.tracking-meta span{background:#fafafa}.event-log{border-top:1px solid #ddd}.event-log>div{border-color:#ddd}.proof-callout{background:#fff7e5}
.admin-page{background:#f2f3f2}.admin-page>.site-header,.admin-page>footer{display:none}.admin-shell{min-height:100vh;grid-template-columns:230px 1fr}.admin-nav{background:#101517;border:0;padding:28px 14px;color:#fff}.admin-brand{font-size:23px;font-weight:900;color:#dfa428;letter-spacing:.05em;margin:0 12px 28px}.admin-brand small{display:block;color:#fff;font-size:8px;margin-top:3px}.admin-nav a,.admin-nav button{color:#dde0e1}.admin-nav a.active{background:#2d3336;color:#fff;border-left:3px solid #dda321}.admin-main{background:#f3f4f3;padding:36px}.admin-top h1{font-size:31px;color:#111}.metrics>div{background:#fff;border-color:#d8d9d7;color:#111;border-radius:7px;box-shadow:0 2px 8px #1111}.metrics span{color:#555}.metrics b{font-size:33px}.admin-grid-wide .panel{border-radius:7px}.panel-head p{color:#777}.status-chip{background:#fff4d9;color:#8c600a;border-color:#e0be71}.table-wrap table{color:#111}.table-wrap th,.table-wrap td{border-color:#ddd}.pipeline-row{border-color:#ddd}.admin-login-page{background:#f2f2ef}.login-card{background:#fff;color:#111;border-color:#d3d4d2}.login-card p{color:#666}
@media(max-width:1150px){.site-header nav{gap:2px}.site-header nav a{padding:0 6px}.site-header nav .header-quote{margin-left:5px}.popular-grid,.product-grid{grid-template-columns:repeat(4,1fr)}.home-hero{padding-left:25%;}.hero-copy{margin:auto}.interface-steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:780px){.site-header{height:70px}.brand{min-width:0}.brand-mark{width:47px}.brand b{font-size:19px}.site-header nav{height:auto}.site-header nav a{height:auto}.site-header nav a:first-child:after{display:none}.site-header nav .header-quote{height:42px;margin:5px}.home-hero{min-height:590px;padding:55px 20px}.hero-photo{width:55%;opacity:.65}.hero-photo-right{width:60%}.hero-copy{margin:0;width:100%}.hero h1{font-size:55px}.hero-copy>p{font-size:16px}.product-types{overflow:auto}.product-types span{min-width:65px;padding:0 8px}.feature-strip{grid-template-columns:1fr 1fr;gap:18px 8px;padding:20px 12px}.feature-strip>div{justify-content:flex-start}.interface-steps{grid-template-columns:1fr}.interface-steps article:not(:last-child):after{content:"↓";right:50%;top:auto;bottom:-24px}.popular-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.popular-card>div{height:145px}.service-grid{grid-template-columns:1fr}.product-detail-grid{grid-template-columns:1fr;padding:16px}.main-product-image{min-height:320px}.product-summary h1{font-size:39px}.admin-main{padding:18px}.tracking-title{text-align:left}}
@media(max-width:420px){.home-hero{min-height:520px}.hero h1{font-size:46px}.hero .actions{flex-direction:row}.hero .btn{min-width:0;flex:1;padding:12px 8px}.feature-strip b{font-size:10px}.feature-strip small{font-size:8px}.popular-grid,.product-grid{gap:10px}.popular-card>div{height:125px}.page-hero.compact h1{font-size:42px}.designer-page{padding-bottom:20px}.designer-configure{padding-top:20px}.color-choice{flex-basis:76px}.config-grid{gap:10px}.config-grid .panel{border-radius:8px}.matrix-total{padding:14px}}

/* Final surgical fidelity pass */
.site-header{height:64px;position:relative;padding:0 max(28px,calc((100vw - 1180px)/2))}.brand{min-width:220px}.brand-mark{width:54px;height:40px}.brand b{font-size:21px}.site-header nav{gap:7px}.site-header nav a{font-size:11px;padding:0 9px}.site-header nav a:first-child:after{bottom:14px}.site-header nav .header-quote{height:31px;padding:0 19px}
.home-hero{height:292px;min-height:292px;padding:10px calc(50% - 152px);background:#06090b}.hero-photo{width:calc(50% - 155px);height:292px}.hero-photo-right{width:calc(50% - 155px)}.hero-photo img{width:100%;height:100%;object-fit:cover;filter:none;transform:none}.hero-photo:after{background:linear-gradient(90deg,transparent 50%,#05080bec)}.hero-photo-right:after{background:linear-gradient(-90deg,transparent 55%,#05080bed)}.hero-copy{width:310px}.hero h1{font-size:38px;line-height:.91;margin:0 0 8px}.hero-copy>p{font-size:13px;line-height:1.3;margin-bottom:8px}.product-types{margin:4px 0 8px}.product-types span{min-width:52px;font-size:20px;padding:0 7px}.product-types b{font-size:7px}.hero .btn{min-width:120px;padding:9px 12px;font-size:10px}.feature-strip{padding:13px max(28px,calc((100vw - 1180px)/2))}.feature-strip i{width:28px;height:28px}.feature-strip b{font-size:10px}.feature-strip small{font-size:9px}
.section{padding:34px max(22px,calc((100vw - 1180px)/2));max-width:none}.section-heading{margin-bottom:17px}.section-heading h2{font-size:20px;margin:0}.process-section{padding-bottom:18px}.interface-steps{gap:22px}.interface-steps article{min-height:235px;padding:11px}.interface-steps header>b{width:25px;height:25px}.interface-steps h3{font-size:13px}.step-preview{height:82px;margin:8px 0;font-size:42px}.interface-steps article>a{left:11px;right:11px;padding:6px}.popular-section{padding-top:18px}.popular-grid{gap:14px}.popular-card{padding:8px}.popular-card>div{height:130px}.popular-card b{margin-top:7px}.home-secondary{display:none}

.designer-workspace{padding-top:22px;padding-bottom:45px}.designer-title h1{font-family:"Arial Narrow",Impact,sans-serif;font-size:25px;margin:0}.designer-title p{font-size:12px;color:#666;margin:5px 0 14px}.workspace-grid{display:grid;grid-template-columns:62px minmax(360px,1.15fr) minmax(260px,.9fr) 260px;border:1px solid #d4d5d3;border-radius:11px;overflow:hidden;background:#fff;min-height:535px}.design-tools{border-right:1px solid #ddd;background:#fafafa;display:flex;flex-direction:column}.design-tools button{height:72px;border:0;border-bottom:1px solid #ddd;background:#fafafa;font-size:9px;display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center}.design-tools button.active{background:#171a1c;color:#fff}.tool-icon{font-size:20px}.garment-canvas{padding:18px 15px;border-right:1px solid #ddd;display:flex;flex-direction:column}.canvas-stage{position:relative;min-height:385px;background:#fafaf8;border-radius:6px;display:grid;place-items:center;overflow:hidden}.canvas-stage>img:first-child{width:88%;height:375px;object-fit:contain}.canvas-loading{position:absolute;color:#777;font-size:12px}.art-preview{position:absolute;width:24%;height:25%;object-fit:contain;top:29%;left:38%;filter:drop-shadow(0 2px 2px #0003)}.location-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;margin-top:10px}.location-tabs button{border:1px solid #d4d5d3;background:#fff;border-radius:5px;padding:8px 3px;font-size:9px}.location-tabs button.active{border-color:#111;background:#f3f3f1}.preview-note{text-align:center;font-size:9px;color:#777;margin:8px 0 0}.workspace-controls{padding:17px;border-right:1px solid #ddd;overflow:auto}.tool-panel{display:none}.tool-panel.active{display:block}.tool-panel label,.order-summary label{display:block;font-weight:700;font-size:11px;margin:0 0 14px}.tool-panel input,.tool-panel select,.tool-panel textarea,.order-summary input,.order-summary select{display:block;width:100%;margin-top:6px;padding:9px;border:1px solid #cfd0ce;border-radius:5px;background:#fff;color:#111}.tool-panel p{font-size:11px;line-height:1.5;color:#666}.designer-swatches{display:flex;gap:7px;flex-wrap:wrap;max-height:88px;overflow:auto;margin:8px 0 16px}.designer-swatch{width:25px;height:25px;padding:0;border:1px solid #aaa;border-radius:50%;background:#fff;overflow:hidden}.designer-swatch.selected{box-shadow:0 0 0 2px #d79c21;border-color:#fff}.designer-swatch img,.designer-swatch i{display:block;width:100%;height:100%;object-fit:cover}.designer-sizes{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.designer-sizes>span{grid-column:1/-1;color:#777;font-size:11px}.designer-size{border:1px solid #ddd;border-radius:5px;padding:6px;text-align:center;margin:0!important}.designer-size span{display:block}.designer-size input{padding:6px;text-align:center}.designer-size small{font-size:7px;color:#777}.compact-drop{padding:15px;border:1px dashed #bbb;border-radius:6px}.compact-drop small{display:block;color:#777;margin:4px 0}.order-summary{padding:20px 16px;background:#fcfcfb}.order-summary h2{font-family:"Arial Narrow",Impact,sans-serif;font-size:16px;margin:0 0 15px}.summary-product{display:flex;align-items:center;gap:10px;border:1px solid #ddd;border-radius:6px;padding:8px;margin-bottom:15px}.summary-product img{width:45px;height:45px;object-fit:contain}.summary-product span{display:flex;flex-direction:column;font-size:11px}.summary-product small{margin-top:4px}.order-summary dl{margin:0 0 14px}.order-summary dl div{display:flex;justify-content:space-between;padding:6px 0;font-size:10px}.order-summary dd{margin:0;font-weight:700;text-align:right}.quote-only{border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:12px 0;margin-bottom:12px;display:flex;flex-direction:column}.quote-only small{font-size:8px}.quote-only b{font-size:18px}.quote-only span{font-size:9px;color:#666}.contact-details{margin:12px 0}.contact-details summary{font-size:11px;font-weight:700;cursor:pointer;margin-bottom:10px}.contact-details label{margin-bottom:8px}.order-summary .btn{border-radius:5px}.submit-disclaimer{font-size:8px;color:#777;line-height:1.4}.success{font-size:11px}

.control-label{display:block;font-size:11px;font-weight:800;margin-bottom:7px}.selected-product{display:flex;gap:10px;align-items:center;border:1px solid #d5d6d4;border-radius:7px;padding:9px;background:#fafaf8}.selected-product img{width:58px;height:58px;object-fit:contain;background:#fff;border-radius:5px}.selected-product span{display:flex;flex-direction:column;min-width:0}.selected-product small{font-size:8px;font-style:normal;color:#a16d08;text-transform:uppercase;font-weight:850}.selected-product b{font-size:11px;line-height:1.3;margin:3px 0;overflow-wrap:anywhere}.selected-product em{font-size:9px;color:#747779;font-style:normal}.change-product{border:0;background:transparent;color:#a36c04;text-decoration:underline;text-underline-offset:3px;font-size:10px;font-weight:800;padding:7px 2px;margin-bottom:12px;cursor:pointer}.picker-open{overflow:hidden}.product-picker{position:fixed;inset:0;z-index:100}.picker-backdrop{position:absolute;inset:0;background:#050607df;opacity:0;transition:opacity .18s}.picker-dialog{position:absolute;left:50%;top:50%;transform:translate(-50%,-47%);width:min(1120px,calc(100vw - 50px));max-height:calc(100vh - 50px);overflow:auto;background:#111416;color:#fff;border:1px solid #4a3c1b;border-radius:14px;box-shadow:0 28px 90px #000c;opacity:0;transition:.18s;padding:25px}.product-picker.open .picker-backdrop,.product-picker.open .picker-dialog{opacity:1}.product-picker.open .picker-dialog{transform:translate(-50%,-50%)}.picker-header{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid #303335;padding-bottom:17px}.picker-header h2{font-family:"Arial Narrow",Impact,sans-serif;text-transform:uppercase;font-size:34px;margin:3px 0}.picker-header p{margin:0;color:#b8bbbc;font-size:13px}.picker-close{align-self:flex-start;width:42px;height:42px;border:1px solid #484b4d;border-radius:50%;background:#1d2022;color:#fff;font-size:27px;line-height:1;cursor:pointer}.picker-search{margin:19px 0 13px}.picker-search label{display:block;color:#dedfdf;font-size:11px;font-weight:800;margin-bottom:7px}.picker-search>div{display:flex}.picker-search input{flex:1;min-width:0;padding:13px 14px;border:1px solid #4b4e50;border-radius:7px 0 0 7px;background:#fff;color:#111;font-size:15px}.picker-search button,.picker-empty button{border:0;background:#dca323;color:#111;font-weight:850;padding:0 21px;border-radius:0 7px 7px 0;cursor:pointer}.picker-categories{display:flex;gap:7px;overflow-x:auto;padding:2px 2px 10px;scrollbar-width:thin}.picker-categories button{white-space:nowrap;border:1px solid #45484a;border-radius:999px;background:#1a1d1f;color:#d8dadb;padding:9px 13px;font-size:11px;font-weight:750;cursor:pointer}.picker-categories button.active{background:#dca323;color:#111;border-color:#dca323}.picker-status{min-height:30px;color:#aeb1b2;font-size:11px;padding:8px 1px}.picker-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.picker-card{min-width:0;display:flex;flex-direction:column;border:1px solid #343739;border-radius:9px;overflow:hidden;background:#191c1e}.picker-image{height:175px;display:grid;place-items:center;background:#f3f3ef}.picker-image img{width:100%;height:100%;object-fit:contain}.picker-image-placeholder{color:#222;font-weight:900;letter-spacing:.1em}.picker-card-copy{display:flex;flex:1;flex-direction:column;padding:13px}.picker-card small{color:#dfb64f;font-weight:850;text-transform:uppercase;font-size:9px}.picker-card h3{font-size:14px;line-height:1.3;margin:5px 0}.picker-card p{color:#aaaeb0;font-size:10px;margin:0 0 12px}.picker-card button{margin-top:auto;border:1px solid #dca323;background:transparent;color:#f1c75f;border-radius:5px;padding:9px;font-size:11px;font-weight:850;cursor:pointer}.picker-card button:hover{background:#dca323;color:#111}.picker-loading{height:280px;border-radius:9px;background:linear-gradient(100deg,#191c1e 30%,#25292b 50%,#191c1e 70%);background-size:300% 100%;animation:loading 1.2s infinite}.picker-empty{grid-column:1/-1;min-height:190px;display:flex;flex-direction:column;gap:7px;align-items:center;justify-content:center;border:1px dashed #494c4e;border-radius:9px;color:#cfd1d2}.picker-empty span{font-size:12px;color:#999}.picker-empty button{border-radius:5px;padding:10px 22px;margin-top:8px}.picker-empty.error b{color:#f0d28d}
.picker-back{margin:16px 0 0;border:0;background:transparent;color:#e8bd55;font-weight:800;font-size:12px;padding:7px 1px;cursor:pointer}.picker-back:hover{text-decoration:underline;text-underline-offset:4px}.picker-back:focus-visible,.category-picker-card:focus-visible{outline:3px solid #edc45d;outline-offset:4px}.category-picker-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 18px;padding:6px 12px 16px}.category-picker-card{min-width:0;border:0;background:transparent;color:#fff;text-align:center;padding:0;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:13px;transition:transform .18s,color .18s}.category-picker-card:hover{transform:translateY(-3px);color:#edc45d}.category-picker-image{width:clamp(170px,17vw,205px);height:clamp(170px,17vw,205px);border-radius:50%;overflow:hidden;display:grid;place-items:center;background:#f3ded9}.category-picker-card:nth-child(2) .category-picker-image{background:#f2e8c9}.category-picker-card:nth-child(3) .category-picker-image{background:#dce9f1}.category-picker-card:nth-child(4) .category-picker-image{background:#dce8d8}.category-picker-card:nth-child(5) .category-picker-image{background:#e5def0}.category-picker-card:nth-child(6) .category-picker-image{background:#f2ddcf}.category-picker-card:nth-child(7) .category-picker-image{background:#d9e8e5}.category-picker-card:nth-child(8) .category-picker-image{background:#eee3c9}.category-picker-image img{width:88%;height:88%;object-fit:contain;mix-blend-mode:multiply;transition:transform .2s}.category-picker-card:hover img{transform:scale(1.025)}.category-picker-label{display:flex;justify-content:center;align-items:center;gap:7px;min-height:36px;font-size:15px;line-height:1.2}.category-picker-label b{font-weight:750}.category-picker-label span{color:#dca323;font-size:17px;transition:transform .18s}.category-picker-card:hover .category-picker-label span{transform:translateX(3px)}.category-image-fallback{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#8c6b20}.category-image-fallback i{font-size:38px;font-style:normal}.category-image-fallback b{display:none}.category-loading{width:clamp(170px,17vw,205px);aspect-ratio:1;border-radius:50%;justify-self:center;background:#25292b}
.product-picker:has(.category-picker-grid) .picker-search{max-width:620px;margin-bottom:24px}.product-picker:has(.category-picker-grid) .picker-search label{color:#aeb1b2;font-weight:650}

.tracking-intro{text-align:center;padding:24px 18px 6px}.tracking-intro h1{font-family:"Arial Narrow",Impact,sans-serif;font-size:23px;margin:0}.tracking-intro p{font-size:11px;color:#666;margin:5px}.tracking-section{padding-top:12px}.tracking-search{max-width:480px}.tracking-card{max-width:390px}.tracking-head{padding:15px}.tracking-head h2{font-size:16px}.tracking-head p{font-size:11px}.timeline{padding:14px 24px}.timeline div{min-height:55px}.timeline div:not(:last-child):after{height:37px}.tracking-meta span{padding:12px;font-size:11px}.event-log{padding:15px}.event-log h3{font-size:15px}

.admin-shell{grid-template-columns:150px 1fr}.admin-nav{padding:18px 8px}.admin-brand{font-size:18px;margin:0 8px 18px}.admin-nav a,.admin-nav button{padding:9px 10px;font-size:10px;display:flex;align-items:center;gap:8px}.nav-icon{width:12px;height:12px;border:1px solid currentColor;border-radius:2px;display:inline-block;position:relative}.customers-icon{border-radius:50%}.pricing-icon{transform:rotate(45deg)}.tracking-icon{border-radius:50%}.admin-main{padding:25px;max-width:1200px}.admin-top h1{font-size:24px}.admin-top .eyebrow{font-size:8px}.metrics{gap:10px;margin:17px 0}.metrics>div{padding:14px}.metrics span{font-size:10px}.metrics b{font-size:23px;margin-top:8px}.admin-grid-wide{display:block}.admin-grid-wide>.panel:first-child{padding:16px}.pipeline-panel{display:none}.panel-head h2{font-size:17px}.admin-search input{min-width:150px}.table-wrap th,.table-wrap td{font-size:10px;padding:10px}.table-wrap td small{font-size:8px}

@media(max-width:900px){.workspace-grid{grid-template-columns:54px 1fr 250px}.workspace-controls{grid-column:2/3;grid-row:2;border-top:1px solid #ddd}.order-summary{grid-column:3;grid-row:1/3}.canvas-stage{min-height:330px}.canvas-stage>img:first-child{height:320px}}
@media(max-width:780px){.site-header{position:sticky;padding:0 16px}.home-hero{height:430px;min-height:430px;padding:30px 18px}.hero-photo{width:54%;height:100%;opacity:.62}.hero-photo-right{width:60%}.hero-copy{width:310px;margin:auto}.hero h1{font-size:42px}.interface-steps{grid-template-columns:1fr}.home-secondary{display:none}.workspace-grid{display:flex;flex-direction:column}.garment-canvas{order:1;border-right:0}.design-tools{order:2;flex-direction:row;border-right:0;border-top:1px solid #ddd}.design-tools button{flex:1;height:58px;border-bottom:0;border-right:1px solid #ddd}.workspace-controls{order:3;border-right:0}.order-summary{order:4}.canvas-stage{min-height:350px}.canvas-stage>img:first-child{height:340px}.designer-sizes{grid-template-columns:repeat(4,1fr)}.tracking-intro{text-align:left}.tracking-section{padding-top:8px}.admin-shell{display:block}}
@media(max-width:780px){.picker-dialog{inset:0;width:100%;height:100%;max-height:none;transform:translateY(4%);border:0;border-radius:0;padding:18px 14px}.product-picker.open .picker-dialog{transform:none}.picker-header{position:sticky;top:-18px;z-index:3;background:#111416;padding:18px 0 14px}.picker-header h2{font-size:28px}.picker-header p{font-size:11px}.picker-close{width:40px;height:40px;flex:none}.picker-search{position:sticky;top:87px;z-index:2;background:#111416;padding:8px 0;margin:0}.picker-search input{font-size:16px}.picker-search button{padding:0 15px}.picker-categories{padding-top:8px}.picker-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.picker-image{height:150px}.picker-card-copy{padding:11px}.picker-card h3{font-size:13px}.picker-card button{min-height:42px}.picker-loading{height:255px}}
@media(max-width:420px){.picker-grid{grid-template-columns:1fr}.picker-card{display:grid;grid-template-columns:42% 58%;min-height:170px}.picker-image{height:100%;min-height:170px}.picker-card-copy{min-width:0}.picker-card h3{font-size:14px}.picker-card button{width:100%}.picker-status{padding-top:4px}.workspace-controls{padding:15px}.designer-sizes{grid-template-columns:repeat(3,1fr)}}

@media(max-width:780px){.picker-header .eyebrow{font-size:8px}.picker-search{position:relative;top:auto}.product-picker:has(.category-picker-grid) .picker-search{max-width:none;margin-bottom:24px}.picker-back{margin-top:8px}.category-picker-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 10px;padding:4px 0 18px}.category-picker-image,.category-loading{width:clamp(125px,38vw,150px);height:clamp(125px,38vw,150px)}.category-picker-label{font-size:13px;min-height:32px}.category-picker-card{gap:9px}}
@media(max-width:420px){.category-picker-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* FINAL MOBILE STEP 2 OVERLAP FIX */
@media (max-width: 780px) {
  .interface-steps article:nth-child(2) {
    min-height: 325px;
    padding-bottom: 62px;
  }

  .interface-steps article:nth-child(2) em {
    display: block;
    position: relative;
    margin: 10px 0 16px;
    line-height: 1.35;
    z-index: 1;
  }

  .interface-steps article:nth-child(2) > a {
    bottom: 12px;
  }
}


/* FINAL MOBILE STEP 1 CTA FIX */
@media (max-width: 780px) {
  .interface-steps article:nth-child(1) {
    min-height: 400px;
    padding-bottom: 72px;
  }

  .interface-steps article:nth-child(1) > strong:last-of-type {
    margin-bottom: 18px;
  }

  .interface-steps article:nth-child(1) > a {
    bottom: 14px;
    left: 14px;
    right: 14px;
  }
}
/* Phase 2 admin additions; public visual rules remain untouched. */
.admin-side{background:#111;color:#fff;padding:24px;display:flex;flex-direction:column;gap:8px;min-width:220px}.admin-side a{color:#fff;padding:10px;text-decoration:none}.admin-side a:focus,.admin-side a:hover{background:#26221a;color:#d7ad51}.crm-card{background:#fff;border:1px solid #ddd;border-radius:8px;padding:24px}.admin-filters{display:flex;gap:12px;align-items:end;flex-wrap:wrap;margin:18px 0}.admin-filters label{flex:1;min-width:240px}.admin-table-wrap{overflow-x:auto;background:#fff}.admin-table-wrap table{width:100%;border-collapse:collapse}.admin-table-wrap th,.admin-table-wrap td{padding:12px;text-align:left;border-bottom:1px solid #ddd}.admin-table-wrap small{display:block;color:#666}@media(max-width:600px){.admin-shell{display:block}.admin-side{min-width:0;overflow-x:auto;flex-direction:row}.admin-side h2{display:none}.admin-side a{white-space:nowrap}.admin-main{padding:16px}.admin-table-wrap table{min-width:680px}}
.admin-side .active{background:#d7ad51;color:#111}.admin-side form{margin-top:auto}.workflow-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.workflow-board .crm-card{padding:16px}.workflow-board h2{font-size:17px;display:flex;justify-content:space-between}.workflow-item{display:flex;flex-direction:column;gap:2px;padding:10px;margin:6px 0;background:#f7f4ed;color:#111;text-decoration:none;border-left:3px solid #d7ad51}.workflow-item small{color:#666}.pagination{display:flex;justify-content:center;gap:20px;align-items:center;margin:20px}.dashboard-ops{margin-top:18px}.crm-card pre{white-space:pre-wrap;overflow-wrap:anywhere}.admin-filters select,.admin-filters input{width:100%}@media(max-width:900px){.workflow-board{grid-template-columns:1fr 1fr}}@media(max-width:600px){.workflow-board{grid-template-columns:1fr}.admin-side{position:sticky;top:0;z-index:10;padding:8px}.admin-filters label{min-width:100%}.admin-filters button,.admin-filters .button{width:100%;text-align:center}.quote-detail-main .detail-grid{grid-template-columns:1fr}.quote-detail-main button{max-width:100%}}
.admin-shell:has(>.admin-side){grid-template-columns:220px minmax(0,1fr)}
@media(max-width:780px){.admin-page .admin-nav{display:flex;position:sticky;top:0;z-index:20;flex-direction:row;align-items:center;overflow-x:auto;padding:7px;background:#101517}.admin-page .admin-nav .admin-brand,.admin-page .admin-nav .admin-logo{display:none}.admin-page .admin-nav a,.admin-page .admin-nav button{width:auto;min-width:max-content}.admin-page .admin-nav form{margin:0 0 0 auto}.admin-page .admin-main{padding-top:18px}}


/* RAZPRO CLIENT FEEDBACK — STEP 1 DESKTOP BUTTON */
@media (min-width: 781px) {
  .interface-steps article:nth-child(1) > a {
    bottom: 4px;
  }
}

/* RAZPRO CLIENT FEEDBACK — LIVE ARTWORK PREVIEW */
.main-product-image {
  position: relative;
  overflow: hidden;
}

.main-product-image img.product-art-preview {
  position: absolute;
  z-index: 3;
  top: 27%;
  left: 37%;
  width: 26%;
  height: 30%;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  filter: drop-shadow(0 2px 2px #0003);
}

.art-preview {
  z-index: 3;
  pointer-events: none;
}

.artwork-preview-state {
  min-height: 20px;
  margin-top: 8px;
  font-size: 11px;
  color: #666;
}

.artwork-preview-state.success {
  color: #278451;
}

.artwork-preview-state.notice {
  color: #8b6715;
}

@media (max-width: 780px) {
  .main-product-image img.product-art-preview {
    top: 27%;
    left: 36%;
    width: 28%;
    height: 30%;
  }

  .art-preview {
    width: 28%;
    height: 29%;
    left: 36%;
    top: 28%;
  }
}

/* RAZPRO CLIENT FEEDBACK — ALL PRODUCTS CATEGORY-FIRST CATALOG */

.catalog-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 20px;
  align-items: start;
}

.catalog-category-card {
  appearance: none;
  border: 0;
  background: transparent;
  color: #111;
  padding: 0;
  cursor: pointer;
  min-width: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  transition: transform .18s ease;
}

.catalog-category-card:hover {
  transform: translateY(-4px);
}

.catalog-category-image {
  width: min(100%, 235px);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.catalog-category-image img {
  width: 88%;
  height: 88%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform .2s ease;
}

.catalog-category-card:hover .catalog-category-image img {
  transform: scale(1.035);
}

.catalog-category-tone-1 { background: #f2ded9; }
.catalog-category-tone-2 { background: #f1e8ca; }
.catalog-category-tone-3 { background: #dce9f1; }
.catalog-category-tone-4 { background: #dce8d8; }
.catalog-category-tone-5 { background: #e6def0; }
.catalog-category-tone-6 { background: #f2ddcf; }
.catalog-category-tone-7 { background: #d9e8e5; }
.catalog-category-tone-8 { background: #eee4ca; }

.catalog-category-copy {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.catalog-category-copy b {
  font-size: 17px;
  line-height: 1.2;
}

.catalog-category-copy span {
  color: #a56e07;
  font-size: 11px;
  font-weight: 800;
}

.catalog-category-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 20px;
  color: #76581a;
  font-size: 18px;
}

.catalog-category-loading {
  width: min(100%, 235px);
  aspect-ratio: 1;
  border-radius: 50%;
  justify-self: center;
  background:
    linear-gradient(
      100deg,
      #e6e6e2 30%,
      #f3f3ef 50%,
      #e6e6e2 70%
    );
  background-size: 300% 100%;
  animation: loading 1.2s infinite;
}

.catalog-result-heading {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.catalog-back-button {
  border: 1px solid #bfc1bf;
  background: #fff;
  color: #111;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.catalog-back-button:hover {
  border-color: #d49a20;
  background: #fff8e9;
}

.catalog-no-results {
  grid-column: 1 / -1;
}

@media (max-width: 900px) {
  .catalog-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .catalog-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 12px;
  }

  .catalog-category-image {
    width: min(100%, 165px);
  }

  .catalog-category-copy b {
    font-size: 14px;
  }

  .catalog-result-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 420px) {
  .catalog-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 8px;
  }

  .catalog-category-image {
    width: min(100%, 145px);
  }

  .catalog-category-copy b {
    font-size: 13px;
  }

  .catalog-category-copy span {
    font-size: 10px;
  }
}


/* RAZPRO BRANDING */
.logo.brand-logo-mark,
.admin-logo-image {
  background: #fff;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.logo.brand-logo-mark img,
.admin-logo-image img {
  max-width: 92%;
  max-height: 92%;
  object-fit: contain;
}

.admin-brand-logo {
  gap: 10px;
  align-items: center;
}

.admin-brand-logo img {
  width: 120px;
  max-height: 46px;
  object-fit: contain;
  display: block;
}


/* RAZPRO PUBLIC HEADER LOGO */
.razpro-public-brand {
  min-width: 136px;
  gap: 0;
}

.brand-public-logo {
  display: block;
  width: 126px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 1px 0 #ffffff33);
}

@media (max-width: 780px) {
  .razpro-public-brand {
    min-width: 116px;
  }

  .brand-public-logo {
    width: 112px;
    height: 56px;
  }
}


/* RAZPRO MOBILE CATALOG FULL-WIDTH FIX */
@media (max-width: 780px) {
  html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body:not(.admin-page) {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  body:not(.admin-page) > .site-header,
  body:not(.admin-page) > main,
  body:not(.admin-page) > footer {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .site-header {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
  }

  .page-hero,
  .section,
  .catalog-section {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .catalog-toolbar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: visible;
  }

  .catalog-toolbar .search-bar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .catalog-toolbar .search-bar input,
  .catalog-toolbar .search-bar button {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .catalog-toolbar .category-filter {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    box-sizing: border-box;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
    -ms-overflow-style: none;
    padding: 2px 0 5px;
  }

  .catalog-toolbar .category-filter::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  .catalog-toolbar .category-filter::-webkit-scrollbar-track,
  .catalog-toolbar .category-filter::-webkit-scrollbar-thumb {
    background: transparent !important;
    border: 0 !important;
  }

  .catalog-toolbar .chip {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .status-text,
  .catalog-category-grid,
  .product-grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .catalog-category-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-category-card,
  .product-card,
  .catalog-category-copy {
    min-width: 0;
    max-width: 100%;
  }

  .catalog-category-image {
    width: 100%;
    max-width: 165px;
  }

  .catalog-category-copy b,
  .catalog-category-copy span {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 420px) {
  .catalog-category-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-category-image {
    width: 100%;
    max-width: 145px;
  }
}

@media (max-width: 360px) {
  .catalog-category-grid,
  .product-grid {
    gap: 20px 8px;
  }

  .catalog-category-image {
    max-width: 136px;
  }
}


/* RAZPRO CUSTOMER PRICING + GUARDED PREVIEW */
.platform-preview-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  background: #fff2c7;
  color: #4e3b08;
  border-bottom: 1px solid #dfc56d;
  font-size: 12px;
}

.platform-preview-banner span {
  color: #5d512e;
}

.preview-inline-notice,
.preview-admin-notice {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  margin: 12px 0;
  border: 1px solid #dfc56d;
  border-radius: 6px;
  background: #fff8df;
  color: #4e3b08;
  font-size: 11px;
  line-height: 1.45;
}

.preview-admin-notice {
  max-width: 980px;
  margin-bottom: 18px;
}

.preview-lock-fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.preview-mode button:disabled,
.preview-mode input:disabled,
.preview-mode select:disabled,
.preview-mode textarea:disabled {
  cursor: not-allowed;
  opacity: .62;
}

.product-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 12px;
  color: #151515;
  font-size: 13px;
}

.product-price b {
  color: #a56e07;
  font-size: 17px;
}

.product-price span {
  color: #707376;
  font-size: 10px;
}

.product-starting-price {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  margin: 4px 0 18px;
  color: #756018;
  font-size: 13px;
  font-weight: 750;
}

.product-starting-price b {
  color: #111;
  font-size: 22px;
}

.picker-price {
  display: block;
  margin-top: 7px;
  color: #e1bd5d;
  font-size: 11px;
  font-weight: 800;
}

.live-estimate.is-calculated {
  border-color: #b99639;
  background: #fff5d5;
}

.live-estimate.is-review {
  border-color: #d4ba72;
  background: #fffaf0;
}

.live-estimate.is-loading {
  opacity: .78;
}

.live-estimate b {
  overflow-wrap: anywhere;
}

.estimate-breakdown {
  display: grid;
  gap: 3px;
  margin-top: 7px;
  color: #5f6265;
  font-size: 9px;
}

@media (max-width: 780px) {
  .platform-preview-banner {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    padding: 9px 14px;
  }

  .product-price {
    justify-content: center;
    text-align: center;
  }
}

/* THEAPPGUY FOOTER CONTACT LINKS */
.footer-builder {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 5px;
  text-align: right;
}

.footer-builder > span:first-child {
  color: #aaa;
}

.footer-builder-name,
.footer-builder-options a {
  color: #e1a72b;
  font-weight: 800;
  text-decoration: none;
}

.footer-builder-name:hover,
.footer-builder-options a:hover {
  color: #f3c766;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-builder-options {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #707579;
  font-size: 11px;
}

@media (max-width: 780px) {
  .footer-builder {
    align-items: flex-start;
    text-align: left;
  }

  .footer-builder-options {
    flex-wrap: wrap;
  }
}


/* RAZPRO CLEAN APPAREL HERO V1 */
.home-hero .hero-photo-clean{
  inset:0;
  width:100%;
  height:100%;
  opacity:1;
  background:#06090b;
}
.home-hero .hero-photo-clean img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  filter:none;
  transform:none;
}
.home-hero .hero-photo-clean:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(3,5,7,.78) 0%,
    rgba(3,5,7,.65) 43%,
    rgba(3,5,7,.32) 72%,
    rgba(3,5,7,.18) 100%
  );
}
@media(max-width:780px){
  .home-hero .hero-photo-clean{
    width:100%;
    opacity:1;
  }
  .home-hero .hero-photo-clean img{
    object-position:55% center;
  }
  .home-hero .hero-photo-clean:after{
    background:linear-gradient(
      90deg,
      rgba(3,5,7,.84) 0%,
      rgba(3,5,7,.69) 62%,
      rgba(3,5,7,.34) 100%
    );
  }
}

/* RAZPRO FINAL PUBLIC WEBSITE CLEANUP */
.product-config-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.product-config-heading > div {
  min-width: 0;
}

.product-config-heading .step-pill,
.config-card-title .step-pill {
  float: none;
  flex: 0 0 34px;
}

.config-card-title {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 36px;
  margin-bottom: 12px;
}

.config-card-title h2 {
  min-width: 0;
  margin: 0 !important;
  line-height: 1.2;
}

.product-image-placeholder {
  width: min(72%, 360px);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  color: #8e620c;
  text-align: center;
  border: 1px dashed #cfbd91;
  border-radius: 8px;
  background: #fffaf0;
}

.product-image-placeholder[hidden] {
  display: none;
}

.product-image-placeholder b {
  font-size: 22px;
  letter-spacing: 0;
}

.product-image-placeholder span {
  color: #6b6e70;
  font-size: 11px;
  line-height: 1.45;
}

@media (max-width: 780px) {
  .product-config-heading {
    gap: 10px;
  }

  .product-config-heading .step-pill,
  .config-card-title .step-pill {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }

  .config-card-title {
    margin-bottom: 8px;
  }

  .product-image-placeholder {
    width: min(78%, 260px);
  }
}


/* RAZPRO SAFE PUBLIC CLEANUP */

/* Restore the About destination used by public navigation. */
#about.home-secondary {
  display: grid;
  scroll-margin-top: 82px;
}

/* Reduce excess catalogue-introduction height on desktop. */
@media (min-width: 781px) {
  .page-hero.compact {
    padding-top: 36px;
    padding-bottom: 28px;
  }

  .page-hero.compact h1 {
    margin: 8px 0 10px;
    font-size: clamp(43px, 4vw, 57px);
  }

  .page-hero.compact p {
    margin-bottom: 0;
    font-size: 15px;
  }
}

/* Keep catalogue cards and their actions consistently aligned. */
.product-card {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.product-card .info {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.product-card h3 {
  display: -webkit-box;
  min-height: 3.75em;
  overflow: hidden;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.product-card p {
  min-height: 2.6em;
}

.product-card .product-price {
  min-height: 42px;
  margin-top: 12px;
}

.product-card .card-action {
  margin-top: auto;
  padding-top: 14px;
}

/* Prevent card headings and fields from escaping their columns. */
.config-grid {
  align-items: stretch;
}

.config-grid > .panel,
.config-grid .two,
.config-grid .two > label {
  min-width: 0;
}

.config-grid .panel h2 {
  min-height: 2.2em;
  margin: 0 42px 18px 0;
  font-size: clamp(21px, 2.2vw, 30px);
  line-height: 1.05;
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
}

/* Readable artwork uploader inside the white product cards. */
.config-grid .file-drop,
.compact-drop {
  border-color: #adb1af !important;
  background: #f7f7f5 !important;
  color: #111315 !important;
}

.config-grid .file-drop span,
.compact-drop b {
  color: #111315 !important;
  font-weight: 800;
}

.config-grid .file-drop small,
.compact-drop small {
  color: #5f6366 !important;
}

.config-grid .file-drop input[type="file"],
.compact-drop input[type="file"] {
  width: 100%;
  max-width: 100%;
  color: #111315 !important;
}

.config-grid .file-drop input[type="file"]::file-selector-button,
.compact-drop input[type="file"]::file-selector-button {
  margin-right: 10px;
  border: 1px solid #b57b0b;
  border-radius: 5px;
  padding: 8px 12px;
  background: linear-gradient(#efbd53, #ce8f15);
  color: #111;
  font-weight: 800;
  cursor: pointer;
}

/* Clickable Razpro contact details. */
.footer-business a {
  color: #e1a72b;
  font-weight: 700;
  text-decoration: none;
}

.footer-business a:hover,
.footer-business a:focus-visible {
  color: #f3c766;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 781px) and (max-width: 1120px) {
  .site-header nav {
    gap: 1px;
  }

  .site-header nav a {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 10px;
  }

  .site-header nav .header-quote {
    margin-left: 2px;
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (max-width: 780px) {
  #about.home-secondary {
    display: grid;
    grid-template-columns: 1fr;
  }

  .config-grid .panel h2 {
    min-height: 0;
    font-size: 27px;
  }
}

@media (max-width: 420px) {
  .config-grid .panel h2 {
    font-size: 24px;
  }
}
/* RAZPRO PUBLIC CLEANUP */

#about.home-secondary {
  display: grid;
  scroll-margin-top: 82px;
}

@media (min-width: 781px) {
  .page-hero.compact {
    padding-top: 36px;
    padding-bottom: 28px;
  }

  .page-hero.compact h1 {
    margin: 8px 0 10px;
    font-size: clamp(43px, 4vw, 57px);
  }

  .page-hero.compact p {
    margin-bottom: 0;
    font-size: 15px;
  }
}

.product-card {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.product-card .info {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.product-card h3 {
  display: -webkit-box;
  min-height: 3.75em;
  overflow: hidden;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.product-card p {
  min-height: 2.6em;
}

.product-card .product-price {
  min-height: 42px;
  margin-top: 12px;
}

.product-card .card-action {
  margin-top: auto;
  padding-top: 14px;
}

.config-grid {
  align-items: stretch;
}

.config-grid > .panel,
.config-grid .two,
.config-grid .two > label {
  min-width: 0;
}

.config-grid .panel h2 {
  min-height: 2.2em;
  margin: 0 42px 18px 0;
  font-size: clamp(21px, 2.2vw, 30px);
  line-height: 1.05;
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
}

.config-grid .file-drop,
.compact-drop {
  border-color: #adb1af !important;
  background: #f7f7f5 !important;
  color: #111315 !important;
}

.config-grid .file-drop span,
.compact-drop b {
  color: #111315 !important;
  font-weight: 800;
}

.config-grid .file-drop small,
.compact-drop small {
  color: #5f6366 !important;
}

.config-grid .file-drop input[type="file"],
.compact-drop input[type="file"] {
  width: 100%;
  max-width: 100%;
  color: #111315 !important;
}

.config-grid .file-drop input[type="file"]::file-selector-button,
.compact-drop input[type="file"]::file-selector-button {
  margin-right: 10px;
  border: 1px solid #b57b0b;
  border-radius: 5px;
  padding: 8px 12px;
  background: linear-gradient(#efbd53, #ce8f15);
  color: #111;
  font-weight: 800;
  cursor: pointer;
}

.footer-business a {
  color: #e1a72b;
  font-weight: 700;
  text-decoration: none;
}

.footer-business a:hover,
.footer-business a:focus-visible {
  color: #f3c766;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 781px) and (max-width: 1120px) {
  .site-header nav {
    gap: 1px;
  }

  .site-header nav a {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 10px;
  }

  .site-header nav .header-quote {
    margin-left: 2px;
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (max-width: 780px) {
  #about.home-secondary {
    display: grid;
    grid-template-columns: 1fr;
  }

  .config-grid .panel h2 {
    min-height: 0;
    font-size: 27px;
  }
}

@media (max-width: 420px) {
  .config-grid .panel h2 {
    font-size: 24px;
  }
}

/* RAZPRO SIDE VIEW DESIGNER V2 */

.canvas-stage > #designerGarment {
  transition: transform .22s ease;
  transform-origin: center center;
}

.canvas-stage.side-focus-left > #designerGarment {
  transform: translateX(25%) scale(1.75);
}

.canvas-stage.side-focus-right > #designerGarment {
  transform: translateX(-25%) scale(1.75);
}

.canvas-stage.supplier-side-view > #designerGarment {
  transform: none;
}

.art-preview {
  z-index: 5;
  left: var(--art-x, 50%);
  top: var(--art-y, 42%);
  width: var(--art-width, 26%);
  height: auto !important;
  max-height: 44%;
  transform:
    translate(-50%, -50%)
    rotate(var(--art-rotation, 0deg));
  object-fit: contain;
  pointer-events: auto;
  touch-action: none;
  user-select: none;
  -webkit-user-drag: none;
  cursor: grab;
  filter: drop-shadow(0 2px 3px #0004);
}

.art-preview.is-dragging {
  cursor: grabbing;
  filter: drop-shadow(0 4px 6px #0005);
}

.garment-view-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin-top: 11px;
}

.garment-view-tabs button {
  min-width: 0;
  min-height: 38px;
  padding: 7px 5px;
  border: 1px solid #c9cbc9;
  border-radius: 5px;
  background: #f8f8f6;
  color: #555;
  font-size: 9px;
  font-weight: 800;
  cursor: pointer;
}

.garment-view-tabs button.active {
  border-color: #d79c21;
  background: #fff7e5;
  color: #8f6108;
}

.side-view-notice {
  margin: 7px 0 0;
  color: #777;
  text-align: center;
  font-size: 9px;
  line-height: 1.35;
}

.side-view-notice[hidden],
.art-transform-controls[hidden] {
  display: none;
}

.art-transform-controls {
  margin-top: 14px;
  border: 1px solid #d4d5d3;
  border-radius: 7px;
  padding: 12px;
  background: #fafaf8;
}

.art-control-heading {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 11px;
}

.art-control-heading output {
  color: #9b6808;
  font-weight: 900;
}

.art-size-row {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 8px;
}

.art-size-row button,
.art-position-actions button {
  min-height: 44px;
  border: 1px solid #b8bab8;
  border-radius: 6px;
  background: #fff;
  color: #111;
  font-weight: 850;
  cursor: pointer;
}

.art-size-row button {
  font-size: 22px;
}

.art-size-row input[type="range"] {
  width: 100%;
  margin: 0;
  padding: 0;
  accent-color: #d79c21;
}

.art-position-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}

.art-transform-controls > small {
  display: block;
  margin-top: 10px;
  color: #666;
  font-size: 10px;
  line-height: 1.4;
}

.location-tabs {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media (max-width: 780px) {
  .canvas-stage.side-focus-left > #designerGarment {
    transform: translateX(26%) scale(1.85);
  }

  .canvas-stage.side-focus-right > #designerGarment {
    transform: translateX(-26%) scale(1.85);
  }

  .garment-view-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .garment-view-tabs button {
    min-height: 44px;
    font-size: 10px;
  }

  .art-preview {
    left: var(--art-x, 50%);
    top: var(--art-y, 42%);
    width: var(--art-width, 26%);
    height: auto !important;
  }

  .location-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .location-tabs button {
    min-height: 42px;
    font-size: 10px;
  }

  .art-size-row button,
  .art-position-actions button {
    min-height: 48px;
  }
}

/* RAZPRO DESKTOP READABILITY PASS — START */
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }

  body {
    font-size: 16px;
    line-height: 1.5;
  }

  .site-header {
    min-height: 76px;
  }

  .site-header nav a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px !important;
    line-height: 1.2;
  }

  .site-header .header-quote,
  .site-header .btn {
    min-height: 44px;
    padding: 11px 20px;
    font-size: 14px !important;
  }

  .preview-banner,
  .preview-strip,
  .development-preview,
  .site-preview-notice {
    font-size: 13px !important;
    line-height: 1.45;
  }

  .home-hero {
    min-height: 470px;
  }

  .home-hero .hero-copy {
    width: min(560px, 42vw) !important;
    max-width: 560px !important;
  }

  .hero h1,
  .home-hero h1 {
    max-width: 550px;
    font-size: clamp(46px, 3.2vw, 58px) !important;
    line-height: .94;
  }

  .hero-copy > p,
  .home-hero .hero-copy > p {
    max-width: 520px;
    font-size: 17px !important;
    line-height: 1.5;
  }

  .home-hero .btn,
  .home-hero button,
  .home-hero a.btn {
    min-height: 46px;
    padding: 13px 21px;
    font-size: 15px !important;
  }

  .feature-strip {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .feature-strip b,
  .feature-strip strong {
    font-size: 14px !important;
    line-height: 1.3;
  }

  .feature-strip small,
  .feature-strip p {
    font-size: 12px !important;
    line-height: 1.4;
  }

  .interface-steps {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
  }

  .interface-steps article {
    min-height: 330px;
    padding: 20px;
  }

  .interface-steps article h2,
  .interface-steps article h3 {
    font-size: 21px !important;
    line-height: 1.25;
  }

  .interface-steps article p {
    font-size: 15px !important;
    line-height: 1.5;
  }

  .interface-steps article label,
  .interface-steps article small {
    font-size: 12px !important;
    line-height: 1.4;
  }

  .interface-steps article input,
  .interface-steps article select {
    min-height: 42px;
    padding: 10px 11px;
    font-size: 15px !important;
  }

  .interface-steps article button,
  .interface-steps article .btn,
  .interface-steps article a.btn {
    min-height: 42px;
    padding: 11px 15px;
    font-size: 14px !important;
  }

  .section-heading h2,
  .section-title,
  .popular-products > h2 {
    font-size: 28px !important;
    line-height: 1.2;
  }

  .popular-card h2,
  .popular-card h3,
  .product-card h2,
  .product-card h3 {
    font-size: 20px !important;
    line-height: 1.25;
  }

  .popular-card p,
  .popular-card small,
  .product-card p,
  .product-card small {
    font-size: 14px !important;
    line-height: 1.5;
  }

  .popular-card .btn,
  .product-card .btn,
  .popular-card button,
  .product-card button {
    min-height: 42px;
    font-size: 14px !important;
  }
}
/* RAZPRO DESKTOP READABILITY PASS — END */

/* RAZPRO PREVIEW BANNER READABILITY — START */
@media (min-width: 781px) {
  .preview-banner,
  .preview-strip,
  .development-preview,
  .site-preview-notice,
  .preview-mode-banner,
  .preview-notice {
    min-height: 42px;
    padding: 10px 20px !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    text-align: center;
  }

  .preview-banner strong,
  .preview-strip strong,
  .development-preview strong,
  .site-preview-notice strong,
  .preview-mode-banner strong,
  .preview-notice strong {
    font-size: 15px !important;
    font-weight: 800;
  }
}
/* RAZPRO PREVIEW BANNER READABILITY — END */

/* RAZPRO HERO PRODUCT ICONS — START */
.product-types span {
  display: flex;
  min-width: 65px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.product-types span > i:first-child,
.product-types span > svg:first-child,
.product-types span > img:first-child {
  display: none !important;
}

.product-types span::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  background-color: var(--gold, #e1a514);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.product-types span:nth-child(1)::before {
  -webkit-mask-image:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTggNCA1LjIgNS4yIDIuOCA5bDMgMS44TDcgOS4yVjIwaDEwVjkuMmwxLjIgMS42IDMtMS44LTIuNC0zLjhMMTYgNGMtLjYgMS40LTIgMi4zLTQgMi4zUzguNiA1LjQgOCA0WiIvPjwvc3ZnPg==");
  mask-image:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTggNCA1LjIgNS4yIDIuOCA5bDMgMS44TDcgOS4yVjIwaDEwVjkuMmwxLjIgMS42IDMtMS44LTIuNC0zLjhMMTYgNGMtLjYgMS40LTIgMi4zLTQgMi4zUzguNiA1LjQgOCA0WiIvPjwvc3ZnPg==");
}

.product-types span:nth-child(2)::before {
  -webkit-mask-image:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTkgMy44Yy41LS41IDEuNS0uOCAzLS44czIuNS4zIDMgLjhsMiAyLjUgMi40IDEuNS0xLjIgNC0yLjItMS4xVjIxSDhWMTAuN2wtMi4yIDEuMS0xLjItNEw3IDYuM2wyLTIuNVoiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNOSA0LjJjLjUgMS40IDEuNSAyLjEgMyAyLjFzMi41LS43IDMtMi4xTTkuNSAxNi41aDUiLz48L3N2Zz4=");
  mask-image:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTkgMy44Yy41LS41IDEuNS0uOCAzLS44czIuNS4zIDMgLjhsMiAyLjUgMi40IDEuNS0xLjIgNC0yLjItMS4xVjIxSDhWMTAuN2wtMi4yIDEuMS0xLjItNEw3IDYuM2wyLTIuNVoiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNOSA0LjJjLjUgMS40IDEuNSAyLjEgMyAyLjFzMi41LS43IDMtMi4xTTkuNSAxNi41aDUiLz48L3N2Zz4=");
}

.product-types span:nth-child(3)::before {
  -webkit-mask-image:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTggNCA1LjIgNS4yIDIuOCA5bDMgMS44TDcgOS4yVjIwaDEwVjkuMmwxLjIgMS42IDMtMS44LTIuNC0zLjhMMTYgNCIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS44IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik04IDRsNCA0IDQtNE0xMiA4djVNMTAuNSAxMS41aDMiLz48L3N2Zz4=");
  mask-image:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTggNCA1LjIgNS4yIDIuOCA5bDMgMS44TDcgOS4yVjIwaDEwVjkuMmwxLjIgMS42IDMtMS44LTIuNC0zLjhMMTYgNCIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS44IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik04IDRsNCA0IDQtNE0xMiA4djVNMTAuNSAxMS41aDMiLz48L3N2Zz4=");
}

.product-types span:nth-child(4)::before {
  -webkit-mask-image:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTQgMTMuNWMuNi00LjMgMy4zLTcgOC03czcuNCAyLjcgOCA3SDRaIi8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTEyIDYuNXY3TTQgMTMuNWMyLjggMS4yIDUuNiAxLjggOC40IDEuOCAyLjkgMCA1LjQtLjYgNy42LTEuOGwyIDEuNWMtMi44IDIuMi02LjMgMy4zLTEwLjUgMy4zLTMuNCAwLTYuNi0uOC05LjUtMi4zbDItMi41WiIvPjwvc3ZnPg==");
  mask-image:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTQgMTMuNWMuNi00LjMgMy4zLTcgOC03czcuNCAyLjcgOCA3SDRaIi8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTEyIDYuNXY3TTQgMTMuNWMyLjggMS4yIDUuNiAxLjggOC40IDEuOCAyLjkgMCA1LjQtLjYgNy42LTEuOGwyIDEuNWMtMi44IDIuMi02LjMgMy4zLTEwLjUgMy4zLTMuNCAwLTYuNi0uOC05LjUtMi4zbDItMi41WiIvPjwvc3ZnPg==");
}

.product-types span:nth-child(5)::before {
  -webkit-mask-image:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHJlY3QgeD0iNCIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS44Ii8+PHJlY3QgeD0iMTQiIHk9IjQiIHdpZHRoPSI2IiBoZWlnaHQ9IjYiIHJ4PSIxIiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuOCIvPjxyZWN0IHg9IjQiIHk9IjE0IiB3aWR0aD0iNiIgaGVpZ2h0PSI2IiByeD0iMSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNMTcgMTR2Nk0xNCAxN2g2Ii8+PC9zdmc+");
  mask-image:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHJlY3QgeD0iNCIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS44Ii8+PHJlY3QgeD0iMTQiIHk9IjQiIHdpZHRoPSI2IiBoZWlnaHQ9IjYiIHJ4PSIxIiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuOCIvPjxyZWN0IHg9IjQiIHk9IjE0IiB3aWR0aD0iNiIgaGVpZ2h0PSI2IiByeD0iMSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNMTcgMTR2Nk0xNCAxN2g2Ii8+PC9zdmc+");
}

@media (max-width: 780px) {
  .product-types span {
    min-width: 61px;
    gap: 5px;
  }

  .product-types span::before {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
  }
}
/* RAZPRO HERO PRODUCT ICONS — END */

/* RAZPRO PICKER PLACEMENT ARTWORK EDITOR — START */

/* Product picker: keep photos and product details separated. */
@media (min-width: 781px) {
  .picker-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .picker-card .picker-image {
    position: relative;
    z-index: 1;
    flex: 0 0 225px;
    height: 225px;
    overflow: hidden;
    background: #f3f3ef;
  }

  .picker-card .picker-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .picker-card .picker-card-copy {
    position: relative;
    z-index: 2;
    flex: 1;
    min-height: 172px;
    background: #191c1e;
  }

  .picker-card .picker-card-copy h3 {
    min-height: 2.6em;
    margin: 6px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .picker-card .picker-card-copy p {
    min-height: 1.5em;
  }
}

/* Product-page sleeve fallback when no supplier side image exists. */
.main-product-image #productMainImage {
  transition:
    transform .22s ease,
    object-position .22s ease;
}

.main-product-image.placement-focus-right-sleeve
#productMainImage {
  transform: scale(1.42);
  object-position: 78% 44%;
}

.main-product-image.placement-focus-left-sleeve
#productMainImage {
  transform: scale(1.42);
  object-position: 22% 44%;
}

/* Artwork size and position controls. */
.artwork-adjuster {
  margin: 14px 0 18px;
  padding: 14px;
  border: 1px solid #d5d6d4;
  border-radius: 8px;
  background: #fafaf8;
}

.artwork-adjuster[hidden] {
  display: none !important;
}

.artwork-adjuster-heading {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 12px;
}

.artwork-adjuster-heading b {
  font-size: 13px;
  color: #111;
}

.artwork-adjuster-heading small,
.artwork-adjuster-note {
  color: #686b6d;
  font-size: 10px;
  line-height: 1.45;
}

.artwork-adjuster > label {
  display: block;
  margin: 10px 0;
  font-size: 11px;
  font-weight: 750;
  color: #222;
}

.artwork-adjuster > label > span:first-child {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.artwork-adjuster output {
  color: #a16d08;
  font-weight: 850;
}

.artwork-adjuster input[type="range"] {
  width: 100%;
  accent-color: #d69b20;
}

.artwork-adjuster-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.artwork-adjuster-actions button {
  flex: 1;
  min-height: 38px;
  border: 1px solid #c8901b;
  border-radius: 5px;
  background: #fff;
  color: #8d5f05;
  font-weight: 800;
  cursor: pointer;
}

.artwork-adjuster-actions button:hover {
  background: #fff5dc;
}

.artwork-tone-toggle {
  display: flex !important;
  align-items: center;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid #dedfdd;
}

.artwork-tone-toggle input {
  width: auto !important;
  margin: 0 !important;
}

.artwork-colour-control {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.artwork-colour-control input[type="color"] {
  width: 52px !important;
  height: 34px;
  padding: 2px !important;
  margin: 0 !important;
  cursor: pointer;
}

.artwork-colour-control input:disabled {
  cursor: not-allowed;
  opacity: .45;
}

.product-art-preview,
.art-preview {
  will-change: transform;
  transform-origin: center center;
}

@media (max-width: 780px) {
  .picker-card {
    overflow: hidden;
  }

  .picker-card-copy {
    position: relative;
    z-index: 2;
    background: #191c1e;
  }

  .artwork-adjuster {
    padding: 13px;
  }

  .artwork-adjuster-actions button {
    min-height: 42px;
  }
}

/* RAZPRO PICKER PLACEMENT ARTWORK EDITOR — END */


/* RAZPRO MULTI DECORATION UI — START */

.multi-decoration-intro {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 18px 0 12px;
  padding-top: 15px;
  border-top: 1px solid #dedfdd;
}

.multi-decoration-intro b {
  color: #111315;
  font-size: 13px;
}

.multi-decoration-intro small {
  color: #666b6e;
  font-size: 10px;
  line-height: 1.45;
}

.multi-decoration-list {
  display: grid;
  gap: 12px;
}

.multi-decoration-card {
  padding: 14px;
  border: 1px solid #d1d3d1;
  border-radius: 9px;
  background: #f8f8f6;
  color: #111315;
}

.multi-decoration-card > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 13px;
}

.multi-decoration-card > header > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.multi-decoration-card > header b {
  font-size: 14px;
}

.multi-decoration-card > header small {
  color: #707477;
  font-size: 9px;
}

.multi-decoration-card > header button {
  width: 32px;
  height: 32px;
  border: 1px solid #c8c9c7;
  border-radius: 50%;
  background: #fff;
  color: #8a1f1f;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.multi-decoration-card label {
  display: block;
  margin: 10px 0;
  color: #222;
  font-size: 11px;
  font-weight: 750;
}

.multi-decoration-card input,
.multi-decoration-card select,
.multi-decoration-card textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 9px;
  border: 1px solid #c9cbc9;
  border-radius: 5px;
  background: #fff;
  color: #111;
}

.multi-decoration-card input[type="range"] {
  padding: 0;
  accent-color: #d69b20;
}

.multi-decoration-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.multi-decoration-file-state {
  min-height: 18px;
  color: #686d70;
  font-size: 10px;
  line-height: 1.4;
}

.multi-decoration-transform {
  margin-top: 13px;
  padding-top: 9px;
  border-top: 1px solid #dedfdd;
}

.multi-decoration-transform label > span {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.multi-decoration-transform output {
  color: #a56e07;
  font-weight: 850;
}

.multi-decoration-add {
  width: 100%;
  min-height: 42px;
  margin-top: 12px;
  border: 1px dashed #b47b0c;
  border-radius: 7px;
  background: #fff8e7;
  color: #8c5e04;
  font-weight: 850;
  cursor: pointer;
}

.multi-decoration-add:hover {
  background: #fff1c8;
}

.multi-decoration-add:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.canvas-stage .multi-art-layer,
.main-product-image img.multi-art-layer {
  position: absolute;
  z-index: 5;
  object-fit: contain;
  pointer-events: none;
  transform-origin: center center;
  filter: drop-shadow(0 2px 2px #0003);
}

.admin-decoration-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.admin-decoration-heading {
  color: #777;
  font-weight: 850;
  letter-spacing: .08em;
}

.admin-decoration-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 13px;
  border: 1px solid #d8d9d7;
  border-radius: 7px;
  background: #fafaf8;
}

.admin-decoration-item > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.admin-decoration-item b {
  font-size: 13px;
}

.admin-decoration-item span,
.admin-decoration-item small {
  color: #656a6d;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.admin-decoration-item .btn {
  flex: 0 0 auto;
  width: auto;
  min-width: 130px;
}

.admin-decoration-missing {
  color: #8b6715 !important;
}

@media (max-width: 780px) {
  .multi-decoration-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .multi-decoration-card {
    padding: 13px;
  }

  .multi-decoration-card input,
  .multi-decoration-card select,
  .multi-decoration-card textarea {
    min-height: 43px;
    font-size: 16px;
  }

  .admin-decoration-item {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-decoration-item .btn {
    width: 100%;
  }
}

/* RAZPRO MULTI DECORATION UI — END */


/* RAZPRO PRODUCT ARTWORK SIDEBAR — START */

.product-detail-grid {
  align-items: start;
}

.product-side-column {
  display: grid;
  min-width: 0;
  gap: 18px;
  align-content: start;
}

.product-artwork-side-panel {
  min-width: 0;
  margin: 0;
  padding: 20px;
  border: 1px solid #d6d7d5;
  border-radius: 10px;
  background: #fff;
  color: #111315;
  box-shadow: 0 4px 16px #1111;
}

.product-artwork-side-heading {
  margin-bottom: 15px;
}

.product-artwork-side-heading h2 {
  margin: 5px 0 7px;
  font-size: 22px;
  line-height: 1.05;
}

.product-artwork-side-heading p {
  margin: 0;
  color: #666b6e;
  font-size: 11px;
  line-height: 1.5;
}

.product-artwork-side-panel > label {
  display: block;
  margin: 13px 0;
  color: #222;
  font-size: 11px;
  font-weight: 750;
}

.product-artwork-side-panel textarea,
.product-artwork-side-panel select,
.product-artwork-side-panel input {
  display: block;
  width: 100%;
  margin-top: 6px;
}

.product-side-file-drop {
  margin-top: 0 !important;
}

.product-side-project-fields {
  margin-top: 13px;
}

.product-side-decoration-list {
  max-height: 390px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 4px;
}

.product-artwork-side-panel .artwork-adjuster {
  margin: 12px 0;
}

.product-artwork-side-panel .multi-decoration-card {
  background: #f7f7f5;
}

.product-order-form .config-grid {
  grid-template-columns:
    minmax(0, 1.15fr)
    minmax(320px, .85fr);
}

@media (min-width: 981px) {
  .product-gallery {
    position: sticky;
    top: 82px;
    align-self: start;
  }

  .product-detail-grid {
    grid-template-columns:
      minmax(420px, 1.05fr)
      minmax(390px, .95fr);
  }
}

@media (max-width: 980px) {
  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .product-gallery {
    position: static;
  }

  .product-order-form .config-grid {
    grid-template-columns: 1fr;
  }

  .product-side-decoration-list {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}

@media (max-width: 780px) {
  .product-artwork-side-panel {
    padding: 16px;
  }

  .product-artwork-side-heading h2 {
    font-size: 20px;
  }

  .product-side-project-fields {
    grid-template-columns: 1fr;
  }
}

/* RAZPRO PRODUCT ARTWORK SIDEBAR — END */


/* ============================================================
   RAZPRO PREMIUM DESIGN STUDIO — START
   Professional visual treatment for Design Your Own.
   Functional selectors and JavaScript behaviour remain unchanged.
   ============================================================ */

.designer-workspace {
  --studio-gold: #d9a52d;
  --studio-gold-dark: #a87208;
  --studio-ink: #11171c;
  --studio-ink-soft: #1b2329;
  --studio-surface: #ffffff;
  --studio-canvas: #f4f6f7;
  --studio-border: #dce1e4;
  --studio-muted: #667078;
  --studio-focus: rgba(217, 165, 45, .24);

  max-width: none;
  padding-top: 30px;
  padding-bottom: 68px;
  background:
    radial-gradient(
      circle at 50% 0,
      rgba(217, 165, 45, .08),
      transparent 32%
    ),
    #eef1f3;
  color: var(--studio-ink);
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;
}

.designer-workspace .designer-title {
  max-width: 1440px;
  margin: 0 auto 20px;
  padding: 0 clamp(18px, 4vw, 52px);
}

.designer-workspace .designer-title::before {
  content: "RAZPRO DESIGN STUDIO";
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  margin-bottom: 9px;
  padding: 0 11px;
  border: 1px solid rgba(168, 114, 8, .25);
  border-radius: 999px;
  background: #fff8e6;
  color: #875b05;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .14em;
}

.designer-workspace .designer-title h1 {
  margin: 0;
  color: #11171c;
  font-family:
    "Arial Narrow",
    "Roboto Condensed",
    Impact,
    sans-serif;
  font-size: clamp(30px, 3vw, 44px);
  line-height: .98;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.designer-workspace .designer-title p {
  max-width: 720px;
  margin: 10px 0 0;
  color: #626c73;
  font-size: 13px;
  line-height: 1.55;
}

.designer-workspace .workspace-grid {
  position: relative;
  display: grid;
  grid-template-columns:
    84px
    minmax(420px, 1.16fr)
    minmax(330px, .9fr)
    300px;
  max-width: 1440px;
  min-height: 665px;
  margin: 0 auto;
  border: 1px solid #d7dcdf;
  border-radius: 20px;
  overflow: clip;
  background: #fff;
  box-shadow:
    0 24px 70px rgba(17, 23, 28, .13),
    0 3px 12px rgba(17, 23, 28, .06);
}

.designer-workspace .workspace-grid::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 84px;
  right: 0;
  height: 3px;
  background:
    linear-gradient(
      90deg,
      var(--studio-gold),
      #f0ca68 45%,
      transparent 85%
    );
  pointer-events: none;
}

/* ------------------------------------------------------------
   Professional tool rail
   ------------------------------------------------------------ */

.designer-workspace .design-tools {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 16px 9px;
  border: 0;
  background:
    linear-gradient(
      180deg,
      #171d22,
      #0d1216
    );
  box-shadow: 6px 0 22px rgba(0, 0, 0, .08);
}

.designer-workspace .design-tools button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 66px;
  min-height: 68px;
  height: auto;
  gap: 7px;
  padding: 9px 4px;
  border: 1px solid transparent;
  border-radius: 13px;
  background: transparent;
  color: #aeb7bd;
  font-size: 9px;
  font-weight: 760;
  line-height: 1.15;
  letter-spacing: .015em;
  transition:
    background .18s ease,
    border-color .18s ease,
    color .18s ease,
    transform .18s ease;
}

.designer-workspace .design-tools button:hover {
  border-color: rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .06);
  color: #fff;
  transform: translateY(-1px);
}

.designer-workspace .design-tools button.active {
  border-color: rgba(240, 202, 104, .38);
  background:
    linear-gradient(
      145deg,
      rgba(217, 165, 45, .23),
      rgba(217, 165, 45, .08)
    );
  color: #fff;
  box-shadow:
    inset 3px 0 0 var(--studio-gold),
    0 8px 18px rgba(0, 0, 0, .18);
}

.designer-workspace .design-tools button:focus-visible {
  outline: 3px solid rgba(240, 202, 104, .3);
  outline-offset: 2px;
}

.designer-workspace .design-tools .tool-icon {
  display: none;
}

.designer-workspace .design-tools button::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.designer-workspace .design-tools button[data-tool="product"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 4 4 6.5 6.5 10l2-1v11h7V9l2 1L20 6.5 16 4c-1 1.2-2.3 1.8-4 1.8S9 5.2 8 4Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 4 4 6.5 6.5 10l2-1v11h7V9l2 1L20 6.5 16 4c-1 1.2-2.3 1.8-4 1.8S9 5.2 8 4Z'/%3E%3C/svg%3E");
}

.designer-workspace .design-tools button[data-tool="design"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4 20 4.2-1 10.6-10.6a2.1 2.1 0 0 0-3-3L5.2 16 4 20Z'/%3E%3Cpath d='m14.5 6.7 2.8 2.8'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4 20 4.2-1 10.6-10.6a2.1 2.1 0 0 0-3-3L5.2 16 4 20Z'/%3E%3Cpath d='m14.5 6.7 2.8 2.8'/%3E%3C/svg%3E");
}

.designer-workspace .design-tools button[data-tool="text"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round'%3E%3Cpath d='M5 5h14M12 5v14M8.5 19h7'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round'%3E%3Cpath d='M5 5h14M12 5v14M8.5 19h7'/%3E%3C/svg%3E");
}

.designer-workspace .design-tools button[data-tool="art"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='4' width='17' height='16' rx='2'/%3E%3Ccircle cx='8.5' cy='9' r='1.5'/%3E%3Cpath d='m5.5 17 4.2-4 3 2.7 2.4-2.2 3.4 3.5'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='4' width='17' height='16' rx='2'/%3E%3Ccircle cx='8.5' cy='9' r='1.5'/%3E%3Cpath d='m5.5 17 4.2-4 3 2.7 2.4-2.2 3.4 3.5'/%3E%3C/svg%3E");
}

.designer-workspace .design-tools button[data-tool="notes"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'%3E%3Crect x='4' y='3.5' width='16' height='17' rx='2'/%3E%3Cpath d='M8 8h8M8 12h8M8 16h5'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'%3E%3Crect x='4' y='3.5' width='16' height='17' rx='2'/%3E%3Cpath d='M8 8h8M8 12h8M8 16h5'/%3E%3C/svg%3E");
}

/* ------------------------------------------------------------
   Garment canvas
   ------------------------------------------------------------ */

.designer-workspace .garment-canvas {
  min-width: 0;
  padding: 25px 22px 21px;
  border-right: 1px solid var(--studio-border);
  background: #fff;
}

.designer-workspace .canvas-stage {
  position: relative;
  min-height: 475px;
  border: 1px solid #e0e4e6;
  border-radius: 17px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 43%,
      #ffffff 0,
      #f6f8f8 48%,
      #edf1f2 100%
    );
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -20px 50px rgba(17, 23, 28, .025);
}

.designer-workspace .canvas-stage::before {
  content: "LIVE PREVIEW";
  position: absolute;
  z-index: 5;
  top: 15px;
  left: 15px;
  min-height: 24px;
  padding: 0 10px;
  border: 1px solid #dde2e4;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  color: #5e686f;
  font-size: 8px;
  font-weight: 850;
  line-height: 22px;
  letter-spacing: .14em;
  backdrop-filter: blur(8px);
}

.designer-workspace .canvas-stage > img:first-child {
  width: 91%;
  height: 455px;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(17, 23, 28, .10));
}

.designer-workspace .art-preview,
.designer-workspace .multi-decoration-preview {
  filter:
    drop-shadow(0 2px 2px rgba(0, 0, 0, .24));
}

.designer-workspace .canvas-loading {
  padding: 9px 13px;
  border: 1px solid #dde2e4;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: #667078;
  box-shadow: 0 5px 20px rgba(17, 23, 28, .08);
}

.designer-workspace .garment-view-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  margin-top: 13px;
  padding: 5px;
  border: 1px solid #dde2e4;
  border-radius: 13px;
  background: #f0f3f4;
}

.designer-workspace .garment-view-tabs button {
  min-height: 46px;
  padding: 7px 8px;
  border: 1px solid transparent;
  border-radius: 9px;
  background: transparent;
  color: #59636a;
  font-size: 10px;
  font-weight: 780;
  line-height: 1.2;
  transition: .16s ease;
}

.designer-workspace .garment-view-tabs button:hover {
  background: rgba(255, 255, 255, .75);
  color: #11171c;
}

.designer-workspace .garment-view-tabs button.active {
  border-color: #d4a63b;
  background: #fff;
  color: #8b5f08;
  box-shadow:
    0 4px 12px rgba(17, 23, 28, .08),
    inset 0 -2px 0 #e2b853;
}

.designer-workspace .location-tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
  margin-top: 10px;
}

.designer-workspace .location-tabs button {
  min-height: 38px;
  padding: 7px 5px;
  border: 1px solid #d9dee1;
  border-radius: 9px;
  background: #fff;
  color: #5b656c;
  font-size: 9px;
  font-weight: 750;
  transition: .16s ease;
}

.designer-workspace .location-tabs button:hover {
  border-color: #c59932;
  color: #805706;
}

.designer-workspace .location-tabs button.active {
  border-color: #1a2228;
  background: #1a2228;
  color: #fff;
  box-shadow: 0 5px 12px rgba(17, 23, 28, .15);
}

.designer-workspace .preview-note,
.designer-workspace .side-view-notice {
  margin: 10px 3px 0;
  color: #747e85;
  font-size: 9px;
  line-height: 1.45;
}

/* ------------------------------------------------------------
   Controls
   ------------------------------------------------------------ */

.designer-workspace .workspace-controls {
  min-width: 0;
  padding: 25px 23px;
  border-right: 1px solid var(--studio-border);
  background:
    linear-gradient(
      180deg,
      #fafbfb,
      #f5f7f8
    );
}

.designer-workspace .tool-panel {
  animation: studioPanelIn .18s ease;
}

@keyframes studioPanelIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.designer-workspace .control-label,
.designer-workspace .tool-panel > .eyebrow {
  display: block;
  margin-bottom: 11px;
  color: #7c858b;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.designer-workspace .tool-panel label,
.designer-workspace .order-summary label {
  margin-bottom: 15px;
  color: #313a40;
  font-size: 10px;
  font-weight: 780;
}

.designer-workspace .tool-panel input,
.designer-workspace .tool-panel select,
.designer-workspace .tool-panel textarea,
.designer-workspace .order-summary input,
.designer-workspace .order-summary select {
  min-height: 43px;
  margin-top: 7px;
  padding: 10px 11px;
  border: 1px solid #cfd6da;
  border-radius: 9px;
  background: #fff;
  color: #11171c;
  font: inherit;
  font-size: 12px;
  box-shadow: inset 0 1px 2px rgba(17, 23, 28, .025);
  transition:
    border-color .16s ease,
    box-shadow .16s ease,
    background .16s ease;
}

.designer-workspace .tool-panel textarea {
  min-height: 105px;
  resize: vertical;
}

.designer-workspace .tool-panel input:focus,
.designer-workspace .tool-panel select:focus,
.designer-workspace .tool-panel textarea:focus,
.designer-workspace .order-summary input:focus,
.designer-workspace .order-summary select:focus {
  outline: none;
  border-color: #c28c18;
  box-shadow: 0 0 0 4px var(--studio-focus);
}

.designer-workspace .selected-product {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  margin-bottom: 12px;
  padding: 11px;
  border: 1px solid #dce1e4;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(17, 23, 28, .05);
}

.designer-workspace .selected-product img {
  width: 62px;
  height: 62px;
  padding: 4px;
  border-radius: 9px;
  background: #f2f4f5;
  object-fit: contain;
}

.designer-workspace .selected-product span {
  min-width: 0;
}

.designer-workspace .selected-product small {
  color: #946709;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.designer-workspace .selected-product b {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: #182026;
  font-size: 12px;
  line-height: 1.25;
  text-overflow: ellipsis;
}

.designer-workspace .selected-product em {
  display: block;
  margin-top: 4px;
  color: #717b82;
  font-size: 9px;
  font-style: normal;
}

.designer-workspace .change-product {
  width: 100%;
  min-height: 42px;
  margin-bottom: 18px;
  border: 1px solid #b88414;
  border-radius: 9px;
  background: #fff8e6;
  color: #825705;
  font-size: 10px;
  font-weight: 850;
  transition: .16s ease;
}

.designer-workspace .change-product:hover {
  background: #f5e5b8;
  box-shadow: 0 5px 13px rgba(168, 114, 8, .12);
}

.designer-workspace .designer-swatches {
  gap: 9px;
  max-height: 113px;
  padding: 4px;
  margin: 9px -4px 19px;
}

.designer-workspace .designer-swatch {
  width: 31px;
  height: 31px;
  border: 2px solid #fff;
  box-shadow:
    0 0 0 1px #c8ced2,
    0 3px 7px rgba(17, 23, 28, .08);
  transition: .16s ease;
}

.designer-workspace .designer-swatch:hover {
  transform: translateY(-2px);
}

.designer-workspace .designer-swatch.selected {
  box-shadow:
    0 0 0 3px #d9a52d,
    0 5px 10px rgba(17, 23, 28, .13);
}

.designer-workspace .designer-sizes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.designer-workspace .designer-size {
  padding: 8px;
  border: 1px solid #d9dee1;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(17, 23, 28, .035);
}

.designer-workspace .designer-size input {
  min-height: 37px;
  padding: 7px;
}

.designer-workspace .designer-size small {
  display: block;
  margin-top: 5px;
  color: #7b858b;
  font-size: 7px;
  line-height: 1.25;
}

.designer-workspace .compact-drop {
  position: relative;
  padding: 20px 16px;
  border: 1.5px dashed #aeb7bc;
  border-radius: 12px;
  background:
    linear-gradient(
      145deg,
      #fff,
      #f5f7f8
    );
  text-align: center;
  transition: .16s ease;
}

.designer-workspace .compact-drop:hover {
  border-color: #bd8613;
  background: #fffaf0;
}

.designer-workspace .compact-drop b {
  color: #182026 !important;
  font-size: 13px;
}

.designer-workspace .compact-drop small {
  color: #69737a !important;
  line-height: 1.45;
}

.designer-workspace .compact-drop input[type="file"] {
  min-height: 41px;
  padding: 7px;
  border-radius: 8px;
  background: #fff;
}

.designer-workspace .artwork-adjuster,
.designer-workspace .art-transform-controls {
  padding: 16px;
  border: 1px solid #d9dee1;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(17, 23, 28, .045);
}

.designer-workspace .artwork-adjuster-actions button,
.designer-workspace .art-position-actions button,
.designer-workspace .art-size-row button {
  min-height: 40px;
  border: 1px solid #c18b19;
  border-radius: 8px;
  background: #fff;
  color: #815705;
  font-weight: 820;
}

.designer-workspace .artwork-adjuster-actions button:hover,
.designer-workspace .art-position-actions button:hover,
.designer-workspace .art-size-row button:hover {
  background: #fff5d9;
}

.designer-workspace input[type="range"] {
  accent-color: #d19a22;
}

.designer-workspace .multi-decoration-intro {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #dce1e4;
}

.designer-workspace .multi-decoration-intro b {
  color: #182026;
  font-size: 12px;
}

.designer-workspace .multi-decoration-intro small {
  display: block;
  margin-top: 5px;
  color: #6e787f;
  font-size: 9px;
  line-height: 1.45;
}

.designer-workspace .multi-decoration-card {
  margin-top: 12px;
  padding: 14px;
  border: 1px solid #d9dee1;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(17, 23, 28, .05);
}

.designer-workspace .multi-decoration-card h3 {
  color: #172026;
  font-size: 13px;
}

.designer-workspace .multi-decoration-card-header button {
  border: 1px solid #e2b7b7;
  border-radius: 50%;
  background: #fff5f5;
  color: #a22c2c;
}

.designer-workspace .multi-decoration-add {
  width: 100%;
  min-height: 44px;
  margin-top: 12px;
  border: 1px dashed #a97913;
  border-radius: 10px;
  background: #fff9e9;
  color: #815705;
  font-size: 10px;
  font-weight: 850;
}

.designer-workspace .multi-decoration-add:hover {
  border-style: solid;
  background: #f7e7b9;
}

/* ------------------------------------------------------------
   Premium order summary
   ------------------------------------------------------------ */

.designer-workspace .order-summary {
  position: relative;
  min-width: 0;
  padding: 25px 19px;
  border: 0;
  background:
    linear-gradient(
      180deg,
      #182026,
      #10161a
    );
  color: #fff;
}

.designer-workspace .order-summary h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 14px;
  letter-spacing: .055em;
}

.designer-workspace .summary-product {
  gap: 11px;
  margin-bottom: 18px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 11px;
  background: rgba(255, 255, 255, .06);
}

.designer-workspace .summary-product img {
  width: 52px;
  height: 52px;
  padding: 4px;
  border-radius: 9px;
  background: #fff;
}

.designer-workspace .summary-product b {
  color: #fff;
  font-size: 11px;
  line-height: 1.3;
}

.designer-workspace .summary-product small {
  color: #d9a52d;
  font-size: 8px;
  font-weight: 800;
}

.designer-workspace .order-summary dl {
  margin-bottom: 17px;
}

.designer-workspace .order-summary dl div {
  padding: 8px 2px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: #aeb7bd;
  font-size: 10px;
}

.designer-workspace .order-summary dd {
  color: #fff;
}

.designer-workspace .order-summary label {
  color: #e7eaec;
}

.designer-workspace .order-summary select,
.designer-workspace .order-summary input {
  border-color: rgba(255, 255, 255, .14);
  background: #fff;
  color: #11171c;
}

.designer-workspace .quote-only {
  margin-top: 18px;
  padding: 15px;
  border: 1px solid rgba(217, 165, 45, .42);
  border-radius: 11px;
  background:
    linear-gradient(
      145deg,
      rgba(217, 165, 45, .16),
      rgba(217, 165, 45, .05)
    );
}

.designer-workspace .quote-only small {
  color: #e4bf65;
  font-weight: 850;
  letter-spacing: .12em;
}

.designer-workspace .quote-only b {
  margin: 5px 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.15;
}

.designer-workspace .quote-only span {
  color: #c4cbd0;
  line-height: 1.45;
}

.designer-workspace .contact-details {
  padding: 13px 0 3px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.designer-workspace .contact-details summary {
  color: #fff;
}

.designer-workspace .preview-inline-notice {
  margin: 12px 0;
  padding: 12px;
  border: 1px solid rgba(217, 165, 45, .48);
  border-radius: 9px;
  background: rgba(217, 165, 45, .12);
  color: #f0d994;
  font-size: 9px;
  line-height: 1.5;
}

.designer-workspace .order-summary .btn.primary {
  min-height: 49px;
  border: 1px solid #edc45f;
  border-radius: 10px;
  background:
    linear-gradient(
      180deg,
      #f0ca68,
      #d9a52d
    );
  color: #1b1a15;
  font-size: 11px;
  font-weight: 900;
  box-shadow:
    0 8px 22px rgba(217, 165, 45, .23),
    inset 0 1px 0 rgba(255, 255, 255, .5);
}

.designer-workspace .order-summary .btn.primary:hover:not(:disabled) {
  transform: translateY(-1px);
  background:
    linear-gradient(
      180deg,
      #f5d57e,
      #dfa92d
    );
}

.designer-workspace .order-summary .btn.primary:disabled {
  border-color: rgba(217, 165, 45, .24);
  background: rgba(217, 165, 45, .18);
  color: rgba(255, 255, 255, .48);
  box-shadow: none;
}

.designer-workspace .submit-disclaimer {
  color: #858f96;
  font-size: 7px;
  line-height: 1.45;
}

/* ------------------------------------------------------------
   Responsive studio layout
   ------------------------------------------------------------ */

@media (min-width: 1181px) {
  .designer-workspace .order-summary {
    position: sticky;
    top: 0;
    align-self: start;
    min-height: 665px;
  }
}

@media (max-width: 1180px) {
  .designer-workspace .workspace-grid {
    grid-template-columns:
      76px
      minmax(390px, 1.05fr)
      minmax(310px, .95fr);
  }

  .designer-workspace .workspace-grid::before {
    left: 76px;
  }

  .designer-workspace .design-tools button {
    width: 58px;
  }

  .designer-workspace .order-summary {
    grid-column: 2 / -1;
    display: grid;
    grid-template-columns:
      minmax(210px, .7fr)
      minmax(260px, 1fr);
    gap: 0 22px;
    align-items: start;
  }

  .designer-workspace .order-summary h2,
  .designer-workspace .summary-product,
  .designer-workspace .order-summary dl {
    grid-column: 1;
  }

  .designer-workspace .order-summary > label,
  .designer-workspace .quote-only,
  .designer-workspace .contact-details,
  .designer-workspace .preview-inline-notice,
  .designer-workspace .order-summary > .btn,
  .designer-workspace .submit-disclaimer,
  .designer-workspace #quoteResult {
    grid-column: 2;
  }
}

@media (max-width: 900px) {
  .designer-workspace {
    padding-top: 20px;
    padding-bottom: 35px;
  }

  .designer-workspace .workspace-grid {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 14px;
    border-radius: 16px;
  }

  .designer-workspace .workspace-grid::before {
    left: 0;
  }

  .designer-workspace .design-tools {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
    padding: 8px;
  }

  .designer-workspace .design-tools button {
    width: auto;
    min-height: 58px;
  }

  .designer-workspace .garment-canvas,
  .designer-workspace .workspace-controls {
    border-right: 0;
    border-bottom: 1px solid var(--studio-border);
  }

  .designer-workspace .order-summary {
    grid-column: 1;
    display: block;
  }
}

@media (max-width: 600px) {
  .designer-workspace .designer-title {
    padding: 0 16px;
  }

  .designer-workspace .designer-title h1 {
    font-size: 29px;
  }

  .designer-workspace .workspace-grid {
    margin: 0 9px;
  }

  .designer-workspace .design-tools {
    overflow-x: auto;
    grid-template-columns: repeat(5, minmax(72px, 1fr));
  }

  .designer-workspace .design-tools button {
    min-width: 72px;
    min-height: 56px;
  }

  .designer-workspace .garment-canvas {
    padding: 15px 12px;
  }

  .designer-workspace .canvas-stage {
    min-height: 350px;
  }

  .designer-workspace .canvas-stage > img:first-child {
    height: 335px;
  }

  .designer-workspace .garment-view-tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .designer-workspace .location-tabs {
    grid-template-columns: repeat(3, 1fr);
  }

  .designer-workspace .workspace-controls,
  .designer-workspace .order-summary {
    padding: 20px 15px;
  }

  .designer-workspace .designer-sizes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* RAZPRO PREMIUM DESIGN STUDIO — END */


/* ============================================================
   RAZPRO MOBILE DESIGN STUDIO HARDENING — START

   Forces the premium desktop workspace into a genuine vertical
   mobile flow. Prevents compressed desktop columns, horizontal
   overflow and the order summary appearing behind the canvas.
   ============================================================ */

@media (max-width: 900px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  .designer-workspace {
    width: 100%;
    max-width: 100%;
    padding: 20px 0 36px;
    overflow-x: hidden;
  }

  .designer-workspace .designer-title {
    width: 100%;
    max-width: 100%;
    margin: 0 0 18px;
    padding: 0 16px;
  }

  .designer-workspace .workspace-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;

    width: calc(100% - 18px) !important;
    max-width: calc(100% - 18px) !important;
    min-width: 0 !important;
    min-height: 0 !important;

    margin: 0 9px !important;
    border-radius: 16px;
    overflow: hidden !important;
  }

  .designer-workspace .workspace-grid::before {
    left: 0 !important;
    right: 0 !important;
  }

  .designer-workspace .design-tools {
    order: 1;

    display: grid !important;
    grid-template-columns: repeat(5, minmax(68px, 1fr)) !important;
    gap: 6px;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    padding: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    border-right: 0 !important;
  }

  .designer-workspace .design-tools button {
    width: auto !important;
    min-width: 68px;
    min-height: 58px;
    height: auto;
    margin: 0;
  }

  .designer-workspace .garment-canvas {
    order: 2;

    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    padding: 15px 12px 18px;
    border-right: 0 !important;
    border-bottom: 1px solid var(--studio-border);
  }

  .designer-workspace .canvas-stage {
    display: grid !important;
    place-items: center;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 350px;

    margin: 0;
    overflow: hidden !important;
  }

  .designer-workspace .canvas-stage > img:first-child {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: clamp(320px, 94vw, 430px) !important;
    margin: 0 auto;
    object-fit: contain;
  }

  .designer-workspace .art-preview,
  .designer-workspace .multi-decoration-preview {
    max-width: 100%;
  }

  .designer-workspace .garment-view-tabs {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .designer-workspace .garment-view-tabs button {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    white-space: normal;
  }

  .designer-workspace .location-tabs {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .designer-workspace .location-tabs button {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    white-space: normal;
  }

  .designer-workspace .workspace-controls {
    order: 3;

    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    padding: 20px 15px;
    border-right: 0 !important;
    border-bottom: 1px solid var(--studio-border);
    overflow: visible !important;
  }

  .designer-workspace .tool-panel,
  .designer-workspace .selected-product,
  .designer-workspace .compact-drop,
  .designer-workspace .artwork-adjuster,
  .designer-workspace .art-transform-controls,
  .designer-workspace .multi-decoration-card,
  .designer-workspace .multi-decoration-intro {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .designer-workspace .tool-panel input,
  .designer-workspace .tool-panel select,
  .designer-workspace .tool-panel textarea {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .designer-workspace .designer-sizes {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .designer-workspace .order-summary {
    order: 4;

    position: static !important;
    inset: auto !important;
    align-self: stretch !important;

    display: block !important;
    grid-column: auto !important;
    grid-row: auto !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 22px 16px 25px;
    overflow: visible !important;
    transform: none !important;
  }

  .designer-workspace .order-summary > *,
  .designer-workspace .summary-product,
  .designer-workspace .quote-only,
  .designer-workspace .contact-details,
  .designer-workspace .preview-inline-notice {
    grid-column: auto !important;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .designer-workspace .order-summary input,
  .designer-workspace .order-summary select,
  .designer-workspace .order-summary textarea,
  .designer-workspace .order-summary .btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .designer-workspace .designer-title h1 {
    font-size: clamp(28px, 10vw, 38px);
  }

  .designer-workspace .designer-title p {
    font-size: 12px;
  }

  .designer-workspace .workspace-grid {
    width: calc(100% - 12px) !important;
    max-width: calc(100% - 12px) !important;
    margin: 0 6px !important;
  }

  .designer-workspace .design-tools {
    grid-template-columns: repeat(5, 70px) !important;
  }

  .designer-workspace .design-tools button {
    min-width: 70px;
  }

  .designer-workspace .canvas-stage {
    min-height: 320px;
  }

  .designer-workspace .canvas-stage > img:first-child {
    height: clamp(295px, 96vw, 385px) !important;
  }

  .designer-workspace .workspace-controls,
  .designer-workspace .order-summary {
    padding-left: 13px;
    padding-right: 13px;
  }
}


/* ------------------------------------------------------------
   RAZPRO MOBILE DIRECT FORM LAYOUT — START

   The actual premium workspace is the #quoteForm form. Targeting
   it directly prevents unrelated wrapper rules from leaving the
   form as a compressed desktop layout on mobile browsers.
   ------------------------------------------------------------ */

@media (max-width: 900px) {
  #quoteForm.workspace-grid {
    --razpro-mobile-layout: v29-direct;

    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;

    width: calc(100% - 16px) !important;
    max-width: calc(100% - 16px) !important;
    min-width: 0 !important;
    min-height: 0 !important;

    margin: 0 8px !important;
    padding: 0 !important;

    overflow: hidden !important;
    transform: none !important;
  }

  #quoteForm.workspace-grid,
  #quoteForm.workspace-grid *,
  #quoteForm.workspace-grid *::before,
  #quoteForm.workspace-grid *::after {
    box-sizing: border-box;
  }

  #quoteForm.workspace-grid > .design-tools {
    order: 1;

    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 5px !important;

    position: static !important;
    inset: auto !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;

    padding: 8px !important;
    margin: 0 !important;

    overflow: visible !important;
    border-right: 0 !important;
    border-bottom: 1px solid #d8d9d7 !important;
    transform: none !important;
  }

  #quoteForm.workspace-grid > .design-tools button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 58px !important;
    height: auto !important;

    margin: 0 !important;
    padding: 8px 3px !important;

    white-space: normal !important;
    line-height: 1.15 !important;
  }

  #quoteForm.workspace-grid > .garment-canvas {
    order: 2;

    display: block !important;
    position: static !important;
    inset: auto !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 14px 12px 18px !important;

    overflow: visible !important;
    border-right: 0 !important;
    border-bottom: 1px solid #d8d9d7 !important;
    transform: none !important;
  }

  #quoteForm.workspace-grid .canvas-stage {
    position: relative !important;

    display: grid !important;
    place-items: center !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    height: auto !important;
    min-height: 340px !important;

    margin: 0 !important;
    padding: 8px !important;

    overflow: hidden !important;
    transform: none !important;
  }

  #quoteForm.workspace-grid
  .canvas-stage > #designerGarment {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    height: clamp(315px, 94vw, 430px) !important;
    min-height: 315px !important;

    margin: 0 auto !important;

    object-fit: contain !important;
    transform: none;
  }

  #quoteForm.workspace-grid .garment-view-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    margin: 12px 0 0 !important;
  }

  #quoteForm.workspace-grid .garment-view-tabs button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 48px !important;

    padding: 10px 5px !important;

    white-space: normal !important;
    line-height: 1.2 !important;
  }

  #quoteForm.workspace-grid .location-tabs {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    margin: 10px 0 0 !important;
  }

  #quoteForm.workspace-grid .location-tabs button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 43px !important;

    padding: 8px 3px !important;

    white-space: normal !important;
    line-height: 1.15 !important;
  }

  #quoteForm.workspace-grid > .workspace-controls {
    order: 3;

    display: block !important;
    position: static !important;
    inset: auto !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 20px 14px !important;

    overflow: visible !important;
    border-right: 0 !important;
    border-bottom: 1px solid #d8d9d7 !important;
    transform: none !important;
  }

  #quoteForm.workspace-grid .tool-panel,
  #quoteForm.workspace-grid .selected-product,
  #quoteForm.workspace-grid .compact-drop,
  #quoteForm.workspace-grid .artwork-adjuster,
  #quoteForm.workspace-grid .art-transform-controls,
  #quoteForm.workspace-grid .multi-decoration-card,
  #quoteForm.workspace-grid .multi-decoration-intro,
  #quoteForm.workspace-grid .multi-decoration-list {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  #quoteForm.workspace-grid .tool-panel input,
  #quoteForm.workspace-grid .tool-panel select,
  #quoteForm.workspace-grid .tool-panel textarea,
  #quoteForm.workspace-grid .multi-decoration-card input,
  #quoteForm.workspace-grid .multi-decoration-card select,
  #quoteForm.workspace-grid .multi-decoration-card textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  #quoteForm.workspace-grid .designer-sizes {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #quoteForm.workspace-grid > .order-summary {
    order: 4;

    display: block !important;
    position: static !important;
    inset: auto !important;
    grid-column: auto !important;
    grid-row: auto !important;
    align-self: stretch !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 22px 15px 25px !important;

    overflow: visible !important;
    transform: none !important;
  }

  #quoteForm.workspace-grid > .order-summary > *,
  #quoteForm.workspace-grid .summary-product,
  #quoteForm.workspace-grid .quote-only,
  #quoteForm.workspace-grid .contact-details,
  #quoteForm.workspace-grid .preview-inline-notice {
    position: static !important;
    grid-column: auto !important;
    grid-row: auto !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    transform: none !important;
  }

  #quoteForm.workspace-grid .order-summary input,
  #quoteForm.workspace-grid .order-summary select,
  #quoteForm.workspace-grid .order-summary textarea,
  #quoteForm.workspace-grid .order-summary .btn {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
}

@media (max-width: 480px) {
  #quoteForm.workspace-grid {
    width: calc(100% - 12px) !important;
    max-width: calc(100% - 12px) !important;
    margin: 0 6px !important;
  }

  #quoteForm.workspace-grid > .design-tools {
    padding: 6px !important;
    gap: 4px !important;
  }

  #quoteForm.workspace-grid > .design-tools button {
    min-height: 55px !important;
    padding: 7px 2px !important;
    font-size: 9px !important;
  }

  #quoteForm.workspace-grid .canvas-stage {
    min-height: 325px !important;
  }

  #quoteForm.workspace-grid
  .canvas-stage > #designerGarment {
    height: clamp(305px, 96vw, 390px) !important;
    min-height: 305px !important;
  }

  #quoteForm.workspace-grid > .workspace-controls,
  #quoteForm.workspace-grid > .order-summary {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* RAZPRO MOBILE DIRECT FORM LAYOUT — END */

/* RAZPRO MOBILE DESIGN STUDIO HARDENING — END */

/* RAZPRO LEFT-WEIGHTED HOMEPAGE HERO — START */

/*
 * Desktop hero:
 * - aligns the sales message toward the left
 * - gives the copy enough width to breathe
 * - preserves open apparel imagery on the right
 */
@media (min-width: 901px) {
  .home-hero {
    --razpro-home-hero-layout: left-v30;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    width: 100% !important;
    max-width: none !important;

    height: auto !important;
    min-height: 410px !important;

    padding:
      48px
      clamp(42px, 17vw, 290px)
      48px
      clamp(42px, 17vw, 290px) !important;

    text-align: left !important;
  }

  .home-hero .hero-copy {
    position: relative !important;
    z-index: 3 !important;

    width: min(520px, 43vw) !important;
    max-width: 520px !important;
    min-width: 430px !important;

    margin: 0 !important;
    padding: 0 !important;

    text-align: left !important;
    transform: none !important;
  }

  .home-hero .hero-copy h1 {
    max-width: 510px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;

    font-size: clamp(52px, 4.3vw, 72px) !important;
    line-height: .9 !important;
    text-align: left !important;
  }

  .home-hero .hero-copy > p {
    max-width: 495px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;

    font-size: 17px !important;
    line-height: 1.45 !important;
    text-align: left !important;
  }

  .home-hero .product-types {
    justify-content: flex-start !important;
    width: max-content !important;
    max-width: 100% !important;

    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .home-hero .actions {
    justify-content: flex-start !important;

    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /*
   * Increase the dark readability field behind the left-aligned copy
   * without hiding the garments on the right.
   */
  .home-hero::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;

    pointer-events: none;

    background:
      linear-gradient(
        90deg,
        rgba(3, 6, 8, .96) 0%,
        rgba(4, 7, 9, .88) 25%,
        rgba(5, 8, 10, .48) 54%,
        rgba(5, 8, 10, .08) 78%
      );
  }

  .home-hero .hero-photo {
    z-index: 0 !important;
  }
}

/*
 * Keep the copy comfortably inside smaller laptop widths while
 * retaining the left-weighted composition.
 */
@media (min-width: 901px) and (max-width: 1250px) {
  .home-hero {
    padding-left: clamp(44px, 11vw, 138px) !important;
    padding-right: 44px !important;
  }

  .home-hero .hero-copy {
    width: min(500px, 47vw) !important;
    min-width: 410px !important;
  }

  .home-hero .hero-copy h1 {
    font-size: clamp(48px, 5vw, 63px) !important;
  }
}

/* RAZPRO LEFT-WEIGHTED HOMEPAGE HERO — END */

/* RAZPRO CONTENT-BASED ARTWORK CONSOLIDATION — START */

[data-merged-artwork-panel="true"] {
  display: block !important;
  position: static !important;

  grid-column: 1 / -1 !important;
  grid-row: auto !important;

  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  max-height: none !important;

  margin: 24px 0 0 !important;
  padding: 24px 0 0 !important;

  border: 0 !important;
  border-top:
    1px solid
    rgba(255, 255, 255, .14) !important;

  border-radius: 0 !important;
  box-shadow: none !important;

  background: transparent !important;

  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;

  box-sizing: border-box !important;
}

[data-merged-artwork-panel="true"][hidden] {
  display: block !important;
}

[data-merged-artwork-panel="true"]
  > :first-child {
  margin-top: 0 !important;
}

[data-merged-artwork-panel="true"]
  input,
[data-merged-artwork-panel="true"]
  select,
[data-merged-artwork-panel="true"]
  textarea,
[data-merged-artwork-panel="true"]
  button {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

@media (max-width: 900px) {
  [data-merged-artwork-panel="true"] {
    margin-top: 18px !important;
    padding-top: 18px !important;
  }
}

/* RAZPRO CONTENT-BASED ARTWORK CONSOLIDATION — END */

/* RAZPRO PRODUCT TOUCH DRAG HARDENING — START */

[data-razpro-product-drag="ready"]
[data-razpro-touch-hardened="v22"],
[data-razpro-product-drag="ready"][data-razpro-touch-hardened="v22"] {
  touch-action: none !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  -webkit-user-drag: none !important;
  pointer-events: auto !important;
  cursor: grab !important;
}

[data-razpro-drag-active="true"] {
  cursor: grabbing !important;
}

[data-razpro-product-drag-stage="true"] {
  overscroll-behavior: contain !important;
}

[data-razpro-product-drag-stage="true"]
[data-razpro-touch-lock="true"],
[data-razpro-product-drag-stage="true"][data-razpro-touch-lock="true"] {
  touch-action: none !important;
}

@media (max-width: 900px) {
  [data-razpro-product-drag="ready"][data-razpro-touch-hardened="v22"] {
    outline:
      2px dashed
      rgba(231, 170, 31, .72) !important;

    outline-offset:
      7px !important;

    border-radius:
      3px !important;
  }

  [data-razpro-product-drag="ready"][data-razpro-drag-active="true"] {
    outline-style:
      solid !important;

    outline-color:
      rgba(231, 170, 31, 1) !important;
  }
}

/* RAZPRO PRODUCT TOUCH DRAG HARDENING — END */

/* RAZPRO CALIBRATED STITCH ESTIMATOR V1 — START */

.razpro-stitch-estimator {
  display: grid;
  gap: 14px;
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(18, 45, 81, 0.16);
  border-radius: 16px;
  background:
    linear-gradient(
      145deg,
      rgba(248, 251, 255, 0.99),
      rgba(235, 243, 253, 0.99)
    );
  box-shadow:
    0 12px 28px rgba(18, 45, 81, 0.08);
}

.razpro-stitch-estimator[hidden] {
  display: none !important;
}

.razpro-stitch-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.razpro-stitch-heading > span {
  display: grid;
  gap: 3px;
}

.razpro-stitch-heading small {
  color: #406797;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.razpro-stitch-heading b {
  color: #102846;
  font-size: 1rem;
}

.razpro-stitch-heading em {
  padding: 5px 9px;
  border-radius: 999px;
  background: #dceaff;
  color: #174f91;
  font-size: 0.69rem;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.razpro-stitch-grid {
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.razpro-stitch-grid label {
  min-width: 0;
  margin: 0;
}

.razpro-stitch-grid input,
.razpro-stitch-grid select {
  width: 100%;
  min-width: 0;
}

.razpro-stitch-result {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: 12px;
  background: #112b4c;
  color: #ffffff;
}

.razpro-stitch-result small {
  color: #b6cdea;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.razpro-stitch-result strong {
  font-size: 1.08rem;
  line-height: 1.25;
}

.razpro-stitch-result span {
  color: #dce8f7;
  font-size: 0.75rem;
  line-height: 1.5;
}

.razpro-stitch-actions {
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.razpro-stitch-actions > button {
  min-height: 44px;
  padding: 10px 12px;
  border: 0;
  border-radius: 11px;
  background: #17549e;
  color: #ffffff;
  font-weight: 900;
  cursor: pointer;
}

.razpro-dst-reader {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 44px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(18, 45, 81, 0.22);
  border-radius: 11px;
  background: #ffffff;
  color: #183a64;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 900;
  text-align: center;
}

.razpro-dst-reader input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.razpro-stitch-privacy {
  margin: 0;
  color: #566b84;
  font-size: 0.71rem;
  line-height: 1.48;
}

@media (max-width: 560px) {
  .razpro-stitch-estimator {
    padding: 14px;
  }

  .razpro-stitch-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .razpro-stitch-heading em {
    width: fit-content;
  }

  .razpro-stitch-grid,
  .razpro-stitch-actions {
    grid-template-columns: 1fr;
  }
}

/* RAZPRO CALIBRATED STITCH ESTIMATOR V1 — END */

/* RAZPRO EMBROIDERY ASPECT RATIO LOCK V3 — START */

.razpro-ratio-lock {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid rgba(23, 84, 158, 0.24);
  border-radius: 10px;
  background: rgba(220, 234, 255, 0.76);
  color: #174f91;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 900;
  cursor: pointer;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.razpro-ratio-lock:hover {
  border-color: rgba(23, 84, 158, 0.48);
  background: #d4e6ff;
}

.razpro-ratio-lock:active {
  transform: translateY(1px);
}

.razpro-ratio-lock[aria-pressed="false"] {
  border-color: rgba(86, 107, 132, 0.28);
  background: #ffffff;
  color: #566b84;
}

.razpro-ratio-lock:focus-visible {
  outline: 3px solid rgba(23, 84, 158, 0.22);
  outline-offset: 2px;
}

/* RAZPRO EMBROIDERY ASPECT RATIO LOCK V3 — END */

/* RAZPRO PHYSICAL SIZE PREVIEW V4 FIXED — START */

.razpro-physical-size-guide {
  position: absolute;
  z-index: 35;
  left: 10px;
  bottom: 10px;
  max-width: calc(100% - 20px);
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(12, 28, 50, 0.88);
  box-shadow:
    0 6px 18px rgba(12, 28, 50, 0.18);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.25;
  pointer-events: none;
  text-align: center;
  white-space: normal;
}

.razpro-physical-size-guide[hidden] {
  display: none !important;
}

@media (max-width: 560px) {
  .razpro-physical-size-guide {
    left: 8px;
    bottom: 8px;
    max-width: calc(100% - 16px);
    padding: 6px 9px;
    font-size: 0.64rem;
  }
}

/* RAZPRO PHYSICAL SIZE PREVIEW V4 FIXED — END */

/* RAZPRO MATERIAL FIELD REMOVAL V1 — START */

[data-razpro-material-field-removed="v1"] {
  display: none !important;
}

/* RAZPRO MATERIAL FIELD REMOVAL V1 — END */

/* RAZPRO PRODUCT TO FULL DESIGNER V1 — START */

.product-full-designer-action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.product-full-designer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding-inline: 22px;
}

.product-full-designer-action small {
  max-width: 330px;
  color: #667078;
  font-size: 0.76rem;
  line-height: 1.4;
}

@media (max-width: 560px) {
  .product-full-designer-action {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .product-full-designer-cta {
    width: 100%;
  }

  .product-full-designer-action small {
    max-width: none;
    text-align: center;
  }
}

/* RAZPRO PRODUCT TO FULL DESIGNER V1 — END */

/* RAZPRO ARTWORK GUIDANCE NOTES V1 — START */

.razpro-width-guidance {
  display: block;
  margin-top: 6px;
  color: #667078;
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.4;
}

.razpro-drag-resize-guidance {
  display: block;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(26, 80, 145, 0.16);
  border-radius: 10px;
  background: rgba(238, 246, 255, 0.88);
  color: #31445a;
  font-size: 0.76rem;
  line-height: 1.45;
}

.razpro-drag-resize-guidance b {
  color: #163d70;
}

@media (max-width: 560px) {
  .razpro-width-guidance {
    font-size: 0.69rem;
  }

  .razpro-drag-resize-guidance {
    margin-top: 8px;
    padding: 9px 10px;
    font-size: 0.72rem;
  }
}

/* RAZPRO ARTWORK GUIDANCE NOTES V1 — END */

/* RAZPRO SCREEN-PRINTING ASPECT-RATIO LOCK V2 — START */

.screen-print-ratio-lock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 10px 0 2px;
}

[data-decoration-screen]
.screen-print-ratio-lock {
  margin-top: 8px;
}

@media (max-width: 560px) {
  .screen-print-ratio-lock {
    width: 100%;
    min-height: 42px;
  }
}

/* RAZPRO SCREEN-PRINTING ASPECT-RATIO LOCK V2 — END */

/* RAZPRO CLOTHING DETAILS ACCORDION V1 — START */

.clothing-details {
  margin: 18px 0;
  overflow: hidden;
  border: 1px solid rgba(28, 42, 57, 0.14);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(20, 35, 50, 0.07);
}

.clothing-details > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 72px;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition:
    background 160ms ease,
    color 160ms ease;
}

.clothing-details > summary::-webkit-details-marker {
  display: none;
}

.clothing-details > summary:hover,
.clothing-details > summary:focus-visible {
  background: rgba(22, 75, 137, 0.055);
}

.clothing-details > summary:focus-visible {
  outline: 3px solid rgba(29, 102, 190, 0.25);
  outline-offset: -3px;
}

.clothing-details-summary-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.clothing-details-summary-copy b {
  color: #15283d;
  font-size: 1rem;
  line-height: 1.25;
}

.clothing-details-summary-copy small {
  color: #687482;
  font-size: 0.76rem;
  line-height: 1.35;
}

.clothing-details-chevron {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: rgba(25, 80, 145, 0.09);
  color: #194e8e;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease;
}

.clothing-details[open]
.clothing-details-chevron {
  transform: rotate(180deg);
}

.clothing-details-body {
  padding: 0 18px 18px;
  border-top: 1px solid rgba(28, 42, 57, 0.1);
}

.clothing-details-sections {
  display: grid;
  gap: 12px;
  padding-top: 16px;
}

.clothing-detail-section {
  padding: 14px 15px;
  border: 1px solid rgba(28, 42, 57, 0.1);
  border-radius: 12px;
  background: #f8fafc;
}

.clothing-detail-section h3 {
  margin: 0 0 8px;
  color: #173c68;
  font-size: 0.82rem;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}

.clothing-detail-section p,
.clothing-detail-section ul {
  margin: 0;
  color: #4e5b68;
  font-size: 0.86rem;
  line-height: 1.62;
}

.clothing-detail-section ul {
  display: grid;
  gap: 7px;
  padding-left: 19px;
}

.clothing-details-source[hidden] {
  display: none !important;
}

@media (max-width: 560px) {
  .clothing-details {
    margin: 14px 0;
    border-radius: 14px;
  }

  .clothing-details > summary {
    min-height: 66px;
    padding: 14px;
  }

  .clothing-details-summary-copy b {
    font-size: 0.94rem;
  }

  .clothing-details-summary-copy small {
    font-size: 0.7rem;
  }

  .clothing-details-body {
    padding: 0 12px 12px;
  }

  .clothing-details-sections {
    gap: 9px;
    padding-top: 12px;
  }

  .clothing-detail-section {
    padding: 12px;
  }

  .clothing-detail-section p,
  .clothing-detail-section ul {
    font-size: 0.8rem;
    line-height: 1.55;
  }
}

/* RAZPRO CLOTHING DETAILS ACCORDION V1 — END */

/* RAZPRO PRODUCT LIVE PREVIEW RETIREMENT V1 — START */

.product-artwork-side-panel[
  data-product-live-preview-retired="v1"
],
#productArtPreview[
  data-product-live-preview-retired="v1"
] {
  display: none !important;
}

body.product-live-preview-retired
[data-razpro-drag-resize-guidance] {
  display: none !important;
}

.product-preview-retired-layout {
  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(320px, 0.92fr) !important;
}

.product-preview-retired-layout
.product-gallery,
.product-preview-retired-layout
.product-summary {
  min-width: 0;
}

@media (max-width: 900px) {
  .product-preview-retired-layout {
    grid-template-columns:
      minmax(0, 1fr) !important;
  }
}

/* RAZPRO PRODUCT LIVE PREVIEW RETIREMENT V1 — END */

/* RAZPRO DESKTOP CLOTHING DETAILS LAYOUT V2 — START */

/*
 * The live artwork panel is retired, so the product side column
 * must no longer reserve a second 320px grid track.
 */

.product-preview-retired-layout,
.product-side-column-preview-retired {
  grid-template-columns:
    minmax(0, 1fr) !important;
}

/*
 * Clothing Details is now a direct child of product-detail-grid.
 */

@media (min-width: 901px) {
  body.product-clothing-details-desktop-v2
  .product-detail-grid
  > .clothing-details[
    data-desktop-details-wide="v2"
  ] {
    grid-column: 1 / -1;
    justify-self: stretch;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 18px 0 0;
  }

  body.product-clothing-details-desktop-v2
  .product-side-column {
    min-width: 0;
  }

  body.product-clothing-details-desktop-v2
  .product-summary {
    width: 100%;
    min-width: 0;
  }

  body.product-clothing-details-desktop-v2
  .clothing-details[
    data-desktop-details-wide="v2"
  ] > summary {
    min-height: 76px;
    padding: 18px 22px;
  }

  body.product-clothing-details-desktop-v2
  .clothing-details[
    data-desktop-details-wide="v2"
  ]
  .clothing-details-summary-copy {
    display: flex;
    align-items: baseline;
    gap: 14px;
  }

  body.product-clothing-details-desktop-v2
  .clothing-details[
    data-desktop-details-wide="v2"
  ]
  .clothing-details-summary-copy b {
    flex: 0 0 auto;
    font-size: 1.08rem;
    white-space: nowrap;
  }

  body.product-clothing-details-desktop-v2
  .clothing-details[
    data-desktop-details-wide="v2"
  ]
  .clothing-details-summary-copy small {
    font-size: 0.84rem;
  }

  body.product-clothing-details-desktop-v2
  .clothing-details[
    data-desktop-details-wide="v2"
  ]
  .clothing-details-body {
    padding: 0 20px 20px;
  }

  body.product-clothing-details-desktop-v2
  .clothing-details[
    data-desktop-details-wide="v2"
  ]
  .clothing-details-sections {
    grid-template-columns:
      repeat(
        auto-fit,
        minmax(280px, 1fr)
      );
    gap: 16px;
    padding-top: 20px;
  }

  body.product-clothing-details-desktop-v2
  .clothing-details[
    data-desktop-details-wide="v2"
  ]
  .clothing-detail-section {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    padding: 18px;
  }

  body.product-clothing-details-desktop-v2
  .clothing-details[
    data-desktop-details-wide="v2"
  ]
  .clothing-detail-section h3 {
    margin-bottom: 10px;
    font-size: 0.84rem;
  }

  body.product-clothing-details-desktop-v2
  .clothing-details[
    data-desktop-details-wide="v2"
  ]
  .clothing-detail-section p,
  body.product-clothing-details-desktop-v2
  .clothing-details[
    data-desktop-details-wide="v2"
  ]
  .clothing-detail-section ul {
    font-size: 0.9rem;
    line-height: 1.68;
    overflow-wrap: anywhere;
  }
}

/* RAZPRO DESKTOP CLOTHING DETAILS LAYOUT V2 — END */

/* RAZPRO DESIGNER BACKGROUND REMOVAL STAGE V3 — START */

.razpro-background-removal {
  display: grid;
  gap: 11px;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid #d7d9dd;
  border-radius: 12px;
  background: #f8f9fb;
}

.razpro-background-removal-heading {
  display: grid;
  gap: 3px;
}

.razpro-background-removal-heading b {
  color: #14243a;
  font-size: 0.9rem;
}

.razpro-background-removal-heading small,
.razpro-background-removal-state {
  color: #667085;
  font-size: 0.76rem;
  line-height: 1.45;
}

.razpro-background-removal-actions {
  display: grid;
  grid-template-columns:
    repeat(
      2,
      minmax(0, 1fr)
    );
  gap: 9px;
}

.razpro-background-removal-actions button {
  min-width: 0;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid #bfd0e5;
  border-radius: 9px;
  background: #edf5ff;
  color: #174f7c;
  font-weight: 800;
  line-height: 1.25;
  cursor: pointer;
}

.razpro-background-removal-actions button:hover:not(:disabled),
.razpro-background-removal-actions button:focus-visible:not(:disabled) {
  border-color: #6e9fce;
  background: #e1efff;
}

.razpro-background-removal-actions button:focus-visible {
  outline: 3px solid rgba(52, 123, 191, 0.24);
  outline-offset: 2px;
}

.razpro-background-removal-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.razpro-background-removal-actions button[hidden] {
  display: none !important;
}

@media (max-width: 520px) {
  .razpro-background-removal-actions {
    grid-template-columns:
      minmax(0, 1fr);
  }

  .razpro-background-removal-actions button {
    width: 100%;
  }
}

/* RAZPRO DESIGNER BACKGROUND REMOVAL STAGE V3 — END */

/* RAZPRO BACKGROUND TOOLS STAGE MOUNT V3 — START */

.razpro-background-removal-stage-tools {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  margin: 0 0 14px;
  grid-column: 1 / -1;
  flex: 0 0 100%;
  position: relative;
  z-index: 3;
}

.razpro-background-removal-stage-tools
.razpro-background-removal-actions {
  max-width: 520px;
}

@media (max-width: 780px) {
  .razpro-background-removal-stage-tools {
    margin-bottom: 10px;
    padding: 12px;
  }

  .razpro-background-removal-stage-tools
  .razpro-background-removal-actions {
    max-width: none;
  }
}

/* RAZPRO BACKGROUND TOOLS STAGE MOUNT V3 — END */


/* RAZPRO MULTI-PRODUCT QUOTE BUILDER V1 — START */

.razpro-project-builder {
  display: grid;
  gap: 16px;
  margin: 22px 0;
  padding: 20px;
  border: 1px solid #d7d9dd;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(19, 31, 48, 0.07);
}

.razpro-project-builder-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.razpro-project-builder-header small {
  color: #a36d00;
  font-size: 0.71rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.razpro-project-builder-header h2 {
  margin: 4px 0 6px;
  color: #14243a;
  font-size: 1.18rem;
}

.razpro-project-builder-header p {
  max-width: 580px;
  margin: 0;
  color: #667085;
  font-size: 0.83rem;
  line-height: 1.55;
}

.razpro-project-builder-totals {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: 2px 7px;
  min-width: 130px;
  padding: 11px 14px;
  border-radius: 11px;
  background: #f4f7fb;
}

.razpro-project-builder-totals strong {
  color: #174f7c;
  font-size: 1.15rem;
  text-align: right;
}

.razpro-project-builder-totals span {
  color: #667085;
  font-size: 0.72rem;
}

.razpro-project-builder-actions {
  display: grid;
  grid-template-columns:
    repeat(
      3,
      minmax(0, 1fr)
    );
  gap: 10px;
}

.razpro-project-builder-actions button {
  min-width: 0;
  min-height: 44px;
}

.razpro-project-reuse {
  padding: 10px 14px;
  border: 1px solid #bfd0e5;
  border-radius: 9px;
  background: #edf5ff;
  color: #174f7c;
  font-weight: 800;
  cursor: pointer;
}

.razpro-project-reuse:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.razpro-project-builder-status {
  padding: 11px 13px;
  border-left: 3px solid #d69b20;
  background: #fff9ec;
  color: #6d531d;
  font-size: 0.78rem;
  line-height: 1.5;
}

.razpro-project-empty {
  padding: 18px;
  border: 1px dashed #c9ced6;
  border-radius: 11px;
  color: #7a8492;
  font-size: 0.82rem;
  text-align: center;
}

.razpro-project-items {
  display: grid;
  gap: 12px;
}

.razpro-project-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  border: 1px solid #dfe3e8;
  border-radius: 12px;
  background: #fafbfc;
}

.razpro-project-item-image {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  overflow: hidden;
  border-radius: 9px;
  background: #f0f1ef;
}

.razpro-project-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.razpro-project-item-placeholder {
  color: #174f7c;
  font-size: 1.1rem;
  font-weight: 900;
}

.razpro-project-item-copy {
  min-width: 0;
}

.razpro-project-item-copy header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.razpro-project-item-copy header small {
  color: #9b6808;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.razpro-project-item-copy h3 {
  margin: 3px 0 2px;
  color: #17263b;
  font-size: 0.98rem;
}

.razpro-project-item-copy header span {
  display: block;
  color: #747d89;
  font-size: 0.72rem;
}

.razpro-project-item-copy header strong {
  flex: 0 0 auto;
  padding: 5px 9px;
  border-radius: 999px;
  background: #eaf3ff;
  color: #174f7c;
  font-size: 0.72rem;
}

.razpro-project-item-copy dl {
  display: grid;
  grid-template-columns:
    repeat(
      2,
      minmax(0, 1fr)
    );
  gap: 8px 15px;
  margin: 13px 0;
}

.razpro-project-item-copy dl div {
  min-width: 0;
}

.razpro-project-item-copy dt {
  color: #858e9a;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
}

.razpro-project-item-copy dd {
  margin: 2px 0 0;
  color: #303d4f;
  font-size: 0.75rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.razpro-project-reused {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 5px;
  border-radius: 999px;
  background: #e8f7ee;
  color: #277346;
  font-size: 0.62rem;
  font-weight: 800;
}

.razpro-project-remove {
  padding: 6px 9px;
  border: 1px solid #e3b7b7;
  border-radius: 7px;
  background: #fff5f5;
  color: #9a3535;
  font-size: 0.7rem;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 780px) {
  .razpro-project-builder {
    padding: 15px;
  }

  .razpro-project-builder-header {
    display: grid;
  }

  .razpro-project-builder-totals {
    width: 100%;
    box-sizing: border-box;
  }

  .razpro-project-builder-actions {
    grid-template-columns:
      minmax(0, 1fr);
  }

  .razpro-project-item {
    grid-template-columns: 70px minmax(0, 1fr);
    padding: 11px;
  }

  .razpro-project-item-image {
    width: 70px;
    height: 70px;
  }

  .razpro-project-item-copy header {
    display: grid;
    gap: 7px;
  }

  .razpro-project-item-copy header strong {
    justify-self: start;
  }

  .razpro-project-item-copy dl {
    grid-template-columns:
      minmax(0, 1fr);
  }
}

/* RAZPRO MULTI-PRODUCT QUOTE BUILDER V1 — END */

/* RAZPRO PRODUCT VISIBILITY FIX V2 — START */

.razpro-background-removal-stage-tools[hidden] {
  display: none !important;
}

.razpro-background-removal-stage-tools:not([hidden]) {
  display: flex !important;
  flex: 0 0 auto !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-self: start !important;
  place-self: start stretch !important;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  gap: 8px 16px;
  margin: 0 0 12px !important;
  padding: 10px 12px !important;
  overflow: visible !important;
}

.razpro-background-removal-stage-tools
.razpro-background-removal-heading {
  display: flex;
  flex: 1 1 260px;
  align-items: baseline;
  gap: 9px;
  min-width: 0;
}

.razpro-background-removal-stage-tools
.razpro-background-removal-heading small {
  overflow-wrap: anywhere;
}

.razpro-background-removal-stage-tools
.razpro-background-removal-actions {
  display: flex;
  flex: 0 1 auto;
  grid-template-columns: none;
  width: auto;
  max-width: none;
  gap: 8px;
}

.razpro-background-removal-stage-tools
.razpro-background-removal-actions button {
  width: auto;
  min-height: 38px;
  padding: 7px 11px;
}

.razpro-background-removal-stage-tools
.razpro-background-removal-state {
  flex: 1 0 100%;
  margin: 0;
}

.canvas-stage {
  min-width: 0;
}

@media (min-width: 781px) {
  .canvas-stage {
    min-height: 460px;
  }
}

@media (max-width: 780px) {
  .razpro-background-removal-stage-tools:not([hidden]) {
    display: grid !important;
    padding: 11px !important;
  }

  .razpro-background-removal-stage-tools
  .razpro-background-removal-heading {
    display: grid;
  }

  .razpro-background-removal-stage-tools
  .razpro-background-removal-actions {
    display: grid;
    width: 100%;
  }

  .razpro-background-removal-stage-tools
  .razpro-background-removal-actions button {
    width: 100%;
  }
}

/* RAZPRO PRODUCT VISIBILITY FIX V2 — END */

/* RAZPRO PRODUCT LAPTOP RESPONSIVE LAYOUT V3 — START */

.product-laptop-layout-v3
.product-preview-retired-layout {
  grid-template-columns:
    minmax(0, 1fr) !important;
}

.product-laptop-layout-v3
.product-summary {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}

.product-laptop-layout-v3
.clothing-detail-section,
.product-laptop-layout-v3
.clothing-detail-section p,
.product-laptop-layout-v3
.clothing-detail-section li {
  min-width: 0;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

@media (min-width: 781px) {
  .product-laptop-layout-v3
  .product-detail-grid
  > .clothing-details[
    data-desktop-details-wide="v2"
  ] {
    grid-column: 1 / -1 !important;
    justify-self: stretch;
    box-sizing: border-box;
    width: 100% !important;
    min-width: 0;
    max-width: none;
    margin: 18px 0 0;
  }

  .product-laptop-layout-v3
  .clothing-details[
    data-desktop-details-wide="v2"
  ]
  .clothing-details-sections {
    grid-template-columns:
      repeat(
        auto-fit,
        minmax(250px, 1fr)
      );
  }
}

/*
 * Laptop, browser-zoom and small desktop widths.
 */

@media (min-width: 781px) and (max-width: 1100px) {
  .product-laptop-layout-v3.product-detail,
  .product-laptop-layout-v3
  .product-detail {
    padding-left:
      clamp(18px, 3vw, 38px);
    padding-right:
      clamp(18px, 3vw, 38px);
  }

  .product-laptop-layout-v3
  .product-detail-grid {
    grid-template-columns:
      minmax(290px, 0.9fr)
      minmax(340px, 1.1fr) !important;
    gap:
      clamp(20px, 3vw, 30px) !important;
    padding:
      clamp(18px, 2.5vw, 24px) !important;
  }

  .product-laptop-layout-v3
  .main-product-image {
    min-height: 340px;
  }

  .product-laptop-layout-v3
  .product-summary {
    padding-top: 8px;
  }

  .product-laptop-layout-v3
  .product-summary h1 {
    font-size:
      clamp(34px, 4.5vw, 47px);
    line-height: 0.98;
    overflow-wrap: normal;
    word-break: normal;
  }

  .product-laptop-layout-v3
  .clothing-details[
    data-desktop-details-wide="v2"
  ] > summary {
    min-height: 68px;
    padding: 15px 18px;
  }

  .product-laptop-layout-v3
  .clothing-details[
    data-desktop-details-wide="v2"
  ]
  .clothing-details-body {
    padding: 0 16px 16px;
  }

  .product-laptop-layout-v3
  .clothing-details[
    data-desktop-details-wide="v2"
  ]
  .clothing-details-sections {
    grid-template-columns:
      repeat(
        auto-fit,
        minmax(225px, 1fr)
      );
    gap: 12px;
  }
}

/*
 * At 780px and below, the entire product layout stacks. Clothing
 * Details remains inside the full-width summary accordion.
 */

@media (max-width: 780px) {
  .product-laptop-layout-v3
  .product-detail-grid {
    grid-template-columns:
      minmax(0, 1fr) !important;
  }

  .product-laptop-layout-v3
  .product-side-column,
  .product-laptop-layout-v3
  .product-summary,
  .product-laptop-layout-v3
  .clothing-details {
    width: 100%;
    min-width: 0;
  }

  .product-laptop-layout-v3
  .product-summary h1 {
    overflow-wrap: normal;
    word-break: normal;
  }
}

/* RAZPRO PRODUCT LAPTOP RESPONSIVE LAYOUT V3 — END */

/* RAZPRO PLATFORM AUDIT REPAIRS V1 — START */

.product-laptop-layout-v3 .product-gallery,
.product-laptop-layout-v3 .main-product-image {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.product-laptop-layout-v3 .main-product-image {
  min-height: 0 !important;
}

@media (min-width: 781px) {
  .product-laptop-layout-v3 .product-gallery {
    z-index: 1;
  }

  .product-laptop-layout-v3 .clothing-details[
    data-desktop-details-wide="v2"
  ] {
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 1181px) {
  .designer-workspace .order-summary
  .razpro-project-builder {
    padding: 14px;
  }

  .designer-workspace .order-summary
  .razpro-project-builder-header {
    display: grid;
  }

  .designer-workspace .order-summary
  .razpro-project-builder-totals {
    width: 100%;
  }

  .designer-workspace .order-summary
  .razpro-project-builder-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .designer-workspace .order-summary
  .razpro-project-item {
    grid-template-columns: minmax(0, 1fr);
  }

  .designer-workspace .order-summary
  .razpro-project-item-image {
    width: 100%;
    height: 110px;
  }

  .designer-workspace .order-summary
  .razpro-project-item-copy header,
  .designer-workspace .order-summary
  .razpro-project-item-copy dl {
    grid-template-columns: minmax(0, 1fr);
  }

  .designer-workspace .order-summary
  .razpro-project-item-copy header {
    display: grid;
  }

  .designer-workspace .order-summary
  .razpro-project-item-copy header strong {
    justify-self: start;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .designer-workspace .order-summary
  .razpro-project-builder {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
  }
}

.live-estimate > span {
  display: grid;
  gap: 4px;
}

.designer-workspace .order-summary
.razpro-project-item-copy dd {
  color: #303d4f;
}

@media (max-width: 780px) {
  .mobile-nav-button {
    display: grid;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    place-items: center;
  }

  .site-header nav a {
    min-height: 44px !important;
    padding: 12px 14px !important;
  }

  .site-header nav .header-quote {
    min-height: 44px;
    margin: 4px 0;
  }

  .designer-workspace .designer-swatches {
    max-height: 112px;
  }

  .designer-workspace .designer-swatch {
    width: 44px;
    height: 44px;
  }
}

/* RAZPRO PLATFORM AUDIT REPAIRS V1 — END */

/* RAZPRO STEP 2 DESIGN STUDIO SHORTCUT V1 — START */

.razpro-step2-designer-shortcut {
  display: grid;
  gap: 13px;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  margin-top: 19px;
  padding-top: 18px;
  border-top: 1px solid #d9dde3;
}

.razpro-step2-designer-shortcut-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.razpro-step2-designer-shortcut-copy b {
  color: #17263b;
  font-size: 0.9rem;
}

.razpro-step2-designer-shortcut-copy span {
  color: #667085;
  font-size: 0.77rem;
  line-height: 1.5;
}

.razpro-step2-designer-shortcut-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  padding: 11px 16px;
  text-align: center;
  text-decoration: none;
}

.razpro-step2-designer-shortcut-button[
  aria-disabled="true"
] {
  pointer-events: none;
  opacity: 0.55;
}

.razpro-step2-designer-shortcut-button
span {
  font-size: 1.15em;
  line-height: 1;
}

@media (max-width: 780px) {
  .razpro-step2-designer-shortcut {
    margin-top: 16px;
    padding-top: 15px;
  }

  .razpro-step2-designer-shortcut-button {
    min-height: 50px;
  }
}

/* RAZPRO STEP 2 DESIGN STUDIO SHORTCUT V1 — END */

/* RAZPRO MOBILE SLEEVES + LIVE FINISHED SIZE V1 — START */

.designer-live-finished-size {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0;
  padding: 12px 14px;
  border: 1px solid #b8cee0;
  border-radius: 9px;
  background: #eef7ff;
  color: #16354e;
}

.designer-live-finished-size[hidden] {
  display: none !important;
}

.designer-live-size-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.designer-live-size-heading > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.designer-live-size-heading small {
  color: #526e83;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.designer-live-size-heading b {
  color: #102f48;
  font-size: 17px;
  line-height: 1.2;
}

.designer-live-size-heading em {
  flex: none;
  padding: 6px 9px;
  border: 1px solid #c5d8e7;
  border-radius: 999px;
  background: #fff;
  color: #355a75;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.designer-live-finished-size p {
  margin: 7px 0 0;
  color: #61798b;
  font-size: 10px;
  line-height: 1.45;
}

@media (max-width: 780px) {
  .designer-live-finished-size {
    padding: 11px 12px;
  }

  .designer-live-size-heading {
    align-items: flex-start;
  }

  .designer-live-size-heading b {
    font-size: 18px;
  }
}

/* RAZPRO MOBILE SLEEVES + LIVE FINISHED SIZE V1 — END */

/* RAZPRO MOBILE ORDER PROCESS LAYOUT V1 — START */

@media (max-width: 780px) {
  .razpro-order-process-section {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 14px !important;
    padding-left: 14px !important;
    overflow: hidden !important;
  }

  .razpro-order-process-heading {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    text-align: center !important;
    text-wrap: balance;
  }

  .razpro-order-process-grid {
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns:
      minmax(0, 1fr) !important;
    grid-auto-flow: row !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    gap: 16px !important;
    transform: none !important;
  }

  .razpro-order-process-card {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
  }

  .razpro-order-process-card *,
  .razpro-order-process-card *::before,
  .razpro-order-process-card *::after {
    box-sizing: border-box;
    min-width: 0;
  }

  .razpro-order-process-card img,
  .razpro-order-process-card svg,
  .razpro-order-process-card canvas,
  .razpro-order-process-card video,
  .razpro-order-process-card input,
  .razpro-order-process-card select,
  .razpro-order-process-card textarea,
  .razpro-order-process-card button,
  .razpro-order-process-card a {
    max-width: 100% !important;
  }

  .razpro-order-process-card input,
  .razpro-order-process-card select,
  .razpro-order-process-card textarea,
  .razpro-order-process-card button {
    width: 100% !important;
  }
}

/* RAZPRO MOBILE ORDER PROCESS LAYOUT V1 — END */


/* RAZPRO PROJECT ACTIVITY CRM V1 */
.project-log-dashboard{
  display:flex;
  flex-direction:column;
  gap:18px;
  margin-top:18px;
}
.project-log-hero{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  background:#111519;
  color:#fff;
  border-radius:14px;
  padding:26px 28px;
  box-shadow:0 8px 24px #1112;
}
.project-log-hero h2{
  margin:4px 0 7px;
  font-size:28px;
  color:#fff;
}
.project-log-hero p{
  max-width:720px;
  margin:0;
  color:#c5c9cb;
  line-height:1.55;
}
.project-log-kicker{
  color:#dfa428;
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
}
.project-log-state{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:8px 12px;
  font-size:11px;
  font-weight:850;
  white-space:nowrap;
}
.project-log-state.is-working{
  background:#f5e4b8;
  color:#704b00;
}
.project-log-state.is-complete{
  background:#dcebdd;
  color:#24562a;
}
.project-log-metrics{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
}
.project-log-metrics article{
  background:#fff;
  border:1px solid #dddeda;
  border-radius:10px;
  padding:16px;
  box-shadow:0 3px 12px #1111;
}
.project-log-metrics span{
  display:block;
  color:#6d7173;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.project-log-metrics b{
  display:block;
  margin-top:7px;
  color:#111;
  font-size:25px;
}
.project-next-action{
  border-left:5px solid #d7a331;
  background:#fff9ea;
  padding:17px 20px;
  border-radius:8px;
}
.project-next-action>span{
  display:block;
  color:#956600;
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
}
.project-next-action h3{
  margin:5px 0;
  color:#151515;
  font-size:17px;
}
.project-next-action p{
  margin:0 0 5px;
  color:#444;
  line-height:1.55;
}
.project-next-action small{
  color:#777;
}
.project-activity-layout{
  display:grid;
  grid-template-columns:minmax(0,1.7fr) minmax(310px,.8fr);
  gap:16px;
  align-items:start;
}
.project-timeline-panel,
.project-evidence-panel,
.business-audit-panel{
  background:#fff;
  border:1px solid #dddeda;
  border-radius:12px;
  padding:20px;
  box-shadow:0 3px 14px #1111;
}
.project-panel-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding-bottom:14px;
  border-bottom:1px solid #e8e8e5;
}
.project-panel-head span{
  display:block;
  color:#a87512;
  font-size:9px;
  font-weight:900;
  letter-spacing:.11em;
}
.project-panel-head h2{
  margin:3px 0 0;
  color:#111;
  font-size:19px;
}
.project-panel-head>b{
  color:#777;
  font-size:10px;
}
.project-timeline{
  padding-top:6px;
}
.project-event{
  display:grid;
  grid-template-columns:24px 1fr;
  gap:10px;
  position:relative;
}
.project-event-rail{
  display:flex;
  justify-content:center;
  position:relative;
}
.project-event-rail:after{
  content:"";
  position:absolute;
  top:22px;
  bottom:-4px;
  width:2px;
  background:#e5e1d8;
}
.project-event:last-child .project-event-rail:after{
  display:none;
}
.project-event-rail i{
  position:relative;
  z-index:1;
  width:12px;
  height:12px;
  margin-top:20px;
  border-radius:50%;
  border:3px solid #fff;
  background:#d5a02d;
  box-shadow:0 0 0 1px #c28b18;
}
.project-event-body{
  padding:15px 0 20px;
  min-width:0;
}
.project-event-top{
  display:flex;
  justify-content:space-between;
  gap:12px;
}
.project-event-tags{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
}
.project-event-type,
.project-event-status{
  display:inline-flex;
  border-radius:999px;
  padding:4px 8px;
  font-size:9px;
  font-weight:850;
}
.project-event-type{
  background:#f1eee7;
  color:#4d4a43;
}
.project-event-status{
  background:#edf1f3;
  color:#46525a;
}
.project-event-status.status-deployed,
.project-event-status.status-passed,
.project-event-status.status-completed,
.project-event-status.status-signed,
.project-event-status.status-documented{
  background:#e1eee2;
  color:#2b6531;
}
.project-event-status.status-working{
  background:#f9edcf;
  color:#855b00;
}
.project-event-status.status-blocked{
  background:#f6dddd;
  color:#8a3131;
}
.project-event-top time{
  flex:0 0 auto;
  color:#8b8e90;
  font-size:9px;
  white-space:nowrap;
}
.project-event-body h3{
  margin:8px 0 5px;
  color:#111;
  font-size:16px;
}
.project-event-body>p{
  margin:0;
  color:#555b5e;
  line-height:1.55;
  font-size:12px;
}
.project-event-meta{
  display:flex;
  flex-wrap:wrap;
  gap:6px 14px;
  margin-top:8px;
  color:#898c8e;
  font-size:9px;
}
.project-test-result,
.project-event-next{
  display:grid;
  grid-template-columns:86px 1fr;
  gap:8px;
  margin-top:9px;
  border-radius:6px;
  padding:8px 10px;
  background:#f5f6f5;
  font-size:10px;
}
.project-test-result b,
.project-event-next b{
  color:#555;
}
.project-test-result span,
.project-event-next span{
  overflow-wrap:anywhere;
  color:#333;
}
.project-event-next{
  background:#fff8e7;
}
.project-tech-meta{
  display:grid;
  gap:5px;
  margin:9px 0 0;
}
.project-tech-meta div{
  display:grid;
  grid-template-columns:86px 1fr;
  gap:8px;
  font-size:9px;
}
.project-tech-meta dt{
  color:#888;
  font-weight:800;
}
.project-tech-meta dd{
  margin:0;
  color:#444;
  overflow-wrap:anywhere;
  font-family:ui-monospace,SFMono-Regular,Consolas,monospace;
}
.project-evidence-intro,
.business-audit-note{
  color:#666;
  line-height:1.5;
  font-size:11px;
}
.project-evidence-list{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-top:13px;
}
.project-evidence-item{
  display:grid;
  grid-template-columns:36px minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
  padding:10px;
  border:1px solid #e3e3df;
  border-radius:8px;
  background:#fafaf8;
}
.project-evidence-icon{
  width:34px;
  height:34px;
  border-radius:7px;
  display:grid;
  place-items:center;
  background:#171b1e;
  color:#e1aa33;
  font-size:9px;
  font-weight:900;
}
.project-evidence-info{
  min-width:0;
}
.project-evidence-info>b,
.project-evidence-info>span,
.project-evidence-info>small,
.project-evidence-info>code{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.project-evidence-info>b{
  color:#111;
  font-size:11px;
}
.project-evidence-info>span{
  margin-top:2px;
  color:#777;
  font-size:9px;
}
.project-evidence-info>small{
  margin-top:3px;
  color:#9a7a35;
  font-size:8px;
}
.project-evidence-info>code{
  margin-top:4px;
  color:#6e7274;
  font-size:7px;
}
.project-evidence-open,
.project-evidence-pending{
  display:inline-flex;
  border-radius:6px;
  padding:6px 8px;
  font-size:9px;
  font-weight:850;
  text-decoration:none;
}
.project-evidence-open{
  background:#15191b;
  color:#fff;
}
.project-evidence-pending{
  background:#f6e9ca;
  color:#805700;
}
.business-audit-list{
  display:flex;
  flex-direction:column;
}
.business-audit-list article{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:10px 0;
  border-top:1px solid #ecece8;
}
.business-audit-list article>div{
  display:flex;
  flex-wrap:wrap;
  gap:5px 8px;
  align-items:baseline;
}
.business-audit-list strong{
  color:#111;
  font-size:10px;
}
.business-audit-list span{
  color:#555;
  font-size:10px;
}
.business-audit-list a{
  color:#a56f08;
  font-size:10px;
  font-weight:800;
}
.business-audit-list small{
  flex:0 0 auto;
  color:#8d9092;
  font-size:8px;
}
.project-empty{
  padding:18px;
  text-align:center;
  color:#777;
}

@media(max-width:1050px){
  .project-log-metrics{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .project-activity-layout{
    grid-template-columns:1fr;
  }
}

@media(max-width:700px){
  .project-log-hero{
    flex-direction:column;
  }
  .project-log-metrics{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .project-event-top{
    flex-direction:column;
    gap:5px;
  }
  .project-evidence-item{
    grid-template-columns:36px minmax(0,1fr);
  }
  .project-evidence-action{
    grid-column:2;
  }
  .business-audit-list article{
    flex-direction:column;
    gap:5px;
  }
}


/* ================================================================
 * RAZPRO TASK 36 MOBILE ARTWORK LAYOUT V1
 *
 * Mobile-only presentation repair:
 * - removes the oversized garment preview viewport
 * - keeps artwork geometry / finished-size calculations untouched
 * - desktop remains unchanged
 * ================================================================ */

@media (max-width: 780px) {
  #quoteForm.workspace-grid > .garment-canvas {
    padding:
      12px 10px 14px !important;
  }

  #quoteForm.workspace-grid .canvas-stage {
    min-height:
      clamp(
        260px,
        72vw,
        300px
      ) !important;

    padding:
      6px !important;
  }

  #quoteForm.workspace-grid
  .canvas-stage > #designerGarment {
    height:
      clamp(
        245px,
        70vw,
        290px
      ) !important;

    min-height:
      0 !important;

    max-height:
      290px !important;
  }
}

/* RAZPRO TASK 36 MOBILE ARTWORK LAYOUT V1 — END */

/* RAZPRO ADDITIONAL DESIGN BACKGROUND REMOVAL V1 - START */
.multi-decoration-background-tools {
  display: grid;
  gap: 8px;
  margin: 10px 0 12px;
  padding: 10px;
  border: 1px solid #d9dee1;
  border-radius: 9px;
  background: #fbfbf8;
}

.multi-decoration-background-tools[hidden] {
  display: none !important;
}

.multi-decoration-background-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.multi-decoration-background-actions button {
  min-height: 36px;
  padding: 8px 11px;
  border: 1px solid #c9cbc9;
  border-radius: 7px;
  background: #fff;
  color: #222;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.multi-decoration-background-actions button:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.multi-decoration-background-tools small {
  color: #686d70;
  font-size: 10px;
  line-height: 1.45;
}
/* RAZPRO ADDITIONAL DESIGN BACKGROUND REMOVAL V1 - END */


/* RAZPRO TEXT ON GARMENT V1 - START */
.designer-text-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, .55fr);
  gap: 12px;
  margin: 12px 0;
}

.designer-text-grid input[type="color"] {
  width: 100%;
  min-height: 44px;
  padding: 4px;
}

.designer-text-size-control {
  display: grid;
  gap: 8px;
  margin: 12px 0;
}

.designer-text-size-control > span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
}

.designer-text-preview {
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: 8;
  transform: translate(-50%, -50%);
  max-width: 76%;
  padding: 2px 4px;
  color: #111;
  font-family: Arial, sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: .01em;
  text-align: center;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  cursor: grab;
  user-select: none;
  touch-action: none;
  text-shadow:
    0 1px 1px rgba(255,255,255,.72),
    0 0 1px rgba(255,255,255,.55);
}

.designer-text-preview.is-dragging {
  cursor: grabbing;
}

.designer-size-guidance {
  margin-top: 10px;
}

@media (max-width: 700px) {
  .designer-text-grid {
    grid-template-columns: 1fr;
  }

  .designer-text-preview {
    max-width: 82%;
  }
}
/* RAZPRO TEXT ON GARMENT V1 - END */

/* RAZPRO FINAL FROZEN SCOPE V1 — START */
.catalog-advanced-filters{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr)) auto;gap:10px;align-items:end;width:100%;padding:14px;border:1px solid #d7d9dc;border-radius:12px;background:#fff}
.catalog-advanced-filters label{display:grid;gap:6px;font-size:11px;font-weight:800;color:#27384a}
.catalog-advanced-filters select,.catalog-advanced-filters input{width:100%;min-height:42px;border:1px solid #c8ccd1;border-radius:8px;background:#fff;color:#111;padding:9px}
.catalog-filter-meta{grid-column:1/-1;color:#687585;font-size:10px}
.razpro-whatsapp-float{position:fixed;right:18px;bottom:18px;z-index:150;display:flex;align-items:center;gap:8px;padding:11px 14px;border-radius:999px;background:#163f2a;color:#fff;box-shadow:0 10px 30px #0003;font-size:12px;font-weight:800}
.razpro-whatsapp-float[hidden]{display:none!important}.razpro-whatsapp-float span{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:#fff;color:#163f2a;font-size:10px}
.designer-garment-zoom{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin:8px 0 12px}.designer-garment-zoom label{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:800}.designer-garment-zoom input{width:min(220px,38vw)}.designer-garment-zoom button{min-height:36px;border:1px solid #cdd3da;border-radius:7px;background:#fff;padding:7px 10px;cursor:pointer}
.designer-save-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 16px}.designer-save-actions [data-save-project-status]{font-size:11px;color:#526273}
.account-grid,.admin-final-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:18px}.account-grid .panel,.admin-final-grid .panel,.final-content-form{display:grid;gap:12px}.account-grid label,.admin-final-grid label,.final-content-form label{display:grid;gap:6px;font-size:12px;font-weight:800}.account-grid input,.admin-final-grid input,.admin-final-grid textarea,.final-content-form input,.final-content-form textarea{width:100%;border:1px solid #ccd1d7;border-radius:8px;padding:10px;background:#fff;color:#111}
.saved-project-row,.invoice-row{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:13px 0;border-bottom:1px solid #e0e3e6}.saved-project-row>div,.invoice-row>div{display:grid;gap:3px}.saved-project-row small,.invoice-row small{color:#6d7884}
@media(max-width:900px){.catalog-advanced-filters{grid-template-columns:1fr 1fr}.account-grid,.admin-final-grid{grid-template-columns:1fr}}@media(max-width:560px){.catalog-advanced-filters{grid-template-columns:1fr}.catalog-filter-meta{grid-column:auto}.razpro-whatsapp-float{right:12px;bottom:12px}}
/* RAZPRO FINAL FROZEN SCOPE V1 — END */

