/* ============================================================
   POP PARTY CO. — Full Redesign 2026
   Purple #1A0533 | Hot Pink #FF2D8B | Light Purple #BF5FFF
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&family=Inter:wght@400;500;600&display=swap');

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

:root {
  --navy:       #1A0533;
  --pink:       #FF2D8B;
  --purple:     #BF5FFF;
  --white:      #FFFFFF;
  --off-white:  #FAF0FF;
  --light:      #F5F0FC;
  --gray:       #6B7280;
  --gray-light: #9CA3AF;
  --border:     #E8D5F5;
  --gradient:   linear-gradient(135deg, #FF2D8B 0%, #BF5FFF 100%);
  --shadow-sm:  0 2px 12px rgba(26,5,51,.08);
  --shadow:     0 4px 24px rgba(26,5,51,.12);
  --shadow-lg:  0 12px 40px rgba(26,5,51,.18);
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--navy); background: var(--white); line-height: 1.6; }
h1, h2, h3, h4 { font-family: 'Poppins', sans-serif; line-height: 1.2; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ---- UTILITY ---- */
.container  { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.section    { padding: 96px 0; }
.section-sm { padding: 64px 0; }
.section-alt   { background: var(--off-white); }
.section-light { background: var(--light); }
.section-dark  { background: var(--navy); color: var(--white); }

.eyebrow {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: var(--pink);
  margin-bottom: 12px;
}

.section-title { font-size: clamp(1.85rem, 3.5vw, 2.6rem); font-weight: 800; margin-bottom: 14px; line-height: 1.15; }
.section-sub   { color: var(--gray); font-size: 1.05rem; max-width: 560px; line-height: 1.7; margin-bottom: 52px; }
.center        { text-align: center; }
.center .section-sub { margin-left: auto; margin-right: auto; }
.dark-text .section-title { color: var(--white); }
.dark-text .section-sub   { color: rgba(255,255,255,.6); }

/* ---- BUTTONS ---- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 15px 34px; border-radius: 10px;
  font-family: 'Poppins', sans-serif; font-weight: 700; font-size: .97rem;
  cursor: pointer; border: none; transition: transform .18s, box-shadow .18s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--gradient); color: var(--white);
  box-shadow: 0 4px 18px rgba(255,45,139,.35);
}
.btn-primary:hover { box-shadow: 0 8px 28px rgba(255,45,139,.45); }
.btn-outline {
  background: transparent; color: var(--white);
  border: 2px solid rgba(255,255,255,.65);
}
.btn-outline:hover { background: var(--white); color: var(--navy); border-color: var(--white); }
.btn-ghost {
  background: rgba(255,255,255,.1); color: var(--white);
  border: 2px solid rgba(255,255,255,.22); backdrop-filter: blur(8px);
}
.btn-ghost:hover { background: rgba(255,255,255,.2); }
.btn-dark  { background: var(--navy); color: var(--white); }
.btn-dark:hover { box-shadow: var(--shadow); }
.btn-border { background: transparent; color: var(--pink); border: 2px solid var(--pink); }
.btn-border:hover { background: var(--pink); color: var(--white); }
.btn-sm { padding: 10px 22px; font-size: .86rem; border-radius: 8px; }

/* ---- NAV ---- */
nav {
  position: sticky; top: 0; z-index: 200;
  background: var(--navy); padding: 14px 0;
  box-shadow: 0 2px 20px rgba(0,0,0,.3);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nav-logo { font-family: 'Poppins',sans-serif; font-weight: 800; font-size: 1.35rem; color: var(--white); letter-spacing: -.5px; flex-shrink: 0; }
.nav-logo span { color: var(--pink); }
.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a { color: rgba(255,255,255,.68); font-size: .9rem; font-weight: 500; transition: color .15s; }
.nav-links a:hover,
.nav-links a.active { color: var(--white); }
.nav-right { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.nav-phone { color: rgba(255,255,255,.7); font-size: .86rem; font-weight: 600; transition: color .15s; }
.nav-phone:hover { color: var(--white); }
.nav-cta   { padding: 10px 22px; font-size: .88rem; border-radius: 8px; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 4px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: all .25s; }

/* ---- PAGE HEADER (inner pages) ---- */
.page-header {
  background: linear-gradient(135deg, var(--navy) 0%, #3D0D6B 100%);
  padding: 72px 0 60px; position: relative; overflow: hidden;
}
.page-header::before {
  content: ''; position: absolute; top: -40%; right: -8%;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(191,95,255,.14) 0%, transparent 70%);
  pointer-events: none;
}
.page-header-content { position: relative; z-index: 1; }
.page-header h1 { color: var(--white); font-size: clamp(2.2rem, 4.5vw, 3.2rem); font-weight: 800; margin-bottom: 12px; }
.page-header p  { color: rgba(255,255,255,.7); font-size: 1.1rem; max-width: 560px; line-height: 1.65; }

/* ---- HERO SPLIT ---- */
#home {
  min-height: 100vh; background: var(--navy);
  display: grid; grid-template-columns: 55% 45%;
  overflow: hidden;
}

.hero-left {
  display: flex; align-items: center; justify-content: flex-end;
  background: var(--navy);
}
.hero-left-inner {
  max-width: 580px; width: 100%;
  padding: 80px 52px 80px 24px;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,45,139,.12); border: 1px solid rgba(255,45,139,.28);
  color: var(--purple); font-size: .76rem; font-weight: 700;
  padding: 6px 14px; border-radius: 20px; margin-bottom: 22px;
  letter-spacing: .9px; text-transform: uppercase; width: fit-content;
}

.hero-headline {
  font-size: clamp(2.4rem, 5vw, 3.75rem); font-weight: 800;
  color: var(--white); margin-bottom: 22px; line-height: 1.1;
}
.hero-headline .pink  { color: var(--pink); }
.hero-headline .muted { color: rgba(255,255,255,.6); font-size: .82em; font-weight: 700; }

.hero-sub {
  color: rgba(255,255,255,.72); font-size: 1.07rem;
  line-height: 1.75; margin-bottom: 38px; max-width: 460px;
}

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }

