:root {
  --cream: #fbf6ee;
  --parchment: #f4ead6;
  --sand: #e7d4b4;
  --clay: #c4783a;
  --terracotta: #a85a2a;
  --saffron: #c96a22;
  --gold: #c9a227;
  --gold-soft: #e4c86a;
  --forest: #3d5340;
  --leaf: #5a7a55;
  --deep: #1c140e;
  --ink: #2a1c14;
  --muted: #6d5c4d;
  --white: #fffdf8;
  --shadow: 0 18px 50px rgba(42, 24, 16, 0.14);
  --radius: 18px;
  --header: 88px;
  --font-display: "Cormorant Garamond", "Tiro Devanagari Marathi", serif;
  --font-marathi: "Noto Serif Devanagari", "Tiro Devanagari Marathi", "Noto Sans Devanagari", serif;
  --font-body: "Outfit", "Noto Sans Devanagari", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + 12px);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(201, 162, 39, 0.09), transparent 28%),
    radial-gradient(circle at 88% 0%, rgba(93, 122, 85, 0.08), transparent 30%),
    var(--cream);
  font-family: var(--font-body);
  line-height: 1.7;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  line-height: 1.2;
  margin: 0 0 0.6rem;
  font-weight: 600;
  overflow-wrap: break-word;
}

p {
  margin: 0 0 1rem;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -40px;
  background: var(--deep);
  color: var(--cream);
  padding: 0.5rem 0.8rem;
  z-index: 100;
}

.skip-link:focus {
  top: 0.6rem;
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 0.55rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--terracotta);
}

.ornament {
  width: 72px;
  height: 10px;
  margin: 0.4rem 0 1.2rem;
  background:
    radial-gradient(circle at 50% 50%, var(--gold) 0 2.5px, transparent 2.7px),
    linear-gradient(90deg, transparent 0 12px, var(--gold) 12px 60px, transparent 60px);
  background-repeat: no-repeat;
  background-position: center, 6px 4px;
  background-size: 100% 100%, 60px 1.5px;
}

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.6rem;
}

.section-head .ornament {
  margin-left: auto;
  margin-right: auto;
}

.section-head h2,
.why-head h2,
.why-intro h2,
.how-head h2,
.visit-head h2,
.about-copy h2,
.location-copy h2,
.contact h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  color: var(--deep);
}

.section-lead {
  color: var(--muted);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.75rem 1.4rem;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-gold {
  background: linear-gradient(180deg, var(--gold-soft), var(--gold));
  color: var(--deep);
  box-shadow: 0 10px 24px rgba(201, 162, 39, 0.28);
}

.btn-outline,
.btn-outline-dark {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 253, 248, 0.55);
}

.btn-outline-dark {
  color: var(--deep);
  border-color: var(--sand);
}

.btn-full {
  width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: #f7f1e7;
  border-bottom: 1px solid rgba(168, 90, 42, 0.12);
  box-shadow: 0 8px 24px rgba(42, 24, 16, 0.08);
}

.header-accent {
  height: 3px;
  background: linear-gradient(90deg, var(--forest), var(--gold) 42%, var(--terracotta) 72%, var(--gold-soft));
}

.nav-wrap {
  width: min(1240px, 100%);
  margin: 0 auto;
  min-height: calc(var(--header) - 3px);
  padding: 12px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0.7rem;
  text-decoration: none;
  min-width: 0;
}

.brand img {
  width: 132px;
  height: auto;
  max-width: 132px;
  object-fit: contain;
  display: block;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.22rem;
  font-weight: 700;
  color: var(--deep);
  letter-spacing: 0.01em;
  line-height: 1.1;
  white-space: nowrap;
}

.header-tools {
  display: none;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.15rem 0.95rem;
}

.site-nav a,
.site-nav .nav-cart {
  text-decoration: none;
  font-size: 0.88rem;
  color: var(--ink);
  padding: 0.35rem 0;
  position: relative;
  background: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
}

.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1.5px;
  background: var(--gold);
  transition: width 0.22s ease;
}

.site-nav a:not(.nav-cta):hover::after,
.site-nav a:not(.nav-cta).is-active::after {
  width: 100%;
}

