:root {
  --navy-950: #020d1b;
  --navy-900: #06162a;
  --navy-800: #0b223c;
  --navy-700: #173755;
  --gold: #d8b679;
  --gold-soft: #f0d6a2;
  --ivory: #f5f2ea;
  --paper: #fbfaf6;
  --ink: #09192c;
  --muted: #697482;
  --line: rgba(9, 25, 44, 0.15);
  --page: min(1360px, calc(100vw - 96px));
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body,
a,
button {
  cursor: default;
}

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

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

button,
input,
textarea {
  font: inherit;
}

::selection {
  background: var(--gold);
  color: var(--navy-950);
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 5px;
}

.page-width {
  width: var(--page);
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 28px;
  color: #8a6b35;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1.4;
  text-transform: uppercase;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-weight: 400;
  letter-spacing: -0.045em;
}

h1 em,
h2 em {
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 18px;
  left: 50%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1440px, calc(100vw - 36px));
  min-height: 74px;
  padding: 10px 13px 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(2, 13, 27, 0.78);
  box-shadow: 0 14px 46px rgba(0, 0, 0, 0.2);
  color: white;
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  width: max-content;
}

.brand img {
  width: 46px;
  height: 38px;
  object-fit: contain;
}

.brand span {
  display: grid;
  gap: 2px;
}

.brand b {
  color: var(--gold-soft);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.26em;
  line-height: 1;
}

.brand small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.5rem;
  letter-spacing: 0.3em;
}

.site-header nav {
  display: flex;
  gap: 36px;
  justify-content: center;
}

.site-header nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.73rem;
  letter-spacing: 0.06em;
  transition: color 200ms ease;
}

.site-header nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transition: transform 200ms ease;
}

.site-header nav a:hover {
  color: white;
}

.site-header nav a:hover::after {
  transform: scaleX(1);
}

.nav-contact {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  justify-self: end;
  padding: 15px 21px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--navy-950);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: background 200ms ease, transform 200ms ease;
}

.nav-contact:hover {
  background: var(--gold-soft);
  transform: translateY(-1px);
}

.nav-contact svg,
.button svg,
.email-link svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100svh;
  overflow: hidden;
  background-color: var(--navy-950);
  background-image: url("/assets/vya-hero-scan-v3.webp");
  background-position: center;
  background-size: cover;
  color: white;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(1, 10, 22, 0.98) 0%, rgba(2, 13, 27, 0.8) 35%, rgba(2, 13, 27, 0.18) 68%, rgba(2, 13, 27, 0.45) 100%),
    linear-gradient(0deg, rgba(1, 10, 22, 0.9) 0%, transparent 36%, rgba(1, 10, 22, 0.25) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 40px;
}

.hero h1 {
  max-width: 820px;
  margin-bottom: 28px;
  font-size: clamp(4rem, 7.5vw, 8.8rem);
  line-height: 0.88;
}

.hero h1 em {
  display: inline-block;
  font-size: 0.73em;
  letter-spacing: -0.035em;
}

.hero-copy {
  max-width: 580px;
  margin-bottom: 35px;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  gap: 25px;
  align-items: center;
}

.hero-actions > span {
  color: rgba(255, 255, 255, 0.47);
  font-size: 0.65rem;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  min-width: 205px;
  padding: 18px 22px;
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: background 200ms ease, transform 200ms ease;
}

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

.button-gold {
  background: var(--gold);
  color: var(--navy-950);
}

.button-gold:hover {
  background: var(--gold-soft);
}

