:root {
  --ink: #09111f;
  --ink-2: #111d2f;
  --paper: #f2eee5;
  --paper-2: #e7e0d3;
  --white: #fbfaf7;
  --muted: #677181;
  --line: rgba(9, 17, 31, 0.14);
  --gold: #c8a968;
  --signal: #b8ff62;
  --signal-dark: #79a938;
  --shell: min(1240px, calc(100vw - 48px));
  --serif: "Newsreader", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img, svg { display: block; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; transform: translateY(-150%); padding: 10px 14px; background: var(--signal); color: var(--ink); font-weight: 700; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); transition: background .25s ease, border-color .25s ease; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { background: rgba(8, 17, 31, .92); backdrop-filter: blur(16px); border-color: rgba(255,255,255,.1); }
.nav-shell { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex: none; }
/* .brand-mark { width: 40px; height: 40px; display: grid; grid-template-columns: 1fr 1px 1fr; align-items: center; place-items: center; border: 1px solid rgba(255,255,255,.32); font-family: var(--serif); font-size: 17px; letter-spacing: -.08em; }
.brand-mark i { width: 1px; height: 19px; background: var(--signal); display: block; transform: rotate(18deg); } */
.brand-mark {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: none;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-family: var(--serif); font-weight: 500; font-size: 18px; letter-spacing: .015em; white-space: nowrap; }
.brand-copy strong b { color: var(--gold); font-weight: 500; }
.brand-copy small { font-family: var(--mono); font-size: 8px; letter-spacing: .19em; opacity: .65; }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 32px); margin-left: auto; }
.desktop-nav a { font-size: 12px; font-weight: 600; letter-spacing: .025em; opacity: .8; transition: opacity .2s ease; }
.desktop-nav a:hover { opacity: 1; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.language-switcher { display: flex; gap: 2px; padding: 3px; border: 1px solid rgba(255,255,255,.15); }
.language-switcher button { border: 0; background: transparent; color: inherit; min-width: 34px; height: 27px; font: 500 9px var(--mono); cursor: pointer; opacity: .6; }
.language-switcher button.is-active { background: rgba(255,255,255,.12); color: var(--signal); opacity: 1; }
.nav-cta { padding: 12px 16px; border: 1px solid rgba(255,255,255,.4); font-size: 11px; font-weight: 700; transition: background .2s ease, color .2s ease; }
.nav-cta:hover { background: var(--white); color: var(--ink); }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.25); background: transparent; padding: 0; align-items: center; justify-content: center; flex-direction: column; gap: 7px; }
.menu-button span { width: 18px; height: 1px; background: currentColor; }
.mobile-menu { background: rgba(8,17,31,.98); border-top: 1px solid rgba(255,255,255,.1); }
.mobile-menu-inner { padding-block: 22px 28px; }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-family: var(--serif); font-size: 24px; }
.mobile-menu .button { margin-top: 20px; width: 100%; }

