/*
Theme Name:  Avita Beauty House
Theme URI:   https://avitabeautyhouse.com
Author:      Avita Beauty House
Description: Luxury dark-gold theme for Avita Beauty House — Hair. Beauty. Confidence.
Version:     3.0.0
Text Domain: avita-beauty-house
*/

/* ============================================================
   CSS VARIABLES
   ============================================================ */
:root {
  --bg:         #080808;
  --surface:    #111111;
  --surface2:   #181818;
  --gold:       #C9A96E;
  --gold-light: #E8D5B0;
  --gold-dim:   rgba(201,169,110,0.15);
  --text:       #F0EBE1;
  --muted:      #6B6358;
  --border:     rgba(201,169,110,0.18);
}

/* ============================================================
   RESET & BASE
   ============================================================ */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: 'Jost', sans-serif; font-weight: 300; overflow-x: hidden; }
body::before { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E"); opacity: 0.035; pointer-events: none; z-index: 9999; }
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 2px; }

/* ============================================================
   NAVBAR
   ============================================================ */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 22px 60px; display: flex; align-items: center; justify-content: space-between; transition: all 0.4s ease; background: transparent; }
nav.scrolled { background: rgba(8,8,8,0.95); backdrop-filter: blur(20px); padding: 16px 60px; border-bottom: 1px solid var(--border); }
.nav-logo { display: flex; flex-direction: column; line-height: 1; text-decoration: none; }
.nav-logo .logo-main { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 400; color: var(--gold); letter-spacing: 0.25em; }
.nav-logo .logo-sub { font-size: 8px; letter-spacing: 0.5em; color: var(--muted); text-transform: uppercase; margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: 40px; list-style: none; }
.nav-links a { text-decoration: none; color: var(--text); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.7; transition: all 0.3s; }
.nav-links a:hover { opacity: 1; color: var(--gold); }
.nav-book { padding: 10px 28px; border: 1px solid var(--gold); color: var(--gold) !important; opacity: 1 !important; border-radius: 50px; font-size: 10px !important; letter-spacing: 0.25em !important; transition: all 0.3s !important; }
.nav-book:hover { background: var(--gold) !important; color: var(--bg) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; z-index: 1001; }
.hamburger span { width: 24px; height: 1px; background: var(--gold); transition: all 0.3s; display: block; }
.hamburger.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { display: none; position: fixed; inset: 0; background: rgba(8,8,8,0.98); z-index: 999; flex-direction: column; align-items: center; justify-content: center; gap: 40px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 300; color: var(--text); text-decoration: none; letter-spacing: 0.15em; transition: color 0.3s; }
.mobile-menu a:hover { color: var(--gold); }

/* ============================================================
   HERO
   ============================================================ */
