/* ============================================================
   THE FRANKFURT GUIDE — LIGHT THEME
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,900;1,400;1,700&family=Outfit:wght@200;300;400;500;600;700&display=swap');

:root {
  --bg:        #F7F4EF;
  --bg2:       #EDE9E2;
  --bg3:       #E4DFD6;
  --border:    rgba(60,45,30,0.12);
  --border-hv: rgba(60,45,30,0.22);
  --white:     #1E1A16;
  --muted:     #6B5E50;
  --accent:    #C4634A;
  --accent-lt: #D97B62;
  --accent-dk: #8C3F2A;
  --card-rad:  14px;
  --nav-h:     70px;
  --transition:0.22s ease;
  --shadow:    0 2px 16px rgba(60,40,20,0.10);
  --shadow-hv: 0 6px 30px rgba(60,40,20,0.16);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Outfit', sans-serif;
  background: var(--bg); color: var(--white);
  font-size: 16px; line-height: 1.6; overflow-x: hidden;
}

/* ---- SCROLLBAR ---- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg2); }
::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 3px; }

/* ---- TYPOGRAPHY ---- */
h1,h2,h3,h4 { font-family: 'Playfair Display', serif; color: var(--white); }
a { color: inherit; text-decoration: none; }
em { font-style: italic; }

/* ---- NAV ---- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 2.5rem;
  background: rgba(247,244,239,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  transition: all var(--transition);
}
.nav.scrolled { box-shadow: var(--shadow); }
.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem; font-weight: 700;
  color: var(--white); letter-spacing: -0.01em;
}
.nav-logo span { color: var(--accent); }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a {
  font-size: 0.82rem; font-weight: 500; letter-spacing: 0.04em;
  text-transform: uppercase; color: var(--muted);
  transition: color var(--transition);
}
.nav-links a:hover, .nav-links a.active { color: var(--accent); }
.nav-cta {
  background: var(--accent); color: #fff !important;
  padding: 0.55rem 1.4rem; border-radius: 8px;
  font-size: 0.8rem; font-weight: 600;
  transition: background var(--transition), transform var(--transition);
}
.nav-cta:hover { background: var(--accent-dk); transform: translateY(-1px); }
.nav-burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-burger span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; transition: all 0.3s; }
@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  .nav-cta { padding: 0.5rem 1rem; font-size: 0.75rem; }
  .nav.mobile-open .nav-links {
    display: flex; flex-direction: column; gap: 0;
    position: absolute; top: var(--nav-h); left: 0; right: 0;
    background: rgba(247,244,239,0.98);
    border-bottom: 1px solid var(--border);
    padding: 1rem 2rem 1.5rem;
  }
  .nav.mobile-open .nav-links li { padding: 0.6rem 0; border-bottom: 1px solid var(--border); }
  .nav.mobile-open .nav-links a { font-size: 0.9rem; }
}

/* ---- HERO — split layout ---- */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: var(--nav-h);
  min-height: 90vh;
  overflow: hidden;
}
.hero-text-col {
  display: flex; flex-direction: column; justify-content: center;
  padding: 5rem 3.5rem 5rem 4rem;
  background: var(--bg);
}
.hero-image-col { position: relative; overflow: hidden; }
.hero-image-col img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 30%; display: block;
}
.hero-image-col::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, var(--bg) 0%, transparent 12%),
              linear-gradient(to top, var(--bg) 0%, transparent 18%);
}
.hero-eyebrow {
  display: flex; align-items: center; gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.hero-eyebrow-line {
  width: 32px; height: 2px; background: var(--accent); flex-shrink: 0;
}
.hero-eyebrow span {
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted);
}
.hero h1 {
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 900; line-height: 0.95;
  letter-spacing: -0.02em; margin-bottom: 1.5rem;
  color: var(--white);
}
.hero h1 em { color: var(--accent); display: block; }
.hero p {
  font-size: 1rem; font-weight: 300; color: var(--muted);
  max-width: 42ch; line-height: 1.8; margin-bottom: 2.5rem;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-stats {
  display: flex; gap: 2.5rem; margin-top: 3.5rem;
  padding-top: 2.5rem; border-top: 1px solid var(--border);
  flex-wrap: wrap;
}
.hero-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2rem; font-weight: 700; color: var(--accent); display: block;
}
.hero-stat-label { font-size: 0.75rem; color: var(--muted); letter-spacing: 0.05em; }

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; grid-template-rows: 50vw auto; min-height: unset; }
  .hero-image-col { grid-row: 1; height: 50vw; min-height: 220px; }
  .hero-image-col::after { background: linear-gradient(to bottom, transparent 60%, var(--bg) 100%); }
  .hero-text-col { grid-row: 2; padding: 2rem 1.5rem 3rem; }
  .hero h1 { font-size: clamp(2.5rem, 10vw, 3.5rem); }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; text-align: center; }
  .hero-stats { gap: 1.5rem; }
}

