:root {
  --ink: #1f1b16;
  --muted: #756d61;
  --paper: #ffffff;
  --soft: #faf7ef;
  --line: rgba(31, 27, 22, 0.12);
  --blue: #8b5d24;
  --teal: #c9973f;
  --purple: #2d261d;
  --pink: #ead8a8;
  --shadow: 0 20px 60px rgba(31, 27, 22, 0.12);
  --soft-shadow: 0 14px 35px rgba(31, 27, 22, 0.1);
  --gradient: linear-gradient(135deg, #2d261d, #8b5d24 52%, #c9973f);
  --green-gradient: linear-gradient(135deg, #ead8a8, #c9973f, #2d261d);
  --nav-height: 78px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at top left, rgba(201, 151, 63, 0.12), transparent 30rem),
    radial-gradient(circle at 85% 20%, rgba(234, 216, 168, 0.16), transparent 24rem),
    var(--soft);
  color: var(--ink);
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

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

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

button {
  font: inherit;
}

.scroll-progress {
  background: var(--gradient);
  height: 4px;
  left: 0;
  position: fixed;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  width: 100%;
  z-index: 1000;
}

.container {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 1.25rem;
  width: 100%;
}

.section {
  padding: 6rem 0;
  scroll-margin-top: var(--nav-height);
}

.site-header {
  left: 0;
  padding: 0.8rem 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: padding 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  z-index: 999;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 35px rgba(23, 32, 51, 0.08);
  padding: 0.55rem 0;
}

.navbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 1.25rem;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: white;
}

.site-header.scrolled .brand {
    color: var(--ink);
}

.logo-container {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(255,255,255,0.4);
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    backdrop-filter: blur(10px);
    animation: logoGlow 4s ease-in-out infinite;
    transition: transform 0.3s ease;
}

.logo-container:hover {
    transform: scale(1.08);
}

.site-header.scrolled .logo-container {
    border-color: rgba(201, 151, 63, 0.3);
    box-shadow: 0 10px 24px rgba(139, 93, 36, 0.18);
}

.logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-text strong {
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.brand-text small {
    font-size: 0.75rem;
    opacity: 0.85;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 0.35rem;
  list-style: none;
}

.nav-link {
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 600;
  padding: 0.65rem 0.95rem;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.site-header.scrolled .nav-link {
  color: var(--ink);
}

.nav-link:hover,
.nav-link.active {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  transform: translateY(-1px);
}

.site-header.scrolled .nav-link:hover,
.site-header.scrolled .nav-link.active {
  background: rgba(201, 151, 63, 0.12);
  color: var(--blue);
}

.menu-toggle {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  cursor: pointer;
  display: none;
  height: 44px;
  place-items: center;
  position: relative;
  width: 44px;
}

.menu-toggle span {
  background: #ffffff;
  border-radius: 999px;
  display: block;
  height: 2px;
  margin: 3px 0;
  transition: transform 0.25s ease, opacity 0.25s ease, background 0.25s ease;
  width: 19px;
}

.site-header.scrolled .menu-toggle span {
  background: var(--ink);
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.hero {
  align-items: center;
  background: #1f1b16;
  color: #ffffff;
  display: flex;
  min-height: 92svh;
  overflow: hidden;
  padding: 9rem 1.25rem 6rem;
  position: relative;
}

.hero-image-slider {
  inset: 0;
  position: absolute;
}

.hero-image-slide {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center calc(50% + var(--parallax-y, 0px));
  opacity: 0;
  position: absolute;
  transform: scale(1.04);
  transition: opacity 5.5s ease-in-out, transform 5s ease;
  width: 100%;
}

.hero-image-slide.active {
  opacity: 1;
  transform: scale(1);
}

.hero::after {
  background: linear-gradient(180deg, transparent, rgba(250, 247, 239, 0.94));
  bottom: -1px;
  content: "";
  height: 7rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.hero-overlay {
  background:
    linear-gradient(110deg, rgba(20, 17, 13, 0.86), rgba(20, 17, 13, 0.42)),
    radial-gradient(circle at 28% 34%, rgba(255, 255, 255, 0.08), transparent 22rem);
  inset: 0;
  position: absolute;
}

.hero-shell {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.85fr);
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.hero-content {
  max-width: 670px;
  position: relative;
  width: 100%;
}

.eyebrow {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.hero .eyebrow,
.join-section .eyebrow {
  color: rgba(255, 255, 255, 0.86);
}

.hero h1 {
  font-size: clamp(2.8rem, 8vw, 6.8rem);
  line-height: 1;
  max-width: 920px;
}

.hero-subtitle {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  margin-top: 1.25rem;
  max-width: 620px;
}

.typing-line {
  align-items: center;
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  font-weight: 600;
  min-height: 2rem;
  margin-top: 1rem;
}

.typing-cursor {
  animation: blink 0.85s steps(2, start) infinite;
  background: #ffffff;
  display: inline-block;
  height: 1.25rem;
  margin-left: 0.3rem;
  width: 2px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.hero-proof span {
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  display: inline-flex;
  gap: 0.35rem;
  padding: 0.6rem 0.9rem;
}

.hero-proof strong {
  color: #ffffff;
}

.btn {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.35rem;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn-primary {
  background: var(--gradient);
  box-shadow: 0 16px 34px rgba(139, 93, 36, 0.26);
  color: #ffffff;
}

.btn-primary:hover {
  box-shadow: 0 18px 42px rgba(201, 151, 63, 0.32);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #ffffff;
}

.btn-light {
  background: #ffffff;
  color: var(--blue);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  color: var(--ink);
}

.warrior-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 1.25rem;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  visibility: hidden;
  z-index: 1000;
}

.warrior-modal.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.warrior-modal-backdrop {
  backdrop-filter: blur(12px);
  background: rgba(31, 27, 22, 0.58);
  inset: 0;
  position: absolute;
}

.warrior-dialog {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(250, 247, 239, 0.86)),
    radial-gradient(circle at top right, rgba(201, 151, 63, 0.18), transparent 18rem);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 1.7rem;
  box-shadow: 0 28px 90px rgba(31, 27, 22, 0.28);
  max-width: 520px;
  overflow: hidden;
  padding: clamp(1.4rem, 5vw, 2.3rem);
  position: relative;
  text-align: center;
  transform: translateY(22px) scale(0.96);
  transition: transform 0.35s ease;
  width: min(100%, 520px);
}

.warrior-modal.show .warrior-dialog {
  transform: translateY(0) scale(1);
}

.warrior-dialog::before {
  background: var(--gradient);
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.warrior-dialog-logo {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(201, 151, 63, 0.28);
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(139, 93, 36, 0.18);
  height: 82px;
  margin: 0 auto 1rem;
  overflow: hidden;
  padding: 0.35rem;
  width: 82px;
}

.warrior-dialog-logo img {
  border-radius: inherit;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.warrior-dialog h2 {
  font-size: clamp(1.9rem, 6vw, 3rem);
  line-height: 1.08;
  margin-top: 0.55rem;
}

.warrior-dialog p:not(.eyebrow) {
  color: var(--muted);
  margin: 0.85rem auto 0;
  max-width: 420px;
}

.warrior-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
  margin-top: 1.6rem;
}

.warrior-actions .btn {
  min-width: 140px;
}

.split-layout {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
}

.section-copy h2,
.section-heading h2,
.vision-card h2,
.join-content h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.15;
}

.section-copy p,
.section-heading p,
.vision-card p,
.join-content p {
  color: var(--muted);
  margin-top: 1rem;
}

.section-heading {
  margin: 0 auto 3rem;
  max-width: 720px;
  text-align: center;
}

.about-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 1.5rem;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.about-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.about-card-body {
  padding: 1.35rem;
}

.about-card-body span,
.card-label {
  color: var(--blue);
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
}

.about-card-body strong {
  display: block;
  font-size: 1.25rem;
  line-height: 1.35;
}

.work-section {
  background: #ffffff;
}

.work-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.work-card,
.impact-card,
.stat-card,
.timeline-item,
.event-card,
.vision-card,
.contact-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 1.35rem;
  box-shadow: var(--soft-shadow);
}

.work-card {
  min-height: 250px;
  overflow: hidden;
  padding: 1.5rem;
  position: relative;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.work-card::before {
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.75), transparent);
  content: "";
  height: 160%;
  left: -95%;
  position: absolute;
  top: -30%;
  transform: rotate(12deg);
  transition: left 0.7s ease;
  width: 46%;
}

.work-card:hover {
  border-color: rgba(201, 151, 63, 0.3);
  box-shadow: var(--shadow);
  transform: translateY(-8px);
}

.work-card:hover::before {
  left: 120%;
}

.card-icon {
  align-items: center;
  background: linear-gradient(135deg, rgba(201, 151, 63, 0.14), rgba(234, 216, 168, 0.16));
  border-radius: 1.1rem;
  color: var(--blue);
  display: grid;
  height: 58px;
  margin-bottom: 1.2rem;
  place-items: center;
  position: relative;
  transition: transform 0.3s ease;
  width: 58px;
}

.work-card:hover .card-icon {
  transform: translateY(-3px) rotate(-4deg);
}

.card-icon svg {
  fill: none;
  height: 28px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 28px;
}

.work-card:nth-child(2) .card-icon,
.work-card:nth-child(6) .card-icon {
  color: var(--pink);
}

.work-card:nth-child(4) .card-icon,
.work-card:nth-child(5) .card-icon {
  color: var(--teal);
}

.work-card h3 {
  font-size: 1.2rem;
  line-height: 1.3;
}

.work-card p {
  color: var(--muted);
  margin-top: 0.75rem;
}

.impact-section {
  background:
    linear-gradient(135deg, rgba(201, 151, 63, 0.08), rgba(234, 216, 168, 0.12)),
    var(--soft);
}

.impact-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.66)),
    url("../images/optimized/DSC_0202.jpg") center / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 1.8rem;
  box-shadow: var(--shadow);
  overflow: hidden;
  padding: 3rem;
  position: relative;
}

.impact-panel::before {
  background: rgba(255, 255, 255, 0.78);
  content: "";
  inset: 0;
  position: absolute;
}

.impact-panel > * {
  position: relative;
  z-index: 1;
}

.impact-intro {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.38fr);
  margin-bottom: 2rem;
}

