/* =========================================
   AB Events & Planning — Global Styles
   ========================================= */

:root {
  --champagne: #fce8ee;
  --champagne-light: #fef2f5;
  --mocha: #2d1520;
  --mocha-mid: #5c2d3e;
  --gold: #c4587a;
  --gold-light: #d97a96;
  --cream: #fff8fa;
  --warm-gray: #9a7a82;
  --text: #2d1520;
  --text-light: #7a4558;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Jost', sans-serif;
  --nav-h: 72px;
  --radius: 4px;
  --transition: 0.3s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--text);
  background: var(--cream);
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 300; line-height: 1.15; }
h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); }
em { font-style: italic; color: var(--gold); }

.section-label {
  display: block;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.section-header { margin-bottom: 48px; }
.section-cta { text-align: center; margin-top: 48px; }

/* ---- BUTTONS ---- */
.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: var(--radius);
  transition: var(--transition);
  cursor: pointer;
  border: none;
}
.btn-primary { background: var(--gold); color: var(--cream); }
.btn-primary:hover { background: var(--gold-light); }
.btn-ghost { border: 1px solid var(--gold); color: var(--gold); background: transparent; }
.btn-ghost:hover { background: var(--gold); color: var(--cream); }
.btn-outline { border: 1px solid var(--mocha); color: var(--mocha); background: transparent; }
.btn-outline:hover { background: var(--mocha); color: var(--cream); }
.btn-ghost-dark { border: 1px solid var(--champagne); color: var(--champagne); background: transparent; }
.btn-ghost-dark:hover { background: var(--champagne); color: var(--mocha); }
.btn-lg { padding: 18px 44px; font-size: 0.8rem; }

/* ---- NAV ---- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(255, 248, 250, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(196, 88, 122, 0.15);
  height: var(--nav-h);
}
.nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  height: 100%; display: flex; align-items: center;
  justify-content: space-between; gap: 24px;
}
.logo { display: flex; align-items: baseline; gap: 8px; flex-shrink: 0; }
.logo-ab { font-family: var(--font-display); font-size: 1.8rem; font-weight: 600; color: var(--gold); line-height: 1; }
.logo-text { font-family: var(--font-body); font-size: 0.65rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-light); }
.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav a { font-size: 0.7rem; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-light); transition: color var(--transition); }
.main-nav a:hover, .main-nav a.active { color: var(--mocha); }
.nav-cta { background: var(--gold) !important; color: var(--cream) !important; padding: 10px 20px; border-radius: var(--radius); }
.nav-cta:hover { background: var(--gold-light) !important; }
.menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.menu-toggle span { display: block; width: 24px; height: 1.5px; background: var(--mocha); transition: var(--transition); }

/* ============================================================
   HERO
   Two-column: left = text, right = circle carousel
   The hero is min-height 100vh. Both columns use
   display:flex + align-items:center so content is
   vertically centered independently -- no clipping.
   ============================================================ */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  padding-top: var(--nav-h);
  background: var(--champagne-light);
  overflow: hidden;
}

/* Left column: flex column, centered */
.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 40px 60px 10vw;
  min-height: 0;
}