.site-nav a:not(.nav-cta):hover,
.site-nav a:not(.nav-cta).is-active {
  color: var(--terracotta);
}

.nav-cta {
  margin-left: 0.15rem;
  padding: 0.5rem 1rem !important;
  border-radius: 999px;
  background: var(--forest);
  color: var(--cream) !important;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-cta:hover {
  background: #314536;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(61, 83, 64, 0.28);
}

.nav-cart,
.cart-panel {
  display: none !important;
}

.nav-cart {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--deep);
}

.nav-cart svg {
  width: 18px;
  height: 18px;
}

.site-nav .nav-cart {
  margin-left: 0.1rem;
  padding: 0.42rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(168, 90, 42, 0.22);
  background: rgba(255, 253, 248, 0.7);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.site-nav .nav-cart:hover,
.header-tools .nav-cart:hover {
  border-color: var(--gold);
  background: var(--white);
  transform: translateY(-1px);
}

.header-tools .nav-cart {
  min-height: 42px;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(168, 90, 42, 0.22);
  background: rgba(255, 253, 248, 0.7);
  font-size: 0.82rem;
  font-weight: 500;
}

.nav-toggle {
  display: none;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 10px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: var(--deep);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.cart-panel {
  position: absolute;
  top: calc(100% - 6px);
  right: max(1rem, calc((100% - 1240px) / 2 + 28px));
  width: min(280px, calc(100% - 2rem));
  padding: 1rem 1.1rem 1.05rem;
  background: var(--white);
  border: 1px solid rgba(168, 90, 42, 0.16);
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(42, 24, 16, 0.16);
  z-index: 61;
}

.cart-panel-title {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--deep);
}

.cart-panel p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

body.nav-open {
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: min(92vh, 860px);
  display: grid;
  place-items: end start;
  overflow: hidden;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(28, 20, 14, 0.18) 0%, rgba(28, 20, 14, 0.55) 48%, rgba(28, 20, 14, 0.82) 100%),
    linear-gradient(90deg, rgba(28, 20, 14, 0.45), transparent 55%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 2.2rem));
  margin: 0 0 7vh 6vw;
  color: var(--white);
  padding-bottom: 2rem;
}

.hero-content .eyebrow {
  color: var(--gold-soft);
}

.hero-title {
  font-family: "Noto Serif Devanagari", "Noto Sans Devanagari", var(--font-marathi);
  font-size: clamp(2.1rem, 5.4vw, 4.2rem);
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 1rem;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}

.hero-lead {
  max-width: 58ch;
  color: rgba(255, 253, 248, 0.9);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.highlights,
.gallery,
.contact {
  padding: 5.2rem 0;
}

.why,
.about,
.how-book,
.visit,
.location {
  padding: 5.2rem 0;
}

.highlights {
  background:
    linear-gradient(180deg, rgba(244, 234, 214, 0.7), rgba(251, 246, 238, 0.2));
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.highlight-card,
.contact-cards li {
  background: var(--white);
  border: 1px solid rgba(168, 90, 42, 0.12);
  border-radius: var(--radius);
  padding: 1.4rem 1.2rem 1.5rem;
  box-shadow: var(--shadow);
}

.highlight-card h3 {
  font-size: 1.35rem;
}

.highlight-card p {
  color: var(--muted);
  margin: 0;
  font-size: 0.95rem;
}

.icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 0.9rem;
  color: var(--terracotta);
  background: rgba(196, 120, 58, 0.1);
}

.icon-wrap svg {
  width: 30px;
  height: 30px;
}

.why {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(201, 162, 39, 0.14), transparent 28%),
    radial-gradient(circle at 92% 88%, rgba(61, 83, 64, 0.1), transparent 32%),
    linear-gradient(180deg, #f7ecd4 0%, var(--cream) 100%);
}

.why-deco {
  position: absolute;
  width: 150px;
  color: var(--gold);
  opacity: 0.38;
  pointer-events: none;
  z-index: 0;
}

.why-deco-left {
  left: -18px;
  top: 24px;
}

.why-deco-right {
  right: -12px;
  bottom: 18px;
}

.why .container {
  position: relative;
  z-index: 1;
}

.why-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2.8rem;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.why-head.is-visible {
  opacity: 1;
  transform: none;
}

.why-head .ornament {
  margin-left: auto;
  margin-right: auto;
}

.why-head h2 {
  font-family: var(--font-display);
  letter-spacing: 0.01em;
}

.why-subtitle {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.15rem, 2.4vw, 1.6rem);
  color: var(--terracotta);
  margin: 0;
  line-height: 1.6;
}

