    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --ink: #1a1a1a;
      --paper: #FDF5E6;
      --accent: #8b7355;
      --muted: #8a8a8a;
      --border: #d8d3ca;
    }

    html {
      scroll-behavior: smooth;
      overflow-x: hidden;
    }

body {
      font-family: 'Syne', 'Noto Sans Devanagari', sans-serif; 
      color: var(--ink);
      overflow-x: hidden;
      position: relative;
      background: var(--paper);
    }

    main,
    section,
    nav,
    .hero,
    .hero-content,
    .nav-right,
    .vision-card,
    .timeline-item,
    .contact-grid,
    .reach-modal-box,
    .mobile-menu {
      min-width: 0;
    }

    img,
    iframe,
    video {
      max-width: 100%;
    }

    h1, h2, h3, p, li, a, span, button, blockquote, cite {
      overflow-wrap: anywhere;
      word-break: normal;
    }

    /* पूर्ण स्क्रिन ब्याकग्राउन्ड तस्बिर */
body::before {
      content: "";
      position: fixed;
      top: 0; left: 0;
      width: 100vw; height: 100vh;
      background-image: url('../images/rspbg.jpg'); 
      background-size: contain; 
      background-position: center center;
      background-repeat: no-repeat; 
      z-index: -1;
      opacity: 1; 
    }

    body.lang-en {
      font-family: 'Josefin Sans', 'Noto Sans Devanagari', sans-serif;
    }

    body.lang-transitioning {
      opacity: 0;
      transition: opacity 0.25s ease;
      pointer-events: none;
    }

    /* ---- LANG TOGGLE ---- */
    .lang-toggle {
      display: flex;
      align-items: stretch;
      border: 1px solid var(--border);
      border-radius: 4px;
      overflow: hidden;
      flex-shrink: 0;
    }

    .lang-btn {
      padding: 6px 13px;
      background: transparent;
      border: none;
      cursor: pointer;
      font-family: 'Josefin Sans', sans-serif;
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      color: var(--muted);
      transition: background 0.2s, color 0.2s;
      line-height: 1;
    }

    .lang-btn.active {
      background: var(--ink);
      color: var(--paper);
    }

    .lang-sep {
      width: 1px;
      background: var(--border);
      flex-shrink: 0;
    }

    /* ---- NAV ---- */
    nav {
      position: fixed;
      top: 0; left: 0; right: 0;
      padding: 18px 40px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      z-index: 100;
      background: rgba(245,242,236,0.93);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid transparent;
      transition: border-color 0.3s;
      animation: fadeDown 0.8s ease both;
      gap: 20px;
    }

    @keyframes fadeDown {
      from { opacity: 0; transform: translateY(-20px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    nav.scrolled { border-bottom-color: var(--border); }

    .nav-logo {
      font-family: 'Noto Sans Devanagari', 'Cormorant Garamond', serif;
      font-size: 1.15rem;
      font-weight: 600;
      color: var(--ink);
      text-decoration: none;
      flex-shrink: 0;
      letter-spacing: 0.02em;
    }
    body.lang-en .nav-logo {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.6rem;
      letter-spacing: 0.05em;
    }

    .nav-links {
      display: flex;
      gap: 36px;
      list-style: none;
    }

    .nav-links a {
      font-size: 2rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--muted);
      text-decoration: none;
      transition: color 0.2s;
      font-weight: 400;
    }
    .nav-links a:hover { color: var(--ink); }

    .nav-links a.active {
  color: var(--ink);          /* darker color */
  border-bottom: 1px solid var(--accent);
  padding-bottom: 4px;
}
/* optional for mobile menu */
.mobile-menu a.active {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: var(--accent);
}

    .nav-right {
      display: flex;
      align-items: center;
      gap: 16px;
    }

    .nav-hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      background: none;
      border: none;
      padding: 4px;
    }
    .nav-hamburger span {
      display: block; width: 24px; height: 1px;
      background: var(--ink); transition: all 0.3s;
    }

    /* ---- HERO ---- */
    .hero {
      min-height: 100vh;
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      max-width: 1200px;
      margin: 0 auto;
      padding: 90px 40px 60px;
      gap: 60px;
      animation: fadeUp 1s ease both;
    }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(30px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    .hero-image-wrap {
      position: relative;
      animation: fadeUp 1.2s ease 0.2s both;
    }

    .hero-image-wrap img {
      width: 100%;
      max-width: 460px;
      aspect-ratio: 3/4;
      object-fit: cover;
      object-position: top;
      display: block;
      filter: grayscale(20%) contrast(1.05);
      border: 1px solid var(--border);
    }

    .hero-content { animation: fadeUp 1.2s ease 0.4s both; }

    .leader-title {
      font-size: clamp(0.75rem, 1.2vw, 0.9rem);
      font-weight: 600;
      letter-spacing: 0.12em;
      color: var(--accent);
      text-transform: uppercase;
      margin-bottom: 16px;
      font-family: 'Noto Sans Devanagari', sans-serif;
    }
    body.lang-en .leader-title {
      font-family: 'Josefin Sans', sans-serif;
      letter-spacing: 0.35em;
    }

    .leader-name {
      font-family: 'Noto Sans Devanagari', serif;
      font-size: clamp(2rem, 5.5vw, 4rem);
      font-weight: 600;
      line-height: 1.15;
      color: var(--ink);
      margin-bottom: 20px;
    }
    body.lang-en .leader-name {
      font-family: 'Cormorant Garamond', serif;
      font-weight: 300;
      font-size: clamp(2rem, 6vw, 4rem);
      line-height: 1.05;
    }

    .hero-divider {
      width: 60px; height: 1px;
      background: var(--accent);
      margin-bottom: 24px;
    }

    .hero-bio {
      font-size: clamp(0.95rem, 1.4vw, 1.3rem);
      font-weight: 400;
      line-height: 2.1;
      color: var(--ink);
      opacity: 0.8;
      max-width: 500px;
      margin-bottom: 36px;
      text-align: justify;
    }
    
body.lang-en .hero-bio {
  font-weight: 440;                     
  font-size: clamp(0.9rem, 2vw, 1.1rem); 
  line-height: 1.7;                     
  max-width: 90%;                        
  margin-left: auto;
  margin-right: auto;
  overflow-wrap: break-word;             
  word-wrap: break-word;                 
}
    .hero-stats { display: flex; gap: 32px; margin-bottom: 36px; }
    .stat { text-align: left; display: grid; }
    .stat-num {
      font-family: 'Cormorant Garamond', serif; 
      font-size: 2.2rem; font-weight: 600;
      color: var(--ink); display: block;
    }
    .stat-label {
      font-size: 1rem; letter-spacing: 0.05em; font-weight: 300;
      text-transform: uppercase; color: var(--muted);
    }

    body.lang-en .stat-label{
      font-weight: 400;
    }

    .hero-cta {
      display: inline-block; padding: 14px 32px;
      border: 1px solid var(--ink); color: var(--ink);
      text-decoration: none; font-size: 0.85rem;
      letter-spacing: 0.12em; text-transform: uppercase;
      font-weight: 600; transition: background 0.3s, color 0.3s;
    }
    .hero-cta:hover { background: var(--ink); color: var(--paper); }

    /* ---- SECTIONS ---- */
    section {
      max-width: 1200px;
      margin: 0 auto;
      padding: 100px 40px;
      animation: fadeUp 0.8s ease both;
      animation-timeline: view();
      animation-range: entry 0% entry 30%;
      text-align: justify;
    }

    .section-label {
      font-size: 0.8rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--accent);
      font-weight: 600;
      margin-bottom: 16px;
    }

    .section-title {
      font-family: 'Noto Sans Devanagari', serif;
      font-size: clamp(1.7rem, 3.5vw, 2.8rem);
      font-weight: 600;
      color: var(--ink);
      margin-bottom: 40px;
      max-width: 640px;
      line-height: 1.3;
    }
    body.lang-en .section-title {
      font-family: 'Cormorant Garamond', serif;
      font-weight: 300;
      font-size: clamp(1.8rem, 4vw, 2.8rem);
      line-height: 1.15;
    }

    /* Vision Grid */
    .vision-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 1px;
      border: 1px solid var(--border);
      margin-top: 48px;
    }

    .vision-card {
      padding: 40px 32px;
      border: 1px solid var(--border);
      transition: background 0.3s;
    }
    .vision-card:hover { background: white; }

    .vision-icon { font-size: 1.5rem; margin-bottom: 16px; display: block; }

    .vision-card h3 {
      font-family: 'Noto Sans Devanagari', serif;
      font-size: 1.1rem; font-weight: 600;
      margin-bottom: 12px; line-height: 1.4;
    }
    body.lang-en .vision-card h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.1rem;
    }
    
    /* ---- VISION CARDS - LIST FORMAT ---- */

