/* Generated from idwebsite-door image2 page JSON. Edit source JSON, then rerun design:site:scaffold. */
:root {
  --ink: #1F2933;
  --muted: #667085;
  --paper: #FFFFFF;
  --soft: #F6F7F4;
  --line: rgba(47, 111, 115, 0.22);
  --blue: #B8894F;
  --blue-dark: #20272B;
  --accent: #B8894F;
  --accent-dark: #20272B;
  --accent-light: #2F6F73;
  --accent-soft: rgba(184, 137, 79, 0.12);
  --header-bg: #FFFFFF;
  --footer-bg: #252525;
  --shadow: 0 16px 42px rgba(32, 39, 43, 0.11);
  --site-shell-container: 1360px;
  --site-page-container: 1500px;
  --site-content-container: 1040px;
  --site-gutter: 24px;
  --site-mobile-gutter: 20px;
  --site-banner-height: 520px;
  --site-banner-mobile-height: 420px;
  --site-card-radius: 8px;
  --site-button-radius: 6px;
  --site-button-height: 44px;
  --brand-logo-width: 212px;
  --brand-logo-height: 54px;
  --brand-logo-mobile-width: 168px;
  --brand-logo-mobile-height: 44px;
  --brand-logo-fit: cover;
  --media-banner-width: 2800px;
  --media-banner-height: 960px;
  --media-card-width: 1200px;
  --media-card-height: 900px;
}

body {
  background: var(--paper);
}

.container {
  width: min(var(--site-shell-container), calc(100% - var(--site-gutter)));
}

main .container {
  width: min(var(--site-page-container), calc(100% - var(--site-gutter)));
}

.site-header .container,
.site-footer .container {
  width: min(var(--site-shell-container), calc(100% - var(--site-gutter)));
}

.site-header {
  background: color-mix(in srgb, var(--header-bg) 94%, white);
  border-bottom-color: var(--line);
}

.brand-logo {
  width: var(--brand-logo-width);
  max-width: var(--brand-logo-width);
  height: var(--brand-logo-height);
  display: block;
  object-fit: var(--brand-logo-fit);
  object-position: center;
}

.brand.has-logo {
  min-width: var(--brand-logo-width);
}

.brand-mark,
.button.primary,
.header-button {
  background: var(--accent);
  border-color: var(--accent);
}

.nav a {
  position: relative;
  color: var(--ink);
}

.nav a:hover {
  color: var(--accent);
}

.nav a:hover::after {
  width: 100%;
}

.nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 2px;
  margin: auto;
  background: var(--accent);
  content: "";
  transition: width 160ms ease;
}

.button.secondary {
  color: var(--accent-dark);
}

.button,
.header-button {
  min-height: var(--site-button-height);
  border-radius: var(--site-button-radius);
}

.door-hero,
.page-hero,
.product-json-hero,
.product-json-cta-band {
  background-color: var(--accent-dark);
  background-image:
    linear-gradient(90deg, rgba(32, 39, 43, 0.88), rgba(32, 39, 43, 0.56)),
    var(--product-hero-image, var(--product-cta-image, none));
  background-position: center;
  background-size: cover;
}

.site-footer {
  background: var(--footer-bg);
}

.door-hero-panel span,
.product-json-specs dd,
.card a,
.product-tab.active,
.product-tab:hover {
  color: var(--accent);
}

.product-json-card-status {
  color: var(--accent-dark);
  background: var(--accent-soft);
}

.home-json-hero {
  min-height: 520px;
  color: #fff;
  background-color: var(--section-bg, var(--accent-dark));
  background-image:
    linear-gradient(90deg, rgba(32, 39, 43, 0.64), rgba(32, 39, 43, 0.14)),
    var(--section-image, none);
  background-position: center;
  background-size: cover;
}

.home-json-hero .container {
  min-height: 520px;
  display: grid;
  align-content: center;
  padding: 80px 0;
}

.home-json-hero h1 {
  max-width: 720px;
}

.home-json-section {
  padding: 76px 0;
  background: var(--section-bg, var(--paper));
}

.home-json-section.has-bg-image {
  background-image:
    linear-gradient(90deg, rgba(32, 39, 43, 0.68), rgba(32, 39, 43, 0.3)),
    var(--section-image);
  background-position: center;
  background-size: cover;
}

.home-json-section.is-dark,
.home-json-section.has-bg-image {
  color: #fff;
}

.home-json-section.is-dark .home-json-heading p,
.home-json-section.has-bg-image .home-json-heading p,
.home-json-section.is-dark .home-json-card p,
.home-json-section.has-bg-image .home-json-card p {
  color: rgba(255, 255, 255, 0.76);
}

.home-json-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.home-json-grid,
.home-json-media-grid,
.home-json-chip-grid {
  display: grid;
  gap: 18px;
}

.home-json-grid {
  grid-template-columns: repeat(var(--home-grid-columns, 3), minmax(0, 1fr));
}

.home-json-media-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.home-json-card,
.home-json-media,
.home-json-form,
.home-json-review {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--paper) 94%, var(--soft));
  box-shadow: var(--shadow);
}

