/* =====================
   CinchPara Botanique Minimalist CSS
   =====================*/

/* ------------- CSS RESET ------------- */
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; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.6;
  background: #fff;
  color: #25623D;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.18s;
}
a:focus {
  outline: 2px dashed #25623D;
  outline-offset: 3px;
}
button {
  font: inherit;
  background: none;
  border: none;
  cursor: pointer;
}
input, textarea, select {
  font: inherit;
}

/* ------------- TYPOGRAPHY ------------- */
h1, .h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1.13;
  color: #25623D;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 24px;
}
h2, .h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  color: #25623D;
  font-weight: 600;
  margin-bottom: 18px;
}
h3, .h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  color: #25623D;
  margin-bottom: 12px;
}
h4, .h4 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 8px;
}
h5, h6 {
  font-size: 1rem;
  margin-bottom: 6px;
}
p, li, ul, ol, span {
  color: #25623D;
  font-size: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
}
p {
  margin-bottom: 16px;
  max-width: 700px;
}
strong {
  font-weight: 600;
}

/* Headings spacing for last element in section */
.content-wrapper h1:last-child,
.content-wrapper h2:last-child,
.content-wrapper h3:last-child {
  margin-bottom: 0;
}

/* ------------- CONTAINER & LAYOUT ------------- */
.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

@media (max-width: 768px) {
  .section {
    padding: 24px 10px;
    margin-bottom: 40px;
  }
  .container {
    padding: 0 8px;
  }
  .content-wrapper {
    gap: 16px;
  }
  h1, .h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.4rem;
  }
  h3, .h3 {
    font-size: 1.1rem;
  }
}

/* ------------- HEADER & NAVIGATION ------------- */
header {
  background: #fff;
  border-bottom: 1px solid #F7F6F2;
  position: relative;
  z-index: 100;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  gap: 24px;
}
.logo-link {
  display: flex;
  align-items: center;
  gap: 8px;
}
.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #25623D;
  padding: 8px 4px;
  border-radius: 4px;
  transition: background 0.14s, color 0.18s;
}
.main-nav a:hover,
.main-nav a:focus {
  background: #F7F6F2;
  color: #25623D;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  border-radius: 30px;
  padding: 10px 28px;
  background: transparent;
  border: 1px solid #25623D;
  color: #25623D;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.2s;
  box-shadow: 0 1px 6px 0 rgba(37,98,61,0.04);
  margin-left: 20px;
  margin-bottom: 0;
}
.btn:focus {
  outline: 2px dashed #25623D;
  outline-offset: 2px;
}
.btn:hover {
  background: #25623D;
  color: #fff;
  box-shadow: 0 3px 16px 0 rgba(37,98,61,0.07);
}

.btn-primary {
  background: #25623D;
  color: #fff;
  border: 1px solid #25623D;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #B9D6A3;
  color: #25623D;
}

/* Hide .main-nav and .btn in mobile for burger */
.mobile-menu-toggle {
  display: none;
}
@media (max-width: 992px) {
  header .container {
    gap: 12px;
  }
  .main-nav, .btn.btn-primary {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 24px;
    top: 24px;
    background: none;
    border: none;
    font-size: 2.2rem;
    padding: 0 6px;
    color: #25623D;
    cursor: pointer;
    z-index: 200;
    border-radius: 7px;
    transition: background 0.14s;
  }
  .mobile-menu-toggle:active,
  .mobile-menu-toggle:focus {
    background: #F7F6F2;
  }
}

