/* =========================================================================
   ABSOLEM — home.css  (štýly len pre home page; linkuj PO base.css)
   ========================================================================= */

.only-mobile { display: none; }

/* ---- HERO -------------------------------------------------------------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: var(--nav-h) 20px 40px;
}
.hero__video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: -2;
}
.hero__overlay {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(120% 90% at 50% 30%, rgba(7,24,19,.30), rgba(7,24,19,.78) 70%, rgba(7,24,19,.95)),
    linear-gradient(180deg, rgba(10,38,32,.5), rgba(7,24,19,.75));
}
.hero__content { max-width: 820px; animation: rise .9s ease both; }
.hero__eyebrow {
  text-transform: uppercase; letter-spacing: .34em; font-size: .72rem; font-weight: 600;
  color: var(--gold-2); margin-bottom: 22px;
}
.hero__title {
  font-family: var(--ff-display); font-weight: 700;
  font-size: clamp(3.4rem, 13vw, 8.5rem); line-height: .92;
  letter-spacing: .06em; color: var(--cream);
  text-shadow: 0 8px 40px rgba(0,0,0,.5);
}
.hero__script {
  font-family: var(--ff-script); color: var(--gold-2);
  font-size: clamp(2rem, 6vw, 3.6rem); line-height: 1; margin-top: 6px;
}
.hero__sub {
  margin-top: 18px; font-size: clamp(1rem, 2.4vw, 1.3rem);
  color: var(--cream-dim); letter-spacing: .04em; font-weight: 300;
}
.hero__actions { margin-top: 36px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.hero__scroll {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  width: 26px; height: 42px; border: 1.5px solid var(--line); border-radius: 20px;
  display: grid; place-items: start center; padding-top: 8px; z-index: 2;
}
.hero__scroll span { width: 4px; height: 8px; background: var(--gold); border-radius: 2px; animation: scroll 1.6s ease infinite; }
@keyframes scroll { 0%{opacity:0; transform:translateY(0);} 40%{opacity:1;} 100%{opacity:0; transform:translateY(14px);} }
@keyframes rise { from { opacity:0; transform: translateY(26px);} to {opacity:1; transform:none;} }

/* ---- Sekčné hlavičky --------------------------------------------------- */
.section-head { margin-bottom: 46px; max-width: 720px; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .lead { margin-inline: auto; }

/* ---- O NÁS ------------------------------------------------------------- */
.about { overflow: hidden; }
.about__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 54px; align-items: center; }
.about__art {
  position: relative; aspect-ratio: 3/4; border-radius: var(--radius); overflow: hidden;
  background-color: var(--green-900);
  background-size: cover; background-position: center 20%;
  border: 1px solid var(--line);
  display: grid; place-items: center;
  box-shadow: var(--shadow);
}
.about__art::before {
  /* stmavenie fotky húsenice, aby bol nápis čitateľný */
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(180deg, rgba(7,24,19,.62), rgba(7,24,19,.30) 45%, rgba(7,24,19,.80));
}
.about__badge {
  position: relative; z-index: 1;
  border: 1px solid var(--gold); border-radius: 999px; padding: 60px 34px;
  aspect-ratio: 1; display: grid; place-items: center;
  background: rgba(7,24,19,.28); backdrop-filter: blur(1px);
}
.about__badge::before {
  content: ""; position: absolute; inset: 14px; border: 1px solid var(--line-soft); border-radius: 999px;
}
.about__mad { font-family: var(--ff-script); font-size: clamp(1.9rem, 5vw, 3rem); color: var(--gold-2); text-align: center; line-height: 1.1; max-width: 8ch; text-shadow: 0 2px 14px rgba(0,0,0,.6); }
.about__more { margin-top: 16px; color: var(--muted); max-width: 60ch; }

/* ghost „O NÁS" vyššie — nad nápisom „Who are we?" */
.about__text { padding-top: 1.9em; }
.about__text .ghost { top: -0.35em; left: -0.01em; font-size: clamp(2.3rem, 7vw, 4.6rem); }
.about__stats { margin-top: 30px; display: flex; gap: 34px; flex-wrap: wrap; }
.about__stats > div { display: flex; flex-direction: column; }
.about__stats strong { font-family: var(--ff-display); font-size: 1.7rem; color: var(--gold-2); }
.about__stats span { font-size: .82rem; color: var(--muted); letter-spacing: .04em; }

