.ev-store-home,
.home .site-main.ev-store-home {
    width: 100%;
    padding: 0;
}

.ev-store-section,
.ev-store-hero {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.ev-store-frame {
    width: min(1600px, calc(100vw - 40px));
    margin: 0 auto;
}

.ev-store-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 34px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: #ff8a92;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.ev-store-heading {
    display: grid;
    gap: 14px;
    margin-bottom: 30px;
}

.ev-store-heading h2,
.ev-store-collection-banner__copy h2,
.ev-store-limited-banner__content h2,
.ev-store-music-panel__content h2,
.ev-store-newsletter__copy h2 {
    margin: 0;
    font-family: var(--ev-font-heading);
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 0.94;
    letter-spacing: -0.05em;
}

.ev-store-section {
    padding: 34px 0;
}

.ev-store-section--collection,
.ev-store-section--limited,
.ev-store-section--music,
.ev-store-section--community,
.ev-store-section--newsletter {
    background:
        radial-gradient(circle at top right, rgba(225, 6, 19, 0.12), transparent 24%),
        linear-gradient(180deg, rgba(17, 17, 17, 0.98), rgba(5, 5, 5, 1));
}

.ev-store-section--products,
.ev-store-section--bestseller,
.ev-store-section--categories,
.ev-store-section--collections,
.ev-store-section--lookbook,
.ev-store-section--fans,
.ev-store-section--about {
    background:
        radial-gradient(circle at bottom left, rgba(122, 0, 8, 0.12), transparent 24%),
        linear-gradient(180deg, rgba(10, 10, 10, 0.96), rgba(5, 5, 5, 1));
}

.ev-store-hero {
    min-height: 100vh;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.42) 45%, rgba(5, 5, 5, 0.72) 100%),
        linear-gradient(180deg, rgba(5, 5, 5, 0.22) 0%, rgba(5, 5, 5, 0.74) 76%, rgba(5, 5, 5, 1) 100%),
        var(--ev-store-hero-bg) center / cover no-repeat;
}

.ev-store-hero__backdrop,
.ev-store-hero__ambient,
.ev-store-hero__particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.ev-store-hero__backdrop {
    background:
        linear-gradient(180deg, rgba(5, 5, 5, 0.2) 0%, rgba(5, 5, 5, 0.68) 70%, rgba(5, 5, 5, 0.96) 100%);
}

.ev-store-hero__ambient {
    background:
        radial-gradient(circle at calc(18% + var(--ev-store-parallax-x, 0px)) calc(24% + var(--ev-store-parallax-y, 0px)), rgba(225, 6, 19, 0.24), transparent 18%),
        radial-gradient(circle at calc(82% - var(--ev-store-parallax-x, 0px)) calc(30% - var(--ev-store-parallax-y, 0px)), rgba(225, 6, 19, 0.18), transparent 20%),
        radial-gradient(circle at 68% 80%, rgba(122, 0, 8, 0.22), transparent 18%);
    filter: blur(18px);
}

.ev-store-hero__particles {
    background-image:
        radial-gradient(circle at 14% 20%, rgba(255, 255, 255, 0.16) 0, rgba(255, 255, 255, 0) 2px),
        radial-gradient(circle at 62% 28%, rgba(255, 255, 255, 0.13) 0, rgba(255, 255, 255, 0) 2px),
        radial-gradient(circle at 82% 46%, rgba(225, 6, 19, 0.18) 0, rgba(225, 6, 19, 0) 3px),
        radial-gradient(circle at 34% 74%, rgba(255, 255, 255, 0.12) 0, rgba(255, 255, 255, 0) 2px);
    animation: evStoreParticles 18s linear infinite;
}

.ev-store-hero__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
    gap: clamp(26px, 4vw, 60px);
    align-items: center;
    min-height: 100vh;
    padding: clamp(112px, 10vw, 150px) clamp(18px, 4vw, 72px) clamp(46px, 5vw, 72px);
}

.ev-store-hero__copy {
    display: grid;
    gap: 18px;
    max-width: 720px;
}

.ev-store-hero__copy h1 {
    margin: 0;
    font-family: var(--ev-font-heading);
    font-size: clamp(4rem, 8vw, 8rem);
    line-height: 0.84;
    letter-spacing: -0.08em;
}

.ev-store-hero__subline {
    max-width: 54ch;
    margin: 0;
    color: #d5d5d5;
    font-size: clamp(1rem, 2vw, 1.2rem);
}

