.site-header.inner-header {
  color: var(--ink);
  border-color: rgba(26, 26, 26, 0.1);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.site-header.inner-header:not(.is-scrolled):not(.is-menu-open) .brand img,
.site-header.inner-header .brand img {
  filter: none;
}

.page-intro {
  padding: clamp(156px, 14vw, 220px) 0 clamp(84px, 8vw, 128px);
}

.page-intro h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(50px, 6.5vw, 96px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.page-intro p {
  max-width: 680px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.7;
}

.page-lead-media {
  height: min(72vw, 760px);
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius);
}

.page-lead-media img,
.editorial-grid img,
.process-story img,
.material-library img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8) contrast(0.98);
  transition: filter 420ms ease, transform 720ms var(--ease);
}

.page-lead-media:hover img,
.editorial-grid figure:hover img,
.process-story figure:hover img,
.material-library figure:hover img {
  filter: saturate(0.9) contrast(1);
  transform: scale(1.008);
}

.finish-context {
  height: min(66vw, 720px);
  min-height: 480px;
  overflow: hidden;
  border-radius: var(--radius);
}

.finish-context img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(0.98);
  transition: filter 420ms ease, transform 720ms var(--ease);
}

.finish-context:hover img {
  filter: saturate(0.9) contrast(1);
  transform: scale(1.008);
}

.page-section {
  padding-block: var(--section);
}

.page-section-muted {
  background: var(--plaster);
}

.page-heading {
  max-width: 760px;
  margin-bottom: clamp(58px, 7vw, 96px);
}

