/* ==========================================================
   EVENTS PAGE
========================================================== */

.events-page {
    background: #fffdf9;
}


/* ==========================================================
   EVENTS HERO
========================================================== */

.events-hero {
    position: relative;

    margin-top: 70px;

    overflow: hidden;

    background: #103f34;
}


.events-hero__layout {
    display: grid;

    grid-template-columns:
        minmax(400px, .85fr)
        minmax(0, 1.15fr);

    min-height: 430px;
}


/* ==========================================================
   LEFT SIDE
========================================================== */

.events-hero__content {
    position: relative;

    z-index: 2;

    display: flex;

    justify-content: flex-end;

    color: #ffffff;

    background:
        radial-gradient(
            circle at 0 100%,
            rgba(213,166,69,.08),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #0b3b30,
            #104a3c
        );
}


.events-hero__inner {
    width: 100%;

    max-width: 520px;

    padding:
        47px
        45px
        48px
        25px;
}


/* EYEBROW */

.events-hero__eyebrow {
    display: flex;

    align-items: center;

    gap: 7px;

    margin-bottom: 10px;

    color: rgba(255,255,255,.92);

    font-size: 10px;

    font-weight: 600;

    letter-spacing: .06em;
}


.events-hero__eyebrow span {
    color: #d7a947;
}


/* TITLE */

.events-hero__title {
    max-width: 480px;

    margin: 0;

    color: #fffdf7;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 44px;

    font-weight: 400;

    line-height: 1.05;
}


.events-hero__title em {
    color: #e1aa43;

    font-weight: 400;
}


/* GOLD LINE */

.events-hero__line {
    display: block;

    width: 38px;
    height: 2px;

    margin:
        17px
        0;

    background: #dda641;
}


/* DESCRIPTION */

.events-hero__description {
    max-width: 420px;

    margin: 0;

    color: rgba(255,255,255,.88);

    font-size: 10px;

    line-height: 1.7;
}


/* ==========================================================
   HERO VALUES
========================================================== */

.events-hero__values {
    display: flex;

    align-items: center;

    gap: 18px;

    margin-top: 23px;
}


.events-hero__value {
    position: relative;

    display: flex;

    align-items: center;

    gap: 9px;

    min-width: 0;

    padding-right: 18px;

    color: rgba(255,255,255,.88);

    font-size: 8px;

    line-height: 1.4;
}


.events-hero__value:not(:last-child)::after {
    position: absolute;

    top: 7px;
    right: 0;
    bottom: 7px;

    width: 1px;

    background: rgba(255,255,255,.22);

    content: "";
}


.events-hero__value strong {
    display: block;

    margin-bottom: 2px;

    color: #ffffff;

    font-weight: 600;
}


.events-hero__value-icon {
    flex:
        0
        0
        42px;

    width: 42px;
    height: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #dba63e;

    border:
        1px solid rgba(219,166,62,.72);

    border-radius: 50%;
}


.events-hero__value-icon svg {
    width: 25px;
    height: 25px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.4;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ==========================================================
   HERO IMAGE
========================================================== */

.events-hero__visual {
    position: relative;

    min-width: 0;

    overflow: hidden;

    background: #71684c;
}


.events-hero__visual::after {
    position: absolute;

    inset: 0;

    z-index: 1;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(8,54,43,.35) 0%,
            transparent 25%,
            transparent 100%
        );

    content: "";
}


.events-hero__visual img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;
}


/* ==========================================================
   QUOTE CARD
========================================================== */

.events-hero__quote {
    position: absolute;

    top: 70px;
    right: 48px;

    z-index: 3;

    width: 170px;

    overflow: hidden;

    padding:
        19px
        18px
        22px;

    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            #0c4437,
            #07372d
        );

    border:
        1px solid #d5a43e;

    border-radius: 12px;

    box-shadow:
        0 12px 30px
        rgba(0,0,0,.15);
}


.events-hero__quote-mark {
    display: block;

    height: 28px;

    color: #e4ad43;

    font-family:
        Georgia,
        serif;

    font-size: 36px;

    font-weight: 700;

    line-height: 1;
}


.events-hero__quote blockquote {
    position: relative;

    z-index: 2;

    margin: 0;

    color: #fffdf7;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 16px;

    line-height: 1.42;
}


.events-hero__quote-leaf {
    position: absolute;

    right: -10px;
    bottom: -18px;

    color:
        rgba(218,169,66,.45);

    font-size: 78px;

    line-height: 1;

    transform: rotate(-22deg);
}


/* ==========================================================
   DECORATIVE HERO LEAF
========================================================== */

