:root{--red:#c51d2d;--red2:#8f0f1b;--black:#111315;--ink:#171a1e;--muted:#6b7077;--paper:#f6f4f1;--white:#fff;--line:#e2dfda;--gold:#d7a845;--wrap:min(1240px,calc(100% - 40px))}*{box-sizing:border-box}html{font:16px/1.55 Inter,"Helvetica Neue",Arial,sans-serif;color:var(--ink);background:var(--paper);scroll-behavior:smooth}body{margin:0;background:var(--paper)}a{color:inherit}img{max-width:100%;height:auto}.wrap{width:var(--wrap);margin-inline:auto}.narrow{max-width:860px}.review-ribbon{background:#f2b84a;color:#241803;text-align:center;font-size:12px;font-weight:800;padding:5px;letter-spacing:.04em}.site-header{position:sticky;top:0;z-index:50;background:rgba(17,19,21,.96);backdrop-filter:blur(14px);color:white;border-bottom:1px solid rgba(255,255,255,.1)}.header-row{height:76px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;min-width:210px}.brand-mark{display:grid;place-items:center;width:44px;height:44px;background:linear-gradient(145deg,#d82839,#8a0e19);border:1px solid rgba(255,255,255,.25);border-radius:10px;color:white;font:900 13px/1 Georgia,serif;transform:skew(-4deg)}.brand b,.brand small{display:block;letter-spacing:.11em}.brand b{font-size:14px}.brand small{font-size:9px;color:#c9c9c9}.site-header nav{display:flex;align-items:center;gap:24px;margin-right:auto}.site-header nav a,.header-tools a{text-decoration:none;font-size:13px;font-weight:750}.site-header nav a:hover,.header-tools a:hover{color:#ff6572}.header-tools{display:flex;gap:18px;align-items:center}.bag span{display:inline-grid;place-items:center;background:var(--red);width:20px;height:20px;border-radius:50%;font-size:11px}.menu-toggle{display:none}.site-footer{background:#111315;color:#d9d9d9;padding:60px 0 24px;margin-top:80px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:48px}.site-footer h4{color:white;margin:0 0 16px}.site-footer p{max-width:360px;color:#9fa2a6}.site-footer a:not(.brand){display:block;color:#bfc1c4;text-decoration:none;margin:8px 0}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #303236;margin-top:42px;padding-top:20px;font-size:12px;color:#8d9196}.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:5px;text-decoration:none;font-weight:850;border:1px solid transparent;transition:.2s}.button.primary,.woocommerce a.button.alt,.woocommerce button.button.alt{background:var(--red)!important;color:white!important}.button.primary:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover{background:var(--red2)!important}.button.ghost{border-color:rgba(255,255,255,.4);color:white}.kicker{font-size:11px;letter-spacing:.15em;font-weight:900;color:#ff929a}.kicker.dark{color:var(--red)}.section{padding:78px 0}.section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:28px}.section-head h2,.archive-head h1{font-size:clamp(30px,4vw,48px);line-height:1.05;margin:7px 0 8px}.section-head p{color:var(--muted);margin:0}.section-head>a{font-size:13px;font-weight:800;color:var(--red)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{background:white!important;border:1px solid var(--line);border-radius:10px;overflow:hidden;transition:.25s;min-width:0}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(30,22,20,.1)}.product-card>a{text-decoration:none}.product-card-media{position:relative;aspect-ratio:4/5;background:#e9e6e1;overflow:hidden}.product-card-media img{display:block;width:100%;height:100%;object-fit:cover;transition:.45s}.product-card:hover img{transform:scale(1.025)}.product-card-media span{position:absolute;left:12px;top:12px;background:#151515;color:white;border-radius:4px;padding:5px 8px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.product-card-copy{padding:15px 16px 18px}.product-card-copy small{color:var(--muted);font-size:10px}.product-card-copy h3{font-size:14px;line-height:1.35;margin:5px 0 10px;min-height:38px}.product-card-copy .price{font-size:17px;font-weight:900;color:var(--red)}.product-card-copy b{display:block;font-size:11px;margin-top:10px}.content-main,.commerce-main{min-height:60vh;padding:48px 0}.content-main h1{font-size:clamp(36px,6vw,66px);line-height:1;margin:10px 0 30px}.prose{font-size:18px;color:#3f444a}.prose p{margin:0 0 20px}@media(max-width:980px){.site-header nav{display:none;position:absolute;top:76px;left:0;right:0;background:#181a1d;padding:18px 20px;flex-direction:column;align-items:flex-start}.site-header nav.open{display:flex}.menu-toggle{display:block;margin-left:auto;background:none;border:1px solid #555;color:white;border-radius:5px;padding:7px 10px}.header-tools a:first-child{display:none}.product-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){:root{--wrap:min(100% - 26px,1240px)}.header-row{height:66px}.brand{min-width:0}.brand-mark{width:39px;height:39px}.brand span:last-child{display:none}.menu-toggle{margin-left:0}.site-header nav{top:66px}.header-tools{margin-left:auto}.section{padding:54px 0}.section-head{align-items:flex-start;flex-direction:column}.product-grid{gap:10px}.product-card-copy{padding:12px}.product-card-copy h3{font-size:12px}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-bottom{flex-direction:column;gap:8px}}
