:root {
  --cream: #fbf6eb;
  --cream-2: #f3eadc;
  --green: #1f3f26;
  --green-2: #2f5a36;
  --green-3: #6f815f;
  --brown: #b67b45;
  --text: #18251b;
  --muted: #657060;
  --line: rgba(31, 63, 38, 0.18);
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(52, 42, 25, 0.10);
  --radius: 28px;
  --radius-sm: 18px;
  --max: 1220px;
  --font: Inter, Avenir, Helvetica, Arial, sans-serif;
}

/* RESET */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font);
  color: var(--text);
  background: var(--cream);
  line-height: 1.5;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

/* BOUTONS */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 16px;
  font-weight: 800;
  font-size: 15px;
  border: 1px solid var(--green);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  cursor: pointer;
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(31, 63, 38, 0.16);
}

.btn-primary {
  background: linear-gradient(135deg, var(--green), var(--green-2));
  color: var(--white);
}

/* HEADER */

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  padding: 28px 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.logo-img {
  width: 150px;
  height: auto;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 38px;
  font-weight: 750;
  font-size: 15px;
}

.nav-links a {
  position: relative;
}

.nav-links a.active::after,
.nav-links a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 2px;
  border-radius: 999px;
  background: var(--green);
}

.mobile-menu {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
  color: var(--green);
  font-size: 22px;
}

/* À PROPOS */

.about-hero {
  position: relative;
  padding: 150px 0 52px;
  background:
    radial-gradient(circle at 0% 45%, rgba(111, 129, 95, 0.13), transparent 24%),
    radial-gradient(circle at 92% 18%, rgba(182, 123, 69, 0.10), transparent 28%),
    linear-gradient(135deg, #fffaf0 0%, var(--cream) 50%, #f4eadb 100%);
}

.about-hero::before {
  content: "";
  position: absolute;
  left: -95px;
  bottom: 90px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(111, 129, 95, 0.12);
  pointer-events: none;
}

.about-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 70px;
  align-items: start;
}

.eyebrow {
  text-transform: uppercase;
  color: var(--brown);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.22em;
  margin-bottom: 14px;
}

.about-content h1 {
  color: var(--green);
  font-size: clamp(46px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 950;
  margin-bottom: 24px;
}

.about-intro {
  color: #26352a;
  max-width: 640px;
  font-size: 21px;
  line-height: 1.65;
  font-weight: 750;
  margin-bottom: 46px;
}

.mission-list {
  display: grid;
  gap: 34px;
}

.mission-item {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 22px;
  align-items: center;
}

.mission-icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(244, 235, 218, 0.92);
  border: 1px solid rgba(31, 63, 38, 0.08);
  box-shadow: 0 10px 28px rgba(70, 54, 34, 0.06);
}

.mission-item h2 {
  color: #253026;
  font-size: 21px;
  font-weight: 950;
  margin-bottom: 6px;
}

.mission-item p {
  color: #29342b;
  max-width: 510px;
  font-size: 17px;
  font-weight: 680;
  line-height: 1.55;
}

.about-image-card {
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid #eadfce;
  box-shadow: 0 18px 48px rgba(70, 54, 34, 0.08);
}

.about-image-card img {
  width: 100%;
  height: 760px;
  object-fit: cover;
  object-position: center;
}

/* COMPAGNONS */

.companions-section {
  padding: 28px 0 42px;
}

.section-title {
  color: var(--green);
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 950;
  margin-bottom: 28px;
}

.companions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 38px;
  align-items: start;
}

.companion-card {
  text-align: center;
}

.companion-image {
  position: relative;
  width: 178px;
  height: 178px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(244, 235, 218, 0.82);
  display: grid;
  place-items: center;
}

.companion-image {
  position: relative;
  width: 178px;
  height: 178px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(244, 235, 218, 0.82);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.companion-image img {
  width: 148px;
  height: 148px;
  object-fit: cover;
  border-radius: 50%;
}

.companion-badge {
  position: absolute;
  right: 4px;
  top: 10px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #638b4f;
  border: 3px solid var(--cream);
}

.companion-card h3 {
  color: #253026;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 950;
}

.companion-card small {
  color: #253026;
  font-size: 15px;
  font-weight: 850;
}

/* QUOTE */

.quote-section {
  padding: 18px 0 28px;
}

.quote-card {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 26px 42px;
  border-radius: 12px;
  border: 1px solid #eadfce;
  background:
    radial-gradient(circle at 10% 50%, rgba(111, 129, 95, 0.10), transparent 20%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(244, 235, 218, 0.76));
  box-shadow: 0 14px 34px rgba(70, 54, 34, 0.06);
}

.quote-icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  flex: 0 0 70px;
}

