/* ── Accueil premium — noir + cartes services style Wix ── */
.home-premium {
  --hp-accent: var(--color-champagne, #c4a574);
  --hp-accent-hover: var(--color-champagne-hover, #d9c19a);
  --hp-accent-soft: rgba(196, 165, 116, 0.14);
  --hp-bg-deep: var(--color-bg, #0f0f10);
  --hp-bg: var(--color-bg, #0f0f10);
  --hp-card: #000000;
  --hp-card-hover: var(--color-bg-muted, #161618);
  --hp-bg-dark: var(--color-bg, #0f0f10);
  --hp-bg-dark-mid: var(--color-bg-muted, #161618);
  --hp-bg-dark-soft: var(--color-bg-elevated, #1c1c1e);
  --hp-glass: rgba(28, 28, 30, 0.78);
  --hp-glass-border: rgba(255, 255, 255, 0.09);
  --hp-border: rgba(255, 255, 255, 0.08);
  --hp-border-accent: rgba(196, 165, 116, 0.22);
  --hp-surface: var(--color-bg-muted, #161618);
  --hp-surface-elevated: var(--color-bg-elevated, #1c1c1e);
  --hp-text: #f5f5f7;
  --hp-text-muted: #a8a8ae;
  --hp-mono: 'IBM Plex Mono', ui-monospace, 'SF Mono', Menlo, monospace;
  scroll-padding-top: calc(var(--nav-height) + 16px);
  background: var(--hp-bg-deep);
  color: var(--hp-text);
  overflow-x: hidden;
}

/* ── Nav ── */
.home-premium .site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(15, 15, 16, 0.92);
  border-bottom: 1px solid var(--hp-border);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.home-premium .site-nav-links a:not(.site-nav-dropdown__sakili) {
  opacity: 0.72;
  transition: color 0.2s var(--ease), opacity 0.2s var(--ease);
}

.home-premium .site-nav-dropdown__trigger {
  opacity: 0.72;
  transition: color 0.2s var(--ease), opacity 0.2s var(--ease);
}

.home-premium .site-nav-links a:not(.site-nav-dropdown__sakili):hover,
.home-premium .site-nav-dropdown__trigger:hover,
.home-premium .site-nav-dropdown.is-open .site-nav-dropdown__trigger {
  opacity: 1;
  color: var(--hp-accent);
}

.home-premium .site-nav-dropdown__menu a.site-nav-dropdown__sakili {
  font-family: 'Lobster', cursive !important;
  text-transform: none !important;
  color: #B8FF0E !important;
  opacity: 1 !important;
}

.home-premium-main {
  position: relative;
  z-index: 1;
  background: var(--hp-bg);
  --hp-seam-line: clamp(100px, 12vw, 128px);
  --hp-title-gap: clamp(112px, 14vw, 152px);
}

/* ── Sections communes ── */
.home-section {
  padding: clamp(80px, 11vw, 120px) clamp(20px, 5vw, 48px);
}

.home-section__inner {
  max-width: var(--layout-max);
  margin: 0 auto;
}

.home-section__head {
  max-width: 720px;
  margin-bottom: clamp(40px, 6vw, 56px);
}

.home-section__head--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.home-section__head--center h2 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.home-section__kicker {
  font-family: var(--hp-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hp-accent);
  margin-bottom: 12px;
}

.home-section__head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4.2vw, 2.85rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.1;
  color: #fff;
}

/* ── Intro : hero noir + cartes sur la ligne de séparation ── */
.home-intro-zone {
  position: relative;
  background: var(--hp-bg);
  overflow: visible;
}

/* ── HERO noir + brume horizon ── */
.home-hero {
  position: relative;
  z-index: 1;
  min-height: clamp(620px, 92vh, 920px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(88px, 14vh, 128px) clamp(24px, 6vw, 64px) clamp(220px, 28vh, 320px);
  background: linear-gradient(180deg, var(--hp-bg) 0%, var(--hp-bg) 62%, var(--hp-bg-dark-mid) 100%);
  overflow: visible;
}

.home-hero__mist {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 120% 45% at 50% 78%, rgba(255, 255, 255, 0.05) 0%, transparent 55%),
    radial-gradient(ellipse 80% 25% at 50% 72%, rgba(255, 255, 255, 0.03) 0%, transparent 50%),
    linear-gradient(180deg, var(--hp-bg) 0%, var(--hp-bg) 55%, rgba(22, 22, 24, 0.55) 78%, var(--hp-bg) 100%);
}

.home-hero__mist::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18%;
  height: 120px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.45) 0.6px, transparent 0.6px);
  background-size: 14px 14px;
  -webkit-mask-image: radial-gradient(ellipse 85% 100% at 50% 100%, #000 0%, transparent 72%);
          mask-image: radial-gradient(ellipse 85% 100% at 50% 100%, #000 0%, transparent 72%);
  opacity: 0.35;
}

.home-hero__mist::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(22, 22, 24, 0.42) 78%, rgba(28, 28, 30, 0.5) 100%);
}

.home-hero__inner {
  position: relative;
  z-index: 2;
  max-width: min(680px, 88vw);
  text-align: left;
  margin-top: clamp(24px, 5vh, 48px);
}

.home-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 7.5vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 0.98;
  margin-bottom: 28px;
  text-transform: uppercase;
  color: var(--hp-text);
}

.home-hero__title-line {
  display: block;
}

.home-hero__lead {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  color: rgba(245, 245, 247, 0.75);
  line-height: 1.65;
  max-width: 44ch;
  margin: 0 0 36px;
}

.home-hero__actions {
  position: relative;
  z-index: 12;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 28px;
  margin-bottom: clamp(64px, 8vh, 96px);
}

.home-hero__link {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--hp-text);
  text-decoration: none;
  opacity: 0.75;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 3px;
  transition: opacity 0.2s var(--ease), color 0.2s var(--ease);
}

.home-hero__link:hover {
  opacity: 1;
  color: var(--hp-accent);
}

/* ── Cartes services — texte « Vitrines… » sur la ligne noir/blanc ── */
.home-services-bridge {
  position: relative;
  z-index: 8;
  margin-top: calc(-1 * clamp(128px, 15vh, 188px));
  margin-bottom: 0;
  padding: 0 clamp(16px, 4vw, 40px);
  background: transparent;
  pointer-events: none;
  overflow: visible;
}

.home-services-bridge::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  width: min(110%, 1100px);
  height: 300px;
  background: radial-gradient(ellipse 80% 70% at 50% 85%, rgba(255, 255, 255, 0.06) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.home-services-bridge__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 28px);
  max-width: calc(var(--layout-max) + 48px);
  margin: 0 auto;
  align-items: end;
  pointer-events: auto;
  perspective: 1400px;
}

.home-service-bento {
  position: relative;
  will-change: transform;
}

.home-service-bento--high {
  z-index: 3;
}

.home-service-bento__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-height: calc(var(--hp-seam-line) * 3.15);
  padding: 0 clamp(28px, 3.5vw, 40px) clamp(32px, 3.8vw, 44px);
  background: var(--hp-card);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  overflow: visible;
  transition: background 0.35s var(--ease), box-shadow 0.35s var(--ease), transform 0.35s var(--ease);
}

.home-service-bento:hover .home-service-bento__inner {
  background: var(--hp-card-hover);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.65);
}

.home-service-bento h3 {
  font-family: var(--hp-mono);
  font-size: clamp(0.9375rem, 1.7vw, 1.125rem);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: #fff;
  margin: 0;
  padding: 0 0 12px;
  flex: 0 0 var(--hp-seam-line);
  display: flex;
  align-items: flex-end;
  text-transform: none;
  box-sizing: border-box;
}

.home-service-bento p {
  font-size: clamp(0.9375rem, 1.4vw, 1rem);
  line-height: 1.7;
  color: rgba(245, 245, 247, 0.78);
  margin: 0;
  padding-top: 8px;
  flex: 1 1 auto;
}

/* ── Zone manifesto sombre (scroll runway BYQ-style) ── */
.home-manifesto {
  position: relative;
  z-index: 2;
  margin-top: calc(-1.35 * var(--hp-seam-line));
  padding: 0 clamp(20px, 5vw, 48px) 0;
  background: linear-gradient(180deg, var(--hp-bg) 0%, var(--hp-bg-dark-mid) 45%, var(--hp-bg-dark-soft) 100%);
  color: var(--hp-text);
  overflow: clip;
}

.home-manifesto__cards-gap {
  display: block;
  height: calc(var(--hp-seam-line) * 1.28 + clamp(44px, 5vw, 68px));
  pointer-events: none;
  position: relative;
  z-index: 3;
}

.home-manifesto__stage {
  position: relative;
  height: 250vh;
}

.home-manifesto__camera {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  padding-top: clamp(9vh, 12vh, 15vh);
  height: var(--viewport-height, 100vh);
  min-height: 520px;
}

.home-manifesto__camera::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 32%;
  pointer-events: none;
  z-index: 3;
  background: linear-gradient(180deg, transparent 0%, rgba(22, 22, 24, 0.42) 100%);
}

