/* Stil: Bold Fast-Casual Editorial — Creme, ChimaeQ-Rot, Mango und kompakte Produktkarten. */
:root {
  --red: #be1016;
  --red-dark: #971015;
  --cream: #f7ddcb;
  --mango: #ffb127;
  --ink: #382117;
  --white: #fffdf9;
  --site-bg: #fee2d0;
  --site-red: #b01010;
  --site-red-dark: #7f0c0c;
  --site-text: #3e2403;
  --site-muted: #7a5a2a;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; font-family: "Montserrat", Arial, sans-serif; color: var(--ink); background: var(--cream); }
button, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:not(:disabled), a[href], textarea:not(:disabled) { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Gemeinsame ChimaeQ-Seitenhülle: Die neue Seite liegt im Hauptverzeichnis und wirkt wie jede andere Unterseite. */
.container { width: min(100% - 3rem, 1200px); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 100; color: var(--site-text); background: var(--site-bg); border-bottom: 1px solid rgba(7,7,7,.08); box-shadow: 0 8px 32px rgba(5,5,5,.08); }
.site-header-inner { min-height: 142px; padding: 1rem 0; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.logo img { width: auto; height: 110px; object-fit: contain; }
.nav { margin-left: auto; }
.nav-list { margin: 0; padding: 0; display: flex; align-items: center; gap: 1.5rem; list-style: none; }
.nav-list a { color: var(--site-muted); font-size: .94rem; font-weight: 500; transition: color 180ms var(--ease-out); }
.nav-list a:hover, .nav-list a:focus { color: var(--site-red-dark); }
.nav-toggle { display: none; flex-direction: column; gap: .35rem; padding: 10px; border: 0; background: transparent; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: var(--site-text); transition: transform 180ms var(--ease-out), opacity 180ms var(--ease-out); }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
.social-links, .social-links1 { display: inline-flex; align-items: center; gap: .75rem; }
.social-links a, .social-links1 a { width: 42px; height: 42px; display: inline-grid; place-items: center; border: 1px solid rgba(15,20,17,.1); border-radius: 50%; color: var(--site-text); transition: color 180ms var(--ease-out), border-color 180ms var(--ease-out), background-color 180ms var(--ease-out); }
.social-links a:hover, .social-links a:focus, .social-links1 a:hover, .social-links1 a:focus { color: var(--site-red-dark); border-color: var(--site-red); background: rgba(176,16,16,.08); }
.social-links svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.feedback-page { width: 100%; overflow: hidden; background: var(--cream); }
.hero-section { position: relative; min-height: 345px; display: grid; place-items: center; color: white; background: var(--red) url('assets/hero-chicken-red.jpg') center 66% / cover no-repeat; isolation: isolate; }
.hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(153, 5, 12, .44), rgba(187, 11, 18, .64)); mix-blend-mode: multiply; }
.hero-content { width: min(90%, 560px); padding: 36px 16px 43px; text-align: center; }
.brand-mark { width: 46px; height: 46px; object-fit: contain; margin: 0 auto -4px; }
.brand-name { font-family: "DM Serif Display", serif; font-style: italic; font-size: 16px; margin: 0 0 19px; }
.hero-content h1 { margin: 0; font-family: "Archivo Black", sans-serif; font-size: clamp(2.2rem, 11vw, 4.6rem); line-height: .89; letter-spacing: -.055em; text-transform: uppercase; text-shadow: 0 2px 0 rgba(92,0,0,.16); }
.hero-content h1 span { color: #ffad22; }
.hero-kicker { margin: 23px 0 0; font-size: 13px; letter-spacing: .08em; font-weight: 600; }

.vote-section, .feedback-section, .review-section, .social-section { padding: 54px 18px; }
.vote-section { background: var(--cream); }
.section-intro, .content-narrow { max-width: 760px; margin: 0 auto; text-align: center; }
.section-intro h2, .feedback-section h2, .review-section h2, .social-section h2 { margin: 2px 0 3px; color: var(--red-dark); font-family: "Archivo Black", sans-serif; font-size: clamp(1.55rem, 6vw, 2.35rem); line-height: 1.04; letter-spacing: -.035em; }
.section-intro > p:last-child, .content-narrow > p:last-of-type { margin: 0; font-size: .92rem; }
.eyebrow { margin: 0 0 8px !important; color: var(--red); font-size: .66rem !important; letter-spacing: .16em; font-weight: 800; }
.section-stamp { width: 38px; height: 38px; margin: -16px auto 12px; display: grid; place-items: center; transform: rotate(-5deg); border: 3px solid var(--cream); background: var(--red); box-shadow: 4px 4px 0 rgba(151,16,21,.14); }
.section-stamp img { width: 29px; height: 29px; object-fit: contain; }
.section-stamp--mango { border-color: var(--red); background: var(--mango); box-shadow: 4px 4px 0 rgba(73,0,3,.25); }

.sauce-grid { width: min(100%, 900px); margin: 50px auto 8px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 41px 14px; align-items: stretch; }
.sauce-card { position: relative; min-height: 220px; padding: 58px 11px 13px; display: flex; flex-direction: column; align-items: center; border: 2px solid rgba(151,16,21,.12); border-radius: 0 0 13px 13px; background: rgba(255,255,255,.97); box-shadow: 7px 8px 0 rgba(151,16,21,.09), 0 12px 23px rgba(100,42,16,.08); transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out); }
.sauce-card:first-child { border-color: var(--red); background: var(--red); color: white; }
.sauce-card.is-selected { transform: translateY(-4px); box-shadow: 0 0 0 3px #ffb127, 0 15px 30px rgba(104,22,12,.22); }
.sauce-number { position: absolute; top: 9px; right: 8px; color: var(--red); font-family: "Archivo Black", sans-serif; font-size: .64rem; letter-spacing: .04em; opacity: .54; }
.sauce-card:first-child .sauce-number { color: white; }
.sauce-photo, .sauce-bowl { position: absolute; top: -35px; left: 50%; transform: translateX(-50%); width: 91px; height: 91px; object-fit: contain; filter: drop-shadow(0 8px 9px rgba(63,22,10,.22)); }
.sauce-bowl { padding: 5px; border-radius: 50%; background: linear-gradient(145deg,#f5eee8,#b8aaa0 48%,#fff 55%,#d4c5ba); box-shadow: 0 6px 12px rgba(66,22,10,.24); }
.sauce-bowl span { display: block; width: 100%; height: 100%; border: 3px solid #5e3328; border-radius: 50%; background: radial-gradient(circle at 34% 26%, #ffffff3d, transparent 16%), radial-gradient(circle at 50% 55%, var(--sauce), #3a0907 92%); box-shadow: inset 0 2px 5px #15070699; }
.sauce-copy { flex: 1; text-align: center; }
.sauce-copy h3 { min-height: 2.25em; margin: 0 0 8px; display: grid; place-items: center; font-family: "Archivo Black", sans-serif; font-size: .88rem; line-height: 1.02; letter-spacing: -.035em; text-transform: uppercase; }
.sauce-copy p { margin: 0; font-size: .61rem; line-height: 1.4; opacity: .78; }
.sauce-card button { margin-top: 13px; min-width: 100px; padding: 7px 13px; display: inline-flex; align-items: center; justify-content: center; gap: 4px; border: 0; border-radius: 999px; background: var(--red); color: white; font-family: "Archivo Black", sans-serif; font-size: .58rem; letter-spacing: .01em; text-transform: uppercase; box-shadow: 0 4px 10px rgba(120,0,6,.15); transition: transform 140ms var(--ease-out), background-color 180ms var(--ease-out); }
.sauce-card:first-child button { background: white; color: var(--red); }
.sauce-card button:active, form button:active, .review-link:active, .social-grid a:active { transform: scale(.97); }
.sauce-card button:disabled { opacity: .34; cursor: not-allowed; }

.results-panel { width: min(100%, 760px); margin: 42px auto 0; padding: 24px 20px; border-radius: 20px; background: #fffaf6; box-shadow: 0 14px 40px rgba(105,40,13,.12); text-align: left; animation: reveal 320ms var(--ease-out) both; }
.results-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 21px; }
.results-heading h3 { margin: 0; color: var(--ink); font-family: "Archivo Black", sans-serif; font-size: 1.25rem; line-height: 1.05; }
.results-heading > span { flex: 0 0 auto; padding: 7px 10px; border-radius: 99px; background: #f5dfd1; color: var(--red); font-size: .7rem; font-weight: 800; }
.results-list { display: grid; gap: 14px; }
.result-label { display: flex; justify-content: space-between; gap: 12px; font-size: .73rem; }
.result-label strong { font-weight: 800; }
.result-label span { color: var(--red); font-weight: 900; }
.result-track { height: 8px; margin: 5px 0 3px; overflow: hidden; border-radius: 99px; background: #f0d5c6; }
.result-track span { display: block; width: 100%; height: 100%; transform-origin: left; border-radius: inherit; background: linear-gradient(90deg,var(--red),#f57b24); transition: transform 520ms var(--ease-out); }
.result-row small { display: block; color: #765d52; font-size: .61rem; }

.feedback-section { background: var(--mango); padding-top: 45px; padding-bottom: 50px; }
.feedback-section .eyebrow { color: #8e1915; }
.feedback-section form { margin-top: 27px; }
.feedback-section textarea { width: 100%; height: 176px; resize: vertical; padding: 20px; border: 0; border-radius: 22px; outline: none; color: var(--ink); background: white; box-shadow: 0 13px 26px rgba(125,64,9,.13); font-size: .88rem; line-height: 1.55; }
.feedback-section textarea:focus { box-shadow: 0 0 0 3px rgba(190,16,22,.22), 0 13px 26px rgba(125,64,9,.13); }
.feedback-section textarea::placeholder { color: #bcaea5; }
.form-meta { min-height: 20px; padding: 6px 7px 0; text-align: right; color: #8c5c2b; font-size: .65rem; }
.feedback-section form button { margin: 6px auto 0; padding: 11px 34px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 999px; color: white; background: var(--red); box-shadow: 0 8px 18px rgba(133,8,13,.22); font-size: .82rem; font-weight: 700; transition: transform 140ms var(--ease-out), box-shadow 180ms var(--ease-out); }
.feedback-section form button:disabled { opacity: .7; cursor: wait; }
.feedback-section form button, .review-link, .social-grid a { font-family: "Archivo Black", sans-serif; text-transform: uppercase; letter-spacing: -.015em; }

.review-section { padding-top: 46px; padding-bottom: 50px; background: var(--cream); }
.review-link { margin: 25px auto 0; min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-left: 20px; border-radius: 999px; background: white; color: var(--red-dark); box-shadow: 0 6px 16px rgba(85,38,18,.07); font-size: .78rem; font-weight: 800; transition: transform 140ms var(--ease-out), box-shadow 180ms var(--ease-out); }
.arrow-circle { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; border: 5px solid var(--cream); border-radius: 50%; background: white; }

.social-section { padding-top: 43px; padding-bottom: 45px; background: var(--red); color: white; }
.social-section h2 { color: #ffb42b; }
.social-section .eyebrow { color: white; opacity: .78; }
.social-grid { margin: 27px auto 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.social-grid a { min-height: 99px; padding: 15px 6px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; border-radius: 14px; background: white; color: var(--red-dark); box-shadow: 0 9px 20px rgba(69,0,4,.18); font-size: .67rem; font-weight: 800; transition: transform 140ms var(--ease-out), box-shadow 180ms var(--ease-out); }
.social-icon { display: grid; place-items: center; width: 30px; height: 30px; font-family: Arial, sans-serif; font-size: 1.65rem; line-height: 1; }
.site-footer { padding: 4.5rem 0; color: var(--site-text); background: #fff5ec; }
.footer-grid { display: grid; grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(140px, 1fr)); gap: 2.5rem; align-items: start; }
.site-footer .footer-logo img { height: 94px; }
.site-footer p { max-width: 290px; margin: 1.25rem 0; color: var(--site-muted); font-size: .83rem; line-height: 1.65; }
.site-footer h3 { margin: .65rem 0 1.15rem; color: var(--site-text); font-size: 1rem; }
.site-footer ul { margin: 0; padding: 0; display: grid; gap: .8rem; list-style: none; }
.site-footer li, .site-footer li a { color: var(--site-muted); font-size: .88rem; line-height: 1.4; }
.site-footer li a:hover, .site-footer li a:focus { color: var(--site-red-dark); }

.page-status { position: fixed; z-index: 20; left: 50%; bottom: 18px; width: min(calc(100% - 32px), 520px); padding: 13px 18px; transform: translateX(-50%); border-radius: 14px; color: white; background: #2e7d49; box-shadow: 0 14px 32px rgba(56,25,10,.24); text-align: center; font-size: .78rem; font-weight: 700; animation: statusReveal 220ms var(--ease-out) both; }
.page-status[data-tone="error"] { background: #9f1016; }
.page-status[data-tone="info"] { background: #60442f; }

@keyframes reveal { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes statusReveal { from { opacity: 0; transform: translate(-50%, 10px); } to { opacity: 1; transform: translate(-50%, 0); } }

@media (hover: hover) {
  .sauce-card:hover { transform: translateY(-5px); box-shadow: 0 17px 31px rgba(100,42,16,.16); }
  .review-link:hover, .social-grid a:hover { transform: translateY(-3px); box-shadow: 0 12px 24px rgba(85,20,10,.18); }
}

@media (min-width: 640px) {
  .hero-section { min-height: 440px; }
  .hero-content { padding-block: 55px; }
  .sauce-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 52px 18px; }
  .social-grid { gap: 16px; }
  .social-grid a { min-height: 118px; }
}

@media (min-width: 960px) {
  .vote-section, .feedback-section, .review-section, .social-section { padding-left: 36px; padding-right: 36px; }
  .sauce-grid { grid-template-columns: repeat(7, minmax(0, 1fr)); max-width: 1120px; gap: 16px; }
  .sauce-card { min-height: 240px; }
}

@media (max-width: 920px) {
  .site-header-inner { min-height: 106px; gap: 1rem; }
  .logo img { height: 76px; }
  .site-header .social-links { display: none; }
  .nav { position: relative; }
  .nav-toggle { display: flex; }
  .nav-list { position: absolute; top: calc(100% + 18px); right: 0; width: min(290px, calc(100vw - 3rem)); padding: 1.1rem; display: grid; gap: .25rem; visibility: hidden; opacity: 0; transform: translateY(-8px); border: 1px solid rgba(62,36,3,.1); border-radius: 18px; background: #fff5ec; box-shadow: 0 20px 45px rgba(62,36,3,.18); transition: opacity 180ms var(--ease-out), transform 180ms var(--ease-out), visibility 180ms; }
  .nav-list.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .nav-list a { display: block; padding: .75rem .8rem; border-radius: 10px; }
  .nav-list a:hover, .nav-list a:focus { background: rgba(176,16,16,.07); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .container { width: min(100% - 2rem, 1200px); }
  .site-header-inner { min-height: 86px; }
  .logo img { height: 61px; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .site-footer { padding: 3.25rem 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
