/* ====================================================
   KAŠTIEĽ AGÁTKA — Design 34 (Merged 03+04)
   ==================================================== */

:root {
  --ivory: #f6f1ea;
  --cream: #fbf8f3;
  --paper: #fffdf9;
  --stone: #dccfbd;
  --ink: #171514;
  --muted: #6b6259;
  --gold: #b6905d;
  --gold-dark: #8f6c41;
  --gold-light: #e4c69a;
  --forest: #213129;
  --line: rgba(23, 21, 20, 0.1);
  --line-gold: rgba(182, 144, 93, 0.18);
  --shadow: 0 24px 80px rgba(23, 21, 20, 0.13);
  --radius: 28px;
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(182,144,93,.09), transparent 22%),
    linear-gradient(180deg, #f7f2ec 0%, #f4eee6 100%);
}

.display-serif,
.brand-word,
.section-title,
.hero-title,
.quote-text,
.stat-number,
.font-display { font-family: 'Cormorant Garamond', serif; }

/* ── TOPLINE ─────────────────────────────────────── */
.topline {
  background: var(--stone);
  color: var(--ink);
  font-size: .88rem;
  letter-spacing: .03em;
  border-bottom: 1px solid var(--line-gold);
}
.topline a { color: var(--gold-dark); text-decoration: none; font-weight: 600; }
.topline a:hover { color: var(--ink); }

/* ── NAVBAR ─────────────────────────────────────── */
.navbar-shell {
  position: sticky;
  top: 0;
  z-index: 1035;
  background: rgba(246, 241, 234, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(23, 21, 20, .07);
}
.navbar-brand { display: flex; align-items: center; gap: .8rem; color: var(--ink) !important; font-weight: 800; text-decoration: none; }
.navbar-brand img { height: 48px; width: auto; }
.brand-word { font-size: 2rem; line-height: 1; letter-spacing: .03em; }
.nav-link { font-weight: 600; color: var(--ink) !important; opacity: .9; }
.nav-link:hover { opacity: 1; color: var(--gold-dark) !important; }

.btn-gold {
  background: linear-gradient(135deg, var(--gold) 0%, #c9a876 100%);
  color: var(--ink);
  border: none;
  border-radius: 999px;
  padding: .85rem 1.4rem;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(182, 144, 93, .28);
  text-decoration: none;
  display: inline-block;
}
.btn-gold:hover {
  background: linear-gradient(135deg, var(--gold-dark) 0%, #b38c5f 100%);
  color: var(--ink);
}

/* ── HERO CAROUSEL ────────────────────────────────── */
.hero-shell { padding-top: 0; }

.carousel-item { height: min(88vh, 900px); min-height: 620px; }
.carousel-item > img {
  width: 100%; height: 100%; object-fit: cover;
  /* LIGHTENED: brighter, airy, not dark */
  filter: saturate(1.1) contrast(0.97) brightness(1.05);
}

/* cream-to-transparent overlay from left — allows dark text on card */
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg,
      rgba(246,241,234,.92) 0%,
      rgba(246,241,234,.78) 28%,
      rgba(246,241,234,.42) 52%,
      rgba(246,241,234,.08) 72%,
      rgba(246,241,234,0) 100%),
    linear-gradient(180deg, rgba(246,241,234,.10) 0%, rgba(246,241,234,.22) 100%);
}

.hero-content {
  position: absolute; inset: 0; display: flex; align-items: center; z-index: 2;
}

/* Light hero card — dark text on cream, no inversion */
.hero-card {
  max-width: 780px;
  background: rgba(251, 248, 243, .96);
  border: 1px solid rgba(182, 144, 93, .22);
  border-radius: 32px;
  padding: clamp(28px, 4vw, 52px);
  box-shadow: 0 30px 80px rgba(23, 20, 10, .14);
  color: var(--ink);
  backdrop-filter: blur(6px);
}

.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .45rem .9rem;
  border-radius: 999px;
  background: rgba(182, 144, 93, .10);
  border: 1px solid rgba(182, 144, 93, .28);
  font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold-dark); font-weight: 700;
}

.hero-title {
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  line-height: .94;
  color: var(--ink);
  margin: 1rem 0 .9rem;
}
.hero-title .accent { color: var(--gold-dark); }

.hero-lead {
  max-width: 660px;
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.72;
}

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 1.6rem; }

.btn-outline-kastiel {
  border: 1.5px solid var(--gold);
  background: transparent;
  color: var(--gold-dark);
  border-radius: 999px;
  padding: .85rem 1.4rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}
.btn-outline-kastiel:hover { background: var(--gold); color: var(--ink); }

.hero-meta { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 1.4rem; }
.hero-meta span {
  padding: 8px 14px; border-radius: 999px;
  color: var(--muted); font-size: .88rem;
  background: rgba(182, 144, 93, .07);
  border: 1px solid rgba(182, 144, 93, .2);
}

