/* ==========================================================================
   Sri Sai Flower Decorations & Events — Design System
   Palette drawn from the material of the trade: kanjeevaram maroon,
   marigold gold, mango-leaf green, jasmine ivory.
   ========================================================================== */

:root {
  /* Colour tokens */
  --maroon-950: #3B0A1D;
  --maroon-900: #591230;
  --maroon-800: #7A1B3D;
  --maroon-700: #93254B;
  --gold-600: #C4862A;
  --gold-500: #E2A63B;
  --gold-300: #F0C878;
  --gold-100: #FBE8BF;
  --green-800: #29422F;
  --green-600: #3E6247;
  --green-400: #62815C;
  --ivory-100: #FBF5E9;
  --ivory-200: #F5EAD4;
  --ivory-300: #EDE0C4;
  --ink-900: #2B1810;
  --ink-700: #4A3324;
  --white: #FFFFFF;
  --whatsapp: #25D366;

  /* Type */
  --font-display: 'Cinzel', serif;
  --font-accent: 'Cormorant Garamond', serif;
  --font-body: 'Mukta', system-ui, sans-serif;

  /* Layout */
  --max-w: 1220px;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 28px;
  --shadow-soft: 0 12px 30px -12px rgba(59, 10, 29, 0.35);
  --shadow-lift: 0 22px 45px -18px rgba(59, 10, 29, 0.45);
  --header-h: 84px;
}

/* ----------------------------- Reset ------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink-900);
  background: var(--ivory-100);
  line-height: 1.6;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); color: var(--maroon-900); font-weight: 600; letter-spacing: 0.01em; }
p { margin: 0; }
button { font-family: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 3px; }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.section { padding: 88px 0; position: relative; }
.section--tight { padding: 56px 0; }
.section--maroon { background: linear-gradient(160deg, var(--maroon-950), var(--maroon-800)); color: var(--ivory-100); }
.section--maroon h2, .section--maroon h3 { color: var(--ivory-100); }
.section--green { background: linear-gradient(160deg, var(--green-800), var(--green-600)); color: var(--ivory-100); }
.section--green h2, .section--green h3 { color: var(--ivory-100); }
.section--stripe { background: var(--ivory-200); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-600);
  margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--gold-500); display: inline-block; }
.section--maroon .eyebrow, .section--green .eyebrow { color: var(--gold-300); }

h2.section-title { font-size: clamp(1.9rem, 3.6vw, 2.7rem); line-height: 1.15; max-width: 720px; }
.section-lede { font-family: var(--font-accent); font-style: italic; font-size: 1.25rem; color: var(--ink-700); max-width: 620px; margin-top: 16px; }
.section--maroon .section-lede, .section--green .section-lede { color: var(--ivory-200); }
.section-head { margin-bottom: 48px; }
.section-head--center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head--center .section-lede, .section-head--center h2 { margin-left: auto; margin-right: auto; }

/* ----------------------------- Buttons ----------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  white-space: nowrap;
}
.btn svg { width: 19px; height: 19px; flex-shrink: 0; }
.btn:active { transform: translateY(2px); }
.btn-gold {
  background: linear-gradient(180deg, var(--gold-300), var(--gold-500) 70%);
  color: var(--maroon-950);
  box-shadow: 0 10px 22px -8px rgba(196, 134, 42, 0.65), inset 0 1px 0 rgba(255,255,255,0.5);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 16px 28px -10px rgba(196, 134, 42, 0.75); }
.btn-outline {
  background: transparent;
  color: var(--ivory-100);
  border-color: rgba(251, 245, 233, 0.45);
}
.btn-outline:hover { background: rgba(251, 245, 233, 0.12); transform: translateY(-2px); }
.btn-maroon-outline {
  background: transparent;
  color: var(--maroon-900);
  border-color: var(--maroon-800);
}
.btn-maroon-outline:hover { background: var(--maroon-900); color: var(--ivory-100); transform: translateY(-2px); }
.btn-whatsapp {
  background: linear-gradient(180deg, #34e072, var(--whatsapp) 75%);
  color: #063b18;
  box-shadow: 0 10px 22px -8px rgba(37, 211, 102, 0.55);
}
.btn-whatsapp:hover { transform: translateY(-2px); }
.btn-block { width: 100%; justify-content: center; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* ----------------------------- Header ------------------------------------ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 500;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(59, 10, 29, 0.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(226, 166, 59, 0.25);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ivory-100); }
.brand-mark {
  width: 46px; height: 46px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--gold-300), var(--gold-600) 70%);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 14px -4px rgba(0,0,0,0.5), inset 0 1px 2px rgba(255,255,255,0.5);
  flex-shrink: 0;
}
.brand-mark svg { width: 26px; height: 26px; }
.brand-mark--logo { background: none; box-shadow: none; }
.brand-mark--logo img { width: 100%; height: 100%; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong { font-family: var(--font-display); font-size: 1.08rem; letter-spacing: 0.02em; }
.brand-text span { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-300); margin-top: 3px; }
.footer-logo { display: block; width: 100%; max-width: 220px; height: auto; margin-bottom: 6px; }

.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav ul { display: flex; gap: 26px; }
.main-nav a {
  color: var(--ivory-200);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  position: relative;
  padding: 6px 2px;
  white-space: nowrap;
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px;
  background: var(--gold-500); transition: right 0.25s ease;
}
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { right: 0; }
.main-nav a[aria-current="page"] { color: var(--gold-300); }
.header-cta { display: flex; align-items: center; gap: 12px; }
.header-cta .btn { padding: 11px 18px; font-size: 0.85rem; }
.icon-call {
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(226,166,59,0.5); color: var(--gold-300);
  transition: background 0.2s ease;
}
.icon-call:hover { background: rgba(226,166,59,0.15); }
.icon-call svg { width: 19px; height: 19px; }

.nav-toggle {
  display: none;
  width: 44px; height: 44px; border-radius: 10px;
  background: transparent; border: 1px solid rgba(226,166,59,0.4);
  color: var(--gold-300); align-items: center; justify-content: center;
}
.nav-toggle svg { width: 22px; height: 22px; }

@media (max-width: 1180px) {
  .main-nav { position: fixed; inset: var(--header-h) 0 0 0; background: var(--maroon-950); flex-direction: column; align-items: flex-start; padding: 30px 26px; gap: 26px; transform: translateX(100%); transition: transform 0.3s ease; overflow-y: auto; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav ul { flex-direction: column; gap: 20px; width: 100%; }
  .main-nav a { font-size: 1.15rem; display: block; }
  .header-cta { flex-direction: column; align-items: stretch; width: 100%; }
  .header-cta .btn { justify-content: center; }
  .nav-toggle { display: inline-flex; }
}
@media (min-width: 1181px) { .nav-toggle { display: none; } }

/* --------------------------- Garland divider ------------------------------ */
.garland { position: relative; height: 46px; overflow: hidden; }
.garland svg { width: 100%; height: 100%; display: block; }
.garland-bead { filter: drop-shadow(0 3px 3px rgba(59,10,29,0.35)); }
.garland-strand { transform-origin: center top; }
@media (prefers-reduced-motion: no-preference) {
  .garland-strand { animation: garlandSway 6s ease-in-out infinite; }
}
@keyframes garlandSway {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(3px) rotate(0.4deg); }
}

