/* ===============================================================
   Velvet Lounge — Premium Beauty Salon
   =============================================================== */
:root {
  --burgundy: #5c1a2b;
  --burgundy-deep: #3f1220;
  --wine: #7d2540;
  --plum: #6d3551;
  --cream: #fbf5ee;
  --cream-2: #f4e9dd;
  --beige: #e7d3bf;
  --nude: #f0dccb;
  --gold: #c9a24b;
  --gold-soft: #e3c987;
  --ink: #2c1b20;
  --muted: #7a6a6d;
  --white: #ffffff;
  --shadow-soft: 0 18px 45px -20px rgba(63, 18, 32, 0.35);
  --shadow-card: 0 30px 60px -30px rgba(63, 18, 32, 0.45);
  --serif: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  --serif-alt: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --sans: "Poppins", "Segoe UI", system-ui, -apple-system, sans-serif;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  font-weight: 400;
}
.floating-shape {
  max-width: 55vw;
  max-height: 55vw;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.2;
  color: var(--burgundy-deep);
}
p {
  color: var(--muted);
}
a {
  text-decoration: none;
  transition: color 0.3s ease;
}
img {
  max-width: 100%;
  height: auto;
}
section {
  position: relative;
}

.container {
  max-width: 1200px;
}

/* ---------- Helpers ---------- */
.eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--gold);
}
.eyebrow.center::after {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--gold);
}
.section-pad {
  padding: 6rem 0;
}
.section-title {
  font-size: clamp(1.9rem, 4vw, 3rem);
  margin-bottom: 1rem;
}
.section-sub {
  max-width: 620px;
  font-size: 1.02rem;
}
.text-gold {
  color: var(--gold) !important;
}
.bg-cream {
  background: var(--cream);
}
.bg-cream-2 {
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 100%);
}

.divider-gold {
  width: 70px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin: 1.2rem 0;
}

.btn {
  font-family: var(--sans);
  font-weight: 500;
  letter-spacing: 0.04em;
  border-radius: 50px;
  padding: 0.8rem 1.9rem;
  transition: all 0.35s cubic-bezier(0.2, 0.7, 0.3, 1);
  border-width: 1px;
}
.btn-primary-lux {
  background: var(--burgundy);
  color: #fff;
  border: 1px solid var(--burgundy);
}
.btn-primary-lux:hover {
  background: var(--burgundy-deep);
  color: var(--gold-soft);
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
}
.btn-gold {
  background: var(--gold);
  color: var(--burgundy-deep);
  border: 1px solid var(--gold);
}
.btn-gold:hover {
  background: var(--gold-soft);
  color: var(--burgundy-deep);
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
}
.btn-outline-lux {
  background: transparent;
  color: var(--burgundy);
  border: 1px solid var(--burgundy);
}
.btn-outline-lux:hover {
  background: var(--burgundy);
  color: #fff;
  transform: translateY(-3px);
}
.btn-outline-light {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.btn-outline-light:hover {
  background: #fff;
  color: var(--burgundy-deep);
  transform: translateY(-3px);
}

/* ---------- Navbar ---------- */
.navbar {
  transition:
    background 0.4s ease,
    box-shadow 0.4s ease,
    padding 0.4s ease;
  padding: 1rem 0;
  background: rgba(251, 245, 238, 0.35);
  backdrop-filter: blur(6px);
}
.navbar.scrolled {
  background: var(--cream);
  box-shadow: 0 10px 30px -12px rgba(63, 18, 32, 0.25);
  padding: 0.55rem 0;
}
.navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
}
.navbar-brand img {
  height: 80px;
}
.navbar.scrolled .navbar-brand img {
  height: 80px;
}
@media (max-width: 575.98px) {
  .navbar-brand img {
    height: 60px;
  }
  .navbar.scrolled .navbar-brand img {
    height: 60px;
  }
}
.brand-text {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--burgundy-deep);
  line-height: 1;
}
.brand-text small {
  display: block;
  font-family: var(--sans);
  font-size: 0.55rem;
  letter-spacing: 0.42em;
  color: var(--gold);
  font-weight: 500;
  margin-top: 3px;
}
.navbar .nav-link {
  font-family: var(--sans);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0.55rem;
  position: relative;
}
.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 1.5px;
  background: var(--gold);
  transition: width 0.3s ease;
}
.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
  width: 100%;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--burgundy);
}
.navbar-toggler {
  border: none;
  padding: 0.25rem 0.4rem;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--burgundy);
  margin: 5px 0;
  transition: 0.3s;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    background: var(--cream);
    margin-top: 1rem;
    padding: 1rem 1.2rem 1.4rem;
    border-radius: 16px;
    box-shadow: var(--shadow-soft);
  }
  .navbar .nav-link {
    margin: 0.3rem 0;
    display: inline-block;
  }
  .navbar .nav-link::after {
    display: none;
  }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
}
.hero .carousel,
.hero .carousel-inner,
.hero .carousel-item {
  height: 88vh;
  min-height: 560px;
}
@media (max-width: 767.98px) {
  .hero .carousel,
  .hero .carousel-inner,
  .hero .carousel-item {
    height: 82vh;
    min-height: 520px;
  }
}
.hero .carousel-item {
  background-size: cover;
  background-position: center;
}
.hero .carousel-item > .container {
  height: 100%;
}
.hero .slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(63, 18, 32, 0.82) 0%,
    rgba(63, 18, 32, 0.5) 45%,
    rgba(92, 26, 43, 0.25) 100%
  );
}
.hero .slide-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 0 4rem;
  max-width: 640px;
  color: #fff;
}
.hero .slide-content .eyebrow {
  color: var(--gold-soft);
}
.hero .slide-content .eyebrow::before {
  background: var(--gold-soft);
}
.hero h1 {
  color: #fff;
  font-size: clamp(2rem, 5.2vw, 3.7rem);
  margin-bottom: 1.2rem;
  text-shadow: 0 6px 30px rgba(0, 0, 0, 0.35);
}
.hero p.lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
  max-width: 520px;
  margin-bottom: 2rem;
  font-weight: 300;
}
.hero .btn-group-lux {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.carousel-indicators {
  margin-bottom: 1.5rem;
}
.carousel-indicators [data-bs-target] {
  width: 36px;
  height: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.45);
  border: none;
}
.carousel-indicators .active {
  background: var(--gold);
}
.carousel-control-prev,
.carousel-control-next {
  width: 6%;
  opacity: 0.75;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(92, 26, 43, 0.55);
  border-radius: 50%;
  padding: 1.4rem;
  background-size: 44%;
}

