@charset "utf-8";

/* ATV details page
   Page-specific styles only.
   Common layout/menu styles remain in Tour-base-2024.dwt and samui.css.
*/



.atv-page {
  box-sizing: border-box;
  width: 100%;
  padding: 18px 20px 34px;
  color: #333;
  font-size: 16px;
  line-height: 1.75;
}

.atv-page *,
.atv-page *::before,
.atv-page *::after {
  box-sizing: border-box;
}

.atv-intro {
  margin: 0 0 22px;
  padding: 24px;
  border-radius: 10px;
  background: #f7f7f2;
}

.atv-eyebrow {
  margin: 0 0 5px;
  color: #6c6c4b;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.atv-intro h1 {
  margin: 0;
  color: #333;
  font-size: clamp(1.65rem, 4vw, 2.3rem);
  line-height: 1.3;
}

.atv-intro h2 {
  margin: 6px 0 18px;
  color: #6d6d42;
  font-size: clamp(1.05rem, 2.6vw, 1.35rem);
  line-height: 1.5;
}

.atv-intro p {
  margin: 0 0 12px;
}

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

.atv-points {
  margin: 0 auto 22px;
  padding: 18px 22px;
  border-left: 5px solid #e49429;
  border-radius: 8px;
  background: #fff7e9;
}

.atv-points ul {
  margin: 0;
  padding-left: 1.35em;
}

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

.atv-video {
  position: relative;
  width: 100%;
  margin: 0 auto 24px;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 10px;
  background: #000;
}

.atv-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* Existing Project Seven OPM content */
.atv-page .p7OPM {
  margin-top: 18px;
  margin-bottom: 26px;
}

.atv-page .opm-panel-content-02 {
  overflow-x: auto;
}

.atv-page .opm-panel-content-02 table {
  max-width: 100%;
}

.atv-page table img {
  max-width: 100%;
  height: auto;
}

.atv-related,
.atv-information {
  margin: 24px 0;
  padding: 20px 22px;
  border: 1px solid #e2e2dc;
  border-radius: 9px;
  background: #fff;
}

.atv-related h2,
.atv-information h2 {
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e49429;
  color: #444;
  font-size: 1.25rem;
}

.atv-related ul,
.atv-information ul {
  margin: 0;
  padding-left: 1.4em;
}

.atv-related li,
.atv-information li {
  margin: 6px 0;
}

.atv-related a {
  font-weight: 700;
}

.atv-note {
  margin: 12px 0 0;
  color: #666;
  font-size: .92rem;
}

.atv-contact {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: 28px 0 8px;
}

.atv-contact-button {
  display: inline-flex;
  min-height: 48px;
  padding: 11px 24px;
  align-items: center;
  justify-content: center;
  border: 2px solid #d87614;
  border-radius: 7px;
  background: #fff;
  color: #a14d00;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.atv-contact-button--reserve {
  background: #d87614;
  color: #fff;
}

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

/* Keep legacy price/schedule tables usable on narrow screens */
@media (max-width: 700px) {
  .atv-page {
    padding: 12px 10px 26px;
    font-size: 15px;
  }

  .atv-intro,
  .atv-related,
  .atv-information {
    padding: 16px;
  }

  .atv-contact {
    flex-direction: column;
  }

  .atv-contact-button {
    width: 100%;
  }

  .atv-page .p7OPM {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .atv-page .opm-panel-content-02 table {
    min-width: 560px;
  }

  .atv-page .p7TKL-list-h li {
    width: 100% !important;
    margin-bottom: 8px;
  }
}


/* =========================================================
   2026 visual hierarchy refresh
   Keeps the existing HTML / PVII structure intact.
   ========================================================= */
.atv-page {
  max-width: 960px;
  margin: 0 auto;
}

.atv-intro {
  position: relative;
  overflow: hidden;
  padding: 30px 30px 26px;
  border: 1px solid #dfe5d6;
  border-top: 6px solid #3f7035;
  box-shadow: 0 7px 20px rgba(50, 65, 42, .08);
  background: linear-gradient(180deg, #ffffff 0%, #f7f9f3 100%);
}

.atv-eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 11px;
  border-radius: 999px;
  background: #edf4e8;
  color: #3f7035;
}

.atv-intro h1 {
  padding-bottom: 10px;
  border-bottom: 1px solid #dce4d8;
}

.atv-intro h2 {
  margin-top: 12px;
  color: #cf6719;
}

.atv-points {
  padding: 20px 24px;
  border-left: 0;
  border-top: 4px solid #e27a22;
  box-shadow: 0 5px 15px rgba(83, 64, 34, .07);
  background: #fff8eb;
}

.atv-points li::marker {
  color: #e27a22;
}

.atv-video {
  border: 6px solid #fff;
  box-shadow: 0 7px 22px rgba(0, 0, 0, .14);
}

.atv-page .p7OPM {
  overflow: hidden;
  border: 1px solid #d9dfd4;
  border-radius: 10px;
  box-shadow: 0 7px 20px rgba(43, 56, 38, .08);
  background: #fff;
}

.atv-page .opm-tabs-wrapper {
  background: #34692f;
}

.atv-page .opm-tabs a {
  font-weight: 700;
}

.atv-page .opm-panel-content-02 {
  padding: 14px;
  background: #fff;
}

.atv-related,
.atv-information {
  position: relative;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(43, 56, 38, .08);
}

.atv-related {
  background: #f5f9f1;
}

.atv-information {
  border-left: 5px solid #d89a34;
  background: #fffaf0;
}

.atv-related h2,
.atv-information h2 {
  margin: -2px 0 16px;
  padding: 0 0 10px;
  border-bottom: 1px solid #dce4d8;
  color: #2f5f2a;
}

.atv-information h2 {
  color: #8a5d1d;
}

.atv-related li::marker,
.atv-information li::marker {
  color: #4c7b42;
}

.atv-contact {
  padding: 22px;
  border-radius: 11px;
  background: #f2f6ee;
}

.atv-contact-button {
  min-width: 220px;
  box-shadow: 0 4px 11px rgba(0, 0, 0, .09);
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.atv-contact-button--reserve {
  border-color: #e1711d;
  background: #e1711d;
}

.atv-contact-button:hover,
.atv-contact-button:focus {
  transform: translateY(-1px);
  box-shadow: 0 7px 15px rgba(0, 0, 0, .13);
}

@media (max-width: 700px) {
  .atv-intro {
    padding: 22px 18px 19px;
  }

  .atv-contact {
    padding: 16px;
  }

  .atv-contact-button {
    min-width: 0;
  }
}
