/*
 * Canonical public stylesheet.
 *
 * Ownership map:
 * - foundation: tokens, reset, shared page shell and header
 * - products: product hero, specification, gallery and purchase flow
 * - editorial: News, Point of View and Moments article surfaces
 * - listings: shared hero, filters and waterfall cards
 * - responsive: approved desktop and narrow-screen variants
 *
 * Keep generated HTML changes in builder.js; do not solve page-specific data
 * differences with selectors in this file.
 */
:root {
  --paper: #f7f3ec;
  --paper-deep: #eae3d9;
  --surface: #fffdf9;
  --ink: #29231f;
  --copy-ink: #514943;
  --muted: #70665f;
  --line: rgba(41, 35, 31, 0.14);
  --accent: #8f4054;
  --line-green: #06c755;
  --shadow: 0 24px 70px rgba(59, 45, 36, 0.1);
  --waterfall-card-shadow: 0 5px 14px rgba(52, 40, 33, 0.07);
  --waterfall-card-shadow-hover: 0 8px 20px rgba(52, 40, 33, 0.1);
  --dialog-close-size: 44px;
  --site-paper-glow-radius: 700px;
  --sans: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", system-ui, sans-serif;
  --sans-light: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei UI Light", "Microsoft JhengHei", sans-serif;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", "Noto Serif TC", serif;
  --text-readable-small-size: 13px;
  --text-readable-small-line-height: 1.5;
  --text-readable-small-letter-spacing: 0.02em;
  --text-body-weight: 400;
  --text-emphasis-weight: 600;
  --text-size-label: 12px;
  --text-size-body: 15px;
  --text-size-feature: 25px;
  --text-size-display: clamp(34px, 4vw, 50px);
  --text-size-status: 22px;
  --text-size-status-mobile: 42px;
  --text-line-label: 1.7;
  --text-line-body: 1.7;
  --text-line-feature: 1.65;
  --text-line-display: 1.2;
  --text-display-weight: 300;
  --text-status-weight: 400;
  --text-tracking-label: 0.12em;
  --eyebrow-font-family: var(--sans);
  --eyebrow-font-size: var(--text-size-label);
  --eyebrow-font-weight: 500;
  --eyebrow-line-height: var(--text-line-label);
  --eyebrow-letter-spacing: var(--text-tracking-label);
  --related-section-space-before: 72px;
  --related-section-space-after: 56px;
  --related-section-title-size: 24px;
  --related-section-title-line-height: 1.35;
  --related-section-card-gap: 24px;
  --footer-content-padding-top: 42px;
  --footer-content-padding-bottom: 48px;
  --footer-content-padding-top-mobile: 32px;
  --footer-content-padding-bottom-mobile: 32px;
  --product-hero-space-after: 84px;
  --product-hero-space-after-tablet: 64px;
  --product-hero-space-after-mobile: 52px;
  --product-details-space-before: 24px;
  --product-details-space-before-mobile: 20px;
}

/* Canonical third-level content-card hero. No legacy article hero selectors apply here. */
.content-card-hero {
  display: grid;
  gap: 26px;
  width: min(calc(100% - 32px), 680px);
  margin: 40px auto 0;
  align-items: start;
}

.content-card-hero-media,
.hero-media {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  place-items: center;
  border-radius: 14px;
  background: #d7c3b3;
}

picture[data-image-use] {
  display: block;
  width: 100%;
}

