:root {
  --brand-primary: #6f7371;
  --brand-secondary: #888a89;
  --brand-dark: #252927;
  --brand-light: #e7e7e3;
  --bg-main: #f5f3ee;
  --text-main: #242725;
  --bg: var(--bg-main);
  --surface: #fdfcf9;
  --text: var(--text-main);
  --muted: #686c69;
  --forest: var(--brand-primary);
  --forest-dark: var(--brand-dark);
  --footer-bg: #252927;
  --sand: #d2d2cf;
  --wood: var(--brand-secondary);
  --border: rgba(37, 41, 39, .15);
  --white: #fff;
  --header-h: 88px;
  --container: min(90vw, 1440px);
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 18px); }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
address { font-style: normal; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.container { width: var(--container); margin-inline: auto; }
.section-pad { padding-block: clamp(78px, 9vw, 148px); }
.skip-link {
  position: fixed; z-index: 2000; top: 12px; left: 12px; padding: 10px 16px;
  background: var(--surface); color: var(--forest-dark); transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--wood); outline-offset: 4px; }

.section-kicker, .eyebrow {
  margin: 0 0 15px; color: var(--forest); font-size: .73rem; font-weight: 600;
  letter-spacing: .17em; line-height: 1.4; text-transform: uppercase;
}
h1, h2, h3 { margin: 0; font-family: "Libre Baskerville", serif; font-weight: 400; line-height: 1.08; }
h1 { max-width: 900px; color: var(--white); font-size: clamp(3.1rem, 6vw, 6.4rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2.35rem, 4vw, 4.3rem); letter-spacing: -.03em; }
h3 { font-size: clamp(1.8rem, 2.2vw, 2.35rem); }

