/* ==================================================
   Eagle Labs Event Page
================================================== */

@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Space+Grotesk:wght@300..700&display=swap');

/* Existing Eagle Labs elements not required on event page */
.no_hero_wrap,
#topNav,
.footerwrap {
    display: none;
}

body {
    background-color: #090044;
}

/* Event Page */
.el-event-page {
    background-color: #090044;
    color: #fff;
    font-family: "Instrument Sans", sans-serif !important;
}

/* Typography */
.el-event-page h1,
.el-event-page h2,
.el-event-page h3,
.el-event-page h4,
.el-event-page h5,
.el-event-page h6 {
    font-family: "Space Grotesk", sans-serif;
}

/* ==================================================
   Hero
================================================== */

.el-event-hero {
    display: grid;
    grid-template-columns: 36.5% 63.5%;
    min-height: 100vh;
}

.el-event-hero__content {
    background: linear-gradient(
        162deg,
        #090044 37.35%,
        #BB0028 174.04%
    );
    color: #fff;
    padding: 30px 30px 60px 100px;
}

.el-event-hero__content img {
    display: block;
    margin-bottom: 100px;
}

.el-event-hero__image {
    min-width: 0;
}

.el-event-hero__image figure {
    height: 100%;
    margin: 0 !important;
}

.el-event-hero__image {
    display: block;
    object-fit: cover;
    background-image: url(https://www.eaglelabsinc.com/assets/files/new-event/slide1.jpg);
    background-size: cover;
    object-fit: cover;
}

.el-event-label {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    display: inline-block;
    z-index: 1;
    padding-left: 9px;
    margin-bottom: 10px;
    line-height: 31px;
}

.el-event-label::before {
    background: rgb(187, 0, 40);
}

.el-event-label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background: #BB0028;
    z-index: -1;
}

.el-event-hero__details .el-event-info {
    margin-bottom: 27px;
}

.el-event-hero__details h3 {
    color: #FFF;
    font-family: "Instrument Sans", sans-serif !important;
    font-size: 26px;
    font-style: normal;
    font-weight: 700 !important;
    margin-top: 7px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.el-event-hero__details h1 {
    text-shadow: 4px 5.333px 5.333px rgba(0, 0, 0, 0.30);
    font-size: 60px;
    font-weight: 700 !important;
    line-height: normal;
    color: #FFF;
    margin-bottom: 14px;
}

.el-event-info p {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.el-event-hero__content a {
    display: flex;
    padding: 14px 26px;
    align-items: center;
    border: 2px dashed #FFFFFF;
    gap: 10px;
    color: #FFF;
    width: fit-content;
    text-decoration: none;
    transition: .2s linear;
    font-size: 18px;
}

.el-event-hero__content a:hover {
    background-color: #BB0028;
}

/* ==================================================
   Event Intro
================================================== */

.el-event-intro {
    position: relative;
    min-height: 720px;
    padding: 100px 100px;
    background: #090044;
    color: #fff;
    overflow: hidden;
}

.el-event-intro__content {
    position: relative;
    z-index: 2;
    width: min(870px, 60vw);
    margin: 0 auto;
    text-align: center;
}

.el-event-intro__content h2 {
    margin: 0 0 28px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 54px;
    font-weight: 600 !important;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #FFF;
    margin-bottom: 20px;
}

.el-event-intro__copy {
    font-family: "Instrument Sans", sans-serif !important;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
}

.el-event-intro__copy p {
    margin: 0 0 20px;
}

.el-event-intro__logo {
    width: 280px;
    margin: 105px auto 0;
    background: #070039;
}

.el-event-intro__logo img {
    display: block;
    width: 100%;
    height: auto;
}


/* Floating images */

.el-event-intro__image {
    position: absolute;
    display: block;
    object-fit: cover;
    z-index: 1;
}

.el-event-intro__image--top-left {
    top: 80px;
    left: 0;
    width: 290px;
    height: 250px;
}

.el-event-intro__image--bottom-left {
    left: 9%;
    bottom: 135px;
    width: 275px;
    height: 200px;
}

.el-event-intro__image--top-right {
    top: 80px;
    right: 7%;
    width: 210px;
    height: 250px;
}

.el-event-intro__image--bottom-right {
    right: 0;
    bottom: 200px;
    width: 320px;
    height: 210px;
}


.el-expect {
    padding: 100px 0 100px;
    background: #090044;
    color: #fff;
    overflow: hidden;
    border-top: 1px solid #fff;
}

.el-expect__inner {
    padding-left: 100px;
}

.el-expect__title {
    margin: 0 0 66px !important;
    font-family: "Space Grotesk", sans-serif;
    font-size: 54px;
    font-weight: 600 !important;
    line-height: 1.15;
    letter-spacing: 1px;
    color: #FFF;
}


/* Carousel */

.el-expect__viewport {
    overflow: hidden;
}

.el-expect__track {
    display: flex;
    gap: 40px;
    transition: transform 0.5s cubic-bezier(.22, 1, .36, 1);
}


/* Card */

.el-expect-card {
    position: relative;
    flex: 0 0 750px;
    overflow: hidden;
}

.el-expect-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.el-expect-card__overlay {
    position: absolute;
    inset: 0;
    /*background: linear-gradient(
        180deg,
        transparent 45%,
        rgba(0, 0, 0, 0.85) 100%
    );*/
}

.el-expect-card__content {
    position: absolute;
    z-index: 2;
    left: 24px;
    right: 24px;
    bottom: 51px;
}

.el-expect-card__content h3 {
    color: #FFF;
    letter-spacing: normal;
    font-size: 30px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    font-family: "Instrument Sans", sans-serif !important;
    margin-bottom: 0;
}

.el-expect-card__content p {
    margin: 0;
    font-family: "Instrument Sans", sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: normal;
}


/* Optional image hover */

.el-expect-card:hover img {
    transform: scale(1.035);
}


/* Controls */

.el-expect__controls {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
    padding-right: 100px;
}

.el-expect__arrows {
    display: flex;
    flex-shrink: 0;
    gap: 20px;
}

.el-expect__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition:
        background .25s ease,
        border-color .25s ease;
}

.el-expect__arrow:hover {
    background: rgba(255,255,255,.1);
    border-color: #fff;
}


/* Progress */

.el-expect__progress {
    position: relative;
    width: min(660px, 60vw);
    height: 7px;
    margin-left: auto;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255,255,255,.25);
}