.home-manifesto__inner {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: var(--layout-max);
  margin: 0 auto;
  will-change: transform, opacity;
}

.home-manifesto__heading {
  will-change: transform, opacity;
}

.home-manifesto h2,
.home-manifesto__heading {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4.5vw, 3.25rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1.12;
  max-width: 18ch;
}

.home-section__lead {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  color: var(--hp-text-muted);
  line-height: 1.65;
  max-width: 52ch;
  margin-top: 16px;
}

.home-section__head--center .home-section__lead {
  margin-left: auto;
  margin-right: auto;
}

/* ── SPLIT — recouvre le manifesto sticky au scroll ── */
.home-split {
  position: relative;
  z-index: 5;
  margin-top: calc(-1 * var(--viewport-height, 100vh));
  padding: clamp(112px, 14vw, 156px) clamp(20px, 5vw, 48px) clamp(96px, 13vw, 140px);
  background: linear-gradient(165deg, var(--hp-bg-dark-mid) 0%, var(--hp-bg-dark-soft) 42%, var(--hp-bg-dark-mid) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: none;
  border-radius: clamp(28px, 3.5vw, 40px) clamp(28px, 3.5vw, 40px) 0 0;
  box-shadow:
    0 -40px 88px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(196, 165, 116, 0.08) inset;
  overflow: hidden;
}

.home-split::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(196, 165, 116, 0.42), transparent);
}