.hero { position: relative; min-height: 850px; padding: 195px 0 0; overflow: hidden; color: var(--white); background:
  radial-gradient(circle at 83% 31%, rgba(184,255,98,.09), transparent 26rem),
  radial-gradient(circle at 17% 115%, rgba(200,169,104,.13), transparent 34rem),
  linear-gradient(145deg, #07101e 0%, #0a1525 55%, #07101c 100%); }
.hero::after { content:""; position:absolute; inset:0; background: linear-gradient(90deg, transparent 0 69.9%, rgba(255,255,255,.07) 70%, transparent 70.1%); pointer-events:none; }
.hero-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-shell { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr); gap: clamp(50px, 8vw, 120px); align-items: end; }
.hero-copy { padding-bottom: 72px; }
.eyebrow, .section-index { margin: 0 0 24px; font: 500 10px var(--mono); letter-spacing: .16em; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.68); }
.eyebrow span { width: 38px; height: 1px; background: var(--signal); }
.eyebrow b { font-weight: 500; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 810px; margin-bottom: 30px; font: 500 clamp(64px, 7.1vw, 106px)/.93 var(--serif); letter-spacing: -.045em; text-wrap: balance; }
.hero-lead { max-width: 675px; margin-bottom: 38px; color: rgba(255,255,255,.73); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 22px; border: 1px solid transparent; font-size: 12px; font-weight: 700; letter-spacing: .01em; }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.button-primary { background: var(--signal); color: var(--ink); }
.button-primary:hover { background: #cbff8d; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--ink-2); }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.3); font-size: 12px; font-weight: 600; }
.text-link i { color: var(--signal); font-style: normal; }
.hero-panel { border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.035); backdrop-filter: blur(8px); }
.hero-panel-top { display: flex; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,.1); font: 500 9px var(--mono); letter-spacing: .13em; color: rgba(255,255,255,.58); }
.status { display: flex; align-items: center; gap: 8px; }
.status i { width: 6px; height: 6px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 4px rgba(184,255,98,.1); }
.status b { font-weight: 500; }
.hero-panel blockquote { margin: 0; padding: 42px 30px 50px; font: 400 28px/1.28 var(--serif); letter-spacing: -.025em; }
.panel-metrics { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.1); }
.panel-metrics div { min-height: 104px; padding: 20px; display: flex; flex-direction: column; justify-content: flex-end; gap: 5px; }
.panel-metrics div + div { border-left: 1px solid rgba(255,255,255,.1); }
.panel-metrics strong { font: 500 13px var(--sans); }
.panel-metrics span { color: rgba(255,255,255,.55); font-size: 10px; line-height: 1.45; }
.trust-row { position: relative; z-index: 1; min-height: 90px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.55); font: 500 9px var(--mono); letter-spacing: .17em; }
.trust-row i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }

.section { padding-block: 130px; }
.split-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: start; }
.sticky-heading { position: sticky; top: 120px; }
.section-index { color: var(--muted); }
.section-index.light { color: rgba(255,255,255,.55); }
h2 { margin-bottom: 0; font: 500 clamp(48px, 5vw, 72px)/1 var(--serif); letter-spacing: -.04em; text-wrap: balance; }
.large-copy { font: 400 clamp(27px, 3vw, 40px)/1.27 var(--serif); letter-spacing: -.025em; }
.firm-section { background: var(--paper); }
.prose-column > .large-copy { margin-bottom: 46px; }
.two-column-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; margin-bottom: 72px; padding-top: 36px; border-top: 1px solid var(--line); }
.two-column-copy p { color: #48515e; font-size: 14px; line-height: 1.85; }
.principles-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.principles-grid article { min-height: 210px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles-grid span, .method-grid span { font: 500 9px var(--mono); color: var(--signal-dark); }
.principles-grid h3, .method-grid h3 { margin: 58px 0 12px; font: 500 22px var(--serif); }
.principles-grid p, .method-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.practice-section { color: var(--white); background: var(--ink); }
.practice-heading, .method-heading, .team-heading, .insights-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 11vw; align-items: end; margin-bottom: 66px; }
.practice-heading > p, .method-heading > p, .team-heading > p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.75; }
.practice-list { border-top: 1px solid rgba(255,255,255,.16); }
.practice-item { min-height: 142px; display: grid; grid-template-columns: 70px 1fr 50px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.16); transition: background .25s ease, padding .25s ease; }
.practice-item:hover { background: rgba(255,255,255,.035); padding-inline: 18px; }
.practice-number { align-self: start; padding-top: 34px; font: 500 9px var(--mono); color: var(--signal); }
.practice-item h3 { margin: 0 0 8px; font: 400 clamp(27px, 2.5vw, 38px) var(--serif); letter-spacing: -.025em; }
.practice-item p { margin: 0; color: rgba(255,255,255,.52); font-size: 12px; }
.practice-arrow { justify-self: end; color: var(--signal); font-size: 20px; }

