/* ===================================
   POLE PROFICIENCY — STYLES v3
   Color palette: sky blue + teal + cloud white
   Inspired by the winged aerial logo
   =================================== */

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

:root {
  --sky:         #c8dff0;
  --sky-light:   #e8f3fa;
  --sky-pale:    #f4f9fd;
  --teal:        #2e7d8c;
  --teal-dark:   #1d5c6a;
  --teal-mid:    #3d9aaa;
  --teal-light:  #6dbfcc;
  --slate:       #2d4a52;
  --cloud:       #ffffff;
  --off-white:   #f8fbfd;
  --ink:         #1a2e33;
  --muted:       #5a7a82;
  --border:      #cde3ed;

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'DM Sans', system-ui, sans-serif;
  --radius:       14px;
  --transition:   0.3s ease;
  --shadow:       0 4px 30px rgba(46,125,140,0.12);
  --shadow-soft:  0 2px 16px rgba(46,125,140,0.08);
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--off-white);
  line-height: 1.7;
  overflow-x: hidden;
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 2rem; }

/* TYPOGRAPHY */
h1, h2, h3 { font-family: var(--font-display); line-height: 1.15; }
h1 { font-size: clamp(3.2rem, 7vw, 5.5rem); font-weight: 700; }
h2 { font-size: clamp(2.2rem, 4.5vw, 3.2rem); font-weight: 600; margin-bottom: 1rem; }
h3 { font-size: 1.35rem; font-weight: 600; margin-bottom: 0.5rem; }
p { color: var(--muted); font-size: 1rem; }
a { text-decoration: none; color: inherit; }

.eyebrow {
  display: block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.6rem;
}
.eyebrow.light { color: var(--sky); }
.center { text-align: center; }
.section-intro { max-width: 560px; margin: 0 auto 3rem; }

/* BUTTONS */
.btn {
  display: inline-block;
  padding: 0.85rem 2.2rem;
  border-radius: 50px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  transition: var(--transition);
  cursor: pointer;
  border: 2px solid transparent;
  white-space: nowrap;
}
.btn-primary { background: var(--teal); color: white; border-color: var(--teal); }
.btn-primary:hover { background: var(--teal-dark); border-color: var(--teal-dark); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(46,125,140,0.35); }
.btn-ghost { background: transparent; color: white; border-color: rgba(255,255,255,0.6); }
.btn-ghost:hover { background: rgba(255,255,255,0.12); border-color: white; }
.btn-outline { background: transparent; color: var(--teal-dark); border-color: var(--teal-mid); }
.btn-outline:hover { background: var(--teal); color: white; border-color: var(--teal); }
.btn-light { background: white; color: var(--teal); border-color: white; font-weight: 700; }
.btn-light:hover { background: var(--sky-light); transform: translateY(-2px); }
.btn-ghost-dark { background: transparent; color: var(--muted); border-color: var(--border); font-weight: 500; }
.btn-ghost-dark:hover { background: var(--sky-pale); border-color: var(--teal-light); color: var(--teal); }
.full-width { width: 100%; text-align: center; }

/* NAV */
#navbar {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 1.2rem 0;
  transition: var(--transition);
}
#navbar.scrolled {
  background: rgba(26,46,51,0.96);
  backdrop-filter: blur(14px);
  padding: 0.8rem 0;
  box-shadow: 0 2px 24px rgba(0,0,0,0.2);
}
.nav-inner {
  max-width: 1100px; margin: 0 auto; padding: 0 2rem;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; gap: 0.75rem; }
.nav-logo img { height: 44px; width: 44px; object-fit: contain; }
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-main { font-family: var(--font-display); font-size: 1.2rem; color: white; font-weight: 700; font-style: italic; }
.logo-sub { font-size: 0.58rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--sky); font-weight: 500; }
.nav-links { display: flex; list-style: none; gap: 2rem; align-items: center; }
.nav-links a { color: rgba(255,255,255,0.82); font-size: 0.9rem; font-weight: 500; transition: var(--transition); }
.nav-links a:hover { color: var(--sky); }
.nav-cta { background: var(--teal) !important; color: white !important; padding: 0.5rem 1.5rem !important; border-radius: 50px; font-weight: 600 !important; }
.nav-cta:hover { background: var(--teal-light) !important; color: var(--ink) !important; }
.nav-toggle { display: none; background: none; border: none; color: white; font-size: 1.5rem; cursor: pointer; }

