:root {
  --bg: #fff7ea;
  --bg-soft: #ffe6b8;
  --card: rgba(255, 251, 244, 0.68);
  --card-strong: rgba(255, 248, 236, 0.88);
  --line: rgba(182, 88, 8, 0.14);
  --text: #5c2200;
  --muted: #8f4f1c;
  --saffron: #f18805;
  --saffron-deep: #d85f00;
  --gold: #f3c44f;
  --cream: #fffaf3;
  --shadow: 0 28px 70px rgba(190, 96, 12, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Hind", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 149, 0, 0.34), transparent 24%),
    radial-gradient(circle at 100% 0%, rgba(255, 191, 73, 0.3), transparent 22%),
    radial-gradient(circle at 15% 85%, rgba(255, 125, 0, 0.18), transparent 24%),
    linear-gradient(180deg, #fff9f1 0%, #ffe7bd 40%, #ffc86a 100%);
  background-attachment: fixed;
}

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

button,
a {
  font: inherit;
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 64px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(188, 94, 8, 0.14);
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255, 176, 73, 0.52), rgba(255, 250, 241, 0.92)),
    rgba(255, 248, 235, 0.9);
  box-shadow: var(--shadow);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.34), transparent 34%),
    radial-gradient(circle at 80% 20%, rgba(255, 179, 54, 0.12), transparent 22%);
  pointer-events: none;
}

.topbar,
.hero-grid,
.section,
.details-grid,
.section-heading,
.gallery-grid,
.quote-banner,
.stats,
.hero-actions,
.modern-feature-band {
  position: relative;
  z-index: 1;
}

.hero-pattern {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 1px dashed rgba(220, 113, 6, 0.14);
  pointer-events: none;
}

.hero-pattern::before,
.hero-pattern::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(234, 151, 37, 0.1);
}

.hero-pattern::before {
  inset: 18px;
}

.hero-pattern::after {
  inset: 48px;
}

.hero-pattern-left {
  top: -100px;
  left: -80px;
}

.hero-pattern-right {
  right: -70px;
  bottom: -110px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 34px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--saffron), #ffd46d);
  color: #7a2900;
  font-family: "Noto Serif Devanagari", serif;
  font-size: 1.5rem;
  font-weight: 700;
  box-shadow: 0 18px 34px rgba(239, 136, 0, 0.28);
}

.brand-title,
.brand-subtitle,
.eyebrow,
.section-tag,
.gallery-copy small {
  margin: 0;
}

.brand-title {
  font-family: "Noto Serif Devanagari", serif;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
}

.brand-subtitle,
.nav-link,
.hero-text,
.detail-panel p,
.intro-card p,
.quote-banner p,
.section-heading p,
.lightbox-description,
.modern-feature-band p {
  color: var(--muted);
}

.nav-link {
  text-decoration: none;
  border: 1px solid rgba(184, 92, 7, 0.14);
  padding: 12px 18px;
  border-radius: 999px;
  transition: 180ms ease;
  background: rgba(255, 251, 245, 0.66);
}

.nav-link:hover,
.nav-link:focus-visible,
.button:hover,
.button:focus-visible,
.gallery-card:hover,
.gallery-card:focus-visible,
.lightbox-close:hover,
.lightbox-close:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(224, 109, 0, 0.38);
  box-shadow: 0 16px 34px rgba(194, 101, 14, 0.16);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 34px;
  align-items: center;
}

.eyebrow,
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(245, 138, 7, 0.11);
  color: #a24c00;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  margin-bottom: 18px;
  border: 1px solid rgba(204, 99, 0, 0.09);
}

.hero h1,
.intro-card h2,
.quote-banner h2,
.section-heading h2,
.detail-panel h3,
.lightbox-title,
.modern-feature-band h3 {
  margin: 0;
  font-family: "Noto Serif Devanagari", serif;
  line-height: 1.08;
}

.hero h1 {
  font-size: clamp(2.9rem, 5vw, 5rem);
  max-width: 11ch;
  letter-spacing: -0.03em;
}

.hero-text {
  max-width: 58ch;
  font-size: 1.08rem;
  line-height: 1.8;
  margin: 18px 0 0;
}

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

.button {
  text-decoration: none;
  padding: 14px 22px;
  border-radius: 999px;
  transition: 180ms ease;
  font-weight: 600;
}

.button-primary {
  background: linear-gradient(135deg, var(--saffron-deep), #ffb21d);
  color: #4a1a00;
  font-weight: 700;
  box-shadow: 0 18px 32px rgba(226, 116, 0, 0.22);
}

.button-secondary {
  border: 1px solid rgba(184, 92, 7, 0.14);
  color: var(--text);
  background: rgba(255, 248, 240, 0.72);
}

.blessing-strip {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 243, 224, 0.88), rgba(255, 228, 175, 0.72));
  border: 1px solid rgba(204, 99, 0, 0.12);
  box-shadow: 0 14px 30px rgba(206, 119, 20, 0.12);
}

.blessing-strip span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--saffron), #ffd56e);
  color: #7d2d00;
  font-family: "Noto Serif Devanagari", serif;
  font-size: 1.1rem;
}

.blessing-strip p {
  margin: 0;
  color: #8a4200;
  font-weight: 600;
}

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

.stats article,
.intro-card,
.detail-panel,
.quote-banner,
.gallery-card {
  border: 1px solid var(--line);
  background: var(--card);
  backdrop-filter: blur(12px);
}

.stats article {
  padding: 18px;
  border-radius: 22px;
  box-shadow: 0 14px 26px rgba(199, 109, 15, 0.08);
}