.hero-eyebrow {
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.1s forwards;
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 300;
  line-height: 1.0;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.ht-line1 { font-size: clamp(3rem, 4.8vw, 5.2rem); color: var(--mocha); opacity: 0; animation: fadeUp 0.7s ease 0.2s forwards; }
.ht-line2 { font-size: clamp(3.6rem, 6.2vw, 7rem); color: var(--gold); font-style: italic; line-height: 0.95; opacity: 0; animation: fadeUp 0.7s ease 0.3s forwards; }
.ht-line2 em { color: var(--gold); }
.ht-line3 { font-size: clamp(1.9rem, 3vw, 3.8rem); color: var(--mocha); opacity: 0; animation: fadeUp 0.7s ease 0.4s forwards; }
.ht-line4 { font-size: clamp(1.9rem, 3vw, 3.8rem); color: var(--mocha-mid); opacity: 0; animation: fadeUp 0.7s ease 0.5s forwards; }

.hero-sub {
  font-size: 0.92rem;
  color: var(--text-light);
  max-width: 380px;
  margin-bottom: 32px;
  line-height: 1.85;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.6s forwards;
}
.hero-actions {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-bottom: 44px;
  opacity: 0; animation: fadeUp 0.7s ease 0.7s forwards;
}
.hero-stat-row {
  display: flex; align-items: center;
  border-top: 1px solid rgba(196, 88, 122, 0.2);
  padding-top: 24px;
  opacity: 0; animation: fadeUp 0.7s ease 0.9s forwards;
}
.hero-stat { display: flex; flex-direction: column; gap: 2px; padding-right: 24px; }
.stat-num { font-family: var(--font-display); font-size: 1.9rem; font-weight: 300; color: var(--mocha); line-height: 1; }
.stat-label { font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--warm-gray); }
.hero-stat-divider { width: 1px; height: 32px; background: rgba(196, 88, 122, 0.25); margin-right: 24px; flex-shrink: 0; }

/* Right column: flex centered, same height as left via grid stretch */
.hero-right {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fff0f4 0%, #fce8ee 100%);
  overflow: hidden;
  padding: 60px 40px;
}

/* circle-stage is a self-contained unit: rings + frame + label */
.circle-stage {
  position: relative;
  /* size the stage -- circle fills it, rings overflow it */
  width: clamp(260px, 36vw, 420px);
  height: clamp(260px, 36vw, 420px);
  flex-shrink: 0;
}

/* Decorative spinning rings -- centered on the stage */
.ring {
  position: absolute;
  border-radius: 50%;
  top: 50%; left: 50%;
  pointer-events: none;
}
.ring-outer {
  width: 136%; height: 136%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(196, 88, 122, 0.2);
  animation: slowSpin 30s linear infinite;
}
.ring-inner {
  width: 114%; height: 114%;
  transform: translate(-50%, -50%);
  border: 1px dashed rgba(196, 88, 122, 0.13);
  animation: slowSpin 20s linear infinite reverse;
}

@keyframes slowSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}

/* The actual circle photo frame fills the stage exactly */
.circle-frame {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  overflow: hidden;
  box-shadow:
    0 0 0 5px rgba(255, 248, 250, 0.95),
    0 0 0 9px rgba(196, 88, 122, 0.25),
    0 20px 60px rgba(45, 21, 32, 0.15);
  z-index: 2;
  opacity: 0;
  animation: fadeIn 1s ease 0.5s forwards;
}

.circle-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.4s ease;
}
.circle-slide.active { opacity: 1; }
.circle-slide img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.9) brightness(1.04);
}

/* Label tag sits just below the circle-stage */
.circle-label {
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 3;
  opacity: 0;
  animation: fadeIn 1s ease 1.1s forwards;
}
.circle-label span {
  display: block;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mocha);
  background: rgba(255, 248, 250, 0.95);
  border: 1px solid rgba(196, 88, 122, 0.3);
  padding: 7px 18px;
}

/* ---- INTRO STRIP ---- */
.intro-strip { background: var(--gold); padding: 28px 0; }
.intro-text {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 300; font-style: italic;
  color: var(--cream); text-align: center;
}

/* ---- SERVICES PREVIEW ---- */
.services-preview { background: var(--champagne-light); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: rgba(196, 88, 122, 0.12);
}
.service-card {
  background: var(--cream); padding: 40px 36px;
  display: flex; flex-direction: column; gap: 12px;
  transition: background var(--transition);
}
.service-card:hover { background: var(--champagne); }
.service-icon { font-size: 1.2rem; color: var(--gold); margin-bottom: 4px; }
.service-card h3 { font-size: 1.4rem; color: var(--mocha); }
.service-card p { font-size: 0.9rem; color: var(--text-light); line-height: 1.7; flex: 1; }
.card-link { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-top: 8px; }

