/* Final homepage direction below the service dock. */
:root {
  --index-y: clamp(78px, 7.5vw, 112px);
  --index-h2: clamp(2.65rem, 4vw, 4.65rem);
  --index-copy: clamp(1rem, 1.05vw, 1.12rem);
  --index-soft: #f4f7fa;
}

.about-section,
.career-section,
.service-showcase-section,
.blog-modern,
.contact-section { padding-block: var(--index-y); }

.about-section {
  padding-top: clamp(108px, 9vw, 138px);
  background: #fff;
}

.about-layout {
  align-items: center;
  gap: clamp(54px, 7vw, 104px);
}

.about-gallery { height: clamp(540px, 47vw, 680px); }
.about-copy { padding-top: 0; }

.about-copy h2,
.career-heading h2,
.service-showcase-heading h2,
.blog-modern-heading h2,
.contact-panel h2 {
  font-size: var(--index-h2);
  line-height: .98;
  letter-spacing: 0;
  text-wrap: balance;
}

.about-copy > p,
.career-heading > p,
.service-showcase-heading p,
.blog-heading-side p,
.contact-panel > div > p {
  font-size: var(--index-copy);
  line-height: 1.72;
}

.about-audience {
  margin-top: 30px;
  border-top: 1px solid #dfe6ed;
}

.audience-tabs { gap: 8px; padding-top: 20px; }
.audience-tab { min-height: 48px; border-radius: 6px; }
.audience-content { min-height: 185px; padding-top: 24px; }

.coverage-map-section,
.coverage-map-layout { min-height: clamp(650px, 72vh, 760px); }

.coverage-map-card {
  max-width: 510px;
  padding: clamp(34px, 4vw, 52px);
  border: 0;
  border-left: 5px solid var(--action);
  border-radius: 4px;
  box-shadow: 0 24px 70px rgba(0, 18, 51, .22);
}

.coverage-map-card h2 {
  font-size: clamp(2.55rem, 3.7vw, 4.3rem);
  line-height: .98;
}

.coverage-current {
  margin-top: 28px;
  padding: 18px 0;
  border-block: 1px solid #dbe4ec;
  border-radius: 0;
  background: transparent;
}

.career-section {
  background:
    linear-gradient(90deg, rgba(220, 231, 241, .45) 0, rgba(220, 231, 241, 0) 32%),
    #f3f6f9;
}
.career-heading { gap: clamp(42px, 7vw, 100px); }
.career-tabs { margin-top: clamp(34px, 4vw, 48px); }
.career-tab { min-height: 60px; border-radius: 6px 6px 0 0; }
.career-content { margin-top: 28px; }
.career-panel-grid { gap: clamp(46px, 6vw, 86px); }
.career-copy { padding-block: 18px; }

.career-copy h3 {
  font-size: clamp(2.25rem, 3.3vw, 3.85rem);
  line-height: 1;
}

.career-copy ul { margin-top: 26px; }
.career-visual { min-height: clamp(390px, 37vw, 485px); border-radius: 8px; }

.care-cta-section { padding-block: clamp(82px, 7vw, 108px); }
.care-cta-section .row { --bs-gutter-x: clamp(3rem, 6vw, 6.5rem); }
.care-cta-copy h2 { font-size: clamp(2.65rem, 4vw, 4.55rem); }

.callback-form {
  padding: clamp(30px, 3.2vw, 42px);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 18, 51, .34);
}

.callback-form-grid { gap: 16px; margin-top: 25px; }

