:root {
  color-scheme: light;
  --ink: #10110f;
  --muted: #6a6a61;
  --line: #d8cfb8;
  --paper: #f4efe2;
  --white: #ffffff;
  --field: #111716;
  --gold: #e9c86e;
  --gold-light: #fff0b8;
  --gold-deep: #a87924;
  --green: #0f8f5f;
  --green-dark: #0a5f44;
  --amber: #c9932b;
  --amber-soft: #f1d18b;
  --stone: #ebe5d7;
  --max: 1120px;
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    "Geist", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 50;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.02) 50%, rgba(0, 0, 0, 0.02) 50%);
  background-size: 100% 4px;
  mix-blend-mode: screen;
  opacity: 0.42;
}

.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 60;
  width: var(--scroll, 0%);
  height: 2px;
  background: linear-gradient(90deg, var(--gold-light), var(--gold-deep));
  box-shadow: 0 0 18px rgba(233, 200, 110, 0.42);
  pointer-events: none;
}

img,
canvas {
  display: block;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  min-height: 64px;
  padding: 14px clamp(22px, 4vw, 56px);
  color: var(--white);
  background: rgba(9, 11, 10, 0.82);
  border-bottom: 1px solid rgba(230, 189, 101, 0.18);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.brand-name,
.gold-wordmark,
.site-footer span:first-child {
  color: var(--gold);
  background: linear-gradient(98deg, var(--gold-light) 0%, var(--gold) 34%, #b77e22 68%, #ffe9a7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 34px rgba(233, 200, 110, 0.14);
  -webkit-text-fill-color: transparent;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #15100a;
  background: var(--gold);
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

.nav-links {
  gap: clamp(18px, 2.4vw, 34px);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 450;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--white);
}

.hero {
  position: relative;
  display: grid;
  min-height: min(920px, 96vh);
  place-items: end start;
  overflow: hidden;
  background: #0d100f;
  color: var(--white);
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 58% 42%, rgba(233, 200, 110, 0.12), transparent 26%),
    linear-gradient(90deg, rgba(9, 11, 10, 0.97) 0%, rgba(9, 11, 10, 0.75) 48%, rgba(9, 11, 10, 0.22) 100%),
    linear-gradient(0deg, rgba(9, 11, 10, 0.95) 0%, rgba(9, 11, 10, 0) 44%);
  pointer-events: none;
}

#signal-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#signal-canvas {
  z-index: 1;
  opacity: 0.68;
}

.hero-frame {
  position: absolute;
  inset: 92px clamp(24px, 4vw, 60px) 64px;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  color: rgba(233, 200, 110, 0.58);
  border: 1px solid rgba(233, 200, 110, 0.14);
  border-bottom: 0;
  pointer-events: none;
}

.hero-frame span {
  padding: 16px;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-frame span:nth-child(2) {
  align-self: start;
  justify-self: center;
}

.hero-frame span:nth-child(3) {
  justify-self: end;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.48fr);
  gap: clamp(46px, 8vw, 130px);
  align-items: center;
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
  padding: 134px 0 106px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--gold);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(58px, 8vw, 108px);
  line-height: 0.96;
  font-weight: 410;
  letter-spacing: 0;
  filter: drop-shadow(0 18px 42px rgba(0, 0, 0, 0.42));
}

.hero h1 span {
  display: block;
}

.hero-copy {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.62;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid rgba(230, 189, 101, 0.38);
  border-radius: 999px;
  font-weight: 500;
  text-decoration: none;
}

.button.primary {
  color: #14100a;
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 14px 30px rgba(230, 189, 101, 0.18);
}

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
}

