﻿@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable-dynamic-subset.css");

:root {
  --black: #000;
  --text: #000;
  --white: #fff;
  --muted: #777;
  --line: #d8d8d8;
  --orange: #51237d;
  --footer: #f8f8f8;
  --font-sans: "Pretendard Variable", "Pretendard", "Noto Sans KR", "Segoe UI", Arial, sans-serif;
}

/* AX/SI conversion pass: reference cinematic scale + business solution information rhythm. */
:root {
  --ax-orange: #51237d;
  --ax-teal: #1fd6c2;
  --ax-blue: #1c63ff;
  --ax-navy: #06113f;
  --ax-ink: #06070a;
  --ax-muted: #666b75;
  --ax-line: rgba(0, 0, 0, 0.12);
  --ax-soft: #f4f6f9;
  --layout-edge: clamp(2.25rem, 5.8vw, 8.75rem);
  --section-space: clamp(8rem, 12vw, 15.5rem);
}

html,
body {
  letter-spacing: 0;
}

.site-header {
  min-height: clamp(4.9rem, 5.5vw, 6.8rem);
  padding-inline: var(--layout-edge) !important;
}

.brand-text {
  font-size: clamp(0.98rem, 0.58vw + 0.72rem, 1.32rem) !important;
  letter-spacing: 0 !important;
}

.gnb {
  gap: clamp(1rem, 1.45vw, 2.55rem) !important;
}

.gnb a {
  font-size: clamp(0.74rem, 0.34vw + 0.62rem, 0.98rem) !important;
  font-weight: 640 !important;
  letter-spacing: 0 !important;
  white-space: nowrap;
}

.gnb a.active::after {
  transform: scaleX(1);
}

.nav-depth {
  padding: clamp(2.25rem, 3.4vw, 4.5rem) var(--layout-edge) clamp(3rem, 4.2vw, 5.75rem) !important;
}

.nav-depth-inner {
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  gap: clamp(1rem, 1.35vw, 2rem) !important;
}

.nav-depth-title,
.nav-depth-col a {
  letter-spacing: 0 !important;
}

.hero-kicker {
  margin: 0 0 clamp(1.2rem, 1.8vw, 2rem);
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.88rem, 0.42vw + 0.72rem, 1.12rem);
  font-weight: 720;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: min(76rem, 74vw);
}

.mission-text-only {
  min-height: clamp(42rem, 72svh, 58rem) !important;
  padding: var(--section-space) var(--layout-edge) !important;
}

.mission-text-only .mission-copy {
  width: 100%;
}

.mission-text-only .mission-copy h2 {
  max-width: min(86rem, 90vw) !important;
  font-size: clamp(3.9rem, 8.1vw, 10.5rem) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

.what-track {
  width: min(76rem, calc(100vw - var(--layout-edge) * 2)) !important;
  margin-inline: auto !important;
}

.what {
  min-height: 385svh !important;
  background: #000 !important;
}

.what-stage {
  top: 0 !important;
  min-height: 100svh !important;
}

.what-panel {
  justify-content: center !important;
}

.what-panel-copy {
  text-align: center !important;
}

.what-panel .arrow-link {
  justify-content: center !important;
}

.what-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.66)),
    radial-gradient(circle at 50% 46%, rgba(31, 214, 194, 0.22), transparent 34%);
  pointer-events: none;
}

.ax-main-services,
.ax-section {
  padding: var(--section-space) var(--layout-edge);
  background: #fff;
}

.ax-section + .ax-section {
  padding-top: clamp(5.8rem, 9vw, 11rem);
}

.ax-eyebrow,
.section-title span {
  display: inline-block;
  color: var(--ax-orange);
  font-size: clamp(0.82rem, 0.36vw + 0.68rem, 1rem);
  font-weight: 760;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

.ax-display {
  max-width: 78rem;
  margin: 0;
  color: #050505;
  font-size: clamp(3.1rem, 5.8vw, 8.25rem);
  font-weight: 360;
  line-height: 1.04;
  letter-spacing: 0;
  word-break: keep-all;
}

.ax-lead {
  max-width: 55rem;
  margin: clamp(2rem, 3vw, 3.5rem) 0 0 auto;
  color: #3a3f48;
  font-size: clamp(1.15rem, 0.78vw + 0.9rem, 1.85rem);
  line-height: 1.62;
  word-break: keep-all;
}

.ax-stats,
.ax-grid,
.ax-proof-grid,
.ax-tech-grid,
.ax-core-grid,
.ax-case-grid,
.ax-news-grid {
  display: grid;
  gap: clamp(1.25rem, 1.8vw, 2.35rem);
}

.ax-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(5rem, 8vw, 9rem);
}

.ax-stats article,
.ax-card,
.ax-proof-grid article,
.ax-tech-grid article,
.ax-core-grid article {
  min-height: clamp(15rem, 17vw, 22rem);
  padding: clamp(1.8rem, 2.5vw, 3rem);
  border: 1px solid rgba(0, 0, 0, 0.09);
  background: #f6f7f9;
}

.ax-stats strong,
.ax-stats span,
.ax-card span,
.ax-proof-grid span,
.ax-tech-grid span,
.ax-core-grid span {
  display: block;
  color: #06070a;
  font-size: clamp(1rem, 0.48vw + 0.86rem, 1.32rem);
  font-weight: 780;
  letter-spacing: 0;
}

.ax-stats strong {
  color: var(--ax-orange);
  font-size: clamp(2.2rem, 3.1vw, 4.8rem);
  font-weight: 300;
}

.ax-stats p,
.ax-card p,
.ax-proof-grid p,
.ax-tech-grid p,
.ax-core-grid p {
  margin: clamp(1.3rem, 2vw, 2.2rem) 0 0;
  color: #5e646e;
  font-size: clamp(1rem, 0.45vw + 0.84rem, 1.24rem);
  line-height: 1.62;
  word-break: keep-all;
}

.ax-cinematic {
  background:
    radial-gradient(circle at 70% 40%, rgba(31, 214, 194, 0.16), transparent 32%),
    #000 !important;
}

.ax-cinematic.is-blue {
  background:
    radial-gradient(circle at 35% 50%, rgba(28, 99, 255, 0.22), transparent 34%),
    #020716 !important;
}

.ax-cinematic.is-tech {
  background:
    radial-gradient(circle at 70% 35%, rgba(243, 115, 33, 0.2), transparent 30%),
    #030511 !important;
}

.cinematic-statement.ax-cinematic h2 {
  max-width: min(82rem, calc(100vw - var(--layout-edge) * 2)) !important;
  margin-inline: auto !important;
  font-size: clamp(3.1rem, 5.5vw, 8.25rem) !important;
  line-height: 1.18 !important;
  text-align: center !important;
  word-break: keep-all;
}

.ax-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(22rem, 0.88fr);
  align-items: center;
  gap: clamp(3rem, 5.2vw, 7rem);
}

.ax-feature-media {
  min-height: clamp(28rem, 43vw, 54rem);
  overflow: hidden;
  background: #111;
}

.ax-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  filter: saturate(0.9) contrast(1.08);
}

.ax-feature-copy h2,
.ax-radar h2,
.ax-contact h2 {
  margin: 0;
  color: #070707;
  font-size: clamp(2.2rem, 3.4vw, 5.4rem);
  font-weight: 380;
  line-height: 1.12;
  letter-spacing: 0;
  word-break: keep-all;
}

.ax-feature-copy p:not(.ax-eyebrow) {
  margin-top: clamp(1.5rem, 2.3vw, 2.6rem);
  color: #4a4f58;
  font-size: clamp(1.05rem, 0.55vw + 0.88rem, 1.42rem);
  line-height: 1.7;
  word-break: keep-all;
}

.ax-service-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 1.45vw, 1.8rem);
  margin-top: clamp(4rem, 6.6vw, 8rem);
}

.ax-service-board-main {
  margin-top: clamp(3.5rem, 5.5vw, 7rem);
}

.ax-service-group {
  position: relative;
  display: flex;
  min-height: clamp(18rem, 18vw, 25rem);
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(1.6rem, 2.1vw, 2.6rem);
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: linear-gradient(145deg, #f4f6f9, #ffffff);
}

.ax-service-group::after {
  content: "";
  position: absolute;
  right: clamp(1rem, 1.5vw, 1.8rem);
  bottom: clamp(1rem, 1.5vw, 1.8rem);
  width: clamp(2.8rem, 4.2vw, 5.8rem);
  aspect-ratio: 1;
  border-radius: 32%;
  background: var(--ax-teal);
  opacity: 0.86;
  transform: rotate(18deg);
}

.ax-service-group[data-accent="blue"]::after { background: #2f73ff; }
.ax-service-group[data-accent="violet"]::after { background: #7658ff; }
.ax-service-group[data-accent="navy"]::after { background: #0b1d66; }
.ax-service-group[data-accent="orange"]::after { background: var(--ax-orange); }
.ax-service-group[data-accent="pink"]::after { background: #ff5ca8; }
.ax-service-group[data-accent="cyan"]::after { background: #22b8ff; }
.ax-service-group[data-accent="green"]::after { background: #43c878; }

.ax-service-group span {
  display: block;
  color: #070707;
  font-size: clamp(1.08rem, 0.62vw + 0.88rem, 1.45rem);
  font-weight: 780;
  letter-spacing: 0;
}

.ax-service-group p {
  margin: clamp(1rem, 1.4vw, 1.6rem) 0 0;
  color: #505762;
  font-size: clamp(0.96rem, 0.42vw + 0.82rem, 1.16rem);
  line-height: 1.62;
  word-break: keep-all;
}

.ax-service-group ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: clamp(2rem, 3vw, 3.5rem) 0 0;
  padding: 0;
  list-style: none;
  max-width: calc(100% - 4rem);
}

.ax-service-group li {
  padding: 0.48rem 0.72rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999rem;
  color: #272b33;
  font-size: clamp(0.78rem, 0.25vw + 0.68rem, 0.92rem);
  line-height: 1;
}

.ax-core {
  padding: var(--section-space) var(--layout-edge);
  background:
    linear-gradient(115deg, rgba(0, 0, 0, 0.86), rgba(3, 7, 18, 0.68)),
    url("./assets/abstract/abstract-data-tunnel-ixc.jpg") center / cover fixed;
  color: #fff;
}

.ax-core .section-title h2,
.ax-core .section-title p {
  color: #fff;
}

.ax-core-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(4rem, 6vw, 7rem);
}

.ax-core-grid article {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(1rem);
}

.ax-core-grid span,
.ax-core-grid p {
  color: #fff;
}

.ax-page-hero {
  min-height: clamp(44rem, 72svh, 64rem) !important;
}

.ax-page-hero > div {
  width: min(82rem, calc(100vw - var(--layout-edge) * 2)) !important;
  margin-inline: var(--layout-edge) auto !important;
}

.ax-page-hero h1 {
  max-width: 76rem !important;
  font-size: clamp(3.2rem, 5.4vw, 8.2rem) !important;
  font-weight: 360 !important;
  line-height: 1.06 !important;
  letter-spacing: 0 !important;
  word-break: keep-all;
}

.ax-page-hero .page-kicker {
  margin-bottom: clamp(1.25rem, 2vw, 2rem);
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.9rem, 0.36vw + 0.76rem, 1.08rem);
  font-weight: 760;
  letter-spacing: 0;
}

.ax-page-hero .page-lead {
  max-width: 54rem !important;
  margin-top: clamp(1.6rem, 2.4vw, 2.7rem) !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: clamp(1rem, 0.55vw + 0.88rem, 1.34rem) !important;
  line-height: 1.68 !important;
}

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

.ax-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.ax-proof-grid h3 {
  margin: clamp(1.3rem, 2vw, 2.4rem) 0 0;
  color: #06070a;
  font-size: clamp(1.6rem, 1.45vw, 2.7rem);
  font-weight: 420;
  line-height: 1.2;
  letter-spacing: 0;
}

.ax-tech-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(4rem, 6vw, 8rem);
}

.ax-radar {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: start;
  gap: clamp(3rem, 6vw, 8rem);
  background: #050816;
  color: #fff;
}

.ax-radar h2 {
  color: #fff;
}

.ax-radar ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.16);
}

.ax-radar li {
  min-height: clamp(8rem, 11vw, 13rem);
  padding: clamp(1.3rem, 2vw, 2.2rem);
  background: #050816;
  color: #fff;
  font-size: clamp(1.2rem, 0.8vw + 1rem, 1.85rem);
}

.ax-case-grid,
.ax-news-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(4rem, 6vw, 7.5rem);
}

.ax-case-grid article,
.ax-news-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.ax-case-grid img,
.ax-news-card img {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
  background: #f2f2f2;
}

.ax-case-grid span,
.ax-news-card span {
  margin-top: clamp(1.2rem, 1.7vw, 2rem);
  color: var(--ax-orange);
  font-size: clamp(0.82rem, 0.32vw + 0.72rem, 1rem);
  font-weight: 780;
}

.ax-case-grid h3,
.ax-news-card h3 {
  margin: clamp(1rem, 1.4vw, 1.6rem) 0 0;
  color: #0a0a0a;
  font-size: clamp(1.35rem, 0.9vw + 1rem, 2rem);
  font-weight: 680;
  line-height: 1.38;
  letter-spacing: 0;
  word-break: keep-all;
}

.ax-case-grid p {
  margin: clamp(1rem, 1.4vw, 1.6rem) 0 0;
  color: #5b6068;
  font-size: clamp(1rem, 0.4vw + 0.86rem, 1.16rem);
  line-height: 1.62;
}

.ax-news-card time {
  margin-top: auto;
  padding-top: clamp(2.2rem, 3.2vw, 4rem);
  color: #7c8087;
  font-size: clamp(0.95rem, 0.32vw + 0.8rem, 1.08rem);
}

.ax-media-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(24rem, 0.9fr);
  align-items: end;
  gap: clamp(3rem, 5vw, 7rem);
  padding-bottom: clamp(3rem, 4vw, 5rem);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.ax-filter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.8rem, 1vw, 1.2rem);
}

.ax-filter button {
  min-height: 2.6rem;
  padding: 0 1rem;
  border: 1px solid transparent;
  background: transparent;
  color: #9a9da3;
  font: inherit;
  font-weight: 700;
}

.ax-filter button.active {
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.ax-filter label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: clamp(1rem, 2vw, 2.6rem);
  color: #555;
  font-weight: 700;
}

.ax-filter input {
  width: clamp(9rem, 14vw, 15rem);
  border: 0;
  border-bottom: 1px solid #555;
  background: transparent;
  font: inherit;
}

.ax-article {
  padding: clamp(9rem, 13vw, 15rem) var(--layout-edge) var(--section-space);
}

.ax-article header {
  max-width: 78rem;
  margin-bottom: clamp(3rem, 5vw, 6rem);
}

.ax-article header p {
  color: var(--ax-orange);
  font-weight: 780;
}

.ax-article h1 {
  margin: clamp(1.4rem, 2vw, 2.5rem) 0;
  color: #050505;
  font-size: clamp(3rem, 5.5vw, 7.4rem);
  line-height: 1.08;
  font-weight: 420;
  letter-spacing: 0;
  word-break: keep-all;
}

.ax-article > img {
  width: 100%;
  max-height: 48rem;
  object-fit: cover;
}

.ax-article-body {
  max-width: 58rem;
  margin: clamp(3rem, 5vw, 6rem) auto 0;
  color: #2c3138;
  font-size: clamp(1.1rem, 0.55vw + 0.92rem, 1.45rem);
  line-height: 1.82;
  word-break: keep-all;
}

.ax-contact {
  margin: 0 var(--layout-edge) var(--section-space);
  padding: clamp(3rem, 5vw, 5.5rem);
  background:
    radial-gradient(circle at 82% 64%, rgba(28, 99, 255, 0.55), transparent 28%),
    linear-gradient(135deg, #06113f, #01040f);
  color: #fff;
}

.ax-contact p {
  margin: 0 0 clamp(1.4rem, 2vw, 2.2rem);
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.ax-contact h2 {
  max-width: 58rem;
  color: #fff;
}

.ax-contact .arrow-link {
  margin-top: clamp(2.4rem, 3.2vw, 3.8rem);
}

.ax-timeline {
  margin-top: clamp(4rem, 6vw, 7rem);
}

.ax-timeline article {
  display: grid;
  grid-template-columns: clamp(5rem, 9vw, 10rem) minmax(14rem, 0.4fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 2.4vw, 3.2rem);
  padding: clamp(2rem, 3vw, 3.5rem) 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.ax-timeline strong {
  color: var(--ax-orange);
  font-size: clamp(2rem, 2.8vw, 4.2rem);
  font-weight: 320;
}

.ax-timeline h3 {
  margin: 0;
  font-size: clamp(1.35rem, 1vw + 1rem, 2rem);
}

.ax-timeline p,
.ax-process p {
  margin: 0;
  color: #5b6068;
  font-size: clamp(1rem, 0.44vw + 0.84rem, 1.2rem);
  line-height: 1.62;
}

.ax-process {
  margin-top: clamp(4rem, 6vw, 7rem);
  padding: clamp(2rem, 3vw, 3.4rem);
  background: #050816;
  color: #fff;
}

.ax-process span {
  display: block;
  margin-bottom: 1rem;
  color: var(--ax-teal);
  font-weight: 780;
}

.ax-process p {
  color: #fff;
}

.news-grid article::before,
.newsroom-grid article::before,
.media-list article::before,
.ax-news-card::before {
  display: none !important;
}

.news-grid {
  align-items: stretch;
  row-gap: clamp(3.5rem, 5.5vw, 7rem) !important;
}

.news-grid article {
  display: flex !important;
  min-height: 100%;
  flex-direction: column;
  border-top: 1px solid rgba(0, 0, 0, 0.14) !important;
  padding-top: clamp(1.25rem, 1.8vw, 2rem) !important;
}

.news-grid article h3 {
  min-height: clamp(4.8rem, 6vw, 7rem);
  word-break: keep-all;
}

.news-grid article time {
  margin-top: auto !important;
  padding-top: clamp(1.8rem, 2.5vw, 3rem) !important;
}

.news-grid article img {
  margin-top: clamp(2rem, 2.8vw, 3.4rem) !important;
}

.ax-main-services .section-title,
.ax-main-services .section-title.visible,
.ax-core .section-title,
.ax-core .section-title.visible,
.news .section-title,
.news .section-title.visible,
.partners .section-title,
.partners .section-title.visible {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

.ax-main-services .section-title h2,
.news .section-title h2,
.partners .section-title h2 {
  color: #050505 !important;
}

.ax-main-services .section-title p,
.news .section-title p,
.partners .section-title p {
  color: #424852 !important;
}

.ax-core .section-title h2,
.ax-core .section-title p {
  color: #fff !important;
}

.footer-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

@media (max-width: 92rem) {
  .gnb {
    gap: clamp(0.85rem, 1.1vw, 1.4rem) !important;
  }

  .gnb a {
    font-size: 0.76rem !important;
  }

  .nav-depth-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .ax-service-board,
  .ax-grid-four,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .ax-stats,
  .ax-grid-three,
  .ax-proof-grid,
  .ax-tech-grid,
  .ax-core-grid,
  .ax-case-grid,
  .ax-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* 2026-06-08 enterprise audit accessibility pass: WCAG AA contrast and focusable hidden menu. */
:root {
  --orange-aa: #51237d;
  --muted-aa: #5d626a;
}

html body .legal p,
html body footer .legal p,
html body .footer .legal p {
  color: var(--muted-aa) !important;
}

html body[data-template="product"] .product-breadcrumb a,
html body[data-template="product"] .product-breadcrumb strong,
html body[data-template="product"] .product-tab-links a,
html body[data-template="product"] .product-tab-links a:first-child,
html body[data-template="product"] .product-tab-links a:first-child:not(.active) {
  color: var(--muted-aa) !important;
}

html body[data-template="product"] .product-tab-links a.active,
html body[data-template="product"] .product-tab-links a:hover,
html body[data-template="product"] .product-tab-links a:focus-visible,
html body[data-template="product"] .product-breadcrumb a:hover,
html body[data-template="product"] .product-breadcrumb a:focus-visible {
  color: #050505 !important;
}

html body .media-toolbar button,
html body .media-toolbar button:not(.active) {
  color: var(--muted-aa) !important;
}

html body .media-toolbar button.active {
  color: #050505 !important;
}

html body .media-card span,
html body .media-detail header p,
html body .media-detail .visible > p:first-child,
html body .news-grid article span,
html body .about-editorial-copy p,
html body .history-cinema-copy p,
html body .hub-board-head p,
html body .career-lead-copy p,
html body .career-jobs-head p,
html body .career-process > p {
  color: var(--orange-aa) !important;
}

html body time,
html body .media-card time,
html body .media-detail time {
  color: var(--muted-aa) !important;
}

html body .home-product-card,
html body .home-product-card.is-large {
  min-height: auto !important;
  height: auto !important;
  overflow: visible !important;
}

html body .home-product-card img {
  overflow: hidden !important;
}

@media (max-width: 70rem) {
  .gnb {
    display: none !important;
  }

  .site-header {
    min-height: 4.75rem;
  }

  .mission-text-only .mission-copy h2,
  .ax-display,
  .ax-page-hero h1,
  .cinematic-statement.ax-cinematic h2 {
    font-size: clamp(2.55rem, 9.2vw, 5.2rem) !important;
  }

  .ax-feature,
  .ax-radar,
  .ax-media-head {
    grid-template-columns: 1fr;
  }

  .ax-filter {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .ax-lead {
    margin-left: 0;
  }
}

@media (max-width: 48rem) {
  :root {
    --layout-edge: clamp(1.25rem, 6vw, 1.8rem);
    --section-space: clamp(5.5rem, 15vw, 8rem);
  }

  .brand-text {
    font-size: 0.98rem !important;
  }

  .hero-copy h1 {
    max-width: calc(100vw - var(--layout-edge) * 2);
  }

  .what-track {
    width: calc(100vw - var(--layout-edge) * 2) !important;
  }

  .what-panel-copy h2 {
    font-size: clamp(2.4rem, 11vw, 4.2rem) !important;
    line-height: 1.18 !important;
  }

  .ax-service-board,
  .ax-stats,
  .ax-grid,
  .ax-grid-three,
  .ax-grid-four,
  .ax-proof-grid,
  .ax-tech-grid,
  .ax-core-grid,
  .ax-case-grid,
  .ax-news-grid,
  .footer-grid {
    grid-template-columns: 1fr !important;
  }

  .ax-feature-media {
    min-height: 23rem;
  }

  .ax-radar ul {
    grid-template-columns: 1fr;
  }

  .ax-timeline article {
    grid-template-columns: 1fr;
  }

  .ax-filter label {
    width: 100%;
    margin-left: 0;
  }

  .ax-filter input {
    width: 100%;
  }
}

/* 2026-06-12 menu visual repair: full dark overlay, no clipped pale band. */
html body.menu-open .site-header {
  transform: translate3d(0, -110%, 0) !important;
}

html body .menu {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100svh !important;
  min-height: 100svh !important;
  background:
    radial-gradient(circle at 12% 10%, rgba(81, 35, 125, 0.42), transparent 30rem),
    radial-gradient(circle at 86% 14%, rgba(201, 167, 242, 0.18), transparent 34rem),
    linear-gradient(135deg, #09050d 0%, #12091d 48%, #020202 100%) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: none !important;
  transition: opacity 260ms ease, visibility 260ms ease !important;
}

html body .menu.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
}

html body .menu::before,
html body .menu::after {
  display: none !important;
  content: none !important;
}

html body .menu-close {
  top: clamp(1.45rem, 2.6vw, 2.25rem) !important;
  right: var(--ixc-edge) !important;
  left: auto !important;
  display: grid !important;
  place-items: center !important;
  width: clamp(2.8rem, 3.4vw, 3.6rem) !important;
  height: clamp(2.8rem, 3.4vw, 3.6rem) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  background: rgba(255, 255, 255, 0.04) !important;
}

html body .menu-close::before,
html body .menu-close::after {
  content: "" !important;
  position: absolute !important;
  width: 1.45rem !important;
  height: 2px !important;
  background: #fff !important;
  transform: rotate(45deg) !important;
}

html body .menu-close::after {
  transform: rotate(-45deg) !important;
}

html body .menu.is-open .menu-grid {
  padding-top: clamp(2rem, 5vw, 4rem) !important;
}

html body .menu.is-open .menu-primary,
html body .menu.is-open .menu-primary:visited {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html body .menu.is-open .menu-links a,
html body .menu.is-open .menu-links a:visited {
  color: rgba(255, 255, 255, 0.72) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.72) !important;
}

/* WHAT WE DO stage fix: panels stay exactly centered while copy/background crossfade on scroll. */
.what {
  min-height: 300svh !important;
  overflow: clip !important;
}

.what-stage {
  height: 100svh !important;
  min-height: 0 !important;
}

.what-bg img {
  opacity: var(--what-bg-opacity, 0) !important;
  transform: translate3d(0, 0, 0) scale(var(--what-bg-scale, 1.08)) !important;
  transition: opacity 360ms ease !important;
}

.what-bg img:first-child {
  opacity: var(--what-bg-opacity, 1) !important;
}

.what-bg img.active {
  opacity: var(--what-bg-opacity, 1) !important;
}

.what-track {
  position: absolute !important;
  inset: 0 auto 0 50% !important;
  z-index: 2 !important;
  display: grid !important;
  width: min(82rem, calc(100vw - var(--layout-edge) * 2)) !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  place-items: center !important;
  transform: translate3d(-50%, 0, 0) !important;
  text-align: center !important;
  pointer-events: none !important;
}

.what-panel,
.what-panel + .what-panel {
  position: absolute !important;
  inset: 0 !important;
  display: grid !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  place-items: center !important;
  overflow: visible !important;
  opacity: var(--what-item-opacity, 0) !important;
  transform: translate3d(0, var(--what-item-offset, 0), 0) scale(var(--what-item-scale, 0.98)) !important;
  transition: opacity 260ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.what-panel.active {
  pointer-events: auto !important;
}

.what-panel:not(.active) .arrow-link {
  pointer-events: none !important;
}

.what-panel-copy {
  width: 100% !important;
  max-width: min(70rem, 100%) !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.what-panel-copy h2 {
  margin: 0 !important;
  font-size: clamp(2.95rem, 4.45vw, 6.45rem) !important;
  font-weight: 420 !important;
  line-height: 1.16 !important;
}

.what-panel .arrow-link {
  justify-content: center !important;
}

@media (max-width: 70rem) {
  .what {
    min-height: 270svh !important;
  }

  .what-track {
    width: calc(100vw - var(--layout-edge) * 2) !important;
  }

  .what-panel-copy h2 {
    font-size: clamp(2.15rem, 8.8vw, 3.85rem) !important;
    line-height: 1.18 !important;
  }
}

/* Mission contrast recovery after responsive audit. */
.mission.mission-text-only {
  display: grid !important;
  place-items: center !important;
  background: #000 !important;
  color: #fff !important;
}

.mission.mission-text-only .mission-copy {
  width: min(86rem, calc(100vw - var(--layout-edge) * 2)) !important;
  margin: 0 auto !important;
}

.mission.mission-text-only .mission-copy h2 {
  color: #fff !important;
  opacity: 1 !important;
}

.mission.mission-text-only .arrow-link {
  color: #fff !important;
  opacity: 1 !important;
}

.mission.mission-text-only .arrow-link span {
  color: #000 !important;
  background: #fff !important;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: var(--font-sans);
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
}

body.menu-open {
  overflow: hidden;
}

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

button {
  font: inherit;
}

button,
input,
textarea,
select {
  font-family: var(--font-sans);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong,
a,
li,
dt,
dd,
label,
button {
  word-break: keep-all;
  overflow-wrap: break-word;
}

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

.sr-only {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: 16.875rem 1fr 11.25rem;
  align-items: center;
  height: 5.875rem;
  padding: 0 4.5rem;
  color: var(--white);
  transition: transform 320ms ease, color 220ms ease, background 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

.site-header.is-hidden {
  transform: translateY(-105%);
}

.site-header.is-light {
  color: var(--black);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(0.75rem);
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5625rem;
  width: max-content;
  font-weight: 700;
}

.brand-mark {
  position: relative;
  width: 1.9375rem;
  height: 1.9375rem;
  border: 0.125rem solid var(--orange);
  border-radius: 50%;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  border: 0.125rem solid var(--orange);
  border-radius: 50%;
  transform: rotate(-24deg);
}

.brand-mark::before {
  width: 1.125rem;
  height: 0.5625rem;
  left: 0.1875rem;
  top: 0.4375rem;
}

.brand-mark::after {
  width: 0.75rem;
  height: 0.75rem;
  right: 0.0625rem;
  bottom: 0.25rem;
  background: currentColor;
}

.brand-text {
  font-size: 1.04rem;
  line-height: 1;
}

.gnb {
  display: flex;
  justify-content: center;
  gap: 1.75rem;
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
}

.gnb a {
  padding: 1rem 0;
}

.tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
}

.globe,
.hamburger,
.down,
.menu-close {
  display: grid;
  place-items: center;
  color: currentColor;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.globe {
  width: 1.625rem;
  height: 1.625rem;
  border: 0.10625rem solid currentColor;
  border-radius: 50%;
}

.globe::before,
.globe::after {
  content: "";
  grid-area: 1 / 1;
  width: 1.375rem;
  height: 0.5rem;
  border-top: 0.0875rem solid currentColor;
  border-bottom: 0.0875rem solid currentColor;
}

.globe::after {
  width: 0.5rem;
  height: 1.375rem;
  border: 0;
  border-left: 0.0875rem solid currentColor;
  border-right: 0.0875rem solid currentColor;
}

.hamburger {
  width: 1.5rem;
  height: 1.5rem;
}

.hamburger span:not(.sr-only),
.hamburger span:not(.sr-only)::before,
.hamburger span:not(.sr-only)::after {
  display: block;
  width: 1.125rem;
  height: 0.125rem;
  background: currentColor;
}

.hamburger span:not(.sr-only) {
  position: relative;
}

.hamburger span:not(.sr-only)::before,
.hamburger span:not(.sr-only)::after {
  content: "";
  position: absolute;
  left: 0;
}

.hamburger span:not(.sr-only)::before {
  top: -0.4375rem;
}

.hamburger span:not(.sr-only)::after {
  top: 0.4375rem;
}

.menu {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  align-items: center;
  padding: 5.5rem 4.5rem;
  color: var(--white);
  background: rgba(0, 0, 0, 0.92);
  visibility: hidden;
  opacity: 0;
  transition: opacity 240ms ease, visibility 240ms ease;
}

.menu.is-open {
  visibility: visible;
  opacity: 1;
}

.menu-close {
  position: absolute;
  right: 4.5rem;
  top: 2.75rem;
  width: 2.75rem;
  height: 2.75rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.75);
  border-radius: 0.4375rem;
}

.menu-close::before,
.menu-close::after {
  content: "";
  position: absolute;
  width: 1.4375rem;
  height: 0.125rem;
  background: currentColor;
}

.menu-close::before {
  transform: rotate(45deg);
}

.menu-close::after {
  transform: rotate(-45deg);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem 4.25rem;
}

.menu-grid section {
  padding-top: 1.75rem;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.28);
}

.menu-grid h2 {
  margin: 0 0 1.625rem;
  font-size: 1.55rem;
}

.menu-grid a {
  display: block;
  padding: 0.4375rem 0;
  color: rgba(255, 255, 255, 0.72);
}

.hero {
  position: relative;
  height: 100svh;
  min-height: 45rem;
  overflow: hidden;
  color: var(--white);
  background: #05070b;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 42%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.58), transparent 46%);
}

.hero-copy {
  position: absolute;
  left: 4.5rem;
  right: 4.5rem;
  bottom: 4.25rem;
}

.hero-copy h1 {
  margin: 0 0 1.6875rem;
  font-size: 3.02rem;
  font-weight: 300;
  line-height: 1.15;
}

.hero-line {
  height: 0.125rem;
  background: rgba(255, 255, 255, 0.6);
}

.hero-line span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--white);
}

.down {
  position: absolute;
  right: 4.5rem;
  bottom: 5.75rem;
  width: 2.75rem;
  height: 2.75rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.82);
  border-radius: 0.4375rem;
}

.down::before {
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  border-right: 0.125rem solid currentColor;
  border-bottom: 0.125rem solid currentColor;
  transform: rotate(45deg) translate(-0.125rem, -0.125rem);
}

.mission {
  min-height: 117.5rem;
  padding: 1.125rem 4.5rem 8.75rem;
  background: var(--white);
}

.mission-copy h2 {
  margin: 0;
  font-size: 4.75rem;
  font-weight: 500;
  line-height: 1.12;
  word-break: keep-all;
}

.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: max-content;
  margin-top: 1.75rem;
  font-weight: 900;
}

.arrow-link span {
  display: inline-grid;
  place-items: center;
  width: 1.25rem;
  height: 1.25rem;
  color: var(--white);
  background: var(--black);
  border-radius: 50%;
  font-size: 0.82rem;
}

.arrow-link.light {
  color: var(--white);
}

.arrow-link.light span {
  color: var(--black);
  background: var(--white);
}

.mission-visual {
  position: sticky;
  top: 5.75rem;
  width: min(86vw, 81rem);
  height: min(67vw, 56.875rem);
  margin: 29.375rem auto 0;
  overflow: hidden;
}

.mission-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 600ms ease, transform 900ms ease;
}

.mission-visual img.active {
  opacity: 1;
  transform: scale(1);
}

.what {
  background: var(--black);
}

.what-panel {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 45rem;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
}

.what-panel + .what-panel {
  margin-top: -0.0625rem;
}

.what-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.84;
}

.what-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.08) 44%, rgba(0, 0, 0, 0.34)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 42%);
}

.what-panel-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  justify-items: start;
  min-height: 100%;
  width: min(45rem, 50vw);
  margin-left: auto;
  margin-right: 4.5rem;
}

.what-panel-copy h2 {
  margin: 0;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.18;
  word-break: keep-all;
}

.section-title p {
  margin: 1.125rem 0 0;
  color: #9a9a9a;
  font-size: 1.13rem;
  font-weight: 500;
}

.section-title h2 {
  margin: 0;
  font-size: 5.25rem;
  font-weight: 300;
  line-height: 1.08;
}

.products {
  position: relative;
  z-index: 8;
  min-height: 131.25rem;
  background: var(--white);
}

.product-copy {
  position: sticky;
  top: 0;
  z-index: 4;
  width: 26.25rem;
  padding: 3.25rem 0 0 4.5rem;
}

.product-copy h2 {
  margin: 0 0 1.5rem;
  font-size: 4.3rem;
  font-weight: 500;
  line-height: 1;
}

.product-copy p {
  margin: 0;
  color: #222;
  font-size: 1.02rem;
  line-height: 1.7;
}

.product-tabs {
  position: sticky;
  top: 2.375rem;
  z-index: 6;
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
  padding: 2.375rem 4.5rem 0 0;
}

.product-tabs button {
  min-width: 0;
  height: 2.125rem;
  padding: 0 0.8125rem;
  color: #aaa;
  font-weight: 800;
  background: transparent;
  border: 0.0625rem solid transparent;
  border-radius: 0.4375rem;
  cursor: pointer;
}

.product-tabs button.active {
  color: var(--black);
  border-color: #111;
}

.sequence-wrap {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 45rem;
  display: grid;
  place-items: center;
  margin-top: -18.25rem;
  pointer-events: none;
}

.sequence-wrap img {
  width: 100vw;
  height: 100svh;
  object-fit: cover;
}

.showroom {
  position: relative;
  z-index: 10;
  min-height: 58.75rem;
  padding: 2.5rem 4.5rem 7.375rem;
  color: var(--white);
  background: var(--white);
  overflow: hidden;
}

.showroom-bg {
  width: 100%;
  height: 43.75rem;
  object-fit: cover;
  opacity: 1;
}

.showroom::after {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 4.5rem;
  right: 4.5rem;
  height: 43.75rem;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 48%);
  pointer-events: none;
}

.showroom-copy {
  position: absolute;
  top: 5.5rem;
  left: 7.4375rem;
  z-index: 2;
  width: 32.5rem;
  padding: 0;
}

.showroom-copy h2,
.news h2,
.partners h2 {
  margin: 0;
  font-size: 5.25rem;
  font-weight: 300;
  line-height: 1;
}

.showroom-copy h2 {
  font-size: 3.45rem;
  white-space: nowrap;
}

.showroom-copy p {
  margin: 1.625rem 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 700;
  line-height: 1.55;
}

.outline-link {
  width: max-content;
  margin-top: 1.75rem;
  padding: 0.8125rem 1.125rem;
  font-weight: 900;
  border: 0.0625rem solid currentColor;
  border-radius: 0.4375rem;
}

.news {
  position: relative;
  z-index: 10;
  padding: 0 4.5rem 7.5rem;
  background: var(--white);
}

.section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 4rem;
}

.section-title .arrow-link {
  margin-top: 0;
}

.news .section-title {
  display: block;
  text-align: center;
  margin-bottom: 6rem;
}

.news .section-title .arrow-link {
  justify-content: center;
  margin: 2rem auto 0;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1875rem;
}

.news-grid article {
  display: grid;
  grid-template-rows: auto minmax(5.5rem, auto) auto auto;
  border-top: 0.0625rem solid var(--black);
  padding-top: 1.125rem;
}

.news-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-top: 2.75rem;
}

.news-grid span {
  color: var(--black);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.news-grid h3 {
  margin: 1.75rem 0 1.375rem;
  font-size: 1.08rem;
  line-height: 1.45;
  font-weight: 600;
}

.news-grid time {
  color: #777;
  font-size: 0.9rem;
}

.partners {
  position: relative;
  z-index: 10;
  padding: 0 0 10.125rem;
  overflow: hidden;
  background: var(--white);
}

.partners .section-title {
  display: block;
  margin: 0 4.5rem 5.75rem;
}

.partner-marquee {
  display: flex;
  gap: 1.1875rem;
  width: max-content;
}

.partner-track {
  display: flex;
  gap: 1.1875rem;
  animation: marquee 58s linear infinite;
}

.partner-track img {
  width: 10.125rem;
  height: 10.125rem;
  object-fit: cover;
}

.footer {
  position: relative;
  z-index: 10;
  padding: 2.5rem 4.5rem 1.5rem;
  background: var(--footer);
  border-top: 0.0625rem solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2.125rem;
  padding: 0.5rem 0 4.375rem;
}

.footer h2 {
  margin: 0 0 1.375rem;
  font-size: 0.94rem;
}

.footer a {
  display: block;
  padding: 0.3125rem 0;
  color: #666;
  font-size: 0.92rem;
}

.legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0.0625rem solid var(--line);
  padding-top: 1.25rem;
  color: #999;
  font-size: 0.84rem;
}

.legal p {
  margin: 0;
}

.legal a {
  display: grid;
  place-items: center;
  width: 2.625rem;
  height: 2.625rem;
  color: var(--black);
  border: 0.0625rem solid var(--line);
  border-radius: 0.4375rem;
  font-size: 1.35rem;
}

.reveal {
  opacity: 0;
  transform: translateY(2.375rem);
  transition: opacity 760ms ease, transform 760ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.subpage {
  background: var(--white);
}

.subpage .site-header {
  color: var(--white);
  background: transparent;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.08);
  backdrop-filter: none;
}

.subpage .site-header.is-light {
  color: var(--black);
  background: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(0.75rem);
}

.page-main {
  min-height: 100svh;
}

.page-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 51.25rem;
  padding: 0 4.5rem 6.875rem;
  overflow: hidden;
  color: var(--white);
  background: #050505;
  isolation: isolate;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0) 34%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.18) 47%, rgba(0, 0, 0, 0.26)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.08) 62%);
  pointer-events: none;
}

.page-hero img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  opacity: 0.92;
  transform: scale(1.09);
  animation: pageHeroImageIn 1800ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.page-hero > div {
  position: relative;
  z-index: 2;
  max-width: 58.75rem;
  padding-top: 7.5rem;
  animation: pageHeroCopyIn 860ms 120ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.page-hero.hero-center {
  align-items: center;
  justify-items: center;
  padding-bottom: 0;
  text-align: center;
}

.page-hero.hero-center::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 34%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.08) 52%, rgba(0, 0, 0, 0.2));
}

.page-hero.hero-center > div {
  max-width: 70rem;
  padding-top: 5.5rem;
}

.page-hero.hero-center .page-lead {
  margin-left: auto;
  margin-right: auto;
}

.page-hero.hero-message h1 {
  font-size: 4.55rem;
  line-height: 1.16;
}

.page-section {
  margin: 0 0 1.875rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.page-hero h1 {
  margin: 0;
  font-size: 5.35rem;
  font-weight: 300;
  line-height: 1.08;
  word-break: keep-all;
}

.page-lead {
  max-width: 42.5rem;
  margin: 2.125rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.34rem;
  line-height: 1.6;
  word-break: keep-all;
}

.page-intro {
  padding: 2.5rem 4.5rem 7.5rem;
}

.page-intro p,
.large-copy h2 {
  max-width: 68.75rem;
  margin: 0;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.2;
  word-break: keep-all;
}

.vision-grid,
.feature-grid,
.location-grid,
.sub-card-grid,
.detail-panel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.0625rem;
  padding: 0 4.5rem 8.25rem;
}

.vision-grid article,
.feature-grid a,
.location-grid article,
.sub-card-grid article,
.detail-panel-grid article {
  min-height: 18.75rem;
  padding: 2.125rem;
  border-top: 0.0625rem solid var(--black);
  background: var(--white);
  transition: transform 340ms ease, background 340ms ease, border-color 340ms ease;
}

.vision-grid article:hover,
.feature-grid a:hover,
.location-grid article:hover,
.sub-card-grid article:hover,
.detail-panel-grid article:hover {
  transform: translateY(-0.5rem);
  background: #f7f7f7;
  border-color: var(--orange);
}

.vision-grid span,
.story-stack span,
.tech-layout span {
  display: block;
  margin-bottom: 2.125rem;
  color: var(--orange);
  font-size: 0.95rem;
  font-weight: 900;
}

.vision-grid h2,
.feature-grid h3,
.location-grid h2,
.sub-card-grid h2,
.detail-panel-grid h2 {
  margin: 0 0 1.5rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.16;
}

.vision-grid p,
.feature-grid p,
.location-grid p,
.sub-card-grid p,
.detail-panel-grid p {
  margin: 0;
  color: #555;
  line-height: 1.75;
}

.large-copy {
  padding: 0 4.5rem 8rem;
}

.feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.feature-grid a span {
  display: inline-block;
  margin-top: 2.75rem;
  font-weight: 900;
}

.timeline-page {
  padding: 0 4.5rem 9.375rem;
}

.timeline-page article {
  display: grid;
  grid-template-columns: 19.375rem 1fr;
  gap: 5rem;
  padding: 3.375rem 0;
  border-top: 0.0625rem solid var(--black);
  transition: transform 340ms ease, border-color 340ms ease;
}

.timeline-page article:hover {
  transform: translateX(0.625rem);
  border-color: var(--orange);
}

.timeline-page h2 {
  margin: 0;
  font-size: 3rem;
  font-weight: 400;
}

.timeline-page ul {
  display: grid;
  gap: 1.125rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333;
  font-size: 1.18rem;
}

.location-grid {
  grid-template-columns: repeat(2, 1fr);
}

.location-grid dl {
  margin: 2.25rem 0 0;
}

.location-grid dt {
  color: #999;
  font-size: 0.86rem;
  font-weight: 900;
}

.location-grid dd {
  margin: 0.5rem 0 0;
}

.story-stack,
.tech-layout {
  padding: 0 4.5rem 9.375rem;
}

.story-stack article,
.tech-layout article {
  min-height: 26.875rem;
  padding: 4.25rem 0;
  border-top: 0.0625rem solid var(--black);
  transition: transform 340ms ease, border-color 340ms ease;
}

.story-stack article:hover,
.tech-layout article:hover {
  transform: translateX(0.625rem);
  border-color: var(--orange);
}

.story-stack h2,
.tech-layout h2 {
  max-width: 61.25rem;
  margin: 0;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.08;
}

.story-stack p,
.tech-layout p {
  max-width: 47.5rem;
  margin: 2rem 0 0 auto;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.75;
}

.page-product-grid,
.showroom-page-grid,
.media-list,
.legacy-finance-list {
  display: grid;
  gap: 1.5rem;
  padding: 0 4.5rem 9.375rem;
}

.page-product-grid {
  grid-template-columns: repeat(2, 1fr);
}

.page-product-grid article {
  position: relative;
  min-height: 32.5rem;
  overflow: hidden;
  background: #f5f5f5;
}

.page-product-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 720ms ease;
}

.page-product-grid article:hover img {
  transform: scale(1.045);
}

.page-product-grid div {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  color: var(--white);
  text-shadow: 0 0.0625rem 1.125rem rgba(0, 0, 0, 0.35);
}

.page-product-grid h2,
.showroom-page-grid h2 {
  margin: 0 0 0.875rem;
  font-size: 3rem;
  font-weight: 500;
}

.page-product-grid p,
.showroom-page-grid p {
  margin: 0 0 1.25rem;
  line-height: 1.6;
}

.showroom-page-grid {
  grid-template-columns: 1.2fr 1fr 1fr;
}

.showroom-page-grid article {
  position: relative;
  min-height: 33.75rem;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
}

.showroom-page-grid article:first-child {
  grid-row: span 2;
}

.showroom-page-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  transition: transform 720ms ease, opacity 420ms ease;
}

.showroom-page-grid article:hover img {
  opacity: 0.96;
  transform: scale(1.045);
}

.showroom-page-grid div {
  position: absolute;
  left: 1.875rem;
  right: 1.875rem;
  bottom: 1.875rem;
}

.showroom-page-grid button {
  padding: 0.75rem 1.125rem;
  color: var(--white);
  background: transparent;
  border: 0.0625rem solid currentColor;
  border-radius: 0.4375rem;
  font-weight: 900;
}

.legacy-finance-list article,
.media-list article {
  display: grid;
  grid-template-columns: 13.75rem 1fr auto;
  gap: 2.25rem;
  align-items: center;
  padding: 1.875rem 0;
  border-top: 0.0625rem solid var(--black);
}

.legacy-finance-list span,
.media-list span {
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
}

.legacy-finance-list h2,
.media-list h2 {
  margin: 0;
  font-size: 1.65rem;
  font-weight: 600;
}

.legacy-finance-list p,
.media-list time {
  margin: 0;
  color: #777;
}

.media-list {
  grid-template-columns: repeat(2, 1fr);
}

.media-list article {
  display: block;
  border-top: 0.0625rem solid var(--black);
}

.media-list img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin: 1.5rem 0;
  transition: transform 720ms ease;
}

.media-list article {
  overflow: hidden;
}

.media-list article:hover img {
  transform: scale(1.035);
}

.process-strip {
  margin: 0 4.5rem 9.375rem;
  padding: 3.5rem;
  color: var(--white);
  background: var(--black);
}

.process-strip h2 {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 400;
}

.process-strip p {
  max-width: 45rem;
  margin: 1.375rem 0 2rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 1.1875rem));
  }
}

@keyframes pageHeroImageIn {
  from {
    transform: scale(1.09);
  }
  to {
    transform: scale(1);
  }
}

@keyframes pageHeroCopyIn {
  from {
    opacity: 0;
    transform: translateY(2.625rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 70rem) {
  .site-header {
    grid-template-columns: 14.375rem 1fr 9.375rem;
    padding: 0 2.125rem;
  }

  .gnb {
    gap: 0.9375rem;
    font-size: 0.76rem;
  }

  .hero-copy,
  .down {
    left: 2.125rem;
    right: 2.125rem;
  }

  .mission,
  .what,
  .news,
  .footer {
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }

  .product-copy {
    padding-left: 2.125rem;
  }

  .product-tabs {
    padding-right: 2.125rem;
  }

  .showroom {
    padding: 2.125rem;
  }

  .showroom-bg {
    height: 40rem;
  }

  .showroom::after {
    top: 2.125rem;
    left: 2.125rem;
    right: 2.125rem;
    height: 40rem;
  }

  .showroom-copy {
    left: 4.25rem;
  }

  .page-hero,
  .page-intro,
  .large-copy,
  .story-stack,
  .tech-layout,
  .timeline-page,
  .page-product-grid,
  .showroom-page-grid,
  .media-list,
  .legacy-finance-list {
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }

  .vision-grid,
  .feature-grid,
  .location-grid,
  .sub-card-grid,
  .detail-panel-grid {
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }

  .process-strip {
    margin-left: 2.125rem;
    margin-right: 2.125rem;
  }
}

@media (max-width: 53.75rem) {
  .site-header {
    grid-template-columns: 1fr auto;
    height: 5.375rem;
  }

  .gnb,
  .visit {
    display: none;
  }

  .menu-grid,
  .news-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .menu {
    align-items: start;
    overflow: auto;
    padding: 6rem 1.75rem 2.625rem;
  }

  .menu-close {
    right: 1.75rem;
  }

  .hero {
    min-height: 47.5rem;
  }

  .hero-copy {
    bottom: 5.125rem;
  }

  .hero-copy h1 {
    font-size: 3.95rem;
    line-height: 1.12;
  }

  .down {
    bottom: 1.75rem;
    left: 2.125rem;
    right: auto;
  }

  .mission {
    min-height: 84.375rem;
  }

  .mission-copy h2 {
    font-size: 3.35rem;
  }

  .mission-visual {
    width: 100%;
    height: 58vh;
    margin-top: 22.5rem;
  }

  .what-panel-copy h2,
  .section-title h2,
  .showroom-copy h2,
  .news h2,
  .partners h2 {
    font-size: 3rem;
  }

  .what-panel-copy {
    width: calc(100vw - 4.25rem);
    margin: 0 2.125rem;
    justify-items: start;
  }

  .what-panel-copy h2 {
    line-height: 1.22;
  }

  .product-copy {
    position: relative;
    top: 0;
    width: auto;
    padding: 5.375rem 2.125rem 0;
  }

  .product-copy h2 {
    font-size: 3.7rem;
  }

  .product-tabs {
    position: relative;
    top: 0;
    justify-content: flex-start;
    padding: 1.875rem 2.125rem 0;
  }

  .sequence-wrap {
    top: 6.25rem;
    height: 72vh;
    min-height: 32.5rem;
  }

  .showroom-copy {
    top: 4.5rem;
    left: 4rem;
    width: calc(100vw - 8rem);
  }

  .showroom-copy h2 {
    white-space: normal;
  }

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

  .page-hero {
    min-height: 47.5rem;
    padding-top: 0;
    padding-bottom: 5.5rem;
  }

  .page-hero > div {
    padding-top: 7rem;
  }

  .page-hero h1 {
    font-size: 3.4rem;
  }

  .page-lead {
    font-size: 1.18rem;
  }

  .page-intro p,
  .large-copy h2,
  .story-stack h2,
  .tech-layout h2 {
    font-size: 2.55rem;
  }

  .vision-grid,
  .feature-grid,
  .location-grid,
  .sub-card-grid,
  .detail-panel-grid,
  .page-product-grid,
  .showroom-page-grid,
  .media-list {
    grid-template-columns: 1fr;
  }

  .timeline-page article,
  .legacy-finance-list article {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .showroom-page-grid article:first-child {
    grid-row: auto;
  }

  .story-stack p,
  .tech-layout p {
    margin-left: 0;
  }
}

@media (max-width: 32.5rem) {
  .site-header {
    padding: 0 1.125rem;
  }

  .brand-text {
    font-size: 1.45rem;
  }

  .brand-mark {
    width: 2.375rem;
    height: 2.375rem;
  }

  .tools {
    gap: 1.25rem;
  }

  .globe {
    width: 2.25rem;
    height: 2.25rem;
  }

  .hamburger {
    width: 2.625rem;
    height: 2.625rem;
  }

  .hamburger span:not(.sr-only),
  .hamburger span:not(.sr-only)::before,
  .hamburger span:not(.sr-only)::after {
    width: 1.875rem;
    height: 0.1875rem;
  }

  .hamburger span:not(.sr-only)::before {
    top: -0.625rem;
  }

  .hamburger span:not(.sr-only)::after {
    top: 0.625rem;
  }

  .hero-copy,
  .down {
    left: 1.125rem;
    right: 1.125rem;
  }

  .hero-copy h1 {
    font-size: 3.45rem;
  }

  .mission,
  .what,
  .news,
  .footer {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .mission-copy h2 {
    font-size: 2.75rem;
  }

  .mission {
    padding-top: 4.75rem;
  }

  .product-copy {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .product-tabs {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    gap: 0.875rem;
  }

  .showroom {
    min-height: 47.5rem;
    padding: 1.125rem;
  }

  .showroom-bg {
    height: 35rem;
  }

  .showroom::after {
    top: 1.125rem;
    left: 1.125rem;
    right: 1.125rem;
    height: 35rem;
  }

  .showroom-copy {
    width: calc(100vw - 2.25rem);
    left: 2.25rem;
    top: 3.375rem;
  }

  .partners .section-title {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .page-hero,
  .page-intro,
  .large-copy,
  .story-stack,
  .tech-layout,
  .timeline-page,
  .page-product-grid,
  .showroom-page-grid,
  .media-list,
  .legacy-finance-list {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .page-hero h1 {
    font-size: 2.8rem;
  }

  .page-hero {
    min-height: 43.75rem;
    padding-bottom: 4.125rem;
  }

  .page-hero > div {
    padding-top: 6.5rem;
  }

  .page-intro p,
  .large-copy h2,
  .story-stack h2,
  .tech-layout h2 {
    font-size: 2.15rem;
  }

  .vision-grid,
  .feature-grid,
  .location-grid,
  .sub-card-grid,
  .detail-panel-grid {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .page-product-grid article,
  .showroom-page-grid article {
    min-height: 26.25rem;
  }

  .process-strip {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
    padding: 2.125rem 1.5rem;
  }
}

/* Responsive rhythm refresh: generous rem-based spacing for HD and mobile screens. */
:root {
  --layout-edge: 5rem;
  --layout-edge-narrow: 3rem;
  --header-h: 6rem;
  --hero-min-h: 45rem;
  --page-hero-h: 51.25rem;
  --section-y: 9rem;
  --section-y-tight: 6rem;
  --section-y-loose: 11rem;
  --grid-gap: 1.5rem;
  --card-pad: 3rem;
}

.site-header {
  grid-template-columns: minmax(15rem, 19rem) minmax(0, 1fr) minmax(12rem, 14rem);
  height: var(--header-h);
  padding: 0 var(--layout-edge);
}

.brand {
  gap: 0.75rem;
}

.brand-mark {
  width: 2.25rem;
  height: 2.25rem;
}

.brand-text {
  font-size: 1.08rem;
}

.gnb {
  gap: 2.15rem;
  font-size: 0.92rem;
}

.tools {
  gap: 1.25rem;
}

.hero,
.what-panel {
  min-height: var(--hero-min-h);
}

.hero-copy {
  left: var(--layout-edge);
  right: var(--layout-edge);
  bottom: 5.5rem;
}

.down {
  right: var(--layout-edge);
  bottom: 5.75rem;
  width: 3.25rem;
  height: 3.25rem;
}

.mission,
.news,
.footer {
  padding-left: var(--layout-edge);
  padding-right: var(--layout-edge);
}

.mission {
  padding-top: 5rem;
  padding-bottom: var(--section-y-loose);
}

.mission-visual {
  top: var(--header-h);
  width: min(86vw, 86rem);
  height: min(67vw, 59rem);
}

.what-panel-copy {
  margin-right: var(--layout-edge);
}

.product-copy {
  padding-left: var(--layout-edge);
  padding-top: 5rem;
}

.product-tabs {
  padding-right: var(--layout-edge);
  padding-top: 3.25rem;
}

.showroom {
  padding: 4rem var(--layout-edge) var(--section-y);
  min-height: 60rem;
}

.showroom-bg,
.showroom::after {
  height: 45rem;
}

.showroom::after {
  top: 4rem;
  left: var(--layout-edge);
  right: var(--layout-edge);
}

.showroom-copy {
  top: 7rem;
  left: calc(var(--layout-edge) + 3rem);
}

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

.partners {
  padding-bottom: var(--section-y-loose);
}

.partners .section-title {
  margin-left: var(--layout-edge);
  margin-right: var(--layout-edge);
}

.footer {
  padding-top: 3.5rem;
  padding-bottom: 2rem;
}

.page-hero {
  min-height: var(--page-hero-h);
  padding: 0 var(--layout-edge) 7rem;
}

.page-hero > div {
  max-width: 70rem;
  padding-top: var(--header-h);
}

.page-hero.hero-center > div {
  max-width: 76rem;
}

.page-hero h1 {
  font-size: 5.2rem;
  line-height: 1.1;
}

.page-hero.hero-message h1 {
  font-size: 4.6rem;
  line-height: 1.16;
}

.page-lead {
  max-width: 50rem;
  font-size: 1.35rem;
}

.page-intro,
.large-copy,
.story-stack,
.tech-layout,
.timeline-page,
.page-product-grid,
.showroom-page-grid,
.media-list,
.legacy-finance-list {
  padding-left: var(--layout-edge);
  padding-right: var(--layout-edge);
}

.page-intro {
  padding-top: var(--section-y-tight);
  padding-bottom: var(--section-y);
}

.large-copy,
.timeline-page,
.story-stack,
.tech-layout,
.page-product-grid,
.showroom-page-grid,
.media-list,
.legacy-finance-list {
  padding-bottom: var(--section-y);
}

.vision-grid,
.feature-grid,
.location-grid,
.sub-card-grid,
.detail-panel-grid {
  gap: var(--grid-gap);
  padding-left: var(--layout-edge);
  padding-right: var(--layout-edge);
  padding-bottom: var(--section-y);
}

.vision-grid article,
.feature-grid a,
.location-grid article,
.sub-card-grid article,
.detail-panel-grid article {
  min-height: 22rem;
  padding: var(--card-pad);
}

.page-product-grid,
.showroom-page-grid,
.media-list,
.legacy-finance-list {
  gap: var(--grid-gap);
}

.page-product-grid article,
.showroom-page-grid article {
  min-height: 36rem;
}

.process-strip {
  margin-left: var(--layout-edge);
  margin-right: var(--layout-edge);
  margin-bottom: var(--section-y);
  padding: 4rem;
}

@media (min-width: 100rem) {
  :root {
    --layout-edge: 7rem;
    --header-h: 6.25rem;
    --hero-min-h: 52rem;
    --page-hero-h: 56rem;
    --section-y: 11rem;
    --section-y-tight: 7rem;
    --section-y-loose: 13rem;
    --grid-gap: 2rem;
  }

  .page-hero h1 {
    font-size: 5.65rem;
  }

  .page-hero.hero-message h1 {
    font-size: 5.1rem;
  }
}

@media (max-width: 70rem) {
  :root {
    --layout-edge: 3rem;
    --header-h: 5.75rem;
    --page-hero-h: 48rem;
    --section-y: 7.5rem;
    --section-y-tight: 5rem;
    --section-y-loose: 9rem;
    --grid-gap: 1.25rem;
    --card-pad: 2.5rem;
  }

  .site-header {
    grid-template-columns: minmax(13rem, 15rem) minmax(0, 1fr) minmax(9rem, 11rem);
  }

  .gnb {
    gap: 1.15rem;
    font-size: 0.78rem;
  }
}

@media (max-width: 53.75rem) {
  :root {
    --layout-edge: 2rem;
    --header-h: 5.25rem;
    --hero-min-h: 47.5rem;
    --page-hero-h: 46rem;
    --section-y: 6.5rem;
    --section-y-tight: 4.25rem;
    --section-y-loose: 8rem;
    --grid-gap: 1.25rem;
    --card-pad: 2rem;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .brand-text {
    font-size: 1.32rem;
  }

  .hero-copy {
    bottom: 6rem;
  }

  .down {
    left: var(--layout-edge);
    right: auto;
    bottom: 2rem;
  }

  .page-hero {
    min-height: var(--page-hero-h);
    padding: 0 var(--layout-edge) 5rem;
  }

  .page-hero.hero-center {
    padding-bottom: 0;
  }

  .page-hero h1,
  .page-hero.hero-message h1 {
    font-size: 3.4rem;
    line-height: 1.18;
  }

  .page-hero.hero-center h1 {
    font-size: 3.25rem;
  }

  .page-lead {
    font-size: 1.16rem;
  }

  .showroom-copy {
    left: calc(var(--layout-edge) + 1.25rem);
    width: calc(100vw - (var(--layout-edge) * 2) - 2.5rem);
  }
}

@media (max-width: 32.5rem) {
  :root {
    --layout-edge: 1.25rem;
    --header-h: 5rem;
    --hero-min-h: 44rem;
    --page-hero-h: 43rem;
    --section-y: 5.5rem;
    --section-y-tight: 3.75rem;
    --section-y-loose: 6.5rem;
    --grid-gap: 1rem;
    --card-pad: 1.5rem;
  }

  .site-header {
    padding-left: var(--layout-edge);
    padding-right: var(--layout-edge);
  }

  .brand {
    gap: 0.6rem;
  }

  .brand-text {
    font-size: 1.18rem;
  }

  .brand-mark {
    width: 2.15rem;
    height: 2.15rem;
  }

  .globe {
    width: 2.4rem;
    height: 2.4rem;
  }

  .hamburger {
    width: 2.6rem;
    height: 2.6rem;
  }

  .hero-copy h1 {
    font-size: 3.1rem;
  }

  .page-hero {
    min-height: var(--page-hero-h);
    padding-bottom: 4.25rem;
  }

  .page-hero h1,
  .page-hero.hero-message h1,
  .page-hero.hero-center h1 {
    font-size: 2.75rem;
  }

  .page-intro p,
  .large-copy h2,
  .story-stack h2,
  .tech-layout h2 {
    font-size: 2.2rem;
  }
}

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

/* Reference-grade subpage rebuilds. */
body[data-page="media"] .site-header {
  color: var(--black);
  border-bottom-color: rgba(0, 0, 0, 0.08);
  text-shadow: none;
}

body[data-page="media"] .site-header::before {
  opacity: 0;
}

body[data-page="media"] .site-header::after {
  opacity: 1;
}

body[data-page="who-we-are"] .page-hero::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), transparent 34%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.55), transparent 66%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.58), transparent 54%);
}

body[data-page="who-we-are"] .page-hero > div {
  max-width: 66rem;
}

body[data-page="who-we-are"] .page-section {
  margin-bottom: 2.25rem;
  font-size: 1.02rem;
  font-weight: 700;
  text-transform: none;
}

body[data-page="who-we-are"] .page-hero h1 {
  font-size: 5.8rem;
  font-weight: 300;
  line-height: 1.16;
}

body[data-page="why-we-exist"] .page-hero,
body[data-page="discover"] .page-hero {
  min-height: 100svh;
}

body[data-page="why-we-exist"] .page-hero h1,
body[data-page="discover"] .page-hero h1 {
  max-width: 84rem;
  margin-inline: auto;
  font-size: 6.7rem;
  font-weight: 200;
  line-height: 1.05;
}

.about-vision {
  display: grid;
  grid-template-columns: minmax(11rem, 19rem) minmax(0, 1fr);
  gap: 4rem;
  padding: 7rem var(--layout-edge) 8rem;
  background: var(--white);
}

.about-vision span,
.sub-section-head span,
.discover-chapter-copy span,
.newsroom-hero p {
  display: block;
  color: #222;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-vision h2 {
  max-width: 61rem;
  margin: 0;
  font-size: 3.55rem;
  font-weight: 400;
  line-height: 1.32;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.about-vision p {
  max-width: 38rem;
  margin: 3rem 0 0;
  color: #555;
  font-size: 1.18rem;
  line-height: 1.78;
  word-break: keep-all;
}

.about-purpose {
  background: #050505;
}

.about-purpose-intro {
  min-height: 28rem;
  padding: 8rem var(--layout-edge);
  color: var(--white);
  background: var(--black);
}

.about-purpose-intro h2 {
  max-width: 82rem;
  margin: 0;
  font-size: 5.8rem;
  font-weight: 200;
  line-height: 1.08;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.about-purpose-card {
  position: relative;
  display: grid;
  min-height: 52rem;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.about-purpose-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.22) 48%, rgba(0, 0, 0, 0.02)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.46), transparent 58%);
  pointer-events: none;
}

.about-purpose-card.is-reverse::after {
  background:
    linear-gradient(270deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.02)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.45), transparent 58%);
}

.about-purpose-card img {
  position: absolute;
  inset: -4%;
  width: 108%;
  height: 108%;
  max-width: none;
  object-fit: cover;
  transform: translate3d(0, calc(var(--motion-y, 0) * -1.8rem), 0) scale(1.03);
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.about-purpose-card > div {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(38rem, 50vw);
  margin-left: var(--layout-edge);
}

.about-purpose-card.is-reverse > div {
  margin-left: auto;
  margin-right: var(--layout-edge);
}

.about-purpose-card h3 {
  margin: 0 0 2rem;
  font-size: 7rem;
  font-weight: 200;
  line-height: 0.98;
}

.about-purpose-card p {
  max-width: 30rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.18rem;
  line-height: 1.78;
  word-break: keep-all;
}

.about-purpose-card a {
  display: inline-grid;
  place-items: center;
  min-width: 10.5rem;
  height: 3.4rem;
  margin-top: 3rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: color 220ms ease, background 220ms ease, border-color 220ms ease;
}

.about-purpose-card a:hover {
  color: var(--black);
  background: var(--white);
  border-color: var(--white);
}

.about-domain {
  padding: 9rem var(--layout-edge) 10.5rem;
  background: var(--white);
}

.sub-section-head {
  display: grid;
  grid-template-columns: minmax(11rem, 19rem) minmax(0, 1fr);
  gap: 4rem;
  margin-bottom: 5.5rem;
}

.sub-section-head h2 {
  max-width: 68rem;
  margin: 0;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.1;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.sub-section-head p {
  grid-column: 2;
  max-width: 42rem;
  margin: 0;
  color: #555;
  font-size: 1.14rem;
  line-height: 1.78;
  word-break: keep-all;
}

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

.about-domain-card {
  position: relative;
  min-height: 38rem;
  overflow: hidden;
  color: var(--white);
  background: #111;
  isolation: isolate;
}

.about-domain-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.02) 72%);
}

.about-domain-card img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 820ms cubic-bezier(0.16, 1, 0.3, 1), opacity 420ms ease;
}

.about-domain-card:hover img {
  opacity: 0.9;
  transform: scale(1.07);
}

.about-domain-card > div {
  position: absolute;
  left: 1.75rem;
  right: 1.75rem;
  bottom: 1.9rem;
  z-index: 2;
}

.about-domain-card h3 {
  margin: 0 0 1.35rem;
  font-size: 3.5rem;
  font-weight: 200;
}

.about-domain-card p {
  min-height: 8.5rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.68;
  word-break: keep-all;
}

.about-domain-card span {
  display: inline-block;
  margin-top: 2rem;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.why-manifest {
  padding: 9rem var(--layout-edge) 10rem;
  background: var(--white);
}

.why-manifest h2 {
  max-width: 78rem;
  margin: 0;
  font-size: 6.1rem;
  font-weight: 200;
  line-height: 1.08;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.why-manifest p {
  max-width: 45rem;
  margin: 3.2rem 0 5rem auto;
  color: #333;
  font-size: 1.22rem;
  line-height: 1.82;
  word-break: keep-all;
}

.why-manifest-image {
  overflow: hidden;
  aspect-ratio: 16 / 7.2;
  background: #ddd;
}

.why-manifest-image img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform: translate3d(0, calc(var(--motion-y, 0) * -2rem), 0) scale(1.05);
}

.why-chapters {
  background: var(--black);
}

.why-chapter {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 112svh;
  padding: 9rem var(--layout-edge) 4.5rem;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.why-chapter::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 35%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.12) 66%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.62), transparent 54%);
}

.why-chapter-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform: translate3d(0, calc(var(--motion-y, 0) * -3rem), 0) scaleY(1.08);
  transform-origin: center;
}

.why-chapter-copy {
  position: relative;
  z-index: 2;
  width: min(72rem, 78vw);
}

.why-chapter-copy span {
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.15rem;
}

.why-chapter-copy h2 {
  max-width: 70rem;
  margin: 0;
  font-size: 6.8rem;
  font-weight: 200;
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.why-chapter-copy p {
  max-width: 43rem;
  margin: 2.6rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.18rem;
  line-height: 1.8;
  word-break: keep-all;
}

.why-thumb-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: min(48rem, 48vw);
  margin: 4rem 0 0 auto;
}

.why-thumb-strip img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  opacity: 0.86;
}

.discover-intro {
  padding: 8.5rem var(--layout-edge) 8rem;
  background: var(--white);
}

.discover-intro h2 {
  max-width: 74rem;
  margin: 0;
  font-size: 5.8rem;
  font-weight: 300;
  line-height: 1.12;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.discover-intro p {
  max-width: 40rem;
  margin: 3rem 0 0 auto;
  color: #444;
  font-size: 1.18rem;
  line-height: 1.78;
}

.discover-chapters {
  background: #050505;
}

.discover-chapter {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(26rem, 0.7fr);
  gap: 6rem;
  align-items: center;
  min-height: 118svh;
  padding: 10rem var(--layout-edge);
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.discover-chapter.is-reverse {
  grid-template-columns: minmax(26rem, 0.7fr) minmax(0, 0.85fr);
}

.discover-chapter-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.72;
}

.discover-chapter-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 50%, rgba(243, 115, 33, 0.18), transparent 22rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.28) 52%, rgba(0, 0, 0, 0.78)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.52), transparent 58%);
}

.discover-chapter-bg img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform: translate3d(0, calc(var(--motion-y, 0) * -3.4rem), 0) scale(1.05);
}

.discover-chapter-copy,
.discover-image-stack {
  position: relative;
  z-index: 1;
}

.discover-chapter.is-reverse .discover-chapter-copy {
  grid-column: 2;
}

.discover-chapter.is-reverse .discover-image-stack {
  grid-column: 1;
  grid-row: 1;
}

.discover-chapter-copy span {
  margin-bottom: 2rem;
  color: var(--orange);
}

.discover-chapter-copy h2 {
  margin: 0 0 2.4rem;
  font-size: 6.3rem;
  font-weight: 200;
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.discover-chapter-copy p {
  max-width: 38rem;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  line-height: 1.82;
  word-break: keep-all;
}

.discover-image-stack {
  display: grid;
  gap: 1.5rem;
  transform: translate3d(0, calc(var(--motion-y, 0) * 2.2rem), 0);
}

.discover-image-stack img {
  width: min(100%, 44rem);
  aspect-ratio: 16 / 10;
  object-fit: cover;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.32);
}

.discover-image-stack img:nth-child(2) {
  width: min(76%, 32rem);
  margin-left: auto;
}

.newsroom-hero {
  min-height: 33.5rem;
  padding: 15rem var(--layout-edge) 5.8rem;
  color: var(--black);
  background: var(--white);
}

.newsroom-hero p {
  margin: 0 0 2.4rem;
  color: #777;
}

.newsroom-hero h1 {
  margin: 0;
  font-size: 6.2rem;
  font-weight: 400;
  line-height: 1.05;
}

.newsroom-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  min-height: 6rem;
  margin: 0 var(--layout-edge);
  border-top: 0.0625rem solid var(--black);
  border-bottom: 0.0625rem solid var(--line);
}

.newsroom-tabs {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

.newsroom-tabs button {
  padding: 0;
  color: #777;
  background: transparent;
  border: 0;
  font-size: 0.92rem;
  font-weight: 900;
  cursor: pointer;
}

.newsroom-tabs button.active,
.newsroom-tabs button:hover {
  color: var(--black);
}

.newsroom-search {
  display: grid;
  grid-template-columns: auto 9rem;
  align-items: center;
  gap: 1rem;
  min-height: 3rem;
  color: #555;
  cursor: text;
}

.newsroom-search span {
  font-size: 0.92rem;
  font-weight: 700;
}

.newsroom-search input {
  width: 100%;
  border: 0;
  border-bottom: 0.0625rem solid var(--black);
  outline: 0;
  background: transparent;
}

.newsroom-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3.2rem 2rem;
  padding: 5.2rem var(--layout-edge) 3.5rem;
}

.newsroom-grid article {
  min-width: 0;
}

.newsroom-grid a {
  display: block;
}

.newsroom-grid img {
  width: 100%;
  aspect-ratio: 1.08 / 1;
  object-fit: cover;
  margin-bottom: 1.6rem;
  background: #eee;
  transition: transform 760ms cubic-bezier(0.16, 1, 0.3, 1), opacity 320ms ease;
}

.newsroom-grid a:hover img {
  opacity: 0.9;
  transform: scale(1.035);
}

.newsroom-grid span {
  display: block;
  margin-bottom: 1rem;
  color: var(--orange);
  font-size: 0.84rem;
  font-weight: 900;
}

.newsroom-grid h2 {
  min-height: 4.8rem;
  margin: 0 0 1.25rem;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.52;
  word-break: keep-all;
}

.newsroom-grid time {
  color: #777;
  font-size: 0.92rem;
}

.newsroom-more {
  display: grid;
  place-items: center;
  padding: 2.5rem var(--layout-edge) 9rem;
}

.newsroom-more button {
  width: 12rem;
  height: 3.75rem;
  color: var(--white);
  background: var(--black);
  border: 0;
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

@media (min-width: 100rem) {
  body[data-page="who-we-are"] .page-hero h1 {
    font-size: 6.4rem;
  }

  body[data-page="why-we-exist"] .page-hero h1,
  body[data-page="discover"] .page-hero h1 {
    font-size: 7.2rem;
  }

  .about-vision h2 {
    font-size: 4.15rem;
  }

  .about-purpose-intro h2 {
    font-size: 6.8rem;
  }

  .about-purpose-card {
    min-height: 59rem;
  }

  .about-purpose-card h3 {
    font-size: 8rem;
  }

  .sub-section-head h2,
  .discover-intro h2 {
    font-size: 5.8rem;
  }

  .why-manifest h2 {
    font-size: 7.1rem;
  }

  .why-chapter-copy h2 {
    font-size: 8rem;
  }

  .discover-chapter-copy h2 {
    font-size: 7.6rem;
  }

  .newsroom-hero h1 {
    font-size: 7.2rem;
  }

  .about-domain-card {
    min-height: 44rem;
  }

  .newsroom-grid {
    gap: 4rem 2.4rem;
  }
}

@media (max-width: 70rem) {
  body[data-page="who-we-are"] .page-hero h1 {
    font-size: 4.8rem;
  }

  body[data-page="why-we-exist"] .page-hero h1,
  body[data-page="discover"] .page-hero h1 {
    font-size: 5.4rem;
  }

  .about-vision h2 {
    font-size: 3.1rem;
  }

  .about-purpose-intro h2,
  .discover-intro h2,
  .why-manifest h2 {
    font-size: 4.7rem;
  }

  .about-purpose-card h3,
  .why-chapter-copy h2,
  .discover-chapter-copy h2 {
    font-size: 5.3rem;
  }

  .sub-section-head h2 {
    font-size: 4.25rem;
  }

  .newsroom-hero h1 {
    font-size: 5.4rem;
  }

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

  .about-purpose-card {
    min-height: 46rem;
  }

  .about-purpose-card > div,
  .about-purpose-card.is-reverse > div {
    width: min(40rem, calc(100vw - var(--layout-edge) * 2));
    margin-left: var(--layout-edge);
    margin-right: var(--layout-edge);
  }

  .why-thumb-strip {
    width: min(42rem, 70vw);
    margin-left: 0;
  }

  .discover-chapter,
  .discover-chapter.is-reverse {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .discover-chapter.is-reverse .discover-chapter-copy,
  .discover-chapter.is-reverse .discover-image-stack {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 53.75rem) {
  .about-vision,
  .sub-section-head {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .sub-section-head p {
    grid-column: auto;
  }

  .about-purpose-intro,
  .discover-intro,
  .why-manifest {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .about-purpose-card {
    min-height: 40rem;
  }

  .about-purpose-card h3 {
    font-size: 4.2rem;
  }

  .about-domain-grid,
  .newsroom-grid,
  .why-thumb-strip {
    grid-template-columns: 1fr;
  }

  .about-domain-card {
    min-height: 33rem;
  }

  .why-chapter {
    min-height: 100svh;
    padding-top: 7rem;
  }

  .why-chapter-copy,
  .why-thumb-strip {
    width: 100%;
  }

  .why-thumb-strip img {
    display: none;
  }

  .why-thumb-strip img:first-child {
    display: block;
  }

  .discover-chapter {
    min-height: auto;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .discover-image-stack img:nth-child(2) {
    width: 86%;
  }

  .newsroom-hero {
    min-height: 28rem;
    padding-top: 11rem;
  }

  .newsroom-tools {
    display: grid;
    align-items: stretch;
    gap: 0;
    padding: 1.2rem 0;
  }

  .newsroom-tabs {
    flex-wrap: wrap;
    gap: 1rem 1.55rem;
    padding-bottom: 1rem;
  }

  .newsroom-search {
    grid-template-columns: auto 1fr;
  }
}

@media (max-width: 32.5rem) {
  body[data-page="why-we-exist"] .page-hero h1,
  body[data-page="discover"] .page-hero h1 {
    font-size: 3.15rem;
  }

  body[data-page="who-we-are"] .page-hero h1 {
    font-size: 3.15rem;
  }

  .about-vision {
    padding-top: 5rem;
    padding-bottom: 5.5rem;
  }

  .about-purpose-card {
    min-height: 36rem;
  }

  .about-purpose-card p,
  .why-chapter-copy p,
  .discover-chapter-copy p {
    font-size: 1rem;
  }

  .about-vision h2,
  .why-manifest h2,
  .discover-intro h2 {
    font-size: 2.7rem;
  }

  .about-purpose-intro h2,
  .sub-section-head h2,
  .why-chapter-copy h2,
  .discover-chapter-copy h2,
  .newsroom-hero h1 {
    font-size: 3.1rem;
  }

  .newsroom-grid h2 {
    min-height: 0;
  }
}

/* Enterprise polish: bold global header, smooth-scroll rails, and stronger first-screen presence. */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.site-header {
  position: fixed;
  grid-template-columns: minmax(17rem, 22rem) minmax(0, 1fr) minmax(15rem, 18rem);
  height: 6.75rem;
  padding: 0 var(--layout-edge);
  color: var(--white);
  isolation: isolate;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.16);
  text-shadow: 0 0.1rem 1.4rem rgba(0, 0, 0, 0.35);
}

.site-header::before,
.site-header::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  transition: opacity 280ms ease, background 280ms ease;
}

.site-header::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.23) 62%, rgba(0, 0, 0, 0)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.06) 52%, rgba(0, 0, 0, 0.24));
}

.site-header::after {
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(1.25rem);
}

.site-header.is-light {
  color: var(--black);
  background: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.08);
  text-shadow: none;
}

.site-header.is-light::before {
  opacity: 0;
}

.site-header.is-light::after {
  opacity: 1;
}

.brand {
  gap: 0.9rem;
  font-weight: 900;
}

.brand-mark {
  width: 2.75rem;
  height: 2.75rem;
  border-width: 0.16rem;
  box-shadow: 0 0 0 0.22rem rgba(243, 115, 33, 0.14), 0 0.75rem 2rem rgba(243, 115, 33, 0.2);
}

.brand-mark::before,
.brand-mark::after {
  border-width: 0.15rem;
}

.brand-mark::before {
  width: 1.45rem;
  height: 0.72rem;
  left: 0.34rem;
  top: 0.64rem;
}

.brand-mark::after {
  width: 0.96rem;
  height: 0.96rem;
  right: 0.16rem;
  bottom: 0.34rem;
}

.brand-text {
  font-size: 1.22rem;
  font-weight: 900;
}

.gnb {
  gap: 2.85rem;
  font-size: 0.98rem;
  font-weight: 950;
}

.gnb a {
  position: relative;
  display: inline-grid;
  align-items: center;
  min-height: 6.75rem;
  padding: 0;
}

.gnb a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.65rem;
  height: 0.16rem;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1);
}

.gnb a:hover::after,
.gnb a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.tools {
  gap: 1.4rem;
  font-size: 0.96rem;
  font-weight: 950;
}

.visit {
  position: relative;
  padding-right: 1.25rem;
}

.visit::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-grid;
  place-items: center;
  width: 0.95rem;
  height: 0.95rem;
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  font-size: 0.72rem;
  line-height: 1;
  transform: translateY(-50%);
}

.globe {
  width: 2.7rem;
  height: 2.7rem;
  border-width: 0.115rem;
}

.hamburger {
  width: 2.95rem;
  height: 2.95rem;
}

.hamburger span:not(.sr-only),
.hamburger span:not(.sr-only)::before,
.hamburger span:not(.sr-only)::after {
  width: 1.65rem;
  height: 0.16rem;
}

.hamburger span:not(.sr-only)::before {
  top: -0.55rem;
}

.hamburger span:not(.sr-only)::after {
  top: 0.55rem;
}

.hero::before {
  content: "AEROSPACE";
  position: absolute;
  left: var(--layout-edge);
  top: 8.8rem;
  z-index: 1;
  color: rgba(255, 255, 255, 0.07);
  font-size: 9.8rem;
  font-weight: 950;
  line-height: 0.85;
  pointer-events: none;
}

.hero-video {
  transform-origin: center;
  will-change: transform;
}

.hero-shade {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.38), transparent 40%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.56), transparent 58%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent 56%);
}

.hero-copy {
  z-index: 3;
  bottom: 6.5rem;
  max-width: min(82rem, calc(100vw - var(--layout-edge) * 2));
}

.hero-copy h1 {
  max-width: 76rem;
  margin-bottom: 2rem;
  font-size: 4.35rem;
  font-weight: 300;
  line-height: 1.07;
}

.hero-line {
  max-width: 82rem;
  height: 0.14rem;
}

.down {
  z-index: 4;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.55rem;
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(0.55rem);
}

.menu {
  background:
    radial-gradient(circle at 12% 18%, rgba(243, 115, 33, 0.18), transparent 28rem),
    linear-gradient(125deg, rgba(0, 0, 0, 0.96), rgba(10, 12, 16, 0.95));
  backdrop-filter: blur(1.4rem);
}

.menu-grid {
  gap: 5rem 6rem;
}

.menu-grid section {
  padding-top: 2.2rem;
  border-top-color: rgba(255, 255, 255, 0.38);
}

.menu-grid h2 {
  font-size: 2.05rem;
}

.menu-grid a {
  padding: 0.64rem 0;
  font-size: 1.08rem;
  transition: color 200ms ease, transform 200ms ease;
}

.menu-grid a:hover {
  color: var(--white);
  transform: translateX(0.35rem);
}

.scroll-rail {
  position: fixed;
  right: 2.35rem;
  top: 50%;
  z-index: 45;
  width: 0.28rem;
  height: 7.5rem;
  overflow: hidden;
  border-radius: 99rem;
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-50%);
  pointer-events: none;
}

.scroll-rail span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.92);
  transform: scaleY(0);
  transform-origin: top;
}

.site-header.is-light ~ .scroll-rail,
.subpage .scroll-rail {
  background: rgba(0, 0, 0, 0.14);
}

.site-header.is-light ~ .scroll-rail span,
.subpage .scroll-rail span {
  background: rgba(0, 0, 0, 0.58);
}

.reveal {
  transform: translate3d(0, 3.2rem, 0);
  transition: opacity 900ms cubic-bezier(0.16, 1, 0.3, 1), transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal.visible {
  transform: translate3d(0, 0, 0);
}

@media (min-width: 100rem) {
  .site-header {
    height: 7.15rem;
  }

  .gnb a {
    min-height: 7.15rem;
  }

  .hero::before {
    top: 9.5rem;
    font-size: 13.8rem;
  }

  .hero-copy h1 {
    font-size: 5.4rem;
  }
}

@media (max-width: 70rem) {
  .site-header {
    grid-template-columns: minmax(15rem, 17rem) minmax(0, 1fr) minmax(11rem, 13rem);
  }

  .gnb {
    gap: 1.35rem;
    font-size: 0.82rem;
  }

  .brand-text {
    font-size: 1.08rem;
  }
}

@media (max-width: 53.75rem) {
  .site-header {
    grid-template-columns: 1fr auto;
    height: 5.7rem;
  }

  .site-header::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.18));
  }

  .brand-mark {
    width: 2.55rem;
    height: 2.55rem;
  }

  .brand-text {
    font-size: 1.24rem;
  }

  .hero::before {
    left: var(--layout-edge);
    top: 7.25rem;
    font-size: 4.7rem;
  }

  .hero-copy h1 {
    font-size: 3.25rem;
    line-height: 1.13;
  }

  .scroll-rail {
    right: 0.8rem;
    height: 5.4rem;
  }
}

@media (max-width: 32.5rem) {
  .site-header {
    height: 5.4rem;
  }

  .brand-text {
    font-size: 1.08rem;
  }

  .brand-mark {
    width: 2.35rem;
    height: 2.35rem;
  }

  .tools {
    gap: 0.9rem;
  }

  .globe {
    width: 2.35rem;
    height: 2.35rem;
  }

  .hamburger {
    width: 2.55rem;
    height: 2.55rem;
  }

  .hero-copy h1 {
    font-size: 2.95rem;
  }
}

/* Cinematic scale pass: stronger HD desktop rhythm and deeper image motion across all pages. */
:root {
  --layout-edge: 6.75rem;
  --layout-edge-narrow: 4rem;
  --header-h: 7.15rem;
  --hero-min-h: 52rem;
  --page-hero-h: 58rem;
  --section-y: 12rem;
  --section-y-tight: 8rem;
  --section-y-loose: 15rem;
  --grid-gap: 2rem;
  --card-pad: 3.8rem;
}

html,
body {
  overflow-x: clip;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 120;
  pointer-events: none;
  opacity: 0.12;
  mix-blend-mode: soft-light;
  background-image:
    linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0.0625rem, transparent 0.0625rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.08) 0.0625rem, transparent 0.0625rem);
  background-size: 0.42rem 0.42rem, 0.58rem 0.58rem;
}

.site-header {
  height: var(--header-h);
  padding-left: var(--layout-edge);
  padding-right: var(--layout-edge);
}

.hero {
  height: calc(100svh - 2.25rem);
  min-height: var(--hero-min-h);
  isolation: isolate;
}

.hero::before {
  top: 8.4rem;
  left: calc(var(--layout-edge) - 1rem);
  font-size: 13.5rem;
  letter-spacing: 0;
  opacity: 0.9;
  transform: translate3d(calc(var(--scroll-progress, 0) * -2.4rem), 0, 0);
}

.hero::after,
.page-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 10.5rem;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent);
}

.hero-video,
.page-hero img,
.what-panel img,
.showroom-bg,
.page-product-grid img,
.showroom-page-grid img,
.about-purpose-card img,
.about-domain-card img,
.discover-chapter-bg img,
.why-chapter-bg,
.news-grid img,
.newsroom-grid img,
.media-list img {
  filter: saturate(1.03) contrast(1.08);
  will-change: transform;
}

.hero-shade {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.52), transparent 34%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.62), transparent 58%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.78), transparent 58%);
}

.hero-copy {
  left: var(--layout-edge);
  right: var(--layout-edge);
  bottom: 7.5rem;
  max-width: min(92rem, calc(100vw - var(--layout-edge) * 2));
}

.hero-copy h1 {
  max-width: 84rem;
  margin-bottom: 2.4rem;
  font-size: 5.15rem;
  font-weight: 250;
  line-height: 1.06;
}

.hero-line {
  max-width: none;
}

.down {
  right: var(--layout-edge);
  bottom: 7.25rem;
}

.page-hero {
  height: calc(100svh - 2.25rem);
  min-height: var(--page-hero-h);
  padding: 0 var(--layout-edge) 8.5rem;
  isolation: isolate;
}

.page-hero::before {
  content: attr(data-cinema);
  inset: 8.5rem auto auto calc(var(--layout-edge) - 1rem);
  z-index: 1;
  width: min-content;
  height: auto;
  max-width: calc(100vw - var(--layout-edge) * 2);
  color: rgba(255, 255, 255, 0.07);
  background: none;
  font-size: 11.5rem;
  font-weight: 950;
  line-height: 0.8;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translate3d(calc(var(--scroll-progress, 0) * -2.2rem), 0, 0);
}

.page-hero::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 36%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.64), transparent 62%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.78), transparent 58%);
}

.page-hero.hero-center::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.44), transparent 36%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.78), transparent 58%);
}

.page-hero > div {
  max-width: 82rem;
}

.page-hero h1 {
  font-size: 6.45rem;
  font-weight: 250;
  line-height: 1.06;
}

.page-hero.hero-message h1 {
  font-size: 5.9rem;
  line-height: 1.13;
}

body[data-page="who-we-are"] .page-hero h1 {
  font-size: 6.35rem;
}

body[data-page="why-we-exist"] .page-hero h1,
body[data-page="discover"] .page-hero h1 {
  font-size: 7.3rem;
}

.page-lead {
  max-width: 58rem;
  margin-top: 2.6rem;
  font-size: 1.55rem;
}

.mission {
  min-height: 142rem;
  padding: 6rem var(--layout-edge) var(--section-y-loose);
}

.mission-copy h2 {
  max-width: 88rem;
  font-size: 6.1rem;
  font-weight: 350;
  line-height: 1.08;
}

.mission-visual {
  width: min(88rem, calc(100vw - var(--layout-edge) * 2));
  height: min(62rem, calc(100svh - 9rem));
  margin-top: 34rem;
  box-shadow: 0 4rem 9rem rgba(0, 0, 0, 0.16);
  transform: translate3d(0, calc(var(--cinema-y, 0) * -2.4rem), 0);
}

.mission-visual img {
  transform: scale(1.12);
}

.mission-visual img.active {
  transform: scale(1.02);
}

.what-panel {
  min-height: calc(100svh - 2rem);
}

.what-panel img {
  transform: translate3d(0, calc(var(--cinema-y, 0) * -2.5rem), 0) scale(1.06);
}

.what-panel-copy {
  width: min(58rem, 52vw);
  margin-right: var(--layout-edge);
}

.what-panel-copy h2 {
  font-size: 5.2rem;
  font-weight: 300;
  line-height: 1.1;
}

.products {
  min-height: 155rem;
}

.product-copy {
  width: 34rem;
  padding-left: var(--layout-edge);
  padding-top: 7rem;
}

.product-copy h2 {
  font-size: 5.5rem;
  font-weight: 350;
}

.product-copy p {
  font-size: 1.18rem;
}

.product-tabs {
  padding-right: var(--layout-edge);
  padding-top: 5rem;
}

.sequence-wrap {
  min-height: var(--hero-min-h);
}

.showroom {
  min-height: 67rem;
  padding: 5.5rem var(--layout-edge) var(--section-y);
}

.showroom-bg,
.showroom::after {
  height: 50rem;
}

.showroom-bg {
  transform: translate3d(0, calc(var(--cinema-y, 0) * -2rem), 0) scale(1.03);
}

.showroom::after {
  top: 5.5rem;
  left: var(--layout-edge);
  right: var(--layout-edge);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.45), transparent 58%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.46), transparent 58%);
}

.showroom-copy {
  top: 9rem;
  left: calc(var(--layout-edge) + 3.8rem);
  width: min(44rem, calc(100vw - var(--layout-edge) * 2 - 7rem));
}

.showroom-copy h2 {
  font-size: 4.7rem;
  font-weight: 300;
  white-space: normal;
}

.news,
.partners,
.page-intro,
.large-copy,
.story-stack,
.tech-layout,
.timeline-page,
.page-product-grid,
.showroom-page-grid,
.media-list,
.legacy-finance-list,
.about-vision,
.about-domain,
.discover-intro,
.why-manifest {
  padding-left: var(--layout-edge);
  padding-right: var(--layout-edge);
}

.news {
  padding-top: 9rem;
  padding-bottom: 12rem;
}

.section-title h2,
.news h2,
.partners h2 {
  font-size: 6.2rem;
  font-weight: 250;
}

.section-title {
  margin-bottom: 5.5rem;
}

.news-grid {
  gap: 3.2rem;
}

.news-grid article {
  min-height: 39rem;
  padding: 2rem 0 0;
  overflow: hidden;
}

.news-grid img {
  transform: translate3d(0, calc(var(--cinema-y, 0) * -1.4rem), 0) scale(1.04);
}

.partners {
  padding-top: 7rem;
  padding-bottom: 14rem;
}

.partner-marquee {
  transform: translate3d(0, calc(var(--cinema-y, 0) * -1.5rem), 0);
}

.footer {
  padding-left: var(--layout-edge);
  padding-right: var(--layout-edge);
  padding-top: 5.5rem;
}

.about-vision,
.discover-intro,
.why-manifest {
  padding-top: 10.5rem;
  padding-bottom: 11.5rem;
}

.about-vision {
  grid-template-columns: minmax(14rem, 23rem) minmax(0, 1fr);
}

.about-vision h2 {
  max-width: 74rem;
  font-size: 4.35rem;
  font-weight: 350;
}

.about-purpose-intro {
  min-height: 36rem;
  padding: 10rem var(--layout-edge);
}

.about-purpose-intro h2 {
  max-width: 96rem;
  font-size: 7.2rem;
}

.about-purpose-card {
  min-height: 62rem;
}

.about-purpose-card h3 {
  font-size: 8.6rem;
}

.about-purpose-card > div {
  width: min(46rem, 48vw);
  margin-left: var(--layout-edge);
}

.about-purpose-card.is-reverse > div {
  margin-right: var(--layout-edge);
}

.about-domain {
  padding-top: 12rem;
  padding-bottom: 13.5rem;
}

.sub-section-head {
  grid-template-columns: minmax(14rem, 23rem) minmax(0, 1fr);
  margin-bottom: 7rem;
}

.sub-section-head h2,
.discover-intro h2 {
  max-width: 82rem;
  font-size: 6.4rem;
}

.about-domain-grid {
  gap: 2rem;
}

.about-domain-card {
  min-height: 46rem;
}

.about-domain-card img {
  transform: translate3d(0, calc(var(--cinema-y, 0) * -1.8rem), 0) scale(1.06);
}

.why-manifest h2 {
  max-width: 92rem;
  font-size: 7.6rem;
}

.why-manifest p,
.discover-intro p {
  margin-top: 4rem;
  font-size: 1.34rem;
}

.why-chapter {
  min-height: 124svh;
  padding: 12rem var(--layout-edge) 6rem;
}

.why-chapter-copy h2 {
  font-size: 8.4rem;
}

.discover-chapter {
  min-height: 126svh;
  padding: 12rem var(--layout-edge);
}

.discover-chapter-copy h2 {
  font-size: 7.8rem;
}

.discover-image-stack {
  gap: 2rem;
}

.newsroom-hero {
  position: relative;
  overflow: hidden;
  min-height: 41rem;
  padding: 17rem var(--layout-edge) 7rem;
}

.newsroom-hero::before {
  content: attr(data-cinema);
  position: absolute;
  left: calc(var(--layout-edge) - 1rem);
  top: 8.5rem;
  color: rgba(0, 0, 0, 0.035);
  font-size: 12rem;
  font-weight: 950;
  line-height: 0.8;
  white-space: nowrap;
  pointer-events: none;
}

.newsroom-hero h1 {
  font-size: 7.4rem;
}

.newsroom-tools {
  margin-left: var(--layout-edge);
  margin-right: var(--layout-edge);
}

.newsroom-grid {
  gap: 4rem 2.4rem;
  padding: 6.8rem var(--layout-edge) 4.5rem;
}

.newsroom-grid img {
  transform: translate3d(0, calc(var(--cinema-y, 0) * -1.3rem), 0) scale(1.035);
}

.vision-grid,
.feature-grid,
.location-grid,
.sub-card-grid,
.detail-panel-grid {
  padding-left: var(--layout-edge);
  padding-right: var(--layout-edge);
}

.vision-grid article,
.feature-grid a,
.location-grid article,
.sub-card-grid article,
.detail-panel-grid article {
  min-height: 26rem;
  padding: var(--card-pad);
}

.page-product-grid,
.showroom-page-grid {
  gap: 2.2rem;
}

.page-product-grid article,
.showroom-page-grid article {
  min-height: 44rem;
}

.page-product-grid img,
.showroom-page-grid img {
  transform: translate3d(0, calc(var(--cinema-y, 0) * -1.6rem), 0) scale(1.05);
}

@media (min-width: 100rem) {
  :root {
    --layout-edge: 9rem;
    --header-h: 7.4rem;
    --hero-min-h: 58rem;
    --page-hero-h: 64rem;
    --section-y: 14rem;
    --section-y-loose: 17rem;
  }

  .hero-copy h1 {
    font-size: 6.2rem;
  }

  .page-hero h1 {
    font-size: 7.2rem;
  }

  body[data-page="who-we-are"] .page-hero h1 {
    font-size: 7.1rem;
  }

  body[data-page="why-we-exist"] .page-hero h1,
  body[data-page="discover"] .page-hero h1 {
    font-size: 8.1rem;
  }

  .page-hero::before,
  .newsroom-hero::before {
    font-size: 15rem;
  }
}

@media (max-width: 70rem) {
  :root {
    --layout-edge: 4rem;
    --header-h: 6.2rem;
    --hero-min-h: 50rem;
    --page-hero-h: 52rem;
    --section-y: 9rem;
    --section-y-tight: 6.5rem;
    --section-y-loose: 11rem;
    --grid-gap: 1.4rem;
    --card-pad: 2.8rem;
  }

  .hero-copy h1,
  .page-hero h1,
  body[data-page="who-we-are"] .page-hero h1,
  body[data-page="why-we-exist"] .page-hero h1,
  body[data-page="discover"] .page-hero h1 {
    font-size: 4.7rem;
  }

  .page-hero::before {
    font-size: 7.5rem;
  }

  .mission-copy h2,
  .section-title h2,
  .news h2,
  .partners h2,
  .about-purpose-intro h2,
  .sub-section-head h2,
  .discover-intro h2,
  .why-manifest h2 {
    font-size: 4.8rem;
  }

  .what-panel-copy {
    width: min(44rem, calc(100vw - var(--layout-edge) * 2));
  }

  .what-panel-copy h2,
  .why-chapter-copy h2,
  .discover-chapter-copy h2 {
    font-size: 4.6rem;
  }

  .about-purpose-card h3 {
    font-size: 5.4rem;
  }
}

@media (max-width: 53.75rem) {
  :root {
    --layout-edge: 2.25rem;
    --header-h: 5.7rem;
    --hero-min-h: 46rem;
    --page-hero-h: 47rem;
    --section-y: 7rem;
    --section-y-tight: 5rem;
    --section-y-loose: 8.5rem;
    --grid-gap: 1.25rem;
    --card-pad: 2rem;
  }

  body::after {
    opacity: 0.08;
  }

  .hero {
    height: calc(100svh - 1.5rem);
  }

  .hero::before,
  .page-hero::before,
  .newsroom-hero::before {
    font-size: 4.6rem;
  }

  .hero-copy {
    bottom: 6rem;
  }

  .hero-copy h1,
  .page-hero h1,
  .page-hero.hero-message h1,
  body[data-page="who-we-are"] .page-hero h1,
  body[data-page="why-we-exist"] .page-hero h1,
  body[data-page="discover"] .page-hero h1 {
    font-size: 3.45rem;
    line-height: 1.13;
  }

  .down {
    bottom: 2.25rem;
  }

  .mission {
    min-height: auto;
    padding-top: 5rem;
  }

  .mission-copy h2,
  .section-title h2,
  .news h2,
  .partners h2,
  .about-purpose-intro h2,
  .sub-section-head h2,
  .discover-intro h2,
  .why-manifest h2,
  .newsroom-hero h1 {
    font-size: 3.3rem;
  }

  .mission-visual {
    width: 100%;
    height: 34rem;
    margin-top: 10rem;
  }

  .what-panel-copy {
    margin-left: var(--layout-edge);
    margin-right: var(--layout-edge);
  }

  .what-panel-copy h2,
  .why-chapter-copy h2,
  .discover-chapter-copy h2 {
    font-size: 3.2rem;
  }

  .product-copy {
    width: auto;
    padding-right: var(--layout-edge);
  }

  .product-copy h2 {
    font-size: 3.7rem;
  }

  .showroom {
    min-height: 52rem;
  }

  .showroom-bg,
  .showroom::after {
    height: 38rem;
  }

  .showroom-copy {
    left: calc(var(--layout-edge) + 1.2rem);
    top: 7rem;
    width: calc(100vw - var(--layout-edge) * 2 - 2.4rem);
  }

  .showroom-copy h2 {
    font-size: 3.2rem;
  }

  .about-purpose-card {
    min-height: 44rem;
  }

  .about-purpose-card h3 {
    font-size: 4rem;
  }

  .about-domain-card,
  .page-product-grid article,
  .showroom-page-grid article {
    min-height: 35rem;
  }

  .why-chapter,
  .discover-chapter {
    min-height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .newsroom-hero {
    min-height: 31rem;
    padding-top: 12rem;
  }
}

@media (max-width: 32.5rem) {
  :root {
    --layout-edge: 1.35rem;
    --header-h: 5.35rem;
    --hero-min-h: 42rem;
    --page-hero-h: 42rem;
    --section-y: 5.8rem;
    --section-y-tight: 4.2rem;
    --section-y-loose: 7rem;
  }

  .hero::before,
  .page-hero::before,
  .newsroom-hero::before {
    display: none;
  }

  .hero-copy h1,
  .page-hero h1,
  .page-hero.hero-message h1,
  body[data-page="who-we-are"] .page-hero h1,
  body[data-page="why-we-exist"] .page-hero h1,
  body[data-page="discover"] .page-hero h1 {
    font-size: 2.9rem;
  }

  .mission-copy h2,
  .section-title h2,
  .news h2,
  .partners h2,
  .about-purpose-intro h2,
  .sub-section-head h2,
  .discover-intro h2,
  .why-manifest h2,
  .newsroom-hero h1 {
    font-size: 2.75rem;
  }

  .what-panel-copy h2,
  .why-chapter-copy h2,
  .discover-chapter-copy h2,
  .showroom-copy h2 {
    font-size: 2.65rem;
  }
}

/* Spacing correction: keep full-bleed visual intent, tune section and line rhythm instead of widening gutters. */
:root {
  --layout-edge: 4.5rem;
  --layout-edge-narrow: 3rem;
  --header-h: 6.5rem;
  --hero-min-h: 50rem;
  --page-hero-h: 55rem;
  --section-y: 9.5rem;
  --section-y-tight: 6rem;
  --section-y-loose: 11rem;
  --grid-gap: 1.5rem;
  --card-pad: 3rem;
  --display-leading: 1.14;
  --copy-leading: 1.78;
}

.site-header {
  height: var(--header-h);
  padding-left: var(--layout-edge);
  padding-right: var(--layout-edge);
}

.gnb {
  gap: 1.85rem;
}

.hero,
.page-hero {
  height: 100svh;
}

.hero-copy {
  left: var(--layout-edge);
  right: var(--layout-edge);
  bottom: 6.5rem;
}

.hero-copy h1 {
  max-width: 76rem;
  font-size: 4.8rem;
  line-height: var(--display-leading);
}

.down {
  right: var(--layout-edge);
  bottom: 6.25rem;
}

.page-hero {
  min-height: var(--page-hero-h);
  padding: 0 var(--layout-edge) 7.25rem;
}

.page-hero h1,
.page-hero.hero-message h1 {
  line-height: var(--display-leading);
}

.mission {
  min-height: 118rem;
  padding: 2rem 0 var(--section-y-loose);
}

.mission-copy {
  padding-left: var(--layout-edge);
  padding-right: var(--layout-edge);
}

.mission-copy h2 {
  max-width: 76rem;
  font-size: 5.35rem;
  font-weight: 350;
  line-height: 1.16;
}

.mission-visual {
  top: var(--header-h);
  width: 100vw;
  max-width: none;
  height: min(58rem, calc(100svh - var(--header-h)));
  margin: 7rem 0 0;
  box-shadow: none;
  transform: translate3d(0, calc(var(--cinema-y, 0) * -1.4rem), 0);
}

.mission-visual img {
  transform: scale(1.08);
}

.mission-visual img.active {
  transform: scale(1.01);
}

.what-panel-copy h2,
.section-title h2,
.showroom-copy h2,
.news h2,
.partners h2,
.about-purpose-intro h2,
.sub-section-head h2,
.discover-intro h2,
.why-manifest h2,
.why-chapter-copy h2,
.discover-chapter-copy h2 {
  line-height: var(--display-leading);
}

.what-panel-copy {
  margin-right: var(--layout-edge);
}

.what-panel-copy h2 {
  font-size: 4.65rem;
}

.products {
  min-height: 138rem;
}

.product-copy {
  width: 29rem;
  padding-left: var(--layout-edge);
  padding-top: 5rem;
}

.product-copy h2 {
  font-size: 4.7rem;
}

.product-tabs {
  padding-right: var(--layout-edge);
  padding-top: 3.75rem;
}

.showroom {
  min-height: 60rem;
  padding: 4rem var(--layout-edge) var(--section-y);
}

.showroom-bg,
.showroom::after {
  height: 44rem;
}

.showroom::after {
  top: 4rem;
  left: var(--layout-edge);
  right: var(--layout-edge);
}

.showroom-copy {
  top: 7rem;
  left: calc(var(--layout-edge) + 3rem);
}

.showroom-copy h2 {
  font-size: 3.8rem;
}

.news {
  scroll-margin-top: calc(var(--header-h) + 1.5rem);
  padding: 0 var(--layout-edge) 8.5rem;
}

.news .section-title {
  margin-bottom: 4.25rem;
}

.section-title h2,
.news h2,
.partners h2 {
  font-size: 5.25rem;
}

.news-grid {
  gap: 1.25rem;
}

.news-grid article {
  min-height: 0;
  padding-top: 1.125rem;
}

.news-grid img {
  margin-top: 2.75rem;
  transform: translate3d(0, calc(var(--cinema-y, 0) * -0.65rem), 0) scale(1.015);
}

.news-grid h3 {
  line-height: 1.55;
}

.partners {
  padding-top: 0;
  padding-bottom: 10.5rem;
}

.partners .section-title {
  margin-left: var(--layout-edge);
  margin-right: var(--layout-edge);
  margin-bottom: 5.75rem;
}

.footer {
  padding-left: var(--layout-edge);
  padding-right: var(--layout-edge);
}

.about-vision,
.discover-intro,
.why-manifest {
  padding-top: 8rem;
  padding-bottom: 9rem;
}

.about-vision h2,
.about-purpose-intro h2,
.sub-section-head h2,
.discover-intro h2,
.why-manifest h2 {
  line-height: var(--display-leading);
}

.about-purpose-intro {
  min-height: 31rem;
  padding: 8.5rem var(--layout-edge);
}

.about-purpose-card {
  min-height: 54rem;
}

.about-domain {
  padding-top: 9.5rem;
  padding-bottom: 11rem;
}

.about-domain-card {
  min-height: 40rem;
}

.why-chapter,
.discover-chapter {
  min-height: 112svh;
  padding-top: 9.5rem;
  padding-bottom: 5rem;
}

.discover-chapter {
  padding-bottom: 9.5rem;
}

.newsroom-hero {
  min-height: 34rem;
  padding: 15rem var(--layout-edge) 5.75rem;
}

.newsroom-tools {
  margin-left: var(--layout-edge);
  margin-right: var(--layout-edge);
}

.newsroom-grid {
  gap: 3.2rem 2rem;
  padding: 5.2rem var(--layout-edge) 3.5rem;
}

.page-product-grid,
.showroom-page-grid,
.media-list,
.legacy-finance-list,
.vision-grid,
.feature-grid,
.location-grid,
.sub-card-grid,
.detail-panel-grid,
.page-intro,
.large-copy,
.story-stack,
.tech-layout,
.timeline-page {
  padding-left: var(--layout-edge);
  padding-right: var(--layout-edge);
}

.page-product-grid article,
.showroom-page-grid article {
  min-height: 36rem;
}

@media (min-width: 100rem) {
  :root {
    --layout-edge: 6rem;
    --header-h: 6.9rem;
    --hero-min-h: 54rem;
    --page-hero-h: 60rem;
    --section-y: 11rem;
    --section-y-loose: 13rem;
  }

  .hero-copy h1 {
    font-size: 5.6rem;
  }

  .mission-copy h2,
  .section-title h2,
  .news h2,
  .partners h2 {
    font-size: 5.85rem;
  }

  .mission-visual {
    margin-top: 8rem;
  }
}

@media (max-width: 70rem) {
  :root {
    --layout-edge: 3rem;
    --header-h: 5.9rem;
    --section-y: 7.5rem;
    --section-y-loose: 9rem;
  }

  .mission-copy h2,
  .section-title h2,
  .news h2,
  .partners h2 {
    font-size: 4.2rem;
  }

  .mission-visual {
    margin-top: 6rem;
  }
}

@media (max-width: 53.75rem) {
  :root {
    --layout-edge: 2rem;
    --header-h: 5.45rem;
    --section-y: 6.25rem;
    --section-y-loose: 7.5rem;
  }

  .mission {
    padding-top: 4rem;
    padding-bottom: var(--section-y-loose);
  }

  .mission-copy h2,
  .section-title h2,
  .news h2,
  .partners h2 {
    font-size: 3.35rem;
  }

  .mission-visual {
    height: 38rem;
    margin-top: 5rem;
  }

  .news {
    padding-bottom: 6.5rem;
  }
}

@media (max-width: 32.5rem) {
  :root {
    --layout-edge: 1.35rem;
    --header-h: 5.25rem;
  }

  .hero-copy h1,
  .page-hero h1,
  .page-hero.hero-message h1,
  body[data-page="who-we-are"] .page-hero h1,
  body[data-page="why-we-exist"] .page-hero h1,
  body[data-page="discover"] .page-hero h1 {
    font-size: 2.85rem;
    line-height: 1.16;
  }

  .mission-copy h2,
  .section-title h2,
  .news h2,
  .partners h2 {
    font-size: 2.8rem;
    line-height: 1.16;
  }
}

/* Page-wide section rhythm: every content block gets a deliberate opening, not just outer gutters. */
.page-intro,
.large-copy,
.vision-grid,
.feature-grid,
.location-grid,
.sub-card-grid,
.detail-panel-grid,
.timeline-page,
.story-stack,
.tech-layout,
.page-product-grid,
.showroom-page-grid,
.media-list,
.legacy-finance-list {
  padding-top: var(--section-y-tight);
  padding-bottom: var(--section-y);
}

.vision-grid,
.feature-grid,
.location-grid,
.sub-card-grid,
.detail-panel-grid {
  align-items: stretch;
}

.page-intro p,
.large-copy h2,
.story-stack h2,
.tech-layout h2,
.timeline-page h2,
.section-title h2,
.mission-copy h2,
.what-panel-copy h2,
.product-copy h2,
.showroom-copy h2,
.about-vision h2,
.about-purpose-intro h2,
.sub-section-head h2,
.why-manifest h2,
.why-chapter-copy h2,
.discover-intro h2,
.discover-chapter-copy h2,
.newsroom-hero h1 {
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.page-intro p,
.large-copy h2,
.story-stack h2,
.tech-layout h2,
.section-title h2,
.mission-copy h2,
.showroom-copy h2,
.about-vision h2,
.about-purpose-intro h2,
.sub-section-head h2,
.why-manifest h2,
.discover-intro h2 {
  max-width: 78rem;
}

.story-stack article,
.tech-layout article,
.timeline-page article {
  padding-top: 4.75rem;
  padding-bottom: 5.25rem;
}

.story-stack p,
.tech-layout p,
.timeline-page ul,
.about-vision p,
.sub-section-head p,
.why-manifest p,
.discover-intro p,
.discover-chapter-copy p,
.why-chapter-copy p {
  line-height: var(--copy-leading);
}

.location-grid,
.sub-card-grid,
.detail-panel-grid {
  gap: 1.5rem;
}

.location-grid article,
.sub-card-grid article,
.detail-panel-grid article,
.vision-grid article,
.feature-grid a {
  border-top-width: 0.12rem;
}

.page-product-grid,
.showroom-page-grid {
  padding-top: var(--section-y-tight);
}

.legacy-finance-list,
.media-list {
  padding-top: var(--section-y-tight);
}

.process-strip {
  margin-top: 0;
}

.news {
  padding-top: 7.5rem;
}

.news .section-title {
  display: grid;
  justify-items: center;
  gap: 1.7rem;
}

.news .section-title .arrow-link {
  margin-top: 0;
}

.news-grid article {
  display: grid;
  grid-template-rows: auto minmax(5.75rem, auto) auto auto;
}

.partners {
  padding-top: 7.5rem;
}

.products {
  scroll-margin-top: var(--header-h);
}

.showroom,
.news,
.partners {
  scroll-margin-top: var(--header-h);
}

@media (max-width: 70rem) {
  .page-intro,
  .large-copy,
  .vision-grid,
  .feature-grid,
  .location-grid,
  .sub-card-grid,
  .detail-panel-grid,
  .timeline-page,
  .story-stack,
  .tech-layout,
  .page-product-grid,
  .showroom-page-grid,
  .media-list,
  .legacy-finance-list {
    padding-top: 6rem;
    padding-bottom: 7.5rem;
  }
}

@media (max-width: 53.75rem) {
  .page-intro,
  .large-copy,
  .vision-grid,
  .feature-grid,
  .location-grid,
  .sub-card-grid,
  .detail-panel-grid,
  .timeline-page,
  .story-stack,
  .tech-layout,
  .page-product-grid,
  .showroom-page-grid,
  .media-list,
  .legacy-finance-list {
    padding-top: 4.75rem;
    padding-bottom: 6.5rem;
  }

  .news,
  .partners {
    padding-top: 5.5rem;
  }
}

/* Final rhythm audit: section openings, copy rhythm, and responsive containment. */
:root {
  --section-y: 9.25rem;
  --section-y-tight: 6.5rem;
  --section-y-loose: 11.5rem;
  --section-copy-gap: 3.25rem;
  --media-reveal-gap: 5rem;
}

body {
  overflow-x: hidden;
}

.page-intro,
.large-copy,
.vision-grid,
.feature-grid,
.location-grid,
.sub-card-grid,
.detail-panel-grid,
.timeline-page,
.story-stack,
.tech-layout,
.page-product-grid,
.showroom-page-grid,
.media-list,
.legacy-finance-list {
  padding-top: var(--section-y-tight);
  padding-bottom: var(--section-y);
}

.page-intro p,
.large-copy h2,
.story-stack h2,
.tech-layout h2,
.timeline-page h2,
.about-vision h2,
.about-purpose-intro h2,
.sub-section-head h2,
.why-manifest h2,
.discover-intro h2,
.why-chapter-copy h2,
.discover-chapter-copy h2 {
  line-height: 1.18;
}

.about-vision {
  grid-template-columns: minmax(12rem, 18rem) minmax(0, 68rem);
  gap: 5.25rem;
  align-items: start;
  padding-top: var(--section-y-tight);
  padding-bottom: var(--section-y);
}

.about-vision > div,
.sub-section-head > *,
.why-manifest > *,
.discover-intro > *,
.discover-chapter-copy,
.why-chapter-copy,
.page-intro > *,
.large-copy > * {
  min-width: 0;
}

.about-vision span {
  padding-top: 0.35rem;
}

.about-vision h2 {
  max-width: 68rem;
  font-size: 3.85rem;
  font-weight: 380;
}

.about-vision p {
  max-width: 42rem;
  margin-top: var(--section-copy-gap);
  font-size: 1.12rem;
}

.why-manifest,
.discover-intro {
  padding-top: var(--section-y-tight);
  padding-bottom: var(--section-y);
}

.why-manifest h2,
.discover-intro h2 {
  max-width: 82rem;
  font-size: 5.45rem;
}

.why-manifest p,
.discover-intro p {
  margin-top: var(--section-copy-gap);
}

.about-purpose-intro {
  min-height: 34rem;
  padding-top: var(--section-y);
  padding-bottom: var(--section-y);
}

.about-purpose-intro h2 {
  max-width: 92rem;
  font-size: 6.35rem;
}

.sub-section-head {
  row-gap: 2.5rem;
  padding-top: var(--section-y-tight);
}

.about-domain {
  padding-top: var(--section-y);
  padding-bottom: var(--section-y-loose);
}

.why-chapter,
.discover-chapter {
  padding-top: var(--section-y);
  padding-bottom: var(--section-y);
}

.discover-image-stack {
  gap: 1.9rem;
}

.mission {
  padding-top: 4.75rem;
  padding-bottom: var(--section-y-loose);
}

.mission-visual {
  margin-top: var(--media-reveal-gap);
}

.what {
  padding-left: 0;
  padding-right: 0;
}

.news {
  padding-top: var(--section-y);
  padding-bottom: var(--section-y-loose);
}

.news .section-title {
  margin-bottom: 5.25rem;
}

.news-grid {
  gap: 2rem;
}

.news-grid img {
  margin-top: 2.35rem;
}

.newsroom-hero {
  min-height: 36rem;
  padding-top: 14rem;
  padding-bottom: 6.5rem;
}

.newsroom-tools {
  min-height: 6.75rem;
}

.newsroom-grid {
  padding-top: 6rem;
  padding-bottom: 5rem;
}

.media-list {
  row-gap: 5.75rem;
}

@media (min-width: 100rem) {
  :root {
    --section-y: 10.75rem;
    --section-y-tight: 7.5rem;
    --section-y-loose: 13rem;
    --media-reveal-gap: 5.75rem;
  }

  .about-vision {
    grid-template-columns: minmax(14rem, 20rem) minmax(0, 76rem);
  }

  .about-vision h2 {
    font-size: 4.25rem;
  }

  .why-manifest h2,
  .discover-intro h2 {
    font-size: 5.85rem;
  }

  .about-purpose-intro h2 {
    font-size: 6.9rem;
  }
}

@media (max-width: 70rem) {
  :root {
    --section-y: 7.5rem;
    --section-y-tight: 5.75rem;
    --section-y-loose: 9rem;
    --section-copy-gap: 2.5rem;
    --media-reveal-gap: 4rem;
  }

  .about-vision,
  .sub-section-head {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .about-vision h2 {
    max-width: 100%;
    font-size: 3.15rem;
  }

  .why-manifest h2,
  .discover-intro h2,
  .about-purpose-intro h2,
  .sub-section-head h2 {
    font-size: 4rem;
  }

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

@media (max-width: 53.75rem) {
  :root {
    --section-y: 6.5rem;
    --section-y-tight: 4.75rem;
    --section-y-loose: 7.75rem;
    --section-copy-gap: 2rem;
    --media-reveal-gap: 3.25rem;
  }

  .page-intro,
  .large-copy,
  .vision-grid,
  .feature-grid,
  .location-grid,
  .sub-card-grid,
  .detail-panel-grid,
  .timeline-page,
  .story-stack,
  .tech-layout,
  .page-product-grid,
  .showroom-page-grid,
  .media-list,
  .legacy-finance-list,
  .about-vision,
  .why-manifest,
  .discover-intro {
    padding-top: var(--section-y-tight);
    padding-bottom: var(--section-y);
  }

  .about-vision h2,
  .page-intro p,
  .large-copy h2 {
    font-size: 2.75rem;
    line-height: 1.22;
  }

  .why-manifest h2,
  .discover-intro h2,
  .about-purpose-intro h2,
  .sub-section-head h2,
  .why-chapter-copy h2,
  .discover-chapter-copy h2 {
    font-size: 3.05rem;
    line-height: 1.18;
  }

  .story-stack h2,
  .tech-layout h2,
  .timeline-page h2 {
    font-size: 2.9rem;
  }

  .about-purpose-intro {
    min-height: auto;
  }

  .mission {
    padding-top: var(--section-y-tight);
  }

  .mission-visual {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }

  .what-panel-copy {
    box-sizing: border-box;
    width: calc(100vw - var(--layout-edge) * 2);
    max-width: calc(100vw - var(--layout-edge) * 2);
    margin-left: var(--layout-edge);
    margin-right: var(--layout-edge);
  }

  .what-panel-copy h2,
  .product-copy h2 {
    max-width: 100%;
    line-height: 1.18;
    overflow-wrap: break-word;
  }

  .what-panel-copy h2 {
    font-size: 2.95rem;
  }

  .product-copy h2 {
    font-size: 3.1rem;
  }

  .product-copy {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding-left: var(--layout-edge);
    padding-right: var(--layout-edge);
  }

  .product-tabs {
    box-sizing: border-box;
    max-width: 100%;
    padding-left: var(--layout-edge);
    padding-right: var(--layout-edge);
  }

  .news {
    padding-top: var(--section-y);
    padding-bottom: var(--section-y);
  }

  .news .section-title {
    margin-bottom: 3.5rem;
  }

  .newsroom-grid,
  .media-list {
    grid-template-columns: 1fr;
  }

  .newsroom-grid {
    padding-top: 4.25rem;
  }
}

@media (max-width: 32.5rem) {
  :root {
    --section-y: 5.75rem;
    --section-y-tight: 4.25rem;
    --section-y-loose: 6.75rem;
  }

  .about-vision {
    gap: 2rem;
  }

  .about-vision h2,
  .page-intro p,
  .large-copy h2 {
    font-size: 2.28rem;
    line-height: 1.24;
  }

  .why-manifest h2,
  .discover-intro h2,
  .about-purpose-intro h2,
  .sub-section-head h2,
  .why-chapter-copy h2,
  .discover-chapter-copy h2,
  .story-stack h2,
  .tech-layout h2,
  .timeline-page h2 {
    font-size: 2.45rem;
    line-height: 1.2;
  }

  .about-vision p,
  .why-manifest p,
  .discover-intro p,
  .sub-section-head p,
  .why-chapter-copy p,
  .discover-chapter-copy p {
    font-size: 1rem;
  }

  .what-panel-copy,
  .product-copy,
  .product-tabs {
    width: calc(100vw - var(--layout-edge) * 2);
    max-width: calc(100vw - var(--layout-edge) * 2);
    margin-left: var(--layout-edge);
    margin-right: var(--layout-edge);
    padding-left: 0;
    padding-right: 0;
  }

  .what-panel-copy h2 {
    font-size: 2.48rem;
  }

  .product-copy h2 {
    font-size: 2.85rem;
  }

  .newsroom-hero {
    min-height: 29rem;
    padding-top: 10.5rem;
    padding-bottom: 4.5rem;
  }
}

/* CTA alignment audit: section actions belong to the section edge, not floating under titles. */
.arrow-link {
  gap: 0.62rem;
  margin-top: 2.15rem;
  font-size: 0.94rem;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.arrow-link span {
  flex: 0 0 auto;
  width: 1.36rem;
  height: 1.36rem;
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.arrow-link:hover span,
.arrow-link:focus-visible span {
  transform: translateX(0.18rem);
}

.section-title,
.news .section-title,
.partners .section-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  justify-items: stretch;
  gap: 1.6rem 3rem;
  text-align: left;
}

.section-title h2,
.news .section-title h2,
.partners .section-title h2 {
  grid-column: 1;
  max-width: 68rem;
}

.section-title p,
.partners .section-title p {
  grid-column: 1;
  max-width: 42rem;
}

.section-title .arrow-link,
.news .section-title .arrow-link {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: end;
  margin: 0 0 0.95rem;
}

.news .section-title {
  margin-bottom: 5.8rem;
}

.news-grid article {
  grid-template-rows: auto minmax(5.75rem, auto) auto auto;
}

.page-product-grid article,
.showroom-page-grid article {
  isolation: isolate;
}

.page-product-grid article::after,
.showroom-page-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.2) 38%, rgba(0, 0, 0, 0.02) 72%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.24), transparent 58%);
  pointer-events: none;
}

.page-product-grid img,
.showroom-page-grid img {
  position: absolute;
  inset: 0;
  z-index: 0;
  max-width: none;
}

.page-product-grid div,
.showroom-page-grid div {
  z-index: 2;
  display: grid;
  justify-items: start;
}

.page-product-grid a,
.about-domain-card span,
.process-strip a,
.legacy-finance-list a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: max-content;
  max-width: 100%;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.page-product-grid a {
  margin-top: 0.85rem;
  color: var(--white);
}

.legacy-finance-list article {
  grid-template-columns: minmax(8rem, 12rem) minmax(0, 1fr) minmax(7rem, auto) auto;
  gap: 2.2rem;
}

.legacy-finance-list a {
  justify-self: end;
  color: var(--black);
}

.process-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
}

.process-strip h2,
.process-strip p {
  grid-column: 1;
}

.process-strip p {
  max-width: 50rem;
}

.process-strip a {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: end;
  color: currentColor;
}

@media (max-width: 70rem) {
  .section-title,
  .news .section-title,
  .partners .section-title {
    grid-template-columns: 1fr;
    gap: 1.65rem;
  }

  .section-title .arrow-link,
  .news .section-title .arrow-link {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    margin: 0;
  }

  .news .section-title {
    margin-bottom: 4rem;
  }

  .legacy-finance-list article {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.1rem 1.5rem;
  }

  .legacy-finance-list span,
  .legacy-finance-list h2 {
    grid-column: 1 / -1;
  }

  .legacy-finance-list p {
    grid-column: 1;
  }

  .legacy-finance-list a {
    grid-column: 2;
    justify-self: end;
  }
}

@media (max-width: 53.75rem) {
  .arrow-link,
  .page-product-grid a,
  .about-domain-card span,
  .process-strip a,
  .legacy-finance-list a {
    font-size: 0.88rem;
  }

  .news .section-title {
    margin-bottom: 3.4rem;
  }

  .page-product-grid article::after,
  .showroom-page-grid article::after {
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.24) 44%, rgba(0, 0, 0, 0.04) 76%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 64%);
  }

  .process-strip {
    grid-template-columns: 1fr;
  }

  .process-strip a {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}

@media (max-width: 32.5rem) {
  .section-title,
  .news .section-title,
  .partners .section-title {
    gap: 1.35rem;
  }

  .legacy-finance-list article {
    grid-template-columns: 1fr;
  }

  .legacy-finance-list p,
  .legacy-finance-list a {
    grid-column: 1;
    justify-self: start;
  }
}

.hero::before,
.page-hero::before,
.newsroom-hero::before {
  content: none !important;
  display: none !important;
}

/* Subpage template correction: official-scale typography, page-specific heroes, and cinematic entry motion. */
:root {
  --sub-hero-inset: clamp(5rem, 10.8vw, 13.5rem);
  --motion-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

.page-hero {
  overflow: hidden;
}

.page-hero > div {
  animation: none;
}

.page-hero .page-section,
.page-hero .page-lead {
  opacity: 0;
  transform: translate3d(0, 1.8rem, 0);
  transition: opacity 820ms var(--motion-ease), transform 820ms var(--motion-ease);
}

.page-hero.visible .page-section,
.page-hero.visible .page-lead {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.page-hero .page-lead {
  transition-delay: 420ms;
}

.headline-line {
  display: block;
  overflow: hidden;
}

.headline-line > span {
  display: block;
  opacity: 0.01;
  transform: translate3d(0, 112%, 0);
  transition: opacity 920ms var(--motion-ease), transform 1080ms var(--motion-ease);
  will-change: transform, opacity;
}

.page-hero.visible .headline-line > span {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.page-hero.visible .headline-line:nth-child(1) > span {
  transition-delay: 130ms;
}

.page-hero.visible .headline-line:nth-child(2) > span {
  transition-delay: 250ms;
}

.page-hero.visible .headline-line:nth-child(3) > span {
  transition-delay: 370ms;
}

.page-hero img {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1400ms var(--motion-ease), opacity 1000ms ease;
}

.page-hero.visible img {
  clip-path: inset(0 0 0 0);
}

body[data-page="who-we-are"] .page-hero {
  height: 80svh;
  min-height: 44rem;
  align-items: end;
  padding-left: var(--sub-hero-inset);
  padding-right: var(--layout-edge);
  padding-bottom: 4.1rem;
}

body[data-page="who-we-are"] .page-hero > div {
  max-width: 66rem;
}

body[data-page="who-we-are"] .page-section {
  margin-bottom: 2.25rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.2;
  text-transform: none;
}

body[data-page="who-we-are"] .page-hero h1 {
  max-width: 66rem;
  margin: 0;
  font-size: 5.52rem;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: normal;
}

body[data-page="who-we-are"] .page-hero .headline-line > span {
  white-space: nowrap;
}

body[data-page="who-we-are"] .page-hero img {
  object-position: 54% center;
}

body[data-page="why-we-exist"] .page-hero.hero-plain {
  min-height: 64.5svh;
  height: auto;
  align-items: center;
  padding: var(--header-h) var(--layout-edge) 5.2rem;
  color: var(--black);
  background: var(--white);
}

body[data-page="why-we-exist"] .page-hero.hero-plain::after,
body[data-page="why-we-exist"] .page-hero.hero-plain img {
  display: none !important;
}

body[data-page="why-we-exist"] .page-hero.hero-plain > div {
  width: 100%;
  max-width: none;
  padding-top: 0;
}

body[data-page="why-we-exist"] .page-hero.hero-plain h1 {
  max-width: 103rem;
  margin: 0;
  color: var(--black);
  font-size: 7rem;
  font-weight: 200;
  line-height: 0.96;
  text-align: left;
  text-transform: none;
}

body[data-page="why-we-exist"] .page-hero.hero-plain .headline-line > span {
  white-space: nowrap;
}

body[data-page="why-we-exist"] .why-manifest {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 100svh;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
  isolation: isolate;
}

body[data-page="why-we-exist"] .why-manifest::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 34%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.18) 58%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent 58%);
  pointer-events: none;
}

body[data-page="why-we-exist"] .why-manifest h2,
body[data-page="why-we-exist"] .why-manifest p {
  position: relative;
  z-index: 2;
  color: var(--white);
}

body[data-page="why-we-exist"] .why-manifest h2 {
  max-width: 70rem;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.2;
}

body[data-page="why-we-exist"] .why-manifest p {
  max-width: 49rem;
  margin: 3rem 0 0;
  color: rgba(255, 255, 255, 0.84);
}

body[data-page="why-we-exist"] .why-manifest-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  aspect-ratio: auto;
  background: var(--black);
}

body[data-page="why-we-exist"] .why-manifest-image img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  opacity: 0.92;
}

.about-vision.reveal > span,
.about-vision.reveal h2,
.about-vision.reveal p,
.sub-section-head.reveal > span,
.sub-section-head.reveal h2,
.sub-section-head.reveal p,
.why-manifest.reveal h2,
.why-manifest.reveal p,
.discover-intro.reveal h2,
.discover-intro.reveal p,
.why-chapter.reveal .why-chapter-copy > *,
.discover-chapter.reveal .discover-chapter-copy > *,
.newsroom-tools.reveal > *,
.newsroom-grid.reveal article {
  opacity: 0;
  transform: translate3d(0, 2.4rem, 0);
  transition: opacity 860ms var(--motion-ease), transform 960ms var(--motion-ease);
}

.about-vision.reveal.visible > span,
.about-vision.reveal.visible h2,
.about-vision.reveal.visible p,
.sub-section-head.reveal.visible > span,
.sub-section-head.reveal.visible h2,
.sub-section-head.reveal.visible p,
.why-manifest.reveal.visible h2,
.why-manifest.reveal.visible p,
.discover-intro.reveal.visible h2,
.discover-intro.reveal.visible p,
.why-chapter.reveal.visible .why-chapter-copy > *,
.discover-chapter.reveal.visible .discover-chapter-copy > *,
.newsroom-tools.reveal.visible > *,
.newsroom-grid.reveal.visible article {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.about-vision.reveal.visible h2,
.sub-section-head.reveal.visible h2,
.why-manifest.reveal.visible p,
.discover-intro.reveal.visible p,
.why-chapter.reveal.visible .why-chapter-copy p,
.discover-chapter.reveal.visible .discover-chapter-copy p,
.newsroom-grid.reveal.visible article:nth-child(2) {
  transition-delay: 130ms;
}

.about-vision.reveal.visible p,
.newsroom-grid.reveal.visible article:nth-child(3) {
  transition-delay: 240ms;
}

.newsroom-grid.reveal.visible article:nth-child(4) {
  transition-delay: 350ms;
}

.about-purpose-card.reveal img,
.about-domain.reveal .about-domain-card,
.why-manifest.reveal .why-manifest-image,
.why-chapter.reveal .why-chapter-bg,
.why-chapter.reveal .why-thumb-strip img,
.discover-chapter.reveal .discover-chapter-bg img,
.discover-chapter.reveal .discover-image-stack img,
.newsroom-grid.reveal img {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1200ms var(--motion-ease), opacity 900ms ease, transform 1200ms var(--motion-ease);
}

.about-purpose-card.reveal.visible img,
.about-domain.reveal.visible .about-domain-card,
.why-manifest.reveal.visible .why-manifest-image,
.why-chapter.reveal.visible .why-chapter-bg,
.why-chapter.reveal.visible .why-thumb-strip img,
.discover-chapter.reveal.visible .discover-chapter-bg img,
.discover-chapter.reveal.visible .discover-image-stack img,
.newsroom-grid.reveal.visible img {
  clip-path: inset(0 0 0 0);
}

.about-domain.reveal.visible .about-domain-card:nth-child(2),
.why-chapter.reveal.visible .why-thumb-strip img:nth-child(2),
.discover-chapter.reveal.visible .discover-image-stack img:nth-child(2) {
  transition-delay: 140ms;
}

.about-domain.reveal.visible .about-domain-card:nth-child(3),
.why-chapter.reveal.visible .why-thumb-strip img:nth-child(3) {
  transition-delay: 260ms;
}

.about-domain.reveal.visible .about-domain-card:nth-child(4) {
  transition-delay: 380ms;
}

body[data-page="discover"] .page-hero h1 {
  max-width: 72rem;
  font-size: 7.1rem;
  font-weight: 220;
  line-height: 0.98;
}

body[data-page="discover"] .discover-chapter {
  grid-template-columns: minmax(0, 0.9fr) minmax(24rem, 0.72fr);
}

body[data-page="discover"] .discover-chapter.is-reverse {
  grid-template-columns: minmax(24rem, 0.72fr) minmax(0, 0.9fr);
}

body[data-page="media"] .newsroom-hero h1 {
  font-weight: 320;
}

@media (min-width: 100rem) {
  body[data-page="who-we-are"] .page-hero h1 {
    font-size: 5.52rem;
  }

  body[data-page="why-we-exist"] .page-hero.hero-plain h1 {
    font-size: 7.45rem;
  }
}

@media (max-width: 70rem) {
  :root {
    --sub-hero-inset: var(--layout-edge);
  }

  body[data-page="who-we-are"] .page-hero {
    padding-bottom: 9rem;
  }

  body[data-page="who-we-are"] .page-hero h1,
  body[data-page="why-we-exist"] .page-hero.hero-plain h1,
  body[data-page="discover"] .page-hero h1 {
    font-size: 4.7rem;
  }

  body[data-page="why-we-exist"] .why-manifest h2 {
    font-size: 4rem;
  }
}

@media (max-width: 53.75rem) {
  .headline-line {
    overflow: visible;
  }

  body[data-page="who-we-are"] .page-hero {
    padding-left: var(--layout-edge);
    padding-bottom: 6.25rem;
  }

  body[data-page="who-we-are"] .page-hero .headline-line > span,
  body[data-page="why-we-exist"] .page-hero.hero-plain .headline-line > span {
    white-space: normal;
  }

  body[data-page="who-we-are"] .page-hero h1,
  body[data-page="why-we-exist"] .page-hero.hero-plain h1,
  body[data-page="discover"] .page-hero h1 {
    font-size: 3.35rem;
    line-height: 1.14;
  }

  body[data-page="why-we-exist"] .page-hero.hero-plain {
    min-height: 32rem;
    padding-top: calc(var(--header-h) + 3rem);
  }

  body[data-page="why-we-exist"] .why-manifest h2 {
    font-size: 3.05rem;
  }
}

@media (max-width: 32.5rem) {
  body[data-page="who-we-are"] .page-hero h1,
  body[data-page="why-we-exist"] .page-hero.hero-plain h1,
  body[data-page="discover"] .page-hero h1 {
    font-size: 2.58rem;
  }

  body[data-page="who-we-are"] .page-section {
    font-size: 0.95rem;
  }
}

/* Cinematic statement scenes: long scroll range, sticky centered copy, then release into the next section. */
.cinematic-statement {
  --statement-surface: #000;
  position: relative;
  min-height: 185svh;
  padding: 0;
  overflow: visible;
  color: var(--white);
  background: var(--statement-surface);
  isolation: isolate;
}

.cinematic-statement.reveal,
.cinematic-statement.reveal.visible {
  opacity: 1;
  transform: none !important;
  transition: none;
}

.cinematic-statement::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--statement-surface);
  transform: scaleY(var(--statement-scale, 0.92));
  transform-origin: center;
}

.cinematic-statement-inner {
  position: absolute;
  top: 0;
  left: var(--layout-edge);
  right: var(--layout-edge);
  z-index: 2;
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 100svh;
  padding: 0;
  opacity: var(--statement-opacity, 0);
  transform: translate3d(0, calc(var(--statement-pin-y, 0px) + var(--statement-lift, 0px)), 0) scale(var(--statement-text-scale, 0.86));
  transform-origin: center;
  will-change: opacity, transform;
}

.cinematic-statement.is-cinematic-active .cinematic-statement-inner {
  position: absolute;
  top: 0;
  left: var(--layout-edge);
  right: var(--layout-edge);
  height: 100svh;
}

.cinematic-statement.is-cinematic-after .cinematic-statement-inner {
  position: absolute;
  top: 0;
  bottom: auto;
  left: var(--layout-edge);
  right: var(--layout-edge);
}

.cinematic-statement .cinematic-statement-inner > * {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.cinematic-statement h2 {
  max-width: 96rem;
  margin: 0;
  font-size: 6.7rem;
  font-weight: 180;
  line-height: 1.18;
  text-align: left;
  letter-spacing: 0;
  word-break: keep-all;
}

.cinematic-statement p {
  max-width: 52rem;
  margin: 3rem auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.22rem;
  line-height: 1.78;
  text-align: center;
  word-break: keep-all;
}

.about-purpose-intro.cinematic-statement {
  min-height: 190svh;
  padding-top: 0;
  padding-bottom: 0;
  --statement-surface: #000;
}

.about-purpose-intro.cinematic-statement h2 {
  max-width: min(92rem, 100%);
  font-size: 7.15rem;
  line-height: 1.18;
  text-align: center;
}

body[data-page="why-we-exist"] .why-manifest.cinematic-statement {
  display: block;
  min-height: 195svh;
  padding: 0;
  color: var(--white);
  background: var(--black);
  --statement-surface: rgba(0, 0, 0, 0.54);
}

body[data-page="why-we-exist"] .why-manifest.cinematic-statement::before {
  z-index: 1;
}

body[data-page="why-we-exist"] .why-manifest.cinematic-statement .cinematic-statement-inner {
  z-index: 3;
}

body[data-page="why-we-exist"] .why-manifest.cinematic-statement h2 {
  max-width: 80rem;
  color: var(--white);
  font-size: 5.2rem;
  font-weight: 260;
  line-height: 1.18;
  text-align: center;
}

body[data-page="why-we-exist"] .why-manifest.cinematic-statement p {
  color: rgba(255, 255, 255, 0.84);
}

body[data-page="why-we-exist"] .why-manifest.cinematic-statement .why-manifest-image {
  transform: scale(calc(1.08 - var(--statement-focus, 0) * 0.05 + var(--statement-leave, 0) * 0.04));
  transform-origin: center;
}

.discover-intro.cinematic-statement {
  min-height: 175svh;
  --statement-surface: #fff;
  color: var(--black);
  background: var(--white);
}

.discover-intro.cinematic-statement h2 {
  max-width: 88rem;
  color: var(--black);
  text-align: center;
}

.discover-intro.cinematic-statement p {
  color: #444;
}

@media (max-width: 70rem) {
  .cinematic-statement h2,
  .about-purpose-intro.cinematic-statement h2 {
    font-size: 4.4rem;
  }

  body[data-page="why-we-exist"] .why-manifest.cinematic-statement h2 {
    font-size: 3.8rem;
  }
}

@media (max-width: 53.75rem) {
  .cinematic-statement,
  .about-purpose-intro.cinematic-statement,
  body[data-page="why-we-exist"] .why-manifest.cinematic-statement,
  .discover-intro.cinematic-statement {
    min-height: 155svh;
  }

  .cinematic-statement h2,
  .about-purpose-intro.cinematic-statement h2,
  body[data-page="why-we-exist"] .why-manifest.cinematic-statement h2 {
    max-width: 100%;
    font-size: 2.9rem;
    line-height: 1.22;
    text-align: left;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .about-purpose-intro.cinematic-statement h2 {
    text-align: center;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .discover-intro.cinematic-statement h2 {
    text-align: left;
  }

  .cinematic-statement p {
    margin-top: 2rem;
    font-size: 1rem;
    text-align: left;
  }
}

/* Reference alignment pass: full-width rules, deeper scroll motion, and cinematic enterprise line timing. */
:root {
  --layout-edge: clamp(2rem, 4.7vw, 6.5rem);
  --layout-edge-narrow: clamp(1.5rem, 3vw, 4rem);
  --header-h: clamp(5.35rem, 5.2vw, 6.9rem);
  --section-y: clamp(7rem, 8.5vw, 11.5rem);
  --section-y-tight: clamp(4.75rem, 6vw, 8rem);
  --section-y-loose: clamp(8rem, 10vw, 14rem);
  --hero-title: clamp(3.25rem, 3.38vw, 4.45rem);
  --headline-title: clamp(4.4rem, 5.2vw, 6.7rem);
}

.site-header {
  min-height: var(--header-h);
  padding-inline: var(--layout-edge);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.16);
}

.site-header.is-light {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.hero {
  height: 100svh;
  min-height: clamp(47rem, 52vw, 55rem);
}

.hero-video {
  filter: saturate(1.04) contrast(1.08);
}

.hero-shade {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent 33%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.08) 54%, rgba(0, 0, 0, 0.26)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 54%);
}

.hero-copy {
  left: var(--layout-edge);
  right: var(--layout-edge);
  bottom: clamp(4.8rem, 7.2vh, 6.75rem);
  max-width: none;
}

.hero-copy h1 {
  max-width: min(102rem, calc(100vw - var(--layout-edge) * 2 - 5.75rem));
  margin-bottom: clamp(1.75rem, 2.5vh, 2.35rem);
  font-size: var(--hero-title);
  font-weight: 250;
  line-height: 1.1;
}

.hero-line {
  position: relative;
  width: 100%;
  max-width: none;
  height: 0.08rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.45);
}

.hero-line span {
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 1.2rem rgba(255, 255, 255, 0.26);
}

.down {
  right: var(--layout-edge);
  bottom: clamp(4.55rem, 6.8vh, 6.4rem);
}

.mission,
.news,
.showroom,
.footer,
.page-hero,
.page-intro,
.large-copy,
.story-stack,
.tech-layout,
.timeline-page,
.page-product-grid,
.showroom-page-grid,
.media-list,
.legacy-finance-list,
.vision-grid,
.feature-grid,
.location-grid,
.sub-card-grid,
.detail-panel-grid {
  padding-left: var(--layout-edge);
  padding-right: var(--layout-edge);
}

.mission {
  padding-top: clamp(4.5rem, 7vw, 7.5rem);
  padding-bottom: var(--section-y-loose);
}

.mission-copy,
.section-title,
.product-copy,
.showroom-copy,
.page-intro,
.large-copy,
.about-vision,
.newsroom-tools {
  transform: translate3d(0, calc(var(--cinema-y, 0) * -0.9rem), 0);
  will-change: transform;
}

.mission-copy {
  padding-inline: 0;
}

.mission-copy h2,
.section-title h2,
.news h2,
.partners h2 {
  font-size: var(--headline-title);
}

.mission-visual {
  width: 100vw;
  max-width: none;
  margin-left: calc(var(--layout-edge) * -1);
  margin-right: calc(var(--layout-edge) * -1);
  transform: translate3d(0, calc(var(--cinema-y, 0) * -1.35rem), 0);
}

.mission-visual img,
.what-panel img,
.showroom-bg,
.page-product-grid img,
.showroom-page-grid img,
.about-purpose-card img,
.discover-chapter-bg img,
.news-grid img,
.newsroom-grid img {
  transition: opacity 850ms cubic-bezier(0.16, 1, 0.3, 1), transform 1300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.what-panel img {
  transform: translate3d(0, calc(var(--cinema-y, 0) * -1.15rem), 0) scale(1.055);
}

.what-panel-copy {
  transform: translate3d(0, calc(var(--cinema-y, 0) * -1rem), 0);
}

.products {
  min-height: clamp(126rem, 130vw, 148rem);
}

.sequence-wrap img {
  transform: translate3d(0, calc(var(--cinema-y, 0) * -0.65rem), 0) scale(1.015);
}

.section-title {
  margin-bottom: clamp(4rem, 5vw, 6.5rem);
}

.news .section-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
  text-align: left;
}

.news .section-title .arrow-link {
  justify-content: flex-end;
  margin: 0 0 0 auto;
}

.news-grid,
.newsroom-grid,
.media-list,
.legacy-finance-list,
.timeline-page,
.sub-card-grid,
.detail-panel-grid,
.page-product-grid,
.showroom-page-grid {
  gap: clamp(1.25rem, 1.5vw, 2rem);
}

.news-grid article,
.newsroom-grid article,
.media-list article,
.legacy-finance-list article,
.timeline-page article,
.sub-card-grid article,
.detail-panel-grid article,
.page-product-grid article,
.showroom-page-grid article,
.location-grid article,
.feature-grid a,
.vision-grid article {
  position: relative;
  border-top: 0;
}

.news-grid article::before,
.newsroom-grid article::before,
.media-list article::before,
.legacy-finance-list article::before,
.timeline-page article::before,
.sub-card-grid article::before,
.detail-panel-grid article::before,
.page-product-grid article::before,
.showroom-page-grid article::before,
.location-grid article::before,
.feature-grid a::before,
.vision-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.0625rem;
  background: currentColor;
  opacity: 0.55;
  transform: scaleX(0.08);
  transform-origin: left center;
  transition: transform 1050ms cubic-bezier(0.16, 1, 0.3, 1), opacity 1050ms ease;
}

.news-grid.visible article::before,
.newsroom-grid.visible article::before,
.media-list.visible article::before,
.legacy-finance-list.visible article::before,
.timeline-page.visible article::before,
.sub-card-grid.visible article::before,
.detail-panel-grid.visible article::before,
.page-product-grid.visible article::before,
.showroom-page-grid.visible article::before,
.location-grid.visible article::before,
.feature-grid.visible a::before,
.vision-grid.visible article::before {
  opacity: 1;
  transform: scaleX(1);
}

.news-grid.visible article:nth-child(2)::before,
.newsroom-grid.visible article:nth-child(2)::before {
  transition-delay: 80ms;
}

.news-grid.visible article:nth-child(3)::before,
.newsroom-grid.visible article:nth-child(3)::before {
  transition-delay: 150ms;
}

.news-grid.visible article:nth-child(4)::before,
.newsroom-grid.visible article:nth-child(4)::before {
  transition-delay: 220ms;
}

.reveal {
  opacity: 0;
  filter: blur(0.45rem);
  transform: translate3d(0, 4.25rem, 0) scale(0.985);
}

.reveal.visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.cinematic-statement.reveal,
.cinematic-statement.reveal.visible {
  filter: none;
}

.page-hero::before,
.newsroom-hero::before {
  content: none !important;
  display: none !important;
}

@media (max-width: 70rem) {
  :root {
    --layout-edge: clamp(2rem, 4.6vw, 3.5rem);
    --hero-title: clamp(3.05rem, 6vw, 4rem);
    --headline-title: clamp(3.45rem, 7vw, 4.8rem);
  }

  .hero-copy h1 {
    max-width: 100%;
  }

  .news .section-title {
    grid-template-columns: 1fr;
  }

  .news .section-title .arrow-link {
    margin-left: 0;
  }
}

@media (max-width: 53.75rem) {
  :root {
    --layout-edge: clamp(1.45rem, 5vw, 2.25rem);
    --header-h: 5.45rem;
    --hero-title: clamp(2.75rem, 10.4vw, 3.35rem);
    --headline-title: clamp(2.85rem, 10.5vw, 3.45rem);
  }

  .hero {
    min-height: 44rem;
  }

  .hero-copy {
    bottom: 6.3rem;
  }

  .down {
    left: auto;
    right: var(--layout-edge);
    bottom: 1.9rem;
  }

  .mission-visual {
    height: 36rem;
  }

  .news-grid,
  .newsroom-grid,
  .media-list,
  .legacy-finance-list,
  .page-product-grid,
  .showroom-page-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.visible,
  .mission-copy,
  .section-title,
  .product-copy,
  .showroom-copy,
  .page-intro,
  .large-copy,
  .about-vision,
  .newsroom-tools,
  .mission-visual,
  .what-panel-copy,
  .what-panel img,
  .sequence-wrap img {
    filter: none;
    transform: none;
    transition: none;
  }
}

/* Hero control spacing: keep the progress rule full-width, but give the down control breathing room above it. */
:root {
  --hero-rule-bottom: clamp(5.9rem, 8.2vh, 7.6rem);
  --hero-control-gap: clamp(1.55rem, 2.35vh, 2.25rem);
}

.hero-copy {
  bottom: var(--hero-rule-bottom);
}

.down {
  left: auto;
  right: var(--layout-edge);
  bottom: calc(var(--hero-rule-bottom) + var(--hero-control-gap));
}

@media (max-width: 70rem) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .gnb,
  .visit {
    display: none;
  }

  .hero-copy h1 {
    max-width: calc(100vw - var(--layout-edge) * 2 - 6.5rem);
  }
}

@media (max-width: 53.75rem) {
  :root {
    --hero-rule-bottom: clamp(5.8rem, 10.5vh, 7rem);
    --hero-control-gap: 1.35rem;
  }

  .hero-copy {
    bottom: var(--hero-rule-bottom);
  }

  .down {
    left: auto;
    right: var(--layout-edge);
    bottom: calc(var(--hero-rule-bottom) + var(--hero-control-gap));
  }
}

/* Mission cinematic image sequence: scroll-driven zoom with continuous cross-fade. */
.mission {
  min-height: clamp(132rem, 235svh, 156rem);
  position: relative;
}

.mission-visual {
  background: #050705;
  position: relative;
  top: auto;
  height: calc(100svh - var(--header-h));
  transform: none !important;
  will-change: auto;
}

.mission-visual.is-pinned {
  position: fixed;
  inset: 0 0 auto;
  z-index: 8;
  width: 100vw;
  max-width: none;
  height: 100svh;
  margin: 0;
  transform: none !important;
}

.mission-visual.is-after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100vw;
  max-width: none;
  height: 100svh;
  margin: 0;
  transform: none !important;
}

.mission-visual,
.mission-visual.is-pinned,
.mission-visual.is-after {
  isolation: isolate;
  backface-visibility: hidden;
}

.mission-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.14), transparent 32%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.32), transparent 46%);
}

.mission-visual img {
  opacity: var(--mission-opacity, 0);
  transform: translateZ(0) scale(var(--mission-scale, 1.14));
  transform-origin: center;
  transition: none;
  will-change: opacity, transform;
  backface-visibility: hidden;
}

.mission-visual img:first-child {
  opacity: var(--mission-opacity, 1);
}

.mission-visual img.active {
  opacity: var(--mission-opacity, 1);
  transform: translateZ(0) scale(var(--mission-scale, 1.14));
}

@media (max-width: 53.75rem) {
  .mission {
    min-height: 210svh;
  }
}

/* Main WHAT WE DO: one sticky cinematic stage with scroll-driven background and text transitions. */
.what {
  position: relative;
  min-height: 315svh;
  padding: 0;
  overflow: visible;
  color: var(--white);
  background: #000;
}

.what-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 42rem;
  overflow: hidden;
  isolation: isolate;
  background: #000;
}

.what-bg,
.what-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.what-bg {
  z-index: 0;
  background: #000;
}

.what-bg img {
  object-fit: cover;
  opacity: var(--what-bg-opacity, 0);
  transform: translateZ(0) scale(var(--what-bg-scale, 1.08));
  transform-origin: center;
  transition: opacity 160ms linear;
  will-change: opacity, transform;
  backface-visibility: hidden;
}

.what-bg img:first-child,
.what-bg img.active {
  opacity: var(--what-bg-opacity, 1);
}

.what-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 28% 45%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.62) 68%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.16) 46%, rgba(0, 0, 0, 0.38)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), transparent 34%, rgba(0, 0, 0, 0.4));
}

.what-track {
  position: relative;
  z-index: 2;
  width: min(68rem, calc(100vw - var(--layout-edge) * 2));
  min-height: 100%;
  margin-inline: auto;
  padding-top: 28svh;
  transform: translate3d(0, var(--what-track-y, 0px), 0);
  will-change: transform;
}

.what-panel,
.what-panel + .what-panel {
  margin: 0;
}

.what-panel {
  position: relative;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44svh;
  min-height: 17.5rem;
  overflow: visible;
  color: var(--white);
  background: transparent;
  opacity: var(--what-item-opacity, 0.26);
  transform: translate3d(0, var(--what-item-offset, 1rem), 0);
  pointer-events: none;
  transition: opacity 160ms linear;
  will-change: opacity, transform;
}

.what-panel.active {
  pointer-events: auto;
}

.what-panel img,
.what-panel::after {
  display: none;
}

.what-panel-copy {
  position: static;
  z-index: auto;
  display: block;
  width: 100%;
  min-height: 0;
  margin: 0;
  text-align: center;
  transform: none !important;
}

.what-panel-copy h2 {
  margin: 0;
  font-size: clamp(3.15rem, 4.45vw, 5.8rem);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: 0;
  word-break: keep-all;
}

.what-panel .arrow-link {
  justify-content: center;
  margin-top: clamp(1.25rem, 2vw, 2.1rem);
  margin-right: auto;
  margin-left: auto;
}

.what-panel:not(.active) .arrow-link {
  opacity: 0.42;
}

@media (max-width: 64rem) {
  .what-track {
    width: calc(100vw - var(--layout-edge) * 2);
    margin-inline: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 53.75rem) {
  .what {
    min-height: 305svh;
  }

  .what-stage {
    min-height: 100svh;
  }

  .what-track {
    padding-top: 30svh;
  }

  .what-panel-copy h2 {
    font-size: clamp(2.55rem, 11.5vw, 4.6rem);
    line-height: 1.14;
  }
}

/* Partners reference pass: align the heading to the global grid and break the monotony with two offset lanes. */
.partners {
  --partner-size: clamp(9.5rem, 11.4vw, 11.25rem);
  --partner-gap: clamp(1rem, 1.35vw, 1.375rem);
  padding: clamp(7.5rem, 9vw, 10.5rem) 0 clamp(8rem, 10vw, 11rem);
  overflow: hidden;
  background:
    linear-gradient(180deg, #fff 0%, #fff 62%, #f4f4f4 62%, #f4f4f4 100%);
}

.partners .section-title {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.54fr) minmax(22rem, 0.46fr);
  align-items: end;
  gap: clamp(3rem, 7vw, 8rem);
  margin: 0 var(--layout-edge) clamp(4.6rem, 6vw, 6.75rem);
  padding-top: clamp(3.4rem, 4.5vw, 5.4rem);
  text-align: left;
}

.partners .section-title.reveal {
  transform: translate3d(0, 3rem, 0);
}

.partners .section-title.reveal.visible {
  transform: translate3d(0, calc(var(--cinema-y, 0) * -0.9rem), 0);
}

.partners .partner-flow.reveal {
  transform: translate3d(0, 3rem, 0);
}

.partners .partner-flow.reveal.visible {
  transform: translate3d(0, calc(var(--cinema-y, 0) * -0.9rem), 0);
}

.partners .section-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.0625rem;
  background: #000;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1100ms cubic-bezier(0.16, 1, 0.3, 1);
}

.partners .section-title.visible::before {
  transform: scaleX(1);
}

.partners .section-title span {
  display: block;
  margin-bottom: 1.3rem;
  color: #777;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0;
}

.partners .section-title h2 {
  margin: 0;
  font-size: clamp(4.7rem, 6.15vw, 7.5rem);
  font-weight: 260;
  line-height: 0.96;
}

.partners .section-title p {
  max-width: 34rem;
  margin: 0 0 0.5rem;
  color: #222;
  font-size: clamp(1.1rem, 1.2vw, 1.36rem);
  font-weight: 520;
  line-height: 1.68;
  word-break: keep-all;
}

.partner-flow {
  display: grid;
  gap: var(--partner-gap);
  transform: translate3d(0, calc(var(--cinema-y, 0) * -0.9rem), 0);
  will-change: transform;
}

.partner-marquee {
  display: flex;
  width: max-content;
  gap: var(--partner-gap);
  will-change: transform;
}

.partner-row.is-top {
  margin-left: calc(var(--layout-edge) * -0.9);
}

.partner-row.is-bottom {
  margin-left: calc((var(--partner-size) + var(--partner-gap)) * -4.35);
}

.partner-row.is-bottom .partner-track {
  animation-direction: reverse;
  animation-duration: 66s;
}

.partner-track {
  display: flex;
  gap: var(--partner-gap);
  animation: marquee 58s linear infinite;
}

.partner-track img {
  width: var(--partner-size);
  height: var(--partner-size);
  object-fit: cover;
  filter: saturate(0.92) contrast(1.05);
  transform: scale(1.025);
  transition: transform 650ms cubic-bezier(0.16, 1, 0.3, 1), filter 650ms cubic-bezier(0.16, 1, 0.3, 1);
}

.partner-track img:hover {
  filter: saturate(1.08) contrast(1.08);
  transform: scale(1.08);
}

@media (max-width: 70rem) {
  .partners .section-title {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .partners .section-title p {
    max-width: 42rem;
  }
}

@media (max-width: 53.75rem) {
  .partners {
    --partner-size: clamp(7.5rem, 34vw, 9rem);
    padding-top: 6rem;
    padding-bottom: 7rem;
  }

  .partners .section-title {
    margin-left: var(--layout-edge);
    margin-right: var(--layout-edge);
    margin-bottom: 3.5rem;
    padding-top: 2.4rem;
  }

  .partners .section-title h2 {
    font-size: clamp(3.25rem, 15vw, 4.2rem);
  }

  .partner-row.is-bottom {
    margin-left: calc((var(--partner-size) + var(--partner-gap)) * -2.3);
  }
}

/* Keep sticky cinematic stages tied to the viewport; horizontal clipping on body creates a false scroll container. */
html,
body {
  overflow-x: visible;
}

.mission.mission-text-only {
  display: grid;
  align-items: center;
  min-height: clamp(34rem, 58svh, 46rem);
  padding-top: clamp(7rem, 10vw, 12rem);
  padding-bottom: clamp(7rem, 10vw, 12rem);
  background: var(--white);
}

.mission.mission-text-only .mission-copy {
  width: min(76rem, calc(100vw - var(--layout-edge) * 2));
  margin: 0;
}

.mission.mission-text-only .mission-copy h2 {
  max-width: 72rem;
}

/* Subpage audit pass: wider section rhythm and page-specific cinematic layouts. */
.subpage {
  --subpage-edge: clamp(4.5rem, 7.1vw, 9.25rem);
  --subpage-edge-soft: clamp(2rem, 5vw, 6.5rem);
  --subpage-y: clamp(8rem, 11vw, 15rem);
  --subpage-y-tight: clamp(5.5rem, 7.6vw, 10rem);
}

.subpage .site-header {
  padding-inline: var(--subpage-edge-soft);
}

.subpage .page-hero,
.subpage .newsroom-hero,
.subpage .about-vision,
.subpage .about-domain,
.subpage .newsroom-grid,
.subpage .newsroom-more,
.subpage .tech-layout,
.subpage .timeline-page,
.subpage .page-product-grid,
.subpage .showroom-page-grid,
.subpage .media-list,
.subpage .legacy-finance-list,
.subpage .location-grid,
.subpage .sub-card-grid,
.subpage .detail-panel-grid {
  padding-left: var(--subpage-edge);
  padding-right: var(--subpage-edge);
}

body[data-page="who-we-are"] .page-hero {
  height: clamp(46rem, 82svh, 58rem);
  min-height: 0;
  padding-left: var(--subpage-edge);
  padding-bottom: clamp(4.7rem, 7svh, 6.8rem);
}

body[data-page="who-we-are"] .page-hero h1 {
  max-width: 68rem;
  font-size: clamp(4.15rem, 4.85vw, 6rem);
  line-height: 1.2;
}

.about-vision {
  display: grid;
  grid-template-columns: minmax(8rem, 0.25fr) minmax(0, 0.75fr);
  gap: clamp(4rem, 9vw, 13rem);
  padding-top: var(--subpage-y);
  padding-bottom: var(--subpage-y-tight);
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

.about-vision h2 {
  max-width: 74rem;
  font-size: clamp(3.45rem, 4.2vw, 5.45rem);
  font-weight: 260;
  line-height: 1.18;
}

.about-vision p {
  max-width: 53rem;
  margin-top: clamp(2.1rem, 3vw, 3.4rem);
  font-size: clamp(1.08rem, 1.16vw, 1.32rem);
  line-height: 1.82;
}

.about-purpose-intro.cinematic-statement {
  margin-top: 0;
}

.about-purpose-card {
  min-height: clamp(44rem, 88svh, 62rem);
  padding-left: var(--subpage-edge);
  padding-right: var(--subpage-edge);
  gap: clamp(4rem, 8vw, 11rem);
}

.about-purpose-card h3 {
  font-size: clamp(4.6rem, 7vw, 8.6rem);
  line-height: 0.95;
}

.about-purpose-card p {
  max-width: 42rem;
  margin-top: clamp(2rem, 3vw, 3.5rem);
  font-size: clamp(1.06rem, 1.12vw, 1.28rem);
  line-height: 1.82;
}

.about-domain {
  padding-top: var(--subpage-y);
  padding-bottom: var(--subpage-y);
}

.about-domain .sub-section-head {
  display: grid;
  grid-template-columns: minmax(8rem, 0.26fr) minmax(0, 0.74fr);
  gap: clamp(4rem, 8vw, 12rem);
  margin-bottom: clamp(5rem, 7vw, 8rem);
}

.about-domain .sub-section-head h2 {
  max-width: 72rem;
  font-size: clamp(3.35rem, 4.15vw, 5.35rem);
  line-height: 1.16;
}

body[data-page="why-we-exist"] .page-hero.hero-plain {
  min-height: clamp(42rem, 66svh, 50rem);
  padding: calc(var(--header-h) + clamp(4rem, 5vw, 6rem)) var(--subpage-edge) clamp(6rem, 7vw, 8rem);
}

body[data-page="why-we-exist"] .page-hero.hero-plain h1 {
  max-width: min(103rem, 100%);
  font-size: clamp(4.8rem, 5.45vw, 7.05rem);
  line-height: 0.98;
}

body[data-page="why-we-exist"] .why-manifest.cinematic-statement {
  min-height: 205svh;
}

body[data-page="why-we-exist"] .why-manifest.cinematic-statement h2 {
  max-width: 86rem;
  font-size: clamp(3.8rem, 4.7vw, 5.95rem);
  line-height: 1.2;
}

body[data-page="why-we-exist"] .why-manifest.cinematic-statement p {
  max-width: 50rem;
  font-size: clamp(1rem, 1.08vw, 1.24rem);
}

.why-chapters {
  background: #f5f5f5;
}

.why-chapter {
  display: block;
  min-height: clamp(74rem, 150svh, 104rem);
  padding: clamp(7rem, 9vw, 11rem) var(--subpage-edge) clamp(8rem, 11vw, 14rem);
  color: var(--black);
  background: #f5f5f5;
}

.why-chapter::after {
  content: none;
}

.why-chapter-bg {
  position: relative;
  inset: auto;
  display: block;
  width: 100%;
  height: clamp(31rem, 62svh, 45rem);
  margin: 0;
  object-fit: cover;
  transform: translate3d(0, calc(var(--motion-y, 0) * -2.4rem), 0) scale(1.045);
}

.why-chapter-copy {
  width: min(48rem, 54vw);
  margin-top: clamp(-13rem, -15svh, -8rem);
  padding: clamp(3rem, 4.7vw, 5.6rem);
  color: var(--black);
  background: var(--white);
  box-shadow: 0 2.4rem 5rem rgba(0, 0, 0, 0.12);
}

.why-chapter:nth-child(even) .why-chapter-copy {
  margin-left: auto;
}

.why-chapter-copy span {
  color: var(--orange);
  font-size: 0.94rem;
  font-weight: 900;
}

.why-chapter-copy h2 {
  max-width: 42rem;
  font-size: clamp(2.8rem, 3.55vw, 4.85rem);
  font-weight: 260;
  line-height: 1.08;
  word-break: normal;
  overflow-wrap: normal;
}

.why-chapter-copy p {
  max-width: 31rem;
  color: #242424;
  font-size: clamp(1rem, 1.04vw, 1.16rem);
  line-height: 1.82;
}

.why-thumb-strip {
  width: min(47rem, 48vw);
  margin: clamp(3.5rem, 5.8vw, 7rem) 0 0 auto;
  gap: clamp(0.75rem, 1.2vw, 1.4rem);
}

.why-chapter:nth-child(even) .why-thumb-strip {
  margin-left: 0;
  margin-right: auto;
}

.why-thumb-strip img {
  aspect-ratio: 4 / 3;
  filter: saturate(0.96) contrast(1.04);
}

body[data-page="discover"] .page-hero {
  height: clamp(44rem, 76svh, 54rem);
}

body[data-page="discover"] .page-hero h1 {
  font-size: clamp(4.75rem, 5.65vw, 7.35rem);
}

.discover-intro.cinematic-statement {
  min-height: 190svh;
}

.discover-intro.cinematic-statement h2 {
  max-width: 84rem;
  font-size: clamp(3.95rem, 4.7vw, 6.15rem);
  line-height: 1.18;
}

.discover-chapter {
  grid-template-columns: minmax(0, 0.9fr) minmax(24rem, 0.72fr);
  min-height: clamp(52rem, 122svh, 78rem);
  padding: clamp(7rem, 10vw, 13rem) var(--subpage-edge);
  gap: clamp(3.5rem, 6vw, 8rem);
}

.discover-chapter.is-reverse {
  grid-template-columns: minmax(24rem, 0.72fr) minmax(0, 0.9fr);
}

.discover-chapter-copy h2 {
  font-size: clamp(3.65rem, 5.1vw, 6.6rem);
  line-height: 1.02;
}

.discover-chapter-copy p {
  max-width: 38rem;
  font-size: clamp(1rem, 1.04vw, 1.16rem);
}

.discover-image-stack img {
  box-shadow: 0 2.4rem 5rem rgba(0, 0, 0, 0.34);
}

body[data-page="media"] .newsroom-hero {
  min-height: clamp(35rem, 46svh, 46rem);
  padding: calc(var(--header-h) + clamp(5rem, 7vw, 8rem)) var(--subpage-edge) clamp(5rem, 6vw, 7rem);
}

body[data-page="media"] .newsroom-hero h1 {
  font-size: clamp(4.4rem, 5vw, 6.4rem);
  font-weight: 330;
}

body[data-page="media"] .newsroom-tools {
  margin-left: var(--subpage-edge);
  margin-right: var(--subpage-edge);
}

body[data-page="media"] .newsroom-grid {
  gap: clamp(3.2rem, 4.2vw, 5.6rem) clamp(1.45rem, 1.8vw, 2.4rem);
  padding-top: clamp(4.6rem, 6vw, 7rem);
}

body[data-page="media"] .newsroom-grid img {
  aspect-ratio: 1.16 / 1;
}

body[data-page="media"] .newsroom-grid h2 {
  font-size: clamp(0.98rem, 0.95vw, 1.12rem);
  line-height: 1.58;
}

.newsroom-feature {
  padding: 0 var(--section-pad-x) clamp(5rem, 7vw, 9rem);
  background: #fff;
}

.newsroom-feature a {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(24rem, 0.42fr);
  gap: clamp(3rem, 7vw, 10rem);
  align-items: end;
  padding-top: clamp(3rem, 4.6vw, 6rem);
  border-top: 0.0625rem solid #000;
}

.newsroom-feature img {
  width: 100%;
  height: clamp(24rem, 42vw, 52rem);
  max-width: none;
  object-fit: cover;
}

.newsroom-feature span {
  display: block;
  margin-bottom: clamp(1.5rem, 2vw, 2.4rem);
  color: var(--orange);
  font-size: 0.84rem;
  font-weight: 900;
}

.newsroom-feature h2 {
  margin: 0;
  font-size: clamp(2.6rem, 3.7vw, 5.8rem);
  font-weight: 260;
  line-height: 1.14;
  word-break: keep-all;
}

.newsroom-feature time {
  display: block;
  margin-top: clamp(2rem, 3vw, 3.5rem);
  color: #777;
  font-size: var(--body-copy);
}

@media (min-width: 118rem) {
  .subpage {
    --subpage-edge: clamp(7rem, 7.4vw, 10.5rem);
  }

  .about-purpose-card,
  .discover-chapter,
  .why-chapter {
    min-height: 92svh;
  }
}

@media (max-width: 70rem) {
  .subpage {
    --subpage-edge: clamp(2rem, 4.8vw, 4.2rem);
    --subpage-edge-soft: var(--subpage-edge);
  }

  .about-vision,
  .about-domain .sub-section-head {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .why-chapter-copy,
  .why-thumb-strip {
    width: min(100%, 42rem);
  }

  .discover-chapter,
  .discover-chapter.is-reverse {
    grid-template-columns: 1fr;
  }

  .discover-chapter.is-reverse .discover-chapter-copy,
  .discover-chapter.is-reverse .discover-image-stack {
    grid-column: auto;
    grid-row: auto;
  }

  body[data-page="media"] .newsroom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 53.75rem) {
  .subpage {
    --subpage-edge: clamp(1.35rem, 5.2vw, 2.25rem);
  }

  body[data-page="who-we-are"] .page-hero,
  body[data-page="discover"] .page-hero {
    height: auto;
    min-height: 36rem;
  }

  body[data-page="why-we-exist"] .page-hero.hero-plain h1,
  body[data-page="discover"] .page-hero h1,
  body[data-page="who-we-are"] .page-hero h1 {
    font-size: clamp(2.65rem, 10.8vw, 3.6rem);
    line-height: 1.14;
  }

  .about-purpose-card {
    min-height: auto;
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .about-purpose-card h3,
  .discover-chapter-copy h2,
  .why-chapter-copy h2 {
    font-size: clamp(2.75rem, 12vw, 4rem);
  }

  .why-chapter {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 6rem;
  }

  .why-chapter-bg {
    height: 24rem;
  }

  .why-chapter-copy {
    width: auto;
    margin-top: -4.5rem;
    padding: 2rem;
  }

  .why-thumb-strip {
    width: 100%;
    grid-template-columns: 1fr;
  }

  body[data-page="media"] .newsroom-tools {
    flex-direction: column;
    align-items: stretch;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  body[data-page="media"] .newsroom-tabs {
    overflow-x: auto;
  }

  body[data-page="media"] .newsroom-grid {
    grid-template-columns: 1fr;
  }
}

/* Final QA overrides: keep these last so earlier audit layers cannot reintroduce drift. */
.site-header:has(.gnb a:hover) .gnb a::after,
.site-header:has(.gnb a:focus-visible) .gnb a::after {
  transform: scaleX(0) !important;
}

.site-header .gnb a:hover::after,
.site-header .gnb a:focus-visible::after {
  transform: scaleX(1) !important;
  transform-origin: left;
}

body[data-page="who-we-are"] .page-hero .headline-line > span {
  font-weight: 660 !important;
}

body[data-page="why-we-exist"] .page-hero.hero-plain {
  min-height: 54rem !important;
  padding: var(--header-h) var(--layout-edge) 15.5rem !important;
}

body[data-page="why-we-exist"] .page-hero.hero-plain > div {
  width: min(86rem, calc(100vw - var(--layout-edge) * 2)) !important;
  max-width: 86rem !important;
}

body[data-page="why-we-exist"] .page-hero.hero-plain h1 {
  max-width: 86rem !important;
  font-size: 5.75rem !important;
}

body[data-page="why-we-exist"] .page-hero.hero-plain .headline-line {
  overflow: visible;
}

body[data-page="ir"] .page-hero.hero-plain {
  align-items: start !important;
  min-height: 34rem !important;
  padding: 18.1rem var(--layout-edge) 4.5rem !important;
}

body[data-page="ir"] .page-hero.hero-plain > div {
  padding-top: 0 !important;
}

body[data-page="media"] .newsroom-hero {
  min-height: 33.5rem !important;
  padding-top: calc(var(--header-h) + 4.6rem) !important;
  padding-bottom: 3.3rem !important;
}

body[data-page="media"] .newsroom-tools {
  padding-top: 4.25rem !important;
  border-top: 0 !important;
}

body[data-page="media"] .newsroom-tools::before,
body[data-page="media"] .newsroom-tools::after,
body[data-page="media"] .newsroom-grid::before,
body[data-page="media"] .newsroom-grid::after {
  content: none !important;
  display: none !important;
}

body[data-page="media"] .newsroom-grid,
body[data-page="media"] .newsroom-grid article,
body[data-page="media"] .newsroom-grid a {
  border-top: 0 !important;
  box-shadow: none !important;
}

body[data-page="media"] .newsroom-grid article::before {
  display: none !important;
}

/* Recalibration fixes from screenshot QA. */
.site-header:has(.gnb a:hover) .gnb a::after,
.site-header:has(.gnb a:focus-visible) .gnb a::after {
  transform: scaleX(0) !important;
}

.site-header .gnb a:hover::after,
.site-header .gnb a:focus-visible::after {
  transform: scaleX(1) !important;
  transform-origin: left;
}

body[data-page="who-we-are"] .page-hero .headline-line > span {
  font-weight: 660;
}

body[data-page="why-we-exist"] .page-hero.hero-plain > div {
  width: min(82rem, calc(100vw - var(--layout-edge) * 2));
  max-width: 82rem;
}

body[data-page="why-we-exist"] .page-hero.hero-plain h1 {
  max-width: 82rem;
  font-size: 5.95rem;
}

body[data-page="ir"] .page-hero.hero-plain {
  align-items: start;
  min-height: 34rem !important;
  padding-top: 18.1rem;
  padding-bottom: 4.5rem;
}

body[data-page="ir"] .page-hero.hero-plain > div {
  padding-top: 0;
}

body[data-page="media"] .newsroom-hero {
  min-height: 33.5rem;
  padding-top: calc(var(--header-h) + 4.6rem);
  padding-bottom: 3.3rem;
}

body[data-page="media"] .newsroom-tools {
  padding-top: 4.25rem;
  border-top: 0 !important;
}

body[data-page="media"] .newsroom-tools::before,
body[data-page="media"] .newsroom-tools::after {
  content: none !important;
  display: none !important;
}

body[data-page="media"] .newsroom-grid {
  border-top: 0 !important;
}

body[data-page="media"] .newsroom-grid::before,
body[data-page="media"] .newsroom-grid::after {
  content: none !important;
  display: none !important;
}

.reveal.visible {
  opacity: 1 !important;
  filter: blur(0) !important;
}

.page-hero.reveal.visible,
.newsroom-hero.reveal.visible {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

/* 7-page enterprise redesign: rem-first scaling for 1920px+ viewports and page-specific systems. */
html {
  font-size: clamp(16px, 0.833vw, 21px);
}

:root {
  --mega-display: clamp(4.8rem, 6.4vw, 9.6rem);
  --page-display: clamp(4.2rem, 5.2vw, 7.8rem);
  --section-display: clamp(3.1rem, 4.2vw, 6.2rem);
  --body-large: clamp(1.08rem, 1.05vw, 1.48rem);
  --body-copy: clamp(1rem, 0.9vw, 1.22rem);
  --section-pad-x: clamp(3rem, 6.4vw, 10rem);
  --section-pad-y: clamp(7rem, 10vw, 16rem);
  --visual-tall: clamp(34rem, 58svh, 54rem);
  --visual-mid: clamp(24rem, 42svh, 42rem);
}

@media (min-width: 120rem) {
  :root {
    --layout-edge: clamp(6rem, 6.2vw, 11rem);
    --subpage-edge: clamp(6.5rem, 7vw, 12rem);
    --header-h: clamp(5.7rem, 4.7vw, 7.4rem);
  }

  .site-header,
  .subpage .site-header {
    min-height: var(--header-h);
  }

  .gnb {
    gap: clamp(1.65rem, 1.7vw, 2.6rem);
    font-size: clamp(0.86rem, 0.74vw, 1.05rem);
  }

  .brand-text {
    font-size: clamp(1.05rem, 0.94vw, 1.35rem);
  }
}

.subpage .page-hero:not(.hero-plain),
body[data-page="what-we-do"] .page-hero,
body[data-page="legacyImpact"] .page-hero,
body[data-page="careers"] .page-hero {
  height: clamp(45rem, 82svh, 66rem);
  padding-left: var(--section-pad-x);
  padding-right: var(--section-pad-x);
  padding-bottom: clamp(5rem, 7svh, 8rem);
}

.subpage .page-hero h1 {
  font-size: var(--page-display);
  line-height: 1.04;
}

body[data-page="what-we-do"] .page-hero h1,
body[data-page="legacyImpact"] .page-hero h1,
body[data-page="careers"] .page-hero h1 {
  max-width: min(86rem, 78vw);
  font-weight: 260;
  line-height: 1.14;
}

body[data-page="ir"] .page-hero.hero-plain {
  min-height: clamp(34rem, 58svh, 50rem);
  padding: calc(var(--header-h) + clamp(4rem, 5vw, 7rem)) var(--section-pad-x) clamp(5rem, 7vw, 9rem);
  color: var(--black);
  background: #fff;
}

body[data-page="ir"] .page-hero.hero-plain img,
body[data-page="ir"] .page-hero.hero-plain::after {
  display: none !important;
}

body[data-page="ir"] .page-hero.hero-plain h1 {
  max-width: min(92rem, 90vw);
  color: var(--black);
  font-size: var(--mega-display);
  font-weight: 210;
  line-height: 0.95;
}

.what-landing-intro.cinematic-statement,
.legacy-impact-manifest.cinematic-statement {
  min-height: 195svh;
}

.what-landing-intro.cinematic-statement .cinematic-statement-inner,
.legacy-impact-manifest.cinematic-statement .cinematic-statement-inner {
  opacity: max(var(--statement-opacity, 0), 0.18);
}

.what-landing-intro.cinematic-statement {
  --statement-surface: #030303;
}

.what-landing-intro.cinematic-statement h2,
.legacy-impact-manifest.cinematic-statement h2 {
  max-width: min(95rem, 90vw);
  font-size: clamp(4rem, 5.2vw, 7.4rem);
  line-height: 1.16;
  text-align: center;
}

.what-landing-scenes,
.legacy-impact-programs {
  background: #050505;
}

.what-landing-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(28rem, 0.72fr);
  align-items: center;
  gap: clamp(4rem, 7vw, 10rem);
  min-height: clamp(44rem, 96svh, 72rem);
  padding: clamp(6rem, 9vw, 13rem) var(--section-pad-x);
  overflow: hidden;
  color: #fff;
  background: #050505;
}

.what-landing-panel.is-reverse {
  grid-template-columns: minmax(28rem, 0.72fr) minmax(0, 0.95fr);
}

.what-landing-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.68), transparent 47%, rgba(0, 0, 0, 0.48)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.58), transparent 48%);
}

.what-landing-panel img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: var(--visual-tall);
  max-width: none;
  object-fit: cover;
  transform: translate3d(0, calc(var(--motion-y, 0) * -2.2rem), 0) scale(1.04);
}

.what-landing-panel.is-reverse img {
  grid-column: 2;
}

.what-landing-panel > div {
  position: relative;
  z-index: 2;
}

.what-landing-panel.is-reverse > div {
  grid-column: 1;
  grid-row: 1;
}

.what-landing-panel span,
.legacy-finance-dashboard-copy span,
.legacy-finance-report-lane span,
.legacy-finance-calendar span,
.what-domain-map .sub-section-head span,
.legacy-impact-program span,
.careers-intro span,
.careers-process span {
  display: block;
  margin-bottom: clamp(1rem, 1.5vw, 1.8rem);
  color: var(--orange);
  font-size: clamp(0.76rem, 0.7vw, 0.95rem);
  font-weight: 900;
  text-transform: uppercase;
}

.what-landing-panel h2 {
  margin: 0;
  font-size: clamp(4rem, 5.7vw, 8rem);
  font-weight: 220;
  line-height: 0.98;
}

.what-landing-panel p {
  max-width: 39rem;
  margin: clamp(2rem, 3vw, 3.5rem) 0 0;
  font-size: var(--body-large);
  line-height: 1.78;
}

.what-landing-panel a,
.legacy-finance-report-lane a {
  display: inline-flex;
  margin-top: clamp(2rem, 3vw, 3.2rem);
  color: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.what-domain-map,
.legacy-finance-dashboard,
.legacy-finance-report-lane,
.legacy-finance-calendar,
.legacy-impact-card-field,
.careers-intro,
.careers-value,
.careers-process {
  padding-left: var(--section-pad-x);
  padding-right: var(--section-pad-x);
}

.what-domain-map {
  padding-top: var(--section-pad-y);
  padding-bottom: var(--section-pad-y);
  background: #fff;
}

.what-domain-map .sub-section-head {
  display: grid;
  grid-template-columns: minmax(10rem, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(3rem, 7vw, 10rem);
  margin-bottom: clamp(4rem, 6vw, 8rem);
}

.what-domain-map .sub-section-head h2 {
  max-width: 82rem;
  font-size: var(--section-display);
  font-weight: 260;
  line-height: 1.14;
}

.what-domain-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 1.4vw, 2rem);
}

.what-domain-grid article {
  position: relative;
  overflow: hidden;
  min-height: clamp(26rem, 33vw, 42rem);
  padding: clamp(2rem, 2.4vw, 3.2rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: #111;
}

.what-domain-grid img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  opacity: 0.68;
  transform: scale(1.05);
}

.what-domain-grid h3,
.what-domain-grid p {
  position: relative;
  z-index: 1;
}

.what-domain-grid h3 {
  margin: 0 0 1rem;
  font-size: clamp(2.2rem, 2.9vw, 4.2rem);
  font-weight: 260;
}

.what-domain-grid p {
  margin: 0;
  font-size: var(--body-copy);
  line-height: 1.65;
}

.legacy-finance-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 0.54fr) minmax(26rem, 0.46fr);
  gap: clamp(4rem, 8vw, 12rem);
  align-items: end;
  padding-top: var(--section-pad-y);
  padding-bottom: clamp(5rem, 7vw, 10rem);
  background: #fff;
}

.legacy-finance-dashboard-copy h2,
.legacy-finance-calendar h2,
.careers-intro h2,
.careers-process h2 {
  max-width: 78rem;
  margin: 0;
  font-size: var(--section-display);
  font-weight: 260;
  line-height: 1.14;
}

.legacy-finance-dashboard-copy p,
.careers-intro p {
  max-width: 43rem;
  margin: clamp(2rem, 3vw, 3.4rem) 0 0;
  color: #333;
  font-size: var(--body-large);
  line-height: 1.82;
}

.legacy-finance-stat-grid {
  display: grid;
  gap: 1rem;
}

.legacy-finance-stat-grid article {
  padding: clamp(1.7rem, 2.2vw, 2.8rem) 0;
  border-top: 0.0625rem solid #000;
}

.legacy-finance-stat-grid strong {
  display: block;
  margin: 0.7rem 0;
  font-size: clamp(2.6rem, 4vw, 5.7rem);
  font-weight: 260;
  line-height: 1;
}

.legacy-finance-report-lane {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 1.4vw, 2rem);
  padding-top: clamp(4rem, 6vw, 8rem);
  padding-bottom: clamp(5rem, 8vw, 11rem);
  background: #f4f4f4;
}

.legacy-finance-report-lane article {
  min-height: clamp(18rem, 20vw, 28rem);
  padding: clamp(2rem, 2.7vw, 3.4rem);
  background: #fff;
  border-top: 0.0625rem solid #000;
}

.legacy-finance-report-lane h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2vw, 3rem);
  line-height: 1.2;
}

.legacy-finance-calendar {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(28rem, 0.52fr);
  gap: clamp(4rem, 8vw, 12rem);
  padding-top: var(--section-pad-y);
  padding-bottom: var(--section-pad-y);
}

.legacy-finance-calendar ol,
.careers-process ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.legacy-finance-calendar li,
.careers-process li {
  display: grid;
  grid-template-columns: minmax(7rem, 0.25fr) minmax(0, 0.75fr);
  gap: 2rem;
  padding: clamp(1.5rem, 2vw, 2.5rem) 0;
  border-top: 0.0625rem solid #000;
}

.legacy-finance-calendar strong,
.careers-process strong {
  font-size: clamp(1.35rem, 1.45vw, 2rem);
}

.legacy-impact-manifest.cinematic-statement {
  --statement-surface: #050806;
}

.legacy-impact-programs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.legacy-impact-program {
  position: relative;
  min-height: clamp(36rem, 52vw, 62rem);
  overflow: hidden;
  color: #fff;
  background: #050505;
}

.legacy-impact-program.is-wide {
  grid-column: span 2;
  min-height: clamp(34rem, 42vw, 55rem);
}

.legacy-impact-program img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  opacity: 0.58;
  transform: translate3d(0, calc(var(--motion-y, 0) * -1.8rem), 0) scale(1.06);
}

.legacy-impact-program::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent 60%);
}

.legacy-impact-program > div {
  position: absolute;
  left: var(--section-pad-x);
  right: clamp(2rem, 5vw, 7rem);
  bottom: clamp(3rem, 5vw, 7rem);
  z-index: 1;
}

.legacy-impact-program h2 {
  margin: 0;
  font-size: clamp(3.2rem, 4.8vw, 7rem);
  font-weight: 230;
  line-height: 1;
}

.legacy-impact-program p {
  max-width: 38rem;
  margin: clamp(1.5rem, 2.2vw, 2.8rem) 0 0;
  font-size: var(--body-large);
  line-height: 1.78;
}

.legacy-impact-card-field {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 1.2vw, 1.6rem);
  padding-top: var(--section-pad-y);
  padding-bottom: var(--section-pad-y);
  background: #fff;
}

.legacy-impact-card-field article,
.careers-value article {
  min-height: clamp(18rem, 22vw, 30rem);
  padding: clamp(2rem, 2.6vw, 3.3rem);
  border-top: 0.0625rem solid #000;
}

.legacy-impact-card-field h3,
.careers-value h2 {
  margin: 0;
  font-size: clamp(1.75rem, 2.2vw, 3.2rem);
  font-weight: 320;
  line-height: 1.2;
}

.legacy-impact-card-field p,
.careers-value p {
  margin-top: clamp(1.5rem, 2vw, 2.4rem);
  font-size: var(--body-copy);
  line-height: 1.75;
}

.careers-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(26rem, 0.52fr);
  gap: clamp(4rem, 8vw, 12rem);
  align-items: center;
  padding-top: var(--section-pad-y);
  padding-bottom: clamp(6rem, 8vw, 11rem);
}

.careers-intro img {
  width: 100%;
  height: var(--visual-mid);
  max-width: none;
  object-fit: cover;
  transform: translate3d(0, calc(var(--motion-y, 0) * -1.7rem), 0) scale(1.04);
}

.careers-value {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 1.4vw, 2rem);
  padding-top: clamp(4rem, 6vw, 8rem);
  padding-bottom: clamp(5rem, 8vw, 11rem);
  color: #fff;
  background: #050505;
}

.careers-value span {
  display: block;
  margin-bottom: clamp(3rem, 7vw, 8rem);
  color: var(--orange);
  font-size: 0.84rem;
  font-weight: 900;
}

.careers-process {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(28rem, 0.52fr);
  gap: clamp(4rem, 8vw, 12rem);
  padding-top: var(--section-pad-y);
  padding-bottom: var(--section-pad-y);
  background: #fff;
}

@media (max-width: 70rem) {
  .what-landing-panel,
  .what-landing-panel.is-reverse,
  .legacy-finance-dashboard,
  .legacy-finance-calendar,
  .newsroom-feature a,
  .careers-intro,
  .careers-process {
    grid-template-columns: 1fr;
  }

  .what-landing-panel.is-reverse img,
  .what-landing-panel.is-reverse > div {
    grid-column: auto;
    grid-row: auto;
  }

  .what-domain-grid,
  .legacy-finance-report-lane,
  .legacy-impact-card-field {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legacy-impact-programs,
  .careers-value {
    grid-template-columns: 1fr;
  }

  .legacy-impact-program.is-wide {
    grid-column: auto;
  }
}

@media (max-width: 53.75rem) {
  html {
    font-size: 16px;
  }

  :root {
    --section-pad-x: clamp(1.35rem, 5.2vw, 2.25rem);
    --section-pad-y: clamp(5rem, 16vw, 7rem);
    --visual-tall: 27rem;
    --visual-mid: 22rem;
  }

  .what-landing-panel {
    min-height: auto;
  }

  .what-domain-grid,
  .legacy-finance-report-lane,
  .legacy-impact-card-field,
  .careers-value {
    grid-template-columns: 1fr;
  }

  .legacy-finance-calendar li,
  .careers-process li {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .subpage .page-hero h1,
  body[data-page="what-we-do"] .page-hero h1,
  body[data-page="legacyImpact"] .page-hero h1,
  body[data-page="careers"] .page-hero h1,
  body[data-page="ir"] .page-hero.hero-plain h1,
  body[data-page="media"] .newsroom-hero h1 {
    font-size: clamp(2.55rem, 10.5vw, 3.55rem);
    line-height: 1.12;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
}

/* Newsroom cleanup: item rules are not card dividers; keep row rhythm even. */
body[data-page="media"] .newsroom-grid {
  grid-auto-rows: auto;
  align-items: start;
  row-gap: clamp(4.5rem, 5.4vw, 6.5rem);
  column-gap: clamp(1.35rem, 1.8vw, 2.4rem);
  padding: clamp(4.5rem, 5.7vw, 7rem) var(--section-pad-x) clamp(5.5rem, 7vw, 9rem);
}

body[data-page="media"] .newsroom-grid article {
  position: relative;
  min-height: 0;
  padding: 0;
  border: 0;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
}

body[data-page="media"] .newsroom-grid article::before {
  content: none !important;
  display: none !important;
}

body[data-page="media"] .newsroom-grid a {
  display: grid;
  grid-template-rows: auto auto minmax(clamp(4.6rem, 4.9vw, 6.4rem), auto) auto;
  row-gap: clamp(0.95rem, 1.15vw, 1.45rem);
  height: 100%;
}

body[data-page="media"] .newsroom-grid img {
  aspect-ratio: 1.15 / 1;
  margin: 0;
}

body[data-page="media"] .newsroom-grid span,
body[data-page="media"] .newsroom-grid h2 {
  margin: 0;
}

body[data-page="media"] .newsroom-grid h2 {
  min-height: 0;
  max-width: 95%;
  font-size: clamp(1.05rem, 1vw, 1.18rem);
  font-weight: 650;
  line-height: 1.5;
}

body[data-page="media"] .newsroom-grid time {
  align-self: end;
  margin: 0;
  color: #777;
  font-size: clamp(0.9rem, 0.86vw, 1rem);
}

@media (max-width: 53.75rem) {
  body[data-page="media"] .newsroom-grid {
    row-gap: 3.5rem;
  }

  body[data-page="media"] .newsroom-grid a {
    grid-template-rows: auto auto auto auto;
  }
}

/* Global navigation redesign: official-grade depth menu and page rhythm pass. */
.site-header {
  overflow: visible;
  isolation: isolate;
}

.site-header .brand,
.site-header .gnb,
.site-header .tools {
  position: relative;
  z-index: 2;
}

.nav-depth {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
  padding: clamp(2.4rem, 3.2vw, 4.2rem) var(--section-pad-x) clamp(2.9rem, 4vw, 5rem);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(243, 115, 33, 0.14), transparent 24%),
    rgba(0, 0, 0, 0.96);
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, -1rem, 0);
  transition:
    opacity 340ms var(--motion-ease),
    visibility 340ms var(--motion-ease),
    transform 420ms var(--motion-ease);
}

.site-header:hover,
.site-header:focus-within {
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
}

.site-header:hover::before,
.site-header:focus-within::before {
  opacity: 1;
  background: rgba(0, 0, 0, 0.86);
}

.site-header.is-light:hover::after,
.site-header.is-light:focus-within::after {
  opacity: 0;
}

.site-header:hover .nav-depth,
.site-header:focus-within .nav-depth {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.nav-depth-inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(1.1rem, 1.55vw, 2.25rem);
  max-width: 120rem;
  margin: 0 auto;
}

.nav-depth-col {
  min-height: clamp(13rem, 14vw, 20rem);
  padding-top: clamp(1.1rem, 1.4vw, 1.7rem);
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.26);
  opacity: 0;
  transform: translate3d(0, 1.2rem, 0);
  transition: opacity 420ms var(--motion-ease), transform 520ms var(--motion-ease);
}

.site-header:hover .nav-depth-col,
.site-header:focus-within .nav-depth-col {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.site-header:hover .nav-depth-col:nth-child(2),
.site-header:focus-within .nav-depth-col:nth-child(2) {
  transition-delay: 35ms;
}

.site-header:hover .nav-depth-col:nth-child(3),
.site-header:focus-within .nav-depth-col:nth-child(3) {
  transition-delay: 70ms;
}

.site-header:hover .nav-depth-col:nth-child(4),
.site-header:focus-within .nav-depth-col:nth-child(4) {
  transition-delay: 105ms;
}

.site-header:hover .nav-depth-col:nth-child(5),
.site-header:focus-within .nav-depth-col:nth-child(5) {
  transition-delay: 140ms;
}

.site-header:hover .nav-depth-col:nth-child(6),
.site-header:focus-within .nav-depth-col:nth-child(6) {
  transition-delay: 175ms;
}

.site-header:hover .nav-depth-col:nth-child(7),
.site-header:focus-within .nav-depth-col:nth-child(7) {
  transition-delay: 210ms;
}

.nav-depth-title {
  display: grid;
  gap: clamp(0.55rem, 0.7vw, 0.85rem);
  margin-bottom: clamp(1.4rem, 2vw, 2.6rem);
  color: #fff;
  font-size: clamp(1.05rem, 1.08vw, 1.45rem);
  font-weight: 850;
  line-height: 1.18;
  text-transform: uppercase;
}

.nav-depth-title span {
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 900;
}

.nav-depth-col a:not(.nav-depth-title) {
  display: block;
  width: fit-content;
  padding: 0.38rem 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(0.88rem, 0.82vw, 1.02rem);
  font-weight: 600;
  line-height: 1.45;
  transition: color 180ms ease, transform 220ms ease;
}

.nav-depth-col a:not(.nav-depth-title):hover,
.nav-depth-col a:not(.nav-depth-title):focus-visible {
  color: #fff;
  transform: translate3d(0.35rem, 0, 0);
}

body[data-page="who-we-are"] .gnb a[href="./who-we-are.html"]::after,
body[data-page="why-we-exist"] .gnb a[href="./why-we-exist.html"]::after,
body[data-page="what-we-do"] .gnb a[href="./what-we-do.html"]::after,
body[data-page="media"] .gnb a[href="./media.html"]::after,
body[data-page="careers"] .gnb a[href="./careers.html"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu {
  align-items: start;
  padding: clamp(7rem, 9vw, 12rem) var(--section-pad-x) clamp(4rem, 6vw, 8rem);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0 58%, rgba(0, 0, 0, 0.52)),
    url("./assets/abstract/abstract-data-tunnel-ixc.jpg") center / cover no-repeat;
}

.menu::before {
  content: "IXC";
  position: absolute;
  left: var(--section-pad-x);
  top: clamp(2.6rem, 3.4vw, 4.8rem);
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(2.4rem, 5.5vw, 8.5rem);
  font-weight: 260;
  line-height: 1;
  pointer-events: none;
}

.menu::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82)),
    linear-gradient(90deg, rgba(243, 115, 33, 0.16), transparent 28%);
  pointer-events: none;
}

.menu-close {
  z-index: 2;
  right: var(--section-pad-x);
  top: clamp(2.2rem, 2.8vw, 3.8rem);
  width: clamp(2.9rem, 3vw, 4.1rem);
  height: clamp(2.9rem, 3vw, 4.1rem);
  border-radius: 50%;
}

.menu-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(1rem, 1.45vw, 2.1rem);
  align-self: end;
  width: 100%;
  margin-top: clamp(8rem, 13vw, 17rem);
}

.menu-grid section {
  min-height: clamp(17rem, 19vw, 27rem);
  padding-top: clamp(1.2rem, 1.8vw, 2.2rem);
  border-color: rgba(255, 255, 255, 0.32);
  opacity: 0;
  transform: translate3d(0, 1.6rem, 0);
  transition: opacity 520ms var(--motion-ease), transform 680ms var(--motion-ease);
}

.menu.is-open .menu-grid section {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.menu.is-open .menu-grid section:nth-child(2) {
  transition-delay: 60ms;
}

.menu.is-open .menu-grid section:nth-child(3) {
  transition-delay: 120ms;
}

.menu.is-open .menu-grid section:nth-child(4) {
  transition-delay: 180ms;
}

.menu.is-open .menu-grid section:nth-child(5) {
  transition-delay: 240ms;
}

.menu.is-open .menu-grid section:nth-child(6) {
  transition-delay: 300ms;
}

.menu.is-open .menu-grid section:nth-child(7) {
  transition-delay: 360ms;
}

.menu-grid h2 {
  margin-bottom: clamp(1.4rem, 2.2vw, 3rem);
  color: #fff;
  font-size: clamp(1.25rem, 1.45vw, 2rem);
  font-weight: 780;
  line-height: 1.08;
}

.menu-grid a {
  padding: clamp(0.42rem, 0.65vw, 0.78rem) 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.94rem, 0.88vw, 1.08rem);
  font-weight: 580;
}

.menu-grid a:hover,
.menu-grid a:focus-visible {
  color: #fff;
}

body[data-page="who-we-are"] .page-hero {
  height: clamp(42rem, 76svh, 58rem);
  min-height: clamp(40rem, 62svh, 50rem);
  padding-bottom: clamp(3.6rem, 5vw, 6rem);
}

body[data-page="who-we-are"] .page-hero h1 {
  max-width: min(84rem, 88vw);
  font-size: clamp(4.2rem, 5.2vw, 6.5rem);
  font-weight: 520;
  line-height: 1.18;
}

body[data-page="who-we-are"] .page-hero > div {
  max-width: min(84rem, 88vw);
}

.about-vision {
  padding-top: clamp(4.5rem, 6vw, 8rem) !important;
  padding-bottom: clamp(5rem, 7vw, 9rem) !important;
}

body[data-page="why-we-exist"] .page-hero.hero-plain {
  position: relative;
  min-height: clamp(42rem, 76svh, 58rem);
  padding-bottom: clamp(16rem, 26svh, 25rem);
  background: #fff;
}

body[data-page="why-we-exist"] .page-hero.hero-plain img {
  display: block !important;
  position: absolute;
  inset: auto 0 0 0;
  width: 100%;
  height: clamp(14rem, 28svh, 23rem);
  max-width: none;
  object-fit: cover;
  opacity: 1;
}

body[data-page="why-we-exist"] .page-hero.hero-plain::after {
  display: block !important;
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: clamp(14rem, 28svh, 23rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.48));
  pointer-events: none;
}

body[data-page="why-we-exist"] .page-hero.hero-plain h1 {
  max-width: min(94rem, 88vw);
  font-size: clamp(5.2rem, 6.8vw, 8.8rem);
}

body[data-page="ir"] .page-hero.hero-plain {
  height: auto !important;
  min-height: clamp(36rem, 56svh, 46rem) !important;
  padding-top: calc(var(--header-h) + clamp(3.5rem, 4vw, 5rem));
  padding-bottom: clamp(3.8rem, 5vw, 6rem);
  background:
    linear-gradient(90deg, #fff 0 62%, #f3f3f3 62% 100%);
  border-bottom: 0.0625rem solid #111;
}

body[data-page="ir"] .page-hero.hero-plain h1 {
  max-width: min(84rem, 88vw);
  font-size: clamp(4.4rem, 5.8vw, 7.6rem);
}

body[data-page="ir"] .page-hero.hero-plain .page-lead {
  max-width: 42rem;
  margin-top: clamp(2rem, 2.6vw, 3.2rem);
  color: #333;
  font-size: var(--body-large);
  line-height: 1.72;
}

body[data-page="media"] .newsroom-hero {
  min-height: clamp(24rem, 39svh, 34rem);
  padding: calc(var(--header-h) + clamp(3rem, 4.8vw, 6rem)) var(--section-pad-x) clamp(2.6rem, 3.6vw, 4.5rem);
  display: grid;
  align-content: end;
  background: #fff;
  border-bottom: 0;
}

body[data-page="media"] .newsroom-hero p {
  margin-bottom: clamp(1.4rem, 1.8vw, 2.4rem);
  color: #777;
  font-size: clamp(0.85rem, 0.8vw, 1rem);
  font-weight: 900;
  text-transform: uppercase;
}

body[data-page="media"] .newsroom-hero h1 {
  font-size: clamp(5rem, 7vw, 10.5rem);
  font-weight: 520;
  line-height: 0.96;
}

body[data-page="media"] .newsroom-feature {
  padding-top: clamp(2.8rem, 3.7vw, 5rem);
  padding-bottom: clamp(5rem, 7vw, 9rem);
}

body[data-page="media"] .newsroom-feature a {
  border-top: 0.0625rem solid #111;
  padding-top: clamp(2rem, 2.5vw, 3.4rem);
}

@media (max-width: 82rem) {
  .nav-depth {
    display: none;
  }

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

@media (max-width: 53.75rem) {
  .menu {
    padding: clamp(6rem, 21vw, 8rem) var(--section-pad-x) clamp(3rem, 12vw, 5rem);
  }

  .menu::before {
    font-size: clamp(2.1rem, 12vw, 4rem);
  }

  .menu-grid {
    grid-template-columns: 1fr;
    margin-top: clamp(5.5rem, 26vw, 8rem);
  }

  .menu-grid section {
    min-height: 0;
  }

  body[data-page="who-we-are"] .page-hero h1,
  body[data-page="why-we-exist"] .page-hero.hero-plain h1,
  body[data-page="ir"] .page-hero.hero-plain h1,
  body[data-page="media"] .newsroom-hero h1 {
    font-size: clamp(2.75rem, 10.5vw, 4rem);
    line-height: 1.13;
  }

  body[data-page="why-we-exist"] .page-hero.hero-plain {
    padding-bottom: 15rem;
  }

  body[data-page="why-we-exist"] .page-hero.hero-plain img,
  body[data-page="why-we-exist"] .page-hero.hero-plain::after {
    height: 12rem;
  }
}

/* 2026-06-01 reference recalibration: restrained cinematic enterprise chrome, spacing, and page templates. */
:root {
  --chrome-edge: clamp(4.75rem, 5.2vw, 7rem);
  --layout-edge: clamp(7.5rem, 11.55vw, 14.5rem);
  --layout-edge-narrow: clamp(4.75rem, 5.2vw, 7rem);
  --section-pad-x: var(--layout-edge);
  --subpage-edge: var(--layout-edge);
  --subpage-edge-soft: var(--chrome-edge);
  --subpage-y: 8.5rem;
  --subpage-y-tight: 6.25rem;
  --header-h: 5.625rem;
  --body-large: 1.125rem;
}

@media (min-width: 150rem) {
  html {
    font-size: 17px;
  }
}

@media (min-width: 180rem) {
  html {
    font-size: 18px;
  }
}

.site-header,
.subpage .site-header {
  grid-template-columns: minmax(14rem, 18rem) minmax(0, 1fr) minmax(11rem, 15rem);
  height: var(--header-h);
  min-height: 0;
  padding-inline: var(--chrome-edge);
  color: #fff;
  background: transparent;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.12);
  backdrop-filter: none;
}

.site-header::before {
  background: transparent !important;
  opacity: 0 !important;
}

.site-header::after {
  opacity: 0 !important;
}

.site-header.is-light,
.subpage .site-header.is-light {
  color: #000;
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: rgba(0, 0, 0, 0.08);
  backdrop-filter: none;
}

.site-header:hover,
.site-header:focus-within,
.site-header.is-light:hover,
.site-header.is-light:focus-within {
  color: inherit;
  background: inherit;
}

.site-header:has(.gnb a:hover),
.site-header:has(.gnb a:focus-visible),
.site-header:has(.nav-depth:hover),
.site-header.is-light:has(.gnb a:hover),
.site-header.is-light:has(.gnb a:focus-visible),
.site-header.is-light:has(.nav-depth:hover) {
  color: #fff;
  background: rgba(0, 0, 0, 0.92);
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.site-header:has(.gnb a:hover)::before,
.site-header:has(.gnb a:focus-visible)::before,
.site-header:has(.nav-depth:hover)::before {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.92) !important;
}

.brand {
  gap: 0.625rem;
  font-weight: 820;
}

.brand-mark {
  width: 2rem;
  height: 2rem;
  filter: none;
  box-shadow: none;
}

.brand-text {
  font-size: 1rem;
  letter-spacing: 0;
}

.gnb {
  gap: 2.05rem;
  font-size: 0.875rem;
  font-weight: 860;
}

.tools {
  gap: 1.15rem;
}

.globe,
.hamburger {
  transform: scale(0.92);
  transform-origin: center;
}

.visit {
  font-size: 0.86rem;
  font-weight: 820;
}

.nav-depth {
  display: block;
  top: 100%;
  height: clamp(18.5rem, 31svh, 22rem);
  padding: 0;
  color: #fff;
  background:
    radial-gradient(circle at 55% 30%, rgba(255, 255, 255, 0.1), transparent 28rem),
    rgba(0, 0, 0, 0.92);
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
  transform: translate3d(0, -0.7rem, 0);
}

.site-header:hover .nav-depth,
.site-header:focus-within .nav-depth {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
  transform: translate3d(0, -0.7rem, 0);
}

.site-header:has(.gnb a:hover) .nav-depth,
.site-header:has(.gnb a:focus-visible) .nav-depth,
.site-header:has(.nav-depth:hover) .nav-depth {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.nav-depth-inner {
  position: relative;
  display: block;
  height: 100%;
  max-width: none;
  margin: 0;
  padding-inline: var(--chrome-edge);
}

.nav-depth-col {
  position: absolute;
  top: clamp(2.15rem, 3vw, 3.25rem);
  left: 50%;
  width: clamp(16rem, 18vw, 22rem);
  min-height: 0;
  padding: 0;
  border: 0;
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 0.95rem, 0);
  transition: opacity 280ms ease, transform 360ms ease, visibility 280ms ease;
}

.nav-depth-title {
  display: none;
}

.nav-depth-col a:not(.nav-depth-title) {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 0.56rem 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 1.34rem;
  font-weight: 620;
  line-height: 1.18;
  transform: none;
}

.nav-depth-col a:not(.nav-depth-title):hover,
.nav-depth-col a:not(.nav-depth-title):focus-visible {
  color: #fff;
  transform: translate3d(0.32rem, 0, 0);
}

.site-header:has(.gnb a:nth-child(1):hover) .nav-depth-col:nth-child(1),
.site-header:has(.gnb a:nth-child(1):focus-visible) .nav-depth-col:nth-child(1),
.site-header:has(.nav-depth-col:nth-child(1):hover) .nav-depth-col:nth-child(1) {
  left: calc(50% - 21.6rem);
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.site-header:has(.gnb a:nth-child(2):hover) .nav-depth-col:nth-child(2),
.site-header:has(.gnb a:nth-child(2):focus-visible) .nav-depth-col:nth-child(2),
.site-header:has(.nav-depth-col:nth-child(2):hover) .nav-depth-col:nth-child(2) {
  left: calc(50% - 12.2rem);
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.site-header:has(.gnb a:nth-child(3):hover) .nav-depth-col:nth-child(3),
.site-header:has(.gnb a:nth-child(3):focus-visible) .nav-depth-col:nth-child(3),
.site-header:has(.nav-depth-col:nth-child(3):hover) .nav-depth-col:nth-child(3) {
  left: calc(50% - 3.9rem);
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.site-header:has(.gnb a:nth-child(4):hover) .nav-depth-col:nth-child(4),
.site-header:has(.gnb a:nth-child(4):focus-visible) .nav-depth-col:nth-child(4),
.site-header:has(.nav-depth-col:nth-child(4):hover) .nav-depth-col:nth-child(4) {
  left: calc(50% + 6.2rem);
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.site-header:has(.gnb a:nth-child(5):hover) .nav-depth-col:nth-child(5),
.site-header:has(.gnb a:nth-child(5):focus-visible) .nav-depth-col:nth-child(5),
.site-header:has(.nav-depth-col:nth-child(5):hover) .nav-depth-col:nth-child(5) {
  left: calc(50% + 10.9rem);
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.site-header:has(.gnb a:nth-child(6):hover) .nav-depth-col:nth-child(6),
.site-header:has(.gnb a:nth-child(6):focus-visible) .nav-depth-col:nth-child(6),
.site-header:has(.nav-depth-col:nth-child(6):hover) .nav-depth-col:nth-child(6) {
  left: calc(50% + 16.5rem);
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.site-header:has(.gnb a:nth-child(7):hover) .nav-depth-col:nth-child(7),
.site-header:has(.gnb a:nth-child(7):focus-visible) .nav-depth-col:nth-child(7),
.site-header:has(.nav-depth-col:nth-child(7):hover) .nav-depth-col:nth-child(7) {
  left: calc(50% + 22.8rem);
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.menu {
  padding: clamp(6.5rem, 7.5vw, 9rem) var(--layout-edge) clamp(4.5rem, 6vw, 7rem);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0 52%, rgba(0, 0, 0, 0.64)),
    url("./assets/abstract/abstract-data-tunnel-ixc.jpg") center / cover no-repeat;
}

.menu::before {
  content: "MENU";
  left: auto;
  right: var(--layout-edge);
  top: clamp(5rem, 7vw, 8rem);
  color: rgba(255, 255, 255, 0.14);
  font-size: 8rem;
  font-weight: 700;
  line-height: 0.86;
}

.menu-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(2rem, 3vw, 4rem);
  max-width: 84rem;
  margin-top: clamp(6rem, 10vw, 11rem);
}

.menu-grid section {
  min-height: 12rem;
  padding-top: 1.35rem;
}

.menu-grid h2 {
  font-size: 1.45rem;
  line-height: 1.12;
}

.menu-grid a {
  font-size: 1rem;
  line-height: 1.35;
}

.subpage .page-hero,
.subpage .newsroom-hero,
.subpage .about-vision,
.subpage .about-domain,
.subpage .newsroom-tools,
.subpage .newsroom-grid,
.subpage .newsroom-more,
.subpage .tech-layout,
.subpage .timeline-page,
.subpage .page-product-grid,
.subpage .media-list,
.subpage .legacy-finance-list,
.subpage .location-grid,
.subpage .sub-card-grid,
.subpage .detail-panel-grid {
  padding-left: var(--layout-edge);
  padding-right: var(--layout-edge);
}

body[data-page="who-we-are"] .page-hero {
  height: 56.25rem;
  min-height: min(56.25rem, 82svh);
  padding-left: var(--layout-edge);
  padding-bottom: 6.15rem;
}

body[data-page="who-we-are"] .page-hero > div {
  max-width: 68rem;
}

body[data-page="who-we-are"] .page-hero h1 {
  max-width: 68rem;
  font-size: 5.25rem;
  font-weight: 660;
  line-height: 1.18;
}

body[data-page="who-we-are"] .page-section {
  margin-bottom: 2rem;
  font-size: 1.18rem;
  font-weight: 820;
}

.about-vision {
  grid-template-columns: 12rem minmax(0, 1fr);
  gap: clamp(7rem, 11vw, 13rem);
  padding-top: 6.6rem !important;
  padding-bottom: 7.2rem !important;
}

.about-vision span {
  font-size: 1.15rem;
  font-weight: 760;
}

.about-vision h2 {
  max-width: 61rem;
  font-size: 3.35rem;
  font-weight: 680;
  line-height: 1.32;
}

.about-vision p {
  max-width: 42rem;
  margin-top: 2.15rem;
  font-size: 1.12rem;
  line-height: 1.82;
}

.cinematic-statement {
  min-height: 145svh;
}

.cinematic-statement-inner {
  place-items: center;
  text-align: center;
}

.cinematic-statement h2 {
  max-width: min(77rem, calc(100vw - var(--layout-edge) * 2));
  font-size: 5.7rem;
  font-weight: 230;
  line-height: 1.17;
}

body[data-page="why-we-exist"] .page-hero.hero-plain {
  min-height: 54rem;
  padding: var(--header-h) var(--layout-edge) 15.5rem;
  align-items: center;
  background: #fff;
}

body[data-page="why-we-exist"] .page-hero.hero-plain > div {
  width: min(70rem, calc(100vw - var(--layout-edge) * 2));
  margin-inline: auto;
  padding-top: 2rem;
}

body[data-page="why-we-exist"] .page-hero.hero-plain h1 {
  max-width: 70rem;
  font-size: 6.2rem;
  font-weight: 230;
  line-height: 1.08;
}

body[data-page="why-we-exist"] .page-hero.hero-plain img,
body[data-page="why-we-exist"] .page-hero.hero-plain::after {
  height: 13.5rem;
}

body[data-page="why-we-exist"] .why-manifest.cinematic-statement h2 {
  max-width: 73rem;
  font-size: 5.45rem;
  line-height: 1.18;
}

body[data-page="what-we-do"] .page-hero.hero-center {
  height: 45rem;
  min-height: min(45rem, 72svh);
  justify-items: center;
  padding: var(--header-h) var(--layout-edge) 0;
  text-align: center;
  background: #000;
}

body[data-page="what-we-do"] .page-hero.hero-center > div {
  align-self: center;
  max-width: 56rem;
  margin: 0 auto;
}

body[data-page="what-we-do"] .page-hero.hero-center h1 {
  color: #fff;
  font-size: 5.9rem;
  font-weight: 300;
  line-height: 1;
}

body[data-page="what-we-do"] .page-hero.hero-center img {
  object-position: center center;
  opacity: 0.88;
}

body[data-page="what-we-do"] .page-hero.hero-center::after {
  background:
    radial-gradient(circle at 50% 44%, transparent 0 20rem, rgba(0, 0, 0, 0.42) 33rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.18));
}

body[data-page="ir"] .page-hero.hero-plain {
  min-height: 36.5rem !important;
  padding: calc(var(--header-h) + 4.7rem) var(--layout-edge) 5.8rem;
  background: #fff;
  border-bottom: 0;
}

body[data-page="ir"] .page-hero.hero-plain h1 {
  max-width: 42rem;
  font-size: 5.15rem;
  font-weight: 780;
  line-height: 1.08;
}

body[data-page="ir"] .page-hero.hero-plain .page-section,
body[data-page="ir"] .page-hero.hero-plain .page-lead {
  display: none;
}

body[data-page="media"] .newsroom-hero {
  min-height: 36rem;
  padding: calc(var(--header-h) + 5.25rem) var(--layout-edge) 5.35rem;
  align-content: end;
}

body[data-page="media"] .newsroom-hero p {
  margin-bottom: 2.25rem;
  font-size: 0.95rem;
  font-weight: 820;
  color: #777;
}

body[data-page="media"] .newsroom-hero h1 {
  font-size: 5.45rem;
  font-weight: 790;
  line-height: 1.05;
}

body[data-page="media"] .newsroom-feature {
  display: none;
}

body[data-page="media"] .newsroom-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  padding-top: 0;
  padding-bottom: 2.55rem;
}

body[data-page="media"] .newsroom-tabs {
  display: flex;
  gap: 1.85rem;
}

body[data-page="media"] .newsroom-tabs button {
  min-width: 0;
  height: auto;
  padding: 0.45rem 0.95rem;
  border-radius: 0.35rem;
  color: #a7a7a7;
  background: transparent;
  font-size: 1rem;
  font-weight: 640;
}

body[data-page="media"] .newsroom-tabs button.active {
  color: #111;
  border: 0.0625rem solid #111;
}

body[data-page="media"] .newsroom-search {
  width: min(18rem, 24vw);
  border-bottom: 0.0625rem solid #d4d4d4;
}

body[data-page="media"] .newsroom-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 1.9rem;
  row-gap: 5.8rem;
  padding-top: 0;
  padding-bottom: 7.5rem;
}

body[data-page="media"] .newsroom-grid article {
  min-height: 0;
  padding: 0;
  border: 0;
}

body[data-page="media"] .newsroom-grid article::before {
  display: none !important;
}

body[data-page="media"] .newsroom-grid a {
  display: grid;
  grid-template-rows: auto auto minmax(4.3rem, auto) auto;
  gap: 0;
  height: 100%;
}

body[data-page="media"] .newsroom-grid img {
  width: 100%;
  aspect-ratio: 1.34 / 1;
  margin-bottom: 1.75rem;
  object-fit: cover;
}

body[data-page="media"] .newsroom-grid span {
  margin-bottom: 1.35rem;
  color: var(--orange);
  font-size: 0.98rem;
  font-weight: 840;
}

body[data-page="media"] .newsroom-grid h2 {
  max-width: 92%;
  font-size: 1.18rem;
  font-weight: 760;
  line-height: 1.48;
}

body[data-page="media"] .newsroom-grid time {
  align-self: end;
  margin-top: 2.3rem;
  color: #777;
  font-size: 1rem;
}

body[data-page="legacyImpact"] .page-hero,
body[data-page="careers"] .page-hero {
  height: 52rem;
  min-height: min(52rem, 78svh);
  padding-left: var(--layout-edge);
  padding-bottom: 6.4rem;
}

body[data-page="legacyImpact"] .page-hero h1,
body[data-page="careers"] .page-hero h1,
.subpage .page-hero:not(.hero-plain):not(.hero-center) h1 {
  max-width: 68rem;
  font-size: 5.15rem;
  font-weight: 340;
  line-height: 1.2;
}

@media (max-width: 82rem) {
  :root {
    --chrome-edge: clamp(2.5rem, 5vw, 4rem);
    --layout-edge: clamp(3rem, 7vw, 5rem);
    --section-pad-x: var(--layout-edge);
    --header-h: 5.35rem;
  }

  .site-header,
  .subpage .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .gnb,
  .nav-depth {
    display: none;
  }

  .menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }

  body[data-page="media"] .newsroom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 53.75rem) {
  :root {
    --chrome-edge: clamp(1.25rem, 5vw, 1.75rem);
    --layout-edge: clamp(1.35rem, 5.4vw, 2rem);
    --header-h: 5rem;
  }

  .brand-text {
    font-size: 0.92rem;
  }

  .menu {
    padding: 6.25rem var(--layout-edge) 4rem;
  }

  .menu::before {
    right: var(--layout-edge);
    font-size: 4.2rem;
  }

  .menu-grid {
    grid-template-columns: 1fr;
    margin-top: 4.5rem;
  }

  body[data-page="who-we-are"] .page-hero,
  body[data-page="what-we-do"] .page-hero.hero-center,
  body[data-page="legacyImpact"] .page-hero,
  body[data-page="careers"] .page-hero {
    height: auto;
    min-height: 40rem;
    padding-bottom: 4rem;
  }

  body[data-page="who-we-are"] .page-hero h1,
  body[data-page="why-we-exist"] .page-hero.hero-plain h1,
  body[data-page="what-we-do"] .page-hero.hero-center h1,
  body[data-page="ir"] .page-hero.hero-plain h1,
  body[data-page="media"] .newsroom-hero h1,
  body[data-page="legacyImpact"] .page-hero h1,
  body[data-page="careers"] .page-hero h1,
  .subpage .page-hero:not(.hero-plain):not(.hero-center) h1 {
    font-size: 3.15rem;
    line-height: 1.16;
  }

  .about-vision {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .about-vision h2,
  .cinematic-statement h2,
  body[data-page="why-we-exist"] .why-manifest.cinematic-statement h2 {
    font-size: 2.9rem;
    line-height: 1.22;
  }

  body[data-page="why-we-exist"] .page-hero.hero-plain {
    min-height: 43rem;
    padding-bottom: 12.5rem;
  }

  body[data-page="media"] .newsroom-tools {
    display: grid;
    gap: 1.4rem;
  }

  body[data-page="media"] .newsroom-search {
    width: 100%;
  }

  body[data-page="media"] .newsroom-grid {
    grid-template-columns: 1fr;
  }
}
/* Final QA overrides: keep these last so earlier audit layers cannot reintroduce drift. */
.site-header:has(.gnb a:hover) .gnb a::after,
.site-header:has(.gnb a:focus-visible) .gnb a::after {
  transform: scaleX(0) !important;
}

.site-header .gnb a:hover::after,
.site-header .gnb a:focus-visible::after {
  transform: scaleX(1) !important;
  transform-origin: left;
}

body[data-page="who-we-are"] .page-hero .headline-line > span {
  font-weight: 660 !important;
}

body[data-page="why-we-exist"] .page-hero.hero-plain {
  min-height: 54rem !important;
  padding: var(--header-h) var(--layout-edge) 15.5rem !important;
}

body[data-page="why-we-exist"] .page-hero.hero-plain > div {
  width: min(86rem, calc(100vw - var(--layout-edge) * 2)) !important;
  max-width: 86rem !important;
}

body[data-page="why-we-exist"] .page-hero.hero-plain h1 {
  max-width: 86rem !important;
  font-size: 5.75rem !important;
}

body[data-page="why-we-exist"] .page-hero.hero-plain .headline-line {
  overflow: visible;
}

body[data-page="ir"] .page-hero.hero-plain {
  align-items: start !important;
  min-height: 34rem !important;
  padding: 18.1rem var(--layout-edge) 4.5rem !important;
}

body[data-page="ir"] .page-hero.hero-plain > div {
  padding-top: 0 !important;
}

body[data-page="media"] .newsroom-hero {
  min-height: 33.5rem !important;
  padding-top: calc(var(--header-h) + 4.6rem) !important;
  padding-bottom: 3.3rem !important;
}

body[data-page="media"] .newsroom-tools {
  padding-top: 4.25rem !important;
  border-top: 0 !important;
}

body[data-page="media"] .newsroom-tools::before,
body[data-page="media"] .newsroom-tools::after,
body[data-page="media"] .newsroom-grid::before,
body[data-page="media"] .newsroom-grid::after {
  content: none !important;
  display: none !important;
}

body[data-page="media"] .newsroom-grid,
body[data-page="media"] .newsroom-grid article,
body[data-page="media"] .newsroom-grid a {
  border-top: 0 !important;
  box-shadow: none !important;
}

body[data-page="media"] .newsroom-grid article::before {
  display: none !important;
}

@media (max-width: 53.75rem) {
  body[data-page="why-we-exist"] .page-hero.hero-plain {
    min-height: 43rem !important;
    padding: var(--header-h) var(--layout-edge) 12.5rem !important;
  }

  body[data-page="why-we-exist"] .page-hero.hero-plain > div {
    width: calc(100vw - var(--layout-edge) * 2) !important;
    max-width: calc(100vw - var(--layout-edge) * 2) !important;
  }

  body[data-page="why-we-exist"] .page-hero.hero-plain h1 {
    max-width: 100% !important;
    font-size: 3.15rem !important;
    line-height: 1.14 !important;
  }

  body[data-page="media"] .newsroom-hero {
    min-height: 31rem !important;
    padding-top: calc(var(--header-h) + 2.5rem) !important;
    padding-bottom: 2.75rem !important;
  }

  body[data-page="media"] .newsroom-tools {
    padding-top: 2.9rem !important;
  }
}

/* Header interaction pass: stable hover state, lighter typography, no auxiliary right buttons. */
.site-header,
.subpage .site-header {
  grid-template-columns: minmax(13.5rem, 18rem) minmax(0, 1fr) minmax(13.5rem, 18rem) !important;
}

.gnb {
  gap: clamp(1.85rem, 1.85vw, 2.45rem) !important;
  font-size: clamp(0.96rem, 0.82vw, 1.06rem) !important;
  font-weight: 680 !important;
}

.gnb a {
  padding-top: 0.25rem;
  letter-spacing: 0;
}

.tools {
  justify-content: flex-end;
  gap: 0 !important;
}

.globe,
.visit {
  display: none !important;
}

.hamburger {
  margin-left: auto;
  transform: none !important;
}

.site-header:has(.gnb a:hover),
.site-header:has(.gnb a:focus-visible),
.site-header:has(.nav-depth:hover),
.site-header.is-light:has(.gnb a:hover),
.site-header.is-light:has(.gnb a:focus-visible),
.site-header.is-light:has(.nav-depth:hover),
.site-header[data-nav-open="true"],
.site-header.is-light[data-nav-open="true"] {
  color: #fff;
  background: rgba(0, 0, 0, 0.92);
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.nav-depth {
  height: clamp(14.5rem, 25svh, 18rem) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: none !important;
  transition: opacity 150ms ease, visibility 0s linear 150ms !important;
}

.site-header:hover .nav-depth,
.site-header:focus-within .nav-depth,
.site-header:has(.gnb a:hover) .nav-depth,
.site-header:has(.gnb a:focus-visible) .nav-depth,
.site-header:has(.nav-depth:hover) .nav-depth {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: none !important;
}

.site-header[data-nav-open="true"] .nav-depth {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transition-delay: 0s !important;
}

.nav-depth-col,
.site-header:hover .nav-depth-col,
.site-header:focus-within .nav-depth-col {
  top: clamp(2.35rem, 2.8vw, 3.1rem) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: none !important;
  transition: none !important;
}

.nav-depth-col a:not(.nav-depth-title) {
  padding: 0.5rem 0 !important;
  font-size: clamp(1.12rem, 1.04vw, 1.36rem) !important;
  font-weight: 560 !important;
  transform: none !important;
}

.nav-depth-col a:not(.nav-depth-title):hover,
.nav-depth-col a:not(.nav-depth-title):focus-visible {
  transform: none !important;
  color: #fff;
}

.site-header[data-nav-index="1"] .nav-depth-col:nth-child(1),
.site-header[data-nav-index="2"] .nav-depth-col:nth-child(2),
.site-header[data-nav-index="3"] .nav-depth-col:nth-child(3),
.site-header[data-nav-index="4"] .nav-depth-col:nth-child(4),
.site-header[data-nav-index="5"] .nav-depth-col:nth-child(5),
.site-header[data-nav-index="6"] .nav-depth-col:nth-child(6),
.site-header[data-nav-index="7"] .nav-depth-col:nth-child(7) {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
}

@media (max-width: 82rem) {
  .site-header,
  .subpage .site-header {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  .tools {
    min-width: auto;
  }
}

/* Header hover stabilizer: JS-owned nav state wins over legacy :has() hover rules. */
.site-header[data-header] .gnb {
  font-size: clamp(1.02rem, 0.9vw, 1.12rem) !important;
  font-weight: 600 !important;
}

.site-header[data-header][data-nav-open="true"][data-nav-index] .nav-depth {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
  transition: opacity 150ms ease !important;
}

.site-header[data-header][data-nav-open="true"][data-nav-index] .nav-depth-col {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: none !important;
  transition: none !important;
}

.site-header[data-header][data-nav-open="true"][data-nav-index="1"] .nav-depth-col:nth-child(1),
.site-header[data-header][data-nav-open="true"][data-nav-index="2"] .nav-depth-col:nth-child(2),
.site-header[data-header][data-nav-open="true"][data-nav-index="3"] .nav-depth-col:nth-child(3),
.site-header[data-header][data-nav-open="true"][data-nav-index="4"] .nav-depth-col:nth-child(4),
.site-header[data-header][data-nav-open="true"][data-nav-index="5"] .nav-depth-col:nth-child(5),
.site-header[data-header][data-nav-open="true"][data-nav-index="6"] .nav-depth-col:nth-child(6),
.site-header[data-header][data-nav-open="true"][data-nav-index="7"] .nav-depth-col:nth-child(7) {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* Full-depth navigation: open every section at once to remove cursor-driven column jitter. */
.site-header[data-header][data-nav-open="true"] .nav-depth {
  height: clamp(18rem, 30svh, 22rem) !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
  transition: opacity 160ms ease !important;
}

.site-header[data-header][data-nav-open="true"] .nav-depth .nav-depth-inner {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(1rem, 1.4vw, 2rem) !important;
  width: min(112rem, calc(100vw - var(--layout-edge) * 2)) !important;
  height: 100% !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

.site-header[data-header][data-nav-open="true"] .nav-depth .nav-depth-inner > .nav-depth-col,
.site-header[data-header][data-nav-open="true"][data-nav-index] .nav-depth .nav-depth-inner > .nav-depth-col {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  min-height: 0 !important;
  padding-top: clamp(1.35rem, 1.5vw, 1.9rem) !important;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2) !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
  transition: none !important;
}

.site-header[data-header][data-nav-open="true"] .nav-depth-title {
  display: grid !important;
  margin-bottom: clamp(1rem, 1.25vw, 1.55rem) !important;
  font-size: clamp(0.88rem, 0.78vw, 1.04rem) !important;
  line-height: 1.18 !important;
}

.site-header[data-header][data-nav-open="true"] .nav-depth-title span {
  font-size: 0.7rem !important;
}

.site-header[data-header][data-nav-open="true"] .nav-depth-col a:not(.nav-depth-title) {
  width: fit-content !important;
  max-width: 100% !important;
  padding: 0.36rem 0 !important;
  font-size: clamp(0.86rem, 0.78vw, 1rem) !important;
  font-weight: 560 !important;
  line-height: 1.32 !important;
  transform: none !important;
}

.site-header[data-header][data-nav-open="true"] .nav-depth-col a:not(.nav-depth-title):hover,
.site-header[data-header][data-nav-open="true"] .nav-depth-col a:not(.nav-depth-title):focus-visible {
  transform: none !important;
}

@media (max-width: 82rem) {
  .site-header[data-header][data-nav-open="true"] .nav-depth {
    display: none !important;
  }
}

/* Cinematic statement typography audit: keep the moment grand without orphaned Korean lines. */
.cinematic-statement .cinematic-statement-inner {
  left: var(--subpage-edge-soft, var(--layout-edge)) !important;
  right: var(--subpage-edge-soft, var(--layout-edge)) !important;
}

.cinematic-statement h2,
.about-purpose-intro.cinematic-statement h2,
.what-landing-intro.cinematic-statement h2,
.legacy-impact-manifest.cinematic-statement h2,
.discover-intro.cinematic-statement h2,
body[data-page="why-we-exist"] .why-manifest.cinematic-statement h2 {
  width: 100% !important;
  max-width: min(88rem, calc(100vw - var(--subpage-edge-soft, var(--layout-edge)) * 2)) !important;
  margin-inline: auto !important;
  font-size: clamp(3.45rem, 4.22vw, 5.05rem) !important;
  font-weight: 240 !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-wrap: balance;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

.cinematic-statement p,
.discover-intro.cinematic-statement p,
body[data-page="why-we-exist"] .why-manifest.cinematic-statement p {
  max-width: min(44rem, calc(100vw - var(--subpage-edge-soft, var(--layout-edge)) * 2)) !important;
  font-size: clamp(1rem, 1vw, 1.18rem) !important;
  line-height: 1.74 !important;
  text-wrap: balance;
}

@media (max-width: 82rem) {
  .cinematic-statement .cinematic-statement-inner {
    left: var(--layout-edge) !important;
    right: var(--layout-edge) !important;
  }

  .cinematic-statement h2,
  .about-purpose-intro.cinematic-statement h2,
  .what-landing-intro.cinematic-statement h2,
  .legacy-impact-manifest.cinematic-statement h2,
  .discover-intro.cinematic-statement h2,
  body[data-page="why-we-exist"] .why-manifest.cinematic-statement h2 {
    max-width: min(50rem, calc(100vw - var(--layout-edge) * 2)) !important;
    font-size: clamp(2.75rem, 7vw, 4.25rem) !important;
    line-height: 1.22 !important;
  }
}

@media (max-width: 48rem) {
  .cinematic-statement {
    min-height: 132svh !important;
  }

  .cinematic-statement h2,
  .about-purpose-intro.cinematic-statement h2,
  .what-landing-intro.cinematic-statement h2,
  .legacy-impact-manifest.cinematic-statement h2,
  .discover-intro.cinematic-statement h2,
  body[data-page="why-we-exist"] .why-manifest.cinematic-statement h2 {
    max-width: min(26rem, calc(100vw - var(--layout-edge) * 2)) !important;
    font-size: clamp(2.05rem, 8.8vw, 3.05rem) !important;
    line-height: 1.28 !important;
  }
}

/* Media newsroom final pass: remove stray rules and add official-style detail view. */
body[data-page="media"] .newsroom-tools,
body[data-page="media"] .newsroom-grid,
body[data-page="media"] .newsroom-grid article,
body[data-page="media"] .newsroom-grid a {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

body[data-page="media"] .newsroom-tools::before,
body[data-page="media"] .newsroom-tools::after,
body[data-page="media"] .newsroom-grid::before,
body[data-page="media"] .newsroom-grid::after,
body[data-page="media"] .newsroom-grid article::before,
body[data-page="media"] .newsroom-grid article::after,
body[data-page="media"] .newsroom-grid a::before,
body[data-page="media"] .newsroom-grid a::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body[data-page="media"] .newsroom-grid article {
  position: relative;
  overflow: visible !important;
}

body[data-page="media"] .newsroom-grid a {
  cursor: pointer;
}

body[data-page="media-view"] {
  background: #fff;
}

body[data-page="media-view"] .gnb a[href="./media.html"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.news-view {
  display: grid;
  grid-template-columns: clamp(4rem, 8vw, 8.5rem) minmax(0, 1fr);
  column-gap: clamp(3.5rem, 5.4vw, 7rem);
  width: min(86rem, calc(100vw - var(--layout-edge) * 2));
  margin-inline: auto;
  padding-top: calc(var(--header-h) + clamp(10.5rem, 14vw, 16.5rem));
  padding-bottom: clamp(8rem, 11vw, 13rem);
  color: #050505;
}

.news-view-back {
  display: grid;
  place-items: center;
  width: clamp(3rem, 3.3vw, 3.55rem);
  aspect-ratio: 1;
  border: 0.0625rem solid rgba(0, 0, 0, 0.24);
  border-radius: 0.42rem;
  color: #111;
  font-size: clamp(1.65rem, 1.8vw, 2.1rem);
  line-height: 1;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.news-view-back:hover,
.news-view-back:focus-visible {
  border-color: #111;
  background: #f5f5f5;
  transform: translate3d(-0.18rem, 0, 0);
}

.news-view-head {
  padding-bottom: clamp(3.8rem, 4.6vw, 5.2rem);
  border-bottom: 0.12rem solid #111;
}

.news-view-head span {
  display: block;
  margin-bottom: clamp(1.35rem, 1.6vw, 2rem);
  color: #111;
  font-size: clamp(0.95rem, 0.9vw, 1.08rem);
  font-weight: 780;
}

.news-view-head h1 {
  max-width: 62rem;
  margin: 0;
  font-size: clamp(3.1rem, 4.25vw, 5.25rem);
  font-weight: 740;
  line-height: 1.18;
  letter-spacing: 0;
  word-break: keep-all;
  text-wrap: balance;
}

.news-view-head time {
  display: block;
  margin-top: clamp(2rem, 2.4vw, 3rem);
  color: #777;
  font-size: clamp(1rem, 1vw, 1.18rem);
}

.news-view-body {
  grid-column: 2;
  padding-top: clamp(3.9rem, 4.7vw, 5.4rem);
}

.news-view-body img {
  width: 100%;
  max-height: clamp(25rem, 44vw, 39rem);
  margin-bottom: clamp(3rem, 4vw, 5rem);
  object-fit: cover;
}

.news-view-body p {
  max-width: 61rem;
  margin: 0;
  color: #606060;
  font-size: clamp(1.08rem, 1.08vw, 1.28rem);
  line-height: 1.86;
  word-break: keep-all;
}

.news-view-body p + p {
  margin-top: 1.15rem;
}

.news-view-pager {
  grid-column: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(1.1rem, 1.5vw, 2rem);
  margin-top: clamp(5rem, 6vw, 7rem);
  padding-top: clamp(2rem, 2.5vw, 3rem);
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.16);
}

.news-view-pager a {
  display: grid;
  align-content: center;
  gap: 0.5rem;
  min-height: 5.5rem;
  color: #111;
}

.news-view-pager a:last-child {
  text-align: right;
}

.news-view-pager span {
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 860;
}

.news-view-pager strong {
  display: -webkit-box;
  overflow: hidden;
  color: #222;
  font-size: clamp(1rem, 1vw, 1.18rem);
  font-weight: 660;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-view-list {
  place-items: center;
  min-width: clamp(4.8rem, 5vw, 6rem);
  padding-inline: 1.2rem;
  border: 0.0625rem solid #111;
  border-radius: 999rem;
  font-weight: 760;
}

@media (max-width: 70rem) {
  .news-view {
    grid-template-columns: 1fr;
    width: calc(100vw - var(--layout-edge) * 2);
    padding-top: calc(var(--header-h) + 7rem);
  }

  .news-view-back,
  .news-view-body,
  .news-view-pager {
    grid-column: 1;
  }

  .news-view-back {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 48rem) {
  .news-view {
    padding-top: calc(var(--header-h) + 4.8rem);
    padding-bottom: 6rem;
  }

  .news-view-head h1 {
    font-size: clamp(2.35rem, 10vw, 3.35rem);
    line-height: 1.18;
  }

  .news-view-body {
    padding-top: 3rem;
  }

  .news-view-body img {
    margin-bottom: 2.5rem;
  }

  .news-view-body p {
    font-size: 1rem;
    line-height: 1.78;
  }

  .news-view-pager {
    grid-template-columns: 1fr;
  }

  .news-view-pager a:last-child {
    text-align: left;
  }

  .news-view-list {
    justify-self: start;
  }
}

/* Why We Build motion reset: one expanding overview scene, then chapter scenes. */
body[data-page="why-we-exist"] .page-hero.hero-plain {
  min-height: clamp(48rem, 80svh, 56rem) !important;
  padding: var(--header-h) var(--layout-edge) 0 !important;
  align-items: center !important;
  color: #050505 !important;
  background: #fff !important;
  overflow: visible !important;
}

body[data-page="why-we-exist"] .page-hero.hero-plain > div {
  width: min(72rem, calc(100vw - var(--layout-edge) * 2)) !important;
  max-width: 72rem !important;
  margin-inline: auto !important;
  padding-top: clamp(1rem, 2vw, 2.2rem) !important;
  text-align: center !important;
}

body[data-page="why-we-exist"] .page-hero.hero-plain h1 {
  max-width: 72rem !important;
  margin-inline: auto !important;
  color: #050505 !important;
  font-size: clamp(5.15rem, 5.8vw, 7.35rem) !important;
  font-weight: 230 !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

body[data-page="why-we-exist"] .page-hero.hero-plain img,
body[data-page="why-we-exist"] .page-hero.hero-plain::after {
  display: none !important;
}

body[data-page="why-we-exist"] .why-manifest.cinematic-statement {
  --statement-surface: #050505;
  min-height: 200svh !important;
  margin-top: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: #050505 !important;
}

body[data-page="why-we-exist"] .why-manifest.cinematic-statement::before {
  content: none !important;
  display: none !important;
}

body[data-page="why-we-exist"] .why-manifest.cinematic-statement::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.08), transparent 35rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.24) 64%, rgba(0, 0, 0, 0.48));
}

body[data-page="why-we-exist"] .why-manifest-image {
  position: sticky !important;
  top: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100svh !important;
  margin: 0 !important;
  aspect-ratio: auto !important;
  overflow: hidden !important;
  background: #050505 !important;
  transform: none !important;
}

body[data-page="why-we-exist"] .why-manifest-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center 58% !important;
  opacity: 0.92 !important;
  filter: saturate(1.08) contrast(1.08) brightness(0.92) !important;
  transform: translate3d(0, calc(var(--motion-y, 0) * -2rem), 0) scale(1.08) !important;
  transform-origin: center !important;
}

body[data-page="why-we-exist"] .why-manifest.cinematic-statement .cinematic-statement-inner {
  z-index: 2 !important;
  left: var(--layout-edge) !important;
  right: var(--layout-edge) !important;
  height: 100svh !important;
  place-items: center !important;
  text-align: center !important;
}

body[data-page="why-we-exist"] .why-manifest.cinematic-statement h2 {
  width: min(76rem, calc(100vw - var(--layout-edge) * 2)) !important;
  max-width: 76rem !important;
  color: #fff !important;
  font-size: clamp(2.65rem, 3.05vw, 3.72rem) !important;
  font-weight: 360 !important;
  line-height: 1.52 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-wrap: balance;
}

body[data-page="why-we-exist"] .why-manifest.cinematic-statement p {
  max-width: min(39rem, calc(100vw - var(--layout-edge) * 2)) !important;
  margin: clamp(1.25rem, 1.8vw, 2rem) auto 0 !important;
  color: rgba(255, 255, 255, 0.74) !important;
  font-size: clamp(0.95rem, 0.92vw, 1.08rem) !important;
  line-height: 1.82 !important;
  text-align: center !important;
}

body[data-page="why-we-exist"] .why-chapters {
  background: #f7f7f7 !important;
}

body[data-page="why-we-exist"] .why-chapter {
  position: relative !important;
  display: block !important;
  min-height: clamp(118rem, 205svh, 150rem) !important;
  padding: 0 0 clamp(8rem, 11vw, 13rem) !important;
  overflow: visible !important;
  color: #070707 !important;
  background: #f7f7f7 !important;
  isolation: isolate;
}

body[data-page="why-we-exist"] .why-chapter + .why-chapter {
  margin-top: clamp(3.5rem, 7vw, 8rem) !important;
}

body[data-page="why-we-exist"] .why-chapter::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  height: 100svh;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.06) 54%, rgba(0, 0, 0, 0.35)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.1) 48%, rgba(0, 0, 0, 0.54));
}

body[data-page="why-we-exist"] .why-chapter-bg {
  position: sticky !important;
  top: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100svh !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
  filter: saturate(1.04) contrast(1.08) brightness(0.74) !important;
  transform: translate3d(0, calc(var(--motion-y, 0) * -1.4rem), 0) scale(1.045) !important;
  transform-origin: center !important;
}

body[data-page="why-we-exist"] .why-chapter-copy {
  position: relative !important;
  z-index: 2 !important;
  width: min(38rem, calc(100vw - var(--layout-edge) * 2)) !important;
  margin: clamp(-18rem, -14vw, -10rem) 0 0 var(--layout-edge) !important;
  padding: clamp(2.4rem, 3.35vw, 4.4rem) !important;
  color: #070707 !important;
  background: #fff !important;
  box-shadow: 0 2.6rem 5.4rem rgba(0, 0, 0, 0.14) !important;
  transform: translate3d(0, calc(var(--cinema-y, 0) * -1.15rem), 0) !important;
  will-change: transform;
}

body[data-page="why-we-exist"] .why-chapter:nth-child(even) .why-chapter-copy {
  margin-left: auto !important;
  margin-right: var(--layout-edge) !important;
}

body[data-page="why-we-exist"] .why-chapter-copy span {
  display: block !important;
  margin-bottom: clamp(1.1rem, 1.5vw, 1.9rem) !important;
  color: var(--orange) !important;
  font-size: clamp(0.95rem, 0.95vw, 1.15rem) !important;
  font-weight: 760 !important;
  letter-spacing: 0 !important;
}

body[data-page="why-we-exist"] .why-chapter-copy h2 {
  max-width: 34rem !important;
  margin: 0 !important;
  color: #070707 !important;
  font-size: clamp(2.55rem, 3.3vw, 4.25rem) !important;
  font-weight: 260 !important;
  line-height: 1.06 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

body[data-page="why-we-exist"] .why-chapter-copy p {
  max-width: 32rem !important;
  margin: clamp(1.35rem, 1.8vw, 2.2rem) 0 0 !important;
  color: #4a4a4a !important;
  font-size: clamp(1rem, 1.02vw, 1.18rem) !important;
  line-height: 1.82 !important;
  word-break: keep-all;
}

body[data-page="why-we-exist"] .why-thumb-strip {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(0.8rem, 1.1vw, 1.35rem) !important;
  width: min(31rem, calc(100vw - var(--layout-edge) * 2)) !important;
  margin: clamp(2.4rem, 3.8vw, 4.8rem) 0 0 var(--layout-edge) !important;
  transform: translate3d(0, calc(var(--cinema-y, 0) * -0.8rem), 0) !important;
}

body[data-page="why-we-exist"] .why-chapter:nth-child(even) .why-thumb-strip {
  margin-left: auto !important;
  margin-right: var(--layout-edge) !important;
}

body[data-page="why-we-exist"] .why-thumb-strip img {
  width: 100% !important;
  aspect-ratio: 1.2 / 1 !important;
  object-fit: cover !important;
  filter: saturate(1.02) contrast(1.05) !important;
}

@media (max-width: 70rem) {
  body[data-page="why-we-exist"] .page-hero.hero-plain h1 {
    font-size: clamp(4.15rem, 8vw, 6rem) !important;
  }

  body[data-page="why-we-exist"] .why-chapter-copy,
  body[data-page="why-we-exist"] .why-chapter:nth-child(even) .why-chapter-copy,
  body[data-page="why-we-exist"] .why-thumb-strip,
  body[data-page="why-we-exist"] .why-chapter:nth-child(even) .why-thumb-strip {
    margin-left: var(--layout-edge) !important;
    margin-right: var(--layout-edge) !important;
  }
}

@media (max-width: 48rem) {
  body[data-page="why-we-exist"] .page-hero.hero-plain {
    min-height: 43rem !important;
  }

  body[data-page="why-we-exist"] .page-hero.hero-plain h1 {
    font-size: clamp(2.85rem, 10.5vw, 3.75rem) !important;
    line-height: 1.1 !important;
  }

  body[data-page="why-we-exist"] .why-manifest.cinematic-statement {
    min-height: 165svh !important;
  }

  body[data-page="why-we-exist"] .why-manifest.cinematic-statement h2 {
    font-size: clamp(2rem, 7.2vw, 2.9rem) !important;
    line-height: 1.38 !important;
  }

  body[data-page="why-we-exist"] .why-manifest.cinematic-statement p {
    display: none;
  }

  body[data-page="why-we-exist"] .why-chapter {
    min-height: auto !important;
    padding-bottom: 6rem !important;
  }

  body[data-page="why-we-exist"] .why-chapter-bg {
    position: relative !important;
    height: 72svh !important;
  }

  body[data-page="why-we-exist"] .why-chapter::after {
    height: 72svh;
  }

  body[data-page="why-we-exist"] .why-chapter-copy,
  body[data-page="why-we-exist"] .why-chapter:nth-child(even) .why-chapter-copy {
    width: auto !important;
    margin: -5.4rem var(--layout-edge) 0 !important;
    padding: 2rem !important;
  }

  body[data-page="why-we-exist"] .why-chapter-copy h2 {
    font-size: clamp(2.15rem, 9vw, 3.05rem) !important;
    line-height: 1.12 !important;
  }

  body[data-page="why-we-exist"] .why-thumb-strip,
  body[data-page="why-we-exist"] .why-chapter:nth-child(even) .why-thumb-strip {
    width: auto !important;
    margin: 1.4rem var(--layout-edge) 0 !important;
  }
}

/* Why We Build: official-style chapter rhythm rebuild */
body[data-page="why-we-exist"] .why-chapters {
  background: #fff !important;
}

body[data-page="why-we-exist"] .why-chapter {
  position: relative !important;
  display: block !important;
  min-height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  color: #070707 !important;
  background: #fff !important;
  isolation: auto !important;
}

body[data-page="why-we-exist"] .why-chapter + .why-chapter {
  margin-top: 0 !important;
}

body[data-page="why-we-exist"] .why-chapter::after {
  content: none !important;
  display: none !important;
}

body[data-page="why-we-exist"] .why-chapter-scene {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: #050505;
}

body[data-page="why-we-exist"] .why-chapter-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.08) 34%, rgba(0, 0, 0, 0.18) 58%, rgba(0, 0, 0, 0.56)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.35), transparent 46%, rgba(0, 0, 0, 0.28));
}

body[data-page="why-we-exist"] .why-chapter-bg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
  filter: saturate(1.04) contrast(1.07) brightness(0.84) !important;
  transform: translate3d(0, calc(var(--motion-y, 0) * -1.1rem), 0) scale(1.055) !important;
  transform-origin: center !important;
  will-change: transform;
}

body[data-page="why-we-exist"] .why-chapter-nav {
  position: absolute;
  inset: clamp(2rem, 3vw, 3.75rem) var(--layout-edge) auto;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 3rem);
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.78rem, 0.78vw, 0.98rem);
  font-weight: 760;
  line-height: 1.1;
  text-transform: uppercase;
  transform: translate3d(0, calc(var(--cinema-y, 0) * -0.6rem), 0);
}

body[data-page="why-we-exist"] .why-chapter-nav span {
  position: relative;
  display: block;
  padding-top: clamp(0.65rem, 0.8vw, 0.9rem);
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.38);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body[data-page="why-we-exist"] .why-chapter-nav span.is-current {
  color: #fff;
}

body[data-page="why-we-exist"] .why-chapter-nav span.is-current::before {
  content: "";
  position: absolute;
  inset: -0.0625rem auto auto 0;
  width: 48%;
  height: 0.125rem;
  background: #fff;
}

body[data-page="why-we-exist"] .why-chapter-title {
  position: relative;
  z-index: 2;
  width: min(82rem, calc(100vw - var(--layout-edge) * 2));
  margin: 0;
  color: #fff;
  font-size: clamp(4.25rem, 7.4vw, 8.75rem);
  font-weight: 250;
  line-height: 0.98;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  transform: translate3d(0, calc(var(--cinema-y, 0) * -1.35rem), 0);
  text-wrap: balance;
}

body[data-page="why-we-exist"] .why-chapter-detail {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(32rem, 46vw) minmax(24rem, 39rem);
  align-items: start;
  column-gap: clamp(4rem, 7vw, 10rem);
  min-height: clamp(58rem, 118svh, 82rem);
  padding: clamp(8rem, 12vw, 15rem) var(--layout-edge) clamp(9rem, 14vw, 16rem);
  color: #050505;
  background: #fff;
}

body[data-page="why-we-exist"] .why-chapter:nth-child(even) .why-chapter-detail {
  grid-template-columns: minmax(24rem, 39rem) minmax(32rem, 46vw);
}

body[data-page="why-we-exist"] .why-detail-media {
  position: relative;
  min-height: clamp(43rem, 60vw, 70rem);
  transform: translate3d(0, calc(var(--motion-y, 0) * -1.5rem), 0);
}

body[data-page="why-we-exist"] .why-chapter:nth-child(even) .why-detail-media {
  grid-column: 2;
}

body[data-page="why-we-exist"] .why-detail-img {
  position: absolute;
  display: block;
  max-width: none !important;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.04);
  transform: translate3d(0, calc(var(--cinema-y, 0) * -1rem), 0);
  will-change: transform;
}

body[data-page="why-we-exist"] .why-detail-img-1 {
  top: 0;
  left: 2%;
  width: min(36rem, 62%);
  aspect-ratio: 0.96 / 1;
}

body[data-page="why-we-exist"] .why-detail-img-2 {
  top: clamp(13rem, 17vw, 20rem);
  right: 0;
  width: min(32rem, 50%);
  aspect-ratio: 1 / 1.16;
}

body[data-page="why-we-exist"] .why-detail-img-3 {
  left: 20%;
  bottom: 0;
  width: min(26rem, 42%);
  aspect-ratio: 1.1 / 1;
}

body[data-page="why-we-exist"] .why-chapter-copy {
  position: sticky !important;
  top: clamp(7rem, 10vw, 10rem) !important;
  z-index: 2 !important;
  align-self: start !important;
  width: auto !important;
  max-width: 39rem !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #050505 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: translate3d(0, calc(var(--cinema-y, 0) * -0.7rem), 0) !important;
}

body[data-page="why-we-exist"] .why-chapter:nth-child(even) .why-chapter-copy {
  grid-column: 1;
  grid-row: 1;
  margin: 0 !important;
}

body[data-page="why-we-exist"] .why-chapter-copy span {
  display: block !important;
  margin: 0 0 clamp(2.4rem, 3.2vw, 4rem) !important;
  padding-top: clamp(0.75rem, 0.9vw, 1rem) !important;
  color: #050505 !important;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.52);
  font-size: clamp(0.82rem, 0.82vw, 1rem) !important;
  font-weight: 760 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

body[data-page="why-we-exist"] .why-chapter-copy h2 {
  display: none !important;
}

body[data-page="why-we-exist"] .why-chapter-copy p {
  max-width: 37rem !important;
  margin: 0 !important;
  color: #050505 !important;
  font-size: clamp(1.9rem, 2.28vw, 3.05rem) !important;
  font-weight: 420 !important;
  line-height: 1.48 !important;
  letter-spacing: 0 !important;
  word-break: keep-all;
}

@media (max-width: 70rem) {
  body[data-page="why-we-exist"] .why-chapter-nav {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  body[data-page="why-we-exist"] .why-chapter-nav span:not(.is-current) {
    display: none;
  }

  body[data-page="why-we-exist"] .why-chapter-title {
    font-size: clamp(3.3rem, 10vw, 6.4rem);
  }

  body[data-page="why-we-exist"] .why-chapter-detail,
  body[data-page="why-we-exist"] .why-chapter:nth-child(even) .why-chapter-detail {
    grid-template-columns: 1fr;
    min-height: auto;
    row-gap: clamp(4rem, 8vw, 6rem);
  }

  body[data-page="why-we-exist"] .why-chapter:nth-child(even) .why-detail-media,
  body[data-page="why-we-exist"] .why-chapter:nth-child(even) .why-chapter-copy {
    grid-column: auto;
    grid-row: auto;
  }

  body[data-page="why-we-exist"] .why-chapter-copy {
    position: relative !important;
    top: auto !important;
    max-width: none !important;
  }
}

@media (max-width: 48rem) {
  body[data-page="why-we-exist"] .why-chapter-scene {
    min-height: 82svh;
  }

  body[data-page="why-we-exist"] .why-chapter-title {
    font-size: clamp(3rem, 14vw, 4.8rem);
    line-height: 1.04;
  }

  body[data-page="why-we-exist"] .why-chapter-detail,
  body[data-page="why-we-exist"] .why-chapter:nth-child(even) .why-chapter-detail {
    padding: 5.2rem var(--layout-edge) 6.2rem;
  }

  body[data-page="why-we-exist"] .why-detail-media {
    min-height: 30rem;
  }

  body[data-page="why-we-exist"] .why-detail-img-1 {
    width: 60%;
  }

  body[data-page="why-we-exist"] .why-detail-img-2 {
    top: 9rem;
    width: 48%;
  }

  body[data-page="why-we-exist"] .why-detail-img-3 {
    width: 42%;
  }

  body[data-page="why-we-exist"] .why-chapter-copy p {
    font-size: clamp(1.55rem, 7.2vw, 2.25rem) !important;
    line-height: 1.5 !important;
  }
}

/* Final AX priority layer. Keep this at the end so the new SI/AX redesign wins over legacy study overrides. */
:root {
  --layout-edge: clamp(2.25rem, 5.8vw, 8.75rem);
  --section-space: clamp(8rem, 12vw, 15.5rem);
  --ax-orange: #51237d;
  --ax-teal: #1fd6c2;
  --ax-blue: #1c63ff;
  --ax-navy: #06113f;
}

.site-header,
.subpage .site-header {
  min-height: clamp(4.9rem, 5.5vw, 6.8rem) !important;
  padding-inline: var(--layout-edge) !important;
}

.site-header .gnb {
  gap: clamp(1rem, 1.45vw, 2.55rem) !important;
}

.site-header .gnb a {
  font-size: clamp(0.74rem, 0.34vw + 0.62rem, 0.98rem) !important;
  font-weight: 640 !important;
  letter-spacing: 0 !important;
}

.brand-text {
  font-size: clamp(0.98rem, 0.58vw + 0.72rem, 1.32rem) !important;
  letter-spacing: 0 !important;
}

.nav-depth-inner {
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  gap: clamp(1rem, 1.35vw, 2rem) !important;
}

.hero-copy h1 {
  max-width: min(76rem, 74vw) !important;
  letter-spacing: 0 !important;
}

.mission-text-only {
  min-height: clamp(42rem, 72svh, 58rem) !important;
  padding: var(--section-space) var(--layout-edge) !important;
}

.mission-text-only .mission-copy {
  width: 100% !important;
  margin: 0 !important;
  opacity: 1 !important;
  transform: none !important;
}

.mission-text-only .mission-copy h2 {
  max-width: min(86rem, 90vw) !important;
  color: #050505 !important;
  font-size: clamp(3.9rem, 8.1vw, 10.5rem) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

.mission-text-only .arrow-link {
  color: #050505 !important;
}

.what-track {
  width: min(76rem, calc(100vw - var(--layout-edge) * 2)) !important;
  margin-inline: auto !important;
}

.what-panel {
  justify-content: center !important;
}

.what-panel-copy {
  width: 100% !important;
  max-width: none !important;
  text-align: center !important;
}

.what-panel .arrow-link {
  justify-content: center !important;
}

.what-panel-copy h2 {
  margin-inline: auto !important;
  max-width: 72rem !important;
  letter-spacing: 0 !important;
}

.ax-main-services,
.ax-section {
  padding: var(--section-space) var(--layout-edge) !important;
}

.ax-display {
  font-size: clamp(3.1rem, 5.8vw, 8.25rem) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

.ax-page-hero {
  min-height: clamp(44rem, 72svh, 64rem) !important;
}

.ax-page-hero > div {
  width: min(82rem, calc(100vw - var(--layout-edge) * 2)) !important;
  margin-inline: var(--layout-edge) auto !important;
}

.ax-page-hero h1 {
  max-width: 76rem !important;
  font-size: clamp(3.4rem, 6.25vw, 9.4rem) !important;
  font-weight: 360 !important;
  line-height: 1.06 !important;
  letter-spacing: 0 !important;
  word-break: keep-all;
}

.cinematic-statement.ax-cinematic h2 {
  max-width: min(82rem, calc(100vw - var(--layout-edge) * 2)) !important;
  margin-inline: auto !important;
  font-size: clamp(3.1rem, 5.5vw, 8.25rem) !important;
  line-height: 1.18 !important;
  text-align: center !important;
  letter-spacing: 0 !important;
}

.news-grid article::before,
.newsroom-grid article::before,
.media-list article::before,
.ax-news-card::before {
  display: none !important;
}

.news-grid {
  align-items: stretch !important;
  row-gap: clamp(3.5rem, 5.5vw, 7rem) !important;
}

.news-grid article {
  display: flex !important;
  min-height: 100% !important;
  flex-direction: column !important;
  border-top: 1px solid rgba(0, 0, 0, 0.14) !important;
  padding-top: clamp(1.25rem, 1.8vw, 2rem) !important;
}

.news-grid article h3 {
  min-height: clamp(4.8rem, 6vw, 7rem) !important;
}

.news-grid article time {
  margin-top: auto !important;
  padding-top: clamp(1.8rem, 2.5vw, 3rem) !important;
}

.news-grid article img {
  margin-top: clamp(2rem, 2.8vw, 3.4rem) !important;
}

@media (max-width: 92rem) {
  .nav-depth-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .site-header .gnb {
    gap: clamp(0.85rem, 1.1vw, 1.4rem) !important;
  }

  .site-header .gnb a {
    font-size: 0.76rem !important;
  }
}

@media (max-width: 70rem) {
  .site-header .gnb {
    display: none !important;
  }

  .mission-text-only .mission-copy h2,
  .ax-display,
  .ax-page-hero h1,
  .cinematic-statement.ax-cinematic h2 {
    font-size: clamp(2.8rem, 10vw, 5.5rem) !important;
  }
}

@media (max-width: 48rem) {
  :root {
    --layout-edge: clamp(1.25rem, 6vw, 1.8rem);
    --section-space: clamp(5.5rem, 15vw, 8rem);
  }

  .what-track {
    width: calc(100vw - var(--layout-edge) * 2) !important;
  }

  .what-panel-copy h2 {
    font-size: clamp(2.4rem, 11vw, 4.2rem) !important;
    line-height: 1.18 !important;
  }
}

/* 2026-06-03 product-detail rebuild: business/product detail rhythm, recreated for AX/SI. */
:root {
  --product-edge: clamp(1.75rem, 10vw, 10rem);
  --product-blue: #071345;
  --product-blue-2: #040b2b;
  --product-accent: #1769ff;
  --product-soft: #f3f5f8;
  --product-line: #d8dde6;
}

body.subpage {
  background: #fff !important;
}

body.subpage .site-header,
body.subpage .site-header.is-light,
body[data-template] .site-header,
body[data-template] .site-header.is-light {
  min-height: clamp(5.2rem, 5.8vw, 7.25rem) !important;
  padding-inline: clamp(2rem, 5vw, 5rem) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: #050505 !important;
  backdrop-filter: blur(1rem);
}

body[data-template] .brand-text,
body[data-template] .gnb a,
body[data-template] .hamburger span:not(.sr-only),
body[data-template] .hamburger span:not(.sr-only)::before,
body[data-template] .hamburger span:not(.sr-only)::after {
  color: #050505 !important;
  border-color: #050505 !important;
}

body[data-template] .gnb a {
  font-size: clamp(0.9rem, 0.35vw + 0.78rem, 1.1rem) !important;
  font-weight: 520 !important;
}

body[data-template] .gnb a.active::after {
  background: #050505 !important;
}

body[data-template] .page-main {
  padding: 0 !important;
}

.product-page-title {
  padding: clamp(9.5rem, 12vw, 13rem) var(--product-edge) clamp(3.4rem, 5.4vw, 5rem);
  background: #fff;
}

.product-page-title p {
  margin: 0 0 clamp(1.6rem, 2.4vw, 2.4rem);
  color: #5f6671;
  font-size: clamp(0.9rem, 0.32vw + 0.78rem, 1.05rem);
  font-weight: 660;
  letter-spacing: 0;
}

.product-page-title h1 {
  margin: 0;
  color: #050505;
  font-size: clamp(2.8rem, 4.2vw, 5.6rem);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: 0;
  word-break: keep-all;
}

.product-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.9fr) auto;
  align-items: center;
  min-height: clamp(28rem, 35vw, 39rem);
  padding: clamp(3.5rem, 5.8vw, 6rem) var(--product-edge);
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 54%, rgba(75, 55, 255, 0.38), transparent 31%),
    linear-gradient(135deg, var(--product-blue), var(--product-blue-2));
  color: #fff;
}

.product-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 48rem;
}

.product-hero-copy span {
  display: block;
  margin-bottom: clamp(1.3rem, 1.7vw, 2rem);
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.95rem, 0.35vw + 0.82rem, 1.12rem);
  font-weight: 520;
  letter-spacing: 0;
}

.product-hero-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 3.3vw, 4.6rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
  word-break: keep-all;
}

.product-hero-copy p {
  margin: clamp(1.6rem, 2vw, 2.4rem) 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 0.5vw + 0.88rem, 1.34rem);
  line-height: 1.65;
  word-break: keep-all;
}

.product-hero-visual {
  position: relative;
  z-index: 1;
  min-height: clamp(19rem, 26vw, 29rem);
}

.product-hero-visual img {
  position: absolute;
  inset: 8% 0 0;
  width: 100%;
  height: 84%;
  object-fit: cover;
  opacity: 0.18;
  filter: saturate(0.85) contrast(1.05);
  transform: scale(1.08);
}

.product-hero-visual i {
  position: absolute;
  inset: 22% 8% auto auto;
  width: clamp(13rem, 21vw, 28rem);
  height: clamp(6rem, 8vw, 10rem);
  background: linear-gradient(90deg, rgba(255, 70, 222, 0.62), rgba(82, 49, 255, 0.18));
  transform: skewY(-7deg) rotate(2deg);
  opacity: 0.78;
}

.product-hero-visual i:nth-of-type(2) {
  inset: 40% auto auto 8%;
  width: clamp(16rem, 25vw, 34rem);
  transform: skewY(-8deg) rotate(-4deg);
  opacity: 0.46;
}

.product-hero-visual i:nth-of-type(3) {
  inset: 52% 2% auto auto;
  width: clamp(10rem, 17vw, 24rem);
  opacity: 0.6;
}

.product-hero-cta {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(7.8rem, 9vw, 10.5rem);
  min-height: 3.5rem;
  padding: 0 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 999rem;
  color: #fff;
  font-size: clamp(0.95rem, 0.32vw + 0.82rem, 1.08rem);
  font-weight: 720;
  text-decoration: none;
}

.product-tabs {
  position: sticky;
  top: clamp(5.2rem, 5.8vw, 7.25rem);
  z-index: 50;
  display: flex;
  gap: clamp(1.4rem, 4vw, 5rem);
  padding: 0 var(--product-edge);
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(0.8rem);
}

.product-tabs a {
  position: relative;
  display: inline-flex;
  min-height: clamp(4rem, 5vw, 5.2rem);
  align-items: center;
  color: #555b64;
  font-size: clamp(0.96rem, 0.38vw + 0.82rem, 1.14rem);
  font-weight: 540;
  text-decoration: none;
  white-space: nowrap;
}

.product-tabs a:first-child {
  color: #050505;
}

.product-tabs a:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #050505;
}

.product-section {
  padding: clamp(6rem, 10vw, 11rem) var(--product-edge);
  background: #fff;
}

.product-section + .product-section {
  padding-top: clamp(2.5rem, 5vw, 6rem);
}

.product-intro h2,
.corporate-summary h2,
.product-section-head h2 {
  max-width: 72rem;
  margin: 0;
  color: #050505;
  font-size: clamp(2.2rem, 3.5vw, 5.1rem);
  font-weight: 680;
  line-height: 1.22;
  letter-spacing: 0;
  word-break: keep-all;
}

.product-intro p {
  max-width: 68rem;
  margin: clamp(1.8rem, 2.8vw, 3rem) 0 0;
  color: #171a1f;
  font-size: clamp(1.1rem, 0.58vw + 0.92rem, 1.42rem);
  line-height: 1.75;
  word-break: keep-all;
}

.product-intro img {
  display: block;
  width: 100%;
  max-height: clamp(24rem, 35vw, 43rem);
  margin-top: clamp(3rem, 5vw, 6rem);
  object-fit: cover;
  border-radius: 0.2rem;
}

.product-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(2.5rem, 4.8vw, 5.5rem);
}

.product-section-head p {
  margin: 0;
  color: var(--product-accent);
  font-size: clamp(0.85rem, 0.34vw + 0.72rem, 1rem);
  font-weight: 760;
  text-transform: uppercase;
}

.recommend-grid,
.difference-grid,
.usecase-grid,
.product-service-grid {
  display: grid;
  gap: clamp(1.4rem, 2vw, 2.5rem);
}

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

.recommend-grid article {
  min-height: clamp(20rem, 26vw, 32rem);
  overflow: hidden;
  border-radius: 0.35rem;
  background: var(--product-soft);
}

.recommend-grid img {
  width: 100%;
  height: clamp(13rem, 17vw, 20rem);
  object-fit: cover;
}

.recommend-grid div,
.usecase-grid article,
.difference-grid article,
.product-service-grid article {
  padding: clamp(1.8rem, 2.4vw, 3rem);
}

.recommend-grid h3,
.product-service-grid h3,
.difference-grid h3,
.usecase-grid h3 {
  margin: 0;
  color: #050505;
  font-size: clamp(1.28rem, 0.78vw + 1rem, 1.9rem);
  font-weight: 720;
  line-height: 1.3;
  letter-spacing: 0;
  word-break: keep-all;
}

.recommend-grid p,
.product-service-grid p,
.difference-grid p,
.usecase-grid p {
  margin: clamp(1rem, 1.5vw, 1.6rem) 0 0;
  color: #555c66;
  font-size: clamp(0.98rem, 0.42vw + 0.84rem, 1.16rem);
  line-height: 1.65;
  word-break: keep-all;
}

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

.product-service-grid article {
  min-height: clamp(17rem, 20vw, 25rem);
  border-radius: 0.65rem;
  background: #eef1f5;
}

.product-icon {
  position: relative;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: clamp(2rem, 3.5vw, 4rem);
}

.product-icon::before,
.product-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--product-accent);
}

.product-icon-lightbulb::before { background: #ffdb3b; }
.product-icon-chat::before { background: #4b8dff; border-radius: 50% 50% 50% 0; }
.product-icon-screen::before { inset: 0.4rem 0.2rem 0.9rem; border-radius: 0.2rem; }
.product-icon-check::before { background: #45c766; border-radius: 0.2rem; }
.product-icon-check::after {
  inset: 1.55rem 0.85rem 0.85rem 1.3rem;
  width: 1rem;
  height: 0.55rem;
  border: 0.18rem solid #fff;
  border-top: 0;
  border-right: 0;
  background: transparent;
  transform: rotate(-45deg);
}

.product-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(2rem, 3vw, 3.5rem);
  background: var(--product-line);
}

.product-process span {
  min-height: clamp(6rem, 8vw, 9rem);
  padding: clamp(1rem, 1.5vw, 1.6rem);
  background: #fff;
  color: #050505;
  font-size: clamp(1rem, 0.4vw + 0.86rem, 1.16rem);
  font-weight: 680;
}

.product-process b {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--product-accent);
  font-weight: 760;
}

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

.difference-grid article {
  min-height: clamp(21rem, 25vw, 31rem);
  border-radius: 0.45rem;
  background: #f5f6f9;
}

.difference-grid img {
  width: 100%;
  aspect-ratio: 1.2 / 1;
  margin-bottom: clamp(1.5rem, 2.2vw, 2.4rem);
  object-fit: cover;
  border-radius: 0.3rem;
}

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

.usecase-grid article {
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  padding-right: 0;
  padding-left: 0;
}

.usecase-grid img {
  width: 100%;
  aspect-ratio: 1.38 / 1;
  margin-bottom: clamp(1.6rem, 2.4vw, 2.6rem);
  object-fit: cover;
}

.usecase-grid span,
.media-card span {
  color: var(--ax-orange);
  font-size: 0.95rem;
  font-weight: 760;
}

.product-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(25rem, 1fr);
  gap: clamp(3rem, 6vw, 8rem);
  padding: clamp(5rem, 8vw, 9rem) var(--product-edge);
  background:
    radial-gradient(circle at 82% 78%, rgba(23, 105, 255, 0.68), transparent 30%),
    var(--product-blue);
  color: #fff;
}

.product-contact p {
  margin: 0 0 clamp(1.2rem, 2vw, 2rem);
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
}

.product-contact h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3.2vw, 4.6rem);
  font-weight: 650;
  line-height: 1.22;
  letter-spacing: 0;
}

.product-contact form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.product-contact label {
  display: grid;
  gap: 0.7rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 650;
}

.product-contact label:nth-child(4) {
  grid-column: 1 / -1;
}

.product-contact input,
.product-contact textarea {
  min-height: 3.2rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font: inherit;
}

.product-contact textarea {
  min-height: 8rem;
}

.product-contact button {
  justify-self: start;
  min-height: 3.2rem;
  padding: 0 1.6rem;
  border: 0;
  border-radius: 999rem;
  background: #fff;
  color: var(--product-blue);
  font-weight: 760;
}

.corporate-hero {
  position: relative;
  min-height: clamp(34rem, 58svh, 46rem);
  padding: clamp(11rem, 14vw, 15rem) var(--product-edge) clamp(5rem, 8vw, 8rem);
  overflow: hidden;
  background: #02040b;
  color: #fff;
}

.corporate-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  filter: saturate(0.85) contrast(1.06);
}

.corporate-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.24));
}

.corporate-hero > div {
  position: relative;
  z-index: 1;
  max-width: 76rem;
}

.corporate-hero p {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 760;
}

.corporate-hero h1 {
  margin: 1.4rem 0 0;
  color: #fff;
  font-size: clamp(3rem, 5.2vw, 7.8rem);
  font-weight: 560;
  line-height: 1.12;
  letter-spacing: 0;
  word-break: keep-all;
}

.corporate-hero span {
  display: block;
  max-width: 52rem;
  margin-top: clamp(1.6rem, 2.4vw, 2.6rem);
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1rem, 0.5vw + 0.88rem, 1.3rem);
  line-height: 1.68;
}

.timeline-list article {
  display: grid;
  grid-template-columns: clamp(5rem, 10vw, 10rem) minmax(12rem, 0.4fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 2.5vw, 3rem);
  padding: clamp(2rem, 3vw, 3.3rem) 0;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.timeline-list strong {
  color: var(--product-accent);
  font-size: clamp(2rem, 3vw, 4rem);
  font-weight: 520;
}

.timeline-list h3,
.timeline-list p {
  margin: 0;
}

.timeline-list h3 {
  font-size: clamp(1.3rem, 0.82vw + 1rem, 2rem);
}

.timeline-list p {
  color: #555c66;
  line-height: 1.65;
}

.media-title {
  padding-bottom: clamp(3rem, 5vw, 5.5rem);
}

.media-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0 var(--product-edge) clamp(3rem, 4vw, 4.5rem);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.media-toolbar div {
  display: flex;
  gap: clamp(1rem, 2.5vw, 3rem);
}

.media-toolbar button {
  min-height: 2.8rem;
  padding: 0 1.1rem;
  border: 1px solid transparent;
  background: transparent;
  color: #9a9da3;
  font: inherit;
  font-weight: 760;
}

.media-toolbar button.active {
  border-color: #050505;
  color: #050505;
}

.media-toolbar label {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: #555;
  font-weight: 700;
}

.media-toolbar input {
  width: clamp(12rem, 18vw, 18rem);
  border: 0;
  border-bottom: 1px solid #555;
  background: transparent;
  font: inherit;
}

.media-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 3vw, 3.5rem);
  padding: clamp(3.5rem, 5vw, 6rem) var(--product-edge) clamp(7rem, 10vw, 11rem);
}

.media-card {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.media-card img {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
}

.media-card h2 {
  min-height: clamp(4.6rem, 5.4vw, 6.5rem);
  margin: clamp(1.2rem, 1.8vw, 2rem) 0 0;
  color: #050505;
  font-size: clamp(1.35rem, 0.9vw + 1rem, 2.05rem);
  line-height: 1.35;
  word-break: keep-all;
}

.media-card time {
  margin-top: auto;
  padding-top: clamp(1.8rem, 2.5vw, 3rem);
  color: #7a8089;
}

.what-hub .usecase-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.5rem, 2.1vw, 2.7rem);
}

.what-hub-card {
  position: relative;
  min-height: clamp(31rem, 37vw, 46rem);
  overflow: hidden;
  padding: clamp(1.45rem, 2.1vw, 2.6rem);
  justify-content: flex-end;
  isolation: isolate;
  background: #050505;
  color: #fff;
}

.what-hub-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.35) 42%, rgba(0, 0, 0, 0.88)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.08) 56%, rgba(0, 0, 0, 0.42));
}

.what-hub-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  aspect-ratio: auto;
  filter: saturate(0.95) contrast(1.08) brightness(0.78);
  transform: scale(1.035);
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1), filter 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.what-hub-card:hover img {
  filter: saturate(1.07) contrast(1.1) brightness(0.9);
  transform: scale(1.075);
}

.what-hub-card h2 {
  min-height: 0;
  margin: clamp(0.8rem, 1.1vw, 1.2rem) 0 0;
  color: #fff;
  font-size: clamp(1.75rem, 1.6vw + 1rem, 3.25rem);
  font-weight: 520;
  line-height: 1.14;
}

.what-hub-card strong {
  display: block;
  margin-top: clamp(0.45rem, 0.75vw, 0.8rem);
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.98rem, 0.38vw + 0.86rem, 1.16rem);
  font-weight: 560;
  line-height: 1.45;
  word-break: keep-all;
}

.what-hub-card p {
  max-width: 28rem;
  margin: clamp(1rem, 1.3vw, 1.5rem) 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.95rem, 0.3vw + 0.84rem, 1.12rem);
  line-height: 1.6;
  word-break: keep-all;
}

@media (max-width: 72rem) {
  .what-hub .usecase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 44rem) {
  .what-hub .usecase-grid {
    grid-template-columns: 1fr;
  }

  .what-hub-card {
    min-height: clamp(24rem, 86vw, 34rem);
  }
}

.media-detail {
  padding: clamp(10rem, 14vw, 15rem) var(--product-edge) clamp(7rem, 10vw, 11rem);
}

.media-detail header {
  max-width: 78rem;
}

.back-link {
  color: #050505;
  font-weight: 760;
  text-decoration: none;
}

.media-detail header p {
  margin-top: clamp(3rem, 5vw, 5rem);
  color: var(--ax-orange);
  font-weight: 760;
}

.media-detail h1 {
  margin: 1rem 0 1.4rem;
  color: #050505;
  font-size: clamp(3rem, 5.2vw, 7rem);
  line-height: 1.1;
  letter-spacing: 0;
  word-break: keep-all;
}

.media-detail > img {
  width: 100%;
  max-height: 44rem;
  margin-top: clamp(3rem, 5vw, 5.5rem);
  object-fit: cover;
}

.media-detail > div {
  max-width: 62rem;
  margin: clamp(3rem, 5vw, 6rem) auto 0;
  color: #2d333b;
  font-size: clamp(1.08rem, 0.54vw + 0.9rem, 1.36rem);
  line-height: 1.82;
}

body[data-template] .footer {
  background: #f8f9fb !important;
}

body[data-template] .footer-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

@media (max-width: 92rem) {
  .product-hero {
    grid-template-columns: 1fr;
  }

  .product-hero-cta {
    width: max-content;
    margin-top: 2rem;
  }

  .recommend-grid,
  .difference-grid,
  .usecase-grid,
  .media-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-template] .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 70rem) {
  .product-tabs {
    overflow-x: auto;
    gap: 2rem;
  }

  .product-contact {
    grid-template-columns: 1fr;
  }

  .product-contact form {
    grid-template-columns: 1fr;
  }

  .product-contact label:nth-child(4) {
    grid-column: auto;
  }

  .product-service-grid,
  .product-process {
    grid-template-columns: 1fr;
  }

  .timeline-list article {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 48rem) {
  :root {
    --product-edge: clamp(1.25rem, 6vw, 1.8rem);
  }

  .product-page-title {
    padding-top: 7rem;
  }

  .product-page-title h1,
  .corporate-hero h1 {
    font-size: clamp(2.55rem, 12vw, 4.5rem);
  }

  .product-hero {
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }

  .product-hero-copy h2,
  .product-intro h2,
  .corporate-summary h2,
  .product-section-head h2,
  .product-contact h2,
  .media-detail h1 {
    font-size: clamp(2.1rem, 9.6vw, 3.4rem);
  }

  .recommend-grid,
  .difference-grid,
  .usecase-grid,
  .media-product-grid {
    grid-template-columns: 1fr;
  }

  .product-section-head,
  .media-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .media-toolbar div {
    flex-wrap: wrap;
  }

  .media-toolbar input {
    width: 100%;
  }
}

/* 2026-06-03 final alignment: product-detail information architecture, stable full navigation, main-page service rhythm. */
:root {
  --layout-edge: clamp(1.75rem, 8.4vw, 9.75rem);
}

.site-header,
.subpage .site-header,
body[data-template] .site-header {
  min-height: clamp(5.15rem, 5.5vw, 7rem) !important;
  padding-inline: clamp(1.75rem, 5vw, 5.5rem) !important;
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.18s ease,
    background-color 0.24s ease,
    color 0.24s ease !important;
}

.site-header.is-hidden,
.subpage .site-header.is-hidden,
body[data-template] .site-header.is-hidden {
  transform: translate3d(0, -125%, 0) !important;
  opacity: 0 !important;
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  pointer-events: none !important;
}

.site-header .gnb {
  gap: clamp(1.55rem, 2.05vw, 3rem) !important;
}

.site-header .gnb a,
body[data-template] .gnb a {
  font-size: clamp(0.98rem, 0.32vw + 0.86rem, 1.17rem) !important;
  font-weight: 560 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.site-header .nav-depth {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  min-height: clamp(18rem, 21vw, 26rem) !important;
  padding: clamp(2.4rem, 3.4vw, 4rem) clamp(2rem, 5vw, 5.5rem) clamp(2.8rem, 4vw, 4.8rem) !important;
  transform: none !important;
  transition: opacity 0.2s ease, visibility 0.2s ease !important;
}

.site-header .nav-depth-inner {
  width: 100% !important;
  max-width: none !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(1.5rem, 2.6vw, 3.6rem) !important;
}

.site-header .nav-depth-col,
.site-header[data-header][data-nav-open="true"] .nav-depth .nav-depth-inner > .nav-depth-col,
.site-header[data-header][data-nav-open="true"][data-nav-index] .nav-depth .nav-depth-inner > .nav-depth-col {
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  filter: none !important;
  pointer-events: auto !important;
}

.site-header .nav-depth-title {
  color: #050505 !important;
  font-size: clamp(1rem, 0.34vw + 0.9rem, 1.18rem) !important;
  font-weight: 720 !important;
  line-height: 1.35 !important;
}

.site-header .nav-depth-title span {
  color: var(--ax-orange) !important;
}

.site-header .nav-depth-col a:not(.nav-depth-title) {
  color: rgba(5, 5, 5, 0.62) !important;
  font-size: clamp(0.96rem, 0.24vw + 0.88rem, 1.08rem) !important;
  font-weight: 520 !important;
}

.site-header .nav-depth-col a:not(.nav-depth-title):hover,
.site-header .nav-depth-col a:not(.nav-depth-title):focus-visible {
  color: var(--ax-orange) !important;
}

.what {
  min-height: 320svh !important;
}

.what-stage {
  min-height: 100svh !important;
}

.what-track {
  left: 50% !important;
  right: auto !important;
  width: min(84rem, calc(100vw - var(--layout-edge) * 2)) !important;
  align-items: center !important;
  justify-content: center !important;
  transform: translate3d(-50%, calc(var(--what-track-y, 0px) * 1), 0) !important;
  text-align: center !important;
}

.what-panel {
  justify-content: center !important;
  min-height: 100svh !important;
}

.what-panel-copy {
  max-width: min(72rem, 100%) !important;
  margin-inline: auto !important;
}

.what-panel-copy h2 {
  font-size: clamp(3.4rem, 5.4vw, 7.8rem) !important;
  font-weight: 520 !important;
  line-height: 1.13 !important;
  letter-spacing: 0 !important;
  word-break: keep-all;
}

.what-panel .arrow-link {
  justify-content: center !important;
}

.home-product-intro,
.home-recommend {
  padding: clamp(7.5rem, 11vw, 13rem) var(--layout-edge);
  background: #fff;
}

.home-product-intro .section-title,
.home-recommend .section-title {
  margin-bottom: clamp(3.2rem, 5vw, 6rem);
}

.home-product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(1.5rem, 2.1vw, 2.8rem);
}

.home-product-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  min-height: clamp(26rem, 30vw, 39rem);
  padding: clamp(1.6rem, 2.4vw, 3rem);
  overflow: hidden;
  background: #f3f5f8;
  color: #050505;
  text-decoration: none;
}

.home-product-card.is-large {
  grid-row: span 3;
  min-height: clamp(48rem, 58vw, 68rem);
}

.home-product-card img {
  width: 100%;
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
  margin-bottom: clamp(1.8rem, 2.5vw, 3rem);
  filter: saturate(0.95) contrast(1.02);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-product-card:hover img {
  transform: scale(1.045);
}

.home-product-card span {
  color: var(--ax-orange);
  font-size: clamp(0.94rem, 0.24vw + 0.86rem, 1.08rem);
  font-weight: 760;
}

.home-product-card h3 {
  margin: clamp(1rem, 1.5vw, 1.6rem) 0 0;
  color: #050505;
  font-size: clamp(1.7rem, 1.35vw + 1.1rem, 3.15rem);
  font-weight: 720;
  line-height: 1.22;
  letter-spacing: 0;
  word-break: keep-all;
}

.home-product-card p {
  margin: clamp(1rem, 1.5vw, 1.6rem) 0 0;
  color: #555c66;
  font-size: clamp(1rem, 0.42vw + 0.86rem, 1.24rem);
  line-height: 1.65;
  word-break: keep-all;
}

.home-recommend {
  background: #f7f8fa;
}

.home-recommend-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 2.2vw, 3rem);
}

.home-recommend-grid article {
  min-height: clamp(28rem, 31vw, 38rem);
  padding: clamp(1.4rem, 2vw, 2.4rem);
  background: #fff;
}

.home-recommend-grid img {
  width: 100%;
  aspect-ratio: 1.2 / 1;
  object-fit: cover;
  margin-bottom: clamp(1.8rem, 2.4vw, 3rem);
}

.home-recommend-grid h3 {
  margin: 0;
  color: #050505;
  font-size: clamp(1.45rem, 1vw + 1rem, 2.35rem);
  font-weight: 720;
  line-height: 1.28;
  letter-spacing: 0;
}

.home-recommend-grid p {
  margin: clamp(1rem, 1.5vw, 1.5rem) 0 0;
  color: #555c66;
  font-size: clamp(1rem, 0.42vw + 0.86rem, 1.2rem);
  line-height: 1.65;
  word-break: keep-all;
}

.news .section-title {
  align-items: flex-end;
}

.news-grid article,
.media-card,
.usecase-grid article {
  border-top: 0 !important;
}

.media-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  row-gap: clamp(5rem, 7vw, 8rem) !important;
}

.media-card h2 {
  min-height: clamp(5.2rem, 6vw, 7.2rem);
  font-size: clamp(1.16rem, 0.7vw + 0.94rem, 1.78rem) !important;
}

.product-section {
  scroll-margin-top: clamp(6rem, 7vw, 8rem);
}

.product-intro {
  gap: clamp(3rem, 5vw, 6rem);
}

.product-intro h2 {
  max-width: 79rem !important;
  font-size: clamp(2.55rem, 3.55vw, 5.45rem) !important;
  font-weight: 600 !important;
  line-height: 1.17 !important;
}

.product-intro p {
  max-width: 72rem !important;
}

.product-intro img {
  transform-origin: center;
}

.product-section-head {
  align-items: flex-start;
}

@media (min-width: 120rem) {
  :root {
    --layout-edge: clamp(8rem, 9vw, 12rem);
    --product-edge: clamp(8rem, 9vw, 12rem);
  }

  html {
    font-size: 18px;
  }
}

@media (max-width: 92rem) {
  .home-product-grid,
  .home-recommend-grid {
    grid-template-columns: 1fr 1fr;
  }

  .media-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .home-product-card.is-large {
    grid-row: auto;
  }
}

@media (max-width: 70rem) {
  .site-header .gnb,
  .site-header .nav-depth {
    display: none !important;
  }

  .what-track {
    width: calc(100vw - var(--layout-edge) * 2) !important;
  }

  .what-panel-copy h2 {
    font-size: clamp(2.6rem, 11vw, 5rem) !important;
  }

  .home-product-grid,
  .home-recommend-grid,
  .media-product-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 48rem) {
  .home-product-intro,
  .home-recommend {
    padding-block: clamp(5.5rem, 15vw, 8rem);
  }

  .home-product-card,
  .home-recommend-grid article {
    min-height: auto;
  }

  .site-header,
  .subpage .site-header,
  body[data-template] .site-header {
    min-height: 4.7rem !important;
    padding-inline: 1.1rem !important;
  }

  .brand {
    gap: 0.55rem !important;
  }

  .brand-mark {
    width: 2.2rem !important;
    height: 2.2rem !important;
  }

  .brand-text {
    font-size: 1rem !important;
    line-height: 1 !important;
  }

  .hamburger {
    width: 2.4rem !important;
    height: 2.4rem !important;
  }

  .product-tabs {
    top: 0 !important;
    padding-inline: var(--product-edge) !important;
    gap: 1.7rem !important;
  }

  .product-tabs a {
    flex: 0 0 auto;
    font-size: 0.92rem !important;
  }

  .product-intro h2 {
    font-size: clamp(1.72rem, 7.1vw, 2.35rem) !important;
    font-weight: 620 !important;
    line-height: 1.22 !important;
  }

  .product-intro p {
    font-size: clamp(1rem, 4.8vw, 1.28rem) !important;
    line-height: 1.72 !important;
  }
}

/* Responsive hierarchy recovery: keep the cinematic enterprise cinematic frame while restoring AX/SI sample content readability. */
.mission-text-only {
  min-height: clamp(36rem, 66svh, 52rem) !important;
}

.mission-text-only .mission-copy h2 {
  max-width: min(80rem, 88vw) !important;
  color: #f4f4f4 !important;
  font-size: clamp(3.25rem, 6vw, 8.2rem) !important;
  font-weight: 360 !important;
  line-height: 1.12 !important;
}

.what {
  min-height: 275svh !important;
}

.what-panel-copy {
  max-width: min(68rem, 100%) !important;
}

.what-panel-copy h2 {
  font-size: clamp(2.85rem, 4.35vw, 6.25rem) !important;
  font-weight: 420 !important;
  line-height: 1.16 !important;
}

.home-product-intro,
.home-recommend {
  padding-block: clamp(7rem, 9.5vw, 12rem) !important;
}

.home-product-intro .section-title,
.home-recommend .section-title {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.75fr);
  align-items: end !important;
  gap: clamp(2rem, 5vw, 7rem) !important;
}

.home-product-intro .section-title h2,
.home-recommend .section-title h2,
.news .section-title h2,
.partners .section-title h2 {
  color: #050505 !important;
  font-size: clamp(3.1rem, 5vw, 7.2rem) !important;
  font-weight: 340 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.home-product-intro .section-title p,
.home-recommend .section-title p,
.partners .section-title p {
  max-width: 44rem !important;
  color: #424851 !important;
  font-size: clamp(1.08rem, 0.54vw + 0.92rem, 1.45rem) !important;
  line-height: 1.68 !important;
}

.home-product-card {
  grid-template-rows: auto auto auto auto !important;
  min-height: clamp(24rem, 27vw, 36rem) !important;
}

.home-product-card.is-large {
  min-height: clamp(40rem, 48vw, 58rem) !important;
}

.home-product-card.is-large img {
  aspect-ratio: 1.25 / 1 !important;
  object-fit: contain !important;
  background: #eef2f8;
}

.home-product-card h3 {
  font-size: clamp(1.55rem, 1.12vw + 1rem, 2.8rem) !important;
  font-weight: 680 !important;
}

.home-product-card p {
  max-width: 42rem;
}

.home-recommend-grid article {
  min-height: 0 !important;
}

.media-product-grid {
  align-items: start !important;
}

.media-card {
  display: grid !important;
  grid-template-rows: auto auto auto auto !important;
  row-gap: clamp(1rem, 1.4vw, 1.5rem) !important;
}

.media-card h2 {
  min-height: 0 !important;
}

.product-hero-visual img {
  opacity: 0.32 !important;
  transform: scale(1.02) !important;
}

.product-intro h2,
.corporate-summary h2,
.product-section-head h2 {
  font-size: clamp(2.25rem, 3vw, 4.45rem) !important;
  font-weight: 560 !important;
  line-height: 1.2 !important;
}

@media (min-width: 120rem) {
  html {
    font-size: 17px !important;
  }

  .home-product-intro .section-title h2,
  .home-recommend .section-title h2,
  .news .section-title h2,
  .partners .section-title h2 {
    font-size: clamp(4rem, 4.8vw, 7.8rem) !important;
  }
}

@media (max-width: 70rem) {
  .what {
    min-height: 245svh !important;
  }

  .what-panel-copy h2 {
    font-size: clamp(2.15rem, 8.5vw, 3.75rem) !important;
  }

  .home-product-intro .section-title,
  .home-recommend .section-title {
    grid-template-columns: 1fr !important;
    gap: clamp(1.4rem, 5vw, 2.4rem) !important;
  }
}

@media (max-width: 48rem) {
  .mission-text-only {
    min-height: clamp(31rem, 78svh, 42rem) !important;
    padding-block: clamp(5rem, 16vw, 7rem) !important;
  }

  .mission-text-only .mission-copy h2 {
    max-width: 100% !important;
    font-size: clamp(2.35rem, 9.2vw, 3.35rem) !important;
    line-height: 1.18 !important;
  }

  .what {
    min-height: 225svh !important;
  }

  .home-product-intro,
  .home-recommend {
    padding-block: clamp(4.8rem, 14vw, 6.5rem) !important;
  }

  .home-product-intro .section-title h2,
  .home-recommend .section-title h2,
  .news .section-title h2,
  .partners .section-title h2 {
    font-size: clamp(2.35rem, 10vw, 3.55rem) !important;
    line-height: 1.12 !important;
  }

  .home-product-card,
  .home-product-card.is-large,
  .home-recommend-grid article {
    display: block !important;
    min-height: 0 !important;
    padding: clamp(1.35rem, 6vw, 1.8rem) !important;
  }

  .home-product-card img,
  .home-product-card.is-large img,
  .home-recommend-grid img {
    aspect-ratio: 1.38 / 1 !important;
    margin-bottom: clamp(1.3rem, 5vw, 1.8rem) !important;
  }

  .home-product-card.is-large img {
    object-fit: contain !important;
  }

  .home-product-card h3 {
    font-size: clamp(1.55rem, 7vw, 2rem) !important;
  }

  .home-product-card p,
  .home-recommend-grid p {
    font-size: clamp(0.98rem, 4.1vw, 1.1rem) !important;
    line-height: 1.62 !important;
  }

  .media-product-grid {
    grid-template-columns: 1fr !important;
    row-gap: clamp(3.5rem, 12vw, 5rem) !important;
  }

  .media-card img {
    aspect-ratio: 1.34 / 1 !important;
  }

  .media-card h2 {
    font-size: clamp(1.2rem, 5.2vw, 1.55rem) !important;
    line-height: 1.34 !important;
  }

  .product-hero {
    min-height: auto !important;
    padding-block: clamp(3.2rem, 13vw, 5rem) !important;
  }

  .product-hero-copy h2 {
    font-size: clamp(2rem, 8.8vw, 2.85rem) !important;
  }

  .product-intro h2,
  .corporate-summary h2,
  .product-section-head h2 {
    font-size: clamp(1.85rem, 7vw, 2.45rem) !important;
    font-weight: 560 !important;
  }
}

/* Final WHAT WE DO correction: full-bleed image crossfade and exact centered headline. */
.what {
  min-height: 300svh !important;
  overflow: clip !important;
  background: #000 !important;
}

.what-stage {
  height: 100svh !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

.what-bg,
.what-bg img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.what-bg img {
  object-fit: cover !important;
  object-position: center !important;
  opacity: var(--what-bg-opacity, 0) !important;
  transform: translate3d(0, 0, 0) scale(var(--what-bg-scale, 1.08)) !important;
  transition: opacity 520ms cubic-bezier(0.22, 1, 0.36, 1) !important;
  will-change: opacity !important;
}

.what-bg img:first-child,
.what-bg img.active {
  opacity: var(--what-bg-opacity, 1) !important;
}

.what-track {
  position: absolute !important;
  inset: 0 auto 0 50% !important;
  z-index: 2 !important;
  display: grid !important;
  width: min(82rem, calc(100vw - var(--layout-edge) * 2)) !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  place-items: center !important;
  transform: translate3d(-50%, 0, 0) !important;
  text-align: center !important;
  pointer-events: none !important;
}

.what-panel,
.what-panel + .what-panel {
  position: absolute !important;
  inset: 0 !important;
  display: grid !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  place-items: center !important;
  overflow: visible !important;
  opacity: var(--what-item-opacity, 0) !important;
  transform: translate3d(0, var(--what-item-offset, 0), 0) scale(var(--what-item-scale, 0.98)) !important;
  transition: none !important;
}

.what-panel.active {
  pointer-events: auto !important;
}

.what-panel:not(.active) .arrow-link {
  pointer-events: none !important;
}

.what-panel-copy {
  position: static !important;
  width: 100% !important;
  max-width: min(70rem, 100%) !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.what-panel-copy h2 {
  margin: 0 !important;
  font-size: clamp(2.95rem, 4.45vw, 6.45rem) !important;
  font-weight: 420 !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
}

.what-panel .arrow-link {
  position: absolute !important;
  top: calc(50% + clamp(5rem, 8vw, 8.6rem)) !important;
  left: 50% !important;
  width: max-content !important;
  transform: translate3d(-50%, 0, 0) !important;
  justify-content: center !important;
}

@media (max-width: 70rem) {
  .what {
    min-height: 270svh !important;
  }

  .what-track {
    width: calc(100vw - var(--layout-edge) * 2) !important;
  }

  .what-panel-copy h2 {
    font-size: clamp(2.15rem, 8.8vw, 3.85rem) !important;
    line-height: 1.18 !important;
  }

  .what-panel .arrow-link {
    top: calc(50% + clamp(4.2rem, 18vw, 6.3rem)) !important;
  }
}

/* Final main recovery: restore cinematic enterprise section rhythm after the AX content swap. */
.home-product-intro {
  position: relative !important;
  padding: clamp(7.6rem, 9vw, 11.5rem) var(--layout-edge) clamp(8.5rem, 10vw, 13rem) !important;
  overflow: hidden !important;
  background: #fff !important;
}

.home-product-intro .section-title,
.home-recommend .section-title,
.news .section-title,
.partners .section-title {
  width: min(100%, calc(100vw - var(--layout-edge) * 2)) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.home-product-intro .section-title {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(23rem, 0.42fr) !important;
  align-items: end !important;
  gap: clamp(2rem, 5vw, 7rem) !important;
  margin-bottom: clamp(4.8rem, 6.2vw, 7.4rem) !important;
}

.home-product-intro .section-title h2 {
  max-width: 74rem !important;
  color: #050505 !important;
  font-size: clamp(4.4rem, 7.4vw, 9.4rem) !important;
  font-weight: 290 !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
}

.home-product-intro .section-title p {
  max-width: 37rem !important;
  margin: 0 0 0.8rem !important;
  color: #262a31 !important;
  font-size: clamp(1.05rem, 0.56vw + 0.88rem, 1.42rem) !important;
  font-weight: 540 !important;
  line-height: 1.72 !important;
  word-break: keep-all !important;
}

.home-product-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.12fr) minmax(24rem, 0.88fr) !important;
  gap: clamp(1.15rem, 1.55vw, 2rem) !important;
  width: min(100%, calc(100vw - var(--layout-edge) * 2)) !important;
  margin-inline: auto !important;
}

.home-product-card {
  position: relative !important;
  display: flex !important;
  min-height: clamp(15.5rem, 18.5vw, 22.5rem) !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  isolation: isolate !important;
  overflow: hidden !important;
  padding: clamp(1.45rem, 2vw, 2.6rem) !important;
  border: 0 !important;
  background: #050607 !important;
  color: #fff !important;
}

.home-product-card.is-large {
  min-height: clamp(41rem, 55vw, 67rem) !important;
  grid-row: span 3 !important;
  padding: clamp(2rem, 3.2vw, 4.2rem) !important;
}

.home-product-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.28) 43%, rgba(0, 0, 0, 0.82) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.06) 52%, rgba(0, 0, 0, 0.48));
  pointer-events: none !important;
}

.home-product-card img,
.home-product-card.is-large img {
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  aspect-ratio: auto !important;
  filter: saturate(0.95) contrast(1.08) brightness(0.82) !important;
  transform: translate3d(0, calc(var(--cinema-y, 0) * -1rem), 0) scale(1.045) !important;
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1), filter 900ms cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.home-product-card:hover img {
  filter: saturate(1.08) contrast(1.1) brightness(0.92) !important;
  transform: translate3d(0, calc(var(--cinema-y, 0) * -1rem), 0) scale(1.085) !important;
}

.home-product-card span {
  color: #51237d !important;
  font-size: clamp(0.82rem, 0.22vw + 0.76rem, 0.98rem) !important;
  font-weight: 840 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.home-product-card h3 {
  max-width: 41rem !important;
  margin: clamp(0.78rem, 1vw, 1.15rem) 0 0 !important;
  color: #fff !important;
  font-size: clamp(1.62rem, 1.55vw + 1rem, 3.35rem) !important;
  font-weight: 520 !important;
  line-height: 1.14 !important;
}

.home-product-card.is-large h3 {
  font-size: clamp(2.5rem, 4.4vw, 6.4rem) !important;
  font-weight: 360 !important;
  line-height: 1.04 !important;
}

.home-product-card p {
  max-width: 34rem !important;
  margin: clamp(0.85rem, 1.2vw, 1.35rem) 0 0 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: clamp(0.95rem, 0.32vw + 0.82rem, 1.16rem) !important;
  line-height: 1.62 !important;
}

.home-recommend {
  position: relative !important;
  padding: clamp(7.8rem, 9.4vw, 12rem) var(--layout-edge) clamp(8.2rem, 10vw, 12.8rem) !important;
  overflow: hidden !important;
  background: #050505 !important;
  color: #fff !important;
}

.home-recommend::before {
  content: "BUSINESS FIT" !important;
  position: absolute !important;
  right: calc(var(--layout-edge) - 0.4rem) !important;
  top: clamp(4.2rem, 6vw, 7rem) !important;
  color: rgba(255, 255, 255, 0.045) !important;
  font-size: clamp(7rem, 14vw, 18rem) !important;
  font-weight: 900 !important;
  line-height: 0.78 !important;
  white-space: nowrap !important;
  pointer-events: none !important;
}

.home-recommend .section-title {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(23rem, 0.42fr) !important;
  align-items: end !important;
  gap: clamp(2rem, 5vw, 7rem) !important;
  margin-bottom: clamp(4.5rem, 6vw, 7rem) !important;
}

.home-recommend .section-title span {
  color: #51237d !important;
}

.home-recommend .section-title h2 {
  max-width: 72rem !important;
  color: #fff !important;
  font-size: clamp(4rem, 6.7vw, 8.3rem) !important;
  font-weight: 300 !important;
  line-height: 1.03 !important;
}

.home-recommend .section-title p {
  max-width: 36rem !important;
  margin: 0 0 0.85rem !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: clamp(1rem, 0.5vw + 0.88rem, 1.34rem) !important;
  line-height: 1.72 !important;
}

.home-recommend-grid {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(1rem, 1.5vw, 1.8rem) !important;
  width: min(100%, calc(100vw - var(--layout-edge) * 2)) !important;
  margin-inline: auto !important;
}

.home-recommend-grid article {
  display: grid !important;
  min-height: clamp(30rem, 34vw, 42rem) !important;
  grid-template-rows: 1fr auto auto !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-top: 1px solid rgba(255, 255, 255, 0.36) !important;
  background: transparent !important;
}

.home-recommend-grid img {
  width: 100% !important;
  height: 100% !important;
  min-height: clamp(18rem, 22vw, 28rem) !important;
  margin: clamp(1.2rem, 1.8vw, 2rem) 0 clamp(1.5rem, 2vw, 2.3rem) !important;
  object-fit: cover !important;
  filter: saturate(0.82) contrast(1.08) brightness(0.82) !important;
  transform: translate3d(0, calc(var(--cinema-y, 0) * -0.85rem), 0) scale(1.035) !important;
}

.home-recommend-grid h3 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(1.5rem, 1.1vw + 1rem, 2.6rem) !important;
  font-weight: 560 !important;
}

.home-recommend-grid p {
  max-width: 28rem !important;
  margin: clamp(0.8rem, 1vw, 1.2rem) 0 0 !important;
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: clamp(0.98rem, 0.3vw + 0.86rem, 1.16rem) !important;
  line-height: 1.65 !important;
}

.news {
  padding: clamp(8rem, 10vw, 12.5rem) var(--layout-edge) clamp(8.5rem, 10vw, 12rem) !important;
  background: #fff !important;
}

.news .section-title {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: end !important;
  margin-bottom: clamp(4.6rem, 6vw, 7rem) !important;
  text-align: left !important;
}

.news .section-title h2 {
  color: #050505 !important;
  font-size: clamp(4.6rem, 7.4vw, 9.2rem) !important;
  font-weight: 270 !important;
  line-height: 0.98 !important;
}

.news .section-title .arrow-link {
  justify-content: flex-end !important;
  margin: 0 0 1rem !important;
}

.news-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(2rem, 3vw, 4rem) !important;
  width: min(100%, calc(100vw - var(--layout-edge) * 2)) !important;
  margin-inline: auto !important;
}

.news-grid article {
  display: grid !important;
  min-height: clamp(34rem, 38vw, 47rem) !important;
  grid-template-rows: auto minmax(6rem, auto) auto 1fr !important;
  padding-top: clamp(1.2rem, 1.6vw, 2rem) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.34) !important;
}

.news-grid span {
  color: #51237d !important;
  font-size: clamp(0.82rem, 0.24vw + 0.74rem, 0.96rem) !important;
}

.news-grid h3 {
  min-height: 0 !important;
  margin: clamp(1.25rem, 1.6vw, 2rem) 0 clamp(2rem, 2.7vw, 3.4rem) !important;
  color: #050505 !important;
  font-size: clamp(1.35rem, 0.78vw + 1rem, 2rem) !important;
  font-weight: 640 !important;
  line-height: 1.45 !important;
}

.news-grid time {
  margin: 0 0 clamp(1.8rem, 2.4vw, 3rem) !important;
  padding: 0 !important;
}

.news-grid img {
  align-self: end !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  aspect-ratio: 1.32 / 1 !important;
  object-fit: cover !important;
  filter: saturate(0.92) contrast(1.07) !important;
}

.partners {
  --partner-size: clamp(11rem, 13.5vw, 15.5rem) !important;
  --partner-gap: clamp(1.15rem, 1.65vw, 2rem) !important;
  padding: clamp(7rem, 8.2vw, 10.5rem) 0 clamp(7.5rem, 9vw, 11rem) !important;
  background:
    linear-gradient(180deg, #fff 0%, #fff 55%, #f2f2f2 55%, #f2f2f2 100%) !important;
}

.partners .section-title {
  display: grid !important;
  grid-template-columns: minmax(0, 0.58fr) minmax(22rem, 0.42fr) !important;
  align-items: end !important;
  gap: clamp(2rem, 5vw, 7rem) !important;
  margin-bottom: clamp(4.8rem, 6vw, 7.5rem) !important;
  padding-top: clamp(3rem, 4.2vw, 5rem) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.7) !important;
}

.partners .section-title h2 {
  color: #050505 !important;
  font-size: clamp(4.6rem, 7vw, 8.8rem) !important;
  font-weight: 270 !important;
  line-height: 0.98 !important;
}

.partners .section-title p {
  margin: 0 0 0.8rem !important;
  color: #262a31 !important;
  font-size: clamp(1.05rem, 0.5vw + 0.9rem, 1.34rem) !important;
  font-weight: 540 !important;
  line-height: 1.72 !important;
}

.partner-flow {
  overflow: visible !important;
}

.partner-track img {
  width: var(--partner-size) !important;
  height: var(--partner-size) !important;
}

@media (max-width: 70rem) {
  .home-product-intro .section-title,
  .home-recommend .section-title,
  .partners .section-title {
    grid-template-columns: 1fr !important;
    gap: clamp(1.4rem, 4vw, 2.4rem) !important;
  }

  .home-product-grid,
  .home-recommend-grid,
  .news-grid {
    grid-template-columns: 1fr !important;
  }

  .home-product-card.is-large,
  .home-product-card,
  .home-recommend-grid article,
  .news-grid article {
    min-height: clamp(28rem, 72vw, 38rem) !important;
  }

  .news .section-title {
    grid-template-columns: 1fr !important;
    gap: 1.4rem !important;
  }

  .news .section-title .arrow-link {
    justify-content: flex-start !important;
    margin: 0 !important;
  }
}

@media (max-width: 44rem) {
  .home-product-intro,
  .home-recommend,
  .news {
    padding-top: clamp(5.8rem, 16vw, 7.5rem) !important;
    padding-bottom: clamp(6rem, 17vw, 8rem) !important;
  }

  .home-product-intro .section-title h2,
  .home-recommend .section-title h2,
  .news .section-title h2,
  .partners .section-title h2 {
    font-size: clamp(3.15rem, 13vw, 4.85rem) !important;
    line-height: 1.03 !important;
  }

  .home-product-card p,
  .home-recommend-grid p {
    max-width: 100% !important;
  }
}

/* Recommend section repair: remove clipped watermark and make card copy readable. */
.home-recommend::before {
  content: none !important;
  display: none !important;
}

.home-recommend {
  overflow: clip !important;
}

.home-recommend-grid article {
  display: block !important;
  min-height: 0 !important;
  overflow: visible !important;
  padding-top: clamp(1.35rem, 1.7vw, 2rem) !important;
}

.home-recommend-grid img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 0 clamp(1.45rem, 2vw, 2.4rem) !important;
  aspect-ratio: 1.04 / 1 !important;
  object-fit: cover !important;
  transform: translate3d(0, calc(var(--cinema-y, 0) * -0.45rem), 0) scale(1.025) !important;
}

.home-recommend-grid h3 {
  display: block !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(1.5rem, 1.05vw + 1rem, 2.35rem) !important;
  line-height: 1.22 !important;
  opacity: 1 !important;
}

.home-recommend-grid p {
  display: block !important;
  max-width: 31rem !important;
  margin: clamp(0.8rem, 1.1vw, 1.25rem) 0 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  opacity: 1 !important;
}

/* Header and recommend final repair: keep white header opaque over dark cinematic sections. */
.site-header.is-light:not(.is-hidden),
.subpage .site-header.is-light:not(.is-hidden),
body[data-template] .site-header.is-light:not(.is-hidden) {
  isolation: isolate !important;
  z-index: 9999 !important;
  opacity: 1 !important;
  background: #fff !important;
  background-color: #fff !important;
  color: #050505 !important;
  border-bottom-color: rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.site-header,
.subpage .site-header,
body[data-template] .site-header {
  z-index: 9999 !important;
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.24s ease,
    color 0.24s ease,
    border-color 0.24s ease !important;
}

.site-header.is-hidden,
.subpage .site-header.is-hidden,
body[data-template] .site-header.is-hidden {
  opacity: 1 !important;
  transform: translate3d(0, -135%, 0) !important;
}

.site-header.is-light:not(.is-hidden)::before,
.site-header.is-light:not(.is-hidden)::after,
.subpage .site-header.is-light:not(.is-hidden)::before,
.subpage .site-header.is-light:not(.is-hidden)::after,
body[data-template] .site-header.is-light:not(.is-hidden)::before,
body[data-template] .site-header.is-light:not(.is-hidden)::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  opacity: 1 !important;
  background: #fff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.site-header.is-light:not(.is-hidden) .brand,
.site-header.is-light:not(.is-hidden) .gnb,
.site-header.is-light:not(.is-hidden) .tools {
  position: relative !important;
  z-index: 1 !important;
}

.home-recommend .section-title {
  max-width: min(100%, calc(100vw - var(--layout-edge) * 2)) !important;
}

.home-recommend .section-title h2 {
  max-width: min(68rem, 100%) !important;
}

.home-recommend-grid article {
  border-top-color: rgba(255, 255, 255, 0.28) !important;
}

/* WHO WE ARE motion repair: full hero, hidden pre-entry statement, centered sticky cinematic copy. */
body[data-page="who-we-are"] .corporate-hero {
  display: flex !important;
  min-height: 100svh !important;
  align-items: flex-end !important;
  padding: clamp(12rem, 16vw, 17rem) var(--layout-edge) clamp(6.8rem, 8vw, 9.25rem) !important;
  overflow: hidden !important;
}

body[data-page="who-we-are"] .corporate-hero img {
  opacity: 0.54 !important;
  object-position: 53% center !important;
  transform-origin: center !important;
  will-change: transform;
}

body[data-page="who-we-are"] .corporate-hero::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.1) 38%, rgba(0, 0, 0, 0.74) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.36) 56%, rgba(0, 0, 0, 0.18) 100%) !important;
}

body[data-page="who-we-are"] .corporate-hero > div {
  width: min(78rem, calc(100vw - var(--layout-edge) * 2)) !important;
  max-width: none !important;
}

body[data-page="who-we-are"] .corporate-hero h1 {
  max-width: 74rem !important;
  font-size: clamp(4rem, 5.15vw, 6.6rem) !important;
  font-weight: 560 !important;
  line-height: 1.16 !important;
  text-wrap: balance;
}

body[data-page="who-we-are"] .corporate-hero span {
  max-width: 56rem !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: clamp(1rem, 0.52vw + 0.9rem, 1.28rem) !important;
}

body[data-page="who-we-are"] .about-statement {
  --statement-surface: #000;
  min-height: 205svh !important;
  margin-top: 0 !important;
  overflow: visible !important;
  background: #000 !important;
}

body[data-page="who-we-are"] .about-statement::before {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.055), transparent 28%),
    #000 !important;
}

body[data-page="who-we-are"] .about-statement .cinematic-statement-inner {
  left: var(--layout-edge) !important;
  right: var(--layout-edge) !important;
  display: grid !important;
  min-height: 100svh !important;
  height: 100svh !important;
  place-items: center !important;
  align-content: center !important;
  text-align: center !important;
  pointer-events: none;
}

body[data-page="who-we-are"] .about-statement h2 {
  width: min(76rem, calc(100vw - var(--layout-edge) * 2)) !important;
  max-width: 76rem !important;
  margin: 0 auto !important;
  color: #fff !important;
  font-size: clamp(2.75rem, 3.45vw, 4.65rem) !important;
  font-weight: 230 !important;
  line-height: 1.3 !important;
  text-align: center !important;
  text-wrap: balance;
  word-break: keep-all !important;
}

body[data-page="who-we-are"] .about-vision {
  position: relative !important;
  z-index: 2 !important;
  margin-top: 0 !important;
  background: #fff !important;
}

body[data-page="who-we-are"] .corporate-summary {
  background: #fff !important;
}

@media (max-width: 82rem) {
  body[data-page="who-we-are"] .corporate-hero {
    min-height: 92svh !important;
    padding-top: clamp(9rem, 18vw, 12rem) !important;
    padding-bottom: clamp(4.75rem, 8vw, 6.5rem) !important;
  }

  body[data-page="who-we-are"] .corporate-hero h1 {
    font-size: clamp(3.05rem, 8.2vw, 4.7rem) !important;
    line-height: 1.18 !important;
  }

  body[data-page="who-we-are"] .about-statement h2 {
    max-width: min(50rem, calc(100vw - var(--layout-edge) * 2)) !important;
    font-size: clamp(2.35rem, 6.2vw, 3.6rem) !important;
    line-height: 1.34 !important;
  }
}

@media (max-width: 48rem) {
  body[data-page="who-we-are"] .corporate-hero {
    min-height: 100svh !important;
    padding: 8.25rem var(--layout-edge) 4.25rem !important;
  }

  body[data-page="who-we-are"] .corporate-hero h1 {
    font-size: clamp(2.45rem, 10.2vw, 3.15rem) !important;
    line-height: 1.22 !important;
  }

  body[data-page="who-we-are"] .corporate-hero span {
    font-size: 0.98rem !important;
    line-height: 1.7 !important;
  }

  body[data-page="who-we-are"] .about-statement {
    min-height: 168svh !important;
  }

  body[data-page="who-we-are"] .about-statement h2 {
    max-width: min(22rem, calc(100vw - var(--layout-edge) * 2)) !important;
    font-size: clamp(1.9rem, 7.8vw, 2.55rem) !important;
    line-height: 1.42 !important;
  }
}

/* Subpage cinematic correction: enterprise reference shell + AX business content. */
:root {
  --cinema-black: #030303;
  --cinema-ink: #080808;
  --cinema-muted: #6f747c;
  --cinema-line: rgba(0, 0, 0, 0.14);
  --cinema-orange: #51237d;
  --cinema-edge: clamp(1.5rem, 7.4vw, 10.75rem);
  --cinema-section: clamp(6.75rem, 11.2vw, 13.5rem);
  --cinema-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

html,
body {
  overflow-x: clip;
}

body.subpage,
body[data-template] {
  background: #fff !important;
  color: var(--cinema-ink) !important;
}

body.subpage .site-header,
body[data-template] .site-header {
  min-height: clamp(4.75rem, 5.6vw, 6.45rem) !important;
  padding-right: var(--cinema-edge) !important;
  padding-left: var(--cinema-edge) !important;
}

body.subpage .gnb,
body[data-template] .gnb {
  gap: clamp(1.55rem, 2.35vw, 3rem) !important;
}

body.subpage .gnb a,
body[data-template] .gnb a {
  font-size: clamp(0.92rem, 0.3vw + 0.86rem, 1.12rem) !important;
  font-weight: 570 !important;
  letter-spacing: 0 !important;
}

body[data-template] .corporate-hero {
  display: flex !important;
  min-height: 100svh !important;
  align-items: flex-end !important;
  padding: clamp(11rem, 14vw, 16rem) var(--cinema-edge) clamp(6rem, 8vw, 8.75rem) !important;
  isolation: isolate !important;
  overflow: hidden !important;
  background: #030303 !important;
}

body[data-template] .corporate-hero img {
  z-index: -2 !important;
  opacity: 0.56 !important;
  transform-origin: center !important;
  filter: saturate(0.86) contrast(1.08) brightness(0.88) !important;
  will-change: transform;
}

body[data-template] .corporate-hero::after {
  z-index: -1 !important;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.14) 38%, rgba(0, 0, 0, 0.78) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.38) 54%, rgba(0, 0, 0, 0.2) 100%) !important;
}

body[data-template] .corporate-hero > div {
  width: min(82rem, calc(100vw - var(--cinema-edge) * 2)) !important;
  max-width: none !important;
}

body[data-template] .corporate-hero p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: clamp(0.95rem, 0.34vw + 0.82rem, 1.12rem) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body[data-template] .corporate-hero h1 {
  max-width: 80rem !important;
  margin: clamp(1.25rem, 2vw, 2rem) 0 0 !important;
  color: #fff !important;
  font-size: clamp(3.65rem, 5.35vw, 7.25rem) !important;
  font-weight: 560 !important;
  line-height: 1.13 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
  text-wrap: balance;
}

body[data-template] .corporate-hero span {
  max-width: 60rem !important;
  margin-top: clamp(1.6rem, 2.45vw, 2.8rem) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: clamp(1.02rem, 0.46vw + 0.92rem, 1.32rem) !important;
  line-height: 1.72 !important;
  word-break: keep-all !important;
}

.product-cinematic-hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(11rem, 14.2vw, 16.5rem) var(--cinema-edge) clamp(6rem, 8.5vw, 9rem);
  background: #030303;
  color: #fff;
}

.product-cinematic-hero::before,
.product-cinematic-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.product-cinematic-hero::before {
  z-index: -1;
  background:
    radial-gradient(circle at 74% 45%, rgba(243, 115, 33, 0.26), transparent 25%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.18) 38%, rgba(0, 0, 0, 0.84) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.38) 58%, rgba(0, 0, 0, 0.18) 100%);
}

.product-cinematic-hero::after {
  z-index: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0)) 0 calc(100% - clamp(3rem, 5vw, 5.5rem)) / calc(100% - var(--cinema-edge) * 2) 1px no-repeat;
  opacity: 0.82;
}

.product-cinematic-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.62;
  filter: saturate(0.88) contrast(1.12) brightness(0.76);
  transform-origin: center;
  will-change: transform;
}

.product-cinematic-copy {
  position: relative;
  z-index: 1;
  width: min(78rem, calc(100vw - var(--cinema-edge) * 2));
  max-width: none;
}

.product-cinematic-copy p,
.product-cinematic-copy strong {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.92rem, 0.34vw + 0.82rem, 1.12rem);
  font-weight: 700;
  line-height: 1.5;
}

.product-cinematic-copy strong {
  margin-top: clamp(1.25rem, 2vw, 2rem);
  color: rgba(255, 255, 255, 0.58);
}

.product-cinematic-copy h1 {
  max-width: 74rem;
  margin: clamp(1.15rem, 1.8vw, 1.9rem) 0 0;
  color: #fff;
  font-size: clamp(3.4rem, 5.25vw, 7.15rem);
  font-weight: 560;
  line-height: 1.14;
  letter-spacing: 0;
  word-break: keep-all;
  text-wrap: balance;
}

.product-cinematic-copy h2 {
  margin: clamp(0.9rem, 1.4vw, 1.4rem) 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.45rem, 1.18vw + 1.05rem, 2.5rem);
  font-weight: 520;
  line-height: 1.35;
  letter-spacing: 0;
}

.product-cinematic-copy span {
  display: block;
  max-width: 54rem;
  margin-top: clamp(1.45rem, 2.35vw, 2.65rem);
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.02rem, 0.48vw + 0.9rem, 1.32rem);
  line-height: 1.72;
  word-break: keep-all;
}

.product-cinematic-cta {
  position: absolute;
  right: var(--cinema-edge);
  bottom: clamp(3.65rem, 5.8vw, 6.5rem);
  z-index: 2;
  display: inline-flex;
  min-width: clamp(8.5rem, 9vw, 11rem);
  min-height: clamp(3.25rem, 3.7vw, 4rem);
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999rem;
  color: #fff;
  font-size: clamp(0.95rem, 0.34vw + 0.84rem, 1.08rem);
  font-weight: 700;
  text-decoration: none;
  transition: background 0.32s var(--cinema-ease), color 0.32s var(--cinema-ease), transform 0.32s var(--cinema-ease);
}

.product-cinematic-cta:hover {
  background: #fff;
  color: #050505;
  transform: translateY(-0.16rem);
}

body[data-template="product"] .product-tabs {
  top: clamp(4.75rem, 5.6vw, 6.45rem) !important;
  z-index: 300 !important;
  padding-right: var(--cinema-edge) !important;
  padding-left: var(--cinema-edge) !important;
}

body[data-template="product"] .product-section {
  padding: var(--cinema-section) var(--cinema-edge) !important;
}

body[data-template="product"] .product-section + .product-section {
  padding-top: clamp(4rem, 7vw, 8rem) !important;
}

body[data-template="product"] .product-intro h2,
body[data-template="product"] .product-section-head h2 {
  max-width: 78rem !important;
  font-size: clamp(2.45rem, 3.85vw, 5.35rem) !important;
  font-weight: 560 !important;
  line-height: 1.18 !important;
  word-break: keep-all !important;
  text-wrap: balance;
}

body[data-template="product"] .product-intro p {
  max-width: 64rem !important;
  font-size: clamp(1.08rem, 0.52vw + 0.95rem, 1.34rem) !important;
}

body[data-template="product"] .product-intro img {
  width: 100% !important;
  max-height: none !important;
  aspect-ratio: 16 / 7 !important;
  margin-top: clamp(3.5rem, 5.8vw, 7rem) !important;
  object-fit: cover !important;
  filter: saturate(0.9) contrast(1.05) !important;
}

body[data-template="product"] .recommend-grid article,
body[data-template="product"] .difference-grid article,
body[data-template="product"] .usecase-grid article,
body[data-template="product"] .product-service-grid article {
  border-radius: 0 !important;
  box-shadow: none !important;
}

body[data-template="product"] .recommend-grid article,
body[data-template="product"] .difference-grid article,
body[data-template="product"] .product-service-grid article {
  background: #f3f5f7 !important;
}

body[data-template="product"] .usecase-grid article {
  border-top-color: rgba(0, 0, 0, 0.18) !important;
}

.media-hero {
  padding: clamp(13rem, 17vw, 19rem) var(--cinema-edge) clamp(5rem, 7vw, 7.75rem);
  background: #fff;
}

.media-hero > div {
  max-width: 76rem;
}

.media-hero p {
  margin: 0 0 clamp(1.5rem, 2.4vw, 2.6rem);
  color: #777;
  font-size: clamp(0.9rem, 0.34vw + 0.78rem, 1.05rem);
  font-weight: 700;
  letter-spacing: 0;
}

.media-hero h1 {
  margin: 0;
  color: #050505;
  font-size: clamp(4rem, 6.2vw, 8.6rem);
  font-weight: 720;
  line-height: 1.02;
  letter-spacing: 0;
}

.media-hero span {
  display: block;
  max-width: 48rem;
  margin-top: clamp(1.55rem, 2.4vw, 2.8rem);
  color: #5b6169;
  font-size: clamp(1.02rem, 0.48vw + 0.9rem, 1.32rem);
  line-height: 1.7;
  word-break: keep-all;
}

.media-toolbar {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: clamp(2rem, 5vw, 7rem) !important;
  padding: 0 var(--cinema-edge) clamp(2.6rem, 4vw, 4.25rem) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.media-toolbar div {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.1rem, 2vw, 2.4rem);
}

.media-toolbar button {
  min-height: 2.8rem;
  padding: 0 1rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #9a9da3;
  font-size: clamp(0.98rem, 0.36vw + 0.86rem, 1.16rem);
  font-weight: 700;
}

.media-toolbar button.active {
  border: 1px solid #050505;
  border-radius: 0.28rem;
  color: #050505;
}

.media-toolbar label {
  display: grid;
  min-width: min(24rem, 100%);
  grid-template-columns: auto minmax(10rem, 1fr);
  gap: 1rem;
  align-items: center;
  color: #6a6f77;
  font-size: clamp(0.95rem, 0.32vw + 0.84rem, 1.08rem);
  font-weight: 700;
}

.media-toolbar input {
  min-height: 2.75rem;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
  background: transparent;
  font: inherit;
}

.media-product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(4rem, 7.5vw, 8.5rem) clamp(1.6rem, 2.4vw, 2.25rem) !important;
  padding: clamp(3rem, 5vw, 5rem) var(--cinema-edge) var(--cinema-section) !important;
}

.media-card {
  display: block !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-top: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #050505 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.media-card::before,
.media-card::after {
  display: none !important;
}

.media-card img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1.16 / 1 !important;
  height: auto !important;
  margin: 0 0 clamp(1.6rem, 2.3vw, 2.35rem) !important;
  object-fit: cover !important;
  background: #f3f3f3 !important;
  filter: saturate(0.95) contrast(1.02) !important;
  transform: none !important;
}

.media-card span {
  display: block !important;
  margin: 0 0 clamp(1.25rem, 1.8vw, 1.9rem) !important;
  color: var(--cinema-orange) !important;
  font-size: clamp(0.88rem, 0.28vw + 0.8rem, 1rem) !important;
  font-weight: 760 !important;
}

.media-card h2 {
  margin: 0 !important;
  color: #050505 !important;
  font-size: clamp(1.25rem, 0.72vw + 1rem, 1.72rem) !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
}

.media-card time {
  display: block !important;
  margin-top: clamp(2rem, 3.6vw, 4rem) !important;
  color: #888 !important;
  font-size: clamp(1rem, 0.28vw + 0.9rem, 1.14rem) !important;
  line-height: 1.4 !important;
}

.what-hub .usecase-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(1.6rem, 2.4vw, 2.5rem) !important;
}

.what-hub-card {
  min-height: 0 !important;
}

.what-hub-card strong {
  display: block;
  margin-top: 0.5rem;
  color: #5d636b;
  font-size: clamp(0.96rem, 0.32vw + 0.84rem, 1.08rem);
  font-weight: 600;
}

.media-detail {
  padding: clamp(11rem, 15vw, 17rem) var(--cinema-edge) var(--cinema-section) !important;
  background: #fff !important;
}

.media-detail .back-link {
  display: inline-flex;
  margin-bottom: clamp(3rem, 5vw, 6rem);
  color: #050505;
  font-weight: 760;
  text-decoration: none;
}

.media-detail header {
  max-width: 82rem;
  padding-bottom: clamp(3rem, 5vw, 5.5rem);
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.media-detail header p {
  color: var(--cinema-orange);
  font-weight: 760;
}

.media-detail header h1 {
  margin: clamp(1.2rem, 2vw, 2.2rem) 0 0;
  color: #050505;
  font-size: clamp(2.8rem, 4.8vw, 6.7rem);
  font-weight: 640;
  line-height: 1.16;
  word-break: keep-all;
  text-wrap: balance;
}

.media-detail header time {
  display: block;
  margin-top: clamp(1.8rem, 2.5vw, 3rem);
  color: #888;
  font-size: clamp(1rem, 0.3vw + 0.9rem, 1.14rem);
}

.media-detail > img {
  display: block;
  width: 100%;
  max-height: none;
  aspect-ratio: 16 / 7;
  margin: clamp(3.5rem, 5.5vw, 6.5rem) 0;
  object-fit: cover;
}

.media-detail > div {
  max-width: 58rem;
  margin-left: auto;
  color: #222;
  font-size: clamp(1.08rem, 0.5vw + 0.95rem, 1.32rem);
  line-height: 1.82;
  word-break: keep-all;
}

.reveal {
  transition-duration: 0.86s !important;
  transition-timing-function: var(--cinema-ease) !important;
}

@media (max-width: 92rem) {
  .media-product-grid,
  .what-hub .usecase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .product-cinematic-cta {
    position: relative;
    right: auto;
    bottom: auto;
    align-self: flex-end;
    margin-left: auto;
  }
}

@media (max-width: 64rem) {
  body.subpage .site-header,
  body[data-template] .site-header {
    padding-right: var(--layout-edge) !important;
    padding-left: var(--layout-edge) !important;
  }

  body.subpage .gnb,
  body[data-template] .gnb {
    display: none !important;
  }

  body[data-template] .corporate-hero,
  .product-cinematic-hero {
    min-height: 100svh !important;
    padding: clamp(8rem, 20vw, 11rem) var(--layout-edge) clamp(4.5rem, 9vw, 6.5rem) !important;
  }

  body[data-template] .corporate-hero h1,
  .product-cinematic-copy h1 {
    font-size: clamp(2.6rem, 10vw, 4.7rem) !important;
    line-height: 1.18 !important;
  }

  .product-cinematic-copy h2 {
    font-size: clamp(1.22rem, 4.2vw, 1.8rem) !important;
  }

  .product-cinematic-copy span,
  body[data-template] .corporate-hero span {
    font-size: clamp(0.98rem, 3vw, 1.16rem) !important;
  }

  .media-hero {
    padding: clamp(9.5rem, 23vw, 12rem) var(--layout-edge) clamp(4rem, 10vw, 5.5rem);
  }

  .media-hero h1 {
    font-size: clamp(3.1rem, 14vw, 5.8rem);
  }

  .media-toolbar {
    display: grid !important;
    padding-right: var(--layout-edge) !important;
    padding-left: var(--layout-edge) !important;
  }

  .media-product-grid,
  .what-hub .usecase-grid {
    grid-template-columns: 1fr !important;
    padding-right: var(--layout-edge) !important;
    padding-left: var(--layout-edge) !important;
  }

  body[data-template="product"] .product-section {
    padding-right: var(--layout-edge) !important;
    padding-left: var(--layout-edge) !important;
  }

  body[data-template="product"] .product-tabs {
    overflow-x: auto !important;
    padding-right: var(--layout-edge) !important;
    padding-left: var(--layout-edge) !important;
  }

  body[data-template="product"] .product-intro img,
  .media-detail > img {
    aspect-ratio: 1.15 / 1 !important;
  }
}

@media (max-width: 40rem) {
  .media-toolbar label {
    grid-template-columns: 1fr;
  }

  body[data-template="product"] .recommend-grid,
  body[data-template="product"] .difference-grid,
  body[data-template="product"] .usecase-grid,
  body[data-template="product"] .product-service-grid {
    grid-template-columns: 1fr !important;
  }
}

/* reference grid restoration after AX content merge. */
:root {
  --layout-edge: clamp(1.75rem, 9vw, 10.8rem) !important;
  --product-edge: var(--layout-edge) !important;
  --cinema-edge: var(--layout-edge) !important;
  --ha-grid-gap: clamp(1.5rem, 2.2vw, 2.65rem);
  --ha-row-gap: clamp(5.5rem, 8.8vw, 10.5rem);
  --ha-section-pad: clamp(7rem, 11vw, 13rem);
  --ha-title-max: 74rem;
}

body.subpage .site-header,
body[data-template] .site-header,
.site-header {
  padding-right: var(--layout-edge) !important;
  padding-left: var(--layout-edge) !important;
}

body[data-template] .corporate-hero,
.product-cinematic-hero,
.media-hero,
body[data-template="product"] .product-section,
.product-section,
.media-toolbar,
.media-product-grid,
.home-recommend,
.home-news,
.news-section,
.partners,
.home-partners {
  padding-right: var(--layout-edge) !important;
  padding-left: var(--layout-edge) !important;
}

body[data-template] .corporate-hero > div,
.product-cinematic-copy,
.media-hero > div,
.about-vision,
.product-section-head,
.product-intro > h2,
.product-intro > p,
.recommend-grid,
.product-service-grid,
.difference-grid,
.usecase-grid,
.media-product-grid,
.media-toolbar > *,
.corporate-summary > * {
  max-width: none !important;
}

body[data-template] .corporate-hero h1,
.product-cinematic-copy h1 {
  max-width: var(--ha-title-max) !important;
}

.about-vision {
  width: 100% !important;
  margin: 0 !important;
  padding: var(--ha-section-pad) var(--layout-edge) !important;
  grid-template-columns: minmax(9rem, 0.22fr) minmax(0, 1fr) !important;
  gap: clamp(3rem, 7vw, 8rem) !important;
  background: #fff !important;
}

.about-vision > div {
  max-width: 76rem !important;
}

.about-vision h2 {
  font-size: clamp(2.7rem, 4.25vw, 6rem) !important;
  font-weight: 560 !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
  text-wrap: balance;
}

.about-vision p {
  max-width: 56rem !important;
  margin-top: clamp(1.8rem, 2.8vw, 3.25rem) !important;
  font-size: clamp(1.08rem, 0.5vw + 0.92rem, 1.32rem) !important;
  line-height: 1.78 !important;
}

.product-section {
  padding-top: var(--ha-section-pad) !important;
  padding-bottom: var(--ha-section-pad) !important;
}

.product-section + .product-section {
  padding-top: clamp(5.5rem, 9vw, 10rem) !important;
}

.product-section-head {
  display: grid !important;
  grid-template-columns: minmax(9rem, 0.22fr) minmax(0, 1fr) !important;
  gap: clamp(3rem, 7vw, 8rem) !important;
  align-items: start !important;
  margin-bottom: clamp(3.6rem, 6.4vw, 7.5rem) !important;
}

.product-section-head p {
  color: #777 !important;
  font-size: clamp(0.92rem, 0.3vw + 0.78rem, 1.05rem) !important;
  font-weight: 720 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.product-section-head h2 {
  max-width: 74rem !important;
  font-size: clamp(2.7rem, 4.05vw, 5.75rem) !important;
  font-weight: 560 !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
  text-wrap: balance;
}

.product-intro {
  display: grid !important;
  grid-template-columns: minmax(9rem, 0.22fr) minmax(0, 1fr) !important;
  gap: clamp(2.5rem, 5.6vw, 7rem) !important;
  align-items: start !important;
}

.product-intro h2 {
  grid-column: 2 !important;
  max-width: 76rem !important;
  margin: 0 !important;
  font-size: clamp(2.7rem, 4.05vw, 5.75rem) !important;
  font-weight: 560 !important;
  line-height: 1.16 !important;
  word-break: keep-all !important;
  text-wrap: balance;
}

.product-intro p {
  grid-column: 2 !important;
  max-width: 58rem !important;
  margin: 0 !important;
  font-size: clamp(1.08rem, 0.5vw + 0.92rem, 1.32rem) !important;
  line-height: 1.78 !important;
}

.product-intro img {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  aspect-ratio: 16 / 6.2 !important;
  margin-top: clamp(1rem, 2vw, 2rem) !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  filter: saturate(0.9) contrast(1.05) brightness(0.92) !important;
}

.recommend-grid,
.difference-grid,
.usecase-grid,
.product-service-grid {
  gap: var(--ha-grid-gap) !important;
}

.corporate-summary .product-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.product-service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.product-service-grid article,
.recommend-grid article,
.difference-grid article,
.usecase-grid article {
  min-height: 0 !important;
  padding: clamp(1.45rem, 2.2vw, 2.5rem) 0 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.22) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.product-service-grid article {
  padding-right: clamp(1rem, 1.8vw, 2rem) !important;
}

.product-service-grid h3,
.recommend-grid h3,
.difference-grid h3,
.usecase-grid h3 {
  color: #050505 !important;
  font-size: clamp(1.28rem, 0.75vw + 1rem, 1.9rem) !important;
  font-weight: 680 !important;
  line-height: 1.32 !important;
  letter-spacing: 0 !important;
}

.product-service-grid p,
.recommend-grid p,
.difference-grid p,
.usecase-grid p {
  color: #60656d !important;
  font-size: clamp(0.98rem, 0.34vw + 0.86rem, 1.14rem) !important;
  line-height: 1.68 !important;
}

.recommend-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.recommend-grid img,
.difference-grid img,
.usecase-grid img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 0 clamp(1.4rem, 2vw, 2.1rem) !important;
  aspect-ratio: 1.22 / 1 !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  filter: saturate(0.88) contrast(1.04) brightness(0.9) !important;
}

.recommend-grid div,
.difference-grid div,
.usecase-grid div,
.recommend-grid article > div,
.difference-grid article > div,
.usecase-grid article > div {
  padding: 0 !important;
}

.difference-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.usecase-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.what-hub .product-section-head {
  margin-bottom: clamp(3.8rem, 6vw, 7rem) !important;
}

.what-hub .usecase-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: start !important;
  gap: var(--ha-grid-gap) !important;
}

.what-hub-card,
.what-hub .media-card.what-hub-card {
  position: relative !important;
  display: block !important;
  min-height: 0 !important;
  padding: clamp(1.35rem, 2vw, 2.1rem) 0 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.24) !important;
  background: transparent !important;
  color: #050505 !important;
  overflow: visible !important;
}

.what-hub-card img,
.what-hub .media-card.what-hub-card img {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1.15 / 1 !important;
  margin: 0 0 clamp(1.45rem, 2vw, 2.1rem) !important;
  object-fit: cover !important;
  opacity: 1 !important;
  filter: saturate(0.86) contrast(1.05) brightness(0.9) !important;
  transform: none !important;
}

.what-hub-card span,
.what-hub .media-card.what-hub-card span {
  position: static !important;
  display: block !important;
  margin: 0 0 clamp(0.85rem, 1.2vw, 1.25rem) !important;
  color: var(--cinema-orange) !important;
  font-size: clamp(0.86rem, 0.25vw + 0.78rem, 0.98rem) !important;
  font-weight: 760 !important;
  line-height: 1.4 !important;
  text-shadow: none !important;
}

.what-hub-card h2,
.what-hub .media-card.what-hub-card h2 {
  position: static !important;
  margin: 0 !important;
  color: #050505 !important;
  font-size: clamp(1.45rem, 0.95vw + 1rem, 2.2rem) !important;
  font-weight: 680 !important;
  line-height: 1.25 !important;
  text-shadow: none !important;
}

.what-hub-card strong,
.what-hub .media-card.what-hub-card strong {
  position: static !important;
  display: block !important;
  margin-top: clamp(0.55rem, 0.9vw, 0.9rem) !important;
  color: #5f646b !important;
  font-size: clamp(0.98rem, 0.3vw + 0.86rem, 1.12rem) !important;
  font-weight: 580 !important;
  line-height: 1.5 !important;
  text-shadow: none !important;
}

.what-hub-card p,
.what-hub .media-card.what-hub-card p {
  position: static !important;
  margin: clamp(1.2rem, 1.8vw, 1.8rem) 0 0 !important;
  color: #555b63 !important;
  font-size: clamp(0.98rem, 0.34vw + 0.86rem, 1.14rem) !important;
  line-height: 1.65 !important;
  text-shadow: none !important;
}

.what-hub-card::before,
.what-hub-card::after,
.what-hub .media-card.what-hub-card::before,
.what-hub .media-card.what-hub-card::after {
  display: none !important;
}

.media-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(4.5rem, 8vw, 9.5rem) var(--ha-grid-gap) !important;
}

.media-card img {
  aspect-ratio: 1.15 / 1 !important;
}

.footer {
  padding-right: var(--layout-edge) !important;
  padding-left: var(--layout-edge) !important;
}

@media (max-width: 92rem) {
  .product-section-head,
  .about-vision,
  .product-intro {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: clamp(1.6rem, 5vw, 3rem) !important;
  }

  .product-intro h2,
  .product-intro p,
  .product-intro img {
    grid-column: 1 !important;
  }

  .product-service-grid,
  .corporate-summary .product-service-grid,
  .difference-grid,
  .what-hub .usecase-grid,
  .media-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 48rem) {
  :root {
    --layout-edge: clamp(1.35rem, 6.4vw, 1.85rem) !important;
    --ha-section-pad: clamp(5rem, 18vw, 7rem);
  }

  .product-section-head h2,
  .product-intro h2,
  .about-vision h2 {
    font-size: clamp(2.2rem, 10vw, 3.2rem) !important;
    line-height: 1.2 !important;
  }

  .product-service-grid,
  .corporate-summary .product-service-grid,
  .recommend-grid,
  .difference-grid,
  .usecase-grid,
  .what-hub .usecase-grid,
  .media-product-grid {
    grid-template-columns: 1fr !important;
  }

  .product-intro img {
    aspect-ratio: 1.08 / 1 !important;
  }
}

/* Page differentiation pass: WHO / WHY / WHAT follow separate cinematic enterprise structures. */
.site-header[data-nav-open="true"],
.site-header[data-nav-open="true"].is-light,
body[data-template] .site-header[data-nav-open="true"] {
  background: rgba(255, 255, 255, 0.98) !important;
  color: #050505 !important;
  border-bottom-color: rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 1.2rem 3.5rem rgba(0, 0, 0, 0.08) !important;
  backdrop-filter: blur(1rem) !important;
}

.site-header[data-nav-open="true"] .brand-text,
.site-header[data-nav-open="true"] .gnb a,
.site-header[data-nav-open="true"] .hamburger,
.site-header[data-nav-open="true"] .hamburger span:not(.sr-only),
.site-header[data-nav-open="true"] .hamburger span:not(.sr-only)::before,
.site-header[data-nav-open="true"] .hamburger span:not(.sr-only)::after {
  color: #050505 !important;
  border-color: #050505 !important;
}

.site-header[data-nav-open="true"]::before,
.site-header[data-nav-open="true"]::after,
.site-header:has(.gnb a:hover)::before,
.site-header:has(.gnb a:hover)::after,
.site-header:has(.gnb a:focus-visible)::before,
.site-header:has(.gnb a:focus-visible)::after,
.site-header:has(.nav-depth:hover)::before,
.site-header:has(.nav-depth:hover)::after {
  display: none !important;
  opacity: 0 !important;
  background: transparent !important;
}

.site-header .nav-depth,
body[data-template] .site-header .nav-depth,
.subpage .site-header .nav-depth {
  top: 100% !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 9998 !important;
  padding: clamp(2.6rem, 3.8vw, 4.6rem) var(--layout-edge) clamp(3.2rem, 4.8vw, 5.8rem) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
  background: rgba(255, 255, 255, 0.98) !important;
  color: #050505 !important;
  box-shadow: 0 2.5rem 5rem rgba(0, 0, 0, 0.12) !important;
  backdrop-filter: blur(1rem) !important;
}

.site-header .nav-depth::before,
.site-header .nav-depth::after {
  display: none !important;
}

.site-header .nav-depth-inner {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(1.25rem, 1.8vw, 2.5rem) !important;
}

.site-header .nav-depth-col {
  padding-top: clamp(1.25rem, 1.8vw, 2rem) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.18) !important;
}

.site-header .nav-depth-title,
.site-header .nav-depth-col a,
.site-header .nav-depth-col a:not(.nav-depth-title) {
  color: #050505 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

.site-header .nav-depth-title {
  display: block !important;
  margin-bottom: clamp(1.1rem, 1.5vw, 1.65rem) !important;
  font-size: clamp(0.95rem, 0.3vw + 0.84rem, 1.1rem) !important;
  font-weight: 780 !important;
  line-height: 1.38 !important;
}

.site-header .nav-depth-title span {
  display: block !important;
  margin-bottom: 0.55rem !important;
  color: var(--cinema-orange) !important;
  font-size: 0.76rem !important;
  font-weight: 800 !important;
}

.site-header .nav-depth-col a:not(.nav-depth-title) {
  display: block !important;
  padding: 0.38rem 0 !important;
  color: #6a6f77 !important;
  font-size: clamp(0.88rem, 0.24vw + 0.8rem, 1rem) !important;
  font-weight: 520 !important;
}

.site-header .nav-depth-col a:not(.nav-depth-title):hover,
.site-header .nav-depth-col a:not(.nav-depth-title):focus-visible {
  color: #050505 !important;
  transform: translateX(0.18rem) !important;
}

.about-culture {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(24rem, 1fr);
  gap: clamp(3rem, 7vw, 9rem);
  align-items: end;
  padding: var(--ha-section-pad) var(--layout-edge);
  background: #fff;
}

.about-culture-copy p,
.about-principles article span {
  margin: 0 0 clamp(1.2rem, 2vw, 2.2rem);
  color: #777;
  font-size: clamp(0.9rem, 0.3vw + 0.78rem, 1.04rem);
  font-weight: 740;
}

.about-culture-copy h2 {
  margin: 0;
  color: #050505;
  font-size: clamp(2.8rem, 4.4vw, 6.25rem);
  font-weight: 560;
  line-height: 1.14;
  word-break: keep-all;
  text-wrap: balance;
}

.about-culture-copy span {
  display: block;
  max-width: 45rem;
  margin-top: clamp(1.6rem, 2.4vw, 2.8rem);
  color: #60656d;
  font-size: clamp(1rem, 0.45vw + 0.9rem, 1.26rem);
  line-height: 1.72;
}

.about-culture-visual {
  overflow: hidden;
}

.about-culture-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1.38 / 1;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.05) brightness(0.84);
}

.about-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--ha-grid-gap);
  padding: 0 var(--layout-edge) var(--ha-section-pad);
  background: #fff;
}

.about-principles article {
  padding-top: clamp(1.5rem, 2vw, 2.2rem);
  border-top: 1px solid rgba(0, 0, 0, 0.22);
}

.about-principles h3 {
  margin: 0;
  color: #050505;
  font-size: clamp(1.65rem, 1.4vw + 1rem, 2.65rem);
  font-weight: 600;
}

.about-principles p {
  margin: clamp(1.15rem, 1.7vw, 1.8rem) 0 0;
  color: #666b73;
  font-size: clamp(1rem, 0.34vw + 0.86rem, 1.14rem);
  line-height: 1.68;
}

.why-plain-hero {
  display: grid;
  min-height: 76svh;
  place-items: center;
  padding: clamp(10rem, 15vw, 17rem) var(--layout-edge) clamp(5rem, 8vw, 8rem);
  background: #fff;
  color: #050505;
  text-align: center;
}

.why-plain-hero p {
  margin: 0 0 clamp(1.8rem, 2.7vw, 3rem);
  color: #777;
  font-size: clamp(0.88rem, 0.28vw + 0.78rem, 1rem);
  font-weight: 740;
}

.why-plain-hero h1 {
  margin: 0;
  color: #050505;
  font-size: clamp(4rem, 6.2vw, 9rem);
  font-weight: 260;
  line-height: 1.08;
  letter-spacing: 0;
}

.why-wide-media {
  padding: 0 var(--layout-edge) clamp(5rem, 8vw, 8rem);
  background: #fff;
}

.why-wide-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 5.8;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.05) brightness(0.82);
}

.why-manifest-copy {
  display: grid;
  grid-template-columns: minmax(9rem, 0.22fr) minmax(0, 1fr);
  gap: clamp(3rem, 7vw, 8rem);
  padding: var(--ha-section-pad) var(--layout-edge);
  background: #050505;
  color: #fff;
}

.why-manifest-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(0.9rem, 0.3vw + 0.78rem, 1.04rem);
  font-weight: 740;
}

.why-manifest-copy h2 {
  max-width: 78rem;
  margin: 0;
  color: #fff;
  font-size: clamp(2.8rem, 4.5vw, 6.4rem);
  font-weight: 300;
  line-height: 1.2;
  word-break: keep-all;
  text-wrap: balance;
}

.why-manifest-copy span {
  grid-column: 2;
  display: block;
  max-width: 54rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.02rem, 0.45vw + 0.9rem, 1.28rem);
  line-height: 1.74;
}

.why-chapter-flow {
  background: #050505;
  color: #fff;
}

.why-flow-card {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: clamp(8rem, 12vw, 14rem) var(--layout-edge);
  overflow: hidden;
  isolation: isolate;
}

.why-flow-card + .why-flow-card {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.why-flow-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
  filter: saturate(0.85) contrast(1.12) brightness(0.74);
}

.why-flow-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.82)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.18));
}

.why-flow-card div {
  max-width: 76rem;
}

.why-flow-card span {
  display: block;
  margin-bottom: clamp(1.3rem, 2vw, 2.2rem);
  color: var(--cinema-orange);
  font-size: clamp(0.9rem, 0.3vw + 0.78rem, 1.04rem);
  font-weight: 800;
}

.why-flow-card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.2rem, 5.2vw, 7.2rem);
  font-weight: 340;
  line-height: 1.14;
  word-break: keep-all;
  text-wrap: balance;
}

.why-flow-card p {
  max-width: 50rem;
  margin: clamp(1.6rem, 2.4vw, 2.8rem) 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.04rem, 0.45vw + 0.9rem, 1.28rem);
  line-height: 1.72;
}

.what-overview-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(9rem, 13vw, 15rem) var(--layout-edge);
  background: #050505;
  color: #fff;
  text-align: center;
}

.what-overview-hero img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.56;
  filter: saturate(0.78) contrast(1.12) brightness(0.66);
}

.what-overview-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.8));
}

.what-overview-hero p {
  margin: 0 0 clamp(1.2rem, 2vw, 2.2rem);
  color: rgba(255, 255, 255, 0.68);
  font-weight: 760;
}

.what-overview-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(4.8rem, 8.5vw, 12rem);
  font-weight: 250;
  line-height: 0.98;
}

.what-overview-hero span {
  display: block;
  max-width: 43rem;
  margin: clamp(1.8rem, 2.6vw, 3rem) auto 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 0.4vw + 0.9rem, 1.22rem);
  line-height: 1.72;
}

.what-business-intro {
  display: grid;
  grid-template-columns: minmax(9rem, 0.22fr) minmax(0, 1fr);
  gap: clamp(3rem, 7vw, 8rem);
  padding: var(--ha-section-pad) var(--layout-edge) clamp(3rem, 5vw, 5.5rem);
  background: #fff;
}

.what-business-intro p {
  margin: 0;
  color: #777;
  font-weight: 740;
}

.what-business-intro h2 {
  max-width: 76rem;
  margin: 0;
  color: #050505;
  font-size: clamp(2.9rem, 4.6vw, 6.5rem);
  font-weight: 560;
  line-height: 1.14;
  word-break: keep-all;
  text-wrap: balance;
}

.what-business-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(3rem, 5vw, 6rem) var(--ha-grid-gap);
  padding: 0 var(--layout-edge) var(--ha-section-pad);
  background: #fff;
}

.what-business-card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: clamp(1.4rem, 2.6vw, 3rem);
  align-items: end;
  padding-top: clamp(1.4rem, 2vw, 2.2rem);
  border-top: 1px solid rgba(0, 0, 0, 0.22);
  color: #050505;
  text-decoration: none;
}

.what-business-card img {
  width: 100%;
  aspect-ratio: 1.08 / 1;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.05) brightness(0.9);
}

.what-business-card span {
  display: block;
  margin-bottom: clamp(0.9rem, 1.3vw, 1.35rem);
  color: var(--cinema-orange);
  font-size: clamp(0.86rem, 0.24vw + 0.78rem, 0.98rem);
  font-weight: 800;
}

.what-business-card h2 {
  margin: 0;
  color: #050505;
  font-size: clamp(1.75rem, 1.65vw + 1rem, 3.35rem);
  font-weight: 640;
  line-height: 1.18;
}

.what-business-card strong {
  display: block;
  margin-top: clamp(0.7rem, 1vw, 1rem);
  color: #60656d;
  font-size: clamp(1rem, 0.32vw + 0.88rem, 1.16rem);
  font-weight: 560;
}

.what-business-card p {
  margin: clamp(1rem, 1.5vw, 1.65rem) 0 0;
  color: #5c626b;
  font-size: clamp(0.98rem, 0.32vw + 0.86rem, 1.12rem);
  line-height: 1.66;
}

@media (max-width: 72rem) {
  .site-header .nav-depth,
  body[data-template] .site-header .nav-depth,
  .subpage .site-header .nav-depth {
    display: none !important;
  }

  .about-culture,
  .why-manifest-copy,
  .what-business-intro,
  .what-business-board,
  .what-business-card {
    grid-template-columns: 1fr !important;
  }

  .why-manifest-copy span {
    grid-column: 1;
  }

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

  .why-plain-hero h1,
  .what-overview-hero h1 {
    font-size: clamp(3.2rem, 13vw, 6rem);
  }
}

@media (max-width: 48rem) {
  .why-plain-hero,
  .what-overview-hero {
    min-height: 92svh;
    padding-top: 8rem;
  }

  .why-plain-hero {
    place-items: end start;
    text-align: left;
  }

  .why-plain-hero h1 {
    font-size: clamp(3rem, 12vw, 4.4rem);
    line-height: 1.1;
  }

  .why-wide-media img {
    aspect-ratio: 1.08 / 1;
  }

  .why-manifest-copy h2,
  .why-flow-card h2,
  .what-business-intro h2 {
    font-size: clamp(2.1rem, 9.2vw, 3.25rem);
  }

  .why-flow-card {
    min-height: 86svh;
    padding-top: 7rem;
    padding-bottom: 4rem;
  }

  .what-business-card img {
    aspect-ratio: 1.18 / 1;
  }
}

/* Header parity pass: keep home and every subpage on one navigation grid. */
:root {
  --ha-header-height: clamp(5.5rem, 5.6vw, 6.75rem);
  --ha-header-side: var(--layout-edge);
  --ha-header-brand-track: clamp(13.5rem, 16vw, 18rem);
  --ha-header-nav-gap: clamp(1.75rem, 2.35vw, 2.82rem);
}

.site-header,
.subpage .site-header,
body.subpage .site-header,
body[data-template] .site-header,
body[data-page="media"] .site-header {
  display: grid !important;
  grid-template-columns:
    minmax(0, var(--ha-header-brand-track))
    minmax(0, 1fr)
    minmax(0, var(--ha-header-brand-track)) !important;
  align-items: center !important;
  height: var(--ha-header-height) !important;
  min-height: var(--ha-header-height) !important;
  padding: 0 var(--ha-header-side) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  background: rgba(255, 255, 255, 0.98) !important;
  color: #050505 !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.035) !important;
  text-shadow: none !important;
  backdrop-filter: blur(0.85rem) !important;
  -webkit-backdrop-filter: blur(0.85rem) !important;
}

.site-header::before,
.site-header::after,
.subpage .site-header::before,
.subpage .site-header::after,
body[data-template] .site-header::before,
body[data-template] .site-header::after,
body[data-page="media"] .site-header::before,
body[data-page="media"] .site-header::after {
  display: none !important;
  opacity: 0 !important;
  background: transparent !important;
}

.site-header .brand,
.subpage .site-header .brand,
body[data-template] .site-header .brand {
  justify-self: start !important;
  align-self: center !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: clamp(0.55rem, 0.7vw, 0.8rem) !important;
  height: auto !important;
  margin: 0 !important;
  color: #050505 !important;
  transform: none !important;
}

.site-header .brand-text,
.subpage .site-header .brand-text,
body[data-template] .site-header .brand-text {
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  font-size: clamp(1.06rem, 0.42vw + 0.86rem, 1.34rem) !important;
  font-weight: 740 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  opacity: 1 !important;
}

.site-header .gnb,
.subpage .site-header .gnb,
body[data-template] .site-header .gnb {
  justify-self: center !important;
  align-self: stretch !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: var(--ha-header-nav-gap) !important;
  width: auto !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

.site-header .gnb a,
.subpage .site-header .gnb a,
body[data-template] .site-header .gnb a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  height: 100% !important;
  padding: 0 !important;
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  font-size: clamp(1rem, 0.28vw + 0.88rem, 1.19rem) !important;
  font-weight: 570 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  opacity: 1 !important;
  text-shadow: none !important;
  mix-blend-mode: normal !important;
}

.site-header .tools,
.subpage .site-header .tools,
body[data-template] .site-header .tools {
  justify-self: end !important;
  align-self: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.site-header .hamburger,
.subpage .site-header .hamburger,
body[data-template] .site-header .hamburger {
  margin: 0 !important;
  color: #050505 !important;
  border-color: transparent !important;
  transform: none !important;
}

.site-header .hamburger span:not(.sr-only),
.site-header .hamburger span:not(.sr-only)::before,
.site-header .hamburger span:not(.sr-only)::after {
  border-color: #050505 !important;
  background: #050505 !important;
}

.site-header:hover,
.site-header:focus-within,
.site-header:has(.gnb a:hover),
.site-header:has(.gnb a:focus-visible),
.site-header:has(.nav-depth:hover),
.site-header[data-nav-open="true"],
.site-header.is-light:hover,
.site-header.is-light:focus-within,
.site-header.is-light:has(.gnb a:hover),
.site-header.is-light:has(.gnb a:focus-visible),
.site-header.is-light:has(.nav-depth:hover),
.site-header.is-light[data-nav-open="true"] {
  background: rgba(255, 255, 255, 0.98) !important;
  color: #050505 !important;
  border-bottom-color: rgba(0, 0, 0, 0.1) !important;
}

.site-header .nav-depth,
.subpage .site-header .nav-depth,
body.subpage .site-header .nav-depth,
body[data-template] .site-header .nav-depth,
body[data-page="media"] .site-header .nav-depth {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  padding:
    clamp(2.6rem, 3.8vw, 4.6rem)
    var(--ha-header-side)
    clamp(3rem, 4.5vw, 5.4rem) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
  background: rgba(255, 255, 255, 0.985) !important;
  color: #050505 !important;
  box-shadow: 0 2.4rem 5rem rgba(0, 0, 0, 0.12) !important;
  text-shadow: none !important;
  backdrop-filter: blur(1rem) !important;
  -webkit-backdrop-filter: blur(1rem) !important;
}

.site-header[data-nav-open="true"] .nav-depth,
.site-header:has(.gnb a:hover) .nav-depth,
.site-header:has(.gnb a:focus-visible) .nav-depth,
.site-header:has(.nav-depth:hover) .nav-depth {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
}

.site-header .nav-depth-inner,
.subpage .site-header .nav-depth-inner,
body[data-template] .site-header .nav-depth-inner {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(1.35rem, 2.2vw, 3rem) !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.site-header .nav-depth-col,
.site-header[data-header][data-nav-open="true"] .nav-depth .nav-depth-inner > .nav-depth-col,
.site-header[data-header][data-nav-open="true"][data-nav-index] .nav-depth .nav-depth-inner > .nav-depth-col {
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  inset: auto !important;
  width: auto !important;
  padding-top: clamp(1.25rem, 1.7vw, 2rem) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

.site-header .nav-depth,
.site-header .nav-depth *,
.site-header[data-nav-open="true"] .nav-depth,
.site-header[data-nav-open="true"] .nav-depth * {
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

.site-header .nav-depth-title,
.site-header[data-nav-open="true"] .nav-depth-title,
.site-header .nav-depth-col a,
.site-header[data-nav-open="true"] .nav-depth-col a {
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
}

.site-header .nav-depth-title {
  display: block !important;
  margin: 0 0 clamp(1.1rem, 1.55vw, 1.8rem) !important;
  font-size: clamp(0.98rem, 0.3vw + 0.86rem, 1.13rem) !important;
  font-weight: 780 !important;
  line-height: 1.32 !important;
}

.site-header .nav-depth-title span,
.site-header[data-nav-open="true"] .nav-depth-title span {
  display: block !important;
  margin: 0 0 0.55rem !important;
  color: var(--cinema-orange, var(--ax-orange, #51237d)) !important;
  -webkit-text-fill-color: var(--cinema-orange, var(--ax-orange, #51237d)) !important;
  font-size: 0.76rem !important;
  font-weight: 820 !important;
}

.site-header .nav-depth-col a:not(.nav-depth-title),
.site-header[data-nav-open="true"] .nav-depth-col a:not(.nav-depth-title) {
  display: block !important;
  width: fit-content !important;
  max-width: 100% !important;
  padding: 0.4rem 0 !important;
  color: #4f5661 !important;
  -webkit-text-fill-color: #4f5661 !important;
  font-size: clamp(0.92rem, 0.24vw + 0.82rem, 1.04rem) !important;
  font-weight: 560 !important;
  line-height: 1.32 !important;
}

.site-header .nav-depth-col a:not(.nav-depth-title):hover,
.site-header .nav-depth-col a:not(.nav-depth-title):focus-visible {
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  transform: none !important;
}

@media (max-width: 82rem) {
  :root {
    --ha-header-height: clamp(4.8rem, 12vw, 5.4rem);
    --ha-header-side: clamp(1.5rem, 6vw, 2.5rem);
  }

  .site-header,
  .subpage .site-header,
  body.subpage .site-header,
  body[data-template] .site-header,
  body[data-page="media"] .site-header {
    grid-template-columns: minmax(0, 1fr) auto !important;
    padding-inline: var(--ha-header-side) !important;
  }

  .site-header .gnb,
  .site-header .nav-depth,
  .subpage .site-header .gnb,
  .subpage .site-header .nav-depth,
  body[data-template] .site-header .gnb,
  body[data-template] .site-header .nav-depth {
    display: none !important;
  }
}

body.subpage[data-page="media"] .site-header,
body.subpage[data-page="media"] .site-header.is-light,
body[data-page="media"] .site-header,
body[data-page="media"] .site-header.is-light {
  height: var(--ha-header-height) !important;
  min-height: var(--ha-header-height) !important;
  padding-left: var(--ha-header-side) !important;
  padding-right: var(--ha-header-side) !important;
  padding-inline: var(--ha-header-side) !important;
}

.site-header .gnb,
.subpage .site-header .gnb,
body[data-template] .site-header .gnb,
.site-header .gnb a,
.subpage .site-header .gnb a,
body[data-template] .site-header .gnb a {
  height: var(--ha-header-height) !important;
  min-height: 0 !important;
  max-height: var(--ha-header-height) !important;
}

/* Full-menu consolidation: remove the old hover dropdown and keep one stable enterprise menu. */
.site-header .nav-depth,
.site-header .nav-depth *,
.subpage .site-header .nav-depth,
body.subpage .site-header .nav-depth,
body[data-template] .site-header .nav-depth,
body[data-page="media"] .site-header .nav-depth {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.site-header:has(.nav-depth:hover),
.site-header:has(.gnb a:hover),
.site-header:has(.gnb a:focus-visible),
.site-header[data-nav-open="true"] {
  background: rgba(255, 255, 255, 0.98) !important;
  color: #050505 !important;
}

.menu,
body.subpage .menu,
body[data-template] .menu {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10020 !important;
  display: grid !important;
  align-items: stretch !important;
  width: 100vw !important;
  height: 100svh !important;
  min-height: 100svh !important;
  padding: 0 var(--ha-header-side) !important;
  overflow-y: auto !important;
  color: #fff !important;
  font-size: 16px !important;
  background:
    linear-gradient(90deg, rgba(243, 115, 33, 0.18), rgba(243, 115, 33, 0) 28rem),
    #050505 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: none !important;
  transition: opacity 280ms ease, visibility 280ms ease !important;
}

.menu.is-open,
body.subpage .menu.is-open,
body[data-template] .menu.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

body.menu-open .menu,
body.menu-open .menu.is-open,
body.subpage.menu-open .menu,
body.subpage.menu-open .menu.is-open,
body[data-template].menu-open .menu,
body[data-template].menu-open .menu.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.menu-close,
body.subpage .menu-close,
body[data-template] .menu-close {
  position: fixed !important;
  top: calc((var(--ha-header-height) - 3rem) / 2) !important;
  right: var(--ha-header-side) !important;
  z-index: 2 !important;
  width: 3rem !important;
  height: 3rem !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.02) !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.menu-grid,
body.subpage .menu-grid,
body[data-template] .menu-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  align-content: start !important;
  gap: 2.4rem !important;
  width: 100% !important;
  max-width: none !important;
  min-height: auto !important;
  margin: 0 !important;
  padding: calc(var(--ha-header-height) + 6.25rem) 0 6.5rem !important;
  color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.menu-grid section,
body.subpage .menu-grid section,
body[data-template] .menu-grid section {
  min-width: 0 !important;
  padding: 1.55rem 0 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.34) !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.menu-primary,
.menu-grid h2,
body.subpage .menu-primary,
body[data-template] .menu-primary {
  display: block !important;
  margin: 0 0 2rem !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 2.05em !important;
  font-weight: 720 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  text-wrap: balance !important;
  opacity: 1 !important;
  transform: none !important;
}

.menu-primary span {
  display: block !important;
  margin: 0 0 0.8rem !important;
  color: var(--cinema-orange, var(--ax-orange, #51237d)) !important;
  -webkit-text-fill-color: var(--cinema-orange, var(--ax-orange, #51237d)) !important;
  font-size: 0.44em !important;
  font-weight: 820 !important;
  line-height: 1 !important;
}

.menu-links {
  display: grid !important;
  gap: 0.65rem !important;
}

.menu-grid a:not(.menu-primary),
body.subpage .menu-grid a:not(.menu-primary),
body[data-template] .menu-grid a:not(.menu-primary) {
  display: block !important;
  width: fit-content !important;
  max-width: 100% !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.72) !important;
  font-size: 1.04em !important;
  font-weight: 520 !important;
  line-height: 1.42 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  opacity: 1 !important;
  transform: none !important;
}

.menu-grid a:hover,
.menu-grid a:focus-visible {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  outline-color: rgba(243, 115, 33, 0.7) !important;
}

@media (max-width: 82rem) {
  .menu-grid,
  body.subpage .menu-grid,
  body[data-template] .menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 3rem 2rem !important;
    padding-top: calc(var(--ha-header-height) + 4.5rem) !important;
  }

  .menu-primary,
  .menu-grid h2,
  body.subpage .menu-primary,
  body[data-template] .menu-primary {
    font-size: 2.25em !important;
  }
}

/* Scroll consistency: the visible header keeps one enterprise skin at every scroll point. */
.site-header,
.site-header.is-light,
.site-header:not(.is-light),
.subpage .site-header,
.subpage .site-header.is-light,
body.subpage .site-header,
body.subpage .site-header.is-light,
body[data-template] .site-header,
body[data-template] .site-header.is-light,
body[data-page="media"] .site-header,
body[data-page="media"] .site-header.is-light {
  height: var(--ha-header-height) !important;
  min-height: var(--ha-header-height) !important;
  padding: 0 var(--ha-header-side) !important;
  background: #fff !important;
  background-color: #fff !important;
  color: #050505 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.035) !important;
  text-shadow: none !important;
  opacity: 1 !important;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease !important;
  backdrop-filter: blur(0.85rem) !important;
  -webkit-backdrop-filter: blur(0.85rem) !important;
}

.site-header::before,
.site-header::after,
.site-header.is-light::before,
.site-header.is-light::after,
.subpage .site-header::before,
.subpage .site-header::after,
body[data-template] .site-header::before,
body[data-template] .site-header::after {
  display: none !important;
  opacity: 0 !important;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.site-header .brand,
.site-header .brand-text,
.site-header .gnb,
.site-header .gnb a,
.site-header .tools,
.site-header .hamburger,
.site-header.is-light .brand,
.site-header.is-light .brand-text,
.site-header.is-light .gnb,
.site-header.is-light .gnb a,
.site-header.is-light .tools,
.site-header.is-light .hamburger {
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  text-shadow: none !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

.site-header:not(.is-hidden),
.subpage .site-header:not(.is-hidden),
body.subpage .site-header:not(.is-hidden),
body[data-template] .site-header:not(.is-hidden),
body[data-page="media"] .site-header:not(.is-hidden) {
  transform: none !important;
}

.site-header.is-hidden,
.subpage .site-header.is-hidden,
body.subpage .site-header.is-hidden,
body[data-template] .site-header.is-hidden,
body[data-page="media"] .site-header.is-hidden {
  transform: translate3d(0, -112%, 0) !important;
  opacity: 1 !important;
  background: #fff !important;
  color: #050505 !important;
  border-bottom-color: rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.035) !important;
  backdrop-filter: blur(0.85rem) !important;
  -webkit-backdrop-filter: blur(0.85rem) !important;
}

@media (max-width: 48rem) {
  .menu,
  body.subpage .menu,
  body[data-template] .menu {
    padding-inline: var(--ha-header-side) !important;
  }

  .menu-grid,
  body.subpage .menu-grid,
  body[data-template] .menu-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 2.4rem !important;
    padding-top: calc(var(--ha-header-height) + 3.75rem) !important;
    padding-bottom: 4rem !important;
  }

  .menu-primary,
  .menu-grid h2,
  body.subpage .menu-primary,
  body[data-template] .menu-primary {
    margin-bottom: 1.25rem !important;
    font-size: 2em !important;
  }

  .menu-grid a:not(.menu-primary),
  body.subpage .menu-grid a:not(.menu-primary),
  body[data-template] .menu-grid a:not(.menu-primary) {
    font-size: 1em !important;
  }
}

/* Product detail final pass: keep the AX detail pages on one stable cinematic enterprise grid. */
body[data-template="product"] {
  --product-edge: var(--ha-header-side, var(--layout-edge)) !important;
  --product-section-y: clamp(7rem, 10.2vw, 12.5rem) !important;
  --product-row-gap: clamp(3rem, 5vw, 6.5rem) !important;
  --product-card-gap: clamp(1.35rem, 2.1vw, 2.6rem) !important;
  background: #fff !important;
  color: #050505 !important;
}

body[data-template="product"] .page-main {
  overflow: clip !important;
  background: #fff !important;
}

body[data-template="product"] .product-cinematic-hero {
  position: relative !important;
  display: grid !important;
  min-height: calc(100svh - var(--ha-header-height)) !important;
  margin: 0 !important;
  padding: calc(var(--ha-header-height) + clamp(5rem, 8vw, 8.5rem)) var(--product-edge) clamp(4.75rem, 7vw, 7.5rem) !important;
  align-items: end !important;
  background: #050505 !important;
  color: #fff !important;
  isolation: isolate !important;
}

body[data-template="product"] .product-cinematic-bg {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 0.78 !important;
  filter: saturate(0.82) contrast(1.08) brightness(0.72) !important;
  transform: scale(1.02) !important;
}

body[data-template="product"] .product-cinematic-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.46) 42%, rgba(0, 0, 0, 0.14) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.05) 42%, rgba(0, 0, 0, 0.42) 100%) !important;
}

body[data-template="product"] .product-cinematic-hero::after {
  content: "" !important;
  position: absolute !important;
  right: var(--product-edge) !important;
  bottom: clamp(2.2rem, 3.6vw, 3.9rem) !important;
  left: var(--product-edge) !important;
  z-index: 1 !important;
  display: block !important;
  height: 1px !important;
  background: rgba(255, 255, 255, 0.55) !important;
}

body[data-template="product"] .product-cinematic-copy {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  max-width: min(76rem, 76vw) !important;
  margin: 0 !important;
  padding: 0 0 clamp(2.8rem, 4.4vw, 4.6rem) !important;
  gap: clamp(0.8rem, 1.25vw, 1.2rem) !important;
  color: #fff !important;
}

body[data-template="product"] .product-cinematic-copy p,
body[data-template="product"] .product-cinematic-copy strong {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: clamp(0.92rem, 0.28vw + 0.84rem, 1.06rem) !important;
  font-weight: 720 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
}

body[data-template="product"] .product-cinematic-copy strong {
  color: var(--cinema-orange, #51237d) !important;
}

body[data-template="product"] .product-cinematic-copy h1 {
  max-width: 70rem !important;
  margin: clamp(0.8rem, 1.6vw, 1.5rem) 0 0 !important;
  color: #fff !important;
  font-size: clamp(4.2rem, 8.1vw, 10.4rem) !important;
  font-weight: 300 !important;
  line-height: 0.96 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
}

body[data-template="product"] .product-cinematic-copy h2 {
  max-width: 72rem !important;
  margin: clamp(0.6rem, 1vw, 1rem) 0 0 !important;
  color: #fff !important;
  font-size: clamp(2.3rem, 4.2vw, 5.8rem) !important;
  font-weight: 560 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
}

body[data-template="product"] .product-cinematic-copy span {
  max-width: 48rem !important;
  margin-top: clamp(1rem, 1.8vw, 1.7rem) !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: clamp(1rem, 0.42vw + 0.9rem, 1.24rem) !important;
  line-height: 1.7 !important;
  letter-spacing: 0 !important;
}

body[data-template="product"] .product-cinematic-cta {
  position: absolute !important;
  right: var(--product-edge) !important;
  bottom: clamp(1.35rem, 2.4vw, 2.5rem) !important;
  z-index: 2 !important;
  width: clamp(4.1rem, 5.4vw, 5.4rem) !important;
  height: clamp(4.1rem, 5.4vw, 5.4rem) !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 0.35rem !important;
  background: rgba(255, 255, 255, 0.04) !important;
  backdrop-filter: blur(0.5rem) !important;
}

body[data-template="product"] .product-cinematic-cta::after {
  content: "?? !important;
  color: #fff !important;
  font-size: clamp(1.9rem, 2.2vw, 2.5rem) !important;
  font-weight: 300 !important;
  line-height: 1 !important;
}

body[data-template="product"] .product-tabs {
  position: sticky !important;
  top: var(--ha-header-height) !important;
  z-index: 80 !important;
  display: flex !important;
  width: 100% !important;
  min-height: clamp(4.4rem, 5vw, 5.6rem) !important;
  margin: 0 !important;
  padding: 0 var(--product-edge) !important;
  align-items: center !important;
  gap: clamp(1.4rem, 3.2vw, 4.4rem) !important;
  overflow-x: auto !important;
  background: rgba(255, 255, 255, 0.97) !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.85rem 1.8rem rgba(0, 0, 0, 0.035) !important;
  backdrop-filter: blur(0.8rem) !important;
  scrollbar-width: none !important;
}

body[data-template="product"] .product-tabs::-webkit-scrollbar {
  display: none !important;
}

body[data-template="product"] .product-tabs a {
  position: relative !important;
  display: inline-flex !important;
  height: clamp(4.4rem, 5vw, 5.6rem) !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  color: rgba(5, 5, 5, 0.48) !important;
  font-size: clamp(0.92rem, 0.25vw + 0.84rem, 1.08rem) !important;
  font-weight: 720 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body[data-template="product"] .product-tabs a:hover,
body[data-template="product"] .product-tabs a:focus-visible,
body[data-template="product"] .product-tabs a:first-child {
  color: #050505 !important;
}

body[data-template="product"] .product-tabs a:first-child::after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  height: 0.18rem !important;
  background: #050505 !important;
}

body[data-template="product"] .product-section {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: var(--product-section-y) var(--product-edge) !important;
  overflow: clip !important;
}

body[data-template="product"] .product-section + .product-section {
  padding-top: var(--product-section-y) !important;
}

body[data-template="product"] .product-intro {
  display: grid !important;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr) !important;
  grid-template-rows: auto auto !important;
  gap: clamp(1.6rem, 2.4vw, 2.8rem) clamp(4rem, 7vw, 9rem) !important;
  align-items: end !important;
  min-height: auto !important;
  background: #fff !important;
}

body[data-template="product"] .product-intro h2 {
  grid-column: 1 !important;
  grid-row: 1 !important;
  max-width: 64rem !important;
  margin: 0 !important;
  color: #050505 !important;
  font-size: clamp(3.2rem, 4.55vw, 6.2rem) !important;
  font-weight: 520 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
  text-wrap: balance !important;
}

body[data-template="product"] .product-intro p {
  grid-column: 1 !important;
  grid-row: 2 !important;
  max-width: 44rem !important;
  margin: 0 !important;
  color: #555b63 !important;
  font-size: clamp(1.02rem, 0.42vw + 0.9rem, 1.24rem) !important;
  font-weight: 520 !important;
  line-height: 1.78 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
}

body[data-template="product"] .product-intro img {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  display: block !important;
  width: 100% !important;
  height: clamp(34rem, 48vw, 58rem) !important;
  margin: 0 !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 0 !important;
  filter: saturate(0.88) contrast(1.04) brightness(0.9) !important;
}

body[data-template="product"] .product-section-head {
  display: grid !important;
  grid-template-columns: minmax(9rem, 0.22fr) minmax(0, 1fr) !important;
  gap: clamp(3rem, 7vw, 8rem) !important;
  align-items: start !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 var(--product-row-gap) !important;
}

body[data-template="product"] .product-section-head p {
  margin: 0.35rem 0 0 !important;
  color: #777 !important;
  font-size: clamp(0.9rem, 0.26vw + 0.82rem, 1.02rem) !important;
  font-weight: 760 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

body[data-template="product"] .product-section-head h2 {
  max-width: 76rem !important;
  margin: 0 !important;
  color: #050505 !important;
  font-size: clamp(2.6rem, 3.85vw, 5.45rem) !important;
  font-weight: 560 !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
  text-wrap: balance !important;
}

body[data-template="product"] .recommend-grid,
body[data-template="product"] .difference-grid,
body[data-template="product"] .usecase-grid,
body[data-template="product"] .product-service-grid {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  gap: clamp(4rem, 6.5vw, 7.5rem) var(--product-card-gap) !important;
}

body[data-template="product"] .recommend-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body[data-template="product"] .difference-grid,
body[data-template="product"] .product-service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body[data-template="product"] .usecase-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body[data-template="product"] .recommend-grid article,
body[data-template="product"] .difference-grid article,
body[data-template="product"] .usecase-grid article,
body[data-template="product"] .product-service-grid article {
  display: block !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: clamp(1.35rem, 2vw, 2.2rem) 0 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.22) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  color: #050505 !important;
}

body[data-template="product"] .recommend-grid img,
body[data-template="product"] .difference-grid img,
body[data-template="product"] .usecase-grid img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1.18 / 1 !important;
  margin: 0 0 clamp(1.35rem, 2vw, 2.1rem) !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 0 !important;
  filter: saturate(0.9) contrast(1.05) brightness(0.92) !important;
}

body[data-template="product"] .recommend-grid article > div,
body[data-template="product"] .difference-grid article > div,
body[data-template="product"] .usecase-grid article > div,
body[data-template="product"] .recommend-grid div,
body[data-template="product"] .difference-grid div,
body[data-template="product"] .usecase-grid div {
  display: block !important;
  padding: 0 !important;
  background: transparent !important;
}

body[data-template="product"] .product-service-grid h3,
body[data-template="product"] .recommend-grid h3,
body[data-template="product"] .difference-grid h3,
body[data-template="product"] .usecase-grid h3 {
  margin: 0 !important;
  color: #050505 !important;
  font-size: clamp(1.24rem, 0.68vw + 1rem, 1.82rem) !important;
  font-weight: 680 !important;
  line-height: 1.34 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
}

body[data-template="product"] .product-service-grid p,
body[data-template="product"] .recommend-grid p,
body[data-template="product"] .difference-grid p,
body[data-template="product"] .usecase-grid p {
  margin: clamp(1rem, 1.4vw, 1.45rem) 0 0 !important;
  color: #60656d !important;
  font-size: clamp(0.98rem, 0.32vw + 0.86rem, 1.12rem) !important;
  font-weight: 500 !important;
  line-height: 1.68 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
}

body[data-template="product"] .usecase-grid span {
  display: block !important;
  margin: 0 0 clamp(0.65rem, 0.9vw, 0.9rem) !important;
  color: var(--cinema-orange, #51237d) !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

body[data-template="product"] .product-services {
  background: #050505 !important;
  color: #fff !important;
}

body[data-template="product"] .product-services .product-section-head p {
  color: var(--cinema-orange, #51237d) !important;
}

body[data-template="product"] .product-services .product-section-head h2,
body[data-template="product"] .product-services .product-service-grid h3 {
  color: #fff !important;
}

body[data-template="product"] .product-services .product-service-grid article {
  border-top-color: rgba(255, 255, 255, 0.32) !important;
}

body[data-template="product"] .product-services .product-service-grid p {
  color: rgba(255, 255, 255, 0.68) !important;
}

body[data-template="product"] .product-services .product-icon {
  margin-bottom: clamp(1.8rem, 2.8vw, 3rem) !important;
  filter: invert(1) brightness(1.8) grayscale(1) !important;
  opacity: 0.9 !important;
}

body[data-template="product"] .product-process {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: var(--product-card-gap) !important;
  width: 100% !important;
  margin: clamp(4.5rem, 7vw, 7.5rem) 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #fff !important;
}

body[data-template="product"] .product-process span {
  display: grid !important;
  gap: clamp(0.8rem, 1vw, 1.05rem) !important;
  min-width: 0 !important;
  padding-top: clamp(1.3rem, 2vw, 2rem) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.28) !important;
  color: rgba(255, 255, 255, 0.74) !important;
  font-size: clamp(0.95rem, 0.28vw + 0.84rem, 1.08rem) !important;
  font-weight: 520 !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
}

body[data-template="product"] .product-process b {
  color: var(--cinema-orange, #51237d) !important;
  font-size: clamp(1.28rem, 0.86vw + 1rem, 1.95rem) !important;
  font-weight: 720 !important;
  line-height: 1 !important;
}

body[data-template="product"] .product-contact {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(22rem, 0.72fr) !important;
  gap: clamp(3rem, 6vw, 7rem) !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: var(--product-section-y) var(--product-edge) !important;
  align-items: start !important;
  background: #0a0a0a !important;
  color: #fff !important;
}

body[data-template="product"] .product-contact p {
  margin: 0 0 clamp(1.3rem, 2vw, 2rem) !important;
  color: var(--cinema-orange, #51237d) !important;
  font-size: clamp(0.94rem, 0.25vw + 0.84rem, 1.06rem) !important;
  font-weight: 760 !important;
  line-height: 1.45 !important;
}

body[data-template="product"] .product-contact h2 {
  max-width: 72rem !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(2.6rem, 4vw, 5.6rem) !important;
  font-weight: 540 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
}

body[data-template="product"] .product-contact form {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(1.2rem, 1.8vw, 1.8rem) clamp(1.1rem, 1.7vw, 1.6rem) !important;
  width: 100% !important;
  margin: 0 !important;
}

body[data-template="product"] .product-contact label {
  display: grid !important;
  gap: 0.65rem !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.92rem !important;
  font-weight: 620 !important;
  line-height: 1.3 !important;
}

body[data-template="product"] .product-contact label:nth-child(4) {
  grid-column: 1 / -1 !important;
}

body[data-template="product"] .product-contact input,
body[data-template="product"] .product-contact textarea {
  width: 100% !important;
  min-width: 0 !important;
  color: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-template="product"] .product-contact textarea {
  min-height: 7.5rem !important;
  resize: vertical !important;
}

body[data-template="product"] .product-contact button {
  grid-column: 1 / -1 !important;
  justify-self: start !important;
  margin-top: clamp(0.8rem, 1.2vw, 1.2rem) !important;
  padding: 1rem 1.45rem !important;
  color: #050505 !important;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  background: #fff !important;
  font-size: 0.95rem !important;
  font-weight: 760 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 86rem) {
  body[data-template="product"] .product-intro {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: clamp(1.6rem, 4vw, 2.8rem) !important;
  }

  body[data-template="product"] .product-intro h2,
  body[data-template="product"] .product-intro p,
  body[data-template="product"] .product-intro img {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  body[data-template="product"] .product-intro img {
    height: auto !important;
    aspect-ratio: 16 / 8.2 !important;
  }

  body[data-template="product"] .product-section-head {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: clamp(1.3rem, 3vw, 2rem) !important;
  }

  body[data-template="product"] .difference-grid,
  body[data-template="product"] .product-service-grid,
  body[data-template="product"] .product-process,
  body[data-template="product"] .product-contact {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 54rem) {
  body[data-template="product"] {
    --product-section-y: clamp(5.4rem, 16vw, 7.2rem) !important;
  }

  body[data-template="product"] .product-cinematic-hero {
    min-height: calc(100svh - var(--ha-header-height)) !important;
    padding-top: calc(var(--ha-header-height) + clamp(4rem, 15vw, 6rem)) !important;
  }

  body[data-template="product"] .product-cinematic-copy {
    max-width: none !important;
  }

  body[data-template="product"] .product-cinematic-copy h1 {
    font-size: clamp(3.3rem, 15vw, 5.4rem) !important;
  }

  body[data-template="product"] .product-cinematic-copy h2,
  body[data-template="product"] .product-intro h2,
  body[data-template="product"] .product-section-head h2,
  body[data-template="product"] .product-contact h2 {
    font-size: clamp(2.2rem, 10.5vw, 3.35rem) !important;
    line-height: 1.18 !important;
  }

  body[data-template="product"] .product-tabs {
    gap: 1.55rem !important;
    min-height: 4.25rem !important;
  }

  body[data-template="product"] .product-tabs a {
    height: 4.25rem !important;
  }

  body[data-template="product"] .recommend-grid,
  body[data-template="product"] .difference-grid,
  body[data-template="product"] .usecase-grid,
  body[data-template="product"] .product-service-grid,
  body[data-template="product"] .product-process,
  body[data-template="product"] .product-contact,
  body[data-template="product"] .product-contact form {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body[data-template="product"] .product-intro img,
  body[data-template="product"] .recommend-grid img,
  body[data-template="product"] .difference-grid img,
  body[data-template="product"] .usecase-grid img {
    aspect-ratio: 1.08 / 1 !important;
  }
}

/* Product detail tab refinement: breadcrumb + left-aligned anchors, with calmer hero scale. */
body[data-template="product"] .product-cinematic-copy {
  max-width: min(68rem, 72vw) !important;
}

body[data-template="product"] .product-cinematic-copy h1 {
  max-width: 64rem !important;
  font-size: clamp(3.35rem, 5vw, 6.4rem) !important;
  font-weight: 300 !important;
  line-height: 1.02 !important;
}

body[data-template="product"] .product-cinematic-copy h2 {
  max-width: 58rem !important;
  font-size: clamp(1.82rem, 2.55vw, 3.35rem) !important;
  font-weight: 560 !important;
  line-height: 1.18 !important;
}

body[data-template="product"] .product-tabs {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  justify-content: start !important;
  justify-items: start !important;
  align-items: start !important;
  gap: clamp(0.55rem, 0.85vw, 0.95rem) !important;
  min-height: auto !important;
  padding: clamp(1rem, 1.4vw, 1.45rem) var(--product-edge) 0 !important;
  overflow: visible !important;
}

body[data-template="product"] .product-breadcrumb {
  display: flex !important;
  width: 100% !important;
  max-width: none !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  overflow: hidden !important;
  color: rgba(5, 5, 5, 0.42) !important;
  white-space: nowrap !important;
}

body[data-template="product"] .product-breadcrumb a,
body[data-template="product"] .product-breadcrumb strong {
  position: relative !important;
  display: inline-flex !important;
  height: auto !important;
  min-height: 0 !important;
  align-items: center !important;
  flex: 0 1 auto !important;
  min-width: 0 !important;
  padding: 0 !important;
  color: rgba(5, 5, 5, 0.42) !important;
  font-size: clamp(0.76rem, 0.18vw + 0.72rem, 0.86rem) !important;
  font-weight: 720 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

body[data-template="product"] .product-breadcrumb strong {
  color: rgba(5, 5, 5, 0.72) !important;
  text-transform: none !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body[data-template="product"] .product-breadcrumb a::after {
  content: ">" !important;
  display: inline-block !important;
  margin: 0 0.62rem !important;
  color: rgba(5, 5, 5, 0.26) !important;
  font-size: 0.86em !important;
}

body[data-template="product"] .product-breadcrumb a:first-child::after {
  content: ">" !important;
  position: static !important;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 0.62rem !important;
  color: rgba(5, 5, 5, 0.26) !important;
  background: transparent !important;
}

body[data-template="product"] .product-tab-links {
  display: flex !important;
  width: 100% !important;
  max-width: none !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: clamp(1.4rem, 3.2vw, 4.2rem) !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: none !important;
}

body[data-template="product"] .product-tab-links::-webkit-scrollbar {
  display: none !important;
}

body[data-template="product"] .product-tabs a:first-child::after {
  display: none !important;
}

body[data-template="product"] .product-breadcrumb a::after,
body[data-template="product"] .product-breadcrumb a:first-child::after {
  content: ">" !important;
  display: inline-block !important;
  margin: 0 0.62rem !important;
  color: rgba(5, 5, 5, 0.26) !important;
  font-size: 0.86em !important;
  line-height: 1 !important;
  background: transparent !important;
}

body[data-template="product"] .product-tab-links a {
  position: relative !important;
  display: inline-flex !important;
  height: clamp(3.45rem, 4.2vw, 4.35rem) !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  padding: 0 !important;
  color: rgba(5, 5, 5, 0.46) !important;
  font-size: clamp(0.92rem, 0.24vw + 0.84rem, 1.04rem) !important;
  font-weight: 720 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body[data-template="product"] .product-tab-links a:first-child,
body[data-template="product"] .product-tab-links a:hover,
body[data-template="product"] .product-tab-links a:focus-visible {
  color: #050505 !important;
}

body[data-template="product"] .product-tab-links a:first-child::after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  display: block !important;
  height: 0.18rem !important;
  background: #050505 !important;
}

@media (max-width: 54rem) {
  body[data-template="product"] .product-cinematic-copy {
    max-width: none !important;
  }

  body[data-template="product"] .product-cinematic-copy h1 {
    font-size: clamp(2.8rem, 11.6vw, 4.15rem) !important;
  }

  body[data-template="product"] .product-cinematic-copy h2 {
    font-size: clamp(1.56rem, 7vw, 2.25rem) !important;
  }

  body[data-template="product"] .product-tabs {
    gap: 0.4rem !important;
    padding-top: 0.9rem !important;
  }

  body[data-template="product"] .product-tab-links {
    gap: 1.35rem !important;
  }
}

/* Navigation/product detail correction pass: translucent global bar, live product tabs, calmer AX typography. */
.site-header,
.site-header.is-light,
.site-header:not(.is-light),
.subpage .site-header,
.subpage .site-header.is-light,
body.subpage .site-header,
body.subpage .site-header.is-light,
body[data-template] .site-header,
body[data-template] .site-header.is-light,
body[data-page="media"] .site-header,
body[data-page="media"] .site-header.is-light {
  background: rgba(255, 255, 255, 0.72) !important;
  background-color: rgba(255, 255, 255, 0.72) !important;
  border-bottom-color: rgba(255, 255, 255, 0.34) !important;
  box-shadow: 0 0.9rem 2.4rem rgba(0, 0, 0, 0.055) !important;
  backdrop-filter: saturate(135%) blur(1.15rem) !important;
  -webkit-backdrop-filter: saturate(135%) blur(1.15rem) !important;
}

.site-header.is-hidden,
.subpage .site-header.is-hidden,
body.subpage .site-header.is-hidden,
body[data-template] .site-header.is-hidden,
body[data-page="media"] .site-header.is-hidden {
  background: rgba(255, 255, 255, 0.72) !important;
  background-color: rgba(255, 255, 255, 0.72) !important;
  backdrop-filter: saturate(135%) blur(1.15rem) !important;
  -webkit-backdrop-filter: saturate(135%) blur(1.15rem) !important;
}

.site-header .gnb,
.subpage .site-header .gnb,
body[data-template] .site-header .gnb {
  gap: clamp(2.2rem, 3.1vw, 4.2rem) !important;
}

body[data-template="product"] .product-cinematic-cta {
  width: clamp(4.25rem, 5.2vw, 5.4rem) !important;
  height: clamp(4.25rem, 5.2vw, 5.4rem) !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

body[data-template="product"] .product-cinematic-cta::after {
  content: "" !important;
  display: block !important;
  width: clamp(0.95rem, 1.2vw, 1.25rem) !important;
  height: clamp(0.95rem, 1.2vw, 1.25rem) !important;
  margin-top: -0.25rem !important;
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
  transform: rotate(45deg) !important;
  background: transparent !important;
}

body[data-template="product"] .product-tabs {
  top: var(--ha-header-height) !important;
  z-index: 82 !important;
  background: rgba(255, 255, 255, 0.84) !important;
  border-bottom-color: rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 0.8rem 2.2rem rgba(0, 0, 0, 0.04) !important;
  backdrop-filter: saturate(130%) blur(1rem) !important;
  -webkit-backdrop-filter: saturate(130%) blur(1rem) !important;
  transition: top 180ms ease, background-color 180ms ease, box-shadow 180ms ease !important;
}

body.header-hidden[data-template="product"] .product-tabs {
  top: 0 !important;
}

body[data-template="product"] .product-tab-links a,
body[data-template="product"] .product-tab-links a:first-child {
  color: rgba(5, 5, 5, 0.46) !important;
}

body[data-template="product"] .product-tab-links a::after,
body[data-template="product"] .product-tab-links a:first-child::after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  display: block !important;
  height: 0.18rem !important;
  background: #050505 !important;
  opacity: 0 !important;
  transform: scaleX(0.25) !important;
  transform-origin: left center !important;
  transition: opacity 180ms ease, transform 220ms ease !important;
}

body[data-template="product"] .product-tab-links a.active,
body[data-template="product"] .product-tab-links a:hover,
body[data-template="product"] .product-tab-links a:focus-visible {
  color: #050505 !important;
}

body[data-template="product"] .product-tab-links a.active::after {
  opacity: 1 !important;
  transform: scaleX(1) !important;
}

body[data-template="product"] .product-intro {
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr) !important;
  gap: clamp(2rem, 4.8vw, 6.2rem) !important;
  align-items: center !important;
  padding-top: clamp(5.5rem, 8vw, 9.5rem) !important;
  padding-bottom: clamp(6rem, 8.5vw, 10rem) !important;
}

body[data-template="product"] .product-intro h2 {
  max-width: 54rem !important;
  font-size: clamp(2.55rem, 3vw, 4.4rem) !important;
  font-weight: 620 !important;
  line-height: 1.14 !important;
  text-wrap: balance !important;
}

body[data-template="product"] .product-intro p {
  max-width: 44rem !important;
  font-size: clamp(0.98rem, 0.32vw + 0.88rem, 1.18rem) !important;
  line-height: 1.78 !important;
}

body[data-template="product"] .product-intro img {
  height: clamp(31rem, 43vw, 52rem) !important;
}

@media (max-width: 86rem) {
  body[data-template="product"] .product-intro h2 {
    max-width: 64rem !important;
    font-size: clamp(2.25rem, 6vw, 3.8rem) !important;
  }
}

@media (max-width: 54rem) {
  .site-header .gnb,
  .subpage .site-header .gnb,
  body[data-template] .site-header .gnb {
    gap: 1.25rem !important;
  }

  body[data-template="product"] .product-intro h2 {
    font-size: clamp(2rem, 9vw, 3rem) !important;
  }
}

.site-header[data-header],
.site-header[data-header].is-light,
.site-header[data-header]:not(.is-light),
body.subpage .site-header[data-header],
body[data-template] .site-header[data-header] {
  isolation: isolate !important;
  background: transparent !important;
  background-color: transparent !important;
  border-bottom-color: rgba(255, 255, 255, 0.34) !important;
  box-shadow: 0 0.9rem 2.4rem rgba(0, 0, 0, 0.055) !important;
  backdrop-filter: saturate(135%) blur(1.15rem) !important;
  -webkit-backdrop-filter: saturate(135%) blur(1.15rem) !important;
}

.site-header[data-header]::before,
.site-header[data-header].is-light::before,
.site-header[data-header]:not(.is-light)::before,
body.subpage .site-header[data-header]::before,
body[data-template] .site-header[data-header]::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  display: block !important;
  opacity: 0.64 !important;
  background: #fff !important;
  backdrop-filter: saturate(145%) blur(1.25rem) !important;
  -webkit-backdrop-filter: saturate(145%) blur(1.25rem) !important;
  pointer-events: none !important;
}

/* Product detail final QA: keep the global bar translucent and tabs scroll-aware. */
html body .site-header[data-header],
html body .site-header[data-header].is-light,
html body.subpage .site-header[data-header],
html body[data-template] .site-header[data-header],
html body[data-page="media"] .site-header[data-header] {
  background: rgba(255, 255, 255, 0.68) !important;
  background-color: rgba(255, 255, 255, 0.68) !important;
  border-bottom-color: rgba(255, 255, 255, 0.38) !important;
  box-shadow: 0 0.9rem 2.6rem rgba(0, 0, 0, 0.06) !important;
  backdrop-filter: saturate(145%) blur(1.25rem) !important;
  -webkit-backdrop-filter: saturate(145%) blur(1.25rem) !important;
}

html body .site-header[data-header]:hover,
html body .site-header[data-header]:focus-within,
html body .site-header[data-header][data-nav-open="true"],
html body .site-header[data-header]:has(.gnb a:hover),
html body .site-header[data-header]:has(.gnb a:focus-visible),
html body .site-header[data-header]:has(.nav-depth:hover) {
  background: rgba(255, 255, 255, 0.86) !important;
  background-color: rgba(255, 255, 255, 0.86) !important;
}

html body .site-header[data-header]::before,
html body .site-header[data-header]::after,
html body.subpage .site-header[data-header]::before,
html body.subpage .site-header[data-header]::after,
html body[data-template] .site-header[data-header]::before,
html body[data-template] .site-header[data-header]::after {
  content: "" !important;
  display: none !important;
  opacity: 0 !important;
  background: transparent !important;
  pointer-events: none !important;
}

html body[data-template="product"] .product-cinematic-copy {
  max-width: min(58rem, 66vw) !important;
}

html body[data-template="product"] .product-cinematic-copy h1 {
  font-size: clamp(3.45rem, 5.2vw, 6.9rem) !important;
  line-height: 1.04 !important;
  text-wrap: balance !important;
}

html body[data-template="product"] .product-cinematic-copy h2 {
  font-size: clamp(1.78rem, 2.6vw, 3rem) !important;
  line-height: 1.16 !important;
}

html body[data-template="product"] .product-cinematic-cta {
  right: var(--layout-edge) !important;
  bottom: clamp(2.6rem, 4.2vw, 5rem) !important;
  display: grid !important;
  place-items: center !important;
  width: clamp(4.25rem, 5.2vw, 5.4rem) !important;
  min-width: 0 !important;
  height: clamp(4.25rem, 5.2vw, 5.4rem) !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  padding: 0 !important;
  border-color: rgba(255, 255, 255, 0.58) !important;
  border-radius: 0.45rem !important;
  background: rgba(0, 0, 0, 0.08) !important;
  backdrop-filter: blur(0.35rem) !important;
  -webkit-backdrop-filter: blur(0.35rem) !important;
}

html body[data-template="product"] .product-tabs {
  top: var(--ha-header-height) !important;
  background: rgba(255, 255, 255, 0.76) !important;
  backdrop-filter: saturate(140%) blur(1.05rem) !important;
  -webkit-backdrop-filter: saturate(140%) blur(1.05rem) !important;
}

html body.header-hidden[data-template="product"] .product-tabs {
  top: 0 !important;
  box-shadow: 0 0.9rem 2.4rem rgba(0, 0, 0, 0.06) !important;
}

html body[data-template="product"] .product-tab-links a:first-child,
html body[data-template="product"] .product-tab-links a {
  color: rgba(5, 5, 5, 0.48) !important;
}

html body[data-template="product"] .product-tab-links a:first-child::after,
html body[data-template="product"] .product-tab-links a::after {
  opacity: 0 !important;
  transform: scaleX(0.24) !important;
}

html body[data-template="product"] .product-tab-links a.active,
html body[data-template="product"] .product-tab-links a:hover,
html body[data-template="product"] .product-tab-links a:focus-visible {
  color: #050505 !important;
}

html body[data-template="product"] .product-tab-links a.active::after {
  opacity: 1 !important;
  transform: scaleX(1) !important;
}

html body[data-template="product"] .product-intro {
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr) !important;
  gap: clamp(2.6rem, 5.4vw, 7.2rem) !important;
  min-height: auto !important;
}

html body[data-template="product"] .product-intro h2 {
  max-width: 48rem !important;
  font-size: clamp(2.32rem, 2.35vw, 3.55rem) !important;
  line-height: 1.16 !important;
  font-weight: 620 !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

html body[data-template="product"] .product-intro p {
  max-width: 42rem !important;
}

@media (max-width: 86rem) {
  html body[data-template="product"] .product-cinematic-copy {
    max-width: min(50rem, 78vw) !important;
  }

  html body[data-template="product"] .product-cinematic-copy h1 {
    font-size: clamp(3rem, 7vw, 5.2rem) !important;
  }

  html body[data-template="product"] .product-intro {
    grid-template-columns: 1fr !important;
  }

  html body[data-template="product"] .product-intro h2 {
    max-width: 62rem !important;
    font-size: clamp(2.15rem, 5.2vw, 3.35rem) !important;
  }
}

@media (max-width: 54rem) {
  html body[data-template="product"] .product-cinematic-copy {
    max-width: none !important;
  }

  html body[data-template="product"] .product-cinematic-copy h1 {
    font-size: clamp(2.64rem, 10.5vw, 4.05rem) !important;
  }

  html body[data-template="product"] .product-cinematic-copy h2 {
    font-size: clamp(1.46rem, 6vw, 2.12rem) !important;
  }

  html body[data-template="product"] .product-intro h2 {
    font-size: clamp(2rem, 8vw, 2.82rem) !important;
  }
}

html body .site-header[data-header]:not(.is-hidden),
html body .site-header[data-header].is-light:not(.is-hidden),
html body.subpage .site-header[data-header]:not(.is-hidden),
html body.subpage .site-header[data-header].is-light:not(.is-hidden),
html body[data-template] .site-header[data-header]:not(.is-hidden),
html body[data-template] .site-header[data-header].is-light:not(.is-hidden),
html body[data-page="media"] .site-header[data-header]:not(.is-hidden),
html body[data-page="media"] .site-header[data-header].is-light:not(.is-hidden) {
  background: rgba(255, 255, 255, 0.68) !important;
  background-color: rgba(255, 255, 255, 0.68) !important;
  backdrop-filter: saturate(145%) blur(1.25rem) !important;
  -webkit-backdrop-filter: saturate(145%) blur(1.25rem) !important;
}

/* 2026-06-08 GNB QA pass: route-aware active state and full-depth hover menu. */
html body .site-header[data-header] {
  overflow: visible !important;
}

html body .site-header[data-header] .gnb a::after,
html body .site-header[data-header] .gnb a:first-child::after {
  opacity: 0 !important;
  transform: scaleX(0.22) !important;
  transform-origin: left center !important;
}

html body .site-header[data-header] .gnb a.active::after,
html body .site-header[data-header] .gnb a[aria-current="page"]::after {
  opacity: 1 !important;
  transform: scaleX(1) !important;
}

html body .site-header[data-header] .nav-depth {
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  padding:
    clamp(2.35rem, 3.8vw, 4.4rem)
    var(--ha-header-side)
    clamp(2.8rem, 4vw, 5rem) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: #050505 !important;
  box-shadow: 0 2rem 4.8rem rgba(0, 0, 0, 0.14) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translate3d(0, -0.8rem, 0) !important;
  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    transform 220ms ease !important;
  backdrop-filter: saturate(135%) blur(1.05rem) !important;
  -webkit-backdrop-filter: saturate(135%) blur(1.05rem) !important;
}

html body .site-header[data-header][data-nav-open="true"] .nav-depth,
html body .site-header[data-header]:has(.nav-depth:hover) .nav-depth,
html body .site-header[data-header]:has(.gnb a:hover) .nav-depth,
html body .site-header[data-header]:focus-within .nav-depth {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translate3d(0, 0, 0) !important;
}

html body .site-header[data-header] .nav-depth-inner {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(1.2rem, 2vw, 2.8rem) !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .site-header[data-header] .nav-depth-col {
  display: flex !important;
  flex-direction: column !important;
  gap: clamp(0.74rem, 0.78vw, 1rem) !important;
  min-height: clamp(9rem, 10vw, 12rem) !important;
  padding-top: clamp(1.05rem, 1.3vw, 1.55rem) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.18) !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
  filter: none !important;
}

html body .site-header[data-header] .nav-depth-title,
html body .site-header[data-header] .nav-depth-col a {
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

html body .site-header[data-header] .nav-depth-title {
  display: inline-flex !important;
  flex-direction: column !important;
  gap: 0.6rem !important;
  margin-bottom: clamp(0.6rem, 0.9vw, 1rem) !important;
  font-size: clamp(0.96rem, 0.3vw + 0.86rem, 1.14rem) !important;
  font-weight: 760 !important;
}

html body .site-header[data-header] .nav-depth-title span {
  color: var(--orange) !important;
  font-size: 0.78rem !important;
  font-weight: 780 !important;
}

html body .site-header[data-header] .nav-depth-col a:not(.nav-depth-title) {
  color: rgba(5, 5, 5, 0.62) !important;
  font-size: clamp(0.92rem, 0.22vw + 0.84rem, 1.05rem) !important;
  font-weight: 560 !important;
  line-height: 1.45 !important;
}

html body .site-header[data-header] .nav-depth-col a:not(.nav-depth-title):hover,
html body .site-header[data-header] .nav-depth-col a:not(.nav-depth-title):focus-visible {
  color: var(--orange) !important;
}

html body .site-header[data-header][data-nav-index="1"] .nav-depth-col:nth-child(1),
html body .site-header[data-header][data-nav-index="2"] .nav-depth-col:nth-child(2),
html body .site-header[data-header][data-nav-index="3"] .nav-depth-col:nth-child(3),
html body .site-header[data-header][data-nav-index="4"] .nav-depth-col:nth-child(4),
html body .site-header[data-header][data-nav-index="5"] .nav-depth-col:nth-child(5) {
  border-top-color: var(--orange) !important;
}

@media (max-width: 62rem) {
  html body .site-header[data-header] .nav-depth {
    display: none !important;
  }
}

/* 2026-06-08 subpage reconstruction QA: restore enterprise-grade grid, motion rhythm, and readable type. */
html body {
  font-family: var(--font-sans) !important;
  word-break: keep-all;
  overflow-wrap: normal;
}

html body .site-header[data-header] {
  height: var(--ha-header-height) !important;
  min-height: var(--ha-header-height) !important;
}

html body .site-header[data-header] .brand,
html body .site-header[data-header] .gnb,
html body .site-header[data-header] .tools {
  transform: none !important;
}

html body .site-header[data-header] .gnb {
  gap: clamp(1.75rem, 2.35vw, 3.25rem) !important;
}

html body .site-header[data-header] .gnb a {
  color: #050505 !important;
  font-size: clamp(0.96rem, 0.28vw + 0.86rem, 1.13rem) !important;
  font-weight: 640 !important;
  letter-spacing: 0 !important;
}

html body .site-header[data-header] .hamburger span:not(.sr-only),
html body .site-header[data-header] .hamburger::before,
html body .site-header[data-header] .hamburger::after {
  background: #050505 !important;
}

html body .site-header[data-header][data-nav-open="true"] {
  transform: translate3d(0, 0, 0) !important;
}

html body .cinematic-statement {
  min-height: 128svh !important;
  overflow: visible !important;
}

html body .cinematic-statement .cinematic-statement-inner {
  left: var(--layout-edge) !important;
  right: var(--layout-edge) !important;
  place-items: center !important;
  align-content: center !important;
  justify-items: center !important;
  min-height: 100svh !important;
}

html body .cinematic-statement h2,
html body .about-purpose-intro.cinematic-statement h2,
html body .what-landing-intro.cinematic-statement h2,
html body .discover-intro.cinematic-statement h2,
html body[data-page="why-we-exist"] .why-manifest.cinematic-statement h2 {
  width: min(86rem, 100%) !important;
  max-width: min(86rem, 100%) !important;
  margin-inline: auto !important;
  font-size: clamp(3.55rem, 5.55vw, 6.2rem) !important;
  font-weight: 230 !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  text-wrap: balance !important;
}

html body .corporate-hero {
  min-height: calc(100svh - var(--ha-header-height)) !important;
  padding:
    calc(var(--ha-header-height) + clamp(4.2rem, 7vw, 7.8rem))
    var(--layout-edge)
    clamp(5rem, 8vw, 9rem) !important;
}

html body .corporate-hero > div {
  max-width: min(72rem, 72vw) !important;
}

html body .corporate-hero h1 {
  max-width: 72rem !important;
  font-size: clamp(3.8rem, 6.35vw, 8.75rem) !important;
  font-weight: 680 !important;
  line-height: 1.08 !important;
  text-wrap: balance !important;
}

html body .corporate-hero span {
  max-width: 50rem !important;
  font-size: clamp(1rem, 0.45vw + 0.92rem, 1.32rem) !important;
  line-height: 1.8 !important;
}

.about-editorial,
.history-cinema,
.hub-board,
.career-lead,
.career-jobs {
  padding: clamp(8rem, 11vw, 15.5rem) var(--layout-edge);
}

.about-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
  gap: clamp(4rem, 7vw, 9.5rem);
  align-items: end;
  background: #fff;
  color: #050505;
}

.about-editorial-copy p,
.history-cinema-copy p,
.hub-board-head p,
.career-lead-copy p,
.career-jobs-head p,
.career-process > p {
  margin: 0 0 clamp(1.3rem, 2vw, 2.3rem);
  color: var(--orange);
  font-size: clamp(0.9rem, 0.22vw + 0.82rem, 1.05rem);
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-editorial-copy h2,
.history-cinema-copy h2,
.hub-board-head h2,
.career-lead-copy h2,
.career-jobs-head h2 {
  max-width: 74rem;
  margin: 0;
  font-size: clamp(3rem, 5.15vw, 7.3rem);
  font-weight: 520;
  line-height: 1.07;
  letter-spacing: 0;
  text-wrap: balance;
}

.about-editorial-copy span,
.career-lead-copy span {
  display: block;
  max-width: 45rem;
  margin-top: clamp(1.8rem, 2.8vw, 3.5rem);
  color: rgba(5, 5, 5, 0.62);
  font-size: clamp(1.04rem, 0.42vw + 0.94rem, 1.34rem);
  line-height: 1.78;
}

.about-editorial-stats {
  display: grid;
  gap: clamp(1.2rem, 1.7vw, 1.9rem);
}

.about-editorial-stats article,
.about-principle-grid article,
.career-value-grid article,
.career-role-list article {
  border-top: 1px solid currentColor;
}

.about-editorial-stats article {
  padding-top: clamp(1.15rem, 1.6vw, 1.7rem);
  color: rgba(5, 5, 5, 0.18);
}

.about-editorial-stats strong {
  display: block;
  color: var(--orange);
  font-size: 0.88rem;
  font-weight: 760;
}

.about-editorial-stats h3 {
  margin: 0.55rem 0 0;
  color: #050505;
  font-size: clamp(1.3rem, 1.1vw, 2rem);
  font-weight: 680;
}

.about-editorial-stats p,
.about-principle-grid p,
.hub-grid p,
.career-value-grid p,
.career-role-list p {
  margin: clamp(0.8rem, 1vw, 1.1rem) 0 0;
  color: rgba(5, 5, 5, 0.62);
  font-size: clamp(0.98rem, 0.28vw + 0.9rem, 1.16rem);
  line-height: 1.72;
}

.about-image-belt {
  position: relative;
  display: grid;
  align-items: end;
  min-height: clamp(38rem, 82svh, 60rem);
  padding: clamp(7rem, 10vw, 12rem) var(--layout-edge);
  overflow: hidden;
  color: #fff;
  background: #030303;
  isolation: isolate;
}

.about-image-belt::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.18) 62%, rgba(0, 0, 0, 0.56)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.72));
  pointer-events: none;
}

.about-image-belt img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  transform: translate3d(0, calc(var(--cinema-y, 0) * -1.2rem), 0) scale(1.07);
  transform-origin: center;
}

.about-image-belt div {
  position: relative;
  z-index: 2;
  max-width: 68rem;
}

.about-image-belt p {
  margin: 0 0 1.1rem;
  color: var(--orange);
  font-size: clamp(0.9rem, 0.22vw + 0.82rem, 1.04rem);
  font-weight: 760;
}

.about-image-belt h2 {
  margin: 0;
  font-size: clamp(3.2rem, 5.6vw, 7.65rem);
  font-weight: 330;
  line-height: 1.08;
  text-wrap: balance;
}

.about-principle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.5rem, 2.3vw, 3.2rem);
  padding: clamp(7rem, 9.8vw, 12rem) var(--layout-edge);
  color: #fff;
  background: #050505;
}

.about-principle-grid article,
.career-value-grid article {
  padding-top: clamp(1.3rem, 1.8vw, 2rem);
  color: rgba(255, 255, 255, 0.22);
}

.about-principle-grid .product-icon,
.career-value-grid .product-icon {
  position: relative !important;
  display: block !important;
  width: clamp(2.15rem, 2.9vw, 3.2rem) !important;
  height: clamp(2.15rem, 2.9vw, 3.2rem) !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--orange) !important;
}

.about-principle-grid .product-icon::before,
.about-principle-grid .product-icon::after,
.career-value-grid .product-icon::before,
.career-value-grid .product-icon::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  border: 0 !important;
}

.about-principle-grid article:nth-child(1) .product-icon::after,
.about-principle-grid article:nth-child(2) .product-icon::after,
.about-principle-grid article:nth-child(3) .product-icon::after,
.about-principle-grid article:nth-child(4) .product-icon::after,
.career-value-grid article:nth-child(1) .product-icon::after,
.career-value-grid article:nth-child(2) .product-icon::after,
.career-value-grid article:nth-child(3) .product-icon::after,
.career-value-grid article:nth-child(4) .product-icon::after {
  content: "" !important;
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  display: block !important;
  width: 0.42rem !important;
  height: 0.42rem !important;
  border-radius: 50% !important;
  background: var(--orange) !important;
  transform: translate(-50%, -50%) !important;
}

.about-principle-grid h3,
.career-value-grid h3 {
  margin: clamp(1.1rem, 1.5vw, 1.8rem) 0 0;
  color: #fff;
  font-size: clamp(1.35rem, 1.25vw, 2.15rem);
  font-weight: 680;
}

.about-principle-grid p,
.career-value-grid p {
  color: rgba(255, 255, 255, 0.66);
}

.history-cinema {
  color: #fff;
  background: #050505;
}

.history-cinema-copy {
  max-width: 82rem;
  margin-bottom: clamp(5rem, 7vw, 9rem);
}

.history-list {
  display: grid;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.history-list article {
  display: grid;
  grid-template-columns: clamp(7rem, 11vw, 13rem) minmax(14rem, 0.55fr) minmax(0, 1fr);
  gap: clamp(2rem, 3.5vw, 5rem);
  align-items: start;
  padding: clamp(2rem, 3.1vw, 3.8rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.history-list strong {
  color: var(--orange);
  font-size: clamp(1.3rem, 1.8vw, 2.55rem);
  font-weight: 660;
}

.history-list h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, 1.55vw, 2.35rem);
  font-weight: 620;
}

.history-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1rem, 0.34vw + 0.92rem, 1.22rem);
  line-height: 1.76;
}

.hub-board {
  background: #fff;
  color: #050505;
}

.hub-board-head {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 7rem);
  align-items: end;
  margin-bottom: clamp(4rem, 6.5vw, 8rem);
}

.hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.4rem, 2.3vw, 3rem);
}

.hub-grid article {
  display: grid;
  grid-template-columns: minmax(12rem, 0.84fr) minmax(0, 1fr);
  min-height: clamp(19rem, 24vw, 30rem);
  overflow: hidden;
  background: #f4f4f4;
}

.hub-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, calc(var(--cinema-y, 0) * -0.9rem), 0) scale(1.05);
}

.hub-grid div {
  display: grid;
  align-content: end;
  padding: clamp(2rem, 3.2vw, 4rem);
}

.hub-grid span {
  color: var(--orange);
  font-size: 0.92rem;
  font-weight: 760;
}

.hub-grid h3 {
  margin: clamp(0.85rem, 1.2vw, 1.4rem) 0 0;
  font-size: clamp(2rem, 2.75vw, 4.1rem);
  font-weight: 560;
  line-height: 1.06;
}

.career-lead {
  color: #fff;
  background: #050505;
}

.career-lead-copy {
  max-width: 82rem;
}

.career-lead-copy span {
  color: rgba(255, 255, 255, 0.66);
}

.career-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.4rem, 2.3vw, 3rem);
  margin-top: clamp(5rem, 7vw, 8.5rem);
}

.career-jobs {
  background: #fff;
  color: #050505;
}

.career-jobs-head {
  max-width: 72rem;
  margin-bottom: clamp(4rem, 6vw, 7.5rem);
}

.career-role-list {
  display: grid;
  border-bottom: 1px solid rgba(5, 5, 5, 0.14);
}

.career-role-list article {
  display: grid;
  grid-template-columns: clamp(4rem, 6vw, 7rem) minmax(15rem, 0.48fr) minmax(0, 1fr);
  gap: clamp(1.8rem, 3vw, 4.5rem);
  padding: clamp(1.8rem, 2.8vw, 3.4rem) 0;
  color: rgba(5, 5, 5, 0.14);
}

.career-role-list span {
  color: var(--orange);
  font-weight: 760;
}

.career-role-list h3 {
  margin: 0;
  color: #050505;
  font-size: clamp(1.55rem, 1.9vw, 2.8rem);
  font-weight: 600;
  line-height: 1.1;
}

.career-role-list p {
  margin-top: 0;
}

.career-process {
  padding: clamp(6.5rem, 9vw, 11rem) var(--layout-edge);
  background: #f4f4f4;
  color: #050505;
}

.career-process div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.2rem, 2vw, 2.5rem);
}

.career-process span {
  display: grid;
  min-height: clamp(8rem, 10vw, 12rem);
  align-items: end;
  padding: clamp(1.1rem, 1.7vw, 1.9rem);
  border-top: 1px solid rgba(5, 5, 5, 0.28);
  font-size: clamp(1.25rem, 1.25vw, 2rem);
  font-weight: 620;
}

html body[data-template="product"] .product-cinematic-cta {
  color: transparent !important;
  font-size: 0 !important;
}

html body[data-template="product"] .product-cinematic-cta span {
  color: #fff !important;
  font-size: clamp(2rem, 2.6vw, 3rem) !important;
  font-weight: 260 !important;
  line-height: 1 !important;
}

html body[data-template="product"] .product-cinematic-cta::after {
  content: none !important;
  display: none !important;
}

html body[data-template="product"] .product-tabs {
  z-index: 70 !important;
  padding: clamp(1.15rem, 1.35vw, 1.55rem) var(--product-edge) clamp(1rem, 1.2vw, 1.35rem) !important;
}

html body[data-template="product"] .product-breadcrumb {
  justify-content: flex-start !important;
}

html body[data-template="product"] .product-tab-links {
  justify-content: flex-start !important;
}

html body[data-template="product"] .product-tab-links a:first-child:not(.active) {
  color: rgba(5, 5, 5, 0.48) !important;
}

html body[data-template="product"] .product-tab-links a:first-child:not(.active)::after {
  opacity: 0 !important;
  transform: scaleX(0.24) !important;
}

html body[data-template="product"] .product-intro h2 {
  text-wrap: balance !important;
}

@media (max-width: 86rem) {
  .about-editorial,
  .hub-board-head {
    grid-template-columns: 1fr;
  }

  .about-principle-grid,
  .career-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .history-list article,
  .career-role-list article {
    grid-template-columns: minmax(4rem, 0.22fr) minmax(0, 1fr);
  }

  .history-list article p,
  .career-role-list article p {
    grid-column: 2;
  }

  html body .corporate-hero > div {
    max-width: min(72rem, 86vw) !important;
  }
}

@media (max-width: 62rem) {
  html body .site-header[data-header] .gnb {
    display: none !important;
  }

  html body .corporate-hero {
    min-height: 86svh !important;
  }

  html body .corporate-hero h1 {
    font-size: clamp(3rem, 11vw, 4.8rem) !important;
  }

  html body .cinematic-statement {
    min-height: 118svh !important;
  }

  html body .cinematic-statement h2,
  html body .about-purpose-intro.cinematic-statement h2,
  html body .what-landing-intro.cinematic-statement h2,
  html body .discover-intro.cinematic-statement h2,
  html body[data-page="why-we-exist"] .why-manifest.cinematic-statement h2 {
    font-size: clamp(2.45rem, 11.5vw, 4rem) !important;
    line-height: 1.26 !important;
  }

  .about-editorial,
  .history-cinema,
  .hub-board,
  .career-lead,
  .career-jobs {
    padding-top: clamp(5.6rem, 16vw, 8rem);
    padding-bottom: clamp(5.6rem, 16vw, 8rem);
  }

  .about-editorial-copy h2,
  .history-cinema-copy h2,
  .hub-board-head h2,
  .career-lead-copy h2,
  .career-jobs-head h2,
  .about-image-belt h2 {
    font-size: clamp(2.4rem, 10vw, 4rem);
    line-height: 1.14;
  }

  .about-principle-grid,
  .career-value-grid,
  .career-process div {
    grid-template-columns: 1fr;
  }

  .hub-grid article {
    grid-template-columns: 1fr;
  }

  .hub-grid img {
    aspect-ratio: 16 / 10;
  }

  .history-list article,
  .career-role-list article {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .history-list article p,
  .career-role-list article p {
    grid-column: auto;
  }
}

/* 2026-06-08 enterprise audit final layer: this must stay at EOF. */
html body {
  --orange-aa: #51237d;
  --muted-aa: #555b63;
}

html body .legal p,
html body .footer .legal p,
html body footer .legal p {
  color: var(--muted-aa) !important;
}

html body .why-plain-hero > p,
html body .media-hero p,
html body .media-hero .reveal > p,
html body .media-detail header p,
html body .media-detail .visible > p:first-child,
html body .media-card span,
html body .news-grid article span {
  color: var(--orange-aa) !important;
}

html body time,
html body .media-card time,
html body .media-detail time {
  color: var(--muted-aa) !important;
}

html body .media-toolbar button,
html body .media-toolbar button:not(.active),
html body[data-template="product"] .product-breadcrumb a,
html body[data-template="product"] .product-breadcrumb strong,
html body[data-template="product"] .product-tabs .product-tab-links a,
html body[data-template="product"] .product-tabs .product-tab-links a:first-child,
html body[data-template="product"] .product-tabs .product-tab-links a:first-child:not(.active) {
  color: var(--muted-aa) !important;
  -webkit-text-fill-color: var(--muted-aa) !important;
}

html body .media-toolbar button.active,
html body[data-template="product"] .product-tabs .product-tab-links a.active,
html body[data-template="product"] .product-tabs .product-tab-links a:hover,
html body[data-template="product"] .product-tabs .product-tab-links a:focus-visible,
html body[data-template="product"] .product-breadcrumb a:hover,
html body[data-template="product"] .product-breadcrumb a:focus-visible {
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
}

@media (max-width: 54rem) {
  html body[data-template="product"] .product-tab-links {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.4rem 1.1rem !important;
    overflow: visible !important;
    white-space: normal !important;
  }

  html body[data-template="product"] .product-tabs .product-tab-links a {
    flex: 0 1 auto !important;
    min-width: max-content !important;
    padding-block: 0.55rem !important;
  }
}

/* 2026-06-08 GNB depth clipping fix: keep hover columns fully inside the panel. */
html body .site-header[data-header] .nav-depth {
  box-sizing: border-box !important;
  min-height: clamp(27rem, 36svh, 34rem) !important;
  max-height: calc(100svh - var(--ha-header-height)) !important;
  padding:
    clamp(3rem, 4.2vw, 4.8rem)
    var(--ha-header-side)
    clamp(5.8rem, 7.2vw, 8.4rem) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  overscroll-behavior: contain !important;
}

html body .site-header[data-header] .nav-depth-inner {
  align-items: start !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  min-height: 0 !important;
}

html body .site-header[data-header] .nav-depth-col {
  min-height: 0 !important;
  gap: clamp(0.68rem, 0.64vw, 0.92rem) !important;
  padding-bottom: 0.35rem !important;
  pointer-events: none !important;
}

html body .site-header[data-header] .nav-depth-col a:not(.nav-depth-title) {
  line-height: 1.5 !important;
}

html body .site-header[data-header] .nav-depth-col a,
html body .site-header[data-header] .nav-depth-title,
html body .menu-grid a,
html body .menu-primary,
html body .menu-links a {
  position: relative !important;
  z-index: 2 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

html body .site-header[data-header] .nav-depth-col a:last-child {
  margin-bottom: 0.6rem !important;
}

html body .menu-grid,
html body.subpage .menu-grid,
html body[data-template] .menu-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

html body header.site-header[data-header] > .nav-depth > .nav-depth-inner,
html body header.site-header[data-header][data-nav-open="true"] > .nav-depth > .nav-depth-inner {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

@media (max-height: 48rem) and (min-width: 62.01rem) {
  html body .site-header[data-header] .nav-depth {
    min-height: min(27rem, calc(100svh - var(--ha-header-height))) !important;
    padding-bottom: clamp(5rem, 8.4vh, 6.2rem) !important;
  }
}

/* 2026-06-08 page depth pass: expand WHO/WHY/WHAT into fuller enterprise pages. */
.about-operating-map,
.about-capability-board,
.why-purpose-panel,
.why-commitment-grid,
.what-overview-map,
.what-proof-band {
  padding-right: var(--layout-edge);
  padding-left: var(--layout-edge);
}

.about-operating-map {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(4rem, 7vw, 9rem);
  padding-top: clamp(7rem, 10vw, 12rem);
  padding-bottom: clamp(7rem, 10vw, 12rem);
  color: #fff;
  background: #050505;
}

.about-operating-head p,
.about-capability-copy p,
.why-purpose-copy p,
.what-overview-copy p,
.what-proof-band p {
  margin: 0 0 clamp(1.1rem, 1.6vw, 2rem);
  color: var(--orange);
  font-size: clamp(0.88rem, 0.24vw + 0.8rem, 1.04rem);
  font-weight: 780;
  letter-spacing: 0;
}

.about-operating-head h2,
.about-capability-copy h2,
.why-purpose-copy h2,
.what-overview-copy h2,
.what-proof-band h2 {
  margin: 0;
  font-size: clamp(2.9rem, 5vw, 7rem);
  font-weight: 430;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
  word-break: keep-all;
}

.about-operating-head span,
.why-purpose-copy span,
.what-overview-copy span {
  display: block;
  max-width: 48rem;
  margin-top: clamp(1.6rem, 2.2vw, 3rem);
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1rem, 0.34vw + 0.92rem, 1.26rem);
  line-height: 1.78;
}

.about-operating-rows {
  display: grid;
  align-self: end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.about-operating-rows article,
.why-commitment-grid article,
.what-process-rail article {
  display: grid;
  grid-template-columns: clamp(3rem, 5vw, 5.2rem) minmax(12rem, 0.42fr) minmax(0, 1fr);
  gap: clamp(1.6rem, 2.8vw, 4rem);
  align-items: start;
  padding: clamp(1.25rem, 1.8vw, 2rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.about-operating-rows strong,
.why-commitment-grid span,
.what-process-rail strong {
  color: var(--orange);
  font-size: clamp(0.86rem, 0.2vw + 0.8rem, 1rem);
  font-weight: 820;
}

.about-operating-rows h3,
.why-commitment-grid h3,
.what-process-rail h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.22rem, 1vw, 1.85rem);
  font-weight: 700;
}

.about-operating-rows p,
.why-commitment-grid p,
.what-process-rail p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: clamp(0.98rem, 0.3vw + 0.88rem, 1.14rem);
  line-height: 1.7;
}

.about-capability-board {
  padding-top: clamp(7rem, 10vw, 12rem);
  padding-bottom: clamp(7rem, 10vw, 12rem);
  background: #f4f4f2;
  color: #050505;
}

.about-capability-copy {
  display: grid;
  grid-template-columns: minmax(9rem, 0.24fr) minmax(0, 1fr);
  gap: clamp(3rem, 7vw, 8rem);
  margin-bottom: clamp(4rem, 6.2vw, 7rem);
}

.about-capability-copy p {
  grid-column: 1;
}

.about-capability-copy h2 {
  grid-column: 2;
  max-width: 72rem;
  color: #050505;
}

.about-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.4rem, 2.2vw, 2.8rem);
}

.about-capability-grid article {
  display: grid;
  min-height: clamp(27rem, 42vw, 38rem);
  overflow: hidden;
  background: #050505;
  color: #fff;
}

.about-capability-grid img,
.what-proof-band img,
.why-purpose-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-capability-grid img {
  grid-area: 1 / 1;
  opacity: 0.62;
  transform: scale(1.04);
}

.about-capability-grid article > div {
  grid-area: 1 / 1;
  align-self: end;
  padding: clamp(1.5rem, 2.4vw, 3rem);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.82));
}

.about-capability-grid h3 {
  margin: 0;
  font-size: clamp(1.45rem, 1.45vw, 2.3rem);
}

.about-capability-grid p {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.98rem, 0.26vw + 0.9rem, 1.12rem);
  line-height: 1.7;
}

.why-purpose-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(3rem, 6vw, 8rem);
  align-items: center;
  padding-top: clamp(7rem, 10vw, 12rem);
  padding-bottom: clamp(7rem, 10vw, 12rem);
  color: #fff;
  background: #050505;
}

.why-purpose-image {
  height: clamp(34rem, 62svh, 52rem);
  overflow: hidden;
}

.why-purpose-image img {
  opacity: 0.76;
  transform: scale(1.08);
}

.why-commitment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.4rem, 2vw, 2.6rem);
  padding-top: clamp(6.5rem, 9vw, 11rem);
  padding-bottom: clamp(6.5rem, 9vw, 11rem);
  color: #fff;
  background: #050505;
}

.why-commitment-grid article {
  display: block;
  min-height: clamp(15rem, 22vw, 24rem);
  padding: clamp(1.4rem, 2vw, 2.4rem) 0 0;
}

.why-commitment-grid h3 {
  margin-top: clamp(2.2rem, 3.4vw, 4rem);
}

.why-commitment-grid p {
  margin-top: 1rem;
}

.what-overview-map {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(4rem, 7vw, 9rem);
  padding-top: clamp(7rem, 10vw, 12rem);
  padding-bottom: clamp(7rem, 10vw, 12rem);
  color: #fff;
  background: #050505;
}

.what-process-rail {
  align-self: end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.what-process-rail article {
  grid-template-columns: clamp(3rem, 5vw, 5rem) minmax(10rem, 0.36fr) minmax(0, 1fr);
}

.what-proof-band {
  position: relative;
  display: grid;
  align-items: end;
  min-height: clamp(38rem, 76svh, 58rem);
  padding-top: clamp(7rem, 10vw, 12rem);
  padding-bottom: clamp(7rem, 10vw, 12rem);
  overflow: hidden;
  color: #fff;
  background: #050505;
}

.what-proof-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.18) 58%, rgba(0, 0, 0, 0.62)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.78));
  pointer-events: none;
}

.what-proof-band img {
  position: absolute;
  inset: 0;
  opacity: 0.68;
  transform: scale(1.08);
}

.what-proof-band > div {
  position: relative;
  z-index: 1;
  max-width: 74rem;
}

.what-proof-band .arrow-link {
  margin-top: clamp(1.6rem, 2.2vw, 2.8rem);
}

@media (max-width: 86rem) {
  .about-operating-map,
  .about-capability-copy,
  .why-purpose-panel,
  .what-overview-map {
    grid-template-columns: 1fr;
  }

  .about-capability-copy p,
  .about-capability-copy h2 {
    grid-column: auto;
  }

  .about-capability-grid,
  .why-commitment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 54rem) {
  .about-operating-rows article,
  .what-process-rail article {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .about-capability-grid,
  .why-commitment-grid {
    grid-template-columns: 1fr;
  }

  .why-purpose-image {
    height: clamp(24rem, 70vw, 34rem);
  }
}

/* 2026-06-09 WHY WE BUILD cinematic media: scroll-expand to full viewport, then shrink out. */
html body[data-page="why-we-exist"] .why-wide-media {
  --why-media-scale: 1;
  --why-media-y: 0vh;
  --why-media-radius: 0rem;
  --why-media-shadow: 0;
  position: relative !important;
  height: 275svh !important;
  min-height: 134rem !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: clip !important;
  background: #fff !important;
  opacity: 1 !important;
  transform: none !important;
}

html body[data-page="why-we-exist"] .why-wide-media-sticky {
  position: sticky !important;
  top: 0 !important;
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 100svh !important;
  min-height: 100svh !important;
  overflow: hidden !important;
  background: #fff !important;
}

html body[data-page="why-we-exist"] .why-wide-media-frame {
  width: min(82vw, calc(100vw - var(--layout-edge) * 2)) !important;
  aspect-ratio: 16 / 5.8 !important;
  overflow: hidden !important;
  background: #050505 !important;
  box-shadow: 0 calc(var(--why-media-shadow) * 2.8rem) calc(var(--why-media-shadow) * 6rem) rgba(0, 0, 0, 0.32) !important;
  border-radius: var(--why-media-radius) !important;
  transform:
    translate3d(0, var(--why-media-y), 0)
    scale(var(--why-media-scale)) !important;
  transform-origin: center center !important;
  will-change: transform, border-radius, box-shadow !important;
}

html body[data-page="why-we-exist"] .why-wide-media-frame img,
html body[data-page="why-we-exist"] .why-wide-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  filter: saturate(0.86) contrast(1.08) brightness(0.82) !important;
  transform: scale(var(--why-media-img-scale, 1.04)) !important;
  transform-origin: center center !important;
  will-change: transform !important;
}

html body[data-page="why-we-exist"] .why-wide-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, calc(1 - var(--why-media-dark, 0))) 0%, rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, calc(var(--why-media-dark, 0) * 0.44)) 72%, rgba(0, 0, 0, calc(var(--why-media-dark, 0) * 0.76)));
  opacity: 1;
}

@media (max-width: 64rem) {
  html body[data-page="why-we-exist"] .why-wide-media {
    height: 255svh !important;
    min-height: 108rem !important;
  }

  html body[data-page="why-we-exist"] .why-wide-media-frame {
    width: calc(100vw - var(--layout-edge) * 2) !important;
    aspect-ratio: 1.18 / 1 !important;
  }
}

/* 2026-06-09 enterprise completion pass: mobile menu, page rhythm, and thin-page depth. */
html body .menu,
html body.subpage .menu,
html body[data-template] .menu {
  overflow-x: hidden !important;
}

@media (max-width: 48rem) {
  html body.menu-open {
    overflow: hidden !important;
  }

  html body .menu,
  html body.subpage .menu,
  html body[data-template] .menu {
    display: block !important;
    padding: 0 clamp(1.35rem, 6vw, 2rem) !important;
    background:
      radial-gradient(circle at 100% 0%, rgba(243, 115, 33, 0.2), rgba(243, 115, 33, 0) 18rem),
      linear-gradient(180deg, rgba(37, 18, 8, 0.96), #050505 56%) !important;
  }

  html body .menu::before {
    content: "MENU";
    position: fixed;
    top: clamp(4.6rem, 13svh, 7rem);
    right: clamp(1.35rem, 6vw, 2rem);
    color: rgba(255, 255, 255, 0.08);
    font-size: clamp(4.8rem, 21vw, 7.8rem);
    font-weight: 760;
    line-height: 0.8;
    pointer-events: none;
  }

  html body .menu-close,
  html body.subpage .menu-close,
  html body[data-template] .menu-close {
    top: 1rem !important;
    right: clamp(1.35rem, 6vw, 2rem) !important;
    width: 3rem !important;
    height: 3rem !important;
  }

  html body .menu-grid,
  html body.subpage .menu-grid,
  html body[data-template] .menu-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: clamp(1.25rem, 5.4vw, 2rem) !important;
    width: 100% !important;
    max-width: none !important;
    padding: clamp(8.25rem, 23svh, 11rem) 0 clamp(3rem, 10svh, 5rem) !important;
    overflow: visible !important;
  }

  html body .menu-grid section,
  html body.subpage .menu-grid section,
  html body[data-template] .menu-grid section {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.95rem !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 1rem 0 1.15rem !important;
    border-top: 1px solid rgba(255, 255, 255, 0.28) !important;
  }

  html body .menu-primary,
  html body .menu-grid h2,
  html body.subpage .menu-primary,
  html body[data-template] .menu-primary {
    display: flex !important;
    align-items: baseline !important;
    gap: 0.9rem !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: clamp(1.55rem, 7.4vw, 2.25rem) !important;
    font-weight: 760 !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
  }

  html body .menu-primary span {
    display: inline-block !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    color: var(--orange) !important;
    -webkit-text-fill-color: var(--orange) !important;
    font-size: 0.48em !important;
    line-height: 1 !important;
  }

  html body .menu-links {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.5rem 1.1rem !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  html body .menu-grid a:not(.menu-primary),
  html body.subpage .menu-grid a:not(.menu-primary),
  html body[data-template] .menu-grid a:not(.menu-primary) {
    display: inline-flex !important;
    align-items: center !important;
    min-width: max-content !important;
    min-height: 2.65rem !important;
    padding: 0.2rem 0 !important;
    color: rgba(255, 255, 255, 0.76) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.76) !important;
    font-size: clamp(0.92rem, 3.8vw, 1.06rem) !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
  }
}

html body[data-page="why-we-exist"] .why-plain-hero {
  min-height: clamp(34rem, 66svh, 48rem) !important;
  padding-top: calc(var(--ha-header-height) + clamp(4.25rem, 8svh, 6.5rem)) !important;
  padding-bottom: clamp(3.5rem, 6svh, 5rem) !important;
}

html body[data-page="why-we-exist"] .why-plain-hero h1 {
  font-size: clamp(4.2rem, 6.3vw, 8.2rem) !important;
  line-height: 1.06 !important;
}

html body[data-page="why-we-exist"] .why-wide-media {
  margin-top: 0 !important;
}

body[data-page="media"] .media-hero {
  padding-top: calc(var(--ha-header-height) + clamp(6rem, 9vw, 10.5rem)) !important;
  padding-bottom: clamp(2.75rem, 4.6vw, 4.75rem) !important;
}

body[data-page="media"] .media-toolbar {
  padding-bottom: clamp(1.8rem, 3vw, 3rem) !important;
}

body[data-page="media"] .newsroom-feature {
  padding-top: clamp(2rem, 3vw, 3.75rem) !important;
  padding-bottom: clamp(4.5rem, 6vw, 7rem) !important;
}

body[data-page="media"] .newsroom-feature a {
  padding-top: clamp(2.2rem, 3.6vw, 4.4rem) !important;
}

body[data-page="media"] .media-product-grid {
  padding-top: clamp(3.5rem, 5vw, 6.5rem) !important;
}

html body .home-product-card,
html body .home-product-card.is-large,
html body .home-industry-strip article,
html body .home-recommend-grid article {
  box-sizing: border-box !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

html body .home-product-card h3,
html body .home-product-card p,
html body .home-industry-strip h3,
html body .home-industry-strip p,
html body .home-recommend-grid h3,
html body .home-recommend-grid p {
  max-width: 100% !important;
  overflow-wrap: break-word !important;
  word-break: keep-all !important;
}

.history-chapter-stack,
.history-proof-grid,
.location-lead,
.location-contact-band,
.career-benefit-band {
  padding-right: var(--layout-edge);
  padding-left: var(--layout-edge);
}

.history-chapter-stack {
  display: grid;
  gap: clamp(5rem, 8vw, 9rem);
  padding-top: clamp(7rem, 10vw, 12rem);
  padding-bottom: clamp(7rem, 10vw, 12rem);
  background: #fff;
  color: #050505;
}

.history-chapter {
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(22rem, 0.44fr);
  gap: clamp(3rem, 6vw, 8rem);
  align-items: end;
}

.history-chapter.is-reverse {
  grid-template-columns: minmax(22rem, 0.44fr) minmax(0, 0.56fr);
}

.history-chapter.is-reverse img {
  grid-column: 2;
}

.history-chapter.is-reverse div {
  grid-column: 1;
  grid-row: 1;
}

.history-chapter img {
  width: 100%;
  height: clamp(28rem, 44vw, 52rem);
  object-fit: cover;
  filter: saturate(0.88) contrast(1.05);
}

.history-chapter span,
.history-proof-grid span,
.location-lead p,
.location-capability-row span,
.location-contact-band p,
.career-benefit-band p,
.career-benefit-grid span {
  display: block;
  margin: 0 0 clamp(1rem, 1.4vw, 1.7rem);
  color: var(--orange);
  font-size: clamp(0.86rem, 0.22vw + 0.8rem, 1.02rem);
  font-weight: 780;
  line-height: 1.2;
}

.history-chapter h2,
.location-lead h2,
.location-contact-band h2,
.career-benefit-band h2 {
  margin: 0;
  font-size: clamp(3rem, 5.15vw, 7.1rem);
  font-weight: 430;
  line-height: 1.08;
  word-break: keep-all;
  text-wrap: balance;
}

.history-chapter p,
.history-proof-grid p,
.location-capability-row p,
.location-contact-band a,
.career-benefit-grid p {
  margin: clamp(1.2rem, 1.8vw, 2.2rem) 0 0;
  color: rgba(5, 5, 5, 0.62);
  font-size: clamp(1rem, 0.32vw + 0.92rem, 1.2rem);
  line-height: 1.72;
}

.history-proof-grid,
.location-capability-row,
.career-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.2rem, 2vw, 2.4rem);
}

.history-proof-grid {
  padding-top: clamp(5rem, 8vw, 8rem);
  padding-bottom: clamp(7rem, 10vw, 12rem);
  background: #f4f5f6;
}

.history-proof-grid article,
.location-capability-row article,
.career-benefit-grid article {
  min-width: 0;
  padding-top: clamp(1.25rem, 1.8vw, 2rem);
  border-top: 1px solid rgba(5, 5, 5, 0.22);
}

.history-proof-grid h3,
.location-capability-row h3,
.career-benefit-grid h3 {
  margin: 0;
  color: #050505;
  font-size: clamp(1.35rem, 1.25vw, 2.05rem);
  font-weight: 680;
  line-height: 1.28;
}

.location-lead {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(4rem, 7vw, 9rem);
  padding-top: clamp(8rem, 11vw, 14rem);
  padding-bottom: clamp(7rem, 10vw, 12rem);
  background: #fff;
  color: #050505;
}

.location-contact-band {
  display: grid;
  min-height: clamp(32rem, 64svh, 46rem);
  align-content: center;
  padding-top: clamp(6rem, 10vw, 11rem);
  padding-bottom: clamp(6rem, 10vw, 11rem);
  background: #050505;
  color: #fff;
}

.location-contact-band h2 {
  max-width: 72rem;
  color: #fff;
}

.location-contact-band .arrow-link {
  margin-top: clamp(1.8rem, 2.8vw, 3.6rem);
  color: #fff;
}

.career-benefit-band {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(4rem, 7vw, 9rem);
  padding-top: clamp(7rem, 10vw, 12rem);
  padding-bottom: clamp(7rem, 10vw, 12rem);
  background: #fff;
  color: #050505;
}

.career-process .arrow-link {
  margin-top: clamp(2rem, 3vw, 3.5rem);
}

@media (max-width: 70rem) {
  .history-chapter,
  .history-chapter.is-reverse,
  .location-lead,
  .career-benefit-band {
    grid-template-columns: 1fr;
  }

  .history-chapter.is-reverse img,
  .history-chapter.is-reverse div {
    grid-column: auto;
    grid-row: auto;
  }

  .history-proof-grid,
  .location-capability-row,
  .career-benefit-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="media"] .newsroom-feature a {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 48rem) {
  html body[data-page="why-we-exist"] .why-plain-hero {
    min-height: 72svh !important;
    padding-top: calc(var(--ha-header-height) + 4rem) !important;
  }

  html body[data-page="why-we-exist"] .why-plain-hero h1 {
    font-size: clamp(3.15rem, 13vw, 4.4rem) !important;
  }

  .history-chapter-stack,
  .history-proof-grid,
  .location-lead,
  .location-contact-band,
  .career-benefit-band {
    padding-right: var(--layout-edge);
    padding-left: var(--layout-edge);
  }

  .history-chapter h2,
  .location-lead h2,
  .location-contact-band h2,
  .career-benefit-band h2 {
    font-size: clamp(2.55rem, 12vw, 4.1rem);
  }
}

/* 2026-06-10 IXC content conversion: keep the enterprise layout, replace brand tokens and assets. */
:root {
  --ixc-purple: #51237d;
  --ixc-purple-dark: #2b0f47;
  --ixc-purple-soft: #f3eef8;
  --orange: var(--ixc-purple);
  --ax-orange: var(--ixc-purple);
  --ax-teal: #7c4dff;
  --ax-blue: #51237d;
  --orange-aa: #51237d;
}

.brand {
  min-width: 0;
}

.brand-logo {
  display: block;
  width: clamp(7.2rem, 7.6vw, 10.5rem);
  height: auto;
  max-height: clamp(2rem, 2.4vw, 2.8rem);
  object-fit: contain;
}

.brand-mark,
.brand-text {
  display: none !important;
}

.site-header.is-dark .brand-logo,
.site-header[data-nav-open="true"] .brand-logo {
  filter: none;
}

.hero-video,
.what-bg img,
.corporate-hero img,
.product-cinematic-bg {
  background: #170922;
}

.product-cinematic-bg,
.what-bg img,
.home-product-card img,
.home-recommend-grid img,
.news-grid img,
.partner-track img,
.media-card img,
.newsroom-feature img,
.hub-grid img,
.history-chapter img,
.difference-grid img,
.usecase-grid img,
.recommend-grid img {
  object-position: center;
}

.partner-track img {
  background: #fff;
}

.home-product-card h3,
.what-panel-copy h2,
.product-cinematic-copy h1,
.product-cinematic-copy h2 {
  word-break: keep-all;
}

.menu::before {
  content: "IXC" !important;
}

.arrow-link span,
.media-card span,
.news-grid span,
.product-breadcrumb strong,
.product-section-head p,
.what-business-card span,
.career-role-list span,
.history-list strong,
.history-proof-grid span,
.location-capability-row span,
.career-benefit-grid span {
  color: var(--ixc-purple) !important;
}

.product-contact button {
  background: var(--ixc-purple) !important;
}

@media (max-width: 48rem) {
  html body .hero-video {
    object-position: 78% 48% !important;
    filter: saturate(0.88) contrast(1.05) brightness(0.54) !important;
  }

  html body .hero-shade {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.24) 56%, rgba(0, 0, 0, 0.68)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.86) 86%) !important;
  }
}

/* 2026-06-11 IXC brand polish: remove remaining orange accents and fix footer TOP affordance. */
html body {
  --orange: var(--ixc-purple) !important;
  --ax-orange: var(--ixc-purple) !important;
  --orange-aa: var(--ixc-purple) !important;
  --cinema-orange: var(--ixc-purple) !important;
  accent-color: var(--ixc-purple);
}

html body .footer .legal {
  align-items: center !important;
  gap: clamp(1rem, 2vw, 2rem) !important;
}

html body .footer .legal a[href="#top"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.42rem !important;
  width: auto !important;
  min-width: 4.75rem !important;
  height: 2.75rem !important;
  padding: 0 1rem !important;
  border: 1px solid rgba(81, 35, 125, 0.42) !important;
  border-radius: 999rem !important;
  color: var(--ixc-purple) !important;
  -webkit-text-fill-color: var(--ixc-purple) !important;
  background: rgba(81, 35, 125, 0.06) !important;
  font-size: 0.78rem !important;
  font-weight: 780 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease !important;
}

html body .footer .legal a[href="#top"]::after {
  content: "\2191";
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  transform: translateY(-0.04rem);
}

html body .footer .legal a[href="#top"]:hover,
html body .footer .legal a[href="#top"]:focus-visible {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: var(--ixc-purple) !important;
  border-color: var(--ixc-purple) !important;
  transform: translateY(-0.12rem) !important;
}

@media (max-width: 48rem) {
  html body .footer .legal {
    align-items: flex-start !important;
  }

  html body .footer .legal a[href="#top"] {
    min-width: 4.25rem !important;
    height: 2.5rem !important;
    padding: 0 0.85rem !important;
    font-size: 0.74rem !important;
  }
}

/* 2026-06-11 IXC customer/partner logo flow. */
html body .partners {
  overflow: hidden !important;
  background:
    radial-gradient(circle at 12% 8%, rgba(81, 35, 125, 0.08), transparent 26rem),
    linear-gradient(180deg, #fff 0%, #f8f5fb 100%) !important;
}

html body .partners .section-title {
  position: relative !important;
  z-index: 2 !important;
}

html body .partner-flow {
  display: grid !important;
  gap: clamp(0.9rem, 1.35vw, 1.45rem) !important;
  width: calc(100% + (var(--layout-edge) * 2)) !important;
  margin: clamp(3.4rem, 5.8vw, 6rem) 0 0 calc(var(--layout-edge) * -1) !important;
  padding: clamp(1.1rem, 1.8vw, 1.8rem) 0 !important;
  overflow: hidden !important;
  border-top: 1px solid rgba(81, 35, 125, 0.16) !important;
  border-bottom: 1px solid rgba(81, 35, 125, 0.16) !important;
  transform: none !important;
  will-change: auto !important;
}

html body .partner-marquee {
  display: flex !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  gap: 0 !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%) !important;
}

html body .partner-row.is-top,
html body .partner-row.is-bottom {
  margin-left: 0 !important;
}

html body .partner-row.is-bottom {
  opacity: 0.9 !important;
}

html body .partner-track {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  gap: clamp(0.85rem, 1.25vw, 1.35rem) !important;
  width: max-content !important;
  min-width: max-content !important;
  padding-right: clamp(0.85rem, 1.25vw, 1.35rem) !important;
  animation: marquee 58s linear infinite !important;
  will-change: transform !important;
}

html body .partner-row.is-bottom .partner-track {
  animation-direction: reverse !important;
  animation-duration: 68s !important;
}

html body .partner-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: clamp(10rem, 12.5vw, 15.25rem) !important;
  height: clamp(4.15rem, 4.85vw, 5.75rem) !important;
  padding: clamp(0.78rem, 1.08vw, 1.1rem) clamp(1rem, 1.55vw, 1.55rem) !important;
  border: 1px solid rgba(81, 35, 125, 0.13) !important;
  border-radius: 0.45rem !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 1.1rem 2.8rem rgba(36, 18, 55, 0.055) !important;
  transform: translateZ(0) !important;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease !important;
}

html body .partner-logo.is-wide {
  width: clamp(12.8rem, 15.6vw, 18.8rem) !important;
}

html body .partner-logo img {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: clamp(2.05rem, 2.9vw, 3.35rem) !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
  filter: saturate(0.92) contrast(1.03) !important;
  transform: none !important;
  transition: none !important;
}

html body .partner-logo:hover {
  border-color: rgba(81, 35, 125, 0.34) !important;
  box-shadow: 0 1.35rem 3rem rgba(36, 18, 55, 0.09) !important;
  transform: translate3d(0, -0.14rem, 0) !important;
}

html body .partner-track img:hover {
  filter: saturate(0.92) contrast(1.03) !important;
  transform: none !important;
}

@media (max-width: 48rem) {
  html body .partner-flow {
    gap: 0.7rem !important;
    margin-top: clamp(2.4rem, 12vw, 3.5rem) !important;
    padding: 0.85rem 0 !important;
  }

  html body .partner-track {
    gap: 0.7rem !important;
    padding-right: 0.7rem !important;
    animation-duration: 46s !important;
  }

  html body .partner-row.is-bottom .partner-track {
    animation-duration: 54s !important;
  }

  html body .partner-logo,
  html body .partner-logo.is-wide {
    width: clamp(8.6rem, 38vw, 11rem) !important;
    height: clamp(3.55rem, 16vw, 4.4rem) !important;
    padding: 0.65rem 0.85rem !important;
  }

  html body .partner-logo img {
    max-height: clamp(1.8rem, 8.5vw, 2.45rem) !important;
  }
}

/* 2026-06-11 IXC official footer block. */
html body .footer {
  background:
    radial-gradient(circle at 82% 18%, rgba(81, 35, 125, 0.09), transparent 24rem),
    linear-gradient(180deg, #f7f4fb 0%, #fff 100%) !important;
  border-top: 1px solid rgba(81, 35, 125, 0.16) !important;
}

html body .footer-company {
  display: grid !important;
  grid-template-columns: minmax(10rem, 16rem) minmax(0, 1fr) !important;
  gap: clamp(2.2rem, 5vw, 7rem) !important;
  align-items: start !important;
  width: min(100%, calc(100vw - var(--layout-edge) * 2)) !important;
  margin: 0 auto clamp(2.5rem, 4vw, 4.75rem) !important;
}

html body .footer-logo {
  display: inline-flex !important;
  width: clamp(8.4rem, 10vw, 13rem) !important;
  max-width: 100% !important;
}

html body .footer-logo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

html body .footer-company-copy {
  display: grid !important;
  gap: 0.45rem !important;
  color: #15101b !important;
  font-size: clamp(0.92rem, 0.96vw, 1.08rem) !important;
  line-height: 1.75 !important;
  word-break: keep-all !important;
}

html body .footer-company-copy strong {
  display: block !important;
  margin-bottom: clamp(0.45rem, 0.8vw, 0.8rem) !important;
  color: #08060b !important;
  font-size: clamp(1.25rem, 1.45vw, 1.8rem) !important;
  font-weight: 760 !important;
  line-height: 1.2 !important;
}

html body .footer-company-copy p,
html body .footer-company-copy a {
  margin: 0 !important;
  color: rgba(15, 12, 20, 0.78) !important;
  -webkit-text-fill-color: rgba(15, 12, 20, 0.78) !important;
}

html body .footer-company-copy a {
  display: inline !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font: inherit !important;
  line-height: inherit !important;
  white-space: nowrap !important;
}

html body .footer-company-copy a:hover,
html body .footer-company-copy a:focus-visible {
  color: var(--ixc-purple) !important;
  -webkit-text-fill-color: var(--ixc-purple) !important;
}

html body .footer .legal {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: min(100%, calc(100vw - var(--layout-edge) * 2)) !important;
  margin: 0 auto !important;
  padding-top: clamp(1.15rem, 1.7vw, 2rem) !important;
  border-top: 1px solid rgba(81, 35, 125, 0.18) !important;
}

html body .footer .legal p {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0.75rem clamp(1.1rem, 2vw, 2rem) !important;
  max-width: min(58rem, 100%) !important;
  margin: 0 !important;
  color: rgba(15, 12, 20, 0.58) !important;
  -webkit-text-fill-color: rgba(15, 12, 20, 0.58) !important;
  font-size: clamp(0.78rem, 0.82vw, 0.92rem) !important;
  line-height: 1.6 !important;
}

html body .footer .legal p a {
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(15, 12, 20, 0.76) !important;
  -webkit-text-fill-color: rgba(15, 12, 20, 0.76) !important;
  font-size: inherit !important;
  font-weight: 650 !important;
  line-height: inherit !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap !important;
  transform: none !important;
  box-shadow: none !important;
}

html body .footer .legal p a:hover,
html body .footer .legal p a:focus-visible {
  color: var(--ixc-purple) !important;
  -webkit-text-fill-color: var(--ixc-purple) !important;
}

@media (max-width: 64rem) {
  html body .footer-company {
    grid-template-columns: 1fr !important;
    gap: clamp(1.4rem, 5vw, 2.4rem) !important;
  }

  html body .footer .legal {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 1.25rem !important;
  }
}

/* 2026-06-11 product detail service/process repair. */
html body[data-template="product"] .product-services {
  position: relative !important;
  overflow: hidden !important;
  padding-top: clamp(7rem, 9.5vw, 12rem) !important;
  padding-bottom: clamp(8rem, 10.5vw, 13rem) !important;
  background:
    radial-gradient(circle at 84% 16%, rgba(81, 35, 125, 0.24), transparent 28rem),
    linear-gradient(180deg, #060606 0%, #010101 100%) !important;
  color: #fff !important;
}

html body[data-template="product"] .product-services::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 34%) !important;
  opacity: 0.9 !important;
}

html body[data-template="product"] .product-services > * {
  position: relative !important;
  z-index: 1 !important;
}

html body[data-template="product"] .product-services .product-section-head {
  display: grid !important;
  grid-template-columns: minmax(8.5rem, 0.22fr) minmax(0, 1fr) !important;
  gap: clamp(2.2rem, 4vw, 5.5rem) !important;
  align-items: start !important;
  margin-bottom: clamp(4rem, 6vw, 7rem) !important;
}

html body[data-template="product"] .product-services .product-section-head p {
  color: #c9a7f2 !important;
  -webkit-text-fill-color: #c9a7f2 !important;
}

html body[data-template="product"] .product-services .product-section-head h2 {
  max-width: min(64rem, 100%) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(2.4rem, 4vw, 5.4rem) !important;
  font-weight: 680 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
}

html body[data-template="product"] .product-service-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(1.4rem, 2.2vw, 2.8rem) !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body[data-template="product"] .product-service-grid article {
  display: grid !important;
  grid-template-rows: auto auto 1fr !important;
  align-content: start !important;
  min-width: 0 !important;
  min-height: clamp(18.5rem, 21vw, 24rem) !important;
  padding: clamp(1.55rem, 2.2vw, 2.35rem) 0 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
}

html body[data-template="product"] .product-service-grid h3 {
  margin: 0 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(1.35rem, 1.2vw, 2rem) !important;
  font-weight: 740 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
}

html body[data-template="product"] .product-service-grid p {
  margin: clamp(1rem, 1.45vw, 1.65rem) 0 0 !important;
  color: rgba(255, 255, 255, 0.66) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.66) !important;
  font-size: clamp(0.98rem, 0.36vw + 0.88rem, 1.16rem) !important;
  font-weight: 520 !important;
  line-height: 1.7 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
}

html body[data-template="product"] .product-services .product-icon,
html body[data-template="product"] .product-services .product-icon::before,
html body[data-template="product"] .product-services .product-icon::after {
  box-sizing: border-box !important;
}

html body[data-template="product"] .product-services .product-icon {
  display: grid !important;
  place-items: center !important;
  width: clamp(3.65rem, 4.1vw, 4.85rem) !important;
  height: clamp(3.65rem, 4.1vw, 4.85rem) !important;
  margin: 0 0 clamp(2rem, 2.8vw, 3rem) !important;
  border: 1px solid rgba(255, 255, 255, 0.32) !important;
  border-radius: 0.42rem !important;
  background: rgba(255, 255, 255, 0.045) !important;
  opacity: 1 !important;
  filter: none !important;
}

html body[data-template="product"] .product-services .product-icon::before {
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(1rem, 1.1vw, 1.28rem) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

html body[data-template="product"] .product-services .product-icon::after {
  content: "" !important;
  display: none !important;
}

html body[data-template="product"] .product-services .product-icon-lightbulb::before {
  content: "01" !important;
}

html body[data-template="product"] .product-services .product-icon-screen::before {
  content: "02" !important;
}

html body[data-template="product"] .product-services .product-icon-check::before {
  content: "03" !important;
}

html body[data-template="product"] .product-services .product-icon-chat::before {
  content: "04" !important;
}

html body[data-template="product"] .product-process {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: 100% !important;
  margin: clamp(5rem, 7.4vw, 8rem) 0 0 !important;
  padding: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.23) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.23) !important;
  background: transparent !important;
  color: #fff !important;
}

html body[data-template="product"] .product-process span {
  display: grid !important;
  align-content: start !important;
  gap: clamp(1.85rem, 2.8vw, 3.2rem) !important;
  min-width: 0 !important;
  min-height: clamp(10.75rem, 12vw, 13.8rem) !important;
  padding: clamp(1.5rem, 2.1vw, 2.35rem) clamp(1.1rem, 1.65vw, 1.95rem) !important;
  border: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.16) !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.76) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.76) !important;
  font-size: clamp(1rem, 0.36vw + 0.9rem, 1.2rem) !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
}

html body[data-template="product"] .product-process span:last-child {
  border-right: 0 !important;
}

html body[data-template="product"] .product-process b {
  display: block !important;
  color: #c9a7f2 !important;
  -webkit-text-fill-color: #c9a7f2 !important;
  font-size: clamp(1.45rem, 1.45vw, 2.2rem) !important;
  font-weight: 780 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 78rem) {
  html body[data-template="product"] .product-services .product-section-head {
    grid-template-columns: 1fr !important;
  }

  html body[data-template="product"] .product-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body[data-template="product"] .product-process {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  html body[data-template="product"] .product-process span:nth-child(3n) {
    border-right: 0 !important;
  }

  html body[data-template="product"] .product-process span:nth-child(n + 4) {
    border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
  }
}

/* 2026-06-12 IXC menu correction: keep the full-menu overlay purple, not Hanwha orange. */
html body .menu,
html body.subpage .menu,
html body[data-template] .menu,
html body[data-page] .menu {
  background:
    radial-gradient(circle at 10% 8%, rgba(81, 35, 125, 0.46), rgba(81, 35, 125, 0) 30rem),
    radial-gradient(circle at 88% 18%, rgba(148, 106, 205, 0.28), rgba(148, 106, 205, 0) 32rem),
    linear-gradient(125deg, rgba(7, 4, 12, 0.98), rgba(22, 11, 35, 0.97) 48%, rgba(4, 4, 7, 0.98)) !important;
}

html body .menu::after,
html body.subpage .menu::after,
html body[data-template] .menu::after,
html body[data-page] .menu::after {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(81, 35, 125, 0.2), rgba(81, 35, 125, 0) 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.78) 84%) !important;
}

html body .menu::before,
html body.subpage .menu::before,
html body[data-template] .menu::before,
html body[data-page] .menu::before {
  color: rgba(201, 167, 242, 0.1) !important;
  -webkit-text-fill-color: rgba(201, 167, 242, 0.1) !important;
}

html body .menu-close,
html body.subpage .menu-close,
html body[data-template] .menu-close,
html body[data-page] .menu-close,
html body .menu-grid,
html body.subpage .menu-grid,
html body[data-template] .menu-grid,
html body[data-page] .menu-grid {
  position: relative !important;
  z-index: 2 !important;
}

html body .menu-grid section,
html body.subpage .menu-grid section,
html body[data-template] .menu-grid section,
html body[data-page] .menu-grid section {
  border-top-color: rgba(201, 167, 242, 0.32) !important;
}

html body .menu-primary span,
html body.subpage .menu-primary span,
html body[data-template] .menu-primary span,
html body[data-page] .menu-primary span {
  color: #c9a7f2 !important;
  -webkit-text-fill-color: #c9a7f2 !important;
}

html body .menu-grid a:hover,
html body .menu-grid a:focus-visible,
html body.subpage .menu-grid a:hover,
html body.subpage .menu-grid a:focus-visible,
html body[data-template] .menu-grid a:hover,
html body[data-template] .menu-grid a:focus-visible,
html body[data-page] .menu-grid a:hover,
html body[data-page] .menu-grid a:focus-visible {
  outline-color: rgba(201, 167, 242, 0.72) !important;
}

@media (max-width: 48rem) {
  html body .menu,
  html body.subpage .menu,
  html body[data-template] .menu,
  html body[data-page] .menu {
    background:
      radial-gradient(circle at 100% 0%, rgba(81, 35, 125, 0.38), rgba(81, 35, 125, 0) 18rem),
      radial-gradient(circle at 8% 18%, rgba(148, 106, 205, 0.24), rgba(148, 106, 205, 0) 18rem),
      linear-gradient(180deg, rgba(15, 7, 24, 0.98), #050505 58%) !important;
  }
}

@media (max-width: 48rem) {
  html body[data-template="product"] .product-services {
    padding-top: clamp(5.5rem, 18vw, 7rem) !important;
    padding-bottom: clamp(6rem, 20vw, 8rem) !important;
  }

  html body[data-template="product"] .product-service-grid,
  html body[data-template="product"] .product-process {
    grid-template-columns: 1fr !important;
  }

  html body[data-template="product"] .product-service-grid article {
    min-height: 0 !important;
    padding-bottom: clamp(2.4rem, 8vw, 3.2rem) !important;
  }

  html body[data-template="product"] .product-process span,
  html body[data-template="product"] .product-process span:nth-child(3n),
  html body[data-template="product"] .product-process span:nth-child(n + 4) {
    min-height: 0 !important;
    border-right: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
  }

  html body[data-template="product"] .product-process span:first-child {
    border-top: 0 !important;
  }
}

/* 2026-06-12 IXC complete content/motion restructure. */
:root {
  --ixc-purple: #51237d;
  --ixc-purple-soft: #c9a7f2;
  --ixc-ink: #070707;
  --ixc-paper: #f7f7f8;
  --ixc-line: rgba(0, 0, 0, 0.14);
  --ixc-edge: clamp(1.5rem, 6.25vw, 8.75rem);
  --ixc-section: clamp(7rem, 12vw, 15rem);
}

html,
body {
  max-width: 100% !important;
  overflow-x: clip !important;
  font-family: var(--font-sans) !important;
  word-break: keep-all !important;
}

body {
  background: #fff !important;
}

img {
  max-width: 100%;
}

.site-header {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 200 !important;
  display: grid !important;
  grid-template-columns: minmax(11rem, 18rem) minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: clamp(1.5rem, 3vw, 4rem) !important;
  min-height: clamp(4.75rem, 5.4vw, 6.6rem) !important;
  padding: 0 var(--ixc-edge) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  background: rgba(255, 255, 255, 0.76) !important;
  backdrop-filter: blur(1.15rem) saturate(1.35) !important;
  transition: transform 360ms ease, background 260ms ease, border-color 260ms ease !important;
}

.site-header.is-hidden {
  transform: translate3d(0, -110%, 0) !important;
}

.brand {
  display: inline-flex !important;
  align-items: center !important;
  min-width: 0 !important;
}

.brand-logo {
  width: clamp(7rem, 9.5vw, 13rem) !important;
  height: auto !important;
  max-height: clamp(2rem, 2.6vw, 3rem) !important;
  object-fit: contain !important;
}

.gnb {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(1.15rem, 2vw, 3rem) !important;
  min-width: 0 !important;
}

.gnb a {
  position: relative !important;
  padding: 0.35rem 0 !important;
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  font-size: clamp(0.86rem, 0.45vw + 0.72rem, 1.16rem) !important;
  font-weight: 720 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.gnb a::after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  bottom: -0.65rem !important;
  left: 0 !important;
  height: 2px !important;
  background: #050505 !important;
  transform: scaleX(0) !important;
  transform-origin: 50% 50% !important;
  transition: transform 220ms ease !important;
}

.gnb a:hover::after,
.gnb a:focus-visible::after,
.gnb a.active::after {
  transform: scaleX(1) !important;
}

.tools {
  justify-self: end !important;
}

.hamburger {
  width: clamp(2.7rem, 3.2vw, 3.5rem) !important;
  height: clamp(2.7rem, 3.2vw, 3.5rem) !important;
  border: 0 !important;
  background: transparent !important;
  color: #000 !important;
}

.hamburger span:first-child,
.hamburger span:first-child::before,
.hamburger span:first-child::after {
  background: #000 !important;
}

.nav-depth {
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  left: 0 !important;
  max-height: min(34rem, calc(100vh - 6rem)) !important;
  overflow: auto !important;
  padding: clamp(3rem, 4.5vw, 5rem) var(--ixc-edge) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(1.2rem) !important;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.08) !important;
}

.nav-depth-inner {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(1.2rem, 2vw, 2.5rem) !important;
  width: min(100%, 90rem) !important;
  margin: 0 auto !important;
}

.nav-depth-col {
  min-width: 0 !important;
  border-top: 1px solid rgba(81, 35, 125, 0.22) !important;
  padding-top: clamp(1.2rem, 1.7vw, 1.8rem) !important;
}

.nav-depth-title,
.nav-depth-col a {
  display: block !important;
  color: #0b0b0c !important;
  -webkit-text-fill-color: #0b0b0c !important;
  text-decoration: none !important;
}

.nav-depth-title {
  margin-bottom: clamp(1.4rem, 2vw, 2.5rem) !important;
  font-weight: 800 !important;
}

.nav-depth-title span {
  display: block !important;
  margin-bottom: 0.65rem !important;
  color: var(--ixc-purple) !important;
  -webkit-text-fill-color: var(--ixc-purple) !important;
}

.nav-depth-col a:not(.nav-depth-title) {
  margin-top: 1rem !important;
  color: rgba(20, 20, 24, 0.68) !important;
  -webkit-text-fill-color: rgba(20, 20, 24, 0.68) !important;
  font-weight: 640 !important;
}

.menu {
  position: fixed !important;
  inset: 0 !important;
  z-index: 300 !important;
  overflow-x: clip !important;
  overflow-y: auto !important;
  padding: clamp(5.8rem, 9vw, 8rem) var(--ixc-edge) clamp(4rem, 7vw, 6rem) !important;
}

.menu-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(1rem, 2vw, 2.6rem) !important;
  width: min(100%, 92rem) !important;
  max-width: calc(100vw - var(--ixc-edge) * 2) !important;
  margin: 0 auto !important;
}

.menu-grid section {
  min-width: 0 !important;
  padding-top: clamp(1.2rem, 2vw, 2rem) !important;
  border-top: 1px solid rgba(201, 167, 242, 0.35) !important;
}

.menu-primary {
  display: block !important;
  margin-bottom: clamp(2rem, 3.4vw, 4rem) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(1rem, 0.55vw + 0.86rem, 1.35rem) !important;
  font-weight: 820 !important;
  text-decoration: none !important;
}

.menu-primary span {
  display: block !important;
  margin-bottom: 1rem !important;
  color: var(--ixc-purple-soft) !important;
  -webkit-text-fill-color: var(--ixc-purple-soft) !important;
}

.menu-links {
  display: grid !important;
  gap: clamp(0.9rem, 1.35vw, 1.35rem) !important;
}

.menu-links a {
  color: rgba(255, 255, 255, 0.72) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.72) !important;
  font-size: clamp(0.92rem, 0.45vw + 0.78rem, 1.15rem) !important;
  font-weight: 560 !important;
  text-decoration: none !important;
}

.menu-links a:hover,
.menu-links a:focus-visible {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.menu-close {
  position: fixed !important;
  top: clamp(1.5rem, 3vw, 2.4rem) !important;
  right: var(--ixc-edge) !important;
}

.hero,
.enterprise-hero,
.corporate-hero,
.product-cinematic-hero {
  margin-top: 0 !important;
  min-height: 100svh !important;
}

.ixc-home-hero .hero-copy {
  width: min(80rem, calc(100vw - var(--ixc-edge) * 2)) !important;
  margin-left: var(--ixc-edge) !important;
  padding-top: clamp(7rem, 11vw, 10rem) !important;
}

.hero-copy h1,
.corporate-hero h1,
.product-cinematic-hero h1 {
  letter-spacing: 0 !important;
  word-break: keep-all !important;
}

.ixc-home-hero .hero-copy h1 {
  max-width: 76rem !important;
  font-size: clamp(3.5rem, 7.2vw, 10.6rem) !important;
  font-weight: 360 !important;
  line-height: 1.02 !important;
}

.hero-lead {
  max-width: 47rem !important;
  margin: clamp(1.6rem, 2.4vw, 2.8rem) 0 0 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: clamp(1.02rem, 0.58vw + 0.9rem, 1.42rem) !important;
  line-height: 1.7 !important;
}

.hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.8rem !important;
  margin-top: clamp(2rem, 3vw, 3.4rem) !important;
}

.hero-actions a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 3.2rem !important;
  padding: 0 1.25rem !important;
  border: 1px solid rgba(255, 255, 255, 0.48) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-weight: 780 !important;
  text-decoration: none !important;
}

.mission-text-only {
  min-height: clamp(38rem, 72svh, 58rem) !important;
  padding: var(--ixc-section) var(--ixc-edge) !important;
  background: #fff !important;
}

.mission-copy {
  width: min(88rem, 100%) !important;
}

.mission-copy p,
.section-title span,
.home-split-copy p,
.qoretix-band p,
.ixc-section-head p,
.product-hero-copy p:first-child,
.product-hero-copy span,
.product-eyebrow,
.product-section-head p,
.why-plain-hero p,
.why-manifest-copy p,
.why-closing p,
.media-hero p,
.career-lead-copy p,
.career-jobs-head p {
  color: var(--ixc-purple) !important;
  -webkit-text-fill-color: var(--ixc-purple) !important;
  font-weight: 820 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.mission-copy h2 {
  max-width: 72rem !important;
  color: #050505 !important;
  font-size: clamp(3.2rem, 7.2vw, 9.6rem) !important;
  font-weight: 360 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

.mission-copy span {
  display: block !important;
  max-width: 64rem !important;
  margin-top: clamp(2rem, 3vw, 3.6rem) !important;
  color: #30343a !important;
  font-size: clamp(1.15rem, 0.75vw + 0.9rem, 1.85rem) !important;
  line-height: 1.72 !important;
}

.what {
  min-height: 360svh !important;
  background: #000 !important;
}

.what-stage {
  position: sticky !important;
  top: 0 !important;
  min-height: 100svh !important;
  overflow: hidden !important;
}

.what-bg,
.what-bg img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.what-bg img {
  object-fit: cover !important;
  opacity: var(--what-bg-opacity, 0) !important;
  transform: scale(var(--what-bg-scale, 1.1)) !important;
  transition: opacity 280ms linear !important;
  filter: brightness(0.58) saturate(0.82) contrast(1.08) !important;
}

.what-track {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  place-items: center !important;
  width: min(82rem, calc(100vw - var(--ixc-edge) * 2)) !important;
  min-height: 100svh !important;
  margin: 0 auto !important;
}

.what-panel {
  grid-area: 1 / 1 !important;
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  min-height: 100svh !important;
  opacity: var(--what-item-opacity, 0) !important;
  transform: translate3d(0, var(--what-item-offset, 0), 0) scale(var(--what-item-scale, 1)) !important;
  transition: opacity 220ms ease, transform 260ms ease !important;
}

.what-panel-copy {
  max-width: 78rem !important;
  text-align: center !important;
}

.what-panel-copy p {
  color: var(--ixc-purple-soft) !important;
  -webkit-text-fill-color: var(--ixc-purple-soft) !important;
  font-weight: 820 !important;
}

.what-panel-copy h2 {
  margin: clamp(1.2rem, 2vw, 2rem) 0 0 !important;
  color: #fff !important;
  font-size: clamp(3rem, 5.8vw, 8.4rem) !important;
  font-weight: 340 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
}

.what-panel .arrow-link {
  justify-content: center !important;
  margin-top: clamp(1.8rem, 3vw, 3.2rem) !important;
}

.home-flow,
.home-business,
.home-careers,
.ixc-flywheel,
.ixc-leadership,
.ixc-proof-wall,
.history-cinema,
.what-overview-map,
.career-lead,
.career-jobs,
.media-hero,
.media-toolbar,
.media-product-grid,
.newsroom-feature,
.why-belief-stack,
.why-commitment-grid,
.why-closing,
.ixc-company-table {
  padding: var(--ixc-section) var(--ixc-edge) !important;
}

.section-title,
.ixc-section-head {
  max-width: 76rem !important;
}

.section-title h2,
.ixc-section-head h2,
.home-split-copy h2,
.qoretix-band h2,
.ixc-identity h2,
.why-manifest-copy h2,
.why-closing h2,
.media-hero h1,
.career-lead-copy h2,
.career-jobs-head h2,
.ixc-company-table h2 {
  margin: clamp(1rem, 1.8vw, 2rem) 0 0 !important;
  color: #050505 !important;
  font-size: clamp(2.4rem, 4.6vw, 6.8rem) !important;
  font-weight: 380 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
}

.section-title p,
.ixc-section-head span,
.home-split-copy span,
.qoretix-band span,
.ixc-identity span,
.why-manifest-copy span,
.media-hero span,
.career-lead-copy span {
  display: block !important;
  max-width: 54rem !important;
  margin-top: clamp(1.4rem, 2.2vw, 2.4rem) !important;
  color: #4e535b !important;
  font-size: clamp(1.05rem, 0.55vw + 0.88rem, 1.42rem) !important;
  line-height: 1.72 !important;
}

.home-flow-grid,
.ixc-step-grid,
.ixc-proof-grid,
.why-commitment-grid,
.career-value-grid,
.career-role-list,
.home-business-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(1rem, 1.8vw, 2rem) !important;
  margin-top: clamp(3.5rem, 6vw, 7rem) !important;
}

.home-flow-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: rgba(0, 0, 0, 0.14) !important;
}

.home-flow-grid article,
.ixc-step-grid article,
.ixc-proof-grid article,
.why-commitment-grid article,
.career-value-grid article,
.career-role-list article {
  min-height: clamp(15rem, 18vw, 22rem) !important;
  padding: clamp(1.6rem, 2.4vw, 3rem) !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  background: #f7f7f8 !important;
}

.home-flow-grid article {
  border: 0 !important;
  background: #fff !important;
}

.home-flow-grid span,
.ixc-step-grid span,
.ixc-proof-grid span,
.why-commitment-grid span,
.career-role-list span,
.what-process-rail strong {
  display: block !important;
  color: var(--ixc-purple) !important;
  -webkit-text-fill-color: var(--ixc-purple) !important;
  font-size: clamp(1.5rem, 2vw, 3rem) !important;
  font-weight: 340 !important;
}

.home-flow-grid h3,
.ixc-step-grid h3,
.ixc-proof-grid h3,
.why-commitment-grid h3,
.career-value-grid h3,
.career-role-list h3,
.home-business-grid h3,
.what-business-card h2 {
  margin: clamp(1.4rem, 2vw, 2.2rem) 0 0 !important;
  color: #050505 !important;
  font-size: clamp(1.45rem, 1.25vw + 1rem, 2.5rem) !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

.home-flow-grid p,
.ixc-step-grid p,
.ixc-proof-grid p,
.why-commitment-grid p,
.career-value-grid p,
.career-role-list p,
.home-business-grid p {
  margin: clamp(1rem, 1.5vw, 1.7rem) 0 0 !important;
  color: #5b6068 !important;
  font-size: clamp(0.96rem, 0.38vw + 0.82rem, 1.15rem) !important;
  line-height: 1.68 !important;
}

.cinematic-statement {
  position: relative !important;
  min-height: 220svh !important;
  background: #000 !important;
  color: #fff !important;
}

.cinematic-statement > div {
  position: sticky !important;
  top: 0 !important;
  display: grid !important;
  place-items: center !important;
  min-height: 100svh !important;
  padding: var(--ixc-edge) !important;
  transform: scale(var(--statement-scale, 1)) translate3d(0, var(--statement-lift, 0), 0) !important;
}

.cinematic-statement h2 {
  max-width: min(86rem, 92vw) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(3rem, 6.4vw, 9.2rem) !important;
  font-weight: 320 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  opacity: var(--statement-opacity, 1) !important;
  transform: scale(var(--statement-text-scale, 1)) !important;
}

.home-split,
.qoretix-band,
.ixc-split-story {
  display: grid !important;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr) !important;
  gap: clamp(3rem, 6vw, 8rem) !important;
  align-items: center !important;
  padding: var(--ixc-section) var(--ixc-edge) !important;
}

.home-split.is-reverse,
.ixc-split-story.is-reverse {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr) !important;
}

.home-split.is-reverse .home-split-copy,
.ixc-split-story.is-reverse div {
  order: 2 !important;
}

.home-split img,
.qoretix-band > img,
.ixc-split-story img {
  width: 100% !important;
  min-height: clamp(28rem, 42vw, 54rem) !important;
  object-fit: cover !important;
  filter: brightness(0.82) saturate(0.92) contrast(1.08) !important;
}

.qoretix-band {
  position: relative !important;
  min-height: 100svh !important;
  overflow: hidden !important;
  background: #000 !important;
  color: #fff !important;
}

.qoretix-band > img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  opacity: 0.55 !important;
}

.qoretix-band > div {
  position: relative !important;
  z-index: 1 !important;
  width: min(68rem, calc(100vw - var(--ixc-edge) * 2)) !important;
}

.qoretix-band h2,
.qoretix-band span {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.home-business-grid a,
.what-business-card {
  display: grid !important;
  color: inherit !important;
  text-decoration: none !important;
}

.home-business-grid img,
.what-business-card img {
  width: 100% !important;
  aspect-ratio: 1.2 / 1 !important;
  object-fit: cover !important;
  filter: brightness(0.72) saturate(0.85) contrast(1.06) !important;
}

.home-business-grid span,
.what-business-card span,
.media-card span,
.newsroom-feature span {
  display: block !important;
  margin-top: clamp(1.2rem, 1.8vw, 2rem) !important;
  color: var(--ixc-purple) !important;
  -webkit-text-fill-color: var(--ixc-purple) !important;
  font-weight: 820 !important;
}

.partners,
.home-careers {
  padding: var(--ixc-section) var(--ixc-edge) !important;
}

.partner-flow {
  max-width: none !important;
}

.footer .legal > a[href="#top"] {
  display: inline-grid !important;
  place-items: center !important;
  width: clamp(3.6rem, 4.6vw, 4.8rem) !important;
  min-width: clamp(3.6rem, 4.6vw, 4.8rem) !important;
  height: clamp(3.6rem, 4.6vw, 4.8rem) !important;
  padding: 0 !important;
  border: 1px solid rgba(81, 35, 125, 0.34) !important;
  border-radius: 999rem !important;
  background: #fff !important;
  color: var(--ixc-purple) !important;
  -webkit-text-fill-color: var(--ixc-purple) !important;
  font-size: 0.78rem !important;
  font-weight: 820 !important;
  text-decoration: none !important;
}

.corporate-hero {
  position: relative !important;
  display: grid !important;
  align-items: end !important;
  min-height: 100svh !important;
  overflow: hidden !important;
  padding: clamp(8rem, 12vw, 12rem) var(--ixc-edge) clamp(5rem, 8vw, 8rem) !important;
  background: #000 !important;
}

.corporate-hero::after,
.product-cinematic-hero::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.25) 54%, rgba(0, 0, 0, 0.62)) !important;
  pointer-events: none !important;
}

.corporate-hero img,
.product-cinematic-bg {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: brightness(0.72) saturate(0.86) contrast(1.08) !important;
  transform: scale(1.06) !important;
}

.corporate-hero > div,
.product-hero-copy {
  position: relative !important;
  z-index: 1 !important;
  width: min(84rem, 100%) !important;
}

.corporate-hero p,
.corporate-hero span,
.product-hero-copy p,
.product-hero-copy span {
  color: rgba(255, 255, 255, 0.78) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.78) !important;
}

.corporate-hero h1,
.product-cinematic-hero h1 {
  max-width: 82rem !important;
  margin: clamp(1.2rem, 2vw, 2rem) 0 0 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(3rem, 6.2vw, 8.6rem) !important;
  font-weight: 360 !important;
  line-height: 1.06 !important;
}

.corporate-hero span,
.product-hero-copy > p:last-child {
  display: block !important;
  max-width: 56rem !important;
  margin-top: clamp(1.6rem, 2.4vw, 2.8rem) !important;
  font-size: clamp(1rem, 0.54vw + 0.88rem, 1.35rem) !important;
  line-height: 1.72 !important;
}

.ixc-identity {
  padding: var(--ixc-section) var(--ixc-edge) !important;
  background: #fff !important;
}

.ixc-identity h2 {
  max-width: 88rem !important;
  font-size: clamp(3.1rem, 6.1vw, 8.7rem) !important;
}

.ixc-leader-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(1rem, 1.8vw, 2rem) !important;
  margin-top: clamp(3.5rem, 6vw, 7rem) !important;
}

.ixc-leader-grid article {
  min-height: clamp(18rem, 22vw, 26rem) !important;
  padding: clamp(2rem, 3vw, 3.5rem) !important;
  background: #050505 !important;
  color: #fff !important;
}

.ixc-leader-grid h3 {
  color: #fff !important;
  font-size: clamp(2rem, 2.8vw, 4rem) !important;
  font-weight: 380 !important;
}

.ixc-leader-grid p {
  margin-top: clamp(1.5rem, 2vw, 2.4rem) !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: clamp(1rem, 0.5vw + 0.88rem, 1.28rem) !important;
  line-height: 1.7 !important;
}

.product-cinematic-hero {
  position: relative !important;
  display: grid !important;
  align-items: end !important;
  min-height: 100svh !important;
  overflow: hidden !important;
  padding: clamp(8rem, 12vw, 12rem) var(--ixc-edge) clamp(6rem, 9vw, 9rem) !important;
  background: #000 !important;
}

.product-hero-copy h2 {
  margin: clamp(0.8rem, 1.4vw, 1.4rem) 0 0 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(1.85rem, 2.8vw, 4.2rem) !important;
  font-weight: 520 !important;
}

.product-tabs {
  position: sticky !important;
  top: 0 !important;
  z-index: 120 !important;
  padding: clamp(1rem, 1.8vw, 1.6rem) var(--ixc-edge) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  background: rgba(255, 255, 255, 0.86) !important;
  backdrop-filter: blur(1rem) !important;
}

.product-breadcrumb {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.55rem !important;
  align-items: center !important;
  margin-bottom: clamp(1.1rem, 1.7vw, 1.8rem) !important;
}

.product-breadcrumb a,
.product-breadcrumb strong,
.product-breadcrumb span {
  color: rgba(0, 0, 0, 0.58) !important;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.58) !important;
  font-size: clamp(0.78rem, 0.35vw + 0.7rem, 0.98rem) !important;
  font-weight: 780 !important;
  text-decoration: none !important;
}

.product-breadcrumb > span {
  display: none !important;
}

.product-tab-links {
  display: flex !important;
  justify-content: flex-start !important;
  gap: clamp(1.4rem, 4vw, 5.5rem) !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
}

.product-tab-links a {
  position: relative !important;
  flex: 0 0 auto !important;
  padding: 0 0 0.9rem !important;
  color: rgba(0, 0, 0, 0.52) !important;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.52) !important;
  font-size: clamp(0.9rem, 0.42vw + 0.78rem, 1.12rem) !important;
  font-weight: 780 !important;
  text-decoration: none !important;
}

.product-tab-links a::after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  height: 3px !important;
  background: #050505 !important;
  transform: scaleX(0) !important;
  transform-origin: 0 50% !important;
  transition: transform 200ms ease !important;
}

.product-tab-links a.active,
.product-tab-links a:hover,
.product-tab-links a:focus-visible {
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
}

.product-tab-links a.active::after {
  transform: scaleX(1) !important;
}

.product-section {
  padding: var(--ixc-section) var(--ixc-edge) !important;
}

.product-intro {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
  gap: clamp(3rem, 5.8vw, 7rem) !important;
  align-items: center !important;
}

.product-intro h2,
.product-section-head h2,
.ax-contact h2 {
  margin: clamp(1rem, 1.8vw, 2rem) 0 0 !important;
  color: #050505 !important;
  font-size: clamp(2.3rem, 4.2vw, 6.1rem) !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
}

.product-intro span {
  display: block !important;
  margin-top: clamp(1.5rem, 2.2vw, 2.5rem) !important;
  color: #4f555e !important;
  font-size: clamp(1.05rem, 0.55vw + 0.9rem, 1.38rem) !important;
  line-height: 1.72 !important;
}

.product-intro img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  filter: brightness(0.8) saturate(0.86) contrast(1.08) !important;
}

.recommend-grid,
.difference-grid,
.product-case-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(1.2rem, 2vw, 2.5rem) !important;
  margin-top: clamp(3.5rem, 6vw, 7rem) !important;
}

.recommend-grid article,
.difference-grid article,
.product-case-grid article,
.media-card,
.newsroom-feature a {
  display: grid !important;
  color: inherit !important;
  text-decoration: none !important;
}

.recommend-grid img,
.difference-grid img,
.product-case-grid img,
.media-card img,
.newsroom-feature img {
  width: 100% !important;
  aspect-ratio: 1.24 / 1 !important;
  object-fit: cover !important;
  filter: brightness(0.82) saturate(0.88) contrast(1.06) !important;
}

.recommend-grid h3,
.difference-grid h3,
.product-case-grid h3 {
  margin-top: clamp(1.2rem, 1.8vw, 2rem) !important;
  font-size: clamp(1.35rem, 1vw + 1rem, 2.2rem) !important;
  line-height: 1.32 !important;
}

.recommend-grid p,
.difference-grid p,
.product-case-grid p {
  margin-top: 1rem !important;
  color: #5a6068 !important;
  font-size: clamp(0.98rem, 0.38vw + 0.84rem, 1.15rem) !important;
  line-height: 1.68 !important;
}

.product-services {
  background: #000 !important;
  color: #fff !important;
}

.product-services .product-section-head h2,
.product-service-grid h3,
.product-services p,
.product-process span {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.product-service-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(1.3rem, 2vw, 2.4rem) !important;
  margin-top: clamp(3.8rem, 6vw, 7rem) !important;
}

.product-service-grid article {
  min-height: clamp(18rem, 20vw, 24rem) !important;
  padding: clamp(1.5rem, 2.2vw, 2.5rem) 0 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.28) !important;
}

.product-process {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  margin-top: clamp(5rem, 8vw, 9rem) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22) !important;
}

.product-process span {
  min-height: clamp(10rem, 12vw, 14rem) !important;
  padding: clamp(1.5rem, 2vw, 2.4rem) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.16) !important;
  color: rgba(255, 255, 255, 0.72) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.72) !important;
}

.product-process b {
  display: block !important;
  margin-bottom: clamp(1.5rem, 2vw, 2.2rem) !important;
  color: var(--ixc-purple-soft) !important;
  -webkit-text-fill-color: var(--ixc-purple-soft) !important;
  font-size: clamp(1.4rem, 1.5vw, 2.4rem) !important;
}

.why-wide-media {
  position: relative !important;
  min-height: 260svh !important;
  background: #fff !important;
}

.why-wide-media-sticky {
  position: sticky !important;
  top: 0 !important;
  display: grid !important;
  place-items: center !important;
  min-height: 100svh !important;
  overflow: hidden !important;
}

.why-wide-media-frame {
  width: min(78rem, calc(100vw - var(--ixc-edge) * 2)) !important;
  aspect-ratio: 16 / 8.4 !important;
  overflow: hidden !important;
  transform: translate3d(0, var(--why-media-y, 0), 0) scale(var(--why-media-scale, 1)) !important;
  box-shadow: 0 2rem 7rem rgba(0, 0, 0, calc(var(--why-media-shadow, 0.18) * 0.34)) !important;
  transform-origin: center center !important;
}

.why-wide-media-frame img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: scale(var(--why-media-img-scale, 1.04)) !important;
  filter: brightness(calc(0.92 - var(--why-media-dark, 0) * 0.18)) saturate(0.84) contrast(1.08) !important;
}

.why-plain-hero {
  min-height: 78svh !important;
  padding: clamp(9rem, 13vw, 15rem) var(--ixc-edge) clamp(5rem, 8vw, 8rem) !important;
  background: #fff !important;
}

.why-plain-hero h1 {
  max-width: 92rem !important;
  margin: clamp(1rem, 1.6vw, 1.8rem) 0 0 !important;
  color: #050505 !important;
  font-size: clamp(3.6rem, 7.2vw, 10.4rem) !important;
  font-weight: 320 !important;
  line-height: 1.03 !important;
  letter-spacing: 0 !important;
}

.why-plain-hero span {
  display: block !important;
  max-width: 54rem !important;
  margin-top: clamp(2rem, 3vw, 3.6rem) !important;
  color: #555b64 !important;
  font-size: clamp(1.05rem, 0.54vw + 0.9rem, 1.38rem) !important;
  line-height: 1.72 !important;
}

.why-belief-row {
  display: grid !important;
  grid-template-columns: minmax(5rem, 0.18fr) minmax(0, 0.82fr) minmax(22rem, 0.72fr) !important;
  gap: clamp(1.5rem, 3vw, 5rem) !important;
  padding: clamp(3rem, 5vw, 6rem) 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.14) !important;
}

.why-belief-row span {
  color: var(--ixc-purple) !important;
  font-size: clamp(1.8rem, 2.4vw, 4rem) !important;
  font-weight: 320 !important;
}

.why-belief-row h2 {
  margin: 0 !important;
  font-size: clamp(2rem, 3.2vw, 5rem) !important;
  font-weight: 380 !important;
  line-height: 1.16 !important;
}

.why-belief-row p {
  margin: 0 !important;
  color: #555b64 !important;
  font-size: clamp(1.02rem, 0.48vw + 0.88rem, 1.28rem) !important;
  line-height: 1.72 !important;
}

.media-toolbar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1.5rem !important;
  padding-top: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.media-toolbar div {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1rem !important;
}

.media-toolbar button {
  min-height: 2.6rem !important;
  padding: 0 0.95rem !important;
  border: 1px solid transparent !important;
  background: transparent !important;
  color: #777 !important;
  font: inherit !important;
  font-weight: 760 !important;
}

.media-toolbar button.active {
  border-color: #050505 !important;
  color: #050505 !important;
}

.newsroom-feature {
  padding-top: clamp(4rem, 6vw, 7rem) !important;
}

.newsroom-feature a {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr) !important;
  gap: clamp(2rem, 4vw, 6rem) !important;
  align-items: end !important;
}

.newsroom-feature h2,
.media-card h2 {
  margin-top: clamp(1rem, 1.5vw, 1.8rem) !important;
  color: #050505 !important;
  font-size: clamp(1.45rem, 1.4vw + 1rem, 2.8rem) !important;
  line-height: 1.3 !important;
}

.media-product-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(2rem, 3vw, 4rem) clamp(1.25rem, 2vw, 2.5rem) !important;
}

.media-card time,
.newsroom-feature time {
  display: block !important;
  margin-top: clamp(2rem, 3vw, 3.5rem) !important;
  color: #7a7f86 !important;
}

.ax-article {
  padding: clamp(9rem, 13vw, 15rem) var(--ixc-edge) var(--ixc-section) !important;
}

.ax-article h1 {
  max-width: 78rem !important;
  color: #050505 !important;
  font-size: clamp(3rem, 5.5vw, 7.5rem) !important;
  line-height: 1.08 !important;
}

.ax-article > img {
  width: 100% !important;
  max-height: 48rem !important;
  object-fit: cover !important;
}

.ixc-company-table > div {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1px !important;
  margin-top: clamp(3rem, 5vw, 6rem) !important;
  background: rgba(0, 0, 0, 0.14) !important;
}

.ixc-company-table article {
  padding: clamp(1.5rem, 2.4vw, 3rem) !important;
  background: #fff !important;
}

.ixc-company-table span {
  display: block !important;
  color: var(--ixc-purple) !important;
  font-weight: 780 !important;
}

.ixc-company-table strong {
  display: block !important;
  margin-top: 1rem !important;
  color: #050505 !important;
  font-size: clamp(1.2rem, 0.9vw + 0.9rem, 1.8rem) !important;
  line-height: 1.4 !important;
}

@media (max-width: 92rem) {
  .nav-depth-inner,
  .menu-grid,
  .home-flow-grid,
  .home-business-grid,
  .ixc-step-grid,
  .ixc-proof-grid,
  .why-commitment-grid,
  .career-value-grid,
  .career-role-list,
  .product-service-grid,
  .recommend-grid,
  .difference-grid,
  .product-case-grid,
  .media-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .product-process {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .home-split,
  .home-split.is-reverse,
  .qoretix-band,
  .ixc-split-story,
  .ixc-split-story.is-reverse,
  .product-intro,
  .newsroom-feature a,
  .why-belief-row {
    grid-template-columns: 1fr !important;
  }

  .home-split.is-reverse .home-split-copy,
  .ixc-split-story.is-reverse div {
    order: 0 !important;
  }
}

@media (max-width: 70rem) {
  .site-header {
    grid-template-columns: minmax(8rem, 1fr) auto !important;
  }

  .gnb {
    display: none !important;
  }

  .nav-depth {
    display: none !important;
  }

  .menu-grid,
  .home-flow-grid,
  .home-business-grid,
  .ixc-step-grid,
  .ixc-proof-grid,
  .why-commitment-grid,
  .career-value-grid,
  .career-role-list,
  .product-service-grid,
  .recommend-grid,
  .difference-grid,
  .product-case-grid,
  .media-product-grid,
  .ixc-company-table > div,
  .ixc-leader-grid {
    grid-template-columns: 1fr !important;
  }

  .product-process {
    grid-template-columns: 1fr !important;
  }

  .product-process span {
    border-right: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
  }

  .product-process span:first-child {
    border-top: 0 !important;
  }
}

@media (max-width: 48rem) {
  :root {
    --ixc-edge: clamp(1.25rem, 6vw, 1.75rem);
    --ixc-section: clamp(5.75rem, 17vw, 8rem);
  }

  .site-header {
    min-height: 4.6rem !important;
  }

  .brand-logo {
    width: clamp(6.5rem, 32vw, 8.5rem) !important;
  }

  .ixc-home-hero .hero-copy h1,
  .corporate-hero h1,
  .product-cinematic-hero h1,
  .why-plain-hero h1,
  .mission-copy h2,
  .cinematic-statement h2 {
    font-size: clamp(2.65rem, 13vw, 4.9rem) !important;
  }

  .what-panel-copy h2,
  .section-title h2,
  .ixc-section-head h2,
  .home-split-copy h2,
  .qoretix-band h2,
  .ixc-identity h2,
  .why-manifest-copy h2,
  .why-closing h2,
  .media-hero h1,
  .career-lead-copy h2,
  .career-jobs-head h2,
  .ixc-company-table h2,
  .product-intro h2,
  .product-section-head h2 {
    font-size: clamp(2.15rem, 10vw, 3.65rem) !important;
  }

  .menu {
    padding-top: 6rem !important;
  }

  .why-wide-media-frame {
    width: calc(100vw - var(--ixc-edge) * 2) !important;
    aspect-ratio: 1 / 1.05 !important;
  }

  .product-tabs {
    padding-block: 0.85rem !important;
  }
}

/* 2026-06-12 final full-menu override. Keep this at EOF so legacy menu rules cannot win. */
html body.menu-open .site-header {
  transform: translate3d(0, -120%, 0) !important;
}

html body .menu {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100svh !important;
  min-height: 100svh !important;
  max-height: none !important;
  overflow-x: clip !important;
  overflow-y: auto !important;
  padding: clamp(5.5rem, 8vw, 7.5rem) var(--ixc-edge) clamp(4rem, 7vw, 6rem) !important;
  background:
    radial-gradient(circle at 14% 12%, rgba(81, 35, 125, 0.52), transparent 30rem),
    radial-gradient(circle at 84% 18%, rgba(201, 167, 242, 0.24), transparent 34rem),
    linear-gradient(135deg, #09050d 0%, #160b23 48%, #020202 100%) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: none !important;
  pointer-events: none !important;
  z-index: 10000 !important;
  transition: opacity 260ms ease, visibility 260ms ease !important;
}

html body .menu.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

html body .menu::before,
html body .menu::after {
  display: none !important;
  content: none !important;
}

html body .menu-close {
  position: fixed !important;
  top: clamp(1.4rem, 2.6vw, 2.25rem) !important;
  right: var(--ixc-edge) !important;
  left: auto !important;
  z-index: 10002 !important;
  display: grid !important;
  place-items: center !important;
  width: clamp(2.9rem, 3.4vw, 3.6rem) !important;
  height: clamp(2.9rem, 3.4vw, 3.6rem) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  background: rgba(255, 255, 255, 0.05) !important;
  transform: none !important;
}

html body .menu-close::before,
html body .menu-close::after {
  content: "" !important;
  position: absolute !important;
  width: 1.5rem !important;
  height: 2px !important;
  background: #fff !important;
}

html body .menu-close::before {
  transform: rotate(45deg) !important;
}

html body .menu-close::after {
  transform: rotate(-45deg) !important;
}

html body .menu-grid {
  position: relative !important;
  z-index: 10001 !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(1.2rem, 2vw, 2.6rem) !important;
  width: min(100%, 92rem) !important;
  max-width: calc(100vw - var(--ixc-edge) * 2) !important;
  margin: 0 auto !important;
  padding-top: clamp(2.5rem, 5vw, 4.5rem) !important;
}

html body .menu-grid section {
  min-width: 0 !important;
  border-top: 1px solid rgba(201, 167, 242, 0.38) !important;
  padding-top: clamp(1.2rem, 2vw, 2rem) !important;
}

html body .menu-primary {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html body .menu-primary span {
  color: var(--ixc-purple-soft) !important;
  -webkit-text-fill-color: var(--ixc-purple-soft) !important;
}

html body .menu-links a {
  color: rgba(255, 255, 255, 0.74) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.74) !important;
}

html body .menu-links a:hover,
html body .menu-links a:focus-visible {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

@media (max-width: 70rem) {
  html body .menu-grid {
    grid-template-columns: 1fr !important;
  }
}