.home-json-card {
  overflow: hidden;
}

.home-json-card-body,
.home-json-form,
.home-json-review {
  padding: 20px;
}

.home-json-card img,
.home-json-media img {
  width: 100%;
  height: 210px;
  display: block;
  object-fit: cover;
}

.home-json-placeholder {
  min-height: 180px;
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
  background: var(--soft);
  color: var(--muted);
}

.home-json-chip-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-json-chip {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 800;
}

.home-json-form {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.home-json-form input,
.home-json-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
}

.home-json-review {
  margin-top: 22px;
  color: var(--muted);
  background: var(--soft);
}

.json-module {
  padding: var(--pt, 72px) 0 var(--pb, 72px);
  color: var(--ink);
  background-color: var(--section-bg, var(--paper));
  overflow: hidden;
}

.json-module.is-hero {
  min-height: var(--site-banner-height);
  display: grid;
  align-items: center;
}

.json-module.is-page-banner {
  height: var(--site-banner-height);
  padding-top: min(var(--pt, 88px), 96px);
  padding-bottom: min(var(--pb, 88px), 96px);
}

.json-module.has-bg-image,
.json-module.is-hero {
  background-image:
    linear-gradient(90deg, rgba(32, 39, 43, 0.72), rgba(32, 39, 43, 0.18)),
    var(--section-image, none);
  background-position: center;
  background-size: cover;
}

.json-module.is-dark,
.json-module.is-hero {
  color: #fff;
}

.json-module-inner {
  width: min(max(var(--container, 1320px), var(--site-shell-container)), calc(100% - var(--site-gutter)));
  margin-inline: auto;
}

.json-module.is-narrow .json-module-inner {
  width: min(var(--container, var(--site-content-container)), calc(100% - var(--site-gutter)));
}

.json-hero-grid,
.json-split-grid,
.json-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.62fr);
  gap: var(--gap, 32px);
  align-items: center;
}

.json-module-copy {
  max-width: 760px;
}

.json-eyebrow,
.json-kicker,
.json-gate-summary {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.json-title {
  margin: 0;
  color: var(--title-color, inherit);
  font-size: min(var(--title-size, 44px), 3.625rem);
  line-height: 1.08;
}

.json-module:not(.is-hero) .json-title {
  font-size: min(var(--title-size, 34px), 2.5rem);
}

.json-body {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--body-color, var(--muted));
  font-size: var(--body-size, 16px);
}

.json-module.is-dark .json-body,
.json-module.is-hero .json-body {
  color: var(--body-color, rgba(255,255,255,0.78));
}

.json-section-head {
  max-width: 820px;
  margin-bottom: 30px;
}

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

.json-card {
  min-height: 100%;
  overflow: hidden;
  border: var(--card-border, 1px solid var(--line));
  border-radius: var(--card-radius, 8px);
  background: var(--card-bg, var(--paper));
  box-shadow: var(--card-shadow, var(--shadow));
}

.json-card-body {
  padding: 18px;
}

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

.json-card-actions .button {
  min-height: 38px;
  padding: 9px 14px;
  font-size: 0.86rem;
}

.json-card h3,
.json-card p {
  margin-top: 0;
}

.json-card p {
  color: var(--muted);
}

.json-module.is-dark .json-card {
  color: #fff;
}

.json-module.is-dark .json-card p {
  color: rgba(255,255,255,0.74);
}

.json-media,
.json-card-media,
.json-faux-media {
  min-height: var(--media-height, 220px);
  border-radius: var(--card-radius, 8px);
}

.json-media img,
.json-card-media img {
  width: 100%;
  height: var(--media-height, 220px);
  display: block;
  object-fit: cover;
}

.json-faux-media {
  display: grid;
  place-items: end start;
  padding: 18px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(43,33,25,0.9), rgba(184,137,79,0.48)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.08) 0 1px, transparent 1px 18px);
}

.json-faux-media span {
  max-width: 18ch;
  font-weight: 850;
}

.json-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.json-chip-row,
.json-filter-row,
.json-benefit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.json-chip,
.json-filter-pill,
.json-benefit {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--paper) 88%, var(--soft));
  color: var(--ink);
  font-weight: 800;
}

.json-process-grid {
  counter-reset: step;
}

.json-step-number {
  color: var(--accent);
  font-weight: 900;
}

.json-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--card-radius, 8px);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.json-form input,
.json-form textarea,
.json-form select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 12px;
  background: #fff;
  font: inherit;
}

.json-form textarea {
  min-height: 110px;
}

.json-gate {
  margin-top: 22px;
  color: var(--muted);
  font-size: 0.86rem;
}

.json-gate summary {
  cursor: pointer;
}

.site-footer {
  background: var(--footer-bg, var(--accent-dark));
}

.footer-json-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.2fr) repeat(4, minmax(140px, 1fr));
  gap: 28px;
  align-items: start;
}