.hero-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.hero-meta-item {
  display: flex; align-items: center; gap: 6px;
  color: rgba(255,255,255,.55); font-size: .84rem; font-weight: 500;
}
.hero-meta-item a { color: rgba(255,255,255,.8); font-weight: 600; transition: color .15s; }
.hero-meta-item a:hover { color: var(--white); }
.hero-meta-dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.25); }

.hero-right { position: relative; overflow: hidden; }
.hero-right img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; display: block; }
.hero-right-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(26,5,51,.55) 0%, rgba(26,5,51,.08) 55%, transparent 100%);
}

/* Floating stat badges */
.hero-float {
  position: absolute; background: rgba(255,255,255,.94);
  border-radius: 14px; padding: 12px 18px;
  box-shadow: 0 8px 32px rgba(0,0,0,.22);
  display: flex; align-items: center; gap: 10px;
  min-width: 155px; backdrop-filter: blur(8px);
}
.hero-float-icon { font-size: 1.55rem; }
.hero-float-text strong { display: block; font-family: 'Poppins',sans-serif; font-weight: 700; font-size: .92rem; color: var(--navy); line-height: 1.2; }
.hero-float-text span   { font-size: .73rem; color: var(--gray); }
.hero-float-1 { top: 13%; right: 7%; }
.hero-float-2 { bottom: 16%; right: 5%; }

/* ---- TRUST BAR ---- */
.trust-bar { background: var(--gradient); padding: 18px 0; }
.trust-items { display: flex; justify-content: center; align-items: center; gap: 48px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 8px; color: var(--white); font-weight: 600; font-size: .88rem; }
.trust-item svg { flex-shrink: 0; }

/* ---- OCCASIONS ---- */
.occasions-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px;
}
.occasion-tile {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 24px 14px; background: var(--white); border: 1.5px solid var(--border);
  border-radius: 16px; text-align: center; transition: all .2s; cursor: default;
}
.occasion-tile:hover { border-color: var(--pink); box-shadow: 0 4px 20px rgba(255,45,139,.14); transform: translateY(-3px); }
.occasion-emoji { font-size: 1.9rem; }
.occasion-label { font-family: 'Poppins',sans-serif; font-weight: 600; font-size: .82rem; color: var(--navy); }

