:root {
  --saffron: #ef7b1a;
  --saffron-dark: #cc5f0d;
  --maroon: #8e2d2f;
  --earth: #5b3a25;
  --leaf: #6f8b55;
  --leaf-dark: #385d3b;
  --cream: #fff7e8;
  --paper: #fffdf8;
  --ink: #261b16;
  --muted: #75675d;
  --line: rgba(91, 58, 37, .14);
  --shadow: 0 24px 70px rgba(67, 42, 24, .14);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  font-family: "Hind", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

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

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

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 9999;
  padding: .75rem 1rem;
  color: #fff;
  background: var(--maroon);
  border-radius: 6px;
}

.site-header {
  position: relative;
  z-index: 30;
  background: #fff;
  box-shadow: 0 12px 34px rgba(42, 24, 14, .08);
}

.top-strip {
  color: #fff;
  background: linear-gradient(90deg, var(--earth), var(--maroon));
  font-size: .95rem;
}

.top-strip-inner,
.top-contact,
.brand-row,
.brand-actions,
.hero-buttons,
.footer-bottom .container {
  display: flex;
  align-items: center;
}

.top-strip-inner {
  min-height: 42px;
  justify-content: space-between;
  gap: 1rem;
}

.top-contact {
  flex-wrap: wrap;
  gap: .75rem 1.35rem;
}

.top-contact span,
.top-note {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}

.brand-strip {
  background: #fff;
}

.brand-row {
  min-height: 104px;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.brand-logo img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  border-radius: 50%;
  border: 3px solid rgba(239, 123, 26, .22);
}

.brand-logo strong {
  display: block;
  color: var(--maroon);
  font-size: clamp(1.55rem, 1.18rem + 1.2vw, 2.35rem);
  font-weight: 800;
  line-height: 1.1;
}

.brand-logo small {
  display: block;
  margin-top: .3rem;
  color: var(--earth);
  font-size: clamp(.9rem, .8rem + .25vw, 1.08rem);
  font-weight: 700;
}

.brand-actions {
  justify-content: flex-end;
  gap: 1rem;
}

.social-links {
  display: flex;
  align-items: center;
  gap: .55rem;
}

.social-links a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--maroon);
  background: var(--cream);
  border: 1px solid rgba(239, 123, 26, .25);
  border-radius: 50%;
  transition: .25s ease;
}

.social-links a:hover {
  color: #fff;
  background: var(--saffron);
  transform: translateY(-2px);
}

.btn {
  border-radius: 999px;
  padding: .82rem 1.35rem;
  font-weight: 700;
}

.btn-donate,
.btn-primary-custom {
  color: #fff;
  background: linear-gradient(135deg, var(--saffron), var(--saffron-dark));
  border: 0;
  box-shadow: 0 14px 30px rgba(239, 123, 26, .28);
}

.btn-donate:hover,
.btn-primary-custom:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--maroon), var(--saffron-dark));
}

.btn-outline-custom {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .08);
}

.btn-outline-custom:hover {
  color: var(--earth);
  background: #fff;
}

.btn-light-custom {
  color: var(--maroon);
  background: #fff;
}

.menu-strip {
  padding: 0;
  background: var(--leaf-dark);
}

.menu-strip .navbar-brand,
.menu-strip .nav-link {
  color: #fff;
  font-weight: 700;
}

.menu-strip .navbar-brand {
  padding: .85rem 0;
}

.menu-strip .nav-link {
  position: relative;
  padding: 1rem 1.15rem;
}

.menu-strip .nav-link::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: .62rem;
  left: 1rem;
  height: 2px;
  background: var(--saffron);
  transform: scaleX(0);
  transition: .25s ease;
}

.menu-strip .nav-link:hover::after,
.menu-strip .nav-link.active::after {
  transform: scaleX(1);
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, .45);
}

.navbar-toggler-icon {
  filter: invert(1);
}

.hero-section,
.carousel-item {
  min-height: 720px;
}

.carousel-item {
  position: relative;
}

.hero-bg {
  width: 100%;
  height: 720px;
  object-fit: cover;
}