.why-layout,
.about-layout,
.location-layout,
.contact-layout,
.footer-grid {
  display: grid;
  gap: 2rem;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.why-card {
  grid-column: auto;
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(251, 246, 238, 0.94));
  border: 1px solid rgba(168, 90, 42, 0.14);
  border-radius: 22px;
  padding: 1.55rem 1.3rem 1.6rem;
  box-shadow: 0 14px 34px rgba(42, 24, 16, 0.08);
  text-align: center;
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 0.8, 0.3, 1),
    transform 0.7s cubic-bezier(0.22, 0.8, 0.3, 1),
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.why-card:nth-child(1) { transition-delay: 0.05s; }
.why-card:nth-child(2) { transition-delay: 0.12s; }
.why-card:nth-child(3) { transition-delay: 0.19s; }
.why-card:nth-child(4) { transition-delay: 0.26s; }
.why-card:nth-child(5) { transition-delay: 0.33s; }
.why-card:nth-child(6) { transition-delay: 0.4s; }
.why-card:nth-child(7) { transition-delay: 0.47s; }

.why-card:last-child {
  grid-column: 2;
}

.why-card-featured {
  border-color: rgba(201, 162, 39, 0.38);
  box-shadow:
    0 16px 36px rgba(42, 24, 16, 0.1),
    0 0 0 1px rgba(228, 200, 106, 0.18);
}

.why-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.why-card.is-visible:hover,
.why-card.is-visible:focus-within {
  transform: translateY(-8px);
  border-color: rgba(201, 162, 39, 0.5);
  box-shadow: 0 22px 40px rgba(42, 24, 16, 0.14);
  transition-delay: 0s;
}

.why-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 0.85rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--terracotta);
  background:
    radial-gradient(circle at 30% 30%, rgba(228, 200, 106, 0.42), transparent 46%),
    rgba(168, 90, 42, 0.1);
  border: 1px solid rgba(201, 162, 39, 0.32);
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.why-card-featured .why-icon {
  color: #8f6b12;
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 236, 170, 0.7), transparent 48%),
    linear-gradient(180deg, rgba(228, 200, 106, 0.28), rgba(168, 90, 42, 0.12));
  box-shadow: 0 8px 18px rgba(201, 162, 39, 0.18);
}

.why-icon svg {
  width: 32px;
  height: 32px;
}

.why-card.is-visible:hover .why-icon {
  transform: scale(1.08);
}

.why-tag {
  margin: 0 0 0.35rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.68rem;
  font-weight: 500;
  color: var(--gold);
}

.why-card h3 {
  font-family: var(--font-display);
  font-size: 1.28rem;
  margin-bottom: 0.45rem;
  color: var(--deep);
  line-height: 1.35;
}

.why-card p:last-child {
  color: var(--muted);
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
}

.about {
  background:
    radial-gradient(circle at 88% 12%, rgba(201, 162, 39, 0.1), transparent 26%),
    linear-gradient(180deg, var(--parchment), #f8f1e3 100%);
  overflow: hidden;
}

.about-layout {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: start;
  gap: 3rem;
}

.location-layout {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
}

.about-media,
.about-copy {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s cubic-bezier(0.22, 0.8, 0.3, 1), transform 0.75s cubic-bezier(0.22, 0.8, 0.3, 1);
}

.about-copy {
  transition-delay: 0.12s;
}

.about-media.is-visible,
.about-copy.is-visible {
  opacity: 1;
  transform: none;
}

.about-media {
  position: relative;
  padding: 12px;
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(201, 162, 39, 0.55), rgba(168, 90, 42, 0.18) 42%, rgba(201, 162, 39, 0.4));
  box-shadow: 0 22px 48px rgba(42, 24, 16, 0.12);
}

.about-media::before,
.about-media::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border: 2px solid var(--gold);
  pointer-events: none;
  z-index: 1;
}