.ev-store-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 8px;
}

.ev-store-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 8px;
}

.ev-store-hero__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ev-store-hero__visual {
    position: relative;
    min-height: 680px;
    display: grid;
    justify-items: end;
    align-items: center;
}

.ev-store-hero__portrait {
    position: relative;
    width: min(100%, 660px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 38px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
        rgba(17, 17, 17, 0.6);
    box-shadow:
        0 34px 100px rgba(0, 0, 0, 0.48),
        0 0 84px rgba(225, 6, 19, 0.16);
    backdrop-filter: blur(18px);
}

.ev-store-hero__portrait::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 50%;
    background: linear-gradient(180deg, rgba(225, 6, 19, 0), rgba(225, 6, 19, 0.34));
}

.ev-store-hero__portrait img {
    width: 100%;
    height: 100%;
    min-height: 680px;
    object-fit: cover;
}

.ev-store-hero__spotlight {
    position: absolute;
    left: 18px;
    bottom: 24px;
    display: grid;
    gap: 4px;
    width: min(360px, calc(100% - 36px));
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
        rgba(10, 10, 10, 0.82);
    color: #fff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(18px);
}

.ev-store-hero__spotlight span {
    color: #ff8a92;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ev-store-hero__spotlight strong {
    font-family: var(--ev-font-heading);
    font-size: 1.2rem;
}

.ev-store-hero__spotlight small {
    color: #cfcfcf;
}

.ev-store-hero__detail-card {
    position: absolute;
    top: 26px;
    right: 18px;
    display: grid;
    gap: 4px;
    min-width: 220px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
        rgba(10, 10, 10, 0.78);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
}

.ev-store-hero__detail-kicker {
    color: #ff8a92;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ev-store-hero__detail-card strong {
    font-family: var(--ev-font-heading);
    font-size: 1rem;
    line-height: 1.1;
}

.ev-store-hero__detail-card small {
    color: #cfcfcf;
}

.ev-store-collection-banner,
.ev-store-limited-banner,
.ev-store-music-panel,
.ev-store-newsletter,
.ev-store-about,
.ev-store-empty,
.ev-store-category-card,
.ev-store-collection-card,
.ev-store-card,
.ev-store-social-grid__item,
.ev-store-countdown > div {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
        rgba(17, 17, 17, 0.92);
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(20px);
}

.ev-store-collection-banner,
.ev-store-music-panel,
.ev-store-newsletter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
    gap: 20px;
    overflow: hidden;
}

.ev-store-collection-banner__copy,
.ev-store-music-panel__content,
.ev-store-newsletter__copy {
    display: grid;
    align-content: center;
    gap: 16px;
    padding: 32px;
}

.ev-store-collection-banner__copy p,
.ev-store-music-panel__content p,
.ev-store-about p,
.ev-store-newsletter__copy p,
.ev-store-empty p,
.ev-store-category-card__body small,
.ev-store-collection-card__body small {
    margin: 0;
    color: #cfcfcf;
}

.ev-store-collection-banner__visual,
.ev-store-music-panel__cover {
    overflow: hidden;
    background: rgba(5, 5, 5, 0.9);
}

.ev-store-collection-banner__visual img,
.ev-store-music-panel__cover img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.ev-store-grid,
.ev-store-category-grid,
.ev-store-collection-grid,
.ev-store-lookbook-grid,
.ev-store-social-grid {
    display: grid;
    gap: 18px;
}

