@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+Devanagari:wght@400;500;600;700&family=Noto+Sans+Gujarati:wght@400;500;600;700&family=Noto+Serif+Devanagari:wght@400;500;600;700&family=Noto+Serif+Gujarati:wght@400;500;600;700&display=swap');

:root {
  --bg: #fbf8f3;
  --surface: #fffdf9;
  --surface-2: #f3ede4;
  --ink: #2c2119;
  --muted: #74685c;
  --gold: #b98238;
  --gold-dark: #8f5f24;
  --gold-soft: #d9bb8c;
  --line: #e8dece;
  --white: #fff;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'DM Sans', system-ui, sans-serif;
  --hi: 'Noto Serif Devanagari', serif;
  --gu: 'Noto Serif Gujarati', serif;
  --max: 1240px;
  --radius: 2px;
  --shadow: 0 24px 70px rgba(57, 40, 22, .10);
  --ease: cubic-bezier(.2, .7, .2, 1)
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.65;
  overflow-x: hidden
}

body.is-loading {
  overflow: hidden
}

body:before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image: radial-gradient(rgba(90, 63, 32, .11) .7px, transparent .7px);
  background-size: 7px 7px;
  z-index: -1
}

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

button,
input,
textarea,
select {
  font: inherit
}

button {
  cursor: pointer
}

.container {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto
}

.site-header {
  height: 70px;
  background: rgba(255, 253, 249, .92);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  transition: .35s var(--ease)
}

.site-header.scrolled {
  height: 58px;
  box-shadow: 0 10px 35px rgba(48, 34, 19, .07)
}

.nav-inner {
  width: min(var(--max), calc(100% - 48px));
  margin: auto;
  display: grid;
  grid-template-columns: 240px 1fr auto;
  align-items: center;
  gap: 20px
}

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

.brand img {
  height: 48px;
  width: auto;
  max-width: 100%;
  display: block
}

.site-header.scrolled .brand img {
  height: 40px
}

.nav {
  display: flex;
  justify-content: center;
  gap: 27px
}

.nav a {
  position: relative;
  padding: 25px 0 21px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #3d342c;
  transition: .25s
}

.nav a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: .3s var(--ease)
}

.nav a:hover,
.nav a.active {
  color: var(--gold-dark)
}

.nav a:hover:after,
.nav a.active:after {
  transform: scaleX(1)
}

.lang-switch {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 3px;
  background: var(--surface);
  white-space: nowrap;
  flex-shrink: 0
}

.lang-switch button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  padding: 5px 10px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .08em;
  transition: .2s var(--ease)
}

.lang-switch button.active {
  color: #fff;
  background: var(--gold);
  font-weight: 700
}

.menu-btn {
  display: none;
  background: none;
  border: 1px solid var(--line);
  width: 42px;
  height: 42px;
  border-radius: 50%
}

.hero {
  position: relative;
  overflow: hidden;
  background-color: var(--bg);
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat
}

.hero:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, var(--bg) 0%, var(--bg) 28%, rgba(251, 248, 243, .55) 37%, rgba(251, 248, 243, 0) 48%);
  z-index: 1
}

.hero-grid {
  position: relative;
  z-index: 2;
  padding: 78px 0
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase
}

.eyebrow:before {
  content: '';
  width: 45px;
  height: 1px;
  background: var(--gold-soft)
}

h1,
h2,
h3,
.display {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.02em
}

.hero h1 {
  font-size: clamp(46px, 5.2vw, 78px);
  line-height: .97;
  margin: 20px 0 22px;
  /* Capped by % as well as px: at in-between widths (roughly
     tablet-sized, ~830px) a flat 600px max-width can run past the
     point where the background gradient stops covering the photo,
     landing the heading directly over his face. Scaling with the
     container keeps it inside the solid part of the gradient at
     any width, right up to the point .hero-grid goes single-column. */
  max-width: min(600px, 46%)
}

.hero h1 span,
.gold {
  color: var(--gold-dark)
}

.hero-copy p {
  max-width: min(480px, 38%);
  color: var(--muted);
  font-size: 15px;
  margin: 0 0 30px
}

.hero-actions {
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #fff;
  padding: 13px 19px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: .35s var(--ease);
  box-shadow: 0 9px 22px rgba(154, 101, 37, .16)
}

