:root {
  --navy: #062552;
  --navy-2: #0b376b;
  --orange: #ff4a18;
  --orange-dark: #e63d12;
  --text: #0c2145;
  --muted: #4c5d78;
  --line: #dfe6ef;
  --soft: #f6f8fb;
  --white: #ffffff;
  --shadow: 0 18px 44px rgba(6, 37, 82, 0.08);
  --radius: 14px;
  --header: 88px;
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-title: "Sora", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --home-section-rail-x: 66px;
  --home-section-title-size: clamp(2.35rem, 3.05vw, 3.2rem);
  --home-section-copy-size: clamp(1rem, 1.15vw, 1.16rem);
  --home-section-copy-line: 1.48;
}

/* width/height attributes on <img> only reserve the aspect ratio (no CLS);
   sizing stays with CSS rules like width + aspect-ratio. */
img {
  height: auto;
}

/* Homepage mobile layout consolidation */
@media (max-width: 900px) {
  body.home-v2 {
    overflow-x: clip;
  }

  .home-v2 .home-shell {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: 24px;
  }

  .home-v2 .site-header .home-shell,
  .subpage-v2 .site-header .home-shell,
  .votano-nav-page .site-header .home-shell {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: 18px;
  }

  .home-v2 .home-hero-inner {
    min-height: 0;
    padding: 40px 24px 78px;
    gap: 0;
  }

  .home-v2 .home-hero-copy {
    width: 100%;
    max-width: 680px;
    padding: 0;
  }

  .home-v2 .home-hero h1 {
    max-width: 680px;
    margin: 18px 0;
    font-size: 3.4rem;
    line-height: 0.98;
  }

  .home-v2 .home-hero-copy > p {
    max-width: 620px;
  }

  .home-v2 .home-proof-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
  }

  .home-v2 .home-proof-points span {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    min-width: 0;
  }

  .home-v2 .home-proof-points i {
    width: 38px;
    height: 38px;
  }

  .home-v2 .logo-strip-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 20px 24px;
  }

  .home-v2 .logo-strip-inner > span {
    grid-column: 1 / -1;
    text-align: center;
  }

  .home-v2 .trusted-logo {
    max-width: min(100%, 92px);
    max-height: 46px;
  }

  .home-v2 .dark-services {
    padding: 16px 0;
  }

  .home-v2 .dark-services .home-shell,
  .home-v2 .home-process .home-shell,
  .home-v2 .home-cases .home-shell,
  .home-v2 .home-team-section .home-shell {
    width: 100%;
    padding-inline: 16px;
  }

  .home-v2 .dark-services-grid {
    min-height: 0;
    padding: 30px 24px;
    gap: 28px;
  }

  .home-v2 .dark-services-copy h2,
  .home-v2 .process-intro h2,
  .home-v2 .home-cases h2,
  .home-v2 .home-team-section h2 {
    font-size: 2.2rem;
    line-height: 1.08;
  }

  .home-v2 .dark-services-copy > p {
    margin: 18px 0 22px;
  }

  .home-v2 .service-number-list {
    gap: 0;
    padding: 24px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-left: 0;
  }

  .home-v2 .service-number-list article {
    grid-template-columns: 48px 1px minmax(0, 1fr);
    gap: 16px;
    padding: 14px 0;
  }

  .home-v2 .service-thumb {
    width: 48px;
    height: 48px;
  }

  .home-v2 .service-rule {
    display: block;
    width: 1px;
    height: 44px;
  }

  .home-v2 .service-number-list h3 {
    margin-bottom: 4px;
    font-size: 1rem;
  }

  .home-v2 .service-number-list p {
    font-size: 0.84rem;
    line-height: 1.4;
  }

  .home-v2 .home-process {
    padding: 0 0 14px;
  }

  .home-v2 .process-panel {
    min-height: 0;
    padding: 28px 24px;
  }

  .home-v2 .process-grid {
    gap: 24px;
  }

  .home-v2 .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .home-v2 .process-steps article {
    align-items: center;
    min-height: 0;
    padding: 18px 16px;
    text-align: center;
  }

  .home-v2 .home-cases,
  .home-v2 .home-team-section {
    padding: 30px 0;
  }

  .home-v2 .home-cases .home-shell,
  .home-v2 .home-team-section .home-shell {
    padding-inline: 24px;
  }

  .home-v2 .section-heading-row {
    margin-bottom: 20px;
  }

  .home-v2 .case-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .home-v2 .case-card-grid article > div {
    padding: 14px;
  }

  .home-v2 .team-v2-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-v2 .person-v2 {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 22px;
    padding: 14px;
  }

  .home-v2 .sub-cta-card {
    width: calc(100% - 32px);
    min-height: 0;
    margin: 0 auto 24px;
    padding: 30px 24px;
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .home-v2 .sub-cta-card .sub-cta-contact-panel {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .home-v2 .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (max-width: 620px) {
  .home-v2 .home-shell {
    padding-inline: 18px;
  }

  .home-v2 .home-hero-inner {
    padding: 34px 18px 68px;
  }

  .home-v2 .home-hero h1 {
    margin: 16px 0;
    font-size: 2.75rem;
    line-height: 1;
  }

  .home-v2 .home-hero-copy > p:not(.home-eyebrow) {
    font-size: 1rem;
    line-height: 1.55;
  }

  .home-v2 .home-hero-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-v2 .home-proof-points {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
    justify-items: start;
  }

  .home-v2 .home-proof-points span {
    min-height: 0;
    padding: 0;
    grid-template-columns: 44px minmax(0, auto);
  }

  .home-v2 .logo-strip-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 24px;
    padding: 20px 24px 24px;
  }

  .home-v2 .trusted-logo {
    max-width: min(100%, 110px);
    max-height: 52px;
  }

  .home-v2 .dark-services-grid {
    padding: 28px 22px;
  }

  .home-v2 .dark-services-copy h2,
  .home-v2 .process-intro h2,
  .home-v2 .home-cases h2,
  .home-v2 .home-team-section h2 {
    font-size: 2rem;
  }

  .home-v2 .service-number-list article {
    grid-template-columns: 44px 1px minmax(0, 1fr);
    gap: 13px;
    padding: 12px 0;
  }

  .home-v2 .service-thumb {
    width: 44px;
    height: 44px;
  }

  .home-v2 .process-panel {
    padding: 26px 18px;
  }

  .home-v2 .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .home-v2 .process-steps article {
    padding: 16px 10px;
  }

  .home-v2 .process-steps article p {
    font-size: 0.82rem;
    line-height: 1.4;
  }

  .home-v2 .home-cases .home-shell,
  .home-v2 .home-team-section .home-shell {
    padding-inline: 18px;
  }

  .home-v2 .section-heading-row {
    align-items: flex-start;
    gap: 12px;
  }

  .home-v2 .case-card-grid {
    grid-template-columns: 1fr;
  }

  .home-v2 .case-card-grid img {
    aspect-ratio: 16 / 9;
  }

  .home-v2 .person-v2 {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 14px;
  }

  .person-v2 .person-media {
    max-width: 280px;
    margin-inline: 0;
  }

  .home-v2 .sub-cta-card {
    width: calc(100% - 28px);
    padding: 26px 20px;
  }

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

@media (max-width: 380px) {
  .home-v2 .process-steps {
    grid-template-columns: 1fr;
  }
}

/* Keep every process step on its own row across mobile widths. */
@media (max-width: 620px) {
  .home-v2 .process-steps {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-v2 .process-steps article {
    display: grid;
    grid-template-columns: 42px 52px minmax(0, 1fr);
    grid-template-rows: max-content max-content;
    align-items: center;
    align-content: center;
    column-gap: 14px;
    row-gap: 4px;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 16px 18px;
    text-align: left;
  }

  .home-v2 .process-steps .step-num {
    position: static;
    grid-column: 1;
    grid-row: 1 / span 2;
    justify-self: center;
    margin: 0;
    transform: none;
  }

  .home-v2 .process-steps .step-dot {
    display: none;
  }

  .home-v2 .process-steps .step-icon {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: center;
    width: 52px;
    height: 52px;
    margin: 0;
  }

  .home-v2 .process-steps h3,
  .home-v2 .process-steps p {
    grid-column: 3;
    margin: 0;
    text-align: left;
  }

  .home-v2 .process-steps h3 {
    grid-row: 1;
    align-self: auto;
    font-size: 1rem;
    line-height: 1.2;
  }

  .home-v2 .process-steps p {
    grid-row: 2;
    align-self: auto;
    margin-top: 0;
    font-size: 0.9rem;
    line-height: 1.4;
  }
}

/* Keep each homepage service title close to its explanation at every width. */
.home-v2 .service-number-list h3 {
  margin: 0 0 5px;
}

.home-v2 .service-number-list p {
  margin: 0;
}

/* Keep homepage service titles visually attached to their descriptions on mobile. */
@media (max-width: 620px) {
  .home-v2 .service-number-list h3 {
    margin: 0 0 6px;
  }

  .home-v2 .service-number-list p {
    margin: 0;
  }
}

/* Final mobile process layout: one full-width row per step. */
@media (max-width: 620px) {
  .home-v2 .process-steps {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-v2 .process-steps article {
    display: grid;
    grid-template-columns: 42px 54px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    width: 100%;
    min-height: 0;
    padding: 16px 18px;
    text-align: left;
  }

  .home-v2 .process-steps .step-num {
    position: static;
    grid-column: 1;
    grid-row: 1 / span 2;
    justify-self: center;
    margin: 0;
    font-size: 1.15rem;
    transform: none;
  }

  .home-v2 .process-steps .step-icon {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: center;
    width: 54px;
    height: 54px;
    margin: 0;
  }

  .home-v2 .process-steps h3,
  .home-v2 .process-steps p {
    grid-column: 3;
    margin: 0;
    text-align: left;
  }

  .home-v2 .process-steps h3 {
    align-self: end;
    font-size: 1rem;
    line-height: 1.15;
  }

  .home-v2 .process-steps p {
    align-self: start;
    margin-top: 6px;
    font-size: 0.9rem;
    line-height: 1.35;
  }
}

@media (max-width: 390px) {
  .home-v2 .process-steps article {
    grid-template-columns: 34px 48px minmax(0, 1fr);
    gap: 11px;
    padding: 15px 14px;
  }

  .home-v2 .process-steps .step-icon {
    width: 48px;
    height: 48px;
  }

  .home-v2 .process-steps h3 {
    font-size: 0.96rem;
  }

  .home-v2 .process-steps p {
    font-size: 0.84rem;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--white);
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: var(--font-body);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 20% 0%, rgba(6, 37, 82, 0.045), transparent 28rem),
    radial-gradient(circle at 90% 18%, rgba(255, 74, 24, 0.045), transparent 22rem);
}

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

button {
  cursor: pointer;
}

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

img,
svg {
  display: block;
  max-width: 100%;
}

.page-shell {
  width: min(calc(100% - clamp(96px, 16.5vw, 340px)), 1708px);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: var(--header);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
}

.brand img {
  width: 148px;
  height: auto;
}

.nav-links {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 38px);
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 600;
}

.nav-links a {
  position: relative;
  min-height: var(--header);
  display: inline-flex;
  align-items: center;
}

.nav-links a.active {
  color: var(--orange);
}

.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--orange);
}

.book-btn,
.outline-btn,
.mini-btn {
  border-radius: 8px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.book-btn {
  min-height: 56px;
  padding: 0 28px;
  color: var(--white);
  background: linear-gradient(180deg, #ff4f1d, #f04314);
  box-shadow: 0 12px 28px rgba(255, 74, 24, 0.22);
  font-size: 1rem;
}

.book-btn:hover,
.mini-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(255, 74, 24, 0.26);
}

.outline-btn {
  min-height: 56px;
  padding: 0 28px;
  color: var(--navy);
  border-color: var(--navy);
  background: var(--white);
  font-size: 1rem;
}

.mini-btn {
  min-height: 44px;
  padding: 0 20px;
  color: var(--white);
  background: var(--orange);
  font-size: 0.95rem;
}

.menu-toggle {
  display: none;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--navy);
  padding: 0 16px;
  font-weight: 700;
}

.mobile-menu {
  display: none;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.mobile-menu.open {
  display: block;
}

.mobile-menu a.active {
  color: var(--orange);
}

.mobile-menu .page-shell {
  display: grid;
  gap: 14px;
  padding: 18px 0 24px;
}

.kicker {
  margin: 0 0 24px;
  color: var(--orange);
  font-family: var(--font-title);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
.display {
  color: var(--navy);
  font-family: var(--font-title);
  font-size: clamp(3rem, 3.9vw, 4.35rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

h2 {
  color: var(--navy);
  font-family: var(--font-title);
  font-size: clamp(2.2rem, 3.8vw, 4.3rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  color: var(--navy);
  font-family: var(--font-title);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.15;
}

.orange {
  color: var(--orange);
}

.lead {
  color: var(--muted);
  font-size: clamp(1.08rem, 1.38vw, 1.32rem);
  line-height: 1.52;
}

.section {
  padding: clamp(44px, 5vw, 72px) 0;
}

.hero-home {
  min-height: calc(100svh - var(--header));
  display: grid;
  align-items: start;
  padding: 58px 0 34px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(230px, 0.34fr) minmax(460px, 0.74fr);
  column-gap: clamp(28px, 3.8vw, 58px);
  row-gap: 32px;
  align-items: start;
}

.hero-copy,
.map-panel,
.chat-card,
.service-card,
.simple-grid > *,
.services-top > *,
.case-hero-grid > *,
.case-body-grid > *,
.contact-panel > * {
  min-width: 0;
}

.hero-copy h1 {
  margin-bottom: 22px;
}

.hero-copy .lead {
  max-width: 630px;
  margin-bottom: 30px;
}

.trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 24px 0 26px;
}

.trust-chip,
.service-chip {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--text);
  font-weight: 600;
  max-width: 100%;
  white-space: normal;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.hero-bottom {
  grid-column: 1 / span 2;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hero-bottom article {
  min-height: 104px;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: center;
  padding: 22px 26px;
  border-left: 1px solid var(--line);
}

.hero-bottom article:first-child {
  border-left: 0;
}

.hero-bottom strong {
  display: block;
  color: var(--navy);
  margin-bottom: 4px;
}

.hero-bottom span {
  color: var(--muted);
  line-height: 1.45;
}

.round-icon,
.small-icon,
.avatar-icon {
  display: grid;
  place-items: center;
  border-radius: 50%;
  flex: 0 0 auto;
}

.round-icon {
  width: 64px;
  height: 64px;
  background: var(--soft);
  color: var(--navy);
}

.small-icon {
  width: 46px;
  height: 46px;
  background: var(--soft);
  color: var(--navy);
}

.map-panel {
  position: relative;
  min-height: 430px;
}

.services-top .map-panel {
  min-height: 310px;
}

.dot-map {
  position: absolute;
  inset: 0;
  opacity: 0.42;
}

.route-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.map-pin {
  position: absolute;
  display: grid;
  place-items: center;
  gap: 8px;
  text-align: center;
  color: var(--navy);
  font-weight: 700;
}

.map-pin.company {
  top: 8%;
  left: 12%;
}

.map-pin.gz {
  right: 12%;
  bottom: 16%;
  color: var(--orange);
}

.map-badge {
  width: 76px;
  height: 76px;
  border: 1px solid rgba(6, 37, 82, 0.22);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.map-badge.logo-v {
  width: 112px;
  height: 112px;
  font-size: 4rem;
  color: var(--navy);
  font-weight: 700;
}

.map-badge.logo-v span::first-letter {
  color: var(--orange);
}

.chat-card {
  grid-column: 3;
  grid-row: 1 / span 2;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 26px 70px rgba(6, 37, 82, 0.14);
}

.chat-head,
.chat-input {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 16px 22px;
  border-bottom: 1px solid var(--line);
}

.chat-input {
  border-top: 1px solid var(--line);
  border-bottom: 0;
}

.avatar-icon {
  width: 48px;
  height: 48px;
  background: var(--navy);
  color: var(--white);
  font-size: 1.75rem;
  font-weight: 700;
}

.chat-head h3 {
  margin: 0;
}

.chat-head p,
.chat-input span,
.secure-note {
  margin: 0;
  color: var(--muted);
}

.chat-body {
  min-height: 0;
  padding: 18px 22px;
  display: grid;
  align-content: start;
  gap: 10px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 74, 24, 0.05), transparent 22rem),
    var(--white);
}

.message {
  max-width: 82%;
  border-radius: 12px;
  padding: 9px 13px;
  color: var(--text);
  font-size: 0.94rem;
  line-height: 1.36;
  background: var(--soft);
  overflow-wrap: break-word;
}

.message.user {
  justify-self: end;
  background: #fff0eb;
}

.message.bot {
  justify-self: start;
}

.message-time {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.76rem;
}

.chat-input .input-line {
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  color: var(--muted);
}

.send-btn {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 8px;
  background: var(--navy);
  color: var(--white);
}

.secure-note {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 0.9rem;
}

.simple-hero {
  padding: 52px 0 36px;
}

.simple-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}

.simple-grid h1 {
  margin-bottom: 24px;
}

.hero-image {
  overflow: hidden;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.hero-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.stat-row,
.benefit-strip,
.metric-row {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--line);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.stat-row {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 44px;
}

.stat-row article,
.benefit-strip article,
.metric-row article {
  background: rgba(255, 255, 255, 0.92);
  padding: 28px;
}

.stat-row article {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 12px;
}

.stat-row h3 {
  margin: 0;
}

.stat-row p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: clamp(42px, 7vw, 82px);
  align-items: start;
}

.divider-left {
  border-left: 1px solid var(--line);
  padding-left: clamp(32px, 5vw, 64px);
}

.check-list,
.cross-list,
.solution-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 24px;
}

.check-list li,
.solution-list li,
.cross-list li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 18px;
  color: var(--muted);
  line-height: 1.45;
}

.check-mark,
.cross-mark {
  width: 24px;
  height: 24px;
  border: 1px solid var(--orange);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 700;
}

.team-grid,
.service-grid,
.gallery-grid {
  display: grid;
  gap: 24px;
}

.service-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 34px;
}

.service-card {
  min-height: 330px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.service-card .number {
  margin: 24px 0 12px;
  color: var(--orange);
  font-weight: 700;
}

.service-card p {
  color: var(--muted);
  line-height: 1.52;
}

.arrow-link {
  margin-top: auto;
  color: var(--orange);
  font-size: 2rem;
  line-height: 1;
}

.services-top {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(480px, 1fr);
  gap: 42px;
  align-items: center;
}

.service-cta {
  margin-top: 26px;
  border-radius: 24px;
  padding: 28px 48px;
  display: grid;
  grid-template-columns: auto minmax(0, 0.9fr) minmax(0, 0.78fr) auto;
  gap: 34px;
  align-items: center;
  background: linear-gradient(100deg, #f9f5ef, #ffffff);
}

.case-hero {
  padding: 52px 0 32px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 54px;
  color: var(--text);
  font-weight: 600;
}

.case-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
  gap: clamp(36px, 5vw, 62px);
  align-items: center;
}

.case-logo-row {
  display: grid;
  grid-template-columns: 140px repeat(3, 1fr);
  gap: 28px;
  align-items: center;
  margin-top: 42px;
}

.berria-logo {
  color: #0a0a0a;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
}

.meta-label {
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.case-image img {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.metric-row {
  grid-template-columns: repeat(4, 1fr);
  margin: 36px 0 36px;
}

.metric-row article {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  align-items: center;
}

.case-body-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 0.88fr) minmax(260px, 0.5fr);
  gap: 44px;
  align-items: start;
}

.side-images {
  display: grid;
  gap: 12px;
}

.side-images img {
  width: 100%;
  aspect-ratio: 1.82 / 1;
  object-fit: cover;
  border-radius: 8px;
}

.gallery-grid {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1 / 0.9;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.testimonial {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(300px, 0.48fr);
  gap: 34px;
  align-items: center;
  margin-top: 38px;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(90deg, #f7fbff, #ffffff);
  box-shadow: var(--shadow);
}

.quote-mark {
  padding-left: 48px;
  color: var(--navy);
  font-size: 5rem;
  line-height: 1;
}

.testimonial p {
  color: var(--text);
  font-size: 1.2rem;
  line-height: 1.52;
}

.testimonial img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  opacity: 0.72;
}

.team-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 26px;
}

.team-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px 34px;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  align-items: center;
}

.avatar-portrait {
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: var(--soft);
  object-fit: cover;
}

.team-card p,
.story-copy p,
.why-list p {
  color: var(--muted);
  line-height: 1.55;
}

.team-title {
  color: var(--orange);
  font-size: 1.1rem;
  font-weight: 700;
}

.cta-banner {
  margin-top: 38px;
  border-radius: 14px;
  padding: 38px 56px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  color: var(--white);
  background:
    radial-gradient(circle at 86% 50%, rgba(255, 255, 255, 0.12), transparent 18rem),
    linear-gradient(135deg, #062552, #083b72);
}

.cta-banner h2,
.cta-banner p {
  margin: 0;
  color: var(--white);
}

.cta-banner p {
  margin-top: 8px;
  opacity: 0.88;
  font-size: 1.25rem;
}

.about-page .simple-hero {
  padding: 42px 0 22px;
}

.about-page .stat-row {
  margin-top: 36px;
}

.about-page .stat-row article {
  padding: 20px;
  gap: 10px;
}

.about-page .stat-row .round-icon {
  width: 58px;
  height: 58px;
}

.about-page .section {
  padding: 24px 0;
}

.about-page .section + .section {
  padding-top: 12px;
}

.about-page .story-copy h2 {
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  line-height: 1.12;
}

.about-page .story-copy p,
.about-page .why-list p {
  font-size: 0.84rem;
  line-height: 1.38;
}

.about-page .check-list {
  gap: 10px;
}

.about-page .check-list li {
  line-height: 1.34;
}

.about-page .team-grid {
  margin-top: 20px;
}

.about-page .team-card {
  grid-template-columns: 118px 1fr;
  padding: 18px 28px;
}

.about-page .avatar-portrait {
  width: 108px;
  height: 108px;
}

.about-page .team-card h3,
.about-page .team-card p {
  margin-bottom: 8px;
}

.about-page .cta-banner {
  margin-top: 24px;
  padding: 28px 42px;
}

.about-page .cta-banner h2 {
  font-size: clamp(1.4rem, 2.2vw, 2rem);
}

.case-page .case-hero {
  padding: 26px 0 20px;
}

.case-page .back-link {
  margin-bottom: 20px;
}

.case-page .case-logo-row {
  margin-top: 28px;
}

.case-page .metric-row {
  margin: 24px 0 28px;
}

.case-page .metric-row article {
  padding: 18px 22px;
  gap: 14px;
}

.case-page .metric-row .round-icon {
  width: 50px;
  height: 50px;
}

.case-page .section {
  padding: 34px 0;
}

.case-page .case-body-grid {
  gap: 34px;
}

.case-page .cross-list,
.case-page .solution-list {
  gap: 16px;
}

.case-page .cross-list li,
.case-page .solution-list li {
  line-height: 1.36;
}

.case-page .side-images {
  gap: 10px;
}

.case-page .gallery-grid {
  gap: 12px;
}

.case-page .testimonial {
  margin-top: 24px;
  gap: 22px;
}

/* Homepage reference rebuild */
.home-v2,
.subpage-v2,
.votano-nav-page {
  --home-navy: #001f49;
  --home-navy-2: #062a58;
  --home-orange: #ff4a18;
  --home-muted: #53627a;
  --home-serif: "Sora", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--home-navy);
  background: #ffffff;
}