/* ---- BUTTONS ---- */
.btn {
  display: inline-flex; align-items: center;
  padding: 0.75rem 1.75rem; border-radius: 10px;
  font-size: 0.85rem; font-weight: 600;
  border: none; cursor: pointer;
  transition: all var(--transition); text-decoration: none;
}
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { background: var(--accent-dk); transform: translateY(-2px); box-shadow: 0 4px 16px rgba(196,99,74,0.35); }
.btn-ghost {
  background: transparent; color: var(--white);
  border: 1.5px solid var(--border-hv);
}
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn-sm { padding: 0.55rem 1.25rem; font-size: 0.8rem; border-radius: 8px; }
.btn-outline { background: transparent; color: var(--accent); border: 1.5px solid var(--accent); }
.btn-outline:hover { background: var(--accent); color: #fff; }

/* ---- SECTION SHARED ---- */
.section { padding: 6rem 0; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 2rem; }
.section-label {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--accent);
  display: block; margin-bottom: 0.75rem;
}
.section-title {
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 700;
  line-height: 1.1; letter-spacing: -0.02em; color: var(--white);
}
.section-title em { color: var(--accent-lt); font-style: italic; }
.section-desc { font-size: 0.95rem; color: var(--muted); max-width: 52ch; margin-top: 1rem; line-height: 1.75; }

