@font-face {
  font-family: "ZAOZUO Sans";
  src: url("../fonts/Manrope-Latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

/* About page v2: company first, production network second. */
body[data-page="about"] {
  background: #f4f4f1;
}

.about-v2 {
  overflow: hidden;
}

.about-v2-hero {
  position: relative;
  height: calc(100svh - 132px);
  min-height: 640px;
  max-height: 760px;
  overflow: hidden;
  background: #171815;
  color: #f8f7f3;
}

.about-v2-hero > img,
.about-v2-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-v2-hero > img {
  object-fit: cover;
  object-position: center 54%;
}

.about-v2-hero-shade {
  background: linear-gradient(90deg, rgba(8, 9, 8, .78) 0%, rgba(8, 9, 8, .38) 44%, rgba(8, 9, 8, .08) 78%), linear-gradient(0deg, rgba(8, 9, 8, .72) 0%, rgba(8, 9, 8, 0) 48%);
}

.about-v2-hero-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.about-v2-hero-copy {
  max-width: 1020px;
  margin-bottom: 74px;
}

.about-v2-hero .eyebrow,
.about-v2-factories .eyebrow {
  color: rgba(255, 255, 255, .68);
}

.about-v2-hero-copy h1 {
  margin: 0 0 18px;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 104px;
  font-weight: 400;
  line-height: .86;
}

.about-v2-hero-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.15;
}

.about-v2-hero-foot {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 74px;
  border-top: 1px solid rgba(255, 255, 255, .28);
}

.about-v2-hero-foot span {
  display: flex;
  align-items: center;
  padding: 0 24px;
  border-right: 1px solid rgba(255, 255, 255, .2);
  color: rgba(255, 255, 255, .82);
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}

.about-v2-hero-foot span:first-child {
  padding-left: 0;
}

.about-v2-hero-foot span:last-child {
  border-right: 0;
}

.about-v2-company {
  padding: 122px 0 116px;
  background: #f4f4f1;
  color: #191a17;
}

.about-v2-company-head {
  max-width: 1080px;
  margin-bottom: 76px;
}

.about-v2-company-head h2,
.about-v2-factory-head h2 {
  margin: 0;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 66px;
  font-weight: 400;
  line-height: .99;
}

.about-v2-company-story {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  gap: 7vw;
  align-items: center;
}

.about-v2-company-media {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #deddd8;
}

.about-v2-company-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-v2-company-copy {
  max-width: 560px;
}

.about-v2-company-copy p {
  margin: 0 0 22px;
  color: #5f605a;
  font-size: 17px;
  line-height: 1.78;
}

.about-v2-button {
  min-height: 56px;
  margin-top: 20px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  border: 1px solid #191a17;
  background: #191a17;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  transition: background .25s var(--ease), color .25s var(--ease);
}

.about-v2-button:hover,
.about-v2-button:focus-visible {
  background: transparent;
  color: #191a17;
}

.about-v2-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 100px;
  border-top: 1px solid #c9c8c2;
  border-bottom: 1px solid #c9c8c2;
}

.about-v2-facts > div {
  min-height: 150px;
  padding: 28px 24px;
  border-right: 1px solid #c9c8c2;
}

.about-v2-facts > div:first-child {
  padding-left: 0;
}

.about-v2-facts > div:last-child {
  border-right: 0;
}

.about-v2-facts strong,
.about-v2-facts span {
  display: block;
}

.about-v2-facts strong {
  margin-bottom: 42px;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.about-v2-facts span {
  max-width: 200px;
  color: #65665f;
  font-size: 12px;
  line-height: 1.45;
}

.about-v2-capabilities {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 86px;
  border-top: 1px solid #c9c8c2;
}

.about-v2-capabilities article {
  min-height: 250px;
  padding: 27px 24px 0;
  border-right: 1px solid #c9c8c2;
}

.about-v2-capabilities article:first-child {
  padding-left: 0;
}

.about-v2-capabilities article:last-child {
  border-right: 0;
}

.about-v2-capabilities article > span {
  color: var(--accent);
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 18px;
}

.about-v2-capabilities h3 {
  margin: 52px 0 14px;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.05;
}

.about-v2-capabilities p {
  max-width: 260px;
  margin: 0;
  color: #676862;
  font-size: 13px;
  line-height: 1.62;
}

.about-v2-factories {
  padding: 120px 0 110px;
  background: #171815;
  color: #f4f3ef;
}

.about-v2-factory-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  gap: 8vw;
  align-items: end;
}

.about-v2-factory-head .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -34px;
}

.about-v2-factory-head h2 {
  color: #f7f6f2;
}

.about-v2-factory-head > p {
  max-width: 540px;
  margin: 0 0 5px;
  color: rgba(255, 255, 255, .62);
  font-size: 17px;
  line-height: 1.7;
}

.about-v2-factory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 72px;
}

.about-v2-factory {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, .28);
  color: inherit;
}

.about-v2-factory-media {
  margin-top: 18px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #252622;
}

.about-v2-factory-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(1.03);
  transition: filter .35s var(--ease);
}

.about-v2-factory:hover .about-v2-factory-media img {
  filter: saturate(1) contrast(1.04) brightness(.9);
}

.about-v2-factory-copy {
  position: relative;
  min-height: 250px;
  padding: 27px 90px 28px 0;
}

.about-v2-factory-copy > span {
  color: rgba(255, 255, 255, .52);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.about-v2-factory-copy h3 {
  margin: 0 0 15px;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 1;
}

.about-v2-factory-copy p {
  max-width: 510px;
  margin: 0;
  color: rgba(255, 255, 255, .61);
  font-size: 14px;
  line-height: 1.65;
}

.about-v2-factory-copy strong {
  position: absolute;
  right: 0;
  bottom: 31px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 10px;
  text-transform: uppercase;
}

.about-v2-factory-copy strong b {
  font-size: 15px;
  font-weight: 400;
}

.about-v2-factory-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, .24);
}

.about-v2-factory-footer p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 15px;
}

.about-v2-button--light {
  flex: 0 0 auto;
  margin-top: 0;
  border-color: #f5f4ef;
  background: #f5f4ef;
  color: #171815;
}

.about-v2-button--light:hover,
.about-v2-button--light:focus-visible {
  border-color: #f5f4ef;
  background: transparent;
  color: #f5f4ef;
}

@media (max-width: 1100px) {
  .about-v2-hero-copy h1 {
    font-size: 84px;
  }

  .about-v2-company-head h2,
  .about-v2-factory-head h2 {
    font-size: 56px;
  }

  .about-v2-company-story {
    grid-template-columns: minmax(0, 1fr) minmax(330px, .9fr);
    gap: 54px;
  }

  .about-v2-factory-head {
    gap: 56px;
  }
}

@media (max-width: 860px) {
  .about-v2-hero {
    height: 680px;
    min-height: 0;
  }

  .about-v2-hero-copy h1 {
    font-size: 68px;
  }

  .about-v2-hero-copy p {
    font-size: 25px;
  }

  .about-v2-company,
  .about-v2-factories {
    padding: 88px 0;
  }

  .about-v2-company-story,
  .about-v2-factory-head {
    grid-template-columns: 1fr;
  }

  .about-v2-company-copy {
    max-width: 680px;
  }

  .about-v2-facts,
  .about-v2-capabilities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-v2-facts > div:nth-child(2),
  .about-v2-capabilities article:nth-child(2) {
    border-right: 0;
  }

  .about-v2-facts > div:nth-child(-n+2),
  .about-v2-capabilities article:nth-child(-n+2) {
    border-bottom: 1px solid #c9c8c2;
  }

  .about-v2-facts > div:nth-child(3),
  .about-v2-capabilities article:nth-child(3) {
    padding-left: 0;
  }

  .about-v2-factory-head .eyebrow {
    grid-column: auto;
    margin-bottom: -22px;
  }

  .about-v2-factory-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .about-v2-hero {
    height: 620px;
  }

  .about-v2-hero-copy {
    margin-bottom: 42px;
  }

  .about-v2-hero-copy h1 {
    font-size: 54px;
  }

  .about-v2-hero-copy p {
    font-size: 21px;
  }

  .about-v2-hero-foot {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-v2-hero-foot span {
    min-height: 48px;
    padding: 0 11px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    font-size: 9px;
  }

  .about-v2-hero-foot span:nth-child(2) {
    border-right: 0;
  }

  .about-v2-hero-foot span:nth-child(n+3) {
    border-bottom: 0;
  }

  .about-v2-hero-foot span:first-child,
  .about-v2-hero-foot span:nth-child(3) {
    padding-left: 0;
  }

  .about-v2-company-head,
  .about-v2-factory-head {
    margin-bottom: 48px;
  }

  .about-v2-company-head h2,
  .about-v2-factory-head h2 {
    font-size: 43px;
  }

  .about-v2-company-story {
    gap: 42px;
  }

  .about-v2-company-copy p,
  .about-v2-factory-head > p {
    font-size: 15px;
  }

  .about-v2-facts {
    margin-top: 70px;
  }

  .about-v2-facts > div {
    min-height: 132px;
    padding: 22px 15px;
  }

  .about-v2-facts strong {
    margin-bottom: 28px;
    font-size: 28px;
  }

  .about-v2-capabilities {
    grid-template-columns: 1fr;
    margin-top: 68px;
  }

  .about-v2-capabilities article,
  .about-v2-capabilities article:nth-child(3) {
    min-height: 0;
    padding: 26px 0 32px;
    border-right: 0;
    border-bottom: 1px solid #c9c8c2;
  }

  .about-v2-capabilities article:last-child {
    border-bottom: 0;
  }

  .about-v2-capabilities h3 {
    margin-top: 24px;
  }

  .about-v2-factory-grid {
    margin-top: 48px;
  }

  .about-v2-factory-copy {
    min-height: 230px;
    padding-right: 0;
  }

  .about-v2-factory-copy h3 {
    font-size: 34px;
  }

  .about-v2-factory-copy strong {
    right: auto;
    left: 0;
  }

  .about-v2-factory-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Client-confirmed manufacturing detail pages */
.maker-brief {
  padding: 124px 0 132px;
  scroll-margin-top: 84px;
  background: #20201d;
  color: #fff;
}

.maker-brief .maker-heading {
  margin-bottom: 74px;
}

.maker-brief .eyebrow {
  color: #b8b583;
}

.maker-brief .maker-heading h2 {
  color: #fff;
}

.maker-brief-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .26);
}

.maker-brief-grid article {
  min-height: 300px;
  padding: 30px 34px 0 0;
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.maker-brief-grid article + article {
  padding-left: 34px;
}

.maker-brief-grid article:last-child {
  border-right: 0;
}

.maker-brief-grid span,
.maker-page-links-grid > a > span,
.quality-story-row > div > span {
  color: #a8a56f;
  font-size: 9px;
  font-weight: 750;
  text-transform: uppercase;
}

.maker-brief-grid h3 {
  margin: 48px 0 16px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.08;
}

.maker-brief-grid p {
  margin: 0;
  color: rgba(255, 255, 255, .64);
  font-size: 12px;
  line-height: 1.78;
}

.maker-page-links {
  padding: 100px 0 108px;
  background: #ecebe7;
}

.maker-page-links-head {
  display: grid;
  grid-template-columns: minmax(0, .4fr) minmax(0, 1fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 52px;
}

.maker-page-links-head h2 {
  max-width: 820px;
  margin: 0;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.03;
}

.maker-page-links-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #aaa9a4;
  border-bottom: 1px solid #aaa9a4;
}

.maker-page-links-grid > a {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 30px 36px 28px 0;
  color: var(--ink);
  border-right: 1px solid #c2c1bc;
  transition: color .25s ease, background .25s ease;
}

.maker-page-links-grid > a + a {
  padding-left: 36px;
}

.maker-page-links-grid > a:last-child {
  border-right: 0;
}

.maker-page-links-grid > a:hover,
.maker-page-links-grid > a:focus-visible {
  color: var(--accent);
}

.maker-page-links-grid h3 {
  margin: 46px 0 14px;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.08;
}

.maker-page-links-grid p {
  max-width: 340px;
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.68;
}

.maker-page-links-grid strong {
  margin-top: auto;
  font-size: 9px;
  text-transform: uppercase;
}

.maker-page-links--compact {
  padding: 82px 0 90px;
}

.maker-page-links--compact .maker-page-links-grid > a {
  min-height: 190px;
}

.maker-detail-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--accent);
  font-size: 9px;
  font-weight: 750;
  text-transform: uppercase;
}

.maker-section-link {
  display: inline-flex;
  margin-top: 56px;
  color: var(--accent);
  font-size: 9px;
  font-weight: 750;
  text-transform: uppercase;
}

.maker-section-link--light {
  color: #fff;
}

.maker-subpage .maker-hero {
  height: min(720px, calc(100svh - 116px));
}

.maker-hero-media--why img {
  object-position: center 58%;
}

.quality-story {
  padding: 124px 0 136px;
  background: #ecebe7;
}

.quality-story .maker-heading {
  margin-bottom: 82px;
}

.quality-story-list {
  display: grid;
  gap: 110px;
}

.quality-story-row {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 92px;
  align-items: center;
}

.quality-story-row--reverse {
  grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr);
}

.quality-story-row--reverse figure {
  grid-column: 2;
  grid-row: 1;
}

.quality-story-row--reverse > div {
  grid-column: 1;
  grid-row: 1;
}

.quality-story-row figure {
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  background: #d6d2cb;
}

.quality-story-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quality-story-row > div {
  max-width: 470px;
}

.quality-story-row h3 {
  margin: 28px 0 20px;
  font-size: 43px;
  font-weight: 500;
  line-height: 1.05;
}

.quality-story-row p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.78;
}

.maker-why-list--detailed p {
  max-width: 320px;
}

.why-evidence {
  padding: 0 0 128px;
  background: var(--white);
}

.why-evidence-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.why-evidence figure {
  position: relative;
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  background: #d6d2cb;
}

.why-evidence img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-evidence figcaption {
  position: absolute;
  right: 18px;
  bottom: 15px;
  left: 18px;
  color: rgba(255, 255, 255, .9);
  font-size: 9px;
  font-weight: 700;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .5);
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .maker-brief-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .maker-brief-grid article:nth-child(2) {
    border-right: 0;
  }

  .maker-brief-grid article:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, .2);
  }

  .maker-page-links-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .maker-page-links-grid h3 {
    font-size: 27px;
  }

  .quality-story-row,
  .quality-story-row--reverse {
    gap: 52px;
  }
}

@media (max-width: 760px) {
  .maker-brief,
  .quality-story {
    padding: 78px 0 84px;
  }

  .maker-brief .maker-heading,
  .quality-story .maker-heading {
    margin-bottom: 42px;
  }

  .maker-brief-grid,
  .maker-page-links-grid,
  .quality-story-row,
  .quality-story-row--reverse,
  .why-evidence-grid {
    grid-template-columns: 1fr;
  }

  .maker-brief-grid article,
  .maker-brief-grid article + article {
    min-height: 0;
    padding: 28px 0 34px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-right: 0;
  }

  .maker-brief-grid h3 {
    margin-top: 30px;
  }

  .maker-page-links {
    padding: 70px 0 76px;
  }

  .maker-page-links-head h2 {
    font-size: 38px;
  }

  .maker-page-links-grid > a,
  .maker-page-links-grid > a + a {
    min-height: 0;
    padding: 28px 0 32px;
    border-right: 0;
    border-bottom: 1px solid #c2c1bc;
  }

  .maker-page-links-grid > a:last-child {
    border-bottom: 0;
  }

  .maker-page-links-grid h3 {
    margin-top: 28px;
  }

  .quality-story-list {
    gap: 72px;
  }

  .quality-story-row--reverse figure,
  .quality-story-row--reverse > div {
    grid-column: auto;
    grid-row: auto;
  }

  .quality-story-row figure {
    aspect-ratio: 4 / 3;
  }

  .quality-story-row h3 {
    margin-top: 22px;
    font-size: 34px;
  }

  .why-evidence {
    padding-bottom: 80px;
  }
}

/* Client-managed content: team, factory service and product specifications. */
.team-section {
  border-top: 1px solid var(--line);
}

.team-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 52px;
}

.team-section-head p {
  max-width: 540px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

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

.team-card {
  min-width: 0;
  border-top: 1px solid var(--ink);
}

.team-card-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #e9e7e2;
}

.team-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card-copy {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  padding-top: 20px;
}

.team-card-copy > span {
  grid-row: 1 / 5;
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
}

.team-card h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.05;
}

.team-card strong {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
}

.team-card p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.factory-support {
  border-top: 1px solid var(--line);
}

.factory-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 44px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.factory-support-grid article {
  min-height: 310px;
  padding: 28px 30px 36px 0;
}

.factory-support-grid article + article {
  padding-left: 30px;
  border-left: 1px solid var(--line);
}

