/* =========================================================
   LUXE MOMENTS — Design System & Global Styles
   Event Planning & Decor — Calgary, AB
   Palette + type keyed off the studio's gold-foil / ivory / dried-floral logo
   ========================================================= */

/* ---------- Self-hosted fonts ----------
   Playfair Display + Poppins, served locally from /assets/fonts instead of
   Google Fonts' CDN — no third-party request, works identically across
   browsers and networks, and nothing to break if a font host is blocked
   or slow. Files sourced from the Fontsource distribution (same font, same
   license — SIL Open Font License), woff2 only (near-universal support). */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/playfair-display-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/playfair-display-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/playfair-display-latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/playfair-display-latin-500-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/playfair-display-latin-600-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/fonts/poppins-latin-300-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/poppins-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/poppins-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/poppins-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/poppins-latin-700-normal.woff2") format("woff2");
}

/* ---------- Design Tokens ---------- */
:root {
  /* Brand palette — ivory, antique gold foil, dusty blush, warm espresso.
     Variable names (--rose-*, --gold-*, --teal-*, --plum-*) are kept from the
     first draft so component CSS below didn't need renaming — only the hue
     values changed, from a bright jewel-tone party palette to this quieter
     high-end boho-luxe one. */
  --plum-900: #2B2018;   /* deep espresso — headings, dark sections */
  --plum-700: #4A392C;
  --plum-500: #6B5645;
  --rose-600: #B98671;   /* dusty terracotta blush */
  --rose-500: #C89B8C;
  --rose-300: #E3C7B9;
  --rose-100: #F5E9E1;
  --gold-600: #A07B3F;   /* antique gold foil, matches the logo's "LM" */
  --gold-500: #C9A15A;
  --gold-300: #E6CD9E;
  --teal-600: #8C8267;   /* repurposed as taupe/sage — dried pampas tone */
  --teal-500: #A79C7E;
  --teal-300: #DCD3BC;
  --cream-100: #FBF6EF;  /* ivory base */
  --cream-200: #F3E9DA;
  --ink: #2B2018;
  --ink-soft: #6B5D50;
  --white: #FFFDF9;

  --font-display: "Playfair Display", "Georgia", serif;
  --font-accent: "Playfair Display", "Georgia", serif; /* italic accent, echoes the logo's script */
  --font-body: "Poppins", "Segoe UI", sans-serif;

  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 26px;
  --radius-pill: 999px;

  --shadow-soft: 0 10px 32px rgba(43, 32, 24, 0.09);
  --shadow-lift: 0 22px 50px rgba(43, 32, 24, 0.16);
  --gold-line: linear-gradient(90deg, transparent, var(--gold-500), transparent);

  --container: 1180px;
  --nav-height: 92px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body, h1, h2, h3, h4, p, figure, blockquote { margin: 0; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; margin: 0; padding: 0; }
button, input, textarea, select { font: inherit; color: inherit; }
button { cursor: pointer; }

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream-100);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--plum-900);
  line-height: 1.15;
  font-weight: 600;
}

h1 { font-size: clamp(2.6rem, 4.8vw, 4.2rem); font-weight: 600; letter-spacing: -0.01em; }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.75rem); letter-spacing: -0.005em; }
h3 { font-size: clamp(1.3rem, 2vw, 1.6rem); }

/* Script-style accent word, echoing the logo's "Planner" flourish */
.accent {
  font-family: var(--font-accent);
  font-style: italic;
  font-weight: 500;
  color: var(--gold-600);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.74rem;
  color: var(--gold-600);
  margin-bottom: 16px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gold-500);
  display: inline-block;
}

.lede {
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  color: var(--ink-soft);
  max-width: 62ch;
}

.section-head {
  max-width: 720px;
  margin: 0 auto 3rem;
  text-align: center;
}
.section-head.align-left { margin: 0 0 2.5rem; text-align: left; }

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

section { padding: clamp(60px, 9vw, 110px) 0; }
.section-tight { padding: clamp(40px, 6vw, 70px) 0; }

