:root{--coal:#171410;--coal2:#28231d;--orange:#f05a24;--amber:#ffc247;--cream:#fff7e6;--sand:#e7ddca;--muted:#756d63}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--coal);font-family:Arial,Helvetica,sans-serif;background:#fffdf8}a{text-decoration:none;color:inherit}.wrap{max-width:1220px;margin:auto;padding:0 24px}.topbar{background:#0d0b09;color:#ddd3c4;font-size:11px}.topbar .wrap{min-height:38px;display:flex;gap:30px;align-items:center;justify-content:space-between}.topbar span:last-child{opacity:.75;text-align:right}header{height:88px;background:rgba(23,20,16,.98);position:sticky;top:0;z-index:30;border-bottom:1px solid #ffffff19}.nav{height:88px;display:flex;align-items:center;justify-content:space-between}.logo img{width:230px;height:66px;object-fit:contain}.nav nav{display:flex;align-items:center;gap:28px;color:#f9f2e7;font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.nav nav a:hover{color:var(--amber)}.menu{display:none;border:0;background:none;color:white;font-size:26px}.hero{min-height:650px;color:white;background:radial-gradient(circle at 75% 56%,#ef5b241f 0 11%,transparent 32%),linear-gradient(105deg,#100e0b 0%,#252017 65%,#0b0907 100%);position:relative;overflow:hidden}.hero:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(100deg,transparent 0 28px,#ffffff05 29px 30px);opacity:.6}.embers{position:absolute;right:5%;bottom:-120px;width:520px;height:520px;background:radial-gradient(circle,#ffbd3c 0 2%,#e54e18 3% 7%,transparent 8%) 0 0/85px 85px;filter:blur(1px);opacity:.38;transform:rotate(19deg)}.hero-inner{min-height:650px;position:relative;z-index:2;display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:center}.eyebrow{margin:0 0 16px;color:var(--amber);font-weight:900;font-size:12px;letter-spacing:2.8px}.orange{color:var(--orange)}.hero h1,.pagehero h1{font-size:62px;line-height:1.03;letter-spacing:-2.5px;margin:0 0 22px;max-width:760px}.hero-inner>div>p:not(.eyebrow){font-size:19px;line-height:1.7;color:#ddd4c7;max-width:650px}.hero-actions{display:flex;gap:13px;margin:32px 0}.primary,.buy{display:inline-block;background:var(--orange);color:white!important;font-weight:900;border-radius:5px;padding:16px 22px;border:0}.primary:hover,.buy:hover{background:#d94916}.ghost{border:1px solid #ffffff6b;padding:15px 21px;border-radius:5px;font-weight:800}.hero-checks{display:flex;gap:24px;color:#d9cfbf;font-size:13px}.fire-card{width:330px;height:330px;border:1px solid #ffffff20;border-radius:50%;background:radial-gradient(circle,#f05a2433,transparent 65%);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(-5deg);box-shadow:0 0 120px #f05a2425}.fire-card span,.fire-card strong{font-size:66px;line-height:.85;font-weight:1000;letter-spacing:-5px}.fire-card strong{color:var(--orange)}.fire-card small{margin-top:24px;letter-spacing:4px;color:var(--amber)}.pagehero{background:linear-gradient(120deg,#14110e,#33291f);color:white;padding:82px 0;border-bottom:6px solid var(--orange)}.pagehero h1{font-size:51px}.pagehero>div>p:last-child{font-size:18px;color:#d8cfc3;line-height:1.6;max-width:750px}.category-strip{background:var(--cream);border-bottom:1px solid #ded2bd}.category-strip .wrap{display:grid;grid-template-columns:repeat(6,1fr)}.category-strip a{min-height:128px;padding:20px 12px;text-align:center;border-right:1px solid #ded2bd;display:flex;flex-direction:column;justify-content:center}.category-strip a:first-child{border-left:1px solid #ded2bd}.category-strip span{font-size:22px}.category-strip strong{font-size:13px;margin:8px 0}.category-strip small{font-size:11px;color:var(--muted)}.section{padding:80px 0}.section h2,.cta h2{font-size:40px;letter-spacing:-1px;margin:0 0 28px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:white;border:1px solid #e3dbcf;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;transition:.2s;box-shadow:0 5px 20px #2a21170a}.product-card:hover{transform:translateY(-4px);box-shadow:0 14px 36px #2a211719}.product-card[hidden]{display:none}.product-image{height:230px;display:grid;place-items:center;padding:18px;background:#fff}.product-image img{width:100%;height:100%;object-fit:contain}.product-image span,.detail-image>span{font-size:70px}.product-info{padding:19px;display:flex;flex:1;flex-direction:column}.brand{color:var(--orange);text-transform:uppercase;font-size:10px;font-weight:900;letter-spacing:1.2px;margin:0 0 8px}.product-card h3{font-size:17px;line-height:1.35;margin:0 0 10px}.short{font-size:12px;color:var(--muted);line-height:1.5;margin:0 0 18px}.price-row{margin-top:auto;display:flex;gap:10px;align-items:flex-end;justify-content:space-between}.price-row del,.detail-price del{display:block;color:#9c9489;font-size:12px}.price-row strong{display:block;font-size:19px}.buy{padding:11px 12px;font-size:11px;white-space:nowrap}.filters{display:flex;gap:12px;align-items:center;margin-bottom:28px;padding:18px;background:var(--cream);border-radius:7px}.filters input,.filters select{padding:13px;border:1px solid #d5c9b7;background:white;border-radius:4px;font:inherit}.filters input{flex:1}.filters span{font-size:13px;color:var(--muted)}.empty{padding:60px;background:var(--cream);text-align:center;border-radius:8px}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.detail-image{min-height:520px;background:white;border:1px solid #e4dbcf;border-radius:9px;padding:40px;display:grid;place-items:center}.detail-image img{width:100%;height:440px;object-fit:contain}.product-detail h2{font-size:43px}.product-detail p{line-height:1.75;color:var(--muted)}.detail-price{margin:20px 0}.detail-price strong{font-size:35px;color:var(--orange)}.wide{display:block;text-align:center;margin-top:28px}.disclosure{display:block;color:#8b8378;line-height:1.5;margin:12px 0 30px}.product-detail dl{display:grid;grid-template-columns:120px 1fr;border-top:1px solid #e4dbcf}.product-detail dt,.product-detail dd{margin:0;padding:13px 0;border-bottom:1px solid #e4dbcf}.product-detail dt{font-weight:bold}.prose{max-width:900px}.prose p,.prose li{color:var(--muted);line-height:1.8}.prose h2{margin-top:45px}.prose h2:first-child{margin-top:0}.advice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.advice-grid article{padding:25px;background:var(--cream);border-left:5px solid var(--orange)}.advice-grid h3{margin-top:0}.cta{background:var(--orange);color:white;padding:55px 0}.cta .wrap{display:flex;justify-content:space-between;align-items:center}.cta .eyebrow{color:#361309}.cta h2{margin:0}.lightbtn{background:var(--cream);color:var(--coal);padding:16px 22px;border-radius:5px;font-weight:900}footer{background:#171410;color:#cfc5b7;padding-top:65px}.footergrid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:65px;padding-bottom:50px}.footerlogo{width:230px}.footergrid p{line-height:1.65;max-width:450px}.footergrid small{display:block;line-height:1.5;color:#8f867a}.footergrid h3{color:var(--amber)}.footergrid>div>a{display:block;margin:13px 0;font-size:13px}.subfooter{border-top:1px solid #ffffff18;padding:20px 0;font-size:12px}.subfooter .wrap{display:flex;justify-content:space-between}
@media(max-width:950px){.product-grid{grid-template-columns:repeat(3,1fr)}.category-strip .wrap{grid-template-columns:repeat(3,1fr)}.hero-inner{grid-template-columns:1fr}.fire-card{display:none}.hero h1{font-size:52px}.nav nav{display:none}.menu{display:block}.nav nav.open{display:flex;position:absolute;top:88px;left:0;right:0;background:#171410;flex-direction:column;padding:25px}.product-detail{grid-template-columns:1fr}.detail-image{min-height:400px}}
@media(max-width:680px){.wrap{padding:0 17px}.topbar span:last-child{display:none}.hero,.hero-inner{min-height:580px}.hero h1,.pagehero h1{font-size:39px}.hero-actions,.hero-checks{flex-direction:column}.hero-checks{gap:9px}.category-strip .wrap,.product-grid,.advice-grid,.footergrid{grid-template-columns:1fr 1fr}.category-strip a:nth-child(odd){border-left:1px solid #ded2bd}.filters{align-items:stretch;flex-direction:column}.cta .wrap{display:block}.lightbtn{display:inline-block;margin-top:24px}.product-detail h2{font-size:34px}.detail-image{min-height:320px}.detail-image img{height:300px}}
@media(max-width:440px){.product-grid,.footergrid{grid-template-columns:1fr}.logo img{width:200px}.section{padding:60px 0}.product-image{height:260px}.subfooter .wrap{display:block}.subfooter span{display:block;margin-top:8px}}