.factory-support-grid article > span {
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.factory-support-grid h3 {
  max-width: 320px;
  margin: 54px 0 16px;
  font-size: 29px;
  line-height: 1.08;
}

.factory-support-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.factory-support-grid .text-link {
  margin-top: 22px;
}

.representative-note {
  margin: 24px 0;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.product-spec-grid {
  margin: 30px 0;
  border-top: 1px solid var(--ink);
}

.product-spec-grid div {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.product-spec-grid dt {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-spec-grid dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.sitedone-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-status.is-success {
  padding: 14px 16px;
  color: #155b38;
  background: #e9f4ed;
}

.form-status.is-error {
  padding: 14px 16px;
  color: #8a2c24;
  background: #f8ecea;
}

@media (max-width: 900px) {
  .team-section-head,
  .team-grid,
  .factory-support-grid {
    grid-template-columns: 1fr;
  }

  .team-section-head {
    gap: 22px;
  }

  .factory-support-grid article,
  .factory-support-grid article + article {
    min-height: 0;
    padding: 28px 0 34px;
    border-left: 0;
  }

  .factory-support-grid article + article {
    border-top: 1px solid var(--line);
  }

  .factory-support-grid h3 {
    margin-top: 28px;
  }
}

@media (max-width: 560px) {
  .team-card-copy {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .team-card h3 {
    font-size: 27px;
  }

  .product-spec-grid div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* Projects portfolio: image-led editorial gallery. */
body[data-page="projects"] .site-header:not(.is-scrolled) {
  border-bottom-color: rgba(255, 255, 255, .14);
  background: #060608;
  color: #f8f7f3;
}

body[data-page="projects"] .site-header:not(.is-scrolled) .brand-logo--dark {
  filter: grayscale(1) invert(1);
}

body[data-page="projects"] .site-header:not(.is-scrolled) .nav-link,
body[data-page="projects"] .site-header:not(.is-scrolled) .utility-link {
  color: #f8f7f3;
}

body[data-page="projects"] .site-header:not(.is-scrolled) .nav-link:hover,
body[data-page="projects"] .site-header:not(.is-scrolled) .nav-link:focus-visible,
body[data-page="projects"] .site-header:not(.is-scrolled) .utility-link:hover,
body[data-page="projects"] .site-header:not(.is-scrolled) .utility-link:focus-visible {
  color: #c5c28e;
}

body[data-page="projects"] .site-header:not(.is-scrolled) .nav-link::after,
body[data-page="projects"] .site-header:not(.is-scrolled) .utility-text::after {
  background: #74703e;
}

body[data-page="projects"] .site-header:not(.is-scrolled) .cart-count {
  border-color: #f8f7f3;
}

body[data-page="projects"] .site-header:not(.is-scrolled) .menu-toggle span {
  background: #f8f7f3;
}

.projects-page--portfolio {
  background: #f5f5f2;
}

.portfolio-hero {
  position: relative;
  height: calc(100svh - 150px);
  min-height: 620px;
  max-height: 780px;
  overflow: hidden;
  background: #171714;
  color: #fff;
}

.portfolio-hero-media,
.portfolio-hero-media::after {
  position: absolute;
  inset: 0;
}

.portfolio-hero-media::after {
  content: "";
  background: linear-gradient(90deg, rgba(8, 8, 7, .64) 0%, rgba(8, 8, 7, .25) 48%, rgba(8, 8, 7, .1) 78%), linear-gradient(0deg, rgba(8, 8, 7, .58) 0%, transparent 42%);
}

.portfolio-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
}

.portfolio-hero-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 90px;
}

.portfolio-kicker {
  position: absolute;
  top: 46px;
  left: 0;
  color: rgba(255, 255, 255, .74);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.portfolio-hero-copy {
  max-width: 850px;
}

.portfolio-hero h1,
.portfolio-overview h2,
.portfolio-story h2,
.portfolio-outro h2 {
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

.portfolio-hero h1 {
  margin: 0;
  font-size: 92px;
  line-height: .94;
}

.portfolio-hero-copy p {
  max-width: 560px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  line-height: 1.65;
}

.portfolio-hero-caption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 92px;
  border-top: 1px solid rgba(255, 255, 255, .34);
  color: #fff;
  transition: color .25s var(--ease);
}

.portfolio-hero-caption > span:first-child,
.portfolio-hero-caption > span:last-child,
.portfolio-card-meta {
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.portfolio-hero-caption > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.portfolio-hero-caption small {
  color: rgba(255, 255, 255, .64);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.portfolio-hero-caption strong {
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
}

.portfolio-hero-caption:hover {
  color: #c5c28e;
}

.portfolio-overview {
  padding: 72px 0;
  background: #171714;
  color: #f7f6f2;
}

.portfolio-overview .eyebrow {
  color: #b8b583;
}

.portfolio-overview-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: 11%;
  align-items: end;
}

.portfolio-overview h2 {
  max-width: 780px;
  margin: 0;
  font-size: 68px;
  line-height: .98;
}

.portfolio-overview-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 42px;
  padding-bottom: 5px;
}

.portfolio-overview-copy > p {
  max-width: 570px;
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 16px;
  line-height: 1.75;
}

.portfolio-overview-stat {
  display: flex;
  align-items: baseline;
  gap: 22px;
  width: 100%;
  padding-top: 23px;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.portfolio-overview-stat strong {
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 42px;
  font-weight: 400;
}

.portfolio-overview-stat span {
  color: rgba(255, 255, 255, .56);
  font-size: 10px;
  font-weight: 720;
  line-height: 1.5;
  text-transform: uppercase;
}

.portfolio-index {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 88px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.portfolio-index a {
  min-width: 0;
  min-height: 96px;
  padding: 24px 16px 26px 0;
  color: rgba(255, 255, 255, .72);
  font-size: 10px;
  font-weight: 720;
  text-transform: uppercase;
  transition: color .22s var(--ease);
}

.portfolio-index a span {
  display: block;
  margin-bottom: 10px;
  color: #b8b583;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 17px;
  font-weight: 400;
}

.portfolio-index a:hover,
.portfolio-index a:focus-visible {
  color: #fff;
}

.portfolio-stories {
  background: #f5f5f2;
}

.portfolio-stories-inner {
  padding-bottom: 138px;
}

.portfolio-story {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(360px, .58fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: stretch;
  padding: 112px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 88px;
}

.portfolio-story--reverse {
  grid-template-columns: minmax(360px, .58fr) minmax(0, 1.42fr);
}

.portfolio-story--reverse .portfolio-story-media {
  order: 2;
}

.portfolio-story--reverse .portfolio-story-copy {
  order: 1;
}

.portfolio-story-media {
  position: relative;
  display: block;
  height: clamp(470px, 39vw, 620px);
  overflow: hidden;
  background: #deded8;
}

.portfolio-story-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(29, 29, 26, .08);
  pointer-events: none;
}

.portfolio-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s var(--ease);
}

.portfolio-story:hover .portfolio-story-media img {
  transform: scale(1.018);
}

.portfolio-story-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(34px, 3.2vw, 48px);
  background: #171816;
  color: #f7f6f2;
}

.portfolio-story-number {
  color: #f7f6f2;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 74px;
  line-height: 1;
}

.portfolio-story-content {
  width: 100%;
}

.portfolio-story-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(247, 246, 242, .24);
  color: rgba(247, 246, 242, .64);
  font-size: 10px;
  font-weight: 760;
  text-transform: uppercase;
}

.portfolio-story-meta span:first-child {
  color: #f7f6f2;
}

.portfolio-story h2 {
  max-width: 560px;
  margin: 24px 0 0;
  font-size: clamp(43px, 4vw, 58px);
  line-height: 1.02;
}

.portfolio-story h2 a {
  transition: color .22s var(--ease);
}

.portfolio-story h2 a:hover,
.portfolio-story h2 a:focus-visible {
  color: rgba(247, 246, 242, .74);
}

.portfolio-story-content > p {
  max-width: 530px;
  margin: 22px 0 0;
  color: rgba(247, 246, 242, .66);
  font-size: 15px;
  line-height: 1.72;
}

.portfolio-story-facts {
  display: grid;
  grid-template-columns: minmax(120px, .7fr) minmax(0, 1.3fr);
  margin: 38px 0 0;
  border-top: 1px solid rgba(247, 246, 242, .24);
  border-bottom: 1px solid rgba(247, 246, 242, .24);
}

.portfolio-story-facts div {
  padding: 17px 16px 18px 0;
}

.portfolio-story-facts div + div {
  padding-left: 20px;
  border-left: 1px solid rgba(247, 246, 242, .24);
}

.portfolio-story-facts dt {
  color: rgba(247, 246, 242, .62);
  font-size: 9px;
  font-weight: 760;
  text-transform: uppercase;
}

.portfolio-story-facts dd {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.45;
}

.portfolio-story .text-link {
  margin-top: 32px;
  color: #f7f6f2;
}

.portfolio-outro {
  padding: 120px 0;
  background: #1a1a17;
  color: #f7f6f2;
}

.portfolio-outro .eyebrow {
  color: #b8b583;
}

.portfolio-outro-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 12%;
  align-items: end;
}

.portfolio-outro h2 {
  margin: 22px 0 0;
  font-size: 62px;
  line-height: .98;
}

.portfolio-outro-inner > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.portfolio-outro p {
  max-width: 500px;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .portfolio-hero h1 {
    font-size: 74px;
  }

  .portfolio-overview h2 {
    font-size: 58px;
  }

  .portfolio-story,
  .portfolio-story--reverse {
    gap: 52px;
  }

  .portfolio-story-media {
    height: 500px;
  }
}

@media (max-width: 900px) {
  .portfolio-overview-head,
  .portfolio-outro-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .portfolio-index {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .portfolio-overview-copy {
    max-width: 620px;
  }

  .portfolio-story,
  .portfolio-story--reverse {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 82px 0;
  }

  .portfolio-story--reverse .portfolio-story-media,
  .portfolio-story--reverse .portfolio-story-copy {
    order: initial;
  }

  .portfolio-story-media {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .portfolio-story-copy {
    min-height: 400px;
  }
}

@media (max-width: 680px) {
  .portfolio-hero {
    height: calc(100svh - 120px);
    min-height: 600px;
    max-height: 720px;
  }

  .portfolio-hero-media::after {
    background: linear-gradient(0deg, rgba(8, 8, 7, .78) 0%, rgba(8, 8, 7, .2) 72%), linear-gradient(90deg, rgba(8, 8, 7, .32), transparent 74%);
  }

  .portfolio-hero-media img {
    object-position: 56% center;
  }

  .portfolio-hero-content {
    align-items: flex-end;
    padding-bottom: 132px;
  }

  .portfolio-kicker {
    top: 34px;
    right: 0;
    max-width: 260px;
    line-height: 1.5;
  }

  .portfolio-hero-copy {
    width: 100%;
  }

  .portfolio-hero h1 {
    font-size: 49px;
    line-height: .96;
  }

  .portfolio-hero-copy p {
    max-width: 330px;
    margin-top: 20px;
    font-size: 14px;
  }

  .portfolio-hero-caption {
    grid-template-columns: 34px 1fr;
    gap: 12px;
    min-height: 94px;
  }

  .portfolio-hero-caption > span:last-child {
    display: none;
  }

  .portfolio-hero-caption strong {
    font-size: 17px;
  }

  .portfolio-overview {
    padding: 56px 0;
  }

  .portfolio-overview-head {
    gap: 34px;
  }

  .portfolio-overview h2,
  .portfolio-outro h2 {
    font-size: 45px;
  }

  .portfolio-overview-copy {
    gap: 28px;
  }

  .portfolio-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 58px;
  }

  .portfolio-index a {
    min-height: 88px;
    padding-right: 10px;
  }

  .portfolio-stories-inner {
    padding-bottom: 90px;
  }

  .portfolio-story,
  .portfolio-story--reverse {
    gap: 28px;
    padding: 64px 0;
  }

  .portfolio-story-media {
    aspect-ratio: 4 / 3;
  }

  .portfolio-story-copy {
    min-height: 0;
    padding: 28px 24px 30px;
  }

  .portfolio-story-number {
    margin-bottom: 40px;
    font-size: 54px;
  }

  .portfolio-story h2 {
    font-size: 36px;
  }

  .portfolio-story-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .portfolio-story-facts {
    grid-template-columns: 1fr;
  }

  .portfolio-story-facts div + div {
    padding-left: 0;
    border-top: 1px solid rgba(247, 246, 242, .24);
    border-left: 0;
  }

  .portfolio-outro {
    padding: 82px 0;
  }
}

/* Manufacturing overview: restrained, photo-led editorial layout. */
.manufacturing-page--redesign {
  background: var(--white);
}

.mfg-hero {
  position: relative;
  height: min(760px, calc(100svh - 116px));
  min-height: 560px;
  overflow: hidden;
  background: #312f2b;
  color: #fff;
}

.mfg-hero-media,
.mfg-hero-media::after {
  position: absolute;
  inset: 0;
}

.mfg-hero-media::after {
  content: "";
  background:
    linear-gradient(180deg, rgba(14, 13, 11, .2) 0%, rgba(14, 13, 11, .08) 36%, rgba(14, 13, 11, .76) 100%),
    linear-gradient(90deg, rgba(14, 13, 11, .42) 0%, rgba(14, 13, 11, .08) 70%);
}

.mfg-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.mfg-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 34px 0 52px;
}

.mfg-hero-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, .34);
  color: rgba(255, 255, 255, .76);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.mfg-hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 84px;
  align-items: end;
}

.mfg-hero .eyebrow,
.mfg-quality .eyebrow {
  color: #c5c28e;
}

.mfg-hero h1 {
  max-width: 940px;
  margin: 16px 0 0;
  font-size: 84px;
  font-weight: 500;
  line-height: .94;
  text-wrap: balance;
}

.mfg-hero-summary {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .46);
}

.mfg-hero-summary p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
  line-height: 1.75;
}

.mfg-hero-summary .text-link {
  color: #fff;
  font-size: 9px;
  font-weight: 750;
  text-transform: uppercase;
}

.mfg-proof {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.mfg-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid var(--line);
}

.mfg-proof article {
  min-height: 136px;
  padding: 26px 24px 24px;
  border-right: 1px solid var(--line);
}

.mfg-proof article > span,
.mfg-process-grid li > span,
.mfg-quality-grid article > span,
.mfg-advantages-grid article > span {
  color: var(--accent);
  font-size: 9px;
  font-weight: 750;
}

.mfg-proof strong {
  display: block;
  margin: 17px 0 5px;
  font-size: 13px;
}

.mfg-proof p {
  max-width: 250px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.mfg-bases,
.mfg-advantages {
  padding: 112px 0 120px;
}

.mfg-section-intro,
.mfg-quality-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .48fr);
  gap: 96px;
  align-items: end;
  margin-bottom: 52px;
}

.mfg-section-intro .section-title,
.mfg-quality-head .section-title {
  max-width: 790px;
  margin-top: 16px;
  font-size: 56px;
}

.mfg-section-intro > p,
.mfg-quality-head > p {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.mfg-base-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.mfg-base {
  display: block;
  min-width: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.mfg-base-media {
  position: relative;
  aspect-ratio: 16 / 10;
  margin-top: 18px;
  overflow: hidden;
  background: var(--paper-2);
}

.mfg-base-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  background: linear-gradient(0deg, rgba(12, 11, 10, .5), rgba(12, 11, 10, 0));
}

.mfg-base-media img {
  height: 100%;
  object-fit: cover;
  transition: transform .55s var(--ease);
}

.mfg-base-media--dongguan img {
  object-position: center 58%;
}

.mfg-base:hover .mfg-base-media img {
  transform: scale(1.015);
}

.mfg-base-media > span {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 16px;
  left: 18px;
  color: #fff;
  font-size: 9px;
  font-weight: 750;
  text-transform: uppercase;
}

.mfg-base-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .72fr);
  gap: 44px;
  padding: 24px 0 28px;
}

.mfg-base-copy > div:first-child > span,
.mfg-base-copy strong {
  color: var(--accent);
  font-size: 9px;
  font-weight: 750;
  text-transform: uppercase;
}

.mfg-base-copy h3 {
  margin: 14px 0 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.08;
}