.btn:hover {
  transform: translateY(-3px);
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  box-shadow: 0 15px 30px rgba(154, 101, 37, .22)
}

.btn-outline {
  background: transparent;
  color: var(--gold-dark);
  box-shadow: none
}

.btn-outline:hover {
  color: #fff
}

.hero-visual {
  display: none
}

.hero-note {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 20px 24px;
  background: rgba(22, 15, 9, .42);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--radius);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px)
}

.hero-note strong {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(15px, 1.7vw, 19px);
  line-height: 1.45;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .4)
}

.hero-seal {
  position: absolute;
  right: 7%;
  top: 11%;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(185, 130, 56, .3);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: rgba(143, 95, 36, .55);
  font: 500 64px var(--serif);
  z-index: 2
}

.ornament {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
  color: var(--gold)
}

.ornament:before,
.ornament:after {
  content: '';
  width: 65px;
  height: 1px;
  background: var(--gold-soft)
}

.ornament i {
  font-style: normal;
  font-size: 14px
}

.impact-strip {
  padding: 52px 0;
  background: var(--surface-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line)
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 230px));
  justify-content: center;
  gap: 18px
}

.impact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  padding: 26px 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 26px rgba(48, 34, 19, .05)
}

.impact-item strong {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1;
  color: var(--gold-dark)
}

.impact-item span {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink)
}

.impact-item small {
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .08em
}

.section {
  padding: 100px 0
}

.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px
}

.section-head .eyebrow {
  justify-content: center
}

.section-action {
  text-align: center;
  margin-top: 46px
}

.section-head h2 {
  font-size: clamp(42px, 4.5vw, 62px);
  line-height: .98;
  margin: 14px 0
}

.section-head p {
  color: var(--muted);
  font-size: 14px
}

.journey-intro {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center
}

.image-frame {
  position: relative;
  overflow: hidden;
  background: #eee5d7
}

.image-frame img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform .9s var(--ease)
}

.image-frame:hover img {
  transform: scale(1.035)
}

.image-frame:after {
  content: '';
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, .55);
  pointer-events: none
}

.intro-copy h2 {
  font-size: clamp(40px, 4vw, 58px);
  line-height: .95;
  margin: 10px 0 18px
}

.intro-copy p {
  color: var(--muted);
  font-size: 15px
}

.stat-strip {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line)
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr)
}

.stat {
  padding: 34px 25px;
  text-align: center;
  border-right: 1px solid var(--line);
  transition: .35s
}

.stat:last-child {
  border-right: 0
}

.stat:hover {
  background: #faf5ed;
  transform: translateY(-3px)
}

.stat strong {
  display: block;
  font: 500 46px/1 var(--serif);
  color: var(--gold-dark)
}

.stat span {
  display: block;
  margin-top: 9px;
  font-size: 12px;
  font-weight: 700
}

.stat small {
  color: var(--muted);
  font-size: 11px
}

.milestone-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.milestone-card {
  position: relative;
  padding: 31px;
  background: var(--surface);
  border: 1px solid var(--line);
  min-height: 210px;
  transition: .4s var(--ease);
  overflow: hidden
}

.milestone-card:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 0;
  background: var(--gold);
  transition: .5s var(--ease)
}

.milestone-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
  border-color: #dbc6a8
}

.milestone-card:hover:before {
  height: 100%
}

.milestone-card .year {
  font: 600 18px var(--serif);
  color: var(--gold-dark)
}

.milestone-card h3 {
  font-size: 29px;
  line-height: 1.05;
  margin: 13px 0 8px
}

.milestone-card p {
  font-size: 13px;
  color: var(--muted);
  margin: 0
}

.quote-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(105deg, #4e3b2b, #9a7040 54%, #dbc092);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 56px 0
}

.quote-band:before {
  content: '“';
  position: absolute;
  left: 8%;
  top: -18px;
  font: 400 110px/1 var(--serif);
  color: rgba(255, 255, 255, .12);
  z-index: 1
}

.quote-band:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 12, 10, .35), rgba(20, 12, 10, .55));
  z-index: 0
}

.quote-band .quote-wrap {
  z-index: 2
}

.quote-wrap blockquote {
  text-shadow: 0 2px 24px rgba(0, 0, 0, .35)
}

/* Split "belief" band: photo on one side, message on the other */
.belief-band {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  display: grid;
  align-items: stretch
}