.content-card-hero-media > picture,
.hero-media > picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.content-card-hero-media img,
.content-card-hero-media video,
.hero-media > picture > img,
.hero-media > img:not(.sold-watermark) {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-related-content-thumb > picture,
.article-history-thumb > picture,
.content-related-thumb > picture {
  height: 100%;
}

.content-card-hero-media figcaption,
.content-card-hero-media .gallery-image-meta {
  display: none;
}

.content-card-hero-placeholder span {
  color: rgba(142, 77, 96, 0.55);
  font: italic 72px/1 Georgia, serif;
}

.content-card-hero-copy {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-width: 0;
  min-height: 0;
}

.content-card-hero-heading {
  align-self: center;
  width: 100%;
  min-width: 0;
}

.content-card-hero-meta {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  color: #8e4d60;
  font-family: var(--sans-light);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.content-card-hero-meta-copy {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.content-card-hero-meta.detail-meta-row {
  margin-bottom: 0;
}

.content-card-hero-title {
  width: 100%;
  margin: 24px 0 0;
  color: var(--ink);
  font-family: var(--sans-light);
  font-size: clamp(38px, 10vw, 52px);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.01em;
  overflow-wrap: anywhere;
  text-wrap: wrap;
}

.content-card-hero-summary {
  width: 100%;
  margin: 16px 0 0;
  overflow: visible;
  color: #6f625a;
  font-family: var(--sans-light);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  text-overflow: clip;
  white-space: normal;
}

.content-card-hero-summary.is-auto-summary {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media (min-width: 761px) {
  .content-card-page .content-card-hero {
    position: relative;
  }

  .content-card-page .content-card-hero .detail-share-button {
    position: absolute;
    z-index: 2;
    top: -52px;
    right: 0;
  }
}

@media (min-width: 761px) and (max-width: 1135px) {
  .content-card-hero {
    width: min(calc(100% - 40px), 760px);
    margin-top: 64px;
    padding: 42px clamp(24px, 4vw, 40px);
    box-sizing: border-box;
    background: #e6dcd0;
  }

  .content-card-hero-media {
    width: min(100%, 520px);
    margin: 0 auto;
  }

  .content-card-hero-copy {
    min-height: 0;
  }

  .content-card-hero-meta {
    padding-top: 4px;
  }

  .content-card-hero-title {
    margin-top: 18px;
    font-size: clamp(46px, 6vw, 54px);
  }

  .content-card-hero-title.is-long {
    font-size: clamp(42px, 5.4vw, 50px);
  }

  .content-card-hero-title.is-extra-long {
    font-size: clamp(36px, 4.8vw, 44px);
  }

  .content-card-hero-summary {
    font-size: 14px;
    font-weight: 400;
  }
}

@media (min-width: 1136px) {
  .content-card-hero {
    grid-template-columns: 300px minmax(0, 680px);
    gap: 80px;
    justify-content: center;
    width: min(calc(100% - 76px), 1560px);
    min-height: 300px;
    margin-top: 64px;
    padding: 42px 0;
    background: #e6dcd0;
  }

  .content-card-hero-media {
    width: 300px;
    height: 300px;
    margin-top: 0;
    align-self: start;
  }

  .content-card-hero-copy {
    min-height: 300px;
    align-self: start;
  }

  .content-card-hero-meta {
    padding-top: 4px;
  }

  .content-card-hero-summary {
    font-size: 14px;
    font-weight: 400;
  }

  .content-card-hero-title {
    margin-top: 18px;
    font-size: clamp(46px, 4.25vw, 60px);
  }

  .content-card-hero-title.is-long {
    font-size: clamp(42px, 3.75vw, 52px);
  }

  .content-card-hero-title.is-extra-long {
    font-size: clamp(36px, 3.2vw, 44px);
  }

  .content-article-page .article-layout,
  .content-masonry-page .article-layout {
    grid-template-columns: 300px minmax(0, 680px);
    gap: 80px;
    width: min(calc(100% - 76px), 1060px);
    padding: 55px 0 110px;
  }

  .content-article-page .article-rail {
    top: 28px;
    padding-top: 18px;
    border-top-color: #d9cec4;
  }

  .content-article-page .article-prose,
  .content-article-page .article-prose:has(.article-story-flow) {
    width: 100%;
    max-width: 680px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.02em;
  }

  .content-article-page .article-story-flow {
    display: block;
  }

  .content-article-page .article-story-paragraph {
    width: 100%;
    max-width: none;
    margin: 0 0 32px;
  }

  .content-article-page .article-story-media {
    width: 100%;
    margin: 42px 0 52px;
    padding: 0;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .content-article-page .article-story-media img,
  .content-article-page .article-story-media video {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 12px;
    object-fit: contain;
  }

  .content-article-page .article-story-media img {
    max-height: none;
  }

  .content-article-page .article-story-media video {
    max-height: min(72vh, 760px);
    max-height: min(72dvh, 760px);
  }

  .content-article-page .article-story-media figcaption,
  .content-article-page .article-story-media .gallery-image-meta,
  .content-article-page .article-story-media .gallery-image-meta p {
    padding: 10px 0 0;
    color: var(--muted);
    font-size: var(--text-readable-small-size);
    font-weight: var(--text-body-weight);
    line-height: var(--text-readable-small-line-height);
    letter-spacing: var(--text-readable-small-letter-spacing);
  }
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle var(--site-paper-glow-radius) at 10% 0%, rgba(255, 255, 255, 0.95), transparent 100%),
    var(--paper);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

body.is-modal-open {
  overflow: hidden;
}

a {
  color: inherit;
}

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

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

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

.preview-admin-toolbar {
  position: sticky;
  z-index: 80;
  top: 0;
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(41, 35, 31, 0.18);
  background: rgba(255, 253, 249, 0.96);
  box-shadow: 0 8px 24px rgba(52, 40, 33, 0.08);
  backdrop-filter: blur(18px);
}

.preview-admin-mobile-link {
  margin-right: 16px;
}

.preview-admin-toolbar[hidden],
.preview-admin-toolbar-show[hidden] {
  display: none !important;
}

.preview-admin-button,
.preview-admin-toolbar-show {
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid rgba(41, 35, 31, 0.34);
  border-radius: 7px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.preview-admin-button:hover,
.preview-admin-toolbar-show:hover {
  border-color: rgba(41, 35, 31, 0.68);
  background: rgba(41, 35, 31, 0.055);
  box-shadow: 0 5px 14px rgba(52, 40, 33, 0.07);
  transform: translateY(-1px);
}

.preview-admin-button.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
  box-shadow: 0 6px 16px rgba(41, 35, 31, 0.16);
}

.preview-admin-toolbar-show {
  position: fixed;
  z-index: 85;
  top: 10px;
  right: 14px;
  background: rgba(255, 253, 249, 0.96);
  box-shadow: 0 8px 20px rgba(52, 40, 33, 0.12);
}

.preview-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 12px 24px;
  background: var(--ink);
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.preview-banner strong {
  flex: 0 0 auto;
  color: #f0c6cf;
}

.preview-banner span {
  color: rgba(255, 255, 255, 0.78);
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  width: min(100% - 72px, 1440px);
  min-height: 96px;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
}

.site-search {
  display: flex;
  width: clamp(190px, 19vw, 280px);
  height: 40px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.site-search:focus-within {
  border-color: rgba(143, 64, 84, 0.62);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(143, 64, 84, 0.08);
}

.site-search svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--accent);
  stroke-linecap: round;
  stroke-width: 1.7;
}

.site-search input {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
}

.site-search input::placeholder {
  color: var(--muted);
  opacity: 0.82;
}

.archive-view-toggle {
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid var(--line) !important;
  border-radius: 999px;
  padding: 0 !important;
  background: rgba(255, 255, 255, 0.48) !important;
  color: var(--accent) !important;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.archive-view-toggle:hover,
.archive-view-toggle:focus-visible {
  border-color: rgba(143, 64, 84, 0.62) !important;
  outline: none;
  background: #fff !important;
}

.archive-view-toggle.is-active {
  border-color: var(--accent) !important;
  background: var(--accent) !important;
  color: #fff !important;
}

.archive-view-toggle svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.listing-page .site-header .header-actions:has(.archive-view-toggle) {
  gap: 12px;
}

.header-actions a,
.share-button {
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-decoration: none;
}

.header-actions a:hover,
.header-actions a[aria-current="page"],
.share-button:hover {
  border-bottom-color: var(--ink);
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.92fr);
  gap: clamp(48px, 7vw, 116px);
  width: min(100% - 72px, 1440px);
  margin: 56px auto var(--product-hero-space-after);
}

.media-column {
  min-width: 0;
}

.hero-media {
  min-height: 0;
  padding: 0;
  border: 0;
  box-shadow: var(--shadow);
  cursor: pointer;
}

.hero-media > .sold-watermark,
.card-image > .sold-watermark {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  object-fit: contain;
  opacity: 0.5;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.status-badge {
  position: absolute;
  z-index: 4;
  right: 24px;
  bottom: 24px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: rgba(143, 64, 84, 0.92);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  backdrop-filter: blur(12px);
}

.status-available,
.status-incoming {
  background: rgba(49, 91, 69, 0.92);
}

.status-reserved,
.status-ordered {
  background: rgba(158, 104, 30, 0.92);
}

.thumbnail-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.thumbnail {
  aspect-ratio: 1;
  padding: 0;
  overflow: hidden;
  border: 1px solid transparent;
  background: #fff;
  cursor: pointer;
}

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

.product-summary {
  position: relative;
  align-self: center;
  max-width: 580px;
}

.detail-meta-row {
  display: flex;
  width: 100%;
  margin: 0 0 16px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.detail-meta-row > .eyebrow {
  margin: 0;
}

.detail-share-button {
  flex: 0 0 auto;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  overflow: visible;
  border: 1px solid rgba(143, 64, 84, 0.36);
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.78);
  color: var(--accent);
  box-shadow: 0 8px 22px rgba(58, 43, 38, 0.06);
  transition:
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.detail-share-button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.detail-share-button:hover,
.detail-share-button:focus-visible {
  border-color: var(--accent);
  border-bottom-color: var(--accent);
  background: var(--accent);
  color: #fff;
  transform: translateY(-1px);
}

.eyebrow,
.selection-note-eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  font-family: var(--eyebrow-font-family);
  font-size: var(--eyebrow-font-size);
  font-weight: var(--eyebrow-font-weight);
  line-height: var(--eyebrow-line-height);
  letter-spacing: var(--eyebrow-letter-spacing);
}

.product-summary h1 {
  margin: 0;
  font-family: var(--sans-light);
  font-size: clamp(36px, 4vw, 64px);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 1.18;
}

.product-summary h1 span {
  display: block;
  margin-bottom: 8px;
  font-family: "Helvetica Neue", "Avenir Next", "Segoe UI", Arial, sans-serif;
  font-size: 0.72em;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.015em;
}

.lead {
  max-width: 34em;
  margin: 28px 0 32px;
  color: var(--copy-ink);
  font-size: 19px;
  line-height: 1.85;
}

.post-intro {
  margin: 28px 0 30px;
  padding: 22px 24px;
  border-left: 3px solid var(--accent);
  background: rgba(255, 253, 249, 0.72);
}

.post-intro-label {
  margin: 0 0 10px !important;
  color: var(--accent) !important;
  font-family: var(--serif);
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.post-intro > p {
  margin: 0 0 14px;
  color: var(--copy-ink);
  font-size: 17px;
  line-height: 1.9;
}

.post-intro > p:last-child {
  margin-bottom: 0;
}

.hashtag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
  margin: -8px 0 26px;
}

.hashtag-list a {
  padding: 4px 9px;
  border: 1px solid rgba(143, 64, 84, 0.22);
  border-radius: 999px;
  background: rgba(143, 64, 84, 0.05);
  color: var(--accent);
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
}

.hashtag-list a:hover {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.quick-specs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quick-specs div {
  padding: 0 14px;
  border-right: 1px solid var(--line);
}

.quick-specs div:first-child {
  padding-left: 0;
}

.quick-specs div:last-child {
  border-right: 0;
}

.quick-specs dt {
  color: var(--muted);
  font-size: 12px;
}

.quick-specs dd {
  margin: 3px 0 0;
  font-size: 16px;
  font-weight: 650;
}

.highlight-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.highlight-list li {
  padding: 9px 0 9px 22px;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
}

.highlight-list li::before {
  float: left;
  margin-left: -22px;
  color: var(--accent);
  content: "◇";
}

.availability {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2px 18px;
  margin: 28px 0;
}

.availability span,
.availability p {
  color: var(--muted);
  font-size: 14px;
}

.availability strong {
  color: var(--accent);
  font-family: var(--sans-light);
  font-size: var(--text-size-status);
  font-weight: var(--text-status-weight);
  line-height: var(--text-line-body);
}

.availability p {
  grid-column: 1 / -1;
  margin: 6px 0 0;
}

.hero-actions {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 12px;
}

.buyer-feedback-entry {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 28px;
  margin-top: 18px;
  padding: 15px 0 2px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--sans-light);
  font-weight: 600;
  text-align: left;
}

.buyer-feedback-entry-kicker {
  color: #a18150;
  font-family: var(--sans-light);
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.buyer-feedback-entry-label {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-family: var(--sans-light);
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  white-space: nowrap;
}

.buyer-feedback-entry-label > span,
.buyer-feedback-entry-label > i {
  color: var(--accent);
}

.buyer-feedback-entry-label > strong {
  color: var(--ink);
  font-weight: 600;
}

.buyer-feedback-entry-label > i {
  margin-left: 2px;
  font-style: normal;
  transition: transform 180ms ease;
}

.buyer-feedback-entry:hover .buyer-feedback-entry-label > i,
.buyer-feedback-entry:focus-visible .buyer-feedback-entry-label > i {
  transform: translateX(4px);
}

.buyer-feedback-entry:focus-visible {
  outline: none;
}

.buyer-feedback-entry:focus-visible .buyer-feedback-entry-label {
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--accent) 58%, transparent);
  text-underline-offset: 4px;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid var(--ink);
  text-align: center;
  text-decoration: none;
}

button.primary-button,
button.secondary-button {
  font: inherit;
  cursor: pointer;
}

.primary-button {
  background: var(--ink);
  color: #fff;
  font-weight: 700;
}

.primary-button.is-disabled {
  opacity: 0.52;
}

.section-shell {
  width: min(100% - 72px, 1180px);
  margin-inline: auto;
}

.content-section {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(48px, 8vw, 140px);
  padding: 108px 0;
  border-top: 1px solid var(--line);
}

.content-section.is-reversed {
  grid-template-columns: 1.3fr 0.7fr;
}

.content-section.is-reversed .section-heading {
  order: 2;
}

.section-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(34px, 4.1vw, 58px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.25;
}

.section-copy {
  max-width: 720px;
}

.section-copy p {
  margin: 0 0 24px;
  font-size: 19px;
  line-height: 2;
}

.details-section {
  padding: var(--product-details-space-before) 0 128px;
}

.details-provenance-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.82fr);
  gap: 22px;
  align-items: stretch;
}

.details-provenance-grid.is-details-only {
  grid-template-columns: 1fr;
}

.details-card {
  padding: clamp(28px, 5vw, 64px);
  background: var(--surface);
  box-shadow: 0 18px 50px rgba(54, 45, 38, 0.06);
}

.provenance-card {
  padding: clamp(28px, 4vw, 54px);
  background: #2f2925;
  color: #fff;
  box-shadow: 0 18px 50px rgba(54, 45, 38, 0.12);
}

.provenance-card .eyebrow {
  color: #e7a9b8;
}

.provenance-card h2 {
  margin: 0;
  font-family: var(--sans-light);
  font-size: 34px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.provenance-card ul {
  margin: 34px 0 26px;
  padding: 0;
  list-style: none;
}

.provenance-card li {
  position: relative;
  padding: 13px 0 13px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 15px;
  line-height: 1.65;
}

.provenance-card li::before {
  position: absolute;
  top: 15px;
  left: 1px;
  color: #e7a9b8;
  content: "◇";
}

.provenance-note {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.provenance-note p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.85;
}

.authenticity-card .provenance-note {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 0;
}

.authenticity-card .provenance-note p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.9;
}

.authenticity-card .authenticity-points {
  margin-top: 28px;
  margin-bottom: 0;
}

.authenticity-guide-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 18px;
  align-items: center;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  text-decoration: none;
}

.authenticity-guide-link span,
.authenticity-guide-link strong {
  display: block;
  grid-column: 1;
}

.authenticity-guide-link span {
  color: #e7a9b8;
  font-size: 10px;
  letter-spacing: 0.13em;
}

.authenticity-guide-link strong {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.authenticity-guide-link i {
  grid-column: 2;
  grid-row: 1 / span 2;
  font-size: 22px;
  font-style: normal;
  transition: transform 180ms ease;
}

.authenticity-guide-link:hover i,
.authenticity-guide-link:focus-visible i {
  transform: translateX(4px);
}

.product-related-content {
  padding-top: var(--related-section-space-before);
  padding-bottom: var(--related-section-space-after);
}

.product-related-content .section-heading.compact h2 {
  font-family: var(--sans-light);
  font-size: var(--related-section-title-size);
  font-weight: 300;
  line-height: var(--related-section-title-line-height);
  letter-spacing: 0.02em;
}

.product-related-content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: var(--related-section-card-gap);
}

.product-related-content-card {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: inherit;
  text-decoration: none;
}

.product-related-content-thumb {
  display: grid;
  width: 132px;
  aspect-ratio: 1;
  overflow: hidden;
  place-items: center;
  border-radius: 12px;
  background: #e7ddd4;
  color: var(--accent);
  font: 600 14px/1 Georgia, serif;
}

.product-related-content-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-related-content-copy,
.product-related-content-copy small,
.product-related-content-copy strong,
.product-related-content-copy i {
  display: block;
  min-width: 0;
}

.product-related-content-copy small {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.product-related-content-copy strong {
  margin-top: 8px;
  font-size: var(--text-readable-small-size);
  font-weight: var(--text-body-weight);
  line-height: var(--text-readable-small-line-height);
  letter-spacing: var(--text-readable-small-letter-spacing);
}

.product-related-content-copy i {
  margin-top: 14px;
  color: var(--accent);
  font-size: 12px;
  font-style: normal;
}

.product-related-content-card:hover strong,
.product-related-content-card:focus-visible strong {
  color: var(--accent);
}

@media (max-width: 720px) {
  :root {
    --related-section-space-before: 56px;
    --related-section-space-after: 40px;
    --related-section-title-size: 20px;
  }

  .product-related-content-grid {
    grid-template-columns: 1fr;
  }

  .product-related-content-card {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    padding: 10px;
  }

  .product-related-content-thumb {
    width: 96px;
  }
}

.section-heading.compact h2 {
  font-size: 34px;
}

.spec-table {
  margin: 34px 0 0;
}

.spec-table > div {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.spec-table dt {
  color: var(--muted);
  font-size: 14px;
}

.spec-table dd {
  margin: 0;
  color: var(--copy-ink);
  font-size: 16px;
}

.purchase-flow-copy {
  margin: 0;
  line-height: 1.8;
}

.gallery-section {
  padding: 112px 0 128px;
  background: var(--paper-deep);
}

.gallery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 52px;
}

.gallery-heading h2 {
  margin: 0;
  font-family: var(--sans-light);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.gallery-heading-notes {
  max-width: 620px;
  margin: 0 0 8px;
  text-align: right;
}

.gallery-heading-notes p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.gallery-heading-notes .gallery-privacy-note {
  margin-bottom: 5px;
  color: #685c55;
}

.masonry-gallery {
  --masonry-gap: 22px;
  position: relative;
  width: min(100% - 40px, 1440px);
  margin-inline: auto;
}

.gallery-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 8px;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--waterfall-card-shadow);
  cursor: default;
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 180ms ease;
}

.gallery-image-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
}

.gallery-image-button > picture > img {
  display: block;
  width: 100%;
  height: auto;
}

.gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 400ms ease;
}

.gallery-image-meta {
  padding: 10px 6px 3px;
  color: var(--ink);
  text-align: left;
}

.gallery-image-meta p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  white-space: pre-wrap;
}

.gallery-image-meta a,
.gallery-image-meta span {
  display: inline-block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  text-decoration: none;
}

.gallery-image-meta a:hover {
  color: var(--accent);
  text-decoration: underline;
}

.gallery-item:hover {
  box-shadow: var(--waterfall-card-shadow-hover);
}

.gallery-item:hover img {
  transform: scale(1.018);
}

.product-gallery-video {
  cursor: default;
}

.product-gallery-video video {
  display: block;
  width: 100%;
  height: auto;
  min-height: 220px;
  border-radius: 10px;
  background: #1c1917;
  object-fit: contain;
}

.product-gallery-video > span {
  display: block;
  padding: 9px 5px 2px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.06em;
}

.gallery-text-card {
  display: grid;
  min-height: 360px;
  padding: clamp(28px, 4vw, 48px);
  place-items: center;
  background-color: #efd7dc;
  background-position: center;
  background-size: cover;
  color: #332b28;
  cursor: default;
  isolation: isolate;
  text-align: center;
}

.gallery-text-card::before {
  position: absolute;
  z-index: -1;
  inset: 8px;
  border-radius: 10px;
  background: rgba(28, 23, 21, var(--card-overlay, 0));
  content: "";
}