.voices-section { min-height: 205svh; background: #fff; }
.voices-stage { padding-block: clamp(28px, 4vh, 46px); }
.voices-heading { margin-bottom: clamp(24px, 3.5vh, 40px); }
.voices-heading h2 { font-size: clamp(2.6rem, 4vw, 4.6rem); }

.voices-composition {
  grid-template-columns: minmax(350px, .92fr) minmax(410px, 1.08fr);
  gap: clamp(42px, 6vw, 82px);
}

.voices-visual {
  min-height: clamp(310px, 39vh, 440px);
  border-radius: 8px;
  box-shadow: 0 20px 52px rgba(0, 18, 51, .14);
}

.service-showcase-section {
  position: relative;
  overflow: hidden;
  background: #eaf1f7;
}

.service-showcase-section::before {
  content: "LEISTUNG";
  position: absolute;
  top: clamp(44px, 6vw, 84px);
  right: max(20px, calc((100vw - 1320px) / 2));
  color: rgba(0, 40, 85, .055);
  font-family: var(--font-display);
  font-size: clamp(5.5rem, 12vw, 11rem);
  font-weight: 900;
  line-height: .78;
  pointer-events: none;
}

.service-showcase-section .container-xl { position: relative; z-index: 1; }
.service-showcase-heading { margin-bottom: clamp(38px, 5vw, 62px); }
.service-showcase-tabs { margin-bottom: 26px; }
.service-showcase-tab { min-height: 56px; }
.service-showcase-slide,
.service-showcase-media { min-height: clamp(470px, 42vw, 570px); }
.service-showcase-copy { padding: clamp(36px, 4.5vw, 68px); }
.service-showcase-copy h3 { font-size: clamp(2.35rem, 3.7vw, 4.25rem); }

.process-section { padding-block: clamp(84px, 7vw, 108px); }
.process-heading { margin-bottom: clamp(54px, 6vw, 78px); }

.process-heading h2 {
  max-width: 800px;
  font-size: clamp(3rem, 4.6vw, 5.35rem);
}

.process-story { gap: clamp(50px, 7vw, 108px); }

.process-visual {
  top: calc(var(--header-total) + 28px);
  min-height: min(66vh, 620px);
  border-radius: 8px;
}

.process-item {
  min-height: clamp(320px, 43svh, 390px);
  padding-block: 34px;
}

.process-number {
  min-width: 92px;
  color: rgba(139, 188, 240, .9);
  font-size: clamp(4rem, 6vw, 6.6rem);
  line-height: .8;
}

.process-item h3 { font-size: clamp(2rem, 2.8vw, 3.35rem); }

.blog-modern { background: #fff; }
.blog-modern-heading { margin-bottom: clamp(38px, 5vw, 58px); }

.blog-editorial-grid {
  min-height: clamp(520px, 48vw, 620px);
  gap: 16px;
}

.blog-feature-story,
.blog-story-card { border-radius: 8px; }
.blog-story-content { padding: clamp(30px, 4vw, 54px); }
.blog-read-link { text-decoration: none; }
.blog-modern-footer { margin-top: 28px; }

/* Editorial knowledge desk */
.guide-desk {
  position: relative;
  overflow: hidden;
  background: #f1f5f8;
}

.guide-desk::before {
  content: "WISSEN";
  position: absolute;
  top: 34px;
  left: max(18px, calc((100vw - 1320px) / 2));
  color: rgba(0, 40, 85, .05);
  font-family: var(--font-display);
  font-size: clamp(7rem, 16vw, 15rem);
  font-weight: 900;
  line-height: .8;
  pointer-events: none;
}

.guide-desk-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(620px, 1.28fr);
  gap: clamp(56px, 8vw, 120px);
  align-items: start;
}

.guide-desk-intro {
  position: sticky;
  top: calc(var(--header-total) + 42px);
  padding-top: 10px;
}

.guide-desk-intro h2 {
  max-width: 520px;
  margin: 16px 0 24px;
  color: #071d33;
  font-family: var(--font-display);
  font-size: clamp(3rem, 4.5vw, 5.25rem);
  line-height: .92;
  letter-spacing: 0;
  text-wrap: balance;
}

.guide-desk-intro > p {
  max-width: 470px;
  margin: 0 0 30px;
  color: #526575;
  font-size: 1.06rem;
  line-height: 1.75;
}

.guide-desk-note {
  display: flex;
  gap: 13px;
  max-width: 390px;
  margin-top: 38px;
  padding-top: 22px;
  color: #526575;
  border-top: 1px solid #cdd9e1;
  font-size: .88rem;
  line-height: 1.55;
}

.guide-desk-note svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: #0353a4;
}

.guide-desk-feed {
  display: grid;
  gap: 20px;
}

.guide-lead {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(330px, 1.1fr);
  min-height: 360px;
  overflow: hidden;
  color: #fff;
  border-radius: 8px;
  background: #071d33;
  text-decoration: none;
}

.guide-lead picture { min-height: 100%; overflow: hidden; }
.guide-lead img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease);
}

.guide-lead-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 50px);
}

.guide-lead-copy > span,
.guide-brief small {
  color: #7fb5ea;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.guide-lead-copy h3 {
  margin: 14px 0 16px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.8vw, 3.2rem);
  line-height: .98;
  letter-spacing: 0;
}

.guide-lead-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  line-height: 1.65;
}

.guide-lead-copy b {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  color: #fff;
  font-size: .88rem;
}

.guide-lead-copy b svg { width: 18px; height: 18px; }
.guide-lead:hover img { transform: scale(1.035); }

.guide-briefs {
  border-top: 1px solid #cbd7df;
}

.guide-brief {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 32px;
  gap: 20px;
  align-items: center;
  padding: 25px 4px;
  color: #071d33;
  border-bottom: 1px solid #cbd7df;
  text-decoration: none;
  transition: padding .2s var(--ease), background .2s var(--ease);
}

.guide-brief-number {
  color: #0353a4;
  font-family: var(--font-display);
  font-size: 2.15rem;
  font-weight: 900;
}

