* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: #f6f0e8;
  color: #183d2d;
  font-family: Georgia, "Times New Roman", serif;
  overflow-x: hidden;
}

.page {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background: #f8f3eb;
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
  overflow-x: hidden;
}

.site-header {
  position: relative;
  width: 100%;
  background: #f8f3eb;
}

.slice {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

.section-slice {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.hotspots {
  position: absolute;
  inset: 0;
}

.nav-link {
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
}

.nav-accueil { left: 39%; width: 9%; }
.nav-savoir { left: 49%; width: 13%; }
.nav-plants { left: 64%; width: 10%; }
.nav-histoire { left: 75%; width: 12%; }
.nav-contact { left: 88%; width: 9%; }

.savoir-faire-split {
  display: flex;
  width: 100%;
  height: 223px;
  overflow: hidden;
  background: #23432f;
}

.savoir-left {
  position: relative;
  flex: 0 0 44%;
  min-width: 0;
  overflow: hidden;
}

.savoir-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% 16%;
}

.savoir-left-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 16, 12, 0.08) 0%, rgba(20, 16, 12, 0.02) 70%, rgba(20, 16, 12, 0.18) 100%);
}

.savoir-right {
  flex: 1;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #21442f 0%, #244b33 55%, #1e3f2b 100%);
  padding: 18px 34px 18px 26px;
}

.savoir-block {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #f5eee3;
}

.savoir-icon {
  flex: 0 0 76px;
}

.savoir-icon-img {
  display: block;
  width: 76px;
  height: 76px;
  object-fit: contain;
  background: transparent;
}

.savoir-text h2 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #f6f0e5;
}

.savoir-text p {
  margin: 0;
  font-size: 15px;
  line-height: 1.38;
  color: #f2e8dc;
}

@media (max-width: 900px) {
  .savoir-faire-split {
    height: 283px;
  }

    .savoir-right {
    padding: 18px 22px;
  }

  .savoir-text h2 {
    font-size: 16px;
  }

  .savoir-text p {
    font-size: 14px;
  }
}

/* Mobile ≤640px — savoir-faire */
@media (max-width: 640px) {
  .savoir-faire-split {
    flex-direction: column;
    height: auto;
  }

  .savoir-left {
    flex: 0 0 auto;
    width: 100%;
    height: 220px;
  }

  .savoir-right {
    padding: 22px 18px;
  }

  .savoir-block {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }

  .savoir-icon {
    flex: 0 0 auto;
    margin: 0 auto;
  }

  .savoir-text h2 {
    font-size: 18px;
  }

  .savoir-text p {
    font-size: 15px;
  }
}


/* Pages SEO */
.content-page {
  background: #f8f3eb;
}

.inner-hero {
  min-height: 420px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  padding: 72px 8%;
  color: #fff8ef;
}

.inner-hero-content {
  max-width: 620px;
}

.inner-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 5vw, 78px);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.inner-hero p {
  max-width: 540px;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 19px;
  line-height: 1.55;
}

.seo-section {
  padding: 64px 8%;
  background:
    radial-gradient(circle at 10% 10%, rgba(213, 145, 151, .10), transparent 28%),
    linear-gradient(180deg, #fbf8f1 0%, #f4ede4 100%);
}

.seo-container {
  max-width: 1180px;
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 16px;
  color: #cf7f86;
  font-size: 15px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-family: Georgia, "Times New Roman", serif;
}

.seo-section h1,
.seo-section h2 {
  color: #1f4530;
  font-weight: 400;
  line-height: 1.08;
}

.seo-section h1 {
  max-width: 860px;
  margin: 0 0 24px;
  font-size: clamp(36px, 4vw, 58px);
}

.seo-section h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 3vw, 46px);
}

.seo-section p {
  color: #33332d;
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
}

.seo-grid {
  display: grid;
  gap: 28px;
  margin-top: 42px;
}

.seo-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.seo-grid article,
.soft-cta {
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(210, 154, 154, .35);
  padding: 28px;
  box-shadow: 0 18px 40px rgba(37, 45, 33, .07);
}

.seo-grid h2 {
  font-size: 27px;
}

.text-image-row {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 58px;
  margin: 0 0 78px;
}

.text-image-row.reverse .text-block {
  order: 2;
}

.text-image-row.reverse .image-card {
  order: 1;
}

.image-card {
  margin: 0;
  padding: 12px;
  background: #efe5d6;
  box-shadow: 0 18px 38px rgba(42, 35, 27, .14);
  transform: rotate(-.4deg);
}

.text-image-row.reverse .image-card {
  transform: rotate(.4deg);
}

.image-card img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
}

.soft-cta {
  max-width: 880px;
  margin: 30px auto 0;
  text-align: center;
  background: #244b33;
  color: #f8efe6;
}

.soft-cta h2 {
  color: #f8efe6;
}

.soft-cta p {
  color: #f1e4d8;
}

.button-link {
  display: inline-block;
  margin-top: 10px;
  padding: 13px 24px;
  border: 1px solid #d9939a;
  color: #d9939a;
  text-decoration: none;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .04em;
}

