:root{--red:#cc0000;--ink:#151515;--muted:#686868;--cream:#f8f6f2}*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif;background:#fff}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:1rem;z-index:99}.announcement{background:var(--red);color:#fff;text-align:center;padding:.65rem 1rem;font-weight:700}.site-header{height:100px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);position:relative;background:#fff;border-bottom:1px solid #eee}.brand{display:flex;align-items:center;gap:16px;font-size:30px}.logo{width:66px;height:66px;object-fit:contain;border-radius:50%}.desktop-nav{display:flex;gap:28px;font-weight:700}.desktop-nav a:hover{color:var(--red)}.menu-button{display:none;background:none;border:0;font-size:30px}.mobile-nav{position:absolute;top:100%;left:0;right:0;background:#fff;padding:20px 5vw;z-index:10;box-shadow:0 12px 25px #0002}.mobile-nav a{display:block;padding:12px 0;font-weight:700}.hero{background:var(--red);color:#fff}.hero-inner{max-width:1200px;margin:auto;padding:95px 5vw 105px}.hero-pill{display:inline-block;padding:14px 26px;border:2px solid #ffffff70;border-radius:99px;font-weight:700;font-size:18px}.hero h1{white-space:pre-line;max-width:850px;font-size:clamp(54px,8vw,108px);line-height:.92;letter-spacing:-.06em;margin:48px 0 34px}.hero p{font-size:clamp(20px,2.4vw,30px);line-height:1.45;max-width:730px;color:#fffddd;margin-bottom:42px}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;background:var(--red);color:#fff;border:0;border-radius:999px;padding:17px 30px;font-size:17px;font-weight:800;cursor:pointer}.button-light{background:#fff;color:#c90019;font-size:20px;padding:21px 34px}.button:disabled{opacity:.45}.secondary{background:#222}.page-width{max-width:1240px;margin:auto;padding-left:5vw;padding-right:5vw}.section-space{padding-top:80px;padding-bottom:90px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:32px}.section-heading h2,.section-space>h1{font-size:clamp(36px,5vw,58px);letter-spacing:-.04em;margin:8px 0}.section-heading>a{color:var(--red);font-weight:800}.kicker{color:var(--red);font-size:13px;letter-spacing:.15em;font-weight:900}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.product-card{border:1px solid #e7e7e7;border-radius:24px;overflow:hidden;background:#fff;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #0001}.product-image{aspect-ratio:1;background:var(--cream)}.product-image img{width:100%;height:100%;object-fit:contain}.placeholder{height:100%;display:grid;place-items:center;color:#c9c4bd;font-weight:900;font-size:22px;letter-spacing:.08em}.placeholder.large{min-height:500px}.product-info{padding:20px}.product-info h3{font-size:17px;line-height:1.35;margin:0 0 12px}.price,.product-price{font-size:21px;font-weight:900;color:var(--red)}.product-page{display:grid;grid-template-columns:1.15fr .85fr;gap:70px}.product-gallery{background:var(--cream);border-radius:28px;overflow:hidden}.product-gallery img{width:100%;height:100%;object-fit:contain}.product-details h1{font-size:clamp(34px,4vw,58px);line-height:1.02;letter-spacing:-.04em}.product-price{font-size:32px}.rte{line-height:1.7;color:#474747}.quantity,.search-form input{padding:15px;border:1px solid #bbb;border-radius:12px;font-size:16px;margin:8px 12px 18px 0}.cart-row{display:grid;grid-template-columns:100px 1fr auto;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid #ddd}.cart-row img{width:100px;height:100px;object-fit:contain;background:var(--cream)}.cart-total{text-align:right;margin-top:30px}.search-form{display:flex;margin:25px 0 45px}.search-form input{flex:1;margin:0 12px 0 0}.footer{background:#121212;color:#fff;padding:65px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-grid>div{display:flex;flex-direction:column;gap:13px}.footer-grid a{color:#ccc}.footer-brand{font-size:30px}.copyright{border-top:1px solid #ffffff30;margin-top:50px;padding-top:24px;color:#aaa}.pagination{grid-column:1/-1;margin-top:30px}.center{text-align:center}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:850px){.announcement{font-size:13px}.site-header{height:82px;padding:0 24px}.brand{font-size:24px;gap:12px}.logo{width:55px;height:55px}.desktop-nav{display:none}.menu-button{display:block}.hero-inner{padding:70px 28px 80px}.hero h1{font-size:58px;margin-top:38px}.hero p{font-size:22px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.section-space{padding-top:55px;padding-bottom:65px}.product-page{grid-template-columns:1fr;gap:35px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}@media(max-width:480px){.brand strong{font-size:21px}.hero h1{font-size:50px}.hero-pill{font-size:15px;padding:12px 18px}.product-info{padding:15px}.product-info h3{font-size:15px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}}
