/* =========================================================
   WEBSDOCS ABOUT — FULL-WIDTH 8K FOUNDATION
   About page only.
   Load AFTER nav.css / hero.css / style.css / mobile.css.

   Purpose:
   - true border-to-border section backgrounds
   - no legacy centered max-width container
   - fluid internal gutters instead of boxed layouts
   - scales cleanly from mobile through 4K / 5K / 8K
   - foundation for the new premium About hero + later sections
========================================================= */


/* =========================================================
   1. PAGE VARIABLES
========================================================= */

:root {
  --wd-about-edge:
    clamp(18px, 2.35vw, 220px);

  --wd-about-edge-tight:
    clamp(16px, 1.65vw, 150px);

  --wd-about-section-y:
    clamp(72px, 5.2vw, 320px);

  --wd-about-section-y-tight:
    clamp(52px, 3.8vw, 220px);

  --wd-about-gap:
    clamp(22px, 2vw, 120px);

  --wd-about-gap-lg:
    clamp(36px, 3.5vw, 220px);

  --wd-about-radius:
    clamp(22px, 1.35vw, 72px);

  --wd-about-line:
    rgba(20, 49, 82, 0.12);

  --wd-about-ink:
    #08182c;

  --wd-about-ink-2:
    #17324f;

  --wd-about-muted:
    #60748d;

  --wd-about-surface:
    #ffffff;

  --wd-about-surface-soft:
    #f5f9fd;

  --wd-about-surface-blue:
    #edf5ff;

  --wd-about-shadow:
    0 28px 90px rgba(13, 40, 72, 0.10);
}


/* =========================================================
   2. SAFE PAGE RESET — ABOUT MAIN ONLY
========================================================= */

main,
main *,
main *::before,
main *::after {
  box-sizing: border-box;
}

main {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: clip;
  color: var(--wd-about-ink);
}


/* =========================================================
   3. LEGACY ABOUT COMPATIBILITY
   This immediately removes the old boxed / narrow layout
   while we replace sections one by one.
========================================================= */

