:root {
  color-scheme: light;
  --ink: #302a25;
  --muted: #67614d;
  --paper: #faf5e9;
  --line: #dfd4bd;
  --accent: #b75c25;
  --gold: #d6ad64;
  --olive: #55563b;
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
  color: var(--ink);
  background: var(--paper);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 7px; border-radius: 2px; }
a:hover { text-decoration: underline; text-underline-offset: 5px; }
.page { max-width: 1440px; margin: 0 auto; padding: 0 6.25%; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 10; background: var(--ink); color: var(--paper); padding: 12px; }
.skip-link:focus { top: 16px; }
.header { min-height: 116px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); gap: 20px; }
.wordmark { font-size: 25px; font-weight: 700; letter-spacing: -1px; display: flex; align-items: center; white-space: nowrap; }
.wordmark-period { color: var(--accent); }
.brand-mark { width: 58px; height: 58px; object-fit: contain; margin-right: 13px; mix-blend-mode: multiply; }
nav { display: flex; gap: 36px; font-size: 14px; }
nav span { margin-left: 5px; }
.hero { padding: 68px 0 64px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); align-items: center; gap: 36px; }
.hero-copy { min-width: 0; }
.hero-logo { display: block; width: 100%; max-width: 430px; height: auto; justify-self: end; mix-blend-mode: multiply; }
.eyebrow { color: var(--olive); text-transform: uppercase; letter-spacing: 2px; font-size: 12px; font-weight: 700; margin: 0 0 30px; }
h1 { font-size: clamp(42px, 4.65vw, 67px); letter-spacing: -.06em; line-height: 1.09; font-weight: 500; margin: 0; }
h1 span { color: var(--accent); font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-weight: 400; letter-spacing: -.055em; }
.hero-bottom { display: flex; justify-content: space-between; align-items: end; margin-top: 30px; gap: 22px; }
.hero-bottom p { font-size: 17px; line-height: 1.75; color: var(--muted); margin: 0; }
.hero-bottom .desktop-break { display: none; }
.round-link { display: grid; place-items: center; flex-shrink: 0; width: 48px; height: 48px; border: 1px solid #ad9871; border-radius: 50%; font-size: 23px; color: var(--olive); }
.round-link:hover { background: var(--olive); color: var(--paper); text-decoration: none; }
.section-row { display: grid; grid-template-columns: 1fr 2fr; gap: 48px; border-top: 1px solid var(--line); padding: 52px 0; }
.section-label { display: flex; align-items: baseline; gap: 18px; }
.section-number { font-size: 12px; color: var(--accent); }
h2 { font-size: 15px; font-weight: 500; margin: 0; }
.large-copy { font-size: clamp(27px, 3vw, 38px); letter-spacing: -1.25px; line-height: 1.25; margin: 0 0 23px; }
.body-copy { font-size: 16px; color: var(--muted); line-height: 1.8; max-width: 550px; margin: 0; }
.disciplines { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 25px; font-size: 14px; color: var(--olive); }
.disciplines span + span:before { content: '·'; margin-right: 22px; color: var(--accent); }
.projects { padding-bottom: 66px; }
.project-card { padding: 33px 36px; background: var(--olive); color: var(--paper); border-radius: 4px; border-top: 3px solid var(--gold); }
.project-top { display: flex; justify-content: space-between; gap: 20px; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
.project-category { color: #f6d79f; }
.project-index { color: #e0dbc6; }
.project-card h3 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(50px, 5.7vw, 78px); font-weight: 400; letter-spacing: -3px; line-height: .95; margin: 40px 0 32px; }
.project-card h3 span { color: var(--gold); }
.project-bottom { display: flex; justify-content: space-between; align-items: end; gap: 18px; }
.project-bottom p { font-size: 16px; color: #eee8d8; line-height: 1.65; margin: 0; }
.project-type { font-size: 12px; border: 1px solid #b5ad8c; border-radius: 20px; padding: 8px 12px; white-space: nowrap; }
footer { border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 30px 0 36px; }
.footer-brand { font-size: 15px; font-weight: 700; }
footer p, footer small { font-size: 12px; color: var(--muted); margin: 0; }
.company-details address { font-style: normal; font-size: 12px; line-height: 1.7; color: var(--muted); margin-top: 6px; }
.company-details .registration { display: block; font-size: 12px; line-height: 1.7; margin-top: 12px; }
@media (min-width: 1450px) { .page { padding: 0 90px; } }
@media (max-width: 900px) {
  .hero { gap: 24px; }
  h1 { font-size: 43px; }
  .hero-bottom { align-items: start; }
  .round-link { width: 40px; height: 40px; }
}
@media (max-width: 760px) {
  .page { padding: 0 7%; }
  .header { min-height: 96px; }
  .wordmark { font-size: 21px; }
  .brand-mark { width: 46px; height: 46px; margin-right: 9px; }
  nav { gap: 18px; }
  .hero { grid-template-columns: 1fr; padding: 45px 0; gap: 32px; }
  .hero-logo { max-width: 320px; width: 85%; justify-self: center; }
  .eyebrow { font-size: 12px; letter-spacing: 1.4px; margin-bottom: 26px; }
  h1 { font-size: clamp(40px, 8.8vw, 66px); }
  .hero-bottom { margin-top: 26px; }
  .hero-bottom p { font-size: 16px; }
  .desktop-break { display: none; }
  .section-row { grid-template-columns: 1fr; gap: 28px; padding: 34px 0; }
  .section-label { gap: 14px; }
  .large-copy { font-size: 30px; }
  .project-card { padding: 27px; }
  .project-card h3 { font-size: 65px; margin-top: 36px; }
  .project-bottom { align-items: start; flex-direction: column; }
  footer { flex-wrap: wrap; padding: 25px 0; gap: 16px; }
}
@media (max-width: 380px) {
  .wordmark { font-size: 18px; }
  .brand-mark { width: 36px; height: 36px; margin-right: 7px; }
  nav { gap: 12px; font-size: 14px; }
  .header { gap: 12px; }
  .round-link { display: none; }
  .disciplines { gap: 10px 14px; }
  .disciplines span + span:before { margin-right: 14px; }
  .project-card h3 { font-size: 56px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
