﻿/* ============================================================
   Lux Creative Co. — Custom Stylesheet
   Stack: Bootstrap 5 + Playfair Display + DM Sans
   ============================================================ */

/* Skip Navigation */
.skip-nav {
  position: absolute;
  top: -100%;
  left: 1rem;
  background: var(--terracotta);
  color: #fff;
  padding: .5rem 1rem;
  border-radius: 0 0 4px 4px;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  z-index: 9999;
  transition: top .2s;
}
.skip-nav:focus { top: 0; }

:root {
  --terracotta:      #C4622D;
  --terracotta-dark: #A85226;
  --terracotta-soft: rgba(196,98,45,.08);
  --espresso:        #231812;
  --warm-dark:       #3D2B1F;
  --text:            #1C1410;
  --muted:           #7A6658;
  --border:          #EDE5DF;
  --white:           #ffffff;
  --cream:           #fafaf8;
  --sand:            #F5EDE4;
  --serif:           'Playfair Display', Georgia, serif;
  --sans:            'Segoe UI', system-ui, sans-serif;
}

html { background: #ffffff; overflow-x: clip; }
*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: var(--sans);
  color: var(--warm-dark);
  background: var(--white);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6 {
  font-family: var(--serif);
  color: var(--text);
  font-weight: 400;
  letter-spacing: -.02em;
}

a { color: var(--terracotta); text-decoration: none; }
a:hover { color: var(--terracotta-dark); }

img { max-width: 100%; height: auto; }

/* â”€â”€ Nav â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@font-face { font-family: 'JuliettaMessie'; src: url('../fonts/julietta-messie.woff2') format('woff2'); font-display: swap; }

.main-nav {
  background: #fff;
  border-bottom: 1px solid var(--border);
  z-index: 1000;
  transition: border-color .3s;
}
body.hero-1-active .main-nav { border-bottom: 1px solid #3a3d42 !important; }
body.hero-2-active .main-nav { border-bottom: 1px solid #2a2724 !important; }
.nav-inner {
  display: flex;
  align-items: center;
  padding: 18px 24px;
  height: auto;
  position: relative;
}
.nav-inner > div:first-child  { flex: 0 0 220px; }
.nav-inner > div:nth-child(2) { flex: 1; display: flex; justify-content: center; }
.nav-inner > div:last-child   { flex: 0 0 220px; display: flex; justify-content: flex-end; align-items: center; }
.nav-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  justify-self: center;
  width: fit-content;
  margin: 0 auto;
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--text);
  text-decoration: none;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.lux-nav-name {
  font-family: 'JuliettaMessie', cursive;
  font-size: 32px;
  color: var(--terracotta);
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s;
}
.lux-nav-name:hover { color: #3a3530; }
.nav-logo-mark {
  display: flex;
  align-items: center;
  gap: .6rem;
  text-decoration: none;
}
.logo-lux { color: var(--terracotta); }
.logo-creative { color: var(--text); }
.footer-logo .logo-creative { color: rgba(255,255,255,.6); }
.nav-links {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  font-size: .875rem;
  font-weight: 400;
  color: var(--muted);
  text-decoration: none;
  letter-spacing: .01em;
  transition: color .2s;
}
.nav-links a:hover { color: var(--terracotta); }
.nav-cta {
  background: var(--terracotta);
  color: var(--white) !important;
  padding: .55rem 1.4rem;
  border-radius: 9999px;
  font-size: .875rem;
  transition: background .2s !important;
}
.nav-cta:hover { background: var(--terracotta-dark) !important; color: var(--white) !important; }

/* â”€â”€ Hero â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  padding: 3rem 0 0;
  min-height: calc(100vh - 162px);
  background: none;
}

/* Hero show/hide */
.hero { display: none; }
.hero.active-hero { display: flex; }

/* Hero 2: warm gradient â€” own layout and sizing */
.hero-3 {
  background: linear-gradient(160deg, #fafaf8 0%, #fceee4 50%, #fafaf8 100%);
  min-height: 634px;
  padding: 3.5rem 0 3rem;
  align-items: flex-start;
}
.hero-3 h1 { color: var(--text) !important; white-space: normal !important; font-size: clamp(1.75rem, 3vw, 2.5rem) !important; margin-top: 0; }
.hero-3 .hero-centered { max-width: 680px; display: flex; flex-direction: column; justify-content: space-between; min-height: 490px; }
.hero-3 .hero-pills-v2 { justify-content: center; }
.hero-3 .hero-pill-v2 { background: #ffffff; border-color: rgba(196,98,45,.4); }
.hero-3 h1 em { color: var(--terracotta); font-style: italic; }
.hero-1 .hero-location { position: relative; top: -20px; }
.hero-3 .hero-location { color: var(--terracotta); }
.hero-3 .hero-lead { color: var(--muted); max-width: 600px !important; }
.hero-stats-warm { border-top: 1px solid var(--border); }
.hero-stats-warm .hero-stat-num { color: var(--terracotta); }
.hero-stats-warm .hero-stat-lbl { color: var(--muted); }
.hero-stats-warm .hero-stat-divider { background: var(--border); }

/* Hero 3: midnight slate blue â€” own layout */
.hero-2 {
  background: url('../img/background.jpg') center center / cover no-repeat;
  min-height: 580px;
  padding: 5rem 0 4rem;
  align-items: flex-start;
}
.hero-2 .hero-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 490px;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.hero-2 h1 { color: #f0ede8 !important; white-space: normal !important; font-size: clamp(1.75rem, 3vw, 2.5rem) !important; margin-top: 0; }
.hero-2 h1 em { color: var(--terracotta); font-style: italic; }
.hero-2 .hero-location { color: var(--terracotta); }
.hero-2 .hero-lead { color: rgba(240,237,232,.55); max-width: 600px !important; }
.hero-stats-slate { border-top: 1px solid rgba(255,255,255,.08); }
.hero-stats-slate .hero-stat-num { color: var(--terracotta); }
.hero-stats-slate .hero-stat-lbl { color: rgba(240,237,232,.45); }
.hero-stats-slate .hero-stat-divider { background: rgba(255,255,255,.08); }

/* V2 pills */
.hero-pills-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 2rem;
}
.hero-pill-v2 {
  background: rgba(196,98,45,.08);
  color: var(--terracotta);
  border: 1px solid rgba(196,98,45,.2);
  border-radius: 9999px;
  padding: .35rem 1rem;
  font-size: .8rem;
}

/* Outline button dark (light hero) */
.btn-outline-dark {
  display: inline-block;
  border: 1.5px solid var(--text);
  color: var(--text);
  padding: .78rem 1.9rem;
  border-radius: 9999px;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  margin-left: .75rem;
}
.btn-outline-dark:hover { background: var(--terracotta); color: var(--white); border-color: var(--terracotta); }

/* Hero Switcher */
.hero-switcher {
  position: fixed;
  bottom: 5rem;
  right: 2rem;
  display: flex;
  gap: .5rem;
  z-index: 9999;
}
.hero-sw-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid rgba(196,98,45,.5);
  background: rgba(255,255,255,.9);
  color: var(--terracotta);
  font-size: .8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s;
}
.hero-sw-btn.active,
.hero-sw-btn:hover {
  background: var(--terracotta);
  color: #fff;
  border-color: var(--terracotta);
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 75%;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10,12,18,.88) 0%, rgba(10,12,18,.55) 30%, rgba(10,12,18,.25) 60%, rgba(10,12,18,.25) 100%);
  z-index: 1;
}
.hero::before { display: none; }
.hero::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -60px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196,98,45,.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 2; }
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.hero-graphic {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 340px;
  padding-left: 5%;
}
.hero-photo {
  max-height: 480px;
  width: auto;
  object-fit: contain;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-graphic { display: none; }
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .72rem;
  font-weight: 400;
  color: var(--terracotta);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}
