@font-face {
    font-family: Inter;
    src: url('/assets/fonts/inter-latin-variable.woff2') format('woff2');
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}
:root {
    color-scheme: light;
    --paper: #fafaf7;
    --ink: #171b20;
    --muted: #65696d;
    --line: #d6d8d5;
    --blue: #075bea;
    --blue-hover: #0349bc;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; background: var(--paper); -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--ink); font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; -webkit-font-smoothing: antialiased; }
::selection { color: var(--ink); background: #dce7fc; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--blue); outline-offset: 7px; border-radius: 1px; }
p, h1, h2, h3 { margin: 0; }
img { display: block; max-width: 100%; }
.blue { color: var(--blue); }
.site-shell { width: min(1184px, calc(100% - 112px)); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-block: 34px; }
.wordmark { font-size: 21px; font-weight: 680; letter-spacing: -.8px; white-space: nowrap; }
nav { display: flex; align-items: center; gap: 31px; font-size: 13px; font-weight: 500; }
nav a { display: inline-flex; align-items: center; gap: 6px; min-height: 40px; transition: color 160ms ease; }
nav a:hover { color: var(--blue); }
.icon { flex: 0 0 auto; }
.hero { padding: 81px 0 111px; }
.eyebrow, .section-label { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; text-transform: uppercase; font-size: 11px; line-height: 1.6; font-weight: 400; letter-spacing: .065em; }
.eyebrow { margin-bottom: 28px; }
h1 { font-size: clamp(80px, 8.1vw, 116px); line-height: .98; font-weight: 620; letter-spacing: -.065em; }
.intro { max-width: 465px; margin-top: 32px; font-size: 20px; line-height: 1.55; letter-spacing: -.035em; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: 14px; font-weight: 500; line-height: 1.5; min-height: 36px; }
.text-link .icon { filter: invert(28%) sepia(99%) saturate(4366%) hue-rotate(215deg) brightness(90%) contrast(106%); transition: transform 180ms ease; }
.text-link:hover { color: var(--blue-hover); }
.text-link:hover .icon { transform: translate(2px, -2px); }
.hero-link { margin-top: 22px; }
.section-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 22px; border-top: 1px solid var(--line); padding-block: 49px 54px; }
.section-label { padding-top: 7px; }
.section-number { color: var(--blue); margin-right: 7px; }
.section-content { min-width: 0; }
.main-project h3 { font-size: 37px; font-weight: 560; letter-spacing: -.045em; line-height: 1.2; }
.main-project > p, .background-item p { font-size: 17px; line-height: 1.65; letter-spacing: -.025em; max-width: 630px; }
.main-project > p { margin-top: 15px; }
.main-project .text-link { margin-top: 19px; }
.past-project { display: flex; gap: 15px; align-items: center; margin-top: 37px; padding-top: 27px; border-top: 1px solid var(--line); }
.knock-link { flex-shrink: 0; border-radius: 8px; }
.knock-name:hover { color: var(--blue); }
.knock-icon { border-radius: 8px; width: 36px; height: 36px; flex-shrink: 0; }
.past-project-copy { font-size: 13px; line-height: 1.5; }
.past-project-copy strong { font-weight: 550; }
.project-status { color: var(--muted); margin-left: 12px; font-size: 11px; }
.past-project-description { color: var(--muted); margin-top: 2px; }
.background-item h3 { font-size: 29px; font-weight: 550; letter-spacing: -.04em; line-height: 1.2; }
.background-item p { margin-top: 12px; }
.inline-link { text-decoration: underline; text-decoration-color: var(--line); text-underline-offset: .2em; }
.inline-link:hover { color: var(--blue); text-decoration-color: currentColor; }
.background-item + .background-item { margin-top: 33px; padding-top: 31px; border-top: 1px solid var(--line); }
.contact { padding-block: 45px 62px; }
.contact-content { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.email-link { display: inline-flex; align-items: center; gap: 20px; font-size: clamp(22px, 2.65vw, 35px); font-weight: 450; line-height: 1.5; letter-spacing: -.05em; }
.email-link .icon { transition: transform 180ms ease; }
.email-link:hover .icon { transform: translate(3px, -3px); }
.email-link:hover { color: var(--blue); }
.social-links { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 24px; }
.social-links .text-link { font-size: 13px; min-height: 44px; }
.site-footer { border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; padding-block: 24px 29px; color: var(--muted); font-size: 11px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 20px; z-index: 10; padding: 12px 18px; background: var(--ink); color: var(--paper); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
@media (max-width: 1050px) {
    .site-shell { width: calc(100% - 80px); }
    .section-layout { grid-template-columns: 170px minmax(0, 1fr); }
}
@media (max-width: 700px) {
    html { scroll-padding-top: 24px; }
    .site-shell { width: calc(100% - 48px); }
    .site-header { flex-direction: column; align-items: flex-start; gap: 6px; padding-block: 20px 8px; }
    .wordmark { font-size: 17px; letter-spacing: -.6px; }
    nav { gap: 20px; font-size: 13px; }
    nav a { min-height: 44px; }
    nav .icon { display: none; }
    .hero { padding: 53px 0 62px; }
    .eyebrow { margin-bottom: 23px; font-size: 11px; }
    h1 { font-size: clamp(65px, 11.5vw, 80px); line-height: 1.01; }
    .intro { font-size: 18px; line-height: 1.6; max-width: 470px; margin-top: 27px; }
    .hero-link { margin-top: 17px; }
    .section-layout { grid-template-columns: 1fr; gap: 27px; padding-block: 29px 36px; }
    .section-label { padding: 0; font-size: 11px; }
    .main-project h3 { font-size: 31px; }
    .main-project > p, .background-item p { font-size: 16px; line-height: 1.65; }
    .main-project > p { margin-top: 13px; }
    .main-project .text-link { margin-top: 13px; }
    .past-project { margin-top: 25px; padding-top: 23px; gap: 12px; }
    .past-project-copy { font-size: 13px; }
    .project-status { font-size: 12px; }
    .past-project-description { max-width: 275px; }
    .background-item h3 { font-size: 26px; }
    .background-item + .background-item { margin-top: 26px; padding-top: 26px; }
    .email-link { font-size: clamp(19px, 5.35vw, 30px); gap: 9px; letter-spacing: -.04em; }
    .email-link .icon { width: 20px; height: 20px; }
    .contact { gap: 23px; padding-bottom: 35px; }
    .site-footer { font-size: 11px; padding-block: 21px 25px; flex-wrap: wrap; row-gap: 8px; }
}
@media (max-width: 360px) {
    .site-shell { width: calc(100% - 36px); }
    .wordmark { font-size: 15px; }
    h1 { font-size: 60px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}
