:root {
  --bg: #03314a;
  --bg-soft: #0a4763;
  --card: #0f4f6e;
  --text: #f5fcff;
  --muted: #d8edf8;
  --primary: #ff9a2f;
  --primary-2: #ffe08a;
  --accent: #49f0d4;
  --pink: #ff6fb4;
  --border: rgba(255, 255, 255, 0.18);
  --shadow: 0 16px 40px rgba(1, 36, 56, 0.35);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Outfit", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  color: var(--text);
  background: var(--bg);
  scroll-behavior: smooth;
}

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

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(3, 49, 74, 0.78);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 16px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-image {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid var(--border);
  background: #fff;
}

.logo-text {
  font-weight: 700;
  letter-spacing: 0.2px;
}

.main-nav {
  display: flex;
  gap: 20px;
  color: var(--muted);
  font-size: 1.02rem;
  font-weight: 600;
}

.main-nav a:hover {
  color: #fff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  border: 1px solid transparent;
  transition: 0.25s ease;
}

.btn-primary {
  color: #12313f;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 10px 24px rgba(255, 138, 0, 0.34);
}

.btn-primary:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.btn-ghost {
  border-color: var(--border);
  color: var(--text);
  background: rgba(255, 255, 255, 0.02);
}

.btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.07);
}

.menu-btn {
  display: none;
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 1.6rem;
}

.mobile-nav {
  display: none;
  flex-direction: column;
  padding: 12px 4%;
  border-top: 1px solid var(--border);
  background: #05324d;
  gap: 12px;
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 75% 12%, rgba(73, 240, 212, 0.34), transparent 38%),
    radial-gradient(circle at 18% 82%, rgba(255, 154, 47, 0.3), transparent 36%),
    radial-gradient(circle at 50% 15%, rgba(255, 111, 180, 0.2), transparent 30%),
    linear-gradient(145deg, #03314a 12%, #0b5e7f 52%, #1186a2 100%);
}

.hero-overlay {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 104px 0 46px;
  text-align: center;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.92rem;
  font-weight: 700;
  color: #ffd788;
}

.hero h1 {
  font-size: clamp(2.2rem, 4.8vw, 4.1rem);
  line-height: 1.04;
  margin: 10px auto 6px;
  max-width: 1100px;
  letter-spacing: 0.01em;
  white-space: normal;
  font-weight: 800;
}

