
:root {
  --paper: #f5f6f3;
  --white: #ffffff;
  --navy: #071b32;
  --navy-2: #26384b;
  --plum: #8b668d;
  --plum-soft: #ded2df;
  --grey: #66717c;
  --line: #cdd2d2;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--navy); font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 3px solid var(--plum); outline-offset: 4px; }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 100; background: var(--navy); color: var(--white); padding: 12px 18px; }
.skip-link:focus { top: 18px; }

.site-header { height: 112px; padding: 0 clamp(20px, 4.2vw, 68px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 36px; background: var(--paper); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 14px; width: max-content; text-transform: uppercase; letter-spacing: .14em; }
.brand-mark { width: 54px; height: 54px; display: grid; place-items: center; background: var(--navy); color: var(--white); font-size: 28px; font-weight: 800; font-style: italic; }
.brand strong { display: block; font-size: 16px; }.brand small { display: block; margin-top: 5px; color: var(--grey); font-size: 9px; letter-spacing: .13em; }
nav { display: flex; gap: clamp(22px, 3vw, 48px); }
nav a, .header-cta { font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
nav a { padding-block: 12px; border-bottom: 1px solid transparent; }nav a:hover { border-color: var(--plum); }
.header-cta { justify-self: end; padding: 16px 22px; background: var(--navy); color: var(--white); transition: background .18s ease; }.header-cta:hover { background: var(--plum); }

.hero { min-height: 790px; display: grid; grid-template-columns: 58.5% 41.5%; background: var(--paper); overflow: hidden; }
.hero-copy { padding: clamp(80px, 9vw, 138px) clamp(24px, 4.2vw, 68px) 84px; align-self: center; }
.eyebrow, .section-label { display: flex; align-items: center; gap: 13px; margin: 0 0 34px; color: var(--grey); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { width: 42px; height: 1px; background: var(--plum); }
.hero h1 { max-width: 820px; margin: 0; font-size: clamp(64px, 7.7vw, 126px); line-height: .86; letter-spacing: -.075em; font-weight: 720; }
.hero h1 span { color: var(--plum); }
.hero-lead { max-width: 680px; margin: 42px 0; padding-top: 28px; border-top: 1px solid var(--line); color: var(--navy-2); font-size: clamp(17px, 1.35vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; gap: 22px; padding: 16px 24px; border: 1px solid var(--navy); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }.button-primary { background: var(--navy); color: var(--white); }.button-primary:hover { background: var(--plum); border-color: var(--plum); }.button-secondary:hover { background: var(--plum-soft); }

.hero-profile { position: relative; min-width: 0; padding: 64px clamp(26px, 4vw, 62px); display: flex; flex-direction: column; justify-content: center; background: var(--navy); color: var(--white); overflow: hidden; }
.motion-lines { position: absolute; inset: 0; pointer-events: none; opacity: .32; }
.motion-lines::before, .motion-lines::after { content: ""; position: absolute; inset: 14% 10%; border: 1px solid rgba(222,210,223,.48); }
.motion-lines::after { inset: 22% 18%; border-color: rgba(255,255,255,.36); }
.motion-lines i { display: none; }
.logo-stage { position: relative; z-index: 1; width: min(65%, 290px); aspect-ratio: 1; margin: 0 auto -24px; padding: 18px; display: grid; place-items: center; background: var(--paper); border: 1px solid rgba(255,255,255,.5); }
.logo-stage img { width: 100%; height: 100%; object-fit: contain; }
.profile-statement, .quick-facts { position: relative; z-index: 1; }
.profile-statement { max-width: 540px; padding: 34px 0 28px; background: var(--navy); border-top: 1px solid rgba(255,255,255,.2); }
.profile-statement p, .section-label p { margin: 0; color: var(--plum-soft); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.profile-statement h2 { margin: 12px 0 0; font-size: clamp(26px, 2.2vw, 38px); line-height: 1.12; letter-spacing: -.035em; }
.quick-facts { margin: 0; }
.quick-facts div { display: grid; grid-template-columns: 108px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.quick-facts dt { color: #aeb9c6; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }.quick-facts dd { margin: 0; font-size: 14px; font-weight: 650; }

.profile-section { padding: clamp(92px, 9vw, 142px) clamp(20px, 4.2vw, 68px); display: grid; grid-template-columns: .55fr 1.05fr 1.05fr; gap: clamp(40px, 6vw, 96px); background: var(--white); border-top: 1px solid var(--line); }
.section-label { align-items: baseline; }.section-label span { color: var(--plum); font-size: 42px; letter-spacing: -.08em; font-weight: 700; }.section-label p { color: var(--grey); }
.profile-intro h2, .contact-section h2, .section-heading h2 { margin: 0 0 30px; font-size: clamp(42px, 5vw, 78px); line-height: .98; letter-spacing: -.055em; }
.profile-intro p { color: #53606d; font-size: 17px; line-height: 1.72; }
.expertise-list article { padding: 25px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 42px 1fr; column-gap: 18px; transition: padding-left .18s ease; }.expertise-list article:hover { padding-left: 8px; }
.expertise-list article > span { color: var(--plum); font-size: 11px; font-weight: 800; }.expertise-list h3 { margin: 0 0 8px; font-size: 20px; }.expertise-list p { grid-column: 2; margin: 0; color: var(--grey); line-height: 1.5; }

.projects-section { padding: clamp(90px, 9vw, 140px) clamp(20px, 4.2vw, 68px); display: grid; grid-template-columns: .78fr 1.35fr; gap: clamp(48px, 8vw, 124px); background: var(--paper); color: var(--navy); border-top: 1px solid var(--line); }
.section-label.light p { color: var(--grey); }.section-heading h2 { font-size: clamp(52px, 6vw, 90px); }.section-heading h2::after { content: ""; display: block; width: 88px; height: 8px; margin-top: 34px; background: var(--plum); }
.project { padding: 30px 0; display: grid; grid-template-columns: 50px 1fr 28px; gap: 20px; align-items: start; border-top: 1px solid var(--line); transition: padding-left .18s ease; }.project:hover { padding-left: 10px; }
.project-index, .project p { color: var(--plum); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.project p { margin: 0 0 11px; }.project h3 { max-width: 660px; margin: 0; font-size: clamp(19px, 2vw, 29px); line-height: 1.25; }.project-arrow { color: var(--plum); font-size: 22px; }

.contact-section { padding: clamp(90px, 9vw, 140px) clamp(20px, 4.2vw, 68px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 8vw, 124px); background: var(--navy); color: var(--white); }
.contact-section .section-label p { color: var(--plum-soft); }.contact-section address { padding-top: 62px; display: flex; flex-direction: column; align-items: flex-start; gap: 20px; font-style: normal; }.contact-section address > * { margin: 0; color: #d9e0e7; font-size: 17px; line-height: 1.5; }.contact-section address a { font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.35); }.contact-section .contact-primary { color: var(--white); font-size: clamp(21px, 2.5vw, 39px); letter-spacing: -.035em; word-break: break-word; }

footer { padding: 46px clamp(20px, 4.2vw, 68px); display: grid; grid-template-columns: .8fr 1.5fr auto; gap: 40px; background: #041221; color: #d6dde5; font-size: 12px; }
.footer-brand { display: flex; flex-direction: column; gap: 7px; text-transform: uppercase; letter-spacing: .12em; }.footer-brand strong { color: var(--white); font-size: 16px; }.footer-brand span { color: #a8b2bd; font-size: 9px; }.legal { display: flex; flex-wrap: wrap; gap: 10px 25px; }.legal p { margin: 0; }.legal strong { color: var(--plum-soft); text-transform: uppercase; letter-spacing: .15em; }footer > a { align-self: start; color: var(--plum-soft); font-weight: 750; text-transform: uppercase; letter-spacing: .12em; }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 1fr auto; }.site-header nav { display: none; }
  .hero, .profile-section, .projects-section, .contact-section { grid-template-columns: 1fr; }
  .hero-profile { min-height: 700px; }.profile-section { grid-template-columns: .45fr 1.2fr; }.expertise-list { grid-column: 2; }.contact-section address { padding-top: 0; }
}
@media (max-width: 680px) {
  .site-header { height: 88px; }.brand small, .header-cta { display: none; }.brand-mark { width: 42px; height: 42px; }.brand strong { font-size: 13px; }
  .hero { min-height: auto; }.hero-copy { padding-top: 82px; }.hero h1 { font-size: clamp(56px, 18vw, 80px); }.hero-profile { min-height: auto; padding-top: 70px; }.logo-stage { width: 180px; }
  .profile-section { grid-template-columns: 1fr; }.expertise-list { grid-column: auto; }.project { grid-template-columns: 32px 1fr 20px; gap: 12px; }.contact-section .contact-primary { font-size: 21px; }footer { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }*, *::before, *::after { transition-duration: .01ms !important; } }
