/* ============================================================
   GALLERY.CSS — Sri Garuda Decorators
   Gallery main page. Zero inline CSS. Mobile-first.
   Performance optimised — no layout thrash, GPU compositing.
   ============================================================ */

:root {
  --champagne:    #F2E5C6;
  --text-mid:     #4A3728;
  --near-black:   #1A1A1A;
  --font-display: 'Cinzel', serif;
  --font-accent:  'Cormorant Garamond', serif;
  --font-body:    'Jost', sans-serif;
  --section-pad:  clamp(60px, 10vw, 110px);
  --transition:   0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ============================================================
   SHARED UTILITIES
   ============================================================ */

.gl-container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

/* Scroll Reveal */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.revealed { opacity: 1; transform: translateY(0); }
.reveal-delay-1  { transition-delay: 0.1s; }
.reveal-delay-2  { transition-delay: 0.22s; }
.reveal-delay-3  { transition-delay: 0.34s; }

/* Buttons */
.gl-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: var(--burgundy);
  color: var(--champagne);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
  border: none;
  cursor: pointer;
}
.gl-btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--deep-wine);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s ease;
  z-index: 0;
}
.gl-btn-primary:hover::after { transform: scaleX(1); transform-origin: left; }
.gl-btn-primary span { position: relative; z-index: 1; }

.gl-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 32px;
  border: 1.5px solid rgba(242,229,198,0.5);
  color: var(--champagne);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  transition: var(--transition);
}
.gl-btn-outline:hover {
  background: rgba(242,229,198,0.1);
  border-color: var(--sand-gold);
  color: var(--sand-gold);
}


/* ============================================================
   SECTION 1 — HERO
   ============================================================ */

.gl-hero {
  position: relative;
  height: 65vh;
  min-height: 420px;
  max-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--deep-wine);
}

/* Background — uses will-change for GPU compositing */
.gl-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('../assets/images/gallery/hero-gallery.webp');
  background-size: cover;
  background-position: center;
  filter: brightness(0.38);
  transform: scale(1.06);
  transition: transform 7s ease;
  will-change: transform;
}
.gl-hero.loaded .gl-hero-bg { transform: scale(1); }

.gl-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(59,1,11,0.55) 0%, rgba(59,1,11,0.15) 50%, rgba(59,1,11,0.7) 100%);
  z-index: 1;
}
.gl-hero::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, transparent, var(--sand-gold), transparent);
  z-index: 2;
}
.gl-hero-deco-text {
  position: absolute;
  bottom: -10px;
  right: -10px;
  font-family: var(--font-display);
  font-size: clamp(4rem, 16vw, 16rem);
  font-weight: 700;
  color: rgba(242,217,160,0.04);
  user-select: none;
  pointer-events: none;
  line-height: 1;
  white-space: nowrap;
}
.gl-hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 0 24px;
  padding-bottom: 90px;
}
.gl-hero-eyebrow {
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--sand-gold);
  display: block;
  margin-bottom: 16px;
  opacity: 0;
  transform: translateY(16px);
  animation: glHeroUp 0.8s 0.3s forwards;
}
.gl-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 8vw, 5.5rem);
  font-weight: 500;
  color: var(--champagne);
  line-height: 1.05;
  margin-bottom: 14px;
  letter-spacing: 0.02em;
  opacity: 0;
  transform: translateY(22px);
  animation: glHeroUp 0.9s 0.5s forwards;
}
.gl-hero-title em {
  font-style: italic;
  color: var(--sand-gold);
  font-family: var(--font-accent);
  font-weight: 300;
  font-size: 1.1em;
}
.gl-hero-tagline {
  font-family: var(--font-accent);
  font-size: clamp(0.9rem, 2vw, 1.2rem);
  font-style: italic;
  color: rgba(242,229,198,0.7);
  margin-bottom: 22px;
  opacity: 0;
  animation: glHeroUp 0.8s 0.7s forwards;
}
.gl-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  animation: glHeroUp 0.8s 0.85s forwards;
}
.gl-breadcrumb-link {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(242,229,198,0.55);
  text-decoration: none;
  font-family: var(--font-body);
  transition: color 0.2s ease;
}
.gl-breadcrumb-link:hover { color: var(--sand-gold); }
.gl-breadcrumb-sep     { color: rgba(242,217,160,0.3); }
.gl-breadcrumb-current {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sand-gold);
  font-family: var(--font-body);
}

