@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("fonts/raleway-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --black: #0b0b0b;
  --white: #ffffff;
  --gold: #d4af37;
  --gold-soft: rgba(212, 175, 55, 0.14);
  --gold-line: rgba(212, 175, 55, 0.38);
  --white-soft: rgba(255, 255, 255, 0.67);
  --white-faint: rgba(255, 255, 255, 0.42);
  --line: rgba(255, 255, 255, 0.12);
  --max: 1240px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

button {
  color: inherit;
  font: inherit;
}

.wrap {
  width: min(calc(100% - 64px), var(--max));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: -80px;
  left: 20px;
  padding: 10px 16px;
  background: var(--gold);
  color: var(--black);
}

.skip-link:focus {
  top: 20px;
}

/* Header and exact brand lockup */
.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  height: 92px;
  padding: 0 38px;
  border-bottom: 1px solid transparent;
  transition: background 0.35s ease, border-color 0.35s ease;
}

.site-header.scrolled {
  border-color: var(--line);
  background: rgba(11, 11, 11, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
  height: 60px;
  overflow: hidden;
}

.brand-logo {
  display: block;
  width: 230px;
  height: auto;
  flex: 0 0 230px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 38px;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.desktop-nav a,
.footer-links a {
  color: var(--white-soft);
  transition: color 0.25s ease;
}

.desktop-nav a:hover,
.footer-links a:hover {
  color: var(--gold);
}

.header-cta {
  justify-self: end;
  padding: 9px 0;
  border-bottom: 1px solid var(--gold);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

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

.menu-toggle,
.mobile-menu {
  display: none;
}

/* Hero */
.hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  overflow: hidden;
  align-items: center;
  padding: 154px 0 84px;
  background: var(--black);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(212, 175, 55, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 175, 55, 0.045) 1px, transparent 1px);
  background-size: 8.3vw 8.3vw;
  mask-image: linear-gradient(to right, transparent 0%, var(--black) 25%, var(--black) 100%);
}

.hero-content {
  position: relative;
  z-index: 3;
}

.hero-k {
  position: absolute;
  z-index: 2;
  top: 25%;
  right: 5vw;
  width: clamp(230px, 20vw, 300px);
  opacity: 0.96;
}

.hero-k img {
  display: block;
  width: 100%;
  height: auto;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 34px;
  color: var(--gold);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: var(--gold);
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1 {
  max-width: 1110px;
  margin: 0;
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(52px, 7vw, 106px);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

h1 span {
  color: var(--gold);
  font-weight: 300;
  letter-spacing: 0.03em;
}

.hero-bottom {
  display: flex;
  max-width: 1000px;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-top: 58px;
}

.hero-bottom > p {
  max-width: 610px;
  margin: 0;
  color: var(--white-soft);
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 300;
  line-height: 1.65;
}

.circle-link {
  display: flex;
  width: 108px;
  height: 108px;
  flex: 0 0 108px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid var(--gold-line);
  border-radius: 50%;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.08em;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.circle-link b {
  color: var(--gold);
  font-size: 17px;
  font-weight: 400;
}

.circle-link:hover {
  background: var(--gold);
  color: var(--black);
  transform: translateY(-4px);
}

.circle-link:hover b {
  color: var(--black);
}

.hero-index {
  position: absolute;
  right: 42px;
  bottom: 40px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--white-faint);
  font-size: 9px;
}

.hero-index i {
  width: 58px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold) 20%, rgba(255, 255, 255, 0.18) 20%);
}

/* Shared sections */
.section {
  padding: 142px 0;
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 78px;
  color: var(--white-faint);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.section-kicker span {
  color: var(--gold);
  font-variant-numeric: tabular-nums;
}

.section-kicker::after {
  content: "";
  width: 64px;
  height: 1px;
  background: var(--gold-line);
}

h2 {
  margin: 0;
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(40px, 5.25vw, 74px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

h2 em {
  color: var(--gold);
  font-style: normal;
  font-weight: 300;
}

.statement {
  position: relative;
  border-top: 1px solid var(--line);
}

.statement::before {
  content: "K";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 12%;
  color: rgba(212, 175, 55, 0.035);
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(180px, 28vw, 420px);
  font-weight: 300;
  line-height: 0.7;
}

.statement-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 9vw;
}

.statement-copy {
  max-width: 480px;
}

.statement-copy p {
  color: var(--white-soft);
  font-size: 15px;
}

.statement-copy .lead {
  margin-top: 0;
  color: var(--white);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
}

.text-link {
  display: inline-flex;
  gap: 18px;
  margin-top: 28px;
  padding: 8px 0;
  border-bottom: 1px solid var(--gold);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
}

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

/* Expertise */
.expertise {
  position: relative;
  border-block: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.025), transparent 24%), var(--black);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 9vw;
  margin-bottom: 88px;
}

.section-heading > p {
  max-width: 410px;
  margin: 0;
  color: var(--white-soft);
  font-size: 16px;
}

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

.service {
  display: grid;
  grid-template-columns: 84px minmax(280px, 1.15fr) 1fr 0.75fr;
  align-items: start;
  gap: 40px;
  padding: 54px 0;
  border-bottom: 1px solid var(--line);
  transition: background 0.35s ease;
}

.service:hover {
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.055), transparent 72%);
}