/* ---- TAG ---- */
.tag {
  display: inline-block;
  background: rgba(196,99,74,0.12); color: var(--accent);
  border: 1px solid rgba(196,99,74,0.25);
  padding: 0.2rem 0.6rem; border-radius: 5px;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ---- REVEAL ANIMATION ---- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ============================================================
   EXPLORE — tile grid
   ============================================================ */
.explore { background: var(--bg2); }
.explore-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.explore-tile {
  display: block; text-decoration: none;
  background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--card-rad); overflow: hidden;
  transition: box-shadow var(--transition), transform var(--transition), border-color var(--transition);
  cursor: pointer;
}
.explore-tile:hover {
  box-shadow: var(--shadow-hv);
  transform: translateY(-3px);
  border-color: rgba(196,99,74,0.3);
}
.explore-tile-img {
  width: 100%; aspect-ratio: 16/9;
  background: var(--bg3);
  position: relative; overflow: hidden;
}
.explore-tile-img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.45s ease;
}
.explore-tile:hover .explore-tile-img img { transform: scale(1.04); }
/* placeholder when no image */
.explore-tile-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--bg3) 0%, var(--bg2) 100%);
  color: var(--muted);
}
.explore-tile-placeholder-icon {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(196,99,74,0.12); border: 1.5px dashed rgba(196,99,74,0.35);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent); font-size: 1.1rem;
}
.explore-tile-placeholder span {
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.04em;
  color: var(--muted);
}
.explore-tile-body { padding: 1.1rem 1.25rem 1.25rem; }
.explore-tile-cat {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 0.35rem;
}
.explore-tile-body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem; font-weight: 700; line-height: 1.3;
  color: var(--white); margin-bottom: 0.4rem;
}
.explore-tile-body p {
  font-size: 0.82rem; color: var(--muted);
  line-height: 1.6; display: -webkit-box;
  -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.explore-read {
  display: inline-flex; align-items: center; gap: 0.3rem;
  font-size: 0.78rem; font-weight: 600; color: var(--accent);
  margin-top: 0.75rem; letter-spacing: 0.02em;
}
.explore-read span { transition: transform var(--transition); }
.explore-tile:hover .explore-read span { transform: translateX(4px); }

@media (max-width: 900px) { .explore-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .explore-grid { grid-template-columns: 1fr; } }

/* ============================================================
   TOURS
   ============================================================ */
.tours { background: var(--bg); }
.tours-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 3rem; flex-wrap: wrap; gap: 1rem; }
.tours-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
.tour-card { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--card-rad); overflow: hidden; transition: box-shadow var(--transition), border-color var(--transition); }
.tour-card:hover { box-shadow: var(--shadow-hv); border-color: rgba(196,99,74,0.3); }
.tour-card-img { height: 220px; background-size: cover; background-position: center; position: relative; }
.tour-card-badge { position: absolute; top: 1rem; left: 1rem; }
.tour-card-body { padding: 1.75rem; }
.tour-card-body h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 0.6rem; }
.tour-card-body p { font-size: 0.88rem; color: var(--muted); line-height: 1.7; margin-bottom: 1.25rem; }
.tour-meta { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
.tour-meta-item { display: flex; align-items: center; gap: 0.35rem; font-size: 0.78rem; color: var(--muted); }
.tour-meta-icon { color: var(--accent); }
.tour-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 1.1rem; border-top: 1px solid var(--border); }
.tour-price { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; color: var(--accent); }
.tour-price span { font-family: 'Outfit', sans-serif; font-size: 0.75rem; color: var(--muted); font-weight: 400; }
@media (max-width: 700px) { .tours-grid { grid-template-columns: 1fr; } }

/* ============================================================
   TIPS MAP
   ============================================================ */
