:root {
  --ink: #161514;
  --soft-ink: #4e4b46;
  --muted: #807970;
  --line: #ded8cf;
  --paper: #ffffff;
  --warm-paper: #f7f4ee;
  --clay: #8b4a35;
  --red: #6b1f1b;
  --shadow: rgba(22, 21, 20, 0.12);
  --header-height: 76px;
}

/* Collection pages v4: shared BIXUMI, BREAKER, YOUXIN, and CHENGQI system */
.collection-page-v4 {
  --collection-pad: clamp(24px, 5vw, 78px);
  width: 100%;
  min-width: 0;
  color: #111;
  background: #fff;
}

.collection-hero-v4 {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.72fr);
  gap: clamp(36px, 6vw, 92px);
  align-items: center;
  min-height: min(720px, calc(100vh - var(--header-height)));
  padding: 42px var(--collection-pad) 46px;
  border-bottom: 1px solid #e5e5e5;
}

.collection-hero-copy-v4 {
  min-width: 0;
  max-width: 500px;
}

.collection-back-v4 {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 54px;
  font-size: 12px;
}

.collection-hero-copy-v4 > p:not(.collection-introduction-v4),
.collection-forms-v4 > p,
.collection-story-copy-v4 > p,
.collection-paths-v4 article > div:last-child > p {
  margin: 0 0 16px;
  color: #666;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.collection-hero-copy-v4 h1 {
  max-width: 540px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 5.1vw, 78px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.collection-hero-copy-v4 h2 {
  max-width: 470px;
  margin: 28px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 400;
  line-height: 1.22;
}

.collection-introduction-v4 {
  max-width: 460px;
  margin: 24px 0 0;
  color: #555;
  font-size: 14px;
  line-height: 1.72;
}

.collection-hero-gallery-v4 {
  position: relative;
  aspect-ratio: 16 / 10;
  min-width: 0;
  overflow: hidden;
  background: #f5f5f5;
  border: 1px solid #ededed;
}

.collection-hero-slide-v4 {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  background: #f5f5f5;
  transition: opacity 220ms ease;
}

.collection-hero-slide-v4.is-active {
  visibility: visible;
  opacity: 1;
}

.collection-hero-slide-v4 > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-hero-gallery-v4 > button,
.collection-gallery-arrow-v4 {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 42px;
  height: 42px;
  border: 0;
  color: #111;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.collection-hero-gallery-v4 > [data-collection-hero-prev] {
  left: 14px;
}

.collection-hero-gallery-v4 > [data-collection-hero-next] {
  right: 14px;
}

.collection-hero-dots-v4,
.collection-gallery-dots-v4 {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 18px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 7px;
}

.collection-hero-dots-v4 button,
.collection-gallery-dots-v4 button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c9c9c9;
  cursor: pointer;
}

.collection-hero-dots-v4 button.is-active,
.collection-gallery-dots-v4 button.is-active {
  background: #111;
}

.collection-evidence-v4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0 var(--collection-pad);
  border-bottom: 1px solid #e5e5e5;
}

.collection-evidence-v4 article {
  min-width: 0;
  padding: 34px 28px 38px 0;
}

.collection-evidence-v4 article + article {
  padding-left: 28px;
  border-left: 1px solid #e5e5e5;
}

.collection-evidence-v4 h2 {
  margin: 0 0 13px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.collection-evidence-v4 p {
  margin: 0;
  color: #666;
  font-size: 12px;
  line-height: 1.65;
}

.collection-forms-v4 {
  padding: 68px var(--collection-pad) 58px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.collection-forms-v4 h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
  letter-spacing: 0;
}

.collection-forms-v4 > div {
  max-width: 620px;
  margin: 16px auto 0;
  color: #666;
  font-size: 13px;
  line-height: 1.65;
}

.collection-forms-v4 nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.collection-forms-v4 nav button {
  min-height: 40px;
  padding: 10px 20px;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  color: #111;
  background: #fff;
  cursor: pointer;
  font-size: 11px;
}

.collection-forms-v4 nav button.is-active {
  color: #fff;
  background: #111;
  border-color: #111;
}

.collection-catalogue-v4 {
  padding: 64px var(--collection-pad) 82px;
  border-bottom: 1px solid #e5e5e5;
}

.collection-catalogue-heading-v4 {
  display: flex;
  gap: 32px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 28px;
}

.collection-catalogue-heading-v4 h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 400;
  letter-spacing: 0;
}

.collection-catalogue-heading-v4 label {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 11px;
}

.collection-catalogue-heading-v4 select {
  min-height: 40px;
  padding: 0 30px 0 12px;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  color: #111;
  background: #fff;
}

.collection-product-grid-v4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 54px 20px;
}

.collection-product-card-v4 {
  min-width: 0;
}

.collection-product-media-v4 {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f5f5f5;
  border: 1px solid #ededed;
}

.collection-product-media-v4 > a,
.collection-product-placeholder-v4,
.collection-product-media-v4 img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.collection-product-placeholder-v4 {
  background: #f5f5f5;
}

.collection-product-media-v4 img {
  object-fit: cover;
}

.collection-product-media-v4 img.is-loading {
  opacity: 0;
}

.collection-product-media-v4 img[hidden],
.collection-product-placeholder-v4[hidden] {
  display: none;
}

.collection-wishlist-v4 {
  position: absolute;
  z-index: 4;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  color: #111;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font-size: 22px;
}

.collection-wishlist-v4.is-active {
  color: #111;
}

.collection-gallery-arrow-v4.is-prev {
  left: 4px;
}

.collection-gallery-arrow-v4.is-next {
  right: 4px;
}

.collection-gallery-arrow-v4[hidden] {
  display: none;
}

.collection-gallery-dots-v4 {
  bottom: 14px;
}

.collection-product-copy-v4 {
  display: grid;
  gap: 7px;
  padding-top: 18px;
}

.collection-product-copy-v4 > span {
  color: #666;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.collection-product-copy-v4 h3 {
  margin: 2px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15;
}

.collection-product-copy-v4 p {
  margin: 0;
  color: #666;
  font-size: 11px;
  line-height: 1.45;
}

.collection-product-copy-v4 strong {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
}

.collection-product-actions-v4 {
  display: grid;
  gap: 7px;
  margin-top: 8px;
}

.collection-product-actions-v4 > button,
.collection-product-actions-v4 > a {
  display: flex;
  min-height: 38px;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 9px 12px;
  border: 1px solid #111;
  border-radius: 0;
  color: #fff;
  background: #111;
  cursor: pointer;
  font-size: 10px;
}

.collection-product-actions-v4 > button:disabled {
  border-color: #d8d8d8;
  color: #777;
  background: #ededed;
  cursor: default;
}

.collection-product-actions-v4 > a:last-child {
  min-height: 28px;
  padding: 4px 0;
  border: 0;
  color: #111;
  background: transparent;
}

.collection-empty-v4 {
  grid-column: 1 / -1;
  margin: 0;
  padding: 80px 0;
  color: #666;
}

.collection-story-v4,
.collection-paths-v4 article {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.5fr);
  border-bottom: 1px solid #e5e5e5;
}

.collection-story-copy-v4 {
  align-self: center;
  padding: 70px var(--collection-pad);
}

.collection-story-copy-v4 h2,
.collection-paths-v4 h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 55px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: 0;
}

.collection-story-copy-v4 > div,
.collection-paths-v4 article > div:last-child > div {
  max-width: 620px;
  margin-top: 22px;
  color: #666;
  font-size: 13px;
  line-height: 1.75;
}

.collection-story-media-v4,
.collection-path-media-v4 {
  min-height: 430px;
  background: #f5f5f5;
  border-left: 1px solid #ededed;
}

.collection-paths-v4 article:nth-child(even) {
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
}

.collection-paths-v4 article:nth-child(even) .collection-path-media-v4 {
  order: 0;
  border-right: 1px solid #ededed;
  border-left: 0;
}

.collection-paths-v4 article > div:last-child {
  align-self: center;
  padding: 64px var(--collection-pad);
}

.collection-paths-v4 article > div:last-child > a {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  margin-top: 26px;
  padding-bottom: 5px;
  border-bottom: 1px solid #111;
  font-size: 11px;
}

.collection-services-v4 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 0 var(--collection-pad);
  border-bottom: 1px solid #e5e5e5;
}

.collection-services-v4 a {
  position: relative;
  display: grid;
  gap: 9px;
  min-width: 0;
  padding: 32px 38px 34px 0;
}

.collection-services-v4 a + a {
  padding-left: 26px;
  border-left: 1px solid #e5e5e5;
}