.button-link:hover {
  background: #d9939a;
  color: #244b33;
}

@media (max-width: 900px) {
  .inner-hero {
    min-height: 360px;
    padding: 54px 7%;
  }

  .seo-grid.three,
  .text-image-row {
    grid-template-columns: 1fr;
  }

  .text-image-row.reverse .text-block,
  .text-image-row.reverse .image-card {
    order: initial;
  }

  .image-card img {
    height: 300px;
  }
}

@media (max-width: 640px) {
  .content-page,
  .seo-section {
    padding: 40px 5%;
  }

  .inner-hero {
    min-height: 280px;
    padding: 40px 5%;
  }
}


/* Pages internes professionnelles */
.pro-page {
  background: #f8f3eb;
  color: #1f4530;
  line-height: 1.5;
}

.pro-hero {
  display: grid;
  grid-template-columns: 46% 54%;
  min-height: 440px;
  background: linear-gradient(135deg, #f9f4eb 0%, #efe5d7 100%);
  border-top: 1px solid rgba(35, 68, 47, .06);
  border-bottom: 1px solid rgba(35, 68, 47, .08);
}

.pro-hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 8vw;
}

.pro-kicker {
  margin: 0 0 14px;
  color: #cf7f86;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.pro-hero h1,
.pro-text h2,
.pro-note p,
.pro-cards h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: #1f4530;
}

.pro-hero h1 {
  margin: 0 0 22px;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -.03em;
}

.pro-hero p,
.pro-text p,
.pro-cards p,
.pro-note p {
  font-family: Arial, sans-serif;
}

.pro-hero-text > p:last-child {
  margin: 0;
  color: #3d4038;
  font-size: 18px;
  line-height: 1.7;
  max-width: 540px;
}

.pro-hero-image {
  margin: 0;
  padding: 12px;
  background: #efe5d7;
  box-shadow: 0 18px 42px rgba(42, 35, 27, .14);
  overflow: hidden;
  min-height: 440px;
}

.pro-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  object-position: center;
}

.pro-content {
  padding: 70px 7vw 82px;
  background:
    radial-gradient(circle at 0 0, rgba(207, 127, 134, .11), transparent 28%),
    linear-gradient(180deg, #fbf8f1 0%, #f4ede4 100%);
}

.pro-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.pro-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .92fr);
  gap: 56px;
  align-items: center;
  margin-bottom: 76px;
}

.pro-row.reverse {
  grid-template-columns: minmax(320px, .92fr) minmax(0, 1fr);
}

.pro-row.reverse .pro-text {
  order: 2;
}

.pro-row.reverse .pro-image-card {
  order: 1;
}

.pro-text h2 {
  margin: 0 0 20px;
  font-size: clamp(32px, 3.5vw, 50px);
  line-height: 1.08;
}

.pro-text p {
  margin: 0 0 16px;
  color: #33332d;
  font-size: 17px;
  line-height: 1.75;
}

.pro-image-card {
  margin: 0;
  padding: 12px;
  background: #efe5d7;
  box-shadow: 0 18px 42px rgba(42, 35, 27, .14);
}

.pro-image-card img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center;
}

.pro-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 10px 0 62px;
}

.pro-cards article {
  padding: 28px;
  background: rgba(255, 255, 255, .68);
  border: 1px solid rgba(207, 127, 134, .28);
  box-shadow: 0 16px 34px rgba(37, 45, 33, .07);
}

.pro-cards h2 {
  margin: 0 0 12px;
  font-size: 27px;
}

.pro-cards p {
  margin: 0;
  color: #383832;
  font-size: 16px;
  line-height: 1.65;
}

.pro-note {
  max-width: 920px;
  margin: 0 auto;
  padding: 34px 42px;
  background: #244b33;
  border-left: 4px solid #d9939a;
  box-shadow: 0 18px 42px rgba(42, 35, 27, .13);
}

.pro-note p {
  margin: 0;
  color: #f8efe6;
  font-size: 24px;
  line-height: 1.5;
  font-family: Georgia, "Times New Roman", serif;
}

@media (max-width: 900px) {
  .pro-hero,
  .pro-row,
  .pro-row.reverse,
  .pro-cards {
    grid-template-columns: 1fr;
  }

  .pro-row.reverse .pro-text,
  .pro-row.reverse .pro-image-card {
    order: initial;
  }

  .pro-hero-text {
    padding: 54px 7vw;
  }

  .pro-hero-image,
  .pro-hero-image img {
    min-height: 320px;
  }

  .pro-row {
    gap: 30px;
    margin-bottom: 58px;
  }

  .pro-image-card img {
    height: 300px;
  }
}

@media (max-width: 640px) {
  .pro-hero-text {
    padding: 40px 5%;
  }

  .pro-hero-image,
  .pro-hero-image img {
    min-height: 240px;
  }

  .pro-content {
    padding: 40px 5% 60px;
  }

  .pro-cards article {
    padding: 22px;
  }
}


