:root {
  --green: #292725;
  --green-2: #1d1b1a;
  --maroon: #bd292e;
  --mustard: #e6ad80;
  --ivory: #f7f3ee;
  --paper: #fffdfb;
  --ink: #292725;
  --muted: #706a66;
  --line: #ddd5cf;
}

.hero-visual img { width: 100%; }
.services { grid-template-columns: 34% minmax(0, 1fr); }
.announcement,
.header-cta,
.filters button.active,
.services,
footer { background-color: #292725; }
.product-card.forest { background: #ead8ca; }
.product-card.mustard { background: #f0c9aa; }
.product-card.maroon { background: #efd3d3; }
.product-card.cream { background: #eee9e4; }
.custom-banner { background: #bd292e; }
.craft-tag { background: #e6ad80; }
.chip { background: #292725; }
.book.upright { background: #292725; border-left-color: #171615; }
.text-btn,
.card-link,
.text-link { color: #bd292e; }
.service-intro .btn.ivory { color: #292725; }
.kurnool-badge {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 11px;
  background: #e6ad80;
  color: #292725;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.contact-details {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}
.contact-details a {
  display: grid;
  grid-template-columns: 75px minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
  padding-bottom: 12px;
  border-bottom: 1px solid #d7cec7;
}
.contact-details span {
  color: #bd292e;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.contact-details strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 13px;
}
.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.contact-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-icon .icon-fill {
  fill: currentColor;
  stroke: none;
}
.form-hp {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}
.form-note.error { color: #bd292e; }
.inquiry-form button:disabled { cursor: wait; opacity: .65; }
.contact-details strong,
.icon-link {
  display: flex;
  align-items: center;
  gap: 9px;
}
.footer-address {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.18);
  line-height: 1.6;
  align-items: flex-start;
}
.cover-feature {
  overflow: hidden;
  margin: -28px -28px 20px;
  min-height: 255px;
}
.cover-feature img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  object-position: center 22%;
}
.own-brand {
  background: #f7f3ee;
  border-top: 1px solid #ddd5cf;
}
.own-brand-head {
  align-items: center;
}
.own-brand-badge {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 11px;
  background: #292725;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.collection-copy {
  max-width: 440px;
}
.collection-copy > p {
  color: var(--muted);
  line-height: 1.7;
}
.size-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.size-pills span {
  border: 1px solid #cfc3bb;
  border-radius: 30px;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 700;
}
.cover-gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 17px;
}
.cover-card {
  min-width: 0;
}
.cover-frame {
  aspect-ratio: 520 / 740;
  overflow: hidden;
  background: #e6ad80;
  box-shadow: 0 12px 28px rgba(41, 39, 37, .13);
  transition: transform .25s ease, box-shadow .25s ease;
}
.cover-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.cover-card:hover .cover-frame {
  transform: translateY(-8px) rotate(-1deg);
  box-shadow: 0 20px 38px rgba(41, 39, 37, .22);
}
.cover-card span {
  display: block;
  margin-top: 16px;
  color: #bd292e;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.cover-card h3 {
  margin: 5px 0 0;
  font-family: "Playfair Display";
  font-size: 18px;
}
.collection-footer {
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px solid #d8cec7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.collection-footer p {
  color: var(--muted);
  max-width: 580px;
}
.brand-emblem,
.brand-wordmark {
  display: block;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.brand-emblem {
  width: 55px;
  height: 55px;
}
.brand-wordmark {
  width: 170px;
  height: 42px;
}
.footer-brand {
  gap: 12px;
  background: #fff;
  padding: 8px 12px;
  border-radius: 3px;
  width: fit-content;
}
.footer-brand .brand-emblem {
  width: 64px;
  height: 64px;
  mix-blend-mode: normal;
}
.footer-brand .brand-wordmark {
  width: 190px;
  height: 52px;
  mix-blend-mode: normal;
}
.footer-combined-logo {
  display: block;
  width: 245px;
  height: 90px;
  object-fit: contain;
}

@media (max-width: 900px) {
  .services { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, calc((100% - 18px) / 2)); }
  .product-card { min-width: 0; }
  .brand { gap: 7px; }
  .brand-emblem { width: 46px; height: 46px; }
  .brand-wordmark { width: 135px; height: 34px; }
  .cover-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 32px; }
}

@media (max-width: 600px) {
  .product-grid { grid-template-columns: 100%; }
  .own-brand-head { display: block; }
  .cover-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .collection-footer { align-items: flex-start; flex-direction: column; }
  .collection-footer .btn { width: 100%; }
}
