@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

input,
textarea,
select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

button {
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
}

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

ul,
ol {
  list-style: none;
  padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

:where(a, button, input, textarea, select):focus-visible {
  outline: 2px solid #008c96;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
h1,
.h1 {
  font-size: clamp(36px, 36px + 60 * (100vw - 390px) / 890, 96px);
  line-height: 0.85;
  letter-spacing: -0.05em;
  font-weight: 700;
  color: #f04600;
  font-size: clamp(34px, 34px + 62 * (100vw - 390px) / 890, 96px);
}

h2,
.h2 {
  font-size: clamp(30px, 30px + 30 * (100vw - 390px) / 890, 60px);
  line-height: 1.084;
  letter-spacing: 0;
  font-weight: 700;
  color: #f04600;
  font-size: clamp(30px, 30px + 30 * (100vw - 390px) / 890, 60px);
}

h3,
.h3 {
  font-size: clamp(28px, 28px + 20 * (100vw - 390px) / 890, 48px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: #f04600;
  font-size: clamp(28px, 28px + 20 * (100vw - 390px) / 890, 48px);
}

h4,
.h4 {
  font-size: clamp(24px, 24px + 10 * (100vw - 390px) / 890, 34px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: #f04600;
  font-size: clamp(24px, 24px + 10 * (100vw - 390px) / 890, 34px);
}

h5,
.h5 {
  font-size: clamp(20px, 20px + 4 * (100vw - 390px) / 890, 24px);
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 700;
  color: #f04600;
}

h6,
.h6 {
  font-family: "All Round Gothic", "Poppins", "Century Gothic", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #f04600;
}

.subtitle {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
}

.caption {
  font-size: 0.75rem;
  line-height: 1.167;
  letter-spacing: 0;
  font-weight: 400;
  color: #929292;
}

.ui-text {
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: -0.025em;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}

strong,
b {
  font-weight: 700;
}

@font-face {
  font-family: "All Round Gothic";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/allroundgothic-book.woff2") format("woff2");
}
@font-face {
  font-family: "All Round Gothic";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/allroundgothic-medium.woff2") format("woff2");
}
@font-face {
  font-family: "All Round Gothic";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/allroundgothic-demi.woff2") format("woff2");
}
@font-face {
  font-family: "All Round Gothic";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/allroundgothic-bold.woff2") format("woff2");
}
:root {
  --color-navy: #f04600;
  --color-blue: #008c96;
  --color-blue-light: #fff1eb;
  --color-yellow: #ffcb77;
  --color-orange: #f04600;
  --color-teal: #008c96;
  --color-dark: #252323;
  --color-grey: #929292;
  --color-paragraph: #6f6f6f;
  --color-divider: #e9e9e9;
  --color-white: #ffffff;
  --container-max: 1200px;
  --header-height: 118px;
}

html {
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  font-family: "All Round Gothic", "Poppins", "Century Gothic", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0;
  font-weight: 400;
  color: #6f6f6f;
  background: #ffffff;
  overflow-x: hidden;
  overflow-x: clip;
}

a {
  transition: color 0.25s ease;
}
a:hover {
  color: #008c96;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .container {
    padding-inline: 40px;
  }
}
@media (min-width: 1280px) {
  .container {
    padding-inline: 40px;
  }
}

.section {
  padding-block: 20px;
}

@media (min-width: 1280px) {
  .section > .container {
    padding-inline: 120px;
  }
  .articles > .container,
  .locator > .container,
  .service-feature > .container {
    padding-inline: 40px;
  }
}
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: -9999px;
}
.skip-link:focus {
  left: 8px;
  top: 8px;
  z-index: 1000;
  width: auto;
  height: auto;
  clip: auto;
  background: #ffffff;
  color: #f04600;
  padding: 8px 16px;
  border-radius: 8px;
}

.grid {
  display: grid;
  gap: 24px;
}

.grid--2 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid--3 {
  grid-template-columns: 1fr;
}
@media (min-width: 480px) {
  .grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid--4 {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1024px) {
  .grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}
.site-header.is-scrolled {
  background: #ffffff;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.08);
}
.nav-open .site-header.is-scrolled {
  background: transparent;
  box-shadow: none;
}
@media (min-width: 1280px) {
  .site-header.is-scrolled .site-nav, .site-header.is-scrolled .site-header__btn {
    box-shadow: none;
  }
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-block: 24px 20px;
  transition: padding 0.25s ease, gap 0.25s ease;
}
@media (min-width: 1280px) {
  .site-header__inner {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 49px;
    padding-block: 28px 44px;
  }
}
.site-header__logo {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: height 0.25s ease;
  height: 64px;
}
@media (min-width: 768px) {
  .site-header__logo {
    height: 72px;
  }
}
@media (min-width: 1280px) {
  .site-header__logo {
    height: 84px;
  }
}
.site-header__logo-img {
  height: 100%;
  width: auto;
  max-width: none;
  object-fit: contain;
}
.site-header__logo-text {
  font-size: clamp(18px, 18px + 2 * (100vw - 390px) / 890, 20px);
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 700;
  color: #f04600;
}
.site-header__bar {
  display: none;
}
@media (min-width: 1280px) {
  .site-header__bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
}
.site-header__cta {
  display: none;
}
.site-header__btn {
  min-height: 54px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

.site-nav {
  display: none;
}
@media (min-width: 1280px) {
  .site-nav {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
}
.site-nav__list {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-nav a {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: -0.025em;
  font-weight: 700;
  text-transform: none;
  white-space: nowrap;
  color: #ffffff;
  background: #008c96;
  padding: 15px 20px;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: background 0.25s ease, color 0.25s ease;
}
.site-nav a:hover {
  background: #00757e;
  color: #ffffff;
}
.site-nav .current-menu-item > a {
  background: #00757e;
}
.site-nav__list li:nth-last-child(2) {
  margin-left: 8px;
}
.site-nav__list li:nth-last-child(2) a {
  background: #ffffff;
  color: #f04600;
  border: 1px solid #f04600;
}
.site-nav__list li:nth-last-child(2) a:hover {
  background: #f04600;
  color: #ffffff;
}
.site-nav__list li:last-child a {
  background: #f04600;
  color: #ffffff;
}
.site-nav__list li:last-child a:hover {
  background: #d43e00;
}

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 48px;
  height: 48px;
  background: #f04600;
  border-radius: 999px;
  box-shadow: 0 4px 24px rgba(240, 70, 0, 0.08);
  position: relative;
  right: 8px;
}
@media (min-width: 1280px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle__bar {
  display: block;
  width: 22px;
  height: 2px;
  margin-inline: auto;
  background: #ffffff;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-open .nav-toggle {
  z-index: 101;
}

.nav-open {
  overflow: hidden;
}

.mobile-nav {
  display: none;
}

.nav-open .mobile-nav {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 16px;
  right: 14px;
  left: auto;
  z-index: 90;
  width: min(310px, 100vw - 32px);
  max-height: calc(100vh - 40px);
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 78px 28px 28px;
  background: #fff1eb;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(240, 70, 0, 0.22);
}

@media (min-width: 1280px) {
  .mobile-nav {
    display: none !important;
  }
}
.mobile-nav__list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  text-align: right;
}
.mobile-nav__list a {
  display: block;
  padding: 9px 2px;
  font-size: 1rem;
  font-weight: 700;
  color: #f04600;
}
.mobile-nav__list a:hover {
  color: #008c96;
}
.mobile-nav__list .current-menu-item > a {
  color: #008c96;
}

.mobile-nav__cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mobile-nav__cta .btn {
  width: 100%;
  justify-content: center;
  min-height: 56px;
  border-radius: 999px;
}

.site-footer {
  padding-block: 20px;
}
@media (min-width: 768px) {
  .site-footer {
    padding-block: 40px;
  }
}
.site-footer__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 22px 20px;
  background: #f04600;
  color: #ffffff;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .site-footer__card {
    gap: 32px;
    padding: 30px;
  }
}
.site-footer__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (min-width: 768px) {
  .site-footer__top {
    gap: 20px;
  }
}
.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .site-footer__links {
    gap: 24px;
  }
}
.site-footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
}
@media (min-width: 768px) {
  .site-footer__list {
    gap: 24px;
  }
}
.site-footer__list a {
  font-size: 0.875rem;
  line-height: 1.714;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 0.71875rem;
  color: #e9e9e9;
}
.site-footer__list a:hover {
  color: #ffffff;
}
@media (min-width: 768px) {
  .site-footer__list a {
    font-size: 0.875rem;
  }
}
.site-footer__socials {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: #fff1eb;
  border-radius: 999px;
}
.site-footer__socials li {
  display: inline-flex;
}
.site-footer__socials a {
  display: inline-flex;
  color: #f04600;
}
.site-footer__socials a:hover {
  color: #008c96;
}
.site-footer__socials svg {
  display: block;
  width: 20px;
  height: 20px;
}
.site-footer__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 768px) {
  .site-footer__ctas {
    gap: 20px;
  }
}
.site-footer__ctas .site-footer__btn {
  min-height: 34px;
  font-weight: 400;
  width: auto;
  justify-content: center;
  text-align: center;
  gap: 4px;
  padding: 8px 10px;
  font-size: 0.6875rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .site-footer__ctas .site-footer__btn {
    gap: 8px;
    padding: 8px 20px;
    font-size: inherit;
    white-space: normal;
  }
}
.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}
@media (min-width: 768px) {
  .site-footer__bottom {
    gap: 32px;
  }
}
.site-footer__brand {
  display: none;
}
@media (min-width: 768px) {
  .site-footer__brand {
    display: inline-flex;
    align-items: center;
    height: 54px;
    padding-inline: 18px;
    background: #ffffff;
    border-radius: 999px;
  }
}
.site-footer__logo {
  height: 38px;
  width: auto;
}
.site-footer__logo-text {
  font-size: clamp(18px, 18px + 2 * (100vw - 390px) / 890, 20px);
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 700;
  color: #f04600;
}
.site-footer__credits {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px 8px;
  font-size: 0.75rem;
  line-height: 1.167;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 0.65625rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .site-footer__credits {
    flex: 1;
    gap: 16px;
    font-size: 0.75rem;
  }
}
.site-footer__credits a {
  color: #ffffff;
  text-decoration: underline;
}
.site-footer__credits a:hover {
  color: #fff1eb;
}
.site-footer__copy {
  font-weight: 400;
}
.site-footer__legal-group {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .site-footer__legal-group {
    margin-left: auto;
  }
}
.site-footer__legal {
  display: inline-flex;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__legal a {
  font-weight: 700;
}
.site-footer__rights {
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: -0.025em;
  font-weight: 700;
  padding: 14px 22px;
  border-radius: 999px;
  text-align: center;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.btn--primary {
  background: #008c96;
  color: #ffffff;
}
.btn--primary:hover {
  background: #f04600;
  color: #ffffff;
}
.btn--secondary {
  background: transparent;
  color: #f04600;
  border: 1px solid currentColor;
}
.btn--secondary:hover {
  background: #f04600;
  color: #ffffff;
}
.btn--ghost {
  background: #ffffff;
  color: #f04600;
}
.btn--ghost:hover {
  background: #fff1eb;
}
.btn--yellow {
  background: #ffcb77;
  color: #f04600;
}
.btn--yellow:hover {
  background: #f04600;
  color: #ffffff;
}
.btn--light {
  background: #fff1eb;
  color: #f04600;
}
.btn--light:hover {
  background: #ffffff;
}
.btn--dark {
  background: #f04600;
  color: #ffffff;
}
.btn--dark:hover {
  background: #008c96;
  color: #ffffff;
}

.i-arrow {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.btn:hover .i-arrow,
.btn:focus-visible .i-arrow {
  transform: rotate(45deg);
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: #f04600;
}
.link-arrow:hover {
  color: #008c96;
  gap: 12px;
}

.bg--white {
  background: #ffffff;
}

.bg--light {
  background: #fff1eb;
}

.bg--navy {
  background: #f04600;
  color: #ffffff;
}

.bg--blue {
  background: #008c96;
  color: #ffffff;
}

.bg--yellow {
  background: #ffcb77;
  color: #f04600;
}

.bg--dark {
  background: #1c1c1c;
  color: #ffffff;
}

.bg--navy :is(h1, h2, h3, h4, h5, h6),
.bg--blue :is(h1, h2, h3, h4, h5, h6),
.bg--dark :is(h1, h2, h3, h4, h5, h6) {
  color: #ffffff;
}

.bg--yellow :is(h1, h2, h3, h4, h5, h6) {
  color: #f04600;
}

.bg--navy .btn {
  background: #ffffff;
  color: #f04600;
}
.bg--navy .btn:hover {
  background: rgba(255, 255, 255, 0.85);
  color: #f04600;
}

.bg--blue .btn {
  background: #ffffff;
  color: #008c96;
}
.bg--blue .btn:hover {
  background: rgba(255, 255, 255, 0.85);
  color: #008c96;
}

.prose {
  color: #6f6f6f;
}
.prose a.btn::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 8px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath d='M1.6 6.4 6.4 1.6M2.4 1.6h4v4' fill='none' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath d='M1.6 6.4 6.4 1.6M2.4 1.6h4v4' fill='none' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  transition: transform 0.25s ease;
}
.prose a.btn:hover::after,
.prose a.btn:focus-visible::after {
  transform: rotate(45deg);
}
.prose h2,
.prose h3,
.prose h4 {
  color: #f04600;
  margin-bottom: 16px;
}
.prose h2 {
  font-size: clamp(28px, 28px + 20 * (100vw - 390px) / 890, 48px);
  line-height: 1;
}
.prose h3,
.prose h4 {
  margin-top: 24px;
}
.prose h3:first-child,
.prose h4:first-child {
  margin-top: 0;
}
.prose p {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 16px;
}
.prose p:last-child {
  margin-bottom: 0;
}
.prose strong,
.prose b {
  color: #f04600;
  font-weight: 700;
}
.prose a:not(.btn) {
  color: #008c96;
  text-decoration: underline;
}
.prose a.btn {
  text-decoration: none;
}
.prose ul:not(.swoosh-list),
.prose ol {
  margin: 0 0 16px 24px;
}
.prose ul:not(.swoosh-list) {
  list-style: disc;
}
.prose ol {
  list-style: decimal;
}
.prose li {
  margin-bottom: 4px;
}

.lead {
  font-size: clamp(20px, 20px + 4 * (100vw - 390px) / 890, 24px);
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 700;
  color: #f04600;
}

.prose .lead {
  font-size: clamp(20px, 20px + 4 * (100vw - 390px) / 890, 24px);
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 700;
  color: #f04600;
  margin-bottom: 12px;
}
.prose .stmt {
  color: #f04600;
  font-weight: 700;
  font-size: clamp(28px, 28px + 20 * (100vw - 390px) / 890, 48px);
  line-height: 1.18;
}
.prose .stmt--h4 {
  color: #f04600;
  font-weight: 700;
  font-size: clamp(24px, 24px + 10 * (100vw - 390px) / 890, 34px);
  line-height: 1;
}

mark,
.hl {
  background: #ffcb77;
  color: #ffffff;
  padding: 0 0.12em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

mark.is-navy {
  background: #f04600;
  color: #ffffff;
}

mark.is-yellow {
  background: #ffcb77;
  color: #ffffff;
}

.stmt {
  color: #f04600;
  font-weight: 700;
  line-height: 1.18;
  font-size: clamp(28px, 28px + 20 * (100vw - 390px) / 890, 48px);
  margin: 12px 0;
}
.stmt mark {
  padding: 0.12em 0.16em;
}

.stmt--h4 {
  font-size: clamp(24px, 24px + 10 * (100vw - 390px) / 890, 34px);
  line-height: 1;
}

.swoosh--jaune {
  transform: rotate(-100deg);
}

.swoosh-list {
  list-style: none;
  margin: 16px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .swoosh-list {
    margin: 20px 0;
    gap: 20px;
  }
}
.swoosh-list li {
  position: relative;
  padding-left: 29px;
  color: #f04600;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}
.swoosh-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 19px;
  height: 19px;
  background-color: #f04600;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54 54' fill='none'%3E%3Cpath d='M6.75817 18.3821C4.90572 22.7332 4.50459 27.5653 5.61424 32.1623C6.7239 36.7593 9.28527 40.8763 12.9187 43.9031C16.5521 46.93 21.0641 48.7055 25.7859 48.9665C30.5077 49.2275 35.1879 47.96 39.1327 45.352C43.0776 42.744 46.0771 38.9344 47.6866 34.4877C49.2961 30.041 49.4299 25.1941 48.0683 20.6654C46.7066 16.1366 43.9219 12.1672 40.127 9.34551C36.3321 6.52379 31.729 5 27 5' stroke='black' stroke-width='10'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54 54' fill='none'%3E%3Cpath d='M6.75817 18.3821C4.90572 22.7332 4.50459 27.5653 5.61424 32.1623C6.7239 36.7593 9.28527 40.8763 12.9187 43.9031C16.5521 46.93 21.0641 48.7055 25.7859 48.9665C30.5077 49.2275 35.1879 47.96 39.1327 45.352C43.0776 42.744 46.0771 38.9344 47.6866 34.4877C49.2961 30.041 49.4299 25.1941 48.0683 20.6654C46.7066 16.1366 43.9219 12.1672 40.127 9.34551C36.3321 6.52379 31.729 5 27 5' stroke='black' stroke-width='10'/%3E%3C/svg%3E") no-repeat center/contain;
  transform: rotate(270deg);
}

.swoosh-list--grey li {
  color: #6f6f6f;
  font-weight: 400;
}
.swoosh-list--grey li strong {
  color: #6f6f6f;
  font-weight: 700;
}

.swoosh-list--mixed li {
  font-weight: 400;
}
.swoosh-list--mixed li strong {
  font-weight: 700;
  color: #f04600;
}

.bg--navy .swoosh-list li {
  color: #ffffff;
}
.bg--navy .swoosh-list li::before {
  background-color: #ffcb77;
  -webkit-mask-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54 54' fill='none'%3E%3Cpath d='M6.75817 18.3821C4.90572 22.7332 4.50459 27.5653 5.61424 32.1623C6.7239 36.7593 9.28527 40.8763 12.9187 43.9031C16.5521 46.93 21.0641 48.7055 25.7859 48.9665C30.5077 49.2275 35.1879 47.96 39.1327 45.352C43.0776 42.744 46.0771 38.9344 47.6866 34.4877C49.2961 30.041 49.4299 25.1941 48.0683 20.6654C46.7066 16.1366 43.9219 12.1672 40.127 9.34551C36.3321 6.52379 31.729 5 27 5' stroke='black' stroke-width='10'/%3E%3C/svg%3E);
  mask-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54 54' fill='none'%3E%3Cpath d='M6.75817 18.3821C4.90572 22.7332 4.50459 27.5653 5.61424 32.1623C6.7239 36.7593 9.28527 40.8763 12.9187 43.9031C16.5521 46.93 21.0641 48.7055 25.7859 48.9665C30.5077 49.2275 35.1879 47.96 39.1327 45.352C43.0776 42.744 46.0771 38.9344 47.6866 34.4877C49.2961 30.041 49.4299 25.1941 48.0683 20.6654C46.7066 16.1366 43.9219 12.1672 40.127 9.34551C36.3321 6.52379 31.729 5 27 5' stroke='black' stroke-width='10'/%3E%3C/svg%3E);
  transform: rotate(270deg);
}

.bg--blue .swoosh-list li {
  color: #ffffff;
}

.service-feature .bg--white .swoosh-list {
  gap: 8px;
}
.service-feature .bg--white .swoosh-list li {
  color: #6f6f6f;
  font-weight: 400;
  line-height: 1.3;
}

.js-anim .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.js-anim .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.js-anim .hero-slide__welcome,
.js-anim .hero-slide__title,
.js-anim .hero-slide__lead,
.js-anim .hero-slide__sub,
.js-anim .hero-slide__btn,
.js-anim .hero-slide__brands {
  opacity: 0;
  animation: heroRise 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.js-anim .hero-slide__welcome {
  animation-delay: 0.05s;
}
.js-anim .hero-slide__title {
  animation-delay: 0.12s;
}
.js-anim .hero-slide__lead {
  animation-delay: 0.22s;
}
.js-anim .hero-slide__sub {
  animation-delay: 0.32s;
}
.js-anim .hero-slide__btn {
  animation-delay: 0.42s;
}
.js-anim .hero-slide__brands {
  animation-delay: 0.52s;
}

.btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.card,
.icard,
.fcard,
.actu-card,
.webinar-row {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.card:hover,
.icard:hover,
.fcard:hover,
.actu-card:hover,
.webinar-row:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(240, 70, 0, 0.1);
}

.actu-card__media {
  overflow: hidden;
}

.actu-card__img {
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.actu-card:hover .actu-card__img {
  transform: scale(1.04);
}

.card__media,
.gamme-row__visual {
  overflow: hidden;
}

.gamme-row__visual {
  border-radius: 30px;
}

.card__media img,
.gamme-row__visual img {
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.card:hover .card__media img,
.gamme-row:hover .gamme-row__visual img {
  transform: scale(1.04);
}

@media (prefers-reduced-motion: reduce) {
  .js-anim .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .js-anim .hero-slide__welcome,
  .js-anim .hero-slide__title,
  .js-anim .hero-slide__lead,
  .js-anim .hero-slide__sub,
  .js-anim .hero-slide__btn,
  .js-anim .hero-slide__brands {
    opacity: 1;
    animation: none;
  }
  .btn,
  .card,
  .icard,
  .fcard,
  .card__media img,
  .gamme-row__visual img {
    transition: none;
  }
}
.hero-section {
  padding-block: 20px;
}

.hero-slider {
  position: relative;
}
.hero-slider .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 10px;
  width: auto;
}
@media (min-width: 768px) {
  .hero-slider .swiper-pagination {
    bottom: 28px;
  }
}
.hero-slider .swiper-pagination-bullet {
  width: 40px;
  height: 10px;
  margin: 0 !important;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.9);
  opacity: 1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  transition: background 0.25s ease;
}
@media (min-width: 768px) {
  .hero-slider .swiper-pagination-bullet {
    width: 50px;
    height: 12px;
  }
}
.hero-slider .swiper-pagination-bullet-active {
  background: #008c96;
}

.hero-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 8px solid #f04600;
  border-radius: 30px;
  background: #eef3f9;
  min-height: 420px;
}
@media (min-width: 768px) {
  .hero-slide {
    border-width: 12px;
    min-height: 520px;
  }
}
@media (min-width: 1024px) {
  .hero-slide {
    border-width: 15px;
    min-height: 600px;
  }
}
.hero-slide__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% center;
  z-index: 0;
}
@media (min-width: 768px) {
  .hero-slide__bg {
    object-position: center right;
  }
}
.hero-slide__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 20px 20px 48px;
}
@media (min-width: 768px) {
  .hero-slide__content {
    gap: 8px;
    padding: 48px 48px 80px;
    max-width: 90%;
  }
}
.hero-slide__title {
  margin: 0;
  background: #f04600;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.01em;
  padding: 4px 18px 8px;
  font-size: clamp(34px, 34px + 38 * (100vw - 390px) / 890, 72px);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 768px) {
  .hero-slide__title {
    padding: 6px 26px 12px;
  }
}
.hero-slide__subtitle {
  margin: 0;
  background: #008c96;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.1;
  padding: 4px 18px 8px;
  font-size: clamp(20px, 20px + 20 * (100vw - 390px) / 890, 40px);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 768px) {
  .hero-slide__subtitle {
    padding: 6px 24px 10px;
  }
}
.hero-slide__text {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  font-size: clamp(1rem, 3vw, 1.375rem);
}
.hero-slide__btn {
  align-self: flex-start;
  margin-top: 12px;
}

.hero-slide__content:not(:has(> *)) {
  display: none;
}

.section-title__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-title--center .section-title__inner {
  align-items: center;
  text-align: center;
}
.section-title__logo-img {
  display: block;
  height: 91px;
  width: auto;
}
.section-title__eyebrow {
  color: #008c96;
}
.section-title__title {
  font-size: clamp(28px, 28px + 20 * (100vw - 390px) / 890, 48px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: #f04600;
  margin-bottom: 0;
}
.section-title__text {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0;
  font-weight: 400;
  color: #6f6f6f;
  max-width: 760px;
}

@media (min-width: 1280px) {
  .section.promo > .container {
    padding-inline: 0;
  }
}
.promo__card {
  display: grid;
  gap: 24px;
  align-items: center;
  border-radius: 30px;
  padding: 28px 24px;
}
@media (min-width: 768px) {
  .promo__card {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 40px;
  }
}
.promo__card.bg--dark {
  background-color: #2b2b2b;
  color: #ffffff;
}
@media (min-width: 768px) {
  .promo__card.bg--dark {
    padding: 30px 50px;
  }
}
@media (min-width: 768px) {
  .promo__card--img-left .promo__media {
    order: -1;
  }
}
.promo__card--img-top {
  grid-template-columns: 1fr;
  justify-items: start;
}
@media (min-width: 768px) {
  .promo__card--img-top {
    grid-template-columns: 1fr;
  }
}
.promo__card--img-top .promo__media {
  order: -1;
  text-align: left;
  margin: 0;
}
.promo__card--img-top .promo__img {
  width: 100%;
  max-width: 220px;
  height: auto;
}
.promo__card--img-right {
  grid-template-columns: 1fr 118px;
  align-items: center;
}
@media (min-width: 768px) {
  .promo__card--img-right {
    grid-template-columns: 1fr 1fr;
  }
}
.promo__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 768px) {
  .promo__body {
    gap: 30px;
  }
}
.promo__title {
  font-weight: 700;
  line-height: 1;
  font-size: clamp(24px, 24px + 10 * (100vw - 390px) / 890, 34px);
  margin: 0;
}
.promo__text {
  font-size: 1rem;
  line-height: 1.375;
  margin: 0;
}
.promo__text p {
  margin: 0;
}
.promo__btn {
  align-self: flex-start;
}
.promo__media {
  position: relative;
  text-align: center;
}
.promo__card--img-right .promo__img {
  width: 118px;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.22);
  transform: none;
}
@media (min-width: 768px) {
  .promo__card--img-right .promo__img {
    width: 150px;
    box-shadow: none;
    filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.22));
    transform: rotate(4deg);
  }
}
.promo__media--stack {
  width: 210px;
  height: 147px;
}
.promo__media--stack .promo__img-back,
.promo__media--stack .promo__img {
  position: absolute;
  width: 180px;
  height: 127px;
  object-fit: cover;
  box-shadow: none;
  transform: none;
}
.promo__media--stack .promo__img-back {
  top: 0;
  left: 0;
  z-index: 1;
}
.promo__media--stack .promo__img {
  top: 19.6px;
  left: 30px;
  z-index: 2;
}