/* Contact page */
.contact-top-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 34px;
}

.contact-card,
.contact-map-card,
.contact-form-card {
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(207, 127, 134, .26);
  box-shadow: 0 16px 34px rgba(37, 45, 33, .08);
}

.contact-card {
  padding: 28px;
}

.contact-card h2,
.contact-map-card h2,
.contact-form-card h2 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: #1f4530;
  font-size: clamp(28px, 2.5vw, 38px);
  line-height: 1.15;
}

.contact-card p,
.contact-small-note,
.contact-form label,
.contact-form input,
.contact-form textarea,
.contact-button {
  font-family: Arial, sans-serif;
}

.contact-card p {
  margin: 0 0 14px;
  color: #33332d;
  font-size: 16px;
  line-height: 1.7;
}

.contact-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 30px;
}

.contact-map-card,
.contact-form-card {
  padding: 30px;
}

.map-frame {
  overflow: hidden;
  border: 1px solid rgba(31, 69, 48, .12);
  min-height: 420px;
  background: #ece7de;
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.contact-small-note {
  margin: 14px 0 0;
  color: #5a5a53;
  font-size: 14px;
  line-height: 1.6;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.form-row {
  display: grid;
  gap: 8px;
}

.contact-form label {
  color: #1f4530;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid rgba(31, 69, 48, .14);
  background: #fffdf9;
  color: #33332d;
  font-size: 15px;
}

.contact-form textarea {
  resize: vertical;
  min-height: 170px;
}

.contact-button {
  display: inline-block;
  width: fit-content;
  padding: 14px 26px;
  border: 1px solid #cf7f86;
  background: #cf7f86;
  color: #fff7f2;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 13px;
  cursor: pointer;
}

.contact-button:hover {
  background: #244b33;
  border-color: #244b33;
}

@media (max-width: 900px) {
  .contact-top-grid,
  .contact-main-grid {
    grid-template-columns: 1fr;
  }
}


/* Footer HTML cliquable */
.site-footer-html {
  background: #f8f3eb;
  padding: 28px 8% 12px;
  color: #1f4530;
  border-top: 1px solid rgba(31, 69, 48, .10);
  line-height: 1.4;
}

.footer-top {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(31, 69, 48, .18);
}

.footer-brand {
  display: flex;
  align-items: center;
}

.footer-logo-img {
  display: block;
  width: 270px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.footer-center {
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  color: #1f4530;
}

.footer-center p {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
}

.footer-ornament {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 9px;
}

.footer-ornament span {
  display: block;
  width: 55px;
  height: 1px;
  background: #d9939a;
}

.footer-ornament img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.footer-socials {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

.footer-socials a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(31, 69, 48, .75);
  border-radius: 50%;
  color: #1f4530;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 18px;
  transition: all .2s ease;
}

.footer-socials a:hover {
  background: #1f4530;
  color: #f8f3eb;
}

.footer-bottom {
  max-width: 1180px;
  margin: 10px auto 0;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #64645c;
}

@media (max-width: 900px) {
  .footer-top {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand,
  .footer-socials {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .footer-top {
    gap: 20px;
    padding-bottom: 14px;
  }

  .footer-logo-img {
    width: 220px;
    max-width: 100%;
  }

  .footer-center p {
    font-size: 14px;
  }
}

.notre-histoire-family-fix {
  object-position: center center;
}


/* Accueil en HTML SEO */
.home-html-page {
  background: #f8f3eb;
}

.home-hero-html {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 70px 8%;
  color: #fff8ef;
}

.home-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 24, 14, .78) 0%, rgba(10, 24, 14, .45) 42%, rgba(10, 24, 14, .06) 100%);
}

.home-hero-content {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.home-hero-content h1 {
  margin: 0 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 6vw, 78px);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -.035em;
  color: #fff8ef;
}

.home-hero-content p {
  margin: 0 0 28px;
  max-width: 460px;
  font-family: Arial, sans-serif;
  font-size: 19px;
  line-height: 1.6;
  color: #fff8ef;
}

.home-button {
  display: inline-block;
  padding: 15px 26px;
  background: #d9939a;
  color: #fff8ef;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-size: 13px;
  letter-spacing: .04em;
  border-radius: 2px;
}

.home-button:hover {
  background: #bf7a82;
}

.home-story-html {
  display: grid;
  grid-template-columns: 44% 56%;
  gap: 56px;
  align-items: center;
  padding: 70px 8%;
  background: linear-gradient(180deg, #fbf8f1 0%, #f4ede4 100%);
}

.home-story-text {
  max-width: 520px;
}

.home-kicker {
  margin: 0 0 16px;
  color: #cf7f86;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.home-story-text h2 {
  margin: 0 0 24px;
  color: #1f4530;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.08;
  font-weight: 400;
}

.home-story-text p {
  margin: 0 0 18px;
  color: #33332d;
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

.home-signature {
  color: #cf7f86 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-style: italic;
}

.home-story-image {
  margin: 0;
  padding: 12px;
  background: #eee3d2;
  box-shadow: 0 18px 42px rgba(42, 35, 27, .14);
}

.home-story-image img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
}

.home-plants-html {
  padding: 54px 7% 70px;
  background: #fffefa;
}

.home-section-title {
  text-align: center;
  margin-bottom: 40px;
}

.home-section-title h2 {
  margin: 0;
  color: #1f4530;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.5vw, 48px);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.home-title-line {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.home-title-line span {
  width: 70px;
  height: 1px;
  background: #d9939a;
}

.home-title-line img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.home-plants-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr .85fr 1fr .85fr;
  gap: 34px;
  align-items: center;
}

.home-plant-photo {
  margin: 0;
}

.home-plant-photo img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  border-radius: 2px;
  box-shadow: 0 12px 30px rgba(37, 45, 33, .10);
}

.home-plant-text h3 {
  margin: 0 0 18px;
  color: #1f4530;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.12;
  font-weight: 400;
}

.home-plant-text p {
  margin: 0 0 22px;
  color: #383832;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.home-outline-button {
  display: inline-block;
  padding: 11px 18px;
  border: 1px solid #d9939a;
  color: #d9939a;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.home-outline-button:hover {
  background: #d9939a;
  color: #fff8ef;
}

@media (max-width: 1000px) {
  .home-story-html,
  .home-plants-grid {
    grid-template-columns: 1fr;
  }

  .home-plant-photo img {
    height: 340px;
  }
}

@media (max-width: 640px) {
  .home-hero-html {
    min-height: 360px;
    padding: 50px 5%;
  }

  .home-hero-content h1 {
    font-size: clamp(36px, 8vw, 56px);
  }

  .home-hero-content p {
    font-size: 16px;
  }

  .home-story-html {
    padding: 50px 5%;
  }

  .home-plants-html {
    padding: 40px 5% 56px;
  }
}


/* Accueil propre : images séparées des textes SEO */
.home-clean-page {
  background: #f8f3eb;
}

.home-clean-hero {
  display: grid;
  grid-template-columns: 58% 42%;
  min-height: 560px;
  background: #f8f3eb;
}

.home-clean-image,
.home-clean-card {
  margin: 0;
  overflow: hidden;
}

.home-clean-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
}