.collection-services-v4 strong {
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.collection-services-v4 span {
  color: #666;
  font-size: 11px;
  line-height: 1.5;
}

.collection-services-v4 i {
  position: absolute;
  top: 32px;
  right: 12px;
  font-style: normal;
}

@media (max-width: 1120px) {
  .site-header-v2 .brand {
    font-size: 20px;
    letter-spacing: 0.12em;
  }

  .collection-hero-v4 {
    grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.2fr);
    gap: 38px;
  }

  .collection-product-grid-v4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .collection-services-v4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header-v2 .brand {
    max-width: 150px;
    overflow: hidden;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-overflow: ellipsis;
  }

  .collection-page-v4 {
    --collection-pad: 18px;
  }

  .collection-hero-v4 {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: 34px;
    align-items: stretch;
    padding-top: 28px;
  }

  .collection-back-v4 {
    margin-bottom: 44px;
  }

  .collection-hero-copy-v4 h1 {
    font-size: clamp(42px, 13vw, 58px);
    overflow-wrap: anywhere;
  }

  .collection-hero-gallery-v4 {
    aspect-ratio: 4 / 5;
  }

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

  .collection-evidence-v4 article,
  .collection-evidence-v4 article + article {
    padding: 28px 18px 30px 0;
    border-left: 0;
  }

  .collection-evidence-v4 article:nth-child(even) {
    padding-left: 18px;
    border-left: 1px solid #e5e5e5;
  }

  .collection-evidence-v4 article:nth-child(n + 3) {
    border-top: 1px solid #e5e5e5;
  }

  .collection-forms-v4 {
    padding-top: 54px;
    padding-bottom: 48px;
  }

  .collection-forms-v4 nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .collection-forms-v4 nav button {
    flex: 0 0 auto;
  }

  .collection-catalogue-v4 {
    padding-top: 50px;
    padding-bottom: 64px;
  }

  .collection-catalogue-heading-v4 {
    align-items: flex-start;
    flex-direction: column;
  }

  .collection-product-grid-v4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 10px;
  }

  .collection-product-copy-v4 h3 {
    font-size: 17px;
  }

  .collection-product-actions-v4 > button,
  .collection-product-actions-v4 > a {
    padding-right: 9px;
    padding-left: 9px;
  }

  .collection-story-v4,
  .collection-paths-v4 article,
  .collection-paths-v4 article:nth-child(even) {
    display: flex;
    flex-direction: column;
  }

  .collection-story-media-v4,
  .collection-path-media-v4 {
    min-height: 0;
    aspect-ratio: 4 / 3;
    order: -1;
    border: 0;
    border-bottom: 1px solid #ededed;
  }

  .collection-paths-v4 article:nth-child(even) .collection-path-media-v4 {
    order: -1;
    border: 0;
    border-bottom: 1px solid #ededed;
  }

  .collection-story-copy-v4,
  .collection-paths-v4 article > div:last-child {
    padding-top: 52px;
    padding-bottom: 58px;
  }

  .collection-services-v4 {
    grid-template-columns: 1fr;
  }

  .collection-services-v4 a,
  .collection-services-v4 a + a {
    padding: 24px 38px 24px 0;
    border-left: 0;
    border-top: 1px solid #e5e5e5;
  }

  .collection-services-v4 a:first-child {
    border-top: 0;
  }

  .collection-services-v4 i {
    top: 24px;
  }
}

/* Commerce completion: scoped additions preserve the established page frames. */
.header-icon-link {
  width: 28px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  padding: 0;
}

.header-icon-link img {
  width: 20px;
  height: 20px;
  display: block;
}

.studio-note-panel {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
  padding: 18px 0 2px;
  border-top: 1px solid var(--line);
}

.studio-note-panel[hidden] {
  display: none;
}

.studio-note-panel > label,
.cart-order-note > span,
.cart-item-note > span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.studio-note-panel textarea,
.cart-order-note textarea,
.cart-item-note textarea {
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  color: #111111;
  background: #ffffff;
  line-height: 1.55;
}

.studio-note-panel textarea {
  min-height: 118px;
  padding: 14px;
}

.studio-note-panel > p {
  margin: 0;
  color: #666666;
  font-size: 12px;
  line-height: 1.55;
}

.studio-note-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.studio-note-actions button,
.cart-save-order-note,
.cart-item-note-save {
  min-height: 42px;
  border: 1px solid #111111;
  border-radius: 0;
  color: #111111;
  background: #ffffff;
  cursor: pointer;
}

.studio-note-actions button:last-child {
  color: #ffffff;
  background: #111111;
}

.checkout-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.checkout-steps li {
  padding-top: 8px;
  border-top: 1px solid #d7d7d7;
  color: #777777;
  font-size: 10px;
  line-height: 1.35;
}

.checkout-steps li.is-active {
  border-color: #111111;
  color: #111111;
}

.cart-order-note,
.cart-item-note {
  display: grid;
  gap: 8px;
}

.cart-order-note textarea {
  min-height: 92px;
  padding: 12px;
}

.cart-save-order-note {
  width: 100%;
}

.cart-item-note {
  margin-top: 14px;
}

.cart-item-note textarea {
  min-height: 78px;
  padding: 10px;
  font-size: 12px;
}

.cart-item-note-save {
  width: 100%;
  min-height: 36px;
  margin-top: 8px;
  font-size: 12px;
}

.wishlist-empty-v3 {
  grid-column: 1 / -1;
  padding: 80px 0;
  text-align: center;
}

.wishlist-empty-v3 h2,
.account-panel-v3 h2 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.wishlist-empty-v3 p {
  margin: 0 0 24px;
  color: #666666;
}

.wishlist-empty-v3 a,
.account-panel-v3 a {
  display: inline-flex;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
}

.account-panel-v3 {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  border: 1px solid var(--line);
}

.account-panel-v3 > div,
.account-panel-v3 > aside {
  padding: clamp(32px, 5vw, 72px);
}

.account-panel-v3 > aside {
  border-left: 1px solid var(--line);
  background: #f7f7f7;
}

.account-panel-v3 p:not(.page-kicker-v3),
.account-panel-v3 li {
  color: #666666;
  line-height: 1.65;
}

.account-panel-v3 label {
  display: grid;
  gap: 8px;
  margin: 28px 0 12px;
}

.account-panel-v3 input,
.account-panel-v3 button {
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  background: #ffffff;
}

.account-panel-v3 button {
  width: 100%;
  color: #777777;
  cursor: not-allowed;
}

.account-panel-v3 ul {
  margin: 18px 0 32px;
  padding-left: 18px;
}

@media (max-width: 1120px) {
  .site-header-v2 .nav-right .header-icon-link {
    display: inline-grid;
  }
}

@media (max-width: 760px) {
  .site-header-v2 .nav-right .header-archive-link {
    display: none;
  }

  .header-icon-link {
    width: 24px;
  }

  .studio-note-actions,
  .account-panel-v3 {
    grid-template-columns: 1fr;
  }

  .account-panel-v3 > aside {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

/* Independent catalogue and service pages */
.page-framework-v3 {
  --page-pad: clamp(24px, 5vw, 80px);
  width: 100%;
  min-width: 0;
  color: #111;
  background: #fff;
}

.page-intro-v3 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 420px);
  gap: 56px;
  align-items: end;
  min-height: 330px;
  padding: 96px var(--page-pad) 68px;
  border-bottom: 1px solid #e5e5e5;
}

.page-kicker-v3,
.page-intro-v3 .page-kicker-v3 {
  margin: 0 0 22px;
  color: #666;
  font: 500 11px/1.3 Arial, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-intro-v3 h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.page-intro-copy-v3,
.page-intro-aside-v3 {
  max-width: 620px;
  margin: 28px 0 0;
  color: #666;
  font-size: 15px;
  line-height: 1.75;
}

.page-intro-aside-v3 {
  margin: 0;
}

.button-primary-v3,
.button-secondary-v3 {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  border-radius: 0;
  padding: 14px 26px;
  font: 500 12px/1 Arial, sans-serif;
  letter-spacing: 0;
  text-decoration: none;
}

.button-primary-v3 {
  color: #fff;
  background: #111;
}

.button-secondary-v3 {
  color: #111;
  background: #fff;
}

.button-primary-v3:disabled {
  border-color: #d1d1d1;
  color: #888;
  background: #eee;
  cursor: not-allowed;
}

.collection-overview-grid-v3 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px 0 0;
  background: #e5e5e5;
}

.collection-overview-grid-v3 .collection-card-v2 {
  min-width: 0;
  padding: 24px 24px 46px;
  background: #fff;
}

.collection-overview-grid-v3 .collection-card-media {
  aspect-ratio: 4 / 5;
  background: #f5f5f5;
}

.collection-overview-grid-v3 .collection-card-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 24px;
  align-items: start;
  padding-top: 24px;
}

.collection-overview-grid-v3 .collection-card-meta h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
}

.collection-overview-grid-v3 .collection-card-meta p {
  grid-column: 1;
  margin: 0;
  color: #666;
  line-height: 1.6;
}

.collection-overview-grid-v3 .collection-card-meta span {
  grid-column: 2;
  grid-row: 1 / span 2;
  font-size: 22px;
}

.filter-tabs-v3 {
  display: flex;
  gap: 38px;
  min-width: 0;
  overflow-x: auto;
  padding: 0 var(--page-pad);
  border-bottom: 1px solid #e5e5e5;
  scrollbar-width: none;
}

.filter-tabs-v3::-webkit-scrollbar {
  display: none;
}

