/* ═══════════════════════════════════════════════════════════════
   PACKAGES / EXPERIENCES CSS  —  Matu Luxe
   ═══════════════════════════════════════════════════════════════ */

/* ── TREK HEADER (.tk) — dark green, left-aligned ── */
.tk {
  background: #214944;
  position: relative;
  top: -5px;
  padding: 0 46px 58px;
}
.tk-in {
  max-width: 1180px;
  margin: 0 auto;
}
.tk-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 52px;
  color: var(--cream);
  line-height: 1.08;
  margin-bottom: 14px;
}
.tk-title b { color: var(--gold); font-weight: 700; }
.tk-text {
  font-size: 15px;
  color: #cfe0d5;
  line-height: 1.75;
  max-width: 600px;
  margin-bottom: 10px;
}
.tk-dur {
  font-size: 14px;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 26px;
}

/* ── CENTERED CREAM SECTIONS (.sec) ── */
.sec {
  background: var(--cream);
  padding: 56px 24px;
  text-align: center;
}
.sec-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 52px;
  color: var(--green);
  line-height: 1.12;
  margin-bottom: 22px;
}
.sec-text {
  font-size: 15px;
  color: #6a7a6f;
  line-height: 1.85;
  max-width: 820px;
  margin: 0 auto;
}

/* ── WHAT'S INCLUDED / HOW TO BOOK (.book) — dark green, 2-col ── */
.book {
  background: #214944;
  padding: 56px 46px 62px;
}
.book-in {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 12px 1fr;
  gap: 44px;
  align-items: stretch;
}
.book-div {
  background: var(--cream);
  width: 12px;
  margin: -56px -40px -64px;
}
.book-h {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 44px;
  color: var(--cream);
  line-height: 1.1;
  margin-bottom: 26px;
}
.book-list {
  list-style: none;
}
.book-list li {
  font-size: 14px;
  color: #cfe0d5;
  line-height: 2.2;
  padding-left: 18px;
  position: relative;
}
.book-list li::before {
  content: "\00B7";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 20px;
  line-height: 1.6;
}
.book-p {
  font-size: 14px;
  color: #cfe0d5;
  line-height: 1.85;
  margin-bottom: 18px;
}
.book-dur {
  font-size: 14px;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 24px;
}

@media (max-width: 900px) {
  .tk { padding: 42px 22px 46px; }
  .tk-title { font-size: 34px; }
  .sec { padding: 44px 22px; }
  .sec-title { font-size: 34px; }
  .book { padding: 44px 22px 48px; }
  .book-h { font-size: 32px; }
}
@media (max-width: 800px) {
  .book-in { grid-template-columns: 1fr; gap: 30px; }
  .book-div { width: 100%; height: 1px; margin: 0; }
}
@media (max-width: 600px) {
  .tk-title { font-size: 28px; }
  .sec-title { font-size: 28px; }
  .book-h { font-size: 28px; }
}

/* ── INTRO BAND (dark green, left-aligned) ── */
.intro {
  background: #214944;
  position: relative;
  top: -5px;
  padding: 0 46px 56px;
}
.intro-in {
  max-width: 1180px;
  margin: 0 auto;
}
.intro-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 48px;
  color: var(--cream);
  line-height: 1.1;
  margin-bottom: 14px;
}
.intro-text {
  font-size: 15px;
  color: #cfe0d5;
  line-height: 1.85;
  max-width: 820px;
}

/* ── PACKAGE BLOCK (cream, centered) ── */
.pk {
  background: var(--cream);
  padding: 56px 24px;
  text-align: center;
  border-bottom: 1px solid rgba(46,77,61,.08);
}
.pk:last-child { border-bottom: none; }
.pk-in {
  max-width: 760px;
  margin: 0 auto;
}
.pk-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 48px;
  color: var(--green);
  line-height: 1.15;
  margin-bottom: 12px;
}
.pk-sub {
  font-size: 13px;
  color: #8a8a82;
  font-weight: 600;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.pk-text {
  font-size: 15px;
  color: #6a7a6f;
  line-height: 1.85;
  margin-bottom: 28px;
}
.pk-cta {
  display: flex;
  justify-content: center;
}

/* ── PACKAGE DETAIL HEADER (dark green, left) ── */
.pd {
  background: #214944;
  position: relative;
  top: -5px;
  padding: 0 46px 58px;
}
.pd-in {
  max-width: 1180px;
  margin: 0 auto;
}
.pd-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 52px;
  color: var(--cream);
  line-height: 1.08;
  margin-bottom: 18px;
}
.pd-text {
  font-size: 15px;
  color: #cfe0d5;
  line-height: 1.8;
  max-width: 640px;
  margin-bottom: 20px;
}
.pd-price {
  font-size: 16px;
  color: var(--cream);
  font-weight: 700;
  margin-bottom: 28px;
}
.pd-price .old {
  color: #9fb6a6;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 10px;
}

