/* Bellavēu — black wordmark, logo red #d62f40, light surfaces */

:root {
  --mw-ink: #111111;
  --mw-forest: #111111;
  --mw-sage: #5e5e5e;
  --mw-gold: #d62f40;
  --mw-gold-deep: #b42334;
  --mw-ivory: #ffffff;
  --mw-sand: #f3f3f3;
  --mw-paper: #f6f6f6;
  --mw-muted: #5a5a5a;
  --mw-line: rgba(17, 17, 17, 0.1);
  --mw-accent: #d62f40;
}

body {
  background: var(--mw-paper);
  color: var(--mw-muted);
  font-family: "Outfit", "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6,
.section-title .title,
.navbar-nav .nav-link {
  font-family: "Cormorant Garamond", serif;
}

a {
  color: var(--mw-gold-deep);
}

a:hover,
a:focus {
  color: var(--mw-accent);
}

.btn.btn-primary {
  background: var(--mw-forest);
  color: var(--mw-ivory);
  border: 0;
  border-radius: 999px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding: 14px 28px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn.btn-primary:after {
  background-color: var(--mw-accent);
}

.btn.btn-primary:focus,
.btn.btn-primary:active {
  background: var(--mw-forest);
  color: var(--mw-ivory);
}

.btn.btn-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  border-radius: 999px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding: 14px 28px;
}

.btn.btn-outline-light:hover {
  background: var(--mw-ivory);
  color: var(--mw-forest);
}

/* Header — frosted bar at top, solid white when scrolled */
.header,
.header.default {
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  transition: background-color 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.header.is-sticky {
  background: #fff !important;
  background-color: #fff !important;
  border-bottom-color: rgba(17, 17, 17, 0.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.header.default .navbar {
  padding: 8px 0;
}

.header .navbar-nav .nav-link,
.header .navbar-nav li a {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

/* Dark nav on the light fade / white sticky bar */
.header .navbar .navbar-nav .nav-link,
.header .navbar .navbar-nav > li .nav-link,
.header.is-sticky .navbar .navbar-nav .nav-link,
.header.is-sticky .navbar .navbar-nav > li .nav-link {
  color: var(--mw-ink) !important;
}

.header .main-header .menu-btn,
.header .add-listing .menu-btn,
.header.is-sticky .main-header .menu-btn,
.header.is-sticky .add-listing .menu-btn {
  background: var(--mw-ink) !important;
  color: #fff;
}

.header .main-header .menu-btn svg,
.header .main-header .menu-btn svg path,
.header.is-sticky .main-header .menu-btn svg,
.header.is-sticky .main-header .menu-btn svg path {
  fill: #fff !important;
  stroke: #fff !important;
}

.header .navbar-brand {
  flex: 0 0 160px;
  max-width: 160px;
  padding: 4px 0;
  background: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
}

.header.is-sticky .navbar-brand {
  background: transparent;
  padding-top: 4px;
  padding-bottom: 4px;
}

.header .navbar-brand img {
  height: auto !important;
  max-height: 50px;
  width: auto;
  max-width: 156px;
  display: block !important;
  object-fit: contain;
}

.header .navbar-brand img.sticky {
  display: none !important;
}

.header.is-sticky .navbar .navbar-brand img {
  max-height: 50px;
  max-width: 148px;
  display: none !important;
}

.header.is-sticky .navbar .navbar-brand img.sticky {
  display: block !important;
}

.header .navbar .navbar-nav li.active .nav-link,
.header .navbar .navbar-nav > li .nav-link:hover,
.header.is-sticky .navbar .navbar-nav > li .nav-link:hover,
.header .navbar .navbar-nav .nav-link:hover {
  color: var(--mw-accent) !important;
}

.text-primary {
  color: var(--mw-gold) !important;
}

.bg-primary {
  background: var(--mw-forest) !important;
}

#pre-loader {
  background: #fff;
}

#pre-loader img {
  max-width: 180px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* Hero */
.mw-hero {
  position: relative;
  min-height: 92vh;
}

.mw-hero .swiper-slide {
  min-height: 92vh;
  background-position: center;
  background-size: cover;
}

.mw-hero .swiper-slide:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.42) 45%, rgba(0, 0, 0, 0.78) 100%);
}

.mw-hero .swipeinner {
  position: relative;
  z-index: 2;
}

.mw-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--mw-gold);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}

.mw-kicker:before,
.mw-kicker:after {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--mw-gold);
}

.mw-hero h1,
.mw-hero .mw-hero-title {
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.05;
  font-weight: 500;
  max-width: 820px;
  margin: 18px auto 0;
}

.mw-hero .mw-lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.7;
  max-width: 560px;
  margin: 22px auto 0;
}

.mw-hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.mw-hero .swiper-button-prev,
.mw-hero .swiper-button-next {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
}