@media (min-width: 1280px) {
  .section.services > .container {
    padding-inline: 0;
  }
}
.services__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px 20px;
  text-align: center;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .services__card {
    gap: 50px;
    padding: 40px 50px 30px 40px;
  }
}
.services__title {
  font-size: clamp(24px, 24px + 10 * (100vw - 390px) / 890, 34px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: inherit;
}
.services__intro {
  margin-top: 16px;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0;
  font-weight: 400;
}
@media (min-width: 768px) {
  .services__intro {
    margin-top: 40px;
  }
}
.services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  justify-items: center;
  gap: 20px 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .services__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .services .service {
    width: 210px;
  }
}
.services__tagline {
  font-size: clamp(20px, 20px + 4 * (100vw - 390px) / 890, 24px);
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 700;
  color: #ffffff;
}

.service {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}
@media (min-width: 768px) {
  .service {
    gap: 10px;
    width: 190px;
  }
}
.service__icon {
  width: 52px;
  height: 52px;
}
@media (min-width: 768px) {
  .service__icon {
    width: 80px;
    height: 80px;
  }
}
.service__icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service__title {
  font-size: clamp(18px, 18px + 2 * (100vw - 390px) / 890, 20px);
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 700;
  font-weight: 400;
  color: inherit;
}
.service__text {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  opacity: 0.85;
}