.button {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center;
  padding: 13px 23px; border: 1px solid transparent; border-radius: 8px;
  font-size: .82rem; font-weight: 600; letter-spacing: .025em; line-height: 1.2;
  transition: color .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);
}
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--surface); color: var(--forest-dark); }
.button-light:hover { background: #efe9dd; }
.button-outline { border-color: rgba(255,255,255,.58); color: var(--white); background: rgba(24,27,25,.2); }
.button-outline:hover { border-color: var(--white); background: rgba(24,27,25,.5); }
.button-forest { color: var(--white); background: var(--forest); }
.button-forest:hover { background: var(--forest-dark); }
.text-link {
  display: inline-flex; align-items: center; gap: 7px; color: var(--forest); font-size: .82rem; font-weight: 600;
  transition: color .2s ease;
}
.text-link svg { transition: transform .25s var(--ease); }
.text-link:hover { color: var(--wood); }
.text-link:hover svg { transform: translateX(3px); }

/* Navbar */
.site-header {
  position: fixed; z-index: 1000; inset: 0 0 auto; height: var(--header-h); color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.15); transition: height .3s var(--ease), color .3s var(--ease), background .3s var(--ease), box-shadow .3s var(--ease);
}
.site-header.is-scrolled { height: 76px; color: var(--text); background: rgba(248,247,243,.96); border-color: var(--border); box-shadow: 0 8px 30px rgba(30,32,31,.07); backdrop-filter: blur(10px); }
.nav-shell { width: var(--container); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; display: flex; align-items: center; height: 72px; }
.brand img { width: auto; height: 62px; object-fit: contain; filter: none; transition: height .3s ease; }
.site-header.is-scrolled .brand img { height: 55px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px, 1.55vw, 29px); margin-left: auto; }
.desktop-nav .nav-link { position: relative; padding: 15px 0; font-size: .82rem; font-weight: 600; letter-spacing: .02em; }
.desktop-nav .nav-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 8px; height: 2px; background: currentColor; transition: right .25s var(--ease); }
.desktop-nav .nav-link:hover::after, .desktop-nav .nav-link.active::after { right: 0; }
.desktop-nav .nav-link.active { font-weight: 600; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-booking { padding: 11px 16px; border-radius: 7px; background: rgba(255,255,255,.94); color: var(--forest-dark); font-size: .75rem; font-weight: 600; }
.site-header.is-scrolled .nav-booking { background: var(--forest); color: var(--white); }
.language-picker { position: relative; }
.language-trigger {
  width: 50px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.35); border-radius: 7px;
  display: flex; align-items: center; justify-content: center; gap: 3px; color: currentColor; background: transparent;
  cursor: pointer; font-size: .72rem; font-weight: 600;
}
.language-trigger svg { width: 13px; transition: transform .2s ease; }
.language-trigger[aria-expanded="true"] svg { transform: rotate(180deg); }
.site-header.is-scrolled .language-trigger { border-color: var(--border); }
.language-menu {
  position: absolute; top: calc(100% + 12px); right: 0; width: 230px; max-height: min(470px, calc(100vh - 115px));
  overflow-y: auto; padding: 7px; border: 1px solid var(--border); border-radius: 9px; color: var(--text);
  background: var(--surface); box-shadow: 0 18px 45px rgba(30,32,31,.16);
}
.language-menu[hidden] { display: none; }
.language-menu button { width: 100%; padding: 9px 10px; border: 0; border-radius: 5px; display: grid; grid-template-columns: 34px 1fr; gap: 8px; text-align: left; background: transparent; cursor: pointer; }
.language-menu button:hover, .language-menu button:focus-visible { background: #ece8df; }
.language-menu button[aria-selected="true"] { color: var(--brand-dark); background: var(--brand-light); }
.language-menu strong { font-size: .72rem; letter-spacing: .07em; }
.language-menu span { font-size: .78rem; }
.menu-toggle { display: none; width: 43px; height: 42px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 23px; height: 1.5px; margin: 5px auto; background: currentColor; transition: transform .25s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.mobile-menu { position: absolute; inset: 100% 0 auto; padding: 12px 5vw 30px; color: var(--text); background: var(--surface); border-bottom: 1px solid var(--border); box-shadow: 0 18px 35px rgba(26,37,31,.08); }
.mobile-menu[hidden] { display: none; }
.mobile-menu nav { display: grid; }
.mobile-menu a { padding: 13px 2px; border-bottom: 1px solid var(--border); font-size: .9rem; font-weight: 500; }
.mobile-menu .nav-link { position: relative; }
.mobile-menu .nav-link.active { padding-left: 13px; color: var(--brand-dark); font-weight: 600; }
.mobile-menu .nav-link.active::before { content: ""; position: absolute; left: 0; top: 50%; width: 3px; height: 18px; background: var(--brand-primary); transform: translateY(-50%); }
.mobile-menu .mobile-booking { margin-top: 16px; padding: 13px 20px; border: 0; border-radius: 7px; color: var(--white); background: var(--forest); text-align: center; }

/* Hero */
.hero { position: relative; min-height: min(88vh, 960px); display: grid; align-items: end; overflow: hidden; background: var(--forest-dark); }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.2s ease; }
.hero-slide.is-active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; transform: scale(1.03); }
.hero-slide.is-active img { animation: kenburns 7s linear forwards; }
@keyframes kenburns { from { transform: scale(1.025); } to { transform: scale(1.075); } }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,21,19,.74) 0%, rgba(18,21,19,.42) 45%, rgba(18,21,19,.12) 75%), linear-gradient(0deg, rgba(17,19,18,.55) 0%, transparent 47%); }
.hero-content { position: relative; z-index: 2; padding-bottom: clamp(96px, 10vw, 150px); }
.hero .eyebrow { color: rgba(255,255,255,.82); }
.eyebrow span { display: inline-block; width: 18px; height: 1px; margin: 0 7px 3px; background: var(--sand); }
.hero-lead { max-width: 640px; margin: 25px 0 32px; color: rgba(255,255,255,.86); font-size: clamp(1rem, 1.3vw, 1.18rem); line-height: 1.7; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 10px; }
.slider-controls { position: absolute; z-index: 3; right: 5vw; bottom: clamp(42px, 5vw, 72px); display: flex; gap: 8px; }
.slider-dot { width: 35px; height: 18px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.slider-dot::after { content: ""; display: block; width: 100%; height: 2px; background: rgba(255,255,255,.35); transition: background .25s ease; }
.slider-dot.is-active::after { background: var(--white); }
.scroll-hint { position: absolute; z-index: 3; left: 50%; bottom: 28px; display: flex; flex-direction: column; align-items: center; gap: 4px; color: rgba(255,255,255,.68); transform: translateX(-50%); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.scroll-hint svg { width: 16px; height: 16px; }
.mountain-line { height: clamp(48px, 7vw, 92px); margin-top: -1px; color: rgba(111,115,113,.27); background: var(--bg); overflow: hidden; }
.mountain-line svg { width: 100%; height: 100%; stroke-width: 1.1; }

/* About */
.about { padding-top: clamp(54px, 6vw, 90px); }
.about-grid { display: grid; grid-template-columns: minmax(0, .96fr) minmax(420px, 1.04fr); align-items: start; gap: clamp(48px, 6vw, 96px); }
.about-image { position: sticky; top: 112px; margin: 0; }
.about-image::before { content: ""; position: absolute; z-index: -1; inset: 34px -24px -24px 34px; border: 1px solid rgba(111,115,113,.32); }
.about-image img { width: 100%; height: clamp(620px, 57vw, 820px); object-fit: cover; border-radius: 9px; }
.about-image figcaption { margin-top: 18px; color: var(--muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.about-copy h2 { max-width: 650px; font-size: clamp(2.4rem, 3.6vw, 4.1rem); }
.about-text { max-width: 720px; margin: 27px 0 31px; }
.about-text p { margin: 0 0 14px; color: var(--muted); font-size: .9rem; line-height: 1.68; }
.about-text p:first-child { color: var(--text); font-size: 1.03rem; line-height: 1.65; }
.about-text strong { color: var(--text); font-weight: 600; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; border-top: 1px solid var(--border); }
.feature-list > div { min-height: 66px; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 12px; font-size: .79rem; font-weight: 600; line-height: 1.35; }
.feature-icon { display: grid; width: 28px; height: 28px; place-items: center; color: var(--forest); }
.feature-icon svg { width: 19px; height: 19px; }

/* Rooms */
.rooms { background: var(--brand-light); }
.section-heading { margin-bottom: clamp(38px, 5vw, 70px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 450px); align-items: end; gap: 50px; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: .92rem; }
.room-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(18px, 2vw, 30px); }
.room-card { min-width: 0; border-bottom: 1px solid rgba(32,38,34,.28); transition: transform .3s var(--ease), border-color .3s ease; }
.room-card:hover { transform: translateY(-4px); border-color: var(--forest); }
.room-image { aspect-ratio: 1 / .88; overflow: hidden; border-radius: 9px; background: #ddd6ca; }
.room-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.room-card:hover .room-image img { transform: scale(1.035); }
.room-copy { padding: 22px 2px 23px; }
.room-copy h3 { font-size: clamp(1.55rem, 2vw, 2rem); line-height: 1.08; }
.room-copy p { margin: 8px 0 20px; color: var(--muted); font-size: .76rem; }
.room-copy span { display: flex; align-items: center; gap: 5px; color: var(--forest); font-size: .74rem; font-weight: 600; }
.room-copy svg { width: 14px; transition: transform .25s var(--ease); }
.room-card:hover .room-copy svg { transform: translateX(3px); }

/* Groups */
.groups { padding-block: clamp(62px, 8vw, 118px); background: var(--brand-light); }
.groups-banner { position: relative; min-height: clamp(450px, 43vw, 620px); border-radius: 10px; overflow: hidden; display: grid; align-items: center; }
.groups-banner > img, .groups-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.groups-banner > img { object-fit: cover; object-position: center; }
.groups-overlay { background: linear-gradient(90deg, rgba(24,27,25,.91) 0%, rgba(34,37,35,.74) 46%, rgba(34,37,35,.17) 80%); }
.groups-content { position: relative; z-index: 1; max-width: 660px; padding: clamp(42px, 7vw, 100px); color: var(--white); }
.groups-content .section-kicker { color: var(--sand); }
.groups-content h2 { font-size: clamp(2.8rem, 5vw, 5.4rem); }
.groups-content p:not(.section-kicker) { margin: 24px 0 30px; color: rgba(255,255,255,.78); max-width: 550px; }

/* Gallery */
.gallery-heading { align-items: end; }
.gallery-heading .text-link { justify-self: end; margin-bottom: 8px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.gallery-item { position: relative; min-width: 0; aspect-ratio: 4 / 3; padding: 0; border: 0; border-radius: 8px; overflow: hidden; background: #ddd; cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease), filter .4s ease; }
.gallery-item:hover img { transform: scale(1.035); filter: brightness(.84); }
.gallery-item span { position: absolute; inset: auto auto 15px 17px; padding: 4px 8px; border-radius: 4px; color: var(--white); background: rgba(27,30,28,.68); opacity: 0; transform: translateY(5px); font-size: .7rem; letter-spacing: .04em; transition: opacity .3s ease, transform .3s var(--ease); }
.gallery-item:hover span, .gallery-item:focus-visible span { opacity: 1; transform: none; }

/* Contact */
.contact { padding-top: clamp(68px, 7vw, 108px); padding-bottom: clamp(20px, 2.5vw, 34px); background: var(--surface); }
.contact-intro { max-width: none; margin: 0 0 clamp(38px, 4.5vw, 62px); display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: clamp(28px, 5vw, 72px); align-items: end; text-align: left; }
.contact-intro .section-kicker { grid-column: 1 / -1; }
.contact-intro h2 { grid-column: 1; }
.contact-intro p:not(.section-kicker) { grid-column: 1; margin: 16px 0 0; color: var(--muted); }
.contact-intro > .button { grid-column: 2; grid-row: 2 / 4; align-self: center; }
.contact-grid { display: grid; grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr); gap: clamp(40px, 5vw, 76px); align-items: stretch; }
.contact-details { padding: clamp(22px, 2vw, 32px) 0; border-block: 1px solid var(--border); }
.contact-details h3 { margin-bottom: 18px; font-size: clamp(1.8rem, 2.3vw, 2.55rem); line-height: 1.12; }
.contact-details address { color: var(--muted); line-height: 1.65; }
.contact-links { margin: 22px 0 28px; display: grid; gap: 2px; }
.contact-links a { min-height: 48px; padding: 6px 0; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 13px; font-size: .9rem; }
.contact-links a:hover { color: var(--forest); }
.contact-links svg { width: 36px; height: 36px; padding: 8px; flex: 0 0 36px; border-radius: 50%; background: var(--brand-light); }
.contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 22px; }
.contact-actions .text-link { padding-block: 8px; }
.map-wrap { min-height: 430px; border-radius: 9px; overflow: hidden; background: #d9ded8; }
.map-wrap iframe { display: block; width: 100%; height: 100%; min-height: 430px; border: 0; filter: saturate(.72) sepia(.08); }

/* Panorama Tatr / footer divider */
.mountain-divider {
  position: relative;
  width: 100%;
  height: clamp(165px, 13vw, 235px);
  margin-bottom: -1px;
  overflow: hidden;
  background: var(--surface);
  isolation: isolate;
}
.mountain-divider img {
  position: absolute;
  z-index: -1;
  inset: -14% 0 auto;
  width: 100%;
  height: 114%;
  object-fit: fill;
}
.mountain-divider::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(to bottom, transparent 0%, rgba(37,41,39,.34) 42%, var(--footer-bg) 100%);
  pointer-events: none;
}

/* Footer */
.site-footer { color: rgba(255,255,255,.77); background: var(--footer-bg); }
.footer-main { padding-block: clamp(62px, 7vw, 105px); display: grid; grid-template-columns: minmax(270px, .78fr) minmax(360px, 1.22fr); gap: clamp(60px, 12vw, 190px); }
.footer-property > picture { display: block; margin-bottom: 26px; }
.footer-property > picture img { width: 112px; height: auto; opacity: .9; }
.footer-property p, .footer-polturizm p { margin: 0 0 17px; font-size: .78rem; line-height: 1.75; }
.footer-property strong { color: var(--white); }
.footer-property a:hover, .footer-polturizm a:hover { color: var(--sand); }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 27px; }
.footer-links a { color: var(--white); font-size: .74rem; font-weight: 600; }
.footer-label { color: var(--sand); font-size: .72rem !important; font-weight: 600; letter-spacing: .18em; }
.footer-polturizm > p { max-width: 740px; }
.footer-polturizm .rights-note { margin-top: 27px; color: rgba(255,255,255,.47); font-size: .68rem; }
.footer-bottom { min-height: 75px; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; color: rgba(255,255,255,.5); font-size: .65rem; }
.footer-bottom > a { margin-left: auto; display: inline-flex; align-items: center; gap: 5px; color: rgba(255,255,255,.8); }
.footer-legal { display: flex; gap: 18px; }
.footer-legal button { padding: 0; border: 0; color: inherit; background: none; cursor: pointer; font-size: inherit; }
.footer-bottom a:hover, .footer-legal button:hover { color: var(--white); }

/* Floating Facebook */
.facebook-float { position: fixed; z-index: 850; right: 0; top: 56%; min-height: 45px; padding: 10px 12px; border-radius: 8px 0 0 8px; display: flex; align-items: center; gap: 8px; color: #fff; background: #315b93; box-shadow: 0 8px 25px rgba(20,33,27,.18); opacity: 0; pointer-events: none; transform: translateX(105%); transition: opacity .35s ease, transform .4s var(--ease); }
.facebook-float.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.facebook-float svg { width: 20px; height: 20px; fill: currentColor; stroke: none; }
.facebook-float span { font-size: .69rem; font-weight: 600; }

/* Lightbox */
.lightbox { position: fixed; z-index: 1500; inset: 0; padding: 60px clamp(54px, 7vw, 110px); display: grid; grid-template-columns: 48px minmax(0, 1fr) 48px; align-items: center; gap: 22px; color: var(--white); background: rgba(8,15,12,.94); }
.lightbox[hidden] { display: none; }
.lightbox figure { margin: 0; display: grid; justify-items: center; gap: 12px; }
.lightbox figure img { max-width: 100%; max-height: calc(100vh - 145px); border-radius: 7px; object-fit: contain; }
.lightbox figcaption { color: rgba(255,255,255,.66); font-size: .75rem; }
.lightbox button { width: 46px; height: 46px; padding: 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--white); background: rgba(255,255,255,.06); cursor: pointer; }
.lightbox button:hover { background: rgba(255,255,255,.14); }
.lightbox-close { position: absolute; top: 22px; right: 25px; }
.toast { position: fixed; z-index: 2000; left: 50%; bottom: 24px; max-width: calc(100vw - 32px); padding: 10px 15px; border-radius: 6px; color: var(--white); background: var(--forest-dark); opacity: 0; pointer-events: none; transform: translate(-50%, 10px); font-size: .72rem; transition: opacity .25s ease, transform .25s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

/* Reveal */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  :root { --container: min(92vw, 1120px); }
  .desktop-nav { gap: 16px; }
  .nav-booking { display: none; }
  .room-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 24px; }
  .room-image { aspect-ratio: 1.2; }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  :root { --header-h: 76px; --container: min(90vw, 760px); }
  .site-header, .site-header.is-scrolled { height: var(--header-h); }
  .site-header.menu-active { color: var(--text); background: var(--surface); border-color: var(--border); }
  .brand, .brand img, .site-header.is-scrolled .brand img { height: 51px; }
  .desktop-nav { display: none; }
  .nav-booking { display: none; }
  .menu-toggle { display: block; }
  .language-menu { right: -48px; width: min(230px, calc(100vw - 24px)); }
  .hero { min-height: min(82svh, 760px); }
  .hero-content { padding-bottom: 105px; }
  .hero-shade { background: linear-gradient(90deg, rgba(18,21,19,.68), rgba(18,21,19,.25)), linear-gradient(0deg, rgba(17,19,18,.6), transparent 55%); }
  .scroll-hint { display: none; }
  .slider-controls { bottom: 34px; }
  .about-grid { grid-template-columns: 1fr; gap: 64px; }
  .about-image { position: relative; top: auto; max-width: 690px; }
  .about-image img { height: auto; aspect-ratio: auto; }
  .about-copy { max-width: 690px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading > p { max-width: 590px; }
  .gallery-heading .text-link { justify-self: start; }
  .groups-banner { min-height: 520px; align-items: end; }
  .groups-overlay { background: linear-gradient(0deg, rgba(24,27,25,.94) 0%, rgba(34,37,35,.7) 60%, rgba(34,37,35,.2) 100%); }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-details { max-width: 650px; }
  .footer-main { grid-template-columns: 1fr; gap: 55px; }
  .footer-polturizm { max-width: 720px; }
  .footer-bottom > a { margin-left: 0; }
}

@media (max-width: 560px) {
  :root { --container: calc(100vw - 36px); }
  body { font-size: 15px; }
  .brand, .brand img, .site-header.is-scrolled .brand img { height: 45px; }
  .nav-actions { gap: 4px; }
  .language-trigger { width: 45px; border-color: rgba(255,255,255,.4); }
  .hero { min-height: 760px; max-height: 88svh; }
  .hero-slide img { object-position: 57% center; }
  .hero-content { padding-bottom: 94px; }
  h1 { font-size: clamp(3.25rem, 16.5vw, 5.1rem); }
  .hero-lead { margin: 20px 0 27px; line-height: 1.6; }
  .hero-cta { display: grid; width: min(100%, 290px); }
  .button { min-height: 49px; }
  .slider-controls { right: 18px; bottom: 25px; }
  .about-image::before { inset: 20px -9px -14px 19px; }
  .feature-list { grid-template-columns: 1fr; }
  .room-grid { grid-template-columns: 1fr; gap: 38px; }
  .room-image { aspect-ratio: 1.18; }
  .groups .container { width: calc(100vw - 24px); }
  .groups-banner { min-height: 540px; }
  .groups-content { padding: 33px 27px 38px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .gallery-item span { opacity: 1; transform: none; }
  .contact-intro { text-align: left; }
  .contact-intro { grid-template-columns: 1fr; }
  .contact-intro > .button { grid-column: 1; grid-row: auto; justify-self: start; margin-top: 24px; }
  .contact-actions { align-items: flex-start; flex-direction: column; }
  .map-wrap, .map-wrap iframe { min-height: 390px; }
  .mountain-divider { height: clamp(95px, 25vw, 125px); }
  .footer-main { padding-bottom: 55px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 13px; }
  .footer-legal { flex-wrap: wrap; gap: 10px 18px; }
  .facebook-float { top: auto; right: 14px; bottom: 14px; width: 44px; height: 44px; padding: 11px; border-radius: 50%; justify-content: center; }
  .facebook-float span { display: none; }
  .lightbox { padding: 72px 16px 68px; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr auto; gap: 15px; }
  .lightbox figure { grid-column: 1 / -1; grid-row: 1; }
  .lightbox-prev, .lightbox-next { grid-row: 2; justify-self: center; }
  .lightbox figure img { max-height: calc(100vh - 190px); }
}

@media (max-width: 340px) {
  .gallery-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