/* floating decorative */
.floating-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.shape-gold {
  background: radial-gradient(circle, var(--gold-soft), transparent 70%);
}
.shape-1 {
  width: 220px;
  height: 220px;
  top: -60px;
  right: 8%;
  animation: float 9s ease-in-out infinite;
}
.shape-2 {
  width: 140px;
  height: 140px;
  bottom: 12%;
  left: 4%;
  animation: float 7s ease-in-out infinite reverse;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-26px);
  }
}

/* ---------- About ---------- */
.about-img-wrap {
  position: relative;
  padding: 1.2rem;
}
.about-img-wrap img {
  border-radius: 20px;
  box-shadow: var(--shadow-card);
  position: relative;
  z-index: 2;
}
.about-img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 70%;
  border: 2px solid var(--gold);
  border-radius: 20px;
  z-index: 1;
}
.about-img-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, var(--gold-soft), transparent 70%);
  border-radius: 50%;
  z-index: 1;
}
.about-badge {
  position: absolute;
  bottom: 2.2rem;
  left: -0.4rem;
  z-index: 3;
  background: var(--burgundy);
  color: var(--gold-soft);
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.7rem 1.2rem;
  border-radius: 50px;
  box-shadow: var(--shadow-soft);
}
.about-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.about-list li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.6rem;
  color: var(--ink);
}
.about-list li i {
  position: absolute;
  left: 0;
  top: 0.35rem;
  color: var(--gold);
}

/* ---------- Services ---------- */
.service-card {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(201, 162, 75, 0.18);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease,
    border-color 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  transform: translateY(-12px);
  box-shadow: var(--shadow-card);
  border-color: var(--gold);
}
.service-card .img-box {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.service-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.service-card:hover .img-box img {
  transform: scale(1.1);
}
.service-card .icon-badge {
  position: absolute;
  bottom: 14px;
  right: 16px;
  z-index: 2;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--burgundy);
  color: var(--gold-soft);
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  border: 1px solid rgba(227, 201, 135, 0.5);
  box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.45);
  transition: background 0.4s ease, transform 0.4s ease;
}
.service-card:hover .icon-badge {
  background: var(--gold);
  color: var(--burgundy-deep);
  transform: translateY(-3px);
}
.service-card .card-body {
  padding: 1.6rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.service-card h3 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.service-card p {
  font-size: 0.92rem;
  flex: 1;
}
.service-card .card-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.1rem;
}
.service-card .btn {
  width: 100%;
  text-align: center;
  padding: 0.6rem 1rem;
  font-size: 0.8rem;
}

