/* ===== Page-specific styles (lists, reference, case study, blog) ===== */

/* List pages — shared hero + content shell */
.corp-page--list .corp-page-content {
  padding-top: clamp(20px, 2.5vw, 32px);
}

.list-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: clamp(24px, 3vw, 36px);
}

.list-filters .filter-btn {
  flex-shrink: 0;
}

/* Product list — editorial lookbook grid */
.product-list-page .corp-page-content {
  max-width: 1080px;
}

.product-list-page .list-filters {
  margin-bottom: clamp(24px, 3vw, 36px);
  gap: 10px;
}

.product-list-page .product-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 3.5vw, 44px);
}

.product-list-page .product-card--lookbook {
  background: var(--color-white);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-md);
  box-shadow: none;
  overflow: hidden;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.product-list-page .product-card--lookbook:hover {
  border-color: var(--color-border);
  box-shadow: var(--shadow-sm);
  transform: none;
}

.product-list-page .product-card--lookbook .product-image--wide {
  aspect-ratio: 4 / 5;
}

.product-list-page .product-card--lookbook .product-image-wrap {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--color-bg-alt);
}

.product-list-page .product-card--lookbook .product-image-img,
.product-list-page .product-card--lookbook .product-image {
  transition: transform 0.6s ease;
}

.product-list-page .product-card--lookbook:hover .product-image {
  transform: scale(1.04);
}

.product-list-page .product-card--lookbook .product-info {
  padding: clamp(16px, 2vw, 22px) clamp(18px, 2vw, 24px) clamp(20px, 2.5vw, 26px);
}

.product-list-page .product-card--lookbook .product-category {
  margin: 0 0 8px;
  font-size: 10px;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.product-list-page .product-card--lookbook .product-name {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  font-weight: 400;
  line-height: var(--leading-snug);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-list-page .product-card-hover-cta {
  display: none;
}

.product-card--lookbook .product-price--card {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  font-weight: 400;
}

.product-card--lookbook .product-price--card.product-price--hidden {
  display: none;
}

@media (max-width: 900px) {
  .product-list-page .product-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(20px, 3vw, 28px);
  }
}

@media (max-width: 520px) {
  .product-list-page .product-list-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-list-page .product-card--lookbook .product-info {
    padding: 16px 18px 20px;
  }
}

.product-list-page .fireplace-showcase-mount + .product-list-grid {
  margin-top: clamp(24px, 3vw, 40px);
}

/* Project list — editorial rows */
.projects-editorial-list {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.5vw, 28px);
}

.project-editorial-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 0;
  text-decoration: none;
  color: inherit;
  background: var(--color-white);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: box-shadow var(--transition-fast), border-color var(--transition-fast);
}

.project-editorial-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--color-border);
}

.project-editorial-card[hidden] {
  display: none !important;
}

.project-editorial-media {
  position: relative;
  min-height: 220px;
  background: var(--color-bg-alt);
}

.project-editorial-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 220px;
  transition: transform 0.5s ease;
}

.project-editorial-card:hover .project-editorial-media img {
  transform: scale(1.04);
}

.project-editorial-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3vw, 40px);
}

.project-editorial-eyebrow {
  margin: 0 0 8px;
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--color-accent-dark);
}

.project-editorial-title {
  margin: 0 0 10px;
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 400;
  line-height: var(--leading-tight);
}

.project-editorial-meta {
  margin: 0 0 12px;
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}

.project-editorial-excerpt {
  margin: 0;
  font-size: var(--text-md);
  line-height: var(--leading-relaxed);
  color: var(--color-text-light);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.project-editorial-link {
  margin-top: 16px;
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-accent-dark);
}

/* Reference piece detail (product) */
.reference-top {
  padding: 12px 0 0;
}

.reference-top .corp-breadcrumb {
  margin-bottom: 0;
}

.reference-page-body {
  padding-top: 12px;
  padding-bottom: clamp(32px, 4vw, 48px);
}

.reference-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 400px);
  gap: clamp(20px, 2.5vw, 28px);
  align-items: start;
}

.reference-detail-gallery {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  align-self: start;
}

.reference-detail-gallery .product-gallery-layout {
  display: block;
}

.reference-detail-gallery .product-gallery-main {
  position: relative;
  width: 100%;
  line-height: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--color-bg-alt);
  height: auto;
  min-height: 0;
}

.reference-detail-gallery .product-main-image,
.reference-detail-gallery .product-main-video {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(72vh, 640px);
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center top;
  border-radius: var(--radius-md);
  background: transparent;
  vertical-align: top;
}

.reference-detail-gallery .product-main-video:not([hidden]) {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: var(--color-bg-dark);
}

.reference-detail-gallery .product-gallery-thumbs--overlay {
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 60px;
  padding: 6px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 12px rgba(18, 22, 20, 0.08);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}

.reference-detail-gallery .product-gallery-thumb {
  width: 48px;
  flex: 0 0 48px;
  border-radius: 4px;
  border-width: 2px;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.reference-detail-gallery .product-gallery-thumb:hover {
  transform: none;
}

.reference-detail-gallery .product-gallery-thumb.active {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 1px var(--color-accent);
}

/* Reference product page — <img> hero (override div/background defaults in styles.css) */
.corp-page--reference .reference-detail-gallery .product-main-image {
  aspect-ratio: auto;
  background-image: none;
  background-size: unset;
  background-color: transparent;
}

.reference-detail-gallery .product-main-image[hidden],
.reference-detail-gallery .product-main-video[hidden] {
  display: none;
}

.reference-detail-gallery .product-video-caption {
  margin: 10px 0 0;
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: var(--leading-snug);
}

.reference-gallery-trust-block {
  margin: 12px 0 0;
  padding: clamp(18px, 2.5vw, 24px);
  font-size: var(--text-sm);
  line-height: var(--leading-relaxed);
  color: var(--color-text-light);
  list-style: none;
  background: #faf8f5;
  border: 1px solid rgba(134, 116, 86, 0.2);
  border-radius: var(--radius-md);
  box-shadow: none;
}

.reference-gallery-trust-block[hidden] {
  display: none;
}

.reference-gallery-trust-block li {
  position: relative;
  padding: 0 0 10px 20px;
  line-height: var(--leading-relaxed);
  color: var(--color-text-light);
  font-size: var(--text-sm);
}

.reference-gallery-trust-block li:last-child {
  padding-bottom: 0;
}

.reference-gallery-trust-block li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  color: var(--color-accent-dark);
  font-weight: 600;
  font-size: var(--text-sm);
  line-height: var(--leading-relaxed);
}

.reference-gallery-trust {
  margin-top: 12px;
}

.reference-gallery-trust .ebay-trust-compact--embed {
  margin-top: 0;
  padding: clamp(18px, 2.5vw, 24px);
}

.reference-panel {
  position: sticky;
  top: calc(var(--header-height, 88px) + 16px);
  padding: clamp(18px, 2.5vw, 24px);
  background: var(--color-white);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.reference-panel-eyebrow {
  margin: 0 0 8px;
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  color: var(--color-accent-dark);
}

.reference-panel-title {
  margin: 0 0 10px;
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 400;
  letter-spacing: var(--tracking-snug);
  line-height: var(--leading-tight);
  color: var(--color-text);
}

.reference-panel-tagline {
  margin: 0 0 12px;
  font-size: var(--text-sm);
  line-height: var(--leading-relaxed);
  color: var(--color-text-muted);
}

.reference-panel-lead {
  margin: 0 0 12px;
  padding-bottom: 12px;
  font-size: var(--text-md);
  line-height: var(--leading-relaxed);
  color: var(--color-text-light);
  border-bottom: 1px solid var(--color-border-subtle);
}

.reference-panel-lead.product-price-premium {
  color: var(--color-accent-dark);
  font-weight: 500;
}

.reference-panel-note {
  margin: 0 0 14px;
  padding: 10px 12px;
  font-size: var(--text-sm);
  line-height: var(--leading-snug);
  color: var(--color-text-light);
  background: var(--color-bg-warm);
  border-radius: var(--radius-sm);
}

.reference-panel-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 14px 0;
  padding-top: 0;
}

.reference-panel .product-specs {
  margin: 0 0 4px;
  padding: 0;
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-sm);
  overflow: hidden;
  display: block;
}

.reference-panel .product-spec-row {
  display: grid;
  grid-template-columns: minmax(110px, 38%) 1fr;
  gap: 10px;
  padding: 10px 12px;
  font-size: var(--text-sm);
  line-height: var(--leading-snug);
  border-bottom: 1px solid var(--color-border-subtle);
}

.reference-panel .product-spec-row:last-child {
  border-bottom: 0;
}

.reference-panel .product-spec-row:nth-child(even) {
  background: var(--color-bg-warm);
}

.reference-panel .product-spec-row dt {
  color: var(--color-text-muted);
  font-weight: 600;
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
}

.reference-panel .product-spec-row dd {
  color: var(--color-text);
  margin: 0;
}

.reference-panel-trust {
  margin: 12px 0 4px;
  padding: 12px 0 0;
  border-top: 1px solid var(--color-border-subtle);
}

