.location-strip-link {
  color: inherit;
  text-decoration: none;
}

.location-strip-link:hover,
.location-strip-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.maps-directions-link {
  align-items: center;
  color: #8c651f;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 6px;
  letter-spacing: .08em;
  margin-top: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.maps-directions-link:hover,
.maps-directions-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.location-map-section {
  background: #eef0e9;
  display: grid;
  gap: clamp(30px, 6vw, 84px);
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  padding: clamp(70px, 9vw, 130px) clamp(20px, 7vw, 105px);
}

.location-map-copy {
  align-self: center;
}

.location-map-copy h2 {
  color: var(--ink, #243229);
  font: 400 clamp(38px, 5vw, 68px)/1.02 Georgia, serif;
  letter-spacing: -.045em;
  margin: 12px 0 22px;
}

.location-map-copy p {
  color: var(--muted, #68736c);
  line-height: 1.7;
  margin: 0 0 26px;
  max-width: 440px;
}

.location-map-copy .button {
  text-decoration: none;
}

.location-map-frame {
  background: #dfe4dc;
  box-shadow: 0 24px 70px rgba(34, 49, 40, .14);
  min-height: 460px;
  overflow: hidden;
}

.location-map-frame iframe {
  border: 0;
  display: block;
  height: 100%;
  min-height: 460px;
  width: 100%;
}

@media (max-width: 800px) {
  .location-map-section {
    grid-template-columns: 1fr;
  }

  .location-map-frame,
  .location-map-frame iframe {
    min-height: 380px;
  }
}

/* Keep the detailed Vrindavan mark large and legible in the main header. */
.classes-hero {
  background-color: #04150f;
  background-image: url('/assets/premium-user-images/kathak-foundations.webp');
  background-position: 50% 30%;
  background-size: cover;
}
.classes-hero h1,
.classes-hero .eyebrow,
.classes-hero div > p:last-child { color: #fff; }
.site-header {
  min-height: 112px;
}

.site-header .brand {
  gap: 16px;
}

.site-header .brand-words {
  align-items: center;
  display: flex;
  min-width: 118px;
  text-align: center;
  width: 118px;
}

.site-header .brand-words strong {
  display: block;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  width: 100%;
}

.site-header .brand-words small {
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1.2;
  margin-top: 7px;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.site-header .logo-crop {
  background: #fff;
  border: 2px solid rgba(255, 255, 255, .92);
  box-shadow: 0 8px 28px rgba(15, 31, 22, .28);
  flex: 0 0 94px;
  height: 94px;
  width: 94px;
}

.site-header .logo-crop img {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 126px;
}

@media (max-width: 800px) {
  .site-header {
    min-height: 92px;
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .site-header .logo-crop {
    flex-basis: 76px;
    height: 76px;
    width: 76px;
  }

  .site-header .logo-crop img {
    width: 102px;
  }

  .site-header .brand {
    gap: 10px;
  }

  .site-header .brand-words {
    min-width: 96px;
    width: 96px;
  }

  .site-header .brand-words strong {
    font-size: 21px;
  }

  .site-header .brand-words small {
    font-size: 7px;
    letter-spacing: .17em;
    margin-top: 5px;
  }
}

.footer-brand > div {
  align-items: center;
  text-align: center;
  width: 116px;
}

.footer-brand > div strong,
.footer-brand > div span {
  display: block;
  text-align: center;
  width: 100%;
}

/* Present partner marks at a useful, consistent size without cropping them. */
.partners-section .partner-grid {
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1080px;
}

.partners-section .partner-grid figure {
  min-height: 230px;
  padding: 26px 20px 22px;
}

.partners-section .partner-grid img {
  display: block;
  height: 135px;
  max-width: 240px;
  object-fit: contain;
  width: 100%;
}

.partners-section .partner-grid figcaption {
  font-size: 12px;
  font-weight: 600;
  margin-top: 14px;
}

@media (max-width: 800px) {
  .partners-section .partner-grid {
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partners-section .partner-grid figure {
    min-height: 185px;
    padding: 18px 12px 16px;
  }

  .partners-section .partner-grid img {
    height: 105px;
    max-width: 170px;
  }
}

@media (max-width: 520px) {
  .partners-section .partner-grid {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    max-width: 340px;
  }

  .partners-section .partner-grid figure {
    min-height: 210px;
  }

  .partners-section .partner-grid img {
    height: 130px;
    max-width: 230px;
  }
}

/* Rotate the two creative-class visuals within their shared home card. */
.path-card img.split-card-image {
  animation: creative-card-cycle 10s ease-in-out infinite;
  opacity: 0;
}

.path-card img.split-card-image.split-right {
  animation-delay: -5s;
}

@keyframes creative-card-cycle {
  0%, 45% {
    opacity: 1;
  }

  50%, 95% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .path-card img.split-card-image {
    animation: none;
  }

  .path-card img.split-card-image.split-left {
    opacity: 1;
  }

  .path-card img.split-card-image.split-right {
    opacity: 0;
  }
}

/* Class batch status filters and table badges. */
.schedule-status-tools {
  max-width: 1400px;
  margin: 34px auto 18px;
}

.schedule-section .section-heading > p:not(.eyebrow),
.schedule-section .schedule-cta,
.workshop-calendar .section-heading.split > p {
  display: none !important;
}

.registration-policy {
  color: #55645c;
  font-size: 12px;
  margin: 0 0 14px;
}

.schedule-status-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.schedule-status-filters button {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(32, 69, 55, .32);
  border-radius: 999px;
  color: #355246;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  gap: 9px;
  padding: 11px 15px;
}

.schedule-status-filters button span {
  align-items: center;
  background: rgba(32, 69, 55, .1);
  border-radius: 999px;
  display: inline-flex;
  font-size: 9px;
  height: 22px;
  justify-content: center;
  min-width: 22px;
  padding: 0 6px;
}

.schedule-status-filters button:hover,
.schedule-status-filters button:focus-visible,
.schedule-status-filters button.is-active {
  background: #204537;
  border-color: #204537;
  color: #fff;
}

.schedule-status-filters button.is-active span {
  background: rgba(255, 255, 255, .18);
}

.complete-schedule table {
  min-width: 0;
  table-layout: fixed;
  width: 100%;
}
.complete-schedule { overflow-x: hidden; }

/* Keep the complete class schedule inside the page at desktop widths. */
@media (min-width: 641px) {
  .complete-schedule th,
  .complete-schedule td {
    overflow-wrap: anywhere;
    padding-left: 8px;
    padding-right: 8px;
  }

  .complete-schedule th { font-size: 7px; letter-spacing: .08em; }
  .complete-schedule td { font-size: 11px; min-width: 0; }
  .complete-schedule .class-status {
    max-width: 100%;
    justify-content: center;
    overflow-wrap: anywhere;
    text-align: center;
    white-space: normal;
  }
  .complete-schedule .schedule-register-button {
    box-sizing: border-box;
    font-size: 8px;
    letter-spacing: .04em;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
    padding: 8px 5px;
    white-space: normal;
    width: 100%;
  }
  .complete-schedule th:nth-child(1), .complete-schedule td:nth-child(1) { width: 16%; }
  .complete-schedule th:nth-child(2), .complete-schedule td:nth-child(2) { width: 9%; }
  .complete-schedule th:nth-child(3), .complete-schedule td:nth-child(3) { width: 7%; }
  .complete-schedule th:nth-child(4), .complete-schedule td:nth-child(4) { width: 14%; }
  .complete-schedule th:nth-child(5), .complete-schedule td:nth-child(5),
  .complete-schedule th:nth-child(6), .complete-schedule td:nth-child(6) { width: 8%; }
  .complete-schedule th:nth-child(7), .complete-schedule td:nth-child(7) { width: 13%; }
  .complete-schedule th:nth-child(8), .complete-schedule td:nth-child(8) { width: 10%; }
  .complete-schedule th:nth-child(9), .complete-schedule td:nth-child(9) { width: 8%; }
  .complete-schedule th:nth-child(10), .complete-schedule td:nth-child(10) { width: 7%; }
}

.class-status {
  border-radius: 999px;
  display: inline-flex;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  padding: 8px 11px;
  text-transform: uppercase;
  white-space: nowrap;
}

.class-status-ongoing {
  background: #dcece2;
  color: #1f6845;
}

.class-status-upcoming {
  background: #f4e8c5;
  color: #805f18;
}

.class-status-registration {
  background: #dce8f6;
  color: #245f94;
}

.class-status-completed {
  background: #e3e6e4;
  color: #5d6963;
}

.registration-note {
  color: #6f6250;
  display: block;
  font-size: 10px;
  line-height: 1.4;
  margin-top: 8px;
  max-width: 150px;
}

.registration-link {
  color: #245f94;
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  margin-top: 9px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.registration-link:hover,
.registration-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.schedule-register-button {
  align-items: center;
  background: #173d2c;
  border: 1px solid #173d2c;
  color: #f2d27d;
  display: inline-flex;
  font-size: 9px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: .1em;
  min-height: 40px;
  padding: 10px 14px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
  white-space: nowrap;
}

.schedule-register-button:hover,
.schedule-register-button:focus-visible {
  background: #d6a84f;
  color: #10231a;
  transform: translateY(-2px);
}

@media (max-width: 640px) {
  .schedule-register-button {
    width: 100%;
  }
}

.schedule-empty-state {
  background: rgba(255, 255, 255, .65);
  border: 1px solid #c7cdc5;
  color: #55645c;
  margin: 16px 0 0;
  padding: 18px 20px;
}

/* Shared down-to-up reveal used across every page. */
.vrr-rise-in {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.22,.61,.36,1);
}
.vrr-rise-in:not(.vrr-rise-visible) { animation: vrr-rise-fallback .8s ease .08s forwards; }
.vrr-rise-in.vrr-rise-visible {
  opacity: 1;
  transform: translateY(0);
}
@keyframes vrr-rise-fallback {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
main .reveal {
  animation: vrr-rise-fallback .8s ease both;
}
main .reveal:nth-child(2) { animation-delay: .08s; }
main .reveal:nth-child(3) { animation-delay: .16s; }
main .reveal:nth-child(4) { animation-delay: .24s; }
main .reveal:nth-child(5) { animation-delay: .32s; }
@media (prefers-reduced-motion: reduce) {
  .vrr-rise-in,
  .vrr-rise-in.vrr-rise-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.service-band-image {
  grid-column: 1 / -1;
  margin: 0 0 26px;
  min-height: 300px;
  overflow: hidden;
}
.service-band-image img {
  display: block;
  height: 100%;
  max-height: 520px;
  object-fit: cover;
  width: 100%;
}
.service-card-image {
  margin: 0 0 22px;
  width: 100%;
  height: 190px;
  overflow: hidden;
  border-radius: 6px;
}
.service-card-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.story-poster video {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.story-poster:first-child video {
  background: #10261d;
  object-fit: contain;
}
@media (max-width: 700px) {
  .service-card-image { height: 210px; }
}
@media (max-width: 640px) {
  .path-card {
    min-height: 500px;
  }
  .path-card > img:not(.split-card-image) {
    display: block;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
}

/* Bring class batches into view one at a time as the schedule is scrolled. */
.complete-schedule tbody tr.schedule-row-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}
.complete-schedule tbody tr.schedule-row-reveal:nth-child(1) { animation-delay: .05s; }
.complete-schedule tbody tr.schedule-row-reveal:nth-child(2) { animation-delay: .12s; }
.complete-schedule tbody tr.schedule-row-reveal:nth-child(3) { animation-delay: .19s; }
.complete-schedule tbody tr.schedule-row-reveal:nth-child(4) { animation-delay: .26s; }
.complete-schedule tbody tr.schedule-row-reveal:nth-child(5) { animation-delay: .33s; }
.complete-schedule tbody tr.schedule-row-reveal:nth-child(n+6) { animation-delay: .4s; }
.complete-schedule tbody tr.schedule-row-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.complete-schedule .schedule-register-button,
.complete-schedule .vrr-register-btn {
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.complete-schedule .schedule-register-button:active,
.complete-schedule .vrr-register-btn:active {
  transform: scale(.94);
}
@media (prefers-reduced-motion: reduce) {
  .complete-schedule tbody tr.schedule-row-reveal { opacity: 1; transform: none; transition: none; }
}

/* Animated homepage back-to-top control with scroll progress. */
.scroll-top-button {
  --scroll-progress: 0deg;
  align-items: center;
  background: linear-gradient(135deg, rgba(17, 61, 44, .97), rgba(7, 35, 25, .97));
  border: 1px solid rgba(234, 197, 101, .62);
  border-radius: 999px;
  bottom: 28px;
  box-shadow: 0 16px 38px rgba(3, 22, 15, .3);
  color: #f5e1a7;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 10px;
  font-weight: 800;
  gap: 10px;
  left: 28px;
  letter-spacing: .08em;
  min-height: 56px;
  opacity: 0;
  padding: 7px 18px 7px 7px;
  pointer-events: none;
  position: fixed;
  text-transform: uppercase;
  transform: translateY(22px) scale(.92);
  transition: opacity .28s ease, transform .28s ease, box-shadow .25s ease, border-color .25s ease, visibility 0s linear .28s;
  visibility: hidden;
  z-index: 500;
}

.scroll-top-button.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  transition-delay: 0s;
  visibility: visible;
}

.scroll-top-icon {
  align-items: center;
  background: conic-gradient(#e6bd5d var(--scroll-progress), rgba(255, 255, 255, .16) 0);
  border-radius: 50%;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  padding: 3px;
  width: 42px;
}

.scroll-top-icon i {
  align-items: center;
  background: #123c2c;
  border-radius: 50%;
  color: #f3d27b;
  display: inline-flex;
  font-size: 19px;
  font-style: normal;
  height: 100%;
  justify-content: center;
  line-height: 1;
  width: 100%;
}

.scroll-top-button:hover,
.scroll-top-button:focus-visible {
  border-color: #f0cf79;
  box-shadow: 0 20px 48px rgba(3, 22, 15, .4);
  color: #fff2ca;
  transform: translateY(-3px) scale(1.01);
}

.scroll-top-button.is-activated .scroll-top-icon i {
  animation: scroll-top-rise .65s ease;
}

@keyframes scroll-top-rise {
  0% { transform: translateY(0); }
  45% { transform: translateY(-7px); }
  46% { opacity: 0; transform: translateY(8px); }
  100% { opacity: 1; transform: translateY(0); }
}

@media (max-width: 640px) {
  .scroll-top-button {
    bottom: 18px;
    left: 16px;
    min-height: 50px;
    padding: 6px;
  }

  .scroll-top-icon {
    height: 38px;
    width: 38px;
  }

  .scroll-top-label {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-top-button,
  .scroll-top-button.is-visible,
  .scroll-top-button:hover,
  .scroll-top-button:focus-visible {
    transition: none;
  }

  .scroll-top-button.is-activated .scroll-top-icon i {
    animation: none;
  }
}

@media (max-width: 800px) {
  .schedule-status-tools {
    margin-top: 26px;
  }

  .schedule-status-filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .schedule-status-filters button {
    justify-content: space-between;
  }
}

/* Image-led Nature service cards. */
.service-band article {
  overflow: hidden;
  padding: 0 0 38px;
}

.service-card-image {
  aspect-ratio: 3 / 2;
  background: #b8944d;
  margin-bottom: 28px;
  overflow: hidden;
}

.service-card-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .65s ease;
  width: 100%;
}

.service-band article:hover .service-card-image img {
  transform: scale(1.04);
}

.service-band article > span {
  display: block;
  margin: 0 32px;
}

.service-band article > h3 {
  margin: 22px 32px 12px;
}

.service-band article > p {
  margin: 0 32px;
}

.nature-service-enquiry {
  align-items: center;
  border: 1px solid rgba(35, 71, 56, .34);
  border-radius: 999px;
  color: #234738;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  margin: 22px 32px 0;
  min-height: 42px;
  padding: 10px 16px;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.nature-service-enquiry:hover,
.nature-service-enquiry:focus-visible {
  background: #204537;
  border-color: #204537;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 800px) {
  .service-card-image {
    aspect-ratio: 16 / 10;
  }

  .service-band article > span,
  .service-band article > h3,
  .service-band article > p {
    margin-left: 24px;
    margin-right: 24px;
  }

  .nature-service-enquiry {
    margin-left: 24px;
    margin-right: 24px;
  }
}

/* Detailed painting and nature workshop choices on the Classes page. */
.catalog-offerings {
  border-top: 1px solid rgba(37, 70, 56, .16);
  color: #53665d;
  font-size: 11px;
  line-height: 1.7;
  margin-top: 17px;
  padding-top: 15px;
}

.catalog-offerings strong {
  color: #294b3d;
  display: block;
  font-size: 10px;
  letter-spacing: .09em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.catalog-offerings span {
  display: block;
}

.catalog-offerings ul {
  display: grid;
  gap: 4px 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.catalog-offerings li {
  padding-left: 12px;
  position: relative;
}

.catalog-offerings li::before {
  color: #b5842f;
  content: "•";
  left: 0;
  position: absolute;
}

@media (max-width: 540px) {
  .catalog-offerings ul {
    grid-template-columns: 1fr;
  }
}

/* Photo-backed event cards with strong text contrast. */
.event-grid article {
  background-color: #0b251a;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  box-shadow: 0 18px 45px rgba(3, 20, 13, .18);
  color: #fff;
  isolation: isolate;
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.event-grid article:nth-child(1) {
  background-image: linear-gradient(180deg, rgba(3, 18, 12, .08), rgba(3, 18, 12, .48) 44%, rgba(3, 18, 12, .96)), url('/assets/uploads/events-birthday-parties.webp');
}

.event-grid article:nth-child(2) {
  background-image: linear-gradient(180deg, rgba(3, 18, 12, .08), rgba(3, 18, 12, .48) 44%, rgba(3, 18, 12, .96)), url('/assets/uploads/events-family-workshops.webp');
}

.event-grid article:nth-child(3) {
  background-image: linear-gradient(180deg, rgba(3, 18, 12, .08), rgba(3, 18, 12, .48) 44%, rgba(3, 18, 12, .96)), url('/assets/uploads/events-corporate-team-building.webp');
}

.event-grid article:nth-child(4) {
  background-image: linear-gradient(180deg, rgba(3, 18, 12, .08), rgba(3, 18, 12, .48) 44%, rgba(3, 18, 12, .96)), url('/assets/uploads/events-schools-colleges.webp');
}

.event-grid article:nth-child(5) {
  background-image: linear-gradient(180deg, rgba(3, 18, 12, .08), rgba(3, 18, 12, .48) 44%, rgba(3, 18, 12, .96)), url('/assets/uploads/events-kitty-parties.webp');
}

.event-grid article:nth-child(6) {
  background-image: linear-gradient(180deg, rgba(3, 18, 12, .08), rgba(3, 18, 12, .48) 44%, rgba(3, 18, 12, .96)), url('/assets/uploads/events-community-programs.webp');
}

.event-grid article > span {
  color: #f2d27b;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .45);
}

.event-grid article > h3 {
  color: #fff;
  margin-top: auto;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .65);
}

.event-grid article > p {
  color: rgba(255, 255, 255, .86);
  text-shadow: 0 2px 12px rgba(0, 0, 0, .65);
}

.event-grid article > a {
  border-color: #efce73;
  color: #f4d784;
  font-weight: 800;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .65);
}

@media (max-width: 640px) {
  .event-grid article {
    min-height: 400px;
    padding: 30px;
  }
}

/* Event-specific enquiry forms. */
body.event-form-open {
  overflow: hidden;
}

.event-form-backdrop {
  align-items: center;
  background: rgba(3, 18, 12, .82);
  backdrop-filter: blur(8px);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 10000;
}

.event-form-backdrop[hidden] {
  display: none;
}

.event-form-modal {
  background: #f7f2e7;
  border: 1px solid rgba(236, 199, 104, .62);
  border-radius: 24px;
  box-shadow: 0 35px 90px rgba(0, 0, 0, .45);
  color: #173b2e;
  max-height: calc(100vh - 48px);
  max-width: 960px;
  overflow: auto;
  overscroll-behavior: contain;
  width: 100%;
}

.event-form-header {
  align-items: flex-start;
  background:
    radial-gradient(circle at 85% 5%, rgba(222, 178, 78, .28), transparent 34%),
    linear-gradient(135deg, #123f2d, #09271d);
  border-radius: 22px 22px 0 0;
  color: #fff;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: 32px 38px 30px;
  position: sticky;
  top: 0;
  z-index: 2;
}

.event-form-eyebrow {
  color: #efce73;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  margin: 0 0 11px;
  text-transform: uppercase;
}

.event-form-header h2 {
  color: #fff;
  font-size: clamp(27px, 4vw, 42px);
  line-height: 1.08;
  margin: 0;
}

.event-form-header #event-form-intro {
  color: rgba(255, 255, 255, .73);
  font-size: 13px;
  line-height: 1.6;
  margin: 12px 0 0;
}

.event-form-close {
  align-items: center;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: inherit;
  font-size: 26px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 3px;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
  width: 44px;
}

.event-form-close:hover,
.event-form-close:focus-visible {
  background: #d6a84f;
  border-color: #d6a84f;
  color: #102a20;
  transform: rotate(8deg);
}

.event-form {
  padding: 34px 38px 38px;
}

.event-form-grid {
  display: grid;
  gap: 22px 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.event-form-field {
  min-width: 0;
}

.event-form-field-wide {
  grid-column: 1 / -1;
}

.event-form-field label {
  color: #24483a;
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .035em;
  margin: 0 0 8px;
}

.event-form-required,
.event-form-note span {
  color: #ae6b25;
}

.event-form-field input,
.event-form-field select,
.event-form-field textarea {
  appearance: none;
  background-color: rgba(255, 255, 255, .8);
  border: 1px solid #c9c4b7;
  border-radius: 12px;
  box-sizing: border-box;
  color: #153a2c;
  font: inherit;
  font-size: 14px;
  line-height: 1.4;
  min-height: 52px;
  outline: 0;
  padding: 14px 15px;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
  width: 100%;
}

.event-form-field select {
  background-image:
    linear-gradient(45deg, transparent 50%, #3d5f51 50%),
    linear-gradient(135deg, #3d5f51 50%, transparent 50%);
  background-position:
    calc(100% - 19px) 23px,
    calc(100% - 14px) 23px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding-right: 38px;
}

.event-form-field textarea {
  min-height: 108px;
  resize: vertical;
}

.event-form-field input::placeholder,
.event-form-field textarea::placeholder {
  color: #8a918c;
}

.event-form-field input:focus,
.event-form-field select:focus,
.event-form-field textarea:focus {
  background-color: #fff;
  border-color: #b48227;
  box-shadow: 0 0 0 4px rgba(214, 168, 79, .17);
}

.event-form-note {
  color: #6a746e;
  font-size: 10px;
  margin: 18px 0 0;
}

.event-form-actions {
  align-items: center;
  border-top: 1px solid rgba(35, 70, 56, .17);
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 28px;
  padding-top: 24px;
}

.event-form-cancel,
.event-form-submit {
  border-radius: 999px;
  cursor: pointer;
  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .055em;
  min-height: 52px;
  padding: 13px 22px;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.event-form-cancel {
  background: transparent;
  border: 1px solid #9daaa4;
  color: #3c5b4e;
}

.event-form-submit {
  background: linear-gradient(135deg, #e0b455, #c18e30);
  border: 1px solid #c18e30;
  box-shadow: 0 10px 24px rgba(145, 97, 20, .2);
  color: #102a20;
}

.event-form-cancel:hover,
.event-form-cancel:focus-visible,
.event-form-submit:hover,
.event-form-submit:focus-visible {
  transform: translateY(-2px);
}

.event-form-cancel:hover,
.event-form-cancel:focus-visible {
  background: #fff;
  border-color: #496a5b;
}

.event-form-submit:hover,
.event-form-submit:focus-visible {
  background: linear-gradient(135deg, #ebc66e, #d29e3b);
  border-color: #d29e3b;
  box-shadow: 0 14px 30px rgba(145, 97, 20, .28);
}

@media (max-width: 700px) {
  .event-form-backdrop {
    align-items: flex-end;
    padding: 0;
  }

  .event-form-modal {
    border-radius: 22px 22px 0 0;
    max-height: 94vh;
  }

  .event-form-header {
    border-radius: 20px 20px 0 0;
    padding: 25px 22px 22px;
  }

  .event-form-header #event-form-intro {
    max-width: 260px;
  }

  .event-form {
    padding: 26px 22px 28px;
  }

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

  .event-form-field-wide {
    grid-column: auto;
  }

  .event-form-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .event-form-cancel,
  .event-form-submit {
    width: 100%;
  }
}

/* Homepage story videos and prominent gallery call-to-action. */
.story-gallery-cta {
  align-items: center;
  background: linear-gradient(135deg, rgba(214, 168, 79, .22), rgba(255, 255, 255, .07));
  border: 1px solid rgba(239, 207, 121, .8);
  border-radius: 999px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .25);
  color: #f3d47f;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  justify-content: space-between;
  min-height: 68px;
  padding: 10px 12px 10px 24px;
  transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
  width: min(330px, 100%);
}

.story-gallery-cta span {
  align-items: center;
  background: #d6a84f;
  border-radius: 50%;
  color: #10231a;
  display: inline-flex;
  font-size: 20px;
  height: 46px;
  justify-content: center;
  margin-left: 22px;
  transition: transform .25s ease;
  width: 46px;
}

.story-gallery-cta:hover,
.story-gallery-cta:focus-visible {
  background: rgba(214, 168, 79, .3);
  border-color: #f2cf76;
  transform: translateY(-3px);
}

.story-gallery-cta:hover span,
.story-gallery-cta:focus-visible span {
  transform: rotate(-12deg) scale(1.06);
}

.story-video {
  background: #04150f;
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 20px 54px rgba(0, 0, 0, .26);
}

.story-video video {
  background: #04150f;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.story-video:first-child video {
  object-fit: contain;
}

.story-video::after {
  background: linear-gradient(180deg, rgba(2, 14, 9, .72), rgba(2, 14, 9, 0) 28%);
  pointer-events: none;
  z-index: 1;
}

.story-video > p {
  background: rgba(3, 18, 12, .78);
  border: 1px solid rgba(239, 207, 121, .42);
  border-radius: 999px;
  bottom: auto;
  color: #f2cf78;
  left: 18px;
  padding: 8px 11px;
  pointer-events: none;
  top: 18px;
  z-index: 2;
}

.story-video:hover {
  box-shadow: 0 25px 65px rgba(0, 0, 0, .38);
}

@media (max-width: 900px) {
  .story-gallery-cta {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .story-gallery-cta {
    min-height: 62px;
    width: 100%;
  }

  .story-video {
    min-height: 520px;
  }
}

/* Keep the Rhythm & Roots slogan exactly as wide as the Vrindavan wordmark. */
.site-header .brand-words small{display:flex;width:100%;box-sizing:border-box;justify-content:space-between;letter-spacing:0!important;font-size:8px!important;text-align:center;white-space:nowrap;transform:none}
.site-header .brand-words small::after{content:none}
.vrr-register-btn{border:0;border-radius:999px;padding:10px 16px;background:#173d32;color:#fff;font:600 13px/1.1 Arial,sans-serif;cursor:pointer;white-space:nowrap}
.vrr-modal{position:fixed;inset:0;z-index:99999;background:rgba(10,24,19,.66);display:none;align-items:center;justify-content:center;padding:18px}
.vrr-modal.is-open{display:flex}.vrr-modal-card{width:min(620px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:20px;padding:24px;box-shadow:0 24px 80px rgba(0,0,0,.25);position:relative}
.vrr-modal-card h2{margin:0 40px 6px 0}.vrr-modal-card .vrr-sub{margin:0 0 18px;color:#66736d}.vrr-close{position:absolute;right:16px;top:14px;border:0;background:transparent;font-size:30px;cursor:pointer;color:#173d32}
.vrr-form{display:grid;grid-template-columns:1fr 1fr;gap:13px}.vrr-form label{display:grid;gap:6px;font-size:13px;font-weight:600;color:#173d32}.vrr-form label.full{grid-column:1/-1}.vrr-form input,.vrr-form textarea{width:100%;box-sizing:border-box;border:1px solid #ccd5d1;border-radius:10px;padding:11px 12px;font:14px Arial,sans-serif}.vrr-form textarea{min-height:76px;resize:vertical}.vrr-submit{grid-column:1/-1;border:0;border-radius:999px;padding:13px 18px;background:#173d32;color:#fff;font-weight:700;cursor:pointer}
@media(max-width:700px){.vrr-form{grid-template-columns:1fr}.vrr-form label.full,.vrr-submit{grid-column:1}.complete-schedule table{min-width:0!important}}
