
:root{
  --bg:#000; --ring:#2a2a2a; --text:#e7e5e4; --muted:#a8a29e;
  --accent:#f59e0b; --accent2:#ef4444;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:Inter,system-ui,Arial,sans-serif;background:#000;color:var(--text);line-height:1.6}
.container{max-width:1200px;margin:0 auto;padding:24px}
.header{display:flex;align-items:center;justify-content:space-between;gap:16px}
.logo{display:flex;align-items:center;gap:12px}
.logo img{height:60px;width:auto;border-radius:8px}
.logo-text h1{margin:0;font-size:26px;font-weight:900;color:#fcd34d;text-shadow:0 2px 12px rgba(250,204,21,.3)}
.logo-text p{margin:0;font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:#a8a29e}
.nav a{color:#d6d3d1;text-decoration:none;margin-left:16px}.nav a:hover{color:#fcd34d}

.card{background:#0b0b0b;border:1px solid var(--ring);border-radius:24px;padding:28px;box-shadow:0 10px 30px rgba(0,0,0,.3)}
.card-lite{background:#121212;border:1px solid #2a2a2a;border-radius:18px;padding:18px}
.pill{display:inline-block;border:1px solid rgba(245,158,11,.35);color:#fcd34d;padding:6px 10px;border-radius:999px;font-size:12px;margin-bottom:10px}

h2{font-size:54px;line-height:1.05;margin:8px 0 4px 0}
h3{margin:0 0 8px 0}
.accent{color:#fcd34d}
.muted{color:#a8a29e}

.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;overflow:hidden;position:relative}
@media (max-width: 900px){.hero{grid-template-columns:1fr}}
.hero-image img{display:block;width:100%;height:auto;border-radius:20px;border:1px solid var(--ring);box-shadow:0 30px 60px rgba(0,0,0,.4)}
.chip{position:absolute;left:16px;bottom:12px;background:rgba(0,0,0,.55);border:1px solid var(--ring);padding:6px 10px;border-radius:999px;font-size:12px;color:#e7e5e4;backdrop-filter: blur(6px)}

.shop{margin-top:26px}
.shop-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}
.shop-tools{display:flex;gap:10px}
.shop-tools input{background:#0f0f0f;border:1px solid var(--ring);color:#fff;padding:10px 12px;border-radius:10px;min-width:240px}

.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}
.product{grid-column: span 12; background:#121212;border:1px solid #2a2a2a;border-radius:18px;overflow:hidden;display:flex;flex-direction:column}
@media(min-width:640px){.product{grid-column: span 6}}
@media(min-width:1024px){.product{grid-column: span 4}}
@media(min-width:1280px){.product{grid-column: span 3}}
.product-img{position:relative;aspect-ratio:4/3;background:#18181b;background-size:cover;background-position:center}
.product-img .label{position:absolute;left:8px;bottom:8px;background:rgba(0,0,0,.45);border:1px solid #2a2a2a;border-radius:8px;padding:4px 8px;color:#ddd;font-size:11px}
.product-body{padding:14px}
.product-top{display:flex;justify-content:space-between;gap:10px}
.product-title{margin:0;font-weight:700}
.tags{display:flex;gap:6px;flex-wrap:wrap}
.tag{font-size:11px;background:#1b1b1b;border:1px solid #2a2a2a;padding:4px 8px;border-radius:999px;color:#e7e5e4}

.heat{margin-top:26px}
.heat-head{display:flex;align-items:center;gap:10px}
.heat-grid .heat-card{grid-column: span 12; background:#121212;border:1px solid #2a2a2a;border-radius:16px;padding:14px}
@media(min-width:768px){.heat-grid .heat-card{grid-column: span 6}}
@media(min-width:1024px){.heat-grid .heat-card{grid-column: span 4}}
@media(min-width:1280px){.heat-grid .heat-card{grid-column: span 2}}
.heat-top{display:flex;align-items:center;justify-content:space-between}
.heat-bar{display:flex;gap:4px;margin-top:10px}
.heat-bar span{display:block;height:8px;width:18px;border-radius:4px;background:#2a2a2a}

.story{margin-top:26px;align-items:center}
.story-img{grid-column: span 12; height:320px; border-radius:20px; border:1px solid var(--ring); background-size:cover; background-position:center}
.story-copy{grid-column: span 12}
@media(min-width:900px){.story-img{grid-column: span 6; height:420px}.story-copy{grid-column: span 6}}

.recipes{margin-top:26px}
.recipe-title{font-weight:700;color:#e7e5e4}

.newsletter{margin-top:26px;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center}
.newsletter-form{display:flex;gap:10px;flex-wrap:wrap}
.newsletter-form input{background:#0f0f0f;border:1px solid var(--ring);color:#fff;padding:10px 12px;border-radius:10px;min-width:260px}

.contact{margin-top:26px}
.contact-head{display:flex;align-items:center;gap:10px}
.contact-grid .contact-form{grid-column: span 12}
.contact-grid .contact-aside{grid-column: span 12}
@media(min-width:900px){.contact-grid .contact-form{grid-column: span 8}.contact-grid .contact-aside{grid-column: span 4}}
.two-col{display:grid;grid-template-columns:1fr;gap:10px}
@media(min-width:700px){.two-col{grid-template-columns:1fr 1fr}}
.contact-form input, .contact-form textarea{background:#0f0f0f;border:1px solid var(--ring);color:#fff;padding:10px 12px;border-radius:10px;width:100%}
.actions{display:flex;gap:10px;margin-top:6px}
.socials{display:flex;gap:14px;margin-top:8px}
.socials a{color:#e7e5e4;text-decoration:none}
.socials a:hover{color:#fcd34d}

.footer{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--ring);margin-top:34px;padding-top:22px;font-size:14px;color:#a8a29e}
.footer a{color:#a8a29e;text-decoration:none}
.footer a:hover{color:#fcd34d}
