:root {
  --gold: #d7b98c;
  --gold-dark: #c8a36a;
  --cream: #f8f5ef;
  --charcoal: #0d0a07;
  --brown: #2a1d14;
  --card: #17110d;
  --border: rgba(255,255,255,.1);
  --text: #fff;
  --muted: rgba(255,255,255,.65);
}

.home-feature-panel {
  position: relative;
  min-height: 78vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  overflow: visible;
  margin-bottom: 60px;
}

.home-feature-panel::after {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: -30px;
  border-bottom: 1px solid var(--gold-dark);
  opacity: .45;
}

body {
  background: var(--charcoal);
  color: var(--text);
}

a {
  transition: .2s ease;
}

.poh-kicker {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 13px;
  font-weight: 700;
}

.btn-gold,
.poh-btn-gold {
  background: var(--gold);
  color: #1b120b;
  font-weight: 700;
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  text-decoration: none;
}

.btn-gold:hover,
.poh-btn-gold:hover {
  background: var(--gold-dark);
  color: #1b120b;
}

/* Header */

.poh-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 76px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 34px;
  background: linear-gradient(to bottom, rgba(0,0,0,.75), transparent);
}
 


.poh-logo,
.poh-center-nav a {
  color: #fff;
  text-decoration: none;
}

.poh-logo {
  font-weight: 700;
}

.poh-center-nav {
  display: flex;
  gap: 26px;
}

.poh-center-nav a.active,
.poh-center-nav a:hover {
  color: var(--gold);
}

.poh-menu-btn,
.poh-menu-close {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.poh-menu {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(12,9,6,.97);
  display: none;
  align-items: center;
  justify-content: center;
}

.poh-menu.active {
  display: flex;
}

.poh-menu-close {
  position: absolute;
  top: 26px;
  right: 34px;
  background: transparent;
  font-size: 30px;
}

.poh-menu-links {
  display: flex;
  flex-direction: column;
  gap: 22px;
  text-align: center;
}

.poh-menu-links a {
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(34px, 6vw, 76px);
  text-decoration: none;
}

.poh-menu-links a:hover {
  color: var(--gold);
}

/* Homes */

.homes-hero {
  padding: 140px 0 70px;
  background: linear-gradient(135deg, var(--charcoal), var(--brown));
}

.homes-hero h1 {
  font-family: Georgia, serif;
  font-size: clamp(42px, 7vw, 82px);
}

.home-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 22px;
  overflow: hidden;
  height: 100%;
  transition: .25s ease;
}

.home-card:hover {
  transform: translateY(-4px);
  border-color: rgba(215,185,140,.35);
}

.home-card-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.home-card-body {
  padding: 24px;
}

.tag-pill {
  display: inline-block;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  margin: 3px;
  color: var(--gold);
  cursor: pointer;
}

/* Gallery */

.carousel-home-img {
  width: 100%;
  height: min(72vh, 720px);
  object-fit: contain;
  background: #050505;
  border-radius: 14px;
}

.gallery-home-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 15px;
}

/* Home Detail */

.home-detail-hero {
  min-height: 90vh;
  display: flex;
  align-items: flex-end;
  padding: 140px 0 80px;
}

.home-detail-hero h1 {
  font-family: Georgia, serif;
  font-size: clamp(46px, 8vw, 96px);
  line-height: .95;
}

.detail-section {
  padding: 80px 0;
}

.feature-card,
.builder-card,
.home-nav-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
}

.feature-card {
  padding: 18px;
  height: 100%;
}

.builder-card {
  padding: 28px;
}

.builder-logo {
  max-width: 180px;
  max-height: 100px;
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  object-fit: contain;
}

.home-nav-card {
  padding: 24px;
  color: #fff;
  text-decoration: none;
  display: block;
  height: 100%;
}

.home-nav-card:hover {
  color: #fff;
  background: rgba(255,255,255,.1);
}

/* Sponsors / Footer */

.poh-sponsors {
  padding: 80px 0;
  background: #0b0806;
}

.poh-sponsors h2 {
  font-family: Georgia, serif;
  font-size: clamp(36px, 5vw, 60px);
}

.poh-sponsor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.poh-sponsor-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  padding: 22px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: .25s ease;
}

.poh-sponsor-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,.1);
  color: #fff;
}

.poh-sponsor-card img {
  width: 100%;
  max-height: 90px;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 14px;
}

/* Landing */

.poh-route-card {
  background: #15100c;
  color: #fff;
  padding: 42px 32px;
  min-height: 220px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.08);
  display: block;
}

.poh-route-card:hover {
  color: #fff;
  border-color: rgba(215,185,140,.35);
}

.poh-route-card h3 {
  font-family: Georgia, serif;
  font-size: 32px;
}

.poh-featured-home {
  min-height: 90vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: end;
  padding: 80px 8vw;
}

.poh-featured-home::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.85), transparent);
}

.poh-home-info {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.poh-home-info h2 {
  font-family: Georgia, serif;
  font-size: clamp(40px, 6vw, 80px);
}

/* Responsive */

@media (max-width: 900px) {
  .poh-center-nav {
    display: none;
  }

  .poh-header {
    padding: 0 18px;
  }

  .poh-logo {
    font-size: 14px;
    max-width: 230px;
  }

  .gallery-home-nav {
    flex-direction: column;
  }
}


/* Cinematic Homes List */

.homes-feature-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
 

.home-feature-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 31%) 0%, rgb(0 0 0 / 33%) 30%, rgba(0, 0, 0, .22) 68%, rgba(0, 0, 0, .08) 100%), linear-gradient(to top, rgb(0 0 0 / 31%), rgb(0 0 0 / 0%));
    z-index: 1;
}

.home-feature-content {
  position: relative;
  z-index: 2;
  width: min(560px, 92%);
  margin-left: clamp(24px, 6vw, 88px);
  padding: 80px 0;
}

.home-feature-content h2 {
  font-family: Georgia, serif;
  font-size: clamp(42px, 6vw, 78px);
  line-height: .95;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.home-feature-builder {
  font-family: Georgia, serif;
  font-size: 21px;
  margin-bottom: 8px;
}

.home-feature-community {
  color: var(--gold);
  font-size: 18px;
  margin-bottom: 22px;
}

.home-feature-desc {
  color: rgba(255,255,255,.84);
  font-size: 16px;
  line-height: 1.65;
  max-width: 520px;
}

.home-feature-meta {
  margin: 22px 0 28px;
}

.home-feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.home-feature-actions .btn {
  min-width: 130px;
  border-radius: 4px;
  padding: 13px 22px;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 13px;
}

@media (max-width: 900px) {
  .home-feature-panel {
    min-height: 82vh;
    align-items: flex-end;
    background-position: center;
  }

  .home-feature-overlay {
    background:
      linear-gradient(to top, rgba(0,0,0,.94) 0%, rgba(0,0,0,.76) 45%, rgba(0,0,0,.2) 100%);
  }

  .home-feature-content {
    margin-left: 0;
    width: 100%;
    padding: 260px 24px 44px;
  }

  .home-feature-content h2 {
    font-size: clamp(36px, 12vw, 58px);
  }

  .home-feature-actions .btn {
    flex: 1 1 auto;
  }
}

.container {
    max-width: 95%;
}