.elementor-357 .elementor-element.elementor-element-140f6c9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-b2e835b *//* =====================================================
   SEAMC 2027
   OFFICIAL CHAMPIONSHIP PAGE
===================================================== */

.seamc27-page,
.seamc27-page * {
    box-sizing: border-box;
}

.seamc27-page {
    --s27-dark: #0d1322;
    --s27-navy: #202d47;
    --s27-red: #c8203f;
    --s27-red-dark: #97172f;
    --s27-coral: #ed7c76;
    --s27-peach: #ffb2a3;
    --s27-purple: #7237d2;
    --s27-white: #ffffff;
    --s27-light: #f5f3f0;
    --s27-text: #68707d;

    background: var(--s27-dark);
    font-family: var(--body-font, "Inter", sans-serif);
    overflow: hidden;
}

.seamc27-container {
    margin-inline: auto;
    width: min(calc(100% - 104px), var(--container, 1480px));
}


/* =====================================================
   HERO
===================================================== */

.seamc27-hero {
    background: var(--s27-dark);
    color: var(--s27-white);
    min-height: 780px;
    overflow: hidden;
    padding: 90px 0 75px;
    position: relative;
}

.seamc27-hero__bg {
    background:
        linear-gradient(
            90deg,
            rgba(13, 19, 34, 0.98),
            rgba(13, 19, 34, 0.80)
        );
    inset: 0;
    position: absolute;
}

.seamc27-hero__overlay {
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(114, 55, 210, 0.20),
            transparent 28%
        ),
        radial-gradient(
            circle at 15% 60%,
            rgba(200, 32, 63, 0.16),
            transparent 30%
        );
    inset: 0;
    position: absolute;
}

.seamc27-hero__glow {
    background:
        linear-gradient(
            120deg,
            transparent 60%,
            rgba(237, 124, 118, 0.06)
        );
    inset: 0;
    position: absolute;
}

.seamc27-hero .seamc27-container {
    position: relative;
    z-index: 2;
}

.seamc27-hero__grid {
    align-items: center;
    display: grid;
    gap: clamp(50px, 7vw, 100px);
    grid-template-columns:
        minmax(0, 1.1fr)
        minmax(330px, 0.58fr);
}


/* LABEL */

.seamc27-label {
    align-items: center;
    color: var(--s27-peach);
    display: flex;
    font-size: 0.55rem;
    font-weight: 700;
    gap: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.seamc27-label span {
    background: var(--s27-red);
    height: 2px;
    width: 30px;
}


/* EDITION */

.seamc27-hero__edition {
    background:
        linear-gradient(
            90deg,
            #ff4f64,
            #d83ca9,
            #7947ff
        );
    background-clip: text;
    font-family: var(--heading-font, "Inter Tight", sans-serif);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-top: 30px;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* HERO TITLE */

.seamc27-hero h1 {
    font-family: var(--heading-font, "Inter Tight", sans-serif);
    font-size: clamp(3.4rem, 5.3vw, 6rem);
    font-weight: 600;
    letter-spacing: -0.055em;
    line-height: 0.97;
    margin-top: 13px;
    max-width: 900px;
}

.seamc27-hero h1 span {
    color: var(--s27-peach);
    display: block;
}

.seamc27-hero__intro {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.78rem;
    line-height: 1.8;
    margin-top: 28px;
    max-width: 570px;
}


/* =====================================================
   HERO FACTS
===================================================== */

.seamc27-hero__facts {
    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.14);
    border-top:
        1px solid
        rgba(255, 255, 255, 0.14);
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    margin-top: 35px;
    max-width: 730px;
}

.seamc27-fact {
    border-right:
        1px solid
        rgba(255, 255, 255, 0.14);
    padding: 18px 22px;
}

.seamc27-fact:first-child {
    padding-left: 0;
}

.seamc27-fact:last-child {
    border-right: 0;
}

.seamc27-fact span {
    color: rgba(255, 255, 255, 0.43);
    display: block;
    font-size: 0.43rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.seamc27-fact strong {
    font-size: 0.63rem;
    font-weight: 600;
}


/* =====================================================
   HERO BUTTONS
===================================================== */

.seamc27-hero__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 34px;
}

.seamc27-btn {
    align-items: center;
    display: inline-flex;
    font-size: 0.54rem;
    font-weight: 700;
    gap: 24px;
    justify-content: center;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.seamc27-btn--primary {
    background:
        linear-gradient(
            135deg,
            var(--s27-red),
            var(--s27-red-dark)
        );
    color: #ffffff;
    min-height: 54px;
    padding: 0 23px;
    transition:
        background 180ms ease,
        transform 180ms ease;
}

.seamc27-btn--primary:hover {
    background: #ffffff;
    color: var(--s27-dark);
    transform: translateY(-2px);
}

.seamc27-btn--text {
    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.35);
    padding-bottom: 8px;
}


/* =====================================================
   POSTER
===================================================== */

.seamc27-hero__poster {
    background: #111727;
    border:
        1px solid
        rgba(255, 255, 255, 0.13);
    box-shadow:
        0 30px 80px
        rgba(0, 0, 0, 0.30);
    overflow: hidden;
}

.seamc27-poster__top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 46px;
    padding: 0 16px;
}

