/* 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html { scroll-behavior: smooth; }
body {
  background: #FFF;
  color: #235C1C;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  color: #C1272D;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #235C1C;
}
ul, ol {
  padding-left: 1.25em;
  margin-bottom: 1em;
}
li {
  margin-bottom: 8px;
}
strong { font-weight: bold; }
em { font-style: italic; }

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', Georgia, serif;
  color: #C1272D;
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
}
h1 { font-size: 2.5rem; margin-bottom: 20px; letter-spacing: 1px; }
h2 { font-size: 2rem; margin-bottom: 18px; }
h3 { font-size: 1.5rem; margin-bottom: 12px; }
h4 { font-size: 1.25rem; }

p { margin-bottom: 16px; }

blockquote {
  font-family: 'Merriweather', Georgia, serif;
  font-style: italic;
  color: #235C1C;
  background: #F1ECD3;
  border-left: 4px solid #C1272D;
  padding: 16px 24px;
  margin-bottom: 12px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(35,92,28,0.06);
}

/* LAYOUT CONTAINERS */
.container {
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 6px 28px rgba(35,92,28,0.07);
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #FFF;
  border-radius: 18px;
  box-shadow: 0 3px 16px rgba(193,39,45,0.06);
  transition: box-shadow 0.18s, transform 0.18s;
  padding: 28px 24px;
}
.card:hover,
.card:focus-within {
  box-shadow: 0 8px 32px rgba(35,92,28,0.18);
  transform: translateY(-3px) scale(1.015);
}
.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: #f9f3e6;
  border-radius: 18px;
  margin-bottom: 20px;
  box-shadow: 0 2px 14px rgba(35,92,28,0.08);
}
.testimonial-card blockquote {
  flex: 2;
  background: none;
  border-left: none;
  margin: 0;
  color: #111;
  font-size: 1.1rem;
}
.testimonial-card p {
  margin-bottom: 0;
  flex: 1;
  color: #235C1C;
  font-size: 1rem;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  border-radius: 14px;
  background: #F1ECD3;
  box-shadow: 0 1px 6px rgba(35,92,28,0.05);
}

/* BUTTONS & LINKS */
.cta-btn, .cookie-btn, .mobile-menu-close {
  padding: 12px 32px;
  border-radius: 30px;
  background: #C1272D;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  font-family: 'Merriweather', Georgia, serif;
  transition: background 0.25s, color 0.18s, transform 0.15s;
  box-shadow: 0 2px 8px rgba(193,39,45,0.09);
  margin-top: 8px;
}
.cta-btn:hover,
.cta-btn:focus,
.cookie-btn:hover,
.cookie-btn:focus {
  background: #235C1C;
  color: #f1ecd3;
  transform: scale(1.045);
}
.mobile-menu-close {
  font-size: 2rem;
  background: none;
  color: #C1272D;
  box-shadow: none;
  padding: 0 10px;
  margin-left: auto;
  border-radius: 12px;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  background: #eee6cf;
  color: #235C1C;
  box-shadow: 0 0 0 3px #C1272D33;
}

