:root {
  --ink: #0b1926;
  --ink-2: #102536;
  --ink-3: #173346;
  --paper: #f4f2ed;
  --paper-deep: #ebe8e1;
  --white: #ffffff;
  --accent: #e4332d;
  --accent-deep: #bf2824;
  --gold: #d7b36b;
  --line: #d7d4cd;
  --text: #59656d;
  --shadow: 0 1.5rem 4rem rgba(10, 27, 39, 0.14);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

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

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

body.menu-open {
  overflow: hidden;
}

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

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

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--white);
  color: var(--ink);
  font-size: 0.875rem;
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

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

.container,
.nav-inner {
  width: 100%;
  max-width: 78rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.topline {
  display: none;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(11, 25, 38, 0.08);
  transition: box-shadow 240ms ease, background-color 240ms ease;
}

.nav.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 0.75rem 2.25rem rgba(11, 25, 38, 0.1);
  backdrop-filter: blur(1rem);
}

.nav-inner {
  position: relative;
  display: flex;
  min-height: 4.75rem;
  align-items: center;
}

.brand {
  display: inline-flex;
  min-width: 11rem;
  min-height: 2.75rem;
  align-items: center;
}

.logo {
  width: 10.5rem;
  height: auto;
}

.menu {
  display: grid;
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  padding: 0.75rem;
  place-content: center;
  gap: 0.3rem;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.menu span {
  width: 1.5rem;
  height: 2px;
  background: currentColor;
  transition: transform 220ms ease, opacity 180ms ease;
}

.menu[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(0.44rem) rotate(45deg);
}

.menu[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-0.44rem) rotate(-45deg);
}

.links {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  padding: 0.9rem 1.25rem 1.25rem;
  background: var(--white);
  box-shadow: 0 1.5rem 2.5rem rgba(11, 25, 38, 0.14);
}

.links.open {
  display: flex;
  flex-direction: column;
}

.links a {
  display: flex;
  min-height: 3rem;
  align-items: center;
  border-bottom: 1px solid var(--line);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.links a.active {
  color: var(--accent);
}

.links .nav-cta {
  justify-content: space-between;
  margin-top: 0.8rem;
  padding-inline: 1rem;
  border: 0;
  background: var(--accent);
  color: var(--white);
}

.hero {
  position: relative;
  display: grid;
  min-height: max(42rem, calc(100dvh - 4.75rem));
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
}

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

.hero-media {
  z-index: -3;
}

.hero-media img {
  object-fit: cover;
  object-position: 93% center;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 16, 25, 0.96) 0%, rgba(5, 16, 25, 0.86) 42%, rgba(5, 16, 25, 0.34) 78%, rgba(5, 16, 25, 0.16) 100%),
    linear-gradient(0deg, rgba(5, 16, 25, 0.72) 0%, rgba(5, 16, 25, 0) 45%);
}

.hero::after {
  position: absolute;
  right: -9rem;
  bottom: -11rem;
  width: 24rem;
  height: 24rem;
  border: 1px solid rgba(215, 179, 107, 0.46);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 8rem;
  padding-bottom: 5.5rem;
}

.hero-copy {
  max-width: 52rem;
}

.kicker,
.section-label {
  font-family: "DM Mono", monospace;
  font-size: 0.69rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.kicker {
  color: var(--gold);
}

h1,
h2,
h3 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.hero h1 {
  max-width: 12ch;
  margin: 1.1rem 0 1.4rem;
  font-size: clamp(3.15rem, 14vw, 5rem);
  font-weight: 600;
  line-height: 0.94;
}

.hero h1 em {
  color: var(--gold);
  font-weight: 500;
}

.hero-copy > p {
  max-width: 39rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.8;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  margin-top: 2rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 0.9rem 1.15rem;
  border: 1px solid transparent;
  background: var(--accent);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 220ms var(--ease), background-color 220ms ease, box-shadow 220ms ease;
}

.button:hover {
  background: var(--accent-deep);
  box-shadow: 0 0.9rem 2rem rgba(191, 40, 36, 0.24);
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(1px) scale(0.99);
}

.button.inverse {
  background: var(--white);
  color: var(--ink);
}

.button.inverse:hover {
  background: var(--paper);
  box-shadow: 0 0.9rem 2rem rgba(84, 18, 15, 0.18);
}

.text-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid currentColor;
  color: var(--ink);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: gap 220ms var(--ease), color 180ms ease;
}

