/* ── REVIEW PLATFORMS ROW ── */
.review-platforms {
  max-width: 1300px;
  margin: 3rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 0 max(2rem, 4%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
}
.rp-badge { display: flex; align-items: center; gap: 12px; padding: 1.25rem 2.5rem; }
.rp-name { font-size: 0.82rem; font-weight: 600; color: var(--white); }
.rp-sub { font-size: 0.68rem; color: rgba(255,255,255,0.38); margin-top: 2px; }
.rp-divider { width: 1px; height: 36px; background: rgba(255,255,255,0.1); }

/* ── PILL ICONS ── */
.pill i { color: var(--gold-dk); font-size: 0.72rem; width: 14px; text-align: center; flex-shrink: 0; }
.pill { display: inline-flex; align-items: center; gap: 6px; }
.wi-icon { font-size: 1.2rem !important; color: var(--gold-lt); }
.wi-icon i { color: inherit; }
.exp-icon-badge { display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: var(--dark); }
.exp-icon-badge i { color: inherit; }
.tc-duration i { margin-right: 3px; font-size: 0.65rem; }
.dest-card { display: block; text-decoration: none; }
.pk-chip { text-decoration: none; display: inline-flex; }
.exp-sec { padding: 6rem max(2rem, 4%); }
.tc-fav { font-size: 1.2rem; line-height: 1; }
.ci-item a { color: rgba(255,255,255,0.65); transition: color 0.2s; }
.ci-item a:hover { color: var(--gold-lt); }

/* ══════════════════════════════════
   BEST TIME / SEASONS SECTION
══════════════════════════════════ */
.seasons-sec {
  padding: 6rem max(2rem, 4%);
  background: var(--off);
}
.seasons-inner { max-width: 1300px; margin: 0 auto; }
.seasons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.season-card {
  background: var(--white);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  border-top: 4px solid transparent;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  overflow: hidden;
}
.season-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(0,0,0,0.1); }
.sc-peak { border-top-color: #C8942A; }
.sc-green { border-top-color: #3d9c5a; }
.sc-kili { border-top-color: #5c8abd; }
.sc-znz  { border-top-color: #2ba8c8; }
.sc-months {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 1rem;
}
.sc-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  background: var(--off);
}
.sc-peak .sc-icon { color: #C8942A; background: rgba(200,148,42,0.1); }
.sc-green .sc-icon { color: #3d9c5a; background: rgba(61,156,90,0.1); }
.sc-kili  .sc-icon { color: #5c8abd; background: rgba(92,138,189,0.1); }
.sc-znz   .sc-icon { color: #2ba8c8; background: rgba(43,168,200,0.1); }
.season-card h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: var(--ink); margin-bottom: 0.25rem; }
.sc-sub { font-size: 0.72rem; color: var(--mid); margin-bottom: 1.1rem; }
.sc-list { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; margin-bottom: 1.5rem; }
.sc-list li { font-size: 0.8rem; color: var(--warm); display: flex; align-items: flex-start; gap: 0.5rem; line-height: 1.4; }
.sc-list li i { color: var(--gold-dk); font-size: 0.65rem; margin-top: 3px; flex-shrink: 0; }
.sc-tag {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.45rem 0.9rem;
  border-radius: 40px;
  background: var(--off);
  color: var(--mid);
  display: inline-block;
}

/* ══════════════════════════════════
   HOW IT WORKS / PROCESS SECTION
══════════════════════════════════ */
.process-sec {
  padding: 6rem max(2rem, 4%);
}
.process-inner { max-width: 1300px; margin: 0 auto; }
.process-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.process-step {
  flex: 1;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 2.25rem 1.75rem;
  text-align: center;
  position: relative;
  transition: background 0.3s, border-color 0.3s;
}
.process-step:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(200,148,42,0.35);
}
.ps-number {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: rgba(200,148,42,0.15);
  line-height: 1;
  margin-bottom: 0.5rem;
}
.ps-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(200,148,42,0.15);
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  color: var(--gold-lt);
  margin: 0 auto 1.2rem;
}
.process-step h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  color: var(--white);
  margin-bottom: 0.65rem;
}
.process-step p { font-size: 0.82rem; color: rgba(255,255,255,0.55); line-height: 1.7; }
.process-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(200,148,42,0.4);
  font-size: 1rem;
  padding: 0 0.75rem;
  margin-top: 5rem;
  flex-shrink: 0;
}

/* ══════════════════════════════════
   WILDLIFE SPOTLIGHT SECTION
══════════════════════════════════ */
.wildlife-sec {
  padding: 6rem max(2rem, 4%);
  background: var(--white);
}
.wildlife-inner { max-width: 1300px; margin: 0 auto; }
.wildlife-sec .sec-hd {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}
.wildlife-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 1rem;
}
.wl-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
}
.wl-large {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}
.wl-card img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}
.wl-large img { min-height: 380px; }
.wl-card:hover img { transform: scale(1.05); }
.wl-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,19,16,0.88) 0%, rgba(26,19,16,0.2) 55%, transparent 100%);
  transition: opacity 0.3s;
}
.wl-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
}
.wl-tag {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-lt);
  margin-bottom: 0.35rem;
}
.wl-info h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--white);
  margin-bottom: 0.35rem;
}
.wl-large .wl-info h3 { font-size: 1.7rem; }
.wl-info p { font-size: 0.75rem; color: rgba(255,255,255,0.7); line-height: 1.5; max-width: 380px; }