.tips-section { background: var(--bg2); }
.map-wrap {
  margin-top: 2.5rem;
  border-radius: var(--card-rad); overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
#frankfurt-map { width: 100%; height: 520px; }
.map-legend {
  display: flex; gap: 0.5rem; flex-wrap: wrap;
  padding: 1rem 1.25rem; background: var(--bg);
  border-top: 1px solid var(--border);
}
.legend-btn {
  padding: 0.35rem 0.9rem; border-radius: 20px; border: 1.5px solid var(--border);
  background: var(--bg2); color: var(--muted);
  font-size: 0.75rem; font-weight: 600; cursor: pointer;
  transition: all var(--transition); letter-spacing: 0.03em;
}
.legend-btn:hover, .legend-btn.active {
  background: var(--accent); border-color: var(--accent); color: #fff;
}
.legend-btn[data-cat="all"].active { background: var(--white); color: var(--bg); border-color: var(--white); }

/* Leaflet popup override */
.leaflet-popup-content-wrapper {
  background: var(--bg) !important; border: 1px solid var(--border) !important;
  border-radius: 10px !important; box-shadow: var(--shadow-hv) !important; padding: 0 !important;
}
.leaflet-popup-tip { background: var(--bg) !important; }
.leaflet-popup-content { margin: 0 !important; }
.map-popup { padding: 0.9rem 1.1rem; min-width: 180px; }
.map-popup h4 { font-family: 'Playfair Display', serif; font-size: 0.95rem; font-weight: 700; color: var(--white); margin-bottom: 0.2rem; }
.map-popup p { font-size: 0.78rem; color: var(--muted); line-height: 1.5; margin-bottom: 0.4rem; }
.map-popup-cat { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); }
@media (max-width: 600px) { #frankfurt-map { height: 380px; } }

/* ============================================================
   BOOKING
   ============================================================ */
.booking { background: var(--bg); }
.booking-tabs { display: flex; gap: 0.5rem; margin-bottom: 2rem; flex-wrap: wrap; }
.booking-tab {
  padding: 0.65rem 1.4rem; border-radius: 10px;
  border: 1.5px solid var(--border); background: var(--bg2);
  color: var(--muted); font-size: 0.82rem; font-weight: 600;
  cursor: pointer; transition: all var(--transition);
}
.booking-tab.active { background: var(--accent); border-color: var(--accent); color: #fff; }
.booking-panel { display: none; }
.booking-panel.active { display: block; }
.booking-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; margin-bottom: 2rem; }
.booking-intro h3 { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; margin-bottom: 0.75rem; }
.booking-intro p { font-size: 0.88rem; color: var(--muted); line-height: 1.78; }
.booking-details { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--card-rad); padding: 1.4rem; }
.booking-detail-row { display: flex; align-items: flex-start; gap: 0.75rem; padding: 0.6rem 0; border-bottom: 1px solid var(--border); font-size: 0.83rem; }
.booking-detail-row:last-child { border-bottom: none; }
.booking-detail-icon { color: var(--accent); width: 18px; flex-shrink: 0; margin-top: 1px; }
.booking-detail-label { color: var(--muted); min-width: 85px; flex-shrink: 0; }
.booking-detail-val { color: var(--white); font-weight: 500; }
.booking-note { font-size: 0.78rem; color: var(--muted); margin-top: 1rem; padding: 0.75rem 1rem; background: rgba(196,99,74,0.07); border: 1px solid rgba(196,99,74,0.18); border-radius: 8px; line-height: 1.6; }
.cal-embed-wrap { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--card-rad); overflow: visible; width: 100%; }
#my-cal-inline-free, #my-cal-inline-private { width: 100% !important; min-width: 0 !important; height: 600px !important; }
#my-cal-inline-free iframe, #my-cal-inline-private iframe { width: 100% !important; min-width: 0 !important; height: 100% !important; border: none; }
@media (max-width: 768px) {
  .booking-intro { grid-template-columns: 1fr; gap: 1.5rem; }
  #my-cal-inline-free, #my-cal-inline-private { height: 720px !important; }
}

/* ============================================================
   COOKIE BANNER
   ============================================================ */
.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 999;
  background: var(--bg); border-top: 1px solid var(--border);
  box-shadow: 0 -4px 24px rgba(60,40,20,0.12);
  padding: 1.25rem 2rem;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; flex-wrap: wrap;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.cookie-banner.visible { transform: translateY(0); }
.cookie-banner p { font-size: 0.82rem; color: var(--muted); max-width: 65ch; line-height: 1.6; }
.cookie-banner p a { color: var(--accent); text-decoration: underline; }
.cookie-actions { display: flex; gap: 0.75rem; flex-shrink: 0; flex-wrap: wrap; }
@media (max-width: 600px) {
  .cookie-banner { flex-direction: column; align-items: flex-start; padding: 1rem 1.25rem; }
  .cookie-actions { width: 100%; }
  .cookie-actions .btn { flex: 1; justify-content: center; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--bg3); border-top: 1px solid var(--border); padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand p { font-size: 0.85rem; color: var(--muted); margin-top: 0.75rem; line-height: 1.7; max-width: 30ch; }
.footer-col h4 { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--white); margin-bottom: 1rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.footer-col ul li a { font-size: 0.85rem; color: var(--muted); transition: color var(--transition); }
.footer-col ul li a:hover { color: var(--accent); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 2rem; border-top: 1px solid var(--border); flex-wrap: wrap; gap: 0.75rem; }
.footer-bottom span { font-size: 0.78rem; color: var(--muted); }
.footer-bottom-links { display: flex; gap: 1.5rem; }
.footer-bottom-links a { font-size: 0.78rem; color: var(--muted); transition: color var(--transition); }
.footer-bottom-links a:hover { color: var(--accent); }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; } }

/* ============================================================
   ARTICLE PAGES
   ============================================================ */
