:root {
  --black: #050505;
  --charcoal: #0a0a0a;
  --gray: #777775;
  --white: #ffffff;
  --muted: #b7b7b2;
  --gold: #f2c86b;
  --line: rgba(255, 255, 255, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--gray);
  color: var(--white);
  font-family: Inter, Arial, sans-serif;
  margin: 0;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-shell {
  background: var(--black);
  margin: clamp(20px, 5vw, 92px) auto;
  max-width: 1720px;
  min-height: 100vh;
  overflow: hidden;
  width: min(90vw, 1720px);
}

.hero {
  min-height: 965px;
  overflow: hidden;
  position: relative;
}

.hero > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(7, 30, 45, 0.18), rgba(5, 5, 5, 0.08) 48%, rgba(5, 5, 5, 0.94)),
    linear-gradient(90deg, rgba(5, 5, 5, 0.54), transparent 42%, rgba(5, 5, 5, 0.28));
  inset: 0;
  position: absolute;
}

.site-header {
  align-items: start;
  display: grid;
  gap: clamp(24px, 4vw, 74px);
  grid-template-columns: minmax(220px, 0.9fr) minmax(180px, 0.7fr) minmax(360px, 1.8fr) auto;
  left: 0;
  padding: 28px clamp(28px, 5vw, 74px) 22px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}

.site-header::after {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  content: "";
  height: 1px;
  left: clamp(28px, 5vw, 74px);
  position: absolute;
  right: clamp(28px, 5vw, 74px);
}

.brand {
  align-items: center;
  display: flex;
  gap: 14px;
  min-width: max-content;
}

.brand img {
  height: 48px;
  width: 48px;
}

.brand span {
  display: grid;
  gap: 1px;
}

.brand strong,
.brand em {
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.brand strong {
  color: var(--gold);
  font-size: 28px;
  line-height: 1;
}

.brand em {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.nav-note,
.site-nav a,
.phone-link,
.eyebrow,
.section-label {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.55;
  text-transform: uppercase;
}

.nav-note {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  max-width: 170px;
}

.site-nav {
  display: grid;
  gap: clamp(28px, 5vw, 84px);
  grid-template-columns: 1fr 1fr;
}

.site-nav div {
  display: grid;
  gap: 14px;
}

.site-nav a,
.phone-link {
  color: rgba(255, 255, 255, 0.9);
}

.phone-link {
  justify-self: end;
  white-space: nowrap;
}

.menu-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 42px;
  padding: 0;
  width: 42px;
}

.menu-toggle span {
  background: var(--white);
  display: block;
  height: 2px;
  margin: 8px auto;
  width: 25px;
}

.hero-content {
  bottom: 112px;
  display: grid;
  gap: clamp(28px, 5vw, 84px);
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.82fr);
  left: clamp(28px, 5vw, 74px);
  position: absolute;
  right: clamp(28px, 5vw, 74px);
  z-index: 3;
}

.eyebrow {
  color: var(--white);
  grid-column: 1 / -1;
  margin: 0 0 -18px;
}

.hero h1 {
  font-size: clamp(64px, 7.3vw, 138px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
  max-width: 980px;
  text-transform: uppercase;
}

.hero-sidecopy {
  align-self: end;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  padding-top: 22px;
}

.hero-sidecopy p,
.intro-copy,
.listing-card p,
.advisory-panel p,
.contact-inner p {
  color: var(--muted);
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.48;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 30px;
}

.gold-button,
.outline-button,
.text-button {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 54px;
  text-transform: uppercase;
}

.gold-button {
  background: var(--gold);
  border-radius: 999px;
  color: var(--black);
  padding: 0 34px;
}

.outline-button {
  border: 1px solid rgba(255, 255, 255, 0.62);
  color: var(--white);
  padding: 0 34px;
}

.text-button {
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}

.credential-strip {
  align-items: center;
  background: var(--black);
  display: flex;
  gap: clamp(36px, 8vw, 140px);
  justify-content: center;
  min-height: 250px;
  padding: 42px;
}

.credential {
  max-width: 270px;
  text-align: center;
}

.credential span {
  color: var(--gold);
  display: block;
  font-size: 34px;
  margin-bottom: 14px;
}

.credential p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.35;
  margin: 0;
  text-transform: uppercase;
}

