/* ==== CSS RESET & BASE ==== */
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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  background-color: #FFFDF9;
  color: #22243A;
  min-height: 100vh;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, video, svg {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #3A3C55;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #C13A21;
  outline: none;
}
ul, ol {
  margin-left: 22px;
}
strong, b {
  font-weight: 600;
}

/* ==== TYPOGRAPHY  ==== */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-weight: 400;
  color: #22243A;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
h1 {
  font-size: 48px;
  margin-bottom: 18px;
}
h2 {
  font-size: 32px;
  margin-bottom: 16px;
}
h3 {
  font-size: 24px;
  margin-bottom: 12px;
}
h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

p, li, blockquote {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 18px;
  color: #22243A;
  margin-bottom: 12px;
}
blockquote {
  margin: 0 0 12px 0;
  padding-left: 18px;
  border-left: 4px solid #C13A21;
  font-style: italic;
  color: #36511B;
  background: rgba(194,58,33,0.05);
}

.subheadline {
  font-size: 22px;
  font-weight: 400;
  color: #36511B;
  margin-bottom: 22px;
}


/* ==== LAYOUT CONTAINERS ==== */
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
}
.content-wrapper {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: transparent;
  border-radius: 22px;
  box-shadow: none;
}
.section, section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

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

.card {
  margin-bottom: 20px;
  position: relative;
  background: #FEF9ED;
  border-radius: 20px;
  box-shadow: 0 5px 24px -9px rgba(54, 81, 27, 0.11);
  padding: 26px 22px;
  border: 1px solid #ECE2C2;
  transition: box-shadow 0.2s, transform 0.2s;
}
.card:hover {
  box-shadow: 0 12px 36px -7px rgba(49, 117, 57, 0.15);
  transform: translateY(-3px) scale(1.01);
}

.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;
}

.feature-item, .feature, .value-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #FBF6E2;
  border-radius: 18px;
  box-shadow: 0 2px 8px 0 rgba(50,80,20,0.05);
  padding: 24px 18px;
  margin-bottom: 20px;
  border: 1px solid #EBE4CE;
  min-width: 230px;
  flex: 1 1 230px;
}
.feature img, .value-item img {
  width: 44px;
  height: 44px;
  margin-bottom: 10px;
}

.feature-grid, .value-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 24px;
}
.timeline-event {
  display: flex;
  flex-direction: column;
  background: #EDF7E6;
  border-left: 6px solid #63994C;
  padding: 18px 14px 14px 22px;
  border-radius: 14px;
  margin-bottom: 4px;
}

.menu-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 28px;
}
.menu-category {
  flex: 1 1 215px;
  background: #F6EED7;
  border-radius: 16px;
  padding: 22px 18px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px 0 rgba(92,109,39,0.06);
  border: 1px solid #ECE2C2;
}

.signature-dishes, .nostalgic-favorites {
  background: #F7FBE8;
  border-radius: 14px;
  padding: 20px 18px;
  margin-bottom: 24px;
  border: 1px solid #DCECC3;
}

.highlight-dish {
  background: #F6D48A;
  border-radius: 18px;
  padding: 24px 20px;
  box-shadow: 0 3px 10px -3px #EBE4CE;
  margin-bottom: 14px;
  border: 1px solid #F2E4B6;
}

.text-section {
  background: #FFF9EE;
  border-radius: 16px;
  padding: 24px 16px;
  border: 1px solid #ECE2C2;
  margin-bottom: 20px;
}

.retromemories, .retro-memories {
  background: #EDF7E6;
  border-radius: 13px;
  padding: 18px 13px;
  margin-top: 16px;
}

.quotes blockquote {
  background: #FAFCF5;
  padding: 10px 18px;
  border-radius: 8px;
  margin-bottom: 10px;
  border-left: 4px solid #3A3C55;
  color: #36511B;
}