.mfg-base-copy p {
  margin: 23px 0 20px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.mfg-base-copy strong span {
  display: inline-block;
  margin-left: 7px;
  transition: transform .24s var(--ease);
}

.mfg-base:hover .mfg-base-copy strong span {
  transform: translateX(4px);
}

.mfg-process {
  padding: 112px 0 120px;
  scroll-margin-top: 84px;
  background: var(--paper);
}

.mfg-process-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.mfg-process-grid li {
  display: flex;
  flex-direction: column;
  min-height: 270px;
  padding: 23px 18px 25px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.mfg-process-grid h3 {
  margin: auto 0 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.05;
}

.mfg-process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

.mfg-process-images {
  display: grid;
  grid-template-columns: .9fr 1.2fr .9fr;
  gap: 8px;
  margin-top: 56px;
}

.mfg-process-images figure,
.mfg-quality-media {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.mfg-process-images img {
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
}

.mfg-process-images figcaption {
  display: flex;
  gap: 14px;
  padding: 13px 0 0;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.mfg-process-images figcaption span {
  color: var(--accent);
}

.mfg-quality {
  padding: 112px 0 118px;
  scroll-margin-top: 84px;
  background: #1d1d1a;
  color: #fff;
}

.mfg-quality-head > p {
  border-color: rgba(255, 255, 255, .25);
  color: rgba(255, 255, 255, .66);
}

.mfg-quality-media {
  aspect-ratio: 21 / 8;
  background: #2c2b27;
}

.mfg-quality-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(0deg, rgba(12, 11, 10, .56), rgba(12, 11, 10, 0));
}

.mfg-quality-media img {
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
}

.mfg-quality-media figcaption {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 18px;
  left: 20px;
  color: rgba(255, 255, 255, .78);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.mfg-quality-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid rgba(255, 255, 255, .22);
  border-left: 1px solid rgba(255, 255, 255, .22);
}

.mfg-quality-grid article {
  min-height: 230px;
  padding: 25px 28px 28px;
  border-right: 1px solid rgba(255, 255, 255, .22);
}

.mfg-quality-grid article > span {
  color: rgba(255, 255, 255, .48);
}

.mfg-quality-grid h3 {
  margin: 62px 0 11px;
  font-size: 25px;
  font-weight: 500;
}

.mfg-quality-grid p {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  line-height: 1.7;
}

.mfg-advantages-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.mfg-advantages-grid article {
  min-height: 245px;
  padding: 26px 24px 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.mfg-advantages-grid h3 {
  margin: 70px 0 12px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.08;
}

.mfg-advantages-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

@media (max-width: 1100px) {
  .mfg-hero-copy {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 54px;
  }

  .mfg-hero h1 {
    font-size: 68px;
  }

  .mfg-section-intro,
  .mfg-quality-head {
    gap: 58px;
  }

  .mfg-section-intro .section-title,
  .mfg-quality-head .section-title {
    font-size: 48px;
  }

  .mfg-base-copy {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mfg-base-copy p {
    margin-top: 15px;
  }

  .mfg-process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mfg-process-grid li:last-child {
    grid-column: span 2;
  }

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

@media (max-width: 820px) {
  .mfg-hero {
    height: 660px;
  }

  .mfg-hero-copy,
  .mfg-section-intro,
  .mfg-quality-head {
    grid-template-columns: 1fr;
  }

  .mfg-hero-copy {
    gap: 28px;
  }

  .mfg-hero h1 {
    max-width: 650px;
    font-size: 58px;
  }

  .mfg-hero-summary {
    max-width: 460px;
  }

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

  .mfg-proof article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .mfg-section-intro,
  .mfg-quality-head {
    gap: 28px;
  }

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

  .mfg-process-grid li:last-child {
    grid-column: span 2;
  }

  .mfg-process-images {
    grid-template-columns: 1fr 1fr;
  }

  .mfg-process-images figure:last-child {
    grid-column: 1 / -1;
  }

  .mfg-process-images figure:last-child img {
    aspect-ratio: 16 / 8;
  }

  .mfg-quality-media {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 560px) {
  .mfg-hero {
    height: 620px;
    min-height: 620px;
  }

  .mfg-hero-media img {
    object-position: 58% center;
  }

  .mfg-hero-content {
    padding: 24px 0 34px;
  }

  .mfg-hero-topline span:last-child {
    display: none;
  }

  .mfg-hero h1 {
    font-size: 48px;
    line-height: .96;
  }

  .mfg-hero-summary {
    padding-top: 15px;
  }

  .mfg-hero-summary p {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .mfg-proof-grid,
  .mfg-base-grid,
  .mfg-process-images,
  .mfg-quality-grid,
  .mfg-advantages-grid {
    grid-template-columns: 1fr;
  }

  .mfg-proof article,
  .mfg-proof article:nth-child(-n + 2) {
    min-height: 112px;
    border-bottom: 1px solid var(--line);
  }

  .mfg-bases,
  .mfg-advantages,
  .mfg-process,
  .mfg-quality {
    padding: 76px 0;
  }

  .mfg-section-intro .section-title,
  .mfg-quality-head .section-title {
    font-size: 40px;
  }

  .mfg-base-grid {
    gap: 52px;
  }

  .mfg-base-media {
    aspect-ratio: 4 / 3;
  }

  .mfg-base-copy h3 {
    font-size: 29px;
  }

  .mfg-process-grid,
  .mfg-process-grid li:last-child {
    grid-template-columns: 1fr;
    grid-column: auto;
  }

  .mfg-process-grid li {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 0 14px;
    min-height: 0;
    padding: 22px 18px;
  }

  .mfg-process-grid h3,
  .mfg-process-grid p {
    grid-column: 2;
  }

  .mfg-process-grid h3 {
    margin: 0 0 7px;
  }

  .mfg-process-grid p {
    grid-row: 2;
  }

  .mfg-process-images figure:last-child {
    grid-column: auto;
  }

  .mfg-process-images figure:last-child img,
  .mfg-process-images img {
    aspect-ratio: 4 / 3;
  }

  .mfg-quality-media {
    aspect-ratio: 4 / 3;
  }

  .mfg-quality-grid article {
    min-height: 190px;
  }

  .mfg-quality-grid h3,
  .mfg-advantages-grid h3 {
    margin-top: 48px;
  }

  .mfg-advantages-grid article {
    min-height: 215px;
  }
}

@font-face {
  font-family: "ZAOZUO Serif";
  src: url("../fonts/CormorantGaramond-Latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --paper: #f3f2ef;
  --paper-2: #deddd8;
  --white: #fbfbf9;
  --ink: #1d1d1a;
  --ink-soft: #373632;
  --muted: #686762;
  --line: #cbc9c3;
  --accent: #74703e;
  --accent-soft: #dedfce;
  --dark: #20201d;
  --danger: #8c3b33;
  --max: 1440px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --shadow: 0 18px 48px rgba(31, 28, 25, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  padding-top: 84px;
  background: var(--paper);
  color: var(--ink);
  font-family: "ZAOZUO Sans", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

/* Explicit framework placeholders. Remove placeholder-mode when client assets arrive. */
.placeholder-mode .image-tile,
.placeholder-mode .media-frame,
.placeholder-mode .case-hero {
  background: #b9aa9d;
}

.placeholder-mode .hero-media {
  background: #78695e;
}

.placeholder-mode .project-mosaic .image-tile:nth-child(3n),
.placeholder-mode .product-card:nth-child(3n) .media-frame,
.placeholder-mode .case-images .media-frame:nth-child(2n) {
  background: #8f7d6f;
}

.placeholder-mode .project-mosaic .image-tile:nth-child(4n),
.placeholder-mode .product-card:nth-child(4n) .media-frame {
  background: #d8cec5;
}

.placeholder-mode .hero-media img,
.placeholder-mode .image-tile img,
.placeholder-mode .media-frame img,
.placeholder-mode .case-hero img {
  opacity: 0;
}

.placeholder-mode .hero-media::before,
.placeholder-mode .image-tile::before,
.placeholder-mode .media-frame::before,
.placeholder-mode .case-hero::before {
  content: "IMAGE PLACEHOLDER";
  position: absolute;
  z-index: 3;
  top: auto;
  bottom: 18px;
  left: 18px;
  padding: 0 0 7px;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: rgba(44, 37, 32, .62);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  transform: none;
}

.placeholder-mode .hero-media::before {
  top: auto;
  right: 30px;
  bottom: 28px;
  left: auto;
  color: rgba(255, 255, 255, .72);
}

.placeholder-mode .hero-media::after {
  z-index: 1;
}

.placeholder-mode .brand,
.placeholder-mode .footer-brand {
  font-size: 0;
}

.placeholder-mode .brand::before,
.placeholder-mode .footer-brand::before {
  content: "Brand Name";
  font-size: 24px;
  font-weight: 650;
}

.placeholder-mode .footer-brand::before {
  font-size: 30px;
}

.placeholder-mode .brand small {
  font-size: 0;
}

.placeholder-mode .brand small::before {
  content: "Tagline placeholder";
  font-size: 9px;
}

.placeholder-mode .footer-note {
  font-size: 0;
}

.placeholder-mode .footer-note::before {
  content: "Footer brand description placeholder.";
  font-size: 13px;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  border-radius: 0;
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.shell {
  width: min(var(--max), calc(100% - 96px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  min-height: 84px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: #060608;
  color: #f8f7f3;
  transition: min-height .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease), color .3s var(--ease);
}

.site-header.is-scrolled {
  min-height: 70px;
  border-color: rgba(255, 255, 255, .12);
  background: #060608;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .16);
  color: #f8f7f3;
}

body[data-page="home"] .site-header:not(.is-scrolled) {
  border-bottom-color: rgba(255, 255, 255, .12);
  background: #060608;
  color: #f8f7f3;
}

.header-inner {
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(200px, 1fr) auto minmax(200px, 1fr);
  align-items: center;
  gap: 44px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 14px;
  font-family: "ZAOZUO Sans", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
}

.brand-logo {
  display: block;
  flex: 0 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: filter .35s var(--ease);
}

.brand-logo--dark {
  width: 200px;
  height: 53px;
  background-image: url("../images/client/zaozuo-logo-primary-header-20260728.png");
  filter: grayscale(1) invert(1);
}

body[data-page="home"] .site-header:not(.is-scrolled) .brand-logo--dark {
  filter: grayscale(1) invert(1);
}

.brand small {
  display: none;
}

.desktop-nav,
.utility-nav {
  display: flex;
  align-items: center;
}

.desktop-nav {
  position: relative;
  justify-content: center;
  gap: 46px;
}

.utility-nav {
  justify-self: end;
  justify-content: flex-end;
  position: relative;
  gap: 22px;
}

.nav-link,
.utility-link {
  position: relative;
  padding: 10px 0;
  color: #f8f7f3;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  transition: color .24s var(--ease);
}

.nav-link {
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
}

.utility-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  transition: color .24s var(--ease), opacity .22s var(--ease);
}

body[data-page="home"] .site-header:not(.is-scrolled) .nav-link,
body[data-page="home"] .site-header:not(.is-scrolled) .utility-link {
  color: #f8f7f3;
}

.nav-link::after,
.utility-text::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: var(--accent);
  opacity: 0;
  transform: scaleX(.25);
  transform-origin: center;
  transition: opacity .2s var(--ease), transform .3s var(--ease);
  pointer-events: none;
}

.utility-text {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: -8px;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link.is-active,
.utility-link:hover,
.utility-link:focus-visible,
.utility-link.is-active {
  color: #c5c28e;
}

body[data-page="home"] .site-header:not(.is-scrolled) .nav-link:hover,
body[data-page="home"] .site-header:not(.is-scrolled) .nav-link:focus-visible,
body[data-page="home"] .site-header:not(.is-scrolled) .utility-link:hover,
body[data-page="home"] .site-header:not(.is-scrolled) .utility-link:focus-visible {
  color: #c5c28e;
}

.nav-link:hover::after,
.nav-link:focus-visible::after,
.nav-link.is-active::after,
.utility-link:hover .utility-text::after,
.utility-link:focus-visible .utility-text::after,
.utility-link.is-active .utility-text::after {
  opacity: 1;
  transform: scaleX(1);
}

.projects-nav {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.collection-nav {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.projects-nav-toggle {
  display: inline-grid;
  width: 24px;
  height: 24px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.collection-nav-toggle {
  display: inline-grid;
  width: 24px;
  height: 24px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.project-nav-chevron {
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .24s var(--ease);
}

.projects-nav.is-open .projects-nav-toggle .project-nav-chevron,
.collection-nav.is-open .collection-nav-toggle .project-nav-chevron,
.mobile-projects-nav.is-open .mobile-projects-toggle .project-nav-chevron {
  transform: translateY(2px) rotate(225deg);
}

.mobile-collection-nav.is-open .mobile-collection-toggle .project-nav-chevron {
  transform: translateY(2px) rotate(225deg);
}

.projects-dropdown {
  position: fixed;
  top: 84px;
  left: 50vw;
  z-index: 70;
  display: grid;
  width: 100vw;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 14px max(48px, calc((100vw - var(--max)) / 2)) 18px;
  border-top: 3px solid var(--accent);
  background: #11120f;
  box-shadow: 0 24px 54px rgba(0, 0, 0, .24);
  color: #f8f7f3;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .2s var(--ease), transform .25s var(--ease), visibility 0s linear .25s;
}

.site-header.is-scrolled .projects-dropdown {
  top: 70px;
}

.projects-dropdown::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 24px;
}

.projects-nav.is-open .projects-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
  transition-delay: 0s;
}

.projects-nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  background: rgba(7, 8, 6, .28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-backdrop-filter: blur(8px) saturate(.82);
  backdrop-filter: blur(8px) saturate(.82);
  transition: opacity .22s var(--ease), visibility 0s linear .22s;
}

body.projects-menu-open .projects-nav-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.projects-dropdown-link {
  display: grid;
  min-height: 64px;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  color: #f8f7f3;
  transition: background .2s var(--ease), color .2s var(--ease);
}

.projects-dropdown-link:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, .13);
}

.projects-dropdown-link:hover,
.projects-dropdown-link:focus-visible,
.projects-dropdown-link.is-active {
  background: rgba(116, 112, 62, .28);
  color: #fff;
}

.collection-dropdown {
  position: fixed;
  top: 84px;
  left: 50vw;
  z-index: 70;
  display: block;
  width: 100vw;
  padding: 0 max(48px, calc((100vw - var(--max)) / 2));
  border-top: 3px solid var(--accent);
  background: #11120f;
  box-shadow: 0 24px 54px rgba(0, 0, 0, .24);
  color: #f8f7f3;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .2s var(--ease), transform .25s var(--ease), visibility 0s linear .25s;
}

.site-header.is-scrolled .collection-dropdown {
  top: 70px;
}

.collection-dropdown::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 24px;
}

.collection-nav.is-open .collection-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
  transition-delay: 0s;
}

.collection-nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  background: rgba(7, 8, 6, .28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-backdrop-filter: blur(8px) saturate(.82);
  backdrop-filter: blur(8px) saturate(.82);
  transition: opacity .22s var(--ease), visibility 0s linear .22s;
}

body.collection-menu-open .collection-nav-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.collection-menu-shell {
  display: grid;
  max-width: var(--max);
  margin: 0 auto;
  grid-template-columns: minmax(330px, 1.45fr) repeat(3, minmax(160px, .82fr));
  border-left: 1px solid rgba(255, 255, 255, .13);
}

.collection-menu-group {
  min-width: 0;
  padding: 26px 24px 30px;
  border-right: 1px solid rgba(255, 255, 255, .13);
}

.collection-menu-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 34px;
  margin-bottom: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.collection-menu-group-head h2 {
  margin: 0;
  color: #aaa99f;
  font-family: "ZAOZUO Sans", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.collection-menu-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f8f7f3;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  transition: color .2s var(--ease);
}

.collection-menu-view-all:hover,
.collection-menu-view-all:focus-visible {
  color: #c5c28e;
}

.collection-menu-links {
  display: grid;
}

.collection-menu-link {
  display: grid;
  min-height: 38px;
  grid-template-columns: minmax(0, 1fr) 18px;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  color: #f8f7f3;
  text-align: left;
  transition: color .2s var(--ease), padding-left .22s var(--ease);
}

.collection-menu-group--category .collection-menu-link {
  min-height: 46px;
  grid-template-columns: 30px minmax(0, 1fr) 18px;
}

.collection-menu-link:hover,
.collection-menu-link:focus-visible,
.collection-menu-link.is-active {
  padding-left: 5px;
  color: #c5c28e;
  outline: none;
}

.collection-menu-link.is-active {
  box-shadow: inset 2px 0 0 var(--accent);
}

.collection-menu-number {
  color: #77766f;
  font-family: "ZAOZUO Sans", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.collection-menu-label {
  min-width: 0;
  font-family: "ZAOZUO Sans", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.25;
}

.collection-menu-group--category .collection-menu-label {
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 16px;
  font-weight: 600;
}

.collection-menu-arrow {
  color: #77766f;
  font-size: 13px;
  opacity: 0;
  transform: translateX(-5px);
  transition: color .2s var(--ease), opacity .2s var(--ease), transform .22s var(--ease);
}

.collection-menu-link:hover .collection-menu-arrow,
.collection-menu-link:focus-visible .collection-menu-arrow,
.collection-menu-link.is-active .collection-menu-arrow {
  color: currentColor;
  opacity: 1;
  transform: translateX(0);
}

.collection-nav-title {
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: none;
}

@media (min-width: 821px) and (max-width: 1100px) {
  .collection-dropdown {
    padding-inline: 24px;
  }

  .collection-menu-shell {
    grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(140px, .8fr));
  }

  .collection-menu-group {
    padding-inline: 16px;
  }

  .collection-menu-group--category .collection-menu-label {
    font-size: 14px;
  }
}

.project-nav-number {
  color: #aaa99f;
  font-family: "ZAOZUO Sans", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.project-nav-title {
  min-width: 0;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: none;
}

.utility-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body[data-page="home"] .site-header:not(.is-scrolled) .nav-link::after,
body[data-page="home"] .site-header:not(.is-scrolled) .utility-text::after {
  background: #74703e;
}

.cart-count {
  display: inline-grid;
  min-width: 17px;
  height: 17px;
  margin-left: 0;
  place-items: center;
  border: 1px solid #f8f7f3;
  font-size: 9px;
  font-weight: 850;
}

body[data-page="home"] .site-header:not(.is-scrolled) .cart-count {
  border-color: #f8f7f3;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 1.5px;
  margin: 5px auto;
  background: #f8f7f3;
  transition: transform .28s var(--ease), opacity .2s var(--ease);
}

body[data-page="home"] .site-header:not(.is-scrolled) .menu-toggle span {
  background: #f8f7f3;
}

body.menu-open .cart-link {
  opacity: 0;
  pointer-events: none;
}

.menu-toggle.is-open span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.menu-toggle.is-open span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.mobile-panel {
  position: fixed;
  inset: 88px 0 auto;
  z-index: 45;
  padding: 32px 24px 44px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: visibility 0s linear .35s, opacity .28s var(--ease), transform .35s var(--ease);
}

.mobile-panel.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}

.mobile-panel a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  transition: color .24s var(--ease), padding .28s var(--ease);
}

.mobile-panel a:first-child {
  border-top: 1px solid var(--line);
}

.mobile-panel a:hover,
.mobile-panel a:focus-visible,
.mobile-panel a.is-active {
  padding-left: 8px;
  color: var(--accent);
}

.mobile-panel a span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

.mobile-projects-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px;
}

.mobile-collection-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px;
}

.mobile-projects-row > a {
  min-width: 0;
}

.mobile-collection-row > a {
  min-width: 0;
}

.mobile-projects-row > a > span {
  display: none;
}

.mobile-collection-row > a > span {
  display: none;
}

.mobile-projects-toggle {
  display: grid;
  width: 64px;
  padding: 0;
  place-items: center;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.mobile-collection-toggle {
  display: grid;
  width: 64px;
  padding: 0;
  place-items: center;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.mobile-projects-list {
  display: grid;
  grid-template-rows: 0fr;
  background: #efeee9;
  visibility: hidden;
  transition: grid-template-rows .32s var(--ease), visibility 0s linear .32s;
}

.mobile-collection-list {
  display: grid;
  grid-template-rows: 0fr;
  background: #efeee9;
  visibility: hidden;
  transition: grid-template-rows .32s var(--ease), visibility 0s linear .32s;
}

.mobile-projects-nav.is-open .mobile-projects-list {
  grid-template-rows: 1fr;
  visibility: visible;
  transition-delay: 0s;
}

.mobile-collection-nav.is-open .mobile-collection-list {
  grid-template-rows: 1fr;
  visibility: visible;
  transition-delay: 0s;
}

.mobile-projects-list-inner {
  overflow: hidden;
}

.mobile-collection-list-inner {
  overflow: hidden;
}

.mobile-panel .mobile-project-link {
  display: grid;
  min-height: 52px;
  grid-template-columns: 38px minmax(0, 1fr);
  justify-content: initial;
  padding: 0 16px;
  border-bottom-color: rgba(29, 29, 26, .12);
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 14px;
  font-weight: 600;
}

.mobile-panel .mobile-project-link:hover,
.mobile-panel .mobile-project-link:focus-visible,
.mobile-panel .mobile-project-link.is-active {
  padding-left: 20px;
  background: rgba(116, 112, 62, .12);
  color: var(--ink);
}

.mobile-panel .mobile-project-link .project-nav-number {
  color: var(--accent);
  font-size: 10px;
  font-weight: 750;
}

.mobile-panel .mobile-project-link .project-nav-title {
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.3;
}

.mobile-panel .mobile-collection-link {
  display: grid;
  min-height: 52px;
  align-items: center;
  justify-content: initial;
  padding: 0 16px;
  border-bottom-color: rgba(29, 29, 26, .12);
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 14px;
  font-weight: 600;
}

.mobile-panel .mobile-collection-link:hover,
.mobile-panel .mobile-collection-link:focus-visible,
.mobile-panel .mobile-collection-link.is-active {
  padding-left: 20px;
  background: rgba(116, 112, 62, .12);
  color: var(--ink);
}

.mobile-panel .mobile-collection-link .collection-nav-title {
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.3;
}

.eyebrow {
  display: block;
  color: var(--accent);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-weight: 400;
}

.display-title {
  margin: 20px 0 28px;
  font-size: clamp(54px, 5vw, 76px);
  line-height: 1;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.section-title {
  margin: 14px 0 0;
  font-size: clamp(38px, 3.6vw, 52px);
  line-height: 1.06;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.lede {
  max-width: 620px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.btn,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .22s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), color .25s var(--ease);
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(31, 28, 25, .14);
}

.btn:active {
  transform: translateY(1px) scale(.985);
  box-shadow: none;
}

.btn-outline {
  background: transparent;
  color: var(--ink);
}

.btn-light {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
}

.btn-wide {
  width: 100%;
}

.text-link {
  min-height: 0;
  padding: 7px 0;
  border: 0;
  background: transparent;
  color: inherit;
}

.text-link span {
  transition: transform .25s var(--ease);
}

.text-link:hover span {
  transform: translateX(5px);
}

.hero {
  position: relative;
  min-height: min(840px, calc(100svh - 76px));
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background: var(--dark);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 12, 10, .72) 0%, rgba(13, 12, 10, .54) 43%, rgba(13, 12, 10, .2) 74%, rgba(13, 12, 10, .14) 100%),
    linear-gradient(0deg, rgba(13, 12, 10, .34) 0%, rgba(13, 12, 10, 0) 48%);
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  animation: hero-settle 1.4s var(--ease) forwards;
}

@keyframes hero-settle {
  to { transform: scale(1); }
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 96px));
  margin: 0 auto;
  padding: 104px 0 clamp(54px, 6vw, 82px);
}

.hero .display-title {
  max-width: 820px;
}

.hero .eyebrow {
  color: #cbc99a;
}

.hero-copy {
  max-width: 520px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, .82);
  font-size: 15.5px;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 28px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(760px, 100%);
  margin-top: 46px;
  border-top: 1px solid rgba(255, 255, 255, .34);
}

.hero-proof span {
  display: flex;
  gap: 12px;
  align-items: baseline;
  padding: 16px 18px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-proof b {
  color: #cbc99a;
  font-size: 9px;
}

.hero-text-link {
  color: var(--white);
}

.hero--minimal {
  min-height: min(760px, calc(100svh - 112px));
  align-items: flex-start;
}

.hero--minimal .hero-media::after {
  background:
    linear-gradient(180deg, rgba(16, 11, 7, .58) 0%, rgba(16, 11, 7, .3) 31%, rgba(16, 11, 7, .08) 60%, rgba(16, 11, 7, .18) 100%);
}

.hero--minimal .hero-media img {
  object-position: center 52%;
}

.hero--minimal .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(102px, 13vh, 132px) 24px 0;
  text-align: center;
}

.hero-minimal-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.hero--minimal .display-title {
  max-width: 1020px;
  margin: 0;
  color: #fff;
  font-size: 86px;
  font-weight: 500;
  line-height: .98;
  text-shadow: 0 3px 24px rgba(13, 9, 6, .26);
}

.hero-minimal-copy > p {
  max-width: 720px;
  margin: 26px auto 0;
  color: rgba(255, 255, 255, .9);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-shadow: 0 2px 18px rgba(13, 9, 6, .4);
}

.hero-minimal-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 54px;
  margin-top: 30px;
  padding: 0 28px;
  border: 1px solid #fff;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
  text-transform: uppercase;
  transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease);
}

.hero-minimal-cta span {
  font-size: 18px;
  transition: transform .25s var(--ease);
}

.hero-minimal-cta:hover {
  transform: translateY(-2px);
  background: transparent;
  color: #fff;
}

.hero-minimal-cta:hover span {
  transform: translateX(4px);
}

.page-hero {
  padding: 96px 0 70px;
  border-bottom: 1px solid var(--line);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr);
  align-items: end;
  gap: 70px;
}

.page-hero .display-title {
  max-width: 800px;
}

.section {
  padding: 98px 0;
}

.section-compact {
  padding: 72px 0;
}

.section-dark {
  background: var(--dark);
  color: var(--white);
}

.section-white {
  background: var(--white);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.section-head .section-title {
  max-width: 760px;
}

.project-mosaic {
  display: grid;
  grid-template-columns: .82fr 1.06fr 1.06fr;
  grid-template-rows: minmax(250px, 1fr) minmax(250px, 1fr);
  gap: 12px;
  align-items: stretch;
}

.project-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 36px 48px;
  border-top: 1px solid #20201d;
  border-bottom: 1px solid #20201d;
  background: #20201d;
  color: #fff;
}

.project-intro .eyebrow {
  color: #fff;
}

.project-intro .text-link {
  color: #fff;
}

.project-intro h2 {
  max-width: 330px;
  margin: 22px 0 34px;
  font-family: Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: clamp(34px, 3.2vw, 46px);
  line-height: 1.06;
}

.image-tile,
.media-frame {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  background: var(--paper-2);
  box-shadow: inset 0 0 0 1px rgba(29, 29, 26, .08);
}

.image-tile img,
.media-frame img {
  height: 100%;
  object-fit: cover;
  transition: transform .75s var(--ease), filter .45s var(--ease);
}

a.image-tile:hover img,
.project-card:hover img,
.product-card:hover img {
  transform: scale(1.018);
}

a.image-tile,
.project-card {
  transition: transform .45s var(--ease);
}

a.image-tile:hover,
.project-card:hover {
  transform: translateY(-4px);
}

.image-tile-tall {
  grid-row: span 2;
}

.image-tile-wide {
  grid-column: span 2;
}

.image-label {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 12px;
  background: rgba(251, 251, 249, .94);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.split-feature {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  min-height: 640px;
}

.split-feature .media-frame {
  min-height: 640px;
}

.feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(64px, 7vw, 112px);
}

.feature-copy .section-title {
  max-width: 560px;
  margin-bottom: 24px;
}

.feature-copy p {
  max-width: 500px;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.75;
}

.factory-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 26px;
  width: min(560px, 100%);
  margin: 32px 0 38px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  list-style: none;
}

.factory-points li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.factory-points strong,
.factory-points span {
  display: block;
}

.factory-points strong {
  margin-bottom: 7px;
  font-size: 12px;
}

.factory-points span {
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  line-height: 1.55;
}

.home-manufacturing {
  padding: clamp(82px, 8vw, 126px) 0 clamp(72px, 7vw, 108px);
}

.home-manufacturing-shell {
  display: grid;
  gap: 52px;
}

.home-manufacturing-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  align-items: start;
  gap: clamp(48px, 8vw, 128px);
}

.home-manufacturing-head .section-title {
  max-width: 820px;
  margin-top: 0;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1.02;
}

.home-manufacturing-summary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  padding-bottom: 4px;
}

.home-manufacturing-summary p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  line-height: 1.7;
}

.home-manufacturing-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.58fr) minmax(320px, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-height: 620px;
}

.home-manufacturing-image {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #2c2c29;
}

.home-manufacturing-image-main {
  grid-row: 1 / -1;
}

.home-manufacturing-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-manufacturing-image-main img {
  object-position: center;
}

.home-manufacturing-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  list-style: none;
}

.home-manufacturing-points li {
  min-width: 0;
  padding: 28px 28px 30px 0;
}

.home-manufacturing-points li + li {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.home-manufacturing-points strong,
.home-manufacturing-points span {
  display: block;
}

.home-manufacturing-points strong {
  margin-bottom: 10px;
  font-size: 14px;
}

.home-manufacturing-points span {
  max-width: 250px;
  color: rgba(255, 255, 255, .6);
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .home-manufacturing-head {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
    gap: 52px;
  }

  .home-manufacturing-gallery {
    min-height: 540px;
  }

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

  .home-manufacturing-points li:nth-child(3) {
    border-left: 0;
  }

  .home-manufacturing-points li:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, .2);
  }
}

@media (max-width: 820px) {
  .home-manufacturing {
    padding: 76px 0 72px;
  }

  .home-manufacturing-shell {
    gap: 40px;
  }

  .home-manufacturing-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 30px;
  }

  .home-manufacturing-head .section-title {
    max-width: 680px;
    font-size: clamp(42px, 8vw, 58px);
  }

  .home-manufacturing-summary {
    gap: 24px;
  }

  .home-manufacturing-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(360px, 1.2fr) minmax(240px, .8fr);
    min-height: 620px;
  }

  .home-manufacturing-image-main {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

@media (max-width: 560px) {
  .home-manufacturing {
    padding: 64px 0 60px;
  }

  .home-manufacturing-shell {
    gap: 32px;
  }

  .home-manufacturing-head .section-title {
    font-size: 40px;
  }

  .home-manufacturing-summary p {
    font-size: 15px;
  }

  .home-manufacturing-gallery {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: 8px;
  }

  .home-manufacturing-image {
    aspect-ratio: 4 / 3;
  }

  .home-manufacturing-image-main {
    aspect-ratio: 16 / 11;
  }

  .home-manufacturing-points {
    grid-template-columns: 1fr;
  }

  .home-manufacturing-points li,
  .home-manufacturing-points li + li {
    padding: 22px 0;
    border-left: 0;
  }

  .home-manufacturing-points li + li {
    border-top: 1px solid rgba(255, 255, 255, .2);
  }

  .home-manufacturing-points span {
    max-width: 320px;
  }
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 52px 22px;
}

.product-grid.compact-grid {
  max-width: 720px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-card {
  min-width: 0;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
  transition: transform .45s var(--ease);
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card .media-frame {
  aspect-ratio: 3 / 4;
  margin-bottom: 22px;
}

.product-card h3 {
  margin: 0 0 8px;
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.product-meta,
.price {
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.5;
}

.price {
  margin-top: 7px;
  color: var(--ink);
  font-weight: 700;
  text-transform: uppercase;
}

.capabilities-section {
  padding-top: 116px;
  padding-bottom: 126px;
  scroll-margin-top: 84px;
  overflow: hidden;
}

.capabilities-section > .shell {
  width: min(1640px, calc(100% - 64px));
}

.capabilities-editorial-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: 58px;
  text-align: center;
}

.capabilities-editorial-head .section-title {
  max-width: 980px;
  margin: 0 auto;
  font-size: 62px;
  line-height: .98;
}

.capabilities-editorial-head .text-link {
  margin-top: 30px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--ink);
  font-size: 15px;
  font-weight: 700;
}

.capability-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0 18px;
  align-items: stretch;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
}

.capability-gallery-item {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  padding: 0;
}

.capability-gallery-visual {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
}

.capability-gallery-copy {
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-width: 0;
  min-height: 188px;
  padding: 22px 4px 24px;
}

.capability-gallery-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
}