.gallery-text-card span {
  font-size: clamp(20px, 2.2vw, 31px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.gallery-text-card.theme-cream {
  background-color: #efe7da;
}

.gallery-text-card.theme-dark {
  background-color: #322b27;
}

.gallery-text-card.tone-light {
  color: #fff;
}

.gallery-text-card.selection-note-card {
  display: block;
  min-height: 0;
  padding: clamp(26px, 3vw, 42px);
  place-items: initial;
  background-color: #f8f4ee;
  text-align: left;
}

.selection-note-card .selection-note-eyebrow {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: var(--accent);
}

.selection-note-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  font-family: var(--sans-light);
  font-size: clamp(27px, 3vw, 42px);
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.selection-note-card .selection-note-copy {
  position: relative;
  z-index: 1;
}

.selection-note-card .selection-note-copy p {
  margin: 0 0 0.8em;
  font-size: clamp(16px, 1.3vw, 19px);
  font-family: var(--sans-light);
  font-weight: 300;
  line-height: 1.9;
}

.selection-note-card .selection-note-copy p:last-child {
  margin-bottom: 0;
}

.gallery-section.is-article-gallery {
  background: #d8cec2;
}

.product-article-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(34px, 5vw, 72px) 24px;
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
}

.product-article-gallery .gallery-item {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  padding: clamp(12px, 1.8vw, 22px);
  border-color: rgba(63, 50, 42, 0.14);
  border-radius: 20px;
  background: #b9aa9b;
  box-shadow: 0 18px 44px rgba(55, 42, 34, 0.12);
}

.product-article-gallery .gallery-item:not(.selection-note-card):nth-child(3n + 1) {
  grid-column: 1 / span 8;
}

.product-article-gallery .gallery-item:not(.selection-note-card):nth-child(3n + 2) {
  grid-column: 5 / span 8;
}

.product-article-gallery .gallery-item:not(.selection-note-card):nth-child(3n) {
  grid-column: 2 / span 10;
}

.product-article-gallery .gallery-item.selection-note-card {
  grid-column: 3 / span 8;
  padding: clamp(36px, 4vw, 60px);
  border-color: rgba(143, 64, 84, 0.2);
  background: #f8f4ee;
  box-shadow: 0 20px 52px rgba(55, 42, 34, 0.1);
}

.product-article-gallery .gallery-item.selection-note-card:nth-child(even) {
  grid-column: 2 / span 8;
}

.product-article-gallery .gallery-item.selection-note-card:nth-child(odd) {
  grid-column: 4 / span 8;
}

.index-text-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  background-color: #ead1d6;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.index-text-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(28, 23, 21, var(--card-overlay, 0));
  content: "";
}

.index-text-card.theme-cream {
  background-color: #eee5d8;
}

.index-text-card.theme-dark {
  background-color: #332c29;
  color: #fff;
}

.index-text-card.tone-light {
  color: #fff;
}

.index-text-card > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 320px;
  padding: clamp(28px, 4vw, 52px);
  color: inherit;
  text-decoration: none;
}

.index-text-card small {
  margin-bottom: 24px;
  color: #9a4c62;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.index-text-card.tone-light small,
.index-text-card.theme-dark small {
  color: #f0a8b7;
}

.index-text-card strong {
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: clamp(24px, 2.2vw, 36px);
  font-weight: 500;
  line-height: 1.55;
}

.index-text-card > a > span {
  align-self: flex-start;
  margin-top: 28px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
}

.editorial-card {
  overflow: hidden;
}

.editorial-card-media {
  position: relative;
  overflow: hidden;
  border-radius: 9px 9px 0 0;
  background: #e9dfd4;
}

.editorial-card-media-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.editorial-card-media-link > picture,
.card-image > picture,
.gallery-image-button > picture,
.content-masonry-item button > picture {
  display: block;
  width: 100%;
}

.editorial-card-media-link img {
  transition: transform 260ms ease;
}

.editorial-card-media-link:hover img {
  transform: scale(1.018);
}

.editorial-card-media > img,
.editorial-card-media-link > img,
.editorial-card-media-link > picture > img,
.index-video-wrap,
.index-video-wrap video {
  display: block;
  width: 100%;
}

.editorial-card-media > img,
.editorial-card-media-link > img,
.editorial-card-media-link > picture > img,
.index-video-wrap video {
  height: auto;
  min-height: 240px;
  object-fit: cover;
}

.content-card-placeholder {
  display: grid;
  place-items: center;
  min-height: 300px;
  background: linear-gradient(145deg, #ecd7da, #d8c2b6);
}

.content-card-placeholder span {
  font: italic 64px/1 Georgia, serif;
  color: rgba(122, 66, 83, 0.72);
}

.index-video-wrap {
  position: relative;
  background: #1f1b19;
}

.index-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  transform: translate(-50%, -50%);
  transition: opacity 160ms ease;
}

.index-video-wrap.is-playing .index-video-play {
  opacity: 0;
  pointer-events: none;
}

.video-sound-toggle {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(25, 21, 19, 0.72);
  color: #fff;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}

.editorial-card .card-copy p {
  color: #9a4c62;
  letter-spacing: 0.12em;
}

/* Editorial article template */
.article-page {
  background:
    radial-gradient(circle var(--site-paper-glow-radius) at 10% 0%, rgba(255, 255, 255, 0.95), transparent 100%),
    var(--paper);
}

.article-page main {
  overflow-x: clip;
  overflow-y: visible;
}

/* Keep the content-card hero's top margin inside the article canvas while
   allowing desktop actions to occupy that vertical whitespace. */
.content-card-page main {
  display: flow-root;
}

.article-content-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(390px, 0.7fr) minmax(620px, 1.3fr);
  width: min(1480px, calc(100% - 48px));
  min-height: clamp(560px, calc(100svh - 230px), 690px);
  margin: 28px auto 0;
  overflow: hidden;
  background:
    linear-gradient(138deg, rgba(255, 255, 255, 0.5), transparent 52%),
    #e2d7ce;
  box-shadow: 0 30px 80px rgba(71, 50, 40, 0.1);
}

.article-content-stage.is-portrait-lead,
.article-content-stage.is-square-lead {
  grid-template-columns: minmax(320px, 0.62fr) minmax(0, 1.38fr);
  min-height: 640px;
  gap: 0;
  padding: clamp(18px, 2vw, 30px);
}

.article-content-stage.is-portrait-lead .article-lead-media,
.article-content-stage.is-square-lead .article-lead-media {
  min-height: 0;
  border-radius: 20px;
}

.article-content-stage.is-portrait-lead .article-feature-copy,
.article-content-stage.is-square-lead .article-feature-copy {
  min-height: 0;
  padding: clamp(38px, 4vw, 62px);
}

.article-content-stage.is-portrait-lead .article-feature-heading h1,
.article-content-stage.is-square-lead .article-feature-heading h1 {
  max-width: 18em;
  font-size: clamp(48px, 4.4vw, 68px);
  line-height: 1.12;
}

.article-lead-media {
  position: relative;
  display: block;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #282421;
}

.article-lead-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 64%, rgba(16, 13, 12, 0.42));
  content: "";
  pointer-events: none;
}

.article-lead-media img,
.article-lead-media video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

.article-lead-media figcaption {
  position: absolute;
  z-index: 1;
  right: 26px;
  bottom: 23px;
  left: 26px;
  width: auto;
  padding: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.article-lead-video {
  background: #1d1917;
}

.article-media-placeholder {
  display: grid;
  min-height: 650px;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent),
    #bdaaa0;
  color: rgba(113, 71, 82, 0.65);
}

.article-media-placeholder::after {
  display: none;
}

.article-media-placeholder > span {
  font: italic clamp(58px, 10vw, 130px)/1 Georgia, serif;
}

.article-feature-copy {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(44px, 4.5vw, 72px);
}

.article-feature-copy::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 29%;
  background: #87485b;
  content: "";
}

.article-feature-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #75675d;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-feature-meta > span {
  color: #87485b;
  font-weight: 700;
}

.article-feature-kicker {
  margin: 0 0 20px;
  color: #87485b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.article-feature-heading h1 {
  max-width: 14em;
  margin: 0;
  font-family: var(--sans-light);
  font-size: clamp(52px, 5.2vw, 82px);
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 1.08;
  text-wrap: balance;
}

.article-content-stage.has-long-copy .article-feature-heading h1 {
  max-width: 16em;
  font-size: clamp(44px, 4.3vw, 70px);
  line-height: 1.15;
}

.article-deck {
  display: -webkit-box;
  max-width: 34em;
  margin: clamp(28px, 4vw, 52px) 0 0;
  overflow: hidden;
  color: #514742;
  font-family: var(--sans-light);
  font-size: clamp(18px, 1.45vw, 23px);
  font-weight: 300;
  line-height: 1.85;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.article-feature-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding-top: 34px;
  border-top: 1px solid rgba(87, 65, 57, 0.2);
}

.article-feature-footer .article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
}

.article-tags a {
  padding: 7px 11px;
  border: 1px solid rgba(111, 77, 76, 0.3);
  border-radius: 999px;
  color: #75515c;
  font-size: 12px;
  text-decoration: none;
}

.article-tags a:hover {
  border-color: #87485b;
  background: #87485b;
  color: #fff;
}

.article-continue-mark {
  display: grid;
  flex: 0 0 auto;
  gap: 7px;
  justify-items: center;
  color: #75675d;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.article-continue-mark::after {
  width: 1px;
  height: 32px;
  background: #9d857b;
  content: "";
}

.article-content-stage.is-landscape-lead {
  display: block;
  background: #302b27;
}

.article-content-stage.is-landscape-lead .article-lead-media {
  position: absolute;
  inset: 0;
}

.article-content-stage.is-landscape-lead .article-lead-media::after {
  background:
    linear-gradient(90deg, rgba(22, 18, 16, 0.72), rgba(22, 18, 16, 0.08) 68%),
    linear-gradient(0deg, rgba(22, 18, 16, 0.26), transparent 42%);
}

.article-content-stage.is-landscape-lead .article-feature-copy {
  z-index: 2;
  width: min(610px, 48%);
  min-height: inherit;
  margin-left: clamp(34px, 5vw, 76px);
  background: rgba(241, 233, 224, 0.94);
  box-shadow: 26px 0 70px rgba(18, 14, 12, 0.17);
  backdrop-filter: blur(8px);
}

.article-content-stage.is-landscape-lead .article-lead-media figcaption {
  left: auto;
  width: 43%;
  text-align: right;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1.72fr);
  gap: clamp(34px, 5vw, 76px);
  width: min(1260px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(72px, 8vw, 118px) 0;
}

.article-rail {
  align-self: start;
  position: sticky;
  top: 110px;
  padding: 20px 0;
  border-top: 1px solid #b79d95;
  color: #75675d;
  font-size: 14px;
  line-height: 1.75;
}

.article-rail p {
  margin: 0 0 17px;
}

.article-rail a,
.article-source a {
  color: #8e4d60;
  font-weight: 500;
  text-underline-offset: 4px;
}

.article-related-items > .eyebrow {
  margin: 0 0 14px;
  color: #9a4c62;
}

.article-history-items {
  display: grid;
  gap: 0;
}

.article-history-index {
  display: inline-block;
  width: fit-content;
  margin-bottom: 12px;
  color: #8e4d60;
  font-size: 13px;
  font-weight: 500;
  text-decoration-thickness: 1px;
}

.article-history-link {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid rgba(117, 103, 93, 0.2);
  color: inherit;
  text-decoration: none;
}

.article-history-thumb {
  display: grid;
  width: 72px;
  height: 72px;
  overflow: hidden;
  place-items: center;
  border-radius: 8px;
  background: #e7ddd4;
  color: #8e4d60;
  font: 600 13px/1 Georgia, serif;
}

.article-history-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-history-copy,
.article-history-copy strong,
.article-history-copy small {
  display: block;
  min-width: 0;
}

.article-history-copy strong {
  color: #403731;
  font-size: var(--text-readable-small-size);
  font-weight: var(--text-body-weight);
  line-height: var(--text-readable-small-line-height);
  letter-spacing: var(--text-readable-small-letter-spacing);
}

.article-history-copy small {
  margin-top: 5px;
  color: #8b7e75;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.article-history-link:hover .article-history-copy strong {
  color: #8e4d60;
}

.article-related-items {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(117, 103, 93, 0.28);
}

.content-related-links {
  display: grid;
  gap: 9px;
}

.content-related-link {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(117, 103, 93, 0.2);
  color: inherit;
  text-decoration: none;
}

.content-related-thumb {
  display: grid;
  width: 90px;
  height: 90px;
  overflow: hidden;
  place-items: center;
  background: #e7ddd4;
  color: #8e4d60;
  font: 600 16px/1 Georgia, serif;
}

.content-related-thumb img {
  display: block;
  width: 90px;
  height: 90px;
  object-fit: cover;
  object-position: center;
}

.content-related-copy {
  display: block;
  margin-top: 10px;
}

.content-related-link small,
.content-related-link strong {
  display: block;
}

.content-related-link small {
  color: #9a4c62;
  font-size: 10px;
  letter-spacing: 0.07em;
}

.content-related-link strong {
  color: #403731;
  font-size: var(--text-readable-small-size);
  line-height: 1.5;
}

.content-related-link:hover strong {
  color: #8e4d60;
}

.article-rail .content-related-link {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 11px 0;
}

.article-rail .content-related-thumb {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  font-size: 13px;
}

.article-rail .content-related-thumb img {
  width: 100%;
  height: 100%;
}

.article-rail .content-related-copy {
  min-width: 0;
  margin-top: 0;
}

.article-rail .content-related-link small {
  margin-bottom: 5px;
  color: #8b7e75;
  font-weight: 300;
}

.article-rail .content-related-link strong {
  font-weight: 400;
}

.content-related-links > .content-related-link:nth-child(n + 6) {
  display: none;
}

