/** Shopify CDN: Minification failed

Line 40:10 Expected identifier but found whitespace
Line 56:9 Expected identifier but found whitespace
Line 56:10 Unexpected "where("
Line 159:18 Expected identifier but found whitespace
Line 159:19 Unexpected "is("
Line 163:18 Expected identifier but found whitespace
Line 163:19 Unexpected "is("
Line 242:17 Expected identifier but found whitespace
Line 242:18 Unexpected "where("
Line 258:13 Expected identifier but found whitespace
... and 1 more hidden warnings

**/
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
    :root,:host {
        --spacing: .25rem;
        --default-font-family: var(--font-geist-sans);
        --default-mono-font-family: var(--font-geist-mono)
    }
}

@layer base {
    *,:after,:before,::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    html,: host {
        -webkit-text-size-adjust:100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings,normal);
        font-variation-settings: var(--default-font-variation-settings,normal);
        -webkit-tap-highlight-color: transparent
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px
    }

    abbr: where([title]) {
        -webkit-text-decoration:underline dotted;
        text-decoration: underline dotted
    }

    h1,h2,h3,h4,h5,h6 {
        font-size: inherit;
        font-weight: inherit
    }

    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit
    }

    b,strong {
        font-weight: bolder
    }

    code,kbd,samp,pre {
        font-family: var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings,normal);
        font-variation-settings: var(--default-mono-font-variation-settings,normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub,sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    ol,ul,menu {
        list-style: none
    }

    img,svg,video,canvas,audio,iframe,embed,object {
        vertical-align: middle;
        display: block
    }

    img,video {
        max-width: 100%;
        height: auto
    }

    button,input,select,optgroup,textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :where(select: is([multiple],[size])) optgroup {
        font-weight:bolder
    }

    :where(select: is([multiple],[size])) optgroup option {
        padding-inline-start:20px
    }

    ::file-selector-button {
        margin-inline-end:4px}

    ::placeholder {
        opacity: 1
    }

    @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color:currentColor
        }

        @supports (color: color-mix(in lab, red, red)) {
            ::placeholder {
                color:color-mix(in oklab, currentcolor 50%, transparent)
            }
        }
    }

    textarea {
        resize: vertical
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit
    }

    ::-webkit-datetime-edit {
        display: inline-flex
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }

    ::-webkit-datetime-edit {
        padding-block:0}

    ::-webkit-datetime-edit-year-field {
        padding-block:0}

    ::-webkit-datetime-edit-month-field {
        padding-block:0}

    ::-webkit-datetime-edit-day-field {
        padding-block:0}

    ::-webkit-datetime-edit-hour-field {
        padding-block:0}

    ::-webkit-datetime-edit-minute-field {
        padding-block:0}

    ::-webkit-datetime-edit-second-field {
        padding-block:0}

    ::-webkit-datetime-edit-millisecond-field {
        padding-block:0}

    ::-webkit-datetime-edit-meridiem-field {
        padding-block:0}

    ::-webkit-calendar-picker-indicator {
        line-height: 1
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    button,input: where([type=button],[type=reset],[type=submit]) {
        appearance:button
    }

    ::file-selector-button {
        appearance: button
    }

    ::-webkit-inner-spin-button {
        height: auto
    }

    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]: where(:not([hidden=until-found])) {
        display:none!important
    }
}

@layer components;@layer utilities {
    .fixed {
        position: fixed
    }

    .relative {
        position: relative
    }

    .start {
        inset-inline-start: var(--spacing)
    }

    .table {
        display: table
    }

    .antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
}

:root {
    --background: #fff;
    --foreground: #171717
}

@media (prefers-color-scheme: dark) {
    :root {
        --background:#0a0a0a;
        --foreground: #ededed
    }
}

body {
    background: var(--background);
    color: var(--foreground);
    font-family: Arial,Helvetica,sans-serif
}

