@font-face {
    font-family: "Poppins ECMC";
    src: url("../fonts/poppins-regular.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Almendra ECMC";
    src: url("../fonts/almendra-bold.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}

:root {
    --sw-bg: #080808;
    --sw-ink: #fffdf8;
    --sw-ink-soft: #c8c1b4;
    --sw-accent: #f7c900;
    --sw-font-display: "Almendra ECMC", Georgia, serif;
    --sw-font-body: "Poppins ECMC", Arial, sans-serif;
    color-scheme: dark;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    background: #080808;
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    background: #080808;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible {
    outline: 2px solid #f7c900;
    outline-offset: 4px;
}

.skip-link {
    position: fixed;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 200;
    padding: 0.75rem 1rem;
    background: #f7c900;
    color: #080808;
    font: 700 0.75rem/1 "Poppins ECMC", sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transform: translateY(-160%);
    transition: transform 180ms ease;
}

.skip-link:focus {
    transform: translateY(0);
}

.sw-root {
    --sw-bg: #080808;
    --sw-ink: #fffdf8;
    --sw-ink-soft: #c8c1b4;
    --sw-accent: #f7c900;
    --sw-font-display: "Almendra ECMC", Georgia, serif;
    --sw-font-body: "Poppins ECMC", Arial, sans-serif;
}

.sw-sky {
    background: #080808 !important;
}

.sw-sky__grad {
    background:
        radial-gradient(circle at 76% 18%, rgba(247, 201, 0, 0.1), transparent 32%),
        #080808 !important;
}

.sw-sky__glow,
.sw-particles {
    display: none;
}

.sw-stage::before,
.sw-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 999;
    pointer-events: none;
}

.sw-stage::before {
    background:
        linear-gradient(90deg, rgba(3, 3, 3, 0.92) 0%, rgba(3, 3, 3, 0.69) 23%, rgba(3, 3, 3, 0.18) 52%, transparent 72%),
        linear-gradient(0deg, rgba(3, 3, 3, 0.64) 0%, transparent 34%, rgba(3, 3, 3, 0.22) 100%);
}

.sw-stage::after {
    box-shadow: inset 0 0 11rem rgba(0, 0, 0, 0.3);
}

.sw-scene__still {
    object-position: center 50% !important;
    filter: saturate(0.88) contrast(1.06);
    transform-origin: 58% 50%;
}

.sw-scrollbar {
    height: 4px !important;
    background: rgba(247, 201, 0, 0.1) !important;
}

.sw-topbar {
    padding: clamp(1rem, 2.2vw, 1.65rem) clamp(1.2rem, 4.7vw, 4.5rem) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(rgba(5, 5, 5, 0.72), rgba(5, 5, 5, 0.06));
}

.sw-brand {
    gap: 0.9rem !important;
}

.sw-brand__logo {
    width: clamp(3.7rem, 5vw, 4.8rem);
    height: clamp(3.7rem, 5vw, 4.8rem);
    object-fit: contain;
}

.sw-brand__name {
    max-width: 10rem;
    color: #fffdf8;
    font-family: "Almendra ECMC", Georgia, serif !important;
    font-size: clamp(0.95rem, 1.5vw, 1.18rem) !important;
    line-height: 1.05;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.sw-nav {
    gap: 0.1rem !important;
    padding: 0.3rem !important;
    border-color: rgba(247, 201, 0, 0.2) !important;
    background: rgba(8, 8, 8, 0.68) !important;
}

.sw-nav__item {
    color: #bdb6a9 !important;
    font-size: 0.68rem !important;
    letter-spacing: 0.08em;
    white-space: nowrap;
    text-transform: uppercase;
}

.sw-nav__item:hover {
    color: #fffdf8 !important;
}

.sw-nav__item.is-active {
    background: #f7c900 !important;
    color: #080808 !important;
}

.sw-topcta {
    border: 1px solid #f7c900;
    border-radius: 0 !important;
    background: #f7c900 !important;
    color: #080808 !important;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: background 180ms ease, color 180ms ease;
}

.sw-topcta:hover {
    background: #fffdf8 !important;
}

.sw-copylayer::before {
    display: none;
}

.sw-copy {
    left: clamp(1.5rem, 5vw, 5rem) !important;
    width: min(39vw, 36rem) !important;
}

.sw-copy__num {
    color: rgba(255, 255, 255, 0.56) !important;
    font-size: 0.65rem !important;
}

.sw-copy__eyebrow {
    margin-top: 1.1rem !important;
    color: #f7c900 !important;
    font-family: "Poppins ECMC", sans-serif !important;
    font-size: 0.68rem !important;
    letter-spacing: 0.22em !important;
}

.sw-copy__title {
    margin-top: 0.7rem !important;
    color: #fffdf8 !important;
    font-family: "Almendra ECMC", Georgia, serif !important;
    font-size: clamp(3.3rem, 6.4vw, 7rem) !important;
    line-height: 0.88 !important;
    letter-spacing: -0.035em !important;
    text-wrap: balance;
    text-shadow: 0 0.15rem 2rem rgba(0, 0, 0, 0.65) !important;
}

.sw-copy__body {
    max-width: 36rem !important;
    margin-top: 1.25rem !important;
    color: rgba(255, 253, 248, 0.76) !important;
    font-size: clamp(0.92rem, 1.2vw, 1.08rem) !important;
    line-height: 1.6 !important;
    text-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.85) !important;
}

.sw-copy__tags {
    margin-top: 1.45rem !important;
}

.sw-copy__tags li {
    border: 1px solid rgba(247, 201, 0, 0.4) !important;
    border-radius: 0 !important;
    background: rgba(8, 8, 8, 0.58) !important;
    color: #f7c900 !important;
    font-size: 0.66rem !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sw-copy__cta {
    margin-top: 1.8rem !important;
}

.sw-btn {
    border-radius: 0 !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.sw-btn--primary {
    background: #f7c900 !important;
    color: #080808 !important;
}

.sw-btn--ghost {
    border-color: rgba(255, 255, 255, 0.45) !important;
    color: #fffdf8 !important;
}

.sw-route {
    right: clamp(0.8rem, 2vw, 2rem) !important;
}

.sw-route::before {
    background: #f7c900 !important;
}

.sw-route__label {
    border-color: rgba(247, 201, 0, 0.24) !important;
    background: rgba(8, 8, 8, 0.84) !important;
    color: #fffdf8 !important;
    font-size: 0.65rem !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sw-hint {
    color: rgba(255, 255, 255, 0.64) !important;
    font-size: 0.62rem !important;
}

.sw-hint i {
    border-color: rgba(247, 201, 0, 0.55) !important;
}

.ecmc-gallery {
    position: absolute;
    top: 50%;
    right: clamp(4.5rem, 6.5vw, 7rem);
    width: min(43vw, 43rem);
    height: min(72vh, 42rem);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(calc(-50% + 1rem));
    transition:
        opacity 420ms ease,
        visibility 0s linear 420ms,
        transform 420ms ease;
}

.ecmc-gallery.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(-50%);
    transition-delay: 0s;
}

.ecmc-gallery__title {
    position: absolute;
    top: -0.2rem;
    right: 0;
    z-index: 30;
    margin: 0;
    color: rgba(255, 253, 248, 0.68);
    font: 400 0.64rem/1 "Poppins ECMC", sans-serif;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.95);
}

.ecmc-gallery__cards {
    position: absolute;
    inset: 1.3rem 0 2rem;
}

.ecmc-gallery__card {
    position: absolute;
    top: var(--card-y);
    left: var(--card-x);
    z-index: 1;
    display: block;
    width: clamp(12.5rem, 16vw, 17.5rem);
    margin: 0;
    padding: clamp(0.45rem, 0.7vw, 0.68rem);
    border: 0;
    border-radius: 0.1rem;
    background: #fffdf8;
    color: #080808;
    box-shadow:
        0 1.1rem 2.4rem rgba(0, 0, 0, 0.44),
        0 0.15rem 0.4rem rgba(0, 0, 0, 0.35);
    cursor: pointer;
    transform: rotate(var(--card-rotate)) scale(0.91);
    transform-origin: center;
    transition:
        top 680ms cubic-bezier(0.22, 1, 0.36, 1),
        left 680ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 680ms cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 680ms ease,
        filter 300ms ease;
    will-change: top, left, transform;
}

.ecmc-gallery__card::before {
    content: "";
    position: absolute;
    top: -0.32rem;
    left: 50%;
    width: 2.6rem;
    height: 0.7rem;
    background: rgba(247, 201, 0, 0.78);
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.22);
    transform: translateX(-50%) rotate(-1deg);
}

.ecmc-gallery__card:not(.is-active) {
    filter: brightness(0.72) saturate(0.72);
}

.ecmc-gallery__card:hover {
    filter: brightness(0.92) saturate(0.9);
}

.ecmc-gallery__card.is-active {
    top: 49%;
    left: 50%;
    z-index: 20;
    filter: none;
    box-shadow:
        0 2rem 4.5rem rgba(0, 0, 0, 0.68),
        0 0 0 1px rgba(247, 201, 0, 0.18);
    transform: translate(-50%, -50%) rotate(0) scale(1.08);
}

.ecmc-gallery__card:focus-visible {
    outline: 3px solid #f7c900;
    outline-offset: 0.35rem;
}

.ecmc-gallery__card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    background: #181818;
}

.ecmc-photo-likes {
    position: absolute;
    top: clamp(0.8rem, 1vw, 1rem);
    right: clamp(0.8rem, 1vw, 1rem);
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 1.65rem;
    padding: 0.3rem 0.55rem;
    border: 1px solid rgba(255, 253, 248, 0.2);
    border-radius: 999px;
    background: rgba(8, 8, 8, 0.78);
    color: #fffdf8;
    font: 700 0.68rem/1 "Poppins ECMC", sans-serif;
    letter-spacing: 0.04em;
    box-shadow: 0 0.25rem 0.8rem rgba(0, 0, 0, 0.42);
    pointer-events: none;
}

.ecmc-gallery__phrase {
    display: block;
    min-height: 3.15rem;
    padding: 0.75rem 0.4rem 0.35rem;
    color: #171510;
    font-family: "Almendra ECMC", Georgia, serif;
    font-size: clamp(0.94rem, 1.15vw, 1.12rem);
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
}

.ecmc-gallery__instruction {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 30;
    margin: 0;
    color: rgba(255, 253, 248, 0.62);
    font: 400 0.62rem/1.3 "Poppins ECMC", sans-serif;
    letter-spacing: 0.07em;
    text-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.95);
}

