main,
section,
.container,
.hero-inner,
.business-experience__inner,
.business-scene,
.contact-inner > *,
.company-grid > * {
  min-width: 0;
}

/* Final route order: conventional path first, H&S direct path second. */
.reason-panel--route .route-showcase {
  display: grid;
}

.reason-panel--route .route-showcase__general {
  grid-row: 1;
  margin: 0 0 clamp(34px, 4vw, 54px);
  padding-top: 56px;
}

.reason-panel--route .route-showcase__primary {
  grid-row: 2;
  padding: 50px 0 88px;
}

@media (max-width: 760px) {
  .reason-panel--route .route-showcase__general {
    margin-bottom: 30px;
    padding-top: 52px;
  }

  .reason-panel--route .route-showcase__primary {
    padding: 40px 0 64px;
  }
}

.reason-panel--requirements .word-keep {
  white-space: nowrap;
}

.reason-panel--requirements .delivery-steps-scroll {
  position: relative;
  padding: 34px 2px 10px;
  border-top: 1px solid #aeb5bc;
}

.reason-panel--requirements .delivery-steps-scroll::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-right: 1px solid #aeb5bc;
  border-bottom: 1px solid #aeb5bc;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}

.reason-panel--requirements .delivery-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, auto);
  gap: 72px clamp(24px, 2.8vw, 40px);
  min-width: 0;
  align-items: start;
}

.reason-panel--requirements .delivery-steps li:nth-child(-n + 3)::after {
  top: 30px;
  left: calc(100% + 3px);
  width: 11px;
  height: 11px;
  border-width: 1.5px;
  border-color: #929aa1;
}

.reason-panel--requirements .delivery-step__visual {
  height: 178px;
  margin-top: 28px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.reason-panel--requirements .delivery-step__visual::after {
  content: none;
}

.reason-panel--requirements .delivery-step__visual img {
  border-radius: 0;
  object-fit: contain;
  object-position: 50% 55%;
  filter: none;
}

.reason-panel--requirements .delivery-step__visual small {
  top: -31px;
  width: 62px;
  height: 62px;
  border-width: 2px;
  background: linear-gradient(145deg, #083b66, #001e3b 76%);
  font-size: 24px;
  box-shadow: 0 5px 13px rgba(0, 36, 70, .13);
}

.reason-panel--requirements .delivery-steps h4 {
  display: grid;
  min-height: 3.15em;
  align-content: center;
  margin-top: 9px;
  font-size: clamp(14px, 1.03vw, 16px);
  line-height: 1.45;
  letter-spacing: .02em;
  text-wrap: balance;
  word-break: normal;
  line-break: strict;
}

main#top > #strength.why-visual .reason-panel--requirements .delivery-steps p {
  min-height: 5.1em;
  margin-top: 5px;
  font-size: clamp(11px, .78vw, 12.5px);
  line-height: 1.72;
  letter-spacing: 0;
  text-wrap: pretty;
  word-break: normal;
  line-break: strict;
}

@media (max-width: 760px) {

  .reason-panel--requirements .delivery-steps {
    grid-template-columns: repeat(8, 148px);
    min-width: max-content;
  }

  .reason-panel--requirements .delivery-step__visual {
    height: 174px;
  }
}

/* Keep all eight steps inside the panel with one continuous, two-row path. */
@media (min-width: 761px) {
  .reason-panel--requirements .delivery-steps-scroll {
    overflow: visible;
  }

  .reason-panel--requirements .delivery-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(2, auto);
    gap: 72px clamp(24px, 2.8vw, 40px);
    min-width: 0;
    overflow: visible;
  }

  .reason-panel--requirements .delivery-steps li:nth-child(5) { grid-column: 4; grid-row: 2; }
  .reason-panel--requirements .delivery-steps li:nth-child(6) { grid-column: 3; grid-row: 2; }
  .reason-panel--requirements .delivery-steps li:nth-child(7) { grid-column: 2; grid-row: 2; }
  .reason-panel--requirements .delivery-steps li:nth-child(8) { grid-column: 1; grid-row: 2; }

  .reason-panel--requirements .delivery-steps li:nth-child(-n + 3)::after {
    top: 30px;
    left: calc(100% + clamp(8px, 1.25vw, 18px));
    transform: rotate(45deg);
  }

  .reason-panel--requirements .delivery-steps li:nth-child(4)::before {
    content: "";
    position: absolute;
    right: 50%;
    bottom: -53px;
    width: 1px;
    height: 43px;
    background: #aab1b7;
  }

  .reason-panel--requirements .delivery-steps li:nth-child(4)::after {
    top: auto;
    bottom: -56px;
    left: calc(50% - 5px);
    transform: rotate(135deg);
  }

  .reason-panel--requirements .delivery-steps li:nth-child(n + 5):nth-child(-n + 7)::after {
    top: 30px;
    right: auto;
    left: calc(-1 * clamp(18px, 2vw, 28px));
    transform: rotate(-135deg);
  }

  .reason-panel--requirements .delivery-steps li:nth-child(8)::after {
    content: none;
  }

  .reason-panel--requirements .delivery-step__visual {
    height: clamp(188px, 18vw, 238px);
  }

  .reason-panel--requirements .delivery-steps h4 {
    min-height: 2.9em;
    font-size: clamp(15px, 1.28vw, 18px);
  }

  main#top > #strength.why-visual .reason-panel--requirements .delivery-steps p {
    min-height: 3.5em;
    max-width: 20em;
    margin-inline: auto;
    font-size: clamp(12px, .95vw, 14px);
  }
}

.container {
  width: min(calc(100% - clamp(40px, 9vw, 144px)), var(--container));
  margin: 0 auto;
}

main#top {
  --home-section-space: clamp(64px, 7vw, 88px);
  --home-hero-frame: clamp(720px, 100svh, 920px);
  --home-mission-frame: clamp(720px, 100svh, 920px);
  --home-business-frame: clamp(760px, 100svh, 940px);
  --home-experience-overlay:
    linear-gradient(90deg, rgba(2, 13, 24, .76) 0%, rgba(2, 13, 24, .52) 36%, rgba(2, 13, 24, .18) 68%, rgba(2, 13, 24, .32) 100%),
    linear-gradient(180deg, rgba(0, 29, 54, .08), rgba(0, 29, 54, .52));
  --home-experience-overlay-opacity: .78;
  overflow-x: clip;
}

main#top .brand-experience {
  --experience-progress: 0;
  --experience-overlay-opacity: var(--home-experience-overlay-opacity);
  position: relative;
  min-height: calc(var(--home-hero-frame) + var(--home-mission-frame));
  overflow: visible;
  background: #071a2c;
  color: var(--white);
  isolation: isolate;
}

main#top .brand-experience::before,
main#top .brand-experience::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  z-index: 2;
  pointer-events: none;
}

main#top .brand-experience::before {
  top: 0;
  height: 28svh;
  background: linear-gradient(180deg, rgba(2, 13, 24, .48), rgba(2, 13, 24, 0));
}

main#top .brand-experience::after {
  bottom: -1px;
  height: 16svh;
  background: linear-gradient(180deg, rgba(6, 24, 42, 0), rgba(246, 248, 248, .58) 72%, var(--bg-page) 100%);
}

main#top .experience-media,
main#top .experience-overlay {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 600px;
  margin-bottom: -100svh;
  pointer-events: none;
}

main#top .experience-media {
  z-index: 0;
  overflow: hidden;
  background: #071a2c;
  opacity: 1;
}

main#top .experience-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(2, 13, 24, .04), rgba(2, 13, 24, .24)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .022) 0 1px, transparent 1px 92px);
  mix-blend-mode: screen;
  opacity: .16;
}

main#top .experience-overlay {
  z-index: 1;
  background: var(--home-experience-overlay);
  opacity: var(--experience-overlay-opacity);
}

main#top .hero__slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

main#top .hero__video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main#top .hero__video:not([src]) {
  display: none;
}

main#top .hero__video[src] + .hero__slider {
  display: none;
}

main#top .hero__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 1.8s ease-in-out;
}

main#top .hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--hero-image-position, center);
  filter: saturate(.94) contrast(1.04) brightness(.9);
  transform: scale(1.05);
  transform-origin: var(--hero-image-origin, center);
  transition:
    transform 9.8s linear,
    filter 1.8s ease;
  will-change: transform;
}

main#top .hero__slide--material {
  --hero-image-position: 58% center;
  --hero-image-origin: 64% 48%;
  --hero-pan-x: -1%;
  --hero-pan-y: .2%;
}

main#top .hero__slide--manufacturing {
  --hero-image-position: 64% center;
  --hero-image-origin: 68% 46%;
  --hero-pan-x: -1%;
  --hero-pan-y: .2%;
}

main#top .hero__slide--logistics {
  --hero-image-position: 58% center;
  --hero-image-origin: 42% 58%;
  --hero-pan-x: 1.2%;
  --hero-pan-y: -.4%;
}

main#top .hero__slide--architecture {
  --hero-image-position: 63% center;
  --hero-image-origin: 64% 45%;
  --hero-pan-x: -1.2%;
  --hero-pan-y: -.2%;
}

main#top .hero__slide--space {
  --hero-image-position: 62% center;
  --hero-image-origin: 66% 58%;
  --hero-pan-x: -1%;
  --hero-pan-y: 0%;
}

main#top .hero__slide.is-active {
  z-index: 1;
  opacity: 1;
}

main#top .hero__slide.is-active img {
  filter: saturate(1) contrast(1.05) brightness(1.02);
  transform: scale(1.11) translate3d(var(--hero-pan-x, 0), var(--hero-pan-y, 0), 0);
}

main#top .hero,
main#top .mission {
  position: relative;
  z-index: 3;
}

main#top .hero {
  min-height: var(--home-hero-frame);
  padding-top: var(--header-h);
}

main#top .hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: 24%;
  background: linear-gradient(180deg, rgba(6, 24, 42, 0), rgba(6, 24, 42, .36));
  pointer-events: none;
}

main#top .hero-inner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  width: min(calc(100% - var(--container-gutter) - var(--container-gutter)), var(--container));
  min-height: calc(var(--home-hero-frame) - var(--header-h));
  margin: 0 auto;
  padding-block: clamp(64px, 8svh, 104px) clamp(90px, 11svh, 128px);
}

main#top .hero-copy {
  position: relative;
  width: min(42rem, 100%);
  padding: 0;
  color: var(--white);
  isolation: isolate;
}

main#top .hero-copy::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.35rem;
  z-index: 1;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(211, 189, 134, .74), rgba(211, 189, 134, .18), transparent);
  transform: scaleY(1);
  transform-origin: top;
}

main#top .hero-copy > * {
  position: relative;
  z-index: 2;
}

main#top .hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: rgba(220, 199, 150, .78);
  font-family: var(--font-label);
  font-size: var(--fs-label);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .13em;
  text-transform: uppercase;
}

main#top .hero-kicker span {
  display: block;
  width: 38px;
  height: 1px;
  background: rgba(220, 199, 150, .56);
}

main#top .hero .hero-title {
  display: grid;
  gap: .02em;
  max-width: 11.2em;
  margin: 0;
  color: rgba(255, 255, 255, .94);
  font-family: var(--font-en);
  font-size: clamp(var(--fs-60), 5.15vw, var(--fs-68));
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
  text-align: left;
  text-shadow: 0 16px 32px rgba(0, 0, 0, .24);
  text-wrap: balance;
  font-synthesis-weight: none;
}

.home-intro {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(82deg, transparent 0%, rgba(211, 189, 134, .14) 46%, transparent 58%),
    linear-gradient(120deg, rgba(183, 149, 85, .16), transparent 34%),
    linear-gradient(135deg, #06182a 0%, #08243d 55%, #020d18 100%);
  color: var(--white);
  opacity: 1;
  pointer-events: none;
  clip-path: inset(0);
  transition:
    opacity .72s ease,
    clip-path .86s cubic-bezier(.76, 0, .24, 1);
}

html.home-intro-active,
html.home-intro-active body {
  overflow: hidden;
}

.home-intro__grid {
  position: absolute;
  inset: -20%;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 96px 96px;
  opacity: 0;
  transform: scale(1.04) rotate(-1deg);
  transition:
    opacity .72s ease,
    transform 1.6s cubic-bezier(.16, 1, .3, 1);
}

.home-intro__content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 18px;
  padding-inline: 24px;
  transform: translateY(16px) scale(.985);
  opacity: 0;
  transition:
    opacity .72s ease .16s,
    transform 1.1s cubic-bezier(.16, 1, .3, 1) .16s;
}

.home-intro__mark {
  display: flex;
  align-items: baseline;
  gap: .08em;
  color: #fff;
  font-family: var(--font-en);
  font-size: clamp(var(--fs-58), 9vw, var(--fs-128));
  font-weight: 500;
  line-height: .9;
  letter-spacing: 0;
  text-shadow: 0 18px 48px rgba(0, 0, 0, .28);
}

.home-intro__mark span {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity .72s ease,
    transform .9s cubic-bezier(.16, 1, .3, 1);
}

.home-intro__mark span:nth-child(2) {
  color: #dec883;
  transition-delay: .1s;
}

.home-intro__mark span:nth-child(3) {
  transition-delay: .18s;
}

.home-intro__line {
  width: min(420px, 64vw);
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, .14);
  transform: scaleX(.18);
  transform-origin: center;
  transition: transform 1s cubic-bezier(.16, 1, .3, 1) .28s;
}

.home-intro__line::before {
  content: "";
  display: block;
  width: 48%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(211, 189, 134, .96), transparent);
  transform: translateX(-120%);
}

.home-intro__content p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-family: var(--font-en);
  font-size: clamp(var(--fs-12), 1.3vw, var(--fs-15));
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity .62s ease .48s,
    transform .8s cubic-bezier(.16, 1, .3, 1) .48s;
}

.home-intro.is-started .home-intro__grid {
  opacity: .28;
  transform: scale(1) rotate(0deg);
}

.home-intro.is-started .home-intro__content {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.home-intro.is-started .home-intro__mark span {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.home-intro.is-started .home-intro__line {
  transform: scaleX(1);
}

.home-intro.is-started .home-intro__line::before {
  animation: homeIntroScan 1.35s cubic-bezier(.16, 1, .3, 1) .45s both;
}

.home-intro.is-started .home-intro__content p {
  opacity: 1;
  transform: translateY(0);
}

.home-intro.is-finishing {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
}

html.home-intro-done main#top .hero-kicker,
html.home-intro-done main#top .hero .hero-title,
html.home-intro-done main#top .hero-thought,
html.home-intro-done main#top .hero .actions {
  animation: homeHeroAfterIntro .86s cubic-bezier(.16, 1, .3, 1) both;
}

html.home-intro-done main#top .hero .hero-title {
  animation-delay: .08s;
}

html.home-intro-done main#top .hero-thought {
  animation-delay: .16s;
}

html.home-intro-done main#top .hero .actions {
  animation-delay: .24s;
}

@keyframes homeIntroScan {
  to {
    transform: translateX(220%);
  }
}

@keyframes homeHeroAfterIntro {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
    clip-path: inset(0 0 18% 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    clip-path: inset(0);
  }
}

main#top .hero-title__line {
  display: block;
}

main#top .hero-thought {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .78);
  font-family: var(--font-heading);
  font-size: var(--fs-section-text);
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: .06em;
  text-shadow: 0 12px 28px rgba(0, 0, 0, .2);
}

main#top .hero .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

main#top .hero .button {
  --button-base-bg: rgba(255, 255, 255, .08);
  --button-fill-bg: var(--gold-2);
  --button-hover-color: #06182a;
  border-color: rgba(255, 255, 255, .26);
  color: var(--white);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

