.drinks-page { max-width: 1400px; }
.drinks-hero { display:grid; grid-template-columns:1.1fr .9fr; gap:70px; align-items:end; padding-bottom:60px; border-bottom:1px solid #dceefa; }
.drinks-hero h1 { color:var(--deep); font-size:clamp(3.8rem,7vw,7rem); margin:0; }
.drinks-hero p { color:#536879; line-height:1.7; margin-bottom:28px; }
.drink-tools { display:grid; grid-template-columns:auto minmax(240px,560px) 1fr; gap:16px; align-items:center; margin:45px 0 30px; }
.drink-tools label { font-weight:800; color:var(--deep); }
.drink-tools input { width:100%; border:2px solid #bddcf2; border-radius:999px; padding:14px 20px; font:inherit; background:#fff; }
.drink-tools input:focus { outline:3px solid #8bcfff; outline-offset:2px; border-color:var(--blue); }
#search-status { margin:0; color:#61778a; font-size:.84rem; }
.drink-menu-grid { display:grid; grid-template-columns:1fr; gap:12px; max-width:1100px; margin:0 auto; }
.drink-category { background:#fff; border:1px solid #d8eaf7; border-radius:6px; overflow:hidden; box-shadow:0 6px 18px rgba(6,44,86,.06); }
.drink-category[open] { box-shadow:0 14px 34px rgba(6,44,86,.12); }
.drink-category summary { list-style:none; cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:20px 22px; background:#0870bb; color:#fff; }
.drink-category:nth-child(4n+2) summary { background:#d83b3f; }
.drink-category:nth-child(4n+3) summary { background:#07518d; }
.drink-category:nth-child(4n) summary { background:#fff0cf; color:#4b3214; }
.drink-category summary::-webkit-details-marker { display:none; }
.drink-category summary span { font:700 1.35rem Georgia,serif; }
.drink-category summary small { white-space:nowrap; opacity:.78; }
.drink-category summary::after { content:'−'; font-size:1.3rem; }
.drink-category:not([open]) summary::after { content:'+'; }
.table-scroll { overflow-x:auto; }
.drink-category table { width:100%; border-collapse:collapse; font-size:.88rem; }
.drink-category th { text-align:left; padding:11px 14px; background:#eaf5fc; color:var(--deep); font-size:.7rem; text-transform:uppercase; letter-spacing:.08em; }
.drink-category td { padding:10px 14px; border-top:1px solid #e4edf3; vertical-align:top; }
.drink-category tbody tr:nth-child(even) { background:#f7fbfe; }
.drink-category tbody tr.is-hidden { display:none; }
.drink-category .price { width:82px; white-space:nowrap; font-weight:800; color:var(--deep); }
.category-note { margin:0; padding:16px 20px; background:#fff7e9; color:#60461d; font-size:.84rem; line-height:1.55; }
.menu-footnote { margin:35px 0 0; color:#607486; font-size:.82rem; line-height:1.6; }
@media(max-width:850px){.drinks-hero{grid-template-columns:1fr}.drink-tools{grid-template-columns:1fr;gap:8px}.drinks-hero{gap:28px}}
@media(max-width:520px){.drink-category summary{padding:16px}.drink-category summary span{font-size:1.1rem}.drink-category summary small{display:none}.drink-category table{font-size:.78rem}.drink-category th,.drink-category td{padding:9px}.drink-category .price{width:62px}}
@media print{.site-header,footer,.drink-tools,.drinks-hero .button{display:none!important}.subpage-main{padding:0!important}.drink-menu-grid{display:block}.drink-category{break-inside:avoid;box-shadow:none;margin:0 0 14px}.drink-category:not([open])>*:not(summary){display:block}.drink-category summary{background:#ddd!important;color:#000!important;padding:8px}.drink-category summary::after{display:none}}
