:root {
  --ink: #1d1d1f;
  --muted: #6b6b76;
  --paper: #ffffff;
  --surface: #f5f5f2;
  --line: #dedbd2;
  --saffron: #f27b22;
  --saffron-dark: #c95612;
  --green: #197447;
  --blue: #244d8f;
  --shadow: 0 16px 38px rgba(20, 20, 20, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, "Noto Sans Devanagari", "Mangal", Helvetica, sans-serif;
  line-height: 1.6;
}

body.gate-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.language-gate {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(rgba(12, 12, 12, 0.54), rgba(12, 12, 12, 0.58)),
    url("../images/2.jpeg") center/cover;
}

.language-gate.hidden {
  display: none;
}

.language-panel {
  width: min(640px, 100%);
  padding: 42px;
  color: #fff;
  text-align: center;
  background: rgba(20, 20, 20, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.language-kicker,
.section-kicker,
.eyebrow {
  margin: 0 0 8px;
  color: var(--saffron);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.language-panel h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.language-panel p {
  margin: 12px 0 0;
  font-size: 0.85rem;
  line-height: 1.5;
}

.language-panel h2 {
  margin: 28px 0 18px;
  font-size: 1.05rem;
}

.language-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.language-btn,
.btn,
.hero-controls button,
.menu-toggle,
.lightbox-close {
  border: 0;
  cursor: pointer;
}

.language-btn,
.btn {
  min-height: 44px;
  padding: 12px 20px;
  border-radius: var(--radius);
  font-weight: 700;
}

.language-btn {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
}

.language-btn.primary,
.btn.primary {
  color: #fff;
  background: var(--saffron);
}

.btn.ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.08);
}

.social-strip {
  color: #fff;
  background: var(--saffron-dark);
  font-size: 0.9rem;
}

.strip-inner,
.nav-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.strip-inner {
  min-height: 38px;
}

.social-links {
  display: flex;
  gap: 18px;
  font-weight: 700;
}

.language-switcher {
  display: inline-flex;
  gap: 4px;
  padding: 3px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

.language-switcher a {
  display: grid;
  place-items: center;
  min-width: 38px;
  min-height: 28px;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.language-switcher a.active {
  color: var(--saffron-dark);
  background: #fff;
}

.main-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.nav-inner {
  min-height: 76px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  max-width: 420px;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.4;
  white-space: normal;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-links a {
  padding: 26px 0;
}

.nav-links a:hover,
.text-link:hover,
.footer-inner a:hover,
.social-links a:hover,
.news-card-links .original-link {
  color: var(--saffron);
  align-self: auto;
}

.see-more-wrapper {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  padding-top: 15px;
}

.see-more-wrapper .see-more-btn {
  padding: 12px 24px;
  background: var(--saffron-dark);
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  background: var(--surface);
  border-radius: var(--radius);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: min(720px, calc(100vh - 114px));
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.hero-slide,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-slide {
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
  transition: background-image 260ms ease;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.08)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.22), transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 92px 0;
}

.hero h1 {
  max-width: 5000px;
  margin: 4px;
  font-size: clamp(3rem, 8vw, 6.5rem);
  line-height: 0.94;
  text-transform: uppercase;
  color: #ffffff;
}

.hero-role {
  margin: 12px 0 0;
  color: #ffd8bd;
  font-size: clamp(0.75rem, 1.5vw, 1.05rem);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.6;
  max-width: 800px;
}

.hero-copy {
  width: min(10000px, 100%);
  margin: 18px 0 0;
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-controls {
  position: absolute;
  right: max(18px, calc((100vw - 1160px) / 2));
  bottom: 34px;
  z-index: 2;
  display: flex;
  gap: 10px;
}

.hero-controls button {
  width: 44px;
  height: 44px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  font-size: 1.9rem;
  line-height: 1;
}

.section {
  padding: 88px 0;
}

.about-section {
  background: var(--paper);
}

.about-grid,
.contact-grid,
.about-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 56px;
  align-items: center;
}

.section h2 {
  margin: 0 0 22px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
}

.about-copy p,
#contactIntro {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 1.02rem;
}

.about-article .about-copy p {
  font-size: 1.08rem;
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--saffron-dark);
  font-weight: 800;
}

.profile-panel {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.profile-panel img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.profile-info {
  padding: 20px;
}

.profile-info h3 {
  margin: 0;
  font-size: 1.4rem;
}

.profile-info p {
  margin: 4px 0 0;
  color: var(--muted);
}

.stats-band {
  padding: 36px 0;
  color: #fff;
  background: linear-gradient(90deg, var(--green), var(--blue));
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.stat-item {
  padding: 8px 0;
}

.stat-item strong {
  display: block;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
}

.stat-item span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.gallery-section,
.contact-section {
  background: var(--surface);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 28px;
  gap: 18px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #ddd;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 220ms ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-item span {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 8px 10px;
  overflow: hidden;
  color: #fff;
  background: rgba(0, 0, 0, 0.58);
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.news-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.news-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.news-card.photo-only-card img {
  aspect-ratio: auto;
  object-fit: contain;
  background: #f9f9f9;
  max-height: 250px;
}

.news-card-content {
  padding: 20px;
}

.news-date {
  margin: 0 0 8px;
  color: var(--saffron-dark);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.news-card h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.28;
}

.news-card p {
  margin: 12px 0 16px;
  color: var(--muted);
}

.news-card a {
  color: var(--green);
  font-weight: 800;
}

.news-card-links,
.news-detail-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.section-link {
  margin-top: 0;
  white-space: nowrap;
}

.page-hero {
  padding: 76px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.35)),
    url("../images/4.jpeg") center/cover;
}

.about-page-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.35)),
    url("../images/3.jpeg") center/cover;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.page-hero p:last-child {
  width: min(620px, 100%);
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
}

.news-detail {
  overflow: hidden;
  margin-bottom: 54px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.news-detail img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.news-detail img.photo-only-img {
  aspect-ratio: auto;
  height: auto;
  max-height: none;
}

.news-detail-content {
  padding: clamp(24px, 4vw, 44px);
}

.news-detail-content h2 {
  margin-bottom: 18px;
}

.news-detail-content p:not(.news-date) {
  color: var(--muted);
}

.news-list {
  display: grid;
  gap: 18px;
}

.news-row {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.news-row img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 6px;
}

.news-row.photo-only-row img {
  aspect-ratio: auto;
  object-fit: contain;
  background: #f9f9f9;
  max-height: 200px;
}

.news-row h3 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.25;
}

.news-row p:not(.news-date) {
  margin: 10px 0 12px;
  color: var(--muted);
}

.news-row a {
  color: var(--green);
  font-weight: 800;
}

.timeline-section {
  background: var(--surface);
}

.highlight-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.highlight-item {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.highlight-item h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.highlight-item p {
  margin: 0;
  color: var(--muted);
}

.contact-grid {
  align-items: start;
}

.contact-card {
  display: grid;
  gap: 14px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.contact-card a,
.contact-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  place-items: center;
  padding: 28px;
  background: rgba(0, 0, 0, 0.86);
}

.lightbox.open {
  display: grid;
}

.lightbox img {
  max-height: 86vh;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
}

.site-footer {
  padding: 26px 0;
  color: #fff;
  background: #171717;
}

.footer-inner {
  flex-wrap: wrap;
}

.footer-inner p {
  margin: 0;
}

@media (max-width: 920px) {
  .strip-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 0;
    gap: 6px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-inner {
    position: relative;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.12);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 13px 16px;
  }

  .hero {
    min-height: 650px;
  }

  .about-grid,
  .contact-grid,
  .about-page-grid {
    grid-template-columns: 1fr;
  }

  .profile-panel {
    max-width: 420px;
  }

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

  .news-row {
    grid-template-columns: 1fr;
  }

  .highlight-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 580px) {
  .container {
    width: min(100% - 24px, 1160px);
  }

  .language-panel {
    padding: 30px 20px;
  }

  .social-links {
    flex-wrap: wrap;
    gap: 10px 16px;
  }

  .language-switcher {
    align-self: flex-start;
  }

  .brand small {
    max-width: 260px;
    font-size: 0.6rem;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .hero-role {
    font-size: 0.7rem;
  }

  .section {
    padding: 64px 0;
  }

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

  .gallery-item img {
    aspect-ratio: 4 / 3;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-controls {
    right: 16px;
    bottom: 18px;
  }
}

/* ─── Floating Social Sidebar ─── */
.social-float {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  z-index: 900;
}

.social-float-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  overflow: hidden;
  height: 44px;
  border-radius: 24px 0 0 24px;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  width: 44px;
  background: var(--brand-color, #333);
  cursor: pointer;
}

.social-float-item:hover {
  width: 180px;
  padding-left: 16px;
}

.social-float-label {
  flex: 1;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.25s 0.1s, transform 0.25s 0.1s;
}

.social-float-item:hover .social-float-label {
  opacity: 1;
  transform: translateX(0);
}

.social-float-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.social-float-icon svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}

@media (max-width: 600px) {
  .social-float {
    gap: 1px;
  }

  .social-float-item {
    height: 36px;
    width: 36px;
  }

  .social-float-icon {
    width: 36px;
    height: 36px;
  }

  .social-float-icon svg {
    width: 17px;
    height: 17px;
  }

  .social-float-item:hover {
    width: 150px;
    padding-left: 12px;
  }

  .social-float-label {
    font-size: 0.65rem;
  }
}