main#top .hero .button.primary {
  --button-base-bg: rgba(211, 189, 134, .88);
  --button-fill-bg: #e4c778;
  border-color: rgba(211, 189, 134, .82);
  color: #06182a;
}

main#top .experience-nav,
main#top .experience-cta {
  position: fixed;
  z-index: 55;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: transform .28s var(--motion-ease);
}

main#top.is-experience-ui-active .experience-nav,
main#top.is-experience-ui-active .experience-cta {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

main#top .experience-nav {
  left: max(30px, calc((100vw - var(--container)) / 2 + 4px));
  bottom: clamp(26px, 4svh, 40px);
  display: grid;
  gap: 6px;
}

main#top .experience-nav a {
  display: inline-grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, .36);
  font-family: var(--font-label);
  font-size: var(--fs-label);
  font-weight: var(--fw-label);
  line-height: 1.2;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: color .28s ease, gap .28s var(--motion-ease);
}

main#top .experience-nav a::before {
  content: "";
  grid-column: 1 / 2;
  grid-row: 1;
  align-self: center;
  width: 8px;
  height: 1px;
  background: currentColor;
  transform: translateX(-18px);
  transition: width .28s var(--motion-ease), transform .28s var(--motion-ease);
}

main#top .experience-nav a span {
  grid-column: 1 / 2;
  grid-row: 1;
  color: rgba(211, 189, 134, .5);
  font-size: var(--fs-label);
  letter-spacing: .1em;
}

main#top .experience-nav a.is-active,
main#top .experience-nav a:hover,
main#top .experience-nav a:focus-visible {
  gap: 8px;
  color: rgba(255, 255, 255, .86);
  outline: none;
}

main#top .experience-nav a.is-active::before,
main#top .experience-nav a:hover::before,
main#top .experience-nav a:focus-visible::before {
  width: 18px;
  transform: translateX(-24px);
}

main#top .experience-cta {
  --button-fill-bg: var(--gold-2);
  --button-hover-color: #06182a;
  right: max(24px, calc((100vw - var(--container)) / 2 + 2px));
  bottom: clamp(22px, 3.6svh, 36px);
  justify-content: space-between;
  border-color: rgba(211, 189, 134, .32);
  border-radius: 999px;
  background-color: rgba(3, 17, 30, .38);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

main#top .experience-cta span,
main#top .experience-cta strong {
  display: block;
}

main#top .experience-cta span {
  color: rgba(255, 255, 255, .52);
  font-family: var(--font-label);
  font-size: var(--fs-label);
  font-weight: var(--fw-label);
  line-height: 1.1;
  letter-spacing: .1em;
  text-transform: uppercase;
}

main#top .experience-cta strong {
  color: inherit;
  font-size: var(--fs-nav);
  font-weight: var(--fw-nav);
  line-height: 1.2;
  letter-spacing: var(--ls-nav);
}

html:has(main#top ~ .site-footer .footer-cookie.is-open) main#top.is-experience-ui-active .experience-cta {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

main#top .text-link::after{
  content: "→";
  color: currentColor;
  transition: transform .3s cubic-bezier(.16, 1, .3, 1);
}

main#top .text-link:hover::after{
  transform: translateX(5px);
}

@media (min-width: 901px) and (max-width: 1440px) {
  main#top .hero .hero-title {
    font-size: var(--fs-62);
  }
}

@media (max-width: 1120px) {
  main#top .experience-cta {
    display: none;
  }

  main#top .experience-overlay {
    background: var(--home-experience-overlay);
  }
}

@media (max-width: 900px) {
  main#top {
    --home-hero-frame: clamp(720px, 100svh, 980px);
  }

}

@media (max-width: 720px) {
  main#top .experience-nav {
    display: none;
  }
}

@media (max-width: 620px) {
  main#top {
    --home-section-space: clamp(56px, 14vw, 72px);
    --home-hero-frame: max(720px, 100svh);
    --home-mission-frame: max(700px, 92svh);
  }

  main#top .hero-inner {
    align-items: center;
    width: min(calc(100% - 32px), var(--container));
    min-height: calc(var(--home-hero-frame) - var(--header-h));
    padding-block: 48px 96px;
  }

  main#top .hero-copy::before {
    left: -.75rem;
  }

  main#top .hero-kicker {
    gap: 10px;
    margin-bottom: 16px;
  }

  main#top .hero-kicker span {
    width: 34px;
  }

  main#top .hero .hero-title {
    max-width: 9.1em;
    font-size: clamp(var(--fs-42), 11.4vw, var(--fs-60));
    line-height: 1;
  }

  main#top .hero-thought {
    margin-top: 18px;
  }

  main#top .hero .actions {
    gap: 12px;
    margin-top: 24px;
  }

  main#top .experience-overlay {
    background: var(--home-experience-overlay);
  }

  main#top .hero__slide--material,
  main#top .hero__slide--manufacturing,
  main#top .hero__slide--logistics,
  main#top .hero__slide--architecture,
  main#top .hero__slide--space {
    --hero-image-position: 62% center;
  }
}

@media (max-width: 360px) {
  main#top .hero .actions {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  main#top .hero__slide {
    transition: none;
  }

  main#top .hero__slide img,
  main#top .hero__slide.is-active img {
    transition: none;
    transform: scale(1);
  }
}

main#top .section {
  padding: var(--home-section-space) 0;
  background: var(--paper-texture);
  overflow-x: clip;
}

main#top .business-experience {
  --business-progress: 0;
  position: relative;
  min-height: calc(var(--home-business-frame) * 2.15);
  border-top: 1px solid rgba(211, 189, 134, .18);
  background: #071a2c;
  color: var(--white);
  isolation: isolate;
}

main#top .business-experience::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px;
  z-index: 3;
  height: 18svh;
  background: linear-gradient(180deg, rgba(6, 24, 42, 0), rgba(251, 250, 247, .82) 72%, var(--bg-page) 100%);
  pointer-events: none;
}

main#top .business-experience__stage {
  position: sticky;
  top: 0;
  display: grid;
  align-items: center;
  min-height: var(--home-business-frame);
  padding: calc(var(--header-h) + clamp(38px, 5.4vw, 72px)) 0 clamp(118px, 10vw, 156px);
  overflow: hidden;
}

main#top .business-experience__media,
main#top .business-experience__overlay {
  position: absolute;
  inset: 0;
}

main#top .business-experience__media {
  z-index: 0;
  background: #071a2c;
}

main#top .business-scene__media {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.045);
  transition: opacity .72s ease, transform 1.4s var(--motion-ease);
}

main#top .business-scene__media.is-active {
  opacity: 1;
  transform: scale(1.015);
}

main#top .business-scene__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.84) contrast(1.05) brightness(.82);
}

main#top .business-experience__overlay {
  z-index: 1;
  background: var(--home-experience-overlay);
  opacity: var(--home-experience-overlay-opacity);
}

main#top .business-experience__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: clamp(18px, 3vw, 38px);
  align-items: center;
  width: min(calc(100% - clamp(40px, 6vw, 112px)), 1500px);
  margin: 0 auto;
}

main#top .business-experience__label {
  display: inline-grid;
  justify-items: center;
  gap: 14px;
  margin: 0;
  color: rgba(211, 189, 134, .9);
  font-family: var(--font-label);
  font-size: var(--fs-label);
  font-weight: var(--fw-label);
  line-height: 1.35;
  letter-spacing: var(--ls-label);
}

main#top .business-experience__label::after {
  content: "";
  width: 48px;
  height: 1px;
  background: rgba(211, 189, 134, .76);
}

main#top .business-experience__title {
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-family: var(--font-heading);
  font-size: var(--type-h2);
  font-weight: var(--fw-heading);
  line-height: 1.25;
  letter-spacing: var(--ls-heading);
  text-align: center;
  text-shadow: 0 16px 38px rgba(0, 0, 0, .28);
}

main#top .business-scenes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.6vw, 36px);
  width: min(100%, 1460px);
  margin-top: clamp(16px, 2.6vw, 32px);
  text-align: left;
}

@media (min-width: 901px) {
  main#top .business-scenes {
    padding-left: clamp(132px, 11vw, 172px);
  }
}

main#top .business-scene {
  --business-line-color: rgba(211, 189, 134, .32);
  position: relative;
  display: grid;
  align-content: start;
  min-height: clamp(224px, 28svh, 310px);
  padding: 18px 0 0 clamp(18px, 1.8vw, 28px);
  border-left: 1px solid var(--business-line-color);
  opacity: 0;
  transform: translateY(34px);
  visibility: hidden;
  transition:
    opacity .58s ease,
    transform .74s var(--motion-ease),
    border-color .42s ease,
    visibility 0s linear .58s;
  pointer-events: none;
}

main#top .business-scene.is-visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition-delay: 0s;
  pointer-events: auto;
}

main#top .business-scene.is-active {
  --business-line-color: rgba(211, 189, 134, .72);
}

main#top .business-scene__meta {
  margin: 0 0 12px;
  color: rgba(211, 189, 134, .86);
  font-family: var(--font-label);
  font-size: var(--fs-label);
  font-weight: var(--fw-label);
  line-height: 1.35;
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
}

main#top .business-scene h3 {
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-family: var(--font-heading);
  font-size: clamp(var(--type-h3), 2vw, var(--fs-34));
  font-weight: var(--fw-heading);
  line-height: 1.32;
  letter-spacing: var(--ls-heading);
  white-space: nowrap;
  text-shadow: 0 16px 36px rgba(0, 0, 0, .32);
}

main#top .business-scene p:not(.business-scene__meta) {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: var(--fs-section-text);
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: 0;
  min-height: 3.72em;
  text-shadow: 0 16px 34px rgba(0, 0, 0, .34);
}

main#top .business-scene .text-link {
  margin-top: 24px;
  color: rgba(255, 255, 255, .88);
  font-size: var(--fs-button);
}

main#top .business-progress {
  position: relative;
  justify-self: center;
  width: min(260px, 44vw);
  height: 1px;
  margin-top: clamp(18px, 2.6vw, 32px);
  overflow: hidden;
  background: rgba(255, 255, 255, .2);
}

main#top .business-progress span {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(211, 189, 134, .24), rgba(211, 189, 134, .9));
  transform: scaleX(var(--business-progress));
  transform-origin: left;
}

main#top .section-title {
  margin: 0 0 clamp(28px, 3vw, 36px);
  color: var(--ink);
  text-align: center;
}

main#top .mission {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: var(--home-mission-frame);
  align-items: start;
  padding: calc(var(--header-h) + clamp(54px, 8vw, 96px)) 0 clamp(110px, 14vw, 172px);
}

main#top .mission::before {
  content: none;
}

main#top .mission::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--home-experience-overlay);
  opacity: var(--home-experience-overlay-opacity);
  pointer-events: none;
}

main#top .mission__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(148px, clamp(150px, 12vw, 190px)) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 48px);
  align-items: start;
  width: calc(100% - var(--container-gutter));
  margin: 0 auto;
}

main#top .mission__label {
  display: inline-grid;
  align-self: start;
  justify-self: start;
  gap: 14px;
  margin: 0;
  padding-top: clamp(8px, .9vw, 14px);
  color: rgba(211, 189, 134, .9);
  font-family: var(--font-label);
  font-size: var(--fs-label);
  font-weight: var(--fw-label);
  line-height: 1.35;
  letter-spacing: var(--ls-label);
}

main#top .mission__label::after {
  content: "";
  width: 48px;
  height: 1px;
  background: rgba(211, 189, 134, .76);
}

main#top .mission__content {
  position: relative;
  max-width: 760px;
  padding-left: clamp(28px, 2.6vw, 52px);
}

main#top .mission__content::before {
  content: "";
  position: absolute;
  top: calc(clamp(12px, 2vw, 28px) * -1);
  bottom: calc(clamp(34px, 7svh, 88px) * -1);
  left: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(211, 189, 134, .92), rgba(211, 189, 134, .18));
  box-shadow: 0 0 28px rgba(211, 189, 134, .2);
}

main#top .mission__title {
  display: grid;
  gap: .02em;
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-family: var(--font-heading);
  font-size: var(--type-h2);
  font-weight: var(--fw-heading);
  line-height: 1.15;
  letter-spacing: var(--ls-heading);
  text-align: left;
  text-shadow: 0 16px 38px rgba(0, 0, 0, .28);
}

main#top .mission__title span {
  display: block;
}

main#top .mission__title span:last-child {
  color: #dec883;
  text-shadow:
    0 14px 34px rgba(0, 0, 0, .3),
    0 0 28px rgba(211, 189, 134, .18);
}

main#top .mission__text {
  display: grid;
  gap: clamp(18px, 2vw, 26px);
  width: min(100%, 31em);
  margin: clamp(26px, 3.8vw, 44px) 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: var(--fs-section-text);
  font-weight: 500;
  line-height: 1.92;
  letter-spacing: 0;
  text-shadow: 0 16px 36px rgba(0, 0, 0, .34);
}

main#top .mission__text span {
  display: block;
}

main#top .mission__text span:first-child {
  color: rgba(255, 255, 255, .9);
}

main#top .mission__label.reveal-target,
main#top .mission__title span.reveal-target,
main#top .mission__text span.reveal-target {
  --reveal-x: 0px;
  --reveal-scale: 1;
  --reveal-rotate: 0deg;
  clip-path: inset(0);
}

main#top .mission__label.reveal-target {
  --reveal-y: 10px;
  transition-delay: calc(var(--reveal-delay, 0ms) + 90ms);
}

main#top .mission__title span.reveal-target {
  --reveal-y: 24px;
}

main#top .mission__text span.reveal-target {
  --reveal-y: 16px;
  transition-delay: calc(var(--reveal-delay, 0ms) + 80ms);
}

@media (max-width: 860px) {
  main#top .mission__inner {
    width: min(calc(100% - 56px), 760px);
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  main#top .mission__label {
    padding-top: 0;
    margin-top: 0;
  }
}

@media (max-width: 620px) {
  main#top .mission {
    padding: calc(var(--header-h) + 46px) 0 104px;
  }

  main#top .mission__title {
    font-size: var(--fs-title);
    line-height: 1.34;
  }

  main#top .mission__text {
    gap: .6rem;
    margin-top: 20px;
    line-height: 1.85;
  }

}

.company-title,
.contact-title {
  margin: 0;
  color: var(--ink);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  width: fit-content;
  margin-top: auto;
  color: var(--navy);
  font-size: var(--fs-17);
  font-weight: 600;
}

.news {
  padding: clamp(76px, 9vw, 118px) 0;
  
  background: linear-gradient(90deg, #052b50, #00223f);
  overflow-x: clip;
}

.news-head {
  display: grid;
  align-items: center;
  justify-content: center;
  justify-items: center;
  gap: 12px;
  margin-bottom: 14px;
  text-align: center;
}

.news h2 {
  margin: 0;
}

.news h2 span {
  display: inline-block;
  margin-left: 12px;
  color: #afc1d0;
}

.news-list {
  margin: 0;
}

.news-row {
  display: grid;
  grid-template-columns: 130px 1fr 18px;
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,.16);
  color: #dce7ef;
  font-size: var(--fs-17);
  font-weight: 500;
}

.news-row dt,
.news-row dd {
  margin: 0;
}

.news-row:last-child {
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.home-insights {
  padding: clamp(76px, 9vw, 118px) 0;
  border-top: 1px solid rgba(183, 149, 85, .12);
  background: var(--paper-texture);
  overflow-x: clip;
}

.home-insights__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(28px, 3.5vw, 42px);
}

