﻿@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Outfit:wght@300;400;500;600;700;800&display=swap');

:root {
  --ink: #2E2B22;
  --olive: #6E7B4F;
  --oliveD: #4A5436;
  --gold: #B79A52;
  --goldD: #9A8E5C;
  --terra: #B6603C;
  --sand: #E7E0CB;
  --cream: #F7F4EC;
  --mute: #8c8676;

  --bs-primary: #6E7B4F;
  --bs-primary-rgb: 110, 123, 79;
  --bs-body-font-family: 'Outfit', system-ui, -apple-system, sans-serif;
  --bs-body-color: #2E2B22;
  --bs-body-bg: #ffffff;
  --bs-border-color: #e8e3d6;
  --bs-link-color: #4A5436;
  --bs-link-hover-color: #2E2B22;
}

body {
  font-family: var(--bs-body-font-family);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

.serif,
h1,
h2,
h3,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
}

.eyebrow {
  font-size: .8rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gold);
}

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

.text-olive {
  color: var(--olive) !important;
}

.bg-cream {
  background: var(--cream) !important;
}

.bg-ink {
  background: var(--ink) !important;
}

.fw-serif {
  font-family: 'DM Serif Display', serif;
}

.btn {
  --bs-btn-font-weight: 600;
  --bs-btn-border-radius: .6rem;
  padding: .65rem 1.4rem;
  letter-spacing: .2px;
}

.btn-lg {
  padding: .85rem 1.8rem;
}

.btn-primary {
  --bs-btn-bg: var(--oliveD);
  --bs-btn-border-color: var(--oliveD);
  --bs-btn-hover-bg: #3c4530;
  --bs-btn-hover-border-color: #3c4530;
  --bs-btn-active-bg: #3c4530;
  --bs-btn-disabled-bg: var(--oliveD);
}

.btn-gold {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--gold);
  --bs-btn-border-color: var(--gold);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--goldD);
  --bs-btn-hover-border-color: var(--goldD);
  color: #fff;
}

.btn-outline-light {
  --bs-btn-border-color: rgba(255, 255, 255, .6);
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-color: var(--ink);
}

.btn-link-arrow {
  color: var(--olive);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  transition: gap .2s;
}

.btn-link-arrow:hover {
  gap: .7rem;
  color: var(--oliveD);
}

.navbar.nav-main {
  background: transparent;
  transition: background .3s, box-shadow .3s, padding .3s;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar.nav-main.scrolled,
.navbar.nav-main.solid {
  background: rgba(35, 33, 26, .96);
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 30px rgba(0, 0, 0, .18);
  padding-top: .55rem;
  padding-bottom: .55rem;
}

.navbar.nav-main .navbar-brand {
  color: #fff;
  font-weight: 700;
  letter-spacing: 2.5px;
  display: flex;
  align-items: center;
  gap: .7rem;
}

.navbar.nav-main .navbar-brand img {
height: 55px !important; /* Değeri 50'den 75'e çıkardık, duruma göre 80-90 da yapabilirsin */
  width: auto !important;
  object-fit: contain;
  max-height: none !important; /* Olası Bootstrap kısıtlamalarını eziyoruz */
  transform: scale(1.6);
}

.navbar.nav-main.scrolled .navbar-brand img,
.navbar.nav-main.solid .navbar-brand img {
  width: 44px;
  height: 44px;
}

.navbar.nav-main .nav-link {
  color: rgba(255, 255, 255, .86);
  font-weight: 500;
}

.navbar.nav-main .nav-link:hover,
.navbar.nav-main .nav-link.active {
  color: var(--gold);
}

.navbar.nav-main .navbar-toggler {
  border-color: rgba(255, 255, 255, .4);
}

.navbar.nav-main .navbar-toggler-icon {
  filter: invert(1) grayscale(1);
}

.lang-switcher {
  font-size: .72rem;
  letter-spacing: .5px;
}
.lang-btn {
  color: rgba(255,255,255,.65);
  text-decoration: none;
  font-weight: 600;
  padding: 2px 5px;
  border-radius: 3px;
  transition: color .2s;
}
.lang-btn:hover { color: #fff; }
.lang-btn.active {
  color: var(--gold);
  border-bottom: 1px solid var(--gold);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  background: linear-gradient(rgba(28, 26, 19, .45), rgba(28, 26, 19, .82)), url('/assets/img/hero.webp') center/cover no-repeat;
  background-attachment: fixed;
}

.hero h1 {
  font-size: clamp(2.8rem, 6vw, 4.6rem);
  line-height: 1.05;
}

.hero .lead {
  color: rgba(255, 255, 255, .9);
  max-width: 640px;
  font-size: 1.12rem;
}

.hero-search {
  background: rgba(255, 255, 255, .97);
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .35);
}

.hero-search label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: .25rem;
}

.hero-search .form-select,
.hero-search .form-control {
  border-color: var(--sand);
  background: #faf8f2;
}

.hero-search .form-select:focus,
.hero-search .form-control:focus {
  border-color: var(--olive);
  box-shadow: 0 0 0 .2rem rgba(110, 123, 79, .18);
}