.filter-tabs-v3 a {
  flex: 0 0 auto;
  padding: 24px 0 18px;
  border-bottom: 1px solid transparent;
  color: #666;
  font-size: 13px;
  text-decoration: none;
}

.filter-tabs-v3 a.is-active {
  border-color: #111;
  color: #111;
}

.catalogue-grid-v3 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #e5e5e5;
}

.catalogue-card-v3 {
  position: relative;
  display: block;
  min-width: 0;
  color: #111;
  background: #fff;
  text-decoration: none;
}

.catalogue-card-media-v3 {
  aspect-ratio: 4 / 5;
  background: #f5f5f5;
}

.catalogue-card-copy-v3 {
  min-height: 238px;
  padding: 24px 24px 30px;
}

.catalogue-card-copy-v3 > span {
  display: block;
  margin-bottom: 13px;
  color: #666;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.catalogue-card-copy-v3 h2 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.12;
}

.catalogue-card-copy-v3 p {
  margin: 0 0 8px;
  color: #666;
  font-size: 13px;
  line-height: 1.45;
}

.catalogue-card-detail-v3 {
  min-height: 20px;
}

.catalogue-card-bottom-v3 {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #e5e5e5;
}

.catalogue-card-bottom-v3 strong {
  font-size: 13px;
  font-weight: 500;
}

.catalogue-card-bottom-v3 small {
  max-width: 138px;
  color: #666;
  font-size: 10px;
  line-height: 1.4;
  text-align: right;
}

.empty-state-v3 {
  grid-column: 1 / -1;
  margin: 0;
  padding: 100px var(--page-pad);
  color: #666;
  background: #fff;
}

.subject-index-grid-v3 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0 var(--page-pad) 110px;
  list-style: none;
}

.subject-index-grid-v3 li {
  border-bottom: 1px solid #e5e5e5;
}

.subject-index-grid-v3 li:nth-child(odd) {
  border-right: 1px solid #e5e5e5;
}

.subject-index-grid-v3 a {
  display: grid;
  grid-template-columns: 34px 110px minmax(0, 1fr) auto;
  gap: 26px;
  min-height: 210px;
  align-items: center;
  padding: 30px;
  color: #111;
  text-decoration: none;
}

.subject-index-number-v3 {
  align-self: start;
  padding-top: 3px;
  color: #777;
  font-size: 10px;
}

.subject-index-media-v3 {
  aspect-ratio: 4 / 5;
  width: 110px;
  background: #f5f5f5;
}

.subject-index-grid-v3 h2 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}

.subject-index-grid-v3 p {
  margin: 0;
  color: #666;
  font-size: 12px;
  line-height: 1.55;
}

.subject-index-grid-v3 .subject-index-chinese-v3 {
  margin-bottom: 12px;
  color: #111;
}

.subject-index-arrow-v3 {
  font-size: 20px;
}

.archive-lookup-panel-v3 {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 520px;
  border-bottom: 1px solid #e5e5e5;
}

.archive-lookup-form-v3,
.archive-state-stack-v3 {
  padding: 80px var(--page-pad);
}

.archive-lookup-form-v3 {
  border-right: 1px solid #e5e5e5;
}

.archive-lookup-form-v3 label {
  display: block;
  margin-bottom: 18px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.archive-lookup-form-v3 > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.archive-lookup-form-v3 input {
  min-width: 0;
  min-height: 52px;
  border: 1px solid #cfcfcf;
  border-right: 0;
  border-radius: 0;
  padding: 0 18px;
  background: #fff;
  font: inherit;
  text-transform: uppercase;
}

.archive-lookup-form-v3 > p,
.archive-state-stack-v3 p,
.archive-privacy-v3 p {
  max-width: 620px;
  color: #666;
  font-size: 13px;
  line-height: 1.7;
}

.archive-state-stack-v3 section[hidden] {
  display: none;
}

.archive-state-stack-v3 h2,
.archive-privacy-v3 h2 {
  max-width: 520px;
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 400;
  line-height: 1.08;
}

.archive-privacy-v3 {
  padding: 88px var(--page-pad) 110px;
}

.pricing-table-v3 article {
  display: grid;
  grid-template-columns: 50px minmax(220px, 1.2fr) minmax(170px, 0.7fr) minmax(280px, 1.5fr);
  gap: 28px;
  align-items: center;
  padding: 30px var(--page-pad);
  border-bottom: 1px solid #e5e5e5;
}

.pricing-table-v3 article > span {
  color: #777;
  font-size: 10px;
}

.pricing-table-v3 h2,
.payment-methods-v3 h2,
.pricing-policy-grid-v3 h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

.pricing-table-v3 strong {
  font-size: 15px;
  font-weight: 500;
}

.pricing-table-v3 p,
.pricing-policy-grid-v3 p,
.payment-methods-v3 p {
  margin: 0;
  color: #666;
  font-size: 13px;
  line-height: 1.65;
}

.pricing-policy-grid-v3 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid #e5e5e5;
}

.pricing-policy-grid-v3 article {
  min-height: 340px;
  padding: 72px var(--page-pad);
}

.pricing-policy-grid-v3 article:first-child {
  border-right: 1px solid #e5e5e5;
}

.pricing-policy-grid-v3 h2 {
  max-width: 520px;
  margin-bottom: 22px;
  font-size: 38px;
}

.payment-methods-v3 {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.4fr);
  gap: 70px;
  padding: 90px var(--page-pad) 110px;
}

.payment-methods-v3 h2 {
  font-size: 42px;
}

.payment-methods-v3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.payment-methods-v3 li {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 28px;
  padding: 22px 0;
  border-bottom: 1px solid #e5e5e5;
}

.payment-methods-v3 > button {
  grid-column: 2;
  justify-self: start;
}

.guidance-list-v3 article {
  display: grid;
  grid-template-columns: 52px minmax(220px, 0.8fr) minmax(0, 1.2fr);
  gap: 34px;
  align-items: start;
  padding: 46px var(--page-pad);
  border-bottom: 1px solid #e5e5e5;
}

.guidance-list-v3 article > span {
  color: #777;
  font-size: 10px;
}

.guidance-list-v3 h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
}

.guidance-list-v3 p {
  max-width: 680px;
  margin: 0;
  color: #666;
  line-height: 1.7;
}

.contact-band-v3 {
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 80px var(--page-pad) 100px;
}

.contact-band-v3 h2 {
  max-width: 720px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 400;
}

.contact-layout-v3 {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(360px, 1.15fr) minmax(260px, 0.9fr);
  gap: 0;
  padding-bottom: 110px;
}

.contact-details-v3,
.contact-form-v3 {
  padding: 70px var(--page-pad);
  border-right: 1px solid #e5e5e5;
}

.contact-details-v3 > div {
  padding: 0 0 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e5e5e5;
}

.contact-details-v3 span,
.form-field-v3 > span,
.choice-group-v3 legend {
  display: block;
  margin-bottom: 12px;
  color: #666;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-details-v3 a,
.contact-details-v3 p {
  margin: 0;
  color: #111;
  font-size: 13px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.contact-image-v3 {
  aspect-ratio: 4 / 5;
  width: calc(100% - (var(--page-pad) * 2));
  align-self: start;
  justify-self: center;
  margin: 70px var(--page-pad) 0;
  background: #f5f5f5;
}

.form-field-v3 {
  display: block;
  min-width: 0;
  margin-bottom: 30px;
}

.form-field-v3 input,
.form-field-v3 textarea {
  width: 100%;
  min-width: 0;
  border: 0;
  border-bottom: 1px solid #bdbdbd;
  border-radius: 0;
  padding: 11px 0;
  color: #111;
  background: transparent;
  font: inherit;
  resize: vertical;
}

.form-field-v3 input:focus,
.form-field-v3 textarea:focus {
  border-color: #111;
  outline: 0;
}

.form-submit-v3 {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 36px;
}

.form-submit-v3 p {
  max-width: 280px;
  margin: 0;
  color: #666;
  font-size: 11px;
  line-height: 1.5;
}

.inquiry-layout-v3 {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.65fr);
  gap: 0;
  padding-bottom: 110px;
}

.inquiry-form-v3 {
  padding: 70px var(--page-pad);
  border-right: 1px solid #e5e5e5;
}

.inquiry-prefill-v3 {
  display: grid;
  gap: 8px;
  margin-bottom: 30px;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.inquiry-prefill-v3 span {
  color: #666666;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.inquiry-prefill-v3 strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}

.inquiry-prefill-v3 p {
  margin: 0;
  color: #666666;
  font-size: 12px;
  line-height: 1.5;
}

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

.choice-group-v3 {
  min-width: 0;
  margin: 0 0 36px;
  padding: 0;
  border: 0;
}

.choice-buttons-v3 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.choice-buttons-v3 button {
  min-height: 44px;
  border: 1px solid #d4d4d4;
  border-radius: 0;
  padding: 11px 16px;
  color: #111;
  background: #fff;
  font: inherit;
  font-size: 12px;
}

.choice-buttons-v3 button.is-selected {
  border-color: #111;
  color: #fff;
  background: #111;
}

.inquiry-process-v3 {
  padding: 70px var(--page-pad);
}

.inquiry-process-v3 ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inquiry-process-v3 li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 18px;
  padding: 26px 0;
  border-bottom: 1px solid #e5e5e5;
}

.inquiry-process-v3 li > span {
  color: #777;
  font-size: 10px;
}

.inquiry-process-v3 h2 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
}

.inquiry-process-v3 p {
  margin: 0;
  color: #666;
  font-size: 12px;
  line-height: 1.65;
}

.inquiry-process-v3 a {
  color: #111;
}

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

  .subject-index-grid-v3 {
    grid-template-columns: 1fr;
  }

  .subject-index-grid-v3 li:nth-child(odd) {
    border-right: 0;
  }

  .contact-layout-v3 {
    grid-template-columns: 0.7fr 1.3fr;
  }

  .contact-image-v3 {
    grid-column: 1 / -1;
    width: min(420px, calc(100% - (var(--page-pad) * 2)));
  }

  .inquiry-layout-v3 {
    grid-template-columns: 1fr;
  }

  .inquiry-form-v3 {
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }
}