/* ------------------------------ Hero -------------------------------------- */
.hero {
  position: relative;
  padding: 76px 0 64px;
  overflow: hidden;
  background: linear-gradient(175deg, var(--maroon-950) 0%, var(--maroon-800) 62%, var(--maroon-700) 100%);
  color: var(--ivory-100);
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 15% 20%, rgba(226,166,59,0.16), transparent 45%),
                     radial-gradient(circle at 85% 75%, rgba(226,166,59,0.12), transparent 40%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; position: relative; z-index: 2; }
.hero-eyebrow { color: var(--gold-300); }
.hero h1 { font-size: clamp(2.3rem, 4.6vw, 3.6rem); line-height: 1.1; }
.hero h1 em { font-style: italic; font-family: var(--font-accent); color: var(--gold-300); display: block; font-size: 0.62em; margin-top: 8px; font-weight: 500; }
.hero-copy { font-size: 1.08rem; color: var(--ivory-200); max-width: 500px; margin-top: 22px; }
.hero .btn-row { margin-top: 32px; }

.hero-badges { display: flex; gap: 14px; margin-top: 40px; flex-wrap: wrap; }
.stat-pill { background: rgba(251,245,233,0.08); border: 1px solid rgba(226,166,59,0.3); border-radius: var(--radius-md); padding: 14px 18px; min-width: 120px; }
.stat-pill strong { display: block; font-family: var(--font-display); font-size: 1.4rem; color: var(--gold-300); }
.stat-pill span { font-size: 0.74rem; color: var(--ivory-200); letter-spacing: 0.03em; }