.belief-band .container {
  position: relative;
  z-index: 2;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.belief-band .belief-copy {
  max-width: 380px;
  text-align: right;
  color: #fff
}

.belief-band .eyebrow {
  color: #f2dcb4
}

.belief-band blockquote {
  font: 500 clamp(15px, 1.6vw, 18px)/1.55 var(--sans);
  margin: 14px 0 0;
  color: #f4e9d8;
  font-style: italic
}

.belief-band h2 {
  font: 500 clamp(30px, 3.4vw, 46px)/1.05 var(--serif);
  margin: 10px 0 0;
  color: #fff
}

.belief-band:before {
  content: '';
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center
}

.belief-band:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 12, 10, .15), rgba(20, 12, 10, .72) 68%);
  z-index: 1
}

.quote-wrap {
  text-align: right;
  max-width: 600px;
  margin: 0 0 0 auto;
  position: relative;
  padding: 20px 12px
}

.quote-wrap:before {
  content: '';
  position: absolute;
  inset: -34px -24px;
  background: radial-gradient(closest-side, rgba(255, 255, 255, .38), rgba(255, 255, 255, 0) 72%);
  filter: blur(20px);
  z-index: -1;
  pointer-events: none
}

.quote-wrap blockquote {
  font: 500 clamp(20px, 2.4vw, 30px)/1.25 var(--serif);
  margin: 0
}

.quote-wrap p {
  margin: 12px 0 0;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #f2e3ca
}

/* Same full-bleed photographic treatment as the Home .hero — each
   page just passes its own background photo in. */
.page-hero {
  position: relative;
  overflow: hidden;
  background-color: var(--bg);
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  padding: 130px 0 90px;
  border-bottom: 1px solid var(--line)
}

.page-hero:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, var(--bg) 0%, var(--bg) 28%, rgba(251, 248, 243, .55) 37%, rgba(251, 248, 243, 0) 48%);
  z-index: 1
}

.page-hero .inner {
  position: relative;
  z-index: 2
}

.page-hero h1 {
  font-size: clamp(46px, 5.2vw, 78px);
  line-height: .97;
  margin: 18px 0 16px;
  max-width: 640px
}

.page-hero p {
  max-width: 480px;
  color: var(--muted);
  font-size: 15px;
  margin: 0
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center
}

.about-grid h2 {
  font-size: 54px;
  line-height: .96;
  margin: 0 0 18px
}

.about-grid p {
  color: var(--muted);
  font-size: 15px
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line)
}

.value-card {
  padding: 35px 24px;
  text-align: center;
  border-right: 1px solid var(--line);
  transition: .35s
}

.value-card:last-child {
  border: 0
}

.value-card:hover {
  background: #faf5ed
}

.value-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  border: 1px solid var(--gold-soft);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold-dark)
}

.value-card h3 {
  font-size: 25px;
  margin: 0 0 5px
}

.value-card p {
  font-size: 11px;
  color: var(--muted);
  margin: 0
}

.timeline {
  position: relative;
  max-width: 1050px;
  margin: auto;
  padding: 25px 0
}

.timeline:before {
  content: '';
  position: absolute;
  left: 120px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--line)
}

.timeline-item {
  display: grid;
  grid-template-columns: 105px 30px 1fr 180px;
  gap: 15px;
  align-items: start;
  padding: 28px 0
}

.timeline-year {
  font: 500 26px var(--serif);
  color: var(--gold-dark);
  text-align: right;
  padding-top: 2px
}

.timeline-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--gold);
  margin: 6px auto;
  box-shadow: 0 0 0 5px var(--bg), 0 0 0 6px var(--gold-soft);
  z-index: 2
}

.timeline-copy {
  padding: 0 10px 28px;
  border-bottom: 1px solid var(--line)
}

.timeline-copy h3 {
  font-size: 32px;
  line-height: 1;
  margin: 0 0 8px
}

.timeline-copy p {
  font-size: 13px;
  color: var(--muted);
  margin: 0
}

.timeline-image {
  width: 180px;
  height: 118px;
  object-fit: cover;
  transition: .5s var(--ease)
}

.timeline-item:hover .timeline-image {
  transform: scale(1.03)
}

.recognition-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.recognition-card,
.testimonial-card {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 28px;
  transition: .4s var(--ease);
  position: relative;
  overflow: hidden
}