.home-insights__kicker {
  margin: 0 0 10px;
  color: var(--gold);
  font-family: var(--font-label);
  font-size: var(--fs-label);
  font-weight: 600;
  letter-spacing: .14em;
}

.home-insights__title {
  margin: 0;
  color: var(--ink);
  font-size: var(--fs-title);
}

.home-insights__all {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #9eacb7;
  color: var(--navy);
  font-size: var(--fs-16);
  font-weight: 600;
}

.home-insights-grid {
  display: grid;
  gap: clamp(20px, 2.4vw, 30px);
}

.home-insights-grid--1 {
  grid-template-columns: minmax(0, 520px);
  justify-content: center;
}

.home-insights-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 860px);
  margin-inline: auto;
}

.home-insights-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-insights-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid #dce3e9;
  background: rgba(255, 255, 255, .72);
}

.home-insights-card__image-link {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #dce3e9;
}

.home-insights-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.home-insights-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(20px, 2.4vw, 28px);
}

.home-insights-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: #5b6f80;
  font-size: var(--fs-14);
  font-weight: 500;
}

.home-insights-card__title {
  margin: 15px 0 10px;
  color: var(--ink);
  font-size: var(--fs-card-title);
  line-height: 1.55;
}

.home-insights-card__title a {
  color: inherit;
}

.home-insights-card__summary {
  margin: 0;
  color: #526675;
  font-size: var(--fs-16);
  line-height: 1.8;
}

@media (max-width: 760px) {
  .home-insights__head {
    align-items: start;
    flex-direction: column;
  }

  .home-insights-grid--1,
  .home-insights-grid--2,
  .home-insights-grid--3 {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }
}

.company {
  padding: clamp(72px, 8vw, 104px) 0;
  background: var(--paper-texture);
  overflow-x: clip;
}

.company-grid {
  display: grid;
  grid-template-columns: minmax(0, 900px);
  gap: 38px;
  align-items: start;
  justify-content: center;
}

.company-title {
  margin-bottom: 22px;
  font-size: var(--fs-title);
}

.profile-table {
  width: 100%;
  border-collapse: collapse;
  color: #445766;
  font-size: var(--fs-17);
  font-weight: 500;
}

.profile-table th,
.profile-table td {
  padding: 10px 12px;
  border-top: 1px solid #dce3e9;
  text-align: left;
  vertical-align: top;
}

.profile-table tr:last-child th,
.profile-table tr:last-child td {
  border-bottom: 1px solid #dce3e9;
}

.profile-table th {
  width: 105px;
  color: var(--ink);
  background: #f8fafb;
  font-weight: 700;
}

.map-copy h2 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: var(--fs-25);
  letter-spacing: .08em;
}

.map-copy p {
  margin: 0 0 20px;
  color: #4f6373;
  font-size: var(--fs-section-text);
  font-weight: 500;
  line-height: 2;
}

.map-image {
  position: relative;
  min-height: clamp(300px, 25vw, 420px);
  overflow: hidden;
  border: 1px solid #dce3e9;
  border-radius: 8px;
  background: #f8fafb;
  box-shadow: 0 16px 36px rgba(18, 41, 71, .08);
}

.map-image iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1120px) {
  main#top .business-experience__inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  main#top .business-experience__title,
  main#top .business-scenes,
  main#top .business-progress {
    grid-column: auto;
  }

  .company-grid{
    grid-template-columns: 1fr;
  }

  .map-image {
    min-height: clamp(280px, 54vw, 420px);
  }

  .news-head {
    align-items: center;
  }

  

  .reveal-target.motion-left,
  .reveal-target.motion-right {
    --reveal-x: 0px;
    --reveal-y: 34px;
    --reveal-rotate: 0deg;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  main#top .section-title {
    font-size: clamp(var(--fs-24), 6vw, var(--fs-27));
    line-height: 1.72;
    letter-spacing: var(--ls-heading);
    overflow-wrap: anywhere;
  }

  main#top .business-experience {
    --home-business-frame: max(720px, 100svh);
  }

  main#top .business-experience__stage {
    padding: calc(var(--header-h) + 46px) 0 104px;
  }

  main#top .business-scenes {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  main#top .business-scene {
    min-height: auto;
    padding-top: 14px;
  }

  main#top .business-scene:not(.is-visible) {
    display: none;
  }

  main#top .business-progress {
    width: 100%;
  }

  .news-row {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .profile-table th,
  .profile-table td {
    display: block;
    width: 100%;
  }

  .map-image {
    min-height: 260px;
  }
}

.company-title {
  letter-spacing: var(--ls-heading);
}

@media (prefers-reduced-motion: no-preference) {
  .reveal-target {
    --reveal-x: 0px;
    --reveal-y: 30px;
    --reveal-scale: 1;
    --reveal-rotate: 0deg;
    opacity: 0;
    transform: translate3d(var(--reveal-x), var(--reveal-y), 0);
    filter: none;
    clip-path: inset(0 0 16% 0);
    transition:
      opacity 1s cubic-bezier(.16, 1, .3, 1),
      transform 1s cubic-bezier(.16, 1, .3, 1),
      clip-path 1s cubic-bezier(.16, 1, .3, 1);
    transition-delay: var(--reveal-delay, 0ms);
  }

  .reveal-target.motion-left,
  .reveal-target.motion-right,
  .reveal-target.motion-scale,
  .reveal-target.motion-clip {
    --reveal-x: 0px;
    --reveal-y: 30px;
    --reveal-scale: 1;
    --reveal-rotate: 0deg;
    clip-path: inset(0 0 16% 0);
  }

  .reveal-target.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    clip-path: inset(0);
  }
}

html {
  scrollbar-width: thin;
  scrollbar-color: var(--gold) #eef2f4;
}

::-webkit-scrollbar {
  width: 13px;
}

::-webkit-scrollbar-track {
  background: linear-gradient(180deg, #f5f7f8 0%, #e9eef2 100%);
}

::-webkit-scrollbar-thumb {
  min-height: 72px;
  border: 3px solid #eef2f4;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--navy) 0%, var(--gold) 100%);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #001d36 0%, #c7a96b 100%);
}

.why-hs,
.flow,
.faq,
.news,
.company {
  background: var(--paper-texture);
}

main#top > :is(#flow, #faq, #news, #company) {
  border-top: 1px solid rgba(183, 149, 85, .12);
}

.news {
  color: var(--text);
}

.news h2,
.news-row {
  color: var(--ink);
}

.news h2 span{
  color: #5b6f80;
}

.news-row,
.news-row:last-child {
  border-color: #dce3e9;
}

.flow {
  position: relative;
  padding: clamp(68px, 6.2vw, 92px) 0 clamp(70px, 7vw, 108px);
  overflow: hidden;
  border-top: 1px solid rgba(220, 227, 233, .76);
  background: var(--paper-texture);
  isolation: isolate;
}

.flow::before {
  content: none;
  position: absolute;
  right: -13vw;
  top: -21vw;
  width: clamp(500px, 50vw, 960px);
  height: clamp(560px, 58vw, 1040px);
  border-radius: 48% 0 0 58%;
  background:
    radial-gradient(ellipse at 18% 24%, rgba(255,255,255,.72), rgba(255,255,255,0) 48%),
    linear-gradient(145deg, rgba(238,242,244,.82), rgba(255,255,255,.2) 60%);
  opacity: .78;
  transform: rotate(9deg);
  pointer-events: none;
}

.flow::after {
  content: none;
  position: absolute;
  left: -11vw;
  top: -7vw;
  width: clamp(360px, 34vw, 620px);
  height: clamp(360px, 34vw, 620px);
  background:
    repeating-radial-gradient(circle at 50% 50%, rgba(183,149,85,.11) 0 1px, transparent 2px 13px);
  opacity: .24;
  pointer-events: none;
}

.flow-head {
  display: grid;
  justify-items: center;
}

.flow-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: clamp(300px, 32vh, 380px);
  padding: clamp(22px, 1.9vw, 30px) clamp(14px, 1.25vw, 22px) clamp(24px, 2vw, 32px);
  border: 1px solid rgba(207, 217, 225, .95);
  border-radius: 8px;
  background: rgba(255,255,255,.88);
  box-shadow:
    0 16px 32px rgba(18,41,71,.08),
    inset 0 1px 0 rgba(255,255,255,.9);
  color: var(--ink);
  text-align: center;
}

.flow-card.reveal-target {
  clip-path: none;
}

.flow-card:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(100% + clamp(10px, 1.05vw, 19px));
  top: 50%;
  z-index: 2;
  width: clamp(13px, 1vw, 18px);
  height: clamp(13px, 1vw, 18px);
  border-top: 2px solid var(--gold);
  border-right: 2px solid var(--gold);
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
}

.flow-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(var(--fs-20), 1.38vw, var(--fs-27));
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0;
  text-wrap: balance;
}

.flow-card h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: clamp(12px, 1.05vw, 16px) auto clamp(12px, 1.15vw, 17px);
  background: linear-gradient(90deg, rgba(183,149,85,.2), rgba(183,149,85,.72), rgba(183,149,85,.2));
}

.flow-card p {
  margin: 0;
  color: #2f465a;
  font-size: clamp(var(--font-size-xs), .84vw, var(--fs-16));
  font-weight: 500;
  line-height: 1.78;
  text-wrap: pretty;
}

.flow-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(16px, 2vw, 28px);
  align-items: center;
  width: min(1320px, calc(100% - clamp(42px, 12vw, 220px)));
  min-height: 88px;
  margin: clamp(42px, 4vw, 58px) auto 0;
  padding: clamp(18px, 1.8vw, 26px) clamp(24px, 3vw, 48px);
  border: 1px solid rgba(207, 217, 225, .95);
  border-radius: 10px;
  background: rgba(255,255,255,.86);
  box-shadow:
    0 16px 36px rgba(18,41,71,.08),
    inset 0 1px 0 rgba(255,255,255,.92);
}

.flow-note p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(var(--fs-17), 1.25vw, var(--fs-24));
  font-weight: 500;
  line-height: 1.7;
}

@media (max-width: 1120px) {

  .flow-card:nth-child(3n)::after {
    content: none;
  }

  .flow-note {
    width: 100%;
  }
}

@media (min-width: 1121px) and (max-height: 940px) {
  .flow {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .flow-card {
    min-height: 306px;
  }

  .flow-note {
    min-height: 84px;
    margin-top: 34px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (max-width: 720px) {
  .flow {
    padding: 72px 0;
  }

  .flow-card {
    min-height: auto;
    padding: 26px 22px 28px;
  }

  .flow-card::after {
    content: none;
  }

  .flow-note {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
    margin-top: 34px;
    padding: 24px 20px;
    text-align: center;
  }

}

.page-transition {
  position: fixed;
  inset: 0;
  z-index: 10000;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(183,149,85,.18), transparent 38%),
    linear-gradient(135deg, #06182a 0%, #02284b 58%, #001426 100%);
  opacity: 0;
  clip-path: inset(100% 0 0 0);
  transition:
    clip-path .58s cubic-bezier(.76, 0, .24, 1),
    opacity .58s ease;
}

.page-transition::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(680px, calc(100% - 48px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(211,189,134,.95), transparent);
  transform: translate(-50%, -50%) scaleX(0);
  transition: transform .48s cubic-bezier(.16, 1, .3, 1) .12s;
}

html.is-page-leaving .page-transition {
  opacity: 1;
  clip-path: inset(0);
}

html.is-page-leaving .page-transition::after {
  transform: translate(-50%, -50%) scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  .page-transition {
    transition: none;
  }
}

.faq {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100svh - var(--header-h));
  padding: clamp(30px, 4.5svh, 54px) 0 clamp(32px, 5svh, 58px);
  overflow: hidden;
  border-top: 1px solid rgba(220, 227, 233, .76);
  background: var(--paper-texture);
  isolation: isolate;
}

.faq::before,
.faq::after {
  content: none;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.faq::before {
  right: -9vw;
  bottom: -34%;
  width: clamp(360px, 34vw, 680px);
  height: 80%;
  background: linear-gradient(135deg, rgba(183,149,85,.13), rgba(183,149,85,.04));
  clip-path: polygon(24% 0, 100% 0, 78% 100%, 0 100%);
}

.faq::after {
  right: clamp(22px, 5vw, 86px);
  top: clamp(42px, 9svh, 120px);
  width: 112px;
  height: 112px;
  background: radial-gradient(circle, rgba(183,149,85,.42) 0 2px, transparent 2px 100%);
  background-size: 18px 18px;
  opacity: .42;
}

.faq-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - clamp(32px, 7vw, 136px)), 1480px);
  margin: 0 auto;
}

.faq-inner::before,
.faq-inner::after {
  content: none;
  position: absolute;
  z-index: -1;
  width: 230px;
  height: 1px;
  background: rgba(183,149,85,.28);
  transform: rotate(-52deg);
  pointer-events: none;
}

.faq-inner::before {
  right: 2vw;
  top: -26px;
  box-shadow: 26px 28px 0 rgba(183,149,85,.18), 52px 56px 0 rgba(183,149,85,.14);
}

.faq-inner::after {
  left: -92px;
  bottom: 54px;
  box-shadow: 26px 28px 0 rgba(183,149,85,.16), 52px 56px 0 rgba(183,149,85,.12);
}

.faq-head {
  display: grid;
  justify-items: center;
  margin-bottom: clamp(20px, 2.2svh, 30px);
  text-align: center;
}

.faq-kicker {
  margin: 0 0 8px;
}

.faq-title {
  margin: 0;
}

.faq-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  width: min(100%, 1080px);
  margin: 0 auto -1px;
  align-items: end;
}

.faq-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 12px 18px;
  border: 1px solid rgba(214, 202, 176, .88);
  border-bottom-color: rgba(183,149,85,.62);
  border-radius: 8px 8px 0 0;
  background: rgba(255,255,255,.86);
  color: var(--ink);
  font-size: clamp(var(--fs-16), 1.05vw, var(--fs-18));
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  transition:
    border-color .24s ease,
    background-color .24s ease,
    background-size .38s var(--motion-ease),
    box-shadow .28s ease,
    color .24s ease;
}

.faq-tab.is-active {
  min-height: 62px;
  border-color: rgba(2,40,75,.98);
  background: linear-gradient(135deg, #02284b, #001d36);
  color: #fff;
  box-shadow: 0 16px 34px rgba(2,40,75,.16);
}

.faq-panel-shell {
  display: grid;
  align-items: start;
  width: min(100%, 1320px);
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(183,149,85,.82);
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  box-shadow:
    0 22px 54px rgba(18,41,71,.09),
    inset 0 1px 0 rgba(255,255,255,.98);
}

.faq-modal[hidden] {
  display: none;
}

.faq-panel {
  grid-area: 1 / 1;
  padding: clamp(18px, 2.2vw, 28px) clamp(28px, 3.4vw, 42px) 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  visibility: hidden;
  transition:
    opacity .24s ease,
    transform .32s var(--motion-ease),
    visibility 0s linear .32s;
}

.faq-panel.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
  transition:
    opacity .28s ease,
    transform .36s var(--motion-ease),
    visibility 0s;
}

.faq-list {
  display: grid;
  gap: 0;
  width: 100%;
  margin: 0;
}

.faq-item {
  overflow: hidden;
  border-bottom: 1px solid rgba(214, 202, 176, .58);
  background: transparent;
}

.faq-item:last-child {
  border-bottom: 0;
}

.faq-question {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 26px;
  gap: clamp(12px, 1.3vw, 18px);
  align-items: center;
  min-height: 58px;
  padding: 0;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-num {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), #a98235);
  color: #fff;
  font-size: var(--fs-min);
  font-weight: 700;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.32);
}

