.checkout-page-wrapper{max-width:1200px;margin:0 auto;padding:24px 20px 80px;box-sizing:border-box;width:100%}.checkout-back-btn{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;color:var(--text-muted, #475569);padding:8px 16px;border-radius:9999px;font-size:13.5px;font-weight:600;cursor:pointer;margin-bottom:24px;transition:all .2s ease;box-shadow:0 1px 3px #0000000a}.checkout-back-btn:hover{background:#f8fafc;color:#0a0a0c;border-color:#cbd5e1;transform:translate(-2px)}.checkout-page-header{margin-bottom:28px}.checkout-page-tag{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--crimson-bright, #b80f2d);background:#b80f2d14;padding:4px 12px;border-radius:9999px;margin-bottom:8px}.checkout-page-title{font-size:clamp(24px,3.5vw,32px);font-weight:900;color:#0a0a0c;letter-spacing:-.03em;margin-bottom:6px}.checkout-page-subtitle{font-size:14.5px;color:#64748b;max-width:600px}.checkout-draft-notice{display:flex;align-items:center;justify-content:space-between;background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;padding:10px 16px;border-radius:10px;font-size:13px;font-weight:500;margin-bottom:20px;animation:fadeIn .3s ease}.checkout-draft-notice-btn{background:none;border:none;color:#15803d;font-size:12px;font-weight:700;cursor:pointer;text-decoration:underline;padding:2px 6px}.checkout-draft-notice-btn:hover{color:#166534}.checkout-error-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:14px 18px;border-radius:12px;margin-bottom:24px;animation:fadeIn .3s ease}.checkout-error-banner-content{display:flex;align-items:center;gap:10px;font-size:13.5px}.checkout-error-dismiss{background:none;border:none;color:#991b1b;font-size:12.5px;font-weight:700;cursor:pointer;text-decoration:underline}.checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:32px;align-items:start;width:100%}@media(max-width:992px){.checkout-grid{grid-template-columns:1fr;gap:24px}}.checkout-form-column{display:flex;flex-direction:column;gap:24px;min-width:0;width:100%}.checkout-section-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:24px;box-shadow:0 2px 10px #00000008;transition:box-shadow .2s ease;box-sizing:border-box;width:100%}.checkout-section-card:hover{box-shadow:0 4px 16px #0000000f}.checkout-section-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid #f1f5f9}.checkout-section-icon{width:36px;height:36px;border-radius:10px;background:#b80f2d14;color:var(--crimson-bright, #b80f2d);display:flex;align-items:center;justify-content:center;flex-shrink:0}.checkout-section-title{font-size:17px;font-weight:800;color:#0a0a0c;margin:0}.checkout-section-subtitle{font-size:12.5px;color:#64748b;margin:2px 0 0}.checkout-fields-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:100%}.checkout-field-full{grid-column:1 / -1}@media(max-width:640px){.checkout-fields-grid{grid-template-columns:1fr;gap:14px}}.checkout-field{display:flex;flex-direction:column;gap:6px;position:relative;min-width:0;width:100%}.checkout-label{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:700;color:#1e293b}.checkout-label-optional{font-size:11.5px;font-weight:500;color:#94a3b8}.checkout-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.checkout-input,.checkout-textarea{width:100%;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;padding:12px 14px;font-size:14px;color:#0a0a0c;font-family:inherit;transition:all .2s ease;outline:none;box-sizing:border-box}.checkout-input{height:46px}.checkout-input-with-validation{padding-right:40px}.checkout-input:focus,.checkout-textarea:focus{background:#fff;border-color:var(--crimson-bright, #b80f2d);box-shadow:0 0 0 3.5px #b80f2d1f}.checkout-input.valid{border-color:#10b981;background:#fafdfb}.checkout-input.invalid{border-color:#ef4444;background:snow}.checkout-input.invalid:focus{box-shadow:0 0 0 3.5px #ef444426}.checkout-validation-status{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:flex;align-items:center;pointer-events:none;z-index:2}.checkout-field-error-msg{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:#dc2626;margin-top:2px;animation:fadeIn .2s ease}.checkout-textarea{min-height:84px;resize:vertical}.delivery-toggle-container{display:grid;grid-template-columns:1fr 1fr;gap:10px;background:#f1f5f9;padding:6px;border-radius:14px;margin-bottom:20px;width:100%;box-sizing:border-box}@media(max-width:500px){.delivery-toggle-container{grid-template-columns:1fr;gap:6px}}.delivery-toggle-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 14px;border:1.5px solid transparent;background:transparent;border-radius:10px;font-size:13.5px;font-weight:700;color:#475569;cursor:pointer;transition:all .2s ease}.delivery-toggle-btn:hover{color:#0a0a0c;background:#fff9}.delivery-toggle-btn.active{background:#fff;color:var(--crimson-bright, #b80f2d);border-color:#b80f2d33;box-shadow:0 2px 8px #0000000f}.store-pickup-info-box{background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:12px;padding:18px;display:flex;gap:14px;animation:fadeIn .3s ease}.store-pickup-icon{width:40px;height:40px;border-radius:10px;background:#b80f2d1a;color:var(--crimson-bright, #b80f2d);display:flex;align-items:center;justify-content:center;flex-shrink:0}.store-pickup-details h4{font-size:14.5px;font-weight:800;color:#0a0a0c;margin-bottom:4px}.store-pickup-details p{font-size:13px;color:#475569;line-height:1.5;margin-bottom:8px}.store-pickup-badge{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:700;color:#047857;background:#ecfdf5;padding:3px 8px;border-radius:6px}.checkout-submit-btn{width:100%;background:linear-gradient(135deg,#b80f2d,#800016);color:#fff;border:none;padding:16px 24px;border-radius:12px;font-size:15px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 4px 16px #b80f2d59;transition:all .2s ease}.checkout-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 22px #b80f2d80;filter:brightness(1.08)}.checkout-submit-btn:disabled{opacity:.7;cursor:not-allowed}.checkout-summary-column{position:sticky;top:90px;min-width:0;width:100%}.checkout-summary-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:24px;box-shadow:0 2px 10px #00000008;box-sizing:border-box}.checkout-summary-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid #f1f5f9;margin-bottom:16px}.checkout-summary-title{font-size:17px;font-weight:800;color:#0a0a0c;margin:0}.checkout-summary-count{font-size:12.5px;font-weight:700;color:#64748b;background:#f1f5f9;padding:3px 10px;border-radius:9999px}.checkout-items-list{display:flex;flex-direction:column;gap:12px;max-height:320px;overflow-y:auto;padding-right:4px;margin-bottom:20px}.checkout-items-list::-webkit-scrollbar{width:4px}.checkout-items-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.checkout-item-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #f8fafc}.checkout-item-thumb{width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.checkout-item-info{flex:1;min-width:0}.checkout-item-name{font-size:13.5px;font-weight:700;color:#0a0a0c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkout-item-meta{font-size:12px;color:#64748b;margin-top:2px}.checkout-item-price{font-size:13.5px;font-weight:800;color:#0a0a0c;text-align:right;flex-shrink:0}.checkout-totals-box{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;flex-direction:column;gap:10px}.checkout-total-row{display:flex;justify-content:space-between;align-items:center;font-size:13.5px;color:#475569}.checkout-total-row.grand-total{border-top:1.5px dashed #e2e8f0;padding-top:14px;margin-top:4px;font-size:18px;font-weight:900;color:#0a0a0c}.checkout-total-row.grand-total .amount{color:var(--crimson-bright, #b80f2d)}.checkout-trust-badge{display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;color:#64748b;margin-top:18px;padding-top:14px;border-top:1px solid #f1f5f9}.checkout-success-container{max-width:580px;margin:10px auto 40px;background:#fff;border-radius:20px;border:1px solid #e2e8f0;padding:36px 24px;text-align:center;box-shadow:0 10px 30px #0000000d;animation:fadeIn .4s ease;box-sizing:border-box;width:100%}.checkout-success-icon-wrapper{width:68px;height:68px;border-radius:50%;background:#ecfdf5;color:#10b981;display:flex;align-items:center;justify-content:center;margin:0 auto 18px}.checkout-success-title{font-size:clamp(22px,3.5vw,26px);font-weight:900;color:#0a0a0c;letter-spacing:-.02em;margin-bottom:8px}.checkout-success-subtitle{font-size:14.5px;color:#475569;line-height:1.6;margin-bottom:24px}.checkout-success-ref-card{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;padding:18px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;margin-bottom:24px;box-shadow:inset 0 1px 3px #00000005;width:100%;box-sizing:border-box}.checkout-success-ref-label{font-size:12px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.08em}.checkout-success-ref-code-wrapper{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;width:100%}.checkout-success-ref-code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:clamp(16px,4vw,20px);font-weight:900;color:var(--crimson-bright, #b80f2d);letter-spacing:.06em;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;padding:6px 12px;border-radius:8px}.checkout-copy-btn{background:#fff;border:1px solid #cbd5e1;color:#334155;padding:8px 14px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .2s ease;box-shadow:0 1px 3px #0000000a}.checkout-copy-btn:hover{background:#f1f5f9;color:#0a0a0c;border-color:#94a3b8;transform:translateY(-1px)}.checkout-success-steps-box{background:#fafafa;border-radius:14px;padding:20px;text-align:left;display:flex;flex-direction:column;gap:14px;margin-bottom:28px;box-sizing:border-box;width:100%}.checkout-success-step{display:flex;gap:12px;align-items:flex-start}.checkout-success-step-icon{width:32px;height:32px;border-radius:8px;background:#b80f2d14;color:var(--crimson-bright, #b80f2d);display:flex;align-items:center;justify-content:center;flex-shrink:0}.checkout-success-step-content h5{font-size:14px;font-weight:800;color:#0a0a0c;margin-bottom:2px}.checkout-success-step-content p{font-size:12.5px;color:#64748b;margin:0;line-height:1.4}.checkout-success-home-btn{width:100%;background:var(--crimson-bright, #b80f2d);color:#fff;border:none;padding:14px 24px;border-radius:12px;font-size:14.5px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease}.checkout-success-home-btn:hover{background:#a00c26;transform:translateY(-2px)}:root{--font-primary: "Inter", system-ui, -apple-system, sans-serif;--font-heading: "Outfit", "Inter", system-ui, sans-serif;--bg-primary: #f0f2f5;--bg-secondary: #e8ecf1;--bg-card: #ffffff;--bg-glass: rgba(255, 255, 255, .88);--crimson-dark: #630513;--crimson-main: #8a0b1f;--crimson-bright: #b80f2d;--crimson-glow: rgba(184, 15, 45, .25);--text-main: #0a0a0c;--text-muted: #475569;--text-dim: #64748b;--accent-gold: #d97706;--border-light: #e2e8f0;--border-crimson: rgba(184, 15, 45, .35);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-pill: 9999px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .05);--shadow-glow: 0 0 20px var(--crimson-glow);--shadow-lg: 0 10px 30px rgba(0, 0, 0, .08)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-primary);background-color:var(--bg-primary);color:var(--text-main);line-height:1.5;overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-main)}.page-wrapper{padding-top:20px;padding-bottom:60px}@media(max-width:768px){.page-wrapper{padding-top:14px!important}}.section-header-center{text-align:center;max-width:680px;margin:0 auto 48px}.section-tag{color:var(--crimson-bright);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px;display:block}.section-title{font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800;color:#0a0a0c;margin-bottom:12px}.section-subtitle{color:var(--text-muted);font-size:16px}.tab-btn{background:#fff;border:1px solid #cbd5e1;color:var(--text-muted);padding:10px 22px;border-radius:var(--radius-pill);font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 2px 6px #0000000a;transition:all .2s ease}.tab-btn:hover{background:#f8fafc;border-color:#94a3b8;color:var(--text-main)}.tab-btn.active{background:var(--crimson-bright);color:#fff;border-color:var(--crimson-bright);box-shadow:0 4px 14px #b80f2d59}.icon-btn{background:transparent;border:none;color:#f1f5f9;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;transition:all .2s ease}.icon-btn:hover{background:#ffffff1f;color:#fff}.checkout-btn{background:linear-gradient(135deg,#b80f2d,#800016);color:#fff;border:none;padding:12px 24px;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 4px 16px #b80f2d59;transition:all .2s ease}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b80f2d80;filter:brightness(1.08)}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInToast{0%{opacity:0;transform:translateY(-16px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.toast-container{position:fixed;top:24px;right:24px;z-index:10000;display:flex;flex-direction:column;gap:10px;pointer-events:none;max-width:420px;width:calc(100% - 48px)}@media(max-width:640px){.toast-container{inset:auto 16px 24px;width:auto}}.toast-item{pointer-events:auto;background:#fff;border:1px solid #e2e8f0;border-left:4px solid #10b981;border-radius:12px;padding:12px 16px;box-shadow:0 10px 30px #0000001f,0 2px 8px #0000000a;display:flex;align-items:center;justify-content:space-between;gap:12px;animation:slideInToast .3s cubic-bezier(.16,1,.3,1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.toast-content{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.toast-icon{width:32px;height:32px;border-radius:8px;background:#ecfdf5;color:#10b981;display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-text{min-width:0;flex:1}.toast-title{font-size:13px;font-weight:800;color:#0a0a0c;margin:0;display:flex;align-items:center;gap:6px}.toast-desc{font-size:12px;color:#64748b;margin:2px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.toast-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.toast-view-cart-btn{background:var(--crimson-bright, #b80f2d);color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:4px;transition:all .2s ease}.toast-view-cart-btn:hover{background:#960c24}.toast-close-btn{background:transparent;border:none;color:#94a3b8;padding:4px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.toast-close-btn:hover{color:#0a0a0c;background:#f1f5f9}.hero-bottom-announcement{background:#0a0a0ff2;border-top:1px solid rgba(184,15,45,.35);padding:14px 20px;text-align:center;position:relative;z-index:25;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-bottom-announcement-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-size:13.5px;color:#f8fafc}.announcement-text-line{font-weight:600;color:#fff;letter-spacing:.01em}.announcement-perk-line{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;font-size:12.5px}.perk-bullets-inline{color:#94a3b8;font-weight:500}.navbar-header{position:sticky;top:0;z-index:90;background:#0a0a0cf0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.1);transition:transform .35s cubic-bezier(.4,0,.2,1),background-color .3s ease;will-change:transform}.navbar-header.navbar-hidden{transform:translateY(-100%);pointer-events:none}.navbar-container{max-width:1320px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;column-gap:24px}.brand-logo-btn{display:flex;align-items:center;gap:12px;text-decoration:none;color:#fff}.navbar-brand-logo{height:52px;width:auto;border-radius:6px;object-fit:contain;box-shadow:0 4px 16px #000000b3;transition:transform .2s ease}.brand-title{font-family:Bebas Neue,Montserrat,sans-serif;font-size:26px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#fff;line-height:1;text-shadow:0 2px 6px rgba(0,0,0,.6)}.brand-tag{font-family:Montserrat,sans-serif;font-size:9.5px;color:var(--crimson-bright);font-weight:900;letter-spacing:.15em;text-transform:uppercase;margin-top:2px}.nav-links{display:flex;align-items:center;gap:32px;list-style:none}.nav-link{color:#94a3b8;text-decoration:none;font-size:15px;font-weight:600;position:relative;padding:6px 2px;background:none;border:none;cursor:pointer;font-family:inherit;transition:color .2s ease}.nav-link:hover{color:#fff}.nav-link.active{color:#fff;font-weight:800}.nav-link.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2.5px;background:var(--crimson-bright, #b80f2d);border-radius:99px;box-shadow:0 0 10px #b80f2dcc}.nav-actions{display:flex;align-items:center;gap:0}.cart-badge{position:absolute;top:2px;right:2px;background:var(--crimson-bright);color:#fff;font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #b80f2d99}.mobile-menu-toggle{display:none}.mobile-nav-drawer{position:absolute;top:100%;left:0;right:0;background:#0a0a0efa;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.1);padding:10px 20px 18px;animation:slideDown .2s ease;box-shadow:0 16px 32px #000c;z-index:100}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mobile-nav-links{list-style:none;display:flex;flex-direction:column;gap:2px}.mobile-nav-link{width:100%;display:flex;align-items:center;gap:12px;padding:12px 10px;background:transparent;border:none;color:#94a3b8;font-size:16px;font-weight:500;font-family:inherit;cursor:pointer;border-radius:6px;transition:all .15s ease;text-align:left}.mobile-nav-link:hover{color:#fff}.mobile-nav-link.active{color:var(--crimson-bright, #b80f2d);font-weight:700}@media(max-width:768px){.nav-links,.desktop-only-btn{display:none}.mobile-menu-toggle{display:flex}.navbar-container{padding:12px 16px}.navbar-brand-logo{height:42px}.brand-tag{font-size:8px;letter-spacing:.1em}}.hero-wrapper{position:relative;background:linear-gradient(180deg,#0003,#ffffff08,#00000052),url(https://cdn.shopify.com/s/files/1/0790/3674/3829/files/Hero1_158b7ab9-e6d2-4730-b29a-ca887e474002_800x800.jpg?v=1782375708) center/cover no-repeat;color:#fff;min-height:85vh;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.hero-content-container{max-width:1200px;margin:0 auto;padding:48px 24px 20px;text-align:center;position:relative;z-index:10}.hero-main-title{font-size:clamp(2.8rem,6.5vw,5.2rem);font-weight:800;line-height:1.08;letter-spacing:-.03em;margin-bottom:20px;color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.95),0 2px 6px rgba(0,0,0,.85)}.hero-description-single-line{max-width:900px;margin:0 auto;font-size:clamp(.95rem,1.8vw,1.15rem);color:#fff;font-weight:600;line-height:1.5;text-align:center;text-shadow:0 3px 12px rgba(0,0,0,.95),0 1px 4px rgba(0,0,0,.9);transition:opacity .4s ease,transform .4s ease}.hero-description-single-line.fade-in{opacity:1;transform:translateY(0)}.hero-description-single-line.fade-out{opacity:0;transform:translateY(-8px)}.hero-cta-wrapper{display:flex;justify-content:center;position:relative;z-index:30;margin-top:auto;margin-bottom:24px}.shop-now-pill-btn{background:#0a0a0fa6;color:#fff;border:1px solid rgba(255,255,255,.35);padding:14px 38px;font-size:16px;font-weight:700;border-radius:var(--radius-pill);cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #0009,0 0 20px #0006;display:inline-flex;align-items:center;gap:10px}.shop-now-pill-btn:hover{background:#14141cd9;transform:translateY(-3px) scale(1.03);border-color:#ffffffb3;box-shadow:0 14px 35px #000c,0 0 25px #b80f2d73}.hero-stage-container{position:relative;width:100%;max-width:1280px;margin:0 auto;padding:0 16px;display:flex;justify-content:center;align-items:flex-end}.wood-counter-base{width:100%;height:48px;background:linear-gradient(180deg,#1c1311,#0d0807);border-top:2px solid #3d2b27;box-shadow:inset 0 2px 10px #000c,0 10px 30px #000000e6;position:relative;z-index:5}.showcase-grid-item{position:relative;transition:transform .3s ease;cursor:pointer}.showcase-grid-item:hover{transform:translateY(-8px)}@media(max-width:768px){.hero-content-container{padding:32px 16px 10px}}.services-section{padding:80px 24px;max-width:1320px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.service-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:28px 24px;aspect-ratio:1 / 1;display:flex;flex-direction:column;justify-content:center;box-shadow:0 4px 16px #0000000a;transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .35s ease,box-shadow .35s ease,background-color .35s ease;position:relative;overflow:hidden;-webkit-tap-highlight-color:transparent}.service-card-content{position:relative;z-index:2;display:flex;flex-direction:column;height:100%;justify-content:center}.service-card-bg-layer{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.28;filter:contrast(1.15) brightness(.96);transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);pointer-events:none;z-index:1}.service-card.has-bg-image{background:linear-gradient(135deg,#ffffffdb,#f8fafce8)}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3.5px;background:linear-gradient(90deg,var(--crimson-bright),#e63946,transparent);opacity:0;transition:opacity .35s ease;z-index:3}.service-icon-wrapper{width:54px;height:54px;border-radius:12px;background:#b80f2d14;border:1px solid rgba(184,15,45,.15);color:var(--crimson-bright);display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:transform .35s ease,background-color .35s ease,border-color .35s ease}.service-title{font-size:20px;font-weight:800;color:#0a0a0c;margin-bottom:8px;text-shadow:0 1px 2px rgba(255,255,255,.85);transition:color .25s ease}.service-desc{color:#1e293b;font-size:14.5px;line-height:1.55;font-weight:500;text-shadow:0 1px 2px rgba(255,255,255,.9)}.service-card.has-bg-image .service-desc{color:#0f172a;font-weight:600;text-shadow:0 1px 4px rgba(255,255,255,1),0 0 8px rgba(255,255,255,.9)}.service-card:hover,.service-card.scroll-focused{transform:translateY(-5px);border-color:var(--border-crimson);box-shadow:0 14px 32px #b80f2d1a,0 4px 16px #0000000f}.service-card:hover .service-card-bg-layer,.service-card.scroll-focused .service-card-bg-layer{opacity:.48;transform:scale(1.08)}.service-card:hover:before,.service-card.scroll-focused:before{opacity:1}.service-card:hover .service-icon-wrapper,.service-card.scroll-focused .service-icon-wrapper{background:#b80f2d26;border-color:var(--crimson-bright);transform:scale(1.06)}.service-card:hover .service-title,.service-card.scroll-focused .service-title{color:#0a0a0c}.service-card:active{transform:scale(.98)}@media(max-width:768px){.services-section{padding:50px 16px}}.catalog-section{background:var(--bg-secondary);padding:80px 24px;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.catalog-container{max-width:1320px;margin:0 auto}.category-tabs{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:40px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:28px}.product-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:0 2px 10px #0000000a;overflow:hidden;display:flex;flex-direction:column;transition:all .3s ease}.product-card:hover{border-color:#cbd5e1;transform:translateY(-6px);box-shadow:0 12px 28px #00000014}.product-image-container{position:relative;width:100%;aspect-ratio:1 / 1;background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center}.image-swiper-container{width:100%;height:100%;position:relative;overflow:hidden;touch-action:pan-y;-webkit-user-select:none;user-select:none}.swiper-track{display:flex;width:100%;height:100%;transition:transform .35s cubic-bezier(.25,1,.5,1)}.swiper-slide{min-width:100%;width:100%;height:100%;flex-shrink:0;display:flex;align-items:center;justify-content:center}.swiper-arrow{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(0,0,0,.12);color:#0a0a0c;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;opacity:.9;box-shadow:0 2px 8px #0000001f;transition:all .2s ease}.swiper-arrow:hover{background:#b80f2d;border-color:#b80f2d;color:#fff;opacity:1;transform:translateY(-50%) scale(1.1)}.swiper-arrow.left{left:8px}.swiper-arrow.right{right:8px}.swiper-dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:6px;z-index:10;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:4px 8px;border-radius:99px;border:1px solid rgba(255,255,255,.1)}.swiper-dot{width:6px;height:6px;border-radius:50%;background:#fff6;cursor:pointer;transition:all .2s ease}.swiper-dot.active{width:16px;border-radius:99px;background:#fff}.product-info-body{padding:20px;display:flex;flex-direction:column;flex-grow:1}.product-category-name{font-size:12px;color:var(--crimson-bright);font-weight:700;text-transform:uppercase;margin-bottom:6px}.product-title{font-size:18px;font-weight:700;color:#0a0a0c;margin-bottom:8px}.collapsible-details-wrapper{margin:6px 0 12px}.details-toggle-btn{display:inline-flex;align-items:center;gap:6px;background:#f1f5f9;border:1px solid #e2e8f0;color:#334155;font-size:12px;font-weight:600;padding:5px 10px;border-radius:6px;cursor:pointer;transition:all .2s ease;width:fit-content}.details-toggle-btn:hover{background:#e2e8f0;color:#0a0a0c;border-color:#cbd5e1}.toggle-chevron{transition:transform .25s ease}.toggle-chevron.rotated{transform:rotate(180deg)}.product-details-collapse{margin-top:10px;padding:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;animation:fadeIn .2s ease}.important-highlights-grid{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.highlight-pill{display:flex;align-items:flex-start;gap:8px;font-size:11.5px;color:#334155;line-height:1.4}.highlight-pill strong{color:#0a0a0c;font-weight:700}.highlight-pill.highlight-time{color:#0369a1}.highlight-pill.highlight-bulk{color:#6d28d9}.highlight-pill.highlight-print{color:#b45309}.highlight-pill.highlight-quality{color:#047857}.highlight-pill.highlight-custom{color:#1d4ed8}.highlight-pill.highlight-fast{color:#be123c}.product-full-description{margin-top:8px;padding-top:8px;border-top:1px solid #e2e8f0;font-size:11.5px;line-height:1.5;color:#64748b}.product-price-row{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:16px}.price-text{font-size:18px;font-weight:800;color:#0a0a0c}.add-cart-btn{background:var(--crimson-bright);color:#fff;border:none;padding:9px 18px;border-radius:var(--radius-sm);font-size:13.5px;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px}.add-cart-btn:hover{background:#901;box-shadow:0 4px 12px #b80f2d66}@media(max-width:768px){.catalog-section{padding:50px 16px}}.bottom-sheet-backdrop{position:fixed;inset:0;height:100%;height:100dvh;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .2s ease;overscroll-behavior:contain;touch-action:none}.bottom-sheet-modal{width:100%;max-width:600px;max-height:88vh;max-height:88dvh;background:#fff;border:1px solid #e2e8f0;border-top-left-radius:24px;border-top-right-radius:24px;box-shadow:0 -10px 40px #00000026;display:flex;flex-direction:column;animation:slideUpBottom .3s cubic-bezier(.16,1,.3,1);overflow:hidden;overscroll-behavior:contain}@keyframes slideUpBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sheet-swipe-handle-area{width:100%;padding:10px 0 4px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;min-height:24px}.sheet-swipe-handle-area.is-dragging{cursor:grabbing}.sheet-pull-bar{width:48px;height:5px;background:#cbd5e1;border-radius:99px;transition:background .2s ease,box-shadow .2s ease;transform-origin:center}.sheet-swipe-handle-area:hover .sheet-pull-bar{background:#94a3b8}.sheet-pull-bar.active{background:#b80f2d;box-shadow:0 0 10px #b80f2d66}.sheet-pull-bar.ready-to-close{background:#e11d48;box-shadow:0 0 14px #e11d48a6}.sheet-pull-hint{font-size:11px;font-weight:700;color:#64748b;letter-spacing:.02em;animation:fadeInHint .15s ease;-webkit-user-select:none;user-select:none;pointer-events:none;transition:all .2s ease}.sheet-pull-hint.ready{color:#b80f2d;font-weight:800}@keyframes fadeInHint{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.sheet-header{padding:12px 24px 16px;display:flex;align-items:center;border-bottom:1px solid #e2e8f0;touch-action:none;-webkit-user-select:none;user-select:none}.sheet-thumbnail-box{width:58px;height:58px;border-radius:10px;background:#f1f5f9;border:1px solid #e2e8f0;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sheet-thumbnail-img{width:100%;height:100%;object-fit:cover}.sheet-category-badge{display:inline-flex;align-items:center;gap:4px;background:#b80f2d14;border:1px solid rgba(184,15,45,.15);color:#b80f2d;font-size:10.5px;font-weight:700;padding:2px 7px;border-radius:4px;letter-spacing:.05em;margin-bottom:4px}.sheet-product-title{font-size:16px;font-weight:700;color:#0a0a0c;margin-bottom:2px;line-height:1.3}.sheet-unit-price{font-size:15px;font-weight:800;color:#b80f2d}.sheet-body{padding:20px 24px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:20px;flex-grow:1;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.option-section{display:flex;flex-direction:column;gap:10px}.option-section-title{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:700;color:#1e293b}.selected-preview-text{font-size:12px;font-weight:600;color:var(--crimson-bright)}.chips-grid{display:flex;flex-wrap:wrap;gap:8px}.option-chip{display:inline-flex;align-items:center;gap:6px;background:#f1f5f9;border:1px solid #e2e8f0;color:#334155;padding:8px 14px;border-radius:8px;font-size:12.5px;font-weight:600;cursor:pointer;transition:all .2s ease}.option-chip:hover{background:#e2e8f0;border-color:#cbd5e1;color:#0a0a0c}.option-chip.active{background:#b80f2d14;border-color:#b80f2d;color:#b80f2d;font-weight:700;box-shadow:0 0 0 1px #b80f2d}.color-dot-indicator{width:10px;height:10px;border-radius:50%;border:1px solid rgba(0,0,0,.2);display:inline-block}.quantity-row-box{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.quantity-label-block{display:flex;flex-direction:column;gap:1px}.qty-counter{display:inline-flex;align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:2px;box-shadow:0 2px 6px #0000000a}.qty-btn{width:28px;height:28px;border-radius:6px;background:#fff;border:1px solid #e2e8f0;color:#0a0a0c;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.qty-btn:hover:not(:disabled){background:#b80f2d;border-color:#b80f2d;color:#fff}.qty-btn:active:not(:disabled){transform:scale(.95)}.qty-btn:disabled{opacity:.3;cursor:not-allowed}.qty-input-field{width:34px;background:transparent;border:none;color:#0a0a0c;font-size:13.5px;font-weight:700;text-align:center;font-family:inherit;outline:none;-moz-appearance:textfield;appearance:textfield}.qty-input-field::-webkit-outer-spin-button,.qty-input-field::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sheet-footer{padding:16px 24px;padding-bottom:max(16px,calc(16px + env(safe-area-inset-bottom,0px)));background:#fff;border-top:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-shrink:0}.sheet-total-box{display:flex;flex-direction:column}.sheet-total-amount{font-size:20px;font-weight:800;color:#0a0a0c}.sheet-confirm-btn{flex-grow:1;background:linear-gradient(135deg,#b80f2d,#800016);color:#fff;border:none;padding:14px 20px;border-radius:10px;font-size:14.5px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 4px 16px #b80f2d59;transition:all .2s ease}.sheet-confirm-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b80f2d80;filter:brightness(1.08)}@media(max-width:640px){.bottom-sheet-modal{max-height:92dvh;border-top-left-radius:20px;border-top-right-radius:20px}.sheet-header{padding:10px 16px 14px}.sheet-body{padding:14px 16px 20px;gap:16px}.sheet-footer{padding:12px 16px;padding-bottom:max(14px,calc(14px + env(safe-area-inset-bottom,0px)))}.sheet-confirm-btn{padding:12px 16px;font-size:14px}}.cart-drawer-backdrop{position:fixed;inset:0;height:100%;height:100dvh;background:#0009;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:100;display:flex;justify-content:flex-end;overscroll-behavior:contain;touch-action:none}.cart-drawer{width:100%;max-width:440px;height:100%;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;background:#fff;border-left:1px solid #e2e8f0;display:flex;flex-direction:column;animation:slideInRight .3s ease;overflow:hidden;box-shadow:-10px 0 35px #0000001f}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-drawer-header{padding:16px 20px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0}.cart-drawer-header .icon-btn{color:#0a0a0c}.cart-drawer-header .icon-btn:hover{background:#f1f5f9}.cart-drawer-body{padding:18px 20px 36px;flex:1 1 auto;min-height:0;overflow-y:auto!important;overflow-x:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-y;overscroll-behavior-y:contain}.cart-drawer-body::-webkit-scrollbar{width:5px}.cart-drawer-body::-webkit-scrollbar-track{background:transparent}.cart-drawer-body::-webkit-scrollbar-thumb{background:#00000026;border-radius:99px}.cart-drawer-body::-webkit-scrollbar-thumb:hover{background:#0000004d}.cart-select-bar{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-size:13px;color:#334155;-webkit-user-select:none;user-select:none;flex-shrink:0}.cart-checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:600}.custom-checkbox{width:18px;height:18px;border-radius:5px;border:1.5px solid #cbd5e1;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;flex-shrink:0}.custom-checkbox:hover{border-color:#b80f2d}.custom-checkbox.checked{background:#b80f2d;border-color:#b80f2d;box-shadow:0 0 8px #b80f2d59}.cart-item-checkbox-wrapper{display:flex;align-items:center;padding-right:2px;cursor:pointer}.cart-item-card{display:flex;flex-direction:column;gap:10px;padding:13px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000a;transition:all .2s cubic-bezier(.16,1,.3,1)}.cart-item-card.selected{border-color:#b80f2d66;background:#fff;box-shadow:0 4px 14px #b80f2d14}.cart-item-card.unselected{opacity:.6;border-color:#f1f5f9;background:#f8fafc}.cart-item-card:hover{border-color:#cbd5e1}.cart-card-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;width:100%}.cart-card-header-left{display:flex;align-items:flex-start;gap:9px;cursor:pointer;flex:1 1 auto;min-width:0}.cart-card-title{font-size:13.5px;font-weight:700;color:#0a0a0c;margin:0;line-height:1.35;word-break:break-word}.cart-card-trash-btn{background:none;border:none;color:#94a3b8;cursor:pointer;padding:2px;transition:color .15s ease;flex-shrink:0;margin-left:6px}.cart-card-trash-btn:hover{color:#b80f2d}.cart-card-main-row{display:flex;align-items:flex-start;gap:12px;width:100%}.cart-card-thumbnail-box{width:78px;height:78px;border-radius:10px;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;background:#f1f5f9;overflow:hidden;flex-shrink:0}.cart-card-thumbnail-img{width:100%;height:100%;object-fit:cover}.cart-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:4px 6px;font-size:12px;color:#64748b;margin:0 0 4px;line-height:1.35;word-break:break-word}.cart-meta-dot{color:#00000040;font-size:10px}.cart-card-unit-price{font-size:11.5px;color:#64748b;margin-bottom:2px;font-weight:500}.cart-card-stepper{display:inline-flex;align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.cart-stepper-btn{background:none;border:none;color:#334155;padding:4px 8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.cart-stepper-btn:hover{background:#0000000f;color:#0a0a0c}.cart-stepper-value{padding:0 8px;font-size:13px;font-weight:700;color:#0a0a0c;min-width:22px;text-align:center}.cart-card-total{font-size:14.5px;font-weight:800;transition:color .2s ease}.cart-card-total.active{color:#0a0a0c}.cart-card-total.inactive{color:#94a3b8}.cart-shipping-banner{padding:14px 24px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.cart-progress-track{width:100%;height:6px;background:#e2e8f0;border-radius:99px;overflow:hidden}.cart-progress-fill{height:100%;transition:width .4s cubic-bezier(.16,1,.3,1);border-radius:99px}.cart-header-count-badge{background:#b80f2d14;color:#b80f2d;border:1px solid rgba(184,15,45,.2);padding:2px 8px;border-radius:99px;font-size:11px;font-weight:700;white-space:nowrap}.cart-drawer-footer{padding:16px 20px;padding-bottom:max(16px,calc(16px + env(safe-area-inset-bottom,0px)));border-top:1px solid #e2e8f0;background:#fff;margin-top:auto;flex-shrink:0}.cart-checkout-action-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:15px 20px;border-radius:12px;font-size:14.5px;font-weight:800;border:none;cursor:pointer;transition:all .2s ease;letter-spacing:.02em}.cart-checkout-action-btn.ready{background:linear-gradient(135deg,#b80f2d,#800016);color:#fff;box-shadow:0 4px 20px #b80f2d59}.cart-checkout-action-btn.ready:hover{transform:translateY(-2px);box-shadow:0 6px 24px #b80f2d80;filter:brightness(1.08)}.cart-checkout-action-btn.disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed;border:1px solid #cbd5e1}@media(max-width:768px){.cart-drawer{max-width:100%;height:100dvh;max-height:100dvh}.cart-drawer-header{padding:14px 16px;gap:8px}.cart-drawer-body{padding:14px 16px 20px}.cart-drawer-footer{padding:14px 16px;padding-bottom:max(14px,calc(14px + env(safe-area-inset-bottom,0px)))}.cart-checkout-action-btn{padding:13px 18px;font-size:14px}}.search-modal-container{width:100%;max-width:640px;margin:0 auto;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 20px 50px #00000026;overflow:hidden;animation:fadeIn .2s ease}.search-modal-bar{display:flex;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;gap:12px}.search-modal-input{width:100%;background:none;border:none;outline:none;color:#0a0a0c;font-size:16px;font-family:inherit}.search-modal-input::placeholder{color:#94a3b8}.popular-searches-box{padding:20px}.popular-searches-title{font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;margin-bottom:12px}.popular-tag-btn{background:#f1f5f9;border:1px solid #e2e8f0;color:#334155;padding:8px 14px;border-radius:99px;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease}.popular-tag-btn:hover{background:#e2e8f0;border-color:#cbd5e1;color:#0a0a0c}.custom-dropdown-container{position:relative;width:100%;min-width:0;max-width:100%;box-sizing:border-box}.custom-dropdown-trigger{width:100%;background:#fff;border:1px solid #cbd5e1;color:#0a0a0c;padding:10px 14px;border-radius:10px;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;font-family:inherit;box-shadow:0 2px 6px #0000000a;transition:all .2s ease;-webkit-user-select:none;user-select:none;box-sizing:border-box}.custom-dropdown-trigger:hover,.custom-dropdown-trigger.active{border-color:#b80f2d;background:#fff;box-shadow:0 0 0 2px #b80f2d26}.dropdown-chevron{color:#64748b;transition:transform .2s cubic-bezier(.16,1,.3,1);flex-shrink:0}.dropdown-chevron.rotated{transform:rotate(180deg);color:#b80f2d}.custom-dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;width:100%;max-width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:6px;box-shadow:0 14px 40px #0000001f,0 0 0 1px #0000000a;z-index:100;animation:dropdownFadeIn .18s cubic-bezier(.16,1,.3,1);box-sizing:border-box}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.custom-dropdown-item{width:100%;display:flex;align-items:center;justify-content:space-between;padding:9px 12px;background:none;border:none;border-radius:8px;color:#334155;font-size:13px;font-weight:500;cursor:pointer;font-family:inherit;text-align:left;transition:all .15s ease;box-sizing:border-box}.custom-dropdown-item:hover{background:#f1f5f9;color:#0a0a0c}.custom-dropdown-item.selected{background:#b80f2d14;color:#b80f2d;font-weight:700}.dropdown-check-icon{color:#b80f2d;flex-shrink:0}.site-footer{background:#050507;border-top:1px solid var(--border-light);padding:60px 24px 30px;color:var(--text-muted)}.footer-container{max-width:1320px;margin:0 auto 40px;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:40px}.footer-brand-desc{font-size:14px;line-height:1.6;margin-top:12px}.footer-heading{color:#fff;font-size:16px;font-weight:700;margin-bottom:16px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-link{color:var(--text-muted);text-decoration:none;font-size:14px;transition:color .2s ease}.footer-link:hover{color:#fff}.footer-bottom{max-width:1320px;margin:0 auto;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;font-size:13px}.product-page-wrapper{padding-top:20px;min-height:80vh}.product-page-header{padding:12px 20px 16px;text-align:center;max-width:1200px;margin:0 auto}.product-search-sort-bar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;margin-top:28px;padding:16px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 16px #0000000a}.product-search-input-box{display:flex;align-items:center;gap:10px;flex:1 1 280px;background:#f1f5f9;padding:10px 16px;border-radius:10px;border:1px solid #e2e8f0}.product-search-input{background:none;border:none;outline:none;color:#0a0a0c;font-size:14px;width:100%;font-family:inherit}.product-search-input::placeholder{color:#94a3b8}.product-empty-state-box{text-align:center;padding:60px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 16px #0000000a;max-width:500px;margin:0 auto}.quote-page-wrapper{min-height:80vh;max-width:1200px;margin:0 auto;padding:24px 20px 60px;width:100%;box-sizing:border-box;overflow-x:hidden}.quote-grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start;width:100%;box-sizing:border-box}.quote-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:28px;box-shadow:0 4px 20px #0000000a;width:100%;min-width:0;box-sizing:border-box;overflow:hidden}.quote-card-header{margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;gap:10px}.quote-card-title{font-size:18px;font-weight:800;color:#0a0a0c;margin:0;letter-spacing:-.01em}.quote-label{display:block;font-size:13px;font-weight:700;color:#1e293b;margin-bottom:8px}.quote-qty-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px;flex-wrap:wrap}.quote-tier-badge{display:inline-flex;align-items:center;gap:5px;background:#f59e0b1f;color:#b45309;border:1px solid rgba(245,158,11,.3);padding:3px 10px;border-radius:99px;font-size:12px;font-weight:700;max-width:100%}.quote-range-slider{width:100%;height:6px;background:#e2e8f0;border-radius:99px;outline:none;cursor:pointer;accent-color:#b80f2d;margin-bottom:14px;box-sizing:border-box}.quote-preset-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;width:100%}.quote-preset-btn{background:#f1f5f9;color:#334155;border:1px solid #e2e8f0;padding:8px 2px;border-radius:8px;font-size:11.5px;font-weight:700;cursor:pointer;text-align:center;transition:all .15s ease;font-family:inherit;white-space:nowrap}.quote-preset-btn:hover{background:#e2e8f0;border-color:#cbd5e1;color:#0a0a0c}.quote-preset-btn.active{background:#b80f2d;border-color:#b80f2d;color:#fff;box-shadow:0 2px 10px #b80f2d59}.quote-placement-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%}.quote-placement-btn{background:#f1f5f9;border:1px solid #e2e8f0;color:#334155;padding:10px 8px;border-radius:10px;font-size:12.5px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;text-align:center;line-height:1.3}.quote-placement-btn:hover{background:#e2e8f0;border-color:#cbd5e1;color:#0a0a0c}.quote-placement-btn.active{background:#b80f2d14;border-color:#b80f2d;color:#b80f2d;font-weight:700;box-shadow:0 0 0 1px #b80f2d}.quote-summary-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:18px 20px;margin-bottom:12px;width:100%;box-sizing:border-box}.quote-summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:13px;color:#475569;gap:8px}.quote-savings-badge{color:#047857;font-weight:700;background:#10b9811f;padding:2px 8px;border-radius:6px;font-size:12px;text-align:right}.quote-total-row{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e2e8f0;padding-top:12px;margin-top:12px;font-size:17px;font-weight:900;color:#0a0a0c}.quote-total-price{color:#b80f2d;font-size:21px;font-weight:900}.quote-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%}.quote-input-wrapper{position:relative;width:100%;display:flex;align-items:center}.quote-input-icon{position:absolute;left:12px;color:#94a3b8;pointer-events:none;transition:color .2s ease}.quote-form-input{width:100%;background:#f8fafc;border:1px solid #cbd5e1;color:#0a0a0c;padding:11px 14px;border-radius:8px;outline:none;font-size:13.5px;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;box-sizing:border-box}.quote-form-input.quote-input-with-icon{padding-left:36px}.quote-form-input::placeholder{color:#94a3b8}.quote-form-input:focus{background:#fff;border-color:#b80f2d;box-shadow:0 0 0 3px #b80f2d1f}.quote-form-input:focus+.quote-input-icon,.quote-input-wrapper:focus-within .quote-input-icon{color:#b80f2d}.quote-form-input.invalid{border-color:#ef4444;background:#fef2f2}.quote-form-input.invalid:focus{box-shadow:0 0 0 3px #ef444426}.quote-form-input.valid{border-color:#10b981}.quote-field-error{display:block;font-size:11.5px;color:#ef4444;font-weight:600;margin-top:4px;margin-left:2px}.quote-error-banner{display:flex;align-items:center;gap:10px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:12px 14px}.quote-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 14px;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:center;width:100%;box-sizing:border-box}.quote-dropzone:hover,.quote-dropzone.dragging{border-color:#b80f2d;background:#b80f2d0a}.quote-dropzone.has-file{border-style:solid;border-color:#10b981;background:#10b9810a;padding:14px 16px}.quote-uploaded-file-info{display:flex;align-items:center;gap:12px;width:100%}.quote-file-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;background:#10b98126;flex-shrink:0}.quote-filename{font-size:13.5px;font-weight:700;color:#0a0a0c;word-break:break-all}.quote-filesize{font-size:11.5px;color:#059669;font-weight:600;margin-top:2px}.quote-remove-file-btn{background:#fee2e2;border:1px solid #fca5a5;color:#dc2626;border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;flex-shrink:0}.quote-remove-file-btn:hover{background:#fecaca;color:#b91c1c}.quote-success-view{text-align:center;padding:8px 4px}.quote-success-icon-badge{display:inline-flex;align-items:center;justify-content:center;width:68px;height:68px;border-radius:50%;background:#10b9811f;margin-bottom:14px}.quote-success-title{font-size:22px;color:#0a0a0c;font-weight:900;margin:0 0 6px;letter-spacing:-.01em}.quote-success-subtitle{color:#475569;font-size:13.5px;line-height:1.5;max-width:440px;margin:0 auto 16px}.quote-ref-box{background:#0a0a0c;border:1px solid #1e293b;border-radius:12px;padding:14px 18px;margin-bottom:16px;box-shadow:0 4px 14px #00000014}.quote-ref-label{font-size:10px;font-weight:800;color:#94a3b8;letter-spacing:.08em;margin-bottom:6px}.quote-ref-value-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.quote-ref-code{font-family:JetBrains Mono,monospace,Consolas,sans-serif;font-size:17px;font-weight:800;color:#fff;letter-spacing:.04em}.quote-copy-btn{background:#ffffff1f;border:1px solid rgba(255,255,255,.2);color:#f8fafc;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:700;display:flex;align-items:center;gap:5px;cursor:pointer;transition:all .15s ease;font-family:inherit}.quote-copy-btn:hover{background:#fff3;color:#fff}.quote-timeline-box{display:flex;flex-direction:column;gap:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:14px 16px;text-align:left;margin-top:14px}.quote-timeline-step{display:flex;align-items:flex-start;gap:10px;font-size:12.5px}.quote-timeline-dot{width:22px;height:22px;border-radius:50%;background:#e2e8f0;color:#64748b;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.quote-timeline-dot.done{background:#10b981;color:#fff}.quote-timeline-dot.active{background:#b80f2d;color:#fff}.quote-timeline-text{display:flex;flex-direction:column;gap:2px}.quote-timeline-text strong{color:#0a0a0c;font-size:12.5px}.quote-timeline-text span{color:#64748b;font-size:11.5px}.spin-animation{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:900px){.quote-grid-layout{grid-template-columns:1fr;gap:20px}}@media(max-width:600px){.quote-page-wrapper{padding-left:14px;padding-right:14px}.quote-card{padding:18px 14px}.quote-preset-grid{grid-template-columns:repeat(3,1fr)}.quote-form-row{grid-template-columns:1fr;gap:10px}}.about-page-wrapper{padding-top:20px;min-height:80vh}.about-quality-pillar-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;box-shadow:0 4px 16px #0000000a;transition:all .25s ease}.about-quality-pillar-card:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 10px 25px #00000014}.about-machinery-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px;box-shadow:0 4px 16px #0000000a;transition:all .3s ease}.about-machinery-card:hover{border-color:#b80f2d59;transform:translateY(-4px);box-shadow:0 10px 30px #00000014}
