.elementor-19309 .elementor-element.elementor-element-ce2db33{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19309 .elementor-element.elementor-element-857d2df > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-19309 .elementor-element.elementor-element-abdd815{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19309 .elementor-element.elementor-element-abdd815:not(.elementor-motion-effects-element-type-background), .elementor-19309 .elementor-element.elementor-element-abdd815 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-19309 .elementor-element.elementor-element-c5a6c1e .elementor-heading-title{font-family:"Reckless Neue Light", Sans-serif;font-size:1px;color:#00000000;}body.elementor-page-19309:not(.elementor-motion-effects-element-type-background), body.elementor-page-19309 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(min-width:768px){.elementor-19309 .elementor-element.elementor-element-ce2db33{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-857d2df *//* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600&family=Playfair+Display:wght@400;500;600&display=swap');

:root {
  --mono-900: #050505;
  --mono-800: #0A0A0A;
  --mono-700: #111111;
  --mono-600: #222222;
  --mono-500: #444444;
  --mono-400: #666666;
  --mono-300: #888888;
  --mono-200: #AAAAAA;
  --mono-100: #EDEDED;
  --mono-50:  #F5F5F5;
  --accent: #ffffff;
  --space-8: 8px;
  --space-12: 12px;
  --space-16: 16px;
  --space-18: 18px;
  --space-24: 24px;
  
  --font-body: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", system-ui, sans-serif;
  --font-display: 'Reckless Neue Light', 'Lora', serif;
}

#ab-calendar-root-9928 {
  background-color: var(--mono-900);
  color: var(--mono-100);
  font-family: 'Inter', sans-serif;
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

#ab-calendar-root-9928 * { box-sizing: border-box; }
#ab-calendar-root-9928 h1,
#ab-calendar-root-9928 h2,
#ab-calendar-root-9928 h3,
#ab-calendar-root-9928 h4,
#ab-calendar-root-9928 h5,
#ab-calendar-root-9928 h6 { margin: 0; padding: 0; line-height: 1; }

#ab-calendar-root-9928 ::selection { background: #ffffff; color: #000000; }
#ab-calendar-root-9928 ::-webkit-scrollbar { width: 6px; }
#ab-calendar-root-9928 ::-webkit-scrollbar-track { background: #050505; }
#ab-calendar-root-9928 ::-webkit-scrollbar-thumb { background: #333; }
#ab-calendar-root-9928 ::-webkit-scrollbar-thumb:hover { background: #555; }

.bg-noise-9928,
.ab-noise {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.5;
}

/* Hero */
.ab-hero {
  position: relative;
  width: 100%;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  overflow: hidden;
}
.ab-hero .ab-hero-bg { position: absolute; inset: 0; z-index: 0; }
.ab-hero img {
  width: 100%; height: 100%; object-fit: cover;
  transform: none;
  animation: none;
}
.ab-hero .overlay-top {
  position: absolute; inset: 0;
  /* Darker overlay for stronger hero contrast */
  background: linear-gradient(to bottom, rgba(0,0,0,0.84), rgba(0,0,0,0.68), var(--mono-900));
}
.ab-hero .overlay-side {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.62), rgba(0,0,0,0.12), rgba(0,0,0,0.62));
}
.ab-hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 960px;
  width: 100%;
  padding-bottom: 4rem;
}
.ab-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  margin-bottom: 2.5rem;
  border-radius: 9999px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(10px);
}
.ab-badge span {
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  font-weight: 500;
}
.ab-title {
  font-family: var(--font-body);
  font-size: clamp(3.25rem, 9vw, 6.5rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1;
  text-shadow: 0 15px 40px rgba(0,0,0,0.6);
}
.ab-title-events {
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: -0.04em;
}
.ab-title-calendar {
  font-family: var(--font-body);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

/* Filter bar */
.ab-filter-wrap {
  position: sticky;
  top: 16px;
  z-index: 40;
  width: 100%;
  padding: 0 1rem;
  margin-top: -8.5rem;
  margin-bottom: 4rem;
}
.ab-filter-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.ab-filter-card {
  position: relative;
  background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.06));
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 24px;
  overflow: hidden;
  transition: border-color 0.4s ease;
}
.ab-filter-card:hover {
  border-color: rgba(255,255,255,0.2);
}
.ab-filter-highlight-top,
.ab-filter-highlight-bottom {
  position: absolute;
  left: 32px; right: 32px;
  height: 1px;
}
.ab-filter-highlight-top { top: 0; background: linear-gradient(to right, transparent, rgba(255,255,255,0.5), transparent); }
.ab-filter-highlight-bottom { bottom: 0; background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent); }