.stats strong {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 6px;
  color: #b24d00;
}

.stats span {
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-visual {
  position: relative;
  min-height: 100%;
  padding: 20px 0;
}

.hero-visual img {
  position: relative;
  z-index: 1;
  height: 100%;
  max-height: 700px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  border: 1px solid rgba(220, 123, 25, 0.18);
  box-shadow: 0 30px 60px rgba(180, 96, 17, 0.22);
}

.glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(14px);
}

.glow-one {
  inset: auto auto 24px -18px;
  width: 160px;
  height: 160px;
  background: rgba(255, 145, 31, 0.34);
}

.glow-two {
  inset: 18px -12px auto auto;
  width: 180px;
  height: 180px;
  background: rgba(255, 213, 128, 0.28);
}

.floating-card {
  position: absolute;
  z-index: 2;
  max-width: 210px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 249, 239, 0.86);
  border: 1px solid rgba(191, 100, 15, 0.14);
  box-shadow: 0 18px 40px rgba(187, 103, 20, 0.16);
  backdrop-filter: blur(14px);
}

.floating-card strong,
.floating-card span {
  display: block;
}

.floating-card strong {
  margin-bottom: 4px;
  color: #8c3600;
}

.floating-card span {
  color: #9b5624;
  line-height: 1.5;
  font-size: 0.94rem;
}

.floating-card-top {
  top: 0;
  right: -14px;
}

.floating-card-bottom {
  left: -18px;
  bottom: 24px;
}

.section {
  margin-top: 26px;
}

.intro-card,
.quote-banner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 20px 44px rgba(192, 102, 18, 0.09);
}

.intro-card h2,
.quote-banner h2,
.section-heading h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.intro-card p,
.quote-banner p,
.detail-panel p,
.section-heading p {
  line-height: 1.8;
  margin: 0;
}

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

.detail-panel {
  padding: 26px;
  border-radius: 26px;
  box-shadow: 0 20px 38px rgba(196, 103, 17, 0.08);
}

.detail-panel h3 {
  font-size: 1.35rem;
  margin-bottom: 14px;
}

.modern-feature-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.modern-feature-band article {
  padding: 24px;
  border-radius: 28px;
  background: linear-gradient(160deg, rgba(255, 250, 242, 0.82), rgba(255, 230, 184, 0.72));
  border: 1px solid rgba(191, 100, 15, 0.14);
  box-shadow: 0 20px 44px rgba(192, 102, 18, 0.1);
}

.modern-feature-band span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--saffron-deep), #ffbe43);
  color: #fff6ea;
  font-weight: 700;
}

.modern-feature-band h3 {
  font-size: 1.35rem;
  margin-bottom: 10px;
}

.quote-banner {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 186, 90, 0.26), rgba(255, 251, 244, 0.76)),
    var(--card);
}

.quote-banner img {
  width: min(100%, 290px);
  justify-self: center;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

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

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

.gallery-card {
  grid-column: span 4;
  border-radius: 28px;
  padding: 12px;
  text-align: left;
  color: inherit;
  cursor: pointer;
  transition: 180ms ease;
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(190, 102, 16, 0.08);
}

.gallery-card.featured {
  grid-column: span 8;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 4.5;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 240ms ease;
}

.gallery-card.featured img {
  aspect-ratio: 16 / 10;
}

.gallery-copy {
  display: block;
  padding: 16px 10px 12px;
}

.gallery-copy strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.08rem;
}

.gallery-card:hover img,
.gallery-card:focus-visible img {
  transform: scale(1.04);
}

.lightbox {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(104, 43, 0, 0.86);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

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

.lightbox-dialog {
  width: min(1000px, 100%);
  max-height: calc(100vh - 60px);
  overflow: auto;
  border-radius: 32px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 238, 212, 0.97), rgba(255, 214, 149, 0.98));
  border: 1px solid rgba(191, 100, 15, 0.24);
  box-shadow: var(--shadow);
}

.lightbox:fullscreen {
  padding: 24px;
  background: rgba(114, 42, 0, 0.97);
}

.lightbox:fullscreen .lightbox-dialog {
  width: min(1200px, 100%);
  max-height: calc(100vh - 48px);
}

.lightbox:fullscreen .lightbox-image {
  max-height: 82vh;
}

.lightbox-image {
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
  border-radius: 22px;
}

.lightbox-copy {
  padding: 18px 6px 8px;
}

.lightbox-title {
  margin-bottom: 8px;
  font-size: 1.6rem;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  border: 1px solid rgba(255, 225, 178, 0.26);
  border-radius: 999px;
  background: rgba(255, 248, 240, 0.84);
  color: var(--text);
  padding: 12px 16px;
  cursor: pointer;
  transition: 180ms ease;
}

@media (max-width: 980px) {
  .hero-grid,
  .intro-card,
  .quote-banner,
  .details-grid,
  .modern-feature-band {
    grid-template-columns: 1fr;
  }

  .gallery-card,
  .gallery-card.featured {
    grid-column: span 6;
  }

  .floating-card-top,
  .floating-card-bottom {
    position: static;
    margin-top: 14px;
    max-width: none;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 20px, 100%);
    padding-top: 10px;
  }

  .hero {
    padding: 18px;
    border-radius: 24px;
  }

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

  .hero h1 {
    max-width: none;
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

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

  .blessing-strip {
    width: 100%;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
  }

  .gallery-card,
  .gallery-card.featured {
    grid-column: span 1;
  }

  .lightbox-close {
    top: 12px;
    right: 12px;
  }
}
