/* =========================================================
   Aanchor Ritzzu — design tokens
   Theme: stage curtain + spotlight (deep navy + gold, from logo)
   Built to lean on Bootstrap 5 utilities — this file only carries
   brand color/type/animation that Bootstrap can't provide.
   ========================================================= */
:root {
  --navy-950: #05081c;  /* deep navy — logo background, body text */
  --navy-900: #0a1233;
  --navy-800: #10204f;
  --navy-700: #17306b;
  --ink: #05081c;
  --gold-600: #b3830f;
  --gold-500: #d6a419;
  --gold-300: #f4c94e;
  --cream: #f8f3e9;
  --cream-alt: #f1e9d8;
  --text-dark: #05081c; /* all body copy uses this deep navy instead of black */
  --muted: #6b5c4f;

  --font-display: "Bebas Neue", sans-serif;
  --font-accent: "Cormorant Garamond", serif;
  --font-body: "Work Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@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; }
}
body { font-family: var(--font-body); color: var(--text-dark); background: var(--cream); }
a { text-decoration: none; }
p, li, span, h1, h2, h3, h4, h5, h6, label, td, th { color: inherit; }

.text-gold { color: var(--gold-500) !important; }
.text-cream { color: var(--cream) !important; }
.text-cream-70 { color: rgba(248,243,233,0.7) !important; }
.bg-ink { background: var(--ink); }
.bg-cream-alt { background: var(--cream-alt); }
.font-accent { font-family: var(--font-accent); }

/* Buttons — extend Bootstrap rather than replace it */
.btn-gold {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-600));
  color: var(--ink); font-weight: 600; border: none; border-radius: 999px;
  box-shadow: 0 6px 18px rgba(201,162,39,0.35);
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn-gold:hover, .btn-gold:focus { color: var(--ink); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(201,162,39,0.45); }
.btn-outline-cream { border: 2px solid rgba(248,243,233,0.6); color: var(--cream); border-radius: 999px; font-weight: 600; background: transparent; }
.btn-outline-cream:hover { background: rgba(248,243,233,0.12); color: var(--cream); border-color: var(--cream); }
.btn-outline-navy { border: 2px solid var(--navy-800); color: var(--navy-800); border-radius: 999px; font-weight: 600; background: transparent; }
.btn-outline-navy:hover { background: var(--navy-800); color: var(--cream); }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--gold-500); outline-offset: 2px;
}

/* =========================================================
   Navbar
   ========================================================= */
#mainNav { padding: 1rem 0; background: transparent; transition: background .3s ease, padding .3s ease, box-shadow .3s ease; z-index: 1050; }
#mainNav.scrolled, #mainNav.nav-solid { background: rgba(5,8,28,0.94); backdrop-filter: blur(6px); padding: 0.6rem 0; box-shadow: 0 4px 20px rgba(0,0,0,0.25); }
.navbar-brand { font-family: var(--font-display); letter-spacing: 1px; font-size: 1.7rem; color: var(--cream) !important; }
.navbar-brand span { color: var(--gold-500); }
.brand-logo { height: 75px; width: 75px; object-fit: contain; border-radius: 50%; }
.offcanvas-title .brand-logo { height: 50px; width: 50px; }
@media (max-width: 400px) { .brand-word { font-size: 1.3rem; } }
#mainNav .nav-link { color: rgba(248,243,233,0.85); font-weight: 500; font-size: 0.95rem; padding: 0.5rem 0.9rem !important; }
#mainNav .nav-link:hover, #mainNav .nav-link:focus { color: var(--gold-300); }
#mainNav .dropdown-menu { background: var(--navy-900); border: 1px solid rgba(232,209,138,0.2); border-radius: 0.8rem; padding: 0.5rem; margin-top: 0.6rem; }
#mainNav .dropdown-item { color: rgba(248,243,233,0.85); border-radius: 0.5rem; padding: 0.55rem 0.9rem; font-size: 0.92rem; }
#mainNav .dropdown-item:hover, #mainNav .dropdown-item:focus { background: rgba(214,164,25,0.15); color: var(--gold-300); }

/* =========================================================
   Hero (with video background)
   ========================================================= */
