:root {
  --ink: #0a0908;
  --ink-2: #151310;
  --paper: #efe8da;
  --paper-2: #e2d8c6;
  --white: #fffdf7;
  --orange: #ff4f00;
  --orange-dark: #db3c00;
  --muted-dark: #6a6258;
  --muted-light: #a79f94;
  --line-dark: rgba(255, 253, 247, 0.18);
  --line-paper: rgba(10, 9, 8, 0.2);
  --side: clamp(1.25rem, 4.2vw, 5rem);
  --max: 1480px;
  --jp: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--paper);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.7rem 1rem;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  grid-template-columns: minmax(9rem, 1fr) auto minmax(9rem, 1fr);
  align-items: center;
  gap: 2rem;
  padding: 0.8rem var(--side);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(10, 9, 8, 0.86);
  backdrop-filter: blur(18px);
}

.brand,
.footer-brand { display: block; width: 8.7rem; }
.brand img,
.footer-brand img { width: 100%; height: auto; }

.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: clamp(0.8rem, 2vw, 1.7rem);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: var(--muted-light);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.language-switcher button {
  padding: 0.35rem 0.15rem;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.language-switcher button[aria-pressed="true"] { border-bottom-color: var(--orange); color: var(--white); }
.language-switcher button:hover,
.language-switcher button:focus-visible { color: var(--orange); outline: none; }

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.4rem, 3vw, 3rem);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.main-nav a,
.text-link,
.header-cta { transition: color 160ms ease, border-color 160ms ease; }

.main-nav a:hover,
.main-nav a:focus-visible,
.text-link:hover,
.text-link:focus-visible { color: var(--orange); }

.header-cta {
  justify-self: end;
  padding-bottom: 0.22rem;
  border-bottom: 1px solid var(--orange);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-cta:hover,
.header-cta:focus-visible { color: var(--orange); }

.hero {
  position: relative;
  display: grid;
  min-height: max(52rem, 100svh);
  grid-template-columns: 5.25rem minmax(0, 1fr) minmax(16rem, 0.37fr);
  overflow: hidden;
  border-bottom: 1px solid var(--line-dark);
  background: var(--ink);
}

.hero-image,
.hero-wash,
.hero-grid,
.hero-orbit { position: absolute; inset: 0; }

.hero-image {
  left: 31%;
  background: url("./assets/hero-control-room.png") center right / cover no-repeat;
  filter: saturate(0.72) contrast(1.12);
  transform: scale(1.02);
}

.hero-wash {
  background:
    linear-gradient(90deg, var(--ink) 0%, rgba(10, 9, 8, 0.98) 34%, rgba(10, 9, 8, 0.66) 59%, rgba(10, 9, 8, 0.18) 100%),
    linear-gradient(0deg, rgba(10, 9, 8, 0.92), rgba(10, 9, 8, 0) 55%);
}

.hero-grid {
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 79, 0, 0.34) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 79, 0, 0.34) 1px, transparent 1px);
  background-size: 5rem 5rem;
  mask-image: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.35) 56%, transparent 82%);
}

.hero-orbit {
  inset: auto -8rem -15rem auto;
  width: min(58vw, 53rem);
  height: min(58vw, 53rem);
  border: 1px solid rgba(255, 79, 0, 0.44);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(255, 79, 0, 0.035), 0 0 0 11rem rgba(255, 79, 0, 0.02);
}

.hero-rail {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
  padding: 7.5rem 0 3rem;
  border-right: 1px solid var(--line-dark);
}

.hero-rail > span {
  font-family: var(--jp);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.21em;
  writing-mode: vertical-rl;
}

.hero-rail i { width: 1px; height: 6rem; background: var(--orange); }

.hero-rail small {
  color: var(--muted-light);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  writing-mode: vertical-rl;
}

.hero-content {
  position: relative;
  z-index: 2;
  align-self: end;
  max-width: 67rem;
  padding: 10rem var(--side) clamp(4.2rem, 7vh, 6rem);
}

.eyebrow,
.section-label p,
.kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 1.6rem;
  color: var(--orange);
}

.eyebrow span { color: var(--paper); }

