:root {
    --ev-sand: #f5efe4;
    --ev-sand-deep: #ebe2d4;
    --ev-cream: #fffdf8;
    --ev-ink: var(--color-primary);
    --ev-ink-deep: var(--color-primary-darker);
    --ev-rose: var(--color-warning);
    --ev-rose-deep: var(--color-warning-dark);
    --ev-border: rgba(42, 90, 107, 0.12);
}

.homepage-shell {
    background:
        radial-gradient(circle at top right, rgba(42, 90, 107, 0.07), transparent 24%),
        linear-gradient(180deg, #fffdfa 0%, #f7f1e8 100%);
}

.ev-section-title {
    padding-top: 30px;
    color: var(--ev-ink-deep);
    font-family: var(--ev-font-display);
    font-size: clamp(2.4rem, 4.4vw, 4rem);
    line-height: 0.96;
    letter-spacing: -0.025em;
    text-wrap: balance;
}

.ev-section-copy {
    color: rgba(29, 66, 80, 0.78);
    font-size: 1.05rem;
    line-height: 1.76;
}

.ev-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: calc(100svh - 88px);
    width: 100%;
    isolation: isolate;
}

.ev-hero__bg {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.ev-hero__bg-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.035);
    animation: evHeroImageFloat 14s ease-out forwards;
}

.ev-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7, 24, 31, 0.16) 0%, rgba(10, 63, 86, 0.24) 42%, rgba(7, 24, 31, 0.44) 100%);
    z-index: -1;
}

.ev-hero__content {
    width: 100%;
    max-width: 840px;
    padding: clamp(48px, 7vw, 96px) 24px;
    transform: translateY(12px);
    text-align: center;
}

.ev-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.ev-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(208, 133, 138, 0.14);
    color: var(--ev-rose-deep);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ev-hero__title {
    margin-top: 18px;
    font-family: var(--ev-font-display);
    color: #ffffff;
    font-size: clamp(2.35rem, 5.6vw, 5.15rem);
    line-height: 0.94;
    letter-spacing: -0.03em;
    text-shadow: 0 14px 38px rgba(7, 24, 31, 0.24);
    text-wrap: balance;
}

.ev-hero__copy {
    max-width: 620px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1rem, 1.7vw, 1.08rem);
    line-height: 1.8;
    text-shadow: 0 8px 22px rgba(7, 24, 31, 0.22);
    text-wrap: pretty;
}

.ev-hero__actions {
    margin-top: 28px;
    display: flex;
    justify-content: center;
}

.ev-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 999px;
    background: var(--ev-ink);
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(29, 66, 80, 0.16);
    transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.ev-primary-btn:hover {
    color: #ffffff;
    background: var(--ev-rose-deep);
    box-shadow: 0 18px 34px rgba(173, 95, 101, 0.24);
    transform: translateY(-2px);
}

.ev-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 22px;
    border: 1px solid rgba(208, 133, 138, 0.34);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: var(--ev-rose-deep);
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(208, 133, 138, 0.1);
    transition:
        transform 0.22s ease,
        background 0.22s ease,
        border-color 0.22s ease,
        color 0.22s ease,
        box-shadow 0.22s ease;
}

.ev-secondary-btn:hover {
    transform: translateY(-2px);
    background: var(--ev-rose-deep);
    border-color: var(--ev-rose-deep);
    box-shadow: 0 16px 28px rgba(173, 95, 101, 0.22);
    color: #ffffff;
}

.ev-product-card,
.ev-spotlight-card,
.ev-founder-panel,
.ev-special-card,
.ev-collection-cta {
    border: 1px solid var(--ev-border);
    background: var(--ev-cream);
    box-shadow: 0 18px 40px rgba(12, 48, 66, 0.08);
}

