@font-face {
  font-family: "Eric Machat";
  src: url("../fonts/bc-eric-machat-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: "Eric Machat";
  src: url("../fonts/bc-eric-machat-regular-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: "Eric Machat";
  src: url("../fonts/bc-eric-machat-semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}

@font-face {
  font-family: "Eric Machat";
  src: url("../fonts/bc-eric-machat-semibold-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 600;
  font-display: block;
}

@font-face {
  font-family: "Eric Machat Headline";
  src: url("../fonts/bc-eric-machat-headline-semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}

@font-face {
  font-family: "Eric Machat Headline";
  src: url("../fonts/bc-eric-machat-headline-semibold-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 600;
  font-display: block;
}

:root {
  --agrft-violet: #442299;
  --agrft-focus: #442299;
  --agrft-lavender: #7755bb;
  --agrft-dialog-backdrop: color-mix(in srgb, var(--agrft-violet) 20%, var(--agrft-white));
  --agrft-pink: #ff3366;
  --agrft-grey: #e3e3e3;
  --agrft-white: #fff;
  --agrft-column: 390px;
  --agrft-header: 96px;
  --agrft-header-link-top: 34px;
  --agrft-admin-bar-offset: var(--wp-admin--admin-bar--height, 0px);
  color-scheme: light;
  font-synthesis: none;
}

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

html {
  background: var(--agrft-grey);
  color: var(--agrft-violet);
  font-family: "Eric Machat", sans-serif;
  font-size: 112.5%;
  line-height: 1.2;
  scroll-behavior: auto;
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
}

html.agrft-dialog-open,
body.agrft-dialog-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body.agrft-dialog-open {
  position: fixed;
  top: var(--agrft-dialog-page-offset, 0px);
  right: 0;
  left: 0;
  width: 100%;
}

body,
button,
input,
textarea,
select {
  font-family: "Eric Machat", sans-serif;
}

button,
input,
textarea,
select {
  font-size: inherit;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

a[href],
button:not(:disabled),
select:not(:disabled),
summary,
label[for],
input[type="button"]:not(:disabled),
input[type="checkbox"]:not(:disabled),
input[type="radio"]:not(:disabled),
input[type="reset"]:not(:disabled),
input[type="submit"]:not(:disabled),
[role="button"]:not([aria-disabled="true"]) {
  cursor: pointer;
}

button:disabled,
select:disabled,
input:disabled,
[role="button"][aria-disabled="true"] {
  cursor: default;
}

strong,
b {
  font-family: "Eric Machat", sans-serif;
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.agrft-skip-link {
  position: fixed;
  left: 50%;
  top: 8px;
  z-index: 10000;
  padding: 10px 16px;
  transform: translate(-50%, -180%);
  background: var(--agrft-white);
  border: 2px solid var(--agrft-violet);
  font-weight: 600;
}

.agrft-skip-link:focus {
  transform: translate(-50%, 0);
}

:focus-visible {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}

.agrft-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, var(--agrft-column)) minmax(0, 1fr);
  min-height: 100vh;
}

.agrft-column {
  grid-column: 2;
  width: min(100vw, var(--agrft-column));
  min-width: 0;
  overflow: clip;
  background: var(--agrft-white);
  box-shadow: 0 0 24px color-mix(in srgb, var(--agrft-violet) 8%, transparent);
}

.agrft-rail {
  min-width: 0;
  pointer-events: none;
}

.agrft-header {
  position: sticky;
  top: var(--agrft-admin-bar-offset);
  z-index: 40;
  height: var(--agrft-header);
  background: var(--agrft-white);
  background-image: var(--agrft-header-artwork, none);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.agrft-header--home {
  margin-bottom: calc(-1 * var(--agrft-header));
  overflow: clip;
  background-image: none;
}

.agrft-header--home::before {
  position: absolute;
  inset: 0;
  background: var(--agrft-header-artwork, none) center / 150px 50px no-repeat;
  content: "";
  pointer-events: none;
  transform: translateY(var(--agrft-home-mark-offset, -24px));
}

.agrft-header__brand {
  position: absolute;
  left: 31%;
  top: 24px;
  width: 38%;
  height: 48px;
}

.agrft-header__program,
.agrft-header__contact {
  position: absolute;
  top: var(--agrft-header-link-top);
  min-height: 44px;
  background: var(--agrft-white);
  font-size: 1.166667rem;
  font-weight: 600;
  line-height: 1.388889rem;
  text-decoration: none;
}

.agrft-header__program {
  left: 24px;
}

.agrft-header__contact {
  right: 24px;
}

.agrft-hero {
  background: var(--agrft-white);
}

.agrft-hero > img {
  position: relative;
  z-index: 50;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.agrft-hero__nav-slot {
  height: auto;
  min-height: 54px;
}

.agrft-hero__nav {
  position: relative;
  z-index: 41;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  min-height: 54px;
  padding: 0 24px;
  font-size: 1.166667rem;
  font-weight: 600;
  line-height: 1.388889rem;
}

.agrft-hero__nav a {
  display: flex;
  align-items: center;
  min-height: 25px;
  max-width: calc(50% - 28px);
  background: var(--agrft-white);
  text-decoration: none;
}

.agrft-hero__nav.is-docked {
  position: fixed;
  top: var(--agrft-admin-bar-offset);
  left: 50%;
  width: min(100%, var(--agrft-column));
  height: var(--agrft-header);
  transform: translateX(-50%);
  pointer-events: none;
}

/* Once docked, the links share the sticky header's containing block. */
.agrft-header--home > .agrft-hero__nav.is-docked {
  position: absolute;
  top: 0;
}

.agrft-hero__nav.is-docked a {
  position: absolute;
  top: var(--agrft-header-link-top);
  pointer-events: auto;
}

.agrft-hero__nav.is-docked .agrft-hero__program {
  left: 24px;
}

.agrft-hero__nav.is-docked .agrft-hero__contact {
  right: 24px;
}

.agrft-intro h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 142px;
  /* Balance the visible numerals against Headline's asymmetric font metrics. */
  padding: 16px 24px 14px;
  color: var(--agrft-white);
  background: var(--agrft-violet);
  font-family: "Eric Machat Headline", sans-serif;
  font-size: clamp(2.7rem, 15.384615vw, 3.333333rem);
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1;
  text-align: center;
  text-indent: 0;
  white-space: nowrap;
}

.agrft-intro__range {
  display: block;
  text-indent: .12em;
}

.agrft-intro__range-group {
  display: inline-flex;
  flex-direction: column;
  gap: 0;
  width: max-content;
  max-width: 100%;
}

.agrft-intro__directions {
  display: block;
  width: 66.666667%;
  aspect-ratio: 4 / 1;
  margin-top: 9px;
  margin-inline: auto;
  background: var(--agrft-grey);
  -webkit-mask: var(--agrft-icon-directions) center / contain no-repeat;
  mask: var(--agrft-icon-directions) center / contain no-repeat;
}

.agrft-intro__copy {
  height: 176px;
  padding: 24px 24px 0;
  background: var(--agrft-grey);
  font-size: 1.166667rem;
  line-height: 1.4rem;
}

.agrft-intro__copy p {
  margin: 0;
}

.agrft-intro__welcome {
  margin: 0;
  height: 76px;
  padding: 25px 24px 0;
  color: var(--agrft-pink);
  background: var(--agrft-grey);
  font-size: 1.166667rem;
  font-weight: 600;
  line-height: 1.4rem;
}

.agrft-upcoming,
.agrft-featured {
  padding-top: 0;
  background: var(--agrft-white);
}

.agrft-featured {
  background: var(--agrft-white);
}

.agrft-home-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  margin: 0;
  padding: 0 24px;
  text-align: center;
  font-size: 1.166667rem;
  line-height: 1.4rem;
}

.agrft-featured__inner {
  width: 100%;
  background: var(--agrft-violet);
}

.agrft-featured__card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  width: 100%;
  background: var(--agrft-violet);
}

.agrft-featured__link {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-decoration: none;
}

.agrft-card.agrft-card--featured {
  color: var(--agrft-white);
  background: var(--agrft-pink);
}

.agrft-featured .agrft-home-section-title {
  color: var(--agrft-violet);
  background: var(--agrft-white);
}

.agrft-featured__description,
.agrft-featured__media {
  position: relative;
  min-width: 0;
  height: 352px;
  min-height: 352px;
  padding: 24px;
  color: var(--agrft-white);
  background: var(--agrft-violet);
}

.agrft-featured__description {
  border-top: 1px solid color-mix(in srgb, var(--agrft-white) 48%, transparent);
}

.agrft-featured__media {
  display: none;
  padding: 0;
  overflow: hidden;
}

.agrft-featured__media.is-empty {
  background: var(--agrft-violet);
}

.agrft-featured__summary {
  min-height: 3.6rem;
  margin: 0;
  font-size: 1rem;
  line-height: 1.2rem;
}

.agrft-featured__body {
  margin: 0;
  font-size: 0.833333rem;
  line-height: 1rem;
}

.agrft-featured__body.has-summary {
  margin-top: 24px;
  padding-top: 23px;
}

.agrft-featured__picture,
.agrft-featured__image {
  display: block;
  width: 100%;
  height: 100%;
}

.agrft-featured__image {
  object-fit: cover;
}

.agrft-featured__description::after,
.agrft-featured__media::after {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  display: none;
  width: 18px;
  height: 18px;
  background: var(--agrft-white);
  content: "";
  -webkit-mask: var(--agrft-icon-arrow-external) center / 18px 18px no-repeat;
  mask: var(--agrft-icon-arrow-external) center / 18px 18px no-repeat;
  pointer-events: none;
}

.agrft-card--featured :is(.agrft-card__date, .agrft-card__type, h3, .agrft-card__venue, .agrft-card__venue-link, .agrft-card__venue-address, .agrft-card__time) {
  color: var(--agrft-white);
}

.agrft-card--featured .agrft-card__date > span[aria-hidden],
.agrft-card--featured .agrft-card__venue.has-location::before {
  background: var(--agrft-white);
}

.agrft-card--featured .agrft-card__badge[data-agrft-reserve]:not(.agrft-no-reservation) {
  color: var(--agrft-pink);
  background: var(--agrft-white);
}

.agrft-card--featured .agrft-card__badge.is-muted,
.agrft-card--featured .agrft-card__badge.agrft-no-reservation {
  color: var(--agrft-white);
  background: transparent;
  border: 0;
}

.agrft-upcoming__track {
  display: flex;
  gap: 0;
  width: 100%;
  height: 352px;
  padding: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.agrft-upcoming__track::-webkit-scrollbar {
  display: none;
}

.agrft-upcoming__track::after {
  /* Let the final card reach the same starting edge as every other card. */
  content: '';
  flex: 0 0 max(0px, calc(100% - 342px));
}

.agrft-upcoming__slide {
  position: relative;
  flex: 0 0 342px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.agrft-upcoming__slide:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 1px;
  background: var(--agrft-grey);
  content: "";
  transform: translateX(50%);
  pointer-events: none;
}

.agrft-upcoming .agrft-card,
.agrft-card.agrft-card--featured {
  height: 352px;
  padding: 24px;
}

.agrft-upcoming .agrft-card__date,
.agrft-upcoming .agrft-card__type,
.agrft-upcoming .agrft-card h3,
.agrft-upcoming .agrft-card__venue,
.agrft-upcoming .agrft-card__time,
.agrft-card--featured .agrft-card__date,
.agrft-card--featured .agrft-card__type,
.agrft-card--featured h3,
.agrft-card--featured .agrft-card__venue,
.agrft-card--featured .agrft-card__time {
  position: absolute;
  right: 24px;
  left: 24px;
  margin: 0;
}

.agrft-upcoming .agrft-card__date,
.agrft-card--featured .agrft-card__date {
  top: 24px;
}

.agrft-upcoming .agrft-card__type,
.agrft-card--featured .agrft-card__type {
  top: 58px;
}

.agrft-upcoming .agrft-card h3,
.agrft-card--featured h3 {
  top: 89px;
  right: 24px;
  width: 294px;
}

.agrft-upcoming .agrft-card__venue,
.agrft-card--featured .agrft-card__venue {
  top: 245px;
}

.agrft-upcoming .agrft-card__time,
.agrft-card--featured .agrft-card__time {
  top: 299px;
  margin-top: 0;
  padding: 0;
  border: 0;
}

.agrft-upcoming .agrft-card__summary {
  display: none;
}

.agrft-upcoming__dots {
  display: flex;
  justify-content: center;
  gap: 18px;
  height: 56px;
  padding-top: 26px;
}

.agrft-upcoming__dots i {
  width: 6px;
  height: 6px;
  background: var(--agrft-violet);
  opacity: .25;
}

.agrft-upcoming__dots i.is-active {
  opacity: 1;
}

.agrft-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 90px;
  padding: 10px 24px;
  border: 0;
  font-family: "Eric Machat Headline", sans-serif;
  font-size: 3.333333rem;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: .9;
  text-align: center;
  text-indent: .12em;
  text-decoration: none;
  cursor: pointer;
}

.agrft-button span {
  position: absolute;
  right: 13px;
  top: 13px;
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask: var(--agrft-icon-arrow-external) center / 18px 18px no-repeat;
  mask: var(--agrft-icon-arrow-external) center / 18px 18px no-repeat;
}

.agrft-button--pink {
  position: relative;
}

/* Primary actions share one palette across cards, event pages and the overlay. */
.agrft-button--pink,
.agrft-card__badge,
.agrft-reserve-trigger {
  color: var(--agrft-white);
  background: var(--agrft-pink);
}

.agrft-plain-button {
  min-height: 44px;
  padding: 8px 16px;
  color: var(--agrft-violet);
  background: var(--agrft-grey);
  border: 1px solid currentColor;
  border-radius: 0;
  font: inherit;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.agrft-upcoming__note {
  margin: 0;
  height: 96px;
  padding: 16px 24px 0;
  font-size: 1rem;
  line-height: 1.2rem;
  text-align: center;
}

.agrft-card {
  position: relative;
  min-width: 0;
  background: var(--agrft-white);
}

.agrft-card__link {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-decoration: none;
}

.agrft-card__date {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
  color: var(--agrft-pink);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.agrft-card__date > span[aria-hidden] {
  position: relative;
  top: -1px;
  left: 1px;
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask: var(--agrft-icon-arrow-external) center / 18px 18px no-repeat;
  mask: var(--agrft-icon-arrow-external) center / 18px 18px no-repeat;
}

.agrft-card__type {
  margin: 0 0 6px;
  font-family: "Eric Machat Headline", sans-serif;
  font-size: 1.166667rem;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.4rem;
  text-transform: uppercase;
}

.agrft-card h3 {
  margin: 0 0 21px;
  color: var(--agrft-pink);
  font-family: "Eric Machat Headline", sans-serif;
  font-size: 2.5rem;
  font-style: italic;
  line-height: 2.5rem;
}

.agrft-card__summary {
  margin: 18px 0 0;
  padding-top: 17px;
  border-top: 1px solid var(--agrft-grey);
  font-size: 0.833333rem;
  line-height: 1rem;
}

.agrft-card__venue {
  margin: 0;
  font-size: 0.833333rem;
  font-weight: 400;
  line-height: 1rem;
}

.agrft-card__venue.has-location {
  position: relative;
  padding-left: 22px;
}

.agrft-card__venue.has-location::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14.4px;
  height: 36px;
  background: var(--agrft-pink);
  content: "";
  -webkit-mask: var(--agrft-icon-location-pin) center / contain no-repeat;
  mask: var(--agrft-icon-location-pin) center / contain no-repeat;
  transform: translateY(-50%);
}

.agrft-event__venue.has-location,
.agrft-schedule-slot__venue.has-location,
.agrft-dialog__venue.has-location {
  position: relative;
  padding-left: 22px;
}

.agrft-event__venue.has-location::before,
.agrft-schedule-slot__venue.has-location::before,
.agrft-dialog__venue.has-location::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14.4px;
  height: 36px;
  background: var(--agrft-pink);
  content: "";
  -webkit-mask: var(--agrft-icon-location-pin) center / contain no-repeat;
  mask: var(--agrft-icon-location-pin) center / contain no-repeat;
  transform: translateY(-50%);
}

/* The dialog reserves 24px above its venue copy; center the pin on the two text lines. */
.agrft-dialog__venue.has-location::before {
  top: calc(50% + 12px);
}

.agrft-card__venue-link,
.agrft-card__venue-address {
  position: relative;
  z-index: 2;
  color: var(--agrft-pink);
  font-weight: 400;
}

.agrft-card__venue-link {
  text-decoration: underline;
  text-decoration-thickness: from-font;
  text-underline-offset: .08em;
}

.agrft-card__venue-address {
  text-decoration: none;
}

.agrft-card__end-divider {
  display: none;
}

.agrft-card__time [data-agrft-reserve] {
  position: relative;
  z-index: 2;
}

.agrft-card__time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
  padding: 0;
  border: 0;
}

.agrft-card__time time {
  font-size: 1.166667rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.agrft-card__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 0.833333rem;
  font-weight: 600;
  letter-spacing: .06em;
  cursor: pointer;
}

.agrft-card__badge.is-muted {
  background: var(--agrft-grey);
  cursor: default;
  pointer-events: none;
}

.agrft-card__badge.is-muted {
  width: 190px;
  font-size: 0.611111rem;
  letter-spacing: .03em;
  line-height: 0.733333rem;
  white-space: nowrap;
}

.agrft-footer {
  position: relative;
  overflow: hidden;
  height: 1000px;
  padding: 0 24px;
  background: var(--agrft-grey);
  text-align: center;
}

.agrft-footer__teeth {
  position: absolute;
  inset: 0 0 auto;
  height: 195px;
  background: var(--agrft-white);
  -webkit-mask: var(--agrft-icon-teeth-fill) top center / 390px 195px no-repeat;
  mask: var(--agrft-icon-teeth-fill) top center / 390px 195px no-repeat;
}

.agrft-footer__logo {
  position: absolute;
  top: 222px;
  left: 50%;
  width: 200px;
  height: 90px;
  margin: 0;
  transform: translateX(-50%);
}

.agrft-footer__university-logo {
  display: block;
  width: 240px;
  max-width: 100%;
}

.agrft-footer__university-logo::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 240 / 25.46;
  background: var(--agrft-violet);
  -webkit-mask: var(--agrft-ul-artwork, none) center / contain no-repeat;
  mask: var(--agrft-ul-artwork, none) center / contain no-repeat;
}

.agrft-footer hr {
  position: absolute;
  right: 24px;
  left: 24px;
  margin: 0;
  border: 0;
  border-top: 1px solid var(--agrft-lavender);
}

.agrft-footer hr:nth-of-type(1) {
  top: 312px;
}

.agrft-footer hr:nth-of-type(2) {
  top: 505px;
}

.agrft-footer hr:nth-of-type(3) {
  top: 737px;
}

.agrft-footer__follow,
.agrft-footer p {
  margin: 0;
}

.agrft-footer__follow {
  position: absolute;
  top: 336px;
  right: 24px;
  left: 24px;
  font-size: 1.166667rem;
  font-weight: 600;
  line-height: 1.4rem;
}

.agrft-footer__social {
  position: absolute;
  top: 367px;
  right: 24px;
  left: 24px;
  display: grid;
  gap: 15px;
}

.agrft-footer__social a,
.agrft-footer__email a {
  color: var(--agrft-pink);
  font-family: "Eric Machat Headline", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.5rem;
  text-decoration: none;
}

.agrft-footer__reservation {
  position: absolute;
  top: 529px;
  right: 24px;
  left: 24px;
  font-size: 1rem;
  line-height: 1.2rem;
}

.agrft-footer__reservation p {
  margin: 0;
}

.agrft-footer__email a {
  display: block;
  overflow-wrap: anywhere;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.agrft-footer__question {
  position: absolute;
  top: 628px;
  right: 24px;
  left: 24px;
  font-size: 1.166667rem;
  line-height: 1.4rem;
}

.agrft-footer__email {
  position: absolute;
  top: 659px;
  right: 24px;
  left: 24px;
}

.agrft-footer__nav {
  position: absolute;
  right: 24px;
  left: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: nowrap;
  font-size: 1.166667rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.agrft-footer__nav--reservation {
  top: 761px;
}

.agrft-footer__nav--legal {
  top: 798px;
}

.agrft-footer__nav a {
  flex: 0 0 auto;
  font-family: "Eric Machat", sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.agrft-footer__nav--reservation a {
  color: var(--agrft-pink);
}

.agrft-footer__nav--legal a {
  color: var(--agrft-violet);
}

.agrft-footer__editor-row {
  position: absolute;
  top: 954px;
  right: 24px;
  left: 24px;
  text-align: center;
}

.agrft-footer__editor-row a {
  color: color-mix(in srgb, var(--agrft-violet) 35%, transparent);
  font-size: .666667rem;
  line-height: 1rem;
  letter-spacing: .04em;
  text-decoration: none;
}

.agrft-footer__copyright {
  position: absolute;
  top: 894px;
  right: 24px;
  left: 24px;
  font-size: 1rem;
  line-height: 1.2rem;
}

.agrft-search-dock {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 45;
  width: min(100%, var(--agrft-column));
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
  background: var(--agrft-grey);
  border: 2px solid var(--agrft-violet);
  border-bottom: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 100%);
  transition: transform .4s ease-out, visibility 0s linear .4s;
}

.agrft-search-dock.is-visible {
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
  transition-delay: 0s;
}

.agrft-search-dock.is-page-end {
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 100%);
  transition: none;
}

.agrft-search {
  position: relative;
}

.agrft-search input {
  width: 100%;
  height: 48px;
  padding: 6px 52px 6px 12px;
  color: var(--agrft-violet);
  background: var(--agrft-white);
  border: 0;
  border-radius: 0;
}

.agrft-search input::placeholder {
  color: var(--agrft-grey);
  opacity: 1;
}

.agrft-search button {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 36px;
  height: 36px;
  background: var(--agrft-violet);
  border: 0;
  cursor: pointer;
}

.agrft-search[aria-busy="true"] button {
  cursor: progress;
  opacity: .65;
}

.agrft-search-status:not(.screen-reader-text) {
  margin: 8px 0 0;
  font-size: .75rem;
  line-height: 1.4;
}

.agrft-days {
  position: sticky;
  top: calc(var(--agrft-admin-bar-offset) + var(--agrft-header));
  z-index: 35;
  display: flex;
  max-width: 100%;
  padding-left: 18px;
  overflow-x: auto;
  background: var(--agrft-white);
  border-bottom: 0;
  scrollbar-width: none;
}

.agrft-days::-webkit-scrollbar {
  display: none;
}

.agrft-days a {
  display: grid;
  position: relative;
  flex: 0 0 96px;
  align-content: center;
  justify-items: center;
  min-height: 72px;
  color: var(--agrft-violet);
  text-decoration: none;
  opacity: 1;
}

.agrft-days a.is-active {
  opacity: 1;
}

.agrft-days a.is-active::after {
  position: absolute;
  right: 6px;
  bottom: 0;
  left: 6px;
  height: 4px;
  background: var(--agrft-violet);
  content: "";
}

.agrft-days span {
  width: 84px;
  font-size: 1.166667rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4rem;
  text-transform: uppercase;
  text-align: center;
}

.agrft-days strong {
  width: 84px;
  font-size: 0.833333rem;
  font-weight: 400;
  line-height: 1rem;
  text-align: center;
}

.agrft-program__list {
  display: block;
  padding: 12px;
  background: var(--agrft-white);
}

@media (max-width: 767px) {
  .agrft-view-program .agrft-program__list:not(.agrft-program__list--empty) {
    background: var(--agrft-grey);
  }
}

.agrft-program__day {
  scroll-margin-top: calc(var(--agrft-admin-bar-offset) + var(--agrft-header) + 72px);
}

.agrft-program__date-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  margin: 0;
  text-align: center;
  font-size: 1.166667rem;
  line-height: 1.4rem;
  text-transform: uppercase;
}

.agrft-program__list .agrft-card {
  min-height: 319px;
  margin: 0 0 12px;
  padding: 24px;
}

.agrft-program__list .agrft-card::after {
  position: absolute;
  right: 23px;
  top: 23px;
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask: var(--agrft-icon-arrow-external) center / 18px 18px no-repeat;
  mask: var(--agrft-icon-arrow-external) center / 18px 18px no-repeat;
  content: "";
  pointer-events: none;
  z-index: 2;
}

.agrft-program__list .agrft-card__date {
  display: none;
}

.agrft-program__list .agrft-card__summary {
  font-size: 0.833333rem;
  line-height: 1rem;
}

.agrft-empty-state {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-width: 0;
  margin: 0;
  padding: 48px 24px;
  overflow: hidden;
  color: var(--agrft-violet);
  background: var(--agrft-white);
  text-align: center;
}

.agrft-empty-state__motif {
  position: relative;
  display: block;
  width: min(184px, 62vw);
  height: 42px;
}

.agrft-empty-state__motif::before,
.agrft-empty-state__motif::after {
  position: absolute;
  content: "";
}

.agrft-empty-state__motif::before {
  top: 20px;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--agrft-pink);
}

.agrft-empty-state__motif::after {
  top: 1px;
  left: calc(50% - 18px);
  width: 36px;
  height: 36px;
  background: var(--agrft-white);
  border: 2px solid var(--agrft-violet);
  transform: rotate(45deg);
}

.agrft-empty-state__message {
  max-width: 536px;
  margin: 0;
  font-size: 1.166667rem;
  font-weight: 600;
  line-height: 1.4;
}

.agrft-empty-state__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 16px;
  color: var(--agrft-white);
  background: var(--agrft-violet);
  border: 2px solid var(--agrft-violet);
  font-family: "Eric Machat Headline", sans-serif;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.2;
  text-decoration: none;
}

.agrft-empty-state--carousel {
  min-height: 352px;
  background: var(--agrft-grey);
}

.agrft-program__list--empty {
  min-height: max(420px, calc(100svh - var(--agrft-admin-bar-offset) - var(--agrft-header)));
  padding-bottom: max(96px, var(--agrft-search-height, 0px));
}

.agrft-program__list--empty .agrft-empty-state--program {
  min-height: inherit;
}

.agrft-empty-state--page {
  min-height: 320px;
}

.agrft-basic-page.agrft-not-found {
  padding-inline: 0;
}

.agrft-empty-state--not-found {
  min-height: 320px;
}

.agrft-empty-state--not-found .agrft-empty-state__message {
  margin: 0;
  padding: 0;
  color: var(--agrft-violet);
  font-size: 1.166667rem;
  line-height: 1.4;
}

.agrft-empty-state--not-found .agrft-empty-state__action {
  width: 100%;
  max-width: 342px;
  min-height: 63px;
  padding: calc(10px - .083333em) 18px calc(10px + .083333em);
  color: var(--agrft-white);
  background: var(--agrft-pink);
  border-color: var(--agrft-pink);
  font-size: clamp(1.333333rem, 7vw, 1.666667rem);
  letter-spacing: .1em;
  line-height: .95;
  text-align: center;
  text-indent: .1em;
}

.agrft-empty-state--event {
  width: 100%;
  min-height: 192px;
  padding-inline: 0;
}

.agrft-event__intro {
  position: relative;
  /* Follow the copy height without reserving blank space before text or photos. */
  padding: 10px 24px 22px;
}

.agrft-event__type {
  margin: 0 0 6px;
  font-family: "Eric Machat Headline", sans-serif;
  font-size: 1.166667rem;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.4rem;
  text-transform: uppercase;
}

.agrft-event__intro h1 {
  margin: 0;
  color: var(--agrft-pink);
  font-family: "Eric Machat Headline", sans-serif;
  font-size: clamp(2.722222rem, 15.385vw, 3.333333rem);
  font-style: italic;
  line-height: 1;
}

.agrft-event__summary {
  margin: 25px 0 0;
  padding-top: 23px;
  border-top: 1px solid var(--agrft-grey);
  font-size: 1rem;
  line-height: 1.2rem;
}

.agrft-event__venue {
  margin: 36px 0 0;
  font-size: 1rem;
  line-height: 1.2rem;
}

.agrft-event__venue a,
.agrft-event__venue-address {
  color: var(--agrft-pink);
  font-weight: 400;
}

.agrft-event__venue a {
  text-decoration: underline;
}

.agrft-event__venue-address {
  text-decoration: none;
}

.agrft-schedule-slot__venue-link,
.agrft-schedule-slot__venue-address {
  color: inherit;
  font-weight: 400;
}

.agrft-schedule-slot__venue-link {
  text-decoration: underline;
}

.agrft-schedule-slot__venue-address {
  text-decoration: none;
}

.agrft-event__occurrences {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 45;
  display: flex;
  width: min(100vw, var(--agrft-column));
  height: 120px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  transform: translateX(-50%);
}

.agrft-event__occurrences::-webkit-scrollbar {
  display: none;
}

.agrft-event__slot {
  display: grid;
  grid-template-columns: 1fr;
  flex: 0 0 100%;
  min-height: 120px;
  padding-bottom: 24px;
  background: var(--agrft-white);
  scroll-snap-align: start;
}

.agrft-event__slot + .agrft-event__slot {
  border-left: 1px solid var(--agrft-violet);
}

.agrft-event__slot > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 8px 24px;
}

.agrft-event__slot time {
  color: var(--agrft-pink);
  font-size: 1rem;
  font-weight: 400;
}

.agrft-event__time {
  font-size: 1rem;
  font-weight: 400;
}

.agrft-reserve-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 48px);
  min-height: 48px;
  margin: 0 24px;
  padding: 8px 24px;
  border: 0;
  font-size: 1.166667rem;
  font-weight: 600;
  letter-spacing: .06em;
  cursor: pointer;
}

