/* ─── CSS Variables ─────────────────────────────────── */
:root {
  --gold: #EF6A00;
  --gold-lt: #EF6A00;
  --bg: #170902;
  --dark: #170902;
  --text: #ffffff;
  --muted: #7a6f65;
  --border: rgba(200, 136, 42, 0.25);
}

/* ─── Base ──────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--bg);
  color: var(--text);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

/* ─── Typography ────────────────────────────────────── */
.font-display {
  font-family: 'Cormorant Garamond', serif;
}


/* ─── Navbar ────────────────────────────────────────── */
.site-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 46px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}

.nav-logo .logo-mark {
  /* Placeholder – replace with your SVG */
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .35em;
  color: #fff;
}

.nav-logo .logo-sub {
  font-size: .55rem;
  letter-spacing: .5em;
  color: var(--muted);
  margin-top: .15rem;
  text-transform: uppercase;
}

.felix-btn {
  position: absolute;
  top: 35px;
  right: 67px;
  display: flex;
  align-items: center;
  gap: 21px;
  border-radius: 8px;
  border: 1px solid #EF6A00;
  background-color: var(--bg);
  padding: 14px 20px;
  text-decoration: none;
}


.felix-btn .felix-sub {
  display: block;
  font-size: .5rem;
  letter-spacing: .2em;
  color: var(--muted);
  line-height: 1.2;
}

.felix-btn:hover .felix-sub {
  color: #000;
}

/* ─── Hero ──────────────────────────────────────────── */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100vh;
  height: 100svh;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.hero-bg.hero-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-pagination {
  z-index: 3;
}

.hero-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.hero-pagination .swiper-pagination-bullet-active {
  background: var(--gold);
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(0deg, #170902 0%, rgba(23, 9, 2, 0.50) 41.16%, rgba(23, 9, 2, 0.00) 87.37%);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 1rem;
  margin-top: 355px;
  margin-bottom: 101px;
}

.hero-headline {
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 40px #000;
  font-family: Mirador;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 83px;
  /* 83% */
  letter-spacing: -6px;

  margin-bottom: 119px;
}

.hero-sub {
  max-width: 480px;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  font-family: "Barlow Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

/* ─── Contact strip ─────────────────────────────────── */
.contact-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0 auto;
}

.contact-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 30px;
  text-decoration: none;
  color: var(--text);
  border: 1px solid #313131;
  border-radius: 8px;
  transition: all .2s;
}

.contact-cell:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.contact-cell:hover .contact-icon path {
  fill: var(--gold);
}

.contact-icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  color: var(--gold);
}

.contact-icon path {
  transition: fill .2s;
}

.contact-label {
  font-family: "Barlow Condensed";
  font-size: 16.009px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.contact-value {
  font-family: "Barlow Condensed";
  font-size: 16.009px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.contact-note {
  font-family: "Monument Grotesk";
  font-size: 13.007px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.009px;
  /* 123.077% */
}

/* ─── Info footer ───────────────────────────────────── */
.info-footer {
  border-top: 1px solid var(--border);
  margin-top: 6rem;
  padding: 4rem 0 5rem;
}

.info-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.info-entry {
  font-family: sans-serif;

  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.info-entry strong {
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 123.077% */
}

.social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #313131;
  color: var(--text);
  font-family: "Barlow Condensed";
  font-size: 16.009px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 15px 30px;
  text-decoration: none;
  margin-bottom: 16px;
  transition: border-color .2s, color .2s;
}

.social-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.social-btn svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

/* ─── Divider line ──────────────────────────────────── */
.gold-line {
  width: 3rem;
  height: 1px;
  background: var(--gold);
  margin: 0 auto 2rem;
  opacity: .6;
}

/* ─── Fade-in animation ─────────────────────────────── */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-up {
  animation: fadeUp .9s ease both;
}

.delay-1 {
  animation-delay: .15s;
}

.delay-2 {
  animation-delay: .3s;
}

.delay-3 {
  animation-delay: .45s;
}

.delay-4 {
  animation-delay: .6s;
}

/* ─── Responsive tweaks ─────────────────────────────── */
@media (max-width: 767px) {

  .hero-headline {
    font-size: 72px;
  }

  .contact-strip {
    grid-template-columns: 1fr;
  }
}