.cards__title {
  text-align: center;
  margin-bottom: 16px;
}
.cards__intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
  color: #6f6f6f;
}

.card {
  display: flex;
  flex-direction: column;
  background: #fff1eb;
  border-radius: 16px;
  overflow: hidden;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.card__media {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
}
.card__title {
  font-size: clamp(18px, 18px + 2 * (100vw - 390px) / 890, 20px);
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 700;
}
.card__text {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  color: #6f6f6f;
}
.card__link {
  margin-top: 8px;
}

a.card:hover {
  transform: translateY(-4px);
}

.articles {
  text-align: center;
}
.articles__title {
  font-size: clamp(24px, 24px + 10 * (100vw - 390px) / 890, 34px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 30px;
}
.articles__intro {
  margin: 0 auto 30px;
  color: #6f6f6f;
}
.articles__btn {
  margin-bottom: 30px;
}
.articles__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  text-align: left;
}
@media (min-width: 480px) {
  .articles__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .articles__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.article-card {
  position: relative;
  display: block;
  min-height: 420px;
  border-radius: 30px;
  overflow: hidden;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .article-card {
    min-height: 500px;
  }
}
.article-card__bg, .article-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(240, 70, 0, 0.5);
  transition: background 0.25s ease;
}
.article-card__content {
  position: absolute;
  inset: auto 20px 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.article-card__title {
  color: #fff1eb;
  font-weight: 700;
  line-height: 1;
  font-size: clamp(24px, 24px + 10 * (100vw - 390px) / 890, 34px);
}
.article-card__sub {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  color: #ffcb77;
}
.article-card__btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #fff1eb;
  color: #f04600;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: -0.025em;
  font-weight: 700;
  transition: gap 0.25s ease;
}
.article-card:hover .article-card__overlay {
  background: rgba(240, 70, 0, 0.65);
}
.article-card:hover .article-card__btn {
  gap: 8px;
}

.locator__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}
.locator__icon {
  color: #ffcb77;
}
.locator__icon .swoosh {
  width: 54px;
  height: 54px;
}
.locator__title {
  font-size: clamp(24px, 24px + 10 * (100vw - 390px) / 890, 34px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
}
.locator__subtitle {
  margin: -14px 0 0;
  max-width: 720px;
  color: #ffcb77;
  font-weight: 700;
  line-height: 1.15;
  font-size: clamp(22px, 22px + 6 * (100vw - 390px) / 890, 28px);
}
.locator__text {
  max-width: 860px;
  color: #6f6f6f;
  font-size: clamp(17px, 17px + 3 * (100vw - 390px) / 890, 20px);
  line-height: 1.5;
}
.locator__btn {
  color: #fff1eb;
}
.locator__btn:hover {
  color: #ffffff;
}
.locator__media {
  width: 100%;
}
.locator__figure {
  position: relative;
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
}
.locator__img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}
.locator__scrim {
  position: absolute;
  inset: 0;
  background: rgba(240, 70, 0, 0.6);
}
.locator__embed {
  width: 100%;
  min-height: 420px;
}
.locator__embed iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 30px;
}