@media (max-width: 720px) {
  .page-framework-v3 {
    --page-pad: 20px;
  }

  .page-intro-v3 {
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: 260px;
    padding-top: 64px;
    padding-bottom: 42px;
  }

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

  .page-intro-aside-v3 {
    margin: 0;
  }

  .collection-overview-grid-v3,
  .catalogue-grid-v3 {
    grid-template-columns: 1fr;
  }

  .collection-overview-grid-v3 .collection-card-v2 {
    padding: 16px 16px 38px;
  }

  .filter-tabs-v3 {
    gap: 26px;
  }

  .catalogue-card-copy-v3 {
    min-height: 0;
  }

  .subject-index-grid-v3 {
    padding: 0 0 70px;
  }

  .subject-index-grid-v3 a {
    grid-template-columns: 24px 76px minmax(0, 1fr);
    gap: 14px;
    min-height: 170px;
    padding: 22px 16px;
  }

  .subject-index-media-v3 {
    width: 76px;
  }

  .subject-index-grid-v3 h2 {
    font-size: 20px;
    overflow-wrap: anywhere;
  }

  .subject-index-grid-v3 p:not(.subject-index-chinese-v3) {
    display: none;
  }

  .subject-index-arrow-v3 {
    display: none;
  }

  .archive-lookup-panel-v3 {
    grid-template-columns: 1fr;
  }

  .archive-lookup-form-v3 {
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .archive-lookup-form-v3,
  .archive-state-stack-v3 {
    padding: 52px var(--page-pad);
  }

  .archive-lookup-form-v3 > div {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .archive-lookup-form-v3 input {
    border-right: 1px solid #cfcfcf;
  }

  .pricing-table-v3 article,
  .guidance-list-v3 article {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 12px 18px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pricing-table-v3 article > p,
  .guidance-list-v3 article > p {
    grid-column: 2;
  }

  .pricing-table-v3 article > strong {
    grid-column: 2;
  }

  .pricing-table-v3 h2,
  .guidance-list-v3 h2 {
    font-size: 24px;
  }

  .pricing-policy-grid-v3,
  .payment-methods-v3 {
    grid-template-columns: 1fr;
  }

  .pricing-policy-grid-v3 article {
    min-height: 0;
    padding: 52px var(--page-pad);
  }

  .pricing-policy-grid-v3 article:first-child {
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .pricing-policy-grid-v3 h2,
  .payment-methods-v3 h2,
  .contact-band-v3 h2 {
    font-size: 32px;
  }

  .payment-methods-v3 {
    gap: 34px;
    padding: 58px var(--page-pad) 72px;
  }

  .payment-methods-v3 li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .payment-methods-v3 > button {
    grid-column: 1;
  }

  .contact-band-v3 {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 58px;
    padding-bottom: 72px;
  }

  .contact-layout-v3 {
    grid-template-columns: 1fr;
  }

  .contact-details-v3,
  .contact-form-v3 {
    padding: 52px var(--page-pad);
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .contact-image-v3 {
    grid-column: auto;
    width: calc(100% - 40px);
    margin: 20px;
  }

  .form-submit-v3 {
    align-items: flex-start;
    flex-direction: column;
  }

  .inquiry-form-v3,
  .inquiry-process-v3 {
    padding: 52px var(--page-pad);
  }

  .form-grid-v3 {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .choice-buttons-v3 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .choice-buttons-v3 button {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.45;
}

body.drawer-open,
body.cart-open,
body.search-open {
  overflow: hidden;
}

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

.site-main:not(.page-home) {
  padding-top: var(--header-height);
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  height: var(--header-height);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 46px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(222, 216, 207, 0.78);
  backdrop-filter: blur(18px);
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 28px;
  min-width: 0;
}

.nav-right {
  justify-content: flex-end;
}

.brand,
.hero-brand {
  font-weight: 650;
  letter-spacing: 0.12em;
}

.brand {
  font-size: 27px;
  white-space: nowrap;
}

.nav-control,
.nav-link-button,
.text-button {
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.nav-control {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 15px;
}

.nav-right a,
.nav-link-button {
  font-size: 14px;
  white-space: nowrap;
}

.cart-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

#cart-count {
  min-width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 10px;
  line-height: 1;
}

.nav-icon,
.nav-icon::before,
.nav-icon::after {
  display: block;
  width: 19px;
  height: 1px;
  background: currentColor;
}

.nav-icon {
  position: relative;
}

.nav-icon::before,
.nav-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-icon::before {
  top: -6px;
}

.nav-icon::after {
  top: 6px;
}

.search-icon {
  width: 17px;
  height: 17px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  position: relative;
}

.search-icon::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -4px;
  width: 8px;
  height: 1.5px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 45;
  pointer-events: none;
  background: rgba(0, 0, 0, 0);
  transition: background 220ms ease;
}

.drawer-backdrop.is-open {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(2px);
}

.cart-backdrop {
  position: fixed;
  inset: 0;
  z-index: 45;
  pointer-events: none;
  background: rgba(0, 0, 0, 0);
  transition: background 220ms ease;
}

.cart-backdrop.is-open {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.34);
}

.menu-drawer,
.cart-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 50;
  width: min(520px, 92vw);
  padding: 34px 42px;
  background: #fff;
  transition: left 260ms ease;
  box-shadow: 18px 0 60px var(--shadow);
}

.menu-drawer {
  left: -520px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(520px, 100vw);
  padding: 0;
  box-shadow: none;
  overflow-y: auto;
}

.menu-drawer.is-open {
  left: 0;
}

.cart-drawer {
  right: -480px;
  width: min(480px, 92vw);
  overflow-y: auto;
  box-shadow: -18px 0 60px var(--shadow);
  transition: right 260ms ease;
}

.cart-drawer.is-open {
  right: 0;
}

.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 38px;
  border-bottom: 1px solid var(--line);
  letter-spacing: 0.12em;
  font-weight: 650;
}

.menu-topbar {
  min-height: 116px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  padding: 0 34px;
}

.menu-close {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--soft-ink);
  font-size: 14px;
}

.close-mark {
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.close-mark::before,
.close-mark::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -2px;
  width: 22px;
  height: 1px;
  background: currentColor;
}

.close-mark::before {
  transform: rotate(45deg);
}

.close-mark::after {
  transform: rotate(-45deg);
}

.drawer-brand {
  justify-self: center;
  color: var(--clay);
  font-weight: 650;
  letter-spacing: 0.14em;
}

.drawer-language {
  justify-self: end;
  position: relative;
  color: var(--muted);
  font-size: 14px;
}

.drawer-language-current {
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  color: var(--soft-ink);
}

.drawer-language-options {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 2;
  min-width: 130px;
  display: none;
  padding: 8px 0;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px var(--shadow);
}

.drawer-language:hover .drawer-language-options,
.drawer-language:focus-within .drawer-language-options,
.drawer-language.is-open .drawer-language-options {
  display: grid;
}

.drawer-language-options button {
  min-height: 36px;
  padding: 0 14px;
  border: 0;
  color: var(--soft-ink);
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.drawer-language-options button:hover {
  background: var(--warm-paper);
}

.drawer-language-options button.is-active {
  color: var(--ink);
  background: var(--warm-paper);
}

.drawer-nav {
  display: grid;
  align-content: start;
  gap: 0;
  padding: 34px 72px 28px;
}

.drawer-nav a {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #8f8b86;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.drawer-nav a:hover,
.drawer-nav a:focus {
  color: var(--ink);
}

.drawer-nav .drawer-home {
  margin-bottom: 18px;
  color: #b0aba4;
  font-size: 17px;
}

.drawer-nav .has-child span:last-child {
  color: var(--muted);
  font-size: 22px;
}

.drawer-utilities {
  display: grid;
  gap: 16px;
  padding: 24px 72px 48px;
  color: var(--soft-ink);
  font-size: 14px;
}

.drawer-utilities a {
  width: fit-content;
  border-bottom: 1px solid transparent;
}

.drawer-utilities a:hover {
  border-bottom-color: currentColor;
}

.page-section {
  scroll-margin-top: var(--header-height);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #ebe6dd;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 30%, rgba(0, 0, 0, 0.28) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent 28%, transparent 72%, rgba(0, 0, 0, 0.1));
  pointer-events: none;
}

.hero-media,
.hero-media .media-slot,
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.media-slot {
  position: relative;
  display: block;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(139, 74, 53, 0.08), rgba(22, 21, 20, 0.04)),
    var(--warm-paper);
}

.media-slot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.media-slot.is-empty::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(22, 21, 20, 0.12);
}

.hero-brand {
  position: absolute;
  top: calc(var(--header-height) + 32px);
  left: 50%;
  z-index: 2;
  color: #fff;
  font-size: 19px;
  transform: translateX(-50%);
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.32);
}

.hero-copy {
  position: absolute;
  left: 50%;
  bottom: 8.5vh;
  z-index: 2;
  width: min(720px, calc(100vw - 40px));
  color: #fff;
  text-align: center;
  transform: translateX(-50%);
  text-shadow: 0 1px 22px rgba(0, 0, 0, 0.45);
}

.hero-copy p,
.section-title p,
.section-kicker {
  margin: 0 0 16px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-top: 30px;
}

.line-action {
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 15px;
}

.line-action.dark {
  color: var(--ink);
}

.section {
  padding: 96px 56px;
  background: #fff;
}

.section-title {
  margin: 0 auto 46px;
  max-width: 920px;
}

.section-title.centered {
  text-align: center;
}

.section-title h1,
.section-title h2,
.archive-copy h2,
.archive-copy h1,
.craft-copy h2,
.craft-copy h1,
.maison-section h1,
.maison-section h2,
.contact-section h1,
.contact-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 62px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
}

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