/* ---- FEATURED SERVICE CARD (tent) ---- */
.service-featured {
  display: grid; grid-template-columns: 1fr 1fr;
  border-radius: 20px; overflow: hidden;
  border: 1.5px solid var(--border); background: var(--white);
  box-shadow: var(--shadow); margin-bottom: 28px;
}
.service-featured-img { position: relative; overflow: hidden; }
.service-featured-img img { width: 100%; height: 100%; object-fit: cover; min-height: 380px; display: block; transition: transform .4s; }
.service-featured:hover .service-featured-img img { transform: scale(1.03); }
.service-featured-badge {
  position: absolute; top: 18px; left: 18px;
  background: var(--gradient); color: var(--white);
  font-size: .71rem; font-weight: 700; padding: 5px 14px;
  border-radius: 20px; text-transform: uppercase; letter-spacing: .8px;
}
.service-featured-info { padding: 44px; display: flex; flex-direction: column; justify-content: center; }
.service-featured-info h3 { font-size: 1.75rem; font-weight: 800; margin-bottom: 12px; }
.service-featured-info p  { color: var(--gray); font-size: .95rem; line-height: 1.65; margin-bottom: 20px; }

.service-specs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }
.spec-tag { background: var(--off-white); border: 1px solid var(--border); color: var(--navy); font-size: .76rem; font-weight: 600; padding: 5px 12px; border-radius: 20px; font-family: 'Poppins',sans-serif; }

/* ---- PRICE ROW (shared) ---- */
.price-row   { display: flex; gap: 12px; margin-bottom: 24px; }
.price-block { flex: 1; background: var(--off-white); border: 1px solid var(--border); border-radius: 12px; padding: 14px; text-align: center; }
.price-label  { font-size: .68rem; color: var(--gray); font-weight: 600; text-transform: uppercase; letter-spacing: .7px; margin-bottom: 4px; }
.price-amount { font-family: 'Poppins',sans-serif; font-size: 1.55rem; font-weight: 800; color: var(--navy); }

/* ---- MINI SERVICE GRID (3-up) ---- */
.services-mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 28px; }

.service-mini-card { background: var(--white); border: 1.5px solid var(--border); border-radius: 16px; overflow: hidden; transition: box-shadow .2s, transform .2s; }
.service-mini-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.service-mini-img { width: 100%; height: 175px; object-fit: contain; background: var(--off-white); padding: 14px; display: block; transition: transform .3s; }
.service-mini-card:hover .service-mini-img { transform: scale(1.05); }
.service-mini-body { padding: 20px 22px; }
.service-mini-name { font-family: 'Poppins',sans-serif; font-weight: 700; font-size: 1.05rem; margin-bottom: 6px; }
.service-mini-desc { color: var(--gray); font-size: .84rem; line-height: 1.55; margin-bottom: 16px; }
.service-mini-price { display: flex; gap: 8px; }
.mini-price { background: var(--off-white); border: 1px solid var(--border); border-radius: 8px; padding: 7px 12px; text-align: center; flex: 1; }
.mini-price-label  { font-size: .63rem; color: var(--gray); font-weight: 600; text-transform: uppercase; letter-spacing: .5px; display: block; }
.mini-price-amount { font-family: 'Poppins',sans-serif; font-weight: 700; font-size: 1.1rem; color: var(--navy); }

/* ---- BUNDLE CARD ---- */
.bundle-highlight {
  background: var(--gradient); border-radius: 20px; padding: 44px 48px;
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px;
}
.bundle-highlight-left {}
.bundle-pill {
  display: inline-block; background: rgba(255,255,255,.2); color: var(--white);
  font-size: .7rem; font-weight: 700; padding: 5px 14px; border-radius: 20px;
  text-transform: uppercase; letter-spacing: .8px; margin-bottom: 12px;
}
.bundle-title { font-size: 1.65rem; font-weight: 800; color: var(--white); margin-bottom: 8px; }
.bundle-desc  { color: rgba(255,255,255,.8); font-size: .95rem; line-height: 1.65; margin-bottom: 14px; }
.bundle-save  { color: var(--white); font-weight: 700; font-size: .88rem; background: rgba(255,255,255,.15); border-radius: 8px; padding: 6px 14px; display: inline-block; }
.bundle-pricing { text-align: center; flex-shrink: 0; }
.bundle-price-from { color: rgba(255,255,255,.65); font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 4px; }
.bundle-price-num  { font-family: 'Poppins',sans-serif; font-size: 2.5rem; font-weight: 800; color: var(--white); line-height: 1; }
.bundle-price-sub  { color: rgba(255,255,255,.6); font-size: .78rem; margin-bottom: 16px; }