/* ---------- Why Choose ---------- */
.why {
  background: linear-gradient(
    160deg,
    var(--burgundy-deep),
    var(--burgundy) 60%,
    var(--wine)
  );
  color: #fff;
}
.why h2,
.why h3 {
  color: #fff;
}
.why p {
  color: rgba(255, 255, 255, 0.8);
}
.why .eyebrow {
  color: var(--gold-soft);
}
.why .eyebrow::before {
  background: var(--gold-soft);
}
.why-img {
  border-radius: 20px;
  box-shadow: var(--shadow-card);
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 520px;
}
.feature-row {
  display: flex;
  gap: 1.1rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.feature-row:last-child {
  border-bottom: none;
}
.feature-num {
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--gold-soft);
  min-width: 52px;
  height: 52px;
  border: 1px solid rgba(227, 201, 135, 0.5);
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.feature-row h3 {
  font-size: 1.12rem;
  margin-bottom: 0.2rem;
}
.feature-row p {
  font-size: 0.9rem;
  margin: 0;
}

/* ---------- Instagram ---------- */
.insta-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .insta-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.insta-gallery .gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 1;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.insta-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.insta-gallery .gallery-item:hover img {
  transform: scale(1.12);
}
.insta-gallery .gallery-item::after {
  content: "\F4D8";
  font-family: "bootstrap-icons";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.6rem;
  background: rgba(63, 18, 32, 0.45);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.insta-gallery .gallery-item:hover::after {
  opacity: 1;
}

/* Lightbox */
#lightboxModal .modal-content {
  background: transparent;
  border: none;
}
#lightboxModal .modal-body {
  padding: 0;
  text-align: center;
}
#lightboxModal img {
  max-width: 100%;
  max-height: 85vh;
  border-radius: 14px;
  box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.6);
}
#lightboxModal .btn-close {
  position: absolute;
  top: -14px;
  right: -8px;
  z-index: 5;
  background-color: #fff;
  border-radius: 50%;
  padding: 0.6rem;
  opacity: 1;
}

/* ---------- Contact ---------- */
.contact-info-card,
.form-card {
  background: var(--white);
  border-radius: 22px;
  padding: 2.6rem;
  box-shadow: var(--shadow-soft);
  height: 100%;
}
.form-card {
  border-top: 3px solid var(--gold);
}
.map-card {
  background: var(--white);
  border-radius: 22px;
  padding: 0.6rem;
  box-shadow: var(--shadow-soft);
  height: 100%;
  min-height: 420px;
  overflow: hidden;
}
.map-card iframe {
  border-radius: 18px;
  display: block;
  min-height: 420px;
  height: 100%;
}
.contact-line {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.contact-line .ic {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--cream-2);
  color: var(--burgundy);
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.contact-line a,
.contact-line span {
  color: var(--ink);
}
.contact-line a:hover {
  color: var(--gold);
}
.contact-line small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.68rem;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 0.15rem;
}

.form-card .form-control,
.form-card .form-select {
  border: 1px solid var(--beige);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  background: var(--cream);
  font-size: 0.92rem;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}
.form-card .form-control:focus,
.form-card .form-select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 0.2rem rgba(201, 162, 75, 0.18);
  background: #fff;
}
.form-card label {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.03em;
  margin-bottom: 0.35rem;
}

/* ---------- Floating Action Buttons ---------- */
/* Vertically-centred Enquire Now tab (text, no icon) */
.fab-enquire {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1040;
  background: var(--gold);
  color: var(--burgundy-deep);
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: none;
  padding: 1.1rem 0.55rem;
  writing-mode: vertical-rl;
  border-radius: 10px 0 0 10px;
  box-shadow: var(--shadow-soft);
  transition:
    background 0.3s ease,
    padding 0.3s ease;
}
.fab-enquire:hover {
  background: var(--gold-soft);
  padding-right: 0.9rem;
}