/* ---- ABOUT TEASER ---- */
.about-teaser { background: var(--cream); padding: 80px 0; }
.about-teaser-inner {
  max-width: 1100px; margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 80px; align-items: center;
}
.img-frame { position: relative; }
.img-frame::before {
  content: ''; position: absolute;
  top: -16px; left: -16px; right: 16px; bottom: 16px;
  border: 1px solid var(--gold); z-index: 0;
}
.img-frame img {
  position: relative; z-index: 1;
  width: 100%; aspect-ratio: 1; object-fit: cover;
  filter: sepia(10%) contrast(1.05);
}
.about-teaser-text { display: flex; flex-direction: column; gap: 20px; }
.about-teaser-text p { color: var(--text-light); line-height: 1.85; }

/* ---- TESTIMONIALS ---- */
.testimonials-strip { background: var(--mocha); text-align: center; }
.testimonials-strip .section-label { color: var(--gold-light); }
.testimonials-carousel {
  position: relative; max-width: 680px;
  margin: 32px auto 0; min-height: 140px;
}
.testimonial-slide { display: none; flex-direction: column; gap: 16px; animation: fadeIn 0.5s ease; }
.testimonial-slide.active { display: flex; }
.testimonial-slide blockquote {
  font-family: var(--font-display); font-size: clamp(1.3rem, 3vw, 1.9rem);
  font-style: italic; color: var(--champagne); font-weight: 300; line-height: 1.5;
}
.testimonial-slide cite { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold-light); }
.carousel-dots { display: flex; justify-content: center; gap: 10px; margin-top: 28px; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(245, 237, 224, 0.25); border: none; cursor: pointer; transition: background var(--transition); padding: 0; }
.dot.active { background: var(--gold); }

/* ---- CTA BANNER ---- */
.cta-banner {
  background: linear-gradient(135deg, var(--champagne) 0%, var(--champagne-light) 100%);
  padding: 80px 0; text-align: center;
  border-top: 1px solid rgba(196, 88, 122, 0.2);
  border-bottom: 1px solid rgba(196, 88, 122, 0.2);
}
.cta-banner h2 { margin-bottom: 12px; color: var(--mocha); }
.cta-banner p { color: var(--text-light); margin-bottom: 32px; }

