*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;width:100%;min-height:100%}body{color:#171717;background:#f7f7f5;width:100%;min-width:100%;min-height:100vh;margin:0;font-family:Arial,Helvetica,sans-serif}#root{width:100%;min-height:100vh;margin:0;padding:0}a{color:inherit;text-decoration:none}button{font:inherit}body{background-color:#ebf5fb;margin:0;font-family:system-ui,-apple-system,sans-serif}.navbar{z-index:1000;color:#fff;background:#004770;justify-content:space-between;align-items:center;width:100%;height:64px;padding:0 32px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 15px #0077be33}.navbar-brand a{color:#fff;letter-spacing:-.5px;font-size:18px;font-weight:800;text-decoration:none;transition:opacity .2s}.navbar-brand a:hover{opacity:.8}.navbar-content{align-items:center;gap:28px;display:flex}.navbar-content a{color:#dcf0f9;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s}.navbar-content a:hover{color:#ffb703}.shop-button,.cart-button,.add-button{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.cart-button{color:#fff;background:#0077be;border:1px solid #0077be}.cart-button:hover{background:#005b94;border-color:#005b94}.cart-button span{color:#0077be;background:#fff;border-radius:12px;margin-left:6px;padding:2px 6px;font-size:12px}.cart-button:hover span{color:#004770;background:#ffb703}.shop-button{color:#fff;background:#0077be;border:1px solid #0077be;margin-top:35px}.shop-button:hover{color:#0077be;background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0077be33}.add-button{color:#fff;background:#0077be;border:none;width:100%;margin-top:18px}.add-button:hover{background:#005b94;transform:translateY(-2px);box-shadow:0 4px 12px #0077be33}.add-button:active{transform:scale(.98)}.hero{background:#dcf0f9;align-items:center;width:100%;min-height:650px;padding:150px 7vw 100px;display:flex}.hero-content{width:100%;max-width:1000px}.eyebrow{color:#005b94;letter-spacing:2px;text-transform:uppercase;margin-bottom:18px;font-size:12px;font-weight:700}.hero h1{letter-spacing:-7px;color:#002b44;font-size:clamp(58px,9vw,120px);line-height:.88}.hero h1 span{color:#0077be}.hero-description{color:#3f6880;max-width:520px;margin-top:35px;font-size:18px;line-height:1.6}.products-section{background:#ebf5fb;width:100%;padding:100px 3vw}.section-header{justify-content:space-between;align-items:flex-end;width:100%;margin-bottom:40px;display:flex}.section-header h2{letter-spacing:-3px;color:#002b44;font-size:clamp(40px,5vw,65px)}.product-count{color:#005b94;font-size:14px;font-weight:700}.product-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px;width:100%;display:grid}.product-card{background:#fff;border:1px solid #cce6f4;border-radius:14px;width:100%;padding:16px;transition:transform .2s,box-shadow .2s,border-color .2s}.product-card:hover{border-color:#0077be;transform:translateY(-4px);box-shadow:0 10px 25px #0077be26}.product-image-wrapper{aspect-ratio:1;background:#f4faff;border-radius:10px;width:100%;overflow:hidden}.product-image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .4s;display:block}.product-card:hover .product-image{transform:scale(1.04)}.product-info{padding:20px 4px 4px}.product-heading{justify-content:space-between;align-items:baseline;gap:15px;display:flex}.product-info h3{letter-spacing:-.3px;color:#002b44;font-size:18px;font-weight:700}.product-price{color:#0077be;flex-shrink:0;font-size:16px;font-weight:700}.product-description{color:#557991;margin-top:8px;font-size:14px;line-height:1.5}.about-section{color:#fff;background:#004770;width:100%;padding:120px 7vw}.about-section .eyebrow{color:#9cd4f0}.about-content{flex-direction:column;gap:40px;display:flex}.about-image-wrapper{aspect-ratio:16/9;background:0 0;border-radius:14px;flex:1;justify-content:center;align-items:center;display:flex;overflow:hidden}.about-image-wrapper img{object-fit:cover;width:100%;height:100%}.about-text{flex:1}.about-text h2{letter-spacing:-5px;max-width:800px;font-size:clamp(45px,7vw,90px);line-height:.95}.about-text p:last-child{color:#9cd4f0;max-width:560px;margin-top:30px;font-size:18px;line-height:1.6}@media (width>=768px){.about-content{flex-direction:row;align-items:center}}.product-detail-page{background:#ebf5fb;min-height:100vh;padding:120px 7vw 100px}.back-link{color:#0077be;margin-bottom:40px;font-weight:600;text-decoration:none;display:inline-block}.back-link:hover{color:#004770}.product-detail-container{flex-direction:column;gap:50px;display:flex}.product-detail-image-wrapper{aspect-ratio:1;background:#fff;border:1px solid #cce6f4;border-radius:16px;flex:1;overflow:hidden}.product-detail-image{object-fit:cover;width:100%;height:100%}.product-detail-info{flex-direction:column;flex:1;justify-content:center;display:flex}.product-detail-info h1{letter-spacing:-1px;color:#002b44;margin-bottom:12px;font-size:clamp(32px,5vw,48px)}.product-detail-price{color:#0077be;margin-bottom:24px;font-size:24px;font-weight:700}.product-detail-description{color:#3f6880;margin-bottom:40px;font-size:16px;line-height:1.6}@media (width>=768px){.product-detail-container{flex-direction:row}}footer{color:#557991;background:#001f33;border-top:1px solid #003657;justify-content:space-between;align-items:center;width:100%;padding:28px 7vw;font-size:13px;display:flex}@media (width<=768px){.navbar{height:60px;padding:0 18px}.navbar-content{gap:14px}.hero{text-align:center;flex-direction:column-reverse;gap:40px;min-height:auto;padding:120px 6vw 80px}.hero-content{flex-direction:column;align-items:center;display:flex}.hero h1{letter-spacing:-3px;font-size:clamp(45px,12vw,65px)}.hero-image-wrapper{width:100%;max-width:350px}.hero-image-wrapper img{width:100%;height:auto}.products-section{padding:75px 5vw}.section-header{flex-direction:column;align-items:flex-start;gap:12px}.product-grid{grid-template-columns:1fr;gap:18px}.product-card{padding:13px}.about-section{padding:90px 6vw}.about-content{text-align:center;flex-direction:column;gap:30px}.about-text h2{letter-spacing:-2px;font-size:clamp(38px,10vw,55px)}.about-text p:last-child{margin:20px auto 0}footer{flex-direction:column;align-items:flex-start;gap:10px}}.cart-overlay{z-index:1001;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#001f3399;width:100vw;height:100vh;position:fixed;top:0;left:0}.cart-drawer{z-index:1002;background:#fff;flex-direction:column;width:100%;max-width:450px;height:100vh;transition:right .3s cubic-bezier(.25,.46,.45,.94);display:flex;position:fixed;top:0;right:-450px;box-shadow:-5px 0 25px #00477033}.cart-drawer.open{right:0}.cart-header{border-bottom:1px solid #cce6f4;justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.cart-header h2{letter-spacing:-1px;color:#002b44;font-size:24px}.close-button{cursor:pointer;color:#557991;background:0 0;border:none;font-size:20px}.close-button:hover{color:#0077be}.cart-items{background:#f4faff;flex-grow:1;padding:32px;overflow-y:auto}.empty-cart{color:#557991;text-align:center;margin-top:50px}.cart-item{border-bottom:1px solid #cce6f4;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:24px;display:flex}.cart-item h4{color:#002b44;margin-bottom:4px;font-size:16px}.cart-item-info p{color:#557991;font-size:14px}.cart-item-price{color:#0077be;font-weight:700}.cart-footer{background:#ebf5fb;border-top:1px solid #cce6f4;padding:32px}.cart-total{color:#002b44;justify-content:space-between;margin-bottom:12px;font-size:18px;font-weight:700;display:flex}.tax-note{color:#557991;margin-bottom:24px;font-size:12px}.checkout-button{color:#fff;cursor:pointer;background:#0077be;border:none;border-radius:8px;width:100%;padding:16px;font-size:16px;font-weight:600;transition:background .2s}.checkout-button:hover{background:#004770}.cart-item-actions{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.remove-item-button{color:#7da5bf;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;text-decoration:underline;transition:color .2s}.remove-item-button:hover{color:#e53e3e}.quantity-selector{background:#f4faff;border:1px solid #cce6f4;border-radius:8px;justify-content:space-between;align-items:center;width:100%;height:42px;margin-top:18px;display:flex;overflow:hidden}.qty-btn{color:#fff;cursor:pointer;background:#0077be;border:none;justify-content:center;align-items:center;width:42px;height:100%;font-size:18px;transition:background .2s;display:flex}.qty-btn:hover{background:#005b94}.qty-btn:active{background:#004770}.qty-number{color:#002b44;font-size:14px;font-weight:600}.cart-qty-selector{background:#fff;border:1px solid #cce6f4;border-radius:6px;align-items:center;display:flex;overflow:hidden}.cart-qty-btn{color:#fff;cursor:pointer;background:#0077be;border:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;transition:background .2s;display:flex}.cart-qty-btn:hover{background:#005b94}.cart-qty-btn:active{background:#004770}.cart-qty-number{color:#002b44;padding:0 10px;font-size:13px;font-weight:600}.checkout-button.loading{cursor:wait;opacity:.85}.checkout-button:disabled{cursor:wait}.loading-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite checkoutSpin;display:inline-block}@keyframes checkoutSpin{to{transform:rotate(360deg)}}.checkout-result-page{background:#dcf0f9;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:100px 6vw 60px;display:flex}.checkout-result-card{text-align:center;background:#fff;border:1px solid #cce6f4;border-radius:16px;width:100%;max-width:680px;padding:60px;box-shadow:0 15px 45px #0077be1f}.checkout-result-card h1{letter-spacing:-4px;color:#002b44;margin-top:10px;font-size:clamp(48px,7vw,82px);line-height:.95}.checkout-result-card>p:not(.eyebrow){color:#3f6880;max-width:520px;margin:24px auto 0;font-size:17px;line-height:1.6}.order-number{font-size:15px!important}.checkout-result-card .shop-button{margin-top:32px}.loading-spinner.dark{border-color:#0077be #0077be33 #0077be33;margin:0 auto 20px;display:block}@media (width<=600px){.checkout-result-card{padding:40px 24px}}@keyframes flyItem{0%{opacity:0;transform:translate(-50%,-50%)scale(.05)}10%{opacity:1}68%{opacity:1}to{opacity:0;transform:translate(-50%,-50%)scale(5.5)}}
