.brand-item {
  border-bottom: 1px solid #4d5658;
  padding: 20px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  transition: background .2s;
}

.brand-logo img {
  display: block;
  width: 168px;
  height: 54px;
  object-fit: contain;
}

.site-header .brand-logo img {
  object-position: left center;
}

.footer-brand.brand-logo img {
  filter: brightness(0) invert(1);
  opacity: .94;
}

.window-type-visual {
  height: 330px;
  background: linear-gradient(145deg, #d7e4e7, #607b82);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}

.window-type-visual span {
  font: 700 .78rem "Manrope", sans-serif;
  letter-spacing: .18em;
}

.window-type-visual strong {
  align-self: flex-end;
  font: 800 clamp(4.8rem, 8vw, 7.5rem)/.8 "Manrope", sans-serif;
  letter-spacing: -.08em;
  opacity: .9;
}

.card-photo {
  height: auto;
  aspect-ratio: 1 / 1;
  place-items: stretch;
  overflow: hidden;
  background: #e9e5dc;
}

.card-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.concierge-visual {
  background: linear-gradient(145deg, #7d1235, #261b24);
}

.consultation-offer {
  margin-top: 28px;
  padding: 16px 18px;
  max-width: 610px;
  border-left: 3px solid var(--gold);
  background: rgba(23, 32, 36, .76);
  display: grid;
  gap: 5px;
}

.consultation-offer strong {
  color: #fff;
  font: 700 .96rem "Manrope", sans-serif;
}

.consultation-offer small {
  color: #cbd0d0;
  font-size: .76rem;
  line-height: 1.45;
}

.offer-fine-print {
  margin: 15px 0 0;
  color: #5f6768;
  font-size: .76rem;
  line-height: 1.5;
}

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

.standard-products {
  padding: clamp(76px, 9vw, 128px) clamp(22px, 6vw, 92px);
  background: #e7e3da;
}

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

.standard-group {
  background: var(--cream);
  border-top: 5px solid var(--ink);
  padding: clamp(24px, 3vw, 40px);
}

.standard-group-heading {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.standard-group-heading > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--gold);
  font: 800 .78rem "Manrope", sans-serif;
}

.standard-group-heading p {
  margin: 0 0 3px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.standard-group-heading h3 {
  margin: 0;
  font: 800 clamp(1.45rem, 2.2vw, 2rem)/1.15 "Manrope", sans-serif;
}

.standard-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.standard-list li {
  min-height: 98px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(155px, .8fr);
  gap: 18px;
  align-items: center;
}

.standard-list strong,
.standard-list span {
  display: block;
}

.standard-list strong {
  font: 700 1rem "Manrope", sans-serif;
}

.standard-list span {
  margin-top: 4px;
  color: var(--muted);
  font-size: .86rem;
}

.standard-list b {
  color: #72530a;
  font: 700 .9rem/1.45 "Manrope", sans-serif;
}

.standard-copy {
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.55;
  margin: 20px 0 0;
}

.standard-select {
  width: 100%;
  margin-top: 24px;
  padding: 15px 18px;
  border: 0;
  background: var(--ink);
  color: #fff;
  font: 700 .92rem "Manrope", sans-serif;
  cursor: pointer;
}

.standard-select:hover {
  background: #354246;
}

.standard-note {
  max-width: 980px;
  margin: 24px 0 0;
  color: #5c6466;
  font-size: .85rem;
}

.brand-item:nth-child(odd) {
  border-right: 1px solid #4d5658;
}

.brand-item:hover {
  background: #293437;
}

.brand-list .brand-item button {
  border: 0;
  padding: 0;
  min-width: 0;
}

.brand-list .brand-item button:hover {
  background: transparent;
}

.brand-list .brand-item button:hover > span {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.catalog-link {
  color: var(--gold);
  font: 700 .78rem "Manrope", sans-serif;
  text-decoration: none;
  white-space: nowrap;
}

.catalog-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.catalog-link span {
  font: inherit;
}

@media (max-width: 1000px) {
  .standard-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .catalog .door-grid {
    grid-template-columns: 1fr;
  }

  .brand-logo img {
    width: 138px;
    height: 44px;
  }

  .window-type-visual {
    height: 290px;
  }

  .brand-item:nth-child(odd) {
    border-right: 0;
  }

  .standard-products {
    padding: 72px 18px;
  }

  .standard-columns {
    grid-template-columns: 1fr;
  }

  .standard-list li {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}
