/* tour-thimphu-tshechu.css — extracted from bhutan-tour-packages/festival-tours/thimphu-tshechu.php */

/* ============================================================
   THIMPHU TSHECHU PAGE — FOUND BHUTAN
   Palette: #0e2d45 (navy), #ffc21a (gold), #ffffff, #f5f0e8 (cream)
   Typography: Playfair Display + Roboto
   Prefix: tt- (thimphu tshechu)
   ============================================================ */

:root {
  --navy:         #0e2d45;
  --navy-deep:    #07192a;
  --gold:         #ffc21a;
  --gold-light:   #ffd24d;
  --cream:        #f5f0e8;
  --cream-dark:   #ede5d4;
  --white:        #ffffff;
  --text-body:    #3d4a58;
  --text-light:   #6b7a8d;
  --border:       rgba(14,45,69,0.10);
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Roboto', sans-serif;
  --radius:       6px;
  --shadow-sm:    0 2px 12px rgba(14,45,69,0.08);
  --shadow-md:    0 8px 32px rgba(14,45,69,0.12);
  --shadow-lg:    0 20px 60px rgba(14,45,69,0.16);
  --transition:   0.28s cubic-bezier(0.4,0,0.2,1);
}

.tt-page * { box-sizing: border-box; }
.tt-page { font-family: var(--font-body); color: var(--text-body); }

/* ============================================================
   1. HERO
   ============================================================ */
.tt-hero {
  position: relative;
  height: 92svh;
  min-height: 560px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: var(--navy-deep);
}

.tt-hero__img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.52) saturate(1.2);
  transform: scale(1.04);
  animation: tt-kb 16s ease-out forwards;
  will-change: transform;
}

@keyframes tt-kb {
  from { transform: scale(1.06); }
  to   { transform: scale(1.00); }
}

.tt-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top,
      rgba(7,25,42,0.95) 0%,
      rgba(7,25,42,0.52) 45%,
      rgba(7,25,42,0.12) 100%),
    linear-gradient(to right,
      rgba(7,25,42,0.40) 0%,
      transparent 60%);
  pointer-events: none;
  z-index: 1;
}

.tt-hero__content {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
  animation: tt-rise 0.9s ease both 0.1s;
}

@keyframes tt-rise {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: translateY(0); }
}

.tt-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,194,26,0.15);
  border: 1px solid rgba(255,194,26,0.35);
  border-radius: 40px;
  padding: 6px 16px 6px 10px;
  margin-bottom: 24px;
  backdrop-filter: blur(6px);
}

.tt-hero__badge-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--gold);
  animation: tt-pulse 2s ease infinite;
}

@keyframes tt-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(1.5); }
}

.tt-hero__badge span {
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.tt-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  font-weight: 600;
  color: var(--white);
  line-height: 1.0;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}

.tt-hero__title em { font-style: italic; color: var(--gold); }

.tt-hero__subtitle {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2.5vw, 1.7rem);
  font-style: italic;
  color: rgba(255,255,255,0.60);
  margin: 0 0 36px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.tt-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
}

.tt-hero__meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 40px;
  padding: 7px 16px;
  font-size: 0.72rem;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.05em;
  backdrop-filter: blur(8px);
}

.tt-hero__meta-pill svg { flex-shrink: 0; opacity: 0.75; }

.tt-hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; }

.tt-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: var(--gold);
  color: var(--navy) !important;
  text-decoration: none !important;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: var(--radius);
  transition: background var(--transition), transform var(--transition);
}
.tt-btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); color: var(--navy) !important; }

.tt-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 30px;
  background: transparent;
  color: rgba(255,255,255,0.82) !important;
  border: 1.5px solid rgba(255,255,255,0.32);
  text-decoration: none !important;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: var(--radius);
  transition: border-color var(--transition), color var(--transition), background var(--transition);
}
.tt-btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold) !important;
  background: rgba(255,194,26,0.06);
}

/* Scroll indicator */
.tt-hero__scroll {
  position: absolute;
  bottom: 28px; right: 5%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  opacity: 0.55;
  animation: tt-rise 1s ease both 1s;
}

