:root {
  --blue: #0b4b70;
  --blue-dark: #071b2c;
  --yellow: #cfa451;
  --red: #ad403b;
  --ink: #142633;
  --light: #f5f2eb;
  --line: #ded8cc;
  --white: #fff;
  --ivory: #fbf9f4;
  --muted: #667681;
  --shadow: 0 24px 60px rgba(7, 27, 44, 0.11);
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background:
    radial-gradient(
      circle at 8% -10%,
      rgba(7, 85, 143, 0.08) 0%,
      transparent 33%
    ),
    radial-gradient(
      circle at 92% 0%,
      rgba(244, 189, 11, 0.09) 0%,
      transparent 31%
    ),
    var(--white);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  line-height: 1.55;
}
.container {
  width: min(1150px, calc(100% - 40px));
  margin: auto;
}
.skip-link {
  position: absolute;
  left: -999px;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 100;
  background: #fff;
  padding: 0.5rem;
}

.site-header {
  height: 86px;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(7, 85, 143, 0.12);
  backdrop-filter: blur(10px);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  color: var(--blue);
  text-decoration: none;
  font-family: Outfit, sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.03;
}
.brand img {
  width: 51px;
  height: 51px;
  object-fit: cover;
  object-position: 50% 35%;
  border: 2px solid var(--yellow);
  border-radius: 50%;
}
.brand small {
  font-size: 0.57rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.main-nav a {
  color: #385062;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
}
.main-nav a:hover {
  color: var(--blue);
}
.main-nav .nav-cta {
  padding: 0.7rem 1.1rem;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(120deg, #07558f, #0a6cb3);
  box-shadow: 0 12px 24px rgba(7, 85, 143, 0.25);
}
.menu-toggle {
  display: none;
  border: 0;
  background: none;
}

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: min(760px, calc(100vh - 86px));
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  background: #041e32;
}
.hero-slideshow,
.hero-overlay,
.hero-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-slideshow {
  z-index: -3;
  background: #041e32;
}
.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.88) contrast(1.05);
  transform: scale(1.08);
  transition:
    opacity 850ms ease,
    transform 4.8s cubic-bezier(0.19, 0.7, 0.24, 1);
}
.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}
.hero-overlay {
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(2, 15, 29, 0.97) 0%,
      rgba(3, 24, 42, 0.9) 33%,
      rgba(3, 24, 42, 0.46) 62%,
      rgba(2, 16, 28, 0.42) 100%
    ),
    linear-gradient(0deg, rgba(2, 14, 26, 0.78) 0%, transparent 40%);
}
.hero-overlay:after {
  position: absolute;
  top: -42%;
  left: -18%;
  width: 36%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(217, 41, 40, 0.22);
  filter: blur(70px);
  content: "";
  mix-blend-mode: screen;
}
.hero-grain {
  z-index: -1;
  opacity: 0.42;
  background-image:
    linear-gradient(130deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(40deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size:
    5px 5px,
    7px 7px;
  mix-blend-mode: overlay;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  min-height: 610px;
}
.hero-content {
  max-width: 745px;
  padding: 6.5rem 0 4rem;
  animation: hero-content-enter 0.85s cubic-bezier(0.2, 0.75, 0.25, 1) both;
}
.eyebrow {
  margin: 0 0 1rem;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.eyebrow span {
  display: inline-block;
  width: 29px;
  height: 2px;
  margin-right: 0.5rem;
  vertical-align: middle;
  background: var(--red);
}
.eyebrow.yellow {
  color: var(--yellow);
}
.eyebrow.yellow span {
  background: var(--yellow);
}
h1,
h2,
h3 {
  margin: 0;
  font-family: Outfit, sans-serif;
  line-height: 1.06;
}
h1 {
  font-size: clamp(2.7rem, 5vw, 4.7rem);
  letter-spacing: -0.045em;
}
h1 em {
  color: var(--blue);
  font-style: normal;
}
.hero h1 {
  max-width: 790px;
  color: #fff;
  font-size: clamp(3.1rem, 5.6vw, 5.6rem);
  text-wrap: balance;
}
.hero h1 em {
  color: #ff5b55;
  text-shadow: 0 8px 34px rgba(217, 41, 40, 0.35);
}
.hero-eyebrow {
  color: #ffe3a6;
}
.hero-eyebrow span {
  background: #f1514b;
  box-shadow: 0 0 16px rgba(241, 81, 75, 0.85);
}
.hero-text {
  max-width: 590px;
  margin: 1.5rem 0 2rem;
  color: #d3e0e8;
  font-size: 1.08rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.92rem 1.22rem;
  border: 0;
  border-radius: 999px;
  font:
    700 0.88rem "DM Sans",
    sans-serif;
  cursor: pointer;
  text-decoration: none;
  transition: 0.2s;
}
.button b {
  font-size: 1.15rem;
}
.button-primary {
  color: #fff;
  background: linear-gradient(120deg, #07558f, #0a6cb3);
  box-shadow: 0 10px 20px rgba(7, 85, 143, 0.24);
}
.button-primary:hover {
  background: var(--blue-dark);
  transform: translateY(-2px);
}
.button-plain {
  color: var(--blue);
  border: 1px solid #bdcfda;
  background: #fff;
}
.hero .button-primary {
  background: var(--red);
  box-shadow: 0 12px 25px rgba(118, 16, 16, 0.4);
}
.hero .button-primary:hover {
  background: #b81e25;
}
.hero .button-plain {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}
.hero .button-plain:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.18);
}
.hero-highlights {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
}
.hero-highlights div {
  display: grid;
  gap: 0.1rem;
  padding-left: 0.8rem;
  border-left: 2px solid #f1514b;
}
.hero-highlights strong {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 1.1rem;
}
.hero-highlights span {
  color: #cbd8e0;
  font-size: 0.75rem;
}
.hero-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.1rem 0 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.trust-line {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  color: #d5e0e5;
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.trust-line i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--yellow);
}
.hero-slider-controls {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 260px;
}
.hero-count {
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 0.82rem;
}
.hero-count small {
  color: #b9c8d1;
  font-size: 0.65rem;
}
.hero-progress {
  position: relative;
  width: 100px;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.32);
}
.hero-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: #f1514b;
}
.hero-progress.is-animating span {
  animation: hero-slide-progress 3.5s linear forwards;
}
.hero-dots {
  display: flex;
  gap: 0.38rem;
}
.hero-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition:
    width 0.25s,
    background 0.25s;
}
.hero-dot.is-active {
  width: 22px;
  background: #f1514b;
}
.hero-dot:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
@keyframes hero-content-enter {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero-slide-progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.section {
  padding: 6.4rem 0;
}

.key-stats {
  position: relative;
  z-index: 4;
  margin-top: -2.2rem;
  padding: 0 0 2.8rem;
}
.key-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}
.key-stat-card {
  display: grid;
  gap: 0.25rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(8, 44, 72, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 28px rgba(6, 41, 68, 0.12);
  transform: translateY(var(--stats-parallax, 0px));
  will-change: transform;
}
.key-stat-card p {
  margin: 0;
  color: #3f5665;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.key-stat-card strong {
  color: var(--blue-dark);
  font:
    700 clamp(1.55rem, 2.8vw, 2.35rem)/1 Outfit,
    sans-serif;
}
.key-stat-card span {
  color: #5d707d;
  font-size: 0.76rem;
}

.reveal-section {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(34px);
  transition:
    opacity 0.75s cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 0.75s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal-section.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
.section-heading h2,
.products h2,
.contact h2,
.center-heading h2 {
  font-size: clamp(2.25rem, 4vw, 3.35rem);
  letter-spacing: -0.04em;
}
.about-copy {
  padding-top: 1.2rem;
  color: #576978;
  font-size: 1.05rem;
}
.about-copy p {
  margin: 0 0 1.3rem;
}
.text-link {
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}
.text-link b {
  margin-left: 0.3rem;
  font-size: 1.2rem;
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
  margin-top: 4.5rem;
}
.value-grid article {
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}
.value-grid article:hover {
  border-color: rgba(7, 85, 143, 0.28);
  box-shadow: 0 14px 28px rgba(8, 44, 72, 0.12);
  transform: translateY(-4px);
}
.value-grid .icon {
  color: var(--red);
  font-size: 1.45rem;
}
.value-grid h3 {
  margin: 0.8rem 0 0.5rem;
  font-size: 1.2rem;
}
.value-grid p {
  margin: 0;
  color: #657683;
  font-size: 0.85rem;
}

.field-section {
  position: relative;
  overflow: hidden;
  padding: 6.5rem 0;
  background: #fff;
}
.field-section:before {
  position: absolute;
  top: -180px;
  right: -100px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: rgba(244, 189, 11, 0.12);
  content: "";
}
.field-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 6rem;
}
.field-gallery {
  position: relative;
  min-height: 470px;
}
.field-photo {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border-radius: 14px;
  box-shadow: 0 22px 40px rgba(4, 54, 93, 0.18);
}
.field-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.field-photo:hover img {
  transform: scale(1.06);
}
.field-photo-main {
  top: 0;
  right: 0;
  width: 82%;
  height: 350px;
  border: 8px solid #fff;
  transform: rotate(2deg);
}
.field-photo-small {
  bottom: 0;
  left: 0;
  width: 58%;
  height: 245px;
  border: 7px solid #fff;
  transform: rotate(-5deg);
}
.field-photo-label {
  position: absolute;
  right: 1rem;
  bottom: 0.9rem;
  left: 1rem;
  color: #fff;
  font:
    600 0.8rem Outfit,
    sans-serif;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.field-sticker {
  position: absolute;
  z-index: 2;
  top: 48%;
  left: 49%;
  display: grid;
  width: 96px;
  height: 96px;
  place-content: center;
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  box-shadow: 0 12px 26px rgba(118, 16, 16, 0.28);
  text-align: center;
  transform: rotate(-9deg);
}
.field-sticker strong {
  font:
    800 1.35rem/1 Outfit,
    sans-serif;
}
.field-sticker span {
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
}
.field-copy h2 {
  color: var(--blue-dark);
  font-size: clamp(2.3rem, 4vw, 3.5rem);
  letter-spacing: -0.045em;
}
.field-copy h2 em {
  color: var(--red);
  font-style: normal;
}
.field-copy > p:not(.eyebrow) {
  max-width: 530px;
  color: #5d707c;
}
.field-metrics {
  display: flex;
  gap: 2rem;
  margin: 1.8rem 0 1.3rem;
}
.field-metrics div {
  display: grid;
  gap: 0.05rem;
  padding-left: 0.8rem;
  border-left: 2px solid var(--yellow);
}
.field-metrics strong {
  color: var(--blue-dark);
  font:
    600 1rem Outfit,
    sans-serif;
}
.field-metrics span {
  color: #71818d;
  font-size: 0.7rem;
}

.regions-section {
  padding: 6.4rem 0;
  background: #f7f9fb;
}
.regions-top {
  max-width: 700px;
  margin: 0 auto 3.4rem;
  text-align: center;
}
.regions-top h2 {
  color: var(--blue-dark);
  font-size: clamp(2.1rem, 3.6vw, 3rem);
  letter-spacing: -0.04em;
}
.regions-top h2 em {
  color: var(--red);
  font-style: normal;
}
.regions-top > p:not(.eyebrow) {
  margin: 1rem auto 0;
  color: #5d707c;
}
.regions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}
.region-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 30px rgba(8, 44, 72, 0.08);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}
.region-card:hover {
  box-shadow: 0 22px 38px rgba(8, 44, 72, 0.14);
  transform: translateY(-5px);
}
.region-photo {
  position: relative;
  aspect-ratio: 4 / 3;
}
.region-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.region-badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  color: #fff;
  background: var(--red);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
  font:
    700 0.68rem Outfit,
    sans-serif;
  letter-spacing: 0.01em;
}
.region-centre .region-badge {
  background: var(--blue);
}
.region-ouest .region-badge {
  background: var(--yellow);
  color: #2c2a1f;
}
.region-thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.region-thumbs img {
  display: block;
  width: 100%;
  height: 90px;
  object-fit: cover;
}
.region-body {
  padding: 1.2rem 1.3rem 1.5rem;
}
.region-sub {
  margin: 0 0 0.6rem;
  color: #8493a0;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.region-quote {
  margin: 0;
  color: var(--ink);
  font:
    600 0.95rem/1.5 Outfit,
    sans-serif;
}
.region-detail {
  margin: 0 0 0.95rem;
  color: #5d707c;
  font-size: 0.82rem;
  line-height: 1.55;
}
.region-agent {
  margin: 0.55rem 0 0;
  color: var(--red);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.region-video {
  margin: 0;
  overflow: hidden;
  border-top: 1px solid rgba(16, 37, 58, 0.08);
  border-bottom: 1px solid rgba(16, 37, 58, 0.08);
  background: #061e32;
}
.region-video video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #061e32;
  object-fit: cover;
}
.region-video figcaption {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.62rem 0.85rem;
  color: #e3edf2;
  font-size: 0.7rem;
  font-weight: 700;
}
.region-video figcaption span {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-size: 0.55rem;
}
.regions-banner {
  max-width: 780px;
  margin: 3rem auto 0;
  padding: 1.5rem 1.8rem;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(120deg, var(--blue), var(--blue-dark));
  text-align: center;
}
.regions-banner p {
  margin: 0;
  font-size: 0.95rem;
}
.regions-banner strong {
  color: var(--yellow);
}