.hero h1 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(4.8rem, 9vw, 9.9rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.72;
  text-transform: uppercase;
}

.hero h1 em {
  color: var(--orange);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  text-transform: none;
}

.hero-answer {
  margin: 1.15rem 0 0;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4.2rem);
  font-style: italic;
  letter-spacing: -0.04em;
}

.hero-summary {
  max-width: 40rem;
  margin: 2rem 0 0;
  color: #d8d0c4;
  font-size: clamp(1.05rem, 1.55vw, 1.35rem);
  line-height: 1.55;
}

.hero-summary strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--white);
  font-size: 1.08em;
  font-weight: 850;
}

.hero-definition-label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--orange);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.4rem;
}

.button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: 0.85rem 1.15rem;
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible { transform: translateY(-2px); }
.button-orange { background: var(--orange); color: var(--white); }
.button-orange:hover,
.button-orange:focus-visible { background: var(--orange-dark); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line-dark);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-stamp {
  position: relative;
  z-index: 2;
  display: grid;
  align-self: end;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  margin: 0 var(--side) clamp(4.2rem, 7vh, 6rem) 0;
  padding: 1rem;
  border: 1px solid rgba(255, 79, 0, 0.65);
  background: rgba(10, 9, 8, 0.76);
  backdrop-filter: blur(14px);
}

.hero-stamp > span {
  color: var(--orange);
  font-family: var(--jp);
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
}

.hero-stamp small,
.hero-stamp strong { display: block; }
.hero-stamp small { color: var(--muted-light); font-size: 0.57rem; font-weight: 800; letter-spacing: 0.1em; }
.hero-stamp strong { margin-top: 0.2rem; font-size: 1.08rem; letter-spacing: 0.08em; }

.signal-strip {
  display: flex;
  min-height: 4rem;
  align-items: center;
  justify-content: space-around;
  gap: 1.5rem;
  padding: 0.9rem var(--side);
  overflow: hidden;
  background: var(--orange);
  color: var(--white);
}

.signal-strip p { flex: 0 0 auto; margin: 0; font-size: 0.68rem; font-weight: 900; letter-spacing: 0.13em; }
.signal-strip span { color: var(--ink); font-size: 0.55rem; }

.brand-proof {
  position: relative;
  isolation: isolate;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 7.5rem) var(--side);
  background: var(--paper);
  color: var(--ink);
}

.brand-proof::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 100vw;
  height: 100%;
  background: inherit;
  transform: translateX(-50%);
}

.brand-proof-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(16rem, 0.5fr);
  align-items: end;
  gap: clamp(2.5rem, 7vw, 8rem);
}

.brand-proof h2,
.reel h2 {
  margin: 1.35rem 0 0;
  font-size: clamp(3rem, 5.8vw, 6.4rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.88;
}

.brand-proof h2 { max-width: 12ch; }
.brand-proof-heading > p { margin: 0; color: var(--muted-dark); font-size: 1.02rem; line-height: 1.7; }

.logo-wall {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-top: clamp(3.5rem, 6vw, 6rem);
  border-top: 1px solid var(--line-paper);
  border-left: 1px solid var(--line-paper);
}

.logo-tile {
  display: flex;
  grid-column: span 3;
  min-width: 0;
  min-height: 13rem;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.4rem;
  margin: 0;
  padding: 1.35rem;
  border-right: 1px solid var(--line-paper);
  border-bottom: 1px solid var(--line-paper);
  background: rgba(255, 253, 247, 0.3);
  transition: background-color 180ms ease, transform 180ms ease;
}

.logo-tile:hover { z-index: 1; background: var(--white); transform: translateY(-0.25rem); }
.logo-tile img { width: auto; max-width: 82%; height: auto; max-height: 5rem; margin: auto; object-fit: contain; }
.logo-tile.logo-square img,
.logo-tile.logo-vertical img,
.logo-tile.logo-seal img { max-height: 6.1rem; }
.logo-tile.logo-golden img { max-height: 5.4rem; }
.logo-tile.logo-tbl img { max-width: 92%; filter: drop-shadow(0 0.25rem 0.35rem rgba(10, 9, 8, 0.18)); }
.logo-tile.logo-final { grid-column: span 4; }
.logo-tile figcaption { display: flex; justify-content: space-between; gap: 0.75rem; padding-top: 0.8rem; border-top: 1px solid var(--line-paper); font-size: 0.64rem; font-weight: 900; letter-spacing: 0.075em; line-height: 1.35; }
.logo-tile figcaption span { color: var(--muted-dark); font-size: 0.56rem; text-align: right; }

.section {
  display: grid;
  grid-template-columns: 8.5rem minmax(0, 1fr);
  max-width: var(--max);
  margin: 0 auto;
}

.section-paper,
.section-ink,
.section-orange { position: relative; isolation: isolate; }
.section-paper { background: var(--paper); color: var(--ink); }
.section-ink { background: var(--ink); color: var(--paper); }
.section-orange { background: var(--orange); color: var(--ink); }

.section-paper::before,
.section-ink::before,
.section-orange::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 100vw;
  height: 100%;
  background: inherit;
  transform: translateX(-50%);
}

