*{margin:0;padding:0;box-sizing:border-box}:root{--bg-dark: #141414;--bg-dark-elevated: #1f1f1f;--bg-light: #f5e7d8;--bg-light-soft: #faf1e6;--text-light: #fdfdfd;--text-muted-light: rgba(253, 253, 253, .72);--text-dark: #1a1a1a;--text-muted-dark: rgba(26, 26, 26, .72);--accent: #fdd835;--accent-hover: #ffdf4a;--accent-deep: #c9a200;--border: #2a2a2a;--border-light: rgba(26, 26, 26, .12);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .06), 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08), 0 2px 6px rgba(0, 0, 0, .06);--shadow-lg: 0 18px 40px rgba(0, 0, 0, .18), 0 6px 14px rgba(0, 0, 0, .08);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--container-px: clamp(1rem, 4vw, 2rem);--section-py: clamp(3.5rem, 8vw, 6rem);--transition: .2s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,system-ui,sans-serif;background-color:var(--bg-dark);color:var(--text-light);line-height:1.65;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}h1,h2,h3,h4{font-weight:700;line-height:1.15;letter-spacing:-.015em}h2{font-size:clamp(1.75rem,3vw,2.25rem)}h3{font-size:1.25rem;letter-spacing:-.01em}p{color:inherit}img{display:block;max-width:100%}a{color:inherit;transition:color var(--transition)}::selection{background:var(--accent);color:var(--text-dark)}main{min-height:calc(100vh - 170px)}.accent{color:var(--accent)}.container{max-width:1200px;margin:0 auto;padding-inline:var(--container-px)}.stack-md>*+*{margin-top:1rem}.site-header{position:sticky;top:0;z-index:50;padding:.85rem clamp(1rem,4vw,2rem);background:#141414d9;backdrop-filter:saturate(140%) blur(10px);-webkit-backdrop-filter:saturate(140%) blur(10px);display:flex;align-items:center;justify-content:space-between;gap:1.5rem;border-bottom:1px solid var(--border)}.site-header a{text-decoration:none}.brand-row{display:flex;align-items:center;gap:.85rem}.brand-row h1{font-size:1.4rem;font-weight:700;letter-spacing:-.01em;margin:0}.logo{height:38px;width:auto}.site-header nav{display:flex;flex-wrap:wrap;gap:.25rem}.site-header nav a{position:relative;color:var(--text-muted-light);text-decoration:none;font-weight:500;font-size:.95rem;padding:.5rem .85rem;border-radius:var(--radius-sm);transition:color var(--transition),background var(--transition)}.site-header nav a:hover{color:var(--text-light);background:#ffffff0a}.site-header nav a.active{color:var(--accent)}.site-header nav a.active:after{content:"";position:absolute;left:.85rem;right:.85rem;bottom:.25rem;height:2px;background:var(--accent);border-radius:2px}.hero{display:flex;align-items:center;justify-content:center;text-align:center;background:url(/images/hero-charcoal.png) center/cover no-repeat;min-height:68vh;position:relative;padding:clamp(3rem,8vw,5rem) 1.5rem;overflow:hidden}.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,#14141459,#141414d9 75%),linear-gradient(180deg,#14141466,#141414d9)}.hero-content{position:relative;z-index:1;max-width:760px}.hero h1{font-size:clamp(2.25rem,5.5vw,3.75rem);margin-bottom:1.25rem;letter-spacing:-.02em}.hero p{font-size:clamp(1.05rem,1.6vw,1.2rem);margin:0 auto 2.25rem;max-width:620px;color:var(--text-muted-light)}.hero-actions{display:flex;justify-content:center;gap:.85rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.6rem;background:var(--accent);color:var(--text-dark);border:1px solid transparent;border-radius:var(--radius-sm);text-decoration:none;font-weight:700;font-size:.95rem;letter-spacing:.01em;cursor:pointer;box-shadow:0 4px 14px #fdd83540;transition:background var(--transition),transform var(--transition),box-shadow var(--transition)}.btn:hover{background:var(--accent-hover);color:var(--text-dark);transform:translateY(-1px);box-shadow:0 6px 20px #fdd83559}.btn:active{transform:translateY(0)}.btn.btn-secondary{background:transparent;color:var(--text-light);border-color:#fdfdfd73;box-shadow:none}.btn.btn-secondary:hover{background:#ffffff14;color:var(--text-light);border-color:#fdfdfdcc;box-shadow:none}.section{padding:var(--section-py) var(--container-px)}.section.light{background-color:var(--bg-light);color:var(--text-dark)}.section.dark{background-color:var(--bg-dark);color:var(--text-light)}.section h2{margin-bottom:1.25rem;position:relative;display:inline-block}.section h2:after{content:"";display:block;width:48px;height:3px;background:var(--accent);border-radius:2px;margin-top:.6rem}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.75rem;margin-top:2.25rem}.product-highlight-container{max-width:1520px;padding-inline:clamp(1.25rem,4vw,3.5rem)}.product-highlight-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.product-highlight-cards .card img{height:200px}.card{background:#fff;color:var(--text-dark);padding:1.25rem 1.25rem 1.5rem;border-radius:var(--radius-md);text-align:left;display:flex;flex-direction:column;border:1px solid var(--border-light);box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition)}.section.dark .card{background:var(--bg-light)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:#fdd83566}.card img{width:100%;height:200px;object-fit:cover;border-radius:var(--radius-sm);margin-bottom:1.1rem;background:#f0e6d8}.card h3{margin-bottom:.5rem;font-size:1.25rem}.card .price{font-size:1.1rem;font-weight:700;color:var(--accent-deep);margin-bottom:.5rem}.card p{font-size:.95rem;margin-bottom:1.25rem;color:var(--text-muted-dark);flex:1}.card .btn{align-self:flex-start}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.75rem;margin-top:2.25rem}.features>div{padding:1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-md);transition:transform var(--transition),border-color var(--transition),background var(--transition)}.features>div:hover{transform:translateY(-2px);border-color:#fdd83559;background:#ffffff0d}.section.light .features>div{background:#ffffff73;border-color:var(--border-light)}.section.light .features>div:hover{background:#fff;border-color:#fdd83580}.features h3{margin-bottom:.5rem}.features p{color:inherit;opacity:.85;font-size:.95rem}.feature-list{list-style:none;margin-top:1rem}.feature-list li{margin-bottom:.6rem;padding-left:1.85rem;position:relative;line-height:1.55}.feature-list li:before{content:"";position:absolute;left:0;top:.3em;width:1.15rem;height:1.15rem;border-radius:50%;background:var(--accent);background-image:linear-gradient(135deg,var(--accent),var(--accent-deep))}.feature-list li:after{content:"";position:absolute;left:.32rem;top:.55em;width:.5rem;height:.28rem;border-left:2px solid var(--text-dark);border-bottom:2px solid var(--text-dark);transform:rotate(-45deg)}.product-detail{display:flex;flex-wrap:wrap;align-items:center;gap:clamp(2rem,5vw,3.5rem)}.product-detail img{flex:1 1 320px;max-width:520px;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.product-info{flex:1 1 320px}.product-info h2{margin-bottom:1.25rem}.product-info .price{font-size:1.5rem;font-weight:700;color:var(--accent-deep);margin-bottom:1rem}.product-info p+p{margin-top:1rem}.product-info .feature-list{margin:1.5rem 0 1.75rem}.cta-section{position:relative;padding:clamp(4rem,9vw,6rem) var(--container-px);background:url(/images/grill-grate.png) center/cover no-repeat;color:var(--text-light);text-align:center;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,#14141473,#141414d9 80%);z-index:0}.cta-section-content{position:relative;z-index:1;max-width:720px;margin:0 auto}.cta-section h2{margin-bottom:1rem}.cta-section h2:after{margin-left:auto;margin-right:auto}.cta-section p{margin-bottom:2rem;color:var(--text-muted-light);font-size:1.1rem}footer{background:var(--bg-dark);color:var(--text-muted-light);padding:2.5rem var(--container-px);text-align:center;border-top:1px solid var(--border);font-size:.95rem}footer p{margin-bottom:.5rem}footer a{color:var(--text-light);text-decoration:none;border-bottom:1px solid transparent;transition:border-color var(--transition),color var(--transition)}footer a:hover{color:var(--accent);border-bottom-color:var(--accent)}@media(max-width:768px){.site-header{flex-direction:column;align-items:flex-start;padding:.85rem 1rem}.site-header nav{width:100%}.product-detail{flex-direction:column}.product-detail img{max-width:100%}.features,.product-highlight-cards{grid-template-columns:1fr}}@media(min-width:769px)and (max-width:1100px){.product-highlight-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