.home-clean-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 8%;
  background:
    radial-gradient(circle at 0 0, rgba(217, 147, 154, .10), transparent 28%),
    linear-gradient(180deg, #fbf8f1 0%, #f4ede4 100%);
}

.home-clean-text h1,
.home-clean-text h2,
.home-clean-text h3 {
  margin: 0 0 22px;
  color: #1f4530;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.05;
}

.home-clean-text h1 {
  font-size: clamp(50px, 5.2vw, 76px);
}

.home-clean-text h2 {
  font-size: clamp(38px, 4vw, 58px);
}

.home-clean-text h3 {
  font-size: clamp(31px, 3vw, 44px);
}

.home-clean-text p {
  margin: 0 0 20px;
  color: #33332d;
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

.home-clean-row,
.home-clean-plant-row {
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: stretch;
  background: #fbf8f1;
}

.home-clean-row .home-clean-text {
  padding-left: 8%;
  padding-right: 6%;
}

.home-clean-card {
  padding: 18px;
  background: #eee3d2;
}

.home-clean-card img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 18px 42px rgba(42, 35, 27, .12);
}

.home-clean-plants {
  padding: 58px 7% 76px;
  background: #fffefa;
}

.home-clean-plants .home-section-title {
  margin-bottom: 45px;
}

.home-clean-plant-row {
  max-width: 1180px;
  margin: 0 auto 42px;
  grid-template-columns: 46% 54%;
  background: #fbf8f1;
  box-shadow: 0 18px 42px rgba(37, 45, 33, .06);
}

.home-clean-plant-row.reverse {
  grid-template-columns: 54% 46%;
}

.home-clean-plant-row.reverse .home-clean-card {
  order: 2;
}

.home-clean-plant-row.reverse .home-clean-text {
  order: 1;
}

.home-clean-plant-row .home-clean-card img {
  height: 360px;
}

.home-button,
.home-outline-button {
  width: fit-content;
}

@media (max-width: 1000px) {
  .home-clean-hero,
  .home-clean-row,
  .home-clean-plant-row,
  .home-clean-plant-row.reverse {
    grid-template-columns: 1fr;
  }

  .home-clean-plant-row.reverse .home-clean-card,
  .home-clean-plant-row.reverse .home-clean-text {
    order: initial;
  }

  .home-clean-image img {
    min-height: 420px;
  }

  .home-clean-card img,
  .home-clean-plant-row .home-clean-card img {
    height: 360px;
  }
}

@media (max-width: 640px) {
  .home-clean-hero {
    min-height: auto;
  }

  .home-clean-image img {
    min-height: 260px;
  }

  .home-clean-text {
    padding: 40px 5%;
  }

  .home-clean-card img {
    height: 260px;
  }
}