.text-link:hover {
  gap: 1.35rem;
  color: var(--accent);
}

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

.text-link.light:hover {
  color: var(--gold);
}

.hero-note,
.scroll-cue {
  display: none;
}

.proofbar {
  position: relative;
  z-index: 3;
  background: var(--ink-2);
  color: var(--white);
}

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

.proof {
  min-width: 0;
  padding: 1.4rem 0.75rem;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.proof:nth-child(2n) {
  border-right: 0;
}

.proof b {
  display: block;
  color: var(--gold);
  font-family: "Playfair Display", serif;
  font-size: clamp(1.8rem, 8vw, 2.35rem);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.04em;
}

.proof span {
  display: block;
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.section-shell {
  padding-block: 5.25rem;
}

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

.intro-grid,
.process-layout {
  display: grid;
  gap: 2.5rem;
}

.section-label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--accent);
}

.section-label span {
  color: #8d969b;
}

.section-label::after {
  width: 2.5rem;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0.45;
}

.intro h2,
.section-title h2,
.process h2,
.portfolio-word h2,
.enquiry h2 {
  margin: 1rem 0 0;
  font-size: clamp(2.55rem, 11vw, 4.75rem);
  font-weight: 600;
  line-height: 1.02;
}

.intro h2 em {
  color: var(--accent);
  font-weight: 500;
}

.intro-copy {
  max-width: 41rem;
  color: var(--text);
  line-height: 1.85;
}

.intro-copy p {
  margin-top: 0;
}

.intro-copy .lead {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 500;
}

.signature {
  display: grid;
  margin-top: 2rem;
  padding-top: 1.5rem;
  gap: 0.7rem;
  border-top: 1px solid var(--line);
}

.signature b {
  color: var(--ink);
  font-family: "Playfair Display", serif;
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.signature span {
  max-width: 33rem;
  font-size: 0.85rem;
  line-height: 1.7;
}

.capabilities {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 8%, rgba(215, 179, 107, 0.15), transparent 24rem),
    var(--paper);
}

.section-head {
  display: grid;
  margin-bottom: 2.5rem;
  gap: 1rem;
}

.section-title {
  max-width: 45rem;
}

.section-head > p {
  max-width: 24rem;
  margin: 0;
  color: var(--text);
  line-height: 1.75;
}

.cap-grid {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.cap {
  position: relative;
  display: flex;
  min-height: 23rem;
  padding: 2rem 1.6rem;
  flex-direction: column;
  overflow: hidden;
  background: var(--white);
  transition: color 320ms ease, background-color 320ms ease, transform 320ms var(--ease);
}

.cap::after {
  position: absolute;
  top: -5rem;
  right: -5rem;
  width: 10rem;
  height: 10rem;
  border: 1px solid rgba(215, 179, 107, 0);
  border-radius: 50%;
  content: "";
  transition: border-color 320ms ease, transform 520ms var(--ease);
}

.cap:hover {
  z-index: 1;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-0.4rem);
}

.cap:hover::after {
  border-color: rgba(215, 179, 107, 0.45);
  transform: translate(-1rem, 1rem) scale(1.2);
}

.cap-icon {
  display: grid;
  width: 3.1rem;
  height: 3.1rem;
  place-items: center;
  background: #f8e9e7;
  color: var(--accent);
}

.cap-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.cap .num {
  margin: 2rem 0 auto;
  color: #91999d;
  font-family: "DM Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cap h3 {
  margin: 1.25rem 0 0.65rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.08;
}

.cap p {
  margin: 0;
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.75;
  transition: color 320ms ease;
}

.cap:hover p {
  color: rgba(255, 255, 255, 0.66);
}