/* ==== HERO SECTION ==== */
.hero-section, .cta-section {
  background: url('../assets/hero-bg-texture.png'), linear-gradient(120deg, #EDF7E6 0%, #E8E1D0 100%);
  background-blend-mode: multiply;
  margin-bottom: 60px;
  min-height: 280px;
  display: flex;
  align-items: center;
  border-radius: 26px;
  box-shadow: 0 4px 20px -6px rgba(93, 153, 76, 0.04);
}
.hero-section .container,
.cta-section .container {
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ==== TESTIMONIALS ==== */
.testimonials-section {
  background: #F6EED7;
  border-radius: 20px;
  margin-bottom: 60px;
  box-shadow: 0 4px 20px -8px #E6DFC9;
}
.testimonials-section h2 {
  color: #36511B;
  margin-bottom: 26px;
}
.testimonials-section .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.testimonial-card {
  background: #FFF;
  border-radius: 16px;
  box-shadow: 0 3px 16px -7px #adc48f;
  padding: 20px;
  min-width: 220px;
  max-width: 370px;
  flex: 1 1 250px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: box-shadow 0.22s, transform 0.17s;
  border: 1px solid #EDF7E6;
}
.testimonial-card img {
  width: 36px;
  height: 36px;
  margin-right: 5px;
}
.testimonial-card blockquote {
  background: none;
  color: #22243A;
  border-left: none;
  font-size: 17px;
  margin: 0;
}
.testimonial-author {
  color: #36511B;
  font-size: 15px;
  margin: 0;
}
.testimonial-card:hover {
  box-shadow: 0 7px 28px -6px #B5D7A7;
  transform: translateY(-2px) scale(1.012);
}

/* ==== CTA BUTTON ==== */
.cta-btn, .cta-btn:visited {
  display: inline-block;
  background: #63994C;
  color: #FFFFFF;
  font-family: 'Bebas Neue', 'Roboto', Arial, sans-serif;
  font-size: 22px;
  padding: 12px 38px;
  border-radius: 24px 32px 20px 28px/16px 30px 14px 24px;
  /* organic shape */
  box-shadow: 0 3px 12px -5px #B5D7A7;
  border: none;
  transition: background 0.2s, transform 0.18s, box-shadow 0.18s;
  margin-top: 14px;
  margin-bottom: 14px;
  letter-spacing: 0.03em;
  cursor: pointer;
  position: relative;
}
.cta-btn:hover, .cta-btn:focus {
  background: #36511B;
  color: #FFF;
  transform: translateY(-1.5px) scale(1.04);
  box-shadow: 0 7px 24px -5px #A7DD90;
  outline: none;
}

/* ==== MAIN NAVIGATION ==== */
header {
  background: #EDF7E6;
  box-shadow: 0 3px 14px -7px rgba(99,153,76,0.09);
  position: relative;
  z-index: 50;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 0 24px;
  height: 66px;
  background: none;
}
.main-nav a {
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: 19px;
  color: #36511B;
  transition: color 0.19s;
  padding: 7px 8px;
  border-radius: 10px;
}
.main-nav a:hover, .main-nav a:focus {
  color: #3A3C55;
  background: #E6DFC9;
}
.main-nav .cta-btn {
  margin-left: 18px;
  padding: 10px 28px;
  font-size: 20px;
  background: #C13A21;
  letter-spacing: 0.06em;
  color: #fff;
  border-radius: 24px 32px 20px 28px/16px 30px 14px 24px;
  box-shadow: 0 2px 8px -3px #E6614B;
  border: none;
  transition: background 0.18s, color 0.16s;
}
.main-nav .cta-btn:hover, .main-nav .cta-btn:focus {
  background: #22243A;
  color: #FFEDC7;
}

.main-nav img {
  height: 42px;
  width: auto;
  margin-right: 12px;
}

/* ===== MOBILE MENU ===== */
.mobile-menu-toggle {
  display: none;
  position: absolute;
  right: 22px;
  top: 18px;
  z-index: 110;
  background: #E6614B;
  color: #ffffff;
  border: none;
  font-size: 36px;
  border-radius: 11px;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, color 0.15s;
  cursor: pointer;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #63994C;
  color: #FFF;
  outline: none;
}

.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  left: 100vw;
  width: 100vw;
  height: 100vh;
  background: #FBF6E2;
  box-shadow: -8px 0 22px -5px #5E9452;
  z-index: 2000;
  transition: transform 0.35s cubic-bezier(0.81,0,0.25,1) , left 0s 0.35s;
  transform: translateX(0);
  pointer-events: none;
  opacity: 0;
}
.mobile-menu.open {
  left: 0;
  pointer-events: auto;
  opacity: 1;
  transform: translateX(-100vw);
  transition: transform 0.32s cubic-bezier(0.81,0,0.25,1), left 0s;
}
.mobile-menu-close {
  background: #C13A21;
  color: #fff;
  border: none;
  font-size: 30px;
  width: 44px;
  height: 44px;
  margin: 20px 0 20px 22px;
  border-radius: 14px;
  cursor: pointer;
  z-index: 2010;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.16s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #36511B;
  color: #fff;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
  align-items: flex-start;
  margin-left: 32px;
  margin-top: 12px;
}
.mobile-nav a {
  font-size: 22px;
  font-family: 'Bebas Neue', Arial, sans-serif;
  padding: 7px 6px;
  color: #395A13;
  border-radius: 10px;
  transition: background 0.18s, color 0.16s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #D8EFBC;
  color: #C13A21;
}

@media (max-width: 992px) {
  .main-nav {
    gap: 18px;
    padding: 0 10px;
    height: 56px;
  }
  .main-nav a {
    font-size: 16px;
  }
  .main-nav img {
    height: 34px;
  }
}
@media (max-width: 820px) {
  .main-nav {
    gap: 11px;
    padding: 0 6px;
  }
}
@media (max-width: 768px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .mobile-menu {
    left: 100vw;
  }
  .mobile-menu.open {
    left: 0;
    transform: translateX(0);
  }
}
@media (min-width: 769px) {
  .mobile-menu-toggle { display: none !important; }
  .mobile-menu { display: none !important; }
}

/* ==== FOOTER ==== */
footer {
  background: #F6EED7;
  padding: 36px 0 32px 0;
  margin-top: 50px;
  border-top: 1.5px solid #DFD8C6;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: center;
  margin-bottom: 18px;
}
.footer-nav a {
  color: #395A13;
  font-size: 16px;
  font-family: 'Bebas Neue', Arial, sans-serif;
  transition: color 0.16s;
  padding: 6px 12px;
  border-radius: 7px;
}
.footer-nav a:hover, .footer-nav a:focus {
  background: #DDD8C2;
  color: #C13A21;
}
.footer-contact {
  text-align: center;
  font-size: 15px;
  color: #36511B;
  margin-top: 4px;
}

/* ==== COOKIE CONSENT BANNER ==== */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFE9D1;
  color: #22243A;
  padding: 20px 28px 18px 28px;
  box-shadow: 0 -4px 28px -12px #AC8947;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 17px;
  animation: cookieSlideIn 0.42s cubic-bezier(.68,-0.55,.27,1.55);
}
@keyframes cookieSlideIn {
  from { transform: translateY(100%); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 14px;
  margin-top: 10px;
}
.cookie-btn, .cookie-settings-btn {
  background: #63994C;
  color: #ffffff;
  border: none;
  border-radius: 18px 26px 14px 22px/10px 21px 10px 12px;
  padding: 9px 24px;
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.16s, transform 0.13s;
  box-shadow: 0 2px 7px -2px #99954C;
}
.cookie-btn:hover, .cookie-btn:focus, .cookie-settings-btn:hover, .cookie-settings-btn:focus {
  background: #36511B;
  color: #fff;
}
.cookie-btn.reject {
  background: #C13A21;
}
.cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: #3A3C55;
}
.cookie-settings-btn {
  background: #F6D48A;
  color: #3A3C55;
  border: 1px solid #ECE2C2;
}
.cookie-settings-btn:hover, .cookie-settings-btn:focus {
  background: #F1BA63;
  color: #22243A;
}