.events-hero__content::before {
    position: absolute;

    left: -35px;
    bottom: 10px;

    color:
        rgba(218,169,66,.35);

    font-size: 150px;

    line-height: 1;

    content: "❧";

    transform: rotate(35deg);
}

/* ==========================================================
   EVENTS — FLOATING FILTERS
========================================================== */

.events-filters {
    position: relative;

    z-index: 10;

    margin-top: -32px;

    padding:
        0
        0
        28px;

    background:
        linear-gradient(
            180deg,
            transparent 0,
            transparent 32px,
            #fffdf9 32px,
            #fffdf9 100%
        );
}


/* ==========================================================
   FILTER PANEL
========================================================== */

.events-filters__panel {
    display: grid;

    grid-template-columns:
        minmax(210px, 1.35fr)
        minmax(150px, 1fr)
        minmax(150px, 1fr)
        minmax(135px, .85fr)
        125px;

    gap: 12px;

    align-items: center;

    padding:
        18px
        20px;

    background:
        rgba(255,255,255,.98);

    border:
        1px solid rgba(23,72,59,.10);

    border-radius: 10px;

    box-shadow:
        0
        12px
        28px
        rgba(20,55,45,.08);
}


/* ==========================================================
   COMMON FILTER FIELD
========================================================== */

.events-filter {
    position: relative;

    min-width: 0;

    height: 42px;

    display: flex;

    align-items: center;

    overflow: hidden;

    color: #42534b;

    background: #ffffff;

    border:
        1px solid rgba(23,72,59,.14);

    border-radius: 5px;
}


/* ==========================================================
   SEARCH
========================================================== */

.events-filter--search {
    padding-left: 39px;
}


.events-filter__icon {
    position: absolute;

    top: 50%;
    left: 13px;

    width: 17px;
    height: 17px;

    color: #53655d;

    pointer-events: none;

    transform:
        translateY(-50%);
}


.events-filter__icon svg {
    width: 100%;
    height: 100%;

    display: block;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.events-filter--search input {
    width: 100%;
    height: 100%;

    min-width: 0;

    padding:
        0
        12px
        0
        0;

    color: #36483f;

    background: transparent;

    border: 0;

    outline: none;

    font: inherit;

    font-size: 8px;
}


.events-filter--search input::placeholder {
    color: #7c8882;
}


/* ==========================================================
   SELECT FIELDS
========================================================== */

.events-filter--select select {
    position: relative;

    z-index: 2;

    width: 100%;
    height: 100%;

    min-width: 0;

    padding:
        0
        35px
        0
        13px;

    color: #3c4d45;

    background: transparent;

    border: 0;

    outline: 0;

    appearance: none;
    -webkit-appearance: none;

    font: inherit;

    font-size: 8px;

    cursor: pointer;
}


.events-filter__chevron {
    position: absolute;

    top: 50%;
    right: 11px;

    width: 15px;
    height: 15px;

    color: #40554b;

    pointer-events: none;

    transform:
        translateY(-50%);
}


.events-filter__chevron svg {
    width: 100%;
    height: 100%;

    display: block;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ==========================================================
   FIND EVENTS BUTTON
========================================================== */

.events-filters__submit {
    min-width: 0;
    height: 42px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    padding:
        0
        14px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #17483b,
            #0d382e
        );

    border: 0;

    border-radius: 5px;

    box-shadow:
        0
        5px
        14px
        rgba(15,58,47,.12);

    font-family: inherit;

    font-size: 8px;

    font-weight: 700;

    cursor: pointer;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background-color .2s ease;
}


.events-filters__submit svg {
    width: 15px;
    height: 15px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.events-filters__submit:hover {
    transform:
        translateY(-1px);

    box-shadow:
        0
        8px
        18px
        rgba(15,58,47,.17);
}


/* ==========================================================
   FILTER FOCUS STATES
========================================================== */

.events-filter:focus-within {
    border-color:
        rgba(23,72,59,.45);

    box-shadow:
        0
        0
        0
        2px
        rgba(23,72,59,.05);
}

/* ==========================================================
   EVENTS — UPCOMING SECTION
========================================================== */

.events-upcoming {
    position: relative;

    padding:
        15px
        0
        45px;

    background: #fffdf9;
}


/* ==========================================================
   LAYOUT
========================================================== */

.events-upcoming__layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        245px;

    gap: 25px;

    align-items: start;
}


/* ==========================================================
   HEADING
========================================================== */

.events-upcoming__heading {
    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    gap: 20px;

    margin-bottom: 17px;
}


.events-upcoming__eyebrow {
    display: block;

    margin-bottom: 4px;

    color: #a77c31;

    font-size: 7px;

    font-weight: 700;

    letter-spacing: .09em;

    text-transform: uppercase;
}


.events-upcoming__heading h2 {
    margin: 0;

    color: #203b32;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 25px;

    font-weight: 400;
}


.events-upcoming__count {
    color: #76817b;

    font-size: 7px;
}


/* ==========================================================
   EVENT LIST
========================================================== */

.events-upcoming__list {
    display: grid;

    gap: 12px;
}


/* ==========================================================
   EVENT CARD
========================================================== */

.event-card {
    display: grid;

    grid-template-columns:
        220px
        minmax(0, 1fr);

    min-height: 195px;

    overflow: hidden;

    background: #ffffff;

    border:
        1px solid rgba(23,72,59,.09);

    border-radius: 8px;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}


.event-card:hover {
    transform:
        translateY(-2px);

    box-shadow:
        0
        10px
        22px
        rgba(18,54,43,.06);
}


/* ==========================================================
   EVENT IMAGE
========================================================== */

.event-card__image {
    position: relative;

    min-height: 195px;

    overflow: hidden;
}


.event-card__image-placeholder {
    position: absolute;

    inset: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #91816b,
            #617261
        );
}


