/* ═══════════════════════════════════════
   GUEST SAFETY PAGE – BESPOKE STYLES
   Uses the existing Bateleur fonts, colours,
   buttons, header, footer and motion system.
═══════════════════════════════════════ */

.safety-page {
  --bg: #000000;
  --bg2: #000000;
  --card: #000000;
  --surface: #000000;
  --ink: #F2F2F0;
  --text: #E5E4E2;
  --label: #D6D4CF;
  --muted: #8E9399;
  --accent: #C9B49A;
  background: #000;
  color: var(--text);
}

.safety-page main {
  overflow: hidden;
  background: #000;
}

.safety-page footer {
  margin-top: 0;
}

.safety-page .nav__link[aria-current="page"] {
  color: var(--accent);
}

.safety-heading {
  margin: 0 0 1.1rem;
  color: #f7f1e6;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.4vw, 3.6rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.02;
  text-transform: uppercase;
}

.safety-heading--center {
  text-align: center;
}

.safety-page p,
.safety-page li {
  font-size: clamp(0.94rem, 1.12vw, 1.06rem);
  line-height: 1.72;
}

/* ── HERO ── */
.safety-hero {
  position: relative;
  width: 100%;
  height: 95vh;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000;
}

.safety-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.safety-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.08) 0%, rgba(0,0,0,.20) 50%, rgba(0,0,0,.68) 100%);
}

.safety-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 22px clamp(2rem, 6vh, 4rem);
  text-align: center;
}

.safety-hero__title {
  margin: 0;
  color: #fff;
  font-family: var(--font-serif);
  font-size: clamp(2.8rem, 8vw, 5.5rem);
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 2px 20px rgba(0,0,0,.45);
}

/* ── PRIORITY STORY ── */
.safety-priority {
  position: relative;
  min-height: clamp(620px, 56vw, 760px);
  display: flex;
  align-items: center;
  isolation: isolate;
  background: #000;
}

.safety-priority__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url('../../images/Safety/Rocket Page 02.webp');
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: contain;
  background-color: #000;
}

.safety-priority__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #000 0%, #000 34%, rgba(0,0,0,.95) 50%, rgba(0,0,0,.52) 70%, rgba(0,0,0,.16) 100%),
    linear-gradient(to bottom, rgba(0,0,0,.18), rgba(0,0,0,.24));
}

.safety-priority__content {
   width: min(36%, 560px);
  margin-left: max(22px, calc((80vw - var(--container)) / 2 + 22px));
  padding: clamp(3.6rem, 7vw, 6.2rem) 0;
}

.safety-priority__content p {
  max-width: 58ch;
  margin: 0 0 1.35rem;
  color: rgba(255,255,255,.84);
}

.safety-priority__content p:last-child {
  margin-bottom: 0;
}

/* ── COMMITMENT ── */
.safety-commitment {
  background: #000;
  padding: clamp(3.5rem, 6vw, 6rem) 22px;
}

.safety-commitment__inner {
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
}

.safety-commitment__inner p {
  max-width: 92ch;
  margin: 0 auto;
  color: rgba(255,255,255,.82);
}

/* ── FULL-WIDTH HELICOPTER IMAGE ── */
.safety-wide-image {
  width: 100%;
  min-height: 440px;
  margin: 0;
  overflow: hidden;
  background: #000;
}

.safety-wide-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

/* ── ROCKET PARTNERSHIP ── */
.safety-partnership {
  background: #000;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.safety-partnership__inner {
  width: min(1400px, 100%);
  margin: 0 auto;
  padding: 0 clamp(22px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
  justify-items: center;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
}

.safety-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #090909;
  border: 1px solid rgba(201,180,154,.15);
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
}

.safety-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.safety-partnership__copy p {
  max-width: 60ch;
  margin: 0 0 1.15rem;
  color: rgba(255,255,255,.82);
}

.safety-list {
  max-width: 62ch;
  margin: 0 0 1.35rem;
  padding: 0;
  list-style: none;
}

.safety-list li {
  position: relative;
  margin: 0 0 .35rem;
  color: rgba(255,255,255,.88);
}

.safety-partnership__copy {
  width: 100%;
  text-align: left;
}

.safety-list--round li {
  padding-left: 1.15rem;
}

.safety-list--round li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: .28rem;
  height: .28rem;
  border-radius: 50%;
  background: #fff;
}

