.evr-page--home {
    background: #f7f4ef;
    color: #082f45;
}

.evr-page {
    background: #f7f4ef;
    color: #082f45;
}

.evr-page .container {
    padding-inline: clamp(16px, 3vw, 34px);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.evr-shell {
    padding: clamp(20px, 3.2vw, 42px) 0 clamp(34px, 4.5vw, 64px);
}

.evr-kicker {
    color: #c95d86;
    font-size: 0.86rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
}

.evr-title {
    margin-top: 8px;
    color: #073b57;
    font-family: var(--ev-font-display);
    font-size: clamp(2.2rem, 4.3vw, 4rem);
    line-height: 0.95;
}

.evr-copy {
    margin-top: 10px;
    max-width: 760px;
    color: #123f57;
    line-height: 1.56;
}

.evr-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.evr-card {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(8, 47, 69, 0.1);
    border-radius: 14px;
    padding: 16px;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.evr-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 26px rgba(10, 74, 102, 0.12);
    border-color: rgba(201, 93, 134, 0.34);
}

.evr-card h3 {
    color: #073b57;
    font-size: 1.06rem;
    font-weight: 700;
}

.evr-card p {
    margin-top: 8px;
    color: #123f57;
    line-height: 1.45;
}

.evr-actions {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.evr-announcement {
    background: #0a4a66;
    color: #ffffff;
    font-size: 0.75rem;
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: hidden;
    padding: 6px 0;
}

.evr-announcement span {
    display: inline-block;
    margin-right: 38px;
    animation: evrTicker 22s linear infinite;
}

.evr-header {
    background: #ffffff;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    max-width: none;
    padding: 0 clamp(16px, 4vw, 56px);
    position: sticky;
    top: 0;
    z-index: 280;
    box-shadow: 0 3px 16px rgba(31, 52, 70, 0.08);
}

.evr-brand img {
    height: 52px;
    width: auto;
}

.evr-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    gap: 20px;
}

.evr-nav a {
    color: #1f3446;
    font-size: 0.92rem;
    font-weight: 500;
    transition: color 0.2s ease, transform 0.2s ease;
}

.evr-nav a:hover {
    color: #cc5f86;
    transform: translateY(-1px);
}

.evr-menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    width: 44px;
    height: 44px;
    border: 1px solid #e6d9df;
    border-radius: 999px;
    background: #ffffff;
    cursor: pointer;
}

.evr-menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: #3f4a67;
    border-radius: 2px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.evr-header.is-menu-open .evr-menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.evr-header.is-menu-open .evr-menu-toggle span:nth-child(2) {
    opacity: 0;
}

.evr-header.is-menu-open .evr-menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* Account menu */
.evr-header-account {
    position: relative;
    flex-shrink: 0;
    margin-left: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.evr-account-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #1f3446;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0;
    transition: color 0.2s ease, transform 0.2s ease;
}

.evr-account-trigger:hover {
    color: #b84f75;
    transform: translateY(-1px);
}

.evr-account-trigger i {
    font-size: 1.06rem;
    margin-bottom: 0;
}

.evr-account-trigger__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #cc5f86;
    color: #ffffff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(204, 95, 134, 0.3);
}

.evr-account-trigger__text {
    display: flex;
    flex-direction: column;
    gap: 1px;
    font-size: 0.8rem;
    font-weight: 400;
}

.evr-account-trigger__text-label {
    color: #6f7b85;
    font-size: 0.74rem;
    line-height: 1;
}

.evr-account-trigger__text-value {
    font-weight: 700;
    font-size: 0.92rem;
    line-height: 1.1;
}

.evr-account-trigger__text-value.is-account {
    color: #1f3446;
}

.evr-account-trigger__text-value.is-login {
    color: #b84f75;
}

.evr-account-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    background: #ffffff;
    border: 1px solid rgba(8,47,69,0.1);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(8,47,69,0.12);
    min-width: 220px;
    padding: 6px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    z-index: 200;
}

.evr-header-account:hover .evr-account-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.evr-account-dropdown li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    color: #1f3446;
    font-size: 0.9rem;
    font-weight: 400;
    transition: color 0.15s, background 0.15s;
}

.evr-account-dropdown li a:hover {
    background: #f7f4ef;
    color: #cc5f86;
}

.evr-account-dropdown__login {
    color: #b84f75 !important;
    font-weight: 600 !important;
}

.evr-account-dropdown__register {
    color: #1f3446 !important;
    font-weight: 600 !important;
}

.evr-account-dropdown li a i {
    font-size: 1.1rem;
    flex-shrink: 0;
    width: 20px;
}