.hero-panel {
  padding: 30px;
  color: rgba(255, 255, 255, 0.84);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(233, 200, 110, 0.22);
  border-radius: 14px;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.panel-label {
  display: block;
  margin-bottom: 20px;
  color: var(--gold);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-panel dl {
  display: grid;
  gap: 18px;
  margin: 0;
}

.hero-panel div {
  padding-top: 18px;
  border-top: 1px solid rgba(233, 200, 110, 0.18);
}

.hero-panel dt {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.52);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-panel dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.35;
}

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

.button {
  transform: translate(var(--tx, 0), var(--ty, 0));
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(var(--max), calc(100% - 48px));
  margin: -54px auto 0;
  position: relative;
  z-index: 3;
  background: rgba(233, 200, 110, 0.3);
  border: 1px solid rgba(233, 200, 110, 0.26);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 30px 82px rgba(16, 20, 20, 0.14);
}

.principle {
  min-height: 126px;
  padding: 24px 26px;
  background: rgba(251, 249, 243, 0.94);
}

.principle span {
  display: block;
  margin-bottom: 14px;
  color: var(--gold-deep);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.principle strong {
  display: block;
  font-size: clamp(17px, 1.8vw, 21px);
  font-weight: 500;
  line-height: 1.24;
}

.surface-lens {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(360px, 1fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: start;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(82px, 10vw, 132px) 0 0;
}

.surface-copy h2 {
  margin: 0;
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 570;
  line-height: 1.04;
}

.surface-copy p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.lens-console {
  position: relative;
  overflow: hidden;
  min-height: 424px;
  padding: 22px;
  color: rgba(255, 255, 255, 0.88);
  background:
    radial-gradient(circle at var(--lx, 70%) var(--ly, 30%), rgba(233, 200, 110, 0.14), transparent 32%),
    linear-gradient(180deg, #151817 0%, #0d100f 100%);
  border: 1px solid rgba(233, 200, 110, 0.24);
  border-radius: 18px;
  box-shadow: 0 24px 90px rgba(16, 20, 20, 0.16);
}

.lens-console::before {
  position: absolute;
  inset: 20px;
  content: "";
  border: 1px solid rgba(233, 200, 110, 0.12);
  border-radius: 12px;
  pointer-events: none;
}

.lens-tabs {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.lens-tab {
  min-height: 44px;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.64);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(233, 200, 110, 0.14);
  border-radius: 999px;
  font: 600 10px/1 "Geist Mono", ui-monospace, monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.lens-tab:hover,
.lens-tab.is-active {
  color: #17120a;
  background: var(--gold);
  border-color: var(--gold);
}

.lens-output {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  min-height: 318px;
  padding: 34px 18px 18px;
}

.lens-output span {
  color: rgba(233, 200, 110, 0.74);
  font: 600 12px/1 "Geist Mono", ui-monospace, monospace;
}

.lens-output h3 {
  margin: 22px 0 18px;
  color: var(--gold);
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 560;
  line-height: 1.02;
}

.lens-output p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.5;
}

.lens-output small {
  display: block;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.56);
  font: 600 12px/1.4 "Geist Mono", ui-monospace, monospace;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(82px, 10vw, 132px) 0;
}

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

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.78fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: end;
}

.section h2,
.ethics-band h2 {
  margin: 0;
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: 0;
}

.section p,
.ethics-band p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.offer-section {
  padding-top: clamp(74px, 9vw, 118px);
}

.offer-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: end;
}

.offer-heading h2 {
  max-width: 760px;
}

.offer-heading p {
  margin: 0;
}

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

.offer-card {
  position: relative;
  min-height: 430px;
  padding: clamp(24px, 3vw, 34px);
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(233, 200, 110, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbfaf5 100%);
  border: 1px solid rgba(168, 121, 36, 0.18);
  border-radius: 18px;
  box-shadow: 0 26px 74px rgba(16, 20, 20, 0.06);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.offer-card:hover {
  transform: translateY(-4px);
  border-color: rgba(233, 200, 110, 0.38);
  box-shadow: 0 30px 82px rgba(16, 20, 20, 0.1);
}

.offer-card > span {
  color: var(--gold-deep);
  font: 500 11px/1 "Geist Mono", ui-monospace, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-card h3 {
  max-width: 520px;
  margin: 54px 0 14px;
  color: var(--ink);
  font-size: clamp(21px, 1.8vw, 26px);
  font-weight: 500;
  line-height: 1.08;
}

.offer-card p {
  max-width: 590px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.deliverables {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(168, 121, 36, 0.18);
}

.deliverables strong {
  display: block;
  margin-bottom: 10px;
  color: var(--gold-deep);
  font: 500 10px/1 "Geist Mono", ui-monospace, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.deliverables ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.deliverables li {
  position: relative;
  padding: 10px 0 10px 22px;
  color: #464a44;
  font-size: 13px;
  line-height: 1.44;
  border-bottom: 1px solid rgba(168, 121, 36, 0.12);
}

.deliverables li:last-child {
  border-bottom: 0;
}

.deliverables li::before {
  position: absolute;
  top: 18px;
  left: 2px;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--gold);
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(233, 200, 110, 0.16);
}

.offer-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 16px;
  overflow: hidden;
  background: rgba(168, 121, 36, 0.18);
  border: 1px solid rgba(168, 121, 36, 0.16);
  border-radius: 18px;
}

.offer-strip div {
  min-height: 136px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.68);
}

.offer-strip span {
  color: var(--gold-deep);
  font: 500 10px/1 "Geist Mono", ui-monospace, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-strip strong {
  display: block;
  margin-top: 16px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 38px;
}

.service-card {
  position: relative;
  min-height: 352px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(251,249,243,0.92) 100%);
  border: 1px solid rgba(168, 121, 36, 0.18);
  border-radius: 14px;
  box-shadow: 0 22px 64px rgba(16, 20, 20, 0.055);
}

.service-card::after {
  position: absolute;
  inset: auto 22px 22px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(233, 200, 110, 0.7), transparent);
}

.service-card,
.approach-item,
.contact-panel,
.principle {
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.service-card:hover,
.approach-item:hover,
.contact-panel:hover,
.principle:hover {
  transform: translateY(-4px);
  border-color: rgba(233, 200, 110, 0.34);
  box-shadow: 0 26px 72px rgba(16, 20, 20, 0.09);
}

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 720ms ease, transform 720ms ease;
}

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

.service-index {
  color: var(--gold-deep);
  font-weight: 500;
}

.service-card h3 {
  margin: 28px 0 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
}

.service-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.capability-list {
  display: grid;
  gap: 1px;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid rgba(168, 121, 36, 0.14);
  border-radius: 12px;
  background: rgba(168, 121, 36, 0.12);
}

.capability-list div {
  padding: 11px 12px;
  background: rgba(255, 255, 255, 0.62);
}

.capability-list span {
  display: block;
  margin-bottom: 5px;
  color: var(--gold-deep);
  font: 500 10px/1 "Geist Mono", ui-monospace, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.capability-list p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.split {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(360px, 1fr);
  gap: clamp(40px, 7vw, 92px);
  align-items: start;
  border-top: 1px solid rgba(168, 121, 36, 0.18);
}

.approach-list {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid rgba(168, 121, 36, 0.16);
  border-radius: 14px;
  overflow: hidden;
}

.approach-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  align-items: start;
  padding: 28px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfaf5 100%);
}

