/* =======================================================
   CSS RESET & NORMALIZE
   ======================================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, figure, figcaption, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  background: #fff;
  color: #171717;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  min-height: 100vh;
}
ul, ol {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
img {
  max-width: 100%;
  display: block;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 1em;
  outline: none;
  border-radius: 0;
  appearance: none;
  border: none;
  background: none;
}

/* ================================
   TYPOGRAPHY
   ================================ */
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  color: #111;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 24px;
  line-height: 1.15;
  letter-spacing: -1px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
h3 {
  font-size: 1.4rem;
  margin-bottom: 16px;
  line-height: 1.25;
}
h4, h5, h6 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  line-height: 1.2;
}
p, li, blockquote, label {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #171717;
  margin-bottom: 12px;
}
strong {
  font-weight: 700;
  color: #111;
}
em {
  font-style: italic;
}
blockquote {
  font-family: 'Merriweather', serif;
  font-size: 1.25rem;
  font-style: italic;
  border-left: 5px solid #171717;
  margin-left: 0;
  padding-left: 18px;
  color: #171717;
  background: #f4f4f4;
  border-radius: 4px;
}

/* =============================
   COLORS (MONOCHROME + BRAND)
   ============================= */
:root {
  --color-bg: #fff;
  --color-bg-alt: #f6f6f6;
  --color-card: #fafafa;
  --color-hero: #f2f2f2;
  --color-footer: #181818;
  --color-banner: #232323;
  --color-text: #171717;
  --color-heading: #111;
  --color-muted: #888;
  --color-border: #e3e3e3;
  --color-primary: #171717;
  --color-accent: #FBFBFB;
  --brand-green: #245847;
  --brand-yellow: #E5A641;
  --brand-accent: #F7F5E6;
  --brand-gray: #232323;
  --shadow-card: 0 3px 16px 0 rgba(30,34,36,0.11);
  --shadow-hover: 0 2px 16px 0 rgba(0,0,0,0.21);
}

/* ===================================================
   LAYOUT ELEMENTS
   =================================================== */
.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: var(--color-bg);
  border-radius: 18px;
}

/* Ensure minimum 20px margin between cards/sections */
.card, .testimonial-card, .feature-item, .text-section {
  margin-bottom: 20px;
  position: relative;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}

.card {
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: 14px;
  box-shadow: var(--shadow-card);
  padding: 28px 22px;
  transition: box-shadow 0.2s, transform 0.18s;
  min-width: 260px;
}
.card:hover {
  box-shadow: 0 5px 22px 0 rgba(0,0,0,0.17);
  transform: translateY(-2px) scale(1.012);
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 24px;
  background: #fff;
  box-shadow: var(--shadow-card);
  border-radius: 13px;
  border: 1px solid #ececec;
  transition: box-shadow 0.2s, background 0.2s;
  margin-bottom: 24px;
  max-width: 650px;
}
.testimonial-card:hover {
  box-shadow: var(--shadow-hover);
  background: #f7f7f7;
}
.testimonial-author {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  color: #333;
  font-style: italic;
  letter-spacing: 0.01em;
}
.ratings-summary strong {
  display: block;
  font-size: 1.18rem;
  color: #171717;
  font-family: 'Merriweather', serif;
  margin-top: 12px;
  letter-spacing: 0.03em;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

/* ===============================
   HEADER
   =============================== */
header {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  z-index: 101;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 75px;
}
.logo-link img {
  height: 48px;
  width: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}
.main-nav a {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 1rem;
  color: #232323;
  padding: 5px 0 5px 0;
  border-bottom: 2px solid transparent;
  transition: color 0.18s, border-color 0.18s;
  font-weight: 500;
}
.main-nav a:hover, .main-nav a:focus {
  border-bottom: 2px solid #111;
  color: #171717;
}
.main-nav .cta-btn {
  margin-left: 16px;
}

.mobile-menu-toggle {
  display: none;
  font-size: 2.1rem;
  color: #232323;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px 14px;
  border-radius: 8px;
  transition: background 0.17s;
  z-index: 120;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #f0f0f0;
}

/* ===============================
   HERO SECTION
   =============================== */
.hero {
  min-height: 320px;
  background: #fff;
  border-bottom: 1px solid #ececec;
  display: flex;
  align-items: center;
  padding: 55px 0 50px 0;
}
.hero .content-wrapper {
  align-items: flex-start;
}
.hero h1 {
  color: #1a1a1a;
  font-size: 2.4rem;
  max-width: 750px;
  font-family: 'Merriweather', serif;
}
.hero p {
  font-size: 1.13rem;
  color: #222;
  max-width: 600px;
  opacity: 0.88;
  font-family: 'Source Sans Pro', sans-serif;
}

/* ===============================
   BUTTONS & CTA
   =============================== */
.cta-btn, .search-bar button, .cookie-banner-btn, .cookie-settings-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 34px;
  font-size: 1.08rem;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  background: #111;
  color: #fff;
  border-radius: 8px;
  border: none;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 8px;
  box-shadow: 0 1.5px 6px 0 rgba(24,24,24,0.07);
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.2s, transform 0.13s;
  text-decoration: none;
  outline: none;
}
.cta-btn:focus, .cta-btn:hover,
.search-bar button:hover, .search-bar button:focus,
.cookie-banner-btn:focus, .cookie-banner-btn:hover,
.cookie-settings-btn:focus, .cookie-settings-btn:hover {
  background: #232323;
  color: var(--brand-yellow);
  box-shadow: 0 5px 15px 0 rgba(30,30,30,0.13);
  transform: translateY(-1px) scale(1.04);
}