#store-finder-widget {
  border: 0 !important;
}

.video__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}
.video__media, .video__content {
  flex: 1 0 0;
  min-width: 280px;
}
@media (min-width: 768px) {
  .video__media, .video__content {
    min-width: 400px;
  }
}
.video__media {
  position: relative;
  height: 360px;
  padding: 10px;
  background: #f04600;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .video__media {
    height: 400px;
  }
}
.video__poster {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
}
.video__poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ffffff;
}
.video__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #f04600;
}
.video__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
}
@media (min-width: 768px) {
  .video__content {
    padding: 0 50px;
  }
}
.video__title {
  font-size: clamp(24px, 24px + 10 * (100vw - 390px) / 890, 34px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: #f04600;
}
.video__text {
  color: #6f6f6f;
}
.video__btn {
  align-self: flex-start;
}

.testimonials__title {
  font-size: clamp(24px, 24px + 10 * (100vw - 390px) / 890, 34px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
.testimonials__intro {
  max-width: 600px;
  margin: 0 auto 30px;
  color: #6f6f6f;
  text-align: center;
}
@media (min-width: 768px) {
  .testimonials__grid--single {
    padding-inline: 100px;
  }
}
.testimonials__grid--single .vcard {
  align-items: flex-start;
  max-width: 100%;
}

.vcard {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.vcard__media {
  position: relative;
  display: block;
  width: 336px;
  max-width: 100%;
  aspect-ratio: 336/200;
  overflow: hidden;
  border-radius: 30px;
}
.vcard__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}
.vcard__media:hover .vcard__img {
  transform: scale(1.03);
}
.vcard__title {
  font-size: clamp(20px, 20px + 4 * (100vw - 390px) / 890, 24px);
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 700;
  color: #f04600;
}
.vcard__loc {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0;
  font-weight: 400;
  color: #6f6f6f;
}
.vcard__btn {
  align-self: flex-start;
}

.divider {
  display: flex;
  justify-content: center;
  padding-block: 12px;
}
@media (min-width: 768px) {
  .divider {
    padding-block: 20px;
  }
}
.divider__mark {
  display: inline-flex;
  color: #008c96;
}
.divider .swoosh {
  display: block;
  width: 48px;
  height: auto;
}
@media (min-width: 768px) {
  .divider .swoosh {
    width: 60px;
  }
}

.brands {
  text-align: center;
}
.brands__title {
  color: #929292;
  margin-bottom: 24px;
}
.brands__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.brands__logo {
  max-height: 44px;
  width: auto;
  opacity: 0.8;
  filter: grayscale(1);
  transition: filter 0.25s ease, opacity 0.25s ease;
}
.brands__item:hover .brands__logo {
  opacity: 1;
  filter: none;
}

.rich-text--narrow .rich-text__content {
  max-width: 760px;
  margin-inline: auto;
}
.rich-text--center .rich-text__content {
  text-align: center;
  max-width: 820px;
  margin-inline: auto;
}
.rich-text__content h2,
.rich-text__content h3,
.rich-text__content h4 {
  margin-top: 32px;
  margin-bottom: 16px;
}
.rich-text__content h2:first-child,
.rich-text__content h3:first-child,
.rich-text__content h4:first-child {
  margin-top: 0;
}
.rich-text__content p {
  margin-bottom: 16px;
  color: #6f6f6f;
}
.rich-text__content ul,
.rich-text__content ol {
  margin: 0 0 16px 20px;
}
.rich-text__content ul {
  list-style: disc;
}
.rich-text__content ol {
  list-style: decimal;
}
.rich-text__content a {
  color: #008c96;
  text-decoration: underline;
}

.rich-text--has-bg .rich-text__content {
  background: var(--rt-bg);
  border-radius: 30px;
  padding: 32px 24px;
}
@media (min-width: 768px) {
  .rich-text--has-bg .rich-text__content {
    padding: 48px 56px;
  }
}

.page-header {
  text-align: center;
}
.page-header--left {
  text-align: left;
}
.page-header__eyebrow {
  font-size: clamp(20px, 20px + 4 * (100vw - 390px) / 890, 24px);
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 700;
  color: #6f6f6f;
  margin-bottom: 0;
}
.page-header__title {
  color: #f04600;
  font-weight: 700;
  line-height: 1.0833;
  font-size: clamp(30px, 30px + 30 * (100vw - 390px) / 890, 60px);
  margin-bottom: 0;
}
.page-header--h3 .page-header__title {
  line-height: 1;
  font-size: clamp(28px, 28px + 20 * (100vw - 390px) / 890, 48px);
}
.page-header__subtitle {
  margin-top: 20px;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  line-height: 1.25;
  font-weight: 700;
  color: #f04600;
  max-width: 580px;
}
.page-header__subtitle p {
  margin-bottom: 0;
}
.page-header--center .page-header__subtitle {
  margin-inline: auto;
}
.page-header__subtitle:has(.ph-lead) {
  max-width: 880px;
  margin-top: 48px;
}
.page-header__subtitle .ph-lead {
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
  color: #6f6f6f;
  letter-spacing: -0.01em;
  margin: 0;
}
.page-header__subtitle .ph-statement {
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 700;
  color: #f04600;
  margin: 1.6em 0 0;
}

.page-header--soft .page-header__swoosh {
  display: block;
  width: 54px;
  margin: 32px auto 0;
}
.page-header--soft .page-header__swoosh svg {
  display: block;
  width: 100%;
  height: auto;
}
.page-header--soft .page-header__subtitle {
  margin-top: 24px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  color: #6f6f6f;
}
.page-header--soft .page-header__subtitle p {
  margin: 0;
}

.page-id-25 .page-header__subtitle .ph-statement {
  margin-top: 0.6em;
}

.home .text-media__content ul:not(.swoosh-list) li {
  color: #f04600;
  font-weight: 500;
  font-size: clamp(17px, 17px + 5 * (100vw - 390px) / 890, 22px);
}
.home .text-media__content ul:not(.swoosh-list) li::marker {
  color: #f04600;
}

.text-media__inner {
  display: grid;
  gap: 40px;
  align-items: center;
}
@media (min-width: 768px) {
  .text-media__inner {
    grid-template-columns: var(--tm-media-w, 350px) 1fr;
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .text-media--img-right .text-media__media {
    order: 2;
  }
}
@media (min-width: 768px) {
  .text-media--img-right .text-media__inner {
    grid-template-columns: 1fr var(--tm-media-w, 350px);
  }
}

.media-shape {
  margin: 0;
}
.media-shape__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-shape--circle {
  position: relative;
  width: 100%;
  max-width: 350px;
  aspect-ratio: 1;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-shape--circle::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: rotate(45deg);
  z-index: 1;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 350 341' fill='none'%3E%3Cpath d='M274.4 297.338C247.163 318.665 213.779 330.648 179.197 331.511C144.614 332.374 110.674 322.07 82.4074 302.127C54.1409 282.185 33.0527 253.665 22.2689 220.795C11.485 187.926 11.5796 152.456 22.5385 119.645C33.4975 86.8332 54.7375 58.4262 83.1099 38.6347C111.482 18.8431 145.477 8.72067 180.054 9.76778C214.632 10.8149 247.952 22.9758 275.074 44.4479C302.197 65.92 321.679 95.5602 330.633 128.975' stroke='%23f04600' stroke-width='20'/%3E%3C/svg%3E") no-repeat center/contain;
}
.media-shape--circle .media-shape__img {
  width: 92%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}
.home .media-shape--circle::before {
  display: none;
}
.home .media-shape--circle .media-shape__img {
  width: 100%;
}
.media-shape--square .media-shape__img {
  border-radius: 16px;
}

.text-media:has(.pon-lemag) .text-media__inner {
  border: 2px solid #f04600;
  border-radius: 30px;
  padding: 32px 40px;
}
@media (min-width: 768px) {
  .text-media:has(.pon-lemag) .text-media__inner {
    padding: 56px 80px;
  }
}
@media (min-width: 768px) {
  .text-media:has(.pon-lemag).text-media--img-right .text-media__inner {
    grid-template-columns: 1fr 300px;
  }
}

.text-media__content .lemag-h {
  font-size: clamp(28px, 28px + 20 * (100vw - 390px) / 890, 48px);
  line-height: 1;
  font-weight: 700;
  color: #f04600;
  margin: 0 0 0.3em;
}
.text-media__content .lemag-feature {
  font-size: 1.625rem;
  line-height: 1.2;
  font-weight: 700;
  color: #f04600;
  margin: 0.1em 0 0.6em;
}

.text-media .media-shape--square {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  box-shadow: 0 4px 44px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}
.text-media .media-shape--square .media-shape__img {
  position: absolute;
  inset: 0;
}

@media (min-width: 768px) {
  .text-media:has(.media-shape--circle) .text-media__inner {
    grid-template-columns: var(--tm-media-w, 500px) 1fr;
  }
  .text-media:has(.media-shape--circle).text-media--img-right .text-media__inner {
    grid-template-columns: 1fr var(--tm-media-w, 300px);
  }
}
.text-media:has(.media-shape--circle) .media-shape--circle {
  max-width: 350px;
}
.text-media:has(.media-shape--circle) .text-media__content p {
  line-height: 1.65;
  margin-bottom: 24px;
}

.media-shape--full {
  width: 100%;
}
.media-shape--full .media-shape__img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
}

@media (min-width: 768px) {
  .text-media:has(.media-shape--full) .text-media__inner {
    grid-template-columns: var(--tm-media-w, 420px) 1fr;
  }
  .text-media:has(.media-shape--full).text-media--img-right .text-media__inner {
    grid-template-columns: 1fr var(--tm-media-w, 420px);
  }
}

.media-shape--card {
  width: 100%;
}
.media-shape--card .media-shape__img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.text-media:has(.media-shape--card) .text-media__content h2 {
  font-size: 2.25rem;
  line-height: 1.05;
}
@media (min-width: 768px) {
  .text-media:has(.media-shape--card).text-media--img-right .text-media__inner {
    grid-template-columns: 1fr 460px;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .two-col__inner {
    padding-inline: 100px;
  }
}
.two-col__icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 30px;
}
.two-col__icon img,
.two-col__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.two-col__icon--swoosh {
  color: #f04600;
}
.two-col__heading {
  color: #f04600;
  font-weight: 700;
  line-height: 1;
  font-size: clamp(28px, 28px + 20 * (100vw - 390px) / 890, 48px);
  margin-bottom: 30px;
}
.two-col__grid {
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .two-col__grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
.two-col--center .two-col__grid {
  align-items: center;
}
@media (min-width: 768px) {
  .two-col--asym .two-col__grid {
    grid-template-columns: minmax(0, 1fr) 363px;
    align-items: start;
    padding-block: 20px;
  }
}
.two-col--asym .two-col__col:first-child {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .two-col--asym .two-col__col:first-child {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .two-col--sidebar .two-col__grid {
    grid-template-columns: 316px minmax(0, 1fr);
    align-items: start;
    gap: 30px;
  }
}
.two-col--sidebar .two-col__col:first-child h2,
.two-col--sidebar .two-col__col:first-child h3,
.two-col--sidebar .two-col__col:first-child p {
  color: #f04600;
  font-weight: 700;
  line-height: 1;
  font-size: clamp(28px, 28px + 20 * (100vw - 390px) / 890, 48px);
  margin: 0;
}
.two-col--sidebar .two-col__col:last-child {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.two-col--sidebar .two-col__col:last-child h3,
.two-col--sidebar .two-col__col:last-child h4 {
  color: #f04600;
  font-weight: 700;
  line-height: 1.1;
  font-size: clamp(24px, 24px + 10 * (100vw - 390px) / 890, 34px);
  margin: 0;
}
.two-col--asym .two-col__col:last-child {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.two-col--asym .two-col__col:last-child .lead {
  max-width: 318px;
  margin-bottom: 0;
}
.two-col--asym .two-col__col:last-child .stmt {
  margin: 0;
  white-space: nowrap;
  font-size: clamp(28px, 28px + 16 * (100vw - 390px) / 890, 44px);
}

.feature-cards__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: stretch;
}

.fcard {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
  min-width: 350px;
  padding: 50px;
  background: #fff1eb;
  border-radius: 30px;
}
.fcard__title {
  font-size: clamp(20px, 20px + 4 * (100vw - 390px) / 890, 24px);
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 700;
  color: #f04600;
  width: 100%;
  margin-bottom: 0;
  min-height: 2.5em;
}
.fcard__text {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0;
  font-weight: 400;
  color: #f04600;
  width: 100%;
}

.engagements__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  background: #f04600;
  color: #ffffff;
  border-radius: 30px;
  padding: 32px 20px;
}
@media (min-width: 768px) {
  .engagements__panel {
    gap: 50px;
    padding: 50px 100px;
  }
}
.engagements__title {
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  font-size: clamp(26px, 26px + 14 * (100vw - 390px) / 890, 40px);
  width: 100%;
  margin: 0;
}
.engagements__intro, .engagements__outro {
  width: 100%;
  color: #ffffff;
}
.engagements__intro p, .engagements__outro p {
  color: #ffffff;
}
.engagements__intro strong, .engagements__outro strong {
  color: #ffffff;
}
.engagements__outro {
  font-weight: 700;
}
.engagements__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .engagements__list {
    gap: 40px;
  }
}

.engagement {
  display: flex;
  gap: 20px;
}
.engagement__mark {
  flex-shrink: 0;
  color: #ffcb77;
}
.engagement__mark .swoosh {
  width: 36px;
  height: 35px;
}
.engagement__body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.engagement__title {
  font-size: clamp(18px, 18px + 2 * (100vw - 390px) / 890, 20px);
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 700;
  color: #ffcb77;
  margin-bottom: 0;
}
.engagement__text {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0;
  font-weight: 400;
  color: #ffffff;
  max-width: 402px;
}

.cta-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 30px;
  border-top: 1px solid #e9e9e9;
}
@media (min-width: 768px) {
  .cta-banner {
    min-height: 128px;
  }
}
.cta-banner__media img {
  width: 100%;
  height: 100%;
  max-height: 220px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cta-banner__media {
    position: absolute;
    left: -110px;
    top: 50%;
    transform: translateY(-50%);
    width: 440px;
    height: 440px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #f04600;
  }
  .cta-banner__media img {
    max-height: none;
    border-radius: 50%;
  }
}
.cta-banner__body {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 32px 40px;
}
@media (min-width: 768px) {
  .cta-banner__body {
    justify-content: flex-end;
    padding: 30px 36px;
    padding-left: 340px;
  }
}
.cta-banner__title {
  font-size: clamp(24px, 24px + 10 * (100vw - 390px) / 890, 34px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: #f04600;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .cta-banner__title {
    flex: 1 0 0;
    min-width: 180px;
    text-align: right;
  }
}
.cta-banner__btn {
  flex-shrink: 0;
  min-height: 36px;
  padding: 8px 20px;
  gap: 5px;
}

@media (min-width: 768px) {
  .service-feature:has(.bg--navy), .service-feature:has(.bg--blue) {
    margin-top: 96px;
    margin-bottom: 80px;
  }
}
.service-feature__inner {
  position: relative;
  border-radius: 30px;
}
.service-feature__inner::after {
  content: "";
  display: table;
  clear: both;
}
.service-feature__inner.bg--navy, .service-feature__inner.bg--blue, .service-feature__inner.bg--light {
  padding: 24px 20px;
}
@media (min-width: 768px) {
  .service-feature__inner.bg--navy, .service-feature__inner.bg--blue, .service-feature__inner.bg--light {
    padding: 56px 64px;
  }
}
.service-feature__media {
  margin: 0 auto 20px;
  max-width: 200px;
}
@media (min-width: 768px) {
  .service-feature__media {
    float: right;
    width: 540px;
    max-width: none;
    margin: 0 0 24px 48px;
    margin-right: -170px;
  }
}
@media (min-width: 768px) {
  .service-feature.sf--img-left .service-feature__media {
    float: left;
    margin: 0 48px 24px 0;
    margin-left: -170px;
  }
}
.service-feature__inner.bg--navy, .service-feature__inner.bg--blue {
  overflow: visible;
}
@media (min-width: 768px) {
  .service-feature__inner.bg--navy .service-feature__media, .service-feature__inner.bg--blue .service-feature__media, .service-feature.sf--img-right .service-feature__inner.bg--navy .service-feature__media, .service-feature.sf--img-right .service-feature__inner.bg--blue .service-feature__media {
    float: right;
    width: 500px;
    margin: -120px -160px 20px 48px;
  }
}
.service-feature__media .media-shape--circle {
  width: 100%;
  max-width: none;
  aspect-ratio: 1;
}
.service-feature.sf--valign-top .swoosh-list {
  display: block;
}
.service-feature.sf--valign-top .swoosh-list li {
  margin-bottom: 10px;
}
.service-feature__title {
  color: #f04600;
  font-weight: 700;
  line-height: 1.05;
  font-size: clamp(28px, 28px + 16 * (100vw - 390px) / 890, 44px);
  margin-bottom: 12px;
}
.service-feature__subtitle {
  color: #f04600;
  font-weight: 700;
  line-height: 1.1;
  font-size: clamp(24px, 24px + 10 * (100vw - 390px) / 890, 34px);
  margin-bottom: 20px;
}
.service-feature__inner.bg--navy, .service-feature__inner.bg--blue {
  color: #ffffff;
}
.service-feature__inner.bg--navy .service-feature__title, .service-feature__inner.bg--blue .service-feature__title {
  color: #ffffff;
}
.service-feature__inner.bg--navy .service-feature__subtitle, .service-feature__inner.bg--blue .service-feature__subtitle {
  color: #ffffff;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
}
.service-feature__inner.bg--navy .prose,
.service-feature__inner.bg--navy .prose p, .service-feature__inner.bg--blue .prose,
.service-feature__inner.bg--blue .prose p {
  color: #ffffff;
}
.service-feature__inner.bg--navy .prose strong, .service-feature__inner.bg--blue .prose strong {
  color: #ffffff;
}

.cards-slider {
  overflow: hidden;
}
.cards-slider__title {
  font-size: clamp(24px, 24px + 10 * (100vw - 390px) / 890, 34px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 32px;
}
.cards-slider__swiper {
  overflow: hidden;
}
.cards-slider__swiper .swiper-slide {
  height: auto;
}
.cards-slider__swiper .swiper-wrapper {
  max-width: 100%;
}
.cards-slider__nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
.cards-slider__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f04600;
  color: #ffffff;
  transition: background 0.25s ease, opacity 0.25s ease;
}
.cards-slider__btn:hover {
  background: #008c96;
}
.cards-slider__btn.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}

.scard {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  padding: 32px 24px;
  background: #fff1eb;
  border-radius: 16px;
}
.scard__title {
  font-size: clamp(20px, 20px + 4 * (100vw - 390px) / 890, 24px);
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.1;
  color: #f04600;
}
.scard__subtitle {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
  color: #f04600;
}
.scard__body {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  color: #6f6f6f;
}
.scard__body .swoosh-list {
  margin: 12px 0;
  gap: 12px;
}
.scard__body .swoosh-list li {
  color: #6f6f6f;
  font-weight: 400;
}
.scard__body .swoosh-list li strong {
  color: #f04600;
  font-weight: 700;
}
.scard__body strong {
  color: #f04600;
}
.scard__btn {
  align-self: flex-start;
  margin-top: 12px;
}

.instagram {
  text-align: center;
}
.instagram__title {
  font-size: clamp(24px, 24px + 10 * (100vw - 390px) / 890, 34px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 40px;
}
.instagram__title a {
  color: #f04600;
}
.instagram__title a:hover {
  color: #008c96;
}
.instagram__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 480px) {
  .instagram__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.instagram__item {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 16px;
}
.instagram__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}
.instagram__item:hover .instagram__img {
  transform: scale(1.04);
}

.card-compare__grid {
  display: grid;
  gap: 20px;
}
@media (min-width: 1024px) {
  .card-compare__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.cc-panel {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  padding: 24px 20px;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .cc-panel {
    flex-direction: row;
    align-items: center;
    gap: 30px;
    padding: 20px;
  }
}
.cc-panel--yellow {
  background: #fbe905;
}
.cc-panel--dark {
  background: #231f20;
}
@media (min-width: 768px) {
  .cc-panel--dark {
    padding: 30px 20px;
  }
}
@media (min-width: 768px) {
  .cc-panel--card-right {
    flex-direction: row-reverse;
  }
}
.cc-panel__card {
  flex-shrink: 0;
  width: 150px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cc-panel--dark .cc-panel__card {
  width: 180px;
}
.cc-panel__img {
  width: 100%;
  aspect-ratio: 180/127;
  object-fit: cover;
}
.cc-panel__label {
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 700;
  color: #003264;
}
.cc-panel--dark .cc-panel__label {
  color: #ffffff;
  text-align: right;
}
.cc-panel__body {
  flex: 1 1 0;
  min-width: 0;
}
.cc-panel__heading {
  font-size: 1rem;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
}
.cc-panel__list {
  margin: 0;
}
.cc-panel__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cc-panel__list li {
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}
.cc-panel__list strong {
  font-weight: 700;
}

.cc-panel--dark .cc-panel__list li {
  color: #ffffff;
}
.cc-panel--dark .cc-panel__list li::before {
  background-color: #ffcb77;
}

.icon-cards__grid {
  display: grid;
  gap: 30px;
  align-items: start;
}
@media (min-width: 1024px) {
  .icon-cards__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.icon-cards__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.icard {
  background: #fff1eb;
  border-radius: 30px;
  padding: 32px 24px;
}
@media (min-width: 768px) {
  .icard {
    padding: 50px 40px;
  }
}
.icard {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.icard__icon {
  display: block;
}
.icard__icon-img {
  display: block;
  width: auto;
  height: auto;
  max-height: 52px;
}
.icard__title {
  color: #f04600;
  font-weight: 700;
  line-height: 1.05;
  font-size: clamp(24px, 24px + 10 * (100vw - 390px) / 890, 34px);
  margin: 0;
}
.icard__subtitle {
  color: #f04600;
  font-weight: 700;
  line-height: 30px;
  font-size: 1.5rem;
  margin: 0;
}
.icard__text {
  color: #6f6f6f;
  font-size: 1rem;
  line-height: 1.375;
}
.icard__text p {
  margin: 0 0 1em;
}
.icard__text p:last-child {
  margin-bottom: 0;
}
.icard__text ul {
  margin: 0;
  padding-left: 1.25em;
  list-style: disc;
}
.icard__text li {
  margin-bottom: 0.35em;
}
.icard__text strong {
  font-weight: 700;
}
.icard__media {
  align-self: center;
}
.icard__media-img {
  display: block;
  width: auto;
  max-width: 40%;
  height: auto;
}
.icard__logos {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 18px 22px;
}
.icard__logos-img {
  display: block;
  width: 100%;
  height: auto;
}
.icard__btn {
  align-self: flex-start;
}

.image-banner__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.gamme-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: center;
}
.gamme-row + .gamme-row {
  margin-top: 14px;
}
@media (min-width: 768px) {
  .gamme-row {
    gap: 18px;
  }
  .gamme-row + .gamme-row {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .gamme-row__info {
    order: 0;
  }
}
@media (min-width: 768px) {
  .gamme-row--vright .gamme-row__visual {
    order: 2;
  }
}
@media (min-width: 768px) {
  .gamme-row--vright .gamme-row__info {
    align-items: flex-end;
    text-align: right;
  }
}
.gamme-row__visual-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.gamme-row__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  padding: 0;
}
@media (min-width: 768px) {
  .gamme-row__info {
    gap: 14px;
    padding: 20px 59px;
  }
}
.gamme-row__logo-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .gamme-row__logo-img {
    max-width: min(294px, 100%);
    max-height: 128px;
  }
}
.gamme-row__name {
  margin: 0;
  font-weight: 700;
  line-height: 1.15;
  font-size: clamp(16px, 16px + 8 * (100vw - 390px) / 890, 24px);
}

.locator-bar__inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 24px 30px;
  border-radius: 30px;
  background-color: #fc0;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .locator-bar__inner {
    padding: 30px 110px;
  }
}
.locator-bar__text {
  flex: 1 1 0;
  min-width: 200px;
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.4;
}
.locator-bar__text strong {
  font-weight: 700;
}
.locator-bar__btn {
  flex-shrink: 0;
}

.adhesion__card {
  max-width: 900px;
  margin-inline: auto;
  background: #ffffff;
  border: 1px solid rgba(240, 70, 0, 0.06);
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(240, 70, 0, 0.08);
  padding: clamp(28px, 28px + 16 * (100vw - 390px) / 890, 44px);
}
.adhesion__title {
  color: #f04600;
  font-weight: 700;
  line-height: 1.15;
  font-size: clamp(24px, 24px + 8 * (100vw - 390px) / 890, 32px);
  margin: 0 0 8px;
}
.adhesion__subtitle {
  color: #008c96;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 28px;
}
.adhesion__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.adhesion__row {
  display: grid;
  gap: 18px;
}
@media (min-width: 480px) {
  .adhesion__row {
    grid-template-columns: 1fr 1fr;
  }
}
.adhesion__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.adhesion__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #f04600;
}
.adhesion__icon {
  flex-shrink: 0;
}
.adhesion__opt {
  font-weight: 400;
  color: #6f6f6f;
}
.adhesion input,
.adhesion textarea {
  width: 100%;
  font: inherit;
  color: #f04600;
  background: #f1f3f5;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 14px 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.adhesion input::placeholder,
.adhesion textarea::placeholder {
  color: #9aa3af;
}
.adhesion input:focus,
.adhesion textarea:focus {
  outline: none;
  background: #ffffff;
  border-color: #008c96;
  box-shadow: 0 0 0 3px rgba(0, 140, 150, 0.15);
}
.adhesion textarea {
  resize: vertical;
  min-height: 120px;
}
.adhesion__actions {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.adhesion__notice {
  border-radius: 10px;
  padding: 16px 20px;
  font-weight: 700;
  margin-bottom: 18px;
}
.adhesion__notice--ok {
  color: #14663b;
  background: #e6f6ec;
  border: 1px solid #b6e2c6;
}
.adhesion__notice--error {
  color: #8a1c1c;
  background: #fdeaea;
  border: 1px solid #f3c0c0;
}
.adhesion__hp {
  position: absolute !important;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.adhesion__card--narrow {
  max-width: 640px;
}

.adhesion__title--center {
  text-align: center;
}

.actu-section__title {
  color: #002945;
  font-weight: 700;
  line-height: 1;
  font-size: clamp(28px, 28px + 20 * (100vw - 390px) / 890, 48px);
  text-align: center;
  margin: 0 0 40px;
}

.actu-swoosh {
  text-align: center;
  margin: 40px 0;
}
.actu-swoosh .swoosh {
  display: inline-block;
  width: 54px;
  height: 54px;
}

.actu-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.actu-card {
  display: flex;
  flex-direction: column;
  width: 320px;
  max-width: 100%;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 20px 12.5px rgba(0, 0, 0, 0.1), 0 8px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.actu-card__media {
  display: block;
  height: 206px;
  overflow: hidden;
}
.actu-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.actu-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 24px 30px 30px;
}
.actu-card__title {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  color: #002945;
  margin: 0;
}
.actu-card__title a {
  color: inherit;
}
.actu-card__excerpt {
  font-size: 1rem;
  line-height: 1.375;
  color: #6f6f6f;
  margin: 0;
}
.actu-card__btn {
  margin-top: auto;
}

.webinar-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.webinar-row {
  display: grid;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 20px 12.5px rgba(0, 0, 0, 0.1), 0 8px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (min-width: 768px) {
  .webinar-row {
    grid-template-columns: 1fr 1fr;
  }
}
.webinar-row__media {
  overflow: hidden;
  min-height: 230px;
  border: 2px solid #002945;
  border-right: 0;
  border-radius: 30px 0 0 30px;
}
.webinar-row__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.webinar-row__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
  padding: 30px;
}
.webinar-row__title {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  color: #002945;
  margin: 0;
}
.webinar-row__excerpt {
  font-size: 1rem;
  line-height: 1.375;
  color: #6f6f6f;
  margin: 0;
}

.actu-card__btn,
.webinar-row__btn {
  min-height: 36px;
  padding: 8px 20px;
  font-size: 0.875rem;
  background: #002945;
  color: #ffffff;
}

/* ============================================================
   Pop-up vidéo (séminaires) — ouverte au clic sur « Découvrir
   en images » / l'image de la carte.
   ============================================================ */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.video-modal[hidden] {
  display: none;
}
.video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
}
.video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
}
.video-modal__frame {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  background: #000;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}
.video-modal__frame iframe,
.video-modal__frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-modal__close {
  position: absolute;
  top: -46px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease;
}
.video-modal__close:hover {
  background: rgba(255, 255, 255, 0.28);
}

body.has-video-modal {
  overflow: hidden;
}

button.actu-card__media {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

button.actu-card__btn {
  font: inherit;
  cursor: pointer;
}

/* ============================================================
   Boutons de téléchargement d'app (App Store + Google Play)
   ============================================================ */
.app-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.app-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 172px;
  padding: 9px 18px;
  border-radius: 12px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.app-badge:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}
.app-badge__icon {
  flex-shrink: 0;
  display: block;
}
.app-badge__text {
  display: flex;
  flex-direction: column;
  line-height: 1.12;
  text-align: left;
}
.app-badge__text small {
  font-size: 10px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.app-badge__text strong {
  font-size: 17px;
  font-weight: 600;
}

.app-badges--on-dark .app-badge {
  background: #fff;
  color: #111;
  border-color: #fff;
}

.site-header--landing {
  position: static;
  background: #008c96;
  box-shadow: none;
  padding-block: 16px;
}
.site-header--landing .container {
  display: flex;
  justify-content: center;
}
.site-header--landing .site-header__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  padding-inline: 26px;
  background: #ffffff;
  border-radius: 999px;
}
.site-header--landing .site-header__logo-img {
  height: 40px;
  width: auto;
}

@media (min-width: 1280px) {
  .landing .section > .container {
    padding-inline: 80px;
  }
  .landing .section.promo > .container,
  .landing .articles > .container,
  .landing .locator > .container,
  .landing .image-row > .container {
    padding-inline: 80px;
  }
}
.landing .promo__card.bg--light .promo__title {
  color: #003264;
}
@media (min-width: 768px) {
  .landing .promo__card.bg--light .promo__img {
    width: 340px;
  }
  .landing .promo__card.bg--navy .promo__img {
    width: 260px;
    filter: none;
    box-shadow: none;
    transform: none;
  }
}

.deal-band {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px 24px;
  border-radius: 30px;
  background: #008c96;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .deal-band {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 80px;
    padding: 32px 56px;
    text-align: left;
  }
}
.deal-band__title {
  font-size: clamp(24px, 24px + 10 * (100vw - 390px) / 890, 34px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.deal-band__dates {
  font-weight: 700;
  font-size: clamp(18px, 18px + 4 * (100vw - 390px) / 890, 22px);
  line-height: 1.1;
  margin: 8px 0 0;
}
@media (min-width: 768px) {
  .deal-band__right {
    max-width: 340px;
  }
}
.deal-band__discount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  margin: 0;
}
@media (min-width: 768px) {
  .deal-band__discount {
    justify-content: flex-start;
  }
}
.deal-band__prefix {
  font-weight: 700;
  font-size: clamp(20px, 20px + 6 * (100vw - 390px) / 890, 26px);
}
.deal-band__value {
  font-weight: 700;
  font-size: clamp(44px, 44px + 28 * (100vw - 390px) / 890, 72px);
  line-height: 1;
}
.deal-band__text {
  font-size: clamp(14px, 14px + 2 * (100vw - 390px) / 890, 16px);
  line-height: 1.3;
  margin: 8px 0 0;
}

.article__hero-wrap {
  padding-bottom: 0;
}
.article__hero {
  border-radius: 30px;
  overflow: hidden;
}
.article__hero-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1020/390;
  object-fit: cover;
}
.article__head {
  padding-top: 40px;
  padding-bottom: 8px;
}
.article__title {
  color: #f04600;
  font-weight: 700;
  line-height: 1.05;
  font-size: clamp(30px, 30px + 30 * (100vw - 390px) / 890, 60px);
  margin: 0;
}

.image-row__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 480px) {
  .image-row__grid {
    grid-template-columns: repeat(var(--cols, 3), 1fr);
  }
}
.image-row__item {
  margin: 0;
}
.image-row__img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 16px;
}

