/* ==========================================================
   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;
    }

}

/* ==========================================================
   EVENTS — DYNAMIC IMAGES
========================================================== */

.event-card__image-file {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: cover;
	object-position: center;
}


.events-upcoming__empty {
	padding: 30px 20px;

	color: #68746d;
}

/* ==========================================================
   PAST EVENTS — DYNAMIC CONTENT
========================================================== */

.events-past-card__image > a {
	display: block;

	width: 100%;
	height: 100%;

	text-decoration: none;
}


.events-past-card__image-file {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: cover;
	object-position: center;
}


.events-past-card__content h3 a {
	color: inherit;

	text-decoration: none;
}


.events-past-card__content h3 a:hover,
.events-past-card__content h3 a:focus-visible {
	color: #315b47;
}


.events-past__empty {
	width: 100%;

	padding: 30px 20px;

	color: #68746d;

	text-align: center;
}

/* ==========================================================
   EVENTS ARCHIVE HERO
========================================================== */

.events-archive-hero {
	padding:
		105px
		0
		48px;

	background:
		linear-gradient(
			180deg,
			#f4f7f2,
			#ffffff
		);
}


.events-archive-hero__content {
	max-width: 720px;
}


.events-archive-hero__eyebrow {
	display: inline-block;

	margin-bottom: 10px;

	color: #71846f;

	font-size: 10px;
	font-weight: 700;

	letter-spacing: .12em;

	text-transform: uppercase;
}


.events-archive-hero h1 {
	margin:
		0
		0
		14px;

	color: #294738;

	font-size:
		clamp(
			30px,
			4vw,
			48px
		);

	font-weight: 500;

	line-height: 1.12;
}


.events-archive-hero p {
	max-width: 650px;

	margin: 0;

	color: #68746d;

	font-size: 14px;

	line-height: 1.75;
}


@media (max-width: 768px) {

	.events-archive-hero {
		padding:
			90px
			0
			38px;
	}

}

/* ==========================================================
   SINGLE EVENT
========================================================== */

.single-event {
	background: #ffffff;
	color: #42534a;
}


/* ==========================================================
   HERO
========================================================== */

.single-event__hero {
	padding: 108px 0 64px;

	background:
		linear-gradient(
			180deg,
			#f3f7f2 0%,
			#f8faf7 70%,
			#ffffff 100%
		);
}


.single-event__back {
	display: inline-flex;
	align-items: center;
	gap: 8px;

	margin-bottom: 32px;

	color: #61766a;

	font-size: 11px;
	font-weight: 600;

	text-decoration: none;

	transition: color .2s ease;
}


.single-event__back:hover {
	color: #315b47;
}


/* HERO LAYOUT */

.single-event__hero-layout {
	display: grid;

	grid-template-columns:
		minmax(0, 1.05fr)
		minmax(320px, .75fr);

	align-items: center;

	gap: 64px;
}


/* ==========================================================
   BADGES
========================================================== */

.single-event__badges {
	display: flex;
	flex-wrap: wrap;

	align-items: center;

	gap: 8px;

	margin-bottom: 15px;
}


.single-event__status,
.single-event__category {
	display: inline-flex;

	align-items: center;
	justify-content: center;

	padding: 6px 10px;

	border-radius: 999px;

	font-size: 9px;
	font-weight: 700;

	letter-spacing: .07em;

	text-transform: uppercase;
}


.single-event__status {
	color: #315b47;
	background: #dfe9df;
}


.single-event__status--upcoming {
	color: #315b47;
	background: #dfe9df;
}


.single-event__status--ongoing {
	color: #725d2c;
	background: #f1e8ca;
}


.single-event__status--past {
	color: #6f7772;
	background: #e8ebe8;
}


.single-event__category {
	color: #66786d;
	background: #ffffff;

	border: 1px solid #dce5de;
}


/* ==========================================================
   HERO TYPOGRAPHY
========================================================== */