.bg-plum { background: var(--plum-900); color: var(--rose-100); }
.bg-plum h2, .bg-plum h3 { color: var(--white); }
.bg-rose-100 { background: var(--rose-100); }
.bg-cream-200 { background: var(--cream-200); }
.bg-white { background: var(--white); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 32px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 0.86rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border: 1.5px solid transparent;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-primary {
  background: linear-gradient(135deg, var(--plum-900), var(--plum-700));
  color: var(--gold-300);
  border-color: var(--gold-500);
  box-shadow: var(--shadow-soft);
}
.btn-primary:hover { box-shadow: var(--shadow-lift); background: var(--plum-900); color: var(--gold-300); }

.btn-outline {
  background: transparent;
  border-color: var(--gold-500);
  color: var(--plum-900);
}
.btn-outline:hover { background: var(--plum-900); color: var(--gold-300); border-color: var(--plum-900); }

.bg-plum .btn-outline { color: var(--white); }
.bg-plum .btn-outline:hover { background: var(--white); color: var(--plum-900); }

.btn-block { width: 100%; justify-content: center; }
.btn-sm { padding: 11px 22px; font-size: 0.88rem; }

/* ---------- Navigation ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 251, 245, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(74, 43, 87, 0.08);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-height);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-size: 1.32rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--plum-900);
}
.brand .brand-mark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.brand .brand-script {
  font-family: var(--font-accent);
  font-style: italic;
  font-weight: 500;
  color: var(--gold-600);
}
.footer-brand .brand .brand-mark { width: 64px; height: 64px; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
.nav-links a {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ink-soft);
  position: relative;
  padding: 6px 0;
  transition: color 0.2s ease;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--plum-900); }
.nav-links a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -4px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--rose-500), var(--gold-500));
}

.nav-cta { display: flex; align-items: center; gap: 1.2rem; }
.nav-links .btn-primary { display: none; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 3px;
  background: var(--plum-900);
  margin: 5px 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed;
    inset: var(--nav-height) 0 0 0;
    background: var(--cream-100);
    flex-direction: column;
    justify-content: flex-start;
    padding: 40px 24px;
    gap: 1.6rem;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    height: calc(100vh - var(--nav-height));
    overflow-y: auto;
  }
  .nav-links.is-open { transform: translateX(0); }
  .nav-links a { font-size: 1.2rem; }
  .nav-cta .btn-primary { display: none; }
  .nav-links .btn-primary { display: inline-flex; margin-top: 0.5rem; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 11vw, 120px) 0 clamp(50px, 7vw, 90px);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.2rem;
}
.hero-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  border-radius: var(--radius-pill);
  padding: 10px 16px;
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: var(--shadow-soft);
  color: var(--plum-700);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.4rem;
}
.hero-art {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
}
.blob {
  position: absolute;
  border-radius: 60% 40% 55% 45% / 45% 55% 45% 55%;
  filter: blur(0px);
}
.deco-dot {
  position: absolute;
  border-radius: 50%;
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { max-width: 460px; margin: 0 auto; }
}

/* ---------- Balloon scene (interactive hero art) ----------
   Idle float lives on the inner .balloon-body (CSS keyframes).
   Cursor parallax is applied by JS as a transform on the outer .balloon.
   A hover "poke" swaps the inner element's animation briefly. See js/main.js. */
.balloon-scene {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 380px;
}
.balloon-scene .ground-shadow {
  position: absolute;
  left: 50%;
  bottom: 4%;
  width: 64%;
  height: 26px;
  background: radial-gradient(ellipse at center, rgba(43,32,24,0.14), transparent 72%);
  transform: translateX(-50%);
}
.balloon {
  position: absolute;
  width: var(--bw, 120px);
  height: var(--bw, 120px);
  transform: translate(0, 0);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.balloon-string {
  position: absolute;
  top: 96%;
  left: 50%;
  width: 1px;
  height: 70px;
  background: linear-gradient(var(--gold-500), transparent);
  opacity: 0.55;
}
.balloon-body {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50% 50% 50% 50% / 58% 58% 42% 42%;
  background: radial-gradient(circle at 32% 28%, rgba(255,255,255,0.75), transparent 45%),
              radial-gradient(circle at 68% 75%, rgba(43,32,24,0.12), transparent 55%),
              var(--balloon-color, var(--rose-300));
  box-shadow: var(--shadow-soft), inset 0 -14px 24px rgba(43,32,24,0.08);
  animation: balloon-bob 5s ease-in-out infinite;
  animation-delay: var(--bd, 0s);
  cursor: pointer;
}
.balloon-body::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 10px;
  height: 12px;
  background: var(--balloon-color, var(--rose-300));
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}
.balloon-body.is-poked {
  animation: balloon-poke 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes balloon-bob {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-16px) rotate(2deg); }
}
@keyframes balloon-poke {
  0% { transform: scale(1) rotate(0deg); }
  35% { transform: scale(1.12, 0.9) rotate(-6deg); }
  60% { transform: scale(0.95, 1.08) rotate(4deg); }
  100% { transform: scale(1) rotate(0deg); }
}
@media (prefers-reduced-motion: reduce) {
  .balloon-body { animation: none; }
}