.event-card:nth-child(2n)
.event-card__image-placeholder {
    background:
        linear-gradient(
            135deg,
            #8b977c,
            #567160
        );
}


.event-card:nth-child(3n)
.event-card__image-placeholder {
    background:
        linear-gradient(
            135deg,
            #9b856e,
            #745d48
        );
}


.event-card__image-placeholder span {
    padding:
        6px
        9px;

    color: #ffffff;

    background:
        rgba(11,59,47,.67);

    border-radius: 999px;

    font-size: 6px;
}


/* ==========================================================
   DATE BLOCK
========================================================== */

.event-card__date {
    position: absolute;

    z-index: 2;

    top: 12px;
    left: 12px;

    width: 48px;
    height: 52px;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    color: #17483b;

    background: rgba(255,255,255,.96);

    border-radius: 6px;

    box-shadow:
        0
        5px
        12px
        rgba(0,0,0,.10);
}


.event-card__date strong {
    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 21px;

    font-weight: 400;

    line-height: 1;
}


.event-card__date span {
    margin-top: 3px;

    color: #aa8034;

    font-size: 7px;

    font-weight: 700;
}


/* ==========================================================
   EVENT CONTENT
========================================================== */

.event-card__content {
    min-width: 0;

    padding:
        17px
        18px;
}


.event-card__type {
    display: inline-flex;

    margin-bottom: 7px;

    padding:
        4px
        8px;

    color: #18473a;

    background:
        rgba(23,72,59,.07);

    border-radius: 999px;

    font-size: 6px;

    font-weight: 700;

    text-transform: uppercase;
}


.event-card__content h3 {
    margin:
        0
        0
        8px;

    color: #253f36;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 16px;

    font-weight: 400;

    line-height: 1.25;
}


.event-card__content > p {
    margin: 0;

    color: #66726c;

    font-size: 7px;

    line-height: 1.55;
}


/* ==========================================================
   EVENT DETAILS
========================================================== */

.event-card__details {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap:
        7px
        14px;

    margin-top: 11px;

    color: #627068;

    font-size: 6px;
}


.event-card__details > span {
    display: inline-flex;

    align-items: center;

    gap: 5px;
}