.single-event__hero h1 {
	max-width: 720px;

	margin: 0 0 17px;

	color: #294738;

	font-size: clamp(32px, 4vw, 50px);

	font-weight: 500;

	line-height: 1.13;

	letter-spacing: -.02em;
}


.single-event__intro {
	max-width: 680px;

	margin: 0 0 27px;

	color: #68776f;

	font-size: 14px;

	line-height: 1.8;
}


/* ==========================================================
   EVENT META
========================================================== */

.single-event__meta {
	display: grid;

	grid-template-columns:
		repeat(2, minmax(0, 1fr));

	gap: 15px 30px;

	max-width: 610px;

	margin-bottom: 28px;
}


.single-event__meta > div {
	display: flex;

	flex-direction: column;

	gap: 4px;

	padding-bottom: 11px;

	border-bottom: 1px solid #dfe6e0;
}


.single-event__meta span {
	color: #8a968e;

	font-size: 9px;
	font-weight: 700;

	letter-spacing: .08em;

	text-transform: uppercase;
}


.single-event__meta strong {
	color: #40584c;

	font-size: 12px;
	font-weight: 600;

	line-height: 1.5;
}


/* ==========================================================
   REGISTER BUTTON
========================================================== */

.single-event__register {
	display: inline-flex;

	align-items: center;
	justify-content: center;

	gap: 10px;

	padding: 11px 21px;

	color: #ffffff;
	background: #315b47;

	border-radius: 999px;

	font-size: 11px;
	font-weight: 700;

	text-decoration: none;

	transition:
		background-color .2s ease,
		transform .2s ease;
}


.single-event__register:hover,
.single-event__register:focus-visible {
	color: #ffffff;

	background: #244b39;

	transform: translateY(-1px);
}


/* ==========================================================
   HERO IMAGE
========================================================== */

.single-event__visual {
	position: relative;

	overflow: hidden;

	aspect-ratio: 4 / 3;

	background: #e7ede7;

	border-radius: 14px;

	box-shadow:
		0 22px 50px
		rgba(41, 71, 56, .10);
}


.single-event__image {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: cover;
	object-position: center;
}


.single-event__placeholder {
	display: flex;

	align-items: center;
	justify-content: center;

	width: 100%;
	height: 100%;

	color: #526b5d;

	background:
		linear-gradient(
			135deg,
			#e3ebe2,
			#c5d3c5
		);

	font-size: 11px;
	font-weight: 700;

	letter-spacing: .1em;

	text-transform: uppercase;
}


/* ==========================================================
   MAIN BODY
========================================================== */

.single-event__body {
	padding: 66px 0 76px;
}


.single-event__body-layout {
	display: grid;

	grid-template-columns:
		minmax(0, 1fr)
		285px;

	align-items: start;

	gap: 70px;
}


/* ==========================================================
   EVENT CONTENT
========================================================== */

.single-event__content {
	min-width: 0;

	color: #4d5d54;

	font-size: 14px;

	line-height: 1.9;
}


.single-event__content > *:first-child {
	margin-top: 0;
}


.single-event__content p {
	margin: 0 0 20px;
}


.single-event__content h2 {
	margin: 38px 0 15px;

	color: #294738;

	font-size: 24px;
	font-weight: 500;

	line-height: 1.3;
}


.single-event__content h3 {
	margin: 30px 0 12px;

	color: #315244;

	font-size: 18px;
	font-weight: 600;

	line-height: 1.4;
}


.single-event__content ul,
.single-event__content ol {
	margin: 0 0 22px;

	padding-left: 20px;
}


.single-event__content li {
	margin-bottom: 8px;
}


.single-event__content a {
	color: #315b47;

	font-weight: 600;
}


.single-event__content img {
	display: block;

	max-width: 100%;
	height: auto;

	margin: 28px 0;

	border-radius: 10px;
}