.approach-item span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #14100a;
  background: var(--gold);
  border-radius: 999px;
  font-weight: 500;
}

.approach-item p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.58;
}

.approach-item h3 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.16;
}

.ethics-band {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(460px, 1fr);
  gap: clamp(40px, 7vw, 92px);
  align-items: start;
  overflow: hidden;
  padding: clamp(76px, 10vw, 124px) max(24px, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background:
    radial-gradient(circle at 24% 26%, rgba(233, 200, 110, 0.14), transparent 22%),
    linear-gradient(rgba(12, 14, 13, 0.9), rgba(12, 14, 13, 0.9));
}

.ethics-band h2,
.ethics-band p {
  width: auto;
}

.ethics-band p {
  color: rgba(255, 255, 255, 0.78);
}

.ethics-grid {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: rgba(233, 200, 110, 0.22);
  border: 1px solid rgba(233, 200, 110, 0.2);
  border-radius: 16px;
}

.ethics-grid div {
  padding: 24px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(12px);
}

.ethics-grid span {
  color: var(--gold);
  font: 500 10px/1 "Geist Mono", ui-monospace, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ethics-grid p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.55;
}

.evidence-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 0.88fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: center;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(86px, 10vw, 136px) 0;
}

.evidence-copy h2 {
  margin: 0;
  font-size: clamp(30px, 3.8vw, 48px);
  font-weight: 500;
  line-height: 1.08;
}

.evidence-copy p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.evidence-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.evidence-points span {
  padding: 10px 13px;
  color: #17120a;
  background: rgba(233, 200, 110, 0.72);
  border: 1px solid rgba(168, 121, 36, 0.18);
  border-radius: 999px;
  font: 500 10px/1 "Geist Mono", ui-monospace, monospace;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.code-window {
  overflow: hidden;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.86);
  background:
    radial-gradient(circle at 78% 18%, rgba(233, 200, 110, 0.14), transparent 30%),
    linear-gradient(180deg, #151817 0%, #0c0f0e 100%);
  border: 1px solid rgba(233, 200, 110, 0.24);
  border-radius: 18px;
  box-shadow: 0 28px 90px rgba(16, 20, 20, 0.18);
}

.code-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(233, 200, 110, 0.16);
}

.code-bar span {
  width: 10px;
  height: 10px;
  background: rgba(233, 200, 110, 0.44);
  border-radius: 999px;
}

.code-bar strong {
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.62);
  font: 500 11px/1 "Geist Mono", ui-monospace, monospace;
  letter-spacing: 0.06em;
}

.code-window pre {
  margin: 0;
  padding: 24px;
  overflow-x: auto;
}