/* ── THUMBNAIL STRIP ──────────────────────────────── */
.hero-thumbs-wrap {
  margin-top: -70px; position: relative; z-index: 5;
}
.hero-thumbs {
  background: rgba(251, 248, 243, .96);
  border: 1px solid var(--line-gold);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 16px;
}
.thumb-item {
  position: relative; overflow: hidden; border-radius: 18px;
  cursor: pointer; height: 155px;
}
.thumb-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.thumb-item:hover img { transform: scale(1.06); }
.thumb-item span {
  position: absolute; left: 10px; right: 10px; bottom: 10px;
  color: var(--ink); font-weight: 700; font-size: .88rem;
  background: rgba(246, 241, 234, .88);
  border: 1px solid rgba(182, 144, 93, .22);
  backdrop-filter: blur(8px);
  padding: 6px 10px; border-radius: 10px;
}

/* ── SECTIONS ────────────────────────────────────── */
.section { padding: 5.5rem 0; }
.section-sm { padding: 4rem 0; }

.section-kicker {
  color: var(--gold-dark);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 800;
  font-size: .76rem;
  margin-bottom: .5rem;
}
.section-title { font-size: clamp(2.3rem, 4vw, 3.9rem); line-height: 1; margin: .7rem 0 1rem; }
.section-lead { font-size: 1.04rem; color: var(--muted); line-height: 1.82; }
.ornament { width: 80px; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); margin-bottom: 22px; }

/* ── CASTLE INTRO PANEL ──────────────────────────── */
.panel {
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.castle-intro { padding: 2rem; }
.crest {
  width: 68px; height: 68px; border-radius: 22px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(182,144,93,.22), rgba(182,144,93,.07));
  border: 1px solid rgba(182, 144, 93, .24);
  color: var(--gold-dark); font-size: 1.6rem; font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 1rem;
}

.framed-image {
  position: relative; min-height: 560px; border-radius: 36px;
  overflow: hidden; box-shadow: var(--shadow);
  background: #ddd url('img/089-frantisek-petko-svadobny-fotograf-lenka-tomas-svadba-hotel-agatka-cierna-voda.jpg') center / cover no-repeat;
}
.framed-image::before {
  content: ''; position: absolute; inset: 18px;
  border: 1px solid rgba(182, 144, 93, .44); border-radius: 26px;
}
.framed-image .label {
  position: absolute; left: 24px; bottom: 24px;
  background: rgba(246, 241, 234, .92);
  color: var(--ink);
  border: 1px solid rgba(182, 144, 93, .3);
  backdrop-filter: blur(10px);
  border-radius: 18px; padding: .9rem 1.1rem;
}
.framed-image .label .small { color: var(--muted); }

.timeline { position: relative; padding-left: 1.6rem; }
.timeline::before { content: ''; position: absolute; left: .28rem; top: .4rem; bottom: .4rem; width: 1px; background: rgba(182, 144, 93, .4); }
.timeline-item { position: relative; padding-bottom: 1.35rem; }
.timeline-item::before {
  content: ''; position: absolute; left: -1.55rem; top: .35rem;
  width: 11px; height: 11px; border-radius: 50%;
  background: var(--gold); box-shadow: 0 0 0 6px rgba(182,144,93,.14);
}
.timeline-item h4 { font-size: 1.05rem; margin-bottom: .35rem; }
.timeline-item p { margin: 0; color: var(--muted); }

/* ── SUITE CARDS ────────────────────────────────── */
.suite-card, .pillar-card, .gallery-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  height: 100%;
  overflow: hidden;
}
.suite-card img { width: 100%; height: 280px; object-fit: cover; display: block; }
.suite-body, .pillar-body { padding: 1.45rem; }
.suite-body h3, .pillar-body h3 { font-size: 1.35rem; margin-bottom: .55rem; font-family: 'Cormorant Garamond', serif; }
.suite-body p, .pillar-body p { color: var(--muted); line-height: 1.75; }

.amenities { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1rem; }
.amenities span {
  background: #fff; border: 1px solid var(--line);
  border-radius: 999px; padding: .38rem .8rem;
  font-size: .85rem; color: #4f4943;
}

/* ── EVENTY — LIGHT QUOTE BAND ──────────────────── */
/* Replaces the dark quote-band — now light with gold accents */
.quote-band {
  background: linear-gradient(135deg, var(--cream) 0%, #ede8df 50%, var(--ivory) 100%);
  color: var(--ink);
  border-radius: 36px;
  padding: 2.6rem;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-gold);
}
.quote-band::before {
  content: '';
  position: absolute; top: -40px; right: -40px;
  width: 220px; height: 220px; border-radius: 50%;
  background: radial-gradient(circle, rgba(182,144,93,.18) 0%, rgba(182,144,93,0) 70%);
}
.quote-band::after {
  content: '';
  position: absolute; bottom: -30px; left: -30px;
  width: 160px; height: 160px; border-radius: 50%;
  background: radial-gradient(circle, rgba(182,144,93,.12) 0%, rgba(182,144,93,0) 70%);
}
.quote-text {
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.05;
  max-width: 800px;
  color: var(--ink);
}
.quote-band .section-kicker { color: var(--gold-dark); }