.hero-metrics {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 34px;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-inline: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.hero-metrics div {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 4px 13px;
  align-items: center;
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-metrics div:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-metrics b {
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 400;
}

.hero-metrics span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.66rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}

.scan-interface {
  position: absolute;
  z-index: 1;
  top: 15%;
  right: 5%;
  bottom: 17%;
  width: 42%;
  opacity: 0.62;
  pointer-events: none;
}

.scan-corner {
  position: absolute;
  width: 80px;
  height: 80px;
  border-color: rgba(216, 182, 121, 0.58);
}

.scan-corner-one {
  top: 0;
  left: 0;
  border-top: 1px solid;
  border-left: 1px solid;
}

.scan-corner-two {
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.scan-line {
  position: absolute;
  right: 2%;
  left: 2%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(240, 214, 162, 0.35), rgba(240, 214, 162, 0.95), transparent);
  box-shadow: 0 0 15px rgba(240, 214, 162, 0.58);
  animation: scan 6.5s ease-in-out infinite;
}

.scan-status {
  position: absolute;
  right: 12px;
  bottom: 13px;
  color: rgba(240, 214, 162, 0.8);
  font-family: "Courier New", monospace;
  font-size: 0.56rem;
  letter-spacing: 0.12em;
}

.scroll-cue {
  position: absolute;
  z-index: 4;
  right: 25px;
  bottom: 130px;
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.56rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transform: rotate(90deg);
  transform-origin: right center;
}

.scroll-cue span {
  display: block;
  width: 45px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

@keyframes scan {
  0%, 100% { top: 7%; opacity: 0; }
  10%, 90% { opacity: 1; }
  50% { top: 90%; }
}

.time-section {
  display: grid;
  grid-template-columns: minmax(460px, 0.95fr) minmax(500px, 1.05fr);
  align-items: center;
  min-height: 100svh;
  padding: 120px max(48px, calc((100vw - 1360px) / 2));
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 50%, rgba(216, 182, 121, 0.13), transparent 27%),
    var(--paper);
}

.time-copy {
  position: relative;
  z-index: 2;
  max-width: 730px;
  padding-left: clamp(30px, 5vw, 90px);
}

.time-copy h2,
.section-intro h2,
.convergence-heading h2,
.intelligence-copy h2,
.contact-section h2 {
  margin-bottom: 35px;
  font-size: clamp(3rem, 5.3vw, 6.8rem);
  line-height: 0.98;
}

.time-copy h2 em,
.section-intro h2 em,
.contact-section h2 em {
  color: #9e7639;
}

.lead {
  max-width: 650px;
  color: #56616f;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.7;
}

.time-statement {
  display: flex;
  gap: 34px;
  align-items: center;
  margin-top: 55px;
  padding-top: 23px;
  border-top: 1px solid var(--line);
}

.time-statement span {
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.time-statement strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 400;
}

.time-orbit {
  position: relative;
  width: min(42vw, 610px);
  aspect-ratio: 1;
  justify-self: center;
}

.orbit {
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(25, 55, 85, 0.2);
  border-radius: 50%;
  animation: rotate-orbit 28s linear infinite;
}

.orbit::before,
.orbit::after {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid var(--paper);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 1px rgba(216, 182, 121, 0.35), 0 0 30px rgba(216, 182, 121, 0.45);
  content: "";
}

.orbit::before { top: 8%; left: 18%; }
.orbit::after { right: 8%; bottom: 28%; }

.orbit-two {
  inset: 20%;
  border-color: rgba(216, 182, 121, 0.48);
  animation-direction: reverse;
  animation-duration: 20s;
}

.orbit-three {
  inset: 34%;
  border-color: rgba(25, 55, 85, 0.32);
  animation-duration: 16s;
}

.orbit-core {
  position: absolute;
  inset: 42%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216, 182, 121, 0.5);
  border-radius: 50%;
  background: var(--navy-900);
  box-shadow: 0 0 80px rgba(216, 182, 121, 0.22);
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.8rem, 1.6vw, 1.4rem);
  letter-spacing: 0.2em;
}

.orbit-point {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--navy-700);
}

.point-one { top: 20%; left: 18%; }
.point-two { top: 61%; right: 12%; }
.point-three { bottom: 20%; left: 34%; }

@keyframes rotate-orbit {
  to { transform: rotate(360deg); }
}

.profile-ribbon {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  gap: 35px;
  align-items: center;
  min-height: 100px;
  padding: 25px max(48px, calc((100vw - 1360px) / 2));
  background: var(--gold);
  color: var(--navy-950);
}

.profile-ribbon div {
  display: flex;
  gap: 11px;
  align-items: center;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.profile-ribbon svg {
  width: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.2;
}

.ribbon-line {
  height: 1px;
  background: rgba(2, 13, 27, 0.3);
}

.pillars-section {
  padding: 150px 0 170px;
  background: var(--ivory);
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.65fr);
  gap: 90px;
  align-items: end;
  margin-bottom: 95px;
}

