:root {
  --ink: #090706;
  --charcoal: #14100e;
  --plum: #2c1427;
  --gold: #e7a73c;
  --gold-soft: #f2c66e;
  --rose: #9a6b61;
  --ivory: #fbf5e8;
  --muted: #cbbda5;
  --line: rgba(242, 198, 110, 0.22);
  --shadow: 0 22px 80px rgba(0, 0, 0, 0.34);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ivory);
  background: var(--ink);
  overflow-x: hidden;
}

body.theme-board {
  --ink: #080912;
  --charcoal: #101326;
  --plum: #2b205f;
  --gold: #f2a95a;
  --gold-soft: #ffd38a;
  --rose: #b36877;
  --ivory: #fff5dd;
  --muted: #c8c4d8;
  --line: rgba(255, 211, 138, 0.28);
}

body.menu-open {
  overflow: hidden;
}

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

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

p,
h1,
h2,
h3 {
  margin: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(9, 7, 6, 0.76);
  backdrop-filter: blur(18px);
}

body.theme-board .site-header {
  background: rgba(8, 9, 18, 0.78);
  border-bottom-color: rgba(255, 211, 138, 0.16);
}

.brand-mark {
  width: 94px;
}

.desktop-nav {
  justify-self: center;
  display: flex;
  gap: 26px;
  color: rgba(251, 245, 232, 0.78);
  font-size: 0.88rem;
  font-weight: 600;
}

.desktop-nav a:hover,
.site-footer a:hover {
  color: var(--gold-soft);
}

.desktop-nav a.is-active {
  color: var(--gold-soft);
}

.page-main {
  padding-top: 74px;
}

.page-main > section {
  min-height: calc(100svh - 74px);
}

.page-main h1 {
  max-width: 900px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.7rem, 6vw, 5.6rem);
  line-height: 0.98;
}

.page-action {
  margin-top: 28px;
}

.booking-page {
  display: flex;
  align-items: center;
}

.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.booking-note-light {
  margin-top: 24px;
  color: var(--gold-soft);
  font-weight: 700;
}

.experience-lead {
  width: min(720px, 100%);
  margin-top: 24px;
  color: #514838;
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.7;
}

.food-menu {
  position: relative;
  overflow: hidden;
}

.food-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 90% 6%, rgba(242, 169, 90, 0.14), transparent 28%),
    radial-gradient(circle at 5% 70%, rgba(74, 66, 170, 0.22), transparent 30%);
}

.food-menu > * {
  position: relative;
  z-index: 1;
}

.menu-intro {
  display: grid;
  grid-template-columns: minmax(280px, 1.15fr) minmax(260px, 0.85fr);
  align-items: end;
  gap: clamp(32px, 8vw, 120px);
  max-width: 1180px;
  margin: 0 auto 56px;
}

.menu-intro h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 1;
}

.menu-intro > p {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.75;
}

.menu-gallery {
  display: grid;
  grid-template-columns: 1.6fr 0.7fr;
  grid-template-rows: repeat(2, minmax(190px, 260px));
  gap: 12px;
  max-width: 1180px;
  margin: 0 auto clamp(64px, 8vw, 100px);
}

.menu-gallery figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.menu-gallery-main {
  grid-row: 1 / 3;
}

.menu-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.menu-gallery figure:hover img {
  transform: scale(1.025);
}

.menu-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px clamp(40px, 8vw, 110px);
  max-width: 1180px;
  margin: 0 auto;
}

