/* Home Office-only content below Products; global typography, color, buttons and layout remain unchanged. */
#home-office-content .homvnd-collection__body-inner {
  width: 100%;
  max-width: 960px;
  max-inline-size: 960px;
  margin-inline: auto;
}
#home-office-content .home-office-review-module {
  display: flow-root;
  width: 100%;
  margin-inline: auto;
}
#home-office-content .home-office-review-module + .home-office-review-module {
  margin-block-start: var(--homvnd-space-16);
}
#home-office-content .home-office-review-module > :first-child { margin-block-start: var(--homvnd-space-0); }
#home-office-content .home-office-review-module > :last-child { margin-block-end: var(--homvnd-space-0); }
#home-office-content .home-office-product-groups,
#home-office-content .home-office-custom-dimensions,
#home-office-content .home-office-review-readiness {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--homvnd-space-6);
  margin-block: var(--homvnd-space-6);
}
#home-office-content .home-office-family-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--homvnd-space-4);
  margin-block: var(--homvnd-space-6);
}
#home-office-content .home-office-family-card {
  min-width: 0;
  margin: 0;
  padding: var(--homvnd-space-3);
  border: var(--homvnd-border-width) solid var(--homvnd-color-border);
}
#home-office-content .home-office-family-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
#home-office-content .home-office-family-card figcaption {
  margin-block-start: var(--homvnd-space-2);
  font-weight: 500;
  text-align: center;
}
#home-office-content .home-office-review-workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--homvnd-space-6);
  list-style: none;
  padding: var(--homvnd-space-0);
}
#home-office-content .home-office-product-groups > div,
#home-office-content .home-office-custom-dimensions > div,
#home-office-content .home-office-review-readiness > div,
#home-office-content .home-office-review-workflow li {
  min-width: 0;
  border-block-start: var(--homvnd-border-width) solid var(--homvnd-color-border);
  padding-block-start: var(--homvnd-space-6);
}
#home-office-content .home-office-product-groups h3,
#home-office-content .home-office-custom-dimensions h3,
#home-office-content .home-office-review-readiness h3,
#home-office-content .home-office-review-workflow h3 { margin-block-start: var(--homvnd-space-0); }
#home-office-content .home-office-product-groups p,
#home-office-content .home-office-custom-dimensions p,
#home-office-content .home-office-review-readiness p,
#home-office-content .home-office-review-workflow p { margin-block-end: var(--homvnd-space-0); }
#home-office-content .home-office-review-workflow li + li { margin-block-start: var(--homvnd-space-0); }
#home-office-content .home-office-review-buyers li + li { margin-block-start: var(--homvnd-space-6); }
#home-office-content .home-office-faq-item { border-block-end: var(--homvnd-border-width) solid var(--homvnd-color-border); }
#home-office-content .home-office-faq-item h3 { margin: var(--homvnd-space-0); }
#home-office-content .home-office-faq-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--homvnd-space-4);
  width: 100%;
  min-height: 44px;
  padding: var(--homvnd-space-3) var(--homvnd-space-0);
  border: 0;
  background: transparent;
  color: inherit;
  box-shadow: none;
  font: inherit;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: inherit;
  text-align: left;
  text-transform: none;
  cursor: pointer;
}
#home-office-content .home-office-faq-trigger:hover { background: transparent; color: var(--homvnd-color-primary-strong); }
#home-office-content .home-office-faq-trigger:focus-visible {
  outline: var(--homvnd-focus-width) solid var(--homvnd-color-focus);
  outline-offset: var(--homvnd-focus-offset);
}
#home-office-content .home-office-faq-icon {
  flex: 0 0 auto;
  color: var(--homvnd-color-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
#home-office-content .home-office-faq-answer p { margin: var(--homvnd-space-0) var(--homvnd-space-0) var(--homvnd-space-4); }
#home-office-content .home-office-faq-answer[hidden] { display: none; }
#home-office-content a.homvnd-button--primary,
#home-office-content a.homvnd-button--primary:visited,
#home-office-content a.homvnd-button--primary:hover { color: var(--homvnd-color-surface); }
@media (max-width: 63.999rem) {
  #home-office-content .home-office-family-grid,
  #home-office-content .home-office-custom-dimensions,
  #home-office-content .home-office-review-workflow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #home-office-content .home-office-faq-trigger { font-size: 18px; }
}
@media (max-width: 47.999rem) {
  #home-office-content .home-office-product-groups,
  #home-office-content .home-office-custom-dimensions,
  #home-office-content .home-office-review-readiness,
  #home-office-content .home-office-review-workflow { grid-template-columns: minmax(0, 1fr); }
  #home-office-content .home-office-faq-icon { font-size: 15px; }
}