.footer-json-col a,
.footer-json-col span {
  display: block;
  margin-top: 8px;
  color: var(--footer-link, rgba(255,255,255,0.72));
  text-decoration: none;
}

.footer-json-col a:hover {
  color: var(--footer-link-hover, var(--accent));
}

.footer-json-bottom {
  margin-top: 28px;
  color: rgba(255,255,255,0.58);
  font-size: 0.86rem;
}

@media (max-width: 980px) {
  .home-json-grid,
  .home-json-media-grid,
  .home-json-chip-grid,
  .json-grid,
  .footer-json-grid {
    grid-template-columns: 1fr 1fr;
  }

  .json-hero-grid,
  .json-split-grid,
  .json-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .container,
  main .container,
  .site-header .container,
  .site-footer .container,
  .json-module-inner,
  .json-module.is-narrow .json-module-inner {
    width: min(100% - var(--site-mobile-gutter), var(--site-page-container));
  }

  .brand-logo {
    width: var(--brand-logo-mobile-width);
    max-width: var(--brand-logo-mobile-width);
    height: var(--brand-logo-mobile-height);
  }

  .brand.has-logo {
    min-width: var(--brand-logo-mobile-width);
  }

  .json-module.is-hero {
    min-height: var(--site-banner-mobile-height);
  }

  .json-module.is-page-banner {
    height: auto;
    padding-top: min(var(--pt, 64px), 72px);
    padding-bottom: min(var(--pb, 64px), 72px);
  }

  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 12px;
    min-height: 62px;
    padding: 8px 0;
  }

  .brand small {
    display: none;
  }

  .nav {
    grid-column: 1 / -1;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    padding: 0 0 8px;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 0.86rem;
  }

  .header-button {
    display: none;
  }

  .home-json-grid,
  .home-json-media-grid,
  .home-json-chip-grid,
  .json-grid,
  .footer-json-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Product detail page additions ===== */
.button.outline {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}
.button.outline:hover {
  border-color: var(--accent);
  color: var(--accent);
}

/* Hero bullets list */
.json-bullets {
  list-style: none;
  padding: 0;
  margin: 12px 0 18px;
  display: grid;
  gap: 8px;
}
.json-bullets li {
  position: relative;
  padding-left: 22px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.55;
}
.json-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.85;
}

/* Download catalog row (under hero buttons) */
.json-download-row {
  margin-top: 14px;
}

/* Thumbnail strip under hero (product-thumbs, product-details) */
.json-thumbs-row {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 8px 2px 16px;
  scrollbar-width: thin;
}
.json-thumb {
  flex: 0 0 auto;
  width: 96px;
  height: 96px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--soft);
}
.json-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Split-content (Product Overview) */
.json-split {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 32px;
  align-items: stretch;
}
.json-split-copy {
  align-self: center;
  padding-right: 8px;
}
.json-split-copy p {
  color: var(--ink);
  line-height: 1.7;
  margin: 0 0 14px;
}
.json-split-media {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--soft);
  min-height: 320px;
}
.json-split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 900px) {
  .json-split { grid-template-columns: 1fr; gap: 18px; }
}

/* Spec table */
.json-spec-table {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--paper);
}
.json-spec-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 16px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--line);
}
.json-spec-row:last-child { border-bottom: 0; }
.json-spec-row:nth-child(even) { background: var(--soft); }
.json-spec-label {
  font-weight: 700;
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.json-spec-value {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.55;
}
@media (max-width: 700px) {
  .json-spec-row { grid-template-columns: 1fr; gap: 4px; }
}

/* Finish swatches */
.json-finish-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: flex-start;
  margin-top: 8px;
}
.json-swatch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--ink);
  width: 88px;
}
.json-swatch-chip {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  border: 1px solid var(--line);
  display: block;
  box-shadow: 0 8px 20px rgba(32, 39, 43, 0.08);
}
.json-swatch-plus {
  background: transparent;
  border: 2px dashed var(--accent);
  color: var(--accent);
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.json-swatch-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  text-align: center;
}
.json-swatch-custom .json-swatch-label { color: var(--accent); }