.menu-group {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.menu-number {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.menu-group h3 {
  margin: 8px 0 26px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.menu-group ul {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-group li {
  display: grid;
  gap: 5px;
}

.menu-group li span {
  color: var(--ivory);
  font-size: 1rem;
  font-weight: 700;
}

.menu-group li small {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.menu-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: 1180px;
  margin: clamp(70px, 9vw, 120px) auto 0;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.menu-footer p {
  max-width: 670px;
  color: var(--muted);
  line-height: 1.7;
}

.photo-credit {
  max-width: 1180px;
  margin: 34px auto 0;
  color: rgba(200, 196, 216, 0.48);
  font-size: 0.66rem;
  line-height: 1.5;
}

.photo-credit a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.founder-hero {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(380px, 1.3fr);
  align-items: end;
  gap: clamp(36px, 6vw, 90px);
  height: calc(100svh - 74px);
  min-height: 620px !important;
  padding-top: clamp(42px, 6vh, 76px) !important;
  padding-bottom: clamp(34px, 5vh, 64px);
}

.founder-heading {
  padding-bottom: clamp(20px, 5vw, 80px);
}

.founder-intro {
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.7;
}

.founder-portrait {
  align-self: stretch;
  margin: 0;
  overflow: hidden;
  border-radius: 240px 240px 18px 18px;
  box-shadow: var(--shadow);
}

.founder-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder-story {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(40px, 8vw, 120px);
  color: #211a2b;
  background:
    radial-gradient(circle at 8% 12%, rgba(242, 169, 90, 0.2), transparent 28%),
    radial-gradient(circle at 92% 88%, rgba(43, 32, 95, 0.1), transparent 30%),
    linear-gradient(145deg, #fff8e9, #eee4cf);
}

body.theme-board .founder-story .eyebrow {
  color: #704215 !important;
  text-shadow: none;
}

.founder-story-title {
  align-self: start;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid rgba(43, 32, 95, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 246, 0.66);
  box-shadow: 0 24px 70px rgba(43, 32, 95, 0.08);
}

.founder-story-title h2 {
  color: #21182d;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 4.5vw, 4.3rem);
  line-height: 1.05;
}

.founder-copy {
  display: grid;
  gap: 22px;
  max-width: 720px;
  color: #403849;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.85;
}

.founder-copy > p:first-child::first-letter {
  float: left;
  margin: 8px 10px 0 0;
  color: #704215;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 0.72;
}

.founder-copy blockquote {
  margin: 18px 0 0;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(112, 66, 21, 0.2);
  border-left: 5px solid #b46f25;
  border-radius: 0 8px 8px 0;
  color: #21182d;
  background: rgba(255, 253, 246, 0.78);
  box-shadow: 0 20px 50px rgba(43, 32, 95, 0.08);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 2.7vw, 2.3rem);
  line-height: 1.35;
}

@media (min-width: 901px) {
  .founder-story-title {
    position: sticky;
    top: 118px;
  }
}

.header-cta,
.button,
.experience-card a,
.artist-bio a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
}

.header-cta,
.button.primary,
.experience-card a,
.artist-bio a {
  color: #100a05;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  box-shadow: 0 12px 36px rgba(231, 167, 60, 0.2);
}

.button.secondary {
  color: var(--ivory);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--ivory);
}

.mobile-menu {
  position: fixed;
  inset: 72px 16px auto;
  z-index: 29;
  display: none;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(20, 16, 14, 0.96);
  box-shadow: var(--shadow);
}

.mobile-menu a {
  display: block;
  padding: 14px;
  color: var(--ivory);
  font-weight: 700;
}

.mobile-menu.is-open {
  display: block;
}

section,
.site-footer {
  padding: clamp(72px, 9vw, 120px) clamp(18px, 5vw, 76px);
}

.section-dark {
  background: radial-gradient(circle at 15% 20%, rgba(154, 107, 97, 0.24), transparent 30%), var(--ink);
}

.section-warm {
  color: var(--ivory);
  background: linear-gradient(135deg, #1b1110, #2c1427 55%, #130d0b);
}

.section-light {
  color: #1d140e;
  background: linear-gradient(180deg, #fbf5e8, #ead7b6);
}

body.theme-board .section-dark {
  background: radial-gradient(circle at 14% 18%, rgba(74, 66, 170, 0.34), transparent 32%), var(--ink);
}

body.theme-board .section-warm {
  background: linear-gradient(135deg, #11172a, #2b205f 54%, #0b101d);
}

body.theme-board .section-light {
  color: #151221;
  background: linear-gradient(180deg, #fff4dc, #d9cfb5);
}

.intro,
.artists,
.events,
.final-cta {
  position: relative;
  overflow: hidden;
}

.intro::before,
.artists::before,
.events::before,
.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.intro > *,
.artists > *,
.events > *,
.final-cta > * {
  position: relative;
  z-index: 1;
}

.intro::before {
  background:
    linear-gradient(135deg, rgba(17, 23, 42, 0.82), rgba(43, 32, 95, 0.88)),
    url("../images/restaurant-dining.jpg") center / cover;
  opacity: 0.92;
}

.artists::before {
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 211, 138, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(8, 9, 18, 0.9), rgba(8, 9, 18, 0.96)),
    url("../images/music-stage-bg.jpg") center / cover;
}

.events::before {
  background:
    linear-gradient(135deg, rgba(43, 32, 95, 0.82), rgba(8, 9, 18, 0.9)),
    url("../images/live-music.jpg") center / cover;
}

.final-cta::before {
  background:
    linear-gradient(90deg, rgba(8, 9, 18, 0.96), rgba(8, 9, 18, 0.82) 42%, rgba(8, 9, 18, 0.7)),
    url("../images/plated-food.jpg"),
    url("../images/live-music.jpg"),
    url("../images/group-dining.jpg"),
    url("../images/table-setting.jpg");
  background-size: 100% 100%, 25% 100%, 25% 100%, 25% 100%, 25% 100%;
  background-position: center, left center, 33.333% center, 66.666% center, right center;
  background-repeat: no-repeat;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding-top: 120px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 7, 6, 0.38), rgba(9, 7, 6, 0.86)),
    url("../images/live-music.jpg") center / cover;
  opacity: 0.34;
}

body.theme-board .hero::before {
  background:
    linear-gradient(180deg, rgba(8, 9, 18, 0.28), rgba(8, 9, 18, 0.86)),
    url("../images/board.jpg") center / cover;
  opacity: 0.58;
}

.hero-glow {
  position: absolute;
  width: 52vw;
  max-width: 760px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(231, 167, 60, 0.24), transparent 66%);
  filter: blur(12px);
}

body.theme-board .hero-glow {
  background: radial-gradient(circle, rgba(43, 32, 95, 0.42), rgba(242, 169, 90, 0.16), transparent 68%);
}

.hero-inner {
  position: relative;
  width: min(920px, 100%);
  text-align: center;
}

.hero-logo {
  width: min(520px, 86vw);
  margin: 0 auto 22px;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--gold-soft);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
  line-height: 0.98;
}

h1 {
  font-size: clamp(3rem, 8vw, 6.8rem);
  max-width: 900px;
  margin: 0 auto;
}

h2 {
  font-size: clamp(2.2rem, 5vw, 4.6rem);
}

h3 {
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  line-height: 1.15;
}

.hero-copy {
  width: min(720px, 100%);
  margin: 24px auto 0;
  color: rgba(251, 245, 232, 0.82);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(32px, 7vw, 88px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.intro-copy {
  display: grid;
  gap: 18px;
  color: rgba(251, 245, 232, 0.82);
  font-size: 1.06rem;
  line-height: 1.75;
}

.intro-dining-photo {
  margin: 8px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 211, 138, 0.2);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.intro-dining-photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.section-heading {
  max-width: 820px;
  margin: 0 auto clamp(34px, 5vw, 58px);
  text-align: center;
}

.section-light .eyebrow {
  color: #83551e;
}

.experiences {
  position: relative;
  overflow: hidden;
}

.experiences::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 245, 221, 0.88), rgba(217, 207, 181, 0.9)),
    url("../images/india-stage.jpg") center / cover;
}

.experiences > * {
  position: relative;
}

body.theme-board .experiences {
  color: var(--ivory);
}

body.theme-board .experiences::before {
  background:
    linear-gradient(180deg, rgba(8, 9, 18, 0.76), rgba(16, 19, 38, 0.88)),
    url("../images/india-stage.jpg") center / cover;
}

body.theme-board .section-light .eyebrow {
  color: var(--gold-soft);
}

body.theme-board .experience-card {
  border-color: rgba(255, 211, 138, 0.2);
  background: rgba(8, 9, 18, 0.72);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.28);
}