/* ------------- MOBILE MENU ------------- */
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  box-shadow: 0 6px 32px 0 rgba(37,98,61,0.12);
  z-index: 9000;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(.78,.14,.15,.86);
  display: flex;
  flex-direction: column;
  padding: 0 0;
  align-items: flex-start;
  justify-content: flex-start;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  position: absolute;
  top: 24px;
  right: 28px;
  background: none;
  border: none;
  font-size: 2.1rem;
  color: #25623D;
  cursor: pointer;
  z-index: 9100;
  border-radius: 7px;
  padding: 0 8px;
  transition: background 0.18s;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  background: #F7F6F2;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
  padding: 100px 34px 40px 34px;
  width: 100vw;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.22rem;
  color: #25623D;
  font-weight: 600;
  padding: 12px 0;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  transition: color 0.16s, border-color 0.18s, background 0.19s;
  width: 100%;
}
.mobile-nav a:hover,
.mobile-nav a:focus {
  color: #fff;
  background: #25623D;
  border-bottom: 2px solid #25623D;
}
@media (min-width: 993px) {
  .mobile-menu,
  .mobile-menu-toggle {
    display: none !important;
  }
}

/* Prevent body scroll when mobile menu is open */
body.menu-open {
  overflow: hidden;
}

/* ------------- SECTIONS & FLEX CONTAINERS ------------- */
.feature-grid,
.articles-grid,
.service-grid,
.team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 10px;
}

.feature-grid > div,
.service-grid > div,
.team-member,
.articles-grid > article {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 18px 0 rgba(37,98,61,0.06);
  padding: 28px 22px 24px 22px;
  flex: 1 1 300px;
  min-width: 265px;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  transition: box-shadow 0.19s, transform 0.18s;
}
.feature-grid > div:hover,
.service-grid > div:hover,
.team-member:hover,
.articles-grid > article:hover {
  box-shadow: 0 5px 36px 4px rgba(37,98,61,0.13);
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .feature-grid,
  .articles-grid,
  .service-grid,
  .team-list {
    gap: 16px;
  }
  .feature-grid > div,
  .service-grid > div,
  .team-member,
  .articles-grid > article {
    min-width: 220px;
    padding: 22px 12px;
  }
}
@media (max-width: 680px) {
  .feature-grid,
  .articles-grid,
  .service-grid,
  .team-list {
    flex-direction: column;
    gap: 18px;
  }
  .feature-grid > div,
  .service-grid > div,
  .team-member,
  .articles-grid > article {
    max-width: 100%;
    min-width: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px 0 rgba(37,98,61,0.04);
  padding: 26px 16px;
  transition: box-shadow 0.17s, transform 0.14s;
}
.card:hover {
  box-shadow: 0 6px 31px 0 rgba(37,98,61,0.10);
  transform: translateY(-2px);
}

.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;
  background: #F7F6F2;
  border-radius: 14px;
  box-shadow: 0 1px 10px 0 rgba(37,98,61,0.055);
  margin-bottom: 20px;
  flex-direction: column;
  align-items: flex-start;
  min-width: 240px;
  max-width: 560px;
}
.testimonial-card p {
  font-style: italic;
  color: #25623D;
  font-size: 1.1rem;
  margin-bottom: 10px;
  line-height: 1.55;
}
.testimonial-card span {
  color: #25623D;
  font-size: 0.97rem;
  font-family: 'Montserrat', Arial, sans-serif;
  opacity: 0.85;
}

@media (min-width: 660px) {
  .testimonial-card {
    flex-direction: row;
    align-items: center;
    gap: 28px;
    min-width: 350px;
  }
  .testimonial-card p {
    margin-bottom: 0;
    flex: 1 1 auto;
  }
}

.article-list {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.article-list a {
  color: #25623D;
  border-bottom: 1px dotted #25623D;
  transition: color 0.14s, border 0.14s;
}
.article-list a:hover {
  color: #B9D6A3;
  border-bottom: 1px solid #B9D6A3;
}

.value-list,
.benefits-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 14px;
}
.value-list li, .benefits-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px;
  background: #F7F6F2;
  border-radius: 8px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #25623D;
}
.value-list img, .benefits-list img {
  width: 26px;
  height: 26px;
  margin: 0 3px 0 0;
  display: block;
}
@media (max-width: 700px) {
  .value-list, .benefits-list {
    flex-direction: column;
    gap: 10px;
    padding: 0;
  }
  .value-list li, .benefits-list li {
    width: 100%;
    padding: 11px 12px;
    font-size: 0.97rem;
  }
}

