.offer-original { background: #fff; }
.original-building-map { padding: 0; overflow: hidden; background: #fff; }
.native-image-map { position: relative; width: 100%; line-height: 0; }
.native-image-map > img { width: 100%; height: auto; }
.map-shape { position: absolute; z-index: 2; display: block; cursor: pointer; outline: none; pointer-events: none; }
.map-shape > svg { width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.map-shape path, .map-shape polygon { fill: #8bd131; fill-opacity: 0; stroke: #89d723; stroke-opacity: 0; transition: fill-opacity .2s ease, stroke-opacity .2s ease; vector-effect: non-scaling-stroke; pointer-events: all; }
.map-shape:hover path, .map-shape:hover polygon, .map-shape.active path, .map-shape.active polygon, .map-shape:focus-visible path, .map-shape:focus-visible polygon { fill-opacity: .42; stroke-opacity: 1; stroke-width: 2px; }
.original-floor-section .map-shape path, .original-floor-section .map-shape polygon { fill-opacity: .2; stroke-opacity: .18; }
.original-floor-section .map-shape:hover path, .original-floor-section .map-shape:hover polygon, .original-floor-section .map-shape.active path, .original-floor-section .map-shape.active polygon { fill-opacity: .62; stroke: #111; stroke-opacity: 1; }
.map-tooltip { position: absolute; z-index: 5; left: 50%; bottom: calc(100% + 13px); width: max-content; max-width: 260px; padding: 12px 14px; border-radius: 0; background: #000; color: #fff; font-family: Poppins, sans-serif; font-size: 14px; line-height: 1.5; opacity: 0; visibility: hidden; transform: translate(-50%, 6px); pointer-events: none; transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.map-tooltip::after { content: ""; position: absolute; top: 100%; left: 50%; border: 7px solid transparent; border-top-color: #000; transform: translateX(-50%); }
.map-tooltip strong { font-size: 18px; }
.map-tooltip span { color: #9e9e9e; }
.tooltip-status { color: #8bd131; }
.map-shape:hover .map-tooltip, .map-shape.active .map-tooltip, .map-shape:focus-visible .map-tooltip { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.original-floor-grid { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
.original-floor-section:nth-of-type(even) .floor-plan-col { order: 2; }
.original-floor-section:nth-of-type(even) .floor-table-col { order: 1; }
.floor-plan-col { position: relative; display: flex; min-width: 0; align-items: center; justify-content: center; padding: 7.8rem 5rem 14rem; background: #fff; }
.floor-plan-col .native-image-map { max-width: 60rem; max-height: 60rem; }
.floor-compass { position: absolute; right: 5rem; bottom: 5rem; width: 40px; height: 40px; }
.floor-table-col { position: relative; display: flex; min-width: 0; flex-direction: column; align-items: flex-start; justify-content: center; padding: 7rem 5% 7rem 6rem; color: #fff; background: linear-gradient(rgba(104,168,36,.96), rgba(106,168,36,.93)), url('/assets/rezidence_susicka_hero-scaled.webp') center/cover no-repeat; }
.floor-heading { margin: 0 0 2rem; color: #fff; font-family: Sora, sans-serif; font-size: 5rem; line-height: 1.15; }
.floor-heading .smaller { display: inline-block; padding: .6rem 1rem; border-radius: .4rem; background: var(--primary-dark, #195710); color: #fff; font-size: 2rem; font-weight: 400; }
.mobile-heading { display: none; color: var(--heading, #111); }
.np-table { width: 100%; max-width: 100%; border-collapse: collapse; color: #fff; font-size: 1.45rem; }
.np-table th, .np-table td { padding: 10px; border: 0; border-bottom: 1px solid #fff; text-align: left; }
.np-table th { font-weight: 600; }
.np-table td { cursor: pointer; }
.np-table td a { display: block; color: inherit; }
.np-table th,.np-table td { white-space: nowrap; }
.np-table tr { transition: background-color .2s ease, color .2s ease; }
.np-table tbody tr.active, .np-table tbody tr:hover, .np-table tbody tr:focus { background: #fff; color: #000; outline: none; }
.np-table td[data-state="Volné"] span { padding: .4rem .8rem; border-radius: .4rem; background: var(--primary-dark, #195710); color: #fff; }
.np-table td[data-state="Rezervováno"] span { padding: .4rem .8rem; border-radius: .4rem; background: #eb9801; color: #fff; }
.np-table td[data-state="Prodané"] span { padding: .4rem .8rem; border-radius: .4rem; background: #d32f2f; color: #fff; }
.np-table td[data-state="Připravujeme"] span { padding: .4rem .8rem; border-radius: .4rem; background: var(--primary-dark, #195710); color: #fff; }
.np-table .price { min-width: 13rem; }
.np-table .icon { width: 42px; text-align: center; }
.np-table .icon a { display: inline-flex; align-items: center; justify-content: center; }
.np-table .icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.new-floor-map { max-width: 68rem !important; }
.new-floor-map > img { display: block; }
.new-floor-map .map-shape polygon { fill: #8bd131; }
@media (max-width: 991px) {
  .floor-heading { font-size: 4rem; }
  .np-table { max-width: 100%; font-size: 1.45rem; }
  .floor-plan-col { padding-inline: 3rem; }
  .floor-table-col { padding-left: 3.5rem; }
}
@media (max-width: 767px) {
  .original-floor-grid { grid-template-columns: 1fr; }
  .original-floor-section .floor-plan-col, .original-floor-section .floor-table-col { order: initial; }
  .original-floor-section:nth-of-type(even) .floor-plan-col, .original-floor-section:nth-of-type(even) .floor-table-col { order: initial; }
  .floor-plan-col { flex-direction: column; padding: 5rem 5% 7rem; text-align: center; }
  .floor-table-col { padding: 5rem 5%; }
  .floor-table-col .floor-heading { display: none; }
  .mobile-heading { display: block; margin-bottom: 4rem; color: var(--heading, #111); font-size: 3.2rem; }
  .mobile-heading .smaller { background: var(--primary, #8bd131); }
  .floor-compass { right: 2rem; bottom: 2rem; }
  .np-table { max-width: 100%; font-size: 1.3rem; }
  .np-table thead { display: none; }
  .np-table td { padding: 1.2rem .3rem; }
  .np-table .icon { width: 30px; }
  .original-building-map { padding-top: 8rem; }
  .map-tooltip { display: none; }
  .new-floor-map { width: 100%; }
}