.recognition-card:hover,
.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: #dbc6a8
}

.recognition-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px
}

.recognition-top img {
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line)
}

.recognition-card .year {
  font: 600 18px var(--serif);
  color: var(--gold-dark)
}

.recognition-card h3 {
  font-size: 29px;
  line-height: 1.02;
  margin: 13px 0 10px
}

.recognition-card p,
.testimonial-card p {
  font-size: 12px;
  color: var(--muted)
}

/* ---- Media Coverage carousel ---- */

.media-carousel {
  position: relative
}

.media-carousel-viewport {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none
}

.media-carousel-viewport::-webkit-scrollbar {
  display: none
}

.media-carousel-track {
  display: flex;
  gap: 18px
}

.media-carousel-slide {
  flex: 0 0 calc(25% - 13.5px);
  min-width: 0;
  scroll-snap-align: start;
  display: flex
}

.media-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: var(--surface);
  border: 1px solid var(--line);
  transition: .4s var(--ease);
  overflow: hidden
}

.media-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: #dbc6a8
}

.media-image {
  position: relative;
  height: 190px;
  background: #efe6da;
  overflow: hidden;
  flex: 0 0 auto
}

.media-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: .7s var(--ease)
}

.media-card:hover .media-image img {
  transform: scale(1.06)
}

.media-image.is-favicon {
  display: grid;
  place-items: center;
  background: var(--surface-2)
}

.media-image.is-favicon img {
  width: 48px;
  height: 48px;
  object-fit: contain
}

.video-frame {
  cursor: pointer
}

.video-frame-poster {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.video-frame-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(20, 13, 8, .3);
  transition: .3s var(--ease)
}

.video-frame:hover .video-frame-play {
  background: rgba(20, 13, 8, .45)
}

.video-frame-play-icon {
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 26px rgba(20, 13, 8, .35)
}

.video-frame-play-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 9px 0 9px 15px;
  border-color: transparent transparent transparent var(--gold-dark)
}

.video-frame.is-playing .video-frame-play {
  display: none
}

.video-frame.is-playing iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block
}

.media-card-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1
}

.media-card-body .eyebrow {
  font-size: 10px
}

.media-card-body h3 {
  font-size: 19px;
  line-height: 1.18;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.media-card-body .text-link,
.media-card-body .muted {
  margin-top: auto;
  font-size: 12px
}

.media-card-body .muted {
  color: var(--muted)
}

.carousel-arrow {
  position: absolute;
  top: 78px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--surface);
  display: grid;
  place-items: center;
  color: var(--gold-dark);
  box-shadow: 0 10px 26px rgba(44, 33, 25, .12);
  transition: .3s var(--ease);
  z-index: 3
}

.carousel-arrow:hover {
  background: var(--gold);
  color: #fff;
  border-color: var(--gold)
}

.carousel-arrow svg {
  width: 16px;
  height: 16px
}

.carousel-prev {
  left: -22px
}

.carousel-next {
  right: -22px
}

.carousel-arrow[disabled] {
  opacity: .35;
  pointer-events: none
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 26px
}

.carousel-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  background: var(--line);
  padding: 0;
  cursor: pointer;
  transition: .3s var(--ease)
}

.carousel-dots button.active {
  background: var(--gold);
  width: 22px;
  border-radius: 5px
}

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

.gallery-item {
  position: relative;
  overflow: hidden;
  background: #eee4d6;
  border-radius: var(--radius);
  aspect-ratio: 4 / 3
}

.gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: .8s var(--ease)
}

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

.gallery-caption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 10px 12px;
  background: rgba(32, 24, 18, .78);
  color: #fff;
  font-size: 11px;
  transform: translateY(130%);
  transition: .4s var(--ease)
}

.gallery-item:hover .gallery-caption {
  transform: translateY(0)
}

.empty-state {
  padding: 60px 24px;
  text-align: center;
  background: var(--surface);
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 15px
}

.testimonial-card {
  padding: 34px
}

.testimonial-card blockquote {
  font: 500 30px/1.1 var(--serif);
  margin: 0 0 20px
}

.testimonial-card cite {
  font-style: normal;
  font-size: 11px;
  color: var(--gold-dark);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase
}

.testimonial-video {
  padding: 16px
}

.testimonial-video-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface-2);
  margin-bottom: 16px
}

.testimonial-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.testimonial-video-frame:not(.is-playing) {
  cursor: pointer
}

