.branch-landing {
  --branch-ink: #142322;
  --branch-muted: #63716e;
  --branch-paper: #fffaf2;
  --branch-accent: #e4a566;
  --branch-deep: #071b24;
  background: var(--branch-paper);
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.industry-icon {
  display: block;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.branch-logo {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
}

.branch-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.14);
  transform-origin: center;
}

.branch-landing .nav-links {
  gap: 5px;
  font-size: .9rem;
}

.branch-landing .nav-links a {
  padding-inline: 11px;
}

.branch-landing .brand-text strong {
  color: #fffaf2;
}

.branch-landing .brand-text small {
  color: rgba(255, 250, 242, .68);
}

.branch-landing .service-hero {
  position: relative;
  min-height: 76svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  padding-top: clamp(84px, 9vw, 126px);
}

.branch-landing .service-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 34%;
  background: linear-gradient(0deg, rgba(7, 27, 36, .50), transparent);
  pointer-events: none;
}

.branch-landing .service-hero h1 {
  max-width: 1040px;
  color: #fffaf2;
}

.branch-landing .service-lead {
  max-width: 780px;
  color: rgba(255, 250, 242, .82);
}

.branch-landing .kicker,
.branch-landing .breadcrumb {
  color: var(--branch-accent);
}

.branch-landing .breadcrumb a {
  color: #fffaf2;
}

.branch-landing .answer-summary {
  border-left-color: var(--branch-accent);
}

.branch-landing .local-list span,
.branch-landing .opportunity-tags span {
  background: color-mix(in srgb, var(--branch-accent) 14%, white);
  color: var(--branch-deep);
  border-color: color-mix(in srgb, var(--branch-accent) 28%, transparent);
}

.branch-landing .service-cta-card {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--branch-deep) 92%, black), color-mix(in srgb, var(--branch-deep) 74%, var(--branch-accent)));
}

.branch-landing .service-cta-card .button-primary,
.branch-landing .button-primary {
  background: var(--branch-accent);
  color: #101315;
  box-shadow: 0 18px 42px color-mix(in srgb, var(--branch-accent) 34%, transparent);
}

.branch-switch {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.branch-switch a {
  min-height: 96px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, .78);
  color: var(--ink);
  text-decoration: none;
  box-shadow: var(--soft-shadow);
}

.branch-switch strong,
.branch-switch span {
  display: block;
}

.branch-switch strong {
  margin-bottom: 6px;
  font-size: 1.04rem;
}

.branch-switch span {
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.35;
}

.branch-indus {
  --branch-accent: #e51f2a;
  --branch-deep: #17191d;
  --branch-paper: #fbf7f2;
}

.branch-indus .branch-logo {
  box-shadow: none;
}

.branch-indus .service-main {
  padding-top: 0;
}

.branch-indus .nav-links .nav-cta,
.branch-indus .nav-mobile-cta,
.branch-indus .nav-toggle,
.branch-indus .button-primary,
.branch-indus .service-cta-card .button-primary {
  background: var(--branch-accent);
  color: #fff;
}

.branch-indus .nav-links .nav-cta:hover,
.branch-indus .button-primary:hover,
.branch-indus .service-cta-card .button-primary:hover {
  background: #c91520;
  color: #fff;
}

.branch-indus .service-hero {
  background:
    linear-gradient(90deg, rgba(2, 6, 9, .90) 0%, rgba(2, 6, 9, .66) 42%, rgba(2, 6, 9, .16) 74%),
    url('../assets/prod/atelier-mpia-hero.png') center/cover no-repeat;
}

.branch-indus .service-band {
  background:
    radial-gradient(circle at 80% 16%, rgba(212, 63, 50, .13), transparent 30%),
    linear-gradient(180deg, #fffaf2, #f4eee8);
}

.branch-indus .industry-hero {
  min-height: 100svh;
  align-items: start;
  padding-top: clamp(112px, 10vw, 148px);
  padding-bottom: clamp(36px, 5vw, 54px);
}

.industry-hero .container {
  display: grid;
  align-content: start;
}

.industry-hero .breadcrumb {
  display: none;
}

.industry-hero .kicker {
  color: rgba(255, 255, 255, .88);
}

.industry-hero .service-lead {
  position: relative;
  max-width: 720px;
  padding-top: 24px;
  color: rgba(255, 255, 255, .92);
}

.industry-hero .service-lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
  height: 4px;
  background: var(--branch-accent);
}

.industry-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 4vw, 44px);
  width: 100%;
  max-width: 1040px;
  margin-top: clamp(44px, 8vw, 92px);
}

.industry-proof-row article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-areas:
    "num title"
    "num text";
  gap: 14px;
  align-items: start;
  min-width: 0;
  max-width: 100%;
  color: rgba(255, 255, 255, .92);
}

