/* ================================================================
   MyKutch.org — Destination Pages Stylesheet
   Design system: Carter One h1 · Cormorant Garamond h2/h3 · DM Sans body
   Palette: #1B3A6B navy · #C2410C terra · #FFFDF8 warm cream
   ================================================================ */

/* ── destinations.html — split hero ────────────────────────── */
.dest-split-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  padding-top: var(--mk-h, 70px); /* clear fixed navbar */
}

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

.dest-hero-panel {
  background: #FFFDF8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 8vh, 6rem) clamp(2rem, 5vw, 5rem);
  gap: 0;
}

.dest-hero-panel .t-eyebrow {
  margin-bottom: 1rem;
}

.dest-hero-panel h1 {
  margin-bottom: 0.4rem;
}

.dest-hero-tagline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  color: var(--color-primary);
  margin: 0 0 1.5rem;
  font-weight: 500;
}

.dest-hero-desc {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--color-text);
  max-width: 42ch;
  margin: 0 0 2.5rem;
}

.dest-hero-stats {
  display: flex;
  gap: 2.5rem;
  border-top: 1px solid rgba(27,58,107,0.1);
  padding-top: 2rem;
}

.dest-stat {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.dest-stat strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1;
}
.dest-stat span {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-text-muted);
}

/* ── Destination Sections ───────────────────────────────────── */
.dest-section {
  padding: clamp(4rem, 8vw, 7rem) 10%;
  background: #FFFDF8;
}
.dest-section--alt {
  background: #F5F0EA;
}

.dest-section-head {
  max-width: 600px;
  margin: 0 0 3.5rem;
}
.dest-section-head .t-eyebrow {
  display: block;
  margin-bottom: 0.6rem;
}
.dest-section-head h2 {
  margin-bottom: 0.5rem;
}
.dest-section-head p {
  font-size: 1rem;
  color: var(--color-text-muted);
  margin: 0;
  line-height: 1.6;
}

/* ── Card Grid ──────────────────────────────────────────────── */
.dest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.75rem;
}

/* ── Destination Card ───────────────────────────────────────── */
.dest-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 12px rgba(27,58,107,0.07);
  border: 1px solid rgba(27,58,107,0.06);
  transition: transform 0.28s cubic-bezier(0.16,1,0.3,1),
              box-shadow 0.28s ease;
}
.dest-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(27,58,107,0.13);
}

.dest-card-img {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: #e8e4de;
}
.dest-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.dest-card:hover .dest-card-img img {
  transform: scale(1.06);
}

.dest-card-body {
  padding: 1.4rem 1.5rem 1.6rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.5rem;
}

.dest-card-body h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  color: var(--color-heading) !important;
  -webkit-text-fill-color: var(--color-heading) !important;
  background: none !important;
  animation: none !important;
  margin: 0;
  line-height: 1.25;
}
/* suppress the red underline on card h3s */
.dest-card-body h3::after { display: none !important; }

.dest-card-body p {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--color-text-muted);
  margin: 0;
  flex: 1;
}

.dest-card-cta {
  display: inline-block;
  margin-top: 0.75rem;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-primary);
  transition: gap 0.2s;
}
.dest-card:hover .dest-card-cta {
  color: var(--color-secondary, #B45309);
}

/* ── Hidden Gems CTA Banner ─────────────────────────────────── */
.dest-cta-section {
  background: linear-gradient(135deg, #D97706 0%, #C2410C 55%, #9A3412 100%);
  padding: clamp(4rem, 8vw, 6rem) 2rem;
  text-align: center;
}
.dest-cta-inner {
  max-width: 680px;
  margin: 0 auto;
}
.dest-cta-inner h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem) !important;
  font-weight: 600 !important;
  margin: 0.5rem 0 1rem;
  line-height: 1.2 !important;
  color: #FEF3C7 !important;
  -webkit-text-fill-color: #FEF3C7 !important;
  background: none !important;
}
.dest-cta-inner h2::after { display: none !important; }
.dest-cta-inner p {
  color: rgba(255,255,255,0.82);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 2rem;
}
.dest-cta-btn {
  display: inline-block;
  background: white;
  color: var(--color-primary);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.9rem 2.2rem;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.dest-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 900px) {
  .dest-split-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .dest-hero-photo {
    height: 55vw;
    min-height: 260px;
  }
  .dest-hero-panel {
    padding: 2.5rem 1.5rem;
  }
  .dest-hero-stats {
    gap: 1.5rem;
  }
  .dest-stat strong { font-size: 1.5rem; }
}

@media (max-width: 768px) {
  .dest-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 600px) {
  .dest-grid {
    grid-template-columns: 1fr;
  }
  .dest-card-img { height: 52vw; }
  .dest-hero-stats { flex-wrap: wrap; gap: 1rem; }
  .dest-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* ================================================================
   PAGE HEADER — "All Destinations"
   ================================================================ */
.dest-page-header {
  margin-top: 2.8rem;
  margin-bottom: 3rem;
  border-left: 4px solid #C2410C;
  padding-left: 1.2rem;
}

.dest-page-title {
  font-family: 'Lora', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(1rem, 2vw, 1.4rem);
  color: #1B3A6B;
  line-height: 1.2;
  margin: 0 0 0.35rem 0;
  letter-spacing: -0.01em;
}


/* ================================================================
   HERO SECTION — Redesigned Modern
   ================================================================ */
.destination-hero {
  position: relative;
  height: 480px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.destination-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(27, 58, 107, 0.5) 0%, rgba(194, 65, 12, 0.4) 100%);
  z-index: 1;
}