.el-expect__progress span {
    display: block;
    width: 33.333%;
    height: 100%;
    border-radius: inherit;
    background: #BB0028;
    transition: transform .4s ease;
}

.el-expect__progress span {
    transition: width .4s cubic-bezier(.22, 1, .36, 1);
}

/*  */

.el-venue {
    position: relative;
    padding: 100px 0 100px;
    background: linear-gradient(162deg, #070037 37.35%, #BB0028 174.04%);
    color: #fff;
    overflow: hidden;
}

.el-venue__inner {
    padding: 0px 100px;
    margin: 0 auto;
}

.el-venue__top {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(360px, .8fr);
    gap: 100px;
    align-items: start;
}

.el-venue__intro h2 {
    max-width: 850px;
    margin: 0 0 20px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 54px;
    font-weight: 700 !important;
    line-height: 1.15;
    letter-spacing: 1px;
    color: #FFF;
}

.el-venue__intro > p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.el-venue__details {
    padding-top: 5px;
}

.el-venue__detail + .el-venue__detail {
    margin-top: 24px;
}

.el-venue__detail p {
    margin: 6px 0 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.el-venue__label-suffix {
    margin-left: 2px;
    font-size: 14px;
    font-weight: 400;
}

.el-venue__image {
    width: 1100px;
    margin: 146px auto 0;
}

.el-venue__image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.75 / 1;
    object-fit: cover;
}

.el-rsvp__inner a {
    display: flex;
    padding: 14px 26px;
    align-items: center;
    border: 2px dashed #FFFFFF;
    gap: 10px;
    font-size: 18px;
    color: #FFF;
    width: fit-content;
    text-decoration: none;
    transition: .2s linear;
    margin: 40px auto auto;
}

.el-rsvp__inner a:hover {
    background-color: #BB0028;
}



.el-rsvp {
    position: relative;
    padding: 100px 100px;
    background: #090044;
    color: #fff;
}

.el-rsvp__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1720px;
    margin: 0 auto;
}


/* Left Content
================================================== */