/* ══════════════════════════════════
   ECO / SUSTAINABILITY SECTION
══════════════════════════════════ */
.eco-sec {
  position: relative;
  padding: 6rem max(2rem, 4%);
  overflow: hidden;
}
.eco-bg-img {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.eco-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.eco-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15,40,20,0.94) 0%, rgba(26,19,16,0.88) 100%);
  z-index: 1;
}
.eco-inner {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: 0 auto;
}
.eco-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(61,156,90,0.2);
  border: 1px solid rgba(61,156,90,0.4);
  color: #6ed08a;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.45rem 1rem;
  border-radius: 40px;
  margin-bottom: 1.25rem;
}
.eco-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 0;
}
.eco-pillar {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 1.75rem 1.5rem;
  transition: background 0.3s;
}
.eco-pillar:hover { background: rgba(255,255,255,0.1); }
.eco-pillar-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(61,156,90,0.2);
  display: grid;
  place-items: center;
  color: #6ed08a;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.eco-pillar h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  color: var(--white);
  margin-bottom: 0.6rem;
}
.eco-pillar p { font-size: 0.8rem; color: rgba(255,255,255,0.55); line-height: 1.7; }

/* ══════════════════════════════════
   FAQ SECTION
══════════════════════════════════ */
.faq-sec {
  padding: 6rem max(2rem, 4%);
  background: var(--white);
}
.faq-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 5rem;
  align-items: start;
}
.faq-hd h2 { margin-bottom: 1.2rem; }
.faq-hd .sub { color: var(--mid); font-size: 0.88rem; line-height: 1.8; }
.faq-hd .eyebrow { margin-bottom: 0.75rem; }
.faq-hd .ttl { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.faq-list { display: flex; flex-direction: column; }
.faq-item {
  border-bottom: 1px solid var(--mist);
}
.faq-item:first-child { border-top: 1px solid var(--mist); }
.faq-q {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.4rem 0;
  text-align: left;
  font-family: 'Playfair Display', serif;
  font-size: 1.02rem;
  color: var(--ink);
  cursor: pointer;
  transition: color 0.2s;
}
.faq-q:hover { color: var(--gold-dk); }
.faq-q[aria-expanded="true"] { color: var(--gold-dk); }
.faq-icon {
  font-size: 0.75rem;
  color: var(--gold-dk);
  flex-shrink: 0;
  transition: transform 0.3s;
}
.faq-q[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
}
.faq-a {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease, padding 0.3s;
}
.faq-a.open {
  max-height: 400px;
  padding-bottom: 1.25rem;
}
.faq-a p { font-size: 0.87rem; color: var(--warm); line-height: 1.85; }

/* ══════════════════════════════════
   RESPONSIVE: NEW SECTIONS
══════════════════════════════════ */
@media (max-width: 1024px) {
  .seasons-grid { grid-template-columns: repeat(2, 1fr); }
  .eco-pillars { grid-template-columns: repeat(2, 1fr); }
  .wildlife-grid { grid-template-columns: repeat(2, 1fr); }
  .wl-large { grid-column: 1 / 3; }
  .process-steps { flex-direction: column; gap: 1rem; }
  .process-connector { display: none; }
  .faq-inner { grid-template-columns: 1fr; gap: 2.5rem; }
}
@media (max-width: 768px) {
  .seasons-grid { grid-template-columns: 1fr; }
  .wildlife-grid { grid-template-columns: 1fr; }
  .wl-large { grid-column: 1 / 2; }
  .eco-pillars { grid-template-columns: 1fr; }
  .wildlife-sec .sec-hd { flex-direction: column; align-items: flex-start; gap: 1.25rem; }
  .seasons-sec, .process-sec, .wildlife-sec, .eco-sec, .faq-sec { padding: 4rem max(1.1rem, 4%); }
}

/* ══════════════════════════════════
   ACCOMMODATION TIERS
══════════════════════════════════ */
.accom-sec {
  padding: 6rem max(2rem, 4%);
  background: var(--off);
}
.accom-inner { max-width: 1300px; margin: 0 auto; }
.accom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.accom-card {
  background: var(--white);
  border-radius: 18px;
  padding: 2rem 1.75rem 1.75rem;
  border: 1.5px solid var(--mist);
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.accom-card:hover {
  border-color: var(--gold-dk);
  box-shadow: 0 16px 48px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}
.accom-featured {
  border-color: var(--gold-dk);
  box-shadow: 0 8px 32px rgba(200,148,42,0.18);
}
.accom-popular-tag {
  position: absolute;
  top: 0; right: 0;
  background: var(--gold-dk);
  color: var(--white);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.45rem 1rem;
  border-radius: 0 18px 0 12px;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.accom-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.ac-budget { background: rgba(140,120,90,0.12); color: #8c7860; }
.ac-mid    { background: rgba(92,138,189,0.12); color: #5c8abd; }
.ac-lodge  { background: rgba(200,148,42,0.12); color: var(--gold-dk); }
.ac-lux    { background: rgba(160,60,140,0.12); color: #a03c8c; }
.accom-tier {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 0.35rem;
}
.accom-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: var(--ink);
  margin-bottom: 0.65rem;
}
.accom-card > p {
  font-size: 0.82rem;
  color: var(--warm);
  line-height: 1.7;
  margin-bottom: 1.25rem;
}
.accom-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-bottom: 1.5rem;
  flex: 1;
}
.accom-features li {
  font-size: 0.8rem;
  color: var(--dark);
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.accom-features li i {
  color: var(--gold-dk);
  font-size: 0.6rem;
  flex-shrink: 0;
}
.accom-price {
  font-size: 0.75rem;
  color: var(--mid);
  border-top: 1px solid var(--mist);
  padding-top: 1rem;
  margin-top: auto;
}
.accom-price strong { font-size: 1.4rem; color: var(--ink); font-family: 'Playfair Display', serif; font-weight: 400; }
.accom-price span { font-size: 0.7rem; color: var(--stone); }
.accom-note {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.82rem;
  color: var(--mid);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  line-height: 1.6;
}
.accom-note i { color: var(--gold-dk); font-size: 0.85rem; flex-shrink: 0; }

/* ══════════════════════════════════
   MEET THE TEAM
══════════════════════════════════ */
.team-sec { padding: 6rem max(2rem, 4%); }
.team-inner { max-width: 1300px; margin: 0 auto; }
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.team-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 18px;
  padding: 2rem 1.6rem;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
  text-align: center;
}
.team-card:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(200,148,42,0.4);
  transform: translateY(-4px);
}
.team-avatar {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 1.2rem;
}
.ta-initials {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(200,148,42,0.25) 0%, rgba(200,148,42,0.1) 100%);
  border: 2px solid rgba(200,148,42,0.4);
  display: grid;
  place-items: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--gold-lt);
  letter-spacing: 0.05em;
}
.ta-badge {
  position: absolute;
  bottom: 0; right: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--gold-dk);
  display: grid;
  place-items: center;
  font-size: 0.65rem;
  color: var(--white);
  border: 2px solid var(--dark);
}
.ta-kili { background: #5c8abd; }
.ta-bird { background: #3d9c5a; }
.ta-cult { background: #a03c8c; }
.team-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  color: var(--white);
  margin-bottom: 0.35rem;
}
.team-role {
  font-size: 0.72rem;
  color: var(--gold-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
}
.team-role i { font-size: 0.65rem; }
.team-card > p {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  margin-bottom: 1.25rem;
}
.team-stats {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-top: 1px solid rgba(255,255,255,0.07);
  padding-top: 1rem;
}
.ts-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.45);
}
.ts-item i { color: var(--gold-lt); font-size: 0.65rem; width: 14px; }
.ts-item span { color: rgba(255,255,255,0.65); }

/* ══════════════════════════════════
   PACKING & TRAVEL ESSENTIALS
══════════════════════════════════ */
.packing-sec {
  padding: 6rem max(2rem, 4%);
  background: var(--white);
}
.packing-inner { max-width: 1300px; margin: 0 auto; }
.packing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.pk-category {
  background: var(--off);
  border-radius: 16px;
  padding: 1.75rem;
  border: 1px solid var(--mist);
  transition: box-shadow 0.3s;
}
.pk-category:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.07); }
.pkc-hd {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.35rem;
}
.pkc-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.pk-category h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  color: var(--ink);
}
.pk-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.pk-list li {
  font-size: 0.8rem;
  color: var(--warm);
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}
.pk-list li i {
  color: var(--gold-dk);
  font-size: 0.5rem;
  margin-top: 5px;
  flex-shrink: 0;
}
.packing-tip {
  margin-top: 2.5rem;
  background: linear-gradient(135deg, rgba(200,148,42,0.1) 0%, rgba(200,148,42,0.04) 100%);
  border: 1px solid rgba(200,148,42,0.25);
  border-radius: 14px;
  padding: 1.5rem 1.75rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.packing-tip > i {
  color: var(--gold-dk);
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.packing-tip div { font-size: 0.84rem; color: var(--warm); line-height: 1.75; }
.packing-tip strong { color: var(--ink); }

/* ══════════════════════════════════
   GALLERY MOSAIC
══════════════════════════════════ */
.gallery-sec {
  padding: 6rem 0 0;
  background: var(--off);
  overflow: hidden;
}
.gallery-hd {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}
.gallery-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr 1.6fr 1fr;
  grid-template-rows: 280px 280px;
  gap: 6px;
  margin-top: 2rem;
}
.gm-cell {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.gm-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}
.gm-cell:hover img { transform: scale(1.07); }
.gm-overlay {
  position: absolute;
  inset: 0;
  background: rgba(26,19,16,0);
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  color: var(--white);
  opacity: 0;
  transition: all 0.3s;
}
.gm-cell:hover .gm-overlay {
  background: rgba(26,19,16,0.4);
  opacity: 1;
}
.gm-tall { grid-row: 1 / 3; }
.gm-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.gm-col .gm-cell { flex: 1; }
.gm-wide { grid-column: 3 / 4; grid-row: 1 / 3; }
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  border: 1.5px solid var(--mist);
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--dark);
  transition: all 0.25s;
  white-space: nowrap;
}
.btn-ghost:hover {
  border-color: var(--gold-dk);
  color: var(--gold-dk);
  background: rgba(200,148,42,0.05);
}