.hero-eyebrow-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--terracotta);
  display: inline-block;
}
.hero h1 {
  white-space: normal;
  font-size: 48px !important;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  color: #d4cfc9;
}
.hero h1 em { font-style: italic; color: var(--terracotta); }
.hero-arc-svg {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: -60px auto 0;
}
.services-strip {
  background: #f5f0eb;
  border-top: 1px solid #e8ddd5;
  border-bottom: 1px solid #e8ddd5;
  padding: .9rem 0;
}
.services-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: .75rem 1rem;
  font-size: .85rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--warm-dark);
  font-family: var(--sans);
}
.services-strip-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--terracotta);
  opacity: .5;
  flex-shrink: 0;
}
.hero-services-line {
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(240,237,232,.85);
  font-family: var(--sans);
  margin-top: .75rem;
  margin-bottom: 0;
}
.hero-lead {
  font-size: 1.1rem;
  font-weight: 300;
  color: rgba(240,237,232,.55);
  line-height: 1.8;
  max-width: 100%;
  margin-bottom: 1.5rem;
}
.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 2rem;
}
.hero-pill {
  background: rgba(255,255,255,.12);
  color: rgba(240,237,232,.8);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 9999px;
  padding: .35rem 1rem;
  font-size: .8rem;
  font-weight: 400;
  letter-spacing: .01em;
}
.btn-terracotta {
  display: inline-block;
  background: var(--terracotta);
  color: var(--white);
  padding: .8rem 2rem;
  border-radius: 9999px;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  transition: background .2s;
}
.btn-terracotta:hover { background: var(--terracotta-dark); color: var(--white); }
.btn-outline {
  display: inline-block;
  border: 1.5px solid rgba(240,237,232,.7);
  color: rgba(240,237,232,.7);
  padding: .78rem 1.9rem;
  border-radius: 9999px;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  margin-left: .75rem;
}
.btn-outline:hover { background: var(--terracotta); color: var(--white); border-color: var(--terracotta); }

/* â”€â”€ Section shared â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.section-eyebrow {
  font-size: .72rem;
  font-weight: 400;
  color: var(--terracotta);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: .6rem;
}
.section-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 400;
  color: var(--text);
  margin-bottom: 1rem;
}
.section-lead {
  font-size: 1rem;
  font-weight: 300;
  color: var(--muted);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.8;
}
.terracotta-rule {
  border: none;
  border-top: 2px solid var(--terracotta);
  width: 40px;
  margin: .75rem 0 1.5rem;
  opacity: 1;
}
.terracotta-rule.mx-auto { margin-left: auto; margin-right: auto; }

/* â”€â”€ Lens Graphic â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.lens-wrap {
  position: relative;
  width: 520px;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.lens-ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(196,98,45,.18);
}
.lens-ring-1 { width: 500px; height: 500px; border-color: rgba(196,98,45,.08); }
.lens-ring-2 { width: 400px; height: 400px; border-color: rgba(196,98,45,.16); }
.lens-ring-3 { width: 290px; height: 290px; border-color: rgba(196,98,45,.26); }
.lens-core {
  width: 150px; height: 150px;
  border-radius: 50%;
  background: var(--warm-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 8px 32px rgba(0,0,0,.4);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.lens-core-wordmark {
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--terracotta);
  text-align: center;
  line-height: 1.2;
  font-weight: 400;
}
.lens-core-wordmark em { font-style: italic; font-size: 1.05rem; color: rgba(255,255,255,.7); display: block; letter-spacing: .04em; }
.lens-label {
  position: absolute;
  font-size: .72rem;
  font-weight: 400;
  color: var(--text);
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: .4rem;
  z-index: 3;
}
.lens-label::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--terracotta);
  flex-shrink: 0;
}
.lens-label.dot-right { flex-direction: row-reverse; }
/* Label positions handled by JS orbit animation */




