/* ═══════════════════════════════════════════════════════════════════════════
   KILIMANJARO PAGE — Page-Specific Styles
   (Cards use kili-card classes from style.css)
   ═══════════════════════════════════════════════════════════════════════════ */

/* ─── HERO ─── */
.k-hero {
  position: relative;
  height: 520px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.k-hero__bg {
  position: absolute;
  inset: 0;
}

.k-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.k-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,0.2) 0%, rgba(10,10,10,0.65) 100%);
}

.k-hero__content {
  position: relative;
  z-index: 2;
  padding-bottom: 56px;
}

.k-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}

.k-hero__breadcrumb a { color: rgba(255,255,255,0.5); transition: color 0.3s; }
.k-hero__breadcrumb a:hover { color: var(--gold); }
.k-hero__breadcrumb--active { color: var(--white); }

.k-hero__label {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.k-hero__title {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 400;
  line-height: 1.15;
  color: var(--white);
  margin-bottom: 16px;
}

.k-hero__desc {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
  max-width: 600px;
  margin-bottom: 28px;
}

/* ─── INTRO ─── */
.k-intro {
  padding: 40px 0;
  background: var(--white);
}

.k-intro__split {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.k-intro__image-col {
  position: relative;
}

.k-intro__image-frame {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.k-intro__image {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.k-intro__image-accent {
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border: 2px solid var(--gold);
  z-index: 1;
}

.k-intro__content-col {
  padding: 20px 0;
}

.k-intro__label {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.k-intro__title {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 500;
  line-height: 1.15;
  color: var(--obsidian);
  margin-bottom: 24px;
}

.k-intro__content-col p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--gray);
  margin-bottom: 16px;
}

/* ─── ROUTE COMPARISON ─── */
.k-compare {
  padding: 40px 0;
  background: var(--white);
}

.k-compare__header {
  text-align: center;
  margin-bottom: 48px;
}

.k-compare__desc {
  font-size: 16px;
  line-height: 1.7;
  color: var(--gray);
  max-width: 560px;
  margin: 0 auto;
}

.k-compare__table-wrap {
  overflow-x: auto;
  margin-bottom: 24px;
}

.k-compare__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}

.k-compare__table thead {
  border-bottom: 2px solid var(--gold);
}

.k-compare__table th {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  text-align: left;
  padding: 14px 16px;
}

.k-compare__table td {
  font-size: 15px;
  color: var(--obsidian);
  padding: 18px 16px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  vertical-align: middle;
}

.k-compare__table tbody tr:hover {
  background: rgba(196,162,101,0.04);
}

.k-compare__table strong {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
}

.k-compare__aka {
  display: block;
  font-size: 12px;
  color: var(--gray);
  margin-top: 2px;
}

.k-compare__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 4px 10px;
}

.k-compare__badge--easy {
  background: #E8F5E9;
  color: #2E7D32;
}

.k-compare__badge--moderate {
  background: #FFF3E0;
  color: #E65100;
}

.k-compare__badge--challenging {
  background: #FBE9E7;
  color: #C62828;
}

.k-compare__price {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  color: var(--obsidian);
}

.k-compare__note {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  color: var(--gray);
}

/* ─── BEST TIME TO CLIMB ─── */
.k-season {
  padding: 40px 0;
  background: var(--cream);
}

.k-season__header {
  text-align: center;
  margin-bottom: 56px;
}

.k-season__desc {
  font-size: 16px;
  line-height: 1.7;
  color: var(--gray);
  max-width: 560px;
  margin: 0 auto;
}

.k-season__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

.k-season__item {
  padding: 28px 24px;
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.04);
  border-top: 3px solid rgba(0,0,0,0.08);
  transition: transform 0.4s var(--ease);
}

.k-season__item:hover {
  transform: translateY(-3px);
}

.k-season__item--avoid {
  opacity: 0.6;
}

.k-season__bar {
  width: 36px;
  height: 4px;
  margin-bottom: 16px;
}