/* ── OVERVIEW (cream, centered) ── */
.ov2 {
  background: var(--cream);
  padding: 60px 24px;
  text-align: center;
}
.ov2-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 48px;
  color: var(--green);
  line-height: 1.12;
  margin-bottom: 22px;
}
.ov2-text {
  font-size: 15px;
  color: #6a7a6f;
  line-height: 1.9;
  max-width: 760px;
  margin: 0 auto;
}

/* ── WHAT'S INCLUDED (dark green, left, list) ── */
.inc {
  background: #214944;
  padding: 56px 46px 62px;
}
.inc-in {
  max-width: 1180px;
  margin: 0 auto;
}
.inc-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 48px;
  color: var(--cream);
  line-height: 1.12;
  margin-bottom: 32px;
}
.inc-item {
  font-size: 15px;
  color: #cfe0d5;
  line-height: 1.75;
  max-width: 860px;
  margin-bottom: 18px;
  padding-left: 20px;
  position: relative;
}
.inc-item::before {
  content: "›";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 18px;
  line-height: 1.4;
}
.inc-item:last-child { margin-bottom: 0; }
.inc-item strong { color: var(--cream); font-weight: 700; }

/* ── LOGISTICS CARD (cream, image overlay card) ── */
.log {
  background: var(--cream);
  padding: 60px 24px;
  text-align: center;
}
.log-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 52px;
  color: var(--green);
  line-height: 1.12;
  margin-bottom: 14px;
}
.log-sub {
  font-size: 13px;
  color: #8a8a82;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-bottom: 10px;
}
.log-text {
  font-size: 15px;
  color: #6a7a6f;
  line-height: 1.75;
  max-width: 620px;
  margin: 0 auto 36px;
}
.log-card {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,.22);
}
.log-card img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
}
.log-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10,22,14,.82), rgba(10,22,14,.28) 58%, rgba(10,22,14,.05));
}
.log-info {
  position: absolute;
  left: 40px;
  bottom: 36px;
  z-index: 2;
  text-align: left;
  color: #fff;
  max-width: 64%;
}
.log-price {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 14px;
  color: var(--gold);
}
.log-list {
  list-style: none;
}
.log-list li {
  font-size: 14px;
  line-height: 1.9;
  color: #eef3ee;
  padding-left: 16px;
  position: relative;
}
.log-list li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: var(--gold);
}

/* ── WHY BOOK (cream, centered CTA) ── */
.wbt {
  background: var(--cream);
  padding: 48px 24px 68px;
  text-align: center;
}
.wbt-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 52px;
  color: var(--green);
  line-height: 1.12;
  margin-bottom: 18px;
}
.wbt-text {
  font-size: 15px;
  color: #6a7a6f;
  line-height: 1.8;
  max-width: 620px;
  margin: 0 auto 32px;
}

/* ── DAY-BY-DAY TIMELINE ── */
.days {
  background: var(--cream);
  padding: 56px 24px 68px;
}
.days-in {
  max-width: 860px;
  margin: 0 auto;
}
.days-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 48px;
  color: var(--green);
  text-align: center;
  margin-bottom: 48px;
}
.day-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0 24px;
  margin-bottom: 40px;
  position: relative;
}
.day-item:last-child { margin-bottom: 0; }
.day-num {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 52px;
  color: rgba(46,77,61,.12);
  line-height: 1;
  text-align: right;
  padding-top: 4px;
}
.day-body {
  border-left: 2px solid rgba(201,161,74,.3);
  padding-left: 24px;
}
.day-label {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--green);
  margin-bottom: 8px;
}
.day-label span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .6px;
  color: var(--gold-d);
  margin-bottom: 4px;
}
.day-text {
  font-size: 14px;
  color: #6a7a6f;
  line-height: 1.85;
}