.article-cards__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.acard {
  display: flex;
  flex: 1 1 280px;
  max-width: 360px;
  flex-direction: column;
  background: #ffffff;
  border: 2px solid #ffcb77;
  border-radius: 20px;
  overflow: hidden;
}
.acard:nth-child(even) {
  border-color: #008c96;
}
.acard__media {
  overflow: hidden;
}
.acard__img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.acard__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 24px;
}
.acard__title {
  color: #f04600;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.375rem;
  margin: 0;
}
.acard__text {
  color: #6f6f6f;
  font-size: 1rem;
  line-height: 1.5;
}
.acard__text p {
  margin: 0;
}
.acard__btn {
  margin-top: auto;
}

.image-banner--contained .image-banner__img {
  max-width: 550px;
  margin-inline: auto;
}

/* ============================================================
   Les Jours Fantastiques — landing dédiée
   ============================================================ */
.jours-header {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffcb77;
  padding: 22px 20px;
}
.jours-header__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 999px;
  padding: 12px 26px;
  box-shadow: 0 6px 18px rgba(240, 70, 0, 0.12);
}
.jours-header__logo-img {
  display: block;
  width: 133px;
  height: auto;
  max-width: 133px;
}

.jours__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 24px + 12 * (100vw - 390px) / 890, 36px);
  padding-top: clamp(28px, 28px + 16 * (100vw - 390px) / 890, 44px);
  padding-bottom: clamp(34px, 34px + 56 * (100vw - 390px) / 890, 90px);
}

