/* ============================================================
   JV PRODUCTIONS — styles.css
   Dark #080810 | Blue #2255CC | Gold #C9A84C | White #FFF
   PH: Blue #0038A8 | Red #CE1126 | Gold #FCD116
============================================================ */

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

html { scroll-behavior: smooth; font-size: 18px; }

body {
  background: #080810;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 36px; }

.dark-section  { background: #080810; color: #ffffff; }
.light-section { background: #F7F7F5; color: #080810; }

.gold      { color: #C9A84C; }
.blue      { color: #2255CC; }
.blue-text { color: #2255CC; }
.red-text  { color: #CE1126; }

.gold-rule { height: 3px; width: 60px; background: #C9A84C; margin: 20px 0; }

/* ---- SCROLL ANIMATIONS ---- */
.fade-up {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ---- SECTION HEADERS ---- */
.section-header { text-align: center; margin-bottom: 64px; }

.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 5px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.section-header h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.95;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 20px;
}

.section-header h2.dark { color: #080810; }

.section-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.6);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.8;
}

.section-sub.dark-sub { color: rgba(8,8,16,0.6); }
.dark-sub { color: rgba(8,8,16,0.62); font-size: 1rem; line-height: 1.8; }


/* ============================================================
   PHILIPPINE FLAG STRIPE
============================================================ */
.ph-stripe {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.ph-blue  { flex: 1; background: #0038A8; }
.ph-red   { flex: 1; background: #CE1126; }
.ph-gold  { flex: 1; background: #C9A84C; }


/* ============================================================
   NAV
============================================================ */
#nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: #080810;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: box-shadow 0.3s;
}
#nav.scrolled { box-shadow: 0 2px 30px rgba(0,0,0,0.7); }

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 36px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo { display: flex; flex-direction: column; line-height: 1; }

.logo-jv {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 3px;
  line-height: 1;
}

.logo-prod {
  font-family: 'Inter', sans-serif;
  font-size: 0.5rem;
  font-weight: 600;
  color: #C9A84C;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.nav-links { display: flex; align-items: center; gap: 32px; }

.nav-links a {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  transition: color 0.2s;
}
.nav-links a:hover { color: #C9A84C; }

.btn-nav {
  border: 1px solid #C9A84C !important;
  padding: 8px 20px;
  color: #C9A84C !important;
  font-size: 0.68rem !important;
  letter-spacing: 2px;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s !important;
}
.btn-nav:hover { background: #C9A84C !important; color: #080810 !important; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.hamburger span { display: block; width: 26px; height: 2px; background: #ffffff; transition: all 0.3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }


/* ============================================================
   MARQUEE — Previous Clients
============================================================ */
.marquee-wrap {
  background: #111118;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
  padding: 16px 0 18px;
}
.marquee-top { margin-top: 72px; }

.marquee-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 6px;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}

.marquee-track {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: marquee 22s linear infinite;
}

.marquee-track span {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  letter-spacing: 5px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 28px;
}

.marquee-track .dot {
  color: #C9A84C;
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  padding: 0 4px;
  letter-spacing: 0;
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


/* ============================================================
   HERO — Dark, bold, pitch-deck energy
============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0 0;
  overflow: hidden;
  background: #080810;
}

.hero-diagonal { position: absolute; top:0; left:0; right:0; bottom:0; pointer-events:none; z-index:0; }
.hero-diagonal::before {
  content: '';
  position: absolute;
  top: 30%; left: -5%; width: 110%; height: 2px;
  background: #2255CC;
  transform: rotate(-4deg);
  opacity: 0.12;
}
.hero-diagonal::after {
  content: '';
  position: absolute;
  top: 38%; left: -5%; width: 110%; height: 1px;
  background: #C9A84C;
  transform: rotate(-4deg);
  opacity: 0.15;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 36px 0 52px;
  display: flex;
  align-items: center;
  gap: 60px;
  width: 100%;
  flex: 1;
}

.hero-text { flex: 1; }

.hero-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 5px;
  color: #C9A84C;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(4rem, 7.5vw, 7.5rem);
  line-height: 0.9;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 24px;
}

.hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.65);
  max-width: 500px;
  line-height: 1.8;
  margin-bottom: 36px;
}

.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }

/* Hero 6-service mini grid */
.hero-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 28px;
}

.hero-svc {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: rgba(255,255,255,0.03);
  border-left: 2px solid transparent;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.75);
  text-transform: uppercase;
  transition: background 0.2s, border-color 0.2s;
}

.hero-svc:hover { background: rgba(255,255,255,0.07); border-left-color: #C9A84C; }

.hero-svc:nth-child(1) { border-left-color: #0038A8; }
.hero-svc:nth-child(2) { border-left-color: #CE1126; }
.hero-svc:nth-child(3) { border-left-color: #C9A84C; }
.hero-svc:nth-child(4) { border-left-color: #0038A8; }
.hero-svc:nth-child(5) { border-left-color: #CE1126; }
.hero-svc:nth-child(6) { border-left-color: #C9A84C; }

.hs-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.25);
  letter-spacing: 1px;
  flex-shrink: 0;
}

/* Hero photo */
.hero-photo {
  flex: 0 0 380px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}

/* Philippine color corner accent behind photo */
.hero-photo::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 100%;
  height: 85%;
  background: linear-gradient(135deg, #0038A8 0%, #0038A8 33%, #CE1126 33%, #CE1126 66%, #C9A84C 66%);
  opacity: 0.12;
  z-index: 0;
}

.hero-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 360px;
  height: 480px;
  object-fit: cover;
  object-position: top center;
  outline: 3px solid #C9A84C;
  outline-offset: 8px;
}


/* ============================================================
   BUTTONS
============================================================ */
.btn-primary {
  background: #2255CC;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 16px 32px;
  display: inline-block;
  transition: background 0.2s;
}
.btn-primary:hover { background: #CE1126; }

.btn-outline-gold {
  border: 1px solid #C9A84C;
  color: #C9A84C;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 16px 32px;
  display: inline-block;
  transition: background 0.2s, color 0.2s;
}
.btn-outline-gold:hover { background: #C9A84C; color: #080810; }

.btn-outline-white {
  border: 1px solid rgba(255,255,255,0.35);
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 28px;
  display: inline-block;
  transition: border-color 0.2s, background 0.2s;
}
.btn-outline-white:hover { border-color: #fff; background: rgba(255,255,255,0.06); }

.btn-dark {
  background: #2255CC;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 16px 32px;
  display: inline-block;
  transition: background 0.2s;
}
.btn-dark:hover { background: #CE1126; }

.btn-outline-dark {
  border: 1px solid rgba(8,8,16,0.3);
  color: #080810;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 16px 32px;
  display: inline-block;
  transition: border-color 0.2s, background 0.2s;
}
.btn-outline-dark:hover { border-color: #080810; background: rgba(8,8,16,0.06); }

.section-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 56px;
  flex-wrap: wrap;
}

.cta-prompt { text-align: center; margin-bottom: 20px; font-size: 1.05rem; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }


/* ============================================================
   STATS BAR
============================================================ */
.stats-bar {
  background: #111118;
  border-top: 3px solid #C9A84C;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 64px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}

.stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3.2rem, 4.5vw, 5rem);
  color: #ffffff;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.35);
  text-transform: uppercase;
}


/* ============================================================
   WHY A VEGAS PARTNER
============================================================ */
.vegas-why { padding: 88px 0; background: #F7F7F5; }

.vegas-why .section-header h2 { color: #080810; }
.vegas-why .eyebrow.blue-text  { color: #2255CC; }
.vegas-why .section-sub        { color: rgba(8,8,16,0.6); }

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

.vegas-card {
  padding: 44px 32px;
  background: #ffffff;
  border-top: 4px solid #C9A84C;
  transition: background 0.2s;
}
.vegas-card:nth-child(1) { border-top-color: #0038A8; }
.vegas-card:nth-child(2) { border-top-color: #CE1126; }
.vegas-card:nth-child(3) { border-top-color: #C9A84C; }

.vegas-card:hover { background: #f5f5f3; }

.vegas-icon {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 3px;
  margin-bottom: 16px;
  color: #C9A84C;
}
.vegas-card:nth-child(1) .vegas-icon { color: #0038A8; }
.vegas-card:nth-child(2) .vegas-icon { color: #CE1126; }

.vegas-card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.7rem;
  letter-spacing: 1px;
  color: #080810;
  margin-bottom: 14px;
}

.vegas-card p { font-size: 1rem; color: rgba(8,8,16,0.58); line-height: 1.8; }


/* ============================================================
   SERVICES
============================================================ */
.services { padding: 88px 0; background: #080810; }

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

.service-card {
  border-top: 3px solid #C9A84C;
  padding: 36px 28px;
  background: rgba(255,255,255,0.03);
  transition: background 0.2s;
}
.service-card:nth-child(1) { border-top-color: #0038A8; }
.service-card:nth-child(2) { border-top-color: #CE1126; }
.service-card:nth-child(3) { border-top-color: #C9A84C; }
.service-card:nth-child(4) { border-top-color: #CE1126; }
.service-card:nth-child(5) { border-top-color: #0038A8; }
.service-card:nth-child(6) { border-top-color: #C9A84C; }

.service-card:hover { background: rgba(255,255,255,0.06); }

.card-num { font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; letter-spacing: 3px; margin-bottom: 14px; color: rgba(255,255,255,0.2); }

.service-card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; letter-spacing: 1px; color: #ffffff; margin-bottom: 14px; }

.service-card p { font-size: 0.95rem; color: rgba(255,255,255,0.55); line-height: 1.8; }


/* ============================================================
   PROCESS
============================================================ */
.process { padding: 88px 0; background: #F7F7F5; }

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

.process-card { padding-top: 24px; }

.step-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 4.5rem;
  color: #C9A84C;
  opacity: 0.2;
  line-height: 1;
  margin-bottom: 8px;
}

.process-card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; letter-spacing: 1px; color: #080810; margin-bottom: 14px; }


/* ============================================================
   PRICING
============================================================ */
.pricing { padding: 88px 0; background: #080810; }

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

.pricing-card {
  padding: 48px 36px;
  background: rgba(255,255,255,0.03);
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pricing-card.featured {
  border-top: 4px solid #C9A84C;
  background: rgba(201,168,76,0.06);
}

.featured-badge { font-family: 'Inter', sans-serif; font-size: 0.6rem; font-weight: 600; letter-spacing: 4px; color: #C9A84C; text-transform: uppercase; }

.price-label { font-family: 'Inter', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 4px; color: rgba(255,255,255,0.4); text-transform: uppercase; }

.price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 3.2rem; color: #ffffff; line-height: 1; }

.price-unit { font-family: 'Inter', sans-serif; font-size: 1rem; color: rgba(255,255,255,0.35); letter-spacing: 1px; }

.price-list { list-style: none; display: flex; flex-direction: column; gap: 10px; flex: 1; }

.price-list li { font-size: 1rem; color: rgba(255,255,255,0.6); padding-left: 18px; position: relative; }
.price-list li::before { content: '—'; position: absolute; left: 0; color: #C9A84C; }

.price-note { font-size: 0.95rem; color: rgba(255,255,255,0.52); line-height: 1.8; flex: 1; }


/* ============================================================
   ABOUT
============================================================ */
.about { padding: 88px 0; background: #F7F7F5; }

.about-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; align-items: center; }

.about-photo img {
  width: 100%;
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top;
  max-width: 400px;
  border: 4px solid rgba(201,168,76,0.3);
}

.about-text h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.5rem, 3.5vw, 3.8rem); color: #080810; letter-spacing: 2px; }

.about-subtitle { font-family: 'Inter', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 22px; color: #C9A84C; }

.about-text p { margin-bottom: 14px; font-size: 1rem; color: rgba(8,8,16,0.65); }

.cred-strip { margin-top: 24px; font-family: 'Inter', sans-serif; font-size: 0.62rem; font-weight: 600; letter-spacing: 4px; color: #0038A8; text-transform: uppercase; border-top: 1px solid rgba(8,8,16,0.1); padding-top: 18px; }


/* ============================================================
   TEAM
============================================================ */
.team { padding: 88px 0; background: #080810; }

.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3px; margin-bottom: 3px; }

.team-card {
  background: rgba(255,255,255,0.03);
  padding: 48px 40px;
  border-top: 4px solid #C9A84C;
}
.team-card:nth-child(1) { border-top-color: #0038A8; }
.team-card:nth-child(2) { border-top-color: #CE1126; }

.team-photo-wrap {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 24px;
  border: 2px solid rgba(201,168,76,0.35);
}

.team-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }

.team-photo-wrap.no-photo { background: rgba(255,255,255,0.05); display: flex; align-items: center; justify-content: center; }

.initials { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; color: rgba(255,255,255,0.25); letter-spacing: 2px; }

.team-card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; letter-spacing: 1px; color: #ffffff; margin-bottom: 6px; }

.team-title { font-family: 'Inter', sans-serif; font-size: 0.7rem; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 18px; color: #C9A84C; }

.team-card p { font-size: 0.95rem; color: rgba(255,255,255,0.55); line-height: 1.8; }

.team-skills {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}
.team-skills li {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
}
.team-skills li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #C9A84C;
  font-weight: 900;
}

.network-banner { background: #C9A84C; padding: 20px 40px; text-align: center; }

.network-banner p { font-family: 'Inter', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 3px; color: #080810; text-transform: uppercase; }


/* ============================================================
   VENUES
============================================================ */
.venues { padding: 88px 0; background: #F7F7F5; }

.venue-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; margin-bottom: 36px; }

.venue-card {
  padding: 40px 32px;
  background: #ffffff;
  border-top: 4px solid #C9A84C;
}
.venue-card:nth-child(1) { border-top-color: #0038A8; }
.venue-card:nth-child(2) { border-top-color: #CE1126; }
.venue-card:nth-child(3) { border-top-color: #C9A84C; }

.venue-tier { font-family: 'Inter', sans-serif; font-size: 0.65rem; font-weight: 600; letter-spacing: 5px; text-transform: uppercase; margin-bottom: 10px; color: #C9A84C; }
.venue-card:nth-child(1) .venue-tier { color: #0038A8; }
.venue-card:nth-child(2) .venue-tier { color: #CE1126; }

.venue-cap { font-family: 'Bebas Neue', sans-serif; font-size: 2.5rem; color: #080810; line-height: 1; margin-bottom: 4px; }

.venue-cap-label { font-family: 'Inter', sans-serif; font-size: 0.65rem; font-weight: 600; letter-spacing: 4px; color: rgba(8,8,16,0.3); text-transform: uppercase; margin-bottom: 14px; }

.venue-note { text-align: center; font-size: 1rem; color: rgba(8,8,16,0.48); font-style: italic; max-width: 680px; margin: 0 auto; line-height: 1.8; }


/* ============================================================
   BLUEPRINT
============================================================ */
.blueprint { padding: 88px 0; background: #111118; }

.blueprint .section-header h2 { color: #ffffff; }
.blueprint .section-sub { color: rgba(255,255,255,0.55); }

.blueprint-inner { max-width: 900px; margin: 0 auto; }

.blueprint-body { font-size: 1.05rem; color: rgba(255,255,255,0.58); line-height: 1.85; margin-bottom: 44px; text-align: center; }

.blueprint-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 5px;
  color: #C9A84C;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 28px;
}

.checklist-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 48px; margin-bottom: 44px; }

.check-item {
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.check-mark { color: #C9A84C; font-weight: 700; flex-shrink: 0; }

.blueprint-note { border: 1px solid rgba(201,168,76,0.35); padding: 24px 32px; font-size: 0.95rem; color: rgba(255,255,255,0.55); text-align: center; line-height: 1.8; font-style: italic; }


/* ============================================================
   CONTACT
============================================================ */
.contact { padding: 88px 0; background: #080810; }

.contact-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 72px; align-items: start; }

.contact-form { display: flex; flex-direction: column; gap: 18px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

.form-group { display: flex; flex-direction: column; gap: 8px; }

.form-group label { font-family: 'Inter', sans-serif; font-size: 0.65rem; font-weight: 600; letter-spacing: 3px; color: rgba(255,255,255,0.35); text-transform: uppercase; }

.form-group input,
.form-group textarea {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  padding: 14px 18px;
  outline: none;
  transition: border-color 0.2s;
  resize: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(255,255,255,0.2); }

.form-group input:focus,
.form-group textarea:focus { border-color: #C9A84C; }

.btn-submit {
  background: #2255CC;
  color: #ffffff;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 18px 36px;
  cursor: pointer;
  transition: background 0.2s;
  align-self: flex-start;
}
.btn-submit:hover { background: #CE1126; }

.form-success { display: none; text-align: center; padding: 32px; border: 1px solid rgba(201,168,76,0.4); }
.form-success .success-icon { font-size: 2rem; color: #C9A84C; margin-bottom: 12px; }
.form-success p { color: rgba(255,255,255,0.65); font-size: 1rem; }

.contact-details { padding-top: 20px; }

.contact-label { font-family: 'Inter', sans-serif; font-size: 0.62rem; font-weight: 600; letter-spacing: 4px; color: rgba(255,255,255,0.3); text-transform: uppercase; margin-bottom: 6px; }

.contact-value { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; color: #ffffff; letter-spacing: 1px; transition: color 0.2s; display: block; }
.contact-value:hover { color: #C9A84C; }

.contact-divider { height: 1px; background: rgba(255,255,255,0.07); margin: 22px 0; }

.contact-tagline { margin-top: 40px; font-family: 'Inter', sans-serif; font-size: 0.95rem; font-style: italic; color: #C9A84C; line-height: 1.6; }


/* ============================================================
   FOOTER
============================================================ */
.footer { background: #080810; border-top: 1px solid rgba(255,255,255,0.06); }

.footer-inner { display: flex; align-items: center; justify-content: space-between; padding-top: 48px; padding-bottom: 48px; gap: 40px; flex-wrap: wrap; }

.footer-tagline { font-family: 'Inter', sans-serif; font-size: 0.65rem; font-weight: 600; letter-spacing: 3px; color: rgba(255,255,255,0.28); text-transform: uppercase; margin-top: 6px; }

.footer-nav { display: flex; gap: 28px; flex-wrap: wrap; }

.footer-nav a { font-family: 'Inter', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 2px; color: rgba(255,255,255,0.38); text-transform: uppercase; transition: color 0.2s; }
.footer-nav a:hover { color: #C9A84C; }

.footer-contact { font-family: 'Inter', sans-serif; font-size: 0.85rem; color: rgba(255,255,255,0.35); text-align: right; line-height: 1.8; }

.footer-copy { border-top: 1px solid rgba(255,255,255,0.05); padding: 16px 0; }
.footer-copy .container { display: flex; justify-content: center; }
.footer-copy span { font-family: 'Inter', sans-serif; font-size: 0.7rem; color: rgba(255,255,255,0.2); letter-spacing: 1px; }

/* Philippine bottom bar */
.footer::before {
  content: '';
  display: block;
  height: 4px;
  background: linear-gradient(to right, #0038A8 33.3%, #CE1126 33.3% 66.6%, #C9A84C 66.6%);
}


/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1024px) {
  .services-grid, .pricing-grid, .vegas-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .about-grid { grid-template-columns: 1fr; gap: 44px; }
  .about-photo img { max-width: 280px; margin: 0 auto; }
  .hero-services { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  html { font-size: 16px; }

  .nav-links {
    display: none;
    position: fixed;
    top: 72px; left: 0; right: 0; bottom: 0;
    background: #080810;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    z-index: 999;
  }
  .nav-links.open { display: flex; }
  .nav-links a { font-size: 1.2rem; }
  .hamburger { display: flex; }

  .hero-inner { flex-direction: column; padding: 32px 20px 0; gap: 36px; }
  .hero-photo { flex: none; order: -1; width: 220px; }
  .hero-photo img { width: 220px; height: 280px; }
  .hero-headline { font-size: clamp(3rem, 10vw, 4.5rem); }
  .hero-services { grid-template-columns: 1fr 1fr; }

  .services-grid,
  .process-grid,
  .pricing-grid,
  .team-grid,
  .venue-grid,
  .vegas-grid,
  .checklist-grid,
  .contact-grid { grid-template-columns: 1fr; }

  .form-row { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 28px; }
  .footer-contact { text-align: left; }
}

@media (max-width: 480px) {
  .container { padding: 0 20px; }
  .hero-ctas { flex-direction: column; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .hero-services { grid-template-columns: 1fr; }
}