@media (max-width: 860px) {
  .regions-grid {
    grid-template-columns: 1fr;
  }
}

.products {
  padding: 6.4rem 0;
  color: #fff;
  background: var(--blue-dark);
}
.products-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.products-top > p {
  max-width: 360px;
  color: #b8d0df;
  font-size: 0.95rem;
}
.product-grid {
  display: grid;
  grid-template-columns: 1.55fr 0.7fr;
  gap: 1.35rem;
}
.product-featured {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  overflow: hidden;
  border-radius: 10px;
  color: var(--ink);
  background: #fff;
}
.product-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 440px;
  padding: 1.2rem;
  background: #f2f4f2;
}
.product-photo img {
  width: 120%;
  max-width: none;
  border-radius: 16px;
  box-shadow: 0 20px 24px rgba(0, 0, 0, 0.14);
  transform: rotate(-4deg);
}
.product-info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 2.5rem;
}
.tag {
  display: inline-block;
  padding: 0.35rem 0.55rem;
  border-radius: 4px;
  color: var(--blue);
  background: #edf6fb;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-info h3 {
  margin: 1rem 0 0.75rem;
  font-size: 2rem;
}
.product-info p {
  color: #5f707d;
  font-size: 0.92rem;
}
.product-info ul {
  margin: 0.7rem 0 1.4rem;
  padding: 0;
  color: #3f5566;
  font-size: 0.82rem;
  line-height: 2;
  list-style: none;
}
.product-info li:before {
  margin-right: 0.5rem;
  color: var(--blue);
  font-weight: bold;
  content: "✓";
}
.product-info .button {
  margin-top: auto;
}
.product-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2.4rem;
}
.product-tab {
  padding: 0.6rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #b8d0df;
  font:
    600 0.85rem/1 "DM Sans",
    sans-serif;
  background: transparent;
  cursor: pointer;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}