/* --- Hero : carte jaune + visuel ballons --- */
.jours-hero {
  display: grid;
  gap: 24px;
  align-items: stretch;
}
.jours-hero .jours-hero__banner {
  order: 0;
}
.jours-hero .jours-hero__visual {
  order: 1;
}
.jours-hero .jours-hero__card {
  order: 2;
}
@media (min-width: 1024px) {
  .jours-hero {
    grid-template-columns: 0.95fr 1.05fr;
    grid-template-areas: "banner banner" "card   visual";
    column-gap: 30px;
    row-gap: 8px;
  }
  .jours-hero .jours-hero__banner {
    grid-area: banner;
  }
  .jours-hero .jours-hero__card {
    grid-area: card;
  }
  .jours-hero .jours-hero__visual {
    grid-area: visual;
  }
}
.jours-hero__card {
  background: #ffcb77;
  border-radius: 16px;
  padding: clamp(28px, 28px + 16 * (100vw - 390px) / 890, 44px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: end;
  color: #111;
}
.jours-hero__title {
  color: #111;
  font-weight: 700;
  line-height: 1.05;
  font-size: clamp(28px, 28px + 20 * (100vw - 390px) / 890, 48px);
  margin: 0;
}
.jours-hero__date {
  color: #111;
  font-weight: 700;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  letter-spacing: 0.02em;
  margin: 14px 0 0;
}
.jours-hero__pct {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 12px 0 0;
}
.jours-hero__pct span {
  font-weight: 700;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
}
.jours-hero__pct strong {
  font-weight: 700;
  line-height: 0.82;
  font-size: clamp(34px, 34px + 46 * (100vw - 390px) / 890, 80px);
}
.jours-hero__accroche {
  font-weight: 700;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  margin: 10px 0 0;
}
.jours-hero__body {
  font-size: 1rem;
  line-height: 1.55;
  margin: 16px 0 0;
  max-width: none;
}
.jours-hero__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jours-hero__visual img {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
}
.jours-hero__banner {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  pointer-events: none;
}
.jours-hero__banner img {
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
}
@media (min-width: 1024px) {
  .jours-hero__banner img {
    max-width: 390px;
  }
}

/* --- Bandeau marques (image large) --- */
.jours-brands {
  margin-block: clamp(24px, 24px + 12 * (100vw - 390px) / 890, 36px);
}
.jours-brands img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* --- Offre carte (carte jaune) --- */
.jours-offer {
  background: #ffcb77;
  border-radius: 16px;
  padding: clamp(28px, 28px + 20 * (100vw - 390px) / 890, 48px);
  display: grid;
  gap: 24px;
  align-items: center;
}
@media (min-width: 768px) {
  .jours-offer {
    grid-template-columns: 1fr auto;
  }
}
.jours-offer__l1 {
  color: #f04600;
  font-weight: 700;
  line-height: 1.15;
  font-size: clamp(24px, 24px + 10 * (100vw - 390px) / 890, 34px);
  margin: 0;
}
.jours-offer__l2 {
  color: #111;
  font-weight: 700;
  line-height: 1.15;
  font-size: clamp(24px, 24px + 10 * (100vw - 390px) / 890, 34px);
  margin: 12px 0 0;
}
.jours-offer__img {
  display: block;
  width: 100%;
  max-width: 260px;
  height: auto;
  margin-inline: auto;
}

/* --- Application (fond noir) --- */
.jours-app {
  background: #111;
  border-radius: 16px;
  padding: clamp(28px, 28px + 20 * (100vw - 390px) / 890, 48px);
  display: grid;
  gap: 24px;
  align-items: center;
}
@media (min-width: 768px) {
  .jours-app {
    grid-template-columns: 1fr auto;
    gap: 40px;
  }
}
.jours-app__title {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
  font-size: clamp(24px, 24px + 10 * (100vw - 390px) / 890, 34px);
  margin: 0;
}
.jours-app__desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.6;
  margin: 16px 0 0;
}
.jours-app__btn {
  margin-top: 24px;
}
.jours-app__img {
  display: block;
  width: 100%;
  max-width: 140px;
  height: auto;
  margin-inline: auto;
}