.destination-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(180deg, transparent 0%, rgba(255, 253, 248, 0.2) 100%);
  z-index: 2;
}

.hero-overlay-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: white;
  max-width: 800px;
  padding: 0 2rem;
  animation: fadeInUp 0.8s ease-out;
}

.hero-eyebrow {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 1rem;
  display: block;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

.hero-title-large {
  font-family: var(--font-heading);
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  font-weight: 600;
  font-style: italic;
  line-height: 1.3;
  letter-spacing: -0.2px;
  margin: 0 0 0.8rem 0;
  color: white;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.4s forwards;
}

.hero-subtitle {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.6s forwards;
}

.hero-meta {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.8s forwards;
}

.hero-meta-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.hero-meta-label {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.85);
}

.hero-meta-value {
  font-family: var(--font-body);
  font-size: 1.3rem;
  font-weight: 600;
  color: white;
}

/* ================================================================
   PAGE STRUCTURE
   ================================================================ */
.destination-detail-page {
  background-color: var(--color-bg);
  color: var(--color-text);
}

.editorial-container {
  padding: 0 10%;
}

.container {
  padding: 0 10%;
}

/* ================================================================
   INTRO SECTION
   ================================================================ */
.intro-section {
  margin: 4rem 0;
  padding: 3rem 2rem;
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.6) 0%, rgba(245, 240, 234, 0.8) 100%);
  border-radius: 12px;
  border-left: 4px solid var(--color-primary);
}

.lead-text {
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--color-text);
  margin: 0;
  font-weight: 400;
}

/* ================================================================
   SECTION HEADERS
   ================================================================ */
.section-header {
  margin-bottom: 2rem;
}

.section-header h2,
.section-header h3 {
  font-family: var(--font-heading);
  color: var(--color-heading);
  margin: 0 0 0.5rem 0;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.section-header h2 {
  font-size: clamp(0.85rem, 1.8vw, 1rem);
  line-height: 1.3;
  font-style: italic;
  font-weight: 600;
}

.section-header h3 {
  font-size: clamp(0.75rem, 1.4vw, 0.9rem);
  font-style: italic;
  font-weight: 600;
}

.section-header p {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--color-text-muted);
  margin: 0.5rem 0 0 0;
  line-height: 1.5;
}

/* ================================================================
   GUIDE SECTIONS
   ================================================================ */
.guide-section {
  margin: 3rem 0;
  padding: 2rem 0;
}

.guide-section + .guide-section {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* ================================================================
   GRID LAYOUTS
   ================================================================ */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 2.5rem;
  margin: 2rem 0;
}

@media (max-width: 768px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}

/* ================================================================
   LISTS & TYPOGRAPHY
   ================================================================ */
.styled-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.styled-list li {
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--color-text);
}

.styled-list li:last-child {
  border-bottom: none;
}

.styled-list strong {
  color: var(--color-heading);
  font-weight: 600;
}

/* ================================================================
   ATTRACTION CARDS
   ================================================================ */
.attraction-card {
  background: var(--color-card-bg);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(27, 58, 107, 0.08);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.attraction-card:hover {
  box-shadow: 0 12px 32px rgba(27, 58, 107, 0.15);
  transform: translateY(-4px);
  border-color: var(--color-primary);
}

.attraction-img-wrapper {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background-color: var(--color-section-bg);
  position: relative;
}

.attraction-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.attraction-card:hover .attraction-img-wrapper img {
  transform: scale(1.05);
}

.attraction-content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.attraction-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-heading);
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
  letter-spacing: -0.3px;
}

.attraction-desc {
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--color-text-muted);
  margin: 0;
  flex-grow: 1;
}

/* ================================================================
   TIPS SECTION
   ================================================================ */
.editorial-note {
  background: linear-gradient(135deg, rgba(194, 65, 12, 0.04) 0%, rgba(180, 83, 9, 0.03) 100%);
  padding: 2rem;
  border-radius: 12px;
  border-left: 4px solid var(--color-primary);
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.tip-item {
  background: var(--color-card-bg);
  padding: 1.5rem;
  border-radius: 8px;
  border-top: 3px solid var(--color-primary);
  transition: all 0.3s ease;
}

.tip-item:hover {
  box-shadow: 0 4px 12px rgba(27, 58, 107, 0.08);
}

.tip-item h4 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-heading);
  margin: 0 0 0.5rem 0;
  letter-spacing: -0.2px;
}

.tip-item p {
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--color-text-muted);
  margin: 0;
}

/* ================================================================
   NEARBY SECTION
   ================================================================ */
.nearby-highlight {
  background: linear-gradient(135deg, var(--color-section-bg) 0%, rgba(245, 240, 234, 0.5) 100%);
  padding: 2.5rem 2rem;
  border-radius: 12px;
  margin-top: 4rem;
}

.nearby-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.nearby-card {
  background: var(--color-card-bg);
  border-radius: 12px;
  padding: 1.5rem;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  position: relative;
}

.nearby-card:hover {
  box-shadow: 0 8px 24px rgba(27, 58, 107, 0.12);
  border-color: var(--color-primary);
  transform: translateY(-3px);
}

.nearby-card-inner {
  flex-grow: 1;
}

.nearby-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.nearby-icon {
  font-size: 2rem;
  display: block;
  line-height: 1;
}

.nearby-distance {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 700;
  background: var(--color-primary);
  color: white;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.nearby-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-heading);
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
  letter-spacing: -0.2px;
}

.nearby-desc {
  font-family: var(--font-body);
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--color-text-muted);
  margin: 0 0 1rem 0;
}