/* HERO */
.hero {
  position: relative; height: 100vh; min-height: 720px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, #0d2a36 0%, #1a4a5a 40%, #0f3040 100%);
}
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: url('hero.jpg') center 30%/cover no-repeat;
  opacity: 0.55;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(13,42,54,0.15) 0%, rgba(13,42,54,0.6) 100%);
}
.hero-logo {
  position: relative; z-index: 1;
  margin-bottom: 1.5rem;
}
.hero-logo img {
  height: 110px;
  opacity: 0.95;
}
.hero-content {
  position: relative; z-index: 1;
  text-align: center; color: white;
  padding: 0 1.5rem;
  max-width: 820px;
}
.hero-eyebrow {
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--sky); margin-bottom: 1rem; display: block;
}
.hero h1 { color: white; margin-bottom: 1.2rem; text-shadow: 0 2px 30px rgba(0,0,0,0.3); }
.hero h1 em { font-style: italic; color: var(--teal-light); }
.hero-sub {
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  color: rgba(255,255,255,0.8); margin-bottom: 2.5rem; font-weight: 300;
  max-width: 560px; margin-left: auto; margin-right: auto;
}
.hero-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2.5rem; }
.hero-badges {
  position: relative; z-index: 1;
  display: flex; gap: 0.75rem; flex-wrap: wrap; justify-content: center;
  padding: 0 1rem;
}
.hero-badge {
  background: rgba(200,223,240,0.12);
  border: 1px solid rgba(200,223,240,0.3);
  border-radius: 50px;
  padding: 0.4rem 1.1rem;
  font-size: 0.8rem; font-weight: 500; color: white;
  backdrop-filter: blur(4px);
}

/* ABOUT */
.about { padding: 7rem 0; background: white; }
.about-grid {
  display: grid; grid-template-columns: 1fr 1.6fr;
  gap: 5rem; align-items: center;
}
.about-photo {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center 45%;
  border-radius: 40% 60% 55% 45% / 50% 45% 55% 50%;
  box-shadow: var(--shadow);
  max-height: 480px;
}
.about-text h2 { margin-bottom: 1.2rem; color: var(--ink); }
.about-text p { margin-bottom: 1rem; }
.about-stats { display: flex; gap: 2rem; margin: 2rem 0; }
.stat { display: flex; flex-direction: column; }
.stat-num { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--teal); line-height: 1; }
.stat-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); margin-top: 0.25rem; }

/* SERVICES */
.services { padding: 7rem 0; background: var(--sky-pale); }
.services h2 { margin-bottom: 0.5rem; color: var(--ink); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; margin-bottom: 2.5rem;
}
/* First 2 cards span differently to make 2-on-top layout */
.services-grid .service-card:nth-child(1),
.services-grid .service-card:nth-child(2) {
  grid-column: span 1;
}
/* Force first row to only have 2 cards centered */
.services-grid {
  grid-template-columns: repeat(6, 1fr);
}
.services-grid .service-card:nth-child(1) { grid-column: 1 / 4; }
.services-grid .service-card:nth-child(2) { grid-column: 4 / 7; }
.services-grid .service-card:nth-child(3) { grid-column: 1 / 3; }
.services-grid .service-card:nth-child(4) { grid-column: 3 / 5; }
.services-grid .service-card:nth-child(5) { grid-column: 5 / 7; }
.service-card {
  background: white;
  border-radius: var(--radius);
  padding: 2.2rem 1.75rem;
  text-align: center;
  transition: var(--transition);
  border: 1.5px solid var(--border);
  position: relative;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--teal-light); }
.service-card.featured {
  background: linear-gradient(145deg, var(--teal-dark), var(--slate));
  border-color: var(--teal);
  color: white;
}
.service-card.featured p { color: rgba(255,255,255,0.75); }
.service-card.featured h3 { color: white; }
.featured-label {
  position: absolute; top: -0.8rem; left: 50%; transform: translateX(-50%);
  background: var(--teal); color: white;
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 0.25rem 1rem; border-radius: 50px;
  white-space: nowrap;
}
.service-icon { font-size: 2.4rem; margin-bottom: 0.9rem; }
.service-price {
  font-family: var(--font-display);
  font-size: 1.6rem; font-weight: 700;
  color: var(--teal); margin-bottom: 0.75rem; line-height: 1.2;
}
.service-price span { font-size: 0.85rem; font-weight: 400; color: var(--muted); font-family: var(--font-body); }
.service-card.featured .service-price { color: var(--teal-light); }
.service-card p { font-size: 0.88rem; margin-bottom: 1.5rem; }
.intro-offer {
  text-align: center;
  background: var(--sky-light);
  border-radius: var(--radius);
  padding: 1.2rem 2rem;
  font-size: 0.95rem;
  color: var(--teal-dark);
  border: 1px solid var(--border);
}

