/* ─── VOGUE WEDDING FETHIYE — Shared Stylesheet ─── */

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

:root {
  --cream: #f5f1eb;
  --gold: #b8965a;
  --gold-light: #d4af72;
  --navy: #111820;
  --charcoal: #2e2e2e;
  --text-mid: #5a5a5a;
  --white: #ffffff;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--cream);
  color: var(--charcoal);
  overflow-x: hidden;
}

/* ─── NAV ─── */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 60px;
  background: rgba(17,24,32,0.72);
  backdrop-filter: blur(6px);
  transition: background 0.4s, padding 0.4s, backdrop-filter 0.4s;
  pointer-events: auto;
}
#navbar.scrolled {
  background: rgba(17,24,32,0.97);
  backdrop-filter: blur(10px);
  padding: 12px 60px;
}
.nav-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  line-height: 1;
}
.nav-logo-w {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  color: var(--gold-light);
  letter-spacing: 2px;
  margin-bottom: 1px;
}
.nav-logo-vogue {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 400;
  color: var(--white);
  letter-spacing: 8px;
  text-transform: uppercase;
}
.nav-logo-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 7.5px;
  letter-spacing: 5px;
  color: var(--gold-light);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 2px;
}
.nav-logo-sub::before,
.nav-logo-sub::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 1px;
  background: var(--gold);
}
.nav-links { display: flex; gap: 28px; list-style: none; align-items: center; }
.nav-links a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
  transition: color 0.3s;
  pointer-events: auto;
  cursor: pointer;
}
.nav-links a:hover,
.nav-links a.active { color: var(--gold-light); }
.nav-cta {
  border: 1px solid var(--gold);
  color: var(--gold-light) !important;
  padding: 9px 20px;
  transition: background 0.3s, color 0.3s !important;
}
.nav-cta:hover { background: var(--gold) !important; color: var(--white) !important; }

/* ─── HAMBURGER (mobile) ─── */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 1001;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: transform 0.3s, opacity 0.3s;
}
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
.mobile-menu {
  display: none !important;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(17,24,32,0.98);
  z-index: 1002;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  visibility: hidden;
  pointer-events: none;
}
.mobile-menu.open {
  display: flex !important;
  visibility: visible;
  pointer-events: auto;
}
.mobile-menu a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 400;
  transition: color 0.3s;
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
}
.mobile-menu a:hover { color: var(--gold-light); }

/* ─── PAGE HERO ─── */
.page-hero {
  position: relative;
  height: 60vh;
  min-height: 440px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0 80px 70px;
}
.page-hero-video,
.page-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17,24,32,0.85) 0%, rgba(17,24,32,0.35) 60%, rgba(17,24,32,0.2) 100%);
}
.page-hero-content { position: relative; color: var(--white); }
.page-hero-breadcrumb {
  position: static;
  display: block;
  padding: 0;
  background: none;
  backdrop-filter: none;
  z-index: auto;
  font-size: 10px;
  letter-spacing: 3px;
  color: var(--gold-light);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.page-hero-breadcrumb a { color: rgba(255,255,255,0.5); text-decoration: none; }
.page-hero-breadcrumb a:hover { color: var(--gold-light); }
.page-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 6vw, 78px);
  font-weight: 300;
  line-height: 1.05;
}
.page-hero-title em { font-style: italic; color: var(--gold-light); }

/* ─── SECTION BASE ─── */
.section { padding: 90px 80px; }
.section-eyebrow {
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
  font-weight: 500;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 300;
  line-height: 1.1;
  color: var(--navy);
  margin-bottom: 20px;
}
.section-title em { font-style: italic; color: var(--gold); }
.section-title.light { color: var(--white); }
.section-divider { width: 56px; height: 1px; background: var(--gold); margin: 20px 0 28px; }
.section-divider.center { margin: 20px auto 28px; }
.text-center { text-align: center; }
.body-text {
  font-size: 14px;
  line-height: 1.95;
  color: var(--text-mid);
  font-weight: 300;
  max-width: 640px;
}