/* ---- PROCESS TIMELINE ---- */
.process-timeline {
  display: grid; grid-template-columns: repeat(4, 1fr);
  position: relative; gap: 0;
}
.process-timeline::before {
  content: ''; position: absolute; top: 35px;
  left: calc(12.5% + 16px); right: calc(12.5% + 16px);
  height: 2px; background: var(--gradient); z-index: 0;
}
.process-step { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 20px; }
.process-step-icon {
  width: 70px; height: 70px; background: var(--white);
  border: 2.5px solid var(--border); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.55rem; margin-bottom: 20px; position: relative; z-index: 1;
  transition: border-color .2s, box-shadow .2s;
}
.process-step:hover .process-step-icon { border-color: var(--pink); box-shadow: 0 0 0 5px rgba(255,45,139,.1); }
.process-step-num {
  position: absolute; top: -4px; right: -4px; width: 22px; height: 22px;
  background: var(--gradient); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Poppins',sans-serif; font-weight: 700; font-size: .62rem; color: var(--white);
}
.process-step-title { font-family: 'Poppins',sans-serif; font-weight: 700; font-size: .98rem; margin-bottom: 7px; color: var(--navy); }
.process-step-desc  { color: var(--gray); font-size: .85rem; line-height: 1.55; }

/* ---- GALLERY MOSAIC ---- */
.gallery-mosaic {
  display: grid; grid-template-columns: 1.2fr 1fr 1fr;
  grid-template-rows: 240px 240px; gap: 12px;
}
.gallery-item { overflow: hidden; border-radius: 14px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-tall { grid-row: 1 / 3; }

/* ---- PROMISE / GUARANTEE SECTION ---- */
.promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 36px; }
.promise-card {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px; padding: 32px 28px; transition: background .2s, border-color .2s;
}
.promise-card:hover { background: rgba(255,255,255,.08); border-color: rgba(255,45,139,.35); }
.promise-icon {
  width: 56px; height: 56px; background: var(--gradient);
  border-radius: 14px; display: flex; align-items: center;
  justify-content: center; font-size: 1.5rem; margin-bottom: 18px;
}
.promise-title { font-family: 'Poppins',sans-serif; font-weight: 700; font-size: 1.05rem; color: var(--white); margin-bottom: 8px; }
.promise-text  { color: rgba(255,255,255,.58); font-size: .9rem; line-height: 1.65; }

