:root {
  --navy: #071a2b;
  --navy-soft: #0d263d;
  --ink: #102331;
  --paper: #f4f1eb;
  --white: #fffefb;
  --copper: #c79b5e;
  --copper-dark: #a6793e;
  --mist: #d8d8d2;
  --line: rgba(16, 35, 49, .18);
  --sans: "Manrope", Arial, sans-serif;
  --serif: "Newsreader", Georgia, serif;
  --gutter: clamp(1.25rem, 4vw, 5rem);
  --max: 1440px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: rgba(199, 155, 94, .22); }
::selection { background: var(--copper); color: var(--navy); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; top: -4rem; left: 1rem; z-index: 1000; padding: .75rem 1rem; background: var(--white); color: var(--navy); transition: top .2s; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 2px solid var(--copper); outline-offset: 4px; }
[id] { scroll-margin-top: 80px; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--gutter); color: var(--white); transition: height .35s ease, background-color .35s ease, box-shadow .35s ease; }
.site-header::after { content: ""; position: absolute; left: var(--gutter); right: var(--gutter); bottom: 0; height: 1px; background: rgba(255,255,255,.2); transition: opacity .35s; }
.site-header.scrolled { height: 72px; background: rgba(7,26,43,.96); box-shadow: 0 10px 40px rgba(0,0,0,.12); backdrop-filter: blur(14px); }
.site-header.scrolled::after { opacity: 0; }
.brand { width: clamp(190px, 20vw, 252px); text-decoration: none; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.4vw, 2.6rem); font-size: .75rem; font-weight: 600; letter-spacing: .07em; }
.site-nav a { text-decoration: none; position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.5rem; height: 1px; background: var(--copper); transition: right .25s ease; }
.site-nav a:hover::after { right: 0; }
.nav-cta { border: 1px solid rgba(255,255,255,.5); padding: .8rem 1.1rem; transition: background-color .25s, color .25s, border-color .25s; }
.nav-cta:hover { background: var(--copper); color: var(--navy); border-color: var(--copper); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 11px 8px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 1px; background: var(--white); margin: 5px 0; transition: transform .25s, opacity .25s; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: grid; align-content: center; padding: 9rem var(--gutter) 7.5rem; background: var(--navy); color: var(--white); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: min(8vw, 110px) min(8vw, 110px); mask-image: linear-gradient(to right, transparent, #000 30%, #000); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 72% 38%, rgba(199,155,94,.15), transparent 31%), linear-gradient(120deg, rgba(7,26,43,.15), rgba(7,26,43,.78)); }
.hero-inner { position: relative; z-index: 2; width: min(820px, 72vw); max-width: var(--max); }
.eyebrow, .kicker { margin: 0 0 1.65rem; font-size: .68rem; line-height: 1.3; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { color: var(--copper); }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.45rem, 7.6vw, 8.8rem); line-height: .88; font-weight: 400; letter-spacing: -.045em; text-wrap: balance; }
.hero h1 em { color: var(--copper); font-style: normal; }
.hero-copy { max-width: 650px; margin: 2.4rem 0 0; color: rgba(255,255,255,.74); font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.7; text-wrap: pretty; }
.hero-actions { display: flex; align-items: center; gap: 2.2rem; margin-top: 2.5rem; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; padding: .85rem 1.15rem; border: 1px solid transparent; text-decoration: none; font-size: .73rem; font-weight: 700; letter-spacing: .045em; transition: transform .25s ease, background-color .25s, color .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--copper); color: var(--navy); }
.button-primary:hover { background: #d7b47f; }
.text-link { position: relative; padding-bottom: .3rem; color: rgba(255,255,255,.78); font-size: .75rem; font-weight: 600; letter-spacing: .05em; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.35); }
.hero-lines { position: absolute; z-index: 1; top: 0; right: -2vw; height: 100%; width: min(58vw, 850px); color: var(--copper); opacity: .72; }
.hero-lines .line { fill: none; stroke: currentColor; stroke-width: 1.5; vector-effect: non-scaling-stroke; }
.hero-lines .line-a { stroke-width: 3; }
.hero-lines .line-b { opacity: .65; }
.hero-lines .line-c { opacity: .32; }
.hero-lines circle { fill: var(--paper); stroke: var(--copper); stroke-width: 4; }
.hero-foot { position: absolute; z-index: 2; left: var(--gutter); bottom: 2.15rem; display: flex; gap: 1.7rem; font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.44); }
.hero-foot span + span::before { content: "/"; margin-right: 1.7rem; color: var(--copper); }
.scroll-cue { position: absolute; z-index: 3; right: var(--gutter); bottom: 2rem; display: flex; align-items: center; gap: .8rem; color: rgba(255,255,255,.55); text-decoration: none; text-transform: uppercase; letter-spacing: .16em; font-size: .58rem; font-weight: 700; writing-mode: vertical-rl; }
.scroll-cue span { width: 1px; height: 44px; background: linear-gradient(var(--copper) 50%, rgba(255,255,255,.2) 50%); background-size: 100% 200%; animation: scrollLine 2s ease-in-out infinite; }
@keyframes scrollLine { 0% { background-position: 0 100%; } 100% { background-position: 0 -100%; } }