.ab-filter-body {
  position: relative;
  padding: var(--space-12) var(--space-16) var(--space-16);
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
}
@media (min-width: 992px) {
  .ab-filter-body { flex-direction: row; align-items: stretch; }
}

.ab-search-box {
  position: relative;
  flex: 1;
}
.ab-search-box input {
  width: 100%;
  padding: 18px 48px 18px 56px;
  border: 0;
  border-radius: 16px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  transition: background 0.3s ease;
}
.ab-search-box input::placeholder { color: rgba(255,255,255,0.55); }
.ab-search-box input:focus { outline: none; background: rgba(255,255,255,0.12); }
.ab-search-icon {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255,255,255,0.5);
}
.ab-clear-search {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.1);
  border: 0;
  border-radius: 999px;
  padding: 6px;
  color: rgba(255,255,255,0.7);
  cursor: pointer;
  display: none;
}
.ab-clear-search:hover { background: rgba(255,255,255,0.2); color: #fff; }

.ab-selects {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 576px) { .ab-selects { flex-direction: row; } }

.ab-select {
  position: relative;
  min-width: 180px;
}
.ab-select select {
  width: 100%;
  padding: 18px 42px 18px 18px;
  border: 0;
  border-radius: 16px;
  appearance: none;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.ab-select select:focus { outline: none; background: rgba(255,255,255,0.12); }
.ab-select .ab-select-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: rgba(255,255,255,0.5);
}

.ab-reset-all {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 16px;
  border: 0;
  background: rgba(239,68,68,0.18);
  color: #fca5a5;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.ab-reset-all:hover { background: rgba(239,68,68,0.28); color: #fecaca; }

.ab-filter-count {
  text-align: center;
  margin-top: 10px;
  color: rgba(255,255,255,0.6);
  font-size: 14px;
}

/* Main */
.ab-main {
  position: relative;
  z-index: 10;
  max-width: 1800px;
  margin: 0 auto;
  padding: 3rem 1rem 5rem;
}

.ab-loader {
  height: 40vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: var(--mono-400);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 12px;
}
.ab-loader .bar {
  width: 2px; height: 90px;
  background: linear-gradient(to bottom, transparent, #fff, transparent);
  animation: pulse 1.4s ease-in-out infinite;
}

.ab-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 8px;
}
@media (min-width: 1280px) {
  .ab-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }
}

.ab-card {
  display: block;
  position: relative;
  aspect-ratio: 3 / 4;
  background: var(--mono-800);
  border: 1px solid rgba(255,255,255,0.05);
  box-shadow: 0 12px 30px rgba(0,0,0,0.22);
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.5s ease, box-shadow 0.4s ease;
  text-decoration: none;
  color: inherit;
}

.ab-pagination {
  margin: 2rem 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-12);
}
.ab-page-btn {
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.08);
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  outline: none;
}
.ab-page-btn:hover:not(:disabled) {
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.3);
}
.ab-page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.ab-page-btn:focus,
.ab-page-btn:focus-visible {
  outline: none;
  box-shadow: none;
}
.ab-page-info {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.04em;
}
.ab-card:hover {
  border-color: rgba(255,255,255,0.16);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.16), 0 14px 32px rgba(0,0,0,0.28);
}
.ab-card-bg {
  position: absolute;
  inset: 0;
}
.ab-card-bg img {
  width: 100%; height: 100%; object-fit: cover;
  opacity: 0.8;
  transition: all 0.7s ease;
}
.ab-card:hover .ab-card-bg img {
  opacity: 1;
  transform: scale(1.05);
}
.ab-card-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.92), transparent 60%);
  opacity: 0.72;
  transition: opacity 0.35s ease;
}
.ab-card:hover .ab-card-bg::after { opacity: 0.95; }