.hero-bg.soft-fit {
  object-fit: contain;
  padding: 7rem 0 4rem;
  background: linear-gradient(135deg, #fff9ef, #f4dbc0);
}

.hero-bg.orange-slide {
  background: radial-gradient(circle at 65% 45%, #fff4cf 0, #f19b21 42%, #783426 100%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(38, 27, 22, .86) 0%, rgba(38, 27, 22, .58) 45%, rgba(38, 27, 22, .08) 100%),
    linear-gradient(0deg, rgba(38, 27, 22, .36), rgba(38, 27, 22, .08));
}

.hero-overlay.strong {
  background: linear-gradient(90deg, rgba(38, 27, 22, .9), rgba(91, 58, 37, .66), rgba(142, 45, 47, .26));
}

.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}

.hero-copy {
  max-width: 700px;
  color: #fff;
  padding-top: 2rem;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .85rem;
  color: var(--saffron);
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-kicker.light {
  color: #ffe3b8;
}

.hero-copy h1,
.hero-copy h2,
.section-title,
.cta-panel h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-copy h1,
.hero-copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.6rem, 1.4rem + 4.6vw, 6rem);
  line-height: .98;
}

.hero-copy p {
  max-width: 570px;
  margin: 0 0 1.7rem;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1.05rem, .97rem + .35vw, 1.3rem);
}

.hero-buttons {
  flex-wrap: wrap;
  gap: .8rem;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.section {
  padding: 100px 0;
  overflow: hidden;
}

.intro-band {
  position: relative;
  z-index: 2;
  margin-top: -62px;
  padding-bottom: 35px;
}

.intro-card,
.objective-card,
.work-item,
.contact-form,
.quote-card {
  height: 100%;
  padding: 1.55rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.intro-card {
  min-height: 194px;
}

.intro-card i,
.objective-card i {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
  color: #fff;
  background: linear-gradient(135deg, var(--saffron), var(--maroon));
  border-radius: 50%;
  font-size: 1.45rem;
}

.intro-card h3,
.objective-card h3,
.work-item h3 {
  margin: 0 0 .55rem;
  color: var(--earth);
  font-size: 1.25rem;
  font-weight: 800;
}

.intro-card p,
.objective-card p,
.work-item p,
.section-heading p,
.about-section p,
.work-section p,
.contact-section p,
.site-footer p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.about-section {
  background:
    linear-gradient(180deg, var(--paper), #fff),
    radial-gradient(circle at 10% 10%, rgba(239, 123, 26, .12), transparent 34%);
}

.image-collage {
  position: relative;
  min-height: 560px;
}

.main-image {
  width: min(470px, 88%);
  height: 470px;
  object-fit: contain;
  padding: 1.2rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.round-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 230px;
  height: 230px;
  object-fit: cover;
  border: 9px solid #fff;
  border-radius: 50%;
  box-shadow: 0 18px 45px rgba(38, 27, 22, .18);
}

.floating-badge {
  position: absolute;
  right: 34px;
  top: 54px;
  width: 136px;
  height: 136px;
  display: grid;
  place-content: center;
  text-align: center;
  color: #fff;
  background: var(--leaf-dark);
  border: 8px solid #fff;
  border-radius: 50%;
  box-shadow: var(--shadow);
}

.floating-badge strong {
  display: block;
  font-size: 1.7rem;
}

.floating-badge span {
  font-size: .9rem;
}

.section-title {
  margin: 0 0 1rem;
  color: var(--earth);
  font-size: clamp(2.15rem, 1.55rem + 1.8vw, 3.6rem);
  line-height: 1.1;
}

.lead-text {
  color: var(--ink) !important;
  font-size: 1.18rem !important;
  font-weight: 600;
}

.about-list {
  display: grid;
  gap: .72rem;
  margin-top: 1.5rem;
}

.about-list span {
  display: flex;
  align-items: center;
  gap: .7rem;
  color: var(--earth);
  font-weight: 700;
}

.about-list i {
  color: var(--saffron);
}

.stats-section {
  padding: 70px 0;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(56, 93, 59, .96), rgba(142, 45, 47, .94)),
    url("../images/anchal-hero.png") center/cover fixed;
}

.stat-item {
  text-align: center;
  padding: 1.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.stat-item strong {
  display: block;
  font-size: clamp(2.2rem, 1.5rem + 2vw, 4rem);
  line-height: 1;
}

.stat-item span {
  display: block;
  margin-top: .55rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.objectives-section {
  background: #fffaf1;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 3rem;
}

.objective-card {
  transition: .25s ease;
}

.objective-card:hover {
  transform: translateY(-8px);
  border-color: rgba(239, 123, 26, .4);
}

.work-section {
  background: #fff;
}

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

.work-item {
  position: relative;
  overflow: hidden;
}

.work-item span {
  display: block;
  margin-bottom: 1rem;
  color: var(--saffron);
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
}

.work-item::before {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 110px;
  height: 110px;
  background: rgba(111, 139, 85, .12);
  border-radius: 50%;
}

.cta-section {
  padding: 40px 0 0;
  background: #fff;
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(2rem, 4vw, 4rem);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(142, 45, 47, .96), rgba(239, 123, 26, .9)),
    url("../images/anchal-hero.png") center/cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.cta-panel h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2rem, 1.35rem + 2vw, 3.5rem);
  line-height: 1.08;
}

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

.gallery-card {
  position: relative;
  display: block;
  height: 330px;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .35s ease;
}

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

.gallery-card span {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  padding: .85rem 1rem;
  color: #fff;
  background: rgba(38, 27, 22, .78);
  border-radius: 6px;
  font-weight: 800;
}

.quote-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--leaf-dark), var(--earth));
}