.mw-hero .swiper-button-prev:after,
.mw-hero .swiper-button-next:after {
  display: none;
}

/* Intro strip */
.mw-strip {
  background: var(--mw-forest);
  color: rgba(255, 255, 255, 0.82);
  padding: 28px 0;
}

.mw-strip-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
}

.mw-strip-item i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(214, 47, 64, 0.45);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mw-gold);
}

.mw-strip-item strong {
  display: block;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.mw-strip-item span {
  font-size: 13px;
  letter-spacing: 0.04em;
}

/* Sections */
.mw-section {
  padding: 90px 0;
}

.section-title .sub-title,
.mw-label {
  color: var(--mw-gold-deep);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}

.section-title .title {
  font-size: clamp(32px, 4vw, 48px);
  color: var(--mw-ink);
  margin-top: 10px;
}

.section-description {
  color: var(--mw-muted);
}

/* Services */
.mw-service-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--mw-line);
  border-radius: 22px;
  padding: 28px 22px 24px;
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.mw-service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(214, 47, 64, 0.45);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.1);
}

.mw-service-card img {
  width: 118px;
  height: 118px;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid var(--mw-ivory);
  margin-bottom: 18px;
}

.mw-service-card h3 {
  font-size: 24px;
  color: var(--mw-ink);
}

.mw-menu-photo {
  width: 88px;
  height: 88px;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  border: 3px solid var(--mw-ivory);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.menu-list.menu-list-default .menu-icon img.mw-menu-photo {
  width: 88px;
  height: 88px;
}

/* About */
.mw-about {
  background: var(--mw-ink);
  position: relative;
  overflow: hidden;
}

.mw-about:before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(214, 47, 64, 0.28);
  border-radius: 50%;
  right: -140px;
  top: -120px;
}

.mw-about .title,
.mw-about h2 {
  color: #fff;
}

.mw-about p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.8;
}

.mw-about-frame {
  position: relative;
}

.mw-about-frame img {
  border-radius: 24px;
  width: 100%;
  object-fit: cover;
}

.mw-about-frame .mw-about-secondary {
  position: absolute;
  width: 48%;
  right: -8%;
  bottom: -12%;
  border: 8px solid var(--mw-ink);
  border-radius: 20px;
}

.mw-years {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: var(--mw-accent);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  text-align: center;
}

.mw-years strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  line-height: 1;
}

.mw-years span {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

.mw-checklist {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}

.mw-checklist li {
  color: rgba(255, 255, 255, 0.86);
  padding: 8px 0 8px 32px;
  position: relative;
}

.mw-checklist li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--mw-gold);
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 12px;
}

/* Experience */
.mw-experience {
  background: var(--mw-ivory);
}

.mw-exp-card {
  background: #fff;
  border-radius: 22px;
  padding: 36px 28px;
  height: 100%;
  border: 1px solid transparent;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.mw-exp-card:hover {
  border-color: rgba(214, 47, 64, 0.4);
  transform: translateY(-6px);
}

.mw-exp-num {
  font-family: "Cormorant Garamond", serif;
  color: var(--mw-gold-deep);
  font-size: 34px;
  display: block;
  margin-bottom: 12px;
}

.mw-exp-card h3 {
  font-size: 28px;
  margin-bottom: 12px;
}

/* Branches */
.mw-branch-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--mw-line);
  height: 100%;
}

.mw-branch-card .mw-branch-top {
  background: var(--mw-forest);
  color: #fff;
  padding: 28px 28px 22px;
}

.mw-branch-card .mw-branch-top span {
  color: var(--mw-gold);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.mw-branch-card .mw-branch-top h3 {
  color: #fff;
  font-size: 32px;
  margin-top: 6px;
}

.mw-branch-body {
  padding: 26px 28px 30px;
}

.mw-branch-body p {
  margin-bottom: 10px;
}

.mw-branch-body i {
  width: 22px;
  color: var(--mw-gold-deep);
}

/* CTA */
.mw-cta {
  background:
    linear-gradient(120deg, rgba(0, 0, 0, 0.82), rgba(26, 18, 20, 0.72)),
    url("../images/slider/home-01/02.jpg") center/cover no-repeat;
  text-align: center;
  color: #fff;
}

.mw-cta h2 {
  color: #fff;
  font-size: clamp(34px, 4vw, 52px);
}

.mw-cta p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 620px;
  margin: 16px auto 0;
}

/* Footer — light so the black logo reads */
.footer,
.footer .min-footer,
.footer .footer-bottom {
  background: #fff;
  color: #3a3a3a;
}

.footer-logo img {
  max-width: 260px;
  height: auto;
}

.footer h4,
.footer h5,
.footer .text-white {
  color: var(--mw-ink) !important;
}