/* ===============================
   SEARCH BAR
   =============================== */
.search-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 24px;
}
.search-bar input[type="search"] {
  flex: 1 1 180px;
  padding: 11px 16px;
  font-size: 1.1rem;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  transition: border 0.18s;
  background: #fff;
  color: #222;
}
.search-bar input[type="search"]:focus {
  border-color: #393939;
}
.search-bar button {
  margin-top: 0;
}

/* ===============================
   FEATURES SECTION
   =============================== */
.features ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: flex-start;
  margin: 18px 0 5px 0;
}
.features ul li {
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 11px;
  padding: 16px 22px 16px 18px;
  min-width: 230px;
  box-shadow: 0 1px 7px 0 rgba(33,33,33,0.05);
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.09rem;
  line-height: 1.6;
  font-family: 'Source Sans Pro', sans-serif;
  color: #232323;
  transition: box-shadow 0.2s, background 0.2s;
}
.features ul li img {
  width: 34px;
  height: 34px;
  margin-right: 8px;
}
.features ul li:hover {
  background: #f1f1f1;
  box-shadow: 0 2.5px 10px 0 rgba(40,40,40,0.08);
}

/* =========================
   SERVICES SECTION
   ========================= */
.services ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 14px;
}
.services ul li {
  flex: 1 1 210px;
  background: #f8f8f8;
  border: 1px solid var(--color-border);
  border-radius: 11px;
  padding: 18px 20px 18px 18px;
  box-shadow: 0 1.5px 7px 0 rgba(44,44,44,0.034);
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 1.08rem;
  color: #222;
  font-family: 'Source Sans Pro', sans-serif;
  min-width: 230px;
}
.services ul li strong {
  font-family: 'Merriweather', serif;
  font-size: 1.18rem;
  color: #171717;
}
.services ul li span {
  font-size: 0.97rem;
  color: #888;
  margin-top: 7px;
  font-style: italic;
}
.services .cta-btn {
  margin-top: 10px;
}

/* =========================
   REGIONAL HIGHLIGHTS (regionale-klassiker)
   ========================= */
.regional-highlight-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 18px;
}
.regional-highlight-grid ul {
  flex: 1 1 220px;
  background: #fafafb;
  border-radius: 10px;
  padding: 18px 17px 17px 17px;
}
.regional-highlight-grid ul li {
  font-size: 1.11rem;
  color: #232323;
  margin-bottom: 14px;
  font-family: 'Source Sans Pro', sans-serif;
}
.map-overview {
  flex: 2 2 300px;
  background: #f6f6f6;
  border-radius: 10px;
  padding: 18px 20px;
}

/* =========================
   LEARNING BENEFITS SECTION
   ========================= */
.learning-benefits ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.learning-benefits ul li {
  background: #fafafa;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 1.05rem;
  color: #232323;
}