/* Stats strip */
.gl-hero-stats {
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  z-index: 4;
  display: flex;
  justify-content: center;
  background: rgba(59,1,11,0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top: 1px solid rgba(242,217,160,0.15);
}
.gl-hero-stat {
  flex: 1;
  max-width: 200px;
  text-align: center;
  padding: 14px 16px;
  border-right: 1px solid rgba(242,217,160,0.12);
}
.gl-hero-stat:last-child { border-right: none; }
.gl-hero-stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--sand-gold);
  line-height: 1;
}
.gl-hero-stat-num em {
  font-style: normal;
  font-size: 0.7em;
  color: var(--champagne);
}
.gl-hero-stat-label {
  font-family: var(--font-body);
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(242,229,198,0.55);
  display: block;
  margin-top: 4px;
}

/* Scroll indicator */
.gl-hero-scroll {
  position: absolute;
  bottom: 56px;
  right: 28px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--champagne);
  font-family: var(--font-body);
  font-size: 0.52rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  opacity: 0.5;
}
.gl-hero-scroll-line {
  width: 1px;
  height: 40px;
  background: var(--sand-gold);
  animation: scrollPulse 1.8s infinite;
}

@keyframes glHeroUp   { to { opacity: 1; transform: translateY(0); } }
@keyframes scrollPulse {
  0%, 100% { transform: scaleY(1);   opacity: 0.7; }
  50%       { transform: scaleY(0.5); opacity: 0.3; }
}


/* ============================================================
   SECTION 2 — GALLERY MAIN
   ============================================================ */

.gl-main {
  padding: clamp(48px, 8vw, 80px) 0 var(--section-pad);
  background: var(--off-white, #FAF7F2);
}

/* ── Filter Bar ── */
.gl-filter-bar {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-bottom: 24px;
  border: 1px solid rgba(86,11,24,0.12);
  background: #fff;
}
.gl-filter-bar::-webkit-scrollbar { display: none; }

.gl-filter-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 18px;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-mid);
  background: transparent;
  border: none;
  border-right: 1px solid rgba(86,11,24,0.08);
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  position: relative;
  transition: color 0.22s ease, background 0.22s ease;
}
.gl-filter-btn:last-child { border-right: none; }
.gl-filter-btn::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2.5px;
  background: var(--burgundy);
  transform: scaleX(0);
  transition: transform 0.25s ease;
}
.gl-filter-btn:hover { color: var(--burgundy); background: rgba(117,22,45,0.03); }
.gl-filter-btn.active { color: var(--burgundy); background: rgba(117,22,45,0.05); }
.gl-filter-btn.active::after { transform: scaleX(1); }

.gl-filter-btn-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.gl-filter-btn-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 0;
}
/* stroke-style icons */
.gl-filter-btn:nth-child(n+2) .gl-filter-btn-icon svg {
  fill: none;
  stroke-width: 1.5;
}

.gl-filter-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  background: rgba(117,22,45,0.1);
  color: var(--burgundy);
  font-size: 0.6rem;
  font-weight: 700;
  border-radius: 10px;
  transition: background 0.22s ease;
}
.gl-filter-btn.active .gl-filter-count {
  background: var(--burgundy);
  color: var(--champagne);
}

/* ── Results Bar ── */
.gl-results-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 2px;
}
.gl-results-count {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--text-mid);
  opacity: 0.7;
  letter-spacing: 0.02em;
}
.gl-view-toggle {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(86,11,24,0.15);
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.gl-view-toggle:hover {
  background: rgba(117,22,45,0.05);
  border-color: var(--burgundy);
}
.gl-view-toggle svg {
  width: 16px;
  height: 16px;
  fill: var(--burgundy);
}

/* ── Gallery Grid — CSS Grid masonry approach ── */
.gl-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  /* Performance: contain layout so reflows don't cascade */
  contain: layout;
}

/* Grid item */
.gl-item {
  position: relative;
  overflow: hidden;
  background: var(--champagne);
  cursor: pointer;
  /* GPU layer — prevents repaint on hover */
  will-change: transform;
  /* Default aspect ratio */
  aspect-ratio: 1;
  /* Transition for filter show/hide */
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.gl-item--tall { grid-row: span 2; aspect-ratio: auto; }
.gl-item--wide { grid-column: span 2; aspect-ratio: 16/9; }

/* Image — performance: use object-fit, add decoding=async in HTML */
.gl-item-img-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* GPU compositing — translateZ forces own layer */
  transform: translateZ(0);
  transition: transform 0.55s ease;
  /* Skeleton loading color before image loads */
  background: var(--champagne);
}
.gl-item:hover img { transform: translateZ(0) scale(1.07); }