.ab-card-body {
  position: relative;
  z-index: 5;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: var(--space-24);
}
.ab-card-bottom {
  transform: translateY(10px);
  transition: transform 0.5s ease;
}
.ab-card:hover .ab-card-bottom {
  transform: translateY(0);
}
.ab-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ab-date {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  border-left: 1px solid #fff;
}
.ab-date .day { font-size: 24px; font-weight: 300; color: #fff; line-height: 1; }
.ab-date .month { font-size: 10px; font-weight: 800; letter-spacing: 0.1em; color: rgba(255,255,255,0.82); margin-top: 4px; }
.ab-cat {
  padding: 4px 7px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 3px;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  backdrop-filter: blur(4px);
}

.ab-card-title {
  font-family: 'Reckless Neue Light', var(--font-display);
  font-weight: 300;
  font-size: 26px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 1rem 0;
  transform: translateY(0);
  will-change: transform;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: transform 0.35s ease, color 0.3s ease;
}
.ab-card:hover .ab-card-title { transform: translateY(-3px); }

.ab-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: var(--space-12);
  margin-top: var(--space-8);
  opacity: 0;
  transition: opacity 0.5s ease 0.12s;
}
.ab-card:hover .ab-card-meta { opacity: 1; }
.ab-meta-label {
  font-size: 10px;
  color: var(--mono-400);
  letter-spacing: 0.12em;
  margin-bottom: 4px;
}
.ab-meta-value {
  font-size: 13px;
  font-weight: 300;
  color: var(--mono-100);
}
.ab-arrow {
  width: 32px; height: 32px;
  background: #fff;
  color: #000;
  border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  transform: translateX(6px);
  transition: transform 0.4s ease;
}
.ab-card:hover .ab-arrow { transform: translateX(0); }

.ab-empty {
  text-align: center;
  padding: 4rem 1rem;
  border: 1px dashed var(--mono-800);
}
.ab-empty p.title {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  color: var(--mono-500);
  margin-bottom: 6px;
}
.ab-empty p.subtitle {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--mono-600);
}
.ab-empty button {
  margin-top: 1.25rem;
  background: none;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

/* Footer */
.ab-footer {
  position: relative;
  z-index: 10;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 3rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--mono-900);
}
.ab-footer span {
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--mono-600);
  text-transform: uppercase;
}

/* Modal */
.ab-modal-overlay {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw;
  height: 100dvh;
  /* Must sit above WP/Elementor headers (some themes use absurd z-index values),
     BUT cannot be the absolute max, otherwise Google reCAPTCHA's challenge UI can render
     behind the modal (appears "stuck loading"). Keep this very high, just not max-int. */
  z-index: 1999999999 !important;
  isolation: isolate;
  background: rgba(0,0,0,0.9);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  /* Avoid notches + prevent "cut off" feel on mobile */
  padding: calc(env(safe-area-inset-top) + 14px) 1rem calc(env(safe-area-inset-bottom) + 14px);
}

/* Ensure reCAPTCHA UI (badge + potential challenge frames) can appear above the modal overlay */
.grecaptcha-badge,
.g-recaptcha-bubble,
.g-recaptcha-bubble-arrow,
iframe[src*="recaptcha"]{
  z-index: 2000000000 !important;
}
.ab-modal-overlay.is-open { display: flex; }
body.ab-modal-open { overflow: hidden; }
/* Extra safety: many WP headers are sticky/fixed with massive z-index. While modal is open,
   force common header containers behind the overlay. */
body.ab-modal-open .elementor-location-header,
body.ab-modal-open #masthead,
body.ab-modal-open .site-header,
body.ab-modal-open header.site-header {
  z-index: 0 !important;
  pointer-events: none !important;
}
.ab-modal {
  position: relative;
  background: var(--mono-900);
  border: 1px solid rgba(255,255,255,0.12);
  width: 100%;
  max-width: 1100px;
  max-height: calc(100dvh - (env(safe-area-inset-top) + env(safe-area-inset-bottom) + 28px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: fadeIn 0.4s ease;
  border-radius: 20px;
  /* Predictable stacking for modal chrome (Back/Close) above transformed content */
  isolation: isolate;
}
@media (min-width: 768px) { .ab-modal { flex-direction: row; height: auto; } }

/* Give the modal breathing room from the very top (helps with headers / notches) */
.ab-modal { transform: translateY(18px); }
@media (min-width: 1024px) {
  .ab-modal { transform: translateY(32px); }
}
@media (max-width: 768px) {
  .ab-modal-overlay { align-items: flex-start; }
  .ab-modal { transform: none; }
}

.ab-modal-img {
  position: relative;
  width: 100%; height: 260px;
  background: var(--mono-800);
}
@media (min-width: 768px) { .ab-modal-img { width: 50%; height: auto; } }
@media (max-width: 768px) {
  /* Slightly shorter image on mobile to free space for the form */
  .ab-modal-img { height: 228px; }
}
.ab-modal-img img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(1.05) contrast(1.05);
  opacity: 0.92;
}
.ab-modal-img::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* Right-side fade so the image blends into the black panel (nice on mobile + desktop) */
  background: linear-gradient(to right, rgba(0,0,0,0) 52%, rgba(0,0,0,0.92) 100%);
  opacity: 0.9;
}
@media (min-width: 768px) {
  .ab-modal-img::before {
    /* Stronger blend on desktop where the image meets the right panel */
    background: linear-gradient(to right, rgba(0,0,0,0) 38%, rgba(0,0,0,0.94) 100%);
    opacity: 1;
  }
}
.ab-modal-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.55), transparent 55%);
}
.ab-modal-cat {
  position: absolute;
  bottom: 0; left: 0;
  width: 100%;
  padding: 2rem;
  background: linear-gradient(to top, var(--mono-900), transparent);
}
.ab-modal-cat span {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
}

