@font-face {
  font-family: Archivo;
  src: url('/archivo-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --graphite: #292c2e;
  --surface: #34383b;
  --ink: #f1eee6;
  --muted: #b8b5aa;
  --brass: #d7c791;
  --rule: #555853;
  --font: Archivo, 'Helvetica Neue', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--graphite); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
::selection { background: var(--brass); color: var(--graphite); }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
a:focus-visible { outline: 2px solid var(--brass); outline-offset: 6px; }
p, h1, h2, h3 { margin: 0; }
h1, h2, h3 { font-weight: 500; line-height: 1.08; }
a, button { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1320px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: absolute; top: 12px; left: 24px; z-index: 10; padding: 12px 20px; background: var(--brass); color: var(--graphite); transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 104px; border-bottom: 1px solid var(--rule); }
.brand { flex-shrink: 0; text-decoration: none; font-size: 25px; font-weight: 600; letter-spacing: -.9px; }
.brand span { color: var(--brass); font-weight: 400; }
.site-nav { display: flex; align-items: center; gap: 36px; }
.site-nav a { font-size: 14px; text-decoration: none; padding-block: 14px; }
.site-nav a:last-child { color: var(--brass); }
.site-nav a:hover, .footer-links a:hover { text-decoration: underline; }
.site-nav a span { margin-left: 12px; }
.eyebrow { font-size: 12px; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; line-height: 1.5; }
.hero { padding-top: 36px; }
.hero > .eyebrow { display: flex; justify-content: space-between; color: var(--muted); }
.hero-body { display: grid; grid-template-columns: minmax(0, 1fr) 190px; gap: 28px; align-items: center; padding: 81px 0 88px; }
h1 { font-size: clamp(54px, 5.6vw, 82px); letter-spacing: -.055em; line-height: 1.065; }
h1 span { color: var(--brass); }
.hero-lead { color: var(--muted); font-size: 19px; line-height: 1.5; margin: 28px 0 32px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 46px; min-height: 52px; padding: 13px 21px; font-size: 14px; font-weight: 500; background: var(--brass); color: var(--graphite); text-decoration: none; border: 1px solid var(--brass); transition: background .18s, border-color .18s; }
.button:hover { background: var(--ink); border-color: var(--ink); }
.button span, .text-link span { font-size: 20px; font-weight: 400; line-height: 1; }
.connection { align-self: center; width: 100%; padding-top: 10px; }
.connection svg { display: block; width: 100%; height: auto; overflow: visible; }
.connection-track { stroke: var(--rule); stroke-width: 1; }
.connection-line { stroke: var(--brass); stroke-width: 7; stroke-dasharray: 1; stroke-dashoffset: 0; animation: connect 1.2s cubic-bezier(.22,.61,.36,1) both; }
.line-two { opacity: .72; animation-delay: .09s; }
.line-three { opacity: .4; animation-delay: .18s; }
@keyframes connect { from { stroke-dashoffset: 1; transform: translateY(-10px); } to { stroke-dashoffset: 0; transform: translateY(0); } }
.hero-foot { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; border-top: 1px solid var(--rule); font-size: 12px; color: var(--muted); }
.hero-foot a { color: var(--ink); text-decoration: none; }
.hero-foot a span { margin-left: 44px; font-size: 18px; }
.section-space { padding-block: 100px; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; align-items: start; margin-bottom: 52px; }
.section-heading .eyebrow { color: var(--muted); padding-top: 8px; }
h2 { font-size: clamp(34px, 3.5vw, 48px); letter-spacing: -.04em; }
.service-row { display: grid; grid-template-columns: 54px minmax(220px, 1fr) 1.15fr; gap: 34px; padding: 32px 0; border-top: 1px solid var(--rule); }
.row-index { color: var(--brass); font-size: 12px; padding-top: 6px; }
h3 { font-size: 27px; letter-spacing: -.025em; }
.service-row h3 { max-width: 340px; }
.service-row p { color: var(--muted); max-width: 570px; }
.detail { font-size: 12px; letter-spacing: .025em; }
.service-row .detail { color: var(--brass); margin-top: 16px; }
.service-note { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--rule); padding-top: 24px; font-size: 13px; color: var(--muted); }
.service-note p:last-child { white-space: nowrap; }
.work { background: var(--surface); padding-block: 80px; }
.work-layout { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; }
.work-heading .eyebrow { color: var(--muted); margin-bottom: 28px; }
.work-caption { color: var(--muted); font-size: 12px; margin-top: 24px; }
.work-sample { border-left: 1px solid var(--rule); padding-left: 48px; }
.work-sample .detail { color: var(--brass); margin-bottom: 26px; }
.work-sample h3 { font-size: clamp(30px, 3.2vw, 44px); margin-bottom: 24px; }
.work-sample > p:not(.detail) { max-width: 510px; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; color: var(--ink); margin-top: 28px; font-size: 14px; padding: 8px 0; }
.text-link:hover { color: var(--brass); }
.work-sample .sample-note { margin-top: 18px; font-size: 12px; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; padding: 0; margin: 0 0 70px; list-style: none; }
.steps li { border-top: 1px solid var(--rule); padding-top: 22px; }
.steps li > span { font-size: 12px; color: var(--brass); }
.steps h3 { font-size: 22px; margin: 24px 0 12px; }
.steps p { color: var(--muted); font-size: 15px; max-width: 340px; }
.profile { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; border-top: 1px solid var(--rule); padding-top: 34px; }
.profile .eyebrow { color: var(--muted); margin-bottom: 22px; }
.profile h3 { font-size: 27px; }
.profile .degree { color: var(--muted); font-size: 12px; margin-top: 10px; }
.profile > div > p:not(.eyebrow):not(.degree) { color: var(--muted); font-size: 15px; }
.profile .profile-note { margin-top: 16px; }
.contact { background: var(--brass); color: var(--graphite); padding-block: 74px 42px; }
.contact h2 { font-size: clamp(48px, 6.4vw, 88px); letter-spacing: -.05em; margin: 30px 0; }
.contact-bottom { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.contact-bottom p { font-size: 16px; }
.contact .button { background: var(--graphite); border-color: var(--graphite); color: var(--ink); }
.contact .button:hover { background: var(--surface); border-color: var(--surface); }
.contact-links { display: flex; gap: 32px; border-top: 1px solid #948965; padding-top: 22px; margin-top: 46px; font-size: 13px; }
.contact a:focus-visible { outline-color: var(--graphite); }
.footer-inner { display: flex; align-items: center; gap: 40px; min-height: 115px; }
.footer-brand { font-size: 21px; }
.footer-location { font-size: 12px; color: var(--muted); margin-right: auto; }
.footer-links { display: flex; align-items: center; gap: 26px; }
.footer-links a { font-size: 12px; text-decoration: none; display: inline-block; padding-block: 13px; }
.footer-links a[aria-label] { font-size: 22px; padding-inline: 10px; }
.legal-main { max-width: 860px; padding-block: 76px 100px; min-height: 66vh; }
.legal-main .kicker { color: var(--brass); font-size: 12px; letter-spacing: .08em; }
.legal-main h1 { font-size: clamp(40px, 6vw, 70px); margin: 20px 0 40px; }
.legal-main h2 { font-size: 26px; margin: 36px 0 15px; letter-spacing: -.02em; }
.legal-main p, .legal-main address { color: var(--muted); margin-bottom: 18px; font-style: normal; }
.legal-main a { color: var(--ink); overflow-wrap: anywhere; }
.legal-main + .site-footer .footer-inner { border-top: 1px solid var(--rule); justify-content: space-between; font-size: 12px; }
@media (min-width: 1600px) { .hero-body { padding-block: 100px 115px; } }
@media (max-width: 1150px) {
  .shell { width: calc(100% - 72px); }
  .hero-body { grid-template-columns: minmax(0, 1fr) 135px; gap: 16px; }
  h1 { font-size: clamp(44px, 5.6vw, 66px); }
  .service-row { grid-template-columns: 28px minmax(210px, 1fr) 1.2fr; gap: 24px; }
  .work-sample { padding-left: 36px; }
  .profile { gap: 40px; }
  .footer-inner { gap: 24px; }
}
@media (max-width: 780px) {
  .shell { width: calc(100% - 40px); }
  .header-inner { min-height: 83px; }
  .brand { font-size: 22px; }
  .site-nav { gap: 20px; }
  .site-nav a { font-size: 12px; }
  .site-nav a span { margin-left: 4px; }
  .hero { padding-top: 25px; }
  .hero > .eyebrow { font-size: 10px; }
  .hero-body { grid-template-columns: 1fr; padding: 62px 0 55px; position: relative; }
  h1 { font-size: clamp(38px, 6.7vw, 54px); line-height: 1.1; }
  .hero-lead { font-size: 17px; margin: 24px 0 28px; }
  .connection { display: none; }
  .hero-foot { font-size: 11px; }
  .hero-foot a span { margin-left: 12px; }
  .section-space { padding-block: 64px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 36px; }
  h2 { font-size: 36px; }
  .service-row { grid-template-columns: 26px 1fr; gap: 12px; padding-block: 26px; }
  .service-row > div { grid-column: 2; }
  .service-row h3 { font-size: 25px; max-width: 100%; }
  .service-row p { font-size: 15px; }
  .service-row .detail { font-size: 11px; margin-top: 13px; }
  .service-note { flex-direction: column; gap: 8px; font-size: 12px; }
  .work { padding-block: 56px; }
  .work-layout { grid-template-columns: 1fr; gap: 32px; }
  .work-heading h2 br { display: none; }
  .work-heading .eyebrow { margin-bottom: 20px; }
  .work-caption { margin-top: 14px; }
  .work-sample { border-left: 0; border-top: 1px solid var(--rule); padding: 28px 0 0; }
  .work-sample .detail { margin-bottom: 20px; }
  .work-sample h3 { font-size: 34px; }
  .work-sample > p { font-size: 15px; }
  .steps { grid-template-columns: 1fr; gap: 0; margin-bottom: 44px; }
  .steps li { display: flex; align-items: baseline; gap: 24px; padding-block: 20px; }
  .steps h3 { margin: 0 0 8px; }
  .steps p { max-width: 100%; }
  .profile { grid-template-columns: 1fr; gap: 24px; padding-top: 28px; }
  .profile .eyebrow { margin-bottom: 14px; }
  .contact { padding-block: 52px 32px; }
  .contact h2 { font-size: clamp(44px, 8vw, 64px); }
  .contact-bottom { align-items: flex-start; flex-direction: column; gap: 26px; }
  .contact-links { margin-top: 32px; gap: 28px; }
  .footer-inner { flex-wrap: wrap; gap: 8px 24px; padding-block: 28px; }
  .footer-links { width: 100%; gap: 28px; }
  .footer-links a[aria-label] { margin-left: auto; }
  .legal-main { padding-block: 50px; }
}
@media (max-width: 480px) {
  .site-nav a:nth-child(2) { display: none; }
  .site-nav { gap: 18px; }
  .site-nav a span { display: none; }
  .hero > .eyebrow span { display: none; }
  .hero-body { padding-top: 50px; }
  h1 { font-size: clamp(32px, 7.8vw, 38px); letter-spacing: -.055em; }
  .hero-lead { font-size: 16px; max-width: 29ch; }
  .desktop-break { display: none; }
  .hero-foot { gap: 24px; align-items: flex-start; }
  .hero-foot p { max-width: 20ch; }
  .hero-foot a { white-space: nowrap; }
  .section-heading { margin-bottom: 28px; }
  h2 { font-size: 32px; }
  .service-row h3 { font-size: 24px; }
  .footer-location { margin-left: auto; margin-right: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