.builders-section { position: relative; overflow: hidden; background: var(--signal); }
.builders-shell { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 130px); align-items: center; }
.builders-copy .section-index { color: rgba(9,17,31,.65); }
.builders-copy h2 { max-width: 580px; }
.builders-copy .large-copy { margin: 36px 0 34px; font-size: clamp(25px, 2.5vw, 34px); }
.check-list { list-style: none; padding: 0; margin: 0 0 36px; border-top: 1px solid rgba(9,17,31,.18); }
.check-list li { position: relative; padding: 16px 0 16px 28px; border-bottom: 1px solid rgba(9,17,31,.18); font-size: 13px; font-weight: 600; }
.check-list li::before { content:"↳"; position:absolute; left:0; color: rgba(9,17,31,.55); }
.builders-visual { position: relative; min-height: 550px; display: grid; place-items: center; }
.terminal-card { position: relative; z-index: 2; width: min(100%, 520px); transform: rotate(-3deg); background: #08111f; color: var(--white); box-shadow: 0 50px 90px rgba(9,17,31,.23); }
.terminal-top { height: 50px; padding: 0 18px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid rgba(255,255,255,.1); }
.terminal-top span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.28); }
.terminal-top b { margin-left: auto; font: 400 9px var(--mono); color: rgba(255,255,255,.5); }
.terminal-body { padding: 28px; }
.terminal-body p { display: grid; grid-template-columns: 34px 1fr auto; gap: 14px; align-items: center; min-height: 58px; margin: 0; border-bottom: 1px solid rgba(255,255,255,.09); font: 400 11px var(--mono); }
.terminal-body i { color: rgba(255,255,255,.35); font-style: normal; }
.terminal-body b { color: var(--signal); }
.orb { position: absolute; border-radius: 50%; border: 1px solid rgba(9,17,31,.2); }
.orb-one { width: 440px; height: 440px; }
.orb-two { width: 620px; height: 620px; border-style: dashed; }

