:root {
  --forest: #07130d;
  --pine: #12291d;
  --cream: #e0c89b;
  --warm: #ead8b8;
  --panel: #ead8b8;
  --field: #fff6e8;
  --wood: #6f4522;
  --gold: #b89145;
  --ink: #172118;
  --muted: #6d746f;
  --line: rgba(92, 66, 35, .18);
  --shadow: 0 18px 55px rgba(24, 50, 41, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Manrope, system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--ink);
  background: #d7bf92;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px clamp(18px, 4vw, 58px);
  color: #fff;
  transition: background .25s ease, color .25s ease, padding .25s ease;
}
.site-header.scrolled {
  background: rgba(234, 216, 184, .92);
  color: var(--forest);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 var(--line);
  padding-block: 12px;
}
.brand { display: flex; align-items: center; gap: 10px; line-height: 1.05; min-width: max-content; }
.brand img { width: 54px; height: 54px; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(0,0,0,.18)); }
.site-header.scrolled .brand img { width: 46px; height: 46px; filter: none; }
.brand span { display: grid; }
.brand em { font-style: normal; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(18px, 2vw, 26px); font-weight: 600; }
.desktop-nav { display: flex; gap: clamp(14px, 2vw, 28px); font-size: 14px; }
.desktop-nav a { opacity: .9; }
.header-actions { display: flex; align-items: center; gap: 10px; }

.button, button.button {
  border: 0;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 6px;
  background: var(--gold);
  color: #fff;
  font-weight: 750;
  cursor: pointer;
}
.button.small { min-height: 40px; padding-inline: 16px; font-size: 13px; }
.button.secondary { background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.48); }
.button.secondary.dark { color: var(--forest); border-color: var(--line); background: transparent; }
.button.light { background: var(--cream); color: var(--forest); }
.button.secondary.light { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.45); }
.ghost-icon, .menu-toggle {
  width: 42px; height: 42px; border-radius: 50%; border: 1px solid currentColor;
  display: grid; place-items: center; background: transparent; color: inherit;
}
.whatsapp-icon {
  border-color: var(--gold);
  background: var(--gold);
  color: #fff;
}
.whatsapp-icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}
.site-header.scrolled .whatsapp-icon {
  color: #fff;
}
.menu-toggle { display: none; gap: 4px; }
.menu-toggle span { width: 18px; height: 2px; background: currentColor; }
.mobile-menu {
  position: fixed; z-index: 19; inset: 0; padding: 105px 28px 28px;
  background: var(--forest); color: #fff; transform: translateX(100%);
  transition: transform .25s ease; display: grid; align-content: start; gap: 24px;
  font-size: 24px;
}
.mobile-menu.open { transform: translateX(0); }

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  color: #fff;
  overflow: hidden;
}
.hero picture, .hero img, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero img { object-fit: cover; object-position: center 58%; }
.hero-overlay { background: linear-gradient(90deg, rgba(7,19,13,.82), rgba(7,19,13,.44) 48%, rgba(7,19,13,.12)), linear-gradient(0deg, rgba(7,19,13,.72), transparent 45%); }
.hero-content {
  position: relative;
  width: min(760px, calc(100% - 36px));
  margin: 0 0 clamp(98px, 14vh, 150px) clamp(18px, 7vw, 96px);
}
.eyebrow { margin: 0 0 12px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; font-size: 12px; color: var(--gold); }
.eyebrow.dark { color: var(--wood); }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.02; margin: 0; letter-spacing: 0; }
h1 { font-size: clamp(46px, 8vw, 92px); max-width: 820px; }
h2 { font-size: clamp(34px, 4vw, 58px); }
h3 { font-size: 25px; }
.hero-content p:not(.eyebrow):not(.hero-since) { max-width: 620px; font-size: clamp(17px, 1.8vw, 22px); line-height: 1.55; }
.hero-since {
  color: var(--gold);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 16px 0 0;
}
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.trust-line { margin-top: 28px; color: rgba(255,255,255,.84); font-weight: 700; }