.product-tab:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
.product-tab.is-active {
  color: var(--blue-dark);
  border-color: var(--yellow);
  background: var(--yellow);
}
.product-panel {
  display: none;
}
.product-panel.is-active {
  display: block;
}
.photo-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.35rem;
}
.photo-card {
  color: #19384a;
  background: #fff;
}
.catalogue-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 170px;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 8px;
  background: #f2f4f2;
}
.catalogue-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-card .text-link {
  margin-top: auto;
  padding-top: 0.9rem;
}
.catalogue-cards {
  display: grid;
  grid-template-rows: 1fr 1fr 0.78fr;
  gap: 1.35rem;
}
.catalogue-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  overflow: hidden;
  padding: 1.35rem 1.45rem;
  border-radius: 10px;
  color: #19384a;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.catalogue-card:hover {
  box-shadow: 0 18px 26px rgba(1, 20, 36, 0.22);
  transform: translateY(-5px);
}
.catalogue-card h3 {
  margin: 0.55rem 0 0.35rem;
  font-size: 1.55rem;
}
.catalogue-card p {
  max-width: 250px;
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
}
.product-symbol {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 50%;
  font:
    2.35rem/1 Outfit,
    sans-serif;
}
.rice-card {
  background: linear-gradient(145deg, #f2ba0b, #fbd54f);
}
.pasta-card {
  color: #064d70;
  background: #e8f4f6;
}
.more-card {
  justify-content: center;
  color: var(--ink);
  background: #fff;
}
.more-card h3 {
  margin: 0 0 0.4rem;
}
.more-card .product-symbol {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  color: var(--blue);
  background: #edf6fb;
}
.more-card a {
  margin-top: 0.8rem;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
}
.more-card a b {
  font-size: 1rem;
}
.catalogue-card .tag.light {
  margin-top: 0.8rem;
  color: #5b4500;
  background: rgba(255, 255, 255, 0.42);
}
.pasta-card .tag.light {
  color: var(--blue);
  background: rgba(7, 85, 143, 0.1);
}

.promo-section {
  position: relative;
  overflow: hidden;
  padding: 5.6rem 0;
  background:
    radial-gradient(
      circle at 0% 100%,
      rgba(244, 189, 11, 0.2) 0%,
      transparent 42%
    ),
    radial-gradient(
      circle at 100% 0%,
      rgba(7, 85, 143, 0.15) 0%,
      transparent 40%
    ),
    linear-gradient(150deg, #fffdf6 0%, #f2f8ff 50%, #ffffff 100%);
}
.promo-wrap {
  display: grid;
  gap: 1.4rem;
}
.promo-top {
  display: grid;
  gap: 0.8rem;
  max-width: 760px;
}
.promo-top h2 {
  color: var(--blue-dark);
  font-size: clamp(2.2rem, 4vw, 3.3rem);
  letter-spacing: -0.04em;
}
.promo-top h2 em {
  color: var(--red);
  font-style: normal;
}
.promo-top p {
  margin: 0;
  color: #546875;
  max-width: 640px;
}
.promo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}
.promo-card {
  display: grid;
  gap: 0.7rem;
  padding: 1.3rem;
  border: 1px solid rgba(7, 85, 143, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 24px rgba(8, 44, 72, 0.1);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}
.promo-card:hover {
  border-color: rgba(217, 41, 40, 0.32);
  box-shadow: 0 20px 30px rgba(8, 44, 72, 0.14);
  transform: translateY(-6px);
}
.promo-card.accent {
  background: linear-gradient(145deg, #07558f, #0a6cb3);
  border-color: transparent;
}
.promo-card.accent h3,
.promo-card.accent p,
.promo-card.accent .promo-badge {
  color: #fff;
}
.promo-badge {
  color: var(--blue);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.promo-card h3 {
  color: var(--blue-dark);
  font-size: 1.5rem;
}
.promo-card p {
  margin: 0;
  color: #4c5f6c;
  font-size: 0.9rem;
}
.promo-cta {
  justify-self: start;
}

.ceo-section {
  padding: 5.5rem 0;
  background: linear-gradient(103deg, #f6f8f8 0%, #f6f8f8 57%, #dceef6 57%);
}
.leadership-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 5rem;
  max-width: 1100px;
}
.leadership-team h2 {
  color: var(--blue-dark);
  font-size: clamp(2.35rem, 4vw, 3.55rem);
  letter-spacing: -0.045em;
}
.leadership-team h2 em {
  color: var(--red);
  font-style: normal;
}
.leadership-intro {
  max-width: 430px;
  margin: 1.2rem 0 2rem;
  color: #637480;
}
.leadership-pair {
  display: flex;
  gap: 1.2rem;
}
.leadership-person {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 140px;
  text-align: center;
}
.person-avatar {
  width: 98px;
  height: 98px;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--blue-dark);
  box-shadow: 0 10px 22px rgba(4, 54, 93, 0.2);
}
.person-avatar-accent {
  border-color: #fbd349;
}
.person-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
}
.leadership-person strong {
  margin-top: 0.75rem;
  color: var(--blue-dark);
  font:
    600 0.9rem/1.2 Outfit,
    sans-serif;
}
.leadership-person span {
  margin-top: 0.25rem;
  color: #71818d;
  font-size: 0.65rem;
  line-height: 1.25;
}
.ceo-message {
  position: relative;
  padding-top: 1rem;
}
.ceo-message .quote-mark {
  position: absolute;
  top: -4.7rem;
  right: 0;
  color: rgba(244, 189, 11, 0.3);
  font:
    9rem/1 Georgia,
    serif;
  pointer-events: none;
}
.ceo-message .eyebrow,
blockquote {
  position: relative;
}
blockquote {
  margin: 0;
  color: var(--blue-dark);
  font:
    600 clamp(1.6rem, 3vw, 2.4rem)/1.25 Outfit,
    sans-serif;
  letter-spacing: -0.025em;
}
.ceo-copy {
  max-width: 730px;
  margin: 1.2rem 0;
  color: #5f6f7a;
}
.signature {
  display: grid;
  padding-left: 0.9rem;
  border-left: 3px solid var(--red);
}
.signature strong {
  font-family: Outfit, sans-serif;
}
.signature span {
  color: #6e7e89;
  font-size: 0.75rem;
}

.reunion-section {
  position: relative;
  overflow: hidden;
  padding: 5.8rem 0 6.2rem;
  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(7, 85, 143, 0.13) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 100% 100%,
      rgba(244, 189, 11, 0.22) 0%,
      transparent 36%
    ),
    linear-gradient(160deg, #ffffff 0%, #f7fbff 38%, #fff6dc 100%);
}
.reunion-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem 3rem;
  align-items: end;
  margin-bottom: 2.4rem;
}
.reunion-top h2 {
  color: var(--blue-dark);
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  letter-spacing: -0.04em;
}
.reunion-top h2 em {
  color: var(--red);
  font-style: normal;
}
.reunion-top p:last-child {
  max-width: 520px;
  margin: 0;
  color: #4f6472;
}
.reunion-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 1.2rem;
}
.reunion-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(7, 85, 143, 0.14);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(6, 44, 74, 0.14);
}
.reunion-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reunion-photo figcaption {
  position: absolute;
  right: 0.9rem;
  bottom: 0.9rem;
  left: 0.9rem;
  padding: 0.62rem 0.75rem;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(
    95deg,
    rgba(4, 54, 93, 0.95),
    rgba(217, 41, 40, 0.88)
  );
  font:
    600 0.74rem/1.35 Outfit,
    sans-serif;
}
.reunion-photo-wide {
  min-height: 420px;
}
.reunion-side {
  display: grid;
  gap: 1rem;
}
.reunion-photo-card {
  min-height: 250px;
}
.reunion-quote {
  display: grid;
  gap: 0.6rem;
  padding: 1.35rem;
  border: 1px solid rgba(7, 85, 143, 0.16);
  border-radius: 14px;
  background: linear-gradient(140deg, #07558f, #05375d);
  box-shadow: 0 16px 30px rgba(3, 35, 61, 0.28);
}
.reunion-quote p {
  margin: 0;
  color: #fff;
  font:
    600 1.2rem/1.3 Outfit,
    sans-serif;
  letter-spacing: -0.015em;
}
.reunion-quote span {
  color: #ffe39e;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonials-section {
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  background:
    radial-gradient(
      circle at 12% 0%,
      rgba(7, 85, 143, 0.1) 0%,
      transparent 34%
    ),
    radial-gradient(
      circle at 100% 100%,
      rgba(217, 41, 40, 0.14) 0%,
      transparent 37%
    ),
    linear-gradient(165deg, #f8fcff 0%, #eef6fb 48%, #ffffff 100%);
}
.testimonials-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}
.testimonials-top h2 {
  color: var(--blue-dark);
  font-size: clamp(2.2rem, 4vw, 3.3rem);
  letter-spacing: -0.04em;
}
.testimonials-top h2 em {
  color: var(--red);
  font-style: normal;
}
.testimonials-top > p {
  max-width: 470px;
  margin: 0;
  color: #4f6472;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.1rem;
}
.testimonial-card {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: 1.3rem;
  border: 1px solid rgba(7, 85, 143, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 28px rgba(8, 44, 72, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}
.testimonial-card:hover {
  border-color: rgba(217, 41, 40, 0.35);
  box-shadow: 0 20px 34px rgba(8, 44, 72, 0.14);
  transform: translateY(-6px);
}
.testimonial-card.accent {
  background: linear-gradient(145deg, #07558f, #0a6cb3);
  border-color: transparent;
}
.testimonial-card.accent p,
.testimonial-card.accent strong,
.testimonial-card.accent span {
  color: #fff;
}
.testimonial-stars {
  color: #f4bd0b;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
}
.testimonial-card p {
  margin: 0;
  color: #304958;
  font-size: 0.95rem;
}
.testimonial-author {
  display: grid;
  gap: 0.12rem;
}
.testimonial-author strong {
  color: var(--blue-dark);
  font:
    600 0.95rem Outfit,
    sans-serif;
}
.testimonial-author span {
  color: #6d7f8c;
  font-size: 0.75rem;
}
.testimonials-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}
.testimonials-proof div {
  display: grid;
  gap: 0.1rem;
  padding: 0.95rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(7, 85, 143, 0.16);
  background: rgba(255, 255, 255, 0.72);
}
.testimonials-proof strong {
  color: var(--blue-dark);
  font:
    700 1rem Outfit,
    sans-serif;
}
.testimonials-proof span {
  color: #5c6f7c;
  font-size: 0.76rem;
}

.office-section {
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  color: #fff;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(244, 189, 11, 0.25) 0%,
      transparent 36%
    ),
    linear-gradient(140deg, #052e4f 0%, #07558f 55%, #0a6cb3 100%);
}
.office-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 2rem;
}
.office-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 14px;
  background: #0a406c;
  box-shadow: 0 22px 36px rgba(4, 32, 56, 0.35);
}
.office-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.office-photo figcaption {
  position: absolute;
  right: 0.9rem;
  bottom: 0.9rem;
  left: 0.9rem;
  padding: 0.6rem 0.75rem;
  border-radius: 8px;
  color: #fff;
  background: rgba(4, 21, 36, 0.78);
  font:
    600 0.76rem/1.35 Outfit,
    sans-serif;
}
.office-copy h2 {
  color: #fff;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  letter-spacing: -0.04em;
}
.office-copy h2 em {
  color: #ffd672;
  font-style: normal;
}
.office-copy p:not(.eyebrow) {
  margin: 1rem 0;
  color: #dcebf5;
}
.office-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1.3rem 0 1.6rem;
}
.office-points div {
  display: grid;
  gap: 0.15rem;
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
}
.office-points strong {
  color: #fff;
  font:
    600 0.9rem Outfit,
    sans-serif;
}
.office-points span {
  color: #d5e6f2;
  font-size: 0.72rem;
  line-height: 1.3;
}

.center-heading {
  text-align: center;
}
.center-heading > p:last-child {
  margin: 1rem auto 0;
  color: #687983;
}
.agency-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.3rem;
  max-width: 980px;
  margin: 3.3rem auto 0;
}
@media (max-width: 760px) {
  .agency-grid {
    grid-template-columns: 1fr;
  }
}
.agency-grid article {
  padding: 2.1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}