.article-prose {
  max-width: 960px;
  color: #322c29;
  font-family: var(--sans-light);
  font-size: clamp(18px, 1.55vw, 22px);
  font-weight: 300;
  line-height: 2;
}

.article-prose > p {
  margin: 0 0 1.75em;
}

.article-prose:has(.article-story-flow) {
  width: 100%;
  max-width: 1060px;
}

.article-story-flow {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: row dense;
  align-items: center;
  gap: clamp(42px, 6vw, 78px) 24px;
}

.article-story-paragraph {
  grid-column: 1 / span 11;
  width: 100%;
  max-width: 960px;
}

.article-story-paragraph p {
  margin: 0;
}

.article-story-media {
  grid-column: 2 / span 10;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 22px;
  background: transparent;
  box-shadow: none;
}

.article-story-media.is-portrait {
  grid-column: span 5;
}

.article-story-media.is-square {
  grid-column: span 6;
}

.article-story-media.is-landscape {
  grid-column: 2 / span 10;
}

.article-story-media img,
.article-story-media video {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 760px;
  margin: 0 auto;
  border-radius: 14px;
  object-fit: contain;
}

.product-article-gallery .gallery-item.is-clipboard-image:not(.selection-note-card) {
  grid-column: 2 / span 10;
}

.article-story-media figcaption,
.article-story-media .gallery-image-meta,
.article-story-media .gallery-image-meta p {
  padding: 11px 4px 1px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: var(--text-readable-small-size);
  font-weight: var(--text-body-weight);
  line-height: var(--text-readable-small-line-height);
  letter-spacing: var(--text-readable-small-letter-spacing);
}

.moment-product-gallery {
  width: min(100%, 900px);
  margin: clamp(64px, 7vw, 92px) auto 0;
  padding-top: 38px;
  border-top: 1px solid #c8b8ad;
}

.moment-product-gallery > header {
  display: block;
  margin-bottom: 28px;
}

.moment-product-gallery-date {
  display: flex;
  min-height: 52px;
  align-items: center;
  margin: 0 0 10px 42px;
  padding: 12px 24px;
  border-left: 3px solid #b58a37;
}

.moment-product-gallery-date time {
  color: var(--accent);
  font-size: 13px;
  letter-spacing: 0.1em;
}

.moment-product-gallery h2 {
  margin: 0;
  color: #342c28;
  font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.moment-product-gallery-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--moment-product-count), minmax(0, 200px));
  align-items: start;
  justify-content: start;
  gap: 34px;
}

.moment-product-gallery-content {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: start;
  gap: clamp(34px, 5vw, 72px);
}

.moment-product-gallery-track {
  min-width: 0;
}

.moment-product-gallery-content:has(.moment-product-gallery-item:nth-child(3)) {
  grid-template-columns: minmax(0, 1fr) 130px;
  gap: 34px;
}

.moment-product-gallery-content:has(.moment-product-gallery-item:nth-child(3))
  .moment-product-gallery-grid {
  grid-template-columns: repeat(var(--moment-product-count), minmax(0, 1fr));
}

.moment-product-gallery-tags {
  align-self: center;
}

.moment-product-gallery-tags .article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
}

.moment-product-gallery-tags .article-tags a {
  flex: 0 0 auto;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: normal;
}

.moment-product-gallery-track {
  position: relative;
  padding-top: 42px;
}

.moment-product-gallery-track::before {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  height: 1px;
  background: #b79d95;
  content: "";
}

.moment-product-gallery-track::after {
  position: absolute;
  top: 6px;
  right: -1px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #b79d95;
  content: "";
}

.moment-product-gallery-decoration {
  position: absolute;
  top: 3px;
  right: 4.5%;
  z-index: 1;
  display: flex;
  gap: clamp(34px, 4vw, 54px);
  pointer-events: none;
}

.moment-product-gallery-decoration i {
  display: block;
  width: 11px;
  height: 11px;
  border: 2px solid var(--paper);
  border-radius: 50%;
  background: #b58a37;
  box-shadow: 0 0 0 1px #b58a37;
}

.moment-product-gallery-item {
  position: relative;
  display: block;
  width: 100%;
  max-width: 200px;
  min-width: 0;
  padding: 0;
  border-radius: 18px;
  background: transparent;
  color: #6e3949;
  text-decoration: none;
  box-shadow: none;
}

.moment-product-gallery-item::before {
  position: absolute;
  top: -38px;
  left: 50%;
  width: 11px;
  height: 11px;
  border: 2px solid var(--paper);
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 1px var(--accent);
  content: "";
  transform: translateX(-50%);
}

.moment-product-gallery-item figure {
  margin: 0;
}

.moment-product-gallery-item img,
.moment-product-gallery-item video {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 250px;
  margin: 0 auto;
  border-radius: 18px;
  object-fit: contain;
}

.moment-product-gallery-item figcaption {
  padding: 10px 3px 1px;
  color: #675b54;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.55;
}

.moment-product-gallery-item > span {
  display: inline-block;
  margin: 10px 3px 1px;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  color: var(--accent);
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.moment-product-gallery-item.has-link:hover {
  color: var(--accent);
  transform: translateY(-2px);
}

.article-template-guide {
  margin-top: clamp(70px, 10vw, 130px);
  padding-top: 50px;
  border-top: 1px solid #cbbdb4;
}

.article-template-guide > h2,
.article-source h2 {
  margin: 12px 0 26px;
  font-size: clamp(31px, 4vw, 50px);
  font-weight: 500;
  line-height: 1.3;
}

.article-inline-media {
  width: min(980px, 118%);
  margin: 56px 0 56px -9%;
}

.article-inline-media img {
  display: block;
  width: 100%;
  max-height: 760px;
  border-radius: 20px;
  object-fit: cover;
}

.article-inline-media figcaption {
  padding: 12px 4px 0;
  color: #81736a;
  font-family: var(--sans);
  font-size: 13px;
}

.article-media-sequence {
  display: grid;
  gap: clamp(34px, 6vw, 68px);
  margin-top: clamp(54px, 8vw, 96px);
  padding-top: 48px;
  border-top: 1px solid #cbbdb4;
}

.article-media-sequence figure {
  margin: 0;
}

.article-media-sequence img,
.article-media-sequence video {
  display: block;
  width: 100%;
  max-height: 820px;
  border-radius: 18px;
  object-fit: contain;
}

.article-media-sequence img {
  background: #c3b2a6;
}

.article-media-sequence video {
  background: #211d1b;
}

.article-media-sequence figcaption,
.content-masonry-item figcaption {
  padding: 10px 5px 2px;
  color: #81736a;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.7;
}

.content-masonry-section {
  padding: 10px 0 clamp(76px, 9vw, 130px);
}

.content-masonry-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}

.content-masonry-item button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.content-masonry-item img,
.content-masonry-item video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.content-masonry-item picture > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.content-masonry-item video {
  background: #211d1b;
}

.article-layout.is-masonry-intro {
  grid-template-columns: 300px minmax(0, 680px);
  gap: 72px;
  width: min(calc(100% - 72px), 1052px);
  justify-content: normal;
}

.article-layout.is-masonry-intro .article-prose {
  width: 100%;
  max-width: 680px;
}

.article-page .article-rail > .article-source {
  margin: 0 0 22px;
  padding: 0 0 20px;
  border-top: 0;
  border-bottom: 1px solid #cbbdb4;
}

.content-related-strip {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto clamp(76px, 9vw, 130px);
  padding-top: 42px;
  border-top: 1px solid #cbbdb4;
}

.content-related-strip > .eyebrow {
  color: #9a4c62;
}

.content-related-strip > h2 {
  margin: 8px 0 24px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
}

.content-related-strip .content-related-links {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.content-related-strip .content-related-link {
  padding: 15px;
  border: 1px solid rgba(41, 35, 31, 0.12);
  background: var(--surface);
}

.content-related-strip .content-related-link:nth-child(n) {
  display: grid;
}

.article-template-guide blockquote {
  position: relative;
  margin: 70px 0;
  padding: 42px 0 42px 58px;
  border-top: 1px solid #b99aa4;
  border-bottom: 1px solid #b99aa4;
  color: #7d4356;
}

.article-template-guide blockquote::before {
  position: absolute;
  top: 20px;
  left: 0;
  content: "“";
  font: 78px/1 Georgia, serif;
  opacity: 0.55;
}

.article-template-guide blockquote p {
  margin: 0 0 18px;
  font-size: clamp(25px, 3.1vw, 40px);
  line-height: 1.55;
}

.article-template-guide blockquote cite {
  font-family: var(--sans);
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.17em;
}

.article-side-note {
  margin: 46px 0;
  padding: 28px 32px;
  border-left: 4px solid #ad6679;
  background: #ede4db;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.8;
}

.article-side-note p {
  margin: 8px 0 0;
}

.article-source {
  margin-top: 72px;
  padding: 40px 0 0;
  border-top: 1px solid #cbbdb4;
}

.article-source > p:not(.eyebrow) {
  font-size: 16px;
}

@media (max-width: 760px) {
  :root {
    --site-paper-glow-radius: 530px;
  }

  .article-hero {
    grid-template-columns: 1fr;
    width: min(100% - 32px, 680px);
    gap: 38px;
    padding-top: 58px;
  }

  .article-layout.is-masonry-intro {
    grid-template-columns: 1fr;
    width: min(100% - 32px, 680px);
    gap: 45px;
  }

  .article-heading h1 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .article-deck {
    margin-top: 24px;
  }

  .article-lead-media img,
  .article-lead-media video,
  .article-lead-video,
  .article-media-placeholder {
    border-radius: 15px;
  }

  .article-rail {
    position: static;
    order: 2;
  }

  .article-prose {
    order: 1;
    font-size: 18px;
    line-height: 1.9;
  }

  .content-point-of-view-page .content-masonry-section {
    order: 1;
  }

  .article-story-flow {
    display: block;
  }

  .article-story-paragraph {
    margin: 0 0 36px;
  }

  .article-story-media,
  .article-story-media.is-square,
  .article-story-media.is-landscape {
    width: 100%;
    margin: 34px 0;
    padding: 0;
    border-radius: 16px;
  }

  .article-story-media.is-portrait {
    width: 86%;
    margin: 34px auto;
    padding: 0;
    border-radius: 16px;
  }

  .article-story-media img,
  .article-story-media video {
    max-height: none;
    border-radius: 10px;
  }

  .article-story-media video {
    width: auto;
    max-width: 100%;
    max-height: min(62dvh, 560px);
    margin-inline: auto;
    object-fit: contain;
  }

  .moment-product-gallery {
    margin-top: 68px;
    padding-top: 30px;
  }

  .moment-product-gallery > header {
    display: block;
    margin-bottom: 22px;
  }

  .moment-product-gallery-date {
    min-height: 46px;
    margin-left: 18px;
    padding: 9px 16px;
  }

  .moment-product-gallery-track {
    max-width: 100%;
    overflow: visible;
  }

  .moment-product-gallery-grid {
    grid-template-columns: repeat(var(--moment-product-count), minmax(0, 1fr));
    gap: 18px;
  }

  .moment-product-gallery-content,
  .moment-product-gallery-content:has(.moment-product-gallery-item:nth-child(3)) {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .moment-product-gallery-content:has(.moment-product-gallery-item:nth-child(3))
    .moment-product-gallery-grid {
    grid-template-columns: repeat(var(--moment-product-count), minmax(0, 1fr));
  }

  .moment-product-gallery-tags {
    align-self: start;
    width: 100%;
  }

  .moment-product-gallery-item {
    padding: 0;
    border-radius: 12px;
  }

  .moment-product-gallery-item img,
  .moment-product-gallery-item video {
    max-height: 190px;
    border-radius: 12px;
  }

  .content-related-links > .content-related-link:nth-child(n + 3) {
    display: none;
  }

  .content-related-strip {
    width: calc(100% - 32px);
  }

  .content-related-strip .content-related-links {
    grid-template-columns: 1fr;
  }

  .content-related-strip .content-related-link:nth-child(n + 3) {
    display: none;
  }

  .article-inline-media {
    width: 100%;
    margin: 42px 0;
  }

  .article-template-guide blockquote {
    padding-left: 42px;
  }

}

.contact-section {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: clamp(48px, 10vw, 160px);
  width: min(100% - 72px, 1180px);
  margin: 0 auto;
  padding: 120px 0;
}

.contact-section h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.25;
}

.contact-copy p {
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 16px;
}

.contact-copy .primary-button {
  width: 100%;
}

.site-footer {
  display: flex;
  width: min(100% - 72px, 1440px);
  align-items: end;
  justify-content: space-between;
  margin-inline: auto;
  padding: var(--footer-content-padding-top) 0 var(--footer-content-padding-bottom);
  border-top: 1px solid var(--line);
}

.site-footer strong {
  font-family: var(--sans-light);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.site-footer p,
.site-footer a {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
  text-decoration: none;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 9px 18px;
}

.site-footer .footer-social-link {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  margin: 4px 0 0;
  color: var(--muted);
}

.site-footer .footer-social-link--line {
  width: 30px;
}

.site-footer .footer-social-link + .footer-social-link {
  margin-left: -4px;
}

.site-footer .footer-social-link img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.site-footer .footer-social-link--line img {
  width: 30px;
  height: 24px;
}

.site-footer > div {
  max-width: min(980px, 78%);
}

.site-footer .image-rights-notice {
  max-width: 920px;
  margin-top: 14px;
  color: color-mix(in srgb, var(--muted) 82%, transparent);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.01em;
}

.mobile-cta {
  display: none;
}

.buyer-feedback-dialog {
  width: min(1120px, calc(100% - 56px));
  height: min(760px, calc(100dvh - 64px));
  max-width: none;
  max-height: none;
  padding: 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--accent) 16%, var(--line));
  border-radius: 18px;
  background: #f8f4ee;
  box-shadow: 0 34px 100px rgba(41, 32, 27, 0.24);
  color: var(--ink);
}