/* Make the ul the description container */
.vision-description {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.9;
  color: var(--muted);
  font-weight: 400;
  text-align: left;
}

body.lang-en .vision-description {
  font-weight: 400;
  line-height: 1.8;
}

/* Each bullet item */
.vision-description li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.55rem;
}

.vision-description li:last-child {
  margin-bottom: 0;
}

/* Custom bullet dot using accent color */
.vision-description li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
  line-height: inherit;
}

    @media (max-width: 768px) {
      /* Hide description smoothly by default */
      .vision-description {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        margin: 0;
        transition: max-height 0.4s ease, opacity 0.4s ease, margin-top 0.4s ease;
      }
      
      /* Make it look tappable */
      .vision-card {
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
      }

      /* Styles for when the card is tapped (active) */
      .vision-card.active {
        background: white;
        border-color: var(--accent);
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
      }
      
      /* Expand the description when active */
      .vision-card.active .vision-description {
        max-height: 800px; /* Large enough to fit the text */
        opacity: 1;
        margin-top: 16px;
      }
    }

    /* Timeline */
    .timeline { position: relative; padding-left: 40px; margin-top: 48px; }
    .timeline::before {
      content: ''; position: absolute;
      left: 0; top: 0; bottom: 0;
      width: 1px; background: var(--border);
    }
    .timeline-item { position: relative; margin-bottom: 48px; }
    .timeline-item::before {
      content: ''; position: absolute;
      left: -44px; top: 6px;
      width: 8px; height: 8px;
      border: 1px solid var(--accent);
      background: var(--paper);
    }
    .timeline-year {
      font-size: 0.8rem; letter-spacing: 0.2em;
      color: var(--accent); font-weight: 600; margin-bottom: 8px;
    }
    .timeline-item h3 {
      font-family: 'Noto Sans Devanagari', serif;
      font-size: 1.1rem; font-weight: 600;
      margin-bottom: 8px; line-height: 1.4;
    }
    body.lang-en .timeline-item h3 {
      font-family: 'Cormorant Garamond', serif; font-size: 1.1rem;
    }
    .timeline-item p {
      font-size: 0.9rem; line-height: 2;
      color: var(--muted); font-weight: 400;
    }
    body.lang-en .timeline-item p { font-weight: 200; line-height: 1.9; }

    /* Blockquote */
    blockquote {
      border-left: 1px solid var(--accent);
      padding: 24px 40px; margin: 60px 0; background: white;
    }
    blockquote p {
      font-family: 'Noto Sans Devanagari', serif;
      font-size: clamp(1.05rem, 2.5vw, 1.6rem);
      font-weight: 400; color: var(--ink); line-height: 1.75;
    }
    body.lang-en blockquote p {
      font-family: 'Cormorant Garamond', serif;
      font-style: italic; font-weight: 300;
      font-size: clamp(1rem, 3vw, 1.6rem); line-height: 1.6;
    }
    blockquote cite {
      display: block; margin-top: 12px;
      font-size: 0.85rem; letter-spacing: 0.2em;
      color: var(--muted); text-transform: uppercase;
    }

    /* Videos Section */