.event-card__details svg {
    width: 12px;
    height: 12px;

    fill: none;

    stroke: #a47c36;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ==========================================================
   ACTIONS
========================================================== */

.event-card__actions {
    display: flex;

    align-items: center;

    gap: 8px;

    margin-top: 14px;
}


.event-card__button {
    min-height: 31px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 6px;

    padding:
        7px
        11px;

    border-radius: 4px;

    font-size: 7px;

    font-weight: 700;

    text-decoration: none;
}


.event-card__button--primary {
    color: #ffffff;

    background: #17483b;

    border:
        1px solid #17483b;
}


.event-card__button--secondary {
    color: #17483b;

    background: #ffffff;

    border:
        1px solid rgba(23,72,59,.21);
}


/* ==========================================================
   EVENTS SIDEBAR
========================================================== */

.events-sidebar {
    display: grid;

    gap: 12px;
}


.events-sidebar__widget {
    padding:
        16px;

    background:
        linear-gradient(
            135deg,
            #f8f4ea,
            #fbfaf6
        );

    border:
        1px solid rgba(23,72,59,.08);

    border-radius: 8px;
}


/* ==========================================================
   NEXT EVENT
========================================================== */

.events-sidebar__next {
    position: relative;

    overflow: hidden;
}


.events-sidebar__eyebrow {
    display: block;

    margin-bottom: 10px;

    color: #a27a34;

    font-size: 6px;

    font-weight: 700;

    letter-spacing: .08em;

    text-transform: uppercase;
}


.events-sidebar__next-date {
    width: 55px;
    height: 57px;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    margin-bottom: 11px;

    color: #ffffff;

    background: #17483b;

    border-radius: 6px;
}


.events-sidebar__next-date strong {
    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 23px;

    font-weight: 400;

    line-height: 1;
}


.events-sidebar__next-date span {
    margin-top: 3px;

    color: #e2b35d;

    font-size: 7px;

    font-weight: 700;
}


.events-sidebar__next h3 {
    margin:
        0
        0
        7px;

    color: #2b433a;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 13px;

    font-weight: 400;

    line-height: 1.3;
}


.events-sidebar__next p {
    margin: 0;

    color: #6a756f;

    font-size: 7px;

    line-height: 1.55;
}


.events-sidebar__next > a {
    display: inline-flex;

    align-items: center;

    gap: 5px;

    margin-top: 11px;

    color: #17483b;

    font-size: 7px;

    font-weight: 700;

    text-decoration: none;
}


/* ==========================================================
   SIDEBAR HEADING
========================================================== */

.events-sidebar__heading {
    display: flex;

    align-items: center;

    gap: 6px;

    margin-bottom: 10px;
}


.events-sidebar__heading h3 {
    margin: 0;

    color: #2b433a;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 13px;

    font-weight: 400;
}


.events-sidebar__heading span {
    color: #8b9d8d;
}


/* ==========================================================
   CATEGORIES
========================================================== */

.events-sidebar__categories {
    margin: 0;

    padding: 0;

    list-style: none;
}


.events-sidebar__categories li {
    border-bottom:
        1px solid rgba(23,72,59,.07);
}


.events-sidebar__categories li:last-child {
    border-bottom: 0;
}


.events-sidebar__categories a {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 10px;

    padding:
        7px
        0;

    color: #59675f;

    font-size: 7px;

    text-decoration: none;
}


.events-sidebar__categories a span:last-child {
    color: #a27b37;
}


/* ==========================================================
   NEWSLETTER SIDEBAR
========================================================== */

.events-sidebar__newsletter {
    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #17483b,
            #0d382e
        );
}


.events-sidebar__newsletter-icon {
    display: block;

    margin-bottom: 8px;

    color: #dfb254;

    font-size: 18px;
}


.events-sidebar__newsletter h3 {
    margin:
        0
        0
        6px;

    color: #fffaf0;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 14px;

    font-weight: 400;
}


.events-sidebar__newsletter p {
    margin:
        0
        0
        11px;

    color:
        rgba(255,255,255,.72);

    font-size: 7px;

    line-height: 1.5;
}


.events-sidebar__newsletter form {
    display: grid;

    gap: 6px;
}


.events-sidebar__newsletter input {
    min-height: 32px;

    padding:
        7px
        9px;

    color: #405049;

    background: #ffffff;

    border: 0;

    border-radius: 4px;

    outline: none;

    font: inherit;

    font-size: 7px;
}


.events-sidebar__newsletter button {
    min-height: 31px;

    color: #173d31;

    background: #e3b75d;

    border: 0;

    border-radius: 4px;

    font-family: inherit;

    font-size: 7px;

    font-weight: 700;

    cursor: pointer;
}


/* ==========================================================
   EVENTS — PAST EVENTS
========================================================== */

.events-past {
    position: relative;

    padding:
        42px
        0
        48px;

    background: #f8f5ed;
}


/* ==========================================================
   HEADING
========================================================== */

.events-past__heading {
    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    gap: 20px;

    margin-bottom: 18px;
}


.events-past__eyebrow {
    display: block;

    margin-bottom: 5px;

    color: #a77c31;

    font-size: 7px;

    font-weight: 700;

    letter-spacing: .09em;

    text-transform: uppercase;
}


.events-past__heading h2 {
    margin: 0;

    color: #203b32;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 25px;

    font-weight: 400;
}


/* ==========================================================
   CONTROLS
========================================================== */

.events-past__controls {
    display: flex;

    gap: 7px;
}


.events-past__arrow {
    width: 34px;
    height: 34px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #17483b;

    background: #ffffff;

    border:
        1px solid rgba(23,72,59,.16);

    border-radius: 50%;

    cursor: pointer;

    transition:
        color .2s ease,
        background-color .2s ease,
        transform .2s ease;
}


.events-past__arrow:hover {
    color: #ffffff;

    background: #17483b;

    transform: translateY(-1px);
}