.reference-panel-trust .trust-block {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reference-panel-trust .trust-block li {
  position: relative;
  padding: 6px 0 6px 20px;
  font-size: var(--text-sm);
  line-height: var(--leading-snug);
  color: var(--color-text-light);
}

.reference-panel-trust .trust-block li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--color-accent-dark);
  font-weight: 700;
}

.reference-panel-trust .reference-gallery-trust {
  margin-top: 10px;
}

.reference-about {
  margin-top: clamp(20px, 2.5vw, 28px);
  padding: clamp(18px, 2vw, 24px);
  background: var(--color-white);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-md);
}

.reference-detail-gallery .reference-about--under-gallery {
  margin-top: clamp(16px, 2vw, 20px);
  padding: clamp(16px, 2vw, 20px);
  background: var(--color-bg-warm);
  border-color: var(--color-border-subtle);
}

.reference-detail-gallery .reference-about--under-gallery .reference-about-title {
  margin-bottom: 10px;
  font-size: clamp(1.1rem, 1.6vw, 1.25rem);
}

.reference-detail-gallery .reference-about--under-gallery .reference-description {
  max-width: none;
  font-size: var(--text-sm);
}

.reference-about-title {
  margin: 0 0 14px;
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 400;
  color: var(--color-text);
}

.reference-page-body > .case-study-block--gallery {
  margin-top: clamp(24px, 3vw, 32px);
}

.reference-page-body > .corp-zone {
  margin-top: clamp(24px, 3vw, 32px);
}

.reference-description {
  margin: 0;
  max-width: 68ch;
  font-size: var(--text-md);
  line-height: var(--leading-relaxed);
  color: var(--color-text-light);
}

/* Case study (project detail) */
.case-study-hero {
  position: relative;
  min-height: clamp(280px, 42vw, 480px);
  display: flex;
  align-items: flex-end;
  background: var(--color-bg-dark);
  color: var(--color-white);
  overflow: hidden;
}

.case-study-hero-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.55;
}

.case-study-hero-media.is-empty {
  background: linear-gradient(135deg, var(--color-bg-slate), var(--color-bg-dark));
  opacity: 1;
}

.case-study-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 22, 20, 0.15) 0%, rgba(18, 22, 20, 0.82) 100%);
  pointer-events: none;
}

.case-study-hero-content {
  position: relative;
  z-index: 1;
  padding: clamp(32px, 5vw, 56px) clamp(20px, 4vw, 48px);
  max-width: var(--container-max);
  margin: 0 auto;
  width: 100%;
}

.case-study-hero .corp-breadcrumb,
.case-study-hero .corp-breadcrumb a {
  color: rgba(255, 255, 255, 0.65);
}

.case-study-hero .corp-breadcrumb a:hover {
  color: var(--color-white);
}

.case-study-hero .corp-eyebrow {
  color: var(--color-accent-light);
}

.case-study-hero h1 {
  color: var(--color-white);
  max-width: 900px;
}

.case-study-meta {
  margin: 12px 0 0;
  font-size: var(--text-md);
  color: rgba(255, 255, 255, 0.78);
}

.case-study-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.6fr);
  gap: clamp(24px, 3vw, 40px);
}

.case-study-description {
  font-size: var(--text-md);
  line-height: var(--leading-relaxed);
  color: var(--color-text-light);
}

.case-study-facts {
  margin: 0;
  padding: clamp(16px, 2vw, 20px);
  background: var(--color-bg-warm);
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
}

.case-study-facts dt {
  font-weight: 600;
  color: var(--color-text-muted);
  margin-top: 10px;
}

.case-study-facts dt:first-child {
  margin-top: 0;
}

.case-study-facts dd {
  margin: 2px 0 0;
  color: var(--color-text);
}

.case-study-scope {
  margin-top: 20px;
}

.case-study-scope h3 {
  font-size: var(--text-lg);
  margin-bottom: 10px;
}

.case-study-scope ul,
.project-scope-list {
  list-style: disc;
  padding-left: 1.25rem;
  color: var(--color-text-light);
  font-size: var(--text-md);
  line-height: var(--leading-relaxed);
}

.project-scope-list {
  margin: 0;
  max-width: none;
}

.project-scope-list li + li {
  margin-top: 0.35rem;
}

.case-study-overview {
  font-size: var(--text-lg);
  color: var(--color-text);
  margin-bottom: 1rem;
}

.project-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 20px);
  margin: 0 0 1.25rem;
}

.project-evidence-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}

.project-evidence-list li {
  font-size: var(--text-sm, 0.875rem);
  color: var(--color-text-muted, #6b6560);
}

.project-evidence-list li::before {
  content: "✓ ";
  color: var(--color-accent, #8b6914);
  font-weight: 600;
}

.project-overview-item {
  margin: 0;
  padding: clamp(14px, 1.8vw, 18px);
  background: var(--color-white, #fff);
  border: 1px solid var(--color-border-subtle, rgba(0, 0, 0, 0.08));
  border-radius: var(--radius-md, 8px);
}

.project-overview-item dt {
  margin: 0 0 6px;
  font-size: var(--text-xs, 0.75rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-text-muted, #6b6560);
}

.project-overview-item dd {
  margin: 0;
  font-size: var(--text-md);
  line-height: var(--leading-snug, 1.35);
  color: var(--color-text);
}

.project-scope-process-row {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 1.4vw, 16px);
  align-items: stretch;
}

.project-scope-process-row > .corp-zone,
.project-scope-process-row > .case-study-block {
  min-width: 0;
}

.project-scope-process-row .project-scope-col {
  flex: 1 1 100%;
}

.project-scope-process-row .project-process-col {
  flex: 1 1 100%;
}

@media (min-width: 900px) {
  .project-scope-process-row:not(.is-scope-only):not(.is-process-only) {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 4fr);
  }

  .project-scope-process-row:not(.is-scope-only):not(.is-process-only) .project-scope-col,
  .project-scope-process-row:not(.is-scope-only):not(.is-process-only) .project-process-col {
    flex: none;
    width: auto;
    max-width: none;
    min-width: 0;
  }

  .project-scope-process-row.is-scope-only .project-scope-col,
  .project-scope-process-row.is-process-only .project-process-col {
    flex: 1 1 100%;
    max-width: none;
    width: auto;
  }
}

.project-process-steps {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  max-width: none;
}

.project-process-step {
  margin: 0;
  padding: 10px 14px;
  background: var(--color-white, #fff);
  border: 1px solid var(--color-border-subtle, rgba(0, 0, 0, 0.08));
  border-radius: var(--radius-md, 8px);
  font-size: var(--text-md);
  color: var(--color-text);
}

.project-process-arrow {
  list-style: none;
  margin: 0;
  padding: 4px 0;
  text-align: center;
  color: var(--color-text-muted, #6b6560);
  font-size: 0.95rem;
  line-height: 1;
}

.project-facts-table {
  width: 100%;
  max-width: 720px;
  border-collapse: collapse;
  font-size: var(--text-md);
}

.project-facts-table th,
.project-facts-table td {
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--color-border-subtle, rgba(0, 0, 0, 0.08));
}

.project-facts-table th {
  width: 34%;
  font-weight: 600;
  color: var(--color-text-muted, #6b6560);
}

.project-facts-table td {
  color: var(--color-text);
}

.project-related-products {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.project-related-products a {
  color: var(--color-text);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.project-related-products a:hover {
  color: var(--color-accent-dark);
}

.case-study-related-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.case-study-related-links li {
  margin: 0.35rem 0;
}

.case-study-related-links a {
  color: var(--color-text);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.case-study-related-links a:hover {
  color: var(--color-accent-dark);
}

.case-study-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 1.8vw, 20px);
}

.case-study-related-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: var(--radius-sm, 2px);
  overflow: hidden;
  border: 1px solid var(--color-border-subtle);
  background: var(--color-white);
  box-shadow: none;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}

.case-study-related-card:hover {
  box-shadow: none;
  border-color: var(--color-border);
  background: #fcfbf9;
}

.case-study-related-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.case-study-related-card span {
  display: block;
  padding: 10px 12px;
  font-family: var(--font-serif);
  font-size: var(--text-md);
  line-height: 1.3;
}

.case-study-kicker {
  margin: 6px 0 0;
  font-size: var(--text-sm);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

/* —— Case study page system —— */
.corp-page--case-study .case-study-hero {
  min-height: clamp(260px, 38vw, 420px);
}

.corp-page--case-study .case-study-hero::after {
  background: linear-gradient(180deg, rgba(18, 22, 20, 0.2) 0%, rgba(18, 22, 20, 0.88) 100%);
}

.corp-page--case-study .case-study-hero h1 {
  max-width: none;
  line-height: 1.12;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .corp-page--case-study .case-study-hero h1 {
    white-space: normal;
  }
}

.corp-page--case-study .corp-page-content {
  padding-top: clamp(18px, 2vw, 28px);
  padding-bottom: clamp(28px, 3.5vw, 48px);
}

.corp-page--case-study .corp-page-content--wide {
  gap: clamp(20px, 2.5vw, 28px);
}

.corp-page--case-study .case-study-related-stack {
  display: grid;
  gap: clamp(14px, 1.8vw, 20px);
}

.corp-page--case-study .case-study-block--related .case-study-block-head {
  margin-bottom: 10px;
  padding-bottom: 8px;
}

.corp-page--case-study .case-study-block--related .case-study-block-foot {
  margin-top: 10px;
}

.corp-page--case-study .case-study-block--related .case-study-related-grid {
  gap: 10px;
}

.corp-page--case-study #project-faq-mount:empty,
.corp-page--case-study #project-faq-mount[hidden] {
  display: none;
}

.corp-page--case-study .case-study-block {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

.corp-page--case-study .case-study-block--muted {
  padding: clamp(16px, 2vw, 22px);
  background: var(--color-bg-warm);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-sm, 2px);
}

.corp-page--case-study .case-study-block--panel {
  padding: clamp(16px, 2vw, 22px);
  background: var(--color-white);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-sm, 2px);
}

.corp-page--case-study .case-study-block--overview {
  padding-bottom: 4px;
}

.corp-page--case-study .case-study-block--gallery,
.corp-page--reference .case-study-block--gallery {
  padding: 0;
  background: transparent;
  border: 0;
}

.corp-page--case-study .case-study-block-head,
.corp-page--reference .case-study-block-head {
  margin: 0 0 14px;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--color-border-subtle);
  position: relative;
}

.corp-page--case-study .case-study-block-head--accent::after,
.corp-page--reference .case-study-block-head--accent::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 40px;
  height: 2px;
  background: var(--color-accent);
}

.corp-page--case-study .case-study-block-title,
.corp-page--reference .case-study-block-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 500;
  color: var(--color-text);
  line-height: 1.2;
}

