/* Explore Prishtina — editorial redesign */
:root {
  --ep-ink: #1c232b;
  --ep-muted: #5c6670;
  --ep-soft: #8a939c;
  --ep-paper: #f3efe8;
  --ep-navy: #1e3a5f;
  --ep-navy-deep: #13283f;
  --ep-gold: #c4a35a;
  --ep-gold-bright: #e4c77a;
  --ep-shadow: 0 18px 50px rgba(20, 28, 36, 0.14);
}

body.explore-prishtina.sacher-home.policy-font-noto-serif,
body.explore-prishtina.sacher-home.policy-font-noto-serif h1,
body.explore-prishtina.sacher-home.policy-font-noto-serif h2,
body.explore-prishtina.sacher-home.policy-font-noto-serif h3,
body.explore-prishtina.sacher-home.policy-font-noto-serif p,
body.explore-prishtina.sacher-home.policy-font-noto-serif a,
body.explore-prishtina.sacher-home.policy-font-noto-serif button {
  font-family: "Noto Serif", Georgia, serif !important;
}

body.explore-prishtina.sacher-home .fa,
body.explore-prishtina.sacher-home [class^="icon_"],
body.explore-prishtina.sacher-home [class*=" icon_"] {
  font-family: FontAwesome !important;
}

body.explore-prishtina {
  color: var(--ep-ink);
  background:
    radial-gradient(ellipse 70% 45% at 10% 0%, rgba(196, 163, 90, 0.08), transparent 55%),
    radial-gradient(ellipse 55% 40% at 95% 20%, rgba(30, 58, 95, 0.06), transparent 50%),
    linear-gradient(180deg, #f7f3ec 0%, var(--ep-paper) 40%, #efe9df 100%);
}

html {
  scroll-behavior: smooth;
}

.ep-reveal {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.ep-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Hero */
.ep-hero {
  margin: 0;
  background: #0d1218;
}

.ep-hero__banner {
  position: relative;
  width: 100%;
  min-height: clamp(520px, 88vh, 860px);
  overflow: hidden;
}

.ep-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 82%;
  transform-origin: center center;
  animation: epKenBurns 26s ease-in-out infinite alternate;
}

.ep-hero__banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 12, 18, 0.78) 0%, rgba(8, 12, 18, 0.45) 48%, rgba(8, 12, 18, 0.22) 100%),
    linear-gradient(180deg, rgba(8, 12, 18, 0.2) 0%, rgba(8, 12, 18, 0.55) 100%);
}

.ep-hero__banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(243, 239, 232, 0.95));
}

.ep-hero__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding: 0 clamp(20px, 5vw, 56px) clamp(88px, 12vh, 140px);
  pointer-events: none;
}

.ep-hero__content a {
  pointer-events: auto;
}

.ep-hero__container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.ep-hero__inner {
  max-width: 700px;
  opacity: 0;
  transform: translateY(28px);
  animation: epRiseIn 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
}

.ep-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ep-gold-bright);
}

.ep-hero__kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--ep-gold);
}

.ep-hero__title {
  margin: 0;
  font-size: clamp(34px, 5.4vw, 64px);
  line-height: 1.08;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.02em;
  text-shadow: 0 8px 40px rgba(0, 0, 0, 0.35);
  white-space: normal;
}

.ep-hero__lead {
  margin: 20px 0 0;
  max-width: 34rem;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}

.ep-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.ep-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--ep-gold);
  color: #1a1408;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  box-shadow: 0 10px 28px rgba(196, 163, 90, 0.28);
}

.ep-hero__btn:hover {
  background: var(--ep-gold-bright);
  color: #1a1408;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(196, 163, 90, 0.38);
}

.ep-hero__btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: none;
}

.ep-hero__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: none;
}

.ep-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 36px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  animation: epBounce 2.2s ease-in-out infinite;
}

.ep-hero__scroll span {
  width: 1px;
  height: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), transparent);
}

/* Jump */
.ep-jump {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  justify-content: center;
  gap: clamp(8px, 2vw, 22px);
  padding: 14px 16px;
  background: rgba(243, 239, 232, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(28, 35, 43, 0.08);
}

.ep-jump a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ep-muted);
  transition: color 0.2s ease;
}

.ep-jump a:hover {
  color: var(--ep-navy);
}

.ep-jump__book {
  color: var(--ep-navy) !important;
}