/* Effets dynamiques globaux */
body {
  opacity: 0;
  transition: opacity .45s ease;
}

body.site-loaded {
  opacity: 1;
}

.nav-link {
  transition: background .25s ease, transform .18s ease;
}

.nav-link::before {
  content: "";
  position: absolute;
  inset: 10px 8px 10px 8px;
  border-radius: 999px;
  background: rgba(217, 147, 154, 0);
  transition: background .25s ease, box-shadow .25s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 14px;
  height: 2px;
  background: #cf7f86;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .28s ease;
}

.nav-link:hover::before,
.nav-link.is-current::before {
  background: rgba(217, 147, 154, .10);
  box-shadow: inset 0 0 0 1px rgba(217, 147, 154, .28);
}

.nav-link:hover::after,
.nav-link.is-current::after,
.nav-link.is-clicked::after {
  transform: scaleX(1);
}

.nav-link:hover {
  transform: translateY(-1px);
}

.nav-link.is-clicked,
.home-button.is-clicked,
.home-outline-button.is-clicked,
.button-link.is-clicked,
.contact-button.is-clicked,
.footer-socials a.is-clicked {
  transform: scale(.97);
}

.home-button,
.home-outline-button,
.button-link,
.contact-button,
.footer-socials a {
  transition: transform .18s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}

.home-button:hover,
.button-link:hover,
.contact-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(207, 127, 134, .20);
}

.home-outline-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(31, 69, 48, .10);
}

.pro-hero-image,
.pro-image-card,
.image-card,
.home-artisanal-hero-image,
.home-artisanal-story-image,
.home-artisanal-card figure,
.home-artisanal-land-image,
.home-clean-card,
.home-clean-image {
  overflow: hidden;
}

.pro-hero-image img,
.pro-image-card img,
.image-card img,
.home-artisanal-hero-image img,
.home-artisanal-story-image img,
.home-artisanal-card img,
.home-artisanal-land-image img,
.home-clean-card img,
.home-clean-image img,
.savoir-video {
  transition: transform .8s ease, filter .4s ease;
}

.pro-hero-image:hover img,
.pro-image-card:hover img,
.image-card:hover img,
.home-artisanal-hero-image:hover img,
.home-artisanal-story-image:hover img,
.home-artisanal-card:hover img,
.home-artisanal-land-image:hover img,
.home-clean-card:hover img,
.home-clean-image:hover img {
  transform: scale(1.05);
  filter: saturate(1.03);
}

.pro-image-card:hover,
.image-card:hover,
.home-artisanal-card:hover,
.home-artisanal-story-image:hover,
.home-artisanal-land-image:hover,
.home-clean-card:hover,
.seo-grid article:hover,
.contact-card:hover,
.contact-map-card:hover,
.contact-form-card:hover,
.soft-cta:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 52px rgba(42, 35, 27, .16);
  transition: transform .28s ease, box-shadow .28s ease;
}

.seo-grid article,
.contact-card,
.contact-map-card,
.contact-form-card,
.soft-cta,
.pro-image-card,
.image-card,
.home-artisanal-card,
.home-artisanal-story-image,
.home-artisanal-land-image,
.home-clean-card {
  transition: transform .28s ease, box-shadow .28s ease;
}

.footer-socials a:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 10px 22px rgba(31, 69, 48, .18);
}

/* Nouvelle page d'accueil premium */
.home-artisanal-page {
  background: linear-gradient(180deg, #fbf8f1 0%, #f3ece2 100%);
}

.home-artisanal-hero {
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: center;
  gap: 36px;
  padding: 56px 6.5% 66px;
  background:
    radial-gradient(circle at top left, rgba(217, 147, 154, .14), transparent 27%),
    linear-gradient(180deg, #fbf8f1 0%, #f3ece2 100%);
}

.home-artisanal-hero-text {
  padding-right: 10px;
}

.home-artisanal-hero-text h1,
.home-artisanal-story-text h2,
.home-artisanal-land-text h2,
.home-artisanal-card-text h3 {
  margin: 0 0 22px;
  color: #1f4530;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.04;
}

.home-artisanal-hero-text h1 {
  font-size: clamp(46px, 5vw, 74px);
  letter-spacing: -.03em;
}

.home-artisanal-hero-text p,
.home-artisanal-story-text p,
.home-artisanal-land-text p,
.home-artisanal-card-text p,
.home-artisanal-quote p,
.home-artisanal-hero-image figcaption {
  font-family: Arial, sans-serif;
}

.home-artisanal-hero-text > p:last-of-type {
  margin: 0;
  color: #383832;
  font-size: 17px;
  line-height: 1.8;
  max-width: 520px;
}

.home-artisanal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.home-outline-button-dark {
  border-color: #1f4530;
  color: #1f4530;
}

.home-outline-button-dark:hover {
  background: #1f4530;
  color: #f8f3eb;
}

.artisan-frame {
  margin: 0;
  padding: 12px;
  background: #efe5d7;
  box-shadow: 0 18px 42px rgba(42, 35, 27, .13);
}

.soft-tilt {
  transform: rotate(-.35deg);
}

.home-artisanal-hero-image img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}

.home-artisanal-hero-image figcaption {
  padding: 10px 2px 0;
  color: #5f5b54;
  font-size: 14px;
  font-style: italic;
}

.home-artisanal-quote {
  padding: 0 6.5% 54px;
}

.home-artisanal-quote-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 36px;
  background: rgba(255,255,255,.62);
  border-left: 4px solid #cf7f86;
  box-shadow: 0 16px 34px rgba(37, 45, 33, .07);
}