.agrft-no-reservation {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--agrft-violet);
  background: var(--agrft-grey);
  font-size: 0.833333rem;
  line-height: 1rem;
  text-align: center;
  cursor: default;
  pointer-events: none;
}

.agrft-gallery {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-padding-inline: 24px;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.agrft-gallery::-webkit-scrollbar {
  display: none;
}

.agrft-gallery figure {
  flex: 0 0 min(var(--agrft-gallery-width, 330px), calc(100vw - 48px));
  margin: 0;
  scroll-snap-align: start;
}

.agrft-gallery img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 204px;
  object-fit: contain;
  object-position: center;
}

.agrft-gallery__dots {
  display: flex;
  justify-content: center;
  gap: 18px;
  height: 54px;
  padding-top: 24px;
}

.agrft-gallery__dots i {
  width: 6px;
  height: 6px;
  background: var(--agrft-violet);
  opacity: .25;
}

.agrft-gallery__dots i.is-active {
  opacity: 1;
}

.agrft-event__content {
  padding: 0 24px 44px;
  font-size: 0.833333rem;
  line-height: 1rem;
}

.agrft-event__content > :first-child {
  margin-top: 0;
}

.agrft-event__content h2,
.agrft-event__content h3 {
  margin: 18px 0 0;
  font-family: "Eric Machat", sans-serif;
  font-size: 0.833333rem;
  line-height: 1rem;
}

