.nova-catalog { color: #202523; background: #fff; }
.nova-catalog section { padding: 40px 5%; }
.nova-catalog h1 { font-size: 40px; line-height: 1.14; margin: 12px 0 18px; }
.nova-catalog h2 { font-size: 28px; line-height: 1.2; }
.nova-catalog h3 { font-size: 19px; line-height: 1.35; }
.nova-catalog p { line-height: 1.65; color: #555e59; }
.nova-catalog :focus-visible { outline: 2px solid #216e59; outline-offset: 4px; }
.nova-catalog button:disabled { cursor: not-allowed; opacity: .55; }
.nova-catalog .catalog-intro { border-bottom: 1px solid #dce2de; padding-block: 35px; }
.catalog-intro p { margin: 0 0 12px; }
.nova-catalog .catalog-section { padding-top: 0; }
.nova-catalog .results-dock { margin-inline: 0; padding: 12px 0; border-top: 0; }
.sort-control { display: flex; align-items: center; gap: 10px; font-size: 13px; }
.sort-control select, .guide-finder select { font: inherit; min-height: 44px; border: 1px solid #bcc8c0; background: white; border-radius: 4px; padding: 8px 28px 8px 10px; max-width: 100%; }
.nova-catalog .filter-layout { display: grid; grid-template-columns: 218px minmax(0,1fr); gap: 32px; align-items: start; }
.nova-catalog .filters { background: transparent; padding: 0; border: 0; top: calc(var(--header-height) + 170px); }
.nova-catalog .filter-group { border: 0; border-top: 1px solid #dce2de; margin: 20px 0 0; padding: 18px 0 0; }
.nova-catalog .filter-group legend { font-weight: 600; padding-right: 10px; font-size: 14px; }
.nova-catalog .filter-button { border-radius: 4px; font-size: 12px; padding: 8px 10px; }
.nova-catalog .filter-button[aria-pressed="true"] { background: #234e40; border-color: #234e40; color: #fff; }
.nova-catalog .catalog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px 18px; }
.nova-catalog .catalog-product { border: 0; background: #fff; box-shadow: none; overflow: hidden; }
.nova-catalog .product-image-link { position: relative; display: block; aspect-ratio: 1/1; height: auto; overflow: hidden; border-radius: 4px; background: #eef1ee; }
.nova-catalog .product-image-link > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.nova-catalog .image-note { position: absolute; bottom: 8px; left: 8px; background: #fffffff2; color: #48514b; font-size: 10px; padding: 4px 6px; border-radius: 2px; }
.unavailable-media { height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 14px; padding: 24px; text-align: center; color: #66766b; background: #eef1ee; }
.unavailable-media > span { max-width: 250px; font-size: 13px; line-height: 1.6; }
.unavailable-media .lucide { width: 28px; height: 28px; stroke-width: 1.2; }
.nova-catalog .catalog-product .card-body { padding: 16px 0 0; height: auto; }
.nova-catalog .catalog-product h3 { min-height: 54px; margin: 7px 0 10px; font-family: inherit; font-size: 18px; }
.card-price { display: flex; flex-wrap: wrap; gap: 6px 10px; font-size: 19px; align-items: baseline; min-height: 40px; }
.card-price small { font-size: 11px; color: #68726b; }
.nova-catalog .product-facts { margin: 12px 0; padding: 0; background: transparent; }
.nova-catalog .product-facts > div { background: transparent; }
.nova-catalog .product-facts dt { font-weight: 500; text-transform: none; }
.nova-catalog .product-facts dd { font-weight: 500; }
.nova-catalog .product-facts > div { min-height: 64px; }
.nova-catalog .product-facts dd { font-size: 13px; }
.nova-catalog .product-card-cta { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #b9c7bd; padding: 12px 0; min-height: 46px; font-size: 14px; color: #234e40; }
.compare-check { display: flex; align-items: center; gap: 8px; padding: 12px 0; min-height: 44px; font-size: 13px; }
.compare-check input { width: 18px; height: 18px; accent-color: #234e40; }
.show-archive { margin: 28px 0; text-align: left; }
.nova-catalog .filter-chip { background: #edf3ef; color: #234e40; padding-left: 10px; display: inline-flex; align-items: center; }
.filter-chip button { display: inline-grid; place-items: center; }
.filter-chip .lucide { width: 14px; height: 14px; }
.compare-tray { position: fixed; bottom: 14px; left: 50%; transform: translateX(-50%); z-index: 45; width: min(560px,calc(100% - 24px)); padding: 12px; display: flex; gap: 12px; align-items: center; justify-content: space-between; background: #fff; border: 1px solid #b9c7bd; border-radius: 6px; box-shadow: 0 3px 18px #24362c22; }
.compare-tray > span { font-size: 13px; }
.catalog-dialog { width: min(1040px,calc(100% - 28px)); max-height: 90svh; overflow: auto; border: 1px solid #c4cfc7; border-radius: 6px; padding: 28px; }
.catalog-dialog::backdrop { background: #101e18aa; }
.catalog-dialog .dialog-close { float: right; }
.catalog-dialog h2 { font-size: 27px; line-height: 1.2; }
.catalog-dialog p { font-size: 14px; line-height: 1.6; color: #555e59; }
.compare-scroll { overflow-x: auto; }
.compare-table { min-width: 620px; table-layout: fixed; width: 100%; border-collapse: collapse; }
.compare-table th, .compare-table td { padding: 16px; border-bottom: 1px solid #dce2de; font-size: 14px; text-align: left; overflow-wrap: anywhere; vertical-align: top; }
.compare-table thead { background: #e8f0eb; }
.compare-table tbody th { width: 140px; color: #4e6357; font-weight: 500; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 12px; color: #596b60; margin-bottom: 24px; }
.product-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,1fr); gap: 6%; align-items: start; }
.product-media { margin: 0; position: relative; width: 100%; aspect-ratio: 1/1; background: #edf0ed; overflow: hidden; border-radius: 4px; }
.product-media > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.media-column { min-width: 0; }
.image-zoom { position: absolute; bottom: 14px; right: 14px; background: white; }
.media-controls { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 6px; margin-top: 12px; }
.media-view { min-width: 0; min-height: 62px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid #c7d0c9; background: white; border-radius: 4px; padding: 8px 4px; font: inherit; font-size: 11px; }
.media-view[aria-pressed="true"] { border-color: #234e40; color: #234e40; background: #edf3ef; }
.media-caption { font-size: 12px; min-height: 42px; }
.product-detail h1 { font-size: 34px; }
.product-kicker { font-size: 14px; }
.pdp-price { display: grid; gap: 6px; margin: 24px 0 12px; }
.pdp-price strong { font-size: 28px; font-weight: 500; }
.pdp-price > span, .option-note { font-size: 12px; color: #69756d; }
.availability-note { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; padding: 16px 0; border-block: 1px solid #dce2de; }
.availability-note .lucide { flex: 0 0 20px; }
.nova-catalog .variant-group { margin-top: 22px; }
.nova-catalog .option-button[aria-pressed="true"] { background: #234e40; border-color: #234e40; color: white; }
.nova-catalog .option-button { border-radius: 4px; font-size: 13px; }
.selection-summary { border-top: 1px solid #dce2de; margin-top: 22px; padding: 16px 0; min-height: 64px; font-size: 13px; line-height: 1.6; }
#buy-now { width: 100%; }
.service-details { margin-top: 20px; }
.service-details details { border-bottom: 1px solid #dce2de; }
.service-details summary { cursor: pointer; padding: 16px 0; font-size: 14px; font-weight: 600; }
.service-details p { font-size: 13px; }
.nova-catalog .spec-section { background: #f0f5f1; }
.spec-section > .product-facts { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px 32px; }
.nova-catalog .faq { display: block; max-width: 940px; }
.nova-catalog .faq details { background: transparent; border: 0; border-bottom: 1px solid #dce2de; padding: 20px 0; }
.zoomed-image { display: block; max-width: 100%; max-height: 65svh; margin: auto; object-fit: contain; }
.nova-catalog .guide-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 7%; align-items: center; }
.guide-intro figure { margin: 0; width: min(100%,420px); justify-self: center; }
.guide-intro img { display: block; width: 100%; height: auto; max-height: none; background: #f0f2ef; }
.guide-intro figcaption { font-size: 11px; color: #67796d; padding: 8px 0; }
.guide-finder label { display: grid; gap: 10px; font-size: 14px; }
.finder-action { display: flex; gap: 20px; justify-content: space-between; align-items: center; margin-top: 24px; }
.guide-shop { display: inline-flex; gap: 12px; align-items: center; margin-top: 24px; }
.color-edit { scroll-margin-top: 130px; border-bottom: 1px solid #dde3df; }
.color-edit .section-head { align-items: end; gap: 24px; }
.color-edit .section-head p { max-width: 430px; font-size: 13px; line-height: 1.6; }
.color-look-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.color-look-image { display: block; position: relative; width: 100%; aspect-ratio: 1; padding: 0; border: 0; background: #eceeef; border-radius: 4px; overflow: hidden; cursor: zoom-in; }
.color-look-image > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.color-look-image:focus-visible { outline: 3px solid #32644c; outline-offset: 4px; }
.color-expand { position: absolute; right: 10px; bottom: 10px; display: grid; place-items: center; width: 30px; height: 30px; background: #fffffff0; color: #18221c; }
.color-expand .lucide { width: 16px; height: 16px; }
.color-look h3 { margin: 16px 0 8px; font-size: 20px; }
.color-look p { margin: 0; color: #5b6c63; font-size: 14px; line-height: 1.5; }
@media (max-width: 760px) {
  .color-look-grid { grid-template-columns: 1fr; gap: 26px; }
  .color-edit .section-head { align-items: start; flex-direction: column; gap: 8px; }
}
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@media (max-width: 1100px) {
  .nova-catalog .catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-layout { gap: 4%; }
}
@media (max-width: 980px) {
  .nova-catalog .filter-layout { grid-template-columns: 1fr; gap: 20px; }
  .nova-catalog .filters { position: static; }
  .nova-catalog .filters summary { display: flex; align-items: center; gap: 12px; }
  .nova-catalog .catalog-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .nova-catalog section { padding: 28px 20px; }
  .nova-catalog h1 { font-size: 32px; }
  .nova-catalog h2 { font-size: 25px; }
  .nova-catalog .catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 14px; }
  .nova-catalog .catalog-product h3 { font-size: 16px; min-height: 66px; }
  .nova-catalog .catalog-product .product-facts { grid-template-columns: 1fr; }
  .nova-catalog .catalog-product .product-facts > div { min-height: 51px; }
  .nova-catalog .product-facts dd { font-size: 12px; }
  .card-price { min-height: 54px; font-size: 18px; display: grid; gap: 2px; }
  .nova-catalog .results-toolbar { display: flex; flex-wrap: nowrap; }
  .sort-control { gap: 5px; font-size: 12px; }
  .sort-control select { max-width: 158px; }
  .product-layout { grid-template-columns: 1fr; gap: 28px; }
  .product-media { aspect-ratio: 1/1; }
  .product-detail h1 { font-size: 30px; }
  .media-controls { gap: 5px; }
  .spec-section > .product-facts { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 18px; }
  .nova-catalog .guide-intro { grid-template-columns: 1fr; gap: 24px; }
  .nova-catalog .guide-intro img { max-height: none; }
  .catalog-dialog { padding: 18px; }
  .compare-tray { gap: 8px; padding: 8px; }
  .compare-tray .button { font-size: 12px; padding: 10px; }
  .nova-catalog footer { padding-bottom: 100px; }
}