/* ── EVENINGS FEATURE CARDS ── */
.evn {
  background: #214944;
  padding: 60px 46px;
}
.evn-in {
  max-width: 1180px;
  margin: 0 auto;
}
.evn-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 48px;
  color: var(--cream);
  margin-bottom: 8px;
}
.evn-lead {
  font-size: 15px;
  color: #cfe0d5;
  line-height: 1.75;
  max-width: 680px;
  margin-bottom: 40px;
}
.evn-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.evn-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(201,161,74,.2);
  border-radius: 14px;
  padding: 32px 28px;
  transition: .25s;
}
.evn-card:hover {
  background: rgba(255,255,255,.1);
  transform: translateY(-3px);
  border-color: rgba(201,161,74,.5);
}
.evn-icon {
  font-size: 36px;
  margin-bottom: 16px;
  display: block;
}
.evn-card-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 26px;
  color: var(--cream);
  margin-bottom: 12px;
}
.evn-card-text {
  font-size: 14px;
  color: #cfe0d5;
  line-height: 1.8;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .intro { padding: 42px 22px 46px; }
  .intro-title { font-size: 34px; }
  .pk { padding: 44px 20px; }
  .pk-title { font-size: 34px; }
  .pd { padding: 42px 22px 46px; }
  .pd-title { font-size: 34px; }
  .ov2 { padding: 44px 22px; }
  .ov2-title { font-size: 34px; }
  .inc { padding: 44px 22px 50px; }
  .inc-title { font-size: 32px; }
  .log-title { font-size: 34px; }
  .log-card img { height: 340px; }
  .log-info { left: 22px; right: 22px; bottom: 22px; max-width: none; }
  .log-card::after { background: linear-gradient(to top, rgba(10,22,14,.92), rgba(10,22,14,.45)); }
  .wbt-title { font-size: 36px; }
  .days-title { font-size: 34px; }
  .day-num { font-size: 38px; }
  .day-label { font-size: 20px; }
  .evn { padding: 44px 22px; }
  .evn-title { font-size: 34px; }
  .evn-grid { grid-template-columns: 1fr; gap: 16px; }
}
@media (max-width: 600px) {
  .intro-title, .pk-title, .pd-title, .ov2-title { font-size: 28px; }
  .inc-title, .log-title, .wbt-title { font-size: 26px; }
  .days-title { font-size: 28px; }
  .log-card img { height: 280px; }
  .log-price { font-size: 18px; }
}

/* ════════════════════════════════════════════════════════════
   ── WONDERS PACKAGE BOOKING PANEL (.wbk)
   ════════════════════════════════════════════════════════════ */
.wbk {
  background: var(--green);
  padding: 64px 24px 72px;
}
.wbk-in {
  max-width: 860px;
  margin: 0 auto;
}
.wbk-head {
  text-align: center;
  margin-bottom: 40px;
}
.wbk-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 48px;
  color: var(--cream);
  line-height: 1.1;
  margin-bottom: 8px;
}
.wbk-sub {
  font-size: 14px;
  color: #cfe0d5;
  margin-bottom: 16px;
}
.wbk-price-badge {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(201,161,74,.3);
  border-radius: 8px;
  padding: 10px 22px;
}
.wbk-old {
  font-size: 15px;
  color: #9fb6a6;
  text-decoration: line-through;
}
.wbk-now {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 26px;
  color: var(--gold);
}
.wbk-per {
  font-size: 13px;
  color: #cfe0d5;
}

/* Form */
.wbk-form {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  padding: 36px 32px 40px;
}
.wbk-fields {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  margin-bottom: 28px;
}
.wbk-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.wbk-field label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .6px;
  color: #cfe0d5;
}
.wbk-input {
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(201,161,74,.35);
  border-radius: 8px;
  color: var(--cream);
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  padding: 11px 14px;
  outline: none;
  transition: border-color .2s, background .2s;
  width: 100%;
  cursor: pointer;
}
.wbk-input:focus {
  border-color: var(--gold);
  background: rgba(255,255,255,.13);
}
.wbk-input option { background: var(--green); color: var(--cream); }