.cap-link {
  display: inline-flex;
  margin-top: 1.4rem;
  align-items: center;
  gap: 0.7rem;
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cap:hover .cap-link {
  color: var(--gold);
}

.process {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.process::before {
  position: absolute;
  top: -18rem;
  left: -14rem;
  width: 36rem;
  height: 36rem;
  border: 1px solid rgba(215, 179, 107, 0.12);
  border-radius: 50%;
  content: "";
}

.process-intro {
  position: relative;
}

.light-label {
  color: var(--gold);
}

.process h2 {
  max-width: 9ch;
}

.process-intro > p {
  max-width: 30rem;
  margin: 1.5rem 0 1.4rem;
  color: rgba(255, 255, 255, 0.67);
  line-height: 1.8;
}

.steps {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.step {
  display: grid;
  padding: 1.6rem 0;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.step > b {
  padding-top: 0.4rem;
  color: var(--gold);
  font-family: "DM Mono", monospace;
  font-size: 0.72rem;
  font-weight: 500;
}

.step h3 {
  margin: 0 0 0.35rem;
  font-size: 1.7rem;
  font-weight: 600;
}

.step p {
  max-width: 34rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
  line-height: 1.75;
}

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

.portfolio-panel {
  display: grid;
  overflow: hidden;
  background: var(--ink-2);
  color: var(--white);
  box-shadow: var(--shadow);
}

.portfolio-word {
  display: flex;
  padding: 2.5rem 1.6rem 3rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.portfolio-word h2 {
  font-size: clamp(2.7rem, 12vw, 4.5rem);
}

.portfolio-word p {
  max-width: 31rem;
  margin: 1.3rem 0 1.7rem;
  color: rgba(255, 255, 255, 0.67);
  line-height: 1.8;
}

.portfolio-visual {
  position: relative;
  min-height: 30rem;
  overflow: hidden;
}

.portfolio-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 17, 26, 0.65), transparent 55%);
  content: "";
  pointer-events: none;
}

.portfolio-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms var(--ease);
}

.portfolio-panel:hover .portfolio-visual > img {
  transform: scale(1.035);
}

.project-chip {
  position: absolute;
  z-index: 2;
  display: grid;
  min-width: 8rem;
  padding: 0.8rem 0.9rem;
  gap: 0.12rem;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: 0 0.8rem 2rem rgba(6, 17, 26, 0.2);
}

.project-chip::before {
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0.35rem rgba(228, 51, 45, 0.18);
  content: "";
}

.project-chip span {
  color: var(--text);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-chip b {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 600;
}

.chip-one {
  top: 15%;
  left: 8%;
}

.chip-two {
  top: 46%;
  right: 7%;
}

.chip-three {
  bottom: 10%;
  left: 17%;
}

.enquiry {
  position: relative;
  overflow: hidden;
  padding-block: 4.75rem;
  background: var(--accent);
  color: var(--white);
}

.enquiry::before {
  position: absolute;
  top: -7rem;
  right: 7vw;
  width: 18rem;
  height: 18rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  content: "";
}

.enquiry-inner {
  position: relative;
  display: grid;
  gap: 2rem;
}

.enquiry .kicker {
  color: #ffe0a1;
}

.enquiry h2 {
  max-width: 14ch;
  font-size: clamp(2.55rem, 11vw, 4.25rem);
}

.enquiry p {
  max-width: 36rem;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
}

.enquiry .button {
  align-self: start;
  justify-self: start;
}

.footer {
  padding: 4.5rem 0 1.5rem;
  background:
    radial-gradient(circle at 10% 0%, rgba(215, 179, 107, 0.1), transparent 20rem),
    #07131d;
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.25rem 1.5rem;
}

.footer-brand {
  grid-column: 1 / -1;
}

.footer img {
  width: 10.5rem;
  height: auto;
  padding: 0.5rem 0.65rem;
  background: var(--white);
}

.footer p,
.footer a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  line-height: 1.9;
}

.footer p {
  max-width: 30rem;
  margin: 1rem 0 0;
}

.footer a {
  display: block;
  min-height: 2.25rem;
  transition: color 180ms ease, transform 180ms ease;
}

.footer a:hover {
  color: var(--gold);
  transform: translateX(0.2rem);
}

.footer h3 {
  margin: 0 0 0.8rem;
  color: var(--gold);
  font-family: Manrope, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal {
  display: grid;
  margin-top: 3rem;
  padding-top: 1.2rem;
  gap: 0.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.38);
  font-family: "DM Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.04em;
}

.js [data-hero-item] {
  opacity: 0;
  transform: translateY(1.25rem);
}

.js.is-ready [data-hero-item] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}