.agrft-event__content strong,
.agrft-event__content b {
  font-family: "Eric Machat", sans-serif;
  font-weight: 600;
}

.agrft-event-nav {
  position: sticky;
  top: calc(var(--agrft-admin-bar-offset) + var(--agrft-header));
  z-index: 35;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: 36px;
  background: var(--agrft-white);
}

.agrft-event-nav::after {
  position: absolute;
  right: 24px;
  bottom: 0;
  left: 24px;
  height: 1px;
  background: var(--agrft-grey);
  content: "";
}

.agrft-event-nav > * {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 0;
  font-size: 0.8rem;
  line-height: 0.96rem;
}

.agrft-event-nav a {
  text-decoration: none;
}

.agrft-event-nav__previous {
  position: relative;
  padding-left: 42px;
}

.agrft-event-nav__previous::before,
.agrft-event-nav__next::after {
  position: absolute;
  top: 12px;
  width: 12px;
  height: 12px;
  content: "";
}

.agrft-event-nav__previous::before {
  left: 24px;
  background: currentColor;
  -webkit-mask: var(--agrft-icon-arrow-left) center / 12px 12px no-repeat;
  mask: var(--agrft-icon-arrow-left) center / 12px 12px no-repeat;
}

.agrft-event-nav__next {
  position: relative;
  justify-content: flex-end;
  padding-right: 42px;
  text-align: right;
}

