/** Shopify CDN: Minification failed

Line 359:0 Unexpected "}"

**/
.jsik-events-hero {
  --jsik-text: #fffaf3;
  --jsik-muted: rgba(255, 250, 243, 0.78);
  --jsik-gold: #c9823a;
  --jsik-gold-light: #d49444;
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100svh;
  overflow: hidden;
  color: var(--jsik-text);
  isolation: isolate;
  background: #090807;
}

.jsik-events-hero__ambient,
.jsik-events-hero__ambient-fallback {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.jsik-events-hero__ambient img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.jsik-events-hero__ambient-fallback {
  background:
    radial-gradient(circle at 50% 40%, rgba(201, 130, 58, 0.08), transparent 42%),
    #090807;
}

.jsik-events-hero__bokeh {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.85;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 196, 110, 0.42) 0 1px, transparent 2px),
    radial-gradient(circle at 14% 42%, rgba(255, 180, 90, 0.28) 0 1.5px, transparent 3px),
    radial-gradient(circle at 22% 72%, rgba(255, 170, 80, 0.34) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 24%, rgba(255, 196, 110, 0.38) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 48%, rgba(255, 180, 90, 0.3) 0 1.5px, transparent 3px),
    radial-gradient(circle at 92% 78%, rgba(255, 170, 80, 0.32) 0 1px, transparent 2px),
    radial-gradient(circle at 50% 12%, rgba(255, 196, 110, 0.22) 0 2px, transparent 4px),
    radial-gradient(circle at 36% 88%, rgba(255, 180, 90, 0.24) 0 1.5px, transparent 3px),
    radial-gradient(circle at 64% 86%, rgba(255, 170, 80, 0.26) 0 1px, transparent 2px);
  pointer-events: none;
}

.jsik-events-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 42%, rgba(9, 8, 7, 0.15) 0%, rgba(9, 8, 7, 0.72) 68%),
    linear-gradient(180deg, rgba(9, 8, 7, 0.55) 0%, rgba(9, 8, 7, 0.42) 45%, rgba(9, 8, 7, 0.82) 100%);
  pointer-events: none;
}