.team-list {
  gap: 24px;
}
.team-member h3 {
  margin-bottom: 6px;
}
.team-member p {
  font-size: 0.98rem;
  color: #25623D;
  opacity: 0.91;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
  margin-top: 10px;
}
.contact-details div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  color: #25623D;
}
.contact-details a {
  color: #25623D;
  transition: color 0.16s;
}
.contact-details a:hover {
  color: #B9D6A3;
}
.contact-details img {
  width: 20px;
  height: 20px;
  margin-bottom: 1px;
  opacity: 0.8;
}

.filters {
  margin-top: 24px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 12px;
}
.filters a {
  color: #25623D;
  font-weight: 500;
  margin: 0 5px;
  border-bottom: 1px dotted #25623D;
  transition: color 0.14s, border 0.14s;
}
.filters a:hover {
  color: #B9D6A3;
  border-bottom: 1px solid #B9D6A3;
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}
.search-bar input[type="text"] {
  border: 1px solid #B9D6A3;
  border-radius: 24px;
  padding: 10px 20px;
  font-size: 1rem;
  background: #F7F6F2;
  color: #25623D;
  outline: none;
  width: 240px;
  max-width: 100%;
  transition: border 0.18s, box-shadow 0.16s;
  font-family: 'Roboto', Arial, sans-serif;
}
.search-bar input[type="text"]:focus {
  border-color: #25623D;
  box-shadow: 0 2px 8px rgba(37,98,61,0.07);
}

/* ------------- FOOTER ------------- */
footer {
  background: #fff;
  border-top: 1px solid #F7F6F2;
  padding: 56px 0 22px 0;
  margin-top: 60px;
}
.footer-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 12px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-nav a {
  color: #25623D;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  opacity: 0.8;
  border-bottom: 1px dotted #25623D;
  padding: 3px 0;
  transition: color 0.16s, border 0.13s;
}
.footer-nav a:hover {
  color: #B9D6A3;
  border-bottom: 1px solid #B9D6A3;
  opacity: 1;
}
.footer-bottom {
  padding-top: 14px;
  border-top: 1px solid #F7F6F2;
  text-align: left;
}
.footer-bottom p {
  color: #475F50;
  font-size: 0.92rem;
  opacity: 0.82;
}
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
  }
  footer {
    padding: 34px 0 12px 0;
    margin-top: 36px;
  }
}

/* ------------- COOKIE CONSENT BANNER & MODAL ------------- */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0;
  width: 100vw;
  background: #fff;
  border-top: 1px solid #B9D6A3;
  box-shadow: 0 -2px 16px 2px rgba(37,98,61,0.07);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 12px 20px 12px;
  flex-wrap: wrap;
  gap: 18px;
  transition: transform 0.34s cubic-bezier(.81,.22,.16,.92), opacity 0.22s;
}
.cookie-banner.hide {
  transform: translateY(100%);
  opacity: 0;
}
.cookie-banner .cookie-text {
  font-size: 1rem;
  color: #25623D;
  max-width: 480px;
  margin-right: 12px;
}
.cookie-banner .cookie-actions {
  display: flex;
  flex-direction: row;
  gap: 11px;
}
.cookie-btn {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  border-radius: 24px;
  padding: 8px 22px;
  background: #25623D;
  color: #fff;
  border: 1px solid #25623D;
  cursor: pointer;
  margin: 0 4px;
  transition: background 0.16s, border 0.15s, color 0.14s;
  font-weight: 500;
  box-shadow: 0 1px 6px 0 rgba(37,98,61,0.04);
}
.cookie-btn:hover,
.cookie-btn:focus {
  background: #B9D6A3;
  color: #25623D;
}
.cookie-btn.cookie-settings {
  background: transparent;
  color: #25623D;
}
.cookie-btn.cookie-settings:hover {
  background: #F7F6F2;
  color: #25623D;
}

