/* --- 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;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}
body {
  line-height: 1.6;
  background: #161c22;
  color: #f5f8fa;
  font-family: 'Roboto', Arial, sans-serif;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}
a {
  color: #B85B1D;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #FF8906;
}
ul, ol {
  padding-left: 24px;
  margin-bottom: 16px;
}
li {
  margin-bottom: 8px;
}
strong {
  font-weight: bold;
}

/* --- TYPOGRAPHY --- */
h1, .hero h1 {
  font-family: 'Abril Fatface', Arial, serif;
  font-size: 2.25rem;
  letter-spacing: 1px;
  color: #F7E4B6;
  text-shadow: 0 2px 8px rgba(37,52,57,0.35);
  margin-bottom: 16px;
}
h2 {
  font-family: 'Abril Fatface', Arial, serif;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-bottom: 12px;
}
h3 {
  font-size: 1.15rem;
  color: #B85B1D;
  font-family: 'Abril Fatface', Arial, serif;
  margin-bottom: 10px;
}
h4, h5 {
  font-size: 1rem;
  color: #f2c278;
}
.subheadline {
  font-size: 1.08rem;
  color: #F7E4B6;
  margin-bottom: 20px;
  font-family: 'Roboto', Arial, sans-serif;
  letter-spacing: 0.1em;
}

p {
  font-size: 1rem;
  margin-bottom: 12px;
  color: #e2e6e8;
  line-height: 1.7;
}
.text-section p {
  margin-bottom: 14px;
}

@media (min-width: 500px) {
  h1, .hero h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  .subheadline {
    font-size: 1.15rem;
  }
}

/* --- GENERAL LAYOUT --- */
.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 22px;
}
.content-wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  border-radius: 18px;
  background: #202B31;
  box-shadow: 0 6px 32px -8px #171d21b0;
  padding: 28px 20px;
  color: #F7E4B6;
  transition: transform 0.22s, box-shadow 0.22s;
}
.card:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 12px 32px -8px #B85B1Db0;
}
.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;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #faf9f7;
  color: #222;
  border-radius: 16px;
  box-shadow: 0 2px 12px 0 #4441  ;
  margin-bottom: 20px;
  min-height: 64px;
  font-size: 1.04rem;
}
.testimonial-card p {
  color: #222;
  margin: 0;
}
.testimonial-card span {
  font-size: 0.98rem;
  color: #444;
  font-style: italic;
}