body.theme-board .experience-card span {
  color: var(--gold-soft);
}

body.theme-board .experience-card p,
body.theme-board .booking-note {
  color: rgba(255, 245, 221, 0.76);
}

.experience-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.experience-card {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 310px;
  padding: 28px;
  border: 1px solid rgba(29, 20, 14, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 18px 60px rgba(65, 42, 14, 0.12);
}

.experience-card span {
  color: #8a5a22;
  font-weight: 800;
}

.experience-card p,
.booking-note {
  color: rgba(29, 20, 14, 0.72);
  line-height: 1.7;
}

.booking-note {
  max-width: 800px;
  margin: 28px auto 0;
  text-align: center;
  font-weight: 600;
}

.artist-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
}

.featured-artist {
  position: sticky;
  top: 110px;
  align-self: start;
  display: grid;
  gap: 20px;
  min-height: 520px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(9, 7, 6, 0.24), rgba(9, 7, 6, 0.86)),
    url("../images/candle-dinner.jpg") center / cover;
  box-shadow: var(--shadow);
}

body.theme-board .featured-artist {
  background:
    linear-gradient(180deg, rgba(8, 9, 18, 0.24), rgba(8, 9, 18, 0.88)),
    var(--artist-image, url("../images/tushar-joshi-live.jpg")) center / cover;
  transition: background-image 240ms ease;
}

