:root{--bg: #fff7f0;--surface: #ffffff;--primary: #ff7c2f;--primary-dark: #d95a1b;--text: #2f2f2f;--muted: #6b6b6b;--border: #f0d9c8}*{box-sizing:border-box}img{max-width:100%;height:auto;display:block}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(180deg,#fff7f0,#fdf1e8);color:var(--text)}.site-header,.site-footer{max-width:1080px;margin:0 auto;padding:1.5rem 1.25rem}.site-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.nav-links{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap;justify-content:flex-end}.nav-links a{display:inline-flex;align-items:center;gap:.45rem;color:var(--text);text-decoration:none;font-weight:700;padding:.65rem .9rem;border-radius:999px;transition:background .2s ease,transform .2s ease}.nav-links a:hover,.nav-links a:focus{background:#ff82001f}.cart-link{background:#ff82001f;border:1px solid rgba(255,130,0,.18)}.cart-icon{font-size:1rem}.secondary-btn{background:#ffffffe6;color:var(--text);border:1px solid rgba(217,90,27,.15);padding:.85rem 1.2rem;border-radius:999px}.hero{max-width:1080px;margin:0 auto;padding:2rem 1.25rem;display:grid;gap:1.5rem;background:#fffc;border-radius:28px;box-shadow:0 24px 64px #fb9d5829}.cart-link{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1rem;border-radius:999px;background:#ff82001f;color:var(--text);text-decoration:none;font-weight:700;border:1px solid rgba(255,130,0,.18)}.cart-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;margin-left:.5rem;border-radius:999px;background:#ff8200;color:#fff;font-size:.85rem;padding:0 .5rem}.brand{display:flex;align-items:center;gap:1rem}.logo{width:56px;height:56px;border-radius:18px;background:#fff;display:grid;place-items:center;overflow:hidden}.logo img{width:100%;height:100%;object-fit:contain}.brand-orange{color:#ff8200}.brand-stitch{color:#ff00c8}.site-header h1{margin:0;font-size:1.75rem}.site-header p,.site-footer p,.cart-header span,.product-card span,.product-card p{margin:0;font-weight:700}.hero h2{margin:0;font-size:clamp(2rem,4vw,3rem);font-family:Georgia,Cambria,Times New Roman,Times,serif}.hero p{max-width:680px;color:var(--muted);line-height:1.7}.carousel{position:relative;min-height:520px;overflow:hidden;border-radius:32px;margin:1.5rem auto;max-width:1080px}.carousel-slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease;background-size:cover;background-position:center;display:grid;place-items:center}.carousel-slide.active{opacity:1;position:absolute}.carousel-caption{max-width:560px;text-align:left;color:#fff;padding:2rem}.carousel-indicators{position:absolute;left:50%;transform:translate(-50%);bottom:1.25rem;display:flex;gap:.75rem}.carousel-dot{width:12px;height:12px;border-radius:50%;background:#ffffff7a;border:none;cursor:pointer}.carousel-dot.active{background:#ff8200}.content-section{max-width:1080px;margin:1.5rem auto;padding:1.5rem 1.25rem;background:var(--surface);border-radius:28px;box-shadow:0 18px 40px #0000000d}.section-heading h2{margin-top:0}.section-heading p{color:var(--muted);margin-top:.75rem;line-height:1.7;max-width:760px}.about-content{width:50%;padding:70px;position:relative;z-index:1;text-align:justify}.about-content h2{color:#ff6a2b;font-size:36px;font-weight:600;margin-bottom:20px}.about-content p{color:#2b2b2b;line-height:1.8;font-size:15px}.about-content h2:after{content:"";display:block;width:60px;height:3px;background:#e8b07a;margin-top:10px}.about-section{position:relative;display:flex;min-height:520px;background:url(/assets/tailoring-image.png) right center/50% no-repeat;background-color:#fff3ec}.category-section{margin-top:1.5rem}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:1.5rem}.category-card{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1.5rem;background:linear-gradient(135deg,#ff7c2f14,#ff318914);border:2px solid rgba(255,124,47,.18);border-radius:28px;text-decoration:none;color:var(--text);transition:all .3s ease;cursor:pointer}.category-card:hover{transform:translateY(-4px);border-color:#ff7c2f5c;background:linear-gradient(135deg,#ff7c2f24,#ff318924);box-shadow:0 12px 32px #ff7c2f29}.category-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#ff7c2f1f;border-radius:20px;font-size:2.5rem}.category-card h3{margin:0;font-size:1.25rem;font-weight:700;text-align:center}.testimonial-section{margin-top:1.5rem}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:1.5rem}.testimonial-card{background:#fff;border:1px solid rgba(255,130,0,.14);border-radius:28px;overflow:hidden;box-shadow:0 18px 45px #ff820014}.testimonial-card img{width:100%;height:320px;object-fit:cover;object-position:center;display:block;margin:0 auto}.team-section{margin-top:1.5rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:1.5rem}.team-card{background:#fff;border:1px solid rgba(255,130,0,.14);border-radius:28px;overflow:hidden;box-shadow:0 18px 40px #ff820014}.team-card img{width:100%;height:320px;object-fit:cover;object-position:center;display:block;margin:0 auto}.team-card div{padding:1.25rem}.team-card h3{margin:0 0 .45rem}.team-card p{margin:0;color:var(--muted)}.testimonial-copy{margin:0;color:var(--text);line-height:1.8;padding:1rem;text-align:justify}.testimonial-header{display:flex;align-items:flex-end}.testimonial-text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden;text-overflow:ellipsis;max-height:10.8rem;margin:0}.testimonial-text.expanded{-webkit-line-clamp:unset;max-height:none}.read-more-btn{margin-top:.75rem;border:none;background:transparent;color:var(--primary);font-weight:700;cursor:pointer;padding:0}.testimonial-name{display:inline-block;margin-top:.5rem;font-weight:700;color:var(--primary-dark);margin-left:auto}.contact-list{margin:1rem 0 0;padding-left:1.25rem;color:var(--text)}.contact-list li{margin-bottom:.5rem}.contact-list-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.contact-list-grid div{padding:1.5rem;background:#ff7c2f14;border:1px solid rgba(255,124,47,.18);border-radius:24px}.contact-list-grid h3{margin-top:0;color:var(--primary);font-size:1.1rem}.contact-list-grid p{margin:.5rem 0 0;color:var(--muted);font-size:.95rem}.social-section{min-height:auto}.instagram-card{display:grid;grid-template-columns:1fr minmax(240px,320px);gap:1.75rem;align-items:center;margin-top:1.5rem}.instagram-copy{display:grid;gap:1rem}.instagram-copy h2{margin:0;font-size:clamp(2rem,3vw,2.5rem)}.instagram-copy p{margin:0;color:var(--muted);line-height:1.8}.instagram-actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.instagram-handle{color:var(--text);font-weight:700}.instagram-qr-card{background:linear-gradient(180deg,#fff,#fff2eb);border:1px solid rgba(255,130,0,.18);border-radius:28px;padding:1.75rem;text-align:center;display:grid;gap:1rem;justify-items:center}.social-qr{width:180px;height:180px;border-radius:28px;background:linear-gradient(135deg,#ffe7dc,#ffc9d8);display:grid;place-items:center;font-weight:700;color:var(--primary-dark)}.instagram-qr-card p{margin:0;color:var(--muted)}.instagram-qr-card .secondary-btn{width:fit-content}.delivery-theme,.footer-theme{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.delivery-tag,.footer-tag{display:inline-flex;align-items:center;padding:.8rem 1rem;border-radius:999px;background:linear-gradient(135deg,#ff82001f,#ff00c81f);color:var(--text);font-weight:600;border:1px solid rgba(255,130,0,.18)}.delivery-fast,.footer-fast{background:linear-gradient(135deg,#ff00c824,#ff820014);border-color:#ff00c838}button,.select-wrapper select,input,textarea{font:inherit}button{border:none;cursor:pointer}.primary-btn{background:var(--primary);color:#fff;padding:.95rem 1.5rem;border-radius:999px;transition:background .2s ease}.primary-btn:hover,.primary-btn:focus{background:var(--primary-dark)}.products-section,.cart-section{max-width:1080px;margin:1.5rem auto;padding:1.5rem 1.25rem;background:var(--surface);border-radius:28px;box-shadow:0 18px 40px #0000000d}.empty-cart{text-align:center;padding:2.5rem 1rem}.empty-cart p{margin:0 0 1rem;color:var(--muted);font-weight:600}.empty-cart-cta{display:flex;justify-content:center}.empty-cart-cta .primary-btn.large{padding:1rem 2rem;font-size:1.05rem;border-radius:14px;box-shadow:0 8px 24px #ff7c2f2e}.btn-spinner{display:inline-block;width:18px;height:18px;margin-right:.6rem;vertical-align:middle;border-radius:50%;border:2px solid rgba(255,255,255,.25);border-top-color:#fff;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.products-section h2,.cart-section h2{margin-top:0}.filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1.5rem}.filters label{display:block;margin-bottom:.45rem;color:var(--muted)}.filters select{width:100%;border:1px solid #f1d6c3;border-radius:16px;padding:.85rem 1rem;background:#fff}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.25rem}.product-card{padding:1.25rem;border-radius:28px;border:1px solid #f3d7c8;background:#fff;display:grid;gap:.85rem}.product-image-wrap{display:grid;gap:.75rem}.product-main-image{width:100%;height:240px;object-fit:cover;border-radius:24px}.product-thumbnails{display:flex;gap:.5rem}.product-thumb{width:56px;height:56px;border-radius:16px;border:2px solid transparent;overflow:hidden;padding:0;background:#fff;cursor:pointer}.product-thumb.active{border-color:var(--primary)}.product-thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.badge{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .7rem;border-radius:999px;background:#fff3eb;color:var(--primary-dark);font-size:.8rem;border:1px solid #fbd5c0}.product-select-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.85rem}.product-select-row label{display:grid;gap:.4rem;font-size:.92rem;color:var(--muted)}.product-select-row select{width:100%;border:1px solid #f1d6c3;border-radius:16px;padding:.85rem 1rem;background:#fff}.filter-note{margin:.75rem 0 1.25rem;color:var(--muted);font-size:.95rem}.product-card h3{margin:0}.product-card p{color:var(--muted);line-height:1.6}.product-card .price{font-size:1.15rem;font-weight:700}.product-card button{width:fit-content}.category-tabs{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.5rem 0 2rem}.category-pill{border:1px solid rgba(255,138,0,.18);background:#fff;color:#2b271f;padding:.85rem 1.2rem;border-radius:999px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;font-weight:600}.category-pill:hover{transform:translateY(-1px)}.category-pill.active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 16px 32px #ff98002e}.product-card{background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 18px 40px #23170c14;transition:transform .25s ease,box-shadow .25s ease;cursor:pointer}.product-card:hover{transform:translateY(-3px);box-shadow:0 22px 50px #23170c1f}.card-image{position:relative;min-height:220px;overflow:hidden}.card-image img{width:100%;height:220px;object-fit:cover;display:block}.card-body{padding:1.25rem;display:grid;gap:.85rem}.card-tag{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.price-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.price{color:var(--primary);font-size:1.15rem;font-weight:800}.variant-row{display:flex;flex-wrap:wrap;gap:.5rem}.detail-media{display:grid;gap:1rem}.detail-media img{width:100%;height:380px;object-fit:cover;border-radius:24px}.detail-thumbs{display:flex;gap:.75rem;flex-wrap:wrap}.detail-thumb{width:72px;height:72px;border-radius:18px;overflow:hidden;border:2px solid transparent;background:#fff;cursor:pointer}.detail-thumb.active{border-color:var(--primary)}.detail-thumb img{width:100%;height:100%;object-fit:cover;display:block}.detail-meta{display:grid;gap:1rem}.detail-category{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.88rem}.detail-price-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.detail-price{color:var(--primary);font-size:1.6rem;font-weight:800}.detail-select-row{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:1rem}.detail-select-row label{display:grid;gap:.35rem;color:var(--muted)}.detail-select-row select{width:100%;border:1px solid #f1d6c3;border-radius:18px;padding:.95rem 1rem;background:#fff}.detail-add-button{width:100%;margin-top:.5rem}.size-chart{padding:1rem;background:#fff8f2;border:1px solid #f5d9c6;border-radius:22px}.confirmation-card{display:grid;gap:1.5rem}.confirmation-hero{display:grid;justify-items:start;gap:1.5rem;padding:2rem;border-radius:32px;background:linear-gradient(135deg,#ff7c2feb,#ff3189f0);color:#fff;box-shadow:0 24px 64px #ff7c2f24}.success-badge{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1rem;border-radius:999px;background:#ffffff29;color:#fff;font-size:.85rem;font-weight:700;letter-spacing:.08em;margin-bottom:1rem}.confirmation-hero h1{margin:.75rem 0;font-size:clamp(2rem,3.5vw,2.8rem);line-height:1.05}.confirmation-hero p{margin:0;max-width:680px;color:#ffffffeb;line-height:1.8}.confirmation-hero .primary-btn{margin-top:1.5rem}.confirmation-grid{display:grid;grid-template-columns:minmax(280px,1fr) minmax(320px,1.25fr);gap:1.5rem}.order-summary-card,.order-details-card{padding:1.75rem;border-radius:28px;background:#fffffffa;border:1px solid rgba(255,124,47,.14)}.order-summary-card h2,.order-details-card h2{margin-top:0}.order-summary-list{display:grid;gap:1rem;margin:1rem 0 0}.order-summary-list div{display:grid;gap:.35rem}.order-summary-list dt{font-size:.92rem;color:var(--muted)}.order-summary-list dd{margin:0;font-weight:700;color:var(--text)}.order-items-list{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:1rem}.order-item{padding:1rem;border-radius:22px;background:#fff7f0;border:1px solid rgba(255,124,47,.16)}.order-item .item-top,.order-item .item-bottom{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.item-meta{margin:.65rem 0 0;color:var(--muted);font-size:.95rem}.order-totals-card{margin-top:1.25rem;padding:1.25rem;border-radius:22px;background:#ff7c2f0f;border:1px solid rgba(255,124,47,.14)}.totals-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.85rem}.totals-row span{color:var(--muted)}.order-totals-card strong{font-size:1.1rem}.delivery-note{margin:1rem 0 0;color:var(--muted);line-height:1.7}.empty-confirmation{padding:2rem;text-align:center;border-radius:28px;background:#fffffff2;box-shadow:0 18px 40px #0000000f}.empty-confirmation h2{margin-top:0}@media(max-width:900px){.confirmation-grid{grid-template-columns:1fr}.about-section{min-height:auto;background:linear-gradient(#fff3ecf2,#fff3ecf2),url(/assets/tailoring-image.png) center/cover}.about-content{width:100%;padding:40px}.about-content h2{font-size:28px}.about-content p{font-size:14px}.category-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}@media(max-width:640px){:root{font-size:15px}.site-header h1{font-size:1.3rem}.section-heading h2{font-size:clamp(1.5rem,5vw,2rem)}.confirmation-hero{padding:1.5rem}.confirmation-hero h1{font-size:1.75rem}.about-section{min-height:auto;background:linear-gradient(#fff3ecfa,#fff3ecfa),url(/assets/tailoring-image.png) center/cover}.about-content{width:100%;padding:30px}.about-content h2{font-size:24px;margin-bottom:15px}.about-content p{font-size:13px;line-height:1.6}.about-content article{margin-top:15px}.about-content h3{font-size:18px;margin:15px 0 10px}.category-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.category-card{padding:1.5rem 1rem}.category-icon{width:60px;height:60px;font-size:2rem}.category-card h3{font-size:1.1rem}.team-grid{grid-template-columns:1fr}.team-card img{height:200px}.testimonial-grid{grid-template-columns:1fr}.testimonial-card img{height:200px}.contact-list-grid{grid-template-columns:1fr;gap:1.25rem}.contact-list-grid div{padding:1rem}.contact-list-grid h3{font-size:1rem}.form-row{margin-bottom:.85rem}.form-row label{font-size:.9rem}.form-row input,.form-row textarea{padding:.65rem .8rem;font-size:16px;border-radius:12px}.primary-btn,.secondary-btn{padding:.65rem .9rem;font-size:.9rem;border-radius:12px}.qr-placeholder{width:160px;height:160px;font-size:.85rem}.instagram-qr{width:120px;height:120px}.payment-section{text-align:center}.payment-section h3{font-size:1.1rem;margin:1rem 0}.modal-content{padding:1.25rem;border-radius:24px}.close-btn{width:30px;height:30px;font-size:1.1rem;top:.75rem;right:.75rem}.detail-media img{height:200px}.detail-select-row{grid-template-columns:1fr}.size-table{font-size:.8rem}.size-table th,.size-table td{padding:.5rem .4rem}.cart-item{padding:.85rem;border-radius:16px}.cart-item h4{font-size:.95rem;margin:0 0 .5rem}.cart-item p{font-size:.85rem;margin:.25rem 0}.cart-item-actions{margin-top:.65rem}.cart-item-actions .price{font-size:1rem;font-weight:700}.cart-item button{font-size:.8rem;padding:.4rem .6rem}.checkout-form{margin-top:1.5rem}.checkout-form h3{font-size:1.1rem;margin-bottom:1rem}.cart-page .cart-checkout{gap:.75rem}.cart-page .cart-total{font-size:1.1rem}.instagram-card{gap:1.25rem}.instagram-copy h2{font-size:1.4rem}.instagram-actions{gap:.75rem}.instagram-handle{font-size:.9rem}}.size-chart h4{margin:0 0 1rem}.size-table{width:100%;border-collapse:collapse}.size-table th,.size-table td{padding:.75rem .65rem;border:1px solid #ffebdf;text-align:left;font-size:.93rem}.product-detail-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:start}.modal-overlay{position:absolute;inset:0;background:#12182873;z-index:0}.modal-content{position:relative;z-index:1}.cart-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.cart-items{margin-top:1rem;display:grid;gap:1rem}.cart-item{padding:1rem;background:#fff8f2;border-radius:20px;display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:center}.cart-item .color-chip{display:inline-block;width:14px;height:14px;border-radius:4px;border:1px solid rgba(0,0,0,.08);margin:0 .4rem;vertical-align:middle}.cart-item-actions{display:grid;gap:.65rem;justify-items:end;text-align:right}.cart-item strong{display:block;margin-top:.35rem}.cart-item button{background:transparent;color:var(--primary-dark);font-weight:700;padding:.5rem .75rem;border-radius:16px;border:1px solid rgba(217,90,27,.15)}.cart-summary{margin-top:1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.empty-cart{color:var(--muted)}.modal{position:fixed;inset:0;display:grid;place-items:center;background:#23170c80;padding:1.5rem;z-index:100}.modal.hidden{display:none}.modal-content{width:min(980px,100%);max-height:calc(100vh - 2rem);overflow-y:auto;background:#fff;border-radius:32px;padding:2rem;position:relative}.close-btn{position:absolute;top:1rem;right:1rem;width:38px;height:38px;border-radius:50%;background:#fff2eb;border:1px solid #f4c8b0;font-size:1.5rem;line-height:1}.form-row{display:grid;gap:.5rem;margin-bottom:1rem}.form-row label{color:var(--muted)}.form-row input,.form-row textarea{width:100%;border:1px solid #f0d6c8;border-radius:16px;padding:.85rem 1rem}.payment-section{margin-top:1.5rem;text-align:center}.payment-section.hidden{display:none}.qr-placeholder{width:240px;height:240px;margin:1rem auto;border-radius:24px;background:linear-gradient(135deg,#ffe5d4,#ffd8be);display:grid;place-items:center;color:var(--primary-dark);font-weight:700}.field-error{color:#d95a1b;font-size:.9rem;margin-top:.4rem}.cart-page{max-width:1080px;margin:1.5rem auto;padding:1.5rem 1.25rem;background:var(--surface);border-radius:28px;box-shadow:0 18px 40px #0000000d}.cart-page h2{margin-top:0}.cart-page .cart-items{display:grid;gap:1rem}.cart-page .cart-checkout{margin-top:1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.cart-page .cart-total{font-size:1.3rem;font-weight:700}.checkout-form{margin-top:2rem;display:grid;gap:1rem}.checkout-form .form-row{margin-bottom:0}.payment-total{margin:.75rem 0 0;color:var(--text)}.site-footer{text-align:center;color:var(--muted);padding-bottom:2rem}@media(max-width:900px){.site-header,.products-section,.cart-section,.site-footer,.hero,.content-section,.cart-page{padding-left:1rem;padding-right:1rem}.site-header{flex-direction:column;align-items:flex-start}.brand h1{font-size:1.5rem}.nav-links{width:100%;justify-content:flex-start;gap:.65rem;margin-top:.75rem}.nav-links a{font-size:.95rem;padding:.7rem .95rem}.carousel{min-height:360px}.carousel-caption{padding:1.25rem}.carousel-caption h2{font-size:clamp(1.9rem,4vw,2.5rem)}.carousel-caption p{font-size:.98rem}.carousel-indicators{bottom:1rem}.testimonial-grid,.instagram-card,.social-grid,.product-grid,.contact-list-grid,.product-detail-grid{grid-template-columns:1fr}.detail-media img{height:280px}.product-main-image{height:220px}.product-thumbnails{flex-wrap:wrap}.product-select-row{grid-template-columns:1fr}.product-card{padding:1rem}.testimonial-card img{height:260px}.team-card img{height:240px}.instagram-qr{width:160px;height:160px}.instagram-qr-card{padding:1.25rem}.instagram-actions{flex-direction:column;align-items:stretch}.cart-item{grid-template-columns:1fr}.cart-item-actions{justify-items:start;text-align:left;flex-direction:row;justify-content:space-between;align-items:center;margin-top:.75rem}.cart-page .cart-checkout{justify-content:stretch;flex-direction:column}.cart-page .cart-checkout .cart-total{width:100%}.modal-content{padding:1.5rem}.close-btn{width:32px;height:32px;font-size:1.25rem}.checkout-form,.form-row{gap:.85rem}.form-row input,.form-row textarea{font-size:16px;padding:.75rem .9rem}.qr-placeholder{width:200px;height:200px}.payment-total{font-size:1.1rem}.primary-btn,.secondary-btn{padding:.75rem 1rem;font-size:.95rem}.primary-btn:disabled,.primary-btn[disabled]{background:#d95a1b40;color:#2f2f2fb3;border-color:#d95a1b40;cursor:not-allowed;opacity:.75}.primary-btn:disabled:hover,.primary-btn[disabled]:hover{transform:none}.contact-list-grid div{padding:1.25rem}}.maintenance-banner{display:none}.maintenance-mode .maintenance-banner{display:block}.maintenance-mode main,.maintenance-mode .products-section,.maintenance-mode .cart-section,.maintenance-mode .cart-page,.maintenance-mode .content-section,.maintenance-mode .hero,.maintenance-mode .confirmation-page,.maintenance-mode .about-page,.maintenance-mode .contact-page,.maintenance-mode .site-footer{display:none!important}@media(max-width:520px){:root{font-size:14px}.site-header,.site-footer,.products-section,.cart-section,.cart-page,.content-section,.hero{padding-left:.75rem;padding-right:.75rem}.maintenance-banner{padding:10px 12px;font-size:13px}.brand{width:100%}.brand h1{font-size:1.15rem}.brand p{font-size:.85rem}.nav-links{width:100%;justify-content:space-between;gap:.4rem}.nav-links a{font-size:.85rem;padding:.5rem .6rem}.cart-count-badge{min-width:20px;height:20px;font-size:.75rem}.carousel{min-height:250px;margin:.75rem auto;border-radius:20px}.carousel-caption{padding:.8rem}.carousel-caption h2{font-size:clamp(1.5rem,5vw,2rem)}.carousel-caption p,.section-heading p,.testimonial-text,.instagram-copy p{font-size:.9rem;line-height:1.5}.carousel-indicators{gap:.5rem;bottom:.75rem}.carousel-dot{width:10px;height:10px}.section-heading h2{font-size:clamp(1.3rem,5vw,1.75rem);margin-top:.5rem}.section-heading p{margin-top:.5rem}.about-section{min-height:auto;background:linear-gradient(#fff3ecfa,#fff3ecfa),url(/assets/tailoring-image.png) center/cover;padding:0}.about-content{width:100%;padding:18px}.about-content h2{font-size:18px;margin-bottom:10px}.about-content h2:after{width:35px;height:2px;margin-top:6px}.about-content p{font-size:12px;line-height:1.5;text-align:left}.about-content article{margin-top:10px}.about-content h3{font-size:15px;margin:10px 0 6px}.category-grid{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.7rem}.category-card{padding:.85rem .75rem;gap:.6rem;border-radius:20px}.category-card:hover{transform:translateY(-2px)}.category-icon{width:45px;height:45px;font-size:1.5rem;border-radius:12px}.category-card h3{font-size:.95rem}.team-grid{grid-template-columns:1fr;gap:1rem}.team-card{border-radius:20px;overflow:hidden}.team-card img{width:100%;height:180px;object-position:center;margin:0 auto}.team-card div{padding:.9rem}.team-card h3{font-size:1rem;margin-bottom:.3rem}.team-card p{font-size:.85rem}.testimonial-grid{gap:1rem}.testimonial-card{border-radius:20px;overflow:hidden}.testimonial-card img{width:100%;height:180px;object-position:center;margin:0 auto}.testimonial-copy{padding:.85rem}.testimonial-header{font-size:.85rem;gap:.3rem}.testimonial-header fa-icon{font-size:.8rem}.testimonial-name{font-size:.85rem}.read-more-btn{font-size:.85rem;margin-top:.5rem}.contact-list-grid{grid-template-columns:1fr;gap:1rem;margin-top:1.25rem}.contact-list-grid div{padding:.9rem;border-radius:20px}.contact-list-grid h3{font-size:.95rem;margin:0 0 .4rem}.contact-list-grid p{font-size:.85rem;margin:.3rem 0 0}.form-row{margin-bottom:.7rem}.form-row label{font-size:.85rem;font-weight:600}.form-row input,.form-row textarea{padding:.6rem .7rem;font-size:16px;border-radius:10px;border-width:1px}.form-row textarea{resize:vertical;min-height:80px}.primary-btn,.secondary-btn{padding:.6rem .85rem;font-size:.85rem;border-radius:10px;width:100%}.primary-btn{width:100%}.qr-placeholder{width:140px;height:140px;margin:1rem auto;font-size:.75rem}.instagram-qr{width:100px;height:100px;font-size:.75rem}.instagram-qr-card{padding:1rem}.instagram-qr-card p{font-size:.85rem;margin:.5rem 0}.instagram-copy h2{font-size:1.25rem}.instagram-actions{flex-direction:column;gap:.6rem}.instagram-handle{font-size:.85rem}.payment-section{padding:0}.payment-section h3{font-size:1rem;margin:.85rem 0}.payment-total{font-size:.95rem}.info-text{font-size:.85rem}.modal{padding:1rem}.modal-content{padding:1rem;border-radius:20px;max-height:calc(100vh - 2rem)}.modal-overlay{background:#12182899}.close-btn{width:28px;height:28px;font-size:1rem;top:.6rem;right:.6rem}.product-detail-grid{grid-template-columns:1fr;gap:1.25rem}.detail-media img{height:180px;border-radius:16px}.detail-thumbs{gap:.5rem}.detail-thumb{width:60px;height:60px;border-radius:12px}.detail-select-row{grid-template-columns:1fr;gap:.75rem}.detail-select-row label{font-size:.85rem}.detail-select-row select{padding:.6rem .7rem;font-size:16px}.size-chart{margin-top:1rem;padding:.85rem}.size-chart h4{font-size:.95rem;margin:0 0 .75rem}.size-table{font-size:.75rem}.size-table th,.size-table td{padding:.4rem .3rem;font-size:.75rem}.cart-header{gap:.75rem}.payment-status{margin:1.5rem 0}.status-card{border:2px solid #e0e0e0;border-radius:20px;padding:2rem;background:#fff;display:flex;flex-direction:column;gap:1.25rem;box-shadow:0 8px 24px #00000014}.status-card.failed{border-color:#e74c3c;background:linear-gradient(135deg,#fff5f5,#ffe6e6)}.status-card.cancelled{border-color:#f39c12;background:linear-gradient(135deg,#fffaf5,#fff3e6)}.status-icon-wrap{display:flex;justify-content:center}.status-icon{font-size:3.5rem;display:inline-block}.status-content{text-align:center}.status-card h3{margin:0 0 .5rem;font-size:1.5rem;color:var(--text)}.status-card.failed h3{color:#e74c3c}.status-card.cancelled h3{color:#f39c12}.status-message{margin:0;color:var(--muted);line-height:1.6;font-size:1rem}.status-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}.status-actions .primary-btn,.status-actions .secondary-btn{flex:1;min-width:160px}.detail-secondary-button{margin-top:.75rem;display:inline-flex}.cart-header span{font-size:.9rem}.cart-items{gap:.85rem}.cart-item{padding:.75rem;border-radius:14px;gap:.85rem}.cart-item h4{font-size:.9rem;margin:0 0 .4rem}.cart-item p{font-size:.8rem;margin:.2rem 0}.cart-item-actions{flex-direction:column;align-items:flex-start;gap:.5rem;margin-top:.5rem}.cart-item-actions .price{font-size:.95rem}.cart-item button{font-size:.75rem;padding:.35rem .5rem}.checkout-form{margin-top:1.25rem}.checkout-form h3{font-size:1rem;margin-bottom:.85rem}.cart-page .cart-total{font-size:1rem}.cart-summary{flex-direction:column;gap:1rem}.announcement,.filters{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.85rem}.product-card{padding:.85rem;border-radius:18px}.product-main-image{height:160px;border-radius:14px}.product-thumbnails{gap:.4rem}.product-thumb{width:48px;height:48px;border-radius:10px}.card-image{min-height:160px}.card-body{padding:.85rem;gap:.6rem}.card-tag{font-size:.7rem;letter-spacing:.05em}.card-body h3{font-size:.95rem}.card-body p{font-size:.8rem}.price-row{gap:.5rem}.price{font-size:1rem}.site-header,.site-footer{align-items:stretch}.site-footer{text-align:center;font-size:.85rem}.site-footer a{color:var(--primary)}.footer-theme{flex-direction:column;gap:.5rem}.footer-tag{font-size:.8rem}}
