@font-face {
  font-family: "Editorial";
  src: local("Times New Roman");
}

:root {
  --bg: #070807;
  --panel: #10120f;
  --panel-soft: #151712;
  --ink: #f3efe5;
  --muted: #a9a295;
  --dim: #696255;
  --line: rgba(243, 239, 229, 0.14);
  --line-strong: rgba(243, 239, 229, 0.28);
  --accent: #c8a66b;
  --accent-soft: rgba(200, 166, 107, 0.16);
  --header-h: 82px;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  min-height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 48px);
  background: #070807;
}

body {
  position: relative;
  width: 100%;
  min-height: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  color: var(--ink);
  background:
    radial-gradient(circle at 76% 12%, rgba(180, 139, 77, 0.16), transparent 30rem),
    radial-gradient(circle at 18% 54%, rgba(238, 230, 214, 0.06), transparent 28rem),
    linear-gradient(180deg, #070807 0%, #0d0f0d 58%, #070807 100%);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

body.is-loading {
  overflow: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(243, 239, 229, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(243, 239, 229, 0.035) 1px, transparent 1px);
  background-size: 100% 96px, 16.66% 100%;
  mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  content: "";
  background:
    repeating-radial-gradient(circle at 18% 14%, rgba(255,255,255,.28) 0 .5px, transparent .8px 4px),
    radial-gradient(circle at center, transparent 0 62%, rgba(0,0,0,.48) 100%);
  opacity: 0.05;
  mix-blend-mode: screen;
}

img {
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  color: #f5f5f0;
  background: #070807;
  transition:
    opacity 720ms cubic-bezier(.16, 1, .3, 1),
    visibility 720ms cubic-bezier(.16, 1, .3, 1);
}

.preloader-mark {
  display: grid;
  place-items: center;
  width: min(78vw, 720px);
  height: auto;
  overflow: visible;
  opacity: 0.98;
  filter: drop-shadow(0 0 22px rgba(255,255,255,.08));
  animation: loaderLogoFloat 3600ms cubic-bezier(.16, 1, .3, 1) both;
}

.preloader-logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.preloader-fallback {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(24px, 5vw, 64px);
  font-weight: 820;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.preloader-mark.is-lottie-ready .preloader-fallback {
  display: none;
}

@keyframes loaderLogoFloat {
  0% {
    opacity: 0;
    transform: scale(0.94);
    filter: blur(8px);
  }

  18%,
  78% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }

  100% {
    opacity: 0.92;
    transform: scale(1.025);
    filter: blur(0);
  }
}

.preloader > span {
  position: absolute;
  left: 50%;
  bottom: clamp(28px, 4vh, 48px);
  transform: translateX(-50%);
  color: rgba(245,245,240,.58);
  font-family: "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
}

body.is-ready .preloader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  padding: 0 clamp(22px, 4vw, 64px);
  border-bottom: 1px solid transparent;
  background: linear-gradient(to bottom, rgba(7, 8, 7, 0.84), rgba(7, 8, 7, 0.42));
  backdrop-filter: blur(16px);
  transition:
    inset 420ms cubic-bezier(.16, 1, .3, 1),
    width 420ms cubic-bezier(.16, 1, .3, 1),
    height 420ms cubic-bezier(.16, 1, .3, 1),
    padding 420ms cubic-bezier(.16, 1, .3, 1),
    border-color 220ms ease,
    background 220ms ease,
    border-radius 420ms cubic-bezier(.16, 1, .3, 1),
    transform 420ms cubic-bezier(.16, 1, .3, 1);
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(7, 8, 7, 0.86);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  height: 24px;
}

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

.desktop-nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.4vw, 42px);
  color: rgba(243, 239, 229, 0.68);
  font-family: "Courier New", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.desktop-nav a,
.site-footer a,
.circle-link,
.initiative-card a,
.team-card a,
.insight-card a {
  transition: color 180ms ease, opacity 180ms ease;
}

.desktop-nav a:hover,
.site-footer a:hover,
.circle-link:hover,
.initiative-card a:hover,
.team-card a:hover,
.insight-card a:hover {
  color: var(--accent);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.link-button,
.menu-button,
.carousel-controls button,
.audience-block button,
.close-button {
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.link-button {
  min-height: 40px;
  padding: 0 20px;
  border: 1px solid var(--line-strong);
  color: var(--ink);
  font-family: "Courier New", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.link-button:hover,
.primary-button:hover,
.audience-block button:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 166, 107, 0.68);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 13px 8px;
  border: 1px solid var(--line);
}

.menu-button span {
  display: block;
  height: 1px;
  margin: 6px 0;
  background: var(--ink);
}

.mobile-nav {
  display: none;
}

.scroll-rail {
  position: fixed;
  left: clamp(18px, 2.4vw, 42px);
  top: 39vh;
  z-index: 20;
  display: grid;
  justify-items: center;
  gap: 16px;
  pointer-events: none;
}

.scroll-rail span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--muted);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.scroll-rail i {
  display: block;
  width: 1px;
  height: 130px;
  background: var(--line);
}

.scroll-rail i::after {
  display: block;
  width: 100%;
  height: var(--scroll-progress, 0%);
  min-height: 8px;
  content: "";
  background: var(--accent);
}

.scroll-rail b {
  width: 10px;
  height: 10px;
  border: 1px solid var(--accent);
  border-radius: 50%;
}

main {
  padding-top: var(--header-h);
  max-width: 100%;
  overflow-x: clip;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(36px, 5vw, 90px);
  align-items: center;
  min-height: calc(100vh - var(--header-h));
  padding: clamp(56px, 8vw, 120px) clamp(26px, 6vw, 112px) clamp(58px, 7vw, 110px);
  border-bottom: 1px solid var(--line);
}

.hero .reveal {
  opacity: 1;
  transform: none;
}

.eyebrow,
.section-label,
.pillar-card span,
.initiative-card span,
.team-card span,
.insight-card span,
.contact-intro span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: Editorial, Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  margin-top: 34px;
  color: var(--ink);
  font-size: clamp(74px, 9.2vw, 156px);
  line-height: 0.82;
  text-shadow: 0 0 36px rgba(243, 239, 229, 0.12);
}

.hero-text {
  max-width: 600px;
  margin: 38px 0 0;
  color: rgba(243, 239, 229, 0.86);
  font-size: clamp(17px, 1.25vw, 22px);
  line-height: 1.62;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 44px;
}

.primary-button,
.audience-block button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border: 1px solid rgba(200, 166, 107, 0.5);
  color: #080908;
  background: linear-gradient(135deg, #e5cf9d, #b98f4e);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, filter 180ms ease;
}

.circle-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: rgba(243, 239, 229, 0.78);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.circle-link span,
.initiative-card a span,
.team-card a span,
.insight-card a span {
  transition: transform 180ms ease;
}

.circle-link:hover span,
.initiative-card a:hover span,
.team-card a:hover span,
.insight-card a:hover span {
  transform: translateX(4px);
}

.hero-visual {
  position: relative;
  min-height: min(680px, 68vh);
  overflow: hidden;
  border-left: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 54% 40%, rgba(200, 166, 107, 0.18), transparent 17rem),
    linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.015));
}

#heroNetwork {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mesh-stage {
  position: absolute;
  top: 50%;
  left: clamp(
    calc(100% + 64px),
    calc(100% + 15vw),
    calc(100vw - clamp(510px, 35vw, 720px) - clamp(112px, 8vw, 180px))
  );
  right: auto;
  width: clamp(430px, 35vw, 720px);
  height: clamp(420px, 38vw, 700px);
  transform: translate3d(var(--mesh-x, 0px), var(--mesh-y, 0px), 0) translateY(-48%);
  opacity: 0.92;
  mix-blend-mode: screen;
  transition: transform 220ms ease-out;
}

.mesh-person {
  position: absolute;
  width: clamp(116px, 10vw, 186px);
  aspect-ratio: 91 / 151;
}

.mesh-person-a {
  top: 2%;
  left: 37%;
}

.mesh-person-b {
  top: 28%;
  left: 5%;
  width: clamp(90px, 8vw, 145px);
  opacity: 0.62;
}

.mesh-person-c {
  top: 22%;
  right: 8%;
  width: clamp(98px, 8.6vw, 154px);
  opacity: 0.76;
}

.mesh-person-d {
  bottom: 8%;
  left: 26%;
  width: clamp(98px, 8.8vw, 160px);
  opacity: 0.72;
}

.mesh-person-e {
  bottom: 7%;
  right: 22%;
  width: clamp(84px, 7.2vw, 132px);
  opacity: 0.54;
}

.mesh-person-f {
  top: 7%;
  left: 14%;
  width: clamp(66px, 5.8vw, 106px);
  opacity: 0.36;
}

.mesh-person-g {
  top: 4%;
  right: 7%;
  width: clamp(72px, 6.4vw, 116px);
  opacity: 0.42;
}

.mesh-person-h {
  top: 48%;
  left: 4%;
  width: clamp(64px, 5.6vw, 102px);
  opacity: 0.34;
}

.mesh-person-i {
  top: 47%;
  right: 6%;
  width: clamp(70px, 6.2vw, 112px);
  opacity: 0.4;
}

.mesh-person-j {
  bottom: 0;
  left: 10%;
  width: clamp(72px, 6.4vw, 116px);
  opacity: 0.38;
}

.mesh-person-k {
  bottom: 0;
  right: 9%;
  width: clamp(68px, 6vw, 108px);
  opacity: 0.35;
}

.mesh-person-l {
  top: 40%;
  left: 39%;
  width: clamp(80px, 7vw, 126px);
  opacity: 0.58;
}

.mesh-person-m {
  top: 62%;
  left: 58%;
  width: clamp(58px, 5vw, 94px);
  opacity: 0.32;
}

[data-face-mesh] {
  display: block;
  width: 100%;
  height: 100%;
}

.visual-index {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  background: rgba(7, 8, 7, 0.78);
  backdrop-filter: blur(10px);
}

.visual-index article {
  min-height: 104px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.visual-index article:last-child {
  border-right: 0;
}

.visual-index span {
  display: block;
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 11px;
}

.visual-index strong {
  font-family: Editorial, Georgia, serif;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 500;
}

.section-shell,
.pillars,
.initiatives,
.team,
.audiences,
.insights,
.final-cta {
  padding: clamp(76px, 9vw, 150px) clamp(26px, 6vw, 112px);
  scroll-margin-top: calc(var(--header-h) + 48px);
  border-bottom: 1px solid var(--line);
}

.section-label {
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
}

.section-label i {
  width: 34px;
  height: 1px;
  background: rgba(200, 166, 107, 0.42);
}

.ethos {
  display: grid;
  grid-template-columns: minmax(136px, 0.26fr) minmax(0, 1fr) minmax(240px, 0.58fr);
  gap: clamp(34px, 5vw, 84px);
  align-items: start;
}

.ethos-lines h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  font-size: clamp(42px, 5.4vw, 92px);
  line-height: 0.95;
}

.ethos-lines h2 + h2 {
  margin-top: 20px;
}

.section-copy,
.section-heading p,
.focus-intro p,
.team-copy p,
.final-cta p {
  color: rgba(243, 239, 229, 0.72);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.72;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(136px, 0.22fr) minmax(0, 1.22fr) minmax(220px, 0.56fr);
  gap: clamp(34px, 5vw, 84px);
  align-items: start;
  margin-bottom: clamp(44px, 5vw, 78px);
}

.section-heading h2,
.focus-intro h2,
.team-copy h2,
.final-cta h2 {
  font-size: clamp(42px, 5vw, 84px);
  line-height: 0.96;
}

