/*
Theme Name: Crystal's Recipes Theme
Version: 1.0.0
Text Domain: crystals-recipes-theme
*/
:root { --bg:#faf7f2; --surface:#fff; --surface-soft:#f4efe7; --text:#2f2924; --muted:#6d6257; --border:#e7ddd0; --accent:#8b5e3c; --accent-soft:#f5e6d7; --shadow:0 10px 30px rgba(40,30,20,.07); --radius:28px; --max:1180px; }
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Georgia,"Times New Roman",serif;background:var(--bg);color:var(--text);line-height:1.65} img{max-width:100%;height:auto;display:block} a{color:inherit;text-decoration:none} p{margin-top:0}
.site-header,.site-footer{background:rgba(255,255,255,.92);backdrop-filter:blur(8px)} .header-inner,.footer-inner,.container{width:min(calc(100% - 2rem),var(--max));margin:0 auto}
.site-header{border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100} .header-inner,.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}
.brand-title{font-size:1.8rem;font-weight:700} .brand-subtitle,.site-footer{color:var(--muted);font-size:.95rem} .main-nav{display:flex;gap:1.2rem;flex-wrap:wrap} .main-nav a:hover{color:var(--accent)}
.hero{padding:4rem 0 2rem}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center}.badge{display:inline-block;background:var(--accent-soft);color:var(--accent);border-radius:999px;padding:.4rem .9rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.16em;margin-bottom:1rem}.hero h1{font-size:clamp(2.4rem,5vw,4.6rem);line-height:1.05;margin:0 0 1rem}.hero p{color:var(--muted);font-size:1.1rem;max-width:42rem}.button-row{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:1.8rem}
.button,button,input[type=submit]{border:1px solid var(--border);background:var(--surface);color:var(--text);padding:.9rem 1.2rem;border-radius:18px;box-shadow:var(--shadow);cursor:pointer;font:inherit}.button.primary{background:var(--text);color:#fff;border-color:var(--text)} .cards,.recipe-grid,.post-grid{display:grid;gap:1.4rem}.cards{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:2rem}
.card,.recipe-card,.post-card,.content-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}.card.dark{background:#2f2924;color:#f8f5f0}.recipe-grid,.post-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.section{padding:1.2rem 0 3rem}.section-title{font-size:2rem;margin:.2rem 0 .6rem}.section-kicker{color:var(--muted);font-size:.82rem;text-transform:uppercase;letter-spacing:.16em}.category-pill{display:inline-block;padding:.35rem .8rem;background:var(--surface-soft);border-radius:999px;font-size:.8rem;color:var(--muted);margin-bottom:.8rem}.recipe-card h3,.post-card h3{margin:0 0 .6rem;font-size:1.45rem}.recipe-card .note{background:var(--surface-soft);border-radius:20px;padding:1rem;color:var(--muted);margin-top:1rem;font-size:.95rem}.recipe-meta-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:2rem}.list-panel{background:var(--surface-soft);border-radius:24px;padding:1rem 1.1rem}.list-panel li{margin-bottom:.8rem}.tax-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.tax-list a{background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:.6rem .9rem}.entry-content,.entry-excerpt,.muted{color:var(--muted)} .archive-head{margin-bottom:1.5rem}.footer-inner{padding:2rem 0;border-top:1px solid var(--border);margin-top:3rem}
@media (max-width:900px){.hero-grid,.recipe-meta-grid,.cards,.recipe-grid,.post-grid{grid-template-columns:1fr}.header-inner,.footer-inner{flex-direction:column;align-items:flex-start}}