#hero { position: relative; height: 100vh; overflow: hidden; }
.hero-slides { position: absolute; inset: 0; }
.slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.5s ease; animation: kenburns 8s ease-in-out infinite alternate; }
.slide.active { opacity: 1; }
@keyframes kenburns { from { transform: scale(1.08) translateX(0); } to { transform: scale(1.0) translateX(-1%); } }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(110deg, rgba(8,8,8,0.92) 35%, rgba(8,8,8,0.4) 100%); }
.hero-content { position: relative; z-index: 10; height: 100%; display: flex; flex-direction: column; justify-content: center; padding: 0 10%; max-width: 750px; }
.hero-eyebrow { font-size: 10px; letter-spacing: 0.5em; text-transform: uppercase; color: var(--gold); margin-bottom: 28px; opacity: 0; animation: fadeUp 0.9s ease 0.5s forwards; }
.hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(56px, 7vw, 100px); font-weight: 300; line-height: 1.0; margin-bottom: 28px; opacity: 0; animation: fadeUp 0.9s ease 0.8s forwards; }
.hero-title em { font-style: italic; color: var(--gold-light); }
.hero-sub { font-size: 14px; font-weight: 300; color: rgba(240,235,225,0.65); line-height: 1.9; max-width: 400px; margin-bottom: 48px; opacity: 0; animation: fadeUp 0.9s ease 1.0s forwards; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; opacity: 0; animation: fadeUp 0.9s ease 1.2s forwards; }
.btn-primary { padding: 14px 38px; background: var(--gold); color: var(--bg); text-decoration: none; font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase; font-weight: 500; border-radius: 50px; transition: all 0.3s; border: 1px solid var(--gold); display: inline-block; text-align: center; }
.btn-primary:hover { background: transparent; color: var(--gold); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(201,169,110,0.25); }
.btn-secondary { padding: 14px 38px; background: transparent; color: var(--gold); text-decoration: none; font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase; font-weight: 400; border-radius: 50px; border: 1px solid rgba(201,169,110,0.4); transition: all 0.3s; display: inline-block; text-align: center; }
.btn-secondary:hover { border-color: var(--gold); background: var(--gold-dim); transform: translateY(-2px); }
.hero-dots { position: absolute; bottom: 90px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; z-index: 10; }
.dot { width: 20px; height: 1px; background: rgba(201,169,110,0.3); cursor: pointer; transition: all 0.3s; }
.dot.active { background: var(--gold); width: 36px; }

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee-bar { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 14px 0; overflow: hidden; white-space: nowrap; }
.marquee-track { display: inline-block; animation: marquee 30s linear infinite; }
.marquee-track span { font-size: 10px; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); padding: 0 30px; }
.marquee-track .sep { color: var(--muted); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   SECTION BASE
   ============================================================ */
section { padding: 120px 10%; }
.section-label { font-size: 9px; letter-spacing: 0.6em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; display: block; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(38px, 5vw, 64px); font-weight: 300; line-height: 1.1; margin-bottom: 16px; }
.section-sub { font-size: 13px; color: var(--muted); letter-spacing: 0.05em; line-height: 1.9; }
.gold-line { width: 48px; height: 1px; background: var(--gold); margin: 24px 0; }

/* ============================================================
   SERVICES
   ============================================================ */
#services { background: var(--surface); }
.services-header { text-align: center; margin-bottom: 60px; }
.services-header .gold-line { margin: 24px auto; }
.tabs { display: flex; justify-content: center; flex-wrap: wrap; margin-bottom: 56px; border-bottom: 1px solid var(--border); }
.tab-btn { background: none; border: none; color: var(--muted); font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase; padding: 14px 28px; cursor: pointer; position: relative; transition: color 0.3s; }
.tab-btn::after { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform 0.3s; }
.tab-btn.active { color: var(--gold); }
.tab-btn.active::after { transform: scaleX(1); }
.tab-btn:hover { color: var(--text); }
.tab-content { display: none; }
.tab-content.active { display: block; }
.note-banner { font-size: 11px; color: var(--muted); font-style: italic; text-align: center; margin-bottom: 40px; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.service-card { background: var(--surface); padding: 32px 28px; display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; transition: all 0.3s; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, var(--gold-dim) 0%, transparent 60%); opacity: 0; transition: opacity 0.3s; }
.service-card:hover { background: var(--surface2); transform: translateY(-2px); }
.service-card:hover::before { opacity: 1; }
.card-info { flex: 1; }
.card-name { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 400; margin-bottom: 6px; line-height: 1.3; }
.card-desc { font-size: 11px; color: var(--muted); line-height: 1.7; }
.card-price { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 400; color: var(--gold); white-space: nowrap; flex-shrink: 0; }
.bridal-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 16px; }
.bridal-group-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: var(--gold); margin-bottom: 24px; letter-spacing: 0.1em; }
.bridal-header-row { display: flex; justify-content: space-between; font-size: 9px; letter-spacing: 0.3em; color: var(--muted); text-transform: uppercase; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
.bridal-row { display: flex; justify-content: space-between; align-items: baseline; padding: 12px 0; border-bottom: 1px solid rgba(201,169,110,0.07); }
.bridal-row-name { font-size: 13px; flex: 1; padding-right: 16px; }
.bridal-row-price { font-family: 'Cormorant Garamond', serif; font-size: 16px; color: var(--gold); white-space: nowrap; }

/* ============================================================
   MEMBERSHIP — SINGLE CENTERED CARD
   ============================================================ */
#membership { background: var(--bg); }

.membership-single-wrap {
  max-width: 860px;
  margin: 60px auto 0;
}

.membership-card-single {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  background: var(--surface);
  border: 1px solid rgba(201,169,110,0.4);
  overflow: hidden;
  position: relative;
  transition: transform 0.4s, box-shadow 0.4s;
}

.membership-card-single::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201,169,110,0.07) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.membership-card-single:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 80px rgba(0,0,0,0.6), 0 0 60px rgba(201,169,110,0.1);
}