/* Benefit grid (uses json-grid + json-card) - center-aligned */
.module-benefit-grid .json-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
.module-benefit-grid .json-card {
  text-align: center;
  padding: 18px 8px;
}
.module-benefit-grid .json-card-media { display: none; }
.module-benefit-grid .json-card h3 { font-size: 14px; }
.module-benefit-grid .json-card p { font-size: 12px; color: var(--muted); margin: 4px 0 0; }
@media (max-width: 1100px) {
  .module-benefit-grid .json-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .module-benefit-grid .json-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Feature cards (5-col) */
.module-feature-cards .json-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
@media (max-width: 1100px) {
  .module-feature-cards .json-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .module-feature-cards .json-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Scene grid (5-col) */
.module-scene-grid .json-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.module-scene-grid .json-card-media { aspect-ratio: 4/3; }
@media (max-width: 1100px) {
  .module-scene-grid .json-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .module-scene-grid .json-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Related products (4-col) */
.module-related-products .json-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media (max-width: 1100px) {
  .module-related-products .json-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .module-related-products .json-grid { grid-template-columns: 1fr; }
}

/* Why-choose (4-col) */
.module-why-choose-grid .json-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media (max-width: 1100px) {
  .module-why-choose-grid .json-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .module-why-choose-grid .json-grid { grid-template-columns: 1fr; }
}

/* Product details media-row 4-col grid */
.media-row .json-thumbs-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  overflow: visible;
}
.media-row .json-thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}
@media (max-width: 900px) {
  .media-row .json-thumbs-row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .media-row .json-thumbs-row { grid-template-columns: 1fr; }
}

/* Hero copy spacing tweak for product detail */
.json-module .json-hero-grid .json-bullets li {
  color: var(--ink);
  opacity: 0.88;
}
.json-module .json-hero-grid .json-download-row .button {
  min-width: 220px;
}

/* ===================================================================
   Product Detail Page - Comprehensive Style Update
   =================================================================== */

/* Hero region: image left, text right */
.module-product-hero {
  padding-top: 24px;
  padding-bottom: 40px;
}
.module-product-hero .json-hero-grid {
  grid-template-columns: 1.1fr 1fr;
  align-items: stretch;
  gap: 56px;
}
.module-product-hero .json-module-copy {
  order: 2;
  padding: 4px 0 0;
  max-width: 560px;
  align-self: center;
}
.module-product-hero .json-media {
  order: 1;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.module-product-hero .json-media img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.module-product-hero .json-kicker {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
  color: var(--muted);
}
.module-product-hero .json-eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--accent);
  margin: 0 0 14px;
  font-weight: 600;
}
.module-product-hero .json-title {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 48px;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--ink);
}
.module-product-hero .json-subtitle {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-style: italic;
  font-size: 22px;
  font-weight: 400;
  color: var(--muted);
  margin: 4px 0 22px;
  letter-spacing: 0.01em;
}
.module-product-hero .json-body {
  font-size: 14px;
  line-height: 1.75;
  color: var(--ink);
  margin: 0 0 18px;
  max-width: 480px;
}
.module-product-hero .json-bullets {
  margin: 14px 0 28px;
  display: grid;
  gap: 10px;
}
.module-product-hero .json-bullets li {
  position: relative;
  padding-left: 22px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.6;
}
.module-product-hero .json-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}
.module-product-hero .json-button-row {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.module-product-hero .json-button-row .button.primary {
  background: var(--accent);
  color: #fff;
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 4px;
}
.module-product-hero .json-button-row .button.secondary {
  background: var(--ink);
  color: #fff;
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 4px;
}
.module-product-hero .json-download-row {
  margin-top: 6px;
}
.module-product-hero .json-download-row .button.outline {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink);
  padding: 10px 22px;
  border-radius: 4px;
  font-weight: 600;
}

/* Benefit icons row */
.json-benefit-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  padding: 40px 0;
}
.json-benefit-grid .json-card {
  text-align: center;
  padding: 18px 8px;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.json-benefit-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}
.json-benefit-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.json-benefit-grid .json-card h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin: 0;
  line-height: 1.3;
}
.json-benefit-grid .json-card p {
  font-size: 12px;
  color: var(--muted);
  margin: 6px 0 0;
  line-height: 1.5;
}
@media (max-width: 1100px) {
  .json-benefit-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .json-benefit-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Spec + Finishes dual-column */
.json-spec-finishes {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: start;
}
.json-spec-finishes-col .json-spec-table {
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}
.json-spec-finishes-col .json-spec-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(180,150,110,0.22);
}
.json-spec-finishes-col .json-spec-row:nth-child(even) { background: transparent; }
.json-spec-finishes-col .json-spec-label {
  text-transform: none;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0;
  color: var(--muted);
}
.json-spec-finishes-col .json-spec-value {
  font-size: 14px;
  color: var(--ink);
  line-height: 1.6;
}
.json-spec-finishes-col h2.json-title {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 18px;
  color: var(--ink);
}
.json-spec-finishes-col p.json-body {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 14px;
}
@media (max-width: 860px) {
  .json-spec-finishes { grid-template-columns: 1fr; gap: 36px; }
  .json-spec-finishes-col .json-spec-row { grid-template-columns: 130px 1fr; }
}

/* Mini features (under Product Overview) */
.json-mini-features {
  display: flex;
  gap: 36px;
  padding: 22px 0 6px;
  margin-top: 24px;
  border-top: 1px solid rgba(180,150,110,0.2);
  flex-wrap: wrap;
}
.json-mini-feature {
  display: flex;
  align-items: center;
  gap: 10px;
}
.json-mini-icon {
  width: 26px;
  height: 26px;
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}
.json-mini-icon svg { width: 100%; height: 100%; display: block; }
.json-mini-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}

