/* The interface stays quiet; the proportions follow each project's material. */
.intro-kicker { justify-content: flex-end; min-height: 10px; }
.intro-number { margin-left: 0; }
.intro-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 42px;
  padding: 70px 0 60px;
}
.intro h1 {
  font-size: clamp(52px, 6vw, 95px);
  font-weight: 600!important;
  line-height: .88;
  letter-spacing: -.045em!important;
  margin: 0;
}
.intro h1::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  margin: 18px auto 0;
  background: var(--accent);
}
.intro-copy { max-width: 680px; padding-bottom: 0; }
.intro-copy { text-align: center; }
.intro-note { margin-left: auto; margin-right: auto; }
.role {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  line-height: 1.5;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.positioning { margin-bottom: 26px; }
.intro-note { color: #545851; }
.intro-bottom { justify-content: flex-end; }

.home-contact-footer {
  border-top: 0;
  margin-top: clamp(72px, 9vw, 140px);
  padding: clamp(58px, 7vw, 90px) clamp(24px, 5vw, 86px) clamp(65px, 8vw, 105px);
  text-align: center;
}
.home-contact-footer > p {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .06em;
  margin: 0 0 21px;
  text-transform: uppercase;
}
.home-contact-email {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  color: var(--muted);
  font-size: clamp(13px, 1.1vw, 15px);
  font-weight: 500;
  padding-bottom: 4px;
}
.home-contact-links {
  justify-content: center;
  gap: 24px;
  margin-top: 34px;
  font-size: 12px;
  font-weight: 500;
}
.home-contact-links a {
  color: var(--muted);
  border-bottom: 1px solid var(--rule);
  padding-bottom: 4px;
}

.work { border-top: 0; padding-top: 68px; }
.project {
  grid-template-columns: minmax(90px, .6fr) minmax(290px, 1.8fr) minmax(0, 2.6fr);
  column-gap: 26px;
  padding-top: 32px;
  padding-bottom: 56px;
}
.project-story { padding-right: 14px; }
.project-question { margin-bottom: 42px; }
.project-question::before,
.project-question::after { content: none; }
.project-facts { gap: 10px 18px; }
.project-facts span:not(:last-child) {
  color: #454a42;
  border-color: #a8aba1;
  transition: color .2s ease, border-color .2s ease;
}
.project-facts span:not(:last-child):hover {
  color: var(--ink);
  border-color: var(--ink);
}
.project-facts span:last-child {
  flex-basis: 100%;
  margin-top: 8px;
}
.project-image { width: 100%; height: auto; }
.project-image img { object-fit: cover; }
.project--gaps .project-image { aspect-ratio: 1.16; }
.project--kerbside .project-image {
  grid-column: 2 / -1;
  grid-row: 2;
  aspect-ratio: 2.35;
  margin-top: 28px;
  background: #fff;
}
.project--kerbside .project-image img { object-fit: contain; padding: 4px; }
.project--touch .project-image { aspect-ratio: .98; }
.project--traces .project-image { aspect-ratio: 1.08; }
.project--hongje .project-image { aspect-ratio: 1.22; }

@media (max-width: 1050px) {
  .project { grid-template-columns: minmax(72px, .5fr) minmax(230px, 1.8fr) minmax(0, 2.5fr); gap: 20px; }
}
@media (max-width: 720px) {
  nav { gap: 8px; font-size: 9px; }
  .future-nav { display: inline; }
  .intro-grid { display: flex; gap: 34px; padding: 54px 0 64px; }
  .intro h1 { font-size: clamp(44px, 12vw, 64px); margin: 0; }
  .intro h1::after { width: 100%; height: 2px; margin-top: 15px; }
  .role { margin-bottom: 20px; }
  .home-contact-footer { margin-top: 76px; padding-top: 54px; }
  .home-contact-links { gap: 18px; }
  .work { padding-top: 48px; }
  .project { display: grid; grid-template-columns: 1fr; gap: 0; padding-bottom: 48px; }
  .project-story { padding-right: 0; }
  .project-question { margin-bottom: 28px; }
  .project-facts { margin-bottom: 26px; }
  .project-image { grid-column: 1; grid-row: auto; }
  .project--gaps .project-image { aspect-ratio: 1.2; }
  .project--kerbside .project-image { grid-column: 1; grid-row: auto; aspect-ratio: 1.75; margin-top: 0; }
  .project--touch .project-image { aspect-ratio: 1; }
  .project--traces .project-image { aspect-ratio: 1.08; }
  .project--hongje .project-image { aspect-ratio: 1.22; }
}
