@charset "utf-8";

/* Elephant Eco Tour - page specific styles */

.elephant-eco-hero {
  position: relative;
  overflow: hidden;
  background: #22331f;
}

.elephant-eco-hero img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: cover;
}

.elephant-eco-hero__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 18px;
  background: rgba(40, 55, 34, .78);
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: .02em;
}

.elephant-eco-page,
.elephant-eco-page * {
  box-sizing: border-box;
}

.elephant-eco-page {
  width: 100%;
  padding: 20px 22px 36px;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

.elephant-eco-intro {
  margin: 0 0 22px;
  padding: 25px;
  border-radius: 11px;
  background: #f4f7f0;
}

.elephant-eco-eyebrow {
  margin: 0 0 4px;
  color: #547048;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .05em;
}

.elephant-eco-intro h1 {
  margin: 0 0 7px;
  color: #294324;
  font-size: clamp(1.7rem, 4vw, 2.35rem);
  line-height: 1.35;
}

.elephant-eco-lead {
  margin: 0 0 17px;
  color: #485b42;
  font-size: 1.08rem;
  font-weight: 700;
}

.elephant-eco-intro p:last-child {
  margin-bottom: 0;
}

.elephant-eco-points {
  margin: 0 0 24px;
  padding: 18px 22px;
  border-left: 5px solid #78a55d;
  border-radius: 8px;
  background: #f5faef;
}

.elephant-eco-points ul {
  margin: 0;
  padding-left: 1.4em;
}

.elephant-eco-points li {
  margin: 5px 0;
  font-weight: 700;
}

.elephant-eco-video,
.elephant-eco-card,
.elephant-eco-related,
.elephant-eco-information {
  margin: 24px 0;
  padding: 22px;
  border: 1px solid #dfe6da;
  border-radius: 10px;
  background: #fff;
}

.elephant-eco-video h2,
.elephant-eco-card h2,
.elephant-eco-related h2,
.elephant-eco-information h2 {
  margin: 0 0 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid #78a55d;
  color: #365331;
  font-size: 1.28rem;
}

.elephant-eco-video__frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 10px;
  background: #000;
}

.elephant-eco-video__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.elephant-eco-video__summary {
  margin-top: 16px;
}

.elephant-eco-video__summary h3 {
  margin: 0 0 7px;
  color: #4d6547;
  font-size: 1.05rem;
}

.elephant-eco-price-grid {
  overflow: hidden;
  border: 1px solid #d7dfd1;
  border-radius: 8px;
}

.elephant-eco-price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 14px 16px;
  align-items: center;
  background: #fbfff7;
  border-bottom: 1px solid #e5eadf;
}

.elephant-eco-price-row:last-child {
  border-bottom: 0;
}

.elephant-eco-price-row strong {
  color: #2f5b25;
  font-size: 1.08rem;
  white-space: nowrap;
}

.elephant-eco-card ul,
.elephant-eco-related ul,
.elephant-eco-information ul {
  margin: 0;
  padding-left: 1.45em;
}

.elephant-eco-card li,
.elephant-eco-related li,
.elephant-eco-information li {
  margin: 6px 0;
}

.elephant-eco-schedule-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.elephant-eco-schedule-block {
  padding: 16px;
  border-radius: 8px;
  background: #f8fbf5;
}

.elephant-eco-schedule-block h3 {
  margin: 0 0 10px;
  color: #496942;
  font-size: 1.08rem;
}

.elephant-eco-schedule-block dl {
  margin: 0;
}

.elephant-eco-schedule-block dl div {
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px solid #e2e8de;
}

.elephant-eco-schedule-block dl div:last-child {
  border-bottom: 0;
}

.elephant-eco-schedule-block dt {
  font-weight: 700;
  color: #3d6334;
}

.elephant-eco-schedule-block dd {
  margin: 0;
}

.elephant-eco-note {
  margin: 14px 0 0;
  color: #666;
  font-size: .92rem;
}

.elephant-eco-related a,
.elephant-eco-bottom-link a {
  font-weight: 700;
}

.elephant-eco-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: 20px 0 0;
}

.elephant-eco-actions--bottom {
  margin-top: 28px;
}

.elephant-eco-button {
  display: inline-flex;
  min-height: 48px;
  padding: 11px 24px;
  align-items: center;
  justify-content: center;
  border: 2px solid #5d864c;
  border-radius: 7px;
  background: #fff;
  color: #3e6632;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.elephant-eco-button--primary {
  background: #5d864c;
  color: #fff;
}

.elephant-eco-button:hover,
.elephant-eco-button:focus {
  text-decoration: none;
  filter: brightness(.96);
}

.elephant-eco-bottom-link {
  margin: 28px 0 0;
  padding: 18px;
  border-radius: 8px;
  background: #faf8ef;
  text-align: center;
}

.elephant-eco-bottom-link p {
  margin: 0 0 6px;
  color: #6f6640;
  font-weight: 700;
}

@media (max-width: 700px) {
  .elephant-eco-page {
    padding: 12px 10px 28px;
    font-size: 15px;
  }

  .elephant-eco-intro,
  .elephant-eco-video,
  .elephant-eco-card,
  .elephant-eco-related,
  .elephant-eco-information {
    padding: 16px;
  }

  .elephant-eco-hero__caption {
    position: static;
    background: #455c3d;
    font-size: .92rem;
  }

  .elephant-eco-price-row {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .elephant-eco-schedule-grid {
    grid-template-columns: 1fr;
  }

  .elephant-eco-actions {
    flex-direction: column;
  }

  .elephant-eco-button {
    width: 100%;
  }
}
