:root{--green-950:#001e31;--green-900:#00243b;--green-800:#1a3a52;--green-700:#456559;--green-600:#5e7a6f;--green-500:#7a9b8e;--green-400:#91b0a4;--green-300:#accec0;--green-200:#c7eadb;--green-100:#eaf5f0;--green-50:#f6faf8;--beige-100:#f6f3f2;--beige-200:#e8e8e6;--beige-300:#dcd9d9;--beige-400:#c2c7cd;--cream:#fcf9f8;--warm-white:#fff;--text-dark:#1b1c1c;--text-mid:#2d2d2d;--text-muted:#42474d;--text-light:#73777d;--white:#fff;--font-sans:"Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-serif:"Playfair Display", "Cormorant Garamond", "Lora", Georgia, serif;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-2xl:32px;--shadow-xs:0 1px 2px #0d22180a;--shadow-sm:0 1px 4px #0d22180f, 0 0 1px #0d22180a;--shadow-md:0 4px 12px #0d221814, 0 0 1px #0d22180f;--shadow-lg:0 12px 32px #0d22181a, 0 0 1px #0d221814;--shadow-xl:0 24px 64px #0d221824, 0 0 1px #0d22181a;--transition:all .22s cubic-bezier(.4, 0, .2, 1);--container-max:1280px;--gutter:24px;--margin-mobile:16px;--margin-desktop:40px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);color:var(--text-dark);background:var(--cream);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-size:16px}body{flex-direction:column;min-height:100vh;line-height:1.5;display:flex}a{color:inherit}button,input,select,textarea{font-family:var(--font-sans)}img{max-width:100%;height:auto;display:block}:focus-visible{outline-offset:2px;outline:3px solid #4b947059}.skip-link{z-index:2000;background:var(--green-900);color:#fff;border-radius:999px;padding:10px 14px;text-decoration:none;transition:top .2s;position:absolute;top:-48px;left:16px}.skip-link:focus{top:16px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.font-serif{font-family:var(--font-serif)}.text-gradient{background:linear-gradient(135deg, var(--green-800) 0%, var(--green-500) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 28px}.container-wide{width:100%;max-width:1400px;margin:0 auto;padding:0 28px}.promo-bar{background:var(--green-900);color:#ffffffd9;text-align:center;letter-spacing:.025em;justify-content:center;align-items:center;gap:8px;padding:9px 24px;font-size:12.5px;font-weight:500;display:flex}.btn-primary{background:var(--green-800);color:var(--white);letter-spacing:.01em;cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:7px;padding:13px 28px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.btn-primary:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff1a 0%,#0000 60%);transition:opacity .2s;position:absolute;inset:0}.btn-primary:hover{background:var(--green-700);transform:translateY(-1px);box-shadow:0 6px 20px #0d221847}.btn-primary:disabled,.btn-outline:disabled{opacity:.65;cursor:not-allowed;box-shadow:none;transform:none}.btn-primary:hover:before{opacity:1}.btn-primary:active{box-shadow:none;transform:translateY(0)}.btn-outline{color:var(--green-800);border:1.5px solid var(--green-800);cursor:pointer;transition:var(--transition);white-space:nowrap;background:0 0;border-radius:9999px;justify-content:center;align-items:center;gap:7px;padding:12px 28px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.btn-outline:hover{background:var(--green-800);color:var(--white);transform:translateY(-1px);box-shadow:0 6px 20px #0d221838}.btn-ghost{color:var(--text-muted);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:7px;padding:9px 18px;font-size:13.5px;font-weight:500;text-decoration:none;display:inline-flex}.btn-ghost:hover{background:var(--beige-200);color:var(--text-dark)}.btn-sm{padding:9px 18px;font-size:13px}.btn-lg{padding:16px 40px;font-size:16px}.btn-icon{cursor:pointer;width:38px;height:38px;transition:var(--transition);color:var(--text-muted);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.btn-icon:hover{background:var(--beige-200);color:var(--text-dark)}.badge{letter-spacing:.04em;text-transform:uppercase;border-radius:9999px;align-items:center;gap:5px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.badge-green{background:var(--green-100);color:var(--green-700)}.badge-amber{color:#92400e;background:#fef3c7}.badge-red{color:#991b1b;background:#fee2e2}.badge-blue{color:#1e40af;background:#dbeafe}.badge-purple{color:#5b21b6;background:#ede9fe}.input{border-radius:var(--radius-md);border:1.5px solid var(--beige-300);background:var(--white);width:100%;color:var(--text-dark);font-size:14px;font-family:var(--font-sans);appearance:none;outline:none;padding:12px 16px;transition:border-color .2s,box-shadow .2s}.input:focus{border-color:var(--green-500);box-shadow:0 0 0 3px #4b947026}.input::placeholder{color:var(--text-light)}.input:hover:not(:focus){border-color:var(--beige-400)}.label{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;margin-bottom:5px;font-size:11.5px;font-weight:600;display:block}.select{border-radius:var(--radius-md);border:1.5px solid var(--beige-300);background:var(--white);width:100%;color:var(--text-dark);font-size:14px;font-family:var(--font-sans);cursor:pointer;appearance:none;outline:none;padding:12px 40px 12px 16px;transition:border-color .2s,box-shadow .2s}.select:focus{border-color:var(--green-500);box-shadow:0 0 0 3px #4b947026}.card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--beige-200);box-shadow:var(--shadow-sm);padding:24px}.card-elevated{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--beige-200);box-shadow:var(--shadow-md);padding:28px}.product-card{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--beige-200);height:100%;transition:var(--transition);cursor:pointer;flex-direction:column;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);border-color:var(--green-200);transform:translateY(-5px)}.product-image-wrap{aspect-ratio:1.15;background:var(--beige-100);position:relative;overflow:hidden}.product-image-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-image-wrap img{transform:scale(1.06)}.price-tag{color:var(--green-800);letter-spacing:-.02em;font-size:19px;font-weight:700}.product-grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:24px;display:grid}.product-card-body{padding:18px 18px 12px}.product-card-title{color:var(--text-dark);margin-bottom:6px;font-size:14.5px;font-weight:700;line-height:1.35}.product-card-desc{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:12px;font-size:12.5px;line-height:1.55;display:-webkit-box;overflow:hidden}.product-card-footer{border-top:1px solid var(--beige-100);justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding:12px 18px 18px;display:flex}.spinner{border:2.5px solid var(--beige-200);border-top-color:var(--green-600);border-radius:50%;width:32px;height:32px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.cart-overlay{-webkit-backdrop-filter:blur(3px);z-index:999;background:#05140973;animation:.2s fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-drawer{background:var(--white);z-index:1000;flex-direction:column;width:min(420px,100vw);height:100vh;animation:.3s cubic-bezier(.16,1,.3,1) slideInRight;display:flex;position:fixed;top:0;right:0;box-shadow:-12px 0 48px #0514092e}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.qty-btn{border:1.5px solid var(--beige-300);background:var(--white);width:28px;height:28px;color:var(--text-muted);cursor:pointer;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex}.qty-btn:hover{background:var(--green-800);border-color:var(--green-800);color:#fff}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1001;background:#05140980;justify-content:center;align-items:center;padding:24px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal-box{background:var(--white);border-radius:var(--radius-2xl);width:100%;max-width:580px;max-height:88vh;box-shadow:var(--shadow-xl);padding:36px;animation:.25s cubic-bezier(.16,1,.3,1) scaleIn;overflow-y:auto}@keyframes scaleIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.site-promo-bar{background:var(--green-900);color:#ffffffd1;letter-spacing:.05em;text-transform:uppercase;justify-content:center;align-items:center;gap:12px;min-height:34px;padding:8px 24px;font-size:12px;font-weight:600;line-height:16px;display:flex}.site-promo-item{align-items:center;gap:7px;display:inline-flex}.site-promo-item svg{color:var(--green-300)}.site-promo-divider{background:#ffffff2e;width:1px;height:14px}.site-header{z-index:900;-webkit-backdrop-filter:blur(14px);background:#fcf9f8eb;border-bottom:1px solid #c2c7cd7a;position:sticky;top:0;box-shadow:0 4px 20px #1a3a520d}.site-nav-shell{align-items:center;min-height:104px;display:flex;position:relative}.site-nav-links,.site-actions,.site-user-actions{align-items:center;display:flex}.site-nav-links{gap:28px;min-width:0;max-width:calc(50% - 140px)}.site-actions{justify-content:flex-end;align-items:center;gap:8px;min-width:0;max-width:calc(50% - 130px);margin-left:auto;display:flex}.site-user-actions{gap:8px}.site-nav-link,.site-sign-in{min-height:38px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:4px;align-items:center;gap:5px;padding:0;font-size:13.5px;font-weight:600;line-height:1;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.site-nav-link:hover,.site-nav-link.active,.site-sign-in:hover{color:var(--green-900);background:0 0}.site-nav-dropdown{position:relative}.site-nav-trigger{font-family:var(--font-sans)}.site-nav-panel{opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(14px);background:#fffffff0;border:1px solid #c2c7cd80;border-radius:8px;min-width:224px;padding:8px;transition:opacity .18s,transform .18s;position:absolute;top:calc(100% + 12px);left:0;transform:translateY(-4px);box-shadow:0 18px 42px #1a3a521a}.site-nav-dropdown:hover .site-nav-panel,.site-nav-dropdown:focus-within .site-nav-panel{opacity:1;pointer-events:auto;transform:translateY(0)}.site-nav-panel a{color:var(--text-muted);border-radius:4px;padding:11px 12px;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s,color .2s;display:flex}.site-nav-panel a:hover{background:var(--green-50);color:var(--green-900)}.site-brand{color:var(--green-900);z-index:2;pointer-events:auto;justify-content:center;align-items:center;text-decoration:none;display:inline-flex;position:absolute;top:50%;left:calc(50% - 5px);transform:translate(-50%,-50%)}.site-brand-logo{width:min(243px,22vw);max-width:243px;height:auto;max-height:75px;margin:0 auto;display:block}.auth-brand-logo{width:230px;height:auto;display:block}.site-brand-mark{background:var(--green-900);width:34px;height:34px;color:var(--white);letter-spacing:0;border-radius:8px;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:inline-flex}.site-brand-text{font-family:var(--font-serif);letter-spacing:-.01em;font-size:24px;font-weight:700}.site-search,.site-mobile-search{background:var(--white);color:var(--text-light);border:1px solid #c2c7cd8c;border-radius:4px;align-items:center;gap:8px;transition:border-color .2s,box-shadow .2s;display:flex}.site-search{width:min(21vw,232px);min-width:176px;height:38px;padding:0 11px}.site-search:focus-within,.site-mobile-search:focus-within{border-color:var(--green-800);box-shadow:0 0 0 3px #1a3a521a}.site-search input,.site-mobile-search input{width:100%;min-width:0;color:var(--text-dark);background:0 0;border:0;outline:0;font-size:13px;font-weight:500}.site-search input::placeholder,.site-mobile-search input::placeholder{color:var(--text-light)}.site-admin-link{background:var(--green-700);min-height:38px;color:var(--white);border-radius:4px;align-items:center;gap:7px;padding:0 12px;font-size:12px;font-weight:700;line-height:1;text-decoration:none;transition:background .2s;display:inline-flex}.site-admin-link:hover{background:var(--green-600)}.site-icon-button{width:40px;height:40px;color:var(--green-900);cursor:pointer;background:0 0;border:0;border-radius:9999px;justify-content:center;align-items:center;text-decoration:none;transition:background .2s,border-color .2s,color .2s;display:inline-flex;position:relative}.site-icon-button:hover{background:var(--surface-container,var(--beige-100));color:var(--green-900)}.site-icon-button-subtle{color:var(--text-light)}.site-cart-button{color:var(--green-900);background:0 0;border-color:#0000}.site-cart-button:hover{background:var(--beige-100);color:var(--green-900);border-color:#0000}.site-cart-count{border:2px solid var(--cream);min-width:18px;height:18px;color:var(--green-950);font-variant-numeric:tabular-nums lining-nums;background:#d4af37;border-radius:9999px;justify-content:center;align-items:center;padding:0 5px;font-size:10px;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:-6px;right:-6px}.site-menu-button,.site-mobile-panel{display:none}.nav-link{color:var(--text-muted);padding:5px 0;font-size:13.5px;font-weight:500;text-decoration:none;transition:color .18s;position:relative}.nav-link:after{content:"";background:var(--green-600);width:0;height:1.5px;transition:width .22s;position:absolute;bottom:0;left:0}.nav-link:hover{color:var(--green-700)}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link.active{color:var(--green-800);font-weight:600}.stitch-home{background:var(--cream);color:var(--text-dark)}.stitch-hero{width:100%;min-height:min(800px,100vh - 104px);padding:80px var(--margin-desktop,40px);justify-content:flex-end;align-items:center;display:flex;position:relative;overflow:hidden}.stitch-hero>img{z-index:0;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0;transform:scale(1.02)}.stitch-hero-shade{z-index:1;background:linear-gradient(90deg,#0006 0%,#0000000f 48%,#fcf9f8eb 100%);position:absolute;inset:0}.stitch-hero-content{z-index:2;text-align:right;width:min(100%,560px);margin-right:48px;position:relative}.stitch-hero-content h1,.stitch-section-heading h2,.stitch-category-copy h3{font-family:var(--font-serif);color:var(--green-900)}.stitch-hero-content h1{letter-spacing:-.02em;margin:0 0 16px;font-size:clamp(42px,5vw,72px);font-weight:700;line-height:1.08}.stitch-hero-content p{max-width:440px;color:var(--text-muted);margin:0 0 32px auto;font-size:18px;font-weight:500;line-height:1.55}.stitch-hero-actions{flex-direction:column;align-items:flex-end;gap:14px;display:inline-flex}.stitch-hero-note{letter-spacing:.08em;text-transform:uppercase;max-width:none!important;color:var(--green-900)!important;margin:0!important;font-size:13px!important;font-weight:800!important;line-height:1.3!important}.stitch-primary-button{background:var(--green-900);min-height:48px;color:var(--white);letter-spacing:.14em;text-transform:uppercase;border:0;border-radius:2px;justify-content:center;align-items:center;padding:0 48px;font-size:12px;font-weight:700;line-height:1;text-decoration:none;transition:background .25s,box-shadow .25s;display:inline-flex}.stitch-primary-button:hover{background:var(--green-800);box-shadow:0 10px 28px #00243b2e}.stitch-trust-bar{background:var(--beige-100);border-top:1px solid #c2c7cd47;border-bottom:1px solid #c2c7cd47;padding:40px 24px;overflow:hidden}.stitch-trust-track,.stitch-trust-group{align-items:center;display:flex}.stitch-trust-track{will-change:transform;justify-content:flex-start;width:max-content;animation:20s linear infinite stitchTrustMarquee}.stitch-trust-group{flex-shrink:0;gap:48px}.stitch-trust-group+.stitch-trust-group{display:flex}.stitch-trust-item{color:var(--green-900);flex:none;align-items:center;gap:12px;display:inline-flex}.stitch-trust-item span{letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:700;line-height:1.2}.stitch-section{background:var(--cream);padding:80px 0}.stitch-category-section{padding-top:72px}.stitch-section-heading{text-align:center;flex-direction:column;align-items:center;margin-bottom:64px;display:flex}.stitch-section-heading h2{letter-spacing:-.01em;margin:0 0 16px;font-size:clamp(32px,4vw,48px);font-weight:600;line-height:1.15}.stitch-section-heading span{background:var(--green-900);width:64px;height:4px;margin-bottom:24px}.stitch-section-heading p{max-width:640px;color:var(--text-muted);margin:0;font-size:16px;line-height:1.55}.stitch-products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;display:grid}.stitch-products-empty{color:var(--text-muted);margin:0;font-size:15px;font-weight:500}.stitch-product-card{background:var(--white);border:1px solid var(--beige-200);border-radius:var(--radius-xl);min-width:0;box-shadow:var(--shadow-sm);flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.stitch-product-card:hover{box-shadow:var(--shadow-md);border-color:var(--beige-300);transform:translateY(-4px)}.stitch-product-image{background:var(--white);height:280px;padding:24px;display:block;overflow:hidden}.stitch-product-image img{object-fit:contain;width:100%;height:100%;transition:transform .5s}.stitch-product-card:hover .stitch-product-image img{transform:scale(1.04)}.stitch-product-body{text-align:center;flex-direction:column;flex:1;align-items:center;padding:20px 24px 24px;display:flex}.stitch-product-body h3{font-family:var(--font-sans);color:var(--green-900);-webkit-line-clamp:2;-webkit-box-orient:vertical;height:44px;margin:0 0 10px;font-size:15px;font-weight:600;line-height:1.45;display:-webkit-box;overflow:hidden}.stitch-product-body p{color:var(--green-800);margin:0 0 20px;font-size:17px;font-weight:700;line-height:1.2}.stitch-product-body button{border:1.5px solid var(--beige-300);border-radius:var(--radius-lg);background:var(--white);width:100%;min-height:40px;color:var(--text-dark);cursor:pointer;letter-spacing:.02em;text-transform:uppercase;justify-content:center;align-items:center;gap:8px;margin-top:auto;font-size:12.5px;font-weight:600;line-height:1;transition:all .25s;display:inline-flex}.stitch-product-body button:hover{background:var(--green-900);border-color:var(--green-900);color:var(--white)}.stitch-category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;display:grid}.stitch-category-card{min-height:650px;color:var(--white);border-radius:2px;text-decoration:none;display:block;position:relative;overflow:hidden}.stitch-category-card img,.stitch-category-overlay,.stitch-category-copy{position:absolute;inset:0}.stitch-category-card img{object-fit:cover;width:100%;height:100%;transition:transform 1s}.stitch-category-card:hover img{transform:scale(1.05)}.stitch-category-overlay{opacity:.82;background:linear-gradient(#00000005 0%,#0003 48%,#00243be6 100%);transition:opacity .35s}.stitch-category-card:hover .stitch-category-overlay{opacity:.92}.stitch-category-copy{text-align:center;flex-direction:column;justify-content:flex-end;align-items:center;padding:40px;display:flex}.stitch-category-copy h3{color:var(--white);margin:0 0 24px;font-size:32px;font-weight:600;line-height:1.15}.stitch-category-copy span{min-height:44px;color:var(--white);letter-spacing:.12em;text-transform:uppercase;border:1px solid #ffffff80;justify-content:center;align-items:center;padding:0 32px;font-size:12px;font-weight:700;line-height:1;transition:background .25s,color .25s;display:inline-flex}.stitch-category-card:hover .stitch-category-copy span{background:var(--white);color:var(--green-900)}.stitch-feature-icons{background:var(--beige-100);border-top:1px solid #c2c7cd47;padding:72px 0 88px}.stitch-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.stitch-feature-card{background:var(--white);border:1px solid #c2c7cd57;border-radius:8px;min-height:220px;padding:28px;transition:transform .24s,box-shadow .24s,border-color .24s;box-shadow:0 8px 24px #00243b0a}.stitch-feature-card:hover{border-color:var(--green-200);transform:translateY(-3px);box-shadow:0 14px 34px #00243b14}.stitch-feature-icon{background:var(--green-50);width:46px;height:46px;color:var(--green-900);border:1px solid var(--green-200);border-radius:9999px;justify-content:center;align-items:center;margin-bottom:22px;display:inline-flex}.stitch-feature-card h3{color:var(--green-900);margin:0 0 10px;font-size:17px;font-weight:750;line-height:1.25}.stitch-feature-card p{color:var(--text-muted);margin:0;font-size:13.5px;line-height:1.6}.checkout-agreement{color:var(--text-muted);align-items:flex-start;gap:10px;margin:0 0 18px;font-size:12.5px;line-height:1.5;display:flex}.checkout-agreement input{width:17px;height:17px;accent-color:var(--green-800);flex:none;margin-top:2px}.checkout-agreement a{color:var(--green-800);text-underline-offset:2px;font-weight:700;text-decoration-thickness:1px}.contact-page,.support-page{background:var(--cream)}.contact-hero,.support-hero{background:var(--green-900);color:var(--white);padding:80px 0}.contact-hero-grid{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:end;gap:48px;display:grid}.contact-kicker{color:var(--green-200);letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px;font-size:12px;font-weight:800;line-height:1;display:inline-flex}.contact-hero h1,.support-hero h1{max-width:780px;margin:0 0 18px;font-size:clamp(38px,5vw,58px);font-weight:500;line-height:1.08}.contact-hero p,.support-hero p{color:#ffffffc7;max-width:640px;margin:0;font-size:17px;line-height:1.65}.contact-info-card{background:#ffffff0f;border:1px solid #ffffff29;border-radius:8px;flex-direction:column;gap:16px;padding:28px;display:flex}.contact-info-card div,.contact-detail{color:inherit;align-items:flex-start;gap:12px;font-size:14px;line-height:1.5;display:flex}.contact-info-card a,.contact-detail a{color:inherit;text-underline-offset:2px;text-decoration-thickness:1px}.contact-main,.support-main,.contact-faq{padding:80px 0}.contact-main-grid{grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);align-items:start;gap:32px;display:grid}.contact-form,.support-form,.contact-business-card{border-radius:8px}.contact-form,.support-form{flex-direction:column;gap:24px;display:flex}.contact-form h2,.contact-business-card h2{color:var(--green-900);margin:0 0 8px;font-size:28px;font-weight:500}.contact-form p{color:var(--text-muted);margin:0;font-size:14px;line-height:1.6}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.form-grid-full{grid-column:1/-1}.contact-textarea{resize:vertical;min-height:150px}.contact-side{flex-direction:column;gap:24px;display:flex}.contact-business-card{flex-direction:column;gap:18px;display:flex}.contact-detail{color:var(--text-muted)}.contact-detail svg{color:var(--green-700);flex:none;margin-top:2px}.contact-map-placeholder{border:1px dashed var(--beige-400);background:linear-gradient(90deg, #1a3a520f 1px, transparent 1px), linear-gradient(#1a3a520f 1px, transparent 1px), var(--white);min-height:280px;color:var(--green-900);letter-spacing:.08em;text-transform:uppercase;background-size:28px 28px;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:13px;font-weight:800;display:flex}.contact-faq{padding-top:0}.contact-faq-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.contact-faq-card{border:1px solid var(--beige-200);background:var(--white);border-radius:8px;padding:24px}.contact-faq-card svg{color:var(--green-700);margin-bottom:16px}.contact-faq-card h3{color:var(--green-900);margin:0 0 10px;font-size:16px;line-height:1.3}.contact-faq-card p{color:var(--text-muted);margin:0;font-size:13.5px;line-height:1.6}.support-hero-inner{text-align:center;max-width:780px}.support-hero-icon{width:56px;height:56px;color:var(--green-200);background:#ffffff14;border:1px solid #ffffff2e;border-radius:9999px;justify-content:center;align-items:center;margin-bottom:18px;display:inline-flex}.support-hero p{margin-left:auto;margin-right:auto}.support-form{max-width:860px;margin:0 auto}.stitch-footer{background:var(--beige-50);border-top:1px solid #c2c7cd3d;width:100%;margin-top:64px;padding:80px 0 48px}.stitch-footer-logo-wrap{justify-content:center;margin-bottom:48px;display:flex}.stitch-footer-logo-link{width:auto;text-decoration:none;display:inline-flex}.stitch-footer-logo{width:auto;height:36px;display:block}.stitch-footer-grid{grid-template-columns:repeat(3,1fr);gap:48px;margin-bottom:64px;display:grid}.stitch-footer-group{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.stitch-footer-group h5{color:var(--green-900);letter-spacing:.14em;text-transform:uppercase;margin:0 0 8px;font-size:11.5px;font-weight:750;line-height:1.2}.stitch-footer-group a{color:var(--text-muted);align-items:center;font-size:14.5px;line-height:1.4;text-decoration:none;transition:transform .2s,color .2s;display:inline-flex}.stitch-footer-group a:hover{color:var(--green-900);transform:translate(4px)}.stitch-footer-bottom{border-top:1px solid #c2c7cd33;padding-top:32px}.stitch-footer-bottom p{text-align:center;color:var(--text-light);margin:0;font-size:13px}.treatment-card{cursor:pointer;background-color:var(--green-900);text-decoration:none;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;position:relative}.treatment-card:hover{transform:translateY(-7px);box-shadow:0 20px 48px #0514092e}.treatment-card .card-bg-image{transition:transform .6s cubic-bezier(.16,1,.3,1)}.treatment-card:hover .card-bg-image{transform:scale(1.05)}.admin-layout{min-height:100vh;display:flex}.admin-sidebar{background:var(--green-950);color:#fff;flex-direction:column;flex-shrink:0;width:256px;padding:0;display:flex}.admin-nav-link{color:#ffffff8c;transition:var(--transition);cursor:pointer;text-align:left;background:0 0;border:none;border-left:3px solid #0000;align-items:center;gap:11px;width:100%;padding:13px 24px;font-size:13.5px;font-weight:500;text-decoration:none;display:flex}.admin-nav-link:hover{color:#fff;background:#ffffff0f}.admin-nav-link.active{color:#fff;border-left-color:var(--green-400);background:#4b947026}.admin-content{background:var(--cream);flex-grow:1;overflow-y:auto}.admin-table{border-collapse:collapse;border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-sm);border:1px solid var(--beige-200);background:#fff;overflow:hidden}.admin-table th{color:var(--text-muted);text-align:left;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--beige-200);white-space:nowrap;background:#f8f6f3;padding:13px 16px;font-size:11.5px;font-weight:600}.admin-table td{border-bottom:1px solid var(--beige-100);color:var(--text-dark);vertical-align:middle;padding:14px 16px;font-size:13.5px}.admin-table tr:last-child td{border-bottom:none}.admin-table tbody tr{transition:background .15s}.admin-table tbody tr:hover td{background:#faf8f6}.status-pill{letter-spacing:.03em;text-transform:uppercase;border-radius:9999px;align-items:center;gap:5px;padding:4px 11px;font-size:11px;font-weight:700;display:inline-flex}.status-pending{color:#b45309;background:#fef9ec;border:1px solid #fde68a}.status-processing{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.status-completed{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.status-cancelled{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.alert{border-radius:var(--radius-md);align-items:flex-start;gap:12px;padding:14px 18px;font-size:13.5px;line-height:1.5;display:flex}.alert-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.alert-success{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.alert-info{background:var(--green-50);border:1px solid var(--green-200);color:var(--green-700)}.divider{background:var(--beige-200);width:100%;height:1px}.toast-container{z-index:2000;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:24px;right:24px}.toast{background:var(--green-900);color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);pointer-events:auto;border:1px solid #ffffff1a;align-items:center;gap:10px;max-width:340px;padding:14px 20px;font-size:13.5px;font-weight:500;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;display:flex}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.stat-card{border-radius:var(--radius-lg);border:1px solid var(--beige-200);background:#fff;flex-direction:column;gap:4px;padding:20px 24px;display:flex}.stat-card-value{letter-spacing:-.03em;color:var(--green-900);font-size:28px;font-weight:700}.stat-card-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-light);font-size:12px;font-weight:500}@media (width<=1024px){.hidden-tablet{display:none!important}.site-nav-shell{gap:28px}.site-search{width:176px}.stitch-products-grid,.stitch-category-grid,.stitch-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stitch-footer-grid{grid-template-columns:1fr 1fr}.stitch-category-card{min-height:560px}}@media (width<=1400px){.site-nav-links{gap:18px}.site-nav-link{font-size:12.5px}}@media (width<=1100px){.site-nav-links{gap:12px}.site-nav-link{font-size:12px}}@media (width<=1024px){.detail-grid{grid-template-columns:1fr!important;gap:32px!important}.checkout-grid{grid-template-columns:1fr!important;gap:24px!important}}@media (width<=768px){.container{padding:0 20px}.hidden-mobile{display:none!important}.visible-mobile{display:grid!important}.site-nav-shell{justify-content:space-between;gap:12px;min-height:76px;display:flex}.site-menu-button{display:inline-flex}.site-brand{justify-content:center;position:absolute;top:50%;left:calc(50% - 5px);transform:translate(-50%,-50%)}.site-brand-logo{width:190px}.site-brand-mark{border-radius:6px;width:32px;height:32px}.site-brand-text{font-size:18px}.site-actions{gap:8px}.site-sign-in{display:none}.site-mobile-panel{background:#fcf9f8f5;border-top:1px solid #c2c7cd6b;padding:14px 0 18px;display:block;box-shadow:0 20px 40px #1a3a5214}.site-mobile-search{height:42px;margin-bottom:12px;padding:0 12px}.site-mobile-links{gap:4px;display:grid}.site-mobile-links a{min-height:44px;color:var(--text-muted);border-radius:4px;align-items:center;padding:0 12px;font-size:14px;font-weight:650;text-decoration:none;display:flex}.site-mobile-links a:hover{background:var(--beige-100);color:var(--green-900)}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.product-card{border-radius:var(--radius-lg)!important}.product-image-wrap{aspect-ratio:1.1!important}.product-card-body{padding:12px 12px 8px!important}.product-card-title{margin-bottom:4px!important;font-size:13px!important}.product-card-desc{display:none!important}.product-card-footer{gap:6px!important;padding:8px 12px 12px!important}.price-tag{font-size:14px!important}.product-card-footer .btn-primary{padding:6px 10px!important;font-size:11.5px!important}.stitch-hero{min-height:600px;padding:64px var(--margin-mobile);justify-content:center}.stitch-hero-shade{background:linear-gradient(#00243b2e 0%,#fcf9f8eb 100%)}.stitch-hero-content{text-align:center;width:min(100%,520px);margin:0}.stitch-hero-actions{align-items:center}.stitch-hero-content p{margin-left:auto;margin-right:auto}.stitch-trust-bar{padding:24px 0}.stitch-trust-track{will-change:transform;justify-content:flex-start;width:max-content;animation:22s linear infinite stitchTrustMarquee}.stitch-trust-group,.stitch-trust-group+.stitch-trust-group{gap:28px;padding-right:28px;display:flex}.stitch-trust-item{width:auto}.stitch-trust-item:first-child{margin-left:20px}.stitch-section{padding:64px 0}.stitch-section-heading{margin-bottom:40px}.stitch-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.stitch-category-grid,.stitch-feature-grid,.contact-hero-grid,.contact-main-grid,.contact-faq-grid{grid-template-columns:1fr}.contact-hero,.support-hero,.contact-main,.support-main,.contact-faq{padding:64px 0}.contact-faq{padding-top:0}.stitch-product-image{height:190px}.stitch-product-body{padding:18px}.stitch-product-body h3{font-size:17px}.stitch-product-body p{margin-bottom:20px;font-size:15px}.stitch-product-body button{letter-spacing:.08em;min-height:40px;font-size:11px}.stitch-category-card{min-height:460px}.stitch-footer-grid{grid-template-columns:repeat(2,1fr)!important;gap:36px 20px!important}.admin-sidebar{width:220px}.card-elevated{padding:20px}.toast-container{bottom:12px;left:12px;right:12px}}@media (width<=600px){.admin-layout{flex-direction:column}.admin-sidebar{width:100%;padding-bottom:8px}.modal-box{padding:24px}.container{padding:0 16px}.site-brand-logo{width:162px}.auth-brand-logo{width:190px}.site-actions{gap:4px}.site-icon-button{width:36px;height:36px}.stitch-category-copy,.stitch-product-body{padding:28px}.form-grid{grid-template-columns:1fr}.contact-info-card,.contact-form,.support-form,.contact-business-card{padding:22px}.stitch-products-grid{gap:12px}.stitch-product-image{height:160px}.stitch-product-body{padding:14px}.stitch-product-body h3{font-size:15px}.stitch-product-body p{margin-bottom:16px;font-size:14px}.stitch-product-body button{padding:0 8px;font-size:10px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@keyframes stitchTrustMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.wellina-product-card{background:var(--white);border-radius:20px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.wellina-product-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #0514090f}.wellina-product-image-wrap{aspect-ratio:1/1.05;background:var(--beige-100);justify-content:center;align-items:center;width:100%;padding:24px;display:flex;position:relative;overflow:hidden}.wellina-product-image-wrap img{object-fit:contain;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.wellina-product-card:hover .wellina-product-image-wrap img{transform:scale(1.05)}.wellina-cart-btn-floating{background:var(--text-dark);color:var(--white);cursor:pointer;z-index:10;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s,transform .2s;display:flex;position:absolute;bottom:16px;right:16px;box-shadow:0 4px 12px #00000026}.wellina-cart-btn-floating:hover{background:var(--green-800);transform:scale(1.08)}.wellina-category-card{aspect-ratio:1;border-radius:20px;align-items:flex-end;padding:24px;text-decoration:none;display:flex;position:relative;overflow:hidden}.wellina-category-card img{object-fit:cover;z-index:1;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.wellina-category-card:hover img{transform:scale(1.06)}.wellina-category-overlay{z-index:2;background:linear-gradient(#0000 0%,#0000001a 40%,#0009 100%);position:absolute;inset:0}.wellina-category-pill{z-index:3;-webkit-backdrop-filter:blur(8px);color:var(--text-dark);background:#ffffffe6;border-radius:9999px;padding:8px 16px;font-size:13.5px;font-weight:600;transition:background .2s,color .2s;position:relative;box-shadow:0 2px 8px #0000001a}.wellina-category-card:hover .wellina-category-pill{background:var(--green-800);color:#fff}.sidebar-cat-btn{text-align:left;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;width:100%;padding:12px 16px;font-size:14.5px;font-weight:500;transition:all .2s}.sidebar-cat-btn:hover{background:var(--beige-100);color:var(--text-dark)}.sidebar-cat-btn.active{background:var(--green-50);color:var(--green-800);font-weight:700}.price-slider{appearance:none;background:var(--beige-200);cursor:pointer;border-radius:3px;outline:none;width:100%;height:6px;margin:12px 0}.price-slider::-webkit-slider-runnable-track{background:var(--beige-200);border-radius:3px;width:100%;height:6px}.price-slider::-webkit-slider-thumb{appearance:none;background:var(--green-700);cursor:pointer;width:18px;height:18px;box-shadow:var(--shadow-sm);border-radius:50%;margin-top:-6px;transition:transform .15s,background-color .15s}.price-slider::-webkit-slider-thumb:hover{background:var(--green-800);transform:scale(1.15)}.price-slider::-moz-range-thumb{background:var(--green-700);cursor:pointer;width:18px;height:18px;box-shadow:var(--shadow-sm);border:none;border-radius:50%;transition:transform .15s,background-color .15s}.price-slider::-moz-range-thumb:hover{background:var(--green-800);transform:scale(1.15)}.navbar-search{background:var(--beige-100);border:1px solid var(--beige-200);border-radius:9999px;align-items:center;width:160px;margin-right:8px;padding:6px 14px 6px 34px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.navbar-search:focus-within{background:var(--white);border-color:var(--green-700);width:220px;box-shadow:var(--shadow-sm)}.navbar-search input{color:var(--text-dark);background:0 0;border:none;outline:none;width:100%;padding:0;font-size:13px}.navbar-search input::placeholder{color:var(--text-light)}.recommendation-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (width<=992px){.recommendation-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}}.rec-card{background:var(--white);border:1px solid var(--beige-200);border-radius:16px;flex-direction:column;height:100%;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:flex;overflow:hidden}.rec-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-4px)}.rec-image-wrap{aspect-ratio:1.25;background:var(--beige-50);border-bottom:1px solid var(--beige-100);justify-content:center;align-items:center;width:100%;padding:12px;display:flex;position:relative}.rec-image-wrap img{object-fit:contain;mix-blend-mode:multiply;max-width:100%;max-height:100%}.rec-card-body{flex-direction:column;flex-grow:1;padding:12px 14px;display:flex}.rec-card-title{color:var(--green-900);-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0 0 4px;font-size:13.5px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.rec-card-desc{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:11.5px;line-height:1.45;display:-webkit-box;overflow:hidden}.rec-card-footer{border-top:1px dashed var(--beige-200);justify-content:space-between;align-items:center;gap:8px;padding:10px 14px 14px;display:flex}.rec-price{color:var(--green-900);font-size:13.5px;font-weight:800}.rec-btn-add{background:var(--green-800);color:var(--white);cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:4px;padding:6px 12px;font-size:11.5px;font-weight:700;transition:background .2s;display:inline-flex}.rec-btn-add:hover{background:var(--green-900)}.visible-mobile{display:none!important}