.impact-intro h2,
.timeline-spotlight h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.15;
}

.impact-intro p {
  color: var(--muted);
  margin-top: 1rem;
  max-width: 720px;
}

.impact-hero-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 1.4rem;
  box-shadow: var(--soft-shadow);
  padding: 1.35rem;
  text-align: center;
}

.impact-hero-card strong {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
  font-size: clamp(4rem, 8vw, 6.5rem);
  line-height: 0.88;
}

.impact-hero-card span,
.impact-hero-card small {
  color: var(--muted);
  display: block;
  font-weight: 800;
}

.impact-hero-card small {
  font-size: 0.78rem;
  font-weight: 700;
  margin-top: 0.2rem;
}

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

.impact-card {
  padding: 1.5rem;
  text-align: center;
}

.impact-card strong {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  line-height: 1;
}

.impact-card > span {
  color: var(--muted);
  display: block;
  font-weight: 700;
  margin-top: 0.65rem;
}

.impact-card small {
  color: var(--muted);
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  margin-top: 0.25rem;
}

.statistics-section {
  background: #ffffff;
}

.stats-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stat-card {
  overflow: hidden;
  padding: 1.5rem;
  position: relative;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.stat-card::before {
  background: var(--gradient);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.stat-card:hover,
.event-card:hover,
.timeline-item:hover {
  box-shadow: var(--shadow);
  transform: translateY(-7px);
}

.stat-number {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(2.6rem, 6vw, 4.7rem);
  font-weight: 800;
  line-height: 1;
}

.stat-card h3,
.event-card h3,
.timeline-item h3 {
  font-size: 1.18rem;
  line-height: 1.3;
  margin-top: 0.8rem;
}

.stat-card p,
.event-card p,
.timeline-item p {
  color: var(--muted);
  margin-top: 0.65rem;
}

.stat-bar {
  background: rgba(139, 93, 36, 0.1);
  border-radius: 999px;
  height: 8px;
  margin-top: 1.3rem;
  overflow: hidden;
}

.stat-bar span {
  background: var(--gradient);
  border-radius: inherit;
  display: block;
  height: 100%;
  transform-origin: left;
  width: var(--bar-width);
}

.timeline-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(201, 151, 63, 0.12), transparent 24rem),
    var(--soft);
}

.timeline-panel {
  align-items: stretch;
  background: linear-gradient(135deg, rgba(45, 38, 29, 0.96), rgba(139, 93, 36, 0.9));
  border-radius: 1.8rem;
  box-shadow: var(--shadow);
  color: #ffffff;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1fr);
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 3rem);
  position: relative;
}

.timeline-panel::before {
  background: radial-gradient(circle, rgba(234, 216, 168, 0.22), transparent 22rem);
  content: "";
  height: 32rem;
  left: -8rem;
  position: absolute;
  top: -8rem;
  width: 32rem;
}

.timeline-panel > * {
  position: relative;
  z-index: 1;
}

.timeline-spotlight {
  align-content: center;
  display: grid;
}