/* ---------- Cards ---------- */
.card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2.2rem;
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }

.card-icon {
  width: 58px;
  height: 58px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.3rem;
}
.card-icon svg { width: 28px; height: 28px; }

.icon-rose { background: var(--rose-100); color: var(--rose-600); }
.icon-gold { background: var(--gold-300); color: var(--gold-600); }
.icon-teal { background: var(--teal-300); color: var(--teal-600); }
.icon-plum { background: var(--cream-200); color: var(--plum-700); }

.grid {
  display: grid;
  gap: 1.8rem;
}
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 980px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
}

/* ---------- Service category blocks (Services page) ---------- */
.service-category {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 3rem;
  align-items: start;
  padding: clamp(50px, 7vw, 80px) 0;
  border-bottom: 1px solid rgba(74,43,87,0.08);
}
.service-category:last-child { border-bottom: none; }
.service-category .cat-number {
  font-family: var(--font-display);
  font-size: 3.5rem;
  color: var(--rose-300);
  line-height: 1;
}
.service-list {
  display: grid;
  gap: 1.1rem;
}
.service-item {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 1.4rem 1.6rem;
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: flex-start;
}
.service-item .dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  margin-top: 8px;
  background: linear-gradient(135deg, var(--rose-500), var(--gold-500));
}
.service-item h4 { font-family: var(--font-body); font-weight: 800; font-size: 1.02rem; color: var(--plum-900); margin-bottom: 4px; }
.service-item p { color: var(--ink-soft); font-size: 0.96rem; }

@media (max-width: 900px) {
  .service-category { grid-template-columns: 1fr; gap: 1.4rem; }
}

/* ---------- Gallery ---------- */
.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
  margin-bottom: 2.6rem;
}
.filter-btn {
  background: var(--white);
  border: 2px solid transparent;
  border-radius: var(--radius-pill);
  padding: 9px 20px;
  font-weight: 700;
  font-size: 0.86rem;
  color: var(--ink-soft);
  box-shadow: var(--shadow-soft);
  transition: all 0.2s ease;
}
.filter-btn:hover { color: var(--plum-900); }
.filter-btn.is-active {
  background: var(--plum-900);
  color: var(--white);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.gallery-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 4/5;
  cursor: pointer;
  box-shadow: var(--shadow-soft);
}
.gallery-item.wide { aspect-ratio: 8/5; }
.gallery-item.tall { grid-row: span 2; aspect-ratio: 4/10.4; }
.gallery-placeholder,
.gallery-item img {
  width: 100%; height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 1.2rem;
  transition: transform 0.4s ease;
  object-fit: cover;
}
.gallery-item:hover .gallery-placeholder,
.gallery-item:hover img { transform: scale(1.06); }
.gallery-tag {
  background: rgba(255,255,255,0.92);
  color: var(--plum-900);
  font-weight: 700;
  font-size: 0.8rem;
  padding: 7px 14px;
  border-radius: var(--radius-pill);
}
@media (max-width: 900px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item.tall { grid-row: span 1; aspect-ratio: 4/5; }
}
@media (max-width: 560px) {
  .gallery-grid { grid-template-columns: 1fr; }
}