/* ─── BUTTONS ─── */
.btn-gold {
  display: inline-block;
  background: var(--gold);
  color: var(--white);
  text-decoration: none;
  padding: 15px 42px;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 500;
  transition: background 0.3s, transform 0.3s;
}
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-outline-dark {
  display: inline-block;
  border: 1px solid var(--navy);
  color: var(--navy);
  text-decoration: none;
  padding: 14px 36px;
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 500;
  transition: background 0.3s, color 0.3s;
}
.btn-outline-dark:hover { background: var(--navy); color: var(--white); }
.btn-outline-gold {
  display: inline-block;
  border: 1px solid rgba(184,150,90,0.55);
  color: var(--gold-light);
  text-decoration: none;
  padding: 14px 36px;
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 500;
  transition: background 0.3s, border-color 0.3s, color 0.3s;
}
.btn-outline-gold:hover { background: var(--gold); border-color: var(--gold); color: var(--white); }

/* ─── PACKAGES — STANDARD ─── */
.standard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1140px;
  margin: 0 auto;
  border: 1px solid rgba(184,150,90,0.22);
}
.pkg-card {
  padding: 50px 40px;
  border-right: 1px solid rgba(184,150,90,0.22);
  position: relative;
  background: var(--white);
}
.pkg-card:last-child { border-right: none; }
.pkg-card.pkg-featured { background: var(--navy); }
.pkg-badge {
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
  display: block;
}
.pkg-featured .pkg-badge { color: var(--gold-light); }
.pkg-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 300;
  color: var(--navy);
  margin-bottom: 10px;
}
.pkg-featured .pkg-name { color: var(--white); }
.pkg-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: var(--gold);
  margin-bottom: 34px;
}
.pkg-features { list-style: none; margin-bottom: 38px; }
.pkg-features li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(184,150,90,0.15);
  font-size: 13px;
  color: var(--text-mid);
  font-weight: 300;
  line-height: 1.5;
}
.pkg-featured .pkg-features li { color: rgba(255,255,255,0.65); border-bottom-color: rgba(255,255,255,0.07); }
.pkg-features li:last-child { border-bottom: none; }
.pkg-diamond { color: var(--gold); font-size: 9px; margin-top: 4px; flex-shrink: 0; }
.btn-enquire {
  display: inline-block;
  border: 1px solid var(--navy);
  color: var(--navy);
  text-decoration: none;
  padding: 13px 34px;
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 500;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.btn-enquire:hover { background: var(--gold); border-color: var(--gold); color: var(--white); }
.pkg-featured .btn-enquire {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
}
.pkg-featured .btn-enquire:hover { background: var(--gold-light); border-color: var(--gold-light); }

/* ─── PACKAGES — LEGACY ─── */
.legacy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  max-width: 1140px;
  margin: 0 auto;
}
.legacy-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(184,150,90,0.18);
  padding: 50px 40px;
  transition: background 0.3s, transform 0.3s;
}
.legacy-card:hover { background: rgba(184,150,90,0.07); transform: translateY(-5px); }
.legacy-tier {
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.legacy-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 46px;
  color: var(--white);
  font-weight: 300;
  margin-bottom: 10px;
}
.legacy-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  color: var(--gold);
  margin-bottom: 34px;
}
.legacy-features { list-style: none; margin-bottom: 38px; }
.legacy-features li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-size: 13px;
  color: rgba(255,255,255,0.64);
  font-weight: 300;
  line-height: 1.5;
}
.legacy-features li:last-child { border-bottom: none; }

/* ─── VIDEO GALLERY ─── */
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 1400px;
  margin: 0 auto;
}
.video-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: var(--navy);
}
.video-item video {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s, opacity 0.4s;
  opacity: 0.85;
}
.video-item:hover video { transform: scale(1.04); opacity: 1; }
.video-item--tall { grid-row: span 2; }
.video-item--wide { grid-column: span 2; }
.video-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 24px 20px 18px;
  background: linear-gradient(transparent, rgba(17,24,32,0.82));
  color: var(--white);
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  transform: translateY(100%);
  transition: transform 0.4s;
}
.video-item:hover .video-caption { transform: translateY(0); }
.play-btn {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 52px; height: 52px;
  border: 2px solid var(--white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
  font-size: 15px;
  transition: transform 0.3s, background 0.3s;
  background: rgba(255,255,255,0.1);
}
.video-item:hover .play-btn { transform: translate(-50%, -50%) scale(1); }

/* ─── CONTACT FORM ─── */
.form-group { margin-bottom: 16px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(184,150,90,0.3);
  color: var(--white);
  padding: 14px 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 300;
  outline: none;
  transition: border-color 0.3s;
  appearance: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(255,255,255,0.3); }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--gold); }