.guide-brief h3 {
  margin: 6px 0 4px;
  color: #071d33;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2vw, 2.15rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.guide-brief p {
  margin: 0;
  color: #627382;
  font-size: .9rem;
}

.guide-brief > svg {
  width: 22px;
  height: 22px;
  color: #0353a4;
  transition: transform .2s var(--ease);
}

.guide-brief:hover,
.guide-brief:focus-visible {
  padding-right: 14px;
  padding-left: 14px;
  background: #fff;
}

.guide-brief:hover > svg { transform: translate(3px, -3px); }

.contact-section {
  padding-block: clamp(82px, 7vw, 108px);
  background: #071d33;
}

.contact-panel {
  --bs-gutter-x: clamp(2.5rem, 5vw, 5.5rem);
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.contact-panel > .col-lg-5 {
  padding-top: clamp(20px, 3vw, 42px);
  padding-bottom: clamp(20px, 3vw, 42px);
}

.contact-panel h2 {
  max-width: 570px;
  color: #fff;
}

.contact-panel > .col-lg-5 > p {
  max-width: 520px;
  color: rgba(255, 255, 255, .74);
}

.contact-direct { margin-top: 34px; }
.contact-direct a {
  border-color: rgba(255, 255, 255, .18);
  border-radius: 6px;
  background: rgba(255, 255, 255, .05);
}

.contact-panel .contact-direct a,
.contact-panel .contact-direct a small,
.contact-panel .contact-direct a b,
.contact-panel .contact-direct a > svg {
  color: #fff;
}

.contact-panel .contact-direct a small {
  color: rgba(255, 255, 255, .62);
  font-size: .78rem;
  line-height: 1.2;
}

.contact-panel .contact-direct a b {
  margin-top: 5px;
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  line-height: 1.25;
}

.contact-panel .contact-direct a > svg:first-child {
  width: 40px;
  height: 40px;
  padding: 9px;
  color: #d9ebff;
  border-radius: 5px;
  background: rgba(139, 188, 240, .15);
}

.contact-direct a:hover,
.contact-direct a:focus-visible {
  border-color: rgba(139, 188, 240, .72);
  background: rgba(139, 188, 240, .1);
}

.contact-form {
  padding: clamp(30px, 3.5vw, 46px);
  color: #071d33;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(0, 8, 24, .3);
}

.contact-form-head span {
  color: #0353a4;
}

.contact-form-head strong {
  color: #071d33;
  font-size: clamp(1.75rem, 2.3vw, 2.35rem);
  line-height: 1.08;
}

.contact-form-head p {
  color: #607080;
  font-size: .96rem;
}

.contact-form .form-label {
  margin-bottom: 8px;
  color: #173446;
  font-size: .88rem;
  font-weight: 800;
}

.contact-form .form-control,
.contact-form .form-select {
  min-height: 54px;
  color: #071d33;
  border: 1px solid #cbd8e0;
  background-color: #f5f8fa;
}

.contact-form textarea.form-control {
  min-height: 132px;
  resize: vertical;
}

.contact-form .form-control::placeholder {
  color: #6f7f8d;
  opacity: 1;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  color: #071d33;
  border-color: #0353a4;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(3, 83, 164, .11);
}

.contact-form .form-select option {
  color: #071d33;
  background: #fff;
}

.contact-privacy,
.contact-privacy label,
.contact-submit span {
  color: #5f7080;
}

.contact-privacy a {
  color: #0353a4;
  font-weight: 800;
}

.contact-privacy input {
  accent-color: #0353a4;
}

.contact-submit {
  align-items: center;
  gap: 18px;
}

.contact-submit span {
  max-width: 280px;
  font-size: .78rem;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  :root { --index-y: 76px; }
  .about-layout { gap: 48px; }
  .about-gallery { height: min(68vw, 580px); }
  .coverage-map-section,
  .coverage-map-layout { min-height: 680px; }
  .career-panel-grid { gap: 36px; }
  .voices-section { min-height: 215svh; }
  .process-item { min-height: auto; }
  .guide-desk-layout { grid-template-columns: 1fr; gap: 46px; }
  .guide-desk-intro { position: relative; top: auto; }
  .guide-desk-intro > p { max-width: 620px; }
}

@media (max-width: 575.98px) {
  :root {
    --index-y: 64px;
    --index-h2: clamp(2.25rem, 11vw, 3rem);
  }

  .about-section { padding-top: 96px; }
  .about-gallery { height: 440px; }
  .about-audience { margin-top: 24px; }
  .audience-tabs { grid-template-columns: 1fr 1fr; }
  .audience-tab { min-width: 0; padding-inline: 10px; }
  .coverage-map-section,
  .coverage-map-layout { min-height: 720px; }
  .coverage-map-card { padding: 28px 22px; border-left-width: 4px; }
  .career-tabs { margin-top: 28px; }
  .career-tab { min-height: 54px; }
  .career-copy h3 { font-size: 2.4rem; }
  .career-visual { min-height: 330px; }
  .care-cta-section { padding-block: 68px; }
  .callback-form { padding: 24px 18px; }
  .voices-section { min-height: 225svh; }
  .voices-visual { min-height: 245px; }
  .service-showcase-heading { margin-bottom: 34px; }
  .service-showcase-slide,
  .service-showcase-media { min-height: auto; }
  .process-section { padding-block: 68px; }
  .process-heading { margin-bottom: 40px; }
  .process-heading h2 { font-size: 3rem; }
  .process-number { min-width: 0; font-size: 4.25rem; }
  .blog-editorial-grid { min-height: auto; }
  .guide-desk::before { top: 24px; font-size: 6rem; }
  .guide-desk-layout { gap: 36px; }
  .guide-desk-intro h2 { font-size: 3.15rem; }
  .guide-lead { grid-template-columns: 1fr; }
  .guide-lead picture { min-height: 230px; }
  .guide-lead-copy { padding: 28px 22px 32px; }
  .guide-brief { grid-template-columns: 42px minmax(0, 1fr) 24px; gap: 12px; padding-block: 22px; }
  .guide-brief-number { font-size: 1.65rem; }
  .guide-brief p { display: none; }
  .contact-panel { padding: 30px 18px; }
  .contact-panel > .col-lg-5 { padding: 0 0 20px; }
  .contact-form { padding: 26px 18px; }
  .contact-submit { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .voices-section { min-height: auto; }
  .voices-sticky { position: relative; top: auto; }
}

/* Service control room */
.service-showcase-section {
  padding-block: clamp(86px, 8vw, 124px);
  background: #eaf1f7;
}

.service-showcase-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: end;
  margin-bottom: clamp(46px, 5vw, 68px);
}

.service-showcase-heading h2 {
  max-width: 820px;
  margin-top: 15px;
  font-size: clamp(3.3rem, 5.2vw, 6.15rem);
  line-height: .9;
}

.service-showcase-heading-side > p {
  max-width: 480px;
  margin: 0 0 6px;
  padding-left: 24px;
  color: #4e6272;
  border-left: 3px solid #0353a4;
}

.service-showcase-heading-side {
  display: grid;
  gap: 22px;
  align-self: end;
}

.service-pricing-link {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 22px;
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 12px 15px;
  border: 1px solid #c6d3de;
  border-radius: 6px;
  color: #071d33;
  background: rgba(255,255,255,.64);
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.service-pricing-link:hover {
  color: #fff;
  border-color: #002855;
  background: #002855;
}

.service-pricing-link > svg:first-child { width: 23px; color: #0353a4; }
.service-pricing-link:hover > svg:first-child { color: #8bc2ef; }
.service-pricing-link > svg:last-child { width: 18px; }
.service-pricing-link small,
.service-pricing-link b { display: block; }
.service-pricing-link small { margin-bottom: 2px; font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.service-pricing-link b { font-size: .92rem; }

.service-showcase-shell {
  display: grid;
  grid-template-columns: minmax(210px, 250px) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 42px);
  align-items: stretch;
}

.service-showcase-index {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-top: 1px solid #bfcdd8;
}

.service-showcase-index button {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 78px;
  padding: 0 12px 0 6px;
  color: #5d7080;
  border: 0;
  border-bottom: 1px solid #bfcdd8;
  border-radius: 0;
  background: transparent;
  text-align: left;
  transition: color .2s var(--ease), padding .2s var(--ease), background .2s var(--ease);
}

.service-showcase-index button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: #0353a4;
  transform: scaleY(0);
  transform-origin: center;
  transition: transform .25s var(--ease);
}

.service-showcase-index button span {
  color: #7b8c99;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
}

.service-showcase-index button b {
  font-size: .96rem;
  line-height: 1.2;
}

.service-showcase-index button:hover,
.service-showcase-index button:focus-visible {
  color: #071d33;
  background: rgba(255, 255, 255, .55);
}

.service-showcase-index button.is-active {
  padding-left: 18px;
  color: #071d33;
  background: #fff;
}

.service-showcase-index button.is-active::before { transform: scaleY(1); }
.service-showcase-index button.is-active span { color: #0353a4; }

.service-showcase-stage {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #071d33;
  box-shadow: 0 26px 70px rgba(0, 28, 61, .18);
}

.service-showcase-swiper,
.service-showcase-swiper .swiper-wrapper,
.service-showcase-slide {
  min-height: clamp(610px, 54vw, 690px);
}

.service-showcase-slide {
  position: relative;
  display: block;
  overflow: hidden;
  background: #071d33;
}

.service-showcase-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 18, 51, .94) 0%, rgba(0, 24, 57, .78) 43%, rgba(0, 18, 51, .16) 78%),
    linear-gradient(0deg, rgba(0, 18, 51, .54), transparent 48%);
  pointer-events: none;
}

.service-showcase-media {
  position: absolute;
  inset: 0;
  min-height: 0;
}

.service-showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1s var(--ease);
}