/* ---------- Testimonials ---------- */
.testimonial-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2.4rem;
  box-shadow: var(--shadow-soft);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.stars { color: var(--gold-500); letter-spacing: 3px; font-size: 1.05rem; }
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: auto;
}
.avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--white);
}

/* ---------- Process steps ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
  counter-reset: step;
}
.step {
  position: relative;
  padding-top: 2.4rem;
}
.step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--white);
  background: linear-gradient(135deg, var(--rose-500), var(--gold-500));
  width: 52px; height: 52px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.1rem;
}
@media (max-width: 900px) {
  .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .steps { grid-template-columns: 1fr; }
}

/* ---------- Stats ---------- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  text-align: center;
}
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  font-weight: 700;
  color: var(--white);
}
.stat-label { font-size: 0.9rem; color: var(--rose-300); font-weight: 600; }
@media (max-width: 700px) {
  .stat-row { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- CTA banner ---------- */
.cta-banner {
  border-radius: var(--radius-lg);
  padding: clamp(2.6rem, 5vw, 4rem);
  background: linear-gradient(135deg, var(--plum-900), var(--plum-700));
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.cta-banner h2 { color: var(--white); }

/* ---------- Forms ---------- */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
}
.form-field { display: flex; flex-direction: column; gap: 0.5rem; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-weight: 700; font-size: 0.9rem; color: var(--plum-900); }
.form-field input,
.form-field select,
.form-field textarea {
  border: 2px solid rgba(74,43,87,0.14);
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 13px 16px;
  font-size: 0.96rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--rose-500);
  box-shadow: 0 0 0 4px var(--rose-100);
}
.form-field textarea { resize: vertical; min-height: 130px; }
.form-hint { font-size: 0.8rem; color: var(--ink-soft); }
.hp-field { position: absolute; left: -9999px; top: -9999px; opacity: 0; height: 0; width: 0; }

@media (max-width: 700px) {
  .form-grid { grid-template-columns: 1fr; }
}

.form-alert {
  border-radius: var(--radius-md);
  padding: 1.1rem 1.4rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.form-alert.success { background: #E4F4EF; color: #1F6B52; }
.form-alert.error { background: #FBE7E7; color: #A13333; }

/* ---------- Contact info cards ---------- */
.contact-info-list { display: grid; gap: 1.2rem; }
.contact-info-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: var(--white);
  padding: 1.3rem 1.5rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--plum-900);
  color: var(--rose-100);
  padding: 4.5rem 0 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 2.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.footer-brand .brand { color: var(--white); }
.footer-brand p { color: rgba(255,255,255,0.65); margin-top: 1rem; max-width: 32ch; }
.footer-col h4 { color: var(--white); font-family: var(--font-body); font-size: 0.95rem; margin-bottom: 1.1rem; }
.footer-col ul { display: grid; gap: 0.7rem; }
.footer-col a { color: rgba(255,255,255,0.72); font-size: 0.92rem; transition: color 0.2s ease; }
.footer-col a:hover { color: var(--white); }
.social-row { display: flex; gap: 0.8rem; margin-top: 1.2rem; }
.social-row a {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
}
.social-row a:hover { background: rgba(255,255,255,0.18); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 1.6rem;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
}

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* ---------- Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ---------- Utilities ---------- */
.text-center { text-align: center; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mb-1 { margin-bottom: 1rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.text-soft { color: var(--ink-soft); }
.tag-pill {
  display: inline-block;
  background: var(--rose-100);
  color: var(--rose-600);
  font-weight: 700;
  font-size: 0.78rem;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
}

/* ---------- Page hero (interior pages) ---------- */
.page-hero {
  padding: clamp(60px, 8vw, 90px) 0 clamp(50px, 6vw, 70px);
  position: relative;
  overflow: hidden;
}
.breadcrumb {
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin-bottom: 1.4rem;
}
.breadcrumb a { color: var(--rose-600); font-weight: 700; }

/* Skip link for accessibility */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--plum-900);
  color: var(--white);
  padding: 12px 20px;
  z-index: 999;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* Map embed wrapper */
.map-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  aspect-ratio: 16/9;
}
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

/* ---------- Pricing packages (Quote page) ---------- */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  align-items: stretch;
}
@media (max-width: 980px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
}
.pricing-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid transparent;
}
.pricing-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.pricing-card.is-featured { border-color: var(--gold-500); }