body.ecmc-gallery-is-open {
    overflow: hidden;
}

body.ecmc-photo-viewer-is-open {
    overflow: hidden;
}

body.ecmc-feed-is-open {
    overflow: hidden;
}

body.ecmc-events-is-open {
    overflow: hidden;
}

.ecmc-feed-is-open .sw-topbar {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.ecmc-events-is-open .sw-topbar {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.ecmc-feed-is-open .sw-nav__item[data-sw-section-index].is-active {
    background: transparent !important;
    color: #bdb6a9 !important;
}

.ecmc-events-is-open .sw-nav__item[data-sw-section-index].is-active {
    background: transparent !important;
    color: #bdb6a9 !important;
}

.ecmc-feed-room {
    position: fixed;
    inset: 0;
    z-index: 500;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0 0 7rem;
    background:
        radial-gradient(circle at 12% 8%, rgba(247, 201, 0, 0.08), transparent 27rem),
        radial-gradient(circle at 88% 32%, rgba(247, 201, 0, 0.035), transparent 30rem),
        #080808;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    transition:
        opacity 300ms ease,
        visibility 0s linear 300ms,
        transform 300ms ease;
}

.ecmc-feed-room.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
}

.ecmc-feed-room__header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    min-height: 6.25rem;
    margin: 0 0 clamp(3.5rem, 7vw, 6.5rem);
    padding: 0.8rem clamp(2rem, 4.5vw, 5rem);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(8, 8, 8, 0.94);
    box-shadow: 0 0.7rem 2rem rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(14px);
}