/* Occupancy badge (fixed, read-only) */
.wbk-field-occ {
  grid-column: span 1;
}
.wbk-occ-badge {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(201,161,74,.35);
  border-radius: 8px;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  justify-content: center;
}
.wbk-occ-row {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: var(--cream);
  line-height: 1.3;
}
.wbk-occ-row svg {
  flex: 0 0 auto;
  opacity: .7;
  stroke: var(--gold);
}
.wbk-occ-row em {
  font-style: normal;
  color: #9fb6a6;
  font-size: 11px;
}
.wbk-occ-child {
  color: #cfe0d5;
}
.wbk-lock {
  margin-left: auto;
  font-size: 12px;
  opacity: .55;
}
.wbk-free {
  margin-left: auto;
  background: rgba(201,161,74,.2);
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 20px;
  white-space: nowrap;
}

/* Colour-scheme for date picker icon (webkit) */
::-webkit-calendar-picker-indicator { filter: invert(1) sepia(1) saturate(3) hue-rotate(10deg); cursor: pointer; }

/* Add-on option styling */
.wbk-field-addon {
  background: rgba(255, 255, 255, 0.04);
  border: 1px dashed rgba(201, 161, 74, 0.25);
  border-radius: 8px;
  padding: 14px 18px;
  margin-bottom: 24px;
  transition: all 0.25s ease;
}
.wbk-field-addon:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--gold);
}
.wbk-addon-label {
  display: flex !important;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  width: 100%;
  user-select: none;
  font-size: 15px;
  text-transform: none !important;
  letter-spacing: normal !important;
  color: var(--cream) !important;
  font-weight: 500 !important;
  margin: 0 !important;
}
.wbk-addon-label input[type="checkbox"] {
  display: none;
}
.wbk-checkbox-custom {
  width: 19px;
  height: 19px;
  border: 2px solid rgba(201, 161, 74, 0.6);
  border-radius: 4px;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  transition: all 0.2s ease;
  background: rgba(255, 255, 255, 0.02);
}
.wbk-addon-label input[type="checkbox"]:checked + .wbk-checkbox-custom {
  background: var(--gold);
  border-color: var(--gold);
}
.wbk-addon-label input[type="checkbox"]:checked + .wbk-checkbox-custom::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #214944;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.wbk-addon-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: left;
}
.wbk-addon-text strong {
  font-size: 14px;
  color: var(--cream);
  font-weight: 600;
}
.wbk-addon-price {
  font-size: 13px;
  color: var(--gold);
  font-weight: 700;
}

/* Summary */
.wbk-summary {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(201,161,74,.2);
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 26px;
}
.wbk-sum-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #cfe0d5;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.wbk-sum-row:last-of-type { border-bottom: none; }
.wbk-sum-total {
  font-weight: 700;
  font-size: 17px;
  color: var(--cream);
  margin-top: 6px;
  padding-top: 10px;
  border-top: 1px solid rgba(201,161,74,.3) !important;
}
.wbk-note {
  font-size: 12px;
  color: #9fb6a6;
  margin-top: 12px;
  line-height: 1.6;
}
.wbk-submit {
  width: 100%;
  justify-content: center;
  font-size: 20px;
  padding: 16px;
  margin-top: 24px;
}

/* Responsive */
@media (max-width: 820px) {
  .wbk-fields { grid-template-columns: 1fr 1fr; }
  .wbk-field-occ { grid-column: span 2; }
}
@media (max-width: 767px) {
  .wbk-fields { grid-template-columns: 1fr; }
  .wbk-field-occ { grid-column: span 1; }
  .wbk-form { padding: 24px 18px; }
  .wbk-title { font-size: 32px; }

  /* Center align itinerary items only on mobile */
  .day-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 38px;
  }
  .day-num {
    font-size: 46px;
    color: rgba(201,161,74,.35);
    text-align: center;
    padding-top: 0;
    margin-bottom: 8px;
  }
  .day-body {
    border-left: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .day-label {
    font-size: 22px;
    text-align: center;
  }
  .day-text {
    text-align: center;
  }
}

