/* CSS RESET & NORMALIZATION */
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;
}
html {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
}
body {
  background: #fff;
  color: #252825;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #4C6356;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #B38B5B;
  outline: none;
}
ul, ol {
  margin-left: 24px;
  padding-left: 0;
}
img {
  max-width: 100%;
  display: block;
}
button {
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  outline: none;
  transition: background-color 0.2s, color 0.2s;
}

/* BRAND FONTS (FALLBACKS) */
h1, h2, h3, h4 {
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 700;
  color: #4C6356;
}
h1 {
  font-size: 2.75rem;
  margin-bottom: 20px;
  line-height: 1.2;
}
h2 {
  font-size: 2rem;
  margin-bottom: 18px;
  line-height: 1.3;
}
h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
  color: #4C6356;
}
h4 {
  font-size: 1rem;
  margin-bottom: 8px;
  color: #4C6356;
}
p, li, blockquote {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #252825;
  font-size: 1rem;
}
blockquote {
  border-left: 3px solid #B38B5B;
  padding-left: 18px;
  font-style: italic;
  margin-bottom: 12px;
  color: #4C6356;
  background-color: #F5F3ED;
  border-radius: 5px;
}

strong {
  font-weight: 700;
  color: #4C6356;
}
em {
  font-style: italic;
}