.section {
  padding: 5.5rem 0;
}

.section-cream {
  background: var(--cream);
}

.sec-eyebrow {
  color: var(--gold);
}

.sec-title {
  font-size: clamp(2rem, 3.5vw, 2.7rem);
}

.lcard {
  border: 1px solid var(--sand);
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  transition: transform .3s, box-shadow .3s;
  height: 100%;
}

.lcard:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 55px rgba(46, 43, 34, .16);
}

.lcard-media {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.lcard-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}

.lcard:hover .lcard-media img {
  transform: scale(1.06);
}

.lcard-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 18, 12, .6), transparent 55%);
}

.lcard-badge {
  position: absolute;
  top: .8rem;
  left: .8rem;
  z-index: 2;
  background: rgba(255, 255, 255, .95);
  color: var(--ink);
  font-size: .72rem;
  font-weight: 700;
  padding: .25rem .7rem;
  border-radius: 2rem;
}

.lcard-feature {
  position: absolute;
  top: .8rem;
  right: .8rem;
  z-index: 2;
  background: linear-gradient(135deg, #C2A65C, #9A8E5C);
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .3px;
  padding: .25rem .6rem .25rem .5rem;
  border-radius: 2rem;
  display: inline-flex;
  align-items: center;
  gap: .28rem;
  box-shadow: 0 4px 14px rgba(154, 142, 92, .45);
}

.lcard-feature svg {
  width: 12px;
  height: 12px;
}

.lcard-donum {
  position: absolute;
  bottom: .7rem;
  left: .9rem;
  z-index: 2;
  color: #fff;
  font-family: 'DM Serif Display', serif;
  font-size: 1.6rem;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .3);
}

.lcard-donum small {
  font-family: 'Outfit', sans-serif;
  font-size: .8rem;
  opacity: .9;
}

.lcard-body {
  padding: 1.2rem 1.25rem 1.35rem;
  display: flex;
  flex-direction: column;
  height: calc(100% - 220px);
}

.lcard-title {
  font-family: 'DM Serif Display', serif;
  font-size: 1.25rem;
  margin-bottom: .35rem;
}

.lcard-loc {
  color: var(--olive);
  font-weight: 600;
  font-size: .85rem;
  margin-bottom: .7rem;
}

.lcard-hl {
  color: var(--mute);
  font-size: .9rem;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lcard-foot {
  margin-top: auto;
  padding-top: .9rem;
  border-top: 1px solid var(--sand);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lcard-price {
  color: var(--terra);
  font-weight: 700;
  font-size: .85rem;
}

.stat-num {
  font-family: 'DM Serif Display', serif;
  font-size: 2.8rem;
  color: var(--ink);
  line-height: 1;
}

.stat-lbl {
  color: var(--mute);
  font-weight: 600;
}

.spotlight-img {
  border-radius: 1rem;
  overflow: hidden;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.spotlight-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--gold);
  color: #fff;
  font-weight: 700;
  font-size: .75rem;
  padding: .35rem .9rem;
  border-radius: .4rem;
}

.value-ic {
  width: 56px;
  height: 56px;
  border-radius: .9rem;
  background: rgba(110, 123, 79, .1);
  color: var(--olive);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.step-num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold);
  font-family: 'DM Serif Display', serif;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.models-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.models-grid > .model-card {
  flex: 1 1 260px;
  max-width: 380px;
  height: auto; 
}

.model-card {
  border: 1px solid var(--sand);
  border-top: 4px solid var(--gold);
  border-radius: 1rem;
  background: #fff;
  padding: 1.8rem;
  height: 100%;
}

.model-card h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 1.4rem;
}

.model-compare {
  border: 1px solid var(--sand);
  border-radius: 1rem;
  overflow: hidden;
}

.model-compare thead th {
  background: var(--ink);
  color: #fff;
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  font-size: 1.02rem;
  border: 0;
  padding: 1rem 1.1rem;
}

.model-compare thead th:first-child {
  background: #23211a;
}

.model-compare tbody th {
  background: var(--cream);
  color: var(--oliveD);
  font-weight: 700;
  font-size: .92rem;
  width: 22%;
}

.model-compare tbody td {
  color: #5a564a;
  font-size: .92rem;
}

.model-compare tbody th,
.model-compare tbody td {
  padding: .85rem 1.1rem;
  border-color: var(--sand);
}

.region-mono {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  font-family: 'DM Serif Display', serif;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto .9rem;
}

.accordion {
  --bs-accordion-border-color: var(--sand);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 .2rem rgba(110, 123, 79, .15);
  --bs-accordion-active-bg: var(--cream);
  --bs-accordion-active-color: var(--ink);
  --bs-accordion-btn-color: var(--ink);
}

.accordion-button {
  font-weight: 600;
}

.cta-band {
  background: linear-gradient(120deg, #2E2B22, #4A5436);
  color: #fff;
}

.site-footer {
  background: #23211a;
  color: #9b9482;
}

.site-footer a {
  color: #a39c89;
  text-decoration: none;
  transition: color .18s;
}

.site-footer a:hover {
  color: var(--gold);
}

.site-footer h5 {
  color: #fff;
  font-size: .8rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: .6rem;
  background: rgba(255, 255, 255, .06);
  color: #cfc8b6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-social a:hover {
  background: var(--gold);
  color: var(--ink);
}

.footer-cta {
  background: #2c291f;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 1rem;
}

svg.ic {
  vertical-align: -.15em;
}

.hero-title {
  font-size: clamp(3rem, 6.6vw, 5.1rem);
  line-height: 1.02;
  font-weight: 400;
}

.hero .lead {
  font-size: 1.18rem;
}

.hero-stats {
  display: flex;
  gap: 2.6rem;
  flex-wrap: wrap;
}

.hero-stats>div b {
  display: block;
  font-family: 'DM Serif Display', serif;
  font-size: 2.1rem;
  line-height: 1;
  color: #fff;
}

.hero-stats>div span {
  font-size: .75rem;
  color: rgba(255, 255, 255, .7);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.hero-land-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(255, 255, 255, .09);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  padding: 16px 18px;
  transition: background .2s, border-color .2s, transform .2s;
}
.hero-land-card:hover {
  background: rgba(255, 255, 255, .15);
  border-color: rgba(255, 255, 255, .3);
  transform: translateX(3px);
}
.hlc-label {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.hlc-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 4px;
  font-family: var(--serif, serif);
}
.hlc-loc {
  font-size: .75rem;
  color: rgba(255, 255, 255, .65);
  display: flex;
  align-items: center;
  gap: 3px;
}
.hlc-area {
  font-size: .72rem;
  color: rgba(255, 255, 255, .5);
  margin-top: 3px;
}
.hlc-arrow {
  flex-shrink: 0;
  color: rgba(255, 255, 255, .4);
  transition: color .2s;
}
.hero-land-card:hover .hlc-arrow { color: var(--gold); }
.hlc-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  font-size: .8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .55);
  text-decoration: none;
  transition: color .2s;
  padding: 2px 4px;
}
.hlc-more:hover { color: var(--gold); }

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 1.6rem;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .7);
  animation: heroBounce 2s infinite;
}

.hero-scroll:hover {
  color: #fff;
}

@keyframes heroBounce {

  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(9px);
  }
}

.btn-gold {
  background-image: linear-gradient(135deg, #C49B33, #8C6A1A);
  border: 0 !important;
  color: #fff !important;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(50, 35, 0, .35);
  box-shadow: 0 6px 18px rgba(120, 92, 26, .30);
}

.btn-gold:hover,
.btn-gold:focus {
  background-image: linear-gradient(135deg, #b58e2c, #7d5e16);
  color: #fff !important;
  box-shadow: 0 9px 24px rgba(120, 92, 26, .42);
}

.lcard {
  box-shadow: 0 10px 30px rgba(46, 43, 34, .06);
}

.lcard:hover {
  box-shadow: 0 30px 60px rgba(46, 43, 34, .18);
}

.sec-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}

.sec-eyebrow::before {
  content: '';
  width: 28px;
  height: 2px;
  background: var(--gold);
  display: inline-block;
}

.text-center .sec-eyebrow::after {
  content: '';
  width: 28px;
  height: 2px;
  background: var(--gold);
  display: inline-block;
}

.value-card {
  background: #fff;
  border: 1px solid var(--sand);
  border-radius: 1rem;
  padding: 1.8rem;
  height: 100%;
  transition: transform .3s, box-shadow .3s;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 48px rgba(46, 43, 34, .10);
}

.navbar.nav-main .navbar-brand {
  font-size: 1.05rem;
}

@media (max-width: 575px) {
  .hero {
    background-attachment: scroll;
  }

  .hero-stats {
    gap: 1.6rem;
  }
}

.page-hero {
  position: relative;
  padding: 9rem 0 4rem;
  text-align: center;
  color: #fff;
  background: linear-gradient(rgba(28, 26, 19, .6), rgba(28, 26, 19, .78)), url('/assets/img/hero.webp') center/cover no-repeat;
}

.page-hero h1 {
  font-size: clamp(2.4rem, 4.6vw, 3.6rem);
  color: #fff;
}

.page-hero .lead {
  color: rgba(255, 255, 255, .85);
}

.page-hero .crumb {
  display: flex;
  gap: .5rem;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  color: rgba(255, 255, 255, .75);
  margin-top: .7rem;
}

.page-hero .crumb a {
  color: rgba(255, 255, 255, .8);
  text-decoration: none;
}

.page-hero .crumb a:hover {
  color: #fff;
}

.page-hero .crumb .active {
  color: var(--gold);
}

.filter-card {
  background: #fff;
  border: 1px solid var(--sand);
  border-radius: 1rem;
  padding: 1.5rem;
  position: sticky;
  top: 90px;
  box-shadow: 0 10px 30px rgba(46, 43, 34, .05);
}

.filter-card .form-label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: var(--mute);
}

.filter-card .form-control,
.filter-card .form-select {
  border-color: var(--sand);
  background: #faf8f2;
}

.filter-card .form-control:focus,
.filter-card .form-select:focus {
  border-color: var(--olive);
  box-shadow: 0 0 0 .2rem rgba(110, 123, 79, .15);
}

.detail-gallery img {
  width: 100%;
  border-radius: .9rem;
  object-fit: cover;
  display: block;
}

.detail-main {
  height: 440px;
}

.detail-thumb {
  height: 210px;
}

/* Video elements have a more specific height rule below; keep gallery slots fixed. */
.gal-trigger video.detail-main {
  height: 440px;
}

.gal-trigger video.detail-thumb {
  height: 210px;
}

.gal-trigger {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  margin: 0;
  background: none;
  position: relative;
  cursor: pointer;
  border-radius: .9rem;
  overflow: hidden;
}

.gal-trigger img {
  border-radius: .9rem;
  transition: transform .45s ease;
}

.gal-trigger video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .9rem;
  display: block;
  background: #171612;
}

.media-video-ui {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.media-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  background: rgba(24, 22, 17, .66);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .24);
}

.media-video-play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
}

.media-video-label {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #fff;
  background: rgba(24, 22, 17, .72);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.gal-trigger:hover img {
  transform: scale(1.05);
}

.detail-cover-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  padding: 6px 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--gold);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
}

.detail-cover-tag + .gal-zoom {
  top: 58px;
}

.gal-trigger::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(46, 43, 34, 0);
  transition: background .25s ease;
  border-radius: .9rem;
}

.gal-trigger:hover::after {
  background: rgba(46, 43, 34, .14);
}

.gal-zoom {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity .25s ease, transform .25s ease;
  z-index: 2;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
}

.gal-trigger:hover .gal-zoom {
  opacity: 1;
  transform: translateY(0);
}

.gal-more {
  position: absolute;
  inset: 0;
  background: rgba(46, 43, 34, .62);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border-radius: .9rem;
  z-index: 2;
  transition: background .25s ease;
}

.gal-more span {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
}

.gal-more small {
  font-size: .72rem;
  letter-spacing: .5px;
  text-transform: uppercase;
  opacity: .9;
}

.gal-trigger:hover .gal-more {
  background: rgba(46, 43, 34, .72);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(22, 20, 15, .94);
  opacity: 0;
  visibility: hidden;
  transition: opacity .28s ease, visibility .28s ease;
}

.lightbox.open {
  opacity: 1;
  visibility: visible;
}

.lb-stage {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 72px 8px;
  box-sizing: border-box;
}

.lb-img {
  max-width: 90vw;
  max-height: 76vh;
  object-fit: contain;
  border-radius: .5rem;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .5);
  background: #1a1812;
}

.lb-video {
  display: block;
  width: 100%;
  max-height: 76vh;
  border-radius: .5rem;
  background: #1a1812;
}

.lb-video-shell {
  position: relative;
  width: min(90vw, 1180px);
  max-height: 80vh;
  border-radius: .6rem;
  background: #11100d;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .5);
  overflow: hidden;
}

.lb-video-shell::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 116px;
  pointer-events: none;
  background: linear-gradient(transparent, rgba(8, 8, 7, .72));
}

.lb-media-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 5px 9px;
  border-radius: 999px;
  color: #fff;
  background: rgba(24, 22, 17, .78);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.lb-video-controls {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  padding: 6px 9px;
  color: #fff;
  background: rgba(23, 22, 19, .78);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .28);
  backdrop-filter: blur(16px) saturate(125%);
}

.lb-vp-btn {
  flex: 0 0 auto;
  min-width: 29px;
  height: 28px;
  padding: 0 6px;
  border: 0;
  border-radius: 7px;
  color: #eee;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.lb-vp-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, .14);
  transform: translateY(-1px);
}

.lb-vp-skip {
  min-width: 34px;
  color: #ddd;
  background: transparent;
  font-size: 10px;
  font-weight: 700;
}

.lb-vp-progress {
  flex: 1 1 auto;
  min-width: 80px;
  accent-color: var(--gold);
  cursor: pointer;
}

.lb-vp-progress::-webkit-slider-runnable-track {
  height: 3px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .28);
}

.lb-vp-progress::-webkit-slider-thumb {
  width: 11px;
  height: 11px;
  margin-top: -4px;
}

.lb-vp-time {
  flex: 0 0 auto;
  min-width: 68px;
  color: #d8d1c2;
  font-size: 11px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.lb-vp-volume {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 0 0 84px;
}

.lb-vp-volume input {
  width: 58px;
  accent-color: var(--gold);
}

.lb-vp-speed {
  height: 28px;
  padding: 0 4px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 5px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  font-size: 11px;
}

.lb-video-shell:fullscreen {
  width: 100vw;
  max-height: 100vh;
  border-radius: 0;
}

.lb-video-shell:fullscreen .lb-video-controls {
  left: 24px;
  right: 24px;
  bottom: 20px;
}

.lb-video-shell:fullscreen .lb-video {
  max-height: 100vh;
}

.lb-close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
  z-index: 3;
}

.lb-close:hover {
  background: var(--gold);
  color: #fff;
}

.lb-nav {
  position: absolute;
  top: calc(50% - 30px);
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  padding: 0 0 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease;
  z-index: 3;
}

.lb-nav:hover {
  background: var(--gold);
}

.lb-prev { left: 20px; }
.lb-next { right: 20px; }

.lb-counter {
  color: #e8e2d2;
  font-size: .92rem;
  letter-spacing: 1px;
  padding: 4px 0 10px;
}

.lb-counter .lb-cur {
  color: var(--gold);
  font-weight: 700;
}

.lb-thumbs {
  display: flex;
  gap: 8px;
  max-width: 92vw;
  overflow-x: auto;
  padding: 6px 4px 22px;
  scrollbar-width: thin;
}

.lb-thumbs img,
.lb-thumbs video {
  width: 78px;
  height: 52px;
  object-fit: cover;
  border-radius: .35rem;
  cursor: pointer;
  opacity: .5;
  border: 2px solid transparent;
  transition: opacity .2s ease, border-color .2s ease;
  flex-shrink: 0;
}

.lb-thumbs img:hover,
.lb-thumbs video:hover {
  opacity: .85;
}

.lb-thumbs img.active,
.lb-thumbs video.active {
  opacity: 1;
  border-color: var(--gold);
}

.lb-thumb-media {
  position: relative;
  display: block;
  width: 78px;
  height: 52px;
  flex: 0 0 78px;
}

.lb-thumbs .lb-thumb-media video {
  width: 78px;
  height: 52px;
}

.lb-thumb-video-label {
  position: absolute;
  left: 4px;
  bottom: 4px;
  padding: 2px 4px;
  border-radius: 4px;
  color: #fff;
  background: rgba(0, 0, 0, .72);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  pointer-events: none;
}

@media (max-width: 700px) {
  .lb-video-controls { left: 8px; right: 8px; bottom: 8px; gap: 2px; padding: 5px 6px; }
  .lb-vp-volume { display: none; }
  .lb-vp-speed { display: none; }
  .lb-vp-time { min-width: 66px; font-size: 10px; }
}

@media (max-width: 575px) {
  .lb-stage { padding: 56px 58px 4px; }
  .lb-img { max-width: 100%; max-height: 72vh; }
  .lb-video-shell { width: 100%; max-width: 100%; max-height: 72vh; }
  .lb-nav { width: 42px; height: 42px; font-size: 1.9rem; }
  .lb-nav { top: calc(50% - 26px); }
  .lb-prev { left: 8px; }
  .lb-next { right: 8px; }
}

.detail-info dt {
  color: var(--mute);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 700;
}

.detail-info dd {
  font-weight: 600;
  margin-bottom: 1rem;
}

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

.feature-check li {
  display: flex;
  gap: .6rem;
  align-items: flex-start;
  margin-bottom: .65rem;
}

.feature-check li svg {
  color: var(--olive);
  flex: none;
  margin-top: .15rem;
}

.contact-card {
  background: #fff;
  border: 1px solid var(--sand);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(46, 43, 34, .05);
}

.contact-card .form-control,
.contact-card .form-select {
  border-color: var(--sand);
}

.contact-card .form-control:focus,
.contact-card .form-select:focus {
  border-color: var(--olive);
  box-shadow: 0 0 0 .2rem rgba(110, 123, 79, .15);
}

.contact-info-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.4rem;
}

.contact-info-item .ci-ic {
  width: 46px;
  height: 46px;
  border-radius: .7rem;
  background: rgba(110, 123, 79, .1);
  color: var(--olive);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.feature-img-lg {
  min-height: 420px;
  border-radius: 1rem;
  background-size: cover;
  background-position: center;
  box-shadow: 0 24px 60px rgba(46, 43, 34, .16);
}

.contact-land-list {
  border: 1px solid var(--bs-border-color);
  border-radius: .5rem;
  max-height: 220px;
  overflow-y: auto;
  padding: 4px 0;
}
.contact-land-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  cursor: pointer;
  transition: background .15s;
  font-size: .95rem;
}
.contact-land-item:hover { background: #f5f5f0; }
.contact-land-item input[type=checkbox] { flex-shrink: 0; width: 16px; height: 16px; accent-color: var(--terra, #8C4A2F); cursor: pointer; }

.contact-land-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--line, #e6e0d0);
  border-radius: 12px;
  padding: 14px 16px;
  color: var(--ink);
  transition: box-shadow .18s, transform .18s;
}
.contact-land-card:hover {
  box-shadow: 0 4px 18px rgba(0,0,0,.1);
  transform: translateY(-2px);
  color: var(--ink);
}
.clc-title {
  font-weight: 700;
  font-size: 14.5px;
  margin-bottom: 4px;
}
.clc-loc {
  font-size: 12.5px;
  color: var(--muted, #777);
  display: flex;
  align-items: center;
  gap: 4px;
}
.clc-arrow {
  color: var(--terra, #8C4A2F);
  flex-shrink: 0;
}

.contact-map-section {
  position: relative;
  margin-top: 1rem;
}

.contact-map {
  display: block;
  width: 100%;
  height: 345px;
  border: 0;
  border-top: 1px solid var(--sand);
  filter: saturate(.92);
}

.contact-map-link {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  background: #fff;
  color: var(--oliveD);
  font-weight: 600;
  font-size: .82rem;
  padding: .45rem .8rem;
  border-radius: .5rem;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
}

.contact-map-link:hover {
  color: var(--ink);
}

@media (max-width: 575.98px) {
  .contact-map {
    height: 255px;
  }
}

.hero-form {
  background: #fff;
  border-radius: 1.1rem;
  padding: 1.7rem 1.6rem;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .35);
  color: var(--ink);
}

.hero-form-title {
  font-family: 'DM Serif Display', serif;
  font-size: 1.65rem;
  color: var(--ink);
  line-height: 1.1;
}

.hero-form-sub {
  color: var(--mute);
  font-size: .92rem;
}

.hero-form .form-control {
  border-color: var(--sand);
  background: #faf8f2;
}

.hero-form .form-control:focus {
  border-color: var(--olive);
  box-shadow: 0 0 0 .2rem rgba(110, 123, 79, .18);
  background: #fff;
}

.hero-form-foot {
  font-size: .78rem;
  color: var(--mute);
  display: flex;
  align-items: center;
  gap: .4rem;
}

.hero-form-foot svg {
  color: var(--olive);
  flex: none;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  background: #25D366;
  border: 0;
  color: #fff;
  font-weight: 600;
  padding: .6rem 1rem;
  border-radius: .6rem;
  transition: background .18s, transform .18s;
}

.btn-whatsapp:hover {
  background: #1ebe5b;
  color: #fff;
  transform: translateY(-1px);
}

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

.expect-list li {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  margin-bottom: .55rem;
  color: #5a564a;
  font-size: .94rem;
}

.expect-list li svg {
  color: var(--olive);
  flex: none;
  margin-top: 2px;
}

.contact-social .csoc {
  width: 42px;
  height: 42px;
  border-radius: .6rem;
  border: 1px solid var(--sand);
  color: var(--oliveD);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .18s, color .18s, border-color .18s;
}

.contact-social .csoc:hover {
  background: var(--olive);
  color: #fff;
  border-color: var(--olive);
}

.cm-quick {
  display: flex;
  flex-direction: column;
  gap: .6rem;
}

.cm-quick-item {
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .7rem .8rem;
  border: 1px solid var(--sand);
  border-radius: .7rem;
  color: var(--ink);
  text-decoration: none;
  transition: border-color .18s, background .18s;
}

.cm-quick-item:hover {
  border-color: var(--olive);
  background: #faf8f2;
  color: var(--ink);
}

.cm-quick-item svg {
  color: var(--olive);
  flex: none;
}

.cm-quick-item span {
  display: block;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--mute);
}

.cm-quick-item b {
  font-size: .9rem;
  word-break: break-word;
}

.cm-hours {
  display: flex;
  align-items: center;
  gap: .45rem;
  margin-top: 1rem;
  font-size: .82rem;
  color: var(--mute);
}

.cm-hours svg {
  color: var(--olive);
  flex: none;
}

.blog-card {
  background: #fff;
  border: 1px solid var(--sand);
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 10px 30px rgba(46, 43, 34, .06);
  transition: transform .3s, box-shadow .3s;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 55px rgba(46, 43, 34, .16);
}

.blog-card-media {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: var(--cream);
}

.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}

.blog-card:hover .blog-card-media img {
  transform: scale(1.06);
}

.blog-card-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--olive);
  background: linear-gradient(135deg, #eef0e6, #e3e6d4);
}

.blog-card-cat {
  position: absolute;
  top: .8rem;
  left: .8rem;
  background: rgba(255, 255, 255, .95);
  color: var(--ink);
  font-size: .72rem;
  font-weight: 700;
  padding: .25rem .7rem;
  border-radius: 2rem;
}

.blog-card-body {
  padding: 1.2rem 1.3rem 1.4rem;
}

.blog-card-meta {
  color: var(--mute);
  font-size: .8rem;
  font-weight: 600;
  margin-bottom: .4rem;
}

.blog-card-title {
  font-family: 'DM Serif Display', serif;
  font-size: 1.25rem;
  margin-bottom: .5rem;
  line-height: 1.25;
}

.blog-card-excerpt {
  color: var(--mute);
  font-size: .9rem;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .6rem;
}

.blog-pagination,
.a-pagination {
  display: flex;
  gap: .4rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.blog-pagination a {
  min-width: 40px;
  height: 40px;
  padding: 0 .8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sand);
  border-radius: .5rem;
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
}

.blog-pagination a:hover {
  background: var(--cream);
}

.blog-pagination a.current {
  background: var(--oliveD);
  color: #fff;
  border-color: var(--oliveD);
}

.blog-hero h1 {
  max-width: 14em;
  margin-left: auto;
  margin-right: auto;
}

.blog-byline {
  display: flex;
  gap: .6rem;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, .85);
  font-size: .92rem;
  margin-top: .8rem;
}

.blog-byline a {
  color: var(--gold);
  text-decoration: none;
}

.blog-cover {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0 24px 60px rgba(46, 43, 34, .16);
}

.blog-article {
  font-size: 1.06rem;
  line-height: 1.85;
  color: #3a3729;
}

.blog-article h2 {
  font-size: 1.7rem;
  margin: 2rem 0 .8rem;
}

.blog-article h3 {
  font-size: 1.35rem;
  margin: 1.6rem 0 .6rem;
}

.blog-article p {
  margin-bottom: 1.1rem;
}

.blog-article img {
  border-radius: .8rem;
  margin: 1rem 0;
}

.blog-article ul,
.blog-article ol {
  margin: 0 0 1.1rem 1.2rem;
}

.blog-article a {
  color: var(--oliveD);
  text-underline-offset: 3px;
}

.blog-article blockquote {
  border-left: 4px solid var(--gold);
  background: var(--cream);
  padding: 1rem 1.3rem;
  border-radius: .5rem;
  margin: 1.3rem 0;
  color: #4a4636;
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.blog-tag {
  background: var(--cream);
  border: 1px solid var(--sand);
  color: var(--oliveD);
  font-size: .8rem;
  font-weight: 600;
  padding: .25rem .7rem;
  border-radius: 2rem;
}

.blog-author-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--cream);
  border: 1px solid var(--sand);
  border-radius: 1rem;
  padding: 1.2rem 1.4rem;
}

.blog-author-box .region-mono {
  margin: 0;
  width: 52px;
  height: 52px;
}

.error-hero {
  text-align: center;
}

.error-code {
  font-size: clamp(5rem, 16vw, 10rem);
  line-height: .9;
  color: var(--gold);
  letter-spacing: 2px;
  text-shadow: 0 14px 40px rgba(0, 0, 0, .4);
}

.error-search {
  display: flex;
  align-items: center;
  gap: .5rem;
  max-width: 540px;
  background: #fff;
  border-radius: 999px;
  padding: .4rem .4rem .4rem 1.1rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .3);
}

.error-search .es-ic {
  color: var(--olive);
  display: flex;
}

.error-search input {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: inherit;
  font-size: 1rem;
  color: var(--ink);
  min-width: 0;
}

.error-search .btn {
  border-radius: 999px;
  white-space: nowrap;
}

.error-links a {
  border-color: rgba(255, 255, 255, .35);
}

@media (max-width: 575.98px) {
  .error-search {
    border-radius: 1rem;
    flex-wrap: wrap;
    padding: .8rem;
  }

  .error-search input {
    flex: 1 1 100%;
    padding: .3rem .4rem;
  }

  .error-search .btn {
    flex: 1 1 100%;
  }
}

.contact-modal {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 40px 90px rgba(20, 18, 12, .4);
}

.contact-modal .modal-header {
  padding: 1.4rem 1.5rem 0;
}

.contact-modal .modal-body {
  padding: 1rem 1.5rem 1.5rem;
}

.contact-modal .form-control,
.contact-modal .form-select {
  border-color: var(--sand);
  background-color: #faf8f2;
}

.contact-modal .form-control:focus,
.contact-modal .form-select:focus {
  border-color: var(--olive);
  box-shadow: 0 0 0 .2rem rgba(110, 123, 79, .15);
  background-color: #fff;
}

.contact-modal .modal-title {
  font-size: 1.5rem;
}

@media (max-width: 991.98px) {

  
  .navbar.nav-main,
  .navbar.nav-main.scrolled {
    background: rgba(35, 33, 26, .97);
    backdrop-filter: blur(10px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, .18);
    transition: none;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .navbar.nav-main .navbar-brand img,
  .navbar.nav-main.scrolled .navbar-brand img {
    transition: none;
    width: 46px;
    height: 46px;
  }

  
  .navbar.nav-main .navbar-collapse {
    background: rgba(30, 28, 21, .98);
    backdrop-filter: blur(12px);
    margin-top: .7rem;
    padding: .6rem .9rem 1rem;
    border-radius: .9rem;
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 22px 55px rgba(0, 0, 0, .35);
  }

  .navbar.nav-main .navbar-nav {
    gap: .1rem;
  }

  .navbar.nav-main .nav-item {
    width: 100%;
  }

  .navbar.nav-main .nav-link {
    padding: .7rem .3rem;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
  }

  .navbar.nav-main .nav-item:last-child {
    border-bottom: 0;
  }

  
  .navbar.nav-main .nav-item .btn-gold {
    display: block;
    width: 100%;
    margin-top: .7rem;
    text-align: center;
  }

  .navbar.nav-main .navbar-brand img {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 575.98px) {
  .btn {
    padding: .6rem 1.05rem;
    font-size: .92rem;
  }

  .btn-lg {
    padding: .72rem 1.2rem;
    font-size: .98rem;
  }

  
  .hero-actions,
  .page-actions {
    width: 100%;
  }

  .hero-actions .btn,
  .page-actions .btn {
    flex: 1 1 auto;
    text-align: center;
  }

  .hero-stats {
    gap: 1.4rem;
  }

  .section {
    padding: 3.4rem 0;
  }

  .footer-cta {
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 1.4rem;
  }

  .footer-cta > div:first-child {
    width: 100%;
  }

  .footer-cta .d-flex {
    width: 100%;
    justify-content: center;
  }

  .footer-cta .btn {
    flex: 0 1 auto;
    min-width: 140px;
  }
}

.spotlightSwiper {
  overflow: hidden;
  padding-bottom: .5rem;
}

.spotlightSwiper .swiper-slide {
  height: auto;
}

.spotlight-nav {
  display: flex;
  gap: .5rem;
}

.spot-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sand);
  background: #fff;
  color: var(--oliveD);
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s, transform .2s;
}