.footer .footer-contact-info,
.footer .footer-contact-info ul,
.footer .footer-contact-info li,
.footer .footer-contact-info span {
  color: #3a3a3a !important;
}

.footer a {
  color: var(--mw-ink);
}

.footer a:hover,
.footer a:focus {
  color: var(--mw-accent);
}

.footer .footer-link ul li a {
  color: #3a3a3a;
}

.footer .footer-link ul li a:hover,
.footer .footer-link ul li a:focus {
  color: var(--mw-accent);
}

.footer .footer-contact-info a {
  color: var(--mw-ink) !important;
}

.footer .footer-contact-info a:hover,
.footer .footer-contact-info a:focus {
  color: var(--mw-accent) !important;
}

.footer .footer-bottom a {
  color: var(--mw-accent);
}

.footer .footer-bottom a:hover,
.footer .footer-bottom a:focus {
  color: var(--mw-accent);
}

.footer h5,
.footer h4 {
  font-size: 22px;
  margin-bottom: 18px;
}

.footer-bottom {
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.offcanvas {
  background-color: #fff;
  color: var(--mw-ink);
}

.offcanvas .offcanvas-body {
  overflow-y: auto;
}

.offcanvas .logo img {
  max-width: 160px;
  height: auto;
  max-height: 70px;
  width: auto;
}

.offcanvas .sidebar-menu {
  color: var(--mw-ink);
}

.offcanvas .sidebar-menu .title,
.offcanvas .sidebar-menu h3 {
  color: var(--mw-ink);
}

.offcanvas .sidebar-menu p {
  color: #4a4a4a;
  line-height: 1.7;
}

.offcanvas .btn-close {
  filter: none;
  opacity: 0.7;
}

.offcanvas .sidebar-menu a {
  color: var(--mw-ink);
}

.offcanvas .sidebar-menu a:hover,
.offcanvas .sidebar-menu a:focus {
  color: var(--mw-accent);
}

.offcanvas .social-icon ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}

.offcanvas .social-icon ul li a,
.offcanvas .sidebar-menu .social-icon ul li a {
  background-color: var(--mw-accent);
  color: #fff !important;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offcanvas .social-icon ul li a:hover,
.offcanvas .sidebar-menu .social-icon ul li a:hover,
.offcanvas .social-icon ul li a:focus,
.offcanvas .sidebar-menu .social-icon ul li a:focus {
  background-color: var(--mw-accent);
  color: #fff !important;
}

.inner-header {
  position: relative;
}

.inner-header:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.78));
}

.inner-header .container {
  position: relative;
  z-index: 1;
}

.social-icon ul li a {
  background-color: var(--mw-accent);
  color: #fff;
}

.social-icon ul li a:hover {
  background-color: var(--mw-accent);
  color: #fff;
}

.feature-box.feature-box-style-04 .feature-icon {
  background-color: var(--mw-forest);
}

.feature-box.feature-box-style-04 .feature-icon i {
  color: var(--mw-gold);
}

.feature-box .feature-content a {
  color: var(--mw-gold-deep);
}

.feature-box .feature-content a:hover,
.feature-box .feature-content a:focus {
  color: var(--mw-accent);
}

.mw-branch-body a {
  color: var(--mw-gold-deep);
}

.mw-branch-body a:hover,
.mw-branch-body a:focus {
  color: var(--mw-accent);
}

.breadcrumb-item a,
.breadcrumb-item a:hover {
  color: var(--mw-gold);
}

.back-to-top a,
.back-to-top a:hover,
.back-to-top a:focus {
  background: var(--mw-accent);
  color: #fff;
}

@media (max-width: 991px) {
  .mw-about-frame .mw-about-secondary {
    position: static;
    width: 100%;
    margin-top: 18px;
    border: 0;
  }

  .mw-years {
    left: 12px;
    bottom: auto;
    top: 12px;
    width: 110px;
    height: 110px;
  }

  .header .navbar-brand,
  .header .navbar-brand img {
    max-width: 140px;
  }

  .header .navbar-brand img {
    max-height: 50px;
  }

  .header.is-sticky .navbar .navbar-brand img.sticky {
    max-height: 36px;
    max-width: 130px;
  }

  .header .navbar-collapse {
    background: #fff;
  }

  .header .navbar .navbar-nav .nav-link {
    color: var(--mw-ink) !important;
  }

  /* Tablet/mobile hamburger — replace cream #ce9b48 */
  .header .navbar .navbar-toggler,
  .header.is-sticky .navbar .navbar-toggler {
    background: var(--mw-ink) !important;
    color: #fff !important;
    border: 0 !important;
  }

  .header .navbar .navbar-toggler i,
  .header .navbar .navbar-toggler .fas {
    color: #fff !important;
  }
}