.section-intro h2 {
  margin-bottom: 0;
}

.section-intro > p {
  margin: 0 0 15px;
  color: #5f6975;
  font-size: 1.12rem;
  line-height: 1.7;
}

.pillar-list {
  display: grid;
  gap: 35px;
}

.pillar-card {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  min-height: 690px;
  overflow: hidden;
  border: 1px solid rgba(9, 25, 44, 0.12);
  border-radius: 4px;
  background: var(--paper);
  box-shadow: 0 24px 70px rgba(15, 30, 47, 0.08);
}

.pillar-image {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  background: var(--navy-900);
}

.pillar-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 13, 27, 0.38), transparent 48%);
  content: "";
}

.pillar-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.pillar-card:hover .pillar-image img {
  transform: scale(1.035);
}

.image-number {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 28px;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(240, 214, 162, 0.55);
  border-radius: 50%;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
}

.image-scan {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 12%;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240, 214, 162, 0.9), transparent);
  box-shadow: 0 0 13px rgba(240, 214, 162, 0.5);
  opacity: 0;
  transition: opacity 400ms ease;
}

.pillar-card:hover .image-scan {
  opacity: 1;
}

.pillar-reverse .pillar-image {
  order: 2;
}

.pillar-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(45px, 6vw, 88px);
}

.pillar-kicker {
  margin-bottom: 24px;
  color: #92713a;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.pillar-content h3 {
  margin-bottom: 9px;
  color: var(--ink);
  font-size: clamp(2.2rem, 3.4vw, 4.6rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
}

.pillar-subtitle {
  margin-bottom: 30px;
  color: #9a7437;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
}

.pillar-intro {
  margin-bottom: 28px;
  color: #5d6670;
  font-size: 1rem;
  line-height: 1.7;
}

.pillar-content ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 25px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.pillar-content li {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #27394d;
  font-size: 0.87rem;
  line-height: 1.35;
}

.pillar-content li span {
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(216, 182, 121, 0.16);
}

.convergence-section {
  position: relative;
  padding: 160px 0 175px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 60%, rgba(34, 83, 124, 0.34), transparent 28%),
    var(--navy-950);
  color: white;
}

.convergence-section::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 55px 55px;
  content: "";
  mask-image: radial-gradient(circle, black, transparent 78%);
}

.convergence-heading {
  position: relative;
  z-index: 1;
  text-align: center;
}

.convergence-heading h2 {
  margin-bottom: 100px;
}

.convergence-heading h2 em,
.intelligence-copy h2 em {
  color: var(--gold-soft);
}

.convergence-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(330px, 0.8fr) minmax(0, 0.9fr);
  gap: 55px;
  align-items: center;
}

.context-card {
  min-height: 330px;
  padding: 36px;
  border: 1px solid rgba(240, 214, 162, 0.2);
  background: rgba(7, 25, 44, 0.68);
  backdrop-filter: blur(10px);
}

.context-index {
  color: var(--gold);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.context-card h3 {
  margin: 80px 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 2.8vw, 3.2rem);
  font-weight: 400;
}

.context-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.93rem;
  line-height: 1.73;
}

.network-visual {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
}

.network-visual::before {
  width: 58%;
  aspect-ratio: 1;
  border: 1px solid rgba(216, 182, 121, 0.38);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(216, 182, 121, 0.12), inset 0 0 80px rgba(216, 182, 121, 0.07);
  content: "";
}

.network-visual strong {
  position: absolute;
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.55;
  text-align: center;
}

.network-ring {
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  animation: rotate-orbit 28s linear infinite;
}

.ring-b {
  inset: 26%;
  border-color: rgba(216, 182, 121, 0.18);
  animation-direction: reverse;
  animation-duration: 19s;
}

.network-axis {
  position: absolute;
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 182, 121, 0.42), transparent);
}

.axis-a { transform: rotate(32deg); }
.axis-b { transform: rotate(-50deg); }

.network-node {
  position: absolute;
  padding: 8px 10px;
  border: 1px solid rgba(216, 182, 121, 0.3);
  border-radius: 999px;
  background: var(--navy-950);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.46rem;
  letter-spacing: 0.15em;
}

