
:root{--wine:#7f1734;--dark:#400b1d;--cream:#fff8ed;--gold:#e7a545;--ink:#271b1e;--muted:#726468;--line:#eadfd4;--white:#fff;--shadow:0 18px 48px rgba(71,17,36,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.65 Inter,system-ui,-apple-system,"Segoe UI",sans-serif}img{max-width:100%;height:auto}a{color:var(--wine)}.wrap{width:min(1160px,calc(100% - 36px));margin:auto}.top{background:var(--dark);color:white;text-align:center;padding:6px 12px;font-size:.84rem}header{position:sticky;top:0;z-index:20;background:rgba(255,248,237,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(127,23,52,.12)}nav{height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font:700 1.35rem Georgia,serif}.mark{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--wine);color:white;font:800 .9rem Inter,sans-serif}.nav{display:flex;gap:22px}.nav a{text-decoration:none;font-weight:800;font-size:.92rem}.hero{padding:62px 0 44px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.eyebrow,.meta{color:var(--wine);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:.76rem}.hero h1,.page-title{font:700 clamp(3.2rem,6vw,6rem)/.94 Georgia,serif;letter-spacing:-.05em;margin:12px 0 22px}.hero h1 em{color:var(--wine);font-weight:400}.hero p{font-size:1.12rem;color:var(--muted);max-width:650px}.hero-img{height:450px;overflow:hidden;border-radius:45% 45% 22px 22px;box-shadow:var(--shadow)}.hero-img img{width:100%;height:100%;object-fit:cover}.button{display:inline-flex;padding:12px 20px;border-radius:999px;background:var(--wine);color:white;text-decoration:none;font-weight:900}.tools{display:flex;gap:12px;flex-wrap:wrap;margin:18px 0 28px}.search{flex:1;min-width:240px;background:white;border:1px solid var(--line);border-radius:999px;padding:12px 18px;font:inherit}.chips{display:flex;gap:9px;flex-wrap:wrap}.chip{border:1px solid var(--line);background:white;border-radius:999px;padding:10px 15px;font-weight:800;cursor:pointer}.chip.active{background:var(--wine);color:white;border-color:var(--wine)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding-bottom:64px}.card{background:white;border:1px solid var(--line);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 7px 28px rgba(70,25,39,.06);transition:.2s}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.card-media{height:195px;background:linear-gradient(135deg,var(--wine),var(--gold));overflow:hidden}.card-media img{width:100%;height:100%;object-fit:cover}.card-body{padding:20px;display:flex;flex-direction:column;flex:1}.card h2{font:700 1.45rem/1.15 Georgia,serif;margin:8px 0}.card p{color:var(--muted);margin:0 0 14px;flex:1}.card a{font-weight:900;text-decoration:none}.article{width:min(820px,calc(100% - 36px));margin:52px auto 80px}.crumbs{font-size:.9rem;color:var(--muted);margin-bottom:20px}.article .page-title{font-size:clamp(2.6rem,6vw,5rem)}.lead{font-size:1.15rem;color:var(--muted);border-left:4px solid var(--gold);padding-left:18px}.feature{width:100%;max-height:520px;object-fit:cover;border-radius:24px;margin:25px 0}.recipe-body{background:white;border:1px solid var(--line);border-radius:24px;padding:clamp(22px,5vw,52px);margin-top:28px;box-shadow:0 10px 35px rgba(70,25,39,.06)}.recipe-body h2{font:700 2rem Georgia,serif;color:var(--wine);margin-top:2rem}.recipe-body p{margin:1em 0}.recipe-body li{margin:.45em 0}.recipe-body a{overflow-wrap:anywhere}.recipe-body img{border-radius:15px;margin:15px 0}.tags{display:flex;gap:8px;flex-wrap:wrap;margin:28px 0}.tag{background:#f2e4df;border-radius:999px;padding:5px 11px;font-size:.85rem}.back{display:inline-flex;margin-top:24px;font-weight:900}.about{background:var(--wine);color:white;padding:54px;border-radius:28px;margin:15px auto 70px}.about h2{font:700 3rem/1 Georgia,serif;margin:0 0 15px}.about p{color:#f6dfe7;max-width:720px}.empty{display:none;padding:30px;background:white;border-radius:18px}footer{border-top:1px solid var(--line);padding:34px 0;color:var(--muted)}@media(max-width:850px){.hero-grid{grid-template-columns:1fr}.hero-img{height:390px;max-width:580px}.grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:580px){.top{display:none}.nav a:not(:last-child){display:none}.hero{padding-top:38px}.hero h1{font-size:3.35rem}.hero-img{height:320px}.grid{grid-template-columns:1fr}.card-media{height:230px}.article{margin-top:35px}.recipe-body{border-radius:18px}.about{padding:30px}.about h2{font-size:2.2rem}}