.evr-account-dropdown__divider {
    border-top: 1px solid rgba(8,47,69,0.1);
    margin-top: 4px;
    padding-top: 4px;
}

.evr-account-dropdown__logout {
    color: #c0392b !important;
}

.evr-account-dropdown__logout:hover {
    background: #fff0f0 !important;
    color: #c0392b !important;
}

.evr-hero {
    position: relative;
    margin-top: 0;
    min-height: 500px;
    overflow: hidden;
    width: 100%;
    max-width: none;
}

.evr-hero__image-link {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
}

.evr-hero__bg {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    display: block;
}

.evr-hero__content {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: min(84%, 520px);
}

.evr-hero__content h1 {
    font-family: var(--ev-font-display);
    color: #2b3753;
    font-size: clamp(2.35rem, 5vw, 4.1rem);
    line-height: 1.08;
    letter-spacing: -0.01em;
}

.evr-hero__accent {
    color: #b15d78;
}

.evr-hero__divider {
    position: relative;
    width: min(260px, 70%);
    margin: 18px auto 24px;
    border-top: 2px solid rgba(43, 55, 83, 0.58);
}

.evr-hero__divider::after {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #586181;
    transform: translateX(-50%);
}

.evr-btn {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 10px 36px;
    min-width: 170px;
    background: #cf5d86;
    color: #ffffff;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 700;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.evr-btn:hover {
    color: #ffffff;
    background: #b84f74;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(10, 74, 102, 0.2);
}

/* hidden on desktop — shown only inside mobile nav */
.evr-nav__account-mobile {
    display: none;
}

.evr-hero--cta-preview .evr-hero__content {
    top: 44%;
    width: auto;
}

.evr-btn--hero-giant {
    margin-top: 24px;
    min-width: 290px;
    min-height: 68px;
    padding: 16px 44px;
    font-size: 1rem;
    letter-spacing: 0.06em;
    box-shadow: 0 10px 24px rgba(10, 74, 102, 0.24);
}

.evr-hero__quicklinks {
    position: absolute;
    left: 50%;
    bottom: 34px;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: min(92%, 760px);
    z-index: 2;
}

.evr-hero__quicklink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    min-height: 54px;
    padding: 12px 28px;
    background: rgba(207, 93, 134, 0.94);
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(10, 74, 102, 0.24);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.evr-hero__quicklink:hover {
    color: #ffffff;
    background: #b84f74;
    transform: translateY(-2px);
}

.evr-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 42px;
    padding: 54px 0;
}

.evr-section .evr-section__copy {
    text-align: left;
}

.evr-section .evr-section__copy p {
    margin-left: 0;
}

/* Workshops: copy LEFT / image RIGHT → everything flush to the left edge */
.evr-section--workshops {
    padding-inline-end: 0;
}

.evr-section--workshops .evr-section__media--round {
    margin-left: auto;
    margin-right: 0;
}

.evr-section--workshops .evr-section__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.evr-section--workshops .evr-section__copy p {
    max-width: 520px;
}

.evr-section--about {
    grid-template-columns: minmax(0, 400px) minmax(0, 1fr);
}

/* About & Reverse: image LEFT / copy RIGHT → everything flush to the right edge */
.evr-section--about .evr-section__copy,
.evr-section--reverse .evr-section__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.evr-section--about .evr-section__copy p,
.evr-section--reverse .evr-section__copy p {
    max-width: 520px;
}

.evr-section__media img:not(.evr-portrait__logo) {
    width: 100%;
    height: auto;
    display: block;
}

.evr-section__media--portrait {
    max-width: 380px;
    margin: 0 auto;
    border: 1px solid rgba(8, 47, 69, 0.16);
    background: #f3eee7;
    padding: 4px;
    text-align: center;
    position: relative;
}

.evr-portrait__logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    object-fit: contain;
    transform: translate(60%, -60%);
    animation: evrLogoSpin 12s linear infinite;
    pointer-events: none;
}

@keyframes evrLogoSpin {
    from { transform: translate(60%, -60%) rotate(0deg); }
    to   { transform: translate(60%, -60%) rotate(360deg); }
}

.evr-section__media--portrait p {
    margin-top: 8px;
    color: #093b56;
}

.evr-section__media--portrait p strong {
    display: block;
    font-size: 1.5rem;
    line-height: 1.1;
    font-family: var(--ev-font-display);
}

.evr-section__media--portrait p span {
    display: block;
    font-size: 0.8rem;
    font-style: italic;
}