.quote-card i {
  color: #ffd28e;
  font-size: 2rem;
}

.quote-card p {
  margin: 1.2rem 0;
  color: #fff;
  font-size: clamp(1.4rem, 1rem + 1.1vw, 2.2rem);
  font-weight: 800;
  line-height: 1.35;
}

.contact-section {
  background: #fff;
}

.contact-list {
  display: grid;
  gap: .8rem;
  margin-top: 1.5rem;
}

.contact-list a,
.contact-list span {
  display: flex;
  align-items: center;
  gap: .75rem;
  color: var(--earth);
  font-size: 1.08rem;
  font-weight: 700;
}

.contact-list i {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  color: #fff;
  background: var(--saffron);
  border-radius: 50%;
}

.contact-form label {
  margin-bottom: .35rem;
  color: var(--earth);
  font-weight: 800;
}

.form-control {
  min-height: 52px;
  border-color: var(--line);
  border-radius: 6px;
}

.form-control:focus {
  border-color: var(--saffron);
  box-shadow: 0 0 0 .2rem rgba(239, 123, 26, .12);
}

.site-footer {
  color: rgba(255, 255, 255, .82);
  background: #221711;
}

.footer-main {
  padding: 70px 0 45px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: .85rem;
  margin-bottom: 1.2rem;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
}

.footer-brand img {
  width: 66px;
  height: 66px;
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
}

.site-footer h3 {
  margin: 0 0 1.1rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
}

.site-footer ul {
  display: grid;
  gap: .55rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer a:hover {
  color: #ffd28e;
}

.footer-social a {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .18);
}

.footer-bottom {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.footer-bottom .container {
  justify-content: space-between;
  gap: 1rem;
}

.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  width: 44px;
  height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--maroon);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(38, 27, 22, .24);
}

.back-to-top.show {
  display: inline-flex;
}

@media (max-width: 991.98px) {
  .top-strip-inner,
  .brand-row,
  .brand-actions,
  .cta-panel,
  .footer-bottom .container {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand-row {
    padding: 1rem 0;
  }

  .brand-logo img {
    width: 70px;
    height: 70px;
  }

  .brand-actions {
    width: 100%;
    gap: .75rem;
  }

  .menu-strip .nav-link {
    padding: .8rem 0;
  }

  .menu-strip .nav-link::after {
    right: 0;
    left: 0;
  }

  .hero-section,
  .carousel-item {
    min-height: 650px;
  }

  .hero-bg {
    height: 650px;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(38, 27, 22, .9), rgba(38, 27, 22, .5));
  }

  .section {
    padding: 76px 0;
  }

  .intro-band {
    margin-top: 0;
    padding-top: 35px;
    background: var(--paper);
  }

  .image-collage {
    min-height: 470px;
  }

  .main-image {
    height: 390px;
  }

  .round-image {
    width: 170px;
    height: 170px;
  }

  .floating-badge {
    right: 12px;
    top: 28px;
  }
}

@media (max-width: 767.98px) {
  .top-strip {
    font-size: .86rem;
  }

  .brand-logo {
    align-items: flex-start;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero-copy h1,
  .hero-copy h2 {
    font-size: clamp(2.45rem, 13vw, 4rem);
  }

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

  .gallery-card {
    height: 280px;
  }
}

@media (max-width: 575.98px) {
  .container {
    width: min(100% - 28px, 540px);
  }

  .brand-logo strong {
    font-size: 1.35rem;
  }

  .brand-logo small {
    font-size: .86rem;
  }

  .social-links a {
    width: 34px;
    height: 34px;
  }

  .hero-section,
  .carousel-item {
    min-height: 590px;
  }

  .hero-bg {
    height: 590px;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-buttons {
    width: 100%;
  }

  .hero-buttons .btn {
    width: auto;
  }

  .image-collage {
    min-height: 380px;
  }

  .main-image {
    width: 100%;
    height: 320px;
  }

  .round-image {
    width: 132px;
    height: 132px;
  }

  .floating-badge {
    width: 112px;
    height: 112px;
    border-width: 6px;
  }
}
