:root {
  --cream: #faf6ee;
  --cream-2: #f3ecdd;
  --spruce: #17352a;
  --spruce-2: #214a3a;
  --amber: #c9862c;
  --amber-2: #a86c1d;
  --ink: #22271f;
  --muted: #6c705f;
  --line: #e0d7c2;
  --white: #fff;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Karla", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.62;
}
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: var(--amber-2); }
h1, h2, h3 {
  color: var(--spruce);
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.12;
}
h1 { font-size: clamp(2.35rem, 6vw, 4.5rem); margin: 12px 0 20px; max-width: 15ch; }
h2 { font-size: clamp(1.75rem, 3.5vw, 2.55rem); margin: 0 0 22px; }
h3 { margin: 0 0 12px; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.kicker {
  color: var(--amber-2);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .22em;
  margin: 0;
  text-transform: uppercase;
}
.muted { color: var(--muted); }
.btn {
  align-items: center;
  background: var(--spruce);
  border: 1px solid var(--spruce);
  border-radius: 999px;
  color: var(--cream);
  display: inline-flex;
  font-size: .9rem;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  letter-spacing: .04em;
  padding: 12px 24px;
  text-decoration: none;
  transition: .2s ease;
}
.btn:hover { background: var(--amber); border-color: var(--amber); transform: translateY(-2px); }
.btn.ghost { background: transparent; border-color: var(--spruce); color: var(--spruce); }
.btn.ghost:hover { background: var(--spruce); color: var(--cream); }

.site-header {
  backdrop-filter: blur(10px);
  background: rgba(250,246,238,.94);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 30;
}
.nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 70px;
}
.logo {
  color: var(--spruce);
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
  text-decoration: none;
}
.logo em { color: var(--amber); font-style: normal; }
.nav-links { align-items: center; display: flex; gap: 22px; }
.nav-links > a:not(.btn) { color: var(--ink); font-size: .9rem; text-decoration: none; }

.breadcrumb {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: .88rem;
  gap: 9px;
  padding: 24px 0 8px;
}
.breadcrumb a { color: var(--spruce-2); text-decoration: none; }

.room-hero { padding: 26px 0 34px; }
.hero-copy { display: grid; gap: 18px; grid-template-columns: minmax(0, 1fr); align-items: end; }
.room-hero h1 {
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  letter-spacing: -.015em;
  max-width: none;
  white-space: nowrap;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-start; padding-bottom: 8px; }
.hero-lead { color: var(--muted); font-size: 1.1rem; max-width: none; width: 100%; }

.booking-panel {
  align-items: end;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 42px -34px rgba(23,53,42,.7);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(210px, 1.15fr) minmax(150px, .75fr) minmax(150px, .75fr) auto;
  margin-top: 24px;
  padding: 16px;
  scroll-margin-top: 92px;
}
.booking-partner { align-items: center; display: flex; gap: 11px; min-height: 48px; }
.booking-partner small { color: var(--muted); display: block; font-size: .72rem; line-height: 1.2; }
.booking-partner strong { color: #006b63; display: block; font-size: .98rem; }
.partner-mark {
  align-items: center;
  background: #006b63;
  border-radius: 10px;
  color: var(--white);
  display: inline-flex;
  font-size: .82rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  letter-spacing: -.03em;
  width: 42px;
}
.booking-panel label > span { color: var(--muted); display: block; font-size: .75rem; font-weight: 700; margin: 0 0 5px 2px; }
.booking-panel input {
  background: #fbfaf7;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  font: inherit;
  height: 46px;
  min-width: 0;
  padding: 0 11px;
  width: 100%;
}
.booking-panel input:focus { border-color: var(--spruce-2); outline: 3px solid rgba(45,83,67,.14); }
.booking-panel .btn { height: 46px; white-space: nowrap; }
.booking-panel > p { color: var(--muted); font-size: .72rem; grid-column: 2 / -1; margin: -2px 0 0; }

.badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.badge {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--spruce);
  display: inline-flex;
  font-size: .9rem;
  font-weight: 700;
  gap: 8px;
  padding: 8px 14px;
}
.badge::before { color: var(--amber); content: "✓"; font-weight: 700; }