.tt-hero__scroll span {
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--white);
  writing-mode: vertical-rl;
  font-family: var(--font-body);
}

.tt-hero__scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: tt-scroll-line 2s ease infinite;
}

@keyframes tt-scroll-line {
  0%   { transform: scaleY(0); transform-origin: top; opacity: 0; }
  50%  { transform: scaleY(1); transform-origin: top; opacity: 1; }
  100% { transform: scaleY(0); transform-origin: bottom; opacity: 0; }
}

/* ============================================================
   2. LAYOUT + SIDEBAR
   ============================================================ */
.tt-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 0;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px 80px;
  align-items: start;
}

.tt-sidebar {
  position: sticky;
  top: 90px;
  padding: 0 32px 0 0;
}

.tt-toc {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.tt-toc__header {
  background: var(--navy);
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tt-toc__header h2 {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0;
}

.tt-toc__list {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

.tt-toc__list li { margin: 0; }

.tt-toc__list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--text-body);
  text-decoration: none;
  transition: color var(--transition), background var(--transition);
  border-left: 2px solid transparent;
  line-height: 1.4;
}

.tt-toc__list a::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.35;
  flex-shrink: 0;
  transition: opacity var(--transition);
}

.tt-toc__list a:hover,
.tt-toc__list a.tt-toc-active {
  color: var(--navy);
  background: rgba(14,45,69,0.04);
  border-left-color: var(--gold);
}

.tt-toc__list a:hover::before,
.tt-toc__list a.tt-toc-active::before { opacity: 1; }

/* Book now card */
.tt-book-card {
  margin-top: 18px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
  border-radius: 10px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: var(--shadow-md);
}

.tt-book-card__label {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  font-family: var(--font-body);
  margin-bottom: 8px;
}

.tt-book-card__tagline {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  font-style: italic;
  color: var(--gold);
  line-height: 1.25;
  margin-bottom: 6px;
}

.tt-book-card__note {
  font-size: 0.68rem;
  color: rgba(255,255,255,0.38);
  margin-bottom: 22px;
  font-family: var(--font-body);
  line-height: 1.5;
}

.tt-book-card__btn {
  display: block;
  width: 100%;
  padding: 13px;
  background: var(--gold);
  color: var(--navy) !important;
  text-decoration: none !important;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: var(--radius);
  transition: background var(--transition);
  margin-bottom: 10px;
}
.tt-book-card__btn:hover { background: var(--gold-light); }

.tt-book-card__btn-ghost {
  display: block;
  width: 100%;
  padding: 12px;
  background: transparent;
  color: rgba(255,255,255,0.65) !important;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,0.18);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  border-radius: var(--radius);
  transition: border-color var(--transition), color var(--transition);
}
.tt-book-card__btn-ghost:hover {
  border-color: rgba(255,255,255,0.45);
  color: var(--white) !important;
}

/* ============================================================
   3. MAIN CONTENT
   ============================================================ */
.tt-main {
  min-width: 0;
  padding-top: 56px;
}

.tt-section {
  margin-bottom: 72px;
  scroll-margin-top: 100px;
}

.tt-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.tt-eyebrow::before {
  content: '';
  width: 28px; height: 2px;
  background: var(--gold);
  flex-shrink: 0;
}
.tt-eyebrow span {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-family: var(--font-body);
}

.tt-section-heading {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.1;
  margin: 0 0 28px;
  letter-spacing: -0.02em;
}
.tt-section-heading em { font-style: italic; color: var(--gold); }

.tt-body {
  font-size: 0.96rem;
  color: var(--text-body);
  line-height: 1.85;
  margin: 0 0 18px;
}

/* ============================================================
   4. OVERVIEW META BAR
   ============================================================ */
.tt-meta-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 36px;
  box-shadow: var(--shadow-sm);
}

.tt-meta-item {
  background: var(--white);
  padding: 22px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.tt-meta-icon {
  width: 40px; height: 40px;
  background: rgba(255,194,26,0.12);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.2rem;
}

.tt-meta-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 3px;
  font-family: var(--font-body);
}

.tt-meta-value {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.3;
}

/* ============================================================
   5. HIGHLIGHTS — FEATURE CARDS
   ============================================================ */