.capability-gallery-meta span:first-child {
  display: inline-flex;
  align-items: center;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 20px;
  font-weight: 500;
}

.capability-gallery-meta span:first-child::after {
  display: none;
}

.capability-gallery-meta span:last-child {
  color: var(--ink);
}

.capability-gallery-copy h3 {
  display: flex;
  align-items: flex-end;
  min-height: 58px;
  margin: 0;
  padding-top: 16px;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.08;
}

.capability-gallery-copy p {
  max-width: none;
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.statement {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(70px, 9vw, 150px);
  align-items: center;
}

.statement-quote {
  margin: 0;
  font-family: Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: clamp(40px, 4vw, 56px);
  line-height: 1.06;
}

.statement-copy {
  color: #c8c7c2;
  font-size: 16px;
  line-height: 1.8;
}

.statement-copy .text-link {
  color: var(--white);
}

.studio-band {
  display: grid;
  grid-template-columns: .76fr 1.24fr;
  background: var(--dark);
  color: var(--white);
}

.studio-band .feature-copy {
  min-height: 560px;
}

.studio-band .media-frame {
  min-height: 560px;
}

.process-section {
  position: relative;
  overflow: hidden;
  background: var(--paper);
}

.process-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .55fr);
  gap: clamp(76px, 10vw, 160px);
  align-items: start;
}

.process-head .section-title {
  max-width: 660px;
  margin-top: 18px;
  font-size: clamp(46px, 4.2vw, 60px);
}

.process-head > p {
  margin: 0;
  max-width: 480px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(22px, 2.8vw, 44px);
  margin: 72px 0 0;
  padding: 0 0 8px;
  list-style: none;
}

.process-list::before {
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--line);
  content: "";
}

.process-item {
  position: relative;
  min-width: 0;
  min-height: 214px;
  padding: 40px 0 34px;
  transition: transform .3s var(--ease);
}

.process-item + .process-item {
  padding-left: 0;
}

.process-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  border: 3px solid var(--paper);
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 1px var(--accent);
  content: "";
  transition: transform .3s var(--ease);
}

.process-item:hover {
  transform: translateY(-4px);
}

.process-item:hover::before {
  transform: scale(1.18);
}

.process-item > span {
  display: block;
  margin-bottom: 26px;
  color: var(--accent);
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.process-item h3 {
  margin: 0 0 14px;
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 500;
  line-height: 1.12;
}

.process-item p {
  margin: 0;
  max-width: 220px;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.72;
}

.project-contact {
  padding: 0;
}

.project-contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .7fr);
  gap: clamp(70px, 10vw, 160px);
  align-items: center;
  min-height: 380px;
  padding-top: 72px;
  padding-bottom: 72px;
}

.project-contact .section-title {
  max-width: 680px;
}

.project-contact-copy p {
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.project-contact-copy {
  position: relative;
  padding: 48px;
  background: var(--white);
  color: var(--ink);
}

.project-contact-copy::after {
  content: none;
}

@media (max-width: 1100px) {
  .project-contact-copy::after {
    width: 24px;
  }
}

@media (max-width: 560px) {
  .project-contact-copy::after {
    width: 16px;
  }
}

.project-contact-copy .btn-light {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.project-contact-copy .hero-text-link {
  color: var(--ink);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 26px;
}

.collection-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 38px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.filter-button {
  padding: 7px 0;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.filter-button.is-active {
  border-color: var(--ink);
  color: var(--ink);
}

.result-count {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.product-card.is-hidden {
  display: none;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(340px, 410px);
  justify-content: center;
  align-items: start;
  gap: clamp(54px, 6vw, 104px);
  padding: 74px 0 112px;
}

.product-gallery {
  display: block;
  min-width: 0;
}

.product-gallery-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: visible;
  border: 1px solid #ddddda;
  background: #f4f4f2;
}

.product-gallery-stage > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-gallery-arrow,
.product-thumbnail-arrow {
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(24, 24, 22, .22);
  background: rgba(255, 255, 255, .9);
  color: var(--ink);
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease;
}

.product-gallery-arrow:hover,
.product-thumbnail-arrow:hover {
  border-color: var(--ink);
  background: var(--white);
}

.product-gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #050504;
  transform: translateY(-50%);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.product-gallery-arrow:hover,
.product-gallery-arrow:focus-visible {
  background: transparent;
  outline: none;
}

.product-gallery-arrow--prev {
  left: -48px;
}

.product-gallery-arrow--next {
  right: -48px;
}

.product-thumbnail-strip {
  position: relative;
  margin-top: 12px;
}

.product-thumbnail-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
  overflow: hidden;
}

.product-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  padding: 6px;
  border: 1px solid #d8d8d4;
  background: #f4f4f2;
  appearance: none;
  line-height: 0;
  cursor: pointer;
}

.product-thumbnail[aria-current="true"] {
  border: 2px solid var(--ink);
  box-shadow: none;
}

.product-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  transform: none !important;
}

.product-thumbnail-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
}

.product-thumbnail-arrow--prev {
  left: -44px;
}

.product-thumbnail-arrow--next {
  right: -44px;
}

.product-gallery-arrow[hidden],
.product-thumbnail-arrow[hidden] {
  display: none;
}

.product-info {
  align-self: start;
  position: sticky;
  top: 108px;
  padding-top: 4px;
}

.product-info > .text-link {
  margin-bottom: 52px;
}

.product-info .eyebrow {
  display: block;
}

.product-info h1 {
  margin: 14px 0 20px;
  font-size: 48px;
  line-height: 1.02;
}

