:root{--ink:#20231d;--muted:#686b62;--paper:#fffefb;--soft:#f5f4ed;--orange:#d65a31;--radius:22px}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 Inter,system-ui,sans-serif}a{color:inherit;text-decoration:none}h1,h2,h3{letter-spacing:-.05em;line-height:1.05}h1{font-size:clamp(3rem,7vw,6rem);margin:.2em 0}h2{font-size:clamp(2rem,4vw,3.5rem)}h3{font-size:1.35rem}.container{width:min(1150px,calc(100% - 40px));margin:auto}.site-header{padding:23px 0}.nav,.footer{display:flex;justify-content:space-between;align-items:center;gap:25px}.brand{font-size:1.1rem;font-weight:850;letter-spacing:-.05em;display:flex;align-items:center;gap:8px}.brand svg{width:25px;height:31px}.nav-links{display:flex;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:.9rem;font-weight:700}.hero{padding:90px 0}.eyebrow{color:var(--orange);font-size:.77rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.intro{max-width:650px;color:var(--muted);font-size:1.12rem}.search{position:relative;width:min(600px,100%);margin-top:30px}.search input{width:100%;border:0;border-radius:14px;background:var(--soft);padding:17px;font:inherit;outline:0}.search input:focus{outline:2px solid #deddd5}.results{position:absolute;z-index:2;width:100%;background:#fff;border-radius:14px;margin-top:6px;padding:8px}.results a{display:flex;justify-content:space-between;padding:10px}.results b,.percent{color:var(--orange)}.section{padding:80px 0}.soft{background:#faf9f5}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.category-card{min-height:145px;border-radius:var(--radius);padding:19px;display:flex;flex-direction:column;justify-content:space-between;background:#f7eee1;font-weight:800}.category-card:nth-child(3n+2){background:#e9f0df}.category-card:nth-child(3n){background:#f7e7e2}.category-card small{color:var(--muted);font-size:.78rem;font-weight:500}.groups{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.group,.drink-card{background:#faf9f5;border-radius:var(--radius);padding:23px}.drink-list{display:grid;grid-template-columns:repeat(2,1fr);gap:5px 22px}.drink-list a,.related{display:flex;justify-content:space-between;gap:8px;padding:9px 0;border-bottom:1px solid #e5e4dc;font-size:.92rem}.drink-list b,.related b{color:var(--orange)}.feature{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center}.feature img{width:100%;height:400px;object-fit:cover;border-radius:var(--radius)}.site-footer{background:var(--ink);color:#fff;padding:52px 0;margin-top:50px}.footer{align-items:flex-start}.footer>div{display:flex;gap:18px;color:#c6c8c0}.footer p{color:#c6c8c0;font-size:.85rem}.category-hero,.drink-hero{padding:80px 0 55px}.drink-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.drink-card{padding:0;overflow:hidden}.drink-card img{width:100%;height:200px;object-fit:cover}.drink-card div{padding:18px;display:flex;justify-content:space-between;gap:10px}.drink-card span{color:var(--orange);font-weight:800}.drink-hero{display:grid;grid-template-columns:160px 1fr;gap:36px;align-items:center}.drink-hero>img{width:160px;height:160px;border-radius:20px;object-fit:cover}.detail{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:80px;padding-bottom:80px}.toc{background:var(--soft);padding:18px;border-radius:14px;margin-bottom:45px}.toc>*{margin-right:17px;font-size:.9rem}.detail article section{margin-bottom:55px}.detail article p{max-width:720px;color:var(--muted)}.stat{font-size:3rem;font-weight:850;letter-spacing:-.08em;background:#f7eee1;border-radius:18px;padding:20px;width:180px}.detail aside{background:#faf9f5;border-radius:18px;padding:20px}.side-category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.side-category-card{min-height:74px;padding:12px;border-radius:12px;display:flex;align-items:flex-end;font-size:.82rem;font-weight:800;line-height:1.1;background:#f7eee1}.side-category-card:nth-child(3n+2){background:#e9f0df}.side-category-card:nth-child(3n){background:#f7e7e2}.prose{max-width:800px;padding:80px 0}.prose p{color:var(--muted)}@media(max-width:800px){.nav-links{display:none}.category-grid{grid-template-columns:repeat(3,1fr)}.groups,.feature,.detail{grid-template-columns:1fr}.drink-cards{grid-template-columns:repeat(2,1fr)}.detail{gap:25px}.drink-hero{grid-template-columns:1fr;gap:20px}.footer{display:block}.footer>div{margin:20px 0}}@media(max-width:480px){.container{width:min(100% - 30px,1150px)}.category-grid,.drink-cards,.drink-list{grid-template-columns:1fr}.section{padding:60px 0}}