/* COOKIE MODAL OVERLAY */
.cookie-modal-overlay {
  position: fixed;
  left: 0; top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(37,98,61,0.13);
  z-index: 12000;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.27s;
}
.cookie-modal-overlay.open {
  opacity: 1;
  pointer-events: all;
}
.cookie-modal {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 15px 15px 0 0;
  box-shadow: 0 8px 44px 8px rgba(37,98,61,0.14);
  padding: 36px 24px 28px 24px;
  position: relative;
  margin-bottom: 0;
  animation: cookieModalUp 0.34s cubic-bezier(.91,.03,.16,.96);
}
@keyframes cookieModalUp {
  from { transform: translateY(50px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
.cookie-modal h3 {
  font-size: 1.22rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
}
.cookie-category label {
  font-size: 1rem;
  color: #25623D;
}
.cookie-toggle {
  display: inline-flex;
  align-items: center;
  width: 46px;
  height: 26px;
  border-radius: 20px;
  background: #F7F6F2;
  border: 1px solid #B9D6A3;
  position: relative;
  cursor: pointer;
  transition: border 0.18s, box-shadow 0.16s;
}
.cookie-toggle input {
  display: none;
}
.cookie-toggle span {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #B9D6A3;
  position: absolute;
  left: 2px;
  top: 1.5px;
  transition: background 0.16s, left 0.22s;
}
.cookie-toggle input:checked + span {
  background: #25623D;
  left: 22px;
}
.cookie-category.essential label {
  opacity: 0.75;
}
.cookie-category.essential .cookie-toggle {
  background: #B9D6A3;
  border: 1px solid #B9D6A3;
  cursor: not-allowed;
}
.cookie-category.essential span {
  background: #25623D !important;
}
.cookie-modal-actions {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 30px;
  justify-content: flex-end;
}
.cookie-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: none;
  border: none;
  color: #25623D;
  font-size: 1.75rem;
  cursor: pointer;
  padding: 2px 7px;
  transition: background 0.14s;
  border-radius: 6px;
}
.cookie-modal-close:hover {
  background: #F7F6F2;
}

@media (max-width: 600px) {
  .cookie-modal {
    max-width: 98vw;
    padding: 24px 8px 18px 8px;
  }
}

/* ------------- UTILITY & MICRO-EFFECTS ------------- */
::-webkit-scrollbar {
  width: 8px;
  background: #F7F6F2;
}
::-webkit-scrollbar-thumb {
  background: #B9D6A3;
  border-radius: 6px;
}
::-webkit-selection {
  background: #B9D6A3;
  color: #25623D;
}
::-moz-selection {
  background: #B9D6A3;
  color: #25623D;
}
::selection {
  background: #B9D6A3;
  color: #25623D;
}

.no-scroll {
  overflow: hidden !important;
}

/* ------------- FOCUS STATES ------------- */
button:focus-visible,
a:focus-visible {
  outline: 2px dashed #25623D;
  outline-offset: 2px;
}

/* ------------- SPACING UTILS ------------- */
.mt-1 { margin-top: 8px; }
.mb-1 { margin-bottom: 8px; }
.mt-2 { margin-top: 16px; }
.mb-2 { margin-bottom: 16px; }
.mt-3 { margin-top: 24px; }
.mb-3 { margin-bottom: 24px; }
/* Use as needed in rare custom cases */

/* ------------- CARD & COMPONENTS RENDER ------------- */
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* ------------- Responsive rules for spacing & layout ------------- */
@media (max-width: 680px) {
  .section {
    padding: 18px 2px 18px 2px;
    margin-bottom: 24px;
  }
  .card-container, .features, .content-grid, .feature-grid, .articles-grid, .service-grid, .team-list {
    gap: 12px;
  }
}

/* End minimalist CSS for CinchPara Botanique */

