:root {
  --paper: #FAFAF8; --ink: #1F2A36; --steel: #5E6B78;
  --teal: #1E5F6B; --teal-dark: #154750;
  --hairline: #E4E2DB; --card: #FFFFFF; --max: 1040px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}
body { background: var(--paper); color: var(--ink); font-family: 'Source Serif 4', Georgia, serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
h1, h2, h3, .sans { font-family: 'Sora', 'Helvetica Neue', Arial, sans-serif; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 28px; }
.narrow { max-width: 720px; margin: 0 auto; padding: 0 28px; }

.nav { position: sticky; top: 0; z-index: 10; background: rgba(250,250,248,0.92); backdrop-filter: blur(6px); border-bottom: 1px solid var(--hairline); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.wordmark { font-family: 'EB Garamond', Georgia, serif; font-weight: 600; font-size: 21px; letter-spacing: 0.03em; text-decoration: none; display: flex; align-items: center; gap: 12px; color: var(--teal); }
.logo-spiral { height: 24px; width: auto; flex-shrink: 0; }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav-links a { font-family: 'Sora', sans-serif; font-size: 13.5px; font-weight: 500; text-decoration: none; color: var(--steel); letter-spacing: 0.01em; }
.nav-links a:hover { color: var(--ink); }
.nav-links a.active { color: var(--teal); }
.btn { display: inline-block; font-family: 'Sora', sans-serif; font-weight: 500; font-size: 14px; letter-spacing: 0.01em; text-decoration: none; background: var(--teal); color: #fff !important; padding: 11px 24px; border-radius: 3px; border: none; cursor: pointer; transition: background 0.18s ease; }
.btn:hover { background: var(--teal-dark); }

.balance { display: flex; align-items: center; gap: 14px; margin: 0 auto; max-width: 220px; }
.balance::before, .balance::after { content: ""; flex: 1; height: 1px; background: var(--hairline); }
.balance span { width: 8px; height: 8px; background: var(--teal); transform: rotate(45deg); }

.hero { padding: 90px 0 80px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.eyebrow { font-family: 'Sora', sans-serif; font-size: 12.5px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal); margin-bottom: 22px; }
.hero h1 { font-size: clamp(32px, 4.2vw, 48px); font-weight: 500; line-height: 1.15; letter-spacing: -0.015em; margin: 0 0 24px; }
.hero p.lede { font-size: 19px; color: var(--steel); max-width: 540px; margin: 0 0 38px; }
.hero-geo { width: 100%; height: auto; display: block; }
.hero .balance { margin-top: 78px; }

.page-head { padding: 76px 0 56px; max-width: 720px; }
.page-head h1 { font-size: clamp(30px, 3.6vw, 42px); font-weight: 500; line-height: 1.18; letter-spacing: -0.012em; margin-bottom: 18px; }
.page-head p { font-size: 19px; color: var(--steel); }

section { padding: 80px 0; }
.section-head { text-align: center; margin-bottom: 56px; }
.section-head h2 { font-size: 28px; font-weight: 500; letter-spacing: -0.01em; margin-bottom: 12px; }
.section-head p { color: var(--steel); max-width: 560px; margin: 0 auto; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { background: var(--card); border: 1px solid var(--hairline); border-radius: 4px; padding: 34px 28px 30px; display: flex; flex-direction: column; transition: border-color 0.18s ease, transform 0.18s ease; }
.card:hover { border-color: var(--teal); transform: translateY(-3px); }
.card h3 { font-size: 17px; font-weight: 600; margin-bottom: 6px; }
.card .scope { font-family: 'Sora', sans-serif; font-size: 12px; font-weight: 500; color: var(--teal); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 16px; }
.card p { font-size: 15.5px; color: var(--steel); flex: 1; }
.card a { font-family: 'Sora', sans-serif; font-size: 13.5px; font-weight: 500; color: var(--teal); text-decoration: none; margin-top: 22px; }
.card a:hover { text-decoration: underline; }

.cred { border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); padding: 30px 0; background: #fff; }
.cred ul { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px 48px; list-style: none; }
.cred li { font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 500; color: var(--steel); letter-spacing: 0.03em; display: flex; align-items: center; gap: 10px; }
.cred li::before { content: ""; width: 5px; height: 5px; background: var(--teal); transform: rotate(45deg); }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--hairline); }
.step { border-right: 1px solid var(--hairline); padding: 6px 26px; }
.step .num { font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 600; color: var(--teal); margin-bottom: 10px; display: block; }
.step h3 { font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.step p { font-size: 14.5px; color: var(--steel); }

.prose { max-width: 720px; }
.prose h2 { font-size: 23px; font-weight: 500; margin: 44px 0 14px; }
.prose h2:first-child { margin-top: 0; }
.prose p { margin-bottom: 16px; }
.prose p.muted { color: var(--steel); }
.deliverable { background: #fff; border: 1px solid var(--hairline); border-left: 3px solid var(--teal); border-radius: 4px; padding: 22px 26px; margin: 28px 0; }
.deliverable .label { font-family: 'Sora', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); display: block; margin-bottom: 8px; }

.people-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.bio { display: flex; gap: 22px; margin-bottom: 36px; align-items: flex-start; }
.face { width: 72px; height: 72px; border-radius: 50%; background: var(--ink); color: var(--paper); display: flex; align-items: center; justify-content: center; font-family: 'Sora', sans-serif; font-size: 17px; font-weight: 500; flex-shrink: 0; }
.bio:nth-child(2) .face { background: var(--teal); }
.bio:nth-child(3) .face { background: var(--steel); }
.bio h3 { font-size: 17px; font-weight: 600; }
.bio .role { font-family: 'Sora', sans-serif; font-size: 12.5px; color: var(--teal); letter-spacing: 0.06em; text-transform: uppercase; margin: 2px 0 8px; }
.bio p { font-size: 15.5px; color: var(--steel); }
blockquote { font-size: 21px; font-style: italic; line-height: 1.5; border-left: 2px solid var(--teal); padding-left: 24px; margin: 22px 0 16px; }
figcaption { font-style: normal; font-size: 15px; color: var(--steel); }

.article-list { list-style: none; max-width: 720px; }
.article-list li { border-bottom: 1px solid var(--hairline); padding: 24px 0; }
.article-list h3 { font-size: 18px; font-weight: 600; margin-bottom: 6px; }
.article-list h3 a { text-decoration: none; color: var(--ink); }
.article-list h3 a:hover { color: var(--teal); }
.article-list p { font-size: 15.5px; color: var(--steel); }

form { max-width: 520px; }
label { font-family: 'Sora', sans-serif; font-size: 13.5px; font-weight: 500; display: block; margin: 22px 0 8px; }
input, textarea { width: 100%; font-family: 'Source Serif 4', Georgia, serif; font-size: 16px; padding: 12px 14px; border: 1px solid var(--hairline); border-radius: 3px; background: #fff; color: var(--ink); }
input:focus, textarea:focus { outline: 2px solid var(--teal); outline-offset: 0; border-color: var(--teal); }
textarea { min-height: 130px; resize: vertical; }
form .btn { margin-top: 28px; }
.contact-aside { font-size: 16px; color: var(--steel); }
.contact-aside a { color: var(--teal); }

.closing { text-align: center; background: var(--ink); color: var(--paper); padding: 92px 0; }
.closing h2 { font-size: 30px; font-weight: 500; margin-bottom: 16px; }
.closing p { color: #B9C2CB; max-width: 540px; margin: 0 auto 36px; }
.closing .btn { background: var(--paper); color: var(--ink) !important; }
.closing .btn:hover { background: #E9E9E4; }

footer { padding: 44px 0; }
.foot-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
footer p, footer a { font-family: 'Sora', sans-serif; font-size: 12.5px; color: var(--steel); text-decoration: none; }
footer a:hover { color: var(--ink); }
.foot-links { display: flex; gap: 26px; list-style: none; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 860px) {
  .nav-links li:not(.cta-li) { display: none; }
  .cards, .people-grid { grid-template-columns: 1fr; }
  .people-grid { gap: 44px; }
  .steps { grid-template-columns: 1fr 1fr; border-top: 1px solid var(--hairline); }
  .step { padding: 22px 24px; border-bottom: 1px solid var(--hairline); }
  .hero { padding: 64px 0 56px; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-geo { max-width: 400px; margin: 0 auto; }
  section { padding: 64px 0; }
}