/* ---- VODNÉ FAJKY ------------------------------------------------------- */
.fajky { background: linear-gradient(180deg, transparent, rgba(7,24,19,.4), transparent); }
.fajky__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.fajka-card {
  background: rgba(15,61,50,.55); border: 1px solid var(--line-soft);
  border-radius: var(--radius); padding: 40px 28px; text-align: center;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.fajka-card:hover { transform: translateY(-6px); border-color: var(--line); background: rgba(20,73,59,.6); }
.fajka-card--featured { border-color: var(--gold); box-shadow: 0 16px 40px rgba(216,167,44,.14); position: relative; }
.fajka-card--featured::before {
  content: "Najobľúbenejšie"; position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: var(--green-950); font-size: .66rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; padding: 5px 14px; border-radius: 999px; white-space: nowrap;
}
.fajka-card__icon { width: 66px; margin: 0 auto 16px; color: var(--gold); }
.fajka-card h3 { font-family: var(--ff-display); font-size: 1.5rem; letter-spacing: .1em; text-transform: uppercase; color: var(--cream); }
.fajka-card__price { font-family: var(--ff-display); font-size: 2rem; color: var(--gold-2); margin: 4px 0 16px; }
.meter { width: 130px; height: 8px; margin: 0 auto 16px; background: rgba(243,238,225,.1); border-radius: 999px; overflow: hidden; }
.meter span { display: block; height: 100%; background: linear-gradient(90deg, var(--gold), var(--gold-2)); border-radius: 999px; }
.meter[data-level="1"] span { width: 33%; }
.meter[data-level="2"] span { width: 66%; }
.meter[data-level="3"] span { width: 100%; }
.fajka-card__desc { color: var(--muted); font-size: .92rem; }
.fajky__note { text-align: center; margin-top: 30px; color: var(--gold); font-size: .86rem; font-weight: 500; letter-spacing: .02em; }
.fajky__photos { margin-top: 34px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.fajky__photo { aspect-ratio: 3/4; overflow: hidden; border-radius: 12px; border: 1px solid var(--line-soft); display: block; }
.fajky__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.fajky__photo:hover img { transform: scale(1.07); }

/* ---- GALÉRIA ----------------------------------------------------------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 190px; gap: 14px; }
.gallery__item { overflow: hidden; border-radius: 12px; position: relative; border: 1px solid var(--line-soft); }
.gallery__item--big { grid-column: span 2; grid-row: span 2; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(7,24,19,.55)); opacity: 0; transition: opacity .3s ease; }
.gallery__item:hover img { transform: scale(1.07); }
.gallery__item:hover::after { opacity: 1; }

/* ---- OTVÁRACIE HODINY -------------------------------------------------- */
.hours__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 30px;
  background: rgba(7,24,19,.5); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 34px 40px; }
.hours__head { flex: 1 1 220px; }
.hours__head .section-title { font-size: clamp(1.6rem, 3vw, 2.1rem); }
.hours__list { flex: 2 1 380px; display: grid; gap: 8px; }
.hours__list li { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; border-bottom: 1px dashed var(--line-soft); }
.hours__list li:last-child { border-bottom: 0; }
.hours__list span { color: var(--cream-dim); letter-spacing: .04em; }
.hours__list b { color: var(--gold-2); font-family: var(--ff-display); }

/* ---- EVENTY ------------------------------------------------------------ */
.eventy { background: linear-gradient(180deg, rgba(7,24,19,.5), rgba(10,38,32,.3)); }
.eventy__grid { display: grid; gap: 2px; max-width: 860px; margin: 0 auto; }
.event-row {
  display: grid; grid-template-columns: 150px 180px 1fr; align-items: baseline; gap: 18px;
  padding: 18px 6px; border-bottom: 1px solid var(--line-soft); transition: background .2s ease;
}
.event-row:hover { background: var(--gold-soft); }
.event-row__day { font-family: var(--ff-display); text-transform: uppercase; letter-spacing: .08em; font-size: 1.02rem; color: var(--cream); }
.event-row__name { font-weight: 700; color: var(--gold-2); }
.event-row__desc { color: var(--muted); font-size: .94rem; }

/* ---- PERKS ------------------------------------------------------------- */
.perks__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.perk { background: rgba(15,61,50,.5); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 32px 26px; }
.perk--gold { border-color: var(--line); background: rgba(20,73,59,.55); }
.perk__icon { width: 44px; height: 44px; color: var(--gold); margin-bottom: 16px; }
.perk__icon svg { width: 100%; height: 100%; }
.perk h3 { font-family: var(--ff-display); font-size: 1.2rem; letter-spacing: .06em; color: var(--cream); margin-bottom: 8px; }
.perk p { color: var(--muted); font-size: .95rem; }
.perk__link { display: inline-block; margin-top: 12px; color: var(--gold-2); font-weight: 600; font-size: .9rem; }
.perk__link:hover { color: var(--gold); }

/* ---- RECENZIE ---------------------------------------------------------- */
.recenzie__rating { display: inline-flex; align-items: center; gap: 12px; margin-top: 16px; color: var(--cream-dim); font-size: .96rem; }
.recenzie__rating .stars { color: var(--gold); letter-spacing: 2px; }
.recenzie__rating strong { color: var(--gold-2); font-size: 1.1rem; }
.recenzie__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { background: rgba(15,61,50,.5); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 28px 26px; }
.review-card .stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 12px; }
.review-card p { color: var(--cream-dim); font-style: italic; }
.review-card cite { display: block; margin-top: 14px; color: var(--muted); font-style: normal; font-size: .85rem; letter-spacing: .04em; }
.recenzie__cta { text-align: center; margin-top: 34px; }