.industry-proof-icon {
  grid-area: num;
  width: 42px;
  height: 42px;
  color: #fff;
}

.industry-proof-row h2 {
  grid-area: title;
  min-width: 0;
  margin-bottom: 6px;
  font-size: 1.06rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.industry-proof-row p {
  grid-area: text;
  min-width: 0;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .76);
  font-size: .9rem;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.industry-diagnostic-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .94);
}

.industry-diagnostic-strip article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: start;
  min-height: 210px;
  padding: clamp(24px, 3.6vw, 44px);
  border-right: 1px solid var(--line);
}

.industry-diagnostic-icon {
  width: 34px;
  height: 34px;
  color: var(--branch-accent);
}

.industry-diagnostic-strip article:last-child {
  border-right: 0;
}

.industry-diagnostic-strip h2 {
  margin-bottom: 14px;
  color: var(--branch-deep);
  font-size: 1.14rem;
}

.industry-diagnostic-strip ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: .92rem;
}

.industry-framing-section {
  background:
    radial-gradient(circle at 82% 14%, color-mix(in srgb, var(--branch-accent) 12%, transparent), transparent 28%),
    linear-gradient(180deg, #fbf7f2, #f3f0ec);
}

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

.industry-framing-grid article {
  min-height: 238px;
  padding: clamp(20px, 2.5vw, 28px);
  border: 1px solid color-mix(in srgb, var(--branch-accent) 26%, var(--line));
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
  box-shadow: var(--soft-shadow);
}

.industry-framing-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
  border-radius: 8px;
  background: var(--branch-accent);
  color: #fff;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .04em;
}

.industry-framing-grid h3 {
  margin-bottom: 12px;
  color: var(--branch-deep);
  font-size: 1.08rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.industry-framing-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.55;
}

.industry-framing-output {
  margin-top: 18px;
  padding: clamp(18px, 3vw, 26px);
  border-left: 4px solid var(--branch-accent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--branch-deep) 94%, black);
  color: #fff;
}

.industry-framing-output strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: .84rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.industry-framing-output p {
  max-width: 880px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .76);
  line-height: 1.6;
}

.industry-case-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.industry-dashboard-frame {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 35, 34, .16);
  border-radius: 8px;
  background: #0b1116;
  box-shadow: 0 34px 80px rgba(7, 16, 22, .18);
}

.industry-dashboard-frame img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center top;
}

.industry-results {
  padding-left: 34px;
  border-left: 1px solid var(--line);
}

.industry-results h3 {
  margin-bottom: 18px;
  font-size: 1.16rem;
}

.industry-metrics {
  display: grid;
  gap: 20px;
  margin-bottom: 34px;
}

.industry-metrics div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
}

.industry-metric-icon {
  width: 25px;
  height: 25px;
  color: var(--branch-accent);
}

.industry-metrics strong,
.industry-metrics em {
  display: block;
}

.industry-metrics strong {
  color: var(--branch-accent);
  font-size: 1.74rem;
  line-height: 1;
}

.industry-metrics em {
  margin-top: 5px;
  color: var(--muted);
  font-size: .92rem;
  font-style: normal;
}

.industry-check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.industry-check-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  color: var(--ink);
  font-size: .96rem;
}

.industry-check-list li::before {
  display: none;
}

.industry-list-icon {
  width: 17px;
  height: 17px;
  color: var(--branch-accent);
}

.industry-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: industry-step;
}

.industry-timeline::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 7%;
  right: 7%;
  border-top: 1px dashed rgba(20, 35, 34, .24);
}

.industry-timeline li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
  counter-increment: industry-step;
}

.industry-timeline li::before {
  content: counter(industry-step);
  position: relative;
  z-index: 1;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 999px;
  background: var(--branch-accent);
  color: #fff;
  font-weight: 950;
  box-shadow: 0 14px 32px color-mix(in srgb, var(--branch-accent) 28%, transparent);
}

.industry-timeline strong {
  display: block;
  font-size: 1rem;
}

.industry-step-icon {
  width: 34px;
  height: 34px;
  margin-top: 6px;
  color: var(--branch-accent);
}

.industry-timeline span {
  display: block;
  max-width: 178px;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.42;
}