.corp-page--case-study .case-study-block-lead,
.corp-page--reference .case-study-block-lead {
  margin: 8px 0 0;
  max-width: none;
  font-size: var(--text-sm);
  line-height: 1.5;
  color: var(--color-text-light);
}

.corp-page--case-study .case-study-block--gallery .case-study-block-lead,
.corp-page--case-study #project-gallery-intro,
.corp-page--reference .case-study-block--gallery .case-study-block-lead,
.corp-page--reference #product-phase-lead {
  max-width: none;
}

@media (min-width: 960px) {
  .corp-page--case-study .case-study-block--gallery .case-study-block-lead:not([hidden]),
  .corp-page--reference .case-study-block--gallery .case-study-block-lead:not([hidden]) {
    white-space: nowrap;
  }
}

@media (max-width: 959px) {
  .corp-page--case-study .case-study-block--gallery .case-study-block-lead,
  .corp-page--reference .case-study-block--gallery .case-study-block-lead {
    white-space: normal;
  }
}

.corp-page--case-study .case-study-block-foot {
  margin: 14px 0 0;
}

.corp-page--case-study .case-study-foot-link {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-accent-dark);
  border-bottom: 1px solid transparent;
}

.corp-page--case-study .case-study-foot-link:hover {
  border-bottom-color: var(--color-accent);
  color: var(--color-text);
}

.corp-page--case-study .project-overview-meta {
  margin: 0;
  font-size: var(--text-sm);
  letter-spacing: 0.02em;
  line-height: 1.45;
  color: var(--color-text-muted);
}

.corp-page--case-study .case-study-overview,
.corp-page--case-study .project-overview-copy .case-study-description {
  margin: 0;
  max-width: none;
  font-size: var(--text-md);
  line-height: 1.55;
}

.corp-page--case-study .project-overview-copy .case-study-description + .case-study-description {
  margin-top: 0.85rem;
}

.corp-page--case-study .project-overview-layout {
  display: grid;
  gap: clamp(14px, 2vw, 22px);
  align-items: start;
}

/* One prose block: use the full content width */
.corp-page--case-study [data-overview-layout="compact"] .project-overview-layout,
.corp-page--case-study [data-overview-layout="rail"] .project-overview-layout {
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  /* Lead + meta: fill the right side with the fact rail */
  .corp-page--case-study [data-overview-layout="rail"] .project-overview-layout {
    grid-template-columns: minmax(0, 1.6fr) minmax(200px, 0.7fr);
    column-gap: clamp(24px, 4vw, 48px);
  }

  .corp-page--case-study [data-overview-layout="rail"] .project-overview-meta {
    padding: 14px 16px;
    border-left: 2px solid var(--color-accent);
    background: var(--color-bg-warm);
  }

  /* Two distinct paragraphs: side-by-side */
  .corp-page--case-study [data-overview-layout="dual"] .project-overview-layout {
    grid-template-columns: 1fr;
  }

  .corp-page--case-study [data-overview-layout="dual"] .project-overview-copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(20px, 3vw, 32px);
  }

  .corp-page--case-study [data-overview-layout="dual"] .project-overview-meta {
    margin-top: 4px;
  }
}

.corp-page--case-study .project-scope-process-row {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 1.6vw, 18px);
  align-items: stretch;
}

.corp-page--case-study .project-scope-process-row > .case-study-block {
  min-width: 0;
}

@media (min-width: 900px) {
  .corp-page--case-study .project-scope-process-row:not(.is-scope-only):not(.is-process-only) {
    display: grid;
    /* Scope wider; Process ~4/5 of an equal share */
    grid-template-columns: minmax(0, 5fr) minmax(0, 4fr);
  }

  .corp-page--case-study .project-scope-process-row:not(.is-scope-only):not(.is-process-only) .project-scope-col,
  .corp-page--case-study .project-scope-process-row:not(.is-scope-only):not(.is-process-only) .project-process-col {
    flex: none;
    width: auto;
    max-width: none;
    min-width: 0;
  }

  .corp-page--case-study .project-scope-process-row.is-process-wide:not(.is-scope-only):not(.is-process-only) {
    grid-template-columns: minmax(0, 4.5fr) minmax(0, 4.5fr);
  }

  .corp-page--case-study .project-scope-process-row.is-scope-wide:not(.is-scope-only):not(.is-process-only) {
    grid-template-columns: minmax(0, 6fr) minmax(0, 3.5fr);
  }
}

.corp-page--case-study .project-scope-list {
  margin: 0;
  max-width: none;
  font-size: 0.95rem;
  line-height: 1.45;
}

.corp-page--case-study .project-process-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 4px;
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
  max-width: none;
}

.corp-page--case-study .project-process-step {
  margin: 0;
  padding: 6px 10px;
  background: var(--color-white);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-sm, 2px);
  font-size: 0.82rem;
  line-height: 1.3;
  color: var(--color-text);
}

.corp-page--case-study .project-process-arrow {
  list-style: none;
  margin: 0;
  padding: 0 2px;
  text-align: center;
  color: var(--color-text-muted);
  font-size: 0.8rem;
  line-height: 1;
}

.corp-page--case-study .project-facts-table {
  max-width: none;
  font-size: 0.95rem;
}

.corp-page--case-study .project-facts-table th,
.corp-page--case-study .project-facts-table td {
  padding: 8px 10px 8px 0;
  border-bottom-color: var(--color-border-subtle);
}

.corp-page--case-study .project-phase-tabs,
.corp-page--reference .project-phase-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 0 14px;
  border-bottom: 1px solid var(--color-border-subtle);
}

.corp-page--case-study .project-phase-tab,
.corp-page--reference .project-phase-tab {
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  color: var(--color-text-muted);
  padding: 8px 14px 10px;
  font-size: 0.88rem;
  margin-bottom: -1px;
}

.corp-page--case-study .project-phase-tab:hover,
.corp-page--reference .project-phase-tab:hover {
  color: var(--color-text);
}

.corp-page--case-study .project-phase-tab.active,
.corp-page--reference .project-phase-tab.active {
  background: transparent;
  border-bottom-color: var(--color-accent);
  color: var(--color-text);
  font-weight: 600;
}

.corp-page--case-study .project-gallery-grid,
.corp-page--reference .project-gallery-grid {
  gap: 10px;
}

.corp-page--case-study .project-gallery-item,
.corp-page--reference .project-gallery-item {
  border-radius: var(--radius-sm, 2px);
  overflow: hidden;
}

.corp-page--case-study .corp-cta-band {
  margin-top: clamp(20px, 2.5vw, 36px);
}

.corp-page--case-study #project-faq-mount {
  margin: 0;
}

.corp-page--case-study #project-faq-mount > .corp-zone,
.corp-page--case-study #project-faq-mount > section {
  margin-top: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.corp-page--case-study #project-faq-mount .corp-zone-inner {
  padding: 0;
}

.corp-page--case-study #project-faq-mount .corp-zone-head {
  border-bottom: 1px solid var(--color-border-subtle);
  margin-bottom: 14px;
  padding-bottom: 10px;
}

.corp-page--case-study #project-faq-mount .corp-zone-head::after {
  display: none;
}

/* Blog — merged design system */
.blog-list-page,
.blog-page {
  padding-bottom: clamp(48px, 6vw, 80px);
}

.blog-list-page .corp-page-content {
  padding-top: clamp(16px, 2vw, 24px);
  max-width: 1080px;
}

.blog-list-page .product-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 3.5vw, 44px);
}

.blog-list-page .blog-list-card {
  box-shadow: none;
  transform: none;
}

.blog-list-page .blog-list-card:hover {
  box-shadow: var(--shadow-sm);
  transform: none;
}