.ab-modal-body {
  width: 100%;
  /* The modal itself owns height; the body becomes a stable stage for view transitions */
  padding: 0;
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 768px) { .ab-modal-body { width: 50%; } }

/* Stabilize modal height so details->form doesn't "jump" */
@media (min-width: 768px) {
  .ab-modal { height: min(86dvh, 780px); }
  .ab-modal-img { height: 100%; }
}
@media (max-width: 768px) {
  .ab-modal-overlay { align-items: stretch; }
  .ab-modal { height: 100%; max-height: none; }
}
.ab-modal-title {
  font-family: 'Reckless Neue Light', var(--font-display);
  font-weight: 300;
  font-size: clamp(30px, 3vw, 42px);
  color: #fff;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  /* Bigger title in the modal on desktop (e.g. Paris Haute Couture Week) */
  .ab-modal-title { font-size: clamp(36px, 3.4vw, 48px); line-height: 1; }
}
.ab-modal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1.5rem;
}
.ab-modal-grid h4 {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mono-500);
  margin-bottom: 6px;
}
.ab-modal-grid p { font-size: 14px; font-weight: 300; color: var(--mono-100); }
.ab-modal-grid p.sub { font-size: 12px; color: var(--mono-500); margin-top: 4px; }

.ab-modal-desc {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1.5rem;
}
.ab-modal-desc h4 {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mono-500);
  margin-bottom: 10px;
}
.ab-modal-desc p {
  font-size: 16px;
  font-weight: 300;
  color: var(--mono-300);
  line-height: 1.6;
}

.ab-modal-cta {
  width: 100%;
  padding: 14px;
  background: #fff;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ab-modal-cta:hover { background: var(--mono-200); }

.ab-modal-close {
  position: absolute;
  top: 16px; right: 16px;
  width: 42px; height: 42px;
  background: #000;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s ease, color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.ab-modal-close:hover { background: #fff; color: #000; }
.ab-modal-close:focus { outline: none; box-shadow: none; }
.ab-modal-close:focus-visible { outline: none; box-shadow: 0 0 0 2px rgba(255,255,255,0.18); }

/* Close button slightly lower on desktop */
@media (min-width: 1024px) {
  .ab-modal-close { top: 28px; right: 28px; }
}
/* On mobile: keep close button top-right within the image area */
@media (max-width: 768px) {
  .ab-modal-close { top: 14px; right: 14px; }
}

/* Make border feel "1px thinner" on high-density screens */
@media (min-resolution: 2dppx) {
  .ab-modal-close { border-width: 0.5px; }
}

/* CTA: sleek invert animation (no underline) */
.ab-modal-cta {
  text-decoration: none !important;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  /* Taller "Register Interest" button on mobile */
  .ab-modal-cta { padding-top: 18px; padding-bottom: 18px; }
}
.ab-modal-cta::after {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(
    110deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.18) 35%,
    rgba(255,255,255,0) 70%
  );
  transform: translateX(-120%);
  transition: transform 600ms cubic-bezier(0.2, 0.9, 0.2, 1);
  pointer-events: none;
}
.ab-modal-cta:hover {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.9);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.18), 0 18px 50px rgba(0,0,0,0.45);
  transform: translateY(-1px);
}
.ab-modal-cta:hover::after { transform: translateX(120%); }
.ab-modal-cta:active { transform: translateY(0); }
.ab-modal-cta:focus { outline: none; }
.ab-modal-cta:focus-visible { outline: none; box-shadow: 0 0 0 2px rgba(255,255,255,0.22), 0 18px 50px rgba(0,0,0,0.45); }