.k-season__bar--best { background: var(--gold); }
.k-season__bar--good { background: #4CAF50; }
.k-season__bar--short { background: #FF9800; }
.k-season__bar--long { background: #9E9E9E; }

.k-season__status {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}

.k-season__title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  color: var(--obsidian);
  margin-bottom: 10px;
}

.k-season__item .k-season__desc {
  font-size: 14px;
  line-height: 1.7;
  color: var(--gray);
  margin: 0;
}

.k-season__note {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  color: var(--gray);
}

/* ─── FIVE CLIMATE ZONES ─── */
.k-zones {
  padding: 40px 0;
  background: var(--cream);
}

.k-zones__header {
  text-align: center;
  margin-bottom: 56px;
}

.k-zones__desc {
  font-size: 16px;
  line-height: 1.7;
  color: var(--gray);
  max-width: 560px;
  margin: 0 auto;
}

.k-zones__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.k-zones__item {
  padding: 32px 24px;
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.04);
  border-top: 3px solid var(--gold);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}

.k-zones__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.06);
}

.k-zones__number {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 400;
  color: var(--gold);
  opacity: 0.25;
  line-height: 1;
  margin-bottom: 16px;
  display: block;
}

.k-zones__title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  color: var(--obsidian);
  margin-bottom: 6px;
}

.k-zones__alt {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.k-zones__desc {
  font-size: 14px;
  line-height: 1.7;
  color: var(--gray);
}

/* ─── WHY CLIMB ─── */
.k-why {
  padding: 40px 0;
  background: var(--cream);
}

.k-why__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.k-why__left p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--gray);
  margin-top: 16px;
}

.k-why__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.k-why__stat {
  text-align: center;
  padding: 32px 20px;
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.04);
}

.k-why__stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 500;
  color: var(--gold);
  margin-bottom: 8px;
}

.k-why__stat-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--gray);
  letter-spacing: 0.5px;
}

/* ─── FINAL CTA ─── */
.k-finalcta {
  position: relative;
  padding: 140px 0;
  overflow: hidden;
}

.k-finalcta__bg {
  position: absolute;
  inset: 0;
}

.k-finalcta__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.k-finalcta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,10,10,0.85) 0%, rgba(10,10,10,0.7) 100%);
}

.k-finalcta__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.k-finalcta__title {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 400;
  line-height: 1.15;
  color: var(--white);
  margin-bottom: 20px;
}

.k-finalcta__desc {
  font-family: var(--font-accent);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
  margin-bottom: 36px;
}

.k-finalcta__buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}

/* ─── ANIMATIONS ─── */
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

[data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.back-to-top {
  position: fixed;
  bottom: 80px;
  right: 24px;
  z-index: 999;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  color: var(--obsidian);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s, transform 0.3s;
  box-shadow: 0 4px 16px rgba(196,162,101,0.4);
}

.back-to-top.is-visible { opacity: 1; visibility: visible; }
.back-to-top:hover { transform: translateY(-3px); }

.nav--scrolled {
  background: rgba(10,10,10,0.95) !important;
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(0,0,0,0.15);
}

/* ═══════════════ RESPONSIVE ═══════════════ */
@media (max-width: 1024px) {
  .k-intro__split { grid-template-columns: 1fr; gap: 40px; }
  .k-intro__image { height: 360px; }
  .k-why__split { gap: 48px; }
  .k-zones__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .k-hero { height: 440px; }
  .k-hero__content { padding-bottom: 40px; }
  .k-hero__title { font-size: clamp(28px, 8vw, 40px); }
  .k-why__split { grid-template-columns: 1fr; gap: 32px; }
  .k-why__stats { grid-template-columns: 1fr 1fr; }
  .k-season__grid { grid-template-columns: repeat(2, 1fr); }
  .k-zones__grid { grid-template-columns: repeat(2, 1fr); }
  .k-compare__table-wrap { margin: 0 -20px; padding: 0 20px; }
  .k-finalcta { padding: 100px 0; }
  .k-finalcta__buttons { flex-direction: column; align-items: center; }
  .k-finalcta__buttons .btn { width: 100%; max-width: 280px; }
}

@media (max-width: 480px) {
  .k-intro__image { height: 280px; }
  .k-hero { height: 400px; }
  .k-hero__desc { font-size: 14px; }
  .k-why__stats { grid-template-columns: 1fr; }
  .k-why__stat-num { font-size: 28px; }
  .k-zones__grid { grid-template-columns: 1fr; gap: 12px; }
  .k-zones__item { padding: 24px 20px; }
  .k-season__grid { grid-template-columns: 1fr; }
  .k-compare__table { min-width: 600px; }
  .k-compare__table th,
  .k-compare__table td { padding: 12px 10px; font-size: 13px; }
  .k-compare__price { font-size: 15px; }
  .k-compare__aka { font-size: 11px; }
  .k-intro__title { font-size: clamp(24px, 7vw, 36px); }
}