.agrft-event-nav__next::after {
  right: 24px;
  background: currentColor;
  -webkit-mask: var(--agrft-icon-arrow-right) center / 12px 12px no-repeat;
  mask: var(--agrft-icon-arrow-right) center / 12px 12px no-repeat;
}

.agrft-basic-page {
  min-height: 60vh;
  padding: 40px 24px;
}

.agrft-dialog-layer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: stretch center;
  overflow-y: auto;
  overscroll-behavior: none;
  overscroll-behavior-y: none;
  background: var(--agrft-dialog-backdrop);
  cursor: pointer;
  scrollbar-width: none;
}

.agrft-dialog-layer::-webkit-scrollbar,
.agrft-dialog::-webkit-scrollbar {
  display: none;
}

.agrft-dialog-layer[hidden] {
  display: none;
}

.agrft-dialog {
  position: relative;
  width: min(100%, var(--agrft-column));
  min-height: max(100dvh, 844px);
  margin: 0 auto;
  color: var(--agrft-violet);
  background: var(--agrft-white);
  cursor: default;
  overscroll-behavior-y: none;
  scrollbar-width: none;
  will-change: transform;
}

.agrft-dialog-layer .agrft-dialog {
  animation: agrft-slide-up .3s linear both;
}

@keyframes agrft-slide-up {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

.agrft-dialog__close {
  position: absolute;
  right: 23px;
  top: 23px;
  z-index: 2;
  width: 26px;
  height: 26px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.agrft-dialog__header {
  position: relative;
  min-height: 378px;
  overflow: hidden;
  padding: 24px;
  background-color: var(--agrft-grey);
  background-image: none;
}

.agrft-dialog__type {
  position: relative;
  z-index: 1;
  margin: 0 0 6px;
  font-family: "Eric Machat Headline", sans-serif;
  font-size: 1.166667rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.agrft-dialog__header h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--agrft-pink);
  font-family: "Eric Machat Headline", sans-serif;
  font-size: clamp(2.777778rem, 15.385vw, 3.333333rem);
  font-style: italic;
  line-height: 1;
}

.agrft-dialog__venue {
  position: absolute !important;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 1;
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.agrft-dialog__venue-link,
.agrft-dialog__venue-address {
  color: var(--agrft-pink);
  font-weight: 400;
}

.agrft-dialog__venue-link {
  text-decoration: underline;
}

.agrft-dialog__venue-address {
  text-decoration: none;
}

.agrft-dialog__slot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 8px 24px;
  border: 0;
}

.agrft-dialog__slot time {
  max-width: 65%;
  color: var(--agrft-pink);
  font-size: 1rem;
  font-weight: 400;
}

.agrft-dialog__time {
  font-size: 1rem;
  font-weight: 400;
}

.agrft-reservation {
  position: relative;
  height: 418px;
  min-height: 418px;
  padding: 0 24px;
  color: var(--agrft-white);
  background: var(--agrft-violet);
}

.agrft-reservation__title {
  position: absolute;
  top: 24px;
  right: 24px;
  left: 24px;
  margin: 0;
  font-family: "Eric Machat Headline", sans-serif;
  font-size: 1.166667rem;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.2;
}

.agrft-reservation input {
  width: 100%;
  height: 48px;
  padding: 8px 12px;
  color: var(--agrft-violet);
  background: var(--agrft-white);
  border: 0;
  border-radius: 0;
}

#agrft-reservation-email {
  position: absolute;
  top: 174px;
  right: 24px;
  left: 24px;
  width: calc(100% - 48px);
  padding: 8px 12px;
  text-align: center;
}

