/*
Theme Name:  Photo Booth Events 4U
Theme URI:   https://photoboothevents4u.com
Author:      Photo Booth Events 4U
Author URI:  https://photoboothevents4u.com
Description: Custom landing page theme for Photo Booth Events 4U — premium photo booth rentals in South Florida. Features six booth types, interactive à la carte package builder, full SEO and AI search optimization, and mobile-first responsive design.
Version:     1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License:     Private — All Rights Reserved
License URI: https://photoboothevents4u.com
Tags:        photo-booth, events, south-florida, one-page, custom, light
Text Domain: pbe4u
*/

/* ═══════════════════════════════════════════════
   TABLE OF CONTENTS
   1.  CSS Custom Properties (Design Tokens)
   2.  Reset & Base
   3.  Navigation
   4.  Hero Section
   5.  Includes Strip
   6.  Marquee / Ticker
   7.  Section Shared Styles
   8.  Booths Grid
   9.  Package Builder
   10. Add-Ons Section
   11. Seasonal Pricing
   12. Testimonials
   13. FAQ Accordion
   14. Social Bar
   15. CTA Banner
   16. Footer
   17. Animations
   18. Responsive / Mobile
════════════════════════════════════════════════ */

/* ─────────────────────────────────────────────
   1. CSS CUSTOM PROPERTIES (DESIGN TOKENS)
───────────────────────────────────────────── */
:root {
  /* Backgrounds */
  --bg:        #FAFAF8;
  --bg-alt:    #F4F1EC;
  --bg-card:   #FFFFFF;

  /* Brand colours */
  --navy:      #1A1F3C;
  --navy-lt:   #2D3461;
  --gold:      #B8892A;
  --gold-lt:   #D4A843;
  --gold-bg:   #FBF5E8;
  --pink:      #E8176E;
  --pink-lt:   #FF4A95;
  --pink-bg:   #FEF0F7;

  /* Text */
  --text:      #1A1F3C;
  --muted:     #6B7094;

  /* Borders */
  --border:    #E2DDD5;
  --border-dk: #CBC5BB;

  /* Accent */
  --teal:      #0891B2;

  /* Shadows */
  --shadow:    0 4px 24px rgba(26,31,60,.08);
  --shadow-lg: 0 12px 48px rgba(26,31,60,.13);

  /* Per-booth accent colours */
  --c-dslr:    #3B6FD4;
  --c-360:     #7C3AED;
  --c-mirror:  #B8892A;
  --c-aerial:  #0891B2;
  --c-glambot: #DC2626;
  --c-video:   #E8176E;
}

/* ─────────────────────────────────────────────
   2. RESET & BASE
───────────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Barlow', sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.65;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ─────────────────────────────────────────────
   3. NAVIGATION
───────────────────────────────────────────── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 5%;
  background: rgba(250,250,248,.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 16px rgba(26,31,60,.06);
}

.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .03em;
  text-decoration: none;
}
.nav-logo span { color: var(--pink); }

.nav-links {
  display: flex;
  gap: 30px;
  list-style: none;
}
.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: .83rem;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: color .2s;
}
.nav-links a:hover { color: var(--navy); }

.nav-cta {
  background: var(--pink) !important;
  color: #fff !important;
  padding: 9px 22px;
  border-radius: 5px;
  font-weight: 700 !important;
  transition: background .2s !important;
}
.nav-cta:hover { background: var(--pink-lt) !important; }

.nav-burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--navy);
  margin: 5px 0;
  transition: .3s;
}

/* ─────────────────────────────────────────────
   4. HERO SECTION
───────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 5% 80px;
  position: relative;
  background:
    radial-gradient(ellipse 80% 55% at 50% 0%,  rgba(184,137,42,.12) 0%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 90% 80%, rgba(232,23,110,.08)  0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 70%, rgba(59,111,212,.06)  0%, transparent 55%),
    var(--bg);
}

.hero-eyebrow {
  font-size: .75rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.hero-eyebrow::before,
.hero-eyebrow::after {
  content: '';
  display: block;
  height: 1px;
  width: 36px;
  background: var(--gold-lt);
  opacity: .7;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 7.5vw, 6.5rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.02em;
  color: var(--navy);
  margin-bottom: 10px;
}
.hero h1 em      { font-style: italic; color: var(--gold); font-size: .78em; }
.hero h1 .highlight { color: var(--pink); }

.hero-sub {
  font-size: clamp(.98rem, 1.8vw, 1.2rem);
  font-weight: 300;
  color: var(--muted);
  max-width: 580px;
  margin: 22px auto 42px;
  line-height: 1.75;
}
.hero-sub strong { color: var(--navy); font-weight: 600; }

.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-primary {
  background: var(--pink);
  color: #fff;
  text-decoration: none;
  padding: 16px 36px;
  border-radius: 5px;
  font-weight: 700;
  font-size: .97rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: transform .2s, background .2s;
  display: inline-block;
  box-shadow: 0 6px 24px rgba(232,23,110,.3);
}
.btn-primary:hover { transform: translateY(-2px); background: var(--pink-lt); color: #fff; }

.btn-secondary {
  background: transparent;
  color: var(--navy);
  text-decoration: none;
  padding: 16px 36px;
  border-radius: 5px;
  font-weight: 700;
  font-size: .97rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  border: 2px solid var(--navy);
  transition: transform .2s, background .2s;
  display: inline-block;
}
.btn-secondary:hover { transform: translateY(-2px); background: var(--navy); color: #fff; }

.hero-trust {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 500;
}
.trust-item .icon { font-size: 1rem; }
.trust-divider   { width: 1px; height: 26px; background: var(--border-dk); }
.stars           { color: var(--gold); letter-spacing: 2px; font-size: .95rem; }

/* ─────────────────────────────────────────────
   5. INCLUDES STRIP
───────────────────────────────────────────── */
.includes-strip {
  background: var(--navy);
  padding: 16px 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 28px;
}
.include-chip {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
}
.include-chip::before { content: '✦'; font-size: .55rem; color: var(--gold-lt); }