.hero { position: relative; min-height: 100vh; overflow: hidden; padding-top: 6rem; background: var(--navy-950); }
.hero-video-wrap { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translate(-50%, -50%); object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(5,8,28,0.82) 0%, rgba(5,8,28,0.62) 55%, rgba(5,8,28,0.78) 100%); }
.hero > .container { position: relative; z-index: 2; }
.spotlight { position: absolute; width: 60vw; height: 60vw; border-radius: 50%; background: radial-gradient(circle, rgba(232,209,138,0.15) 0%, rgba(232,209,138,0) 70%); pointer-events: none; z-index: 1; }
.spotlight-1 { top: -15%; left: -10%; }
.spotlight-2 { bottom: -25%; right: -15%; background: radial-gradient(circle, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0) 70%); }

.eyebrow { font-family: var(--font-accent); font-style: italic; font-size: 1.15rem; color: var(--gold-300); margin-bottom: 0.5rem; }
.display-hero { font-family: var(--font-display); font-size: clamp(3rem, 7vw, 5.2rem); line-height: 0.98; letter-spacing: 1px; color: var(--cream); margin-bottom: 1.25rem; }
.lead-copy { font-size: 1.15rem; color: rgba(248,243,233,0.85); max-width: 34rem; }
.lead-copy em { color: var(--gold-300); font-style: normal; }

.featured-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 0.6rem; margin-top: 1.4rem; font-size: 0.85rem; color: rgba(248,243,233,0.6); }
.featured-strip span { font-style: italic; font-family: var(--font-accent); font-size: 1rem; }
.featured-strip strong { color: var(--gold-300); font-weight: 600; }
.featured-strip i { font-size: 0.4rem; color: rgba(248,243,233,0.4); }

.badge-pill { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.45rem 0.9rem; border-radius: 999px; font-size: 0.85rem; font-weight: 500; background: rgba(248,243,233,0.08); border: 1px solid rgba(248,243,233,0.18); color: var(--cream); }
.badge-pill-wide { white-space: normal; text-align: left; max-width: 26rem; }

.hero-card { position: relative; background: rgba(5,8,28,0.55); border: 1px solid rgba(232,209,138,0.25); border-radius: 1.25rem; padding: 2rem 1.75rem; backdrop-filter: blur(8px); overflow: hidden; }
.hero-card-glow { position: absolute; top: -40%; right: -30%; width: 70%; height: 70%; background: radial-gradient(circle, rgba(201,162,39,0.35), transparent 70%); pointer-events: none; }
.hero-mic { position: absolute; top: 1.25rem; right: 1.5rem; font-size: 1.6rem; color: rgba(232,209,138,0.35); }
.hero-card .form-control, .hero-card .form-select { background: rgba(248,243,233,0.95); border: none; border-radius: 0.6rem; padding: 0.65rem 0.9rem; }

.scallop-divider { position: absolute; left: 0; right: 0; bottom: -1px; height: 34px; z-index: 2;
  background: radial-gradient(circle at 17px 0, transparent 17px, var(--cream) 18px) 0 -17px / 34px 34px repeat-x; }

/* =========================================================
   Interior page banner (About / Gallery / Contact / Services)
   ========================================================= */
.page-banner { position: relative; background: radial-gradient(120% 160% at 20% 0%, var(--navy-800) 0%, var(--navy-950) 60%); padding: 9rem 0 4rem; overflow: hidden; }
.page-banner .eyebrow { margin-bottom: 0.6rem; }
.page-banner h1 { font-family: var(--font-display); letter-spacing: 1px; font-size: clamp(2.4rem, 5vw, 3.6rem); color: var(--cream); margin-bottom: 0.75rem; }
.page-banner p { color: rgba(248,243,233,0.8); max-width: 40rem; font-size: 1.05rem; }
.page-banner img.banner-photo { border-radius: 1rem; border: 3px solid rgba(232,209,138,0.3); }

/* =========================================================
   Marquee strip
   ========================================================= */
