*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;color:#1a1a1a;background:#fff;line-height:1.6}:root{--blue-light: #3BB8D9;--blue-dark: #1A6FA8;--blue-accent: #3BB8D9;--grey-dark: #404549;--grey-mid: #6B7280;--grey-light: #F4F5F7;--white: #ffffff;--border: #E5E7EB}.site-nav{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);padding:0 2rem;height:70px;display:flex;align-items:center;justify-content:space-between}.nav-logo img{height:44px;width:auto}.nav-links{display:flex;gap:2rem;list-style:none;align-items:center}.nav-links a{text-decoration:none;color:var(--grey-dark);font-size:.9rem;font-weight:500;letter-spacing:.02em;transition:color .2s}.nav-links a:hover{color:var(--blue-light)}.nav-cta{background:var(--blue-dark)!important;color:var(--white)!important;padding:.5rem 1.25rem;border-radius:6px;transition:background .2s!important}.nav-cta:hover{background:var(--blue-light)!important}.nav-cart{position:relative;display:flex;align-items:center;color:var(--grey-dark);text-decoration:none;transition:color .2s}.nav-cart:hover{color:var(--blue-light)}.nav-cart-count{position:absolute;top:-8px;right:-8px;background:var(--blue-dark);color:#fff;font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.hero{min-height:88vh;display:flex;align-items:center;justify-content:flex-start;padding:4rem;background:linear-gradient(160deg,#f8f9fb,#eef4f8 60%,#dceef6);background-size:cover;background-position:center right;position:relative;overflow:hidden}.hero--has-image{background-color:#0d1117}.hero:before{content:"";position:absolute;top:-80px;right:-80px;width:420px;height:420px;background:radial-gradient(circle,rgba(59,184,217,.12) 0%,transparent 70%);border-radius:50%}.hero--has-image:before{display:none}.hero:after{content:"";position:absolute;bottom:-60px;left:-60px;width:300px;height:300px;background:radial-gradient(circle,rgba(26,111,168,.08) 0%,transparent 70%);border-radius:50%}.hero--has-image:after{display:none}.hero-overlay{display:none;position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(8,12,20,.92) 0%,rgba(8,12,20,.8) 38%,rgba(8,12,20,.3) 65%,transparent 85%);z-index:1}.hero--has-image .hero-overlay{display:block}.hero-content{position:relative;z-index:2;max-width:680px}.hero-eyebrow{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--blue-dark);background:#1a6fa814;padding:.35rem 1rem;border-radius:100px;margin-bottom:1.5rem}.hero--has-image .hero-eyebrow{color:var(--blue-light);background:#3bb8d926}.hero h1{font-size:clamp(1.8rem,3.5vw,3rem);font-weight:800;color:var(--grey-dark);line-height:1.15;margin-bottom:1.25rem;text-align:left;white-space:nowrap;text-transform:uppercase}.hero--has-image h1{color:#fff}.hero h1 .highlight{background:linear-gradient(90deg,var(--blue-dark),var(--blue-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block}.hero p{font-size:1.05rem;color:var(--grey-mid);max-width:520px;margin:0 0 2.5rem;text-align:left;white-space:normal}.hero--has-image p{color:#ffffffc7}.hero-buttons{display:flex;gap:1rem;justify-content:flex-start;flex-wrap:wrap}.btn-primary{background:var(--blue-dark);color:var(--white);padding:.85rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.95rem;transition:background .2s,transform .15s;display:inline-block;border:none;cursor:pointer;font-family:inherit}.btn-primary:hover{background:var(--blue-light);transform:translateY(-2px)}.btn-secondary{background:transparent;color:var(--grey-dark);padding:.85rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.95rem;border:1.5px solid var(--border);transition:border-color .2s,color .2s;display:inline-block}.hero--has-image .btn-secondary{color:#fff;border-color:#ffffff80}.btn-secondary:hover{border-color:var(--blue-light);color:var(--blue-dark)}.hero--has-image .btn-secondary:hover{color:var(--blue-light);border-color:var(--blue-light)}.section-wrap{padding:5rem 2rem}.container{max-width:1100px;margin:0 auto}.section-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--blue-dark);margin-bottom:.75rem}.section-title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:var(--grey-dark);margin-bottom:1rem}.section-sub{font-size:1rem;color:var(--grey-mid);max-width:520px;margin-bottom:3rem}.accent-divider{width:48px;height:3px;background:linear-gradient(90deg,var(--blue-dark),var(--blue-light));border-radius:2px;margin-bottom:2rem}.products-section{background:var(--white)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.product-card{border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:box-shadow .2s,transform .2s;background:var(--white);text-decoration:none;color:inherit;display:block}.product-card:hover{box-shadow:0 8px 30px #00000017;transform:translateY(-3px)}.product-card__img{width:100%;aspect-ratio:1/1;object-fit:cover;background:var(--grey-light);display:block}.product-card__img-placeholder{width:100%;aspect-ratio:1/1;background:var(--grey-light);display:flex;align-items:center;justify-content:center;color:var(--grey-mid);font-size:.85rem}.product-card__info{padding:1.1rem 1.25rem 1.4rem}.product-card__name{font-weight:600;font-size:.95rem;color:var(--grey-dark);margin-bottom:.35rem}.product-card__price{font-size:1rem;font-weight:700;color:var(--blue-dark);margin-bottom:1rem}.product-card__desc{font-size:.85rem;color:var(--grey-mid);margin-bottom:.75rem;line-height:1.5}.btn-view{display:block;width:100%;background:var(--grey-light);border:none;border-radius:6px;padding:.6rem;font-size:.85rem;font-weight:600;color:var(--grey-dark);cursor:pointer;transition:background .2s,color .2s;text-align:center;font-family:inherit;text-decoration:none}.btn-view:hover{background:var(--blue-dark);color:var(--white)}.about-section{background:var(--grey-light)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:16px}.about-image-placeholder{width:100%;aspect-ratio:4/3;background:#dde6ed;border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--grey-mid);font-size:.85rem}.about-body{color:var(--grey-mid);margin-bottom:1.25rem;font-size:1rem}.about-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:2rem}.stat{background:var(--white);border-radius:10px;padding:1.25rem;border:1px solid var(--border)}.stat-number{font-size:2rem;font-weight:700;color:var(--blue-dark);line-height:1;margin-bottom:.25rem}.stat-label{font-size:.82rem;color:var(--grey-mid);font-weight:500}.contact-section{background:var(--white)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-intro{color:var(--grey-mid);margin-bottom:2rem;font-size:1rem}.contact-detail{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.1rem}.contact-icon{width:38px;height:38px;background:#1a6fa814;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon svg{width:18px;height:18px;stroke:var(--blue-dark);fill:none;stroke-width:1.8}.contact-detail-text strong{display:block;font-size:.82rem;color:var(--grey-mid);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.15rem}.contact-detail-text span{font-size:.95rem;color:var(--grey-dark);font-weight:500}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form input,.contact-form textarea{width:100%;padding:.8rem 1rem;border:1.5px solid var(--border);border-radius:8px;font-family:inherit;font-size:.9rem;color:var(--grey-dark);background:var(--white);outline:none;transition:border-color .2s}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--blue-light)}.contact-form textarea{resize:vertical;min-height:130px}.contact-form .btn-primary{align-self:flex-start}.product-page{padding:4rem 2rem}.product-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;max-width:1100px;margin:0 auto}.product-page__img{width:100%;border-radius:12px}.product-page__title{font-size:2rem;font-weight:700;color:var(--grey-dark);margin-bottom:.5rem}.product-page__price{font-size:1.5rem;font-weight:700;color:var(--blue-dark);margin-bottom:1.5rem}.product-page__desc{color:var(--grey-mid);margin-bottom:2rem}.product-page__variants{margin-bottom:1.5rem}.product-page__variants label{font-size:.85rem;font-weight:600;color:var(--grey-dark);display:block;margin-bottom:.5rem}.product-page__variants select{padding:.7rem 1rem;border:1.5px solid var(--border);border-radius:8px;font-family:inherit;font-size:.9rem;width:100%;outline:none}.product-page__qty{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.product-page__qty input{width:80px;padding:.7rem 1rem;border:1.5px solid var(--border);border-radius:8px;font-family:inherit;font-size:.9rem;text-align:center}.collection-page{padding:4rem 2rem}.collection-page__header{margin-bottom:3rem}.collection-page__title{font-size:2rem;font-weight:700;color:var(--grey-dark)}.collection-page__desc{color:var(--grey-mid);margin-top:.5rem}.cart-page{padding:4rem 2rem;max-width:800px;margin:0 auto}.cart-page__title{font-size:2rem;font-weight:700;color:var(--grey-dark);margin-bottom:2rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1.5rem;align-items:center;padding:1.25rem 0;border-bottom:1px solid var(--border)}.cart-item__img{width:80px;height:80px;object-fit:cover;border-radius:8px;background:var(--grey-light)}.cart-item__name{font-weight:600;color:var(--grey-dark)}.cart-item__price{color:var(--blue-dark);font-weight:700}.cart-item__remove{color:var(--grey-mid);font-size:.85rem;cursor:pointer;background:none;border:none;font-family:inherit}.cart-item__remove:hover{color:#e53e3e}.cart-total{display:flex;justify-content:space-between;padding:1.5rem 0;font-size:1.1rem;font-weight:700;color:var(--grey-dark)}.cart-empty{text-align:center;padding:4rem 0;color:var(--grey-mid)}.cart-empty a{color:var(--blue-dark)}.page-content{padding:5rem 2rem;max-width:800px;margin:0 auto}.page-content h1{font-size:2.5rem;font-weight:700;color:var(--grey-dark);margin-bottom:2rem}.page-content p,.page-content li{color:var(--grey-mid);margin-bottom:1rem}.not-found{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem}.not-found h1{font-size:5rem;font-weight:700;color:var(--blue-dark);line-height:1}.not-found p{color:var(--grey-mid);margin:1rem 0 2rem}.site-footer{background:var(--grey-dark);color:#fff9;text-align:center;padding:2.5rem 2rem;font-size:.85rem}.site-footer strong{color:#ffffffd9}@media(max-width:900px){.hero h1{white-space:normal;font-size:clamp(1.8rem,6vw,2.8rem)}}@media(max-width:768px){.hero{padding:4rem 2rem}.about-grid,.contact-grid,.product-page__grid{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.nav-links{display:none}.cart-item{grid-template-columns:60px 1fr}.cart-item__price{grid-column:2}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