/* ==========================================================
   SIDEBAR
========================================================== */

.single-event__sidebar {
	display: flex;

	flex-direction: column;

	gap: 20px;
}


/* DETAILS CARD */

.single-event__details-card {
	padding: 22px;

	background: #f7f9f6;

	border: 1px solid #e0e7e1;

	border-radius: 11px;
}


.single-event__details-card h2 {
	margin: 0 0 17px;

	color: #315244;

	font-size: 15px;
	font-weight: 600;
}


.single-event__details-card p {
	display: flex;

	flex-direction: column;

	gap: 3px;

	margin: 0;

	padding: 11px 0;

	border-bottom: 1px solid #e1e7e2;
}


.single-event__details-card p:first-of-type {
	padding-top: 0;
}


.single-event__details-card p:last-child {
	padding-bottom: 0;

	border-bottom: 0;
}


.single-event__details-card p span {
	color: #89948d;

	font-size: 9px;
	font-weight: 700;

	letter-spacing: .07em;

	text-transform: uppercase;
}


.single-event__details-card p strong {
	color: #43584c;

	font-size: 11px;
	font-weight: 600;

	line-height: 1.5;
}


/* ==========================================================
   REGISTRATION CARD
========================================================== */

.single-event__registration-card {
	padding: 24px;

	background: #315b47;

	border-radius: 12px;
}


.single-event__registration-card > span {
	display: block;

	margin-bottom: 8px;

	color: #c7d7cc;

	font-size: 9px;
	font-weight: 700;

	letter-spacing: .09em;

	text-transform: uppercase;
}


.single-event__registration-card h2 {
	margin: 0 0 17px;

	color: #ffffff;

	font-size: 18px;
	font-weight: 500;

	line-height: 1.4;
}


.single-event__registration-card a {
	display: inline-flex;

	align-items: center;

	gap: 8px;

	color: #ffffff;

	font-size: 11px;
	font-weight: 700;

	text-decoration: none;
}


.single-event__registration-card a:hover {
	color: #ffffff;
}


/* ==========================================================
   RELATED EVENTS
========================================================== */

.single-event__related {
	padding: 55px 0 72px;

	background: #f5f8f4;

	border-top: 1px solid #e7ece8;
}


.single-event__related-heading {
	display: flex;

	align-items: center;
	justify-content: space-between;

	gap: 20px;

	margin-bottom: 24px;
}


.single-event__related-heading h2 {
	margin: 0;

	color: #294738;

	font-size: 23px;
	font-weight: 500;
}


.single-event__related-heading > a {
	display: inline-flex;

	align-items: center;

	gap: 7px;

	color: #557061;

	font-size: 11px;
	font-weight: 700;

	text-decoration: none;
}


/* RELATED GRID */

.single-event__related-grid {
	display: grid;

	grid-template-columns:
		repeat(3, minmax(0, 1fr));

	gap: 19px;
}


.single-event-related-card {
	overflow: hidden;

	background: #ffffff;

	border: 1px solid #e0e7e1;

	border-radius: 11px;

	transition:
		transform .2s ease,
		box-shadow .2s ease;
}


.single-event-related-card:hover {
	transform: translateY(-2px);

	box-shadow:
		0 12px 30px
		rgba(45, 70, 56, .08);
}


.single-event-related-card__image {
	display: block;

	overflow: hidden;

	aspect-ratio: 16 / 10;

	background: #e6ece6;

	text-decoration: none;
}


.single-event-related-card__image img {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: cover;

	transition: transform .3s ease;
}


.single-event-related-card:hover
.single-event-related-card__image img {
	transform: scale(1.025);
}


.single-event-related-card__image > span {
	display: flex;

	align-items: center;
	justify-content: center;

	width: 100%;
	height: 100%;

	color: #607568;

	font-size: 10px;
	font-weight: 700;

	letter-spacing: .08em;

	text-transform: uppercase;
}