/* ==== COOKIE MODAL ==== */
.cookie-modal-overlay {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(34, 36, 58, 0.45);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: auto;
  animation: fadeIn .18s;
}
@keyframes fadeIn { from { opacity: 0;} to { opacity: 1;} }
.cookie-modal {
  background: #FFF9EE;
  border-radius: 23px 28px 19px 22px/15px 24px 17px 18px;
  max-width: 400px;
  width: 92vw;
  margin-bottom: 32px;
  box-shadow: 0 4px 34px -9px #A7DD90;
  padding: 28px 22px 18px 22px;
  position: relative;
}
.cookie-modal h2 {
  font-size: 22px;
  margin-bottom: 8px;
  color: #36511B;
}
.cookie-modal .cookie-categories {
  margin-bottom: 14px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 16px;
}
.cookie-category input[type="checkbox"] {
  accent-color: #63994C;
}
.cookie-modal .cookie-modal-actions {
  display: flex;
  gap: 16px;
  margin-top: 12px;
}
.cookie-modal-close {
  position: absolute;
  top: 11px;
  right: 13px;
  background: none;
  border: none;
  font-size: 26px;
  color: #C13A21;
  cursor: pointer;
  transition: color 0.15s;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  color: #3A3C55;
  outline: none;
}

/* ===== RESPONSIVE LAYOUTS ===== */
@media (max-width: 1024px) {
  .container {
    padding: 0 12px;
    max-width: 100%;
  }
  .feature-grid,
  .value-grid,
  .menu-categories,
  .testimonials-section .content-wrapper {
    gap: 16px;
  }
}
@media (max-width: 900px) {
  .feature-grid, .value-grid, .menu-categories { flex-direction: column; }
  .menu-category, .feature, .value-item { min-width: 180px; }
  .testimonial-card { max-width: 95vw; }
}
@media (max-width: 800px) {
  .section, section, .content-wrapper {
    padding: 24px 7px;
    margin-bottom: 40px;
  }
  .hero-section, .cta-section {
    padding: 0 0 0 0;
    min-height: 160px;
  }
  h1 { font-size: 32px; }
  h2 { font-size: 24px; }
  h3 { font-size: 18px; }
  .subheadline { font-size: 18px; }
}
@media (max-width: 768px) {
  .content-grid, .feature-grid, .menu-categories, .testimonials-section .content-wrapper,
  .value-grid {
    flex-direction: column;
    gap: 16px;
  }
  .text-image-section, .content-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .card-container {
    flex-direction: column;
    gap: 14px;
  }
}
@media (max-width: 540px) {
  h1 { font-size: 22px; }
  h2 { font-size: 18px; }
  .footer-nav a { font-size: 14px; }
  .content-wrapper, .section, section { padding: 14px 4px; }
  .cookie-banner { padding: 13px 8px 13px 8px; font-size: 15px; }
  .cookie-modal { padding: 15px 7px 8px 9px; max-width: 95vw; }
}