.quote-card p {
  color: #253026;
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.28;
  font-weight: 850;
}

/* TRUST */

.about-trust {
  padding: 0 0 54px;
}

.trust-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(255, 255, 255, 0.44);
  border: 1px solid #eadfce;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(70, 54, 34, 0.04);
}

.trust-item {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 20px;
  border-right: 1px solid #eadfce;
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 46px;
}

.trust-item strong {
  display: block;
  color: var(--green);
  font-size: 15px;
  font-weight: 950;
}

.trust-item small {
  display: block;
  color: #253026;
  font-size: 13px;
  font-weight: 750;
}

/* FOOTER */

.footer {
  background:
    radial-gradient(circle at 10% 20%, rgba(111, 129, 95, 0.35), transparent 28%),
    linear-gradient(135deg, #18331e, #244a2b);
  color: var(--white);
  padding: 46px 0 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.9fr 1fr;
  gap: 54px;
  padding-bottom: 32px;
}

.footer-brand .logo {
  margin-bottom: 14px;
}

.footer-brand .logo-img {
  width: 130px;
  filter: brightness(0) invert(1);
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 190px;
  font-weight: 650;
}

.socials {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.socials a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
}

.footer-col {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 48px;
}

.footer h3 {
  font-size: 17px;
  margin-bottom: 20px;
}

.footer ul {
  list-style: none;
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 650;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 650;
}

.copyright {
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

/* ICONES */

.socials img {
  width: 30px;
  height: 30px;
  display: block;
  flex-shrink: 0;
}

.btn-icon {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
}

.icon {
  width: 23px;
  height: 23px;
  display: block;
  flex-shrink: 0;
}

.icon-large {
  width: 56px;
  height: 56px;
  display: block;
  flex-shrink: 0;
}

/* RESPONSIVE TABLETTE */

@media (max-width: 1050px) {
  .site-header {
    position: relative;
    background: var(--cream);
    padding: 18px 0;
  }

  .nav-links,
  .site-header .nav-cta {
    display: none;
  }

  .mobile-menu {
    display: grid;
    place-items: center;
  }

  .about-hero {
    padding: 54px 0 42px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .about-image-card img {
    height: 520px;
  }

  .companions-grid,
  .trust-card,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item:nth-child(2n) {
    border-right: 0;
  }

  .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid #eadfce;
  }
}

/* RESPONSIVE MOBILE */

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, var(--max));
  }

  .logo-img {
    width: 120px;
  }

  .footer-brand .logo-img {
    width: 110px;
  }

  .about-content h1 {
    font-size: 42px;
  }

  .about-intro {
    font-size: 17px;
  }

  .mission-item {
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: left;
  }

  .mission-icon {
    width: 64px;
    height: 64px;
  }

  .about-image-card img {
    height: 380px;
  }

  .companions-grid,
  .trust-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .companions-grid {
    gap: 28px;
  }

  .quote-card {
    align-items: flex-start;
    flex-direction: column;
    padding: 26px 24px;
  }

  .quote-card p {
    font-size: 22px;
  }

  .trust-item {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid #eadfce;
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .footer-col {
    border-left: 0;
    padding-left: 0;
  }
}

/* FOURNISSEURS */

.suppliers-section {
  padding: 0 0 48px;
  background: var(--cream);
}

.suppliers-card {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 28px;
  align-items: flex-start;
  padding: 38px 42px;
  border-radius: 22px;
  border: 1px solid #eadfce;
  background:
    radial-gradient(circle at 96% 18%, rgba(111, 129, 95, 0.10), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(244, 235, 218, 0.76));
  box-shadow: 0 14px 34px rgba(70, 54, 34, 0.06);
}

.suppliers-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(244, 235, 218, 0.92);
  border: 1px solid rgba(31, 63, 38, 0.08);
  box-shadow: 0 10px 28px rgba(70, 54, 34, 0.06);
}

.suppliers-content h2 {
  color: var(--green);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 950;
  margin-bottom: 18px;
}

.suppliers-content p {
  color: #29342b;
  font-size: 17px;
  line-height: 1.72;
  font-weight: 650;
  margin-bottom: 14px;
}

.suppliers-content p:last-child {
  margin-bottom: 0;
}

.suppliers-content strong {
  color: var(--green);
  font-weight: 950;
}