.ecmc-feed-room__brand {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ecmc-feed-room__brand img {
    width: 4.6rem;
    height: 4.6rem;
    object-fit: contain;
}

.ecmc-feed-room__heading {
    display: grid;
    gap: 0.25rem;
}

.ecmc-feed-room__eyebrow {
    color: #f7c900;
    font: 700 0.58rem/1 "Poppins ECMC", sans-serif;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.ecmc-feed-room__title {
    margin: 0;
    color: #fffdf8;
    font: 700 1.28rem/1 "Almendra ECMC", Georgia, serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.ecmc-feed-room__title:focus {
    outline: none;
}

.ecmc-feed-room__close,
.ecmc-feed-load {
    flex: 0 0 auto;
    min-height: 2.8rem;
    padding: 0.85rem 1.05rem;
    border: 1px solid #f7c900;
    border-radius: 0;
    background: #f7c900;
    color: #080808;
    font: 700 0.66rem/1 "Poppins ECMC", sans-serif;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 180ms ease, color 180ms ease;
}

.ecmc-feed-room__close {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.5rem 0.65rem 0.5rem 1rem;
    border-color: rgba(247, 201, 0, 0.4);
    background: rgba(8, 8, 8, 0.7);
    color: #fffdf8;
}

.ecmc-feed-room__close i {
    display: grid;
    width: 1.65rem;
    height: 1.65rem;
    place-items: center;
    background: #f7c900;
    color: #080808;
    font: normal 1.25rem/1 Arial, sans-serif;
}

.ecmc-feed-room__close:hover,
.ecmc-feed-load:hover {
    background: #fffdf8;
}

.ecmc-feed-room__close:hover {
    color: #080808;
}

.ecmc-feed-list {
    width: min(74rem, calc(100% - 4rem));
    margin: 0 auto;
}

.ecmc-feed-post {
    margin: 0 0 clamp(3rem, 7vw, 6.5rem);
    padding: 0 0 clamp(3rem, 7vw, 6.5rem);
    border-bottom: 1px solid rgba(255, 253, 248, 0.1);
}

.ecmc-feed-post__summary {
    display: grid;
    grid-template-columns: minmax(14rem, 23rem) minmax(0, 1fr);
    gap: clamp(2rem, 5vw, 5.5rem);
    align-items: center;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fffdf8;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.ecmc-feed-post__summary[hidden] {
    display: none !important;
}

.ecmc-feed-post.is-right .ecmc-feed-post__summary {
    grid-template-columns: minmax(0, 1fr) minmax(14rem, 23rem);
}

.ecmc-feed-post.is-right .ecmc-feed-post__summary-media {
    order: 2;
}

.ecmc-feed-post.is-right .ecmc-feed-post__summary-text {
    order: 1;
    align-items: flex-end;
    text-align: right;
}

.ecmc-feed-post__summary-media {
    position: relative;
    display: grid;
    min-height: 13rem;
    overflow: hidden;
    place-items: center;
    border: 1px solid rgba(247, 201, 0, 0.2);
    background: #11100f;
    box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.38);
}

.ecmc-feed-post__summary-media::after {
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 3rem rgba(0, 0, 0, 0.28);
    pointer-events: none;
}

.ecmc-feed-post__summary-media.is-empty {
    min-height: 10rem;
    color: rgba(247, 201, 0, 0.32);
    font: 700 clamp(2rem, 5vw, 4rem)/1 "Almendra ECMC", Georgia, serif;
    letter-spacing: 0.08em;
}

.ecmc-feed-post__summary-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 13rem;
    max-height: 18rem;
    object-fit: cover;
}

.ecmc-feed-post__summary-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ecmc-feed-post__summary-meta,
.ecmc-feed-post__summary-stats,
.ecmc-feed-post__summary-action {
    display: block;
    color: #bdb6a9;
    font: 400 0.65rem/1.5 "Poppins ECMC", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ecmc-feed-post__summary-meta {
    color: #f7c900;
}

.ecmc-feed-post__summary-title {
    display: block;
    max-width: 43rem;
    margin: 1.1rem 0;
    color: #fffdf8;
    font: 700 clamp(2.6rem, 5vw, 5rem)/0.95 "Almendra ECMC", Georgia, serif;
    letter-spacing: -0.025em;
    text-wrap: balance;
}

.ecmc-feed-post__summary-action {
    margin-top: 1.25rem;
    color: #fffdf8;
}

.ecmc-feed-post__panel {
    margin-top: 3rem;
    border: 1px solid rgba(247, 201, 0, 0.2);
    background: #0d0c0a;
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.42);
}

.ecmc-feed-post__panel[hidden] {
    display: none !important;
}

.ecmc-feed-post__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.3rem 1.5rem;
    border-bottom: 1px solid rgba(255, 253, 248, 0.1);
}

.ecmc-feed-post__identity {
    display: grid;
    gap: 0.35rem;
}

.ecmc-feed-post__identity strong {
    color: #fffdf8;
    font: 700 clamp(1.15rem, 2vw, 1.55rem)/1.1 "Almendra ECMC", Georgia, serif;
}

.ecmc-feed-post__identity span,
.ecmc-feed-post__header time {
    color: #bdb6a9;
    font: 400 0.63rem/1.4 "Poppins ECMC", sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ecmc-feed-carousel {
    position: relative;
    background: #080808;
}

.ecmc-feed-carousel__viewport {
    overflow: hidden;
}

.ecmc-feed-carousel__viewport:focus-visible {
    outline: 3px solid #f7c900;
    outline-offset: -3px;
}

.ecmc-feed-carousel__track {
    display: flex;
    width: 100%;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ecmc-feed-carousel__photo {
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    background: #080808;
    cursor: zoom-in;
}

.ecmc-feed-carousel__photo img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
    background: #080808;
}

.ecmc-feed-carousel__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    min-height: 3.6rem;
    border-top: 1px solid rgba(255, 253, 248, 0.08);
}

.ecmc-feed-carousel__button {
    display: grid;
    width: 2.2rem;
    height: 2.2rem;
    padding: 0;
    border: 1px solid rgba(247, 201, 0, 0.46);
    border-radius: 50%;
    place-items: center;
    background: transparent;
    color: #fffdf8;
    cursor: pointer;
}

.ecmc-feed-carousel__button:disabled {
    opacity: 0.28;
    cursor: default;
}

.ecmc-feed-carousel__counter {
    min-width: 3.5rem;
    color: #bdb6a9;
    font: 400 0.64rem/1 "Poppins ECMC", sans-serif;
    letter-spacing: 0.12em;
    text-align: center;
}

.ecmc-feed-post__caption {
    max-width: 54rem;
    margin: 0;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    color: #fffdf8;
    font: 400 clamp(0.9rem, 1.15vw, 1.05rem)/1.85 "Poppins ECMC", sans-serif;
    white-space: pre-line;
}

.ecmc-feed-post__footer {
    padding: 1rem clamp(1.5rem, 3vw, 2.5rem);
    border-top: 1px solid rgba(255, 253, 248, 0.08);
    color: #f7c900;
    font: 700 0.62rem/1.4 "Poppins ECMC", sans-serif;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.ecmc-feed-room__footer {
    display: grid;
    justify-items: center;
    width: min(74rem, calc(100% - 4rem));
    margin: 0 auto;
    text-align: center;
}

.ecmc-feed-status {
    margin: 0 0 1.3rem;
    color: #bdb6a9;
    font: 400 0.72rem/1.6 "Poppins ECMC", sans-serif;
    letter-spacing: 0.06em;
}

.ecmc-feed-load[hidden] {
    display: none;
}

.ecmc-feed-load:disabled {
    cursor: wait;
    opacity: 0.6;
}

.ecmc-events-room {
    background:
        radial-gradient(circle at 18% 14%, rgba(247, 201, 0, 0.1), transparent 28rem),
        radial-gradient(circle at 82% 52%, rgba(247, 201, 0, 0.045), transparent 32rem),
        #080808;
}

.ecmc-events-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 30rem);
    gap: clamp(2rem, 7vw, 7rem);
    align-items: end;
    width: min(74rem, calc(100% - 4rem));
    margin: 0 auto clamp(4rem, 7vw, 7rem);
    padding-bottom: clamp(2rem, 4vw, 3.5rem);
    border-bottom: 1px solid rgba(247, 201, 0, 0.24);
}