.ev-product-card {
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.ev-product-card:hover {
    border-color: rgba(208, 133, 138, 0.4);
    box-shadow: 0 26px 50px rgba(29, 66, 80, 0.14);
    transform: translateY(-6px);
}

.ev-product-card__image {
    position: relative;
    aspect-ratio: 1 / 1;
    background: linear-gradient(180deg, #ffffff 0%, #f3ece1 100%);
}

.ev-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.ev-product-card:hover .ev-product-card__image img {
    transform: scale(1.06);
}

.ev-product-card__badge {
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 8px 12px;
    border-radius: 999px;
}

.ev-product-card__badge.ev-product-badge {
    border-radius: 999px;
}

.ev-product-card__title {
    min-height: 96px;
}

.ev-product-card__title a {
    transition: color 0.22s ease;
}

.ev-product-card:hover .ev-product-card__title a {
    color: var(--ev-ink-deep);
}

.ev-spotlight-card {
    height: 100%;
    border-radius: 36px;
    overflow: hidden;
}

.ev-spotlight-card:hover {
    border-color: rgba(42, 90, 107, 0.28);
    box-shadow: 0 28px 52px rgba(29, 66, 80, 0.14);
    transform: translateY(-4px);
}

.ev-spotlight-card__visual {
    min-height: 320px;
    background: linear-gradient(180deg, #faf5eb 0%, #efe6d6 100%);
}

.ev-spotlight-card__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ev-product-card__category {
    margin-bottom: 8px;
    color: rgba(29, 66, 80, 0.58);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ev-spotlight-title {
    margin-top: 20px;
    font-family: var(--ev-font-display);
    color: var(--ev-ink-deep);
    font-size: clamp(2.15rem, 4vw, 3rem);
    line-height: 0.98;
    font-weight: 600;
    text-wrap: balance;
}

.ev-value-strip {
    padding: clamp(34px, 5vw, 48px) clamp(20px, 4vw, 42px);
    border-radius: 36px;
    background: linear-gradient(135deg, var(--ev-ink) 0%, var(--ev-ink-deep) 100%);
    color: #ffffff;
}

.ev-values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(20px, 3vw, 34px);
}

.ev-value-item {
    height: 100%;
    padding: 0;
    border: none;
    background: transparent;
    transition: transform 0.24s ease, opacity 0.24s ease;
}

.ev-value-item:hover {
    transform: translateY(-4px);
}

.ev-value-item__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    border: none;
    background: transparent;
}

.ev-value-item__icon-mark {
    font-size: 3rem;
    transition: transform 0.24s ease, color 0.24s ease;
}

.ev-value-item:hover .ev-value-item__icon-mark {
    transform: scale(1.06);
    color: rgba(255, 255, 255, 0.92);
}

.ev-value-title {
    margin-top: 18px;
    color: #ffffff;
    font-size: 1.35rem;
    line-height: 1.2;
    font-weight: 700;
}

.ev-founder-panel {
    border: none;
    background: transparent;
    box-shadow: none;
}

.ev-founder-media {
    position: relative;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 38px;
    min-height: 620px;
    background: transparent;
}

.ev-founder-media > img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: cover;
}

.ev-founder-media__portrait {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 180px;
    aspect-ratio: 0.78 / 1;
    border-radius: 50% 50% 0 0 / 34% 34% 0 0;
    overflow: hidden;
    border: 6px solid rgba(255, 250, 244, 0.95);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
    background: #ffffff;
}

.ev-founder-media__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ev-founder-title {
    line-height: 1.02;
    letter-spacing: -0.02em;
}

.ev-special-section {
    border-radius: 36px;
    background: linear-gradient(180deg, #47798a 0%, var(--ev-ink) 100%);
}

.ev-special-card {
    min-height: 100%;
    border-radius: 26px;
    padding: 28px 24px;
    background: rgba(255, 249, 243, 0.94);
}

.ev-special-card:hover {
    border-color: rgba(208, 133, 138, 0.38);
    box-shadow: 0 22px 44px rgba(29, 66, 80, 0.16);
    transform: translateY(-5px);
}

.ev-special-title {
    font-family: var(--ev-font-display);
    color: #ffffff;
    font-size: clamp(2.6rem, 4.2vw, 3.4rem);
    line-height: 0.98;
    font-weight: 600;
    text-wrap: balance;
}

.ev-card-title {
    color: var(--ev-ink-deep);
    font-family: var(--ev-font-display);
    font-size: 1.9rem;
    line-height: 1.2;
    font-weight: 600;
    text-wrap: balance;
}

.ev-special-card__dot {
    display: inline-flex;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: var(--ev-rose);
    box-shadow: 12px 0 0 rgba(208, 133, 138, 0.28);
}

.ev-testimonial-card__header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ev-testimonial-avatar {
    width: 72px;
    height: 72px;
    border-radius: 999px;
    object-fit: cover;
    box-shadow: 0 10px 22px rgba(29, 66, 80, 0.14);
}

.ev-collection-cta {
    border-radius: 38px;
    overflow: hidden;
    background: linear-gradient(180deg, #f7f1e5 0%, #f0e6d7 100%);
}

.ev-collection-section {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ev-collection-cta__column {
    display: grid;
    gap: 24px;
    padding: 24px;
}

.ev-collection-cta__image-card {
    min-height: 320px;
    border-radius: 30px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.54);
    box-shadow: 0 14px 34px rgba(29, 66, 80, 0.1);
}

.ev-collection-cta__image-card:nth-child(2) {
    min-height: 420px;
}

.ev-collection-cta__image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ev-collection-cta__content-wrap {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 32px;
}

.ev-collection-cta__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    max-width: 420px;
    padding-bottom: 20px;
    text-align: center;
    will-change: transform;
    transition: transform 0.14s ease-out;
}

.ev-collection-cta__description,
.ev-collection-cta__action {
    margin-top: 0;
}

.ev-collection-title {
    color: var(--ev-ink-deep);
    font-family: var(--ev-font-display);
    font-size: clamp(2.25rem, 4vw, 3rem);
    line-height: 1;
    font-weight: 600;
    text-wrap: balance;
}

.ev-empty-state {
    border: 1px solid var(--ev-border);
    border-radius: 30px;
    background: #ffffff;
    padding: 40px;
    text-align: center;
}

.ev-hero__eyebrow,
.ev-hero__title,
.ev-hero__copy,
.ev-hero__actions {
    opacity: 0;
    animation: evHeroFadeUp 0.88s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.ev-hero__eyebrow {
    animation-delay: 0.12s;
}

.ev-hero__title {
    animation-delay: 0.22s;
}

.ev-hero__copy {
    animation-delay: 0.34s;
}

.ev-hero__actions {
    animation-delay: 0.46s;
}

@keyframes evHeroFadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes evHeroImageFloat {
    from {
        transform: scale(1.08);
    }
    to {
        transform: scale(1.035);
    }
}

@media (max-width: 1024px) {
    .ev-founder-media {
        min-height: 500px;
    }

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

    .ev-hero__content {
        max-width: 760px;
    }

    .ev-collection-cta__content-wrap {
        padding: 40px 24px;
    }

    .ev-collection-cta__content {
        max-width: 100%;
        transform: none !important;
    }

    .ev-collection-cta__column {
        padding: 24px 24px 0;
    }
}

@media (max-width: 767px) {
    .ev-hero {
        min-height: calc(100svh - 72px);
    }

    .ev-section-title,
    .ev-special-title,
    .ev-spotlight-title,
    .ev-collection-title {
        line-height: 1;
    }

    .ev-hero__content {
        max-width: 100%;
        transform: translateY(8px);
    }

    .ev-hero__title {
        font-size: clamp(2.2rem, 10vw, 3.6rem);
    }

    .ev-value-strip,
    .ev-special-section,
    .ev-collection-cta,
    .ev-spotlight-card {
        border-radius: 26px;
    }

    .ev-collection-cta__column {
        padding: 18px 18px 0;
        gap: 18px;
    }

    .ev-collection-cta__image-card,
    .ev-collection-cta__image-card:nth-child(2) {
        min-height: 260px;
    }

    .ev-founder-media__portrait {
        width: 124px;
        right: 20px;
        bottom: 20px;
        border-width: 4px;
    }

    .ev-values-grid {
        grid-template-columns: 1fr;
    }

    .ev-product-card__title {
        min-height: 0;
    }

    .ev-collection-cta__content {
        transform: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ev-hero__eyebrow,
    .ev-hero__title,
    .ev-hero__copy,
    .ev-hero__actions,
    .ev-hero__bg-media {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .ev-primary-btn,
    .ev-secondary-btn,
    .ev-product-card,
    .ev-spotlight-card,
    .ev-special-card,
    .ev-value-item,
    .ev-value-item__icon-mark,
    .ev-collection-cta__content {
        transition: none;
    }
}