.about-media::before {
  top: 6px;
  left: 6px;
  border-right: 0;
  border-bottom: 0;
  border-radius: 18px 0 0 0;
}

.about-media::after {
  right: 6px;
  bottom: 6px;
  border-left: 0;
  border-top: 0;
  border-radius: 0 0 18px 0;
}

.about-frame {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #1a2744;
  line-height: 0;
}

.about-media img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  vertical-align: middle;
}

.about-kicker {
  margin: 0 0 0.45rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 500;
  color: var(--terracotta);
}

.about-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3.2vw, 2.4rem);
  line-height: 1.35;
}

.about-heart {
  color: var(--terracotta);
  font-size: 0.82em;
}

.about-text p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
  margin: 0 0 0.95rem;
}

.about-text p:last-child {
  margin-bottom: 0;
}

.about-mark {
  color: var(--deep);
  font-weight: 600;
}

.about-quote {
  margin: 1.15rem 0 0;
  padding: 0.85rem 0 0;
  border-top: 1px solid rgba(168, 90, 42, 0.14);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.12rem;
  line-height: 1.7;
  color: var(--terracotta);
}

.about-highlights {
  list-style: none;
  margin: 1.35rem 0 1.15rem;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.about-highlights li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
  font-weight: 500;
  color: var(--deep);
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid rgba(168, 90, 42, 0.12);
  border-radius: 18px;
  padding: 0.7rem 0.9rem;
}

.about-hi-copy {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

.about-hi-copy strong {
  font-size: 0.95rem;
  color: var(--deep);
  line-height: 1.35;
}

.about-hi-copy span {
  font-weight: 400;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.55;
}

.about-close {
  margin: 0 0 1.35rem;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--terracotta);
}

.about-hi-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--terracotta);
  background: rgba(168, 90, 42, 0.1);
}

.about-hi-icon svg {
  width: 20px;
  height: 20px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.gallery-item {
  position: relative;
  border: 0;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  background: var(--deep);
  min-height: 280px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.45s ease;
}

.gallery-item span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.1rem;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.25rem;
  background: linear-gradient(transparent, rgba(28, 20, 14, 0.78));
  text-align: left;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.06);
}

html.js-ready .gallery:not(.is-expanded) .gallery-extra {
  display: none;
}

.gallery-more {
  display: none;
  justify-content: center;
  margin-top: 1.6rem;
}

html.js-ready .gallery-more {
  display: flex;
}

.gallery-more-btn {
  font-family: "Noto Sans Devanagari", "Noto Serif Devanagari", var(--font-marathi), sans-serif;
  min-width: 200px;
}

.how-book {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(201, 162, 39, 0.1), transparent 30%),
    radial-gradient(circle at 90% 80%, rgba(61, 83, 64, 0.08), transparent 32%),
    linear-gradient(180deg, #fbf6ee 0%, #f4ead6 100%);
}

.how-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 2.8rem;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.how-head.is-visible {
  opacity: 1;
  transform: none;
}

.how-head .ornament {
  margin-left: auto;
  margin-right: auto;
}

.how-kicker {
  margin: 0 0 0.5rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 500;
  color: var(--terracotta);
}

.how-head h2 {
  font-family: "Noto Serif Devanagari", "Noto Sans Devanagari", var(--font-marathi);
  font-size: clamp(1.6rem, 3.4vw, 2.55rem);
  line-height: 1.45;
}

.how-track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
  position: relative;
  counter-reset: none;
}

.how-track::before {
  content: "";
  position: absolute;
  top: 58px;
  left: 11%;
  right: 11%;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.55), transparent);
  z-index: 0;
}

.how-card {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(251, 246, 238, 0.94));
  border: 1px solid rgba(168, 90, 42, 0.14);
  border-radius: 22px;
  padding: 1.4rem 1.15rem 1.45rem;
  box-shadow: 0 14px 34px rgba(42, 24, 16, 0.08);
  text-align: center;
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 0.8, 0.3, 1),
    transform 0.7s cubic-bezier(0.22, 0.8, 0.3, 1),
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.how-card:nth-child(1) { transition-delay: 0.05s; }
.how-card:nth-child(2) { transition-delay: 0.12s; }
.how-card:nth-child(3) { transition-delay: 0.19s; }
.how-card:nth-child(4) { transition-delay: 0.26s; }