.home-v2::before,
.subpage-v2::before,
.votano-nav-page::before {
  display: none;
}

.home-shell {
  width: min(calc(100% - clamp(96px, 13.3vw, 320px)), 1120px);
  margin: 0 auto;
}

/* Top bar / header keeps the original wide width (matching the product
   pages' .topbar-inner); only page content is capped at 1120px. */
@media (min-width: 901px) {
  .home-v2 .site-header .home-shell,
  .subpage-v2 .site-header .home-shell,
  .votano-nav-page .site-header .home-shell {
    width: min(calc(100% - clamp(96px, 13.3vw, 320px)), 1790px);
  }
}

.home-v2 .home-header,
.subpage-v2 .home-header,
.votano-nav-page .home-header {
  position: sticky;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(6, 37, 82, 0.12);
}

.home-v2 .nav,
.subpage-v2 .nav,
.votano-nav-page .nav {
  min-height: 60px;
  grid-template-columns: auto 1fr auto;
}

.home-v2 .brand img,
.subpage-v2 .brand img,
.votano-nav-page .brand img {
  width: 110px;
}

.home-v2 .nav-links,
.subpage-v2 .nav-links,
.votano-nav-page .nav-links {
  gap: clamp(26px, 3.2vw, 58px);
  font-size: 0.88rem;
}

.home-v2 .nav-links a,
.subpage-v2 .nav-links a,
.votano-nav-page .nav-links a {
  min-height: 60px;
  white-space: nowrap;
}

.home-v2 .nav-links a.active::after,
.subpage-v2 .nav-links a.active::after,
.votano-nav-page .nav-links a.active::after {
  left: 0;
  right: 0;
  height: 2px;
  background: var(--home-orange);
}

.home-nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.language-select-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.language-select-wrap::after {
  content: "";
  position: absolute;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  pointer-events: none;
  transform: translateY(-2px) rotate(45deg);
}

.language-select {
  min-width: 92px;
  min-height: 38px;
  border: 1px solid rgba(0, 31, 73, 0.18);
  border-radius: 8px;
  padding: 0 34px 0 12px;
  color: var(--home-navy);
  background: rgba(255, 255, 255, 0.9);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  appearance: none;
  cursor: pointer;
}

.language-select:focus-visible {
  outline: 2px solid rgba(255, 74, 24, 0.36);
  outline-offset: 2px;
}

.mobile-language-select {
  justify-self: start;
  margin-top: 2px;
}

.mobile-language-select .language-select {
  min-width: 128px;
}

.home-v2 .book-btn,
.subpage-v2 .book-btn,
.votano-nav-page .book-btn {
  min-height: 48px;
  padding: 0 26px;
  border-radius: 6px;
  background: linear-gradient(180deg, #ff5527, #f04418);
  box-shadow: 0 18px 36px rgba(255, 74, 24, 0.2);
}

.home-hero {
  position: relative;
  min-height: clamp(680px, calc(100svh - 60px), 840px);
  overflow: hidden;
  color: #ffffff;
  background: var(--home-navy);
}

.home-hero::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 44px;
  z-index: 2;
  width: 210px;
  height: 160px;
  opacity: 0.22;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.62) 1.2px, transparent 1.2px);
  background-size: 13px 13px;
}

.home-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 3;
  height: 150px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 160' preserveAspectRatio='none'%3E%3Cpath d='M0 106 C340 156 760 154 1040 132 C1265 114 1450 72 1600 18 L1600 160 L0 160 Z' fill='%23ffffff'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat;
  pointer-events: none;
}

.home-hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 28, 65, 0.98) 0%, rgba(0, 31, 73, 0.93) 27%, rgba(0, 31, 73, 0.46) 52%, rgba(0, 31, 73, 0.1) 100%),
    linear-gradient(180deg, rgba(0, 31, 73, 0.08) 0%, rgba(0, 31, 73, 0.16) 100%);
}

.home-hero-inner {
  position: relative;
  z-index: 4;
  min-height: clamp(680px, calc(100svh - 60px), 840px);
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(340px, 372px);
  justify-content: space-between;
  gap: clamp(56px, 8vw, 130px);
  align-items: start;
  padding: 36px 0 112px;
}

.home-hero-copy {
  max-width: 780px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}

.home-eyebrow,
.section-label {
  margin: 0 0 14px;
  color: inherit;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-hero h1 {
  margin: 0 0 22px;
  color: #ffffff;
  font-family: var(--home-serif);
  font-size: clamp(4.2rem, 5.15vw, 6rem);
  font-weight: 800;
  line-height: 1.03;
}

.home-hero .home-eyebrow {
  position: relative;
  margin-bottom: 28px;
  padding-left: 56px;
  color: rgba(255, 255, 255, 0.96);
}

.home-hero .home-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 3px;
  transform: translateY(-50%);
  background: var(--home-orange);
}

.home-hero h1 span {
  color: var(--home-orange);
  white-space: normal;
}

.home-hero-copy > p:not(.home-eyebrow) {
  max-width: 610px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.08rem;
  line-height: 1.55;
}

.home-hero-actions,
.home-proof-points {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.home-hero .book-btn {
  min-width: 208px;
  min-height: 58px;
  padding: 0 36px;
  border-radius: 7px;
}

.dark-outline-btn {
  min-width: 236px;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 30px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  font-weight: 800;
}

.home-proof-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 38px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.88rem;
}

.home-proof-points span {
  min-height: 58px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  padding: 0 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.46);
}

.home-proof-points span:first-child {
  padding-left: 0;
}

.home-proof-points span:last-child {
  border-right: 0;
}

.home-proof-points em {
  font-style: normal;
  line-height: 1.28;
}

.home-proof-points strong {
  color: #ffffff;
  font-weight: 800;
}

.home-proof-points svg {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  padding: 11px;
  color: var(--home-orange);
  background: rgba(255, 255, 255, 0.04);
}

.support-card {
  justify-self: end;
  width: min(100%, 372px);
  padding: 46px 46px 48px;
  border-radius: 10px;
  color: var(--home-navy);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 80px rgba(0, 31, 73, 0.24);
  backdrop-filter: blur(16px);
}

.support-card h2 {
  margin: 0 0 32px;
  color: var(--home-navy);
  font-family: var(--font-body);
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: left;
}

.support-card h2::after {
  content: "";
  width: 38px;
  height: 3px;
  display: block;
  margin-top: 12px;
  background: var(--home-orange);
}

.support-card ol {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 30px;
}

.support-card ol::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 28px;
  bottom: 30px;
  width: 1px;
  border-left: 1px dashed #c2cedd;
  background: transparent;
}

.support-card li {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 22px;
  align-items: center;
}

.support-card li span {
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--home-orange);
  background: var(--home-navy);
  font-size: 1.15rem;
  font-weight: 800;
}

.support-card strong,
.support-card small {
  display: block;
}

.support-card strong {
  color: var(--home-navy);
  font-size: 1rem;
}

.support-card small {
  margin-top: 8px;
  color: var(--home-muted);
  font-size: 0.85rem;
  line-height: 1.5;
}

.logo-strip {
  border-top: 1px solid rgba(6, 37, 82, 0.08);
  border-bottom: 1px solid rgba(6, 37, 82, 0.08);
  background: #ffffff;
}

.logo-strip-inner {
  height: 78px;
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) repeat(3, minmax(100px, 1fr));
  gap: 28px;
  align-items: center;
}

.logo-strip span {
  color: #65728a;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.logo-strip strong {
  color: #0a1326;
  font-size: 1.05rem;
  letter-spacing: 0.12em;
}

.trusted-logo {
  justify-self: center;
  width: auto;
  max-width: min(100%, 132px);
  max-height: 44px;
  object-fit: contain;
}

.trusted-logo-square {
  max-height: 63px;
}

.trusted-logo-wide {
  max-width: min(100%, 90px);
}

.dark-services {
  padding: clamp(13px, 1.08vw, 18px) 0 clamp(12px, 1.02vw, 17px);
  background: #ffffff;
}

.dark-services .home-shell,
.home-process .home-shell,
.home-cases .home-shell,
.home-team-section .home-shell {
  width: min(calc(100% - 28px), 1120px);
}

.home-cases .home-shell,
.home-team-section .home-shell {
  padding-inline: var(--home-section-rail-x);
}

.dark-services-grid {
  min-height: 0;
  border-radius: 10px;
  padding:
    clamp(28px, 2.9vw, 44px)
    clamp(38px, 4.2vw, 68px);
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.72fr);
  gap: clamp(32px, 3.6vw, 58px);
  align-items: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.1), transparent 20rem),
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.06), transparent 26rem),
    linear-gradient(135deg, #001c43, #002a5b 58%, #001b3c);
  box-shadow: 0 24px 70px rgba(0, 31, 73, 0.16);
}

.dark-services h2,
.home-cta h2,
.home-footer h3 {
  color: #ffffff;
}

.dark-services-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.dark-services-copy .home-eyebrow,
.process-intro .section-label {
  margin: 0;
  color: var(--home-orange);
}

.dark-services-copy h2,
.home-process h2,
.home-cases h2,
.home-team-section h2 {
  margin: 0;
  color: var(--home-navy);
  font-family: var(--font-title);
  font-size: var(--home-section-title-size);
  font-weight: 800;
  line-height: 1.08;
}

.dark-services-copy h2 {
  color: #ffffff;
}

.dark-services-copy h2::after {
  content: ".";
  color: var(--home-orange);
}

.orange-line {
  display: block;
  width: clamp(20px, 1.68vw, 28px);
  height: clamp(2px, 0.18vw, 3px);
  margin: clamp(9px, 0.78vw, 13px) 0;
  background: var(--home-orange);
}

.dark-services-copy p:not(.home-eyebrow) {
  max-width: clamp(370px, 31vw, 520px);
  margin: clamp(16px, 1.7vw, 26px) 0 clamp(20px, 2vw, 30px);
  color: rgba(255, 255, 255, 0.84);
  font-size: var(--home-section-copy-size);
  line-height: var(--home-section-copy-line);
}

.dark-service-btn {
  min-width: clamp(230px, 18vw, 310px);
  min-height: clamp(48px, 3.6vw, 58px);
  border: 0;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 34px);
  padding: 0 clamp(24px, 2.5vw, 42px);
  color: #ffffff;
  background: linear-gradient(180deg, #ff5527, #f04418);
  box-shadow: 0 18px 36px rgba(255, 74, 24, 0.18);
  font-size: clamp(1rem, 1.22vw, 1.3rem);
  font-weight: 800;
}

.service-number-list {
  align-self: center;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 0.9vw, 14px);
}

.service-number-list article {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: clamp(12px, 1vw, 16px);
  padding: clamp(13px, 1.1vw, 18px);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.service-number-list article > div {
  min-width: 0;
}

.service-thumb {
  width: clamp(38px, 2.9vw, 46px);
  flex: none;
  aspect-ratio: 1 / 1;
  border-radius: 11px;
  object-fit: cover;
}

.service-rule {
  display: none;
}

.service-number-list h3 {
  margin: 0 0 clamp(4px, 0.4vw, 6px);
  color: #ffffff;
  font-family: var(--font-title);
  font-size: clamp(0.98rem, 1vw, 1.14rem);
  font-weight: 800;
  line-height: 1.14;
}

.service-number-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.8rem, 0.82vw, 0.9rem);
  line-height: 1.4;
}

/* --- What we do: redesigned service cards --- */
.wwd-list {
  align-self: center;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.1vw, 16px);
}

.wwd-item {
  display: flex;
  align-items: flex-start;
  gap: clamp(13px, 1.15vw, 17px);
  padding: clamp(16px, 1.5vw, 22px);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: inherit;
  text-decoration: none;
  transition: transform 0.18s ease, background-color 0.18s ease,
    border-color 0.18s ease, box-shadow 0.18s ease;
}

.wwd-item:hover,
.wwd-item:focus-visible {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 74, 24, 0.55);
  box-shadow: 0 16px 34px rgba(0, 12, 32, 0.3);
  outline: none;
}

.wwd-item > div {
  min-width: 0;
}

.wwd-icon {
  flex: none;
  display: block;
  width: clamp(44px, 3.3vw, 52px);
  height: clamp(44px, 3.3vw, 52px);
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.18s ease;
}

.wwd-item:hover .wwd-icon,
.wwd-item:focus-visible .wwd-icon {
  transform: scale(1.06);
}

.wwd-item h3 {
  margin: 0 0 5px;
  color: #ffffff;
  font-family: var(--font-title);
  font-size: clamp(1.06rem, 1.15vw, 1.25rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.wwd-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.96rem, 0.98vw, 1.05rem);
  line-height: 1.45;
}

@media (max-width: 900px) {
  .wwd-list {
    grid-template-columns: 1fr;
  }
}

.line-icon,
.step-icon {
  display: grid;
  place-items: center;
  color: var(--home-orange);
  line-height: 1;
}

.line-icon svg,
.step-icon svg,
.process-badges svg {
  width: clamp(19px, 1.61vw, 27px);
  height: clamp(19px, 1.61vw, 27px);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-process {
  padding: 0 0 12px;
  background: #ffffff;
}

.process-panel {
  border-radius: 10px;
  min-height: 0;
  padding: 30px 48px 32px;
  background: linear-gradient(180deg, #ffffff, #fbfcfe);
  box-shadow: 0 20px 60px rgba(0, 31, 73, 0.08);
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(20px, 2.2vw, 30px);
  align-items: start;
}

.section-label {
  margin-bottom: 18px;
  color: #68758c;
}

.process-intro h2 {
  max-width: 560px;
}

.process-intro > p:not(.section-label) {
  max-width: 310px;
  margin: 16px 0 0;
  color: var(--home-muted);
  font-size: var(--home-section-copy-size);
  line-height: var(--home-section-copy-line);
}

.process-arrows {
  display: none;
  gap: 14px;
  margin-top: 26px;
}

.process-arrows button {
  width: 42px;
  height: 42px;
  border: 1px solid #dbe3ee;
  border-radius: 50%;
  color: #8a97ab;
  background: #ffffff;
}

.process-badges {
  margin-top: 24px;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}

.process-badges span {
  min-height: 52px;
  border: 1px solid #e0e7f1;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  color: var(--home-navy);
  background: #ffffff;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.18;
  white-space: normal;
}

.process-badges svg {
  width: 19px;
  height: 19px;
  color: var(--home-navy);
}

.process-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 34px);
  padding-top: 8px;
}

.process-steps::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 37px;
  border-top: 2px dashed #d6e0ee;
  z-index: 0;
}

.process-steps article {
  position: relative;
  z-index: 1;
  min-height: 0;
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  text-align: center;
  background: transparent;
}

.process-steps article:not(:last-child)::after {
  display: none;
}

.step-dot {
  display: none;
}

.step-icon {
  order: 1;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background: var(--home-navy);
  box-shadow: 0 12px 26px rgba(6, 31, 73, 0.2);
}

.step-num {
  order: 2;
  position: static;
  transform: none;
  margin: 16px 0 0;
  color: var(--home-orange);
  font-size: 0.82rem;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.16em;
}

.process-steps h3 {
  order: 3;
  margin: 6px 0 8px;
  color: var(--home-navy);
  font-family: var(--font-title);
  font-size: clamp(1rem, 1.05vw, 1.18rem);
  line-height: 1.18;
  font-weight: 800;
}

.process-steps p {
  order: 4;
  margin: 0 auto;
  max-width: 200px;
  color: var(--home-muted);
  font-size: clamp(0.84rem, 0.9vw, 0.98rem);
  line-height: 1.5;
}

.home-cases {
  padding: 34px 0 40px;
  border-top: 1px solid rgba(6, 37, 82, 0.12);
  background: #ffffff;
}

@media (min-width: 901px) {
  .home-cases .home-shell,
  .home-team-section .home-shell {
    width: min(calc(100% - 28px), 1120px);
  }
}

.section-heading-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.section-heading-row a {
  color: var(--home-navy);
  font-size: 0.85rem;
  font-weight: 800;
}

.home-cases .section-label,
.home-team-section .sub-kicker {
  margin: 0;
  color: var(--home-orange);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-cases .section-label::after,
.home-team-section .sub-kicker::after {
  content: "";
  display: block;
  width: clamp(20px, 1.68vw, 28px);
  height: clamp(2px, 0.18vw, 3px);
  margin: clamp(9px, 0.78vw, 13px) 0;
  background: var(--home-orange);
}

.case-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.case-card-grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #dfe6ef;
  border-radius: 4px;
  overflow: hidden;
  background: #ffffff;
}

.case-card-grid article:has(h3 a) {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.case-card-grid article:has(h3 a):hover {
  border-color: var(--home-orange);
  box-shadow: 0 14px 30px rgba(0, 28, 65, 0.14);
  transform: translateY(-3px);
}

.case-card-grid img {
  width: 100%;
  aspect-ratio: 1.72 / 0.68;
  object-fit: cover;
}

.case-card-grid div {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px 22px 22px;
}

.case-card-grid h3 {
  margin: 0 0 8px;
  color: var(--home-navy);
  font-family: var(--font-body);
  font-size: 0.95rem;
}

.case-card-grid p {
  margin: 0;
  color: var(--home-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.case-card-grid h3 a {
  color: inherit;
  text-decoration: none;
}

/* Stretch the title link over the whole card. */
.case-card-grid h3 a::after {
  content: "";
  position: absolute;
  inset: 0;
}

.case-card-grid .card-more {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 14px;
  color: var(--home-orange);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.case-card-grid .card-more::after {
  content: " \2192";
}

.case-card-grid article:has(h3 a):hover .card-more {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-cta {
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(0, 28, 65, 0.98), rgba(0, 42, 91, 0.9)),
    url("accueil.webp") center / cover;
}

.cta-grid {
  min-height: 136px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(220px, 0.36fr);
  gap: 52px;
  align-items: center;
}

.home-cta .home-eyebrow {
  margin-bottom: 12px;
}

.home-cta .dark-outline-btn {
  border-color: transparent;
  color: #ffffff;
  background: linear-gradient(180deg, #ff4f1d, #f04314);
  box-shadow: 0 12px 28px rgba(255, 74, 24, 0.22);
}

.home-cta .dark-outline-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(255, 74, 24, 0.26);
}

.home-cta ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
  color: rgba(255, 255, 255, 0.86);
}

.home-cta li::before {
  content: "◇";
  margin-right: 12px;
}

.home-footer {
  padding: 48px 0 28px;
  color: #ffffff;
  background: linear-gradient(135deg, #001b3c, #002b5d);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(230px, 1.15fr) repeat(4, minmax(120px, 0.65fr));
  gap: 62px;
  align-items: start;
}

.footer-brand img {
  width: 162px;
  margin-bottom: 22px;
}

.home-footer p,
.home-footer a {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  line-height: 1.62;
}

.home-footer h3 {
  margin: 0 0 18px;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-footer div:not(.footer-brand):not(.footer-grid):not(.home-shell):not(.footer-bottom):not(.social-row) {
  display: grid;
  gap: 8px;
}

.social-row {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.social-row a {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ffffff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 42px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
}

.footer-bottom span:last-child {
  display: flex;
  gap: 56px;
}

.contact-section {
  padding: 72px 0;
}

.contact-panel {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 40px;
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(420px, 1fr);
  gap: 48px;
  box-shadow: var(--shadow);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 24px 0;
}

.address {
  color: var(--muted);
  line-height: 1.65;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--text);
  background: var(--white);
}

.field textarea {
  min-height: 112px;
  resize: vertical;
}

.form-note {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 28px 0;
  color: var(--muted);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a:hover {
  color: var(--orange);
}

/* Reference subpages */
.subpage-v2 {
  background: #ffffff;
}

.subpage-v2 .home-shell {
  width: min(calc(100% - clamp(96px, 13.3vw, 320px)), 1120px);
}

.subpage-v2 h1,
.subpage-v2 h2 {
  font-family: var(--home-serif);
  color: var(--home-navy);
  letter-spacing: 0;
}

.subpage-v2 h1 {
  margin: 0;
  font-size: clamp(3rem, 4.7vw, 5.4rem);
  font-weight: 800;
  line-height: 1.01;
}

.subpage-v2 h2 {
  margin: 0;
  font-size: clamp(2rem, 3.15vw, 3.3rem);
  font-weight: 800;
  line-height: 1.06;
}

.subpage-v2 h3 {
  margin: 0;
  font-family: var(--font-body);
  color: var(--home-navy);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.25;
}

.subpage-v2 p {
  color: var(--home-muted);
  font-size: 0.98rem;
  line-height: 1.62;
}

.mobile-only-break {
  display: none;
}

.subpage-v2 main *,
.subpage-v2 footer * {
  min-width: 0;
}

.sub-kicker {
  margin: 0 0 18px;
  color: var(--home-orange);
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.navy-label {
  color: var(--home-navy);
}

.sub-icon,
.expect-card i,
.hero-facts i,
.confidence-row-v2 span,
.support-row-v2 span,
.model-row-v2 span {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 74, 24, 0.35);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--home-orange);
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1;
}

.sub-icon.navy,
.confidence-row-v2 span,
.model-row-v2 span {
  border-color: rgba(0, 31, 73, 0.18);
  color: var(--home-navy);
}

.sub-section {
  padding: clamp(42px, 5.4vw, 86px) 0;
  border-bottom: 1px solid rgba(6, 37, 82, 0.09);
}

.image-hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  color: #ffffff;
  background: var(--home-navy);
}

.image-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.subpage-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 28, 65, 0.98) 0%, rgba(0, 31, 73, 0.84) 35%, rgba(0, 31, 73, 0.16) 78%, rgba(0, 31, 73, 0.04) 100%),
    linear-gradient(180deg, rgba(0, 28, 65, 0.18), rgba(0, 28, 65, 0.36));
}

.subpage-hero-content {
  position: relative;
  min-height: 430px;
  display: grid;
  align-content: center;
  padding: 36px 0;
}

.subpage-hero-content h1,
.subpage-hero-content h1 span {
  color: #ffffff;
}

.subpage-hero-content h1 span {
  color: var(--home-orange);
}

.subpage-hero-content > p:not(.sub-kicker) {
  max-width: 665px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.92);
}

.hero-facts {
  max-width: 820px;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.hero-facts span {
  min-height: 58px;
  border-right: 1px solid rgba(255, 255, 255, 0.36);
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.2;
}

.hero-facts span:last-child {
  border-right: 0;
}

.hero-facts i {
  width: 30px;
  height: 30px;
  border-color: rgba(255, 255, 255, 0.56);
  color: #ffffff;
  font-size: 1rem;
}

.sub-split,
.hero-two {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.06fr);
  gap: clamp(40px, 6.5vw, 125px);
  align-items: start;
}