/* ════════════════════════════════════════════════════════════
   EXPERIENCE LISTING PAGE  (page-packages.php)
   .att  .wlc  .nwe  .exp  .why  .pf
   ════════════════════════════════════════════════════════════ */

/* ── FEATURED ATTRACTIONS ── */
.att {
  background: var(--cream);
  position: relative;
  top: -5px;
  margin-bottom: -5px;
}
.att-top {
  background: #214944;
  padding: 60px 46px 150px;
}
.text_box {
  position: relative;
  left: 80px;
}
.att-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 56px;
  color: var(--cream);
  line-height: 1.05;
  margin-bottom: 12px;
}
.att-sub {
  font-size: 14px;
  color: #cfe0d5;
  line-height: 1.6;
}
.att-grid {
  max-width: 1180px;
  margin: -120px auto 0;
  padding: 0 40px 72px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 3;
}
.att-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #233127;
  box-shadow: 0 16px 34px rgba(0,0,0,.28);
  display: block;
  text-decoration: none;
}
.att-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.22,1,.36,1);
}
.att-card:hover img { transform: scale(1.06); }
.att-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,20,14,.85), rgba(10,20,14,.12) 55%, transparent);
}
.att-card span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 22px;
  text-shadow: 0 2px 8px rgba(0,0,0,.5);
}

/* ── WELCOME BAND ── */
.wlc {
  background: var(--cream);
  padding: 66px 24px 70px;
  text-align: center;
}
.wlc-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 48px;
  color: var(--green);
  line-height: 1.12;
  margin-bottom: 22px;
}
.wlc-text {
  font-size: 15px;
  line-height: 1.85;
  color: #6a7a6f;
  max-width: 720px;
  margin: 0 auto;
}

/* ── NATURE & WILDLIFE SLIDER ── */
.nwe {
  background: #214944;
  padding: 56px 0 66px;
}
.nwe-head {
  text-align: center;
  padding: 0 24px;
  margin-bottom: 34px;
}
.nwe-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 52px;
  color: var(--cream);
  line-height: 1.1;
  margin-bottom: 14px;
}
.nwe-sub {
  font-size: 14px;
  color: #cfe0d5;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}
.nwe-slider {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}
.nwe-track {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-behavior: smooth;
  padding: 6px 4px;
}
.nwe-track::-webkit-scrollbar { display: none; }
.nwe-card {
  flex: 0 0 calc((100% - 48px) / 3);
  scroll-snap-align: start;
  background: var(--cream);
  border-radius: 14px;
  overflow: hidden;
}
.nwe-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.nwe-card .cap {
  padding: 18px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--green);
}
.nwe-arrow {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.5);
  background: transparent;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s;
}
.nwe-arrow:hover { background: rgba(255,255,255,.14); }

/* ── EXPERIENCE THE UNSEEN ── */
.exp {
  background: var(--cream);
  padding: 56px 0 66px;
  text-align: center;
}
.exp-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 46px;
  color: var(--green);
  line-height: 1.1;
  margin-bottom: 30px;
}
.exp-slider {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}
.exp-track {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-behavior: smooth;
  padding: 6px 4px;
}
.exp-track::-webkit-scrollbar { display: none; }
.exp-card {
  position: relative;
  flex: 0 0 calc((100% - 48px) / 3);
  scroll-snap-align: start;
  border-radius: 14px;
  overflow: hidden;
  min-height: 280px;
}
.exp-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.exp-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1f4a3f;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  padding: 13px 12px;
}
.exp-arrow {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(46,77,61,.4);
  background: transparent;
  color: var(--green);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s;
}
.exp-arrow:hover { background: rgba(46,77,61,.08); }

