﻿@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Khand:wght@400;500;600;700&family=Noto+Sans+Devanagari:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root {
  --coral: #bf704f;
  --ink: #173c46;
  --cream: #f5f1eb;
  --muted: #647477;
  --dark: #1d3939;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font: 16px/1.65 "DM Sans", "Noto Sans Devanagari", Arial, sans-serif;
  background: #fff;
  overflow-x: hidden;
}

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

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

.section-shell,
.header-wrap {
  width: min(var(--max), calc(100% - 48px));
  margin: auto;
}

.site-header {
  position: relative;
  z-index: 5;
  background: #f3f0ec;
  border-bottom: 2px solid rgba(191, 112, 79, 0.35);
  overflow: visible;
}

.header-wrap {
  display: grid;
  grid-template-columns: 110px 1fr 170px;
  align-items: center;
  gap: 16px;
  min-height: 92px;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  padding-top: 4px;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand img {
  width: 92px;
  height: 92px;
  object-fit: contain;
}

.header-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  overflow: visible;
}

.header-hindi {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Khand", "Noto Sans Devanagari", sans-serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 2.3vw, 2.7rem);
  line-height: 1.05;
  letter-spacing: 0.02em;
  color: #a74a2d;
  text-align: center;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  padding-top: 2px;
}

.header-english {
  margin: 4px 0 0;
  font-size: 0.72rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a74a2d;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: #e2e2e2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0;
}

.social-link img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: none;
}

.menu-toggle {
  display: none;
}

.nav-shell {
  background: #8b2d2d;
  padding: 0;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  min-height: 46px;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  white-space: nowrap;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.main-nav a {
  padding: 0;
  color: #fff;
}

.main-nav a:hover,
.main-nav .active {
  color: #f7d4c7;
}

.report-bar {
  background: #bf704f;
  padding: 8px 16px 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.report-bar a {
  display: block;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  animation: report-slide 25s linear infinite;
}

@keyframes report-slide {
  from {
    transform: translateX(100vw);
  }
  to {
    transform: translateX(-100%);
  }
}

.report-bar:hover a {
  animation-play-state: paused;
}

.report-bar:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.06));
  pointer-events: none;
}

.site-header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  height: 18px;
  background: #bf704f;
  clip-path: polygon(0 0, 3% 32%, 6% 0, 9% 36%, 12% 0, 15% 45%, 18% 0, 21% 30%, 24% 0, 27% 42%, 30% 0, 33% 28%, 36% 0, 39% 40%, 42% 0, 45% 33%, 48% 0, 51% 44%, 54% 0, 57% 29%, 60% 0, 63% 39%, 66% 0, 69% 34%, 72% 0, 75% 46%, 78% 0, 81% 31%, 84% 0, 87% 43%, 90% 0, 93% 30%, 96% 0, 100% 100%, 0 100%);
}

.hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  background: var(--cream);
}

.hero-copy {
  max-width: 590px;
  justify-self: end;
  align-self: center;
  padding: 80px 64px 80px 24px;
}

.eyebrow-block {
  display: inline-block;
  margin-bottom: 8px;
}

.eyebrow {
  margin: 0;
  text-transform: uppercase;
  color: var(--coral);
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: 0.15em;
}

.hero h1,
.hero h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.16;
  color: var(--dark);
}

.hero h1 {
  font-size: clamp(2.55rem, 4vw, 4.3rem);
  margin: 0 0 22px;
}