.ev-store-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ev-store-grid--compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ev-store-home--cards-small .ev-store-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ev-store-home--cards-small .ev-store-grid--compact {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ev-store-home--cards-small .ev-store-strip__track {
    grid-auto-columns: minmax(260px, 1fr);
}

.ev-store-home--cards-small .ev-store-card__body {
    padding: 18px;
}

.ev-store-home--cards-large .ev-store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ev-store-home--cards-large .ev-store-grid--compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ev-store-home--cards-large .ev-store-strip__track {
    grid-auto-columns: minmax(380px, 1fr);
}

.ev-store-home--cards-large .ev-store-card__media {
    aspect-ratio: 0.84;
}

.ev-store-home--cards-large .ev-store-card__body {
    padding: 26px;
}

.ev-store-card {
    display: grid;
    overflow: hidden;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.ev-store-card:hover,
.ev-store-category-card:hover,
.ev-store-collection-card:hover,
.ev-store-social-grid__item:hover {
    transform: translateY(-4px);
    border-color: rgba(225, 6, 19, 0.3);
    box-shadow: 0 0 34px rgba(225, 6, 19, 0.14);
}

.ev-store-card__media {
    position: relative;
    display: block;
    aspect-ratio: 0.92;
    overflow: hidden;
    background: rgba(5, 5, 5, 0.9);
}

.ev-store-card__image {
    position: absolute;
    inset: 0;
}

.ev-store-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 320ms ease, opacity 320ms ease;
}

.ev-store-card__image--secondary img {
    opacity: 0;
}

.ev-store-card:hover .ev-store-card__image--primary img {
    opacity: 0;
}

.ev-store-card:hover .ev-store-card__image--secondary img {
    opacity: 1;
    transform: scale(1.06);
}

.ev-store-card__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(225, 6, 19, 0.88);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ev-store-card__badge--alt {
    left: auto;
    right: 16px;
    background: rgba(255, 255, 255, 0.12);
}

.ev-store-card__glow {
    position: absolute;
    inset: auto 0 0;
    height: 44%;
    background: linear-gradient(180deg, rgba(225, 6, 19, 0), rgba(225, 6, 19, 0.34));
    opacity: 0;
    transition: opacity 220ms ease;
}

.ev-store-card:hover .ev-store-card__glow {
    opacity: 1;
}

.ev-store-card__body {
    display: grid;
    gap: 14px;
    padding: 22px;
}

.ev-store-card__body h3,
.ev-store-card__body p,
.ev-store-card__price,
.ev-store-empty h3 {
    margin: 0;
}

.ev-store-card__body h3 a {
    color: #fff;
}

.ev-store-card__price,
.ev-store-modal__price {
    color: #fff;
    font-family: var(--ev-font-heading);
    font-size: 1.24rem;
    font-weight: 700;
}

.ev-store-card__body p {
    color: #cfcfcf;
}

.ev-store-card__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.ev-store-limited-banner {
    position: relative;
    overflow: hidden;
    min-height: 460px;
    padding: 34px;
    background:
        linear-gradient(120deg, rgba(5, 5, 5, 0.88), rgba(5, 5, 5, 0.42) 45%, rgba(5, 5, 5, 0.76)),
        var(--ev-limited-bg) center / cover no-repeat;
}

.ev-store-limited-banner__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at right center, rgba(225, 6, 19, 0.22), transparent 26%),
        linear-gradient(90deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.36) 52%, rgba(5, 5, 5, 0.72) 100%);
}

.ev-store-limited-banner__content {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 20px;
    align-content: center;
    max-width: 760px;
    min-height: 100%;
}

.ev-store-countdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.ev-store-countdown > div {
    display: grid;
    gap: 6px;
    padding: 18px;
    background:
        linear-gradient(180deg, rgba(225, 6, 19, 0.16), rgba(255, 255, 255, 0.02)),
        rgba(17, 17, 17, 0.9);
}

.ev-store-countdown strong {
    font-family: var(--ev-font-heading);
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    line-height: 1;
}

.ev-store-countdown span {
    color: #cfcfcf;
    font-size: 0.82rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ev-store-strip {
    position: relative;
}

.ev-store-strip__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(300px, 1fr);
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-inline: 4px;
}

.ev-store-strip__track::-webkit-scrollbar {
    display: none;
}

.ev-store-strip__nav {
    position: absolute;
    top: calc(50% - 26px);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(5, 5, 5, 0.84);
    color: #fff;
    backdrop-filter: blur(14px);
}

.ev-store-strip__nav--prev {
    left: -14px;
}

.ev-store-strip__nav--next {
    right: -14px;
}

.ev-store-music-panel__cover {
    min-height: 420px;
}