.product-quotation-label {
  margin: 0 0 24px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-info p {
  max-width: 390px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.product-primary-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.product-enquiry-link {
  min-width: 166px;
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.product-share-button {
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.product-share-button:hover {
  background: var(--ink);
  color: var(--white);
}

.product-details {
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.product-details h2 {
  margin: 0 0 18px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.product-detail-list {
  margin: 0;
}

.product-detail-list > div {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.product-detail-list dt,
.product-detail-list dd {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
}

.product-detail-list dt {
  font-weight: 800;
}

.product-detail-list dd {
  color: var(--muted);
}

.option-block {
  margin: 30px 0;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.option-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.swatches {
  display: flex;
  gap: 12px;
}

.swatch {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid var(--line);
  background: #d9d1c5;
  cursor: pointer;
}

.swatch:nth-child(2) { background: #8a6b55; }
.swatch:nth-child(3) { background: #302821; }

.swatch.is-active {
  outline: 1px solid var(--ink);
  outline-offset: 3px;
}

.accordion {
  margin-top: 26px;
  border-top: 1px solid var(--line);
}

.accordion-item {
  border-bottom: 1px solid var(--line);
}

.accordion-button {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 11px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.accordion-panel {
  max-height: 0;
  overflow: hidden;
  color: var(--muted);
  transition: max-height .4s var(--ease), padding .4s var(--ease);
}

.accordion-item.is-open .accordion-panel {
  max-height: 180px;
  padding-bottom: 22px;
}

.projects-page {
  overflow: clip;
}

.projects-masthead {
  padding-top: 104px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.projects-masthead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .62fr);
  gap: clamp(64px, 8vw, 132px);
  align-items: end;
}

.projects-masthead-title h1 {
  max-width: 900px;
  margin: 24px 0 0;
  font-size: clamp(64px, 7.4vw, 112px);
  line-height: .92;
}

.projects-masthead-intro {
  padding-bottom: 8px;
}

.projects-masthead-intro .lede {
  max-width: 520px;
  margin-bottom: 0;
  font-size: 17px;
}

.projects-overview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.projects-overview span {
  display: grid;
  gap: 6px;
}

.projects-overview strong {
  font-family: Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.projects-overview small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.projects-index {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  margin-top: 78px;
  padding: 18px 0 20px;
  border-top: 1px solid var(--line);
}

.projects-index a {
  display: grid;
  gap: 7px;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  transition: color .25s var(--ease), transform .25s var(--ease);
}

.projects-index a span {
  color: var(--accent);
  font-family: Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 18px;
  font-weight: 400;
}

.projects-index a:hover {
  color: var(--accent);
  transform: translateY(-2px);
}

.projects-list {
  background: var(--paper);
}

.project-story {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(320px, .66fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: end;
  padding: 88px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 92px;
}

.project-story:nth-child(even) {
  grid-template-columns: minmax(320px, .66fr) minmax(0, 1.34fr);
}

.project-story:nth-child(even) .project-story-media {
  order: 2;
}

.project-story:nth-child(even) .project-story-copy {
  order: 1;
}

.project-story-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--paper-2);
}

.project-story-media::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(29, 29, 26, .1);
  content: "";
  pointer-events: none;
}

.project-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s var(--ease), filter .45s var(--ease);
}

.project-story:hover .project-story-media img {
  transform: scale(1.014);
}

.project-story-copy {
  padding-bottom: 12px;
}

.project-story-meta {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 16px;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.project-story-meta span:first-child {
  color: var(--accent);
  font-family: Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 19px;
  font-weight: 400;
}

.project-story h2 {
  margin: 30px 0 20px;
  font-size: clamp(38px, 4vw, 60px);
  line-height: .98;
}

.project-story h2 a {
  transition: color .25s var(--ease);
}

.project-story h2 a:hover {
  color: var(--accent);
}

.project-story-copy > p {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.project-story-scope {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 30px 0 22px;
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.project-story-scope li {
  position: relative;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.project-story-scope li + li::before {
  position: absolute;
  left: -12px;
  color: var(--accent);
  content: "/";
}

.project-story .text-link {
  justify-content: flex-start;
  font-size: 10px;
}

.projects-outro {
  padding: 88px 0 94px;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.projects-outro-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 64px;
  align-items: end;
}

.projects-outro h2 {
  max-width: 880px;
  margin: 20px 0 0;
  font-size: clamp(44px, 5vw, 72px);
  line-height: .98;
}

.case-hero {
  position: relative;
  overflow: hidden;
  height: 72vh;
  min-height: 600px;
}

.case-hero img {
  height: 100%;
  object-fit: cover;
}

.case-summary {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 100px;
}

.facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.fact {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.fact small {
  display: block;
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.case-copy {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  line-height: 1.35;
}

.case-images {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.case-images .media-frame {
  grid-column: span 3;
  min-height: 560px;
}

.case-images .media-frame:nth-child(4n + 2),
.case-images .media-frame:nth-child(4n + 3) {
  grid-column: span 2;
}

.case-images .media-frame:nth-child(4n + 1),
.case-images .media-frame:nth-child(4n + 4) {
  grid-column: span 3;
}

.about-grid,
.contact-grid,
.account-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
}

.about-grid .media-frame {
  min-height: 620px;
}

.about-copy {
  align-self: center;
}

.about-copy p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.values-grid-four {
  grid-template-columns: repeat(4, 1fr);
}

.value-item {
  padding-top: 22px;
  border-top: 1px solid currentColor;
}

.value-item h3 {
  font-size: 28px;
}

.value-item p {
  color: rgba(255, 255, 255, .64);
  line-height: 1.7;
}

.contact-details {
  display: grid;
  gap: 26px;
  align-content: start;
}

.contact-brief-heading {
  margin-bottom: 18px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.contact-grid > form {
  padding: 42px;
  border: 1px solid var(--line);
  background: var(--white);
}

.contact-line {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.contact-line small {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-line a {
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: border-color .2s var(--ease);
}

.contact-line a:hover {
  border-color: currentColor;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.form-field {
  display: grid;
  gap: 9px;
}

.form-field.full {
  grid-column: 1 / -1;
}

.form-field label {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 16px;
  outline: none;
  transition: border-color .2s var(--ease), background .2s var(--ease);
}

.form-field input,
.form-field select {
  height: 54px;
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--accent);
  background: var(--white);
}

.form-status {
  min-height: 22px;
  color: var(--accent);
  font-size: 12px;
}

.file-upload-field {
  gap: 9px;
}

.file-dropzone {
  min-height: 184px;
  border: 1px dashed #aaa79f;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 28px;
  text-align: center;
  cursor: pointer;
  transition: border-color .2s var(--ease), background .2s var(--ease);
}

.file-dropzone:hover,
.file-dropzone:focus-visible,
.file-dropzone.is-dragover {
  border-color: var(--accent);
  background: var(--white);
}

.file-dropzone:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.file-dropzone-title {
  max-width: 420px;
  font-family: var(--serif);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 400;
  line-height: 1.12;
}

.file-dropzone-note {
  color: var(--muted);
  font-size: 12px;
}

.file-dropzone-action {
  min-height: 44px;
  margin-top: 6px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  padding: 0 20px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.file-upload-feedback {
  color: #8a2c24;
  font-size: 12px;
}

.file-upload-feedback:empty,
.file-selection:empty {
  display: none;
}

.file-selection {
  border-top: 1px solid var(--line);
}

.file-selection-item {
  min-width: 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
}

.file-selection-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.file-selection-name {
  overflow: hidden;
  font-size: 13px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-selection-size {
  color: var(--muted);
  font-size: 11px;
}

.file-selection-remove {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  display: inline-grid;
  place-items: center;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.file-selection-remove:hover,
.file-selection-remove:focus-visible {
  border-color: var(--ink);
}

.cart-layout {
  display: grid;
  grid-template-columns: 1.2fr .72fr;
  gap: 70px;
  align-items: start;
}

.cart-layout.is-empty {
  grid-template-columns: 1fr;
  gap: 0;
}

.cart-list {
  border-top: 1px solid var(--line);
}

.cart-layout.is-empty .cart-list {
  border-top: 0;
}

.cart-item {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.cart-item .media-frame {
  aspect-ratio: 1;
}

.cart-item h2 {
  margin: 4px 0 8px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
  line-height: 1.08;
}

.cart-item h2 a {
  color: inherit;
}

.cart-item-copy {
  min-width: 0;
}

.cart-item-category {
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.cart-item-copy > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.cart-item-controls {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}

.quantity-control {
  display: inline-grid;
  grid-template-columns: 36px 44px 36px;
  height: 38px;
  border: 1px solid var(--line);
}

.quantity-control button,
.quantity-control input {
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
}

.quantity-control button {
  cursor: pointer;
}

.quantity-control input {
  width: 44px;
  padding: 0;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  text-align: center;
  -moz-appearance: textfield;
}

.quantity-control input::-webkit-outer-spin-button,
.quantity-control input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.cart-remove {
  padding: 0 0 2px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.cart-item-note,
.cart-project-note {
  display: grid;
  gap: 9px;
}

.cart-item-note {
  margin-top: 20px;
}

.cart-item-note span,
.cart-project-note span {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.cart-item-note textarea,
.cart-project-note textarea {
  width: 100%;
  min-height: 76px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  line-height: 1.5;
  resize: vertical;
}

.cart-item-note textarea:focus,
.cart-project-note textarea:focus {
  border-color: var(--accent);
  outline: 0;
}

.cart-summary {
  position: sticky;
  top: 100px;
  padding: 30px 0;
  background: transparent;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.summary-line {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 17px 0;
  color: var(--muted);
}

.summary-line.total {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
}

.cart-project-note {
  margin: 26px 0 20px;
}

.cart-continue {
  display: inline-block;
  margin-top: 18px;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.enquiry-summary[hidden] {
  display: none;
}

.enquiry-summary {
  padding: 20px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.enquiry-summary-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.enquiry-summary-head h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
}

.enquiry-summary-head a {
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.enquiry-summary-list {
  display: grid;
  gap: 12px;
}

.enquiry-summary-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.enquiry-summary-item img {
  width: 72px;
  height: 72px;
  border: 1px solid var(--line);
  background: var(--white);
  object-fit: contain;
}

.enquiry-summary-item strong,
.enquiry-summary-item span,
.enquiry-summary-item small {
  display: block;
}

.enquiry-summary-item strong {
  margin-bottom: 4px;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
}

.enquiry-summary-item span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.enquiry-summary-item small {
  margin-top: 4px;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.45;
}

.enquiry-summary-note {
  display: grid;
  gap: 5px;
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.enquiry-summary-note strong {
  font-size: 10px;
  text-transform: uppercase;
}

.enquiry-summary-note span {
  white-space: pre-wrap;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.empty-cart {
  min-height: 350px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 24px;
  text-align: center;
}

.empty-cart h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 400;
  line-height: 1.08;
}

.empty-cart .lede {
  max-width: 620px;
  margin: 20px auto 30px;
  font-size: 16px;
  line-height: 1.6;
}

.account-panel {
  padding: 38px;
  background: var(--white);
  border: 1px solid var(--line);
}

.account-panel .form-field {
  margin: 24px 0;
}

.account-aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 460px;
  padding: 42px;
  background: var(--dark);
  color: var(--white);
}

.account-aside p {
  color: rgba(255, 255, 255, .68);
  line-height: 1.7;
}

.newsletter {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
  padding: 58px 0;
  border-top: 1px solid var(--line);
}

.newsletter h2 {
  margin: 0 0 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.newsletter p {
  margin: 0;
  color: var(--muted);
}

.newsletter-form {
  display: flex;
  width: min(470px, 100%);
}

.newsletter-form input {
  flex: 1;
  min-width: 0;
  height: 50px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-right: 0;
  background: transparent;
  outline: none;
}

.site-footer {
  padding: 78px 0 34px;
  background: var(--dark);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 52px;
  padding-bottom: 62px;
}

.footer-brand {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.brand-logo--light {
  width: 240px;
  height: 87px;
  background-image: url("../images/client/zaozuo-logo-primary-footer-20260728.png");
}

.footer-note {
  max-width: 270px;
  margin-top: 22px;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}

.footer-col h3 {
  margin-bottom: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10.5px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-col a,
.footer-col span {
  display: block;
  margin: 12px 0;
  color: rgba(255, 255, 255, .66);
  font-size: 12.5px;
  font-weight: 600;
  transition: color .2s var(--ease);
}

.footer-col a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .15);
  color: rgba(255, 255, 255, .45);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  max-width: 340px;
  padding: 16px 20px;
  background: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow);
  font-size: 12px;
  line-height: 1.5;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity .25s var(--ease), transform .3s var(--ease);
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal {
  opacity: 1;
  transform: translateY(8px);
  transition: transform .58s var(--ease);
  will-change: transform;
}

.reveal.reveal-left {
  transform: translateX(-12px);
}

.reveal.reveal-right {
  transform: translateX(12px);
}

.reveal.in-view {
  opacity: 1;
  transform: translate(0, 0);
}

.delay-1 { transition-delay: .04s; }
.delay-2 { transition-delay: .08s; }
.delay-3 { transition-delay: .12s; }

@media (max-width: 1100px) {
  .shell {
    width: min(var(--max), calc(100% - 48px));
  }

  .hero-content {
    width: min(var(--max), calc(100% - 48px));
  }

  .hero-proof {
    width: min(700px, 100%);
  }

  .header-inner {
    grid-template-columns: auto 1fr auto;
    gap: 30px;
  }

  .desktop-nav {
    gap: 26px;
  }

  .utility-nav .utility-link:not(.cart-link) {
    display: none;
  }

  .display-title {
    font-size: 62px;
  }

  .hero--minimal .display-title {
    font-size: 70px;
  }

  .project-mosaic {
    grid-template-columns: .9fr 1.1fr;
    grid-template-rows: 280px 280px 280px;
  }

  .image-tile-tall {
    grid-row: span 1;
  }

  .image-tile-wide {
    grid-column: span 1;
  }

  .split-feature,
  .studio-band,
  .product-detail,
  .about-grid,
  .contact-grid,
  .account-grid,
  .cart-layout {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }

  .feature-copy {
    padding: 52px;
  }

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

  .process-list {
    gap: 24px;
  }

  .process-item h3 {
    font-size: 20px;
  }

  .footer-grid {
    grid-template-columns: 1.2fr repeat(2, 1fr);
  }

  .values-grid-four {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  body {
    padding-top: 72px;
  }

  .site-header,
  .site-header.is-scrolled {
    min-height: 72px;
  }

  .mobile-panel {
    inset: 72px 0 auto;
    height: calc(100vh - 72px);
    height: calc(100dvh - 72px);
    overflow-y: auto;
  }

  .reveal.reveal-left,
  .reveal.reveal-right {
    transform: translateY(14px);
  }

  .reveal.reveal-left.in-view,
  .reveal.reveal-right.in-view {
    transform: translateY(0);
  }

  .header-inner {
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }

  .brand-logo--dark {
    width: 194px;
    height: 52px;
  }

  .desktop-nav {
    display: none;
  }

  .projects-nav-backdrop,
  .collection-nav-backdrop {
    display: none;
  }

  .menu-toggle {
    display: block;
    flex: 0 0 42px;
  }

  .utility-nav {
    flex: 0 0 auto;
    margin-left: auto;
  }

  .hero {
    min-height: 720px;
  }

  .hero-content {
    padding: 104px 0 52px;
  }

  .hero-proof {
    margin-top: 36px;
  }

  .hero-proof span {
    display: block;
    padding-right: 12px;
    font-size: 10px;
  }

  .hero-proof b {
    display: block;
    margin-bottom: 5px;
  }

  .display-title {
    font-size: 52px;
  }

  .hero--minimal {
    min-height: min(680px, calc(100svh - 96px));
  }

  .hero--minimal .hero-content {
    padding-top: 92px;
  }

  .hero--minimal .display-title {
    max-width: 660px;
    font-size: 56px;
  }

  .hero-minimal-copy > p {
    max-width: 600px;
    margin-top: 22px;
    font-size: 18px;
  }

  .hero-minimal-cta {
    min-height: 52px;
    margin-top: 26px;
  }

  .section-title {
    font-size: 42px;
  }

  .page-hero-grid,
  .statement,
  .split-feature,
  .studio-band,
  .process-head,
  .project-contact-inner,
  .product-detail,
  .case-summary,
  .about-grid,
  .contact-grid,
  .account-grid,
  .cart-layout,
  .newsletter {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .page-hero {
    padding: 78px 0 54px;
  }

  .section {
    padding: 72px 0;
  }

  .project-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto repeat(3, 230px);
  }

  .project-intro {
    grid-column: 1 / -1;
    min-height: 230px;
  }

  .split-feature .media-frame,
  .studio-band .media-frame,
  .studio-band .feature-copy {
    min-height: 470px;
  }

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

  .process-list {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 52px;
    padding: 0 0 0 30px;
    border-left: 1px solid var(--line);
  }

  .process-list::before {
    display: none;
  }

  .process-item,
  .process-item + .process-item,
  .process-item:nth-child(3),
  .process-item:nth-child(even) {
    min-height: 0;
    padding: 0 0 42px 28px;
    border: 0;
  }

  .process-item:last-child {
    padding-bottom: 4px;
  }

  .process-item::before {
    top: 5px;
    left: -36px;
  }

  .process-item > span {
    margin-bottom: 13px;
    font-size: 20px;
  }

  .process-item h3 {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .process-item p {
    max-width: 520px;
  }

  .product-info,
  .cart-summary {
    position: static;
  }

  .projects-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .project-card,
  .project-card:nth-child(3n + 1),
  .project-card:nth-child(3n + 2) {
    grid-column: auto;
    margin-top: 0;
  }

  .case-hero {
    min-height: 480px;
    height: 62vh;
  }

  .case-images {
    grid-template-columns: 1fr;
  }

  .case-images .media-frame {
    grid-column: 1 / -1;
    min-height: 430px;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-grid > form {
    padding: 32px;
  }
}

@media (max-width: 560px) {
  .shell {
    width: calc(100% - 32px);
  }

  .hero-content {
    width: calc(100% - 32px);
  }

  .brand {
    font-size: 21px;
  }

  .brand-logo--dark {
    width: 172px;
    height: 46px;
  }

  .placeholder-mode .brand::before {
    font-size: 21px;
  }

  .brand small {
    display: none;
  }

  .utility-nav {
    gap: 0;
  }

  .cart-link .utility-icon,
  .cart-count {
    display: none;
  }

  .menu-toggle {
    width: 36px;
    flex-basis: 36px;
  }

  .placeholder-mode .hero-media::before {
    right: auto;
    bottom: 18px;
    left: 16px;
  }

  .display-title {
    font-size: 41px;
  }

  .section-title {
    font-size: 36px;
  }

  .hero {
    min-height: 680px;
  }

  .hero-media img {
    animation: none;
    object-position: 64% 58%;
    transform: scale(1.16);
  }

  .hero--minimal .hero-media img {
    object-position: 50% 52%;
    transform: none;
  }

  .hero--minimal .hero-content {
    padding: 74px 8px 0;
  }

  .hero--minimal .display-title {
    max-width: 340px;
    font-size: 46px;
    line-height: 1;
  }

  .hero-minimal-copy > p {
    max-width: 330px;
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.55;
  }

  .hero-minimal-cta {
    width: min(280px, 100%);
    min-height: 50px;
    margin-top: 24px;
    padding: 0 20px;
    font-size: 13.5px;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 30px;
  }

  .hero-proof span {
    display: flex;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .hero-proof b {
    display: inline;
    min-width: 24px;
    margin: 0;
  }

  .section-head,
  .collection-toolbar,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .project-mosaic {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto repeat(5, 260px);
  }

  .project-intro {
    grid-column: auto;
  }

  .project-intro h2 {
    font-size: 32px;
  }

  .feature-copy {
    padding: 46px 22px;
  }

  .factory-points {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .process-list {
    grid-template-columns: 1fr;
    margin-top: 44px;
    padding-left: 25px;
  }

  .process-item,
  .process-item + .process-item,
  .process-item:nth-child(3),
  .process-item:nth-child(even) {
    min-height: 0;
    padding: 0 0 36px 23px;
    border: 0;
  }

  .process-item:last-child {
    padding-bottom: 0;
  }

  .process-item::before {
    left: -31px;
  }

  .project-contact-inner {
    min-height: 0;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .contact-actions .btn,
  .contact-actions .text-link {
    width: 100%;
  }

  .product-gallery {
    grid-template-columns: 1fr;
  }

  .product-gallery .media-frame:first-child {
    grid-column: auto;
    aspect-ratio: 4 / 5;
  }

  .product-info h1 {
    font-size: 42px;
  }

  .facts,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid > form,
  .account-panel {
    padding: 24px 18px;
  }

  .case-copy {
    font-size: 27px;
  }

  .cart-item {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 16px;
    padding: 22px 0;
  }

  .cart-item h2 {
    font-size: 23px;
  }

  .cart-item-controls {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .cart-item-note textarea {
    min-height: 92px;
  }

  .enquiry-summary {
    padding: 18px 14px;
  }

  .enquiry-summary-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .newsletter-form {
    display: grid;
  }

  .newsletter-form input {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 20px;
  }

  .toast {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }
}

@media (max-width: 460px) {
  .footer-grid > :first-child {
    grid-column: 1 / -1;
    max-width: 240px;
  }

  .brand-logo--light {
    width: 240px;
    max-width: 240px;
    height: 87px;
  }
}

@media (max-width: 390px) {
  .display-title {
    font-size: 36px;
  }

  .brand-logo--dark {
    width: 160px;
    height: 42px;
  }

  .hero--minimal .display-title {
    max-width: 290px;
    font-size: 40px;
  }

  .hero-minimal-copy > p {
    max-width: 300px;
    font-size: 16.5px;
  }

  .hero-copy {
    font-size: 15px;
    line-height: 1.62;
    overflow-wrap: anywhere;
  }

  .hero-actions {
    gap: 12px 18px;
  }

  .hero-actions .btn {
    padding-inline: 18px;
  }
}

@media (max-width: 1120px) {
  .projects-masthead-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .62fr);
    gap: 54px;
  }

  .projects-index {
    gap: 14px;
  }

  .project-story,
  .project-story:nth-child(even) {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
    gap: 50px;
  }
}

@media (max-width: 820px) {
  .projects-masthead {
    padding-top: 78px;
  }

  .projects-masthead-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .projects-masthead-title h1 {
    max-width: 680px;
    font-size: clamp(54px, 12vw, 78px);
  }

  .projects-masthead-intro {
    max-width: 620px;
  }

  .projects-overview {
    max-width: 520px;
    margin-top: 34px;
  }

  .projects-index {
    grid-auto-columns: minmax(138px, 1fr);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 28px;
    margin-top: 58px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .projects-index::-webkit-scrollbar {
    display: none;
  }

  .project-story,
  .project-story:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 62px 0;
  }

  .project-story:nth-child(even) .project-story-media,
  .project-story-media {
    order: 1;
  }

  .project-story:nth-child(even) .project-story-copy,
  .project-story-copy {
    order: 2;
    max-width: 680px;
    padding-bottom: 0;
  }

  .project-story h2 {
    font-size: clamp(40px, 8vw, 58px);
  }

  .projects-outro {
    padding: 72px 0 78px;
  }

  .projects-outro-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .projects-outro-inner .btn {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .projects-masthead {
    padding-top: 58px;
  }

  .projects-masthead-title h1 {
    margin-top: 18px;
    font-size: 46px;
    line-height: .96;
  }

  .projects-masthead-intro .lede {
    font-size: 15px;
    line-height: 1.65;
  }

  .projects-overview {
    gap: 16px;
  }

  .projects-overview strong {
    font-size: 27px;
  }

  .projects-index {
    margin-top: 46px;
  }

  .project-story,
  .project-story:nth-child(even) {
    gap: 26px;
    padding: 48px 0;
  }

  .project-story-media {
    aspect-ratio: 4 / 3;
  }

  .project-story-meta {
    grid-template-columns: 32px 1fr;
    gap: 10px;
  }

  .project-story-meta span:last-child {
    grid-column: 2;
  }

  .project-story h2 {
    margin: 24px 0 16px;
    font-size: 37px;
  }

  .project-story-copy > p {
    font-size: 14px;
    line-height: 1.65;
  }

  .project-story-scope {
    gap: 8px 18px;
    margin-top: 24px;
  }

  .projects-outro h2 {
    font-size: 41px;
  }
}

@media (max-width: 1100px) {
  .capabilities-section {
    padding-top: 102px;
    padding-bottom: 112px;
  }

  .capabilities-section > .shell {
    width: min(1640px, calc(100% - 48px));
  }

  .capabilities-editorial-head {
    margin-bottom: 54px;
  }

  .capabilities-editorial-head .section-title {
    font-size: 54px;
  }

  .capability-gallery-item {
    padding: 0;
  }

  .capability-gallery-copy {
    min-height: 190px;
    padding: 20px 3px 22px;
  }

  .capability-gallery-copy h3 {
    font-size: 24px;
  }

  .capability-gallery-copy p {
    margin-top: 12px;
    font-size: 15px;
  }
}

@media (max-width: 820px) {
  .capabilities-editorial-head {
    margin-bottom: 50px;
  }

  .capabilities-editorial-head .text-link {
    margin-top: 26px;
  }

  .capability-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 18px;
    padding: 20px 0 0;
  }

  .capability-gallery-item,
  .capability-gallery-item:first-child,
  .capability-gallery-item:last-child {
    padding: 0;
    border-top: 0;
    border-left: 0;
  }

  .capability-gallery-item:nth-child(odd) {
    padding: 0;
  }

  .capability-gallery-item:nth-child(even) {
    padding: 0;
    border-left: 0;
  }

  .capability-gallery-item:nth-child(-n + 2) {
    border-top: 0;
  }

  .capability-gallery-copy {
    min-height: 188px;
    padding: 21px 2px 22px;
  }

  .capability-gallery-copy h3 {
    min-height: 60px;
    font-size: 28px;
  }
}

@media (max-width: 560px) {
  .capabilities-section {
    padding-top: 78px;
    padding-bottom: 90px;
  }

  .capabilities-editorial-head {
    margin-bottom: 42px;
  }

  .capabilities-section > .shell {
    width: calc(100% - 32px);
  }

  .capabilities-editorial-head .section-title {
    font-size: 43px;
    line-height: 1;
  }

  .capability-gallery {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 18px;
  }

  .capability-gallery-item,
  .capability-gallery-item:first-child,
  .capability-gallery-item:last-child,
  .capability-gallery-item:nth-child(odd),
  .capability-gallery-item:nth-child(even) {
    padding: 0;
    border-top: 0;
    border-left: 0;
  }

  .capability-gallery-item:first-child {
    border-top: 0;
  }

  .capability-gallery-visual {
    aspect-ratio: 8 / 5;
  }

  .capability-gallery-copy {
    min-height: 0;
    padding: 22px 2px 24px;
  }

  .capability-gallery-meta {
    gap: 10px;
    font-size: 14px;
  }

  .capability-gallery-copy h3 {
    min-height: 0;
    padding-top: 17px;
    font-size: 31px;
  }

  .capability-gallery-copy p {
    max-width: 390px;
    margin-top: 13px;
    font-size: 16px;
    line-height: 1.6;
  }
}

@media (max-width: 360px) {
  .capabilities-editorial-head .section-title {
    font-size: 39px;
  }

  .capability-gallery-copy h3 {
    font-size: 29px;
  }
}

/* Client-supplied collection and manufacturing content */
.capability-gallery-item {
  color: inherit;
}

.capability-gallery-item .capability-gallery-visual img,
.factory-link .media-frame img {
  transition: transform .65s var(--ease), filter .4s var(--ease);
}

.capability-gallery-item:hover .capability-gallery-visual img,
.factory-link:hover .media-frame img {
  transform: scale(1.025);
}

.capability-gallery-item:hover h3,
.factory-link:hover h3 {
  color: var(--accent);
}

.product-grid--samples .product-card .media-frame {
  aspect-ratio: 4 / 3;
}

.product-grid--samples .product-card:nth-child(5) .media-frame img,
.product-grid--samples .product-card:nth-child(6) .media-frame img {
  object-position: center 38%;
}

.product-family-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-family-links a {
  min-height: 116px;
  padding: 28px 22px;
  border-right: 1px solid var(--line);
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 23px;
  line-height: 1.15;
  transition: color .25s var(--ease), background .25s var(--ease);
}

.product-family-links a:last-child {
  border-right: 0;
}

.product-family-links a:hover {
  background: var(--paper);
  color: var(--accent);
}

.product-family-links span {
  display: block;
  margin-bottom: 16px;
  color: var(--accent);
  font-family: "ZAOZUO Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.value-index {
  display: block;
  margin-bottom: 54px;
  color: rgba(255, 255, 255, .45);
  font-size: 10px;
  font-weight: 700;
}

.section-intro {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.company-scope {
  background: var(--paper);
}

.scope-list {
  margin-top: 64px;
  border-top: 1px solid var(--line);
}

.scope-row {
  display: grid;
  grid-template-columns: 70px minmax(240px, .7fr) minmax(0, 1fr);
  gap: 32px;
  align-items: baseline;
  min-height: 118px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.scope-row > span {
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
}

.scope-row h3 {
  margin: 0;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 30px;
  font-weight: 500;
}

.scope-row p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.production-network-head,
.manufacturing-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .55fr);
  gap: clamp(60px, 8vw, 128px);
  align-items: end;
  margin-bottom: 52px;
}

.production-network-head .section-title,
.manufacturing-section-head .section-title {
  margin-top: 16px;
}

.production-network-head > p,
.manufacturing-section-head > p {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.factory-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.factory-link {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.factory-link .media-frame {
  aspect-ratio: 16 / 9;
  margin-top: 18px;
}

.factory-link-copy {
  padding: 22px 0 26px;
}

.factory-link-copy > span,
.factory-link-copy > strong {
  color: var(--accent);
  font-size: 9px;
  font-weight: 750;
  text-transform: uppercase;
}

.factory-link-copy h3 {
  margin: 13px 0 8px;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.08;
  transition: color .25s var(--ease);
}

.factory-link-copy p {
  max-width: 620px;
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.manufacturing-page {
  overflow: clip;
}

.manufacturing-hero {
  background: var(--white);
}

.manufacturing-hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .45fr);
  gap: clamp(60px, 8vw, 132px);
  align-items: end;
  padding-top: 92px;
  padding-bottom: 66px;
}

.manufacturing-hero-copy .eyebrow {
  grid-column: 1 / -1;
}

.manufacturing-hero-copy h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(68px, 7.2vw, 110px);
  font-weight: 400;
  line-height: .92;
}

.manufacturing-hero-copy p {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.manufacturing-hero-media {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  height: clamp(480px, 58vw, 720px);
}

.manufacturing-hero-media figure,
.factory-workshop-gallery figure,
.equipment-grid figure,
.process-photo-grid figure,
.factory-quality-images figure,
.output-grid figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.manufacturing-hero-media figure:first-child {
  border-right: 6px solid var(--white);
}

.manufacturing-hero-media img,
.factory-workshop-gallery img,
.equipment-grid img,
.process-photo-grid img,
.factory-quality-images img,
.output-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manufacturing-hero-media figcaption,
.factory-workshop-gallery figcaption,
.process-photo-grid figcaption,
.factory-quality-images figcaption,
.output-grid figcaption {
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .45);
  text-transform: uppercase;
}

.manufacturing-process {
  background: var(--paper);
  scroll-margin-top: 84px;
}

.manufacturing-steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.manufacturing-steps li {
  display: grid;
  grid-template-columns: 80px minmax(250px, .62fr) minmax(0, 1fr);
  gap: 34px;
  align-items: baseline;
  min-height: 105px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.manufacturing-steps li > span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 750;
}

.manufacturing-steps li > div {
  display: contents;
}

.manufacturing-steps h3 {
  margin: 0;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 28px;
  font-weight: 500;
}

.manufacturing-steps p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.quality-band {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: 760px;
  background: var(--dark);
  color: var(--white);
  scroll-margin-top: 84px;
}

.quality-visual {
  display: grid;
  grid-template-rows: 1fr .7fr;
  gap: 5px;
}

.quality-visual img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.quality-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 7vw, 110px);
}

.quality-copy .section-title {
  margin-top: 18px;
}

.quality-checkpoints {
  margin-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.quality-checkpoints article {
  display: grid;
  grid-template-columns: 40px 150px 1fr;
  gap: 20px;
  align-items: baseline;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.quality-checkpoints span {
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
}

.quality-checkpoints h3 {
  margin: 0;
  font-size: 14px;
}

.quality-checkpoints p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  line-height: 1.65;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.advantages-grid article {
  min-height: 250px;
  padding: 28px 24px 34px;
  border-right: 1px solid var(--line);
}

.advantages-grid article:last-child {
  border-right: 0;
}

.advantages-grid span {
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
}

.advantages-grid h3 {
  margin: 70px 0 12px;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.1;
}

.advantages-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.factory-page {
  overflow: clip;
}

.factory-hero {
  position: relative;
  height: min(720px, calc(100svh - 84px));
  min-height: 590px;
  color: #fff;
  overflow: hidden;
}

.factory-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.factory-hero--dongguan > img {
  transform: scale(1.13);
}

.factory-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 15, 13, .76) 0%, rgba(16, 15, 13, .34) 48%, rgba(16, 15, 13, .12) 100%);
}

.factory-hero-copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.factory-hero-copy .text-link {
  margin-bottom: 64px;
}

.factory-hero-copy h1 {
  margin: 18px 0 8px;
  font-size: clamp(90px, 11vw, 170px);
  font-weight: 400;
  line-height: .8;
}

.factory-hero-copy p {
  max-width: 520px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.7;
}

.factory-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .7fr);
  gap: clamp(70px, 10vw, 160px);
  align-items: start;
}

.factory-intro-copy > p {
  margin: 0 0 42px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.factory-facts {
  margin: 0;
  border-top: 1px solid var(--line);
}

.factory-facts div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.factory-facts dt {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.factory-facts dd {
  margin: 0;
  font-size: 12px;
}

.factory-workshop {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  min-height: 780px;
  background: var(--dark);
  color: var(--white);
}

.factory-workshop-copy {
  align-self: center;
  padding: clamp(64px, 7vw, 110px);
}

.factory-workshop-copy p {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
  line-height: 1.8;
}

.factory-workshop-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 5px;
}

.equipment-grid,
.output-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.equipment-grid figure {
  overflow: visible;
}

.equipment-grid img,
.output-grid figure {
  aspect-ratio: 4 / 3;
}

.equipment-grid img {
  height: auto;
}

.equipment-grid figcaption {
  display: flex;
  justify-content: space-between;
  padding-top: 13px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.equipment-grid figcaption span {
  color: var(--accent);
}

.factory-process-preview,
.factory-output {
  background: var(--paper);
}

.process-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.process-photo-grid figure {
  aspect-ratio: 3 / 4;
}

.factory-process-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 34px;
}

.factory-next {
  background: var(--dark);
  color: var(--white);
}

.factory-next-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  min-height: 360px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.factory-next h2 {
  margin: 15px 0 10px;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 54px;
  font-weight: 500;
}

.factory-next p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
}

.factory-quality-layout {
  display: grid;
  grid-template-columns: minmax(300px, .62fr) minmax(0, 1.38fr);
  gap: clamp(56px, 8vw, 120px);
  align-items: start;
}

.factory-quality-copy {
  position: sticky;
  top: 112px;
}

.factory-quality-copy p {
  margin: 28px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.factory-quality-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 320px;
  gap: 8px;
}

.factory-quality-images figure:first-child {
  grid-column: 1 / -1;
}

.output-grid figure {
  aspect-ratio: 4 / 3;
}

@media (max-width: 1100px) {
  .production-network-head,
  .manufacturing-section-head {
    gap: 56px;
  }

  .quality-copy,
  .factory-workshop-copy {
    padding: 60px 42px;
  }

  .quality-checkpoints article {
    grid-template-columns: 32px 120px 1fr;
  }

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

  .advantages-grid article:nth-child(2) {
    border-right: 0;
  }

  .advantages-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 820px) {
  .product-family-links,
  .factory-link-grid,
  .manufacturing-hero-copy,
  .production-network-head,
  .manufacturing-section-head,
  .quality-band,
  .factory-intro,
  .factory-workshop,
  .factory-quality-layout {
    grid-template-columns: 1fr;
  }

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

  .product-family-links a:nth-child(2) {
    border-right: 0;
  }

  .product-family-links a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .scope-row {
    grid-template-columns: 50px minmax(220px, .7fr) 1fr;
  }

  .manufacturing-hero-copy {
    gap: 28px;
    padding-top: 72px;
    padding-bottom: 50px;
  }

  .manufacturing-hero-copy .eyebrow {
    grid-column: auto;
  }

  .manufacturing-hero-copy h1 {
    font-size: 64px;
  }

  .manufacturing-hero-media {
    height: 540px;
  }

  .manufacturing-steps li {
    grid-template-columns: 58px minmax(210px, .65fr) 1fr;
    gap: 24px;
  }

  .quality-band {
    min-height: 0;
  }

  .quality-visual {
    grid-template-columns: 1.2fr .8fr;
    grid-template-rows: none;
    min-height: 430px;
  }

  .quality-copy {
    padding: 72px 32px;
  }

  .factory-hero {
    height: 620px;
    min-height: 620px;
  }

  .factory-intro {
    gap: 40px;
  }

  .factory-workshop-copy {
    padding: 72px 32px;
  }

  .factory-workshop-gallery {
    min-height: 660px;
  }

  .factory-quality-copy {
    position: static;
  }

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

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

  .factory-next-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .product-grid--samples .product-card .media-frame {
    aspect-ratio: 4 / 3;
  }

  .product-family-links {
    grid-template-columns: 1fr;
  }

  .product-family-links a,
  .product-family-links a:nth-child(2) {
    min-height: 96px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-family-links a:last-child {
    border-bottom: 0;
  }

  .scope-row {
    grid-template-columns: 36px 1fr;
    gap: 18px;
  }

  .scope-row p {
    grid-column: 2;
  }

  .production-network-head,
  .manufacturing-section-head {
    gap: 28px;
    margin-bottom: 36px;
  }

  .factory-link-grid {
    gap: 48px;
  }

  .factory-link-copy h3 {
    font-size: 28px;
  }

  .manufacturing-hero-copy h1 {
    font-size: 49px;
    line-height: .96;
  }

  .manufacturing-hero-media {
    grid-template-columns: 1fr;
    height: 640px;
  }

  .manufacturing-hero-media figure:first-child {
    border-right: 0;
    border-bottom: 5px solid var(--white);
  }

  .manufacturing-steps li {
    grid-template-columns: 42px 1fr;
    gap: 18px;
    padding: 24px 0;
  }

  .manufacturing-steps li > div {
    display: block;
  }

  .manufacturing-steps h3 {
    font-size: 25px;
  }

  .manufacturing-steps p {
    margin-top: 8px;
  }

  .quality-visual {
    grid-template-columns: 1fr;
    min-height: 620px;
  }

  .quality-copy {
    padding: 64px 20px;
  }

  .quality-checkpoints article {
    grid-template-columns: 32px 1fr;
  }

  .quality-checkpoints p {
    grid-column: 2;
  }

  .advantages-grid {
    grid-template-columns: 1fr;
  }

  .advantages-grid article,
  .advantages-grid article:nth-child(2) {
    min-height: 210px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .advantages-grid article:last-child {
    border-bottom: 0;
  }

  .advantages-grid h3 {
    margin-top: 46px;
  }

  .factory-hero,
  .factory-hero--dongguan {
    height: 580px;
    min-height: 580px;
  }

  .factory-hero--dongguan > img {
    transform: scale(1.23);
  }

  .factory-hero-copy .text-link {
    margin-bottom: 48px;
  }

  .factory-hero-copy h1 {
    font-size: 72px;
  }

  .factory-facts div {
    grid-template-columns: 92px 1fr;
  }

  .factory-workshop-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 300px);
  }

  .equipment-grid,
  .output-grid,
  .process-photo-grid,
  .factory-quality-images {
    grid-template-columns: 1fr;
  }

  .equipment-grid img,
  .output-grid figure,
  .process-photo-grid figure {
    aspect-ratio: 4 / 3;
  }

  .factory-quality-images {
    grid-auto-rows: 270px;
  }

  .factory-quality-images figure:first-child {
    grid-column: auto;
  }

  .factory-process-link,
  .factory-process-link .btn,
  .factory-next .btn {
    width: 100%;
  }

  .factory-next h2 {
    font-size: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Manufacturing story: warm editorial presentation aligned with the home page. */
body[data-page="manufacturing"] .site-header:not(.is-scrolled) {
  border-bottom-color: rgba(255, 255, 255, .12);
  background: #060608;
  color: #f8f7f3;
}

body[data-page="manufacturing"] .site-header:not(.is-scrolled) .brand-logo--dark {
  filter: grayscale(1) invert(1);
}

body[data-page="manufacturing"] .site-header:not(.is-scrolled) .nav-link,
body[data-page="manufacturing"] .site-header:not(.is-scrolled) .utility-link {
  color: #f8f7f3;
}

body[data-page="manufacturing"] .site-header:not(.is-scrolled) .nav-link:hover,
body[data-page="manufacturing"] .site-header:not(.is-scrolled) .nav-link:focus-visible,
body[data-page="manufacturing"] .site-header:not(.is-scrolled) .utility-link:hover,
body[data-page="manufacturing"] .site-header:not(.is-scrolled) .utility-link:focus-visible {
  color: #c5c28e;
}

body[data-page="manufacturing"] .site-header:not(.is-scrolled) .nav-link::after,
body[data-page="manufacturing"] .site-header:not(.is-scrolled) .utility-text::after {
  background: #74703e;
}

body[data-page="manufacturing"] .site-header:not(.is-scrolled) .cart-count {
  border-color: #f8f7f3;
}

body[data-page="manufacturing"] .site-header:not(.is-scrolled) .menu-toggle span {
  background: #f8f7f3;
}

.manufacturing-page--story {
  background: var(--white);
}

.maker-hero {
  position: relative;
  height: min(760px, calc(100svh - 116px));
  min-height: 600px;
  overflow: hidden;
  background: #302b27;
  color: #fff;
}

.maker-hero-media,
.maker-hero-media::after {
  position: absolute;
  inset: 0;
}

.maker-hero-media::after {
  content: "";
  background:
    linear-gradient(180deg, rgba(15, 12, 10, .34) 0%, rgba(15, 12, 10, .18) 40%, rgba(15, 12, 10, .62) 100%),
    linear-gradient(90deg, rgba(15, 12, 10, .18), rgba(15, 12, 10, .05) 55%, rgba(15, 12, 10, .2));
}

.maker-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
}

.maker-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 34px 0 46px;
  text-align: center;
}

.maker-hero-kicker {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, .38);
  color: rgba(255, 255, 255, .76);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.maker-hero-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 38px;
}

.maker-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: 92px;
  font-weight: 500;
  line-height: .92;
  text-shadow: 0 3px 28px rgba(13, 10, 8, .34);
  text-wrap: balance;
}

.maker-hero p {
  max-width: 650px;
  margin: 28px 0 20px;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 1.72;
}

.maker-hero .text-link {
  color: #fff;
  font-size: 9px;
  font-weight: 750;
  text-transform: uppercase;
}

.maker-intro {
  padding: 122px 0 128px;
}

.maker-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .58fr);
  gap: 140px;
  align-items: start;
}

.maker-intro h2,
.maker-heading h2,
.maker-process-intro h2,
.maker-quality-head h2,
.maker-why-head h2 {
  margin: 18px 0 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.02;
  text-wrap: balance;
}

.maker-intro-copy {
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.maker-intro-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.maker-intro-copy .text-link,
.maker-base-details .text-link {
  margin-top: 10px;
  color: var(--accent);
  font-size: 9px;
  font-weight: 750;
  text-transform: uppercase;
}

.maker-bases {
  padding: 120px 0 132px;
  scroll-margin-top: 84px;
  background: #151513;
}

.maker-heading {
  max-width: 820px;
  margin-bottom: 88px;
}

.maker-heading h2 {
  color: #fff;
  font-size: 68px;
}

.maker-bases .maker-heading p {
  color: rgba(255, 255, 255, .68);
}

.factory-map {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  background: #262724;
  isolation: isolate;
}

.factory-map-frame {
  position: absolute;
  inset: -24px;
  z-index: -2;
  width: calc(100% + 48px);
  height: calc(100% + 48px);
  object-fit: cover;
  filter: grayscale(1) contrast(1.18) brightness(.58);
  pointer-events: none;
}

.factory-map-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(14, 15, 13, .18), rgba(14, 15, 13, .04) 45%, rgba(14, 15, 13, .22));
  pointer-events: none;
}

.factory-map-marker {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #171815;
}

.factory-map-marker--foshan {
  top: 55%;
  left: 33%;
}

.factory-map-marker--dongguan {
  top: 35%;
  left: 70%;
}

.factory-map-dot {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 7px rgba(116, 112, 62, .32), 0 8px 22px rgba(0, 0, 0, .38);
}

.factory-map-dot::after {
  content: "";
  position: absolute;
  inset: -14px;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 50%;
}

.factory-map-card {
  display: flex;
  min-width: 275px;
  padding: 18px 20px 19px;
  flex-direction: column;
  background: #f7f7f5;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
  transition: transform .22s var(--ease), background .22s var(--ease);
}

.factory-map-card small {
  color: #74703e;
  font-family: "ZAOZUO Sans", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 750;
  text-transform: uppercase;
}

.factory-map-card strong {
  margin-top: 9px;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.05;
}

.factory-map-card em {
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
  padding-top: 12px;
  border-top: 1px solid #cfcec7;
  font-family: "ZAOZUO Sans", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 750;
  text-transform: uppercase;
}

.factory-map-marker:hover .factory-map-card,
.factory-map-marker:focus-visible .factory-map-card {
  transform: translateY(-3px);
  background: #fff;
}

.factory-map-marker:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 6px;
}

.factory-map-attribution {
  position: absolute;
  right: 14px;
  bottom: 12px;
  padding: 5px 7px;
  background: rgba(16, 17, 15, .78);
  color: rgba(255, 255, 255, .72);
  font-size: 8px;
}

.factory-introductions {
  margin-top: 112px;
}

.factory-introduction {
  padding-top: 84px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.factory-introduction + .factory-introduction {
  margin-top: 128px;
}

.factory-introduction-head {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: start;
}

.factory-introduction-head > div > span,
.factory-introduction-foot > div > span {
  color: #c5c28e;
  font-size: 9px;
  font-weight: 780;
  text-transform: uppercase;
}

.factory-introduction-head h3 {
  margin: 16px 0 0;
  color: #fff;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: clamp(46px, 4.2vw, 68px);
  font-weight: 400;
  line-height: 1;
}

.factory-introduction-head > p {
  max-width: 650px;
  justify-self: end;
  margin: 2px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.75;
}

.factory-introduction-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 48px;
}

.factory-introduction-photo {
  min-width: 0;
  margin: 0;
}

.factory-introduction-photo img {
  display: block;
  width: 100%;
  height: clamp(290px, 27vw, 420px);
  object-fit: cover;
  filter: saturate(.88) contrast(1.02);
}

.factory-introduction-photo--primary img {
  object-position: center 48%;
}

.factory-introduction-photo--dongguan img {
  object-position: center 52%;
}

.factory-introduction-photo figcaption {
  display: flex;
  min-height: 72px;
  padding: 15px 2px 0;
  flex-direction: column;
  gap: 6px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  line-height: 1.55;
}

.factory-introduction-photo figcaption strong {
  color: #fff;
  font-size: 10px;
  font-weight: 760;
  text-transform: uppercase;
}

.factory-introduction-foot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
  margin-top: 34px;
  padding-top: 27px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.factory-introduction-foot p {
  max-width: 780px;
  margin: 9px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.65;
}

.factory-introduction-foot .text-link {
  color: #fff;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .factory-introductions {
    margin-top: 82px;
  }

  .factory-introduction-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .factory-introduction-head > p {
    max-width: 720px;
    justify-self: start;
  }

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

  .factory-introduction-photo--primary {
    grid-column: 1 / -1;
  }

  .factory-introduction-photo--primary img {
    height: min(58vw, 500px);
  }

  .factory-introduction-photo:not(.factory-introduction-photo--primary) img {
    height: min(42vw, 340px);
  }
}

@media (max-width: 600px) {
  .factory-introduction {
    padding-top: 64px;
  }

  .factory-introduction + .factory-introduction {
    margin-top: 88px;
  }

  .factory-introduction-head h3 {
    font-size: 43px;
  }

  .factory-introduction-head > p {
    font-size: 13px;
  }

  .factory-introduction-gallery {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 36px;
  }

  .factory-introduction-photo--primary {
    grid-column: auto;
  }

  .factory-introduction-photo img,
  .factory-introduction-photo--primary img,
  .factory-introduction-photo:not(.factory-introduction-photo--primary) img {
    height: min(70vw, 380px);
  }

  .factory-introduction-foot {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 28px;
  }

  .factory-introduction-foot .text-link {
    justify-self: start;
  }
}

.maker-base-story {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(300px, .68fr);
  gap: 90px;
  align-items: center;
  margin-bottom: 126px;
}

.maker-base-story:last-child {
  margin-bottom: 0;
}

.maker-base-story--reverse {
  grid-template-columns: minmax(300px, .68fr) minmax(0, 1.32fr);
}

.maker-base-story--reverse .maker-base-visual {
  grid-column: 2;
  grid-row: 1;
}

.maker-base-story--reverse .maker-base-details {
  grid-column: 1;
  grid-row: 1;
}

.maker-base-visual {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  min-width: 0;
  overflow: hidden;
  background: #d6d2cb;
}

.maker-base-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 30%;
  background: linear-gradient(0deg, rgba(12, 11, 9, .46), rgba(12, 11, 9, 0));
}

.maker-base-visual img {
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease);
}

.maker-base-visual--dongguan img {
  object-position: center 42%;
}

.maker-base-visual:hover img {
  transform: scale(1.018);
}

.maker-base-visual > span {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 17px;
  left: 20px;
  color: rgba(255, 255, 255, .9);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.maker-base-details {
  align-self: stretch;
  display: flex;
  width: 100%;
  max-width: none;
  padding: clamp(46px, 5vw, 76px);
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .1);
  background: #222220;
  color: #fff;
}

.maker-base-story:not(.maker-base-story--reverse) .maker-base-details {
  justify-self: stretch;
}

.maker-base-details > span,
.maker-process-list > li > span,
.maker-quality-notes article > span,
.maker-why-list article > span {
  color: var(--accent);
  font-size: 9px;
  font-weight: 750;
  text-transform: uppercase;
}

.maker-base-details h3 {
  margin: 18px 0 22px;
  color: #fff;
  font-size: 43px;
  font-weight: 500;
  line-height: 1.04;
}

.maker-base-details p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  line-height: 1.78;
}

.maker-base-details .text-link {
  align-self: flex-start;
  gap: 16px;
  min-height: 54px;
  margin-top: 30px;
  padding: 0 28px;
  border: 1px solid #fff;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
  text-transform: uppercase;
  transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease);
}

.maker-base-details .text-link span {
  font-size: 18px;
}

.maker-base-details .text-link:hover {
  transform: translateY(-2px);
  background: transparent;
  color: #fff;
}

.maker-process {
  padding: 128px 0 136px;
  scroll-margin-top: 84px;
}

.maker-process-layout {
  display: grid;
  grid-template-columns: minmax(330px, .76fr) minmax(0, 1fr);
  gap: 126px;
  align-items: start;
}

.maker-process-intro > div {
  position: sticky;
  top: 116px;
}

.maker-process-intro h2 {
  max-width: 540px;
  font-size: 58px;
}

.maker-process-intro p {
  max-width: 430px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.maker-process-intro figure {
  position: relative;
  margin: 48px 0 0;
  overflow: hidden;
}

.maker-process-intro img {
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
}

.maker-process-intro figcaption,
.maker-quality-visual figcaption {
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  color: rgba(255, 255, 255, .88);
  font-size: 9px;
  font-weight: 700;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .45);
  text-transform: uppercase;
}

.maker-process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.maker-process-list li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  padding: 30px 0 32px;
  border-top: 1px solid var(--line);
}

.maker-process-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.maker-process-list h3 {
  margin: 0 0 9px;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.08;
}

.maker-process-list p {
  max-width: 590px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.maker-quality {
  padding: 122px 0 126px;
  scroll-margin-top: 84px;
  background: #20201d;
  color: #fff;
}

.maker-quality .eyebrow {
  color: #b8b583;
}

.maker-quality-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .36fr);
  gap: 110px;
  align-items: end;
  margin-bottom: 56px;
}

.maker-quality-head h2 {
  max-width: 860px;
  font-size: 62px;
}

.maker-quality-head > p {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .28);
  color: rgba(255, 255, 255, .65);
  font-size: 13px;
  line-height: 1.75;
}

.maker-quality-visual {
  position: relative;
  aspect-ratio: 21 / 8;
  margin: 0;
  overflow: hidden;
  background: #302f2b;
}

.maker-quality-visual img {
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}

.maker-quality-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 58px;
  margin-top: 52px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .24);
}

.maker-quality-notes article > span {
  color: rgba(255, 255, 255, .44);
}

.maker-quality-notes h3 {
  margin: 44px 0 12px;
  font-size: 27px;
  font-weight: 500;
}

.maker-quality-notes p {
  max-width: 380px;
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  line-height: 1.72;
}

.maker-why {
  padding: 126px 0 134px;
}

.maker-why-head {
  max-width: 970px;
}

.maker-why-head h2 {
  font-size: 66px;
}

.maker-why-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 54px;
  margin-top: 82px;
}

.maker-why-list article::before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  margin-bottom: 23px;
  background: var(--accent);
}

.maker-why-list h3 {
  margin: 38px 0 12px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.08;
}

.maker-why-list p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.72;
}

@media (max-width: 1100px) {
  .maker-hero h1 {
    font-size: 76px;
  }

  .maker-intro-grid {
    gap: 80px;
  }

  .maker-intro h2,
  .maker-process-intro h2 {
    font-size: 52px;
  }

  .maker-heading h2,
  .maker-why-head h2 {
    font-size: 58px;
  }

  .maker-base-story,
  .maker-base-story--reverse {
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
    gap: 58px;
  }

  .maker-process-layout {
    gap: 72px;
  }

  .maker-quality-head {
    gap: 64px;
  }

  .maker-quality-head h2 {
    font-size: 54px;
  }

  .maker-why-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px 70px;
  }
}

@media (max-width: 820px) {
  .maker-hero {
    height: 660px;
  }

  .maker-hero h1 {
    font-size: 66px;
  }

  .maker-intro-grid,
  .maker-base-story,
  .maker-base-story--reverse,
  .maker-process-layout,
  .maker-quality-head {
    grid-template-columns: 1fr;
  }

  .maker-intro-grid,
  .maker-quality-head {
    gap: 40px;
  }

  .maker-base-story,
  .maker-base-story--reverse {
    gap: 38px;
  }

  .maker-base-story--reverse .maker-base-visual,
  .maker-base-story--reverse .maker-base-details {
    grid-column: auto;
    grid-row: auto;
  }

  .maker-base-story--reverse .maker-base-visual {
    order: 0;
  }

  .maker-base-story--reverse .maker-base-details {
    order: 1;
  }

  .maker-base-story:not(.maker-base-story--reverse) .maker-base-details {
    justify-self: start;
  }

  .maker-base-details {
    max-width: 620px;
  }

  .maker-process-layout {
    gap: 68px;
  }

  .maker-process-intro > div {
    position: static;
  }

  .maker-process-intro figure {
    max-width: none;
  }

  .maker-process-intro img {
    aspect-ratio: 16 / 9;
  }

  .maker-quality-notes {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .maker-quality-notes h3 {
    margin-top: 28px;
  }
}

@media (max-width: 560px) {
  .maker-hero {
    height: 620px;
    min-height: 620px;
  }

  .maker-hero-media img {
    object-position: 58% center;
  }

  .maker-hero-content {
    padding: 24px 0 34px;
  }

  .maker-hero-copy {
    padding-top: 22px;
  }

  .maker-hero h1 {
    font-size: 53px;
    line-height: .95;
  }

  .maker-hero p {
    margin: 23px 0 15px;
    font-size: 12px;
  }

  .maker-intro,
  .maker-bases,
  .maker-process,
  .maker-quality,
  .maker-why {
    padding: 82px 0;
  }

  .maker-intro h2,
  .maker-heading h2,
  .maker-process-intro h2,
  .maker-quality-head h2,
  .maker-why-head h2 {
    font-size: 43px;
  }

  .maker-heading {
    margin-bottom: 56px;
  }

  .maker-base-story {
    margin-bottom: 88px;
  }

  .maker-base-visual {
    aspect-ratio: 16 / 10;
  }

  .maker-base-details h3 {
    font-size: 36px;
  }

  .maker-process-intro figure {
    margin-top: 34px;
  }

  .maker-process-list li {
    grid-template-columns: 36px 1fr;
    gap: 13px;
    padding: 25px 0 27px;
  }

  .maker-process-list h3 {
    font-size: 26px;
  }

  .maker-quality-visual {
    aspect-ratio: 4 / 3;
  }

  .maker-quality-notes {
    margin-top: 38px;
  }

  .maker-why-list {
    grid-template-columns: 1fr;
    gap: 54px;
    margin-top: 62px;
  }
}

/* Collection catalogue: image-led product presentation. */
body[data-page="shop"] .site-header:not(.is-scrolled) {
  border-bottom-color: rgba(255, 255, 255, .14);
  background: #060608;
  color: #f8f7f3;
}

body[data-page="shop"] .site-header:not(.is-scrolled) .brand-logo--dark {
  filter: grayscale(1) invert(1);
}

body[data-page="shop"] .site-header:not(.is-scrolled) .nav-link,
body[data-page="shop"] .site-header:not(.is-scrolled) .utility-link {
  color: #f8f7f3;
}

body[data-page="shop"] .site-header:not(.is-scrolled) .nav-link:hover,
body[data-page="shop"] .site-header:not(.is-scrolled) .nav-link:focus-visible,
body[data-page="shop"] .site-header:not(.is-scrolled) .utility-link:hover,
body[data-page="shop"] .site-header:not(.is-scrolled) .utility-link:focus-visible {
  color: #c5c28e;
}

body[data-page="shop"] .site-header:not(.is-scrolled) .nav-link::after,
body[data-page="shop"] .site-header:not(.is-scrolled) .utility-text::after {
  background: #74703e;
}

body[data-page="shop"] .site-header:not(.is-scrolled) .cart-count {
  border-color: #f8f7f3;
}

body[data-page="shop"] .site-header:not(.is-scrolled) .menu-toggle span {
  background: #f8f7f3;
}

.collection-page--catalogue {
  background: #f5f5f2;
}

.catalogue-hero {
  position: relative;
  height: calc(100svh - 150px);
  min-height: 620px;
  max-height: 780px;
  overflow: hidden;
  background: #151512;
  color: #fff;
}

.catalogue-hero-media,
.catalogue-hero-media::after {
  position: absolute;
  inset: 0;
}

.catalogue-hero-media::after {
  content: "";
  background: linear-gradient(90deg, rgba(7, 7, 6, .62) 0%, rgba(7, 7, 6, .18) 53%, rgba(7, 7, 6, .08) 76%), linear-gradient(0deg, rgba(7, 7, 6, .64) 0%, transparent 43%);
}

.catalogue-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
}

.catalogue-hero-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 100px;
}

.catalogue-kicker {
  position: absolute;
  top: 46px;
  left: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.catalogue-hero-copy {
  max-width: 930px;
}

.catalogue-hero h1,
.catalogue-intro h2,
.catalogue-section-head h2,
.catalogue-grid .product-card h3,
.catalogue-outro h2 {
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

.catalogue-hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: 86px;
  line-height: .95;
}

.catalogue-hero-copy p {
  max-width: 590px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  line-height: 1.7;
}

.catalogue-hero-families {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 86px;
  border-top: 1px solid rgba(255, 255, 255, .34);
}

.catalogue-hero-families span {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, .82);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.catalogue-intro {
  padding: 118px 0;
  background: #f5f5f2;
}

.catalogue-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  gap: 11%;
  align-items: end;
}

.catalogue-intro h2 {
  max-width: 760px;
  margin: 20px 0 0;
  font-size: 64px;
  line-height: .98;
}

.catalogue-intro-copy > p {
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.catalogue-intro-copy dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 40px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.catalogue-intro-copy dl div {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.catalogue-intro-copy dt {
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 31px;
}

.catalogue-intro-copy dd {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  font-weight: 720;
  text-transform: uppercase;
}

.catalogue-section {
  padding: 36px 0 140px;
  background: #fff;
  scroll-margin-top: 76px;
}

.catalogue-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.catalogue-section-head h2 {
  margin: 16px 0 0;
  font-size: 58px;
  line-height: 1;
}

.catalogue-section-head .result-count {
  padding-bottom: 7px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 720;
  text-transform: uppercase;
}

.catalogue-products-layout {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  gap: 52px;
  align-items: start;
  margin-top: 52px;
}

.catalogue-filter-panel {
  position: sticky;
  top: 92px;
  max-height: calc(100vh - 116px);
  overflow-y: auto;
  border-top: 1px solid var(--ink);
  background: #fff;
  scrollbar-width: thin;
}

.catalogue-filter-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 66px;
  border-bottom: 1px solid var(--line);
}

.catalogue-filter-panel-head strong,
.catalogue-filter-panel-head button {
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.catalogue-filter-panel-head button {
  padding: 7px 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: color .2s var(--ease);
}

.catalogue-filter-panel-head button:hover,
.catalogue-filter-panel-head button:focus-visible {
  color: var(--ink);
}

.catalogue-filter-panel-head button:disabled {
  opacity: .32;
  cursor: default;
}

.catalogue-filter-group {
  border-bottom: 1px solid var(--line);
}

.catalogue-filter-group-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 58px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 11px;
  font-weight: 720;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.catalogue-filter-toggle-icon {
  position: relative;
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
}

.catalogue-filter-toggle-icon::before,
.catalogue-filter-toggle-icon::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 1px;
  width: 11px;
  height: 1px;
  background: currentColor;
  transition: transform .22s var(--ease);
}

.catalogue-filter-toggle-icon::after {
  transform: rotate(90deg);
}

.catalogue-filter-group-toggle[aria-expanded="true"] .catalogue-filter-toggle-icon::after {
  transform: rotate(90deg) scaleX(0);
}

.catalogue-filter-options {
  display: grid;
  gap: 2px;
  padding: 0 0 20px;
}

.catalogue-filter-options[hidden] {
  display: none;
}

.catalogue-filter-options label {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 34px;
  color: #45453f;
  font-size: 12px;
  line-height: 1.35;
  cursor: pointer;
}

.catalogue-filter-options label:hover {
  color: var(--ink);
}

.catalogue-filter-options label.is-selected {
  color: var(--ink);
  font-weight: 650;
}

.catalogue-filter-options input {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: var(--ink);
  cursor: pointer;
}

.catalogue-filter-options small {
  color: #999990;
  font-size: 10px;
}

.catalogue-products-column {
  min-width: 0;
}

.catalogue-filter-empty {
  margin: 0;
  padding: 80px 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 28px;
  text-align: center;
}

.catalogue-grid.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 76px 20px;
  margin-top: 0;
}

.catalogue-grid .product-card {
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.catalogue-grid .product-card:hover {
  transform: none;
  box-shadow: none;
}

.catalogue-grid .product-card.is-hidden {
  display: none;
}

.catalogue-grid .catalogue-piece-media {
  position: relative;
  display: block;
  height: auto;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e5e5df;
}

.catalogue-grid .catalogue-piece-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1px solid rgba(29, 29, 26, .08);
  pointer-events: none;
}

.catalogue-grid .catalogue-piece-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
  filter: none;
  transition: none;
}

.catalogue-grid .product-card:hover .catalogue-piece-media img {
  transform: none;
  filter: none;
}

.catalogue-grid .catalogue-piece-media .catalogue-product-scene {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  transform: scale(1.015);
  transition: opacity .48s ease, transform 1s ease;
}

.catalogue-grid .product-card:hover .catalogue-product-scene,
.catalogue-grid .catalogue-piece-media:focus-visible .catalogue-product-scene {
  opacity: 1;
  transform: scale(1);
}

.catalogue-grid .catalogue-piece-media > span {
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 20px;
  color: #fff;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 17px;
  text-shadow: 0 1px 9px rgba(0, 0, 0, .42);
}

.catalogue-piece-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  margin-top: 17px;
  padding-top: 14px;
}

.catalogue-piece-heading > div > span,
.catalogue-piece-status {
  color: var(--accent);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.catalogue-grid .product-card h3 {
  max-width: 320px;
  margin: 9px 0 0;
  font-size: 27px;
  line-height: 1.06;
}

.catalogue-grid .product-card h3 a {
  transition: color .22s var(--ease);
}

.catalogue-grid .product-card h3 a:hover,
.catalogue-grid .product-card h3 a:focus-visible {
  color: var(--accent);
}

.catalogue-piece-heading .text-link {
  flex: 0 0 auto;
  margin-top: 2px;
  white-space: nowrap;
}

.catalogue-grid .product-meta {
  max-width: 320px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.catalogue-piece-status {
  margin-top: 16px;
  color: var(--muted);
}

.product-recommendations {
  padding-top: 104px;
  padding-bottom: 118px;
}

.product-recommendations-head {
  align-items: flex-end;
}

.product-recommendations-head .section-title {
  margin: 0;
}

.product-recommendations-grid.catalogue-grid {
  margin-top: 52px;
}

.catalogue-outro {
  padding: 120px 0;
  background: #1a1a17;
  color: #f7f6f2;
}

.catalogue-outro .eyebrow {
  color: #b8b583;
}

.catalogue-outro-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 12%;
  align-items: start;
}

.catalogue-outro h2 {
  max-width: 760px;
  margin: 0;
  font-size: 60px;
  line-height: .98;
}

.catalogue-outro-inner > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.catalogue-outro p {
  max-width: 470px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .catalogue-hero h1 {
    font-size: 72px;
  }

  .catalogue-intro h2,
  .catalogue-outro h2 {
    font-size: 54px;
  }

  .catalogue-grid .product-card h3 {
    font-size: 32px;
  }

  .catalogue-grid.product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 84px 22px;
  }

  .catalogue-products-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 38px;
  }
}

@media (max-width: 900px) {
  .catalogue-intro-grid,
  .catalogue-outro-inner {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .catalogue-piece-heading {
    display: block;
  }

  .catalogue-piece-heading .text-link {
    margin-top: 18px;
  }

  .catalogue-products-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .catalogue-filter-panel {
    position: static;
    max-height: none;
    overflow: visible;
  }
}

@media (max-width: 680px) {
  .catalogue-hero {
    height: calc(100svh - 120px);
    min-height: 620px;
    max-height: 730px;
  }

  .catalogue-hero-media::after {
    background: linear-gradient(0deg, rgba(7, 7, 6, .79) 0%, rgba(7, 7, 6, .18) 72%), linear-gradient(90deg, rgba(7, 7, 6, .44), transparent 82%);
  }

  .catalogue-hero-media img {
    object-position: 55% center;
  }

  .catalogue-hero-content {
    align-items: flex-end;
    padding-bottom: 150px;
  }

  .catalogue-kicker {
    top: 34px;
    right: 0;
    max-width: 260px;
    line-height: 1.5;
  }

  .catalogue-hero h1 {
    font-size: 46px;
    line-height: .97;
  }

  .catalogue-hero-copy p {
    max-width: 340px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
  }

  .catalogue-hero-families {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 112px;
    padding: 12px 0;
  }

  .catalogue-hero-families span {
    min-height: 40px;
    font-size: 9px;
  }

  .catalogue-intro {
    padding: 76px 0;
  }

  .catalogue-intro-grid {
    gap: 34px;
  }

  .catalogue-intro h2,
  .catalogue-outro h2 {
    font-size: 44px;
  }

  .catalogue-intro-copy dl {
    margin-top: 28px;
  }

  .catalogue-intro-copy dl div {
    display: block;
  }

  .catalogue-intro-copy dd {
    margin-top: 5px;
  }

  .catalogue-section {
    padding: 76px 0 90px;
  }

  .catalogue-section-head {
    align-items: start;
  }

  .catalogue-section-head h2 {
    font-size: 43px;
  }

  .catalogue-grid.product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 46px 12px;
    margin-top: 0;
  }

  .product-recommendations {
    padding-top: 76px;
    padding-bottom: 88px;
  }

  .product-recommendations-head {
    align-items: flex-start;
  }

  .product-recommendations-head .section-title {
    font-size: 43px;
  }

  .catalogue-grid .product-card h3 {
    font-size: 22px;
  }

  .catalogue-piece-heading {
    display: block;
  }

  .catalogue-piece-heading .text-link {
    margin-top: 12px;
  }

  .catalogue-outro {
    padding: 82px 0;
  }
}

/* Home depth and About page redesign - 2026-08-07 */
.home-proof {
  color: #f7f6f2;
  background: #171816;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.home-proof-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-proof-statement {
  max-width: 980px;
  margin: 0;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}

.home-selection {
  padding: 112px 0 124px;
  background: #ecece8;
  border-top: 1px solid #d2d1ca;
  border-bottom: 1px solid #d2d1ca;
}

.home-selection-head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 1280px);
  min-height: 250px;
  margin: 0 auto 24px;
  padding: 42px 56px;
  color: #f7f6f2;
  background: #171816;
  text-align: center;
}

.home-selection-head > div {
  width: min(100%, 1040px);
}

.home-selection-head .section-title {
  max-width: 1000px;
  margin: 0 auto 16px;
  color: #f7f6f2;
  font-size: 52px;
  line-height: 1.08;
}

.home-selection-head p {
  max-width: 920px;
  margin: 0 auto 22px;
  color: #c7c8c3;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.home-selection-head .text-link {
  color: #f7f6f2;
  font-size: 13px;
  font-weight: 800;
}

.home-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 1280px);
  margin: 0 auto;
  gap: 24px;
}