/* ==========================================================
   VIEWPORT
========================================================== */

.events-past__viewport {
    overflow: hidden;
}


/* ==========================================================
   TRACK
========================================================== */

.events-past__track {
    display: flex;

    gap: 14px;

    transition:
        transform .35s ease;
}


/* ==========================================================
   CARD
========================================================== */

.events-past-card {
    flex:
        0
        0
        calc((100% - 42px) / 4);

    min-width: 0;

    overflow: hidden;

    background: #ffffff;

    border:
        1px solid rgba(23,72,59,.08);

    border-radius: 8px;
}


/* ==========================================================
   IMAGE
========================================================== */

.events-past-card__image {
    position: relative;

    aspect-ratio: 1.55 / 1;

    overflow: hidden;
}


.events-past-card__placeholder {
    position: absolute;

    inset: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #94816d,
            #667565
        );
}


.events-past-card:nth-child(2)
.events-past-card__placeholder {
    background:
        linear-gradient(
            135deg,
            #82927e,
            #506c5a
        );
}


.events-past-card:nth-child(3)
.events-past-card__placeholder {
    background:
        linear-gradient(
            135deg,
            #9c8a6f,
            #755f49
        );
}


.events-past-card:nth-child(4)
.events-past-card__placeholder {
    background:
        linear-gradient(
            135deg,
            #788c84,
            #4c685e
        );
}


.events-past-card__placeholder span {
    padding:
        5px
        8px;

    color: #ffffff;

    background:
        rgba(10,48,38,.62);

    border-radius: 999px;

    font-size: 6px;
}


/* ==========================================================
   TYPE BADGE
========================================================== */

.events-past-card__type {
    position: absolute;

    left: 10px;
    bottom: 10px;

    z-index: 2;

    padding:
        4px
        8px;

    color: #173d31;

    background: #e5bd69;

    border-radius: 999px;

    font-size: 6px;

    font-weight: 700;

    text-transform: uppercase;
}


/* ==========================================================
   CONTENT
========================================================== */

.events-past-card__content {
    padding:
        12px
        13px
        13px;
}


.events-past-card__content h3 {
    margin:
        0
        0
        7px;

    color: #2a4239;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 13px;

    font-weight: 400;

    line-height: 1.3;
}


/* ==========================================================
   META
========================================================== */

.events-past-card__meta {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 5px;

    color: #79837e;

    font-size: 6px;
}


.events-past-card__dot {
    width: 3px;
    height: 3px;

    background: #bb964c;

    border-radius: 50%;
}

/* ==========================================================
   EVENTS — BOTTOM CTA
========================================================== */

.events-cta {
    position: relative;

    padding:
        38px
        0
        70px;

    background: #fffdf9;
}


/* ==========================================================
   CTA PANEL
========================================================== */

.events-cta__panel {
    position: relative;

    min-height: 170px;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        auto;

    gap: 35px;

    align-items: center;

    overflow: hidden;

    padding:
        32px
        36px;

    color: #ffffff;

    background:
        linear-gradient(
            105deg,
            #17483b 0%,
            #104033 55%,
            #0c342a 100%
        );

    border-radius: 10px;

    box-shadow:
        0
        12px
        26px
        rgba(18,54,43,.09);
}


/* ==========================================================
   CTA CONTENT
========================================================== */

.events-cta__content {
    position: relative;

    z-index: 2;

    max-width: 650px;
}


.events-cta__eyebrow {
    display: block;

    margin-bottom: 7px;

    color: #e0b35b;

    font-size: 7px;

    font-weight: 700;

    letter-spacing: .1em;

    text-transform: uppercase;
}


.events-cta__content h2 {
    max-width: 560px;

    margin: 0;

    color: #fffaf0;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 27px;

    font-weight: 400;

    line-height: 1.2;
}


.events-cta__content p {
    max-width: 560px;

    margin:
        10px
        0
        0;

    color:
        rgba(255,255,255,.76);

    font-size: 8px;

    line-height: 1.6;
}


/* ==========================================================
   CTA ACTIONS
========================================================== */

.events-cta__actions {
    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    gap: 10px;
}


.events-cta__button {
    min-height: 39px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    padding:
        9px
        16px;

    border-radius: 5px;

    font-size: 8px;

    font-weight: 700;

    text-decoration: none;

    transition:
        transform .2s ease,
        background-color .2s ease,
        border-color .2s ease;
}


.events-cta__button:hover {
    transform: translateY(-2px);
}


.events-cta__button--primary {
    color: #173d31;

    background: #e5bd69;

    border:
        1px solid #e5bd69;
}