/* â”€â”€ Services â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.services-section {
  padding: 5rem 0 5rem;
  background: var(--white);
}
.services-section .container {
  max-width: 1100px;
}
@media (max-width: 991px) {
  .services-section .container { padding-left: 2rem; padding-right: 2rem; }
}
.service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.75rem 2rem;
  height: 100%;
  display: grid;
  grid-template-columns: 36px 1fr;
  grid-template-rows: auto auto;
  column-gap: 1.25rem;
  row-gap: .75rem;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  transition: box-shadow .25s, transform .25s;
}
.service-card:hover {
  box-shadow: 0 12px 32px rgba(196,98,45,.13), 0 2px 8px rgba(0,0,0,.06);
  transform: translateY(-3px);
}
.service-icon {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: var(--terracotta-soft);
  border: 1px solid rgba(196,98,45,.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--terracotta);
  flex-shrink: 0;
}
.service-card h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: var(--text);
  font-family: var(--sans);
  letter-spacing: 0;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
}
.service-card p {
  font-size: 1rem;
  font-weight: 300;
  color: var(--muted);
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0;
  line-height: 1.75;
  margin: 0;
}

/* â”€â”€ Gallery â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.gallery-section {
  padding: 3rem 0;
  background: var(--sand);
}
.gallery-grid {
  columns: 3;
  column-gap: 1rem;
}
.gallery-grid img {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 8px;
  display: block;
  object-fit: cover;
  transition: opacity .2s;
}
.gallery-grid img:hover { opacity: .9; }
@media (max-width: 768px) {
  .gallery-grid { columns: 2; }
}
@media (max-width: 480px) {
  .gallery-grid { columns: 1; }
}

/* â”€â”€ About â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.about-section {
  padding: 5rem 0;
  background: var(--white);
}
.about-img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
  aspect-ratio: 4/5;
  outline: 1px solid var(--terracotta);
  outline-offset: 2px;
}
.about-copy { padding-left: 3rem; }
.about-copy h2 { margin-bottom: .5rem; }
.about-copy p {
  font-size: 1rem;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.85;
  margin-bottom: 1.1rem;
}
.team-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1.75rem;
}
.team-chip {
  background: var(--terracotta-soft);
  color: var(--terracotta);
  border-radius: 9999px;
  padding: .25rem .75rem;
  font-size: .7rem;
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .about-copy { padding-left: 0; margin-top: 2rem; }
}

/* â”€â”€ Contact â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.contact-section {
  padding: 5rem 0;
  background: #1a1a1a;
  position: relative;
}
.contact-section::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196,98,45,.15) 0%, transparent 70%);
  pointer-events: none;
}
.contact-section .section-eyebrow { color: rgba(196,98,45,.85); }
.contact-section .section-title { color: var(--white); }
.contact-section .section-lead { color: rgba(255,255,255,.55); }
.contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
  justify-content: center;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: .75rem;
  color: rgba(255,255,255,.75);
  font-size: .95rem;
  font-weight: 300;
}
.contact-item i { color: var(--terracotta); font-size: 1.1rem; }
.contact-item a { color: rgba(255,255,255,.75); }
.contact-item a:hover { color: var(--terracotta); }
.contact-form-wrap {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 2.5rem;
  margin-top: 3rem;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.form-control-lux {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  color: var(--white);
  padding: .85rem 1.1rem;
  font-size: .92rem;
  font-family: var(--sans);
  width: 100%;
  margin-bottom: 1rem;
  outline: none;
  transition: border-color .2s;
}
.form-control-lux::placeholder { color: rgba(255,255,255,.35); }
.form-control-lux:focus { border-color: var(--terracotta); }
textarea.form-control-lux { min-height: 130px; resize: vertical; }
.btn-submit {
  background: var(--terracotta);
  color: var(--white);
  border: none;
  padding: .75rem 2rem;
  border-radius: 5px;
  font-size: .88rem;
  font-family: var(--sans);
  cursor: pointer;
  transition: background .2s;
  display: inline-block;
  margin-left: 5px;
}
.btn-submit:hover { background: var(--terracotta-dark); }

/* â”€â”€ Footer â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.site-footer {
  background: #1a1a1a;
  border-top: .5px solid rgba(196,98,45,.4);
  color: rgba(255,255,255,.45);
  font-size: 1rem;
  font-weight: 300;
}
.site-footer a { color: rgba(255,255,255,.45); text-decoration: none; }
.site-footer a:hover { color: var(--terracotta); }
.footer-main {
  padding: 3.5rem 0 2.5rem;
}
.footer-logo {
  font-family: var(--serif);
  font-size: 1.3rem;
  color: rgba(255,255,255,.6);
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .9rem;
}
.footer-tagline {
  color: rgba(255,255,255,.35);
  line-height: 1.7;
  margin-bottom: 1.25rem;
  max-width: 240px;
}
.footer-social {
  display: flex;
  gap: .9rem;
}
.footer-social a { font-size: 1.35rem; }
.footer-col-heading {
  font-family: var(--sans);
  font-size: .75rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.25);
  margin-bottom: 1rem;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .55rem;
}
.footer-col ul li a {
  color: rgba(255,255,255,.45);
  transition: color .15s;
}
.footer-col ul li a:hover { color: var(--terracotta); }
.footer-contact-line {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  margin-bottom: .6rem;
  color: rgba(255,255,255,.45);
  line-height: 1.5;
}
.footer-contact-line a { color: rgba(255,255,255,.45); }
.footer-contact-line a:hover { color: var(--terracotta); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 1.25rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer-bottom-copy { color: rgba(255,255,255,.25); }
.footer-bottom-credit a { color: rgba(255,255,255,.18); }
.footer-bottom-credit a:hover { color: rgba(255,255,255,.45); }
@media (max-width: 575px) {
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: .5rem; }
}

/* â”€â”€ Gallery Tiles â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.gallery-cat-card {
  width: 100%;
  min-height: 160px;
  background: #1C1008;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 2rem 2rem 2.25rem;
  box-sizing: border-box;
  border-left: 5px solid var(--terracotta);
  gap: .6rem;
}
.gallery-cat-name {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 400;
  color: var(--sand);
  letter-spacing: .01em;
  line-height: 1;
}
.gallery-cat-desc {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 300;
  color: rgba(245,237,228,.45);
  line-height: 1.5;
  max-width: 28ch;
}

/* ── Gallery Custom Layout ─────────────────────────────────── */
.gallery-grid-custom {
  margin-bottom: 1rem;
}
.gallery-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.gallery-col img {
  width: 100%;
  border-radius: 8px;
  display: block;
  object-fit: cover;
  transition: opacity .2s;
}
.gallery-col img:hover { opacity: .9; }
.gallery-tiles-row {
  gap: 1rem;
}
.gallery-tiles-row .gallery-tile {
  margin-bottom: 0;
  aspect-ratio: 16/7;
}

/* â”€â”€ Service Icon Individual Colors â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.col-lg-4:nth-child(1) .service-icon { background: rgba(196,98,45,.12);  color: #C4622D; border-color: rgba(196,98,45,.25); }
.col-lg-4:nth-child(2) .service-icon { background: rgba(74,124,89,.12);  color: #4A7C59; border-color: rgba(74,124,89,.25); }
.col-lg-4:nth-child(3) .service-icon { background: rgba(74,103,166,.12); color: #4A67A6; border-color: rgba(74,103,166,.25); }
.col-lg-4:nth-child(4) .service-icon { background: rgba(166,74,74,.12);  color: #A64A4A; border-color: rgba(166,74,74,.25); }
.col-lg-4:nth-child(5) .service-icon { background: rgba(138,100,40,.12); color: #8A6428; border-color: rgba(138,100,40,.25); }
.col-lg-4:nth-child(6) .service-icon { background: rgba(74,138,138,.12); color: #4A8A8A; border-color: rgba(74,138,138,.25); }

/* â”€â”€ Nav Logo â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@keyframes navPlaySlide {
  0%   { transform: translateX(-60px); opacity: 0; }
  65%  { transform: translateX(4px);   opacity: 1; }
  82%  { transform: translateX(-2px); }
  100% { transform: translateX(0); }
}
.nav-play-icon {
  flex-shrink: 0;
  animation: navPlaySlide 0.9s cubic-bezier(.25,.46,.45,.94) both;
}
.lux-nav-name {
  font-family: 'JuliettaMessie', cursive;
  font-size: 32px;
  color: var(--terracotta);
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.nav-logo-mark {
  display: flex;
  align-items: center;
  gap: .6rem;
  text-decoration: none;
}
.nav-logo canvas {
  display: block;
  border-radius: 3px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .filmstrip-window, .datastream-window { display: none; }
  .hero-1-cities, .hero-1-heading { display: none !important; }
  .hero-photo-caption {
    top: calc(45% - 110px) !important;
    left: auto !important;
    right: 5% !important;
    transform: none !important;
    text-align: right;
    font-size: .6rem !important;
  }
  .hero-1 .hero-inner { display: flex !important; align-items: flex-end; justify-content: flex-start; width: 100%; height: 100%; }
  .hero-1-mobile {
    display: flex !important;
    flex-direction: column;
    gap: 1.25rem;
    padding: 2rem 1rem 3rem;
    z-index: 3;
    position: relative;
  }
  .hero-1-mobile .hero-1-loc-pill-wrap {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -50px;
    transform: translateY(-50px);
  }
  .hero-1-mobile h1 {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 2.2rem !important;
    font-weight: 300 !important;
    color: #f0ece6 !important;
    line-height: 1.15 !important;
    margin: 25px 0 0 !important;
    opacity: 0.75;
    text-align: center;
  }
  .hero-1-mobile .hero-1-pills {
    display: none;
  }
}

/* ── IMDb & YouTube Cards ─────────────────────────────────── */
.about-cards-row {
  display: grid;
  grid-template-columns: 33.3333% 1fr;
  align-items: stretch;
  gap: 1.5rem;
  margin-top: 1rem;
}
.yt-card {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: #221508;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,.25);
  text-decoration: none;
  transition: box-shadow .25s, transform .25s;
}
.yt-card:hover {
  box-shadow: 0 8px 24px rgba(196,98,45,.2);
  transform: translateY(-2px);
}
.yt-play-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--terracotta);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yt-play-circle::after {
  content: '';
  width: 0; height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid var(--terracotta);
  margin-left: 4px;
}
.yt-card-content { flex: 1; }
.yt-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .2rem;
}
.yt-card-eyebrow {
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--terracotta);
}
.yt-card-badge {
  display: flex;
  align-items: center;
  gap: .35rem;
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(240,237,232,.35);
}
.yt-card-title {
  font-size: 1rem;
  font-weight: 300;
  font-style: italic;
  color: #f0ede8;
  margin: 0 0 .2rem;
  line-height: 1.2;
}
.yt-card-sub {
  font-size: .9rem;
  color: rgba(240,237,232,.45);
  margin: 0;
  line-height: 1.5;
}
.imdb-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  text-decoration: none;
  transition: box-shadow .25s, transform .25s;
}
.imdb-card:hover {
  box-shadow: 0 8px 24px rgba(196,98,45,.15);
  transform: translateY(-2px);
}
.imdb-badge {
  background: #F5C518;
  color: #000;
  font-weight: 700;
  font-size: .8rem;
  padding: .3rem .6rem;
  border-radius: 4px;
  flex-shrink: 0;
  letter-spacing: .04em;
}
.imdb-card-content {
  flex: 1;
}
.imdb-card-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 .2rem;
  font-family: var(--sans);
}
.imdb-card-credits {
  font-size: .78rem;
  font-weight: 300;
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}
.imdb-card-arrow {
  font-size: 1.3rem;
  color: var(--terracotta);
  flex-shrink: 0;
}