.membership-single-left {
  position: relative;
  z-index: 1;
  padding: 56px 48px;
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  background: linear-gradient(160deg, #181510 0%, var(--surface) 100%);
}

.membership-single-right {
  position: relative;
  z-index: 1;
  padding: 56px 48px;
  display: flex;
  align-items: center;
}

.membership-card-single .card-icon { font-size: 24px; margin-bottom: 20px; opacity: 0.8; color: var(--gold); }

.membership-card-single .membership-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--text);
  margin-bottom: 8px;
}

.membership-card-single .membership-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 300;
  color: var(--gold);
  margin: 20px 0 4px;
  line-height: 1;
}

.membership-card-single .membership-price span {
  font-size: 14px;
  color: var(--muted);
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}

.membership-perks {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.membership-perks li {
  font-size: 13px;
  color: rgba(240,235,225,0.85);
  padding-left: 24px;
  position: relative;
  line-height: 1.6;
}

.membership-perks li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 9px;
  top: 4px;
}

.influencer-note { text-align: center; margin-top: 48px; font-style: italic; font-family: 'Cormorant Garamond', serif; font-size: 17px; color: var(--muted); max-width: 550px; margin-left: auto; margin-right: auto; line-height: 1.8; }
.influencer-note strong { color: var(--gold-light); font-weight: 400; }

/* ============================================================
   ABOUT
   ============================================================ */
#about { background: var(--surface); display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.about-image-wrap { position: relative; aspect-ratio: 3/4; overflow: hidden; will-change: transform; }
.about-image-wrap img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.85) saturate(0.8); transition: all 0.6s; }
.about-image-wrap:hover img { transform: scale(1.04); filter: brightness(0.9) saturate(0.9); }
.about-image-wrap::before { content: ''; position: absolute; inset: 12px; border: 1px solid var(--border); z-index: 2; pointer-events: none; }
.about-image-wrap::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 40%; background: linear-gradient(to top, rgba(8,8,8,0.8), transparent); z-index: 1; }
.about-body { font-size: 14px; color: rgba(240,235,225,0.7); line-height: 2.0; margin-bottom: 40px; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }
.why-item { display: flex; gap: 14px; align-items: flex-start; }
.why-icon { color: var(--gold); font-size: 14px; flex-shrink: 0; margin-top: 3px; }
.why-title { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 4px; }
.why-desc { font-size: 11px; color: var(--muted); line-height: 1.7; }

/* ============================================================
   PARALLAX DIVIDERS
   ============================================================ */
.parallax-divider { position: relative; height: 480px; background-attachment: fixed; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; z-index: 1; clear: both; }
.parallax-divider::before { content: ''; position: absolute; inset: 0; background: rgba(8,8,8,0.62); z-index: 1; }
.parallax-divider-content { position: relative; z-index: 2; text-align: center; padding: 0 10%; max-width: 900px; }
.parallax-divider-content blockquote { font-family: 'Cormorant Garamond', serif; font-size: clamp(24px, 4vw, 48px); font-weight: 300; font-style: italic; color: var(--text); line-height: 1.4; margin: 0 auto 24px; }
.parallax-divider-content cite { font-size: 11px; letter-spacing: 0.4em; text-transform: uppercase; color: var(--gold); font-style: normal; }
.parallax-divider-content .gold-rule { width: 60px; height: 1px; background: var(--gold); margin: 20px auto; }
.parallax-divider.cta-divider { height: 380px; }
.parallax-divider.cta-divider .parallax-divider-content h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px, 5vw, 64px); font-weight: 300; color: var(--text); margin-bottom: 8px; line-height: 1.1; }
.parallax-divider.cta-divider .parallax-divider-content p { font-size: 14px; color: rgba(240,235,225,0.65); margin-bottom: 36px; }

