:root {
  --bg: #f8f5f0;
  --ink: #181818;
  --muted: #5b5b5b;
  --gold: #c9a15f;
  --gold-dark: #ab8245;
  --card: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top right, #fff4df 0%, #f8f5f0 45%, #f5efe5 100%);
}

h1,
h2,
h3,
.navbar-brand span {
  font-family: "Playfair Display", serif;
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.hero-section::before {
  width: 320px;
  height: 320px;
  right: -70px;
  top: -90px;
  background: rgba(201, 161, 95, 0.2);
}

.hero-section::after {
  width: 220px;
  height: 220px;
  left: -90px;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.05);
}

.brand-logo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.navbar-brand span {
  font-size: 1.3rem;
  color: var(--ink);
}

.nav-link {
  font-weight: 600;
  color: var(--ink);
}

.nav-link:hover {
  color: var(--gold-dark);
}

.small-highlight {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(201, 161, 95, 0.16);
  color: #6a4b1d;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.25px;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold), #dcb478);
  color: #fff;
  border: none;
}

.btn-gold:hover {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: #fff;
}

.hero-card {
  background: var(--card);
  border-radius: 24px;
  padding: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
}

.hero-card img {
  width: 140px;
  height: 140px;
  object-fit: cover;
}

.section-title {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.service-card {
  background: var(--card);
  border-radius: 18px;
  padding: 1.3rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.09);
}

.service-card i {
  font-size: 1.7rem;
  color: var(--gold-dark);
}

.service-card h3 {
  margin-top: 0.7rem;
  font-size: 1.35rem;
}

.service-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.bg-light-soft {
  background: linear-gradient(180deg, #fff8ed 0%, #f8f5f0 100%);
}

.why-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 0.85rem;
  color: #3f3f3f;
  font-weight: 600;
}

.why-list i {
  color: var(--gold-dark);
  margin-top: 2px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.stats-grid > div {
  background: #fff;
  border-radius: 16px;
  padding: 1.1rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.stats-grid strong {
  display: block;
  font-size: 1.6rem;
}

.stats-grid span {
  color: var(--muted);
  font-size: 0.95rem;
}

.cta-box {
  padding: 2rem;
  border-radius: 24px;
  background: linear-gradient(135deg, #161616 0%, #2f2f2f 100%);
  color: #fff;
}

.hours-card {
  background: #fff;
  border-radius: 16px;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hours-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0.42rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
}

.hours-list li:last-child {
  border-bottom: none;
}

.hours-list span {
  color: #4a4a4a;
  font-weight: 600;
}

.hours-list strong {
  color: #111;
  font-size: 0.95rem;
}

.map-embed-wrap {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.7rem;
}

.map-embed {
  width: 100%;
  height: 330px;
  border: 0;
  border-radius: 12px;
}

.map-open-link {
  margin-top: 0.7rem;
  display: inline-flex;
  align-items: center;
  color: #292929;
  font-weight: 700;
  text-decoration: none;
}

.map-open-link:hover {
  color: var(--gold-dark);
}

footer {
  background: #111;
  color: #d6d6d6;
}

.floating-call {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #191919, #353535);
  color: #fff;
  display: grid;
  place-items: center;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
  font-size: 1.3rem;
  z-index: 999;
}

.fade-in {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .hero-card {
    margin-top: 1rem;
  }

  .map-embed {
    height: 280px;
  }
}
