:root {
  --ink: #071315;
  --deep: #0a1b1d;
  --paper: #f0ede4;
  --paper-bright: #faf8f1;
  --gold: #c9a86a;
  --gold-bright: #e5c88e;
  --teal: #4fb7a7;
  --muted: #798987;
  --line: rgba(7, 19, 21, .14);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 15px; background: #fff; color: #000; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(24px, 5vw, 72px);
  color: #fff;
  transition: padding .35s, background .35s, border-color .35s;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled { padding-top: 15px; padding-bottom: 15px; background: rgba(7, 19, 21, .88); border-color: rgba(255,255,255,.1); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 13px; font-size: 14px; letter-spacing: .02em; }
.brand-copy strong { color: var(--gold-bright); font-weight: 700; }
.brand-mark { position: relative; display: inline-flex; align-items: flex-end; gap: 3px; width: 24px; height: 22px; }
.brand-mark i { width: 5px; background: currentColor; transform: skewY(-24deg); }
.brand-mark i:nth-child(1) { height: 9px; opacity: .55; }
.brand-mark i:nth-child(2) { height: 15px; opacity: .78; }
.brand-mark i:nth-child(3) { height: 22px; color: var(--gold-bright); }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 650; letter-spacing: .06em; }
.site-nav > a { transition: color .2s; }
.site-nav > a:hover, .site-nav > a:focus-visible { color: var(--gold-bright); }
.nav-cta { padding: 11px 15px; border: 1px solid rgba(255,255,255,.3); }
.nav-cta span { margin-left: 12px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 12px 9px; border: 0; background: transparent; color: white; }
.menu-toggle > span:not(.sr-only) { display: block; height: 1px; margin: 6px 0; background: currentColor; transition: transform .25s; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 150px clamp(24px, 7vw, 110px) 110px;
  background: var(--ink);
  color: #fff;
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,19,21,.97) 0%, rgba(7,19,21,.86) 44%, rgba(7,19,21,.2) 77%, rgba(7,19,21,.55) 100%); z-index: 1; pointer-events: none; }
.signal-field { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .8; }
.hero-glow { position: absolute; right: -12vw; top: 7%; width: 62vw; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(79,183,167,.18), transparent 64%); filter: blur(8px); }
.hero-inner { position: relative; z-index: 2; width: min(900px, 80vw); }
.eyebrow, .section-kicker { margin: 0 0 24px; color: var(--gold-bright); font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.hero h1, .statement h2, .section-heading h2, .approach h2, .closing h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
}
.hero h1 { max-width: 950px; font-size: clamp(58px, 8.2vw, 126px); }
.hero h1 em, .closing h2 em { color: var(--gold-bright); font-weight: 400; }
.hero-copy { max-width: 660px; margin: 34px 0 0; color: rgba(255,255,255,.72); font-size: clamp(17px, 1.55vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-width: 220px; padding: 15px 19px; border: 1px solid transparent; font-size: 13px; font-weight: 750; letter-spacing: .05em; transition: transform .2s, background .2s, color .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--gold-bright); color: var(--ink); }
.button-primary:hover, .button-primary:focus-visible { background: #f1d9a4; }
.text-link { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.32); font-size: 13px; font-weight: 700; letter-spacing: .05em; }
.text-link span { margin-left: 16px; }
.hero-foot { position: absolute; z-index: 2; right: clamp(24px, 6vw, 90px); bottom: 41px; display: flex; gap: 26px; color: rgba(255,255,255,.48); font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.hero-foot span + span::before { content: "•"; margin-right: 26px; color: var(--gold); }

.section { position: relative; padding: clamp(90px, 12vw, 170px) clamp(24px, 6vw, 88px); }
.section-number { position: absolute; top: 52px; left: clamp(24px, 6vw, 88px); color: #8f9993; font: 12px/1 monospace; }
.statement { background: var(--paper-bright); }
.statement-grid { width: min(var(--max), 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(180px, .42fr) 1.58fr; gap: 7vw; }
.statement .section-kicker { color: #59706c; }
.statement h2 { max-width: 970px; font-size: clamp(42px, 6vw, 86px); }
.large-copy { max-width: 760px; margin: 42px 0 0 auto; color: #52615f; font-size: clamp(17px, 1.75vw, 23px); }

.portfolio { background: #ddd9ce; }
.section-heading { width: min(var(--max), 100%); margin: 0 auto 66px; display: grid; grid-template-columns: 1.5fr .5fr; align-items: end; gap: 8vw; }
.section-heading .section-kicker, .approach .section-kicker { color: #57706b; }
.section-heading h2 { max-width: 820px; font-size: clamp(44px, 5.7vw, 78px); }
.section-note { margin: 0 0 6px; color: #596664; font-size: 14px; }
.company-list { width: min(var(--max), 100%); margin: 0 auto; display: grid; gap: 15px; }
.company-card { position: relative; min-height: 280px; overflow: hidden; background: var(--deep); color: white; }
.company-link { position: relative; min-height: 280px; display: grid; grid-template-columns: 70px 1.3fr .7fr; gap: 34px; align-items: center; padding: 38px 44px; isolation: isolate; }
.company-link::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, transparent, rgba(255,255,255,.06)); transform: translateX(-102%); transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.company-link:hover::after, .company-link:focus-visible::after { transform: translateX(0); }
.company-index { align-self: start; color: rgba(255,255,255,.42); font: 11px/1 monospace; }
.company-main { position: relative; z-index: 2; }
.company-wordmark { margin-bottom: 30px; font-size: clamp(27px, 3vw, 46px); font-weight: 250; letter-spacing: -.04em; }
.company-wordmark span { font-weight: 750; }
.company-main p { max-width: 610px; margin: 0; color: rgba(255,255,255,.65); font-size: 15px; line-height: 1.65; }
.company-meta { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; color: rgba(255,255,255,.46); font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.company-meta .visit { color: white; font-size: 12px; }
.company-meta b { display: inline-grid; place-items: center; width: 36px; height: 36px; margin-left: 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; transition: background .2s, color .2s, transform .2s; }
.company-link:hover .company-meta b { background: #fff; color: var(--ink); transform: rotate(10deg); }
.card-visual { position: absolute; z-index: -1; inset: 0; opacity: .28; transition: opacity .4s, transform .7s; }
.company-link:hover .card-visual { opacity: .52; transform: scale(1.02); }
.stocks-wordmark span { color: #54d1ff; }
.stocks-visual { background: radial-gradient(circle at 84% 50%, rgba(69,204,255,.22), transparent 30%), linear-gradient(90deg, transparent 60%, rgba(255,255,255,.035) 60%); background-size: auto, 38px 100%; }
.stocks-visual i { position: absolute; right: calc(8% + var(--n, 0) * 8%); bottom: calc(17% + var(--n, 0) * 8%); width: 1px; height: calc(20% + var(--n, 0) * 3%); background: #64d5ff; transform: rotate(42deg); }
.stocks-visual i:nth-child(1) { --n: 0; } .stocks-visual i:nth-child(2) { --n: 1; } .stocks-visual i:nth-child(3) { --n: 2; } .stocks-visual i:nth-child(4) { --n: 3; } .stocks-visual i:nth-child(5) { --n: 4; }
.wealth-wordmark { font-family: Georgia, serif; } .wealth-wordmark span { color: #f1bd65; font-style: italic; }
.wealth-visual { background: radial-gradient(circle at 88% 48%, rgba(241,189,101,.25), transparent 27%); }
.wealth-visual i { position: absolute; right: 12%; top: 50%; width: calc(120px + var(--n) * 52px); height: calc(120px + var(--n) * 52px); border: 1px solid #f1bd65; border-radius: 50%; transform: translate(50%,-50%); }
.wealth-visual i:nth-child(1) { --n: 0; } .wealth-visual i:nth-child(2) { --n: 1; } .wealth-visual i:nth-child(3) { --n: 2; } .wealth-visual i:nth-child(4) { --n: 3; }
.quant-wordmark { display: flex; align-items: center; gap: 18px; font-family: Georgia, serif; }
.quant-wordmark b { display: inline-grid; place-items: center; width: 53px; height: 53px; border-radius: 50%; background: #3c9f8b; color: #fff; font: 700 17px/1 "Segoe UI", sans-serif; }
.quant-visual { background: linear-gradient(90deg, transparent 58%, rgba(79,183,167,.11)); }
.quant-visual i { position: absolute; right: calc(7% + var(--n) * 9%); top: calc(20% + var(--n) * 17%); width: 10px; height: 10px; border-radius: 50%; background: #56c4ae; box-shadow: 0 0 0 12px rgba(86,196,174,.08); }
.quant-visual i::after { content: ""; position: absolute; width: 130px; height: 1px; right: 5px; top: 5px; background: #56c4ae; transform: rotate(calc(-15deg + var(--n) * 25deg)); transform-origin: right; }
.quant-visual i:nth-child(1) { --n: 0; } .quant-visual i:nth-child(2) { --n: 1; } .quant-visual i:nth-child(3) { --n: 2; }

.approach { background: var(--paper-bright); }
.approach-layout { width: min(var(--max), 100%); margin: 0 auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; }
.approach-intro { position: sticky; top: 150px; align-self: start; }
.approach h2 { font-size: clamp(48px, 6vw, 82px); }
.approach-intro > p:last-child { max-width: 480px; margin-top: 30px; color: #586663; font-size: 18px; }
.principles { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.principles li { display: grid; grid-template-columns: 64px 1fr; gap: 25px; padding: 38px 0 42px; border-bottom: 1px solid var(--line); }
.principles li > span { color: #71807d; font: 11px/1.6 monospace; }
.principles h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: clamp(26px, 2.4vw, 36px); font-weight: 400; }
.principles p { max-width: 520px; margin: 0; color: #596865; }

.closing { min-height: 670px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; background: var(--ink); color: white; text-align: center; }
.closing .section-kicker { position: relative; z-index: 2; }
.closing h2 { position: relative; z-index: 2; max-width: 1050px; font-size: clamp(44px, 6.2vw, 84px); line-height: 1.05; }
.button-light { position: relative; z-index: 2; margin-top: 48px; background: white; color: var(--ink); }
.closing-orbit { position: absolute; left: 50%; top: 50%; width: min(78vw, 960px); aspect-ratio: 1; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.closing-orbit::before, .closing-orbit::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; }
.closing-orbit::after { inset: 28%; }
.closing-orbit i { position: absolute; left: 50%; top: -5px; width: 9px; height: 9px; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 20px rgba(229,200,142,.8); transform-origin: 0 calc(min(78vw, 960px) / 2 + 5px); animation: orbit 18s linear infinite; }
.closing-orbit i:nth-child(2) { top: 12%; transform-origin: 0 calc(min(61vw, 730px) / 2); animation-duration: 13s; animation-direction: reverse; background: var(--teal); }
.closing-orbit i:nth-child(3) { top: 28%; transform-origin: 0 calc(min(34vw, 420px) / 2); animation-duration: 9s; }
@keyframes orbit { to { transform: rotate(360deg); } }

.site-footer { display: grid; grid-template-columns: 1fr 1.2fr 1fr; align-items: start; gap: 40px; padding: 48px clamp(24px, 6vw, 88px) 30px; background: #041012; color: rgba(255,255,255,.55); font-size: 12px; }
.footer-brand { color: white; }
.footer-links { display: flex; justify-content: flex-end; gap: 25px; color: rgba(255,255,255,.78); }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--gold-bright); }
.copyright { grid-column: 1/-1; margin: 34px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.3); }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.hero .reveal:nth-child(2) { transition-delay: .08s; }
.hero .reveal:nth-child(3) { transition-delay: .16s; }
.hero .reveal:nth-child(4) { transition-delay: .24s; }

@media (max-width: 900px) {
  .site-header { padding: 19px 24px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 24px 25px; background: rgba(7,19,21,.97); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .site-nav .nav-cta { margin-top: 10px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.25); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { padding: 130px 24px 130px; }
  .hero-inner { width: 100%; }
  .hero-foot { left: 24px; right: auto; gap: 12px; }
  .hero-foot span + span::before { margin-right: 12px; }
  .statement-grid, .section-heading, .approach-layout { grid-template-columns: 1fr; }
  .statement-grid, .section-heading { gap: 25px; }
  .large-copy { margin-left: 0; }
  .company-link { grid-template-columns: 44px 1fr; padding: 32px 28px; }
  .company-meta { grid-column: 2; height: auto; flex-direction: row; align-items: center; margin-top: 8px; }
  .approach-intro { position: static; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > p:not(.copyright) { display: none; }
}

@media (max-width: 580px) {
  .brand-copy { font-size: 13px; }
  .hero { min-height: 760px; }
  .hero h1 { font-size: clamp(50px, 15vw, 72px); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-foot { display: none; }
  .section { padding-left: 22px; padding-right: 22px; }
  .section-number { left: 22px; }
  .company-link { grid-template-columns: 1fr; gap: 20px; min-height: 365px; }
  .company-index, .company-meta { grid-column: 1; }
  .company-main p { font-size: 14px; }
  .company-meta { align-self: end; }
  .company-meta > span:first-child { display: none; }
  .company-wordmark { margin-bottom: 22px; }
  .principles li { grid-template-columns: 42px 1fr; gap: 12px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
}

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