main > .hero,
main > .section {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

main > .hero .hero-content,
main > .section > .container {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-left: var(--wd-about-edge);
  padding-right: var(--wd-about-edge);
}

/* Kill inherited centered content limits from old global CSS. */
main > .section > .container {
  margin-left: 0;
  margin-right: 0;
}

/* Old cards/grids should be allowed to use available width. */
main .grid,
main .card,
main .cta-box {
  max-width: none;
}


/* =========================================================
   4. NEW PREMIUM FULL-WIDTH SECTION SYSTEM
   Use these classes in the new hero and every new section.
========================================================= */

.wd-about-section {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding:
    var(--wd-about-section-y)
    var(--wd-about-edge);
  overflow: clip;
}

.wd-about-section--tight {
  padding-top: var(--wd-about-section-y-tight);
  padding-bottom: var(--wd-about-section-y-tight);
}

.wd-about-section--flush {
  padding-left: 0;
  padding-right: 0;
}

.wd-about-section--white {
  background: #ffffff;
}

.wd-about-section--soft {
  background:
    linear-gradient(
      180deg,
      #f8fbff 0%,
      #eef5fd 100%
    );
}

.wd-about-section--dark {
  color: #f5f9ff;
  background:
    radial-gradient(
      circle at 15% 15%,
      rgba(62, 143, 255, 0.16),
      transparent 32%
    ),
    radial-gradient(
      circle at 88% 74%,
      rgba(0, 211, 225, 0.10),
      transparent 30%
    ),
    #07182d;
}

.wd-about-section--line {
  border-top: 1px solid var(--wd-about-line);
  border-bottom: 1px solid var(--wd-about-line);
}


/* =========================================================
   5. TRUE FULL-WIDTH INNER SHELL
   Intentionally NO max-width.
========================================================= */

.wd-about-shell {
  position: relative;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
}

.wd-about-shell--grid {
  display: grid;
  gap: var(--wd-about-gap-lg);
}


/* =========================================================
   6. WIDE GRID PRIMITIVES
========================================================= */

.wd-about-grid-2 {
  display: grid;
  grid-template-columns:
    minmax(0, 0.92fr)
    minmax(0, 1.08fr);
  gap: var(--wd-about-gap-lg);
  align-items: center;
}

.wd-about-grid-3 {
  display: grid;
  grid-template-columns:
    repeat(3, minmax(0, 1fr));
  gap: var(--wd-about-gap);
}

.wd-about-grid-4 {
  display: grid;
  grid-template-columns:
    repeat(4, minmax(0, 1fr));
  gap: var(--wd-about-gap);
}

.wd-about-grid-5 {
  display: grid;
  grid-template-columns:
    repeat(5, minmax(0, 1fr));
  gap: var(--wd-about-gap);
}


/* =========================================================
   7. TYPOGRAPHY THAT SCALES ON ULTRA-WIDE SCREENS
========================================================= */

.wd-about-kicker {
  margin: 0;
  color: #2c69b7;
  font-size:
    clamp(11px, 0.58vw, 28px);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wd-about-title {
  margin: 0;
  max-width: none;
  color: var(--wd-about-ink);
  font-size:
    clamp(46px, 4.4vw, 220px);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.wd-about-title span {
  color: #466785;
}

.wd-about-heading {
  margin: 0;
  max-width: none;
  font-size:
    clamp(34px, 3.05vw, 150px);
  font-weight: 780;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.wd-about-lead {
  margin: 0;
  max-width: none;
  color: var(--wd-about-ink-2);
  font-size:
    clamp(17px, 1.05vw, 48px);
  line-height: 1.62;
}

.wd-about-copy {
  margin: 0;
  max-width: none;
  color: var(--wd-about-muted);
  font-size:
    clamp(14px, 0.82vw, 36px);
  line-height: 1.7;
}


/* =========================================================
   8. FULL-WIDTH VISUAL PANELS / CARDS
========================================================= */

.wd-about-panel {
  min-width: 0;
  border: 1px solid var(--wd-about-line);
  border-radius: var(--wd-about-radius);
  background:
    rgba(255, 255, 255, 0.94);
  box-shadow: var(--wd-about-shadow);
}

.wd-about-panel--soft {
  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.96),
      rgba(238,246,255,0.92)
    );
}

.wd-about-card {
  min-width: 0;
  padding:
    clamp(20px, 1.55vw, 88px);
  border: 1px solid var(--wd-about-line);
  border-radius:
    clamp(18px, 1vw, 48px);
  background:
    rgba(255, 255, 255, 0.92);
}


/* =========================================================
   9. BORDER-TO-BORDER VISUAL STAGE
   Use when an image, graph, cockpit, timeline, etc.
   should visually touch both screen edges.
========================================================= */

.wd-about-edge-stage {
  width: calc(
    100% + (var(--wd-about-edge) * 2)
  );
  max-width: none;
  margin-left: calc(var(--wd-about-edge) * -1);
  margin-right: calc(var(--wd-about-edge) * -1);
}

.wd-about-edge-stage--tight {
  width: calc(
    100% + (var(--wd-about-edge-tight) * 2)
  );
  margin-left:
    calc(var(--wd-about-edge-tight) * -1);
  margin-right:
    calc(var(--wd-about-edge-tight) * -1);
}


/* =========================================================
   10. WIDE MEDIA / IMAGE RULES
========================================================= */

.wd-about-media {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--wd-about-radius);
}

.wd-about-media img,
.wd-about-media video,
.wd-about-media canvas,
.wd-about-media svg {
  display: block;
  width: 100%;
  max-width: none;
}


/* =========================================================
   11. ULTRA-WIDE / 4K / 5K / 8K
========================================================= */

@media (min-width: 2560px) {
  :root {
    --wd-about-edge:
      clamp(72px, 2.45vw, 240px);

    --wd-about-edge-tight:
      clamp(52px, 1.7vw, 170px);

    --wd-about-section-y:
      clamp(150px, 4.8vw, 340px);

    --wd-about-gap:
      clamp(48px, 1.7vw, 130px);

    --wd-about-gap-lg:
      clamp(80px, 3vw, 230px);
  }
}

@media (min-width: 5120px) {
  :root {
    --wd-about-edge: 2.25vw;
    --wd-about-edge-tight: 1.45vw;
    --wd-about-section-y: 4.1vw;
    --wd-about-section-y-tight: 2.8vw;
    --wd-about-gap: 1.35vw;
    --wd-about-gap-lg: 2.35vw;
  }

  .wd-about-title {
    font-size: 4.15vw;
  }

  .wd-about-heading {
    font-size: 2.75vw;
  }

  .wd-about-lead {
    font-size: 0.96vw;
  }

  .wd-about-copy {
    font-size: 0.72vw;
  }
}


/* =========================================================
   12. LAPTOP / TABLET
========================================================= */

@media (max-width: 1280px) {
  :root {
    --wd-about-edge:
      clamp(18px, 3vw, 42px);

    --wd-about-section-y:
      clamp(70px, 7vw, 110px);
  }

  .wd-about-grid-5,
  .wd-about-grid-4 {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .wd-about-grid-3 {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }
}


/* =========================================================
   13. MOBILE
========================================================= */

@media (max-width: 820px) {
  :root {
    --wd-about-edge: 18px;
    --wd-about-edge-tight: 14px;
    --wd-about-section-y: 70px;
    --wd-about-section-y-tight: 52px;
    --wd-about-gap: 16px;
    --wd-about-gap-lg: 28px;
    --wd-about-radius: 24px;
  }

  .wd-about-grid-2,
  .wd-about-grid-3,
  .wd-about-grid-4,
  .wd-about-grid-5 {
    grid-template-columns: 1fr;
  }

  .wd-about-title {
    font-size:
      clamp(42px, 12vw, 72px);
    line-height: 0.98;
  }

  .wd-about-heading {
    font-size:
      clamp(34px, 9vw, 54px);
  }

  .wd-about-lead {
    font-size:
      clamp(16px, 4.4vw, 20px);
  }

  .wd-about-copy {
    font-size: 15px;
  }
}


/* =========================================================
   14. VERY SMALL MOBILE
========================================================= */

@media (max-width: 480px) {
  :root {
    --wd-about-edge: 14px;
    --wd-about-edge-tight: 12px;
  }

  .wd-about-section {
    padding-left: var(--wd-about-edge);
    padding-right: var(--wd-about-edge);
  }

  .wd-about-card {
    padding: 18px;
  }
}


/* =========================================================
   15. ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {
  main *,
  main *::before,
  main *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


/* =========================================================
   WEBSDOCS ABOUT HERO — PREMIUM FULL-WIDTH / 8K
   Load AFTER about-fullwidth-8k.css
   No JavaScript required.
========================================================= */


/* =========================================================
   1. HERO ROOT
========================================================= */

.wd-about-hero {
  --about-hero-edge: var(--wd-about-edge, clamp(18px, 2.35vw, 220px));
  --about-hero-line: rgba(95, 129, 166, 0.18);
  --about-hero-line-strong: rgba(95, 141, 190, 0.34);
  --about-hero-blue: #276fd3;
  --about-hero-blue-2: #58a7ff;
  --about-hero-cyan: #19bed6;
  --about-hero-green: #18a878;
  --about-hero-ink: #07182d;
  --about-hero-ink-2: #173452;
  --about-hero-muted: #6c829b;

  position: relative;
  width: 100%;
  max-width: none;
  min-height: clamp(900px, 91svh, 3400px);
  margin: 0;
  overflow: clip;
  color: var(--about-hero-ink);
  background:
    linear-gradient(
      180deg,
      #fbfdff 0%,
      #f4f9ff 46%,
      #edf5fe 100%
    );
  border-bottom: 1px solid var(--about-hero-line);
}


/* =========================================================
   2. AMBIENT FIELD
========================================================= */

.wd-about-hero__ambient,
.wd-about-hero__grid,
.wd-about-hero__glow,
.wd-about-hero__beam {
  position: absolute;
  pointer-events: none;
}

.wd-about-hero__ambient {
  inset: 0;
  overflow: hidden;
}

.wd-about-hero__grid {
  inset: 0;
  opacity: 0.58;
  background-image:
    linear-gradient(
      rgba(64, 115, 170, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(64, 115, 170, 0.045) 1px,
      transparent 1px
    );
  background-size:
    clamp(48px, 3.2vw, 240px)
    clamp(48px, 3.2vw, 240px);
  mask-image:
    linear-gradient(
      180deg,
      rgba(0,0,0,0.76),
      rgba(0,0,0,0.26) 70%,
      transparent
    );
}

.wd-about-hero__glow {
  border-radius: 999px;
  filter: blur(1px);
}

.wd-about-hero__glow--one {
  width: min(54vw, 3600px);
  aspect-ratio: 1;
  top: -24%;
  right: -12%;
  background:
    radial-gradient(
      circle,
      rgba(76, 160, 255, 0.17),
      rgba(76, 160, 255, 0.055) 46%,
      transparent 72%
    );
}

.wd-about-hero__glow--two {
  width: min(38vw, 2600px);
  aspect-ratio: 1;
  left: -12%;
  bottom: -28%;
  background:
    radial-gradient(
      circle,
      rgba(20, 196, 205, 0.13),
      rgba(20, 196, 205, 0.035) 48%,
      transparent 72%
    );
}

.wd-about-hero__beam {
  height: 1px;
  opacity: 0.6;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(73, 139, 211, 0.38),
      transparent
    );
}

.wd-about-hero__beam--one {
  width: 76vw;
  right: -12vw;
  top: 28%;
  transform: rotate(-13deg);
}

.wd-about-hero__beam--two {
  width: 66vw;
  left: -16vw;
  bottom: 20%;
  transform: rotate(11deg);
}


/* =========================================================
   3. MAIN SHELL
========================================================= */

.wd-about-hero__shell {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  min-height: inherit;
  padding:
    clamp(26px, 1.65vw, 120px)
    var(--about-hero-edge)
    clamp(34px, 2vw, 150px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: clamp(28px, 2.25vw, 150px);
}


/* =========================================================
   4. TOP SIGNAL BAR
========================================================= */

.wd-about-hero__topline {
  min-height: clamp(64px, 4.5vw, 240px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 1.4vw, 70px);
  padding:
    clamp(12px, 0.8vw, 44px)
    clamp(14px, 1vw, 54px);
  border: 1px solid rgba(91, 126, 165, 0.16);
  border-radius: clamp(18px, 0.9vw, 44px);
  background: rgba(255, 255, 255, 0.68);
  box-shadow:
    0 12px 40px rgba(18, 47, 79, 0.045);
  backdrop-filter: blur(18px);
}

.wd-about-hero__identity {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.68vw, 36px);
}

.wd-about-hero__identity-mark {
  flex: 0 0 auto;
  width: clamp(38px, 2.2vw, 120px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 28%;
  color: #ffffff;
  background:
    linear-gradient(
      145deg,
      #15365c,
      #276fd3 62%,
      #19bed6
    );
  box-shadow:
    0 12px 34px rgba(39, 111, 211, 0.18);
  font-size: clamp(11px, 0.7vw, 34px);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.wd-about-hero__identity-copy {
  min-width: 0;
}

.wd-about-hero__identity-copy strong,
.wd-about-hero__identity-copy small {
  display: block;
}

.wd-about-hero__identity-copy strong {
  font-size: clamp(13px, 0.82vw, 40px);
  letter-spacing: -0.025em;
}

.wd-about-hero__identity-copy small {
  margin-top: 3px;
  color: var(--about-hero-muted);
  font-size: clamp(9px, 0.5vw, 24px);
  font-weight: 750;
}

.wd-about-hero__signals {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: clamp(8px, 0.55vw, 28px);
}

.wd-about-hero__signals span {
  min-height: clamp(32px, 1.8vw, 84px);
  display: inline-flex;
  align-items: center;
  gap: clamp(6px, 0.34vw, 18px);
  padding:
    0
    clamp(10px, 0.66vw, 34px);
  border: 1px solid rgba(90, 125, 163, 0.14);
  border-radius: 999px;
  color: #49647f;
  background: rgba(250, 253, 255, 0.9);
  font-size: clamp(9px, 0.48vw, 23px);
  font-weight: 800;
  white-space: nowrap;
}

.wd-about-hero__signals i {
  color: var(--about-hero-green);
}


/* =========================================================
   5. MAIN GRID
========================================================= */

.wd-about-hero__grid-main {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns:
    minmax(0, 0.78fr)
    minmax(0, 1.22fr);
  gap: clamp(48px, 4vw, 280px);
  align-items: center;
}


/* =========================================================
   6. INTRO / COMPANY STATEMENT
========================================================= */

.wd-about-hero__intro {
  min-width: 0;
  align-self: center;
}

.wd-about-hero__eyebrow {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(8px, 0.55vw, 26px);
  color: #2d68aa;
  font-size: clamp(11px, 0.6vw, 28px);
  font-weight: 850;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.wd-about-hero__eyebrow > span {
  width: clamp(22px, 1.5vw, 74px);
  height: 1px;
  background:
    linear-gradient(
      90deg,
      rgba(39, 111, 211, 0.9),
      rgba(39, 111, 211, 0.1)
    );
}

.wd-about-hero__intro h1 {
  margin:
    clamp(20px, 1.4vw, 74px)
    0
    0;
  max-width: none;
  color: var(--about-hero-ink);
  font-size: clamp(58px, 4.55vw, 250px);
  font-weight: 820;
  line-height: 0.91;
  letter-spacing: -0.062em;
  text-wrap: balance;
}

.wd-about-hero__intro h1 span {
  display: block;
  margin-top: clamp(10px, 0.55vw, 28px);
  color: #4c6681;
  font-weight: 670;
}

.wd-about-hero__lead {
  margin:
    clamp(26px, 1.8vw, 90px)
    0
    0;
  max-width: 94%;
  color: #405a74;
  font-size: clamp(17px, 1vw, 48px);
  line-height: 1.68;
}

.wd-about-hero__actions {
  margin-top: clamp(30px, 2vw, 100px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(10px, 0.72vw, 34px);
}

.wd-about-hero__button {
  min-height: clamp(50px, 3vw, 138px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 0.56vw, 28px);
  padding:
    0
    clamp(20px, 1.35vw, 66px);
  border-radius: clamp(14px, 0.78vw, 36px);
  text-decoration: none;
  font-size: clamp(12px, 0.7vw, 34px);
  font-weight: 850;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.wd-about-hero__button:hover {
  transform: translateY(-2px);
}

.wd-about-hero__button--primary {
  color: #ffffff;
  border: 1px solid #1e60bd;
  background:
    linear-gradient(
      135deg,
      #123e76,
      #276fd3 70%,
      #298bd4
    );
  box-shadow:
    0 18px 45px rgba(39, 111, 211, 0.19);
}

.wd-about-hero__button--primary:hover {
  box-shadow:
    0 24px 62px rgba(39, 111, 211, 0.25);
}

.wd-about-hero__button--secondary {
  color: #234363;
  border: 1px solid rgba(72, 111, 152, 0.25);
  background: rgba(255, 255, 255, 0.76);
}

.wd-about-hero__button--secondary:hover {
  border-color: rgba(39, 111, 211, 0.38);
  background: #ffffff;
}

.wd-about-hero__principle {
  margin-top: clamp(34px, 2.4vw, 120px);
  max-width: 92%;
  display: grid;
  grid-template-columns:
    auto
    minmax(0, 1fr);
  gap: clamp(14px, 0.9vw, 42px);
  align-items: start;
  padding:
    clamp(18px, 1.1vw, 54px);
  border-left:
    clamp(3px, 0.16vw, 8px)
    solid
    #2d78d4;
  background:
    linear-gradient(
      90deg,
      rgba(231, 243, 255, 0.9),
      rgba(247, 251, 255, 0.45)
    );
}

.wd-about-hero__principle-icon {
  width: clamp(38px, 2.2vw, 110px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 30%;
  color: #2b70c8;
  background: #ffffff;
  border: 1px solid rgba(72, 121, 176, 0.16);
  box-shadow:
    0 10px 30px rgba(37, 83, 130, 0.08);
  font-size: clamp(15px, 0.9vw, 42px);
}

.wd-about-hero__principle p {
  margin: 0;
  color: #597089;
  font-size: clamp(12px, 0.7vw, 34px);
  line-height: 1.62;
}

.wd-about-hero__principle strong {
  color: #183955;
}


/* =========================================================
   7. STAGE / CONTROL CONSTELLATION
========================================================= */

.wd-about-hero__stage {
  min-width: 0;
}

.wd-about-hero__stage-frame {
  position: relative;
  width: 100%;
  min-height: clamp(640px, 43vw, 2500px);
  display: grid;
  grid-template-rows:
    auto
    1fr
    auto;
  overflow: hidden;
  border:
    clamp(1px, 0.06vw, 3px)
    solid
    rgba(74, 116, 160, 0.20);
  border-radius: clamp(26px, 1.55vw, 82px);
  background:
    linear-gradient(
      155deg,
      rgba(255, 255, 255, 0.98),
      rgba(243, 249, 255, 0.94)
    );
  box-shadow:
    0 38px 110px rgba(16, 45, 80, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.86);
}

.wd-about-hero__stage-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(50, 129, 220, 0.10),
      transparent 34%
    );
}

.wd-about-hero__stage-head {
  position: relative;
  z-index: 4;
  min-height: clamp(72px, 4.4vw, 220px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(14px, 0.8vw, 40px);
  padding:
    clamp(16px, 1.05vw, 54px)
    clamp(18px, 1.25vw, 64px);
  border-bottom: 1px solid var(--about-hero-line);
  background: rgba(248, 252, 255, 0.82);
  backdrop-filter: blur(16px);
}

.wd-about-hero__stage-head > div {
  min-width: 0;
}

.wd-about-hero__stage-kicker {
  display: block;
  color: #64809e;
  font-size: clamp(9px, 0.48vw, 23px);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wd-about-hero__stage-head strong {
  display: block;
  margin-top: clamp(4px, 0.26vw, 14px);
  color: #173654;
  font-size: clamp(14px, 0.9vw, 42px);
  letter-spacing: -0.025em;
}

.wd-about-hero__live {
  flex: 0 0 auto;
  min-height: clamp(30px, 1.7vw, 80px);
  display: inline-flex;
  align-items: center;
  gap: clamp(6px, 0.3vw, 16px);
  padding:
    0
    clamp(10px, 0.62vw, 30px);
  border-radius: 999px;
  color: #157a59;
  background: #effaf6;
  border: 1px solid rgba(24, 168, 120, 0.18);
  font-size: clamp(9px, 0.48vw, 23px);
  font-weight: 850;
}

.wd-about-hero__live i {
  width: clamp(7px, 0.36vw, 18px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--about-hero-green);
  box-shadow:
    0 0 0
    clamp(5px, 0.25vw, 12px)
    rgba(24, 168, 120, 0.10);
}


/* =========================================================
   8. CONSTELLATION CANVAS
========================================================= */

.wd-about-hero__constellation {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background:
    linear-gradient(
      rgba(65, 112, 162, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(65, 112, 162, 0.045) 1px,
      transparent 1px
    );
  background-size:
    clamp(34px, 2.2vw, 120px)
    clamp(34px, 2.2vw, 120px);
}

.wd-about-hero__constellation::before {
  content: "";
  position: absolute;
  width: 52%;
  aspect-ratio: 1;
  left: 24%;
  top: 24%;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(77, 153, 237, 0.13),
      rgba(77, 153, 237, 0.04) 45%,
      transparent 72%
    );
  filter: blur(8px);
}


/* =========================================================
   9. ORBITS / CONNECTORS
========================================================= */

.wd-about-hero__orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(70, 130, 195, 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.wd-about-hero__orbit--one {
  width: 34%;
  aspect-ratio: 1;
  box-shadow:
    inset 0 0 40px rgba(47, 125, 211, 0.035);
}

.wd-about-hero__orbit--two {
  width: 55%;
  aspect-ratio: 1;
  border-style: dashed;
  animation: wdAboutOrbitSpin 38s linear infinite;
}

.wd-about-hero__orbit--three {
  width: 77%;
  aspect-ratio: 1;
  opacity: 0.65;
  border-style: dotted;
  animation: wdAboutOrbitSpinReverse 54s linear infinite;
}

.wd-about-hero__connector {
  position: absolute;
  z-index: 1;
  height: 1px;
  transform-origin: left center;
  background:
    linear-gradient(
      90deg,
      rgba(39, 111, 211, 0.60),
      rgba(39, 111, 211, 0.08)
    );
  pointer-events: none;
}

.wd-about-hero__connector::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: clamp(5px, 0.3vw, 14px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #4b91e2;
  transform: translate(50%, -50%);
  box-shadow:
    0 0 0
    clamp(5px, 0.26vw, 12px)
    rgba(75, 145, 226, 0.10);
}

.wd-about-hero__connector--rtd {
  width: 23%;
  left: 50%;
  top: 50%;
  transform: rotate(-144deg);
}

.wd-about-hero__connector--rtc {
  width: 22%;
  left: 50%;
  top: 50%;
  transform: rotate(-36deg);
}

.wd-about-hero__connector--asg {
  width: 24%;
  left: 50%;
  top: 50%;
  transform: rotate(145deg);
}

.wd-about-hero__connector--automation {
  width: 23%;
  left: 50%;
  top: 50%;
  transform: rotate(35deg);
}


/* =========================================================
   10. CENTRAL CORE
========================================================= */

.wd-about-hero__core {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: clamp(210px, 17vw, 980px);
  min-height: clamp(170px, 11vw, 600px);
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns:
    auto
    minmax(0, 1fr);
  gap: clamp(14px, 0.9vw, 44px);
  align-items: center;
  padding:
    clamp(18px, 1.15vw, 58px);
  border:
    clamp(1px, 0.08vw, 4px)
    solid
    rgba(68, 126, 188, 0.24);
  border-radius: clamp(24px, 1.25vw, 64px);
  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.98),
      rgba(237,246,255,0.96)
    );
  box-shadow:
    0 26px 80px rgba(24, 64, 104, 0.15),
    0 0 0
    clamp(8px, 0.42vw, 22px)
    rgba(255,255,255,0.54);
}

.wd-about-hero__core-halo {
  position: absolute;
  inset: -22%;
  z-index: -1;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(55, 137, 226, 0.15),
      transparent 68%
    );
  animation: wdAboutCorePulse 4.8s ease-in-out infinite;
}

.wd-about-hero__core-mark {
  width: clamp(58px, 4vw, 220px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 30%;
  color: #ffffff;
  background:
    linear-gradient(
      145deg,
      #123a6c,
      #276fd3 64%,
      #1ab9d1
    );
  box-shadow:
    0 16px 38px rgba(39, 111, 211, 0.24);
  font-size: clamp(16px, 1.12vw, 56px);
  font-weight: 950;
  letter-spacing: -0.045em;
}

.wd-about-hero__core-copy {
  min-width: 0;
}

.wd-about-hero__core-copy small,
.wd-about-hero__core-copy strong,
.wd-about-hero__core-copy span {
  display: block;
}

.wd-about-hero__core-copy small {
  color: #517aa8;
  font-size: clamp(8px, 0.42vw, 20px);
  font-weight: 900;
  letter-spacing: 0.12em;
}

.wd-about-hero__core-copy strong {
  margin-top: clamp(4px, 0.25vw, 12px);
  color: #153553;
  font-size: clamp(14px, 0.84vw, 40px);
  letter-spacing: -0.03em;
}

.wd-about-hero__core-copy span {
  margin-top: clamp(5px, 0.32vw, 16px);
  color: #6c839b;
  font-size: clamp(9px, 0.48vw, 24px);
  line-height: 1.45;
}


/* =========================================================
   11. SYSTEM NODES
========================================================= */

.wd-about-hero__node {
  position: absolute;
  z-index: 4;
  width: clamp(200px, 17vw, 940px);
  min-height: clamp(92px, 6.7vw, 360px);
  display: grid;
  grid-template-columns:
    auto
    minmax(0, 1fr)
    auto;
  gap: clamp(10px, 0.72vw, 34px);
  align-items: center;
  padding:
    clamp(12px, 0.84vw, 42px);
  border: 1px solid rgba(78, 123, 171, 0.18);
  border-radius: clamp(18px, 0.95vw, 48px);
  background:
    rgba(255,255,255,0.94);
  box-shadow:
    0 18px 52px rgba(17, 49, 82, 0.10);
  backdrop-filter: blur(16px);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.wd-about-hero__node:hover {
  border-color: rgba(39, 111, 211, 0.34);
  box-shadow:
    0 24px 68px rgba(17, 49, 82, 0.14);
}

.wd-about-hero__node--rtd {
  left: 5.5%;
  top: 14%;
}

.wd-about-hero__node--rtc {
  right: 5.5%;
  top: 16%;
}

.wd-about-hero__node--asg {
  left: 6%;
  bottom: 14%;
}

.wd-about-hero__node--automation {
  right: 5.5%;
  bottom: 13%;
}

.wd-about-hero__node-icon {
  width: clamp(42px, 2.8vw, 150px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 30%;
  color: #2d71c8;
  background:
    linear-gradient(
      145deg,
      #eef6ff,
      #e1efff
    );
  border: 1px solid rgba(63, 121, 185, 0.14);
  font-size: clamp(16px, 1vw, 50px);
}

.wd-about-hero__node-copy {
  min-width: 0;
}

.wd-about-hero__node-copy small,
.wd-about-hero__node-copy strong,
.wd-about-hero__node-copy span {
  display: block;
}

.wd-about-hero__node-copy small {
  color: #6687a9;
  font-size: clamp(8px, 0.40vw, 19px);
  font-weight: 900;
  letter-spacing: 0.10em;
}

.wd-about-hero__node-copy strong {
  margin-top: clamp(3px, 0.18vw, 8px);
  color: #173a5b;
  font-size: clamp(12px, 0.72vw, 34px);
  letter-spacing: -0.025em;
}

.wd-about-hero__node-copy span {
  margin-top: clamp(3px, 0.2vw, 10px);
  color: #71869d;
  font-size: clamp(8px, 0.44vw, 21px);
  line-height: 1.42;
}

.wd-about-hero__node-status {
  width: clamp(8px, 0.45vw, 22px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--about-hero-green);
  box-shadow:
    0 0 0
    clamp(5px, 0.26vw, 12px)
    rgba(24, 168, 120, 0.11);
}


/* =========================================================
   12. SIGNAL CARDS
========================================================= */

.wd-about-hero__signal-card {
  position: absolute;
  z-index: 3;
  min-width: clamp(180px, 13vw, 720px);
  display: grid;
  grid-template-columns:
    auto
    minmax(0, 1fr);
  gap: clamp(9px, 0.55vw, 26px);
  align-items: center;
  padding:
    clamp(10px, 0.68vw, 34px);
  border-radius: clamp(14px, 0.72vw, 36px);
  background: rgba(246, 251, 255, 0.82);
  border: 1px solid rgba(82, 125, 168, 0.14);
  backdrop-filter: blur(12px);
}

.wd-about-hero__signal-card--public {
  left: 35%;
  top: 5%;
}

.wd-about-hero__signal-card--private {
  right: 35%;
  bottom: 5%;
}

.wd-about-hero__signal-card > i {
  color: #3577c8;
  font-size: clamp(13px, 0.72vw, 34px);
}

.wd-about-hero__signal-card small,
.wd-about-hero__signal-card strong {
  display: block;
}

.wd-about-hero__signal-card small {
  color: #7590aa;
  font-size: clamp(7px, 0.34vw, 16px);
  font-weight: 900;
  letter-spacing: 0.10em;
}

.wd-about-hero__signal-card strong {
  margin-top: 2px;
  color: #294c6e;
  font-size: clamp(9px, 0.48vw, 23px);
}


/* =========================================================
   13. STAGE FOOT
========================================================= */

.wd-about-hero__stage-foot {
  position: relative;
  z-index: 4;
  min-height: clamp(60px, 3.6vw, 180px);
  display: grid;
  grid-template-columns:
    repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--about-hero-line);
  background: rgba(248, 252, 255, 0.86);
}

.wd-about-hero__stage-foot span {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(7px, 0.42vw, 20px);
  padding:
    clamp(12px, 0.8vw, 40px);
  border-right: 1px solid var(--about-hero-line);
  color: #5a738c;
  font-size: clamp(8px, 0.44vw, 21px);
  font-weight: 800;
  text-align: center;
}

.wd-about-hero__stage-foot span:last-child {
  border-right: 0;
}

.wd-about-hero__stage-foot i {
  color: #2f77ca;
}


/* =========================================================
   14. PRODUCT RAIL
========================================================= */

.wd-about-hero__rail {
  width: 100%;
  display: grid;
  grid-template-columns:
    repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(84, 124, 165, 0.18);
  border-radius: clamp(18px, 0.95vw, 48px);
  background: rgba(255,255,255,0.76);
  box-shadow:
    0 18px 50px rgba(15, 43, 74, 0.06);
  backdrop-filter: blur(18px);
}

.wd-about-hero__rail-item {
  position: relative;
  min-width: 0;
  min-height: clamp(82px, 5.2vw, 250px);
  display: grid;
  grid-template-columns:
    auto
    minmax(0, 1fr)
    auto;
  gap: clamp(10px, 0.65vw, 32px);
  align-items: center;
  padding:
    clamp(14px, 1vw, 48px)
    clamp(16px, 1.1vw, 56px);
  border-right: 1px solid rgba(84, 124, 165, 0.15);
  color: inherit;
  text-decoration: none;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.wd-about-hero__rail-item:last-child {
  border-right: 0;
}

.wd-about-hero__rail-item:hover {
  z-index: 2;
  background: #ffffff;
}

.wd-about-hero__rail-icon {
  width: clamp(40px, 2.45vw, 126px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 30%;
  color: #2c71c8;
  background: #edf5ff;
  font-size: clamp(14px, 0.85vw, 42px);
}

.wd-about-hero__rail-item small,
.wd-about-hero__rail-item strong {
  display: block;
}

.wd-about-hero__rail-item small {
  color: #728ba3;
  font-size: clamp(8px, 0.40vw, 19px);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.wd-about-hero__rail-item strong {
  margin-top: clamp(3px, 0.18vw, 8px);
  color: #1d4263;
  font-size: clamp(12px, 0.7vw, 34px);
  letter-spacing: -0.02em;
}

.wd-about-hero__rail-item > i {
  color: #8ba0b5;
  font-size: clamp(10px, 0.55vw, 26px);
}


/* =========================================================
   15. ULTRA-WIDE / 4K / 5K / 8K
========================================================= */

@media (min-width: 2560px) {
  .wd-about-hero__grid-main {
    grid-template-columns:
      minmax(0, 0.76fr)
      minmax(0, 1.24fr);
  }

  .wd-about-hero__lead {
    max-width: 90%;
  }
}

@media (min-width: 5120px) {
  .wd-about-hero {
    min-height: min(88svh, 3500px);
  }

  .wd-about-hero__shell {
    gap: 2vw;
  }

  .wd-about-hero__grid-main {
    gap: 3.3vw;
  }

  .wd-about-hero__intro h1 {
    font-size: 4.15vw;
  }

  .wd-about-hero__lead {
    font-size: 0.90vw;
  }

  .wd-about-hero__stage-frame {
    min-height: 39vw;
  }
}


/* =========================================================
   16. LARGE LAPTOP / SMALL DESKTOP
========================================================= */

@media (max-width: 1480px) {
  .wd-about-hero {
    min-height: auto;
  }

  .wd-about-hero__shell {
    grid-template-rows: auto auto auto;
  }

  .wd-about-hero__grid-main {
    grid-template-columns: 1fr;
  }

  .wd-about-hero__intro {
    max-width: 1120px;
  }

  .wd-about-hero__lead,
  .wd-about-hero__principle {
    max-width: 960px;
  }

  .wd-about-hero__stage-frame {
    min-height: 780px;
  }
}


/* =========================================================
   17. TABLET
========================================================= */

@media (max-width: 980px) {
  .wd-about-hero__topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .wd-about-hero__signals {
    justify-content: flex-start;
  }

  .wd-about-hero__stage-frame {
    min-height: 720px;
  }

  .wd-about-hero__node {
    width: min(270px, 40vw);
  }

  .wd-about-hero__core {
    width: min(330px, 48vw);
  }

  .wd-about-hero__rail {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .wd-about-hero__rail-item:nth-child(2) {
    border-right: 0;
  }

  .wd-about-hero__rail-item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(84, 124, 165, 0.15);
  }
}


/* =========================================================
   18. MOBILE
========================================================= */

@media (max-width: 720px) {
  .wd-about-hero {
    min-height: auto;
  }

  .wd-about-hero__shell {
    padding-top: 18px;
    padding-bottom: 28px;
    gap: 26px;
  }

  .wd-about-hero__signals span:nth-child(3) {
    display: none;
  }

  .wd-about-hero__intro h1 {
    font-size: clamp(46px, 13.5vw, 72px);
    line-height: 0.96;
  }

  .wd-about-hero__lead {
    max-width: none;
    font-size: 16px;
  }

  .wd-about-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .wd-about-hero__button {
    width: 100%;
  }

  .wd-about-hero__principle {
    max-width: none;
  }

  .wd-about-hero__stage-frame {
    min-height: 790px;
  }

  .wd-about-hero__stage-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .wd-about-hero__constellation {
    display: grid;
    align-content: center;
    gap: 12px;
    padding: 22px 14px;
  }

  .wd-about-hero__orbit,
  .wd-about-hero__connector,
  .wd-about-hero__signal-card {
    display: none;
  }

  .wd-about-hero__core,
  .wd-about-hero__node {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    min-height: 0;
    transform: none;
  }

  .wd-about-hero__core {
    order: 1;
  }

  .wd-about-hero__node--rtd {
    order: 2;
  }

  .wd-about-hero__node--rtc {
    order: 3;
  }

  .wd-about-hero__node--asg {
    order: 4;
  }

  .wd-about-hero__node--automation {
    order: 5;
  }

  .wd-about-hero__stage-foot {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .wd-about-hero__stage-foot span:nth-child(2) {
    border-right: 0;
  }

  .wd-about-hero__stage-foot span:nth-child(-n+2) {
    border-bottom: 1px solid var(--about-hero-line);
  }

  .wd-about-hero__rail {
    grid-template-columns: 1fr;
  }

  .wd-about-hero__rail-item {
    border-right: 0;
    border-bottom: 1px solid rgba(84, 124, 165, 0.15);
  }

  .wd-about-hero__rail-item:last-child {
    border-bottom: 0;
  }
}


/* =========================================================
   19. MOTION
========================================================= */

@keyframes wdAboutOrbitSpin {
  to {
    transform:
      translate(-50%, -50%)
      rotate(360deg);
  }
}

@keyframes wdAboutOrbitSpinReverse {
  to {
    transform:
      translate(-50%, -50%)
      rotate(-360deg);
  }
}

@keyframes wdAboutCorePulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.98);
  }

  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wd-about-hero__orbit,
  .wd-about-hero__core-halo {
    animation: none !important;
  }
}

/* =========================================================
   WEBSDOCS ABOUT INTRO — PREMIUM FULL-WIDTH / 8K
   Load AFTER:
     1) about-fullwidth-8k.css
     2) about-hero-premium.css
   No JavaScript required.
========================================================= */


/* =========================================================
   1. SECTION ROOT
========================================================= */

.wd-about-intro {
  --about-intro-edge:
    var(--wd-about-edge, clamp(18px, 2.35vw, 220px));

  --about-intro-ink:
    #08192d;

  --about-intro-ink-2:
    #1c3957;

  --about-intro-muted:
    #667d95;

  --about-intro-blue:
    #2c72cc;

  --about-intro-cyan:
    #1aafc6;

  --about-intro-green:
    #169c70;

  --about-intro-line:
    rgba(72, 113, 154, 0.15);

  --about-intro-line-strong:
    rgba(58, 111, 170, 0.28);

  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: clip;
  color: var(--about-intro-ink);
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f9fcff 38%,
      #f2f7fd 100%
    );
  border-bottom: 1px solid var(--about-intro-line);
}


/* =========================================================
   2. AMBIENT BACKGROUND
========================================================= */

.wd-about-intro__ambient,
.wd-about-intro__line,
.wd-about-intro__glow {
  position: absolute;
  pointer-events: none;
}

.wd-about-intro__ambient {
  inset: 0;
  overflow: hidden;
}

.wd-about-intro__line {
  width: 78vw;
  height: 1px;
  opacity: 0.44;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(44, 114, 204, 0.28),
      transparent
    );
}

.wd-about-intro__line--one {
  top: 24%;
  left: -18vw;
  transform: rotate(7deg);
}

.wd-about-intro__line--two {
  right: -16vw;
  bottom: 24%;
  transform: rotate(-8deg);
}

.wd-about-intro__glow {
  width: min(56vw, 3600px);
  aspect-ratio: 1;
  right: -20%;
  top: 18%;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(71, 148, 235, 0.09),
      rgba(71, 148, 235, 0.025) 48%,
      transparent 72%
    );
}


/* =========================================================
   3. SHELL
========================================================= */

.wd-about-intro__shell {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  padding:
    clamp(90px, 6vw, 390px)
    var(--about-intro-edge)
    clamp(90px, 6.2vw, 410px);
}


/* =========================================================
   4. INTRO HEADER
========================================================= */

.wd-about-intro__head {
  width: 100%;
  display: grid;
  grid-template-columns:
    minmax(0, 1.12fr)
    minmax(0, 0.88fr);
  gap: clamp(50px, 5vw, 320px);
  align-items: end;
}

.wd-about-intro__head-copy {
  min-width: 0;
}

.wd-about-intro__eyebrow {
  margin: 0;
  color: #2f6fae;
  font-size:
    clamp(11px, 0.58vw, 28px);
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.wd-about-intro__head h2 {
  margin:
    clamp(18px, 1.25vw, 64px)
    0
    0;
  max-width: none;
  color: var(--about-intro-ink);
  font-size:
    clamp(54px, 4.15vw, 225px);
  font-weight: 810;
  line-height: 0.94;
  letter-spacing: -0.058em;
  text-wrap: balance;
}

.wd-about-intro__head h2 span {
  display: block;
  margin-top:
    clamp(8px, 0.46vw, 24px);
  color: #516b84;
  font-weight: 660;
}

.wd-about-intro__head-statement {
  min-width: 0;
  max-width: none;
  padding-left:
    clamp(22px, 1.45vw, 76px);
  border-left:
    clamp(2px, 0.12vw, 6px)
    solid
    rgba(44, 114, 204, 0.52);
}

.wd-about-intro__head-statement p {
  margin: 0;
  color: #546b82;
  font-size:
    clamp(16px, 0.94vw, 44px);
  line-height: 1.7;
}

.wd-about-intro__head-statement p + p {
  margin-top:
    clamp(18px, 1.08vw, 52px);
  color: #2c4965;
}


/* =========================================================
   5. OPERATING MODEL
========================================================= */

.wd-about-intro__model {
  position: relative;
  width: 100%;
  margin-top:
    clamp(72px, 5vw, 320px);
  display: grid;
  grid-template-columns:
    minmax(0, 0.75fr)
    minmax(0, 1.18fr)
    minmax(0, 0.82fr);
  gap: clamp(22px, 1.8vw, 110px);
  align-items: stretch;
}


/* =========================================================
   6. MODEL SIDE PANELS
========================================================= */

.wd-about-intro__model-side {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: clamp(12px, 0.76vw, 36px);
  padding:
    clamp(22px, 1.45vw, 78px);
  border: 1px solid var(--about-intro-line);
  border-radius:
    clamp(22px, 1.25vw, 64px);
  background:
    rgba(255,255,255,0.82);
  box-shadow:
    0 24px 72px rgba(17, 49, 82, 0.065);
  backdrop-filter: blur(16px);
}

.wd-about-intro__model-side--right {
  background:
    linear-gradient(
      150deg,
      rgba(255,255,255,0.94),
      rgba(237,246,255,0.90)
    );
}

.wd-about-intro__model-label {
  margin-bottom:
    clamp(8px, 0.48vw, 24px);
  color: #7189a1;
  font-size:
    clamp(8px, 0.42vw, 20px);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}


/* =========================================================
   7. ACTORS
========================================================= */

.wd-about-intro__actor {
  min-width: 0;
  min-height:
    clamp(82px, 5.4vw, 280px);
  display: grid;
  grid-template-columns:
    auto
    minmax(0, 1fr);
  gap: clamp(12px, 0.74vw, 36px);
  align-items: center;
  padding:
    clamp(14px, 0.92vw, 46px);
  border: 1px solid rgba(78, 119, 160, 0.14);
  border-radius:
    clamp(16px, 0.85vw, 42px);
  background:
    linear-gradient(
      145deg,
      #ffffff,
      #f8fbff
    );
}

.wd-about-intro__actor-icon {
  width:
    clamp(42px, 2.6vw, 136px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 30%;
  color: #2b72ca;
  background: #ebf4ff;
  border: 1px solid rgba(62, 120, 184, 0.12);
  font-size:
    clamp(15px, 0.92vw, 44px);
}

.wd-about-intro__actor strong,
.wd-about-intro__actor small {
  display: block;
}

.wd-about-intro__actor strong {
  color: #183b5a;
  font-size:
    clamp(12px, 0.73vw, 34px);
  letter-spacing: -0.02em;
}

.wd-about-intro__actor small {
  margin-top:
    clamp(4px, 0.24vw, 12px);
  color: #74899f;
  font-size:
    clamp(8px, 0.43vw, 21px);
  line-height: 1.42;
}


/* =========================================================
   8. CENTRAL CONTROL PANEL
========================================================= */

.wd-about-intro__control {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border:
    clamp(1px, 0.07vw, 3px)
    solid
    rgba(64, 116, 171, 0.22);
  border-radius:
    clamp(28px, 1.6vw, 82px);
  background:
    linear-gradient(
      150deg,
      #0b2038 0%,
      #102e50 54%,
      #123a60 100%
    );
  box-shadow:
    0 38px 110px rgba(12, 37, 65, 0.17);
}

.wd-about-intro__control::before {
  content: "";
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  right: -28%;
  top: -24%;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(69, 158, 255, 0.20),
      transparent 68%
    );
}

.wd-about-intro__control::after {
  content: "";
  position: absolute;
  width: 52%;
  aspect-ratio: 1;
  left: -20%;
  bottom: -22%;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(23, 196, 207, 0.12),
      transparent 70%
    );
}

.wd-about-intro__control-top {
  position: relative;
  z-index: 2;
  min-height:
    clamp(82px, 5vw, 260px);
  display: grid;
  grid-template-columns:
    auto
    minmax(0, 1fr);
  gap: clamp(14px, 0.86vw, 42px);
  align-items: center;
  padding:
    clamp(20px, 1.25vw, 64px);
  border-bottom:
    1px solid
    rgba(190, 217, 244, 0.12);
  background:
    rgba(255,255,255,0.025);
}

.wd-about-intro__control-mark {
  width:
    clamp(54px, 3.3vw, 174px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 30%;
  color: #ffffff;
  background:
    linear-gradient(
      145deg,
      #2e79d5,
      #1ab8ce
    );
  box-shadow:
    0 18px 44px rgba(25, 136, 209, 0.24);
  font-size:
    clamp(16px, 1vw, 48px);
  font-weight: 950;
  letter-spacing: -0.04em;
}

.wd-about-intro__control-top small,
.wd-about-intro__control-top strong {
  display: block;
}

.wd-about-intro__control-top small {
  color: #88a9ca;
  font-size:
    clamp(8px, 0.42vw, 20px);
  font-weight: 900;
  letter-spacing: 0.12em;
}

.wd-about-intro__control-top strong {
  margin-top:
    clamp(4px, 0.22vw, 10px);
  color: #ffffff;
  font-size:
    clamp(15px, 0.88vw, 42px);
  letter-spacing: -0.025em;
}


/* =========================================================
   9. CONTROL CORE
========================================================= */

.wd-about-intro__control-core {
  position: relative;
  z-index: 2;
  display: grid;
  gap:
    clamp(10px, 0.64vw, 30px);
  padding:
    clamp(22px, 1.35vw, 72px);
}

.wd-about-intro__control-axis {
  position: absolute;
  z-index: 0;
  left:
    calc(
      clamp(22px, 1.35vw, 72px)
      +
      clamp(21px, 1.35vw, 70px)
    );
  top:
    clamp(44px, 2.5vw, 130px);
  bottom:
    clamp(44px, 2.5vw, 130px);
  width: 1px;
  background:
    linear-gradient(
      180deg,
      rgba(61, 150, 239, 0.05),
      rgba(61, 150, 239, 0.52),
      rgba(26, 184, 206, 0.30),
      rgba(61, 150, 239, 0.05)
    );
}

.wd-about-intro__control-axis span {
  position: absolute;
  left: 50%;
  top: 0;
  width:
    clamp(6px, 0.32vw, 16px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #55a8ff;
  transform: translateX(-50%);
  box-shadow:
    0 0 0
    clamp(6px, 0.3vw, 14px)
    rgba(85,168,255,0.10);
}

.wd-about-intro__control-row {
  position: relative;
  z-index: 2;
  min-width: 0;
  display: grid;
  grid-template-columns:
    auto
    minmax(0, 1fr);
  gap: clamp(14px, 0.86vw, 42px);
  align-items: start;
  padding:
    clamp(17px, 1.05vw, 54px);
  border:
    1px solid
    rgba(174, 209, 240, 0.10);
  border-radius:
    clamp(17px, 0.88vw, 44px);
  background:
    rgba(255,255,255,0.045);
  backdrop-filter: blur(12px);
}

.wd-about-intro__control-row-icon {
  width:
    clamp(42px, 2.7vw, 140px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 30%;
  color: #7ec0ff;
  background:
    rgba(54, 133, 215, 0.14);
  border:
    1px solid
    rgba(103, 173, 240, 0.18);
  font-size:
    clamp(14px, 0.86vw, 40px);
}

.wd-about-intro__control-row small,
.wd-about-intro__control-row strong {
  display: block;
}

.wd-about-intro__control-row small {
  color: #72a3d0;
  font-size:
    clamp(7px, 0.38vw, 18px);
  font-weight: 900;
  letter-spacing: 0.11em;
}

.wd-about-intro__control-row strong {
  margin-top:
    clamp(3px, 0.18vw, 8px);
  color: #ffffff;
  font-size:
    clamp(13px, 0.75vw, 36px);
  letter-spacing: -0.02em;
}

.wd-about-intro__control-row p {
  margin:
    clamp(5px, 0.30vw, 14px)
    0
    0;
  color: #9db5cd;
  font-size:
    clamp(9px, 0.48vw, 23px);
  line-height: 1.55;
}


/* =========================================================
   10. CONTROL FOOT
========================================================= */

.wd-about-intro__control-foot {
  position: relative;
  z-index: 2;
  min-height:
    clamp(58px, 3.5vw, 170px);
  display: grid;
  grid-template-columns:
    repeat(3, minmax(0, 1fr));
  border-top:
    1px solid
    rgba(190, 217, 244, 0.12);
  background:
    rgba(4, 17, 31, 0.14);
}

.wd-about-intro__control-foot span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap:
    clamp(6px, 0.34vw, 16px);
  border-right:
    1px solid
    rgba(190, 217, 244, 0.10);
  color: #a9c2d9;
  font-size:
    clamp(8px, 0.43vw, 21px);
  font-weight: 800;
}

.wd-about-intro__control-foot span:last-child {
  border-right: 0;
}

.wd-about-intro__control-foot i {
  color: #72b6f7;
}


/* =========================================================
   11. SYSTEM RESPONSE CARDS
========================================================= */

.wd-about-intro__system {
  min-width: 0;
  min-height:
    clamp(76px, 4.7vw, 246px);
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    auto;
  gap:
    clamp(10px, 0.66vw, 32px);
  align-items: center;
  padding:
    clamp(14px, 0.92vw, 46px);
  border:
    1px solid
    rgba(69, 116, 166, 0.15);
  border-radius:
    clamp(16px, 0.86vw, 42px);
  background:
    rgba(255,255,255,0.86);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.wd-about-intro__system:hover {
  transform: translateY(-2px);
  border-color:
    rgba(44, 114, 204, 0.32);
  box-shadow:
    0 18px 48px
    rgba(18, 55, 91, 0.08);
}

.wd-about-intro__system small,
.wd-about-intro__system strong {
  display: block;
}

.wd-about-intro__system small {
  color: #6c88a5;
  font-size:
    clamp(7px, 0.38vw, 18px);
  font-weight: 900;
  letter-spacing: 0.10em;
}

.wd-about-intro__system strong {
  margin-top:
    clamp(3px, 0.18vw, 8px);
  color: #1c4164;
  font-size:
    clamp(12px, 0.70vw, 33px);
  letter-spacing: -0.02em;
}

.wd-about-intro__system > i {
  width:
    clamp(40px, 2.45vw, 126px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 30%;
  color: #2c72cc;
  background: #eaf3ff;
  border:
    1px solid
    rgba(64, 121, 184, 0.12);
  font-size:
    clamp(14px, 0.84vw, 40px);
}


/* =========================================================
   12. PRINCIPLES STRIP
========================================================= */

.wd-about-intro__principles {
  width: 100%;
  margin-top:
    clamp(34px, 2.6vw, 160px);
  display: grid;
  grid-template-columns:
    repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border:
    1px solid
    var(--about-intro-line);
  border-radius:
    clamp(24px, 1.35vw, 70px);
  background:
    rgba(255,255,255,0.82);
  box-shadow:
    0 24px 72px
    rgba(17,49,82,0.055);
}

.wd-about-intro__principle {
  position: relative;
  min-width: 0;
  min-height:
    clamp(270px, 17vw, 860px);
  display: grid;
  grid-template-columns:
    auto
    minmax(0, 1fr);
  grid-template-rows:
    auto
    1fr;
  column-gap:
    clamp(18px, 1.2vw, 60px);
  align-items: start;
  padding:
    clamp(28px, 1.8vw, 94px);
  border-right:
    1px solid
    var(--about-intro-line);
}

.wd-about-intro__principle:last-child {
  border-right: 0;
}

.wd-about-intro__principle-number {
  position: absolute;
  right:
    clamp(20px, 1.2vw, 60px);
  top:
    clamp(18px, 1vw, 48px);
  color:
    rgba(56, 106, 159, 0.10);
  font-size:
    clamp(50px, 4vw, 210px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.07em;
}

.wd-about-intro__principle-icon {
  position: relative;
  z-index: 2;
  width:
    clamp(48px, 3vw, 156px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 30%;
  color: #2d73cb;
  background:
    linear-gradient(
      145deg,
      #eff6ff,
      #e5f1ff
    );
  border:
    1px solid
    rgba(66, 121, 182, 0.12);
  font-size:
    clamp(16px, 0.96vw, 46px);
}

.wd-about-intro__principle-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
}

.wd-about-intro__principle-copy small,
.wd-about-intro__principle-copy strong {
  display: block;
}

.wd-about-intro__principle-copy small {
  color: #6686a5;
  font-size:
    clamp(8px, 0.40vw, 19px);
  font-weight: 900;
  letter-spacing: 0.11em;
}

.wd-about-intro__principle-copy strong {
  margin-top:
    clamp(6px, 0.34vw, 16px);
  color: #173b5c;
  font-size:
    clamp(18px, 1.18vw, 56px);
  letter-spacing: -0.032em;
  line-height: 1.08;
}

.wd-about-intro__principle-copy p {
  margin:
    clamp(10px, 0.62vw, 30px)
    0
    0;
  color: #657b91;
  font-size:
    clamp(11px, 0.60vw, 29px);
  line-height: 1.65;
}


/* =========================================================
   13. CLOSING STATEMENT
========================================================= */

.wd-about-intro__closing {
  width: 100%;
  margin-top:
    clamp(52px, 4vw, 250px);
  display: grid;
  grid-template-columns:
    minmax(120px, 0.20fr)
    minmax(0, 1.8fr);
  gap:
    clamp(24px, 2vw, 120px);
  align-items: start;
}

.wd-about-intro__closing-rule {
  display: block;
  width: 100%;
  height:
    clamp(3px, 0.16vw, 8px);
  margin-top:
    clamp(11px, 0.62vw, 30px);
  background:
    linear-gradient(
      90deg,
      #2c72cc,
      rgba(44,114,204,0.08)
    );
}

.wd-about-intro__closing p {
  margin: 0;
  max-width: none;
  color: #61778e;
  font-size:
    clamp(23px, 1.8vw, 88px);
  line-height: 1.38;
  letter-spacing: -0.028em;
}

.wd-about-intro__closing strong {
  color: #173957;
  font-weight: 720;
}


/* =========================================================
   14. 4K / 5K / 8K
========================================================= */

@media (min-width: 2560px) {
  .wd-about-intro__model {
    grid-template-columns:
      minmax(0, 0.72fr)
      minmax(0, 1.22fr)
      minmax(0, 0.80fr);
  }
}

@media (min-width: 5120px) {
  .wd-about-intro__shell {
    padding-top: 4.7vw;
    padding-bottom: 5vw;
  }

  .wd-about-intro__head h2 {
    font-size: 3.95vw;
  }

  .wd-about-intro__head-statement p {
    font-size: 0.84vw;
  }

  .wd-about-intro__closing p {
    font-size: 1.62vw;
  }
}


/* =========================================================
   15. LARGE LAPTOP / SMALL DESKTOP
========================================================= */

@media (max-width: 1480px) {
  .wd-about-intro__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .wd-about-intro__head-statement {
    max-width: 1000px;
  }

  .wd-about-intro__model {
    grid-template-columns:
      minmax(0, 0.85fr)
      minmax(0, 1.15fr);
  }

  .wd-about-intro__model-side--right {
    grid-column: 1 / -1;
    grid-template-columns:
      repeat(4, minmax(0, 1fr));
  }

  .wd-about-intro__model-side--right .wd-about-intro__model-label {
    grid-column: 1 / -1;
  }
}


/* =========================================================
   16. TABLET
========================================================= */

@media (max-width: 980px) {
  .wd-about-intro__model {
    grid-template-columns: 1fr;
  }

  .wd-about-intro__model-side--right {
    grid-column: auto;
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .wd-about-intro__principles {
    grid-template-columns: 1fr;
  }

  .wd-about-intro__principle {
    min-height: 0;
    border-right: 0;
    border-bottom:
      1px solid
      var(--about-intro-line);
  }

  .wd-about-intro__principle:last-child {
    border-bottom: 0;
  }

  .wd-about-intro__closing {
    grid-template-columns:
      90px
      minmax(0, 1fr);
  }
}


/* =========================================================
   17. MOBILE
========================================================= */

@media (max-width: 720px) {
  .wd-about-intro__shell {
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .wd-about-intro__head h2 {
    font-size:
      clamp(44px, 12.5vw, 68px);
    line-height: 0.97;
  }

  .wd-about-intro__head-statement {
    padding-left: 16px;
  }

  .wd-about-intro__head-statement p {
    font-size: 16px;
  }

  .wd-about-intro__model {
    margin-top: 52px;
  }

  .wd-about-intro__model-side {
    padding: 16px;
  }

  .wd-about-intro__model-side--right {
    grid-template-columns: 1fr;
  }

  .wd-about-intro__control-top,
  .wd-about-intro__control-core {
    padding: 16px;
  }

  .wd-about-intro__control-row {
    padding: 14px;
  }

  .wd-about-intro__control-axis {
    display: none;
  }

  .wd-about-intro__principles {
    margin-top: 22px;
  }

  .wd-about-intro__principle {
    grid-template-columns:
      auto
      minmax(0, 1fr);
    padding: 22px 18px;
  }

  .wd-about-intro__principle-number {
    font-size: 70px;
    opacity: 0.75;
  }

  .wd-about-intro__principle-copy strong {
    font-size: 24px;
  }

  .wd-about-intro__principle-copy p {
    font-size: 14px;
  }

  .wd-about-intro__closing {
    margin-top: 44px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .wd-about-intro__closing-rule {
    width: 90px;
  }

  .wd-about-intro__closing p {
    font-size:
      clamp(24px, 7vw, 36px);
  }
}


/* =========================================================
   18. REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .wd-about-intro *,
  .wd-about-intro *::before,
  .wd-about-intro *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* =========================================================
   WEBSDOCS ABOUT — WHY WEBDOCS EXISTS
   Premium full-width / 8K section.
   Load AFTER about-fullwidth-8k.css
   No JavaScript required.
========================================================= */


/* =========================================================
   1. ROOT
========================================================= */

.wd-about-why {
  --why-edge:
    var(--wd-about-edge, clamp(18px, 2.35vw, 220px));

  --why-ink:
    #08192d;

  --why-ink-2:
    #1a3a59;

  --why-muted:
    #657e96;

  --why-blue:
    #2d73cc;

  --why-cyan:
    #1ab3cb;

  --why-green:
    #179f72;

  --why-warn:
    #c7792b;

  --why-line:
    rgba(70, 112, 154, 0.15);

  --why-line-strong:
    rgba(50, 103, 162, 0.28);

  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: clip;
  color: var(--why-ink);
  background:
    linear-gradient(
      180deg,
      #f5f9fe 0%,
      #eef5fd 52%,
      #f8fbff 100%
    );
  border-bottom: 1px solid var(--why-line);
}


/* =========================================================
   2. AMBIENT
========================================================= */

.wd-about-why__ambient,
.wd-about-why__grid,
.wd-about-why__glow {
  position: absolute;
  pointer-events: none;
}

.wd-about-why__ambient {
  inset: 0;
  overflow: hidden;
}

.wd-about-why__grid {
  inset: 0;
  opacity: 0.55;
  background-image:
    linear-gradient(
      rgba(69, 113, 160, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(69, 113, 160, 0.035) 1px,
      transparent 1px
    );
  background-size:
    clamp(48px, 3vw, 220px)
    clamp(48px, 3vw, 220px);
  mask-image:
    linear-gradient(
      180deg,
      transparent,
      rgba(0,0,0,0.68) 18%,
      rgba(0,0,0,0.68) 80%,
      transparent
    );
}

.wd-about-why__glow {
  border-radius: 50%;
}

.wd-about-why__glow--left {
  width: min(42vw, 3100px);
  aspect-ratio: 1;
  left: -18%;
  top: 22%;
  background:
    radial-gradient(
      circle,
      rgba(206, 136, 71, 0.09),
      transparent 68%
    );
}

.wd-about-why__glow--right {
  width: min(48vw, 3500px);
  aspect-ratio: 1;
  right: -20%;
  top: 30%;
  background:
    radial-gradient(
      circle,
      rgba(65, 146, 237, 0.11),
      transparent 68%
    );
}


/* =========================================================
   3. SHELL
========================================================= */

.wd-about-why__shell {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  padding:
    clamp(92px, 6vw, 400px)
    var(--why-edge)
    clamp(96px, 6.4vw, 430px);
}


/* =========================================================
   4. HEADER
========================================================= */

.wd-about-why__head {
  width: 100%;
  display: grid;
  grid-template-columns:
    minmax(0, 1.28fr)
    minmax(0, 0.72fr);
  gap: clamp(52px, 5vw, 330px);
  align-items: end;
}

.wd-about-why__eyebrow {
  margin: 0;
  color: #3070af;
  font-size:
    clamp(11px, 0.58vw, 28px);
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.wd-about-why__head h2 {
  margin:
    clamp(18px, 1.2vw, 62px)
    0
    0;
  max-width: none;
  color: var(--why-ink);
  font-size:
    clamp(56px, 4.25vw, 230px);
  font-weight: 820;
  line-height: 0.93;
  letter-spacing: -0.058em;
  text-wrap: balance;
}

.wd-about-why__head h2 span {
  display: block;
  margin-top:
    clamp(9px, 0.48vw, 26px);
  color: #526d87;
  font-weight: 650;
}

.wd-about-why__lead {
  margin: 0;
  padding-left:
    clamp(22px, 1.4vw, 72px);
  border-left:
    clamp(2px, 0.12vw, 6px)
    solid
    rgba(45, 115, 204, 0.48);
  color: #536b83;
  font-size:
    clamp(16px, 0.92vw, 44px);
  line-height: 1.72;
}


/* =========================================================
   5. LANDSCAPE
========================================================= */

.wd-about-why__landscape {
  width: 100%;
  margin-top:
    clamp(78px, 5.4vw, 350px);
  display: grid;
  grid-template-columns:
    minmax(0, 0.92fr)
    minmax(0, 0.82fr)
    minmax(0, 1.02fr);
  gap:
    clamp(22px, 1.6vw, 92px);
  align-items: stretch;
}


/* =========================================================
   6. SHARED SIDE PANELS
========================================================= */

.wd-about-why__fragment,
.wd-about-why__unified {
  min-width: 0;
  overflow: hidden;
  border:
    1px solid
    var(--why-line);
  border-radius:
    clamp(28px, 1.55vw, 80px);
  background:
    rgba(255,255,255,0.84);
  box-shadow:
    0 28px 90px rgba(16,49,82,0.075);
  backdrop-filter: blur(16px);
}

.wd-about-why__fragment {
  background:
    linear-gradient(
      150deg,
      rgba(255,255,255,0.94),
      rgba(252,247,242,0.90)
    );
}

.wd-about-why__unified {
  background:
    linear-gradient(
      150deg,
      rgba(255,255,255,0.98),
      rgba(235,245,255,0.94)
    );
}

.wd-about-why__panel-head {
  min-height:
    clamp(84px, 5vw, 260px);
  display: grid;
  grid-template-columns:
    auto
    minmax(0, 1fr);
  gap:
    clamp(14px, 0.85vw, 42px);
  align-items: center;
  padding:
    clamp(18px, 1.2vw, 62px);
  border-bottom:
    1px solid
    var(--why-line);
}

.wd-about-why__panel-index {
  width:
    clamp(48px, 3vw, 154px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 30%;
  color: #4d7299;
  background: #f3f7fb;
  border:
    1px solid
    rgba(71,113,155,0.12);
  font-size:
    clamp(11px, 0.62vw, 30px);
  font-weight: 950;
}

.wd-about-why__panel-head small,
.wd-about-why__panel-head strong {
  display: block;
}

.wd-about-why__panel-head small {
  color: #7a90a6;
  font-size:
    clamp(8px, 0.4vw, 19px);
  font-weight: 900;
  letter-spacing: 0.11em;
}

.wd-about-why__panel-head strong {
  margin-top:
    clamp(4px, 0.22vw, 10px);
  color: #1a3d5e;
  font-size:
    clamp(15px, 0.88vw, 42px);
  letter-spacing: -0.025em;
}


/* =========================================================
   7. FRAGMENT MAP
========================================================= */

.wd-about-why__fragment-map {
  position: relative;
  min-height:
    clamp(650px, 40vw, 2250px);
  overflow: hidden;
  background:
    linear-gradient(
      rgba(112, 91, 72, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(112, 91, 72, 0.035) 1px,
      transparent 1px
    );
  background-size:
    clamp(38px, 2.3vw, 130px)
    clamp(38px, 2.3vw, 130px);
}

.wd-about-why__fragment-map::before {
  content: "";
  position: absolute;
  width: 50%;
  aspect-ratio: 1;
  left: 25%;
  top: 26%;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(197, 121, 43, 0.09),
      transparent 68%
    );
}

.wd-about-why__fragment-node {
  position: absolute;
  z-index: 3;
  width:
    clamp(150px, 11.5vw, 640px);
  min-height:
    clamp(70px, 4.6vw, 240px);
  display: grid;
  grid-template-columns:
    auto
    minmax(0, 1fr);
  gap:
    clamp(9px, 0.55vw, 26px);
  align-items: center;
  padding:
    clamp(10px, 0.7vw, 34px);
  border:
    1px solid
    rgba(125, 104, 83, 0.14);
  border-radius:
    clamp(14px, 0.75vw, 38px);
  background:
    rgba(255,255,255,0.88);
  box-shadow:
    0 15px 40px rgba(75,55,37,0.07);
}

.wd-about-why__fragment-node > i {
  width:
    clamp(34px, 2.05vw, 104px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 30%;
  color: #a36931;
  background: #fbf2e9;
  font-size:
    clamp(12px, 0.7vw, 34px);
}

.wd-about-why__fragment-node strong,
.wd-about-why__fragment-node small {
  display: block;
}

.wd-about-why__fragment-node strong {
  color: #563f2d;
  font-size:
    clamp(10px, 0.58vw, 28px);
}

.wd-about-why__fragment-node small {
  margin-top: 2px;
  color: #927d69;
  font-size:
    clamp(7px, 0.37vw, 18px);
}

.wd-about-why__fragment-node--site {
  left: 5%;
  top: 8%;
}

.wd-about-why__fragment-node--voice {
  right: 5%;
  top: 9%;
}

.wd-about-why__fragment-node--chat {
  left: 2%;
  top: 35%;
}

.wd-about-why__fragment-node--support {
  right: 2%;
  top: 36%;
}

.wd-about-why__fragment-node--knowledge {
  left: 5%;
  bottom: 9%;
}

.wd-about-why__fragment-node--ai {
  right: 5%;
  bottom: 10%;
}

.wd-about-why__fragment-node--buyer {
  left: 31%;
  top: 20%;
}

.wd-about-why__fragment-node--workflow {
  left: 31%;
  bottom: 20%;
}


/* =========================================================
   8. BROKEN CONNECTIONS
========================================================= */

.wd-about-why__broken-line {
  position: absolute;
  z-index: 1;
  width: 24%;
  height: 1px;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(178,112,53,0.44) 0 10px,
      transparent 10px 20px
    );
  transform-origin: left center;
}

.wd-about-why__broken-line--one {
  left: 27%;
  top: 25%;
  transform: rotate(16deg);
}

.wd-about-why__broken-line--two {
  right: 24%;
  top: 29%;
  transform: rotate(-18deg);
}

.wd-about-why__broken-line--three {
  left: 28%;
  bottom: 25%;
  transform: rotate(-14deg);
}

.wd-about-why__broken-line--four {
  right: 24%;
  bottom: 27%;
  transform: rotate(18deg);
}

.wd-about-why__fragment-center {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width:
    clamp(190px, 15vw, 820px);
  min-height:
    clamp(150px, 9.5vw, 500px);
  transform:
    translate(-50%, -50%);
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
  padding:
    clamp(18px, 1.1vw, 54px);
  border:
    1px solid
    rgba(180, 111, 47, 0.22);
  border-radius:
    clamp(22px, 1.15vw, 58px);
  background:
    rgba(255,250,245,0.96);
  box-shadow:
    0 24px 68px rgba(112,74,42,0.12);
}

.wd-about-why__fragment-center > span {
  width:
    clamp(46px, 2.7vw, 138px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #b86f2f;
  background: #fdf0e4;
  font-size:
    clamp(16px, 0.95vw, 46px);
}

.wd-about-why__fragment-center strong {
  margin-top:
    clamp(10px, 0.6vw, 28px);
  color: #66462e;
  font-size:
    clamp(13px, 0.76vw, 36px);
  letter-spacing: -0.02em;
}

.wd-about-why__fragment-center small {
  margin-top:
    clamp(5px, 0.3vw, 14px);
  color: #9b816a;
  font-size:
    clamp(8px, 0.42vw, 20px);
  line-height: 1.48;
}


/* =========================================================
   9. FRAGMENT FOOT
========================================================= */

.wd-about-why__fragment-foot {
  display: grid;
  grid-template-columns:
    repeat(4, minmax(0,1fr));
  border-top:
    1px solid
    rgba(138,108,80,0.12);
}

.wd-about-why__fragment-foot span {
  min-height:
    clamp(48px, 3vw, 150px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding:
    clamp(9px, 0.55vw, 26px);
  border-right:
    1px solid
    rgba(138,108,80,0.12);
  color: #8b725c;
  font-size:
    clamp(8px, 0.42vw, 20px);
  font-weight: 800;
  text-align: center;
}

.wd-about-why__fragment-foot span:last-child {
  border-right: 0;
}


/* =========================================================
   10. CONTROL PROBLEM — CENTER PANEL
========================================================= */

.wd-about-why__control {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border:
    1px solid
    rgba(74,122,175,0.22);
  border-radius:
    clamp(30px, 1.65vw, 86px);
  background:
    linear-gradient(
      155deg,
      #091d33 0%,
      #102d4d 52%,
      #12395e 100%
    );
  box-shadow:
    0 38px 110px rgba(12,38,67,0.18);
}

.wd-about-why__control::before {
  content: "";
  position: absolute;
  width: 66%;
  aspect-ratio: 1;
  right: -26%;
  top: -22%;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(66,149,239,0.18),
      transparent 68%
    );
}

.wd-about-why__control::after {
  content: "";
  position: absolute;
  width: 46%;
  aspect-ratio: 1;
  left: -18%;
  bottom: -20%;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(26,179,203,0.10),
      transparent 68%
    );
}

.wd-about-why__control-head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns:
    auto
    minmax(0,1fr);
  gap:
    clamp(14px, 0.85vw, 42px);
  align-items: center;
  padding:
    clamp(22px, 1.35vw, 70px);
  border-bottom:
    1px solid
    rgba(181,210,238,0.12);
}

.wd-about-why__control-mark {
  width:
    clamp(50px, 3vw, 154px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 30%;
  color: #88c4ff;
  background:
    rgba(59,139,222,0.13);
  border:
    1px solid
    rgba(110,180,244,0.18);
  font-size:
    clamp(17px, 1vw, 48px);
}

.wd-about-why__control-head small,
.wd-about-why__control-head strong {
  display: block;
}

.wd-about-why__control-head small {
  color: #7da8d1;
  font-size:
    clamp(8px, 0.4vw, 19px);
  font-weight: 900;
  letter-spacing: 0.11em;
}

.wd-about-why__control-head strong {
  margin-top:
    clamp(4px, 0.22vw, 10px);
  color: #ffffff;
  font-size:
    clamp(16px, 0.94vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.028em;
}


/* =========================================================
   11. RISK LIST
========================================================= */

.wd-about-why__risk-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap:
    clamp(10px, 0.65vw, 30px);
  padding:
    clamp(20px, 1.25vw, 64px);
}

.wd-about-why__risk-list article {
  min-width: 0;
  display: grid;
  grid-template-columns:
    auto
    minmax(0,1fr);
  gap:
    clamp(13px, 0.78vw, 38px);
  align-items: start;
  padding:
    clamp(16px, 1vw, 50px);
  border:
    1px solid
    rgba(180,210,239,0.10);
  border-radius:
    clamp(17px, 0.9vw, 46px);
  background:
    rgba(255,255,255,0.045);
  backdrop-filter: blur(12px);
}

.wd-about-why__risk-icon {
  width:
    clamp(42px, 2.5vw, 128px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 30%;
  color: #ffbc76;
  background:
    rgba(201,116,40,0.12);
  border:
    1px solid
    rgba(231,151,78,0.15);
  font-size:
    clamp(14px, 0.82vw, 40px);
}

.wd-about-why__risk-list small,
.wd-about-why__risk-list strong {
  display: block;
}

.wd-about-why__risk-list small {
  color: #6fa2d1;
  font-size:
    clamp(7px, 0.36vw, 17px);
  font-weight: 900;
  letter-spacing: 0.12em;
}

.wd-about-why__risk-list strong {
  margin-top:
    clamp(3px, 0.16vw, 8px);
  color: #f4f8fc;
  font-size:
    clamp(13px, 0.72vw, 34px);
  letter-spacing: -0.018em;
}

.wd-about-why__risk-list p {
  margin:
    clamp(5px, 0.28vw, 14px)
    0
    0;
  color: #a4b9cd;
  font-size:
    clamp(9px, 0.47vw, 22px);
  line-height: 1.55;
}


/* =========================================================
   12. CONTROL QUESTION
========================================================= */

.wd-about-why__control-question {
  position: relative;
  z-index: 2;
  margin:
    0
    clamp(20px, 1.25vw, 64px)
    clamp(20px, 1.25vw, 64px);
  padding:
    clamp(20px, 1.25vw, 64px);
  border:
    1px solid
    rgba(101,177,243,0.18);
  border-radius:
    clamp(20px, 1vw, 50px);
  background:
    linear-gradient(
      135deg,
      rgba(41,111,183,0.18),
      rgba(23,87,145,0.08)
    );
}

.wd-about-why__control-question span,
.wd-about-why__control-question strong {
  display: block;
}

.wd-about-why__control-question span {
  color: #78b6ef;
  font-size:
    clamp(8px, 0.4vw, 19px);
  font-weight: 900;
  letter-spacing: 0.12em;
}

.wd-about-why__control-question strong {
  margin-top:
    clamp(8px, 0.45vw, 22px);
  color: #ffffff;
  font-size:
    clamp(18px, 1.15vw, 54px);
  line-height: 1.26;
  letter-spacing: -0.032em;
}


/* =========================================================
   13. UNIFIED MAP
========================================================= */

.wd-about-why__unified-map {
  position: relative;
  min-height:
    clamp(650px, 40vw, 2250px);
  overflow: hidden;
  background:
    linear-gradient(
      rgba(59,118,180,0.04) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(59,118,180,0.04) 1px,
      transparent 1px
    );
  background-size:
    clamp(38px, 2.3vw, 130px)
    clamp(38px, 2.3vw, 130px);
}

.wd-about-why__unified-map::before {
  content: "";
  position: absolute;
  width: 58%;
  aspect-ratio: 1;
  left: 21%;
  top: 21%;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(56,137,228,0.13),
      rgba(56,137,228,0.03) 48%,
      transparent 70%
    );
}

.wd-about-why__business-core {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  width:
    clamp(210px, 16vw, 860px);
  min-height:
    clamp(150px, 9.6vw, 510px);
  transform:
    translate(-50%, -50%);
  display: grid;
  grid-template-columns:
    auto
    minmax(0,1fr);
  gap:
    clamp(14px, 0.85vw, 42px);
  align-items: center;
  padding:
    clamp(18px, 1.12vw, 56px);
  border:
    1px solid
    rgba(63,124,190,0.24);
  border-radius:
    clamp(22px, 1.15vw, 58px);
  background:
    rgba(255,255,255,0.97);
  box-shadow:
    0 26px 80px rgba(20,63,106,0.15),
    0 0 0
    clamp(8px, 0.42vw, 22px)
    rgba(255,255,255,0.58);
}

.wd-about-why__business-core-mark {
  width:
    clamp(56px, 3.5vw, 180px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 30%;
  color: #ffffff;
  background:
    linear-gradient(
      145deg,
      #153d70,
      #2b75cf 66%,
      #1ab3cb
    );
  box-shadow:
    0 16px 42px rgba(45,115,204,0.24);
  font-size:
    clamp(17px, 1vw, 48px);
  font-weight: 950;
  letter-spacing: -0.04em;
}

.wd-about-why__business-core small,
.wd-about-why__business-core strong,
.wd-about-why__business-core span {
  display: block;
}

.wd-about-why__business-core small {
  color: #5e82a8;
  font-size:
    clamp(7px, 0.38vw, 18px);
  font-weight: 900;
  letter-spacing: 0.11em;
}

.wd-about-why__business-core strong {
  margin-top:
    clamp(4px, 0.2vw, 10px);
  color: #173b5c;
  font-size:
    clamp(14px, 0.82vw, 39px);
  letter-spacing: -0.024em;
}

.wd-about-why__business-core span {
  margin-top:
    clamp(4px, 0.23vw, 11px);
  color: #71879d;
  font-size:
    clamp(8px, 0.42vw, 20px);
}


/* =========================================================
   14. UNIFIED CONNECTORS / NODES
========================================================= */

.wd-about-why__unified-line {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  height: 1px;
  width: 26%;
  transform-origin: left center;
  background:
    linear-gradient(
      90deg,
      rgba(45,115,204,0.68),
      rgba(45,115,204,0.08)
    );
}

.wd-about-why__unified-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width:
    clamp(6px, 0.3vw, 15px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #4b94e3;
  transform:
    translate(50%, -50%);
  box-shadow:
    0 0 0
    clamp(5px, 0.26vw, 12px)
    rgba(75,148,227,0.10);
}

.wd-about-why__unified-line--one {
  transform: rotate(-145deg);
}

.wd-about-why__unified-line--two {
  transform: rotate(-35deg);
}

.wd-about-why__unified-line--three {
  transform: rotate(145deg);
}

.wd-about-why__unified-line--four {
  transform: rotate(35deg);
}

.wd-about-why__unified-node {
  position: absolute;
  z-index: 4;
  width:
    clamp(165px, 12.5vw, 700px);
  min-height:
    clamp(76px, 4.8vw, 250px);
  display: grid;
  grid-template-columns:
    auto
    minmax(0,1fr);
  gap:
    clamp(10px, 0.6vw, 28px);
  align-items: center;
  padding:
    clamp(12px, 0.78vw, 38px);
  border:
    1px solid
    rgba(60,116,176,0.16);
  border-radius:
    clamp(15px, 0.8vw, 40px);
  background:
    rgba(255,255,255,0.93);
  box-shadow:
    0 16px 46px rgba(18,57,96,0.09);
}

.wd-about-why__unified-node > i {
  width:
    clamp(38px, 2.2vw, 112px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 30%;
  color: #2d73cc;
  background: #eaf3ff;
  font-size:
    clamp(13px, 0.75vw, 36px);
}

.wd-about-why__unified-node small,
.wd-about-why__unified-node strong {
  display: block;
}

.wd-about-why__unified-node small {
  color: #7090ae;
  font-size:
    clamp(7px, 0.35vw, 17px);
  font-weight: 900;
  letter-spacing: 0.10em;
}

.wd-about-why__unified-node strong {
  margin-top: 2px;
  color: #214664;
  font-size:
    clamp(10px, 0.58vw, 28px);
}

.wd-about-why__unified-node--knowledge {
  left: 5%;
  top: 12%;
}

.wd-about-why__unified-node--rules {
  right: 5%;
  top: 13%;
}

.wd-about-why__unified-node--visibility {
  left: 5%;
  bottom: 12%;
}

.wd-about-why__unified-node--human {
  right: 5%;
  bottom: 12%;
}


/* =========================================================
   15. OUTCOMES
========================================================= */

.wd-about-why__outcome {
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0,1fr));
  border-top:
    1px solid
    var(--why-line);
}

.wd-about-why__outcome article {
  min-width: 0;
  min-height:
    clamp(68px, 4.4vw, 220px);
  display: grid;
  grid-template-columns:
    auto
    minmax(0,1fr);
  gap:
    clamp(9px, 0.55vw, 26px);
  align-items: center;
  padding:
    clamp(12px, 0.78vw, 38px);
  border-right:
    1px solid
    var(--why-line);
  border-bottom:
    1px solid
    var(--why-line);
}

.wd-about-why__outcome article:nth-child(2n) {
  border-right: 0;
}

.wd-about-why__outcome article:nth-last-child(-n+2) {
  border-bottom: 0;
}

.wd-about-why__outcome article > i {
  color: #3478c9;
  font-size:
    clamp(14px, 0.8vw, 38px);
}

.wd-about-why__outcome small,
.wd-about-why__outcome strong {
  display: block;
}

.wd-about-why__outcome small {
  color: #7890a8;
  font-size:
    clamp(7px, 0.35vw, 17px);
  font-weight: 900;
  letter-spacing: 0.09em;
}

.wd-about-why__outcome strong {
  margin-top: 2px;
  color: #214766;
  font-size:
    clamp(9px, 0.52vw, 25px);
  line-height: 1.35;
}


/* =========================================================
   16. BOTTOM PRINCIPLE
========================================================= */

.wd-about-why__bottom {
  width: 100%;
  margin-top:
    clamp(38px, 3vw, 180px);
  display: grid;
  grid-template-columns:
    auto
    minmax(0, 1.2fr)
    minmax(0, 0.8fr);
  gap:
    clamp(22px, 1.7vw, 100px);
  align-items: center;
  padding:
    clamp(24px, 1.6vw, 84px);
  border:
    1px solid
    var(--why-line);
  border-radius:
    clamp(24px, 1.3vw, 68px);
  background:
    rgba(255,255,255,0.82);
  box-shadow:
    0 24px 70px rgba(17,49,82,0.055);
}

.wd-about-why__bottom-icon {
  width:
    clamp(54px, 3.4vw, 174px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 30%;
  color: #2d73cc;
  background:
    linear-gradient(
      145deg,
      #edf5ff,
      #e1efff
    );
  border:
    1px solid
    rgba(62,120,184,0.12);
  font-size:
    clamp(18px, 1.08vw, 52px);
}

.wd-about-why__bottom > p {
  margin: 0;
  color: #647a90;
  font-size:
    clamp(22px, 1.55vw, 74px);
  line-height: 1.38;
  letter-spacing: -0.024em;
}

.wd-about-why__bottom > p strong {
  color: #183a59;
  font-weight: 730;
}

.wd-about-why__bottom-proof {
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0,1fr));
  gap:
    clamp(8px, 0.52vw, 24px);
}

.wd-about-why__bottom-proof span {
  min-height:
    clamp(42px, 2.6vw, 130px);
  display: flex;
  align-items: center;
  gap:
    clamp(6px, 0.35vw, 16px);
  padding:
    0
    clamp(10px, 0.65vw, 32px);
  border:
    1px solid
    rgba(70,115,161,0.12);
  border-radius:
    999px;
  color: #55708b;
  background: #f8fbff;
  font-size:
    clamp(8px, 0.42vw, 20px);
  font-weight: 800;
}

.wd-about-why__bottom-proof i {
  color: var(--why-green);
}


/* =========================================================
   17. 4K / 5K / 8K
========================================================= */

@media (min-width: 2560px) {
  .wd-about-why__landscape {
    grid-template-columns:
      minmax(0, 0.90fr)
      minmax(0, 0.84fr)
      minmax(0, 1.04fr);
  }
}

@media (min-width: 5120px) {
  .wd-about-why__shell {
    padding-top: 4.8vw;
    padding-bottom: 5.1vw;
  }

  .wd-about-why__head h2 {
    font-size: 4vw;
  }

  .wd-about-why__lead {
    font-size: 0.82vw;
  }

  .wd-about-why__fragment-map,
  .wd-about-why__unified-map {
    min-height: 36vw;
  }
}


/* =========================================================
   18. LARGE LAPTOP / SMALL DESKTOP
========================================================= */

@media (max-width: 1560px) {
  .wd-about-why__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .wd-about-why__lead {
    max-width: 980px;
  }

  .wd-about-why__landscape {
    grid-template-columns:
      repeat(2, minmax(0,1fr));
  }

  .wd-about-why__control {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .wd-about-why__unified {
    grid-column: 2;
    grid-row: 1;
  }

  .wd-about-why__risk-list {
    grid-template-columns:
      repeat(2, minmax(0,1fr));
  }
}


/* =========================================================
   19. TABLET
========================================================= */

@media (max-width: 980px) {
  .wd-about-why__landscape {
    grid-template-columns: 1fr;
  }

  .wd-about-why__fragment,
  .wd-about-why__control,
  .wd-about-why__unified {
    grid-column: auto;
    grid-row: auto;
  }

  .wd-about-why__risk-list {
    grid-template-columns: 1fr;
  }

  .wd-about-why__bottom {
    grid-template-columns:
      auto
      minmax(0,1fr);
  }

  .wd-about-why__bottom-proof {
    grid-column: 1 / -1;
  }
}


/* =========================================================
   20. MOBILE
========================================================= */

@media (max-width: 720px) {
  .wd-about-why__shell {
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .wd-about-why__head h2 {
    font-size:
      clamp(44px, 12.5vw, 68px);
    line-height: 0.97;
  }

  .wd-about-why__lead {
    padding-left: 16px;
    font-size: 16px;
  }

  .wd-about-why__landscape {
    margin-top: 52px;
  }

  .wd-about-why__fragment-map,
  .wd-about-why__unified-map {
    min-height: auto;
    display: grid;
    gap: 10px;
    padding: 16px;
  }

  .wd-about-why__broken-line,
  .wd-about-why__unified-line {
    display: none;
  }

  .wd-about-why__fragment-node,
  .wd-about-why__unified-node,
  .wd-about-why__fragment-center,
  .wd-about-why__business-core {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    min-height: 0;
    transform: none;
  }

  .wd-about-why__fragment-center,
  .wd-about-why__business-core {
    order: -1;
  }

  .wd-about-why__fragment-foot {
    grid-template-columns:
      repeat(2, minmax(0,1fr));
  }

  .wd-about-why__fragment-foot span:nth-child(2) {
    border-right: 0;
  }

  .wd-about-why__fragment-foot span:nth-child(-n+2) {
    border-bottom:
      1px solid
      rgba(138,108,80,0.12);
  }

  .wd-about-why__control-head,
  .wd-about-why__risk-list,
  .wd-about-why__control-question {
    margin-left: 0;
    margin-right: 0;
  }

  .wd-about-why__risk-list {
    padding: 14px;
  }

  .wd-about-why__control-question {
    margin:
      0
      14px
      14px;
    padding: 18px;
  }

  .wd-about-why__outcome {
    grid-template-columns: 1fr;
  }

  .wd-about-why__outcome article {
    border-right: 0;
    border-bottom:
      1px solid
      var(--why-line);
  }

  .wd-about-why__outcome article:last-child {
    border-bottom: 0;
  }

  .wd-about-why__bottom {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
  }

  .wd-about-why__bottom-icon {
    width: 58px;
  }

  .wd-about-why__bottom > p {
    font-size:
      clamp(24px, 7vw, 36px);
  }

  .wd-about-why__bottom-proof {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   21. REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .wd-about-why *,
  .wd-about-why *::before,
  .wd-about-why *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}

/* =========================================================
   WEBSDOCS ABOUT — PRODUCT FAMILY
   Four Controlled Operating Paths
   Premium full-width / 8K.
   Load AFTER about-fullwidth-8k.css
   No JavaScript required.
========================================================= */


/* =========================================================
   1. ROOT
========================================================= */

.wd-about-family {
  --family-edge:
    var(--wd-about-edge, clamp(18px, 2.35vw, 220px));

  --family-ink:
    #07182d;

  --family-ink-2:
    #1b3b5c;

  --family-muted:
    #667f98;

  --family-blue:
    #2b73ce;

  --family-cyan:
    #18b6cf;

  --family-green:
    #179e72;

  --family-line:
    rgba(69, 111, 154, 0.15);

  --family-line-strong:
    rgba(53, 105, 163, 0.28);

  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: clip;
  color: var(--family-ink);
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8fbff 44%,
      #eef5fd 100%
    );
  border-bottom: 1px solid var(--family-line);
}


/* =========================================================
   2. AMBIENT
========================================================= */

.wd-about-family__ambient,
.wd-about-family__grid,
.wd-about-family__glow,
.wd-about-family__beam {
  position: absolute;
  pointer-events: none;
}

.wd-about-family__ambient {
  inset: 0;
  overflow: hidden;
}

.wd-about-family__grid {
  inset: 0;
  opacity: 0.48;
  background-image:
    linear-gradient(
      rgba(70, 114, 160, 0.032) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(70, 114, 160, 0.032) 1px,
      transparent 1px
    );
  background-size:
    clamp(50px, 3vw, 220px)
    clamp(50px, 3vw, 220px);
  mask-image:
    linear-gradient(
      180deg,
      rgba(0,0,0,0.2),
      rgba(0,0,0,0.7) 22%,
      rgba(0,0,0,0.7) 80%,
      transparent
    );
}

.wd-about-family__glow {
  border-radius: 50%;
}

.wd-about-family__glow--one {
  width: min(48vw, 3400px);
  aspect-ratio: 1;
  right: -18%;
  top: 16%;
  background:
    radial-gradient(
      circle,
      rgba(64, 146, 238, 0.10),
      transparent 68%
    );
}

.wd-about-family__glow--two {
  width: min(42vw, 3000px);
  aspect-ratio: 1;
  left: -18%;
  bottom: 8%;
  background:
    radial-gradient(
      circle,
      rgba(24, 182, 207, 0.08),
      transparent 68%
    );
}

.wd-about-family__beam {
  height: 1px;
  opacity: 0.5;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(55, 126, 204, 0.24),
      transparent
    );
}

.wd-about-family__beam--one {
  width: 72vw;
  right: -14vw;
  top: 31%;
  transform: rotate(-9deg);
}

.wd-about-family__beam--two {
  width: 66vw;
  left: -17vw;
  bottom: 25%;
  transform: rotate(8deg);
}


/* =========================================================
   3. SHELL
========================================================= */

.wd-about-family__shell {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  padding:
    clamp(92px, 6vw, 400px)
    var(--family-edge)
    clamp(100px, 6.6vw, 440px);
}


/* =========================================================
   4. HEADER
========================================================= */

.wd-about-family__head {
  width: 100%;
  display: grid;
  grid-template-columns:
    minmax(0, 1.22fr)
    minmax(0, 0.78fr);
  gap:
    clamp(50px, 4.8vw, 310px);
  align-items: end;
}

.wd-about-family__eyebrow {
  margin: 0;
  color: #2e70b4;
  font-size:
    clamp(11px, 0.58vw, 28px);
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.wd-about-family__head h2 {
  margin:
    clamp(18px, 1.2vw, 62px)
    0
    0;
  max-width: none;
  color: var(--family-ink);
  font-size:
    clamp(56px, 4.22vw, 230px);
  font-weight: 820;
  line-height: 0.93;
  letter-spacing: -0.058em;
  text-wrap: balance;
}

.wd-about-family__head h2 span {
  display: block;
  margin-top:
    clamp(9px, 0.48vw, 26px);
  color: #506b85;
  font-weight: 650;
}

.wd-about-family__head-note {
  display: grid;
  grid-template-columns:
    auto
    minmax(0,1fr);
  gap:
    clamp(16px, 1vw, 48px);
  align-items: start;
  padding:
    clamp(20px, 1.3vw, 66px);
  border-left:
    clamp(2px, 0.12vw, 6px)
    solid
    rgba(43, 115, 206, 0.48);
  background:
    linear-gradient(
      90deg,
      rgba(232,243,255,0.72),
      rgba(248,252,255,0.30)
    );
}

.wd-about-family__head-note-icon {
  width:
    clamp(44px, 2.65vw, 136px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 30%;
  color: #2d73ca;
  background: #ffffff;
  border: 1px solid rgba(64, 118, 177, 0.14);
  box-shadow:
    0 12px 34px rgba(27, 69, 112, 0.07);
  font-size:
    clamp(15px, 0.88vw, 42px);
}

.wd-about-family__head-note p {
  margin: 0;
  color: #526b83;
  font-size:
    clamp(15px, 0.88vw, 42px);
  line-height: 1.7;
}


/* =========================================================
   5. SHARED FOUNDATION
========================================================= */

.wd-about-family__foundation {
  width: 100%;
  margin-top:
    clamp(66px, 4.6vw, 290px);
  display: grid;
  grid-template-columns:
    minmax(0, 1.12fr)
    minmax(0, 0.88fr);
  gap:
    clamp(18px, 1.25vw, 70px);
  align-items: stretch;
  padding:
    clamp(18px, 1.1vw, 54px);
  border:
    1px solid
    rgba(72, 117, 165, 0.17);
  border-radius:
    clamp(24px, 1.3vw, 68px);
  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.92),
      rgba(239,247,255,0.86)
    );
  box-shadow:
    0 24px 72px rgba(16,49,82,0.06);
}

.wd-about-family__foundation-core {
  min-width: 0;
  display: grid;
  grid-template-columns:
    auto
    minmax(0,1fr);
  gap:
    clamp(14px, 0.85vw, 42px);
  align-items: center;
}

.wd-about-family__foundation-mark {
  width:
    clamp(54px, 3.3vw, 170px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 30%;
  color: #ffffff;
  background:
    linear-gradient(
      145deg,
      #143b6b,
      #2b73ce 66%,
      #18b6cf
    );
  box-shadow:
    0 16px 42px rgba(43,115,206,0.22);
  font-size:
    clamp(16px, 0.98vw, 46px);
  font-weight: 950;
  letter-spacing: -0.04em;
}

.wd-about-family__foundation-core small,
.wd-about-family__foundation-core strong,
.wd-about-family__foundation-core span {
  display: block;
}

.wd-about-family__foundation-core small {
  color: #6584a5;
  font-size:
    clamp(8px, 0.4vw, 19px);
  font-weight: 900;
  letter-spacing: 0.11em;
}

.wd-about-family__foundation-core strong {
  margin-top:
    clamp(4px, 0.22vw, 10px);
  color: #193c5d;
  font-size:
    clamp(15px, 0.9vw, 43px);
  letter-spacing: -0.025em;
}

.wd-about-family__foundation-core span {
  margin-top:
    clamp(4px, 0.22vw, 11px);
  color: #73889e;
  font-size:
    clamp(9px, 0.47vw, 22px);
}

.wd-about-family__foundation-signals {
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0,1fr));
  gap:
    clamp(8px, 0.5vw, 24px);
}

.wd-about-family__foundation-signals span {
  min-height:
    clamp(42px, 2.6vw, 130px);
  display: flex;
  align-items: center;
  gap:
    clamp(7px, 0.38vw, 18px);
  padding:
    0
    clamp(12px, 0.72vw, 36px);
  border:
    1px solid
    rgba(70, 116, 163, 0.12);
  border-radius: 999px;
  color: #55708b;
  background: rgba(255,255,255,0.76);
  font-size:
    clamp(8px, 0.43vw, 21px);
  font-weight: 800;
}

.wd-about-family__foundation-signals i {
  color: var(--family-green);
}


/* =========================================================
   6. LANES GRID
========================================================= */

.wd-about-family__lanes {
  width: 100%;
  margin-top:
    clamp(28px, 2vw, 120px);
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
  gap:
    clamp(22px, 1.6vw, 92px);
}


/* =========================================================
   7. LANE
========================================================= */

.wd-about-family__lane {
  --lane-accent: #2b73ce;
  --lane-accent-soft: #eaf3ff;
  --lane-accent-line: rgba(43,115,206,0.20);

  position: relative;
  min-width: 0;
  overflow: hidden;
  border:
    1px solid
    var(--family-line);
  border-radius:
    clamp(28px, 1.55vw, 80px);
  background:
    linear-gradient(
      150deg,
      rgba(255,255,255,0.97),
      rgba(242,248,255,0.92)
    );
  box-shadow:
    0 30px 90px rgba(17,49,82,0.075);
}

.wd-about-family__lane--rtc {
  --lane-accent: #307fc0;
  --lane-accent-soft: #edf7fc;
  --lane-accent-line: rgba(48,127,192,0.20);
}

.wd-about-family__lane--asg {
  --lane-accent: #5a68c9;
  --lane-accent-soft: #f0f1ff;
  --lane-accent-line: rgba(90,104,201,0.20);
}

.wd-about-family__lane--automation {
  --lane-accent: #2d8a72;
  --lane-accent-soft: #edf8f4;
  --lane-accent-line: rgba(45,138,114,0.20);
}

.wd-about-family__lane::before {
  content: "";
  position: absolute;
  width: 46%;
  aspect-ratio: 1;
  right: -18%;
  top: -18%;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      color-mix(in srgb, var(--lane-accent) 12%, transparent),
      transparent 68%
    );
  pointer-events: none;
}


/* =========================================================
   8. LANE TOP
========================================================= */

.wd-about-family__lane-top {
  position: relative;
  z-index: 2;
  min-height:
    clamp(180px, 12vw, 640px);
  display: grid;
  grid-template-columns:
    auto
    minmax(0,1fr);
  gap:
    clamp(20px, 1.4vw, 76px);
  align-items: start;
  padding:
    clamp(28px, 1.8vw, 94px);
  border-bottom:
    1px solid
    var(--family-line);
}

.wd-about-family__lane-id {
  display: grid;
  gap:
    clamp(10px, 0.55vw, 26px);
  justify-items: center;
}

.wd-about-family__lane-number {
  color:
    color-mix(in srgb, var(--lane-accent) 58%, #7b8a9b);
  font-size:
    clamp(9px, 0.48vw, 23px);
  font-weight: 950;
  letter-spacing: 0.12em;
}

.wd-about-family__lane-icon {
  width:
    clamp(60px, 3.8vw, 200px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 30%;
  color: var(--lane-accent);
  background: var(--lane-accent-soft);
  border:
    1px solid
    var(--lane-accent-line);
  box-shadow:
    0 16px 42px rgba(31,77,122,0.08);
  font-size:
    clamp(20px, 1.22vw, 58px);
}

.wd-about-family__lane-title {
  min-width: 0;
}

.wd-about-family__lane-title > small {
  display: block;
  color: var(--lane-accent);
  font-size:
    clamp(9px, 0.48vw, 23px);
  font-weight: 950;
  letter-spacing: 0.13em;
}

.wd-about-family__lane-title h3 {
  margin:
    clamp(6px, 0.4vw, 20px)
    0
    0;
  color: #163a5a;
  font-size:
    clamp(31px, 2.15vw, 108px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.wd-about-family__lane-title p {
  margin:
    clamp(12px, 0.76vw, 36px)
    0
    0;
  max-width: 92%;
  color: #60778e;
  font-size:
    clamp(13px, 0.7vw, 34px);
  line-height: 1.62;
}


/* =========================================================
   9. COCKPIT
========================================================= */

.wd-about-family__cockpit {
  position: relative;
  z-index: 2;
  margin:
    clamp(18px, 1.15vw, 58px);
  overflow: hidden;
  border:
    1px solid
    var(--lane-accent-line);
  border-radius:
    clamp(20px, 1.08vw, 54px);
  background:
    linear-gradient(
      155deg,
      #0b2038,
      #102f50 58%,
      #123b61
    );
  box-shadow:
    0 24px 70px rgba(12,39,68,0.15);
}

.wd-about-family__cockpit::before {
  content: "";
  position: absolute;
  width: 62%;
  aspect-ratio: 1;
  right: -22%;
  top: -30%;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      color-mix(in srgb, var(--lane-accent) 25%, transparent),
      transparent 68%
    );
}

.wd-about-family__cockpit-head {
  position: relative;
  z-index: 2;
  min-height:
    clamp(62px, 3.7vw, 188px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:
    clamp(12px, 0.72vw, 34px);
  padding:
    clamp(14px, 0.9vw, 44px)
    clamp(18px, 1.15vw, 58px);
  border-bottom:
    1px solid
    rgba(184,213,241,0.11);
  background:
    rgba(255,255,255,0.025);
}

.wd-about-family__cockpit-head span {
  display: inline-flex;
  align-items: center;
  gap:
    clamp(7px, 0.38vw, 18px);
  color: #85afd7;
  font-size:
    clamp(8px, 0.43vw, 21px);
  font-weight: 900;
  letter-spacing: 0.06em;
}

.wd-about-family__cockpit-head strong {
  color: #eaf3fb;
  font-size:
    clamp(9px, 0.5vw, 24px);
  font-weight: 800;
}


/* =========================================================
   10. FLOW
========================================================= */

.wd-about-family__flow {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns:
    minmax(0,1fr)
    auto
    minmax(0,1.1fr)
    auto
    minmax(0,1fr);
  gap:
    clamp(8px, 0.48vw, 22px);
  align-items: center;
  padding:
    clamp(20px, 1.25vw, 64px);
}

.wd-about-family__flow-step {
  min-width: 0;
  min-height:
    clamp(128px, 8.3vw, 430px);
  display: grid;
  grid-template-columns:
    auto
    minmax(0,1fr);
  gap:
    clamp(11px, 0.66vw, 32px);
  align-items: center;
  padding:
    clamp(14px, 0.9vw, 44px);
  border:
    1px solid
    rgba(180,211,240,0.10);
  border-radius:
    clamp(16px, 0.84vw, 42px);
  background:
    rgba(255,255,255,0.045);
  backdrop-filter: blur(12px);
}

.wd-about-family__flow-step--core {
  border-color:
    color-mix(in srgb, var(--lane-accent) 52%, transparent);
  background:
    linear-gradient(
      145deg,
      color-mix(in srgb, var(--lane-accent) 20%, transparent),
      rgba(255,255,255,0.045)
    );
  box-shadow:
    inset 0 0 0 1px
    color-mix(in srgb, var(--lane-accent) 8%, transparent);
}

.wd-about-family__flow-step-icon {
  width:
    clamp(40px, 2.4vw, 124px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 30%;
  color: #82bdff;
  background:
    rgba(64,139,218,0.13);
  border:
    1px solid
    rgba(112,180,243,0.16);
  font-size:
    clamp(14px, 0.8vw, 38px);
}

.wd-about-family__flow-step small,
.wd-about-family__flow-step strong,
.wd-about-family__flow-step div > span {
  display: block;
}

.wd-about-family__flow-step small {
  color: #6e9dca;
  font-size:
    clamp(7px, 0.35vw, 17px);
  font-weight: 950;
  letter-spacing: 0.11em;
}

.wd-about-family__flow-step strong {
  margin-top:
    clamp(3px, 0.18vw, 8px);
  color: #f6f9fc;
  font-size:
    clamp(11px, 0.62vw, 30px);
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.wd-about-family__flow-step div > span {
  margin-top:
    clamp(4px, 0.22vw, 10px);
  color: #9fb6cc;
  font-size:
    clamp(8px, 0.4vw, 19px);
  line-height: 1.42;
}

.wd-about-family__flow-arrow {
  color: #6fa9df;
  font-size:
    clamp(10px, 0.56vw, 27px);
}


/* =========================================================
   11. CAPABILITIES
========================================================= */

.wd-about-family__capabilities {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap:
    clamp(7px, 0.42vw, 20px);
  padding:
    0
    clamp(20px, 1.25vw, 64px)
    clamp(20px, 1.25vw, 64px);
}

.wd-about-family__capabilities span {
  min-height:
    clamp(32px, 1.9vw, 90px);
  display: inline-flex;
  align-items: center;
  padding:
    0
    clamp(10px, 0.62vw, 30px);
  border:
    1px solid
    rgba(178,209,239,0.11);
  border-radius: 999px;
  color: #9fb7cf;
  background:
    rgba(255,255,255,0.04);
  font-size:
    clamp(8px, 0.39vw, 19px);
  font-weight: 750;
}


/* =========================================================
   12. LANE FOOT
========================================================= */

.wd-about-family__lane-foot {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns:
    minmax(0,1fr)
    auto;
  gap:
    clamp(20px, 1.3vw, 68px);
  align-items: end;
  padding:
    0
    clamp(28px, 1.8vw, 94px)
    clamp(30px, 2vw, 102px);
}

.wd-about-family__lane-foot p {
  margin: 0;
  color: #667d94;
  font-size:
    clamp(12px, 0.65vw, 31px);
  line-height: 1.62;
}

.wd-about-family__lane-foot p strong {
  color: #1f4464;
}

.wd-about-family__lane-foot a {
  min-height:
    clamp(46px, 2.7vw, 132px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap:
    clamp(8px, 0.45vw, 22px);
  padding:
    0
    clamp(16px, 1vw, 48px);
  border:
    1px solid
    var(--lane-accent-line);
  border-radius:
    clamp(13px, 0.68vw, 34px);
  color: var(--lane-accent);
  background:
    var(--lane-accent-soft);
  text-decoration: none;
  white-space: nowrap;
  font-size:
    clamp(10px, 0.55vw, 26px);
  font-weight: 850;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.wd-about-family__lane-foot a:hover {
  transform: translateY(-2px);
  background: #ffffff;
  box-shadow:
    0 14px 40px rgba(25,67,108,0.08);
}


/* =========================================================
   13. CONNECTING RAIL
========================================================= */

.wd-about-family__rail {
  width: 100%;
  margin-top:
    clamp(34px, 2.6vw, 160px);
  overflow: hidden;
  border:
    1px solid
    var(--family-line);
  border-radius:
    clamp(24px, 1.3vw, 68px);
  background:
    rgba(255,255,255,0.84);
  box-shadow:
    0 24px 72px rgba(16,49,82,0.055);
}

.wd-about-family__rail-flow {
  min-height:
    clamp(92px, 5.6vw, 280px);
  display: grid;
  grid-template-columns:
    minmax(0,1fr)
    auto
    minmax(0,1fr)
    auto
    minmax(0,1fr)
    auto
    minmax(0,1fr);
  gap:
    clamp(12px, 0.8vw, 38px);
  align-items: center;
  padding:
    clamp(18px, 1.1vw, 56px)
    clamp(22px, 1.4vw, 72px);
}

.wd-about-family__rail-step {
  min-width: 0;
  text-align: center;
}

.wd-about-family__rail-step small,
.wd-about-family__rail-step strong {
  display: block;
}

.wd-about-family__rail-step small {
  color: #7890a8;
  font-size:
    clamp(8px, 0.4vw, 19px);
  font-weight: 950;
  letter-spacing: 0.12em;
}

.wd-about-family__rail-step strong {
  margin-top:
    clamp(4px, 0.22vw, 10px);
  color: #1b405f;
  font-size:
    clamp(18px, 1.15vw, 56px);
  letter-spacing: -0.032em;
}

.wd-about-family__rail-flow > i {
  color: #94a9bd;
  font-size:
    clamp(10px, 0.55vw, 26px);
}

.wd-about-family__rail-foundation {
  min-height:
    clamp(62px, 3.8vw, 190px);
  display: grid;
  grid-template-columns:
    auto
    minmax(0,1fr)
    auto;
  gap:
    clamp(14px, 0.9vw, 44px);
  align-items: center;
  padding:
    clamp(14px, 0.9vw, 44px)
    clamp(22px, 1.4vw, 72px);
  border-top:
    1px solid
    var(--family-line);
  background:
    linear-gradient(
      90deg,
      rgba(233,243,254,0.66),
      rgba(247,251,255,0.78),
      rgba(233,243,254,0.66)
    );
}

.wd-about-family__rail-foundation > span:not(.wd-about-family__rail-line) {
  display: inline-flex;
  align-items: center;
  gap:
    clamp(7px, 0.38vw, 18px);
  color: #4f6d89;
  font-size:
    clamp(9px, 0.48vw, 23px);
  font-weight: 850;
  white-space: nowrap;
}

.wd-about-family__rail-foundation i {
  color: #2d73ca;
}

.wd-about-family__rail-line {
  height: 1px;
  background:
    linear-gradient(
      90deg,
      rgba(43,115,206,0.12),
      rgba(43,115,206,0.66),
      rgba(43,115,206,0.12)
    );
}


/* =========================================================
   14. CLOSE
========================================================= */

.wd-about-family__close {
  width: 100%;
  margin-top:
    clamp(58px, 4.1vw, 260px);
  display: grid;
  grid-template-columns:
    minmax(0,0.18fr)
    minmax(0,1.82fr);
  gap:
    clamp(24px, 1.8vw, 110px);
  align-items: start;
}

.wd-about-family__close::before {
  content: "";
  display: block;
  width: 100%;
  height:
    clamp(3px, 0.15vw, 8px);
  margin-top:
    clamp(12px, 0.68vw, 34px);
  background:
    linear-gradient(
      90deg,
      #2b73ce,
      rgba(43,115,206,0.06)
    );
}

.wd-about-family__close p {
  margin: 0;
  color: #60778e;
  font-size:
    clamp(23px, 1.8vw, 88px);
  line-height: 1.4;
  letter-spacing: -0.028em;
}

.wd-about-family__close strong {
  color: #173a59;
  font-weight: 720;
}


/* =========================================================
   15. 4K / 5K / 8K
========================================================= */

@media (min-width: 2560px) {
  .wd-about-family__lanes {
    gap:
      clamp(40px, 1.5vw, 110px);
  }
}

@media (min-width: 5120px) {
  .wd-about-family__shell {
    padding-top: 4.8vw;
    padding-bottom: 5.2vw;
  }

  .wd-about-family__head h2 {
    font-size: 3.98vw;
  }

  .wd-about-family__head-note p {
    font-size: 0.80vw;
  }

  .wd-about-family__lane-title h3 {
    font-size: 1.92vw;
  }

  .wd-about-family__close p {
    font-size: 1.62vw;
  }
}


/* =========================================================
   16. LARGE DESKTOP / LAPTOP
========================================================= */

@media (max-width: 1560px) {
  .wd-about-family__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .wd-about-family__head-note {
    max-width: 1080px;
  }

  .wd-about-family__lanes {
    grid-template-columns: 1fr;
  }

  .wd-about-family__lane-top {
    min-height: 0;
  }
}


/* =========================================================
   17. TABLET
========================================================= */

@media (max-width: 980px) {
  .wd-about-family__foundation {
    grid-template-columns: 1fr;
  }

  .wd-about-family__flow {
    grid-template-columns: 1fr;
  }

  .wd-about-family__flow-arrow {
    display: grid;
    place-items: center;
    transform: rotate(90deg);
  }

  .wd-about-family__lane-foot {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .wd-about-family__lane-foot a {
    justify-self: start;
  }

  .wd-about-family__rail-flow {
    grid-template-columns:
      repeat(4, minmax(0,1fr));
  }

  .wd-about-family__rail-flow > i {
    display: none;
  }
}


/* =========================================================
   18. MOBILE
========================================================= */

@media (max-width: 720px) {
  .wd-about-family__shell {
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .wd-about-family__head h2 {
    font-size:
      clamp(44px, 12.5vw, 68px);
    line-height: 0.97;
  }

  .wd-about-family__head-note {
    grid-template-columns: 1fr;
    padding: 18px 16px;
  }

  .wd-about-family__foundation {
    margin-top: 42px;
    padding: 16px;
  }

  .wd-about-family__foundation-core {
    grid-template-columns:
      auto
      minmax(0,1fr);
  }

  .wd-about-family__foundation-signals {
    grid-template-columns: 1fr;
  }

  .wd-about-family__lanes {
    margin-top: 18px;
    gap: 18px;
  }

  .wd-about-family__lane {
    border-radius: 24px;
  }

  .wd-about-family__lane-top {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .wd-about-family__lane-id {
    grid-auto-flow: column;
    justify-content: start;
    align-items: center;
  }

  .wd-about-family__lane-icon {
    width: 58px;
  }

  .wd-about-family__lane-title h3 {
    font-size:
      clamp(32px, 9vw, 46px);
  }

  .wd-about-family__lane-title p {
    max-width: none;
    font-size: 15px;
  }

  .wd-about-family__cockpit {
    margin: 12px;
  }

  .wd-about-family__cockpit-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .wd-about-family__flow {
    padding: 14px;
  }

  .wd-about-family__flow-step {
    min-height: 0;
    padding: 14px;
  }

  .wd-about-family__capabilities {
    padding:
      0
      14px
      14px;
  }

  .wd-about-family__lane-foot {
    padding:
      10px
      18px
      24px;
  }

  .wd-about-family__lane-foot p {
    font-size: 14px;
  }

  .wd-about-family__lane-foot a {
    width: 100%;
  }

  .wd-about-family__rail {
    margin-top: 20px;
  }

  .wd-about-family__rail-flow {
    grid-template-columns:
      repeat(2, minmax(0,1fr));
    gap: 10px;
  }

  .wd-about-family__rail-step {
    padding: 12px;
    border:
      1px solid
      var(--family-line);
    border-radius: 16px;
    background: #f8fbff;
  }

  .wd-about-family__rail-foundation {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .wd-about-family__rail-line {
    width: 100%;
  }

  .wd-about-family__close {
    margin-top: 44px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .wd-about-family__close::before {
    width: 90px;
  }

  .wd-about-family__close p {
    font-size:
      clamp(24px, 7vw, 36px);
  }
}


/* =========================================================
   19. REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .wd-about-family *,
  .wd-about-family *::before,
  .wd-about-family *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}