/* Section head */
.ep-section-label {
  display: inline-block;
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ep-gold);
}

.ep-section-title {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  font-weight: 600;
  color: var(--ep-navy);
  letter-spacing: -0.015em;
}

.ep-section-intro {
  margin: 14px 0 0;
  max-width: 38rem;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.75;
  color: var(--ep-muted);
}

/* Quote */
.ep-quote {
  padding: clamp(56px, 8vw, 96px) clamp(20px, 5vw, 48px);
}

.ep-quote__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.ep-quote__mark {
  display: block;
  margin: 0 auto 18px;
  font-size: clamp(48px, 7vw, 72px);
  line-height: 0.8;
  color: var(--ep-gold);
  opacity: 0.8;
}

.ep-quote__text {
  margin: 0;
  font-size: clamp(22px, 3.2vw, 36px);
  line-height: 1.35;
  font-weight: 500;
  font-style: italic;
  color: var(--ep-navy-deep);
}

.ep-quote__by {
  margin: 22px 0 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ep-soft);
}

/* Pulse */
.ep-pulse {
  padding: 0 clamp(20px, 5vw, 48px) clamp(40px, 6vw, 72px);
}

.ep-pulse__grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.ep-pulse__card {
  padding: clamp(22px, 3vw, 28px);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(28, 35, 43, 0.06);
  box-shadow: 0 10px 30px rgba(20, 28, 36, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.ep-pulse__card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ep-shadow);
}

.ep-pulse__num {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--ep-gold);
}

.ep-pulse__card h3 {
  margin: 0 0 8px;
  font-size: clamp(17px, 1.6vw, 20px);
  color: var(--ep-navy);
}

.ep-pulse__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--ep-muted);
}

/* Festivals */
.ep-festivals {
  padding: clamp(48px, 7vw, 88px) clamp(20px, 5vw, 48px);
}

.ep-festivals__inner {
  max-width: 1240px;
  margin: 0 auto;
}

.ep-festivals__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px 40px;
  align-items: end;
  margin-bottom: clamp(36px, 5vw, 52px);
}

.ep-festivals__all {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ep-navy);
  text-decoration: none;
  border-bottom: 1px solid rgba(30, 58, 95, 0.35);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.ep-festivals__all:hover {
  color: var(--ep-gold);
  border-color: var(--ep-gold);
}

.ep-festivals__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 28px);
  align-items: start;
}

.ep-festival-card {
  display: flex;
  flex-direction: column;
}

.ep-festival-card--offset {
  margin-top: clamp(28px, 4vw, 56px);
}

.ep-festival-card__link {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.ep-festival-card__link:hover {
  color: inherit;
  text-decoration: none;
}

.ep-festival-card__media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: 0 16px 40px rgba(20, 28, 36, 0.14);
}

.ep-festival-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.ep-festival-card__link:hover .ep-festival-card__media img {
  transform: scale(1.06);
}

.ep-festival-card__tag {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 7px 11px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ep-navy);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
  backdrop-filter: blur(6px);
}

.ep-festival-card__body {
  padding: 20px 6px 0;
}

.ep-festival-card__body h3 {
  margin: 0 0 8px;
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 700;
  color: var(--ep-ink);
  line-height: 1.25;
  transition: color 0.2s ease;
}

.ep-festival-card__link:hover .ep-festival-card__body h3 {
  color: var(--ep-navy);
}

.ep-festival-card__date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 10px;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--ep-soft);
}

.ep-festival-card__date svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  color: #a8b0b8;
}

.ep-festival-card__body p:not(.ep-festival-card__date) {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--ep-muted);
}

/* Landmarks */
.ep-landmarks {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 7vw, 96px) clamp(20px, 5vw, 48px);
  background:
    radial-gradient(ellipse 80% 60% at 12% 0%, rgba(196, 163, 90, 0.1), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 100%, rgba(30, 58, 95, 0.08), transparent 50%),
    linear-gradient(180deg, #f6f1e9 0%, #e8e1d4 100%);
}

.ep-landmarks__inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.ep-landmarks__head {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 52px);
}

.ep-landmarks__title {
  margin: 0;
  font-size: clamp(30px, 3.8vw, 46px);
  line-height: 1.12;
  font-weight: 600;
  color: var(--ep-navy);
}

.ep-landmarks__title::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ep-gold), var(--ep-gold-bright), var(--ep-gold));
}

.ep-landmarks__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: minmax(200px, auto);
  gap: clamp(14px, 1.8vw, 20px);
}