.agency-grid article:hover {
  box-shadow: 0 14px 24px rgba(8, 44, 72, 0.12);
  transform: translateY(-4px);
}
.agency-accent {
  color: #fff;
  border-color: var(--blue) !important;
  background: var(--blue);
}
.agency-highlight {
  border-color: rgba(231, 177, 8, 0.55) !important;
  background: linear-gradient(145deg, #f7cf3f, #f4bd0b);
}
.agency-highlight h3,
.agency-highlight p,
.agency-highlight .agency-label {
  color: #2c2a1f;
}
.agency-highlight .location-pin {
  color: #7e2e0b;
}
.location-pin {
  color: var(--red);
  font-size: 2rem;
}
.agency-accent .location-pin {
  color: var(--yellow);
}
.agency-label {
  margin: 1.1rem 0 0.25rem;
  color: #667b89;
  font-size: 0.67rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.agency-accent .agency-label {
  color: #b8d3e5;
}
.agency-grid h3 {
  font-size: 1.8rem;
}
.agency-grid article > p:last-child {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.agency-ouest {
  background: var(--blue-dark);
}
.agency-sousregion {
  max-width: 640px;
  margin: 1.8rem auto 0;
  color: #5a6c78;
  font-size: 0.92rem;
  text-align: center;
}
.agency-sousregion strong {
  color: var(--red);
}

.contact {
  padding: 6rem 0;
  color: #fff;
  background: var(--red);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 6rem;
}
.contact .eyebrow {
  color: #fff4c6;
}
.contact h2 {
  margin-bottom: 1.3rem;
}
.contact-grid > div > p:not(.eyebrow) {
  max-width: 460px;
  color: #ffe8e3;
}
.whatsapp-contact {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 2rem 0 1rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  text-decoration: none;
}
.whatsapp-contact > span {
  color: #fbd032;
  font-size: 1.6rem;
}
.whatsapp-contact div {
  display: grid;
}
.whatsapp-contact small {
  color: #ffd6ce;
}
.whatsapp-contact strong {
  font-family: Outfit, sans-serif;
  font-size: 1.1rem;
}
.whatsapp-contact > b {
  margin-left: auto;
  font-size: 1.3rem;
}
.email-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.email-list a {
  color: #fff;
  font-size: 0.82rem;
}
.contact-form {
  display: grid;
  gap: 0.85rem;
  padding: 2rem;
  border-radius: 10px;
  color: var(--ink);
  background: #fff;
}
.contact-form label {
  color: #496070;
  font-size: 0.72rem;
  font-weight: 700;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  margin-top: 0.3rem;
  padding: 0.7rem;
  border: 1px solid #d7e0e5;
  border-radius: 5px;
  color: var(--ink);
  font: inherit;
  outline-color: var(--blue);
  resize: vertical;
}
.contact-form select {
  background: #fff;
}
.order-quantity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.contact-form .button {
  margin-top: 0.3rem;
}
.form-note {
  margin: 0;
  color: #758390;
  font-size: 0.7rem;
  text-align: center;
}

footer {
  color: #c4d3df;
  background: #082c48;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 2.7rem 0;
}
.footer-brand {
  color: #fff;
}
.footer-brand img {
  border-color: var(--yellow);
}
.footer-top > p {
  font-size: 0.82rem;
}
.socials {
  display: flex;
  gap: 0.55rem;
}
.socials a {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #fff;
  font-size: 0.72rem;
  font-weight: bold;
  text-decoration: none;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.68rem;
}
.footer-bottom a {
  color: #fff;
  text-decoration: none;
}
.floating-whatsapp {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 15;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 1rem;
  border-radius: 99px;
  color: #fff;
  background: #21a366;
  box-shadow: 0 8px 23px rgba(0, 0, 0, 0.22);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}
.floating-whatsapp:first-letter {
  font-size: 1.2rem;
}

@media (max-width: 800px) {
  .site-header {
    height: 72px;
  }
  .main-nav {
    position: absolute;
    top: 71px;
    right: 0;
    left: 0;
    align-items: stretch;
    flex-direction: column;
    gap: 0.9rem;
    padding: 1.2rem 20px 1.6rem;
    border-bottom: 1px solid var(--line);
    visibility: hidden;
    opacity: 0;
    background: #fff;
    transform: translateY(-140%);
    transition: 0.25s;
  }
  .main-nav.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .main-nav .nav-cta {
    text-align: center;
  }
  .menu-toggle {
    display: grid;
    gap: 4px;
    padding: 0.5rem;
  }
  .menu-toggle span {
    display: block;
    width: 23px;
    height: 2px;
    background: var(--blue);
  }
  .hero {
    min-height: 700px;
    padding: 0;
    background: #041e32;
  }
  .hero-grid,
  .two-col,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .key-stats {
    margin-top: -1.5rem;
    padding-bottom: 2rem;
  }
  .key-stats-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-grid {
    min-height: 570px;
  }
  .hero-content {
    padding: 5rem 0 2.5rem;
  }
  .hero h1 {
    font-size: clamp(2.85rem, 9vw, 4.4rem);
  }
  .hero-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1rem 0 1.2rem;
  }
  .trust-line {
    flex-wrap: wrap;
    gap: 0.8rem;
    line-height: 1.5;
  }
  .hero-slider-controls {
    width: 100%;
    min-width: 0;
  }
  .hero-progress {
    flex: 1;
    width: auto;
  }
  .value-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 2.5rem;
  }
  .field-section {
    padding: 4.8rem 0 5.2rem;
  }
  .field-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .field-gallery {
    min-height: 390px;
  }
  .field-photo-main {
    width: 84%;
    height: 285px;
  }
  .field-photo-small {
    width: 59%;
    height: 195px;
  }
  .field-sticker {
    top: 45%;
    left: 45%;
    width: 82px;
    height: 82px;
  }
  .field-sticker strong {
    font-size: 1.15rem;
  }
  .products-top {
    display: block;
  }
  .products-top > p {
    margin-top: 1rem;
  }
  .product-grid,
  .product-featured {
    grid-template-columns: 1fr;
  }
  .product-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.3rem;
    -webkit-overflow-scrolling: touch;
  }
  .product-tab {
    flex: none;
  }
  .photo-card-grid {
    grid-template-columns: 1fr;
  }
  .product-photo {
    min-height: 260px;
  }
  .product-photo img {
    width: 90%;
  }
  .product-info {
    padding: 1.7rem;
  }
  .catalogue-cards {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 1rem;
  }
  .catalogue-card {
    min-height: 190px;
  }
  .more-card {
    grid-column: 1 / -1;
    min-height: 165px;
  }
  .promo-section {
    padding: 4.4rem 0;
  }
  .promo-grid {
    grid-template-columns: 1fr;
  }
  .promo-cta {
    width: 100%;
  }
  .ceo-section {
    padding: 4rem 0;
    background: linear-gradient(160deg, #f6f8f8 0%, #f6f8f8 55%, #dceef6 55%);
  }
  .leadership-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .leadership-team {
    text-align: center;
  }
  .leadership-intro {
    margin-right: auto;
    margin-left: auto;
  }
  .leadership-pair {
    justify-content: center;
  }
  .ceo-message .quote-mark {
    top: -3rem;
    right: -0.3rem;
    font-size: 6rem;
  }
  .reunion-section {
    padding: 4.4rem 0 4.8rem;
  }
  .reunion-top {
    grid-template-columns: 1fr;
    gap: 1.1rem;
    margin-bottom: 1.5rem;
  }
  .testimonials-section {
    padding: 4.6rem 0;
  }
  .testimonials-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
  }
  .testimonials-grid,
  .testimonials-proof {
    grid-template-columns: 1fr;
  }
  .reunion-grid {
    grid-template-columns: 1fr;
  }
  .reunion-photo-wide {
    min-height: 320px;
  }
  .reunion-photo-card {
    min-height: 230px;
  }
  .office-section {
    padding: 4.5rem 0;
  }
  .office-grid {
    grid-template-columns: 1fr;
  }
  .office-photo {
    min-height: 300px;
  }
  .office-points {
    grid-template-columns: 1fr;
  }
  .agency-grid {
    grid-template-columns: 1fr;
  }
  .footer-top {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
  }
  .email-list {
    display: grid;
    gap: 0.4rem;
  }
  .order-quantity-grid {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
}

@media (max-width: 560px) {
  .leadership-grid {
    gap: 2rem;
  }
  .leadership-pair {
    gap: 0.8rem;
  }
  .leadership-person {
    width: 126px;
  }
  .person-avatar {
    width: 90px;
    height: 90px;
  }
  .ceo-message {
    padding-top: 0;
  }
  .ceo-message .quote-mark {
    top: -2.8rem;
  }
  .reunion-quote p {
    font-size: 1.05rem;
  }
}

/* Leadership and regional network */
.actors-section {
  position: relative;
  overflow: hidden;
  padding: clamp(6rem, 9vw, 9rem) 0;
  color: #fff;
  background:
    radial-gradient(circle at 8% 4%, rgba(207, 164, 81, 0.2), transparent 25%),
    radial-gradient(circle at 96% 92%, rgba(11, 75, 112, 0.55), transparent 30%),
    var(--blue-dark);
}

.actors-section::before {
  position: absolute;
  top: -220px;
  right: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(207, 164, 81, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 60px rgba(207, 164, 81, 0.025),
    0 0 0 120px rgba(207, 164, 81, 0.018);
  content: "";
  pointer-events: none;
}

.actors-intro {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: clamp(2rem, 7vw, 7rem);
  margin-bottom: 4rem;
}

.actors-intro h2 {
  margin: 0;
  color: #fffdf8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 4.5vw, 4.6rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.actors-intro h2 em {
  color: #e0bd72;
  font-weight: 400;
}

.actors-intro > p {
  margin: 0 0 0.35rem;
  color: rgba(229, 237, 240, 0.72);
  font-size: 0.95rem;
  line-height: 1.8;
}

.national-leadership {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.actor-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: #fffdf8;
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.22);
}

.actor-card-national {
  display: grid;
  grid-template-columns: minmax(210px, 0.9fr) 1.1fr;
  min-height: 500px;
}

.actor-card-inspector {
  grid-column: 1 / -1;
  grid-template-columns: minmax(300px, 0.68fr) 1.32fr;
  min-height: 440px;
}

.actor-card-inspector .actor-portrait img {
  object-position: center 20%;
}

.actor-card-reverse .actor-portrait {
  order: 2;
}

.actor-card-reverse .actor-content {
  order: 1;
}

.actor-portrait {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #d8c7ad;
}

.actor-portrait::after,
.regional-leader-photo::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(5, 19, 31, 0.72));
  content: "";
  pointer-events: none;
}

.actor-portrait img,
.regional-leader-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.actor-card:hover .actor-portrait img,
.regional-leader-card:hover .regional-leader-photo img {
  transform: scale(1.025);
}

.actor-portrait figcaption {
  position: absolute;
  z-index: 1;
  right: 1.2rem;
  bottom: 1.2rem;
  left: 1.2rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.actor-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.8rem, 3vw, 2.8rem);
  color: var(--ink);
}

.actor-index {
  color: #9a7734;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.actor-content h3 {
  margin: 1.1rem 0 0.45rem;
  color: var(--blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.actor-role {
  margin: 0 0 1.4rem;
  color: #9a7734;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.actor-content > p:not(.actor-role) {
  margin: 0;
  color: #60717a;
  font-size: 0.86rem;
  line-height: 1.72;
}

.actor-focus {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1.6rem;
}

.actor-focus span {
  padding: 0.42rem 0.62rem;
  border: 1px solid rgba(7, 27, 44, 0.12);
  border-radius: 99px;
  color: #50636d;
  background: #f4f1e9;
  font-size: 0.6rem;
  font-weight: 700;
}

.regional-leaders-heading {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  align-items: end;
  gap: 3rem;
  margin-top: clamp(5rem, 8vw, 7.5rem);
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.regional-leaders-heading span {
  color: #e0bd72;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.regional-leaders-heading h3 {
  margin-top: 0.7rem;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  font-weight: 400;
}

.regional-leaders-heading > p {
  margin: 0;
  color: rgba(229, 237, 240, 0.68);
  font-size: 0.88rem;
  line-height: 1.75;
}

.regional-leaders-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  margin-top: 2.3rem;
}

.regional-leader-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  color: var(--ink);
  background: #fffdf8;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease;
}

.regional-leader-card:hover {
  border-color: rgba(207, 164, 81, 0.7);
  transform: translateY(-7px);
}

.regional-leader-featured {
  border-color: rgba(207, 164, 81, 0.62);
  transform: translateY(-18px);
}

.regional-leader-featured:hover {
  transform: translateY(-24px);
}

.regional-leader-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  background: #d8c7ad;
}

