/* ==========================================
   SHARED DESTINATION STYLES — dest.css
   Used by: destination pages + luxury_japan_itinerary
   Note: global p { font-family, font-size: 15px } is set in header.html
   critical inline CSS — not repeated here.
   ========================================== */

/* HERO SECTION */
.dest-hero {
  position: relative;
  max-width: 1336px;
  margin: 40px auto 0;
  height: 600px;
  overflow: hidden;
}

.dest-hero-img-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.dest-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.dest-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

.dest-hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
  width: 90%;
}

.dest-hero-content h1 {
  font-family: 'GildaDisplay-Regular', serif;
  font-size: 52px;
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1.2;
}

.dest-hero-subtitle {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

/* ARTICLE LAYOUT */
.dest-article {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px 100px;
}

/* BREADCRUMB */
.dest-article .breadcrumb {
  font-family: 'ElroNet-Monospace', monospace;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.dest-article .breadcrumb a {
  color: #947A7A;
  text-decoration: none;
}

.dest-article .breadcrumb a:hover {
  text-decoration: underline;
}

.dest-article .breadcrumb span {
  color: #999;
  margin: 0 8px;
}

.dest-article .breadcrumb span:last-child {
  color: #000;
  margin-left: 8px;
  margin-right: 0;
}

/* SECTIONS */
.dest-section {
  margin-bottom: 50px;
}

.dest-section h2 {
  font-family: 'GildaDisplay-Regular', serif;
  font-size: 30px;
  color: #000;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: normal;
}

.dest-section p {
  line-height: 1.8;
  color: #333;
  margin-bottom: 18px;
  text-align: justify;
}

.dest-section ul {
  margin: 20px 0;
  padding-left: 25px;
}

.dest-section li {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 10px;
  text-align: justify;
}

.dest-intro {
  line-height: 1.9;
  color: #222;
}

/* EXPERIENCES */
.dest-experience-list {
  margin-top: 30px;
}

.dest-experience {
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 3px solid #947A7A;
}

.dest-experience h3 {
  font-family: 'GildaDisplay-Regular', serif;
  font-size: 22px;
  color: #000;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  font-weight: normal;
}

.dest-experience p {
  margin-bottom: 0;
}

/* CTA BUTTONS */
.dest-cta {
  text-align: center;
  padding: 40px 0;
  margin: 10px 0 40px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.dest-cta-text {
  color: #555;
  margin-bottom: 20px;
}

.dest-cta-btn {
  font-family: 'ElroNet-Monospace', monospace;
  font-size: 13px;
  color: #947A7A;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 14px 35px;
  border: 1px solid #947A7A;
  display: inline-block;
  transition: all 0.3s ease;
}

.dest-cta-btn:hover {
  background: rgba(148, 122, 122, 0.1);
}

.dest-cta-final {
  border-top: none;
  border-bottom: none;
  background: #f9f7f6;
  padding: 50px 30px;
  margin-top: 30px;
}

.dest-cta-final h2 {
  font-family: 'GildaDisplay-Regular', serif;
  font-size: 28px;
  color: #000;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  font-weight: normal;
}

/* ITINERARY CARDS */
.dest-itinerary {
  margin: 30px 0;
}

.dest-day {
  background: #fff;
  border: 1px solid #e8e4e1;
  margin-bottom: 20px;
  overflow: hidden;
}

.dest-day-header {
  background: #f9f7f6;
  padding: 18px 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.dest-day-number {
  font-family: 'ElroNet-Monospace', monospace;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #947A7A;
  white-space: nowrap;
}

.dest-day-title {
  font-family: 'GildaDisplay-Regular', serif;
  font-size: 20px;
  color: #000;
  letter-spacing: 0.5px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.dest-day-content {
  padding: 25px;
}

.dest-day-content p {
  line-height: 1.8;
  color: #333;
  margin-bottom: 12px;
  text-align: justify;
}

.dest-day-content p:last-child {
  margin-bottom: 0;
}

.dest-itinerary-note {
  font-style: italic;
  color: #666;
  margin-top: 15px;
}

/* RESPONSIVE */
@media screen and (max-width: 1050px) {
  .dest-hero {
    height: 500px;
    margin: 80px auto 0;
  }

  .dest-hero-content h1 {
    font-size: 42px;
    letter-spacing: 4px;
  }

  .dest-hero-subtitle {
    font-size: 16px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 780px) {
  .dest-hero {
    height: 420px;
    margin: 80px auto 0;
  }

  .dest-hero-content h1 {
    font-size: 32px;
    letter-spacing: 3px;
  }

  .dest-hero-subtitle {
    font-size: 14px;
    letter-spacing: 1.5px;
  }

  .dest-article {
    padding: 30px 15px 80px;
  }

  .dest-section h2 {
    font-size: 26px;
  }

  .dest-experience h3 {
    font-size: 20px;
  }

  .dest-day-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 15px 20px;
  }

  .dest-day-content {
    padding: 20px;
  }

  .dest-cta-final {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 450px) {
  .dest-hero {
    height: 350px;
  }

  .dest-hero-content h1 {
    font-size: 26px;
    letter-spacing: 2px;
  }

  .dest-hero-subtitle {
    font-size: 12px;
  }

  .dest-section h2 {
    font-size: 23px;
  }

  .dest-cta-final h2 {
    font-size: 23px;
  }
}

/* EXPLORE OTHER DESTINATIONS */
.dest-other-destinations {
  border-top: 1px solid #eee;
  padding-top: 50px;
}

.dest-other-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.dest-other-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.dest-other-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.dest-other-card picture {
  display: block;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.dest-other-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}

.dest-other-card:hover img {
  transform: scale(1.04);
}

.dest-other-card-content {
  padding: 20px;
}

.dest-other-card-content h3 {
  font-family: 'GildaDisplay-Regular', serif;
  font-size: 22px;
  color: #000;
  letter-spacing: 1px;
  margin: 0 0 8px;
}

.dest-other-card-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 12px;
}

.dest-other-link {
  font-family: 'ElroNet-Monospace', monospace;
  font-size: 12px;
  color: #947A7A;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dest-other-card:hover .dest-other-link {
  color: #000;
}

@media screen and (max-width: 780px) {
  .dest-other-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================
   QUICK FACTS TABLE
   ========================================== */

.dest-quick-facts {
  background: #f9f7f6;
  border-left: 4px solid #947A7A;
  padding: 30px 35px;
  margin-bottom: 50px;
}

.dest-quick-facts h2 {
  font-family: 'GildaDisplay-Regular', serif;
  font-size: 22px;
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.dest-quick-facts table {
  width: 100%;
  border-collapse: collapse;
}

.dest-quick-facts th,
.dest-quick-facts td {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  padding: 10px 14px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e8e4e1;
}

.dest-quick-facts tr:last-child th,
.dest-quick-facts tr:last-child td {
  border-bottom: none;
}

.dest-quick-facts th {
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  width: 38%;
}

@media screen and (max-width: 780px) {
  .dest-quick-facts {
    padding: 22px 20px;
  }

  .dest-quick-facts table,
  .dest-quick-facts tbody,
  .dest-quick-facts tr,
  .dest-quick-facts th,
  .dest-quick-facts td {
    display: block;
  }

  .dest-quick-facts tr {
    margin-bottom: 14px;
    border-bottom: 1px solid #e8e4e1;
    padding-bottom: 14px;
  }

  .dest-quick-facts tr:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }

  .dest-quick-facts th {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #947A7A;
    padding: 0 0 4px;
    border-bottom: none;
    white-space: normal;
    width: auto;
  }

  .dest-quick-facts td {
    padding: 0;
    border-bottom: none;
    font-size: 15px;
  }
}