.hero-visual {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow-lift);
  transform: perspective(1200px) rotateY(-6deg) rotateX(2deg);
  transition: transform 0.4s ease;
  border: 3px solid rgba(226,166,59,0.4);
}
.hero-visual:hover { transform: perspective(1200px) rotateY(0deg) rotateX(0deg); }
.hero-visual .arch-frame { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.img-slot {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center; text-align: center;
  background: linear-gradient(150deg, var(--maroon-700), var(--green-800));
  color: var(--gold-100);
  padding: 24px;
  position: relative;
}
.img-slot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.img-slot-label { position: relative; z-index: 1; font-size: 0.82rem; letter-spacing: 0.05em; line-height: 1.5; }
.img-slot-label svg { width: 34px; height: 34px; margin: 0 auto 12px; opacity: 0.85; }
.img-slot-tag { display: inline-block; margin-top: 10px; padding: 4px 12px; border-radius: 999px; background: rgba(0,0,0,0.25); font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; transform: none; aspect-ratio: 16/10; }
  .hero-visual:hover { transform: none; }
}

/* ------------------------------ Trust strip -------------------------------- */
.trust-strip { background: var(--ivory-200); border-bottom: 1px solid var(--ivory-300); }
.trust-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 22px; padding: 26px 0; }
.trust-item { display: flex; align-items: center; gap: 12px; flex: 1 1 190px; }
.trust-item svg { width: 30px; height: 30px; color: var(--gold-600); flex-shrink: 0; }
.trust-item strong { display: block; font-family: var(--font-display); font-size: 1.05rem; color: var(--maroon-900); }
.trust-item span { font-size: 0.82rem; color: var(--ink-700); }

/* ------------------------------ Cards -------------------------------------- */
.grid { display: grid; gap: 26px; }
.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: 620px) { .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; } }

.tilt-card {
  --rx: 0deg; --ry: 0deg;
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 34px 26px 28px;
  border: 1px solid var(--ivory-300);
  box-shadow: var(--shadow-soft);
  transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry));
  transition: transform 0.12s ease, box-shadow 0.3s ease;
  position: relative;
}
.tilt-card:hover { box-shadow: var(--shadow-lift); }
.arch-top {
  width: 58px; height: 58px; border-radius: 50% 50% 6px 6px;
  background: linear-gradient(160deg, var(--gold-300), var(--gold-600));
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0 8px 16px -8px rgba(196,134,42,0.7);
}
.arch-top svg { width: 28px; height: 28px; color: var(--maroon-950); }
.tilt-card h3 { font-size: 1.14rem; margin-bottom: 10px; }
.tilt-card p { font-size: 0.92rem; color: var(--ink-700); }
.card-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-weight: 700; font-size: 0.84rem; color: var(--maroon-800); }
.card-link svg { width: 15px; height: 15px; transition: transform 0.2s ease; }
.tilt-card:hover .card-link svg { transform: translateX(4px); }

.service-list-card {
  background: var(--white); border: 1px solid var(--ivory-300); border-radius: var(--radius-md);
  padding: 30px; box-shadow: var(--shadow-soft);
}
.service-list-card h3 { display: flex; align-items: center; gap: 12px; font-size: 1.2rem; margin-bottom: 18px; }
.service-list-card h3 svg { width: 26px; height: 26px; color: var(--gold-600); flex-shrink: 0; }
.service-list-card ul { display: grid; gap: 10px; }
.service-list-card li { display: flex; gap: 10px; font-size: 0.94rem; color: var(--ink-700); align-items: flex-start; }
.service-list-card li svg { width: 16px; height: 16px; color: var(--green-600); margin-top: 4px; flex-shrink: 0; }

/* ------------------------------ Gallery ------------------------------------ */
.filter-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 34px; }
.filter-chip {
  padding: 9px 18px; border-radius: 999px; border: 1px solid var(--maroon-800);
  color: var(--maroon-900); font-weight: 700; font-size: 0.82rem; background: transparent;
  transition: all 0.2s ease;
}
.filter-chip.is-active, .filter-chip:hover { background: var(--maroon-900); color: var(--ivory-100); }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 900px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .gallery-grid { grid-template-columns: 1fr; } }
.gallery-item {
  border-radius: var(--radius-md); overflow: hidden; aspect-ratio: 4/5; position: relative;
  box-shadow: var(--shadow-soft); transform: perspective(900px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));
  transition: transform 0.12s ease, box-shadow 0.3s ease;
}
.gallery-item:hover { box-shadow: var(--shadow-lift); }
.gallery-item .img-slot { }
.gallery-caption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 16px;
  background: linear-gradient(0deg, rgba(59,10,29,0.88), transparent);
  color: var(--ivory-100); font-size: 0.82rem; font-weight: 600; z-index: 2;
}