/* ══════════════════════════════════
   MEDIA / PRESS / AWARDS
══════════════════════════════════ */
.media-sec {
  padding: 5rem max(2rem, 4%);
  background: var(--white);
  border-top: 1px solid var(--mist);
}
.media-inner { max-width: 1300px; margin: 0 auto; }
.media-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 0 2rem;
  border: 1px solid var(--mist);
  border-radius: 14px;
  margin-bottom: 2.5rem;
}
.media-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.4rem 2rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--stone);
  letter-spacing: 0.02em;
  transition: color 0.2s;
}
.media-logo:hover { color: var(--dark); }
.media-logo i { font-size: 1.2rem; color: var(--mist); }
.media-logo:hover i { color: var(--gold-dk); }
.media-divider { width: 1px; height: 32px; background: var(--mist); flex-shrink: 0; }
.media-awards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.award-badge {
  background: var(--off);
  border: 1px solid var(--mist);
  border-radius: 14px;
  padding: 1.4rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.25s;
}
.award-badge:hover { border-color: var(--gold-dk); box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.ab-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(200,148,42,0.12);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  color: var(--gold-dk);
  flex-shrink: 0;
}
.ab-green { background: rgba(61,156,90,0.12); color: #3d9c5a; }
.ab-blue  { background: rgba(92,138,189,0.12); color: #5c8abd; }
.ab-gold  { background: rgba(52,224,161,0.1); color: #34E0A1; }
.award-badge .ab-text { display: flex; flex-direction: column; gap: 2px; }
.ab-text strong { font-size: 0.84rem; color: var(--ink); font-weight: 600; }
.ab-text span { font-size: 0.7rem; color: var(--stone); line-height: 1.4; }

/* ══════════════════════════════════
   RESPONSIVE: ALL NEW SECTIONS
══════════════════════════════════ */
@media (max-width: 1100px) {
  .accom-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid  { grid-template-columns: repeat(2, 1fr); }
  .packing-grid { grid-template-columns: repeat(2, 1fr); }
  .media-awards { grid-template-columns: repeat(2, 1fr); }
  .gallery-mosaic { grid-template-columns: 1fr 1.6fr 1fr; grid-template-rows: 240px 240px; }
  .gm-tall { grid-row: 1 / 3; }
  .gm-wide { grid-column: 2 / 3; grid-row: 1 / 3; }
}
@media (max-width: 768px) {
  .accom-grid { grid-template-columns: 1fr; }
  .team-grid  { grid-template-columns: 1fr; }
  .packing-grid { grid-template-columns: 1fr; }
  .media-awards { grid-template-columns: 1fr; }
  .media-logos  { flex-direction: column; gap: 0; }
  .media-divider { width: 80%; height: 1px; }
  .gallery-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gm-tall { grid-row: auto; }
  .gm-wide { grid-column: 1 / 3; grid-row: auto; }
  .gallery-hd { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .accom-sec, .team-sec, .packing-sec, .gallery-sec, .media-sec { padding: 4rem max(1.1rem, 4%); }
}