.hero-text {
  max-width: 520px;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-media {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}

.hero-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-stamp {
  position: absolute;
  left: -55px;
  bottom: 38px;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background: var(--coral);
  color: #fff;
  display: grid;
  place-content: center;
  text-align: center;
  line-height: 1.15;
  transform: rotate(-8deg);
}

.hero-stamp b {
  font: 700 1.25rem "Playfair Display", serif;
}

.hero-stamp span {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 6px;
}

.notice-embed {
  width: min(var(--max), calc(100% - 48px));
  margin: 62px auto;
  overflow: hidden;
  border: 1px solid #dbe4eb;
  border-radius: 24px;
  background: #f1f5f9;
  box-shadow: 0 18px 42px rgba(23, 60, 70, 0.13);
}

.notice-embed-frame {
  display: block;
  width: 100%;
  height: 1180px;
  border: 0;
  background: #f1f5f9;
}

.button {
  display: inline-block;
  background: var(--coral);
  padding: 13px 25px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 32px;
}

.text-link {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.text-link span {
  color: var(--coral);
  font-size: 1.3rem;
  margin-left: 6px;
}

.button.outline {
  color: var(--dark);
  background: transparent;
  border: 1px solid var(--dark);
  margin-top: 18px;
}

.intro {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 46px;
  align-items: center;
  padding: 78px 0 62px;
}

.image-frame {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.image-frame:before {
  content: "";
  position: absolute;
  inset: 14px -14px -14px 14px;
  border: 1px solid rgba(191, 112, 79, 0.9);
  z-index: -1;
}

.image-frame img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  display: block;
}

.intro-copy {
  max-width: 560px;
  padding-right: 10px;
}

.intro h2,
.recognition h2,
.join-section h2 {
  font-size: clamp(2.4rem, 3.8vw, 4.2rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  margin: 0 0 24px;
}

.intro-copy p:not(.eyebrow),
.recognition p:not(.eyebrow) {
  color: var(--muted);
}

.intro-copy p:not(.eyebrow) {
  max-width: 540px;
  font-size: 1.02rem;
  line-height: 1.7;
  margin: 0;
}

.intro-copy .button.outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 16px 26px;
  margin-top: 26px;
  color: var(--dark);
  background: transparent;
  border: 1px solid rgba(23, 60, 70, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
  font-weight: 700;
}

.work-section {
  background: #f2f5f1;
  padding: 104px 0;
}

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

.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
}

.section-heading > p {
  max-width: 415px;
  color: var(--muted);
  margin: 0;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.work-card {
  background: #fff;
}

.work-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.work-card > div {
  padding: 24px 22px 26px;
}

.work-card span {
  color: var(--coral);
  font: 700 1.1rem "Playfair Display", serif;
}

.work-card h3 {
  margin: 7px 0;
  font: 700 1.25rem "Playfair Display", serif;
}

.work-card p {
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--muted);
  margin: 0;
}

.recognition {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 95px;
  align-items: center;
  padding: 120px 0;
}

.recognition figure {
  margin: 0;
  position: relative;
}

.recognition figure > img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.recognition figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--dark);
  color: #fff;
  padding: 21px 31px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.recognition figcaption b {
  font: 700 2rem "Playfair Display", serif;
  color: #e6a18b;
}

.recognition figcaption span {
  font-size: 0.75rem;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.gallery-section {
  padding: 0 0 110px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-template-rows: 210px 210px;
  gap: 14px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-grid img:first-child {
  grid-row: span 2;
}

.gallery-grid img:last-child {
  grid-column: span 2;
}

.gallery-hero {
  background: linear-gradient(90deg, rgba(29, 57, 57, 0.94), rgba(29, 57, 57, 0.72)), url('./assets/founder award  (4).jpeg') center/cover;
}

.gallery-page {
  padding: 90px 0 110px;
}

.gallery-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.gallery-toolbar h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.05;
}

.gallery-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(220px, auto);
  gap: 18px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  background: #dfe3df;
  border: 1px solid rgba(23, 60, 70, 0.12);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

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

.gallery-item figcaption {
  position: absolute;
  inset: auto 0 0 0;
  background: linear-gradient(180deg, transparent, rgba(14, 25, 27, 0.8));
  color: #fff;
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gallery-item strong {
  font-size: 1.05rem;
}

.gallery-item span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
}

.gallery-item.featured {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item.tall {
  grid-row: span 2;
}

.student-zone-hero {
  background: linear-gradient(135deg, #0f172a 0%, #111827 35%, #1f2937 100%);
  color: #fff;
  min-height: auto;
  padding: 34px 0 42px;
}

.student-zone-hero-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.student-zone-hero-copy {
  max-width: 760px;
}

.eyebrow-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(251, 191, 36, 0.4);
  background: rgba(251, 191, 36, 0.12);
  color: #fbbf24;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 7px 12px;
}

.student-zone-hero h1 {
  margin: 18px 0 12px;
  color: #fff;
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1.08;
}

.student-zone-hero p {
  margin: 0;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
}

.student-zone-hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.light-button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.student-zone-shell {
  padding: 44px 0 110px;
  background: #f3f4f6;
}

.student-zone-dashboard {
  display: grid;
  gap: 26px;
}

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

.stat-card {
  background: #fff;
  border: 1px solid rgba(23, 60, 70, 0.08);
  box-shadow: 0 10px 26px rgba(20, 38, 45, 0.04);
  padding: 22px 20px;
  border-radius: 18px;
}

.stat-card:nth-child(1) {
  background: #fff7ed;
  border-color: #fcd7a0;
}

.stat-card:nth-child(2) {
  background: #ecfdf5;
  border-color: #abefc6;
}

.stat-card:nth-child(3) {
  background: #eff6ff;
  border-color: #bfdbfe;
}

.stat-card:nth-child(4) {
  background: #f5f3ff;
  border-color: #ddd6fe;
}

.stat-card span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.stat-card strong {
  display: block;
  margin-top: 10px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.1;
  color: var(--ink);
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.8fr;
  gap: 24px;
}

.panel-box {
  background: #fff;
  border: 1px solid rgba(23, 60, 70, 0.08);
  border-radius: 26px;
  box-shadow: 0 12px 28px rgba(22, 37, 44, 0.06);
  padding: 24px;
}

.panel-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.mini-label {
  margin: 0 0 6px;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}

.panel-topbar h2,
.panel-topbar h3 {
  margin: 0;
  color: var(--dark);
  line-height: 1.2;
}

.bell-icon,
.panel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #fff6f0;
  font-size: 1.2rem;
}

.alert-list,
.student-list,
.program-list {
  display: grid;
  gap: 14px;
}

.notice-item {
  border-radius: 18px;
  padding: 16px;
  border: 1px solid transparent;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.notice-copy {
  flex: 1;
}

.notice-item h3 {
  margin: 0 0 8px;
  color: var(--dark);
  font-size: 1rem;
}

.notice-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.92rem;
}

.notice-date {
  flex-shrink: 0;
  color: var(--coral);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 4px;
}

.amber-item {
  background: #fff7eb;
  border-color: #f4d8a9;
}

.emerald-item {
  background: #ecfdf5;
  border-color: #a7f3d0;
}

.sky-item {
  background: #eff8ff;
  border-color: #bfdbfe;
}

.quick-actions-panel h3 {
  margin: 0;
  color: var(--dark);
  font-size: 1.2rem;
}

.action-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.action-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  background: #f8f5f2;
  border: 1px solid rgba(23, 60, 70, 0.08);
  border-radius: 12px;
  padding: 12px 14px;
  color: var(--ink);
  font-weight: 700;
}

.action-list a span {
  color: var(--coral);
}

.bottom-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
}