/* Feature cards with step badge */
.module-feature-cards .json-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: var(--paper);
  border: 1px solid rgba(180,150,110,0.18);
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(43,33,25,0.06);
}
.module-feature-cards .json-card-body { padding: 16px 14px 18px; }
.module-feature-cards .json-card-media {
  position: relative;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.module-feature-cards .json-card-media img {
  height: 180px;
  object-fit: cover;
  border-radius: 0;
}
.module-feature-cards .json-step-number {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  z-index: 2;
}
.module-feature-cards .json-card h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 6px 0 8px;
  color: var(--ink);
}
.module-feature-cards .json-card p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

/* Section vertical rhythm */
.module-product-detail-hero,
.module-product-thumbs,
.module-product-benefits,
.module-product-overview,
.module-product-mini-features,
.module-product-spec-and-finishes,
.module-product-features,
.module-application-scenes,
.module-product-details,
.module-related-products,
.module-why-choose-grid {
  padding-bottom: 88px;
}
.module-product-detail-hero { padding-top: 32px; }

/* Application scenes */
.module-application-scenes .json-card-media {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
}
.module-application-scenes .json-card-body {
  padding: 12px 4px 0;
}
.module-application-scenes .json-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

/* Related products */
.module-related-products .json-card-media {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
}
.module-related-products .json-card h3 {
  font-size: 15px;
  font-weight: 600;
}
.module-related-products .json-card p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
}

/* Why choose cards */
.module-why-choose-grid .json-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  text-align: left;
  padding: 0;
}
.module-why-choose-grid .json-card-media {
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 14px;
}
.module-why-choose-grid .json-card h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 6px;
}
.module-why-choose-grid .json-card p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

/* Product details row */
.media-row .json-thumbs-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  overflow: visible;
}
.media-row .json-thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--soft);
}
.media-row .json-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Thumbnail strip under hero */
.module-product-thumbs .json-thumbs-row {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 8px 2px 12px;
}
.module-product-thumbs .json-thumb {
  flex: 0 0 auto;
  width: 120px;
  height: 90px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.module-product-thumbs .json-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Split content (Product Overview) */
.json-split {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 56px;
  align-items: stretch;
}
.json-split-copy {
  align-self: center;
  padding-right: 8px;
}
.json-split-copy .json-eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--accent);
  margin: 0 0 14px;
  font-weight: 600;
}
.json-split-copy h2.json-title {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 18px;
  color: var(--ink);
}
.json-split-copy p {
  color: var(--ink);
  line-height: 1.75;
  margin: 0 0 14px;
  font-size: 14px;
}
.json-split-media {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--soft);
  min-height: 420px;
}
.json-split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Responsive */
@media (max-width: 1100px) {
  .json-split { grid-template-columns: 1fr; gap: 32px; }
  .module-product-hero .json-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .module-product-hero .json-module-copy,
  .module-product-hero .json-media { order: initial; }
}
@media (max-width: 860px) {
  .module-product-hero .json-media img { height: 320px; }
  .module-product-hero .json-title { font-size: 32px; }
  .module-product-hero .json-subtitle { font-size: 18px; }
  .media-row .json-thumbs-row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .json-spec-finishes { grid-template-columns: 1fr; }
  .json-spec-finishes-col .json-spec-row { grid-template-columns: 1fr; gap: 4px; }
  .json-mini-features { gap: 18px; }
}

/* Product detail screenshot match */
[data-section="product-detail-hero"].json-module,
[data-section="product-thumbs"].json-module,
[data-section="product-benefits"].json-module,
[data-section="product-overview"].json-module,
[data-section="product-mini-features"].json-module,
[data-section="product-spec-and-finishes"].json-module {
  color: var(--ink);
  background: #fffdf8;
  background-image: none;
}

[data-section="product-detail-hero"].is-hero {
  min-height: 0;
  display: block;
  padding: 26px 0 0;
}

[data-section="product-detail-hero"] .json-module-inner {
  position: relative;
}

[data-section="product-detail-hero"] .json-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.84fr);
  gap: clamp(36px, 5vw, 82px);
  align-items: start;
}

[data-section="product-detail-hero"] .json-media,
[data-section="product-detail-hero"] .json-media img {
  border-radius: 0;
}

[data-section="product-detail-hero"] .json-media {
  box-shadow: 0 18px 44px rgba(64, 48, 34, 0.08);
}

[data-section="product-detail-hero"] .json-media img {
  height: clamp(360px, 30vw, 480px);
  object-position: center;
}

[data-section="product-detail-hero"] .json-module-copy {
  max-width: 540px;
  padding-top: 34px;
}

[data-section="product-detail-hero"] .json-kicker {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  color: #6f6257;
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
}

[data-section="product-detail-hero"] .json-eyebrow {
  display: none;
}