/* ---- FOOTER ---- */
.site-footer { background: var(--mocha); color: var(--champagne); padding: 60px 0 0; }
.footer-inner {
  max-width: 1100px; margin: 0 auto; padding: 0 24px 48px;
  display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px;
}
.footer-brand .logo-text { color: rgba(245, 237, 224, 0.6); }
.footer-brand p { margin-top: 12px; font-size: 0.8rem; color: rgba(245, 237, 224, 0.5); }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 10px; }
.footer-links a, .footer-contact a { font-size: 0.78rem; letter-spacing: 0.08em; color: rgba(245, 237, 224, 0.65); transition: color var(--transition); }
.footer-links a:hover, .footer-contact a:hover { color: var(--gold-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 24px; text-align: center; }
.footer-bottom p { font-size: 0.72rem; color: rgba(245, 237, 224, 0.35); letter-spacing: 0.05em; }

/* ---- PAGE HERO (inner pages) ---- */
.page-hero { background: var(--mocha); padding: calc(var(--nav-h) + 60px) 0 60px; text-align: center; }
.page-hero h1 { color: var(--champagne); font-size: clamp(2.2rem, 5vw, 4rem); }
.page-hero p { color: rgba(245, 237, 224, 0.65); max-width: 560px; margin: 16px auto 0; }

/* ---- ABOUT PAGE ---- */
.about-main { padding: 80px 0; background: var(--cream); }
.about-grid { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; }
.about-sticky { position: sticky; top: 100px; }
.about-text h2 { margin-bottom: 24px; }
.about-text p { color: var(--text-light); margin-bottom: 20px; line-height: 1.9; }
.values-list { list-style: none; margin-top: 36px; display: flex; flex-direction: column; gap: 16px; }
.values-list li { display: flex; align-items: flex-start; gap: 16px; font-size: 0.9rem; color: var(--text-light); }
.values-list li::before { content: '◆'; color: var(--gold); font-size: 0.5rem; margin-top: 6px; flex-shrink: 0; }

/* ---- SERVICES PAGE ---- */
.services-full { padding: 80px 0; background: var(--champagne-light); }
.services-list { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-detail-card { background: var(--cream); padding: 44px; border-left: 3px solid var(--gold); }
.service-detail-card h3 { font-size: 1.6rem; margin-bottom: 8px; }
.service-meta { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.service-detail-card p { color: var(--text-light); line-height: 1.8; margin-bottom: 24px; }
.service-price { font-family: var(--font-display); font-size: 1.5rem; color: var(--mocha); }

/* ---- PRICING PAGE ---- */
.pricing-section { padding: 80px 0; background: var(--cream); }
.pricing-category { background: var(--cream); padding: 40px 32px; }
.pricing-category h3 { font-size: 1.3rem; color: var(--mocha); margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid rgba(196, 88, 122, 0.3); }
.price-item { display: flex; justify-content: space-between; align-items: baseline; padding: 8px 0; border-bottom: 1px solid rgba(196, 88, 122, 0.1); font-size: 0.85rem; color: var(--text-light); gap: 16px; }
.price-item:last-child { border-bottom: none; }
.price-item .price { font-weight: 500; color: var(--mocha); white-space: nowrap; flex-shrink: 0; }

/* ---- TESTIMONIALS PAGE ---- */
.testimonials-full { padding: 80px 0; background: var(--champagne-light); }
.testimonials-grid { max-width: 900px; margin: 0 auto; padding: 0 24px; display: flex; flex-direction: column; gap: 40px; }
.testimonial-card { background: var(--cream); padding: 48px; border-top: 2px solid var(--gold); position: relative; }
.testimonial-card::before { content: '\201C'; font-family: var(--font-display); font-size: 5rem; color: var(--gold); opacity: 0.2; position: absolute; top: 16px; left: 32px; line-height: 1; }
.testimonial-card blockquote { font-family: var(--font-display); font-size: 1.25rem; font-style: italic; font-weight: 300; color: var(--mocha); line-height: 1.7; margin-bottom: 24px; }
.testimonial-card cite { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); }

/* ---- PORTFOLIO PAGE ---- */
.portfolio-section { padding: 80px 0; background: var(--cream); }
.masonry-item { break-inside: avoid; margin-bottom: 16px; position: relative; overflow: hidden; background: var(--champagne); }
.masonry-item img { width: 100%; display: block; transition: transform 0.5s ease; }
.masonry-item:hover img { transform: scale(1.05); }
.masonry-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(44,26,14,0.85), transparent); padding: 24px 16px 16px; transform: translateY(100%); transition: transform 0.3s ease; }
.masonry-item:hover .masonry-overlay { transform: translateY(0); }
.masonry-placeholder { width: 100%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-style: italic; color: var(--warm-gray); font-size: 1rem; padding: 40px 20px; text-align: center; }

/* ---- CONTACT PAGE ---- */
.contact-section { padding: 80px 0; background: var(--cream); }
.contact-inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; }
.contact-info h2 { margin-bottom: 24px; }
.contact-info p { color: var(--text-light); margin-bottom: 32px; line-height: 1.8; }
.contact-details { display: flex; flex-direction: column; gap: 20px; }
.contact-item { display: flex; flex-direction: column; gap: 4px; }
.contact-item .label { font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.contact-item a, .contact-item span { font-size: 0.95rem; color: var(--mocha); }
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group label { font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-light); }
.form-group input, .form-group select, .form-group textarea {
  font-family: var(--font-body); font-size: 0.9rem; color: var(--mocha);
  background: var(--champagne-light); border: 1px solid rgba(196, 88, 122, 0.25);
  border-radius: var(--radius); padding: 12px 16px;
  transition: border-color var(--transition); outline: none; width: 100%;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold); }