/* EVENTS */
.events { padding: 7rem 0; background: white; }
.events h2 { margin-bottom: 0.5rem; color: var(--ink); }
.event-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.5rem;
  background: var(--sky-pale);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 2.5rem;
  margin-top: 1rem;
  align-items: start;
  transition: var(--transition);
}
.event-card:hover { box-shadow: var(--shadow); border-color: var(--teal-light); }
.event-date-block {
  display: flex; flex-direction: column; align-items: center;
  background: var(--teal); color: white;
  border-radius: 12px; padding: 1rem 1.5rem;
  min-width: 90px; text-align: center;
}
.event-month { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; opacity: 0.85; }
.event-day { font-family: var(--font-display); font-size: 3rem; font-weight: 700; line-height: 1; margin: 0.1rem 0; }
.event-dow { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.85; }
.event-tag {
  display: inline-block;
  background: var(--sky-light); color: var(--teal-dark);
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 0.25rem 0.9rem;
  border-radius: 50px; margin-bottom: 0.75rem;
  border: 1px solid var(--border);
}
.event-title { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--ink); margin-bottom: 0.2rem; line-height: 1.1; }
.event-subtitle { font-size: 1rem; color: var(--teal); font-weight: 600; margin-bottom: 0.75rem; }
.event-desc { font-size: 0.93rem; color: var(--muted); margin-bottom: 1.25rem; }
.event-meta {
  display: flex; flex-wrap: wrap; gap: 1rem;
  margin-bottom: 1.5rem;
}
.event-meta span { font-size: 0.88rem; color: var(--slate); font-weight: 500; }
.event-sneak-peek { margin-bottom: 1.5rem; }
.sneak-peek-label { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--teal); margin-bottom: 0.5rem; }
.sneak-peek-video {
  width: 100%; max-width: 420px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: block;
}
.event-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

@media (max-width: 600px) {
  .event-card { grid-template-columns: 1fr; gap: 1.5rem; }
  .event-date-block { flex-direction: row; gap: 1rem; align-items: center; width: fit-content; padding: 0.75rem 1.25rem; }
  .event-day { font-size: 2rem; }
}

/* BACHELORETTE */
.bachelorette {
  position: relative;
  padding: 8rem 0;
  text-align: center;
  overflow: hidden;
}
.bachelorette::before {
  content: '';
  position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1530103862676-de8c9debad1d?w=1600&q=80') center/cover;
  opacity: 0.15;
}
.bachelorette-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(145deg, rgba(13,42,54,0.82) 0%, rgba(29,92,106,0.78) 50%, rgba(13,42,54,0.85) 100%);
}
.bachelorette-inner { position: relative; z-index: 1; color: white; }
.bachelorette-inner h2 { color: white; margin-bottom: 1rem; font-size: clamp(2.5rem, 5vw, 4rem); }
.bach-sub {
  color: rgba(255,255,255,0.85); font-size: 1.1rem;
  max-width: 600px; margin: 0 auto 2.5rem;
}
.bach-perks {
  display: flex; flex-wrap: wrap;
  justify-content: center; gap: 0.75rem; margin-bottom: 2.5rem;
}
.perk {
  background: rgba(200,223,240,0.15);
  border: 1px solid rgba(200,223,240,0.3);
  border-radius: 50px;
  padding: 0.5rem 1.3rem;
  font-size: 0.88rem; font-weight: 500; color: white;
}
.bach-price { color: var(--sky); font-size: 1.15rem; margin-bottom: 2rem; }

/* VIDEO GALLERY */
.video-gallery { padding: 7rem 0; background: var(--sky-pale); }
.video-gallery h2 { margin-bottom: 0.5rem; color: var(--ink); }
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.video-card {
  background: white;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1.5px solid var(--border);
  box-shadow: var(--shadow-soft);
  transition: var(--transition);
}
.video-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.yt-shorts-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  max-height: 420px;
  background: #000;
}
.yt-shorts-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.sneak-peek-video { display: none; }
.video-info { padding: 1.2rem 1.5rem; }
.video-info h4 { font-family: var(--font-display); font-size: 1.15rem; color: var(--ink); margin-bottom: 0.3rem; }
.video-info p { font-size: 0.85rem; color: var(--muted); }

