@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400&family=Inter:wght@400;500;600&display=swap');

/* Full-width hero section */
.bri-hero-row {
  position: relative;
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 680px;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
}

/* Remove WPBakery/theme width limits inside this hero */
.bri-hero-row.vc_row,
.bri-hero-row .vc_row,
.bri-hero-row .vc_column_container,
.bri-hero-row .vc_column-inner,
.bri-hero-row .wpb_wrapper {
  max-width: none !important;
}

/* Hero vertical spacing */
.bri-hero-row .vc_column-inner {
  width: 100% !important;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

/* Main overlay card */
.bri-hero-card {
  box-sizing: border-box;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  width: min(640px, 42vw);
  max-width: 100%;
  padding: 2.4rem 2.1rem;
  color: #EDE6D6;
  background: linear-gradient(
    90deg,
    rgba(16, 21, 26, .94) 0%,
    rgba(16, 21, 26, .84) 70%,
    rgba(16, 21, 26, .58) 100%
  );
  border-radius: 4px;
}

/* Top series lockup */
.bri-series-lockup {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin-bottom: 1.5rem;
}

.bri-series-mark {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: 1rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #C9A14A;
  color: #C9A14A;
  border-radius: 50%;
  flex: 0 0 40px;
}

.bri-series-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.05rem;
  color: #EDE6D6;
  line-height: 1.25;
}

/* Small uppercase gold line */
.bri-kicker {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: .76rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #C9A14A;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 1.05rem;
}

/* Main headline */
.bri-headline,
.bri-hero-card h2.bri-headline {
  font-family: 'Fraunces', Georgia, serif !important;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.02em;
  font-size: clamp(2.8rem, 3.3vw, 4rem);
  color: #EDE6D6 !important;
  opacity: 1 !important;
  visibility: visible !important;
  margin: 0 0 1.2rem;
  white-space: nowrap;
  overflow-wrap: normal;
}

/* Gold italic tagline */
.bri-tagline {
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  color: #D8B968;
  line-height: 1.38;
  max-width: 40ch;
  margin: 0 0 1.45rem;
}

/* Body copy */
.bri-copy {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: #EDE6D6;
  max-width: 60ch;
  font-size: 1.02rem;
  line-height: 1.52;
  margin: 0 0 1.15rem;
}

.bri-copy em {
  font-style: italic;
  color: #FFFFFF;
}

/* Button */
.bri-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-weight: 600;
  font-size: .98rem;
  line-height: 1.35;
  letter-spacing: .01em;
  padding: .9rem 1.6rem;
  border-radius: 2px;
  background: #C9A14A;
  color: #23190A !important;
  text-decoration: none !important;
  box-shadow: 0 6px 22px rgba(201, 161, 74, .22);
  max-width: 100%;
  white-space: normal;
  text-align: center;
}

.bri-button:hover,
.bri-button:focus {
  color: #23190A !important;
  background: #D8B968;
  text-decoration: none !important;
}

/* Laptop / smaller desktop */
@media (max-width: 1400px) {
  .bri-hero-row {
    min-height: 620px;
  }

  .bri-hero-row .vc_column-inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .bri-hero-card {
    width: min(560px, 44vw);
    padding: 2rem 1.7rem;
  }

  .bri-headline,
  .bri-hero-card h2.bri-headline {
    font-size: clamp(2.4rem, 3.1vw, 3.4rem);
    white-space: normal;
  }

  .bri-tagline {
    font-size: 1.35rem;
  }

  .bri-copy {
    font-size: .98rem;
    line-height: 1.48;
  }
}

/* Tablet */
@media (max-width: 900px) {
  .bri-hero-row {
    min-height: auto;
    background-position: center center !important;
  }

  .bri-hero-card {
    width: min(600px, 92vw);
    padding: 2rem 1.6rem;
  }

  .bri-headline,
  .bri-hero-card h2.bri-headline {
    font-size: 2.6rem;
    white-space: normal;
  }

  .bri-tagline {
    font-size: 1.35rem;
  }

  .bri-copy {
    font-size: 1rem;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .bri-hero-row .vc_column-inner {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .bri-hero-card {
    width: 100%;
    padding: 1.5rem 1.25rem;
    background: rgba(16, 21, 26, .88);
  }

  .bri-series-lockup {
    align-items: flex-start;
  }

  .bri-series-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    font-size: .98rem;
  }

  .bri-series-title {
    font-size: .98rem;
  }

  .bri-kicker {
    font-size: .68rem;
    letter-spacing: .18em;
  }

  .bri-headline,
  .bri-hero-card h2.bri-headline {
    font-size: 2.1rem;
    white-space: normal;
  }

  .bri-tagline {
    font-size: 1.15rem;
    max-width: 100%;
  }

  .bri-copy {
    font-size: .96rem;
    max-width: 100%;
  }

  .bri-button {
    width: 100%;
  }
}