main { width: 100%; }
.content-panel {
  width: min(calc(100% - 36px), var(--content-max));
  margin: 0 auto 18px;
  border: 1px solid var(--line);
  background: linear-gradient(110deg, rgb(244 243 240 / 92%) 0%, rgb(244 243 240 / 78%) 58%, rgb(244 243 240 / 48%) 100%);
}
.principles-panel { background: linear-gradient(110deg, rgb(251 250 247 / 93%) 0%, rgb(251 250 247 / 80%) 58%, rgb(231 224 255 / 48%) 100%); }
.projects-panel { background: linear-gradient(250deg, rgb(239 239 235 / 93%) 0%, rgb(239 239 235 / 80%) 58%, rgb(239 239 235 / 52%) 100%); }
.panel-inner { padding: clamp(90px, 10vw, 150px) 42px; }
.section-index, .project-meta, .company-facts dt {
  margin: 0;
  color: var(--faint);
  font-size: 9px;
  line-height: 1.45;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.section-index { margin-bottom: clamp(48px, 6vw, 82px); }
.headline-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr); align-items: end; gap: clamp(52px, 9vw, 148px); }
.headline-grid h2, .wide-heading {
  max-width: 990px;
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(58px, 7vw, 108px);
  font-weight: 400;
  line-height: .89;
  letter-spacing: -.048em;
}
.wide-heading { max-width: 1120px; }
.section-copy { max-width: 650px; }
.section-copy p { margin: 0; color: var(--muted); font-size: clamp(14px, 1.22vw, 18px); line-height: 1.68; }
.section-copy p + p { margin-top: 22px; }
.section-copy .section-lede { color: var(--ink); font-size: clamp(17px, 1.55vw, 22px); line-height: 1.55; }
.criteria-grid {
  margin: clamp(68px, 9vw, 124px) 0 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.criteria-grid > div {
  min-height: 230px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgb(251 250 247 / 50%);
}
.criteria-grid dt { font-family: "Instrument Serif", Georgia, serif; font-size: clamp(34px, 3vw, 50px); letter-spacing: -.035em; }
.criteria-grid dd { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.featured-project {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(440px, 1.12fr);
  border: 1px solid var(--line);
  background: rgb(244 243 240 / 70%);
}
.project-copy { min-height: 610px; padding: clamp(30px, 4vw, 54px); display: flex; flex-direction: column; justify-content: space-between; gap: 66px; }
.featured-project h2, .project-grid h2 { margin: 0; font-family: "Instrument Serif", Georgia, serif; font-weight: 400; letter-spacing: -.04em; }
.featured-project h2 { font-size: clamp(76px, 8vw, 132px); line-height: .82; }
.project-copy > div > p { max-width: 570px; margin: 26px 0 0; color: var(--ink); font-size: clamp(15px, 1.3vw, 18px); line-height: 1.68; }
.project-links { display: flex; flex-wrap: wrap; gap: 12px 26px; }
.project-links a { font-size: 10px; letter-spacing: .08em; text-underline-offset: 6px; text-transform: uppercase; }
.project-visual { min-height: 610px; display: grid; align-items: end; overflow: hidden; background: rgb(231 224 255 / 88%); }
.project-visual picture, .project-visual img { width: 100%; }
.project-visual img { height: 580px; object-fit: contain; object-position: center bottom; }
.project-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.project-grid article { min-height: 320px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgb(244 243 240 / 58%); }
.project-grid h2 { margin-top: auto; font-size: clamp(42px, 4vw, 64px); line-height: .95; }
.project-grid article > p:last-child { max-width: 520px; margin: 20px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.site-footer {
  width: min(calc(100% - 36px), var(--content-max));
  margin: 0 auto 18px;
  padding: 30px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border: 1px solid var(--line);
  background: rgb(244 243 240 / 82%);
}
.footer-identity { display: grid; gap: 7px; }
.site-footer strong, .site-footer span, .site-footer a, .site-footer button { font-size: 9px; line-height: 1.45; letter-spacing: .08em; text-transform: uppercase; }
.site-footer strong { font-weight: 500; }
.site-footer span { color: var(--faint); }
.site-footer nav { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.site-footer a, .site-footer button { padding: 0; color: var(--muted); border: 0; background: transparent; text-decoration: none; cursor: pointer; }
.site-footer a:hover, .site-footer a:focus-visible, .site-footer button:hover, .site-footer button:focus-visible { color: var(--ink); outline: none; }

@media (max-width: 1060px) {
  .criteria-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .featured-project { grid-template-columns: 1fr; }
  .project-copy { min-height: 500px; }
  .project-visual, .project-visual img { min-height: 500px; height: 500px; }
}
@media (max-width: 860px) {
  .headline-grid { grid-template-columns: 1fr; align-items: start; gap: 42px; }
}
@media (max-width: 760px) {
  .content-panel, .site-footer { width: calc(100% - 20px); margin-bottom: 10px; }
  .content-panel { background: rgb(244 243 240 / 86%); }
  .principles-panel { background: rgb(251 250 247 / 86%); }
  .projects-panel { background: rgb(239 239 235 / 86%); }
  .panel-inner { padding: 78px 24px; }
  .section-index { margin-bottom: 42px; }
  .headline-grid h2, .wide-heading { font-size: clamp(52px, 15vw, 76px); }
  .criteria-grid, .project-grid { grid-template-columns: 1fr; }
  .criteria-grid > div { min-height: 160px; }
  .project-copy { min-height: 430px; padding: 28px 24px; }
  .featured-project h2 { font-size: 82px; }
  .project-visual, .project-visual img { min-height: 360px; height: 360px; }
  .project-grid article { min-height: 280px; }
  .site-footer { padding: 28px 20px; align-items: flex-start; flex-direction: column; }
}