.swiper-slide-active .service-showcase-media img { transform: scale(1.015); }

.service-showcase-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(62%, 670px);
  min-height: clamp(610px, 54vw, 690px);
  padding: clamp(42px, 5vw, 72px);
  color: #fff;
  background: transparent;
}

.service-showcase-label { color: #91c2f1; }

.service-showcase-copy h3 {
  max-width: 610px;
  margin: 14px 0 18px;
  color: #fff;
  font-size: clamp(3rem, 4.7vw, 5.5rem);
  line-height: .9;
  text-wrap: balance;
}

.service-showcase-copy > p {
  max-width: 570px;
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 1.04rem;
  line-height: 1.7;
}

.service-showcase-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 26px 0 0;
  padding: 0;
}

.service-showcase-copy li {
  color: rgba(255, 255, 255, .88);
  font-size: .86rem;
}

.service-showcase-copy li svg { color: #91c2f1; }

.service-showcase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 30px;
}

.service-showcase-actions > a:not(.btn) {
  padding: 10px 2px 7px;
  color: #fff;
  border-bottom: 2px solid #67a9e8;
  font-size: .88rem;
  font-weight: 850;
  text-decoration: none;
}

.service-showcase-actions .btn-light {
  color: #071d33;
  border-color: #fff;
  background: #fff;
}

