/* English homepage only. Shared styles and other language pages stay independent. */
.en-home .skip-link {
  position: fixed; left: 1rem; top: -6rem; z-index: 10000;
  padding: .8rem 1.2rem; background: #fff; color: #151515;
  border: 2px solid var(--accent); border-radius: 8px;
}
.en-home .skip-link:focus { top: 1rem; }
.en-home :focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
.en-home main { display: block; }
.en-home .implementation-journey {
  position: relative;
  background: radial-gradient(ellipse 43% 25% at 0% 5%, rgba(227,28,95,.075), transparent 85%),
    radial-gradient(ellipse 35% 24% at 100% 20%, rgba(227,28,95,.045), transparent 85%), #fff;
  padding: clamp(64px, 7vw, 100px) 32px 64px;
  isolation: isolate;
}
.en-home .implementation-inner { max-width: 1040px; margin: 0 auto; text-align: center; }
.en-home .journey-kicker {
  margin: 0; color: var(--accent); font-size: .75rem; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase; line-height: 1.6;
}
.en-home .implementation-intro h2 {
  margin: 24px auto 0; font-size: clamp(2.5rem, 5.9vw, 4.75rem);
  letter-spacing: -.055em; line-height: 1.04; font-weight: 600;
}
.en-home .implementation-intro h2 span { color: var(--accent); }
.en-home .journey-lead {
  margin: 24px auto 0; max-width: 680px; color: var(--ink-soft);
  font-size: clamp(1rem, 1.55vw, 1.125rem); line-height: 1.6;
}
.en-home .implementation-image {
  margin: 42px 0 0; overflow: hidden; border-radius: 16px; background: #f3f0eb;
  aspect-ratio: 5 / 2;
}
.en-home .implementation-image picture { display: block; width: 100%; height: 100%; }
.en-home .implementation-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 52%; }
.en-home .journey-references { padding: 44px 0 0; }
.en-home .journey-kicker-muted { color: #6d6d78; letter-spacing: .16em; }
.en-home .journey-logos { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); align-items: center; }
.en-home .journey-logos li { min-width: 0; display: flex; justify-content: center; align-items: center; }
.en-home .journey-logos-primary { gap: 12px; margin-top: 22px; }
.en-home .journey-logos-primary li {
  height: 80px; padding: 12px; border: 1px solid rgba(12,12,13,.055);
  border-radius: 10px; background: rgba(255,255,255,.55);
}
.en-home .journey-logos img { width: 100%; height: 48px; object-fit: contain; }
.en-home .journey-logos-secondary { gap: 16px; padding: 22px 4px 0; margin-top: 18px; border-top: 1px solid rgba(12,12,13,.065); }
.en-home .journey-logos-secondary img { height: 35px; filter: grayscale(1); opacity: .64; }
.en-home .journey-text-link { display: inline-block; font-size: .875rem; font-weight: 500; line-height: 1.5; color: #63636a; text-underline-offset: 4px; }
.en-home .journey-text-link:hover { color: var(--accent); text-decoration: underline; }
.en-home .journey-text-link span { margin-left: .35em; }
.en-home .journey-references > .journey-text-link { margin-top: 20px; }
.en-home .journey-audience { padding: 46px 0 32px; }
.en-home .journey-rule { display: block; width: 40px; height: 2px; background: var(--accent); margin: 0 auto 26px; }
.en-home .journey-audience h2 { font-size: clamp(1.85rem, 3.5vw, 2.8rem); letter-spacing: -.045em; line-height: 1.12; }
.en-home .journey-audience p { margin: 18px auto 0; font-size: 1.0625rem; line-height: 1.6; color: var(--ink-soft); }
.en-home #story-stat.journey-rating {
  position: relative; padding: 32px 24px 28px; overflow: visible;
  border: 1px solid rgba(227,28,95,.15); border-radius: 14px;
  background: radial-gradient(ellipse at 0% 75%, rgba(227,28,95,.055), transparent 60%),
    radial-gradient(ellipse at 100% 35%, rgba(227,28,95,.055), transparent 60%), #fff;
}
.en-home .journey-rating-value {
  display: flex; align-items: baseline; justify-content: center; gap: .075em;
  margin: 12px 0 6px; font-size: clamp(5rem, 9vw, 7.25rem); font-weight: 600;
  line-height: 1.05; letter-spacing: -.07em; color: #180d12;
}
.en-home .journey-rating-value span { color: #96969f; font-size: .32em; font-weight: 500; letter-spacing: -.04em; }
.en-home .journey-rating-caption { font-size: 1rem; line-height: 1.6; color: var(--ink-soft); }
.en-home .journey-rating .journey-text-link { margin-top: 12px; }
@media (max-width: 760px) {
  .en-home .implementation-journey { padding: 56px 24px 48px; }
  .en-home .implementation-image { margin-top: 30px; border-radius: 12px; }
  .en-home .journey-logos-primary { gap: 8px; }
  .en-home .journey-logos-primary li { height: 64px; padding: 8px; }
  .en-home .journey-logos img { height: 38px; }
  .en-home .journey-logos-secondary { gap: 10px; }
  .en-home .journey-logos-secondary img { height: 26px; }
  .en-home .journey-audience { padding-top: 36px; }
}
@media (max-width: 560px) {
  .en-home .implementation-journey { padding: 48px 20px 40px; }
  .en-home .implementation-intro h2 { font-size: clamp(2.25rem, 9.6vw, 3.25rem); }
  .en-home .journey-kicker { font-size: .75rem; letter-spacing: .14em; }
  .en-home .journey-lead { margin-top: 20px; }
  .en-home .desktop-break { display: none; }
  .en-home .implementation-image { aspect-ratio: 16 / 10; }
  .en-home .implementation-image img { object-position: 30% 50%; }
  .en-home .journey-references { padding-top: 32px; }
  .en-home .journey-logos { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .en-home .journey-logos-primary li { height: 60px; }
  .en-home .journey-logos-secondary { row-gap: 16px; padding-top: 18px; }
  .en-home .journey-logos-secondary img { height: 28px; }
  .en-home .journey-audience p { font-size: 1rem; }
  .en-home #story-stat.journey-rating { padding: 28px 18px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .en-home { scroll-behavior: auto; }
  .en-home *, .en-home *::before, .en-home *::after { animation: none !important; transition: none !important; }
  .en-home [data-reveal], .en-home [data-reveal-stagger] > * { opacity: 1; transform: none; }
}