.service-number {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.14em;
}

.service-title {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

.service-title h3 {
  margin: 0;
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(27px, 2.35vw, 35px);
  font-weight: 500;
  line-height: 1.1;
}

.service > p {
  max-width: 410px;
  margin: 0;
  color: var(--white-soft);
  font-size: 14px;
}

.service ul {
  margin: 0;
  padding: 0;
  color: var(--white-faint);
  font-size: 11px;
  list-style: none;
}

.service li {
  padding: 7px 0;
  border-bottom: 1px solid var(--line);
}

.service-glyph {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}

.strategy-glyph {
  border: 1px solid var(--gold-line);
  border-radius: 50%;
}

.strategy-glyph::before,
.strategy-glyph::after {
  content: "";
  position: absolute;
  background: var(--gold);
}

.strategy-glyph::before {
  top: -8px;
  left: 23px;
  width: 1px;
  height: 64px;
  transform: rotate(45deg);
}

.strategy-glyph::after {
  top: 23px;
  left: -8px;
  width: 64px;
  height: 1px;
  transform: rotate(45deg);
}

.ai-glyph {
  border: 1px solid var(--gold-line);
  background: repeating-linear-gradient(45deg, transparent 0 7px, rgba(212, 175, 55, 0.72) 7px 8px);
  transform: rotate(45deg) scale(0.72);
}

.data-glyph::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-bottom: 1px solid var(--gold);
  border-left: 1px solid var(--gold);
}

.data-glyph::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 11px;
  left: 11px;
  height: 28px;
  border-top: 1px solid var(--gold);
  box-shadow: 0 9px 0 rgba(212, 175, 55, 0.32);
  transform: skewY(-32deg);
}

/* Approach */
.approach {
  position: relative;
  overflow: hidden;
}

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

.approach-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: end;
  gap: 9vw;
}

.approach-grid > p {
  max-width: 390px;
  margin: 0 0 8px;
  color: var(--white-soft);
  font-size: 15px;
}

.approach-orbit {
  position: absolute;
  top: 20px;
  right: -250px;
  width: 560px;
  height: 560px;
  border: 1px solid var(--gold-line);
  border-radius: 50%;
  opacity: 0.42;
}

.approach-orbit::after {
  content: "";
  position: absolute;
  inset: 21%;
  border: 1px solid var(--gold-line);
  border-radius: 50%;
}