.form-group textarea { resize: vertical; min-height: 120px; }

/* ---- ANIMATIONS ---- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ---- SCROLL REVEAL ---- */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  /* Hero stacks: circle on top, text below */
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-left {
    order: 2;
    padding: 40px 24px 48px;
    justify-content: flex-start;
  }
  .hero-right {
    order: 1;
    padding: 56px 24px 48px;
    min-height: 340px;
  }
  .circle-stage {
    width: clamp(220px, 60vw, 300px);
    height: clamp(220px, 60vw, 300px);
  }
  .img-frame::before { display: none; }
  .about-teaser-inner { grid-template-columns: 1fr; gap: 40px; }
  .services-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .about-sticky { position: static; }
  .services-list { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .contact-inner { grid-template-columns: 1fr; gap: 48px; }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  :root { --nav-h: 60px; }
  .main-nav {
    display: none; position: fixed;
    top: var(--nav-h); left: 0; right: 0;
    background: var(--cream); flex-direction: column;
    align-items: flex-start; padding: 24px; gap: 20px;
    border-top: 1px solid rgba(184, 137, 58, 0.15);
    box-shadow: 0 8px 32px rgba(44,26,14,0.12); z-index: 999;
  }
  .main-nav.open { display: flex; }
  .main-nav a { font-size: 0.85rem; }
  .menu-toggle { display: flex; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { text-align: center; }
  .section { padding: 60px 0; }
  .about-teaser { padding: 60px 0; }
}

/* ============================================================
   FLOATING BOOK NOW BUTTON
   ============================================================ */
.float-book {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 900;
  background: var(--gold);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 14px 24px;
  border-radius: 50px;
  box-shadow: 0 8px 32px rgba(196, 88, 122, 0.4);
  text-decoration: none;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.2s ease;
  pointer-events: none;
}
.float-book.float-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.float-book:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(196, 88, 122, 0.5);
}

/* ============================================================
   BACK TO TOP BUTTON
   ============================================================ */
.back-to-top {
  position: fixed;
  bottom: 32px;
  left: 32px;
  z-index: 900;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--cream);
  border: 1px solid rgba(196, 88, 122, 0.3);
  color: var(--gold);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(45, 21, 32, 0.1);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.2s ease;
  pointer-events: none;
}
.back-to-top.btt-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.back-to-top:hover {
  background: var(--gold);
  color: var(--cream);
  border-color: var(--gold);
}

/* ============================================================
   PORTFOLIO LIGHTBOX
   ============================================================ */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  align-items: center;
  justify-content: center;
}
.lightbox.lb-open { display: flex; }

.lb-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(45, 21, 32, 0.92);
  backdrop-filter: blur(4px);
}

.lb-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 90vw;
  max-height: 90vh;
  flex-direction: row;
}

.lb-img {
  max-width: 75vw;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.5);
  display: block;
}

.lb-close {
  position: fixed;
  top: 24px;
  right: 28px;
  background: none;
  border: none;
  color: rgba(255,255,255,0.8);
  font-size: 2.5rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease;
  z-index: 2;
}
.lb-close:hover { color: var(--gold-light); }

.lb-prev, .lb-next {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s ease;
}
.lb-prev:hover, .lb-next:hover { background: var(--gold); border-color: var(--gold); }

.lb-caption {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.75);
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .lb-prev, .lb-next { display: none; }
  .lb-img { max-width: 92vw; }
  .float-book { bottom: 20px; right: 20px; padding: 12px 18px; }
  .back-to-top { bottom: 20px; left: 20px; }
}

/* ---- SOCIAL LINKS ---- */
.footer-contact a[href*="facebook"] {
  color: var(--gold-light);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}
.footer-contact a[href*="facebook"]:hover {
  color: var(--cream);
}