.seamc27-poster__top span {
    color: var(--s27-peach);
    font-size: 0.46rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.seamc27-poster__top strong {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.52rem;
}

.seamc27-poster__image {
    aspect-ratio: 4 / 5.8;
    background: #080b13;
    overflow: hidden;
}

.seamc27-poster__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.seamc27-poster__bottom {
    display: grid;
    grid-template-columns:
        repeat(2, 1fr);
}

.seamc27-poster__bottom > div {
    border-right:
        1px solid
        rgba(255, 255, 255, 0.12);
    padding: 14px 16px;
}

.seamc27-poster__bottom > div:last-child {
    border-right: 0;
}

.seamc27-poster__bottom span {
    color: rgba(255, 255, 255, 0.40);
    display: block;
    font-size: 0.40rem;
    font-weight: 700;
    letter-spacing: 0.10em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.seamc27-poster__bottom strong {
    color: #ffffff;
    font-size: 0.55rem;
}


/* =====================================================
   SECTION HEADER
===================================================== */

.seamc27-overview {
    background: var(--s27-light);
    color: var(--s27-dark);
    padding: 105px 0;
}

.seamc27-section-head {
    align-items: end;
    display: grid;
    gap: 44px;
    grid-template-columns:
        54px
        minmax(0, 1fr)
        320px;
    margin-bottom: 50px;
}

.seamc27-section-number {
    color: var(--s27-red);
    font-family: var(--heading-font, "Inter Tight", sans-serif);
    font-size: 0.72rem;
    font-weight: 700;
}

.seamc27-section-title > span {
    color: var(--s27-red);
    display: block;
    font-size: 0.54rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.seamc27-section-title h2 {
    font-family: var(--heading-font, "Inter Tight", sans-serif);
    font-size: clamp(2.8rem, 4.3vw, 4.8rem);
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 0.99;
    max-width: 850px;
}

.seamc27-section-title h2 em {
    color: var(--s27-red);
    display: block;
    font-style: normal;
}

.seamc27-section-copy p {
    color: var(--s27-text);
    font-size: 0.74rem;
    line-height: 1.8;
}


/* =====================================================
   FEATURES
===================================================== */

.seamc27-features {
    display: grid;
    gap: 1px;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
}

.seamc27-feature {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 245px;
    padding: 24px;
}

.seamc27-feature--accent {
    background: var(--s27-red);
    color: #ffffff;
}

.seamc27-feature__number {
    color: var(--s27-red);
    font-size: 0.48rem;
    font-weight: 700;
}

.seamc27-feature--accent .seamc27-feature__number {
    color: var(--s27-peach);
}

.seamc27-feature span {
    color: var(--s27-red);
    display: block;
    font-size: 0.44rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.seamc27-feature--accent span {
    color: var(--s27-peach);
}

.seamc27-feature h3 {
    font-family: var(--heading-font, "Inter Tight", sans-serif);
    font-size: clamp(1.35rem, 1.8vw, 1.9rem);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 1.05;
}

.seamc27-feature p {
    color: #707784;
    font-size: 0.61rem;
    line-height: 1.7;
    margin-top: 11px;
}

.seamc27-feature--accent p {
    color: rgba(255, 255, 255, 0.68);
}


/* =====================================================
   EVENT INFORMATION
===================================================== */

.seamc27-info {
    background: var(--s27-dark);
    color: #ffffff;
    padding: 105px 0;
}

.seamc27-info__layout {
    display: grid;
    gap: 80px;
    grid-template-columns:
        minmax(280px, 0.75fr)
        minmax(0, 1.25fr);
}

.seamc27-info__intro > span {
    color: var(--s27-peach);
    display: block;
    font-size: 0.52rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.seamc27-info__intro h2 {
    font-family: var(--heading-font, "Inter Tight", sans-serif);
    font-size: clamp(2.7rem, 4vw, 4.5rem);
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 0.99;
}

.seamc27-info__intro h2 em {
    color: var(--s27-peach);
    display: block;
    font-style: normal;
}

.seamc27-info__intro > p {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.68rem;
    line-height: 1.75;
    margin-top: 20px;
    max-width: 430px;
}


/* DIRECTORY */

.seamc27-info__directory {
    border-top:
        1px solid
        rgba(255, 255, 255, 0.14);
}

.seamc27-info-row {
    align-items: center;
    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.14);
    display: grid;
    gap: 25px;
    grid-template-columns:
        40px
        minmax(0, 1fr);
    padding: 18px 12px;
}

.seamc27-info-row > span {
    color: var(--s27-peach);
    font-size: 0.48rem;
    font-weight: 700;
}

.seamc27-info-row small {
    color: rgba(255, 255, 255, 0.42);
    display: block;
    font-size: 0.43rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.seamc27-info-row strong {
    font-family: var(--heading-font, "Inter Tight", sans-serif);
    font-size: 1.15rem;
    font-weight: 600;
}


/* =====================================================
   REGISTRATION CTA
===================================================== */

.seamc27-register {
    background:
        linear-gradient(
            135deg,
            #a71835,
            #c8203f 45%,
            #7435b9 130%
        );
    color: #ffffff;
    overflow: hidden;
    padding: 85px 0;
    position: relative;
}

.seamc27-register__glow {
    background:
        radial-gradient(
            circle,
            rgba(255, 255, 255, 0.13),
            transparent 65%
        );
    height: 600px;
    position: absolute;
    right: -180px;
    top: -300px;
    width: 600px;
}

.seamc27-register__inner {
    position: relative;
    z-index: 2;
}

.seamc27-register__top {
    align-items: center;
    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.23);
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}

.seamc27-register__top span,
.seamc27-register__top strong {
    font-size: 0.48rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.seamc27-register__top span {
    color: var(--s27-peach);
}

.seamc27-register__content {
    align-items: end;
    display: grid;
    gap: 70px;
    grid-template-columns:
        1fr
        420px;
    padding: 55px 0;
}

.seamc27-register__content > div:first-child > p {
    color: var(--s27-peach);
    font-size: 0.54rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.seamc27-register__content h2 {
    font-family: var(--heading-font, "Inter Tight", sans-serif);
    font-size: clamp(3.2rem, 5vw, 5.7rem);
    font-weight: 600;
    letter-spacing: -0.055em;
    line-height: 0.96;
}

.seamc27-register__content h2 span {
    color: var(--s27-peach);
    display: block;
}

.seamc27-register__action > p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.67rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.seamc27-register__button {
    align-items: center;
    background: #ffffff;
    color: var(--s27-dark);
    display: flex;
    justify-content: space-between;
    min-height: 62px;
    padding: 0 20px 0 23px;
    transition:
        background 180ms ease,
        color 180ms ease,
        transform 180ms ease;
}

.seamc27-register__button span {
    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.seamc27-register__button strong {
    font-size: 1rem;
}

.seamc27-register__button:hover {
    background: var(--s27-dark);
    color: #ffffff;
    transform: translateY(-2px);
}

.seamc27-register__footer {
    border-top:
        1px solid
        rgba(255, 255, 255, 0.23);
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
}

.seamc27-register__footer span {
    border-right:
        1px solid
        rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.46rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    padding: 15px 18px;
    text-align: center;
    text-transform: uppercase;
}

.seamc27-register__footer span:last-child {
    border-right: 0;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 900px) {

    .seamc27-container {
        width: min(calc(100% - 48px), 1480px);
    }

    .seamc27-hero {
        padding: 75px 0;
    }

    .seamc27-hero__grid {
        grid-template-columns: 1fr;
    }

    .seamc27-hero__content {
        max-width: 760px;
    }

    .seamc27-hero__poster {
        max-width: 500px;
    }

    .seamc27-section-head {
        grid-template-columns:
            40px
            1fr;
    }

    .seamc27-section-copy {
        grid-column: 2;
    }

    .seamc27-features {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .seamc27-info__layout {
        gap: 45px;
        grid-template-columns: 1fr;
    }

    .seamc27-register__content {
        align-items: start;
        grid-template-columns: 1fr;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 580px) {

    .seamc27-container {
        width: min(calc(100% - 32px), 1480px);
    }


    /* HERO */

    .seamc27-hero {
        min-height: 0;
        padding: 55px 0 65px;
    }

    .seamc27-hero__grid {
        gap: 45px;
    }

    .seamc27-hero h1 {
        font-size:
            clamp(
                2.7rem,
                13vw,
                3.8rem
            );
    }

    .seamc27-hero__intro {
        font-size: 0.72rem;
    }

    .seamc27-hero__facts {
        grid-template-columns: 1fr;
    }

    .seamc27-fact {
        border-bottom:
            1px solid
            rgba(255, 255, 255, 0.12);
        border-right: 0;
        padding: 13px 0;
    }

    .seamc27-fact:last-child {
        border-bottom: 0;
    }

    .seamc27-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .seamc27-btn--primary {
        width: 100%;
    }

    .seamc27-btn--text {
        align-self: flex-start;
    }

    .seamc27-hero__poster {
        max-width: none;
    }


    /* OVERVIEW */

    .seamc27-overview,
    .seamc27-info {
        padding: 70px 0;
    }

    .seamc27-section-head {
        display: block;
        margin-bottom: 34px;
    }

    .seamc27-section-number {
        border-top:
            1px solid
            rgba(16, 22, 39, 0.15);
        margin-bottom: 25px;
        padding-top: 12px;
        width: 45px;
    }

    .seamc27-section-title h2 {
        font-size:
            clamp(
                2.4rem,
                11vw,
                3.35rem
            );
    }

    .seamc27-section-copy {
        margin-top: 22px;
    }

    .seamc27-features {
        grid-template-columns: 1fr;
    }

    .seamc27-feature {
        min-height: 180px;
        padding: 20px 18px;
    }


    /* EVENT INFORMATION */

    .seamc27-info__intro h2 {
        font-size:
            clamp(
                2.4rem,
                11vw,
                3.3rem
            );
    }

    .seamc27-info-row {
        gap: 14px;
        grid-template-columns:
            28px
            1fr;
        padding: 15px 6px;
    }

    .seamc27-info-row strong {
        font-size: 1rem;
    }


    /* REGISTER */

    .seamc27-register {
        padding: 65px 0;
    }

    .seamc27-register__top {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .seamc27-register__content {
        gap: 30px;
        padding: 40px 0;
    }

    .seamc27-register__content h2 {
        font-size:
            clamp(
                2.7rem,
                13vw,
                3.8rem
            );
    }

    .seamc27-register__footer {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .seamc27-register__footer span {
        border-bottom:
            1px solid
            rgba(255, 255, 255, 0.15);
        font-size: 0.42rem;
        padding: 13px 8px;
    }

    .seamc27-register__footer span:nth-child(even) {
        border-right: 0;
    }

}/* End custom CSS */