:root {
  color-scheme: light;
  --paper: #faf8f5;
  --ink: #242722;
  --muted: #5d6058;
  --rule: #d3d4ca;
  --light: #faf8f5;
  --page-padding: clamp(24px, 5.8vw, 88px);
  --serif: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--serif); font-size: 18px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 6px; }
a:focus-visible { outline: 2px solid currentColor; outline-offset: 7px; }
::selection { background: #d3d7c8; color: #242722; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 400; }
.content-width { width: min(100%, 1440px); margin-inline: auto; padding-inline: var(--page-padding); }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 8px 16px; background: var(--paper); color: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: none; }

.site-header { min-height: 98px; padding: 20px var(--page-padding); display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.wordmark { text-decoration: none; font-size: 27px; letter-spacing: .015em; white-space: nowrap; line-height: 1.2; }
.wordmark span { font-size: 21px; letter-spacing: 0; margin-left: 4px; }
nav { display: flex; gap: 36px; }
nav a { padding-block: 10px; font-size: 16px; text-decoration-color: transparent; transition: text-decoration-color 180ms ease; }
nav a:hover { text-decoration-color: currentColor; }

.hero { position: relative; isolation: isolate; background: var(--ink) url("assets/architecture.jpg") center 48% / cover no-repeat; color: var(--light); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(17, 23, 18, .12); }
.hero-inner { width: min(100%, 1440px); margin-inline: auto; padding: 54px var(--page-padding) 58px; min-height: 654px; display: flex; align-items: center; }
.hero-copy { max-width: 610px; animation: settle 850ms ease both; }
h1 { font-size: clamp(70px, 7.5vw, 108px); line-height: .96; letter-spacing: -.025em; }
h1 span { font-size: .86em; }
.hero-statement { margin-top: 30px; font-size: clamp(26px, 2.4vw, 34px); line-height: 1.3; }
.hero-description { max-width: 410px; margin-top: 20px; font-size: 18px; line-height: 1.65; color: #edece4; }
.hero-link { display: inline-flex; gap: 30px; align-items: center; min-height: 46px; margin-top: 24px; text-decoration: none; border-bottom: 1px solid #b7b9ac; font-size: 17px; transition: border-color 180ms ease, color 180ms ease; }
.hero-link:hover { border-color: #fff; color: #fff; }
.hero-link span { font-size: 24px; }

.introduction { padding-top: 76px; padding-bottom: 70px; display: grid; grid-template-columns: 1fr 1.13fr; gap: 72px; }
h2 { font-size: clamp(30px, 3.2vw, 44px); line-height: 1.2; letter-spacing: -.025em; }
.introduction-copy { max-width: 550px; }
.introduction-copy p + p { margin-top: 18px; color: var(--muted); font-size: 17px; }
.work { padding-bottom: 82px; }
.section-heading { border-top: 1px solid var(--rule); padding-top: 45px; display: flex; justify-content: space-between; align-items: baseline; gap: 24px; }
.section-heading p { color: var(--muted); font-size: 17px; }
.work-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; margin-top: 36px; }
.work-group h3 { font-size: 21px; }
.group-description { margin-top: 6px; color: var(--muted); font-size: 16px; }
.names { list-style: none; margin: 22px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 16px 32px; }
.names li { font-size: 31px; line-height: 1.35; }
.names li + li { border-left: 1px solid var(--rule); padding-left: 32px; }
.work-group { transition: opacity 600ms ease; }
.will-reveal { opacity: 0; }
.is-visible { opacity: 1; }

.site-footer { background: var(--ink); color: var(--light); }
.footer-inner { min-height: 130px; padding-block: 28px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px 36px; }
.footer-inner p { font-size: 16px; }
.footer-inner .copyright { font-size: 14px; color: #d0d1c9; }

@keyframes settle { from { opacity: 0; } to { opacity: 1; } }
@media (min-width: 1800px) { .hero-inner { min-height: 730px; } }
@media (max-width: 850px) {
  .site-header { min-height: 88px; }
  .hero-inner { min-height: 650px; }
  .introduction { gap: 36px; grid-template-columns: 1fr 1.2fr; }
  .work-columns { gap: 36px; }
  .names { gap: 12px 24px; }
  .names li { font-size: 28px; }
  .names li + li { padding-left: 24px; }
}
@media (max-width: 600px) {
  body { font-size: 17px; }
  .site-header { min-height: 82px; gap: 18px; padding-block: 17px; }
  .wordmark { font-size: 24px; }
  .wordmark span { display: block; margin-left: 0; font-size: 16px; }
  nav { gap: 22px; }
  nav a { font-size: 15px; }
  .hero-inner { min-height: 610px; padding-block: 42px; }
  .hero { background-position: 25% center; }
  h1 { font-size: clamp(68px, 19vw, 91px); }
  .hero-statement { margin-top: 28px; font-size: 27px; }
  .hero-description { max-width: 305px; font-size: 17px; }
  .desktop-break { display: none; }
  .hero-link { margin-top: 24px; }
  .introduction { grid-template-columns: 1fr; gap: 22px; padding-top: 48px; padding-bottom: 42px; }
  .introduction-copy p + p { font-size: 16px; }
  .section-heading { display: block; padding-top: 34px; }
  .section-heading p { margin-top: 10px; font-size: 16px; }
  .work-columns { grid-template-columns: 1fr; gap: 30px; margin-top: 28px; }
  .work-group + .work-group { border-top: 1px solid var(--rule); padding-top: 26px; }
  .names { margin-top: 16px; }
  .work { padding-bottom: 44px; }
  .footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 22px; padding-block: 28px; }
  .footer-inner .copyright { grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .will-reveal { opacity: 1; }
}
