@font-face{font-family:'Geist';font-style:normal;font-weight:100 900;font-display:swap;src:url('/assets/fonts/geist.woff2') format('woff2')}
@font-face{font-family:'Geist Mono';font-style:normal;font-weight:100 900;font-display:swap;src:url('/assets/fonts/geist-mono.woff2') format('woff2')}
:root{--font-geist-sans:'Geist';--font-geist-mono:'Geist Mono'}

:root {
  --ink: #070807;
  --ink-soft: #111310;
  --paper: #f2f1eb;
  --paper-bright: #fbfaf5;
  --lime: #b9ff19;
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-light: rgba(7, 8, 7, 0.15);
  --muted: #9b9d96;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  background: var(--ink);
  color: white;
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background: var(--lime);
  color: var(--ink);
}

.content-wrap {
  width: min(1480px, calc(100% - 96px));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 98px;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: white;
}

.brand {
  width: 126px;
}

.brand img {
  width: 100%;
  height: 68px;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: 34px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desktop-nav a,
.header-cta {
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.header-cta:hover {
  color: var(--lime);
}

.header-cta {
  justify-self: end;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.header-cta span {
  margin-left: 8px;
  color: var(--lime);
}

.hero {
  position: relative;
  min-height: 860px;
  height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("/campaign/brand-hero.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.015);
  animation: hero-in 1.8s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 5, 4, 0.45) 0%, rgba(4, 5, 4, 0.08) 55%, rgba(4, 5, 4, 0.05) 100%),
    linear-gradient(0deg, rgba(5, 6, 5, 0.66) 0%, transparent 35%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 90px;
  animation: copy-in 1s 220ms ease both;
}

.eyebrow,
.section-label {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.eyebrow span {
  width: 34px;
  height: 2px;
  background: var(--lime);
}

.hero h1 {
  margin: 26px 0 26px;
  max-width: 850px;
  font-size: clamp(70px, 7.1vw, 128px);
  font-weight: 530;
  letter-spacing: -0.07em;
  line-height: 0.88;
}

.hero h1 em {
  color: var(--lime);
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
  letter-spacing: inherit;
}

.hero-copy {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 42px;
}

.button {
  min-height: 56px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  background: var(--lime);
  color: var(--ink);
}

.button--ghost {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(7, 8, 7, 0.3);
  backdrop-filter: blur(12px);
}

.button--ghost:hover {
  border-color: white;
  background: white;
  color: var(--ink);
}

.hero-foot {
  position: absolute;
  z-index: 2;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 22px;
  display: flex;
  gap: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.marquee {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  background: var(--lime);
  color: var(--ink);
  white-space: nowrap;
}

.marquee-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 26px;
  animation: ticker 32s linear infinite;
}

.marquee span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.marquee i {
  font-style: normal;
  font-size: 9px;
}

.light-section {
  background: var(--paper);
  color: var(--ink);
}

.dark-section {
  background: var(--ink);
  color: white;
}

.manifesto {
  padding: 150px 0 160px;
}

.manifesto-grid,
.section-heading {
  display: grid;
  grid-template-columns: 27% 1fr;
  gap: 80px;
}

.section-label {
  color: #3b3d37;
}

.section-label--dark {
  color: var(--lime);
}

.section-index {
  margin: 18px 0 0;
  color: #8a8c84;
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-index--dark {
  color: #777a72;
}

.manifesto-copy h2,
.section-heading h2,
.partners-heading h2,
.engineering-copy h2,
.network-card h2,
.contact h2 {
  margin: 0;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.manifesto-copy h2 {
  max-width: 980px;
  font-size: clamp(48px, 5.2vw, 86px);
  font-weight: 520;
}

.manifesto-copy h2 span {
  color: #898b84;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
}

.manifesto-copy > p {
  max-width: 710px;
  margin: 46px 0 0 25%;
  color: #55584f;
  font-size: 18px;
  line-height: 1.75;
}

.pill-row {
  margin: 42px 0 0 25%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill-row span {
  padding: 11px 16px;
  border: 1px solid #c7c8c1;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-worlds {
  padding: 150px 0;
}

.section-heading {
  align-items: end;
  margin-bottom: 64px;
}

.section-heading h2 {
  max-width: 820px;
  font-size: clamp(48px, 5.2vw, 82px);
  font-weight: 520;
}

.section-heading > div:last-child > p {
  max-width: 600px;
  margin: 26px 0 0;
  color: #8f928a;
  font-size: 17px;
  line-height: 1.7;
}

.worlds-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.world-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  isolation: isolate;
  background: #161814;
}

.world-card--wide {
  min-height: 640px;
}

.world-card img,
.world-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.world-card img {
  z-index: -2;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 500ms ease;
}

.world-overlay {
  z-index: -1;
  background: linear-gradient(0deg, rgba(4, 5, 4, 0.92) 0%, rgba(4, 5, 4, 0.05) 65%);
}

.world-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.08);
}

.world-copy {
  position: absolute;
  left: 42px;
  bottom: 38px;
  max-width: 560px;
}

.world-copy > p {
  margin: 0 0 9px;
  color: var(--lime);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.world-copy h3 {
  margin: 0 0 14px;
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 520;
  letter-spacing: -0.05em;
}

.world-copy span {
  display: block;
  max-width: 500px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.65;
}

.world-trigger {
  position: absolute;
  top: 26px;
  right: 26px;
  min-width: 46px;
  height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: rgba(7, 8, 7, 0.45);
  color: var(--lime);
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.world-trigger span {
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.world-trigger b {
  font-size: 18px;
  font-weight: 400;
}

.world-trigger:hover,
.world-card--active .world-trigger {
  border-color: var(--lime);
  background: var(--lime);
  color: var(--ink);
}

.world-card--active {
  outline: 1px solid var(--lime);
  outline-offset: -1px;
}

.family-panel {
  margin-top: 18px;
  border: 1px solid var(--line-dark);
  background: #0d0f0c;
}

.family-panel__header {
  padding: 46px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid var(--line-dark);
}

.family-panel__header p {
  margin: 0 0 10px;
  color: var(--lime);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.family-panel__header h3 {
  margin: 0;
  font-size: clamp(46px, 5vw, 78px);
  font-weight: 520;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.family-panel__header > span {
  color: #74776f;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.family-grid article {
  min-height: 280px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.family-grid article:nth-child(3n) {
  border-right: 0;
}

.family-grid article > span {
  color: #696c64;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
}

.family-grid h4 {
  margin: 52px 0 14px;
  font-size: 24px;
  font-weight: 560;
  letter-spacing: -0.035em;
}

.family-grid p {
  margin: 0;
  color: #8f9289;
  font-size: 13px;
  line-height: 1.7;
}

.family-grid a {
  margin-top: auto;
  padding-top: 28px;
  color: #d3d5cf;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.family-grid a b {
  margin-left: 8px;
  color: var(--lime);
}

.family-note {
  margin: 0;
  padding: 20px 30px;
  color: #666961;
  font-size: 10px;
  line-height: 1.6;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.category-card {
  display: block;
}

.category-card article {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid var(--line-dark);
  background: #151714;
}

.category-card img,
.category-card__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.category-card img {
  z-index: -2;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 500ms ease;
}

.category-card__shade {
  z-index: -1;
  background:
    linear-gradient(0deg, rgba(4, 5, 4, 0.94) 0%, rgba(4, 5, 4, 0.08) 67%),
    linear-gradient(90deg, rgba(4, 5, 4, 0.2), transparent 55%);
}

.category-card:hover img {
  transform: scale(1.04);
  filter: saturate(1.08);
}

.category-card__number {
  position: absolute;
  top: 30px;
  left: 32px;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.category-card__copy {
  position: absolute;
  left: 38px;
  right: 38px;
  bottom: 42px;
  max-width: 600px;
}

.category-card__copy > p {
  margin: 0 0 10px;
  color: var(--lime);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.category-card__copy h3 {
  margin: 0 0 16px;
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 520;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.category-card__copy > span {
  display: block;
  max-width: 540px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.65;
}

.category-card__action {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 14px 17px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(7, 8, 7, 0.42);
  color: white;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.category-card__action b {
  margin-left: 10px;
  color: var(--lime);
}

.category-card:hover .category-card__action {
  border-color: var(--lime);
  background: var(--lime);
  color: var(--ink);
}

.category-card:hover .category-card__action b {
  color: var(--ink);
}

.products-link-row {
  margin-top: 34px;
  display: flex;
  justify-content: flex-end;
}

.products-hero,
.category-hero {
  position: relative;
  overflow: hidden;
  background: #080908;
}

.products-hero {
  min-height: 790px;
  height: 88svh;
  display: flex;
  align-items: center;
}

.products-hero__media,
.products-hero__shade,
.category-hero > img,
.category-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.products-hero__media {
  background-image: url("/campaign/brand-hero.png");
  background-size: cover;
  background-position: center;
}

.products-hero__shade {
  background:
    linear-gradient(90deg, rgba(4, 5, 4, 0.7) 0%, rgba(4, 5, 4, 0.12) 72%),
    linear-gradient(0deg, rgba(4, 5, 4, 0.82) 0%, transparent 45%);
}

.products-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 86px;
}

.products-hero h1 {
  margin: 26px 0 28px;
  max-width: 980px;
  font-size: clamp(72px, 8vw, 134px);
  font-weight: 520;
  letter-spacing: -0.07em;
  line-height: 0.86;
}

.products-hero h1 em {
  color: var(--lime);
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
}

.products-hero__content > p:last-child {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  line-height: 1.7;
}

.products-hero__foot {
  position: absolute;
  z-index: 2;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.products-directory {
  padding: 150px 0;
}

.products-directory__heading,
.category-intro__heading {
  display: grid;
  grid-template-columns: 27% 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 70px;
}

.products-directory__heading h2,
.category-intro__heading h2,
.more-categories__heading h2 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(48px, 5.2vw, 84px);
  font-weight: 520;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.products-directory__heading > div:last-child > p,
.category-intro__heading > div:last-child > p {
  max-width: 620px;
  margin: 26px 0 0;
  color: #8f928a;
  font-size: 17px;
  line-height: 1.7;
}

.product-assurance {
  padding: 0;
}

.product-assurance__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid var(--line-light);
}

.product-assurance__grid p {
  min-height: 150px;
  margin: 0;
  padding: 30px;
  display: flex;
  align-items: flex-end;
  border-right: 1px solid var(--line-light);
  color: #555850;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.category-hero {
  min-height: 760px;
  height: 88svh;
  display: flex;
  align-items: flex-end;
}

.category-hero > img {
  object-fit: cover;
}

.category-hero__shade {
  background:
    linear-gradient(90deg, rgba(4, 5, 4, 0.78) 0%, rgba(4, 5, 4, 0.14) 70%),
    linear-gradient(0deg, rgba(4, 5, 4, 0.9) 0%, transparent 52%);
}

.category-hero__content {
  position: relative;
  z-index: 2;
  padding-bottom: 78px;
}

.breadcrumb {
  position: absolute;
  top: -105px;
  left: 0;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.breadcrumb span {
  margin: 0 10px;
  color: var(--lime);
}

.category-hero h1 {
  max-width: 1050px;
  margin: 24px 0 22px;
  font-size: clamp(76px, 8.6vw, 146px);
  font-weight: 520;
  letter-spacing: -0.072em;
  line-height: 0.86;
}

.category-hero__content > p:not(.eyebrow) {
  max-width: 650px;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.7;
}

.category-hero__number {
  position: absolute;
  z-index: 2;
  right: 48px;
  bottom: 42px;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.category-intro {
  padding: 150px 0;
}

.category-intro__heading > div:last-child > p {
  color: #62655d;
}

.product-family-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.product-family-list article {
  position: relative;
  min-height: 540px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  background: var(--paper-bright);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  isolation: isolate;
  transition: background-size 650ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 220ms ease, box-shadow 220ms ease;
}

.product-family-list article::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(251, 250, 245, 0) 24%,
    rgba(251, 250, 245, 0.08) 42%,
    rgba(251, 250, 245, 0.9) 62%,
    var(--paper-bright) 76%
  );
}

.product-family-list article:hover {
  background-size: 103% auto;
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(7, 8, 7, 0.12);
}

.product-family-list__number {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  min-width: 32px;
  padding: 8px 9px;
  border: 1px solid rgba(7, 8, 7, 0.18);
  background: rgba(251, 250, 245, 0.84);
  color: #6f726a;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  backdrop-filter: blur(8px);
}

.product-family-list__copy {
  position: relative;
  z-index: 2;
  min-height: 250px;
  margin-top: auto;
  padding: 28px 30px 30px;
  display: flex;
  flex-direction: column;
}

.product-family-list h3 {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 560;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.product-family-list p {
  margin: 0;
  color: #666960;
  font-size: 14px;
  line-height: 1.75;
}

.product-family-list__copy a {
  margin-top: auto;
  padding-top: 28px;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-family-list__copy a b {
  margin-left: 8px;
  color: var(--lime);
}

.range-promise {
  padding: 145px 0;
  background: var(--lime);
  color: var(--ink);
}

.range-promise__inner {
  display: grid;
  grid-template-columns: 20% 1fr auto;
  gap: 5%;
  align-items: end;
}

.range-promise__inner > p {
  margin: 0 0 12px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.range-promise h2 {
  margin: 0;
  max-width: 850px;
  font-size: clamp(46px, 5vw, 78px);
  font-weight: 560;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.range-promise .button--ghost {
  border-color: rgba(7, 8, 7, 0.38);
  background: transparent;
  color: var(--ink);
}

.range-promise .button--ghost:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: white;
}

.more-categories {
  padding: 140px 0;
}

.more-categories__heading {
  margin-bottom: 58px;
  display: grid;
  grid-template-columns: 27% 1fr;
  gap: 80px;
  align-items: end;
}

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

.category-grid--compact .category-card article {
  min-height: 440px;
}

.category-grid--compact .category-card__copy {
  left: 24px;
  right: 24px;
  bottom: 26px;
}

.category-grid--compact .category-card__copy h3 {
  font-size: 34px;
}

.category-grid--compact .category-card__copy > span,
.category-grid--compact .category-card__action {
  display: none;
}

.contact--products {
  border-top: 1px solid var(--line-dark);
}

.statement-band {
  padding: 170px 0;
  background: var(--lime);
  color: var(--ink);
}

.statement-inner {
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 7%;
}

.statement-inner > p,
.statement-inner > span {
  margin: 12px 0 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.statement-inner h2 {
  margin: 0;
  max-width: 1050px;
  font-size: clamp(48px, 5.4vw, 88px);
  font-weight: 560;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.statement-inner > span {
  grid-column: 2;
  color: rgba(7, 8, 7, 0.52);
}

.network {
  position: relative;
  min-height: 860px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: black;
}

.network > img,
.network-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.network > img {
  object-fit: cover;
}

.network-shade {
  background: linear-gradient(90deg, transparent 30%, rgba(3, 4, 3, 0.25) 58%, rgba(3, 4, 3, 0.72) 100%);
}

.network-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}

.network-card {
  width: min(560px, 46%);
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(7, 8, 7, 0.78);
  backdrop-filter: blur(18px);
}

.network-card h2 {
  margin-top: 30px;
  font-size: clamp(50px, 5vw, 78px);
  font-weight: 520;
}

.network-card > p:not(.section-label) {
  margin: 32px 0;
  color: #b1b4ac;
  font-size: 16px;
  line-height: 1.75;
}

.network-points {
  display: grid;
  border-top: 1px solid var(--line-dark);
}

.network-points span {
  padding: 17px 0;
  border-bottom: 1px solid var(--line-dark);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.network-points b {
  display: inline-block;
  width: 44px;
  color: var(--lime);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
}

.engineering {
  padding: 150px 0;
}

.engineering-grid {
  display: grid;
  grid-template-columns: 38% 1fr;
  align-items: center;
  gap: 7%;
}

.engineering-copy h2 {
  margin-top: 28px;
  font-size: clamp(52px, 5.4vw, 86px);
  font-weight: 520;
}

.engineering-copy > p:not(.section-label) {
  margin: 34px 0;
  color: #9b9e95;
  font-size: 16px;
  line-height: 1.8;
}

.text-link {
  padding-bottom: 9px;
  border-bottom: 1px solid var(--lime);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.text-link span {
  color: var(--lime);
  margin-left: 12px;
}

.engineering-image {
  margin: 0;
  border: 1px solid var(--line-dark);
}

.engineering-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.engineering-image figcaption {
  padding: 18px 22px;
  color: #7f827a;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.partners {
  padding: 150px 0;
}

.partners-heading {
  display: grid;
  grid-template-columns: 27% 1fr;
  gap: 80px;
  align-items: start;
}

.partners-heading h2 {
  max-width: 950px;
  font-size: clamp(50px, 5.4vw, 86px);
  font-weight: 520;
}

.partner-grid {
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.partner-grid article {
  min-height: 330px;
  padding: 34px;
  border-right: 1px solid var(--line-light);
}

.partner-grid article:first-child {
  border-left: 1px solid var(--line-light);
}

.partner-grid article > span {
  color: #9a9c95;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
}

.partner-grid h3 {
  margin: 90px 0 20px;
  font-size: 28px;
  font-weight: 560;
  letter-spacing: -0.04em;
}

.partner-grid p {
  margin: 0;
  color: #65675f;
  font-size: 14px;
  line-height: 1.75;
}

.contact {
  position: relative;
  overflow: hidden;
  padding: 150px 0;
  background: #11130f;
}

.contact-glow {
  position: absolute;
  top: 25%;
  left: -10%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(185, 255, 25, 0.08);
  filter: blur(90px);
}

.contact-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 42%;
  gap: 10%;
  align-items: end;
}

.contact h2 {
  max-width: 800px;
  margin-top: 28px;
  font-size: clamp(54px, 6vw, 96px);
  font-weight: 520;
}

.contact-actions {
  border-top: 1px solid var(--line-dark);
}

.contact-actions a {
  padding: 24px 0;
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 20px;
  border-bottom: 1px solid var(--line-dark);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-actions a span {
  color: #9a9d94;
  text-transform: none;
  letter-spacing: 0;
}

.contact-actions a b {
  color: var(--lime);
  font-size: 17px;
}

.site-footer {
  padding: 0;
  background: #070807;
  border-top: 1px solid var(--line-dark);
}

.footer-main {
  padding: 84px 0 72px;
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.8fr 1.05fr;
  gap: clamp(44px, 6vw, 96px);
  align-items: start;
}

.footer-brand-column > img {
  width: 138px;
  height: 76px;
  object-fit: contain;
  object-position: left center;
}

.footer-brand-column > p {
  max-width: 330px;
  margin: 30px 0 22px;
  color: #a1a49b;
  font-size: 14px;
  line-height: 1.8;
}

.footer-brand-column > strong {
  display: block;
  max-width: 320px;
  color: var(--lime);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.55;
}

.footer-column h2 {
  margin: 0 0 32px;
  padding-left: 14px;
  border-left: 2px solid var(--lime);
  color: white;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.footer-column nav {
  display: grid;
  gap: 20px;
}

.footer-column nav a {
  width: fit-content;
  color: #a1a49b;
  font-size: 13px;
  line-height: 1.5;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-column nav a:hover {
  color: var(--lime);
  transform: translateX(3px);
}

.footer-contact-column > a,
.footer-contact-column > div {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
  color: #a1a49b;
  font-size: 13px;
  line-height: 1.6;
}

.footer-contact-column b {
  color: var(--lime);
  font-family: var(--font-geist-mono), monospace;
  font-size: 13px;
  font-weight: 650;
}

.footer-contact-column > a:hover span {
  color: white;
}

.footer-bottom {
  padding: 24px 0 28px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  border-top: 1px solid var(--line-dark);
  color: #74776e;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-bottom span:nth-child(2) {
  text-align: center;
}

@keyframes hero-in {
  from { opacity: 0; transform: scale(1.06); }
  to { opacity: 1; transform: scale(1.015); }
}

@keyframes copy-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

@media (max-width: 1100px) {
  .content-wrap {
    width: min(100% - 56px, 1480px);
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 64px 72px;
  }

  .site-header {
    padding: 0 28px;
    grid-template-columns: 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .manifesto-grid,
  .section-heading,
  .partners-heading,
  .products-directory__heading,
  .category-intro__heading,
  .more-categories__heading {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .category-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .range-promise__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .range-promise__inner .button {
    justify-self: start;
  }

  .manifesto-copy > p,
  .pill-row {
    margin-left: 0;
  }

  .engineering-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .engineering-copy {
    max-width: 720px;
  }

  .network-card {
    width: min(600px, 58%);
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }
}

@media (max-width: 760px) {
  .content-wrap {
    width: calc(100% - 36px);
  }

  .site-header {
    height: 78px;
    padding: 0 18px;
  }

  .brand {
    width: 104px;
  }

  .brand img {
    height: 58px;
  }

  .header-cta {
    font-size: 9px;
  }

  .header-cta span {
    display: none;
  }

  .hero {
    min-height: 760px;
    height: 100svh;
    align-items: flex-end;
  }

  .hero-media {
    background-position: 66% center;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(4, 5, 4, 0.97) 0%, rgba(4, 5, 4, 0.68) 44%, rgba(4, 5, 4, 0.14) 100%),
      linear-gradient(90deg, rgba(4, 5, 4, 0.4), transparent);
  }

  .hero-content {
    padding: 0 0 120px;
  }

  .hero h1 {
    margin-top: 20px;
    font-size: clamp(53px, 15vw, 74px);
    line-height: 0.92;
  }

  .hero-copy {
    font-size: 15px;
    line-height: 1.6;
  }

  .hero-actions {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    min-height: 52px;
    justify-content: space-between;
  }

  .hero-foot {
    bottom: 18px;
    gap: 18px;
    overflow: hidden;
    font-size: 8px;
    white-space: nowrap;
  }

  .manifesto,
  .product-worlds,
  .engineering,
  .partners,
  .contact,
  .products-directory,
  .category-intro,
  .more-categories {
    padding: 100px 0;
  }

  .manifesto-grid,
  .section-heading,
  .partners-heading,
  .products-directory__heading,
  .category-intro__heading,
  .more-categories__heading {
    gap: 40px;
  }

  .manifesto-copy h2,
  .section-heading h2,
  .partners-heading h2,
  .engineering-copy h2,
  .network-card h2,
  .contact h2 {
    font-size: 48px;
  }

  .manifesto-copy > p {
    margin-top: 28px;
    font-size: 16px;
  }

  .pill-row {
    margin-top: 30px;
  }

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

  .category-grid,
  .category-grid--compact {
    grid-template-columns: 1fr;
  }

  .category-card article,
  .category-grid--compact .category-card article {
    min-height: 520px;
  }

  .category-card__copy,
  .category-grid--compact .category-card__copy {
    left: 24px;
    right: 24px;
    bottom: 26px;
  }

  .category-card__copy h3,
  .category-grid--compact .category-card__copy h3 {
    font-size: 44px;
  }

  .category-card__action {
    top: 18px;
    right: 18px;
    padding: 12px 14px;
  }

  .category-card__action {
    font-size: 0;
  }

  .category-card__action b {
    margin-left: 0;
    font-size: 14px;
  }

  .products-link-row {
    justify-content: stretch;
  }

  .products-link-row .button {
    width: 100%;
  }

  .products-hero,
  .category-hero {
    min-height: 740px;
    height: 100svh;
  }

  .products-hero__media {
    background-position: 64% center;
  }

  .products-hero__shade,
  .category-hero__shade {
    background:
      linear-gradient(0deg, rgba(4, 5, 4, 0.96) 0%, rgba(4, 5, 4, 0.58) 55%, rgba(4, 5, 4, 0.15) 100%);
  }

  .products-hero__content {
    padding-top: 30px;
  }

  .products-hero h1 {
    font-size: clamp(58px, 17vw, 82px);
    line-height: 0.9;
  }

  .products-hero__content > p:last-child {
    font-size: 15px;
  }

  .products-hero__foot {
    bottom: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 20px;
    font-size: 8px;
  }

  .category-hero > img {
    object-position: 58% center;
  }

  .category-hero__content {
    padding-bottom: 52px;
  }

  .breadcrumb {
    top: -76px;
  }

  .category-hero h1 {
    font-size: clamp(62px, 17vw, 88px);
    line-height: 0.9;
  }

  .category-hero__content > p:not(.eyebrow) {
    font-size: 15px;
  }

  .category-hero__number {
    display: none;
  }

  .product-family-list {
    grid-template-columns: 1fr;
  }

  .product-family-list article {
    min-height: 520px;
  }

  .product-family-list__copy {
    min-height: 250px;
    padding: 26px 24px;
  }

  .product-family-list h3 {
    margin-top: 0;
  }

  .range-promise {
    padding: 100px 0;
  }

  .range-promise h2 {
    font-size: 48px;
  }

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

  .product-assurance__grid p {
    min-height: 120px;
    border-bottom: 1px solid var(--line-light);
  }

  .world-card,
  .world-card--wide {
    min-height: 500px;
  }

  .world-card img {
    object-position: 57% center;
  }

  .world-copy {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }

  .world-trigger {
    top: 18px;
    right: 18px;
  }

  .world-trigger span {
    display: none;
  }

  .family-panel__header {
    padding: 28px 24px;
    align-items: flex-start;
    flex-direction: column;
  }

  .family-panel__header h3 {
    font-size: 46px;
  }

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

  .family-grid article,
  .family-grid article:nth-child(3n) {
    min-height: 245px;
    border-right: 0;
  }

  .world-copy span {
    font-size: 13px;
  }

  .statement-band {
    padding: 110px 0;
  }

  .statement-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .statement-inner h2 {
    font-size: 48px;
  }

  .statement-inner > span {
    grid-column: 1;
  }

  .network {
    min-height: 920px;
    align-items: flex-end;
    padding-bottom: 30px;
  }

  .network > img {
    object-position: 30% center;
  }

  .network-shade {
    background: linear-gradient(0deg, rgba(3, 4, 3, 0.98) 0%, rgba(3, 4, 3, 0.18) 82%);
  }

  .network-card {
    width: 100%;
    padding: 30px;
  }

  .engineering-grid {
    gap: 42px;
  }

  .engineering-image img {
    aspect-ratio: 4 / 3;
  }

  .partner-grid {
    margin-top: 60px;
    grid-template-columns: 1fr;
  }

  .partner-grid article,
  .partner-grid article:first-child {
    min-height: 260px;
    border-left: 1px solid var(--line-light);
    border-right: 1px solid var(--line-light);
    border-bottom: 1px solid var(--line-light);
  }

  .partner-grid h3 {
    margin-top: 58px;
  }

  .contact-actions a {
    grid-template-columns: 88px 1fr auto;
    gap: 12px;
    font-size: 9px;
  }

  .footer-main {
    padding: 64px 0 54px;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .footer-column {
    padding-top: 34px;
    border-top: 1px solid var(--line-dark);
  }

  .footer-brand-column > p {
    max-width: 420px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .footer-bottom span:nth-child(2) {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