/* Smooth morph: details -> enquiry form */
.ab-modal-details,
.ab-modal-enquiry {
  position: absolute;
  inset: 0;
  padding: 2.5rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  transition: opacity 420ms ease, transform 700ms cubic-bezier(0.2, 0.9, 0.2, 1);
  will-change: opacity, transform;
}
.ab-modal-details {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  /* Push content down so it breathes under the close button */
  padding-top: 96px;
}
.ab-modal-details .ab-modal-cta { margin-top: auto; }

.ab-modal-enquiry { opacity: 0; transform: translateY(14px); pointer-events: none; }
.ab-modal-overlay.is-enquiry .ab-modal-details { opacity: 0; transform: translateY(-10px); pointer-events: none; }
.ab-modal-overlay.is-enquiry .ab-modal-enquiry { opacity: 1; transform: translateY(0); pointer-events: auto; }

/* Enquiry: add breathing room under the top buttons (Back + Close) */
.ab-modal-overlay.is-enquiry .ab-modal-enquiry { padding-top: 96px; }
@media (max-width: 768px) {
  /* Keep content below the fixed Back button on mobile */
  .ab-modal-overlay.is-enquiry .ab-modal-enquiry { padding-top: calc(env(safe-area-inset-top) + 86px); }
}

@media (max-width: 768px) {
  .ab-modal-details,
  .ab-modal-enquiry { padding-left: 1.5rem; padding-right: 1.5rem; padding-bottom: 1.5rem; }
  .ab-modal-details { padding-top: calc(env(safe-area-inset-top) + 76px); }
}

/* Enquiry UI */
.ab-enq-head {
  margin-bottom: 18px;
  position: static;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 12px;
  background: linear-gradient(to bottom, rgba(5,5,5,0.98), rgba(5,5,5,0.88), rgba(5,5,5,0));
  backdrop-filter: blur(10px);
}
.ab-enq-back {
  display: none;
  align-items: center;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.8);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 200ms ease, color 200ms ease, transform 200ms ease;
}
.ab-modal-overlay.is-enquiry .ab-enq-back {
  display: inline-flex;
  /* In enquiry mode, pin it in the modal chrome above all content */
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 200;
}
@media (min-width: 1024px) {
  /* Desktop: same vertical position as the close X (which moves down on wide screens) */
  .ab-modal-overlay.is-enquiry .ab-enq-back { top: 28px; left: 28px; }
}
@media (max-width: 768px) {
  /* Mobile: mirror close X but top-left (inside the modal) */
  .ab-modal-overlay.is-enquiry .ab-enq-back { top: 14px; left: 14px; }
}
.ab-enq-back:hover { border-color: rgba(255,255,255,0.32); color: #fff; transform: translateY(-1px); }
.ab-enq-back:focus { outline: none; }
.ab-enq-back:focus-visible { outline: none; box-shadow: 0 0 0 2px rgba(255,255,255,0.18); }
.ab-enq-kicker {
  margin-top: 6px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}
.ab-enq-event-name {
  margin-top: 4px;
  font-family: 'Reckless Neue Light', var(--font-display);
  font-weight: 300;
  font-size: clamp(24px, 2.8vw, 34px);
  color: #fff;
  line-height: 1.1;
}
.ab-enq-lead {
  margin: 0 0 18px;
  color: rgba(255,255,255,0.62);
  font-size: 14px;
  line-height: 1.6;
}
.ab-enq-form { display: grid; gap: 16px; }
.ab-enq-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .ab-enq-row { grid-template-columns: 1fr; } }

.ab-enq-field input,
.ab-enq-field textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.22);
  color: #fff;
  padding: 12px 2px;
  font-size: 16px;
  font-family: var(--font-body);
  border-radius: 0;
  transition: border-color 0.2s ease, transform 0.2s ease;
  box-sizing: border-box;
}
.ab-enq-field input::placeholder,
.ab-enq-field textarea::placeholder { color: rgba(255,255,255,0.45); }
.ab-enq-field input:focus,
.ab-enq-field textarea:focus {
  outline: none;
  border-bottom-color: rgba(255,255,255,0.7);
}
.ab-enq-field textarea { resize: vertical; min-height: 92px; }