.sub-split > div:first-child {
  max-width: 560px;
}

.sub-split > div:first-child p:not(.sub-kicker) {
  margin-top: 28px;
}

.about-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.about-card-grid article,
.expect-card,
.stage-list-v2,
.industry-card-grid-v2 article,
.support-row-v2 article,
.solution-row-v2 article,
.person-v2 {
  border: 1px solid rgba(6, 37, 82, 0.14);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 16px 48px rgba(0, 31, 73, 0.035);
}

.about-card-grid article {
  min-height: 220px;
  padding: 34px 34px 30px;
}

.about-card-grid h3 {
  margin-top: 26px;
}

.about-card-grid p {
  margin: 18px 0 0;
  font-size: 0.88rem;
}

.approach-row,
.confidence-row-v2,
.model-row-v2 {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(6, 37, 82, 0.13);
}

.approach-row article,
.confidence-row-v2 article,
.model-row-v2 article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 24px;
  align-items: start;
  padding: 26px 42px;
  background: #ffffff;
}

.approach-row p,
.confidence-row-v2 p,
.model-row-v2 p {
  grid-column: 2;
  margin: 10px 0 0;
  font-size: 0.84rem;
}

.team-section h2 {
  margin-bottom: 30px;
}

.home-team-section h2 {
  color: var(--home-navy);
  font-size: var(--home-section-title-size);
}

.home-team-section {
  border-bottom: 0;
  border-top: 1px solid rgba(6, 37, 82, 0.12);
  background: linear-gradient(180deg, #f6f8fb 0 12px, #ffffff 12px);
}

.team-v2-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.person-v2 {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 34px;
  align-items: center;
  padding: 18px;
}

/* Photo column: portrait with the social icons stacked directly beneath it. */
.person-media {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}

.person-v2 img,
.portrait-placeholder {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 74, 24, 0.55);
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  background: #eef2f7;
}

.portrait-placeholder {
  display: grid;
  place-items: center;
  color: var(--home-navy);
  font-size: 3.4rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.person-v2 h3 {
  margin: 0;
}

.person-v2 strong {
  display: block;
  margin: 4px 0 18px;
  color: var(--home-orange);
  font-size: 0.88rem;
}

.person-v2 span {
  width: 38px;
  height: 2px;
  display: block;
  background: var(--home-navy);
}

.person-v2 p {
  margin: 18px 0 20px;
  font-size: 0.9rem;
}

.person-v2 a {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(0, 31, 73, 0.22);
  border-radius: 4px;
  display: grid;
  place-items: center;
  color: var(--home-navy);
  font-size: 0.78rem;
  font-weight: 800;
}

.person-contact-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.person-contact-row small,
.person-contact-note {
  display: inline-block;
  margin-top: 2px;
  color: #5f6f8c;
  font-size: 0.78rem;
  font-weight: 600;
}

.sub-cta-card {
  margin-top: 18px;
  margin-bottom: 34px;
  min-height: 168px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(320px, 0.9fr) auto;
  gap: 58px;
  align-items: center;
  padding: 38px 52px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(0, 28, 65, 0.98), rgba(0, 42, 91, 0.9)),
    url("accueil.webp") center / cover;
}

.sub-cta-card .sub-kicker,
.sub-cta-card h2,
.sub-cta-card p {
  color: #ffffff;
}

.sub-cta-card h2 {
  font-size: clamp(2rem, 3vw, 3.15rem);
}

.sub-cta-card h2 span {
  color: var(--home-orange);
}

.sub-cta-card p {
  margin: 0;
  max-width: 430px;
  color: rgba(255, 255, 255, 0.9);
}

.sub-cta-card.compact {
  grid-template-columns: 1fr auto;
}

.home-v2 .sub-cta-card {
  width: min(calc(100% - clamp(96px, 13.3vw, 320px)), 1120px);
  margin-top: 0;
  margin-bottom: 34px;
}

.white-page-hero {
  padding: clamp(38px, 4.2vw, 58px) 0 clamp(38px, 4vw, 64px);
  border-bottom: 1px solid rgba(6, 37, 82, 0.08);
}

.hero-two {
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.78fr);
  align-items: center;
}

.process-v2 .white-page-hero .hero-two {
  align-items: start;
}

.hero-two h1 span {
  color: var(--home-orange);
}

.hero-two > div > p:not(.sub-kicker) {
  max-width: 635px;
  margin: 28px 0 0;
  font-size: 1.04rem;
}

.short-line {
  width: 34px;
  height: 2px;
  display: block;
  margin-top: 28px;
  background: var(--home-orange);
}

.expect-card {
  padding: 34px 38px;
}

.expect-card h2 {
  margin-bottom: 24px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.expect-card article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  align-items: start;
}

.expect-card article + article {
  margin-top: 24px;
}

.expect-card p {
  margin: 4px 0 0;
  font-size: 0.84rem;
  line-height: 1.42;
}

.process-timeline-section {
  padding-top: 56px;
}

.six-step-line {
  position: relative;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
}

.six-step-line::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 20px;
  height: 1px;
  background: rgba(6, 37, 82, 0.18);
}

.six-step-line article {
  position: relative;
  min-height: 250px;
  border-left: 1px solid rgba(6, 37, 82, 0.13);
  display: grid;
  justify-items: center;
  align-content: start;
  padding: 0 28px;
  text-align: center;
}

.six-step-line article:first-child {
  border-left: 0;
}

.six-step-line b {
  z-index: 1;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(6, 37, 82, 0.18);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #5c6d86;
  background: #ffffff;
  font-size: 0.92rem;
}

.six-step-line article.active b {
  border-color: var(--home-orange);
  color: #ffffff;
  background: var(--home-orange);
}

.six-step-line span {
  margin-top: 48px;
  color: var(--home-navy);
  font-size: 2.15rem;
  line-height: 1;
}

.six-step-line article.active span {
  color: var(--home-orange);
}

.six-step-line h3 {
  margin-top: 24px;
  font-size: 0.95rem;
}

.six-step-line p {
  margin: 18px 0 0;
  font-size: 0.79rem;
}

.stage-section h2 {
  margin-bottom: 18px;
}

.stage-list-v2 {
  overflow: hidden;
}

.stage-list-v2 article {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: 36px;
  align-items: center;
  padding: 22px 30px;
}

.stage-list-v2 article + article {
  border-top: 1px solid rgba(6, 37, 82, 0.12);
}

.stage-list-v2 span {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: var(--home-orange);
  background: #fff2ee;
  font-size: 2.1rem;
}

.stage-list-v2 article:nth-child(2) span {
  color: #406cff;
  background: #f0f4ff;
}

.stage-list-v2 article:nth-child(3) span {
  color: #1baf62;
  background: #effaf2;
}

.stage-list-v2 article:nth-child(4) span {
  color: #6a40ff;
  background: #f4efff;
}

.stage-list-v2 p {
  margin: 10px 0 0;
  font-size: 0.84rem;
}

.stage-list-v2 ul {
  border-left: 1px solid rgba(6, 37, 82, 0.12);
  margin: 0;
  padding: 8px 0 8px 34px;
  color: var(--home-muted);
  list-style: none;
  display: grid;
  gap: 14px;
  font-size: 0.84rem;
}

.stage-list-v2 li::before {
  content: "✓";
  margin-right: 18px;
  color: var(--home-orange);
  font-weight: 800;
}

.confidence-row-v2 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.confidence-row-v2 article,
.model-row-v2 article {
  grid-template-columns: 50px 1fr;
  padding: 22px 30px;
}

.faq-list-v2 {
  border: 1px solid rgba(6, 37, 82, 0.13);
  border-radius: 8px;
  overflow: hidden;
}

.faq-list-v2 details + details {
  border-top: 1px solid rgba(6, 37, 82, 0.13);
}

.faq-list-v2 summary {
  cursor: pointer;
  padding: 21px 30px;
  color: var(--home-navy);
  font-weight: 800;
  list-style: none;
}

.faq-list-v2 summary::-webkit-details-marker {
  display: none;
}

.faq-list-v2 summary::after {
  content: "⌄";
  float: right;
}

.faq-list-v2 p {
  margin: 0;
  padding: 0 30px 22px;
  font-size: 0.88rem;
}

.faq-page-v2 .white-page-hero {
  padding-top: clamp(54px, 5.2vw, 86px);
}

.faq-summary-card i {
  font-size: 0.82rem;
  font-weight: 800;
}

.faq-index-section {
  background: #fbfcfe;
}

.faq-index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.faq-index-grid a {
  min-height: 168px;
  border: 1px solid rgba(6, 37, 82, 0.13);
  border-radius: 10px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px 26px;
  color: var(--home-navy);
  background: #ffffff;
  box-shadow: 0 16px 48px rgba(0, 31, 73, 0.035);
}

.faq-index-grid span {
  color: var(--home-orange);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.faq-index-grid strong {
  font-size: 1.08rem;
  font-weight: 800;
}

.faq-index-grid p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
}

.faq-category-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 86px);
  align-items: start;
}

.faq-category-copy {
  position: sticky;
  top: 112px;
}

.faq-category-copy h2 {
  max-width: 420px;
}

.faq-category-copy p:not(.sub-kicker) {
  max-width: 430px;
  margin: 22px 0 0;
}

.faq-category-section .faq-list-v2 {
  background: #ffffff;
}

.faq-category-section .faq-list-v2 summary {
  padding: 24px 32px;
}

.faq-category-section .faq-list-v2 p {
  padding: 0 32px 26px;
}

.industry-card-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.industry-card-grid-v2 article {
  overflow: hidden;
  box-shadow: none;
}

.industry-card-grid-v2 img {
  width: 100%;
  aspect-ratio: 1.64 / 0.92;
  object-fit: cover;
}

.industry-card-grid-v2 div {
  position: relative;
  min-height: 128px;
  padding: 22px 28px 24px;
}

.industry-card-grid-v2 h3 {
  font-family: var(--home-serif);
  font-size: 1.35rem;
}

.industry-card-grid-v2 p {
  max-width: 310px;
  margin: 10px 0 0;
  font-size: 0.82rem;
}

.industry-card-grid-v2 a {
  position: absolute;
  right: 28px;
  bottom: 28px;
  color: var(--home-navy);
  font-weight: 800;
}

.support-row-v2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.support-row-v2 article {
  min-height: 155px;
  padding: 28px 30px;
}

.support-row-v2 h3 {
  margin: 16px 0 10px;
}

.support-row-v2 p {
  margin: 0;
  font-size: 0.78rem;
}

.model-row-v2 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
}

.solution-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-bottom: 26px;
}

.solution-heading a {
  color: var(--home-navy);
  font-size: 0.86rem;
  font-weight: 800;
}

.solution-row-v2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.solution-row-v2 article {
  display: grid;
  grid-template-columns: 44% 1fr;
  overflow: hidden;
}

.solution-row-v2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-row-v2 div {
  padding: 20px 24px;
}

.solution-row-v2 p {
  margin: 10px 0 16px;
  font-size: 0.78rem;
}

.solution-row-v2 a {
  color: var(--home-navy);
  font-size: 0.82rem;
  font-weight: 800;
}

.sportswear-v2 .white-page-hero .hero-two {
  align-items: start;
}

.sportswear-hero-grid h1 {
  max-width: 820px;
}

.sportswear-showcase-hero {
  min-height: 610px;
}

.sportswear-showcase-hero .subpage-hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 28, 65, 0.98) 0%, rgba(0, 31, 73, 0.88) 38%, rgba(0, 31, 73, 0.34) 72%, rgba(0, 31, 73, 0.2) 100%),
    linear-gradient(180deg, rgba(0, 28, 65, 0.14), rgba(0, 28, 65, 0.4));
}

.sportswear-showcase-hero .subpage-hero-content {
  min-height: 610px;
}

.sportswear-showcase-hero h1 {
  max-width: 760px;
  font-size: clamp(3.8rem, 6.4vw, 6.25rem);
}

.sportswear-showcase-hero .subpage-hero-content > p:not(.sub-kicker) {
  max-width: 720px;
  font-size: 1.05rem;
}

.sportswear-hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.sportswear-hero-actions .book-btn {
  min-width: 208px;
}

.sportswear-showcase-hero .hero-facts {
  max-width: 1000px;
}

.sportswear-proof-strip {
  padding-top: 34px;
  padding-bottom: 34px;
}

.sportswear-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(6, 37, 82, 0.13);
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}

.sportswear-stat-grid article {
  min-height: 138px;
  padding: 28px 30px;
  border-left: 1px solid rgba(6, 37, 82, 0.1);
}

.sportswear-stat-grid article:first-child {
  border-left: 0;
}

.sportswear-stat-grid strong {
  display: block;
  color: var(--home-navy);
  font-size: 1.05rem;
  font-weight: 800;
}

.sportswear-stat-grid p {
  margin: 12px 0 0;
  font-size: 0.86rem;
}

.sportswear-product-grid {
  margin-top: 30px;
}

.sportswear-product-grid article {
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.sportswear-product-grid article:hover {
  border-color: rgba(255, 74, 24, 0.36);
  box-shadow: 0 18px 44px rgba(0, 31, 73, 0.07);
  transform: translateY(-3px);
}

.sportswear-product-grid img {
  padding: 14px;
  background: #f5f7fa;
  object-fit: contain;
}

.sportswear-product-grid div {
  min-height: 150px;
}

.sportswear-control-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(430px, 1fr);
  gap: clamp(42px, 6vw, 96px);
  align-items: center;
}

.sportswear-control-grid > div:first-child > p:not(.sub-kicker) {
  max-width: 620px;
  margin: 24px 0 0;
}

.sportswear-catalogue-preview {
  width: min(100%, 260px);
  margin-top: 28px;
  border: 1px solid rgba(6, 37, 82, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 31, 73, 0.08);
}

.sportswear-case-section {
  background: #f6f8fb;
}

.sportswear-case-feature {
  border-radius: 10px;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(540px, 1.15fr);
  gap: 42px;
  align-items: center;
  overflow: hidden;
  padding: 34px 38px;
  background:
    radial-gradient(circle at 18% 18%, rgba(31, 90, 155, 0.7), transparent 18rem),
    #00295f;
}

.sportswear-case-copy > img {
  width: 142px;
  max-height: 56px;
  display: block;
  margin-bottom: 26px;
  object-fit: contain;
  object-position: left center;
}

.sportswear-case-copy .sub-kicker {
  margin-bottom: 12px;
}

.sportswear-case-copy h2,
.sportswear-case-copy p {
  color: #ffffff;
}

.sportswear-case-copy p:not(.sub-kicker) {
  max-width: 640px;
  margin: 18px 0 24px;
  color: rgba(255, 255, 255, 0.88);
}

.sportswear-case-copy .book-btn {
  display: inline-flex;
}

.sportswear-case-gallery {
  height: 420px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(180px, 0.72fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sportswear-case-gallery img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding: 10px;
  background: #f5f7fa;
  object-fit: contain;
}

.sportswear-case-gallery .sportswear-case-main-image {
  grid-row: 1 / -1;
}

.sportswear-case-gallery img:nth-child(2) {
  padding: 0;
  object-fit: cover;
}

.split-copy-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: clamp(42px, 6vw, 96px);
  align-items: start;
}

.split-copy-grid > div:first-child p:not(.sub-kicker) {
  max-width: 610px;
  margin: 24px 0 0;
}

.challenge-list {
  border: 1px solid rgba(6, 37, 82, 0.14);
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}

.challenge-list article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 24px 28px;
}

.challenge-list article + article {
  border-top: 1px solid rgba(6, 37, 82, 0.1);
}

.challenge-list span {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 74, 24, 0.35);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--home-orange);
  font-size: 0.84rem;
  font-weight: 800;
}

.challenge-list strong {
  display: block;
  color: var(--home-navy);
  font-size: 1rem;
  font-weight: 800;
}

.challenge-list p {
  margin: 8px 0 0;
  font-size: 0.84rem;
}

.services-hero .hero-two {
  align-items: stretch;
}

.service-route-card {
  border: 1px solid rgba(6, 37, 82, 0.14);
  border-radius: 10px;
  display: grid;
  align-content: center;
  padding: 42px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 74, 24, 0.05), transparent 18rem),
    #ffffff;
  box-shadow: 0 22px 60px rgba(0, 31, 73, 0.06);
}

.route-badge {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--home-navy);
  font-family: var(--home-serif);
  font-size: 2.5rem;
  font-weight: 800;
}

.service-route-card h2 {
  max-width: 420px;
  margin: 24px 0 14px;
  font-family: var(--font-body);
  font-size: 1.45rem;
  line-height: 1.2;
}

.service-route-card p {
  max-width: 500px;
  margin: 0;
  font-size: 0.94rem;
}

.route-mini-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.route-mini-grid span {
  border: 1px solid rgba(6, 37, 82, 0.12);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--home-navy);
  background: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
}

.service-offer-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.service-offer-grid-v2 article {
  min-height: 270px;
  border: 1px solid rgba(6, 37, 82, 0.14);
  border-radius: 10px;
  display: grid;
  align-content: start;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(0, 31, 73, 0.035);
}

.service-offer-grid-v2 span {
  color: var(--home-orange);
  font-size: 0.88rem;
  font-weight: 800;
}

.service-offer-grid-v2 i {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 18px 0 22px;
  color: var(--home-navy);
  background: #f5f7fa;
  font-style: normal;
  font-size: 1.6rem;
}

.service-offer-grid-v2 h3 {
  font-size: 1.24rem;
}

.service-offer-grid-v2 p {
  margin: 14px 0 0;
  font-size: 0.88rem;
}

.package-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(460px, 1fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: start;
}

.package-grid > div:first-child p:not(.sub-kicker) {
  margin-top: 22px;
}

.package-cards {
  display: grid;
  gap: 18px;
}

.package-cards article {
  border: 1px solid rgba(6, 37, 82, 0.14);
  border-radius: 10px;
  padding: 24px 28px;
  background: #ffffff;
}

.package-cards strong {
  display: block;
  color: var(--home-navy);
  font-size: 1.05rem;
}

.package-cards p {
  margin: 8px 0 0;
  font-size: 0.86rem;
}

.service-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(6, 37, 82, 0.12);
}

.service-proof-grid article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 22px;
  align-items: start;
  padding: 28px 40px;
  background: #ffffff;
}

.service-proof-grid p {
  grid-column: 2;
  margin: 8px 0 0;
  font-size: 0.84rem;
}

.services-showcase-hero {
  min-height: 590px;
}

.services-showcase-hero > img {
  object-position: center 58%;
}

.services-showcase-hero .subpage-hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 28, 65, 0.99) 0%, rgba(0, 31, 73, 0.94) 42%, rgba(0, 31, 73, 0.54) 72%, rgba(0, 31, 73, 0.32) 100%),
    linear-gradient(180deg, rgba(0, 28, 65, 0.16), rgba(0, 28, 65, 0.52));
}

.services-showcase-hero .subpage-hero-content {
  min-height: 590px;
}

.services-showcase-hero h1 {
  max-width: 920px;
  font-size: clamp(3.8rem, 6vw, 6.05rem);
}

.services-showcase-hero .subpage-hero-content > p:not(.sub-kicker) {
  max-width: 760px;
  font-size: 1.05rem;
}

.services-hero-facts {
  max-width: 1080px;
}

.services-hero-facts i {
  font-size: 0.62rem;
  font-weight: 800;
}

.services-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: start;
}

.services-intro-grid > div:first-child h2 {
  max-width: 690px;
}

.services-intro-grid > div:last-child > p {
  max-width: 760px;
  margin: 0;
  font-size: 1.03rem;
}

.services-mode-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(6, 37, 82, 0.13);
}

.services-mode-grid article {
  min-height: 156px;
  padding: 24px 22px;
  background: #ffffff;
}

.services-mode-grid strong,
.services-mode-grid span {
  display: block;
}

.services-mode-grid strong {
  color: var(--home-navy);
  font-size: 0.94rem;
}

.services-mode-grid span {
  margin-top: 10px;
  color: var(--home-muted);
  font-size: 0.79rem;
  line-height: 1.55;
}

.services-map-section {
  background: #f6f8fb;
}

.services-map-grid {
  display: grid;
  grid-template-columns: minmax(440px, 0.85fr) minmax(0, 1fr);
  gap: clamp(56px, 7vw, 118px);
  align-items: start;
}

.services-map-grid > div:last-child h2 {
  max-width: 760px;
}

.services-media-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.services-media-stack figure {
  position: relative;
  min-height: 230px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #e8edf3;
}

.services-media-stack .services-media-main {
  grid-column: 1 / -1;
  min-height: 330px;
}

.services-media-stack img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.services-media-stack figure:last-child img {
  padding: 14px;
  background: #ffffff;
  object-fit: contain;
}

.services-media-stack figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  border-radius: 4px;
  padding: 8px 10px;
  color: #ffffff;
  background: rgba(0, 31, 73, 0.86);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.services-operation-list {
  margin-top: 26px;
  border-top: 1px solid rgba(6, 37, 82, 0.14);
}

.services-operation-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(6, 37, 82, 0.14);
}

.services-operation-list span {
  color: var(--home-orange);
  font-size: 0.81rem;
  font-weight: 800;
}

.services-operation-list h3 {
  font-size: 1.06rem;
}

.services-operation-list p {
  max-width: 760px;
  margin: 7px 0 0;
  font-size: 0.83rem;
  line-height: 1.55;
}

.services-package-section {
  background: #00295f;
}

.services-package-shell {
  position: relative;
  overflow: hidden;
}

.services-package-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.services-package-copy h2,
.services-package-copy p {
  color: #ffffff;
}

.services-package-copy p:not(.sub-kicker) {
  max-width: 650px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.8);
}

.services-package-grid {
  position: relative;
  z-index: 1;
  width: min(100%, 1120px);
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.services-package-grid article {
  min-height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.04);
}

.services-package-grid span {
  color: var(--home-orange);
  font-size: 0.78rem;
  font-weight: 800;
}

.services-package-grid h3,
.services-package-grid p,
.services-package-grid strong {
  color: #ffffff;
}

.services-package-grid h3 {
  margin-top: 30px;
}

.services-package-grid p {
  margin: 10px 0 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
  line-height: 1.55;
}

.services-package-grid strong {
  display: block;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.75rem;
}

.services-package-object {
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: min(34vw, 560px);
  opacity: 0.18;
}

.services-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
  gap: 56px;
  align-items: end;
}

.services-heading-row > p {
  max-width: 620px;
  margin: 0 0 4px;
}

.services-proof-gallery {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.services-proof-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(6, 37, 82, 0.14);
  border-radius: 8px;
  background: #ffffff;
}

.services-proof-gallery img {
  width: 100%;
  aspect-ratio: 1.34 / 0.86;
  display: block;
  background: #f5f7fa;
  object-fit: cover;
}

.services-proof-gallery figure:first-child img {
  padding: 10px;
  object-fit: contain;
}