/* ============================================================
   GALLERY
   ============================================================ */
#gallery { background: var(--bg); overflow: hidden; }
.gallery-header { text-align: center; margin-bottom: 70px; }
.gallery-header .gold-line { margin: 24px auto; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; overflow: hidden; }
.gallery-col { display: flex; flex-direction: column; gap: 12px; will-change: transform; }
.gallery-col:nth-child(2) { margin-top: 40px; }
.gallery-item { position: relative; overflow: hidden; cursor: pointer; }
.gallery-item img { width: 100%; display: block; filter: brightness(0.85) saturate(0.75); transition: all 0.6s ease; aspect-ratio: 4/3; object-fit: cover; }
.gallery-item:hover img { transform: scale(1.06); filter: brightness(0.7) saturate(0.6); }
.gallery-overlay { position: absolute; inset: 0; background: rgba(8,8,8,0.4); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.4s; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay-icon { font-size: 28px; color: var(--gold); }
.lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.95); z-index: 9000; align-items: center; justify-content: center; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 85vh; object-fit: contain; }
.lightbox-close { position: absolute; top: 30px; right: 40px; font-size: 28px; color: var(--gold); cursor: pointer; background: none; border: none; line-height: 1; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
#reviews { background: var(--surface); overflow: hidden; }
.reviews-header { text-align: center; margin-bottom: 60px; }
.reviews-header .gold-line { margin: 24px auto; }
.carousel-track-wrap { overflow: hidden; }
.carousel-track { display: flex; gap: 24px; animation: carouselScroll 40s linear infinite; width: max-content; }
.carousel-track:hover { animation-play-state: paused; }
@keyframes carouselScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.review-card { flex-shrink: 0; width: 340px; background: var(--bg); border: 1px solid var(--border); padding: 36px 32px; transition: border-color 0.3s; }
.review-card:hover { border-color: rgba(201,169,110,0.35); }
.stars { color: var(--gold); font-size: 12px; letter-spacing: 2px; margin-bottom: 20px; }
.review-text { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-style: italic; font-weight: 300; line-height: 1.8; color: rgba(240,235,225,0.85); margin-bottom: 24px; }
.review-author { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.review-service { color: var(--gold); font-size: 10px; }

/* ============================================================
   LOCATIONS
   ============================================================ */
#locations { background: var(--bg); }
.locations-header { text-align: center; margin-bottom: 70px; }
.locations-header .gold-line { margin: 24px auto; }
.locations-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.location-card { background: var(--surface); border: 1px solid var(--border); overflow: hidden; transition: all 0.4s; }
.location-card:hover { border-color: rgba(201,169,110,0.35); transform: translateY(-4px); box-shadow: 0 20px 50px rgba(0,0,0,0.5); }
.location-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; filter: brightness(0.75) saturate(0.7); transition: all 0.4s; display: block; }
.location-card:hover .location-img { filter: brightness(0.85) saturate(0.8); }
.location-body { padding: 32px 28px; }
.location-city { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 400; margin-bottom: 6px; }
.location-address { font-size: 12px; color: var(--muted); line-height: 1.8; margin-bottom: 20px; }
.location-phone { font-size: 13px; color: var(--gold); text-decoration: none; letter-spacing: 0.05em; margin-bottom: 20px; display: block; transition: color 0.3s; }
.location-phone:hover { color: var(--gold-light); }
.location-btns { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.location-btns .btn-primary { font-size: 9px; padding: 11px 24px; flex: 1; text-align: center; }
.btn-directions { display: inline-block; padding: 10px 20px; border: 1px solid var(--border); color: var(--text); text-decoration: none; font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; border-radius: 50px; transition: all 0.3s; flex: 1; text-align: center; }
.btn-directions:hover { border-color: var(--gold); color: var(--gold); }

/* ============================================================
   FOOTER
   ============================================================ */
footer { background: #050505; border-top: 1px solid var(--border); padding: 80px 10% 40px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 60px; }
.footer-logo-main { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 300; color: var(--gold); letter-spacing: 0.2em; margin-bottom: 4px; }
.footer-logo-sub { font-size: 8px; letter-spacing: 0.5em; color: var(--muted); text-transform: uppercase; margin-bottom: 16px; display: block; }
.footer-tagline { font-style: italic; font-family: 'Cormorant Garamond', serif; font-size: 14px; color: var(--muted); margin-bottom: 28px; }
.social-links { display: flex; gap: 16px; }
.social-links a { width: 36px; height: 36px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; text-decoration: none; color: var(--muted); font-size: 11px; border-radius: 50%; transition: all 0.3s; }
.social-links a:hover { border-color: var(--gold); color: var(--gold); background: var(--gold-dim); }
.footer-col-title { font-size: 9px; letter-spacing: 0.4em; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-links a { text-decoration: none; color: var(--muted); font-size: 12px; transition: color 0.3s; }
.footer-links a:hover { color: var(--gold); }
.footer-location { margin-bottom: 20px; }
.footer-location-city { font-family: 'Cormorant Garamond', serif; font-size: 16px; color: var(--text); margin-bottom: 4px; }
.footer-location-info { font-size: 11px; color: var(--muted); line-height: 1.8; }
.footer-location-info a { color: var(--muted); text-decoration: none; transition: color 0.3s; }
.footer-location-info a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(201,169,110,0.08); padding-top: 32px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.footer-copy { font-size: 10px; color: var(--muted); letter-spacing: 0.1em; }
.footer-email { font-size: 10px; color: var(--muted); text-decoration: none; letter-spacing: 0.1em; transition: color 0.3s; }
.footer-email:hover { color: var(--gold); }

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.fade-up { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-up:nth-child(2) { transition-delay: 0.1s; }
.fade-up:nth-child(3) { transition-delay: 0.2s; }
.fade-up:nth-child(4) { transition-delay: 0.3s; }

/* ============================================================
   MOBILE STICKY BOOK NOW BAR — only on mobile
   ============================================================ */
.mobile-book-bar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 998;
  background: var(--gold);
}
.mobile-book-bar a {
  display: block;
  width: 100%;
  padding: 18px;
  text-align: center;
  color: var(--bg);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Jost', sans-serif;
}

/* ============================================================
   RESPONSIVE — TABLET
   ============================================================ */
@media (max-width: 1024px) {
  nav { padding: 20px 40px; }
  nav.scrolled { padding: 14px 40px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  section { padding: 90px 8%; }
  #about { grid-template-columns: 1fr; gap: 50px; }
  .about-image-wrap { aspect-ratio: 16/9; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .bridal-cols { grid-template-columns: 1fr; }
  .locations-grid { grid-template-columns: 1fr 1fr; }
  .membership-card-single { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   RESPONSIVE — MOBILE
   ============================================================ */
@media (max-width: 768px) {
  /* Show sticky Book Now bar — ONLY on mobile */
  .mobile-book-bar { display: block; }
  body { padding-bottom: 58px; }

  nav { padding: 16px 20px; }
  nav.scrolled { padding: 12px 20px; }
  section { padding: 70px 5%; }

  /* Hero */
  .hero-content { padding: 0 6%; }
  .hero-btns { flex-direction: column; align-items: flex-start; gap: 12px; }
  .hero-btns .btn-primary, .hero-btns .btn-secondary { width: 100%; max-width: 300px; padding: 16px 20px; font-size: 11px; }

  /* Membership — stack vertically */
  .membership-card-single { grid-template-columns: 1fr; }
  .membership-single-left { padding: 36px 28px; border-right: none; border-bottom: 1px solid var(--border); }
  .membership-single-right { padding: 32px 28px; }
  .membership-card-single .membership-price { font-size: 42px; }

  /* Services */
  .services-grid { grid-template-columns: 1fr; }
  .tabs { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 0; }
  .tab-btn { font-size: 9px; padding: 12px 16px; white-space: nowrap; }

  /* Gallery */
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .gallery-col:nth-child(3) { display: none; }
  .gallery-col:nth-child(2) { margin-top: 20px; }

  /* Reviews */
  .review-card { width: 280px; padding: 24px 20px; }

  /* Locations */
  .locations-grid { grid-template-columns: 1fr; }
  .location-btns { flex-direction: column; }
  .location-btns .btn-primary, .btn-directions { width: 100%; padding: 14px; font-size: 10px; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 10px; }

  /* About */
  #about { grid-template-columns: 1fr; gap: 40px; }
  .about-image-wrap { aspect-ratio: 16/9; }
  .why-grid { grid-template-columns: 1fr; }

  /* Parallax */
  .parallax-divider { background-attachment: scroll; height: 280px; }
  .parallax-divider.cta-divider { height: 240px; }
  .parallax-divider-content blockquote { font-size: 18px; }

  /* Bridal */
  .bridal-cols { grid-template-columns: 1fr; }

  /* Section titles */
  .section-title { font-size: clamp(30px, 8vw, 48px); }
}

@media (max-width: 480px) {
  .hero-title { font-size: clamp(42px, 11vw, 60px); }
  .membership-single-left { padding: 28px 20px; }
  .membership-single-right { padding: 24px 20px; }
}


/* ============================================================
   AVITA FINAL STABLE FIXES
   ============================================================ */

/* Desktop CALL button in header */
.nav-call {
  padding: 10px 22px;
  border: 1px solid rgba(201,169,110,0.65);
  color: var(--text) !important;
  opacity: 1 !important;
  border-radius: 50px;
  font-size: 10px !important;
  letter-spacing: 0.25em !important;
  text-transform: uppercase;
  transition: all 0.3s !important;
}
.nav-call:hover {
  border-color: var(--gold);
  color: var(--gold) !important;
  background: var(--gold-dim);
}

/* Clean services summary layout */
.services-intro {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}
.services-intro p {
  font-size: 13px;
  color: rgba(240,235,225,0.7);
  line-height: 1.9;
}
.services-grid-clean {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
  background: transparent;
  border: none;
}
.services-grid-clean .service-card {
  background: var(--bg);
  border: 1px solid var(--border);
  min-height: 170px;
}
.services-grid-clean .service-card:hover {
  border-color: rgba(201,169,110,0.38);
}
.services-footnote {
  max-width: 760px;
  margin: 24px auto 0;
  text-align: center;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
}
.services-cta {
  text-align: center;
  margin-top: 28px;
}


/* ============================================================
   MOBILE ACTION BAR
   ============================================================ */

.mobile-book-bar{
  display:none !important;
}

.mobile-action-bar{
position:fixed;
bottom:0;
left:0;
right:0;
height:64px;
display:flex;
z-index:9999;
background:#0b0b0b;
border-top:1px solid rgba(201,169,110,.3);
}

.mobile-action-bar a{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-size:12px;
  letter-spacing:.2em;
  text-transform:uppercase;
  font-weight:500;
}

.mobile-call{
flex:1;
display:flex;
align-items:center;
justify-content:center;
color:#c9a96e;
border-left:1px solid #c9a96e;
border-right:1px solid #c9a96e;
font-weight:500;
letter-spacing:.15em;
}

.mobile-book{
flex:1;
display:flex;
align-items:center;
justify-content:center;
background:#c9a96e;
color:#0b0b0b;
font-weight:600;
letter-spacing:.15em;
}

/* MOBILE ONLY */
@media (max-width:768px){
  .mobile-action-bar{
    display:flex;
  }

  body{
    padding-bottom:64px;
  }
}




@media(min-width:769px){
.mobile-action-bar{
display:none;
}
}


@media (max-width: 768px) {
  .mobile-book-bar { display: none !important; }
  .mobile-action-bar { display: flex; }
  body { padding-bottom: 58px; }
  .services-grid-clean { grid-template-columns: 1fr; }
  .services-grid-clean .service-card { min-height: auto; }
}

/* clickable service cards */
.service-card{
cursor:pointer;
}
.service-card:hover{
border-color:var(--gold);
}