/* Hide the "Event of Interest" field visually (still submitted to Salesforce) */
.ab-enq-field .event-field { display: none; }

.ab-enq-submit {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
  border-radius: 999px;
  padding: 14px 20px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  cursor: pointer;
  transition: background-color 220ms ease, color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
  margin-top: 6px;
  position: relative;
  overflow: hidden;
}
.ab-enq-submit:disabled { opacity: 0.75; cursor: wait; }
.ab-enq-submit::after {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(110deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.12) 35%, rgba(0,0,0,0) 70%);
  transform: translateX(-120%);
  transition: transform 600ms cubic-bezier(0.2, 0.9, 0.2, 1);
  pointer-events: none;
}
.ab-enq-submit:hover:not(:disabled) {
  background: transparent;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.18), 0 18px 50px rgba(0,0,0,0.45);
}
.ab-enq-submit:hover:not(:disabled)::after { transform: translateX(120%); }
.ab-enq-submit:active:not(:disabled) { transform: translateY(0); }

.ab-enq-legal {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  text-align: left;
  margin: 0;
}
.ab-enq-legal a {
  color: rgba(255,255,255,0.78);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Clean dark scrollbars inside the modal (especially noticeable on mobile) */
.ab-modal-details,
.ab-modal-enquiry {
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.22) rgba(255,255,255,0.06);
}
.ab-modal-details::-webkit-scrollbar,
.ab-modal-enquiry::-webkit-scrollbar { width: 8px; }
.ab-modal-details::-webkit-scrollbar-track,
.ab-modal-enquiry::-webkit-scrollbar-track { background: rgba(255,255,255,0.06); }
.ab-modal-details::-webkit-scrollbar-thumb,
.ab-modal-enquiry::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.22);
  border-radius: 999px;
}
.ab-modal-details::-webkit-scrollbar-thumb:hover,
.ab-modal-enquiry::-webkit-scrollbar-thumb:hover { background: rgba(255,255,255,0.32); }

/* Defensive hide for WP "Dense/Comfort layout" toggles (if present on the page) */
[aria-label="Dense layout"],
[aria-label="Comfort layout"],
[title="Dense layout"],
[title="Comfort layout"] {
  display: none !important;
}

/* Animations */
@keyframes slowZoom { 0% { transform: scale(1); } 100% { transform: scale(1.08); } }
@keyframes pulse { 0% { opacity: 0.2; } 50% { opacity: 1; } 100% { opacity: 0.2; } }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* Utility */
.hidden { display: none !important; }

/* Mobile tweaks */
@media (max-width: 768px) {
  .ab-title { font-size: clamp(3.15rem, 12vw, 5.1rem); }
  .ab-hero-content { padding-bottom: 2.6rem; }
  .ab-filter-body { flex-direction: column; }
  .ab-selects { flex-direction: column; }
  .ab-card { aspect-ratio: 3 / 5; }
  /* Pull the glass card up closer to the hero title */
  .ab-filter-wrap { margin-top: -7.25rem; }
  .ab-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .ab-card-title { font-size: 20px; line-height: 1.1; margin-top: 18px; }
  .ab-cat { padding: 3px 6px; font-size: 8px; letter-spacing: 0.08em; }
  .ab-card-body { padding: 14px var(--space-18) 16px; }
  .ab-card-bottom { margin-top: 36px; transform: none; }
  .ab-card-meta { opacity: 1; transition: none; }
  .ab-card:hover { border-color: rgba(255,255,255,0.05); box-shadow: 0 12px 30px rgba(0,0,0,0.22); }
  .ab-card:hover .ab-card-bg img { transform: none; }
  .ab-card:hover .ab-card-title { transform: none; }
}/* End custom CSS */
/* Start JX Custom Fonts CSS */@font-face{font-family:'Reckless Neue Light';font-style:normal;font-weight:normal;src:url('/wp-content/uploads/2024/03/Reckless-Neue-Light.ttf')format('truetype');}/* End JX Custom Fonts CSS */
/* Start custom CSS */body {
  overflow-x: hidden !important; /* Use !important sparingly, but might be needed to override other styles */
  width: 100%; /* Can sometimes help in conjunction with overflow */
  max-width: 100%; /* Reinforce that body shouldn't exceed viewport width */
  box-sizing: border-box; /* Ensures padding/border don't add to width */
}/* End custom CSS */