.node-heart { top: 12%; left: 23%; }
.node-brain { top: 38%; right: 3%; }
.node-hormone { right: 25%; bottom: 8%; }

.intelligence-section {
  position: relative;
  min-height: 1100px;
  padding: 170px 0 150px;
  overflow: hidden;
  background: var(--navy-900);
  color: white;
}

.intelligence-image {
  position: absolute;
  inset: 0 0 0 42%;
  width: 58%;
  height: 100%;
  object-fit: cover;
}

.intelligence-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--navy-900) 0%, var(--navy-900) 37%, rgba(6, 22, 42, 0.78) 55%, rgba(6, 22, 42, 0.28) 100%),
    linear-gradient(0deg, var(--navy-900) 0%, transparent 22%, rgba(6, 22, 42, 0.2) 100%);
}

.intelligence-content {
  position: relative;
  z-index: 2;
}

.intelligence-copy {
  max-width: 820px;
}

.intelligence-copy h2 {
  margin-bottom: 38px;
}

.light-copy {
  color: rgba(255, 255, 255, 0.64);
}

.intelligence-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  width: min(790px, 65%);
  margin: 80px 0 0;
  padding: 1px;
  background: rgba(216, 182, 121, 0.19);
  list-style: none;
}

.intelligence-steps li {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 18px;
  min-height: 215px;
  padding: 33px;
  background: rgba(4, 17, 34, 0.86);
  backdrop-filter: blur(9px);
}

.intelligence-steps li > span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
}

.intelligence-steps h3 {
  margin-bottom: 15px;
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.intelligence-steps p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.82rem;
  line-height: 1.65;
}

.ai-note {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 15px;
  max-width: 760px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.74rem;
  line-height: 1.55;
}

.ai-note span {
  color: var(--gold-soft);
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 86svh;
  padding: 130px 30px;
  overflow: hidden;
  background: var(--paper);
  text-align: center;
}

.contact-halo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(66vw, 820px);
  aspect-ratio: 1;
  border: 1px solid rgba(216, 182, 121, 0.3);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(216, 182, 121, 0.045),
    0 0 0 160px rgba(216, 182, 121, 0.025);
  transform: translate(-50%, -50%);
}

.contact-symbol {
  position: relative;
  width: 76px;
  margin-bottom: 36px;
}

.contact-section .eyebrow,
.contact-section h2,
.contact-section > p,
.email-link {
  position: relative;
}

.contact-section h2 {
  max-width: 940px;
  margin-bottom: 30px;
}

.contact-section > p {
  margin-bottom: 48px;
  color: var(--muted);
  font-size: 1.08rem;
}

.email-link {
  display: inline-flex;
  gap: 28px;
  align-items: center;
  padding: 18px 4px 14px;
  border-bottom: 1px solid var(--gold);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 3vw, 2.6rem);
  transition: color 200ms ease;
}

.email-link:hover {
  color: #9a7131;
}

.email-link svg {
  width: 28px;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: center;
  padding: 50px max(48px, calc((100vw - 1360px) / 2));
  background: var(--navy-950);
  color: rgba(255, 255, 255, 0.58);
}

.footer-brand {
  display: flex;
  gap: 13px;
  align-items: center;
}

.footer-brand img {
  width: 43px;
}

.footer-brand span {
  color: var(--gold-soft);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
}

footer > p {
  margin: 0;
  font-size: 0.57rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
  font-size: 0.68rem;
}

.footer-links a:hover {
  color: var(--gold-soft);
}

footer small {
  grid-column: 1 / -1;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.34);
  font-size: 0.62rem;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 1120px) {
  :root {
    --page: min(100% - 56px, 1050px);
  }

  .site-header nav {
    gap: 20px;
  }

  .time-section {
    grid-template-columns: 0.85fr 1.15fr;
    padding-inline: 28px;
  }

  .pillar-card {
    min-height: 580px;
  }

  .pillar-content {
    padding: 45px;
  }

  .convergence-grid {
    gap: 20px;
  }

  .context-card {
    padding: 26px;
  }

  .context-card h3 {
    margin-top: 50px;
  }

  .intelligence-steps {
    width: 74%;
  }
}