.approach-orbit span {
  position: absolute;
  top: 48px;
  left: 22px;
  color: var(--gold);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 106px;
  font-weight: 300;
  opacity: 0.24;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 98px 0 0;
  padding: 0;
  border-top: 1px solid var(--gold-line);
  list-style: none;
}

.steps li {
  min-height: 220px;
  padding: 30px 28px 10px 0;
  border-right: 1px solid var(--line);
}

.steps li + li {
  padding-left: 28px;
}

.steps li:last-child {
  border-right: 0;
}

.steps span {
  color: var(--gold);
  font-size: 10px;
}

.steps h3 {
  margin: 43px 0 12px;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.steps p {
  max-width: 220px;
  color: var(--white-faint);
  font-size: 12px;
}

/* Impact */
.impact {
  border-top: 1px solid var(--line);
}

.impact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 10vw;
}

.impact-items {
  border-top: 1px solid var(--gold-line);
}

.impact-items > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 22px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}

.impact-items span {
  color: var(--gold);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.impact-items p {
  margin: 0;
  color: var(--white-faint);
  font-size: 12px;
}

/* CTA */
.cta {
  position: relative;
  display: flex;
  min-height: 700px;
  overflow: hidden;
  align-items: center;
  border-top: 1px solid var(--line);
  background: var(--black);
  text-align: center;
}

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

.cta .eyebrow {
  justify-content: center;
}

.cta h2 {
  font-size: clamp(46px, 6vw, 84px);
}

.cta-button {
  display: flex;
  width: min(100%, 480px);
  justify-content: space-between;
  margin: 50px auto 0;
  padding: 20px 24px;
  border: 1px solid var(--gold);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  transition: color 0.3s ease, background 0.3s ease;
}

.cta-button b {
  color: var(--gold);
  font-weight: 400;
}

.cta-button:hover {
  background: var(--gold);
  color: var(--black);
}

.cta-button:hover b {
  color: var(--black);
}

.cta-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 880px;
  height: 880px;
  border: 1px solid var(--gold-line);
  border-radius: 50%;
  box-shadow: 0 0 130px var(--gold-soft), inset 0 0 130px rgba(212, 175, 55, 0.035);
  transform: translate(-50%, -50%);
}

.cta-glow::after {
  content: "";
  position: absolute;
  inset: 17%;
  border: 1px solid var(--gold-line);
  border-radius: 50%;
  opacity: 0.42;
}

/* Footer */
.site-footer {
  padding: 72px 0 28px;
  border-top: 1px solid var(--gold-line);
  background: var(--black);
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 68px;
}

.footer-main > p {
  margin: 0;
  color: var(--white-faint);
  font-size: 12px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-self: end;
  gap: 10px;
  font-size: 12px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--white-faint);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Legal pages */
.legal-page {
  min-height: 100vh;
  padding: 170px 0 100px;
  background: var(--black);
}

.legal-page article {
  max-width: 790px;
}

.legal-page h1 {
  margin-bottom: 52px;
  font-size: clamp(44px, 6vw, 74px);
}

.legal-page h2 {
  margin: 42px 0 12px;
  color: var(--gold);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.015em;
}

.legal-page p,
.legal-page li {
  color: var(--white-soft);
}

.legal-page article a {
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: var(--gold-line);
  text-underline-offset: 4px;
}

/* Motion */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

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

.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