/* Call button — bottom right, circular */
.fab-call {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1040;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--burgundy);
  color: #fff;
  font-size: 1.35rem;
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s ease;
}
.fab-call:hover {
  transform: scale(1.12);
  color: #fff;
}
@media (max-width: 575.98px) {
  .fab-enquire {
    font-size: 0.68rem;
    padding: 0.9rem 0.45rem;
  }
  .fab-call {
    width: 46px;
    height: 46px;
    font-size: 1.15rem;
  }
}

/* Back to top */
.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 82px;
  z-index: 1035;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: var(--burgundy-deep);
  color: var(--gold-soft);
  font-size: 1.1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.35s ease;
  box-shadow: var(--shadow-soft);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 575.98px) {
  .back-to-top {
    bottom: 70px;
    right: 12px;
    width: 42px;
    height: 42px;
  }
}

/* ---------- Enquiry Modal ---------- */
.modal-content.lux-modal {
  border: none;
  border-radius: 22px;
  overflow: hidden;
  border-top: 4px solid var(--gold);
}
.lux-modal .modal-header {
  background: var(--burgundy-deep);
  color: #fff;
  border: none;
  padding: 1.4rem 1.8rem;
}
.lux-modal .modal-header h5 {
  color: #fff;
  font-size: 1.3rem;
}
.lux-modal .modal-header .btn-close {
  filter: invert(1) grayscale(1) brightness(1.6);
}
.lux-modal .modal-body {
  padding: 1.8rem;
}
.lux-modal .form-control,
.lux-modal .form-select {
  border: 1px solid var(--beige);
  border-radius: 12px;
  padding: 0.8rem 1rem;
  background: var(--cream);
  font-size: 0.92rem;
}
.lux-modal .form-control:focus,
.lux-modal .form-select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 0.2rem rgba(201, 162, 75, 0.18);
  background: #fff;
}
.lux-modal label {
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
}

/* ---------- Footer ---------- */
.footer {
  background: var(--burgundy-deep);
  color: rgba(255, 255, 255, 0.72);
  padding: 4rem 0 0;
}
.footer h5 {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.06em;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  font-family: var(--sans);
  font-weight: 600;
}
.footer a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}
.footer a:hover {
  color: var(--gold-soft);
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul li {
  margin-bottom: 0.55rem;
}
.footer .brand-text {
  color: #fff;
}
.footer .brand-text small {
  color: var(--gold-soft);
}
.footer .social-ic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: inline-grid;
  place-items: center;
  color: #fff;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
.footer .social-ic:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--burgundy-deep);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 3rem;
  padding: 1.4rem 0;
  text-align: center;
  font-size: 0.82rem;
}

/* ---------- Brands ---------- */
.brand-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1rem;
}
.brand-chip{
  display:flex;align-items:center;justify-content:center;text-align:center;
  min-height:92px;padding:1rem 1.2rem;
  background:var(--white);
  border:1px solid rgba(201,162,75,.28);
  border-radius:16px;
  box-shadow:var(--shadow-soft);
  font-family:var(--serif);
  font-size:1.15rem;
  font-weight:600;
  letter-spacing:.06em;
  color:var(--burgundy-deep);
  transition:transform .35s ease,border-color .35s ease,color .35s ease;
}
.brand-chip:hover{transform:translateY(-6px);border-color:var(--gold);color:var(--wine)}
@media (max-width:991.98px){.brand-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:575.98px){
  .brand-grid{grid-template-columns:repeat(2,1fr);gap:.7rem}
  .brand-chip{min-height:76px;font-size:1rem;padding:.8rem}
}

/* ---------- Copyright bar ---------- */
.copyright-bar {
  background: var(--burgundy-deep);
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 1.3rem 1rem;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}

/* ---------- Scroll reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 767.98px) {
  .section-pad {
    padding: 4rem 0;
  }
  .contact-info-card,
  .form-card {
    padding: 1.8rem;
  }
  .hero .btn-group-lux .btn {
    flex: 1 1 100%;
    text-align: center;
  }
  .about-badge {
    left: 0;
  }
  .about-img-wrap {
    padding: 0.6rem;
  }
  .about-img-wrap::before {
    display: none;
  }
  .shape-1,
  .shape-2 {
    display: none;
  }
  .eyebrow {
    letter-spacing: 0.22em;
  }
  .hero h1 {
    word-break: break-word;
  }
}
@media (max-width: 575.98px) {
  .container,
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
