
:root{--bg:#f6f7f4;--card:#fff;--text:#182019;--muted:#687169;--accent:#2f7d4a;--soft:#e8f3eb;--border:#dde4dd}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}
.wrap{max-width:760px;margin:auto;padding:20px 16px 56px}.brand{font-weight:850;color:var(--accent);font-size:18px;text-decoration:none}
h1{font-size:clamp(31px,7vw,48px);line-height:1.08;margin:13px 0 8px}h2{font-size:23px;margin:30px 0 12px}.intro,.muted{color:var(--muted)}
.card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px;margin-top:18px;box-shadow:0 3px 12px #00000009}.label{font-weight:780;margin-bottom:10px}
.counter{display:flex;align-items:center;justify-content:space-between}.counter button{width:50px;height:50px;border:1px solid var(--border);background:#fff;border-radius:14px;font-size:25px}.number{font-size:29px;font-weight:850}
.context-grid{display:grid;gap:9px}.context-btn{border:1px solid var(--border);background:#fff;border-radius:13px;padding:13px;text-align:left;font-weight:750}.context-btn.active{border-color:var(--accent);background:var(--soft);color:#215e37}
select,input{width:100%;padding:13px;border:1px solid var(--border);border-radius:12px;background:#fff;font-size:16px}.result{background:var(--soft);border-color:#cfe4d4}.result-label{font-size:14px;color:#356545;font-weight:750}.result-number{font-size:clamp(36px,9vw,50px);line-height:1.05;font-weight:900;margin:5px 0}.result-text{color:#35513d}
summary{cursor:pointer;font-weight:750;color:var(--accent)}.help p{font-size:14px;color:var(--muted)}.help strong{color:var(--text)}
table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--border)}th,td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--border)}th{background:#f0f3ef}
.related{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.related a,.home-grid a{display:flex;gap:8px;align-items:center;text-decoration:none;color:var(--text);background:#fff;border:1px solid var(--border);border-radius:13px;padding:12px;font-weight:720}.emoji{font-size:22px}
.home-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:18px}.home-search{margin-top:18px}footer{margin-top:36px;color:var(--muted);font-size:13px}
@media(min-width:620px){.context-grid{grid-template-columns:repeat(3,1fr)}.related,.home-grid{grid-template-columns:repeat(3,1fr)}}

.smart-tip{margin-top:12px;padding:11px 12px;background:#fff;border-radius:12px;font-size:14px;color:#35513d}
.faq details{background:#fff;border:1px solid var(--border);border-radius:13px;padding:13px 14px;margin:8px 0}
.faq details p{color:var(--muted);margin-bottom:2px}
.breadcrumb{font-size:13px;color:var(--muted);margin:10px 0 2px}.breadcrumb a{color:var(--accent)}

.advanced-toggle{width:100%;margin-top:14px;border:0;background:transparent;color:var(--accent);font-weight:800;text-align:left;padding:7px 0;cursor:pointer}
.advanced-panel{margin-top:10px;padding-top:14px;border-top:1px solid var(--border)}
.advanced-panel[hidden]{display:none}
.advanced-title{font-weight:850;margin-bottom:5px}.advanced-note{font-size:13px;color:var(--muted);margin:0 0 13px}
.variant-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:8px 0 16px}
.variant-btn{border:1px solid var(--border);background:#fff;border-radius:12px;padding:11px;text-align:left;font-weight:700}
.variant-btn.active{background:var(--soft);border-color:var(--accent);color:#215e37}
.age-grid{display:grid;gap:9px}.age-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #eef1ee}
.age-row:last-child{border-bottom:0}.age-name strong{display:block}.age-name small{color:var(--muted)}
.mini-counter{display:flex;align-items:center;gap:8px}.mini-counter button{width:36px;height:36px;border:1px solid var(--border);background:#fff;border-radius:10px;font-size:20px}.mini-count{min-width:20px;text-align:center;font-weight:850}
.mode-note{font-size:12px;color:var(--muted);margin-top:6px}
@media(min-width:620px){.variant-grid{grid-template-columns:repeat(3,1fr)}}

.mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:5px;background:#edf1ed;padding:5px;border-radius:14px;margin:18px 0 4px}
.mode-switch button{border:0;background:transparent;padding:11px 8px;border-radius:10px;font-weight:800;color:var(--muted)}
.mode-switch button.active{background:#fff;color:var(--accent);box-shadow:0 1px 5px #00000010}
.people-block[hidden]{display:none}
.variant-section{margin-bottom:15px}

.cooked-note{margin-top:7px;color:#35513d}
.source-box{background:#f3f6f2;border:1px solid var(--border);border-radius:14px;padding:14px;margin-top:18px;font-size:14px;color:var(--muted)}
.source-box strong{color:var(--text)}
.top-note{font-size:13px;color:var(--muted);margin-top:8px}

/* Privacy & cookie consent */
.privacy-banner{
  position:fixed;
  left:16px; right:16px; bottom:16px;
  max-width:720px;
  margin:0 auto;
  z-index:9999;
  background:#fff;
  color:#1f2937;
  border:1px solid rgba(0,0,0,.12);
  border-radius:16px;
  box-shadow:0 14px 40px rgba(0,0,0,.18);
  padding:18px;
}
.privacy-banner[hidden]{display:none!important}
.privacy-banner p{margin:0 0 14px;line-height:1.5}
.privacy-actions{display:flex;gap:10px;flex-wrap:wrap}
.privacy-actions button{
  flex:1 1 150px;
  min-height:44px;
  border-radius:10px;
  padding:10px 14px;
  font:inherit;
  cursor:pointer;
}
.privacy-actions .accept{border:1px solid #111827;background:#111827;color:#fff}
.privacy-actions .reject{border:1px solid #111827;background:#fff;color:#111827}
.site-legal-links{
  display:flex;gap:12px;flex-wrap:wrap;justify-content:center;
  margin-top:14px;font-size:.92rem
}
.site-legal-links button{
  border:0;background:none;padding:0;text-decoration:underline;cursor:pointer;font:inherit;color:inherit
}
.legal-page{max-width:760px;margin:0 auto;padding:24px 16px 56px}
.legal-page h1{margin-top:0}
.legal-page h2{margin-top:28px}
.legal-note{padding:14px 16px;border-radius:12px;background:rgba(127,127,127,.10)}



/* v1.2.4 brand logo */
.brand{display:inline-flex;align-items:center;gap:9px}.brand-logo{width:36px;height:36px;object-fit:contain;flex:0 0 36px}

/* v1.3.1 feestdrank keuzes */
.drink-choice-grid{display:grid;grid-template-columns:1fr;gap:10px;margin-top:12px}
.drink-choice{
  width:100%;min-height:58px;display:grid;grid-template-columns:auto 1fr auto;
  align-items:center;gap:10px;text-align:left;padding:12px 14px;
  border:1px solid var(--border);border-radius:13px;background:#fff;color:var(--text);
  font:inherit;font-weight:720;cursor:pointer;
}
.drink-choice .emoji{font-size:22px}
.drink-choice .choice-check{
  width:25px;height:25px;border-radius:50%;display:grid;place-items:center;
  border:1px solid var(--border);color:transparent;background:#fff;font-size:15px;font-weight:900
}
.drink-choice.active{background:var(--soft);border-color:#9fc8aa;color:#244f31}
.drink-choice.active .choice-check{background:#356545;border-color:#356545;color:#fff}
.preset-grid .drink-choice{grid-template-columns:1fr auto}
@media(min-width:620px){.drink-choice-grid{grid-template-columns:repeat(3,1fr)}.preset-grid{grid-template-columns:repeat(2,1fr)}}

/* v1.4 seo */
.seo-content,.related-section{margin-top:28px}.seo-content h3{margin:18px 0 6px;font-size:18px}.seo-content p{margin:0;color:var(--muted);line-height:1.6}

/* v1.4.1 homepage search */
.search-empty{
  margin:18px 0;
  padding:14px;
  border:1px solid var(--border);
  border-radius:13px;
  background:var(--soft);
  color:var(--muted);
  font-weight:700;
}


/* v1.4.2 search visibility fix
   The card rule uses display:flex, so explicitly respect the hidden attribute. */
.home-grid a[hidden]{
  display:none !important;
}


/* Amounza language control — deliberately non-sticky; all other UI is inherited from Hoeveel nodig? v1.5 */
.brand-row{display:flex;align-items:center;justify-content:space-between;gap:12px}
.language-switch{position:relative;margin:0}
.language-switch summary{list-style:none;display:flex;align-items:center;gap:6px;cursor:pointer;border:1px solid var(--border);background:#fff;border-radius:11px;padding:7px 10px;font-size:13px;font-weight:750;color:var(--text);white-space:nowrap}
.language-switch summary::-webkit-details-marker{display:none}
.language-switch-menu{position:absolute;right:0;top:calc(100% + 7px);z-index:40;min-width:145px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 24px #00000016;padding:5px}
.language-switch-menu a{display:flex;align-items:center;gap:8px;padding:9px 10px;border-radius:9px;text-decoration:none;color:var(--text);font-size:13px;font-weight:700}
.language-switch-menu a:hover{background:var(--soft)}
.language-switch-menu a.current{background:var(--soft);color:#215e37}
.language-switch[open] summary{border-color:#b8d4bf}
.multi-result{display:grid;gap:9px;margin-top:10px}.multi-row{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-top:1px solid #cfe4d4}.multi-row:first-child{border-top:0}.multi-row strong:last-child{text-align:right}

.multi-result{margin-top:14px;display:grid;gap:8px}
.multi-row{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:11px 12px;background:#fff;border-radius:12px;color:#1c2b20}
.multi-row strong{font-size:1.05rem}.multi-row span:first-child{color:#526057}
.multi-note{font-size:.88rem;opacity:.86;margin-top:10px}

.paella-type{margin:14px 0 4px}.paella-type label{display:block;font-weight:700;margin-bottom:7px}.paella-type select{width:100%;padding:12px;border:1px solid #d9ddd8;border-radius:12px;background:#fff;font:inherit;color:#243126}

#amounza-consent{position:fixed;left:12px;right:12px;bottom:12px;z-index:9999}.consent-inner{max-width:720px;margin:auto;background:#fff;border:1px solid #dfe4df;border-radius:16px;padding:14px;box-shadow:0 8px 30px rgba(0,0,0,.14)}.consent-inner p{margin:0 0 10px}.consent-actions{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}.consent-actions button{min-height:44px;padding:9px 14px;border:1px solid #d2d9d2;border-radius:12px;background:#fff;font:inherit}.consent-actions .primary{background:#1f6b45;color:#fff;border-color:#1f6b45}