/* =========================
   DIETARY TAGS & FILTERS
   ========================= */
.recipe-filter .filter-dropdowns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  align-items: center;
  margin-bottom: 12px;
}
.recipe-filter select {
  padding: 8px 14px;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  font-size: 1rem;
  background: #fff;
  color: #232323;
  appearance: none;
  min-width: 142px;
}
.dietary-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.dietary-tags span {
  background: #ececec;
  color: #232323;
  font-size: 0.96rem;
  padding: 6px 13px;
  border-radius: 18px;
  font-family: 'Source Sans Pro', sans-serif;
}

/* =========================
   MEMBER CTA & PRICING HIGHLIGHT
   ========================= */
.member-cta {
  background: #232323;
  color: #fff;
  border-radius: 16px;
  box-shadow: 0 1.5px 9px 0 rgba(13,13,13,0.13);
}
.member-cta h2 {
  color: #fff;
}
.pricing-highlight {
  background: #fff;
  color: #171717;
  font-family: 'Merriweather', serif;
  font-size: 1.15rem;
  border-radius: 7px;
  padding: 10px 16px;
  margin: 17px 0 15px 0;
}
.member-cta .cta-btn {
  background: #fff;
  color: #232323;
}
.member-cta .cta-btn:hover, .member-cta .cta-btn:focus {
  background: #171717;
  color: var(--brand-yellow);
}

/* ===============================
   FOOTER
   =============================== */
footer {
  background: var(--color-footer);
  color: #fff;
  margin-top: 60px;
  padding: 32px 0 0 0;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 24px;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 230px;
}
.footer-brand img {
  width: 56px;
  margin-bottom: 6px;
}
.footer-brand p {
  color: #ededed;
  font-size: 0.97rem;
  line-height: 1.6;
}
.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 180px;
}
.footer-menu a {
  color: #ededed;
  font-size: 1rem;
  font-family: 'Source Sans Pro', sans-serif;
  transition: color 0.18s;
}
.footer-menu a:hover, .footer-menu a:focus {
  color: var(--brand-yellow);
}
.footer-social-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-social-links a img {
  width: 32px;
  height: 32px;
  opacity: 0.87;
  transition: opacity 0.18s;
}
.footer-social-links a:hover img {
  opacity: 1;
}

/* ===============================
   MOBILE MENU OVERLAY
   =============================== */
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #181818;
  color: #fff;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transform: translateX(105%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.35s cubic-bezier(.65,0,.35,1), opacity 0.24s;
}
.mobile-menu.active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-close {
  margin: 24px 0 32px 24px;
  background: none;
  color: #fff;
  font-size: 2rem;
  border: none;
  cursor: pointer;
  transition: color 0.19s;
  align-self: flex-start;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: var(--brand-yellow);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 8px 0 0 36px;
  width: 100%;
}
.mobile-nav a {
  font-size: 1.13rem;
  color: #fff;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 600;
  padding: 0 0 8px 0;
  transition: color 0.17s;
  margin-right: 0;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: var(--brand-yellow);
  text-decoration: underline;
}