.method-section { background: var(--white); }
.method-heading > p, .team-heading > p { color: var(--muted); }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.method-grid article { min-height: 300px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.method-grid h3 { margin-top: 115px; }

.team-section { background: #ded5c6; }
.team-grid { display: grid; grid-template-columns: 1.12fr .94fr .94fr; gap: 22px; }
.team-card { min-width: 0; }
.portrait { aspect-ratio: .83; position: relative; display: grid; place-items: center; overflow: hidden; background:
  radial-gradient(circle at 60% 25%, rgba(184,255,98,.28), transparent 18%),
  linear-gradient(145deg, #172438, #09111f); }
.portrait::before { content:""; position:absolute; width: 70%; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(255,255,255,.13); }
.portrait::after { content:""; position:absolute; inset:8%; border:1px solid rgba(255,255,255,.1); transform: rotate(7deg); }
.portrait span { position: relative; z-index: 1; color: rgba(255,255,255,.85); font: 400 clamp(60px, 7vw, 100px) var(--serif); letter-spacing: -.08em; }
.portrait-two { background: radial-gradient(circle at 32% 26%, rgba(200,169,104,.26), transparent 19%), linear-gradient(145deg, #152239, #09111f); }
.portrait-three { background: radial-gradient(circle at 72% 30%, rgba(184,255,98,.18), transparent 18%), linear-gradient(145deg, #101d31, #070e1a); }
.team-meta { display: flex; justify-content: space-between; align-items: start; padding-top: 18px; }
.team-meta h3 { margin: 0 0 4px; font: 500 22px var(--serif); }
.team-meta p { margin: 0; color: var(--muted); font-size: 11px; }
.team-meta > span { font: 500 9px var(--mono); color: var(--muted); }
.edit-note { margin: 28px 0 0; color: rgba(9,17,31,.55); font: 400 9px var(--mono); }

.insights-section { color: var(--white); background: #0f1b2d; }
.insights-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.insights-grid article { min-height: 330px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.insights-grid span { font: 500 9px var(--mono); color: var(--signal); }
.insights-grid h3 { margin: auto 0 30px; font: 400 29px/1.22 var(--serif); }
.insights-grid a { width: fit-content; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.67); font-size: 10px; }

.contact-section { padding-block: 130px; color: var(--white); background: linear-gradient(135deg, #080f1c, #0c1829); }
.contact-shell { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; align-items: start; }
.contact-shell h2 { max-width: 720px; }
.contact-card { padding: 36px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.035); }
.contact-card > p:first-child { color: rgba(255,255,255,.63); font-size: 13px; line-height: 1.75; }
.contact-email { display: flex; justify-content: space-between; gap: 20px; margin: 38px 0 34px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.18); font: 400 clamp(20px, 2vw, 30px) var(--serif); word-break: break-all; }
.contact-email span { color: var(--signal); }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-details div > span { display: block; margin-bottom: 9px; color: rgba(255,255,255,.42); font: 500 8px var(--mono); letter-spacing: .14em; }
.contact-details a, .contact-details p { margin: 0; font-size: 11px; line-height: 1.5; }
.contact-note { margin: 34px 0 0 !important; color: rgba(255,255,255,.38) !important; font-size: 9px !important; }

.site-footer { color: var(--white); background: #050b14; }
.footer-top { min-height: 150px; display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 30px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand strong { display:block; font: 500 17px var(--serif); }
.footer-brand small { display:block; margin-top:4px; color:rgba(255,255,255,.45); font:400 8px var(--mono); letter-spacing:.14em; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-links a { color: rgba(255,255,255,.58); font-size: 10px; }
.back-top { color: var(--signal); font: 500 9px var(--mono); }
.footer-bottom { min-height: 78px; display: grid; grid-template-columns: .7fr 1.3fr auto; gap: 26px; align-items: center; color: rgba(255,255,255,.35); font: 400 8px var(--mono); letter-spacing: .04em; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 16px; }

:focus-visible { outline: 2px solid var(--signal); outline-offset: 4px; }

@media (max-width: 1080px) {
  .desktop-nav, .nav-cta { display: none; }
  .menu-button { display: flex; }
  .hero { padding-top: 160px; }
  .hero-shell { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 20px; }
  .hero-panel { max-width: 620px; }
  .hero::after { display: none; }
  .split-layout, .builders-shell, .contact-shell { grid-template-columns: 1fr; }
  .sticky-heading { position: static; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .method-grid { grid-template-columns: repeat(2,1fr); }
  .builders-visual { order: 2; min-height: 470px; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .team-card.featured { grid-column: span 2; }
  .team-card.featured .portrait { aspect-ratio: 1.5; }
  .footer-top { grid-template-columns: 1fr auto; }
  .footer-links { grid-column: 1 / -1; order: 3; padding-bottom: 28px; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 32px, 1240px); }
  .nav-shell { min-height: 74px; }
  .brand-copy strong { font-size: 15px; }
  .brand-copy small { font-size: 7px; }
  .brand-mark { width: 36px; height: 36px; }
  .language-switcher button { min-width: 29px; }
  .hero { min-height: auto; padding: 138px 0 0; }
  h1 { font-size: clamp(54px, 17vw, 78px); }
  .hero-lead { font-size: 15px; }
  .hero-panel blockquote { font-size: 24px; padding: 34px 24px 40px; }
  .trust-row { min-height: 78px; gap: 12px; overflow-x: auto; justify-content: flex-start; white-space: nowrap; }
  .trust-row span { padding-right: 10px; }
  .section, .contact-section { padding-block: 88px; }
  h2 { font-size: clamp(43px, 13vw, 60px); }
  .large-copy { font-size: 27px; }
  .two-column-copy, .principles-grid, .method-grid, .team-grid, .insights-grid, .contact-details { grid-template-columns: 1fr; }
  .principles-grid { border-left: 0; }
  .principles-grid article { border-left: 1px solid var(--line); }
  .practice-item { grid-template-columns: 42px 1fr 20px; min-height: 130px; }
  .practice-item h3 { font-size: 26px; }
  .practice-item p { line-height: 1.5; }
  .builders-visual { min-height: 360px; }
  .orb-one { width: 300px; height: 300px; }
  .orb-two { width: 420px; height: 420px; }
  .terminal-body { padding: 20px; }
  .terminal-body p { grid-template-columns: 28px 1fr auto; font-size: 9px; }
  .method-grid article { min-height: 240px; }
  .method-grid h3 { margin-top: 78px; }
  .team-card.featured { grid-column: auto; }
  .team-card.featured .portrait { aspect-ratio: .83; }
  .insights-grid { border-left: 0; }
  .insights-grid article { min-height: 280px; border-left: 1px solid rgba(255,255,255,.14); }
  .contact-card { padding: 26px; }
  .footer-top, .footer-bottom { grid-template-columns: 1fr; padding-block: 34px; }
  .footer-top { align-items: start; }
  .footer-links { grid-column: auto; }
  .footer-bottom { gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