.testimonial-video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s var(--ease)
}

.testimonial-video-frame:hover .testimonial-video-poster {
  transform: scale(1.04)
}

.testimonial-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(32, 24, 18, .55);
  border: 1px solid rgba(255, 255, 255, .8);
  display: grid;
  place-items: center;
  transition: .3s var(--ease)
}

.testimonial-video-frame:hover .testimonial-video-play {
  background: var(--gold);
  transform: translate(-50%, -50%) scale(1.06)
}

.testimonial-video-play-icon {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 18px solid #fff
}

.testimonial-video cite {
  display: block;
  padding: 0 12px 12px
}

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

.career-card {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 32px;
  transition: .35s
}

.career-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow)
}

.career-card h3 {
  font-size: 34px;
  margin: 8px 0
}

.career-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}

.pill {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 6px 9px;
  background: #f2e9dc;
  color: var(--gold-dark)
}

.application {
  max-width: 850px;
  margin: 50px auto 0;
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 35px
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 22px
}

.application .btn {
  margin-top: 4px
}

.field {
  display: grid;
  gap: 6px
}

.field.full {
  grid-column: 1/-1
}

.field label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--muted)
}

.field input,
.field textarea,
.field select {
  border: 1px solid var(--line);
  background: #fffdfb;
  padding: 13px 14px;
  outline: 0;
  transition: .25s
}

.field textarea {
  min-height: 145px;
  resize: vertical
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(185, 130, 56, .08)
}

.form-status {
  font-size: 12px;
  color: var(--gold-dark)
}

footer {
  border-top: 1px solid var(--line);
  padding: 26px 0;
  background: #f4ede3
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  text-align: center
}

.footer-bottom img {
  height: 22px;
  width: auto;
  opacity: .85
}

@media (max-width: 640px) {
  .footer-bottom {
    flex-direction: column;
    gap: 4px
  }
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .8s var(--ease), transform .8s var(--ease)
}

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

.delay-1 {
  transition-delay: .08s
}

.delay-2 {
  transition-delay: .16s
}

.delay-3 {
  transition-delay: .24s
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(26, 19, 13, .9);
  display: grid;
  place-items: center;
  z-index: 500;
  padding: 30px;
  opacity: 0;
  pointer-events: none;
  transition: .35s
}

.lightbox.open {
  opacity: 1;
  pointer-events: auto
}

.lightbox img {
  max-width: min(1100px, 92vw);
  max-height: 88vh;
  object-fit: contain
}

.lightbox button {
  position: absolute;
  right: 24px;
  top: 20px;
  border: 1px solid rgba(255, 255, 255, .4);
  background: transparent;
  color: #fff;
  border-radius: 50%;
  width: 42px;
  height: 42px
}

.mobile-nav {
  display: none
}

.lang-hi {
  font-family: var(--hi)
}

.lang-gu {
  font-family: var(--gu)
}