.home-artisanal-quote p {
  margin: 0;
  color: #2f4335;
  font-size: 22px;
  line-height: 1.65;
  font-family: Georgia, "Times New Roman", serif;
}

.home-artisanal-story,
.home-artisanal-land {
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 44px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 0 76px;
}

.home-artisanal-story {
  padding-left: 6.5%;
  padding-right: 6.5%;
}

.home-artisanal-story-image img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
}

.home-artisanal-story-text h2,
.home-artisanal-land-text h2 {
  font-size: clamp(36px, 4vw, 54px);
}

.home-artisanal-story-text p,
.home-artisanal-land-text p {
  margin: 0 0 16px;
  color: #35362f;
  font-size: 17px;
  line-height: 1.78;
}

.home-artisanal-plants {
  padding: 8px 6.5% 76px;
}

.home-section-title {
  text-align: center;
  margin-bottom: 36px;
}

.home-section-title h2 {
  margin: 0;
  color: #1f4530;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.4vw, 48px);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.home-title-line {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.home-title-line span {
  width: 68px;
  height: 1px;
  background: #cf7f86;
}

.home-title-line img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.home-artisanal-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.home-artisanal-card {
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(207, 127, 134, .22);
  box-shadow: 0 18px 40px rgba(37, 45, 33, .07);
}

.home-artisanal-card figure {
  margin: 0;
}

.home-artisanal-card img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.home-artisanal-card-text {
  padding: 26px 26px 30px;
}

.home-artisanal-card-text h3 {
  font-size: 31px;
}

.home-artisanal-card-text p {
  margin: 0 0 18px;
  color: #383832;
  font-size: 16px;
  line-height: 1.72;
}

.home-artisanal-land {
  padding-left: 6.5%;
  padding-right: 6.5%;
  grid-template-columns: 43% 57%;
}

.home-artisanal-land-text {
  order: 1;
}

.home-artisanal-land-image {
  order: 2;
}

.wide-frame img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 980px) {
  .home-artisanal-hero,
  .home-artisanal-story,
  .home-artisanal-land,
  .home-artisanal-grid {
    grid-template-columns: 1fr;
  }

  .home-artisanal-grid {
    gap: 22px;
  }

  .home-artisanal-hero,
  .home-artisanal-story,
  .home-artisanal-land {
    padding-left: 7%;
    padding-right: 7%;
  }

  .home-artisanal-hero-image img,
  .home-artisanal-story-image img,
  .wide-frame img {
    height: 330px;
  }

  .soft-tilt {
    transform: none;
  }
}

/* Mobile ≤640px — page d'accueil artisanal */
@media (max-width: 640px) {
  .home-artisanal-hero {
    padding: 24px 4% 36px;
    gap: 24px;
  }

  .home-artisanal-hero-image img {
    height: auto;
    max-height: 280px;
    object-fit: cover;
  }

  .home-artisanal-hero-text h1 {
    font-size: clamp(28px, 7vw, 42px);
  }

  .home-artisanal-hero-text > p:last-of-type {
    font-size: 15px;
    line-height: 1.65;
  }

  .home-artisanal-actions {
    flex-direction: column;
    gap: 8px;
  }

  .home-artisanal-actions a {
    text-align: center;
    display: block;
    font-size: 12px;
    padding: 12px 16px;
  }

  .home-artisanal-quote {
    padding: 0 4% 32px;
  }

  .home-artisanal-quote-inner {
    padding: 20px 16px;
  }

  .home-artisanal-quote p {
    font-size: 17px;
    line-height: 1.55;
  }

  .home-artisanal-story,
  .home-artisanal-land {
    padding: 0 4% 40px;
    gap: 22px;
  }

  .home-artisanal-story-image img,
  .wide-frame img {
    height: auto;
    max-height: 240px;
  }

  .home-artisanal-story-text h2,
  .home-artisanal-land-text h2 {
    font-size: clamp(26px, 6vw, 34px);
  }

  .home-artisanal-story-text p,
  .home-artisanal-land-text p {
    font-size: 15px;
    line-height: 1.65;
  }

  .home-artisanal-plants {
    padding: 4px 4% 44px;
  }

  .home-artisanal-grid {
    gap: 18px;
  }

  .home-artisanal-card img {
    height: auto;
    max-height: 220px;
  }

  .home-artisanal-card-text {
    padding: 18px 16px 20px;
  }

  .home-artisanal-card-text h3 {
    font-size: 22px;
  }

  .home-artisanal-card-text p {
    font-size: 14px;
    line-height: 1.6;
  }

  .pro-kicker {
    font-size: 12px;
  }

  .home-signature {
    font-size: 15px;
  }

  .home-section-title h2 {
    font-size: clamp(26px, 5vw, 36px);
  }
}