.quick-booking {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 36px));
  margin: -54px auto 0;
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
label { display: grid; gap: 7px; font-size: 13px; font-weight: 800; color: var(--forest); }
input, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 13px;
  background: var(--field);
  color: var(--ink);
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 54px auto;
  padding: clamp(22px, 3vw, 34px);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.section.intro,
.calendar-section,
.gallery-section,
.contact-section { background: var(--panel); }
.intro { display: grid; grid-template-columns: .8fr 1fr; gap: 44px; align-items: start; }
.intro > p, .section-title > p { font-size: 18px; line-height: 1.75; color: var(--muted); }
.stat-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.stat-grid span, .audience-grid article, .facility-card, .offer-card, .testimonial-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}
.stat-grid strong { display: block; font-size: 34px; color: var(--forest); }
.section-title { margin-bottom: 24px; max-width: 780px; }
.section-title.inline { display: flex; justify-content: space-between; gap: 18px; max-width: none; align-items: end; }

.snap-row, .offers-row, .attractions-row, .testimonial-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 1fr);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  scrollbar-width: none;
}
.snap-row::-webkit-scrollbar, .offers-row::-webkit-scrollbar, .attractions-row::-webkit-scrollbar, .testimonial-row::-webkit-scrollbar { display: none; }
.space-card, .experience-card, .offer-card, .attraction-card, .testimonial-card { scroll-snap-align: start; overflow: hidden; }
.space-card {
  min-height: 360px;
  display: grid;
  align-content: end;
  position: relative;
  color: #fff;
  border-radius: 8px;
}
.space-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.space-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,24,19,.72), transparent 58%); }
.space-card div { position: relative; z-index: 1; padding: 24px; }

.experience-list { display: grid; gap: 22px; }
.experience-card {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 22px;
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
}
.experience-card:nth-child(even) img { order: 2; }
.experience-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 8px; }
.experience-card p { color: var(--muted); line-height: 1.7; }

.facility-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 14px;
}
.facility-card {
  min-height: 132px;
  height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-content: start;
}
.facility-card span { font-size: 25px; }
.facility-card h3 { font-size: 22px; line-height: 1.12; }
.facility-card p { margin: 10px 0 0; color: var(--muted); }
.carousel-actions { display: flex; gap: 8px; }
.carousel-actions button, .gallery-actions > button:not(.button), .calendar-controls button, #lightPrev, #lightNext, #closeLightbox {
  width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line);
  background: var(--field); color: var(--forest); cursor: pointer; font-size: 24px;
}
.text-button { margin-top: 18px; border: 0; background: transparent; color: var(--forest); font-weight: 850; text-decoration: underline; cursor: pointer; }

.gallery-actions { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.gallery-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 32%);
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pan-y;
}
.gallery-grid::-webkit-scrollbar { display: none; }
.gallery-grid button { border: 0; padding: 0; border-radius: 8px; overflow: hidden; cursor: pointer; background: transparent; }
.gallery-grid button { scroll-snap-align: start; }
.gallery-grid img { width: 100%; height: 260px; object-fit: cover; }

.calendar-section { width: min(1240px, calc(100% - 36px)); }
.calendar-shell { display: grid; grid-template-columns: 1fr 330px; gap: 24px; align-items: start; }
.calendar-controls { grid-column: 1 / -1; display: flex; justify-content: center; align-items: center; gap: 18px; }
.months { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.month { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; padding: 18px; }
.month h3 { font-size: 24px; margin-bottom: 14px; text-align: center; }
.weekdays, .days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.weekdays span { font-size: 12px; color: var(--muted); text-align: center; }
.day {
  min-height: 42px; border: 1px solid transparent; background: var(--field); border-radius: 6px;
  cursor: pointer; color: var(--forest); position: relative;
}
.day:disabled { opacity: .32; cursor: not-allowed; text-decoration: line-through; }
.day.today { border-color: var(--gold); }
.day.selected, .day.range { background: var(--forest); color: #fff; }
.day.special::after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); position: absolute; bottom: 5px; left: calc(50% - 3px); }
.booking-summary { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; padding: 18px; position: sticky; top: 88px; }
.booking-summary dl { display: grid; gap: 12px; margin: 18px 0; }
.booking-summary dl div { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); padding-bottom: 9px; }
.booking-summary dt { color: var(--muted); }
.booking-summary dd { margin: 0; font-weight: 850; text-align: right; }
.booking-summary .button { width: 100%; margin-top: 8px; }