/* --- 4 photos --- */
.jours-photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .jours-photos {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
.jours-photos img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 16px;
}

/* --- Localisateur --- */
.jours-locator {
  position: relative;
  text-align: center;
}
.jours-locator__swoosh {
  display: block;
  margin: 0 auto 8px;
  width: 54px;
}
.jours-locator__swoosh svg {
  width: 100%;
  height: auto;
}
.jours-locator__title {
  color: #f04600;
  font-weight: 700;
  font-size: clamp(24px, 24px + 10 * (100vw - 390px) / 890, 34px);
  margin: 0 0 24px;
}
.jours-locator__map {
  border-radius: 16px;
  overflow: hidden;
}

/* ============================================================
   Les Jours Fantastiques DOM-TOM — landing dédiée
   ============================================================ */
.jours-domtom .jours-header {
  background: #f04600;
}

.jdt__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 24px + 12 * (100vw - 390px) / 890, 36px);
  padding-top: clamp(28px, 28px + 16 * (100vw - 390px) / 890, 44px);
  padding-bottom: clamp(34px, 34px + 56 * (100vw - 390px) / 890, 90px);
}

/* --- Bandeau titre centré (haut de page) --- */
.jdt-topbanner {
  display: flex;
  justify-content: center;
}
.jdt-topbanner img {
  display: block;
  width: 100%;
  max-width: 460px;
  height: auto;
}