.section-light { background: var(--paper); color: var(--ink); }
.section-dark { background: var(--navy); color: var(--white); }
.section-copper { background: var(--copper); color: var(--navy); }
.section-index { font-size: .62rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--copper-dark); }
.section-dark .section-index { color: var(--copper); }
.perspective { display: grid; grid-template-columns: .55fr 1.6fr .9fr; gap: clamp(2rem, 5vw, 7rem); padding: clamp(6rem, 11vw, 11rem) var(--gutter); }
.perspective-copy h2, .section-heading h2, .leadership-intro h2, .contact h2, .approach h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.03em; text-wrap: balance; }
.perspective-copy h2 { max-width: 780px; font-size: clamp(2.4rem, 4.6vw, 5.1rem); line-height: 1.02; }
.perspective-aside { align-self: end; padding-top: 5rem; color: rgba(16,35,49,.7); font-size: .98rem; }
.perspective-aside p { margin: 0 0 1.25rem; max-width: 44ch; }
.kicker { color: var(--copper-dark); }

.expertise { padding: 0 var(--gutter) clamp(6rem, 11vw, 11rem); }
.section-heading { display: grid; grid-template-columns: .55fr 2.5fr; gap: clamp(2rem, 5vw, 7rem); margin: 2rem 0 4.5rem; }
.section-heading h2 { font-size: clamp(2.4rem, 4.5vw, 4.8rem); line-height: 1; max-width: 720px; }
.expertise-list { border-top: 1px solid var(--line); }
.expertise-item { display: grid; grid-template-columns: .25fr 1.25fr 1fr .8fr; gap: 2rem; align-items: baseline; padding: 2.2rem 0; border-bottom: 1px solid var(--line); position: relative; }
.expertise-item::before { content: ""; position: absolute; inset: 0 100% 0 calc(var(--gutter) * -1); z-index: 0; background: var(--navy); transition: right .45s cubic-bezier(.25,.8,.25,1); }
.expertise-item > * { position: relative; z-index: 1; transition: color .3s; }
.expertise-item:hover::before { right: calc(var(--gutter) * -1); }
.expertise-item:hover { color: var(--white); }
.service-number { color: var(--copper-dark); font-family: var(--serif); font-size: 1.35rem; }
.expertise-item h3 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(1.7rem, 2.6vw, 2.7rem); line-height: 1.05; }
.expertise-item p { margin: 0; color: rgba(16,35,49,.68); font-size: .88rem; line-height: 1.65; max-width: 46ch; transition: color .3s; }
.expertise-item:hover p { color: rgba(255,255,255,.68); }
.service-tag { justify-self: end; color: rgba(16,35,49,.5); font-size: .59rem; letter-spacing: .1em; text-transform: uppercase; transition: color .3s; }
.expertise-item:hover .service-tag { color: var(--copper); }