.industry-deliverables {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.industry-deliverables article {
  display: grid;
  grid-template-columns: 54px minmax(170px, 260px) 1fr minmax(150px, 210px);
  align-items: stretch;
  min-height: 72px;
  border-bottom: 1px solid var(--line);
}

.industry-deliverables article:last-child {
  border-bottom: 0;
}

.industry-deliverables h3,
.industry-deliverables p,
.industry-deliverables span {
  margin: 0;
  padding: 16px 20px;
}

.industry-deliverable-icon {
  align-self: center;
  justify-self: center;
  width: 25px;
  height: 25px;
  color: var(--branch-accent);
}

.industry-deliverables h3 {
  border-left: 1px solid var(--line);
}

.industry-deliverables p,
.industry-deliverables span {
  border-left: 1px solid var(--line);
}

.industry-deliverables h3 {
  font-size: .98rem;
}

.industry-deliverables p,
.industry-deliverables span {
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.45;
}

.industry-contexts {
  display: flex;
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
  padding: 26px max(22px, calc((100vw - var(--max)) / 2));
  overflow-x: auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--soft) 84%, #ffffff);
  white-space: nowrap;
}

.industry-contexts span {
  color: var(--ink);
  font-size: .9rem;
  font-weight: 850;
}

.industry-contexts strong {
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 850;
}

.branch-admin {
  --branch-accent: #c58a4b;
  --branch-deep: #17344d;
  --branch-paper: #f7f4ee;
}

.branch-admin .branch-logo {
  box-shadow: none;
}

.branch-admin .service-hero {
  background:
    linear-gradient(90deg, rgba(5, 18, 28, .84) 0%, rgba(15, 38, 58, .58) 48%, rgba(7, 24, 38, .26) 100%),
    linear-gradient(180deg, rgba(5, 18, 28, .18), rgba(5, 18, 28, .60)),
    url('../assets/prod/branche-admin-back-office-hero-v2.webp') center/cover no-repeat;
}

.branch-landing .section-tone-light {
  background:
    radial-gradient(circle at 86% 12%, color-mix(in srgb, var(--branch-accent) 9%, transparent), transparent 28%),
    linear-gradient(180deg, #fffaf2, var(--branch-paper));
}

.branch-landing .section-tone-dark {
  background:
    radial-gradient(circle at 86% 12%, color-mix(in srgb, var(--branch-accent) 20%, transparent), transparent 30%),
    linear-gradient(135deg, color-mix(in srgb, var(--branch-deep) 96%, black), color-mix(in srgb, var(--branch-deep) 82%, var(--branch-accent)));
  color: #fffaf2;
}

.branch-landing .section-tone-dark .section-head h2,
.branch-landing .section-tone-dark .service-card h3,
.branch-landing .section-tone-dark .advantage-card h3,
.branch-landing .section-tone-dark .branch-switch strong,
.branch-landing .section-tone-dark .service-cta-card h2,
.branch-landing .section-tone-dark .industry-deliverables h3,
.branch-landing .section-tone-dark .industry-results h3,
.branch-landing .section-tone-dark .industry-timeline strong {
  color: #fffaf2;
}

.branch-landing .section-tone-dark .section-head p:not(.kicker),
.branch-landing .section-tone-dark .service-card p,
.branch-landing .section-tone-dark .advantage-card p,
.branch-landing .section-tone-dark .branch-switch span,
.branch-landing .section-tone-dark .industry-deliverables p,
.branch-landing .section-tone-dark .industry-deliverables span,
.branch-landing .section-tone-dark .industry-metrics em,
.branch-landing .section-tone-dark .industry-check-list li,
.branch-landing .section-tone-dark .industry-timeline span {
  color: rgba(255, 250, 242, .74);
}

.branch-landing .section-tone-dark .service-card,
.branch-landing .section-tone-dark .advantage-card,
.branch-landing .section-tone-dark .branch-switch a,
.branch-landing .section-tone-dark .industry-deliverables {
  border-color: rgba(255, 250, 242, .16);
  background:
    linear-gradient(145deg, rgba(255, 250, 242, .12), rgba(255, 250, 242, .06));
  box-shadow: 0 24px 58px rgba(0, 0, 0, .22);
}

.branch-landing .section-tone-dark .local-list span,
.branch-landing .section-tone-dark .advantage-index {
  border: 1px solid rgba(255, 250, 242, .14);
  background: rgba(255, 250, 242, .12);
  color: #fffaf2;
}

.branch-landing .section-tone-dark .service-cta-card {
  border: 1px solid rgba(255, 250, 242, .16);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--branch-deep) 98%, black), color-mix(in srgb, var(--branch-deep) 82%, var(--branch-accent)));
  box-shadow: 0 28px 64px rgba(0, 0, 0, .28);
}

.branch-landing .section-tone-dark .industry-results {
  border-left-color: rgba(255, 250, 242, .16);
}

.branch-landing .section-tone-dark .industry-deliverables article {
  border-bottom-color: rgba(255, 250, 242, .14);
}

.branch-landing .section-tone-dark .industry-deliverables h3,
.branch-landing .section-tone-dark .industry-deliverables p,
.branch-landing .section-tone-dark .industry-deliverables span {
  border-left-color: rgba(255, 250, 242, .14);
}