#agrft-reservation-email:-webkit-autofill,
#agrft-reservation-email:-webkit-autofill:hover,
#agrft-reservation-email:-webkit-autofill:focus,
#agrft-reservation-email:autofill,
#agrft-reservation-email:autofill:hover,
#agrft-reservation-email:autofill:focus {
  color: var(--agrft-violet);
  background-color: var(--agrft-white);
  -webkit-text-fill-color: var(--agrft-violet);
  caret-color: var(--agrft-violet);
  box-shadow: inset 0 0 0 1000px var(--agrft-white);
  -webkit-box-shadow: inset 0 0 0 1000px var(--agrft-white);
}

.agrft-reservation__demo {
  display: none;
}

.agrft-stepper {
  position: absolute;
  top: 72px;
  right: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  gap: 0;
  align-items: center;
  width: calc(100% - 48px);
  height: 48px;
  padding: 6px;
  background: var(--agrft-white);
}

.agrft-stepper button {
  height: 36px;
  color: var(--agrft-white);
  background: var(--agrft-pink);
  border: 0;
  font-size: 1.611111rem;
  cursor: pointer;
}

.agrft-stepper input {
  height: 36px;
  font-size: 1.333333rem;
  line-height: 1.6rem;
  text-align: center;
  appearance: textfield;
}

