@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800;900&display=swap');
:root{--ink:#111;--red:#ff2d2d;--red-dark:#d91e1e;--line:#e5e5e5;--paper:#fff;--soft:#f7f7f5;--radius:22px;--max:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Montserrat,Arial,sans-serif;font-size:16px;line-height:1.65}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}.container{width:min(calc(100% - 40px),var(--max));margin:auto}.narrow{max-width:760px}.site-header{position:sticky;top:0;z-index:20;background:#fffffff2;backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand img{width:145px}.primary-nav{display:flex;align-items:center;gap:23px;font-size:13px;font-weight:700}.primary-nav a:hover,.text-link,.arrow-link{color:var(--red-dark)}.menu-toggle{display:none;border:1px solid var(--ink);background:#fff;border-radius:9px;padding:8px 12px;font:inherit;font-size:12px;font-weight:800}.hero{overflow:hidden;background:linear-gradient(112deg,#fff 0%,#fff 53%,#fff1f1 100%)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;min-height:610px;gap:30px}.eyebrow{margin:0 0 9px;color:var(--red-dark);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}h1,h2,h3{line-height:1.08;letter-spacing:-.05em}h1{font-size:clamp(45px,7vw,88px);margin:0 0 22px;font-weight:900}h1 em{font-style:normal;color:var(--red)}h2{font-size:clamp(32px,4vw,52px);margin:0 0 28px}h3{font-size:21px;margin:4px 0 9px}.hero-copy{font-size:23px;font-weight:800;line-height:1.35;margin:0 0 12px}.hero p:not(.eyebrow){max-width:590px}.hero-art{position:relative}.hero-art img{width:100%;aspect-ratio:1.18;object-fit:cover;object-position:right center;border-radius:var(--radius);filter:drop-shadow(0 25px 30px #1112)}.hero-art picture{display:block}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.button{border:1px solid var(--red);border-radius:11px;background:var(--red);color:#fff;display:inline-flex;justify-content:center;align-items:center;min-height:50px;padding:12px 19px;font:inherit;font-weight:800;cursor:pointer;transition:.18s}.button:hover{background:var(--red-dark);border-color:var(--red-dark);transform:translateY(-1px)}.button-secondary{background:transparent;color:var(--ink);border-color:var(--ink)}.button-secondary:hover{background:var(--ink);color:white}.trust{border-block:1px solid var(--line);padding:18px 0}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center;font-size:12px;font-weight:800}.trust-grid span:before{content:'✦';color:var(--red);margin-right:8px}.section{padding:92px 0}.section-muted{background:var(--soft)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:35px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-grid a{min-height:150px;padding:22px;border-radius:var(--radius);background:#111;color:#fff;font-size:20px;font-weight:800;display:flex;justify-content:space-between;align-items:end;transition:.2s}.category-grid a:nth-child(2){background:var(--red)}.category-grid a:nth-child(3){background:#eee;color:#111}.category-grid a:hover{transform:translateY(-4px)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.product-visual{background:#f2f2f0;aspect-ratio:1.2;overflow:hidden}.product-visual img{width:100%;height:100%;object-fit:cover;transition:.35s}.product-card:hover img{transform:scale(1.04)}.product-card-body{padding:19px}.product-card p:not(.eyebrow){font-size:13px;line-height:1.55;color:#555;margin:0}.card-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:18px}.arrow-link{font-size:13px;font-weight:800}.custom-banner{background:var(--red);color:white}.custom-banner .eyebrow{color:#111}.custom-banner h2{max-width:600px}.page-hero{padding:100px 0 65px;background:var(--soft)}.page-hero p{font-size:18px;max-width:680px}.breadcrumbs{padding:25px 0 5px;font-size:12px;color:#666;display:flex;gap:9px}.product-page{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(30px,6vw,80px);padding:35px 0 75px}.product-gallery>img{width:100%;background:#f2f2f0;border-radius:var(--radius);aspect-ratio:1.25;object-fit:cover}.product-gallery>div{display:flex;gap:10px;margin-top:10px}.product-gallery>div img{width:96px;border:1px solid var(--line);border-radius:12px}.price{font-size:28px;font-weight:900;margin:8px 0 17px}.lead{font-size:17px}.features{padding:0;list-style:none}.features li{border-top:1px solid var(--line);padding:10px 0;font-size:14px}.features li:before{content:'✓';color:var(--red);font-weight:900;margin-right:10px}.quick-order{margin-top:28px;padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.quick-order h2{font-size:28px;margin-bottom:8px}.quick-order p{font-size:13px}.order-form,.custom-order-form{display:grid;gap:11px;margin-top:17px}.order-form label,.custom-order-form label{font-size:12px;font-weight:800}.order-form input:not([type=checkbox]),.order-form select,.custom-order-form input,.custom-order-form textarea{display:block;width:100%;border:1px solid #bbb;border-radius:9px;padding:12px;font:inherit;font-size:15px;margin-top:5px}.quantity select{max-width:110px}.consent{display:flex;gap:9px;align-items:flex-start;font-weight:500!important;line-height:1.45}.consent input{margin-top:4px;accent-color:var(--red)}small{color:#666;font-size:11px}.honeypot{position:absolute!important;left:-10000px!important}.form-message{margin:0;color:#a00000;font-size:13px;font-weight:700}.form-message.success{color:#087a33}.delivery{margin-top:20px;padding-top:18px;border-top:1px solid var(--line);font-size:13px}.delivery p{margin:3px 0}.prose{font-size:17px}.prose h2{font-size:30px;margin-top:34px}.prose a{color:var(--red-dark);text-decoration:underline;font-weight:700}.specs{display:grid;grid-template-columns:1fr 2fr;border-top:1px solid var(--line);margin-top:30px}.specs dt,.specs dd{margin:0;padding:12px 0;border-bottom:1px solid var(--line)}.specs dt{font-weight:800}.site-footer{background:#111;color:#fff;padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:1.1fr .7fr 1fr;gap:45px}.footer-grid img{filter:invert(1)}.footer-grid a{display:block;margin:8px 0;font-size:13px}.footer-grid p{font-size:13px;color:#ddd}.footer-grid strong{font-size:13px}.footer-bottom{border-top:1px solid #444;margin-top:35px;padding-top:18px;color:#aaa;font-size:11px}.not-found{padding:160px 0}.thank-you-upsell{display:flex;gap:12px;flex-wrap:wrap}@media(max-width:760px){.container{width:min(calc(100% - 28px),var(--max))}.nav{min-height:64px}.brand img{width:124px}.menu-toggle{display:block}.primary-nav{display:none;position:absolute;top:64px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:16px 20px;flex-direction:column;align-items:flex-start}.primary-nav.open{display:flex}.hero-grid,.product-page{grid-template-columns:1fr;min-height:auto;padding-block:58px}.hero-art{order:-1;width:82%;justify-self:center}.hero h1{font-size:52px}.hero-copy{font-size:19px}.trust-grid{grid-template-columns:1fr 1fr;gap:11px;text-align:left}.section{padding:60px 0}.category-grid{grid-template-columns:1fr 1fr}.category-grid a{min-height:115px;font-size:16px}.product-grid{grid-template-columns:1fr}.section-heading{align-items:flex-start;flex-direction:column}.page-hero{padding:65px 0 45px}.footer-grid{grid-template-columns:1fr;gap:25px}.product-page{gap:5px}.product-info{padding-top:0}.quick-order{margin-inline:-2px}.not-found{padding:95px 0}.prose{font-size:16px}}@media(min-width:761px) and (max-width:1050px){.primary-nav{gap:11px;font-size:10px}.product-grid{grid-template-columns:repeat(2,1fr)}.hero-grid{min-height:520px}}.category-grid a{position:relative;overflow:hidden;padding:0;isolation:isolate}.category-grid a img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.category-grid a:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#111c,transparent 70%);z-index:-1}.category-grid a strong,.category-grid a span{padding:18px}.category-grid a span{margin-left:auto}.about-hero,.thank-hero{padding:85px 0;background:var(--soft)}.about-hero-grid,.thank-grid{width:min(calc(100% - 40px),var(--max));margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.about-hero img,.thank-grid img{width:100%;height:330px;object-fit:cover;border-radius:var(--radius)}.lifestyle-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.lifestyle-grid img{width:100%;height:270px;object-fit:cover;border-radius:var(--radius)}@media(max-width:760px){.about-hero,.thank-hero{padding:58px 0}.about-hero-grid,.thank-grid,.lifestyle-grid{width:min(calc(100% - 28px),var(--max));grid-template-columns:1fr;gap:22px}.about-hero img,.thank-grid img,.lifestyle-grid img{height:auto;aspect-ratio:1.35;object-fit:cover}.category-grid a strong,.category-grid a span{padding:12px}}