[data-section="product-detail-hero"] .json-title,
[data-section="product-detail-hero"] .json-subtitle,
[data-section="product-overview"] .json-title,
[data-section="product-spec-and-finishes"] .json-title {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

[data-section="product-detail-hero"] .json-title {
  max-width: 14ch;
  font-size: clamp(31px, 2.8vw, 46px);
  line-height: 1.05;
}

[data-section="product-detail-hero"] .json-subtitle {
  max-width: 18ch;
  margin: 0 0 16px;
  color: var(--ink);
  font-size: clamp(29px, 2.6vw, 44px);
  font-style: normal;
  line-height: 1.05;
}

[data-section="product-detail-hero"] .json-body {
  max-width: 480px;
  margin-bottom: 12px;
  color: #4b4138;
  font-size: 12.5px;
  line-height: 1.58;
}

[data-section="product-detail-hero"] .json-bullets {
  gap: 4px;
  margin: 10px 0 18px;
}

[data-section="product-detail-hero"] .json-bullets li {
  min-height: 18px;
  padding-left: 22px;
  color: #352d26;
  font-size: 12.5px;
  line-height: 1.45;
}

[data-section="product-detail-hero"] .json-bullets li::before {
  top: 4px;
  width: 12px;
  height: 12px;
  border: 1px solid #7a5a31;
  background: transparent;
  box-shadow: inset 0 0 0 3px #b8894f;
}

[data-section="product-detail-hero"] .json-button-row {
  max-width: 455px;
  gap: 12px;
  margin-top: 0;
}

[data-section="product-detail-hero"] .json-button-row .button {
  min-width: 185px;
  min-height: 40px;
  border-radius: 0;
  padding: 9px 22px;
  font-size: 12px;
  font-weight: 800;
}

[data-section="product-detail-hero"] .json-button-row .button.primary {
  background: #b8894f;
  border-color: #b8894f;
}

[data-section="product-detail-hero"] .json-button-row .button.primary::after {
  margin-left: 12px;
  content: "->";
}

[data-section="product-detail-hero"] .json-button-row .button.secondary {
  background: #fffdf8;
  color: var(--ink);
  border-color: rgba(82, 65, 48, 0.2);
}

[data-section="product-detail-hero"] .json-button-row .button.outline {
  flex-basis: 230px;
  background: #fffdf8;
  color: var(--ink);
  border-color: rgba(82, 65, 48, 0.24);
}

[data-section="product-thumbs"] {
  margin-top: -6px;
  padding: 6px 0 24px;
}

[data-section="product-thumbs"] .json-thumbs-row {
  width: min(760px, 100%);
  gap: 18px;
  padding: 0;
  overflow: visible;
}

[data-section="product-thumbs"] .json-thumb {
  width: 116px;
  height: 74px;
  border-radius: 0;
  border-color: rgba(82, 65, 48, 0.2);
  box-shadow: 0 8px 22px rgba(64, 48, 34, 0.08);
}

[data-section="product-benefits"] {
  padding: 0 0 36px;
}

[data-section="product-benefits"] .json-module-inner {
  padding: 16px 30px;
  border: 1px solid rgba(184, 137, 79, 0.13);
  border-radius: 8px;
  background: #fbf3e8;
}

[data-section="product-benefits"] .json-benefit-grid {
  padding: 0;
  gap: 0;
}

[data-section="product-benefits"] .json-card {
  min-height: 104px;
  display: grid;
  align-content: center;
  border-right: 1px solid rgba(184, 137, 79, 0.2);
}

[data-section="product-benefits"] .json-card:last-child {
  border-right: 0;
}

[data-section="product-benefits"] .json-card-body {
  padding: 0;
}

[data-section="product-benefits"] .json-benefit-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 8px;
  color: #6d5230;
}

[data-section="product-benefits"] .json-card h3 {
  font-size: 12.5px;
}

[data-section="product-benefits"] .json-card p {
  max-width: 16ch;
  margin-inline: auto;
  font-size: 10.5px;
  line-height: 1.3;
}

[data-section="product-overview"] {
  padding: 0;
}

[data-section="product-overview"] .json-split {
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.98fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: stretch;
}

[data-section="product-overview"] .json-split-copy {
  align-self: center;
  padding: 28px 0 32px 24px;
}

[data-section="product-overview"] .json-title {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 400;
  line-height: 1.15;
}

[data-section="product-overview"] .json-title::after,
[data-section="product-spec-and-finishes"] .json-title::after {
  width: 48px;
  height: 2px;
  display: block;
  margin-top: 10px;
  background: #b8894f;
  content: "";
}

[data-section="product-overview"] .json-split-copy p {
  max-width: 360px;
  color: #5b5046;
  font-size: 13px;
  line-height: 1.7;
}

[data-section="product-overview"] .json-split-media {
  min-height: 430px;
  border: 0;
  border-radius: 0;
}

[data-section="product-overview"] .json-split-media img {
  object-position: center;
}

[data-section="product-mini-features"] {
  margin-top: -108px;
  padding: 0 0 34px;
  pointer-events: none;
}

[data-section="product-mini-features"] .json-module-inner {
  pointer-events: auto;
}

[data-section="product-mini-features"] .json-mini-features {
  width: min(410px, 100%);
  gap: 24px;
  margin: 0 0 0 24px;
  padding: 16px 0 0;
  border-top-color: rgba(184, 137, 79, 0.2);
}

[data-section="product-mini-features"] .json-mini-feature {
  display: grid;
  justify-items: center;
  gap: 7px;
  min-width: 92px;
  text-align: center;
}