.evr-section__media--round {
    max-width: 430px;
    margin: 0 auto;
}

.evr-section__media--round img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50% 50% 0 0 / 46% 46% 0 0;
}

.evr-section--workshops .evr-section__media--round,
.evr-section--reverse .evr-section__media--round {
    max-width: 380px;
}

.evr-section--workshops .evr-section__media--round img,
.evr-section--reverse .evr-section__media--round img {
    aspect-ratio: 4 / 5;
}

.evr-section__copy h2 {
    color: #073b57;
    font-family: var(--ev-font-display);
    font-size: clamp(2rem, 4.2vw, 3.4rem);
    line-height: 0.98;
}

.evr-section__copy p {
    margin-top: 10px;
    max-width: 520px;
    color: #123f57;
    line-height: 1.62;
    font-size: 1rem;
}

.evr-section--reverse {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    padding-inline-start: 0;
}

.evr-section--reverse .evr-section__media--round {
    margin-left: 0;
    margin-right: auto;
}

.evr-list-strip {
    display: flex;
    overflow: hidden;
    background: #0a4a66;
    color: #ffffff;
    font-size: 1rem;
    padding: 14px 0;
    align-items: center;
}

.evr-list-strip__inner {
    display: flex;
    flex-shrink: 0;
    width: max-content;
    animation: evrStripMove 22s linear infinite;
}

.evr-list-strip__track {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    white-space: nowrap;
}

.evr-list-strip__track span {
    padding: 0 28px;
}

.evr-community {
    padding: 64px 0 40px;
    text-align: center;
    border-top: 1px solid rgba(207, 93, 134, 0.6);
}

.evr-community h2 {
    color: #cc5d86;
    font-family: var(--ev-font-display);
    font-size: clamp(2rem, 4.2vw, 3.4rem);
    line-height: 1.02;
}

.evr-community p {
    margin-top: 10px;
    color: #123f57;
}

.evr-community p::after {
    content: "";
    display: block;
    width: 74px;
    height: 12px;
    margin: 3px auto 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74' height='12' viewBox='0 0 74 12'%3E%3Cpath d='M2 6.5C16 2.5 27 2 38 5.8C48.5 9.4 58 10.1 72 6.2' stroke='%230a4a66' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.evr-community__grid {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.evr-community__grid a {
    aspect-ratio: 4 / 3;
    border-radius: 2px;
    background: #0a4a66;
    display: block;
    overflow: hidden;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.evr-community__grid a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.32s ease, filter 0.32s ease;
}

.evr-community__grid a:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(10, 74, 102, 0.2);
}

.evr-community__grid a:hover img {
    transform: scale(1.05);
    filter: saturate(1.08) contrast(1.03);
}

.evr-page--about {
    background: #f7f4ef;
}

.evr-page--workshops {
    background: #f7f4ef;
}

.evr-page--party-bags {
    background: #f7f4ef;
}

.evr-page--contact {
    background: #f7f4ef;
}

.evr-workshops-hero {
    display: grid;
    grid-template-columns: minmax(0, 620px) minmax(0, 360px);
    justify-content: center;
    gap: 28px;
    align-items: start;
    padding-top: 74px;
    padding-bottom: 124px;
}

.evr-workshops-hero__copy h1 {
    color: #c95d86;
    font-family: var(--ev-font-display);
    font-size: clamp(2.4rem, 4.4vw, 4.6rem);
    line-height: 0.95;
}

.evr-workshops-hero__copy p {
    margin-top: 16px;
    max-width: 560px;
    color: #133f57;
    font-size: 1rem;
    line-height: 1.52;
}

.evr-btn--wide {
    min-width: 340px;
}

.evr-workshops-hero__media img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 52% 52% 0 0 / 35% 35% 0 0;
}

.evr-workshops-hero--event {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 48px;
    padding-bottom: 58px;
}

.evr-workshops-hero--event .evr-workshops-hero__copy {
    max-width: 980px;
}

.evr-workshops-hero__media--event {
    width: min(100%, 1240px);
    margin: 0 auto;
    background: #f2ebe3;
    border-radius: 20px;
    padding: 10px;
}

.evr-workshops-hero__media--event img {
    width: 100%;
    max-height: 82vh;
    min-height: 420px;
    aspect-ratio: auto;
    object-fit: contain;
    border-radius: 14px;
    background: #f2ebe3;
}

.evr-workshops-ticket {
    padding-bottom: 118px;
}