.jsik-events-hero__collage {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.jsik-events-hero__photo {
  position: absolute;
  width: clamp(118px, 14vw, 210px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 2px solid rgba(255, 250, 243, 0.28);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.48);
}

.jsik-events-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jsik-events-hero__photo-fallback {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(160deg, rgba(201, 130, 58, 0.12), transparent 55%),
    #151210;
}

.jsik-events-hero__photo--top-left {
  top: clamp(48px, 8vw, 88px);
  left: clamp(12px, 3vw, 48px);
  transform: rotate(-7deg);
}

.jsik-events-hero__photo--mid-left {
  top: 38%;
  left: clamp(8px, 2vw, 28px);
  transform: rotate(5deg);
}

.jsik-events-hero__photo--bottom-left {
  bottom: clamp(36px, 6vw, 72px);
  left: clamp(16px, 3.5vw, 56px);
  transform: rotate(-4deg);
}

.jsik-events-hero__photo--top-right {
  top: clamp(40px, 7vw, 80px);
  right: clamp(12px, 3vw, 48px);
  transform: rotate(6deg);
}

.jsik-events-hero__photo--mid-right {
  top: 36%;
  right: clamp(8px, 2vw, 28px);
  transform: rotate(-5deg);
}

.jsik-events-hero__photo--bottom-right {
  right: clamp(16px, 3.5vw, 56px);
  bottom: clamp(32px, 6vw, 68px);
  transform: rotate(7deg);
}

.jsik-events-hero__content {
  position: relative;
  z-index: 1;
  width: min(100%, 920px);
  padding: clamp(120px, 14vw, 168px) clamp(24px, 5vw, 48px) clamp(96px, 10vw, 128px);
  text-align: center;
}

.jsik-events-hero__eyebrow {
  margin: 0 0 20px;
  color: var(--jsik-gold-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1.4;
  text-transform: uppercase;
}

.jsik-events-hero__heading {
  margin: 0 0 18px;
  color: rgba(255, 244, 228, 0.96);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 4.8vw, 62px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.jsik-events-hero__flourish {
  display: block;
  margin: 0 auto 22px;
  color: var(--jsik-gold-light);
  font-size: 14px;
  letter-spacing: 0.4em;
}

.jsik-events-hero__copy {
  margin: 0 auto 32px;
  max-width: 62ch;
  color: var(--jsik-muted);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.75;
}

.jsik-events-hero__types-wrap {
  overflow-x: auto;
  margin: 0 calc(-1 * clamp(24px, 5vw, 48px)) 28px;
  padding: 0 clamp(24px, 5vw, 48px) 4px;
  -webkit-overflow-scrolling: touch;
}

.jsik-events-hero__types {
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
  min-width: min(100%, 760px);
  margin: 0 auto;
}

.jsik-events-hero__type {
  display: flex;
  flex: 1 0 120px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0 clamp(10px, 1.5vw, 18px);
  text-align: center;
}

.jsik-events-hero__type + .jsik-events-hero__type {
  border-left: 1px solid rgba(212, 148, 68, 0.32);
}

.jsik-events-hero__type-icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--jsik-gold-light);
}

.jsik-events-hero__type-icon svg {
  width: 24px;
  height: 24px;
}

.jsik-events-hero__type-label {
  color: rgba(255, 250, 243, 0.86);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.jsik-events-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 28px;
  border: 1px solid rgba(212, 148, 68, 0.72);
  border-radius: 999px;
  background: transparent;
  color: var(--jsik-gold-light);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.jsik-events-hero__cta:hover {
  background: rgba(201, 130, 58, 0.12);
  border-color: var(--jsik-gold-light);
  color: var(--jsik-text);
}

@media (max-width: 900px) {
  .jsik-events-hero__photo {
    width: clamp(88px, 18vw, 130px);
    opacity: 0.75;
  }

  .jsik-events-hero__photo--mid-left,
  .jsik-events-hero__photo--mid-right {
    display: none;
  }
}

@media (max-width: 640px) {
  /* Hide all polaroid photos on mobile — they clip content */
  .jsik-events-hero__collage {
    display: none;
  }

  .jsik-events-hero__content {
    padding-top: clamp(80px, 18vw, 120px);
    padding-bottom: clamp(64px, 12vw, 96px);
    padding-left: clamp(20px, 5vw, 32px);
    padding-right: clamp(20px, 5vw, 32px);
    width: 100%;
  }

  .jsik-events-hero__eyebrow {
    font-size: 10px;
    letter-spacing: 0.16em;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .jsik-events-hero__heading {
    font-size: clamp(26px, 7.5vw, 38px);
    letter-spacing: 0.02em;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .jsik-events-hero__copy {
    font-size: 14px;
  }

  /* Types row: grid instead of overflow-scroll to avoid page-level horizontal overflow */
  .jsik-events-hero__types-wrap {
    margin: 0 0 24px;
    padding: 0;
    overflow-x: visible;
  }

  .jsik-events-hero__types {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 0;
    min-width: 0;
    width: 100%;
  }

  .jsik-events-hero__type {
    flex: none;
    padding: 0 8px;
    border-left: none !important;
  }

  .jsik-events-hero__type:nth-child(odd) {
    border-right: 1px solid rgba(212, 148, 68, 0.28);
  }

  .jsik-events-hero__type + .jsik-events-hero__type {
    border-left: none;
  }

  .jsik-events-hero__cta {
    width: min(100%, 300px);
    justify-content: center;
  }
}

  .jsik-events-hero__heading {
    font-size: clamp(28px, 8.5vw, 40px);
    letter-spacing: 0.03em;
  }

  .jsik-events-hero__collage {
    opacity: 0.55;
  }

  .jsik-events-hero__photo--bottom-left,
  .jsik-events-hero__photo--bottom-right {
    width: 88px;
  }

  .jsik-events-hero__types-wrap {
    justify-content: flex-start;
  }

  .jsik-events-hero__types {
    justify-content: flex-start;
    min-width: max-content;
  }

  .jsik-events-hero__cta {
    width: min(100%, 340px);
    justify-content: center;
  }
}