.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 14px;
  justify-content: space-between;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #1A2328;
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: 0 4px 24px -5px #092932b8;
  min-width: 210px;
  max-width: 370px;
  flex: 1 1 260px;
  border-left: 3px solid #B85B1D;
  transition: border 0.18s, box-shadow 0.15s;
}
.feature-item:hover {
  border-left: 3px solid #FF8906;
  box-shadow: 0 8px 32px -6px #ff880633;
}
.feature-item img {
  width: 40px;
  height: 40px;
  margin-bottom: 6px;
  filter: drop-shadow(0 2px 8px #B85B1D60);
}

.text-section {
  margin-bottom: 16px;
}

.recipe-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.recipe-card {
  background: #202B31;
  color: #F7E4B6;
  border-radius: 12px;
  padding: 22px 18px 16px 18px;
  box-shadow: 0 2px 18px -4px #25343940;
  min-width: 200px;
  flex: 1 1 270px;
  transition: box-shadow 0.22s, transform 0.20s;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.recipe-card:hover {
  box-shadow: 0 8px 28px -2px #A53F0030, 0 2px 24px 0 #A53F0022;
  transform: scale(1.025);
}

.social-icons {
  display: flex;
  gap: 18px;
  margin-top: 12px;
  align-items: center;
}
.social-icons a img {
  width: 28px;
  height: 28px;
  filter: drop-shadow(0 2px 4px #B85B1D33);
  transition: filter 0.16s, transform 0.18s;
}
.social-icons a:hover img {
  filter: drop-shadow(0 6px 16px #FF8906cc) brightness(1.1);
  transform: scale(1.12) rotate(-6deg);
}

/* --- HEADER / NAVIGATION --- */
header {
  background: #202B31;
  border-bottom: 2px solid #B85B1D33;
  position: relative;
  z-index: 100;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
}
header nav {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-left: 24px;
}
header nav a {
  color: #F7E4B6;
  font-size: 1rem;
  position: relative;
  letter-spacing: 0.02em;
  padding: 5px 0;
}
header nav a:after {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg,#B85B1D 10%,#FF8906 90%);
  transition: width 0.2s;
  position: absolute;
  left: 0; bottom: 0;
}
header nav a:hover:after, header nav a:focus:after {
  width: 100%;
}

.cta-btn {
  background: #B85B1D;
  color: #fff;
  font-family: 'Abril Fatface', Arial, serif;
  border: none;
  padding: 13px 28px;
  border-radius: 24px;
  font-size: 1.08rem;
  box-shadow: 0 2px 8px #B85B1D44;
  letter-spacing: 0.05em;
  margin-left: 14px;
  cursor: pointer;
  position: relative;
  transition: background 0.18s, transform 0.13s, box-shadow 0.17s;
}
.cta-btn:hover, .cta-btn:focus {
  background: #FF8906;
  color: #202B31;
  transform: scale(1.056);
  box-shadow: 0 5px 25px -6px #FF890666;
}

.mobile-menu-toggle {
  background: none;
  border: none;
  color: #F7E4B6;
  font-size: 2rem;
  margin-left: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 105;
  transition: color 0.18s;
  padding: 8px 12px;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  color: #FF8906;
}

/* ---- Mobile Menu (Overlay) ---- */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(24,28,32,0.98);
  transition: transform 0.34s cubic-bezier(.68,.15,.47,1.36);
  transform: translateX(-105vw);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 26px 18px 22px;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: #363c42;
  border: none;
  color: #fff;
  font-size: 2.2rem;
  padding: 6px 16px;
  border-radius: 18px;
  align-self: flex-end;
  margin-bottom: 24px;
  cursor: pointer;
  box-shadow: 0 2px 8px #B85B1D33;
  transition: background 0.18s, color 0.16s;
  z-index: 10001;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #B85B1D;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.mobile-nav a {
  color: #F7E4B6;
  padding: 10px 0;
  font-size: 1.18rem;
  font-family: 'Abril Fatface', Arial, serif;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #B85B1D26;
  transition: color 0.17s, background 0.14s;
  width: 100%;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #FF8906;
  background: #202B31;
  border-bottom: 2px solid #FF8906;
}

@media (max-width: 1024px) {
  header nav, header .cta-btn {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
}
@media (min-width: 1025px) {
  .mobile-menu, .mobile-menu-toggle {
    display: none !important;
  }
  header nav, header .cta-btn {
    display: block;
  }
}

/* --- HERO --- */
.hero {
  width: 100%;
  background: linear-gradient(120deg, #253439 88%, #B85B1D 180%);
  padding: 72px 0 56px 0;
  margin-bottom: 48px;
}
.hero .content-wrapper {
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
.hero .cta-btn {
  margin-top: 14px;
}

/* --- FEATURES, ABOUT, CONTACT, SERVICES --- */
.features {
  background: #232b34;
  border-top: 3px solid #B85B1D22;
  border-bottom: 2px solid #B85B1D14;
  padding-bottom: 36px;
}
.features .feature-grid {
  margin-bottom: 18px;
}
.about, .contact, .services {
  background: #181e23;
  border-radius: 20px;
  box-shadow: 0 3px 16px #B85B1D20;
  margin: 36px auto 36px auto;
  padding-top: 24px;
  padding-bottom: 18px;
}

.contact .social-icons {
  margin-top: 0;
}

/* --- TESTIMONIALS --- */
.testimonials {
  background: #232b34;
  padding-bottom: 36px;
}
.testimonials .testimonial-card {
  background: #f9f9fa;
  color: #1F252B;
  border-left: 4px solid #B85B1D;
}
.testimonials h3 {
  color: #A53F00;
  margin-bottom: 10px;
  margin-top: 14px;
  font-size: 1.17rem;
}
.testimonials ul li,
.testimonials ul {
  color: #fff;
}


/* --- FOOTER --- */
footer {
  background: #1B2227;
  border-top: 2px solid #B85B1D13;
  padding: 38px 0 18px 0;
  color: #F7E4B6;
  font-size: 0.98rem;
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}
footer nav a {
  color: #F7E4B6;
  font-size: 1rem;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  transition: border-bottom 0.20s, color 0.19s;
}
footer nav a:hover {
  color: #FF8906;
  border-bottom: 2px solid #FF8906;
}
footer .cta-btn {
  margin: 0;
  align-self: center;
  font-size: 1rem;
  padding: 9px 22px;
}
footer .social-icons {
  margin-top: 0;
  margin-bottom: 10px;
}
footer p {
  font-size: 0.95rem;
  color: #acacac;
  margin-top: 10px;
}


/* --- COOKIE CONSENT BANNER --- */
.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 99999;
  background: #202B31;
  color: #fff;
  padding: 22px 16px 16px 16px;
  box-shadow: 0 -2px 18px #202B3180;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cookie-consent-banner .cookie-content {
  font-size: 1.08rem;
  margin-bottom: 14px;
  text-align: center;
}
.cookie-consent-banner .cookie-actions {
  display: flex;
  gap: 20px;
}
.cookie-consent-banner button {
  background: #B85B1D;
  color: #fff;
  border: none;
  font-size: 1.02rem;
  border-radius: 22px;
  padding: 8px 22px;
  cursor: pointer;
  margin: 4px 0;
  transition: background 0.15s, box-shadow 0.13s;
  box-shadow: 0 2px 8px #181e2333;
}
.cookie-consent-banner button:hover, .cookie-consent-banner button:focus {
  background: #FF8906;
}
.cookie-consent-banner .settings-btn {
  background: #232b34;
  color: #F7E4B6;
  border: 1px solid #B85B1D66;
}
.cookie-consent-banner .settings-btn:hover, .cookie-consent-banner .settings-btn:focus {
  background: #B85B1D;
  color: #fff;
  border-color: #FF8906;
}

/* --- COOKIE MODAL --- */
.cookie-modal-overlay {
  position: fixed;
  inset: 0;
  background: #161c22F2;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}
.cookie-modal-overlay.open {
  opacity: 1;
  pointer-events: all;
}
.cookie-modal {
  background: #202B31;
  color: #F7E4B6;
  border-radius: 18px;
  box-shadow: 0 6px 32px #B85B1DAA;
  max-width: 420px;
  width: 98vw;
  padding: 32px 26px 24px 26px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  transform: translateY(35px);
  transition: transform 0.30s cubic-bezier(.44,1.12,.74,1.01);
}
.cookie-modal-overlay.open .cookie-modal {
  transform: translateY(0);
}
.cookie-modal h2 {
  color: #fff;
  font-size: 1.20rem;
  margin-bottom: 12px;
}
.cookie-modal-category {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.cookie-modal-category input[type="checkbox"] {
  accent-color: #B85B1D;
  transform: scale(1.2);
}
.cookie-modal-category label {
  font-size: 1.05rem;
}
.cookie-modal-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 10px;
}
.cookie-modal .close-modal-btn {
  background: #363c42;
  color: #fff;
  border: none;
  border-radius: 14px;
  font-size: 1.5rem;
  padding: 4px 18px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: background 0.19s;
}
.cookie-modal .close-modal-btn:hover, .cookie-modal .close-modal-btn:focus {
  background: #B85B1D;
}

/* --- RESPONSIVE FLEX-LAYOUTS --- */
@media (max-width: 900px) {
  .feature-grid, .recipe-list,
  .content-grid {
    flex-direction: column;
    gap: 18px;
  }
  .testimonial-card {
    flex-direction: column;
    gap: 12px;
    padding: 18px 12px;
  }
  .card-container {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 6px;
    padding-right: 6px;
    max-width: 98vw;
  }
  .content-wrapper {
    gap: 16px;
  }
  header .container,
  .footer .container {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 8px 4px;
  }
  .hero {
    padding: 38px 0 25px 0;
    margin-bottom: 28px;
  }
  .section {
    padding: 24px 8px;
    margin-bottom: 32px;
  }
  .feature-grid, .recipe-list, .content-grid {
    flex-direction: column;
    gap: 16px;
  }
  .testimonial-card, .card-container {
    flex-direction: column;
    gap: 10px;
    padding: 14px 8px;
  }
  .about, .contact, .services {
    padding-top: 10px;
    padding-bottom: 8px;
    margin: 14px auto 14px auto;
    border-radius: 13px;
  }
}
@media (max-width: 520px) {
  .hero h1, h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.1rem;
  }
  h3 {
    font-size: 1rem;
  }
  .cta-btn {
    font-size: 0.96rem;
    padding: 9px 11px;
  }
  .feature-item, .recipe-card {
    padding: 13px 7px;
  }
  .testimonial-card {
    padding: 8px 4px;
  }
}

/* --- ACCESSIBILITY & MISC --- */
:focus {
  outline: 2px dashed #FF8906;
  outline-offset: 1.5px;
}
::selection {
  background: #B85B1D70;
}

/* Utility */
.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.mb-1 { margin-bottom: 8px; }
.mb-2 { margin-bottom: 16px; }
.mb-3 { margin-bottom: 24px; }
.mx-auto { margin-left: auto; margin-right: auto; }
.text-center { text-align: center; }

/* Hide elements utility */
.hide { display: none !important; }

/* --- END OF CSS --- */