.tt-highlights-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.tt-highlight-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px 22px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  opacity: 0;
  transform: translateY(16px);
}

.tt-highlight-card.tt-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.55s ease, transform 0.55s ease,
              border-color var(--transition), box-shadow var(--transition);
}

.tt-highlight-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(255,194,26,0.40);
}

.tt-highlight-card__icon {
  width: 40px; height: 40px;
  background: linear-gradient(135deg, rgba(255,194,26,0.18), rgba(255,194,26,0.06));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.2rem;
}

.tt-highlight-card__title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 4px;
  line-height: 1.3;
}

.tt-highlight-card__desc {
  font-size: 0.82rem;
  color: var(--text-body);
  line-height: 1.68;
  margin: 0;
}

/* ============================================================
   6. ITINERARY ACCORDION
   ============================================================ */
.tt-itinerary { display: flex; flex-direction: column; gap: 10px; }

.tt-day {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: border-color var(--transition);
}

.tt-day:hover { border-color: rgba(255,194,26,0.30); }
.tt-day.tt-day-open { border-color: rgba(255,194,26,0.45); }

.tt-day__btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background var(--transition);
}

.tt-day__btn:hover { background: rgba(255,194,26,0.04); }

.tt-day-open .tt-day__btn { background: rgba(255,194,26,0.05); }

.tt-day__num {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--gold);
  opacity: 0.35;
  line-height: 1;
  min-width: 42px;
  transition: opacity var(--transition);
  flex-shrink: 0;
}

.tt-day-open .tt-day__num,
.tt-day__btn:hover .tt-day__num { opacity: 0.8; }

.tt-day__title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
  flex: 1;
}

.tt-day__arrow {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform var(--transition), background var(--transition), border-color var(--transition);
  color: var(--text-light);
  font-size: 0.7rem;
}

.tt-day-open .tt-day__arrow {
  transform: rotate(180deg);
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
}

.tt-day__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.tt-day-open .tt-day__body { max-height: 600px; }

.tt-day__inner {
  padding: 0 24px 24px 82px;
  border-top: 1px solid var(--border);
}

.tt-day__inner p {
  font-size: 0.92rem;
  line-height: 1.82;
  color: var(--text-body);
  margin: 16px 0 0;
}

.tt-day__inner strong {
  color: var(--navy);
  font-weight: 600;
}

/* Important info note */
.tt-note {
  background: rgba(255,194,26,0.08);
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 16px 20px;
  font-size: 0.88rem;
  font-style: italic;
  color: var(--text-body);
  line-height: 1.7;
  margin-bottom: 28px;
}

/* Customise note */
.tt-customise {
  margin-top: 24px;
  background: var(--cream);
  border: 1px solid var(--cream-dark);
  border-radius: 10px;
  padding: 20px 24px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.tt-customise__icon { font-size: 1.4rem; flex-shrink: 0; margin-top: 2px; }

.tt-customise__text {
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--text-body);
  font-style: italic;
}

/* ============================================================
   7. INCLUSIONS / EXCLUSIONS
   ============================================================ */