.timeline-spotlight > span {
  color: rgba(255, 255, 255, 0.78);
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.timeline-spotlight h2 {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  line-height: 1.08;
  margin-top: 0.45rem;
}

.timeline-spotlight strong {
  color: var(--pink);
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
}

.timeline-spotlight strong span {
  font-size: inherit;
  line-height: inherit;
}

.timeline-spotlight p {
  color: rgba(255, 255, 255, 0.82);
  margin-top: 1rem;
}

.timeline-list {
  display: grid;
  gap: 1rem;
}

.timeline-item {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  padding: 1.25rem;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.timeline-item:hover {
  background: rgba(255, 255, 255, 0.16);
}

.timeline-item span {
  color: var(--pink);
  font-weight: 800;
}

.timeline-item p {
  color: rgba(255, 255, 255, 0.78);
}

.featured-section {
  background: #ffffff;
}

.featured-layout {
  align-items: stretch;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.featured-main {
  display: grid;
  grid-template-rows: auto auto;
  overflow: hidden;
}

.featured-media {
  aspect-ratio: 16 / 10;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.khel-slider {
  height: 100%;
  position: relative;
}

.khel-slide {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  position: absolute;
  transform: scale(1.04);
  transition: opacity 1.2s ease-in-out, transform 5.5s ease;
  width: 100%;
}

.khel-slide.active {
  opacity: 1;
  transform: scale(1);
}

.event-chip {
  backdrop-filter: blur(12px);
  background: rgba(31, 27, 22, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  left: 1rem;
  padding: 0.55rem 0.8rem;
  position: absolute;
  text-transform: uppercase;
  top: 1rem;
}

.events-grid {
  display: contents;
}

.event-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  position: relative;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.event-card > img {
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: transform 0.55s ease, filter 0.55s ease;
  width: 100%;
}

.event-card:hover img,
.event-card:hover .khel-slide {
  filter: saturate(1.05);
  transform: scale(1.06);
}

.event-content {
  padding: 1.35rem;
  position: relative;
}

.featured-main .event-content {
  padding: 1.35rem;
}

.event-icon {
  align-items: center;
  background: linear-gradient(135deg, rgba(201, 151, 63, 0.14), rgba(234, 216, 168, 0.16));
  border-radius: 1rem;
  color: var(--blue);
  display: grid;
  height: 48px;
  margin-bottom: 0.9rem;
  place-items: center;
  width: 48px;
}

.event-icon svg {
  fill: none;
  height: 25px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 25px;
}

.event-content strong {
  color: var(--blue);
  display: block;
  font-weight: 800;
  margin-top: 0.85rem;
}

.image-frame {
  align-items: center;
  aspect-ratio: 16 / 9;
  background: #101827;
  border: 10px solid #ffffff;
  border-radius: 1.35rem;
  box-shadow: var(--shadow);
  display: block;
  isolation: isolate;
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.image-frame::before {
  background-image: var(--frame-bg);
  background-position: center;
  background-size: cover;
  content: "";
  filter: blur(26px) saturate(1.1);
  inset: -28px;
  opacity: 0.45;
  position: absolute;
  transform: scale(1.08);
  transition: background-image 0.5s ease, opacity 0.5s ease;
  z-index: -2;
}

.image-frame::after {
  background: linear-gradient(180deg, rgba(6, 16, 35, 0.1), rgba(6, 16, 35, 0.55));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.frame-track {
  display: flex;
  height: 100%;
  inset: 0;
  min-height: 0;
  min-width: 0;
  position: absolute;
  transform: translateX(0);
  transition: transform 0.85s cubic-bezier(0.76, 0, 0.24, 1);
  width: 100%;
  will-change: transform;
  z-index: 1;
}

.frame-track.no-transition {
  transition: none;
}

.frame-slide {
  align-items: center;
  display: flex;
  flex: 0 0 100%;
  height: 100%;
  justify-content: center;
  min-height: 0;
  min-width: 100%;
  overflow: hidden;
  width: 100%;
}

.frame-slide img {
  display: block;
  filter: drop-shadow(0 18px 45px rgba(0, 0, 0, 0.28));
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  padding: clamp(0.65rem, 2vw, 1.15rem);
  width: 100%;
}

.frame-caption {
  align-items: center;
  bottom: 1.25rem;
  color: #ffffff;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  left: 1.25rem;
  position: absolute;
  right: 1.25rem;
  z-index: 2;
}

.frame-caption span,
.frame-caption strong {
  backdrop-filter: blur(12px);
  background: rgba(6, 16, 35, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  display: inline-flex;
  padding: 0.55rem 0.85rem;
}

.frame-caption span {
  font-size: 0.82rem;
  font-weight: 800;
}

.frame-caption strong {
  font-size: 0.92rem;
}

.vision-section {
  background: #ffffff;
}

.vision-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vision-card {
  min-height: 310px;
  padding: 2rem;
  position: relative;
}

.vision-card::after {
  background: var(--gradient);
  border-radius: 999px;
  content: "";
  height: 6px;
  left: 2rem;
  position: absolute;
  top: 0;
  width: 6rem;
}

.join-section {
  background:
    linear-gradient(135deg, rgba(45, 38, 29, 0.94), rgba(139, 93, 36, 0.9), rgba(201, 151, 63, 0.84)),
    url("../images/optimized/IMG20251129130103.jpg") center / cover no-repeat;
  color: #ffffff;
  padding: 6rem 0;
  position: relative;
}

.join-section::before {
  background: rgba(6, 16, 35, 0.22);
  content: "";
  inset: 0;
  position: absolute;
}

.join-content {
  max-width: 740px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.join-content p {
  color: rgba(255, 255, 255, 0.88);
}

.join-content .btn {
  margin-top: 1.8rem;
}

.contact-grid {
  display: block;
  max-width: 760px;
}

.contact-section a {
  color: var(--blue);
  font-weight: 700;
}

.contact-card {
  overflow: hidden;
  padding: 1.5rem;
  position: relative;
}

.contact-card::before {
  background: var(--gradient);
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.contact-list {
  display: grid;
  gap: 0.9rem;
  margin-top: 0.5rem;
}

.contact-link {
  background: rgba(246, 249, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 1rem;
  color: var(--ink);
  display: block;
  padding: 1rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.contact-link:hover {
  border-color: rgba(201, 151, 63, 0.32);
  box-shadow: var(--soft-shadow);
  transform: translateY(-3px);
}

.contact-link span {
  color: var(--muted);
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-link strong {
  color: var(--ink);
  display: block;
  font-size: 1.05rem;
  margin-top: 0.2rem;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.social-chip {
  align-items: center;
  background: rgba(201, 151, 63, 0.12);
  border: 1px solid rgba(139, 93, 36, 0.16);
  border-radius: 999px;
  display: inline-flex;
  gap: 0.55rem;
  min-height: 44px;
  padding: 0.65rem 1rem;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.social-chip svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 20px;
}

.social-chip svg path {
  fill: currentColor;
  stroke: none;
}

.social-chip svg circle:last-child {
  fill: currentColor;
  stroke: none;
}

.social-chip:hover {
  background: var(--gradient);
  color: #ffffff;
  transform: translateY(-3px);
}

.site-footer {
  background: #101827;
  color: #ffffff;
  padding: 2rem 0;
}

.footer-content {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.footer-content p {
  color: rgba(255, 255, 255, 0.68);
  margin-top: 0.25rem;
}

.footer-meta {
  text-align: right;
}

.made-by {
  color: rgba(234, 216, 168, 0.9);
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes gradientDrift {
  0% {
    opacity: 0.82;
    transform: scale(1);
  }

  100% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes logoGlow {
  0%,
  100% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.07);
  }
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 960px) {
  .menu-toggle {
    display: grid;
  }

  .nav-links {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 1.2rem;
    box-shadow: var(--shadow);
    flex-direction: column;
    gap: 0.25rem;
    left: 1.25rem;
    max-height: calc(100svh - 100px);
    opacity: 0;
    padding: 0.75rem;
    pointer-events: none;
    position: fixed;
    right: 1.25rem;
    top: 76px;
    transform: translateY(-12px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .nav-links.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-link,
  .site-header.scrolled .nav-link {
    color: var(--ink);
    justify-content: center;
    width: 100%;
  }

  .nav-link:hover,
  .nav-link.active,
  .site-header.scrolled .nav-link:hover,
  .site-header.scrolled .nav-link.active {
    background: rgba(201, 151, 63, 0.12);
    color: var(--blue);
  }

  .split-layout,
  .hero-shell,
  .impact-intro,
  .timeline-panel,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-content {
    max-width: 760px;
  }

  .timeline-panel {
    align-items: start;
  }

}

@media (max-width: 700px) {
  :root {
    --nav-height: 72px;
  }

  .section {
    padding: 4.5rem 0;
  }

  .brand small {
    display: none;
  }

  .brand-mark {
    height: 42px;
    width: 42px;
  }

  .hero {
    background-position: center top;
    min-height: 88svh;
    padding: 8rem 1.25rem 5rem;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 14vw, 4.2rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 320px;
  }

  .hero-proof {
    align-items: stretch;
    flex-direction: column;
    max-width: 320px;
  }

  .btn {
    width: 100%;
  }

  .section-heading {
    text-align: left;
  }

  .work-grid,
  .impact-grid,
  .stats-grid,
  .vision-grid {
    grid-template-columns: 1fr;
  }

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

  .impact-panel {
    border-radius: 1.3rem;
    padding: 1.25rem;
  }

  .impact-hero-card,
  .timeline-panel,
  .featured-main,
  .event-card {
    border-radius: 1.3rem;
  }

  .featured-main {
    grid-template-rows: auto auto;
  }

  .featured-media {
    aspect-ratio: 4 / 3;
  }

  .image-frame {
    aspect-ratio: 4 / 3;
    border-width: 7px;
    border-radius: 1rem;
  }

  .frame-slide img {
    padding: 0.65rem;
  }

  .frame-caption {
    align-items: flex-start;
    bottom: 0.75rem;
    flex-direction: column;
    gap: 0.4rem;
    left: 0.75rem;
    right: 0.75rem;
  }

  .footer-content {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-meta {
    text-align: left;
  }
}

@media (max-width: 420px) {
  .container,
  .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-links {
    left: 1rem;
    right: 1rem;
  }

  .hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-copy h2,
  .section-heading h2,
  .impact-intro h2,
  .timeline-spotlight h2,
  .vision-card h2,
  .join-content h2 {
    font-size: 2rem;
  }

  .work-card,
  .impact-card,
  .stat-card,
  .timeline-item,
  .vision-card,
  .contact-card {
    border-radius: 1.1rem;
    padding: 1.15rem;
  }
}

/* True final redesign overrides. */
:root {
  --ink: #2a1714;
  --muted: #7f6a61;
  --paper: #fffaf2;
  --soft: #fbf2e8;
  --line: rgba(77, 44, 34, 0.14);
  --blue: #7c1d1b;
  --teal: #f5a64b;
  --purple: #2a1714;
  --pink: #ffd099;
  --maroon: #7c1d1b;
  --maroon-deep: #5e1413;
  --amber: #f6a64a;
  --cream: #fff8ef;
  --card: rgba(255, 252, 247, 0.9);
  --shadow: 0 28px 70px rgba(62, 31, 24, 0.14);
  --soft-shadow: 0 16px 38px rgba(62, 31, 24, 0.1);
  --gradient: linear-gradient(135deg, #751b1a, #9b2f25 58%, #f6a64a);
}

body {
  background: var(--cream);
  color: var(--ink);
}

.site-header,
.site-header.scrolled {
  background: rgba(255, 248, 239, 0.96);
  border-bottom: 1px solid rgba(77, 44, 34, 0.1);
  box-shadow: none;
}

.navbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  max-width: 1380px;
}

.brand,
.site-header.scrolled .brand,
.nav-link,
.site-header.scrolled .nav-link {
  color: var(--ink);
}

.brand-text strong,
.section-copy h2,
.section-heading h2,
.impact-intro h2,
.timeline-spotlight h2,
.vision-card h2,
.join-content h2,
.work-card h3,
.stat-card h3,
.event-card h3,
.timeline-item h3,
.contact-link strong,
.footer-content strong {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
}

.brand-text small,
.card-icon,
.impact-hero-card,
.statistics-section .section-heading,
.stat-card::before,
.stat-bar,
.impact-panel::before,
.timeline-panel::before,
.event-icon,
.social-row,
.vision-card::after {
  display: none;
}

.nav-links {
  justify-content: center;
}

.nav-link,
.site-header.scrolled .nav-link {
  background: transparent;
  border-radius: 0;
  padding: 0.45rem 0;
}

.nav-link:hover,
.nav-link.active,
.site-header.scrolled .nav-link:hover,
.site-header.scrolled .nav-link.active {
  background: transparent;
  color: var(--maroon);
}

.nav-cta {
  background: var(--maroon);
  box-shadow: 0 12px 26px rgba(124, 29, 27, 0.24);
  color: #ffffff;
  min-height: 48px;
  padding-inline: 1.5rem;
}

.nav-cta::before {
  color: var(--amber);
  content: "♥";
  margin-right: 0.6rem;
}

.hero {
  min-height: 100svh;
  padding: 9rem 1.25rem 3.5rem;
  text-align: center;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(12, 11, 10, 0.5), rgba(12, 11, 10, 0.38) 42%, rgba(12, 11, 10, 0.82)),
    radial-gradient(circle at 50% 44%, rgba(246, 166, 74, 0.26), transparent 28rem);
}

.hero::after {
  background: linear-gradient(180deg, transparent, var(--cream));
  height: 10rem;
}

.hero-shell {
  display: flex;
  justify-content: center;
  max-width: 1320px;
}

.hero-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 1180px;
}

.hero .eyebrow {
  backdrop-filter: blur(15px);
  background: rgba(255, 248, 239, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #fff5e9;
  display: inline-flex;
  letter-spacing: 0.08em;
  padding: 0.68rem 1.3rem;
}

.eyebrow,
.card-label,
.timeline-spotlight > span {
  color: var(--amber);
  letter-spacing: 0.34em;
}

.hero h1 {
  display: grid;
  justify-items: center;
  margin-top: clamp(1.8rem, 4vw, 3rem);
  max-width: none;
}

.hero-title-outline {
  -webkit-text-stroke: clamp(1px, 0.15vw, 2px) var(--amber);
  color: transparent;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(5rem, 20vw, 15rem);
  font-weight: 800;
  line-height: 0.8;
  opacity: 0.88;
  text-transform: uppercase;
}

.hero-title-ribbon {
  background: var(--maroon);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  color: #fffaf2;
  display: inline-flex;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1;
  margin-top: clamp(-2.8rem, -4vw, -1.2rem);
  padding: 0.75rem clamp(1.2rem, 4vw, 2.8rem);
  text-transform: uppercase;
}

.hero-subtitle,
.typing-line {
  color: rgba(255, 255, 255, 0.86);
  justify-content: center;
}

.hero-actions {
  justify-content: center;
}

.btn-primary,
.btn-light {
  background: var(--amber);
  box-shadow: 0 16px 34px rgba(246, 166, 74, 0.28);
  color: #21120f;
}

.hero-proof {
  display: grid;
  gap: clamp(1.5rem, 6vw, 7rem);
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  margin-top: clamp(3rem, 8vw, 7rem);
  max-width: 780px;
  width: 100%;
}

.hero-proof span {
  background: transparent;
  border: 0;
  border-radius: 0;
  display: grid;
  padding: 0;
  text-transform: uppercase;
}

.hero-proof strong,
.impact-card strong,
.stat-number,
.timeline-item span {
  font-family: "Playfair Display", Georgia, serif;
}

.section {
  padding: clamp(6rem, 10vw, 9rem) 0;
}

.container {
  max-width: 1380px;
}

.split-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
}

.about-collage {
  display: grid;
  gap: 1.3rem;
  grid-template-columns: 1.2fr 0.82fr;
  grid-template-rows: auto auto;
  min-height: 620px;
}

.about-collage img {
  border-radius: 24px;
  box-shadow: var(--soft-shadow);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

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

.about-collage img:nth-child(3) {
  grid-column: 1 / 3;
  justify-self: center;
  max-height: 280px;
  max-width: 62%;
}

.section-copy h2,
.section-heading h2,
.impact-intro h2,
.timeline-spotlight h2,
.vision-card h2,
.join-content h2 {
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.96;
}

.section-heading {
  margin-inline: 0;
  max-width: 860px;
  text-align: left;
}

.work-section,
.featured-section,
.timeline-section,
.vision-section,
.activities-section {
  background: var(--cream);
}

.work-grid {
  counter-reset: work-card;
  gap: 1.8rem;
}

.work-card {
  background: var(--card);
  border: 1px solid rgba(77, 44, 34, 0.13);
  border-radius: 24px;
  box-shadow: 0 8px 20px rgba(62, 31, 24, 0.08);
  min-height: 290px;
  padding: clamp(1.4rem, 3vw, 2.35rem);
}

.work-card::before {
  background: none;
  color: var(--amber);
  content: counter(work-card, decimal-leading-zero);
  counter-increment: work-card;
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  height: auto;
  left: auto;
  margin-bottom: 2rem;
  position: static;
  top: auto;
  transform: none;
  width: auto;
}

.work-card::after {
  background: rgba(77, 44, 34, 0.13);
  content: "";
  height: 1px;
  left: 5.3rem;
  position: absolute;
  right: 2rem;
  top: 3.05rem;
}

.work-card:hover {
  border-color: rgba(246, 166, 74, 0.95);
  transform: translateY(-10px);
}

.impact-section,
.statistics-section {
  background: linear-gradient(135deg, rgba(94, 20, 19, 0.98), rgba(124, 29, 27, 0.96));
  color: #fffaf2;
  position: relative;
}

.impact-panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.impact-intro {
  display: block;
  margin-bottom: 4rem;
  max-width: 920px;
}

.impact-intro h2,
.stat-card h3 {
  color: #fffaf2;
}

.impact-intro p,
.impact-card small,
.impact-card > span,
.stat-card p {
  color: rgba(255, 250, 242, 0.72);
}

.impact-grid {
  border: 1px solid rgba(255, 250, 242, 0.18);
  border-radius: 24px;
  gap: 0;
  overflow: hidden;
}

.impact-card {
  background: rgba(255, 250, 242, 0.02);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  text-align: left;
}

.impact-card + .impact-card {
  border-left: 1px solid rgba(255, 250, 242, 0.16);
}

.impact-card strong,
.stat-number {
  background: none;
  color: var(--amber);
}

.stats-grid {
  gap: 1.6rem;
}

.stat-card {
  background: rgba(255, 250, 242, 0.02);
  border: 1px solid rgba(255, 250, 242, 0.16);
  border-radius: 24px;
  box-shadow: none;
  padding: clamp(1.5rem, 3vw, 2.2rem);
}

.timeline-panel {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: var(--ink);
  display: block;
  padding: 0;
}

.timeline-spotlight strong,
.timeline-item span {
  color: var(--maroon);
}

.timeline-spotlight p,
.timeline-item p {
  color: var(--muted);
}

.timeline-list {
  border-top: 1px solid rgba(77, 44, 34, 0.15);
  display: grid;
  gap: clamp(1.5rem, 5vw, 5rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(4rem, 8vw, 7rem);
}

.timeline-item {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 2rem 0 0;
  position: relative;
}

.timeline-item::before {
  background: var(--amber);
  border-radius: 50%;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 18px;
}

.timeline-item:hover {
  background: transparent;
  box-shadow: none;
}

.timeline-item span {
  display: block;
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  line-height: 1;
}

.featured-layout {
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.95fr);
}

.event-card {
  background: #2a1714;
  border: 0;
  border-radius: 24px;
  box-shadow: none;
  color: #fffaf2;
  min-height: 260px;
}

.featured-main {
  min-height: 680px;
}

.featured-media,
.event-card > img {
  aspect-ratio: auto;
  height: 100%;
}

.event-card > img,
.khel-slider {
  inset: 0;
  position: absolute;
}

.event-card::after {
  background: linear-gradient(180deg, transparent 35%, rgba(25, 13, 11, 0.88));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.event-content {
  align-self: end;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  position: relative;
  z-index: 1;
}

.event-content p,
.event-content strong {
  color: rgba(255, 250, 242, 0.82);
}

.event-chip {
  background: var(--amber);
  color: #24120f;
  left: 1.4rem;
  top: 1.4rem;
  z-index: 2;
}

.events-grid {
  display: grid;
  gap: 1.25rem;
}

.masonry-gallery {
  column-count: 3;
  column-gap: 1.35rem;
  margin-top: 3.5rem;
}

.masonry-gallery img {
  border-radius: 24px;
  break-inside: avoid;
  box-shadow: 0 10px 26px rgba(62, 31, 24, 0.08);
  margin: 0 0 1.35rem;
  transition: filter 0.4s ease, transform 0.4s ease;
  width: 100%;
}

.masonry-gallery img:hover {
  filter: saturate(1.08);
  transform: translateY(-6px);
}

.vision-card {
  background: var(--card);
  border: 1px solid rgba(77, 44, 34, 0.14);
  border-radius: 28px;
  box-shadow: none;
  min-height: 340px;
  padding: clamp(2rem, 5vw, 4rem);
}

.vision-card:nth-child(2) {
  background: var(--maroon);
  color: #fffaf2;
}

.vision-card:nth-child(2) p {
  color: rgba(255, 250, 242, 0.78);
}

.join-section {
  background:
    linear-gradient(135deg, rgba(124, 29, 27, 0.9), rgba(124, 29, 27, 0.78)),
    url("../images/IMG_9182.JPG") center / cover no-repeat;
  min-height: 78svh;
  padding: clamp(7rem, 12vw, 11rem) 0;
}

.join-content {
  max-width: 980px;
}

.join-content h2 {
  color: #fffaf2;
}

.contact-grid {
  align-items: center;
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 0.85fr) minmax(380px, 1fr);
  max-width: 1380px;
}

.contact-list {
  background: var(--card);
  border: 1px solid rgba(77, 44, 34, 0.14);
  border-radius: 28px;
  gap: 0;
  padding: clamp(1.3rem, 4vw, 2.7rem);
}

.contact-link {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 1.5rem 0;
  position: relative;
}

.contact-link + .contact-link {
  border-top: 1px solid rgba(77, 44, 34, 0.14);
}

.contact-link::after {
  color: var(--amber);
  content: "→";
  font-size: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.contact-link:hover {
  box-shadow: none;
  transform: translateX(8px);
}

.site-footer {
  background: var(--cream);
  border-top: 1px solid rgba(77, 44, 34, 0.12);
  color: var(--ink);
}

.footer-content p,
.made-by {
  color: var(--muted);
}

@media (max-width: 1060px) {
  .navbar {
    grid-template-columns: auto auto;
  }

  .nav-cta {
    display: none;
  }

  .split-layout,
  .contact-grid,
  .featured-layout {
    grid-template-columns: 1fr;
  }

  .masonry-gallery {
    column-count: 2;
  }
}

@media (max-width: 760px) {
  .hero-title-outline {
    font-size: clamp(4rem, 24vw, 7rem);
  }

  .hero-title-ribbon {
    font-size: clamp(1.05rem, 5vw, 1.5rem);
    margin-top: -1.2rem;
  }

  .about-collage {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .about-collage img:first-child,
  .about-collage img:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
    max-width: none;
  }

  .work-grid,
  .stats-grid,
  .impact-grid,
  .timeline-list,
  .vision-grid {
    grid-template-columns: 1fr;
  }

  .impact-card + .impact-card {
    border-left: 0;
    border-top: 1px solid rgba(255, 250, 242, 0.16);
  }

  .featured-main {
    min-height: 520px;
  }

  .masonry-gallery {
    column-count: 1;
  }
}

/* Small alignment fixes after visual review. */
.nav-links {
  gap: clamp(1.4rem, 3vw, 2.8rem);
}

.nav-link,
.site-header.scrolled .nav-link {
  padding-inline: 0.35rem;
  white-space: nowrap;
}

.hero-title-ribbon {
  display: flex;
  align-items: center;
  justify-content: center;

  /* Position */
  margin-top: clamp(-5.8rem, -8vw, -4rem);

  /* Ribbon size */
  height: 50px;
  min-height: 50px;
  max-height: 50px;

  /* Left-right spacing */
  padding: 0 1.5rem;

  /* Width */
  width: fit-content;
  min-width: 500px;
  max-width: 800px;

  /* Text */
  font-size: clamp(1.35rem, 2.75vw, 2.7rem);
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;

  /* Make ribbon appear ABOVE RAAHAT */
  position: relative;
  z-index: 100;

  box-sizing: border-box;
  overflow: hidden;
}

.featured-main {
  align-items: flex-end;
  display: flex;
  isolation: isolate;
  position: relative;
}

.featured-main .featured-media {
  inset: 0;
  position: absolute;
  z-index: 0;
}

.featured-main .khel-slider,
.featured-main .khel-slide {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.featured-main .khel-slide {
  object-fit: cover;
  opacity: 0;
  z-index: 0;
}

.featured-main .khel-slide.active {
  opacity: 1;
}

.featured-main::after {
  z-index: 1;
}

.featured-main .event-chip,
.featured-main .event-content {
  position: relative;
  z-index: 2;
}

.featured-main .event-content {
  margin-top: auto;
  width: 100%;
}

/* Final color pass to match the provided warm editorial palette. */
:root {
  --ink: #2b1713;
  --muted: #806c62;
  --maroon: #7b201d;
  --maroon-deep: #5c1715;
  --amber: #f7a24a;
  --cream: #fff8ef;
  --card: rgba(255, 252, 247, 0.92);
}

body,
.brand,
.site-header.scrolled .brand,
.nav-link,
.site-header.scrolled .nav-link {
  color: var(--ink);
}

h1,
h2,
h3,
h4,
.brand-text strong,
.section-copy h2,
.section-heading h2,
.work-card h3,
.timeline-item h3,
.vision-card h2,
.contact-link strong,
.footer-content strong {
  color: var(--ink);
}

p,
.section-copy p,
.section-heading p,
.work-card p,
.timeline-item p,
.vision-card p,
.contact-link span,
.footer-content p,
.made-by {
  color: var(--muted);
}

.eyebrow,
.card-label,
.timeline-spotlight > span,
.work-card::before,
.impact-card strong,
.stat-number,
.timeline-item span,
.contact-link::after,
.nav-cta::before {
  color: var(--amber);
}

.nav-link:hover,
.nav-link.active,
.site-header.scrolled .nav-link:hover,
.site-header.scrolled .nav-link.active,
.timeline-spotlight strong {
  color: var(--maroon);
}

.hero-title-ribbon,
.hero-title-ribbon h1 {
  color: #fffaf2;
}

.btn-primary,
.btn-light,
.event-chip {
  background: var(--amber);
  color: var(--ink);
}

.nav-cta,
.hero-title-ribbon,
.vision-card:nth-child(2) {
  background: var(--maroon);
  color: #fffaf2;
}

.hero .eyebrow,
.hero-subtitle,
.typing-line,
.hero-proof span,
.hero-proof strong,
.impact-intro h2,
.impact-card > span,
.stat-card h3,
.event-card h3,
.join-content h2,
.vision-card:nth-child(2) h2 {
  color: #fffaf2;
}

.impact-intro p,
.impact-card small,
.stat-card p,
.event-content p,
.event-content strong,
.join-content p,
.join-section .eyebrow,
.vision-card:nth-child(2) p {
  color: rgba(255, 250, 242, 0.78);
}

.event-card,
.featured-main {
  color: #fffaf2;
}

/* Final hero text tweaks requested after manual corrections. */
.hero-title-outline {
  font-size: clamp(4.6rem, 18vw, 13.5rem);
}

.hero-title-ribbon {
  border: 1px solid var(--amber);
  font-family: "Algerian", "Playfair Display", Georgia, serif;
  font-weight: 400;
}

/* Stats-only hero number appearance. */
.hero-proof span {
  align-items: center;
  backdrop-filter: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.76);
  display: flex;
  flex-direction: column;
  font-size: clamp(0.82rem, 1.1vw, 1.08rem);
  font-weight: 500;
  gap: 0.18rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  padding: 0;
  text-transform: uppercase;
}

.hero-proof strong {
  color: #ffffff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3.25rem, 5.2vw, 5rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
}

.hero-proof {
  margin-top: clamp(0.6rem, 2.6vw, 2rem);
  transform: translateY(-2.2rem);
}

.hero::after {
  display: none;
}

/* Navbar should be transparent on the hero and white after scrolling. */
.site-header:not(.scrolled) {
  backdrop-filter: none;
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
}

.site-header.scrolled {
  backdrop-filter: blur(18px);
  background: rgba(255, 248, 239, 0.96);
  border-bottom: 1px solid rgba(77, 44, 34, 0.1);
  box-shadow: 0 12px 35px rgba(23, 32, 51, 0.08);
}

.site-header:not(.scrolled) .brand,
.site-header:not(.scrolled) .nav-link {
  color: rgba(255, 255, 255, 0.92);
}

.site-header:not(.scrolled) .nav-link:hover,
.site-header:not(.scrolled) .nav-link.active {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.hero-slide-indicators {
  align-items: center;
  bottom: clamp(2.1rem, 6vh, 4.2rem);
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}

.hero-slide-dot {
  background: rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  display: block;
  height: 12px;
  opacity: 0.9;
  transition: background 0.25s ease, opacity 0.25s ease, width 0.25s ease;
  width: 12px;
}

.hero-slide-dot.active {
  background: var(--amber);
  opacity: 1;
  width: 64px;
}

/* Event image text readability. */
.event-card::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12) 18%, rgba(0, 0, 0, 0.68) 58%, rgba(0, 0, 0, 0.94)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), transparent 72%);
}

.event-card .event-content {
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.72);
}

.event-card h3,
.event-card .event-content p,
.event-card .event-content strong,
.event-card .event-content .eyebrow {
  color: #ffffff;
}

.event-card .event-content p {
  font-weight: 500;
}

.event-card .event-content strong,
.event-card .event-content .eyebrow {
  color: #F39231;
}

/* Reference screenshot visual system. */
:root {
  --ink: #2B130F;
  --muted: #7B6258;
  --maroon: #8D0F18;
  --maroon-deep: #7D0A11;
  --amber: #F39231;
  --cream: #F6F1EA;
  --paper: rgba(255, 255, 255, 0.65);
  --line: rgba(43, 19, 15, 0.12);
  --shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  --soft-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  --gradient: linear-gradient(135deg, #7D0A11 0%, #9E0E17 50%, #7D0A11 100%);
}

html {
  background: var(--cream);
}

body {
  background: var(--cream);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
}

p,
li,
.section-copy p,
.section-heading p,
.work-card p,
.stat-card p,
.timeline-item p,
.vision-card p,
.contact-link span,
.contact-link strong,
.footer-content p,
.made-by {
  color: var(--muted);
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(1rem, 1.1vw, 1.2rem);
  font-weight: 400;
  line-height: 1.8;
}

.section {
  background: var(--cream);
  padding: 120px 0;
}

.container {
  max-width: 1380px;
}

.section-heading,
.section-copy {
  max-width: 900px;
}

.section-heading {
  margin-bottom: 48px;
}

.section-copy h2,
.section-heading h2,
.impact-intro h2,
.timeline-spotlight h2,
.vision-card h2,
.join-content h2,
.contact-section h2,
.warrior-dialog h2 {
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4rem, 7vw, 8rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.9;
  margin-bottom: 32px;
}

.section-copy h2 em,
.section-heading h2 em,
.impact-intro h2 em,
.timeline-spotlight h2 em,
.vision-card h2 em,
.join-content h2 em,
.contact-section h2 em {
  color: var(--maroon);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 700;
}

.eyebrow,
.card-label,
.timeline-spotlight > span,
.hero .eyebrow,
.join-section .eyebrow,
.event-card .event-content .eyebrow {
  color: var(--amber);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  line-height: 1.4;
  text-transform: uppercase;
}

.work-grid,
.stats-grid,
.impact-grid,
.featured-layout,
.events-grid,
.vision-grid {
  gap: 32px;
}

.work-card,
.stat-card,
.timeline-item,
.event-card,
.vision-card,
.contact-card,
.contact-list,
.warrior-dialog {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.work-card,
.stat-card,
.vision-card,
.contact-card,
.warrior-dialog {
  padding: clamp(1.6rem, 3vw, 2.5rem);
}

.work-card h3,
.stat-card h3,
.timeline-item h3,
.event-card h3,
.contact-link strong,
.brand-text strong,
.footer-content strong {
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
}

p strong,
li strong,
.section-copy strong,
.section-heading strong,
.work-card strong,
.stat-card strong,
.timeline-item strong {
  color: var(--ink);
  font-weight: 700;
}

.work-card::before,
.stat-number,
.timeline-item span,
.contact-link::after,
.nav-cta::before,
.impact-card strong {
  color: var(--amber);
}

.work-card:hover,
.stat-card:hover,
.event-card:hover,
.timeline-item:hover {
  box-shadow: var(--shadow);
}

.about-section,
.work-section,
.statistics-section,
.timeline-section,
.featured-section,
.activities-section,
.vision-section,
.contact-section,
.site-footer {
  background: var(--cream);
}

.impact-section {
  background: var(--gradient);
  color: #FFF8F1;
}

.impact-panel {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.impact-intro h2,
.impact-intro p,
.impact-card > span,
.impact-card small,
.impact-card h3,
.impact-section .eyebrow {
  color: #FFF8F1;
}

.impact-grid {
  border: 0;
}

.impact-card {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 28px;
  box-shadow: none;
}

.impact-card strong,
.impact-card strong span {
  color: var(--amber);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
}

.timeline-panel {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.timeline-spotlight strong,
.timeline-spotlight strong span {
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
}

.timeline-list {
  gap: 32px;
}

.event-card::after {
  background:
    linear-gradient(180deg, rgba(43, 19, 15, 0.08) 15%, rgba(43, 19, 15, 0.72) 58%, rgba(43, 19, 15, 0.94)),
    linear-gradient(90deg, rgba(43, 19, 15, 0.54), transparent 72%);
}

.event-card h3,
.event-card .event-content p {
  color: #FFF8F1;
}

.event-card .event-content strong,
.event-card .event-content .eyebrow {
  color: var(--amber);
}

.join-section {
  background:
    linear-gradient(135deg, rgba(125, 10, 17, 0.9), rgba(158, 14, 23, 0.78)),
    url("../images/IMG_9182.JPG") center / cover no-repeat;
}

.join-content h2,
.join-content p {
  color: #FFF8F1;
}

.btn-primary,
.btn-light,
.event-chip {
  background: var(--amber);
  color: var(--ink);
}

.btn-secondary {
  border-color: rgba(255, 248, 241, 0.42);
  color: #FFF8F1;
}

.nav-cta,
.hero-title-ribbon,
.vision-card:nth-child(2) {
  background: var(--maroon);
}

.hero-title-outline {
  -webkit-text-stroke-color: var(--amber);
  font-family: "Cormorant Garamond", Georgia, serif;
}

.hero-title-ribbon {
  border-color: var(--amber);
  font-family: "Cormorant Garamond", Georgia, serif;
}

.site-header.scrolled {
  background: rgba(246, 241, 234, 0.96);
  border-bottom-color: var(--line);
}

@media (max-width: 760px) {
  body {
    font-size: 1rem;
  }

  .section {
    padding: 80px 0;
  }

  .section-copy h2,
  .section-heading h2,
  .impact-intro h2,
  .timeline-spotlight h2,
  .vision-card h2,
  .join-content h2,
  .contact-section h2 {
    font-size: clamp(3rem, 16vw, 4.6rem);
  }
}

/* Live Lovable reference alignment. */
:root {
  --radius: 0.75rem;
  --background: oklch(98.5% 0.012 70);
  --foreground: oklch(22% 0.03 35);
  --card: oklch(99.5% 0.006 70);
  --primary: oklch(36% 0.13 25);
  --primary-foreground: oklch(98.5% 0.012 70);
  --secondary: oklch(94% 0.025 60);
  --muted: oklch(94% 0.018 70);
  --muted-foreground: oklch(48% 0.04 40);
  --accent: oklch(78% 0.16 60);
  --accent-foreground: oklch(22% 0.05 35);
  --border: oklch(89% 0.02 60);
  --ink: var(--foreground);
  --muted-text: var(--muted-foreground);
  --maroon: var(--primary);
  --amber: var(--accent);
  --cream: var(--background);
  --paper: var(--card);
  --line: var(--border);
  --shadow: 0 1px 3px rgba(43, 19, 15, 0.07), 0 10px 24px rgba(43, 19, 15, 0.06);
  --soft-shadow: 0 1px 2px rgba(43, 19, 15, 0.05), 0 8px 18px rgba(43, 19, 15, 0.05);
  --gradient: linear-gradient(135deg, var(--primary), oklch(42% 0.15 25), var(--primary));
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
.brand-text strong,
.hero-title-outline,
.hero-title-ribbon,
.section-copy h2,
.section-heading h2,
.impact-intro h2,
.timeline-spotlight h2,
.vision-card h2,
.join-content h2,
.work-card h3,
.stat-card h3,
.event-card h3,
.timeline-item h3,
.contact-link strong,
.footer-content strong,
.impact-card strong,
.stat-number,
.timeline-item span,
.hero-proof strong {
  font-family: "Fraunces", Georgia, serif;
  letter-spacing: -0.02em;
}

p,
.section-copy p,
.section-heading p,
.work-card p,
.stat-card p,
.timeline-item p,
.vision-card p,
.contact-link span,
.footer-content p,
.made-by {
  color: var(--muted-foreground);
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1rem, 1.1vw, 1.125rem);
  line-height: 1.625;
}

.section {
  padding: clamp(6rem, 9vw, 8rem) 0;
}

.container,
.navbar {
  max-width: 80rem;
}

.site-header {
  padding: 0;
}

.navbar {
  min-height: 5rem;
  padding: 0 2rem;
}

.brand {
  gap: 0.625rem;
}

.brand-text small {
  display: none;
}

.brand-text strong {
  font-size: clamp(1.125rem, 1.6vw, 1.25rem);
  font-weight: 600;
}

.logo-container {
  height: 40px;
  width: 40px;
}

.nav-links {
  gap: 2rem;
}

.nav-link,
.site-header.scrolled .nav-link {
  font-size: 0.875rem;
  font-weight: 500;
}

.nav-cta {
  min-height: 42px;
  padding: 0.625rem 1.25rem;
}

.site-header.scrolled {
  background: color-mix(in oklab, var(--background) 92%, transparent);
  backdrop-filter: blur(16px);
}

.site-header.scrolled .brand,
.site-header.scrolled .nav-link {
  color: var(--foreground);
}

.hero {
  align-items: center;
  justify-content: center;
  min-height: 100svh;
  padding: 6rem 1.5rem 4rem;
  text-align: center;
}

.hero-image-slide {
  transform: scale(1);
  transition: opacity 1.4s ease-out, transform 1.4s ease-out;
}

.hero-image-slide.active {
  transform: scale(1.05);
}

.hero-overlay {
  background:
    radial-gradient(600px circle at 50% 50%, color-mix(in oklab, var(--accent) 35%, transparent), transparent 60%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.45) 48%, rgba(0, 0, 0, 0.85));
}

.hero-shell {
  display: flex;
  justify-content: center;
  max-width: 64rem;
}

.hero-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 64rem;
}

.hero .eyebrow {
  align-items: center;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  font-size: clamp(0.75rem, 1.2vw, 0.875rem);
  font-weight: 500;
  gap: 0.5rem;
  letter-spacing: 0.025em;
  line-height: 1.25;
  padding: 0.375rem 1rem;
  text-transform: uppercase;
}

.hero h1 {
  margin-top: 2.5rem;
  position: relative;
  width: 100%;
}

.hero-title-outline {
  -webkit-text-stroke: 1.5px color-mix(in oklab, var(--accent) 95%, transparent);
  color: transparent;
  display: block;
  font-size: clamp(3.5rem, 14vw, 11rem);
  font-weight: 700;
  line-height: 0.85;
  text-shadow: 0 2px 40px color-mix(in oklab, var(--accent) 35%, transparent);
}

.hero-title-ribbon {
  background: color-mix(in oklab, var(--primary) 85%, transparent);
  border: 0;
  border-block: 2px solid color-mix(in oklab, var(--accent) 60%, transparent);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.45);
  color: var(--primary-foreground);
  font-size: clamp(0.85rem, 2.6vw, 1.85rem);
  font-weight: 500;
  left: 50%;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0;
  max-width: none;
  min-height: 0;
  min-width: 0;
  padding: clamp(0.5rem, 1.4vw, 0.75rem) clamp(0.75rem, 3vw, 1.5rem);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  width: auto;
}


.hero-subtitle {
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(1.125rem, 1.8vw, 1.25rem);
  line-height: 1.625;
  margin-top: 2.5rem;
  max-width: 42rem;
}

.typing-line {
  color: rgba(255, 255, 255, 0.72);
  justify-content: center;
  margin-top: 0.5rem;
}

.hero-actions {
  gap: 0.75rem;
  justify-content: center;
  margin-top: 2.25rem;
}

.hero-actions .btn {
  font-size: 1rem;
  font-weight: 600;
  min-height: 52px;
  padding: 0.875rem 1.75rem;
  width: auto;
}

.hero-actions .btn-primary {
  background: var(--accent);
  box-shadow: 0 10px 24px color-mix(in oklab, var(--accent) 30%, transparent);
  color: var(--accent-foreground);
}

.hero-actions .btn-secondary {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.hero-proof {
  display: grid;
  gap: clamp(1rem, 4vw, 2.5rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(2.75rem, 6vw, 4rem);
  max-width: 42rem;
  transform: none;
  width: 100%;
}

.hero-proof span {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  letter-spacing: 0.05em;
}

.hero-proof strong {
  color: #fff;
  font-size: clamp(1.875rem, 5vw, 3rem);
  font-weight: 600;
}

.hero-slide-indicators {
  bottom: 2rem;
  gap: 0.5rem;
}

.hero-slide-dot {
  background: rgba(255, 255, 255, 0.5);
  height: 0.375rem;
  width: 0.375rem;
}

.hero-slide-dot.active {
  background: var(--accent);
  width: 2rem;
}

.section-heading,
.section-copy,
.impact-intro {
  max-width: 48rem;
}

.section-heading {
  margin: 0 0 3.5rem;
}

.section-copy h2,
.section-heading h2,
.impact-intro h2,
.timeline-spotlight h2,
.vision-card h2,
.join-content h2,
.contact-section h2 {
  color: var(--foreground);
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 1rem 0 0;
}

.section-copy h2 em,
.section-heading h2 em,
.impact-intro h2 em,
.timeline-spotlight h2 em,
.vision-card h2 em,
.join-content h2 em,
.contact-section h2 em {
  color: var(--primary);
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-weight: 600;
}

.eyebrow,
.card-label,
.timeline-spotlight > span,
.join-section .eyebrow,
.event-card .event-content .eyebrow {
  color: var(--accent);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.split-layout {
  align-items: center;
  gap: clamp(4rem, 8vw, 5rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-collage {
  aspect-ratio: 5 / 6;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(5, minmax(0, 1fr));
  min-height: 0;
}

.about-collage img {
  border-radius: calc(var(--radius) + 8px);
  box-shadow: 0 20px 25px -5px rgba(43, 19, 15, 0.14), 0 8px 10px -6px rgba(43, 19, 15, 0.12);
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.about-collage img:hover {
  transform: scale(1.02);
}

.about-collage img:first-child {
  grid-column: span 3 / span 3;
  grid-row: span 3 / span 3;
}

.about-collage img:nth-child(2) {
  grid-column: 4 / span 2;
  grid-row: 2 / span 2;
}

.about-collage img:nth-child(3) {
  grid-column: 2 / span 3;
  grid-row: 4 / span 2;
  max-height: none;
  max-width: none;
}

.work-section,
.timeline-section,
.vision-section {
  background: color-mix(in oklab, var(--secondary) 50%, transparent);
}

.work-grid,
.stats-grid {
  gap: 1.25rem;
}

.work-card,
.stat-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: calc(var(--radius) + 8px);
  box-shadow: var(--soft-shadow);
  padding: 1.75rem;
}

.work-card:hover,
.stat-card:hover {
  border-color: var(--accent);
  box-shadow: 0 20px 25px -5px rgba(43, 19, 15, 0.12), 0 8px 10px -6px rgba(43, 19, 15, 0.1);
  transform: none;
}

.work-card::before {
  color: var(--accent);
  font-family: "Fraunces", Georgia, serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
}

.work-card::after {
  left: 4rem;
  right: 1.75rem;
  top: 2.45rem;
}

.work-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0;
}

.impact-section,
.statistics-section {
  background: var(--gradient);
}

.impact-intro h2,
.impact-intro p,
.impact-section .eyebrow,
.stat-card h3,
.stat-card p {
  color: var(--primary-foreground);
}

.impact-grid {
  gap: 1.25rem;
}

.impact-card {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: calc(var(--radius) + 8px);
  padding: 1.75rem;
}

.impact-card + .impact-card {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.impact-card strong,
.impact-card strong span,
.stat-number {
  color: var(--accent);
}

.stat-card {
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.15);
}

.timeline-list {
  border-top: 1px solid var(--border);
  gap: clamp(2rem, 5vw, 5rem);
  margin-top: 3.5rem;
}

.timeline-item {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding-top: 2rem;
}

.timeline-item h3 {
  font-size: 1.25rem;
  font-weight: 600;
}

.timeline-item span {
  color: var(--primary);
  font-size: clamp(2.25rem, 5vw, 4.5rem);
}

.featured-layout {
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, 1fr);
}

.event-card {
  border: 0;
  border-radius: calc(var(--radius) + 8px);
  box-shadow: none;
  min-height: 200px;
}

.featured-main {
  min-height: 420px;
}

.event-card::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.3) 55%, transparent);
}

.event-content {
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  position: absolute;
  right: 0;
}

.event-card h3 {
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.875rem);
  font-weight: 600;
}

.event-card .event-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  line-height: 1.5;
}

.event-chip {
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
}

.masonry-gallery {
  column-gap: 1.25rem;
  margin-top: 3.5rem;
}

.masonry-gallery img {
  border-radius: calc(var(--radius) + 8px);
  box-shadow: none;
  margin-bottom: 1.25rem;
}

.vision-grid {
  gap: clamp(1.5rem, 3vw, 2rem);
}

.vision-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: calc(var(--radius) + 12px);
  box-shadow: none;
  padding: clamp(2.5rem, 5vw, 3.5rem);
}

.vision-card:nth-child(2) {
  background: var(--primary);
  color: var(--primary-foreground);
}

.vision-card:nth-child(2) h2,
.vision-card:nth-child(2) p {
  color: var(--primary-foreground);
}

.join-section {
  background:
    linear-gradient(color-mix(in oklab, var(--primary) 85%, transparent), color-mix(in oklab, var(--primary) 85%, transparent)),
    url("../images/IMG_9182.JPG") center / cover no-repeat;
}

.join-content h2 {
  color: var(--primary-foreground);
  font-size: clamp(2.25rem, 6vw, 4.5rem);
}

.join-content p {
  color: color-mix(in oklab, var(--primary-foreground) 85%, transparent);
}

.contact-grid {
  align-items: start;
  gap: clamp(3rem, 8vw, 5rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-list {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: calc(var(--radius) + 12px);
  padding: clamp(2rem, 4vw, 2.5rem);
}

.contact-link {
  padding: 1.5rem 0;
}

.contact-link span {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contact-link strong {
  color: var(--foreground);
  font-size: clamp(1.125rem, 1.5vw, 1.25rem);
  font-weight: 600;
}

.contact-section .social-row {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}

.contact-section .social-chip {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--foreground);
  font-weight: 600;
}

.contact-section .social-chip svg {
  height: 1.15rem;
  width: 1.15rem;
}

.contact-section .social-chip:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--primary-foreground);
}

.site-footer {
  border-top: 1px solid var(--border);
}

@media (max-width: 960px) {
  .split-layout,
  .contact-grid,
  .featured-layout {
    grid-template-columns: 1fr;
  }

  .nav-links {
    background: #fff8ef;
    border: 1px solid rgba(124, 29, 27, 0.18);
    box-shadow: 0 22px 55px rgba(43, 19, 15, 0.22);
  }

  .site-header:not(.scrolled) .nav-links .nav-link,
  .site-header.scrolled .nav-links .nav-link,
  .nav-links .nav-link {
    color: #2b130f;
  }

  .site-header:not(.scrolled) .nav-links .nav-link:hover,
  .site-header:not(.scrolled) .nav-links .nav-link.active,
  .site-header.scrolled .nav-links .nav-link:hover,
  .site-header.scrolled .nav-links .nav-link.active,
  .nav-links .nav-link:hover,
  .nav-links .nav-link.active {
    background: rgba(124, 29, 27, 0.1);
    color: #7c1d1b;
  }
}

@media (max-width: 760px) {
  .navbar {
    min-height: 4rem;
    padding: 0 1.25rem;
  }

  .hero {
    padding: 5.5rem 1.5rem 4rem;
  }

  .hero-title-outline {
    font-size: clamp(3.5rem, 19vw, 6.5rem);
  }

  .hero-title-ribbon {
    font-size: clamp(0.85rem, 4.2vw, 1.2rem);
  }

  .hero-actions {
    flex-direction: row;
    max-width: none;
  }

  .hero-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .section {
    padding: 5rem 0;
  }

  .section-copy h2,
  .section-heading h2,
  .impact-intro h2,
  .timeline-spotlight h2,
  .vision-card h2,
  .join-content h2,
  .contact-section h2 {
    font-size: clamp(2.25rem, 12vw, 3.75rem);
  }
}

/* Volunteer popup: simple landscape shape only. */
.warrior-dialog {
  align-items: center;
  display: grid;
  gap: 0.7rem 2rem;
  grid-template-columns: 112px minmax(0, 1fr);
  max-width: 880px;
  padding: 1.5rem 2rem;
  text-align: left;
  width: min(92vw, 880px);
}

.warrior-dialog-logo {
  grid-column: 1;
  grid-row: 1 / 5;
  height: 96px;
  margin: 0;
  width: 96px;
}

.warrior-dialog .eyebrow,
.warrior-dialog h2,
.warrior-dialog p:not(.eyebrow),
.warrior-actions {
  grid-column: 2;
}

.warrior-dialog h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: 0;
}

.warrior-dialog p:not(.eyebrow) {
  color: var(--accent);
  margin: 0;
  max-width: 34rem;
}

.warrior-actions {
  justify-content: flex-start;
  margin-top: 0.6rem;
}

.warrior-actions .btn {
  width: auto;
}

@media (max-width: 720px) {
  .warrior-dialog {
    grid-template-columns: 1fr;
    padding: 1.25rem;
    text-align: center;
  }

  .warrior-dialog-logo,
  .warrior-dialog .eyebrow,
  .warrior-dialog h2,
  .warrior-dialog p:not(.eyebrow),
  .warrior-actions {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
  }

  .warrior-actions {
    justify-content: center;
  }
}

.gold-text {
  color: var(--accent) !important;
}

/* Cinematic first-load shutter screen. */
body.loader-active {
  overflow: hidden;
}

.raahat-startup-loader {
  align-items: center;
  animation: startupLoaderFadeIn 0.75s ease both;
  background: #000000;
  display: flex;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  inset: 0;
  justify-content: center;
  overflow: hidden;
  pointer-events: auto;
  position: fixed;
  width: 100vw;
  z-index: 2147483000;
}

@keyframes startupLoaderFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.startup-scene,
.raahat-startup-scene {
  align-items: center;
  background: #000000;
  display: flex;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  inset: 0;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  transition: opacity 0.35s ease;
  width: 100vw;
  z-index: 1;
}

.raahat-startup-composition {
  --startup-width: min(90vw, 154.2857vh, 1200px);
  --startup-width: min(90vw, 154.2857svh, 1200px);
  align-items: center;
  aspect-ratio: 12 / 7;
  display: flex;
  height: auto;
  justify-content: flex-start;
  position: relative;
  transform-origin: center center;
  width: min(90vw, 1200px);
  width: var(--startup-width);
}

.raahat-startup-card {
  background: #e3cbc6;
  border-radius: calc(var(--startup-width) * 0.0416667);
  box-shadow: 0 calc(var(--startup-width) * 0.0291667) calc(var(--startup-width) * 0.0833333) rgba(0, 0, 0, 0.38);
  color: #111111;
  height: 60%;
  left: 0;
  overflow: visible;
  padding: calc(var(--startup-width) * 0.0666667) calc(var(--startup-width) * 0.0541667) calc(var(--startup-width) * 0.04375);
  position: absolute;
  top: 16.4286%;
  width: 75%;
}

.startup-copy {
  max-width: calc(var(--startup-width) * 0.473958);
  position: relative;
  z-index: 3;
}

.startup-brand-lockup {
  display: inline-block;
  position: relative;
}

.startup-brand-lockup h2 {
  color: #111111;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: calc(var(--startup-width) * 0.111667);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.76;
  margin: 0;
  text-transform: uppercase;
}

.startup-brand-lockup span {
  background: #4B4B4B;
  color: #FFFFFF;
  display: inline-flex;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: calc(var(--startup-width) * 0.024167);
  font-weight: 500;
  justify-content: center;
  left: 50%;
  letter-spacing: 0.02em;
  line-height: 1;
  min-width: calc(var(--startup-width) * 0.322917);
  padding: 0.28em 0.8em 0.34em;
  position: absolute;
  text-transform: uppercase;
  top: 52%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.startup-est {
  color: #111111;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: calc(var(--startup-width) * 0.0225);
  font-weight: 500;
  left: calc(var(--startup-width) * 0.41);
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: calc(var(--startup-width) * 0.05449);
  white-space: nowrap;
}

.startup-subtitle {
  color: #111111;
  font-family: "Inter", Arial, sans-serif;
  font-size: calc(var(--startup-width) * 0.015833);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.2;
  margin: calc(var(--startup-width) * 0.021667) 0 0;
  text-transform: uppercase;
}

.startup-college {
  color: #111111;
  font-family: "Inter", Arial, sans-serif;
  font-size: calc(var(--startup-width) * 0.015333);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin: calc(var(--startup-width) * 0.07) 0 0;
  text-transform: uppercase;
}

.startup-description {
  color: #444444;
  font-family: "Inter", Arial, sans-serif;
  font-size: calc(var(--startup-width) * 0.011333);
  font-weight: 500;
  line-height: 1.35;
  margin: calc(var(--startup-width) * 0.012) 0 0;
  max-width: 79%;
}

.startup-photo-collage {
  height: calc(var(--startup-width) * 0.375);
  pointer-events: none;
  position: absolute;
  right: calc(var(--startup-width) * -0.247917);
  top: calc(var(--startup-width) * -0.064583);
  width: calc(var(--startup-width) * 0.447917);
  z-index: 4;
}

.startup-photo {
  background: #FFFFFF;
  box-shadow: 0 calc(var(--startup-width) * 0.0125) calc(var(--startup-width) * 0.029167) rgba(0, 0, 0, 0.22);
  display: block;
  height: auto;
  object-fit: cover;
  position: absolute;
}

.startup-photo-one {
  border: max(1px, calc(var(--startup-width) * 0.003125)) solid #D8D1B5;
  height: calc(var(--startup-width) * 0.120833);
  left: 0;
  top: 0;
  width: calc(var(--startup-width) * 0.2375);
  z-index: 2;
}

.startup-photo-two {
  border: max(1px, calc(var(--startup-width) * 0.003125)) solid #43244F;
  height: calc(var(--startup-width) * 0.239583);
  left: calc(var(--startup-width) * 0.08125);
  top: calc(var(--startup-width) * 0.08125);
  width: calc(var(--startup-width) * 0.175);
  z-index: 4;
}

.startup-photo-three {
  border: max(1px, calc(var(--startup-width) * 0.003125)) solid #D48339;
  height: calc(var(--startup-width) * 0.160417);
  left: calc(var(--startup-width) * 0.222917);
  top: calc(var(--startup-width) * 0.20625);
  width: calc(var(--startup-width) * 0.270833);
  z-index: 5;
}

.startup-photo-four {
  border: max(1px, calc(var(--startup-width) * 0.003125)) solid #7F8B46;
  height: calc(var(--startup-width) * 0.179167);
  left: calc(var(--startup-width) * 0.1375);
  top: calc(var(--startup-width) * 0.33125);
  width: calc(var(--startup-width) * 0.122917);
  z-index: 3;
}

.raahat-startup-shutter {
  background: #000000;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.12s ease, transform 1s cubic-bezier(0.76, 0, 0.24, 1);
  width: 50vw;
  will-change: opacity, transform;
  z-index: 3;
}

.raahat-startup-shutter-left {
  left: 0;
}

.raahat-startup-shutter-right {
  right: 0;
}

.raahat-startup-shutter-scene {
  bottom: 0;
  left: auto;
  position: absolute;
  right: auto;
  top: 0;
  width: 100vw;
}

.raahat-startup-shutter-left .raahat-startup-shutter-scene {
  left: 0;
}

.raahat-startup-shutter-right .raahat-startup-shutter-scene {
  right: 0;
}

.raahat-startup-loader.opening {
  pointer-events: none;
}

.raahat-startup-loader.opening > .raahat-startup-scene {
  opacity: 0;
}

.raahat-startup-loader.opening .raahat-startup-shutter-scene {
  opacity: 1;
}

.raahat-startup-loader.opening .raahat-startup-shutter {
  opacity: 1;
}

.raahat-startup-loader.opening .raahat-startup-shutter-left {
  transform: translateX(-101%);
}

.raahat-startup-loader.opening .raahat-startup-shutter-right {
  transform: translateX(101%);
}

@media (prefers-reduced-motion: reduce) {
  .raahat-startup-shutter,
  .raahat-startup-scene {
    transition-duration: 0.01ms;
  }
}

@media (max-width: 760px) {
  .raahat-startup-loader,
  .raahat-startup-scene {
    height: 100vh;
    height: 100svh;
    height: 100dvh;
  }
}

/* Responsive About collage refactor. Desktop >=1024px remains unchanged. */
@media (max-width: 1023px) {
  .about-section .split-layout {
    display: grid !important;
    gap: clamp(2rem, 5vw, 3rem) !important;
    grid-template-columns: 1fr !important;
  }

  .about-section .section-copy {
    order: 1 !important;
  }

  .about-collage {
    aspect-ratio: auto !important;
    bottom: auto !important;
    display: grid !important;
    gap: clamp(12px, 2vw, 16px) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: none !important;
    justify-self: center !important;
    left: auto !important;
    margin-inline: auto !important;
    max-height: none !important;
    max-width: min(100%, clamp(360px, 60vw, 560px)) !important;
    min-height: 0 !important;
    order: 2 !important;
    overflow: visible !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    transform-origin: center top !important;
    width: 100% !important;
  }

  .about-collage img,
  .about-collage img:first-child,
  .about-collage img:nth-child(2),
  .about-collage img:nth-child(3) {
    bottom: auto !important;
    grid-column: auto !important;
    grid-row: auto !important;
    height: auto !important;
    left: auto !important;
    max-height: none !important;
    max-width: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
  }

  .about-collage img:hover {
    transform: none !important;
  }
}

@media (max-width: 767px) {
  .about-collage {
    gap: clamp(12px, 3vw, 16px) !important;
    max-width: min(100%, clamp(240px, 62vw, 360px)) !important;
  }
}

@media (max-width: 479px) {
  .about-collage {
    grid-template-columns: 1fr !important;
    max-width: min(100%, clamp(220px, 68vw, 300px)) !important;
  }
}

@media (max-width: 360px) {
  .about-collage {
    gap: 12px !important;
    max-width: min(100%, clamp(205px, 68vw, 250px)) !important;
  }
}