.collection-card figure {
  margin: 0;
}

.collection-image {
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(180deg, #f2f0ec, #e4ded5);
}

.collection-card img {
  transition: transform 420ms ease;
}

.collection-card:hover img {
  transform: scale(1.035);
}

.collection-card figcaption {
  display: grid;
  gap: 7px;
  padding-top: 18px;
  color: var(--ink);
  text-align: center;
}

.collection-card figcaption strong {
  font-size: 17px;
  font-weight: 400;
}

.collection-card figcaption span {
  max-width: 280px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.series-section {
  background: #fff;
}

.series-view {
  display: grid;
  gap: 48px;
}

.series-intro {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.series-intro h1,
.series-intro h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 62px);
  font-weight: 400;
  line-height: 1.05;
}

.series-intro p:not(.section-kicker) {
  max-width: 760px;
  margin: 22px auto 0;
  color: var(--soft-ink);
}

.series-subjects {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.series-subjects span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  color: var(--soft-ink);
  background: #fff;
  font-size: 12px;
}

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

.series-work-card {
  display: grid;
  gap: 12px;
  text-align: center;
}

.series-work-image {
  aspect-ratio: 4 / 5;
}

.series-work-card span {
  color: var(--muted);
  font-size: 12px;
}

.series-work-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.12;
}

.works-section {
  padding-top: 12px;
}

.collection-filter {
  position: sticky;
  top: var(--header-height);
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 34px;
  margin: -14px -56px 42px;
  padding: 18px 56px;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
  overflow-x: auto;
}

.collection-filter a,
.collection-filter button {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid transparent;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
}

.collection-filter a:hover,
.collection-filter a:focus,
.collection-filter a.is-active,
.collection-filter button:hover,
.collection-filter button:focus,
.collection-filter button.is-active {
  color: var(--ink);
  border-bottom-color: currentColor;
}

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

.work-card {
  display: grid;
  gap: 16px;
}

.work-image {
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(180deg, #f5f3ee, #e8e2d8);
}

.work-card-copy {
  text-align: center;
}

.work-card-copy span,
.work-detail-copy dt {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.work-card-copy h2,
.work-card-copy h3 {
  margin: 8px 0 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1;
}

.work-card-copy p {
  margin: 0;
  color: var(--soft-ink);
  font-size: 14px;
}

.work-card-copy .work-price {
  margin-top: 8px;
  color: var(--ink);
}

.work-commerce-status {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.work-detail-section {
  padding: 0;
  background: #fff;
}

.work-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
  gap: 0;
  max-width: none;
  margin: 0 auto;
  align-items: start;
}

.work-detail-gallery {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.gallery-figure {
  min-height: min(780px, calc(100vh - var(--header-height)));
  margin: 0;
  background: var(--warm-paper);
}

.gallery-figure img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}

.work-breadcrumb {
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.work-detail-primary {
  min-height: min(780px, calc(100vh - var(--header-height)));
}

.work-detail-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.work-detail-thumb {
  aspect-ratio: 1;
}

.work-detail-copy {
  position: sticky;
  top: var(--header-height);
  min-height: calc(100vh - var(--header-height));
  padding: 52px 48px;
  background: #fff;
  border-left: 1px solid var(--line);
}

.work-detail-copy h1,
.work-detail-copy h2 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 400;
  line-height: 1;
}

.work-detail-copy p {
  color: var(--soft-ink);
}

.work-detail-copy dl {
  display: grid;
  gap: 1px;
  margin: 36px 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.work-detail-copy dl div {
  display: grid;
  gap: 8px;
  padding: 18px;
  background: #fff;
}

.work-detail-copy dd {
  margin: 0;
  color: var(--soft-ink);
}

.work-original {
  margin: -6px 0 16px;
  color: var(--muted);
}

.work-price-line {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 18px;
}

.seo-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -10px 0 30px;
}

.seo-keywords span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  color: var(--soft-ink);
  background: #fff;
  font-size: 12px;
}

.work-detail-actions,
.commerce-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  align-items: center;
}

.product-options {
  display: grid;
  gap: 18px;
  margin: 32px 0;
}

.product-option-group {
  display: grid;
  gap: 10px;
}

.product-option-group > span {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.option-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.option-grid button {
  min-height: 38px;
  padding: 8px 12px;
  color: var(--soft-ink);
  background: #fff;
  border: 1px solid var(--line);
  cursor: pointer;
}

.option-grid button:hover,
.option-grid button:focus,
.option-grid button.is-active {
  color: var(--ink);
  border-color: var(--ink);
}

.detail-note {
  margin: 24px 0;
  color: var(--soft-ink);
  font-size: 14px;
}

.commerce-panel {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.detail-panels {
  display: grid;
  gap: 1px;
  margin-top: 34px;
  background: var(--line);
  border: 1px solid var(--line);
}

.detail-panel {
  padding: 24px;
  background: #fff;
}

.detail-panel > span {
  display: block;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.detail-panel p {
  margin: 0;
  color: var(--soft-ink);
}

.detail-panel ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--soft-ink);
}

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

.field-columns > div {
  min-width: 0;
  padding: 18px;
  background: var(--warm-paper);
}

.field-columns h3 {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}

.commerce-note {
  margin: 0 0 18px;
  color: var(--soft-ink);
  font-size: 14px;
}

.commerce-actions {
  margin-bottom: 16px;
}

.commerce-button,
.paypal-cart-button {
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid var(--ink);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
}

.commerce-button.primary,
.paypal-cart-button {
  background: var(--ink);
  color: #fff;
}

.commerce-button.ghost {
  display: inline-grid;
  place-items: center;
}

.commerce-button:disabled,
.paypal-cart-button:disabled {
  border-color: var(--line);
  color: var(--muted);
  background: #ece8e0;
  cursor: not-allowed;
}

.archive-section {
  background: var(--warm-paper);
}

.archive-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 72px;
  max-width: 1180px;
  margin: 0 auto;
  align-items: start;
}

.archive-copy p,
.craft-copy p,
.contact-lines p,
.fine-print,
.sample-codes,
.form-note {
  color: var(--soft-ink);
}

.fine-print,
.sample-codes,
.form-note {
  font-size: 13px;
}

.archive-form {
  padding: 36px;
  background: #fff;
  border: 1px solid var(--line);
}

.archive-form label,
.commission-form label {
  display: grid;
  gap: 10px;
  color: var(--soft-ink);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.code-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 12px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0;
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--ink);
}

.code-row button,
.submit-button {
  min-height: 48px;
  padding: 0 24px;
  color: #fff;
  background: var(--ink);
  border: 1px solid var(--ink);
  cursor: pointer;
}

.archive-result {
  margin-top: 24px;
}

.archive-record {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.archive-record.has-public-media {
  grid-template-columns: 150px 1fr;
}

.archive-image {
  aspect-ratio: 1;
}

.archive-record span {
  display: block;
  margin-bottom: 8px;
  color: var(--clay);
  font-size: 12px;
  letter-spacing: 0.14em;
}

.archive-record h2,
.archive-record h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

.archive-record p,
.archive-empty {
  margin: 4px 0;
  color: var(--soft-ink);
}

.archive-public-fields {
  display: grid;
  gap: 1px;
  margin: 18px 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.archive-public-fields div {
  display: grid;
  gap: 6px;
  padding: 12px;
  background: #fff;
}

.archive-public-fields dt {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.archive-public-fields dd {
  margin: 0;
  color: var(--soft-ink);
}

.craft-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  gap: 56px;
  align-items: center;
}

.craft-media {
  min-height: 620px;
}

.craft-image {
  width: 100%;
  min-height: 620px;
}

.evidence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 36px;
  background: var(--line);
  border: 1px solid var(--line);
}

.evidence-grid span {
  min-height: 112px;
  display: grid;
  place-items: center;
  padding: 22px;
  background: #fff;
  color: var(--soft-ink);
  text-align: center;
}

.commission-section {
  background: #fff;
}

.commission-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 1040px;
  margin: 0 auto;
}

