/* ═══════════════════════════════════════════════════
   KinnaurTourism.com — Production Stylesheet
   Design: Editorial Mountain Luxury
   ═══════════════════════════════════════════════════ */

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

:root {
  --kinnaur-blue: #1a3a6b;
  --deep-blue: #0f2447;
  --sky-blue: #4a7ab5;
  --blossom: #e8a0b4;
  --blossom-light: #fdf0f4;
  --wood-brown: #7a3b1e;
  --wood-light: #c8956b;
  --prayer-gold: #c9952a;
  --gold-light: #f5e4c0;
  --valley-green: #2d6a4f;
  --sage-green: #74a57f;
  --snow-white: #f8f9fc;
  --stone-gray: #6b7280;
  --dark: #1a1a2e;
  --cream: #fdfaf6;
  --border: rgba(26,58,107,0.12);
  --shadow: 0 4px 24px rgba(15,36,71,0.1);
  --shadow-lg: 0 12px 48px rgba(15,36,71,0.18);
  --radius: 2px;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Nunito Sans', system-ui, sans-serif;
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--dark);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4, h5 { font-family: var(--font-display); line-height: 1.15; }
h1 { font-size: clamp(2.4rem, 6vw, 5rem); font-weight: 700; }
h2 { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 600; }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.9rem); font-weight: 600; }
h4 { font-size: 1.15rem; font-weight: 600; font-family: var(--font-body); }
p { line-height: 1.75; color: #374151; }

.eyebrow {
  font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase;
  font-weight: 700; color: var(--prayer-gold); font-family: var(--font-body);
  margin-bottom: 0.8rem;
}
.lead {
  font-size: 1.2rem; font-weight: 300; line-height: 1.8;
  color: #4b5563; max-width: 680px;
}

/* ── LAYOUT ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.container-wide { max-width: 1400px; margin: 0 auto; padding: 0 2rem; }
section { padding: 6rem 0; }

.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 3rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem; }

.divider {
  width: 48px; height: 2px;
  background: linear-gradient(90deg, var(--prayer-gold), var(--blossom));
  margin: 1.2rem 0;
}
.divider-center { margin: 1.2rem auto; }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.85rem 2rem; font-family: var(--font-body);
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; border: none; cursor: pointer;
  transition: var(--transition); border-radius: var(--radius);
  text-decoration: none;
}
.btn-primary {
  background: var(--kinnaur-blue); color: #fff;
  box-shadow: 0 4px 16px rgba(26,58,107,0.3);
}
.btn-primary:hover { background: var(--deep-blue); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(26,58,107,0.4); }
.btn-gold {
  background: var(--prayer-gold); color: #fff;
  box-shadow: 0 4px 16px rgba(201,149,42,0.35);
}
.btn-gold:hover { background: #a8791f; transform: translateY(-2px); }
.btn-outline {
  background: transparent; color: var(--kinnaur-blue);
  border: 1.5px solid var(--kinnaur-blue);
}
.btn-outline:hover { background: var(--kinnaur-blue); color: #fff; }
.btn-white {
  background: #fff; color: var(--kinnaur-blue);
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.btn-white:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-sm { padding: 0.6rem 1.3rem; font-size: 0.7rem; }

/* ── NAVIGATION ── */
.nav {
  position: fixed; top: 0; width: 100%; z-index: 1000;
  transition: background var(--transition), box-shadow var(--transition), padding var(--transition);
  padding: 1.5rem 0;
}
.nav.scrolled {
  background: rgba(15,36,71,0.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(0,0,0,0.2);
  padding: 0.9rem 0;
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1300px; margin: 0 auto; padding: 0 2rem;
}
.nav-logo {
  font-family: var(--font-display); font-size: 1.4rem;
  font-weight: 700; color: #fff; letter-spacing: -0.01em;
  display: flex; flex-direction: column; line-height: 1;
}
.nav-logo span {
  font-size: 0.55rem; font-family: var(--font-body);
  font-weight: 400; letter-spacing: 0.25em; text-transform: uppercase;
  color: rgba(255,255,255,0.65); margin-top: 3px;
}
.nav-links {
  display: flex; align-items: center; gap: 0.25rem; list-style: none;
}
.nav-links > li { position: relative; }
.nav-links > li > a {
  color: rgba(255,255,255,0.85); font-size: 0.78rem;
  font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.6rem 1rem; display: block;
  transition: color var(--transition);
}
.nav-links > li > a:hover { color: var(--prayer-gold); }

/* Dropdown */
.nav-dropdown {
  position: absolute; top: 100%; left: 0;
  background: white; min-width: 220px;
  box-shadow: var(--shadow-lg); border-top: 3px solid var(--prayer-gold);
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: var(--transition); list-style: none; padding: 0.5rem 0;
}
.nav-links > li:hover .nav-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown a {
  display: block; padding: 0.65rem 1.3rem;
  font-size: 0.82rem; color: var(--dark); font-weight: 600;
  transition: var(--transition);
  border-left: 3px solid transparent;
}
.nav-dropdown a:hover {
  color: var(--kinnaur-blue); background: var(--blossom-light);
  border-left-color: var(--prayer-gold);
}
.nav-cta { margin-left: 1rem; }

/* Mobile menu toggle */
.nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  flex-direction: column; gap: 5px; padding: 4px;
}
.nav-toggle span {
  width: 24px; height: 2px; background: #fff;
  transition: var(--transition); display: block;
}

/* ── HERO ── */
.hero {
  min-height: 100vh; position: relative;
  display: flex; align-items: center; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #0a1628 0%, #1a3a6b 40%, #2d6a4f 80%, #0f2447 100%);
}
.hero-bg::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 25% 60%, rgba(201,149,42,0.15) 0%, transparent 55%),
    radial-gradient(ellipse at 75% 30%, rgba(232,160,180,0.12) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 100%, rgba(45,106,79,0.2) 0%, transparent 40%);
}
/* Mountain silhouette SVG bg */
.hero-mountains {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 45%; pointer-events: none;
}
.hero-gradient {
  position: absolute; bottom: 0; left: 0; right: 0; height: 200px;
  background: linear-gradient(to top, var(--cream), transparent);
}
.hero-content {
  position: relative; z-index: 2; width: 100%;
  padding: 10rem 0 6rem;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(201,149,42,0.2); border: 1px solid rgba(201,149,42,0.4);
  padding: 0.4rem 1rem; border-radius: 100px;
  font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--prayer-gold); font-weight: 700; margin-bottom: 1.5rem;
}
.hero-badge::before { content: '◆'; font-size: 0.5rem; }
.hero h1 {
  color: #fff; max-width: 780px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.hero h1 em { font-style: italic; color: var(--blossom); }
.hero-sub {
  font-size: 1.15rem; color: rgba(255,255,255,0.75); max-width: 560px;
  margin: 1.5rem 0 2.5rem; font-weight: 300; line-height: 1.8;
}
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-stats {
  display: flex; gap: 3rem; margin-top: 4rem;
  padding-top: 2.5rem; border-top: 1px solid rgba(255,255,255,0.12);
}
.hero-stat .num {
  font-family: var(--font-display); font-size: 2.2rem;
  font-weight: 700; color: var(--prayer-gold); line-height: 1;
}
.hero-stat .lbl {
  font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(255,255,255,0.55); margin-top: 0.25rem;
}
.hero-scroll {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  z-index: 3; text-align: center; animation: pulse 2s ease-in-out infinite;
}
.hero-scroll-line {
  width: 1px; height: 50px; background: var(--prayer-gold);
  margin: 0 auto 0.5rem; animation: grow 2s ease-in-out infinite;
}
.hero-scroll-text {
  font-size: 0.6rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
@keyframes grow {
  0%,100% { height: 30px; opacity: 0.4; }
  50% { height: 55px; opacity: 1; }
}

/* ── CARDS ── */
.card {
  background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow); overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.card-img { aspect-ratio: 4/3; overflow: hidden; position: relative; }
.card-img-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 4rem;
}
.card-body { padding: 1.5rem; }
.card-tag {
  font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase;
  font-weight: 700; color: var(--prayer-gold); margin-bottom: 0.5rem;
}
.card-title { margin-bottom: 0.6rem; }
.card-desc { font-size: 0.88rem; color: var(--stone-gray); line-height: 1.7; }
.card-footer {
  padding: 1rem 1.5rem; border-top: 1px solid var(--border);
  display: flex; justify-content: space-between; align-items: center;
}

/* Village Cards */
.village-card { position: relative; overflow: hidden; min-height: 420px; display: flex; }
.village-card-bg { position: absolute; inset: 0; transition: transform 0.6s ease; }
.village-card:hover .village-card-bg { transform: scale(1.05); }
.village-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,22,40,0.92) 0%, rgba(10,22,40,0.3) 60%, transparent 100%);
}
.village-card-content {
  position: relative; z-index: 2; margin-top: auto; padding: 2rem;
  width: 100%;
}
.village-card-tag {
  font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--prayer-gold); font-weight: 700; margin-bottom: 0.5rem;
}
.village-card-title {
  font-family: var(--font-display); font-size: 1.8rem;
  color: #fff; margin-bottom: 0.5rem; line-height: 1.2;
}
.village-card-desc { font-size: 0.85rem; color: rgba(255,255,255,0.75); line-height: 1.6; }
.village-card-link {
  display: inline-flex; align-items: center; gap: 0.4rem;
  margin-top: 1rem; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase; color: var(--prayer-gold);
  transition: gap var(--transition);
}
.village-card-link:hover { gap: 0.7rem; }

