/* Page À propos — identité éditoriale (distincte de l'accueil) */

@keyframes sp-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}
@keyframes sp-hero-img-in {
  from { transform: scale(1.06); }
  to { transform: scale(1); }
}
@keyframes sp-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes sp-mesh-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(2%, -1.5%) scale(1.04); }
}

html:has(body.sp-page) { scroll-behavior: smooth; }

body.sp-page {
  background: #F5F8F1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.sp-page .grain { display: none; }
body.sp-page ::selection {
  background: #C9E6BE;
  color: #0E4429;
}

.sp-about {
  --sp-font-display: 'Bricolage Grotesque', system-ui, sans-serif;
  --sp-font-body: 'Manrope', system-ui, sans-serif;
  --sp-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --sp-dur: 0.9s;
  font-family: var(--sp-font-body);
  color: #13231A;
  overflow-x: hidden;
}

/* ── Reveal ── */
.sp-about [data-reveal] {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity var(--sp-dur) var(--sp-ease),
    transform var(--sp-dur) var(--sp-ease);
  transition-delay: var(--rv-delay, 0ms);
  will-change: opacity, transform;
}
.sp-about [data-reveal="fade-left"] { transform: translateX(-32px); }
.sp-about [data-reveal="fade-right"] { transform: translateX(32px); }
.sp-about [data-reveal].is-revealed {
  opacity: 1;
  transform: none;
  will-change: auto;
}
.sp-about.is-ready .sp-hero__visual.is-revealed .sp-hero__photo img {
  animation: sp-hero-img-in 1.15s var(--sp-ease) both;
  animation-delay: 0.12s;
}
@media (prefers-reduced-motion: reduce) {
  html:has(body.sp-page) { scroll-behavior: auto; }
  .sp-about [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
  .sp-hero__orb { animation: none; }
  .sp-hero__bg-media { animation: none; transform: scale(1.05); }
}

/* ── Typo & boutons ── */
.sp-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1C7C4A;
  margin-bottom: 12px;
}
.sp-label--light { color: #9BE08A; }
.sp-label--icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.sp-label--icon .sc-icon-wrap--xs { margin-bottom: 0; }

.sp-h2 {
  font-family: var(--sp-font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 0 0 16px;
  color: #13231A;
  text-wrap: balance;
}
.sp-h2--light { color: #fff; }

.sp-body {
  font-size: 16px;
  line-height: 1.62;
  color: #5C6B60;
  font-weight: 500;
  margin: 0;
  max-width: 58ch;
}
.sp-body--center {
  max-width: 52ch;
  margin-inline: auto;
  text-align: center;
}

.sp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 26px;
  border-radius: 999px;
  letter-spacing: -0.01em;
  border: none;
  cursor: pointer;
  transition: transform 0.35s var(--sp-ease), box-shadow 0.35s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.sp-btn--primary {
  background: #1C7C4A;
  color: #fff;
  box-shadow: 0 12px 28px -14px rgba(28, 124, 74, 0.75);
}
.sp-btn--primary:hover { color: #fff; background: #178f47; transform: translateY(-2px); }
.sp-btn--line {
  background: transparent;
  color: #13231A;
  border: 1.5px solid #C5D4BC;
}
.sp-btn--line:hover { border-color: #1C7C4A; color: #1C7C4A; transform: translateY(-2px); }
.sp-btn--white { background: #fff; color: #0E4429; }
.sp-btn--white:hover { transform: translateY(-2px); box-shadow: 0 10px 24px -12px rgba(0, 0, 0, 0.2); }
.sp-btn--outline-light {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
}
.sp-btn--outline-light:hover { border-color: #fff; transform: translateY(-2px); }
.sp-btn:active { transform: translateY(0) scale(0.98); }

.sp-about .sc-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(145deg, #f4faf1 0%, #e8f3e4 100%);
  border: 1px solid rgba(28, 124, 74, 0.14);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 10px 24px -14px rgba(28, 124, 74, 0.4);
  color: #1C7C4A;
  transition: transform 0.3s var(--sp-ease), box-shadow 0.3s ease;
}
.sp-about .sc-icon-wrap--band {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(155, 224, 138, 0.22);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  color: #9BE08A;
}
.sp-about .sc-icon-wrap--sm { width: 40px; height: 40px; margin-bottom: 14px; }
.sp-about .sc-icon-wrap--xs { width: 32px; height: 32px; border-radius: 10px; margin-bottom: 0; }
.sp-about .sc-icon-wrap .sc-icon { width: 55%; height: 55%; display: block; }
.sp-value-card:hover .sc-icon-wrap--sm,
.sp-timeline__step:hover .sc-icon-wrap--xs {
  transform: translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 14px 28px -12px rgba(28, 124, 74, 0.5);
}

@keyframes sp-hero-bg-in {
  from { transform: scale(1.08); opacity: 0.6; }
  to { transform: scale(1.05); opacity: 1; }
}

/* ── Hero ── */
.sp-hero {
  position: relative;
  overflow: hidden;
  min-height: min(92vh, 920px);
  display: flex;
  flex-direction: column;
}
.sp-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: clamp(80px, 12vw, 140px);
  background: linear-gradient(to bottom, transparent, #F5F8F1);
  pointer-events: none;
  z-index: 2;
}
.sp-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.sp-hero__bg-media {
  position: absolute;
  inset: -2%;
  background-image: var(--sp-hero-bg);
  background-size: cover;
  background-position: center 40%;
  transform: scale(1.05);
  animation: sp-hero-bg-in 1.4s var(--sp-ease) both;
  will-change: transform;
}
.sp-hero__bg-gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      112deg,
      rgba(5, 32, 20, 0.94) 0%,
      rgba(8, 48, 30, 0.88) 34%,
      rgba(12, 62, 38, 0.62) 58%,
      rgba(10, 52, 34, 0.38) 78%,
      rgba(6, 28, 18, 0.52) 100%
    ),
    linear-gradient(180deg, rgba(8, 40, 26, 0.35) 0%, transparent 42%, rgba(245, 248, 241, 0.08) 100%);
}
.sp-hero__bg-grid {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 85%);
}
.sp-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  animation: sp-mesh-drift 20s ease-in-out infinite;
  mix-blend-mode: soft-light;
}
.sp-hero__orb--1 {
  width: min(560px, 75vw);
  height: min(560px, 75vw);
  top: -18%;
  right: -10%;
  background: radial-gradient(circle, rgba(155, 224, 138, 0.35) 0%, transparent 68%);
}
.sp-hero__orb--2 {
  width: min(420px, 60vw);
  height: min(420px, 60vw);
  bottom: 5%;
  left: -8%;
  background: radial-gradient(circle, rgba(28, 124, 74, 0.45) 0%, transparent 70%);
  animation-delay: -8s;
}
.sp-hero__inner {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: calc(var(--nav-h) + clamp(40px, 6vw, 72px)) clamp(18px, 5vw, 32px) clamp(56px, 8vw, 88px);
}
.sp-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
}
.sp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #8A998D;
  margin-bottom: 22px;
}
.sp-breadcrumb a { text-decoration: none; color: #8A998D; }
.sp-breadcrumb a:hover { color: #1C7C4A; }
.sp-breadcrumb__current { color: #1C7C4A; font-weight: 700; }

.sp-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #C9E6BE;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  margin-bottom: 24px;
  letter-spacing: -0.01em;
  box-shadow: 0 8px 32px -16px rgba(0, 0, 0, 0.35);
}
.sp-hero__badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #9BE08A;
  box-shadow: 0 0 12px rgba(155, 224, 138, 0.8);
  animation: sp-pulse 2s ease-in-out infinite;
}
.sp-hero__title {
  font-family: var(--sp-font-display);
  font-weight: 700;
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin: 0 0 20px;
  text-wrap: balance;
  color: #fff;
}
.sp-hero__title-accent {
  color: #9BE08A;
}
.sp-hero__lead {
  font-size: 18px;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.78);
  max-width: 44ch;
  margin: 0 0 32px;
  font-weight: 500;
}
.sp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}
.sp-hero .sp-btn--primary {
  box-shadow: 0 14px 36px -14px rgba(0, 0, 0, 0.45);
}
.sp-hero .sp-btn--line,
.sp-cta-band__actions .sp-btn--line {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.sp-hero .sp-btn--line:hover,
.sp-cta-band__actions .sp-btn--line:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.sp-hero__stats {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.sp-hero__stat {
  flex: 1 1 0;
  min-width: 0;
  padding: 0 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.sp-hero__stat-row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
  margin-bottom: 4px;
  white-space: nowrap;
}
.sp-hero__stat-icon {
  display: block;
  line-height: 0;
  flex-shrink: 0;
}
.sp-about .sp-hero__stat-icon .sc-icon-wrap--xs {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  color: #9BE08A;
  box-shadow: none;
}
.sp-hero__stat-val {
  display: block;
  font-family: var(--sp-font-display);
  font-weight: 800;
  font-size: clamp(15px, 1.35vw, 24px);
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
.sp-hero__stat:first-child { padding-left: 0; }
.sp-hero__stat:last-child { border-right: none; padding-right: 0; }
.sp-hero__stat-lbl {
  font-size: 11px;
  font-weight: 600;
  color: rgba(201, 230, 190, 0.82);
  line-height: 1.3;
}

.sp-hero__visual {
  position: relative;
  max-width: 560px;
  margin-left: auto;
  width: 100%;
}
.sp-hero__ring {
  position: absolute;
  inset: -6% -8% -6% -8%;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  pointer-events: none;
}
.sp-hero__photo {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 800 / 561;
  background: #0A3020;
  box-shadow:
    0 48px 96px -48px rgba(0, 0, 0, 0.65),
    0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}
.sp-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sp-hero__float {
  position: absolute;
  left: -20px;
  bottom: 48px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 20px 44px -20px rgba(15, 68, 41, 0.45);
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  animation: sp-float 6s ease-in-out infinite;
}
.sp-hero__float .sc-icon-wrap {
  width: 42px;
  height: 42px;
  margin: 0;
  border-radius: 12px;
}
.sp-hero__float-label {
  font-size: 12px;
  color: #8A998D;
  font-weight: 600;
}
.sp-hero__float-value {
  font-family: var(--sp-font-display);
  font-weight: 800;
  font-size: 20px;
  color: #1C7C4A;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.sp-hero__link {
  position: absolute;
  right: -8px;
  top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  background: #0E4429;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 16px 36px -16px rgba(14, 68, 41, 0.65);
  transition: transform 0.35s var(--sp-ease), box-shadow 0.35s ease;
}
.sp-hero__link:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 20px 40px -14px rgba(14, 68, 41, 0.7);
}
.sp-hero__link .sc-icon-wrap {
  width: 30px;
  height: 30px;
  margin: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(155, 224, 138, 0.3);
  color: #9BE08A;
  box-shadow: none;
}

/* ── Bento concept ── */
.sp-bento {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 88px) clamp(18px, 5vw, 32px);
  background: linear-gradient(180deg, rgba(238, 244, 233, 0.35) 0%, transparent 55%);
}
.sp-bento__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto;
  gap: 16px;
}
.sp-bento__cell {
  border-radius: 20px;
  overflow: hidden;
}
.sp-bento__cell--text {
  grid-column: 1 / span 5;
  grid-row: 1 / span 2;
  background: linear-gradient(145deg, #fff 0%, #F8FBF6 100%);
  border: 1px solid #E8EFE4;
  padding: clamp(28px, 4vw, 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sp-bento__cell--photo {
  grid-column: 6 / span 7;
  grid-row: 1;
  aspect-ratio: 16 / 10;
  min-height: 240px;
}
.sp-bento__cell--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sp-bento__cell--certs {
  grid-column: 6 / span 4;
  grid-row: 2;
  background: linear-gradient(145deg, #0E4429 0%, #0B3A22 100%);
  color: #fff;
  padding: 24px 28px;
}
.sp-bento__cell--certs .sp-label { color: #9BE08A; }
.sp-bento__cert-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sp-bento__cert-row span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 7px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(155, 224, 138, 0.25);
  color: #E8F5E4;
}
.sp-bento__cell--vision {
  grid-column: 10 / span 3;
  grid-row: 2;
  background: linear-gradient(145deg, #F4F9F0 0%, #E8F2E2 100%);
  border: 1px solid #DCE6D6;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.sp-bento__vision-text {
  font-family: var(--sp-font-display);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.015em;
  margin: 0;
  color: #13231A;
}
.sp-bento__vision-text em {
  font-style: normal;
  color: #1C7C4A;
}
.sp-bento__zones {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  margin-top: 20px;
  overflow-x: auto;
  scrollbar-width: none;
}
.sp-bento__zones::-webkit-scrollbar { display: none; }
.sp-zone-pill {
  font-size: 10.5px;
  font-weight: 700;
  color: #1C7C4A;
  background: #EEF4E9;
  padding: 5px 9px;
  border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ── Timeline ── */
.sp-timeline {
  background: linear-gradient(165deg, #0E4429 0%, #0B3A22 55%, #0E4429 100%);
  color: #fff;
  padding: clamp(56px, 8vw, 88px) clamp(18px, 5vw, 32px);
}
.sp-timeline__inner {
  max-width: 820px;
  margin: 0 auto;
}
.sp-timeline__head {
  margin-bottom: clamp(36px, 5vw, 52px);
}
.sp-timeline__track {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.sp-timeline__step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding-bottom: 36px;
}
.sp-timeline__step:last-child { padding-bottom: 0; }
.sp-timeline__marker {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sp-timeline__icon { line-height: 0; }
.sp-timeline__icon .sc-icon-wrap--xs { margin-bottom: 0; }
.sp-timeline__dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #9BE08A;
  box-shadow: 0 0 0 4px rgba(155, 224, 138, 0.2);
  flex-shrink: 0;
  margin-top: 6px;
}
.sp-timeline__line {
  flex: 1;
  width: 2px;
  margin-top: 8px;
  background: linear-gradient(180deg, rgba(155, 224, 138, 0.5), rgba(155, 224, 138, 0.1));
  min-height: 48px;
}
.sp-timeline__title {
  font-family: var(--sp-font-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  color: #fff;
}
.sp-timeline__body p {
  font-size: 15px;
  line-height: 1.58;
  color: #B8D4AE;
  font-weight: 500;
  margin: 0 0 8px;
}
.sp-timeline__body p:last-child { margin-bottom: 0; }

/* ── Valeurs ── */
.sp-values {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 88px) clamp(18px, 5vw, 32px);
  background: linear-gradient(180deg, transparent 0%, rgba(238, 244, 233, 0.5) 50%, transparent 100%);
}
.sp-values__head {
  max-width: 520px;
  margin-bottom: 36px;
}
.sp-values__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.sp-value-card {
  background: linear-gradient(145deg, #fff 0%, #FAFCF8 100%);
  border: 1px solid #E8EFE4;
  border-left: 4px solid #1C7C4A;
  border-radius: 0 18px 18px 0;
  padding: 28px 28px 28px 24px;
  transition: transform 0.35s var(--sp-ease), box-shadow 0.35s ease;
}
.sp-value-card:hover {
  transform: translateX(4px);
  box-shadow: 0 20px 40px -32px rgba(15, 68, 41, 0.4);
}
.sp-value-card__title {
  font-family: var(--sp-font-display);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.015em;
  margin: 0 0 8px;
  color: #13231A;
}
.sp-value-card p {
  font-size: 14.5px;
  line-height: 1.55;
  color: #5C6B60;
  font-weight: 500;
  margin: 0;
}

/* ── Partenaires ── */
.sp-partners {
  background: linear-gradient(90deg, #FAFCF8 0%, #F2F7EE 48%, #FAFCF8 100%);
  border-top: 1px solid #E8EFE4;
  padding: clamp(48px, 7vw, 72px) clamp(18px, 5vw, 32px);
}
.sp-partners__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.sp-partners__head {
  text-align: center;
  margin-bottom: 36px;
}
.sp-partners__strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.sp-partners__item {
  background: #fff;
  border: 1px solid #E8EFE4;
  border-radius: 14px;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  min-height: 68px;
  transition: transform 0.3s var(--sp-ease), box-shadow 0.3s ease;
}
.sp-partners__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -18px rgba(15, 68, 41, 0.18);
}
.sp-partners__item img {
  max-width: 108px;
  max-height: 44px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(0.2);
}

/* ── CTA bande ── */
.sp-cta-band {
  padding: 0 clamp(18px, 5vw, 32px) clamp(56px, 8vw, 80px);
}
.sp-cta-band__inner {
  max-width: 1280px;
  margin: 0 auto;
  background: linear-gradient(135deg, #1C7C4A 0%, #168044 45%, #0E4429 100%);
  border-radius: 24px;
  padding: clamp(36px, 5vw, 52px) clamp(28px, 5vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}
.sp-cta-band__title {
  font-family: var(--sp-font-display);
  font-weight: 700;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -0.025em;
  margin: 0 0 8px;
  color: #fff;
  text-wrap: balance;
}
.sp-cta-band__copy p {
  margin: 0;
  font-size: 16px;
  color: #A8B8AC;
  font-weight: 500;
  max-width: 42ch;
}
.sp-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-shrink: 0;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .sp-hero__grid {
    grid-template-columns: 1fr;
    gap: clamp(32px, 6vw, 48px);
  }
  .sp-hero__copy {
    text-align: center;
  }
  .sp-hero__lead {
    margin-left: auto;
    margin-right: auto;
  }
  .sp-hero__visual {
    max-width: 440px;
    margin: 0 auto;
  }
  .sp-bento__grid {
    grid-template-columns: 1fr;
  }
  .sp-bento__cell--text,
  .sp-bento__cell--photo,
  .sp-bento__cell--certs,
  .sp-bento__cell--vision {
    grid-column: 1;
    grid-row: auto;
  }
  .sp-values__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .sp-hero {
    min-height: auto;
  }
  .sp-hero__inner {
    padding-top: calc(var(--nav-h) + 28px);
    padding-bottom: 48px;
  }
  .sp-hero__title {
    font-size: clamp(32px, 8.5vw, 44px);
    margin-bottom: 16px;
  }
  .sp-hero__lead {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 24px;
    max-width: 36ch;
  }
  .sp-hero__badge {
    margin-bottom: 18px;
    font-size: 12px;
    padding: 7px 14px;
  }
  .sp-hero__actions {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 28px;
  }
  .sp-hero__actions .sp-btn {
    width: 100%;
    justify-content: center;
  }
  .sp-hero__stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 12px;
    padding-top: 22px;
    text-align: left;
  }
  .sp-hero__stat {
    border-right: none;
    padding: 0;
    min-width: 0;
  }
  .sp-hero__stat-row {
    flex-wrap: wrap;
    white-space: normal;
  }
  .sp-hero__stat-val {
    font-size: clamp(18px, 4.5vw, 22px);
  }
  .sp-hero__photo {
    border-radius: 20px;
  }
  .sp-hero__float {
    left: 8px;
    bottom: 16px;
    padding: 12px 14px;
    max-width: calc(100% - 108px);
  }
  .sp-hero__float-value {
    font-size: 17px;
  }
  .sp-hero__link {
    right: 8px;
    top: 16px;
    font-size: 12px;
    padding: 9px 12px;
  }

  .sp-bento {
    padding: 48px 20px;
  }
  .sp-bento__cell--text {
    padding: 24px 20px;
  }
  .sp-bento__cell--photo {
    min-height: 200px;
    aspect-ratio: 16 / 11;
  }
  .sp-bento__cell--certs,
  .sp-bento__cell--vision {
    padding: 20px;
  }

  .sp-timeline {
    padding: 48px 20px;
  }
  .sp-timeline__step {
    grid-template-columns: 40px 1fr;
    gap: 14px;
    padding-bottom: 28px;
  }
  .sp-timeline__title {
    font-size: 18px;
  }
  .sp-timeline__body p {
    font-size: 14.5px;
  }

  .sp-values {
    padding: 48px 20px;
  }
  .sp-value-card {
    padding: 22px 20px;
  }

  .sp-partners {
    padding: 48px 20px;
  }
  .sp-partners__strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .sp-partners__item {
    min-width: 0;
    width: auto;
    flex: none;
    aspect-ratio: 1;
    min-height: 0;
    padding: 10px;
    border-radius: 12px;
  }
  .sp-partners__item img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .sp-cta-band {
    padding: 0 20px 48px;
  }
  .sp-cta-band__inner {
    flex-direction: column;
    align-items: stretch;
    padding: 32px 24px;
    border-radius: 20px;
    gap: 20px;
  }
  .sp-cta-band__copy p {
    max-width: none;
  }
  .sp-cta-band__actions {
    flex-direction: column;
  }
  .sp-cta-band__actions .sp-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .sp-hero__title {
    font-size: clamp(28px, 9vw, 36px);
  }
  .sp-hero__lead {
    max-width: none;
  }
  .sp-hero__stats {
    gap: 16px 8px;
  }
  .sp-h2 {
    font-size: clamp(24px, 7vw, 32px);
  }
}
