:root {
  --ink: #262626;
  --muted: #767676;
  --line: #e6e6e6;
  --page: 830px;
  --gap: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--muted);
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--ink); }
img { display: block; max-width: 100%; height: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 20; padding: 8px 12px; background: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-header {
  width: min(calc(100% - 40px), var(--page));
  margin: 76px auto 66px;
  display: flex;
  align-items: baseline;
  gap: 72px;
}
.wordmark { color: var(--ink); font-size: 26px; font-weight: 500; letter-spacing: .025em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.primary-nav { margin-left: auto; }
.primary-nav ul { display: flex; align-items: center; gap: 36px; margin: 0; padding: 0; list-style: none; white-space: nowrap; }
.primary-nav a { font-size: 15px; letter-spacing: .01em; }
.primary-nav a[aria-current="page"] { color: var(--ink); }
.menu-toggle { display: none; border: 0; padding: 4px 0; background: transparent; color: var(--ink); font: inherit; }
#main-content, .site-footer { width: min(calc(100% - 40px), var(--page)); margin-inline: auto; }
.intro { display: grid; grid-template-columns: 254px 1fr; gap: 34px; align-items: start; margin-bottom: 70px; }
.intro-portrait { margin: 0; aspect-ratio: 1; overflow: hidden; background: #eee; }
.intro-portrait img { width: 100%; height: 100%; object-fit: cover; }
.intro-copy h1 { margin: -8px 0 9px; color: #858585; font-family: Georgia, serif; font-size: 29px; font-weight: 400; line-height: 1.3; }
.intro-copy p { margin: 0; font-size: 16.5px; line-height: 1.65; }
.intro-copy strong { font-weight: 700; }
.page-heading { margin: -10px 0 42px; border-bottom: 1px solid var(--line); }
.page-heading h1, .detail-heading h1 { margin: 0 0 18px; color: var(--ink); font-size: 24px; font-weight: 500; letter-spacing: .02em; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); align-items: start; }
.project-card { margin: 0; overflow: hidden; }
.project-card a { position: relative; display: block; background: #eee; aspect-ratio: 1; overflow: hidden; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .35s ease; }
.project-title { position: absolute; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(255,255,255,.88); color: var(--ink); font-size: 18px; text-align: center; opacity: 0; transition: opacity .25s ease; }
.project-card a:hover img, .project-card a:focus-visible img { transform: scale(1.025); filter: grayscale(.25); }
.project-card a:hover .project-title, .project-card a:focus-visible .project-title { opacity: 1; }
.detail-page { width: min(100%, 760px); margin-inline: auto; }
.detail-heading { margin-bottom: 30px; text-align: center; }
.detail-heading h1 { font-size: 20px; text-transform: uppercase; }
.squarespace-content { color: #626262; }
.squarespace-content .sqs-row { display: flex; flex-wrap: wrap; }
.squarespace-content [class*="sqs-col-"] { width: 100%; }
.squarespace-content .sqs-block { margin: 0 0 28px; }
.squarespace-content .sqs-html-content { max-width: 690px; margin-inline: auto; }
.squarespace-content p { margin: 0 0 1em; }
.squarespace-content h1, .squarespace-content h2, .squarespace-content h3 { color: var(--ink); line-height: 1.35; }
.squarespace-content a { text-decoration: underline; text-underline-offset: 2px; }
.squarespace-content .image-block-outer-wrapper, .squarespace-content .sqs-image-shape-container-element { max-width: 100% !important; }
.squarespace-content img { margin-inline: auto; }
.sqs-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.design-page { width: 100%; }
.design-page .sqs-html-content { max-width: none; }
.design-page .sqs-gallery-block-stacked .sqs-gallery { grid-template-columns: 1fr; gap: 50px; }
.design-page .sqs-gallery-block-stacked .image-wrapper img { width: 100%; }
.design-page .sqs-gallery-block-stacked .meta { margin-top: 16px; }
.design-page .sqs-gallery-block-stacked .meta-description { max-width: 690px; }
.design-page .sqs-gallery-block-stacked .slide { margin-bottom: 46px; }
.honors-page { width: 100%; }
.honors-page .honors-intro h3 { max-width: 760px; margin: 0 auto 48px; color: var(--muted); font-size: 18px; font-weight: 400; line-height: 1.65; text-align: center; }
.honors-page .honors-awards > .sqs-layout > .sqs-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 52px; align-items: start; }
.honors-page .honors-awards .sqs-col-4 { grid-column: 1; grid-row: 1; }
.honors-page .honors-awards .sqs-col-8 { display: contents; }
.honors-page .honors-awards .sqs-col-8 > .sqs-block { grid-column: 2; grid-row: 1; }
.honors-page .honors-awards .sqs-col-8 > .float-right { grid-column: 3; }
.honors-page .honors-awards .sqs-block { margin-bottom: 0; }
.honors-page .honors-awards p { line-height: 1.72; }
.sqs-gallery .slide { min-width: 0; }
.sqs-gallery .slide img { width: 100%; }
.sqs-video-wrapper, .embed-block-wrapper { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #111; }
.sqs-gallery .sqs-video-wrapper { aspect-ratio: 1; }
.sqs-video-wrapper iframe, .embed-block-wrapper iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.sqs-native-video, .sqs-native-video video { width: 100%; height: 100%; }
.sqs-native-video video { display: block; object-fit: contain; }
.sqs-video-overlay { position: absolute; inset: 0; }
.sqs-video-overlay img { width: 100%; height: 100%; object-fit: cover; }
.sqs-video-icon { position: absolute; left: 50%; top: 50%; width: 60px; height: 60px; border: 2px solid #fff; border-radius: 50%; transform: translate(-50%, -50%); }
.sqs-video-icon::after { content: ""; position: absolute; left: 23px; top: 17px; border-block: 12px solid transparent; border-left: 18px solid #fff; }
.back-nav { margin-top: 60px; padding-top: 18px; border-top: 1px solid var(--line); }
.back-nav a { color: var(--ink); }
.site-footer { display: flex; justify-content: space-between; gap: 20px; margin-top: 80px; padding: 28px 0 48px; border-top: 1px solid var(--line); font-size: 13px; }

@media (max-width: 860px) {
  .site-header { margin-top: 34px; margin-bottom: 44px; gap: 20px; flex-wrap: wrap; }
  .menu-toggle { display: block; margin-left: auto; }
  .primary-nav { display: none; flex-basis: 100%; margin-left: 0; }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { align-items: flex-start; flex-direction: column; gap: 12px; padding: 18px 0 8px; border-top: 1px solid var(--line); }
  .intro { grid-template-columns: minmax(150px, 34%) 1fr; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .wordmark { font-size: 22px; }
  .intro { grid-template-columns: 1fr; gap: 24px; margin-bottom: 42px; }
  .intro-portrait { width: min(72vw, 300px); }
  .intro-copy h1 { margin-top: 0; font-size: 27px; }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .project-title { font-size: 15px; }
  .sqs-gallery { grid-template-columns: 1fr; }
  .honors-page .honors-intro h3 { margin-bottom: 34px; text-align: left; }
  .honors-page .honors-awards > .sqs-layout > .sqs-row { grid-template-columns: 1fr; row-gap: 0; }
  .honors-page .honors-awards .sqs-col-4 { grid-column: 1; grid-row: auto; order: 1; }
  .honors-page .honors-awards .sqs-col-8 > .sqs-block { grid-column: 1; grid-row: auto; order: 2; }
  .honors-page .honors-awards .sqs-col-8 > .float-right { order: 3; }
  .site-footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