@media(max-width:1050px) {
  .nav-inner {
    grid-template-columns: 190px 1fr auto
  }

  .nav {
    gap: 17px
  }

  .nav a {
    font-size: 9px
  }

  .hero-grid {
    gap: 40px;
    padding: 70px 0
  }

  .hero-image {
    min-height: 380px
  }

  .stat-grid,
  .value-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .stat:nth-child(2) {
    border-right: 0
  }

  .stat:nth-child(-n+2) {
    border-bottom: 1px solid var(--line)
  }

  .recognition-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .media-carousel-slide {
    flex-basis: calc(50% - 9px)
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .about-grid,
  .journey-intro {
    gap: 35px
  }

  .timeline-item {
    grid-template-columns: 90px 30px 1fr 140px
  }

  .timeline:before {
    left: 105px
  }

  .timeline-image {
    width: 140px;
    height: 100px
  }
}

@media(max-width:760px) {
  .container {
    width: min(var(--max), calc(100% - 34px))
  }

  .site-header {
    height: 60px
  }

  .nav-inner {
    grid-template-columns: 1fr auto auto
  }

  .brand img {
    height: 40px;
    width: auto
  }

  .nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: rgba(255, 253, 249, .98);
    padding: 12px 22px 20px;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    gap: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .06)
  }

  .nav.open {
    display: flex
  }

  .nav a {
    padding: 11px 0
  }

  .nav a:after {
    bottom: 4px
  }

  .menu-btn {
    display: grid;
    place-items: center
  }

  .lang-switch {
    margin-right: 3px
  }

  .hero-grid {
    grid-template-columns: 1fr;
    padding: 56px 0 36px;
    gap: 30px
  }

  .hero:before {
    background: linear-gradient(180deg, rgba(251, 248, 243, .95) 0%, rgba(251, 248, 243, .8) 55%, rgba(251, 248, 243, .95) 100%)
  }

  .hero h1,
  .hero-copy p {
    max-width: 100%
  }

  .hero h1 {
    font-size: clamp(50px, 15vw, 74px)
  }

  .hero-image {
    min-height: 320px
  }

  .hero-note {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px 18px
  }

  .hero-seal {
    width: 95px;
    height: 95px;
    font-size: 48px;
    right: 7%;
    top: 8%
  }

  .impact-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px
  }

  .impact-item {
    padding: 20px 14px
  }

  .section {
    padding: 72px 0
  }

  .section-head {
    margin-bottom: 34px
  }

  .journey-intro,
  .about-grid {
    grid-template-columns: 1fr
  }

  .journey-intro .image-frame {
    order: -1
  }

  .stat-grid,
  .value-grid {
    grid-template-columns: 1fr 1fr
  }

  .milestone-grid,
  .recognition-grid,
  .testimonial-grid,
  .career-grid {
    grid-template-columns: 1fr
  }

  .media-carousel-slide {
    flex-basis: 100%
  }

  .carousel-prev {
    left: 6px
  }

  .carousel-next {
    right: 6px
  }

  .carousel-arrow {
    top: 66px;
    width: 38px;
    height: 38px
  }

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

  .page-hero {
    padding: 90px 0 55px
  }

  .page-hero:before {
    background: linear-gradient(180deg, rgba(251, 248, 243, .95) 0%, rgba(251, 248, 243, .8) 55%, rgba(251, 248, 243, .95) 100%)
  }

  .page-hero h1 {
    font-size: clamp(50px, 15vw, 74px)
  }

  .timeline:before {
    left: 16px
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 7px;
    padding-left: 42px;
    position: relative
  }

  .timeline-year {
    text-align: left
  }

  .timeline-dot {
    position: absolute;
    left: 10px;
    top: 32px
  }

  .timeline-image {
    width: 100%;
    height: 180px
  }

  .timeline-copy {
    padding: 0 0 22px
  }

  .form-grid {
    grid-template-columns: 1fr
  }

  .field.full {
    grid-column: auto
  }

  .quote-band {
    padding: 40px 0
  }

  .quote-wrap {
    max-width: 100%;
    padding: 22px 20px
  }
}

@media(max-width:450px) {

  .stat-grid,
  .value-grid {
    grid-template-columns: 1fr
  }

  .stat {
    border-right: 0 !important;
    border-bottom: 1px solid var(--line)
  }

  .stat:last-child {
    border-bottom: 0
  }

  .brand img {
    height: 36px;
    width: auto
  }

  .hero-image {
    height: 280px;
    min-height: 0
  }

  .impact-grid {
    grid-template-columns: 1fr
  }

  .application {
    padding: 23px
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }

  *,
  *:before,
  *:after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important
  }
}

.preload-fallback,
.fatal-fallback {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 48px;
  background: linear-gradient(120deg, #f5eee4, #fffdf9);
  text-align: center
}

.preload-fallback section,
.fatal-fallback section {
  max-width: 760px
}

.preload-fallback h1,
.fatal-fallback h1 {
  font: 500 clamp(58px, 8vw, 100px)/.9 var(--serif);
  margin: 20px 0
}

.preload-fallback h1 span,
.fatal-fallback h1 span {
  color: var(--gold-dark)
}

.preload-fallback p,
.fatal-fallback p {
  color: var(--muted)
}

@media (max-width: 920px) {
  .site-header {
    height: 60px
  }

  .nav-inner {
    grid-template-columns: 1fr auto auto;
    gap: 10px
  }

  .brand img {
    height: 42px;
    width: auto
  }

  .nav {
    gap: 15px
  }

  .nav a {
    font-size: 9px
  }

  .hero-grid {
    gap: 34px
  }

  .hero h1 {
    font-size: clamp(48px, 6vw, 72px)
  }
}

/* Tablet-only timeline sizing. Scoped with a min-width so it never
   overrides the mobile stacked layout declared in the 760px breakpoint
   above (which must win on phones). */
@media (max-width: 920px) and (min-width: 761px) {
  .timeline-item {
    grid-template-columns: 82px 28px 1fr 120px
  }

  .timeline:before {
    left: 96px
  }

  .timeline-image {
    width: 120px;
    height: 90px
  }
}

@media (max-width: 820px) {
  .nav {
    display: none;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    background: rgba(255, 253, 249, .98);
    padding: 10px 22px 18px;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    gap: 0;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08)
  }

  .nav.open {
    display: flex
  }

  .nav a {
    padding: 12px 0
  }

  .nav a:after {
    bottom: 5px
  }

  .menu-btn {
    display: grid;
    place-items: center
  }
}