.student-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #f8f5f2;
  border: 1px solid rgba(23, 60, 70, 0.06);
  border-radius: 14px;
  padding: 12px 14px;
}

.student-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f8d6bf, #f5f1eb);
  color: var(--dark);
  font-weight: 800;
}

.student-meta strong {
  display: block;
  color: var(--dark);
  font-size: 0.96rem;
}

.student-meta span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
}

.student-status {
  text-align: right;
}

.student-status small {
  display: block;
  color: var(--muted);
  font-size: 0.68rem;
}

.student-status b {
  display: block;
  margin-top: 4px;
  color: #0f9f6e;
  font-size: 0.76rem;
}

.program-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #f8f5f2;
  border: 1px solid rgba(23, 60, 70, 0.08);
  border-radius: 14px;
  padding: 14px;
}

.program-item strong {
  display: block;
  color: var(--dark);
  font-size: 0.92rem;
}

.program-item span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.72rem;
}

.status-live,
.status-scheduled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 999px;
  font-weight: 700;
}

.status-live {
  background: #dcfce7;
  color: #166534;
}

.status-scheduled {
  background: #fef3c7;
  color: #92400e;
}

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

.district-card {
  background: #f8f5f2;
  border: 1px solid rgba(23, 60, 70, 0.08);
  border-radius: 16px;
  padding: 16px 14px;
}

.district-card span {
  display: block;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.66rem;
}

.district-card strong {
  display: block;
  margin-top: 10px;
  color: var(--dark);
  font-size: 2rem;
  line-height: 1;
}

.district-card small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

