/*
 * Varshana Hotel — calendário gastronômico 2026
 * Todo o CSS fica isolado em .vh-calendar para conviver com temas WordPress.
 */

.vh-demo {
  margin: 0;
  background: #eeece4;
}

.vh-calendar {
  --vh-cream: #eeece4;
  --vh-paper: #f8f5ee;
  --vh-forest: #02220f;
  --vh-green: #054d23;
  --vh-mint: #e4eee8;
  --vh-action: #3a986f;
  --vh-terracotta: #b54a00;
  --vh-sand: #d8c9ae;
  --vh-ink: #172019;
  --vh-muted: #6d6d6d;
  --vh-line: rgba(2, 34, 15, 0.16);
  --vh-shadow: 0 24px 70px rgba(2, 34, 15, 0.13);
  color: var(--vh-ink);
  background: var(--vh-cream);
  font-family: Inter, "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  text-rendering: optimizeLegibility;
}

.vh-calendar *,
.vh-calendar *::before,
.vh-calendar *::after {
  box-sizing: border-box;
}

.vh-calendar a {
  color: inherit;
  text-decoration: none;
}

.vh-calendar button,
.vh-calendar a {
  -webkit-tap-highlight-color: transparent;
}

.vh-calendar button,
.vh-calendar input {
  font: inherit;
}

.vh-calendar .vh-container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.vh-calendar .vh-eyebrow,
.vh-calendar .vh-kicker {
  margin: 0 0 16px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.vh-calendar .vh-eyebrow--green {
  color: var(--vh-action);
}

.vh-calendar h1,
.vh-calendar h2,
.vh-calendar h3,
.vh-calendar h4,
main.vh-calendar h1,
main.vh-calendar h2,
main.vh-calendar h3,
main.vh-calendar h4 {
  margin: 0;
  color: inherit;
  font-family: "the-seasons", "The Seasons", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.vh-calendar p {
  margin-top: 0;
}

.vh-calendar .vh-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 24px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.vh-calendar .vh-button:hover {
  transform: translateY(-2px);
}

.vh-calendar .vh-button:focus-visible,
.vh-calendar button:focus-visible,
.vh-calendar a:focus-visible {
  outline: 3px solid rgba(58, 152, 111, 0.42);
  outline-offset: 3px;
}

.vh-calendar .vh-button--light {
  color: var(--vh-forest);
  background: #fff;
}

.vh-calendar .vh-button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(2, 34, 15, 0.15);
  backdrop-filter: blur(9px);
}

.vh-calendar .vh-button--ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.vh-calendar .vh-button--green {
  color: #fff;
  background: var(--vh-action);
}

.vh-calendar .vh-button--sand {
  color: var(--vh-forest);
  background: var(--vh-sand);
}

.vh-calendar .vh-hero {
  position: relative;
  min-height: min(820px, 92vh);
  display: grid;
  align-items: end;
  color: #fff;
  background-color: var(--vh-forest);
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.vh-calendar .vh-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(1, 18, 8, 0.86) 0%, rgba(1, 18, 8, 0.56) 45%, rgba(1, 18, 8, 0.12) 78%),
    linear-gradient(0deg, rgba(1, 18, 8, 0.84) 0%, transparent 55%);
}

.vh-calendar .vh-hero__content {
  padding-block: 60px;
}

.vh-calendar .vh-hero__logo {
  display: block;
  width: min(220px, 52vw);
  height: auto;
  margin: 0 0 28px;
}

.vh-calendar .vh-hero h1 {
  max-width: 760px;
  font-family: "the-seasons", "The Seasons", Georgia, serif;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.vh-calendar .vh-hero__lead {
  max-width: 630px;
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
}

.vh-calendar .vh-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vh-calendar .vh-hero__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 760px;
  margin: 64px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  list-style: none;
}

.vh-calendar .vh-hero__highlights li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.8rem;
  line-height: 1.3;
  text-transform: uppercase;
}