.offer-card img { width: 100%; aspect-ratio: 16/11; object-fit: cover; border-radius: 6px; margin-bottom: 16px; }
.offer-card p { color: var(--muted); line-height: 1.6; }
.offer-card ul { padding-left: 18px; color: var(--muted); }
.empty-offers {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 42px);
  max-width: 760px;
}
.empty-offers h3 { margin-bottom: 10px; }
.empty-offers p { color: var(--muted); line-height: 1.7; margin: 0; }
.direct-booking {
  background: var(--forest);
  color: #fff;
  width: 100%;
  padding: clamp(38px, 6vw, 66px) clamp(18px, 7vw, 96px);
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
}
.direct-booking p { max-width: 760px; color: rgba(255,255,255,.78); line-height: 1.7; }
.direct-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.audience-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.attraction-card {
  min-height: 170px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  scroll-snap-align: start;
  display: grid;
  align-content: space-between;
  gap: 24px;
}
.attraction-card span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--field);
  color: var(--forest);
  font-weight: 900;
}
.attraction-card p { color: var(--muted); margin: 8px 0 0; }
.seasons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.season { min-height: 210px; padding: 20px; border-radius: 8px; color: #fff; display: grid; align-content: end; background-size: cover; background-position: center; }
.winter { background-image: linear-gradient(rgba(24,50,41,.12), rgba(24,50,41,.68)), url("assets/iarna1.jpeg"); }
.summer { background-image: linear-gradient(rgba(24,50,41,.12), rgba(24,50,41,.68)), url("assets/16.jpg"); }
.autumn { background-image: linear-gradient(rgba(24,50,41,.12), rgba(24,50,41,.68)), url("assets/13.jpg"); }
.testimonial-card { min-height: 170px; }
.testimonial-card p { font-size: 18px; line-height: 1.65; }

.contact-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 36px; }
.contact-note { color: var(--muted); line-height: 1.7; }
.simple-contact {
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 42px);
}
.contact-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; background: var(--panel); border: 1px solid var(--line); border-radius: 8px; padding: 22px; }
.full { grid-column: 1 / -1; }
.consent { display: flex; align-items: center; gap: 10px; font-weight: 650; }
.consent input { width: auto; }
.form-status { margin: 0; align-self: center; color: var(--forest); font-weight: 800; }

footer {
  padding: 30px clamp(18px, 7vw, 96px) 82px;
  background: #10231d;
  color: rgba(255,255,255,.82);
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  justify-content: space-between;
}
footer nav { display: flex; gap: 18px; flex-wrap: wrap; }
footer small { flex-basis: 100%; color: rgba(255,255,255,.56); }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 58px; height: 58px; object-fit: contain; border-radius: 50%; background: rgba(255,255,255,.08); }
.sticky-mobile { display: none; }

.lightbox {
  position: fixed; z-index: 40; inset: 0; background: rgba(9,19,16,.92);
  display: none; place-items: center; padding: 70px 18px; color: #fff;
}
.lightbox.open { display: grid; }
.lightbox img { max-height: 82svh; width: min(1100px, 100%); object-fit: contain; }
#closeLightbox { position: absolute; top: 18px; right: 18px; }
#lightPrev, #lightNext { position: absolute; top: 50%; }
#lightPrev { left: 18px; }
#lightNext { right: 18px; }
#lightboxCounter { position: absolute; bottom: 22px; }