.student-highlights {
  background: #f7f3ef;
  padding: 30px 0 110px;
}

.student-notice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}


.homepage-notice {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.homepage-notice .notification-head {
  margin-bottom: 12px;
}

.homepage-notice .notification-head h3 {
  font-size: 1.3rem;
}

.homepage-notice p {
  margin: 0 0 12px;
}

.join-section {
  background: linear-gradient(90deg, rgba(27, 52, 52, 0.9), rgba(27, 52, 52, 0.78)), url('./assets/founder award  (1).jpeg') center/cover;
  padding: 92px 0;
  color: #fff;
}

.join-section h2 {
  color: #fff;
  max-width: 660px;
}

.join-section .eyebrow {
  color: #f0b2a0;
}

.button.light {
  background: #fff;
  color: var(--dark);
}

.page-hero {
  padding: 100px 0 92px;
  background: linear-gradient(90deg, rgba(29, 57, 57, 0.94), rgba(29, 57, 57, 0.72)), url('./assets/founder award  (3).jpeg') center/cover;
  color: #fff;
}

.page-hero h1 {
  font: 700 clamp(2.7rem, 5vw, 4.5rem)/1.12 "Playfair Display", Georgia, serif;
  margin: 0;
  color: #fff;
}

.page-hero > div > p:last-child {
  max-width: 600px;
  margin: 18px 0 0;
  font-size: 1.08rem;
  color: #e5edeb;
}

.page-hero .eyebrow {
  color: #f1ad97;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
  align-items: center;
  padding: 110px 0;
}

.contact-grid h2 {
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  margin: 0 0 18px;
}

.contact-grid > div > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}

.contact-card {
  background: var(--cream);
  border-top: 4px solid var(--coral);
  padding: 43px;
}

.contact-card h3 {
  margin: 0 0 19px;
  font: 700 1.5rem "Playfair Display", serif;
}

.contact-card a {
  display: block;
  color: var(--dark);
  font-weight: 600;
  margin: 9px 0;
  overflow-wrap: anywhere;
}

.contact-card p {
  margin: 22px 0 0;
  color: var(--muted);
}

.site-footer {
  background: #183536;
  color: #cdd7d4;
  padding-top: 70px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 1.2fr;
  gap: 70px;
  padding-bottom: 60px;
}

.footer-logo {
  width: 84px;
  height: 84px;
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
  padding: 6px;
  margin-bottom: 15px;
}

.site-footer h3 {
  font: 700 1rem "Playfair Display", serif;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.09em;
  margin: 0 0 17px;
}

.site-footer p {
  font-size: 0.88rem;
  margin: 0;
  line-height: 1.7;
}

.site-footer a {
  display: block;
  font-size: 0.88rem;
  margin: 8px 0;
}

.copyright {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.76rem;
  color: #94aaa6;
}

.vacancy-shell {
  padding: 88px 0 110px;
}

.vacancy-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: start;
}

.vacancy-info {
  background: #f5f1eb;
  border: 1px solid rgba(191, 112, 79, 0.18);
  padding: 34px 28px;
}

.vacancy-info h2 {
  margin: 8px 0 18px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.vacancy-info p {
  color: var(--muted);
  margin: 0;
  line-height: 1.7;
}

.vacancy-points {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 12px;
}

.vacancy-points li {
  position: relative;
  padding-left: 24px;
  color: var(--dark);
  font-weight: 600;
}

.vacancy-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--coral);
}

.vacancy-form-wrap {
  background: #fff;
  border: 1px solid rgba(23, 60, 70, 0.08);
  box-shadow: 0 16px 34px rgba(22, 31, 36, 0.08);
  padding: 30px;
}

.vacancy-form {
  display: grid;
  gap: 20px;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.vacancy-form label {
  display: grid;
  gap: 9px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--dark);
}

.vacancy-form input,
.vacancy-form select,
.vacancy-form textarea {
  width: 100%;
  border: 1px solid rgba(23, 60, 70, 0.18);
  background: #faf9f7;
  color: var(--ink);
  padding: 12px 14px;
  font: inherit;
  border-radius: 0;
  outline: none;
}

.vacancy-form input:focus,
.vacancy-form select:focus,
.vacancy-form textarea:focus {
  border-color: var(--coral);
  box-shadow: 0 0 0 3px rgba(191, 112, 79, 0.12);
}