.section-heading p,
.focus-intro p,
.team-copy p {
  margin: 0;
}

.focus-intro p {
  margin-top: 14px;
}

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

.pillar-card,
.initiative-card,
.audience-block,
.insight-card,
.team-card {
  position: relative;
  overflow: hidden;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.02));
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.pillar-card::after,
.initiative-card::after,
.audience-block::after,
.insight-card::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle at var(--card-x, 50%) var(--card-y, 35%), rgba(255,255,255,.34), transparent 34%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.pillar-card:hover::after,
.initiative-card:hover::after,
.audience-block:hover::after,
.insight-card:hover::after {
  opacity: 0.16;
}

.pillar-card > *,
.initiative-card > *,
.audience-block > *,
.insight-card > * {
  position: relative;
  z-index: 1;
}

.pillar-card {
  min-height: 420px;
  padding: 30px;
}

.pillar-card:hover,
.initiative-card:hover,
.audience-block:hover,
.insight-card:hover,
.team-card:not(.is-active):hover {
  transform: translateY(-6px);
  border-color: rgba(200, 166, 107, 0.38);
  background: linear-gradient(180deg, rgba(200,166,107,.12), rgba(255,255,255,.025));
}

.pillar-card h3,
.initiative-card h3,
.audience-block h3,
.team-card h3,
.insight-card h3 {
  margin: 28px 0 16px;
  font-family: Editorial, Georgia, serif;
  font-size: clamp(27px, 2.5vw, 44px);
  font-weight: 500;
  line-height: 1;
}

.pillar-card p,
.initiative-card p,
.audience-block p,
.team-card p,
.insight-card p {
  color: rgba(243, 239, 229, 0.68);
  line-height: 1.62;
}

.focus {
  display: grid;
  grid-template-columns: minmax(136px, 0.26fr) minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 84px);
  background:
    radial-gradient(circle at 90% 40%, rgba(200,166,107,.11), transparent 25rem),
    rgba(255,255,255,.015);
}

.focus-list {
  border-top: 1px solid var(--line);
}

.focus-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.section-heading > *,
.ethos > *,
.focus > *,
.focus-item > * {
  min-width: 0;
}

.focus-item span {
  color: rgba(255,255,255,.92);
  font-size: 12px;
}

.focus-item h3 {
  margin: 0;
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 500;
}

.focus-item p {
  margin: 0;
  color: rgba(255,255,255,.92);
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.initiative-grid,
.audience-grid,
.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.initiative-card,
.audience-block,
.insight-card {
  min-height: 330px;
  padding: 32px;
}

.initiative-card a,
.team-card a,
.insight-card a {
  position: absolute;
  left: 32px;
  bottom: 32px;
  display: inline-flex;
  gap: 12px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.team {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1fr);
  gap: clamp(38px, 6vw, 98px);
  align-items: center;
}

.team-copy h2 {
  margin-top: 38px;
  font-size: clamp(44px, 4.45vw, 78px);
}

.team-copy p {
  max-width: 560px;
  margin-top: 30px;
}

.carousel-controls {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 42px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.carousel-controls button {
  padding: 12px 0;
  color: var(--ink);
  text-transform: uppercase;
}

.team-carousel {
  position: relative;
  min-height: 600px;
  perspective: 1200px;
  cursor: pointer;
}

.team-card {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: min(720px, 92%);
  min-height: 560px;
  padding: 32px;
  opacity: 0.42;
  transform: translateX(72px) translateY(36px) rotate(-2deg) scale(0.88);
  transform-origin: center right;
  pointer-events: auto;
  filter: saturate(0.7) brightness(0.76);
  cursor: pointer;
  transition:
    opacity 420ms ease,
    transform 520ms cubic-bezier(.16, 1, .3, 1),
    filter 420ms ease,
    box-shadow 420ms ease;
}

.team-card:nth-child(2) {
  transform: translateX(34px) translateY(18px) rotate(1.6deg) scale(0.94);
}

.team-card:nth-child(3) {
  transform: translateX(104px) translateY(72px) rotate(3deg) scale(0.82);
}

.team-card:nth-child(4) {
  transform: translateX(128px) translateY(96px) rotate(-3.4deg) scale(0.78);
}

.team-card:nth-child(5) {
  transform: translateX(154px) translateY(118px) rotate(2.8deg) scale(0.74);
}

.team-card:nth-child(6) {
  transform: translateX(184px) translateY(140px) rotate(-1.8deg) scale(0.7);
}

.team-card.is-active {
  z-index: 3;
  opacity: 1;
  background: #efefed;
  transform: translateX(0) translateY(0) rotate(0deg) scale(1);
  pointer-events: auto;
  filter: none;
  box-shadow: 0 18px 0 rgba(255,255,255,.88), 0 58px 120px rgba(0,0,0,.32);
}

.team-card.is-active:hover {
  opacity: 1;
  background: #efefed;
  transform: translateX(0) translateY(0) rotate(0deg) scale(1);
  filter: none;
}

.team-card:not(.is-active) .portrait,
.team-card:not(.is-active) p,
.team-card:not(.is-active) a {
  opacity: 0.28;
}

.portrait {
  height: 270px;
  overflow: hidden;
  margin: -32px -32px 32px;
  border-bottom: 1px solid var(--line);
  background: var(--panel-soft);
}

.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
  filter: grayscale(1) sepia(.22) brightness(.72);
}

.team-card.is-active .portrait img {
  opacity: 1;
  filter: grayscale(1) contrast(1.04) brightness(.86);
}

.audience-block ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 32px;
  padding: 0;
  color: rgba(243, 239, 229, 0.76);
  list-style: none;
}