@media (max-width: 900px) {
  .blog-list-page .product-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(20px, 3vw, 28px);
  }
}

@media (max-width: 520px) {
  .blog-list-page .product-list-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.blog-page .corp-page-content {
  max-width: 1120px;
  width: 100%;
}

.blog-article-editorial {
  max-width: none;
  width: 100%;
  margin: 0;
}

.blog-article-hero {
  width: 100%;
  aspect-ratio: 2.2 / 1;
  max-height: 480px;
  background-size: cover;
  background-position: center;
  border-radius: var(--radius-md);
  margin-bottom: clamp(24px, 3vw, 36px);
}

.blog-article-meta {
  margin-bottom: clamp(24px, 3vw, 32px);
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border-subtle);
  max-width: none;
}

.blog-article-meta .blog-tag {
  display: inline-block;
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--color-accent-dark);
  margin-bottom: 12px;
}

.blog-article-meta h1 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 3.6vw, 2.85rem);
  max-width: none;
}

.blog-article-byline {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}

.blog-body-text {
  font-size: clamp(1.02rem, 1.15vw, 1.125rem);
  line-height: 1.72;
  color: var(--color-text);
  max-width: none;
  width: 100%;
}

.blog-page .corp-zone + .corp-zone,
.blog-page .blog-body-text + .corp-zone,
.blog-page .corp-zone + .blog-inquiry-cta {
  margin-top: clamp(20px, 2.5vw, 28px);
}

.blog-page .corp-zone-inner {
  padding: clamp(20px, 2.5vw, 28px) clamp(20px, 2.5vw, 32px);
}

.blog-body-text > *:first-child {
  margin-top: 0;
}

.blog-body-text p {
  margin: 0 0 1.15em;
}

.blog-body-text h2 {
  margin: 2.25em 0 0.85em;
  font-size: clamp(1.35rem, 2.4vw, 1.6rem);
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-text);
  letter-spacing: -0.01em;
}

.blog-body-text h2:first-child {
  margin-top: 0;
}

.blog-body-text h3 {
  margin: 1.75em 0 0.65em;
  font-size: clamp(1.1rem, 2vw, 1.25rem);
  font-weight: 600;
  line-height: 1.35;
  color: var(--color-text);
}

.blog-body-text ul,
.blog-body-text ol {
  margin: 0 0 1.35em;
  padding-left: 1.25em;
}

.blog-body-text li {
  margin-bottom: 0.55em;
  padding-left: 0.15em;
}

.blog-body-text li:last-child {
  margin-bottom: 0;
}

.blog-body-text a {
  color: var(--color-accent-dark, #6b5a45);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.blog-body-text a:hover {
  color: var(--color-text);
}

.blog-section-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0.15rem 0 1.6rem;
}

.blog-section-link {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(107, 90, 69, 0.35);
  border-radius: 999px;
  background: #f4efe6;
  color: #4a3d2e;
  font-size: 0.92rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  text-decoration: none;
  line-height: 1.2;
}

.blog-section-link:hover,
.blog-section-link:focus-visible {
  background: #ebe2d3;
  border-color: rgba(107, 90, 69, 0.55);
  color: #2f271e;
  outline: none;
}

.blog-divider,
.blog-body-text hr {
  margin: 2.25em 0;
  border: none;
  border-top: 1px solid var(--color-border-subtle);
}

.blog-lead {
  margin: 0 0 1.5em;
  font-size: clamp(1.05rem, 1.8vw, 1.15rem);
  line-height: 1.75;
  color: var(--color-text);
}

.blog-short-answer {
  display: none;
}

.blog-article-meta--no-hero {
  margin-top: clamp(8px, 1.5vw, 16px);
}

.blog-list-card--text .product-info {
  padding-top: clamp(18px, 2.5vw, 24px);
}

.blog-list-card--text .product-category {
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .blog-list-card--text {
    min-height: 0;
  }
}

.blog-inquiry-cta {
  margin-top: clamp(32px, 4vw, 48px);
  padding: clamp(24px, 3vw, 32px);
  background: var(--color-bg-warm);
  border-radius: var(--radius-md);
  text-align: center;
}

.blog-inquiry-cta h2 {
  font-size: var(--text-2xl);
  margin-bottom: 10px;
}

.blog-inquiry-cta p {
  color: var(--color-text-light);
  margin-bottom: 20px;
}

.blog-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.blog-footer-actions {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--color-border-subtle);
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}

/* Footer — contact + quick links + social */
.footer-grid--split .footer-col-nav {
  max-width: 220px;
}

/* Logo SVG */
.logo img.logo-svg {
  height: var(--logo-height);
  width: auto;
}

.site-header.is-scrolled .logo img.logo-svg {
  height: var(--logo-height-scrolled);
}

/* Header — desktop: phone only */
@media (min-width: 901px) {
  .header-us-note,
  .header-us-email {
    display: none !important;
  }
}

/* Responsive */
@media (max-width: 900px) {
  .reference-detail,
  .case-study-intro-grid {
    grid-template-columns: 1fr;
  }

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

  .reference-panel {
    position: static;
  }

  .reference-detail-gallery .product-gallery-main {
    display: block;
    overflow: hidden;
    background: var(--color-bg-alt);
    line-height: 0;
  }

  .reference-detail-gallery .product-main-image,
  .reference-detail-gallery .product-main-video {
    width: 100%;
    height: auto;
    max-height: min(65vh, 520px);
    aspect-ratio: unset;
    object-fit: contain;
    border-radius: var(--radius-md);
  }

  .reference-detail-gallery .product-gallery-thumbs--overlay {
    position: static;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
    max-height: none;
    margin-top: 10px;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    overflow-x: auto;
    overflow-y: hidden;
    line-height: normal;
  }

  .reference-detail-gallery .product-gallery-thumb {
    width: 56px;
    flex: 0 0 56px;
  }

  .reference-detail-gallery .reference-about--under-gallery {
    margin-top: 16px;
    padding: 14px 16px;
  }

  .reference-about {
    margin-top: 20px;
    padding: 16px;
  }

  .project-editorial-card {
    grid-template-columns: 1fr;
  }

  .project-editorial-media {
    min-height: 200px;
  }

  .case-study-related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .case-study-related-grid {
    grid-template-columns: 1fr;
  }

  .project-overview-grid {
    grid-template-columns: 1fr;
  }

  .blog-article-hero {
    aspect-ratio: 4 / 3;
    max-height: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .project-editorial-card:hover .project-editorial-media img,
  .blog-list-card:hover {
    transform: none;
  }
}

/* Project list — compact intro: H1 + lead + sticky chips, then results */
.corp-page--projects .project-list-intro {
  background: var(--color-white);
}

.corp-page--projects .project-list-intro .container,
.corp-page--projects .project-list-intro .corp-hero-inner {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.corp-page--projects .project-list-intro .corp-hero {
  border-bottom: 0;
  padding: clamp(24px, 3vw, 32px) 0 0;
}

.corp-page--projects .project-list-intro .corp-hero h1 {
  margin: 0 0 clamp(12px, 1.4vw, 16px);
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  line-height: 1.15;
}

.corp-page--projects .project-list-intro .corp-lead {
  margin: 0;
  max-width: 100%;
  font-size: var(--text-md);
  line-height: 1.45;
  color: var(--color-text-muted);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.corp-page--projects .project-list-filters-sticky {
  position: sticky;
  top: var(--header-height, 72px);
  z-index: 30;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--color-border-subtle);
}

.corp-page--projects .project-list-filters-sticky[hidden] {
  display: none !important;
}

.corp-page--projects .project-list-filters-bar {
  padding: clamp(20px, 2.4vw, 28px) 0 14px;
  max-width: 100%;
  min-width: 0;
}

.corp-page--projects .project-list-filters-row {
  display: block;
  min-width: 0;
  max-width: 100%;
}

.corp-page--projects .project-list-filters-bar .list-filters {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px 10px;
  margin: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  max-width: 100%;
  min-width: 0;
  padding-bottom: 2px;
}

.corp-page--projects .project-list-filters-bar .list-filters::-webkit-scrollbar {
  display: none;
}

.corp-page--projects .project-list-filters-bar .filter-btn {
  padding: 10px 20px;
  background: transparent;
  border-radius: 0;
}

.corp-page--projects .project-list-piece-tip {
  margin: 8px 0 0;
  font-size: var(--text-sm);
  line-height: 1.45;
  color: var(--color-text-muted);
}

.corp-page--projects .project-list-piece-tip a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.corp-page--projects .corp-page-content {
  padding-top: clamp(20px, 2.5vw, 32px);
}

.corp-page--projects .project-list-results-zone {
  margin: 0;
  padding: 0;
  background: transparent;
}

/* Project list — 3-column lookbook grid */
.corp-page--projects .projects-grid-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.8vw, 32px) clamp(16px, 2vw, 28px);
}

.corp-page--projects .project-grid-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.corp-page--projects .project-grid-card-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--color-bg-alt);
}

.corp-page--projects .project-grid-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.corp-page--projects .project-grid-card:hover .project-grid-card-media img {
  transform: scale(1.03);
}