/* --- Hero : carte navy + bannière --- */
.jdt-hero {
  display: grid;
  gap: 20px;
  align-items: center;
}
@media (min-width: 1024px) {
  .jdt-hero {
    grid-template-columns: 1fr 1.25fr;
    gap: 10px;
  }
}
.jdt-hero__card {
  background: #f04600;
  border-radius: 16px;
  padding: clamp(26px, 26px + 14 * (100vw - 390px) / 890, 40px);
  display: flex;
  flex-direction: column;
  gap: 11px;
  color: #ffffff;
}
.jdt-hero__pct {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0;
  color: #ffcb77;
}
.jdt-hero__pct span {
  font-weight: 700;
  font-size: clamp(22px, 22px + 6 * (100vw - 390px) / 890, 28px);
}
.jdt-hero__pct strong {
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.05em;
  font-size: clamp(34px, 34px + 38 * (100vw - 390px) / 890, 72px);
}
.jdt-hero__lead {
  margin: 0;
  font-weight: 700;
  font-size: clamp(22px, 22px + 6 * (100vw - 390px) / 890, 28px);
}
.jdt-hero__dates {
  margin: 0;
  font-weight: 700;
  line-height: 1.25;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}
.jdt-hero__body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.375;
}
.jdt-hero__brands {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 8px;
  border-radius: 8px;
}
.jdt-hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
.jdt-hero__visual img {
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
}

/* --- Bandeau marques pleine largeur --- */
.jdt-brands img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* --- Carte offre (jaune) --- */
.jdt-offer {
  background: #ffcb77;
  border-radius: 16px;
  padding: clamp(26px, 26px + 14 * (100vw - 390px) / 890, 40px);
  display: grid;
  gap: 24px;
  align-items: center;
}
@media (min-width: 768px) {
  .jdt-offer {
    grid-template-columns: 1fr auto;
  }
}
.jdt-offer__l1 {
  margin: 0;
  color: #f04600;
  font-weight: 700;
  line-height: 1.15;
  font-size: clamp(22px, 22px + 6 * (100vw - 390px) / 890, 28px);
}
.jdt-offer__l2 {
  margin: 12px 0 0;
  color: #111;
  font-weight: 700;
  line-height: 1.15;
  font-size: clamp(22px, 22px + 6 * (100vw - 390px) / 890, 28px);
}
.jdt-offer__img {
  display: block;
  width: 100%;
  max-width: 260px;
  height: auto;
  margin-inline: auto;
}

/* --- 100% Bonus Santé (navy) --- */
.jdt-bonus {
  background: #f04600;
  border-radius: 16px;
  padding: clamp(28px, 28px + 22 * (100vw - 390px) / 890, 50px);
  display: grid;
  gap: 30px;
  align-items: center;
  color: #ffffff;
}
@media (min-width: 768px) {
  .jdt-bonus {
    grid-template-columns: 1fr auto;
  }
}
.jdt-bonus__l1 {
  margin: 0;
  font-weight: 400;
  line-height: 1.25;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}
.jdt-bonus__l2 {
  margin: 16px 0 0;
  font-weight: 700;
  line-height: 1;
  font-size: clamp(22px, 22px + 6 * (100vw - 390px) / 890, 28px);
}
.jdt-bonus__img {
  display: block;
  width: 100%;
  max-width: 494px;
  height: auto;
  border-radius: 8px;
}

/* --- Application (jaune) --- */
.jdt-app {
  background: #ffcb77;
  border-radius: 16px;
  padding: clamp(28px, 28px + 22 * (100vw - 390px) / 890, 50px);
  display: grid;
  gap: 30px;
  align-items: center;
}
@media (min-width: 768px) {
  .jdt-app {
    grid-template-columns: 1fr auto;
  }
}
.jdt-app__eyebrow {
  margin: 0;
  color: #6f6f6f;
  font-size: 1rem;
  line-height: 1.375;
}
.jdt-app__title {
  margin: 16px 0 0;
  color: #f04600;
  font-weight: 700;
  line-height: 1.05;
  font-size: clamp(22px, 22px + 6 * (100vw - 390px) / 890, 28px);
}
.jdt-app__btn {
  margin-top: 24px;
  background: #002945;
  color: #ffffff;
}
.jdt-app__btn:hover {
  background: #008c96;
  color: #ffffff;
}
.jdt-app__img {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-inline: auto;
}

/* --- Localisateur : titre réduit, scopé DOM-TOM (ne touche pas la page Jours standard) --- */
.jours-domtom .jours-locator__title {
  font-size: clamp(22px, 22px + 6 * (100vw - 390px) / 890, 28px);
}

/*# sourceMappingURL=main.css.map */