.be-first-strip {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px; padding: 28px 36px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.be-first-text strong { display: block; color: var(--white); font-family: 'Poppins',sans-serif; font-size: 1.05rem; font-weight: 700; margin-bottom: 4px; }
.be-first-text span   { color: rgba(255,255,255,.52); font-size: .9rem; }

/* ---- CTA BANNER ---- */
.cta-banner { background: var(--gradient); padding: 80px 0; text-align: center; }
.cta-banner h2 { font-size: clamp(1.8rem, 3.5vw, 2.75rem); font-weight: 800; color: var(--white); margin-bottom: 14px; }
.cta-banner p  { color: rgba(255,255,255,.85); font-size: 1.05rem; margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; line-height: 1.65; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---- SERVICES PAGE — TENT FEATURED ---- */
.tent-featured {
  display: grid; grid-template-columns: 1fr 1fr;
  border-radius: 20px; overflow: hidden;
  border: 1.5px solid var(--border); background: var(--white);
  box-shadow: var(--shadow-lg); margin-bottom: 48px;
}
.tent-gallery-split { display: flex; flex-direction: column; overflow: hidden; }
.tent-gallery-main img { width: 100%; height: 320px; object-fit: cover; display: block; }
.tent-gallery-thumbs { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; }
.tent-gallery-thumbs img { width: 100%; height: 110px; object-fit: cover; display: block; border-top: 3px solid var(--white); border-right: 3px solid var(--white); cursor: pointer; transition: opacity .2s; opacity: .68; }
.tent-gallery-thumbs img:last-child { border-right: none; }
.tent-gallery-thumbs img:hover { opacity: .9; }
.tent-gallery-thumbs img.active { opacity: 1; outline: 3px solid var(--pink); outline-offset: -3px; }
.tent-featured-info { padding: 44px; display: flex; flex-direction: column; justify-content: center; gap: 18px; }
.tent-featured-info h2 { font-size: 1.9rem; font-weight: 800; line-height: 1.15; }
.tent-featured-info p  { color: var(--gray); font-size: .95rem; line-height: 1.65; }

/* Services page individual grid */
.services-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 22px; margin-bottom: 48px;
}
.service-card { background: var(--white); border: 1.5px solid var(--border); border-radius: 16px; padding: 28px; transition: box-shadow .2s, transform .2s; position: relative; }
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.service-card.featured { border-color: var(--pink); box-shadow: 0 4px 28px rgba(255,45,139,.2); }
.service-badge {
  position: absolute; top: -11px; left: 22px;
  background: var(--gradient); color: var(--white);
  font-size: .7rem; font-weight: 700; padding: 4px 14px;
  border-radius: 20px; text-transform: uppercase; letter-spacing: .7px;
}
.service-icon { font-size: 2.2rem; margin-bottom: 12px; }
.service-img-wrap { width: 100%; height: 185px; border-radius: 12px; overflow: hidden; margin-bottom: 18px; background: var(--off-white); }
.service-img { width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; transition: transform .3s; }
.service-card:hover .service-img { transform: scale(1.04); }
.service-name { font-size: 1.18rem; font-weight: 700; margin-bottom: 7px; }
.service-desc { color: var(--gray); font-size: .88rem; margin-bottom: 20px; line-height: 1.55; }

/* Bundles grid on services page */
.bundles-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 20px; margin-bottom: 40px; }
.bundle-card-alt { background: var(--white); border: 1.5px solid var(--border); border-radius: 18px; padding: 32px 36px; position: relative; transition: box-shadow .2s; }
.bundle-card-alt:hover { box-shadow: var(--shadow); }
.bundle-card-alt.featured-bundle { border-color: var(--pink); box-shadow: 0 4px 24px rgba(255,45,139,.18); }
.bundle-card-alt .bundle-title { font-size: 1.3rem; font-weight: 800; margin-bottom: 8px; }
.bundle-card-alt .bundle-desc  { color: var(--gray); font-size: .9rem; line-height: 1.6; margin-bottom: 16px; }
.bundle-card-alt .savings-note { font-size: .82rem; color: var(--pink); font-weight: 600; margin-bottom: 16px; }

/* Add-ons */
.addons-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.addon-item { display: flex; justify-content: space-between; align-items: center; background: var(--white); border: 1.5px solid var(--border); border-radius: 12px; padding: 15px 20px; transition: border-color .2s; }
.addon-item:hover { border-color: var(--purple); }
.addon-name  { font-weight: 500; font-size: .92rem; }
.addon-price { font-family: 'Poppins',sans-serif; font-weight: 700; color: var(--pink); }

/* Attendant featured add-on card */
.addon-featured {
  background: var(--off-white); border: 2px solid var(--purple);
  border-radius: 16px; padding: 22px 26px; margin-bottom: 16px;
  display: flex; align-items: flex-start; gap: 18px;
}
.addon-featured-icon { font-size: 2rem; flex-shrink: 0; margin-top: 2px; }
.addon-featured-body {}
.addon-featured-title { font-family: 'Poppins',sans-serif; font-weight: 700; font-size: 1rem; color: var(--navy); margin-bottom: 5px; }
.addon-featured-title span { color: var(--purple); margin-left: 8px; font-size: .85rem; }
.addon-featured-desc { color: var(--gray); font-size: .88rem; line-height: 1.6; }

/* FAQ */
.faq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 16px; }
.faq-item { background: var(--white); border: 1.5px solid var(--border); border-radius: 16px; padding: 24px 26px; transition: box-shadow .2s, border-color .2s; }
.faq-item:hover { box-shadow: var(--shadow); border-color: var(--purple); }
.faq-q { font-family: 'Poppins',sans-serif; font-weight: 700; font-size: .96rem; color: var(--navy); margin-bottom: 10px; }
.faq-a { font-size: .88rem; color: var(--gray); line-height: 1.65; }