/* ------------------------------ Area chips ---------------------------------- */
.area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 900px) { .area-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 620px) { .area-grid { grid-template-columns: repeat(2, 1fr); } }
.area-chip {
  background: var(--white); border: 1px solid var(--ivory-300); border-radius: var(--radius-sm);
  padding: 14px 16px; font-weight: 700; font-size: 0.9rem; color: var(--maroon-900);
  display: flex; align-items: center; gap: 10px; transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.area-chip svg { width: 16px; height: 16px; color: var(--gold-600); flex-shrink: 0; }
.area-chip:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); }

/* ------------------------------ Process steps -------------------------------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding-top: 18px; }
.step-num {
  font-family: var(--font-display); font-size: 2.6rem; color: var(--gold-300);
  opacity: 0.55; line-height: 1;
}
.step h3 { font-size: 1.05rem; margin: 10px 0 8px; color: var(--ivory-100); }
.step p { font-size: 0.88rem; color: var(--ivory-200); }

/* ------------------------------ Flip badge ------------------------------------ */
.flip-badge { width: 168px; height: 168px; perspective: 1000px; margin: 0 auto; }
.flip-badge-inner {
  position: relative; width: 100%; height: 100%; transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transform-style: preserve-3d; cursor: pointer;
}
.flip-badge:hover .flip-badge-inner, .flip-badge.is-flipped .flip-badge-inner { transform: rotateY(180deg); }
.flip-face {
  position: absolute; inset: 0; backface-visibility: hidden; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  padding: 14px; box-shadow: 0 14px 28px -12px rgba(0,0,0,0.5);
}
.flip-face--front { background: radial-gradient(circle at 35% 30%, var(--gold-300), var(--gold-600) 75%); color: var(--maroon-950); }
.flip-face--back { background: radial-gradient(circle at 35% 30%, var(--maroon-700), var(--maroon-950) 75%); color: var(--gold-200); transform: rotateY(180deg); }
.flip-face strong { display: block; font-family: var(--font-display); font-size: 1.5rem; }
.flip-face span { font-size: 0.72rem; letter-spacing: 0.05em; margin-top: 4px; }

/* ------------------------------ Testimonials ------------------------------------ */
.testimonial-card {
  background: var(--white); border-radius: var(--radius-md); padding: 28px;
  border: 1px solid var(--ivory-300); box-shadow: var(--shadow-soft);
}
.stars { color: var(--gold-500); font-size: 1rem; letter-spacing: 2px; margin-bottom: 12px; }
.testimonial-card p.quote { font-family: var(--font-accent); font-style: italic; font-size: 1.12rem; color: var(--ink-900); }
.testimonial-who { margin-top: 16px; font-weight: 700; font-size: 0.86rem; color: var(--maroon-800); }
.testimonial-who span { display: block; font-weight: 500; color: var(--ink-700); font-size: 0.8rem; margin-top: 2px; }

/* ------------------------------ Forms ------------------------------------ */
.form-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 38px; box-shadow: var(--shadow-lift);
  border: 1px solid var(--ivory-300);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 620px) { .form-row { grid-template-columns: 1fr; } }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 0.82rem; font-weight: 700; color: var(--maroon-900); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 14px; border-radius: var(--radius-sm); border: 1.5px solid var(--ivory-300);
  background: var(--ivory-100); font-family: inherit; font-size: 0.95rem; color: var(--ink-900);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold-500); background: var(--white); outline: none; }
.field textarea { resize: vertical; min-height: 100px; }
.form-note { font-size: 0.78rem; color: var(--ink-700); margin-top: 14px; display: flex; align-items: center; gap: 8px; }
.form-note svg { width: 16px; height: 16px; color: var(--green-600); flex-shrink: 0; }

/* ------------------------------ Map box ------------------------------------ */
.map-box {
  border-radius: var(--radius-md); overflow: hidden; border: 3px solid var(--gold-500);
  box-shadow: var(--shadow-soft); position: relative; aspect-ratio: 4/3; background: var(--ivory-300);
}
.map-box iframe { width: 100%; height: 100%; border: 0; }