.nearby-link {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-primary);
  text-decoration: none;
  display: inline-block;
  margin-top: auto;
  transition: transform 0.3s ease;
}

.nearby-card:hover .nearby-link {
  transform: translateX(4px);
}

/* ================================================================
   ITINERARY SECTION
   ================================================================ */
.itinerary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.day-column {
  position: relative;
}

.itinerary-box {
  background: var(--color-card-bg);
  padding: 2rem;
  border-radius: 12px;
  border-left: 4px solid var(--color-primary);
  box-shadow: 0 4px 12px rgba(27, 58, 107, 0.08);
  transition: all 0.3s ease;
}

.itinerary-box:hover {
  box-shadow: 0 8px 20px rgba(27, 58, 107, 0.12);
}

.day-header {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-heading);
  margin-bottom: 1.5rem;
  display: block;
  letter-spacing: -0.3px;
}

.time-label {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--color-primary);
  display: block;
  margin-bottom: 0.4rem;
}

.itinerary-box p {
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--color-text);
  margin: 0;
}

.itinerary-box > div + div {
  margin-top: 1.5rem;
}

/* ================================================================
   LOCATION & GALLERY
   ================================================================ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
  cursor: pointer;
}

.gallery-grid img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.gallery-grid img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(27, 58, 107, 0.15);
}

/* ================================================================
   LIGHTBOX
   ================================================================ */
#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 1000;
  animation: fadeIn 0.3s ease;
}

#lightbox.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

#lightbox-img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  animation: zoomIn 0.3s ease;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 36px;
  color: white;
  cursor: pointer;
  transition: transform 0.2s ease;
  background: none;
  border: none;
  font-weight: 300;
}