.service-showcase-actions .btn-light:hover,
.service-showcase-actions .btn-light:focus-visible {
  color: #fff;
  border-color: #0353a4;
  background: #0353a4;
}

.service-showcase-controls {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: auto;
  z-index: 4;
  display: grid;
  grid-template-columns: auto 100px auto;
  gap: 14px;
  width: auto;
  margin: 0;
  padding: 10px 12px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 6px;
  background: rgba(0, 18, 51, .72);
  backdrop-filter: blur(10px);
}

.service-showcase-position strong,
.service-showcase-position span { color: #fff; }
.service-showcase-progress { background: rgba(255, 255, 255, .24); }
.service-showcase-progress i { background: #8bbcf0; }
.service-showcase-arrows button { color: #fff; border-color: rgba(255, 255, 255, .25); }
.service-showcase-arrows button:hover { color: #071d33; background: #fff; }

@media (max-width: 991.98px) {
  .service-showcase-heading { grid-template-columns: 1fr; gap: 22px; }
  .service-showcase-heading-side > p { max-width: 620px; }
  .service-showcase-shell { grid-template-columns: 1fr; gap: 20px; }
  .service-showcase-index {
    flex-direction: row;
    overflow-x: auto;
    border-top: 0;
    scrollbar-width: none;
  }
  .service-showcase-index::-webkit-scrollbar { display: none; }
  .service-showcase-index button {
    grid-template-columns: 30px auto;
    min-width: 170px;
    min-height: 60px;
    border-top: 1px solid #bfcdd8;
  }
  .service-showcase-index button::before { inset: auto 0 0; width: auto; height: 4px; transform: scaleX(0); }
  .service-showcase-index button.is-active { padding-left: 12px; }
  .service-showcase-index button.is-active::before { transform: scaleX(1); }
  .service-showcase-copy { width: min(78%, 650px); }
}

@media (max-width: 575.98px) {
  .service-showcase-section { padding-block: 68px; }
  .service-showcase-heading h2 { font-size: 3.25rem; }
  .service-showcase-heading-side > p { padding-left: 16px; }
  .service-showcase-stage { border-radius: 6px; }
  .service-showcase-swiper,
  .service-showcase-swiper .swiper-wrapper,
  .service-showcase-slide { min-height: 700px; }
  .service-showcase-slide::after {
    background: linear-gradient(0deg, rgba(0, 18, 51, .98) 0%, rgba(0, 22, 54, .9) 55%, rgba(0, 18, 51, .14) 100%);
  }
  .service-showcase-media { height: 44%; }
  .service-showcase-copy {
    justify-content: flex-end;
    width: 100%;
    min-height: 700px;
    padding: 250px 22px 92px;
  }
  .service-showcase-copy h3 { font-size: 3.15rem; }
  .service-showcase-copy ul { display: grid; gap: 8px; }
  .service-showcase-actions { gap: 12px; margin-top: 24px; }
  .service-showcase-controls { right: 14px; bottom: 14px; grid-template-columns: auto 70px auto; }
}

/* Customer perspectives */
.voices-editorial {
  min-height: 0;
  padding-block: clamp(86px, 8vw, 124px);
  background: #fff;
}

.voices-editorial .container-xl { position: relative; }

.voices-editorial-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: clamp(48px, 8vw, 116px);
  align-items: end;
  margin-bottom: clamp(48px, 6vw, 76px);
}

.voices-editorial-head h2 {
  max-width: 760px;
  margin: 14px 0 0;
  color: #071d33;
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 5.2vw, 6.2rem);
  line-height: .89;
  letter-spacing: 0;
}

.voices-editorial-head > p {
  max-width: 500px;
  margin: 0 0 5px;
  padding-left: 24px;
  color: #566a7a;
  border-left: 3px solid #0353a4;
  font-size: 1.05rem;
  line-height: 1.72;
}

.voices-editorial-stage {
  display: grid;
  grid-template-columns: minmax(460px, 1.08fr) minmax(420px, .92fr);
  min-height: 600px;
  overflow: hidden;
  border-radius: 8px;
  background: #071d33;
  box-shadow: 0 28px 74px rgba(0, 18, 51, .17);
}

.voices-editorial-visual {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background: #0b2945;
}

.voices-editorial-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, transparent 65%, rgba(7, 29, 51, .34)), linear-gradient(0deg, rgba(7, 29, 51, .34), transparent 42%);
  pointer-events: none;
}