.buyer-feedback-dialog::backdrop {
  background: rgba(35, 30, 27, 0.58);
  backdrop-filter: blur(6px);
}

.buyer-feedback-dialog-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(290px, 0.72fr) minmax(0, 1.55fr);
  height: 100%;
  overflow: hidden;
}

.buyer-feedback-copy {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  border-right: 1px solid var(--line);
  background:
    linear-gradient(150deg, rgba(143, 64, 84, 0.055), transparent 48%),
    #f3ede5;
  color: var(--ink);
  font-family: var(--sans-light);
  font-size: var(--text-size-body);
  font-weight: var(--text-body-weight);
  line-height: var(--text-line-body);
}

.buyer-feedback-copy-group {
  padding-right: 42px;
  padding-left: 42px;
}

.buyer-feedback-copy-intro {
  padding-top: 58px;
  padding-bottom: 38px;
  border-bottom: 1px solid var(--line);
}

.buyer-feedback-copy .eyebrow {
  max-width: 24em;
  margin-bottom: 38px;
  color: #a18150;
  white-space: nowrap;
}

.buyer-feedback-copy h2 {
  margin: 0;
  font-family: inherit;
  font-size: var(--text-size-display);
  font-weight: var(--text-display-weight);
  line-height: var(--text-line-display);
  letter-spacing: -0.025em;
}

.buyer-feedback-heading-line {
  display: block;
  white-space: nowrap;
}

.buyer-feedback-product {
  margin: 0;
  color: var(--copy-ink);
}

.buyer-feedback-copy-meta {
  display: grid;
  gap: 3px;
  padding-top: 24px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line);
}

.buyer-feedback-dates {
  display: grid;
  gap: 5px;
  margin: 0;
}

.buyer-feedback-dates > div {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
}

.buyer-feedback-dates dt {
  color: var(--muted);
}

.buyer-feedback-dates dd {
  min-width: 0;
  margin: 0;
}

.buyer-feedback-dates time {
  display: inline;
  color: var(--accent);
}

.buyer-feedback-quote-label {
  margin: 0 0 2px;
  color: var(--accent);
  letter-spacing: 0.08em;
}

.buyer-feedback-copy-quote {
  padding-top: 29px;
  padding-bottom: 34px;
}

.buyer-feedback-summary {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: var(--text-size-feature);
  font-weight: var(--text-body-weight);
  line-height: var(--text-line-feature);
}

.buyer-feedback-context {
  margin: auto 0 0;
  padding: 13px 42px 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: var(--text-size-label);
  font-weight: var(--text-body-weight);
  line-height: var(--text-line-label);
}

.buyer-feedback-images {
  min-width: 0;
  padding: 50px 54px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.buyer-feedback-images figure {
  margin: 0 0 30px;
}

.buyer-feedback-images figure:last-child {
  margin-bottom: 0;
}

.buyer-feedback-images img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(48, 37, 31, 0.08);
}

.buyer-feedback-close {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: grid;
  width: var(--dialog-close-size);
  height: var(--dialog-close-size);
  padding: 0;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--accent) 20%, var(--line));
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.92);
  color: var(--ink);
  cursor: pointer;
  box-shadow: none;
}

.buyer-feedback-close::before,
.buyer-feedback-close::after {
  position: absolute;
  width: 15px;
  height: 1px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

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

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

.buyer-feedback-close:hover,
.buyer-feedback-close:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
}

.buyer-feedback-close:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--accent) 24%, transparent);
  outline-offset: 3px;
}

@media (max-width: 760px) {
  .buyer-feedback-dialog {
    width: calc(100% - 20px);
    height: auto;
    max-height: calc(100dvh - 20px);
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 14px;
  }

  .buyer-feedback-dialog-panel {
    display: block;
    height: auto;
    overflow: visible;
  }

  .buyer-feedback-copy {
    overflow: visible;
    border-right: 0;
    border-bottom: 0;
  }

  .buyer-feedback-copy-group {
    padding-right: 24px;
    padding-left: 24px;
    border-bottom: 0;
  }

  .buyer-feedback-copy-intro {
    padding-top: 54px;
    padding-bottom: 18px;
    text-align: center;
  }

  .buyer-feedback-copy-intro::after {
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 18px;
    background: var(--line);
    content: "";
  }

  .buyer-feedback-copy-meta {
    padding-top: 0;
    padding-bottom: 30px;
    gap: 2px;
    text-align: center;
  }

  .buyer-feedback-copy-quote {
    padding-top: 0;
    padding-bottom: 30px;
    text-align: center;
  }

  .buyer-feedback-copy .eyebrow {
    margin-bottom: 24px;
  }

  .buyer-feedback-copy h2 {
    padding: 0;
  }

  .buyer-feedback-heading-line {
    display: inline;
    white-space: normal;
  }

  .buyer-feedback-dates > div {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .buyer-feedback-quote-label {
    margin: 0 0 2px;
    font-size: var(--text-size-feature);
    font-weight: var(--text-body-weight);
    line-height: var(--text-line-feature);
    letter-spacing: 0;
  }

  .buyer-feedback-context {
    margin: 0;
    padding: 34px 24px 12px;
    border-top: 1px solid var(--line);
    background: #f8f4ee;
    text-align: center;
  }

  .buyer-feedback-images {
    padding: 10px 14px 28px;
    overflow: visible;
  }

  .buyer-feedback-images figure {
    margin-bottom: 16px;
  }

  .buyer-feedback-images img {
    border-radius: 9px;
  }

  .buyer-feedback-close {
    position: fixed;
    top: max(20px, env(safe-area-inset-top));
    right: 20px;
  }
}

.contact-dialog {
  width: min(540px, calc(100% - 32px));
  max-width: none;
  padding: 0;
  border: 1px solid color-mix(in srgb, var(--accent) 12%, var(--line));
  border-radius: 20px;
  background: var(--surface);
  box-shadow: 0 30px 90px rgba(41, 32, 27, 0.22);
  color: var(--ink);
}

.contact-dialog::backdrop {
  background: rgba(44, 37, 33, 0.48);
  backdrop-filter: blur(5px);
}

.contact-dialog form {
  position: relative;
  padding: 38px 40px 40px;
}

.contact-dialog .eyebrow {
  margin-bottom: 22px;
}

.contact-dialog h2 {
  margin: 0 0 16px;
  font-family: var(--sans-light);
  font-size: 34px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.015em;
}

.contact-dialog-intro {
  margin: 0 0 28px;
  color: var(--copy-ink);
  font-family: var(--sans-light);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

.contact-dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: var(--dialog-close-size);
  height: var(--dialog-close-size);
  padding: 0;
  appearance: none;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  box-shadow: none;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.contact-dialog-close::before,
.contact-dialog-close::after {
  position: absolute;
  width: 15px;
  height: 1px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

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

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

.contact-dialog-close:hover {
  border-color: color-mix(in srgb, var(--accent) 46%, var(--line));
  background: color-mix(in srgb, var(--accent) 7%, transparent);
  color: var(--accent);
}

.contact-dialog-close:focus-visible {
  border-color: var(--accent);
  outline: 2px solid color-mix(in srgb, var(--accent) 24%, transparent);
  outline-offset: 3px;
}

.contact-options {
  display: grid;
  gap: 0;
  margin-bottom: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact-options > a,
.contact-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 20px;
  padding: 19px 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.contact-options > :not(:last-child) {
  border-bottom: 1px solid var(--line);
}

.contact-options > a::after,
.contact-option::after {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--accent);
  content: "↗";
  font-family: var(--sans-light);
  font-size: 18px;
  font-weight: 300;
}

.contact-options > a:hover,
.contact-options > a:focus-visible {
  background: color-mix(in srgb, var(--accent) 5%, transparent);
  color: var(--accent);
}

.contact-options > a:focus-visible {
  outline: 1px solid var(--accent);
  outline-offset: 5px;
}

.contact-options strong {
  grid-column: 1;
  font-family: var(--sans-light);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.contact-options span {
  grid-column: 1;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.contact-option.is-disabled {
  opacity: 0.48;
}

.contact-option.is-disabled::after {
  color: var(--muted);
  content: "—";
}

.image-placeholder {
  display: grid;
  width: 100%;
  min-height: 260px;
  place-content: center;
  background: #eee7dc;
  color: var(--muted);
  text-align: center;
}

.image-placeholder span {
  font-family: var(--serif);
  font-size: 42px;
}

.image-placeholder small {
  font-size: 12px;
}

[data-lightbox] {
  cursor: pointer;
}

.lightbox {
  --lightbox-soft-ink: #b2a69d;
  position: fixed;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: var(--paper);
  overscroll-behavior: contain;
  touch-action: pan-y;
}

.lightbox::backdrop {
  background: rgba(247, 243, 236, 0.97);
  backdrop-filter: blur(8px);
}

.lightbox-stage {
  display: grid;
  width: 100%;
  height: 100%;
  padding: 64px clamp(70px, 7vw, 112px) 72px;
  box-sizing: border-box;
  place-items: center;
  overflow: hidden;
  cursor: default;
  touch-action: pan-y;
  user-select: none;
}

.lightbox img {
  width: auto;
  max-width: min(calc(100vw - 160px), 1400px);
  height: auto;
  max-height: calc(100dvh - 136px);
  border-radius: 12px;
  box-shadow: 0 20px 70px rgba(48, 39, 33, 0.16);
  object-fit: contain;
  touch-action: pan-y;
}

.lightbox-nav {
  position: fixed;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(63, 53, 47, 0.2);
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.9);
  color: var(--ink);
  box-shadow: 0 8px 26px rgba(49, 40, 35, 0.12);
  cursor: pointer;
  line-height: 0;
  transform: translateY(-50%);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.lightbox-nav svg {
  display: block;
  width: 12px;
  height: 20px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.lightbox.nav-hidden .lightbox-nav {
  opacity: 0;
  pointer-events: none;
}

.lightbox-prev {
  left: 18px;
}

.lightbox-next {
  right: 18px;
}

.lightbox-nav:disabled {
  opacity: 0.22;
  cursor: default;
}

.lightbox-counter {
  position: fixed;
  z-index: 3;
  top: 22px;
  left: 50%;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 253, 249, 0.88);
  font-size: 12px;
  transform: translateX(-50%);
}

.lightbox-meta {
  position: fixed;
  z-index: 2;
  left: 50%;
  bottom: 0;
  width: 100%;
  padding: 42px 24px 18px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(
    to top,
    rgba(247, 243, 236, 0.99) 0%,
    rgba(247, 243, 236, 0.9) 58%,
    rgba(247, 243, 236, 0) 100%
  );
  color: var(--ink);
  text-align: center;
  transform: translateX(-50%);
}

.lightbox-meta p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.lightbox-meta a {
  display: inline-block;
  margin-top: 5px;
  color: var(--lightbox-soft-ink);
  font-size: 12px;
  text-decoration: none;
}

.lightbox-meta[hidden] {
  display: none;
}

.lightbox-close {
  position: fixed;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: grid;
  width: var(--dialog-close-size);
  height: var(--dialog-close-size);
  padding: 0;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--accent) 20%, var(--line));
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.92);
  color: var(--ink);
  cursor: pointer;
  font-size: 0;
  line-height: 1;
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

.lightbox-close::before,
.lightbox-close::after {
  position: absolute;
  width: 15px;
  height: 1px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

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

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

.lightbox-close:hover,
.lightbox-close:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
}

.lightbox-close:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--accent) 24%, transparent);
  outline-offset: 3px;
}