.faq-text {
  min-width: 0;
  color: var(--ink);
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.faq-toggle {
  position: relative;
  width: 24px;
  height: 24px;
  justify-self: end;
}

.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--gold);
  transform: translate(-50%, -50%);
  transition: opacity .2s ease, transform .2s ease;
}

.faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] .faq-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(.2);
}

.faq-answer {
  padding: 0 0 clamp(12px, 1.5svh, 18px) calc(34px + clamp(12px, 1.3vw, 18px));
}

.faq-answer p {
  margin: 0;
  padding: clamp(12px, 1.45svh, 18px) clamp(18px, 2vw, 28px);
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(250,247,241,.98), rgba(246,241,232,.88));
  color: #1f2f3f;
  font-size: var(--fs-card-text);
  font-weight: 500;
  line-height: 1.78;
}

.faq-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(16px, 2vw, 28px);
  align-items: center;
  min-height: clamp(78px, 10svh, 96px);
  margin-top: clamp(14px, 2svh, 20px);
  padding: clamp(14px, 1.8svh, 20px) clamp(28px, 3.6vw, 46px);
  border-top: 1px solid rgba(183,149,85,.72);
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(250,248,244,.86));
}

.faq-note-icon {
  width: 44px;
  height: 44px;
  color: var(--gold);
}

.faq-note p {
  margin: 0;
  color: #1f2f3f;
  font-size: clamp(var(--fs-16), 1vw, var(--fs-18));
  font-weight: 500;
  line-height: 1.65;
}

.faq-note-actions {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}

.faq-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: clamp(210px, 17vw, 280px);
  min-height: 56px;
  padding: 0 clamp(22px, 2.2vw, 34px);
  border: 1px solid var(--navy);
  border-radius: 6px;
  --button-base-bg: linear-gradient(135deg, #02284b, #001d36);
  background: linear-gradient(135deg, #02284b, #001d36);
  color: #fff;
  font-size: clamp(var(--fs-16), 1vw, var(--fs-18));
  font-weight: 700;
  line-height: 1.45;
  box-shadow: 0 14px 26px rgba(2,40,75,.18);
  cursor: pointer;
  transition:
    background-size .38s var(--motion-ease),
    color .26s ease,
    border-color .26s ease;
}

.faq-cta--light {
  --button-base-bg: rgba(255,255,255,.92);
  background: rgba(255,255,255,.92);
  color: var(--navy);
  box-shadow: none;
}

.faq-cta.faq-cta--light {
  --button-base-bg: rgba(255,255,255,.94);
  color: var(--navy);
}

.faq-cta span {
  color: var(--gold-2);
  font-size: var(--fs-28);
  line-height: 1;
}

html.modal-open {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
  overscroll-behavior: none;
}

.faq-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: grid;
  isolation: isolate;
  place-items: center;
  padding: calc(var(--header-h) + clamp(18px, 3vw, 42px)) clamp(16px, 3vw, 48px) clamp(18px, 3vw, 42px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .42s ease;
}

.faq-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.faq-modal-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  border: 0;
  background: rgba(7, 20, 35, .68);
  backdrop-filter: blur(9px) saturate(.95);
  cursor: pointer;
}

.faq-modal-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(100%, 1080px);
  max-height: min(84svh, 820px);
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(214, 202, 176, .72);
  border-radius: 14px;
  background: #fff;
  box-shadow:
    0 34px 90px rgba(0, 17, 34, .34),
    0 12px 32px rgba(183, 149, 85, .12),
    inset 0 1px 0 rgba(255,255,255,.98);
  opacity: 0;
  transform: translateY(22px) scale(.985);
  transition:
    opacity .38s ease,
    transform .46s var(--motion-ease);
}

.faq-modal-panel:focus {
  outline: none;
}

.faq-modal.is-open .faq-modal-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.faq-modal.is-closing .faq-modal-panel {
  opacity: 0;
  transform: translateY(18px) scale(.985);
}

.faq-modal-head {
  display: grid;
  justify-items: center;
  padding: clamp(44px, 4.6vw, 62px) clamp(56px, 7vw, 88px) clamp(24px, 2.8vw, 34px);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(183, 149, 85, .11), transparent 32%),
    #fff;
}

.faq-modal-title {
  margin: 0;
  color: var(--ink);
  font-size: clamp(var(--fs-24), 2.1vw, var(--fs-34));
  font-weight: 700;
  line-height: 1.35;
}

.faq-modal-lead {
  margin: 10px 0 0;
  color: #536679;
  font-size: var(--fs-min);
  font-weight: 500;
  line-height: 1.7;
}

.faq-modal-close {
  position: absolute;
  top: clamp(18px, 2.2vw, 28px);
  right: clamp(18px, 2.2vw, 28px);
  z-index: 2;
  display: grid;
  width: 46px;
  height: 46px;
  min-width: 46px;
  min-height: 46px;
  padding: 0;
  place-items: center;
  appearance: none;
  border: 1px solid rgba(2, 40, 75, .18);
  border-radius: 8px;
  background: rgba(255,255,255,.68);
  color: var(--navy);
  font-size: var(--fs-min);
  cursor: pointer;
  transition:
    border-color .24s ease,
    background .24s ease,
    color .24s ease,
    transform .24s var(--motion-ease);
}

.faq-modal-close:hover,
.faq-modal-close:focus-visible {
  border-color: rgba(183,149,85,.78);
  background: rgba(255,255,255,.94);
  color: var(--navy);
}

.faq-modal-close span,
.faq-modal-close span::after {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.faq-modal-close span {
  transform: rotate(45deg);
}

.faq-modal-close span::after {
  content: "";
  transform: rotate(90deg);
}

.faq-modal-tabs {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(calc(100% - clamp(48px, 7vw, 96px)), 980px);
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid rgba(214, 202, 176, .78);
  background: #fff;
}

.faq-modal-tabs .faq-tab {
  min-height: 60px;
  border: 1px solid rgba(214, 220, 226, .92);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: rgba(255, 255, 255, .56);
  color: var(--ink);
  font-size: var(--fs-min);
  font-weight: 600;
  box-shadow: none;
}

.faq-modal-tabs .faq-tab.is-active {
  min-height: 60px;
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
  box-shadow: inset 0 -2px 0 var(--gold);
}

.faq-modal-panels {
  flex: 1 1 auto;
  display: grid;
  align-items: start;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  scrollbar-color: var(--gold) rgba(214, 202, 176, .26);
  padding: clamp(26px, 3.2vw, 42px) clamp(36px, 5vw, 72px) clamp(34px, 4vw, 52px);
  background: #fff;
}

.faq-modal-category {
  grid-area: 1 / 1;
  padding: 0;
}

.faq-modal-category[hidden] {
  display: none;
}

.faq-modal-category-title {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(var(--fs-20), 1.65vw, var(--fs-26));
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}

.faq-modal .faq-list {
  gap: 12px;
}

.faq-modal .faq-item {
  border: 1px solid rgba(213, 220, 226, .9);
  border-radius: 7px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 22px rgba(18,41,71,.055);
}

.faq-modal .faq-question {
  min-height: 60px;
  padding: 0 clamp(16px, 2vw, 24px);
}

.faq-modal .faq-num {
  width: 28px;
  height: 28px;
  font-size: var(--fs-min);
}

.faq-modal .faq-text {
  font-size: var(--fs-min);
  line-height: 1.55;
}

.faq-modal .faq-answer {
  padding: 0 clamp(18px, 2.2vw, 28px) clamp(16px, 1.7vw, 22px) calc(34px + clamp(16px, 2vw, 24px) + 16px);
}

.faq-modal .faq-answer p {
  background: rgba(246, 249, 251, .88);
  font-size: var(--fs-min);
  line-height: 1.72;
}

main#top #faq .faq-num {
  width: 30px;
  height: 30px;
  font-size: var(--fs-min);
}

main#top #faq .faq-text {
  font-family: var(--font-ui);
  font-size: var(--fs-body);
  line-height: 1.55;
}

main#top #faq .faq-answer p {
  font-family: var(--font-ui);
  font-size: var(--fs-card-text);
  line-height: 1.78;
}

main#top #faq :is(.faq-tab, .faq-cta, .faq-note p, .faq-modal-title, .faq-modal-lead, .faq-modal-category-title) {
  font-family: var(--font-ui);
  letter-spacing: 0;
}

.faq-modal :is(.faq-tab, .faq-text, .faq-answer p, .faq-modal-title, .faq-modal-lead, .faq-modal-category-title) {
  font-family: var(--font-ui);
  letter-spacing: 0;
}

.faq-modal .faq-modal-title {
  font-size: clamp(var(--fs-22), 1.85vw, var(--fs-28));
  line-height: 1.35;
}

@media (min-width: 1121px) and (max-height: 820px) {
  .faq {
    padding-top: 24px;
    padding-bottom: 28px;
  }

  .faq-head {
    margin-bottom: 16px;
  }

  .faq-tab,
  .faq-modal-tabs .faq-tab {
    min-height: 50px;
  }

  .faq-tab.is-active,
  .faq-modal-tabs .faq-tab.is-active {
    min-height: 50px;
  }

  .faq-panel {
    padding-top: 16px;
  }

  .faq-question {
    min-height: 48px;
  }

  .faq-answer p {
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 1.65;
  }

  .faq-note {
    min-height: 72px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (max-width: 1120px) {
  .faq {
    min-height: auto;
    padding: 72px 0;
  }

  .faq-inner {
    width: min(calc(100% - 32px), var(--container));
  }

  .faq-tabs {
    grid-template-columns: 1fr;
    gap: 8px;
    width: min(100%, 680px);
    margin-bottom: 16px;
  }

  .faq-tab,
  .faq-tab.is-active {
    min-height: 56px;
    border-radius: 8px;
  }

  .faq-panel-shell {
    width: 100%;
  }

  .faq-note {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .faq-note-actions {
    justify-content: center;
  }
}

@media (max-width: 720px) {
  .faq {
    padding: 68px 0;
  }

  .faq::after,
  .faq-inner::before,
  .faq-inner::after {
    display: none;
  }

  .faq-panel {
    padding: 18px 16px 0;
  }

  .faq-question {
    grid-template-columns: 34px minmax(0, 1fr) 24px;
    gap: 12px;
    min-height: auto;
    padding: 14px 0;
  }

  .faq-num {
    width: 32px;
    height: 32px;
    font-size: var(--fs-min);
  }

  .faq-text {
    font-size: var(--fs-17);
  }

  .faq-answer {
    padding-left: 0;
  }

  .faq-note {
    padding: 22px 18px;
  }

  .faq-note-actions {
    width: 100%;
    flex-direction: column;
  }

  .faq-cta {
    width: 100%;
    min-width: 0;
  }

  .faq-modal {
    padding: 12px;
  }

  .faq-modal-panel {
    max-height: 90svh;
    padding: 0;
  }

  .faq-modal-head {
    gap: 14px;
  }

  .faq-modal-close {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  .faq-modal .faq-question {
    padding: 12px 14px;
  }

  .faq-modal .faq-answer {
    padding: 0 14px 14px;
  }
}

main#top > #strength.why-hs {
  --why-card-surface: rgba(255, 255, 255, .96);
  --why-panel-surface: rgba(255, 255, 255, .94);
  --why-line: rgba(183, 149, 85, .48);
  --why-muted: #344a5d;
  padding: clamp(76px, 7vw, 112px) 0 clamp(78px, 8vw, 124px);
  border-top: 0;
  border-bottom: 1px solid rgba(221, 226, 229, .78);
  background:
    linear-gradient(180deg, #06182a 0%, #08243d 32%, rgba(243, 239, 231, .96) 32%, rgba(251, 250, 247, .95) 100%),
    var(--paper-texture);
}

.why-hs__head {
  display: grid;
  justify-items: center;
  gap: 14px;
  width: min(100%, 780px);
  margin-inline: auto;
  text-align: center;
}

.why-card {
  position: relative;
  display: grid;
  grid-template-areas: "number copy diagram";
  
  gap: clamp(18px, 2vw, 28px);
  align-items: center;
  min-height: 0;
  scroll-margin-top: clamp(92px, 10vw, 132px);
  padding: clamp(24px, 2.6vw, 34px) clamp(24px, 3vw, 38px) clamp(24px, 2.6vw, 34px) 0;
  overflow: hidden;
  border: 1px solid rgba(211, 219, 226, .96);
  border-radius: 8px;
  background:
    linear-gradient(180deg, var(--why-card-surface), rgba(250, 248, 243, .78)),
    linear-gradient(118deg, rgba(183, 149, 85, .16), transparent 34%),
    rgba(255, 255, 255, .72);
  box-shadow:
    0 22px 58px rgba(18, 41, 71, .105),
    0 2px 9px rgba(18, 41, 71, .035),
    inset 0 1px 0 rgba(255, 255, 255, .82);
}

.why-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, transparent, rgba(183, 149, 85, .78), transparent);
}

.why-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, .2) 42%, transparent 62%),
    linear-gradient(180deg, rgba(183, 149, 85, .05), transparent 44%);
  opacity: 0;
  transform: translateX(-28%);
  transition:
    opacity .8s ease,
    transform 1.6s var(--motion-ease);
  pointer-events: none;
}

.why-route {
  display: grid;
  gap: clamp(12px, 1.6vw, 18px);
  width: 100%;
  padding: clamp(14px, 2vw, 22px);
  border: 1px solid rgba(183, 149, 85, .46);
  border-radius: 8px;
  background:
    linear-gradient(180deg, var(--why-panel-surface), rgba(255, 255, 255, .82)),
    repeating-linear-gradient(90deg, rgba(183, 149, 85, .1) 0 1px, transparent 1px 86px);
}

@media (prefers-reduced-motion: no-preference) {
  main#top > #strength.why-hs .why-hs__head.reveal-target {
    --reveal-y: 24px;
    clip-path: none;
  }

  main#top > #strength.why-hs .why-card.reveal-target {
    --reveal-y: 0px;
    opacity: 0;
    transform: translate3d(42px, 0, 0) scale(.986);
    clip-path: inset(0 7% 0 0);
    transition:
      opacity .9s cubic-bezier(.16, 1, .3, 1),
      transform 1s cubic-bezier(.16, 1, .3, 1),
      clip-path 1.05s cubic-bezier(.16, 1, .3, 1),
      border-color .42s ease,
      box-shadow .42s ease;
  }

  main#top > #strength.why-hs .why-card.reveal-target.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    clip-path: inset(0);
  }

  main#top > #strength.why-hs .why-card.reveal-target.is-visible::after {
    opacity: .18;
    transform: translateX(26%);
  }
}

@keyframes whyArrowPulse {
  0% {
    transform: scaleX(.28);
    opacity: .3;
  }

  55% {
    transform: scaleX(1.08);
    opacity: 1;
  }

  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@media (max-width: 1380px) {
  .why-card {
    
    gap: 18px 24px;
    padding: 26px 28px 28px 0;
  }
}

@media (max-width: 1280px) {

  .why-card {
    grid-template-columns: 74px minmax(198px, .38fr) minmax(0, 1fr);
    gap: 16px 22px;
    padding: 24px 24px 26px 0;
  }
}

@media (max-width: 1120px) {
  .why-card {
    
    
    gap: 20px;
    min-height: 0;
    padding: 32px 28px 36px;
  }

  

  .why-route{
    width: 100%;
    min-width: 0;
  }

  

  
}

@media (max-width: 980px) {
  main#top > #strength.why-hs {
    padding: 64px 0;
  }

  .why-card {
    gap: 18px 22px;
    padding: 28px 24px 32px;
  }
}

