:root{--cream:#fff7df;--paper:#fffdf6;--blue:#1747d1;--blue-deep:#0d2e8f;--coral:#f45b55;--coral-deep:#d93a3e;--yellow:#ffd23f;--ink:#152249;--muted:#606983;--line:#dad9ce;--white:#fff;--shadow:0 18px 44px #15224924;--font:"Avenir Next", "Nunito Sans", "Trebuchet MS", Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--font);margin:0}body,button,input,select,textarea{font-family:var(--font)}button,input,select,textarea{font-size:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}a:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}input:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}select:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}textarea:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}.shell{width:min(1420px,100% - 64px);margin:0 auto}.section{padding:92px 0}.kicker{color:var(--coral-deep);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:9px;font-size:12px;font-weight:950;display:inline-flex}.kicker:before{content:"";background:var(--yellow);border-radius:99px;width:32px;height:6px}.section-heading h2,.customizer-preview h2,.quote-copy h2,.process-grid h2{letter-spacing:-.055em;margin:8px 0 0;font-size:clamp(36px,4vw,58px);line-height:1}.section-heading p,.process-grid>div>p,.quote-copy>p{color:var(--muted);font-size:17px;line-height:1.65}.split-heading{justify-content:space-between;align-items:flex-end;gap:48px;margin-bottom:34px;display:flex}.split-heading>p{width:min(470px,100%);margin:0}.centered-heading{text-align:center;max-width:780px;margin:0 auto 44px}.centered-heading .kicker{justify-content:center}.centered-heading p{margin:14px auto 0}.announcement{background:var(--blue-deep);min-height:36px;color:var(--white);letter-spacing:.07em;text-align:center;justify-content:center;align-items:center;padding:8px 24px;font-size:12px;font-weight:900;display:flex}.announcement strong{color:var(--yellow);margin:0 5px}.site-header{z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffdf6f5;border-bottom:1px solid #15224921;align-items:center;min-height:84px;display:flex;position:sticky;top:0}.nav-shell{align-items:center;gap:26px;min-height:84px;display:flex}.brand{flex:none;align-items:center;gap:11px;display:inline-flex}.brand-mark{border:4px solid var(--yellow);background:var(--coral);width:58px;height:58px;box-shadow:0 4px 0 var(--blue-deep);border-radius:50%;place-items:center;display:grid;overflow:hidden}.brand-mark img{width:64px;max-width:none;transform:scale(1.32)}.brand-copy{line-height:.94}.brand-copy b{color:var(--blue);letter-spacing:-.04em;font-size:20px;font-weight:950;display:block}.brand-copy span{color:var(--coral-deep);letter-spacing:.16em;text-transform:uppercase;margin-top:6px;font-size:10px;font-weight:950;display:block}.main-nav{align-items:center;gap:24px;margin-left:auto;display:flex}.main-nav a{white-space:nowrap;padding:12px 0;font-size:13px;font-weight:900;position:relative}.main-nav a:after{content:"";background:var(--coral);border-radius:4px;height:3px;transition:right .18s;position:absolute;bottom:6px;left:0;right:100%}.main-nav a:hover:after{right:0}.phone-link{color:var(--blue);white-space:nowrap;font-size:13px;font-weight:950}.cart-button,.menu-button{border:2px solid var(--ink);background:var(--yellow);min-height:44px;box-shadow:3px 3px 0 var(--ink);cursor:pointer;border-radius:12px;font-weight:950}.cart-button{padding:0 14px}.cart-button span{background:var(--ink);min-width:23px;height:23px;color:var(--white);border-radius:50%;place-items:center;margin-left:5px;font-size:11px;display:inline-grid}.menu-button{padding:0 12px;display:none}.hero{background:var(--cream);border-bottom:1px solid #1522491a;align-items:center;min-height:590px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";border:38px solid var(--yellow);opacity:.44;border-radius:50%;width:270px;height:270px;position:absolute;top:-64px;left:-128px}.hero:after{content:"";background:repeating-linear-gradient(90deg, var(--coral) 0 24px, transparent 24px 40px);width:260px;height:38px;position:absolute;bottom:46px;right:-54px;transform:rotate(-18deg)}.hero-grid{z-index:1;grid-template-columns:1.03fr .97fr;align-items:center;gap:68px;display:grid;position:relative}.eyebrow{color:var(--coral-deep);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:10px;font-size:12px;font-weight:950;display:inline-flex}.eyebrow:before{content:"";background:var(--yellow);border-radius:99px;width:36px;height:6px}.hero h1{max-width:780px;color:var(--blue);letter-spacing:-.065em;margin:12px 0 0;font-size:clamp(58px,5.3vw,86px);font-weight:950;line-height:.94}.hero-copy>p{margin:20px 0 24px;font-size:19px;font-weight:800;line-height:1.5}.hero-actions{flex-wrap:wrap;gap:14px;display:flex}.button{border:2px solid var(--ink);min-height:51px;box-shadow:4px 4px 0 var(--ink);cursor:pointer;border-radius:13px;justify-content:center;align-items:center;gap:10px;padding:0 24px;font-size:14px;font-weight:950;transition:transform .18s,box-shadow .18s,background-color .18s;display:inline-flex}.button:hover{box-shadow:2px 2px 0 var(--ink);transform:translate(2px,2px)}.button:disabled{opacity:.6;cursor:wait}.button-primary{background:var(--coral);color:var(--white)}.button-secondary{background:var(--white);color:var(--blue)}.service-pills{flex-wrap:wrap;align-items:center;gap:8px;margin-top:22px;display:flex}.service-pills b{letter-spacing:.1em;text-transform:uppercase;margin-right:3px;font-size:11px}.service-pills span{color:var(--blue-deep);background:#1747d117;border-radius:99px;padding:6px 10px;font-size:11px;font-weight:900}.hero-art{place-items:center;min-height:470px;display:grid;position:relative}.hero-panel{border:3px solid var(--ink);background:var(--blue);width:min(610px,100%);height:410px;box-shadow:15px 15px 0 var(--yellow), var(--shadow);border-radius:42px 14px;position:relative;overflow:hidden;transform:rotate(1.4deg)}.panel-kicker{color:var(--yellow);letter-spacing:.17em;font-size:13px;font-weight:950;position:absolute;top:26px;left:28px}.hero-mascot{z-index:2;filter:drop-shadow(0 16px #0d2e8f47);width:310px;position:absolute;bottom:-27px;left:18px}.shirt-preview{background:var(--paper);clip-path:polygon(25% 0,39% 8%,61% 8%,75% 0,100% 18%,86% 39%,75% 31%,78% 100%,22% 100%,25% 31%,14% 39%,0 18%);place-items:center;width:245px;height:265px;display:grid;position:absolute;top:72px;right:54px;transform:rotate(5deg)}.shirt-preview span{border:8px solid var(--yellow);background:var(--coral);width:96px;height:96px;color:var(--white);text-align:center;border-radius:50%;place-items:center;font-size:17px;font-weight:950;line-height:1.05;display:grid}.round-sticker{z-index:4;border:3px solid var(--ink);background:var(--yellow);text-align:center;border-radius:50%;place-items:center;width:102px;height:102px;font-size:12px;font-weight:950;line-height:1.05;display:grid;position:absolute;top:35px;right:16px;transform:rotate(9deg)}.confetti-one,.confetti-two,.confetti-three{background:var(--yellow);border-radius:99px;display:block;position:absolute}.confetti-one{width:17px;height:17px;bottom:40px;right:37px}.confetti-two{background:var(--coral);width:10px;height:10px;top:42px;left:46%}.confetti-three{width:70px;height:9px;bottom:60px;right:28px;transform:rotate(-24deg)}.trust-bar{background:var(--white);border-bottom:1px solid var(--line)}.trust-grid{grid-template-columns:repeat(3,1fr);align-items:center;min-height:84px;display:grid}.trust-grid>div{grid-template-rows:auto auto;grid-template-columns:42px auto;justify-content:center;align-items:center;column-gap:12px;display:grid}.trust-grid>div+div{border-left:1px solid var(--line)}.trust-grid span{border:2px solid var(--ink);background:var(--yellow);border-radius:11px;grid-row:1/3;place-items:center;width:39px;height:39px;font-weight:950;display:grid}.trust-grid b{font-size:14px}.trust-grid small{color:var(--muted);margin-top:2px;font-size:11px;font-weight:700}.idea-path{background:var(--paper)}.path-grid{grid-template-columns:.88fr .88fr 2.4fr;gap:16px;display:grid}.path-card{border:2px solid var(--ink);min-height:210px;color:var(--ink);text-align:left;box-shadow:5px 5px 0 var(--ink);cursor:pointer;border-radius:20px;flex-direction:column;align-items:flex-start;padding:28px;transition:transform .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden}.path-card:hover{box-shadow:5px 9px 0 var(--ink);transform:translateY(-4px)}.path-upload{background:#fff0eb}.path-design{background:#fff8d7}.path-number{color:#15224914;letter-spacing:-.08em;font-size:76px;font-weight:950;position:absolute;top:10px;right:18px}.path-icon{border:2px solid var(--ink);background:var(--coral);width:48px;height:48px;color:var(--white);border-radius:14px;place-items:center;font-size:24px;display:grid}.path-design .path-icon{background:var(--blue)}.path-card b{margin-top:18px;font-size:20px}.path-card small{max-width:240px;color:var(--muted);margin-top:7px;font-weight:700;line-height:1.45}.path-card em{color:var(--blue);margin-top:auto;padding-top:16px;font-size:12px;font-style:normal;font-weight:950}.category-board{border:2px solid var(--ink);background:var(--blue);min-height:210px;box-shadow:5px 5px 0 var(--ink);border-radius:20px;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.category-board button{min-height:104px;color:var(--white);cursor:pointer;background:0 0;border:1px solid #ffffff3d;border-top:0;border-left:0;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:12px;font-weight:900;transition:background-color .18s,color .18s;display:flex}.category-board button:nth-child(3n){border-right:0}.category-board button:nth-child(n+4){border-bottom:0}.category-board button:hover{background:var(--yellow);color:var(--ink)}.category-board button span{font-size:24px}.shop-section{background:#f4f6ff;border-top:1px solid #dce1f6;border-bottom:1px solid #dce1f6}.category-filters{flex-wrap:wrap;gap:9px;margin-bottom:30px;display:flex}.category-filters button{background:var(--white);cursor:pointer;border:2px solid #1522492e;border-radius:99px;min-height:41px;padding:0 15px;font-size:12px;font-weight:900}.category-filters button.active{border-color:var(--ink);background:var(--yellow);box-shadow:2px 2px 0 var(--ink)}.product-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.product-card{border:2px solid var(--ink);background:var(--white);box-shadow:4px 4px 0 var(--ink);border-radius:20px;transition:transform .18s,box-shadow .18s;overflow:hidden}.product-card:hover{box-shadow:4px 8px 0 var(--ink);transform:translateY(-4px)}.product-art{background:var(--cream);place-items:center;height:245px;display:grid;position:relative;overflow:hidden}.product-art:before{content:"";border:22px solid #ffffff8c;border-radius:50%;width:180px;height:180px;position:absolute}.product-1{background:#dce7ff}.product-2{background:#ffe0d8}.product-3{background:#fff2ad}.product-art em{border:2px solid var(--ink);background:var(--yellow);border-radius:99px;padding:7px 10px;font-size:10px;font-style:normal;font-weight:950;position:absolute;top:14px;left:14px}.garment{background:var(--blue);filter:drop-shadow(0 13px #15224924);place-items:center;display:grid;position:relative}.garment span{border:5px solid var(--yellow);background:var(--coral);width:50px;height:50px;color:var(--white);border-radius:50%;place-items:center;font-weight:950;display:grid}.garment-tee,.garment-polo,.garment-jersey{clip-path:polygon(24% 0,38% 8%,62% 8%,76% 0,100% 18%,86% 39%,76% 32%,79% 100%,21% 100%,24% 32%,14% 39%,0 18%);width:180px;height:185px}.garment-hoodie,.garment-sweatshirt{clip-path:polygon(29% 4%,39% 0,61% 0,71% 4%,100% 22%,88% 50%,77% 42%,80% 100%,20% 100%,23% 42%,12% 50%,0 22%);width:190px;height:188px}.garment-hoodie:before{content:"";border:7px solid var(--yellow);border-bottom:0;border-radius:50% 50% 0 0;width:62px;height:48px;position:absolute;top:-7px}.garment-longsleeve{clip-path:polygon(27% 0,40% 8%,60% 8%,73% 0,100% 13%,91% 84%,78% 82%,75% 34%,79% 100%,21% 100%,25% 34%,22% 82%,9% 84%,0 13%);width:200px;height:190px}.garment-hat{clip-path:polygon(10% 100%,0 76%,28% 63%,34% 0,87% 24%,91% 68%,100% 83%,72% 83%,58% 100%);border-radius:90px 90px 20px 20px;width:180px;height:105px}.garment-hat span{transform:scale(.75)}.product-copy{padding:19px}.product-copy>span{color:var(--coral-deep);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:950}.product-copy h3{margin:6px 0 7px;font-size:19px}.product-copy p{min-height:48px;color:var(--muted);margin:0;font-size:12px;font-weight:700;line-height:1.45}.product-copy>div{justify-content:space-between;align-items:center;gap:10px;margin-top:15px;display:flex}.product-copy b{font-size:14px}.product-copy button{color:var(--blue);cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;font-weight:950}.customizer-section{background:var(--cream);scroll-margin-top:90px}.customizer-grid{border:2px solid var(--ink);background:var(--white);box-shadow:8px 8px 0 var(--ink);border-radius:26px;grid-template-columns:.78fr 1.22fr;display:grid;overflow:hidden}.customizer-preview{background:var(--blue);min-height:720px;color:var(--white);padding:48px;position:relative;overflow:hidden}.customizer-preview:after{content:"";border:42px solid var(--yellow);opacity:.3;border-radius:50%;width:340px;height:340px;position:absolute;bottom:-150px;left:-150px}.customizer-preview .kicker{color:var(--yellow)}.customizer-preview h2{color:var(--white)}.large-garment{z-index:1;place-items:center;min-height:430px;display:grid;position:relative}.large-garment .garment{background:var(--paper);filter:drop-shadow(12px 16px #0d2e8f99);width:310px;height:330px}.large-garment .garment img{object-fit:contain;width:130px;max-height:150px}.large-garment .garment-hat{width:340px;height:210px}.preview-caption{z-index:2;border-top:1px solid #ffffff47;justify-content:space-between;gap:20px;padding-top:22px;display:flex;position:relative}.preview-caption b{font-size:18px}.preview-caption span{color:#dce7ff;font-size:12px;font-weight:800}.customizer-form{padding:48px}.step-label{align-items:center;gap:12px;margin:0 0 22px;display:flex}.step-label:not(:first-child){margin-top:34px}.step-label span{border:2px solid var(--ink);background:var(--yellow);border-radius:10px;place-items:center;width:35px;height:35px;font-size:13px;font-weight:950;display:grid}.step-label b{font-size:17px}.field-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}label,fieldset legend{color:var(--ink);letter-spacing:.03em;font-size:11px;font-weight:950}input,select,textarea{background:var(--white);width:100%;color:var(--ink);border:2px solid #15224938;border-radius:11px;margin-top:7px;font-weight:700}input,select{height:46px;padding:0 13px}textarea{resize:vertical;min-height:110px;padding:13px}.quantity-control{border:2px solid #15224938;border-radius:11px;grid-template-columns:42px 1fr 42px;margin-top:7px;display:grid;overflow:hidden}.quantity-control button{cursor:pointer;background:#f1f3fa;border:0;font-size:19px;font-weight:950}.quantity-control input{border:0;border-right:1px solid var(--line);border-left:1px solid var(--line);text-align:center;border-radius:0;height:42px;margin:0}.color-picker{border:0;margin:23px 0 0;padding:0}.color-picker legend{margin-bottom:10px}.swatch{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:50%;width:36px;height:36px;margin-right:7px;padding:4px}.swatch span{border:1px solid #1522492e;border-radius:50%;width:24px;height:24px;display:block}.swatch.active{border-color:var(--ink)}.swatch-cobalt span{background:var(--blue)}.swatch-coral span{background:var(--coral)}.swatch-cream span{background:var(--cream)}.swatch-black span{background:#171717}.swatch-heather-gray span{background:#a9acb2}.swatch-forest span{background:#185d42}.creative-tabs{grid-template-columns:1fr 1fr;gap:11px;display:grid}.creative-tabs button{cursor:pointer;background:#f5f6fb;border:2px solid #1522492e;border-radius:12px;min-height:50px;font-size:12px;font-weight:950}.creative-tabs button.active{border-color:var(--ink);background:var(--yellow);box-shadow:3px 3px 0 var(--ink)}.creative-tabs small{font-size:10px}.file-input{opacity:0;width:1px;height:1px;position:fixed;left:-10000px}.upload-zone{border:2px dashed var(--blue);width:100%;min-height:125px;color:var(--ink);font:inherit;text-align:center;cursor:pointer;background:#f4f6ff;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;margin-top:15px;padding:16px;display:flex}.upload-zone:hover{border-color:var(--coral);background:#fff7f8;outline:none}.upload-zone:focus-visible{border-color:var(--coral);background:#fff7f8;outline:none}.upload-zone span{font-size:24px}.upload-zone b{color:var(--blue);margin-top:4px;font-size:13px}.upload-zone small{color:var(--muted);margin-top:5px;font-size:10px}.design-notes{margin-top:16px;display:block}.order-total{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;margin-top:26px;padding-top:22px;display:flex}.order-total>div{display:grid}.order-total small{color:var(--muted);font-weight:800}.order-total b{color:var(--blue);letter-spacing:-.04em;font-size:30px}.order-total span{color:var(--muted);font-size:9px;font-weight:700}.form-notice{color:var(--blue-deep);background:#edf2ff;border-radius:10px;margin:18px 0 0;padding:10px 12px;font-size:12px;font-weight:900}.services-section{background:var(--paper)}.services-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.services-grid article{border:2px solid var(--ink);background:var(--white);min-height:245px;box-shadow:4px 4px 0 var(--ink);border-radius:18px;padding:28px;position:relative;overflow:hidden}.services-grid article:nth-child(2){background:#fff0eb}.services-grid article:nth-child(3){background:#fff8d7}.services-grid article:nth-child(4){background:#edf2ff}.services-grid span{color:#1747d11f;letter-spacing:-.08em;font-size:72px;font-weight:950}.services-grid h3{margin:-12px 0 10px;font-size:22px}.services-grid p{color:var(--muted);margin:0;font-size:13px;font-weight:700;line-height:1.55}.process-section{background:var(--blue-deep);color:var(--white);overflow:hidden}.process-grid{grid-template-columns:.85fr 1.15fr;align-items:center;gap:100px;display:grid}.process-grid .kicker{color:var(--yellow)}.process-grid h2{max-width:520px}.process-grid>div>p{color:#d8e1ff;max-width:520px}.process-grid .button{margin-top:16px}.process-grid ol{margin:0;padding:0;list-style:none}.process-grid li{border-bottom:1px solid #ffffff30;grid-template-columns:52px 1fr;gap:18px;padding:22px 0;display:grid}.process-grid li:last-child{border-bottom:0}.process-grid li>span{border:2px solid var(--white);background:var(--yellow);width:48px;height:48px;color:var(--ink);box-shadow:3px 3px 0 var(--coral);border-radius:14px;place-items:center;font-weight:950;display:grid}.process-grid li b{font-size:18px}.process-grid li p{color:#cad5f7;margin:5px 0 0;font-size:12px;font-weight:700}.quote-section{background:var(--cream)}.quote-grid{grid-template-columns:.8fr 1.2fr;align-items:start;gap:80px;display:grid}.quote-copy{position:sticky;top:120px}.quote-copy>p{max-width:520px}.contact-card{border:2px solid var(--ink);background:var(--yellow);box-shadow:5px 5px 0 var(--ink);border-radius:18px;margin-top:28px;padding:24px;display:grid}.contact-card span{letter-spacing:.13em;text-transform:uppercase;font-size:10px;font-weight:950}.contact-card a{color:var(--blue-deep);margin:6px 0;font-size:28px;font-weight:950}.contact-card small{font-size:11px;font-weight:800}.quote-form{border:2px solid var(--ink);background:var(--white);box-shadow:6px 6px 0 var(--ink);border-radius:22px;padding:34px}.quote-form>label{margin-top:18px;display:block}.quote-form .button{margin-top:20px}.success-message,.error-message{border-radius:10px;margin:14px 0 0;padding:12px;font-size:12px;font-weight:900}.success-message{color:#15592d;background:#e5f7e9}.error-message{color:#8a2222;background:#ffeded}footer{background:var(--ink);color:var(--white);padding:58px 0 22px}.footer-grid{grid-template-columns:1fr 1fr auto;align-items:center;gap:40px;display:grid}.footer-brand .brand-copy b{color:var(--white)}.footer-grid>div:nth-child(2) b{font-size:15px}.footer-grid p{color:#c8d1ee;margin:7px 0 0;font-size:11px;font-weight:700}.footer-grid>div:last-child{text-align:right;display:grid}.footer-grid>div:last-child a{color:var(--yellow);font-size:19px;font-weight:950}.footer-grid>div:last-child span{color:#c8d1ee;margin-top:5px;font-size:11px}.footer-bottom{color:#aeb8d8;border-top:1px solid #ffffff2e;justify-content:space-between;margin-top:40px;padding-top:20px;font-size:10px;font-weight:700;display:flex}.footer-admin-login{color:var(--white);letter-spacing:.09em;border:1px solid #ffffff59;border-radius:999px;margin:-8px 0;padding:8px 12px;font-size:9px;font-weight:950;text-decoration:none}.footer-admin-login:hover{border-color:var(--yellow);color:var(--yellow);text-decoration:none}.footer-admin-login:focus-visible{border-color:var(--yellow);color:var(--yellow);text-decoration:none}.cart-overlay{z-index:80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0d183a8c;justify-content:flex-end;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.cart-drawer{background:var(--paper);width:min(520px,100%);height:100%;overflow-y:auto;box-shadow:-16px 0 50px #0d183a33}.cart-header{border-bottom:1px solid var(--line);background:var(--cream);justify-content:space-between;align-items:center;padding:24px;display:flex}.cart-header span{color:var(--coral-deep);letter-spacing:.13em;text-transform:uppercase;font-size:10px;font-weight:950}.cart-header h2{margin:4px 0 0;font-size:28px}.cart-header button{border:2px solid var(--ink);background:var(--white);cursor:pointer;border-radius:50%;width:42px;height:42px;font-size:26px;line-height:1}.cart-items{padding:0 24px}.cart-items article{border-bottom:1px solid var(--line);grid-template-columns:72px 1fr auto;align-items:center;gap:14px;padding:18px 0;display:grid}.mini-garment{background:#e8edff;border-radius:12px;place-items:center;width:72px;height:72px;display:grid}.mini-garment .garment{filter:none;width:54px;height:56px}.mini-garment .garment span{border-width:2px;width:20px;height:20px;font-size:7px}.cart-items article>div:nth-child(2){gap:3px;min-width:0;display:grid}.cart-items article b{font-size:13px}.cart-items article span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:700;overflow:hidden}.cart-items article small{color:var(--blue);margin-top:4px;font-weight:950}.cart-items article>button{color:var(--coral-deep);cursor:pointer;background:0 0;border:0;padding:0;font-size:10px;font-weight:950}.empty-cart{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:340px;display:flex}.empty-cart span{font-size:42px}.empty-cart b{margin-top:10px}.empty-cart button{border:0;border-bottom:2px solid var(--blue);color:var(--blue);cursor:pointer;background:0 0;margin-top:14px;padding:0;font-weight:950}.checkout-form{gap:13px;padding:24px;display:grid}.checkout-form label{display:block}.checkout-form textarea{min-height:76px}.cart-total{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:16px;display:flex}.cart-total span{font-size:12px;font-weight:900}.cart-total b{color:var(--blue);font-size:29px}.checkout-note{color:var(--muted);margin:0;font-size:9px;font-weight:700;line-height:1.45}.order-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:500px;padding:40px;display:flex}.order-success>span{border:2px solid var(--ink);background:var(--yellow);width:64px;height:64px;color:var(--blue);box-shadow:4px 4px 0 var(--ink);border-radius:50%;place-items:center;font-size:30px;font-weight:950;display:grid}.order-success h3{margin:22px 0 7px;font-size:30px}.order-success p{max-width:340px;color:var(--muted);margin:0 0 22px;line-height:1.55}@media (max-width:1180px){.main-nav{gap:16px}.phone-link{display:none}.hero-grid{gap:30px}.hero-panel{height:380px}.hero-mascot{width:270px}.shirt-preview{width:210px;right:30px}.path-grid{grid-template-columns:1fr 1fr}.category-board{grid-column:1/-1}.product-grid{grid-template-columns:repeat(3,1fr)}.customizer-grid{grid-template-columns:.7fr 1.3fr}.customizer-preview,.customizer-form{padding:36px}.services-grid{grid-template-columns:1fr 1fr}}@media (max-width:900px){.shell{width:min(100% - 36px,760px)}.section{padding:72px 0}.nav-shell{flex-wrap:wrap}.menu-button{align-items:center;margin-left:auto;display:inline-flex}.cart-button{order:3}.main-nav{border:2px solid var(--ink);background:var(--white);width:100%;box-shadow:4px 4px 0 var(--ink);border-radius:14px;order:4;margin:-4px 0 14px;padding:14px;display:none}.main-nav.is-open{grid-template-columns:1fr 1fr;display:grid}.main-nav a{padding:10px}.hero{padding:60px 0}.hero-grid{grid-template-columns:1fr}.hero-art{min-height:410px}.hero-panel{width:min(600px,100% - 16px)}.trust-grid{grid-template-columns:1fr;gap:6px;padding:12px 0}.trust-grid>div{justify-content:start;min-height:58px}.trust-grid>div+div{border-left:0;border-top:1px solid var(--line)}.split-heading{flex-direction:column;align-items:flex-start;gap:13px}.split-heading>p{width:100%}.product-grid{grid-template-columns:1fr 1fr}.customizer-grid{grid-template-columns:1fr}.customizer-preview{min-height:610px}.large-garment{min-height:380px}.process-grid,.quote-grid{grid-template-columns:1fr;gap:50px}.quote-copy{position:static}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:last-child{text-align:left}.footer-brand{grid-column:1/-1}}@media (max-width:620px){.shell{width:min(100% - 24px,520px)}.section{padding:56px 0}.announcement{font-size:9px}.site-header,.nav-shell{min-height:74px}.brand-mark{width:48px;height:48px}.brand-copy b{font-size:17px}.brand-copy span{display:none}.menu-button{min-height:40px}.cart-button{min-height:40px;padding:0 10px}.main-nav.is-open{grid-template-columns:1fr}.hero{padding:46px 0}.hero h1{font-size:52px}.hero-copy>p{font-size:16px}.hero-actions .button{width:100%}.hero-art{min-height:330px}.hero-panel{height:300px}.hero-mascot{width:215px;bottom:-18px;left:-3px}.shirt-preview{width:165px;height:190px;top:68px;right:21px}.shirt-preview span{border-width:5px;width:65px;height:65px;font-size:12px}.round-sticker{width:75px;height:75px;font-size:9px}.panel-kicker{font-size:10px}.path-grid{grid-template-columns:1fr}.category-board{grid-column:auto;grid-template-columns:1fr 1fr}.category-board button:nth-child(3n){border-right:1px solid #ffffff3d}.category-board button:nth-child(2n){border-right:0}.category-board button:nth-child(n+4){border-bottom:1px solid #ffffff3d}.category-board button:nth-child(n+5){border-bottom:0}.category-filters{flex-wrap:nowrap;margin-right:-12px;padding-right:12px;overflow-x:auto}.category-filters button{flex:none}.product-grid,.services-grid{grid-template-columns:1fr}.product-copy p{min-height:0}.customizer-preview{min-height:500px;padding:28px}.large-garment{min-height:320px}.large-garment .garment{width:245px;height:275px}.customizer-form{padding:28px 20px}.field-grid,.creative-tabs{grid-template-columns:1fr}.order-total{flex-direction:column;align-items:stretch}.order-total .button{width:100%}.quote-form{padding:24px 18px}.quote-form .field-grid,.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;align-items:flex-start;gap:8px}.cart-drawer{width:100%}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