.lightbox-close:hover {
  transform: scale(1.2);
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.reveal {
  opacity: 1;
}

/* ================================================================
   RESPONSIVE DESIGN — Tablet (768px and below)
   ================================================================ */
@media (max-width: 768px) {
  .destination-hero {
    height: 380px;
    background-attachment: scroll;
  }

  .hero-title-large {
    font-size: clamp(0.85rem, 2.2vw, 1rem);
  }

  .hero-subtitle {
    font-size: 0.85rem;
  }

  .hero-meta {
    gap: 1.5rem;
  }

  .hero-meta-value {
    font-size: 0.85rem;
  }

  .editorial-container {
    padding: 0 1.5rem;
  }

  .container {
    padding: 0 1.5rem;
  }

  .section-header h2 {
    font-size: clamp(0.8rem, 1.6vw, 0.95rem);
  }

  .section-header h3 {
    font-size: clamp(0.7rem, 1.3vw, 0.85rem);
  }

  .guide-section {
    padding: 1.5rem 0;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .tips-grid {
    grid-template-columns: 1fr;
  }

  .itinerary-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nearby-highlight {
    padding: 1.5rem;
  }

  .attraction-title {
    font-size: 1.1rem;
  }

  .nearby-title {
    font-size: 1.05rem;
  }
}

/* ================================================================
   RESPONSIVE DESIGN — Mobile (480px and below)
   ================================================================ */
@media (max-width: 480px) {
  .destination-hero {
    height: 280px;
    background-attachment: scroll;
  }

  .hero-eyebrow {
    font-size: 0.7rem;
    letter-spacing: 1.2px;
    margin-bottom: 0.8rem;
  }

  .hero-title-large {
    font-size: clamp(0.8rem, 2.5vw, 0.95rem);
    margin: 0 0 0.7rem 0;
  }

  .hero-subtitle {
    font-size: 0.8rem;
  }

  .hero-meta {
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 1.2rem;
  }

  .hero-meta-item {
    gap: 0.2rem;
  }

  .hero-meta-label {
    font-size: 0.6rem;
    letter-spacing: 0.8px;
  }

  .hero-meta-value {
    font-size: 0.8rem;
  }

  .editorial-container {
    padding: 0 1rem;
  }

  .container {
    padding: 0 1rem;
  }


  .section-header h2 {
    font-size: clamp(0.8rem, 2vw, 0.95rem);
    margin-bottom: 0.5rem;
  }

  .section-header h3 {
    font-size: clamp(0.7rem, 1.5vw, 0.8rem);
  }

  .section-header p {
    font-size: 0.85rem;
  }

  .lead-text {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .styled-list li {
    padding: 0.8rem 0;
    font-size: 0.9rem;
  }

  .attraction-title {
    font-size: 1rem;
  }

  .attraction-desc {
    font-size: 0.85rem;
  }

  .nearby-card-top {
    flex-direction: column;
    gap: 0.4rem;
  }

  .nearby-title {
    font-size: 1rem;
  }

  .nearby-desc {
    font-size: 0.8rem;
  }

  .nearby-link {
    font-size: 0.8rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid img {
    height: 150px;
  }

  .attraction-img-wrapper {
    height: 160px;
  }

  .itinerary-box {
    padding: 1.2rem;
  }

  .day-header {
    font-size: 1.1rem;
  }

  .time-label {
    font-size: 0.65rem;
  }

  .tip-item {
    padding: 1.2rem;
  }

  .tip-item h4 {
    font-size: 0.95rem;
  }

  .tip-item p {
    font-size: 0.85rem;
  }

  .intro-section {
    padding: 1.5rem;
    margin: 2rem 0;
  }
}

/* ================================================================
   CRAFTS PAGE — card tag badge + 2-col grid override
   ================================================================ */

/* Tag badge overlaid on dest-card image */
.dest-card-img {
  position: relative;
}

.craft-tag {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  background: rgba(27,58,107,0.82);
  color: #fff;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.3rem 0.75rem;
  border-radius: 50px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.craft-tag--red {
  background: rgba(194,65,12,0.88);
}

/* 2-column forced grid for Rare Arts */
.craft-grid-2 {
  grid-template-columns: repeat(2, 1fr) !important;
}

@media (max-width: 600px) {
  .craft-grid-2 {
    grid-template-columns: 1fr !important;
  }
}

/* ================================================================
   HIDDEN GEMS PAGE — custom components
   ================================================================ */

/* Intro paragraph */
.gems-intro-section {
  padding-top: clamp(2rem, 5vw, 3.5rem);
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

.gems-intro {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  line-height: 1.8;
  color: var(--color-heading);
  text-align: center;
  max-width: 68ch;
  margin: 0 auto;
}

/* Icon-list cards (gems without dedicated images) */
.gems-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.gems-list-card {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  background: #fff;
  border-radius: 14px;
  padding: 1.5rem;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(27,58,107,0.07);
  box-shadow: 0 2px 12px rgba(27,58,107,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gems-list-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(27,58,107,0.12);
}

.gems-list-icon {
  font-size: 2rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.gems-list-body h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.15rem !important;
  font-weight: 600 !important;
  color: var(--color-heading) !important;
  -webkit-text-fill-color: var(--color-heading) !important;
  background: none !important;
  margin: 0 0 0.3rem !important;
  line-height: 1.2;
}
.gems-list-body h3::after { display: none !important; }

.gems-distance {
  display: inline-block;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--color-primary);
  margin-bottom: 0.5rem;
}

.gems-list-body p {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--color-text-muted);
  margin: 0;
}

/* Tips cards */
.gems-tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.gems-tip {
  background: #fff;
  border-radius: 14px;
  padding: 1.75rem 1.5rem;
  border-top: 3px solid var(--color-primary);
  box-shadow: 0 2px 12px rgba(27,58,107,0.06);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.gems-tip:hover {
  box-shadow: 0 8px 24px rgba(27,58,107,0.11);
  transform: translateY(-3px);
}

.gems-tip-icon {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 0.75rem;
}

.gems-tip h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  color: var(--color-heading) !important;
  -webkit-text-fill-color: var(--color-heading) !important;
  background: none !important;
  margin: 0 0 0.6rem !important;
  line-height: 1.2;
}
.gems-tip h3::after { display: none !important; }

.gems-tip p {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--color-text-muted);
  margin: 0;
}

/* Best time + what to pack */
.gems-info-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.gems-info-block {
  background: #fff;
  border-radius: 14px;
  padding: 2rem;
  border: 1px solid rgba(27,58,107,0.07);
  box-shadow: 0 2px 10px rgba(27,58,107,0.05);
}

.gems-info-block h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  color: var(--color-heading) !important;
  -webkit-text-fill-color: var(--color-heading) !important;
  background: none !important;
  margin: 0 0 1.25rem !important;
}
.gems-info-block h3::after { display: none !important; }

.gems-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.gems-checklist li {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--color-text);
  padding-left: 1.4rem;
  position: relative;
}

.gems-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 0.8rem;
  top: 0.15em;
}

.gems-checklist strong {
  color: var(--color-heading);
  font-weight: 600;
}

/* Share buttons */
.gems-share-row {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.gems-share-btn {
  display: inline-block;
  padding: 0.85rem 2.2rem;
  border-radius: 50px;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.gems-share-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.gems-share-whatsapp {
  background: #25D366;
  color: #fff;
}

.gems-share-contact {
  background: transparent;
  color: var(--color-heading);
  border: 2px solid rgba(27,58,107,0.35);
}

.gems-share-contact:hover {
  border-color: var(--color-heading);
}

/* Map */
.gems-map {
  height: 440px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(27,58,107,0.08);
  margin-top: 1.5rem;
}

/* Responsive */
@media (max-width: 768px) {
  .gems-info-row {
    grid-template-columns: 1fr;
  }
  .gems-tips-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .gems-tips-grid {
    grid-template-columns: 1fr;
  }
  .gems-list-grid {
    grid-template-columns: 1fr;
  }
  .gems-map {
    height: 300px;
  }
}

/* ================================================================
   BLOG PAGE — redesigned layout
   ================================================================ */

/* Category filter bar */
.blog-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.blog-filter-pill {
  display: inline-block;
  padding: 0.45rem 1.1rem;
  border-radius: 50px;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  background: #fff;
  color: var(--color-text);
  border: 1px solid rgba(27,58,107,0.15);
  transition: all 0.2s ease;
  user-select: none;
}

.blog-filter-pill:hover,
.blog-filter-pill.active {
  background: var(--color-heading);
  color: #fff;
  border-color: var(--color-heading);
}

/* Featured article — horizontal card */
.blog-feature-card {
  display: grid;
  grid-template-columns: 2fr 3fr;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 24px rgba(27,58,107,0.09);
  border: 1px solid rgba(27,58,107,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 360px;
}

.blog-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(27,58,107,0.14);
}

.blog-feature-img {
  position: relative;
  overflow: hidden;
}

.blog-feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.blog-feature-card:hover .blog-feature-img img {
  transform: scale(1.05);
}

.blog-feature-badge {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  background: var(--color-primary);
  color: #fff;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.9rem;
  border-radius: 50px;
}

.blog-feature-body {
  padding: clamp(2rem, 5vw, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.blog-feature-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(1.4rem, 2.5vw, 2rem) !important;
  font-weight: 600 !important;
  color: var(--color-heading) !important;
  -webkit-text-fill-color: var(--color-heading) !important;
  background: none !important;
  line-height: 1.25;
  margin: 0 !important;
}
.blog-feature-title::after { display: none !important; }

.blog-feature-excerpt {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--color-text-muted);
  margin: 0;
}

/* Category chips */
.blog-art-cat {
  display: inline-block;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
  margin-bottom: 0.25rem;
}

.blog-cat-guide    { background: #dbeafe; color: #1d4ed8; }
.blog-cat-adventure{ background: #fef3c7; color: #b45309; }
.blog-cat-culture  { background: #fce7f3; color: #be185d; }
.blog-cat-wildlife { background: #d1fae5; color: #065f46; }
.blog-cat-gem      { background: #ede9fe; color: #6d28d9; }
.blog-cat-heritage { background: #ffedd5; color: #c2410c; }
.blog-cat-featured { background: #fef9c3; color: #854d0e; }

/* Meta row */
.blog-art-meta {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.78rem;
  color: var(--color-text-muted);
  font-weight: 500;
}

.blog-meta-dot {
  opacity: 0.4;
}

/* Read more link */
.blog-art-read {
  display: inline-block;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-primary);
  margin-top: auto;
  transition: color 0.2s;
}

.blog-feature-card:hover .blog-art-read,
.blog-art-card:hover .blog-art-read {
  color: var(--color-secondary);
}

/* Articles grid */
.blog-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.blog-art-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(27,58,107,0.06);
  box-shadow: 0 2px 12px rgba(27,58,107,0.07);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.blog-art-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(27,58,107,0.13);
}

.blog-art-img {
  height: 200px;
  overflow: hidden;
  background: #e8e4de;
  flex-shrink: 0;
}

.blog-art-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.blog-art-card:hover .blog-art-img img {
  transform: scale(1.06);
}

.blog-art-body {
  padding: 1.4rem 1.5rem 1.6rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.6rem;
}

.blog-art-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  color: var(--color-heading) !important;
  -webkit-text-fill-color: var(--color-heading) !important;
  background: none !important;
  margin: 0 !important;
  line-height: 1.3;
}
.blog-art-title::after { display: none !important; }

.blog-art-excerpt {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--color-text-muted);
  margin: 0;
  flex: 1;
}

/* Newsletter */
.blog-newsletter {
  background: linear-gradient(135deg, #1B3A6B 0%, #0F2652 55%, #C2410C 160%);
  padding: clamp(4rem, 8vw, 6rem) 10%;
  text-align: center;
}

.blog-newsletter-inner {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.blog-newsletter-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(1.6rem, 3vw, 2.4rem) !important;
  font-weight: 600 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: none !important;
  margin: 0 !important;
  line-height: 1.2;
}
.blog-newsletter-title::after { display: none !important; }

.blog-newsletter-desc {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.8);
  margin: 0;
}

.blog-sub-form {
  display: flex;
  gap: 0;
  width: 100%;
  max-width: 440px;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  margin-top: 0.5rem;
}

.blog-sub-input {
  flex: 1;
  padding: 0.9rem 1.5rem;
  border: none;
  outline: none;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.9rem;
  background: #fff;
  color: var(--color-text);
  min-width: 0;
}

.blog-sub-btn {
  padding: 0.9rem 1.6rem;
  background: var(--color-primary);
  color: #fff;
  border: none;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.blog-sub-btn:hover {
  background: #a83209;
}

/* Responsive */
@media (max-width: 900px) {
  .blog-feature-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .blog-feature-img {
    height: 280px;
  }
  .blog-articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .blog-articles-grid {
    grid-template-columns: 1fr;
  }
  .blog-sub-form {
    flex-direction: column;
    border-radius: 12px;
    overflow: visible;
    gap: 0.75rem;
  }
  .blog-sub-input,
  .blog-sub-btn {
    border-radius: 50px;
    width: 100%;
  }
  .blog-newsletter {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* ================================================================
   GEOGRAPHY PAGE — custom components
   ================================================================ */

/* Stats band */
.geo-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.geo-stat-card {
  background: #fff;
  border-radius: 14px;
  padding: 2rem 1.5rem;
  border: 1px solid rgba(27,58,107,0.07);
  box-shadow: 0 2px 12px rgba(27,58,107,0.06);
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.geo-stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(27,58,107,0.1);
}

.geo-stat-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1;
  margin-bottom: 0.6rem;
}

.geo-stat-label {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-heading);
  line-height: 1.4;
}

.geo-stat-label span {
  display: block;
  font-weight: 400;
  color: var(--color-text-muted);
  font-size: 0.72rem;
  margin-top: 0.2rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Location section */
.geo-location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.geo-location-text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.geo-map-embed {
  height: 340px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(27,58,107,0.08);
}

/* Geology section */
.geo-geology-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.geo-body-text {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--color-text);
  margin-bottom: 1.25rem;
}

.geo-callout {
  background: linear-gradient(135deg, rgba(194,65,12,0.05) 0%, rgba(180,83,9,0.04) 100%);
  border-left: 4px solid var(--color-primary);
  border-radius: 0 14px 14px 0;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.geo-callout-icon {
  font-size: 2rem;
  line-height: 1;
}

.geo-callout h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  color: var(--color-heading) !important;
  -webkit-text-fill-color: var(--color-heading) !important;
  background: none !important;
  margin: 0 !important;
}
.geo-callout h3::after { display: none !important; }

.geo-callout p {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--color-text);
  margin: 0;
}

/* 5 regions grid — auto-fill up to 3 cols */
.geo-regions-grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

/* Water section */
.geo-water-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.geo-info-block {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.geo-info-block h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  color: var(--color-heading) !important;
  -webkit-text-fill-color: var(--color-heading) !important;
  background: none !important;
  margin: 0 0 1rem !important;
}
.geo-info-block h3::after { display: none !important; }

.geo-checklist {
  margin-top: 0.5rem;
}

/* Climate section */
.geo-season-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.geo-season-card {
  border-radius: 14px;
  padding: 2rem 1.75rem;
  position: relative;
  border: 1px solid rgba(27,58,107,0.07);
  box-shadow: 0 2px 12px rgba(27,58,107,0.06);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.geo-season-summer  { background: #fffbeb; border-top: 4px solid #f59e0b; }
.geo-season-monsoon { background: #eff6ff; border-top: 4px solid #3b82f6; }
.geo-season-winter  { background: #f0fdf4; border-top: 4px solid #22c55e; }

.geo-season-icon {
  font-size: 2rem;
  line-height: 1;
}

.geo-season-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  color: var(--color-heading) !important;
  -webkit-text-fill-color: var(--color-heading) !important;
  background: none !important;
  margin: 0 !important;
  line-height: 1.2;
}
.geo-season-card h3::after { display: none !important; }

.geo-season-months {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--color-text-muted);
  margin: 0;
}

.geo-season-card p {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--color-text);
  margin: 0;
  flex: 1;
}

.geo-best-badge {
  display: inline-block;
  background: #22c55e;
  color: #fff;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
  margin-top: 0.25rem;
  align-self: flex-start;
}

/* Second CTA button (ghost style) */
.dest-cta-section .dest-cta-inner > div a:last-child {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.55);
  color: #fff;
}
.dest-cta-section .dest-cta-inner > div a:last-child:hover {
  background: rgba(255,255,255,0.12);
}

/* Responsive */
@media (max-width: 900px) {
  .geo-stats-grid     { grid-template-columns: repeat(2, 1fr); }
  .geo-season-grid    { grid-template-columns: 1fr; }
  .geo-location-grid  { grid-template-columns: 1fr; }
  .geo-geology-layout { grid-template-columns: 1fr; }
  .geo-water-grid     { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .geo-stats-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ================================================================
   HISTORY PAGE — timeline & components
   ================================================================ */

/* Why Kutch section */
.hist-origin-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.hist-origin-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hist-origin-img img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 10px 32px rgba(27,58,107,0.12);
}

.hist-quote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: var(--color-primary);
  border-left: 3px solid var(--color-primary);
  padding-left: 1.25rem;
  margin: 0.25rem 0;
  line-height: 1.5;
}

/* Vertical timeline */
.hist-timeline {
  position: relative;
  padding-left: 2rem;
}

.hist-timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6rem;
  bottom: 2rem;
  width: 3px;
  background: linear-gradient(180deg,
    var(--color-primary) 0%,
    var(--color-heading) 60%,
    var(--color-primary) 100%);
  border-radius: 2px;
}

.hist-era {
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 3rem;
}

.hist-era:last-child {
  padding-bottom: 0;
}

.hist-era-marker {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.hist-era-dot {
  position: absolute;
  left: -2.45rem;
  top: 0.25rem;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color-primary);
  border: 3px solid #FFFDF8;
  box-shadow: 0 0 0 3px var(--color-primary);
  flex-shrink: 0;
}

.hist-era-dot--gold  { background: #b45309; box-shadow: 0 0 0 3px #b45309; }
.hist-era-dot--navy  { background: var(--color-heading); box-shadow: 0 0 0 3px var(--color-heading); }

.hist-era-date {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-primary);
}

.hist-era-date--gold  { color: #b45309; }
.hist-era-date--navy  { color: var(--color-heading); }

/* Era card */
.hist-era-card {
  background: #fff;
  border-radius: 16px;
  padding: 2rem 2.25rem;
  border: 1px solid rgba(27,58,107,0.07);
  box-shadow: 0 2px 16px rgba(27,58,107,0.07);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hist-era-card--gold {
  border-color: rgba(180,83,9,0.18);
  background: linear-gradient(135deg, #fffbeb 0%, #fff 60%);
}

.hist-era-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(1.25rem, 2.5vw, 1.6rem) !important;
  font-weight: 600 !important;
  color: var(--color-heading) !important;
  -webkit-text-fill-color: var(--color-heading) !important;
  background: none !important;
  margin: 0 !important;
  line-height: 1.2;
}
.hist-era-title::after { display: none !important; }

/* Era inner — text + image side by side */
.hist-era-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hist-era-inner--img {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 2rem;
  align-items: start;
}

.hist-era-text {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hist-era-photo {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.hist-era-photo img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(27,58,107,0.1);
}

.hist-photo-caption {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.72rem;
  color: var(--color-text-muted);
  text-align: center;
  font-style: italic;
}

/* Callout boxes within timeline */
.hist-callout {
  background: linear-gradient(135deg, rgba(27,58,107,0.04) 0%, rgba(27,58,107,0.02) 100%);
  border-left: 4px solid var(--color-heading);
  border-radius: 0 10px 10px 0;
  padding: 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hist-callout--amber {
  background: linear-gradient(135deg, rgba(217,119,6,0.06) 0%, rgba(217,119,6,0.03) 100%);
  border-left-color: #d97706;
}

.hist-callout h4 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  color: var(--color-heading) !important;
  -webkit-text-fill-color: var(--color-heading) !important;
  background: none !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
}
.hist-callout h4::after { display: none !important; }

/* Link within era cards */
.hist-link {
  display: inline-block;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-primary);
  text-decoration: none;
  transition: color 0.2s;
}

.hist-link:hover { color: var(--color-secondary); }

/* Responsive */
@media (max-width: 900px) {
  .hist-origin-grid     { grid-template-columns: 1fr; }
  .hist-era-inner--img  { grid-template-columns: 1fr; }
  .hist-timeline        { padding-left: 1.25rem; }
  .hist-era             { padding-left: 1.75rem; }
  .hist-era-dot         { left: -1.7rem; }
}

@media (max-width: 600px) {
  .hist-era-card { padding: 1.5rem; }
  .hist-callout  { padding: 1.25rem; }
}


/* ================================================================
   LANDSCAPES PAGE — hero, galleries & lightbox
   ================================================================ */

/* Cinematic full-width hero */
.land-hero {
  position: relative;
  height: 90vh;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding-top: var(--mk-h, 70px);
}

.land-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.land-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.08) 0%,
    rgba(0,0,0,0.12) 40%,
    rgba(0,0,0,0.65) 100%
  );
}

.land-hero-content {
  position: relative;
  z-index: 2;
  padding: clamp(2rem, 6vw, 4rem) 10%;
  padding-bottom: clamp(3rem, 7vw, 5rem);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 800px;
}

.land-hero-eyebrow {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255,255,255,0.8);
}

.land-hero-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(2.8rem, 6vw, 5rem) !important;
  font-weight: 700 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: none !important;
  margin: 0 !important;
  line-height: 1.05;
  text-shadow: 0 4px 24px rgba(0,0,0,0.35);
}
.land-hero-title::after { display: none !important; }

.land-hero-sub {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: clamp(0.9rem, 1.8vw, 1.1rem);
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.06em;
  margin: 0;
}

.land-hero-btn {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.8rem 2rem;
  background: rgba(255,255,255,0.15);
  border: 1.5px solid rgba(255,255,255,0.6);
  border-radius: 50px;
  color: #fff;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 0.25s ease;
  align-self: flex-start;
}
.land-hero-btn:hover { background: rgba(255,255,255,0.25); }

/* Curated themed photo grids */
.land-photo-grid {
  display: grid;
  gap: 0.75rem;
}

.land-grid-3 { grid-template-columns: repeat(3, 1fr); }
.land-grid-4 { grid-template-columns: repeat(4, 1fr); }

.land-photo {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0;
  background: #e8e4de;
  cursor: zoom-in;
}

.land-photo img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.land-photo--tall img { height: 497px; }  /* spans 2 rows visually */
.land-photo--wide     { grid-column: span 2; }
.land-photo--wide img { height: 240px; }

.land-photo:hover img { transform: scale(1.05); }

.land-photo figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.6rem 0.9rem;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 100%);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255,255,255,0.95);
  letter-spacing: 0.04em;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.land-photo:hover figcaption { opacity: 1; }