.regional-leader-photo span {
  position: absolute;
  z-index: 1;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.regional-leader-content {
  padding: 1.7rem 1.6rem 1.9rem;
}

.leader-region {
  margin: 0 0 0.6rem;
  color: #9a7734;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.regional-leader-content h3 {
  min-height: 2.3em;
  color: var(--blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.leader-message {
  min-height: 9.2em;
  margin: 1.25rem 0 0;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(7, 27, 44, 0.1);
  color: #4e626d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.96rem;
  font-style: italic;
  line-height: 1.65;
}

.leader-signature {
  color: #8c713d;
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.regions-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.region-manager-mini {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(7, 27, 44, 0.1);
}

.region-manager-mini img {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
  box-shadow: 0 6px 16px rgba(7, 27, 44, 0.18);
}

.region-manager-mini div {
  display: grid;
  gap: 0.2rem;
}

.region-manager-mini span {
  color: #9a7734;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.region-manager-mini strong {
  color: var(--blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.93rem;
  font-weight: 400;
  line-height: 1.2;
}

.region-sud .region-badge {
  color: var(--blue-dark);
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(224, 189, 114, 0.92);
}

.region-thumbs-sud img:first-child {
  object-position: center 20%;
}

.agency-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1200px;
}

.agency-sud {
  color: var(--blue-dark);
  background: #d9c28d;
}

.agency-sud .location-pin,
.agency-sud .agency-label,
.agency-sud h3,
.agency-sud p {
  color: var(--blue-dark);
}

@media (max-width: 1080px) {
  .national-leadership {
    grid-template-columns: 1fr;
  }

  .actor-card-national {
    grid-template-columns: minmax(280px, 0.8fr) 1.2fr;
  }

  .regional-leaders-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .regional-leader-featured {
    transform: none;
  }

  .regional-leader-featured:hover {
    transform: translateY(-7px);
  }

  .regional-leader-card:last-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
  }

  .regional-leader-card:last-child .regional-leader-photo {
    aspect-ratio: auto;
    min-height: 480px;
  }

  .regional-leader-card:last-child .regional-leader-content {
    align-self: center;
  }

  .leader-message {
    min-height: 0;
  }

  .agency-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .actors-intro,
  .regional-leaders-heading {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }

  .regions-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .actors-section {
    padding: 5rem 0;
  }

  .actors-intro {
    margin-bottom: 2.5rem;
  }

  .actor-card-national,
  .regional-leader-card:last-child {
    display: block;
  }

  .actor-card-reverse .actor-portrait,
  .actor-card-reverse .actor-content {
    order: initial;
  }

  .actor-portrait {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .regional-leaders-grid {
    grid-template-columns: 1fr;
  }

  .regional-leader-card:last-child {
    grid-column: auto;
  }

  .regional-leader-card:last-child .regional-leader-photo {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .regional-leader-content h3,
  .leader-message {
    min-height: 0;
  }

  .agency-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .container {
    width: min(100% - 30px, 1150px);
  }
  .brand {
    font-size: 0.95rem;
  }
  .brand img {
    width: 44px;
    height: 44px;
  }
  .hero-highlights {
    gap: 1rem;
  }
  .field-gallery {
    min-height: 330px;
  }
  .field-photo-main {
    height: 235px;
  }
  .field-photo-small {
    height: 160px;
  }
  .field-metrics {
    gap: 1rem;
  }
  .hero {
    min-height: 650px;
  }
  .hero-grid {
    min-height: 510px;
  }
  .hero-content {
    padding-top: 4rem;
  }
  .hero-highlights strong {
    font-size: 0.95rem;
  }
  .hero-highlights span {
    font-size: 0.67rem;
  }
  .value-grid {
    grid-template-columns: 1fr;
  }
  .key-stats {
    margin-top: -1.2rem;
  }
  .key-stats-grid {
    grid-template-columns: 1fr;
  }
  .hero-actions .button {
    width: 100%;
  }
  .catalogue-cards {
    grid-template-columns: 1fr;
  }
  .more-card {
    grid-column: auto;
  }
  .floating-whatsapp {
    padding: 0.75rem;
  }
  .floating-whatsapp span {
    display: none;
  }
  .contact {
    padding: 4.5rem 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .hero-slide:not(.is-active) {
    display: none;
  }
  .reveal-section {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

/* Premium visual system */
body {
  min-width: 320px;
  background: var(--ivory);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  opacity: 0.23;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
  content: "";
  pointer-events: none;
}

::selection {
  color: #fff;
  background: var(--blue);
}

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

img,
video {
  max-width: 100%;
}

main > section[id] {
  scroll-margin-top: 90px;
}

.container {
  width: min(1200px, calc(100% - 56px));
}

.site-header {
  height: 82px;
  border-top: 3px solid var(--yellow);
  border-bottom: 1px solid rgba(7, 27, 44, 0.08);
  background: rgba(251, 249, 244, 0.93);
  box-shadow: none;
  transition:
    height 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
  backdrop-filter: blur(18px) saturate(140%);
}

.site-header.is-scrolled {
  height: 72px;
  background: rgba(251, 249, 244, 0.98);
  box-shadow: 0 12px 36px rgba(7, 27, 44, 0.09);
}

.brand {
  gap: 0.82rem;
  color: var(--blue-dark);
  font-size: 1.03rem;
  letter-spacing: 0.035em;
}

.brand img {
  width: 53px;
  height: 53px;
  border: 1px solid rgba(207, 164, 81, 0.6);
  background: #fff;
  box-shadow: 0 8px 22px rgba(7, 27, 44, 0.09);
}

.site-header.is-scrolled .brand img {
  width: 47px;
  height: 47px;
}

.brand small {
  color: #8a6b30;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.main-nav {
  gap: clamp(1rem, 1.8vw, 2rem);
}

.main-nav a {
  position: relative;
  padding: 0.65rem 0;
  color: #3e505d;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.055em;
}

.main-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: 0.35rem;
  left: 0;
  height: 1px;
  background: var(--yellow);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.main-nav a:not(.nav-cta):hover::after,
.main-nav a:not(.nav-cta):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.main-nav .nav-cta {
  padding: 0.78rem 1.25rem;
  border: 1px solid var(--blue-dark);
  border-radius: 8px;
  color: #fff;
  background: var(--blue-dark);
  box-shadow: none;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.main-nav .nav-cta:hover {
  color: var(--blue-dark);
  background: var(--yellow);
  transform: translateY(-2px);
}

.hero {
  min-height: min(830px, calc(100svh - 82px));
  background: var(--blue-dark);
}

.hero-slide {
  object-position: center 42%;
  filter: saturate(0.78) contrast(1.03) brightness(0.93);
  transform: scale(1.04);
  transition:
    opacity 1.1s ease,
    transform 6s cubic-bezier(0.19, 0.7, 0.24, 1);
}

.hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(5, 19, 31, 0.98) 0%,
      rgba(5, 22, 36, 0.94) 31%,
      rgba(5, 22, 36, 0.68) 53%,
      rgba(5, 22, 36, 0.14) 78%,
      rgba(5, 22, 36, 0.24) 100%
    ),
    linear-gradient(0deg, rgba(5, 19, 31, 0.78) 0%, transparent 42%);
}

.hero-overlay::after {
  top: auto;
  bottom: -32%;
  left: -10%;
  width: 43%;
  background: rgba(207, 164, 81, 0.19);
  filter: blur(90px);
}

.hero-grain {
  opacity: 0.15;
  background-size:
    9px 9px,
    13px 13px;
}

.hero-grid {
  min-height: 675px;
}

.hero-content {
  max-width: 730px;
  padding: 8rem 0 5.5rem;
}

.eyebrow {
  margin-bottom: 1.25rem;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
}

.eyebrow span {
  width: 36px;
  height: 1px;
  background: var(--yellow);
}

.eyebrow.blue,
.eyebrow.yellow {
  color: #9a7734;
}

.eyebrow.blue span,
.eyebrow.yellow span {
  background: var(--yellow);
}

.hero-eyebrow {
  color: #e1c681;
}

.hero-eyebrow span {
  background: var(--yellow);
  box-shadow: none;
}

h1,
h2,
.field-copy h2,
.regions-top h2,
.promo-top h2,
.leadership-team h2,
.reunion-top h2,
.testimonials-top h2,
.office-copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.hero h1 {
  max-width: 720px;
  color: #fffdf8;
  font-size: clamp(3.6rem, 5.8vw, 6rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.hero h1 em {
  color: #e0bd72;
  font-weight: 400;
  text-shadow: none;
}

.hero-text {
  max-width: 610px;
  margin: 1.7rem 0 2.25rem;
  color: rgba(236, 241, 243, 0.78);
  font-size: 1.04rem;
  line-height: 1.75;
}

.button {
  min-height: 50px;
  padding: 0.92rem 1.35rem;
  border-radius: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.035em;
  font-family: inherit;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    color 0.25s ease,
    background 0.25s ease;
}

.button-primary,
.hero .button-primary {
  color: var(--blue-dark);
  background: var(--yellow);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.16);
}

.button-primary:hover,
.hero .button-primary:hover {
  color: #fff;
  background: #9f7830;
  box-shadow: 0 18px 36px rgba(7, 27, 44, 0.2);
  transform: translateY(-3px);
}

.hero .button-plain {
  border-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.hero-highlights {
  gap: 0;
  margin-top: 3.4rem;
}

.hero-highlights div {
  min-width: 170px;
  padding: 0 1.45rem;
  border-left: 1px solid rgba(207, 164, 81, 0.58);
}

.hero-highlights div:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-highlights strong {
  color: #fff;
  font-size: 0.86rem;
  font-weight: 600;
}

.hero-highlights span {
  color: rgba(220, 230, 234, 0.64);
  font-size: 0.68rem;
}

.hero-bottom {
  padding: 1.4rem 0 1.6rem;
  border-top-color: rgba(255, 255, 255, 0.16);
}

.trust-line {
  color: rgba(231, 238, 241, 0.7);
  font-size: 0.55rem;
  letter-spacing: 0.14em;
}

.hero-progress span,
.hero-dot.is-active {
  background: var(--yellow);
}

.key-stats {
  margin-top: -2.8rem;
  padding-bottom: 4rem;
}

.key-stats-grid {
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 27, 44, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.key-stat-card {
  position: relative;
  gap: 0.4rem;
  min-height: 164px;
  padding: 1.7rem 1.6rem;
  border: 0;
  border-right: 1px solid rgba(7, 27, 44, 0.1);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.key-stat-card:last-child {
  border-right: 0;
}

.key-stat-card::before {
  position: absolute;
  top: 0;
  right: 1.6rem;
  left: 1.6rem;
  height: 2px;
  background: var(--yellow);
  content: "";
  transform: scaleX(0.24);
  transform-origin: left;
}

.key-stat-card p {
  color: #79868d;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.key-stat-card strong {
  color: var(--blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 400;
}

.key-stat-card > span {
  max-width: 190px;
  color: #677780;
  font-size: 0.73rem;
}

.section,
.field-section,
.regions-section,
.products,
.promo-section,
.ceo-section,
.reunion-section,
.office-section,
.testimonials-section,
.contact {
  padding: clamp(5.5rem, 8vw, 8rem) 0;
}

.about,
.regions-section,
.promo-section,
.reunion-section,
.testimonials-section,
.agencies {
  background: var(--ivory);
}

.two-col {
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(3rem, 7vw, 7rem);
}

.section-heading h2,
.products h2,
.contact h2,
.center-heading h2,
.field-copy h2,
.regions-top h2,
.promo-top h2,
.leadership-team h2,
.reunion-top h2,
.testimonials-top h2,
.office-copy h2 {
  font-size: clamp(2.7rem, 4.3vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.section-heading h2,
.field-copy h2,
.regions-top h2,
.promo-top h2,
.leadership-team h2,
.reunion-top h2,
.testimonials-top h2,
.center-heading h2 {
  color: var(--blue-dark);
}

.field-copy h2 em,
.regions-top h2 em,
.promo-top h2 em,
.leadership-team h2 em,
.reunion-top h2 em,
.testimonials-top h2 em {
  color: #9a7734;
}

.about-copy {
  padding-top: 0.55rem;
  color: #5f7079;
  font-size: 1.04rem;
  line-height: 1.8;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--blue-dark);
  font-size: 0.76rem;
  letter-spacing: 0.055em;
  text-decoration: none;
}

.text-link b {
  color: #a47d32;
  transition: transform 0.2s ease;
}

.text-link:hover b {
  transform: translateX(4px);
}

.value-grid {
  gap: 1rem;
  margin-top: 5.5rem;
}

.value-grid article {
  min-height: 230px;
  padding: 2rem 1.6rem;
  border-color: rgba(7, 27, 44, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: none;
}

.value-grid article:hover {
  border-color: rgba(207, 164, 81, 0.68);
  box-shadow: 0 22px 50px rgba(7, 27, 44, 0.09);
  transform: translateY(-6px);
}

.value-grid .icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(207, 164, 81, 0.62);
  border-radius: 50%;
  color: #967127;
  background: #fffaf0;
  font-size: 1.05rem;
}

.value-grid h3 {
  margin-top: 1.8rem;
  color: var(--blue-dark);
  font-size: 1.35rem;
  font-weight: 600;
}

.value-grid p {
  margin-top: 0.65rem;
  color: #667780;
  font-size: 0.82rem;
  line-height: 1.65;
}

.field-section {
  background: #fff;
}

.field-section::before {
  top: -250px;
  right: -150px;
  width: 520px;
  height: 520px;
  background: rgba(207, 164, 81, 0.09);
}

.field-grid {
  gap: clamp(3rem, 7vw, 7rem);
}

.field-gallery {
  min-height: 540px;
}

.field-photo {
  border-radius: 20px;
  box-shadow: 0 26px 65px rgba(7, 27, 44, 0.17);
}

.field-photo-main {
  width: 86%;
  height: 405px;
  border: 7px solid #fff;
  transform: none;
}

.field-photo-small {
  width: 54%;
  height: 245px;
  border: 6px solid #fff;
  transform: none;
}

.field-photo-label {
  right: 1.2rem;
  bottom: 1.1rem;
  left: 1.2rem;
  padding-top: 3rem;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  background: linear-gradient(transparent, rgba(5, 19, 31, 0.64));
}

.field-sticker {
  top: 48%;
  left: 48%;
  width: 104px;
  height: 104px;
  border: 5px solid #fff;
  color: var(--blue-dark);
  background: var(--yellow);
  box-shadow: 0 16px 38px rgba(7, 27, 44, 0.22);
  transform: none;
}

.field-copy > p:not(.eyebrow) {
  color: #62737c;
  line-height: 1.75;
}

.field-metrics {
  gap: 2.5rem;
  margin: 2.2rem 0 1.7rem;
}

.field-metrics div {
  padding-left: 1rem;
  border-left: 1px solid var(--yellow);
}

.regions-section {
  background:
    linear-gradient(rgba(7, 27, 44, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 27, 44, 0.035) 1px, transparent 1px),
    #f2efe8;
  background-size: 42px 42px;
}

.regions-top {
  max-width: 820px;
  margin-bottom: 4rem;
}

.regions-top > p:not(.eyebrow) {
  max-width: 690px;
  color: #60717a;
  line-height: 1.75;
}

.regions-grid {
  gap: 1.25rem;
  align-items: start;
}

.region-card {
  border: 1px solid rgba(7, 27, 44, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 45px rgba(7, 27, 44, 0.08);
}

.region-card:hover {
  box-shadow: 0 28px 58px rgba(7, 27, 44, 0.14);
  transform: translateY(-7px);
}

.region-photo {
  overflow: hidden;
}

.region-photo img {
  transition: transform 0.65s ease;
}

.region-card:hover .region-photo img {
  transform: scale(1.035);
}

.region-badge,
.region-centre .region-badge,
.region-ouest .region-badge {
  top: 1rem;
  left: 1rem;
  padding: 0.48rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  color: #fff;
  background: rgba(7, 27, 44, 0.86);
  box-shadow: none;
  font-size: 0.62rem;
  letter-spacing: 0.07em;
  backdrop-filter: blur(8px);
}

.region-thumbs {
  gap: 3px;
  padding: 3px;
  background: #fff;
}

.region-thumbs img {
  height: 96px;
}

.region-body {
  padding: 1.7rem 1.6rem 1.9rem;
}

.region-sub {
  color: #9b7935;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.region-detail {
  color: #63747c;
  line-height: 1.65;
}

.region-quote {
  color: var(--blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.03rem;
  font-weight: 400;
}

.region-agent {
  color: #9a7734;
}

.region-video {
  background: var(--blue-dark);
}

.region-video figcaption {
  color: rgba(255, 255, 255, 0.8);
}

.region-video figcaption span {
  color: var(--blue-dark);
  background: var(--yellow);
}

.regions-banner {
  max-width: 860px;
  margin-top: 3.5rem;
  padding: 1.7rem 2rem;
  border: 1px solid rgba(207, 164, 81, 0.4);
  border-radius: 12px;
  background: var(--blue-dark);
  box-shadow: var(--shadow);
}

.products {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 5%, rgba(207, 164, 81, 0.16), transparent 28%),
    linear-gradient(135deg, #071b2c 0%, #0a2b43 100%);
}

.products::before {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background: linear-gradient(115deg, transparent 49.8%, #fff 50%, transparent 50.2%);
  content: "";
  pointer-events: none;
}

.products-top {
  position: relative;
  margin-bottom: 3.5rem;
}

.products h2 {
  color: #fffdf8;
}

.products-top > p {
  color: rgba(226, 235, 239, 0.68);
  line-height: 1.7;
}

.product-tabs {
  position: relative;
  gap: 0.5rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.product-tab {
  padding: 0.72rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  color: rgba(226, 235, 239, 0.68);
  font-size: 0.73rem;
}

.product-tab.is-active {
  color: var(--blue-dark);
  border-color: var(--yellow);
  background: var(--yellow);
}

.product-featured,
.catalogue-card {
  border-radius: 17px;
}

.product-featured {
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
}

.product-photo {
  background: #ede9df;
}

.product-photo img {
  width: 112%;
  border-radius: 12px;
  box-shadow: 0 22px 45px rgba(7, 27, 44, 0.22);
  transform: rotate(-2deg);
}

.product-info {
  padding: 3rem;
}

.tag {
  border-radius: 5px;
  color: #896824;
  background: #f5ead0;
  letter-spacing: 0.12em;
}

.product-info h3,
.catalogue-card h3 {
  color: var(--blue-dark);
}

.product-info h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.45rem;
  font-weight: 400;
}

.product-info p,
.product-info ul {
  color: #5e7079;
}

.product-info li::before {
  color: #a17b32;
}

.catalogue-cards {
  gap: 1rem;
}

.catalogue-card {
  padding: 1.7rem;
}

.catalogue-card:hover {
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
  transform: translateY(-6px);
}

.rice-card {
  background: linear-gradient(145deg, #dbc080, #c99f4e);
}

.pasta-card {
  background: #dce9ec;
}

.more-card,
.photo-card {
  background: #fffdf8;
}

.photo-card-grid {
  gap: 1.25rem;
}

.photo-card {
  min-height: 470px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.catalogue-photo {
  height: 230px;
  border-radius: 11px;
  background: #eeeae1;
}

.promo-section {
  background:
    radial-gradient(circle at 0 100%, rgba(207, 164, 81, 0.12), transparent 34%),
    #fff;
}

.promo-wrap {
  gap: 2.25rem;
}

.promo-top {
  max-width: 820px;
}

.promo-top p {
  color: #61727b;
  line-height: 1.75;
}

.promo-grid {
  gap: 1rem;
}

.promo-card {
  min-height: 240px;
  align-content: end;
  padding: 2rem;
  border: 1px solid rgba(7, 27, 44, 0.1);
  border-radius: 16px;
  background: var(--ivory);
  box-shadow: none;
}

.promo-card:hover {
  border-color: rgba(207, 164, 81, 0.65);
  box-shadow: 0 24px 50px rgba(7, 27, 44, 0.1);
}

.promo-card.accent {
  background: var(--blue-dark);
}

.promo-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  font-weight: 400;
}

.promo-badge {
  color: #9a7734;
}

.ceo-section {
  background:
    linear-gradient(105deg, #f0ede6 0%, #f0ede6 56%, #e6ecec 56%);
}

.leadership-grid {
  gap: clamp(3rem, 7vw, 7rem);
}

.leadership-intro,
.ceo-copy {
  color: #61727b;
  line-height: 1.75;
}

.leadership-pair {
  gap: 1.6rem;
}

.person-avatar {
  width: 108px;
  height: 108px;
  border: 4px solid #fff;
  background: var(--blue-dark);
  box-shadow: 0 16px 36px rgba(7, 27, 44, 0.16);
}

.person-avatar-accent {
  border-color: #d8bd7d;
}

.ceo-message .quote-mark {
  color: rgba(207, 164, 81, 0.28);
  font-family: Georgia, "Times New Roman", serif;
}

blockquote {
  color: var(--blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  font-weight: 400;
}

.signature {
  padding-left: 1rem;
  border-left-color: var(--yellow);
}

.reunion-section {
  background:
    radial-gradient(circle at 100% 100%, rgba(207, 164, 81, 0.12), transparent 32%),
    var(--ivory);
}

.reunion-top p:last-child,
.testimonials-top > p {
  color: #60717a;
  line-height: 1.7;
}

.reunion-photo {
  border: 1px solid rgba(7, 27, 44, 0.1);
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(7, 27, 44, 0.11);
}

.reunion-photo figcaption {
  right: 1.2rem;
  bottom: 1.2rem;
  left: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(7, 27, 44, 0.84);
  backdrop-filter: blur(10px);
}

.reunion-quote {
  padding: 1.8rem;
  border-color: rgba(207, 164, 81, 0.28);
  border-radius: 18px;
  background: var(--blue-dark);
  box-shadow: 0 20px 45px rgba(7, 27, 44, 0.2);
}

.reunion-quote p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  font-weight: 400;
}

.office-section {
  background:
    radial-gradient(circle at 100% 0%, rgba(207, 164, 81, 0.2), transparent 31%),
    linear-gradient(135deg, #071b2c, #0b3c59);
}

.office-grid {
  gap: clamp(2.5rem, 6vw, 6rem);
}

.office-photo {
  min-height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
}

.office-photo figcaption {
  right: 1.2rem;
  bottom: 1.2rem;
  left: 1.2rem;
  border-radius: 7px;
  background: rgba(5, 19, 31, 0.78);
  backdrop-filter: blur(10px);
}

.office-copy h2 em {
  color: #e0bd72;
}

.office-copy p:not(.eyebrow) {
  color: rgba(226, 235, 239, 0.76);
  line-height: 1.75;
}

.office-points {
  gap: 0;
  margin: 2rem 0 2.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.office-points div {
  padding: 1.2rem 1rem;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  background: transparent;
}

.office-points div:last-child {
  border-right: 0;
}

.testimonials-section {
  background: #f2efe8;
}

.testimonials-grid {
  gap: 1.15rem;
  margin-top: 3rem;
}

.testimonial-card {
  min-height: 300px;
  align-content: space-between;
  padding: 2rem;
  border: 1px solid rgba(7, 27, 44, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.testimonial-card:hover {
  border-color: rgba(207, 164, 81, 0.62);
  box-shadow: 0 24px 50px rgba(7, 27, 44, 0.09);
}

.testimonial-card.accent {
  background: var(--blue-dark);
}

.testimonial-card p {
  color: #465b67;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.16rem;
  line-height: 1.65;
}

.testimonial-stars {
  color: var(--yellow);
}

.testimonials-proof {
  gap: 0;
  margin-top: 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(7, 27, 44, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
}

.testimonials-proof div {
  padding: 1.2rem 1.3rem;
  border: 0;
  border-right: 1px solid rgba(7, 27, 44, 0.1);
  border-radius: 0;
  background: transparent;
}

.testimonials-proof div:last-child {
  border-right: 0;
}

.agency-grid {
  gap: 1rem;
  max-width: 1080px;
  margin-top: 4rem;
}

.agency-grid article {
  min-height: 280px;
  align-content: end;
  padding: 2rem;
  border: 1px solid rgba(7, 27, 44, 0.1);
  border-radius: 16px;
  background: #fff;
}

.agency-grid .agency-highlight,
.agency-grid .agency-accent,
.agency-grid .agency-ouest {
  color: #fff;
  border-color: transparent !important;
  background: var(--blue-dark);
}

.agency-grid .agency-highlight {
  color: var(--blue-dark);
  background: linear-gradient(145deg, #dfc07a, #cba04a);
}

.agency-grid .agency-accent {
  background: #0b4b70;
}

.agency-grid .agency-ouest {
  background: #15364a;
}

.location-pin {
  color: var(--yellow);
}

.agency-highlight .location-pin {
  color: var(--blue-dark);
}

.agency-label {
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.14em;
}

.agency-highlight .agency-label,
.agency-highlight h3,
.agency-highlight p {
  color: var(--blue-dark);
}

.agency-sousregion strong {
  color: #9a7734;
}

.contact {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 10%, rgba(207, 164, 81, 0.19), transparent 26%),
    var(--blue-dark);
}

.contact::after {
  position: absolute;
  right: -180px;
  bottom: -240px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(207, 164, 81, 0.18);
  border-radius: 50%;
  content: "";
}

.contact-grid {
  position: relative;
  z-index: 1;
  gap: clamp(3rem, 8vw, 8rem);
}

.contact h2 {
  color: #fffdf8;
}

.contact-grid > div > p:not(.eyebrow) {
  color: rgba(226, 235, 239, 0.73);
  line-height: 1.75;
}

.whatsapp-contact {
  margin-top: 2.5rem;
  border-color: rgba(255, 255, 255, 0.14);
}

.whatsapp-contact > span {
  color: var(--yellow);
}

.email-list a {
  color: rgba(255, 255, 255, 0.78);
}

.contact-form {
  gap: 1rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid rgba(207, 164, 81, 0.28);
  border-radius: 18px;
  background: #fffdf8;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.24);
}

.contact-form label {
  color: #435964;
  font-size: 0.67rem;
  letter-spacing: 0.05em;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  margin-top: 0.45rem;
  padding: 0.82rem 0.9rem;
  border: 1px solid #dcd6ca;
  border-radius: 7px;
  background: #fff;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--yellow);
  box-shadow: 0 0 0 4px rgba(207, 164, 81, 0.13);
  outline: none;
}

.contact-form .button {
  width: 100%;
}

footer {
  color: rgba(226, 235, 239, 0.68);
  background: #04131f;
}

.footer-top {
  padding: 3.3rem 0;
}

.footer-brand {
  color: #fff;
}

.socials a {
  width: 36px;
  height: 36px;
  border-color: rgba(207, 164, 81, 0.35);
  color: #e0bd72;
}

.footer-bottom {
  padding: 1.4rem 0;
  border-top-color: rgba(255, 255, 255, 0.09);
}

.floating-whatsapp {
  right: 1.4rem;
  bottom: 1.4rem;
  min-height: 48px;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 9px;
  background: #1f9d63;
  box-shadow: 0 15px 35px rgba(7, 27, 44, 0.23);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.floating-whatsapp:hover {
  box-shadow: 0 19px 42px rgba(7, 27, 44, 0.3);
  transform: translateY(-3px);
}

@media (max-width: 1100px) {
  .main-nav {
    gap: 1rem;
  }

  .main-nav a {
    font-size: 0.7rem;
  }

  .hero-highlights div {
    min-width: 0;
  }

  .field-grid,
  .leadership-grid {
    gap: 3.5rem;
  }
}

@media (max-width: 800px) {
  .container {
    width: min(100% - 36px, 1200px);
  }

  .site-header,
  .site-header.is-scrolled {
    height: 72px;
  }

  .site-header .brand img,
  .site-header.is-scrolled .brand img {
    width: 45px;
    height: 45px;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
    place-content: center;
    border: 1px solid rgba(7, 27, 44, 0.12);
    border-radius: 7px;
  }

  .menu-toggle span {
    background: var(--blue-dark);
    transition:
      transform 0.25s ease,
      opacity 0.25s ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-6px) rotate(-45deg);
  }

  .main-nav {
    top: 69px;
    gap: 0;
    padding: 1rem 18px 1.3rem;
    border-bottom-color: rgba(7, 27, 44, 0.1);
    background: rgba(251, 249, 244, 0.99);
    box-shadow: 0 18px 35px rgba(7, 27, 44, 0.12);
  }

  .main-nav a {
    padding: 0.9rem 0.6rem;
    font-size: 0.78rem;
  }

  .main-nav a::after {
    display: none;
  }

  .main-nav .nav-cta {
    margin-top: 0.6rem;
  }

  .hero {
    min-height: 780px;
  }

  .hero-grid {
    min-height: 640px;
  }

  .hero-slide {
    object-position: 62% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(5, 19, 31, 0.94), rgba(5, 19, 31, 0.45)),
      linear-gradient(0deg, rgba(5, 19, 31, 0.88), rgba(5, 19, 31, 0.06));
  }

  .hero-content {
    max-width: 630px;
    padding: 6rem 0 3.5rem;
  }

  .hero h1 {
    font-size: clamp(3.3rem, 10vw, 5rem);
  }

  .hero-text {
    max-width: 540px;
  }

  .hero-highlights div {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .hero-bottom {
    gap: 1rem;
  }

  .trust-line {
    display: none;
  }

  .key-stats {
    margin-top: -2rem;
  }

  .key-stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .key-stat-card {
    border-right: 1px solid rgba(7, 27, 44, 0.1);
    border-bottom: 1px solid rgba(7, 27, 44, 0.1);
  }

  .key-stat-card:nth-child(2n) {
    border-right: 0;
  }

  .key-stat-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .field-gallery {
    min-height: 440px;
  }

  .field-photo-main {
    height: 330px;
  }

  .field-photo-small {
    height: 205px;
  }

  .field-sticker {
    width: 90px;
    height: 90px;
  }

  .products-top {
    display: block;
  }

  .products-top > p {
    max-width: 600px;
  }

  .product-info {
    padding: 2rem;
  }

  .product-photo img {
    width: 84%;
  }

  .photo-card {
    min-height: 0;
  }

  .ceo-section {
    background: linear-gradient(160deg, #f0ede6 0%, #f0ede6 53%, #e6ecec 53%);
  }

  .office-photo {
    min-height: 380px;
  }

  .office-points {
    border: 0;
  }

  .office-points div,
  .office-points div:last-child {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .testimonials-proof {
    gap: 0;
  }

  .testimonials-proof div,
  .testimonials-proof div:last-child {
    border-right: 0;
    border-bottom: 1px solid rgba(7, 27, 44, 0.1);
  }

  .testimonials-proof div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 30px, 1200px);
  }

  .brand {
    font-size: 0.9rem;
  }

  .brand small {
    font-size: 0.48rem;
  }

  .hero {
    min-height: 760px;
  }

  .hero-grid {
    min-height: 625px;
  }

  .hero-content {
    padding-top: 4.8rem;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 14vw, 4.25rem);
  }

  .hero-text {
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.1rem 0;
    margin-top: 2.4rem;
  }

  .hero-highlights div {
    padding: 0 0.9rem;
  }

  .hero-highlights div:first-child {
    padding-left: 0;
  }

  .hero-highlights div:last-child {
    grid-column: 1 / -1;
    padding-left: 0;
    border-left: 0;
  }

  .hero-slider-controls {
    justify-content: flex-end;
  }

  .key-stats-grid {
    grid-template-columns: 1fr;
  }

  .key-stat-card,
  .key-stat-card:nth-child(2n),
  .key-stat-card:nth-last-child(-n + 2) {
    min-height: 130px;
    border-right: 0;
    border-bottom: 1px solid rgba(7, 27, 44, 0.1);
  }

  .key-stat-card:last-child {
    border-bottom: 0;
  }

  .two-col {
    gap: 2.5rem;
  }

  .value-grid {
    gap: 0.8rem;
    margin-top: 3rem;
  }

  .value-grid article {
    min-height: 0;
  }

  .field-gallery {
    min-height: 365px;
  }

  .field-photo-main {
    width: 89%;
    height: 275px;
  }

  .field-photo-small {
    width: 58%;
    height: 175px;
  }

  .field-sticker {
    top: 44%;
    left: 44%;
    width: 78px;
    height: 78px;
  }

  .field-metrics {
    flex-direction: column;
    gap: 1rem;
  }

  .product-photo {
    min-height: 260px;
  }

  .product-photo img {
    width: 100%;
  }

  .product-info h3 {
    font-size: 2rem;
  }

  .catalogue-photo {
    height: 210px;
  }

  .promo-card,
  .testimonial-card,
  .agency-grid article {
    min-height: 220px;
  }

  .leadership-person {
    width: 132px;
  }

  .person-avatar {
    width: 94px;
    height: 94px;
  }

  .reunion-photo-wide,
  .office-photo {
    min-height: 290px;
  }

  .contact-form {
    padding: 1.3rem;
  }

  .footer-top {
    gap: 1.4rem;
  }
}

.agency-grid .agency-sud {
  color: var(--blue-dark);
  background: linear-gradient(145deg, #e3ce9c, #c9a456);
}

.agency-grid .agency-sud .location-pin,
.agency-grid .agency-sud .agency-label,
.agency-grid .agency-sud h3,
.agency-grid .agency-sud p {
  color: var(--blue-dark);
}

/* Premium interaction polish */
.button-primary {
  position: relative;
  overflow: hidden;
}
.button-primary::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60%;
  width: 40%;
  background: linear-gradient(
    115deg,
    transparent,
    rgba(255, 255, 255, 0.55),
    transparent
  );
  transform: skewX(-18deg);
  transition: left 0.65s ease;
  pointer-events: none;
}
.button-primary:hover::after {
  left: 130%;
}

.catalogue-photo img {
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.catalogue-card:hover .catalogue-photo img {
  transform: scale(1.08);
}

.floating-whatsapp {
  overflow: visible;
}
.floating-whatsapp::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: #21a366;
  opacity: 0.5;
  animation: whatsapp-pulse 2.6s ease-out infinite;
  pointer-events: none;
}
@keyframes whatsapp-pulse {
  0% {
    transform: scale(1);
    opacity: 0.45;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .floating-whatsapp::before {
    display: none;
  }
}

/* Mobile layout repair
   These rules intentionally come last: the premium layer above is declared
   after the original responsive styles and otherwise overrides some of them. */
@media (max-width: 800px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  body.menu-open {
    overflow: hidden;
  }

  .container {
    width: min(100% - 32px, 1200px);
  }

  .main-nav {
    position: fixed;
    z-index: 30;
    top: 72px;
    right: 0;
    left: 0;
    max-height: calc(100svh - 69px);
    overflow-y: auto;
    overscroll-behavior: contain;
    transition: none;
  }

  .main-nav.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .hero,
  .hero-grid {
    min-height: 0;
  }

  .hero-content {
    padding: 4.75rem 0 3rem;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 10vw, 4.8rem);
  }

  .hero-highlights {
    margin-top: 2.5rem;
  }

  .hero-bottom {
    align-items: center;
    flex-direction: row;
    padding: 1rem 0 1.15rem;
  }

  .hero-slider-controls {
    width: 100%;
    justify-content: space-between;
  }

  .section,
  .field-section,
  .regions-section,
  .products,
  .promo-section,
  .ceo-section,
  .reunion-section,
  .office-section,
  .testimonials-section,
  .contact,
  .actors-section {
    padding: 4.75rem 0;
  }

  .two-col,
  .field-grid,
  .actors-intro,
  .national-leadership,
  .regional-leaders-heading,
  .regional-leaders-grid,
  .regions-grid,
  .product-grid,
  .product-featured,
  .promo-grid,
  .leadership-grid,
  .reunion-grid,
  .office-grid,
  .testimonials-grid,
  .testimonials-proof,
  .agency-grid,
  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-copy {
    padding-top: 0;
  }

  .regional-leader-card:last-child {
    display: block;
    grid-column: auto;
  }

  .regional-leader-card:last-child .regional-leader-photo {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .product-photo img {
    width: min(100%, 440px);
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, 1200px);
  }

  .site-header,
  .site-header.is-scrolled {
    height: 68px;
  }

  .site-header .brand img,
  .site-header.is-scrolled .brand img {
    width: 42px;
    height: 42px;
  }

  .brand {
    gap: 0.65rem;
    font-size: 0.86rem;
  }

  .brand small {
    font-size: 0.46rem;
    letter-spacing: 0.13em;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .main-nav {
    top: 68px;
    max-height: calc(100svh - 68px);
    padding-inline: 12px;
  }

  .hero-content {
    padding: 3.25rem 0 2.2rem;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 12.4vw, 3.45rem);
    line-height: 0.96;
    letter-spacing: -0.05em;
  }

  .hero-eyebrow {
    margin-bottom: 1rem;
    font-size: 0.6rem;
    line-height: 1.55;
  }

  .hero-text {
    margin: 1.3rem 0 1.55rem;
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .hero-actions {
    gap: 0.65rem;
  }

  .hero-actions .button {
    min-height: 48px;
    padding: 0.8rem 1rem;
  }

  .hero-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 1.8rem;
  }

  .hero-highlights div,
  .hero-highlights div:first-child,
  .hero-highlights div:last-child {
    grid-column: auto;
    min-width: 0;
    padding: 0 0.6rem;
    border-left: 1px solid rgba(207, 164, 81, 0.58);
  }

  .hero-highlights div:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .hero-highlights strong {
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .hero-highlights span {
    display: none;
  }

  .hero-bottom {
    padding: 0.8rem 0 0.95rem;
  }

  .hero-slider-controls {
    gap: 0.65rem;
  }

  .hero-dots {
    gap: 0.3rem;
  }

  .hero-dot {
    width: 6px;
    height: 6px;
  }

  .hero-dot.is-active {
    width: 18px;
  }

  .section,
  .field-section,
  .regions-section,
  .products,
  .promo-section,
  .ceo-section,
  .reunion-section,
  .office-section,
  .testimonials-section,
  .contact,
  .actors-section {
    padding: 3.75rem 0;
  }

  .section-heading h2,
  .products h2,
  .contact h2,
  .center-heading h2,
  .field-copy h2,
  .regions-top h2,
  .promo-top h2,
  .leadership-team h2,
  .reunion-top h2,
  .testimonials-top h2,
  .office-copy h2,
  .actors-intro h2 {
    font-size: clamp(2.15rem, 10.8vw, 2.8rem);
    line-height: 1.03;
    letter-spacing: -0.04em;
  }

  .key-stats {
    margin-top: -1rem;
    padding-bottom: 2.5rem;
  }

  .key-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .key-stat-card,
  .key-stat-card:nth-child(2n),
  .key-stat-card:nth-last-child(-n + 2) {
    min-height: 158px;
    padding: 1.15rem 1rem;
    border-right: 1px solid rgba(7, 27, 44, 0.1);
    border-bottom: 1px solid rgba(7, 27, 44, 0.1);
  }

  .key-stat-card:nth-child(2n) {
    border-right: 0;
  }

  .key-stat-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .key-stat-card::before {
    right: 1rem;
    left: 1rem;
  }

  .key-stat-card p {
    font-size: 0.58rem;
    line-height: 1.45;
  }

  .key-stat-card strong {
    font-size: 1.85rem;
  }

  .key-stat-card > span {
    font-size: 0.67rem;
    line-height: 1.45;
  }

  .two-col {
    gap: 1.75rem;
  }

  .value-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.75rem;
    margin-top: 2.5rem;
  }

  .value-grid article {
    min-height: 0;
    padding: 1.4rem;
  }

  .value-grid h3 {
    margin-top: 1.15rem;
  }

  .field-gallery {
    min-height: 330px;
  }

  .field-photo-main {
    width: 90%;
    height: 250px;
  }

  .field-photo-small {
    width: 58%;
    height: 160px;
  }

  .field-sticker {
    top: 43%;
    left: 43%;
    width: 74px;
    height: 74px;
  }

  .leadership-pair {
    gap: 0.55rem;
  }

  .leadership-person {
    width: min(132px, 44%);
  }

  .person-avatar {
    width: 86px;
    height: 86px;
  }

  .ceo-message .quote-mark {
    right: 0;
  }

  .actors-intro {
    gap: 1.15rem;
    margin-bottom: 2.2rem;
  }

  .actors-intro > p {
    font-size: 0.88rem;
    line-height: 1.7;
  }

  .actor-card,
  .regional-leader-card {
    border-radius: 14px;
  }

  .actor-content {
    padding: 1.45rem;
  }

  .regional-leaders-heading {
    gap: 1rem;
    margin-top: 3.5rem;
  }

  .regional-leader-content,
  .region-body {
    padding: 1.4rem;
  }

  .regions-top {
    margin-bottom: 2.5rem;
  }

  .regions-top > p:not(.eyebrow) {
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .regions-banner {
    margin-top: 2rem;
    padding: 1.25rem;
  }

  .products-top {
    margin-bottom: 2rem;
  }

  .product-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    overflow: visible;
    padding-bottom: 1rem;
  }

  .product-tab {
    width: 100%;
    min-height: 44px;
    padding: 0.65rem 0.55rem;
    white-space: normal;
  }

  .product-info {
    padding: 1.4rem;
  }

  .product-info h3 {
    font-size: 2rem;
  }

  .product-info .button {
    width: 100%;
  }

  .catalogue-cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .catalogue-card {
    padding: 1.4rem;
  }

  .promo-card,
  .testimonial-card,
  .agency-grid article {
    min-height: 0;
    padding: 1.5rem;
  }

  .reunion-photo figcaption,
  .office-photo figcaption {
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .office-points {
    margin: 1.4rem 0 1.6rem;
  }

  .contact-form {
    padding: 1.15rem;
    border-radius: 14px;
  }

  .whatsapp-contact strong {
    font-size: 1rem;
  }

  .floating-whatsapp {
    right: 0.75rem;
    bottom: 0.75rem;
    width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    place-content: center;
    border-radius: 50%;
  }
}