/* ── RESPONSIBILITIES ── */
.safety-responsibilities {
  min-height: clamp(650px, 72vw, 960px);
  display: flex;
  align-items: center;
  padding: clamp(3.5rem, 8vw, 7rem) max(22px, calc((80vw - var(--container)) / 2 + 22px));
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.42) 0%, rgba(0,0,0,.10) 58%, rgba(0,0,0,.02) 100%),
    url('../../images/Safety/Rocket Page 06.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.safety-responsibilities__panel {
  width: min(520px, 46vw);
  padding: clamp(1.8rem, 3.5vw, 3rem);
  background: rgba(0,0,0,.62);
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(2px);
}

.safety-list-intro {
  margin: 0 0 .4rem;
  color: rgba(255,255,255,.9);
}

.safety-responsibilities .safety-list {
  margin-bottom: 0;
}

/* ── BEFORE ARRIVAL ── */
.safety-arrival {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  min-height: 650px;
  background: #000;
}

.safety-arrival__image {
  min-height: 650px;
  overflow: hidden;
}

.safety-arrival__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.safety-arrival__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3.5rem, 7vw, 7rem) clamp(2rem, 6vw, 6rem);
}

.safety-list--checks li {
  min-height: 1.45rem;
  padding-left: 2rem;
  margin-bottom: .55rem;
}

.safety-list--checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .12rem;
  width: 1.35rem;
  height: 1.35rem;
  background-image: url('../../images/Safety/Check.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* ── CTA ── */
.safety-cta {
  background: #000;
  padding: clamp(5rem, 10vw, 9rem) 22px;
  text-align: center;
}

.safety-cta__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.safety-cta__inner p {
  max-width: 90ch;
  margin: 0 auto;
  color: rgba(255,255,255,.82);
}

.safety-cta__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

/* ── RESPONSIVE ── */
@media (max-width: 980px) {
  .safety-priority {
    min-height: clamp(560px, 74vw, 680px);
  }

  .safety-priority__shade {
    background: linear-gradient(90deg, rgba(0,0,0,.99) 0%, rgba(0,0,0,.92) 52%, rgba(0,0,0,.28) 100%);
  }

  .safety-priority__content {
    width: min(60%, 640px);
  }

  .safety-priority__media {
    background-position: 76% center;
  }

  .safety-partnership__inner,
  .safety-arrival {
    grid-template-columns: 1fr;
  }

  .safety-partnership__copy {
    max-width: 760px;
  }

  .safety-arrival__image,
  .safety-arrival__copy {
    min-height: auto;
  }

  .safety-arrival__image img {
    height: clamp(400px, 68vw, 650px);
  }
}

@media (max-width: 700px) {
  .safety-hero {
    height: 82vh;
    min-height: 500px;
  }

  .safety-hero__title {
    letter-spacing: .1em;
  }

  .safety-priority {
    display: grid;
    grid-template-rows: auto minmax(280px, 58vw);
    min-height: 0;
  }

  .safety-priority__media {
    position: relative;
    inset: auto;
    grid-row: 2;
    min-height: 280px;
    background-position: center;
    background-size: contain;
  }

  .safety-priority__shade {
    display: none;
  }

  .safety-priority__content {
    grid-row: 1;
    width: auto;
    margin: 0;
    padding: 3.6rem 22px 2.8rem;
    background: #000;
  }

  .safety-wide-image {
    min-height: 0;
  }

  .safety-wide-image img {
    height: auto;
  }

  .safety-partnership__inner {
    padding: 0 22px;
    gap: 3rem;
  }

  .safety-responsibilities {
    min-height: 720px;
    align-items: flex-end;
    padding: 3rem 22px;
    background-position: 58% center;
  }

  .safety-responsibilities__panel {
    width: 100%;
    max-width: 560px;
  }

  .safety-arrival__copy {
    padding: 3.5rem 22px 4.5rem;
  }

  .safety-arrival__image img {
    height: clamp(340px, 88vw, 520px);
  }

  .safety-heading--center br {
    display: none;
  }
}

@media (max-width: 480px) {
  .safety-page p,
  .safety-page li {
    line-height: 1.62;
  }

  .safety-hero__content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .safety-priority__content,
  .safety-partnership__inner,
  .safety-arrival__copy,
  .safety-commitment,
  .safety-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .safety-responsibilities {
    padding-left: 16px;
    padding-right: 16px;
  }

  .safety-responsibilities__panel {
    padding: 1.5rem;
  }

  .safety-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .safety-cta__actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .safety-page *,
  .safety-page *::before,
  .safety-page *::after {
    scroll-behavior: auto !important;
  }
}