/* Skeleton shimmer for loading state */
.gl-item img:not([src]),
.gl-item img[src=""] {
  background: linear-gradient(90deg, #f0e8d8 25%, #e8ddc8 50%, #f0e8d8 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}
@keyframes shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Overlay */
.gl-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(59,1,11,0.52);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 14px;
  /* Pointer events only when visible */
  pointer-events: none;
}
.gl-item:hover .gl-item-overlay {
  opacity: 1;
  pointer-events: all;
}

.gl-item-cat {
  font-family: var(--font-body);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sand-gold);
  background: rgba(59,1,11,0.8);
  padding: 4px 10px;
}
.gl-item-zoom {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(242,229,198,0.45);
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.gl-item-zoom:hover {
  background: rgba(242,229,198,0.15);
  border-color: var(--sand-gold);
}
.gl-item-zoom svg {
  width: 13px;
  height: 13px;
  stroke: var(--champagne);
}

/* Hidden state — filter */
.gl-item.gl-hidden {
  display: none;
}
/* Fade-in for newly shown items */
.gl-item.gl-visible {
  animation: glItemFadeIn 0.35s ease forwards;
}
@keyframes glItemFadeIn {
  from { opacity: 0; transform: scale(0.97); }
  to   { opacity: 1; transform: scale(1); }
}

/* Masonry view (alternate layout) */
.gl-grid.masonry-view {
  columns: 2;
  column-gap: 10px;
  display: block;
}
.gl-grid.masonry-view .gl-item {
  break-inside: avoid;
  margin-bottom: 10px;
  aspect-ratio: auto;
}
.gl-grid.masonry-view .gl-item--tall,
.gl-grid.masonry-view .gl-item--wide {
  aspect-ratio: auto;
  grid-row: auto;
  grid-column: auto;
}
.gl-grid.masonry-view .gl-item img { height: auto; }

/* ── Empty state ── */
.gl-empty {
  display: none;
  text-align: center;
  padding: 64px 24px;
}
.gl-empty.visible { display: block; }
.gl-empty-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  opacity: 0.3;
}
.gl-empty-icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--text-mid);
}
.gl-empty-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--deep-wine);
  margin-bottom: 8px;
}
.gl-empty-desc {
  font-size: 0.85rem;
  color: var(--text-mid);
  line-height: 1.7;
  max-width: 360px;
  margin: 0 auto 24px;
}
.gl-empty-reset {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--burgundy);
  background: none;
  border: 1.5px solid var(--burgundy);
  padding: 10px 24px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.gl-empty-reset:hover {
  background: var(--burgundy);
  color: var(--champagne);
}

/* ── Load More ── */
.gl-load-more-wrap {
  text-align: center;
  margin-top: 40px;
}
.gl-load-more-wrap.hidden { display: none; }

.gl-load-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 36px;
  background: transparent;
  border: 1.5px solid var(--burgundy);
  color: var(--burgundy);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
}
.gl-load-more:hover {
  background: var(--burgundy);
  color: var(--champagne);
}
.gl-load-more.loading .gl-load-more-text { display: none; }
.gl-load-more-loader {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(117,22,45,0.3);
  border-top-color: var(--burgundy);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
.gl-load-more.loading .gl-load-more-loader { display: block; }
@keyframes spin { to { transform: rotate(360deg); } }


/* ============================================================
   LIGHTBOX — Performance optimised
   ============================================================ */

.gl-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Opacity transition on open/close */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
  /* Prevent scroll on body handled by JS */
}
.gl-lightbox.open {
  opacity: 1;
  pointer-events: all;
}

.gl-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10,0,3,0.96);
  z-index: 0;
}

.gl-lightbox-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 0 70px;
  max-width: 100vw;
  max-height: 100vh;
}

.gl-lightbox-img-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gl-lightbox-img {
  max-width: 85vw;
  max-height: 78vh;
  object-fit: contain;
  display: block;
  /* GPU compositing */
  will-change: opacity;
  transition: opacity 0.18s ease;
}
.gl-lightbox-img.loading { opacity: 0; }

/* Spinner shown while image loads */
.gl-lightbox-spinner {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border: 2px solid rgba(242,217,160,0.2);
  border-top-color: var(--sand-gold);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  display: none;
}
.gl-lightbox-spinner.visible { display: block; }

.gl-lightbox-caption {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--champagne);
  letter-spacing: 0.05em;
  opacity: 0.8;
  text-align: center;
}