.voices-editorial-visual .voice-image {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.045);
  transition: opacity .55s ease, transform .9s var(--ease);
}

.voices-editorial-visual .voice-image.is-active {
  opacity: 1;
  transform: scale(1);
}

.voices-editorial-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voices-editorial-seal {
  position: absolute;
  bottom: 28px;
  left: 28px;
  z-index: 3;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 6px;
  background: rgba(0, 18, 51, .7);
  backdrop-filter: blur(10px);
}

.voices-editorial-seal strong {
  color: #9ac7f1;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
}

.voices-editorial-seal span {
  max-width: 72px;
  font-size: .68rem;
  font-weight: 850;
  line-height: 1.15;
  text-transform: uppercase;
}

.voices-editorial-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(46px, 5vw, 72px) clamp(34px, 5vw, 68px) 0;
  color: #fff;
}

.voices-editorial-mark {
  position: absolute;
  top: 20px;
  right: 34px;
  color: rgba(139, 188, 240, .14);
  font-family: Georgia, serif;
  font-size: 10rem;
  line-height: 1;
  pointer-events: none;
}

.voices-editorial .voices-statements {
  position: relative;
  flex: 1 1 auto;
  min-height: 330px;
}

.voices-editorial .voice-statement {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: opacity .35s ease, transform .45s var(--ease), visibility .35s;
}

.voices-editorial .voice-statement.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.voices-editorial .voice-statement blockquote {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 3.4vw, 4.1rem);
  font-weight: 750;
  line-height: .98;
  letter-spacing: 0;
  text-wrap: balance;
}

.voices-editorial .voice-statement footer {
  display: grid;
  gap: 4px;
  margin-top: 30px;
}

.voices-editorial .voice-statement footer strong { color: #9ac7f1; font-size: .92rem; }
.voices-editorial .voice-statement footer span { color: rgba(255, 255, 255, .62); font-size: .82rem; }

.voices-editorial-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 calc(clamp(34px, 5vw, 68px) * -1);
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.voices-editorial-tabs button {
  position: relative;
  display: grid;
  gap: 3px;
  min-width: 0;
  min-height: 108px;
  padding: 20px clamp(12px, 2vw, 24px);
  color: rgba(255, 255, 255, .6);
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .14);
  background: transparent;
  text-align: left;
  transition: color .2s var(--ease), background .2s var(--ease);
}

.voices-editorial-tabs button:last-child { border-right: 0; }

.voices-editorial-tabs button::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 3px;
  background: #67a9e8;
  transform: scaleX(0);
  transition: transform .25s var(--ease);
}