.nav.scrolled { background: rgba(247,244,239,0.97); }
.page-hero { padding: 8rem 0 4rem; background: var(--bg2); border-bottom: 1px solid var(--border); }

.article-hero {
  position: relative; height: 52vh; min-height: 380px;
  display: flex; align-items: flex-end; padding-bottom: 3rem;
  overflow: hidden; margin-top: var(--nav-h);
}
.article-hero-img { position: absolute; inset: 0; background-size: cover; background-position: center; }
.article-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(247,244,239,0.97) 0%, rgba(247,244,239,0.4) 55%, rgba(247,244,239,0.1) 100%);
}
.article-hero-content { position: relative; z-index: 2; max-width: 760px; padding: 0 2rem; margin: 0 auto; width: 100%; }
.article-hero-content h1 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 4.5vw, 3rem); font-weight: 700; line-height: 1.1; color: var(--white); margin-bottom: 0.75rem; }
.article-meta { font-size: 0.8rem; color: var(--muted); display: flex; gap: 1.5rem; flex-wrap: wrap; }

.article-body { max-width: 760px; margin: 0 auto; padding: 4rem 2rem 5rem; }
.article-body p { font-size: 1rem; font-weight: 300; line-height: 1.85; color: var(--muted); margin-bottom: 1.5rem; }
.article-body h2 { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 700; color: var(--white); margin: 3rem 0 1rem; line-height: 1.2; }
.article-body h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 600; color: var(--white); margin: 2rem 0 0.75rem; }
.article-body strong { color: var(--white); font-weight: 600; }
.article-body em { color: var(--accent); font-style: italic; }

.article-img { width: 100%; border-radius: var(--card-rad); margin: 2.5rem 0; overflow: hidden; }
.article-img img { width: 100%; height: 340px; object-fit: cover; display: block; }
.article-img figcaption { font-size: 0.78rem; color: var(--muted); padding: 0.6rem 0.75rem; font-style: italic; }

.tip-box { background: rgba(196,99,74,0.07); border: 1px solid rgba(196,99,74,0.2); border-left: 3px solid var(--accent); border-radius: 0 var(--card-rad) var(--card-rad) 0; padding: 1.25rem 1.5rem; margin: 2rem 0; }
.tip-box-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.5rem; }
.tip-box p { font-size: 0.9rem; color: var(--muted); margin-bottom: 0; line-height: 1.7; }

.article-related { background: var(--bg2); padding: 4rem 0; border-top: 1px solid var(--border); }
.article-related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 2rem; }

/* related tip cards */
.tip-card {
  background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--card-rad); overflow: hidden;
  transition: box-shadow var(--transition), border-color var(--transition);
  display: block; text-decoration: none;
}
.tip-card:hover { box-shadow: var(--shadow-hv); border-color: rgba(196,99,74,0.3); }
.tip-card-img { height: 180px; background-size: cover; background-position: center; }
.tip-card-body { padding: 1.25rem; }
.tip-card-cat { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.35rem; }
.tip-card-body h3 { font-size: 0.95rem; font-weight: 700; line-height: 1.35; color: var(--white); margin-bottom: 0.4rem; }
.tip-card-body p { font-size: 0.82rem; color: var(--muted); line-height: 1.6; }
.tip-read-more { display: inline-flex; align-items: center; gap: 0.3rem; font-size: 0.78rem; font-weight: 600; color: var(--accent); margin-top: 0.75rem; }
.tip-read-more span { transition: transform var(--transition); }
.tip-card:hover .tip-read-more span { transform: translateX(4px); }

@media (max-width: 700px) {
  .article-related-grid { grid-template-columns: 1fr; }
  .article-img img { height: 220px; }
}

/* ============================================================
   MISC MOBILE FIXES
   ============================================================ */
@media (max-width: 600px) {
  .section { padding: 3.5rem 0; }
  .tours-grid { grid-template-columns: 1fr; }
  .booking-tabs { flex-direction: column; }
  .booking-tab { width: 100%; text-align: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