/* ─────────────────────────────────────────────
   6. MARQUEE / TICKER
───────────────────────────────────────────── */
.strip {
  background: var(--gold);
  padding: 11px 0;
  overflow: hidden;
  white-space: nowrap;
}
.strip-inner {
  display: inline-flex;
  gap: 0;
  animation: marquee 30s linear infinite;
}
.strip span {
  color: #fff;
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 0 26px;
}
.strip span.dot { color: rgba(255,255,255,.45); }

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

/* ─────────────────────────────────────────────
   7. SECTION SHARED STYLES
───────────────────────────────────────────── */
section { padding: 90px 5%; }

.section-label {
  font-size: .71rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 10px;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.1;
  color: var(--navy);
  margin-bottom: 14px;
}
.section-sub {
  color: var(--muted);
  font-size: 1rem;
  max-width: 540px;
  font-weight: 400;
}

/* ─────────────────────────────────────────────
   8. BOOTHS GRID
───────────────────────────────────────────── */
.booths-section { background: var(--bg); }

.booths-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 52px;
  flex-wrap: wrap;
  gap: 20px;
}

.booth-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}

.booth-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
  position: relative;
  cursor: pointer;
  box-shadow: var(--shadow);
}
.booth-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.booth-card-accent {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
}
.booth-badge {
  position: absolute;
  top: 16px; right: 16px;
  background: var(--navy);
  color: var(--gold-lt);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}