@media (max-width: 640px) {
  main#top > #strength.why-hs {
    padding: 66px 0;
  }

  main#top > #strength.why-hs::after {
    width: 76vw;
    opacity: .5;
  }

  .why-card {
    gap: 16px;
    padding: 24px 18px;
  }

  .why-route {
    width: 100%;
    min-width: 0;
    padding: 14px;
  }
}

main#top > #faq .faq-inner,
main#top > #company > .container{
  width: min(calc(100% - 80px), 1320px);
}

main#top > :is(#flow, #faq) .section-heading {
  justify-items: center;
  justify-self: center;
  width: min(100%, 780px);
  margin-inline: auto;
  text-align: center;
}

main#top > #faq .faq-tabs,
main#top > #faq .faq-panel-shell {
  margin-inline: auto;
}

main#top > #company .company-grid {
  justify-content: center;
}

main#top > #company .company-title {
  text-align: center;
}

@media (max-width: 1280px) {
  
  main#top > #faq .faq-inner,
  main#top > #company > .container{
    width: min(calc(100% - 56px), 1240px);
  }
}

@media (max-width: 980px) {
  
  main#top > #faq .faq-inner,
  main#top > #company > .container{
    width: min(calc(100% - 34px), 780px);
  }
}

@media (max-width: 640px) {
  
  main#top > #faq .faq-inner,
  main#top > #company > .container{
    width: min(calc(100% - 24px), 420px);
  }
}

main#top > #faq .faq-inner,
main#top > #company > .container{
  width: min(calc(100% - 80px), var(--section-shell-width));
}

main#top > #strength.why-hs .why-hs__head,
main#top > :is(#flow, #faq) .section-heading {
  width: min(100%, var(--section-copy-width));
  max-width: var(--section-copy-width);
}

main#top > #company .company-grid {
  width: min(100%, var(--section-copy-width));
  max-width: var(--section-copy-width);
  margin-inline: auto;
  justify-content: center;
}

.why-card {
  grid-template-columns: 84px minmax(216px, .34fr) minmax(0, 1fr);
}

.why-route{
  overflow: hidden;
}

@media (max-width: 1380px) {
  .why-card {
    grid-template-columns: 76px minmax(196px, .32fr) minmax(0, 1fr);
  }
}

@media (max-width: 1280px) {
  
  main#top > #faq .faq-inner,
  main#top > #company > .container{
    width: min(calc(100% - 56px), 1240px);
  }
}

@media (max-width: 1120px) {
  .why-card {
    grid-template-areas:
      "number"
      "copy"
      "diagram";
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 980px) {
  
  main#top > #faq .faq-inner,
  main#top > #company > .container{
    width: min(calc(100% - 34px), 780px);
  }
}

@media (max-width: 640px) {
  
  main#top > #faq .faq-inner,
  main#top > #company > .container{
    width: min(calc(100% - 24px), 420px);
  }
}

main#top > #strength.why-hs {
  --why-ink: var(--ink);
  --why-gold: var(--gold);
  --why-navy: var(--hs-navy);
  --why-line-soft: color-mix(in srgb, var(--gold) 22%, transparent);
  --why-line-strong: color-mix(in srgb, var(--gold) 54%, transparent);
  --why-blue-line: color-mix(in srgb, var(--ink) 28%, transparent);
  --why-faint: color-mix(in srgb, var(--gold) 10%, var(--bg-card));
  --why-route-tag: clamp(150px, 16%, 176px);
  --why-route-gap: clamp(6px, .68vw, 10px);
  --why-card-equal-height: 356px;
}

main#top > #strength.why-hs .why-card {
  grid-template-columns: 112px minmax(316px, .38fr) minmax(0, 1fr);
  gap: clamp(24px, 2.25vw, 34px);
  height: var(--why-card-equal-height);
  min-height: var(--why-card-equal-height);
  padding: clamp(26px, 2.4vw, 34px) clamp(18px, 1.6vw, 24px) clamp(26px, 2.4vw, 34px) 0;
  border-color: color-mix(in srgb, var(--gold) 24%, var(--line));
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--bg-card) 98%, transparent), color-mix(in srgb, var(--bg-soft) 52%, var(--bg-card))),
    var(--paper-grain),
    var(--bg-card);
  box-shadow:
    0 16px 36px rgba(var(--hs-navy-rgb), .08),
    0 2px 7px rgba(var(--hs-navy-rgb), .035),
    inset 0 1px 0 color-mix(in srgb, var(--bg-card) 86%, transparent);
}

main#top > #strength.why-hs .why-card::before {
  content: none;
}

main#top > #strength.why-hs .why-route{
  width: 100%;
  border: 1px solid var(--why-line-soft);
  border-radius: var(--card-radius);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--bg-card) 96%, transparent), color-mix(in srgb, var(--bg-section) 78%, var(--bg-card))),
    var(--paper-grain);
}

main#top > #strength.why-hs .why-route {
  align-content: center;
  gap: clamp(10px, 1.05vw, 15px);
  padding: clamp(12px, 1.25vw, 16px);
}

@media (max-width: 1380px) {
  main#top > #strength.why-hs .why-card {
    grid-template-columns: 96px minmax(292px, .37fr) minmax(0, 1fr);
    gap: clamp(20px, 1.9vw, 28px);
  }

  main#top > #strength.why-hs .why-route {
    --why-route-tag: clamp(150px, 16%, 168px);
  }
}

@media (max-width: 1120px) {
  main#top > #strength.why-hs .why-card {
    grid-template-areas:
      "number"
      "copy"
      "diagram";
    grid-template-columns: minmax(0, 1fr);
    height: auto;
    padding: 30px 28px 34px;
  }

  main#top > #strength.why-hs .why-route {
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

@media (max-width: 640px) {
  main#top > #strength.why-hs .why-card {
    padding: 24px 18px;
  }
}

@media (max-width: 1120px) {
  
  main#top > #strength.why-hs .why-route{
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }
}

.home-page .site-footer {
  min-height: clamp(360px, 40svh, 500px);
}

main#top > #contact.contact {
  scroll-margin-top: 0;
  margin: 0;
  display: grid;
  min-height: calc(100svh - var(--header-h));
  align-items: start;
  padding: clamp(22px, 3svh, 38px) 0 clamp(24px, 3.2svh, 42px);
  overflow: hidden;
  border-top: 1px solid rgba(183, 149, 85, .18);
  background:
    linear-gradient(112deg, color-mix(in srgb, var(--bg-section) 88%, transparent), transparent 56%),
    var(--paper-texture);
}

main#top > #contact.contact::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: min(62vw, 760px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, transparent 0 19px, color-mix(in srgb, var(--gold) 20%, transparent) 20px 21px, transparent 22px 38px);
  opacity: .46;
  pointer-events: none;
  right: max(-360px, -24vw);
  top: max(-270px, -16vw);
  transform: rotate(-8deg);
}

main#top > #contact.contact::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: min(48vw, 560px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, color-mix(in srgb, var(--white) 56%, transparent) 0 44%, transparent 45%),
    repeating-radial-gradient(circle, transparent 0 20px, color-mix(in srgb, var(--ink) 10%, transparent) 21px 22px, transparent 23px 40px);
  opacity: .34;
  pointer-events: none;
  bottom: max(-340px, -23vw);
  left: max(-330px, -24vw);
}

main#top > #contact .contact-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - clamp(28px, 4vw, 72px)), 1920px);
  margin-inline: auto;
}

main#top > #contact .contact-panel {
  display: grid;
  gap: clamp(12px, 1.45svh, 18px);
  justify-items: stretch;
  padding: 0;
  background: transparent;
  text-align: left;
}

main#top > #contact .home-contact-heading {
  display: grid;
  width: min(100%, 1060px);
  max-width: none;
  gap: 8px;
  justify-items: center;
  justify-self: center;
  margin: 0 auto;
  text-align: center;
}

main#top > #contact .contact-title {
  margin: 0;
  text-align: center;
  line-height: 1.2;
}

main#top > #contact .contact-title::after {
  width: 64px;
  height: 2px;
  margin: 8px auto 0;
}

main#top > #contact .contact-lead {
  width: min(100%, 58em);
  max-width: 58em;
  margin: 0 auto;
  text-align: center;
  line-height: 1.52;
}

main#top > #contact .home-contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 1.65vw, 32px);
  width: 100%;
  justify-self: stretch;
  align-items: stretch;
}

main#top > #contact .home-contact-card {
  display: grid;
  min-height: clamp(330px, 39svh, 470px);
  align-content: center;
  justify-items: center;
  gap: clamp(10px, 1.2svh, 16px);
  padding: clamp(24px, 3svh, 42px) clamp(28px, 3vw, 58px);
  border: 1px solid color-mix(in srgb, var(--ink) 14%, var(--line));
  border-radius: var(--card-radius);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--white) 94%, transparent), color-mix(in srgb, var(--bg-section) 76%, var(--white))),
    var(--paper-grain);
  box-shadow:
    0 16px 34px rgba(var(--hs-navy-rgb), .08),
    inset 0 1px 0 color-mix(in srgb, var(--white) 82%, transparent);
  color: var(--ink);
  text-align: center;
}

main#top > #contact .home-contact-card--form {
  gap: clamp(16px, 1.8svh, 24px);
  padding-block: clamp(34px, 4.2svh, 56px);
}

main#top > #contact .home-contact-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--gold);
}

main#top > #contact .home-contact-icon svg,
main#top > #contact .home-contact-assurance-icon svg,
main#top > #contact .home-contact-hours-icon svg {
  width: 100%;
  height: 100%;
}

main#top > #contact .home-contact-card-icon {
  width: clamp(52px, 5.5svh, 70px);
  height: clamp(52px, 5.5svh, 70px);
  border: 0;
  border-radius: 50%;
  background: color-mix(in srgb, var(--gold) 12%, var(--bg-soft));
  color: var(--ink);
}

main#top > #contact .home-contact-card-icon svg {
  width: 50%;
  height: 50%;
}

main#top > #contact .home-contact-icon-accent {
  stroke: var(--gold);
}

main#top > #contact .home-contact-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(var(--fs-24), 1.65vw, var(--fs-32));
  font-weight: var(--fw-heading);
  line-height: 1.25;
  letter-spacing: var(--ls-heading);
}

main#top > #contact .home-contact-card p {
  margin: 0;
  max-width: 42em;
  color: var(--ink);
  font-size: var(--fs-section-text);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
}

main#top > #contact .home-contact-card--form p {
  max-width: 30em;
  line-height: 1.76;
}

main#top > #contact .home-contact-button {
  --button-base-bg: var(--hs-navy);
  width: min(100%, 360px);
  min-height: clamp(56px, 6svh, 70px);
  margin-top: clamp(4px, .8svh, 10px);
  justify-content: center;
  border-color: rgba(0, 29, 54, .88);
  background-color: var(--hs-navy);
  color: var(--white);
  box-shadow: 0 10px 22px rgba(0, 29, 54, .18);
}

main#top > #contact .home-contact-card--phone .home-contact-card-icon {
  background: color-mix(in srgb, var(--gold) 12%, var(--bg-soft));
  color: var(--gold);
}

main#top > #contact .contact-phone-label {
  margin: 0;
  color: var(--ink);
  font-size: clamp(var(--fs-22), 1.5vw, var(--fs-28));
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

main#top > #contact .contact-phone-number {
  display: inline-flex;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-en), var(--font-ja);
  font-size: clamp(var(--fs-42), 3.2vw, var(--fs-60));
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}

main#top > #contact .contact-hours {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 7px 22px;
  border: 1px solid rgba(183, 149, 85, .44);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  color: var(--gold);
  font-size: var(--fs-section-text);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  white-space: nowrap;
}

main#top > #contact .home-contact-hours-icon {
  display: grid;
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  place-items: center;
}

main#top > #contact .home-contact-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  justify-self: stretch;
  margin: 0;
  padding: clamp(12px, 1.4svh, 18px) clamp(28px, 3vw, 56px);
  border: 1px solid color-mix(in srgb, var(--ink) 14%, var(--line));
  border-radius: var(--card-radius);
  background: color-mix(in srgb, var(--white) 86%, transparent);
  box-shadow: 0 12px 26px rgba(var(--hs-navy-rgb), .06);
}

main#top > #contact .home-contact-assurance li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: clamp(58px, 7svh, 78px);
  color: var(--ink);
  font-size: var(--fs-section-text);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: left;
  justify-content: center;
}

main#top > #contact .home-contact-assurance li + li {
  border-left: 1px solid rgba(18, 41, 71, .16);
}

main#top > #contact .home-contact-assurance-icon {
  display: grid;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--ink);
}

main#top > #contact .home-contact-assurance li div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

main#top > #contact .home-contact-assurance strong {
  color: var(--ink);
  font-size: var(--fs-section-text);
  font-weight: 700;
  line-height: 1.35;
}

main#top > #contact .home-contact-assurance li div span {
  color: var(--text);
  font-size: var(--fs-body);
  font-weight: 500;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .home-page .site-footer {
    min-height: 0;
  }

  main#top > #contact.contact {
    min-height: auto;
    padding: 34px 0;
  }

  main#top > #contact .contact-inner {
    width: min(calc(100% - 34px), 900px);
  }

  main#top > #contact .home-contact-methods,
  main#top > #contact .home-contact-assurance {
    grid-template-columns: 1fr;
  }

  main#top > #contact .home-contact-card {
    min-height: 0;
    padding: 24px 20px;
  }

  main#top > #contact .home-contact-assurance li {
    justify-content: flex-start;
  }

  main#top > #contact .home-contact-assurance li + li {
    border-top: 1px solid rgba(18, 41, 71, .16);
    border-left: 0;
  }
}

@media (max-width: 640px) {
  main#top > #contact .contact-inner {
    width: min(calc(100% - 24px), 420px);
  }
}

/* Business stage: reserve equal space for the floating chapter nav and CTA. */
@media (min-width: 901px) {
  main#top .business-experience__inner {
    width: min(calc(100% - 32px), 1740px);
    transform: translateY(clamp(-38px, -3svh, -22px));
  }

  main#top .business-scenes {
    width: 100%;
    padding-inline: clamp(104px, 7.4vw, 146px);
    padding-left: clamp(104px, 7.4vw, 146px);
  }

  main#top .business-scene {
    min-height: clamp(218px, 25svh, 286px);
  }
}
/* Reference-matched "Why H&S" infographic */
main#top > #strength.why-visual {
  --why-v-navy: #062d53;
  --why-v-navy-deep: #001e3b;
  --why-v-gold: #c39236;
  --why-v-line: #d9dde1;
  --why-v-paper: #fcfbf8;
  padding: clamp(72px, 7vw, 104px) 0 clamp(78px, 8vw, 118px);
  border: 0;
  background:
    radial-gradient(circle at 8% 2%, rgba(197, 151, 65, .07), transparent 28%),
    linear-gradient(180deg, #fdfcf9, #f9f8f5);
  color: var(--why-v-navy-deep);
}

main#top > #strength.why-visual::before,
main#top > #strength.why-visual::after {
  content: none;
}

.why-visual__inner {
  width: min(calc(100% - 48px), 1320px);
  margin-inline: auto;
}

.why-visual__header {
  margin-bottom: clamp(28px, 3vw, 42px);
  text-align: left;
}

main#top > #strength.why-visual .why-visual__header h2 {
  margin: 0;
  color: var(--why-v-navy-deep);
  font-family: var(--font-heading);
  font-size: clamp(36px, 4.2vw, 60px);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: .035em;
  text-align: left;
}