/* Full gallery compact grid */
.land-full-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.5rem;
}

.land-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  margin: 0;
  background: #e8e4de;
  cursor: zoom-in;
  aspect-ratio: 1;
}

.land-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.land-thumb:hover img { transform: scale(1.08); }

/* Lightbox */
.land-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.94);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.land-lightbox--open { display: flex; }

.land-lightbox-img {
  max-width: 90vw;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 0 60px rgba(0,0,0,0.5);
}

.land-lightbox-close {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  background: none;
  border: none;
  color: rgba(255,255,255,0.8);
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s;
  padding: 0;
}
.land-lightbox-close:hover { color: #fff; }

/* Responsive */
@media (max-width: 900px) {
  .land-hero { height: 70vh; }
  .land-hero-content { padding: 2rem 5%; }
  .land-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .land-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .land-photo--tall img { height: 240px; }
}

@media (max-width: 600px) {
  .land-hero { height: 55vh; }
  .land-grid-3,
  .land-grid-4 { grid-template-columns: 1fr; }
  .land-photo--wide { grid-column: span 1; }
  .land-full-grid { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
  .land-photo figcaption { opacity: 1; }
}


/* ================================================================
   BOOKINGS PAGE — partner cards & contact
   ================================================================ */

/* Partner cards grid */
.book-partners-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.book-partner-card {
  background: #fff;
  border-radius: 16px;
  padding: 2.25rem;
  border: 1px solid rgba(27,58,107,0.08);
  box-shadow: 0 4px 20px rgba(27,58,107,0.07);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.book-partner-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 4px solid currentColor;
  margin-top: 0;
}

.book-partner-brand {
  line-height: 1;
}

.book-brand-name {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.book-brand-dot {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
}

.book-partner-badge {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
  background: #f1f5f9;
  padding: 0.3rem 0.75rem;
  border-radius: 50px;
}

.book-partner-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  color: var(--color-heading) !important;
  -webkit-text-fill-color: var(--color-heading) !important;
  background: none !important;
  margin: 0 !important;
  line-height: 1.25;
}
.book-partner-title::after { display: none !important; }

.book-partner-desc {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--color-text-muted);
  margin: 0;
}

.book-partner-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.book-tag {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  background: #f8fafc;
  color: var(--color-text);
  padding: 0.35rem 0.85rem;
  border-radius: 50px;
  border: 1px solid rgba(27,58,107,0.08);
}

.book-partner-cta {
  display: inline-block;
  color: #fff;
  padding: 0.85rem 1.75rem;
  border-radius: 50px;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.2s, transform 0.2s;
  margin-top: auto;
}

.book-partner-cta:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.book-partner-note {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.75rem;
  color: var(--color-text-muted);
  text-align: center;
  margin: 0;
}

/* Contact grid */
.book-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}