.single-event-related-card__content {
	padding: 15px 16px 18px;
}


.single-event-related-card__content h3 {
	margin: 0;

	font-size: 13px;

	line-height: 1.5;
}


.single-event-related-card__content h3 a {
	color: #315244;

	text-decoration: none;
}


.single-event-related-card__content h3 a:hover {
	color: #203f31;
}


/* ==========================================================
   RESPONSIVE — TABLET
========================================================== */

@media (max-width: 950px) {

	.single-event__hero-layout {
		grid-template-columns: 1fr;

		gap: 38px;
	}


	.single-event__visual {
		max-width: 650px;
	}


	.single-event__body-layout {
		grid-template-columns: 1fr;

		gap: 40px;
	}


	.single-event__sidebar {
		display: grid;

		grid-template-columns:
			repeat(2, minmax(0, 1fr));

		align-items: start;
	}


	.single-event__related-grid {
		grid-template-columns:
			repeat(2, minmax(0, 1fr));
	}

}


/* ==========================================================
   RESPONSIVE — MOBILE
========================================================== */

@media (max-width: 600px) {

	.single-event__hero {
		padding: 88px 0 45px;
	}


	.single-event__back {
		margin-bottom: 23px;
	}


	.single-event__hero-layout {
		gap: 30px;
	}


	.single-event__hero h1 {
		font-size: 30px;
	}


	.single-event__meta {
		grid-template-columns: 1fr;

		gap: 10px;
	}


	.single-event__visual {
		aspect-ratio: 4 / 3;

		border-radius: 10px;
	}


	.single-event__body {
		padding: 45px 0 55px;
	}


	.single-event__body-layout {
		gap: 30px;
	}


	.single-event__sidebar {
		display: flex;
	}


	.single-event__related {
		padding: 43px 0 55px;
	}


	.single-event__related-heading {
		align-items: flex-start;

		flex-direction: column;
	}


	.single-event__related-grid {
		grid-template-columns: 1fr;
	}

}

/* ==========================================================
   EVENTS — EXPLORE ALL
========================================================== */

.events-upcoming__explore {
	display: flex;

	justify-content: center;

	margin-top: 28px;
}


.events-upcoming__explore-button {
	display: inline-flex;

	align-items: center;
	justify-content: center;

	gap: 8px;

	padding: 11px 19px;

	color: #ffffff;
	background: #315b47;

	border-radius: 999px;

	font-size: 11px;
	font-weight: 700;

	text-decoration: none;

	transition:
		background-color .2s ease,
		transform .2s ease;
}


.events-upcoming__explore-button:hover,
.events-upcoming__explore-button:focus-visible {
	color: #ffffff;

	background: #244b39;

	transform: translateY(-1px);
}

.events-past-card__link {
	display: inline-flex;
	align-items: center;
	gap: 7px;

	margin-top: 12px;

	color: #315b47;

	font-size: 11px;
	font-weight: 700;

	text-decoration: none;
}

.events-past-card__link:hover,
.events-past-card__link:focus-visible {
	color: #203f31;
}

.events-upcoming__filter-empty {
	padding: 30px 20px;
	text-align: center;
	color: #68746d;
}

.events-upcoming__filter-empty strong,
.events-upcoming__filter-empty span {
	display: block;
}

.events-upcoming__filter-empty span {
	margin-top: 5px;
	font-size: 12px;
}

/* ==========================================================
   EVENT LISTING CTA
========================================================== */

.events-upcoming__explore,
.events-past__explore {
	display: flex;

	justify-content: center;

	margin-top: 28px;
}


.events-upcoming__explore-button,
.events-past__explore-button {
	display: inline-flex;

	align-items: center;
	justify-content: center;

	gap: 8px;

	padding: 10px 18px;

	border-radius: 999px;

	font-size: 11px;
	font-weight: 700;

	text-decoration: none;

	transition:
		background-color .2s ease,
		color .2s ease,
		transform .2s ease;
}