.events-cta__button--primary:hover {
    background: #edc878;
}


.events-cta__button--secondary {
    color: #ffffff;

    background: transparent;

    border:
        1px solid rgba(255,255,255,.58);
}


.events-cta__button--secondary:hover {
    background:
        rgba(255,255,255,.08);
}


/* ==========================================================
   DECORATIVE LEAVES
========================================================== */

.events-cta__leaf {
    position: absolute;

    z-index: 1;

    color:
        rgba(218,177,85,.15);

    font-size: 125px;

    line-height: 1;
}


.events-cta__leaf--left {
    left: -24px;
    bottom: -38px;

    transform: rotate(25deg);
}


.events-cta__leaf--right {
    top: -35px;
    right: 110px;

    transform: rotate(-35deg);
}

.event-card.is-hidden {
    display: none !important;
}
.events-cta {
    position: relative;

    padding:
        38px
        0
        70px;

    background: #fffdf9;
}
.events-page + .site-footer {
    margin-top: 10;
}

/* ==========================================================
   EVENTS PAGE — RESPONSIVE
   Add at the VERY BOTTOM of events.css
========================================================== */


/* ==========================================================
   SMALL LAPTOP — 1200px
========================================================== */

@media (max-width: 1200px) {

    .events-hero__layout {
        grid-template-columns:
            minmax(360px, .9fr)
            minmax(0, 1.1fr);
    }

    .events-hero__inner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .events-hero__title {
        font-size: 41px;
    }

    .events-hero__values {
        gap: 12px;
    }

    .events-hero__value {
        padding-right: 12px;
    }


    /* FILTER */

    .events-filters__panel {
        grid-template-columns:
            minmax(190px, 1.3fr)
            minmax(130px, 1fr)
            minmax(130px, 1fr)
            minmax(120px, .9fr)
            115px;

        gap: 9px;
    }


    /* UPCOMING */

    .events-upcoming__layout {
        grid-template-columns:
            minmax(0, 1fr)
            220px;

        gap: 20px;
    }

    .event-card {
        grid-template-columns:
            195px
            minmax(0, 1fr);
    }

}


/* ==========================================================
   TABLET — 992px
========================================================== */

@media (max-width: 992px) {

    /* ======================================================
       HERO
    ====================================================== */

    .events-hero {
        margin-top: 40px;
    }

    .events-hero__layout {
        grid-template-columns: 1fr;

        min-height: 0;
    }

    .events-hero__content {
        justify-content: center;
    }

    .events-hero__inner {
        max-width: 760px;

        padding:
            48px
            32px
            50px;
    }

    .events-hero__title {
        max-width: 600px;

        font-size: 46px;
    }

    .events-hero__description {
        max-width: 560px;
    }

    .events-hero__values {
        max-width: 620px;
    }

    .events-hero__visual {
        min-height: 380px;
    }

    .events-hero__quote {
        top: 55px;
        right: 35px;
    }


    /* ======================================================
       FLOATING FILTERS
    ====================================================== */

    .events-filters {
        margin-top: -28px;

        background:
            linear-gradient(
                180deg,
                transparent 0,
                transparent 28px,
                #fffdf9 28px,
                #fffdf9 100%
            );
    }

    .events-filters__panel {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 10px;

        padding: 16px;
    }

    .events-filter--search {
        grid-column: 1 / -1;
    }

    .events-filters__submit {
        width: 100%;
    }


    /* ======================================================
       UPCOMING + SIDEBAR
    ====================================================== */

    .events-upcoming {
        padding-top: 20px;
    }

    .events-upcoming__layout {
        grid-template-columns: 1fr;
    }

    .events-upcoming__sidebar {
        margin-top: 10px;
    }

    .events-sidebar {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        align-items: stretch;
    }

    .events-sidebar__widget {
        height: 100%;
    }


    /* ======================================================
       EVENT CARDS
    ====================================================== */

    .event-card {
        grid-template-columns:
            230px
            minmax(0, 1fr);
    }


    /* ======================================================
       PAST EVENTS
    ====================================================== */

    .events-past-card {
        flex:
            0
            0
            calc((100% - 28px) / 3);
    }


    /* ======================================================
       CTA
    ====================================================== */

    .events-cta__panel {
        grid-template-columns:
            minmax(0, 1fr)
            auto;

        gap: 25px;

        padding:
            30px;
    }

}


/* ==========================================================
   MOBILE / SMALL TABLET — 767px
========================================================== */