.videos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.video-card {
  width: 100%;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #000;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-card p {
  margin-top: 12px;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ink);
  text-align: center;
  letter-spacing: 0.02em;
}

/* Mobile: stack videos vertically */
@media (max-width: 768px) {
  .videos-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
    /* Contact */
    .contact-grid {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 60px; margin-top: 48px;
    }
    .contact-info p {
      font-size: 1rem; line-height: 2.1;
      color: var(--muted); font-weight: 400;
    }
    body.lang-en .contact-info p { font-weight: 200; line-height: 2; }

    .contact-form input,
    .contact-form textarea {
      width: 100%; background: transparent;
      border: none; border-bottom: 1px solid var(--border);
      padding: 12px 0;
      font-family: 'Noto Sans Devanagari', 'Josefin Sans', sans-serif;
      font-size: 1rem; font-weight: 400;
      color: var(--ink); margin-bottom: 24px;
      display: block; outline: none; transition: border-color 0.2s;
    }
    body.lang-en .contact-form input,
    body.lang-en .contact-form textarea {
      font-family: 'Josefin Sans', sans-serif; font-weight: 200;
    }
    .contact-form input:focus, .contact-form textarea:focus { border-bottom-color: var(--ink); }
    .contact-form textarea { height: 100px; resize: none; }
    .contact-form ::placeholder { color: var(--muted); }

    .submit-btn {
      background: none; border: 1px solid var(--ink);
      padding: 14px 36px;
      font-family: 'Noto Sans Devanagari', 'Josefin Sans', sans-serif;
      font-size: 0.9rem; letter-spacing: 0.1em;
      text-transform: uppercase; font-weight: 600;
      cursor: pointer; color: var(--ink); transition: all 0.3s;
    }
    body.lang-en .submit-btn {
      font-family: 'Josefin Sans', sans-serif; letter-spacing: 0.2em;
    }
    .submit-btn:hover { background: var(--ink); color: var(--paper); }

    /* Social section */
.social-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.social-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: var(--ink);
  padding: 30px 40px;
  border: 1px solid var(--border);
  border-radius: 12px; 
  background: white;
  transition: all 0.3s ease;
  min-width: 180px;
}