.voices-editorial-tabs button span { color: #78afe4; font-family: var(--font-display); font-weight: 850; }
.voices-editorial-tabs button b { color: inherit; font-size: .9rem; }
.voices-editorial-tabs button small { color: inherit; font-size: .68rem; }

.voices-editorial-tabs button:hover,
.voices-editorial-tabs button:focus-visible,
.voices-editorial-tabs button.is-active {
  color: #fff;
  background: rgba(255, 255, 255, .075);
}

.voices-editorial-tabs button.is-active::before { transform: scaleX(1); }

@media (max-width: 991.98px) {
  .voices-editorial-head { grid-template-columns: 1fr; gap: 22px; }
  .voices-editorial-head > p { max-width: 660px; }
  .voices-editorial-stage { grid-template-columns: 1fr; }
  .voices-editorial-visual { min-height: 430px; }
  .voices-editorial .voices-statements { min-height: 300px; }
}

@media (max-width: 575.98px) {
  .voices-editorial { padding-block: 68px; }
  .voices-editorial-head { margin-bottom: 38px; }
  .voices-editorial-head h2 { font-size: 3.25rem; }
  .voices-editorial-head > p { padding-left: 16px; }
  .voices-editorial-stage { border-radius: 6px; }
  .voices-editorial-visual { min-height: 310px; }
  .voices-editorial-seal { bottom: 16px; left: 16px; }
  .voices-editorial-copy { padding: 34px 20px 0; }
  .voices-editorial-mark { top: 8px; right: 16px; font-size: 7rem; }
  .voices-editorial .voices-statements { min-height: 330px; }
  .voices-editorial .voice-statement blockquote { font-size: 2.35rem; }
  .voices-editorial-tabs { margin: 0 -20px; }
  .voices-editorial-tabs button { min-height: 92px; padding: 16px 10px; }
  .voices-editorial-tabs button small { display: none; }
}

/* Krause editorial profile */
.about-section {
  position: relative;
  padding-block: clamp(108px, 9vw, 140px);
  overflow: hidden;
  background: #fff;
}

.about-section::before {
  content: "KRAUSE";
  position: absolute;
  top: 54px;
  right: max(18px, calc((100vw - 1320px) / 2));
  color: rgba(0, 40, 85, .045);
  font-family: var(--font-display);
  font-size: clamp(7rem, 15vw, 14rem);
  font-weight: 900;
  line-height: .78;
  pointer-events: none;
}

.about-section::after {
  content: "";
  position: absolute;
  top: 22%;
  bottom: 8%;
  left: 0;
  z-index: 0;
  width: min(39vw, 620px);
  background: #edf3f7;
  pointer-events: none;
}

.about-section .container-xl { position: relative; z-index: 1; }

.about-layout {
  grid-template-columns: minmax(0, 1.12fr) minmax(410px, .88fr);
  gap: clamp(62px, 8vw, 126px);
  align-items: center;
}

.about-gallery {
  grid-template-columns: minmax(0, 1.55fr) minmax(150px, .65fr);
  height: clamp(570px, 48vw, 690px);
  gap: clamp(12px, 1.4vw, 20px);
}

.about-main-image,
.about-fixed-image {
  position: relative;
  border-radius: 8px;
}

.about-main-image {
  box-shadow: 0 28px 68px rgba(0, 18, 51, .15);
}

.about-main-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 18, 51, .76) 0%, rgba(0, 18, 51, .08) 46%, transparent 70%);
  pointer-events: none;
}

.about-main-image figcaption {
  position: absolute;
  right: clamp(20px, 3vw, 38px);
  bottom: clamp(22px, 3vw, 38px);
  left: clamp(20px, 3vw, 38px);
  z-index: 2;
  display: grid;
  gap: 8px;
  color: #fff;
}

.about-main-image figcaption span {
  color: #a6cdf2;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.about-main-image figcaption strong {
  max-width: 470px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2.4vw, 2.75rem);
  line-height: 1;
  letter-spacing: 0;
}

.about-fixed-image {
  height: 70%;
  border: 5px solid #fff;
  box-shadow: 0 22px 54px rgba(0, 18, 51, .17);
}

.about-copy {
  max-width: 610px;
  padding-top: 0;
  align-self: center;
}

.about-copy h2 {
  max-width: 650px;
  margin: 18px 0 26px;
  font-size: clamp(3.25rem, 4.7vw, 5.45rem);
  line-height: .92;
}

.about-copy .about-lead {
  max-width: 575px;
  color: #213f51;
  font-size: clamp(1.08rem, 1.25vw, 1.22rem);
  line-height: 1.65;
}

.about-copy > p:not(.about-lead) {
  max-width: 560px;
  color: #5a6d7c;
  font-size: .98rem;
  line-height: 1.75;
}

.about-principle {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-top: 28px;
  padding: 20px 0;
  border-block: 1px solid #d5e0e7;
}

.about-principle > svg {
  width: 42px;
  height: 42px;
  padding: 10px;
  color: #0353a4;
  border-radius: 6px;
  background: #eaf2f9;
}

.about-principle div { display: grid; gap: 3px; }
.about-principle strong { color: #071d33; font-size: .96rem; }
.about-principle span { color: #657784; font-size: .8rem; }

.about-audience {
  margin-top: 30px;
  border-top: 0;
}

.audience-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0;
  border-bottom: 1px solid #cbd7df;
  border-radius: 0;
  background: transparent;
}

.audience-tab {
  position: relative;
  min-height: 54px;
  padding: 0 16px;
  color: #657784;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: .82rem;
}

.audience-tab::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: #0353a4;
  transform: scaleX(0);
  transition: transform .22s var(--ease);
}

.audience-tab.active {
  color: #071d33;
  background: transparent;
  box-shadow: none;
}