.home-product-card {
  grid-column: auto;
  min-width: 0;
}

.home-product-card:nth-child(4),
.home-product-card:nth-child(5),
.home-product-card:nth-child(9),
.home-product-card:nth-child(10) {
  grid-column: auto;
}

.home-product-visual {
  position: relative;
  display: block;
  overflow: hidden;
  background: #dbdad4;
}

.home-product-visual img {
  display: block;
  width: 100%;
  height: auto;
  transition: filter .35s ease;
}

.home-product-visual .home-product-scene {
  position: absolute;
  inset: 0;
  z-index: 1;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.015);
  transition: opacity .48s ease, transform 1s ease, filter .35s ease;
}

.home-product-card:hover .home-product-visual img,
.home-product-visual:focus-visible img {
  filter: brightness(.68);
}

.home-product-card:hover .home-product-scene,
.home-product-visual:focus-visible .home-product-scene {
  opacity: 1;
  transform: scale(1);
}

.home-product-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px;
  color: #fff;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity .35s ease;
}

.home-product-overlay strong {
  max-width: 92%;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.1;
}

.home-product-overlay span {
  margin-top: 10px;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.home-product-card:hover .home-product-overlay,
.home-product-visual:focus-visible .home-product-overlay {
  opacity: 1;
}

.home-product-visual > span {
  position: absolute;
  top: 16px;
  left: 16px;
  min-width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(16, 17, 15, .76);
  font-size: 10px;
  font-weight: 800;
}

.home-product-copy {
  padding: 18px 0 20px;
  border-bottom: 1px solid #bab9b2;
}

.home-product-copy > span {
  display: block;
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-product-copy h3 {
  min-height: 66px;
  margin: 10px 0 11px;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.08;
}

.home-product-copy h3 a {
  color: inherit;
}

.home-product-copy p {
  margin: 0;
  color: #696963;
  font-size: 13px;
  line-height: 1.55;
}

body[data-page="about"] .site-header:not(.is-scrolled) {
  color: #fff;
  background: #090a09;
  border-bottom-color: rgba(255, 255, 255, .16);
}

body[data-page="about"] .site-header:not(.is-scrolled) .brand-logo--dark {
  filter: invert(1);
}

body[data-page="about"] .site-header:not(.is-scrolled) .nav-link,
body[data-page="about"] .site-header:not(.is-scrolled) .utility-link,
body[data-page="about"] .site-header:not(.is-scrolled) .brand small {
  color: #fff;
}

body[data-page="about"] .about-hero {
  position: relative;
  height: min(760px, calc(100svh - 84px));
  min-height: 650px;
  overflow: hidden;
  color: #fff;
  background: #171816;
}

.about-hero-image,
.about-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-hero-image {
  object-fit: cover;
  object-position: center 56%;
}

.about-hero-shade {
  background: linear-gradient(90deg, rgba(8, 9, 8, .74) 0%, rgba(8, 9, 8, .32) 48%, rgba(8, 9, 8, .08) 78%), linear-gradient(0deg, rgba(8, 9, 8, .62) 0%, transparent 42%);
}

.about-hero-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 80px;
}

.about-hero-copy {
  max-width: 930px;
  margin-bottom: 90px;
}

.about-hero-copy .eyebrow {
  color: rgba(255, 255, 255, .72);
}

.about-hero-copy h1 {
  max-width: 900px;
  margin: 18px 0 24px;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 76px;
  font-weight: 400;
  line-height: .98;
}

.about-hero-copy p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.62;
}