.commission-form .wide,
.submit-button,
.form-note {
  grid-column: 1 / -1;
}

.submit-button {
  width: fit-content;
  min-width: 190px;
}

.form-note.is-active {
  color: var(--clay);
}

.subject-section,
.pricing-section {
  background: #fff;
  border-top: 1px solid var(--line);
}

.subject-grid,
.pricing-grid,
.care-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 1180px;
  margin: 0 auto;
  background: var(--line);
  border: 1px solid var(--line);
}

.subject-card,
.pricing-tier,
.care-grid p {
  min-height: 170px;
  margin: 0;
  padding: 24px;
  background: #fff;
}

.subject-card span,
.pricing-tier span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.subject-card h3,
.pricing-tier h3 {
  margin: 18px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.12;
}

.subject-card p,
.pricing-tier p,
.pricing-note,
.keyword-line {
  color: var(--soft-ink);
}

.keyword-line,
.pricing-note {
  max-width: 900px;
  margin: 24px auto 0;
  text-align: center;
}

.section-actions {
  justify-content: center;
  margin-top: 28px;
}

.shipping-section {
  background: #fff;
}

.care-grid p {
  display: flex;
  align-items: flex-end;
}

.payment-section {
  background: var(--warm-paper);
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 1180px;
  margin: 0 auto 42px;
  background: var(--line);
  border: 1px solid var(--line);
}

.policy-grid p {
  min-height: 156px;
  margin: 0;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  background: #fff;
}

.payment-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  counter-reset: flow;
}

.payment-flow li {
  position: relative;
  min-height: 118px;
  padding: 24px 18px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--soft-ink);
  counter-increment: flow;
}