.gallery {
  display: grid;
  gap: 10px;
  grid-template-columns: 1.55fr .75fr .75fr;
  grid-template-rows: 245px 245px;
  margin-top: 24px;
  position: relative;
}
.gallery button {
  background: var(--spruce);
  border: 0;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.gallery button:first-child { border-radius: 18px 5px 5px 18px; grid-row: 1 / 3; }
.gallery button:nth-child(3) { border-radius: 5px 18px 5px 5px; }
.gallery button:nth-child(5) { border-radius: 5px 5px 18px 5px; }
.gallery img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.gallery button:hover img { transform: scale(1.035); }
.gallery .show-all {
  align-items: center;
  background: rgba(250,246,238,.94);
  border: 1px solid rgba(23,53,42,.18);
  border-radius: 999px;
  bottom: 18px;
  color: var(--spruce);
  display: flex;
  font-size: .86rem;
  font-weight: 700;
  gap: 7px;
  height: auto;
  overflow: visible;
  padding: 9px 14px;
  position: absolute;
  right: 18px;
  width: auto;
  z-index: 3;
}
.gallery .show-all:hover {
  background: #fff;
  box-shadow: 0 10px 24px -14px rgba(0,0,0,.6);
}

.section { padding: 76px 0; }
.section.alt { background: var(--cream-2); }
.detail-layout { align-items: start; display: grid; gap: 56px; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); }
.description { font-size: 1.08rem; margin: 0; }
.source-note { color: var(--muted); font-size: .82rem; margin-top: 16px; }
.source-note a { color: inherit; }