.tt-inc-exc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.tt-inc-box, .tt-exc-box {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.tt-inc-box__head, .tt-exc-box__head {
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tt-inc-box__head { background: var(--navy); color: var(--gold); }
.tt-exc-box__head { background: #4a1010; color: #ffb3b3; }

.tt-inc-box__body, .tt-exc-box__body {
  background: var(--white);
  padding: 16px 0;
}

.tt-inc-list, .tt-exc-list {
  list-style: none;
  padding: 0; margin: 0;
}

.tt-inc-list li, .tt-exc-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 22px;
  font-size: 0.85rem;
  line-height: 1.65;
  color: var(--text-body);
  border-bottom: 1px solid rgba(14,45,69,0.04);
}

.tt-inc-list li:last-child,
.tt-exc-list li:last-child { border-bottom: none; }

.tt-inc-list li::before {
  content: '✓';
  color: #2d7a2d;
  font-weight: 700;
  font-size: 0.8rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.tt-exc-list li::before {
  content: '✕';
  color: #c0392b;
  font-weight: 700;
  font-size: 0.8rem;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ============================================================
   8. TOUR COST TABLE
   ============================================================ */
.tt-cost-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  font-size: 0.88rem;
  margin-bottom: 18px;
}

.tt-cost-table thead tr {
  background: var(--navy);
  color: var(--gold);
}

.tt-cost-table th {
  padding: 14px 20px;
  text-align: left;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tt-cost-table td {
  padding: 14px 20px;
  border-bottom: 1px solid var(--border);
  color: var(--text-body);
  line-height: 1.5;
}

.tt-cost-table tbody tr { background: var(--white); }
.tt-cost-table tbody tr:nth-child(even) { background: rgba(14,45,69,0.025); }
.tt-cost-table tbody tr:hover { background: rgba(255,194,26,0.05); }
.tt-cost-table tbody tr:last-child td { border-bottom: none; }

.tt-cost-note {
  font-size: 0.82rem;
  color: var(--text-light);
  line-height: 1.7;
  font-style: italic;
  padding: 14px 18px;
  background: var(--cream);
  border-radius: var(--radius);
  border-left: 3px solid var(--gold);
}

/* ============================================================
   9. POLICY LINK
   ============================================================ */
.tt-policy-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 2px;
  transition: color var(--transition), border-color var(--transition);
}
.tt-policy-link:hover { color: var(--gold); border-color: transparent; }

/* ============================================================
   10. GALLERY
   ============================================================ */
.tt-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 10px;
}

.tt-gallery__item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--navy-deep);
  cursor: zoom-in;
}

.tt-gallery__item:first-child {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  aspect-ratio: 16/9;
}

.tt-gallery__item img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease, filter 0.3s ease;
}

.tt-gallery__item:hover img {
  transform: scale(1.05);
  filter: brightness(0.85);
}

.tt-gallery__item__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7,25,42,0.75) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-end;
  padding: 14px;
}

.tt-gallery__item:hover .tt-gallery__item__overlay { opacity: 1; }

.tt-gallery__item__label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--gold);
  font-family: var(--font-body);
}

/* ============================================================
   11. SIMILAR FESTIVALS SECTION
   ============================================================ */
.tt-similar {
  background: var(--cream);
  border-top: 1px solid var(--cream-dark);
  padding: 72px 0;
}

.tt-similar__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.tt-similar__header { margin-bottom: 40px; text-align: center; }

.tt-similar__heading {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.1;
  margin: 8px 0 0;
}

/* ============================================================
   12. RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .tt-layout         { grid-template-columns: 220px 1fr; }
  .tt-highlights-grid { grid-template-columns: 1fr; }
  .tt-inc-exc        { grid-template-columns: 1fr; }
  .tt-gallery        { grid-template-columns: repeat(2, 1fr); }
  .tt-gallery__item:first-child { grid-column: 1 / 3; }
}

@media (max-width: 768px) {
  .tt-layout {
    grid-template-columns: 1fr;
    padding: 0 16px 60px;
  }
  .tt-sidebar {
    position: static;
    padding: 0;
    margin-top: 32px;
    order: -1;
  }
  .tt-hero__content   { padding-bottom: 60px; }
  .tt-hero__title     { font-size: clamp(2rem, 4.5vw, 3.6rem); }
  .tt-main            { padding-top: 40px; }
  .tt-meta-bar        { grid-template-columns: 1fr; }
  .tt-highlights-grid { grid-template-columns: 1fr; }
  .tt-inc-exc         { grid-template-columns: 1fr; }
  .tt-gallery         { grid-template-columns: 1fr; }
  .tt-gallery__item:first-child { grid-column: auto; aspect-ratio: 4/3; }
  .tt-day__inner      { padding-left: 24px; }
  .tt-best-time       { flex-direction: column; gap: 12px; }
}

@media (max-width: 480px) {
  .tt-hero__ctas  { flex-direction: column; }
  .tt-btn-primary,
  .tt-btn-ghost   { justify-content: center; }
  .tt-cost-table  { font-size: 0.78rem; }
  .tt-cost-table th,
  .tt-cost-table td { padding: 10px 12px; }
}