main#top > #strength.why-visual .why-visual__header p {
  margin: 16px 0 0;
  color: var(--why-v-gold);
  font-size: clamp(18px, 1.75vw, 25px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .04em;
}

.why-visual__cards {
  display: grid;
  gap: clamp(24px, 2.4vw, 34px);
}

.reason-panel {
  position: relative;
  overflow: hidden;
  padding: 0 clamp(24px, 2.8vw, 38px) clamp(28px, 3vw, 40px);
  border: 1px solid #dedbd4;
  border-radius: 12px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 4px 15px rgba(28, 42, 58, .045);
}

.reason-panel__header {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  min-height: 154px;
}

.reason-panel__number {
  display: grid;
  width: 112px;
  height: 138px;
  place-items: center;
  align-self: start;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 0 88%);
  background: linear-gradient(135deg, #07365f, #001d3a 76%);
  color: #fff;
  font-family: var(--font-en);
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.03em;
  text-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}

.reason-panel__header > div {
  padding-top: 40px;
}

.reason-panel__header h3 {
  margin: 0;
  color: var(--why-v-navy-deep);
  font-family: var(--font-heading);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: .035em;
}

main#top > #strength.why-visual .reason-panel__header p {
  margin: 10px 0 0;
  color: #515967;
  font-size: clamp(15px, 1.25vw, 19px);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: .03em;
}

@media (max-width: 780px) {
  .why-visual__inner {
    width: min(calc(100% - 28px), 1320px);
  }

  main#top > #strength.why-visual .why-visual__header h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .reason-panel {
    padding-inline: 16px;
  }

  .reason-panel__header {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 16px;
    min-height: 118px;
  }

  .reason-panel__number {
    width: 70px;
    height: 88px;
    font-size: 34px;
  }

  .reason-panel__header > div {
    padding-top: 21px;
  }

  .reason-panel__header h3 {
    font-size: clamp(20px, 5.5vw, 26px);
  }

  main#top > #strength.why-visual .reason-panel__header p {
    margin-top: 6px;
    font-size: 14px;
  }
}

/* 2026 corporate infographic refinement */
main#top > #strength.why-visual {
  --why-v-accent: #b88931;
  --why-v-blue: #06365f;
  --why-v-ice: #f3f6f8;
  background:
    radial-gradient(circle at 82% 12%, rgba(8, 58, 98, .055), transparent 31%),
    radial-gradient(circle at 4% 5%, rgba(184, 137, 49, .075), transparent 26%),
    #fbfaf7;
}

.reason-panel {
  padding: 0 clamp(28px, 3.2vw, 44px) clamp(32px, 3.4vw, 48px);
  border-color: rgba(8, 43, 75, .13);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(250, 251, 251, .93)),
    repeating-linear-gradient(90deg, rgba(7, 52, 91, .025) 0 1px, transparent 1px 92px);
  box-shadow: 0 22px 64px rgba(10, 35, 59, .07), inset 0 1px 0 #fff;
}

.reason-panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 137, 49, .6));
}

.reason-panel__header {
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 26px;
  min-height: 142px;
  align-items: center;
}

.reason-panel__number {
  width: 74px;
  height: 74px;
  align-self: center;
  clip-path: none;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, .16), transparent 34%),
    linear-gradient(145deg, #0a416f, #001d39);
  font-size: 31px;
  box-shadow: 0 12px 28px rgba(0, 35, 68, .16);
}

.reason-panel__header > div {
  padding-top: 0;
}

.reason-panel__header h3 {
  font-size: clamp(25px, 2.15vw, 33px);
  letter-spacing: .025em;
}

main#top > #strength.why-visual .reason-panel__header p {
  margin-top: 7px;
  color: #69737e;
  font-size: clamp(14px, 1.15vw, 17px);
}

@media (max-width: 780px) {
  .reason-panel {
    border-radius: 18px;
  }

  .reason-panel__header {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    min-height: 126px;
  }

  .reason-panel__number {
    width: 54px;
    height: 54px;
    border-radius: 15px;
    font-size: 23px;
  }
}

@media (max-width: 520px) {
  main#top > #strength.why-visual {
    padding-block: 58px 70px;
  }

  .why-visual__header p {
    font-size: 16px;
  }

  .reason-panel__header {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 12px;
  }

  .reason-panel__number {
    width: 56px;
    height: 72px;
    font-size: 28px;
  }

  .reason-panel__header > div {
    padding-top: 14px;
  }

  .reason-panel__header h3 {
    word-break: normal;
  }
}

/* Refined infographic treatment */
.why-visual__header {
  padding: 4px 0 4px 30px;
  border-left: 4px solid var(--why-v-gold);
}

@media (max-width: 1080px) {

  .reason-panel--requirements {
    overflow-x: auto;
  }
}

@media (max-width: 780px) {
  .why-visual__header {
    padding-left: 18px;
    border-left-width: 3px;
  }

  .reason-panel--requirements {
    padding-bottom: 26px;
  }
}

/* Match the Why H&S section to the open, centered rhythm used elsewhere on Home. */
main#top > #strength.why-visual {
  padding: clamp(62px, 6vw, 92px) 0 clamp(72px, 7vw, 104px);
  background:
    radial-gradient(circle at 50% 8%, rgba(202, 154, 63, .05), transparent 28%),
    linear-gradient(180deg, #fff, #fcfcfb);
}

.why-visual__inner {
  width: min(calc(100% - 44px), 1480px);
}

.why-visual__header {
  margin-bottom: clamp(38px, 4vw, 58px);
  padding: 0;
  border: 0;
  text-align: center;
}

main#top > #strength.why-visual .why-visual__header .why-visual__kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin: 0;
  color: var(--why-v-gold);
  font-family: var(--font-heading);
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .1em;
}

.why-visual__kicker span {
  width: 56px;
  height: 1px;
  background: currentColor;
}

main#top > #strength.why-visual .why-visual__header h2 {
  margin: 14px 0 0;
  font-size: clamp(34px, 3.65vw, 56px);
  line-height: 1.3;
  letter-spacing: .07em;
  text-align: center;
}

.why-visual__cards {
  gap: clamp(54px, 6vw, 88px);
}

.reason-panel {
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.reason-panel::after {
  content: none;
}

.reason-panel__header {
  padding-inline: clamp(8px, 1.4vw, 20px);
}

.route-showcase {
  --route-navy: #062d53;
  --route-deep: #001b38;
  --route-gold: #c99843;
  position: relative;
  width: min(100%, 1160px);
  margin: -4px auto 0;
  color: var(--route-deep);
}

.route-showcase svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.route-showcase__primary {
  position: relative;
  display: grid;
  grid-template-columns: 190px minmax(70px, 1fr) 230px minmax(70px, 1fr) 190px;
  gap: clamp(16px, 2.4vw, 34px);
  min-width: 900px;
  min-height: 300px;
  align-items: start;
  padding: 10px 34px 64px;
}

.route-showcase__primary::before {
  content: "";
  position: absolute;
  right: 2%;
  bottom: 2px;
  left: 2%;
  height: 100px;
  z-index: 0;
  border: 1px solid rgba(181, 133, 49, .5);
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(238, 239, 239, .74)),
    repeating-linear-gradient(110deg, transparent 0 38px, rgba(135, 143, 151, .06) 39px 40px);
  box-shadow: 0 18px 26px rgba(12, 37, 61, .1), inset 0 -6px 0 var(--route-deep);
}

.route-medallion,
.route-showcase__arrow,
.route-showcase__center {
  position: relative;
  z-index: 1;
}

.route-medallion {
  display: grid;
  width: 174px;
  height: 174px;
  place-content: center;
  justify-items: center;
  gap: 7px;
  margin-inline: auto;
  border: 5px solid #d7aa5c;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 27%, #fff 0 22%, #f4f3f1 56%, #dfe1e2 100%);
  box-shadow:
    0 0 0 2px #8f6728,
    inset 0 0 0 3px rgba(255, 255, 255, .8),
    inset 0 -15px 28px rgba(18, 42, 65, .08),
    0 14px 22px rgba(15, 37, 59, .13);
}

.route-medallion::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 142px;
  height: 28px;
  z-index: -1;
  border: 1px solid #aa7c32;
  border-radius: 50%;
  background: linear-gradient(180deg, #f7e2b5, #b9873a 58%, #f1d69c);
  box-shadow: 0 8px 11px rgba(22, 38, 53, .12);
  transform: translateX(-50%);
}

.route-medallion__icon {
  display: grid;
  width: 83px;
  height: 83px;
  place-items: center;
  color: #66717c;
  filter: drop-shadow(0 6px 5px rgba(19, 38, 56, .12));
}

.route-medallion__icon svg {
  width: 74px;
  height: 74px;
  stroke-width: 1.8;
}

.route-medallion > strong {
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.route-showcase__center {
  display: grid;
  justify-items: center;
}

.route-medallion--hs {
  width: 210px;
  height: 210px;
  border-width: 6px;
  background:
    radial-gradient(circle at 35% 25%, #1a4776 0, #092e59 34%, #00142e 78%);
  color: #fff;
  box-shadow:
    0 0 0 2px #8f6728,
    inset 0 0 0 4px rgba(255, 255, 255, .2),
    inset 0 -25px 35px rgba(0, 0, 0, .2),
    0 18px 28px rgba(0, 27, 56, .2);
}

.route-medallion--hs::after {
  width: 174px;
}

.route-medallion--hs strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -.04em;
  text-shadow: 0 3px 4px rgba(0, 0, 0, .34);
}

.route-showcase__arrow {
  width: 100%;
  height: 38px;
  margin-top: 72px;
  background: linear-gradient(180deg, #0c3d71, #001d43);
  clip-path: polygon(0 50%, 13% 8%, 13% 32%, 87% 32%, 87% 8%, 100% 50%, 87% 92%, 87% 68%, 13% 68%, 13% 92%);
  filter: drop-shadow(0 0 1px var(--route-gold)) drop-shadow(0 2px 2px rgba(0, 0, 0, .16));
}

.route-showcase__services {
  position: absolute;
  bottom: -42px;
  left: 50%;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateX(-50%);
}

.route-showcase__services li {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 8px;
  padding: 7px 15px;
  border: 2px solid #bd8b39;
  border-radius: 999px;
  background: linear-gradient(180deg, #0d4275, #001e43);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 5px 10px rgba(5, 32, 58, .13);
}

.route-showcase__services svg {
  width: 27px;
  height: 27px;
  color: #dfb35f;
}

.route-showcase__general {
  position: relative;
  min-width: 900px;
  padding: 39px 22px 0;
  border-top: 1px solid rgba(35, 58, 79, .13);
}

.route-showcase__general-label {
  position: absolute;
  top: 10px;
  left: 22px;
  padding: 6px 18px;
  border-radius: 999px;
  background: #8c9298;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.route-showcase__chain {
  display: grid;
  grid-template-columns: repeat(5, minmax(76px, 1fr) minmax(30px, .55fr)) minmax(76px, 1fr);
  align-items: center;
}

.route-showcase__chain > div {
  display: grid;
  justify-items: center;
  gap: 5px;
  color: #5c6670;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
}

.route-showcase__chain > div > span {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 2px solid #c7cbd0;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff, #eceeef);
  box-shadow: inset 0 0 0 3px #f8f8f8, 0 6px 10px rgba(20, 38, 54, .08);
}

.route-showcase__chain svg {
  width: 41px;
  height: 41px;
  stroke-width: 1.8;
}

.route-showcase__chain i {
  position: relative;
  height: 2px;
  background: #aeb4ba;
}

.route-showcase__chain i::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #aeb4ba;
  border-right: 2px solid #aeb4ba;
  transform: rotate(45deg);
}

@media (max-width: 820px) {
  .why-visual__inner {
    width: min(calc(100% - 26px), 1480px);
  }

  .why-visual__header {
    margin-bottom: 34px;
  }

  main#top > #strength.why-visual .why-visual__header .why-visual__kicker {
    gap: 16px;
    font-size: 16px;
  }

  .why-visual__kicker span {
    width: 28px;
  }

  main#top > #strength.why-visual .why-visual__header h2 {
    font-size: clamp(28px, 8.3vw, 40px);
    letter-spacing: .035em;
  }

  .why-visual__cards {
    gap: 54px;
  }

  .reason-panel {
    border-radius: 0;
  }

  .reason-panel__header {
    padding-inline: 4px;
  }

  .route-showcase {
    width: auto;
    margin-inline: -13px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
  }

  .route-showcase__primary {
    min-width: 820px;
    grid-template-columns: 164px minmax(58px, 1fr) 205px minmax(58px, 1fr) 164px;
    min-height: 276px;
    padding-inline: 22px;
  }

  .route-medallion {
    width: 154px;
    height: 154px;
  }

  .route-medallion--hs {
    width: 190px;
    height: 190px;
  }

  .route-showcase__arrow {
    margin-top: 63px;
  }

  .route-showcase__services {
    bottom: -46px;
  }

  .route-showcase__general {
    min-width: 820px;
  }
}

/* Delivery process: eight-step, photo-led management flow */
.reason-panel--route .route-showcase {
  display: grid;
}

.reason-panel--route .route-showcase__general {
  grid-row: 1;
  margin: 0 0 clamp(36px, 4.2vw, 58px);
  padding-top: 48px;
}

.reason-panel--route .route-showcase__primary {
  grid-row: 2;
  padding-top: 50px;
}

.reason-panel--route .route-showcase__primary-label {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  display: flex;
  width: min(100%, 600px);
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: var(--why-v-navy-deep);
  font-family: var(--font-heading);
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 650;
  letter-spacing: .08em;
  transform: translateX(-50%);
}

.reason-panel--route .route-showcase__primary-label::before,
.reason-panel--route .route-showcase__primary-label::after {
  content: "";
  width: min(14vw, 180px);
  height: 1px;
  background: linear-gradient(90deg, transparent, #b88a35);
}

.reason-panel--route .route-showcase__primary-label::after {
  transform: scaleX(-1);
}

.reason-panel--requirements {
  --delivery-navy: #062d53;
  --delivery-navy-deep: #001e3b;
  --delivery-gold: #b88a35;
  padding-bottom: clamp(34px, 3.6vw, 50px);
}

.delivery-steps-scroll {
  padding: 0 2px 8px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(6, 45, 83, .25) transparent;
}

.delivery-steps {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: clamp(7px, .8vw, 12px);
  min-width: 1120px;
  margin: 0;
  padding: 0 0 8px;
  list-style: none;
}

.delivery-steps li {
  position: relative;
  min-width: 0;
  text-align: center;
}

.delivery-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 24px;
  left: calc(100% + 2px);
  z-index: 3;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--delivery-gold);
  border-right: 1px solid var(--delivery-gold);
  transform: rotate(45deg);
}

.delivery-step__visual {
  position: relative;
  height: clamp(190px, 18vw, 252px);
  margin-top: 18px;
  overflow: visible;
  border-radius: 5px;
  background: #e9eef1;
  box-shadow: 0 10px 26px rgba(0, 34, 64, .09);
}

.delivery-step__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(6, 45, 83, .08);
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 252, 245, .08), rgba(5, 43, 76, .09));
  pointer-events: none;
}

.delivery-step__visual img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  filter: saturate(.72) contrast(.96) brightness(1.04);
}

.delivery-steps li:nth-child(1) img { object-position: 57% center; }
.delivery-steps li:nth-child(2) img { object-position: 68% center; }
.delivery-steps li:nth-child(3) img { object-position: 55% center; }
.delivery-steps li:nth-child(5) img { object-position: 52% center; }
.delivery-steps li:nth-child(6) img { object-position: 52% center; }
.delivery-steps li:nth-child(7) img { object-position: 59% center; }