.marquee-strip { background: var(--gold-500); color: var(--ink); overflow: hidden; white-space: nowrap; padding: 0.7rem 0; border-bottom: 3px solid var(--navy-900); }
.marquee-track { display: inline-flex; align-items: center; gap: 1.1rem; animation: marquee 28s linear infinite; will-change: transform; }
.marquee-track span { font-family: var(--font-display); font-size: 1.05rem; letter-spacing: 1.5px; }
.marquee-track i { font-size: 0.55rem; opacity: 0.7; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* =========================================================
   Section basics
   ========================================================= */
.section-pad { padding: 5.5rem 0; }
.section-eyebrow { font-family: var(--font-accent); font-style: italic; color: var(--navy-700); font-size: 1.1rem; margin-bottom: 0.35rem; }
.section-title { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 2.8rem); letter-spacing: 0.5px; color: var(--ink); margin-bottom: 1rem; }

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

/* =========================================================
   About
   ========================================================= */
.about-photo-frame { border: 3px solid var(--gold-500); border-radius: 1rem; padding: 0.6rem; background: var(--cream-alt); }
.about-photo { width: 100%; border-radius: 0.7rem; display: block; object-fit: cover; aspect-ratio: 4/5; }
.about-point { display: flex; gap: 0.8rem; align-items: flex-start; }
.about-point i { font-size: 1.3rem; color: var(--gold-600); margin-top: 0.2rem; }
.about-point strong { display: block; font-size: 1rem; }
.about-point span { display: block; font-size: 0.88rem; color: var(--muted); }

/* =========================================================
   Services (home overview cards)
   ========================================================= */
.service-card { background: rgba(248,243,233,0.04); border: 1px solid rgba(232,209,138,0.25); border-radius: 1rem; padding: 2rem 1.6rem; display: flex; flex-direction: column; transition: transform .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: var(--gold-500); }
.service-icon { width: 3.2rem; height: 3.2rem; border-radius: 50%; background: var(--gold-500); color: var(--ink); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 1rem; }
.service-card h4 { color: var(--cream); font-family: var(--font-display); letter-spacing: 0.5px; font-size: 1.4rem; }
.service-card p { color: rgba(248,243,233,0.75); flex-grow: 1; }
.service-link { margin-top: 1.2rem; color: var(--gold-300); font-weight: 600; font-size: 0.92rem; }
.service-link:hover { color: var(--cream); }

/* Bootstrap accordion re-skin — used for Why Us, Testimonials, Service detail lists */
.accordion-navy .accordion-item { background: transparent; border: 1px solid rgba(232,209,138,0.25); border-radius: 0.8rem !important; overflow: hidden; margin-bottom: 0.7rem; }
.accordion-navy .accordion-button { background: rgba(248,243,233,0.04); color: var(--cream); font-weight: 600; box-shadow: none; }
.accordion-navy .accordion-button:not(.collapsed) { background: rgba(214,164,25,0.14); color: var(--gold-300); }
.accordion-navy .accordion-button::after { filter: invert(85%) sepia(30%) saturate(400%) hue-rotate(0deg); }
.accordion-navy .accordion-body { color: rgba(248,243,233,0.8); }

.accordion-light .accordion-item { border: 1px solid #e5dcc8; border-radius: 0.8rem !important; overflow: hidden; margin-bottom: 0.7rem; background: var(--cream-alt); }
.accordion-light .accordion-button { background: var(--cream-alt); color: var(--text-dark); font-weight: 700; box-shadow: none; }
.accordion-light .accordion-button:not(.collapsed) { background: rgba(214,164,25,0.14); color: var(--navy-800); }
.accordion-light .accordion-body { color: var(--muted); }
.accordion-light .accordion-icon { font-size: 1.3rem; color: var(--gold-600); margin-right: 0.7rem; }

/* =========================================================
   Gallery
   ========================================================= */
.gallery-tile { position: relative; width: 100%; aspect-ratio: 4/5; border-radius: 0.8rem; overflow: hidden; border: none; padding: 0; display: block; cursor: pointer; }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.gallery-tile:hover img { transform: scale(1.08); }
.gallery-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 0.9rem 0.8rem 0.7rem; background: linear-gradient(to top, rgba(5,8,28,0.88), transparent); color: var(--cream); font-size: 0.85rem; font-weight: 600; text-align: left; }