.branch-admin .admin-use-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  min-height: clamp(292px, 27vw, 360px);
  padding: clamp(14px, 2vw, 18px);
  border-color: color-mix(in srgb, var(--branch-accent) 26%, transparent);
  background: var(--branch-deep);
}

.branch-admin .admin-use-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7, 24, 38, .02) 30%, rgba(7, 24, 38, .58) 100%);
  pointer-events: none;
}

.branch-admin .admin-use-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: inherit;
  background: color-mix(in srgb, var(--branch-deep) 18%, white);
}

.branch-admin .admin-use-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.branch-admin .admin-use-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 14px 15px 15px;
  border: 1px solid rgba(255, 250, 242, .54);
  border-radius: 14px;
  background: rgba(255, 250, 242, .4);
  -webkit-backdrop-filter: blur(10px) saturate(1.08);
  backdrop-filter: blur(10px) saturate(1.08);
  box-shadow: 0 18px 44px rgba(7, 24, 38, .24);
}

.branch-admin .admin-use-copy h3 {
  margin-bottom: 7px;
  color: var(--branch-deep);
}

.branch-admin .admin-use-copy p {
  color: color-mix(in srgb, var(--branch-deep) 72%, #4f5e63);
}

.branch-admin .service-band:not(.section-tone-dark):not(.section-tone-light) {
  background:
    radial-gradient(circle at 82% 14%, rgba(197, 138, 75, .16), transparent 30%),
    linear-gradient(180deg, #fffaf2, #eef3f6);
}

@media (max-width: 980px) {
  .branch-switch { grid-template-columns: 1fr; }

  .industry-diagnostic-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .industry-diagnostic-strip article:nth-child(2) {
    border-right: 0;
  }

  .industry-diagnostic-strip article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

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

  .industry-results {
    padding-left: 0;
    border-left: 0;
  }

  .industry-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 18px;
  }

  .industry-timeline::before {
    display: none;
  }

  .industry-deliverables article {
    grid-template-columns: 54px 1fr;
  }

  .industry-deliverables h3 {
    border-left: 1px solid var(--line);
  }

  .industry-deliverables p,
  .industry-deliverables span {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 680px) {
  .branch-landing {
    overflow-x: hidden;
  }

  .branch-logo {
    width: 40px;
    height: 40px;
    border-radius: 7px;
  }

  .branch-landing .service-hero {
    min-height: auto;
    padding-bottom: 56px;
  }

  .branch-indus .service-main {
    padding-top: 0;
  }

  .branch-indus .service-hero {
    background-position: 64% center;
  }

  .branch-landing .service-hero .container,
  .branch-landing .service-content .container,
  .branch-landing .service-band .container {
    width: calc(100vw - 28px);
    max-width: 100%;
    min-width: 0;
  }

  .branch-landing .service-hero h1,
  .branch-landing .service-lead,
  .branch-landing .answer-summary,
  .branch-landing .section-head {
    width: min(100%, 360px);
    max-width: 360px;
  }

  .branch-landing .service-hero h1 {
    max-width: 100%;
    font-size: 2.42rem;
    line-height: .94;
    overflow-wrap: anywhere;
    hyphens: auto;
    text-wrap: wrap;
  }

  .branch-admin .service-hero h1 {
    font-size: 2.34rem;
  }

  .branch-landing .service-lead,
  .branch-landing .answer-summary p,
  .branch-landing .section-head h2,
  .branch-landing .service-card h3 {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .branch-landing .section-head h2 {
    font-size: 2.2rem;
    line-height: 1.04;
  }

  .branch-landing .answer-summary {
    padding-left: 16px;
  }

  .industry-hero .kicker {
    display: none;
  }

  .branch-indus .industry-hero h1 {
    margin-top: 28px;
  }

  .industry-proof-row,
  .industry-diagnostic-strip,
  .industry-framing-grid,
  .industry-timeline {
    grid-template-columns: 1fr;
  }

  .industry-proof-row {
    width: min(100%, 360px);
    max-width: 360px;
    margin-top: 34px;
  }

  .industry-proof-row article {
    grid-template-columns: 1fr;
    grid-template-areas:
      "num"
      "title"
      "text";
    gap: 8px;
    width: min(100%, 340px);
    max-width: 340px;
  }

  .industry-proof-icon {
    width: 38px;
    height: 38px;
  }

  .industry-diagnostic-strip article {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .industry-proof-row h2,
  .industry-proof-row p {
    width: min(100%, 320px);
    max-width: 320px;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .industry-diagnostic-strip article,
  .industry-diagnostic-strip article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .industry-diagnostic-strip article:last-child {
    border-bottom: 0;
  }

  .industry-dashboard-frame img {
    min-height: 360px;
  }

  .industry-contexts {
    padding-inline: 14px;
  }
}