/* ---- INSTAGRAM --------------------------------------------------------- */
.ig-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.ig-grid__item { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 10px; border: 1px solid var(--line-soft); }
.ig-grid__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.ig-grid__hover { position: absolute; inset: 0; background: rgba(216,167,44,.0); transition: background .3s ease; }
.ig-grid__item:hover img { transform: scale(1.08); }
.ig-grid__item:hover .ig-grid__hover { background: rgba(7,24,19,.35); }
.instagram__cta { text-align: center; margin-top: 34px; }

/* živý IG feed (embed) / placeholder */
.ig-embed { border: 1px dashed var(--line); border-radius: var(--radius); background: rgba(7,24,19,.4); min-height: 340px; display: grid; place-items: center; overflow: hidden; }
.ig-embed iframe { width: 100%; border: 0; display: block; }
.ig-embed__placeholder { text-align: center; color: var(--muted); padding: 44px 24px; max-width: 480px; }
.ig-embed__placeholder svg { color: var(--gold); margin-bottom: 14px; }
.ig-embed__placeholder p { color: var(--cream-dim); font-size: 1.02rem; margin-bottom: 6px; }
.ig-embed__placeholder span { font-size: .82rem; }

/* kontajnery pre WordPress shortcody (IG feed + Google recenzie) */
.ig-feed, .reviews-widget { width: 100%; min-height: 40px; }
.reviews-widget { margin-top: 8px; }

/* ---- CTA PÁSIK --------------------------------------------------------- */
.cta-band { position: relative; padding: clamp(60px, 9vw, 110px) 20px; text-align: center;
  background: radial-gradient(120% 140% at 50% 0%, rgba(20,73,59,.7), rgba(7,24,19,.95)); border-block: 1px solid var(--line-soft); }
.cta-band__inner { max-width: 760px; }
.cta-band__script { margin-bottom: 8px; }
.cta-band .section-title { font-size: clamp(1.8rem, 4vw, 2.7rem); }
.cta-band__actions { margin-top: 30px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---- FAQ --------------------------------------------------------------- */
.faq__wrap { max-width: 820px; }
.faq__list { display: grid; gap: 12px; }
.faq-item { background: rgba(15,61,50,.45); border: 1px solid var(--line-soft); border-radius: 12px; padding: 4px 22px; }
.faq-item summary { cursor: pointer; list-style: none; padding: 18px 0; font-weight: 600; color: var(--cream); display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.5rem; color: var(--gold); transition: transform .25s ease; line-height: 1; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding: 0 0 20px; color: var(--muted); }
.faq-item a { color: var(--gold-2); }

/* ---- MAPA -------------------------------------------------------------- */
.mapa__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 30px; margin-top: 34px; align-items: stretch; }
.mapa__info { background: rgba(7,24,19,.5); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 34px; display: flex; flex-direction: column; gap: 22px; }
.mapa__row { display: flex; gap: 14px; }
.mapa__row svg { color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.mapa__row b { display: block; font-family: var(--ff-display); letter-spacing: .06em; color: var(--gold-2); font-size: .92rem; margin-bottom: 2px; }
.mapa__row span { color: var(--cream-dim); font-size: .96rem; }
.mapa__row a { color: var(--cream-dim); }
.mapa__row a:hover { color: var(--gold-2); }
.mapa__socials { display: flex; gap: 12px; margin-top: auto; flex-wrap: wrap; }
.mapa__embed { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-soft); min-height: 360px; }
.mapa__embed iframe { width: 100%; height: 100%; min-height: 360px; border: 0; filter: grayscale(.2) contrast(1.05); }

/* =========================================================================
   RESPONZÍVNE
   ========================================================================= */
@media (max-width: 900px) {
  .only-mobile { display: block; }
  .nav__reserve { display: none; }
  .about__grid { grid-template-columns: 1fr; gap: 34px; }
  .about__art { max-width: 360px; margin-inline: auto; aspect-ratio: 4/3; }
  .fajky__grid { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; }
  .fajky__photos { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .gallery__item--big { grid-column: span 2; grid-row: span 1; }
  .event-row { grid-template-columns: 1fr; gap: 4px; padding: 16px 6px; }
  .event-row__name { color: var(--gold-2); }
  .perks__grid, .recenzie__grid { grid-template-columns: 1fr; }
  .ig-grid { grid-template-columns: repeat(3, 1fr); }
  .mapa__grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 210px; }
  .ig-grid { grid-template-columns: repeat(2, 1fr); }
  .about__stats { gap: 22px; }
  .hours__inner { padding: 26px 22px; }
}