@media (max-width: 560px) {
  .container {
    width: min(var(--max), calc(100% - 28px))
  }

  .brand img {
    height: 44px;
    width: auto
  }

  .lang-switch button {
    font-size: 9px
  }

  .hero-grid {
    padding: 50px 0 32px
  }

  .hero-image {
    min-height: 260px
  }

  .hero-note {
    padding: 14px 16px
  }

  .hero-note strong {
    font-size: 14px
  }

  .hero h1 {
    font-size: clamp(45px, 14vw, 66px)
  }


  .section {
    padding: 60px 0
  }

  .page-hero {
    padding: 80px 0 48px
  }

  .page-hero h1 {
    font-size: clamp(48px, 14vw, 70px)
  }

  .application {
    padding: 20px;
    margin-top: 35px
  }

  .career-card,
  .recognition-card,
  .testimonial-card {
    padding: 22px
  }
}

.testimonial-submit {
  margin: 48px auto 0;
  max-width: 900px;
  padding: clamp(24px, 4vw, 42px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 55px rgba(44, 33, 25, .06)
}

.testimonial-submit .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px
}

.testimonial-submit .field.full {
  grid-column: 1/-1
}

.testimonial-submit .field label {
  display: block;
  margin-bottom: 7px;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted)
}

.testimonial-submit input,
.testimonial-submit textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fffdf9;
  color: var(--ink);
  padding: 13px 14px;
  border-radius: 8px;
  font: inherit;
  outline: none;
  transition: border-color .25s, box-shadow .25s, transform .25s
}

.testimonial-submit textarea {
  min-height: 135px;
  resize: vertical
}

.testimonial-submit input:focus,
.testimonial-submit textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(185, 130, 56, .10)
}

.form-status {
  min-height: 20px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5
}

@media(max-width:620px) {
  .testimonial-submit .form-grid {
    grid-template-columns: 1fr
  }

  .testimonial-submit .field.full {
    grid-column: auto
  }

  .testimonial-submit .btn {
    width: 100%
  }
}

/* =========================================================
   Recognition slider + zoom viewer (Home + Recognitions)
   ========================================================= */

.rec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

/* Fixed-size card: every award is exactly the same box. */
.rec-card {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
  background: #1b1510;
  border: 1px solid var(--line);
  cursor: pointer;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
  outline-offset: 3px
}

.rec-card:hover,
.rec-card:focus-visible {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: var(--gold-soft)
}

.rec-card-media {
  position: absolute;
  inset: 0
}

.rec-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 1s ease, transform 6s ease;
  -webkit-user-drag: none;
  user-select: none
}

.rec-card-media img.active {
  opacity: .65;
  transform: scale(1)
}

.rec-card:hover .rec-card-media img.active,
.rec-card:focus-visible .rec-card-media img.active {
  opacity: 1;
  transform: scale(1.06);
  transition: opacity .3s ease, transform .45s var(--ease)
}

.rec-card-empty {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font: 600 64px var(--serif);
  color: var(--gold-soft);
  background: linear-gradient(140deg, #2a2016, #4a3520)
}

.rec-card-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 70px 22px 22px;
  background: linear-gradient(to top, rgba(20, 14, 9, .95) 0%, rgba(20, 14, 9, .72) 60%, rgba(20, 14, 9, 0) 100%);
  color: #fff;
  pointer-events: none
}

.rec-card-year {
  display: block;
  font: 600 15px var(--serif);
  letter-spacing: .08em;
  color: var(--gold-soft);
  margin-bottom: 6px
}