/* ── WHY CHOOSE ── */
.why {
  background: var(--cream);
  padding: 56px 0 66px;
  text-align: center;
}
.why-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 52px;
  color: var(--green);
  line-height: 1.12;
  margin-bottom: 40px;
}
.why-track {
  display: flex;
  gap: 10px;
  max-width: 880px;
  margin: 0 auto;
  padding: 6px 40px;
  scroll-padding: 0 40px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.why-track::-webkit-scrollbar { display: none; }
.why-card {
  flex: 0 0 calc((100% + 50px) / 4);
  scroll-snap-align: start;
  background: #f7f2ea;
  border: 1px solid #d8cfbe;
  border-radius: 14px;
  padding: 40px 22px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.why-ico {
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-ico svg {
  width: 100%;
  height: 100%;
  stroke: var(--green);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.why-line {
  width: 46px;
  height: 1px;
  background: #c9bfad;
  margin: 0 0 18px;
}
.why-text {
  font-size: 14px;
  line-height: 1.55;
  color: #3a4b40;
}
.why-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}
.why-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cdd6cd;
  cursor: pointer;
  transition: .3s;
}
.why-dot.active {
  width: 22px;
  border-radius: 5px;
  background: var(--green);
}

/* ── PERFECT FOR ── */
.pf {
  background: var(--cream);
  padding: 56px 0 70px;
  text-align: center;
}
.pf-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 52px;
  color: var(--green);
  line-height: 1.12;
  margin-bottom: 34px;
}
.pf-slider {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}
.pf-track {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-behavior: smooth;
  padding: 6px 4px;
}
.pf-track::-webkit-scrollbar { display: none; }
.pf-card {
  flex: 0 0 calc((100% - 48px) / 3);
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid #e2dccf;
  border-radius: 12px;
  padding: 22px 24px;
  box-shadow: 0 8px 20px rgba(0,0,0,.05);
}
.pf-ico {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pf-ico svg {
  width: 100%;
  height: 100%;
  stroke: var(--green);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pf-div {
  width: 1px;
  height: 34px;
  background: #d8cfbe;
  flex: 0 0 auto;
}
.pf-label {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 19px;
  color: var(--green);
  text-align: left;
  line-height: 1.2;
}
.pf-arrow {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(46,77,61,.4);
  background: transparent;
  color: var(--green);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s;
}
.pf-arrow:hover { background: rgba(46,77,61,.08); }
.pf-sub {
  font-size: 14px;
  color: #6a7a6f;
  line-height: 1.6;
  max-width: 640px;
  margin: 36px auto 24px;
}
.pf-cta { display: flex; justify-content: center; }

/* ── RESPONSIVE — listing page ── */
@media (max-width: 900px) {
  .text_box { left: 0; }
  .att-top { padding: 44px 22px 120px; }
  .att-title { font-size: 36px; }
  .att-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: -100px 0 0;
    padding: 0 16px 26px;
  }
  .att-grid::-webkit-scrollbar { display: none; }
  .att-card { flex: 0 0 72%; scroll-snap-align: center; }
  .wlc-title { font-size: 32px; }
  .nwe-title { font-size: 34px; }
  .nwe-slider { padding: 0 16px; gap: 8px; }
  .nwe-arrow { display: none; }
  .nwe-card { flex: 0 0 82%; }
  .nwe-card img { height: 200px; }
  .exp-title { font-size: 32px; }
  .exp-slider { padding: 0 16px; gap: 8px; }
  .exp-arrow { display: none; }
  .exp-card { flex: 0 0 82%; }
  .why-title { font-size: 34px; }
  .why-track { padding: 6px 24px; gap: 16px; scroll-padding: 0 24px; }
  .why-card { flex: 0 0 66%; }
  .pf-title { font-size: 34px; }
  .pf-slider { padding: 0 16px; gap: 8px; }
  .pf-arrow { display: none; }
  .pf-card { flex: 0 0 78%; }
}
@media (max-width: 600px) {
  .att-title { font-size: 30px; }
  .att-card { flex: 0 0 80%; }
  .wlc-title { font-size: 28px; }
  .nwe-title { font-size: 30px; }
  .nwe-card { flex: 0 0 86%; }
  .exp-title { font-size: 28px; }
  .exp-card { flex: 0 0 86%; }
  .why-title { font-size: 28px; }
  .why-card { flex: 0 0 78%; }
  .pf-title { font-size: 28px; }
  .pf-card { flex: 0 0 86%; }
}