.hero-tagline {
  margin: 0 0 14px;
  color: #ffe3a1;
  font-size: clamp(1.02rem, 2vw, 1.34rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-location {
  margin: 4px 0 4px;
  color: #e8f8ff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.hero-superline {
  margin: 0 0 10px;
  color: #fff1c2;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-text {
  color: #eff8ff;
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(1.06rem, 1.8vw, 1.22rem);
  line-height: 1.6;
}

.hero-proof {
  margin: 12px 0 20px;
  color: #ffe6a6;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.hero-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 2px 0 8px;
}

.hero-icons span {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.92rem;
  color: #e9f6ff;
  background: rgba(255, 255, 255, 0.03);
}

.countdown {
  max-width: 540px;
  margin: 0 auto 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  background: rgba(4, 33, 52, 0.38);
}

.countdown-label {
  margin: 0 0 10px;
  font-size: 0.96rem;
  color: #def0fb;
  font-weight: 600;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.countdown-grid div {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 10px 8px;
  background: rgba(255, 255, 255, 0.03);
}

.countdown-grid span {
  display: block;
  font-size: 1.55rem;
  font-weight: 800;
  color: #ffffff;
}

.countdown-grid small {
  color: #d7ebf7;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.section {
  padding: 86px 0;
}

.section.alt {
  background:
    linear-gradient(160deg, rgba(10, 71, 99, 0.92), rgba(13, 92, 120, 0.9)),
    radial-gradient(circle at 12% 0%, rgba(255, 224, 138, 0.22), transparent 35%);
}

.accent {
  color: var(--accent);
}

h2 {
  margin-top: 8px;
  margin-bottom: 14px;
  font-size: clamp(2rem, 4.6vw, 3.2rem);
  line-height: 1.08;
}

p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.two-col {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 32px;
  align-items: start;
}

.cards {
  display: grid;
  gap: 16px;
}

.why-boracay .why-intro {
  max-width: 860px;
  margin-bottom: 24px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.why-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 224, 138, 0.8);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 224, 138, 0.22) inset;
}

.why-image-wrap {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.why-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.why-card:hover .why-image-wrap img {
  transform: scale(1.06);
}

.why-card h3 {
  margin: 14px 14px 6px;
  font-size: 1.05rem;
}

.why-card p {
  margin: 0 14px 12px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.why-link {
  display: inline-block;
  margin: 0 14px 16px;
  color: #ffe08a;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.03em;
}

.why-card:hover .why-link {
  color: #fff1be;
}

.promo-cards {
  margin-top: 18px;
  grid-template-columns: repeat(2, 1fr);
}

.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px;
  box-shadow: var(--shadow);
}

.card h3 {
  margin-top: 0;
  margin-bottom: 6px;
}

.image-card {
  padding: 0;
  overflow: hidden;
}

.image-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.hero-flyer {
  width: min(1180px, 96vw);
  max-width: none;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.38);
}

.hero-flyer img {
  width: 100%;
  height: auto;
  max-height: 78vh;
  object-fit: cover;
  background: #0a2233;
}

.timeline {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.timeline-item {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.02);
  color: #dce8f6;
}

.timeline-item span {
  color: var(--primary-2);
  font-weight: 700;
  margin-right: 8px;
}

.pricing {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.price-card {
  position: relative;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 22px;
  box-shadow: var(--shadow);
}

.visual-card {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.visual-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}

.visual-card .btn {
  margin: 14px;
}

.price-card.featured {
  border-color: rgba(255, 179, 71, 0.6);
  transform: translateY(-3px);
}

.badge {
  position: absolute;
  top: -11px;
  right: 14px;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #1d1205;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 6px 9px;
  border-radius: 999px;
}

.price {
  font-size: 2rem;
  font-weight: 800;
  margin: 8px 0;
  color: #fff;
}

.price-card ul {
  margin: 0 0 18px;
  padding-left: 18px;
  color: var(--muted);
}

.price-card li {
  margin: 8px 0;
}

.travel-box {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 22px;
}

.travel-box img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 14px;
  display: block;
}

.text-link {
  color: var(--primary-2);
  font-weight: 600;
}

.transition-statement {
  text-align: center;
  padding: 56px 0 36px;
}

.transition-main {
  margin: 0 auto;
  max-width: 920px;
  font-size: clamp(1.2rem, 2.3vw, 1.8rem);
  font-weight: 700;
  color: #fff2c8;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.transition-sub {
  margin: 10px auto 0;
  max-width: 760px;
  color: #e6f5ff;
  font-size: clamp(0.98rem, 1.8vw, 1.12rem);
  font-weight: 500;
}

.experience-intro {
  max-width: 900px;
  margin: 0 0 18px;
}

.experience-note {
  margin: 14px 0 0;
  color: #cfe7f5;
  font-size: 0.95rem;
}

.artists-intro {
  max-width: 900px;
  margin: 0 0 18px;
}

.artist-group-title {
  margin: 24px 0 12px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #e5f2ff;
  letter-spacing: 0.01em;
}

.artists-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

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

.artist-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.artist-image-wrap {
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 64%;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.artist-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.artist-card:nth-child(1) .artist-image-wrap img {
  object-position: center 0%;
}

.artists-grid .artist-card:nth-child(1) .artist-image-wrap img {
  object-position: center 8%;
}

.artists-grid .artist-card:nth-child(3) .artist-image-wrap img {
  object-position: center 0%;
}

.artists-grid .artist-card:nth-child(2) .artist-image-wrap img {
  object-position: center 24%;
}

.artists-grid .artist-card:nth-child(5) .artist-image-wrap img {
  object-position: center 25%;
}

.artists-grid-dj .artist-card:nth-child(1) .artist-image-wrap img {
  object-position: center 0%;
}

.artists-grid-dj .artist-card:nth-child(2) .artist-image-wrap img {
  object-position: center 20%;
}

.artists-grid .artist-card:nth-child(4) .artist-image-wrap img {
  object-position: center 0%;
}

.artist-card-more {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  text-align: center;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  background: linear-gradient(160deg, rgba(255, 179, 71, 0.12), rgba(25, 194, 255, 0.08));
}

.artist-card-more .artist-content {
  padding: 20px;
}

.artist-card-more h3 {
  margin-bottom: 8px;
}

.artist-card-more .artist-role {
  margin-bottom: 0;
}

.artist-content {
  padding: 12px 12px 14px;
}

.artist-content h3 {
  margin: 0 0 4px;
  color: #ffe08a;
  font-size: 1rem;
}

.artist-role {
  margin: 0 0 10px;
  font-size: 0.84rem;
  color: #9ddcff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.artist-link {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffd88d;
}

.artist-link:hover {
  color: #fff2c8;
}

.experience-strip {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.experience-day {
  position: relative;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.experience-image-wrap {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.experience-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.experience-day h3 {
  margin: 12px 12px 8px;
  color: #ffe08a;
  font-size: 1.02rem;
}

.experience-day ul {
  margin: 0;
  padding: 0 12px 12px;
  list-style: none;
  display: grid;
  gap: 10px;
}

.experience-day li {
  display: grid;
  gap: 3px;
}

.experience-day li span {
  color: #e7f4fb;
  font-size: 0.93rem;
  line-height: 1.45;
}

.experience-day li small {
  color: #cfe7f5;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.featured-day {
  border-color: rgba(255, 224, 138, 0.7);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 224, 138, 0.22) inset;
  transform: translateY(-6px);
}

.day-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #312200;
  background: linear-gradient(135deg, #ffd76e, #ffe8ae);
  z-index: 2;
}

.site-footer {
  border-top: 1px solid var(--border);
  background: linear-gradient(180deg, #06314a, #042235);
  padding: 26px 0 36px;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 960px) {
  .main-nav,
  .nav-wrap > .btn {
    display: none;
  }

  .menu-btn {
    display: block;
  }

  .mobile-nav.show {
    display: flex;
  }

  .two-col {
    grid-template-columns: 1fr;
  }

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

  .promo-cards {
    grid-template-columns: 1fr;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .experience-strip {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .artists-grid,
  .artists-grid-dj {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .transition-statement {
    padding: 46px 0 24px;
  }

  .visual-card img {
    min-height: 180px;
  }

  .hero {
    min-height: 74vh;
  }

  .hero-content {
    text-align: left;
    padding: 82px 0 28px;
  }

  .hero h1 {
    white-space: normal;
    max-width: 100%;
    letter-spacing: 0.01em;
  }

  .hero-tagline {
    letter-spacing: 0.08em;
    margin-bottom: 12px;
  }

  .hero-location {
    margin: 2px 0 3px;
  }

  .hero-superline {
    margin: 0 0 8px;
    letter-spacing: 0.08em;
    font-size: 0.86rem;
  }

  .hero-text {
    margin: 0;
  }

  .hero-proof {
    margin: 8px 0 14px;
  }

  .countdown {
    margin: 0 0 20px;
    max-width: 100%;
  }

  .countdown-grid {
    gap: 8px;
  }

  .countdown-grid span {
    font-size: 1.32rem;
  }

  .hero-actions {
    justify-content: flex-start;
    margin-bottom: 14px;
  }

  .hero-icons {
    justify-content: flex-start;
    gap: 8px;
    margin: 0 0 6px;
  }

  .hero-icons span {
    font-size: 0.85rem;
    padding: 7px 10px;
  }

  .hero-flyer {
    width: 100%;
  }

  .hero-flyer img {
    max-height: none;
    object-fit: contain;
  }
}