.home-split__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 45% at 8% 40%, rgba(196, 165, 116, 0.09) 0%, transparent 58%),
    radial-gradient(ellipse 45% 40% at 92% 20%, rgba(255, 255, 255, 0.04) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 50% 100%, rgba(22, 22, 24, 0.45) 0%, transparent 60%);
}

.home-split__inner {
  position: relative;
  z-index: 1;
  max-width: calc(var(--layout-max) + 40px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
}

.home-split__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--hp-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hp-accent);
  margin-bottom: 20px;
}

.home-split__kicker::before {
  content: '';
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, var(--hp-accent), transparent);
}

.home-split__copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 22px;
}

.home-split__copy p {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  color: rgba(245, 245, 247, 0.68);
  line-height: 1.7;
  max-width: 48ch;
  margin-bottom: 32px;
}

.home-split__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.home-split__tags li {
  font-family: var(--hp-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid var(--hp-glass-border);
  color: rgba(245, 245, 247, 0.78);
  background: var(--hp-glass);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: border-color 0.3s var(--ease), color 0.3s var(--ease), background 0.3s var(--ease);
}

.home-split__tags li:hover {
  border-color: var(--hp-border-accent);
  color: var(--hp-accent-hover);
  background: rgba(196, 165, 116, 0.08);
}

.home-split__inner--services {
  display: block;
  text-align: center;
}

.home-split--services .home-section__head {
  margin-bottom: clamp(36px, 5vw, 52px);
}

.home-split--services .home-section__lead {
  margin-left: auto;
  margin-right: auto;
}

/* Services — cartes */
.home-services-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 6vw, 72px);
  max-width: calc(var(--layout-max) + 48px);
  margin: 0 auto;
  text-align: left;
}

.home-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 28px);
}

.home-services-grid--solo {
  grid-template-columns: minmax(0, 560px);
  justify-content: center;
}

.home-services-slide-pair {
  overflow: hidden;
  width: 100%;
}

.home-services-slide-pair__track {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 28px);
  will-change: transform;
}

.home-service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(28px, 3.5vw, 36px);
  border-radius: clamp(18px, 2vw, 24px);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: border-color 0.35s var(--ease), box-shadow 0.35s var(--ease), transform 0.35s var(--ease);
}