.how-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.how-card.is-visible:hover,
.how-card.is-visible:focus-within {
  transform: translateY(-8px);
  border-color: rgba(201, 162, 39, 0.45);
  box-shadow: 0 22px 40px rgba(42, 24, 16, 0.14);
  transition-delay: 0s;
}

.how-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 52px;
  right: -0.45rem;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid var(--gold);
  border-right: 2px solid var(--gold);
  transform: rotate(45deg);
  z-index: 2;
}

.how-num {
  display: block;
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.how-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 0.85rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--terracotta);
  background:
    radial-gradient(circle at 30% 30%, rgba(228, 200, 106, 0.35), transparent 46%),
    rgba(168, 90, 42, 0.1);
  border: 1px solid rgba(201, 162, 39, 0.28);
  transition: transform 0.3s ease;
}

.how-icon svg {
  width: 28px;
  height: 28px;
}

.how-card.is-visible:hover .how-icon {
  transform: scale(1.08);
}

.how-label {
  margin: 0 0 0.35rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--terracotta);
}

.how-card h3 {
  font-family: "Noto Serif Devanagari", "Noto Sans Devanagari", var(--font-marathi);
  font-size: 1.12rem;
  line-height: 1.45;
  margin-bottom: 0.45rem;
  color: var(--deep);
}

.how-card p:last-child {
  color: var(--muted);
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
}

.visit {
  background:
    radial-gradient(circle at 86% 12%, rgba(201, 162, 39, 0.1), transparent 28%),
    linear-gradient(180deg, #f4ead6 0%, #fbf6ee 100%);
}

.visit-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 2.6rem;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.visit-head.is-visible {
  opacity: 1;
  transform: none;
}

.visit-head .ornament {
  margin-left: auto;
  margin-right: auto;
}

.visit-kicker {
  margin: 0 0 0.5rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 500;
  color: var(--terracotta);
}

.visit-head h2 {
  font-family: "Noto Serif Devanagari", "Noto Sans Devanagari", var(--font-marathi);
  font-size: clamp(1.65rem, 3.4vw, 2.55rem);
  line-height: 1.45;
}

.visit-lead {
  font-family: "Noto Serif Devanagari", "Noto Sans Devanagari", var(--font-marathi);
  font-size: clamp(1.02rem, 2vw, 1.2rem);
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
}

.visit-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.5rem;
  align-items: stretch;
}

.visit-card,
.visit-map {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s cubic-bezier(0.22, 0.8, 0.3, 1), transform 0.75s cubic-bezier(0.22, 0.8, 0.3, 1);
}

.visit-map {
  transition-delay: 0.12s;
}

.visit-card.is-visible,
.visit-map.is-visible {
  opacity: 1;
  transform: none;
}

.visit-card {
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(251, 246, 238, 0.94));
  border: 1px solid rgba(168, 90, 42, 0.14);
  border-radius: 24px;
  padding: 1.5rem 1.35rem 1.45rem;
  box-shadow: 0 16px 36px rgba(42, 24, 16, 0.08);
}

.visit-details {
  list-style: none;
  margin: 0 0 1.3rem;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.visit-details li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}

.visit-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--terracotta);
  background: rgba(168, 90, 42, 0.1);
  border: 1px solid rgba(201, 162, 39, 0.28);
}

.visit-icon svg {
  width: 20px;
  height: 20px;
}

.visit-details h3 {
  font-size: 0.95rem;
  margin: 0 0 0.2rem;
  color: var(--terracotta);
}

.visit-details address,
.visit-details p {
  margin: 0;
  font-style: normal;
  color: var(--ink);
  line-height: 1.7;
  font-family: "Noto Sans Devanagari", var(--font-marathi), var(--font-body);
}

.visit-details a {
  text-decoration: none;
  color: var(--deep);
}

.visit-details a:hover {
  color: var(--terracotta);
}

.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.visit-actions .btn {
  min-height: 46px;
  padding: 0.65rem 1.15rem;
}

.visit-map {
  border-radius: 24px;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(168, 90, 42, 0.15);
  box-shadow: 0 16px 36px rgba(42, 24, 16, 0.08);
  background: var(--parchment);
}

.visit-map iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}