.corp-page--projects .project-grid-card-body {
  padding: 14px 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.corp-page--projects .project-grid-card-place {
  margin: 0;
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.corp-page--projects .project-grid-card-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 1.6vw, 1.35rem);
  font-weight: 400;
  line-height: 1.25;
  color: var(--color-text);
}

.corp-page--projects .project-grid-card-scope {
  margin: 0;
  font-size: var(--text-sm);
  line-height: 1.4;
  color: var(--color-text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.corp-page--projects .project-grid-card-link {
  margin-top: 4px;
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-accent-dark, var(--color-text));
}

@media (max-width: 900px) {
  .corp-page--projects .projects-grid-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .corp-page--projects .project-list-intro .corp-hero-inner,
  .corp-page--projects .project-list-intro .container {
    max-width: 100%;
    min-width: 0;
  }
}

@media (max-width: 560px) {
  .corp-page--projects .projects-grid-list {
    grid-template-columns: 1fr;
  }

  .corp-page--projects .project-grid-card-scope {
    white-space: normal;
  }

  .corp-page--projects .project-list-filters-bar .list-filters {
    flex-wrap: wrap;
    overflow-x: visible;
  }

  .corp-page--case-study .corp-page-content,
  .corp-page--case-study .case-study-hero-content {
    max-width: 100%;
    min-width: 0;
  }

  .corp-page--case-study .case-study-description,
  .corp-page--case-study .case-study-block-title {
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  .corp-page--projects .project-grid-card:hover .project-grid-card-media img {
    transform: none;
  }
}

.project-filter-group {
  margin-bottom: 16px;
}

.project-filter-label {
  margin: 0 0 8px;
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.project-filter-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.project-filter-select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  font: inherit;
  background: var(--color-white);
  color: var(--color-text);
}

.project-list-results-zone .corp-zone-inner {
  padding-top: clamp(20px, 2.5vw, 28px);
}

.project-list-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: clamp(28px, 3vw, 40px);
  padding-top: 20px;
  border-top: 1px solid var(--color-border-subtle);
}

.project-editorial-card--reverse {
  direction: rtl;
}

.project-editorial-card--reverse > * {
  direction: ltr;
}

.project-editorial-stones {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 10px;
}

.project-editorial-stones span {
  font-size: var(--text-xs);
  padding: 3px 8px;
  background: var(--color-accent-muted);
  color: var(--color-accent-dark);
  border-radius: var(--radius-sm);
}

/* Specifiers hub */
.specifier-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}

.specifier-portfolio-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--color-white);
}

.specifier-portfolio-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.specifier-portfolio-card span {
  display: block;
  padding: 12px 14px;
}

.specifier-portfolio-card strong {
  display: block;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: var(--text-lg);
}

.specifier-portfolio-card small {
  color: var(--color-text-muted);
  font-size: var(--text-sm);
}

.specifier-filter-links {
  font-size: var(--text-sm);
  color: var(--color-text-light);
}

.specifier-filter-links a {
  color: var(--color-accent-dark);
  font-weight: 500;
}

.specifier-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.specifier-logistics-list {
  margin: 16px 0;
  padding-left: 1.2rem;
  color: var(--color-text-light);
  line-height: var(--leading-relaxed);
}

/* Material spec fields */
.corp-material-specs {
  margin: 12px 0 0;
  display: grid;
  gap: 6px;
  font-size: var(--text-xs);
}

.corp-material-specs dt {
  font-weight: 600;
  color: var(--color-text-muted);
}

.corp-material-specs dd {
  margin: 0;
  color: var(--color-text-light);
}

.corp-material-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 14px 14px;
}

.corp-audience-card--landscape {
  border-top: 3px solid rgba(72, 120, 90, 0.45);
}

/* Specifier sheet (project detail) */
.specifier-sheet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin-bottom: 16px;
}

.specifier-sheet-grid dt {
  font-size: var(--text-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
  color: var(--color-text-muted);
}

.specifier-sheet-grid dd {
  margin: 2px 0 0;
}

.specifier-sheet-subhead {
  font-size: var(--text-lg);
  margin: 16px 0 8px;
}

.specifier-sheet-scope {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--color-text-light);
}

.specifier-sheet-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

/* Inquiry file upload — English labels (hide browser-locale native text) */
.inquiry-file-field {
  display: block;
  margin-top: 12px;
}

.inquiry-file-field-label {
  display: block;
  margin-bottom: 6px;
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-text);
}

.inquiry-file-label {
  display: block;
  margin-top: 12px;
}

.inquiry-file-picker {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  cursor: pointer;
}

.inquiry-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.inquiry-file-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid var(--color-border, #cfc8bd);
  background: var(--color-bg, #fff);
  color: var(--color-text, #1a1a1a);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.inquiry-file-picker:hover .inquiry-file-btn,
.inquiry-file-picker:focus-within .inquiry-file-btn {
  border-color: var(--color-accent-dark, #8a6a3d);
}

.inquiry-file-name {
  font-size: var(--text-sm);
  color: var(--color-text-muted, #6b6560);
}

.inquiry-file-hint {
  display: block;
  margin-top: 4px;
  font-size: var(--text-xs);
  color: var(--color-text-muted);
}

.search-result-thumb--empty {
  background: var(--color-bg-alt);
}

/* Specifier home view */
.page-specifier-view .ebay-trust-strip,
.page-specifier-view #home-audience-lanes {
  display: none !important;
}

.specifier-home-banner {
  margin: 0 0 20px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.9);
}

.specifier-home-banner a {
  color: var(--color-white);
  font-weight: 600;
}

#how-we-work,
#lead-times,
#trade-volume,
#trust-ebay-zone {
  scroll-margin-top: calc(var(--header-height, 72px) + 24px);
}

/* Trade hub */
.trade-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}

.trade-portfolio-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--color-white);
}

.trade-portfolio-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.trade-portfolio-card span {
  display: block;
  padding: 12px 14px;
}

.trade-portfolio-card strong {
  display: block;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: var(--text-lg);
}

.trade-scale-tag {
  display: inline-block;
  margin: 4px 0;
  font-size: var(--text-xs);
  font-style: normal;
  font-weight: 600;
  color: var(--color-accent-dark);
  background: var(--color-accent-muted);
  padding: 2px 8px;
  border-radius: var(--radius-sm);
}

.trade-filter-links,
.trade-filter-links a {
  font-size: var(--text-sm);
}

.trade-filter-links a {
  color: var(--color-accent-dark);
  font-weight: 500;
}

.trade-action-row,
.trade-trust-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.trade-moq-list,
.trade-logistics-list,
.trade-docs-list {
  margin: 16px 0;
  padding-left: 1.2rem;
  color: var(--color-text-light);
  line-height: var(--leading-relaxed);
}

.trade-docs-list {
  list-style: none;
  padding-left: 0;
}

.trade-docs-list a {
  color: var(--color-accent-dark);
  font-weight: 500;
}

.trade-sheet-mount .corp-zone {
  margin-top: 0;
  padding: 0;
  background: transparent;
  border: none;
}

.trade-sheet-mount .corp-zone-inner {
  padding: 0;
}

.trade-lead-time-mount .corp-zone,
.specifier-lead-time-mount .corp-zone {
  margin-top: 0;
  background: transparent;
  border: none;
}

.project-editorial-scale {
  margin: 0 0 8px;
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--color-accent-dark);
}

.corp-audience-card--wholesaler {
  border-top: 3px solid rgba(120, 96, 72, 0.45);
}

.page-trade-view .promo-bar,
.page-trade-view #home-audience-lanes {
  display: none !important;
}

.page-estate-view .promo-bar,
.page-estate-view .ebay-trust-strip,
.page-estate-view #home-audience-lanes {
  display: none !important;
}

.estate-home-banner {
  margin: 0 0 20px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.9);
}

.estate-home-banner a {
  color: var(--color-white);
  font-weight: 600;
}

.corp-audience-card--homeowner {
  border-top: 3px solid rgba(140, 110, 80, 0.45);
}

.page-estate-audience #ebay-trust-compact,
.page-estate-audience .ebay-trust-strip {
  display: none !important;
}

.estate-inspiration-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.estate-inspiration-card {
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--color-white);
}

.estate-inspiration-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.estate-inspiration-link img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.estate-inspiration-link span {
  display: block;
  padding: 12px 14px;
}

.estate-inspiration-link strong {
  display: block;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: var(--text-lg);
}

.estate-story-mount {
  padding: 0 14px 14px;
}

.estate-journey-list,
.estate-investment-list,
.estate-care-list {
  margin: 16px 0;
  padding-left: 1.3rem;
  color: var(--color-text-light);
  line-height: var(--leading-relaxed);
}

.estate-journey-note {
  margin-top: 12px;
  color: var(--color-text-muted);
  font-size: var(--text-sm);
}

.estate-action-row,
.estate-trust-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

#home-audience-lanes {
  scroll-margin-top: calc(var(--header-height, 72px) + 24px);
}

@media (max-width: 900px) {
  .estate-inspiration-grid {
    grid-template-columns: 1fr;
  }
}

.trade-home-banner {
  margin: 0 0 20px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.9);
}

.trade-home-banner a {
  color: var(--color-white);
  font-weight: 600;
}