/* ------------------------------ CTA band ------------------------------------ */
.cta-band { background: linear-gradient(120deg, var(--maroon-950), var(--maroon-800)); color: var(--ivory-100); padding: 56px 0; text-align: center; position: relative; overflow: hidden; }
.cta-band h2 { color: var(--ivory-100); font-size: clamp(1.6rem, 3vw, 2.2rem); }
.cta-band p { color: var(--ivory-200); margin-top: 12px; font-family: var(--font-accent); font-style: italic; font-size: 1.15rem; }
.cta-band .btn-row { justify-content: center; margin-top: 26px; }

/* ------------------------------ Footer ------------------------------------ */
.site-footer { background: var(--maroon-950); color: var(--ivory-200); padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.1fr; gap: 40px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid h4 { color: var(--gold-300); font-size: 0.9rem; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 18px; font-family: var(--font-body); font-weight: 700; }
.footer-brand p { font-size: 0.9rem; color: var(--ivory-300); margin-top: 14px; max-width: 320px; }
.footer-grid ul { display: grid; gap: 11px; }
.footer-grid a { font-size: 0.9rem; color: var(--ivory-200); }
.footer-grid a:hover { color: var(--gold-300); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; font-size: 0.9rem; }
.footer-contact svg { width: 17px; height: 17px; color: var(--gold-400, var(--gold-300)); margin-top: 3px; flex-shrink: 0; }
.social-row { display: flex; gap: 10px; margin-top: 16px; }
.social-row a {
  width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(226,166,59,0.4);
  display: flex; align-items: center; justify-content: center; transition: background 0.2s ease;
}
.social-row a:hover { background: rgba(226,166,59,0.18); }
.social-row svg { width: 17px; height: 17px; color: var(--gold-300); }
.footer-bottom { border-top: 1px solid rgba(226,166,59,0.2); margin-top: 48px; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 0.78rem; color: var(--ivory-300); }

/* ------------------------------ Floating buttons ------------------------------------ */
.float-stack { position: fixed; right: 20px; bottom: 20px; z-index: 600; display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }
.fab {
  width: 58px; height: 58px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 24px -6px rgba(0,0,0,0.45); border: 2px solid rgba(255,255,255,0.3);
  transition: transform 0.2s ease;
}
.fab:hover { transform: scale(1.08); }
.fab svg { width: 27px; height: 27px; }
.fab-whatsapp { background: var(--whatsapp); color: #fff; }
.fab-call { background: var(--gold-500); color: var(--maroon-950); }
@media (prefers-reduced-motion: no-preference) {
  .fab-whatsapp { animation: pulseRing 2.6s ease-out infinite; }
}
@keyframes pulseRing {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.55), 0 10px 24px -6px rgba(0,0,0,0.45); }
  70% { box-shadow: 0 0 0 14px rgba(37,211,102,0), 0 10px 24px -6px rgba(0,0,0,0.45); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0), 0 10px 24px -6px rgba(0,0,0,0.45); }
}

/* ------------------------------ Breadcrumb / page header ------------------------------------ */
.page-header {
  background: linear-gradient(170deg, var(--maroon-950), var(--maroon-800));
  color: var(--ivory-100); padding: 64px 0 46px; position: relative; overflow: hidden;
}
.page-header::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 90% 10%, rgba(226,166,59,0.16), transparent 45%);
}
.breadcrumb { position: relative; z-index: 1; font-size: 0.82rem; color: var(--ivory-300); display: flex; gap: 8px; align-items: center; margin-bottom: 16px; }
.breadcrumb a:hover { color: var(--gold-300); }
.page-header h1 { color: var(--ivory-100); font-size: clamp(1.9rem, 3.6vw, 2.7rem); position: relative; z-index: 1; }
.page-header .section-lede { color: var(--ivory-200); position: relative; z-index: 1; }

/* ------------------------------ Misc ------------------------------------ */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; } }
.tag-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.tag { background: var(--ivory-200); border: 1px solid var(--ivory-300); color: var(--maroon-900); font-size: 0.78rem; font-weight: 700; padding: 6px 14px; border-radius: 999px; }
.divider-note { text-align: center; font-family: var(--font-accent); font-style: italic; color: var(--gold-600); font-size: 1.1rem; margin: 6px 0 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--gold-500); color: var(--maroon-950);
  padding: 12px 18px; z-index: 999; font-weight: 700; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }
