.gr-shell {
  background: var(--mirka-bg);
  color: var(--mirka-text);
  min-height: 100vh;
  padding-bottom: 60px;
}
.gr-hero-inner,
.gr-container {
  max-width: 1400px;
  margin: 0 auto;
}
.gr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 10px;
  border: 2px solid var(--mirka-accent);
  background: var(--mirka-accent);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: .2s ease;
}
.gr-btn:hover {
  background: #3aa999;
  border-color: #3aa999;
}
.gr-btn.gr-btn-secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.35);
}
.gr-btn.gr-btn-secondary:hover {
  border-color: rgba(255,255,255,.6);
  background: rgba(255,255,255,.08);
}
.gr-container {
  padding: 0 20px;
}
.gr-section {
  margin-top: 28px;
  background: #fff;
  border: 1px solid var(--mirka-border);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, .04);
}
.gr-section-cards {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.gr-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef2f7;
}
.gr-section-cards .gr-section-head {
  margin-bottom: 16px;
}
.gr-section-head h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--mirka-primary);
  line-height: 1.1;
  letter-spacing: -.02em;
}
.gr-section-head p {
  color: var(--mirka-text-muted);
  font-size: 14px;
  font-weight: 500;
}
.gr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 18px;
}
.gr-card {
  display: block;
  color: inherit;
  text-decoration: none;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 6px 18px rgba(15,23,42,.08);
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}
.gr-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(15,23,42,.12);
}
.gr-card-media {
  position: relative;
  aspect-ratio: 4/3;
  background: #e5e7eb;
  overflow: hidden;
}
.gr-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gr-card-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 14px;
  background: linear-gradient(180deg, rgba(15,23,42,0) 0%, rgba(15,23,42,.78) 72%, rgba(15,23,42,.88) 100%);
  color: #fff;
}
.gr-card-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(68,187,170,.16);
  border: 1px solid rgba(68,187,170,.5);
  color: #dffbf6;
  font-size: 12px;
  font-weight: 700;
}
.gr-card-price {
  margin-top: 8px;
  font-weight: 700;
  line-height: 1.25;
  font-size: 16px;
}
.gr-card-body {
  padding: 16px;
}
.gr-card-body h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--mirka-primary);
  margin-bottom: 8px;
}
.gr-card-address {
  color: var(--mirka-text-muted);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.gr-card-facts {
  display: grid;
  gap: 6px;
  list-style: none;
}
.gr-card-facts li {
  min-height: 34px;
  border: 1px solid #e8edf4;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  background: #f8fbff;
}
.gr-project-hero {
  position: relative;
  min-height: 420px;
  padding: 150px 20px 28px;
  overflow: hidden;
  background: #111827;
  margin-bottom: 18px;
}
.gr-project-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gr-project-hero-content {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  color: #fff;
}
.gr-back {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  opacity: .92;
  display: inline-block;
  margin-bottom: 12px;
}
.gr-back:hover {
  opacity: 1;
  text-decoration: underline;
}
.gr-project-hero-content h1 {
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.02em;
  margin-bottom: 14px;
  max-width: 900px;
}
.gr-stats {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.gr-stat {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.gr-gallery {
  padding: 0;
}
.gr-gallery-main {
  position: relative;
  width: 100%;
  height: clamp(320px, 52vw, 640px);
  max-height: 640px;
  border-radius: 14px;
  overflow: hidden;
  background: #e5e7eb;
  border: 1px solid var(--mirka-border);
}
.gr-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gr-gallery-title {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 2px 12px rgba(15, 23, 42, .55);
  max-width: calc(100% - 108px);
}
.gr-gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,.92);
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(15,23,42,.18);
  font-size: 28px;
  line-height: 1;
  transition: .2s ease;
}
.gr-gallery-nav:hover {
  background: #fff;
}
.gr-gallery-nav.prev {
  left: 12px;
}
.gr-gallery-nav.next {
  right: 12px;
}
.gr-gallery-nav[disabled] {
  opacity: .35;
  cursor: default;
}
.gr-thumbs {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}
.gr-thumbs::-webkit-scrollbar {
  height: 6px;
}
.gr-thumbs::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 4px;
}
.gr-thumbs::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
.gr-thumb {
  flex: 0 0 120px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  background: #f8fafc;
  cursor: pointer;
  padding: 0;
}
.gr-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gr-thumb:hover,
.gr-thumb.active {
  border-color: var(--mirka-accent);
}
.gr-rich {
  color: #334155;
  line-height: 1.65;
  font-size: 15px;
}
.gr-rich p {
  margin: 0 0 10px;
}
.gr-rich ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.gr-rich li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
}
.gr-rich li img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex: 0 0 24px;
  margin-top: 1px;
}
.gr-feature-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  margin-top: 1px;
}
.gr-feature-list li.is-gr-feature-strike-text {
  text-decoration-line: line-through;
  text-decoration-thickness: 1.5px;
  text-decoration-color: currentColor;
  opacity: 0.8;
}
.gr-feature-list li.is-gr-feature-strike-text * {
  text-decoration-line: line-through !important;
}
.gr-feature-list li.is-gr-feature-strike-text > .gr-feature-icon,
.gr-feature-list li.is-gr-feature-strike-text > .gr-feature-icon * {
  text-decoration-line: none !important;
}
.gr-feature-list li.is-gr-feature-strike-icon > .gr-feature-icon {
  position: relative;
  opacity: 0.65;
}
.gr-feature-list li.is-gr-feature-strike-icon > .gr-feature-icon::after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: 50%;
  border-top: 1.5px solid currentColor;
  transform: rotate(-8deg);
  transform-origin: center;
  opacity: 0.9;
}
.pp-amenity .is-gr-feature-strike-text-part {
  text-decoration-line: line-through;
  text-decoration-thickness: 1.5px;
  text-decoration-color: currentColor;
  opacity: 0.8;
}
.pp-amenity .is-gr-feature-strike-icon-part {
  position: relative;
  opacity: 0.65;
}
.pp-amenity .is-gr-feature-strike-icon-part::after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: 50%;
  border-top: 1.5px solid currentColor;
  transform: rotate(-8deg);
  transform-origin: center;
  opacity: 0.9;
}
.gr-rich li svg {
  width: 16px;
  height: 16px;
  display: block;
}
.gr-rich table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  display: block;
  overflow-x: auto;
}
.gr-rich tbody {
  width: 100%;
}
.gr-rich tr {
  border-bottom: 1px solid #eef2f7;
}
.gr-rich td {
  padding: 8px 10px;
  vertical-align: top;
  min-width: 140px;
  font-size: 14px;
  line-height: 1.45;
}
.gr-rich td:first-child {
  color: #475569;
  font-weight: 600;
  width: 38%;
}
.gr-units-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 14px;
}
.gr-unit-card {
  border: 1px solid var(--mirka-border);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}
.gr-unit-head {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 12px;
  padding: 12px;
  border-bottom: 1px solid #eef2f7;
  align-items: center;
}
.gr-unit-thumb {
  width: 96px;
  height: 72px;
  border-radius: 10px;
  background: #e5e7eb;
  overflow: hidden;
}
.gr-unit-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gr-unit-head h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--mirka-primary);
  line-height: 1.15;
}
.gr-unit-table {
  padding: 10px 12px 12px;
}
.gr-location-layout {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 16px;
  align-items: start;
}
.gr-location-side {
  display: grid;
  gap: 12px;
}
.gr-map-image,
.gr-map-embed {
  border: 1px solid var(--mirka-border);
  border-radius: 12px;
  overflow: hidden;
  background: #f8fafc;
}
.gr-map-image img {
  width: 100%;
  display: block;
  height: auto;
}
.gr-map-embed iframe {
  width: 100%;
  min-height: 300px;
  border: 0;
  display: block;
}
.gr-updates-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}
.gr-update-card {
  border: 1px solid var(--mirka-border);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.gr-update-media {
  aspect-ratio: 4/3;
  background: #e5e7eb;
}
.gr-update-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gr-update-card p {
  padding: 10px 12px 12px;
  font-size: 14px;
  line-height: 1.45;
  color: #334155;
  font-weight: 500;
}
.gr-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
}
.gr-related-card {
  display: block;
  color: inherit;
  text-decoration: none;
  border: 1px solid var(--mirka-border);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.gr-related-media {
  aspect-ratio: 4/3;
  background: #e5e7eb;
}
.gr-related-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gr-related-body {
  padding: 10px 12px 12px;
}
.gr-related-body h3 {
  font-size: 17px;
  line-height: 1.2;
  color: var(--mirka-primary);
  margin-bottom: 6px;
  font-weight: 700;
}
.gr-related-body p {
  color: var(--mirka-text-muted);
  font-size: 13px;
  line-height: 1.45;
}
.gr-empty {
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  padding: 16px;
  color: #64748b;
  font-weight: 500;
  background: #f8fafc;
}
@media (max-width: 1285px) {
  .gr-project-hero { margin-top: 120px; }
}
@media (max-width: 960px) {
  .gr-project-hero { margin-top: 114px; padding-top: 124px; }
      .gr-location-layout {
    grid-template-columns: 1fr;
  }
  .gr-units-grid {
    grid-template-columns: 1fr;
  }
  .gr-section-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 640px) {
  .gr-container {
    padding: 0 12px;
  }
  .gr-section {
    padding: 14px;
    margin-top: 18px;
  }
  .gr-project-hero {
    padding-left: 12px;
    padding-right: 12px;
    min-height: 360px;
  }
  .gr-section-head h2 {
    font-size: 22px;
  }
  .gr-updates-grid,
  .gr-related-grid {
    grid-template-columns: 1fr;
  }
  .gr-gallery-main {
    height: clamp(220px, 62vw, 340px);
    max-height: 340px;
    border-radius: 12px;
  }
  .gr-gallery-title {
    top: 10px;
    left: 10px;
    font-size: 16px;
    max-width: calc(100% - 92px);
  }
  .gr-gallery-nav {
    width: 38px;
    height: 38px;
    font-size: 24px;
  }
  .gr-gallery-nav.prev {
    left: 8px;
  }
  .gr-gallery-nav.next {
    right: 8px;
  }
  .gr-thumbs {
    gap: 8px;
    margin-top: 10px;
  }
  .gr-thumb {
    flex-basis: 92px;
    height: 64px;
    border-radius: 8px;
  }
      .gr-unit-head {
    grid-template-columns: 76px 1fr;
    gap: 10px;
  }
  .gr-unit-thumb {
    width: 76px;
    height: 60px;
  }
  .gr-rich td {
    min-width: 110px;
    padding: 7px 8px;
    font-size: 13px;
  }
}

@media (max-width: 900px) {
  .mirka-communities-overlay .mc-card::after {
    opacity: 0;
  }

  .mirka-communities-overlay .mc-card .mc-card-body .mc-card-title {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: clamp(22px, 3.2vw, 32px);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.02em;
  }
}

.mirka-communities-overlay .mc-card-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(230, 184, 140, 0.9);
  background: rgba(255, 250, 244, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #d59b67;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.mirka-communities-overlay .mc-card-badge.is-sold-out {
  color: #c47b52;
  border-color: rgba(217, 156, 115, 0.92);
  background: rgba(255, 248, 240, 0.97);
}

.mirka-communities-overlay .mc-card-badge.is-coming-soon {
  color: #d59b67;
  border-color: rgba(230, 184, 140, 0.9);
  background: rgba(255, 250, 244, 0.96);
}

@media (max-width: 900px) {
  .mirka-communities-overlay .mc-card-badge {
    top: 14px;
    right: 14px;
    min-height: 40px;
    padding: 0 16px;
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .mirka-communities-overlay .mc-card-badge {
    top: 12px;
    right: 12px;
  }
}