.ep-landmark-card {
  --ep-lm-delay: 0s;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #141820;
  min-height: 240px;
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1) var(--ep-lm-delay),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1) var(--ep-lm-delay),
    box-shadow 0.45s ease;
  box-shadow: 0 14px 36px rgba(20, 24, 32, 0.14);
}

.ep-landmarks.is-visible .ep-landmark-card {
  opacity: 1;
  transform: none;
}

.ep-landmark-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 56px rgba(20, 24, 32, 0.28);
}

.ep-landmarks.is-visible .ep-landmark-card:hover {
  transform: translateY(-8px);
}

.ep-landmark-card--library {
  grid-column: span 7;
  grid-row: span 2;
  min-height: clamp(420px, 50vw, 520px);
  --ep-lm-delay: 0.05s;
}

.ep-landmark-card--cathedral {
  grid-column: span 5;
  min-height: clamp(200px, 24vw, 250px);
  --ep-lm-delay: 0.12s;
}

.ep-landmark-card--newborn {
  grid-column: span 5;
  min-height: clamp(200px, 24vw, 250px);
  --ep-lm-delay: 0.2s;
}

.ep-landmark-card--museum,
.ep-landmark-card--heroinat {
  grid-column: span 6;
  min-height: clamp(220px, 26vw, 280px);
}

.ep-landmark-card--museum {
  --ep-lm-delay: 0.28s;
}

.ep-landmark-card--heroinat {
  --ep-lm-delay: 0.36s;
}

.ep-landmark-card__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.ep-landmark-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.ep-landmark-card:hover .ep-landmark-card__media img {
  transform: scale(1.08);
}

.ep-landmark-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(18px, 2.5vw, 28px);
  background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.78) 100%);
}

.ep-landmark-card__tag {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ep-gold-bright);
}

.ep-landmark-card__overlay h3 {
  margin: 0;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.22;
  font-weight: 600;
  color: #fff;
}

.ep-landmark-card__copy {
  margin: 10px 0 0;
  max-width: 520px;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}

/* Stay CTA */
.ep-stay {
  padding: clamp(48px, 7vw, 88px) clamp(20px, 5vw, 48px) clamp(72px, 9vw, 112px);
}

.ep-stay__box {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 28px;
  align-items: center;
  padding: clamp(36px, 5vw, 56px);
  border-radius: 28px;
  background:
    radial-gradient(ellipse 60% 80% at 100% 0%, rgba(196, 163, 90, 0.18), transparent 50%),
    linear-gradient(135deg, var(--ep-navy) 0%, var(--ep-navy-deep) 100%);
  box-shadow: 0 24px 64px rgba(30, 58, 95, 0.28);
  color: #fff;
}

.ep-stay__title {
  margin: 0 0 10px;
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 600;
  line-height: 1.15;
}

.ep-stay__copy {
  margin: 0;
  max-width: 34rem;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

.ep-stay__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 30px;
  border-radius: 999px;
  background: var(--ep-gold);
  color: #1a1408;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 10px 28px rgba(196, 163, 90, 0.3);
}

.ep-stay__btn:hover {
  color: #1a1408;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(196, 163, 90, 0.42);
}

@keyframes epKenBurns {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}

@keyframes epRiseIn {
  to { opacity: 1; transform: none; }
}

@keyframes epBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(7px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ep-hero__image,
  .ep-hero__inner,
  .ep-hero__scroll,
  .ep-reveal,
  .ep-landmark-card {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 900px) {
  .ep-hero__title {
    font-size: clamp(28px, 8vw, 40px);
  }

  .ep-hero__scroll {
    display: none;
  }

  .ep-jump {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .ep-pulse__grid,
  .ep-festivals__grid {
    grid-template-columns: 1fr;
  }

  .ep-festivals__head {
    grid-template-columns: 1fr;
  }

  .ep-festival-card--offset {
    margin-top: 0;
  }

  .ep-landmarks__grid {
    grid-template-columns: 1fr;
  }

  .ep-landmark-card--library,
  .ep-landmark-card--cathedral,
  .ep-landmark-card--newborn,
  .ep-landmark-card--museum,
  .ep-landmark-card--heroinat {
    grid-column: auto;
    grid-row: auto;
    min-height: clamp(260px, 68vw, 340px);
  }

  .ep-stay__box {
    grid-template-columns: 1fr;
  }
}