/* BASE LAYOUTS & CONTAINERS */
.container {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

main {
  margin-top: 0;
  margin-bottom: 60px;
}
section {
  margin-bottom: 60px;
  padding: 40px 0 0 0;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* HERO AND CTA */
.hero,
.cta,
.confirmation {
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 20px;
}

/* FLEX GRID SYSTEM */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.feature {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(76, 99, 86, 0.06);
  padding: 30px 20px 22px 20px;
  text-align: center;
  flex: 1 1 240px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  transition: transform 0.18s, box-shadow 0.18s;
}
.feature img {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}
.feature:hover, .feature:focus {
  box-shadow: 0 6px 24px rgba(76, 99, 86, 0.13);
  transform: translateY(-5px) scale(1.015);
}

/***** FLEXBOX CARDS & CONTENT *****/
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(76,99,86,0.07);
  padding: 28px 24px;
  margin-bottom: 20px;
  position: relative;
  flex: 1 1 280px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.16s;
}
.card:hover, .card:focus {
  box-shadow: 0 6px 32px rgba(76,99,86,0.10);
  transform: translateY(-2px) 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;
}

/***** TESTIMONIALS *****/
.testimonials {
  gap: 32px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background: #F5F3ED;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(76,99,86,0.05);
  color: #2A312A;
  max-width: 520px;
  transition: box-shadow 0.16s, transform 0.16s;
}
.testimonial-card:hover, .testimonial-card:focus {
  box-shadow: 0 6px 28px rgba(76, 99, 86, 0.10);
  outline: none;
}
.testimonial-card blockquote {
  color: #434936;
  font-size: 1.1rem;
  background: none;
  padding-left: 12px;
  margin-bottom: 8px;
  border-left: 3px solid #B38B5B;
  border-radius: 0;
}
.testimonial-card p {
  font-size: 1rem;
  margin-left: 12px;
}

/***** FOOTER *****/
footer {
  background: #F5F3ED;
  padding: 40px 0;
}
.footer {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
}
.footer-logo img {
  width: 64px;
  height: auto;
  margin-bottom: 12px;
}
.footer-contact {
  min-width: 220px;
}
.footer-contact img {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  vertical-align: middle;
}
.footer-nav, .footer-contact, .footer-social {
  margin-bottom: 20px;
}
.footer-nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.footer-nav a {
  color: #4C6356;
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.22s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #B38B5B;
}
.footer-social {
  display: flex;
  gap: 16px;
}
.footer-social a {
  display: flex;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  justify-content: center;
  background: #fff;
  box-shadow: 0 1px 5px rgba(76,99,86,0.09);
  transition: background 0.18s, box-shadow 0.18s;
}
.footer-social a:hover, .footer-social a:focus {
  background: #B38B5B;
  box-shadow: 0 2px 18px rgba(179,139,91,0.17);
}
.footer-social img {
  width: 18px;
  height: 18px;
}

/***** BUTTONS *****/
.btn-primary {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 30px;
  background: #4C6356;
  color: #fff;
  font-family: 'Merriweather', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.012em;
  box-shadow: 0 2px 12px rgba(76,99,86,0.08);
  border: none;
  transition: background 0.18s, box-shadow 0.18s, transform 0.18s;
  cursor: pointer;
  margin-top: 12px;
  text-align: center;
}
.btn-primary:hover, .btn-primary:focus {
  background: #B38B5B;
  color: #fff;
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 8px 24px rgba(76,99,86,0.12);
  outline: none;
}
.btn-secondary {
  display: inline-block;
  padding: 11px 28px;
  border-radius: 30px;
  background: #fff;
  color: #4C6356;
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.012em;
  border: 1.5px solid #4C6356;
  transition: background 0.18s, color 0.18s, border 0.18s;
  margin-top: 10px;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #F5F3ED;
  color: #B38B5B;
  border-color: #B38B5B;
  outline: none;
}

/***** BURGER MENU MOBILE NAVIGATION *****/
.mobile-menu-toggle {
  display: none;
  background: #4C6356;
  color: #fff;
  font-size: 2.2rem;
  border-radius: 8px;
  padding: 6px 14px 6px 14px;
  margin-left: 22px;
  z-index: 1200;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #B38B5B;
  color: #fff;
  outline: none;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  box-shadow: 0 8px 32px rgba(76,99,86,0.10);
  z-index: 1900;
  transform: translateX(-100vw);
  transition: transform 0.3s cubic-bezier(.7,.2,.21,1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 26px 16px 26px;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  background: #fff;
  color: #4C6356;
  font-size: 2.5rem;
  border-radius: 8px;
  padding: 2px 8px;
  margin-bottom: 12px;
  cursor: pointer;
  border: 1px solid #e6e4db;
  box-shadow: 0 1px 8px rgba(179,139,91,0.06);
  transition: background 0.17s, color 0.17s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #B38B5B;
  color: #fff;
  outline: none;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}
.mobile-nav a {
  font-size: 1.20rem;
  color: #4C6356;
  font-family: 'Merriweather', Georgia, serif;
  padding: 13px 6px;
  border-radius: 8px;
  transition: background 0.18s, color 0.18s;
  margin-right: 8px;
}
.mobile-nav a:active, .mobile-nav a:focus, .mobile-nav a:hover {
  background: #F5F3ED;
  color: #B38B5B;
  outline: none;
}

/* Hide main nav and show burger on mobile */
@media (max-width: 1020px) {
  .main-nav {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
}
@media (min-width: 1021px) {
  .mobile-menu {
    display: none !important;
  }
}

/***** HEADER *****/
header {
  background: #fff;
  box-shadow: 0 4px 22px rgba(76,99,86,0.04);
  position: sticky;
  top: 0;
  z-index: 1000;
}
header .container {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  min-height: 78px;
}
.logo img {
  height: 54px;
  width: auto;
}
.main-nav {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}
.main-nav a {
  font-size: 1.11rem;
  color: #4C6356;
  font-family: 'Merriweather', Georgia, serif;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 7px;
  transition: background 0.18s, color 0.18s;
}
.main-nav a:hover, .main-nav a:focus {
  background: #F5F3ED;
  color: #B38B5B;
  outline: none;
}

/***** COOKIE CONSENT BANNER *****/
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #fff;
  box-shadow: 0 -2px 20px rgba(76,99,86,0.08);
  padding: 23px 18px;
  border-top: 2px solid #F5F3ED;
  z-index: 3000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  transition: transform 0.33s cubic-bezier(.85,0,.22,1);
  transform: translateY(0);
  font-size: 1rem;
}
.cookie-banner.hide {
  transform: translateY(120%);
}
.cookie-banner .cookie-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.cookie-banner button {
  margin: 0 3px;
}
.btn-accept-cookies {
  background: #4C6356;
  color: #fff;
  border-radius: 22px;
  border: none;
  font-weight: 600;
  padding: 7px 18px;
  font-size: 1rem;
  transition: background 0.17s;
}
.btn-accept-cookies:hover, .btn-accept-cookies:focus {
  background: #B38B5B;
}
.btn-reject-cookies {
  background: #fff;
  color: #4C6356;
  border: 1.2px solid #4C6356;
  border-radius: 22px;
  font-weight: 600;
  padding: 7px 16px;
  font-size: 1rem;
  transition: border-color 0.17s, color 0.17s;
}
.btn-reject-cookies:hover, .btn-reject-cookies:focus {
  color: #B38B5B;
  border-color: #B38B5B;
}
.btn-cookie-settings {
  background: #F5F3ED;
  color: #4C6356;
  border-radius: 22px;
  border: none;
  font-weight: 600;
  padding: 7px 18px;
  font-size: 1rem;
  transition: background 0.17s, color 0.17s;
}
.btn-cookie-settings:hover, .btn-cookie-settings:focus {
  background: #B38B5B;
  color: #fff;
}

/***** COOKIE SETTINGS MODAL *****/
.cookie-modal {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(76,99,86,0.16);
  backdrop-filter: blur(2px);
  z-index: 3500;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s cubic-bezier(.67,.04,.22,1);
}
.cookie-modal.open {
  opacity: 1;
  pointer-events: auto;
}
.cookie-modal .modal-content {
  background: #fff;
  border-radius: 18px;
  padding: 34px 30px 26px 30px;
  box-shadow: 0 12px 80px rgba(76,99,86,0.16);
  min-width: 320px;
  max-width: 96vw;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  position: relative;
}
.cookie-modal .modal-close {
  position: absolute;
  top: 15px;
  right: 21px;
  background: #F5F3ED;
  color: #4C6356;
  font-size: 2rem;
  border-radius: 8px;
  border: none;
  width: 34px; height:34px;
  text-align: center;
  transition: background 0.16s, color 0.16s;
}
.cookie-modal .modal-close:hover, .cookie-modal .modal-close:focus {
  background: #B38B5B;
  color: #fff;
  outline: none;
}
.cookie-modal h2 {
  font-size: 1.33rem;
  margin-bottom: 5px;
}
.cookie-modal .cookie-category {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 1rem;
}
.cookie-modal .cookie-switch {
  width: 42px;
  height: 22px;
  border-radius: 14px;
  background: #F5F3ED;
  border: 1.3px solid #B38B5B;
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.cookie-modal .cookie-switch input[type="checkbox"] {
  display: none;
}
.cookie-modal .cookie-switch .slider {
  height: 18px;
  width: 18px;
  background: #B38B5B;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  transition: left 0.15s cubic-bezier(.59,0,.27,1), background 0.17s;
}
.cookie-modal .cookie-switch input[type="checkbox"]:checked + .slider {
  left: 22px;
  background: #4C6356;
}
.cookie-modal .cookie-category.disabled {
  opacity: 0.7;
  pointer-events: none;
}
.cookie-modal .cookie-desc {
  font-size: 0.94rem;
  color: #646159;
  margin-left: 5px;
}
.cookie-modal .modal-btns {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  flex-wrap: wrap;
}

/***** MISC COMPONENTS/UTILITIES *****/
.quality-guarantee, .handmade-benefits, .how-to-start-guide {
  background: #F5F3ED;
  border-radius: 10px;
  padding: 18px 20px;
  margin: 10px 0 0 0;
  color: #434936;
  font-size: 1rem;
}
.order-summary {
  background: #F5F3ED;
  border-radius: 11px;
  padding: 16px 22px;
  margin: 19px 0 19px 0;
  color: #434936;
  font-size: 1rem;
}

/***** VALUES & FEATURES LISTS *****/
.values-section ul, .about-section ul, .guides-list ul, .products ul, .categories ul, .faq ul, .policy ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 8px;
}
.values-section li, .about-section li, .guides-list li, .products li, .categories li, .faq li, .policy li {
  padding-bottom: 6px;
  color: #252825;
  font-size: 1.02rem;
}

/***** CONTACT BLOCK *****/
.contact-information {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  font-size: 1.07rem;
}
.contact-information img {
  width: 19px; height: 19px; margin-right: 7px; vertical-align: middle;
}
.map-section {
  margin-top: 18px;
  color: #646159;
  font-size: 0.98rem;
}
.faq ul {
  gap: 15px;
}
.faq li {
  background: #F5F3ED;
  border-radius: 9px;
  padding: 12px 18px;
}

/***** POLICY PAGES LAYOUT *****/
.policy {
  background: #fff;
  border-radius: 13px;
  padding: 32px 22px;
  box-shadow: 0 2px 22px rgba(76,99,86,0.05);
  margin-bottom: 20px;
  gap: 18px;
  display: flex;
  flex-direction: column;
}
.policy h1 { font-size: 2rem; }
.policy h2 {
  font-size: 1.22rem;
  margin-top: 23px;
}

/***** FORM ELEMENTS (if needed in future) *****/
input, textarea, select {
  background: #F5F3ED;
  border: 1.3px solid #C9B692;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 1rem;
  color: #252825;
  outline: none;
  transition: border 0.16s, background 0.13s;
}
input:focus, textarea:focus, select:focus {
  border-color: #4C6356;
}

/***** SPACING PATTERNS (MANDATORY) *****/
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
}
.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;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/***** RESPONSIVE DESIGN *****/
@media (max-width: 900px) {
  .footer {
    flex-direction: column;
    gap: 28px;
    align-items: flex-start;
  }
  .feature-grid {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  section, .section {
    padding: 28px 0 0 0;
    margin-bottom: 36px;
  }
  .footer {
    padding: 0 0 0 0;
    gap: 16px;
    font-size: 0.97rem;
  }
  .logo img {
    height: 44px;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.38rem;
  }
  .footer-logo img {
    width: 43px;
  }
  .feature, .card {
    min-width: 0;
    padding: 22px 12px;
  }
  .testimonial-card {
    max-width: 100%;
    padding: 16px 8px;
  }
  .footer-social a {
    width: 26px;
    height: 26px;
  }
  .order-summary, .quality-guarantee, .handmade-benefits, .how-to-start-guide {
    padding: 11px 7px;
    font-size: 0.95rem;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
  }
}
@media (max-width: 540px) {
  .card-container,
  .feature-grid,
  .content-grid {
    flex-direction: column !important;
    gap: 18px;
  }
  .footer {
    flex-direction: column;
    gap: 13px;
  }
  .main-nav,
  .footer-nav {
    gap: 11px;
  }
}

/***** ANIMATIONS & MICRO-INTERACTIONS *****/
.btn-primary,
.btn-secondary,
.btn-accept-cookies,
.btn-reject-cookies,
.btn-cookie-settings {
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.16s;
}
.feature, .card, .testimonial-card, .footer-social a {
  transition: box-shadow 0.14s, transform 0.13s;
}
.feature:hover, .card:hover, .testimonial-card:hover, .footer-social a:hover {
  transform: translateY(-2px) scale(1.02);
}

/***** Z-INDEX LAYERING *****/
header {
  z-index: 1000;
}
.mobile-menu,
.cookie-modal {
  z-index: 3000;
}
.cookie-banner {
  z-index: 2000;
}

/***** VISUAL SEPARATORS *****/
h2::after, h1::after {
  content: '';
  display: block;
  margin: 12px auto 0 auto;
  width: 66px;
  height: 3px;
  background: #B38B5B;
  opacity: 0.18;
  border-radius: 1px;
}
@media(max-width: 480px) {
  h2::after, h1::after { width: 38px; }
}

/***** HIDE CLOSE BUTTON IN DESKTOP FOR MOBILE MENU, MODALS *****/
@media (min-width: 1021px) {
  .mobile-menu-close {
    display: none;
  }
}

/***** END CSS *****/