.vh-calendar .vh-hero__highlights li + li {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.vh-calendar .vh-hero__highlights span {
  color: #fff;
  font-family: "the-seasons", "The Seasons", Georgia, serif;
  font-size: 1.7rem;
}

.vh-calendar .vh-next {
  position: relative;
  z-index: 2;
  background: var(--vh-forest);
  color: #fff;
}

.vh-calendar .vh-next__inner {
  min-height: 118px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.vh-calendar .vh-next__date {
  min-width: 68px;
  padding-right: 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
}

.vh-calendar .vh-next__date strong,
.vh-calendar .vh-next__date span {
  display: block;
}

.vh-calendar .vh-next__date strong {
  font-family: "the-seasons", "The Seasons", Georgia, serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 0.95;
}

.vh-calendar .vh-next__date span {
  margin-top: 6px;
  color: var(--vh-mint);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vh-calendar .vh-next__copy p,
.vh-calendar .vh-next__copy h2 {
  margin: 0;
}

.vh-calendar .vh-next__copy p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.vh-calendar .vh-next__copy h2 {
  margin-top: 5px;
  font-family: "the-seasons", "The Seasons", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0;
}

.vh-calendar .vh-next__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  padding-bottom: 3px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vh-calendar .vh-next__link:hover,
.vh-calendar .vh-next__link:focus,
.vh-calendar .vh-next__link:focus-visible,
.vh-calendar .vh-next__link:active,
.vh-calendar .vh-next__link:visited {
  color: #fff;
  border-bottom-color: #fff;
}

.vh-calendar .vh-program {
  padding-block: 120px;
}

.vh-calendar .vh-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.6fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 54px;
}

.vh-calendar .vh-section-heading h2 {
  max-width: 730px;
  color: var(--vh-forest);
  font-family: "the-seasons", "The Seasons", Georgia, serif;
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.vh-calendar .vh-section-heading > p {
  margin-bottom: 4px;
  color: var(--vh-muted);
}

.vh-calendar .vh-months {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-block: 1px solid var(--vh-line);
}

.vh-calendar .vh-months button {
  position: relative;
  border: 0;
  border-right: 1px solid var(--vh-line);
  padding: 20px 12px;
  color: var(--vh-muted);
  background: transparent;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease;
}

.vh-calendar .vh-months button:last-child {
  border-right: 0;
}

.vh-calendar .vh-months button::after {
  position: absolute;
  right: 16%;
  bottom: -1px;
  left: 16%;
  height: 3px;
  background: var(--vh-action);
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 180ms ease, transform 180ms ease;
}

.vh-calendar .vh-months button:hover,
.vh-calendar .vh-months button.is-active {
  color: var(--vh-green);
  background: rgba(255, 255, 255, 0.32);
}

.vh-calendar .vh-months button.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.vh-calendar .vh-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 34px 0 24px;
}

.vh-calendar .vh-toolbar__label {
  margin: 0;
  color: var(--vh-muted);
  font-size: 0.8rem;
  font-weight: 600;
}

.vh-calendar .vh-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.vh-calendar .vh-filters button {
  border: 1px solid var(--vh-line);
  border-radius: 999px;
  padding: 8px 14px;
  color: var(--vh-muted);
  background: rgba(255, 255, 255, 0.32);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 700;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.vh-calendar .vh-filters button:hover,
.vh-calendar .vh-filters button.is-active {
  color: #fff;
  border-color: var(--vh-green);
  background: var(--vh-green);
}

.vh-calendar .vh-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--vh-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 12px 34px rgba(2, 34, 15, 0.05);
}

.vh-calendar .vh-weekday {
  padding: 13px 8px;
  color: rgba(255, 255, 255, 0.72);
  background: var(--vh-forest);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.vh-calendar .vh-day {
  min-height: 122px;
  border-right: 1px solid var(--vh-line);
  border-bottom: 1px solid var(--vh-line);
  padding: 10px;
  background: rgba(255, 255, 255, 0.35);
}

.vh-calendar .vh-day:nth-child(7n + 7) {
  border-right: 0;
}

.vh-calendar .vh-day.is-empty {
  background: rgba(2, 34, 15, 0.035);
}

.vh-calendar .vh-day__number {
  display: block;
  margin-bottom: 8px;
  color: var(--vh-muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.vh-calendar .vh-day__event {
  width: 100%;
  display: block;
  overflow: hidden;
  border: 0;
  border-left: 3px solid var(--vh-action);
  border-radius: 0 8px 8px 0;
  padding: 7px 8px;
  color: var(--vh-green);
  background: var(--vh-mint);
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.22;
  text-align: left;
}

.vh-calendar .vh-day__event:hover {
  color: #fff;
  background: var(--vh-green);
}

.vh-calendar .vh-day.is-today .vh-day__number {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--vh-terracotta);
}

.vh-calendar .vh-month-list {
  margin-top: 84px;
}

.vh-calendar .vh-list-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.vh-calendar .vh-list-heading .vh-kicker {
  margin-bottom: 8px;
  color: var(--vh-action);
}

.vh-calendar .vh-list-heading h3 {
  color: var(--vh-forest);
  font-family: "the-seasons", "The Seasons", Georgia, serif;
  font-size: clamp(2.3rem, 4vw, 3.5rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.vh-calendar .vh-list-heading > p {
  margin: 0 0 5px;
  color: var(--vh-muted);
  font-size: 0.78rem;
}

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

.vh-calendar .vh-event-card {
  position: relative;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 16px;
  padding: 20px;
  color: #fff;
  background-position: center;
  background-size: cover;
  box-shadow: var(--vh-shadow);
  isolation: isolate;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.vh-calendar .vh-event-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(1, 18, 8, 0.16), rgba(1, 18, 8, 0.28) 35%, rgba(1, 18, 8, 0.92) 100%),
    linear-gradient(90deg, rgba(1, 18, 8, 0.28), transparent 70%);
  content: "";
}

.vh-calendar .vh-event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 80px rgba(2, 34, 15, 0.19);
}

.vh-calendar .vh-event-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.vh-calendar .vh-event-card__date {
  width: 60px;
  min-height: 70px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 12px;
  padding: 7px;
  background: rgba(1, 18, 8, 0.42);
  backdrop-filter: blur(9px);
  text-align: center;
}

.vh-calendar .vh-event-card__date strong,
.vh-calendar .vh-event-card__date span {
  display: block;
}

.vh-calendar .vh-event-card__date strong {
  font-family: "the-seasons", "The Seasons", Georgia, serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 0.9;
}

.vh-calendar .vh-event-card__date span {
  margin-top: 5px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vh-calendar .vh-event-card__tag {
  border-radius: 999px;
  padding: 7px 10px;
  color: #fff;
  background: rgba(1, 18, 8, 0.48);
  backdrop-filter: blur(9px);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vh-calendar .vh-event-card__body .vh-kicker {
  margin-bottom: 9px;
  color: var(--vh-mint);
}

.vh-calendar .vh-event-card h4 {
  margin: 0;
  font-family: "the-seasons", "The Seasons", Georgia, serif;
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.vh-calendar .vh-event-card__body > p:not(.vh-kicker) {
  min-height: 48px;
  margin: 15px 0 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
  line-height: 1.45;
}

.vh-calendar .vh-event-card__extras {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.vh-calendar .vh-event-card__extras li {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 4px 9px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(1, 18, 8, 0.26);
  font-size: 0.62rem;
  font-weight: 600;
}

.vh-calendar .vh-event-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 16px;
}

.vh-calendar .vh-event-card__actions button,
.vh-calendar .vh-event-card__actions a {
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vh-calendar .vh-event-card__actions a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.vh-calendar .vh-event-card__actions button:hover,
.vh-calendar .vh-event-card__actions a:hover {
  color: var(--vh-mint);
}

.vh-calendar .vh-empty {
  border: 1px dashed var(--vh-line);
  border-radius: 16px;
  padding: 48px 24px;
  color: var(--vh-muted);
  text-align: center;
}

.vh-calendar .vh-empty p {
  margin-bottom: 15px;
}

.vh-calendar .vh-empty button {
  border: 0;
  border-bottom: 1px solid var(--vh-green);
  padding: 0 0 3px;
  color: var(--vh-green);
  background: transparent;
  cursor: pointer;
  font-weight: 700;
}

.vh-calendar .vh-booking {
  color: #fff;
  background: var(--vh-green);
}

.vh-calendar .vh-booking__inner {
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.5fr);
  align-items: center;
  gap: 80px;
}

.vh-calendar .vh-booking h2 {
  max-width: 760px;
  font-family: "the-seasons", "The Seasons", Georgia, serif;
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.vh-calendar .vh-booking__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.vh-calendar .vh-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.44);
  padding-bottom: 4px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vh-calendar .vh-text-link:hover,
.vh-calendar .vh-text-link:focus,
.vh-calendar .vh-text-link:focus-visible,
.vh-calendar .vh-text-link:active,
.vh-calendar .vh-text-link:visited {
  color: #fff;
  border-bottom-color: #fff;
}

.vh-calendar .vh-notes {
  padding-block: 88px;
  background: var(--vh-paper);
}

.vh-calendar .vh-notes__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
}

.vh-calendar .vh-notes article {
  position: relative;
  padding-left: 58px;
}

.vh-calendar .vh-notes article > span {
  position: absolute;
  top: 3px;
  left: 0;
  color: var(--vh-action);
  font-family: "the-seasons", "The Seasons", Georgia, serif;
  font-size: 1.5rem;
}

.vh-calendar .vh-notes h3 {
  color: var(--vh-forest);
  font-family: "the-seasons", "The Seasons", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.15;
}

.vh-calendar .vh-notes p {
  margin: 10px 0 0;
  color: var(--vh-muted);
  font-size: 0.86rem;
}

.vh-calendar .vh-dialog {
  width: min(760px, calc(100% - 32px));
  max-height: min(820px, calc(100vh - 32px));
  overflow: auto;
  border: 0;
  border-radius: 20px;
  padding: 0;
  color: var(--vh-ink);
  background: var(--vh-paper);
  box-shadow: 0 38px 110px rgba(1, 18, 8, 0.42);
}

.vh-calendar .vh-dialog::backdrop {
  background: rgba(1, 18, 8, 0.78);
  backdrop-filter: blur(6px);
}

.vh-calendar .vh-dialog__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  padding: 0 0 3px;
  color: #fff;
  background: rgba(1, 18, 8, 0.52);
  cursor: pointer;
  font-size: 1.75rem;
  line-height: 1;
}

.vh-calendar .vh-dialog__image {
  height: 300px;
  background-position: center;
  background-size: cover;
}

.vh-calendar .vh-dialog__body {
  padding: 36px;
}

.vh-calendar .vh-dialog__body .vh-kicker {
  margin-bottom: 10px;
  color: var(--vh-action);
}

.vh-calendar .vh-dialog__body h2 {
  color: var(--vh-forest);
  font-family: "the-seasons", "The Seasons", Georgia, serif;
  font-size: clamp(2.5rem, 6vw, 4.2rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.vh-calendar .vh-dialog__body > p:not(.vh-kicker) {
  margin: 20px 0 18px;
  color: var(--vh-muted);
}

.vh-calendar .vh-dialog__body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.vh-calendar .vh-dialog__body li {
  border-radius: 999px;
  padding: 6px 11px;
  color: var(--vh-green);
  background: var(--vh-mint);
  font-size: 0.72rem;
  font-weight: 700;
}

@media (max-width: 980px) {
  .vh-calendar .vh-event-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vh-calendar .vh-section-heading,
.vh-calendar .vh-booking__inner {
    gap: 42px;
  }

  .vh-calendar .vh-day {
    min-height: 108px;
    padding: 8px;
  }

  .vh-calendar .vh-day__event {
    font-size: 0.62rem;
  }
}

@media (max-width: 760px) {
  .vh-calendar .vh-container {
    width: min(100% - 32px, 640px);
  }

  .vh-calendar .vh-hero {
    min-height: 760px;
    background-position: 58% center;
  }

  .vh-calendar .vh-hero__shade {
    background:
      linear-gradient(0deg, rgba(1, 18, 8, 0.94) 0%, rgba(1, 18, 8, 0.5) 62%, rgba(1, 18, 8, 0.22) 100%),
      linear-gradient(90deg, rgba(1, 18, 8, 0.45), transparent);
  }

  .vh-calendar .vh-hero__content {
    padding-block: 70px;
  }

  .vh-calendar .vh-hero__logo {
    width: min(170px, 46vw);
    margin-bottom: 22px;
  }

  .vh-calendar .vh-hero h1 {
    font-size: 3.5rem;
  }

  .vh-calendar .vh-hero__lead {
    margin-block: 22px 26px;
  }

  .vh-calendar .vh-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .vh-calendar .vh-button {
    width: 100%;
  }

  .vh-calendar .vh-hero__highlights {
    margin-top: 44px;
    padding-top: 20px;
  }

  .vh-calendar .vh-hero__highlights li {
    display: block;
    font-size: 0.63rem;
  }

  .vh-calendar .vh-hero__highlights li + li {
    padding-left: 12px;
  }

  .vh-calendar .vh-hero__highlights span {
    margin-bottom: 4px;
  }

  .vh-calendar .vh-next__inner {
    min-height: 150px;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    padding-block: 22px;
  }

  .vh-calendar .vh-next__date {
    min-width: 54px;
    padding-right: 16px;
  }

  .vh-calendar .vh-next__link {
    grid-column: 2;
    justify-self: start;
  }

  .vh-calendar .vh-program {
    padding-block: 82px;
  }

  .vh-calendar .vh-section-heading,
.vh-calendar .vh-booking__inner {
    grid-template-columns: 1fr;
  }

  .vh-calendar .vh-section-heading {
    gap: 22px;
    margin-bottom: 36px;
  }

  .vh-calendar .vh-section-heading h2 {
    font-size: 2.75rem;
  }

  .vh-calendar .vh-months {
    grid-template-columns: repeat(5, minmax(112px, 1fr));
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .vh-calendar .vh-months::-webkit-scrollbar {
    display: none;
  }

  .vh-calendar .vh-toolbar {
    align-items: flex-start;
    flex-direction: column;
    margin-block: 28px;
  }

  .vh-calendar .vh-filters {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 5px;
    scrollbar-width: none;
  }

  .vh-calendar .vh-filters::-webkit-scrollbar {
    display: none;
  }

  .vh-calendar .vh-filters button {
    flex: 0 0 auto;
  }

  .vh-calendar .vh-calendar-grid {
    display: none;
  }

  .vh-calendar .vh-month-list {
    margin-top: 54px;
  }

  .vh-calendar .vh-list-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .vh-calendar .vh-event-cards {
    grid-template-columns: 1fr;
  }

  .vh-calendar .vh-event-card {
    min-height: 430px;
  }

  .vh-calendar .vh-event-card__body > p:not(.vh-kicker) {
    min-height: auto;
  }

  .vh-calendar .vh-booking__inner {
    min-height: auto;
    gap: 34px;
    padding-block: 74px;
  }

  .vh-calendar .vh-booking__actions {
    width: 100%;
  }

  .vh-calendar .vh-notes {
    padding-block: 64px;
  }

  .vh-calendar .vh-notes__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .vh-calendar .vh-dialog__image {
    height: 230px;
  }

  .vh-calendar .vh-dialog__body {
    padding: 28px 22px 24px;
  }
}

@media (max-width: 390px) {
  .vh-calendar .vh-container {
    width: calc(100% - 24px);
  }

  .vh-calendar .vh-hero {
    min-height: 720px;
  }

  .vh-calendar .vh-hero h1 {
    font-size: 2.85rem;
  }

  .vh-calendar .vh-next__copy h2 {
    font-size: 0.94rem;
  }

  .vh-calendar .vh-event-card {
    min-height: 410px;
    border-radius: 14px;
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vh-calendar *,
.vh-calendar *::before,
.vh-calendar *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