.delivery-step__visual small {
  position: absolute;
  top: -30px;
  left: 50%;
  z-index: 4;
  display: grid;
  width: 62px;
  height: 62px;
  place-content: center;
  border: 3px solid rgba(255, 255, 255, .96);
  border-radius: 50%;
  background: radial-gradient(circle at 30% 24%, #0d4f82, var(--delivery-navy-deep) 72%);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 600;
  line-height: .9;
  box-shadow: 0 6px 16px rgba(0, 36, 70, .18);
  transform: translateX(-50%);
}

.delivery-step__visual small span {
  display: block;
  margin-bottom: 3px;
  font-family: var(--font-en);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .05em;
}

.delivery-steps h4 {
  min-height: 2.8em;
  margin: 18px 0 0;
  color: var(--delivery-navy-deep);
  font-family: var(--font-heading);
  font-size: clamp(14px, 1.08vw, 17px);
  font-weight: 650;
  line-height: 1.4;
  letter-spacing: .025em;
}

main#top > #strength.why-visual .delivery-steps p {
  margin: 7px 0 0;
  color: #4f5963;
  font-size: clamp(11px, .82vw, 13px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .02em;
}

@media (max-width: 760px) {
  .reason-panel--route .route-showcase__general {
    margin-bottom: 30px;
  }

  .reason-panel--route .route-showcase__primary {
    padding-top: 38px;
  }

  .delivery-steps {
    grid-template-columns: repeat(8, 142px);
    min-width: max-content;
  }

  .delivery-step__visual {
    height: 194px;
  }
}

/* Modern direct-sourcing map: compact, flat and resilient. */
.reason-panel--route .reason-panel__number {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(184, 137, 49, .7);
  border-radius: 50%;
  background: transparent;
  color: var(--why-v-navy-deep);
  font-size: 23px;
  box-shadow: none;
}

/* Motion choreography for the active Index diagrams and contact CTA. */
@media (prefers-reduced-motion: no-preference) {
  .reason-panel.reveal-target .route-showcase__arrow,
  .reason-panel.reveal-target .route-showcase__chain i {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transition: opacity .35s ease, clip-path .72s var(--motion-ease);
  }

  .reason-panel.reveal-target.is-visible .route-showcase__arrow,
  .reason-panel.reveal-target.is-visible .route-showcase__chain i {
    opacity: 1;
    clip-path: inset(0);
  }

  .reason-panel.reveal-target.is-visible .route-showcase__arrow:first-of-type,
  .reason-panel.reveal-target.is-visible .route-showcase__chain i:nth-of-type(1) { transition-delay: 120ms; }
  .reason-panel.reveal-target.is-visible .route-showcase__arrow:last-of-type,
  .reason-panel.reveal-target.is-visible .route-showcase__chain i:nth-of-type(2) { transition-delay: 210ms; }
  .reason-panel.reveal-target.is-visible .route-showcase__chain i:nth-of-type(3) { transition-delay: 300ms; }
  .reason-panel.reveal-target.is-visible .route-showcase__chain i:nth-of-type(4) { transition-delay: 390ms; }
  .reason-panel.reveal-target.is-visible .route-showcase__chain i:nth-of-type(5) { transition-delay: 480ms; }

  .reason-panel.reveal-target .route-showcase__primary > .route-medallion,
  .reason-panel.reveal-target .route-showcase__center,
  .reason-panel.reveal-target .route-showcase__chain > div,
  .reason-panel.reveal-target .delivery-steps > li {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
    transition: opacity .62s ease, transform .72s var(--motion-ease);
  }

  .reason-panel.reveal-target.is-visible .route-showcase__primary > .route-medallion,
  .reason-panel.reveal-target.is-visible .route-showcase__center,
  .reason-panel.reveal-target.is-visible .route-showcase__chain > div,
  .reason-panel.reveal-target.is-visible .delivery-steps > li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .reason-panel.reveal-target.is-visible .route-medallion--client { transition-delay: 420ms; }
  .reason-panel.reveal-target.is-visible .route-showcase__center { transition-delay: 510ms; }
  .reason-panel.reveal-target.is-visible .route-medallion--factory { transition-delay: 600ms; }
  .reason-panel.reveal-target.is-visible .route-showcase__chain > div:nth-of-type(1) { transition-delay: 350ms; }
  .reason-panel.reveal-target.is-visible .route-showcase__chain > div:nth-of-type(2) { transition-delay: 410ms; }
  .reason-panel.reveal-target.is-visible .route-showcase__chain > div:nth-of-type(3) { transition-delay: 470ms; }
  .reason-panel.reveal-target.is-visible .route-showcase__chain > div:nth-of-type(4) { transition-delay: 530ms; }
  .reason-panel.reveal-target.is-visible .route-showcase__chain > div:nth-of-type(5) { transition-delay: 590ms; }
  .reason-panel.reveal-target.is-visible .route-showcase__chain > div:nth-of-type(6) { transition-delay: 650ms; }

  .reason-panel.reveal-target.is-visible .delivery-steps > li:nth-child(1) { transition-delay: 180ms; }
  .reason-panel.reveal-target.is-visible .delivery-steps > li:nth-child(2) { transition-delay: 250ms; }
  .reason-panel.reveal-target.is-visible .delivery-steps > li:nth-child(3) { transition-delay: 320ms; }
  .reason-panel.reveal-target.is-visible .delivery-steps > li:nth-child(4) { transition-delay: 390ms; }
  .reason-panel.reveal-target.is-visible .delivery-steps > li:nth-child(5) { transition-delay: 460ms; }
  .reason-panel.reveal-target.is-visible .delivery-steps > li:nth-child(6) { transition-delay: 530ms; }
  .reason-panel.reveal-target.is-visible .delivery-steps > li:nth-child(7) { transition-delay: 600ms; }
  .reason-panel.reveal-target.is-visible .delivery-steps > li:nth-child(8) { transition-delay: 670ms; }

  main#top > #contact.contact::before {
    animation: home-contact-light-a 16s ease-in-out infinite alternate;
  }

  main#top > #contact.contact::after {
    animation: home-contact-light-b 19s ease-in-out infinite alternate;
  }

  main#top > #contact .home-contact-button {
    transition: border-color .28s ease, background-size .38s var(--motion-ease), color .28s ease, transform .32s var(--motion-ease), box-shadow .32s ease;
  }

  main#top > #contact .home-contact-button::before {
    content: "";
    position: absolute;
    inset: -40% auto -40% -38%;
    width: 24%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .42), transparent);
    transform: skewX(-18deg);
    pointer-events: none;
  }

  main#top > #contact .home-contact-button:hover,
  main#top > #contact .home-contact-button:focus-visible {
    transform: translate3d(0, -3px, 0);
    box-shadow: 0 10px 24px rgba(2, 31, 58, .16);
  }

  main#top > #contact .home-contact-button:hover::before,
  main#top > #contact .home-contact-button:focus-visible::before {
    animation: home-contact-button-shine .7s var(--motion-ease) 1;
  }
}

@keyframes home-contact-light-a {
  to { transform: translate3d(-18px, 12px, 0) rotate(-5deg); }
}

@keyframes home-contact-light-b {
  to { transform: translate3d(16px, -10px, 0); }
}

@keyframes home-contact-button-shine {
  from { left: -38%; }
  to { left: 118%; }
}

@media (max-width: 760px) and (prefers-reduced-motion: no-preference) {
  main#top > #contact.contact::before,
  main#top > #contact.contact::after {
    animation-duration: 24s;
  }

  .reason-panel.reveal-target .route-showcase__primary > .route-medallion,
  .reason-panel.reveal-target .route-showcase__center,
  .reason-panel.reveal-target .route-showcase__chain > div,
  .reason-panel.reveal-target .delivery-steps > li {
    transform: translate3d(0, 10px, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  main#top > #contact.contact::before,
  main#top > #contact.contact::after,
  main#top > #contact .home-contact-button::before {
    animation: none;
  }
}

.route-showcase {
  width: min(100%, 1100px);
}

.route-showcase__primary {
  grid-template-columns: 148px minmax(76px, 1fr) 210px minmax(76px, 1fr) 148px;
  gap: clamp(14px, 2vw, 28px);
  min-width: 820px;
  min-height: 208px;
  align-items: center;
  padding: 8px 14px 56px;
}

.route-showcase__primary::before {
  content: none;
}

.route-medallion {
  width: 132px;
  height: 132px;
  gap: 6px;
  border: 1px solid rgba(7, 52, 91, .14);
  border-radius: 28px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 10px 30px rgba(8, 43, 75, .06);
}

.route-medallion::after {
  content: none;
}

.route-medallion__icon {
  width: 60px;
  height: 60px;
  color: #607080;
  filter: none;
}

.route-medallion__icon svg {
  width: 56px;
  height: 56px;
  stroke-width: 1.65;
}

.route-medallion > strong {
  font-family: var(--font-body);
  font-size: 15px;
}