/* HEADER */
header {
  background: #F1ECD3;
  box-shadow: 0 2px 10px rgba(35,92,28,0.04);
  padding: 0 0 10px 0;
  position: sticky;
  top: 0;
  z-index: 40;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 14px;
  gap: 32px;
}
header nav {
  display: flex;
  gap: 24px;
  align-items: center;
}
header nav a {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 1.1rem;
  color: #235C1C;
  padding: 7px 14px;
  border-radius: 12px;
  transition: background 0.18s, color 0.17s;
}
header nav a:hover, header nav a:focus {
  background: #C1272D;
  color: #fff;
}
.mobile-menu-toggle {
  background: #C1272D;
  color: #fff;
  border: none;
  font-size: 2rem;
  border-radius: 12px;
  padding: 6px 16px 6px 16px;
  cursor: pointer;
  display: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus {
  background: #235C1C;
  color: #f1ecd3;
}

/* MOBILE NAVIGATION */
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #F1ECD3;
  box-shadow: 0 0 70px rgba(35,92,28,0.14);
  z-index: 99;
  transform: translateX(-100vw);
  transition: transform 0.35s cubic-bezier(.77,0,.18,1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 26px 0 26px;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-nav {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
}
.mobile-nav a {
  font-size: 1.25rem;
  color: #235C1C;
  padding: 14px 20px;
  border-radius: 14px;
  font-family: 'Merriweather', Georgia, serif;
  background: none;
  transition: background 0.2s, color 0.17s;
}
.mobile-nav a:active,
.mobile-nav a:focus,
.mobile-nav a:hover {
  background: #C1272D;
  color: #FFF;
}


/* MAIN */
main {
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-section {
  font-size: 1.17rem;
  color: #222;
}
.text-section p, .text-section ul, .text-section ol {
  margin-bottom: 16px !important;
}
.text-section img {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 10px;
}

/* FOOTER */
footer {
  background: #235C1C;
  color: #FFF;
  padding: 42px 0 24px 0;
  margin-top: 60px;
  font-size: 1rem;
}
footer .container {
  display: flex;
  flex-direction: column;
}
footer .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-brand {
  flex: 1 1 160px;
}
.footer-nav, .footer-legal {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav a, .footer-legal a {
  color: #F1ECD3;
  font-family: 'Merriweather', Georgia, serif;
  font-size: 1.03rem;
  text-decoration: none;
  padding: 3px 0;
  transition: color 0.16s;
}
.footer-nav a:hover, .footer-legal a:hover {
  color: #C1272D;
}
.footer-contact p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #F1ECD3;
  font-size: 0.97rem;
}
.footer-contact img {
  width: 18px;
  margin-right: 6px;
}
.footer-social {
  display: flex;
  gap: 18px;
  align-items: center;
}
.footer-social a img {
  width: 30px;
  height: 30px;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.06));
  transition: filter 0.18s, transform 0.21s;
}
.footer-social a:hover img {
  filter: drop-shadow(0 4px 12px #C1272D44);
  transform: scale(1.13);
}

/* COOKIE CONSENT BANNER */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 110;
  width: 100vw;
  background: #C1272D;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 20px;
  box-shadow: 0 -4px 24px rgba(193,39,45,0.2);
  font-size: 1rem;
  font-family: 'Open Sans', Arial, sans-serif;
  animation: banner-slideup 0.6s cubic-bezier(.96,0,.08,1);
}
@keyframes banner-slideup {
  from { transform: translateY(100%); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}
.cookie-banner .cookie-choices {
  display: flex;
  gap: 16px;
}
.cookie-btn {
  background: #F1ECD3;
  color: #C1272D;
  font-size: 1rem;
  padding: 7px 24px;
  border-radius: 30px;
  border: none;
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 700;
  transition: background 0.18s, color 0.14s, box-shadow 0.15s;
  margin: 0 2px;
  cursor: pointer;
}
.cookie-btn.primary {
  background: #235C1C;
  color: #FFF;
}
.cookie-btn:hover, .cookie-btn:focus {
  background: #FFF;
  color: #C1272D;
  box-shadow: 0 2px 8px rgba(35,92,28,0.09);
}

/* COOKIE MODAL */
.cookie-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 90vw;
  max-width: 420px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 50px rgba(35,92,28,0.25);
  z-index: 120;
  transform: translate(-50%, -50%) scale(0.95);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.33s, transform 0.29s;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 36px 30px 30px 30px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.08rem;
}
.cookie-modal.active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}
.cookie-modal h2 {
  color: #C1272D;
  font-size: 1.4rem;
  margin-bottom: 8px;
  font-family: 'Merriweather', Georgia, serif;
}
.cookie-modal .cookie-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.cookie-modal label {
  font-weight: 600;
  color: #235C1C;
  font-size: 1rem;
}
.cookie-modal .toggle-switch {
  width: 40px;
  height: 22px;
  border-radius: 22px;
  background: #F1ECD3;
  position: relative;
  cursor: pointer;
  border: 1px solid #C1272D77;
  transition: background 0.17s, border 0.14s;
}
.cookie-modal .toggle-switch[aria-checked="true"] {
  background: #C1272D;
  border-color: #C1272D;
}
.cookie-modal .toggle-knob {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  background: #FFF;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(35,92,28,0.11);
  transition: left 0.15s;
}
.cookie-modal .toggle-switch[aria-checked="true"] .toggle-knob {
  left: 21px;
}
.cookie-modal .cookie-modal-actions {
  display: flex;
  gap: 14px;
  margin-top: 16px;
  justify-content: flex-end;
}
.cookie-modal .cookie-btn {
  font-size: 1.03rem;
}
.cookie-modal .category-desc {
  color: #444;
  font-size: 0.96rem;
  margin-bottom: 4px;
}