/* ---- ABOUT PAGE ---- */
.about-header {
  background: linear-gradient(135deg, var(--navy) 0%, #3D0D6B 100%);
  display: grid; grid-template-columns: 55% 45%;
  overflow: hidden; position: relative; min-height: 400px;
}
.about-header::before {
  content: ''; position: absolute; top: -30%; right: -8%;
  width: 450px; height: 450px;
  background: radial-gradient(circle, rgba(191,95,255,.14) 0%, transparent 70%);
  pointer-events: none; z-index: 0;
}
.about-header-left { display: flex; align-items: center; padding: 72px 52px 72px 0; position: relative; z-index: 1; }
.about-header-left-inner { max-width: 520px; width: 100%; padding-left: 24px; }
.about-header-right { position: relative; overflow: hidden; }
.about-header-right img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; display: block; }
.about-header-right-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(26,5,51,.5) 0%, transparent 60%); }

.stats-bar { background: var(--off-white); border-bottom: 1px solid var(--border); }
.stats-row  { display: flex; justify-content: space-around; align-items: stretch; }
.stat-item  { flex: 1; padding: 28px 20px; text-align: center; border-right: 1px solid var(--border); }
.stat-item:last-child { border-right: none; }
.stat-number { font-family: 'Poppins',sans-serif; font-size: 2rem; font-weight: 800; color: var(--pink); line-height: 1; margin-bottom: 5px; }
.stat-label  { font-size: .82rem; color: var(--gray); font-weight: 500; }

.about-story { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-story img { border-radius: 20px; width: 100%; height: 440px; object-fit: cover; box-shadow: var(--shadow-lg); }
.about-story-text h2 { font-size: clamp(1.6rem,3vw,2.2rem); font-weight: 800; margin-bottom: 18px; }
.about-story-text p  { color: var(--gray); line-height: 1.78; margin-bottom: 16px; font-size: .97rem; }
.referral-para {
  background: var(--off-white); border-left: 4px solid var(--pink);
  padding: 18px 22px; border-radius: 0 12px 12px 0;
  color: var(--navy); font-size: .95rem; line-height: 1.75;
  margin-top: 24px; font-weight: 500;
}

.values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 64px; }
.value-card { background: var(--white); border: 1.5px solid var(--border); border-radius: 16px; padding: 28px 22px; text-align: center; transition: box-shadow .2s, transform .2s; }
.value-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.value-icon  { width: 54px; height: 54px; background: var(--gradient); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin: 0 auto 16px; }
.value-title { font-weight: 700; font-size: 1rem; margin-bottom: 8px; }
.value-desc  { color: var(--gray); font-size: .86rem; line-height: 1.6; }

/* ---- CONTACT PAGE ---- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 64px; align-items: start; }
.contact-info h3 { font-size: 1.5rem; font-weight: 800; margin-bottom: 12px; }
.contact-info > p { color: var(--gray); margin-bottom: 32px; line-height: 1.65; font-size: .97rem; }
.contact-details { list-style: none; display: flex; flex-direction: column; gap: 20px; }
.contact-details li { display: flex; align-items: flex-start; gap: 16px; }
.contact-icon { width: 44px; height: 44px; background: rgba(255,45,139,.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.1rem; }
.contact-detail-text strong { display: block; font-size: .9rem; margin-bottom: 3px; }
.contact-detail-text span { font-size: .9rem; color: var(--gray); }
.contact-detail-text a { font-size: .9rem; color: var(--pink); font-weight: 600; }
.contact-detail-text a:hover { color: var(--purple); }

.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: .76rem; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: .6px; }
.form-group input,
.form-group select,
.form-group textarea {
  padding: 13px 16px; border: 1.5px solid var(--border); border-radius: 10px;
  font-size: .95rem; font-family: 'Inter',sans-serif; color: var(--navy);
  background: var(--white); outline: none; transition: border-color .15s, box-shadow .15s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(255,45,139,.1); }
.form-group textarea { resize: vertical; min-height: 120px; }

.map-wrap { border-radius: 16px; overflow: hidden; border: 1.5px solid var(--border); margin-top: 64px; }
.map-wrap iframe { display: block; width: 100%; height: 380px; border: none; }

.next-steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.next-step-card { background: var(--white); border: 1.5px solid var(--border); border-radius: 16px; padding: 24px 20px; }
.next-step-num  { width: 36px; height: 36px; background: var(--gradient); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-family: 'Poppins',sans-serif; font-weight: 800; font-size: .88rem; color: var(--white); margin-bottom: 12px; }
.next-step-title { font-family: 'Poppins',sans-serif; font-weight: 700; font-size: .95rem; color: var(--navy); margin-bottom: 6px; }
.next-step-desc  { color: var(--gray); font-size: .84rem; line-height: 1.55; }

/* ---- FOOTER ---- */
footer { background: var(--navy); padding: 56px 0 28px; }
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.1); margin-bottom: 24px; }
.footer-logo { font-family: 'Poppins',sans-serif; font-weight: 800; font-size: 1.35rem; color: var(--white); margin-bottom: 8px; }
.footer-logo span { color: var(--pink); }
.footer-tagline { font-size: .84rem; color: rgba(255,255,255,.45); line-height: 1.6; max-width: 220px; margin-bottom: 20px; }
.footer-col h4 { color: var(--white); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .9px; margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { color: rgba(255,255,255,.52); font-size: .86rem; transition: color .15s; }
.footer-col ul a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: .77rem; color: rgba(255,255,255,.32); }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .hero-left-inner { padding: 64px 40px 64px 24px; }
  .service-featured-info { padding: 32px; }
  .tent-featured-info { padding: 32px; }
  .bundle-highlight { padding: 36px 32px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .values-grid { grid-template-columns: repeat(2,1fr); }
  .about-header { grid-template-columns: 55% 45%; }
}