.agrft-stepper input::-webkit-inner-spin-button {
  appearance: none;
}

.agrft-reservation .agrft-button {
  position: absolute;
  top: 312px;
  right: 24px;
  left: 24px;
  width: calc(100% - 48px);
  min-height: 48px;
  margin: 0;
  font-family: "Eric Machat", sans-serif;
  font-size: 1.166667rem;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.2;
  text-indent: .04em;
}

.agrft-reservation__availability {
  position: absolute;
  top: 132px;
  right: 24px;
  left: 24px;
  margin: 0;
  font-size: 0.833333rem;
  text-align: left;
}

.agrft-reservation__availability strong {
  font-weight: 400;
}

.agrft-reservation__explanation {
  position: absolute;
  top: 234px;
  right: 24px;
  left: 24px;
  margin: 0;
  font-size: 0.833333rem;
  line-height: 1.2;
}

.agrft-reservation__error {
  position: absolute;
  top: 289px;
  right: 24px;
  left: 24px;
  min-height: 17px;
  margin: 0;
  color: var(--agrft-white);
  font-size: 0.777778rem;
}

.agrft-reservation__confirmation {
  position: absolute;
  top: 372px;
  right: 24px;
  left: 24px;
  z-index: 2;
  margin: 0;
  padding: 18px;
  color: var(--agrft-violet);
  background: var(--agrft-white);
}