.section-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
  padding: clamp(5rem, 10vw, 10rem) 1rem;
  border-right: 1px solid var(--line-paper);
}

.section-label span { color: var(--orange); font-size: 0.72rem; font-weight: 900; }
.section-label p,
.section-label small { writing-mode: vertical-rl; }
.section-label p { color: var(--muted-dark); }
.section-label small { margin-top: 1rem; color: var(--orange); font-family: var(--jp); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.15em; }
.section-label-dark { border-right-color: var(--line-dark); }
.section-label-dark p { color: var(--muted-light); }
.section-label-orange { border-right-color: rgba(10, 9, 8, 0.28); }
.section-label-orange span,
.section-label-orange small { color: var(--ink); }
.section-label-orange p { color: rgba(10, 9, 8, 0.62); }

.approach-main,
.capabilities-main,
.ecosystem-main,
.leadership-main { padding: clamp(5rem, 10vw, 10rem) var(--side); }

.kicker { color: var(--orange); line-height: 1.55; }

.approach h2,
.capabilities h2,
.ecosystem h2,
.leadership h2,
.contact h2,
.proof h2 {
  margin: 0;
  font-size: clamp(3.3rem, 7.2vw, 7.9rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.84;
}

.approach h2 { max-width: 12ch; margin-top: 1.8rem; }

.approach-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 1.1fr);
  gap: clamp(2.5rem, 7vw, 8rem);
  margin-top: clamp(4rem, 8vw, 7rem);
  padding-top: 2rem;
  border-top: 1px solid var(--line-paper);
}

.lead { margin: 0; font-size: clamp(1.55rem, 2.6vw, 2.5rem); font-weight: 700; letter-spacing: -0.035em; line-height: 1.16; }

.approach-copy > div p,
.capabilities-intro > p,
.ecosystem-lead,
.leader-copy > p:not(.lead):not(.kicker) { margin: 0; font-size: 1.06rem; line-height: 1.74; }

.approach-copy > div p { color: #4e4942; }
.approach-copy > div p + p { margin-top: 1.3rem; }

.proof {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 9rem) var(--side);
  background:
    linear-gradient(112deg, rgba(10, 9, 8, 0.97), rgba(10, 9, 8, 0.72)),
    url("./assets/hero-control-room.png") center / cover no-repeat;
}

.proof-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(15rem, 0.45fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
}