.book-contact-card {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  background: #fff;
  border-radius: 14px;
  padding: 1.75rem;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(27,58,107,0.07);
  box-shadow: 0 2px 12px rgba(27,58,107,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.book-contact-card:not(.book-contact-info):hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(27,58,107,0.11);
}

.book-contact-info {
  cursor: default;
}

.book-contact-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.book-contact-body {
  flex: 1;
  min-width: 0;
}

.book-contact-body h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  color: var(--color-heading) !important;
  -webkit-text-fill-color: var(--color-heading) !important;
  background: none !important;
  margin: 0 0 0.2rem !important;
  line-height: 1.2;
}
.book-contact-body h3::after { display: none !important; }

.book-contact-body p {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-text);
  margin: 0 0 0.2rem;
}

.book-contact-body span {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.75rem;
  color: var(--color-text-muted);
}

.book-contact-arrow {
  font-size: 1.1rem;
  color: var(--color-primary);
  font-weight: 700;
  flex-shrink: 0;
  transition: transform 0.2s;
}

.book-contact-card:hover .book-contact-arrow {
  transform: translateX(4px);
}

/* Responsive */
@media (max-width: 900px) {
  .book-partners-grid { grid-template-columns: 1fr; }
  .book-contact-grid  { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .book-partner-card { padding: 1.5rem; }
  .book-contact-card { padding: 1.25rem; }
}

/* ================================================================
   ABOUT PAGE
   ================================================================ */

/* Highlight cards grid */
.about-highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.about-highlight {
  border-radius: 14px;
  padding: 1.75rem;
  border: 1px solid rgba(27,58,107,0.06);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-highlight:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(27,58,107,0.1);
}

.about-hl-desert  { background: linear-gradient(135deg, #fef9ee, #fef3c7); }
.about-hl-coast   { background: linear-gradient(135deg, #f0fdf4, #dcfce7); }
.about-hl-hills   { background: linear-gradient(135deg, #f9f8f4, #f1f0eb); }
.about-hl-wildlife{ background: linear-gradient(135deg, #fff1f2, #fee2e2); }
.about-hl-culture { background: linear-gradient(135deg, #fdf4ff, #ede9fe); }

.about-hl-icon {
  font-size: 2rem;
  line-height: 1;
}

.about-highlight h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  color: var(--color-heading) !important;
  -webkit-text-fill-color: var(--color-heading) !important;
  background: none !important;
  margin: 0 !important;
  line-height: 1.2;
}
.about-highlight h3::after { display: none !important; }

.about-highlight p {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--color-text-muted);
  margin: 0;
}

/* Mission section */
.about-mission {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.about-mission h2 { margin-bottom: 0; }

.about-mission-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
  background: linear-gradient(135deg, #fef9ee, #fff8f2);
  border-radius: 16px;
  padding: 2.25rem;
  border: 1px solid rgba(194,65,12,0.1);
}

.about-mission-body p {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.95rem;
  line-height: 1.85;
  color: var(--color-text);
  margin: 0;
}

.about-mission-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.about-pillar {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem 1.25rem;
  border: 1px solid rgba(27,58,107,0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

.about-pillar-icon { font-size: 1.6rem; line-height: 1; }

.about-pillar strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-heading);
  display: block;
}

.about-pillar span {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.78rem;
  color: var(--color-text-muted);
  line-height: 1.4;
}

/* Founder card */
.about-founder-card {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 2.5rem;
  background: #fff;
  border-radius: 16px;
  padding: 2.25rem;
  border: 1px solid rgba(27,58,107,0.08);
  box-shadow: 0 4px 20px rgba(27,58,107,0.07);
  align-items: start;
}

.about-founder-photo img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 4px 16px rgba(27,58,107,0.15);
  display: block;
}

.about-founder-initials {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-heading), var(--color-primary));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}

.about-founder-info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.about-founder-name {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  color: var(--color-heading) !important;
  -webkit-text-fill-color: var(--color-heading) !important;
  background: none !important;
  margin: 0 !important;
  line-height: 1.1;
}
.about-founder-name::after { display: none !important; }

.about-founder-role {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-primary);
  margin: 0;
}

.about-founder-bio {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--color-text);
  margin: 0;
  max-width: 60ch;
}

.about-founder-contacts {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}

.about-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1.1rem;
  border-radius: 50px;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1.5px solid transparent;
}

.about-contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.about-contact-phone {
  background: #eff6ff;
  color: #1d4ed8;
  border-color: #bfdbfe;
}

.about-contact-email {
  background: #fef3c7;
  color: #b45309;
  border-color: #fde68a;
}

.about-contact-whatsapp {
  background: #dcfce7;
  color: #15803d;
  border-color: #bbf7d0;
}

/* Closing section */
.about-closing {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.about-closing-quote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  line-height: 1.65;
  color: var(--color-heading);
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.about-closing-quote::before {
  content: '"';
  font-size: 4rem;
  color: var(--color-primary);
  opacity: 0.3;
  line-height: 0;
  position: absolute;
  top: 0.5rem;
  left: -1.5rem;
}

.about-closing-attr {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-text-muted);
  margin: 0;
}

.about-closing-links {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.5rem;
}

/* Responsive */
@media (max-width: 900px) {
  .about-founder-card   { grid-template-columns: 1fr; text-align: center; }
  .about-founder-photo  { display: flex; justify-content: center; }
  .about-founder-contacts { justify-content: center; }
  .about-mission-pillars  { grid-template-columns: 1fr; }
  .about-closing-quote::before { display: none; }
}

@media (max-width: 600px) {
  .about-highlights-grid { grid-template-columns: 1fr; }
  .about-closing-links   { gap: 1rem; flex-direction: column; align-items: center; }
}