.social-card i {
  font-size: 3rem;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.social-card span {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.social-card:hover {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.social-card:hover i {
  transform: scale(1.1);
}

/* Mobile adjustments */
@media (max-width: 600px) {
  .social-grid {
    gap: 20px;
  }
  .social-card {
    padding: 25px 30px;
    min-width: 140px;
  }
  .social-card i {
    font-size: 2.5rem;
  }
  .social-card span {
    font-size: 1rem;
  }
}

    /* Footer */
    footer {
      border-top: 1px solid var(--border);
      padding: 40px; text-align: center;
    }
    footer p { font-size: 0.85rem; letter-spacing: 0.12em; color: var(--muted); }

    /* Mobile menu */
    .mobile-menu {
      display: none; position: fixed; inset: 0;
      background: var(--paper); z-index: 200;
      flex-direction: column; justify-content: center;
      align-items: center; gap: 32px;
    }
    .mobile-menu.open { display: flex; }
    .mobile-menu a {
      font-family: 'Noto Sans Devanagari', 'Cormorant Garamond', serif;
      font-size: 2.1rem; font-weight: 600;
      color: var(--ink); text-decoration: none; line-height: 1.3;
      max-width: min(92vw, 520px);
      text-align: center;
    }
    body.lang-en .mobile-menu a {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2.3rem; font-weight: 300;
    }
    .mobile-close {
      position: absolute; top: 24px; right: 40px;
      font-size: 2rem; cursor: pointer;
      background: none; border: none;
      color: var(--ink); font-family: 'Josefin Sans', sans-serif;
    }
    .mobile-lang-toggle {
      margin-top: 20px;
    }
    .mobile-lang-toggle .lang-btn {
      font-size: 1.2rem;
      padding: 10px 20px;
    }
    

       /* Base styling for the new vector icons */
.vision-icon {
  color: #1a56db; /* Change this to match your party or brand color */
  font-size: 2.5rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

.vision-card:hover .vision-icon {
  color: #ff8a00; /* Change this to an accent color (e.g., orange or red) */
  transform: scale(1.15) translateY(-3px);
}

    /* ---- POPUP ---- */
    #colorful-popup {
      position: fixed; bottom: 0; left: 0; right: 0;
      background: var(--ink); color: var(--paper);
      padding: 20px 40px;
      display: flex; align-items: center;
      justify-content: space-between;
      gap: 20px; z-index: 9999;
      transform: translateY(100%);
      animation: slideUp 0.8s ease 1.5s forwards;
      flex-wrap: wrap;
    }
    @keyframes slideUp { to { transform: translateY(0); } }
    #colorful-popup p {
      font-size: 2rem; letter-spacing: 0.04em;
      font-weight: 400; flex: 1; min-width: 200px;
    }
    #colorful-popup strong { font-weight: 700; }
    .popup-btns { display: flex; gap: 12px; }
    .popup-btn {
      padding: 10px 24px;
      font-family: 'Noto Sans Devanagari', 'Josefin Sans', sans-serif;
      font-size: 1.3rem; letter-spacing: 0.08em;
      text-transform: uppercase; font-weight: 600;
      cursor: pointer; border: 1px solid var(--paper);
      transition: all 0.2s;
    }
    body.lang-en .popup-btn { font-family: 'Josefin Sans', sans-serif; letter-spacing: 0.15em; }
    .popup-btn-yes { background: var(--paper); color: var(--ink); }
    .popup-btn-yes:hover { background: var(--accent); border-color: var(--accent); color: white; }
    .popup-btn-no { background: transparent; color: var(--paper); }
    .popup-btn-no:hover { background: rgba(255,255,255,0.1); }

    /* ---- RESPONSIVE ---- */
    @media (max-width: 900px) {
      nav { padding: 16px 24px; }
      .nav-links { display: none; }
      .nav-hamburger { display: flex; }
    }

    @media (max-width: 768px) {
      .hero {
        grid-template-columns: 1fr;
        padding: 100px 24px 60px; gap: 40px; text-align: center;
      }
      nav {
        padding-inline: 16px;
      }
      .nav-logo {
        font-size: clamp(0.95rem, 3.8vw, 1.1rem);
      }
      body.lang-en .nav-logo {
        font-size: clamp(1.05rem, 4.5vw, 1.35rem);
      }
      .lang-toggle {
        max-width: 100%;
      }
      .lang-btn {
        padding: 6px 10px;
      }
      .hero-image-wrap { margin: 0 auto; }
      .hero-image-wrap img { max-width: 300px; aspect-ratio: auto; height: auto; }
      .hero-bio { max-width: 100%; }
      .hero-stats { justify-content: center; }
      .hero-cta-row {
        justify-content: center;
      }
      section { padding: 60px 24px; }
      .contact-grid { grid-template-columns: 1fr; gap: 40px; }
      #colorful-popup { padding: 20px 24px; }
      #colorful-popup p {
        font-size: clamp(1rem, 5vw, 1.25rem);
      }
      .popup-btn {
        font-size: 0.9rem;
      }
      .mobile-menu a,
      body.lang-en .mobile-menu a {
        font-size: clamp(1.5rem, 9vw, 2rem);
      }
    }

    @media (max-width: 480px) {
      .hero { padding: 80px 20px 40px; }
      section { padding: 50px 20px; }
      .lang-btn { padding: 5px 10px; font-size: 0.8rem; }
    }

    @keyframes shimmer {
      0% { background-position: -200% center; }
      100% { background-position: 200% center; }
    }

    @keyframes pulse-ring {
      0% { transform: scale(1); opacity: 0.6; }
      100% { transform: scale(1.5); opacity: 0; }
    }

    /* ---- HERO CTA ROW ---- */
    .hero-cta-row {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
    }
    /* ---- REACH OUT MODAL ---- */
    .reach-modal-overlay {
      position: fixed;
      inset: 0;
      background: rgba(26, 26, 26, 0.62);
      z-index: 400;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      visibility: hidden;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease, visibility 0.3s ease;
      backdrop-filter: blur(3px);
      -webkit-backdrop-filter: blur(3px);
    }
    .reach-modal-overlay.open {
      visibility: visible;
      opacity: 1;
      pointer-events: all;
    }
    .reach-modal-box {
      background: var(--paper);
      border: 1px solid var(--border);
      padding: 48px 52px;
      max-width: 660px;
      width: 100%;
      max-height: 90vh;
      overflow-y: auto;
      position: relative;
      transform: translateY(24px);
      transition: transform 0.35s ease;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: thin;
    }
    .reach-modal-overlay.open .reach-modal-box {
      transform: translateY(0);
    }
    .reach-modal-close {
      position: absolute;
      top: 20px; right: 24px;
      background: none; border: none;
      font-size: 1.3rem; cursor: pointer;
      color: var(--muted);
      transition: color 0.2s;
      padding: 4px 8px;
      line-height: 1;
    }
    .reach-modal-close:hover { color: var(--ink); }
    .reach-modal-title {
      font-family: 'Noto Sans Devanagari', serif;
      font-size: clamp(1.5rem, 3.5vw, 2.2rem);
      font-weight: 600;
      color: var(--ink);
      margin-bottom: 10px;
      line-height: 1.3;
    }
    body.lang-en .reach-modal-title {
      font-family: 'Cormorant Garamond', serif;
      font-weight: 300;
      font-size: clamp(1.6rem, 4vw, 2.4rem);
    }
    .reach-modal-sub {
      font-size: 0.88rem;
      line-height: 1.8;
      color: var(--muted);
      margin-bottom: 32px;
    }
    .reach-form {
      display: flex;
      flex-direction: column;
    }
    .reach-form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0 24px;
    }
    .reach-form input,
    .reach-form textarea {
      width: 100%;
      background: transparent;
      border: none;
      border-bottom: 1px solid var(--border);
      padding: 12px 0;
      font-family: 'Noto Sans Devanagari', 'Josefin Sans', sans-serif;
      font-size: 1rem;
      font-weight: 400;
      color: var(--ink);
      margin-bottom: 24px;
      display: block;
      outline: none;
      transition: border-color 0.2s;
    }
    body.lang-en .reach-form input,
    body.lang-en .reach-form textarea {
      font-family: 'Josefin Sans', sans-serif;
      font-weight: 200;
    }
    .reach-form input:focus,
    .reach-form textarea:focus { border-bottom-color: var(--ink); }
    .reach-form ::placeholder { color: var(--muted); }
    .reach-form textarea { resize: vertical; min-height: 90px; }
    #reach-files { display: none; }
    .reach-file-label {
      display: flex;
      align-items: center;
      gap: 10px;
      cursor: pointer;
      border: 1px dashed var(--border);
      padding: 12px 18px;
      font-size: 0.88rem;
      color: var(--muted);
      letter-spacing: 0.04em;
      transition: border-color 0.2s, color 0.2s;
      margin-bottom: 16px;
      width: 100%;
      box-sizing: border-box;
    }
    .reach-file-label:hover { border-color: var(--accent); color: var(--ink); }
    .reach-file-list {
      display: flex;
      flex-direction: column;
      gap: 6px;
      margin-bottom: 8px;
    }
    .reach-file-item {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 0.82rem;
      color: var(--ink);
      padding: 6px 12px;
      border: 1px solid var(--border);
      background: white;
    }
    .reach-file-item i { color: var(--accent); flex-shrink: 0; }
    .reach-file-item span { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; }
    .reach-file-item small { color: var(--muted); flex-shrink: 0; margin-left: auto; padding-left: 8px; }
    .reach-file-note {
      display: none;
      margin-top: 4px;
      margin-bottom: 16px;
      padding: 14px 18px;
      border-left: 3px solid var(--accent);
      background: rgba(139, 115, 85, 0.06);
    }
    .reach-file-note p {
      font-size: 0.85rem;
      line-height: 1.7;
      color: var(--ink);
    }
    .reach-required-note {
      font-size: 0.75rem;
      color: var(--muted);
      margin-bottom: 20px;
      letter-spacing: 0.05em;
    }
    .reach-submit-btn { align-self: flex-start; }

    /* ── Form error message ── */
    .reach-form-error {
      padding: 10px 14px;
      background: rgba(192, 57, 43, 0.07);
      border-left: 3px solid #c0392b;
      font-size: 0.83rem;
      color: #c0392b;
      line-height: 1.6;
      margin-bottom: 16px;
    }

    /* ── Success state ── */
    .reach-success {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 20px 0 8px;
    }
    .reach-success-icon {
      width: 60px; height: 60px;
      border-radius: 50%;
      border: 2px solid var(--accent);
      display: flex; align-items: center; justify-content: center;
      font-size: 1.6rem;
      color: var(--accent);
      margin-bottom: 24px;
    }
    .reach-success .reach-modal-title { text-align: center; }
    .reach-success .reach-modal-sub   { text-align: center; margin-bottom: 28px; }
    .reach-success .reach-submit-btn  { align-self: center; }

    /* ── Submit button loading/disabled state ── */
    .submit-btn:disabled {
      opacity: 0.6;
      cursor: not-allowed;
    }

    @media (max-width: 640px) {
      .reach-modal-overlay { padding: 0; align-items: flex-end; }
      .reach-modal-box {
        max-height: 92vh;
        padding: 32px 20px 40px;
        border-bottom: none;
        max-width: 100%;
        width: 100%;
        border-left: none;
        border-right: none;
      }
      .reach-form-row { grid-template-columns: 1fr; gap: 0; }
    }

    /* ---- FLOATING REPORT BUTTON (FAB) ---- */
    .fab-report {
      position: fixed;
      bottom: 28px;
      right: 28px;
      z-index: 350;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 0 22px 0 18px;
      height: 52px;
      background: var(--ink);
      color: var(--paper);
      border: 2px solid var(--ink);
      border-radius: 26px;
      cursor: pointer;
      font-family: 'Noto Sans Devanagari', 'Josefin Sans', sans-serif;
      font-size: 0.88rem;
      font-weight: 600;
      letter-spacing: 0.02em;
      white-space: nowrap;
      box-shadow: 0 4px 20px rgba(26,26,26,0.22), 0 1px 4px rgba(26,26,26,0.12);
      transition: background 0.22s, color 0.22s, box-shadow 0.22s, transform 0.18s;
      -webkit-tap-highlight-color: transparent;
      appearance: none;
      -webkit-appearance: none;
      /* entrance animation */
      animation: fab-in 0.42s cubic-bezier(0.34,1.56,0.64,1) both;
    }
    @keyframes fab-in {
      from { opacity: 0; transform: translateY(28px) scale(0.88); }
      to   { opacity: 1; transform: translateY(0)    scale(1); }
    }
    .fab-report:hover,
    .fab-report:focus-visible {
      background: transparent;
      color: var(--ink);
      box-shadow: 0 6px 28px rgba(26,26,26,0.18);
      transform: translateY(-2px);
      outline: none;
    }
    .fab-report:active { transform: translateY(0) scale(0.97); }
    .fab-icon {
      display: flex;
      align-items: center;
      flex-shrink: 0;
    }
    .fab-label {
      font-family: inherit;
    }
    body.lang-en .fab-report {
      font-family: 'Josefin Sans', sans-serif;
      font-size: 0.82rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }
    /* On very small screens: shrink to icon pill */
    @media (max-width: 380px) {
      .fab-report {
        padding: 0 15px;
        gap: 0;
        bottom: 20px;
        right: 16px;
        height: 48px;
      }
      .fab-label { display: none; }
      .fab-report { border-radius: 50%; width: 48px; padding: 0; justify-content: center; }
    }
    /* Keep FAB above mobile menu sheet */
    @media (max-width: 640px) {
      .fab-report {
        bottom: 22px;
        right: 18px;
        height: 48px;
        padding: 0 18px 0 14px;
        font-size: 0.82rem;
        gap: 8px;
      }
    }

