/* bridal.css — Bridal page hero (uses services.css for the catalog layout). */

.br-page-hero {
  position: relative;
  padding: 88px 24px 26px;
  text-align: center;
  overflow: hidden;
  color: #0d0d0d;
  background: linear-gradient(180deg, #fff4f0 0%, #faf6ef 100%);
  border-bottom: 1px solid rgba(200,150,10,0.18);
}
.br-page-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 18% 30%, rgba(220,140,120,0.18) 0%, transparent 45%),
    radial-gradient(circle at 82% 70%, rgba(232,184,75,0.12) 0%, transparent 50%);
}
.br-page-hero-inner {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
}

.br-page-crumb {
  font-family: 'Poppins', sans-serif;
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: rgba(13,13,13,0.6);
}
.br-page-crumb a { color: #0d0d0d; text-decoration: none; }
.br-page-crumb a:hover { color: #c8960a; }
.br-page-crumb-sep { margin: 0 7px; opacity: 0.4; }
.br-page-crumb-current { color: #c8960a; }

.br-page-eyebrow {
  display: inline-block;
  padding: 4px 14px;
  background: rgba(220,140,120,0.10);
  color: #b8585f;
  font-family: 'Poppins', sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-radius: 100px;
  margin-bottom: 10px;
}
.br-page-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 3.4vw, 2.1rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 8px;
  color: #0d0d0d;
}
.br-page-title-gold {
  background: linear-gradient(135deg, #c8860a 0%, #e8b84b 50%, #c8860a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.br-page-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  line-height: 1.55;
  color: rgba(13,13,13,0.7);
  margin: 0 auto;
  max-width: 520px;
}

@media (max-width: 640px) {
  .br-page-hero { padding: 110px 18px 22px; }
  .br-page-crumb { margin-bottom: 6px; }
  .br-page-title { font-size: clamp(1.35rem, 5vw, 1.65rem); margin-bottom: 6px; }
  .br-page-sub   { font-size: 0.8rem; }
  .br-page-eyebrow { font-size: 0.58rem; padding: 3px 11px; margin-bottom: 8px; }
}