.approach { min-height: 850px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
.approach-orbit { min-height: 760px; position: relative; border-right: 1px solid rgba(255,255,255,.12); background: radial-gradient(circle at center, rgba(199,155,94,.1), transparent 43%); }
.orbit { position: absolute; border: 1px solid rgba(199,155,94,.35); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 22%; aspect-ratio: 1; }
.orbit-two { width: 48%; aspect-ratio: 1; border-style: dashed; animation: rotate 34s linear infinite; }
.orbit-three { width: 78%; aspect-ratio: 1; opacity: .6; }
.orbit-three::after { content: ""; position: absolute; width: 10px; aspect-ratio: 1; border-radius: 50%; background: var(--copper); top: 11%; left: 20%; box-shadow: 0 0 0 8px rgba(199,155,94,.08); }
.orbit-core { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--serif); font-size: clamp(2rem, 4vw, 4rem); color: var(--copper); }
@keyframes rotate { to { transform: translate(-50%,-50%) rotate(360deg); } }
.approach-content { padding: clamp(5rem, 8vw, 9rem) var(--gutter); }
.approach-content .kicker { color: var(--copper); margin-top: 3.7rem; }
.approach h2 { font-size: clamp(2.8rem, 5vw, 5.6rem); line-height: .95; }
.approach-steps { margin: 4rem 0 0; padding: 0; list-style: none; }
.approach-steps li { display: grid; grid-template-columns: 55px 1fr; gap: 1rem; padding: 1.6rem 0; border-top: 1px solid rgba(255,255,255,.16); }
.approach-steps li > span { color: var(--copper); font-family: var(--serif); }
.approach-steps h3 { margin: 0 0 .4rem; font-size: .92rem; font-weight: 600; letter-spacing: .03em; }
.approach-steps p { margin: 0; max-width: 52ch; color: rgba(255,255,255,.57); font-size: .84rem; }

.leadership { padding: clamp(6rem, 11vw, 11rem) var(--gutter) 5rem; }
.leadership-intro { display: grid; grid-template-columns: .55fr 1.25fr .8fr; gap: clamp(2rem, 5vw, 7rem); margin: 2rem 0 6rem; align-items: end; }
.leadership-intro .kicker { align-self: start; }
.leadership-intro h2 { font-size: clamp(2.8rem, 5vw, 5.4rem); line-height: .95; }
.leadership-intro > p:last-child { margin: 0; color: rgba(16,35,49,.66); max-width: 45ch; font-size: .9rem; }
.people { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 5rem); }
.person { display: grid; grid-template-columns: minmax(160px, .75fr) 1.25fr; border-top: 1px solid var(--line); padding-top: 1.5rem; gap: 1.7rem; }
.portrait { min-height: 390px; position: relative; overflow: hidden; display: grid; place-items: center; background: var(--navy); color: rgba(199,155,94,.7); font-family: var(--serif); font-size: clamp(3.5rem, 6vw, 7rem); }
.portrait-andreas { background: var(--copper); color: rgba(7,26,43,.72); }
.portrait::after { content: ""; position: absolute; width: 72%; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; }
.portrait span { position: relative; z-index: 2; }
.portrait-lines { position: absolute; inset: 0; opacity: .2; background: repeating-linear-gradient(120deg, transparent 0 24px, currentColor 25px 26px); }
.person-role { margin: 0 0 1rem; color: var(--copper-dark); text-transform: uppercase; letter-spacing: .12em; font-size: .6rem; font-weight: 700; }
.person h3 { margin: 0 0 1.6rem; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1; font-weight: 400; }
.person-details > p:not(.person-role) { margin: 0 0 1rem; color: rgba(16,35,49,.67); font-size: .85rem; line-height: 1.68; }
.profile-link { display: inline-flex; gap: 1rem; margin-top: .8rem; padding-bottom: .35rem; border-bottom: 1px solid var(--copper-dark); color: var(--ink); text-decoration: none; font-size: .69rem; font-weight: 700; letter-spacing: .04em; }

