/* Paris T’aime V2 — pt-univers-hero
   Hero univers : un micro-monde vivant, pas un portrait.
*/

.pt-univers-hero {
  position: relative;
  min-height: clamp(620px, 92vh, 920px);
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: clamp(24px, 4vw, 58px);
  align-items: end;
  padding: clamp(96px, 11vw, 150px) clamp(28px, 7vw, 116px) clamp(48px, 7vw, 96px);
  background:
    radial-gradient(circle at 18% 18%, rgba(102, 25, 25, .20), transparent 30rem),
    linear-gradient(135deg, #05070c 0%, #080d16 48%, #05070c 100%);
}

.pt-univers-hero__media,
.pt-univers-hero__shade {
  position: absolute;
  inset: 0;
}

.pt-univers-hero__media {
  z-index: -3;
}

.pt-univers-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.86) contrast(1.04) brightness(.66);
}

.pt-univers-hero__shade {
  z-index: -2;
  background:
    radial-gradient(circle at 74% 42%, rgba(102, 25, 25, .18), transparent 28rem),
    linear-gradient(90deg, rgba(3, 4, 6, .96) 0%, rgba(3, 4, 6, .78) 44%, rgba(3, 4, 6, .58) 100%),
    linear-gradient(180deg, rgba(3, 4, 6, .18) 0%, rgba(3, 4, 6, .88) 100%);
}

.pt-univers-hero__content {
  width: min(920px, 100%);
  min-width: 0;
}

.pt-univers-hero__back {
  display: inline-flex;
  margin: 0 0 28px;
  color: rgba(244, 238, 225, .68);
  font-family: var(--pt-sans, Inter, system-ui, sans-serif);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.pt-univers-hero__eyebrow {
  margin: 0 0 14px;
  color: #7a2020;
  font-family: var(--pt-sans, Inter, system-ui, sans-serif);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.pt-univers-hero h1 {
  max-width: 920px;
  margin: 0;
  color: #f4eee1;
  font-family: var(--pt-serif, Georgia, serif);
  font-size: clamp(4rem, 9vw, 10rem);
  font-weight: 850;
  letter-spacing: -.075em;
  line-height: .82;
  text-wrap: balance;
}

.pt-univers-hero__subtitle {
  max-width: 720px;
  margin: 20px 0 0;
  color: #f4eee1;
  font-family: var(--pt-sans, Inter, system-ui, sans-serif);
  font-size: clamp(1.05rem, 1.6vw, 1.45rem);
  font-weight: 850;
  line-height: 1.35;
}

.pt-univers-hero__quote {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(244, 238, 225, .92);
  font-family: var(--pt-serif, Georgia, serif);
  font-size: clamp(1.55rem, 2.8vw, 3.1rem);
  font-style: italic;
  letter-spacing: -.04em;
  line-height: 1.02;
}

.pt-univers-hero__lead {
  max-width: 780px;
  margin: 18px 0 0;
  color: rgba(244, 238, 225, .72);
  font-family: var(--pt-sans, Inter, system-ui, sans-serif);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.72;
}

.pt-univers-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.pt-univers-hero__actions a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(244, 238, 225, .14);
  border-radius: 3px;
  background: #661919;
  color: #fff8ec;
  font-family: var(--pt-sans, Inter, system-ui, sans-serif);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pt-univers-hero__actions a + a {
  background: rgba(8, 13, 22, .82);
}

.pt-univers-hero__card {
  align-self: end;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(242, 235, 221, .13);
  border-radius: 3px;
  background:
    radial-gradient(circle at 18% 0%, rgba(102, 25, 25, .18), transparent 18rem),
    linear-gradient(145deg, rgba(8, 13, 22, .94), rgba(3, 4, 6, .98));
  box-shadow: 0 30px 90px rgba(0, 0, 0, .38);
}

.pt-univers-hero__card p {
  margin: 0 0 16px;
  color: #7a2020;
  font-family: var(--pt-sans, Inter, system-ui, sans-serif);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.pt-univers-hero__card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pt-univers-hero__card li {
  display: grid;
  gap: 5px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(242, 235, 221, .09);
}

.pt-univers-hero__card li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.pt-univers-hero__card strong {
  color: #f4eee1;
  font-family: var(--pt-sans, Inter, system-ui, sans-serif);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.pt-univers-hero__card span {
  color: rgba(244, 238, 225, .62);
  font-family: var(--pt-sans, Inter, system-ui, sans-serif);
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .pt-univers-hero {
    grid-template-columns: 1fr;
    align-items: end;
  }

  .pt-univers-hero__card {
    width: min(520px, 100%);
  }
}

@media (max-width: 680px) {
  .pt-univers-hero {
    min-height: 680px;
    padding: 86px 20px 42px;
  }

  .pt-univers-hero h1 {
    font-size: clamp(3.2rem, 16vw, 5.4rem);
  }
}