.featured-artist h3 {
  margin-top: auto;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
}

.featured-artist p:not(.eyebrow) {
  max-width: 420px;
  color: rgba(251, 245, 232, 0.84);
  line-height: 1.7;
}

.featured-artist .button {
  justify-self: start;
}

.artist-list {
  display: grid;
  gap: 12px;
}

.artist-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.artist-item button {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 20px;
  border: 0;
  color: var(--ivory);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.artist-item button span {
  font-size: 1.1rem;
  font-weight: 800;
}

.artist-item button small {
  color: var(--muted);
  font-weight: 700;
}

.artist-bio {
  display: none;
  padding: 0 20px 22px;
  color: rgba(251, 245, 232, 0.78);
  line-height: 1.7;
}

.artist-bio a {
  margin-top: 16px;
  min-height: 40px;
}

.artist-item.is-open .artist-bio {
  display: block;
}

.events {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}

.photo-stack {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 14px;
}

.photo-stack img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(251, 245, 232, 0.18);
  box-shadow: var(--shadow);
}

.photo-stack img:first-child {
  min-height: 520px;
}

.photo-stack div {
  display: grid;
  gap: 14px;
}

.event-copy {
  max-width: 560px;
}

.event-copy p:not(.eyebrow),
.final-cta p {
  margin-top: 20px;
  color: rgba(251, 245, 232, 0.8);
  font-size: 1.05rem;
  line-height: 1.75;
}

.event-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.event-tags span {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ivory);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.86rem;
  font-weight: 700;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  border-top: 1px solid var(--line);
}

.final-cta div {
  max-width: 780px;
}