/* â”€â”€ Hero Centered (Option 3) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.hero-centered {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: .5rem 0;
}
.hero-location {
  font-size: .7rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--terracotta);
  font-family: var(--sans);
  margin-bottom: calc(1.25rem - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
}
.hero .hero-location::before,
.hero .hero-location::after { background: var(--terracotta); }
.hero-location::before,
.hero-location::after {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--terracotta);
  opacity: .5;
}
.hero-centered h1 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1.08;
  margin-bottom: 1.25rem;
}
.hero-centered .hero-lead {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.hero-btns {
  display: flex;
  gap: .75rem;
  justify-content: center;
  margin-bottom: 1.75rem;
}
.hero-centered .hero-pills {
  justify-content: center;
  margin-bottom: 2.5rem;
}
.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,.08);
}
.hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .3rem;
}
.hero-stat-num {
  font-family: var(--serif);
  font-size: 2rem;
  color: var(--terracotta);
  line-height: 1;
}
.hero-stat-lbl {
  font-size: .65rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(240,237,232,.45);
  font-family: var(--sans);
}
.hero-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,.08);
}

/* â”€â”€ Services Editorial List â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.services-header {
  margin-bottom: 2.5rem;
}
.services-header-left { flex-shrink: 0; }
.services-header-right {
  font-size: 1rem;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.9;
  max-width: 100%;
  margin-top: .75rem;
  white-space: nowrap;
}
.services-item {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--border);
  transition: background .2s;
  width: 100%;
}
.services-item:last-child { border-bottom: none; }
.services-item:hover { background: var(--cream); }
.service-item-title {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .4rem;
  flex: 1 1 0;
  min-width: 0;
}
.service-badge {
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #C4622D;
  background: rgba(196,98,45,.1);
  border: 1px solid rgba(196,98,45,.25);
  border-radius: 20px;
  padding: 2px 9px;
}
.service-item-desc {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.7;
  flex: 2 1 0;
  min-width: 0;
}

/* â”€â”€ Gallery Premium Header â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.gallery-header {
  background: #222222;
  padding: 2rem 2.5rem 2rem;
  border-radius: 14px 14px 0 0;
  margin-bottom: 0;
}
.gallery-header-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}
.gallery-header-tags {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: .25rem;
}
.gallery-tag {
  background: #ffffff;
  color: #1C1410;
  border: none;
  border-radius: 9999px;
  padding: .35rem 1rem;
  font-size: .75rem;
  font-family: var(--sans);
  white-space: nowrap;
  letter-spacing: .04em;
}

.gallery-video-wrap {
  width: 100%;
  background: #000;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.gallery-video-wrap video {
  width: 100%;
  height: 640px;
  object-fit: cover;
  display: block;
}

.gallery-body {
  background: var(--sand);
  padding: 0 0 2rem;
  border-radius: 0 0 14px 14px;
}

.gallery-col:first-child img:first-child,
.gallery-col:nth-child(2) img:first-child,
.gallery-col:nth-child(3) img:first-child {
  border-radius: 0;
}

/* â”€â”€ 1. Nav accent line â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.main-nav::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 2px;
  background: linear-gradient(90deg, var(--nav-accent, #C4622D) 0%, transparent 60%);
  transition: background .3s;
}
.main-nav { position: relative; }

/* â”€â”€ 3. Gallery hover overlay â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.gallery-col { position: relative; }
.gallery-col img { position: relative; }
.gallery-col a, .gallery-col .img-wrap { position: relative; display: block; }
.gallery-col img::after { display: none; }


/* â”€â”€ 4. Pushed typography scale â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.hero-centered h1 { font-size: 48px !important; margin-top: -20px; }
.hero-1-cities {
  position: absolute;
  top: calc(28% - 88px);
  left: calc(4% + 50px);
  z-index: 3;
  display: flex;
  flex-direction: row;
  gap: .5rem;
  flex-wrap: wrap;
}
.hero-1-loc-pill {
  font-family: var(--sans);
  font-size: .7rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--terracotta);
  border: 1px solid rgba(196,98,45,.3);
  border-radius: 20px;
  padding: 4px 12px;
  background: rgba(255,255,255,.06);
}
.hero-1-heading {
  position: absolute;
  top: 28%;
  left: calc(4% + 50px);
  z-index: 3;
  max-width: 45%;
}
.hero-1-pills {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 30px;
}
.hero-1-pills-row {
  display: flex;
  flex-direction: row;
  gap: calc(1rem + 5px);
}
.hero-1-pills span {
  font-family: var(--sans);
  font-size: .7rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(240,236,230,.7);
  border: 1px solid rgba(240,236,230,.25);
  border-radius: 20px;
  padding: 4px 12px;
  background: rgba(255,255,255,.06);
  width: 160px;
  text-align: center;
}
.hero-get-in-touch {
  display: inline-block;
  margin-top: calc(2rem + 20px);
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 400;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--terracotta);
  text-decoration: none;
}
.hero-get-in-touch .terracotta-rule {
  margin: .5rem 0 0;
}
@keyframes pillNudge {
  0%   { transform: translateX(0); }
  30%  { transform: translateX(20px); }
  100% { transform: translateX(0); }
}
.hero-photo-caption {
  position: absolute;
  top: calc(8% - 30px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  font-family: 'Courier New', monospace;
  font-size: .8rem;
  font-style: italic;
  letter-spacing: .12em;
  color: rgba(240,236,230,.45);
  white-space: nowrap;
}
.hero-1-tagline {
  font-family: var(--sans);
  font-size: .9rem;
  font-style: normal;
  font-weight: 300;
  color: #f0ece6;
  opacity: 0.75;
  margin-top: 1.5rem;
  letter-spacing: .08em;
  line-height: 1.7;
  max-width: 480px;
  text-transform: uppercase;
}
.hero-1-heading h1, .hero-1 .hero-1-heading h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 2.8vw, 42px) !important;
  font-weight: 300;
  color: #f0ece6;
  line-height: 1.1;
  margin: 0;
  text-align: left;
  opacity: 0.75;
  position: relative;
  top: -25px;
  letter-spacing: .02em;
}
.section-title { font-size: clamp(2rem, 4vw, 2.8rem); }
.about-copy h2 { font-size: clamp(2rem, 4vw, 2.8rem); }

/* â”€â”€ 5. Redesigned Contact â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.contact-inner {
  align-items: end;
}
.contact-lead-text {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255,255,255,.45);
  line-height: 1.8;
  margin-bottom: 2rem;
}
.contact-details-new {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
.contact-detail-new {
  display: flex;
  align-items: center;
  gap: .75rem;
  color: rgba(255,255,255,.65);
  font-size: 1rem;
  font-weight: 300;
}
.contact-detail-new a {
  color: rgba(255,255,255,.65);
}
.contact-detail-new a:hover { color: var(--terracotta); }
.contact-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--terracotta);
  flex-shrink: 0;
}

/* Contact right column â€” clean field styling matching mockup */
.contact-right .form-control-lux {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  color: var(--white);
  padding: .85rem 1.1rem;
  font-size: 1rem;
  font-family: var(--sans);
  width: 100%;
  margin-bottom: 0;
  outline: none;
  transition: border-color .2s;
}
.contact-right .form-control-lux:focus { border-color: var(--terracotta); }
.contact-right textarea.form-control-lux { min-height: 120px; resize: vertical; }
.csd-wrap {
  position: relative;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  color: #fff;
  padding: .85rem 1.1rem;
  font-size: 1rem;
  font-family: var(--sans);
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: border-color .2s;
  user-select: none;
}
.csd-wrap:focus,
.csd-wrap.open { border-color: var(--terracotta); outline: none; }
.csd-selected { color: rgba(255,255,255,.35); }
.csd-selected.chosen { color: #fff; }
.csd-arrow { color: rgba(255,255,255,.4); flex-shrink: 0; transition: transform .2s; }
.csd-wrap.open .csd-arrow { transform: rotate(180deg); }
.csd-list {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0; right: 0;
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  list-style: none;
  margin: 0;
  padding: .4rem 0;
  z-index: 999;
  max-height: 260px;
  overflow-y: auto;
}
.csd-wrap.open .csd-list { display: block; }
.csd-list li {
  padding: .35rem 1.1rem;
  color: rgba(255,255,255,.35);
  font-size: 1rem;
  font-family: var(--sans);
  cursor: pointer;
  transition: background .15s, color .15s;
}
.csd-list li:hover,
.csd-list li.active { background: rgba(196,98,45,.15); color: var(--terracotta); }

/* â”€â”€ Contact Card â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  .contact-card {
  background: transparent;
  border-radius: 20px;
  padding: 4rem;
  position: relative;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
}



/* â”€â”€ Prevent horizontal overflow â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
body { overflow-x: clip; }

/* â”€â”€ Nav Links Premium â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.nav-inner {
  align-items: center;
}
.nav-cta-wrap {
  display: flex;
  justify-content: flex-end;
}
.nav-links {
  justify-content: center !important;
  gap: 0 !important;
}
.nav-link-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 0 1.5rem;
}
.nav-link-item a {
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--muted);
  text-decoration: none;
  transition: color .2s;
}
.nav-link-item a:hover { color: var(--text); }
.nav-link-item a::after {
  content: '';
  display: block;
  width: 0;
  height: 1.5px;
  background: var(--terracotta);
  transition: width .2s;
  margin-top: 4px;
}
.nav-link-item a:hover::after { width: 100%; }
.nav-divider {
  width: 1px;
  height: 14px;
  background: var(--border);
  list-style: none;
}


.nav-links-center {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  width: 100%;
}
.nav-links-center .nav-link-item a {
  font-size: .75rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #888;
  text-decoration: none;
  transition: color .15s;
  white-space: nowrap;
}
.nav-links-center .nav-link-item a:hover { color: #111; }
.nav-divider { display: none; }
.nav-cta-wrap { display: none !important; }
@media (max-width: 991px) {
  .nav-inner {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-right: 56px;
  }
  .nav-hamburger {
    position: absolute;
    top: 14px;
    right: 32px;
  }
  .nav-links-center { display: none !important; }
  .lux-nav-name { font-size: 1.8rem; }
}

/* â”€â”€ Scroll to Top â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--terracotta);
  color: #fff;
  border: none;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity .3s, transform .3s;
  z-index: 999;
  transform: translateY(10px);
}
#scroll-top.visible {
  opacity: 1;
  transform: translateY(0);
}
#scroll-top:hover { background: var(--terracotta-dark); }

/* â”€â”€ Quote Modal â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.quote-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
.quote-modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.quote-modal-card {
  background: #1a1a1a;
  border-radius: 16px;
  width: 100%;
  max-width: 680px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: translateY(20px);
  transition: transform .3s;
}
.quote-modal-overlay.active .quote-modal-card {
  transform: translateY(0);
}
.quote-modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: rgba(255,255,255,.1);
  border: none;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
  line-height: 1;
}
.quote-modal-close:hover { background: rgba(255,255,255,.2); }
.quote-modal-header {
  padding: 2.5rem 2.5rem 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.quote-modal-body {
  padding: 1.75rem 2.5rem 2.5rem;
}
.quote-modal-body select.form-control-lux {
  appearance: none;
  cursor: pointer;
}

/* Fix all modal placeholders to consistent color */
.quote-modal-body .form-control-lux::placeholder { color: rgba(255,255,255,.35); }
.quote-modal-body .form-control-lux { color: rgba(255,255,255,.8); }
.quote-modal-body select.form-control-lux { color: rgba(255,255,255,.35); }

/* Fix select dropdown in modal */
.quote-modal-body select.form-control-lux {
  color: rgba(255,255,255,.8);
  background: #2a2a2a;
  cursor: pointer;
}
.quote-modal-body select.form-control-lux option {
  background: #2a2a2a;
  color: #fff;
}

/* â”€â”€ Custom Select â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.custom-select-wrap {
  position: relative;
}
.custom-select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
}
.custom-select-value { color: rgba(255,255,255,.35); }
.custom-select-value.selected { color: rgba(255,255,255,.8); }
.custom-select-arrow { font-size: .8rem; color: rgba(255,255,255,.4); transition: transform .2s; }
.custom-select-wrap.open .custom-select-arrow { transform: rotate(180deg); }
.custom-select-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0; right: 0;
  background: #2a2a2a;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  overflow: hidden;
  z-index: 100;
  display: none;
}
.custom-select-wrap.open .custom-select-dropdown { display: block; }
.custom-select-option {
  padding: .75rem 1.1rem;
  font-size: .88rem;
  color: rgba(255,255,255,.7);
  cursor: pointer;
  transition: background .15s;
}
.custom-select-option:hover { background: rgba(255,255,255,.08); color: #fff; }

/* Multi-select styles */
.custom-select-hint {
  padding: .5rem 1.1rem .4rem;
  font-size: .7rem;
  color: rgba(255,255,255,.3);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.custom-select-option.multi {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.multi-check {
  width: 16px; height: 16px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: .7rem;
  color: transparent;
  transition: all .15s;
}
.custom-select-option.multi.selected .multi-check {
  background: var(--terracotta);
  border-color: var(--terracotta);
  color: #fff;
}

/* Fix date input color */
.quote-modal-body input[type="date"].form-control-lux {
  color: rgba(255,255,255,.35);
  color-scheme: dark;
}

/* â”€â”€ Gallery Hover â€” Vignette â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.img-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 8px;
  box-shadow: inset 0 0 0px rgba(0,0,0,0);
  transition: box-shadow .4s ease;
  pointer-events: none;
}
.img-wrap:hover::after {
  box-shadow: inset 0 0 60px rgba(0,0,0,0.55);
}

/* â”€â”€ Testimonials â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.testimonials-section {
  padding: 5rem 0;
}
.testimonials-carousel {
  position: relative;
  overflow: hidden;
}
.testimonials-track {
  display: flex;
  gap: 1.5rem;
  transition: transform .5s ease;
  will-change: transform;
}
.testimonial-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 2rem;
  min-width: calc(33.333% - 1rem);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  transition: box-shadow .25s, transform .25s;
}
.testimonial-card:hover {
  box-shadow: 0 8px 32px rgba(196,98,45,.1);
  transform: translateY(-3px);
}
.testimonial-card.active {
  background: var(--white);
  border-color: rgba(196,98,45,.3);
  box-shadow: 0 8px 32px rgba(196,98,45,.12);
}
.testimonial-stars {
  color: #C4622D;
  font-size: 1rem;
  letter-spacing: .1em;
}
.testimonial-quote {
  font-size: .92rem;
  font-weight: 300;
  color: var(--warm-dark);
  line-height: 1.8;
  flex: 1;
  font-style: italic;
}
.testimonial-author {
  font-size: .95rem;
  font-weight: 600;
  color: var(--text);
  font-family: var(--sans);
}
.testimonial-role {
  font-size: .78rem;
  color: var(--muted);
  font-weight: 300;
}
.testimonials-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.testimonial-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  background: var(--white);
  color: var(--text);
  font-size: 1rem;
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-btn:hover {
  border-color: var(--terracotta);
  color: var(--terracotta);
}
.testimonials-dots {
  display: flex;
  gap: .5rem;
  align-items: center;
}
.testimonials-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--border);
  cursor: pointer;
  transition: background .2s, transform .2s;
}
.testimonials-dot.active {
  background: var(--terracotta);
  transform: scale(1.3);
}

/* â”€â”€ 3D Review Carousel â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.testimonials-section {
  padding: 5rem 0 4rem;
  background: url('../img/background.jpg') center center / cover no-repeat;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.testimonials-section .section-eyebrow,
.testimonials-section .section-title { color: var(--white); }
.testimonials-section { overflow-x: clip; }
.ap-rev-scene {
  perspective: 1400px;
  perspective-origin: 50% 40%;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  isolation: isolate;
  transition: height .55s cubic-bezier(.25,.46,.45,.94);
}
.ap-rev-card {
  position: absolute;
  width: min(92vw, 400px);
  height: 320px;
  left: 50%;
  top: 0;
  background: #fcfcfc;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.62rem 1.82rem 1.42rem;
  box-shadow: 0 8px 40px rgba(0,0,0,.1);
  transition: transform .55s cubic-bezier(.25,.46,.45,.94), opacity .55s cubic-bezier(.25,.46,.45,.94), box-shadow .55s ease;
  display: flex;
  flex-direction: column;
  transform: translateX(calc(-50% + 700px)) rotateY(-55deg) scale(0.6);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}
.ap-rev-card:not(.pos-center) .ap-rev-quote { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.ap-rev-card.pos-center .ap-rev-quote { display: block; overflow-y: auto; padding-right: calc(.75rem + 2px); }
.ap-rev-card.pos-center {
  transform: translateX(-50%) rotateY(0deg) scale(1);
  opacity: 1;
  z-index: 4;
  box-shadow: 0 20px 60px rgba(196,98,45,.18), 0 4px 20px rgba(0,0,0,.1);
  pointer-events: auto;
}
.ap-rev-card.pos-left-1  { transform: translateX(calc(-50% - 420px)) rotateY(42deg) scale(0.82);  opacity: 0; z-index: 3; pointer-events: none; }
.ap-rev-card.pos-right-1 { transform: translateX(calc(-50% + 420px)) rotateY(-42deg) scale(0.82); opacity: 0; z-index: 3; pointer-events: none; }
.ap-rev-card.pos-left-2  { transform: translateX(calc(-50% - 680px)) rotateY(52deg) scale(0.65);  opacity: 0; z-index: 2; }
.ap-rev-card.pos-right-2 { transform: translateX(calc(-50% + 680px)) rotateY(-52deg) scale(0.65); opacity: 0; z-index: 2; }
.ap-rev-card.pos-hidden  { transform: translateX(calc(-50% - 680px)) rotateY(60deg) scale(0.5);   opacity: 0; visibility: hidden; z-index: 1; pointer-events: none; }
@media (min-width: 768px) {
  .ap-rev-card { width: 400px; }
  .ap-rev-card.pos-left-1  { opacity: .7; pointer-events: auto; }
  .ap-rev-card.pos-right-1 { opacity: .7; pointer-events: auto; }
  .ap-rev-card.pos-left-2  { opacity: .22; }
  .ap-rev-card.pos-right-2 { opacity: .22; }
}
.ap-rev-stars { text-align: center; margin-bottom: .75rem; }
.ap-rev-stars img { height: 69px; width: auto; }
.ap-rev-quote { font-size: .96rem; color: var(--warm-dark); line-height: 1.8; flex: 1; }
.ap-rev-attr  { border-top: 1px solid var(--border); padding-top: .72rem; margin-top: .88rem; }
.ap-rev-name  { font-size: .96rem; color: var(--text); font-weight: 400; }
.ap-rev-role  { font-size: .78rem; color: var(--muted); margin-top: .18rem; }
.ap-rev-controls { display: flex; align-items: center; justify-content: center; gap: 1.5rem; margin-top: 2.85rem; }
.ap-rev-btn {
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.08);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  font-size: 1.5rem; line-height: 1;
  transition: background .2s, border-color .2s, color .2s, transform .15s;
}
.ap-rev-btn:hover:not(:disabled) { background: var(--terracotta); border-color: var(--terracotta); color: #fff; transform: scale(1.08); }
.ap-rev-btn:disabled { opacity: .28; cursor: default; pointer-events: none; }
.ap-rev-dots { display: flex; gap: .5rem; align-items: center; }
.ap-rev-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.3); transition: background .3s, transform .3s; cursor: pointer; border: none; padding: 0; }
.ap-rev-dot.is-active { background: var(--terracotta); transform: scale(1.4); }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   MOBILE RESPONSIVE â€” max-width: 767px
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media (max-width: 767px) {

  /* Nav */
  .nav-cta-wrap { display: none !important; }
  .main-nav::after { display: none; }

  /* Hero */
  .hero { padding: 3rem 0 2.5rem; }
  .hero-2 { background-size: auto 180%; background-position: center 100%; }
  .hero-2 .hero-location { position: relative; top: -15px; }
  .hero-3 .hero-location { position: relative; top: -15px; }
  .hero-bg-img { object-position: calc(46% - 15px) 25%; transform: scale(1.25); }
  .hero-inner { padding-left: 1.25rem; padding-right: 1.25rem; }
  .hero-centered h1 { font-size: 2.5rem !important; }
  .hero h1 { font-size: clamp(1.1rem, 1.6vw, 1.5rem); }
  .hero-lead { font-size: .92rem; }
  .hero-btns { flex-direction: column; gap: .75rem; align-items: center; }
  .hero-btns a { width: 100%; text-align: center; }
  .hero-pills { justify-content: center; }
  .hero-stats { flex-direction: column; gap: 1rem; align-items: center; }
  .hero-stat-divider { display: none; }
  .hero-location { font-size: .7rem; }

  /* Services */
  .services-section { padding: 3rem 0; }
  .services-header { margin-bottom: 1.5rem; }
  .services-header-right { white-space: normal; font-size: .85rem; }
  .services-item { gap: .75rem; }
  .services-item .service-icon { width: 28px; height: 28px; font-size: 1rem; }
  .service-item-desc { padding-left: 0; }
  .section-title { font-size: clamp(1.5rem, 6vw, 2rem); }

  /* Gallery */
  .gallery-section { padding: 2rem 0; }
  .gallery-header { padding: 1.5rem; }
  .gallery-video-wrap { display: none; }
  .gallery-header-inner { flex-direction: column; gap: 1rem; }
  .gallery-col:last-child { display: none; }
  .gallery-body { padding: 1rem 0; }

  /* About */
  .about-section { padding: 3rem 0; }
  .about-copy { padding-left: 0; margin-top: 2rem; }
  .imdb-card { margin-top: 1rem; }

  /* Testimonials */
  .testimonials-section { padding: 3rem 0; }
  .ap-rev-scene { padding: 0 1rem; }

  /* Contact */
  .contact-section { padding: 3rem 0; }
  .contact-card { padding: 2rem 1.5rem; border-radius: 12px; }
  .contact-right .row { gap: .75rem; }

  /* Quote Modal */
  .quote-modal-card { margin: 1rem; border-radius: 12px; }
  .quote-modal-header { padding: 1.5rem 1.5rem 1rem; }
  .quote-modal-body { padding: 1rem 1.5rem 1.5rem; }

  /* Footer */
  .footer-inner { flex-direction: column; gap: 1rem; text-align: center; align-items: center; }
  .footer-social { justify-content: center; }

  /* Scroll to top */
  #scroll-top { bottom: 1.25rem; right: 1.25rem; width: 38px; height: 38px; font-size: .9rem; }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SMALL MOBILE â€” max-width: 480px
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media (max-width: 480px) {
  .hero h1 { font-size: 1.5rem; }
  .gallery-col:last-child { display: block; }
  .contact-card { padding: 1.5rem 1rem; }
  .quote-modal-body .row > div { width: 100% !important; flex: 0 0 100% !important; max-width: 100% !important; }
}

/* â”€â”€ Mobile Nav Hamburger â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: .5rem;
  z-index: 1001;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all .3s;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  flex-direction: column;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 1rem 1.5rem;
  gap: .25rem;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--text);
  text-decoration: none;
  padding: .75rem 0;
  border-bottom: 1px solid var(--border);
}
.mobile-menu a:last-child { border-bottom: none; }
.mobile-menu-cta {
  color: var(--terracotta) !important;
  font-weight: 600 !important;
}

@media (max-width: 767px) {
  .nav-hamburger { display: flex; }
}

/* About â€” mobile image fix */
@media (max-width: 767px) {
  .about-section .row { flex-direction: column; }
  .about-section .col-lg-4 { width: 100%; margin-bottom: 1.5rem; }
  .about-section .col-lg-8 { width: 100%; }
  .about-img { max-height: 380px; width: 100%; object-fit: cover; object-position: top; }
}

/* Fix about text overflow on mobile */
@media (max-width: 767px) {
  .about-section .container { overflow: hidden; }
  .about-copy { padding-left: 0 !important; width: 100%; }
  .about-copy p, .about-copy h2 { max-width: 100%; overflow-wrap: break-word; }
}

/* Fix about section mobile padding */
@media (max-width: 767px) {
  .about-section .container {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

/* Fix team chips on mobile â€” one per row */
@media (max-width: 767px) {
  .team-chips { flex-direction: column; }
  .team-chip { width: 100%; text-align: center; }
}

/* Team chips mobile â€” shorter width, bigger text */
@media (max-width: 767px) {
  .team-chip {
    width: auto;
    align-self: flex-start;
    font-size: .82rem;
    padding: .4rem 1rem;
  }
}

/* Team chips mobile â€” all same width, centered */
@media (max-width: 767px) {
  .team-chips { align-items: center; }
  .team-chip {
    width: 260px;
    text-align: center;
    font-size: .82rem;
    padding: .4rem 1rem;
  }
}

/* Force team chips centered on mobile */
@media (max-width: 767px) {
  .team-chips {
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .team-chip {
    width: 260px;
    text-align: center;
    font-size: .82rem;
    padding: .4rem 1rem;
    display: block;
    margin: 0 auto;
  }
}


/* ── Trusted By Logo Bar ─────────────────────── */
.logo-bar-section {
  background: #fff;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 2.5rem 0;
  overflow: hidden;
}
.logo-bar-header {
  text-align: center;
  margin-bottom: 1.75rem;
  padding: 0 1.5rem;
}
.logo-bar-eyebrow {
  font-family: var(--sans);
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: .4rem;
}
.logo-bar-heading {
  font-family: var(--serif);
  font-size: clamp(1rem, 2.5vw, 1.35rem);
  color: var(--espresso);
  font-weight: 400;
  font-style: italic;
}
.logo-bar-marquee-wrap {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.logo-bar-track {
  display: flex;
  align-items: center;
  gap: 4rem;
  width: max-content;
  animation: logo-scroll 40s linear infinite;
  flex-wrap: nowrap;
}
.logo-bar-track:hover { animation-play-state: paused; }
@keyframes logo-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .logo-bar-track { animation: none; }
}
.logo-bar-slot {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-bar-slot img {
  display: block;
  width: auto;
  object-fit: contain;
}



/* ── Services Page ───────────────────────────── */
.services-page-header {
  background: url('../img/services-hero.jpg') center center / cover no-repeat;
  min-height: calc(100vh - 162px);
  display: flex;
  align-items: center;
  position: relative;
}
.services-page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(23,16,12,.80) 0%, rgba(23,16,12,.40) 70%, rgba(23,16,12,.05) 100%);
}
.services-page-header .section-eyebrow { color: rgba(196,98,45,.85); }
.services-page-title {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3rem);
  color: #f0ede8;
  font-weight: 400;
  margin-bottom: .75rem;
}
.services-page-lead {
  color: rgba(240,237,232,.6);
  font-size: 1.05rem;
  max-width: 560px;
}
.services-page-body {
  background: var(--cream);
  padding: 4rem 0;
}
.svc-detail {
  padding: 3rem 0;
  border-bottom: 1px solid var(--border);
}
.svc-detail:last-child { border-bottom: none; }
.svc-detail-inner {
  align-items: start;
}
.svc-detail-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.svc-detail-title {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  color: var(--espresso);
  font-weight: 400;
  margin-bottom: .75rem;
}
.svc-detail-lead {
  font-size: 1.15rem;
  color: var(--espresso);
  margin-bottom: 1rem;
  font-family: var(--sans);
  font-weight: 500;
  line-height: 1.5;
}
.svc-detail-content p { color: var(--muted); margin-bottom: 1rem; }
.svc-detail-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.svc-detail-list li {
  color: var(--muted);
  padding-left: 1.25rem;
  position: relative;
  font-size: .95rem;
}
.svc-detail-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--terracotta);
}
.svc-detail-cta {
  display: inline-block;
  color: var(--terracotta);
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: .02em;
  transition: color .2s;
}
.svc-detail-cta:hover { color: var(--terracotta-dark); }
.svc-detail-card { padding-left: 50px; }

/* Full Details arrow on index.html service items */
.service-full-details {
  display: inline-block;
  margin-top: .6rem;
  color: var(--terracotta);
  font-size: .85rem;
  text-decoration: none;
  letter-spacing: .01em;
  transition: color .2s;
}
.service-full-details:hover { color: var(--terracotta-dark); }

@media (max-width: 640px) {
  .svc-detail-icon { width: 44px; height: 44px; font-size: 1.2rem; }
}



/* ── FAQ Section (V3 Two-Column Side) ───────────────────── */
/* ── FAQ Section ────────────────────────────────────────── */
.lux-faq-section { background: #5C3A28; padding: 5rem 0 3rem; }
.lux-faq-header { text-align: center; margin-bottom: 3rem; }
.lux-faq-header .section-eyebrow { color: var(--terracotta); }
.lux-faq-header .terracotta-rule { border-color: var(--terracotta); opacity: .4; }
.lux-faq-title {
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 400;
  color: #f0ede8;
  margin: 0;
  letter-spacing: .02em;
}

/* CTA Band */
.lux-faq-cta {
  background: linear-gradient(135deg, #3D2B1F 0%, #5a3a28 50%, #2d1f14 100%);
  padding: 80px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.lux-faq-cta::before {
  content: '';
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196,98,45,.18) 0%, transparent 70%);
  top: -150px; right: -100px;
  pointer-events: none;
}
.lux-faq-cta::after {
  content: '';
  position: absolute;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196,98,45,.10) 0%, transparent 70%);
  bottom: -100px; left: 5%;
  pointer-events: none;
}
.lux-faq-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
}
.lux-faq-cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(196,98,45,.15);
  color: #e8a07a;
  font-size: 12px;
  letter-spacing: .08em;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.lux-faq-cta-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--terracotta);
}
.lux-faq-cta-heading {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: #f0ede8;
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 400;
}
.lux-faq-cta-body {
  font-size: 16px;
  color: rgba(240,237,232,.6);
  line-height: 1.7;
  margin-bottom: 32px;
}
.lux-faq-cta-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.lux-faq-btn-primary {
  display: inline-block;
  padding: 13px 28px;
  border-radius: 999px;
  background: var(--terracotta);
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(196,98,45,.35);
  transition: background .18s, box-shadow .18s, transform .15s;
}
.lux-faq-btn-primary:hover {
  background: var(--terracotta-dark);
  box-shadow: 0 6px 24px rgba(196,98,45,.45);
  transform: translateY(-1px);
  color: #fff;
}
.lux-faq-btn-ghost {
  display: inline-block;
  padding: 13px 28px;
  border-radius: 999px;
  background: transparent;
  color: rgba(240,237,232,.8);
  font-size: 14px;
  text-decoration: none;
  border: 1.5px solid rgba(240,237,232,.25);
  transition: border-color .18s, color .18s;
}
.lux-faq-btn-ghost:hover { border-color: rgba(240,237,232,.6); color: #f0ede8; }

/* FAQ Accordion */
.lux-faq-accordion {
  max-width: 720px;
  margin: 0 auto;
  padding: 1rem 0 4rem;
}
.faq-category-label {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin: 2.75rem 0 0;
  padding: 0;
}
.faq-category-label:first-child { margin-top: 0; }
.lux-faq-section .v3-item { border-bottom: 1px solid rgba(255,255,255,.1); }
.lux-faq-section .v3-item:first-child { border-top: 1px solid rgba(255,255,255,.1); }
.lux-faq-section .v3-trigger {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  text-align: left;
  font-family: var(--sans);
  font-size: 17px;
  color: #f0ede8;
}
.lux-faq-section .v3-num {
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 400;
  font-style: italic;
  color: var(--terracotta);
  opacity: .3;
  flex-shrink: 0;
  width: 72px;
  line-height: 1;
  align-self: center;
  transition: opacity .2s;
}
.lux-faq-section .v3-q { flex: 1; transition: color .2s; }
.lux-faq-section .v3-trigger:hover .v3-q,
.lux-faq-section .v3-trigger.open .v3-q { color: #e8a07a; }
.lux-faq-section .v3-trigger:hover .v3-num,
.lux-faq-section .v3-trigger.open .v3-num { opacity: 1; }
.lux-faq-section .v3-arrow {
  font-size: 20px;
  color: var(--terracotta);
  opacity: .5;
  transition: transform .3s, opacity .2s;
}
.lux-faq-section .v3-trigger:hover .v3-arrow,
.lux-faq-section .v3-trigger.open .v3-arrow { opacity: 1; }
.lux-faq-section .v3-trigger.open .v3-arrow { transform: rotate(90deg); }
.lux-faq-section .v3-panel { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.lux-faq-section .v3-panel.open { max-height: 400px; }
.lux-faq-section .v3-answer {
  padding: 0 0 22px 36px;
  font-size: 16px;
  color: rgba(240,237,232,.65);
  line-height: 1.85;
}
.faq-category-label { color: var(--terracotta) !important; }
@media (max-width: 768px) {
  .lux-faq-cta { padding: 60px 24px; }
  .lux-faq-accordion { padding: 1rem 0 2rem; }
}

/* ── Nav Phone ───────────────────────────────────────────── */
.nav-inner a.nav-phone {
  justify-self: end;
  font-family: var(--sans);
  font-size: 18px;
  color: var(--terracotta);
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s;
  line-height: 1;
}
.nav-inner a.nav-phone:hover { color: var(--terracotta); }
.nav-phone:hover { color: var(--terracotta); }
@media (max-width: 991px) { .nav-phone { display: none; } }