.audience-tab.active::after { transform: scaleX(1); }

.audience-content {
  min-height: 205px;
  margin-top: 0;
  padding: 27px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.audience-content h3 {
  max-width: 520px;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2vw, 2.1rem);
  line-height: 1;
}

.audience-content p { max-width: 520px; font-size: .88rem; line-height: 1.65; }
.audience-actions { margin-top: 18px; }
.about-signature { margin-top: 26px; }

@media (max-width: 991.98px) {
  .about-section::after { top: 12%; bottom: auto; width: 72%; height: 540px; }
  .about-layout { grid-template-columns: 1fr; gap: 64px; }
  .about-gallery { height: min(700px, 82vw); }
  .about-copy { max-width: 760px; }
}

@media (max-width: 575.98px) {
  .about-section { padding-block: 86px 72px; }
  .about-section::before { top: 30px; font-size: 5.4rem; }
  .about-section::after { top: 9%; width: 78%; height: 360px; }
  .about-layout { gap: 46px; }
  .about-gallery { height: 460px; }
  .about-main-image,
  .about-fixed-image { border-radius: 6px; }
  .about-main-image figcaption strong { font-size: 1.72rem; }
  .about-copy h2 { font-size: 3.18rem; }
  .about-principle { grid-template-columns: 38px minmax(0, 1fr); gap: 13px; }
  .about-principle > svg { width: 38px; height: 38px; }
  .audience-tab { padding-inline: 8px; }
  .audience-content { min-height: 260px; }
}

/* Final about composition: two meaningful images, one compact story. */
.about-layout {
  grid-template-columns: minmax(0, 1.18fr) minmax(430px, .82fr);
  gap: clamp(58px, 7vw, 108px);
}

.about-gallery {
  grid-template-columns: minmax(0, 1.45fr) minmax(190px, .78fr);
  height: clamp(720px, 64vw, 820px);
}

.about-main-image img {
  object-position: 47% center;
}

.about-fixed-image {
  height: 78%;
  align-self: center;
  overflow: hidden;
  border: 0;
  background: #071d33;
}

.about-fixed-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 18, 51, .72), transparent 48%);
  pointer-events: none;
}

.about-fixed-image > img {
  position: absolute;
  top: -58px;
  left: 0;
  width: 100%;
  height: calc(100% + 116px);
  object-fit: cover;
  object-position: 68% center;
  transform: translate3d(0, var(--about-viewpoint-shift, 0), 0) scale(1.02);
  transition: transform .08s linear;
  will-change: transform;
}

.about-fixed-image figcaption {
  position: absolute;
  right: 18px;
  bottom: 20px;
  left: 18px;
  z-index: 2;
  display: grid;
  gap: 5px;
  color: #fff;
}

.about-fixed-image figcaption span {
  color: #a6cdf2;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.about-fixed-image figcaption strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 1.7vw, 1.8rem);
  line-height: 1;
}

.about-copy h2 {
  max-width: 580px;
  font-size: clamp(3.35rem, 4.5vw, 5.2rem);
}

.audience-content {
  min-height: 188px;
}

.about-signature {
  justify-content: space-between;
  gap: 22px;
  margin-top: 24px;
}

.about-signature::before { display: none; }

.about-signature > div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.about-signature > a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: #071d33;
  font-size: .72rem;
  font-weight: 850;
  text-decoration: none;
}

.about-signature > a svg {
  width: 16px;
  height: 16px;
  color: #0353a4;
}

.about-signature > a:hover { color: #0353a4; }

@media (max-width: 1199.98px) {
  .about-layout { grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr); gap: 56px; }
  .about-gallery { grid-template-columns: minmax(0, 1.4fr) minmax(170px, .72fr); height: 740px; }
}

@media (max-width: 991.98px) {
  .about-layout { grid-template-columns: 1fr; }
  .about-gallery { height: min(760px, 92vw); }
  .about-fixed-image { height: 76%; }
}

@media (max-width: 575.98px) {
  .about-gallery {
    grid-template-columns: minmax(0, 1.38fr) minmax(118px, .72fr);
    height: 500px;
  }
  .about-fixed-image { height: 72%; }
  .about-fixed-image > img { top: -34px; height: calc(100% + 68px); }
  .about-fixed-image figcaption { right: 10px; bottom: 12px; left: 10px; }
  .about-fixed-image figcaption span { display: none; }
  .about-fixed-image figcaption strong { font-size: 1.12rem; }
  .about-copy h2 { font-size: 3.1rem; }
  .audience-content { min-height: 250px; }
  .about-signature { align-items: flex-start; flex-direction: column; }
  .about-signature > div { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  .about-fixed-image > img {
    top: 0;
    height: 100%;
    transform: none;
    transition: none;
  }
}