.services-proof-gallery figcaption {
  display: grid;
  gap: 8px;
  padding: 18px 20px 20px;
}

.services-proof-gallery strong {
  color: var(--home-navy);
  font-size: 0.93rem;
}

.services-proof-gallery span {
  color: var(--home-muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.case-study-hero-v2 {
  padding: clamp(38px, 4.2vw, 58px) 0 clamp(38px, 4vw, 64px);
  border-bottom: 1px solid rgba(6, 37, 82, 0.08);
}

.case-study-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.78fr);
  gap: clamp(40px, 6.5vw, 125px);
  align-items: center;
}

.case-study-hero-grid h1 {
  max-width: 690px;
}

.case-study-hero-grid > div > p:not(.sub-kicker) {
  max-width: 635px;
  margin: 28px 0 0;
  font-size: 1.04rem;
}

.case-study-hero-grid > img {
  width: 100%;
  aspect-ratio: 1.42 / 0.86;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 22px 64px rgba(0, 31, 73, 0.1);
}

.case-meta-v2 {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 1px;
  align-items: center;
  background: rgba(6, 37, 82, 0.12);
}

.case-meta-v2 > * {
  min-height: 58px;
  display: grid;
  align-content: center;
  padding: 0 18px;
  background: #ffffff;
}

.case-meta-v2 strong {
  color: var(--home-navy);
  font-size: 1.45rem;
  letter-spacing: 0.04em;
}

.case-client-mark img {
  width: 100%;
  max-width: 122px;
  max-height: 34px;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.case-meta-v2 small {
  display: block;
  margin-bottom: 4px;
  color: var(--home-orange);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-outcome-bar {
  margin-top: 28px;
  border: 1px solid rgba(6, 37, 82, 0.14);
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(6, 37, 82, 0.12);
  overflow: hidden;
}

.case-outcome-bar article {
  min-height: 118px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-content: center;
  padding: 22px 28px;
  background: #ffffff;
}

.case-outcome-bar span {
  color: var(--home-orange);
  font-size: 1.6rem;
}

.case-outcome-bar strong {
  color: var(--home-navy);
  font-size: 0.95rem;
}

.case-outcome-bar p {
  grid-column: 2;
  margin: -6px 0 0;
  font-size: 0.78rem;
  line-height: 1.42;
}

.case-detail-grid-v2 {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 0.9fr) minmax(250px, 0.45fr);
  gap: 46px;
  align-items: start;
}

.case-detail-grid-v2 h2 {
  font-size: clamp(1.7rem, 2.5vw, 2.55rem);
}

.case-detail-grid-v2 p:not(.sub-kicker) {
  margin-top: 18px;
}

.case-checks {
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
  color: var(--home-muted);
  font-size: 0.9rem;
}

.case-checks li::before {
  content: "✓";
  width: 20px;
  height: 20px;
  border: 1px solid var(--home-orange);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  margin-right: 12px;
  color: var(--home-orange);
  font-size: 0.72rem;
  font-weight: 800;
}

.case-checks.negative li::before {
  content: "×";
}

.case-side-stack {
  display: grid;
  gap: 14px;
}

.case-side-stack img {
  width: 100%;
  aspect-ratio: 1.45 / 0.74;
  border-radius: 8px;
  object-fit: cover;
}

.case-gallery-section h2 {
  max-width: 900px;
}

.case-gallery-section p:not(.sub-kicker) {
  max-width: 850px;
}

.case-gallery-v2 {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.case-gallery-v2 img {
  width: 100%;
  aspect-ratio: 1 / 0.74;
  border-radius: 8px;
  object-fit: cover;
}

.case-testimonial-v2 {
  margin-top: 26px;
  margin-bottom: 34px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 36px 52px;
  background: linear-gradient(90deg, #f8fbff, #ffffff);
  border: 1px solid rgba(6, 37, 82, 0.12);
}

.case-testimonial-v2 .quote-mark {
  color: var(--home-orange);
  font-family: var(--home-serif);
  font-size: 5rem;
  line-height: 1;
}

.case-testimonial-v2 p {
  margin: 0;
  max-width: 900px;
  color: var(--home-navy);
  font-size: 1.05rem;
}

.case-testimonial-v2 strong {
  grid-column: 2;
  color: var(--home-orange);
}

.berria-case-study .case-study-hero-grid > img {
  object-position: center;
}

.berria-case-study .case-side-stack img {
  border: 1px solid rgba(6, 37, 82, 0.1);
  background: #f5f7fa;
}

.berria-case-study .case-side-stack img:first-child {
  padding: 0;
  object-fit: cover;
}

.berria-case-study .case-side-stack img:last-child {
  padding: 12px;
  object-fit: contain;
}

.berria-case-study .case-gallery-v2 img {
  border: 1px solid rgba(6, 37, 82, 0.1);
  padding: 12px;
  background: #f5f7fa;
  object-fit: contain;
}

.case-proof-v2 {
  grid-template-columns: 74px minmax(0, 1fr);
}

.case-proof-v2 .quote-mark {
  font-family: var(--home-sans);
  font-size: 3.65rem;
  font-weight: 800;
}

.case-proof-v2 .sub-kicker {
  margin: 0 0 8px;
  color: var(--home-orange);
  font-size: 0.72rem;
}

.case-proof-v2 h2 {
  max-width: 860px;
  font-size: clamp(1.65rem, 2.7vw, 2.55rem);
}

.case-proof-v2 p:not(.sub-kicker) {
  margin-top: 12px;
}

@media (max-width: 1180px) {
  .home-v2 .nav-links,
  .subpage-v2 .nav-links,
  .votano-nav-page .nav-links {
    gap: 20px;
  }

  .home-hero-inner,
  .dark-services-grid,
  .process-grid,
  .cta-grid,
  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-hero-inner {
    gap: 36px;
    padding: 48px 0;
  }

  .support-card {
    justify-self: start;
  }

  .logo-strip-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .logo-strip-inner span {
    grid-column: 1 / -1;
  }

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

  .process-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 0;
    row-gap: 28px;
  }

  .process-steps::before,
  .process-steps article::after,
  .step-dot {
    display: none;
  }

  .step-num {
    position: static;
    margin-bottom: 14px;
    transform: none;
  }

  .hero-grid,
  .services-top,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .chat-card,
  .hero-bottom {
    grid-column: auto;
    grid-row: auto;
  }

  .map-panel {
    min-height: 380px;
  }

  .chat-body {
    min-height: auto;
  }

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

  .sub-cta-card,
  .sub-cta-card.compact {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .subpage-v2 h1 {
    font-size: clamp(3rem, 4.9vw, 4.7rem);
  }

  .about-card-grid,
  .team-v2-grid,
  .industry-card-grid-v2,
  .faq-index-grid,
  .faq-category-grid,
  .sportswear-stat-grid,
  .support-row-v2,
  .confidence-row-v2,
  .model-row-v2,
  .solution-row-v2,
  .service-offer-grid-v2,
  .service-proof-grid,
  .case-gallery-v2,
  .case-outcome-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .package-grid,
  .split-copy-grid,
  .sportswear-control-grid,
  .case-study-hero-grid,
  .case-detail-grid-v2 {
    grid-template-columns: 1fr;
  }

  .sportswear-case-feature {
    grid-template-columns: 1fr;
  }

  .services-intro-grid,
  .services-map-grid,
  .services-heading-row {
    grid-template-columns: 1fr;
  }

  .services-map-grid {
    gap: 42px;
  }

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

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

  .six-step-line {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 36px;
  }

  .six-step-line::before {
    display: none;
  }

  .six-step-line article:nth-child(4) {
    border-left: 0;
  }

  .stage-list-v2 article {
    grid-template-columns: 96px 1fr;
  }

  .stage-list-v2 ul {
    grid-column: 2;
    border-left: 0;
    padding-left: 0;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .home-hero-inner {
    min-height: 398px;
    grid-template-columns: minmax(500px, 520px) 190px;
    justify-content: space-between;
    gap: 0;
    padding: 0;
  }

  .home-hero h1 {
    font-size: clamp(3.35rem, 5vw, 4.2rem);
  }

  .support-card {
    justify-self: end;
    width: 190px;
    padding: 20px 18px;
  }

  .support-card h2 {
    margin-bottom: 18px;
    font-size: 0.84rem;
  }

  .support-card ol {
    gap: 14px;
  }

  .support-card li {
    grid-template-columns: 34px 1fr;
    gap: 11px;
  }

  .support-card li span {
    width: 34px;
    height: 34px;
    font-size: 0.68rem;
  }

  .support-card strong {
    font-size: 0.68rem;
  }

  .support-card small {
    font-size: 0.6rem;
  }

  .logo-strip-inner {
    grid-template-columns: minmax(180px, 0.9fr) repeat(3, minmax(78px, 1fr));
    gap: 18px;
  }

  .logo-strip-inner span {
    grid-column: auto;
  }

  .dark-services-grid {
    min-height: clamp(387px, 35.7vw, 459px);
    grid-template-columns: minmax(290px, 0.78fr) minmax(450px, 1.22fr);
    gap: clamp(34px, 4vw, 50px);
    padding:
      clamp(29px, 3.23vw, 41px)
      clamp(34px, 4vw, 48px);
  }

  .dark-services-copy h2 {
    font-size: clamp(2.9rem, 4.5vw, 3.55rem);
  }

  .dark-services-copy p:not(.home-eyebrow) {
    max-width: 360px;
    margin: 22px 0 28px;
    font-size: clamp(0.96rem, 1.25vw, 1.08rem);
  }

  .dark-service-btn {
    min-width: 206px;
    min-height: 52px;
    font-size: 0.96rem;
  }

  .service-number-list {
    padding-left: clamp(28px, 3.4vw, 40px);
    gap: clamp(16px, 2vw, 24px);
  }

  .service-number-list article {
    grid-template-columns: clamp(48px, 4.2vw, 58px) 1px minmax(0, 1fr);
    gap: clamp(16px, 2vw, 24px);
  }

  .service-thumb {
    width: clamp(48px, 4.2vw, 58px);
  }

  .service-rule {
    height: clamp(42px, 4.4vw, 54px);
  }

  .service-number-list h3 {
    font-size: clamp(1rem, 1.55vw, 1.2rem);
  }

  .service-number-list p {
    font-size: clamp(0.78rem, 1.05vw, 0.88rem);
  }

  .process-grid {
    grid-template-columns: minmax(230px, 0.24fr) minmax(0, 0.76fr);
    gap: 38px;
  }

  .process-steps {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    padding-top: 34px;
  }

  .process-steps::before {
    display: block;
  }

  .step-dot {
    display: block;
  }

  .step-num {
    position: absolute;
    top: -46px;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
  }

  .process-steps article {
    min-height: 216px;
    padding: 36px 14px 22px;
  }

  .case-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .cta-grid {
    grid-template-columns: minmax(260px, 1fr) auto minmax(190px, 0.34fr);
    gap: 30px;
  }

  .footer-grid {
    grid-template-columns: minmax(210px, 1.1fr) repeat(4, minmax(100px, 0.65fr));
    gap: 34px;
  }
}

@media (max-width: 900px) {
  :root {
    --header: 76px;
  }

  .page-shell {
    width: calc(100% - 32px);
  }

  .home-shell {
    width: calc(100% - 32px);
  }

  .home-v2 .nav,
  .subpage-v2 .nav,
  .votano-nav-page .nav {
    grid-template-columns: auto 1fr;
  }

  .home-v2 .home-nav-actions,
  .subpage-v2 .home-nav-actions,
  .votano-nav-page .home-nav-actions {
    justify-self: end;
  }

  .home-v2 .language-select-wrap:not(.mobile-language-select),
  .home-v2 .home-nav-actions > .book-btn,
  .subpage-v2 .language-select-wrap:not(.mobile-language-select),
  .subpage-v2 .home-nav-actions > .book-btn,
  .votano-nav-page .language-select-wrap:not(.mobile-language-select),
  .votano-nav-page .home-nav-actions > .book-btn {
    display: none;
  }

  .home-v2 .mobile-menu .home-shell,
  .subpage-v2 .mobile-menu .home-shell,
  .votano-nav-page .mobile-menu .home-shell {
    display: grid;
    gap: 14px;
    padding: 18px 0 24px;
  }

  .home-hero,
  .home-hero-inner {
    min-height: auto;
  }

  .home-hero h1 {
    font-size: clamp(3rem, 12vw, 5rem);
  }

  .logo-strip-inner {
    height: auto;
    min-height: 78px;
    padding: 24px 0;
  }

  .dark-services-grid {
    min-height: auto;
    padding: 38px 28px;
    gap: 34px;
  }

  .dark-services-copy h2 {
    font-size: clamp(2.35rem, 10vw, 3.4rem);
  }

  .service-number-list {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    padding-top: 34px;
    padding-left: 0;
    gap: 26px;
  }

  .service-number-list article {
    grid-template-columns: 56px 1px minmax(0, 1fr);
    gap: 20px;
  }

  .service-thumb {
    width: 56px;
  }

  .service-number-list h3 {
    font-size: 1.35rem;
  }

  .service-number-list p {
    font-size: 1rem;
  }

  .process-panel {
    padding: 34px 24px;
  }

  .process-grid {
    gap: 34px;
  }

  .process-badges {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .process-steps {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 0;
  }

  .process-steps::before,
  .step-dot {
    display: none;
  }

  .process-steps article {
    min-height: auto;
    align-items: flex-start;
    padding: 24px 22px;
    text-align: left;
  }

  .step-num {
    position: static;
    margin-bottom: 14px;
    transform: none;
  }

  .step-icon {
    width: 56px;
    height: 56px;
  }

  .section-heading-row {
    align-items: start;
    flex-direction: column;
  }

  .nav {
    grid-template-columns: auto auto;
  }

  .brand img {
    width: 135px;
  }

  .nav-links,
  .nav > .book-btn {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  h1,
  .display {
    font-size: clamp(3rem, 12vw, 4.8rem);
    letter-spacing: 0;
  }

  h2 {
    font-size: clamp(2.2rem, 9vw, 3.4rem);
  }

  .hero-home {
    padding-top: 36px;
  }

  .hero-grid {
    gap: 36px;
  }

  .hero-bottom,
  .simple-grid,
  .case-hero-grid,
  .case-body-grid,
  .stat-row,
  .metric-row,
  .team-grid,
  .service-cta,
  .cta-banner,
  .testimonial {
    grid-template-columns: 1fr;
  }

  .hero-bottom article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .hero-bottom article:first-child {
    border-top: 0;
  }

  .case-logo-row {
    grid-template-columns: 1fr 1fr;
  }

  .team-card {
    grid-template-columns: 110px 1fr;
    padding: 22px;
  }

  .avatar-portrait {
    width: 96px;
    height: 96px;
  }

  .testimonial img {
    display: none;
  }

  .image-hero,
  .subpage-hero-content {
    min-height: 560px;
  }

  .sub-split,
  .hero-two,
  .sub-cta-card,
  .sub-cta-card.compact {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .sportswear-showcase-hero,
  .sportswear-showcase-hero .subpage-hero-content {
    min-height: 560px;
  }

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

  .sportswear-case-feature {
    padding: 28px;
  }

  .sportswear-case-gallery {
    height: 360px;
  }

  .services-showcase-hero,
  .services-showcase-hero .subpage-hero-content {
    min-height: 560px;
  }

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

  .services-package-grid {
    grid-template-columns: 1fr;
  }

  .services-package-grid article {
    min-height: auto;
  }

  .services-package-object {
    width: min(52vw, 470px);
    opacity: 0.12;
  }

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

  .hero-facts span:nth-child(2) {
    border-right: 0;
  }

  .about-card-grid,
  .team-v2-grid,
  .industry-card-grid-v2,
  .faq-index-grid,
  .faq-category-grid,
  .sportswear-stat-grid,
  .support-row-v2,
  .confidence-row-v2,
  .model-row-v2,
  .solution-row-v2,
  .approach-row,
  .service-offer-grid-v2,
  .service-proof-grid,
  .case-outcome-bar,
  .case-gallery-v2 {
    grid-template-columns: 1fr;
  }

  .person-v2,
  .split-copy-grid,
  .solution-row-v2 article,
  .case-testimonial-v2 {
    grid-template-columns: 1fr;
  }

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

  .case-testimonial-v2 strong {
    grid-column: auto;
  }

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

  .six-step-line article:nth-child(odd) {
    border-left: 0;
  }

  .stage-list-v2 article {
    grid-template-columns: 1fr;
  }

  .stage-list-v2 ul {
    grid-column: auto;
  }

  .faq-category-copy {
    position: static;
  }
}

@media (max-width: 620px) {
  .page-shell {
    width: min(calc(100% - 28px), 362px);
    margin-left: 14px;
    margin-right: auto;
  }

  .home-shell {
    width: calc(100% - 28px);
    margin-left: 14px;
    margin-right: auto;
  }

  .subpage-v2 .home-shell,
  .votano-nav-page .home-shell {
    width: calc(100% - 28px);
    margin-left: 14px;
    margin-right: auto;
  }

  .home-v2 .brand img {
    width: 110px;
  }

  .subpage-v2 .brand img {
    width: 110px;
  }

  .votano-nav-page .brand img {
    width: 110px;
  }

  .subpage-v2 .menu-toggle,
  .home-v2 .menu-toggle,
  .votano-nav-page .menu-toggle {
    min-width: 56px;
    padding: 0 10px;
  }

  .subpage-v2 h1 {
    font-size: clamp(2.35rem, 10.5vw, 3.1rem);
    line-height: 1.04;
  }

  .subpage-v2 h2,
  .sub-cta-card h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .subpage-v2 h1,
  .subpage-v2 h2,
  .home-v2 h1,
  .home-v2 h2,
  .sub-cta-card h2 {
    overflow-wrap: break-word;
  }

  :lang(fr) .home-v2 .sub-cta-card h2,
  :lang(fr) .subpage-v2 .sub-cta-card h2 {
    font-size: clamp(1.5rem, 7.6vw, 2.25rem);
  }

  .expect-card h2 {
    font-size: 0.95rem;
    line-height: 1.2;
  }

  .image-hero,
  .subpage-hero-content {
    min-height: auto;
  }

  .subpage-hero-content,
  .white-page-hero {
    padding: 48px 0;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .hero-facts span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
    padding-bottom: 12px;
  }

  .hero-facts span:last-child {
    border-bottom: 0;
  }

  .about-card-grid article,
  .expect-card,
  .support-row-v2 article,
  .service-offer-grid-v2 article,
  .service-route-card {
    padding: 26px 22px;
  }

  .approach-row article,
  .confidence-row-v2 article,
  .model-row-v2 article {
    grid-template-columns: 44px 1fr;
    padding: 22px 0;
  }

  .approach-row p,
  .confidence-row-v2 p,
  .model-row-v2 p {
    grid-column: 1 / -1;
  }

  .sub-cta-card {
    padding: 30px 22px;
  }

  .sportswear-showcase-hero,
  .sportswear-showcase-hero .subpage-hero-content {
    min-height: 620px;
  }

  .sportswear-showcase-hero h1 {
    font-size: clamp(2.75rem, 13vw, 3.85rem);
  }

  .sportswear-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sportswear-hero-actions .book-btn,
  .sportswear-hero-actions .dark-outline-btn {
    width: 100%;
    min-width: 0;
  }

  .sportswear-product-grid img {
    aspect-ratio: 1.35 / 0.92;
  }

  .sportswear-product-grid div {
    min-height: auto;
  }

  .sportswear-catalogue-preview {
    width: min(100%, 210px);
  }

  .sportswear-case-feature {
    gap: 26px;
    padding: 24px 20px;
  }

  .sportswear-case-gallery {
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .sportswear-case-gallery img {
    aspect-ratio: 1 / 0.86;
  }

  .sportswear-case-gallery .sportswear-case-main-image {
    grid-row: auto;
    grid-column: 1 / -1;
    aspect-ratio: 1.4 / 1;
  }

  .services-showcase-hero,
  .services-showcase-hero .subpage-hero-content {
    min-height: 650px;
  }

  .services-showcase-hero h1 {
    font-size: clamp(2.75rem, 13vw, 3.85rem);
  }

  .services-mode-grid,
  .services-media-stack,
  .services-proof-gallery {
    grid-template-columns: 1fr;
  }

  .services-mode-grid article {
    min-height: auto;
  }

  .services-media-stack {
    grid-template-rows: auto;
  }

  .services-media-stack .services-media-main {
    grid-column: auto;
    min-height: 220px;
  }

  .services-media-stack figure {
    min-height: 190px;
  }

  .services-package-object {
    display: none;
  }

  .services-operation-list article {
    grid-template-columns: 34px 1fr;
    gap: 12px;
  }

  .services-heading-row {
    gap: 18px;
  }

  .six-step-line {
    grid-template-columns: 1fr;
  }

  .six-step-line article,
  .six-step-line article:nth-child(4) {
    min-height: auto;
    border-left: 0;
    border-top: 1px solid rgba(6, 37, 82, 0.13);
    padding: 26px 12px;
  }

  .six-step-line article:first-child {
    border-top: 0;
  }

  .six-step-line span {
    margin-top: 20px;
  }

  .stage-list-v2 span {
    width: 74px;
    height: 74px;
  }

  .route-mini-grid,
  .case-meta-v2,
  .case-side-stack {
    grid-template-columns: 1fr;
  }

  .case-outcome-bar article,
  .service-proof-grid article {
    grid-template-columns: 44px 1fr;
    padding: 22px;
  }

  .case-outcome-bar p,
  .service-proof-grid p {
    grid-column: 1 / -1;
  }

  .case-testimonial-v2 {
    padding: 28px 22px;
  }

  .service-route-card h2 {
    font-size: 1.65rem;
    line-height: 1.16;
  }

  .case-study-hero-grid h1,
  .services-v2 h1 {
    font-size: clamp(2.05rem, 8.8vw, 2.45rem);
  }

  .case-study-hero-grid > div > p:not(.sub-kicker),
  .services-v2 .hero-two > div > p:not(.sub-kicker) {
    font-size: 0.98rem;
  }

  .mobile-only-break {
    display: block;
  }

  .home-hero-overlay {
    background:
      linear-gradient(180deg, rgba(0, 28, 65, 0.93) 0%, rgba(0, 28, 65, 0.84) 56%, rgba(0, 28, 65, 0.68) 100%),
      radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0.1), transparent 18rem);
  }

  .home-hero-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 34px 0 0;
  }

  .home-hero h1 {
    font-size: clamp(2.55rem, 12.2vw, 3.45rem);
  }

  .home-hero h1 span {
    white-space: normal;
  }

  .home-hero-copy > p:not(.home-eyebrow) {
    max-width: 100%;
    font-size: 0.96rem;
  }

  .home-hero-actions,
  .home-proof-points {
    display: grid;
  }

  .support-card {
    width: 100%;
    padding: 26px 24px;
  }

  .process-steps,
  .case-card-grid {
    grid-template-columns: 1fr;
  }

  .logo-strip-inner {
    height: auto;
    min-height: 78px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 18px;
    padding: 24px 0;
  }

  .logo-strip-inner span {
    text-align: center;
  }

  .dark-services {
    padding: 22px 0 40px;
  }

  .dark-services-grid {
    padding: 32px 20px;
    gap: 30px;
  }

  .service-number-list {
    gap: 24px;
  }

  .service-number-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .service-rule {
    display: none;
  }

  .home-cases {
    padding: 36px 0;
  }

  .home-process {
    padding: 0 0 20px;
  }

  .process-panel {
    padding: 30px 20px;
  }

  .cta-grid {
    gap: 24px;
    padding: 28px 0;
  }

  .footer-grid {
    gap: 30px;
  }

  .footer-bottom,
  .footer-bottom span:last-child {
    display: grid;
    gap: 14px;
  }

  .brand img {
    width: 114px;
  }

  h1,
  .display {
    font-size: clamp(2.05rem, 8.8vw, 2.45rem);
    letter-spacing: 0;
  }

  h2 {
    font-size: clamp(1.95rem, 8vw, 2.45rem);
  }

  .lead {
    font-size: 1.08rem;
  }

  .book-btn,
  .outline-btn {
    width: 100%;
  }

  .hero-actions,
  .contact-actions {
    display: grid;
  }

  .trust-chips {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .trust-chip,
  .service-chip {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 10px 12px;
  }

  .map-panel {
    min-height: 320px;
  }

  .chat-card {
    border-radius: 14px;
  }

  .chat-head,
  .chat-input {
    padding: 18px;
  }

  .chat-body {
    padding: 20px 18px;
  }

  .message {
    max-width: 88%;
  }

  .service-grid,
  .gallery-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .case-logo-row {
    grid-template-columns: 1fr;
  }

  .metric-row article {
    grid-template-columns: 44px 1fr;
  }

  .quote-mark {
    padding-left: 24px;
    font-size: 3.4rem;
  }

  .cta-banner,
  .contact-panel {
    padding: 28px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .home-hero-inner {
    min-height: 650px;
    grid-template-columns: minmax(0, 540px) minmax(290px, 340px);
    gap: 44px;
    padding: 36px 0 104px;
  }

  .home-hero h1 {
    font-size: clamp(3.45rem, 5.7vw, 4.6rem);
  }

  .support-card {
    width: min(100%, 340px);
    padding: 36px 34px 38px;
  }

  .support-card li {
    grid-template-columns: 50px 1fr;
    gap: 18px;
  }

  .support-card li span {
    width: 50px;
    height: 50px;
  }

  .home-proof-points span {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 0 22px;
  }

  .home-proof-points svg {
    width: 42px;
    height: 42px;
    padding: 10px;
  }
}

@media (max-width: 900px) {
  .home-hero {
    min-height: auto;
  }

  .home-hero::before {
    width: 150px;
    height: 120px;
    bottom: 18px;
  }

  .home-hero::after {
    left: 0;
    right: 0;
    bottom: -1px;
    height: 92px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 100' preserveAspectRatio='none'%3E%3Cpath d='M0 64 C220 94 510 96 900 34 L900 100 L0 100 Z' fill='%23ffffff'/%3E%3C/svg%3E");
  }

  .home-hero-inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 42px 0 82px;
  }

  .home-hero h1 {
    font-size: clamp(2.65rem, 11.7vw, 4.1rem);
    line-height: 1.04;
  }

  .home-hero-copy > p:not(.home-eyebrow) {
    max-width: 100%;
    font-size: 1rem;
  }

  .home-hero-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-hero .book-btn,
  .home-hero .dark-outline-btn {
    width: 100%;
    min-width: 0;
  }

  .home-proof-points {
    display: grid;
    gap: 18px;
    margin-top: 30px;
  }

  .home-proof-points span {
    min-height: auto;
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 0;
    border-right: 0;
  }

  .home-proof-points svg {
    width: 44px;
    height: 44px;
    padding: 11px;
  }

  .support-card {
    width: 100%;
    padding: 30px 26px 32px;
  }

  .support-card h2 {
    font-size: 1.25rem;
  }

  .support-card ol {
    gap: 24px;
  }
}

@media (min-width: 901px) {
  .home-hero-inner {
    grid-template-columns: minmax(0, 720px);
    justify-content: start;
    gap: 0;
  }
}

/* Insights */
.insights-hero {
  padding: clamp(76px, 8vw, 126px) 0 clamp(66px, 7vw, 104px);
  border-bottom: 1px solid #dfe6ef;
  background:
    linear-gradient(112deg, rgba(247, 250, 253, 0.98), rgba(255, 255, 255, 0.94)),
    url("guangzhou-hero.webp") center / cover;
}

.insights-hero-grid,
.insight-article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.68fr);
  align-items: center;
  gap: clamp(34px, 6vw, 92px);
}

.insights-hero h1,
.insight-article-hero h1 {
  max-width: 860px;
  margin: 15px 0 20px;
  color: #062456;
  font-family: "Sora", sans-serif;
  font-size: clamp(43px, 5.1vw, 76px);
  line-height: 1.03;
  letter-spacing: 0;
}

.insights-hero .lead,
.insight-article-hero .lead {
  max-width: 760px;
  margin: 0;
  color: #536582;
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.62;
}

.insights-intro-note,
.article-side {
  border: 1px solid #d8e1ec;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 18px 45px rgba(6, 36, 86, 0.08);
}

.insights-intro-note {
  padding: 30px;
}

.insights-intro-note h2,
.article-side h2 {
  margin: 0 0 12px;
  color: #062456;
  font-size: 21px;
  line-height: 1.2;
}

.insights-intro-note p {
  margin: 0;
  color: #536582;
  font-size: 16px;
  line-height: 1.65;
}

.insights-grid-section {
  padding: clamp(20px, 2vw, 28px) 0 clamp(56px, 6vw, 92px);
}

.insights-grid-section .section-heading-row {
  align-items: end;
  margin-bottom: 28px;
}

.insights-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.insight-card {
  overflow: hidden;
  border: 1px solid #d9e2ed;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.insight-card:hover {
  transform: translateY(-4px);
  border-color: rgba(247, 79, 32, 0.55);
  box-shadow: 0 18px 34px rgba(6, 36, 86, 0.1);
}

.insight-card > a {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.insight-card-media {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.insight-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.insight-image-placeholder {
  width: 100%;
  background: var(--placeholder-color, #dbe4ef);
}

.insight-card-media .insight-image-placeholder {
  height: 100%;
}

.insight-image-placeholder-hero {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
}

.insight-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px;
}

.insight-card .sub-kicker {
  min-height: 1.25em;
  margin: 0 0 12px;
  font-size: 11px;
  line-height: 1.25;
}

.insight-card h2 {
  margin: 0 0 12px;
  color: #062456;
  font-size: 20px;
  line-height: 1.26;
}

.insight-card p {
  margin: 0;
  color: #536582;
  font-size: 15px;
  line-height: 1.55;
}

.insight-card-meta {
  margin-top: auto;
  padding-top: 18px;
  color: #f44a20;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.insight-article-hero {
  padding: clamp(54px, 6vw, 88px) 0;
  border-bottom: 1px solid #dfe6ef;
  background: #f7f9fc;
}

.insight-article-hero h1 {
  max-width: 940px;
  font-size: clamp(38px, 4.5vw, 66px);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 26px;
  color: #64748f;
  font-size: 14px;
}

.article-meta span + span {
  position: relative;
}

.article-meta span + span::before {
  position: absolute;
  left: -12px;
  content: "·";
}

.insight-article-hero figure {
  margin: 0;
}

.insight-article-hero img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
}

.insight-article-hero figcaption {
  margin-top: 9px;
  color: #71809a;
  font-size: 12px;
  line-height: 1.45;
}

.insight-article-body {
  display: grid;
  grid-template-columns: minmax(0, 780px) minmax(240px, 1fr);
  gap: clamp(36px, 6vw, 82px);
  padding-top: clamp(48px, 6vw, 80px);
  padding-bottom: clamp(48px, 6vw, 80px);
}

.article-main h2 {
  margin: 42px 0 14px;
  color: #062456;
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.16;
}

.article-main h2:first-child {
  margin-top: 0;
}

.article-main p,
.article-main li {
  color: #445874;
  font-size: 17px;
  line-height: 1.76;
}

.article-main p {
  margin: 0 0 18px;
}

.article-main a,
.article-side a {
  color: #062456;
  font-weight: 800;
  text-decoration-color: rgba(244, 74, 32, 0.65);
  text-underline-offset: 3px;
}

.article-main ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 21px;
}

.insight-checklist,
.article-example {
  margin: 30px 0;
  padding: 24px 26px;
  border-left: 3px solid #f44a20;
  background: #f7f9fc;
}

.insight-checklist h2,
.article-example h2 {
  margin-top: 0;
  font-size: 23px;
}

.article-example p:last-child {
  margin-bottom: 0;
}

.article-side {
  position: sticky;
  top: 98px;
  align-self: start;
  padding: 24px;
}

.article-side p {
  margin: 0 0 16px;
  color: #536582;
  font-size: 15px;
  line-height: 1.55;
}

.article-side nav {
  display: grid;
  gap: 11px;
  padding-top: 4px;
}

.insight-final-cta {
  margin-bottom: clamp(50px, 6vw, 82px);
}

@media (max-width: 980px) {
  .insights-hero-grid,
  .insight-article-hero-grid,
  .insight-article-body {
    grid-template-columns: 1fr;
  }

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

  .article-side {
    position: static;
  }
}

@media (max-width: 620px) {
  .insights-hero {
    padding: 56px 0;
  }

  .insights-card-grid {
    grid-template-columns: 1fr;
  }

  .insights-intro-note {
    padding: 22px;
  }

  .insight-article-hero {
    padding: 42px 0;
  }

  .insight-article-hero h1 {
    font-size: 36px;
  }

  .insight-article-body {
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .article-main p,
  .article-main li {
    font-size: 16px;
  }
}

/* Internal page cohesion pass: services, answers, insights, and about only. */
.services-v2,
.faq-page-v2,
.insights-index-page,
.about-v2 {
  --internal-hero-min: clamp(520px, 44vw, 590px);
  --internal-hero-pad-top: 36px;
  --internal-hero-pad-bottom: clamp(52px, 5vw, 76px);
  --internal-h1: clamp(3.6rem, 5.35vw, 6.05rem);
  --internal-h2: clamp(2.25rem, 3.05vw, 3.45rem);
  --internal-lead: clamp(1rem, 1.05vw, 1.12rem);
  --internal-section-pad: clamp(56px, 5.2vw, 84px);
}

.services-v2 h1,
.faq-page-v2 h1,
.insights-index-page h1,
.about-v2 h1 {
  font-family: var(--font-title);
  font-size: var(--internal-h1);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: 0;
}

.services-v2 h2,
.faq-page-v2 h2,
.insights-index-page h2,
.about-v2 h2 {
  font-family: var(--font-title);
  font-size: var(--internal-h2);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.services-v2 h3,
.faq-page-v2 h3,
.insights-index-page h3,
.about-v2 h3 {
  font-family: var(--font-title);
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}

.services-v2 p,
.faq-page-v2 p,
.insights-index-page p,
.about-v2 p {
  font-family: var(--font-body);
  font-size: 0.98rem;
  line-height: 1.62;
}

.home-footer h3,
.services-v2 .home-footer h3,
.faq-page-v2 .home-footer h3,
.insights-index-page .home-footer h3,
.about-v2 .home-footer h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-footer p,
.home-footer a,
.services-v2 .home-footer p,
.services-v2 .home-footer a,
.faq-page-v2 .home-footer p,
.faq-page-v2 .home-footer a,
.insights-index-page .home-footer p,
.insights-index-page .home-footer a,
.about-v2 .home-footer p,
.about-v2 .home-footer a {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-body);
  font-size: 0.86rem;
  line-height: 1.62;
}

.home-footer .social-row a,
.services-v2 .home-footer .social-row a,
.faq-page-v2 .home-footer .social-row a,
.insights-index-page .home-footer .social-row a,
.about-v2 .home-footer .social-row a {
  color: #ffffff;
}

.services-v2 .home-footer,
.faq-page-v2 .home-footer,
.insights-index-page .home-footer,
.about-v2 .home-footer {
  color: #ffffff;
}

.services-v2 .home-footer .footer-grid h3,
.faq-page-v2 .home-footer .footer-grid h3,
.insights-index-page .home-footer .footer-grid h3,
.about-v2 .home-footer .footer-grid h3 {
  color: #ffffff;
  opacity: 1;
}

.home-footer .footer-bottom > span:first-child {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25em;
  white-space: nowrap;
}

.services-v2 .sub-kicker,
.faq-page-v2 .sub-kicker,
.insights-index-page .sub-kicker,
.about-v2 .sub-kicker {
  margin: 0 0 18px;
  font-family: var(--font-title);
  font-size: 0.79rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.1em;
}

.services-v2 .image-hero,
.about-v2 .image-hero {
  min-height: var(--internal-hero-min);
}

.services-v2 .subpage-hero-content,
.about-v2 .subpage-hero-content {
  min-height: var(--internal-hero-min);
  align-content: start;
  padding: var(--internal-hero-pad-top) 0 var(--internal-hero-pad-bottom);
}

.services-v2 .white-page-hero,
.faq-page-v2 .white-page-hero,
.about-v2 .white-page-hero {
  padding: var(--internal-hero-pad-top) 0 var(--internal-hero-pad-bottom);
}

.faq-page-v2 .hero-two {
  align-items: start;
}

.insights-index-page .insights-grid-section {
  padding: var(--internal-hero-pad-top) 0 clamp(56px, 6vw, 92px);
}

.insights-index-page .insights-grid-section .section-heading-row {
  align-items: end;
  margin-bottom: clamp(28px, 3vw, 40px);
}

.insights-index-page .section-heading-row h1,
.services-v2 .services-showcase-hero h1,
.faq-page-v2 .hero-two h1,
.about-v2 .subpage-hero-content h1 {
  max-width: 1050px;
  font-size: var(--internal-h1);
}

.services-v2 .services-showcase-hero .subpage-hero-content > p:not(.sub-kicker),
.faq-page-v2 .hero-two > div > p:not(.sub-kicker),
.about-v2 .subpage-hero-content > p:not(.sub-kicker) {
  max-width: 760px;
  margin-top: 22px;
  font-size: var(--internal-lead);
  line-height: 1.62;
}

.services-v2 .sub-section,
.faq-page-v2 .sub-section,
.about-v2 .sub-section {
  padding: var(--internal-section-pad) 0;
}

.about-v2 .about-opening-section {
  padding: var(--internal-hero-pad-top) 0 clamp(58px, 5.2vw, 82px);
  background: #ffffff;
}

.about-opening-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: clamp(36px, 6.5vw, 110px);
  align-items: start;
}

.about-page-heading {
  max-width: 1040px;
}

.about-page-heading h1 {
  max-width: 1040px;
  margin: 0;
  color: var(--home-navy);
}

.about-page-heading > p:not(.sub-kicker) {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--home-muted);
  font-size: var(--internal-lead);
  line-height: 1.62;
}

.about-snapshot-card {
  margin-top: 10px;
  padding: clamp(24px, 2.6vw, 34px);
  border: 1px solid rgba(13, 40, 78, 0.13);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(13, 40, 78, 0.08);
}

.about-snapshot-card h2 {
  margin: 0 0 22px;
  color: var(--home-navy);
  font-size: clamp(1.22rem, 1.25vw, 1.45rem);
  line-height: 1.18;
}

.about-snapshot-card ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-snapshot-card li {
  display: grid;
  gap: 5px;
  padding-left: 18px;
  border-left: 2px solid var(--home-orange);
}

.about-snapshot-card strong,
.about-proof-list strong,
.about-trust-row strong {
  color: var(--home-navy);
  font-family: var(--font-title);
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.25;
}

.about-snapshot-card span,
.about-proof-list span,
.about-trust-row span {
  color: var(--home-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.about-story-section,
.about-proof-section,
.about-team-section {
  border-top: 1px solid rgba(13, 40, 78, 0.1);
  background: linear-gradient(180deg, #f6f8fb 0 12px, #ffffff 12px);
}

.about-story-grid,
.about-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 96px);
  align-items: start;
}

.about-story-grid h2,
.about-proof-copy h2,
.about-section-heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--home-navy);
}

.about-story-copy {
  max-width: 760px;
}

.about-story-copy p,
.about-proof-copy p,
.about-section-heading p {
  margin: 0;
  color: var(--home-muted);
  font-size: 1rem;
  line-height: 1.64;
}

.about-story-copy p + p {
  margin-top: 18px;
}

.about-section-heading {
  max-width: 880px;
  margin-bottom: clamp(28px, 3vw, 42px);
}

.about-section-heading p {
  max-width: 760px;
  margin-top: 18px;
}

.about-operating-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.about-operating-grid article,
.about-proof-list article,
.about-trust-row article {
  border: 1px solid rgba(13, 40, 78, 0.12);
  border-radius: 12px;
  background: #ffffff;
}

.about-operating-grid article {
  min-height: 232px;
  padding: 24px;
  box-shadow: 0 16px 42px rgba(13, 40, 78, 0.06);
}

.about-operating-grid span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 74, 24, 0.28);
  border-radius: 999px;
  color: var(--home-orange);
  font-family: var(--font-title);
  font-weight: 800;
}