.ecmc-events-intro__title {
    max-width: 44rem;
    margin: 0;
    color: #fffdf8;
    font: 700 clamp(2.5rem, 5.6vw, 5.2rem)/0.94 "Almendra ECMC", Georgia, serif;
    letter-spacing: -0.035em;
}

.ecmc-events-intro__text {
    margin: 0;
    color: #bdb6a9;
    font: 400 clamp(0.78rem, 1.05vw, 0.98rem)/1.75 "Poppins ECMC", sans-serif;
}

.ecmc-events-list {
    display: grid;
    gap: clamp(3.5rem, 7vw, 7rem);
    width: min(74rem, calc(100% - 4rem));
    margin: 0 auto;
}

.ecmc-event-card {
    padding-bottom: clamp(3.5rem, 7vw, 7rem);
    border-bottom: 1px solid rgba(255, 253, 248, 0.1);
}

.ecmc-event-card__link {
    display: grid;
    grid-template-columns: minmax(20rem, 34rem) minmax(0, 1fr);
    gap: clamp(2.5rem, 6vw, 6.5rem);
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.ecmc-event-card.is-right .ecmc-event-card__media {
    order: 2;
}

.ecmc-event-card__media {
    position: relative;
    display: grid;
    min-height: 20rem;
    overflow: hidden;
    place-items: center;
    aspect-ratio: 16 / 10;
    border: 1px solid rgba(247, 201, 0, 0.25);
    background: #13110d;
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.5);
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), border-color 220ms ease;
}

.ecmc-event-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 48%, rgba(8, 8, 8, 0.64));
    pointer-events: none;
}