/* Experience Cards */
.exp-card {
  padding: 2rem; background: #fff;
  border: 1px solid var(--border); position: relative;
  transition: var(--transition); overflow: hidden;
}
.exp-card::before {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px; background: linear-gradient(90deg, var(--kinnaur-blue), var(--prayer-gold));
  transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease;
}
.exp-card:hover::before { transform: scaleX(1); }
.exp-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.exp-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.exp-title { font-size: 1.1rem; margin-bottom: 0.5rem; }
.exp-desc { font-size: 0.85rem; color: var(--stone-gray); line-height: 1.7; }

/* Season Cards */
.season-card {
  padding: 2.5rem 2rem; text-align: center;
  border: 1px solid var(--border); transition: var(--transition);
  position: relative; overflow: hidden;
}
.season-card:hover { background: var(--kinnaur-blue); color: #fff; transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.season-card:hover p, .season-card:hover .season-months { color: rgba(255,255,255,0.75); }
.season-card:hover h3 { color: #fff; }
.season-card:hover .season-icon { filter: brightness(10); }
.season-icon { font-size: 2.8rem; margin-bottom: 1rem; }
.season-months {
  font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--prayer-gold); font-weight: 700; margin-bottom: 0.5rem;
}
.season-card:hover .season-months { color: var(--prayer-gold); }

/* ── SECTION COMPONENTS ── */

/* Section Header */
.section-header { text-align: center; max-width: 680px; margin: 0 auto 4rem; }
.section-header .divider { margin: 1rem auto; }

/* Feature blocks */
.feature-block { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.feature-block.reverse .feature-visual { order: -1; }
.feature-img {
  aspect-ratio: 4/3; background: var(--kinnaur-blue);
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  font-size: 8rem;
}
.feature-img-accent {
  position: absolute; bottom: -1.5rem; right: -1.5rem;
  width: 45%; aspect-ratio: 1; background: var(--prayer-gold);
  opacity: 0.15;
}

/* CTA Banner */
.cta-banner {
  background: linear-gradient(135deg, var(--deep-blue) 0%, var(--kinnaur-blue) 50%, var(--valley-green) 100%);
  padding: 5rem 0; text-align: center; position: relative; overflow: hidden;
}
.cta-banner::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(201,149,42,0.1) 0%, transparent 70%);
}
.cta-banner h2, .cta-banner p { color: #fff; position: relative; }
.cta-banner p { color: rgba(255,255,255,0.75); max-width: 560px; margin: 1rem auto 2.5rem; }
.cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; }