.el-rsvp__intro {
    padding-top: 12px;
}

.el-rsvp__intro h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 88px;
    font-weight: 700 !important;
    line-height: 98px;
    letter-spacing: 0;
}

.el-rsvp__intro h2 span {
    color: #BB0028;
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.9);
}

.el-rsvp__intro p {
    margin: 0;
    color: #fff;
    font-family: "Instrument Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
}


/* Form Container
================================================== */

.el-rsvp__form-wrap {
    width: 825px;
    max-width: 100%;
    box-sizing: border-box;

    padding: 30px;

    border: 1px solid rgba(255, 255, 255, 0.6);
    background: transparent;
}

.el-rsvp__form-wrap > h2 {
    margin: 0 0 40px;

    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 44px;
    font-weight: 600 !important;
    line-height: 1.15;
    letter-spacing: 0;
}


/* Two-column layout */

.el-rsvp__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
}

.el-rsvp__field {
    margin: 0 0 26px;
}


/* Labels */

.el-rsvp__field label {
    display: block;
    margin: 0;

    color: #fff;
    font-family: "Instrument Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}


/* Fields */

.el-rsvp__field input,
.el-rsvp__field select {
    display: block;
    width: 100%;
    height: 22px;

    box-sizing: border-box;
    padding: 0;
    font-size: 12px;
    color: #fff;
    background: transparent;

    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 0;

    outline: none;
    box-shadow: none;

    font-family: "Instrument Sans", sans-serif;
}


/* Figma has 18px between label and underline area */

/* Full width fields */

.el-rsvp__field--full {
    width: 100%;
    margin-bottom: 26px;
}


/* Focus */

.el-rsvp__field input:focus,
.el-rsvp__field select:focus {
    border-bottom-color: rgba(255, 255, 255, 0.75);
}

select#rsvp-invited-by {
    height: 34px;
}


/* Button */

.el-rsvp__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    letter-spacing: 0 !important;
    margin-top: 12px;
    padding: 14px 22px;

    background: #BB0028;
    border: 2px dashed #fff;
    border-radius: 0;

    color: #fff;
    font-family: "Instrument Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;

    cursor: pointer;
}

.el-event-footer {
    background: #090044;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 40px;
}

.el-event-footer__inner {
    display: grid;
    grid-template-columns: 34% 31% 35%;
    min-height: 105px;
}


/* Common Columns
================================================== */

.el-event-footer__logo,
.el-event-footer__nav,
.el-event-footer__copyright {
    display: flex;
    align-items: center;
}


/* Logo
================================================== */

.el-event-footer__logo {
    padding: 20px 100px;
    border-right: 1px solid rgba(255, 255, 255, 0.30);
}

.el-event-footer__logo a {
    display: inline-block;
}

.el-event-footer__logo img {
    display: block;
    width: 189px;
    height: auto;
}


/* Navigation
================================================== */

.el-event-footer__nav {
    justify-content: center;
    gap: 70px;
    padding: 20px 35px;
    border-right: 1px solid rgba(255, 255, 255, 0.30);
}

.el-event-footer__nav a {
    color: #fff;
    font-family: "Instrument Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;

    transition: opacity 0.25s ease;
}

.el-event-footer__nav a:hover {
    color: #fff;
    opacity: 0.7;
}


/* Copyright
================================================== */

.el-event-footer__copyright {
    justify-content: flex-end;
    padding: 20px 100px;
}