.ecmc-event-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ecmc-event-card__media.is-fallback {
    background:
        radial-gradient(circle at 50% 42%, rgba(247, 201, 0, 0.16), transparent 34%),
        repeating-linear-gradient(125deg, #0d0c0a 0, #15120d 3rem, #0c0b09 3.1rem, #12100c 6rem);
}

.ecmc-event-card__media.is-fallback img {
    width: min(42%, 10rem);
    height: auto;
    max-height: 58%;
    object-fit: contain;
    filter: drop-shadow(0 1.2rem 2.2rem rgba(0, 0, 0, 0.7));
}

.ecmc-event-card__date {
    position: absolute;
    top: 1.1rem;
    left: 1.1rem;
    z-index: 2;
    display: grid;
    min-width: 4.2rem;
    min-height: 4.2rem;
    padding: 0.55rem;
    place-content: center;
    background: #f7c900;
    color: #080808;
    text-align: center;
}

.ecmc-event-card__date strong {
    font: 700 1.65rem/0.9 "Almendra ECMC", Georgia, serif;
}

.ecmc-event-card__date span {
    margin-top: 0.25rem;
    font: 700 0.56rem/1 "Poppins ECMC", sans-serif;
    letter-spacing: 0.12em;
}

.ecmc-event-card__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

.ecmc-event-card__meta {
    color: #f7c900;
    font: 700 0.62rem/1.5 "Poppins ECMC", sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ecmc-event-card__title {
    max-width: 34rem;
    margin: 0.9rem 0 1.15rem;
    color: #fffdf8;
    font: 700 clamp(2rem, 4.1vw, 4rem)/0.96 "Almendra ECMC", Georgia, serif;
    letter-spacing: -0.025em;
}

.ecmc-event-card__schedule,
.ecmc-event-card__location {
    color: #fffdf8;
    font: 600 0.78rem/1.65 "Poppins ECMC", sans-serif;
}

.ecmc-event-card__location {
    margin-top: 0.35rem;
    color: #c8c1b4;
    font-weight: 400;
}

.ecmc-event-card__description {
    max-width: 34rem;
    margin-top: 1.4rem;
    color: #bdb6a9;
    font: 400 0.82rem/1.78 "Poppins ECMC", sans-serif;
}

.ecmc-event-card__action {
    margin-top: 1.75rem;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid rgba(247, 201, 0, 0.65);
    color: #f7c900;
    font: 700 0.66rem/1.2 "Poppins ECMC", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: color 180ms ease, border-color 180ms ease;
}

.ecmc-event-card__link:hover .ecmc-event-card__media,
.ecmc-event-card__link:focus-visible .ecmc-event-card__media {
    border-color: rgba(247, 201, 0, 0.72);
    transform: translateY(-0.45rem);
}

.ecmc-event-card__link:hover .ecmc-event-card__action,
.ecmc-event-card__link:focus-visible .ecmc-event-card__action {
    border-color: #fffdf8;
    color: #fffdf8;
}

.ecmc-event-card__link:focus-visible,
.ecmc-events-retry:focus-visible {
    outline: 3px solid #f7c900;
    outline-offset: 0.55rem;
}

.ecmc-events-room__footer {
    display: grid;
    justify-items: center;
    width: min(74rem, calc(100% - 4rem));
    margin: clamp(3rem, 6vw, 5rem) auto 0;
    text-align: center;
}

.ecmc-events-status {
    margin: 0 0 1.3rem;
    color: #bdb6a9;
    font: 400 0.72rem/1.6 "Poppins ECMC", sans-serif;
    letter-spacing: 0.06em;
}

.ecmc-events-retry[hidden] {
    display: none;
}

.ecmc-photo-viewer {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: grid;
    place-items: center;
    padding: clamp(1.5rem, 4vw, 4rem);
    background:
        radial-gradient(circle at 50% 16%, rgba(247, 201, 0, 0.08), transparent 34%),
        rgba(8, 8, 8, 0.94);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.015);
    transition:
        opacity 260ms ease,
        visibility 0s linear 260ms,
        transform 260ms ease;
}

.ecmc-photo-viewer.is-open {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition-delay: 0s;
}

.ecmc-photo-viewer__dialog {
    position: relative;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    width: min(92vw, 88rem);
    max-height: 90vh;
    background: #0d0c0a;
    border: 1px solid rgba(247, 201, 0, 0.26);
    box-shadow: 0 2.5rem 7rem rgba(0, 0, 0, 0.78);
}

.ecmc-photo-viewer__image {
    display: block;
    width: 100%;
    max-height: 76vh;
    object-fit: contain;
    background: #080808;
}

.ecmc-photo-viewer__details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    min-height: 4.5rem;
    padding: 1rem 1.25rem;
    border-top: 1px solid rgba(255, 253, 248, 0.1);
}

.ecmc-photo-viewer__title {
    margin: 0;
    color: #fffdf8;
    font: 700 clamp(1rem, 1.5vw, 1.35rem)/1.25 "Almendra ECMC", Georgia, serif;
}

.ecmc-photo-viewer__likes {
    flex: 0 0 auto;
    color: #f7c900;
    font: 700 0.72rem/1 "Poppins ECMC", sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ecmc-photo-viewer__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 4;
    padding: 0.72rem 0.9rem;
    border: 1px solid rgba(247, 201, 0, 0.55);
    border-radius: 0;
    background: rgba(8, 8, 8, 0.82);
    color: #fffdf8;
    font: 700 0.65rem/1 "Poppins ECMC", sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
}

.ecmc-photo-viewer__close:hover {
    background: #f7c900;
    color: #080808;
}

.ecmc-photo-viewer__close:focus-visible {
    outline: 3px solid #f7c900;
    outline-offset: 0.35rem;
}

.ecmc-gallery-room {
    position: fixed;
    inset: 0;
    z-index: 500;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: clamp(1.5rem, 4vw, 4rem);
    background:
        linear-gradient(rgba(8, 8, 8, 0.22), rgba(8, 8, 8, 0.54)),
        repeating-linear-gradient(
            92deg,
            #17110b 0,
            #21170e 7rem,
            #130e09 7.15rem,
            #1c140d 12rem
        );
    opacity: 0;
    visibility: hidden;
    transform: scale(1.015);
    transition:
        opacity 340ms ease,
        visibility 0s linear 340ms,
        transform 340ms ease;
}

