:root{--red:#b30d18;--deep:#090909;--gold:#d5ad4b;--silver:#d9dde3;--paper:#f7f7f8;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--deep);background:var(--paper);font-size:16px;line-height:1.55}.topbar{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,72px);background:#080808;color:white;position:sticky;top:0;z-index:10;border-bottom:2px solid var(--gold)}.brand{color:white;text-decoration:none;font-weight:800;font-size:1.2rem}.brand span{display:inline-grid;place-items:center;background:var(--red);border:2px solid var(--gold);width:38px;height:38px;border-radius:50%;margin-right:8px}.cart-button{border:1px solid #666;background:#191919;color:white;border-radius:999px;padding:10px 16px;font-size:1rem}.cart-button b{display:inline-grid;place-items:center;background:var(--red);min-width:24px;height:24px;border-radius:50%;margin-left:6px}.hero{min-height:570px;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:48px;padding:70px clamp(24px,7vw,110px);color:white;background:radial-gradient(circle at 75% 30%,#4b4b50 0 8%,transparent 28%),linear-gradient(125deg,#050505 0 55%,#7f0710 100%);overflow:hidden}.hero h1{font-family:Georgia,serif;font-size:clamp(2.8rem,7vw,6.5rem);line-height:.94;max-width:850px;margin:12px 0 24px}.hero p:not(.eyebrow){max-width:620px;color:#e8e8e8;font-size:1.12rem}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:.78rem;font-weight:800;color:var(--gold)}.primary,.add,.checkout{display:inline-block;border:0;background:var(--red);color:white;text-decoration:none;font-weight:800;padding:14px 20px;border-radius:6px;cursor:pointer;font-size:1rem}.primary{margin-top:15px;border:1px solid #e14a53}.hero-mark{justify-self:center;width:min(310px,70vw);aspect-ratio:1;display:grid;place-items:center;border:2px solid var(--gold);outline:14px solid rgba(255,255,255,.08);border-radius:50%;transform:rotate(-5deg)}.hero-mark span{font-family:Georgia,serif;font-size:6rem;font-weight:900;color:var(--gold)}.hero-mark small{position:absolute;margin-top:150px;letter-spacing:.2em}.shop{padding:80px clamp(20px,6vw,90px)}.section-heading h2,.notice h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.4rem);margin:4px 0 32px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:white;border:1px solid var(--silver);padding:26px;min-height:330px;display:flex;flex-direction:column;box-shadow:0 12px 28px rgba(0,0,0,.06)}.card:nth-child(even){border-top:5px solid var(--red)}.card:nth-child(odd){border-top:5px solid var(--gold)}.card h3{font-size:1.4rem;margin:16px 0 8px}.card p{color:#4d4d52;flex:1}.card-icon{width:52px;height:52px;display:grid;place-items:center;background:#0b0b0b;color:var(--gold);border-radius:50%;font-family:Georgia,serif;font-size:1.4rem;font-weight:bold}.notice{margin:10px clamp(20px,6vw,90px) 80px;padding:44px;background:linear-gradient(110deg,#111,#28282b);color:white;border-left:8px solid var(--red)}.notice p:last-child{max-width:920px;color:#ddd}.drawer{position:fixed;right:0;top:0;width:min(420px,92vw);height:100%;background:white;z-index:30;padding:26px;transform:translateX(105%);transition:.25s;box-shadow:-12px 0 35px rgba(0,0,0,.22)}.drawer.open{transform:none}.drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd}.drawer-head button{border:0;background:none;font-size:2rem}.drawer ul{padding:0;list-style:none}.drawer li{padding:12px 0;border-bottom:1px solid #eee}.checkout{width:100%;margin-top:20px}.checkout-note{font-size:.82rem;color:#666}.scrim{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:20;display:none}.scrim.show{display:block}footer{background:#080808;color:white;padding:35px clamp(20px,6vw,90px);display:flex;justify-content:space-between;border-top:2px solid var(--gold)}@media(max-width:900px){.hero{grid-template-columns:1fr;min-height:auto}.hero-mark{display:none}.grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.topbar{height:68px;padding:0 16px}.brand{font-size:1rem}.hero{padding:55px 22px}.hero h1{font-size:3.2rem}.grid{grid-template-columns:1fr}.shop{padding:55px 18px}.notice{margin:0 18px 55px;padding:28px 22px}footer{flex-direction:column;gap:8px}}