.about-operating-grid h3 {
  margin: 22px 0 10px;
  color: var(--home-navy);
  font-size: 1.02rem;
}

.about-operating-grid p {
  margin: 0;
  color: var(--home-muted);
  font-size: 0.9rem;
  line-height: 1.56;
}

.about-proof-copy p {
  max-width: 720px;
  margin-top: 18px;
}

.about-proof-list {
  display: grid;
  gap: 14px;
}

.about-proof-list article {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  align-items: start;
  padding: 20px 22px;
}

.about-trust-section {
  padding-top: clamp(32px, 3.4vw, 52px);
  padding-bottom: clamp(44px, 4vw, 64px);
}

.about-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.about-trust-row article {
  display: grid;
  gap: 8px;
  min-height: 128px;
  padding: 20px;
}

.about-team-section h2 {
  max-width: 850px;
  margin: 0 0 30px;
  color: var(--home-navy);
}

.insights-index-page .insight-card h2 {
  margin-bottom: 12px;
  font-size: clamp(1.2rem, 1.35vw, 1.55rem);
  line-height: 1.22;
}

.insights-index-page .insight-card p:not(.sub-kicker) {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.58;
}

.insights-index-page .insight-card .sub-kicker {
  min-height: calc(0.79rem * 1.25);
  margin: 0 0 12px;
  font-size: 0.79rem;
  line-height: 1.25;
}


.services-v2 .services-step-in-section {
  background: #ffffff;
  padding-top: var(--internal-hero-pad-top);
}

.services-step-heading {
  max-width: 1050px;
  margin-bottom: 28px;
}

.services-step-heading h2 {
  max-width: 1050px;
  font-size: var(--internal-h1);
  line-height: 1.03;
}

.services-step-heading > p:not(.sub-kicker) {
  max-width: 760px;
  margin-top: 22px;
  color: var(--home-muted);
  font-size: var(--internal-lead);
  line-height: 1.62;
}

.service-anchor-menu {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  width: calc(100% - clamp(72px, 4.8vw, 104px));
  max-width: none;
  margin: 0 0 clamp(42px, 5vw, 72px);
  padding: 0;
  overflow: visible;
  scrollbar-width: thin;
}

.service-anchor-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  min-height: 50px;
  padding: 11px 12px;
  border: 1px solid var(--home-border);
  border-radius: 8px;
  color: var(--home-navy);
  background: #ffffff;
  font-family: var(--font-title);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(0, 28, 72, 0.05);
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.service-anchor-menu a:hover,
.service-anchor-menu a:focus-visible {
  border-color: rgba(242, 87, 48, 0.45);
  color: var(--home-orange);
  transform: translateY(-1px);
}

.service-anchor-menu span {
  color: var(--home-orange);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
}

.services-step-list {
  display: grid;
  gap: 16px;
}

.service-step-card {
  scroll-margin-top: 96px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(270px, 0.6fr);
  gap: clamp(21px, 3vw, 44px);
  align-items: center;
  border: 1px solid var(--home-border);
  border-radius: 16px;
  padding: clamp(11px, 1.32vw, 18px) clamp(14px, 1.65vw, 23px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 254, 0.92)),
    #ffffff;
  box-shadow: 0 18px 44px rgba(0, 28, 72, 0.06);
}

.service-step-copy {
  padding: clamp(6px, 0.88vw, 14px) clamp(8px, 1.1vw, 18px);
}

.service-step-copy span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid rgba(242, 87, 48, 0.25);
  border-radius: 50%;
  color: var(--home-orange);
  background: rgba(242, 87, 48, 0.06);
  font-family: var(--font-title);
  font-size: 0.82rem;
  font-weight: 800;
}

.service-step-copy h3 {
  max-width: 560px;
  margin: 0;
  color: var(--home-navy);
  font-size: clamp(1.55rem, 2vw, 2.2rem);
}

.service-step-copy p {
  max-width: 680px;
  margin: 16px 0 0;
  color: var(--home-muted);
  font-size: 1rem;
  line-height: 1.68;
}

.service-step-card figure {
  aspect-ratio: 4 / 5;
  min-height: 0;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: #eef3f8;
}

.service-step-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  display: block;
}

.service-step-card:nth-child(2) img,
.service-step-card:nth-child(5) img {
  object-fit: cover;
  padding: 0;
  background: transparent;
}

@media (max-width: 980px) {
  .services-v2,
  .faq-page-v2,
  .insights-index-page,
  .about-v2 {
    --internal-h1: clamp(3rem, 7vw, 4.8rem);
    --internal-h2: clamp(2.15rem, 5.4vw, 3.35rem);
    --internal-hero-pad-top: 36px;
    --internal-hero-pad-bottom: 58px;
  }

  .service-step-card {
    grid-template-columns: 1fr;
  }

  .service-anchor-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin-bottom: 34px;
    padding-bottom: 0;
    overflow: visible;
  }

  .service-step-card figure,
  .service-step-card img {
    min-height: 0;
  }

  .about-opening-grid,
  .about-story-grid,
  .about-proof-grid {
    grid-template-columns: 1fr;
  }

  .about-snapshot-card {
    max-width: 560px;
    margin-top: 0;
  }

  .about-operating-grid,
  .about-trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-proof-list article {
    grid-template-columns: 150px 1fr;
  }
}

