/* CSS RESET & BASE STYLES */
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: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.5;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #324D2B;
  background: #F6F2ED;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #B58B44;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #324D2B;
  text-decoration: underline;
}
ul, ol {
  margin-left: 1.2em;
}
img {
  max-width: 100%;
  display: block;
}

/* BRAND FONTS */
h1,h2,h3,h4,h5,h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #324D2B;
  font-weight: 700;
  letter-spacing: 0.01em;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 16px;
  line-height: 1.1;
}
h2 {
  font-size: 1.8rem;
  margin-bottom: 12px;
  line-height: 1.15;
}
h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
h4 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
p {
  font-size: 1.1rem;
  color: #324D2B;
  margin-bottom: 12px;
  line-height: 1.7;
}

/* ----------- LAYOUT CONTAINERS ----------- */
.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.content-wrapper {
  width: 100%;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 16px 0 rgba(50,77,43,0.07);
  transition: box-shadow 0.18s, transform 0.12s;
  padding: 24px;
}
.card:hover {
  transform: translateY(-4px) scale(1.03) rotate(-0.3deg);
  box-shadow: 0 8px 28px 0 rgba(181,139,68,0.19);
}
.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: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 10px 0 rgba(50,77,43,0.10);
  margin-bottom: 20px;
  min-width: 280px;
  max-width: 400px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* ----------- HEADER ----------- */
header {
  width: 100%;
  background: #F6F2ED;
  box-shadow: 0 2px 16px 0 rgba(181,139,68,0.09);
  position: sticky;
  top: 0;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0.5em;
  min-height: 70px;
}
.logo-wrapper {
  display: flex;
  align-items: center;
  height: 64px;
  margin-right: 1.5em;
}
.main-nav {
  display: flex;
  align-items: center;
  flex-grow: 2;
  gap: 28px;
}
.main-nav a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #324D2B;
  letter-spacing: 0.02em;
  padding: 8px 10px;
  border-radius: 9px;
  transition: background 0.18s, color 0.17s;
}
.main-nav a:hover, .main-nav a:focus {
  color: #fff;
  background: #B58B44;
}
.cta-btn {
  min-width: 170px;
  min-height: 44px;
  padding: 12px 26px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 1.14rem;
  letter-spacing: 0.03em;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  box-shadow: 0 4px 14px 0 rgba(50,77,43,0.12);
  margin-left: 28px;
  margin-right: 10px;
  transition: background 0.19s, color 0.14s, box-shadow 0.16s, transform 0.13s;
  display: inline-block;
  text-align: center;
}
.cta-btn.primary {
  background: #B58B44;
  color: #fff;
}
.cta-btn.primary:hover, .cta-btn.primary:focus {
  background: #324D2B;
  color: #fff;
  transform: translateY(-2px) scale(1.04) rotate(-1deg);
  box-shadow: 0 8px 22px 0 rgba(181,139,68,0.13);
}
.cta-btn.secondary {
  background: #fff;
  color: #B58B44;
  border: 2px solid #B58B44;
}
.cta-btn.secondary:hover, .cta-btn.secondary:focus {
  background: #B58B44;
  color: #fff;
  transform: translateY(-2px) scale(1.04) rotate(1deg);
}
button {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

/* MOBILE HEADER NAV */
.mobile-menu-toggle {
  background: #B58B44;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.9rem;
  margin-left: 12px;
  display: none;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.19s, background 0.13s;
  z-index: 110;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #324D2B;
  color: #fff;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #fff;
  box-shadow: 0 7px 36px 0 rgba(50,77,43,0.18);
  z-index: 1200;
  transform: translateX(-100vw);
  transition: transform 0.35s cubic-bezier(.75,-0.01,.21,1.02);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: #B58B44;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 2rem;
  border: none;
  outline: none;
  position: absolute;
  right: 24px;
  top: 22px;
  z-index: 1250;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.19s;
}
.mobile-menu-close:hover {
  background: #324D2B;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 74px;
  width: 100%;
  padding: 26px 32px 32px 32px;
}
.mobile-nav a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #324D2B;
  padding: 14px 0 14px 7px;
  border-radius: 9px;
  transition: background 0.16s, color 0.12s;
  display: block;
  width: 100%;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #fff;
  background: #B58B44;
}
@media (max-width: 992px) {
  .main-nav {
    display: none;
  }
  .cta-btn {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  header {
    justify-content: space-between;
    min-height: 60px;
    padding: 0 8px;
  }
  .logo-wrapper {
    height: 54px;
    margin-right: 0;
  }
}

/* ----------- HERO SECTION ----------- */
.hero {
  min-height: 350px;
  background: #fff6e5;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  border-radius: 0 0 34px 34px;
  box-shadow: 0 6px 36px 0 rgba(181,139,68,0.12);
  animation: playfulFadeIn 1.2s cubic-bezier(.4,.22,.31,1.13);
}
@keyframes playfulFadeIn {
  0% { opacity:0; transform: translateY(32px) scale(0.97) rotate(-2deg); }
  90% { opacity:1; }
  100% { opacity:1; transform: none; }
}
.hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 350px;
}
.hero h1 {
  color: #B58B44;
  font-size: 2.5rem;
  margin-bottom: 7px;
  font-family: 'Montserrat', cursive, sans-serif;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 0 #fff3d6;
}
.hero h2 {
  font-size: 1.4rem;
  color: #324D2B;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
  animation: pop-in 1s cubic-bezier(.2,1.15,.64,1.03) .4s backwards;
}
@keyframes pop-in {
  0% { opacity: 0; transform: scale(0.92) translateY(12px); }
  90% { opacity: 1; }
  100% { opacity: 1; transform: none; }
}
.hero .cta-btn {
  margin-top: 20px;
  animation: pop-in 1.2s cubic-bezier(.2,1.15,.64,1.03) .75s both;
}

