:root {
  --ink: #111316;
  --navy: #263b52;
  --blue: #566f76;
  --paper: #f5f3ee;
  --white: #ffffff;
  --gold: #c2a66a;
  --line: rgba(255,255,255,.2);
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
h1,h2,h3,p { margin-top: 0; }
h1,h2 { font-family: Baskervville, Georgia, serif; font-weight: 400; line-height: 1.06; letter-spacing: -.025em; }
h1 { max-width: 980px; margin: 25vh auto 30px; font-size: clamp(3.4rem, 7.8vw, 7.6rem); text-align: center; }
h2 { font-size: clamp(2.5rem, 5vw, 5rem); }
h3 { font-family: Baskervville, Georgia, serif; font-size: 1.55rem; font-weight: 400; line-height: 1.25; }
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; height: 82px; padding: 0 4vw; color: white; background: rgba(17,19,22,.88); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.12); }
.brand { width: 150px; height: 48px; overflow: hidden; display: flex; align-items: center; }
.brand img,.footer-brand img { width: 100%; filter: brightness(0) invert(1); }
nav { display: flex; gap: 34px; }
nav a { text-decoration: none; font-size: .78rem; text-transform: uppercase; letter-spacing: .16em; }
.menu-toggle { display: none; border: 0; background: transparent; color: white; font: inherit; }
.hero { min-height: 100vh; padding: 135px 6vw 80px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.hero > p { max-width: 720px; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.eyebrow { font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .25em; margin-bottom: 28px; }
.button-row { display: flex; gap: 14px; margin-top: 28px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid transparent; border-radius: 2px; text-decoration: none; text-transform: uppercase; letter-spacing: .13em; font-size: .74rem; font-weight: 600; cursor: pointer; }
.button-light { background: white; color: var(--navy); }
.button-outline { border-color: rgba(255,255,255,.5); color: white; }
.section-dark,.section-ink,.section-blue { color: white; }
.section-dark { background: var(--ink); }
.section-ink { background: var(--navy); }
.section-blue { background: var(--blue); }
.section-light { background: var(--paper); }
section:not(.hero,.statement) { padding: 120px max(6vw, calc((100vw - var(--max))/2)); }
.statement { min-height: 54vh; padding: 100px 6vw; display: grid; place-items: center; text-align: center; }
.statement p { max-width: 900px; margin: 0; font-family: Baskervville, Georgia, serif; font-size: clamp(2.5rem,5vw,5.5rem); line-height: 1.1; }
.section-heading { max-width: 850px; margin-bottom: 72px; }
.section-heading.narrow { max-width: 680px; }
.grid { display: grid; gap: 1px; background: rgba(36,54,73,.18); }
.grid article { padding: 34px; background: var(--paper); }
.grid article p { margin: 0; color: #5a5d61; }
.grid article > span { display: block; color: var(--gold); font-size: .75rem; letter-spacing: .14em; margin-bottom: 50px; }
.grid-four { grid-template-columns: repeat(4,1fr); }
.grid-three { grid-template-columns: repeat(3,1fr); }
.grid-two { grid-template-columns: repeat(2,1fr); }
.section-blue .grid { background: rgba(255,255,255,.18); }
.section-blue .grid article,.section-ink .grid article { background: transparent; }
.section-blue .grid article p,.section-ink .grid article p { color: rgba(255,255,255,.7); }
.atlanta-break { height: min(66vw, 760px); margin: 0; overflow: hidden; background: var(--ink); }
.atlanta-break img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.05); }
.ownership,.engagement,.tech-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: start; }
.ownership h2 { margin-bottom: 0; }
.ownership p,.engagement p,.tech-intro > p { color: rgba(255,255,255,.72); }
.principles { list-style: none; margin: 55px 0 0; padding: 0; border-top: 1px solid var(--line); }
.principles li { padding: 16px 0; border-bottom: 1px solid var(--line); font-family: Baskervville, Georgia, serif; font-size: 1.35rem; }
.partner-grid article { min-height: 250px; }
.technology { position: relative; overflow: hidden; }
.tech-wordmark { position: absolute; width: min(900px,80vw); right: -7vw; top: 20px; opacity: .055; filter: brightness(0) invert(1); pointer-events: none; }
.pillars { margin-top: 70px; }
blockquote { max-width: 950px; margin: 115px auto; font-family: Baskervville, Georgia, serif; font-size: clamp(2.1rem,4vw,4.3rem); line-height: 1.15; text-align: center; }
.systems-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: 60px; color: var(--ink); background: var(--paper); }
.systems-panel ul { list-style: none; margin: 0; padding: 0; }
.systems-panel li { padding: 13px 0; border-bottom: 1px solid rgba(38,59,82,.18); }
.approach .grid { background: rgba(255,255,255,.18); }
.approach .grid article { background: transparent; }
.approach .grid article p { color: rgba(255,255,255,.7); }
.engagement p { color: #5a5d61; }
.chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 35px; }
.chips span { padding: 9px 14px; border: 1px solid rgba(38,59,82,.25); text-transform: uppercase; font-size: .7rem; letter-spacing: .12em; }
.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; }
.contact-copy > a { display: block; margin-top: 45px; font-family: Baskervville,Georgia,serif; font-size: 1.4rem; }
address { margin-top: 20px; font-style: normal; color: rgba(255,255,255,.68); }
form { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 18px; }
label { display: grid; gap: 8px; font-size: .72rem; text-transform: uppercase; letter-spacing: .15em; }
input,textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.4); border-radius: 0; outline: 0; color: white; background: transparent; font: 400 1rem/1.5 Inter, sans-serif; resize: vertical; }
input::placeholder,textarea::placeholder { color: rgba(255,255,255,.52); }
input:focus,textarea:focus { border-bottom-color: white; }
.full { grid-column: 1 / -1; }
form .button { border: 0; }
.form-note { margin: -10px 0 0; color: rgba(255,255,255,.55); font-size: .78rem; text-transform: none; letter-spacing: 0; }
footer { display: flex; align-items: center; justify-content: space-between; min-height: 130px; padding: 30px 6vw; color: rgba(255,255,255,.64); background: var(--ink); font-size: .78rem; }
.footer-brand { width: 140px; }
footer p { margin: 0; }
@media (max-width: 980px) {
  .grid-four,.grid-three { grid-template-columns: repeat(2,1fr); }
  .ownership,.engagement,.tech-intro,.contact { grid-template-columns: 1fr; gap: 60px; }
}
@media (max-width: 700px) {
  .site-header { height: 70px; }
  .brand { width: 120px; }
  .menu-toggle { display: block; }
  nav { position: fixed; inset: 70px 0 0; display: none; flex-direction: column; padding: 55px 6vw; background: var(--ink); }
  nav.open { display: flex; }
  nav a { font-family: Baskervville,Georgia,serif; font-size: 2rem; text-transform: none; letter-spacing: 0; }
  .hero { padding-top: 110px; }
  h1 { margin-top: 20vh; }
  section:not(.hero,.statement) { padding-top: 85px; padding-bottom: 85px; }
  .grid-four,.grid-three,.grid-two { grid-template-columns: 1fr; }
  .grid article { padding: 28px 22px; }
  .grid article > span { margin-bottom: 25px; }
  .systems-panel { grid-template-columns: 1fr; padding: 30px 22px; gap: 20px; }
  blockquote { margin: 80px auto; }
  form { grid-template-columns: 1fr; }
  form > * { grid-column: 1; }
  footer { align-items: flex-start; flex-direction: column; gap: 22px; }
}
@media (prefers-reduced-motion: no-preference) {
  section > * { animation: reveal .7s ease both; }
  @keyframes reveal { from { opacity: 0; transform: translateY(18px); } }
}