.route-medallion--hs {
  width: 190px;
  height: 132px;
  border: 0;
  border-radius: 32px;
  background: linear-gradient(135deg, #0a4778, #001d3a);
  box-shadow: 0 14px 34px rgba(0, 38, 72, .16);
}

.route-medallion--hs strong {
  font-family: var(--font-en);
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -.03em;
  text-shadow: none;
}

.route-showcase__arrow {
  height: 2px;
  margin-top: 0;
  background: linear-gradient(90deg, #0b4778, #b88931, #0b4778);
  clip-path: none;
  filter: none;
}

.route-showcase__arrow::before,
.route-showcase__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #0b4778;
  border-right: 2px solid #0b4778;
}

.route-showcase__arrow::before {
  left: 0;
  transform: translateY(-50%) rotate(-135deg);
}

.route-showcase__arrow::after {
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

.route-showcase__services {
  bottom: -43px;
  gap: 8px;
}

.route-showcase__services li {
  min-height: 42px;
  gap: 7px;
  padding: 6px 13px;
  border: 1px solid rgba(7, 52, 91, .12);
  border-radius: 12px;
  background: #f2f5f7;
  color: var(--why-v-navy-deep);
  font-size: 13px;
  box-shadow: none;
}

.route-showcase__services svg {
  width: 23px;
  height: 23px;
  color: var(--why-v-gold);
}

.route-showcase__general {
  min-width: 820px;
  margin-top: 8px;
  padding: 38px 12px 0;
  border-top-color: rgba(7, 52, 91, .1);
}

.route-showcase__general-label {
  top: 10px;
  left: 12px;
  padding: 5px 12px;
  background: #eef1f3;
  color: #6d7781;
  font-size: 10px;
  letter-spacing: .06em;
}

.route-showcase__chain {
  grid-template-columns: repeat(5, minmax(66px, 1fr) minmax(24px, .45fr)) minmax(66px, 1fr);
}

.route-showcase__chain > div {
  gap: 4px;
  font-size: 10px;
}

.route-showcase__chain > div > span {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(75, 91, 105, .17);
  background: #f7f8f8;
  box-shadow: none;
}

.route-showcase__chain svg {
  width: 32px;
  height: 32px;
  stroke-width: 1.65;
}

.route-showcase__chain i {
  height: 1px;
  background: #bdc3c8;
}

.route-showcase__chain i::after {
  top: -3px;
  width: 6px;
  height: 6px;
  border-width: 1px;
  border-color: #aeb4ba;
}

@media (max-width: 820px) {
  .route-showcase__primary {
    grid-template-columns: 132px minmax(60px, 1fr) 188px minmax(60px, 1fr) 132px;
    min-width: 760px;
    min-height: 196px;
    padding-inline: 12px;
  }

  .route-medallion {
    width: 118px;
    height: 118px;
  }

  .route-medallion--hs {
    width: 170px;
    height: 118px;
  }

  .route-showcase__general {
    min-width: 760px;
  }
}

@media (max-width: 520px) {
  .route-showcase {
    width: 100%;
    margin-inline: 0;
    overflow: visible;
  }

  .route-showcase__primary {
    grid-template-columns: 78px 24px 92px 24px 78px;
    gap: 4px;
    min-width: 0;
    min-height: 170px;
    justify-content: center;
    padding: 0 0 52px;
  }

  .route-medallion {
    width: 76px;
    height: 86px;
    border-radius: 18px;
  }

  .route-medallion__icon,
  .route-medallion__icon svg {
    width: 40px;
    height: 40px;
  }

  .route-medallion > strong {
    font-size: 10px;
  }

  .route-medallion--hs {
    width: 92px;
    height: 86px;
    border-radius: 21px;
  }

  .route-medallion--hs strong {
    font-size: 26px;
  }

  .route-showcase__services {
    bottom: -43px;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    width: 302px;
  }

  .route-showcase__services li {
    min-height: 36px;
    justify-content: center;
    gap: 4px;
    padding: 4px 5px;
    border-radius: 9px;
    font-size: 10px;
  }

  .route-showcase__services svg {
    width: 17px;
    height: 17px;
  }

  .route-showcase__general {
    min-width: 0;
    margin-top: 4px;
    padding: 37px 5px 10px;
  }

  .route-showcase__chain {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 6px;
  }

  .route-showcase__chain i {
    display: none;
  }

  .route-showcase__chain > div > span {
    width: 46px;
    height: 46px;
  }

  .route-showcase__chain svg {
    width: 27px;
    height: 27px;
  }
}

/* Reason 01: reference-led architectural sourcing route */
.reason-panel--route .route-showcase {
  width: min(100%, 1160px);
  margin: 4px auto 0;
  overflow: visible;
}

.reason-panel--route .route-showcase__primary {
  display: grid;
  grid-template-columns: minmax(240px, 1.25fr) minmax(58px, .5fr) minmax(210px, .88fr) minmax(58px, .5fr) minmax(240px, 1.25fr);
  gap: clamp(10px, 1.8vw, 26px);
  min-width: 0;
  min-height: 342px;
  align-items: center;
  padding: 0 0 88px;
}

.reason-panel--route .route-medallion {
  display: grid;
  width: 100%;
  height: auto;
  min-width: 0;
  place-content: initial;
  justify-items: center;
  gap: 2px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.reason-panel--route .route-medallion::after {
  content: none;
}

.reason-panel--route .route-medallion__icon {
  display: block;
  width: 100%;
  height: clamp(190px, 18vw, 260px);
  color: inherit;
  filter: none;
}

.reason-panel--route .route-medallion__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 58%;
}

.reason-panel--route .route-medallion > strong {
  max-width: 100%;
  color: #082d50;
  font-family: var(--font-heading);
  font-size: clamp(18px, 1.65vw, 24px);
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: .04em;
  text-align: center;
  white-space: nowrap;
}

.reason-panel--route .route-showcase__center {
  align-self: center;
  min-width: 0;
  transform: translateY(-8px);
}

.reason-panel--route .route-medallion--hs {
  position: relative;
  isolation: isolate;
  display: grid;
  width: 100%;
  height: clamp(132px, 12vw, 166px);
  place-items: center;
  overflow: hidden;
  border: 4px double rgba(238, 244, 249, .96);
  border-radius: 0;
  background: linear-gradient(145deg, #07325c, #001a36 76%);
  box-shadow: 0 0 0 2px #062d53, 0 16px 30px rgba(1, 31, 59, .13);
}

.reason-panel--route .route-medallion__network {
  position: absolute;
  inset: -31%;
  z-index: -1;
  width: 162%;
  height: 162%;
  object-fit: contain;
  opacity: .18;
  filter: saturate(.75) brightness(1.35);
}

.reason-panel--route .route-medallion--hs strong {
  position: relative;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.2vw, 62px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: 1;
  text-shadow: 0 3px 9px rgba(0, 0, 0, .28);
}

.reason-panel--route .route-showcase__arrow {
  width: 100%;
  height: 3px;
  margin: 0;
  background: #062d53;
  clip-path: none;
  filter: none;
}

.reason-panel--route .route-showcase__arrow::before,
.reason-panel--route .route-showcase__arrow::after {
  width: 13px;
  height: 13px;
  border-width: 3px;
  border-color: #062d53;
}

.reason-panel--route .route-showcase__services {
  position: absolute;
  bottom: -84px;
  left: 50%;
  display: grid;
  width: min(410px, 184%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(6px, .85vw, 12px);
  margin: 0;
  padding: 31px 0 0;
  transform: translateX(-50%);
}

.reason-panel--route .route-showcase__services::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 16.66%;
  left: 16.66%;
  height: 1px;
  background: #6d7e8e;
}

.reason-panel--route .route-showcase__services::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  width: 1px;
  height: 26px;
  background: #6d7e8e;
}

.reason-panel--route .route-showcase__services li {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 42px;
  place-items: center;
  padding: 7px 8px;
  border: 1px solid #8291a0;
  border-radius: 0;
  background: rgba(255, 255, 255, .96);
  color: #092f52;
  font-size: clamp(12px, 1.05vw, 15px);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 4px 13px rgba(7, 40, 70, .055);
}

.reason-panel--route .route-showcase__services li::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #b38b3c;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .88);
  transform: translateX(-50%);
}

.reason-panel--route .route-showcase__general {
  position: relative;
  min-width: 0;
  margin: 10px 0 0;
  padding: 56px 0 0;
  border-top: 1px solid #aeb5bc;
}

.reason-panel--route .route-showcase__general::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-right: 1px solid #aeb5bc;
  border-bottom: 1px solid #aeb5bc;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}

.reason-panel--route .route-showcase__general-label {
  top: 34px;
  left: 50%;
  z-index: 1;
  display: flex;
  width: min(100%, 600px);
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 18px;
  background: #fff;
  color: #656d75;
  font-family: var(--font-heading);
  font-size: clamp(15px, 1.35vw, 19px);
  font-weight: 600;
  letter-spacing: .08em;
  transform: translate(-50%, -50%);
}

.reason-panel--route .route-showcase__general-label::before,
.reason-panel--route .route-showcase__general-label::after {
  content: "";
  width: min(14vw, 180px);
  height: 1px;
  background: #c0c5ca;
}

.reason-panel--route .route-showcase__chain {
  display: grid;
  grid-template-columns: repeat(5, minmax(105px, 1fr) minmax(24px, .32fr)) minmax(105px, 1fr);
  align-items: center;
  padding-top: 12px;
}

.reason-panel--route .route-showcase__chain > div {
  display: grid;
  min-width: 0;
  justify-items: center;
  gap: 4px;
  color: #565f67;
  font-size: clamp(11px, 1vw, 14px);
  white-space: nowrap;
}

.reason-panel--route .route-showcase__chain > div > span {
  display: block;
  width: 100%;
  height: clamp(100px, 10vw, 138px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.reason-panel--route .route-showcase__chain img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 65%;
}

.reason-panel--route .route-showcase__chain strong {
  min-height: 2.7em;
  color: #5b6269;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
}

.reason-panel--route .route-showcase__chain i {
  height: 2px;
  margin: 0 5px 23px;
  background: #8d949a;
}

.reason-panel--route .route-showcase__chain i::after {
  top: -4px;
  width: 9px;
  height: 9px;
  border-width: 2px;
  border-color: #8d949a;
}

@media (max-width: 760px) {
  .reason-panel--route .route-showcase__primary {
    grid-template-columns: minmax(82px, 1fr) 24px minmax(100px, 1.08fr) 24px minmax(82px, 1fr);
    gap: 4px;
    min-height: 188px;
    padding-bottom: 64px;
  }

  .reason-panel--route .route-medallion__icon {
    height: clamp(92px, 28vw, 142px);
  }

  .reason-panel--route .route-medallion > strong {
    font-size: clamp(10px, 2.7vw, 14px);
    letter-spacing: 0;
  }

  .reason-panel--route .route-medallion--hs {
    height: clamp(82px, 23vw, 112px);
    border-width: 3px;
    box-shadow: 0 0 0 1px #062d53, 0 10px 24px rgba(1, 31, 59, .13);
  }

  .reason-panel--route .route-medallion--hs strong {
    font-size: clamp(27px, 8vw, 40px);
  }

  .reason-panel--route .route-showcase__arrow {
    height: 2px;
  }

  .reason-panel--route .route-showcase__arrow::before,
  .reason-panel--route .route-showcase__arrow::after {
    width: 7px;
    height: 7px;
    border-width: 2px;
  }

  .reason-panel--route .route-showcase__services {
    bottom: -60px;
    width: min(300px, 285%);
    gap: 4px;
    padding-top: 24px;
  }

  .reason-panel--route .route-showcase__services::before {
    top: 8px;
  }

  .reason-panel--route .route-showcase__services::after {
    top: -7px;
    height: 16px;
  }

  .reason-panel--route .route-showcase__services li {
    min-height: 34px;
    padding: 5px 4px;
    font-size: clamp(9px, 2.45vw, 12px);
  }

  .reason-panel--route .route-showcase__services li::before {
    top: -20px;
    width: 7px;
    height: 7px;
  }

  .reason-panel--route .route-showcase__general {
    margin-top: 8px;
    padding-top: 54px;
  }

  .reason-panel--route .route-showcase__chain {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 8px;
    padding-inline: 2px;
  }

  .reason-panel--route .route-showcase__chain i {
    display: none;
  }

  .reason-panel--route .route-showcase__chain > div {
    position: relative;
    font-size: clamp(10px, 2.7vw, 13px);
  }

  .reason-panel--route .route-showcase__chain > div > span {
    height: clamp(86px, 28vw, 126px);
  }

  .reason-panel--route .route-showcase__chain > div:not(:nth-of-type(3n))::after {
    content: "";
    position: absolute;
    top: 40%;
    right: -8px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #8d949a;
    border-right: 1px solid #8d949a;
    transform: rotate(45deg);
  }
}

@media (max-width: 430px) {
  .reason-panel--route .route-showcase__primary {
    grid-template-columns: minmax(70px, 1fr) 18px minmax(84px, 1.08fr) 18px minmax(70px, 1fr);
  }

  .reason-panel--route .route-showcase__services {
    width: min(276px, 300%);
  }
}

/* Final cascade: conventional route above the H&S route. */
.reason-panel--route .route-showcase {
  display: grid;
}

.reason-panel--route .route-showcase__general {
  grid-row: 1;
  margin: 0 0 clamp(34px, 4vw, 54px);
  padding-top: 56px;
}

.reason-panel--route .route-showcase__primary {
  grid-row: 2;
  padding: 50px 0 88px;
}

@media (max-width: 760px) {
  .reason-panel--route .route-showcase__general {
    margin-bottom: 30px;
    padding-top: 52px;
  }

  .reason-panel--route .route-showcase__primary {
    padding: 40px 0 64px;
  }
}

.reason-panel--requirements .delivery-steps-scroll {
  position: relative;
  padding: 34px 2px 10px;
  border-top: 1px solid #aeb5bc;
}

.reason-panel--requirements .delivery-steps-scroll::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-right: 1px solid #aeb5bc;
  border-bottom: 1px solid #aeb5bc;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}

.reason-panel--requirements .delivery-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, auto);
  gap: 72px clamp(24px, 2.8vw, 40px);
  min-width: 0;
  align-items: start;
}

.reason-panel--requirements .delivery-steps li:nth-child(-n + 3)::after {
  top: 30px;
  left: calc(100% + 3px);
  width: 11px;
  height: 11px;
  border-width: 1.5px;
  border-color: #929aa1;
}

.reason-panel--requirements .delivery-step__visual {
  height: 178px;
  margin-top: 28px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.reason-panel--requirements .delivery-step__visual::after {
  content: none;
}

.reason-panel--requirements .delivery-step__visual img {
  border-radius: 0;
  object-fit: contain;
  object-position: 50% 55%;
  filter: none;
}

.reason-panel--requirements .delivery-step__visual small {
  top: -31px;
  width: 62px;
  height: 62px;
  border-width: 2px;
  background: linear-gradient(145deg, #083b66, #001e3b 76%);
  font-size: 24px;
  box-shadow: 0 5px 13px rgba(0, 36, 70, .13);
}

.reason-panel--requirements .delivery-steps h4 {
  display: grid;
  min-height: 3.15em;
  align-content: center;
  margin-top: 9px;
  font-size: clamp(14px, 1.03vw, 16px);
  line-height: 1.45;
  letter-spacing: .02em;
  text-wrap: balance;
  word-break: normal;
  line-break: strict;
}

main#top > #strength.why-visual .reason-panel--requirements .delivery-steps p {
  min-height: 5.1em;
  margin-top: 5px;
  font-size: clamp(11px, .78vw, 12.5px);
  line-height: 1.72;
  letter-spacing: 0;
  text-wrap: pretty;
  word-break: normal;
  line-break: strict;
}

@media (max-width: 760px) {

  .reason-panel--requirements .delivery-steps {
    grid-template-columns: repeat(8, 148px);
    min-width: max-content;
  }

  .reason-panel--requirements .delivery-step__visual {
    height: 174px;
  }
}

/* Final reason-02 polish: align its scale and rhythm with Index and PSC. */
@media (min-width: 761px) {
  .reason-panel--requirements {
    width: min(100%, 1180px);
    margin-inline: auto;
    padding-bottom: clamp(30px, 3vw, 42px);
  }

  .reason-panel--requirements .reason-panel__header {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: clamp(22px, 2.2vw, 30px);
    min-height: 132px;
    padding-inline: 0;
  }

  .reason-panel--requirements .reason-panel__number {
    width: 68px;
    height: 68px;
    border-radius: var(--card-radius);
    font-family: var(--font-label);
    font-size: var(--fs-30);
    font-weight: var(--fw-label);
    letter-spacing: 0;
    box-shadow: 0 10px 24px rgba(0, 35, 68, .12);
  }

  .reason-panel--requirements .reason-panel__header h3 {
    font-size: clamp(var(--fs-28), 2.25vw, var(--fs-32));
    line-height: 1.42;
    letter-spacing: var(--ls-heading);
  }

  main#top > #strength.why-visual .reason-panel--requirements .reason-panel__header p {
    max-width: 980px;
    margin-top: 8px;
    font-size: var(--fs-16);
    line-height: 1.75;
    letter-spacing: .015em;
  }

  .reason-panel--requirements .delivery-steps-scroll {
    padding: 32px 0 8px;
    border-top-color: rgba(18, 41, 71, .22);
  }

  .reason-panel--requirements .delivery-steps-scroll::before {
    width: 10px;
    height: 10px;
    border-color: rgba(18, 41, 71, .22);
  }

  .reason-panel--requirements .delivery-steps {
    gap: 64px clamp(22px, 2.5vw, 34px);
  }

  .reason-panel--requirements .delivery-steps li {
    display: grid;
    grid-template-rows: 190px 3.2em auto;
    align-items: start;
  }

  .reason-panel--requirements .delivery-step__visual {
    height: 160px;
    margin-top: 30px;
  }

  .reason-panel--requirements .delivery-step__visual small {
    top: -27px;
    width: 56px;
    height: 56px;
    border: 1px solid rgba(255, 255, 255, .92);
    font-family: var(--font-heading);
    font-size: var(--fs-22);
    font-weight: var(--fw-heading);
    line-height: .92;
    box-shadow: 0 6px 16px rgba(0, 35, 68, .13);
  }

  .reason-panel--requirements .delivery-step__visual small span {
    margin-bottom: 3px;
    font-family: var(--font-label);
    font-size: 8px;
    font-weight: var(--fw-label);
    letter-spacing: .12em;
  }

  .reason-panel--requirements .delivery-steps h4 {
    min-height: 0;
    margin: 10px 0 0;
    font-size: var(--fs-16);
    font-weight: var(--fw-heading);
    line-height: 1.55;
    letter-spacing: var(--ls-heading);
  }

  main#top > #strength.why-visual .reason-panel--requirements .delivery-steps p {
    min-height: 0;
    max-width: 19em;
    margin: 8px auto 0;
    color: #536376;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: .005em;
  }

  .reason-panel--requirements .delivery-steps li::after,
  .reason-panel--requirements .delivery-steps li:nth-child(-n + 3)::after {
    top: 28px;
    width: 9px;
    height: 9px;
    border-width: 1px;
    border-color: #8f9aa4;
  }

  .reason-panel--requirements .delivery-steps li:nth-child(-n + 3)::after {
    left: calc(100% + clamp(7px, 1vw, 13px));
  }

  .reason-panel--requirements .delivery-steps li:nth-child(4)::before {
    bottom: -48px;
    height: 38px;
    background: #8f9aa4;
  }

  .reason-panel--requirements .delivery-steps li:nth-child(4)::after {
    top: auto;
    bottom: -51px;
  }

  .reason-panel--requirements .delivery-steps li:nth-child(n + 5):nth-child(-n + 7)::after {
    top: 28px;
    left: calc(-1 * clamp(17px, 1.8vw, 25px));
  }
}

/* Match reason 01 to reason 02's panel and number-badge system. */
.reason-panel--route .reason-panel__number {
  width: 56px;
  height: 72px;
  border: 0;
  border-radius: 15px;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, .16), transparent 34%),
    linear-gradient(145deg, #0a416f, #001d39);
  color: #fff;
  font-size: 28px;
  box-shadow: 0 12px 28px rgba(0, 35, 68, .16);
}

@media (min-width: 761px) {
  .reason-panel--route {
    width: min(100%, 1180px);
    margin-inline: auto;
    padding-bottom: clamp(30px, 3vw, 42px);
  }

  .reason-panel--route .reason-panel__header {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: clamp(22px, 2.2vw, 30px);
    min-height: 132px;
    padding-inline: 0;
  }

  .reason-panel--route .reason-panel__number {
    width: 68px;
    height: 68px;
    border-radius: var(--card-radius);
    font-family: var(--font-label);
    font-size: var(--fs-30);
    font-weight: var(--fw-label);
    letter-spacing: 0;
    box-shadow: 0 10px 24px rgba(0, 35, 68, .12);
  }

  .reason-panel--route .reason-panel__header h3 {
    font-size: clamp(var(--fs-28), 2.25vw, var(--fs-32));
    line-height: 1.42;
    letter-spacing: var(--ls-heading);
  }

  main#top > #strength.why-visual .reason-panel--route .reason-panel__header p {
    max-width: 980px;
    margin-top: 8px;
    font-size: var(--fs-16);
    line-height: 1.75;
    letter-spacing: .015em;
  }
}

/* Keep a clear, but not excessive, separation between reasons 01 and 02. */
.why-visual__cards {
  gap: clamp(40px, 3.2vw, 48px);
}

@media (min-width: 761px) {
  .reason-panel--route .route-showcase__primary {
    padding-bottom: 60px;
  }
}

/* Keep the handoff from reason 02 to FAQ clear without a large empty field. */
main#top > #strength.why-visual {
  padding-bottom: clamp(52px, 4.5vw, 68px);
}

main#top > #faq.faq {
  padding-top: clamp(58px, 5vw, 76px);
}

@media (max-width: 720px) {
  main#top > #strength.why-visual {
    padding-bottom: 48px;
  }

  main#top > #faq.faq {
    padding-top: 56px;
  }
}