.heritage { padding: 2rem var(--gutter) clamp(6rem, 10vw, 10rem); }
.heritage-rule { height: 1px; background: var(--line); }
.heritage-statement { display: grid; grid-template-columns: .7fr 2.3fr; gap: 4rem; padding-top: 2rem; align-items: start; }
.heritage-year { color: var(--copper-dark); font-size: .67rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.heritage-statement p { margin: 0; max-width: 1000px; font-family: var(--serif); font-size: clamp(2.2rem, 4.8vw, 5.4rem); line-height: 1; letter-spacing: -.035em; }

.contact { min-height: 82vh; position: relative; display: grid; place-items: center; overflow: hidden; padding: clamp(6rem, 10vw, 10rem) var(--gutter); text-align: center; }
.contact-mark { position: absolute; font-family: var(--serif); font-size: min(72vw, 1000px); line-height: 1; color: rgba(7,26,43,.055); transform: translateY(3%); }
.contact-content { position: relative; z-index: 2; max-width: 1050px; }
.contact .kicker { color: var(--navy); }
.contact h2 { font-size: clamp(3.2rem, 7.3vw, 8rem); line-height: .91; }
.contact-content > p:not(.kicker) { margin: 2rem auto; max-width: 550px; }
.contact-actions { display: flex; justify-content: center; gap: 1rem; margin-top: 2.5rem; }
.button-dark { background: var(--navy); color: var(--white); }
.button-outline { border-color: rgba(7,26,43,.55); color: var(--navy); }
.button-outline:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }
.contact-location { position: absolute; z-index: 2; bottom: 2rem; display: flex; gap: 1.4rem; font-size: .58rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-location span + span::before { content: "·"; margin-right: 1.4rem; }

.site-footer { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; padding: 4rem var(--gutter) 2.5rem; background: var(--navy); color: rgba(255,255,255,.65); font-size: .68rem; }
.footer-brand img { width: 220px; }
.footer-brand p { margin: 1rem 0 0; }
.footer-meta { justify-self: end; text-align: right; }
.footer-meta p { margin: 0 0 .35rem; }
.disclaimer { grid-column: 1 / -1; max-width: 1100px; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .58rem; line-height: 1.65; color: rgba(255,255,255,.38); }
.back-to-top { position: absolute; right: var(--gutter); bottom: 2.5rem; color: var(--copper); text-decoration: none; font-size: .6rem; letter-spacing: .08em; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .perspective { grid-template-columns: .35fr 1.65fr; }
  .perspective-aside { grid-column: 2; padding-top: 0; }
  .expertise-item { grid-template-columns: .2fr 1fr 1fr; }
  .service-tag { display: none; }
  .approach { grid-template-columns: .75fr 1.25fr; }
  .leadership-intro { grid-template-columns: .35fr 1.65fr; }
  .leadership-intro > p:last-child { grid-column: 2; }
  .people { grid-template-columns: 1fr; }
  .person { grid-template-columns: .7fr 1.3fr; }
}

@media (max-width: 760px) {
  .site-header { height: 74px; }
  .brand { width: 188px; }
  .menu-toggle { display: block; position: relative; z-index: 102; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 101; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 1.6rem; padding: 7rem var(--gutter); background: var(--navy); transform: translateX(100%); transition: transform .35s cubic-bezier(.25,.8,.25,1); font-family: var(--serif); font-size: 2.2rem; font-weight: 400; letter-spacing: -.02em; }
  .site-nav.open { transform: none; }
  .nav-cta { margin-top: 1rem; border: 0; border-bottom: 1px solid var(--copper); padding: 0 0 .3rem; color: var(--copper); }
  .hero { min-height: 800px; padding-top: 7.5rem; }
  .hero-inner { width: 100%; }
  .hero h1 { font-size: clamp(3.25rem, 14.8vw, 5.3rem); line-height: .92; }
  .hero-copy { max-width: 89%; }
  .hero-lines { right: -40vw; width: 120vw; opacity: .42; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.4rem; }
  .hero-foot { max-width: 75%; flex-wrap: wrap; gap: .6rem 1rem; }
  .hero-foot span + span::before { margin-right: 1rem; }
  .scroll-cue { display: none; }
  .perspective, .section-heading, .leadership-intro { display: block; }
  .section-index { margin-bottom: 3.5rem; }
  .perspective-copy h2, .section-heading h2, .leadership-intro h2 { font-size: clamp(2.55rem, 11vw, 4rem); }
  .perspective-aside { padding-top: 2rem; }
  .section-heading { margin-bottom: 2.5rem; }
  .expertise-item { grid-template-columns: 42px 1fr; gap: 1rem; padding: 1.7rem 0; }
  .expertise-item p { grid-column: 2; }
  .expertise-item::before { display: none; }
  .expertise-item:hover { color: inherit; }
  .expertise-item:hover p { color: rgba(16,35,49,.68); }
  .approach { display: block; min-height: 0; }
  .approach-orbit { min-height: 500px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .approach-content { padding-top: 5rem; }
  .approach-content .kicker { margin-top: 0; }
  .leadership-intro > p:last-child { margin-top: 1.7rem; }
  .people { gap: 4.5rem; }
  .person { grid-template-columns: 1fr; }
  .portrait { min-height: 360px; }
  .heritage-statement { grid-template-columns: 1fr; gap: 1.5rem; }
  .contact { min-height: 720px; }
  .contact h2 { font-size: clamp(3.3rem, 14vw, 5rem); }
  .contact-actions { flex-direction: column; align-items: stretch; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-meta { justify-self: start; text-align: left; }
  .back-to-top { position: static; }
}

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