.site-footer {
  padding-top: clamp(62px, 8vw, 104px);
  padding-bottom: 0;
  color: rgba(251, 245, 232, 0.68);
  border-top: 1px solid rgba(242, 198, 110, 0.14);
  background:
    radial-gradient(circle at 20% 0%, rgba(154, 107, 97, 0.18), transparent 34%),
    linear-gradient(180deg, #100b09, #060403);
}

body.theme-board .site-footer {
  background:
    radial-gradient(circle at 20% 0%, rgba(43, 32, 95, 0.34), transparent 34%),
    linear-gradient(180deg, #101326, #060711);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(42px, 8vw, 112px);
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: clamp(38px, 5vw, 64px);
  border-bottom: 1px solid rgba(242, 198, 110, 0.14);
}

.footer-brand {
  max-width: 360px;
}

.footer-logo {
  display: block;
  width: 168px;
  margin-bottom: 20px;
}

.footer-logo img {
  width: 100%;
  height: auto;
}

.footer-tagline {
  max-width: 340px;
  color: var(--ivory);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.28;
}

.footer-copy {
  margin-top: 14px;
  color: rgba(251, 245, 232, 0.64);
  font-size: 0.92rem;
  line-height: 1.7;
}

.footer-booking {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 22px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #120c07;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  font-size: 0.86rem;
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 42px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(18px, 3vw, 34px);
}

.footer-nav a {
  color: rgba(251, 245, 232, 0.66);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: clamp(28px, 5vw, 72px);
  width: min(560px, 100%);
  padding-top: 28px;
  border-top: 1px solid rgba(242, 198, 110, 0.14);
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  text-align: right;
}

.footer-title {
  margin-bottom: 4px;
  color: var(--gold-soft);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-column a {
  color: rgba(251, 245, 232, 0.66);
  font-size: 0.9rem;
}

.footer-nav a:hover,
.footer-column a:hover {
  color: var(--ivory);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 0 22px;
  color: rgba(251, 245, 232, 0.38);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
}

.whatsapp-float img {
  width: 34px;
  height: 34px;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .section-grid,
  .artist-layout,
  .events,
  .menu-intro,
  .founder-hero,
  .founder-story {
    grid-template-columns: 1fr;
  }

  .menu-groups {
    grid-template-columns: 1fr;
  }

  .founder-heading {
    padding-bottom: 0;
  }

  .founder-portrait {
    width: min(620px, 100%);
    margin: 0 auto;
  }

  .experience-list {
    grid-template-columns: 1fr;
  }

  .featured-artist {
    position: relative;
    top: auto;
    min-height: 420px;
  }

  .photo-stack {
    grid-template-columns: 1fr;
  }

  .photo-stack img:first-child,
  .photo-stack img {
    min-height: 260px;
  }

  .photo-stack div {
    grid-template-columns: 1fr 1fr;
  }

  .final-cta {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-links {
    align-items: stretch;
  }

  .footer-nav {
    justify-content: flex-start;
    gap: 0;
  }

  .footer-nav a {
    width: 100%;
    padding: 13px 0;
    border-bottom: 1px solid rgba(242, 198, 110, 0.12);
  }

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

  .footer-column {
    align-items: flex-start;
    text-align: left;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 560px) {
  .brand-mark {
    width: 82px;
  }

  .site-header {
    padding-left: 12px;
    padding-right: 12px;
  }

  section,
  .site-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    min-height: 92svh;
  }

  .artist-item button {
    grid-template-columns: 1fr;
  }

  .photo-stack div {
    grid-template-columns: 1fr;
  }

  .menu-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: 300px 210px 210px;
  }

  .menu-gallery-main {
    grid-row: auto;
  }

  .menu-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .header-cta,
  .experience-card a,
  .artist-bio a,
  .footer-booking {
    width: 100%;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }
}

/* Cinematic visual layer adapted from the richer Jaamun demo. */
.site-header {
  z-index: 110;
}

.desktop-nav a {
  position: relative;
  transition: color 180ms ease;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--gold-soft);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a.is-active::after {
  transform: scaleX(1);
}

.menu-toggle {
  position: relative;
  color: var(--ivory);
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  background: currentColor;
  transform: translate(-50%, calc(-50% - 4px));
  transition: transform 180ms ease;
}

.menu-toggle span:last-child {
  transform: translate(-50%, calc(-50% + 4px));
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hero {
  padding-top: 130px;
  padding-bottom: clamp(34px, 5vw, 64px);
  background: #080912;
}

.hero::before,
body.theme-board .hero::before {
  z-index: 1;
  background:
    radial-gradient(circle at center, rgba(255, 211, 138, 0.16), transparent 48%),
    linear-gradient(180deg, rgba(8, 9, 18, 0.42), rgba(8, 9, 18, 0.9)),
    linear-gradient(90deg, rgba(8, 9, 18, 0.64), rgba(8, 9, 18, 0.12) 48%, rgba(8, 9, 18, 0.64));
  opacity: 1;
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.08);
}

.hero-glow {
  z-index: 2;
}

.hero-inner {
  z-index: 3;
  width: min(820px, 100%);
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(2.6rem, 5.5vw, 5rem);
}

.hero-copy {
  width: min(680px, 100%);
  margin-top: 18px;
  font-size: clamp(0.96rem, 1.35vw, 1.08rem);
  line-height: 1.62;
}

.hero-actions {
  margin-top: 28px;
}

.instagram-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.instagram-eyebrow svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

body.theme-board .experience-lead {
  color: rgba(255, 245, 221, 0.78);
}

.page-main > section:first-child {
  padding-top: clamp(92px, 10vw, 140px);
}

.experience-hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: calc(100svh - 74px) !important;
  padding-top: 96px !important;
  padding-bottom: 42px;
  overflow: hidden;
  background: #080912;
}

.experience-video,
.experience-hero-shade {
  position: absolute;
  inset: 0;
}

.experience-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.08);
}

.experience-hero-shade {
  z-index: 1;
  background:
    radial-gradient(circle at center, rgba(255, 211, 138, 0.13), transparent 46%),
    linear-gradient(180deg, rgba(8, 9, 18, 0.48), rgba(8, 9, 18, 0.9)),
    linear-gradient(90deg, rgba(8, 9, 18, 0.62), rgba(8, 9, 18, 0.12) 50%, rgba(8, 9, 18, 0.62));
}

.experience-hero .section-heading {
  position: relative;
  z-index: 2;
  width: min(820px, 100%);
  margin: 0 auto;
}

.page-main .experience-hero h1 {
  max-width: 760px;
  font-size: clamp(2.45rem, 5.5vw, 4.95rem);
}

.experience-hero .experience-lead {
  width: min(680px, 100%);
  margin: 18px auto 0;
  color: rgba(251, 245, 232, 0.82);
  font-size: clamp(0.95rem, 1.35vw, 1.08rem);
  line-height: 1.58;
}