/* ============ TRÈS PETIT MOBILE ≤480px ============ */
@media (max-width: 480px) {
  .home-artisanal-hero-image img {
    max-height: 220px;
  }

  .home-artisanal-hero-text h1 {
    font-size: 24px;
    line-height: 1.08;
  }

  .home-artisanal-hero-text > p:last-of-type {
    font-size: 14px;
  }

  .home-artisanal-story-image img,
  .wide-frame img {
    max-height: 200px;
  }

  .home-artisanal-story-text h2,
  .home-artisanal-land-text h2 {
    font-size: 22px;
  }

  .home-artisanal-card img {
    max-height: 180px;
  }

  .home-artisanal-card-text h3 {
    font-size: 20px;
  }

  .home-artisanal-card-text p {
    font-size: 13px;
  }

  .home-artisanal-quote p {
    font-size: 15px;
  }

  .home-outline-button {
    font-size: 11px;
    padding: 10px 14px;
  }

  .home-button {
    font-size: 12px;
    padding: 12px 18px;
  }
}


/* Menu : effet sobre sans bulle */
.nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0;
  background: rgba(207, 127, 134, 0);
  box-shadow: none;
  transition: background .25s ease;
}

.nav-link::after {
  display: none;
}

.nav-link:hover::before,
.nav-link.is-current::before {
  background: rgba(207, 127, 134, .14);
  box-shadow: none;
}

.nav-link:hover {
  transform: none;
}

.nav-link.is-clicked {
  transform: none;
}


/* Menu : effet naturel uniquement sur l'écriture */
.nav-link {
  overflow: visible;
  background: transparent !important;
  transform: none !important;
}

/* On neutralise tous les anciens effets de fond / contour */
.nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Texte HTML superposé au menu pour permettre une vraie animation */
.nav-link::after {
  display: flex !important;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  height: auto;
  background: transparent !important;
  color: #203f2e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .02em;
  text-transform: uppercase;
  transform: scale(1);
  transform-origin: center;
  opacity: 1;
  transition: transform .22s ease, color .22s ease, letter-spacing .22s ease;
}

/* Libellés du menu */
.nav-accueil::after {
  content: "Accueil";
}

.nav-savoir::after {
  content: "Notre savoir-faire";
}

.nav-plants::after {
  content: "Nos plants";
}

.nav-histoire::after {
  content: "Notre histoire";
}

.nav-contact::after {
  content: "Contact";
}

/* Effet simple au survol et page active */
.nav-link:hover::after,
.nav-link.is-current::after {
  color: #cf7f86;
  transform: scale(1.07);
  letter-spacing: .035em;
}

/* Clic : effet très léger, naturel */
.nav-link.is-clicked::after {
  transform: scale(1.02);
}


/* Header — fixe, responsive */
.site-header,
.hotspots,
.nav-link {
  display: none !important;
}

.real-site-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  z-index: 100;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 0 8%;
  background:
    radial-gradient(circle at 0 0, rgba(217, 147, 154, .09), transparent 30%),
    linear-gradient(180deg, #fbf8f1 0%, #f5eee5 100%);
  border-bottom: 1px solid rgba(31, 69, 48, .10);
  box-shadow: 0 2px 18px rgba(31, 69, 48, .05);
}

.real-logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.real-header-logo {
  width: 250px;
  max-width: 100%;
  height: auto;
  max-height: 90px;
  object-fit: contain;
}

.real-main-nav {
  display: flex;
  gap: clamp(22px, 3vw, 46px);
}

.real-main-nav a {
  position: relative;
  color: #203f2e;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color .22s, transform .22s, letter-spacing .22s;
}

.real-main-nav a:hover,
.real-main-nav a.is-current {
  color: #cf7f86;
  transform: scale(1.07);
  letter-spacing: .035em;
}

.real-main-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -9px;
  height: 1px;
  background: #cf7f86;
  transition: left .25s, right .25s;
}

.real-main-nav a:hover::after,
.real-main-nav a.is-current::after {
  left: 12%;
  right: 12%;
}

/* Hamburger — caché par défaut */
.hamburger {
  display: none;
}

.page {
  padding-top: 112px;
}


/* Logo : styles propres */