.location-copy address {
  font-style: normal;
  margin: 1rem 0;
  line-height: 1.8;
  font-family: var(--font-marathi), var(--font-body);
}

.location-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 1.4rem;
}

.location-meta li {
  margin-bottom: 0.55rem;
  color: var(--muted);
}

.location-meta span {
  display: inline-block;
  min-width: 64px;
  color: var(--terracotta);
  font-weight: 600;
}

.map-frame {
  border-radius: 24px;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid rgba(168, 90, 42, 0.15);
  box-shadow: var(--shadow);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}

.contact {
  background:
    linear-gradient(180deg, rgba(61, 83, 64, 0.12), rgba(251, 246, 238, 0.4));
}

.contact-layout {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.contact-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.8rem;
}

.contact-cards h3 {
  font-size: 1.05rem;
  color: var(--terracotta);
}

.contact-cards p,
.contact-cards a {
  margin: 0;
  text-decoration: none;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 5.6rem 0;
  color: var(--cream);
  background:
    radial-gradient(ellipse at 50% 40%, rgba(201, 162, 39, 0.22), transparent 52%),
    linear-gradient(180deg, #3a2418 0%, #1c140e 55%, #15100c 100%);
}

.final-cta-glow {
  position: absolute;
  inset: 18% 22%;
  background: radial-gradient(circle, rgba(232, 184, 90, 0.28), transparent 68%);
  filter: blur(18px);
  pointer-events: none;
}

.final-cta-deco {
  position: absolute;
  width: min(220px, 28vw);
  height: auto;
  color: var(--gold-soft);
  opacity: 0.45;
  pointer-events: none;
}

.final-cta-deco-left {
  left: -12px;
  bottom: -8px;
}

.final-cta-deco-right {
  right: -12px;
  top: -8px;
  transform: scaleX(-1);
}

.final-cta-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s cubic-bezier(0.22, 0.8, 0.3, 1), transform 0.8s cubic-bezier(0.22, 0.8, 0.3, 1);
}

.final-cta-inner.is-visible {
  opacity: 1;
  transform: none;
}

.final-cta-kicker {
  margin: 0 0 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--gold-soft);
}

.final-cta h2 {
  font-family: "Noto Serif Devanagari", "Noto Sans Devanagari", var(--font-marathi);
  font-size: clamp(1.85rem, 4.2vw, 3.1rem);
  font-weight: 600;
  line-height: 1.45;
  color: var(--cream);
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.final-cta-lead {
  margin: 0.85rem auto 0;
  max-width: 38rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(247, 241, 231, 0.9);
}

.final-cta-ornament {
  margin: 0.3rem auto 1.6rem;
  background:
    radial-gradient(circle at 50% 50%, var(--gold-soft) 0 2.5px, transparent 2.7px),
    linear-gradient(90deg, transparent 0 12px, var(--gold-soft) 12px 60px, transparent 60px);
  background-repeat: no-repeat;
  background-position: center, 6px 4px;
  background-size: 100% 100%, 60px 1.5px;
}

.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
}

.final-cta-actions .btn {
  min-width: 200px;
}

.final-cta-actions .btn-outline {
  color: var(--cream);
  border-color: rgba(247, 241, 231, 0.45);
}

.final-cta-actions .btn-outline:hover {
  background: rgba(247, 241, 231, 0.08);
}

.site-footer {
  background: var(--deep);
  color: rgba(251, 246, 238, 0.82);
  padding: 0 0 1.3rem;
  border-top: 1px solid rgba(201, 162, 39, 0.18);
}

.footer-accent {
  height: 3px;
  margin-bottom: 3.1rem;
  background: linear-gradient(90deg, var(--forest), var(--gold) 42%, var(--terracotta) 72%, var(--gold-soft));
}

.footer-grid {
  grid-template-columns: 1.35fr 0.78fr 0.9fr 1.2fr 0.7fr;
  gap: 2rem 1.5rem;
  align-items: start;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(247, 241, 231, 0.1);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  align-items: flex-start;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  line-height: 0;
}

.footer-brand img,
.footer-logo img {
  width: 132px;
  height: auto;
  max-width: 140px;
  object-fit: contain;
}