.events-page {
    --evt-bg: #f2eadf;
    --evt-ink: #201b17;
    --evt-muted: #6b625b;
    --evt-panel: #fffaf2;
    --evt-line: #201b1729;
    --evt-accent: #ff4b00;
    --evt-accent-dark: #b93400;
    --evt-dark: #0c0b0a;
    --evt-dark-card: #1a1714;
    --evt-shadow: 0 18px 40px #18151314;
    --evt-shadow-strong: 0 26px 60px #18151324;
    --evt-inner: min(1280px, calc(100% - 32px));
    color: var(--evt-ink);
    background: linear-gradient(90deg,#201b170b 1px,#0000 1px) 0 0/42px 42px,linear-gradient(#f2eadf,#e3d7c8);
    margin: 0;
    font-family: Arial,Helvetica,sans-serif
}

.events-page * {
    box-sizing: border-box
}

.events-page a {
    color: inherit;
    text-decoration: none
}

.events-page .section-inner {
    width: var(--evt-inner);
    margin: 0 auto;
    padding:0;
}

.events-page .eyebrow {
    color: var(--evt-accent);
    letter-spacing: .14em;
    text-transform: uppercase;
    margin: 0 0 14px;
    font-size: .78rem;
    font-weight: 800
}

.events-page .btn {
    text-align: center;
    cursor: pointer;
    border: 1px solid #0000;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    padding: 0 26px;
    font-size: .95rem;
    font-weight: 800;
    line-height: 1.2;
    transition: transform .18s,background-color .18s,border-color .18s,box-shadow .18s;
    display: inline-flex
}

.events-page .btn:hover {
    transform: translateY(-2px)
}

.events-page .btn-primary {
    background: var(--evt-accent);
    color: #fff;
    box-shadow: 0 16px 34px #ff4b0047
}

.events-page .btn-primary:hover {
    background: var(--evt-accent-dark)
}

.events-page .btn-secondary {
    color: #fff;
    background: 0 0;
    border-color: #ffffff8c
}

.events-page .btn-secondary:hover {
    background: #ffffff14;
    border-color: #fff
}

.events-page .section-featured .btn-secondary,.events-page .section-upcoming .btn-secondary,.events-page .section-types .btn-secondary {
    border-color: var(--evt-line);
    color: var(--evt-ink)
}

.events-page .section-featured .btn-secondary:hover,.events-page .section-upcoming .btn-secondary:hover,.events-page .section-types .btn-secondary:hover {
    border-color: var(--evt-ink);
    background: #1815130a
}

.events-page .btn-light {
    color: var(--evt-ink);
    background: #fff;
    box-shadow: 0 16px 34px #00000038
}

.events-page .btn-light:hover {
    background: #f1efe9
}

.events-page .button-row {
    flex-wrap: wrap;
    gap: 14px;
    display: flex
}

.events-page .site-header {
    z-index: 20;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    color: #fff;
    background: #0a0908eb;
    border-bottom: 1px solid #ff4b0038;
    position: sticky;
    top: 0
}

.events-page .header-inner {
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    min-height: 70px;
    display: flex
}

.events-page .brand-mark {
    letter-spacing: .04em;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 900
}

.events-page .header-nav {
    gap: 26px;
    display: flex
}

.events-page .header-nav a {
    color: #ffffffc7;
    font-size: .95rem;
    font-weight: 700;
    transition: color .16s
}

.events-page .header-nav a:hover {
    color: var(--evt-accent)
}

.events-page .hero-section {
    isolation: isolate;
    color: #fff;
    background: #171717;
    border-bottom: 1px solid #ff4b0042;
    min-height: clamp(560px,72vh,720px);
    display: grid;
    position: relative;
    overflow: hidden
}

.events-page .hero-bg,.events-page .hero-overlay {
    position: absolute;
    inset: 0
}

.events-page .hero-bg {
    object-fit: cover;
    object-position: center 42%;
    z-index: -2;
    width: 100%;
    height: 100%
}

.events-page .hero-overlay {
    z-index: -1;
    background: linear-gradient(90deg,#080706d1,#0807066b 54%,#0807061a),linear-gradient(#0807062e,#08070638 44%,#080706d1)
}

.events-page .hero-inner {
    grid-template-rows: 1fr auto 1fr;
    width: 100%;
    max-width: 1440px;
    min-height: clamp(560px,72vh,720px);
    padding: clamp(42px,5vh,68px) clamp(22px,5.5vw,96px) clamp(42px,5.8vh,72px);
    display: grid;
    position: relative
}

.events-page .hero-title-block {
    align-self: center;
    max-width: min(760px,58vw);
    transform: translateY(-1vh)
}

.events-page .hero-title-block h1 {
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase;
    text-wrap: balance;
    max-width: 760px;
    margin: 0;
    font-size: clamp(2.35rem,4.8vw,4.7rem);
    font-weight: 900;
    line-height: 1.05
}

.events-page .hero-bottom {
    grid-row: 3;
    grid-template-columns: minmax(360px,.64fr) minmax(220px,.36fr);
    align-items: end;
    gap: 28px;
    margin-bottom: 8px;
    display: grid
}

.events-page .hero-copy {
    max-width: 760px
}

.events-page .hero-note {
    border-left: 4px solid var(--evt-accent);
    color: #ffffffd1;
    text-transform: uppercase;
    background: #0807069e;
    justify-self: end;
    max-width: 340px;
    padding: 18px 20px;
    font-size: .96rem;
    font-weight: 800;
    line-height: 1.45;
    box-shadow: 0 18px 48px #00000052
}

.events-page .hero-subheadline {
    color: #ffffffe6;
    max-width: 620px;
    margin: 0;
    font-size: clamp(1.02rem,1.45vw,1.24rem);
    line-height: 1.6
}

.events-page .hero-section .button-row {
    margin-top: 26px
}

.events-page .events-section {
    padding: 92px 0
}

.events-page .section-featured {
    background: var(--evt-bg)
}

.events-page .section-upcoming {
    background: var(--evt-panel);
    border-top: 1px solid var(--evt-line);
    border-bottom: 1px solid var(--evt-line)
}

.events-page .section-types {
    background: var(--evt-bg)
}

.events-page .section-dark {
    background: var(--evt-dark);
    color: #fff
}

.events-page .section-heading {
    max-width: 680px;
    margin-bottom: 40px
}

.events-page .section-heading.compact-heading {
    margin-bottom: 32px
}

.events-page .section-heading h2 {
    letter-spacing: -.01em;
    text-transform: uppercase;
    color: var(--evt-ink);
    margin: 0;
    font-size: clamp(2rem,4vw,2.7rem);
    font-weight: 900;
    line-height: 1.08
}

.events-page .section-heading p {
    color: var(--evt-muted);
    margin: 16px 0 0;
    font-size: 1.05rem;
    line-height: 1.7
}

.events-page .light-heading h2 {
    color: #fff
}

.events-page .light-heading p {
    color: #ffffffb8
}

.events-page .grid-cards {
    gap: 22px;
    display: grid
}

.events-page .featured-grid,.events-page .simple-grid {
    grid-template-columns: repeat(4,minmax(0,1fr))
}

.events-page .blog-grid,.events-page .step-grid {
    grid-template-columns: repeat(3,minmax(0,1fr))
}

.events-page .page-card {
    background: var(--evt-panel);
    border: 1px solid var(--evt-line);
    box-shadow: var(--evt-shadow);
    border-radius: 16px;
    padding:0
}

.events-page .card-body {
    padding: 24px
}

.events-page .card-meta {
    color: var(--evt-accent);
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-size: .78rem;
    font-weight: 800
}

.events-page .card-body h3 {
    color: var(--evt-ink);
    margin: 0 0 10px;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.25
}

.events-page .card-body p {
    color: var(--evt-muted);
    margin: 0;
    font-size: .98rem;
    line-height: 1.65
}

.events-page .text-link {
    color: var(--evt-accent);
    letter-spacing: .02em;
    text-transform: uppercase;
    align-items: center;
    gap: 6px;
    margin-top: 18px;
    font-size: .9rem;
    font-weight: 800;
    display: inline-flex
}

.events-page .text-link:after {
    content: "→";
    transition: transform .16s
}

.events-page .text-link:hover:after {
    transform: translate(4px)
}

.events-page .featured-card,.events-page .blog-card {
    flex-direction: column;
    transition: transform .2s,box-shadow .2s;
    display: flex;
    overflow: hidden
}

.events-page .featured-card:hover,.events-page .blog-card:hover {
    box-shadow: var(--evt-shadow-strong);
    transform: translateY(-4px)
}

.events-page .card-image {
    border-bottom: 1px solid var(--evt-line);
    background: #f1efe9;
    place-items: center;
    padding: 22px;
    display: grid
}

.events-page .card-image img {
    object-fit: contain;
    width: 100%;
    height: 150px
}

.events-page .blog-card .card-image img {
    object-fit: cover;
    height: 200px
}

.events-page .featured-card .card-body,.events-page .blog-card .card-body {
    flex-direction: column;
    flex: 1;
    display: flex
}

.events-page .featured-card .card-body .text-link,.events-page .blog-card .card-body .text-link {
    margin-top: auto;
    padding-top: 18px
}

.events-page .empty-state {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    padding: 44px 40px
}

.events-page .empty-state h3 {
    color: var(--evt-ink);
    margin: 4px 0 12px;
    font-size: 1.5rem;
    font-weight: 800
}

.events-page .empty-state p {
    max-width: 520px;
    color: var(--evt-muted);
    margin: 0 auto;
    line-height: 1.7
}

.events-page .empty-state .btn {
    margin-top: 24px
}

.events-page .simple-card {
    padding: 28px 24px;
    position: relative
}

.events-page .simple-card .accent-bar {
    background: var(--evt-accent);
    border-radius: 999px;
    width: 46px;
    height: 5px;
    margin-bottom: 18px;
    display: block
}

.events-page .simple-card h3 {
    color: var(--evt-ink);
    margin: 0 0 10px;
    font-size: 1.15rem;
    font-weight: 800
}

.events-page .simple-card p {
    color: var(--evt-muted);
    margin: 0;
    line-height: 1.65
}

.events-page .step-card {
    background: var(--evt-dark-card);
    box-shadow: none;
    border-color: #ffffff1a;
    padding: 30px 28px
}

.events-page .step-number {
    width: 52px;
    height: 52px;
    color: var(--evt-accent);
    background: #ff4b0024;
    border-radius: 12px;
    place-items: center;
    margin-bottom: 20px;
    font-size: 1.4rem;
    font-weight: 900;
    display: grid
}

.events-page .step-card h3 {
    color: #fff;
    margin: 0 0 10px;
    font-size: 1.2rem;
    font-weight: 800
}

.events-page .step-card p {
    color: #ffffffad;
    margin: 0;
    line-height: 1.65
}

.events-page .bottom-cta {
    color: #fff;
    background: linear-gradient(90deg,#111111f5,#212121eb),radial-gradient(circle at 18% 24%,#ff4b0052,#0000 36%);
    padding: 90px 0
}

.events-page .bottom-cta-inner {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    display: flex
}

.events-page .bottom-cta-copy {
    max-width: 640px
}

.events-page .bottom-cta-copy h2 {
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 14px;
    font-size: clamp(1.9rem,3.6vw,2.5rem);
    font-weight: 900;
    line-height: 1.1
}

.events-page .bottom-cta-copy p {
    color: #ffffffc7;
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.65
}

.events-page .site-footer {
    color: #ffffffb3;
    background: #0e0e0e
}

.events-page .footer-inner {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 28px 0;
    display: flex
}

.events-page .footer-inner p {
    margin: 0;
    font-weight: 700
}

.events-page .footer-inner a {
    color: var(--evt-accent);
    font-weight: 800
}

@media (width<=980px) {
    .events-page .featured-grid,.events-page .simple-grid,.events-page .blog-grid,.events-page .step-grid {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .events-page .hero-inner {
        padding: 112px 22px 60px
    }

    .events-page .hero-title-block {
        max-width: 100%;
        transform: translateY(-2vh)
    }

    .events-page .hero-bottom {
        grid-template-columns: 1fr
    }

    .events-page .hero-note {
        justify-self: start;
        max-width: 520px
    }

    .events-page .events-section {
        padding: 72px 0
    }
}

@media (width<=680px) {
    .events-page .header-nav {
        display: none
    }

    .events-page .featured-grid,.events-page .simple-grid,.events-page .blog-grid,.events-page .step-grid {
        grid-template-columns: 1fr
    }

    .events-page .hero-section {
        min-height: 620px
    }

    .events-page .hero-inner {
        min-height: 620px;
        padding: 92px 18px 46px
    }

    .events-page .hero-overlay {
        background: linear-gradient(90deg,#080706d6,#0807067a),linear-gradient(#08070647,#0807063d 46%,#080706db)
    }

    .events-page .hero-title-block {
        align-self: center;
        transform: translateY(-1vh)
    }

    .events-page .hero-bottom {
        gap: 20px;
        margin-bottom: 0
    }

    .events-page .hero-note {
        display: none
    }

    .events-page .hero-subheadline {
        font-size: 1.06rem
    }

    .events-page .btn {
        width: 100%
    }

    .events-page .events-section {
        padding: 60px 0
    }

    .events-page .empty-state {
        padding: 36px 22px
    }

    .events-page .bottom-cta-inner .button-row {
        width: 100%
    }
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.event-card {
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.event-card__image-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  background: #f3f0e9;
}

.event-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #ff4b00;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1;
}

.event-card__content {
  padding: 22px;
}

.event-card__date {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6b6258;
}

.event-card__title {
  margin: 0 0 10px;
}

.event-card__excerpt {
  margin: 0;
}

@media (max-width: 768px) {
  .events-grid {
    grid-template-columns: 1fr;
  }
}