@media (max-width: 900px) {
  /* Hero */
  #home { grid-template-columns: 1fr; }
  .hero-left { justify-content: flex-start; }
  .hero-left-inner { padding: 56px 24px 40px; max-width: 100%; }
  .hero-right { height: 300px; }
  .hero-float-1 { top: 10%; right: 14px; }
  .hero-float-2 { bottom: 10%; right: 12px; }

  /* About header */
  .about-header { grid-template-columns: 1fr; }
  .about-header-left { padding: 56px 24px 40px; }
  .about-header-left-inner { max-width: 100%; padding-left: 0; }
  .about-header-right { height: 280px; }

  /* Sections */
  .service-featured { grid-template-columns: 1fr; }
  .service-featured-img img { min-height: 260px; }
  .services-mini-grid { grid-template-columns: 1fr 1fr; }
  .bundle-highlight { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .process-timeline { grid-template-columns: repeat(2,1fr); gap: 32px; }
  .process-timeline::before { display: none; }
  .gallery-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 200px 200px 200px; }
  .gallery-tall { grid-row: 1 / 3; }
  .promise-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .about-story { grid-template-columns: 1fr; gap: 36px; }
  .about-story img { height: 280px; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .tent-featured { grid-template-columns: 1fr; }
  .bundles-grid { grid-template-columns: 1fr; }
  .next-steps-grid { grid-template-columns: repeat(2,1fr); }
  .occasions-grid { grid-template-columns: repeat(3,1fr); }
  .stats-row { flex-wrap: wrap; }
  .stat-item { flex: 1 1 50%; border-bottom: 1px solid var(--border); }
}

@media (max-width: 768px) {
  .nav-links, .nav-cta, .nav-phone { display: none; }
  .nav-links.open {
    display: flex; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--navy); flex-direction: column; gap: 0;
    padding: 8px 0 16px; border-top: 1px solid rgba(255,255,255,.1); z-index: 200;
  }
  .nav-links.open a { padding: 12px 24px; display: block; }
  .nav-toggle { display: flex; }
  .trust-items { gap: 18px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { justify-content: center; }
  .be-first-strip { flex-direction: column; text-align: center; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-bottom { justify-content: center; text-align: center; }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .section { padding: 72px 0; }
  .hero-right { height: 240px; }
  .hero-headline { font-size: 2.2rem; }
  .occasions-grid { grid-template-columns: repeat(2,1fr); }
  .services-mini-grid { grid-template-columns: 1fr; }
  .process-timeline { grid-template-columns: 1fr; gap: 24px; }
  .gallery-mosaic { grid-template-columns: 1fr; grid-template-rows: repeat(5,180px); }
  .gallery-tall { grid-row: auto; }
  .next-steps-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .stat-item { flex: 1 1 50%; }
}