.footer-tagline {
  margin: 0;
  font-family: "Noto Serif Devanagari", "Noto Sans Devanagari", var(--font-marathi);
  font-size: 1.05rem;
  color: var(--gold-soft);
  line-height: 1.6;
}

.footer-desc {
  margin: 0;
  max-width: 38ch;
  font-family: "Noto Sans Devanagari", var(--font-marathi), var(--font-body);
  font-size: 0.92rem;
  line-height: 1.75;
  color: rgba(251, 246, 238, 0.7);
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.footer-col h3 {
  margin: 0 0 0.5rem;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.footer-col a {
  text-decoration: none;
  color: rgba(251, 246, 238, 0.78);
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.footer-col a:hover {
  color: var(--gold-soft);
}

.footer-contact p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(251, 246, 238, 0.78);
  font-family: "Noto Sans Devanagari", var(--font-marathi), var(--font-body);
}

.footer-contact span {
  display: block;
  color: var(--gold-soft);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.1rem;
}

.footer-follow .footer-social {
  margin-top: 0.15rem;
}

.footer-social {
  display: flex;
  gap: 0.55rem;
  margin-top: 0.7rem;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--cream);
  border: 1px solid rgba(201, 162, 39, 0.35);
  background: rgba(201, 162, 39, 0.08);
  transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.footer-social a:hover {
  background: var(--gold);
  color: var(--deep);
  transform: translateY(-2px);
}

.footer-social svg {
  width: 18px;
  height: 18px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.6rem 1.2rem;
  padding-top: 1.15rem;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(251, 246, 238, 0.55);
}

.footer-bottom p:last-child {
  font-family: "Noto Sans Devanagari", var(--font-marathi), var(--font-body);
  color: var(--gold-soft);
}

.lightbox,
.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(20, 12, 8, 0.84);
  display: grid;
  place-items: center;
  padding: 1.2rem;
}

.lightbox img {
  max-width: min(920px, 100%);
  max-height: 78vh;
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.lightbox-caption,
.modal-lead {
  color: rgba(251, 246, 238, 0.85);
  text-align: center;
}

.lightbox-close,
.modal-close {
  position: absolute;
  top: 1rem;
  right: 1.1rem;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.12);
  color: var(--cream);
  font-size: 1.8rem;
  cursor: pointer;
}

.modal-card {
  width: min(520px, 100%);
  background: var(--cream);
  color: var(--ink);
  border-radius: 24px;
  padding: 1.6rem 1.4rem 1.5rem;
  position: relative;
  box-shadow: var(--shadow);
}

.modal-lead {
  color: var(--muted);
  text-align: left;
}

.modal-card label {
  display: block;
  margin-bottom: 0.85rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.modal-card input,
.modal-card select,
.modal-card textarea {
  width: 100%;
  margin-top: 0.3rem;
  border: 1px solid var(--sand);
  border-radius: 12px;
  background: var(--white);
  padding: 0.7rem 0.8rem;
}

.form-status {
  min-height: 1.4em;
  color: var(--forest);
  font-size: 0.92rem;
}

.modal-close {
  background: rgba(42, 24, 16, 0.08);
  color: var(--deep);
}

[hidden] {
  display: none !important;
}

/* Marathi labels: keep kicker size/color, drop Latin-style tracking */
.eyebrow,
.why-tag,
.about-kicker,
.how-kicker,
.how-label,
.visit-kicker,
.final-cta-kicker,
.footer-col h3,
.footer-contact span {
  letter-spacing: 0.04em;
  text-transform: none;
}

@media (max-width: 1400px) and (min-width: 1181px) {
  .nav-wrap {
    gap: 0.8rem;
    padding: 12px 20px;
  }

  .brand img {
    width: 118px;
    max-width: 118px;
  }

  .brand-name {
    font-size: 1.05rem;
  }

  .site-nav {
    gap: 0.08rem 0.5rem;
  }

  .site-nav a,
  .site-nav .nav-cart {
    font-size: 0.78rem;
  }

  .nav-cta {
    padding: 0.45rem 0.8rem !important;
  }
}

@media (max-width: 980px) {
  .highlight-grid,
  .gallery-grid,
  .contact-layout {
    grid-template-columns: 1fr 1fr;
  }

  .why-grid {
    grid-template-columns: 1fr 1fr;
  }

  .why-card,
  .why-card:nth-child(4),
  .why-card:nth-child(5),
  .why-card:last-child {
    grid-column: auto;
  }

  .why-layout,
  .location-layout {
    grid-template-columns: 1fr;
  }

  .how-track {
    grid-template-columns: 1fr 1fr;
  }

  .how-track::before,
  .how-card:not(:last-child)::after {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) and (min-width: 701px) {
  .why-card:last-child {
    grid-column: 1 / -1;
    max-width: 22rem;
    width: 100%;
    justify-self: center;
  }
}

@media (max-width: 1180px) {
  :root {
    --header: 80px;
  }

  .nav-wrap {
    padding: 12px 20px;
    gap: 0.75rem;
  }

  .brand img {
    width: 110px;
    max-width: 110px;
  }

  .brand-name {
    font-size: 1.05rem;
  }

  .header-tools {
    display: flex;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.55rem 1rem 1rem;
    background: #f7f1e7;
    border-bottom: 1px solid rgba(168, 90, 42, 0.12);
    box-shadow: 0 16px 28px rgba(42, 24, 16, 0.1);
    max-height: calc(100dvh - var(--header));
    overflow-y: auto;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a,
  .site-nav .nav-cart {
    padding: 0.8rem 0.2rem;
    font-size: 0.95rem;
  }

  .site-nav .nav-cart {
    display: none;
  }

  .nav-cta {
    margin: 0.45rem 0 0;
    text-align: center;
  }

  .cart-panel {
    right: 1rem;
  }
}

@media (max-width: 860px) {
  .hero-content {
    margin: 0 auto 6vh;
  }
}

@media (max-width: 400px) {
  .nav-wrap {
    padding: 12px 16px;
  }

  .brand img {
    width: 92px;
    max-width: 92px;
  }

  .brand-name {
    font-size: 0.95rem;
  }

  .header-tools .nav-cart span {
    display: none;
  }
}

@media (max-width: 760px) {
  .about-layout {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .about-copy {
    transition-delay: 0s;
  }

  .about-copy h2 {
    font-size: clamp(1.55rem, 7vw, 2.1rem);
  }

  .about-text p {
    font-size: 1rem;
    line-height: 1.75;
  }

  .visit-layout {
    grid-template-columns: 1fr;
  }

  .visit-map {
    transition-delay: 0s;
  }

  .visit-map iframe {
    min-height: 280px;
  }
}

@media (max-width: 700px) {
  .highlight-grid,
  .why-grid,
  .gallery-grid,
  .how-track,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .why-card,
  .how-card {
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }

  .final-cta {
    padding: 4.2rem 0;
  }

  .final-cta-actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 22rem;
    margin: 0 auto;
  }

  .final-cta-actions .btn,
  .hero-actions .btn,
  .visit-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 52px;
  }

  .hero-actions,
  .visit-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions {
    max-width: 22rem;
  }

  .footer-brand img {
    width: 120px;
    max-width: 100%;
  }

  .final-cta-deco {
    width: 120px;
    opacity: 0.28;
  }

  .hero {
    min-height: 86vh;
  }

  .map-frame,
  .map-frame iframe,
  .gallery-item,
  .gallery-item img {
    min-height: 240px;
  }
}

html:not(.js-ready) .why-head,
html:not(.js-ready) .why-card,
html:not(.js-ready) .about-media,
html:not(.js-ready) .about-copy,
html:not(.js-ready) .how-head,
html:not(.js-ready) .how-card,
html:not(.js-ready) .visit-head,
html:not(.js-ready) .visit-card,
html:not(.js-ready) .visit-map,
html:not(.js-ready) .final-cta-inner {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn,
  .gallery-item img,
  .why-card,
  .why-icon,
  .how-card,
  .how-icon,
  .about-media,
  .about-copy,
  .visit-head,
  .visit-card,
  .visit-map,
  .final-cta-inner {
    transition: none;
  }

  .why-card,
  .how-card {
    opacity: 1;
    transform: none;
  }

  .why-head,
  .how-head,
  .about-media,
  .about-copy,
  .visit-head,
  .visit-card,
  .visit-map,
  .final-cta-inner {
    opacity: 1;
    transform: none;
  }
}