/* RESPONSIVE - MOBILE FIRST (default = mobile) */
.container {
  padding-left: 12px;
  padding-right: 12px;
}
.section {
  padding: 28px 8px;
  margin-bottom: 42px;
}
h1, h2 { font-size: 1.6rem; }
.testimonial-card {
  flex-direction: column;
  padding: 14px;
}
.content-wrapper {
  gap: 16px;
}
.text-image-section {
  flex-direction: column;
  gap: 16px;
}
.card-container, .content-grid {
  flex-direction: column;
  gap: 20px;
}
footer .content-wrapper {
  flex-direction: column;
  gap: 28px;
}

/* Hide desktop nav on mobile, show mobile toggle */
@media (max-width: 1000px) {
  header nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}

/* Desktop layout adjustments */
@media (min-width: 769px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-wrapper {
    flex-direction: row;
    gap: 40px;
  }
  .section {
    padding: 40px 32px;
    margin-bottom: 60px;
  }
  h1 { font-size: 2.5rem; }
  h2 { font-size: 2rem; }
  .card-container, .content-grid {
    flex-direction: row;
    gap: 24px;
    justify-content: space-between;
  }
  .text-image-section {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
  .testimonial-card {
    flex-direction: row;
    padding: 20px;
  }
  .feature-item {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .content-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
  }
}

/* Large screens */
@media (min-width: 1200px) {
  .container { max-width: 1200px; }
  h1 { font-size: 3rem; }
  h2 { font-size: 2.25rem; }
}

/* COLORS & BRAND VIBRANCE */
body {
  /* Subtle folk motif via radial BG pattern (creative_artistic touch) */
  background: #FAF7ED;
  background-image: radial-gradient(circle at 80% 20%, rgba(193,39,45,0.11) 0, transparent 60%), radial-gradient(circle at 18% 80%, rgba(35,92,28,0.12) 0, transparent 70%);
}
.section {
  border-left: 9px solid #C1272D;
  border-top: 4px dashed #235C1C44;
}
.card {
  border-left: 6px solid #235C1C;
}
.feature-item {
  border-left: 5px solid #C1272D;
  background: #faf4da;
}
.cta-btn {
  background: linear-gradient(90deg, #C1272D 80%, #235C1C 100%);
  color: #fff;
}
.cta-btn:focus { outline: 2px solid #235C1C; outline-offset: 2px; }

/* ICONS */
.text-section img,
.footer-contact img {
  filter: drop-shadow(0 2px 4px #C1272D22);
}

/* MICRO INTERACTIONS & ARTISTIC EFFECTS */
h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  margin-top: 10px;
  background: #C1272D;
  border-radius: 4px;
  opacity: 0.4;
  transition: width 0.21s cubic-bezier(.57,0,.62,1);
}
h2:hover::after { width: 90px; opacity: 0.7; }

.cta-btn, .cookie-btn {
  box-shadow: 0 3px 16px rgba(35,92,28,0.08);
}

/* FOCUS VISIBLE FOR ACCESSIBILITY */
a:focus, button:focus, .cta-btn:focus, .cookie-btn:focus {
  outline: 2px solid #C1272Daa;
  outline-offset: 2px;
}

/* ---- ARTISTIC FONTS (Creative Style) ---- */
h1, h2, h3, .cta-btn, .cookie-btn {
  letter-spacing: 0.5px;
  font-family: 'Merriweather', Georgia, serif;
}

/* Z-INDEX LAYERING (for overlays) */
header { z-index: 40; }
.mobile-menu { z-index: 99; }
.cookie-banner { z-index: 110; }
.cookie-modal { z-index: 120; }


/* HIDE ELEMENTS ACCESSIBLE OFFSCREEN (helper) */
.sr-only { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* UTILITIES */
.mt-24 { margin-top: 24px; }
.mb-24 { margin-bottom: 24px; }
.mb-16 { margin-bottom: 16px; }

/* END CSS */

/*
NOTE: JavaScript must add/remove classes like .active to .mobile-menu & .cookie-modal for interaction.
*/