.events-upcoming__explore-button {
	color: #ffffff;

	background: #315b47;
}


.events-upcoming__explore-button:hover {
	color: #ffffff;

	background: #244b39;

	transform: translateY(-1px);
}


.events-past__explore-button {
	color: #315b47;

	background: #ffffff;

	border: 1px solid #bdccc1;
}


.events-past__explore-button:hover {
	color: #ffffff;

	background: #315b47;

	border-color: #315b47;
}


/* ==========================================================
   PAST EVENT CARD LINK
========================================================== */

.events-past-card__link {
	display: inline-flex;

	align-items: center;

	gap: 7px;

	margin-top: 12px;

	color: #315b47;

	font-size: 11px;
	font-weight: 700;

	text-decoration: none;
}


.events-past-card__link:hover {
	color: #203f31;
}


/* ==========================================================
   SINGLE EVENT — PAST ACTION
========================================================== */

.single-event__past-button {
	display: inline-flex;

	align-items: center;
	justify-content: center;

	gap: 8px;

	padding: 10px 18px;

	color: #315b47;

	background: #ffffff;

	border: 1px solid #bdccc1;

	border-radius: 999px;

	font-size: 11px;
	font-weight: 700;

	text-decoration: none;
}


.single-event__past-button:hover {
	color: #ffffff;

	background: #315b47;
}


/* ==========================================================
   SINGLE EVENT — COMPLETED CARD
========================================================== */

.single-event__completed-card {
	padding: 24px;

	background: #f2f5f2;

	border: 1px solid #dce5de;

	border-radius: 12px;
}


.single-event__completed-card > span {
	display: block;

	margin-bottom: 7px;

	color: #849188;

	font-size: 9px;
	font-weight: 700;

	letter-spacing: .08em;

	text-transform: uppercase;
}


.single-event__completed-card h2 {
	margin: 0 0 15px;

	color: #40594c;

	font-size: 17px;
	font-weight: 500;
}


.single-event__completed-card a {
	display: inline-flex;

	align-items: center;

	gap: 7px;

	color: #315b47;

	font-size: 11px;
	font-weight: 700;

	text-decoration: none;
}

/* ==========================================================
   DEDICATED EVENT LISTING PAGES
========================================================== */

.events-listing-page__back {
	display: inline-flex;

	align-items: center;

	gap: 7px;

	margin-bottom: 18px;

	color: #65786c;

	font-size: 11px;
	font-weight: 600;

	text-decoration: none;
}


.events-listing-page__back:hover {
	color: #315b47;
}


/* Upcoming listing does not use landing sidebar */

.events-upcoming__layout--full {
	display: block;
}


.events-upcoming--listing
.events-upcoming__main {
	width: 100%;

	max-width: none;
}


/*
 * Give the dedicated page a slightly wider,
 * cleaner listing area.
 */

.events-upcoming-page
.events-upcoming {
	padding-top: 48px;
}

/* ==========================================================
   EVENT LISTING PAGES — FOOTER SPACING
========================================================== */

.events-upcoming-page,
.events-listing-page {
	padding-bottom: 70px;
}


/* Past Events page */
body.page-template-page-past-events
.events-past {
	padding-bottom: 70px;
}


/* Upcoming Events page */
body.page-template-page-upcoming-events
.events-upcoming {
	padding-bottom: 70px;
}


/* Mobile */
@media (max-width: 768px) {

	.events-upcoming-page,
	.events-listing-page {
		padding-bottom: 48px;
	}

	body.page-template-page-past-events
	.events-past,
	body.page-template-page-upcoming-events
	.events-upcoming {
		padding-bottom: 48px;
	}
}

.events-listing-page {
	padding-bottom: 72px;
}

@media (max-width: 768px) {
	.events-listing-page {
		padding-bottom: 48px;
	}
}