[data-section="product-mini-features"] .json-mini-icon {
  width: 28px;
  height: 28px;
  color: #6d5230;
}

[data-section="product-mini-features"] .json-mini-label {
  max-width: 10ch;
  font-size: 11px;
  line-height: 1.2;
}

[data-section="product-spec-and-finishes"] {
  padding: 0 0 58px;
}

[data-section="product-spec-and-finishes"] .json-spec-finishes {
  grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(36px, 5vw, 78px);
  align-items: start;
  padding-top: 12px;
}

[data-section="product-spec-and-finishes"] .json-title {
  margin-bottom: 18px;
  font-size: 25px;
  font-weight: 400;
}

[data-section="product-spec-and-finishes"] .json-spec-row {
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  min-height: 33px;
  padding: 7px 0;
  border-bottom-color: rgba(184, 137, 79, 0.18);
}

[data-section="product-spec-and-finishes"] .json-spec-label,
[data-section="product-spec-and-finishes"] .json-spec-value {
  font-size: 11.5px;
  line-height: 1.45;
}

[data-section="product-spec-and-finishes"] .json-finish-swatches {
  gap: 28px;
  align-items: start;
}

[data-section="product-spec-and-finishes"] .json-swatch {
  width: 86px;
}

[data-section="product-spec-and-finishes"] .json-swatch-chip {
  width: 76px;
  height: 132px;
  border-radius: 3px;
  box-shadow: none;
}

[data-section="product-spec-and-finishes"] .json-swatch-label {
  color: #4f453d;
  font-size: 11px;
}

[data-section="product-spec-and-finishes"] .json-swatch:nth-child(1) .json-swatch-chip {
  background:
    repeating-linear-gradient(90deg, rgba(28, 15, 9, 0.18) 0 2px, transparent 2px 13px),
    linear-gradient(90deg, #6b4329, #986a47 44%, #5a3522) !important;
}

[data-section="product-spec-and-finishes"] .json-swatch:nth-child(2) .json-swatch-chip {
  background:
    repeating-linear-gradient(90deg, rgba(106, 71, 37, 0.18) 0 2px, transparent 2px 15px),
    linear-gradient(90deg, #b7834f, #d6ae79 48%, #bd8957) !important;
}

[data-section="product-spec-and-finishes"] .json-swatch:nth-child(3) .json-swatch-chip {
  background:
    repeating-linear-gradient(80deg, rgba(128, 102, 75, 0.16) 0 2px, transparent 2px 18px),
    linear-gradient(90deg, #d6c0a9, #efe0cf 48%, #c7ab92) !important;
}

[data-section="product-spec-and-finishes"] .json-swatch-custom .json-swatch-chip {
  border: 0;
  border-radius: 50%;
  background: conic-gradient(#bd5a4e, #d9a247, #d9d66c, #63a875, #5f91be, #7b62a6, #bd5a4e) !important;
}

[data-section="product-features"] .json-card-media {
  min-height: 0;
  height: 180px;
}

[data-section="product-features"] .json-card-media img {
  height: 180px;
}

[data-section="product-details"] .json-thumbs-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: min(760px, 100%);
  overflow: visible;
}

[data-section="product-details"] .json-thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
}

@media (max-width: 1100px) {
  [data-section="product-detail-hero"] .json-hero-grid,
  [data-section="product-overview"] .json-split,
  [data-section="product-spec-and-finishes"] .json-spec-finishes {
    grid-template-columns: 1fr;
  }

  [data-section="product-detail-hero"] .json-module-copy {
    order: initial;
    padding-top: 16px;
  }

  [data-section="product-detail-hero"] .json-media {
    order: initial;
  }

  [data-section="product-mini-features"] {
    margin-top: 0;
  }

  [data-section="product-mini-features"] .json-mini-features {
    margin-left: 0;
  }
}

@media (max-width: 760px) {
  [data-section="product-detail-hero"].is-hero {
    padding-top: 18px;
  }

  [data-section="product-detail-hero"] .json-kicker {
    position: static;
    margin-bottom: 12px;
  }

  [data-section="product-detail-hero"] .json-media img {
    height: 300px;
  }

  [data-section="product-detail-hero"] .json-button-row .button,
  [data-section="product-detail-hero"] .json-button-row .button.outline {
    flex-basis: 100%;
    width: 100%;
  }

  [data-section="product-thumbs"] .json-thumbs-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  [data-section="product-thumbs"] .json-thumb {
    width: 100%;
  }

  [data-section="product-benefits"] .json-module-inner {
    padding: 18px;
  }

  [data-section="product-benefits"] .json-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 0;
  }

  [data-section="product-benefits"] .json-card:nth-child(2n) {
    border-right: 0;
  }

  [data-section="product-overview"] .json-split-copy {
    padding: 12px 0 0;
  }

  [data-section="product-overview"] .json-split-media {
    min-height: 280px;
  }

  [data-section="product-spec-and-finishes"] .json-spec-row {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  [data-section="product-spec-and-finishes"] .json-finish-swatches {
    gap: 18px;
  }
}

/* Case Detail Styles */
[data-section="case-detail-hero"] .json-case-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

[data-section="case-detail-hero"] .json-module-copy {
  order: 1;
}

[data-section="case-detail-hero"] .json-media {
  order: 2;
}

[data-section="case-detail-hero"] .json-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 8px;
}

[data-section="case-detail-hero"] .json-subtitle {
  font-size: 36px;
  font-weight: 300;
  font-style: italic;
  color: var(--muted);
  margin-bottom: 24px;
}

[data-section="case-detail-hero"] .json-case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

[data-section="case-detail-hero"] .json-case-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: var(--accent-soft);
  border-radius: 6px;
  font-size: 14px;
  color: var(--accent);
}