/* GALLERY / INSTAGRAM */
.gallery { padding: 7rem 0; background: white; }
.gallery h2 { margin-bottom: 0.5rem; color: var(--ink); }
#behold-feed { margin-top: 2.5rem; }
.ig-fallback {
  display: flex; flex-direction: column;
  align-items: center; gap: 1rem;
  padding: 4rem 2rem;
  background: var(--sky-pale);
  border-radius: var(--radius);
  border: 2px dashed var(--border);
  margin-top: 2.5rem;
}
.ig-follow-btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
  color: white; font-weight: 600;
  padding: 0.85rem 2rem; border-radius: 50px;
  font-size: 0.95rem; transition: var(--transition);
}
.ig-follow-btn:hover { opacity: 0.88; transform: translateY(-2px); }
.ig-note { font-size: 0.85rem; color: var(--muted); }

/* TESTIMONIALS */
.testimonials { padding: 7rem 0; background: var(--sky-pale); }
.testimonials h2 { margin-bottom: 3rem; font-size: 2.5rem; color: var(--ink); }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.testimonial-card {
  background: white; border-radius: var(--radius);
  padding: 2.2rem; position: relative;
  border: 1.5px solid var(--border);
  box-shadow: var(--shadow-soft);
}
.testimonial-card::before {
  content: '\201C';
  font-family: var(--font-display);
  font-size: 5rem; color: var(--teal);
  opacity: 0.15; position: absolute;
  top: -0.5rem; left: 1.5rem; line-height: 1;
}
.testimonial-card p { font-style: italic; margin-bottom: 1rem; font-size: 0.95rem; color: var(--ink); }
.t-author { font-weight: 600; font-size: 0.82rem; color: var(--teal); }

/* CONTACT */
.contact { padding: 7rem 0; background: linear-gradient(160deg, #0d2a36 0%, #1a4a5a 100%); }
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.6fr;
  gap: 5rem; align-items: start;
}
.contact-info .eyebrow { color: var(--sky); }
.contact-info h2 { color: white; margin-bottom: 1rem; }
.contact-info > p { color: rgba(255,255,255,0.72); margin-bottom: 2rem; }
.contact-links { display: flex; flex-direction: column; gap: 0.85rem; }
.contact-link {
  display: flex; align-items: center; gap: 0.6rem;
  font-size: 0.95rem; color: rgba(255,255,255,0.65);
  transition: var(--transition);
}
.contact-link:hover { color: var(--sky); }

.contact-form { display: flex; flex-direction: column; gap: 1.2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group label {
  font-size: 0.78rem; font-weight: 600; color: rgba(255,255,255,0.6);
  text-transform: uppercase; letter-spacing: 0.07em;
}
.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(255,255,255,0.07);
  border: 1.5px solid rgba(200,223,240,0.2);
  border-radius: 10px;
  padding: 0.9rem 1.1rem;
  color: white;
  font-family: var(--font-body); font-size: 1rem;
  transition: var(--transition);
}
.form-group select option { background: #1a4a5a; color: white; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--teal-light);
  background: rgba(255,255,255,0.1);
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(255,255,255,0.3); }
.form-note { font-size: 0.78rem; color: rgba(255,255,255,0.35); text-align: center; }

/* FOOTER */
.footer { background: #061820; padding: 3rem 0; }
.footer-inner {
  text-align: center; display: flex;
  flex-direction: column; align-items: center; gap: 1rem;
}
.footer-logo-wrap { display: flex; align-items: center; gap: 0.75rem; }
.footer-logo-wrap img { height: 36px; opacity: 0.85; }
.footer-logo { font-family: var(--font-display); font-size: 1.2rem; color: white; font-style: italic; }
.footer-tag { font-size: 0.82rem; color: #4a7080; }
.footer-links { display: flex; gap: 1.5rem; flex-wrap: wrap; justify-content: center; }
.footer-links a { font-size: 0.82rem; color: #4a7080; transition: var(--transition); }
.footer-links a:hover { color: var(--sky); }
.footer-copy { font-size: 0.72rem; color: #2a4050; }

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

/* RESPONSIVE */
@media (max-width: 768px) {
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .about-img { max-width: 260px; margin: 0 auto; }
  .about-img-placeholder { aspect-ratio: 1/1; border-radius: 50%; }
  .about-stats { justify-content: flex-start; gap: 1.5rem; }
  .nav-links {
    display: none; flex-direction: column;
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(13,42,54,0.98);
    padding: 1.5rem 2rem; gap: 1.25rem;
  }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero-badges { gap: 0.5rem; }
  .hero-logo img { height: 80px; }
}

@media (max-width: 500px) {
  .services-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 3rem; }
  .hero-buttons { flex-direction: column; align-items: center; }
}