.js.is-ready [data-hero-item]:nth-child(2) {
  transition-delay: 90ms;
}

.js.is-ready [data-hero-item]:nth-child(3) {
  transition-delay: 180ms;
}

.js.is-ready [data-hero-item]:nth-child(4) {
  transition-delay: 270ms;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}

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

@media (min-width: 768px) {
  body.menu-open {
    overflow: auto;
  }

  .container,
  .nav-inner {
    padding-inline: 2rem;
  }

  .topline {
    display: block;
    height: 2.25rem;
    background: var(--ink);
    color: #c9d0d4;
    font-family: "DM Mono", monospace;
    font-size: 0.62rem;
    letter-spacing: 0.05em;
  }

  .topline .container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .topline-contact {
    display: flex;
    gap: 0.8rem;
  }

  .topline a {
    color: var(--white);
  }

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

  .proof {
    padding: 1.8rem 1.25rem;
    border-bottom: 0;
  }

  .proof:nth-child(2n) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }

  .proof:last-child {
    border-right: 0;
  }

  .proof b {
    font-size: 2.15rem;
  }

  .section-shell {
    padding-block: 7rem;
  }

  .hero {
    min-height: calc(100dvh - 4.75rem);
  }

  .hero-media img {
    object-position: 76% center;
  }

  .hero-inner {
    padding-bottom: 6rem;
  }

  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }

  .intro-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 5rem;
  }

  .signature {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 1.5rem;
  }

  .section-head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 2rem;
  }

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

  .cap {
    padding: 2.25rem 2rem;
  }

  .process-layout {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 5rem;
  }

  .portfolio-panel {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  }

  .portfolio-word {
    padding: 4rem 3rem;
  }

  .portfolio-visual {
    min-height: 36rem;
  }

  .enquiry-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 4rem;
  }

  .enquiry .button {
    align-self: center;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 2fr) minmax(8rem, 1fr) minmax(10rem, 1fr);
    gap: 3rem;
  }

  .footer-brand {
    grid-column: auto;
  }

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

