/* RESET & NORMALIZE */
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, main, 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, main, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  background: #F7F4E8;
  color: #223120;
}
ol, ul {
  list-style: none;
}
a {
  background: transparent;
  color: #22396B;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #84B340;
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}
button {
  cursor: pointer;
}

/* FONT IMPORTS */
@import url('https://fonts.googleapis.com/css?family=Merriweather:700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

/* TYPOGRAPHY */
body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #223120;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', Georgia, serif;
  color: #22396B;
  margin-bottom: 16px;
  font-weight: bold;
}
h1 {
  font-size: 2.8rem;
  line-height: 1.15;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.25rem;
}
h4, h5, h6 {
  font-size: 1.1rem;
}
p, ul, ol, li, span {
  font-size: 1rem;
}
.subheadline {
  font-size: 1.25rem;
  color: #466636;
  margin-bottom: 20px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

/* LAYOUT BASICS */
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #ffffff;
  border-radius: 32px;
  box-shadow: 0 2px 12px 0 rgba(80,80,70,0.07);
}
@media (max-width: 768px) {
  .section {
    padding: 24px 8px;
    margin-bottom: 36px;
    border-radius: 18px;
  }
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.text-section {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  gap: 18px;
}

/* HERO SECTION */
.hero {
  background: #EFF5E2 url('../assets/bg-hero-organic.svg') center bottom repeat-x;
  color: #22396B;
  padding: 64px 0 48px 0;
  border-bottom-left-radius: 80px 40px;
  border-bottom-right-radius: 120px 60px;
}
.hero .content-wrapper {
  align-items: flex-start;
  gap: 20px;
}
.hero h1, .hero .subheadline {
  color: #22396B;
}
@media (max-width: 768px) {
  .hero {
    padding: 40px 0 24px 0;
    border-bottom-left-radius: 38px 19px;
    border-bottom-right-radius: 56px 28px;
  }
}

/* FLEXBOX PATTERNS */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 2px 8px 0 rgba(40,60,30,0.09);
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.22s;
}
.card:hover, .card:focus {
  box-shadow: 0 4px 22px 0 rgba(80,120,60,0.16);
}
.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;
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 24px;
  background: #f7f4e8;
  margin-bottom: 20px;
  box-shadow: 0 1px 10px 0 rgba(80,120,60,0.06);
  font-size: 1.05rem;
  color: #223120;
}
.testimonial-card blockquote {
  font-family: 'Merriweather', serif;
  font-style: italic;
  color: #223120;
  margin: 0 12px 0 0;
}
.testimonial-card span {
  color: #22396B;
  font-weight: 500;
  font-size: 0.98rem;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* FEATURE GRID FOR ORGANIC SHAPE */
.feature-grid, .team-bios, .news-list, .news-preview-list, .success-stories, .timeline-list, .influence-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.feature-grid > *, .team-bios > div, .news-list > li, .news-preview-list > li, .success-stories > li, .timeline-list > li, .influence-notes > li {
  flex: 1 1 240px;
  min-width: 240px;
  background: #fff;
  border-radius: 22px 34px 27px 34px/35px 18px 25px 30px;
  box-shadow: 0 2px 10px 0 rgba(90,130,70,0.07);
  padding: 24px 20px;
  margin-bottom: 20px;
  position: relative;
  transition: box-shadow 0.22s, transform 0.19s;
}
.feature-grid > *:hover, .team-bios > div:hover {
  box-shadow: 0 4px 24px 0 rgba(110,170,90,0.13);
  transform: translateY(-2px) scale(1.02);
}
@media (max-width: 768px) {
  .feature-grid, .team-bios {
    flex-direction: column;
    gap: 16px;
  }
  .feature-grid > *, .team-bios > div {
    min-width: unset;
  }
}

/* NEWS LISTS */
.news-preview-list, .news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.news-preview-list > li, .news-list > li {
  flex: 1 1 280px;
  min-width: 260px;
  background: #eaf1e0;
  border-radius: 16px 32px 22px 32px/30px 20px 25px 36px;
  padding: 20px 18px;
  margin-bottom: 20px;
  box-shadow: 0 1px 8px 0 rgba(110,140,80,0.06);
  transition: box-shadow 0.18s, transform 0.14s;
}
.news-preview-list > li:hover, .news-list > li:hover {
  box-shadow: 0 4px 18px 0 rgba(95,125,75,0.14);
  transform: translateY(-1px) scale(1.01);
}
@media (max-width: 768px) {
  .news-preview-list, .news-list {
    flex-direction: column;
    gap: 14px;
  }
}

/* BUTTONS & CTA */
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  padding: 12px 32px;
  background: #22396B;
  color: #fff;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  border-radius: 40px 30px 36px 38px/36px 22px 38px 32px;
  box-shadow: 0 4px 18px 0 rgba(34,57,107,0.11);
  font-size: 1.13rem;
  letter-spacing: 0.02em;
  margin-top: 8px;
  margin-bottom: 8px;
  transition: background 0.22s, color 0.21s, transform 0.18s;
  border: none;
  cursor: pointer;
  text-align: center;
}
.cta-btn.primary {
  background: #84B340;
  color: #223120;
}
.cta-btn.primary:focus, .cta-btn.primary:hover {
  background: #6e9541;
  color: #ffffff;
  transform: translateY(-1px) scale(1.03);
}
.cta-btn:active {
  transform: scale(0.97);
}