.about-hero-copy .text-link {
  margin-top: 26px;
}

.about-hero-services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 76px;
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.about-hero-services span {
  display: flex;
  align-items: center;
  padding: 0 24px;
  border-right: 1px solid rgba(255, 255, 255, .22);
  color: rgba(255, 255, 255, .83);
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}

.about-hero-services span:first-child {
  padding-left: 0;
}

.about-hero-services span:last-child {
  border-right: 0;
}

.about-intro {
  padding: 122px 0 0;
}

.about-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(350px, .65fr);
  gap: 9vw;
  align-items: start;
}

.about-intro-title h2,
.about-section-head h2,
.about-story-copy h2 {
  margin: 16px 0 0;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 1.03;
}

.about-intro-copy p {
  margin: 0 0 22px;
  color: #5f5f5a;
  font-size: 17px;
  line-height: 1.75;
}

.about-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 96px;
  border-top: 1px solid #cbc9c3;
}

.about-fact {
  min-height: 180px;
  padding: 30px 26px;
  border-right: 1px solid #cbc9c3;
}

.about-fact:first-child {
  padding-left: 0;
}

.about-fact:last-child {
  border-right: 0;
}

.about-fact strong {
  display: block;
  margin-bottom: 46px;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 1;
}

.about-fact span {
  color: #66655f;
  font-size: 13px;
  line-height: 1.5;
}

.about-story {
  padding: 0;
  background: #1d1f1c;
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
  min-height: 760px;
}

.about-story-media {
  min-height: 760px;
  margin-left: calc((100vw - min(100vw, var(--max))) / -2);
}

.about-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-story-copy {
  align-self: center;
  padding: 88px 0 88px 9vw;
}

.about-story-copy .eyebrow {
  color: #b8b583;
}

.about-story-copy h2 {
  max-width: 760px;
  color: #f8f7f3;
}

.about-story-lede {
  max-width: 680px;
  margin: 30px 0 54px;
  color: rgba(255, 255, 255, .66);
  font-size: 17px;
  line-height: 1.72;
}

.about-methods {
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.about-methods > div {
  display: grid;
  grid-template-columns: 56px minmax(180px, .42fr) minmax(0, .58fr);
  gap: 24px;
  align-items: baseline;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.about-methods span {
  color: #b8b583;
  font-size: 10px;
  font-weight: 800;
}

.about-methods h3 {
  margin: 0;
  color: #f8f7f3;
  font-size: 20px;
  font-weight: 600;
}

.about-methods p {
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 14px;
  line-height: 1.6;
}

.about-capabilities,
.about-sectors,
.about-network,
body[data-page="about"] .team-section {
  padding: 120px 0;
}

.about-section-head {
  max-width: 980px;
  margin-bottom: 66px;
}

.about-section-head--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 9vw;
  align-items: end;
}

.about-section-head--split p {
  max-width: 500px;
  margin: 0 0 7px;
  color: #65645f;
  font-size: 16px;
  line-height: 1.7;
}

.about-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #1d1d1a;
  border-bottom: 1px solid #cbc9c3;
}

.about-capability {
  min-height: 280px;
  padding: 34px 48px 40px 0;
  border-bottom: 1px solid #cbc9c3;
}

.about-capability:nth-child(even) {
  padding-left: 48px;
  border-left: 1px solid #cbc9c3;
}

.about-capability:nth-child(n+3) {
  border-bottom: 0;
}

.about-capability > span {
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
}

.about-capability h3 {
  margin: 56px 0 16px;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.08;
}

.about-capability p {
  max-width: 600px;
  margin: 0;
  color: #66655f;
  font-size: 15px;
  line-height: 1.7;
}

.about-sectors {
  background: #e8e9e5;
  border-top: 1px solid #cdccc6;
  border-bottom: 1px solid #cdccc6;
}

.about-sector-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.about-sector {
  position: relative;
  display: block;
  min-height: 560px;
  overflow: hidden;
  color: #fff;
  background: #22231f;
}

.about-sector::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 11, 10, .78) 0%, rgba(10, 11, 10, .08) 62%);
}

.about-sector img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s var(--ease);
}

.about-sector:hover img {
  transform: scale(1.025);
}

.about-sector > span,
.about-sector > div {
  position: absolute;
  z-index: 1;
  left: 30px;
  right: 30px;
}

.about-sector > span {
  top: 28px;
  color: rgba(255, 255, 255, .78);
  font-size: 10px;
  font-weight: 800;
}

.about-sector > div {
  bottom: 30px;
}

.about-sector h3 {
  max-width: 420px;
  margin: 0 0 12px;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.05;
}

.about-sector p {
  max-width: 370px;
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: 14px;
  line-height: 1.55;
}

body[data-page="about"] .team-section {
  border-top: 1px solid #cbc9c3;
}

body[data-page="about"] .team-card-media {
  aspect-ratio: 5 / 4;
  filter: saturate(.8);
}

body[data-page="about"] .team-card-copy {
  padding-top: 22px;
}

body[data-page="about"] .team-card h3 {
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 30px;
  font-weight: 400;
}

body[data-page="home"] .capabilities-section,
body[data-page="home"] .home-selection,
body[data-page="home"] .home-projects-section {
  background: #f7f7f5;
  color: #191a17;
  border-color: #d7d7d1;
}

body[data-page="home"] .capabilities-section .text-link {
  color: #191a17;
  border-color: rgba(25, 26, 23, .48);
}

body[data-page="home"] .home-selection .text-link {
  color: #f7f6f2;
  border-color: rgba(247, 246, 242, .52);
}

body[data-page="home"] .collection-projects {
  border-bottom: 0;
  padding-bottom: 56px;
}

body[data-page="home"] .collection-projects + .home-selection {
  border-top: 0;
  border-bottom: 0;
  padding-top: 56px;
  padding-bottom: 56px;
}

body[data-page="home"] .home-selection + .capabilities-section {
  padding-top: 56px;
}