.payment-flow li::before {
  content: counter(flow, decimal-leading-zero);
  display: block;
  margin-bottom: 18px;
  color: var(--clay);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.maison-section {
  min-height: 52vh;
  display: grid;
  align-content: center;
  background: #fff;
  border-top: 1px solid var(--line);
}

.maison-section h2 {
  max-width: 900px;
}

.maison-section h1 {
  max-width: 900px;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  background: var(--ink);
  color: #fff;
}

.contact-section .section-title {
  margin: 0;
}

.contact-lines {
  color: rgba(255, 255, 255, 0.72);
}

.contact-lines a {
  border-bottom: 1px solid currentColor;
}

.cart-body {
  display: grid;
  gap: 22px;
  padding-top: 28px;
}

.cart-note,
.cart-empty {
  margin: 0;
  color: var(--soft-ink);
  font-size: 14px;
}

.cart-feedback {
  color: #111111;
}

.cart-items {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.cart-empty,
.cart-line {
  padding: 18px;
  background: #fff;
}

.cart-line-layout {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
}

.cart-line-media {
  width: 96px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f3f3f3;
  border: 1px solid var(--line);
}

.cart-line-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-line-copy {
  min-width: 0;
}

.cart-line-head,
.cart-summary,
.cart-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.cart-line-head span {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cart-line h3 {
  margin: 10px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.15;
}

.cart-line p {
  margin: 0 0 16px;
  color: var(--soft-ink);
}

.cart-line .cart-line-chinese,
.cart-line .cart-single-quantity {
  margin-bottom: 10px;
  font-size: 13px;
}

.cart-line-facts {
  display: grid;
  gap: 5px;
  margin: 14px 0;
}

.cart-line-facts div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 8px;
  font-size: 12px;
  line-height: 1.45;
}

.cart-line-facts dt {
  color: var(--muted);
}

.cart-line-facts dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.cart-quantity {
  justify-content: flex-start;
}

.cart-quantity button {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
}

.cart-summary {
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 18px;
}

.paypal-cart-button {
  width: 100%;
}

.paypal-checkout-panel {
  display: grid;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.paypal-status-title,
.paypal-missing-list {
  margin: 0;
}

.paypal-sandbox-result {
  padding: 16px;
  border: 1px solid var(--line);
  background: var(--warm-paper);
  font-size: 13px;
}

.paypal-sandbox-result strong {
  display: block;
  margin-bottom: 12px;
}

.paypal-sandbox-result dl,
.paypal-sandbox-result dl div {
  margin: 0;
}

.paypal-sandbox-result dl div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
  gap: 12px;
  padding: 6px 0;
  border-top: 1px solid var(--line);
}

.paypal-sandbox-result dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.paypal-status-title {
  font-size: 14px;
  font-weight: 500;
}

.paypal-missing-list {
  padding-left: 18px;
  color: var(--soft-ink);
  font-size: 12px;
  line-height: 1.6;
}

.purchase-setup-note {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  color: var(--soft-ink);
  font-size: 12px;
  line-height: 1.55;
}

@media (max-width: 520px) {
  .cart-line-layout {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .cart-line-media {
    width: 72px;
  }

  .cart-line-facts div {
    grid-template-columns: 1fr;
    gap: 1px;
  }
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px 46px;
  color: var(--muted);
  background: #fff;
  border-top: 1px solid var(--line);
  font-size: 13px;
}

.search-panel {
  position: fixed;
  inset: var(--header-height) 0 auto;
  z-index: 35;
  padding: 30px 46px 36px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 18px 44px var(--shadow);
}

.search-shell {
  max-width: 980px;
  margin: 0 auto;
}

.search-shell label {
  display: block;
  margin-bottom: 12px;
  color: var(--soft-ink);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.search-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
}

.search-results {
  display: grid;
  gap: 1px;
  margin-top: 18px;
  background: var(--line);
  border: 1px solid var(--line);
}

.search-results p,
.search-results a {
  margin: 0;
  padding: 16px 18px;
  background: #fff;
}

.search-results a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.search-results small {
  color: var(--muted);
}

.search-result-work {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  background: #ffffff;
}

.search-result-work > a {
  min-width: 0;
}

.search-result-work > .wishlist-button {
  margin-right: 10px;
  background: transparent;
}

@media (max-width: 1020px) {
  .site-header {
    padding: 0 22px;
  }

  .nav-right {
    gap: 16px;
  }

  .nav-right a:nth-child(1),
  .nav-link-button {
    display: none;
  }

  .collection-grid,
  .series-representatives,
  .work-catalog,
  .policy-grid,
  .subject-grid,
  .pricing-grid,
  .care-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

	  .archive-layout,
	  .craft-section,
	  .work-detail,
	  .contact-section {
	    grid-template-columns: 1fr;
	  }

  .work-detail-copy {
    position: static;
    min-height: auto;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

	  .field-columns {
	    grid-template-columns: 1fr;
	  }

  .payment-flow {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  :root {
    --header-height: 68px;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
    padding: 0 16px;
  }

  .brand {
    justify-self: center;
    font-size: 21px;
  }

  .nav-control span:last-child,
  .nav-right a:not(:last-child) {
    display: none;
  }

  .nav-left,
  .nav-right {
    gap: 14px;
  }

  .hero-brand {
    top: calc(var(--header-height) + 22px);
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  .section {
    padding: 70px 20px;
  }

	  .collection-grid,
	  .series-representatives,
	  .work-catalog,
	  .policy-grid,
	  .subject-grid,
  .pricing-grid,
  .care-grid,
  .commission-form,
	  .evidence-grid {
	    grid-template-columns: 1fr;
	  }

	  .collection-filter {
	    justify-content: flex-start;
	    gap: 22px;
	    margin: -10px -20px 32px;
	    padding: 14px 20px;
	  }

  .archive-form {
    padding: 24px;
  }

  .code-row,
  .archive-record {
    grid-template-columns: 1fr;
  }

  .craft-media,
  .craft-image,
  .work-detail-primary {
    min-height: 420px;
  }

  .work-detail-strip {
    grid-template-columns: 1fr;
  }

  .search-panel {
    padding: 22px 18px 26px;
  }

  .search-row {
    grid-template-columns: 1fr;
  }

  .footer {
    flex-direction: column;
    padding: 24px 20px;
  }
}


/* Home and work-detail framework v2 */
:root {
  --ink: #111111;
  --soft-ink: #5f5f5f;
  --muted: #767676;
  --line: #e5e5e5;
  --paper: #ffffff;
  --warm-paper: #f5f5f5;
  --header-height: 88px;
}

body {
  overflow-x: hidden;
  background: #ffffff;
  color: #111111;
  letter-spacing: 0;
}

body.service-drawer-open {
  overflow: hidden;
}

.page-home,
.page-work {
  padding-top: var(--header-height);
}

.site-header-v2 {
  height: var(--header-height);
  padding: 0 48px;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  backdrop-filter: none;
}

.site-header-v2 .brand {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.site-header-v2 .nav-left,
.site-header-v2 .nav-right {
  gap: 25px;
}

.site-header-v2 .nav-control,
.site-header-v2 .nav-right a,
.site-header-v2 .nav-link-button {
  font-size: 13px;
  letter-spacing: 0;
}

.image-placeholder {
  display: block;
  width: 100%;
  min-width: 0;
  background: #f5f5f5;
  border: 1px solid #eeeeee;
}

.image-placeholder > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page-v2,
.work-detail-page-v2 {
  background: #ffffff;
}

.home-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: calc(100vh - var(--header-height));
  min-height: 620px;
  overflow: hidden;
  background: #f5f5f5;
}

.hero-carousel-track,
.hero-slide,
.hero-slide-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 360ms ease;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.12) 58%, rgba(0, 0, 0, 0.04) 100%);
  pointer-events: none;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-slide-copy {
  position: absolute;
  left: 7.5%;
  bottom: 11%;
  z-index: 2;
  max-width: 660px;
  color: #ffffff;
}

.hero-slide-copy > span,
.home-section-heading span,
.product-collection-label {
  display: block;
  margin-bottom: 18px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-slide-copy h1 {
  max-width: 760px;
  margin: 0 0 30px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.3vw, 88px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-slide-copy a,
.editorial-copy-v2 a,
.entrance-card-v2 a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 600;
}

.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  color: #111111;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transform: translateY(-50%);
}

.hero-arrow-prev {
  left: 28px;
}

.hero-arrow-next {
  right: 28px;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 3;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.hero-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.hero-dots button.is-active {
  background: #ffffff;
}

.home-section-v2 {
  width: 100%;
  padding: 112px 48px;
  border-bottom: 1px solid var(--line);
}

.home-section-heading {
  margin: 0 auto 52px;
  text-align: center;
}

.home-section-heading span {
  margin-bottom: 14px;
  color: #666666;
}

.home-section-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.2vw, 54px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.product-grid-v2,
.collection-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1600px;
  margin: 0 auto;
}

.product-card-v2,
.collection-card-v2 {
  position: relative;
  display: block;
  min-width: 0;
}

.product-card-link,
.catalogue-card-link-v3 {
  display: block;
  color: inherit;
  text-decoration: none;
}

.wishlist-button,
.product-wishlist-v2 {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  color: #111111;
  background: rgba(255, 255, 255, 0.78);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.product-card-v2 > .wishlist-button,
.catalogue-card-v3 > .wishlist-button,
.product-gallery-main > .product-wishlist-v2 {
  position: absolute;
  z-index: 4;
  top: 14px;
  right: 14px;
}

.wishlist-button.is-active,
.product-wishlist-v2.is-active {
  color: #111111;
}

.product-card-media,
.collection-card-media {
  aspect-ratio: 4 / 5;
  transition: background-color 180ms ease;
}

.product-card-v2:hover .product-card-media,
.collection-card-v2:hover .collection-card-media {
  background: #f0f0f0;
}

.product-card-meta,
.collection-card-meta {
  position: relative;
  padding: 20px 2px 0;
}

.product-card-meta span,
.product-card-meta p {
  display: block;
  margin: 0 0 7px;
  color: #686868;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.product-card-meta h3,
.collection-card-meta h3 {
  margin: 0 0 7px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.product-card-meta strong {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
}

.collection-card-meta {
  padding-right: 36px;
}

.collection-card-meta p {
  max-width: 330px;
  margin: 0;
  color: #666666;
  font-size: 13px;
  line-height: 1.55;
}

.collection-card-meta > span {
  position: absolute;
  top: 21px;
  right: 2px;
}

.editorial-section-v2 {
  padding-left: 0;
  padding-right: 0;
}

.editorial-section-v2 .home-section-heading,
.editorial-copy-v2 {
  max-width: 1440px;
  padding-left: 48px;
  padding-right: 48px;
}

.editorial-media-v2 {
  aspect-ratio: 16 / 9;
  max-height: 840px;
}

.editorial-copy-v2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin: 40px auto 0;
}

.editorial-copy-v2 h3,
.entrance-card-v2 h2 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.2vw, 38px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

.editorial-copy-v2 p,
.entrance-card-v2 p {
  max-width: 650px;
  margin: 0;
  color: #666666;
  font-size: 14px;
  line-height: 1.65;
}

.entrance-grid-v2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.entrance-media-v2 {
  aspect-ratio: 16 / 10;
}

.entrance-card-v2 > div:last-child {
  padding: 30px 0 0;
}

.entrance-card-v2 a {
  margin-top: 24px;
}

.service-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1440px;
  margin: 0 auto;
}

.service-card-v2 {
  position: relative;
  display: block;
  min-width: 0;
  padding-bottom: 10px;
}

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

.service-card-v2 h3 {
  margin: 0 40px 7px 0;
  font-size: 15px;
  font-weight: 500;
}

.service-card-v2 p {
  max-width: 380px;
  margin: 0;
  color: #666666;
  font-size: 13px;
  line-height: 1.55;
}

.service-card-v2 > span {
  position: absolute;
  right: 2px;
  bottom: 12px;
}

.product-primary-v2 {
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(360px, 42%);
  min-height: calc(100vh - var(--header-height));
  border-bottom: 1px solid var(--line);
}

.product-gallery-v2 {
  min-width: 0;
  padding: 28px 28px 54px;
  background: #ffffff;
  border-right: 1px solid var(--line);
}

.product-gallery-main {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}

.product-gallery-main-media {
  aspect-ratio: 4 / 5;
}

.product-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 72px);
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.product-gallery-thumb {
  width: 72px;
  aspect-ratio: 1;
  padding: 0;
  overflow: hidden;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
}

.product-gallery-thumb.is-active {
  border-color: #111111;
}

.product-gallery-thumb-media {
  height: 100%;
  border: 0;
}

.product-summary-v2 {
  min-width: 0;
  background: #ffffff;
}

.product-summary-inner {
  position: sticky;
  top: var(--header-height);
  max-height: calc(100vh - var(--header-height));
  padding: 76px clamp(40px, 5vw, 88px) 70px;
  overflow-y: auto;
}

.product-summary-inner h1 {
  max-width: 680px;
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.2vw, 70px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.product-chinese-name,
.product-price-v2,
.product-description-v2 {
  margin: 0;
}

.product-chinese-name {
  color: #444444;
  font-size: 16px;
}

.product-price-v2 {
  padding-top: 22px;
  font-size: 15px;
}

.product-description-v2 {
  max-width: 570px;
  padding-top: 22px;
  color: #666666;
  font-size: 14px;
  line-height: 1.65;
}

.product-facts-v2 {
  margin: 30px 0 0;
  border-top: 1px solid var(--line);
}

.product-facts-v2 > div {
  display: grid;
  grid-template-columns: minmax(100px, 0.42fr) minmax(0, 0.58fr);
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.product-facts-v2 dt {
  color: #666666;
}

.product-facts-v2 dd {
  margin: 0;
  text-align: right;
}

.product-options-v2 {
  margin-top: 34px;
}

.option-button-group {
  min-width: 0;
  margin: 0 0 28px;
  padding: 0;
  border: 0;
}

.option-button-group legend {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
}

.option-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.option-button {
  min-height: 40px;
  max-width: 100%;
  padding: 10px 14px;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  color: #111111;
  background: #ffffff;
  font-size: 12px;
  line-height: 1.35;
  cursor: pointer;
}

.option-button.is-active {
  border-color: #111111;
  color: #ffffff;
  background: #111111;
}

.purchase-actions-v2 {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.purchase-primary,
.purchase-secondary,
.sticky-product-bar > button,
.sticky-product-bar > a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid #111111;
  border-radius: 0;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}

.purchase-primary,
.sticky-product-bar > button,
.sticky-product-bar > a {
  color: #ffffff;
  background: #111111;
}

.purchase-secondary {
  color: #111111;
  background: #ffffff;
}

.purchase-secondary:disabled {
  border-color: #d7d7d7;
  color: #888888;
  cursor: not-allowed;
}

.archive-eligibility-v2 {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.archive-eligibility-v2 span {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.archive-eligibility-v2 p {
  margin: 0;
  color: #666666;
  font-size: 13px;
  line-height: 1.55;
}

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

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

.accordion-trigger {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
  border: 0;
  color: #111111;
  background: #ffffff;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
}

.accordion-content {
  padding: 0 32px 22px 0;
}

.accordion-content p {
  margin: 0;
  color: #666666;
  font-size: 13px;
  line-height: 1.6;
}

.accordion-drawer-link {
  margin-top: 14px;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid #111111;
  color: #111111;
  background: transparent;
  font-size: 12px;
  cursor: pointer;
}

.service-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 89;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.38);
  opacity: 0;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.service-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  width: min(520px, 92vw);
  padding: 0 42px 42px;
  overflow-y: auto;
  background: #ffffff;
  border-left: 1px solid var(--line);
  transform: translateX(100%);
  transition: transform 240ms ease;
}

body.service-drawer-open .service-drawer-backdrop {
  visibility: visible;
  opacity: 1;
}

body.service-drawer-open .service-drawer {
  transform: translateX(0);
}

.service-drawer-head {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.service-drawer-head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

.service-drawer-head button {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}

.service-drawer-row {
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.service-drawer-row h3,
.service-drawer-assistance span {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
}

.service-drawer-row p,
.service-drawer-assistance p {
  margin: 0;
  color: #666666;
  font-size: 13px;
  line-height: 1.6;
}

.service-drawer-assistance {
  padding-top: 34px;
}

.service-drawer-assistance a {
  display: inline-flex;
  gap: 12px;
  margin-top: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid #111111;
  font-size: 12px;
}

.sticky-product-bar {
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  z-index: 35;
  height: 76px;
  display: grid;
  grid-template-columns: 50px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 10px 48px;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  transform: translateY(-110%);
  transition: transform 180ms ease;
}

.sticky-product-bar.is-visible {
  transform: translateY(0);
}

.sticky-product-media {
  width: 50px;
  height: 50px;
}

.sticky-product-bar > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 12px;
}

.sticky-product-bar > div strong {
  font-weight: 500;
}

.sticky-product-bar > div span {
  color: #666666;
}

.sticky-product-bar > button,
.sticky-product-bar > a {
  min-width: 180px;
  min-height: 44px;
}

.recommendation-section {
  padding: 96px 48px 112px;
  border-bottom: 1px solid var(--line);
}

.recommendation-tabs {
  display: flex;
  gap: 36px;
  max-width: 1600px;
  margin: 0 auto 42px;
  border-bottom: 1px solid var(--line);
}

.recommendation-tabs button {
  position: relative;
  padding: 0 0 15px;
  border: 0;
  color: #777777;
  background: transparent;
  font-size: 13px;
  cursor: pointer;
}

.recommendation-tabs button.is-active {
  color: #111111;
}

.recommendation-tabs button.is-active::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  content: "";
  background: #111111;
}

.recommendation-empty {
  min-height: 220px;
  display: grid;
  place-items: center;
  margin: 0;
  color: #777777;
  font-size: 13px;
}

.work-related-navigation {
  padding: 64px 48px 84px;
}

.breadcrumbs-v2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
  color: #666666;
  font-size: 12px;
}

.breadcrumbs-v2 a {
  color: #111111;
  border-bottom: 1px solid #111111;
}

.related-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.related-link-grid a {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.work-not-found {
  min-height: 70vh;
  display: grid;
  place-content: center;
  gap: 12px;
  padding: 80px 24px;
  text-align: center;
}

.work-not-found h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  font-weight: 400;
}

.site-footer-v2 {
  padding: 72px 48px 28px;
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.footer-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 44px;
  padding-bottom: 72px;
}

.footer-column-v2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer-column-v2 h2 {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.footer-column-v2 a,
.footer-column-v2 span,
.footer-column-v2 button {
  padding: 0;
  border: 0;
  color: #555555;
  background: transparent;
  font-size: 12px;
  text-align: left;
  cursor: pointer;
}

.footer-column-v2 button.is-active {
  color: #111111;
  border-bottom: 1px solid #111111;
}

.footer-base-v2 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  color: #666666;
  font-size: 11px;
}

.footer-base-v2 a {
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.footer-base-v2 span:last-child {
  justify-self: end;
}

@media (max-width: 1120px) {
  :root {
    --header-height: 76px;
  }

  .site-header-v2 {
    padding: 0 24px;
  }

  .site-header-v2 .nav-left,
  .site-header-v2 .nav-right {
    gap: 16px;
  }

  .site-header-v2 .nav-right a {
    display: none;
  }

  .home-hero {
    min-height: 540px;
  }

  .home-section-v2,
  .recommendation-section {
    padding: 84px 24px;
  }

  .editorial-section-v2 {
    padding-left: 0;
    padding-right: 0;
  }

  .product-grid-v2,
  .collection-grid-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 52px;
  }

  .product-primary-v2 {
    grid-template-columns: minmax(0, 54%) minmax(360px, 46%);
  }

  .product-gallery-v2 {
    padding: 18px 18px 40px;
  }

  .product-summary-inner {
    padding: 58px 36px 60px;
  }

  .product-summary-inner h1 {
    font-size: 46px;
  }

  .option-button {
    font-size: 11px;
  }

  .work-related-navigation {
    padding: 58px 24px 72px;
  }

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

  .sticky-product-bar {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 68px;
  }

  .site-header-v2 {
    padding: 0 16px;
  }

  .site-header-v2 .brand {
    font-size: 18px;
    letter-spacing: 0.14em;
  }

  .site-header-v2 .nav-left,
  .site-header-v2 .nav-right {
    gap: 12px;
  }

  .site-header-v2 .nav-left .nav-control:nth-child(2),
  .site-header-v2 .nav-right #open-cart span:first-child,
  .site-header-v2 .nav-right #language-toggle {
    display: none;
  }

  .site-header-v2 .nav-right #open-cart {
    font-size: 0;
  }

  .site-header-v2 .nav-right #open-cart #cart-count {
    font-size: 10px;
  }

  .home-hero {
    aspect-ratio: 4 / 5;
    min-height: 0;
    max-height: none;
  }

  .hero-slide-copy {
    right: 24px;
    left: 24px;
    bottom: 70px;
  }

  .hero-slide-copy > span {
    margin-bottom: 12px;
  }

  .hero-slide-copy h1 {
    margin-bottom: 22px;
    font-size: clamp(38px, 12vw, 58px);
    line-height: 1;
  }

  .hero-arrow {
    top: auto;
    bottom: 20px;
    width: 38px;
    height: 38px;
    transform: none;
  }

  .hero-arrow-prev {
    left: 16px;
  }

  .hero-arrow-next {
    right: 16px;
  }

  .hero-dots {
    bottom: 35px;
  }

  .home-section-v2,
  .recommendation-section {
    padding: 70px 16px;
  }

  .home-section-heading {
    margin-bottom: 34px;
  }

  .home-section-heading h2 {
    font-size: 36px;
  }

  .product-grid-v2,
  .collection-grid-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 10px;
  }

  .product-card-meta,
  .collection-card-meta {
    padding-top: 14px;
  }

  .product-card-meta h3,
  .collection-card-meta h3 {
    font-size: 13px;
  }

  .product-card-meta span,
  .product-card-meta p {
    font-size: 9px;
  }

  .collection-card-meta {
    padding-right: 16px;
  }

  .collection-card-meta p {
    font-size: 11px;
  }

  .collection-card-meta > span {
    top: 14px;
  }

  .editorial-section-v2 .home-section-heading,
  .editorial-copy-v2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .editorial-media-v2 {
    aspect-ratio: 4 / 5;
  }

  .editorial-copy-v2 {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 26px;
  }

  .entrance-grid-v2,
  .service-grid-v2 {
    grid-template-columns: 1fr;
  }

  .entrance-grid-v2 {
    gap: 58px;
  }

  .product-primary-v2 {
    display: block;
  }

  .product-gallery-v2 {
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-gallery-main-media {
    aspect-ratio: 4 / 5;
    border-right: 0;
    border-left: 0;
  }

  .product-gallery-thumbs {
    grid-template-columns: repeat(5, minmax(0, 54px));
    gap: 7px;
    padding: 0 12px;
  }

  .product-gallery-thumb {
    width: 100%;
  }

  .product-summary-inner {
    position: static;
    max-height: none;
    padding: 48px 20px 64px;
    overflow: visible;
  }

  .product-summary-inner h1 {
    font-size: 43px;
  }

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

  .product-facts-v2 dd {
    text-align: left;
  }

  .option-button-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .option-button {
    width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .sticky-product-bar {
    top: auto;
    bottom: 0;
    height: 72px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 8px 12px;
    border-top: 1px solid var(--line);
    border-bottom: 0;
    transform: translateY(110%);
  }

  .sticky-product-bar.is-visible {
    transform: translateY(0);
  }

  .sticky-product-media {
    width: 42px;
    height: 42px;
  }

  .sticky-product-bar > button,
  .sticky-product-bar > a {
    min-width: 0;
    min-height: 42px;
    padding: 10px 14px;
    font-size: 11px;
  }

  .recommendation-tabs {
    gap: 24px;
    overflow-x: auto;
  }

  .recommendation-tabs button {
    flex: 0 0 auto;
  }

  .work-related-navigation {
    padding: 52px 16px 64px;
  }

  .related-link-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .service-drawer {
    width: 100%;
    padding: 0 22px 32px;
  }

  .site-footer-v2 {
    padding: 56px 20px 24px;
  }

  .footer-grid-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 24px;
    padding-bottom: 54px;
  }

  .footer-base-v2 {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .footer-base-v2 span:last-child {
    justify-self: start;
  }
}

@media (max-width: 1120px) {
  .site-header-v2 .brand {
    font-size: 20px;
    letter-spacing: 0.12em;
  }
}

@media (max-width: 760px) {
  .site-header-v2 .brand {
    max-width: 150px;
    overflow: hidden;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-overflow: ellipsis;
  }
}