@media (max-width: 620px) {
  .services-v2,
  .faq-page-v2,
  .insights-index-page,
  .about-v2 {
    --internal-hero-min: auto;
    --internal-hero-pad-top: 36px;
    --internal-hero-pad-bottom: 52px;
    --internal-h1: clamp(2.35rem, 10.5vw, 3.1rem);
    --internal-h2: clamp(2rem, 10vw, 3rem);
    --internal-section-pad: 48px;
  }

  .services-v2 .image-hero,
  .about-v2 .image-hero,
  .services-v2 .subpage-hero-content,
  .about-v2 .subpage-hero-content {
    min-height: auto;
  }

  .insights-index-page .insights-grid-section {
    padding-top: var(--internal-hero-pad-top);
  }

  .service-anchor-menu {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .service-step-card figure,
  .service-step-card img {
    min-height: 0;
  }

  .about-operating-grid,
  .about-trust-row {
    grid-template-columns: 1fr;
  }

  .about-proof-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .about-operating-grid article,
  .about-trust-row article {
    min-height: auto;
  }
}

.home-v2 .sub-cta-card,
.subpage-v2 .sub-cta-card,
.subpage-v2 .sub-cta-card.compact {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 405px);
  gap: clamp(42px, 6.8vw, 108px);
  min-height: 280px;
  align-items: center;
  padding: clamp(36px, 4vw, 58px) clamp(34px, 5.1vw, 72px);
}

.home-v2 .sub-cta-card .sub-cta-contact-panel {
  width: min(100%, 405px);
  justify-self: end;
}

.home-v2 .sub-cta-card > div:first-child,
.subpage-v2 .sub-cta-card > div:first-child {
  max-width: 880px;
}

.home-v2 .sub-cta-card .sub-kicker,
.subpage-v2 .sub-cta-card .sub-kicker {
  margin: 0 0 18px;
  color: var(--home-orange);
  font-family: var(--font-title);
  font-size: 0.79rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.1em;
}

.home-v2 .sub-cta-card h2,
.subpage-v2 .sub-cta-card h2 {
  margin: 0;
  max-width: 930px;
  color: #ffffff;
  font-size: clamp(2.25rem, 3.35vw, 4rem);
  line-height: 1.07;
}

.home-v2 .sub-cta-card > div:first-child > p:not(.sub-kicker),
.subpage-v2 .sub-cta-card > div:first-child > p:not(.sub-kicker) {
  max-width: 560px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.02rem;
  line-height: 1.55;
}

.sub-cta-contact-panel {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 28px 30px;
  background: linear-gradient(180deg, rgba(20, 67, 126, 0.4), rgba(0, 34, 75, 0.38));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 22px 48px rgba(0, 16, 42, 0.18);
}

.sub-cta-contact-panel .book-btn {
  width: 100%;
  min-height: 58px;
  justify-content: center;
  box-shadow: 0 18px 36px rgba(244, 74, 32, 0.22);
}

.sub-cta-divider {
  position: relative;
  display: block;
  height: 1px;
  margin: 28px 0 24px;
  background: rgba(255, 255, 255, 0.2);
}

.sub-cta-divider::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 48px;
  height: 2px;
  transform: translateX(-50%);
  background: var(--home-orange);
}

.sub-cta-email-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 96px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 9px;
  padding: 18px 20px;
  color: #ffffff;
  background: rgba(0, 31, 73, 0.28);
  transition: border-color 180ms ease, background 180ms ease;
}

.sub-cta-email-card:hover {
  border-color: rgba(255, 74, 24, 0.55);
  background: rgba(0, 31, 73, 0.42);
}

.sub-cta-email-icon {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 74, 24, 0.82);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--home-orange);
}

.sub-cta-email-icon svg {
  width: 23px;
  height: 23px;
}

.sub-cta-email-card strong,
.sub-cta-email-card small,
.sub-cta-email-card em {
  display: block;
}

.sub-cta-email-card strong {
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 800;
}

.sub-cta-email-card small {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-style: normal;
  line-height: 1.48;
}

.sub-cta-email-card em {
  display: inline;
  color: var(--home-orange);
  font-style: normal;
  font-weight: 800;
}

@media (max-width: 980px) {
  .home-v2 .sub-cta-card,
  .subpage-v2 .sub-cta-card,
  .subpage-v2 .sub-cta-card.compact {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sub-cta-contact-panel {
    max-width: 460px;
  }
}

@media (max-width: 620px) {
  .home-v2 .sub-cta-card,
  .subpage-v2 .sub-cta-card,
  .subpage-v2 .sub-cta-card.compact {
    min-height: auto;
    padding: 30px 22px;
  }

  .sub-cta-contact-panel {
    max-width: none;
    padding: 20px;
  }

  .sub-cta-email-card {
    grid-template-columns: 44px 1fr;
    gap: 14px;
    padding: 16px;
  }

  .sub-cta-email-icon {
    width: 40px;
    height: 40px;
  }
}

/* Consolidated homepage mobile layout */
@media (max-width: 900px) {
  body.home-v2 {
    overflow-x: clip;
  }

  .home-v2 .home-shell,
  .home-v2 .dark-services .home-shell,
  .home-v2 .home-process .home-shell,
  .home-v2 .home-cases .home-shell,
  .home-v2 .home-team-section .home-shell,
  .home-v2 .sub-cta-card {
    width: calc(100% - 32px);
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .home-v2 .site-header,
  .subpage-v2 .site-header,
  .votano-nav-page .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
  }

  .home-v2 .nav,
  .subpage-v2 .nav,
  .votano-nav-page .nav {
    min-height: 68px;
  }

  .home-v2 .brand img {
    width: 116px;
  }

  .home-v2 .menu-toggle {
    min-width: 72px;
    min-height: 44px;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 0.95rem;
  }

  .home-v2 .mobile-menu .home-shell,
  .subpage-v2 .mobile-menu .home-shell,
  .votano-nav-page .mobile-menu .home-shell {
    width: calc(100% - 32px);
    padding: 16px 0 22px;
  }

  .home-v2 .home-hero-inner {
    gap: 0;
    padding: 38px 0 76px;
  }

  .home-v2 .home-hero-copy {
    width: 100%;
    padding: 0;
  }

  .home-v2 .home-eyebrow {
    font-size: 0.72rem;
  }

  .home-v2 .home-hero h1 {
    max-width: 620px;
    margin: 18px 0 20px;
    font-size: clamp(3rem, 10.8vw, 4.15rem);
    line-height: 0.99;
  }

  .home-v2 .home-hero-copy > p:not(.home-eyebrow) {
    max-width: 610px;
    margin: 0;
    font-size: 1rem;
    line-height: 1.55;
  }

  .home-v2 .home-hero-actions {
    gap: 12px;
    margin-top: 24px;
  }

  .home-v2 .home-hero .book-btn,
  .home-v2 .home-hero .dark-outline-btn {
    min-height: 54px;
  }

  .home-v2 .home-proof-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 28px;
  }

  .home-v2 .home-proof-points span {
    min-width: 0;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 9px;
    padding: 0 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }

  .home-v2 .home-proof-points span:first-child {
    padding-left: 0;
  }

  .home-v2 .home-proof-points span:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .home-v2 .home-proof-points svg {
    width: 36px;
    height: 36px;
    padding: 8px;
  }

  .home-v2 .home-proof-points em {
    min-width: 0;
    font-size: 0.75rem;
    line-height: 1.32;
  }

  .home-v2 .logo-strip-inner {
    min-height: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 20px 0;
  }

  .home-v2 .logo-strip-inner > span {
    grid-column: 1 / -1;
    margin-bottom: 2px;
    text-align: center;
  }

  .home-v2 .trusted-logo,
  .home-v2 .trusted-logo-square,
  .home-v2 .trusted-logo-wide {
    align-self: center;
    max-width: min(100%, 94px);
    max-height: 48px;
  }

  .home-v2 .dark-services {
    padding: 16px 0;
  }

  .home-v2 .dark-services-grid {
    min-height: 0;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 36px;
    align-items: center;
    padding: 34px 30px;
  }

  .home-v2 .dark-services-copy h2,
  .home-v2 .home-process h2,
  .home-v2 .home-cases h2,
  .home-v2 .home-team-section h2 {
    font-size: clamp(2rem, 5.9vw, 2.7rem);
  }

  .home-v2 .dark-services-copy p:not(.home-eyebrow) {
    margin: 20px 0 24px;
    font-size: 0.96rem;
  }

  .home-v2 .dark-service-btn {
    min-width: 0;
    min-height: 50px;
    padding: 0 22px;
    font-size: 0.92rem;
  }

  .home-v2 .service-number-list {
    gap: 16px;
    padding-top: 0;
    padding-left: 26px;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
  }

  .home-v2 .service-number-list article {
    grid-template-columns: 48px 1px minmax(0, 1fr);
    gap: 16px;
  }

  .home-v2 .service-thumb {
    width: 48px;
  }

  .home-v2 .service-rule {
    display: block;
    height: 42px;
  }

  .home-v2 .service-number-list h3 {
    margin-bottom: 4px;
    font-size: 1rem;
  }

  .home-v2 .service-number-list p {
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .home-v2 .home-process {
    padding: 0 0 16px;
  }

  .home-v2 .process-panel {
    min-height: 0;
    padding: 30px;
  }

  .home-v2 .process-grid {
    grid-template-columns: minmax(210px, 0.38fr) minmax(0, 1fr);
    gap: 30px;
  }

  .home-v2 .process-intro > p:not(.section-label) {
    font-size: 0.94rem;
  }

  .home-v2 .process-steps {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding-top: 36px;
  }

  .home-v2 .process-steps article {
    min-height: 190px;
    align-items: center;
    padding: 27px 10px 16px;
    text-align: center;
  }

  .home-v2 .step-num {
    position: absolute;
    top: -36px;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
  }

  .home-v2 .step-icon {
    width: 46px;
    height: 46px;
  }

  .home-v2 .process-steps h3 {
    margin: 13px 0 7px;
    font-size: 0.76rem;
  }

  .home-v2 .process-steps p {
    font-size: 0.72rem;
    line-height: 1.4;
  }

  .home-v2 .home-cases {
    padding: 30px 0 34px;
  }

  .home-v2 .section-heading-row {
    margin-bottom: 22px;
  }

  .home-v2 .case-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .home-v2 .case-card-grid img {
    aspect-ratio: 16 / 7;
  }

  .home-v2 .case-card-grid div {
    padding: 16px 18px 18px;
  }

  .home-v2 .home-team-section {
    padding: 30px 0 34px;
  }

  .home-v2 .home-team-section h2 {
    margin-bottom: 22px;
  }

  .home-v2 .team-v2-grid {
    gap: 18px;
  }

  .home-v2 .person-v2 {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    padding: 14px;
  }

  .home-v2 .person-v2 h3 {
    font-size: 1.15rem;
  }

  .home-v2 .person-v2 strong {
    margin: 3px 0 12px;
    font-size: 0.76rem;
  }

  .home-v2 .person-v2 p {
    margin: 12px 0 14px;
    font-size: 0.8rem;
    line-height: 1.42;
  }

  .home-v2 .sub-cta-card,
  .home-v2 .sub-cta-card.compact {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 405px);
    gap: 36px;
    margin-top: 0;
    margin-bottom: 28px;
    padding: 34px;
  }

  .home-v2 .sub-cta-card .sub-kicker {
    margin-bottom: 12px;
  }

  .home-v2 .sub-cta-card h2 {
    max-width: 620px;
    font-size: clamp(2rem, 5.5vw, 2.7rem);
  }

  .home-v2 .sub-cta-card > div:first-child > p:not(.sub-kicker) {
    margin-top: 12px;
    font-size: 0.94rem;
  }

  .home-v2 .sub-cta-card .sub-cta-contact-panel {
    width: 100%;
    padding: 22px;
  }

  .home-v2 .sub-cta-contact-panel .book-btn {
    min-height: 52px;
  }

  .home-v2 .sub-cta-divider {
    margin: 20px 0 18px;
  }

  .home-v2 .sub-cta-email-card {
    min-height: 82px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 14px 16px;
  }

  .home-v2 .sub-cta-email-icon {
    width: 40px;
    height: 40px;
  }

  .home-v2 .home-footer {
    padding: 38px 0 24px;
  }

  .home-v2 .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 42px;
  }

  .home-v2 .footer-bottom {
    margin-top: 32px;
  }
}

@media (max-width: 620px) {
  .home-v2 .home-shell,
  .home-v2 .dark-services .home-shell,
  .home-v2 .home-process .home-shell,
  .home-v2 .home-cases .home-shell,
  .home-v2 .home-team-section .home-shell,
  .home-v2 .sub-cta-card,
  .home-v2 .mobile-menu .home-shell,
  .subpage-v2 .mobile-menu .home-shell,
  .votano-nav-page .mobile-menu .home-shell {
    width: calc(100% - 28px);
    margin-right: auto;
    margin-left: auto;
  }

  .home-v2 .nav,
  .subpage-v2 .nav,
  .votano-nav-page .nav {
    min-height: 62px;
  }

  .home-v2 .brand img {
    width: 106px;
  }

  .home-v2 .menu-toggle {
    min-width: 64px;
    min-height: 42px;
    padding: 0 11px;
    font-size: 0.88rem;
  }

  .home-v2 .home-hero-inner {
    padding: 32px 0 70px;
  }

  .home-v2 .home-hero h1 {
    margin: 15px 0 18px;
    font-size: clamp(2.7rem, 12.5vw, 3.35rem);
    line-height: 1;
  }

  .home-v2 .home-hero-copy > p:not(.home-eyebrow) {
    font-size: 0.94rem;
    line-height: 1.52;
  }

  .home-v2 .home-proof-points {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px;
  }

  .home-v2 .home-proof-points span,
  .home-v2 .home-proof-points span:first-child,
  .home-v2 .home-proof-points span:last-child {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding: 0;
    border-right: 0;
  }

  .home-v2 .home-proof-points svg {
    width: 40px;
    height: 40px;
  }

  .home-v2 .home-proof-points em {
    font-size: 0.82rem;
  }

  .home-v2 .logo-strip-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 18px;
    padding: 18px 0 20px;
  }

  .home-v2 .trusted-logo,
  .home-v2 .trusted-logo-square,
  .home-v2 .trusted-logo-wide {
    max-width: min(100%, 100px);
    max-height: 48px;
  }

  .home-v2 .dark-services-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 22px;
  }

  .home-v2 .dark-services-copy h2,
  .home-v2 .home-process h2,
  .home-v2 .home-cases h2,
  .home-v2 .home-team-section h2 {
    font-size: 2rem;
    line-height: 1.08;
  }

  .home-v2 .dark-services-copy p:not(.home-eyebrow) {
    margin: 18px 0 22px;
    font-size: 0.92rem;
  }

  .home-v2 .dark-service-btn {
    width: 100%;
  }

  .home-v2 .service-number-list {
    gap: 0;
    padding: 4px 0 0;
    border: 0;
  }

  .home-v2 .service-number-list article {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .home-v2 .service-thumb {
    width: 46px;
  }

  .home-v2 .service-rule {
    display: none;
  }

  .home-v2 .service-number-list h3 {
    font-size: 0.98rem;
  }

  .home-v2 .service-number-list p {
    font-size: 0.78rem;
  }

  .home-v2 .process-panel {
    padding: 26px 20px;
  }

  .home-v2 .process-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home-v2 .process-intro > p:not(.section-label) {
    margin-top: 12px;
    font-size: 0.9rem;
  }

  .home-v2 .process-steps {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 0;
  }

  .home-v2 .process-steps article {
    min-height: 0;
    display: grid;
    grid-template-columns: 42px 46px minmax(0, 1fr);
    column-gap: 12px;
    align-items: center;
    padding: 14px;
    text-align: left;
  }

  .home-v2 .step-num {
    position: static;
    grid-row: 1 / span 2;
    grid-column: 1;
    margin: 0;
    font-size: 1rem;
    transform: none;
  }

  .home-v2 .step-icon {
    grid-row: 1 / span 2;
    grid-column: 2;
    width: 44px;
    height: 44px;
  }

  .home-v2 .process-steps h3 {
    grid-column: 3;
    align-self: end;
    margin: 0 0 3px;
    font-size: 0.82rem;
  }

  .home-v2 .process-steps p {
    grid-column: 3;
    align-self: start;
    font-size: 0.74rem;
  }

  .home-v2 .home-cases {
    padding: 26px 0 30px;
  }

  .home-v2 .section-heading-row {
    margin-bottom: 18px;
  }

  .home-v2 .case-card-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-v2 .case-card-grid img {
    aspect-ratio: 16 / 7;
  }

  .home-v2 .case-card-grid div {
    padding: 14px 16px 16px;
  }

  .home-v2 .home-team-section {
    padding: 26px 0 30px;
  }

  .home-v2 .home-team-section h2 {
    margin-bottom: 18px;
  }

  .home-v2 .team-v2-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-v2 .person-v2 {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 12px;
  }

  .home-v2 .person-v2 h3 {
    font-size: 1.05rem;
  }

  .home-v2 .person-v2 strong {
    margin-bottom: 9px;
    font-size: 0.7rem;
  }

  .home-v2 .person-v2 span {
    width: 30px;
  }

  .home-v2 .person-v2 p {
    margin: 9px 0 11px;
    font-size: 0.75rem;
  }

  .home-v2 .person-contact-row {
    gap: 7px;
  }

  .home-v2 .person-contact-row small,
  .home-v2 .person-contact-note {
    font-size: 0.67rem;
  }

  .home-v2 .sub-cta-card,
  .home-v2 .sub-cta-card.compact {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 22px;
    padding: 26px 20px;
  }

  .home-v2 .sub-cta-card h2 {
    font-size: 2rem;
  }

  .home-v2 .sub-cta-card > div:first-child > p:not(.sub-kicker) {
    font-size: 0.9rem;
  }

  .home-v2 .sub-cta-card .sub-cta-contact-panel {
    padding: 18px;
  }

  .home-v2 .sub-cta-email-card {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 13px;
  }

  .home-v2 .sub-cta-email-icon {
    width: 36px;
    height: 36px;
  }

  .home-v2 .sub-cta-email-card strong {
    font-size: 0.86rem;
  }

  .home-v2 .sub-cta-email-card small {
    font-size: 0.74rem;
  }

  .home-v2 .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-v2 .footer-bottom,
  .home-v2 .footer-bottom span:last-child {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}

/* Final homepage mobile ownership layer. Keep this at the end of the file. */
@media (max-width: 900px) {
  body.home-v2 {
    overflow-x: clip;
  }

  .home-v2 .home-shell {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: 24px;
  }

  .home-v2 .site-header .home-shell,
  .subpage-v2 .site-header .home-shell,
  .votano-nav-page .site-header .home-shell {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: 18px;
  }

  .home-v2 .home-hero-inner {
    min-height: 0;
    padding: 40px 24px 78px;
    gap: 0;
  }

  .home-v2 .home-hero-copy {
    width: 100%;
    max-width: 680px;
    padding: 0;
  }

  .home-v2 .home-hero h1 {
    max-width: 680px;
    margin: 18px 0;
    font-size: 3.4rem;
    line-height: 0.98;
  }

  .home-v2 .home-hero-copy > p {
    max-width: 620px;
  }

  .home-v2 .home-proof-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
  }

  .home-v2 .home-proof-points span {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    min-width: 0;
  }

  .home-v2 .home-proof-points i {
    width: 38px;
    height: 38px;
  }

  .home-v2 .logo-strip-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 20px 24px;
  }

  .home-v2 .logo-strip-inner > span {
    grid-column: 1 / -1;
    text-align: center;
  }

  .home-v2 .trusted-logo {
    max-width: min(100%, 92px);
    max-height: 46px;
  }

  .home-v2 .dark-services {
    padding: 16px 0;
  }

  .home-v2 .dark-services .home-shell,
  .home-v2 .home-process .home-shell,
  .home-v2 .home-cases .home-shell,
  .home-v2 .home-team-section .home-shell {
    width: 100%;
    padding-inline: 16px;
  }

  .home-v2 .dark-services-grid {
    min-height: 0;
    padding: 30px 24px;
    gap: 28px;
  }

  .home-v2 .dark-services-copy h2,
  .home-v2 .process-intro h2,
  .home-v2 .home-cases h2,
  .home-v2 .home-team-section h2 {
    font-size: 2.2rem;
    line-height: 1.08;
  }

  .home-v2 .dark-services-copy > p {
    margin: 18px 0 22px;
  }

  .home-v2 .service-number-list {
    gap: 0;
    padding: 24px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-left: 0;
  }

  .home-v2 .service-number-list article {
    grid-template-columns: 48px 1px minmax(0, 1fr);
    gap: 16px;
    padding: 14px 0;
  }

  .home-v2 .service-thumb {
    width: 48px;
    height: 48px;
  }

  .home-v2 .service-rule {
    display: block;
    width: 1px;
    height: 44px;
  }

  .home-v2 .service-number-list h3 {
    margin-bottom: 4px;
    font-size: 1rem;
  }

  .home-v2 .service-number-list p {
    font-size: 0.84rem;
    line-height: 1.4;
  }

  .home-v2 .home-process {
    padding: 0 0 14px;
  }

  .home-v2 .process-panel {
    min-height: 0;
    padding: 28px 24px;
  }

  .home-v2 .process-grid {
    gap: 24px;
  }

  .home-v2 .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .home-v2 .process-steps article {
    align-items: center;
    min-height: 0;
    padding: 18px 16px;
    text-align: center;
  }

  .home-v2 .home-cases,
  .home-v2 .home-team-section {
    padding: 30px 0;
  }

  .home-v2 .home-cases .home-shell,
  .home-v2 .home-team-section .home-shell {
    padding-inline: 24px;
  }

  .home-v2 .section-heading-row {
    margin-bottom: 20px;
  }

  .home-v2 .case-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .home-v2 .case-card-grid article > div {
    padding: 14px;
  }

  .home-v2 .team-v2-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-v2 .person-v2 {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 22px;
    padding: 14px;
  }

  .home-v2 .sub-cta-card {
    width: calc(100% - 32px);
    min-height: 0;
    margin: 0 auto 24px;
    padding: 30px 24px;
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .home-v2 .sub-cta-card .sub-cta-contact-panel {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .home-v2 .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (max-width: 620px) {
  .home-v2 .home-shell {
    padding-inline: 18px;
  }

  .home-v2 .home-hero-inner {
    padding: 34px 18px 68px;
  }

  .home-v2 .home-hero h1 {
    margin: 16px 0;
    font-size: 2.75rem;
    line-height: 1;
  }

  .home-v2 .home-hero-copy > p:not(.home-eyebrow) {
    font-size: 1rem;
    line-height: 1.55;
  }

  .home-v2 .home-hero-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-v2 .home-proof-points {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
    justify-items: start;
  }

  .home-v2 .home-proof-points span {
    min-height: 0;
    padding: 0;
    grid-template-columns: 44px minmax(0, auto);
  }

  .home-v2 .logo-strip-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 24px;
    padding: 20px 24px 24px;
  }

  .home-v2 .trusted-logo {
    max-width: min(100%, 110px);
    max-height: 52px;
  }

  .home-v2 .dark-services-grid {
    padding: 28px 22px;
  }

  .home-v2 .dark-services-copy h2,
  .home-v2 .process-intro h2,
  .home-v2 .home-cases h2,
  .home-v2 .home-team-section h2 {
    font-size: 2rem;
  }

  .home-v2 .service-number-list article {
    grid-template-columns: 44px 1px minmax(0, 1fr);
    gap: 13px;
    padding: 12px 0;
  }

  .home-v2 .service-thumb {
    width: 44px;
    height: 44px;
  }

  .home-v2 .process-panel {
    padding: 26px 18px;
  }

  .home-v2 .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .home-v2 .process-steps article {
    padding: 16px 10px;
  }

  .home-v2 .process-steps article p {
    font-size: 0.82rem;
    line-height: 1.4;
  }

  .home-v2 .home-cases .home-shell,
  .home-v2 .home-team-section .home-shell {
    padding-inline: 18px;
  }

  .home-v2 .section-heading-row {
    align-items: flex-start;
    gap: 12px;
  }

  .home-v2 .case-card-grid {
    grid-template-columns: 1fr;
  }

  .home-v2 .case-card-grid img {
    aspect-ratio: 16 / 9;
  }

  .home-v2 .person-v2 {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 14px;
  }

  .person-v2 .person-media {
    max-width: 280px;
    margin-inline: 0;
  }

  .home-v2 .sub-cta-card {
    width: calc(100% - 28px);
    padding: 26px 20px;
  }

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

@media (max-width: 380px) {
  .home-v2 .process-steps {
    grid-template-columns: 1fr;
  }
}
/* Mobile process layout must remain last to override earlier responsive rules. */
@media (max-width: 900px) {
  .home-v2 .process-steps {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-v2 .process-steps article {
    display: grid;
    grid-template-columns: 42px 52px minmax(0, 1fr);
    grid-template-rows: max-content max-content;
    align-items: center;
    align-content: center;
    column-gap: 14px;
    row-gap: 4px;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 16px 18px;
    text-align: left;
  }

  .home-v2 .process-steps .step-num {
    position: static;
    grid-column: 1;
    grid-row: 1 / span 2;
    justify-self: center;
    margin: 0;
    transform: none;
  }

  .home-v2 .process-steps .step-dot {
    display: none;
  }

  .home-v2 .process-steps .step-icon {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: center;
    width: 52px;
    height: 52px;
    margin: 0;
  }

  .home-v2 .process-steps h3,
  .home-v2 .process-steps p {
    grid-column: 3;
    margin: 0;
    text-align: left;
  }

  .home-v2 .process-steps h3 {
    grid-row: 1;
    align-self: auto;
    font-size: 1rem;
    line-height: 1.2;
  }

  .home-v2 .process-steps p {
    grid-row: 2;
    align-self: auto;
    margin-top: 0;
    font-size: 0.9rem;
    line-height: 1.4;
  }
}

/* Redesigned sections: single-column "What we do" cards on mobile. */
@media (max-width: 900px) {
  .home-v2 .service-number-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(10px, 1.5vw, 14px);
    padding: 0;
    border: 0;
  }

  .home-v2 .service-number-list article {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    padding: clamp(14px, 2.4vw, 18px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.055);
  }

  .home-v2 .service-rule {
    display: none;
  }
}

/* Redesigned "Our process": keep the clean 5-step timeline on tablet too. */
@media (min-width: 901px) and (max-width: 1180px) {
  .home-v2 .process-grid {
    grid-template-columns: 1fr;
  }

  .home-v2 .process-steps {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(12px, 1.6vw, 24px);
    padding-top: 8px;
  }

  .home-v2 .process-steps::before {
    display: block;
    top: 37px;
  }

  .home-v2 .process-steps article {
    min-height: 0;
    padding: 0;
    align-items: center;
    text-align: center;
  }

  .home-v2 .step-dot {
    display: none;
  }

  .home-v2 .step-num {
    position: static;
    top: auto;
    transform: none;
    margin: 14px 0 0;
  }

  .home-v2 .step-icon {
    width: 56px;
    height: 56px;
  }
}

/* =================================================== */
/* About page v3: hero, story, method, founder quote  */
/* =================================================== */

.about-v3-hero {
  min-height: clamp(470px, 38vw, 560px);
}

.about-v3-hero > img {
  object-position: center 64%;
}

.about-v2 .about-v3-hero .subpage-hero-content {
  min-height: clamp(470px, 38vw, 560px);
  align-content: center;
  padding: 48px 0 60px;
}

.about-v3-hero .subpage-hero-content h1 {
  max-width: 1000px;
  font-size: clamp(2.9rem, 4.6vw, 5.2rem);
}

.about-v3-hero .subpage-hero-content > p:not(.sub-kicker) {
  max-width: 740px;
}

.about-v3-hero .sub-kicker {
  color: var(--home-orange);
}

.about-v3-hero .hero-facts {
  max-width: 1020px;
  margin-top: 38px;
}

.about-v3-hero .hero-facts i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  color: #ffffff;
}

.about-v3-hero .hero-facts svg {
  width: 16px;
  height: 16px;
}

.about-story-v3 {
  border-top: 1px solid rgba(13, 40, 78, 0.1);
  background: linear-gradient(180deg, #f6f8fb 0 12px, #ffffff 12px);
}

.about-story-v3-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.66fr) minmax(0, 1fr);
  gap: clamp(40px, 5.5vw, 92px);
  align-items: center;
}