.home-service-card:hover {
  border-color: rgba(196, 165, 116, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 16px 40px rgba(0, 0, 0, 0.28);
  transform: translateY(-4px);
}

.home-service-card .home-service-feature__title {
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
}

.home-service-card .home-service-feature__note {
  margin-top: auto;
  padding-top: clamp(16px, 2.5vw, 22px);
}

.home-service-feature__grid--single {
  grid-template-columns: 1fr;
}

.home-service-feature__index {
  display: inline-block;
  margin-bottom: clamp(12px, 2vw, 16px);
  font-family: var(--hp-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hp-accent);
}

.home-service-feature__title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.375rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: 0 0 16px;
  color: var(--hp-text);
}

.home-service-feature__lead {
  font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
  line-height: 1.65;
  color: rgba(245, 245, 247, 0.78);
  margin: 0 0 clamp(20px, 3vw, 28px);
}

.home-service-feature__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-service-feature__grid li {
  position: relative;
  padding-left: 18px;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(245, 245, 247, 0.72);
}

.home-service-feature__grid li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hp-accent);
  opacity: 0.85;
}

.home-service-feature__note {
  margin: clamp(20px, 3vw, 28px) 0 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(196, 165, 116, 0.88);
}

/* ── STATS ── */
.home-stats {
  position: relative;
  z-index: 4;
  padding: clamp(96px, 13vw, 132px) clamp(20px, 5vw, 48px);
  background: linear-gradient(180deg, var(--hp-bg) 0%, var(--hp-bg-dark-mid) 45%, var(--hp-bg) 100%);
  border-top: 1px solid var(--hp-border);
  overflow: hidden;
}

.home-stats::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 60% 50% at 50% 100%, rgba(196, 165, 116, 0.08) 0%, transparent 62%),
    radial-gradient(ellipse 35% 25% at 10% 30%, rgba(255, 255, 255, 0.04) 0%, transparent 50%);
}

.home-stats__inner {
  position: relative;
  z-index: 1;
  max-width: var(--layout-max);
  margin: 0 auto;
}

.home-stats__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto clamp(52px, 7vw, 72px);
}

.home-stats__head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1.12;
}

.home-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 24px);
  list-style: none;
  padding: 0;
  margin: 0;
}

.home-stat {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 4.5vw, 40px) clamp(22px, 3vw, 28px);
  border-radius: 20px;
  background: linear-gradient(160deg, var(--hp-surface-elevated) 0%, var(--hp-surface) 100%);
  border: 1px solid var(--hp-glass-border);
  text-align: center;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.home-stat::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--hp-accent), transparent);
  opacity: 0;
  transition: opacity 0.35s var(--ease);
}

.home-stat:hover {
  transform: translateY(-4px);
  border-color: rgba(196, 165, 116, 0.3);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.4), 0 0 32px rgba(196, 165, 116, 0.06);
}

.home-stat:hover::after {
  opacity: 1;
}

.home-stat__value {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 5.5vw, 3.75rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #f0e0c8 0%, var(--hp-accent) 45%, #a88658 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.home-stat__label {
  display: block;
  font-family: var(--hp-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245, 245, 247, 0.58);
}

/* ── TECH strip ── */
.home-tech {
  position: relative;
  padding: clamp(48px, 6vw, 64px) 0;
  border-block: 1px solid var(--hp-border);
  background: linear-gradient(180deg, var(--hp-bg-dark-mid) 0%, var(--hp-bg) 100%);
  overflow: hidden;
}

.home-tech::before,
.home-tech::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(48px, 8vw, 120px);
  z-index: 2;
  pointer-events: none;
}

.home-tech::before {
  left: 0;
  background: linear-gradient(90deg, var(--hp-bg-dark-mid) 0%, transparent 100%);
}

.home-tech::after {
  right: 0;
  background: linear-gradient(270deg, var(--hp-bg) 0%, transparent 100%);
}

.home-tech__label {
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: var(--hp-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hp-accent);
  margin-bottom: 28px;
}

.home-tech__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: home-tech-scroll 36s linear infinite;
}

.home-tech__list {
  display: flex;
  gap: 14px;
  list-style: none;
  padding: 0 14px;
  margin: 0;
  flex-shrink: 0;
}