@media (max-width: 820px) {
  :root {
    --page: calc(100vw - 40px);
  }

  .site-header {
    top: 10px;
    grid-template-columns: 1fr auto;
    width: calc(100vw - 20px);
    min-height: 64px;
  }

  .site-header nav {
    display: none;
  }

  .nav-contact {
    padding: 13px 16px;
  }

  .hero {
    min-height: 870px;
    align-items: flex-start;
  }

  .hero-video {
    object-position: 61% center;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(1, 10, 22, 0.98) 0%, rgba(2, 13, 27, 0.7) 58%, rgba(2, 13, 27, 0.34) 100%),
      linear-gradient(90deg, rgba(2, 13, 27, 0.7), transparent);
  }

  .hero-content {
    padding-top: 185px;
  }

  .hero h1 {
    font-size: clamp(3.9rem, 15vw, 6.6rem);
  }

  .hero-copy {
    max-width: 520px;
  }

  .hero-metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 0;
    bottom: 28px;
  }

  .hero-metrics div {
    padding-left: 18px;
  }

  .hero-metrics div:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .scan-interface {
    top: 14%;
    right: 8%;
    bottom: 34%;
    width: 58%;
  }

  .scroll-cue {
    display: none;
  }

  .time-section {
    grid-template-columns: 1fr;
    gap: 45px;
    padding: 100px 20px;
  }

  .time-orbit {
    width: min(88vw, 500px);
  }

  .time-copy {
    padding-left: 0;
  }

  .profile-ribbon {
    grid-template-columns: 1fr;
    gap: 19px;
    padding: 32px 20px;
  }

  .ribbon-line {
    width: 100%;
  }

  .pillars-section {
    padding: 100px 0;
  }

  .section-intro {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-bottom: 60px;
  }

  .pillar-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .pillar-image,
  .pillar-reverse .pillar-image {
    min-height: 530px;
    order: 0;
  }

  .pillar-content {
    padding: 48px 36px 55px;
  }

  .convergence-section {
    padding: 105px 0;
  }

  .convergence-heading h2 {
    margin-bottom: 60px;
  }

  .convergence-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .context-card {
    min-height: auto;
  }

  .context-card h3 {
    margin-top: 55px;
  }

  .network-visual {
    width: min(85vw, 470px);
    margin: 20px auto;
  }

  .intelligence-section {
    min-height: auto;
    padding: 115px 0;
  }

  .intelligence-image {
    inset: 0;
    width: 100%;
    opacity: 0.5;
  }

  .intelligence-overlay {
    background: linear-gradient(0deg, rgba(6, 22, 42, 0.98), rgba(6, 22, 42, 0.65) 65%, rgba(6, 22, 42, 0.83));
  }

  .intelligence-steps {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .intelligence-steps li {
    min-height: auto;
  }

  .contact-halo {
    width: 92vw;
  }

  footer {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 50px 20px;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .brand img {
    width: 39px;
    height: 32px;
  }

  .brand b {
    font-size: 1rem;
  }

  .nav-contact {
    min-width: auto;
    font-size: 0;
  }

  .nav-contact svg {
    width: 19px;
  }

  .hero {
    min-height: 820px;
  }

  .hero-content {
    padding-top: 155px;
  }

  .hero h1 {
    font-size: 3.75rem;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-metrics b {
    font-size: 1.3rem;
  }

  .hero-metrics span {
    font-size: 0.54rem;
  }

  .hero-metrics div {
    grid-template-columns: 39px 1fr;
  }

  .time-copy h2,
  .section-intro h2,
  .convergence-heading h2,
  .intelligence-copy h2,
  .contact-section h2 {
    font-size: 3.15rem;
  }

  .time-statement {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .pillar-image,
  .pillar-reverse .pillar-image {
    min-height: 400px;
  }

  .pillar-content {
    padding: 38px 25px 44px;
  }

  .pillar-content h3 {
    font-size: 2.5rem;
  }

  .ai-note {
    grid-template-columns: 1fr;
  }

  .intelligence-steps li {
    grid-template-columns: 34px 1fr;
    padding: 28px 22px;
  }

  .email-link {
    gap: 12px;
    font-size: 1.13rem;
  }
}

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

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

  .hero-video {
    display: none;
  }
}