@media (min-width: 1024px) {
  .nav-inner {
    min-height: 5.15rem;
  }

  .brand {
    min-width: 11.5rem;
  }

  .logo {
    width: 10.75rem;
  }

  .menu {
    display: none;
  }

  .links {
    position: static;
    display: flex;
    margin-left: auto;
    padding: 0;
    align-items: center;
    gap: 1.55rem;
    background: transparent;
    box-shadow: none;
  }

  .links a {
    position: relative;
    min-height: 2.75rem;
    border: 0;
    font-size: 0.68rem;
  }

  .links a:not(.nav-cta)::after {
    position: absolute;
    right: 0;
    bottom: 0.25rem;
    left: 0;
    height: 1px;
    background: var(--accent);
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 240ms var(--ease);
  }

  .links a:hover::after,
  .links a.active::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .links .nav-cta {
    min-height: 3rem;
    margin: 0 0 0 0.4rem;
    padding-inline: 1rem;
    gap: 1.2rem;
    transition: background-color 180ms ease, transform 220ms var(--ease);
  }

  .links .nav-cta:hover {
    background: var(--accent-deep);
    transform: translateY(-2px);
  }

  .hero {
    min-height: calc(100dvh - 5.15rem);
  }

  .hero-media img {
    object-position: center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 16, 25, 0.96) 0%, rgba(5, 16, 25, 0.82) 40%, rgba(5, 16, 25, 0.23) 72%, rgba(5, 16, 25, 0.08) 100%),
      linear-gradient(0deg, rgba(5, 16, 25, 0.62) 0%, rgba(5, 16, 25, 0) 44%);
  }

  .hero-inner {
    padding-top: 8rem;
    padding-bottom: 6.5rem;
  }

  .hero h1 {
    max-width: 11.5ch;
    font-size: clamp(4.9rem, 7.3vw, 7rem);
  }

  .hero-note {
    position: absolute;
    right: max(2rem, calc((100vw - 78rem) / 2 + 2rem));
    bottom: 5.8rem;
    z-index: 2;
    display: grid;
    max-width: 15rem;
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.72rem;
    line-height: 1.65;
  }

  .hero-note-line {
    height: 1px;
    margin-top: 1rem;
    background: var(--gold);
  }

  .hero-note b {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--white);
    font-family: "Playfair Display", serif;
    font-size: 1.65rem;
    font-weight: 600;
    letter-spacing: -0.03em;
  }

  .scroll-cue {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    font-family: "DM Mono", monospace;
    font-size: 0.58rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transform: translateX(-50%);
  }

  .scroll-cue i {
    position: relative;
    width: 1px;
    height: 2.5rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.24);
  }

  .scroll-cue i::after {
    position: absolute;
    inset: 0;
    background: var(--gold);
    content: "";
    animation: scroll-pulse 2s var(--ease) infinite;
    transform: translateY(-100%);
  }

  .proof {
    padding-inline: 1.75rem;
  }

  .proof:first-child {
    padding-left: 0;
  }

  .cap-grid {
    grid-template-columns: 1.12fr 0.94fr 0.94fr;
  }

  .process-intro {
    align-self: start;
    position: sticky;
    top: 8rem;
  }
}

@keyframes scroll-pulse {
  0% { transform: translateY(-100%); }
  55%, 100% { transform: translateY(100%); }
}

.home-evidence {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 90% 12%, rgba(215, 179, 107, 0.15), transparent 26rem),
    var(--ink);
}

.home-evidence-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}

.home-evidence-media {
  position: relative;
  padding: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 1.4rem;
}

.home-evidence-media::after {
  position: absolute;
  inset: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 1rem;
  content: "";
  pointer-events: none;
}

.home-evidence-media img {
  width: 100%;
  min-height: 23rem;
  aspect-ratio: 4 / 3;
  border-radius: 1rem;
  object-fit: cover;
}

.home-evidence-media > span {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 1;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.6rem;
  background: rgba(8, 25, 38, 0.82);
  font-family: "DM Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  backdrop-filter: blur(0.8rem);
}

.home-evidence-copy h2 {
  margin: 1rem 0 1.5rem;
  font-size: clamp(2.65rem, 11vw, 4.75rem);
  font-weight: 600;
  line-height: 1.02;
}

.home-evidence-copy h2 em {
  color: var(--gold);
  font-weight: 500;
}

.home-evidence-copy > p {
  max-width: 37rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.85;
}

.home-cert-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 2rem 0 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.home-cert-grid > div {
  min-width: 0;
  padding: 1.25rem 0.8rem;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.home-cert-grid > div:first-child { border-left: 0; }

.home-cert-grid b,
.home-cert-grid span { display: block; }

.home-cert-grid b {
  color: var(--gold);
  font-family: "Playfair Display", serif;
  font-size: clamp(1rem, 4.2vw, 1.6rem);
  font-weight: 600;
  line-height: 1.1;
}

.home-cert-grid span {
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-evidence-copy .authority-note {
  color: rgba(255, 255, 255, 0.48);
  font-family: "DM Mono", monospace;
  font-size: 0.64rem;
  letter-spacing: 0.04em;
}

@media (min-width: 768px) {
  .home-evidence-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: clamp(3rem, 6vw, 6rem);
  }

  .cap-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .cap { grid-column: span 2; }
  .cap:nth-child(4),
  .cap:nth-child(5) { grid-column: span 3; }
}

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

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

  .js [data-hero-item],
  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
