.main-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.catalog-hero {
  position: relative;
  padding: 168px 0 0;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(118deg, var(--pine-deep) 0 69%, #18392d 69% 100%);
  background-size: 64px 64px, 64px 64px, auto;
}

.catalog-hero::after {
  position: absolute;
  top: 88px;
  right: -5rem;
  width: 30rem;
  height: 30rem;
  border: 1px solid rgba(242, 189, 101, 0.18);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.catalog-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(350px, 0.67fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  padding-bottom: 4.5rem;
}

.catalog-hero-copy {
  padding-left: 1.3rem;
  border-left: 2px solid var(--coral);
}

.catalog-hero h1 {
  max-width: 13ch;
  margin-bottom: 1.6rem;
  font-size: clamp(3.6rem, 6vw, 5.9rem);
  line-height: 0.91;
}

.catalog-hero h1 span {
  color: #f2bd65;
}

.catalog-hero-lead {
  max-width: 39rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.96rem;
  line-height: 1.8;
}

.catalog-hero-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.catalog-guide {
  position: relative;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.catalog-guide-kicker {
  margin: 0;
  padding: 1rem 0;
  color: #f2bd65;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.catalog-guide ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  list-style: none;
}

.catalog-guide li {
  display: grid;
  grid-template-columns: 2.3rem 1fr;
  gap: 0.8rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.catalog-guide li > span,
.catalog-guide-scope > span {
  color: var(--coral);
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-guide li strong,
.catalog-guide li small {
  display: block;
}

.catalog-guide li strong {
  margin-bottom: 0.22rem;
  font-size: 0.82rem;
}

.catalog-guide li small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.7rem;
  line-height: 1.55;
}

.catalog-guide-scope {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  padding: 1rem 0;
}

.catalog-guide-scope strong {
  font-size: 0.67rem;
  letter-spacing: 0.02em;
}

.catalog-proof-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.catalog-proof-strip p {
  margin: 0;
  padding: 1.2rem clamp(1rem, 2vw, 1.6rem);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.catalog-proof-strip p:first-child {
  padding-left: 0;
}

.catalog-proof-strip p:last-child {
  border-right: 0;
}

.catalog-proof-strip span,
.catalog-proof-strip strong {
  display: block;
}

.catalog-proof-strip span {
  margin-bottom: 0.25rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-proof-strip strong {
  color: white;
  font-size: 0.76rem;
}

.catalog-index {
  background: var(--paper);
}

.catalog-toolbar {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 0.7fr);
  align-items: end;
  gap: 3rem;
  margin-bottom: 2.2rem;
}

.catalog-toolbar h2,
.product-brief h2,
.related-heading h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.95;
}

.catalog-search span {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-search input {
  width: 100%;
  padding: 0.9rem 0;
  border: 0;
  border-bottom: 1px solid var(--pine);
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  outline: none;
}

.catalog-search input:focus {
  border-color: var(--coral);
  box-shadow: 0 1px 0 var(--coral);
}

.catalog-filter-row {
  display: flex;
  gap: 0.55rem;
  padding: 1.2rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow-x: auto;
  scrollbar-width: none;
}

.catalog-filter-row::-webkit-scrollbar {
  display: none;
}

.catalog-filter-row button {
  flex: 0 0 auto;
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: 0.69rem;
  font-weight: 800;
  cursor: pointer;
}

.catalog-filter-row button span {
  margin-left: 0.3rem;
  opacity: 0.55;
}

.catalog-filter-row button[aria-pressed="true"] {
  border-color: var(--pine);
  color: white;
  background: var(--pine);
}

.catalog-results-line {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.catalog-results-line p {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.catalog-results-line button {
  border: 0;
  color: var(--coral);
  background: none;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  cursor: pointer;
}

.catalog-grid,
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.catalog-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 1rem;
  overflow: hidden;
  background: var(--cream);
}

.catalog-card[hidden] {
  display: none;
}

.catalog-card > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.catalog-card-media {
  position: relative;
  aspect-ratio: 1.18 / 1;
  margin: 0;
  overflow: hidden;
  background: #ece8df;
}

.catalog-card-media img {
  width: 100%;
  height: 100%;
  transition: transform 320ms ease;
}

.catalog-card-media.is-reference img {
  padding: 0.85rem;
  object-fit: contain;
}

.catalog-card-media.is-inspiration img {
  object-fit: cover;
}

.catalog-card-media::after {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, rgba(15, 43, 33, 0.45));
  pointer-events: none;
}

.catalog-card-media figcaption {
  position: absolute;
  z-index: 1;
  right: 1rem;
  bottom: 0.8rem;
  color: white;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-card:hover .catalog-card-media img,
.catalog-card:focus-within .catalog-card-media img {
  transform: scale(1.025);
}

.catalog-card-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.45rem;
}

.catalog-card-copy > p {
  margin-bottom: 0.65rem;
  color: var(--coral);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.catalog-card-copy h2 {
  margin-bottom: 1.6rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.catalog-card-copy > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.catalog-card-copy span,
.catalog-card-copy b {
  font-size: 0.64rem;
  letter-spacing: 0.045em;
}

.catalog-card-copy span {
  color: var(--muted);
  font-weight: 800;
}

.catalog-card-copy b {
  color: var(--pine);
  font-weight: 800;
}

.catalog-card-copy i {
  font-size: 0.85rem;
  font-style: normal;
}

.catalog-empty {
  padding: 5rem 1rem;
  border: 1px dashed var(--line);
  color: var(--muted);
  text-align: center;
}

.catalog-contact {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  color: white;
  background: var(--pine);
}

.catalog-contact-inner {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  align-items: end;
  gap: clamp(3rem, 8vw, 8rem);
}

.catalog-contact h2 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 0.95;
}

.catalog-contact-inner > div:last-child > p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
}

.button-light {
  border-color: white;
  color: var(--pine);
  background: white;
}

.button-light:hover,
.button-light:focus-visible {
  color: white;
}

.product-detail-page {
  background: var(--paper);
}

.product-breadcrumb {
  display: flex;
  gap: 0.7rem;
  padding-top: 126px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
}

.product-breadcrumb a {
  text-decoration: none;
}

.product-breadcrumb a:hover,
.product-breadcrumb a:focus-visible {
  color: var(--coral);
}

.product-hero {
  padding: 36px 0 clamp(5rem, 9vw, 8rem);
}

.product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
}

.product-hero-copy h1 {
  max-width: 12ch;
  margin-bottom: 1.4rem;
  font-size: clamp(3.6rem, 6vw, 6rem);
  line-height: 0.92;
}

.product-code {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.7rem;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-code strong {
  padding: 0.45rem 0.65rem;
  border-radius: 999px;
  color: white;
  background: var(--coral);
  font-size: 0.65rem;
}

.product-lead {
  max-width: 35rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.product-actions {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-top: 2rem;
}

.product-actions .button {
  gap: 0.55rem;
}

.product-visual {
  position: relative;
  min-height: 560px;
  margin: 0;
  border-radius: 50% 50% 1.2rem 1.2rem;
  overflow: hidden;
  background: var(--cream);
  box-shadow: 0 30px 80px rgba(37, 48, 37, 0.14);
}

.product-visual img {
  width: 100%;
  height: 560px;
}

.product-visual.is-reference img {
  padding: clamp(1rem, 3vw, 2.5rem);
  object-fit: contain;
}

.product-visual.is-inspiration img {
  object-fit: cover;
}

.product-visual figcaption {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  left: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1.1rem;
  border-radius: 0.7rem;
  color: white;
  background: rgba(15, 43, 33, 0.87);
  backdrop-filter: blur(8px);
}

.product-visual figcaption span,
.product-visual figcaption strong {
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-assurance {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-assurance p {
  margin: 0;
  padding: 1rem 1.2rem;
  border-right: 1px solid var(--line);
}

.product-assurance p:first-child {
  padding-left: 0;
}

.product-assurance p:last-child {
  border-right: 0;
}

.product-assurance span,
.product-assurance strong {
  display: block;
}

.product-assurance span {
  margin-bottom: 0.24rem;
  color: var(--coral);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-assurance strong {
  font-size: 0.7rem;
  line-height: 1.5;
}

.product-assurance a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2rem;
}

.product-brief {
  color: white;
  background: var(--pine);
}

.product-brief-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(3rem, 8vw, 8rem);
}

.product-brief h2 {
  max-width: 11ch;
  font-size: clamp(2.8rem, 4.6vw, 4.6rem);
}

.product-brief-copy > p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.85;
}

.product-brief-copy dl {
  margin: 2rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.product-brief-copy dl > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.product-brief-copy dt {
  color: #f2bd65;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product-brief-copy dd {
  margin: 0;
  font-size: 0.84rem;
  font-weight: 700;
}

.inquiry-guide {
  background: var(--cream);
}

.inquiry-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0 0 2rem;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.inquiry-guide-grid li {
  min-height: 250px;
  padding: 2rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.inquiry-guide-grid li:first-child {
  padding-left: 0;
}

.inquiry-guide-grid li:last-child {
  border-right: 0;
}

.inquiry-guide-grid span {
  color: var(--coral);
  font-size: 0.64rem;
  font-weight: 800;
}

.inquiry-guide-grid h3 {
  margin: 5rem 0 0.65rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 500;
}

.inquiry-guide-grid p {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.7;
}

.related-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 900px) {
  .catalog-hero-grid,
  .catalog-toolbar,
  .catalog-contact-inner,
  .product-hero-grid,
  .product-brief-grid {
    grid-template-columns: 1fr;
  }

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

  .catalog-guide {
    max-width: 560px;
  }

  .product-visual,
  .product-visual img {
    min-height: 0;
    height: min(78vw, 620px);
  }

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

  .product-assurance p,
  .product-assurance p:first-child {
    padding: 0.8rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-assurance p:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 620px) {
  .catalog-hero {
    padding-top: 126px;
    background-size: 42px 42px, 42px 42px, auto;
  }

  .catalog-hero h1,
  .product-hero-copy h1 {
    font-size: clamp(3rem, 13vw, 4.35rem);
  }

  .catalog-hero-grid {
    gap: 2.5rem;
    padding-bottom: 3rem;
  }

  .catalog-hero-copy {
    padding-left: 0;
    border-left: 0;
  }

  .catalog-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .catalog-hero-actions .button {
    width: 100%;
  }

  .catalog-proof-strip {
    grid-template-columns: 1fr;
  }

  .catalog-proof-strip p,
  .catalog-proof-strip p:first-child {
    padding: 0.9rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .catalog-proof-strip p:last-child {
    border-bottom: 0;
  }

  .catalog-grid,
  .related-grid,
  .inquiry-guide-grid {
    grid-template-columns: 1fr;
  }

  .catalog-card-media {
    aspect-ratio: 1.3 / 1;
  }

  .catalog-contact .button {
    width: 100%;
    padding-inline: 0.8rem;
    font-size: 0.72rem;
  }

  .product-breadcrumb {
    padding-top: 104px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .product-hero {
    padding-top: 28px;
  }

  .product-actions,
  .related-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-actions .button {
    width: 100%;
  }

  .product-visual,
  .product-visual img {
    height: 115vw;
    max-height: 520px;
  }

  .product-brief-copy dl > div {
    grid-template-columns: 85px 1fr;
  }

  .inquiry-guide-grid li,
  .inquiry-guide-grid li:first-child {
    min-height: 0;
    padding: 1.6rem 0;
    border-right: 0;
  }

  .inquiry-guide-grid h3 {
    margin-top: 2.2rem;
  }
}