.gl-lightbox-counter {
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  color: rgba(242,229,198,0.5);
}

/* Nav buttons */
.gl-lightbox-prev,
.gl-lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 52px;
  height: 52px;
  background: rgba(59,1,11,0.75);
  border: 1px solid rgba(242,217,160,0.25);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.gl-lightbox-prev:hover,
.gl-lightbox-next:hover {
  background: var(--burgundy);
  border-color: var(--burgundy);
}
.gl-lightbox-prev { left: 12px; }
.gl-lightbox-next { right: 12px; }
.gl-lightbox-prev svg,
.gl-lightbox-next svg {
  width: 22px;
  height: 22px;
  stroke: var(--champagne);
}

/* Close button */
.gl-lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(242,229,198,0.3);
  background: rgba(59,1,11,0.6);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.gl-lightbox-close:hover {
  background: var(--burgundy);
  border-color: var(--burgundy);
}
.gl-lightbox-close svg {
  width: 18px;
  height: 18px;
  stroke: var(--champagne);
}

/* ── Responsive: desktop grid enhancements ── */
@media (min-width: 600px) {
  .gl-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .gl-grid.masonry-view { columns: 3; column-gap: 12px; }
}
@media (min-width: 1024px) {
  .gl-grid { grid-template-columns: repeat(4, 1fr); gap: 14px; }
  .gl-grid.masonry-view { columns: 4; column-gap: 14px; }
  .gl-lightbox-prev { left: 20px; }
  .gl-lightbox-next { right: 20px; }
}
@media (min-width: 1280px) {
  .gl-grid { grid-template-columns: repeat(5, 1fr); }
  .gl-grid.masonry-view { columns: 5; }
}

/* Mobile lightbox adjustments */
@media (max-width: 600px) {
  .gl-lightbox-content { padding: 0 52px; }
  .gl-lightbox-img     { max-width: 92vw; max-height: 72vh; }
  .gl-lightbox-prev    { left: 4px; width: 40px; height: 40px; }
  .gl-lightbox-next    { right: 4px; width: 40px; height: 40px; }
}


/* ============================================================
   SECTION 3 — CTA BANNER
   ============================================================ */

.gl-cta {
  padding: 100px 0 60px;
  background: var(--dark-maroon);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.gl-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(117,22,45,0.45) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 50%, rgba(117,22,45,0.45) 0%, transparent 60%);
  pointer-events: none;
}
.gl-cta-bg-text {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-display);
  font-size: clamp(3rem, 14vw, 14rem);
  font-weight: 700;
  color: rgba(242,217,160,0.03);
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
}
.gl-cta-content { position: relative; z-index: 1; }
.gl-cta-eyebrow {
  display: block;
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--sand-gold);
  margin-bottom: 18px;
}
.gl-cta-heading {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 5vw, 3.8rem);
  font-weight: 500;
  color: var(--champagne);
  line-height: 1.12;
  margin-bottom: 20px;
}
.gl-cta-heading em {
  font-family: var(--font-accent);
  font-style: italic;
  color: var(--sand-gold);
  font-size: 1.1em;
}
.gl-cta-subtext {
  color: rgba(242,229,198,0.6);
  font-size: 0.9rem;
  max-width: 480px;
  margin: 0 auto 36px;
  line-height: 1.8;
}
.gl-cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.gl-cta-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 auto 36px;
  max-width: 280px;
}
.gl-cta-line { flex: 1; height: 1px; background: rgba(242,217,160,0.2); }
.gl-cta-diamond {
  width: 8px; height: 8px;
  background: var(--sand-gold);
  transform: rotate(45deg);
  flex-shrink: 0;
}

/* Service quick links */
.gl-cta-services {
  border-top: 1px solid rgba(242,217,160,0.12);
  padding-top: 28px;
}
.gl-cta-services-label {
  display: block;
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(242,229,198,0.4);
  margin-bottom: 14px;
}
.gl-cta-services-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.gl-cta-service-link {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(242,229,198,0.45);
  text-decoration: none;
  padding: 7px 16px;
  border-right: 1px solid rgba(242,217,160,0.12);
  transition: color 0.2s ease;
}
.gl-cta-service-link:last-child { border-right: none; }
.gl-cta-service-link:hover { color: var(--sand-gold); }

@media (max-width: 480px) {
  .gl-cta-buttons  { flex-direction: column; align-items: center; }
  .gl-btn-primary,
  .gl-btn-outline  { width: 100%; justify-content: center; }
  .gl-cta          { padding: 72px 0 48px; }
}