body[data-page="home"] .capabilities-section {
  padding-bottom: 56px;
}

body[data-page="home"] .capabilities-section + .home-manufacturing {
  padding-top: 56px;
}

body[data-page="home"] .capability-gallery,
body[data-page="home"] .capability-gallery-copy {
  border-color: #d1d1ca;
}

body[data-page="home"] .capability-gallery-copy p {
  color: #62625d;
}

body[data-page="home"] .home-selection-head p {
  color: #c7c8c3;
}

/* Keep the home category labels visually attached to their images. */
body[data-page="home"] .capability-gallery-copy {
  padding-top: 10px;
}

body[data-page="home"] .capability-gallery-copy h3 {
  align-items: flex-start;
  padding-top: 0;
}

/* Factory detail pages: proof-led presentation built from supplied factory material. */
.factory-proof-page {
  --factory-paper: #f1f0ec;
  --factory-ink: #171815;
  --factory-line: #d1d0c9;
  overflow: hidden;
  color: var(--factory-ink);
  background: var(--factory-paper);
}

.factory-proof-page figure {
  margin: 0;
}

.factory-proof-kicker {
  margin: 0;
  color: #74703e;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.factory-proof-hero {
  position: relative;
  height: min(840px, 92svh);
  min-height: 680px;
  overflow: hidden;
  color: #fff;
  background: #161715;
}

.factory-proof-hero > img,
.factory-proof-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.factory-proof-hero > img {
  object-fit: cover;
  object-position: center 58%;
}

.factory-proof-page--dongguan .factory-proof-hero > img {
  object-position: center 50%;
}

.factory-proof-hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 9, 8, .78) 0%, rgba(8, 9, 8, .33) 50%, rgba(8, 9, 8, .08) 78%),
    linear-gradient(0deg, rgba(8, 9, 8, .7) 0%, rgba(8, 9, 8, .06) 55%);
}

.factory-proof-hero-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 126px;
  padding-bottom: 74px;
}

.factory-back-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  font-weight: 750;
}

.factory-back-link:hover,
.factory-back-link:focus-visible {
  color: #fff;
}

.factory-proof-hero-copy {
  max-width: 1000px;
}

.factory-proof-hero-copy .factory-proof-kicker {
  color: #c5c28e;
}

.factory-proof-hero-copy h1 {
  margin: 18px 0 25px;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: clamp(68px, 7vw, 112px);
  font-weight: 400;
  line-height: .86;
}

.factory-proof-hero-copy > p:last-child {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.65;
}

.factory-proof-intro {
  padding: 128px 0 118px;
  background: var(--factory-paper);
}

.factory-proof-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr);
  gap: 10vw;
  align-items: start;
}

.factory-proof-intro h2,
.factory-proof-section-head h2,
.factory-proof-next h2 {
  margin: 18px 0 0;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: clamp(48px, 4.25vw, 72px);
  font-weight: 400;
  line-height: 1.02;
}

.factory-proof-intro-copy > p {
  margin: 2px 0 46px;
  color: #5d5d57;
  font-size: 17px;
  line-height: 1.75;
}

.factory-proof-facts {
  margin: 0;
  border-top: 1px solid var(--factory-line);
}

.factory-proof-facts > div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  padding: 19px 0;
  border-bottom: 1px solid var(--factory-line);
}

.factory-proof-facts dt {
  color: #74736d;
  font-size: 11px;
  font-weight: 750;
}

.factory-proof-facts dd {
  margin: 0;
  font-size: 14px;
}

.factory-proof-route {
  padding: 120px 0 0;
  color: #f7f6f1;
  background: #151613;
}

.factory-proof-section-head {
  max-width: 920px;
  margin-bottom: 78px;
}

.factory-proof-route .factory-proof-section-head h2 {
  color: #f7f6f1;
}

.factory-proof-stage {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(300px, .68fr) minmax(0, 1.32fr);
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.factory-proof-stage:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.factory-proof-stage--reverse .factory-proof-stage-copy {
  order: 2;
  padding-right: 0;
  padding-left: 5vw;
}

.factory-proof-stage--reverse figure {
  order: 1;
}

.factory-proof-stage-copy {
  align-self: center;
  padding: 70px 5vw 70px 0;
}

.factory-proof-stage-copy > span {
  display: block;
  margin-bottom: 80px;
  color: #a7a45f;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 25px;
}

.factory-proof-stage-copy h3 {
  margin: 0 0 20px;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: clamp(34px, 3vw, 50px);
  font-weight: 400;
  line-height: 1.04;
}

.factory-proof-stage-copy p {
  max-width: 440px;
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 15px;
  line-height: 1.72;
}

.factory-proof-stage figure {
  min-height: 520px;
  overflow: hidden;
  background: #292a26;
}

.factory-proof-stage img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.86) contrast(1.02);
}

.factory-proof-page--dongguan .factory-proof-stage img {
  filter: saturate(.78) contrast(1.04);
}

.factory-proof-evidence {
  padding: 126px 0 132px;
  background: #ebeae5;
}

.factory-proof-section-head--dark h2 {
  color: var(--factory-ink);
}

.factory-proof-mosaic {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr);
  grid-template-rows: repeat(2, 300px);
  gap: 18px;
}

.factory-proof-mosaic figure {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #c9c8c1;
}

.factory-proof-mosaic-main {
  grid-row: 1 / span 2;
}

.factory-proof-mosaic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.86);
  transition: filter .35s ease;
}

.factory-proof-mosaic figure:hover img {
  filter: saturate(.82) brightness(.72);
}

.factory-proof-mosaic figcaption {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  color: #fff;
  font-size: 11px;
  font-weight: 750;
  opacity: 0;
  transition: opacity .35s ease;
}

.factory-proof-mosaic figure:hover figcaption {
  opacity: 1;
}

.factory-process-archive {
  padding: 126px 0 140px;
  color: var(--factory-ink);
  background: #f4f3ee;
}

.factory-process-archive-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: end;
  margin-bottom: 58px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--factory-line);
}

.factory-process-archive-head h2 {
  margin: 0;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: clamp(48px, 4.25vw, 72px);
  font-weight: 400;
  line-height: 1.02;
}

.factory-process-archive-head p {
  max-width: 360px;
  margin: 0 0 8px;
  color: #6d6c66;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}

.factory-process-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px 24px;
}

.factory-process-record {
  min-width: 0;
  margin: 0;
}

.factory-process-record-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #d8d6cf;
}

.factory-process-record-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.82) contrast(1.02);
}

.factory-process-record figcaption {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--factory-line);
}

.factory-process-record figcaption > span {
  padding-top: 4px;
  color: #858248;
  font-size: 10px;
  font-weight: 750;
}

.factory-process-record strong,
.factory-process-record small {
  display: block;
}

.factory-process-record strong {
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.16;
}

.factory-process-record small {
  margin-top: 7px;
  color: #77766f;
  font-size: 13px;
  line-height: 1.4;
}

.factory-proof-next {
  padding: 104px 0;
  color: #f7f6f1;
  background: #151613;
}

.factory-proof-next-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 70px;
  align-items: end;
}

.factory-proof-next h2 {
  color: #f7f6f1;
}

.factory-proof-next p:not(.factory-proof-kicker) {
  max-width: 570px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .6);
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .factory-proof-intro-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .factory-proof-stage,
  .factory-proof-stage--reverse {
    grid-template-columns: 1fr;
  }

  .factory-proof-stage--reverse .factory-proof-stage-copy,
  .factory-proof-stage--reverse figure {
    order: initial;
  }

  .factory-proof-stage-copy,
  .factory-proof-stage--reverse .factory-proof-stage-copy {
    padding: 58px 0;
  }

  .factory-proof-stage-copy > span {
    margin-bottom: 40px;
  }

  .factory-proof-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 480px 260px;
  }

  .factory-proof-mosaic-main {
    grid-column: 1 / -1;
    grid-row: auto;
  }

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

@media (max-width: 680px) {
  .factory-proof-hero {
    height: 760px;
    min-height: 0;
  }

  .factory-proof-hero-inner {
    padding-top: 112px;
    padding-bottom: 46px;
  }

  .factory-proof-hero-copy h1 {
    font-size: 54px;
  }

  .factory-proof-hero-copy > p:last-child,
  .factory-proof-intro-copy > p {
    font-size: 15px;
  }

  .factory-proof-intro,
  .factory-proof-evidence,
  .factory-process-archive {
    padding: 82px 0;
  }

  .factory-proof-route {
    padding-top: 82px;
  }

  .factory-proof-intro h2,
  .factory-proof-section-head h2,
  .factory-proof-next h2 {
    font-size: 42px;
  }

  .factory-proof-facts > div {
    grid-template-columns: 105px 1fr;
  }

  .factory-proof-stage figure {
    min-height: 320px;
  }

  .factory-proof-mosaic {
    display: block;
  }

  .factory-proof-mosaic figure {
    min-height: 300px;
    margin-bottom: 14px;
  }

  .factory-proof-next-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .factory-process-archive-head {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 38px;
  }

  .factory-process-archive-head h2 {
    font-size: 42px;
  }

  .factory-process-archive-head p {
    margin: 0;
    text-align: left;
  }

  .factory-process-archive-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}

@media (max-width: 1180px) {
  .home-proof-grid {
    grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(130px, .8fr));
  }

  .home-proof-lead,
  .home-proof-fact {
    padding: 26px 20px;
  }

  .home-proof-lead {
    padding-left: 0;
  }

  .home-selection-head .section-title,
  .about-intro-title h2,
  .about-section-head h2,
  .about-story-copy h2 {
    font-size: 50px;
  }

  .home-product-copy h3 {
    font-size: 24px;
  }

  .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 52px 22px;
  }

  .about-hero-copy h1 {
    font-size: 66px;
  }

  .about-story-copy {
    padding-left: 6vw;
  }

  .about-methods > div {
    grid-template-columns: 44px minmax(160px, .4fr) minmax(0, .6fr);
    gap: 18px;
  }
}

@media (max-width: 900px) {
  .home-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-proof-lead {
    grid-column: 1 / -1;
    min-height: 126px;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .home-selection-head,
  .about-intro-grid,
  .about-section-head--split {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 20px;
  }

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

  .about-hero-services span {
    min-height: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
  }

  .about-hero-services span:nth-child(2) {
    border-right: 0;
  }

  .about-intro-grid {
    gap: 34px;
  }

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

  .about-fact:nth-child(2) {
    border-right: 0;
  }

  .about-fact:nth-child(-n+2) {
    border-bottom: 1px solid #cbc9c3;
  }

  .about-fact:nth-child(3) {
    padding-left: 0;
  }

  .about-story-grid {
    grid-template-columns: 1fr;
  }

  .about-story-media {
    min-height: 560px;
    margin: 0;
  }

  .about-story-copy {
    padding: 82px 0 92px;
  }

  .about-sector-grid {
    grid-template-columns: 1fr;
  }

  .about-sector {
    min-height: 480px;
  }
}

@media (max-width: 680px) {
  .home-proof-grid {
    grid-template-columns: 1fr;
  }

  .home-proof-lead,
  .home-proof-fact {
    min-height: 0;
    padding: 25px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .home-proof-grid > :last-child {
    padding-right: 0;
    border-bottom: 0;
  }

  .home-proof-lead strong {
    font-size: 25px;
  }

  .home-proof-fact {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
  }

  .home-proof-fact strong {
    margin: 0;
    font-size: 30px;
  }

  .home-proof-fact span {
    max-width: 150px;
    text-align: right;
  }

  .home-selection {
    padding: 78px 0 88px;
  }

  .home-selection-head {
    min-height: 0;
    margin-bottom: 42px;
    padding: 36px 22px;
  }

  .home-selection-head .section-title,
  .about-intro-title h2,
  .about-section-head h2,
  .about-story-copy h2 {
    font-size: 41px;
  }

  .home-selection-head p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .home-product-card,
  .home-product-card:nth-child(4),
  .home-product-card:nth-child(5),
  .home-product-card:nth-child(9),
  .home-product-card:nth-child(10) {
    grid-column: span 1;
  }

  .home-product-visual {
    aspect-ratio: auto;
  }

  body[data-page="home"] .capability-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 12px;
  }

  body[data-page="home"] .capability-gallery-visual {
    aspect-ratio: 4 / 3;
  }

  body[data-page="home"] .capability-gallery-copy {
    min-height: 0;
    padding: 18px 2px 0;
  }

  body[data-page="home"] .capability-gallery-copy h3 {
    min-height: 50px;
    padding-top: 0;
    font-size: 23px;
  }

  body[data-page="home"] .capability-gallery-copy p {
    margin-top: 9px;
    font-size: 14px;
    line-height: 1.5;
  }

  body[data-page="home"] .project-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 8px;
  }

  body[data-page="home"] .project-intro {
    grid-column: 1 / -1;
    min-height: 280px;
  }

  body[data-page="home"] .project-mosaic .image-tile,
  body[data-page="home"] .project-mosaic .image-tile-tall,
  body[data-page="home"] .project-mosaic .image-tile-wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  body[data-page="home"] .home-manufacturing-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    min-height: 0;
    gap: 8px;
  }

  body[data-page="home"] .home-manufacturing-image,
  body[data-page="home"] .home-manufacturing-image-main {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 1 / 1;
  }

  body[data-page="home"] .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 20px;
  }

  body[data-page="home"] .brand-logo--light {
    width: 240px;
    max-width: 240px;
    height: 87px;
  }

  .home-product-copy h3 {
    min-height: 0;
    font-size: 29px;
  }

  body[data-page="about"] .about-hero {
    height: calc(100svh - 72px);
    min-height: 660px;
    max-height: 790px;
  }

  .about-hero-image {
    object-position: 55% center;
  }

  .about-hero-shade {
    background: linear-gradient(0deg, rgba(8, 9, 8, .82) 0%, rgba(8, 9, 8, .23) 76%), linear-gradient(90deg, rgba(8, 9, 8, .42), transparent 90%);
  }

  .about-hero-inner {
    padding-top: 40px;
  }

  .about-hero-copy {
    margin-bottom: 44px;
  }

  .about-hero-copy h1 {
    margin-top: 14px;
    font-size: 49px;
    line-height: .98;
  }

  .about-hero-copy p {
    font-size: 15px;
    line-height: 1.58;
  }

  .about-hero-services {
    min-height: 104px;
  }

  .about-hero-services span {
    padding: 0 12px;
    font-size: 9px;
  }

  .about-hero-services span:first-child {
    padding-left: 0;
  }

  .about-intro {
    padding-top: 78px;
  }

  .about-intro-copy p {
    font-size: 15px;
  }

  .about-facts {
    margin-top: 60px;
  }

  .about-fact {
    min-height: 142px;
    padding: 24px 18px;
  }

  .about-fact strong {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .about-fact span {
    font-size: 11px;
  }

  .about-story-media {
    min-height: 460px;
  }

  .about-story-copy {
    padding: 70px 0 78px;
  }

  .about-story-lede {
    margin: 24px 0 40px;
    font-size: 15px;
  }

  .about-methods > div {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
  }

  .about-methods p {
    grid-column: 2;
  }

  .about-capabilities,
  .about-sectors,
  .about-network,
  body[data-page="about"] .team-section {
    padding: 78px 0;
  }

  .about-section-head {
    margin-bottom: 42px;
  }

  .about-capability-grid {
    grid-template-columns: 1fr;
  }

  .about-capability,
  .about-capability:nth-child(even) {
    min-height: 0;
    padding: 28px 0 34px;
    border-left: 0;
    border-bottom: 1px solid #cbc9c3;
  }

  .about-capability:last-child {
    border-bottom: 0;
  }

  .about-capability h3 {
    margin-top: 34px;
    font-size: 30px;
  }

  .about-sector {
    min-height: 430px;
  }

  .about-sector h3 {
    font-size: 32px;
  }

  body[data-page="about"] .team-card-media {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 560px) {
  body[data-page="home"] .capabilities-section {
    padding-bottom: 42px;
  }

  body[data-page="home"] .home-projects-section {
    padding-top: 42px;
  }
}

/* Collection project carousel */
.collection-projects {
  padding: 82px 0 32px;
  overflow: hidden;
  background: #fff;
  color: #1c1c1a;
}

.collection-projects-shell {
  --project-carousel-width: min(var(--max), calc(100vw - 96px));
  display: grid;
  gap: 34px;
}

.collection-projects-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.collection-projects-head h2 {
  max-width: 760px;
  margin: 0;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: clamp(42px, 4.4vw, 70px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.collection-projects-head-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex: 0 0 auto;
}

.collection-projects-head-actions .text-link {
  white-space: nowrap;
}

.collection-projects-controls {
  display: flex;
  gap: 8px;
}

.collection-projects-controls button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  border: 1px solid #aaa8a1;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.collection-projects-controls button:hover,
.collection-projects-controls button:focus-visible {
  border-color: #1c1c1a;
  background: #1c1c1a;
  color: #fff;
  outline: none;
}

.collection-projects-stage {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.collection-projects-stage > .collection-projects-controls {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: -48px;
  left: -48px;
  justify-content: space-between;
  gap: 0;
  transform: translateY(-50%);
  pointer-events: none;
}

.collection-projects-stage > .collection-projects-controls button {
  width: 32px;
  height: 72px;
  border: 0;
  background: transparent;
  color: #1c1c1a;
  pointer-events: auto;
  transition: opacity 180ms ease;
}

.collection-projects-stage > .collection-projects-controls button span {
  display: block;
  width: 20px;
  height: 20px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.collection-projects-stage > .collection-projects-controls button:first-child span {
  transform: rotate(135deg);
}

.collection-projects-stage > .collection-projects-controls button:last-child span {
  transform: rotate(-45deg);
}

.collection-projects-stage > .collection-projects-controls button:hover,
.collection-projects-stage > .collection-projects-controls button:focus-visible {
  border: 0;
  background: transparent;
  color: #1c1c1a;
  opacity: .55;
  outline: none;
}

.collection-projects-viewport {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  touch-action: pan-x pan-y;
}

.collection-projects-viewport::-webkit-scrollbar {
  display: none;
}

.collection-projects-viewport:focus-visible {
  outline: 1px solid #77756f;
  outline-offset: 5px;
}

.collection-projects-track {
  display: flex;
  gap: 14px;
  width: max-content;
}

.collection-project-card {
  position: relative;
  flex: 0 0 calc((var(--project-carousel-width) - 28px) / 3);
  width: calc((var(--project-carousel-width) - 28px) / 3);
  min-width: 0;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #222;
  color: #fff;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.collection-project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.08) 44%, rgba(0, 0, 0, 0.5) 100%);
  transition: background-color 220ms ease;
}

.collection-project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 220ms ease;
}

.collection-project-card:nth-child(2) img,
.collection-project-card:nth-child(3) img,
.collection-project-card:nth-child(5) img {
  object-position: center;
}

.collection-project-card:hover img,
.collection-project-card:focus-visible img {
  filter: brightness(0.82);
}

.collection-project-card:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -6px;
}

.collection-project-card-copy {
  position: absolute;
  z-index: 1;
  top: clamp(34px, 4vw, 62px);
  right: 28px;
  bottom: clamp(28px, 3vw, 46px);
  left: 28px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}

.collection-project-card-copy small {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: uppercase;
}

.collection-project-card-copy strong {
  max-width: 340px;
  font-family: "ZAOZUO Serif", "Palatino Linotype", Georgia, serif;
  font-size: clamp(28px, 2.2vw, 40px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
}

.collection-project-card-copy > span {
  margin-top: auto;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .collection-projects-shell {
    --project-carousel-width: calc(100vw - 48px);
  }

  .collection-projects-stage > .collection-projects-controls {
    right: -24px;
    left: -24px;
  }

  .collection-projects-stage > .collection-projects-controls button {
    width: 18px;
  }

  .collection-projects-stage > .collection-projects-controls button span {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 980px) {
  .collection-projects {
    padding: 68px 0 76px;
  }

  .collection-projects-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .collection-projects-shell {
    --project-carousel-width: calc(100vw - 48px);
  }

  .collection-projects-head-actions {
    width: 100%;
    justify-content: space-between;
  }

  .collection-project-card {
    flex-basis: calc((var(--project-carousel-width) - 14px) / 2);
    width: calc((var(--project-carousel-width) - 14px) / 2);
  }
}

@media (max-width: 640px) {
  .collection-projects {
    padding: 52px 0 58px;
  }

  .collection-projects-shell {
    --project-carousel-width: calc(100vw - 32px);
    gap: 26px;
  }

  .collection-projects-head h2 {
    font-size: 43px;
  }

  .collection-projects-head-actions {
    align-items: flex-end;
  }

  .collection-projects-head-actions .text-link {
    font-size: 11px;
  }

  .collection-projects-controls button {
    width: 42px;
    height: 42px;
  }

  .collection-projects-stage > .collection-projects-controls {
    right: -16px;
    left: -16px;
  }

  .collection-projects-stage > .collection-projects-controls button {
    width: 12px;
    height: 48px;
  }

  .collection-projects-stage > .collection-projects-controls button span {
    width: 10px;
    height: 10px;
    border-width: 0 1.5px 1.5px 0;
  }

  .collection-project-card {
    flex-basis: min(78vw, 360px);
    width: min(78vw, 360px);
  }

  .collection-project-card-copy {
    top: 34px;
    right: 20px;
    bottom: 26px;
    left: 20px;
  }

  .collection-project-card-copy strong {
    font-size: 31px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .collection-projects-viewport {
    scroll-behavior: auto;
  }

  .collection-project-card img {
    transition: none;
  }
}
