/* Vinyl Prints page only. Uses the shared Chauhans palette and typography. */
.prints-page .site-header {
  background: rgba(27, 21, 20, .98);
  border-bottom-color: var(--line);
}

.prints-hero {
  position: relative;
  height: 340px;
  max-height: 400px;
  display: grid;
  grid-template-columns: minmax(0, 57%) minmax(0, 43%);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #201714;
}

.prints-hero-image {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: cover;
  object-position: 50% 48%;
  filter: saturate(.78) contrast(1.03);
}

.prints-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg,
    transparent 0%,
    transparent 49%,
    rgba(32, 23, 20, .2) 57%,
    rgba(32, 23, 20, .82) 68%,
    #201714 78%,
    #201714 100%);
}

.prints-hero::after {
  content: '';
  position: absolute;
  right: clamp(26px, 4vw, 70px);
  bottom: 38px;
  z-index: 2;
  width: 64px;
  height: 1px;
  background: var(--pink);
  box-shadow: 18px 0 0 rgba(239, 163, 181, .28);
}

.prints-hero-inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
}

.prints-hero h1 {
  width: 43%;
  max-width: 760px;
  margin: 0 0 0 auto;
  padding: 0 clamp(34px, 4.2vw, 80px) 0 clamp(34px, 3.2vw, 62px);
  color: #fff6ef;
  font-size: clamp(2.7rem, 3.35vw, 3.75rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.035em;
}

.prints-hero h1 em {
  display: block;
  margin-top: .14em;
  color: var(--pink);
  font-size: .92em;
  font-weight: 400;
  line-height: 1.02;
}

.prints-intro {
  padding-top: 84px;
  padding-bottom: 84px;
}

.prints-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(44px, 8vw, 110px);
  align-items: start;
}

.prints-intro h2 {
  max-width: 520px;
  margin-bottom: 0;
}

.prints-intro-copy {
  max-width: 620px;
}

.prints-intro-copy p:first-child {
  color: #eaded6;
  font-size: 1.08rem;
}

.prints-options-section {
  padding: 82px 0 92px;
  background: #211916;
  border-block: 1px solid var(--line);
}

.prints-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 42px;
  align-items: end;
  margin-bottom: 38px;
}

.prints-section-heading h2,
.prints-section-heading p {
  margin-bottom: 0;
}

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

.prints-option-card {
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #30231e, #211a18);
}

.prints-option-card > span {
  display: block;
  margin-bottom: 28px;
  color: var(--copper);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .16em;
}

.prints-option-card h3 {
  margin-bottom: 12px;
  color: var(--text);
  font-size: 1.45rem;
}

.prints-option-card p {
  margin: 0;
  font-size: .92rem;
  line-height: 1.65;
}

.prints-quote {
  padding-top: 78px;
  padding-bottom: 88px;
}

.prints-quote-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 44px;
  align-items: center;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #2c211e, #211916);
}

.prints-quote-panel h2 {
  max-width: 760px;
}

.prints-quote-panel p:last-child {
  max-width: 780px;
  margin-bottom: 0;
}

.prints-quote-panel .button {
  white-space: nowrap;
}

@media (max-width: 900px) {
  .prints-hero {
    height: 320px;
    grid-template-columns: 52% 48%;
  }

  .prints-hero::before {
    background: linear-gradient(90deg,
      transparent 0%,
      transparent 38%,
      rgba(32, 23, 20, .5) 50%,
      #201714 66%,
      #201714 100%);
  }

  .prints-hero h1 {
    width: 48%;
    padding: 0 28px 0 30px;
    font-size: clamp(2.2rem, 5.4vw, 3.25rem);
  }

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

  .prints-quote-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 720px) {
  .prints-intro {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .prints-intro-grid,
  .prints-section-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .prints-options-section {
    padding: 66px 0 72px;
  }
}

@media (max-width: 620px) {
  .prints-hero {
    height: 300px;
    grid-template-columns: 1fr;
  }

  .prints-hero-image {
    position: absolute;
    inset: 0;
    object-position: 50% 48%;
  }

  .prints-hero::before {
    background:
      linear-gradient(180deg, rgba(25, 17, 14, .12) 0%, rgba(25, 17, 14, .48) 48%, #201714 100%),
      linear-gradient(90deg, rgba(25, 17, 14, .18), rgba(25, 17, 14, .05));
  }

  .prints-hero::after {
    left: 24px;
    right: auto;
    bottom: 22px;
    width: 46px;
  }

  .prints-hero-inner {
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 24px 48px;
  }

  .prints-hero h1 {
    width: 100%;
    max-width: 390px;
    margin: 0;
    padding: 0;
    font-size: clamp(2.3rem, 10.5vw, 3.2rem);
    text-shadow: 0 2px 18px rgba(0, 0, 0, .35);
  }

  .prints-hero h1 em {
    color: #ffc0cf;
  }

  .prints-options-grid {
    grid-template-columns: 1fr;
  }

  .prints-option-card {
    min-height: 0;
  }

  .prints-quote {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