@media (max-width: 900px) {
  .trade-portfolio-grid,
  .project-filter-row,
  .specifier-portfolio-grid,
  .specifier-sheet-grid {
    grid-template-columns: 1fr;
  }
}

.home-pro-tools {
  padding: 48px 0 56px;
  background: var(--color-bg-alt);
  border-top: 1px solid var(--color-border-subtle);
}

.home-pro-tools-head {
  max-width: none;
  margin-bottom: 20px;
}

.home-pro-tools-head .section-title {
  max-width: none;
}

.home-pro-tools-head .section-lead {
  max-width: var(--copy-lead-max);
}

.home-pro-tools-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
}

.home-pro-tools-link {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-accent-dark);
  text-decoration: none;
}

.home-pro-tools-link:hover {
  text-decoration: underline;
}

.page-home-editorial .hero-audience-strip,
.page-home .hero-audience-strip {
  display: none !important;
}

.page-home-editorial .custom-process-grid {
  margin-bottom: 8px;
}

.page-home-editorial #custom,
.page-home-editorial #blog,
.page-home-editorial #featured,
.page-home-editorial #catalog,
.page-home-editorial #regional,
.page-home-editorial #shipping,
.page-home-editorial #reference,
.page-home-editorial #home-cta {
  display: none !important;
}

.custom-work-cta-row--editorial {
  margin-top: 8px;
}

/* Product tier visual separation */
.product-list-page.product-tier-architectural {
  --tier-accent: #4a5d4a;
}

.product-list-page.product-tier-estate {
  --tier-accent: #867456;
}

.product-list-page.product-tier-reference {
  --tier-accent: #6b7280;
}

.product-tier-band {
  margin: 0 0 24px;
  padding: 16px 20px;
  border-left: 4px solid var(--tier-accent, var(--color-accent));
  background: var(--color-bg-alt);
}

.product-tier-band-label {
  font-family: var(--font-serif);
  font-size: var(--text-xl);
  margin: 0 0 6px;
}

.product-tier-band-note {
  margin: 0;
  color: var(--color-text-light);
  font-size: var(--text-sm);
  max-width: var(--copy-lead-max);
}

.product-list-boq-bar {
  margin: 0 0 28px;
  padding: clamp(20px, 3vw, 28px);
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border-subtle);
  background: linear-gradient(135deg, rgba(74, 93, 74, 0.06) 0%, var(--color-bg-alt) 100%);
}

.product-list-boq-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 28px;
}

.product-list-boq-eyebrow {
  margin: 0 0 6px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: #4a5d4a;
}

.product-list-boq-title {
  margin: 0 0 8px;
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 400;
  line-height: var(--leading-snug);
  max-width: none;
}

.product-list-boq-lead {
  margin: 0;
  max-width: var(--copy-lead-max);
  font-size: var(--text-sm);
  color: var(--color-text-light);
  line-height: var(--leading-relaxed);
}

.product-list-boq-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 640px) {
  .product-list-boq-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .product-list-boq-actions .btn {
    flex: 1 1 auto;
    justify-content: center;
  }
}

.filter-btn--tier.filter-btn--architectural.active {
  border-color: #4a5d4a;
  background: rgba(74, 93, 74, 0.08);
}

.filter-btn--tier.filter-btn--estate.active {
  border-color: #867456;
  background: rgba(134, 116, 86, 0.1);
}

.filter-btn--tier.filter-btn--reference.active {
  border-color: #6b7280;
  background: rgba(107, 114, 128, 0.1);
}

.product-card--tier-reference .product-image-wrap {
  filter: saturate(0.92);
}

/* Trust estate video */
.trust-estates-video {
  margin-top: 24px;
}

.trust-estates-video-player {
  width: 100%;
  max-width: 720px;
  margin-top: 12px;
  border-radius: var(--radius-sm, 2px);
  background: #000;
}

/* Resources hub */
.resources-doc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.resources-doc-item {
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-sm, 2px);
  background: var(--color-white);
}

.resources-doc-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}

.resources-doc-link:hover {
  background: var(--color-bg-alt);
}

.resources-doc-tag {
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--color-accent-dark);
}

.resources-doc-note {
  margin: 0;
  padding: 0 18px 14px;
  font-size: var(--text-sm);
  color: var(--color-text-light);
}

.resources-doc-empty {
  color: var(--color-text-light);
  padding: 12px 0;
}

/* Project list inline search */
.project-filter-search-input {
  width: 100%;
  max-width: 420px;
  padding: 10px 14px;
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-sm, 2px);
  font: inherit;
}

/* Homepage ref variants */
.page-estate-view #home-pro-tools,
.page-estate-audience #home-pro-tools {
  display: none !important;
}

.page-specifier-view .specifier-home-banner,
.page-trade-view .trade-home-banner,
.page-estate-view .estate-home-banner {
  margin-bottom: 16px;
  font-size: var(--text-sm);
  color: var(--color-text-light);
}

@media (max-width: 720px) {
  .home-pro-tools-actions .btn {
    width: 100%;
  }
}

@media print {
  .site-header,
  .site-footer,
  .corp-cta-band,
  .specifier-sheet-actions,
  .sticky-cta-bar,
  .chat-widget {
    display: none !important;
  }
}

/* AI-SEO extractable answer blocks */
.editorial-answer {
  max-width: 42rem;
  margin: 0.85rem 0 0;
  font-size: var(--text-base, 1rem);
  line-height: 1.55;
  color: var(--color-text, #1a1a1a);
}
.corp-meta-updated {
  margin: 0.65rem 0 0;
  font-size: var(--text-xs, 0.75rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-text-muted, #6b6560);
}
.editorial-compare-table {
  width: 100%;
  margin-top: 1rem;
  font-size: var(--text-sm, 0.9rem);
}
.editorial-compare-table th,
.editorial-compare-table td {
  padding: 0.55rem 0.75rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--color-border, #e5e0d6);
}

/* Editorial home — workshop / architects / why / resources */
.home-workshop-flow {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 20px);
  margin: 28px 0 20px;
  padding: 0;
  counter-reset: workshop;
}

.home-workshop-col {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.5vw, 14px);
  min-width: 0;
}