.home-tech__list li {
  font-family: var(--hp-mono);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 11px 22px;
  border-radius: 999px;
  white-space: nowrap;
  color: rgba(245, 245, 247, 0.7);
  border: 1px solid var(--hp-glass-border);
  background: rgba(28, 28, 30, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease), background 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.home-tech__list li:hover {
  color: var(--hp-accent-hover);
  border-color: var(--hp-border-accent);
  background: rgba(196, 165, 116, 0.1);
  box-shadow: 0 0 24px rgba(196, 165, 116, 0.12);
}

@keyframes home-tech-scroll {
  to { transform: translateX(-50%); }
}

/* ── CTA final ── */
.home-cta-final {
  position: relative;
  padding: clamp(96px, 13vw, 140px) clamp(20px, 5vw, 48px) clamp(112px, 15vw, 148px);
  background: linear-gradient(180deg, var(--hp-bg-dark-mid) 0%, var(--hp-bg) 55%, var(--hp-bg-deep) 100%);
  overflow: hidden;
}

.home-cta-final__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 60% at 50% 80%, rgba(196, 165, 116, 0.12) 0%, transparent 58%),
    radial-gradient(ellipse 40% 35% at 50% 20%, rgba(255, 255, 255, 0.04) 0%, transparent 50%);
}

.home-cta-final__inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: clamp(60px, 9vw, 88px) clamp(32px, 5vw, 64px);
  border-radius: 24px;
  background: linear-gradient(165deg, var(--hp-surface-elevated) 0%, var(--hp-surface) 100%);
  border: 1px solid rgba(196, 165, 116, 0.22);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 40px 100px rgba(0, 0, 0, 0.55),
    0 0 80px rgba(196, 165, 116, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.home-cta-final__inner .home-section__kicker {
  margin-bottom: 16px;
}

.home-cta-final__inner h2 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4.2vw, 2.65rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: #fff;
  margin-bottom: 18px;
}

.home-cta-final__inner p {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  color: rgba(245, 245, 247, 0.65);
  line-height: 1.68;
  max-width: 46ch;
  margin: 0 auto 36px;
}

/* ── Scroll reveal ── */
.home-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s var(--ease), transform 0.75s var(--ease);
}

.home-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.home-reveal--delay { transition-delay: 0.1s; }
.home-reveal--delay-2 { transition-delay: 0.2s; }
.home-reveal--delay-3 { transition-delay: 0.3s; }

@media (prefers-reduced-motion: reduce) {
  .home-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .home-manifesto__stage {
    height: auto;
  }

  .home-manifesto__camera {
    position: relative;
    height: auto;
    min-height: 0;
    padding: clamp(48px, 10vh, 88px) 0;
  }

  .home-split {
    margin-top: 0;
  }

  .home-tech__track {
    animation: none;
  }
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .home-services-grid {
    grid-template-columns: 1fr;
  }

  .home-services-slide-pair__track {
    grid-template-columns: 1fr;
  }

  .home-service-feature__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .home-services-bridge__grid {
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
  }

  .home-split__inner--services {
    text-align: center;
  }

  .home-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1025px) {
  .home-premium-main {
    --hp-seam-line: 124px;
    --hp-title-gap: 168px;
  }
}

@media (max-width: 768px) {
  .home-hero {
    min-height: auto;
    padding-bottom: clamp(180px, 24vh, 240px);
  }

  .home-hero__actions {
    margin-bottom: clamp(56px, 8vh, 80px);
  }

  .home-services-bridge {
    margin-top: calc(-1 * clamp(96px, 12vh, 140px));
  }

  .home-premium-main {
    --hp-seam-line: 88px;
    --hp-title-gap: 116px;
  }

  .home-service-bento__inner {
    min-height: calc(var(--hp-seam-line) * 3);
  }
}

@media (max-width: 640px) {
  .home-hero {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: clamp(160px, 22vh, 200px);
  }

  .home-hero__actions {
    margin-bottom: 52px;
  }

  .home-services-bridge {
    margin-top: -80px;
  }

  .home-premium-main {
    --hp-seam-line: 76px;
    --hp-title-gap: 100px;
  }

  .home-services-bridge__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-service-bento__inner {
    min-height: calc(var(--hp-seam-line) * 2.85);
  }

  .home-manifesto__stage {
    height: 200vh;
  }

  .home-manifesto__camera {
    padding-top: clamp(7vh, 10vh, 12vh);
  }

  .home-split {
    margin-top: -85vh;
    border-radius: 24px 24px 0 0;
    padding-top: clamp(96px, 12vw, 120px);
  }

  .home-manifesto h2 {
    max-width: none;
  }

  .home-stats__grid {
    grid-template-columns: 1fr;
  }

  .home-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-hero__actions .btn {
    width: 100%;
    justify-content: center;
  }
}