/* ----------- FEATURES ----------- */
.features {
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 4px 24px 0 rgba(181,139,68,0.08);
  padding: 40px 20px;
  margin-bottom: 60px;
}
.features h2 {
  color: #324D2B;
  text-align: center;
  margin-bottom: 27px;
}
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.feature-card {
  flex: 1 1 230px;
  min-width: 230px;
  max-width: 350px;
  background: #FFFAF1;
  border-radius: 20px;
  box-shadow: 0 2px 10px 0 rgba(181,139,68,0.10);
  padding: 24px 18px 22px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: box-shadow 0.18s, transform 0.14s;
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}
.feature-card:hover {
  transform: scale(1.04) rotate(1deg);
  box-shadow: 0 8px 28px 0 rgba(50,77,43,0.13);
}
.feature-card img {
  width: 64px;
  height: 64px;
  margin-bottom: 13px;
  filter: drop-shadow(0 2px 2px #ffe1b3);
}
.feature-card h3 {
  color: #B58B44;
  margin-bottom: 7px;
  font-size: 1.24rem;
}
.feature-card p {
  font-size: 1.04rem;
  color: #324D2B;
  margin-bottom: 0px;
}

.feature-icons-row {
  display: flex;
  gap: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.feature-icons-row img {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: #FFF6E5;
  padding: 6px;
  transition: transform 0.19s;
  box-shadow: 0 2px 6px 0 rgba(181,139,68,0.13);
}
.feature-icons-row img:hover {
  transform: rotate(-10deg) scale(1.12);
}

.feature-item li, .features ul li {
  font-size: 1.07rem;
  margin-bottom: 8px;
}

/* ----------- SERVICES/SERVICE LIST ----------- */
.services .service-list, .services .course-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.service-item, .course-item {
  background: #fff4e7;
  border-radius: 17px;
  box-shadow: 0 1px 7px 0 rgba(181,139,68,0.07);
  padding: 22px 18px 18px 18px;
  min-width: 210px;
  max-width: 315px;
  flex: 1 1 220px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  transition: box-shadow 0.19s, transform 0.14s;
}
.service-item:hover, .course-item:hover {
  transform: scale(1.04) rotate(-2deg);
  box-shadow: 0 6px 28px 0 rgba(181,139,68,0.16);
  z-index: 2;
}
.service-item h3 {
  color: #324D2B;
  margin-bottom: 7px;
  font-size: 1.13rem;
}
.service-item .price {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  background: #B58B44;
  color: #fff;
  font-size: 1.04rem;
  border-radius: 8px;
  padding: 4px 10px;
  margin-top: 10px;
  letter-spacing: 0.05em;
}

/* ----------- TESTIMONIALS ----------- */
.testimonials {
  background: #FFF8EC;
  border-radius: 22px;
  box-shadow: 0 4px 14px 0 rgba(181,139,68,0.08);
  padding: 38px 20px 30px 20px;
}
.testimonials h2 {
  text-align: center;
  color: #B58B44;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}
.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: center;
  margin-bottom: 24px;
}
.testimonial-card {
  background: #fff;
  color: #1e271a;
  border-radius: 18px;
  box-shadow: 0 2px 10px 0 rgba(50,77,43,0.12);
  min-width: 260px;
  max-width: 390px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}
.testimonial-card p {
  font-size: 1.1rem;
  color: #324D2B;
  font-style: italic;
  margin-bottom: 3px;
}
.testimonial-details {
  font-size: 0.98rem;
  color: #324D2B;
  opacity: 0.96;
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonial-name {
  font-weight: bold;
}
.star-rating {
  color: #FFD700;
  font-size: 1.15em;
  margin-left: 6px;
  text-shadow: 0 1.5px 0 #B58B44;
}
.trust-signals {
  margin-top: 18px;
  text-align: center;
  color: #B58B44;
  font-weight: bold;
  letter-spacing: 0.03em;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
.trust-signals img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
}

/* ----------- RECIPE FILTERS AND PREVIEWS ----------- */
.recipe-filter {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px 0 rgba(50,77,43,0.09);
  margin-bottom: 44px;
  padding: 34px 20px 20px 20px;
}
.recipe-filter input[type='search'] {
  width: 100%;
  max-width: 420px;
  font-size: 1.025rem;
  padding: 10px 18px;
  border-radius: 10px;
  border: 2px solid #B58B44;
  outline: none;
  margin-bottom: 17px;
  transition: border-color 0.16s;
}
.recipe-filter input[type='search']:focus {
  border-color: #324D2B;
}
.tag-filter, .category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}
.tag-filter button, .category-filter button {
  background: #FFFAF1;
  color: #B58B44;
  border: 2px solid #B58B44;
  border-radius: 11px;
  padding: 6px 22px;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.17s, color 0.14s, border 0.12s, transform 0.12s;
}
.tag-filter button:hover, .tag-filter button:focus,
.category-filter button:hover, .category-filter button:focus {
  background: #B58B44;
  color: #fff;
  border: 2px solid #B58B44;
  transform: scale(1.07) rotate(-3deg);
}
.recipe-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  margin-bottom: 18px;
}
.recipe-preview {
  flex: 1 1 240px;
  min-width: 220px;
  max-width: 320px;
  background: #fff1df;
  border-radius: 17px;
  box-shadow: 0 1px 7px 0 rgba(181,139,68,0.09);
  padding: 22px 18px 14px 18px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  transition: box-shadow 0.18s, transform 0.1s;
}
.recipe-preview:hover {
  box-shadow: 0 8px 28px 0 rgba(50,77,43,0.14);
  transform: scale(1.05) rotate(1.5deg);
}
.recipe-preview h3 {
  color: #324D2B;
  font-size: 1.18rem;
  margin-bottom: 5px;
}
.recipe-preview p {
  color: #B58B44;
  font-size: 1.04rem;
}

/* ----------- OTHER PAGE STRUCTURES ----------- */
.about, .legal, .contact-section, .support-section, .confirmation {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 2px 14px 0 rgba(50,77,43,0.09);
  margin-bottom: 44px;
  padding: 40px 20px 30px 20px;
}
.team-intro, .history-timeline, .footer-address {
  margin-bottom: 30px;
}
.team-intro h2, .history-timeline h3 {
  font-size: 1.3rem;
  color: #B58B44;
  margin-bottom: 7px;
}
.history-timeline ul, .history-timeline li {
  margin-left: 13px;
  font-size: 1rem;
}
.map-placeholder {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 11px;
  font-size: 1rem;
  color: #B58B44;
}
.support-section p {
  margin-bottom: 14px;
}

/* ----------- FOOTER ----------- */
footer {
  background: #324D2B;
  color: #fff;
  padding: 0 0 0 0;
}
footer .container {
  padding: 0 20px 0 20px;
}
.footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 36px;
  padding: 42px 0 22px 0;
  border-bottom: 1.5px solid #b58b446e;
  margin-bottom: 0px;
  justify-content: space-between;
}
.footer-top > * {
  flex: 1 1 160px;
}
.footer-top a img {
  margin-bottom: 12px;
  width: 56px;
  height: 56px;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 12px;
}
.footer-nav a {
  color: #B58B44;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: color 0.17s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #fff;
}
.footer-address,
.footer-address address,
.footer-address span {
  color: #fffbe7;
  font-size: 0.97rem;
  margin-bottom: 5px;
}
.footer-social {
  display: flex;
  gap: 18px;
}
.footer-social a img {
  width: 36px;
  height: 36px;
  filter: drop-shadow(0 1.5px 1px #B58B44);
  transition: transform 0.17s;
}
.footer-social a:hover img {
  transform: scale(1.15) rotate(-8deg);
}
.footer-bottom {
  text-align: center;
  padding: 22px 0 8px 0;
  font-size: 0.97rem;
  color: #fffbe7;
  opacity: 0.94;
}

/* ----------- COOKIE BANNER ----------- */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  background: #fff;
  color: #324D2B;
  border-top: 3.5px solid #B58B44;
  box-shadow: 0 -2px 20px 0 rgba(181,139,68,0.08);
  padding: 22px 20px 20px 20px;
  z-index: 1500;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 22px;
  justify-content: space-between;
  min-height: 90px;
  animation: banner-in 0.54s cubic-bezier(.55,-0.08,.69,1.08);
}
@keyframes banner-in {
  0% {opacity:.01; transform: translateY(36px) scale(0.97);}
  100% {opacity:1; transform: none;}
}
.cookie-banner p {
  font-size: 1rem;
  color: #324D2B;
  margin: 0 10px 6px 0;
  flex: 1 1 auto;
}
.cookie-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
}
.cookie-btns button {
  border-radius: 11px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 8px 18px;
  margin: 0;
  cursor: pointer;
  border: 2px solid #B58B44;
  transition: background 0.15s, color 0.14s, transform 0.13s;
  background: #fff;
  color: #B58B44;
  min-width: 110px;
}
.cookie-btns button.accept {
  background: #B58B44;
  color: #fff;
}
.cookie-btns button.accept:hover, .cookie-btns button.accept:focus {
  background: #324D2B;
  color: #fff;
}
.cookie-btns button.settings {
  background: #fff;
  color: #B58B44;
}
.cookie-btns button.settings:hover,.cookie-btns button.settings:focus {
  background: #B58B44;
  color: #fff;
}
.cookie-btns button.reject {
  background: #fff;
  color: #B58B44;
}
.cookie-btns button.reject:hover,.cookie-btns button.reject:focus {
  background: #324D2B;
  color: #fff;
}
/* Cookie Modal */
.cookie-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1600;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(50,77,43,.18);
  animation: modal-in 0.29s cubic-bezier(.55,-0.08,.68,1.02);
}
@keyframes modal-in {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.cookie-modal .modal-content {
  width: 96vw;
  max-width: 420px;
  background: #fff;
  border-radius: 19px;
  box-shadow: 0 9px 56px 0 rgba(181,139,68,0.16);
  padding: 30px 22px 22px 22px;
  color: #324D2B;
  opacity: 1;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.cookie-modal h3 {
  font-size: 1.3rem;
  margin-bottom: 4px;
  color: #B58B44;
}
.cookie-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #E7D8BF;
}
.cookie-category:last-child {
  border-bottom: none;
}
.cookie-category label {
  font-size: 1.1rem;
  color: #324D2B;
}
.cookie-category .toggle-switch {
  display: inline-flex;
  align-items: center;
}
.toggle-switch input[type="checkbox"] {
  display: none;
}
.toggle-switch span {
  width: 36px;
  height: 20px;
  border-radius: 20px;
  background: #E7D8BF;
  position: relative;
  margin-left: 8px;
  transition: background 0.18s;
  cursor: pointer;
  display: inline-block;
}
.toggle-switch span:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s cubic-bezier(.56,.01,.37,1), background 0.17s;
  box-shadow: 0 1px 4px 0 #B58B44;
}
.toggle-switch input:checked + span {
  background: #B58B44;
}
.toggle-switch input:checked + span:before {
  transform: translateX(16px);
  background: #fff6e5;
}
.cookie-modal .modal-close {
  background: #B58B44;
  color: #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-size: 1.3rem;
  border: none;
  outline: none;
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 1620;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie-modal .modal-close:hover {
  background: #324D2B;
}

/* ----------- RESPONSIVE DESIGN ----------- */
@media (max-width: 880px) {
  .container { max-width: 98vw; padding: 0 11px; }
  .features,.about,.legal,.contact-section,.support-section,.confirmation,.services,.testimonials {
    padding: 32px 8px 20px 8px;
  }
  .features {
    border-radius: 18px;
  }
  .card {
    padding: 21px 10px;
  }
  .feature-grid, .service-list, .course-list, .recipe-list, .testimonial-slider {
    gap: 12px;
  }
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
}
@media (max-width: 650px) {
  h1{font-size:2rem;}
  h2{font-size:1.3rem;}
  .hero,.features,.about,.legal,.testimonials,.services,.section,.contact-section,.confirmation{
    padding: 18px 2px 16px 2px;
    border-radius: 12px;
  }
  .footer-top {
    gap: 17px;
    padding-top: 17px;
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .hero .container {
    min-height: 230px;
    padding: 0 6px;
  }
  .feature-grid, .service-list, .course-list, .recipe-list, .testimonial-slider {
    flex-direction: column;
    gap: 16px;
  }
  .feature-card, .service-item, .recipe-preview, .course-item, .testimonial-card {
    min-width: 98vw;
    max-width: 99vw;
    border-radius: 11px;
    box-shadow: 0 1px 5px 0 rgba(181,139,68,0.06);
  }
  .footer-top {flex-direction:column;align-items:flex-start;gap:16px;}
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}

/* ----------- PLAYFUL / DYNAMIC EXTRAS ----------- */
h1,h2,h3,h4,h5,h6 {
  font-family: 'Montserrat',cursive,sans-serif;
}
.hero h1,.features h2,.testimonials h2, .cta-btn {
  font-family: 'Montserrat',cursive,sans-serif;
  text-shadow: 1.5px 1.5px 0 #FFF6E5;
}
.cta-btn,.footer-social a img,.feature-icons-row img,.testimonial-card, .feature-card, .service-item,.course-item,.recipe-preview {
  animation: card-bounce 0.6s cubic-bezier(.58,.22,.65,1.7) backwards;
}
@keyframes card-bounce {
  0% { opacity:0; transform: scale(.95) rotate(-2deg) translateY(24px); }
  80% { opacity:.97;}
  100% { opacity:1; transform: none;}
}

/* ----------- SCROLLBAR STYLE ----------- */
::-webkit-scrollbar {
  width: 8px;
  background: #F6F2ED;
}
::-webkit-scrollbar-thumb {
  background: #B58B44;
  border-radius: 4px;
}

/* ----------- FOCUS STATES ----------- */
a:focus, button:focus, .cta-btn:focus, .mobile-menu-toggle:focus, .cookie-btns button:focus, .cookie-modal .modal-close:focus {
  outline: 2.5px solid #B58B44;
  outline-offset: 2px;
}

/* ----------- END ----------- */