@media (max-width: 980px) {
  .desktop-nav, .header-actions .button.small { display: none; }
  .menu-toggle { display: grid; }
  .hero { min-height: 88svh; }
  .hero img { object-position: center; }
  .hero-content { margin: 0 auto 92px; }
  h1 { font-size: clamp(42px, 13vw, 64px); }
  .quick-booking, .intro, .calendar-shell, .contact-section { grid-template-columns: 1fr; }
  .stat-grid, .facility-grid, .audience-grid, .seasons { grid-template-columns: repeat(2, 1fr); }
  .months { grid-template-columns: 1fr; }
  .months .month:nth-child(2) { display: none; }
  .experience-card, .experience-card:nth-child(even) { grid-template-columns: 1fr; }
  .experience-card:nth-child(even) img { order: 0; }
  .gallery-grid { grid-auto-columns: 88%; }
  .gallery-grid img { height: min(72vw, 430px); }
}

@media (max-width: 640px) {
  .site-header { padding: 14px 16px; }
  .brand img { width: 44px; height: 44px; }
  .site-header.scrolled .brand img { width: 40px; height: 40px; }
  .brand strong { font-size: 17px; }
  .brand em { font-size: 10px; }
  .hero { min-height: 90svh; }
  .hero-overlay { background: linear-gradient(0deg, rgba(10,24,19,.84), rgba(10,24,19,.42) 62%, rgba(10,24,19,.12)); }
  .hero-content {
    width: calc(100% - 32px);
    margin-bottom: 56px;
  }
  .eyebrow { font-size: 11px; margin-bottom: 10px; }
  h1 {
    font-size: clamp(29px, 8.8vw, 38px);
    line-height: 1.04;
    max-width: 13ch;
  }
  .hero-content p:not(.eyebrow):not(.hero-since) { font-size: 16px; }
  .hero-content p:not(.eyebrow):not(.hero-since) {
    line-height: 1.45;
    margin: 14px 0 0;
    max-width: 31ch;
  }
  .hero-ctas {
    gap: 10px;
    margin-top: 18px;
  }
  .hero-since {
    font-size: 12px;
    margin-top: 12px;
  }
  .hero-ctas .button { width: 100%; }
  .trust-line {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.45;
  }
  .quick-booking { margin-top: 18px; width: calc(100% - 28px); }
  .section {
    width: calc(100% - 22px);
    margin: 34px auto;
    padding: 18px 14px;
  }
  .section-title.inline { align-items: start; }
  .stat-grid, .audience-grid, .seasons, .contact-form { grid-template-columns: 1fr; }
  .snap-row, .offers-row, .attractions-row, .testimonial-row {
    grid-auto-columns: 90%;
    margin-inline: -14px;
    padding-inline: 14px;
  }
  .facility-grid {
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    margin-inline: -14px;
    padding-inline: 14px;
    gap: 14px;
  }
  .facility-grid::-webkit-scrollbar { display: none; }
  .facility-card {
    flex: 0 0 88%;
    width: 88%;
    min-width: 88%;
    max-width: 88%;
    height: auto;
    min-height: 156px;
    scroll-snap-align: start;
  }
  .facility-card h3 {
    font-size: 20px;
    min-height: 45px;
  }
  .facility-card p {
    font-size: 14px;
    line-height: 1.35;
    margin-top: 8px;
  }
  .facility-card.extra-hidden { display: none; }
  .space-card { min-height: 330px; }
  .experience-list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 90%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-inline: -14px;
    padding-inline: 14px;
  }
  .experience-card { padding: 12px; scroll-snap-align: start; }
  .calendar-shell { gap: 14px; }
  .month { padding: 12px; }
  .day { min-height: 39px; }
  .booking-summary { position: static; }
  .contact-actions { justify-content: stretch; }
  .contact-actions .button { width: 100%; }
  .direct-booking { display: grid; }
  .sticky-mobile {
    position: fixed; z-index: 25; display: grid; grid-template-columns: repeat(3, 1fr);
    left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom));
    background: var(--forest); color: #fff; border-radius: 8px; overflow: hidden; box-shadow: var(--shadow);
  }
  .sticky-mobile a { min-height: 48px; display: grid; place-items: center; font-weight: 800; font-size: 13px; }
  .sticky-mobile a + a { border-left: 1px solid rgba(255,255,255,.18); }
  footer { padding-bottom: 86px; }
  #lightPrev, #lightNext { top: auto; bottom: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