.booth-card-body { padding: 30px 28px 26px; }
.booth-icon      { font-size: 2rem; margin-bottom: 14px; }
.booth-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 3px;
}
.booth-tagline {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 14px;
  opacity: .8;
}
.booth-desc {
  font-size: .91rem;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 20px;
}
.booth-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.booth-features li {
  font-size: .84rem;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 9px;
}
.booth-features li::before { content: '◆'; font-size: .42rem; flex-shrink: 0; }
.booth-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}
.price-from   { font-size: .68rem; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.price-amount { font-family: 'Playfair Display', serif; font-size: 1.75rem; font-weight: 700; }
.price-note   { font-size: .7rem; color: var(--muted); }

.btn-add {
  background: var(--pink);
  color: #fff;
  border: none;
  padding: 11px 22px;
  border-radius: 5px;
  font-weight: 700;
  font-size: .81rem;
  letter-spacing: .05em;
  cursor: pointer;
  transition: background .2s, transform .2s;
  text-transform: uppercase;
}
.btn-add:hover          { background: var(--pink-lt); transform: scale(1.03); }
.btn-add.added          { background: #16A34A; }
.btn-add.added::before  { content: '✓ '; }

/* ─────────────────────────────────────────────
   9. PACKAGE BUILDER
───────────────────────────────────────────── */
.builder-section {
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.builder-wrap { max-width: 920px; margin: 0 auto; }

.builder-box {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 44px;
  box-shadow: var(--shadow-lg);
}
.builder-box h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}
.builder-box > h3 + p {
  color: var(--muted);
  margin-bottom: 24px;
  font-size: .95rem;
}
.step-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 32px 0;
}

/* Duration picker */
.duration-picker {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.dur-btn {
  flex: 1;
  min-width: 110px;
  border: 2px solid var(--border);
  background: transparent;
  border-radius: 10px;
  padding: 16px 10px;
  cursor: pointer;
  color: var(--muted);
  font-family: 'Barlow', sans-serif;
  text-align: center;
  transition: .2s;
}
.dur-btn .dur-hrs   { font-size: 1.5rem; font-weight: 700; color: var(--navy); display: block; }
.dur-btn .dur-label { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.dur-btn:hover      { border-color: var(--gold); }
.dur-btn.active     { border-color: var(--gold); background: var(--gold-bg); color: var(--gold); }
.dur-btn.active .dur-hrs { color: var(--gold); }

.dur-btn.popular-badge { position: relative; }
.dur-btn.popular-badge::after {
  content: 'MOST POPULAR';
  position: absolute;
  top: -10px; left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: #fff;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .1em;
  padding: 2px 8px;
  border-radius: 10px;
  white-space: nowrap;
}

/* Builder booth selector */
.builder-booths {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  gap: 10px;
}
.builder-booth-opt {
  border: 1.5px solid var(--border);
  background: var(--bg);
  border-radius: 9px;
  padding: 14px 16px;
  cursor: pointer;
  color: var(--text);
  font-family: 'Barlow', sans-serif;
  text-align: left;
  transition: .2s;
  display: flex;
  align-items: center;
  gap: 12px;
}
.builder-booth-opt:hover   { border-color: var(--border-dk); background: var(--bg-alt); }
.builder-booth-opt.selected{ border-color: var(--pink); background: var(--pink-bg); }
.bbo-icon { font-size: 1.4rem; }
.bbo-info .bbo-name  { font-weight: 700; font-size: .93rem; color: var(--navy); }
.bbo-info .bbo-price { font-size: .8rem; color: var(--muted); }
.bbo-check {
  margin-left: auto;
  width: 20px; height: 20px;
  border-radius: 50%;
  border: 1.5px solid var(--border-dk);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .72rem;
}
.builder-booth-opt.selected .bbo-check {
  background: var(--pink);
  border-color: var(--pink);
  color: #fff;
}

/* Add-on toggles inside builder */
.addons-label {
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 12px;
}
.addons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}
.addon-opt {
  border: 1.5px solid var(--border);
  background: var(--bg);
  border-radius: 7px;
  padding: 12px 14px;
  cursor: pointer;
  color: var(--text);
  font-family: 'Barlow', sans-serif;
  text-align: left;
  transition: .2s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.addon-opt:hover   { border-color: var(--teal); }
.addon-opt.selected{ border-color: var(--teal); background: #EFF9FA; }
.addon-name  { font-size: .87rem; font-weight: 500; color: var(--navy); }
.addon-price { font-size: .8rem; color: var(--teal); font-weight: 700; }
.addon-check {
  margin-left: auto;
  width: 18px; height: 18px;
  border-radius: 4px;
  border: 1.5px solid var(--border-dk);
  flex-shrink: 0;
  transition: .2s;
}
.addon-opt.selected .addon-check { background: var(--teal); border-color: var(--teal); }

/* Live quote box */
.quote-box {
  background: linear-gradient(135deg, var(--gold-bg), var(--pink-bg));
  border: 1.5px solid var(--gold-lt);
  border-radius: 14px;
  padding: 30px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.quote-label  { font-size: .73rem; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); }
.quote-amount { font-family: 'Playfair Display', serif; font-size: 3.2rem; font-weight: 900; color: var(--navy); }
.quote-detail { font-size: .82rem; color: var(--muted); }
.quote-cta    { display: flex; flex-direction: column; gap: 10px; text-align: center; }
.quote-note   { font-size: .74rem; color: var(--muted); }

/* ─────────────────────────────────────────────
   10. ADD-ONS SECTION
───────────────────────────────────────────── */
.addons-section { background: var(--bg); }

.addons-full-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 40px;
}
.addon-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 11px;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: transform .2s, box-shadow .2s;
  box-shadow: var(--shadow);
}
.addon-card:hover              { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: var(--gold-lt); }
.addon-card .addon-icon        { font-size: 1.8rem; flex-shrink: 0; }
.addon-card-info .addon-card-name  { font-weight: 700; color: var(--navy); margin-bottom: 3px; }
.addon-card-info .addon-card-price { color: var(--gold); font-weight: 700; font-size: 1.1rem; }

/* ─────────────────────────────────────────────
   11. SEASONAL PRICING
───────────────────────────────────────────── */
.seasonal-section { background: var(--bg-alt); }

.seasonal-cards {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.season-card {
  flex: 1;
  min-width: 200px;
  border-radius: 14px;
  padding: 30px;
  text-align: center;
  color: #fff;
}
.season-card.peak   { background: linear-gradient(135deg, #4F46E5, #7C3AED); }
.season-card.summer { background: linear-gradient(135deg, #0891B2, #06B6D4); }
.season-card.early  { background: linear-gradient(135deg, #15803D, #22C55E); }
.season-pct  { font-family: 'Playfair Display', serif; font-size: 2.8rem; font-weight: 900; }
.season-name { font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 8px; opacity: .85; }
.season-desc { font-size: .88rem; opacity: .85; }

/* ─────────────────────────────────────────────
   12. TESTIMONIALS
───────────────────────────────────────────── */
.testimonials-section { background: var(--bg); }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 22px;
  margin-top: 48px;
}
.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 32px;
  position: relative;
  box-shadow: var(--shadow);
  transition: box-shadow .2s;
}
.testimonial-card:hover { box-shadow: var(--shadow-lg); }
.testimonial-card::before {
  content: '\201C';
  font-family: 'Playfair Display', serif;
  font-size: 6rem;
  line-height: .55;
  color: var(--pink);
  opacity: .15;
  position: absolute;
  top: 20px; right: 22px;
}
.testimonial-stars { color: var(--gold); font-size: 1rem; margin-bottom: 14px; }
.testimonial-text  { font-size: .93rem; color: var(--muted); line-height: 1.75; margin-bottom: 20px; }
.testimonial-name  { font-weight: 700; font-size: .88rem; color: var(--navy); }
.testimonial-event { font-size: .77rem; color: var(--muted); }

/* ─────────────────────────────────────────────
   13. FAQ ACCORDION
───────────────────────────────────────────── */
.faq-section { background: var(--bg-alt); }

.faq-grid { max-width: 760px; margin: 48px auto 0; }

.faq-item { border-bottom: 1px solid var(--border); }

.faq-q {
  width: 100%;
  background: none;
  border: none;
  color: var(--navy);
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  padding: 22px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-q::after              { content: '+'; font-size: 1.4rem; color: var(--gold); flex-shrink: 0; transition: .3s; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.75;
}
.faq-item.open .faq-a { max-height: 300px; padding-bottom: 22px; }

/* ─────────────────────────────────────────────
   14. SOCIAL BAR
───────────────────────────────────────────── */
.social-section {
  background: var(--navy);
  padding: 64px 5%;
  text-align: center;
}
.social-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.social-section p {
  color: rgba(255,255,255,.6);
  margin-bottom: 34px;
}
.social-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.social-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: .93rem;
  transition: transform .2s, opacity .2s;
}
.social-btn:hover { transform: translateY(-2px); opacity: .9; }
.social-btn.fb { background: #1877F2; color: #fff; }
.social-btn.ig { background: linear-gradient(135deg, #833AB4, #FD1D1D, #F77737); color: #fff; }

/* ─────────────────────────────────────────────
   15. CTA BANNER
───────────────────────────────────────────── */
.cta-section {
  background: var(--gold-bg);
  border-top: 1px solid rgba(184,137,42,.25);
  text-align: center;
  padding: 100px 5%;
}
.cta-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 14px;
}
.cta-section h2 em { font-style: italic; color: var(--gold); }
.cta-section > p {
  color: var(--muted);
  font-size: 1.05rem;
  margin-bottom: 38px;
}
.cta-contact {
  display: flex;
  gap: 44px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 52px;
  padding-top: 48px;
  border-top: 1px solid var(--border-dk);
}
.contact-item  { text-align: center; }
.contact-label { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.contact-value { font-size: 1.05rem; font-weight: 700; color: var(--navy); text-decoration: none; display: block; }
.contact-value:hover { color: var(--pink); }

/* ─────────────────────────────────────────────
   16. FOOTER
───────────────────────────────────────────── */
footer {
  background: var(--navy);
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 40px 5% 24px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}
.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}
.footer-logo span { color: var(--pink); }

.footer-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-links a {
  color: rgba(255,255,255,.5);
  text-decoration: none;
  font-size: .81rem;
  transition: color .2s;
}
.footer-links a:hover { color: #fff; }

.footer-copy {
  text-align: center;
  color: rgba(255,255,255,.35);
  font-size: .77rem;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.08);
}

/* ─────────────────────────────────────────────
   17. ANIMATIONS
───────────────────────────────────────────── */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .6s ease, transform .6s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ─────────────────────────────────────────────
   18. RESPONSIVE / MOBILE
───────────────────────────────────────────── */
@media (max-width: 768px) {
  .nav-links  { display: none; }
  .nav-burger { display: block; }

  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: var(--bg-card);
    align-items: center;
    justify-content: center;
    gap: 30px;
    z-index: 99;
  }
  .nav-links.open a { font-size: 1.15rem; color: var(--navy); }

  .hero h1          { font-size: 2.8rem; }
  .builder-box      { padding: 24px 20px; }
  .quote-box        { flex-direction: column; text-align: center; }
  .seasonal-cards   { flex-direction: column; }
  section           { padding: 60px 5%; }
}

@media (max-width: 480px) {
  .hero h1      { font-size: 2.2rem; }
  .booth-grid   { grid-template-columns: 1fr; }
  .hero-trust   { gap: 16px; }
  .trust-divider{ display: none; }
}