/* HEADER & NAV */
header {
  background: #ffffff;
  border-bottom: 2px solid #eaf1e0;
  position: relative;
  z-index: 10;
}
header .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  gap: 24px;
}
header nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
header nav a {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #22396B;
  font-size: 1rem;
  padding: 8px 10px;
  border-radius: 12px 14px 12px 18px/12px 10px 12px 14px;
  transition: background 0.14s, color 0.14s;
  position: relative;
}
header nav a:hover, header nav a:focus {
  background: #eaf1e0;
  color: #476c20;
}
/* Hide nav in mobile */
@media (max-width: 980px) {
  header nav {
    display: none;
  }
}

/* MOBILE MENU */
.mobile-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #22396B;
  background: #eaf1e0;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  box-shadow: 0 2px 8px 0 rgba(110,140,90,0.08);
  transition: background 0.15s;
  border: none;
  z-index: 103;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #c6db9e;
}
@media (min-width: 981px) {
  .mobile-menu-toggle {
    display: none;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(240, 239, 220, 0.98);
  z-index: 105;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.66,0,0.31,1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 20px 20px 32px;
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0%);
  pointer-events: all;
}
.mobile-menu-close {
  font-size: 2rem;
  color: #22396B;
  background: #eaf1e0;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  border: none;
  align-self: flex-end;
  margin-bottom: 16px;
  transition: background 0.14s;
  z-index: 107;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #84B340;
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
.mobile-nav a {
  color: #22396B;
  font-size: 1.22rem;
  padding: 14px 4px;
  border-radius: 18px 22px 20px 18px/12px 16px 14px 10px;
  font-family: 'Merriweather', serif;
  transition: background 0.15s, color 0.14s;
  background: transparent;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #eaf1e0;
  color: #466636;
}
@media (min-width: 981px) {
  .mobile-menu {
    display: none !important;
  }
}

/* FOOTER */
footer {
  background: #eff5e2;
  padding: 36px 0 18px 0;
  border-top-left-radius: 48px 32px;
  border-top-right-radius: 56px 38px;
  font-size: 0.96rem;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
}
footer nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
footer nav a {
  color: #476c20;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  padding: 6px 10px;
  border-radius: 12px 10px 12px 8px/10px 12px 10px 8px;
  transition: background 0.12s, color 0.14s;
}
footer nav a:hover,footer nav a:focus {
  background: #eaf1e0;
  color: #22396B;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #223120;
  font-size: 0.98rem;
}
.footer-contact span {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 900px) {
  footer .container {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
}

/* SUCCESS STORIES, TIMELINES, NOTES - ORGANIC STYLE */
.success-stories > li, .timeline-list > li, .influence-notes > li {
  background: #eaf1e0;
  border-left: 4px solid #84B340;
  border-radius: 20px 30px 32px 16px/18px 24px 24px 18px;
  box-shadow: 0 1px 10px 0 rgba(110,140,90,0.08);
  color: #223120;
}

/* TEAM BIOS */
.team-bios {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.team-bios > div {
  background: #fff;
  border-radius: 24px 28px 16px 18px/28px 18px 20px 24px;
  box-shadow: 0 2px 10px 0 rgba(70,90,60,0.08);
  padding: 22px 18px;
  flex: 1 1 240px;
  min-width: 240px;
  transition: box-shadow 0.14s, transform 0.13s;
}
@media (max-width: 768px) {
  .team-bios {
    flex-direction: column;
    gap: 16px;
  }
  .team-bios > div {
    min-width: unset;
  }
}

.leadership-statement {
  background: #eaf1e0;
  border-radius: 18px 26px 18px 32px/22px 18px 32px 18px;
  box-shadow: 0 1px 8px 0 rgba(110,140,90,0.06);
  padding: 24px 18px;
}

/* TABLES, LISTS, ETC. */
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 32px;
}
th, td {
  border: 1px solid #c6db9e;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
thead {
  background: #eaf1e0;
}

ul, ol {
  margin-left: 22px;
  margin-bottom: 18px;
  padding-left: 0;
}
ul li, ol li {
  margin-bottom: 8px;
  padding-left: 2px;
}
li strong {
  color: #476c20;
}

/* GLOBAL ELEMENT SPACING */
main section:not(:last-child) {
  margin-bottom: 40px;
}

/* ORGANIC SHAPE DECORATIVE OVERRIDES */
.card, .feature-grid > *, .team-bios > div, .news-preview-list > li, .news-list > li, .testimonial-card, .leadership-statement {
  border-radius: 24px 34px 20px 30px/32px 16px 24px 24px;
}

/* THANK YOU page style */
.thank-you .content-wrapper {
  background: #eaf1e0;
  border-radius: 32px 18px 38px 30px/16px 28px 32px 18px;
  padding: 30px 24px;
  box-shadow: 0 1px 12px 0 rgba(80,120,60,0.12);
  align-items: center;
  gap: 20px;
  text-align: center;
}
.thank-you h1 {
  color: #84B340;
}

/* COOKIE CONSENT BANNER */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 999;
  background: #fffbe6;
  border-top: 2px solid #c6db9e;
  box-shadow: 0 -4px 24px 0 rgba(60,80,20,0.10);
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px 20px 18px 20px;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(.8,1.4,.3,0.8);
  font-size: 1rem;
}
.cookie-banner.hide {
  transform: translateY(120%);
  pointer-events: none;
}
.cookie-banner .cookie-btns {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 6px;
}
.cookie-banner button {
  border: none;
  border-radius: 24px 18px 24px 12px/14px 20px 14px 18px;
  padding: 8px 20px;
  font-size: 1rem;
  font-family: 'Merriweather', serif;
  background: #eaf1e0;
  color: #22396B;
  transition: background 0.15s, color 0.14s;
}
.cookie-banner .accept {
  background: #84B340;
  color: #223120;
}
.cookie-banner .accept:hover, .cookie-banner .accept:focus {
  background: #6e9541;
  color: #fff;
}
.cookie-banner .reject {
  background: #F7F4E8;
  color: #a04642;
}
.cookie-banner .reject:hover, .cookie-banner .reject:focus {
  background: #e67c7c;
  color: #fff;
}
.cookie-banner .settings {
  background: #eaf1e0;
  color: #476c20;
}
.cookie-banner .settings:hover, .cookie-banner .settings:focus {
  background: #c6db9e;
}

/* COOKIE SETTINGS MODAL */
.cookie-modal {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(50, 100, 22, 0.14);
  z-index: 1010;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.35s;
}
.cookie-modal.hide {
  opacity: 0;
  pointer-events: none;
}
.cookie-modal .cookie-modal-content {
  background: #fff;
  border-radius: 32px 26px 40px 24px/28px 32px 36px 24px;
  padding: 36px 28px;
  max-width: 430px;
  min-width: 320px;
  min-height: 150px;
  box-shadow: 0 4px 32px 0 rgba(90,140,45,0.14);
  position: relative;
}
.cookie-modal h2 {
  font-size: 1.32rem;
  color: #84B340;
  margin-bottom: 18px;
}
.cookie-modal label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  color: #223120;
}
.cookie-modal .category {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 12px;
}
.cookie-modal .cookie-modal-close {
  position: absolute;
  top: 13px;
  right: 13px;
  background: #eaf1e0;
  color: #22396B;
  border-radius: 50%;
  border: none;
  font-size: 1.3rem;
  width: 36px;
  height: 36px;
  transition: background 0.15s;
}
.cookie-modal .cookie-modal-close:hover, .cookie-modal .cookie-modal-close:focus {
  background: #84B340;
  color: #fff;
}
.cookie-modal .modal-actions {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  margin-top: 18px;
}
.cookie-modal .modal-actions button {
  padding: 8px 24px;
  font-family: 'Merriweather', serif;
  background: #F7F4E8;
  color: #476c20;
  border-radius: 18px 16px 24px 12px/14px 20px 14px 18px;
  border: none;
  transition: background 0.13s, color 0.13s;
}
.cookie-modal .modal-actions .accept {
  background: #84B340;
  color: #223120;
}
.cookie-modal .modal-actions .accept:hover {
  background: #6e9541;
  color: #fff;
}

/* FORMS (if present) */
input, textarea, select {
  border-radius: 14px 18px 12px 18px/12px 16px 14px 10px;
  background: #F7F4E8;
  border: 1px solid #c6db9e;
  padding: 10px 14px;
  margin-bottom: 18px;
  font-size: 1rem;
  color: #223120;
  outline: none;
  box-shadow: none;
  width: 100%;
  transition: border 0.14s;
}
input:focus, textarea:focus, select:focus {
  border-color: #84B340;
  background: #eaf1e0;
}

/* SHADOWS & ANIMATION EFFECTS */
.card, .feature-grid > *, .team-bios > div, .news-preview-list > li, .news-list > li, .testimonial-card, .leadership-statement, .thank-you .content-wrapper {
  transition: box-shadow 0.22s, transform 0.17s;
}
.card:hover, .feature-grid > *:hover, .team-bios > div:hover, .news-preview-list > li:hover, .news-list > li:hover {
  box-shadow: 0 6px 28px 0 rgba(110,170,90,0.18);
}

/* SPACING STRUCTURE */
main section, .section, .content-grid, .feature-grid, .news-preview-list, .news-list, .team-bios, .testimonial-card {
  margin-bottom: 20px;
}
main section:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  h1 {
    font-size: 1.9rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  h3 {
    font-size: 1.05rem;
  }
}

/* FOCUS STATES */
.cta-btn:focus, .cta-btn.primary:focus {
  outline: 2px solid #84B340;
  outline-offset: 2px;
}
a:focus {
  outline: 2px solid #84B340;
}

/* DIALOG/BACKDROP OVERRIDES */
dialog[open] {
  display: flex;
}
dialog {
  border: none;
  border-radius: 30px 22px 34px 14px/18px 22px 26px 18px;
  box-shadow: 0 4px 22px 0 rgba(131,160,92,0.18);
}

/* Custom SCROLLBAR */
::-webkit-scrollbar {
  width: 10px;
  background: #eaf1e0;
}
::-webkit-scrollbar-thumb {
  background: #c6db9e;
  border-radius: 8px;
}

/* ORGANIC DECORATIVE ELEMENTS */
@media (min-width: 1100px) {
.hero {
  background-size: auto 160px;
}
}

/* HIDE/SHOW CLASSES */
.hide, .d-none {
  display: none !important;
}

/* MICRO-INTERACTIONS */
.cta-btn, .mobile-menu-toggle, .mobile-menu-close {
  transition: box-shadow 0.17s, background 0.16s, color 0.16s, transform 0.14s;
}
.cta-btn:active, .mobile-menu-toggle:active, .mobile-menu-close:active {
  transform: scale(0.97);
}

/* ACCESSIBILITY IMPROVEMENTS */
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/*--- END OF STYLE ---*/