.lightbox-content { background: var(--navy-950); border: 1px solid rgba(214,164,25,0.3); border-radius: 1rem; overflow: hidden; }
.lightbox-content img { max-height: 78vh; object-fit: contain; background: var(--ink); }
.lightbox-caption { color: var(--gold-300); text-align: center; padding: 0.9rem 1rem; margin: 0; font-family: var(--font-accent); font-style: italic; font-size: 1.1rem; }
.lightbox-close { position: absolute; top: 0.8rem; right: 0.8rem; z-index: 5; background: rgba(0,0,0,0.4); border-radius: 50%; padding: 0.5rem; }

/* Sync Scroll Slider — rows move horizontally at different speeds as the page scrolls */
.sync-scroll-slider { overflow: hidden; display: flex; flex-direction: column; gap: 1rem; }
.sync-scroll-row { display: flex; gap: 1rem; width: max-content; will-change: transform; }
.sync-scroll-row .slide { flex: 0 0 auto; width: 260px; aspect-ratio: 4/5; border-radius: 0.9rem; overflow: hidden; background: var(--cream-alt); border: 1px solid rgba(232,209,138,0.25); }
.sync-scroll-row .slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sync-scroll-row .slide.slide-empty { display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 0.8rem; text-align: center; padding: 1rem; border: 1px dashed #cbbf9e; }
@media (max-width: 767.98px) { .sync-scroll-row .slide { width: 180px; } }

/* =========================================================
   Testimonials
   ========================================================= */
.review-header { display: flex; align-items: center; gap: 0.9rem; width: 100%; }
.review-avatar { width: 3rem; height: 3rem; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold-500); flex-shrink: 0; }
.review-meta { text-align: left; }
.review-name { display: block; font-weight: 700; }
.review-date { display: block; font-size: 0.78rem; color: var(--muted); font-weight: 400; }
.accordion-navy .review-date { color: rgba(248,243,233,0.55); }
.review-stars { color: var(--gold-500); font-size: 0.8rem; margin-left: auto; padding-right: 0.75rem; white-space: nowrap; }

/* =========================================================
   Service areas / map
   ========================================================= */
.map-frame { border-radius: 1rem; overflow: hidden; border: 3px solid rgba(232,209,138,0.3); height: 340px; }
.map-frame iframe { width: 100%; height: 100%; border: 0; }

/* =========================================================
   Contact
   ========================================================= */
.contact-info-card { display: flex; gap: 1rem; align-items: flex-start; background: var(--cream-alt); border-radius: 0.8rem; padding: 1rem 1.1rem; }
.contact-info-card i { font-size: 1.4rem; color: var(--navy-800); margin-top: 0.15rem; }
.contact-info-card strong { display: block; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.5px; color: var(--muted); }
.contact-info-card a, .contact-info-card span { color: var(--text-dark); font-weight: 600; font-size: 0.95rem; }
.social-row a { width: 2.3rem; height: 2.3rem; border-radius: 50%; background: var(--navy-800); color: var(--cream); display: inline-flex; align-items: center; justify-content: center; font-size: 1rem; }
.social-row a:hover { background: var(--gold-500); color: var(--ink); }