.vacancy-form textarea {
  min-height: 120px;
  resize: vertical;
}

.file-field input {
  padding: 12px 10px;
}

.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  font: 700 0.78rem/1 "DM Sans", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.acknowledgement-box {
  margin-top: 24px;
  background: #edf7ee;
  border: 1px solid rgba(30, 123, 72, 0.2);
  padding: 22px 20px;
}

.acknowledgement-box h3 {
  margin: 0 0 10px;
  color: var(--dark);
  font-size: 1.35rem;
}

.acknowledgement-box p {
  margin: 0;
  color: var(--dark);
  line-height: 1.7;
}

.acknowledgement-actions {
  margin-top: 16px;
}

@media (max-width: 850px) {
  .site-header {
    height: auto;
    margin-bottom: 0;
  }

  .site-header:before,
  .site-header:after {
    display: none;
  }

  .header-wrap {
    grid-template-columns: 68px minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 86px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand {
    position: static;
    height: auto;
  }

  .brand img {
    width: 58px;
    height: 58px;
  }

  .header-center {
    min-width: 0;
  }

  .header-hindi {
    white-space: normal;
    font-size: clamp(1.2rem, 4vw, 1.9rem);
    line-height: 1.08;
  }

  .header-english {
    white-space: normal;
    font-size: 0.54rem;
    letter-spacing: 0.05em;
  }

  .socials {
    gap: 6px;
  }

  .social-link {
    width: 24px;
    height: 24px;
  }

  .menu-toggle {
    display: block;
    position: static;
    border: 0;
    background: transparent;
    font-size: 1.8rem;
    line-height: 1;
    justify-self: end;
    color: var(--ink);
  }

  .main-nav {
    display: flex;
    top: 88px;
    left: 0;
    right: 0;
    background: #8b2d2d;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 24px 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    width: 100%;
    white-space: normal;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .main-nav:not(.open) {
    display: none;
  }

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

  .main-nav a {
    display: block;
    width: 100%;
    padding: 12px 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.08em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .main-nav a:hover,
  .main-nav .active {
    color: #f7d4c7;
  }

  .report-bar a {
    white-space: nowrap;
    animation: report-slide 18s linear infinite;
    font-size: 0.82rem;
    line-height: 1.35;
  }

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


  .hero-copy {
    justify-self: start;
    padding: 56px 20px 42px;
    width: 100%;
    max-width: 100%;
  }

  .notice-embed {
    width: min(100% - 32px, var(--max));
    margin: 42px auto;
    border-radius: 18px;
  }

  .notice-embed-frame {
    height: 1500px;
  }

  .hero-text {
    max-width: 100%;
    font-size: 1rem;
  }

  .hero h1 {
    font-size: clamp(2.3rem, 10vw, 4rem);
  }

  .hero-media {
    min-height: 340px;
  }

  .hero-stamp {
    left: auto;
    right: 18px;
    bottom: 18px;
    width: 120px;
    height: 120px;
  }

  .intro,
  .recognition,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 75px 0;
  }

  .work-section {
    padding: 75px 0;
  }

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


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

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }

  .footer-grid > div:first-child {
    grid-column: span 2;
  }

  .vacancy-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 520px) {
  .section-shell,
  .header-wrap {
    width: min(100% - 32px, var(--max));
  }

  .header-wrap {
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 8px;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  .header-hindi {
    font-size: clamp(1.1rem, 5.2vw, 1.5rem);
  }

  .header-english {
    font-size: 0.48rem;
    letter-spacing: 0.04em;
  }

  .socials {
    display: none;
  }

  .report-bar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-copy {
    padding: 36px 16px 30px;
  }

  .hero h1 {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

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

  .work-card img {
    height: 230px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 150px 150px;
  }

  .gallery-grid img:first-child {
    grid-column: span 2;
    grid-row: auto;
  }

  .gallery-grid img:last-child {
    grid-column: auto;
  }

  .recognition figure > img {
    height: 330px;
  }

  .recognition figcaption {
    padding: 15px;
  }

  .contact-card {
    padding: 30px;
  }

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

  .footer-grid > div:first-child {
    grid-column: auto;
  }
}