/* Highlight strip */
.highlight-strip {
  background: var(--kinnaur-blue); padding: 1.5rem 0;
  overflow: hidden;
}
.strip-inner {
  display: flex; gap: 4rem; align-items: center;
  animation: scroll-strip 25s linear infinite;
  white-space: nowrap;
}
.strip-item {
  font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: rgba(255,255,255,0.7); font-weight: 600;
  display: flex; align-items: center; gap: 0.6rem; flex-shrink: 0;
}
.strip-item::before { content: '◆'; color: var(--prayer-gold); font-size: 0.5rem; }
@keyframes scroll-strip {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Info Box */
.info-box {
  background: var(--blossom-light); border-left: 4px solid var(--blossom);
  padding: 1.5rem; margin: 1.5rem 0;
}
.info-box.gold { background: var(--gold-light); border-left-color: var(--prayer-gold); }
.info-box.blue { background: #eff6ff; border-left-color: var(--kinnaur-blue); }

/* Table */
.info-table {
  width: 100%; border-collapse: collapse; margin: 1.5rem 0;
}
.info-table th {
  background: var(--kinnaur-blue); color: #fff; padding: 0.8rem 1rem;
  text-align: left; font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase;
}
.info-table td { padding: 0.8rem 1rem; border-bottom: 1px solid var(--border); font-size: 0.9rem; }
.info-table tr:hover td { background: var(--blossom-light); }

/* Testimonials */
.testimonial {
  padding: 2.5rem; background: #fff; border: 1px solid var(--border);
  position: relative;
}
.testimonial::before {
  content: '"'; position: absolute; top: 1rem; right: 1.5rem;
  font-family: var(--font-display); font-size: 5rem; color: var(--blossom);
  line-height: 1; opacity: 0.5;
}
.testimonial-text {
  font-family: var(--font-display); font-size: 1.05rem; font-style: italic;
  color: var(--dark); line-height: 1.75; margin-bottom: 1.2rem;
}
.testimonial-author { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.05em; }
.testimonial-loc { font-size: 0.72rem; color: var(--stone-gray); }
.stars { color: var(--prayer-gold); font-size: 0.8rem; margin-bottom: 0.8rem; }

/* Blog Post Cards */
.blog-card { border: 1px solid var(--border); background: #fff; }
.blog-card-img { aspect-ratio: 16/9; overflow: hidden; }
.blog-card-img-placeholder {
  width: 100%; height: 100%; min-height: 200px;
  display: flex; align-items: center; justify-content: center; font-size: 3rem;
}
.blog-meta {
  font-size: 0.72rem; color: var(--stone-gray);
  display: flex; gap: 1rem; margin-bottom: 0.5rem;
}
.blog-excerpt { font-size: 0.88rem; color: var(--stone-gray); line-height: 1.65; }
.read-more {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--kinnaur-blue);
  display: inline-flex; align-items: center; gap: 0.3rem;
  margin-top: 0.8rem; transition: gap var(--transition);
}
.read-more:hover { gap: 0.6rem; color: var(--prayer-gold); }

/* ── FOOTER ── */
.footer {
  background: var(--deep-blue); color: rgba(255,255,255,0.75);
  padding: 5rem 0 2rem;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 4rem; margin-bottom: 4rem; }
.footer-brand { }
.footer-logo {
  font-family: var(--font-display); font-size: 1.6rem;
  font-weight: 700; color: #fff; margin-bottom: 1rem;
}
.footer-tagline { font-size: 0.88rem; line-height: 1.7; margin-bottom: 1.5rem; }
.footer-social { display: flex; gap: 0.75rem; }
.footer-social a {
  width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem; color: rgba(255,255,255,0.6);
  transition: var(--transition); border-radius: 50%;
}
.footer-social a:hover { background: var(--prayer-gold); border-color: var(--prayer-gold); color: #fff; }
.footer-col-title {
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  font-weight: 700; color: var(--prayer-gold); margin-bottom: 1.2rem;
}
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a { font-size: 0.87rem; color: rgba(255,255,255,0.6); transition: color var(--transition); }
.footer-links a:hover { color: var(--prayer-gold); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08); padding-top: 2rem;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.78rem; flex-wrap: wrap; gap: 1rem;
}
.footer-bottom-links { display: flex; gap: 1.5rem; }
.footer-bottom-links a { color: rgba(255,255,255,0.4); transition: color var(--transition); }
.footer-bottom-links a:hover { color: #fff; }

/* ── PAGE HERO (interior pages) ── */
.page-hero {
  background: linear-gradient(135deg, var(--deep-blue) 0%, var(--kinnaur-blue) 100%);
  padding: 10rem 0 5rem; position: relative; overflow: hidden;
}
.page-hero::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(201,149,42,0.1), transparent 60%);
}
.page-hero-content { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; margin-bottom: 1rem; }
.page-hero .lead { color: rgba(255,255,255,0.75); }
.breadcrumb {
  display: flex; gap: 0.5rem; align-items: center;
  font-size: 0.75rem; color: rgba(255,255,255,0.5); margin-bottom: 1.5rem;
}
.breadcrumb a { color: rgba(255,255,255,0.5); transition: color var(--transition); }
.breadcrumb a:hover { color: var(--prayer-gold); }
.breadcrumb-sep { opacity: 0.4; }

/* ── ANIMATIONS ── */
.reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ── UTILITIES ── */
.text-center { text-align: center; }
.text-gold { color: var(--prayer-gold); }
.text-blue { color: var(--kinnaur-blue); }
.text-muted { color: var(--stone-gray); }
.bg-cream { background: var(--cream); }
.bg-blue { background: var(--kinnaur-blue); }
.bg-white { background: #fff; }
.bg-light { background: #f3f6fb; }
.mt-1 { margin-top: 0.5rem; } .mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; } .mt-4 { margin-top: 2rem; }
.mb-1 { margin-bottom: 0.5rem; } .mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; } .mb-4 { margin-bottom: 2rem; }
.py-0 { padding-top: 0; padding-bottom: 0; }
.pt-0 { padding-top: 0; }
.tag {
  display: inline-block; padding: 0.3rem 0.8rem;
  background: var(--gold-light); color: var(--wood-brown);
  font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase;
  font-weight: 700; border-radius: 100px;
}
.tag-blue { background: #e0eaff; color: var(--kinnaur-blue); }
.tag-green { background: #dcfce7; color: var(--valley-green); }
.list-styled { list-style: none; padding: 0; }
.list-styled li {
  padding: 0.5rem 0 0.5rem 1.5rem; position: relative;
  font-size: 0.9rem; border-bottom: 1px solid var(--border);
}
.list-styled li::before {
  content: '◆'; position: absolute; left: 0;
  color: var(--prayer-gold); font-size: 0.5rem; top: 0.75rem;
}

/* ── PERMIT BOX ── */
.permit-box {
  background: #fff; border: 2px solid var(--kinnaur-blue); padding: 2rem;
}
.permit-box h4 { color: var(--kinnaur-blue); margin-bottom: 0.5rem; }

/* ── BACK TO TOP ── */
.back-top {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 500;
  width: 44px; height: 44px; background: var(--kinnaur-blue);
  color: #fff; border: none; cursor: pointer; font-size: 1rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow); transition: var(--transition);
  opacity: 0; pointer-events: none; border-radius: 50%;
}
.back-top.visible { opacity: 1; pointer-events: all; }
.back-top:hover { background: var(--prayer-gold); transform: translateY(-3px); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}
@media (max-width: 768px) {
  section { padding: 4rem 0; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .feature-block { grid-template-columns: 1fr; gap: 2.5rem; }
  .feature-block.reverse .feature-visual { order: 0; }
  .hero-stats { gap: 1.5rem; flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute;
    top: 100%; left: 0; right: 0; background: var(--deep-blue);
    padding: 1rem; gap: 0; list-style: none;
  }
  .nav-links.open .nav-dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; background: rgba(255,255,255,0.05); }
  .nav-toggle { display: flex; }
  .container { padding: 0 1.25rem; }
  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