.about-story-media {
  margin: 0;
}

.about-story-media img {
  display: block;
  width: 100%;
  max-height: 620px;
  border: 1px solid rgba(6, 37, 82, 0.14);
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(0, 31, 73, 0.12);
}

.about-story-v3-copy h2 {
  max-width: 720px;
  margin: 0;
  color: var(--home-navy);
}

.about-story-v3-copy > p:not(.sub-kicker) {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--home-muted);
  font-size: 1rem;
  line-height: 1.64;
}

.about-founder-quote {
  max-width: 720px;
  margin: 30px 0 0;
  padding: 24px 28px;
  border-left: 3px solid var(--home-orange);
  border-radius: 0 12px 12px 0;
  background: #f6f8fb;
}

.about-founder-quote > p {
  margin: 0;
  color: var(--home-navy);
  font-size: 1.02rem;
  line-height: 1.6;
  font-weight: 600;
}

.about-founder-cite {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.about-founder-cite img {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 74, 24, 0.55);
  border-radius: 999px;
  object-fit: cover;
}

.about-founder-cite span {
  display: grid;
  gap: 2px;
}

.about-founder-cite strong {
  color: var(--home-navy);
  font-family: var(--font-title);
  font-size: 0.92rem;
  font-weight: 800;
}

.about-founder-cite small {
  color: var(--home-muted);
  font-size: 0.8rem;
  font-weight: 600;
}

.about-method {
  padding: clamp(10px, 1vw, 16px) 0 clamp(56px, 5.2vw, 84px);
  background: #ffffff;
}

.about-method-panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(40px, 5vw, 88px);
  border-radius: 10px;
  padding: clamp(38px, 4vw, 64px) clamp(32px, 4.5vw, 88px);
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.1), transparent 20rem),
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.06), transparent 26rem),
    linear-gradient(135deg, #001c43, #002a5b 58%, #001b3c);
  box-shadow: 0 24px 70px rgba(0, 31, 73, 0.16);
}

.about-method-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.about-method-copy .home-eyebrow {
  margin: 0;
  color: var(--home-orange);
}

.about-method-copy h2 {
  margin: 14px 0 0;
  color: #ffffff;
}

.about-method-copy h2::after {
  content: ".";
  color: var(--home-orange);
}

.about-method-copy > p:not(.home-eyebrow) {
  max-width: 470px;
  margin: 22px 0 36px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  line-height: 1.6;
}

.about-method-panel .dark-service-btn {
  text-decoration: none;
}

.about-method-list {
  display: grid;
  align-content: center;
}

.about-method-list article {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 22px;
  align-items: start;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.about-method-list article:first-child {
  border-top: 0;
  padding-top: 0;
}

.about-method-list article:last-child {
  padding-bottom: 0;
}

.about-method-list span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 74, 24, 0.55);
  border-radius: 999px;
  color: var(--home-orange);
  font-family: var(--font-title);
  font-size: 0.84rem;
  font-weight: 800;
}

.about-method-list h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 1.04rem;
}

.about-method-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.58;
}

@media (max-width: 980px) {
  .about-story-v3-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .about-story-media {
    max-width: 480px;
  }

  .about-story-media img {
    max-height: 440px;
  }

  .about-method-panel {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 620px) {
  .about-v3-hero .hero-facts {
    margin-top: 30px;
  }

  .about-method-panel {
    padding: 30px 22px;
  }

  .about-method-list article {
    grid-template-columns: 40px 1fr;
    gap: 14px;
  }

  .about-method-list span {
    width: 36px;
    height: 36px;
    font-size: 0.76rem;
  }

  .about-founder-quote {
    padding: 20px;
  }
}

/* =================================================== */
/* Services page v3: dark hero, anchor bar, zigzag    */
/* =================================================== */

.services-v3-hero {
  position: relative;
  padding: clamp(48px, 5vw, 84px) 0 clamp(84px, 7.5vw, 120px);
  color: #ffffff;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.1), transparent 22rem),
    radial-gradient(circle at 82% 14%, rgba(255, 255, 255, 0.07), transparent 26rem),
    linear-gradient(135deg, #001c43, #002a5b 58%, #001b3c);
}

.services-v3-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(36px, 5vw, 90px);
  align-items: center;
}

.services-v3-hero-copy .sub-kicker {
  color: var(--home-orange);
}

.services-v2 .services-v3-hero-copy h1 {
  max-width: 880px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.7rem, 4.1vw, 4.5rem);
  line-height: 1.06;
}

.services-v3-hero-copy > p:not(.sub-kicker) {
  max-width: 700px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: var(--internal-lead, 1.06rem);
  line-height: 1.62;
}

.services-v3-hero-art {
  margin: 0;
  display: grid;
  justify-items: center;
}

.services-v3-hero-art img {
  width: min(100%, 440px);
  filter: drop-shadow(0 34px 50px rgba(0, 10, 28, 0.55));
}

.services-v3-anchor-wrap {
  position: relative;
  z-index: 2;
  margin-top: clamp(-58px, -4.4vw, -40px);
}

.service-anchor-menu.services-v3-anchor {
  width: 100%;
  margin: 0;
  padding: clamp(10px, 1vw, 14px);
  border: 1px solid var(--home-border, rgba(6, 37, 82, 0.12));
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 28px 60px rgba(0, 28, 72, 0.14);
}

.service-anchor-menu.services-v3-anchor a {
  border: 0;
  box-shadow: none;
  min-height: 54px;
  border-radius: 8px;
}

.service-anchor-menu.services-v3-anchor a:hover,
.service-anchor-menu.services-v3-anchor a:focus-visible {
  background: rgba(255, 74, 24, 0.07);
  transform: none;
}

.service-anchor-menu.services-v3-anchor a + a {
  position: relative;
}

.services-v3-list {
  padding-top: clamp(28px, 3vw, 48px);
}

.service-v3-band {
  scroll-margin-top: 84px;
  padding: clamp(48px, 4.6vw, 76px) 0;
}

.service-v3-band:nth-child(even) {
  border-top: 1px solid rgba(6, 37, 82, 0.08);
  border-bottom: 1px solid rgba(6, 37, 82, 0.08);
  background: linear-gradient(180deg, #f6f8fb, #fbfcfe);
}

.service-v3-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.66fr);
  gap: clamp(40px, 5.5vw, 104px);
  align-items: center;
}

.service-v3-row.flip {
  grid-template-columns: minmax(300px, 0.66fr) minmax(0, 1fr);
}

.service-v3-row.flip .service-v3-media {
  order: -1;
}

.service-v3-num {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border: 1px solid rgba(242, 87, 48, 0.3);
  border-radius: 50%;
  color: var(--home-orange);
  background: rgba(242, 87, 48, 0.06);
  font-family: var(--font-title);
  font-size: 0.84rem;
  font-weight: 800;
}

.services-v2 .service-v3-copy h2 {
  max-width: 640px;
  margin: 0;
  color: var(--home-navy);
  font-size: clamp(1.7rem, 2.15vw, 2.4rem);
  line-height: 1.12;
}

.service-v3-copy p {
  max-width: 700px;
  margin: 16px 0 0;
  color: var(--home-muted);
  font-size: 0.98rem;
  line-height: 1.68;
}

.service-v3-copy p:first-of-type {
  margin-top: 20px;
}

.service-v3-media {
  margin: 0;
}

.service-v3-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3.3;
  border: 1px solid rgba(6, 37, 82, 0.14);
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(0, 31, 73, 0.12);
}

@media (max-width: 1180px) {
  .services-v3-hero-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  }
}

@media (max-width: 980px) {
  .services-v3-hero {
    padding-bottom: 92px;
  }

  .services-v3-hero-grid {
    grid-template-columns: 1fr;
  }

  .services-v3-hero-art {
    display: none;
  }

  .service-anchor-menu.services-v3-anchor {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-v3-row,
  .service-v3-row.flip {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .service-v3-row.flip .service-v3-media {
    order: 0;
  }

  .service-v3-media {
    max-width: 560px;
  }
}

@media (max-width: 620px) {
  .services-v3-anchor-wrap {
    margin-top: -34px;
  }

  .service-anchor-menu.services-v3-anchor {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  .service-anchor-menu.services-v3-anchor a {
    min-height: 46px;
  }

  .service-v3-band {
    padding: 40px 0;
  }

  .service-v3-media img {
    aspect-ratio: 4 / 3;
  }
}

/* =================================================== */
/* Insights v3: index hero, featured, cards, article  */
/* =================================================== */

p.insight-v3-chip {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--home-orange);
  font-family: var(--font-title);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.25;
}

.insights-v3-hero {
  padding: clamp(44px, 4.6vw, 72px) 0 clamp(96px, 9.5vw, 140px);
  color: #ffffff;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.1), transparent 22rem),
    radial-gradient(circle at 82% 14%, rgba(255, 255, 255, 0.07), transparent 26rem),
    linear-gradient(135deg, #001c43, #002a5b 58%, #001b3c);
}

.insights-v3-hero .sub-kicker {
  color: var(--home-orange);
}

.insights-v3 .insights-v3-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.7rem, 4.1vw, 4.4rem);
  line-height: 1.05;
}

.insights-v3 .insights-v3-hero p:not(.sub-kicker) {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(1rem, 1.05vw, 1.12rem);
  line-height: 1.62;
}

.insights-v3-featured-wrap {
  position: relative;
  z-index: 2;
  margin-top: clamp(-80px, -7vw, -56px);
}

.insight-v3-featured {
  overflow: hidden;
  border: 1px solid rgba(6, 37, 82, 0.12);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 30px 70px rgba(0, 28, 72, 0.16);
}

.insight-v3-featured > a {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  align-items: stretch;
  color: inherit;
  text-decoration: none;
}

.insight-v3-featured .insight-v3-media {
  height: 100%;
}

.insight-v3-featured .insight-v3-media > img,
.insight-v3-featured .insight-v3-media .insight-v3-fallback {
  height: 100%;
  min-height: 330px;
  aspect-ratio: auto;
}

.insight-v3-featured-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: clamp(26px, 3vw, 46px);
}

.insights-v3 .insight-v3-featured-body h2 {
  margin: 0;
  color: var(--home-navy);
  font-size: clamp(1.5rem, 2vw, 2.15rem);
  line-height: 1.16;
}

.insight-v3-featured-body > p:not(.insight-v3-chip) {
  margin: 0;
  color: var(--home-muted);
  font-size: 0.98rem;
  line-height: 1.62;
}

.insight-v3-read {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--home-orange);
  font-family: var(--font-title);
  font-size: 0.88rem;
  font-weight: 800;
}

.insight-v3-read span {
  transition: transform 160ms ease;
}

.insight-v3-card a:hover .insight-v3-read span,
.insight-v3-featured a:hover .insight-v3-read span {
  transform: translateX(4px);
}

.insights-v3-grid-section {
  padding: clamp(44px, 4.5vw, 72px) 0 clamp(36px, 3.6vw, 56px);
}

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

.insight-v3-card {
  overflow: hidden;
  border: 1px solid rgba(6, 37, 82, 0.12);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(0, 31, 73, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.insight-v3-card:hover {
  transform: translateY(-4px);
  border-color: rgba(242, 87, 48, 0.4);
  box-shadow: 0 26px 60px rgba(0, 31, 73, 0.12);
}

.insight-v3-card > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.insight-v3-media {
  overflow: hidden;
}

.insight-v3-media > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.insight-v3-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 22px 24px 24px;
}

.insights-v3 .insight-v3-card-body h2 {
  margin: 0;
  color: var(--home-navy);
  font-size: 1.18rem;
  line-height: 1.3;
}

.insight-v3-card-body > p:not(.insight-v3-chip) {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  color: var(--home-muted);
  font-size: 0.9rem;
  line-height: 1.58;
}

.insight-v3-fallback {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 24%, rgba(255, 255, 255, 0.12), transparent 14rem),
    linear-gradient(135deg, #001c43, #002a5b 58%, #001b3c);
}

.insight-v3-fallback img {
  width: 44%;
  max-width: 210px;
  opacity: 0.26;
}

.insight-v3-fallback span {
  position: absolute;
  left: 18px;
  bottom: 14px;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--font-title);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.insight-v3-fallback-hero {
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  border: 1px solid rgba(6, 37, 82, 0.14);
  box-shadow: 0 24px 60px rgba(0, 31, 73, 0.12);
}

.insight-v3-art-hero {
  padding: clamp(30px, 3.2vw, 48px) 0 clamp(40px, 4vw, 64px);
  border-bottom: 1px solid rgba(6, 37, 82, 0.08);
  background: linear-gradient(180deg, #f6f8fb, #ffffff);
}

.insight-v3-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: clamp(22px, 2.4vw, 34px);
  color: var(--home-navy);
  font-family: var(--font-title);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
}

.insight-v3-back:hover {
  color: var(--home-orange);
}

.insight-v3-art-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: clamp(36px, 5vw, 84px);
  align-items: center;
}

.insight-v3 .insight-v3-art-hero h1 {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--home-navy);
  font-size: clamp(2.1rem, 3vw, 3.3rem);
  line-height: 1.1;
}

.insight-v3-art-hero .lead {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--home-muted);
  font-size: clamp(1.02rem, 1.15vw, 1.18rem);
  line-height: 1.6;
}

.insight-v3-byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
}

.insight-v3-byline > img {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 74, 24, 0.55);
  border-radius: 999px;
  object-fit: cover;
}

.insight-v3-byline-name {
  display: grid;
  gap: 2px;
}

.insight-v3-byline-name strong {
  color: var(--home-navy);
  font-family: var(--font-title);
  font-size: 0.9rem;
  font-weight: 800;
}

.insight-v3-byline-name small {
  color: var(--home-muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.insight-v3-byline-date {
  margin-left: 6px;
  padding-left: 16px;
  border-left: 1px solid rgba(6, 37, 82, 0.18);
  color: var(--home-muted);
  font-size: 0.82rem;
  font-weight: 600;
}

.insight-v3-art-hero figure {
  margin: 0;
}

.insight-v3-art-hero figure > img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(6, 37, 82, 0.14);
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(0, 31, 73, 0.12);
}

.insight-v3-art-hero figcaption {
  margin-top: 10px;
  color: #64748b;
  font-size: 0.8rem;
  line-height: 1.5;
}

.insight-v3 .insight-checklist {
  margin: 34px 0;
  padding: 26px 30px;
  border: 1px solid rgba(6, 37, 82, 0.12);
  border-left: 3px solid var(--home-orange);
  border-radius: 0 12px 12px 0;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(0, 31, 73, 0.05);
}

.insight-v3 .insight-checklist ul {
  display: grid;
  gap: 12px;
  padding-left: 0;
  list-style: none;
}

.insight-v3 .insight-checklist li {
  position: relative;
  padding-left: 30px;
}

.insight-v3 .insight-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(242, 87, 48, 0.12);
}

.insight-v3 .insight-checklist li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  width: 8px;
  height: 5px;
  border-left: 2px solid var(--home-orange);
  border-bottom: 2px solid var(--home-orange);
  transform: rotate(-45deg);
}

.insight-v3 .article-example {
  margin: 38px 0;
  padding: clamp(26px, 2.6vw, 36px) clamp(28px, 2.8vw, 40px);
  border: 0;
  border-radius: 12px;
  color: #ffffff;
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.1), transparent 16rem),
    linear-gradient(135deg, #001c43, #002a5b 58%, #001b3c);
  box-shadow: 0 24px 60px rgba(0, 31, 73, 0.16);
}

.insight-v3 .article-example h2 {
  color: #ffffff;
}

.insight-v3 .article-example p {
  color: rgba(255, 255, 255, 0.86);
}

/* Ce bloc est sur fond navy foncé : le #062456 de .article-main a y est
   illisible. Les liens y passent en blanc souligné d'orange. */
.insight-v3 .article-example a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: var(--home-orange);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.insight-v3 .article-example a:hover,
.insight-v3 .article-example a:focus-visible {
  color: var(--home-orange);
}

.insight-v3 .insight-table-wrap {
  margin: 30px 0;
  overflow-x: auto;
  border: 1px solid rgba(6, 37, 82, 0.12);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(0, 31, 73, 0.05);
}

.insight-v3 .insight-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.insight-v3 .insight-table caption {
  padding: 14px 18px 0;
  text-align: left;
  font-weight: 600;
  color: #062552;
}

.insight-v3 .insight-table th,
.insight-v3 .insight-table td {
  padding: 12px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(6, 37, 82, 0.08);
  vertical-align: top;
}

.insight-v3 .insight-table thead th {
  color: #062552;
  background: rgba(6, 37, 82, 0.04);
  white-space: nowrap;
}

.insight-v3 .insight-table tbody th {
  font-weight: 600;
  color: var(--home-orange);
  white-space: nowrap;
}

.insight-v3 .insight-table tbody tr:last-child th,
.insight-v3 .insight-table tbody tr:last-child td {
  border-bottom: 0;
}

.insight-v3 .insight-faq {
  margin: 38px 0;
}

.insight-v3 .insight-faq-item {
  margin: 10px 0;
  border: 1px solid rgba(6, 37, 82, 0.12);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(0, 31, 73, 0.05);
}

.insight-v3 .insight-faq-item summary {
  padding: 16px 20px;
  font-weight: 600;
  color: #062552;
  cursor: pointer;
}

.insight-v3 .insight-faq-item summary:hover {
  color: var(--home-orange);
}

.insight-v3 .insight-faq-item p {
  padding: 0 20px 18px;
  margin: 0;
}

.insight-v3 .insight-related {
  margin: 38px 0 8px;
}

.insight-v3 .insight-related ul {
  display: grid;
  gap: 12px;
  padding-left: 0;
  list-style: none;
}

.insight-v3 .insight-related a {
  display: block;
  padding: 16px 20px;
  border: 1px solid rgba(6, 37, 82, 0.12);
  border-radius: 12px;
  background: #ffffff;
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(0, 31, 73, 0.05);
}

.insight-v3 .insight-related a:hover {
  border-color: rgba(242, 87, 48, 0.5);
}