/* ===============================
   COOKIE CONSENT BANNER
   =============================== */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0;
  width: 100vw;
  background: var(--color-banner);
  color: #fff;
  z-index: 1200;
  padding: 22px 28px;
  box-shadow: 0 -2px 17px 0 rgba(0,0,0,0.19);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 1rem;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  transition: transform 0.27s, opacity 0.15s;
}
.cookie-banner.hidden {
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
}
.cookie-banner-btn, .cookie-settings-btn {
  padding: 9px 22px;
  margin-left: 16px;
  font-size: 1rem;
  background: #fff;
  color: #171717;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  box-shadow: 0 1px 5px 0 rgba(0,0,0,0.09);
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.cookie-banner-btn.reject {
  background: #fafafa;
  color: #222;
}
.cookie-banner-btn.accept {
  background: var(--brand-yellow);
  color: #111;
}
.cookie-banner-btn.accept:hover, .cookie-banner-btn.accept:focus {
  background: #fff4db;
  color: #222;
}
.cookie-settings-btn {
  background: var(--brand-gray);
  color: #fff;
}
.cookie-settings-btn:hover, .cookie-settings-btn:focus {
  background: #232323;
  color: var(--brand-yellow);
}

/* Cookie modal overlay */
.cookie-modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(32,32,32,0.61);
  z-index: 2001;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s;
}
.cookie-modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.cookie-modal {
  background: #fff;
  color: #111;
  border-radius: 17px;
  padding: 38px 34px 26px 34px;
  max-width: 410px;
  box-shadow: 0 7px 44px 0 rgba(48,48,48,0.18);
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
  font-size: 1rem;
}
.cookie-modal h3 {
  font-size: 1.25rem;
  margin-bottom: 11px;
  font-family: 'Merriweather', serif;
  font-weight: 700;
}
.cookie-modal-close {
  position: absolute;
  top: 16px; right: 22px;
  font-size: 1.5rem;
  color: #888;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.18s;
}
.cookie-modal-close:focus, .cookie-modal-close:hover {
  color: #171717;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.cookie-modal input[type="checkbox"] {
  accent-color: var(--brand-yellow);
  width: 22px;
  height: 22px;
}
.cookie-modal label {
  font-size: 1.04rem;
  color: #171717;
}
.cookie-modal .category-desc {
  font-size: 0.94rem;
  color: #666;
  margin-left: 36px;
}
.cookie-modal-footer {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 5px;
}

/* ===============================
   TEXT-BASED SECTIONS
   =============================== */
.text-section, .text-image-section {
  font-size: 1.07rem;
  color: #232323;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.7;
}
.text-section ul, .text-section ol {
  margin: 14px 0 12px 0;
  padding-left: 26px;
}
.text-section li {
  margin-bottom: 10px;
  line-height: 1.6;
}

/* ===============================
   SPECIAL SNIPPETS
   =============================== */
.popular-recipes-snippets p,
.quick-recipe-teasers p,
.booking-form-snippet p {
  background: #fafafa;
  color: #232323;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 1.07rem;
  margin-top: 13px;
}

/* ===============================
   RESPONSIVENESS
   =============================== */
@media (max-width: 1280px) {
  .container {
    max-width: 1024px;
  }
}
@media (max-width: 900px) {
  .container {
    max-width: 740px;
  }
  .main-nav {
    gap: 16px;
  }
}
@media (max-width: 900px) {
  .footer-brand, .footer-menu, .footer-social-links {
    min-width: 160px;
  }
  footer .container {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .cookie-banner {
    flex-direction: column;
    gap: 16px;
    padding: 14px 12px;
    font-size: 0.97rem;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 98%;
  }
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }
  .content-wrapper {
    gap: 16px;
  }
  .section {
    padding: 24px 8px;
    margin-bottom: 38px;
  }
  .hero {
    padding: 35px 0 30px 0;
    min-height: unset;
  }
  .hero h1 {
    font-size: 2rem;
  }
  .features ul, .services ul {
    flex-direction: column;
    gap: 12px;
  }
  .features ul li, .services ul li {
    min-width: unset;
    width: 100%;
    padding: 13px 11px;
  }
  .regional-highlight-grid {
    flex-direction: column;
    gap: 12px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  .footer-brand img {
    width: 44px;
  }
}
@media (max-width: 530px) {
  h1 {
    font-size: 1.55rem;
  }
  h2 {
    font-size: 1.28rem;
  }
  .cta-btn, .search-bar button, .cookie-banner-btn, .cookie-settings-btn {
    font-size: 0.96rem;
    padding: 10px 20px;
  }
  .testimonial-card {
    padding: 17px;
  }
  .cookie-modal {
    padding: 19px 11px 18px 13px;
    max-width: 98vw;
  }
}

/* ===============================
   SCROLLBAR, ANIMATIONS, MISC
   =============================== */
::-webkit-scrollbar { width: 8px; background: #f4f4f4; }
::-webkit-scrollbar-thumb { background: #232323; border-radius: 8px; }
::selection { background: #222; color: #fff; }

.fade-in {
  animation: fadeIn 0.68s cubic-bezier(.4,0,.2,1) both;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* ===============================
   HELPERS: VISUAL HIERARCHY
   =============================== */
.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/* JS-Required: Hamburger & Cookie Modal overlays
   You'll need to toggle .active and .hidden classes from JS! */