/* ====== MOBILE : overrides absolus, tout en 1 colonne ====== */
@media (max-width: 768px) {
  /* Force tout en 1 colonne */
  .home-artisanal-hero,
  .home-artisanal-story,
  .home-artisanal-land,
  .home-artisanal-grid,
  .home-story-html,
  .home-plants-grid,
  .home-clean-hero,
  .home-clean-row,
  .home-clean-plant-row,
  .home-clean-plant-row.reverse,
  .pro-hero,
  .pro-row,
  .pro-row.reverse,
  .pro-cards,
  .text-image-row,
  .seo-grid.three,
  .contact-top-grid,
  .contact-main-grid,
  .footer-top {
    grid-template-columns: 1fr !important;
  }

  /* Images fluides */
  img, video {
    max-width: 100% !important;
    height: auto !important;
  }

  /* Conteneurs */
  .page, .home-artisanal-page, .home-html-page, .home-clean-page,
  .pro-page, .content-page, .seo-section {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  /* Supprimer les rotations */
  .soft-tilt, .image-card, .text-image-row.reverse .image-card {
    transform: none !important;
  }

  /* Header mobile + hamburger */
  .real-site-header {
    padding: 8px 4% !important;
  }

  .real-header-logo {
    width: 220px !important;
    max-height: 68px !important;
  }

  .page { padding-top: 110px !important; }

  /* Masquer nav desktop, afficher hamburger */
  .real-main-nav { display: none !important; }

  .hamburger {
    display: block !important;
    position: relative;
  }

  .hamburger summary {
    list-style: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .hamburger summary::-webkit-details-marker { display: none; }

  .hamburger summary span {
    display: block;
    width: 24px;
    height: 2px;
    background: #1f4530;
    border-radius: 2px;
    transition: all .25s;
  }

  .hamburger[open] summary span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .hamburger[open] summary span:nth-child(2) {
    opacity: 0;
  }
  .hamburger[open] summary span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hamburger-drop {
    position: absolute;
    top: 48px;
    right: 0;
    width: 240px;
    background: #fbf8f1;
    border: 1px solid rgba(31, 69, 48, .10);
    border-radius: 6px;
    box-shadow: 0 12px 36px rgba(31, 69, 48, .10);
    padding: 8px 0;
    z-index: 200;
  }

  .hamburger-drop a {
    display: block;
    padding: 12px 20px;
    color: #203f2e;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    letter-spacing: .03em;
    transition: background .15s, color .15s;
  }

  .hamburger-drop a:hover,
  .hamburger-drop a.is-current {
    background: rgba(207, 127, 134, .08);
    color: #cf7f86;
  }

  /* Hero */
  .home-artisanal-hero { padding: 20px 4% 28px !important; }
  .home-artisanal-hero-text h1 { font-size: 24px !important; }
  .home-artisanal-hero-text > p:last-of-type { font-size: 14px !important; }
  .home-artisanal-actions { flex-direction: column !important; }
  .home-artisanal-actions a { display: block !important; text-align: center !important; font-size: 12px !important; padding: 10px 14px !important; }
  .home-artisanal-hero-image img { max-height: 220px !important; }

  /* Quote */
  .home-artisanal-quote { padding: 0 4% 24px !important; }
  .home-artisanal-quote-inner { padding: 16px 14px !important; }
  .home-artisanal-quote p { font-size: 15px !important; }

  /* Story + Land */
  .home-artisanal-story, .home-artisanal-land { padding: 0 4% 32px !important; gap: 16px !important; }
  .home-artisanal-story-image img, .wide-frame img { max-height: 200px !important; }
  .home-artisanal-story-text h2, .home-artisanal-land-text h2 { font-size: 20px !important; }
  .home-artisanal-story-text p, .home-artisanal-land-text p { font-size: 14px !important; }

  /* Plants cards */
  .home-artisanal-plants { padding: 4px 4% 36px !important; }
  .home-section-title h2 { font-size: 20px !important; }
  .home-artisanal-card img { max-height: 180px !important; }
  .home-artisanal-card-text { padding: 14px 14px 16px !important; }
  .home-artisanal-card-text h3 { font-size: 18px !important; }
  .home-artisanal-card-text p { font-size: 13px !important; }

  /* Savoir-faire */
  .savoir-faire-split { flex-direction: column !important; height: auto !important; }
  .savoir-left { width: 100% !important; height: 180px !important; }
  .savoir-right { padding: 16px 14px !important; }
  .savoir-text h2 { font-size: 16px !important; }
  .savoir-text p { font-size: 13px !important; }

  /* Footer */
  .footer-logo-img { width: 200px !important; }
  .footer-center p { font-size: 13px !important; }
  .footer-socials { justify-content: center !important; }

  /* Internal pages */
  .pro-hero-text { padding: 32px 4% !important; }
  .pro-hero h1, .inner-hero h1 { font-size: 28px !important; }
  .pro-hero-text > p:last-child, .inner-hero p { font-size: 15px !important; }
  .pro-hero-image, .pro-hero-image img { min-height: 200px !important; }
  .pro-content { padding: 32px 4% 48px !important; }
  .pro-image-card img, .image-card img { height: auto !important; max-height: 220px !important; }
  .seo-section { padding: 32px 4% !important; }
  .contact-card, .contact-map-card, .contact-form-card { padding: 16px 14px !important; }
  .map-frame, .map-frame iframe { height: 250px !important; }

  .pro-kicker { font-size: 11px !important; }
  .home-signature { font-size: 14px !important; }
}