/* ==== ORGANIC SHAPE ELEMENTS / RETRO/NATURE HINT ==== */
.feature, .value-item, .testimonial-card, .menu-category, .highlight-dish, .cta-btn, .cookie-btn, .cookie-settings-btn, .cookie-modal {
  border-radius: 27px 17px 21px 15px/10px 41px 18px 22px;
  /* free-form, slightly uneven corners for organic look */
}

/* ==== MISC ==== */
::-webkit-scrollbar {
  width: 12px;
  background: #F2ECD3;
}
::-webkit-scrollbar-thumb {
  background: #C9C5A1;
  border-radius: 8px;
}
::-webkit-selection,
::-moz-selection,
::selection {
  background: #C13A21;
  color: #fff;
}

/* ==== HIGH CONTRAST FOR TESTIMONIALS (per requirement) ==== */
.testimonial-card,
.testimonials-section .content-wrapper .testimonial-card {
  background: #FFF;
  color: #22243A;
}
.testimonial-card blockquote { color: #22243A; }
.testimonial-author { color: #36511B; }

/* ==== FOCUS STYLES ==== */
a:focus, button:focus, .cta-btn:focus, .cookie-btn:focus, .cookie-settings-btn:focus, .mobile-menu-close:focus {
  outline: 2px dotted #3A3C55;
  outline-offset: 3px;
}

/* ==== UTILITY ==== */
.hide { display: none !important; }

/* ==== END ==== */