.rec-card-caption h3 {
  font-size: 24px;
  line-height: 1.1;
  margin: 0;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden
}

/* ---- Zoom viewer ---- */

body.rec-modal-lock {
  overflow: hidden
}

.rec-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(14, 10, 6, 0);
  transition: background .3s ease
}

.rec-modal.open {
  background: rgba(14, 10, 6, .82)
}

.rec-modal-panel {
  position: relative;
  width: min(880px, 100%);
  max-height: calc(100vh - 40px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--surface);
  box-shadow: 0 40px 120px rgba(0, 0, 0, .5);
  opacity: 0;
  transform: scale(.3);
  transition: transform .4s var(--ease), opacity .3s ease
}

.rec-modal.open .rec-modal-panel {
  opacity: 1;
  transform: scale(1)
}

.rec-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background: rgba(20, 14, 9, .6);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: background .3s var(--ease)
}

.rec-modal-close:hover {
  background: var(--gold)
}

.rec-modal-stage {
  position: relative;
  flex: 0 0 auto;
  background: #1b1510
}

.rec-modal-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch
}

.rec-modal-track::-webkit-scrollbar {
  display: none
}

/* Fixed viewer height: portrait certificates and landscape photos
   sit in the same frame without being cropped. */
.rec-modal-slide {
  flex: 0 0 100%;
  height: min(58vh, 500px);
  scroll-snap-align: center
}

.rec-modal-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-user-drag: none;
  user-select: none
}

.rec-modal-arrow {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .3);
  background: rgba(20, 14, 9, .55);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background .3s var(--ease)
}

.rec-modal-arrow:hover {
  background: var(--gold);
  border-color: var(--gold)
}

.rec-modal-arrow svg {
  width: 18px;
  height: 18px
}

.rec-modal-prev {
  left: 14px
}

.rec-modal-next {
  right: 14px
}

.rec-modal-counter {
  position: absolute;
  left: 14px;
  bottom: 12px;
  padding: 4px 10px;
  font-size: 11px;
  letter-spacing: .08em;
  color: #fff;
  background: rgba(20, 14, 9, .55)
}

.rec-modal-body {
  padding: 22px 28px 26px;
  overflow-y: auto
}

.rec-modal-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: -6px 0 16px
}

.rec-modal-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: var(--line);
  cursor: pointer;
  transition: .3s var(--ease)
}

.rec-modal-dots button.active {
  width: 22px;
  border-radius: 5px;
  background: var(--gold)
}

.rec-modal-year {
  display: block;
  font: 600 16px var(--serif);
  letter-spacing: .08em;
  color: var(--gold-dark);
  margin-bottom: 4px
}

.rec-modal-body h3 {
  font-size: 30px;
  line-height: 1.08;
  margin: 0 0 8px
}

/* two-line description */
.rec-modal-body p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

@media (max-width: 1050px) {
  .rec-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 760px) {
  .rec-grid {
    grid-template-columns: 1fr
  }

  .rec-card {
    height: 400px
  }

  .rec-modal {
    padding: 12px
  }

  .rec-modal-slide {
    height: min(50vh, 400px)
  }

  .rec-modal-body {
    padding: 18px 20px 22px
  }

  .rec-modal-body h3 {
    font-size: 24px
  }

  .rec-modal-arrow {
    width: 38px;
    height: 38px;
    margin-top: -19px
  }
}


/* ---- Glass glare (popped-up viewer image only — not the grid
   card, and not the caption/body text) ---- */

.rec-modal-stage {
  overflow: hidden
}

.rec-modal-stage::after {
  content: '';
  position: absolute;
  top: -30%;
  left: -75%;
  width: 65%;
  height: 160%;
  background: linear-gradient(105deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, .1) 35%,
    rgba(255, 255, 255, .4) 50%,
    rgba(255, 255, 255, .1) 65%,
    rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  opacity: 0;
  pointer-events: none;
  z-index: 5
}

.rec-modal.open .rec-modal-stage::after {
  animation: recGlare 1.8s cubic-bezier(.25, .65, .35, 1) .25s forwards
}

@keyframes recGlare {
  0% {
    left: -75%;
    opacity: 0
  }

  22% {
    opacity: .85
  }

  50% {
    opacity: 1
  }

  78% {
    opacity: .85
  }

  100% {
    left: 135%;
    opacity: 0
  }
}