.sleep-grid { display: grid; gap: 10px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 30px; }
.sleep-card, .side-card, .amenity-group {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
}
.sleep-card { min-width: 0; padding: 15px 13px; }
.sleep-card span { color: var(--muted); display: block; font-size: .78rem; margin-bottom: 4px; }
.sleep-card strong { color: var(--spruce); display: block; font-size: .9rem; line-height: 1.35; }
.floor-plan {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) minmax(240px, .75fr);
  margin-top: 24px;
  overflow: hidden;
  padding: 24px;
}
.floor-plan-copy h3 { font-size: 1.35rem; margin: 8px 0; }
.floor-plan-copy p:last-child { color: var(--muted); font-size: .92rem; margin: 0; }
.floor-plan button {
  background: #f7f8fb;
  border: 1px solid var(--line);
  border-radius: 12px;
  cursor: zoom-in;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
.floor-plan button img { aspect-ratio: 16/9; object-fit: contain; width: 100%; }
.floor-plan button span {
  background: rgba(23,53,42,.9);
  border-radius: 999px;
  bottom: 16px;
  color: var(--white);
  font-size: .8rem;
  font-weight: 700;
  padding: 7px 11px;
  position: absolute;
  right: 16px;
}
.side-card { padding: 24px; position: sticky; top: 94px; }
.side-card .score { align-items: center; display: flex; gap: 14px; margin-bottom: 18px; }
.score-num {
  background: var(--spruce);
  border-radius: 12px 12px 12px 2px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  padding: 10px 12px;
}
.side-card ul { border-top: 1px solid var(--line); list-style: none; margin: 20px 0; padding: 16px 0 0; }
.side-card li { margin: 8px 0; padding-left: 22px; position: relative; }
.side-card li::before { color: var(--amber); content: "✓"; left: 0; position: absolute; }
.side-card .btn { width: 100%; }

.amenity-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.amenity-group { padding: 26px; }
.amenity-group h3 { align-items: center; display: flex; gap: 10px; font-size: 1.15rem; }
.amenity-icon {
  align-items: center;
  background: rgba(192,139,63,.12);
  border: 1px solid rgba(192,139,63,.2);
  border-radius: 10px;
  color: var(--spruce-2);
  display: inline-flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  width: 34px;
}
.amenity-icon svg {
  display: block;
  height: 20px;
  stroke-width: 1.8;
  width: 20px;
}
.amenity-list { display: grid; gap: 9px 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.amenity-list li { color: #384238; font-size: .93rem; padding-left: 20px; position: relative; }
.amenity-list li::before { color: var(--amber); content: "✓"; left: 0; position: absolute; }
.view-group { display: grid; gap: 20px; grid-template-rows: auto 1fr; overflow: hidden; }
.view-group-heading { align-items: start; display: flex; gap: 22px; justify-content: space-between; }
.view-group-heading h3 { margin: 0; }
.view-group-heading .amenity-list { grid-template-columns: 1fr; min-width: 45%; }
.view-gallery { display: grid; min-height: 220px; }
.view-gallery.two { gap: 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.view-gallery button {
  background: var(--spruce);
  border: 0;
  border-radius: 12px;
  cursor: zoom-in;
  min-height: 220px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.view-gallery img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.view-gallery img.contain { object-fit: contain; }
.view-gallery button:hover img { transform: scale(1.025); }
.view-gallery button span {
  background: rgba(23,53,42,.88);
  border-radius: 999px;
  bottom: 12px;
  color: var(--white);
  font-size: .75rem;
  font-weight: 700;
  padding: 7px 10px;
  position: absolute;
  right: 12px;
}

.other-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 30px; }
.other-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--ink);
  overflow: hidden;
  text-decoration: none;
  transition: .2s ease;
}
.other-card:hover { box-shadow: 0 16px 34px -20px rgba(23,53,42,.5); transform: translateY(-4px); }
.other-card img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.other-card div { padding: 16px; }
.other-card h3 { font-size: 1.05rem; margin-bottom: 5px; }
.other-card p { color: var(--muted); font-size: .86rem; margin: 0; }

.cta {
  background:
    linear-gradient(90deg, rgba(12,29,22,.64), rgba(17,41,31,.48)),
    url("../photos/high-tatras-clover-panorama.webp") center 48% / cover no-repeat;
  color: var(--cream);
  padding: 92px 0;
  text-align: center;
}
.cta h2 { color: var(--white); text-shadow: 0 2px 18px rgba(10,22,16,.48); }
.cta p { color: #fff; margin: 0 auto 26px; max-width: 52ch; text-shadow: 0 2px 14px rgba(10,22,16,.58); }
.cta .btn { background: var(--amber); border-color: var(--amber); }
.site-footer { background: #101f18; color: #b9c2b3; font-size: .88rem; padding: 40px 0; }
.footer-grid { display: flex; flex-wrap: wrap; gap: 28px; justify-content: space-between; }
.site-footer a { color: #e8d8ae; }
.photo-credit { color: #8f9c91; font-size: .76rem; }

.lightbox {
  align-items: center;
  background: rgba(10,18,14,.96);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 72px 70px 54px;
  position: fixed;
  z-index: 100;
}
.lightbox.open { display: flex; }
.lightbox figure { margin: 0; max-height: 100%; max-width: 1100px; text-align: center; }
.lightbox img { border-radius: 10px; max-height: calc(100vh - 150px); object-fit: contain; }
.lightbox figcaption { color: #e9e5db; font-size: .9rem; margin-top: 12px; }
.lightbox button {
  align-items: center;
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 1.45rem;
  height: 48px;
  justify-content: center;
  position: absolute;
  width: 48px;
}
.lightbox button:hover { background: var(--amber); }
.lightbox .close { right: 20px; top: 18px; }
.lightbox .prev { left: 16px; top: 50%; transform: translateY(-50%); }
.lightbox .next { right: 16px; top: 50%; transform: translateY(-50%); }

.gallery-overview {
  background: rgba(7,13,10,.96);
  display: none;
  inset: 0;
  overflow-y: auto;
  padding: 0 28px 56px;
  position: fixed;
  z-index: 110;
}
.gallery-overview.open { display: block; }
.gallery-overview-bar {
  align-items: center;
  background: rgba(7,13,10,.94);
  border-bottom: 1px solid rgba(255,255,255,.14);
  display: flex;
  justify-content: space-between;
  margin: 0 auto 26px;
  max-width: 1320px;
  padding: 22px 0 18px;
  position: sticky;
  top: 0;
  z-index: 2;
}
.gallery-overview-bar h2 { color: #fff; font-size: clamp(1.45rem,3vw,2.2rem); margin: 0; }
.gallery-overview-bar p { color: #bfc9c1; font-size: .82rem; margin: 3px 0 0; }
.gallery-overview-close {
  align-items: center;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex: 0 0 46px;
  font-size: 1.45rem;
  height: 46px;
  justify-content: center;
}
.gallery-overview-close:hover { background: var(--amber); }
.gallery-overview-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5,minmax(0,1fr));
  margin: 0 auto;
  max-width: 1320px;
}
.gallery-overview-grid button {
  aspect-ratio: 1;
  background: #16231c;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.gallery-overview-grid img {
  height: 100%;
  object-fit: cover;
  transition: transform .25s,opacity .25s;
  width: 100%;
}
.gallery-overview-grid button:hover img { opacity: .82; transform: scale(1.035); }
.gallery-overview-grid span {
  align-items: center;
  background: rgba(9,18,13,.76);
  border-radius: 999px;
  bottom: 8px;
  color: #fff;
  display: flex;
  font-size: .7rem;
  height: 25px;
  justify-content: center;
  position: absolute;
  right: 8px;
  width: 25px;
}

@media (max-width: 900px) {
  .nav-links > a:not(.btn) { display: none; }
  .hero-copy, .detail-layout { grid-template-columns: 1fr; }
  .room-hero h1 { white-space: normal; }
  .hero-actions { justify-content: flex-start; }
  .side-card { position: static; }
  .sleep-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .floor-plan { grid-template-columns: 1fr; }
  .booking-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .booking-partner { grid-column: 1 / -1; }
  .booking-panel .btn { width: 100%; }
  .booking-panel > p { grid-column: 1 / -1; }
  .gallery { grid-template-columns: 1.4fr 1fr; grid-template-rows: 210px 210px; }
  .gallery button:first-child { border-radius: 16px 5px 5px 16px; }
  .gallery button:nth-child(3) { border-radius: 5px 16px 5px 5px; }
  .gallery button:nth-child(4), .gallery button:nth-child(5) { display: none; }
  .gallery button:nth-child(3) { border-radius: 5px 16px 16px 5px; }
  .amenity-grid, .other-grid { grid-template-columns: 1fr; }
  .gallery-overview-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .wrap { width: min(100% - 28px, 1180px); }
  .nav { min-height: 62px; }
  .nav .btn { font-size: .78rem; padding: 9px 14px; }
  .room-hero { padding-top: 14px; }
  .room-hero h1 { font-size: 2rem; }
  .booking-panel { grid-template-columns: 1fr; padding: 14px; }
  .booking-partner, .booking-panel > p { grid-column: 1; }
  .view-group-heading { display: block; }
  .view-group-heading .amenity-list { margin-top: 12px; }
  .view-gallery, .view-gallery button { min-height: 250px; }
  .gallery { display: block; }
  .gallery button { display: none !important; }
  .gallery button:first-child { border-radius: 14px; display: block !important; height: 290px; width: 100%; }
  .gallery .show-all { bottom: 12px; display: flex !important; height: auto; right: 12px; width: auto; }
  .section { padding: 54px 0; }
  .amenity-list { grid-template-columns: 1fr; }
  .lightbox { padding: 64px 14px 46px; }
  .lightbox .prev { left: 7px; }
  .lightbox .next { right: 7px; }
  .gallery-overview { padding: 0 14px 36px; }
  .gallery-overview-bar { margin-bottom: 14px; padding: 15px 0 13px; }
  .gallery-overview-grid { gap: 7px; grid-template-columns: repeat(2,minmax(0,1fr)); }
}