.intro,
.listings,
.advisory,
.markets,
.contact {
  padding: clamp(80px, 10vw, 150px) clamp(28px, 5vw, 74px);
}

.intro {
  display: grid;
  gap: clamp(36px, 7vw, 120px);
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.2fr);
}

.section-label {
  color: var(--gold);
  margin: 0 0 22px;
}

h2 {
  font-size: clamp(42px, 5vw, 86px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.04;
  margin: 0;
  text-transform: uppercase;
}

.intro-copy {
  align-self: end;
  font-size: clamp(28px, 3.2vw, 56px);
  line-height: 1.05;
  margin: 0;
}

.listings {
  background: #080808;
}

.section-head {
  margin-bottom: 46px;
}

.listing-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.listing-card {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
}

.listing-card > div:last-child {
  padding: 26px;
}

.listing-image {
  background-position: center;
  background-size: cover;
  height: 300px;
}

.listing-image.resort {
  background-image: linear-gradient(rgba(5, 5, 5, 0.05), rgba(5, 5, 5, 0.35)), url("assets/filipino-hotel-night.png");
}

.listing-image.city {
  background:
    linear-gradient(135deg, rgba(5, 5, 5, 0.12), rgba(5, 5, 5, 0.78)),
    radial-gradient(circle at 35% 35%, rgba(242, 200, 107, 0.7), transparent 22%),
    linear-gradient(120deg, #1d4d66, #060606);
}

.listing-image.island {
  background:
    linear-gradient(135deg, rgba(5, 5, 5, 0.18), rgba(5, 5, 5, 0.72)),
    radial-gradient(circle at 70% 22%, rgba(242, 200, 107, 0.52), transparent 24%),
    linear-gradient(120deg, #0c3440, #080808);
}

.listing-card span {
  color: var(--gold);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.listing-card h3 {
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.advisory {
  background: #101010;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.62fr);
}

.advisory-list {
  align-self: end;
  display: grid;
}

.advisory-list div {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: 80px 1fr;
  padding: 24px 0;
}

.advisory-list strong {
  color: var(--gold);
}

.advisory-list span {
  font-size: 18px;
  font-weight: 700;
}

.markets {
  background: #070707;
}

.market-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.market-row span {
  border: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  min-height: 140px;
  padding: 28px;
  text-transform: uppercase;
}

.contact {
  background:
    linear-gradient(rgba(5, 5, 5, 0.76), rgba(5, 5, 5, 0.9)),
    url("assets/filipino-hotel-night.png") center / cover;
  text-align: center;
}

.contact-inner {
  margin: 0 auto;
  max-width: 1040px;
}

.site-footer {
  align-items: center;
  background: var(--black);
  border-top: 1px solid var(--line);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding: 30px clamp(28px, 5vw, 74px);
}

.site-footer p,
.site-footer small {
  color: var(--muted);
  margin: 0;
}

.footer-copy {
  display: grid;
  gap: 10px;
  justify-items: end;
  text-align: right;
}

.venture-backlink {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.venture-backlink::after {
  content: " ->";
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 680ms ease, transform 680ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .site-shell {
    margin: 0;
    width: 100%;
  }

  .site-header {
    background: rgba(5, 5, 5, 0.7);
    grid-template-columns: auto auto;
  }

  .nav-note,
  .phone-link,
  .site-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .site-header.is-open .site-nav {
    display: grid;
    gap: 22px;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .hero-content,
  .intro,
  .advisory {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 860px;
  }

  .listing-grid {
    grid-template-columns: 1fr;
  }

  .market-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 18px;
  }

  .brand img {
    height: 42px;
    width: 42px;
  }

  .brand strong {
    font-size: 20px;
  }

  .hero {
    min-height: 760px;
  }

  .hero-content {
    bottom: 52px;
    left: 18px;
    right: 18px;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 70px);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .credential-strip {
    align-items: stretch;
    flex-direction: column;
    min-height: auto;
  }

  .intro,
  .listings,
  .advisory,
  .markets,
  .contact {
    padding-left: 18px;
    padding-right: 18px;
  }

  .market-row {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-copy {
    justify-items: start;
    text-align: left;
  }
}