.el-event-footer__copyright p {
    margin: 0;

    color: #fff;
    font-family: "Instrument Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

@media (min-width: 992px) {

    .el-rsvp__inner {
        align-items: start;
    }

    .el-rsvp__intro {
        position: sticky;
        top: 60px;
        align-self: start;
    }

}

@media (max-width: 1600px) {

    /* HERO
    ================================================ */

    .el-event-hero__content {
        padding: 30px 30px 50px 40px;
    }

    .el-event-hero__content img {
        margin-bottom: 70px;
    }

    .el-event-hero__details h1 {
        font-size: 50px;
    }

    .el-event-hero__details h3 {
        font-size: 23px;
    }

    .el-event-label {
        font-size: 16px;
        line-height: 28px;
    }

    .el-event-info p {
        font-size: 19px;
    }


    /* INTRO
    ================================================ */

    .el-event-intro {
        min-height: 680px;
        padding: 85px 70px;
    }

    .el-event-intro__content {
        width: min(680px, 55vw);
    }

    .el-event-intro__content h2 {
        font-size: 46px;
    }

    .el-event-intro__logo {
        width: 240px;
        margin-top: 80px;
    }

    .el-event-intro__image--top-left {
        width: 250px;
        height: 215px;
    }

    .el-event-intro__image--bottom-left {
        width: 240px;
        height: 175px;
        bottom: 120px;
    }

    .el-event-intro__image--top-right {
        width: 190px;
        height: 220px;
    }

    .el-event-intro__image--bottom-right {
        width: 280px;
        height: 185px;
        bottom: 175px;
    }


    /* WHAT TO EXPECT
    ================================================ */

    .el-expect {
        padding: 85px 0;
    }

    .el-expect__inner {
        padding-left: 40px;
    }

    .el-expect__title {
        margin-bottom: 55px !important;
        font-size: 46px;
    }

    .el-expect__track {
        gap: 30px;
    }

    .el-expect-card {
        flex-basis: 620px;
    }

    .el-expect-card__content {
        left: 20px;
        right: 20px;
        bottom: 35px;
    }

    .el-expect-card__content h3 {
        font-size: 25px;
    }

    .el-expect-card__content p {
        font-size: 15px;
    }

    .el-expect__controls {
        padding-right: 70px;
        margin-top: 40px;
    }

    .el-expect__arrow {
        width: 62px;
        height: 62px;
    }


    /* VENUE
    ================================================ */

    .el-venue {
        padding: 85px 0;
    }

    .el-venue__inner {
        padding: 0 40px;
    }

    .el-venue__top {
        gap: 70px;
    }

    .el-venue__intro h2 {
        font-size: 46px;
    }

    .el-venue__intro > p {
        font-size: 16px;
    }

    .el-venue__image {
        width: min(950px, 75%);
        margin-top: 110px;
    }


    /* RSVP
    ================================================ */

    .el-rsvp {
        padding: 85px 40px;
    }

    .el-rsvp__inner {
        gap: 70px;
    }

    .el-rsvp__intro h2 {
        font-size: 70px;
        line-height: 1.05;
    }

    .el-rsvp__form-wrap {
        width: 100%;
    }


    /* FOOTER
    ================================================ */

    .el-event-footer__logo {
        padding: 20px 40px;
    }

    .el-event-footer__logo img {
        width: 160px;
    }

    .el-event-footer__copyright {
        padding: 20px 40px;
    }

}


/* ==================================================
   1366px - Common Laptops
================================================== */

@media (max-width: 1366px) {

    /* HERO */

    .el-event-hero {
        grid-template-columns: 40% 60%;
    }

    .el-event-hero__content {
        padding: 28px 30px 45px 40px;
    }

    .el-event-hero__content img {
        max-width: 140px;
        margin-bottom: 55px;
    }

    .el-event-hero__details h1 {
        font-size: 43px;
    }

    .el-event-hero__details h3 {
        font-size: 21px;
        margin-bottom: 15px;
    }
    
    .el-event-hero__content a {
       font-size: 16px;
       padding: 12px 22px;
    }

    .el-rsvp__inner a {
       font-size: 16px;
       padding: 12px 22px;
       margin-top: 30px;
    }

    .el-event-info p {
        font-size: 17px;
    }


    /* INTRO */

    .el-event-intro {
        min-height: 620px;
        padding: 75px 40px;
    }

    .el-event-intro__content {
        width: min(620px, 56vw);
    }

    .el-event-intro__content h2 {
        font-size: 40px;
    }

    .el-event-intro__copy {
        font-size: 13px;
    }

    .el-event-intro__logo {
        width: 215px;
        margin-top: 65px;
    }

    .el-event-intro__image--top-left {
        width: 210px;
        height: 185px;
    }

    .el-event-intro__image--bottom-left {
        left: 5%;
        width: 205px;
        height: 150px;
        bottom: 105px;
    }

    .el-event-intro__image--top-right {
        right: 4%;
        width: 165px;
        height: 195px;
    }

    .el-event-intro__image--bottom-right {
        width: 230px;
        height: 160px;
        bottom: 145px;
    }


    /* EXPECT */

    .el-expect {
        padding: 75px 0;
    }

    .el-expect__inner {
        padding-left: 40px;
    }

    .el-expect__title {
        font-size: 42px;
        margin-bottom: 45px !important;
    }

    .el-expect-card {
        flex-basis: 520px;
    }

    .el-expect-card__content h3 {
        font-size: 23px;
    }

    .el-expect-card__content p {
        font-size: 14px;
    }

    .el-expect__controls {
        padding-right: 40px;
    }


    /* VENUE */

    .el-venue {
        padding: 75px 0;
    }

    .el-venue__inner {
        padding: 0 40px;
    }

    .el-venue__top {
        grid-template-columns:
            minmax(0, 1.2fr)
            minmax(330px, .8fr);

        gap: 55px;
    }

    .el-venue__intro h2 {
        font-size: 42px;
    }

    .el-venue__image {
        width: min(850px, 78%);
        margin-top: 90px;
    }


    /* RSVP */

    .el-rsvp {
        padding: 75px 40px;
    }

    .el-rsvp__inner {
        gap: 55px;
    }

    .el-rsvp__intro h2 {
        font-size: 60px;
    }

    .el-rsvp__submit {
        font-size: 16px;
    }

    .el-rsvp__intro p {
        font-size: 16px;
    }

    .el-rsvp__form-wrap > h2 {
        font-size: 38px;
    }


    /* FOOTER */

    .el-event-footer__logo {
        padding: 20px 40px;
    }

    .el-event-footer__copyright {
        padding: 20px 40px;
    }

    .el-event-footer__nav {
        gap: 45px;
    }

    .el-event-footer__nav a,
    .el-event-footer__copyright p {
        font-size: 14px;
    }

}


/* ==================================================
   1199px - Small Laptop / Landscape Tablet
================================================== */

@media (max-width: 1199px) {

    /* HERO */

    .el-event-hero {
        grid-template-columns: 43% 57%;
        min-height: 700px;
    }

    .el-event-hero__content {
        padding: 30px 30px 45px 40px;
    }

    .el-event-hero__content img {
        margin-bottom: 45px;
    }

    .el-event-hero__details h1 {
        font-size: 38px;
    }

    .el-event-hero__details h3 {
        font-size: 19px;
    }

    .el-event-label {
        font-size: 14px;
        line-height: 26px;
    }

    .el-event-info p {
        font-size: 15px;
    }


    /* INTRO */

    .el-event-intro {
        min-height: 570px;
        padding: 70px 40px;
    }

    .el-event-intro__content {
        width: min(570px, 60vw);
    }

    .el-event-intro__content h2 {
        font-size: 36px;
    }

    .el-event-intro__image--top-left {
        width: 180px;
        height: 160px;
    }

    .el-event-intro__image--bottom-left {
        width: 175px;
        height: 130px;
    }

    .el-event-intro__image--top-right {
        width: 145px;
        height: 170px;
    }

    .el-event-intro__image--bottom-right {
        width: 195px;
        height: 140px;
    }


    /* EXPECT */

    .el-expect__inner {
        padding-left: 40px;
    }

    .el-expect-card {
        flex-basis: 460px;
    }

    .el-expect__controls {
        padding-right: 40px;
    }


    /* VENUE */

    .el-venue__inner {
        padding: 0 40px;
    }

    .el-venue__intro h2 {
        font-size: 38px;
    }

    .el-venue__image {
        width: 82%;
    }


    /* RSVP */

    .el-rsvp {
        padding: 70px 40px;
    }

    .el-rsvp__inner {
        gap: 40px;
    }

    .el-rsvp__intro h2 {
        font-size: 52px;
    }

    .el-rsvp__form-wrap {
        padding: 25px;
    }


    /* FOOTER */

    .el-event-footer__inner {
        grid-template-columns: 28% 40% 32%;
    }

    .el-event-footer__logo {
        padding: 20px 35px;
    }

    .el-event-footer__copyright {
        padding: 20px 35px;
    }

}


/* ==================================================
   991px - Tablet
================================================== */

@media (max-width: 991px) {

    /* HERO */

    .el-event-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .el-event-hero__content {
        min-height: auto;
        padding: 40px 50px 60px;
    }

    .el-event-hero__content img {
        margin-bottom: 55px;
    }

    .el-event-hero__details {
        max-width: 650px;
    }

    .el-event-hero__details h1 {
        font-size: 48px;
    }

    .el-event-hero__details h3 {
        font-size: 22px;
    }

    .el-event-info p {
        font-size: 18px;
    }

    .el-event-hero__image {
        min-height: 550px;
        background-position: center;
    }


    /* INTRO
       Keep images, but reduce visual dominance
    ================================================ */

    .el-event-intro {
        min-height: 650px;
        padding: 70px 40px;
    }

    .el-event-intro__content {
        width: min(580px, 75vw);
    }

    .el-event-intro__content h2 {
        font-size: 38px;
    }

    .el-event-intro__image {
        opacity: .55;
    }

    .el-event-intro__image--top-left {
        width: 160px;
        height: 140px;
    }

    .el-event-intro__image--top-right {
        width: 140px;
        height: 160px;
    }

    .el-event-intro__image--bottom-left {
        width: 160px;
        height: 120px;
        left: 2%;
        bottom: 70px;
    }

    .el-event-intro__image--bottom-right {
        width: 180px;
        height: 125px;
        bottom: 90px;
    }


    /* EXPECT */

    .el-expect {
        padding: 70px 0;
    }

    .el-expect__inner {
        padding-left: 40px;
    }

    .el-expect__title {
        font-size: 38px;
        margin-bottom: 40px !important;
    }

    .el-expect__track {
        gap: 24px;
    }

    .el-expect-card {
        flex-basis: 62vw;
    }

    .el-expect-card__content h3 {
        font-size: 22px;
    }

    .el-expect-card__content p {
        font-size: 14px;
    }

    .el-expect__arrow {
        width: 54px;
        height: 54px;
    }

    .el-expect__controls {
        padding-right: 40px;
    }


    /* VENUE */

    .el-venue {
        padding: 70px 0;
    }

    .el-venue__inner {
        padding: 0 40px;
    }

    .el-venue__top {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .el-venue__intro h2 {
        max-width: 700px;
        font-size: 40px;
    }

    .el-venue__details {
        padding-top: 0;
    }

    .el-venue__image {
        width: 90%;
        margin-top: 70px;
    }


    /* RSVP */

    .el-rsvp {
        padding: 70px 40px;
    }

    .el-rsvp__inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .el-rsvp__intro {
        padding-top: 0;
    }

    .el-rsvp__intro h2 {
        font-size: 62px;
    }

    .el-rsvp__form-wrap {
        width: 100%;
    }


    /* FOOTER */

    .el-event-footer__logo {
        padding: 20px 25px;
    }

    .el-event-footer__logo img {
        width: 135px;
    }

    .el-event-footer__nav {
        gap: 25px;
        padding: 20px;
    }

    .el-event-footer__copyright {
        padding: 20px 25px;
    }

}


/* ==================================================
   767px - Mobile
================================================== */

@media (max-width: 767px) {

    /* HERO
    ================================================ */

    .el-event-hero__content {
        padding: 30px 20px 50px;
    }

    .el-event-hero__content img {
        max-width: 150px;
        margin-bottom: 45px;
    }

    .el-event-hero__details h1 {
        font-size: clamp(36px, 10vw, 46px);
        line-height: 1.08;
    }

    .el-event-hero__details h1 br {
        display: none;
    }

    .el-event-hero__details h3 {
        font-size: 19px;
    }

    .el-event-label {
        font-size: 14px;
    }

    .el-event-info p {
        font-size: 16px;
    }

    .el-event-hero__content a {
        padding: 13px 20px;
    }

    .el-event-hero__image {
        min-height: 430px;
        background-position: center center;
    }


    /* INTRO
    ================================================ */

    .el-event-intro {
        min-height: auto;
        padding: 65px 20px;
    }

    .el-event-intro__content {
        width: 100%;
    }

    .el-event-intro__content h2 {
        font-size: 34px;
    }

    .el-event-intro__content h2 br {
        display: none;
    }

    .el-event-intro__copy {
        max-width: 550px;
        margin: 0 auto;
        font-size: 14px;
    }

    .el-event-intro__logo {
        width: 210px;
        margin-top: 50px;
    }

    /*
     * Floating desktop imagery becomes a grid below
     * the main copy instead of overlapping content.
     */

    .el-event-intro > figure {
        display: none;
    }


    /* EXPECT
    ================================================ */

    .el-expect {
        padding: 60px 0;
    }

    .el-expect__inner {
        padding-left: 20px;
    }

    .el-expect__title {
        margin-bottom: 30px !important;
        font-size: 34px;
    }

    .el-expect__track {
        gap: 16px;
    }

    .el-expect-card {
        flex-basis: 82vw;
    }

    .el-expect-card__content {
        left: 18px;
        right: 18px;
        bottom: 30px;
    }

    .el-expect-card__content h3 {
        font-size: 21px;
    }

    .el-expect-card__content p {
        font-size: 13px;
    }

    .el-expect__controls {
        gap: 20px;
        margin-top: 30px;
        padding-right: 20px;
    }

    .el-expect__arrows {
        gap: 10px;
    }

    .el-expect__arrow {
        width: 46px;
        height: 46px;
    }

    .el-expect__arrow svg {
        width: 18px;
    }

    .el-expect__progress {
        width: auto;
        flex: 1;
    }


    /* VENUE
    ================================================ */

    .el-venue {
        padding: 60px 0;
    }

    .el-venue__inner {
        padding: 0 20px;
    }

    .el-venue__top {
        gap: 35px;
    }

    .el-venue__intro h2 {
        font-size: 34px;
        letter-spacing: 0;
    }

    .el-venue__intro > p {
        font-size: 15px;
    }

    .el-venue__detail p {
        font-size: 15px;
    }

    .el-venue__image {
        width: 100%;
        margin-top: 50px;
    }

    .el-venue__image img {
        aspect-ratio: 1.35 / 1;
    }


    /* RSVP
    ================================================ */

    .el-rsvp {
        padding: 60px 20px;
    }

    .el-rsvp__inner {
        gap: 40px;
    }

    .el-rsvp__intro h2 {
        margin-bottom: 15px;
        font-size: 48px;
        line-height: 1;
    }

    .el-rsvp__intro p {
        font-size: 15px;
    }

    .el-rsvp__form-wrap {
        padding: 25px 20px;
    }

    .el-rsvp__form-wrap > h2 {
        margin-bottom: 35px;
        font-size: 34px;
    }

    .el-rsvp__grid {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .el-rsvp__field {
        margin-bottom: 24px;
    }

    .el-rsvp__submit {
        width: 100%;
    }


    /* FOOTER
    ================================================ */

    .el-event-footer__inner {
        display: flex;
        flex-direction: column;
        min-height: auto;
    }

    .el-event-footer__logo {
        justify-content: center;
        padding: 28px 20px;

        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
    }

    .el-event-footer__logo img {
        width: 145px;
    }

    .el-event-footer__nav {
        justify-content: center;
        gap: 35px;

        padding: 24px 20px;

        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
    }

    .el-event-footer__copyright {
        justify-content: center;
        padding: 24px 20px;
        text-align: center;
    }

}


/* ==================================================
   480px - Small Phones
================================================== */

@media (max-width: 480px) {

    .el-event-hero__details h1 {
        font-size: 34px;
    }

    .el-event-hero__details h3 {
        font-size: 18px;
    }

    .el-event-hero__image {
        min-height: 330px;
    }


    .el-event-intro {
        padding: 55px 18px;
    }

    .el-event-intro__content h2 {
        font-size: 30px;
    }


    .el-expect__inner {
        padding-left: 18px;
    }

    .el-expect__title {
        font-size: 30px;
    }

    .el-expect-card {
        flex-basis: 86vw;
    }

    .el-expect__controls {
        padding-right: 18px;
    }

    .el-expect__progress {
        height: 5px;
    }


    .el-venue__inner {
        padding: 0 18px;
    }

    .el-venue__intro h2 {
        font-size: 30px;
    }


    .el-rsvp {
        padding: 55px 18px;
    }

    .el-rsvp__intro h2 {
        font-size: 42px;
    }

    .el-rsvp__form-wrap {
        padding: 22px 16px;
    }

    .el-rsvp__form-wrap > h2 {
        font-size: 30px;
    }


    .el-event-footer__nav {
        flex-direction: column;
        gap: 14px;
    }

}