.evr-ticket-placeholder {
    width: min(86%, 980px);
    margin: 0 auto;
    min-height: 290px;
    border-radius: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c95d86;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1.2rem, 2.5vw, 2rem);
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.evr-event-hub-cta-wrap {
    width: min(86%, 980px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.evr-btn--event-hub {
    width: 100%;
    min-height: 290px;
    border-radius: 88px;
    margin-top: 0;
    padding: 0 24px;
    background: #c95d86;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1.2rem, 2.5vw, 2rem);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    box-shadow: none;
}

.evr-btn--event-hub:hover {
    transform: none;
    background: #c95d86;
    color: rgba(255, 255, 255, 0.88);
    box-shadow: none;
}

.evr-event-card {
    width: min(92%, 1100px);
    margin: 0 auto;
    background: #fff7fb;
    border: 1px solid rgba(201, 93, 134, 0.22);
    border-radius: 40px;
    padding: 34px;
    display: grid;
    grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
    gap: 30px;
    box-shadow: 0 24px 44px rgba(7, 59, 87, 0.12);
}

.evr-event-card__media img {
    width: 100%;
    border-radius: 28px;
    object-fit: cover;
    aspect-ratio: 4 / 5;
}

.evr-event-card--event-page .evr-event-card__media img {
    aspect-ratio: auto;
    object-fit: contain;
    max-height: 78vh;
    background: #f2ebe3;
    padding: 8px;
}

.evr-event-card__eyebrow {
    color: #c95d86;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-size: 0.76rem;
    font-weight: 700;
}

.evr-event-card__content h2 {
    margin-top: 8px;
    color: #0a3f5d;
    font-family: var(--ev-font-display);
    font-size: clamp(1.9rem, 3.5vw, 3rem);
    line-height: 1;
}

.evr-event-card__summary,
.evr-event-card__description {
    margin-top: 12px;
    color: #153f57;
    line-height: 1.5;
}

.evr-event-location {
    margin-top: 16px;
    padding: 14px 16px;
    border: 1px solid rgba(10, 63, 93, 0.14);
    border-radius: 14px;
    background: #fff;
}

.evr-event-location h3 {
    margin: 0;
    color: #0e3d58;
    font-size: 1rem;
    font-weight: 700;
}

.evr-event-location__name {
    margin: 8px 0 0;
    color: #0b3652;
    font-weight: 600;
}

.evr-event-location__address {
    margin: 2px 0 0;
    color: #3b5162;
}

.evr-event-location__map-link {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 10px;
    border: 1px solid rgba(10, 63, 93, 0.35);
    color: #0e3d58;
    font-weight: 700;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.evr-event-location__map-link:hover {
    background: #0e3d58;
    color: #fff;
}

.evr-event-card__meta {
    margin-top: 16px;
    display: grid;
    gap: 6px;
}

.evr-event-card__meta p {
    margin: 0;
    color: #123a55;
    line-height: 1.45;
}

.evr-event-card__list {
    margin-top: 16px;
}

.evr-event-card__list h3 {
    margin-bottom: 8px;
    color: #0e3d58;
    font-size: 1rem;
    font-weight: 700;
}

.evr-event-card__list ul {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 6px;
    color: #133f57;
}

.evr-event-card__cta {
    margin-top: 20px;
    max-width: 380px;
    justify-content: center;
}

.evr-bags-hero {
    display: grid;
    grid-template-columns: minmax(0, 470px) minmax(0, 1fr);
    gap: 64px;
    align-items: start;
    padding-top: 84px;
    padding-bottom: 116px;
}

.evr-bags-hero__media img {
    width: 100%;
    aspect-ratio: 9 / 10;
    object-fit: cover;
    border-radius: 56% 56% 0 0 / 42% 42% 0 0;
}

.evr-bags-hero__copy h1 {
    color: #c95d86;
    font-family: var(--ev-font-display);
    font-size: clamp(3rem, 5vw, 5.2rem);
    line-height: 0.9;
}

.evr-bags-hero__copy p {
    margin-top: 12px;
    max-width: 640px;
    color: #123f57;
    font-size: 1.02rem;
    line-height: 1.45;
}

.evr-bags-hero__btn {
    margin-top: 22px;
    width: min(100%, 540px);
    justify-content: center;
}

.evr-contact-panel-wrap {
    padding-top: 110px;
    padding-bottom: 116px;
}

.evr-contact-panel {
    background: #c45c84;
    padding: 72px 84px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 410px);
    gap: 78px;
}

.evr-contact-panel__left h1 {
    color: #ffffff;
    font-family: var(--ev-font-display);
    font-size: clamp(3rem, 5vw, 5.5rem);
    line-height: 0.92;
}

.evr-contact-panel__left p {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 2rem;
    line-height: 1.1;
    font-family: var(--ev-font-display);
}

.evr-contact-panel__social {
    margin-top: 26px;
    display: flex;
    gap: 16px;
}

.evr-contact-panel__social a {
    color: #ffffff;
    font-size: 2.1rem;
    line-height: 1;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.evr-contact-panel__social a:hover {
    transform: translateY(-2px);
    opacity: 0.85;
}

.evr-contact-panel__form {
    display: grid;
    gap: 14px;
    align-content: start;
}

.evr-contact-panel__form label {
    display: grid;
    gap: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.95);
    padding-top: 10px;
}

.evr-contact-panel__form span {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.9rem;
    font-family: var(--ev-font-display);
}

.evr-contact-panel__form input,
.evr-contact-panel__form textarea {
    width: 100%;
    border: none;
    background: transparent;
    color: #ffffff;
    padding: 2px 0 0;
    font-size: 1.02rem;
    resize: vertical;
}

.evr-contact-panel__form button {
    margin-top: 28px;
    border: none;
    background: transparent;
    color: #ffffff;
    font-family: var(--ev-font-display);
    font-size: clamp(2.2rem, 4vw, 4rem);
    text-align: left;
    font-weight: 700;
}

.evr-about-intro {
    display: grid;
    grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
    align-items: start;
    gap: 52px;
    padding: 46px 0 82px;
}

.evr-about-intro__media img {
    width: 100%;
    aspect-ratio: 5 / 8;
    object-fit: cover;
    border-radius: 48px;
}

.evr-about-intro__copy h1 {
    color: #c95d86;
    font-family: var(--ev-font-display);
    font-size: clamp(2.5rem, 4.4vw, 4.6rem);
    line-height: 0.92;
    text-transform: lowercase;
}

.evr-about-intro__copy p {
    margin-top: 12px;
    color: #143f58;
    font-size: 0.96rem;
    line-height: 1.42;
    max-width: 700px;
}

.evr-about-focus {
    padding: 24px 0 62px;
}

.evr-about-focus__top {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    align-items: end;
    gap: 34px;
}

.evr-about-focus__media {
    width: 100%;
}

.evr-about-focus__media img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50% 50% 0 0 / 44% 44% 0 0;
}

.evr-about-focus__top h2 {
    color: #c95d86;
    font-family: var(--ev-font-display);
    font-size: clamp(2.4rem, 3.8vw, 4.2rem);
    line-height: 0.96;
    justify-self: end;
    text-align: right;
    padding-right: 18px;
}

.evr-about-focus__line {
    margin-top: 2px;
    border-top: 1px solid rgba(201, 93, 134, 0.75);
}

.evr-about-focus__content {
    margin-top: 12px;
}

.evr-about-focus__content p {
    margin-top: 0;
    color: #143f58;
    max-width: 1100px;
    font-size: 0.96rem;
    line-height: 1.45;
}

.evr-about-focus__kicker {
    margin: 18px 0 0;
    color: #c95d86;
    font-family: var(--ev-font-display);
    font-style: italic;
    text-transform: lowercase;
    letter-spacing: 0.01em;
    text-align: center;
    font-size: 1.3rem;
}

.evr-about-focus--reverse {
    padding-top: 74px;
}

.evr-about-focus__top--reverse {
    grid-template-columns: minmax(0, 1fr) 280px;
    align-items: end;
}

.evr-about-focus__top--reverse h2 {
    max-width: 520px;
    justify-self: start;
    text-align: left;
    padding-left: 18px;
    padding-right: 0;
}

.evr-news {
    border-top: 1px solid rgba(10, 74, 102, 0.28);
    padding: 48px clamp(16px, 3vw, 34px) 42px;
}

.evr-news__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.evr-news__brand {
    color: #0a4a66;
    font-weight: 600;
    margin: 0;
}

.evr-news__social {
    display: flex;
    align-items: center;
    gap: 14px;
}

.evr-news__social a {
    color: #0a4a66;
    font-size: 1.5rem;
    line-height: 1;
    transition: color 0.2s ease, transform 0.2s ease;
}

.evr-news__social a:hover {
    color: #c95d86;
    transform: translateY(-2px);
}

.evr-news h3 {
    margin-top: 26px;
    color: #0a3b56;
    font-family: var(--ev-font-display);
    font-size: clamp(2.1rem, 4.6vw, 4.1rem);
    line-height: 0.96;
    max-width: 560px;
}

.evr-news p {
    margin-top: 12px;
    color: #123f57;
    max-width: 480px;
    font-size: 1rem;
}

.evr-news__form {
    margin-top: 16px;
    max-width: 510px;
    display: grid;
    grid-template-columns: 1fr auto;
    border-radius: 999px;
    overflow: hidden;
    border: none;
    background: #c55a82;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.evr-news__form:focus-within,
.evr-news__form:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(10, 74, 102, 0.16);
}

.evr-news__form input {
    padding: 11px 16px;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 1.06rem;
    font-weight: 600;
}

.evr-news__form input::placeholder {
    color: rgba(255, 255, 255, 0.95);
}

.evr-news__form button {
    border: none;
    background: transparent;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 0.04em;
    padding: 6px 22px 10px;
    transition: letter-spacing 0.2s ease;
}

.evr-news__form button:hover {
    letter-spacing: 0.06em;
}

.evr-footer {
    background: #0a4a66;
    color: #ffffff;
    padding: 66px 0 18px;
}

.evr-footer__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 58px;
}