.proof-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -1rem; }
.proof-heading .light span { color: var(--paper); }
.proof h2 { max-width: 13ch; font-size: clamp(3rem, 6vw, 6.5rem); }
.proof-heading > p { margin: 0; color: #bdb5a9; font-size: 1rem; line-height: 1.65; }

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(4rem, 8vw, 7rem);
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.proof-grid article {
  min-height: 18rem;
  padding: 2rem;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(10, 9, 8, 0.62);
  backdrop-filter: blur(10px);
}

.proof-grid article.proof-accent { background: var(--orange); color: var(--white); }
.stat-number { display: block; font-size: clamp(3rem, 5.6vw, 6rem); font-weight: 900; letter-spacing: -0.08em; line-height: 0.9; }
.proof-grid strong,
.proof-grid p { display: block; }
.proof-grid strong { margin-top: 4rem; font-size: 1rem; text-transform: uppercase; }
.proof-grid p { margin: 0.35rem 0 0; color: var(--muted-light); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.proof-accent p { color: rgba(255, 255, 255, 0.75); }

.reel {
  display: grid;
  max-width: var(--max);
  grid-template-columns: minmax(18rem, 0.52fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 6vw, 7rem);
  align-items: center;
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 9rem) var(--side);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: var(--ink-2);
}

.reel-copy { padding-left: clamp(1rem, 2vw, 2rem); border-left: 0.35rem solid var(--orange); }
.reel h2 { max-width: 9ch; color: var(--paper); }
.reel-copy > p:last-child { max-width: 29rem; margin: 2rem 0 0; color: var(--muted-light); font-size: 1.04rem; line-height: 1.7; }
.reel-frame { position: relative; padding: 0.65rem; border: 1px solid rgba(255, 79, 0, 0.65); background: var(--ink); box-shadow: 1.2rem 1.2rem 0 rgba(255, 79, 0, 0.12); }
.reel-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #000; object-fit: contain; }

.capabilities-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.45fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
}

.capabilities h2 { max-width: 12ch; font-size: clamp(3.2rem, 6.5vw, 7rem); }
.capabilities-intro > p { color: var(--muted-light); }

.capability-list { margin-top: clamp(4rem, 8vw, 8rem); border-top: 1px solid var(--line-dark); }

.capability-list article {
  display: grid;
  grid-template-columns: 3rem minmax(14rem, 0.8fr) minmax(18rem, 1fr) minmax(11rem, 0.55fr);
  gap: clamp(1.5rem, 3vw, 4rem);
  align-items: start;
  padding: 2.2rem 0;
  border-bottom: 1px solid var(--line-dark);
}

.capability-list article > span { padding-top: 0.45rem; color: var(--orange); font-size: 0.72rem; font-weight: 900; }
.capability-list h3 { margin: 0; font-size: clamp(1.45rem, 2.2vw, 2.3rem); letter-spacing: -0.045em; line-height: 1.05; }
.capability-list p { margin: 0; color: #b5ada2; line-height: 1.65; }
.capability-list small { padding-top: 0.45rem; color: #706a62; font-size: 0.63rem; font-weight: 850; letter-spacing: 0.09em; line-height: 1.5; }

.dark-kicker { color: rgba(10, 9, 8, 0.72); }
.ecosystem h2 { max-width: 12ch; margin-top: 1.7rem; }
.ecosystem-lead { max-width: 47rem; margin-top: 2.5rem; color: rgba(10, 9, 8, 0.77); font-size: 1.2rem; }

.ecosystem-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 1rem;
  margin-top: clamp(4rem, 8vw, 7rem);
}

.ecosystem-card {
  display: flex;
  min-height: 34rem;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.4rem, 3vw, 2.7rem);
  border: 1px solid rgba(10, 9, 8, 0.3);
}

.card-d23 { background: var(--ink); color: var(--paper); }
.card-klicgo { background: var(--paper); }
.card-max { background: transparent; }

.card-top { display: flex; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid currentColor; font-size: 0.65rem; font-weight: 900; letter-spacing: 0.1em; }
.card-wordmark { margin: 0 0 1.25rem; font-size: 0.73rem; font-weight: 900; letter-spacing: 0.14em; }

.ecosystem-card h3 { max-width: 12ch; margin: 0; font-size: clamp(2.2rem, 3.8vw, 4.3rem); font-weight: 900; letter-spacing: -0.065em; line-height: 0.92; }
.ecosystem-card:not(.card-d23) h3 { font-size: clamp(2rem, 3vw, 3.2rem); }
.ecosystem-card div > p:not(.card-wordmark) { max-width: 33rem; margin: 1.5rem 0 0; color: rgba(239, 232, 218, 0.7); line-height: 1.65; }
.ecosystem-card:not(.card-d23) div > p:not(.card-wordmark) { color: rgba(10, 9, 8, 0.7); }
.ecosystem-card > small { font-size: 0.61rem; font-weight: 900; letter-spacing: 0.09em; }

