:root{--ink:#071a35;--blue:#1689ed;--blue2:#006bd6;--muted:#637080;--cream:#f5f9fd;--line:#e2e9f1;--white:#fff}
*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1160px,92%);margin:auto}
.site-header{border-bottom:1px solid var(--line);background:rgba(255,255,255,.97);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between}.brand-logo{width:155px;height:62px;display:flex;align-items:center;overflow:hidden}.brand-logo img{width:155px;height:auto;object-fit:contain}.nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:750}.nav a:hover{color:var(--blue)}.cart-link{border:1px solid var(--ink);padding:10px 16px;border-radius:999px}
.hero{background:linear-gradient(135deg,#f4f9ff 0%,#fff 65%);padding:62px 0 74px;border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-logo{width:min(360px,90%);margin-bottom:25px}.eyebrow{font-size:12px;font-weight:850;letter-spacing:1.8px;color:var(--blue2);margin-bottom:13px}.hero h1{font-size:clamp(44px,6vw,72px);line-height:.98;letter-spacing:-3px;margin:0 0 22px}.hero p{font-size:19px;line-height:1.6;color:var(--muted);max-width:560px;margin:0 0 28px}.hero-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--ink);color:#fff;border:0;border-radius:999px;padding:15px 25px;font-weight:800;cursor:pointer}.button:hover{background:var(--blue2)}.text-link{font-weight:800;color:var(--blue2)}.hero-points{display:flex;gap:16px;flex-wrap:wrap;margin-top:25px;color:#536173;font-size:13px;font-weight:650}.hero-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:18px;box-shadow:0 24px 70px rgba(7,26,53,.12)}.hero-image{width:100%;border-radius:20px}.hero-placeholder{min-height:430px;display:grid;place-items:center;font-size:100px;background:#edf4fb;border-radius:20px}
.section{padding:72px 0}.section-heading{text-align:center;margin-bottom:38px}.section-heading h2,.collection-heading h1{font-size:38px;letter-spacing:-1.5px;margin:0 0 10px}.section-heading p{color:var(--muted);margin:0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.product-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 14px 38px rgba(7,26,53,.1)}.product-image-wrap{aspect-ratio:1/1;position:relative;background:#f5f8fb;overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover}.image-placeholder{height:100%;display:grid;place-items:center;color:var(--muted)}.sold-out{position:absolute;top:14px;left:14px;background:#fff;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:700}.product-card-info{padding:18px}.product-card h3{font-size:16px;line-height:1.35;margin:0 0 9px}.card-price,.price{font-weight:850}.collection-description{color:var(--muted);max-width:700px;margin:0 auto;line-height:1.6}.collection-heading{margin-bottom:42px}
.product-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:start}.product-main-image{border-radius:22px;overflow:hidden;background:#f5f8fb;border:1px solid var(--line)}.product-main-image img{width:100%;height:auto}.product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.thumb{border:1px solid var(--line);border-radius:10px;overflow:hidden}.product-info h1{font-size:clamp(34px,4vw,54px);line-height:1.02;letter-spacing:-2px;margin:0 0 15px}.price{font-size:24px;margin-bottom:28px}.product-description{color:var(--muted);line-height:1.7;font-size:16px}.product-description h2,.product-description h3{color:var(--ink)}.product-form{margin-top:28px;display:grid;gap:10px}.product-form label{font-size:13px;font-weight:700}.product-form select,.product-form input{width:100%;border:1px solid #ccd6e0;border-radius:10px;padding:13px;background:#fff;font:inherit}.button-full{width:100%;margin-top:8px}.trust-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px;color:var(--muted);font-size:13px}
.cart-section{min-height:55vh}.cart-form{display:grid;grid-template-columns:1fr 340px;gap:40px;align-items:start}.cart-items{border-top:1px solid var(--line)}.cart-item{display:grid;grid-template-columns:110px 1fr auto;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid var(--line)}.cart-item-image{width:110px;height:110px;background:#f5f8fb;border-radius:12px;overflow:hidden}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details h2{font-size:17px;margin:0 0 7px}.cart-item-details p{color:var(--muted);margin:5px 0}.cart-item-details input{width:80px;border:1px solid #ccd6e0;border-radius:8px;padding:9px;margin-top:5px}.cart-item-total{font-weight:800}.remove-link{display:inline-block;font-size:12px;text-decoration:underline;color:var(--muted);margin:3px 0 8px}.cart-summary{border:1px solid var(--line);border-radius:18px;padding:24px;position:sticky;top:105px}.cart-subtotal{display:flex;justify-content:space-between;font-size:18px;margin-bottom:20px}.checkout-button{margin-top:10px;background:var(--blue2)}.continue-shopping{display:block;text-align:center;margin-top:16px;font-size:14px;font-weight:700}.empty-cart{text-align:center;padding:40px}.empty-cart-icon{font-size:60px;margin-bottom:10px}
.search-form{display:flex;max-width:650px;margin:25px auto 0;gap:10px}.search-form input{flex:1;border:1px solid #ccd6e0;border-radius:999px;padding:14px 18px;font:inherit}.simple-page,.content-page{max-width:780px;margin:0 auto;text-align:center}.simple-page h1,.content-page h1{font-size:48px;letter-spacing:-2px;margin:0 0 15px}.simple-page p{color:var(--muted);line-height:1.7;margin-bottom:25px}.page-content{text-align:left;line-height:1.7}.custom-liquid-section{width:min(1160px,92%);margin:auto}
.site-footer{background:var(--ink);color:#fff;padding:50px 0;margin-top:40px}.footer-inner{display:flex;justify-content:space-between;gap:30px;align-items:center}.footer-brand img{width:210px;filter:brightness(0) invert(1);opacity:.98}.footer-brand p{color:#b9c5d4;margin:7px 0 0}.footer-links{display:flex;gap:20px;flex-wrap:wrap;color:#dbe4ef}.footer-links a:hover{color:#fff}
.pagination{text-align:center;margin-top:40px}
@media(max-width:800px){.hero-grid,.product-layout{grid-template-columns:1fr;gap:35px}.product-grid{grid-template-columns:1fr 1fr}.hero{padding:45px 0}.hero h1{letter-spacing:-2px}.nav{gap:14px}.brand-logo,.brand-logo img{width:130px}.cart-form{grid-template-columns:1fr}.cart-summary{position:static}.footer-inner{display:block}.footer-links{margin-top:25px}}
@media(max-width:520px){.product-grid{grid-template-columns:1fr}.header-inner{min-height:68px}.nav{gap:10px;font-size:12px}.nav a:not(.cart-link){display:none}.brand-logo,.brand-logo img{width:125px}.hero h1{font-size:42px}.hero p{font-size:16px}.hero-logo{width:280px}.hero-points{display:grid;gap:7px}.cart-item{grid-template-columns:80px 1fr}.cart-item-image{width:80px;height:80px}.cart-item-total{grid-column:2}.search-form{display:grid}.search-form .button{width:100%}.simple-page h1,.content-page h1{font-size:38px}}
