.email-form.ff-form-loading {
  opacity: 1;
  pointer-events: auto;
}

.email-form .iti {
  display: block;
  width: 100%;
}

.email-form :is(input, textarea, select, button, [role="button"]):focus-visible,
a:focus-visible {
  outline: 3px solid #5b3d8d;
  outline-offset: 3px;
}

.f_white a[href^="mailto:"] {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

.f_white a[href^="mailto:"]:hover {
  color: #d3d8f8;
}

.f_white a[href^="mailto:"]:focus-visible {
  outline-color: #fff;
}

.newsletter-subscribe-cta {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #2f2d51;
  display: inline-flex;
  font-family: Jost, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1.2;
  padding: 0.85rem 2rem;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.newsletter-subscribe-cta:hover {
  background: transparent;
  color: #fff;
}

.newsletter-subscribe-cta:focus-visible {
  outline-color: #fff;
}

.oxy-dynamic-list > .ttt-menu-item > .activity_list {
  margin-top: 16px;
}

.email-form button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.email-form [hidden],
[data-form-status][hidden] {
  display: none !important;
}

.email-form .repeat-plus,
.email-form .repeat-minus {
  cursor: pointer;
  display: inline-flex;
  min-height: 44px;
  min-width: 44px;
  align-items: center;
  justify-content: center;
}

[data-form-status] {
  border-radius: 4px;
  font-family: Jost, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 1rem;
  padding: 0.8rem 1rem;
}

[data-form-status]:not([hidden]) {
  display: block !important;
}

[data-form-status].is-success {
  background: #e8f5ec;
  color: #174d29;
}

[data-form-status].is-error {
  background: #fff0f0;
  color: #861c1c;
}

.email-form .ff-required-mark {
  color: var(--fluentform-danger, #f56c6c);
}

.ttt-eyebrow {
  color: #d3d8f8;
  font-family: Jost, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.ttt-hero-dates {
  backdrop-filter: blur(9px);
  background: rgba(47, 45, 81, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 45px rgba(47, 45, 81, 0.26);
  color: #fff;
  max-width: 34rem;
  padding: clamp(1.15rem, 2.2vw, 1.75rem);
  width: 100%;
}

.ttt-hero-dates-heading {
  align-items: flex-end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 0.7rem;
}

.ttt-hero-dates .ttt-eyebrow {
  flex: 0 0 auto;
  margin-bottom: 0.3rem;
}

.ttt-hero-dates h2 {
  color: #fff;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.1;
  margin: 0;
  text-align: right;
}

.ttt-hero-date-list {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.ttt-hero-date-list a {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 0.7rem 0.15rem;
  text-decoration: none;
  transition: color 160ms ease, padding 160ms ease;
}

.ttt-hero-date-list a:hover {
  color: #d3d8f8;
  padding-left: 0.4rem;
}

.ttt-hero-date-list strong {
  color: inherit;
  font-size: clamp(0.95rem, 1.3vw, 1.08rem);
  line-height: 1.3;
  text-align: left;
}

.ttt-hero-date-list span {
  color: #d3d8f8;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ttt-hero-date-list b {
  color: inherit;
  font-size: 1rem;
}

.ttt-return-date,
.ttt-photo-note,
.ttt-partner-note {
  border-left: 5px solid #5b3d8d;
  font-family: Jost, sans-serif;
  margin: 1.5rem 0;
  padding: 0.9rem 1rem;
}

.ttt-return-date,
.ttt-photo-note {
  background: #f3f7f8;
  color: #2f2d51;
}

.ttt-photo-note p {
  margin: 0.4rem 0 0;
}

.ttt-partner-note {
  color: inherit;
  line-height: 1.6;
  max-width: 32rem;
  text-align: left;
}

.ttt-text-art {
  align-items: center;
  background: linear-gradient(135deg, #2f2d51 0%, #5b3d8d 100%) !important;
  color: #fff;
  display: flex !important;
  justify-content: center;
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
}

.ttt-text-art::after {
  border: 1px solid rgba(255, 255, 255, 0.28);
  content: "";
  inset: 0.8rem;
  pointer-events: none;
  position: absolute;
}

.ttt-text-art-label {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: Jost, sans-serif;
  gap: 0.25rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.ttt-text-art-label small {
  color: #d3d8f8;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ttt-text-art-label strong {
  color: #fff;
  font-size: clamp(1.4rem, 3vw, 2.6rem);
  line-height: 1.05;
}

.cell_group_image.ttt-text-art .ttt-text-art-label strong {
  font-size: clamp(1.25rem, 2vw, 1.8rem);
}

.ttt-activity-artwork {
  align-items: center;
  background: #2f2d51 !important;
  display: flex !important;
  height: auto !important;
  justify-content: center;
  max-height: none !important;
  min-height: 0 !important;
  overflow: hidden;
  padding: clamp(0.45rem, 1.5vw, 0.8rem);
}

.ttt-activity-artwork img {
  display: block;
  height: auto;
  max-height: none;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.ttt-card-artwork {
  background: #2f2d51 !important;
  display: block !important;
  overflow: hidden;
  padding: 0 !important;
}

.ttt-card-artwork img {
  border-radius: inherit;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.ttt-card-artwork .ttt-card-artwork-image--top {
  object-position: center top;
}

.ttt-team-member {
  cursor: default;
}

.ttt-summer-gallery.oxy-gallery-masonry {
  column-count: unset !important;
  column-gap: 0 !important;
  display: grid !important;
  gap: 10px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ttt-summer-gallery.oxy-gallery-masonry .oxy-gallery-item {
  grid-column: span 2;
  margin-bottom: 0 !important;
  min-width: 0;
}

.ttt-summer-gallery.oxy-gallery-masonry .ttt-2026-photo {
  grid-column: span 3;
}

.ttt-summer-gallery .oxy-gallery-item-contents,
.ttt-summer-gallery .oxy-gallery-item-contents img {
  display: block;
  height: auto;
  width: 100%;
}

.ttt-card .h_group_block {
  margin-top: 0;
}

@media (max-width: 600px) {
  .ttt-hero-dates {
    backdrop-filter: blur(6px);
    padding: 1.15rem;
  }

  .ttt-hero-dates-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
  }

  .ttt-hero-dates h2 {
    font-size: 1.6rem;
    text-align: left;
  }

  .ttt-hero-date-list a {
    gap: 0.65rem;
    padding-block: 0.75rem;
  }

  .ttt-hero-date-list strong {
    font-size: 0.92rem;
  }

  .ttt-summer-gallery.oxy-gallery-masonry {
    grid-template-columns: 1fr;
  }

  .ttt-summer-gallery.oxy-gallery-masonry .oxy-gallery-item,
  .ttt-summer-gallery.oxy-gallery-masonry .ttt-2026-photo {
    grid-column: 1;
  }

  .email-form .ff_flexible_table,
  .email-form .ff_flexible_table tbody,
  .email-form .ff_flexible_table tr,
  .email-form .ff_flexible_table td {
    display: block;
    width: 100%;
  }

  .email-form .ff_flexible_table thead {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .email-form .ff_flexible_table td::before {
    content: attr(data-label);
    display: block;
    font-weight: 600;
    margin-bottom: 0.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
