﻿/* ========================================
   DHDS V2 — New Premium Rooftop Section
   ======================================== */

.premium-rooftop-new {
  position: relative;
  width: 100%;
  min-height: 600px; /* Between 550px and 650px */
  display: flex;
  align-items: center;
  background-image: url('../../ASSETS/IMAGES/rooftop.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  overflow: hidden;
}

.premium-rooftop-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 11, 12, 0.60); /* Around 60% overlay */
  z-index: 1;
}

.premium-rooftop-new .wrap {
  position: relative;
  z-index: 2;
  width: 100%;
}

.premium-rooftop-content {
  max-width: 800px;
  text-align: left; /* Content aligned to the left */
}

.premium-rooftop-eyebrow {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--gold);
  letter-spacing: 0.16em;
  margin-bottom: 24px;
}

.premium-rooftop-title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.1;
  color: var(--paper);
  margin-bottom: 24px;
}

.premium-rooftop-lead {
  font-family: var(--sans);
  font-size: 20px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 650px;
}

/* Subtle fade into the next section at the bottom */
.premium-rooftop-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, rgba(10, 11, 12, 0) 0%, var(--obsidian) 100%);
  z-index: 2;
  pointer-events: none;
}