.audience-block li {
  padding-top: 0;
  border-top: 1px solid var(--line);
  font-family: "Courier New", monospace;
  font-size: 12px;
  line-height: 1.58;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.audience-block button {
  color: #090a08;
}

.insight-card time {
  display: block;
  margin-top: 10px;
  color: var(--dim);
  font-size: 12px;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(170px, 0.28fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 96px);
  align-items: start;
  min-height: 520px;
  background:
    radial-gradient(circle at 76% 44%, rgba(200,166,107,.16), transparent 24rem),
    linear-gradient(180deg, rgba(255,255,255,.025), transparent);
}

.final-cta h2 {
  max-width: 950px;
}

.final-cta p,
.final-cta .primary-button {
  grid-column: 2;
}

.final-cta p {
  max-width: 620px;
  margin: -28px 0 0;
}

.final-cta .primary-button {
  justify-self: start;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(280px, 1fr) minmax(220px, 0.55fr);
  gap: 38px;
  padding: 48px clamp(26px, 6vw, 112px);
  background: #050605;
}

.site-footer p,
.footer-meta {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.site-footer nav,
.footer-meta {
  align-items: start;
  flex-direction: column;
  gap: 14px;
}

.footer-meta {
  display: flex;
}

.contact-modal {
  width: min(760px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  padding: 0;
  border: 1px solid var(--line-strong);
  color: var(--ink);
  background: #0b0c0a;
}

.contact-modal::backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
}

.contact-panel {
  position: relative;
  display: grid;
  gap: 18px;
  padding: clamp(28px, 5vw, 54px);
}

.close-button {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 38px;
  height: 38px;
  color: var(--ink);
  font-size: 28px;
}

.contact-intro h2 {
  margin: 14px 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.94;
}

.contact-intro p {
  color: var(--muted);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

label {
  display: grid;
  gap: 8px;
  color: rgba(243, 239, 229, 0.7);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: rgba(255,255,255,.045);
  padding: 15px 14px;
  outline: 0;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(200, 166, 107, 0.72);
}

.consent {
  grid-template-columns: 18px 1fr;
  align-items: center;
  text-transform: none;
  letter-spacing: 0;
}

.consent input {
  width: 16px;
  height: 16px;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

.pillar-card.reveal,
.initiative-card.reveal,
.audience-block.reveal,
.insight-card.reveal {
  clip-path: inset(12% 0 0 0 round 22px);
  transform: translateY(44px) scale(.98);
  transition:
    opacity 760ms ease,
    transform 900ms cubic-bezier(.16, 1, .3, 1),
    clip-path 900ms cubic-bezier(.16, 1, .3, 1);
}

.pillar-card.reveal.is-visible,
.initiative-card.reveal.is-visible,
.audience-block.reveal.is-visible,
.insight-card.reveal.is-visible {
  clip-path: inset(0 0 0 0 round 22px);
  transform: translateY(0) scale(1);
}

.pillar-card.reveal:nth-child(2),
.initiative-card.reveal:nth-child(2),
.audience-block.reveal:nth-child(2),
.insight-card.reveal:nth-child(2) {
  transition-delay: 90ms;
}

.pillar-card.reveal:nth-child(3),
.initiative-card.reveal:nth-child(3),
.audience-block.reveal:nth-child(3),
.insight-card.reveal:nth-child(3) {
  transition-delay: 180ms;
}

.pillar-card.reveal:nth-child(4),
.initiative-card.reveal:nth-child(4),
.audience-block.reveal:nth-child(4),
.insight-card.reveal:nth-child(4) {
  transition-delay: 270ms;
}

.line-word {
  display: inline-block;
}

.line-clip {
  display: block;
  overflow: hidden;
  padding-right: 0.14em;
  padding-bottom: 0.08em;
  margin-right: -0.14em;
  margin-bottom: -0.08em;
}

.is-visible .line-clip,
.reveal.is-visible .line-clip {
  overflow: visible;
}

.line-inner {
  display: inline-block;
  opacity: 0;
  transform: translateY(112%) skewY(2deg);
  transition:
    opacity 760ms ease var(--line-delay, 0ms),
    transform 900ms cubic-bezier(.16, 1, .3, 1) var(--line-delay, 0ms);
}

.is-visible .line-inner {
  opacity: 1;
  transform: translateY(0) skewY(0deg);
}

body {
  background: #111;
}

body::before {
  background-image: none;
}

body::after {
  opacity: 0.035;
  mix-blend-mode: normal;
}

.site-header {
  background: linear-gradient(to bottom, rgba(17,17,17,.92), rgba(17,17,17,.2));
  border-bottom: 0;
}

.site-header.is-scrolled {
  background: rgba(17, 17, 17, 0.84);
}

@media (min-width: 1101px) {
  .site-header.is-scrolled {
    inset: 16px auto auto 50%;
    width: min(780px, calc(100vw - 48px));
    height: 58px;
    padding: 0 18px;
    border: 1px solid rgba(245,245,240,.08);
    border-radius: 8px;
    background: rgba(17, 17, 17, 0.86);
    box-shadow: 0 24px 80px rgba(0,0,0,.28);
    transform: translateX(-50%);
  }

  .site-header.is-scrolled .brand {
    height: 18px;
  }

  .site-header.is-scrolled .desktop-nav {
    gap: clamp(18px, 2vw, 34px);
    font-size: 11px;
  }

  .site-header.is-scrolled .link-button {
    min-height: 36px;
    padding: 0 14px;
  }
}

.brand {
  height: 22px;
}

.desktop-nav {
  gap: clamp(26px, 3vw, 54px);
}

.link-button {
  border-color: rgba(245, 245, 245, 0.28);
  background: transparent;
}

.hero {
  position: relative;
  display: block;
  min-height: calc(100vh - var(--header-h));
  padding: 0 clamp(24px, 3vw, 56px) clamp(44px, 5vw, 80px);
  border-bottom: 0;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: min(860px, 62vw);
  padding-top: clamp(112px, 14vh, 176px);
  margin-left: clamp(24px, 4vw, 72px);
}

.eyebrow {
  color: rgba(255, 255, 255, 0.68);
  font-family: "Courier New", monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  max-width: min(760px, calc(100vw - 180px));
  line-height: 1.55;
  overflow-wrap: anywhere;
}

h1 {
  max-width: 610px;
  margin-top: 26px;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(70px, 8vw, 124px);
  font-weight: 820;
  letter-spacing: -0.035em;
  line-height: 0.86;
  text-transform: uppercase;
}

.hero-title-stage {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin-top: 26px;
}

.hero-title-stage h1 {
  margin-top: 0;
}

.hero-text {
  width: min(560px, 46vw);
  margin-top: clamp(22px, 3vh, 34px);
  color: rgba(255,255,255,.74);
  font-family: "Courier New", monospace;
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1.58;
  text-transform: uppercase;
}

.button-row {
  margin-top: clamp(34px, 5vh, 64px);
}

.primary-button,
.audience-block button {
  min-height: 48px;
  border: 0;
  border-radius: 0;
  color: #111;
  background: #f5f5f0;
  font-family: "Courier New", monospace;
  font-size: 12px;
}

.circle-link {
  color: rgba(255,255,255,.72);
  font-family: "Courier New", monospace;
  font-size: 12px;
}

.hero-connect {
  position: relative;
  z-index: 3;
  margin-top: clamp(24px, 3vh, 38px);
}

.bracket-link {
  display: inline-grid;
  place-items: center;
  width: 168px;
  height: 58px;
  color: #e9e9e4;
  font-family: "Courier New", monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bracket-link::before,
.bracket-link::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(#e9e9e4, #e9e9e4) left top / 9px 1px no-repeat,
    linear-gradient(#e9e9e4, #e9e9e4) left top / 1px 9px no-repeat,
    linear-gradient(#e9e9e4, #e9e9e4) right top / 9px 1px no-repeat,
    linear-gradient(#e9e9e4, #e9e9e4) right top / 1px 9px no-repeat,
    linear-gradient(#e9e9e4, #e9e9e4) left bottom / 9px 1px no-repeat,
    linear-gradient(#e9e9e4, #e9e9e4) left bottom / 1px 9px no-repeat,
    linear-gradient(#e9e9e4, #e9e9e4) right bottom / 9px 1px no-repeat,
    linear-gradient(#e9e9e4, #e9e9e4) right bottom / 1px 9px no-repeat;
  opacity: 0.9;
  transition:
    inset 260ms cubic-bezier(.16, 1, .3, 1),
    opacity 260ms ease,
    background-size 260ms cubic-bezier(.16, 1, .3, 1);
}

.bracket-link:hover::before,
.bracket-link:hover::after {
  inset: -5px;
  opacity: 1;
  background-size: 15px 1px, 1px 15px, 15px 1px, 1px 15px, 15px 1px, 1px 15px, 15px 1px, 1px 15px;
}

.hero-visual {
  position: absolute;
  inset: var(--header-h) 0 0 0;
  min-height: auto;
  overflow: visible;
  border: 0;
  background: transparent;
  pointer-events: none;
}

#heroNetwork {
  opacity: 0.28;
}

.float-card {
  position: absolute;
  pointer-events: auto;
  border-radius: 20px;
  color: #111;
  box-shadow: 0 28px 90px rgba(0,0,0,.25);
}

.proof-card span {
  display: block;
  margin-bottom: 18px;
  color: rgba(17,17,17,.62);
  font-family: "Courier New", monospace;
  font-size: 12px;
  text-transform: uppercase;
}

.proof-card {
  right: clamp(28px, 4vw, 74px);
  bottom: clamp(32px, 7vh, 96px);
  width: min(440px, 34vw);
  padding: 24px 28px;
  background: rgba(17,17,17,.82);
  border: 1px solid rgba(255,255,255,.14);
  color: #f5f5f0;
  transform: translate3d(var(--proof-x, 0px), var(--proof-y, 0px), 0);
  transition: transform 220ms ease-out, border-color 220ms ease;
}

.proof-card span {
  color: rgba(255,255,255,.5);
}

.proof-card strong {
  font-family: "Courier New", monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.4;
  text-transform: uppercase;
}

@media (max-width: 1180px) and (min-width: 761px) {
  .proof-card {
    right: 28px;
    bottom: 32px;
    width: min(330px, 32vw);
  }
}

.section-shell,
.pillars,
.initiatives,
.team,
.audiences,
.insights,
.final-cta {
  position: relative;
  padding-top: clamp(96px, 11vw, 180px);
  padding-bottom: clamp(96px, 11vw, 180px);
  border-bottom: 0;
  background: transparent;
}

.section-label,
.pillar-card span,
.initiative-card span,
.team-card span,
.insight-card span {
  color: rgba(255,255,255,.58);
  font-family: "Courier New", monospace;
  letter-spacing: 0.08em;
}

.ethos-lines h2,
.section-heading h2,
.focus-intro h2,
.team-copy h2,
.final-cta h2 {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-weight: 820;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.section-copy,
.section-heading p,
.focus-intro p,
.team-copy p,
.final-cta p,
.pillar-card p,
.initiative-card p,
.audience-block p,
.team-card p,
.insight-card p,
.focus-item p {
  color: rgba(255,255,255,.66);
  font-family: "Courier New", monospace;
  font-size: 13px;
  text-transform: uppercase;
}

.pillar-grid,
.initiative-grid,
.audience-grid,
.insight-grid {
  gap: 24px;
  border: 0;
}

.pillar-card,
.initiative-card,
.audience-block,
.insight-card,
.team-card {
  border: 0;
  border-radius: 22px;
  color: #111;
  background: #efefed;
}

.pillar-card:nth-child(2),
.initiative-card:nth-child(2),
.audience-block:nth-child(2),
.insight-card:nth-child(2) {
  background: #d8d0b9;
}

.audience-block:nth-child(1) {
  background: #d86f43;
}

.pillar-card:nth-child(3),
.initiative-card:nth-child(3),
.audience-block:nth-child(3),
.insight-card:nth-child(3) {
  background: #86aeba;
}

.pillar-card:nth-child(4) {
  background: #d86f43;
}

.pillar-card:hover,
.initiative-card:hover,
.audience-block:hover,
.insight-card:hover {
  transform: translateY(-10px) scale(1.01);
  background: #f5f5f0;
}

.pillar-card span,
.initiative-card span,
.team-card span,
.insight-card span,
.pillar-card p,
.initiative-card p,
.audience-block p,
.team-card p,
.insight-card p {
  color: rgba(17,17,17,.72);
}

.pillar-card h3,
.initiative-card h3,
.audience-block h3,
.team-card h3,
.insight-card h3,
.focus-item h3 {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-weight: 820;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.focus-item {
  border-color: rgba(255,255,255,.18);
}

.focus-item h3 {
  color: #fff;
}

.team-card {
  background: #efefed;
}

.portrait {
  border-bottom: 0;
  background: #111;
}

.initiative-card a,
.team-card a,
.insight-card a {
  color: #111;
  font-family: "Courier New", monospace;
}

@media (max-width: 1100px) {
  .hero {
    min-height: auto;
    padding-bottom: clamp(48px, 7vw, 72px);
  }

  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .mobile-nav {
    position: absolute;
    top: var(--header-h);
    right: 18px;
    display: grid;
    width: min(340px, calc(100vw - 36px));
    padding: 18px;
    border: 1px solid var(--line);
    background: rgba(10, 11, 9, 0.96);
    box-shadow: 0 24px 70px rgba(0,0,0,.38);
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-nav.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .mobile-nav a,
  .mobile-nav button {
    padding: 15px 4px;
    border: 0;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    background: transparent;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-weight: 800;
  }

  .hero,
  .ethos,
  .focus,
  .team,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .final-cta p,
  .final-cta .primary-button {
    grid-column: auto;
  }

  .pillar-grid,
  .initiative-grid,
  .audience-grid,
  .insight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  :root {
    --header-h: 74px;
  }

  .site-header {
    padding-inline: 18px;
  }

  .brand {
    height: 20px;
  }

  .link-button,
  .scroll-rail {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-inline: 20px;
  }

  h1 {
    font-size: clamp(62px, 18vw, 92px);
  }

  .hero-visual {
    min-height: 500px;
  }

  .visual-index,
  .form-row,
  .pillar-grid,
  .initiative-grid,
  .audience-grid,
  .insight-grid {
    grid-template-columns: 1fr;
  }

  .visual-index article {
    min-height: auto;
  }

  .section-shell,
  .pillars,
  .initiatives,
  .team,
  .audiences,
  .insights,
  .final-cta {
    padding-inline: 20px;
  }

  .focus-item {
    grid-template-columns: 42px 1fr;
  }

  .focus-item p {
    grid-column: 2;
  }

  .team-carousel {
    min-height: 590px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    perspective: none;
    touch-action: pan-y;
    isolation: isolate;
  }

  .team-card {
    right: auto;
    left: 0;
    width: 100%;
    max-width: 100%;
    transform-origin: center;
  }

  .team-card:nth-child(2) {
    transform: translateX(10px) translateY(16px) rotate(1deg) scale(.96);
  }

  .team-card:nth-child(3) {
    transform: translateX(18px) translateY(32px) rotate(-1.2deg) scale(.92);
  }

  .team-card:nth-child(4) {
    transform: translateX(24px) translateY(48px) rotate(1.4deg) scale(.88);
  }

  .team-card:nth-child(5) {
    transform: translateX(30px) translateY(64px) rotate(-1deg) scale(.84);
  }

  .team-card:nth-child(6) {
    transform: translateX(36px) translateY(80px) rotate(1deg) scale(.8);
  }

  .team-card.is-active,
  .team-card.is-active:hover {
    transform: translateX(0) translateY(0) rotate(0deg) scale(1);
    box-shadow: 0 14px 0 rgba(255,255,255,.88), 0 36px 76px rgba(0,0,0,.26);
  }

  .site-footer nav,
  .footer-meta {
    align-items: flex-start;
  }
}

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

@media (max-width: 760px) {
  .hero {
    display: grid;
    min-height: auto;
    padding: 88px 20px 56px;
  }

  .hero-connect {
    margin-top: 28px;
  }

  .hero-copy {
    max-width: none;
    margin-left: 0;
    padding-top: 0;
  }

  .hero-title-stage {
    width: 100%;
  }

  h1 {
    max-width: none;
    font-size: clamp(55px, 17vw, 72px);
    line-height: 0.9;
  }

  .hero-visual {
    position: relative;
    inset: auto;
    display: grid;
    gap: 16px;
    margin-top: 28px;
    pointer-events: auto;
  }

  #heroNetwork {
    opacity: 0.2;
  }

  .mesh-stage {
    display: none;
  }

  .float-card {
    position: relative;
    inset: auto;
    width: auto;
    min-height: auto;
    border-radius: 18px;
  }

  .proof-card {
    width: auto;
    padding: 26px;
  }

  .proof-card {
    order: 3;
  }
}
/* User-requested keepers after restoring the original visual direction. */
.site-header .link-button {
  position: relative;
  display: inline-grid;
  place-items: center;
  min-width: 96px;
  border: 0;
}

.site-header .link-button::before {
  position: absolute;
  inset: -4px;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(var(--ink), var(--ink)) left top / 7px 1px no-repeat,
    linear-gradient(var(--ink), var(--ink)) left top / 1px 7px no-repeat,
    linear-gradient(var(--ink), var(--ink)) right top / 7px 1px no-repeat,
    linear-gradient(var(--ink), var(--ink)) right top / 1px 7px no-repeat,
    linear-gradient(var(--ink), var(--ink)) left bottom / 7px 1px no-repeat,
    linear-gradient(var(--ink), var(--ink)) left bottom / 1px 7px no-repeat,
    linear-gradient(var(--ink), var(--ink)) right bottom / 7px 1px no-repeat,
    linear-gradient(var(--ink), var(--ink)) right bottom / 1px 7px no-repeat;
  opacity: 0.9;
  transition: inset 180ms ease, opacity 180ms ease;
}

.site-header .link-button:hover::before {
  inset: -6px;
  opacity: 1;
}

@media (max-width: 1100px) {
  .site-header {
    justify-content: space-between;
  }

  .header-actions {
    margin-left: auto;
  }
}

.proof-card {
  display: none !important;
}

.team-card:not(.is-active):not(.is-next) {
  opacity: 0;
  pointer-events: none;
  transform: translateX(120px) translateY(40px) rotate(0deg) scale(0.86);
}

.team-card.is-next {
  z-index: 1;
  opacity: 0.2;
  pointer-events: none;
  transform: translateX(54px) translateY(28px) rotate(0deg) scale(0.94);
  filter: saturate(0.45) brightness(0.78) blur(0.2px);
}

.team-card.is-next .portrait,
.team-card.is-next p,
.team-card.is-next a {
  opacity: 0;
}

.audience-grid {
  display: flex;
  align-items: stretch;
}

.audience-block {
  flex: 1 1 0;
  min-width: 0;
  transition:
    flex 520ms cubic-bezier(.16, 1, .3, 1),
    transform 420ms cubic-bezier(.16, 1, .3, 1),
    background 220ms ease,
    color 220ms ease;
}

.audience-block:hover {
  flex-grow: 1.45;
}

.audience-block ul,
.audience-block li {
  border-color: transparent;
}

@media (max-width: 860px) {
  .audience-grid {
    display: grid;
  }

  .audience-block:hover {
    flex-grow: 1;
  }
}

/* Current refinement pass: no gold accents, tighter brackets, slower audience motion. */
:root {
  --accent: #e9e9e4;
  --accent-soft: rgba(233, 233, 228, 0.12);
}

body {
  background:
    radial-gradient(circle at 76% 12%, rgba(255, 255, 255, 0.06), transparent 30rem),
    radial-gradient(circle at 18% 54%, rgba(238, 230, 214, 0.05), transparent 28rem),
    linear-gradient(180deg, #070807 0%, #0d0f0d 58%, #070807 100%);
}

.scroll-rail i::after {
  background: rgba(233, 233, 228, 0.72);
}

.scroll-rail b {
  border-color: rgba(233, 233, 228, 0.72);
}

.pillar-card:hover,
.initiative-card:hover,
.audience-block:hover,
.insight-card:hover,
.team-card:not(.is-active):hover {
  border-color: rgba(233, 233, 228, 0.26);
  background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.025));
}

.focus {
  background:
    radial-gradient(circle at 90% 40%, rgba(255,255,255,.055), transparent 25rem),
    rgba(255,255,255,.015);
}

.bracket-link {
  width: auto;
  min-width: 0;
  height: 48px;
  padding: 0 22px;
}

.bracket-link::before,
.bracket-link::after {
  inset: 0;
  background-size: 7px 1px, 1px 7px, 7px 1px, 1px 7px, 7px 1px, 1px 7px, 7px 1px, 1px 7px;
}

.bracket-link:hover::before,
.bracket-link:hover::after {
  inset: -3px;
  background-size: 10px 1px, 1px 10px, 10px 1px, 1px 10px, 10px 1px, 1px 10px, 10px 1px, 1px 10px;
}

.site-header .link-button {
  min-width: 0;
  min-height: 34px;
  padding: 0 18px;
}

.site-header .link-button::before {
  inset: -3px;
}

.site-header .link-button:hover::before {
  inset: -5px;
}

.audience-block {
  transition:
    flex 900ms cubic-bezier(.16, 1, .3, 1),
    transform 760ms cubic-bezier(.16, 1, .3, 1),
    background 520ms ease,
    color 520ms ease;
}

.audience-block::after {
  transition: opacity 520ms ease;
}

.audience-block:hover {
  flex-grow: 1.38;
}

.section-heading h2,
.focus-intro h2,
.team-copy h2,
.final-cta h2 {
  max-width: 760px;
}

.section-heading {
  grid-template-columns: minmax(180px, 0.26fr) minmax(0, 1.18fr) minmax(240px, 0.56fr);
}

.audience-block:hover,
.insight-card:hover {
  color: #111;
  background: #f5f5f0;
}

.audience-block:hover h3,
.insight-card:hover h3,
.audience-block:hover a,
.insight-card:hover a,
.audience-block:hover button {
  color: #111;
}

.audience-block:hover p,
.audience-block:hover li,
.audience-block:hover span,
.insight-card:hover p,
.insight-card:hover time,
.insight-card:hover span {
  color: rgba(17, 17, 17, 0.72);
}

.section-label i,
.scroll-rail i::after,
.scroll-rail b {
  border-color: rgba(233, 233, 228, 0.68);
  background: rgba(233, 233, 228, 0.68);
}

.initiative-card:hover {
  color: #111;
  background: #f5f5f0;
}

.initiative-card:hover h3,
.initiative-card:hover a {
  color: #111;
}

.initiative-card:hover p,
.initiative-card:hover span {
  color: rgba(17, 17, 17, 0.72);
}

@media (min-width: 1101px) {
  .site-header.is-scrolled .link-button {
    min-width: 0;
    min-height: 0;
    height: auto;
    padding: 0;
    color: rgba(243, 239, 229, 0.68);
    line-height: 1;
  }

  .site-header.is-scrolled .link-button::before {
    display: none;
  }

  .site-header.is-scrolled .header-actions {
    gap: 0;
  }
}

.pillar-card:hover {
  color: #111;
  background: #f5f5f0;
}

.pillar-card:hover h3 {
  color: #111;
}

.pillar-card:hover p,
.pillar-card:hover span {
  color: rgba(17, 17, 17, 0.72);
}

.initiative-card:first-child {
  color: #111;
  background: #d86f43;
}

.initiative-card:first-child p,
.initiative-card:first-child span {
  color: rgba(17, 17, 17, 0.7);
}

.initiative-card:first-child h3,
.initiative-card:first-child a {
  color: #111;
}

/* Inner pages: news, investors, careers. */
.page-main {
  min-height: 100vh;
  padding: calc(var(--header-h) + clamp(72px, 10vw, 150px)) clamp(24px, 6vw, 96px) clamp(80px, 10vw, 150px);
}

.page-main .reveal {
  opacity: 1;
  transform: none;
}

.page-hero {
  max-width: 1180px;
  margin: 0 auto clamp(56px, 8vw, 112px);
}

.page-hero .eyebrow {
  max-width: none;
}

.page-hero h1 {
  max-width: 980px;
  margin: 24px 0 0;
  color: var(--ink);
  font-size: clamp(76px, 10vw, 156px);
  line-height: 0.86;
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(243, 239, 229, 0.72);
  font-family: "Courier New", monospace;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.68;
  text-transform: uppercase;
}

.page-section {
  max-width: 1400px;
  margin: 0 auto clamp(64px, 8vw, 120px);
}

.article-feature-grid,
.investor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.article-card,
.investor-card,
.role-card,
.open-cta {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 18px;
  color: #111;
  background: #efefed;
  transition:
    transform 760ms cubic-bezier(.16, 1, .3, 1),
    background 520ms ease,
    color 520ms ease,
    box-shadow 520ms ease;
}

.article-card:nth-child(2),
.investor-card:nth-child(2),
.role-card:nth-of-type(2) {
  background: #d8d0b9;
}

.article-card:nth-child(3),
.investor-card:nth-child(3),
.role-card:nth-of-type(3) {
  background: #86aeba;
}

.article-card:nth-child(4),
.investor-card:nth-child(4) {
  background: #d86f43;
}

.investor-card:nth-child(5),
.investor-card:nth-child(7) {
  background: #efefed;
}

.investor-card:nth-child(6) {
  background: #86aeba;
}

.investor-card:nth-child(8) {
  background: #d86f43;
}

.article-card:hover,
.investor-card:hover,
.role-card:hover,
.open-cta:hover {
  color: #111;
  background: #f5f5f0;
  transform: translateY(-8px);
}

.article-card span,
.article-card time,
.investor-card p,
.role-card span,
.role-card p,
.role-card li,
.open-cta p {
  color: rgba(17, 17, 17, 0.7);
}

.article-card h2,
.investor-card h2,
.role-card h2,
.open-cta h2 {
  margin: 18px 0 18px;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(34px, 4vw, 64px);
  font-weight: 820;
  letter-spacing: -0.04em;
  line-height: 0.95;
  text-transform: uppercase;
}

.article-card p,
.investor-card p,
.role-card p,
.open-cta p {
  max-width: 62ch;
  font-family: "Courier New", monospace;
  font-size: 13px;
  line-height: 1.62;
  text-transform: uppercase;
}

.article-card b,
.role-card a,
.open-cta a {
  position: absolute;
  left: clamp(28px, 4vw, 48px);
  bottom: clamp(28px, 4vw, 48px);
  color: #111;
  font-family: "Courier New", monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.feature-card {
  grid-row: span 2;
  min-height: 520px;
}

.archive-list {
  border-top: 1px solid var(--line);
}

.archive-item {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 150px;
  gap: 32px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.archive-item span,
.archive-item time {
  color: rgba(243, 239, 229, 0.58);
  font-family: "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.archive-item h3 {
  margin: 0 0 8px;
  font-size: clamp(22px, 2vw, 34px);
}

.archive-item p {
  margin: 0;
  color: rgba(243, 239, 229, 0.68);
  font-family: "Courier New", monospace;
  font-size: 13px;
  line-height: 1.55;
  text-transform: uppercase;
}

.role-card {
  min-height: 0;
  margin-bottom: 28px;
  padding-bottom: 96px;
}

.role-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: start;
}

.role-head h2 {
  margin-top: 0;
}

.role-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  margin-top: 28px;
}

.role-card h3 {
  margin: 0 0 14px;
  font-family: "Courier New", monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.role-card ul {
  padding-left: 18px;
  margin: 0;
}

.role-card li + li {
  margin-top: 10px;
}

.article-page {
  max-width: 860px;
  margin: 0 auto;
  padding-top: calc(var(--header-h) + 88px);
}

.article-page h1 {
  max-width: none;
  margin: 28px 0 48px;
  font-size: clamp(54px, 7vw, 104px);
}

.article-page p {
  color: rgba(243, 239, 229, 0.74);
  font-family: "Courier New", monospace;
  font-size: 15px;
  line-height: 1.8;
  text-transform: uppercase;
}

.article-meta,
.back-link {
  color: rgba(243, 239, 229, 0.62);
  font-family: "Courier New", monospace;
  font-size: 12px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .article-feature-grid,
  .investor-grid,
  .role-columns {
    grid-template-columns: 1fr;
  }

  .feature-card {
    grid-row: auto;
    min-height: 360px;
  }

  .archive-item,
  .role-head {
    grid-template-columns: 1fr;
    display: grid;
  }
}

@media (min-width: 1101px) {
  .site-header.is-scrolled {
    width: min(1040px, calc(100vw - 48px));
  }

  .site-header.is-scrolled .desktop-nav {
    gap: clamp(14px, 1.55vw, 25px);
  }
}

/* Contact modal refinement. */
.contact-modal {
  width: min(920px, calc(100vw - 32px));
  border: 1px solid rgba(243, 239, 229, 0.18);
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(216, 111, 67, 0.26) 0 4px, transparent 4px),
    radial-gradient(circle at 86% 10%, rgba(216, 111, 67, 0.16), transparent 18rem),
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018)),
    #080908;
  box-shadow: 0 42px 140px rgba(0, 0, 0, 0.72);
}

.contact-modal::backdrop {
  background:
    radial-gradient(circle at 28% 42%, rgba(216, 111, 67, 0.12), transparent 22rem),
    rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(14px) saturate(0.8);
}

.contact-panel {
  grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr);
  gap: 22px clamp(28px, 5vw, 64px);
  padding: clamp(28px, 4vw, 58px);
}

.contact-panel::before {
  align-self: start;
  width: max-content;
  color: rgba(243, 239, 229, 0.62);
  content: "H1 / CONTACT";
  font-family: "Courier New", monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.contact-intro,
.contact-panel > label,
.contact-panel > .form-row,
.contact-panel > .primary-button {
  grid-column: 2;
}

.contact-intro {
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(243, 239, 229, 0.14);
}

.contact-intro span {
  color: rgba(243, 239, 229, 0.74);
  font-family: "Courier New", monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-intro h2 {
  max-width: 640px;
  margin: 18px 0;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 820;
  letter-spacing: -0.055em;
  line-height: 0.88;
  text-transform: uppercase;
}

.contact-intro p {
  max-width: 520px;
  color: rgba(243, 239, 229, 0.66);
  font-family: "Courier New", monospace;
  font-size: 13px;
  line-height: 1.6;
  text-transform: uppercase;
}

.contact-panel label {
  color: rgba(243, 239, 229, 0.74);
  font-family: "Courier New", monospace;
}

.contact-panel input,
.contact-panel select,
.contact-panel textarea {
  border-color: rgba(243, 239, 229, 0.18);
  color: var(--ink);
  background:
    linear-gradient(rgba(243, 239, 229, 0.035), rgba(243, 239, 229, 0.035)),
    rgba(255, 255, 255, 0.018);
  transition:
    border-color 220ms ease,
    background 220ms ease,
    transform 220ms ease;
}

.contact-panel input:focus,
.contact-panel select:focus,
.contact-panel textarea:focus {
  border-color: rgba(243, 239, 229, 0.56);
  background: rgba(255, 255, 255, 0.055);
}

.contact-panel .primary-button {
  color: #111;
  background: #f5f5f0;
}

.contact-panel .primary-button:hover {
  color: #f5f5f0;
  background: #d86f43;
}

.close-button {
  top: 22px;
  right: 22px;
  width: 42px;
  height: 42px;
  color: var(--ink);
  background:
    linear-gradient(currentColor, currentColor) left top / 8px 1px no-repeat,
    linear-gradient(currentColor, currentColor) left top / 1px 8px no-repeat,
    linear-gradient(currentColor, currentColor) right top / 8px 1px no-repeat,
    linear-gradient(currentColor, currentColor) right top / 1px 8px no-repeat,
    linear-gradient(currentColor, currentColor) left bottom / 8px 1px no-repeat,
    linear-gradient(currentColor, currentColor) left bottom / 1px 8px no-repeat,
    linear-gradient(currentColor, currentColor) right bottom / 8px 1px no-repeat,
    linear-gradient(currentColor, currentColor) right bottom / 1px 8px no-repeat;
  font-size: 0;
}

.close-button::before,
.close-button::after {
  position: absolute;
  top: 20px;
  left: 12px;
  width: 18px;
  height: 2px;
  background: currentColor;
  content: "";
}

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

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

.audience-block li {
  color: rgba(17, 17, 17, 0.62);
}

.audience-grid > .audience-block:nth-child(1) {
  background: #d86f43;
}

.audience-grid > .audience-block p,
.audience-grid > .audience-block li {
  color: rgba(17, 17, 17, 0.62);
}

.focus {
  align-items: start;
}

.focus > .section-label {
  align-self: start;
}

@media (max-width: 760px) {
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .contact-panel::before {
    display: none;
  }

  .contact-intro,
  .contact-panel > label,
  .contact-panel > .form-row,
  .contact-panel > .primary-button {
    grid-column: 1;
  }
}

/* Final mobile repair pass. */
@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  body {
    min-width: 0;
  }

  .site-header {
    top: 14px;
    right: auto;
    left: 14px;
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    height: 58px;
    padding: 0 14px;
    overflow: visible;
  }

  .site-header::after {
    display: none;
  }

  .brand {
    flex: 0 1 auto;
    width: min(150px, 48vw);
    height: 24px;
  }

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

  .header-actions {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
  }

  .site-header .link-button {
    display: none !important;
  }

  .menu-button {
    position: relative;
    z-index: 2;
    display: inline-flex !important;
    flex: 0 0 38px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-left: auto;
    padding: 9px 8px;
    border-color: rgba(243, 239, 229, 0.26);
    background: transparent;
  }

  .menu-button::before,
  .menu-button::after {
    display: none;
  }

  .menu-button span {
    display: block;
    width: 20px;
    height: 1px;
    margin: 4px 0;
    background: var(--ink);
  }

  .mobile-nav {
    position: fixed;
    top: 82px;
    right: 14px;
    left: 14px;
    width: auto;
  }

  main,
  .page-main {
    width: 100%;
    overflow: hidden;
  }

  .hero {
    min-height: auto;
    padding: 126px 20px 72px;
  }

  .hero-title-stage,
  .hero-copy,
  .page-hero,
  .page-section {
    width: min(100%, calc(100vw - 40px));
    max-width: calc(100vw - 40px);
  }

  h1,
  #hero-title {
    max-width: 100%;
    font-size: clamp(50px, 14.5vw, 58px);
    line-height: 0.92;
    letter-spacing: -0.045em;
  }

  .hero-text,
  .page-hero p:not(.eyebrow),
  .section-copy,
  .section-heading p,
  .focus-intro p,
  .team-copy p,
  .final-cta p {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.62;
  }

  .page-main {
    padding: 136px 20px 84px;
  }

  .page-hero {
    margin-bottom: 42px;
  }

  .page-hero h1,
  .section-heading h2,
  .focus-intro h2,
  .team-copy h2,
  .final-cta h2 {
    width: min(100%, calc(100vw - 40px));
    max-width: calc(100vw - 40px);
    font-size: clamp(34px, 10.2vw, 42px);
    line-height: 0.96;
    letter-spacing: -0.045em;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .page-hero p,
  .article-card p,
  .investor-card p,
  .role-card p,
  .role-card li,
  .open-cta p {
    width: 100%;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .section-shell,
  .pillars,
  .initiatives,
  .team,
  .audiences,
  .insights,
  .final-cta {
    padding: 86px 20px;
  }

  .section-label {
    align-self: start;
    max-width: 100%;
    gap: 12px;
    font-size: 11px;
  }

  .section-label i {
    width: 28px;
    flex: 0 0 28px;
  }

  .ethos,
  .focus,
  .team,
  .final-cta,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .focus {
    gap: 28px;
  }

  .focus-list {
    width: 100%;
  }

  .focus-item {
    grid-template-columns: 34px 1fr;
    gap: 14px;
    align-items: start;
    padding: 22px 0;
  }

  .focus-item h3 {
    font-size: 16px;
    line-height: 1.05;
  }

  .focus-item p {
    grid-column: 2;
    font-size: 12px;
  }

  .pillar-grid,
  .initiative-grid,
  .audience-grid,
  .insight-grid,
  .article-feature-grid,
  .investor-grid,
  .role-columns {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 18px;
  }

  .pillar-card,
  .initiative-card,
  .audience-block,
  .insight-card,
  .article-card,
  .investor-card,
  .role-card,
  .open-cta {
    display: flex;
    flex-direction: column;
    width: min(100%, calc(100vw - 40px));
    max-width: calc(100vw - 40px);
    min-width: 0;
    min-height: 0;
    padding: 28px;
    border-radius: 18px;
  }

  .pillar-card h3,
  .initiative-card h3,
  .audience-block h3,
  .insight-card h3 {
    margin-top: 22px;
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1;
  }

  .initiative-card a,
  .team-card a,
  .insight-card a,
  .article-card b,
  .role-card a,
  .open-cta a {
    position: static;
    margin-top: auto;
    padding-top: 28px;
  }

  .article-card h2,
  .investor-card h2,
  .role-head h2 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(27px, 7.8vw, 32px);
    line-height: 1;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .team-carousel {
    min-height: 0;
    overflow: visible;
  }

  .team-card,
  .team-card.is-next,
  .team-card:not(.is-active):not(.is-next) {
    position: relative;
    display: none;
    inset: auto;
    width: min(100%, calc(100vw - 40px));
    max-width: calc(100vw - 40px);
    min-height: 0;
    opacity: 1;
    transform: none;
    filter: none;
    pointer-events: auto;
  }

  .team-card.is-active,
  .team-card.is-active:hover {
    display: flex;
    flex-direction: column;
    transform: none;
    box-shadow: 0 12px 0 rgba(255,255,255,.88), 0 30px 64px rgba(0,0,0,.28);
  }

  .team-card.is-active .portrait,
  .team-card.is-active p,
  .team-card.is-active a {
    opacity: 1;
  }

  .portrait {
    height: 220px;
  }
}

/* Contact form rebuild. */
.contact-modal {
  width: min(720px, calc(100vw - 32px));
  max-height: min(820px, calc(100dvh - 32px));
  padding: 0;
  overflow: hidden;
  border: 0 !important;
  outline: 0 !important;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018)),
    #080908;
  box-shadow: 0 34px 120px rgba(0,0,0,.72);
}

.contact-modal:focus,
.contact-modal:focus-visible {
  outline: 0 !important;
}

.contact-modal::backdrop {
  background: rgba(0,0,0,.78);
  backdrop-filter: blur(12px);
}

.contact-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-height: min(820px, calc(100dvh - 32px));
  padding: clamp(26px, 4vw, 42px);
  overflow-y: auto;
}

.contact-panel::before {
  display: none;
}

.contact-intro,
.contact-panel > label,
.contact-panel > .form-row,
.contact-panel > .primary-button {
  grid-column: 1;
}

.contact-intro {
  display: grid;
  gap: 12px;
  padding: 0 54px 20px 0;
  border-bottom: 1px solid rgba(243, 239, 229, 0.14);
}

.contact-intro span {
  color: rgba(243, 239, 229, 0.66);
  font-family: "Courier New", monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-intro h2 {
  max-width: 560px;
  margin: 0;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 820;
  letter-spacing: -0.045em;
  line-height: 0.96;
  text-transform: uppercase;
}

.contact-intro p {
  max-width: 52ch;
  margin: 0;
  color: rgba(243, 239, 229, 0.66);
  font-family: "Courier New", monospace;
  font-size: 12px;
  line-height: 1.55;
  text-transform: uppercase;
}

.contact-panel label {
  gap: 8px;
  color: rgba(243, 239, 229, 0.74);
  font-family: "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.contact-panel input,
.contact-panel select,
.contact-panel textarea {
  min-height: 44px;
  padding: 11px 12px;
  border-color: rgba(243, 239, 229, 0.18);
  color: var(--ink);
  background: rgba(255,255,255,.04);
}

.contact-panel textarea {
  min-height: 112px;
  resize: vertical;
}

.contact-panel input:focus,
.contact-panel select:focus,
.contact-panel textarea:focus {
  border-color: rgba(243, 239, 229, 0.58);
  background: rgba(255,255,255,.065);
}

.contact-panel .form-row {
  gap: 14px;
}

.contact-panel .consent {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 2px;
  color: rgba(243, 239, 229, 0.68);
  line-height: 1.35;
  text-transform: none;
}

.contact-panel .consent input {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  padding: 0;
}

.contact-panel .primary-button {
  width: max-content;
  min-height: 46px;
  margin-top: 4px;
  padding: 0 22px;
  color: #111;
  background: #f5f5f0;
}

.contact-panel .primary-button:hover {
  color: #111;
  background: #d8d0b9;
}

.close-button {
  top: 24px;
  right: 24px;
  z-index: 2;
  width: 38px;
  height: 38px;
  color: var(--ink);
}

.close-button::before,
.close-button::after {
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  transform-origin: center;
}

.close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 760px) {
  .contact-modal {
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
  }

  .contact-panel {
    max-height: calc(100dvh - 24px);
    padding: 24px 18px;
  }

  .contact-intro {
    padding-right: 48px;
  }

  .contact-intro h2 {
    font-size: clamp(30px, 9vw, 38px);
  }

  .contact-panel .form-row {
    grid-template-columns: 1fr;
  }
}

/* Keep numbered section rules visually consistent across all layouts. */
.section-label i {
  width: 32px !important;
  min-width: 32px;
  max-width: 32px;
  flex: 0 0 32px !important;
}

/* Feature news artwork. */
.article-card--world-id {
  color: #0f2b43;
  background: #c7ddf0;
}

.article-card--world-id::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(207, 226, 241, 0.98) 0%, rgba(207, 226, 241, 0.78) 40%, rgba(207, 226, 241, 0.18) 72%),
    linear-gradient(90deg, rgba(207, 226, 241, 0.98) 0%, rgba(207, 226, 241, 0.82) 46%, rgba(207, 226, 241, 0.12) 100%),
    url("./assets/news-world-id-proof-human.png") right bottom / cover no-repeat;
  transition: transform 760ms cubic-bezier(.16, 1, .3, 1), opacity 520ms ease;
}

.article-card--world-id > * {
  position: relative;
  z-index: 1;
}

.article-card--world-id span,
.article-card--world-id time,
.article-card--world-id p {
  color: rgba(15, 43, 67, 0.74);
}

.article-card--world-id:hover {
  color: #0f2b43;
  background: #c7ddf0;
}

.article-card--world-id:hover::before {
  transform: scale(1.025);
}

/* Portfolio page rebuild. */
.portfolio-main {
  padding-top: calc(var(--header-h) + clamp(54px, 7vw, 92px));
}

.portfolio-hero,
.portfolio-showcase,
.portfolio-system,
.portfolio-roadmap {
  max-width: 1400px;
  margin-inline: auto;
}

.portfolio-hero {
  padding-bottom: clamp(54px, 7vw, 92px);
}

.portfolio-kicker {
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(243, 239, 229, 0.68);
  font-family: "Courier New", monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.portfolio-kicker i {
  width: 32px;
  height: 1px;
  background: rgba(243, 239, 229, 0.58);
}

.portfolio-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.38fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
  margin-top: 28px;
}

.portfolio-hero h1 {
  max-width: 1040px;
  margin: 0;
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(76px, 8.7vw, 142px);
  font-weight: 820;
  letter-spacing: -0.055em;
  line-height: 0.88;
  text-transform: uppercase;
  text-wrap: balance;
}

.portfolio-hero p,
.portfolio-roadmap p {
  margin: 0;
  color: rgba(243, 239, 229, 0.68);
  font-family: "Courier New", monospace;
  font-size: 13px;
  line-height: 1.68;
  text-transform: uppercase;
}

.portfolio-showcase {
  margin-bottom: clamp(72px, 8vw, 120px);
}

.portfolio-product {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 0.46fr) minmax(0, 0.54fr);
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(243, 239, 229, 0.14);
  background:
    radial-gradient(circle at 74% 24%, rgba(120, 184, 218, 0.16), transparent 24rem),
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018)),
    #090b0b;
}

.portfolio-product-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: clamp(34px, 5vw, 64px);
}

.portfolio-product-copy > span,
.portfolio-roadmap span,
.portfolio-system-grid span {
  color: rgba(243, 239, 229, 0.62);
  font-family: "Courier New", monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.portfolio-product h2,
.portfolio-system h2,
.portfolio-roadmap h2 {
  margin: 22px 0;
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(48px, 6vw, 96px);
  font-weight: 820;
  letter-spacing: -0.05em;
  line-height: 0.92;
  text-transform: uppercase;
}

.portfolio-product-copy p {
  max-width: 52ch;
  margin: 0 0 34px;
  color: rgba(243, 239, 229, 0.68);
  font-family: "Courier New", monospace;
  font-size: 13px;
  line-height: 1.65;
  text-transform: uppercase;
}

.portfolio-metrics {
  display: grid;
  gap: 1px;
  margin: auto 0 34px;
  border: 1px solid rgba(243, 239, 229, 0.14);
  background: rgba(243, 239, 229, 0.12);
}

.portfolio-metrics div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  padding: 16px;
  background: rgba(8, 9, 8, 0.74);
}

.portfolio-metrics dt,
.portfolio-metrics dd {
  margin: 0;
  font-family: "Courier New", monospace;
  font-size: 12px;
  line-height: 1.45;
  text-transform: uppercase;
}

.portfolio-metrics dt {
  color: rgba(243, 239, 229, 0.52);
}

.portfolio-metrics dd {
  color: var(--ink);
}

.portfolio-link {
  align-self: flex-start;
  min-height: 48px;
  padding: 16px 20px;
  color: #111;
  background: #f5f5f0;
  font-family: "Courier New", monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 220ms ease, background 220ms ease;
}

.portfolio-link:hover {
  background: #d8d0b9;
  transform: translateY(-2px);
}

.portfolio-product-visual {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
}

.portfolio-product-visual::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, #090b0b 0%, rgba(9, 11, 11, 0.22) 32%, transparent 62%),
    linear-gradient(180deg, transparent 60%, rgba(9, 11, 11, 0.28));
}

.portfolio-product-visual img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.portfolio-system {
  display: grid;
  grid-template-columns: minmax(180px, 0.25fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 78px);
  margin-bottom: clamp(72px, 8vw, 120px);
}

.portfolio-system h2 {
  max-width: 840px;
  margin-top: 0;
}

.portfolio-system-grid {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(243, 239, 229, 0.14);
}

.portfolio-system-grid article {
  min-height: 260px;
  padding: 28px;
  background: rgba(255,255,255,.045);
}

.portfolio-system-grid h3 {
  margin: 38px 0 16px;
  color: var(--ink);
  font-size: clamp(26px, 2.4vw, 42px);
  line-height: 1;
  text-transform: uppercase;
}

.portfolio-system-grid p {
  margin: 0;
  color: rgba(243, 239, 229, 0.66);
  font-family: "Courier New", monospace;
  font-size: 13px;
  line-height: 1.6;
  text-transform: uppercase;
}

.portfolio-roadmap {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(260px, 0.38fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
  padding: clamp(40px, 6vw, 76px);
  border: 1px solid rgba(243, 239, 229, 0.14);
  background: linear-gradient(135deg, rgba(216,111,67,.18), rgba(255,255,255,.04) 46%, rgba(120,184,218,.12));
}

@media (max-width: 900px) {
  .portfolio-hero-grid,
  .portfolio-product,
  .portfolio-system,
  .portfolio-roadmap {
    grid-template-columns: 1fr;
  }

  .portfolio-hero h1 {
    font-size: clamp(52px, 13vw, 82px);
  }

  .portfolio-product {
    min-height: 0;
  }

  .portfolio-product-visual {
    min-height: 360px;
    order: -1;
  }

  .portfolio-product-visual img {
    min-height: 360px;
  }

  .portfolio-system-grid {
    grid-column: 1;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .portfolio-main {
    padding-top: 136px;
  }

  .portfolio-product-copy,
  .portfolio-roadmap {
    padding: 28px;
  }

  .portfolio-metrics div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* Mobile repairs for homepage sections 02 and 05. */
@media (max-width: 760px) {
  .pillars,
  .audiences {
    padding-top: 76px;
    padding-bottom: 86px;
    background:
      radial-gradient(circle at 100% 0%, rgba(243, 239, 229, 0.055), transparent 18rem),
      transparent;
  }

  .pillars .section-heading,
  .audiences .section-heading {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 18px;
    margin-bottom: 28px;
  }

  .pillars .section-heading > *,
  .audiences .section-heading > * {
    grid-column: 1 !important;
  }

  .pillars .section-heading h2,
  .audiences .section-heading h2 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(32px, 9.8vw, 39px);
    line-height: 0.96;
    text-wrap: balance;
  }

  .pillars .line-clip,
  .audiences .line-clip {
    display: contents;
  }

  .pillars .line-inner,
  .audiences .line-inner,
  .pillars .line-word,
  .audiences .line-word {
    display: inline;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .pillars .reveal,
  .audiences .reveal,
  .pillars .pillar-card.reveal,
  .audiences .audience-block.reveal {
    clip-path: none;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .pillars .section-heading p {
    max-width: 34ch;
    color: rgba(243, 239, 229, 0.68);
  }

  .pillar-grid,
  .audience-grid {
    gap: 0;
    border-top: 1px solid rgba(243, 239, 229, 0.16);
    background: transparent;
  }

  .pillar-card,
  .audience-block {
    width: 100%;
    max-width: 100%;
    padding: 22px 0;
    border: 0;
    border-bottom: 1px solid rgba(243, 239, 229, 0.16);
    border-radius: 0;
    color: var(--ink);
    background: transparent !important;
  }

  .pillar-card::after,
  .audience-block::after {
    display: none;
  }

  .pillar-card span,
  .audience-block span,
  .pillar-card p,
  .audience-block p,
  .audience-block li {
    color: rgba(243, 239, 229, 0.66) !important;
  }

  .pillar-card h3,
  .audience-block h3 {
    margin: 12px 0 10px;
    color: var(--ink);
    font-size: clamp(25px, 7.8vw, 32px);
    letter-spacing: -0.035em;
  }

  .pillar-card p,
  .audience-block p {
    max-width: 35ch;
    margin: 0;
    font-size: 12px;
    line-height: 1.58;
  }

  .audience-block ul {
    gap: 0;
    margin: 18px 0 20px;
    border-top: 1px solid rgba(243, 239, 229, 0.12);
  }

  .audience-block li {
    padding: 10px 0;
    border-top: 0;
    border-bottom: 1px solid rgba(243, 239, 229, 0.1);
    font-family: "Courier New", monospace;
    font-size: 12px;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .audience-block button {
    width: 100%;
    min-height: 46px;
    margin-top: 2px;
    color: #111;
    background: #f5f5f0;
    font-size: 12px;
  }

  .audience-block button:hover {
    transform: none;
    background: #d8d0b9;
  }
}

@media (max-width: 760px) {
  .line-clip {
    display: contents;
  }

  .line-inner,
  .line-word {
    display: inline;
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Careers page repair. */
.careers-main .page-hero h1 {
  max-width: 1120px;
}

.career-lanes,
.career-principles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

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

.career-lanes article,
.career-principles article,
.career-list p {
  margin: 0;
  padding: clamp(24px, 3vw, 38px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.career-lanes span {
  color: rgba(243, 239, 229, 0.58);
  font-family: "Courier New", monospace;
  font-size: 12px;
}

.career-lanes h3,
.career-principles h3 {
  margin: 18px 0 14px;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 48px);
  line-height: 0.95;
  text-transform: uppercase;
}

.career-lanes p,
.career-principles p,
.career-list p {
  color: rgba(243, 239, 229, 0.68);
  font-family: "Courier New", monospace;
  font-size: 13px;
  line-height: 1.62;
  text-transform: uppercase;
}

.career-list {
  border-top: 1px solid var(--line);
}

.career-list p {
  display: flex;
  align-items: center;
  min-height: 84px;
  border-right: 0;
}

.careers-close .open-cta {
  display: block;
  min-height: 360px;
  color: #111;
  background: #f5f5f0;
}

.careers-close .open-cta span {
  position: absolute;
  left: clamp(28px, 4vw, 48px);
  bottom: clamp(28px, 4vw, 48px);
  color: #111;
  font-family: "Courier New", monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .career-lanes,
  .career-principles {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .careers-main h1,
  .careers-main h2,
  .careers-main h3,
  .careers-main p,
  .careers-main li,
  .careers-main a,
  .careers-main span {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .careers-main p {
    width: min(310px, calc(100vw - 64px));
  }

  .careers-main li {
    width: min(286px, calc(100vw - 88px));
  }

  .careers-main .page-hero h1 {
    width: min(310px, calc(100vw - 64px));
    max-width: min(310px, calc(100vw - 64px));
    font-size: clamp(36px, 10vw, 40px);
    line-height: 0.96;
  }

  .careers-section,
  .careers-signal,
  .careers-close {
    margin-bottom: 74px;
  }

  .careers-section .section-heading,
  .careers-signal .section-heading,
  .careers-close .section-heading {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 18px;
    margin-bottom: 26px;
  }

  .careers-section .section-heading > *,
  .careers-signal .section-heading > *,
  .careers-close .section-heading > * {
    grid-column: 1 !important;
  }

  .careers-section .section-heading h2,
  .careers-signal .section-heading h2,
  .careers-close .section-heading h2 {
    width: min(320px, calc(100vw - 56px));
    max-width: min(320px, calc(100vw - 56px));
    font-size: clamp(25px, 7.4vw, 29px);
    line-height: 1;
  }

  .career-lanes,
  .career-principles,
  .career-list {
    border-left: 0;
  }

  .career-lanes article,
  .career-principles article,
  .career-list p {
    padding: 22px 0;
    border-right: 0;
    background: transparent;
  }

  .career-lanes h3,
  .career-principles h3 {
    margin: 10px 0 10px;
    font-size: clamp(24px, 7.2vw, 30px);
  }

  .role-card {
    padding: 24px 0 76px;
    border: 0;
    border-bottom: 1px solid rgba(243, 239, 229, 0.16);
    border-radius: 0;
    color: var(--ink);
    background: transparent !important;
  }

  .role-card h2 {
    width: min(300px, calc(100vw - 56px));
    max-width: min(300px, calc(100vw - 56px));
    color: var(--ink);
    font-size: clamp(24px, 7vw, 28px);
    line-height: 1;
  }

  .role-card span,
  .role-card p,
  .role-card li {
    color: rgba(243, 239, 229, 0.68) !important;
  }

  .role-card a {
    left: 0;
    bottom: 22px;
    color: var(--ink);
  }

  .role-head {
    gap: 8px;
  }

  .careers-close .open-cta {
    width: 100%;
    max-width: 100%;
    min-height: 320px;
    padding: 28px;
    border-radius: 0;
  }

  .careers-close .open-cta h2 {
    width: min(270px, calc(100vw - 96px));
    max-width: min(270px, calc(100vw - 96px));
    font-size: clamp(24px, 7vw, 28px);
    line-height: 1;
  }
}

/* Portfolio cleanup. */
.portfolio-clean {
  min-height: 100vh;
  padding: calc(var(--header-h) + 76px) clamp(24px, 6vw, 96px) clamp(88px, 9vw, 132px);
  background:
    radial-gradient(circle at 78% 8%, rgba(243, 239, 229, 0.075), transparent 26rem),
    linear-gradient(180deg, #080908 0%, #10110f 54%, #080908 100%);
}

.portfolio-clean .portfolio-hero,
.portfolio-clean .portfolio-showcase,
.portfolio-clean .portfolio-system,
.portfolio-clean .portfolio-roadmap {
  width: min(1180px, 100%);
  max-width: 1180px;
}

.portfolio-clean .portfolio-hero {
  padding-bottom: 30px;
}

.portfolio-clean .portfolio-kicker {
  color: rgba(243, 239, 229, 0.6);
}

.portfolio-clean .portfolio-kicker i {
  width: 44px;
  background: rgba(243, 239, 229, 0.28);
}

.portfolio-clean .portfolio-hero-grid {
  grid-template-columns: minmax(0, 0.72fr) minmax(260px, 0.28fr);
  gap: clamp(28px, 6vw, 96px);
  align-items: end;
  margin-top: 24px;
}

.portfolio-clean .portfolio-hero h1 {
  max-width: 780px;
  font-size: clamp(52px, 6.1vw, 88px);
  line-height: 0.93;
  letter-spacing: -0.055em;
}

.portfolio-clean .portfolio-hero p {
  max-width: 34ch;
  padding-bottom: 10px;
}

.portfolio-clean .portfolio-showcase {
  margin-bottom: clamp(70px, 8vw, 104px);
}

.portfolio-clean .portfolio-product {
  grid-template-columns: minmax(0, 0.56fr) minmax(360px, 0.44fr);
  min-height: 520px;
  border: 1px solid rgba(243, 239, 229, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    #11120f;
}

.portfolio-clean .portfolio-product-visual {
  min-height: 520px;
  background: #0b0d0d;
}

.portfolio-clean .portfolio-product-visual::after {
  background:
    linear-gradient(90deg, transparent 42%, rgba(17, 18, 15, 0.64) 100%),
    linear-gradient(180deg, transparent 62%, rgba(17, 18, 15, 0.42));
}

.portfolio-clean .portfolio-product-visual img {
  min-height: 520px;
  filter: saturate(0.84) contrast(1.05) brightness(0.84);
}

.portfolio-clean .portfolio-product-copy {
  justify-content: center;
  padding: clamp(34px, 5vw, 58px);
}

.portfolio-clean .portfolio-product h2 {
  margin: 18px 0 18px;
  font-size: clamp(56px, 6.4vw, 92px);
}

.portfolio-clean .portfolio-product-copy p {
  max-width: 42ch;
  margin-bottom: 28px;
}

.portfolio-clean .portfolio-metrics {
  margin: 0 0 28px;
  border-color: rgba(243, 239, 229, 0.16);
}

.portfolio-clean .portfolio-metrics div {
  grid-template-columns: 132px minmax(0, 1fr);
  background: rgba(8, 9, 8, 0.62);
}

.portfolio-clean .portfolio-system {
  grid-template-columns: minmax(140px, 0.24fr) minmax(0, 0.76fr);
  margin-bottom: clamp(70px, 8vw, 108px);
}

.portfolio-clean .portfolio-system h2 {
  max-width: 790px;
  margin-bottom: 34px;
  font-size: clamp(42px, 5vw, 72px);
}

.portfolio-clean .portfolio-system-grid {
  gap: 0;
}

.portfolio-clean .portfolio-system-grid article {
  min-height: 230px;
  background: #151712;
}

.portfolio-clean .portfolio-system-grid h3 {
  margin-top: 34px;
  font-size: clamp(24px, 2.2vw, 34px);
}

.portfolio-clean .portfolio-roadmap {
  grid-template-columns: minmax(0, 0.58fr) minmax(260px, 0.42fr);
  padding: clamp(34px, 5vw, 58px);
  border-color: rgba(243, 239, 229, 0.16);
  background:
    linear-gradient(135deg, rgba(243, 239, 229, 0.09), rgba(243, 239, 229, 0.025)),
    #12140f;
}

.portfolio-clean .portfolio-roadmap h2 {
  margin-bottom: 0;
  font-size: clamp(36px, 4.6vw, 66px);
}

@media (max-width: 900px) {
  .portfolio-clean .portfolio-hero-grid,
  .portfolio-clean .portfolio-product,
  .portfolio-clean .portfolio-system,
  .portfolio-clean .portfolio-roadmap {
    grid-template-columns: 1fr;
  }

  .portfolio-clean .portfolio-product-visual {
    order: 0;
  }

  .portfolio-clean .portfolio-product-copy {
    order: 1;
  }

  .portfolio-clean .portfolio-system-grid {
    grid-column: 1;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .portfolio-clean {
    padding: 132px 18px 78px;
  }

  .portfolio-clean .portfolio-hero {
    padding-bottom: 28px;
  }

  .portfolio-clean .portfolio-kicker {
    gap: 10px;
    font-size: 10px;
  }

  .portfolio-clean .portfolio-kicker i {
    width: 28px;
  }

  .portfolio-clean .portfolio-hero h1 {
    max-width: 340px;
    font-size: clamp(40px, 11vw, 48px);
    line-height: 0.95;
  }

  .portfolio-clean .portfolio-hero p,
  .portfolio-clean .portfolio-product-copy p,
  .portfolio-clean .portfolio-roadmap p,
  .portfolio-clean .portfolio-system-grid p {
    width: min(318px, 100%);
    max-width: 100%;
    font-size: 12px;
    overflow-wrap: anywhere;
  }

  .portfolio-clean .portfolio-product {
    min-height: 0;
  }

  .portfolio-clean .portfolio-product-visual,
  .portfolio-clean .portfolio-product-visual img {
    min-height: 280px;
  }

  .portfolio-clean .portfolio-product-copy {
    padding: 26px;
  }

  .portfolio-clean .portfolio-product h2 {
    font-size: clamp(44px, 13vw, 56px);
  }

  .portfolio-clean .portfolio-metrics div {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 14px;
  }

  .portfolio-clean .portfolio-system {
    gap: 22px;
  }

  .portfolio-clean .portfolio-system h2,
  .portfolio-clean .portfolio-roadmap h2 {
    max-width: 330px;
    font-size: clamp(30px, 8.6vw, 38px);
    line-height: 1;
  }

  .portfolio-clean .portfolio-system-grid article {
    min-height: 0;
    padding: 22px 0;
    border-bottom: 1px solid rgba(243, 239, 229, 0.14);
    background: transparent;
  }

  .portfolio-clean .portfolio-system-grid h3 {
    margin: 14px 0 10px;
    font-size: clamp(24px, 7.4vw, 30px);
  }

  .portfolio-clean .portfolio-roadmap {
    padding: 26px;
  }
}

/* Simple inner pages: portfolio and careers. */
.simple-page {
  width: min(1040px, calc(100vw - 48px));
  min-height: 72vh;
  margin-inline: auto;
  padding: calc(var(--header-h) + 92px) 0 104px;
}

.simple-hero {
  max-width: 760px;
  margin: 0 0 clamp(46px, 7vw, 82px);
}

.simple-hero h1 {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(58px, 8vw, 112px);
  font-weight: 820;
  letter-spacing: -0.055em;
  line-height: 0.9;
  text-transform: uppercase;
}

.simple-hero p,
.simple-section-head p,
.simple-listing p,
.simple-listing dt,
.simple-listing dd,
.simple-note p {
  color: rgba(243, 239, 229, 0.68);
  font-family: "Courier New", monospace;
  font-size: 13px;
  line-height: 1.68;
  text-transform: uppercase;
}

.simple-hero p {
  max-width: 58ch;
  margin: 24px 0 0;
}

.simple-section {
  padding: 0;
  margin: 0 0 clamp(42px, 6vw, 72px);
}

.simple-section-head,
.simple-note {
  max-width: 680px;
  padding-top: 24px;
  border-top: 1px solid rgba(243, 239, 229, 0.16);
}

.simple-section-head span,
.simple-listing span,
.simple-note span {
  display: block;
  color: rgba(243, 239, 229, 0.58);
  font-family: "Courier New", monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.simple-section-head p,
.simple-note p {
  margin: 12px 0 0;
}

.simple-list {
  margin-top: 28px;
  border-top: 1px solid rgba(243, 239, 229, 0.16);
}

.simple-listing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid rgba(243, 239, 229, 0.16);
  color: var(--ink);
  background: transparent !important;
}

.simple-listing h2 {
  max-width: 700px;
  margin: 10px 0 12px;
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 820;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-transform: uppercase;
}

.simple-listing p {
  max-width: 62ch;
  margin: 0;
}

.simple-listing dl {
  display: grid;
  gap: 0;
  margin: 4px 0 0;
  border-top: 1px solid rgba(243, 239, 229, 0.12);
}

.simple-listing dl div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(243, 239, 229, 0.12);
}

.simple-listing dt,
.simple-listing dd {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
}

.simple-listing dd {
  color: var(--ink);
}

.simple-listing a,
.simple-note a {
  color: var(--ink);
  font-family: "Courier New", monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.simple-note a {
  display: inline-block;
  margin-top: 22px;
}

.simple-portfolio .simple-listing {
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.55fr) auto;
}

@media (max-width: 900px) {
  .simple-listing,
  .simple-portfolio .simple-listing {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .simple-page {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    padding-top: 132px;
    padding-bottom: 78px;
    overflow: visible;
  }

  .simple-page * {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .simple-hero {
    margin-bottom: 42px;
  }

  .simple-hero h1 {
    max-width: 330px;
    font-size: clamp(44px, 13vw, 58px);
    line-height: 0.92;
  }

  .simple-hero p,
  .simple-section-head p,
  .simple-listing p,
  .simple-note p {
    width: min(300px, calc(100vw - 72px)) !important;
    max-width: min(300px, calc(100vw - 72px)) !important;
    font-size: 12px;
    overflow-wrap: anywhere;
  }

  .simple-listing dl,
  .simple-listing dl div {
    width: min(300px, calc(100vw - 72px)) !important;
    max-width: min(300px, calc(100vw - 72px)) !important;
  }

  .simple-listing {
    gap: 18px;
    padding: 24px 0;
  }

  .simple-listing h2 {
    width: min(300px, 100%);
    font-size: clamp(25px, 7.4vw, 30px);
    line-height: 1;
  }

  .simple-listing dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* Team cards simplified. */
.team {
  align-items: start;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}

.team-grid .team-card,
.team-grid .team-card.is-active,
.team-grid .team-card.is-next,
.team-grid .team-card:not(.is-active):not(.is-next),
.team-grid .team-card:hover {
  position: relative;
  inset: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 1;
  color: #111;
  background: #efefed;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: default;
  filter: none;
  transform: none;
  transition: none;
}

.team-grid .team-card:nth-child(2),
.team-grid .team-card:nth-child(3),
.team-grid .team-card:nth-child(4),
.team-grid .team-card:nth-child(5),
.team-grid .team-card:nth-child(6) {
  transform: none;
}

.team-grid .portrait {
  width: 100%;
  height: clamp(180px, 18vw, 260px);
  margin: 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  background: #d7d7d2;
}

.team-grid .portrait img,
.team-grid .team-card.is-active .portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: grayscale(1) contrast(1.04);
}

.team-grid .team-card > span,
.team-grid .team-card h3,
.team-grid .team-card p,
.team-grid .team-card a {
  margin-inline: 24px;
}

.team-grid .team-card > span {
  margin-top: 22px;
  color: rgba(17, 17, 17, 0.56);
}

.team-grid .team-card h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #111;
  font-size: clamp(24px, 2.2vw, 34px);
}

.team-grid .team-card p,
.team-grid .team-card:not(.is-active) p {
  max-width: none;
  margin-bottom: 24px;
  color: rgba(17, 17, 17, 0.62);
  opacity: 1;
}

.team-grid .team-card a,
.team-grid .team-card:not(.is-active) a {
  position: static;
  display: inline-flex;
  margin-top: auto;
  margin-bottom: 24px;
  padding-top: 0;
  color: #111;
  opacity: 1;
}

.team-grid .team-card:not(.is-active) .portrait {
  opacity: 1;
}

@media (max-width: 1100px) {
  .team {
    grid-template-columns: 1fr;
  }

  .team-copy {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .team-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .team-grid .team-card,
  .team-grid .team-card.is-active,
  .team-grid .team-card.is-next,
  .team-grid .team-card:not(.is-active):not(.is-next) {
    display: flex;
    width: 100%;
    max-width: 100%;
  }

  .team-grid .portrait {
    height: 230px;
  }

  .team-grid .team-card > span,
  .team-grid .team-card h3,
  .team-grid .team-card p,
  .team-grid .team-card a {
    margin-inline: 20px;
  }
}

/* Team carousel restored, with calmer cards. */
.team-carousel {
  position: relative;
  min-height: 620px;
  perspective: 1200px;
  cursor: pointer;
}

.team-carousel .team-card,
.team-carousel .team-card:hover {
  --team-card-radius: 28px;
  position: absolute;
  inset: 0 0 auto auto;
  display: flex;
  flex-direction: column;
  width: min(680px, 94%);
  min-height: 560px;
  padding: 0;
  overflow: hidden;
  color: #111;
  background: #efefed;
  border: 0;
  border-radius: var(--team-card-radius) !important;
  clip-path: inset(0 round var(--team-card-radius));
  opacity: 0;
  pointer-events: none;
  filter: grayscale(1) brightness(0.68);
  transform: translateX(72px) translateY(32px) scale(0.92);
  transition:
    opacity 360ms ease,
    transform 520ms cubic-bezier(.16, 1, .3, 1),
    filter 360ms ease;
}

.team-carousel .team-card.is-active,
.team-carousel .team-card.is-active:hover {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  filter: none;
  transform: translateX(0) translateY(0) scale(1);
  box-shadow: 0 52px 110px rgba(0, 0, 0, 0.34) !important;
}

.team-carousel .team-card.is-next {
  z-index: 2;
  opacity: 0.24;
  pointer-events: auto;
  transform: translateX(48px) translateY(26px) scale(0.94);
}

.team-carousel .team-card:not(.is-active):not(.is-next) {
  z-index: 1;
  opacity: 0;
  transform: translateX(88px) translateY(44px) scale(0.9);
}

.team-carousel .portrait {
  width: min(320px, calc(100% - 60px));
  aspect-ratio: 1 / 1;
  height: auto;
  margin: 30px 30px 0;
  overflow: hidden;
  border-radius: 22px !important;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #d7d7d2;
}

.team-carousel .portrait img,
.team-carousel .team-card.is-active .portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 1;
  filter: grayscale(1) contrast(1.04);
}

.team-carousel .team-card:nth-child(2) .portrait img {
  object-position: 50% 68%;
}

.team-carousel .team-card:nth-child(3) .portrait img {
  object-position: 50% 42%;
}

.team-carousel .team-card:nth-child(4) .portrait img {
  object-position: 50% 44%;
}

.team-carousel .team-card:nth-child(5) .portrait img {
  object-position: 50% 50%;
}

.team-carousel .team-card:nth-child(6) .portrait img {
  object-position: 50% 42%;
}

.team-carousel .team-card > span,
.team-carousel .team-card h3,
.team-carousel .team-card p,
.team-carousel .team-card a {
  margin-inline: 30px;
}

.team-carousel .team-card > span {
  margin-top: 26px;
  color: rgba(17, 17, 17, 0.56);
}

.team-carousel .team-card h3 {
  margin-top: 10px;
  margin-bottom: 12px;
  color: #111;
}

.team-carousel .team-card p,
.team-carousel .team-card:not(.is-active) p {
  max-width: 56ch;
  margin-bottom: 28px;
  color: rgba(17, 17, 17, 0.62);
  opacity: 1;
}

.team-carousel .team-card a,
.team-carousel .team-card:not(.is-active) a {
  position: static;
  display: inline-flex;
  margin-top: auto;
  margin-bottom: 30px;
  padding-top: 0;
  color: #111;
  opacity: 1;
}

@media (min-width: 761px) {
  .team-carousel .team-card,
  .team-carousel .team-card:hover {
    display: grid;
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    grid-template-rows: auto auto 1fr auto;
    column-gap: 34px;
    width: min(760px, 94%);
    min-height: 430px;
    padding: 30px;
  }

  .team-carousel .portrait {
    grid-row: 1 / -1;
    width: 100%;
    margin: 0;
  }

  .team-carousel .team-card > span,
  .team-carousel .team-card h3,
  .team-carousel .team-card p,
  .team-carousel .team-card a {
    margin-inline: 0;
  }

  .team-carousel .team-card > span {
    align-self: end;
    margin-top: 6px;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 820;
    letter-spacing: -0.035em;
    line-height: 1;
    text-transform: uppercase;
  }

  .team-carousel .team-card h3 {
    margin-top: 6px;
    margin-bottom: 24px;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 0.92;
  }

  .team-carousel .team-card p,
  .team-carousel .team-card:not(.is-active) p {
    max-width: 31ch;
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 1.64;
  }

  .team-carousel .team-card a,
  .team-carousel .team-card:not(.is-active) a {
    margin-bottom: 0;
  }
}

@media (max-width: 760px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    align-items: center;
    column-gap: 12px;
  }

  .desktop-nav {
    display: none !important;
  }

  .header-actions {
    display: flex !important;
    justify-content: end;
    width: 42px;
    min-width: 42px;
  }

  .menu-button {
    display: inline-flex !important;
    position: absolute !important;
    top: 50% !important;
    right: 14px !important;
    transform: translateY(-50%);
    z-index: 80;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(243, 239, 229, 0.26);
    background:
      linear-gradient(var(--ink), var(--ink)) center calc(50% - 4px) / 16px 1px no-repeat,
      linear-gradient(var(--ink), var(--ink)) center calc(50% + 4px) / 16px 1px no-repeat !important;
    visibility: visible;
    opacity: 1;
  }

  .menu-button span {
    display: none !important;
  }

  .hero {
    padding-bottom: 34px !important;
  }

  .hero-visual {
    display: none !important;
    min-height: 0 !important;
    margin-top: 0 !important;
  }

  .team-carousel {
    min-height: 560px;
    overflow: visible;
  }

  .team-carousel .team-card,
  .team-carousel .team-card.is-next,
  .team-carousel .team-card:not(.is-active):not(.is-next) {
    inset: 0 auto auto 0;
    width: 100%;
    max-width: 100%;
    min-height: 0;
  }

  .team-carousel .team-card.is-active {
    display: flex;
  }

  .team-carousel .team-card.is-next {
    opacity: 0.16;
    transform: translateX(14px) translateY(18px) scale(0.96);
  }

  .team-carousel .portrait {
    width: min(260px, calc(100% - 44px));
    height: auto;
    margin: 22px 22px 0;
  }

  .team-carousel .team-card > span,
  .team-carousel .team-card h3,
  .team-carousel .team-card p,
  .team-carousel .team-card a {
    margin-inline: 22px;
  }
}

/* Premium enhancement: subtle film grain overlay */
.grain-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 256px 256px;
}