@media (max-width: 389px) {
  .agrft-intro__copy,
  .agrft-intro__welcome,
  .agrft-program__list .agrft-card,
  .agrft-event__intro,
  .agrft-event__content,
  .agrft-footer,
  .agrft-dialog__header,
  .agrft-reservation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .agrft-intro h1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .agrft-card__badge {
    padding-inline: 6px;
    font-size: 0.611111rem;
  }

}

/* WordPress makes its mobile admin bar non-sticky at this width. */
@media (max-width: 600px) {
  :root {
    --agrft-admin-bar-offset: 0px;
  }
}

@media (max-width: 359px) {
  :root {
    --agrft-header-link-top: 36px;
  }

  .agrft-intro__copy {
    height: 200px;
  }

  .agrft-header {
    background-size: 90% 100%;
  }

  .agrft-header--home::before {
    background-size: 150px 50px;
  }

  .agrft-hero__nav {
    padding-inline: 20px;
    font-size: 1rem;
  }

  .agrft-header__program,
  .agrft-header__contact {
    font-size: 1rem;
  }

  .agrft-header__program,
  .agrft-hero__nav.is-docked .agrft-hero__program {
    left: 20px;
  }

  .agrft-header__contact,
  .agrft-hero__nav.is-docked .agrft-hero__contact {
    right: 20px;
  }

  .agrft-card__badge.is-muted {
    width: 160px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .agrft-search-dock {
    transition: none;
  }

  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}

@page {
  margin: 0;
}

@media print {
  .agrft-skip-link,
  .agrft-header,
  .agrft-footer,
  .agrft-reserve-trigger,
  .agrft-dialog-layer {
    display: none !important;
  }

  .agrft-column {
    width: 100%;
    box-shadow: none;
  }
}