.page-heading h2 {
  margin: 0;
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.page-heading p {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.editorial-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 84px 34px;
}

.editorial-grid figure,
.material-library figure,
.process-story figure {
  margin: 0;
}

.editorial-grid figure:nth-child(1),
.editorial-grid figure:nth-child(4) {
  grid-column: span 7;
}

.editorial-grid figure:nth-child(2),
.editorial-grid figure:nth-child(3) {
  grid-column: span 5;
  padding-top: 84px;
}

.editorial-grid figure:nth-child(5),
.editorial-grid figure:nth-child(6) {
  grid-column: span 6;
}

.editorial-grid figure > div {
  height: 560px;
  overflow: hidden;
  border-radius: var(--radius);
}

.editorial-grid figure:nth-child(2) > div,
.editorial-grid figure:nth-child(3) > div {
  height: 470px;
}

.editorial-grid figcaption,
.material-library figcaption,
.process-story figcaption {
  display: grid;
  gap: 8px;
  padding-top: 20px;
}

.editorial-grid strong,
.material-library strong,
.process-story strong {
  font-size: 20px;
  font-weight: 500;
}

.editorial-grid span,
.material-library span,
.process-story span {
  max-width: 52ch;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.material-library {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 72px 30px;
}

.material-library figure {
  grid-column: span 4;
}

.material-library figure:nth-child(1),
.material-library figure:nth-child(5) {
  grid-column: span 5;
}

.material-library figure:nth-child(2),
.material-library figure:nth-child(6) {
  grid-column: span 7;
}

.material-library figure > div {
  height: 440px;
  overflow: hidden;
  border-radius: var(--radius);
}

.material-library figure:nth-child(2) > div,
.material-library figure:nth-child(6) > div {
  height: 520px;
}

.process-story {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 88px 34px;
}

.process-story figure {
  grid-column: span 6;
}

.process-story figure:nth-child(1),
.process-story figure:nth-child(4) {
  grid-column: span 8;
}

.process-story figure:nth-child(2),
.process-story figure:nth-child(5) {
  grid-column: span 4;
  padding-top: 104px;
}

.process-story figure > div {
  height: 520px;
  overflow: hidden;
  border-radius: var(--radius);
}

.process-story figure:nth-child(2) > div,
.process-story figure:nth-child(5) > div {
  height: 420px;
}

.process-story-acrylic figure:nth-child(1),
.process-story-acrylic figure:nth-child(5) {
  grid-column: span 5;
  padding-top: 0;
}

.process-story-acrylic figure:nth-child(2),
.process-story-acrylic figure:nth-child(6) {
  grid-column: span 7;
  padding-top: 72px;
}

.process-story-acrylic figure:nth-child(3),
.process-story-acrylic figure:nth-child(4) {
  grid-column: span 6;
  padding-top: 0;
}

.process-story-acrylic figure > div,
.process-story-acrylic figure:nth-child(2) > div,
.process-story-acrylic figure:nth-child(5) > div {
  height: clamp(560px, 53vw, 720px);
}

.page-cta {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(260px, 4fr);
  align-items: end;
  gap: 64px;
}

.page-cta h2 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(40px, 4.5vw, 68px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.page-cta-actions {
  display: grid;
  justify-items: start;
  gap: 20px;
}

.page-cta-actions p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.archive-section {
  border-top: 1px solid var(--line);
}

.archive-heading {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(120px, 4fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 48px;
}

.archive-heading h2 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(38px, 4.5vw, 68px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.archive-heading p {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.archive-count {
  justify-self: end;
  color: var(--muted);
  font-size: 13px;
}

.archive-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: clamp(56px, 6vw, 88px);
}

.archive-filters button {
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  transition: border-color 220ms ease, background 220ms ease, color 220ms ease;
}

.archive-filters button:hover,
.archive-filters button.is-active {
  border-color: var(--charcoal);
  background: var(--charcoal);
  color: var(--white);
}

.archive-filters button:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 64px 26px;
}

.archive-item {
  margin: 0;
}

.archive-item > div {
  height: clamp(360px, 34vw, 520px);
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--plaster);
}

.archive-grid-materials .archive-item > div {
  height: clamp(330px, 30vw, 460px);
}

.archive-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(0.98);
  transition: filter 420ms ease, transform 720ms var(--ease);
}

.archive-item:hover img {
  filter: saturate(0.92) contrast(1);
  transform: scale(1.008);
}

.archive-item figcaption {
  padding-top: 16px;
}

.archive-item strong {
  font-size: 16px;
  font-weight: 500;
}

.archive-load-wrap {
  display: flex;
  justify-content: center;
  padding-top: 72px;
}

@media (max-width: 900px) {
  .editorial-grid figure:nth-child(n),
  .material-library figure:nth-child(n),
  .process-story figure:nth-child(n) {
    grid-column: span 6;
    padding-top: 0;
  }

  .page-cta {
    grid-template-columns: 1fr;
  }

  .archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .page-intro {
    padding-top: 132px;
    padding-bottom: 72px;
  }

  .page-intro h1 {
    font-size: 48px;
  }

  .page-lead-media {
    min-height: 0;
    height: 480px;
  }

  .finish-context {
    min-height: 0;
    height: 460px;
  }

  .editorial-grid,
  .material-library,
  .process-story {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .editorial-grid figure:nth-child(n),
  .material-library figure:nth-child(n),
  .process-story figure:nth-child(n) {
    grid-column: auto;
    padding-top: 0;
  }

  .editorial-grid figure > div,
  .editorial-grid figure:nth-child(n) > div,
  .material-library figure > div,
  .material-library figure:nth-child(n) > div,
  .process-story figure > div,
  .process-story figure:nth-child(n) > div {
    height: 420px;
  }

  .page-cta-actions .button {
    width: 100%;
  }

  .archive-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .archive-count {
    justify-self: start;
  }

  .archive-filters {
    flex-wrap: nowrap;
    margin-right: calc(var(--gutter) * -1);
    margin-left: calc(var(--gutter) * -1);
    padding-inline: var(--gutter);
    overflow-x: auto;
    scrollbar-width: none;
  }

  .archive-filters::-webkit-scrollbar {
    display: none;
  }

  .archive-filters button {
    flex: 0 0 auto;
  }

  .archive-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .archive-item > div,
  .archive-grid-materials .archive-item > div {
    height: 460px;
  }
}