.pricing-media {
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pricing-media .placeholder-tag {
  background: rgba(255,255,255,0.92);
  color: var(--plum-900);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  padding: 7px 14px;
  border-radius: var(--radius-pill);
}
.pricing-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--plum-900);
  color: var(--gold-300);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
}

.pricing-body {
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pricing-name { font-size: 1.4rem; margin-bottom: 2px; }
.pricing-amount {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--gold-600);
  margin-bottom: 1.1rem;
}
.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.pricing-features li svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: var(--gold-600);
}
.pricing-addon-note {
  background: var(--cream-200);
  border-radius: var(--radius-md);
  padding: 1rem 1.1rem;
  font-size: 0.88rem;
  color: var(--ink-soft);
  margin-bottom: 1.4rem;
}
.pricing-addon-note strong { display: block; color: var(--plum-900); margin-bottom: 4px; }
.pricing-card .btn { margin-top: auto; }

.addon-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem 2.5rem;
}
@media (max-width: 640px) { .addon-list { grid-template-columns: 1fr; } }
.addon-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px dashed var(--rose-300);
  font-size: 0.98rem;
}
.addon-list .addon-name { color: var(--plum-900); font-weight: 600; }
.addon-list .addon-price { color: var(--gold-600); font-weight: 700; white-space: nowrap; }

.pricing-fineprint { text-align: center; color: var(--ink-soft); font-size: 0.92rem; margin-top: 1.6rem; }

/* ---------- Quote builder (Pricing page — package/add-on picker) ---------- */
.option-grid { display: grid; gap: 0.8rem; }
.option-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 2px solid rgba(74,43,87,0.14);
  border-radius: var(--radius-md);
  padding: 0.9rem 1.1rem;
  background: var(--white);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.option-card:hover { border-color: var(--rose-500); }
.option-card.is-selected { border-color: var(--gold-500); background: var(--rose-100); }
.option-card-left { display: flex; align-items: center; gap: 0.9rem; }
.option-card input[type="radio"],
.option-card input[type="checkbox"] {
  width: 19px; height: 19px; accent-color: var(--gold-600); flex-shrink: 0;
}
.option-label { display: flex; flex-direction: column; gap: 2px; }
.option-name { font-weight: 700; color: var(--plum-900); font-size: 0.96rem; }
.option-sub { font-size: 0.8rem; color: var(--ink-soft); }
.option-price { font-weight: 700; color: var(--gold-600); white-space: nowrap; font-size: 0.94rem; }

.qty-stepper { display: flex; align-items: center; gap: 0.6rem; margin-top: 6px; }
.qty-stepper button {
  width: 26px; height: 26px; border-radius: 50%;
  border: 2px solid rgba(74,43,87,0.14); background: var(--white);
  font-weight: 700; line-height: 1; cursor: pointer; color: var(--plum-900);
}
.qty-stepper button:hover { border-color: var(--rose-500); }
.qty-value { min-width: 16px; text-align: center; font-weight: 700; font-size: 0.9rem; }

.quote-summary {
  background: var(--plum-900);
  border-radius: var(--radius-lg);
  padding: 1.8rem;
  position: sticky;
  top: 110px;
}
.quote-summary h3 { color: var(--gold-300); font-size: 1.2rem; margin-bottom: 1rem; }
.summary-empty { color: rgba(255,255,255,0.6); font-size: 0.9rem; }
.summary-line {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: 0.55rem 0; border-bottom: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.88); font-size: 0.9rem;
}
.summary-total {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-top: 1rem; margin-top: 0.4rem;
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 700;
  color: var(--gold-300);
}
@media (max-width: 980px) {
  .quote-summary { position: static; }
}