.spot-btn:hover {
  background: var(--oliveD);
  color: #fff;
  border-color: var(--oliveD);
  transform: translateY(-2px);
}

.spot-btn:disabled,
.spot-btn.swiper-button-disabled {
  opacity: .35;
  cursor: default;
  transform: none;
  pointer-events: none;
}

.spotlightSwiper .swiper-pagination {
  position: static;
  margin-top: 1.6rem;
}

.spotlightSwiper .swiper-pagination-bullet {
  background: var(--olive);
  opacity: .35;
  width: 9px;
  height: 9px;
  transition: opacity .2s, width .2s;
}

.spotlightSwiper .swiper-pagination-bullet-active {
  background: var(--gold);
  opacity: 1;
  width: 26px;
  border-radius: 6px;
}

@media (max-width: 575.98px) {
  .spotlight-nav {
    display: none;
  }
}

.region-soon {
  display: inline-block;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .3px;
  color: var(--gold);
  background: rgba(183, 154, 82, .12);
  border: 1px solid rgba(183, 154, 82, .3);
  padding: .15rem .7rem;
  border-radius: 2rem;
}

.regionSwiper {
  overflow: hidden;
  padding-bottom: .5rem;
}

.regionSwiper .swiper-slide {
  height: auto;
}

.regionSwiper .value-card {
  height: 100%;
}

.regionSwiper .swiper-pagination {
  position: static;
  margin-top: 1.4rem;
}

.regionSwiper .swiper-pagination-bullet {
  background: var(--olive);
  opacity: .35;
  width: 9px;
  height: 9px;
  transition: opacity .2s, width .2s;
}

.regionSwiper .swiper-pagination-bullet-active {
  background: var(--gold);
  opacity: 1;
  width: 26px;
  border-radius: 6px;
}

.region-block {
  padding: 2.4rem 0;
}

.land-nav {
  display: flex;
  gap: .5rem;
}

.landSwiper {
  overflow: hidden;
  padding-bottom: .5rem;
}

.landSwiper .swiper-slide {
  height: auto;
}

.landSwiper .swiper-pagination {
  position: static;
  margin-top: 1.4rem;
}

.landSwiper .swiper-pagination-bullet {
  background: var(--olive);
  opacity: .35;
  width: 9px;
  height: 9px;
  transition: opacity .2s, width .2s;
}

.landSwiper .swiper-pagination-bullet-active {
  background: var(--gold);
  opacity: 1;
  width: 26px;
  border-radius: 6px;
}

@media (max-width: 767.98px) {
  .spotlight-img {
    min-height: 280px;
  }
}

@media (max-width: 575.98px) {
  .spotlight-img {
    min-height: 210px;
  }
}

.land-map {
  height: 420px;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--sand);
  box-shadow: 0 14px 40px rgba(46, 43, 34, .10);
  z-index: 0;
}

.land-map .leaflet-container {
  font-family: inherit;
}

@media (max-width: 575.98px) {
  .land-map {
    height: 320px;
  }
}

@media (max-width: 991.98px) {
  .navbar.nav-main .navbar-brand {
    margin-left: 28px;
  }
}

@media (max-width: 767.98px) {
  .row.g-5 {
    --bs-gutter-x: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero h1 {
    font-size: 2.1rem;
  }

  .hero .lead {
    font-size: 1rem;
  }
}

.model-compare-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mc-card {
  border: 1px solid var(--sand);
  border-radius: .75rem;
  overflow: hidden;
  background: #fff;
}

.mc-card-title {
  background: var(--ink);
  color: #fff;
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  font-size: 1rem;
  padding: .8rem 1rem;
}

.mc-card-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: .65rem 1rem;
  border-bottom: 1px solid var(--sand);
  font-size: .88rem;
}

.mc-card-row:last-child {
  border-bottom: 0;
}

.mc-card-model {
  color: var(--oliveD);
  font-weight: 700;
  flex-shrink: 0;
}

.mc-card-value {
  color: #5a564a;
  text-align: right;
}