/* Tablet */
@media (max-width: 900px) {
  .wrap {
    width: min(calc(100% - 40px), var(--max));
  }

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

  .brand-logo {
    width: 210px;
    flex-basis: 210px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
  }

  .menu-toggle span {
    position: absolute;
    right: 0;
    width: 26px;
    height: 1px;
    background: var(--white);
    transition: top 0.3s ease, transform 0.3s ease;
  }

  .menu-toggle span:first-child {
    top: 15px;
  }

  .menu-toggle span:last-child {
    top: 24px;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    top: 20px;
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    top: 20px;
    transform: rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    inset: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    gap: 22px;
    padding: 120px 24px 40px;
    background: var(--black);
    opacity: 0;
    transform: translateY(-15px);
    transition: opacity 0.35s var(--ease), transform 0.35s var(--ease), visibility 0.35s;
  }

  .mobile-menu.open {
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  .mobile-menu a {
    padding-bottom: 18px;
    border-bottom: 1px solid var(--gold-line);
    font-family: "Raleway", Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
  }

  .mobile-menu a:last-child {
    margin-top: auto;
    color: var(--gold);
    font-size: 16px;
  }

  .hero {
    padding-top: 120px;
  }

  .hero-k {
    top: 23%;
    right: -24px;
    opacity: 0.48;
    transform: scale(0.76);
    transform-origin: center right;
  }

  .hero-bottom {
    align-items: flex-start;
  }

  .circle-link {
    width: 92px;
    height: 92px;
    flex-basis: 92px;
  }

  .section {
    padding: 100px 0;
  }

  .section-kicker {
    margin-bottom: 54px;
  }

  .statement-grid,
  .section-heading,
  .approach-grid,
  .impact-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .service {
    grid-template-columns: 50px 1fr;
    gap: 28px;
  }

  .service > p,
  .service ul {
    grid-column: 2;
  }

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

  .steps li:nth-child(2) {
    border-right: 0;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-main > p {
    display: none;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .wrap {
    width: calc(100% - 36px);
  }

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

  .brand {
    height: 54px;
  }

  .brand-logo {
    width: 200px;
    height: auto;
    flex-basis: 200px;
  }

  .hero {
    min-height: 780px;
    align-items: flex-start;
    padding-top: 172px;
  }

  .hero-grid {
    background-size: 20vw 20vw;
  }

  .hero-k {
    top: 20%;
    right: -62px;
    opacity: 0.16;
    transform: scale(0.58);
  }

  h1,
  .hero h1 {
    font-size: clamp(42px, 12vw, 58px);
    letter-spacing: -0.045em;
    line-height: 0.95;
  }

  h1 span {
    letter-spacing: 0.01em;
  }

  .hero-bottom {
    display: block;
    margin-top: 42px;
  }

  .hero-bottom > p {
    max-width: 94%;
    font-size: 15px;
  }

  .circle-link {
    margin-top: 34px;
  }

  .hero-index {
    display: none;
  }

  .section {
    padding: 86px 0;
  }

  .section-kicker {
    margin-bottom: 46px;
  }

  .statement-grid {
    gap: 38px;
  }

  .statement-copy .lead {
    font-size: 18px;
  }

  .section-heading {
    gap: 32px;
    margin-bottom: 62px;
  }

  .service {
    grid-template-columns: 34px 1fr;
    gap: 16px;
    padding: 40px 0;
  }

  .service-title {
    gap: 18px;
  }

  .service-glyph {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .strategy-glyph::before {
    top: -7px;
    left: 18px;
    height: 52px;
  }

  .strategy-glyph::after {
    top: 18px;
    left: -7px;
    width: 52px;
  }

  .service > p,
  .service ul {
    grid-column: 2;
  }

  .approach-orbit {
    right: -210px;
    width: 340px;
    height: 340px;
  }

  .steps {
    grid-template-columns: 1fr;
    margin-top: 64px;
  }

  .steps li,
  .steps li + li {
    min-height: 0;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .steps h3 {
    margin: 20px 0 8px;
  }

  .impact-items > div {
    grid-template-columns: 100px 1fr;
  }

  .cta {
    min-height: 630px;
  }

  .cta-glow {
    width: 620px;
    height: 620px;
  }

  .cta-button {
    margin-top: 40px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-links {
    align-items: flex-start;
    justify-self: start;
  }

  .footer-brand .brand-logo {
    width: 200px;
  }

  .footer-bottom {
    align-items: flex-end;
  }

  .legal-page {
    padding-top: 132px;
  }
}

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

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