.experience-offers {
  min-height: auto !important;
}

.page-main .events {
  height: calc(100svh - 74px);
  min-height: 620px;
  padding-top: clamp(34px, 5vh, 60px) !important;
  padding-bottom: clamp(34px, 5vh, 60px);
}

.page-main .events .photo-stack {
  height: 100%;
  min-height: 0;
}

.page-main .events .photo-stack > img:first-child,
.page-main .events .photo-stack div,
.page-main .events .photo-stack div img {
  min-height: 0;
}

.page-main .events .event-copy h1 {
  font-size: clamp(2.45rem, 5.5vw, 4.95rem);
}

.artist-item button {
  transition: background 180ms ease, border-color 180ms ease;
}

.artist-item button:hover {
  background: rgba(255, 211, 138, 0.055);
}

@media (max-width: 900px) {
  .mobile-menu {
    inset: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 112px clamp(28px, 8vw, 56px) 44px;
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at 50% 12%, rgba(255, 211, 138, 0.12), transparent 34%),
      linear-gradient(180deg, #080912, #060711);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-menu a {
    display: flex;
    align-items: center;
    min-height: 68px;
    padding: 0;
    border-bottom: 1px solid rgba(255, 211, 138, 0.14);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2rem, 11vw, 4.4rem);
    line-height: 1;
  }

  .mobile-menu.is-open {
    display: flex;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .artists .featured-artist {
    min-height: 440px;
  }

  .artist-item button {
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 3px 14px;
    min-height: 82px;
    padding: 12px 14px;
  }

  .artist-item button::before {
    content: "";
    grid-row: 1 / span 2;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255, 211, 138, 0.28);
    border-radius: 50%;
    background: var(--artist-thumb, url("../images/tushar-joshi-live.jpg")) center / cover;
  }

  .artist-item:nth-child(2) {
    --artist-thumb: url("../images/deep-guha-founder.jpg");
  }

  .artist-item:nth-child(3) {
    --artist-thumb: url("../images/music-stage-bg.jpg");
  }

  .artist-item:nth-child(4) {
    --artist-thumb: url("../images/mohini-dey.jpg");
  }

  .artist-item:nth-child(5) {
    --artist-thumb: url("../images/ankur-tewari.jpg");
  }

  .artist-item:nth-child(6) {
    --artist-thumb: url("../images/nikhil-dsouza.jpg");
  }

  .artist-item:nth-child(7) {
    --artist-thumb: url("../images/jasleen-royal.jpg");
  }

  .artist-item:nth-child(8) {
    --artist-thumb: url("../images/when-chai-met-toast.jpg");
  }

  .artist-item button span,
  .artist-item button small {
    grid-column: 2;
    min-width: 0;
    text-align: left;
  }

  .artist-item button span {
    align-self: end;
  }

  .artist-item button small {
    align-self: start;
    justify-self: start;
  }

  .founder-hero {
    grid-template-rows: auto minmax(0, 1fr);
    align-items: stretch;
    height: calc(100svh - 74px);
    min-height: 600px !important;
    gap: clamp(24px, 4vh, 38px);
    padding-top: clamp(34px, 5vh, 54px) !important;
    padding-bottom: clamp(24px, 4vh, 38px);
  }

  .founder-portrait {
    max-height: 52vh;
  }

  .page-main .events {
    grid-template-rows: minmax(220px, 0.9fr) auto;
    align-content: stretch;
    height: calc(100svh - 74px);
    min-height: 620px;
    gap: clamp(22px, 4vh, 34px);
    padding-top: clamp(24px, 4vh, 38px) !important;
    padding-bottom: clamp(24px, 4vh, 38px);
  }

  .page-main .events .photo-stack {
    min-height: 0;
  }

  .page-main .events .photo-stack > img:first-child {
    height: 100%;
    min-height: 0;
    max-height: none;
  }

  .page-main .events .photo-stack div {
    display: none;
  }

  .page-main .events .event-copy p:not(.eyebrow) {
    margin-top: 14px;
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .page-main .events .event-tags {
    margin-top: 18px;
  }

  .page-main .events .page-action {
    margin-top: 20px;
  }
}

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

  .hero-video,
  .experience-video {
    display: none;
  }

  .menu-gallery img,
  .desktop-nav a::after,
  .mobile-menu,
  .menu-toggle span {
    transition: none;
  }
}