.code-window code {
  color: #f3e7bd;
  font: 500 13px/1.7 "Geist Mono", ui-monospace, monospace;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(340px, 0.86fr) minmax(440px, 0.92fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
  padding: clamp(78px, 10vw, 124px) max(24px, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background:
    radial-gradient(circle at 70% 18%, rgba(233, 200, 110, 0.16), transparent 28%),
    linear-gradient(180deg, #101412 0%, #090b0a 100%);
}

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

.contact-copy h2 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 430;
  line-height: 1.04;
}

.contact-copy p {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.68;
}

.contact-routes {
  display: grid;
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  background: rgba(233, 200, 110, 0.18);
  border: 1px solid rgba(233, 200, 110, 0.18);
  border-radius: 16px;
}

.contact-routes div {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.045);
}

.contact-routes span,
.contact-panel .panel-label,
.contact-meta-grid span,
.contact-checklist span {
  color: var(--gold);
  font: 500 10px/1 "Geist Mono", ui-monospace, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-routes strong {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 430;
  line-height: 1.48;
}

.contact-panel {
  display: grid;
  gap: 20px;
  max-width: 100%;
  padding: clamp(24px, 3.2vw, 34px);
  background:
    radial-gradient(circle at 86% 10%, rgba(233, 200, 110, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.04) 100%);
  border: 1px solid rgba(233, 200, 110, 0.22);
  border-radius: 18px;
  font-style: normal;
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.contact-panel a {
  color: var(--gold);
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 430;
  line-height: 1.06;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.contact-note {
  max-width: 560px;
  margin: -4px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.62;
}

.contact-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.contact-meta-grid div {
  min-height: 94px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(233, 200, 110, 0.16);
  border-radius: 12px;
}

.contact-meta-grid strong {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  font-weight: 430;
  line-height: 1.32;
}

.contact-checklist {
  margin-top: 4px;
  padding-top: 20px;
  border-top: 1px solid rgba(233, 200, 110, 0.18);
}

.contact-checklist ul {
  display: grid;
  gap: 0;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.contact-checklist li {
  position: relative;
  padding: 12px 0 12px 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.5;
  border-top: 1px solid rgba(233, 200, 110, 0.12);
}

.contact-checklist li::before {
  position: absolute;
  top: 20px;
  left: 2px;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--gold);
  border-radius: 999px;
}

.contact-legal {
  margin: 0;
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.44);
  border-top: 1px solid rgba(233, 200, 110, 0.14);
  font-size: 12px;
  line-height: 1.5;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(20px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.76);
  background: #10100d;
  font-size: 14px;
}

.site-footer span {
  overflow-wrap: anywhere;
}

.site-footer span:first-child {
  font-weight: 500;
}

@media (max-width: 1080px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card {
    min-height: 330px;
  }
}

@media (max-width: 860px) {
  .site-header {
    position: absolute;
    align-items: center;
    flex-direction: row;
    min-height: auto;
    width: 100%;
    padding: 16px;
  }

  .nav-links {
    width: min(358px, calc(100vw - 32px));
    justify-content: space-between;
  }

  .hero {
    min-height: 940px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    padding-top: 154px;
  }

  .hero-frame {
    display: none;
  }

  .intro-band,
  .section-heading,
  .offer-heading,
  .offer-grid,
  .offer-strip,
  .service-grid,
  .split,
  .contact-section,
  .surface-lens,
  .evidence-section,
  .ethics-band {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    align-self: stretch;
  }

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

  .intro-band {
    margin-top: -28px;
  }

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

  .service-card h3 {
    margin-top: 36px;
  }
}

@media (max-width: 560px) {
  .brand {
    align-items: flex-start;
    white-space: normal;
  }

  .hero {
    min-height: 950px;
  }

  .nav-links {
    gap: 12px;
    font-size: 11px;
  }

  .offer-card {
    min-height: auto;
    padding: 24px;
  }

  .offer-card h3 {
    margin-top: 40px;
    font-size: 22px;
  }

  .offer-strip div {
    min-height: auto;
  }

  .hero-content {
    width: min(358px, calc(100vw - 32px));
    max-width: 760px;
    margin-left: 16px;
    margin-right: auto;
    padding-bottom: 78px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero h1 {
    font-size: 52px;
    line-height: 0.96;
  }

  .hero-panel {
    padding: 22px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .intro-band,
  .section,
  .surface-lens,
  .evidence-section {
    width: min(358px, calc(100vw - 32px));
    max-width: var(--max);
    margin-left: 16px;
    margin-right: auto;
  }

  .ethics-band {
    display: block;
    width: 100%;
    max-width: 100vw;
    padding: 58px 16px;
    overflow: hidden;
  }

  .ethics-copy,
  .ethics-grid {
    width: min(358px, calc(100vw - 32px));
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .ethics-band * {
    max-width: 100%;
  }

  .ethics-band h2,
  .ethics-band p,
  .ethics-grid p {
    overflow-wrap: break-word;
  }

  .ethics-band h2,
  .evidence-copy h2,
  .contact-copy h2 {
    font-size: 32px;
  }

  .ethics-band h2 {
    max-width: 320px;
    font-size: 30px;
    line-height: 1.02;
  }

  .ethics-band p,
  .ethics-grid p {
    font-size: 13px;
    line-height: 1.5;
  }

  .ethics-grid {
    margin-top: 28px;
  }

  .ethics-grid div {
    padding: 16px;
  }

  .approach-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
  }

  .site-footer span {
    max-width: 100%;
    white-space: normal;
  }
}

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

  .button:hover {
    transform: none;
  }
}