.form-group select option { background: var(--navy); color: var(--white); }
.form-group textarea { height: 110px; resize: none; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.btn-submit {
  width: 100%;
  background: var(--gold);
  color: var(--white);
  border: none;
  padding: 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 6px;
}
.btn-submit:hover { background: var(--gold-light); }

/* ─── STATS BAR ─── */
.stats-bar {
  display: flex;
  gap: 0;
  background: var(--navy);
}
.stat-item {
  flex: 1;
  padding: 48px 40px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.07);
}
.stat-item:last-child { border-right: none; }
.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
}
.stat-label {
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-top: 8px;
}

/* ─── FOOTER ─── */
footer {
  background: #080c12;
  padding: 50px 60px 36px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  margin-bottom: 30px;
}
.footer-logo-wrap { line-height: 1; }
.footer-logo-w { font-family: 'Cormorant Garamond', serif; font-size: 12px; color: var(--gold-light); letter-spacing: 2px; display: block; }
.footer-logo-vogue { font-family: 'Cormorant Garamond', serif; font-size: 22px; letter-spacing: 7px; color: var(--white); text-transform: uppercase; display: block; }
.footer-logo-fethiye {
  font-size: 7px;
  letter-spacing: 5px;
  color: var(--gold);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 3px;
}
.footer-logo-fethiye::before,
.footer-logo-fethiye::after { content: ''; display: inline-block; width: 12px; height: 1px; background: var(--gold); }
.footer-desc {
  font-size: 12px;
  color: rgba(255,255,255,0.38);
  line-height: 1.8;
  font-weight: 300;
  margin-top: 16px;
}
.footer-col-title {
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  font-size: 12px;
  font-weight: 300;
  transition: color 0.3s;
}
.footer-links a:hover { color: var(--gold-light); }
.footer-contact-item {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  font-weight: 300;
  line-height: 1.5;
}
.footer-contact-item a { color: rgba(255,255,255,0.45); text-decoration: none; }
.footer-contact-item a:hover { color: var(--gold-light); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-copy { font-size: 11px; color: rgba(255,255,255,0.22); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 10px; color: rgba(255,255,255,0.28); text-decoration: none; }
.footer-legal a:hover { color: var(--gold-light); }

/* ─── LIGHTBOX ─── */
#lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(8,12,18,0.97);
  z-index: 999;
  align-items: center;
  justify-content: center;
}
#lightbox.open { display: flex; }
#lightbox video { max-width: 90vw; max-height: 85vh; outline: none; }
#lightbox-close {
  position: absolute;
  top: 24px; right: 36px;
  color: rgba(255,255,255,0.6);
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}
#lightbox-close:hover { color: var(--gold-light); }

/* ─── FADE IN ─── */
.fade-in { opacity: 0; transform: translateY(26px); transition: opacity 0.85s ease, transform 0.85s ease; }
.fade-in.visible { opacity: 1; transform: none; }
.fade-in.delay-1 { transition-delay: 0.15s; }
.fade-in.delay-2 { transition-delay: 0.3s; }
.fade-in.delay-3 { transition-delay: 0.45s; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  #navbar { padding: 16px 30px; }
  #navbar.scrolled { padding: 11px 30px; }
  .nav-links { gap: 16px; }
  .section { padding: 70px 30px; }
  .standard-grid, .legacy-grid { grid-template-columns: 1fr; }
  .standard-grid .pkg-card { border-right: none; border-bottom: 1px solid rgba(184,150,90,0.22); }
  .video-grid { grid-template-columns: 1fr 1fr; }
  .video-item--tall { grid-row: span 1; }
  .video-item--wide { grid-column: span 1; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  #navbar { padding: 14px 20px; }
  #navbar.scrolled { padding: 10px 20px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .section { padding: 60px 20px; }
  .video-grid { grid-template-columns: 1fr; }
  .stats-bar { flex-direction: column; }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); }
  .footer-top { grid-template-columns: 1fr; }
  .page-hero { padding: 0 20px 50px; min-height: 380px; }
  .form-row { grid-template-columns: 1fr; }
}