.ecmc-gallery-room::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 8%, rgba(247, 201, 0, 0.12), transparent 34%),
        radial-gradient(circle at center, transparent 44%, rgba(0, 0, 0, 0.68) 100%);
}

.ecmc-gallery-room.is-open {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition-delay: 0s;
}

.ecmc-gallery-room__header {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    width: min(100%, 74rem);
    margin: 0 auto clamp(2rem, 4vw, 3.5rem);
    padding-bottom: 1.2rem;
    border-bottom: 1px solid rgba(247, 201, 0, 0.25);
}

.ecmc-gallery-room__eyebrow {
    display: block;
    margin-bottom: 0.55rem;
    color: #f7c900;
    font: 700 0.65rem/1 "Poppins ECMC", sans-serif;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.ecmc-gallery-room__title {
    margin: 0;
    color: #fffdf8;
    font: 700 clamp(2.5rem, 5vw, 5rem)/0.9 "Almendra ECMC", Georgia, serif;
    letter-spacing: -0.03em;
    text-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, 0.75);
}

.ecmc-gallery-room__description {
    margin: 0.8rem 0 0;
    color: #bdb6a9;
    font: 400 clamp(0.82rem, 1.1vw, 1rem)/1.5 "Poppins ECMC", sans-serif;
}

.ecmc-gallery-room__close {
    flex: 0 0 auto;
    padding: 0.78rem 1rem;
    border: 1px solid rgba(247, 201, 0, 0.48);
    border-radius: 0;
    background: rgba(8, 8, 8, 0.72);
    color: #fffdf8;
    font: 700 0.65rem/1 "Poppins ECMC", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
}

.ecmc-gallery-room__close:hover {
    background: #f7c900;
    color: #080808;
}

.ecmc-gallery-room__table {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(3, minmax(13rem, 1fr));
    gap: clamp(2rem, 5vw, 5rem);
    align-items: start;
    width: min(100%, 72rem);
    margin: 0 auto;
    padding: clamp(1rem, 2vw, 2rem) clamp(0.8rem, 3vw, 2.5rem) 4rem;
}

.ecmc-gallery-room__photo {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 20rem;
    justify-self: center;
    margin: 0;
    padding: clamp(0.55rem, 0.9vw, 0.78rem);
    border: 0;
    border-radius: 0.12rem;
    background: #fffdf8;
    color: #080808;
    box-shadow:
        0 1.7rem 3rem rgba(0, 0, 0, 0.48),
        0 0.15rem 0.45rem rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transform: rotate(var(--room-rotate)) translateY(0);
    transition:
        transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 420ms ease,
        filter 240ms ease;
}

.ecmc-gallery-room__photo:nth-child(3n + 2) {
    margin-top: clamp(1rem, 3vw, 2.8rem);
}

.ecmc-gallery-room__photo::before {
    content: "";
    position: absolute;
    top: -0.4rem;
    left: 50%;
    width: 3.4rem;
    height: 0.85rem;
    background: rgba(247, 201, 0, 0.76);
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.28);
    transform: translateX(-50%) rotate(-1.5deg);
}

.ecmc-gallery-room__photo:hover,
.ecmc-gallery-room__photo.is-active {
    z-index: 15;
    filter: none;
    box-shadow:
        0 2.5rem 5rem rgba(0, 0, 0, 0.68),
        0 0 0 2px rgba(247, 201, 0, 0.25);
    transform: rotate(0) translateY(-0.8rem) scale(1.06);
}

.ecmc-gallery-room__photo:focus-visible,
.ecmc-gallery-room__close:focus-visible {
    outline: 3px solid #f7c900;
    outline-offset: 0.4rem;
}

.ecmc-gallery-room__photo img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    background: #181818;
}

.ecmc-gallery-room__phrase {
    display: grid;
    min-height: 3.8rem;
    place-items: center;
    padding: 0.75rem 0.45rem 0.25rem;
    color: #171510;
    font: 700 clamp(0.95rem, 1.35vw, 1.2rem)/1.15 "Almendra ECMC", Georgia, serif;
    text-align: center;
}

.no-script {
    min-height: 100vh;
    display: grid;
    place-content: center;
    justify-items: center;
    padding: 2rem;
    background: #080808;
    color: #fffdf8;
    font-family: "Poppins ECMC", sans-serif;
    text-align: center;
}

.no-script img {
    width: 8rem;
}

.no-script h1 {
    margin: 1.5rem 0 0;
    font-family: "Almendra ECMC", serif;
    font-size: clamp(3rem, 10vw, 7rem);
}

.no-script a {
    margin-top: 1.5rem;
    padding: 0.9rem 1.4rem;
    background: #f7c900;
    color: #080808;
}

@media (max-width: 1180px) {
    .sw-brand__name {
        display: none;
    }
}

@media (min-width: 861px) and (max-width: 1180px) {
    .sw-topcta {
        display: none !important;
    }
}

@media (max-width: 1020px) {
    .sw-copy {
        width: min(44vw, 32rem) !important;
    }
}