.leadership-main { display: block; }
.leader-profile { display: grid; grid-template-columns: minmax(20rem, 0.9fr) minmax(0, 1fr); gap: clamp(3rem, 6vw, 7rem); align-items: center; }
.leader-profile + .leader-profile { margin-top: clamp(6rem, 12vw, 12rem); padding-top: clamp(5rem, 9vw, 9rem); border-top: 1px solid var(--line-dark); }
.leader-profile-reverse { grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.9fr); }
.leader-portrait { position: relative; min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--line-dark); background: #080808; aspect-ratio: 16 / 10; }
.leader-portrait::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255, 123, 0, 0.12); }
.leader-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; }
.leader-portrait-leonte img { object-position: 42% center; }
.leader-portrait-gilberto img { object-position: 58% center; }
.kicker-orange { color: var(--orange); }
.leadership h2 { font-size: clamp(3.6rem, 7.4vw, 8rem); }
.leader-copy .lead { max-width: 42rem; margin-top: 3.5rem; }
.leader-copy > p:not(.lead):not(.kicker) { max-width: 44rem; margin-top: 1.7rem; color: #aaa297; }

.leader-copy > .experience-title { margin-top: 3.5rem; color: var(--orange); font-size: 0.64rem; font-weight: 900; letter-spacing: 0.12em; }
.career-track { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 1rem; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.career-track span { display: flex; min-height: 5rem; align-items: center; justify-content: center; padding: 1rem; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); color: #c8c0b5; font-size: 0.68rem; font-weight: 900; letter-spacing: 0.075em; line-height: 1.35; text-align: center; }
.career-track .career-logo { min-height: 6.8rem; flex-direction: column; gap: 0.65rem; }
.career-logo img { width: auto; max-width: 76%; height: auto; max-height: 3rem; object-fit: contain; }
.career-logo b { color: #c8c0b5; font-size: 0.56rem; letter-spacing: 0.07em; }

.contact {
  position: relative;
  display: grid;
  min-height: 46rem;
  grid-template-columns: minmax(12rem, 0.35fr) minmax(0, 1fr);
  overflow: hidden;
  background: var(--orange);
  color: var(--ink);
}

.contact::after {
  content: "ME";
  position: absolute;
  right: -0.08em;
  bottom: -0.23em;
  color: rgba(10, 9, 8, 0.08);
  font-size: clamp(14rem, 35vw, 37rem);
  font-weight: 900;
  letter-spacing: -0.12em;
  line-height: 0.75;
}

.contact-code { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2rem; border-right: 1px solid rgba(10, 9, 8, 0.25); }
.contact-code span { font-family: var(--jp); font-size: clamp(2rem, 4vw, 4rem); font-weight: 900; letter-spacing: 0.12em; writing-mode: vertical-rl; }
.contact-code small { font-size: 0.63rem; font-weight: 900; letter-spacing: 0.12em; writing-mode: vertical-rl; }

.contact-main { position: relative; z-index: 1; align-self: center; max-width: 72rem; padding: clamp(5rem, 10vw, 10rem) var(--side); }
.contact .eyebrow { color: rgba(10, 9, 8, 0.68); }
.contact .eyebrow span { color: var(--ink); }
.contact h2 { max-width: 13ch; font-size: clamp(3.5rem, 7.5vw, 8rem); }
.contact-main > p:not(.eyebrow) { max-width: 42rem; margin: 2.3rem 0 0; color: rgba(10, 9, 8, 0.74); font-size: 1.16rem; line-height: 1.65; }

.contact-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: clamp(3.5rem, 7vw, 6rem); }
.contact-primary,
.contact-secondary { display: inline-flex; min-height: 4rem; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem 1.25rem; border: 2px solid var(--ink); font-size: 0.76rem; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; transition: background-color 180ms ease, color 180ms ease, transform 180ms ease; }
.contact-primary { min-width: min(100%, 17rem); background: var(--ink); color: var(--white); }
.contact-secondary { min-width: min(100%, 22rem); }
.contact-primary:hover,
.contact-primary:focus-visible,
.contact-secondary:hover,
.contact-secondary:focus-visible { background: var(--white); color: var(--ink); border-color: var(--white); transform: translateY(-0.2rem); }
.contact-details { display: flex; flex-wrap: wrap; gap: 1rem 2.5rem; margin-top: 3rem; font-size: 0.65rem; font-weight: 900; letter-spacing: 0.1em; }
.contact-details a:hover,
.contact-details a:focus-visible { color: var(--white); }

.ecosystem-links {
  display: grid;
  grid-template-columns: minmax(17rem, 0.52fr) minmax(0, 1fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
  padding: clamp(4.5rem, 9vw, 8rem) var(--side);
  background: var(--paper);
  color: var(--ink);
}

.ecosystem-links-copy h2 {
  max-width: 8ch;
  margin-top: 1.2rem;
  font-size: clamp(3.2rem, 6vw, 6.5rem);
}

.ecosystem-links-copy > p:last-child {
  max-width: 29rem;
  margin: 1.7rem 0 0;
  color: var(--muted-dark);
  line-height: 1.65;
}

.ecosystem-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-paper);
  border-left: 1px solid var(--line-paper);
}

.ecosystem-logo-link {
  display: flex;
  min-height: 24rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.7rem, 3.5vw, 3.4rem);
  border-right: 1px solid var(--line-paper);
  border-bottom: 1px solid var(--line-paper);
  background: rgba(255, 255, 255, 0.18);
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ecosystem-logo-link:hover,
.ecosystem-logo-link:focus-visible {
  z-index: 1;
  background: var(--white);
  color: var(--orange);
  transform: translateY(-0.35rem);
  outline: 2px solid var(--orange);
  outline-offset: -2px;
}

.ecosystem-logo-link img {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
}

.ecosystem-logo-d23 img { max-width: min(100%, 13.5rem); }
.ecosystem-logo-klicgo img { max-width: min(100%, 18rem); margin-block: auto; }
.ecosystem-logo-link span { align-self: stretch; display: flex; justify-content: space-between; padding-top: 1rem; border-top: 1px solid currentColor; font-size: 0.68rem; font-weight: 900; letter-spacing: 0.1em; }
.ecosystem-logo-link b { font-size: 1rem; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 2rem var(--side); border-top: 1px solid var(--line-dark); background: var(--ink); }
.site-footer p { margin: 0; color: #756f67; font-size: 0.62rem; font-weight: 850; letter-spacing: 0.1em; }
.site-footer p:last-child { justify-self: end; }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .hero { grid-template-columns: 4.25rem minmax(0, 1fr) 17rem; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .capability-list article { grid-template-columns: 2.5rem 0.8fr 1.2fr; }
  .capability-list small { grid-column: 2 / -1; }
  .ecosystem-grid { grid-template-columns: 1fr 1fr; }
  .card-d23 { grid-row: span 2; }
  .logo-tile,
  .logo-tile.logo-final { grid-column: span 6; }
  .logo-tile:last-child { grid-column: 1 / -1; }
  .career-track { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .hero { min-height: 55rem; grid-template-columns: 3.5rem minmax(0, 1fr); }
  .hero-image { left: 5%; opacity: 0.7; background-position: 66% center; }
  .hero-wash { background: linear-gradient(90deg, rgba(10, 9, 8, 0.98), rgba(10, 9, 8, 0.45)), linear-gradient(0deg, rgba(10, 9, 8, 0.97), rgba(10, 9, 8, 0.08) 70%); }
  .hero-content { grid-column: 2; }
  .hero h1 { font-size: clamp(4rem, 14vw, 7rem); }
  .hero-stamp { grid-column: 2; width: min(21rem, calc(100% - var(--side))); margin-left: var(--side); }
  .signal-strip { justify-content: flex-start; }
  .signal-strip p:nth-of-type(n + 3),
  .signal-strip span:nth-of-type(n + 3) { display: none; }
  .section { grid-template-columns: 4rem minmax(0, 1fr); }
  .proof-heading,
  .approach-copy,
  .brand-proof-heading,
  .reel,
  .capabilities-intro,
  .leader-profile,
  .ecosystem-links { grid-template-columns: 1fr; }
  .approach h2,
  .capabilities h2,
  .ecosystem h2,
  .leadership h2,
  .contact h2 { font-size: clamp(3.2rem, 12vw, 6rem); }
  .proof-heading > p,
  .capabilities-intro > p,
  .brand-proof-heading > p { max-width: 38rem; }
  .ecosystem-grid { grid-template-columns: 1fr; }
  .card-d23 { grid-row: auto; }
  .ecosystem-card { min-height: 30rem; }
  .leader-profile-reverse { grid-template-columns: 1fr; }
  .leader-profile-reverse .leader-portrait { order: -1; }
  .leader-portrait { aspect-ratio: 16 / 11; }
  .career-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact { grid-template-columns: 4rem minmax(0, 1fr); }
}

@media (max-width: 620px) {
  :root { --side: 0.9rem; }
  body { overflow-x: hidden; }
  html { scroll-padding-top: 4.7rem; }
  .site-header { padding-block: 0.7rem; }
  .brand { width: 7.2rem; }
  .header-cta { font-size: 0.62rem; }
  .header-actions { gap: 0.65rem; }
  .language-switcher { font-size: 0.58rem; }
  .hero { min-height: 52rem; grid-template-columns: 2.25rem minmax(0, 1fr); }
  .hero-rail { padding-bottom: 2rem; }
  .hero-content { padding-top: 8rem; padding-bottom: 2.3rem; }
  .hero h1 { max-width: 100%; font-size: clamp(3rem, 13vw, 4.5rem); overflow-wrap: anywhere; }
  .hero-answer { font-size: clamp(1.75rem, 8vw, 2.25rem); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 0.7rem; }
  .button-orange { width: 100%; }
  .text-link { width: fit-content; }
  .hero-stamp { margin-bottom: 2.3rem; }
  .signal-strip p:nth-of-type(n + 2),
  .signal-strip span { display: none; }
  .brand-proof { padding-top: 4.7rem; padding-bottom: 4.7rem; }
  .brand-proof h2,
  .reel h2 { max-width: 100%; font-size: clamp(2.35rem, 10.8vw, 3.75rem); letter-spacing: -0.055em; overflow-wrap: anywhere; }
  .logo-tile,
  .logo-tile.logo-final,
  .logo-tile:last-child { grid-column: 1 / -1; }
  .logo-tile { min-height: 12rem; }
  .section { grid-template-columns: 2.25rem minmax(0, 1fr); }
  .section-label { padding-right: 0.55rem; padding-left: 0.55rem; }
  .approach-main,
  .capabilities-main,
  .ecosystem-main,
  .leadership-main { padding-top: 4.7rem; padding-bottom: 4.7rem; }
  .approach h2,
  .capabilities h2,
  .ecosystem h2,
  .leadership h2,
  .contact h2,
  .proof h2 { max-width: 100%; font-size: clamp(2.35rem, 10.8vw, 3.75rem); letter-spacing: -0.055em; overflow-wrap: anywhere; }
  .leadership h2 { font-size: clamp(2.4rem, 11.2vw, 3.8rem); }
  .proof { padding-top: 4.7rem; padding-bottom: 4.7rem; }
  .reel { padding-top: 4.7rem; padding-bottom: 5.2rem; }
  .reel-copy { padding-left: 0.9rem; }
  .reel-frame { padding: 0.35rem; box-shadow: 0.65rem 0.65rem 0 rgba(255, 79, 0, 0.12); }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid article { min-height: 14rem; }
  .proof-grid strong { margin-top: 2.4rem; }
  .capability-list article { grid-template-columns: 2rem 1fr; gap: 1rem; }
  .capability-list p,
  .capability-list small { grid-column: 2; }
  .ecosystem-links { padding-top: 4.7rem; padding-bottom: 4.7rem; }
  .ecosystem-link-grid { grid-template-columns: 1fr; }
  .ecosystem-logo-link { min-height: 20rem; }
  .contact { min-height: 44rem; grid-template-columns: 2.25rem minmax(0, 1fr); }
  .contact-code { gap: 1rem; }
  .contact-code span { font-size: 1.7rem; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .contact-primary,
  .contact-secondary { width: 100%; min-width: 0; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer p:nth-of-type(1) { display: none; }
  .site-footer p:last-child { justify-self: start; }
}

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