.toast {
  position: fixed;
  z-index: 60;
  left: 50%;
  bottom: 28px;
  max-width: calc(100% - 32px);
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.listing-hero {
  width: min(100% - 72px, 1180px);
  margin: 92px auto 76px;
}

.listing-hero h1 {
  margin: 0;
  font-family: var(--sans-light);
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 300;
  letter-spacing: -0.05em;
}

.listing-hero > p:last-child {
  max-width: 34em;
  margin: 20px 0 0;
  color: var(--muted);
  font-family: var(--sans-light);
  font-weight: 300;
}

.content-category-filters {
  --listing-content-gap: 56px;
  display: flex;
  width: min(100% - 72px, 1180px);
  flex-wrap: wrap;
  gap: 10px;
  margin: -38px auto var(--listing-content-gap);
}

.content-category-filters:has(+ .product-status-filters:not([hidden])) {
  margin-bottom: 32px;
}

.product-status-filters {
  --submenu-anchor-x: 120px;
  position: relative;
  display: flex;
  width: min(100% - 72px, 1180px);
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 auto 56px;
  padding-left: calc(var(--submenu-anchor-x) + 20px);
}

.product-status-filters::before {
  position: absolute;
  top: -18px;
  left: var(--submenu-anchor-x);
  width: 2px;
  height: 39px;
  background: var(--accent);
  content: "";
}

.product-status-filters[hidden] {
  display: none;
}

.product-status-filters button[hidden] {
  display: none;
}

.content-category-filters button,
.content-category-filters .moments-category-link,
.product-status-filters button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 18px;
  border: 1px solid #afafae;
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font: inherit;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.content-category-filters button:hover,
.content-category-filters button:focus-visible,
.content-category-filters .moments-category-link:hover,
.content-category-filters .moments-category-link:focus-visible,
.product-status-filters button:hover,
.product-status-filters button:focus-visible {
  border-color: var(--accent);
  color: var(--ink);
}

.content-category-filters button.is-active,
.content-category-filters button[aria-pressed="true"],
.content-category-filters .moments-category-link.is-active {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.product-status-filters button {
  width: 80px;
  box-sizing: border-box;
  border-color: #afafae;
  background: #fff;
  color: #68696b;
}

.product-status-filters button:hover,
.product-status-filters button:focus-visible {
  border-color: #98999b;
  color: #4f5052;
}

.product-status-filters button.is-active,
.product-status-filters button[aria-pressed="true"] {
  border-color: #98999b;
  background: #98999b;
  color: #fff;
}

.product-grid {
  --masonry-gap: 22px;
  position: relative;
  width: min(100% - 40px, 1440px);
  margin: 0 auto 120px;
}

.mobile-grid-view-control {
  display: none;
}

.filter-empty-state {
  width: min(100% - 72px, 1180px);
  margin: 0 auto 120px;
  padding: 72px 24px;
  border: 1px solid var(--line);
  background: var(--surface);
  text-align: center;
}

.filter-empty-state[hidden] {
  display: none;
}

.filter-empty-state strong {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
}

.filter-empty-state p {
  margin: 10px 0 0;
  color: var(--muted);
}

.tag-search-status {
  width: min(100% - 72px, 1180px);
  margin: 64px auto 54px;
  padding: 0;
}

.tag-search-status[hidden] {
  display: none;
}

.search-result-summary {
  width: 100%;
}

.search-result-field {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  padding: 0 4px 10px;
  border-bottom: 1px solid var(--ink);
}

.search-result-field h2 {
  min-width: 0;
  flex: 1 1 auto;
  margin: 0;
  font-family: var(--sans);
  font-size: 34px;
  font-weight: 300;
  line-height: 1.25;
}

.tag-search-status span {
  display: block;
  margin-top: 12px;
  padding: 0 4px;
  color: var(--muted);
  font-family: var(--sans-light);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

.search-result-clear {
  display: inline-grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: rgba(41, 35, 31, 0.09);
  color: var(--muted);
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.search-result-clear:hover,
.search-result-clear:focus-visible {
  background: rgba(41, 35, 31, 0.16);
  color: var(--ink);
}

.product-card {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* One shared surface standard for every public waterfall card. */
.product-card,
.content-masonry-item {
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 16px;
  background: var(--surface);
  box-shadow: var(--waterfall-card-shadow);
}

.masonry-gallery:not(.is-ready) .gallery-item,
.product-grid:not(.is-ready) .product-card {
  transition: none;
}

.product-grid:not(.is-ready),
.masonry-gallery:not(.is-ready) {
  display: grid;
  height: auto !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--masonry-gap);
}

.product-grid:not(.is-ready) .product-card:not([hidden]),
.masonry-gallery:not(.is-ready) .gallery-item {
  position: relative;
  width: auto !important;
  transform: none !important;
}

@media (min-width: 1080px) {
  .product-grid:not(.is-ready),
  .masonry-gallery:not(.is-ready) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .product-grid:not(.is-ready) .selection-note-card,
  .masonry-gallery:not(.is-mobile-two-column):not(.is-mobile-single-column):not(.is-ready) .selection-note-card {
    grid-column: span 2;
  }

  .product-grid[data-mobile-columns="2"]:not(.is-ready),
  .masonry-gallery.is-mobile-two-column:not(.is-ready) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid.is-mobile-single-column:not(.is-ready),
  .masonry-gallery.is-mobile-single-column:not(.is-ready) {
    grid-template-columns: 1fr;
  }
}

.card-image {
  position: relative;
  display: block;
  min-height: 220px;
  background: #eee7dc;
  border-radius: 9px 9px 0 0;
  text-decoration: none;
}

.card-image > img {
  width: 100%;
  border-radius: 9px 9px 0 0;
}

.card-image > picture > img {
  display: block;
  width: 100%;
  border-radius: 9px 9px 0 0;
}

.card-admin-actions {
  position: absolute;
  z-index: 8;
  top: 12px;
  right: 12px;
  display: flex;
  gap: 7px;
}

.card-edit-link,
.card-delete-button,
.card-sold-button,
.card-manage-button,
.card-pin-button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 14px rgba(42, 34, 29, 0.18);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.card-edit-link:hover,
.card-edit-link:focus-visible,
.card-delete-button:hover,
.card-delete-button:focus-visible,
.card-sold-button:hover,
.card-sold-button:focus-visible,
.card-manage-button:hover,
.card-manage-button:focus-visible,
.card-pin-button:hover,
.card-pin-button:focus-visible {
  background: #fff;
  color: var(--accent);
  transform: translateY(-1px);
}

.card-pin-button {
  border-color: rgba(156, 89, 107, 0.22);
}

.card-pin-button.is-active {
  border-color: #9c596b;
  background: #9c596b;
  color: #fff;
}

.card-pin-button.is-active:hover,
.card-pin-button.is-active:focus-visible {
  background: #82485a;
  color: #fff;
}

.card-featured-badge {
  position: absolute;
  z-index: 5;
  top: 12px;
  right: 12px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  background: rgba(130, 72, 90, 0.9);
  color: #fff;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
  backdrop-filter: blur(8px);
}

.card-delete-button {
  border-color: rgba(138, 54, 76, 0.2);
  color: #8a364c;
}

.index-delete-dialog {
  width: min(520px, calc(100vw - 32px));
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: var(--surface);
  box-shadow: 0 24px 80px rgba(42, 34, 29, 0.28);
  color: var(--ink);
}

.index-delete-dialog::backdrop {
  background: rgba(33, 28, 25, 0.52);
  backdrop-filter: blur(3px);
}

.index-delete-dialog form {
  position: relative;
  padding: 30px;
}

.index-delete-dialog h2 {
  margin: 5px 0 8px;
  font-family: var(--sans-light);
  font-size: 32px;
  font-weight: 300;
}

.index-delete-product {
  margin: 0 44px 22px 0;
  color: var(--muted);
  line-height: 1.6;
}

.dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: var(--dialog-close-size);
  height: var(--dialog-close-size);
  padding: 0;
  appearance: none;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--accent) 20%, var(--line));
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.92);
  color: var(--ink);
  font-size: 0;
  cursor: pointer;
  box-shadow: none;
}

