
.h-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-block: 120px clamp(72px, 9vw, 128px);
  text-align: center;
}
.h-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 50%;
  filter: grayscale(1) brightness(.5) contrast(1.05);
}
.h-hero::after { 
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(to bottom, color-mix(in srgb, var(--ink) 55%, transparent) 0%, color-mix(in srgb, var(--ink) 35%, transparent) 45%, var(--ink) 100%),
    radial-gradient(ellipse 60% 50% at 50% 50%, color-mix(in srgb, var(--ink) 45%, transparent), transparent 75%);
}
.h-hero__title {
  margin-inline: auto;
  max-width: 13ch;
  font-weight: 300;
  font-size: clamp(44px, 7vw, 104px);
  line-height: .98;
  letter-spacing: -0.04em;
  color: var(--paper);
}
.h-hero__line {
  margin: clamp(20px, 2.2vw, 32px) auto 0;
  max-width: 26em;
  font-size: clamp(19px, 1.9vw, 25px);
  line-height: 1.35;
  letter-spacing: -0.012em;
  color: var(--paper);
  opacity: .78;
}
@keyframes h-rise { from { opacity: 0; transform: translate3d(0, 16px, 0); } to { opacity: 1; transform: none; } }
.h-load { animation: h-rise 1.1s var(--ease) both; }
.h-load--2 { animation-delay: .12s; }
.h-load--3 { animation-delay: .28s; animation-duration: 1.4s; }
.h-split { display: grid; gap: clamp(56px, 6vw, 80px); }
@media (min-width: 900px) {
  .h-split { grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
  .h-split .h-body { padding-top: 10px; }
}
.h-statement { text-align: center; }
.h-statement__text {
  margin-inline: auto;
  max-width: 22ch;
  font-weight: 300;
  font-size: clamp(34px, 5.4vw, 76px);
  line-height: 1.06;
  letter-spacing: -0.035em;
  color: var(--mist);
  text-wrap: balance;
}
.h-statement__text span { color: var(--paper); }
.h-media { display: grid; gap: clamp(56px, 6vw, 80px); align-items: center; }
.h-media__art {
  display: flex;
  align-items: flex-end;
  aspect-ratio: 4 / 3;
  padding: clamp(28px, 4vw, 48px);
  background: var(--ink);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
}
.h-verbs {
  display: grid;
  gap: .08em;
  font-weight: 300;
  font-size: clamp(40px, 5.6vw, 76px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--dim);
}
.h-verbs span:last-child { color: var(--paper); }
.h-media__copy { display: grid; gap: clamp(56px, 5.5vw, 80px); }
@media (min-width: 900px) {
  .h-media { grid-template-columns: 5fr 6fr; gap: 96px; }
  .h-media__art { aspect-ratio: 4 / 5; }
}
.h-industries {
  margin-top: clamp(56px, 6vw, 80px);
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--rule);
}
.h-industries li {
  padding: clamp(22px, 2.4vw, 34px) 0;
  border-bottom: 1px solid var(--rule);
  font-weight: 300;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--paper);
}
@media (min-width: 640px) {
  .h-industries { grid-template-columns: repeat(2, 1fr); column-gap: 40px; }
}
@media (min-width: 1000px) {
  .h-industries { grid-template-columns: repeat(3, 1fr); column-gap: 56px; }
}
.h-industries__more {
  margin-top: clamp(32px, 3.4vw, 44px);
  text-align: center;
  font-size: 16px;
}
main .ab-reach__figures {
  max-inline-size: none;
  font-weight: 300;
  font-size: clamp(40px, 6.4vw, 92px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  color: var(--dim);
}
.ab-reach__figures span { display: block; }
.ab-reach__figures b { font-weight: 300; color: var(--paper); font-variant-numeric: tabular-nums; }
.ab-reach__line {
  margin-top: clamp(28px, 3vw, 44px);
  max-width: 24em;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.45;
  color: var(--mist);
}
.h-built { text-align: center; }
.h-built__title {
  margin-inline: auto;
  font-weight: 300;
  font-size: clamp(40px, 6vw, 84px);
  line-height: 1;
  letter-spacing: -0.035em;
  color: var(--paper);
}
.h-built__line {
  margin: clamp(20px, 2vw, 28px) auto 0;
  max-width: 28em;
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.55;
  color: var(--mist);
}
.h-built__link {
  display: inline-block;
  margin-top: clamp(32px, 3.4vw, 44px);
  font-size: 16px;
}
.h-words .h-head__title {
  font-weight: 500;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.4;
  letter-spacing: -0.005em;
  color: var(--mist);
}
.h-quotes { margin: clamp(20px, 2.2vw, 32px) 0 0; max-width: 1040px; }
.h-quotes__stack { display: grid; gap: 64px; }
.h-quote { margin: 0; }
.h-quote__text { margin: 0; }
.h-quote__text p {
  font-weight: 300;
  font-size: clamp(24px, 3.2vw, 44px);
  line-height: 1.22;
  letter-spacing: -0.022em;
  color: var(--paper);
  text-wrap: balance;
}
.h-cite { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; margin-top: clamp(24px, 2.6vw, 36px); }
.h-cite__name { font-size: 16px; color: var(--paper); }
.h-cite__role { font-size: 14px; color: var(--dim); }
.h-quotes__nav { display: flex; justify-content: flex-start; align-items: center; gap: 12px; margin-top: clamp(40px, 5vw, 64px); }
.h-quotes__dots { display: flex; }
.h-dot { display: grid; place-items: center; width: 32px; height: 44px; }
.h-dot::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--rule-2); transition: background-color .3s var(--ease), transform .3s var(--ease); }
.h-dot:hover::before { background: var(--dim); }
.h-dot[aria-selected="true"]::before { background: var(--signal); transform: scale(1.25); }
.h-arrow {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--rule-2);
  border-radius: var(--radius);
  color: var(--paper);
  transition: border-color .2s var(--ease), background-color .2s var(--ease);
}
.h-arrow:hover { border-color: var(--dim); background: var(--ink-3); }
.h-quotes.is-tabs .h-quotes__stack { gap: 0; }
.h-quotes.is-tabs .h-quote {
  grid-area: 1 / 1;
  align-self: center;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 10px, 0);
  transition: opacity .5s var(--ease), transform .6s var(--ease), visibility 0s linear .5s;
}
.h-quotes.is-tabs .h-quote.is-active {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: opacity .5s var(--ease) .05s, transform .6s var(--ease) .05s;
}
.h-close__body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px 48px;
  margin-top: clamp(56px, 6vw, 80px);
}
.h-close__trace { display: block; width: 100%; height: clamp(40px, 5vw, 64px); overflow: visible; }
.h-close__trace path { fill: none; stroke-width: 1; }
.h-close__base { stroke: var(--rule-2); }
.h-close__line {
  stroke: var(--signal);
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 2.4s var(--ease) .2s;
}
.is-in .h-close__line { stroke-dashoffset: 0; }
@media (prefers-reduced-motion: reduce) {
  .h-load { animation: none; }
  .h-close__line { transition: none; stroke-dashoffset: 0; }
  .h-quotes.is-tabs .h-quote, .h-dot::before { transition: none; transform: none; }
}
#h-words-title { max-inline-size: none; white-space: nowrap; }
main .h-hero__line { max-inline-size: min(40ch, 100%); }
@media (max-width: 599px) { .h-quotes__nav { justify-content: space-between; } }
.h-built__art { margin: clamp(64px, 8vw, 112px) auto 0; width: min(100%, 920px); }
.h-built__art img { display: block; width: 100%; height: auto; }