@media (max-width: 860px) {
    .ecmc-gallery {
        display: none;
    }

    .sw-nav {
        display: flex !important;
        margin-left: auto;
        flex: 0 0 auto;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        backdrop-filter: none;
    }

    .sw-nav__item:not(.ecmc-gallery-nav):not(.ecmc-feed-nav):not(.ecmc-events-nav) {
        display: none;
    }

    .ecmc-gallery-nav,
    .ecmc-feed-nav,
    .ecmc-events-nav {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 2.45rem;
        padding: 0.62rem 0.72rem !important;
        border: 1px solid #f7c900 !important;
        border-radius: 0 !important;
        background: #f7c900 !important;
        color: #080808 !important;
        font-size: 0.56rem !important;
        font-weight: 700;
        letter-spacing: 0.06em;
        line-height: 1.15;
    }

    .ecmc-gallery-nav:hover,
    .ecmc-feed-nav:hover,
    .ecmc-events-nav:hover {
        background: #fffdf8 !important;
        color: #080808 !important;
    }

    .ecmc-feed-room {
        padding: 0 0 4rem;
    }

    .ecmc-feed-room__header {
        min-height: 5rem;
        align-items: center;
        gap: 1rem;
        margin-bottom: 2rem;
        padding:
            max(0.7rem, env(safe-area-inset-top))
            max(1rem, env(safe-area-inset-right))
            0.7rem
            max(1rem, env(safe-area-inset-left));
    }

    .ecmc-feed-room__brand {
        min-width: 0;
        gap: 0.7rem;
    }

    .ecmc-feed-room__brand img {
        flex: 0 0 auto;
        width: 3.6rem;
        height: 3.6rem;
    }

    .ecmc-feed-room__heading {
        min-width: 0;
    }

    .ecmc-feed-room__eyebrow {
        font-size: 0.48rem;
        letter-spacing: 0.16em;
        white-space: nowrap;
    }

    .ecmc-feed-room__title {
        font-size: 1.05rem;
        white-space: nowrap;
    }

    .ecmc-feed-room__close {
        flex: 0 0 auto;
        min-height: 2.7rem;
        padding: 0;
        border: 0;
        background: transparent;
    }

    .ecmc-feed-room__close span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }

    .ecmc-feed-room__close i {
        width: 2.7rem;
        height: 2.7rem;
    }

    .ecmc-feed-list {
        width: calc(100% - 1.7rem);
    }

    .ecmc-feed-room__footer {
        width: calc(100% - 1.7rem);
    }

    .ecmc-feed-post {
        margin-bottom: 1.6rem;
        padding-bottom: 1.6rem;
    }

    .ecmc-feed-post__panel {
        margin-top: 0;
        box-shadow: 0 1.4rem 3rem rgba(0, 0, 0, 0.34);
    }

    .ecmc-feed-post__header {
        gap: 1rem;
        padding: 1rem;
    }

    .ecmc-feed-post__identity strong {
        font-size: 1.15rem;
    }

    .ecmc-feed-post__identity span,
    .ecmc-feed-post__header time {
        font-size: 0.56rem;
    }

    .ecmc-feed-carousel__photo img {
        max-height: 72dvh;
    }

    .ecmc-feed-post__caption {
        padding: 1.2rem 1rem;
        font-size: 0.9rem;
        line-height: 1.72;
    }

    .ecmc-feed-post__footer {
        padding: 0.9rem 1rem;
        font-size: 0.57rem;
    }

    .ecmc-events-intro {
        grid-template-columns: 1fr;
        gap: 1.2rem;
        width: calc(100% - 1.7rem);
        margin-bottom: 2.5rem;
        padding-bottom: 2rem;
    }

    .ecmc-events-intro__title {
        font-size: clamp(2.35rem, 11vw, 3.7rem);
        line-height: 0.98;
    }

    .ecmc-events-intro__text {
        font-size: 0.82rem;
        line-height: 1.7;
    }

    .ecmc-events-list,
    .ecmc-events-room__footer {
        width: calc(100% - 1.7rem);
    }

    .ecmc-events-list {
        gap: 2.5rem;
    }

    .ecmc-event-card {
        padding-bottom: 2.5rem;
    }

    .ecmc-event-card__link {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.6rem;
    }

    .ecmc-event-card.is-right .ecmc-event-card__media {
        order: initial;
    }

    .ecmc-event-card__media {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .ecmc-event-card__title {
        margin: 0.72rem 0 0.9rem;
        font-size: clamp(2rem, 10vw, 3.15rem);
        line-height: 1;
    }

    .ecmc-event-card__description {
        margin-top: 1rem;
        font-size: 0.78rem;
    }

    .ecmc-event-card__action {
        margin-top: 1.25rem;
    }

    .sw-scene {
        background: #080808;
    }

    .sw-scene__video,
    .sw-scene__still {
        top: 0;
        bottom: auto;
        height: 63vh;
        height: 63dvh;
        min-height: 29rem;
        max-height: 36rem;
        object-position: center 50% !important;
    }

    .sw-scene[data-section-id="chamado"] .sw-scene__video,
    .sw-scene[data-section-id="chamado"] .sw-scene__still {
        object-position: 66% 50% !important;
    }

    .sw-scene[data-section-id="irmandade"] .sw-scene__video,
    .sw-scene[data-section-id="irmandade"] .sw-scene__still {
        object-position: 75% 50% !important;
    }

    .sw-scene[data-section-id="cristo"] .sw-scene__video,
    .sw-scene[data-section-id="cristo"] .sw-scene__still {
        object-position: 73% 50% !important;
    }

    .sw-scene[data-section-id="servico"] .sw-scene__video,
    .sw-scene[data-section-id="servico"] .sw-scene__still {
        object-position: 76% 50% !important;
    }

    .sw-scene[data-section-id="comando"] .sw-scene__video,
    .sw-scene[data-section-id="comando"] .sw-scene__still {
        object-position: 78% 50% !important;
    }

    .sw-scene[data-section-id="alistamento"] .sw-scene__video,
    .sw-scene[data-section-id="alistamento"] .sw-scene__still {
        object-position: 52% 50% !important;
    }

    .sw-stage::before {
        background:
            linear-gradient(180deg, rgba(3, 3, 3, 0.08) 0%, transparent 36%, rgba(3, 3, 3, 0.5) 55%, #080808 70%, #080808 100%),
            linear-gradient(90deg, rgba(3, 3, 3, 0.2), transparent);
    }

    .sw-copylayer::before {
        display: none;
    }

    .sw-copy {
        right: 3.6rem !important;
        bottom: calc(clamp(4rem, 10dvh, 7rem) + env(safe-area-inset-bottom)) !important;
        width: auto !important;
    }

    .sw-copy__title {
        font-size: clamp(2.8rem, 12vw, 4.6rem) !important;
    }

    .sw-topbar {
        gap: 0.5rem !important;
    }

    .sw-topcta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 2.45rem;
        padding: 0.62rem 0.72rem !important;
        font-size: 0.56rem !important;
        letter-spacing: 0.06em;
        line-height: 1.15;
        text-align: center;
    }

    .sw-hint.ecmc-mobile-scroll-hint {
        display: flex;
        flex-direction: row;
        gap: 0.7rem;
        width: max-content;
        max-width: calc(100vw - 4rem);
        bottom: calc(1.15rem + env(safe-area-inset-bottom));
        z-index: 55;
        padding: 0.72rem 0.9rem;
        border: 1px solid rgba(247, 201, 0, 0.42);
        background: rgba(8, 8, 8, 0.88);
        box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.46);
        backdrop-filter: blur(10px);
        color: #fffdf8 !important;
        opacity: 1;
        visibility: visible;
        pointer-events: none;
        animation: ecmc-scroll-hint-arrive 420ms ease-out both;
        transition:
            opacity 280ms ease,
            visibility 0s linear 280ms,
            transform 280ms ease;
    }

    .sw-hint.ecmc-mobile-scroll-hint span {
        font-size: 0.58rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        white-space: nowrap;
    }

    .sw-hint.ecmc-mobile-scroll-hint i {
        order: -1;
        flex: 0 0 auto;
        width: 1.45rem;
        height: 2.1rem;
        border-color: rgba(247, 201, 0, 0.68) !important;
    }

    .sw-hint.ecmc-mobile-scroll-hint i::after {
        top: auto;
        bottom: 0.35rem;
        animation: ecmc-mobile-swipe-up 1.55s ease-in-out infinite;
    }

    .sw-hint.ecmc-mobile-scroll-hint.is-dismissed {
        opacity: 0 !important;
        visibility: hidden;
        transform: translate(-50%, 0.8rem);
    }

    .sw-hint.ecmc-mobile-scroll-hint[hidden] {
        display: none !important;
    }

    .ecmc-gallery-room {
        padding: 1.2rem 1rem 2rem;
    }

    .ecmc-gallery-room__header {
        position: sticky;
        top: -1.2rem;
        z-index: 40;
        align-items: center;
        gap: 1rem;
        margin-bottom: 1.2rem;
        padding: 1.2rem 0 1rem;
        background: linear-gradient(#130e09 72%, transparent);
    }

    .ecmc-gallery-room__eyebrow,
    .ecmc-gallery-room__description {
        display: none;
    }

    .ecmc-gallery-room__title {
        font-size: clamp(2.35rem, 12vw, 3.5rem);
    }

    .ecmc-gallery-room__close {
        padding: 0.72rem 0.78rem;
        font-size: 0.6rem;
    }

    .ecmc-gallery-room__table {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem 0.8rem;
        padding: 1.2rem 0.3rem 4rem;
    }

    .ecmc-gallery-room__photo,
    .ecmc-gallery-room__photo:nth-child(3n + 2) {
        max-width: 12rem;
        margin-top: 0;
        padding: 0.42rem;
    }

    .ecmc-gallery-room__photo:nth-child(even) {
        margin-top: 1.6rem;
    }

    .ecmc-gallery-room__phrase {
        min-height: 3.2rem;
        padding: 0.58rem 0.25rem 0.18rem;
        font-size: clamp(0.78rem, 3.8vw, 0.96rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ecmc-gallery,
    .ecmc-gallery__card,
    .ecmc-feed-room,
    .ecmc-events-room,
    .ecmc-feed-carousel__track,
    .ecmc-photo-viewer,
    .ecmc-gallery-room,
    .ecmc-gallery-room__photo {
        transition: none;
    }
}

@keyframes ecmc-scroll-hint-arrive {
    from {
        opacity: 0;
        transform: translate(-50%, 0.8rem);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

@keyframes ecmc-mobile-swipe-up {
    0% {
        opacity: 0;
        transform: translate(-50%, 0.4rem);
    }
    35% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -0.55rem);
    }
}

@media (max-width: 540px) {
    .sw-brand__logo {
        width: 3.1rem;
        height: 3.1rem;
    }

    .sw-copy__body {
        display: none;
    }

    .sw-copy__tags {
        margin-top: 1rem !important;
    }

    .sw-route {
        right: 0.25rem !important;
    }

    .sw-hint:not(.ecmc-mobile-scroll-hint) {
        display: none;
    }
}

@media (max-width: 360px) {
    .sw-topbar {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
    }

    .sw-brand__logo {
        width: 2.8rem;
        height: 2.8rem;
    }

    .ecmc-gallery-nav,
    .ecmc-feed-nav,
    .ecmc-events-nav,
    .sw-topcta {
        padding: 0.58rem 0.46rem !important;
        font-size: 0.5rem !important;
        letter-spacing: 0.035em;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .sw-scene__still {
        transform: none !important;
    }

    .sw-hint.ecmc-mobile-scroll-hint,
    .sw-hint.ecmc-mobile-scroll-hint i::after {
        animation: none;
    }

    .sw-hint.ecmc-mobile-scroll-hint {
        transition: none;
    }
}
