:root {
  --ink: #111214;
  --ink-deep: #090a0c;
  --paper: #f5f5f7;
  --paper-bright: #ffffff;
  --lime: #c6ff3d;
  --blue: #2b65f9;
  --line: rgba(17, 18, 20, 0.13);
  --muted: #6e6e73;
  --pad: clamp(24px, 5vw, 78px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #ececef;
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
main { overflow: clip; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.section-pad { padding-left: var(--pad); padding-right: var(--pad); }

.site-header {
  height: 74px;
  width: calc(100% - 28px);
  max-width: 1600px;
  margin: 14px auto 0;
  padding: 0 clamp(18px, 3.5vw, 54px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 24px;
  background: rgba(249,249,251,.72);
  box-shadow: 0 10px 35px rgba(17,18,20,.07), inset 0 0 0 1px rgba(17,18,20,.03);
  backdrop-filter: blur(28px) saturate(150%);
  -webkit-backdrop-filter: blur(28px) saturate(150%);
  position: sticky;
  top: 14px;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 13px; width: max-content; }
.brand-mark {
  width: 39px; height: 39px; background: var(--ink); color: white; border-radius: 50%;
  display: grid; place-items: center; font: 700 12px/1 "Manrope"; letter-spacing: -.8px;
}
.brand-name { font: 500 12px/1.25 "Manrope"; letter-spacing: .02em; }
.brand-name strong { font-weight: 700; }
.desktop-nav { display: flex; gap: 32px; font-size: 13px; }
.desktop-nav a, footer a { position: relative; }
.desktop-nav a::after, footer a::after {
  content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -5px;
  background: currentColor; transition: right .25s ease;
}
.desktop-nav a:hover::after, footer a:hover::after { right: 0; }
.header-cta { justify-self: end; font-size: 14px; font-weight: 600; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.header-cta span { margin-left: 6px; }
.menu-button { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 12px; }
.menu-button span { display: block; width: 100%; height: 1px; background: var(--ink); margin: 6px 0; transition: transform .25s; }

.hero {
  min-height: calc(100vh - 88px);
  display: grid; grid-template-columns: 1.22fr .78fr; gap: clamp(40px, 6vw, 110px);
  align-items: center; padding-top: 84px; padding-bottom: 100px; overflow: hidden;
  background: var(--paper);
  margin-top: -88px;
  padding-top: 172px;
}
.eyebrow { margin: 0 0 28px; text-transform: uppercase; font: 600 11px/1 "Manrope"; letter-spacing: .17em; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; background: var(--ink); vertical-align: middle; margin-right: 12px; }
.hero h1 {
  margin: 0; max-width: 920px; font: 800 clamp(62px, 7.8vw, 128px)/.88 "Manrope";
  letter-spacing: -.082em;
}
h1 em, h2 em { color: inherit; -webkit-text-stroke: 0; font-style: normal; }
.hero-intro { max-width: 570px; margin: 36px 0 0; color: var(--muted); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.button { min-height: 58px; display: inline-flex; align-items: center; gap: 42px; padding: 0 24px; font: 600 13px "Manrope"; }
.button-primary { background: var(--blue); color: #fff; border-radius: 999px; padding-left: 27px; }
.button span { font-size: 18px; transition: transform .2s ease; }
.button:hover span { transform: translate(3px, -3px); }
.text-link { font-size: 14px; border-bottom: 1px solid var(--line); padding-bottom: 6px; }
.text-link span { margin-left: 10px; }

.hero-visual {
  width: min(100%, 620px); aspect-ratio: 1 / 1.08; justify-self: end;
  background: #0a0b0d; position: relative; overflow: hidden; color: white; border-radius: 34px;
  box-shadow: 0 42px 90px rgba(0,0,0,.18);
  transform-style: preserve-3d;
  transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s ease;
}
.hero-visual:hover { box-shadow: 0 54px 110px rgba(0,0,0,.24); }
.art-grid { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.38) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.38) 1px, transparent 1px); background-size: 20% 20%; }
.art-grid::after { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: rgba(255,255,255,.5); }
.art-meta { position: absolute; left: 26px; right: 26px; display: flex; justify-content: space-between; color: rgba(255,255,255,.55); font: 500 9px "Manrope"; letter-spacing: .15em; text-transform: uppercase; }
.art-meta-top { top: 24px; }
.art-equation { position: absolute; top: 18%; left: 8%; right: 8%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; }
.art-equation span, .art-equation strong { font: 700 clamp(118px, 13vw, 205px)/.8 "Manrope"; letter-spacing: -.11em; }
.art-equation span { color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.55); }
.art-equation strong { color: #fff; text-align: right; }
.art-equation i { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; display: grid; place-items: center; color: rgba(255,255,255,.7); font-style: normal; transition: transform .45s ease, background .45s ease; }
.hero-visual:hover .art-equation i { transform: translateX(6px); background: rgba(255,255,255,.07); }
.art-thesis { position: absolute; left: 28px; right: 28px; top: 58%; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.25); display: flex; flex-direction: column; }
.art-thesis span { color: rgba(255,255,255,.45); font-size: 12px; }
.art-thesis strong { max-width: 420px; margin-top: 5px; font: 600 clamp(22px, 2.3vw, 36px)/1.05 "Manrope"; letter-spacing: -.055em; }
.art-stages { position: absolute; left: 28px; right: 28px; bottom: 25px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.art-stages span { padding-top: 12px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.62); font: 500 9px "Manrope"; letter-spacing: .12em; text-transform: uppercase; }
.art-stages i { display: block; margin-bottom: 6px; color: rgba(255,255,255,.25); font-style: normal; }

.statement { min-height: 86vh; padding-top: 175px; padding-bottom: 175px; text-align: center; background: #090a0c; color: white; display: flex; flex-direction: column; justify-content: center; }
.statement p { color: rgba(255,255,255,.45); font-size: 14px; margin-bottom: 22px; }
.statement h2, .approach h2, .contact h2 { margin: 0; font: 700 clamp(44px, 5.7vw, 88px)/1.03 "Manrope"; letter-spacing: -.07em; }
.statement h2 em { color: #99999f; }

.expertise { padding-top: 150px; padding-bottom: 160px; background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; margin-bottom: 70px; }
.section-heading .eyebrow { margin-bottom: 22px; }
.section-heading h2, .about h2 { margin: 0; font: 700 clamp(42px, 4.6vw, 74px)/1.02 "Manrope"; letter-spacing: -.065em; }
.section-heading > p { max-width: 450px; margin: 0 0 5px auto; color: var(--muted); font-size: 17px; line-height: 1.65; }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service { --mx: 50%; --my: 50%; min-height: 470px; display: flex; flex-direction: column; background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(249,249,250,.92)); border: 1px solid rgba(255,255,255,.9); border-radius: 32px; padding: 30px; position: relative; overflow: hidden; box-shadow: 0 8px 26px rgba(17,18,20,.035), inset 0 0 0 1px rgba(17,18,20,.035); transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s ease; }
.service::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0; background: radial-gradient(440px circle at var(--mx) var(--my), rgba(255,255,255,.95), transparent 48%); transition: opacity .4s ease; }
.service > * { position: relative; z-index: 1; }
.service:hover { transform: translateY(-8px) scale(1.006); box-shadow: 0 30px 70px rgba(17,18,20,.1), inset 0 0 0 1px rgba(17,18,20,.035); }
.service:hover::before { opacity: 1; }
.service-top { display: flex; justify-content: space-between; align-items: center; }
.service-number { font: 500 11px "Manrope"; color: var(--muted); }
.service-copy { margin-top: auto; }
.service h3 { margin: 0 0 18px; font: 700 clamp(30px, 3vw, 48px)/1 "Manrope"; letter-spacing: -.06em; }
.service p { max-width: 400px; color: var(--muted); line-height: 1.6; margin: 0; }
.service-icon { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-size: 18px; background: white; transition: transform .35s ease, background .35s ease; }
.service:hover .service-icon { transform: rotate(45deg); background: var(--ink); color: white; }
.service-tags { display: flex; flex-wrap: wrap; gap: 6px; padding-top: 26px; margin-top: 26px; border-top: 1px solid var(--line); }
.service-tags span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 10px; }

.questions { padding-top: 170px; padding-bottom: 170px; background: var(--paper-bright); display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(70px, 9vw, 145px); align-items: start; }
.questions-heading { display: block; position: sticky; top: 120px; }
.questions-heading .eyebrow { margin-bottom: 34px; }
.questions-heading h2, .outcomes-intro h2 { margin: 0; font: 700 clamp(45px, 5.8vw, 88px)/1.02 "Manrope"; letter-spacing: -.07em; }
.questions-heading h2 em, .outcomes-intro h2 em { color: #99999f; }
.question-list { border-top: 1px solid var(--line); }
.question { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 42px 0; border-bottom: 1px solid var(--line); }
.question > span, .outcome-index { color: var(--muted); font: 500 10px "Manrope"; }
.question h3 { margin: 0; font: 700 clamp(23px, 2.2vw, 34px)/1.15 "Manrope"; letter-spacing: -.045em; }
.question p { grid-column: 2; max-width: 520px; margin: 3px 0 0; color: var(--muted); line-height: 1.65; }

.approach { background: var(--ink-deep); color: white; padding-top: 145px; padding-bottom: 135px; }
.eyebrow.light span { background: rgba(255,255,255,.7); }
.approach-intro { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 40px; align-items: start; }
.approach-intro h2 { font-size: clamp(46px, 5.3vw, 82px); font-weight: 700; }
.approach-intro h2 em { color: #9b9ba0; }
.approach-intro > p:last-child { color: rgba(255,255,255,.65); line-height: 1.65; margin: 8px 0 0; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 100px; }
.step { padding: 0 52px; border-left: 1px solid rgba(255,255,255,.17); transition: transform .4s ease; }
.step:hover { transform: translateY(-7px); }
.step:first-child { padding-left: 0; border: 0; }
.step:last-child { padding-right: 0; }
.step-top { display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.55); font: 600 11px "Manrope"; }
.step-top i { width: 9px; height: 9px; border: 2px solid rgba(255,255,255,.55); border-radius: 50%; }
.step h3 { margin: 60px 0 14px; font: 600 25px "Manrope"; }
.step p { color: rgba(255,255,255,.6); line-height: 1.6; max-width: 310px; }

.outcomes { padding-top: 170px; padding-bottom: 170px; background: linear-gradient(180deg, #f5f5f7 0%, #ececef 100%); }
.outcomes-intro { max-width: 1060px; }
.outcomes-intro .eyebrow { margin-bottom: 32px; }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 90px; }
.outcome { min-height: 380px; padding: 30px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.85); border-radius: 32px; background: rgba(255,255,255,.58); box-shadow: inset 0 0 0 1px rgba(17,18,20,.04), 0 16px 44px rgba(17,18,20,.04); backdrop-filter: blur(16px); transition: transform .4s ease, background .4s ease; }
.outcome:hover { transform: translateY(-6px); background: rgba(255,255,255,.88); }
.outcome:nth-child(2) { background: #0b0c0e; color: white; border-color: #0b0c0e; box-shadow: 0 28px 65px rgba(17,18,20,.16); }
.outcome:nth-child(2) p, .outcome:nth-child(2) .outcome-index { color: rgba(255,255,255,.5); }
.outcome h3 { margin: auto 0 18px; font: 700 clamp(26px, 2.6vw, 40px)/1.05 "Manrope"; letter-spacing: -.055em; }
.outcome p { margin: 0; color: var(--muted); line-height: 1.65; }

.about { padding-top: 170px; padding-bottom: 180px; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 170px); align-items: center; background: var(--paper-bright); }
.about-card { min-height: 500px; background: linear-gradient(145deg, #fff 0%, #dddfe5 100%); position: relative; display: grid; place-items: center; overflow: hidden; border-radius: 32px; box-shadow: inset 0 0 0 1px rgba(0,0,0,.04); }
.about-card::before { content: ""; position: absolute; width: 135%; height: 38%; background: linear-gradient(90deg, #111214, #35363b); transform: rotate(-13deg); opacity: .97; }
.about-card::after { content: ""; position: absolute; width: 68%; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(22,56,50,.35); }
.monogram { z-index: 2; font: 600 clamp(66px, 9vw, 135px) "Manrope"; letter-spacing: -.13em; color: var(--paper); mix-blend-mode: difference; }
.monogram span { font-style: italic; }
.about-card p { position: absolute; z-index: 2; left: 25px; bottom: 18px; margin: 0; font: 600 10px "Manrope"; text-transform: uppercase; letter-spacing: .12em; }
.about-copy .eyebrow { margin-bottom: 32px; }
.large-copy { color: var(--muted); font-size: clamp(17px, 1.7vw, 22px); line-height: 1.65; max-width: 630px; margin: 35px 0; }
.qualities { display: flex; flex-wrap: wrap; gap: 8px; }
.qualities span { background: white; border: 1px solid var(--line); border-radius: 30px; padding: 10px 16px; font-size: 12px; }

.contact { background: var(--ink-deep); color: white; display: grid; grid-template-columns: 1.5fr .5fr; gap: 80px; padding-top: 125px; padding-bottom: 125px; }
.contact-main h2 { color: white; }
.contact-main > p:not(.eyebrow) { color: rgba(255,255,255,.65); max-width: 600px; line-height: 1.7; margin: 30px 0 38px; }
.button-light { background: var(--paper); color: var(--ink); border-radius: 999px; }
.contact-aside { border-left: 1px solid rgba(255,255,255,.17); padding-left: 45px; align-self: end; }
.contact-aside p, .contact-aside small { color: rgba(255,255,255,.5); font-size: 12px; }
.contact-aside a { font: 500 18px "Manrope"; word-break: break-word; }
.contact-rule { height: 1px; background: rgba(255,255,255,.17); margin: 30px 0; }

footer { min-height: 110px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid var(--line); background: var(--paper-bright); font-size: 11px; color: var(--muted); }
footer p { text-align: center; }
footer > div { display: flex; gap: 28px; justify-self: end; }
.footer-brand { color: var(--ink); transform: scale(.85); transform-origin: left center; }

.reveal { opacity: 0; transform: translateY(28px) scale(.99); filter: blur(7px); transition: opacity .85s cubic-bezier(.2,.8,.2,1), transform .85s cubic-bezier(.2,.8,.2,1), filter .85s ease; }
.reveal.visible { opacity: 1; transform: none; filter: blur(0); }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 68px; top: 10px; margin-top: 10px; width: calc(100% - 20px); border-radius: 21px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; justify-self: end; }
  .desktop-nav.open { display: flex; position: absolute; top: 76px; left: 0; right: 0; padding: 28px; background: rgba(249,249,251,.96); border: 1px solid rgba(255,255,255,.8); border-radius: 22px; box-shadow: 0 18px 45px rgba(17,18,20,.1); backdrop-filter: blur(28px); flex-direction: column; gap: 24px; }
  .menu-button.active span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button.active span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; margin-top: -78px; padding-top: 150px; }
  .hero-visual { width: min(100%, 570px); justify-self: center; }
  .section-heading, .approach-intro, .about { grid-template-columns: 1fr; }
  .service-list { grid-template-columns: 1fr; }
  .service { min-height: 380px; }
  .questions { grid-template-columns: 1fr; }
  .questions-heading { position: static; }
  .question { grid-template-columns: 45px 1fr; }
  .question p { grid-column: 2; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome { min-height: 320px; }
  .section-heading > p { margin: 0; }
  .approach-intro { gap: 30px; }
  .steps { margin-top: 70px; }
  .step { padding: 0 25px; }
  .about-card { width: min(100%, 560px); }
}

@media (max-width: 640px) {
  .hero { padding-top: 132px; padding-bottom: 74px; }
  .hero h1 { font-size: clamp(47px, 14vw, 70px); }
  .hero .eyebrow { font-size: 9px; letter-spacing: .1em; white-space: nowrap; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-visual { margin-top: 16px; }
  .statement, .expertise, .about { padding-top: 90px; padding-bottom: 90px; }
  .questions, .outcomes { padding-top: 95px; padding-bottom: 95px; }
  .question { grid-template-columns: 30px 1fr; gap: 14px; padding: 27px 0; }
  .outcome-grid { margin-top: 60px; }
  .service-icon { width: 34px; height: 34px; }
  .approach { padding-top: 90px; padding-bottom: 80px; }
  .steps { grid-template-columns: 1fr; gap: 45px; }
  .step, .step:first-child, .step:last-child { padding: 0 0 0 24px; border-left: 1px solid rgba(255,255,255,.17); }
  .step h3 { margin-top: 30px; }
  .about-card { min-height: 390px; }
  .contact { grid-template-columns: 1fr; padding-top: 90px; padding-bottom: 90px; }
  .contact-aside { border-left: 0; border-top: 1px solid rgba(255,255,255,.17); padding: 35px 0 0; }
  footer { grid-template-columns: 1fr; gap: 18px; padding-top: 35px; padding-bottom: 35px; }
  footer p { text-align: left; }
  footer > div { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; filter: none; transition: none; }
  .hero-visual, .service, .outcome, .step { transition: none; transform: none !important; }
}