.insight-v3 .insight-related a span {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--home-orange);
  margin-bottom: 4px;
}

.insight-v3 .insight-related a strong {
  color: #062552;
  line-height: 1.4;
}

.insight-v3 .article-side {
  padding: 26px;
  border: 1px solid rgba(6, 37, 82, 0.12);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(0, 31, 73, 0.07);
}

.insight-v3 .article-side h2 {
  margin-top: 0;
}

.insight-v3 .article-side .book-btn {
  width: 100%;
  justify-content: center;
  margin: 2px 0 18px;
}

.insight-v3 .article-side nav {
  padding-top: 16px;
  border-top: 1px solid rgba(6, 37, 82, 0.1);
}

.insight-v3 .article-side nav a {
  font-size: 0.9rem;
  text-decoration: none;
}

.insight-v3 .article-side nav a:hover {
  color: var(--home-orange);
}

@media (max-width: 980px) {
  .insight-v3-featured > a {
    grid-template-columns: 1fr;
  }

  .insight-v3-featured .insight-v3-media > img,
  .insight-v3-featured .insight-v3-media .insight-v3-fallback {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

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

  .insight-v3-art-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 620px) {
  .insights-v3-featured-wrap {
    margin-top: -48px;
  }

  .insights-v3-grid {
    grid-template-columns: 1fr;
  }

  .insight-v3-byline-date {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    width: 100%;
  }

  .insight-v3 .insight-checklist {
    padding: 20px 22px;
  }
}

/* ===================================================== */
/* Cross-page design tokens & normalization layer        */
/* One source of truth for hero geometry, type scale     */
/* and section rhythm across all pages.                  */
/* ===================================================== */

:root {
  --std-hero-pad-top: clamp(44px, 4.6vw, 68px);
  --std-hero-pad-bottom: clamp(44px, 4.6vw, 68px);
  --std-hero-overlap: 50px;
  --std-section-pad: clamp(52px, 5vw, 76px);
  --std-h1: clamp(2.7rem, 4.1vw, 4.5rem);
  --std-h2-section: clamp(2.25rem, 3.05vw, 3.2rem);
  --std-h2-content: clamp(1.6rem, 2.15vw, 2.15rem);
  --std-lead: clamp(1rem, 1.1vw, 1.14rem);
  --std-body: 1rem;
  --std-kicker: 0.79rem;
  --std-radius: 12px;
}

/* --- Kickers / eyebrows: one size, one tracking everywhere --- */
:is(.home-v2, .subpage-v2, .votano-nav-page) :is(.sub-kicker, .home-eyebrow, .section-label, .insight-v3-chip) {
  font-family: var(--font-title);
  font-size: var(--std-kicker);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* --- Page titles: one H1 scale on every subpage hero --- */
:is(.subpage-v2, .votano-nav-page) :is(.services-v3-hero-copy, .insights-v3-hero, .about-v3-hero .subpage-hero-content, .white-page-hero, .hero-two) h1 {
  font-size: var(--std-h1);
  line-height: 1.06;
}

/* --- Hero geometry: content starts at the same height on every page --- */
.subpage-v2 .services-v3-hero,
.subpage-v2 .insights-v3-hero {
  padding: var(--std-hero-pad-top) 0 calc(var(--std-hero-pad-bottom) + var(--std-hero-overlap));
}

.subpage-v2 .services-v3-anchor-wrap,
.subpage-v2 .insights-v3-featured-wrap {
  margin-top: calc(-1 * var(--std-hero-overlap));
}

.about-v2 .about-v3-hero {
  min-height: 0;
}

.about-v2 .about-v3-hero .subpage-hero-content {
  min-height: 0;
  align-content: start;
  padding: var(--std-hero-pad-top) 0 var(--std-hero-pad-bottom);
}

.faq-page-v2 .white-page-hero {
  padding: var(--std-hero-pad-top) 0 var(--std-hero-pad-bottom);
}

.insight-v3 .insight-v3-art-hero {
  padding: var(--std-hero-pad-top) 0 var(--std-hero-pad-bottom);
}

.home-v2 .home-hero-inner {
  padding-top: var(--std-hero-pad-top);
}

/* --- Section rhythm: same vertical padding for all content bands --- */
.subpage-v2 :is(.sub-section, .service-v3-band, .insights-v3-grid-section) {
  padding-top: var(--std-section-pad);
  padding-bottom: var(--std-section-pad);
}

.subpage-v2 .services-v3-list {
  padding-top: 0;
}

.about-v2 .about-method {
  padding: 0 0 var(--std-section-pad);
}

/* --- Section-level headings: one scale --- */
:is(.home-v2, .subpage-v2) :is(.dark-services-copy, .home-process, .home-cases, .home-team-section, .about-story-v3-copy, .about-section-heading, .about-method-copy, .team-section, .faq-category-section) h2 {
  font-size: var(--std-h2-section);
}

/* --- Content-level headings (service steps, article sections, featured cards) --- */
.subpage-v2 .service-v3-copy > h2,
.subpage-v2 .insight-v3-featured-body > h2,
.insight-v3 .article-main > h2 {
  font-size: var(--std-h2-content);
  line-height: 1.18;
}

/* --- Hero lead paragraphs: one size --- */
.home-v2 .home-hero-copy > p:not(.home-eyebrow),
.subpage-v2 .services-v3-hero-copy > p:not(.sub-kicker),
.subpage-v2 .insights-v3-hero .home-shell > p:not(.sub-kicker),
.about-v2 .about-v3-hero .subpage-hero-content > p:not(.sub-kicker),
.faq-page-v2 .hero-two > div > p:not(.sub-kicker),
.insight-v3 .insight-v3-art-hero .lead {
  font-size: var(--std-lead);
  line-height: 1.62;
}

/* --- Long-form body copy aligned with site body size --- */
.insight-v3 .article-main p,
.insight-v3 .article-main li {
  font-size: var(--std-body);
  line-height: 1.7;
}

/* --- Card and panel radius: one value --- */
:is(.home-v2, .subpage-v2) :is(.insight-v3-card, .insight-v3-featured, .sub-cta-card, .dark-services-grid, .about-method-panel, .article-side, .service-anchor-menu.services-v3-anchor) {
  border-radius: var(--std-radius);
}

/* ===================================================== */
/* Team contact icons + WeChat QR modal                  */
/* ===================================================== */

.person-v2 .person-contact-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.person-v2 .contact-icon {
  width: 30px;
  height: 30px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 31, 73, 0.22);
  border-radius: 6px;
  color: var(--home-navy);
  background: #ffffff;
  cursor: pointer;
  transition: border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.person-v2 .contact-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}

.person-v2 .contact-icon:hover,
.person-v2 .contact-icon:focus-visible {
  border-color: rgba(242, 87, 48, 0.55);
  color: var(--home-orange);
  transform: translateY(-1px);
}

/* Team cards (desktop, 2-up): rebalance the portrait/text columns so long
   names like "Luciano Votano" stay on one line, with the photo (and the
   social icons stacked beneath it) top-aligned with the name column. */
@media (min-width: 901px) {
  .person-v2 {
    grid-template-columns: clamp(130px, 44%, 205px) 1fr;
    gap: 20px;
    align-items: start;
  }

  .person-copy {
    display: flex;
    flex-direction: column;
  }

  .person-v2 h3 {
    font-size: 1.15rem;
    line-height: 1.25;
  }
}

.wechat-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 20px;
}

.wechat-modal[hidden] {
  display: none;
}

.wechat-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 18, 40, 0.64);
}

.wechat-modal-card {
  position: relative;
  display: grid;
  gap: 6px;
  justify-items: center;
  width: min(360px, 92vw);
  padding: 28px 26px 24px;
  border-radius: var(--std-radius, 12px);
  background: #ffffff;
  box-shadow: 0 30px 70px rgba(0, 10, 28, 0.35);
  text-align: center;
}

.wechat-modal-card img {
  width: 100%;
  max-width: 270px;
  margin-bottom: 8px;
  border: 1px solid rgba(6, 37, 82, 0.12);
  border-radius: 8px;
}

.wechat-modal-card strong {
  color: var(--home-navy);
  font-family: var(--font-title);
  font-size: 1.05rem;
  font-weight: 800;
}

.wechat-modal-card span {
  color: var(--home-muted);
  font-size: 0.92rem;
}

@media (max-width: 900px) {
  .home-v2 .home-proof-points {
    width: fit-content;
    max-width: 100%;
    margin-inline: 0;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }

  .home-v2 .home-proof-points span,
  .home-v2 .home-proof-points span:first-child,
  .home-v2 .home-proof-points span:last-child {
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 14px;
    padding: 0;
    border: 0;
    min-height: 0;
  }

  .home-v2 .home-proof-points svg {
    justify-self: center;
    margin: 0;
    flex-shrink: 0;
  }

  .home-v2 .home-proof-points em {
    text-align: left;
  }
}

.wechat-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--home-navy);
  background: rgba(6, 37, 82, 0.06);
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
}

.wechat-modal-close:hover {
  color: var(--home-orange);
  background: rgba(242, 87, 48, 0.12);
}

/* Footer contact icons */
.home-footer .social-row a {
  transition: border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.home-footer .social-row a svg {
  display: block;
  width: 15px;
  height: 15px;
}

.home-footer .social-row a:hover,
.home-footer .social-row a:focus-visible {
  border-color: rgba(255, 84, 39, 0.75);
  color: var(--home-orange);
  transform: translateY(-1px);
}

/* ============================================================
   Mobile top bar (2026-06): logo (left) · centred "Book a call" · hamburger
   CSS-only and scoped to .home-header, so it applies to every page type
   (home / subpage / article) without touching HTML or JS.
   ============================================================ */
@media (max-width: 900px) {
  /* three-part grid so the Book button sits in the centre of the bar */
  .home-header .nav {
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
  }

  /* un-nest the actions so Book + hamburger become their own grid cells */
  .home-header .home-nav-actions {
    display: contents;
  }
  .home-header .language-select-wrap:not(.mobile-language-select) {
    display: none;
  }

  .home-header .brand {
    grid-column: 1;
    justify-self: start;
    width: 22px;
    height: 24px;
    background: url("assets/logos/v.webp") center / contain no-repeat;
  }
  .home-header .brand img {
    display: none; /* swap the full wordmark for the compact V mark on mobile */
  }

  /* centred Book button, shortened to "Book a call" */
  .home-header .home-nav-actions > .book-btn {
    display: inline-flex;
    grid-column: 2;
    justify-self: center;
    align-items: center;
    width: auto; /* the ≤620px block sets .book-btn to 100%; keep the bar CTA content-sized */
    min-height: 38px;
    padding: 0 16px;
    gap: 0;
    border-radius: 9px;
    box-shadow: none; /* drop the hero CTA glow inside the compact bar */
    font-size: 0; /* hides the inline label + arrow; text stays for screen readers */
    white-space: nowrap;
  }
  .home-header .home-nav-actions > .book-btn::before {
    content: "Book a free call";
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
  /* keep the bar CTA in the page's own language (labels mirror the inline button text) */
  :lang(fr) .home-header .home-nav-actions > .book-btn::before {
    content: "Réserver un appel gratuit";
  }
  :lang(it) .home-header .home-nav-actions > .book-btn::before {
    content: "Prenotate una call gratuita";
  }
  :lang(zh) .home-header .home-nav-actions > .book-btn::before {
    content: "预约免费通话";
  }

  /* hamburger icon button (replaces the "Menu" text pill) */
  .home-header .menu-toggle {
    grid-column: 3;
    justify-self: end;
    position: relative;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #123c66; /* match the V mark's navy */
    font-size: 0; /* hides "Menu"/"Close" text; kept in the a11y tree as the label */
  }
  .home-header .menu-toggle::before,
  .home-header .menu-toggle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 2.5px;
    margin-left: -12px;
    background: currentColor;
    border-radius: 2px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  .home-header .menu-toggle::before {
    transform: translateY(-10px);
    box-shadow: 0 10px 0 currentColor; /* middle bar */
  }
  .home-header .menu-toggle::after {
    transform: translateY(10px);
  }
  /* open state animates the bars into an X (driven by aria-expanded, no JS change) */
  .home-header .menu-toggle[aria-expanded="true"]::before {
    transform: rotate(45deg);
    box-shadow: 0 10px 0 transparent;
  }
  .home-header .menu-toggle[aria-expanded="true"]::after {
    transform: rotate(-45deg);
  }
}

/* Mobile hero eyebrow: smaller kicker + shorter accent line, ending aligned with the H1 */
@media (max-width: 620px) {
  .home-v2 .home-hero .home-eyebrow {
    font-size: 0.7rem;
    padding-left: 42px;
  }
  .home-v2 .home-hero .home-eyebrow::before {
    width: 30px;
  }
}

/* ============================================================
   Site footer (compact) — shared across every page.
   Product pages (courts, toys, canton-fair, kits-club, sourcing)
   carry equivalent inline CSS; this block styles the same footer
   on the pages that rely on styles.css (home, about, services,
   insights, process, privacy, terms, blog posts). Scoped to
   .site-footer so it never touches .about-founder-cite or the
   bare .shell used elsewhere on some pages.
   ============================================================ */
.site-footer {
  background: #04173a;
  color: #aebcd4;
  padding: 40px 0;
}
.site-footer .shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 22px;
}
.site-footer .foot-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.site-footer .foot-grid img {
  height: 26px;
  width: auto;
}
.site-footer .foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font: 600 0.85rem var(--font-body);
}
.site-footer .foot-links a {
  color: #c9d6ea;
  text-decoration: none;
}
.site-footer .foot-links a:hover {
  color: #fff;
}
.site-footer .foot-bottom {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

/* --- Products page: image-forward tiles --- */
.product-tile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.product-tile {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: clamp(320px, 32vw, 430px);
  border-radius: var(--std-radius);
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(0, 28, 65, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.product-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 23, 58, 0) 32%, rgba(4, 23, 58, 0.5) 58%, rgba(4, 23, 58, 0.94) 100%);
}

.product-tile-body {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding: clamp(18px, 2vw, 26px);
  color: #ffffff;
}

.product-tile-body h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(1.25rem, 1.7vw, 1.6rem);
  line-height: 1.15;
}

.product-tile-body p {
  margin: 0 0 12px;
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.92rem, 1vw, 1rem);
  line-height: 1.6;
}

.product-tile-more {
  color: var(--home-orange);
  font-size: 0.9rem;
  font-weight: 800;
}

.product-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(0, 28, 65, 0.28);
}

.product-tile:hover img {
  transform: scale(1.05);
}

@media (max-width: 720px) {
  .product-tile-grid {
    grid-template-columns: 1fr;
  }

  .product-tile {
    min-height: 340px;
  }
}

/* Canton Fair survival-kit promo inside insight articles */
.insight-kit-promo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 42px 0 6px;
  padding: 28px 30px;
  background: linear-gradient(135deg, #04173a, #0a2f6b);
  border-radius: 18px;
  color: #fff;
}
.insight-kit-promo > div {
  flex: 1 1 320px;
}
.insight-kit-promo .insight-kit-promo-kicker {
  margin: 0 0 10px;
  font: 700 0.72rem var(--font-body);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffb59e;
}
.article-main .insight-kit-promo h2 {
  margin: 0 0 8px;
  font-size: 1.3rem;
  color: #fff;
}
.article-main .insight-kit-promo p {
  margin: 0;
  color: #c9d6ea;
  font-size: 0.95rem;
  max-width: 34rem;
}
.article-main .insight-kit-promo p.insight-kit-promo-kicker {
  margin: 0 0 10px;
  color: #ffb59e;
  font-size: 0.72rem;
}
.insight-kit-promo .insight-kit-promo-btn {
  flex: none;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 640px) {
  .insight-kit-promo {
    padding: 24px 20px;
  }
  .insight-kit-promo .insight-kit-promo-btn {
    width: 100%;
  }
}

/* ---------------------------------------------------------------------------
   Factory film pages (sock-factory-tour.html and siblings)

   The video is the main content of these pages, not an illustration: Google
   only awards a video rich result when it is prominent, so it sits directly
   under the h1 at full column width. preload="none" keeps a ~120 MB file off
   the critical path -- the poster is all the visitor downloads until they
   press play.
--------------------------------------------------------------------------- */
.film-player {
  margin: clamp(22px, 3vw, 34px) 0 clamp(28px, 3.4vw, 44px);
  border-radius: var(--radius, 20px);
  overflow: hidden;
  background: #04173a;
  box-shadow: 0 18px 44px rgba(6, 37, 82, 0.16);
}
.film-player video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background: #04173a;
}
.film-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-bottom: clamp(24px, 3vw, 36px);
  color: #4c5d78;
  font-size: 0.92rem;
}
.film-meta strong {
  color: #0c2145;
  font-weight: 600;
}
.film-chapters {
  display: grid;
  gap: 2px;
  margin: 0 0 clamp(30px, 3.6vw, 46px);
  padding: 0;
  list-style: none;
}
.film-chapters li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 16px;
  align-items: baseline;
  padding: 11px 14px;
  border-radius: 10px;
}
.film-chapters li:nth-child(odd) {
  background: #f6f8fb;
}
.film-chapters button {
  padding: 0;
  border: 0;
  background: none;
  color: #ff4a18;
  font: inherit;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
.film-chapters button:hover {
  text-decoration: underline;
}
.film-transcript {
  margin-bottom: clamp(30px, 3.6vw, 46px);
}
.film-transcript h2 {
  margin-bottom: 14px;
}
.film-transcript p {
  max-width: 68ch;
  margin-bottom: 15px;
  color: #33456a;
}
.film-transcript p:last-child {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .film-chapters li {
    grid-template-columns: 54px 1fr;
    gap: 12px;
    padding: 10px 8px;
  }
}

/* Cross-links between the factory film pages: keeps the three out of being
   orphans, since insights.html is generated and cannot carry a hand-added
   link. */
.film-more {
  margin: 0 0 clamp(30px, 3.6vw, 46px);
}
.film-more h2 {
  margin-bottom: 14px;
}
.film-more-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}
.film-more-grid a {
  display: block;
  padding: 18px 20px;
  border: 1px solid var(--line, #dfe6ef);
  border-radius: 14px;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.18s ease, transform 0.18s ease;
}
.film-more-grid a:hover {
  border-color: #ff4a18;
  transform: translateY(-2px);
}
.film-more-grid strong {
  display: block;
  margin-bottom: 5px;
  font-family: var(--font-title, "Sora", sans-serif);
  font-size: 1.02rem;
}
.film-more-grid span {
  color: #4c5d78;
  font-size: 0.9rem;
}

/* ---------------------------------------------------------------------------
   Insights hub: section headings + the "Inside the factory" film cards.

   The films reuse .insight-v3-card so both halves of the hub read as one
   system. Only the duration badge and the tinted band mark the difference in
   format.
--------------------------------------------------------------------------- */
.insights-section-head {
  max-width: 62ch;
  margin: 0 0 clamp(22px, 2.6vw, 34px);
}
.insights-section-head h2 {
  margin-bottom: 10px;
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
}
.insights-section-head p {
  color: #4c5d78;
}
/* The insights hero carries no overlapping card (films sit in their own white
   band below), so it drops the extra bottom padding the shared subpage hero
   reserves for the overlap. Keeps the navy block short. */
.insights-index-page .insights-v3-hero {
  padding-bottom: var(--std-hero-pad-bottom, 56px);
}
.insights-films-band {
  padding-top: clamp(38px, 4vw, 60px);
  padding-bottom: 0;
}
/* The posters are 16:9 with titles composed close to the frame edges; the
   default 16:10 card crop shaves the top and bottom and pushes that text
   against the border. Show the full frame. */
.insight-v3-card-film .insight-v3-media > img {
  aspect-ratio: 16 / 9;
}
/* The articles head sits between the films and the featured card, so the
   featured card must not pull itself up over it the way it does on pages
   where it directly follows the hero. */
.insights-articles-head {
  margin-top: clamp(38px, 4.4vw, 58px);
  margin-bottom: 0;
}
.insights-v3-featured-wrap.insights-featured-flat {
  margin-top: clamp(16px, 2vw, 24px);
}
.insight-v3-card-film .insight-v3-media {
  position: relative;
}
.insight-v3-duration {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px 5px 8px;
  border-radius: 999px;
  background: rgba(4, 23, 58, 0.82);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  backdrop-filter: blur(3px);
}
.insight-v3-duration svg {
  width: 13px;
  height: 13px;
  flex: none;
}
.insight-v3-card-film h3 {
  margin-bottom: 8px;
  font-family: var(--font-title, "Sora", sans-serif);
  font-size: 1.12rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

/* ---------------------------------------------------------------------------
   Film pages: FAQ accordion, transcript section anchors and the end-of-film
   "up next" overlay (built by film.js from data attributes on the video).
--------------------------------------------------------------------------- */
.film-faq {
  /* .film-more below has no top margin (the transcript's bottom margin used
     to provide the gap), so this section must close with the same spacing it
     opens with. */
  margin: clamp(30px, 3.4vw, 46px) 0 clamp(30px, 3.6vw, 46px);
}
.film-faq h2 {
  margin-bottom: 14px;
}
.film-faq details {
  margin-bottom: 10px;
  padding: 0 18px;
  border: 1px solid var(--line, #dfe6ef);
  border-radius: 12px;
  background: #fff;
}
.film-faq summary {
  position: relative;
  padding: 14px 28px 14px 0;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}
.film-faq summary::-webkit-details-marker {
  display: none;
}
.film-faq summary::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #4c5d78;
  border-bottom: 2px solid #4c5d78;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 160ms ease;
}
.film-faq details[open] summary::after {
  transform: translateY(-30%) rotate(225deg);
}
.film-faq details > p {
  padding: 0 0 16px;
  color: #4c5d78;
}
.film-transcript h3 {
  margin: 24px 0 6px;
  font-size: 1.05rem;
}
.film-player {
  position: relative;
}
.film-upnext {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
  background: rgba(4, 23, 58, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  z-index: 2;
}
.film-upnext.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.film-upnext-inner {
  display: grid;
  gap: 12px;
  justify-items: center;
  max-width: min(430px, 86%);
  max-height: 100%;
  padding: 10px 0;
  text-align: center;
}
.film-upnext-kicker {
  color: #ffb59e;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.film-upnext-card {
  display: grid;
  gap: 10px;
  justify-items: center;
  color: #fff;
  text-decoration: none;
}
.film-upnext-card img {
  display: block;
  /* The third clamp keeps the whole overlay stack inside the 16:9 player on
     narrow panes, where 70vw of poster alone would overflow it vertically. */
  width: min(320px, 70vw, 38vh);
  border-radius: 10px;
}
.film-upnext-card strong {
  font-size: 1.02rem;
  line-height: 1.3;
}
.film-upnext-offer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 6px;
  background: linear-gradient(180deg, #ff5527, #f04418);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.film-upnext-replay {
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.75);
  font: inherit;
  font-size: 0.88rem;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 620px) {
  .film-upnext-card img {
    width: min(230px, 62vw);
  }
  .film-upnext-kicker {
    display: none;
  }
}