.stat-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin-top: 2rem; }
.stat-box {
  background: rgba(255, 255, 255, .78);
  border: 1px solid var(--line-gold);
  border-radius: 24px;
  padding: 1.2rem;
}
.stat-number {
  font-size: 2.2rem; line-height: 1; margin-bottom: .3rem;
  color: var(--gold-dark);
}
.stat-box > div:last-child { color: var(--muted); font-size: .9rem; line-height: 1.5; }

/* ── PILLAR CARDS ────────────────────────────────── */
.pillar-card { background: var(--cream); }
.pillar-body .section-kicker { display: block; margin-bottom: .5rem; }

/* ── GALLERY CARDS ───────────────────────────────── */
.gallery-card { position: relative; cursor: pointer; min-height: 260px; overflow: hidden; }
.gallery-card img { width: 100%; height: 280px; object-fit: cover; transition: transform .6s ease; display: block; }
.gallery-card:hover img { transform: scale(1.05); }
.gallery-card::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(246,241,234,0) 30%, rgba(246,241,234,.72) 100%);
}
.gallery-card .caption {
  position: absolute; left: 1rem; right: 1rem; bottom: 1rem;
  color: var(--ink); z-index: 2;
}
.gallery-card .caption .small { color: var(--muted); }

/* ── KONTAKT — LIGHT LAYOUT ──────────────────────── */
.contact-wrap {
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(251,248,240,.94));
  border-radius: 34px;
  border: 1px solid var(--line-gold);
  box-shadow: var(--shadow);
  overflow: hidden;
}
/* contact-side: was dark, now light ivory with gold accents */
.contact-side {
  background: linear-gradient(160deg, var(--ivory) 0%, #ede8df 100%);
  color: var(--ink);
  padding: 2.2rem;
  height: 100%;
  border-right: 1px solid var(--line-gold);
}
.contact-side h2 { color: var(--ink); }
.contact-side p { color: var(--muted); }
.contact-side .section-kicker { color: var(--gold-dark); }
.contact-detail {
  padding: 1rem 0;
  border-bottom: 1px solid var(--line-gold);
}
.contact-detail:last-child { border-bottom: none; }
.contact-detail strong { color: var(--ink); }
.contact-detail span { color: var(--muted); font-size: .9rem; }

.form-control, .form-select {
  border-radius: 16px;
  padding: .9rem 1rem;
  border: 1px solid rgba(23, 21, 20, .12);
  background: #fff;
  color: var(--ink);
}
.form-control:focus, .form-select:focus {
  box-shadow: 0 0 0 .25rem rgba(182, 144, 93, .14);
  border-color: rgba(182, 144, 93, .38);
}

/* ── FOOTER — LIGHT ──────────────────────────────── */
.footer {
  background: var(--ivory);
  color: var(--muted);
  padding: 2.4rem 0;
  border-top: 1px solid var(--line-gold);
}
.footer strong { color: var(--ink); }
.footer a { color: var(--gold-dark); text-decoration: none; }
.footer a:hover { color: var(--ink); }

/* ── FLOATING CTA ────────────────────────────────── */
.floating-cta { position: fixed; right: 18px; bottom: 18px; z-index: 1055; display: none; }
.floating-cta a {
  display: inline-flex; align-items: center; gap: .7rem;
  text-decoration: none; color: var(--ink);
  background: linear-gradient(135deg, var(--gold) 0%, #c7a06d 100%);
  padding: .9rem 1.2rem; border-radius: 999px; font-weight: 800;
  box-shadow: 0 18px 36px rgba(182, 144, 93, .36);
}

/* ── SCROLL REVEAL ───────────────────────────────── */
.reveal { opacity: 0; transform: translateY(22px); transition: all .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 1199.98px) {
  .hero-title { max-width: 640px; }
  .stat-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 991.98px) {
  .carousel-item { height: 80vh; min-height: 560px; }
  .framed-image { min-height: 420px; }
  .hero-thumbs-wrap { margin-top: -40px; }
  .contact-side { border-right: none; border-bottom: 1px solid var(--line-gold); }
}
@media (max-width: 767.98px) {
  .hero-card { padding: 22px 20px; }
  .hero-title { font-size: 2.6rem; }
  .hero-lead { font-size: .97rem; }
  .hero-meta span { font-size: .83rem; }
  .stat-strip { grid-template-columns: 1fr; }
  .section { padding: 4rem 0; }
  .suite-card img { height: 230px; }
  .framed-image { min-height: 320px; }
  .thumb-item { height: 120px; }
  .thumb-item span { font-size: .78rem; }
}