.home-workshop-step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 132px;
  padding: 18px 18px 20px;
  padding-top: 52px;
  background: var(--color-bg-alt, #f7f5f1);
  border: 1px solid var(--color-border-subtle, #e8e2d8);
  border-top: 3px solid var(--color-accent, #867456);
  counter-increment: workshop;
}

.home-workshop-step::before {
  content: counter(workshop, decimal-leading-zero);
  position: absolute;
  top: 14px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  height: 1.75rem;
  padding: 0 6px;
  font-family: var(--font-sans);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: var(--tracking-wide);
  color: var(--color-accent-dark, #6b5c42);
  background: var(--color-accent-muted, rgba(134, 116, 86, 0.16));
  border-radius: 999px;
}

.home-workshop-step strong {
  display: block;
  font-family: var(--font-serif);
  font-size: var(--text-lg);
  line-height: var(--leading-snug);
  color: var(--color-text);
}

.home-workshop-step span {
  display: block;
  font-size: var(--text-sm);
  color: var(--color-text-light);
  line-height: 1.45;
}

.home-workshop-col .home-workshop-evidence-item {
  flex: 1 1 auto;
  width: 100%;
}

.home-workshop-evidence-item {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--color-border-subtle, #e8e2d8);
  text-decoration: none;
  color: inherit;
  background: var(--color-bg-dark, #1a1816);
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.home-workshop-evidence-item--drawing {
  aspect-ratio: auto;
  background: var(--color-bg-alt, #f7f5f1);
}

.home-workshop-evidence-item--drawing img {
  object-fit: contain;
  width: 100%;
  height: auto;
  min-height: 220px;
  max-height: 420px;
  padding: 10px 12px 44px;
  background: var(--color-bg-alt, #f7f5f1);
}

.home-workshop-evidence-item--drawing:hover img,
.home-workshop-evidence-item--drawing:focus-visible img {
  transform: none;
}

.home-workshop-evidence-item:hover,
.home-workshop-evidence-item:focus-visible {
  border-color: var(--color-accent, #867456);
  transform: translateY(-2px);
}

.home-workshop-evidence-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.home-workshop-evidence-item:hover img,
.home-workshop-evidence-item:focus-visible img {
  transform: scale(1.03);
}

.home-workshop-evidence-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 12px;
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
}

.home-workshop-evidence-item--drawing .home-workshop-evidence-caption {
  color: var(--color-text);
  background: linear-gradient(transparent, rgba(247, 245, 241, 0.96));
  border-top: 1px solid var(--color-border-subtle, #e8e2d8);
}

.home-spec-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 20px;
}

.home-spec-tile {
  position: relative;
  padding: 18px 16px 18px 20px;
  border: 1px solid var(--color-border-subtle, #e8e2d8);
  background: var(--color-bg, #fff);
  border-left: 3px solid var(--color-accent, #867456);
}

.home-spec-kicker {
  display: block;
  margin: 0 0 8px;
  font-family: var(--font-sans);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  color: var(--color-accent-dark, #6b5c42);
}

.home-spec-tile--cad { border-left-color: #867456; }
.home-spec-tile--bim { border-left-color: #6b7a8a; }
.home-spec-tile--samples { border-left-color: #7a8a6b; }
.home-spec-tile--drawings { border-left-color: #8a6b6b; }

.home-spec-tile p {
  margin: 0;
  font-size: var(--text-sm);
  color: var(--color-text-light);
  line-height: 1.45;
}

.home-why-chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.home-why-chip {
  display: block;
  padding: 16px 14px 16px 18px;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--color-border-subtle, #e8e2d8);
  border-left: 3px solid var(--color-accent, #867456);
  background: var(--color-bg-alt, #f7f5f1);
  transition: border-color 0.15s ease, background-color 0.15s ease, transform 0.15s ease;
}

.home-why-chip:hover,
.home-why-chip:focus-visible {
  border-color: var(--color-accent-dark, #5c4a32);
  background: var(--color-accent-muted, rgba(134, 116, 86, 0.16));
  transform: translateY(-1px);
}

.home-why-chip strong {
  display: block;
  margin-bottom: 6px;
  font-size: var(--text-sm);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-why-chip span {
  display: block;
  font-size: var(--text-sm);
  color: var(--color-text-light);
  line-height: 1.45;
}

.home-resource-buckets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.home-resource-bucket {
  position: relative;
  padding: 24px 18px 20px;
  border: 1px solid var(--color-border-subtle, #e8e2d8);
  background: var(--color-bg, #fff);
  overflow: hidden;
}

.home-resource-bucket::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--color-accent, #867456);
}

.home-resource-bucket--1::before { background: #867456; }
.home-resource-bucket--2::before { background: #6b7a8a; }
.home-resource-bucket--3::before { background: #7a6b8a; }

.home-resource-bucket:hover {
  border-color: var(--color-accent-dark, #5c4a32);
}

.home-resource-bucket h3 {
  font-family: var(--font-serif);
  font-size: var(--text-xl);
  margin: 0 0 8px;
}

.home-resource-bucket h3 a {
  color: inherit;
  text-decoration: none;
}

.home-resource-bucket h3 a:hover {
  text-decoration: underline;
}

.home-resource-bucket p {
  margin: 0 0 12px;
  font-size: var(--text-sm);
  color: var(--color-text-light);
  line-height: 1.5;
}

.home-resource-more {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-accent-dark);
  text-decoration: none;
}

.home-resource-more:hover {
  text-decoration: underline;
}

.home-process-links .btn {
  margin-right: 10px;
  margin-bottom: 8px;
}

.home-process-link {
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  color: var(--color-accent-dark);
  border-bottom: 1px solid var(--color-accent);
  padding-bottom: 4px;
  text-decoration: none;
  transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

.home-process-link:hover,
.home-process-link:focus-visible {
  color: var(--color-accent);
  border-color: var(--color-accent-dark);
  background: var(--color-accent-muted, rgba(134, 116, 86, 0.16));
}

@media (max-width: 960px) {
  .home-workshop-flow,
  .home-spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-why-chips,
  .home-resource-buckets {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .home-workshop-flow,
  .home-spec-grid,
  .home-why-chips,
  .home-resource-buckets {
    grid-template-columns: 1fr;
  }
}

/* List filters — mobile horizontal chip bar */
@media (max-width: 768px) {
  .list-filters,
  .filter-bar,
  .corp-page--faq .faq-topic-filters.list-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 8px;
    padding-bottom: 6px;
    margin-left: calc(-1 * clamp(16px, 4vw, 24px));
    margin-right: calc(-1 * clamp(16px, 4vw, 24px));
    padding-left: clamp(16px, 4vw, 24px);
    padding-right: clamp(16px, 4vw, 24px);
  }

  .list-filters::-webkit-scrollbar,
  .filter-bar::-webkit-scrollbar {
    display: none;
  }

  .list-filters .filter-btn,
  .filter-bar .filter-btn {
    flex-shrink: 0;
    min-height: 44px;
    scroll-snap-align: start;
  }
}

/* Homepage mobile carousel — scroll-snap + dots */
@media (max-width: 768px) {
  .page-home .home-row-carousel {
    flex-direction: column;
    gap: 12px;
  }

  .page-home .home-row-carousel .carousel-btn {
    display: none;
  }

  .page-home .home-row-track-wrapper {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .page-home .home-row-track-wrapper::-webkit-scrollbar {
    display: none;
  }

  .page-home .home-row-track {
    transform: none !important;
  }

  .page-home .home-row-track > * {
    scroll-snap-align: start;
    flex: 0 0 82% !important;
    width: 82% !important;
  }

  .page-home .home-row-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 4px;
  }

  .product-carousel .carousel-btn {
    display: none;
  }

  .product-track-wrapper {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .product-track-wrapper::-webkit-scrollbar {
    display: none;
  }

  .product-track {
    transform: none !important;
  }

  .product-track .product-card {
    scroll-snap-align: start;
    flex: 0 0 82% !important;
    width: 82% !important;
  }
}

.page-home .home-row-dots {
  display: none;
}

.page-home {
  --section-space: clamp(32px, 3.5vw, 56px);
  --section-space-lg: clamp(48px, 5vw, 72px);
}

.page-home #page-sections > .section:not(.hero) {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.page-home #page-sections > .section.section-band,
.page-home #page-sections > .section.projects--editorial {
  padding-top: var(--section-space-lg);
  padding-bottom: var(--section-space-lg);
}

.page-home .section-header {
  margin-bottom: clamp(6px, 0.8vw, 10px);
  padding-bottom: 8px;
  gap: 8px;
}

.page-home .section-lead {
  margin-top: 6px;
}

.page-home .section-link {
  transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

.page-home .section-link:hover,
.page-home .section-link:focus-visible {
  color: var(--color-accent);
  border-color: var(--color-accent-dark);
  background: var(--color-accent-muted, rgba(134, 116, 86, 0.16));
}

.page-home .projects--editorial.section-band--warm {
  border-top: 1px solid var(--color-border-subtle, #e8e2d8);
  border-bottom: 1px solid var(--color-border-subtle, #e8e2d8);
}

.page-home .hero-eyebrow {
  display: none !important;
}

.page-home .hero-content {
  max-width: min(52rem, 94vw);
  width: 100%;
  text-align: center;
}

.page-home .hero-title {
  margin-bottom: 12px;
  text-align: center;
  width: 100%;
}

.page-home .hero-line--solo,
.page-home .hero-line:not(.hero-line-accent) {
  display: block;
  font-size: clamp(1.35rem, 2.8vw, 2.35rem);
  line-height: 1.25;
  white-space: normal;
  text-align: center;
  max-width: 100%;
  margin-inline: auto;
}

.page-home .hero-title .hero-line--solo + .hero-line--solo {
  margin-top: 0.12em;
}

@media (max-width: 720px) {
  .page-home .hero-line--solo,
  .page-home .hero-line:not(.hero-line-accent) {
    font-size: clamp(1.35rem, 6.2vw, 1.85rem);
  }
}

.page-home .home-row-carousel {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin-top: 12px;
  max-width: 100%;
  min-width: 0;
}

.page-home .home-row-track-wrapper {
  overflow: hidden;
  flex: 1;
  min-width: 0;
  max-width: 100%;
}

.page-home .home-row-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 12px;
  transition: transform 0.4s ease;
  will-change: transform;
}

.page-home .home-row-track > * {
  flex: 0 0 auto;
  min-width: 0;
  max-width: none;
}

.page-home .home-row-track .category-overview-copy {
  padding: 12px 12px 14px;
}

.page-home .home-row-track .category-overview-copy h3 {
  font-size: 1.05rem;
  margin: 0 0 4px;
}

.page-home .home-row-track .category-overview-copy p {
  font-size: 0.82rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-home .home-row-carousel .carousel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.page-home .home-row-carousel .carousel-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

/* Featured projects: image on top, summary below */
.page-home #editorial-projects-track .editorial-project-card {
  position: relative;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: var(--color-text);
  background: var(--color-surface, #fff);
  border: 1px solid rgba(18, 22, 20, 0.08);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.page-home #editorial-projects-track .editorial-project-card::after {
  content: none;
  display: none;
}

.page-home #editorial-projects-track .editorial-project-media {
  position: relative;
  inset: auto;
  aspect-ratio: 4 / 3;
  width: 100%;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}

.page-home #editorial-projects-track .editorial-project-card:hover .editorial-project-media {
  transform: scale(1.02);
}

.page-home #editorial-projects-track .editorial-project-copy {
  position: relative;
  z-index: 1;
  padding: 12px 14px 14px;
  color: inherit;
}

.page-home #editorial-projects-track .editorial-project-meta {
  margin: 0 0 4px;
  opacity: 1;
  color: var(--color-text-muted, #666);
  font-size: 0.78rem;
}

.page-home #editorial-projects-track .editorial-project-copy h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
  line-height: 1.3;
  color: var(--color-text);
}

.page-home #editorial-projects-track .editorial-project-supply {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--color-text-light);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* —— Capabilities hub & subpages —— */
.cap-process-strip {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr));
  gap: 0.75rem;
}

.cap-process-item {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.85rem 0.75rem;
  border: 1px solid var(--color-border, #e8e4df);
  border-radius: 4px;
  background: var(--color-surface, #fff);
}

.cap-process-num {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--color-text-muted, #666);
}

.cap-process-label {
  font-size: 0.88rem;
  line-height: 1.35;
  color: var(--color-text);
}

.cap-process-link {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.cap-process-link:hover .cap-process-label {
  color: var(--color-accent, #8b6914);
}

.pro-audience-grid {
  margin-top: 0.5rem;
}

.cap-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  gap: 1rem;
}

.cap-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.1rem 1rem;
  border: 1px solid var(--color-border, #e8e4df);
  border-radius: 4px;
  background: var(--color-surface, #fff);
  color: inherit;
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.cap-card:hover {
  border-color: var(--color-accent, #6b4f3a);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.cap-card h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
}

.cap-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--color-text-light);
  flex: 1;
}

.cap-card-link {
  font-size: 0.82rem;
  color: var(--color-accent, #6b4f3a);
}

.cap-card--active {
  border-color: var(--color-accent, #6b4f3a);
  background: var(--color-surface-warm, #faf8f5);
}

.cap-project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  gap: 1rem;
}

.cap-project-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  color: inherit;
  text-decoration: none;
}

.cap-project-card img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 4px;
}

.cap-project-card strong {
  display: block;
  font-size: 0.98rem;
}

.cap-project-card small {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.84rem;
  line-height: 1.4;
  color: var(--color-text-light);
}

.cap-evidence ul {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
}

.cap-link-list {
  margin: 0.75rem 0 0;
  padding-left: 1.1rem;
}

.cap-support-steps {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}

.cap-page .corp-lead--continued {
  margin-top: -0.35rem;
  max-width: 42rem;
  color: var(--color-text-light, #5c574f);
}

.category-page--capability .category-list-header {
  margin-bottom: 12px;
}

.category-page--capability {
  /* Match homepage band rhythm: compact CTA handoff + readable corp-zone stack */
  --cap-zone-gap: clamp(20px, 2.5vw, 28px);
  --cap-cta-gap: clamp(10px, 1.1vw, 16px);
}

.category-page--capability .category-list-page > .container {
  max-width: var(--container-max);
}

.category-page--capability .blog-list-page,
.category-page--capability .category-list-page {
  padding-bottom: 0;
  margin-bottom: 0;
}

.category-page--capability .category-list-page > .container > .blog-list-header + .corp-zone,
.category-page--capability .category-list-page > .container > .corp-zone + .corp-zone {
  margin-top: var(--cap-zone-gap);
}

.category-page--capability .fp-aeo-zone {
  margin-top: 0;
}

.category-page--capability .corp-cta-band {
  margin-top: var(--cap-cta-gap);
}

.category-page--professionals-hub .pro-audience-grid {
  margin-top: 0;
}

.pro-audience-workflow {
  margin: 0.35rem 0 0.5rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-accent-dark, #6b4f3a);
}

.pro-workflow-zone .pro-workflow-strip {
  grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
}

.pro-workflow-step {
  gap: 0.25rem;
}

.pro-workflow-detail {
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--color-text-muted, #666);
}

.pro-workflow-focus-zone {
  padding-top: 0;
}

.pro-workflow-focus {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--color-text);
}

.pro-workflow-focus-label {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-text-muted, #666);
}

.category-page--capability .fp-answer-block--continued {
  margin-top: 12px;
}

.cap-hub-zone .corp-prose p {
  margin: 0;
  line-height: 1.6;
  max-width: 42rem;
}

.cap-hub-proof {
  margin: 0.75rem 0 0;
  font-size: 0.92rem;
  line-height: 1.5;
}

.cap-hub-proof a {
  color: var(--color-text);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cap-hub-actions {
  margin: 0.75rem 0 0;
}

.cap-pillar-primary .btn {
  margin-top: 0.5rem;
}

.cap-back-hub .corp-zone-inner {
  padding-block: 1rem;
}

.cap-related-list {
  list-style: none;
  margin: 0.25rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.cap-related-list a {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-accent-dark, #6b4f3a);
  text-decoration: none;
}

.cap-related-list a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cap-section-links {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--color-border-subtle, #e8e5df);
}

.cap-section-links-eyebrow {
  margin: 0 0 0.65rem;
  font-size: var(--text-xs, 0.75rem);
  font-weight: 600;
  letter-spacing: var(--tracking-caps, 0.12em);
  text-transform: uppercase;
  color: var(--color-text-muted, #787e7a);
}

.cap-product-links-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem 1.25rem;
}

.cap-product-links-grid a {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-accent-dark, #6b5c42);
  text-decoration: none;
}

.cap-product-links-grid a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 640px) {
  .cap-product-links-grid {
    grid-template-columns: 1fr;
  }
}

.cap-materials-teaser-grid {
  margin-top: 0;
}

.cap-material-teaser-card .fp-lookbook-card-scope {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cap-evidence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
  margin: 0;
}

.cap-evidence-grid > .fp-lookbook-card:only-child {
  grid-column: 1 / -1;
  max-width: min(100%, 560px);
}

.cap-evidence-card .fp-lookbook-card-scope,
.lookbook-rail .fp-lookbook-card-scope {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: unset;
}

.lookbook-rail {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.lookbook-rail-track-wrapper {
  overflow: hidden;
  flex: 1;
  min-width: 0;
}

.lookbook-rail-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 16px;
  transition: transform 0.4s ease;
  will-change: transform;
}

.lookbook-rail-track > * {
  flex: 0 0 auto;
  min-width: 0;
  max-width: none;
}

.lookbook-rail .carousel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.lookbook-rail .carousel-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.lookbook-rail-dots {
  flex: 1 0 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
}

.lookbook-rail-dots:empty,
.lookbook-rail-dots[hidden] {
  display: none;
}

@media (max-width: 768px) {
  .lookbook-rail {
    flex-direction: column;
    gap: 12px;
  }

  .lookbook-rail .carousel-btn {
    display: none;
  }

  .lookbook-rail-track-wrapper {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .lookbook-rail-track-wrapper::-webkit-scrollbar {
    display: none;
  }

  .lookbook-rail-track {
    transform: none !important;
  }

  .lookbook-rail-track > * {
    scroll-snap-align: start;
    flex: 0 0 82% !important;
    width: 82% !important;
  }
}

@media (max-width: 640px) {
  .cap-evidence-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .cap-page .corp-lead--continued {
    margin-top: 0;
  }
}

.cap-page .editorial-capability h3 a {
  color: inherit;
  text-decoration: none;
}

.cap-page .editorial-capability h3 a:hover {
  color: var(--color-accent, #6b4f3a);
}

@media (max-width: 640px) {
  .cap-process-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Resources hub + category pages */
.category-page--resources-hub .pro-audience-grid,
.category-page--resource-buyer-guides .res-topic-list,
.category-page--resource-cost-guides .res-topic-list,
.category-page--resource-material-guides .res-topic-list,
.category-page--resource-import-guides .res-topic-list,
.category-page--resource-specification-guides .res-topic-list {
  margin-top: 0;
}

.res-topic-list,
.res-article-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem 1.25rem;
}

@media (min-width: 720px) {
  .res-topic-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.res-topic-list a {
  color: var(--color-text);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.res-topic-planned {
  color: var(--color-muted, #666);
}

.res-article-row p {
  margin: 0.25rem 0 0;
  font-size: 0.92rem;
  color: var(--color-muted, #666);
  line-height: 1.45;
}

.res-topic-group + .res-topic-group {
  margin-top: 0;
}

/* FAQ hub (/faq) */
.corp-page--faq .faq-hub-filters-row {
  margin-bottom: clamp(16px, 2vw, 24px);
}

.corp-page--faq .faq-topic-filters.list-filters {
  margin-bottom: 0;
  gap: 6px;
}

.corp-page--faq .corp-zone-head .corp-zone-title {
  margin-bottom: 0.35rem;
}

.corp-page--faq .corp-zone-lead {
  margin-bottom: 0;
}

.corp-page--faq .faq-hub-empty {
  margin: 0.75rem 0 0;
  font-size: 0.92rem;
}

/* Locations hub (/locations) */
.corp-page--locations .corp-zone-head .corp-zone-title {
  margin-bottom: 0.35rem;
}

.corp-page--locations .corp-zone-lead {
  margin-bottom: clamp(12px, 1.5vw, 18px);
}

.corp-page--locations .compare-choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2.5vw, 24px);
  margin-top: 0.25rem;
}

.corp-page--locations .compare-choice {
  padding: clamp(22px, 3vw, 28px);
  background: #fff;
  border: 1px solid rgba(28, 28, 28, 0.1);
}

.corp-page--locations .compare-choice--us {
  border-color: rgba(28, 28, 28, 0.22);
  background: #faf9f7;
}

.corp-page--locations .compare-choice-label {
  display: block;
  margin-bottom: 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.corp-page--locations .compare-choice h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
}

.corp-page--locations .compare-choice p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
}

.corp-page--locations .locations-card-link {
  margin-top: 1rem;
}

.corp-page--locations .editorial-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
}

@media (max-width: 720px) {
  .corp-page--locations .compare-choice-grid {
    grid-template-columns: 1fr;
  }
}
