:root {
  --site-primary: #9c4341;
  --site-primary-dark: #720212;
  --site-accent: #008ca0;
  --site-secondary: #71773d;
  --site-primary-light: #d68581;
  --site-surface: #fff9fa;
  --site-text-secondary: #605150;
  --bs-body-bg: #fff0f1;
  --bs-body-color: #1a0e0d;
  --bs-body-font-family: 'Karla', sans-serif;
  --bs-link-color: #9c4341;
  --bs-link-hover-color: #720212;
}

body { background: var(--bs-body-bg); color: var(--bs-body-color); font-family: var(--bs-body-font-family); }
h1, h2, h3, h4, h5, h6 { font-family: 'Merriweather', serif; }
.btn-primary { background-color: var(--site-primary); border-color: var(--site-primary); }
.btn-primary:hover, .btn-primary:focus { background-color: var(--site-primary-dark); border-color: var(--site-primary-dark); }
.bg-primary { background-color: var(--site-primary) !important; }
.text-primary { color: var(--site-primary) !important; }
.border-primary { border-color: var(--site-primary) !important; }
a { color: var(--site-primary); }
a:hover { color: var(--site-primary-dark); }

body {
  line-height: 1.65;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}

.navbar {
  background: rgba(255, 249, 250, 0.95) !important;
  border-bottom: 2px solid rgba(0, 140, 160, 0.2);
}

.navbar-brand {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  color: var(--bs-body-color);
}

.navbar-brand img {
  width: 42px;
  height: 42px;
  border-radius: 16px;
}

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

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: var(--site-primary);
}

.btn,
.btn-lg {
  border-radius: 9999px;
  padding-inline: 1.5rem;
  border-width: 0;
  box-shadow: none !important;
}

.card,
.section-card {
  border-radius: 24px;
  border: 3px solid var(--site-accent);
  background: var(--site-surface);
  box-shadow: none !important;
  overflow: hidden;
}

.form-control {
  border-radius: 12px;
  border: 2px solid rgba(0, 140, 160, 0.35);
  background: #ffffff;
  box-shadow: none !important;
}

.form-control:focus {
  border-color: var(--site-primary);
  box-shadow: none !important;
}

.section-card {
  position: relative;
}

.section-card::before,
.section-card::after {
  content: "";
  position: absolute;
  border-radius: 9999px;
  pointer-events: none;
}

.section-card::before {
  width: 84px;
  height: 84px;
  border: 2px solid rgba(113, 119, 61, 0.3);
  top: -22px;
  right: 34px;
}

.section-card::after {
  width: 120px;
  height: 2px;
  background: rgba(156, 67, 65, 0.28);
  left: 30px;
  bottom: 26px;
  transform: rotate(-10deg);
}

.hero-mosaic {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
  min-height: 420px;
}

.hero-mosaic-main {
  height: 100%;
}

.hero-mosaic-main img,
.hero-mosaic-stack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-mosaic-stack {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 1rem;
}

.hero-mini-tile {
  background: #ffffff;
  border: 2px solid rgba(0, 140, 160, 0.3);
  border-radius: 24px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
}

.eyebrow {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--site-accent);
}

.niche-tile {
  height: 100%;
  border: 2px solid rgba(156, 67, 65, 0.28);
  border-radius: 24px;
  background: #fff;
}

.niche-marker {
  width: 14px;
  height: 14px;
  border-radius: 9999px;
  background: var(--site-secondary);
  flex: 0 0 auto;
  margin-top: 0.35rem;
}

.contact-list,
.footer-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.map-frame {
  border: 0;
  width: 100%;
  min-height: 320px;
  border-radius: 24px;
}

.legal-card {
  max-width: 900px;
}

.site-footer {
  min-height: 80px;
  border-top: 2px solid rgba(0, 140, 160, 0.2);
  background: var(--site-surface);
}

.footer-links a {
  text-decoration: none;
  margin-right: 1rem;
}

.text-secondary-custom {
  color: var(--site-text-secondary);
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1055;
  background: var(--site-surface);
  border: 3px solid var(--site-accent);
  border-radius: 24px;
  padding: 1rem 1.25rem;
}

.cookie-banner.hidden {
  display: none;
}

.decor-wrap {
  position: relative;
}

.decor-wrap .decor-circle,
.decor-wrap .decor-blob,
.decor-wrap .decor-line {
  position: absolute;
  pointer-events: none;
}

.decor-wrap .decor-circle {
  width: 64px;
  height: 64px;
  border: 2px solid rgba(0, 140, 160, 0.35);
  border-radius: 9999px;
}

.decor-wrap .decor-blob {
  width: 90px;
  height: 90px;
  background: rgba(214, 133, 129, 0.2);
  border-radius: 38px;
}

.decor-wrap .decor-line {
  width: 120px;
  height: 2px;
  background: rgba(113, 119, 61, 0.4);
  transform: rotate(22deg);
}

.hero-decor-1 { top: -8px; left: -10px; }
.hero-decor-2 { right: 12%; bottom: -10px; }
.hero-decor-3 { right: -8px; top: 24%; }

.about-asym .col-lg-5,
.about-asym .col-lg-7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .hero-mosaic {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-mosaic-stack {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }

  .site-footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  .cookie-banner {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .hero-mosaic-stack {
    grid-template-columns: 1fr;
  }
}