.contact-form { background: var(--cream-alt); border-radius: 1rem; padding: 2rem; }
.contact-form .form-label { font-weight: 600; font-size: 0.88rem; color: var(--text-dark); }
.contact-form .form-control, .contact-form .form-select { border-radius: 0.6rem; border: 1px solid #d9cdb8; padding: 0.65rem 0.9rem; }
.contact-form .form-control:focus, .contact-form .form-select:focus { border-color: var(--gold-500); box-shadow: 0 0 0 0.2rem rgba(201,162,39,0.2); }

/* =========================================================
   Service detail pages — gallery & video sections
   ========================================================= */
.video-placeholder { aspect-ratio: 16/9; border-radius: 1rem; background: var(--navy-950); border: 1px dashed rgba(232,209,138,0.4); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.75rem; color: var(--gold-300); text-align: center; padding: 2rem; }
.video-placeholder i { font-size: 2.6rem; }

/* =========================================================
   Footer
   ========================================================= */
.footer { background: var(--ink); padding: 4rem 0 1.5rem; }
.footer h5, .footer h6 { font-family: var(--font-display); letter-spacing: 0.5px; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a, .footer-links { color: rgba(248,243,233,0.75); font-size: 0.9rem; }
.footer-links a:hover { color: var(--gold-300); }
.footer-logo { height: 125px; width: 125px; object-fit: contain; border-radius: 50%; }
.footer-brand-word { font-family: var(--font-display); font-size: 1.6rem; letter-spacing: 1px; color: var(--cream); }
.footer-tagline-script { font-family: var(--font-accent); font-style: italic; font-size: 1.3rem; color: var(--gold-300); }

/* =========================================================
   Floating WhatsApp + back to top
   ========================================================= */
.wa-float { position: fixed; right: 1.4rem; bottom: 1.4rem; width: 3.6rem; height: 3.6rem; border-radius: 50%; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.7rem; box-shadow: 0 8px 22px rgba(0,0,0,0.3); z-index: 1040; animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { box-shadow: 0 8px 22px rgba(37,211,102,0.35); } 50% { box-shadow: 0 8px 30px rgba(37,211,102,0.6); } }
@media (prefers-reduced-motion: reduce) { .wa-float { animation: none; } }

.back-to-top { position: fixed; right: 1.4rem; bottom: 5.6rem; width: 2.7rem; height: 2.7rem; border-radius: 50%; background: var(--navy-800); color: var(--cream); border: none; display: none; align-items: center; justify-content: center; z-index: 1040; box-shadow: 0 6px 16px rgba(0,0,0,0.25); }
.back-to-top.show { display: flex; }

@media (max-width: 991.98px) {
  .section-pad { padding: 3.75rem 0; }
  .hero { padding-top: 5.5rem; }
}

/* =========================================================
   Added for SEO-first rebuild
   ========================================================= */

/* Bulleted list on light sections (service pages) */
.service-list-light li { display: flex; gap: 0.6rem; align-items: flex-start; padding: 0.35rem 0; font-size: 1.02rem; }
.service-list-light i { color: var(--gold-600); margin-top: 0.2rem; }

/* Breadcrumbs */
.breadcrumb-bar { background: var(--cream-alt); padding: 0.75rem 0; font-size: 0.85rem; }
.breadcrumb-bar a { color: var(--navy-800); font-weight: 600; }
.breadcrumb-bar a:hover { color: var(--gold-600); }
.breadcrumb-bar .divider { color: var(--muted); margin: 0 0.4rem; }
.breadcrumb-bar .current { color: var(--muted); }

/* Our Clients — logo carousel */
.client-logo-slide { display: flex; align-items: center; justify-content: center; padding: 1.5rem 1rem; }
.client-logo-box {
  background: var(--cream); border: 1px dashed #cbbf9e; border-radius: 0.7rem;
  width: 100%; max-width: 220px; aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center;
  color: var(--muted); font-size: 0.75rem; text-align: center; padding: 0.75rem; font-weight: 600;
}
#clientsCarousel .carousel-inner { padding: 0.5rem 0; }
#clientsCarousel .carousel-control-prev, #clientsCarousel .carousel-control-next { width: auto; position: static; opacity: 1; }
.clients-row { display: flex; justify-content: center; gap: 1.2rem; flex-wrap: wrap; }

/* FAQ accordion reuses accordion-light; small tweak for question icon */
.accordion-light .accordion-button .faq-q { font-weight: 700; }

/* Blog cards */
.blog-card { background: var(--cream-alt); border-radius: 1rem; padding: 1.6rem; height: 100%; border-top: 3px solid var(--gold-500); display: flex; flex-direction: column; }
.blog-card .blog-kicker { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.5px; color: var(--gold-600); font-weight: 700; margin-bottom: 0.4rem; }
.blog-card h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 0.6rem; }
.blog-card p { color: var(--muted); flex-grow: 1; font-size: 0.94rem; }
.blog-card a.blog-link { font-weight: 600; color: var(--navy-800); }
.blog-card a.blog-link:hover { color: var(--gold-600); }

/* Related services links */
.related-links a { display: inline-block; margin: 0.25rem 0.4rem 0.25rem 0; padding: 0.5rem 1rem; border-radius: 999px; background: var(--cream-alt); color: var(--navy-800); font-weight: 600; font-size: 0.88rem; border: 1px solid #e5dcc8; }
.related-links a:hover { background: var(--gold-500); color: var(--ink); border-color: var(--gold-500); }
