@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--navy:#152235;--yellow:#f4e82c;--paper:#fafaf7;--line:#d9dddc;--muted:#5c6571}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--navy);font-family:'DM Sans',Arial,sans-serif;font-size:16px}button,a,input,select{ -webkit-tap-highlight-color:transparent}button,select,input{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,summary:focus-visible,select:focus-visible,input:focus-visible{outline:3px solid #2672c6;outline-offset:4px}.demo{padding:9px 20px;background:var(--navy);color:white;text-align:center;font-size:12px;letter-spacing:.06em}header{max-width:1440px;margin:auto;padding:27px 5%;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{font-weight:800;font-size:32px;letter-spacing:-1.8px;white-space:nowrap}.logo span{font-weight:500}.logo b{background:var(--yellow);font-size:28px;padding:0 4px;margin-left:6px}nav{display:flex;gap:32px;font-size:14px;font-weight:600}.cart-trigger{border:1px solid var(--line);background:transparent;padding:12px 17px;border-radius:4px;font-size:14px}.cart-trigger span{background:var(--navy);color:white;border-radius:50%;padding:3px 7px;margin-left:10px}.hero{display:grid;grid-template-columns:1.04fr 1fr;min-height:505px;background:var(--yellow)}.hero-copy{padding:60px max(7%,calc((100vw - 1280px)/2));padding-right:35px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.15em;margin-bottom:19px}h1,h2,h3{margin:0;font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;line-height:1.03}h1{font-size:clamp(55px,6.7vw,100px);font-weight:700;letter-spacing:-.025em}h1 span{color:var(--yellow);-webkit-text-stroke:1.5px var(--navy)}.hero p{line-height:1.6;margin:23px 0;font-size:17px}.button{border:0;border-radius:3px;display:inline-flex;align-items:center;justify-content:space-between;gap:40px;padding:17px 23px;background:var(--navy);color:white;font-size:15px;font-weight:600}.button:hover{background:#283d59}.button span{font-size:23px;line-height:1}.hero-meta{font-size:12px;margin-top:26px}.hero-meta i{font-style:normal;margin:0 8px}.hero-image{position:relative;background:#b7c0bf;background-size:cover;background-position:center}.image-label{position:absolute;bottom:28px;left:28px;background:var(--paper);font-weight:700;line-height:1.2;font-size:14px;padding:17px;transform:rotate(-3deg)}.benefits{padding:25px 5%;display:flex;justify-content:space-between;border-bottom:1px solid var(--line);gap:20px;max-width:1440px;margin:auto}.benefits span{font-size:12px;color:var(--muted)}.benefits b{font-size:14px;color:var(--navy);margin-left:15px;font-weight:500}.section{max-width:1440px;margin:auto;padding:72px 5%}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}h2{font-size:clamp(36px,3.7vw,53px);font-weight:600;letter-spacing:-.015em}.section-heading p{color:var(--muted);font-size:14px;line-height:1.6;margin-bottom:2px}.shop-tools{display:flex;justify-content:space-between;align-items:center;gap:20px}.tabs{display:flex;gap:7px}.tabs button{padding:12px 20px;background:transparent;border:1px solid var(--line);border-radius:3px;font-size:14px}.tabs button.active{background:var(--navy);color:white;border-color:var(--navy)}.sort-label{font-size:14px;color:var(--muted)}select{padding:10px;border:0;background:transparent;color:var(--navy);font-size:14px}.catalog-note,.delivery-note{font-size:12px;color:var(--muted);line-height:1.5;margin:18px 0}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}.product{border:1px solid var(--line);background:white;border-radius:4px;overflow:hidden}.product-visual{height:180px;background:#e6e9e5;position:relative;padding:22px;display:flex;align-items:center;justify-content:center}.product-visual.kg{background:#e9e9cb}.dimension{font-family:'Barlow Condensed',Impact,sans-serif;font-size:56px;font-weight:600;letter-spacing:-1px}.dimension small{font:14px 'DM Sans',sans-serif;letter-spacing:0}.product-tag{position:absolute;top:13px;left:14px;font-size:11px;letter-spacing:.07em;background:white;padding:5px 8px}.visual-caption{position:absolute;bottom:12px;left:14px;font-size:11px;color:var(--muted)}.product-body{padding:22px}.product h3{font-family:'DM Sans',sans-serif;font-size:18px;line-height:1.3;letter-spacing:-.4px}.product p{font-size:14px;color:var(--muted);line-height:1.6;margin:9px 0 20px}.product-price{display:flex;align-items:baseline;gap:7px}.product-price strong{font-size:23px}.product-price span{font-size:12px;color:var(--muted)}.add{margin-top:18px;width:100%;padding:13px 15px;background:var(--yellow);border:0;border-radius:3px;display:flex;justify-content:space-between;font-size:14px;font-weight:700}.add:hover{background:#e6d918}.how{background:var(--navy);color:white;max-width:none;padding-left:max(5%,calc((100vw - 1296px)/2));padding-right:max(5%,calc((100vw - 1296px)/2))}.how .eyebrow{color:var(--yellow)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:55px;margin-top:45px}.steps article{border-top:1px solid #516071;padding-top:20px}.steps span{color:var(--yellow);font-size:14px}.steps h3{font:600 21px 'DM Sans',sans-serif;margin-top:20px}.steps p{color:#c1cad5;font-size:14px;line-height:1.8;max-width:340px}.material{display:grid;grid-template-columns:1fr 1fr;gap:70px}.material>div>p{color:var(--muted);font-size:15px;line-height:1.8;max-width:520px}.faqs{padding-top:22px}details{border-bottom:1px solid var(--line);padding:20px 0}summary{cursor:pointer;font-size:15px;font-weight:600}details p{font-size:14px;line-height:1.7;color:var(--muted)}footer{display:flex;align-items:center;gap:25px;border-top:1px solid var(--line);padding:30px 5%}footer p{font-size:14px}footer>span{margin-left:auto;color:var(--muted);font-size:12px}dialog{padding:28px;border:0;border-radius:8px;width:min(520px,95vw);max-height:90vh;color:var(--navy)}dialog::backdrop{background:#101b2ac2}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-head h2{font-size:35px}.close{background:none;border:0;font-size:30px}.drawer-note{font-size:13px;color:var(--muted);line-height:1.6}.cart-row{border-bottom:1px solid var(--line);padding:18px 0}.cart-row h3{font:600 16px 'DM Sans',sans-serif}.cart-row-main{display:flex;justify-content:space-between;gap:15px;align-items:center}.qty{display:flex;align-items:center;gap:14px;margin-top:12px}.qty button{border:1px solid var(--line);background:white;width:32px;height:32px;border-radius:3px}.qty .remove{width:auto;border:0;font-size:12px;color:var(--muted);margin-left:auto}.total{display:flex;justify-content:space-between;font-size:20px;font-weight:700;padding:22px 0}.checkout{width:100%;text-align:center;justify-content:center}.small{font-size:12px;color:var(--muted);line-height:1.7}.empty{padding:35px 0;color:var(--muted)}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:var(--navy);color:white;border-radius:4px;padding:14px 22px;box-shadow:0 4px 25px #0002;font-size:14px;opacity:0;pointer-events:none;transition:opacity .2s;z-index:5}#toast.show{opacity:1}@media(min-width:1500px){.hero-copy{padding-left:calc((100vw - 1296px)/2)}}@media(max-width:800px){header{padding:20px 5%;gap:10px}nav{display:none}.logo{font-size:27px}.hero{grid-template-columns:1fr}.hero-copy{padding:40px 6%}.hero-image{min-height:280px}.hero-meta{font-size:12px}.benefits{padding:19px 5%;gap:14px;flex-wrap:wrap}.benefits span{width:100%}.section{padding:45px 5%}.section-heading{display:block}.section-heading p{margin-top:18px}.products{grid-template-columns:repeat(2,1fr);gap:13px}.product-body{padding:17px}.shop-tools{align-items:start;flex-direction:column;gap:8px}.steps{gap:25px;grid-template-columns:1fr}.material{grid-template-columns:1fr;gap:15px}.faqs{padding-top:0}footer{flex-wrap:wrap}footer>span{width:100%;margin:0}.product-visual{height:145px}.dimension{font-size:44px}}@media(max-width:460px){.products{grid-template-columns:1fr}.product-visual{height:160px}.tabs button{padding:11px 14px}.cart-trigger{padding:10px;font-size:12px}.hero-meta i{margin:0 3px}.hero-meta{line-height:1.8}.demo{font-size:11px}.hero p{font-size:16px}.dimension{font-size:56px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.product-image{width:100%;height:220px;object-fit:cover}.page-content{min-height:45vh}.prose{line-height:1.8}.prose a{text-decoration:underline}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:45px}.product-detail img{max-width:100%;height:auto}.product-form label{display:block;margin:18px 0 8px}.product-form select,.product-form input{border:1px solid #cdd1d4;padding:12px;max-width:100%;background:white}.product-form select{width:100%}.product-form .button{margin-top:22px}.product-form button:disabled{opacity:.5;cursor:not-allowed}.cart-table{width:100%;border-collapse:collapse}.cart-table td,.cart-table th{padding:18px 8px;text-align:left;border-bottom:1px solid #ddd}.cart-table input{width:65px;padding:10px}.cart-actions{display:flex;gap:15px;justify-content:flex-end;flex-wrap:wrap;margin:24px 0}.cart-actions .button{gap:0}.policy-links{display:flex;gap:16px;flex-wrap:wrap;font-size:13px}.empty-state{padding:35px;border:1px solid #d9dddc;line-height:1.8}.pagination{padding:25px;display:flex;gap:15px;justify-content:center}.skip{position:absolute;left:-9999px}.skip:focus{left:10px;top:10px;background:white;padding:12px;z-index:50}.contact-form input,.contact-form textarea{display:block;width:100%;padding:12px;border:1px solid #bbc2c8;margin:8px 0 20px;font:inherit}.contact-form{max-width:650px}.demo{font-size:14px;letter-spacing:0}.mobile-menu{display:none}.price-note{font-size:14px;color:#5c6571}.product-detail h1{font-size:54px}.header-link{display:inline-block}.shopify-policy__container{max-width:900px!important;line-height:1.8;padding:40px 5%!important}@media(max-width:800px){.product-detail{grid-template-columns:1fr}.mobile-menu{display:flex;justify-content:center;gap:25px;padding:0 15px 17px;font-size:14px}.cart-table td,.cart-table th{padding:12px 3px;font-size:14px}.product-detail h1{font-size:40px}}