[data-section="case-detail-hero"] .json-media img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 8px;
}

[data-section="case-overview"] .json-case-overview {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
}

[data-section="case-overview"] .json-case-overview-col:first-child {
  padding-right: 24px;
}

[data-section="case-overview"] .json-title {
  font-size: 28px;
  margin-bottom: 20px;
}

[data-section="case-overview"] .json-case-overview-col:first-child p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 16px;
}

[data-section="case-overview"] .json-case-overview-col:first-child p:last-child {
  margin-bottom: 0;
}

[data-section="case-overview"] .json-case-specs {
  background: var(--soft);
  padding: 24px;
  border-radius: 8px;
}

[data-section="case-overview"] .json-case-spec {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

[data-section="case-overview"] .json-case-spec:last-child {
  border-bottom: 0;
}

[data-section="case-overview"] .json-case-spec-label {
  font-weight: 600;
  font-size: 14px;
  color: var(--muted);
}

[data-section="case-overview"] .json-case-spec-value {
  font-size: 14px;
  color: var(--ink);
  text-align: right;
}

[data-section="case-gallery"] .json-grid {
  display: block;
}

[data-section="case-gallery"] .json-gallery-main {
  margin-bottom: 16px;
}

[data-section="case-gallery"] .json-gallery-main img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
}

[data-section="case-gallery"] .json-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

[data-section="case-gallery"] .json-gallery-thumbs img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
}

[data-section="case-gallery"] .json-gallery-thumbs img:hover {
  opacity: 1;
}

[data-section="case-solution"] .json-solution-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
}

[data-section="case-solution"] .json-solution-item {
  text-align: center;
  padding: 20px;
}

[data-section="case-solution"] .json-solution-item h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #D8D8D8;
}

[data-section="case-solution"] .json-solution-item p {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.7);
}

[data-section="case-products"] .json-case-products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

[data-section="case-products"] .json-card {
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 8px;
  overflow: hidden;
}

[data-section="case-products"] .json-card-media {
  aspect-ratio: 4 / 3;
}

[data-section="case-products"] .json-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[data-section="case-products"] .json-card-body {
  padding: 20px;
}

[data-section="case-products"] .json-card-subtitle {
  font-size: 12px;
  color: var(--accent);
  margin-bottom: 8px;
}

[data-section="case-products"] .json-card-body h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

[data-section="case-products"] .json-card-body p {
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
}

@media (max-width: 1100px) {
  [data-section="case-detail-hero"] .json-case-hero,
  [data-section="case-overview"] .json-case-overview {
    grid-template-columns: 1fr;
  }

  [data-section="case-detail-hero"] .json-module-copy {
    order: initial;
  }

  [data-section="case-detail-hero"] .json-media {
    order: initial;
  }

  [data-section="case-overview"] .json-case-overview-col:first-child {
    padding-right: 0;
    padding-bottom: 24px;
  }

  [data-section="case-gallery"] .json-gallery-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  [data-section="case-solution"] .json-solution-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  [data-section="case-products"] .json-case-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  [data-section="case-detail-hero"] .json-title {
    font-size: 32px;
  }

  [data-section="case-detail-hero"] .json-subtitle {
    font-size: 24px;
  }

  [data-section="case-detail-hero"] .json-media img {
    height: 300px;
  }

  [data-section="case-overview"] .json-case-spec {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  [data-section="case-overview"] .json-case-spec-value {
    text-align: left;
  }

  [data-section="case-gallery"] .json-gallery-main img {
    height: 280px;
  }

  [data-section="case-gallery"] .json-gallery-thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [data-section="case-gallery"] .json-gallery-thumbs img {
    height: 80px;
  }

  [data-section="case-solution"] .json-solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [data-section="case-products"] .json-case-products {
    grid-template-columns: 1fr;
  }
}

/* Card Clickable Link Styles */
.json-card.has-link {
  position: relative;
  cursor: pointer;
}

.json-card.has-link .json-card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.json-card.has-link:hover {
  box-shadow: 0 20px 48px rgba(43,33,25,0.12);
}

.json-card.has-link:hover .json-card-media img {
  transform: scale(1.02);
}

.json-card.has-link .json-card-media {
  overflow: hidden;
}

.json-card.has-link .json-card-media img {
  transition: transform 0.3s ease;
}