.evr-footer h4 {
    color: #ffffff;
    font-size: 2.1rem;
    margin-bottom: 18px;
    font-weight: 500;
    font-family: var(--ev-font-display);
    line-height: 1.05;
}

.evr-footer a,
.evr-footer p {
    display: block;
    color: rgba(255, 255, 255, 0.92);
    margin: 7px 0;
    font-size: 1.04rem;
    line-height: 1.45;
}

.evr-footer a {
    transition: color 0.2s ease, transform 0.2s ease;
}

.evr-footer a:hover {
    color: #ffd8e7;
    transform: translateX(2px);
}

.evr-footer__contact p {
    display: flex;
    align-items: center;
    gap: 12px;
}

.evr-footer__contact span {
    display: inline-flex;
    width: 1.2em;
    justify-content: center;
    font-size: 1.05em;
}

.evr-footer__copy {
    margin-top: 42px;
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.86);
}

.evr-footer__copy a {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.evr-footer__copy a:hover {
    color: #ffd8e7;
}

@keyframes evrTicker {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-45%);
    }
}

@keyframes evrStripMove {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

@media (max-width: 1024px) {
    .evr-shell {
        padding-top: 22px;
    }

    .evr-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .evr-hero,
    .evr-hero__bg {
        min-height: 430px;
    }

    .evr-hero__content {
        width: min(88%, 520px);
    }

    .evr-section,
    .evr-section--about,
    .evr-section--reverse {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .evr-community__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .evr-about-intro {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-bottom: 44px;
    }

    .evr-workshops-hero {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-top: 42px;
        padding-bottom: 70px;
    }

    .evr-workshops-hero__media {
        max-width: 360px;
    }

    .evr-workshops-hero__media--event {
        max-width: 100%;
        padding: 8px;
    }

    .evr-workshops-hero__media--event img {
        min-height: 0;
        max-height: 64vh;
    }

    .evr-workshops-ticket {
        padding-bottom: 70px;
    }

    .evr-ticket-placeholder {
        width: min(100%, 860px);
        min-height: 220px;
        border-radius: 64px;
    }

    .evr-btn--event-hub {
        min-height: 220px;
        border-radius: 64px;
        font-size: clamp(1rem, 3.4vw, 1.45rem);
        padding: 0 20px;
    }

    .evr-event-card {
        width: min(100%, 960px);
        grid-template-columns: 1fr;
        border-radius: 28px;
        padding: 24px;
        gap: 22px;
    }

    .evr-event-card__media {
        max-width: 420px;
    }

    .evr-bags-hero {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-top: 48px;
        padding-bottom: 52px;
    }

    .evr-bags-hero__media {
        max-width: 430px;
    }

    .evr-contact-panel-wrap {
        padding-top: 56px;
        padding-bottom: 62px;
    }

    .evr-contact-panel {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 44px 34px;
    }

    .evr-contact-panel__left p {
        font-size: 1.4rem;
    }

    .evr-contact-panel__social a {
        font-size: 1.55rem;
    }

    .evr-contact-panel__form span {
        font-size: 1.45rem;
    }

    .evr-contact-panel__form button {
        font-size: clamp(2rem, 6vw, 3rem);
    }

    .evr-about-intro__media {
        max-width: 260px;
        margin: 0 auto;
    }

    .evr-about-focus,
    .evr-about-focus--reverse {
        padding-top: 28px;
        padding-bottom: 34px;
    }

    .evr-about-focus__top,
    .evr-about-focus__top--reverse {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .evr-about-focus__media {
        max-width: 240px;
    }

    .evr-about-focus__top h2,
    .evr-about-focus__top--reverse h2 {
        max-width: none;
        justify-self: start;
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }

    .evr-about-focus__kicker {
        text-align: center;
    }

    .evr-footer__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .evr-footer h4 {
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    .evr-page .container {
        padding-inline: 14px;
    }

    .evr-announcement {
        font-size: 0.68rem;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .evr-header {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 8px;
    }

    /* burger far right — brand takes natural width, burger pushed to end */
    .evr-brand {
        flex: 1;
    }

    .evr-menu-toggle {
        display: inline-flex;
        margin-left: auto;
    }

    /* account section hidden at top level on mobile — shown inside nav instead */
    .evr-header-account {
        display: none;
    }

    .evr-nav {
        display: none;
        width: 100%;
        order: 3;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        background: #fffafc;
        border: 1px solid #f0e4ea;
        border-radius: 14px;
        padding: 12px;
        box-shadow: 0 8px 22px rgba(31, 52, 70, 0.08);
    }

    .evr-header.is-menu-open .evr-nav {
        display: flex;
    }

    .evr-nav a {
        font-size: 0.88rem;
        padding: 10px 12px;
        border-radius: 10px;
        background: #ffffff;
        border: 1px solid #f2e7ec;
    }

    /* account links shown inline inside the nav panel */
    .evr-nav .evr-nav__account-mobile {
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin-top: 4px;
        padding-top: 8px;
        border-top: 1px solid #f0e4ea;
    }

    .evr-hero,
    .evr-hero__bg {
        min-height: 360px;
    }

    .evr-hero__content {
        width: min(92%, 440px);
    }

    .evr-hero__content h1 {
        font-size: clamp(1.55rem, 7vw, 2.2rem);
    }

    .evr-hero__divider {
        width: min(200px, 72%);
        margin-bottom: 10px;
    }

    .evr-btn {
        min-width: 150px;
        padding: 9px 24px;
        font-size: 0.74rem;
    }

    .evr-hero--cta-preview .evr-hero__content {
        top: 50%;
    }

    .evr-btn--hero-giant {
        min-width: 160px;
        min-height: 44px;
        padding: 10px 22px;
        font-size: 0.75rem;
        margin-top: 10px;
    }

    .evr-hero__quicklinks {
        bottom: 18px;
        width: min(94%, 560px);
        gap: 8px;
    }

    .evr-hero__quicklink {
        min-height: 46px;
        padding: 10px 18px;
        font-size: 0.72rem;
        letter-spacing: 0.03em;
    }

    .evr-list-strip {
        font-size: 0.82rem;
    }

    .evr-list-strip__track span {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* Remove flush-edge padding when stacked */
    .evr-section--workshops {
        padding-inline-end: revert;
    }
    .evr-section--reverse {
        padding-inline-start: revert;
    }

    /* Center stacked section images */
    .evr-section--workshops .evr-section__media--round,
    .evr-section--reverse .evr-section__media--round {
        margin-left: auto;
        margin-right: auto;
    }

    /* Center copy text when image is gone from side */
    .evr-section--about .evr-section__copy,
    .evr-section--reverse .evr-section__copy {
        align-items: center;
        text-align: center;
    }

    .evr-section--workshops .evr-section__media--round img,
    .evr-section--reverse .evr-section__media--round img {
        aspect-ratio: 4 / 3;
    }

    /* Instagram: 1 column on mobile */
    .evr-community__grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .evr-section {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .evr-section__copy h2,
    .evr-community h2 {
        font-size: clamp(1.9rem, 7vw, 2.8rem);
    }

    .evr-about-intro__copy h1 {
        font-size: clamp(2rem, 10vw, 3.1rem);
    }

    .evr-about-focus__top h2,
    .evr-about-focus__top--reverse h2 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .evr-about-focus__kicker {
        font-size: 1.15rem;
    }

    .evr-grid {
        grid-template-columns: 1fr;
    }

    .evr-workshops-hero {
        padding-top: 28px;
        padding-bottom: 48px;
    }

    .evr-workshops-hero__copy h1 {
        font-size: clamp(2rem, 10vw, 3.1rem);
    }

    .evr-workshops-hero__copy p {
        font-size: 0.96rem;
        line-height: 1.45;
    }

    .evr-btn--wide {
        min-width: 0;
        width: 100%;
        max-width: 320px;
    }

    .evr-ticket-placeholder {
        min-height: 170px;
        border-radius: 44px;
        width: 100%;
        font-size: 1.06rem;
    }

    .evr-event-card {
        padding: 18px;
        border-radius: 22px;
        gap: 16px;
    }

    .evr-event-card__content h2 {
        font-size: clamp(1.5rem, 8vw, 2.2rem);
    }

    .evr-event-card__cta {
        width: 100%;
        max-width: 100%;
    }

    .evr-workshops-ticket {
        padding-bottom: 52px;
    }

    .evr-bags-hero {
        padding-top: 34px;
        padding-bottom: 42px;
    }

    .evr-bags-hero__copy h1 {
        font-size: clamp(2.1rem, 10vw, 3.2rem);
    }

    .evr-bags-hero__copy p {
        font-size: 0.96rem;
        line-height: 1.45;
    }

    .evr-bags-hero__btn {
        width: 100%;
        max-width: 360px;
    }

    .evr-contact-panel {
        padding: 30px 22px;
    }

    .evr-contact-panel__left h1 {
        font-size: clamp(2.2rem, 12vw, 3.6rem);
    }

    .evr-contact-panel__left p {
        font-size: 1.12rem;
        line-height: 1.2;
    }

    .evr-contact-panel__social a {
        font-size: 1.4rem;
    }

    .evr-contact-panel__form span {
        font-size: 1.12rem;
    }

    .evr-contact-panel__form button {
        margin-top: 16px;
        font-size: clamp(1.6rem, 10vw, 2.4rem);
    }

    .evr-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .evr-actions .evr-btn {
        width: 100%;
        max-width: 300px;
    }

    .evr-news__top {
        flex-direction: column;
        align-items: flex-start;
    }

    .evr-news h3 {
        margin-top: 14px;
    }

    .evr-news__form {
        max-width: 100%;
        grid-template-columns: 1fr;
        border-radius: 16px;
    }

    .evr-news__form button {
        font-size: 1.1rem;
        padding: 10px 16px;
        text-align: center;
    }

    .evr-footer {
        padding-top: 44px;
    }

    .evr-footer h4 {
        font-size: 1.55rem;
        margin-bottom: 10px;
    }

    .evr-footer a,
    .evr-footer p {
        font-size: 0.96rem;
        margin: 5px 0;
    }

    .evr-footer__copy {
        font-size: 0.82rem;
        margin-top: 28px;
    }
}

@media (max-width: 480px) {
    .evr-brand img {
        height: 44px;
    }

    .evr-nav a {
        font-size: 0.76rem;
    }

    .evr-news h3 {
        font-size: clamp(1.7rem, 10vw, 2.5rem);
    }

    .evr-news p {
        font-size: 0.92rem;
    }

    .evr-news__form input {
        font-size: 0.98rem;
    }
}

/* ── Inline ticket quantity form (workshops page) ── */
.evr-ticket-inline-form {
    margin-top: 28px;
    border-top: 1px solid #e0d8cc;
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.evr-ticket-inline-form__qty {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.evr-ticket-inline-form__qty label {
    font-weight: 600;
    color: #123f57;
    font-size: 1rem;
    min-width: 56px;
}

.evr-qty-control {
    display: flex;
    align-items: stretch;
    border: 1px solid #c8bfb2;
    border-radius: 8px;
    overflow: hidden;
}

.evr-qty-btn {
    width: 44px;
    height: 44px;
    background: #f7f4ef;
    border: none;
    font-size: 1.3rem;
    line-height: 1;
    cursor: pointer;
    color: #123f57;
    transition: background 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.evr-qty-btn:hover { background: #ede8e0; }

.evr-qty-control input[type="number"] {
    width: 60px;
    height: 44px;
    border: none;
    border-left: 1px solid #c8bfb2;
    border-right: 1px solid #c8bfb2;
    text-align: center;
    font-size: 1.05rem;
    font-family: inherit;
    color: #073b57;
    -moz-appearance: textfield;
    background: #fff;
}

.evr-qty-control input[type="number"]::-webkit-inner-spin-button,
.evr-qty-control input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.evr-ticket-inline-form__total {
    font-size: 1rem;
    color: #123f57;
    margin-left: auto;
}

.evr-ticket-inline-form__total strong {
    font-size: 1.15rem;
    color: #073b57;
}

/* Bigger button modifier */
.evr-btn--xl {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 1.1rem;
    letter-spacing: 0.06em;
    max-width: none;
    width: 100%;
}

@media (max-width: 600px) {
    .evr-ticket-inline-form__qty {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .evr-ticket-inline-form__total {
        margin-left: 0;
    }
}