.dialog-close::before,
.dialog-close::after {
  position: absolute;
  width: 15px;
  height: 1px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

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

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

.dialog-close:focus,
.lightbox-close:focus,
.contact-dialog-close:focus {
  outline: none;
}

.dialog-close:focus-visible {
  background: #f1e8e0;
  box-shadow: none;
}

.index-delete-options {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.index-delete-options > button {
  display: grid;
  gap: 5px;
  width: 100%;
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.index-delete-options > button:hover,
.index-delete-options > button:focus-visible {
  border-color: var(--accent);
  box-shadow: 0 6px 18px rgba(52, 40, 33, 0.08);
}

.index-delete-options strong {
  font-size: 16px;
}

.index-delete-options span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.index-permanent-delete-button strong {
  color: #a12f43;
}

.index-management-section {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.index-management-heading {
  width: min(100% - 72px, 1180px);
  margin: 52px auto 34px;
}

.index-management-heading h2 {
  margin: 8px 0 0;
  font-family: var(--sans-light);
  font-size: 38px;
  font-weight: 300;
  letter-spacing: -0.025em;
}

.index-management-heading > p:last-child {
  max-width: 46em;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.card-status {
  position: absolute;
  z-index: 4;
  right: 12px;
  bottom: 12px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(41, 35, 31, 0.88);
  color: #fff;
  font-size: 11px;
}

.card-copy {
  padding: 20px 22px 24px;
}

.card-copy p {
  margin: 0 0 6px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.card-copy h2 {
  margin: 0;
  font-family: var(--sans-light);
  font-size: 27px;
  font-weight: 300;
  line-height: 1.3;
}

.card-copy h2 a {
  text-decoration: none;
}

.card-copy span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-family: var(--sans-light);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}

.card-copy .card-summary {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.card-copy .card-truncation-target {
  display: block;
  overflow: hidden;
  -webkit-box-orient: initial;
  -webkit-line-clamp: unset;
}

.card-truncation-tail {
  display: inline-block;
  font-style: normal;
  white-space: nowrap;
}

.card-truncation-reserve {
  display: inline-block;
  height: 1px;
  font-style: normal;
}

.card-more {
  display: block;
  width: max-content;
  margin-top: 10px;
  margin-left: auto;
  border-bottom: 1px solid var(--accent);
  color: var(--accent);
  font-size: 13px;
  font-family: var(--sans-light);
  font-weight: 300;
  text-decoration: none;
}

.product-page .lead,
.product-page .post-intro > p,
.product-page .section-copy p {
  font-family: var(--sans-light);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.85;
  letter-spacing: 0.025em;
}

.product-page .details-card .section-heading h2,
.product-page .provenance-card h2,
.product-page .gallery-heading h2 {
  font-family: var(--sans-light);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.article-page .article-feature-meta,
.article-page .article-feature-kicker,
.article-page .article-rail,
.article-page .article-side-note,
.article-page .article-source,
.article-page .article-source h2,
.article-page .article-source a,
.article-page .article-media-sequence figcaption {
  font-family: var(--sans);
}

.article-page .article-feature-meta,
.article-page .article-feature-kicker {
  font-weight: 600;
}

.article-page .article-rail {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.02em;
}

.article-page .article-rail a,
.article-page .article-source a {
  font-size: 13px;
  font-weight: 400;
}

.article-page .article-side-note {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
}

.article-page .article-source {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.65;
}

.article-page .article-source .eyebrow {
  margin-bottom: 10px;
}

.article-page .article-source h2 {
  display: inline;
  margin: 0 16px 0 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.02em;
}

.article-page .article-media-sequence figcaption {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
}

/* Desktop scale and spacing. */
@media (min-width: 761px) {
  .listing-hero {
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .listing-hero h1 {
    font-size: clamp(52px, 5.2vw, 68px);
    line-height: 1.15;
    letter-spacing: 0.025em;
  }

  .listing-hero > p:last-child {
    margin-top: 18px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }

  .listing-page[data-default-category="point-of-view"] .listing-hero h1 {
    font-family: "Helvetica Neue", "Avenir Next", "Segoe UI", Arial, sans-serif;
    font-size: clamp(54px, 5.5vw, 72px);
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: -0.025em;
  }

  .listing-page[data-default-category="news"] .listing-hero > p:last-child,
  .listing-page[data-default-category="point-of-view"] .listing-hero > p:last-child {
    max-width: none;
    white-space: nowrap;
  }

  .listing-page .card-copy h2 {
    font-size: clamp(21px, 1.7vw, 24px);
    line-height: 1.5;
    letter-spacing: 0.025em;
  }

  .listing-page .card-copy span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }

  .listing-page .card-more {
    font-size: 14px;
    font-weight: 400;
  }
}

.empty-state {
  width: min(100% - 40px, 1180px);
  margin: 0 auto 120px;
  padding: 72px 24px;
  border: 1px solid var(--line);
  text-align: center;
}

.empty-state strong {
  font-family: var(--serif);
  font-size: 32px;
}

.empty-state p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.article-next-story {
  display: flex;
  width: min(100% - 72px, 1440px);
  justify-content: flex-end;
  margin: 58px auto 0;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.article-next-story a {
  min-width: 148px;
  padding: 12px 22px;
  border: 1px solid var(--accent);
  background: transparent;
  color: var(--accent);
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}

.article-next-story a:hover,
.article-next-story a:focus-visible {
  background: var(--accent);
  color: #fff;
}

@media (max-width: 720px) {
  .article-next-story {
    width: min(100% - 32px, 520px);
    margin-top: 42px;
    padding-bottom: 20px;
  }

  .article-next-story a {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .site-header,
  .product-hero,
  .section-shell,
  .contact-section,
  .article-next-story,
  .site-footer,
  .listing-hero,
  .content-category-filters,
  .product-status-filters,
  .filter-empty-state {
    width: min(100% - 40px, 760px);
  }

  .product-hero {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 32px;
    margin-bottom: var(--product-hero-space-after-tablet);
  }

  .product-summary {
    max-width: none;
  }

  .site-header {
    gap: 18px;
  }

  .header-actions {
    gap: 18px;
  }

  .site-search {
    width: clamp(170px, 25vw, 220px);
  }

  .content-section,
  .content-section.is-reversed,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .details-provenance-grid {
    grid-template-columns: 1fr;
  }

  .content-section.is-reversed .section-heading {
    order: initial;
  }

  .article-content-stage,
  .article-content-stage.is-landscape-lead {
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(370px, 1.1fr);
    min-height: 650px;
  }

  .article-content-stage.is-landscape-lead .article-lead-media {
    position: relative;
    inset: auto;
  }

  .article-content-stage.is-landscape-lead .article-feature-copy {
    width: auto;
    min-height: 650px;
    margin: 0;
    background:
      linear-gradient(138deg, rgba(255, 255, 255, 0.5), transparent 52%),
      #e2d7ce;
    box-shadow: none;
    backdrop-filter: none;
  }

  .article-content-stage.is-landscape-lead .article-lead-media figcaption {
    right: 26px;
    left: 26px;
    width: auto;
    text-align: left;
  }

  .article-feature-copy {
    padding: 48px;
  }

  .article-feature-heading h1 {
    font-size: clamp(48px, 7vw, 68px);
  }

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

@media (max-width: 620px) {
  .preview-admin-toolbar {
    justify-content: flex-start;
    overflow-x: auto;
    padding-inline: 12px;
    white-space: nowrap;
  }

  .preview-admin-mobile-link {
    margin-right: 12px;
  }

  .preview-banner {
    display: block;
    padding: 12px 18px;
    font-size: 14px;
    line-height: 1.55;
  }

  .preview-banner strong,
  .preview-banner span {
    display: block;
  }

  .content-related-strip .content-related-links {
    grid-template-columns: 1fr;
  }

  body {
    padding-bottom: 0;
    font-size: 17px;
  }

  body.product-page {
    padding-bottom: 80px;
  }

  .site-header,
  .product-hero,
  .section-shell,
  .contact-section,
  .article-next-story,
  .site-footer,
  .listing-hero,
  .content-category-filters,
  .product-status-filters,
  .filter-empty-state {
    width: min(100% - 32px, 520px);
  }

  .brand-logo {
    width: 220px;
  }

  .header-actions {
    width: 100%;
    gap: 14px;
    justify-content: flex-start;
    font-size: 12px;
  }

  .article-page .header-actions {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: none;
  }

  .article-page .header-actions::-webkit-scrollbar {
    display: none;
  }

  .article-page .header-actions > * {
    flex: 0 0 auto;
  }

  .site-search {
    flex: 0 1 225px;
    width: min(225px, calc(100vw - 150px));
    max-width: 225px;
    height: 42px;
  }

  .site-search input {
    font-size: 16px;
    line-height: 1.25;
  }

  .product-page .header-actions > a[href="#gallery"] {
    margin-left: auto;
    border-bottom-color: var(--ink);
  }

  .product-hero {
    gap: 38px;
    margin: 20px auto var(--product-hero-space-after-mobile);
  }

  .status-badge {
    right: 14px;
    bottom: 14px;
    padding: 6px 12px;
    font-size: 11px;
  }

  .thumbnail-row {
    grid-template-columns: repeat(6, 1fr);
    gap: 5px;
    margin-top: 6px;
  }

  .product-summary h1 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .product-summary .detail-meta-row {
    text-align: left;
  }

  .product-summary > .hashtag-list {
    justify-content: center;
  }

  .product-summary > .availability {
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center;
  }

  .product-summary > .availability span {
    display: none;
  }

  .product-summary > .availability strong {
    justify-self: center;
    font-family: var(--sans-light);
    font-size: var(--text-size-status-mobile);
    font-weight: var(--text-display-weight);
    letter-spacing: 0.04em;
    line-height: 1.2;
  }

  .product-summary > .availability p {
    grid-column: 1;
    text-align: center;
  }

  .post-intro {
    padding: 18px 20px;
  }

  .post-intro > p {
    font-size: 16px;
    line-height: 1.85;
  }

  .lead {
    font-size: 18px;
  }

  .quick-specs {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }

  .quick-specs div {
    padding: 14px 16px;
    border-bottom: 1px solid var(--line);
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }

  .buyer-feedback-entry {
    box-sizing: border-box;
    width: auto;
    align-items: flex-end;
    justify-content: space-between;
    gap: 6px;
    margin: 14px 24px 0;
    padding-top: 16px;
  }

  .buyer-feedback-entry-kicker {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.02em;
  }

  .buyer-feedback-entry-label {
    gap: 4px;
    font-size: 13px;
    line-height: 16px;
  }

  .content-section {
    gap: 32px;
    padding: 72px 0;
  }

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

  .section-copy p {
    font-size: 17px;
  }

  .details-section {
    width: 100%;
    padding: var(--product-details-space-before-mobile) 0 72px;
  }

  .details-card {
    padding: 42px 24px;
  }

  .provenance-card {
    padding: 38px 24px;
  }

  .spec-table > div {
    grid-template-columns: 104px 1fr;
    gap: 16px;
    padding: 10px 0;
  }

  .spec-table > div.purchase-flow-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .product-page .spec-table dt,
  .product-page .spec-table dd,
  .product-page .purchase-flow-copy {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
  }

  .product-page .provenance-card li {
    line-height: 1.5;
  }

  .product-page .authenticity-card .provenance-note p {
    line-height: 1.6;
  }

  .gallery-section {
    padding: 76px 0 88px;
  }

  .gallery-heading {
    display: block;
    margin-bottom: 34px;
  }

  .gallery-heading-notes {
    max-width: none;
    margin: 16px 0 0;
    text-align: left;
  }

  .gallery-heading-notes p {
    font-size: 13px;
  }

  .gallery-heading h2 {
    font-size: 42px;
  }

  .masonry-gallery {
    --masonry-gap: 8px;
    width: calc(100% - 12px);
  }

  .product-article-gallery {
    display: block;
    width: calc(100% - 24px);
  }

  .product-article-gallery .gallery-item,
  .product-article-gallery .gallery-item:not(.selection-note-card):nth-child(n),
  .product-article-gallery .gallery-item.selection-note-card:nth-child(n) {
    width: 100%;
    margin: 0 0 18px;
    padding: 8px;
    border-radius: 14px;
  }

  .product-article-gallery .gallery-item.selection-note-card,
  .masonry-gallery .gallery-item.selection-note-card {
    min-height: 0;
    padding: 28px 22px;
  }

  .product-article-gallery .selection-note-card + .selection-note-card {
    margin-top: -18px;
    border-top: 1px solid rgba(143, 64, 84, 0.18);
    border-radius: 0 0 14px 14px;
  }

  .selection-note-card .selection-note-eyebrow {
    margin-bottom: 10px;
  }

  .selection-note-card h3 {
    margin-bottom: 12px;
    font-size: 25px;
  }

  .selection-note-card .selection-note-copy p {
    font-size: 16px;
    line-height: 1.75;
  }

  .masonry-gallery .gallery-item:not(.selection-note-card) {
    margin: 0;
    padding: 4px;
    border-radius: 11px;
  }

  .gallery-item img {
    border-radius: 7px;
  }

  .contact-section {
    gap: 40px;
    padding: 88px 0 112px;
  }

  .contact-section h2 {
    font-size: 42px;
  }

  .site-footer {
    display: block;
    padding-top: var(--footer-content-padding-top-mobile);
    padding-bottom: calc(var(--footer-content-padding-bottom-mobile) + env(safe-area-inset-bottom));
  }

  .site-footer > div {
    max-width: none;
  }

  .site-footer > a,
  .site-footer .footer-actions {
    margin-top: 18px;
  }

  .site-footer .footer-actions {
    justify-content: flex-start;
  }

  .footer-actions {
    justify-content: flex-start;
    margin-top: 18px;
  }

  .mobile-cta {
    position: fixed;
    z-index: 30;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    background: rgba(255, 253, 249, 0.96);
    box-shadow: 0 -12px 36px rgba(59, 45, 36, 0.12);
    backdrop-filter: blur(16px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(110%);
    transition:
      opacity 180ms ease,
      transform 220ms ease;
  }

  .mobile-cta.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-cta span,
  .mobile-cta strong {
    display: block;
    line-height: 1.35;
  }

  .mobile-cta span {
    font-family: var(--serif);
    font-size: 14px;
  }

  .mobile-cta strong {
    color: var(--accent);
    font-size: 12px;
  }

  .mobile-cta a,
  .mobile-cta button {
    padding: 11px 18px;
    border: 0;
    background: var(--ink);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-cta-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
  }

  .mobile-cta .mobile-home-button {
    border: 1px solid var(--ink);
    background: transparent;
    color: var(--ink);
  }

  .lightbox-nav {
    top: 50%;
    bottom: auto;
    width: 42px;
    height: 42px;
    font-size: 31px;
    transform: translateY(-50%);
  }

  .lightbox-stage {
    padding:
      calc(62px + env(safe-area-inset-top))
      14px
      calc(104px + env(safe-area-inset-bottom));
  }

  .lightbox,
  .lightbox-stage,
  .lightbox img {
    touch-action: pan-x pan-y pinch-zoom;
  }

  .lightbox img {
    max-width: calc(100vw - 28px);
    max-height: calc(100dvh - 150px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    border-radius: 9px;
  }

  .lightbox-prev {
    left: 8px;
  }

  .lightbox-next {
    right: 8px;
  }

  .contact-dialog form {
    padding: 30px 24px 28px;
  }

  .contact-dialog h2 {
    font-size: 30px;
  }

  .tag-search-status {
    width: calc(100% - 32px);
    margin: 44px auto 12px;
    padding: 0;
  }

  .search-result-field {
    gap: 12px;
    padding: 0 2px 8px;
  }

  .search-result-field h2 {
    font-size: 28px;
  }

  .tag-search-status span {
    margin-top: 10px;
    padding: 0 2px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
  }

  .search-result-clear {
    width: 28px;
    height: 28px;
    font-size: 17px;
  }

  .product-grid {
    --masonry-gap: 8px;
    width: calc(100% - 12px);
    margin-bottom: 80px;
  }

  .product-card,
  .content-masonry-item {
    margin: 0;
    border-width: 4px;
    border-radius: 11px;
  }

  .card-copy {
    padding: 9px 8px 12px;
  }

  .card-copy p {
    font-size: 8px;
  }

  .card-copy h2 {
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 650;
  }

  .card-copy span {
    display: none;
  }

  .card-more {
    display: block;
  }

  .card-status {
    right: 4px;
    bottom: 4px;
    padding: 2px 5px;
    font-size: 8px;
  }

  .card-admin-actions {
    top: 5px;
    right: 5px;
    gap: 2px;
  }

  .card-edit-link,
  .card-delete-button,
  .card-sold-button,
  .card-manage-button,
  .card-pin-button {
    padding: 5px 4px;
    font-size: 9px;
  }

  .card-edit-link > span[aria-hidden="true"] {
    display: none;
  }

  .card-pin-label {
    display: none;
  }

  .card-featured-badge {
    top: 5px;
    right: 5px;
    padding: 4px 6px;
    font-size: 7px;
  }

  .card-image {
    min-height: 110px;
  }

  .image-placeholder {
    min-height: 110px;
  }

  .index-management-heading {
    width: min(100% - 32px, 560px);
    margin: 38px auto 24px;
  }

  .index-management-heading h2 {
    font-size: 30px;
  }

  .index-management-heading > p:last-child {
    font-size: 12px;
    line-height: 1.6;
  }
}

@media (max-width: 760px) {
  .detail-category-navigation {
    width: min(100% - 32px, 560px);
    margin: 18px auto;
    justify-content: flex-start;
  }

  .article-content-stage,
  .article-content-stage.is-landscape-lead {
    display: flex;
    width: min(100% - 24px, 560px);
    min-height: auto;
    margin-top: 12px;
    flex-direction: column;
  }

  .article-content-stage.is-portrait-lead,
  .article-content-stage.is-square-lead {
    padding: 0;
  }

  .article-lead-media,
  .article-content-stage.is-landscape-lead .article-lead-media {
    position: relative;
    inset: auto;
    width: 100%;
    height: min(116vw, 620px);
    border-radius: 18px;
  }

  .article-content-stage.is-landscape-lead .article-lead-media {
    height: min(72vw, 390px);
  }

  .article-feature-copy,
  .article-content-stage.is-landscape-lead .article-feature-copy {
    width: auto;
    min-height: 530px;
    margin: 0;
    padding: 38px 28px 32px;
    background:
      linear-gradient(138deg, rgba(255, 255, 255, 0.5), transparent 52%),
      #e2d7ce;
    box-shadow: none;
    backdrop-filter: none;
  }

  .article-feature-copy::before {
    width: 34%;
    height: 4px;
  }

  .article-feature-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .article-feature-heading h1,
  .article-content-stage.has-long-copy .article-feature-heading h1 {
    max-width: none;
    font-size: clamp(42px, 13vw, 62px);
  }

  .article-deck {
    font-size: 18px;
    -webkit-line-clamp: 5;
  }

  .article-feature-footer {
    align-items: flex-start;
  }

  .article-continue-mark {
    display: none;
  }

  .article-layout {
    grid-template-columns: 1fr;
    width: min(100% - 36px, 560px);
    gap: 64px;
    padding: 90px 0;
  }

  .content-article-page .article-layout {
    padding-bottom: 44px;
  }

  .content-article-page .article-next-story {
    margin-top: 14px;
  }

  .content-article-page .article-related-items {
    border-top: 0;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* Third-level pages need their own desktop spacing below the shared header.
   Listing pages intentionally keep the original negative hero overlap above. */
@media (min-width: 761px) {
  body.product-page > .detail-category-navigation,
  body.article-page > .detail-category-navigation {
    margin: 24px auto 32px;
    justify-content: flex-start;
  }

  body.article-page .content-card-hero {
    margin-top: 24px;
  }
}

@media (max-width: 760px) {
  body.article-page .content-card-hero {
    margin-top: 0;
  }
}

/* Mobile-only navigation and narrow-screen reading fixes. Desktop rules above stay unchanged. */
@media (max-width: 620px) {
.article-prose,
.article-media-sequence,
.article-media-sequence figure,
.gallery-image-meta {
  min-width: 0;
  max-width: 100%;
}

.article-prose,
.article-prose p,
.article-prose a,
.gallery-image-meta p,
.gallery-image-meta a,
.gallery-image-meta span {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.article-media-sequence img,
.article-media-sequence video {
  max-width: 100%;
}

  .listing-hero {
    margin: 44px auto 36px;
  }

  .listing-hero h1 {
    font-size: clamp(36px, 11vw, 44px);
    font-weight: 300;
    line-height: 1.18;
    letter-spacing: 0.01em;
  }

  .listing-page[data-default-category="point-of-view"] .listing-hero h1 {
    font-family: "Helvetica Neue", "Avenir Next", "Segoe UI", Arial, sans-serif;
    font-size: clamp(34px, 10vw, 42px);
    font-weight: 300;
    line-height: 1.12;
    letter-spacing: -0.015em;
  }

  .listing-hero > p:last-child {
    max-width: 28em;
    margin-top: 10px;
    color: #817872;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.015em;
  }

  .site-header {
    min-height: 76px;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    padding-block: 14px;
  }

  .site-header .brand {
    min-width: 0;
    flex: 1 1 auto;
  }

  .site-header .brand-logo {
    width: min(220px, calc(100vw - 170px));
  }

  .site-header .header-actions {
    width: auto;
    flex: 0 0 auto;
    justify-content: flex-end;
  }

  .site-header .site-search {
    position: relative;
    width: 118px;
    max-width: 118px;
    height: 40px;
    flex: 0 0 118px;
    padding-inline: 12px;
  }

  .site-header .site-search input {
    font-size: 16px;
  }

  .site-header .site-search input::placeholder {
    color: transparent;
  }

  .site-header .site-search::after {
    position: absolute;
    top: 50%;
    left: 39px;
    color: var(--muted);
    content: "搜尋";
    font-size: 16px;
    line-height: 1;
    pointer-events: none;
    transform: translateY(-50%);
  }

  .site-header .site-search:focus-within::after,
  .site-header .site-search:has(input:not(:placeholder-shown))::after {
    display: none;
  }

  .content-category-filters {
    --mobile-nav-content-gap: 44px;
    display: flex;
    width: min(100% - 32px, 520px);
    flex-wrap: wrap;
    justify-content: start;
    column-gap: 8px;
    row-gap: 0;
    margin: 16px auto var(--mobile-nav-content-gap);
    padding: 0;
    overflow: visible;
  }

  .content-category-filters::after {
    width: 0;
    height: 8px;
    flex: 0 0 100%;
    order: 3;
    content: "";
  }

  .listing-page .content-category-filters,
  .moments-category-navigation {
    margin-top: -16px;
    margin-bottom: var(--mobile-nav-content-gap);
  }

  .listing-page .content-category-filters {
    margin-bottom: 12px;
  }

  .listing-page .content-category-filters:has(+ .product-status-filters:not([hidden])) {
    margin-bottom: 22px;
  }

  .content-category-filters > [data-nav-key] {
    display: inline-flex;
    width: auto;
    height: 42px;
    min-width: 0;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 8px 10px;
    font-family: var(--sans-light);
    font-size: 14.5px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0;
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    text-wrap: nowrap;
  }

  .content-category-filters > [data-nav-key="all"],
  .content-category-filters > :nth-child(1) {
    order: 1;
  }

  .content-category-filters > [data-nav-key="news"],
  .content-category-filters > :nth-child(3) {
    order: 2;
  }

  .content-category-filters > [data-nav-key="behind-scenes"],
  .content-category-filters > :nth-child(5) {
    order: 3;
  }

  .content-category-filters > [data-nav-key="product"],
  .content-category-filters > :nth-child(2) {
    order: 4;
  }

  .content-category-filters > [data-nav-key="point-of-view"],
  .content-category-filters > :nth-child(4) {
    order: 5;
  }

  .mobile-grid-view-control {
    display: flex;
    width: min(100% - 32px, 520px);
    height: 28px;
    align-items: center;
    justify-content: flex-end;
    margin: 0 auto 16px;
  }

  .mobile-grid-view-toggle {
    display: inline-flex;
    min-width: 0;
    min-height: 28px;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    border: 0;
    padding: 3px 0 3px 8px;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    line-height: 1;
  }

  .mobile-grid-view-toggle:hover,
  .mobile-grid-view-toggle:focus-visible {
    color: var(--accent);
  }

  .mobile-grid-view-toggle:focus-visible {
    outline: none;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .mobile-grid-view-toggle svg {
    width: 27px;
    height: 23px;
    flex: 0 0 27px;
    box-sizing: border-box;
    padding: 1px;
    background: transparent;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.35;
  }

  .mobile-grid-view-toggle svg[hidden] {
    display: none;
  }

  .archive-view-toggle {
    display: none;
  }

  .content-category-filters > [data-nav-key="all"],
  .content-category-filters > [data-nav-key="product"],
  .content-category-filters > [data-nav-key="behind-scenes"] {
    width: 90px;
    padding-inline: 15px;
  }

  .product-status-filters {
    --submenu-anchor-x: 35px;
    position: relative;
    display: flex;
    width: min(100% - 32px, 520px);
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    margin: 0 auto 12px;
    padding: 0 0 0 calc(var(--submenu-anchor-x) + 12px);
    overflow: visible;
  }

  .product-status-filters::before {
    display: block;
    top: -22px;
    left: var(--submenu-anchor-x);
    width: 2px;
    height: 36px;
  }

  .product-status-filters button {
    width: 66px;
    min-width: 0;
    min-height: 38px;
    flex: 0 0 auto;
    padding: 7px 11px;
    font-family: var(--sans-light);
    font-size: 13.5px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .listing-page .editorial-card-media > img,
  .listing-page .editorial-card-media-link > img,
  .listing-page .editorial-card-media-link > picture > img,
  .listing-page .index-video-wrap video {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .listing-page .card-copy {
    padding: 9px 8px 11px;
  }

  .listing-page .card-copy > p,
  .listing-page .card-copy .card-summary,
  .listing-page .card-more {
    display: none;
  }

  .mobile-grid-view-toggle,
  .listing-page .card-copy h2 {
    font-family: var(--sans-light);
    font-size: 13px;
    font-weight: 300;
  }

  .listing-page .card-copy h2 {
    line-height: 1.42;
    letter-spacing: 0.01em;
  }

  .listing-page .card-copy h2 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .listing-page .card-copy h2 a.card-truncation-target {
    display: block;
    -webkit-box-orient: initial;
    -webkit-line-clamp: unset;
  }

  .product-page .gallery-image-meta,
  .product-page .product-gallery-video > span {
    display: none;
  }

  .article-layout {
    min-width: 0;
    max-width: 100%;
    gap: 36px;
    padding-top: 56px;
  }
}

@media (max-width: 374px) {
  .buyer-feedback-entry {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }

  .buyer-feedback-entry-label {
    align-self: flex-end;
  }

  .content-category-filters > [data-nav-key="all"],
  .content-category-filters > [data-nav-key="product"],
  .content-category-filters > [data-nav-key="behind-scenes"] {
    width: 82px;
    padding-inline: 10px;
  }
}

@media (max-width: 350px) {
  .content-category-filters > [data-nav-key="all"],
  .content-category-filters > [data-nav-key="product"],
  .content-category-filters > [data-nav-key="behind-scenes"] {
    width: 72px;
    padding-inline: 6px;
  }
}

@media (max-width: 340px) {
  .content-category-filters {
    column-gap: 8px;
  }

  .content-category-filters > [data-nav-key] {
    padding-inline: 8px;
    font-size: 14px;
  }

  .content-category-filters > [data-nav-key="all"],
  .content-category-filters > [data-nav-key="product"],
  .content-category-filters > [data-nav-key="behind-scenes"] {
    width: 68px;
    padding-inline: 4px;
  }

  .product-status-filters {
    gap: 6px;
    padding-left: calc(var(--submenu-anchor-x) + 8px);
  }

  .product-status-filters button {
    padding-inline: 10px;
    font-size: 13px;
  }
}

/* Desktop third-level typography follows the lighter listing-page hierarchy. */
@media (min-width: 761px) {
  .product-page .post-intro > p {
    font-weight: 400;
  }

  .product-page .product-summary h1 {
    font-size: clamp(34px, 3.6vw, 54px);
    line-height: 1.22;
    letter-spacing: 0.01em;
  }

  .article-page .article-feature-heading h1,
  .article-page .article-content-stage.is-portrait-lead .article-feature-heading h1,
  .article-page .article-content-stage.is-square-lead .article-feature-heading h1,
    .article-page .article-content-stage.has-long-copy .article-feature-heading h1 {
    max-width: 16em;
    font-size: clamp(40px, 3.8vw, 60px);
    line-height: 1.2;
    letter-spacing: 0.01em;
  }

  .article-page .article-deck {
    margin-top: clamp(18px, 2.2vw, 28px);
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.025em;
  }

  .article-page .article-prose {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.02em;
  }

  .article-page .moment-product-gallery-date time {
    font-size: 14px;
    font-weight: 400;
  }

  .article-page .article-history-copy small,
  .article-page .article-rail .content-related-link small {
    font-size: 11px;
    font-weight: 400;
  }

  .article-page .article-prose > p {
    margin-bottom: 1.5em;
  }

  .article-page .article-source {
    margin-top: 48px;
    padding-top: 24px;
  }

  .product-page .details-card .section-heading h2,
  .product-page .provenance-card h2 {
    font-size: 32px;
  }

  .product-page .gallery-heading h2 {
    font-size: clamp(34px, 3.6vw, 54px);
  }

  .product-page .selection-note-card h3 {
    font-size: clamp(26px, 2.5vw, 36px);
  }

  .product-page .selection-note-card .selection-note-copy p {
    font-size: 17px;
    letter-spacing: 0.025em;
  }

  .product-page .details-section {
    padding-top: var(--product-details-space-before);
    padding-bottom: 88px;
  }

  .product-page .details-card,
  .product-page .provenance-card {
    padding: 36px 42px;
  }

  .product-page .spec-table {
    margin-top: 24px;
  }

  .product-page .spec-table > div {
    grid-template-columns: 138px 1fr;
    gap: 18px;
    padding: 9px 0;
  }

  .product-page .spec-table dt,
  .product-page .spec-table dd,
  .product-page .purchase-flow-copy {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
  }

  .product-page .provenance-card ul {
    margin: 22px 0 18px;
  }

  .product-page .provenance-card li {
    padding: 9px 0 9px 22px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
  }

  .product-page .provenance-card li::before {
    top: 10px;
  }

  .product-page .authenticity-card .provenance-note {
    margin-top: 18px;
    padding-top: 14px;
  }

  .product-page .authenticity-card .provenance-note p {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
  }
}