.ev-store-music-panel__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ev-store-category-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ev-store-category-card,
.ev-store-collection-card {
    display: grid;
    overflow: hidden;
    color: #fff;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.ev-store-category-card__media,
.ev-store-collection-card__media {
    overflow: hidden;
    background: rgba(5, 5, 5, 0.9);
}

.ev-store-category-card__media img,
.ev-store-collection-card__media img,
.ev-store-lookbook-card img,
.ev-store-social-grid__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ev-store-category-card__media {
    aspect-ratio: 4 / 5;
}

.ev-store-collection-card__media {
    aspect-ratio: 4 / 5;
}

.ev-store-category-card__body,
.ev-store-collection-card__body {
    display: grid;
    gap: 6px;
    padding: 18px;
}

.ev-store-category-card__body strong,
.ev-store-collection-card__body strong {
    font-family: var(--ev-font-heading);
    font-size: 1.12rem;
}

.ev-store-collection-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ev-store-lookbook-grid {
    grid-template-columns: 1.05fr 0.95fr 1fr;
    align-items: stretch;
}

.ev-store-lookbook-card {
    overflow: hidden;
    min-height: 560px;
    border-radius: 32px;
}

.ev-store-lookbook-card--2 {
    margin-top: 48px;
}

.ev-store-social-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ev-store-social-grid__item {
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.ev-store-about {
    padding: 26px 28px;
}

.ev-store-about p {
    max-width: 78ch;
}

.ev-store-newsletter {
    align-items: center;
}

.ev-store-newsletter__form-shell {
    padding: 28px 28px 28px 0;
}

.ev-store-newsletter__form {
    display: grid;
    gap: 14px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.03);
}

.ev-store-newsletter__form input[type="email"] {
    min-height: 60px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
}

.ev-store-newsletter__notice {
    margin: 0 0 12px;
    padding: 14px 16px;
    border-radius: 18px;
    font-weight: 700;
}

.ev-store-newsletter__notice.is-success {
    background: rgba(76, 175, 80, 0.16);
    color: #b9f1c3;
}

.ev-store-newsletter__notice.is-error {
    background: rgba(225, 6, 19, 0.16);
    color: #ff9aa1;
}

.ev-store-empty {
    padding: 28px;
}

.ev-store-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.ev-store-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(16px);
}

.ev-store-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(94vw, 980px);
    margin: 8vh auto;
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
    gap: 22px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
        rgba(17, 17, 17, 0.96);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
}

.ev-store-modal__media {
    overflow: hidden;
    border-radius: 22px;
    background: rgba(0, 0, 0, 0.34);
}

.ev-store-modal__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ev-store-modal__content {
    display: grid;
    align-content: center;
    gap: 14px;
}

.ev-store-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 1.35rem;
}

@keyframes evStoreParticles {
    0% { transform: translateY(0); opacity: 0.7; }
    50% { transform: translateY(-16px); opacity: 1; }
    100% { transform: translateY(0); opacity: 0.7; }
}

@media (max-width: 1380px) {
    .ev-store-grid,
    .ev-store-category-grid,
    .ev-store-collection-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ev-store-social-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1120px) {
    .ev-store-hero__layout,
    .ev-store-collection-banner,
    .ev-store-music-panel,
    .ev-store-newsletter,
    .ev-store-modal__dialog {
        grid-template-columns: 1fr;
    }

    .ev-store-grid,
    .ev-store-grid--compact,
    .ev-store-category-grid,
    .ev-store-collection-grid,
    .ev-store-lookbook-grid,
    .ev-store-social-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ev-store-hero__visual {
        justify-items: start;
        min-height: 560px;
    }

    .ev-store-newsletter__form-shell {
        padding: 0 28px 28px;
    }
}

@media (max-width: 820px) {
    .ev-store-frame {
        width: min(1600px, calc(100vw - 24px));
    }

    .ev-store-section {
        padding: 24px 0;
    }

    .ev-store-hero__layout {
        padding: 104px 14px 34px;
    }

    .ev-store-hero__actions,
    .ev-store-card__actions,
    .ev-store-music-panel__links {
        display: grid;
    }

    .ev-store-grid,
    .ev-store-grid--compact,
    .ev-store-category-grid,
    .ev-store-collection-grid,
    .ev-store-lookbook-grid,
    .ev-store-social-grid,
    .ev-store-countdown {
        grid-template-columns: 1fr;
    }

    .ev-store-hero__portrait img {
        min-height: 460px;
    }

    .ev-store-hero__detail-card {
        top: 14px;
        right: 14px;
        min-width: 0;
        width: calc(100% - 28px);
    }

    .ev-store-strip__nav {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ev-store-hero__particles,
    .ev-store-card,
    .ev-store-card__image img,
    .ev-store-category-card,
    .ev-store-collection-card,
    .ev-store-social-grid__item {
        animation: none !important;
        transition: none !important;
    }
}