@media (max-width: 767px) {

    /* ======================================================
       HERO
    ====================================================== */

    .events-hero {
        margin-top: 20px;
    }

    .events-hero__inner {
        padding:
            40px
            20px
            42px;
    }

    .events-hero__eyebrow {
        font-size: 9px;
    }

    .events-hero__title {
        font-size:
            clamp(
                36px,
                9vw,
                43px
            );
    }

    .events-hero__description {
        font-size: 10px;

        line-height: 1.65;
    }


    /* HERO VALUES */

    .events-hero__values {
        display: grid;

        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 0;

        width: 100%;

        margin-top: 25px;
    }

    .events-hero__value {
        align-items: flex-start;

        flex-direction: column;

        gap: 8px;

        padding:
            0
            12px;

        font-size: 8px;
    }

    .events-hero__value:first-child {
        padding-left: 0;
    }

    .events-hero__value:last-child {
        padding-right: 0;
    }

    .events-hero__value:not(:last-child)::after {
        top: 0;
        bottom: 0;
    }

    .events-hero__value-icon {
        width: 38px;
        height: 38px;

        flex-basis: 38px;
    }

    .events-hero__value-icon svg {
        width: 22px;
        height: 22px;
    }


    /* HERO IMAGE */

    .events-hero__visual {
        min-height: 320px;
    }

    .events-hero__quote {
        top: 40px;
        right: 18px;

        width: 155px;

        padding:
            17px
            16px
            19px;
    }

    .events-hero__quote blockquote {
        font-size: 15px;
    }


    /* ======================================================
       FILTERS
    ====================================================== */

    .events-filters {
        margin-top: -22px;

        padding-bottom: 30px;

        background:
            linear-gradient(
                180deg,
                transparent 0,
                transparent 22px,
                #fffdf9 22px,
                #fffdf9 100%
            );
    }

    .events-filters__panel {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 9px;

        padding: 14px;

        border-radius: 9px;
    }

    .events-filter--search {
        grid-column: 1 / -1;
    }

    .events-filter {
        height: 44px;
    }

    .events-filter--search input,
    .events-filter--select select,
    .events-filters__submit {
        font-size: 9px;
    }

    .events-filters__submit {
        height: 44px;
    }


    /* ======================================================
       UPCOMING HEADING
    ====================================================== */

    .events-upcoming {
        padding:
            10px
            0
            40px;
    }

    .events-upcoming__heading h2 {
        font-size: 23px;
    }


    /* ======================================================
       EVENT CARDS
    ====================================================== */

    .event-card {
        grid-template-columns:
            185px
            minmax(0, 1fr);

        min-height: 200px;
    }

    .event-card__image {
        min-height: 200px;
    }

    .event-card__content {
        padding:
            16px
            15px;
    }

    .event-card__content h3 {
        font-size: 15px;
    }

    .event-card__content > p {
        font-size: 8px;
    }

    .event-card__details {
        font-size: 7px;
    }

    .event-card__button {
        font-size: 7px;
    }


    /* ======================================================
       SIDEBAR
    ====================================================== */

    .events-sidebar {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .events-sidebar__newsletter {
        grid-column: 1 / -1;
    }

    .events-sidebar__widget {
        padding: 18px;
    }

    .events-sidebar__next h3,
    .events-sidebar__heading h3,
    .events-sidebar__newsletter h3 {
        font-size: 15px;
    }

    .events-sidebar__next p,
    .events-sidebar__categories a,
    .events-sidebar__newsletter p {
        font-size: 8px;
    }


    /* ======================================================
       PAST EVENTS
    ====================================================== */

    .events-past {
        padding:
            38px
            0
            42px;
    }

    .events-past__heading h2 {
        font-size: 23px;
    }

    .events-past-card {
        flex:
            0
            0
            calc((100% - 14px) / 2);
    }

    .events-past-card__content h3 {
        font-size: 14px;
    }

    .events-past-card__meta {
        font-size: 7px;
    }


    /* ======================================================
       CTA
    ====================================================== */

    .events-cta {
        padding:
            34px
            0
            50px;
    }

    .events-cta__panel {
        grid-template-columns: 1fr;

        gap: 22px;

        min-height: 0;

        padding:
            28px
            25px;
    }

    .events-cta__content h2 {
        font-size: 25px;
    }

    .events-cta__content p {
        font-size: 9px;
    }

    .events-cta__actions {
        justify-content: flex-start;
    }

    .events-cta__button {
        font-size: 8px;
    }

}


/* ==========================================================
   MOBILE — 520px
========================================================== */

@media (max-width: 520px) {

    /* ======================================================
       HERO
    ====================================================== */

    .events-hero__inner {
        padding:
            34px
            18px
            38px;
    }

    .events-hero__title {
        font-size: 36px;
    }

    .events-hero__description {
        font-size: 10px;
    }


    /* HERO VALUES */

    .events-hero__values {
        grid-template-columns: 1fr;

        gap: 13px;
    }

    .events-hero__value {
        flex-direction: row;

        align-items: center;

        padding:
            0
            0
            13px;
    }

    .events-hero__value:not(:last-child) {
        border-bottom:
            1px solid
            rgba(255,255,255,.13);
    }

    .events-hero__value:not(:last-child)::after {
        display: none;
    }

    .events-hero__value:last-child {
        padding-bottom: 0;
    }

    .events-hero__visual {
        min-height: 285px;
    }

    .events-hero__quote {
        top: 28px;
        right: 14px;

        width: 145px;
    }

    .events-hero__quote blockquote {
        font-size: 14px;
    }


    /* ======================================================
       FILTER
    ====================================================== */

    .events-filters {
        margin-top: -18px;
    }

    .events-filters__panel {
        grid-template-columns: 1fr;

        gap: 8px;

        padding: 12px;
    }

    .events-filter--search {
        grid-column: auto;
    }

    .events-filter,
    .events-filters__submit {
        width: 100%;
    }


    /* ======================================================
       UPCOMING
    ====================================================== */

    .events-upcoming__heading {
        align-items: flex-start;

        flex-direction: column;

        gap: 5px;
    }


    /* EVENT CARD */

    .event-card {
        grid-template-columns: 1fr;

        min-height: 0;
    }

    .event-card__image {
        min-height: 220px;
    }

    .event-card__content {
        padding:
            17px
            16px
            18px;
    }

    .event-card__type {
        font-size: 7px;
    }

    .event-card__content h3 {
        font-size: 17px;
    }

    .event-card__content > p {
        font-size: 9px;
    }

    .event-card__details {
        gap:
            8px
            13px;

        font-size: 8px;
    }

    .event-card__actions {
        flex-wrap: wrap;
    }

    .event-card__button {
        min-height: 35px;

        font-size: 8px;
    }


    /* ======================================================
       SIDEBAR
    ====================================================== */

    .events-sidebar {
        grid-template-columns: 1fr;
    }

    .events-sidebar__newsletter {
        grid-column: auto;
    }

    .events-sidebar__widget {
        padding: 20px;
    }

    .events-sidebar__eyebrow {
        font-size: 7px;
    }

    .events-sidebar__next h3,
    .events-sidebar__heading h3,
    .events-sidebar__newsletter h3 {
        font-size: 16px;
    }

    .events-sidebar__next p,
    .events-sidebar__categories a,
    .events-sidebar__newsletter p {
        font-size: 9px;
    }

    .events-sidebar__newsletter input,
    .events-sidebar__newsletter button {
        min-height: 38px;

        font-size: 9px;
    }


    /* ======================================================
       PAST EVENTS
    ====================================================== */

    .events-past__heading {
        align-items: center;
    }

    .events-past-card {
        flex:
            0
            0
            100%;
    }

    .events-past-card__content {
        padding:
            14px
            15px
            16px;
    }

    .events-past-card__content h3 {
        font-size: 16px;
    }

    .events-past-card__meta {
        font-size: 8px;
    }


    /* ======================================================
       CTA
    ====================================================== */

    .events-cta {
        padding:
            30px
            0
            40px;
    }

    .events-cta__panel {
        padding:
            25px
            20px;
    }

    .events-cta__content h2 {
        font-size: 23px;
    }

    .events-cta__content p {
        font-size: 9px;
    }

    .events-cta__actions {
        align-items: stretch;

        flex-direction: column;
    }

    .events-cta__button {
        width: 100%;

        min-height: 40px;

        font-size: 9px;
    }

    .events-cta__leaf--right {
        right: -20px;
    }

}


/* ==========================================================
   VERY SMALL MOBILE — 400px
========================================================== */

@media (max-width: 400px) {

    .events-hero__title {
        font-size: 33px;
    }

    .events-hero__visual {
        min-height: 260px;
    }

    .events-hero__quote {
        top: 22px;
        right: 10px;

        width: 135px;

        padding:
            15px
            14px
            17px;
    }

    .events-hero__quote-mark {
        height: 24px;

        font-size: 31px;
    }

    .events-hero__quote blockquote {
        font-size: 13px;
    }

    .event-card__image {
        min-height: 195px;
    }

    .event-card__actions {
        display: grid;

        grid-template-columns: 1fr;
    }

    .event-card__button {
        width: 100%;
    }

    .events-past__arrow {
        width: 32px;
        height: 32px;
    }

    .events-cta__content h2 {
        font-size: 21px;
    }

}