.fortune-hero {
    position: relative;
    min-height: 570px;
    overflow: hidden;
    border-top: 3px solid #95040a;
    border-bottom: 1px solid #e8c98b;
    background: #fff5df;
    isolation: isolate;
}

.spring-bloom-layer {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.spring-bloom-layer::after {
    position: absolute;
    top: -35%;
    bottom: -35%;
    left: -35%;
    width: 18%;
    background: linear-gradient(90deg, transparent, rgba(255, 231, 154, .2), transparent);
    content: "";
    opacity: 0;
    transform: skewX(-18deg);
}

.spring-bloom {
    --petal: #f5c735;
    position: absolute;
    width: 22px;
    aspect-ratio: 1;
    opacity: 0;
    background:
        radial-gradient(circle at 50% 13%, var(--petal) 0 17%, transparent 19%),
        radial-gradient(circle at 86% 41%, var(--petal) 0 17%, transparent 19%),
        radial-gradient(circle at 73% 84%, var(--petal) 0 17%, transparent 19%),
        radial-gradient(circle at 27% 84%, var(--petal) 0 17%, transparent 19%),
        radial-gradient(circle at 14% 41%, var(--petal) 0 17%, transparent 19%);
    filter: drop-shadow(0 2px 2px rgba(118, 52, 11, .24));
    transform: translateY(15px) scale(.05) rotate(-42deg);
}

.spring-bloom::after,
.cta-blossom::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #a96508;
    box-shadow: 0 0 0 2px rgba(255, 235, 128, .55);
    content: "";
    transform: translate(-50%, -50%);
}

.spring-bloom:nth-child(even) {
    --petal: #ef8584;
}

.spring-bloom:nth-child(1) { --delay: 0s; }
.spring-bloom:nth-child(2) { --delay: .11s; }
.spring-bloom:nth-child(3) { --delay: .22s; }
.spring-bloom:nth-child(4) { --delay: .34s; }
.spring-bloom:nth-child(5) { --delay: .47s; }
.spring-bloom:nth-child(6) { --delay: .6s; }
.spring-bloom:nth-child(7) { --delay: .72s; }
.spring-bloom:nth-child(8) { --delay: .84s; }

.spring-bloom-layer--hero .spring-bloom:nth-child(1) { top: 18%; left: 7%; width: 22px; }
.spring-bloom-layer--hero .spring-bloom:nth-child(2) { top: 31%; left: 13%; width: 17px; }
.spring-bloom-layer--hero .spring-bloom:nth-child(3) { top: 22%; left: 20%; width: 19px; }
.spring-bloom-layer--hero .spring-bloom:nth-child(4) { top: 48%; left: 45%; width: 16px; }
.spring-bloom-layer--hero .spring-bloom:nth-child(5) { top: 18%; right: 16%; width: 21px; }
.spring-bloom-layer--hero .spring-bloom:nth-child(6) { top: 43%; right: 10%; width: 18px; }
.spring-bloom-layer--hero .spring-bloom:nth-child(7) { top: 63%; right: 20%; width: 15px; }
.spring-bloom-layer--hero .spring-bloom:nth-child(8) { top: 73%; left: 49%; width: 17px; }

.fortune-hero:hover .spring-bloom-layer--hero .spring-bloom,
.brand-promo-card:hover .spring-bloom {
    animation: mmtl-bloom-real 4.6s cubic-bezier(.2, .85, .25, 1) var(--delay) infinite;
}

.brand-promo-card:hover .spring-bloom {
    animation-duration: 4.2s;
}

.fortune-hero:hover .spring-bloom-layer::after,
.brand-promo-card:hover .spring-bloom-layer::after {
    animation: mmtl-gold-sweep 1.25s ease-out both;
}

.fortune-hero__art {
    position: absolute;
    inset: 0;
    z-index: -2;
    margin: 0;
}

.fortune-hero__art::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(255, 248, 231, .42) 0%, rgba(255, 248, 231, .16) 36%, transparent 53%);
    pointer-events: none;
}

.fortune-hero__art img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: filter 1s ease, transform 1.15s cubic-bezier(.2, .8, .2, 1);
}

.fortune-hero:hover .fortune-hero__art img {
    filter: saturate(1.07) brightness(1.015);
    transform: scale(1.012);
}

.fortune-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 570px;
    padding-block: 44px 32px;
}

.fortune-hero__copy {
    position: relative;
    width: min(570px, 43vw);
    margin-left: clamp(-32px, -1.6vw, -14px);
    text-align: center;
}

.fortune-hero__kicker {
    margin: 0 0 3px;
    color: #b4080d;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: clamp(36px, 3.4vw, 56px);
    font-style: italic;
    font-weight: 700;
    letter-spacing: -.8px;
    line-height: 1.05;
    text-shadow: 0 2px 0 rgba(255, 255, 255, .75);
    transform: translateY(-11px);
}

.fortune-hero__copy h1 {
    margin: 0;
    color: #2f1e16;
    font-family:var(--mmtl-font-ui);
    font-size: clamp(55px, 5.1vw, 82px);
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 2px 0 rgba(255, 255, 255, .72);
}

.fortune-hero__title-accent {
    color: #bf7c13;
}

.fortune-hero__message {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 51px;
    margin: 20px auto 23px;
    padding: 9px 42px;
    background: linear-gradient(180deg, #ce161b, #a9050b);
    clip-path: polygon(0 0, 100% 0, 93% 50%, 100% 100%, 0 100%, 7% 50%);
    color: #fff7dd;
    font-size: clamp(17px, 1.45vw, 22px);
    font-weight: 800;
    line-height: 1.25;
    text-shadow: 0 1px 1px rgba(80, 0, 0, .4);
}

.fortune-hero__benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto 25px;
}

.fortune-benefit {
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 8px;
    min-width: 0;
    min-height: 91px;
    padding: 3px 10px;
    border-right: 1px solid rgba(159, 92, 20, .16);
    color: #2f211b;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.22;
}

.fortune-benefit:last-child {
    border-right: 0;
}

.fortune-benefit .mmtl-icon {
    width: 34px;
    height: 34px;
    color: #c68114;
    stroke-width: 1.7;
}

.fortune-benefit span {
    max-width: 100px;
}

.fortune-hero__cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(270px, 82%);
    min-height: 53px;
    padding: 10px 58px 10px 28px;
    overflow: visible;
    border: 1px solid #a50008;
    border-radius: 25px 9px 9px 25px;
    background: linear-gradient(180deg, #d0141a, #ad050b);
    box-shadow: 0 8px 18px rgba(138, 4, 10, .16), inset 0 1px rgba(255, 255, 255, .22);
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}

.fortune-hero__cta .cta-blossom {
    position: absolute;
    right: -8px;
    width: 52px;
    aspect-ratio: 1;
    background:
        radial-gradient(circle at 50% 13%, #f5c735 0 18%, transparent 20%),
        radial-gradient(circle at 86% 41%, #f5c735 0 18%, transparent 20%),
        radial-gradient(circle at 73% 84%, #f5c735 0 18%, transparent 20%),
        radial-gradient(circle at 27% 84%, #f5c735 0 18%, transparent 20%),
        radial-gradient(circle at 14% 41%, #f5c735 0 18%, transparent 20%);
    filter: drop-shadow(0 3px 3px rgba(113, 35, 4, .32));
    transform: rotate(-10deg);
    transition: transform .35s cubic-bezier(.2, .9, .25, 1.35);
}

.fortune-hero__cta:hover .cta-blossom,
.fortune-hero__cta:focus-visible .cta-blossom {
    transform: rotate(14deg) scale(1.08);
}

.fortune-hero__cta:hover,
.fortune-hero__cta:focus-visible {
    box-shadow: 0 12px 24px rgba(138, 4, 10, .25), inset 0 1px rgba(255, 255, 255, .22);
    color: #fff;
    transform: translateY(-2px);
}

.category-strip {
    position: relative;
    padding: 24px 0 28px;
    overflow: hidden;
    border-bottom: 1px solid #f1dfc5;
    background:
        radial-gradient(circle at 15% -50%, rgba(242, 183, 66, .12), transparent 34%),
        linear-gradient(180deg, #fffdf9, #fffaf2);
}

.category-strip::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, transparent, #edc67c 20%, #f6dfaa 50%, #edc67c 80%, transparent);
}

.category-strip .site-shell {
    width: min(1420px, calc(100vw - 48px));
}

.category-carousel {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 12px;
}

.category-card {
    display: grid;
    grid-template-rows: auto 1fr;
    justify-items: center;
    align-items: start;
    gap: 10px;
    min-width: 0;
    min-height: 172px;
    padding: 12px 10px 15px;
    border: 1px solid rgba(220, 185, 132, .28);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255, 253, 248, .96), rgba(255, 247, 234, .88));
    box-shadow: 0 8px 22px rgba(128, 72, 21, .055), inset 0 1px rgba(255, 255, 255, .85);
    color: #34251f;
    text-align: center;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.category-card__icon {
    display: grid;
    place-items: center;
    width: 96px;
    height: 96px;
    overflow: hidden;
    border: 2px solid #f0dfc5;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 5px 14px rgba(111, 58, 14, .09);
    transition: border-color .2s ease, transform .2s ease;
}

.category-card__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-card strong {
    display: grid;
    place-items: center;
    min-height: 42px;
    font-size: 14px;
    line-height: 1.35;
}

.category-card:hover,
.category-card:focus-visible {
    border-color: rgba(193, 123, 22, .55);
    box-shadow: 0 14px 28px rgba(128, 72, 21, .12);
    color: #a7090e;
    transform: translateY(-4px);
}

.category-card:hover .category-card__icon,
.category-card:focus-visible .category-card__icon {
    border-color: #e7b952;
    transform: scale(1.035);
}

.category-card--static {
    cursor: default;
}

.category-card--static:hover {
    border-color: rgba(220, 185, 132, .28);
    box-shadow: 0 8px 22px rgba(128, 72, 21, .055), inset 0 1px rgba(255, 255, 255, .85);
    color: #34251f;
    transform: none;
}

.category-card--static:hover .category-card__icon {
    border-color: #f0dfc5;
    transform: none;
}

.bestseller-section {
    padding: 36px 0 44px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 0, rgba(240, 181, 74, .08), transparent 32%),
        #fffdf9;
}

.bestseller-section .site-shell {
    width: min(1420px, calc(100vw - 48px));
}

.bestseller-section__head {
    position: relative;
    display: grid;
    grid-template-columns: minmax(36px, 84px) auto minmax(36px, 84px);
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}

.bestseller-section__head > span {
    position: relative;
    height: 2px;
    background: linear-gradient(90deg, transparent, #e9ad43);
}

.bestseller-section__head > span::after {
    position: absolute;
    top: 50%;
    right: -1px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: "";
    background: #e9ad43;
    transform: translateY(-50%);
}

.bestseller-section__head > span:nth-of-type(2) {
    background: linear-gradient(90deg, #e9ad43, transparent);
}

.bestseller-section__head > span:nth-of-type(2)::after {
    right: auto;
    left: -1px;
}

.bestseller-section__head h2 {
    margin: 0;
    color: #a6070d;
    font-size: clamp(24px, 2vw, 32px);
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

.bestseller-section__head > a {
    position: absolute;
    right: 0;
    color: #ae1015;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: color .18s ease, transform .18s ease;
}

.bestseller-section__head > a b {
    display: inline-block;
    margin-left: 5px;
    font-size: 20px;
    transition: transform .18s ease;
}

.bestseller-section__head > a:hover,
.bestseller-section__head > a:focus-visible {
    color: #d01920;
}

.bestseller-section__head > a:hover b,
.bestseller-section__head > a:focus-visible b {
    transform: translateX(3px);
}

.bestseller-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.bestseller-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(222, 197, 160, .42);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(112, 66, 25, .09);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.bestseller-card:hover {
    border-color: rgba(196, 128, 30, .48);
    box-shadow: 0 16px 34px rgba(112, 66, 25, .15);
    transform: translateY(-4px);
}

.bestseller-card__media {
    position: relative;
    aspect-ratio: 1 / .98;
    overflow: hidden;
    background: linear-gradient(145deg, #fff9ee, #f7ead6);
}

.bestseller-card__media > a,
.bestseller-card__media img {
    display: block;
    width: 100%;
    height: 100%;
}

.bestseller-card__media img {
    object-fit: cover;
    transition: transform .28s ease;
}

.bestseller-card:hover .bestseller-card__media img {
    transform: scale(1.035);
}

.bestseller-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 8px;
    border-radius: 5px;
    background: #c70d16;
    box-shadow: 0 5px 12px rgba(154, 6, 12, .18);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.bestseller-card__wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .86);
    color: #bd0a12;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(94, 45, 11, .08);
    transition: color .18s ease, transform .18s ease, background .18s ease;
}

.bestseller-card__wishlist .mmtl-icon {
    width: 21px;
    height: 21px;
}

.bestseller-card__wishlist:hover,
.bestseller-card__wishlist:focus-visible,
.bestseller-card__wishlist.is-active {
    background: #bd0a12;
    color: #fff;
    transform: scale(1.08);
}

.bestseller-card__wishlist.is-active .mmtl-icon {
    fill: currentColor;
}

.bestseller-card__body {
    display: flex;
    flex-direction: column;
    min-height: 168px;
    padding: 14px 16px 16px;
}

.bestseller-card__body h3 {
    min-height: 48px;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.45;
}

.bestseller-card__body h3 a {
    color: #34251f;
    text-decoration: none;
}

.bestseller-card__body h3 a:hover,
.bestseller-card__body h3 a:focus-visible {
    color: #a6070d;
}

.bestseller-card__price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    min-height: 27px;
    margin-bottom: 14px;
    white-space: nowrap;
}

.bestseller-card__price strong {
    color: #b3070e;
    font-size: 18px;
    font-weight: 900;
}

.bestseller-card__price del {
    overflow: hidden;
    color: #999087;
    font-size: 12px;
    text-overflow: ellipsis;
}

.bestseller-card__rating {
    display: flex;
    gap: 2px;
    margin: 7px 0 14px;
    color: #e6d7c0;
    font-size: 17px;
    line-height: 1;
}

.bestseller-card__rating .is-filled {
    color: #ffb319;
}

.bestseller-card__buy {
    display: grid;
    place-items: center;
    min-height: 44px;
    margin-top: auto;
    border: 1.5px solid transparent;
    border-radius: 7px;
    background: linear-gradient(135deg, #c9080f, #970109);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .02em;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(151, 1, 9, .28);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.bestseller-card__buy:hover,
.bestseller-card__buy:focus-visible {
    box-shadow: 0 9px 20px rgba(151, 1, 9, .38);
    filter: brightness(1.08);
    transform: translateY(-1px);
}

.brand-promos {
    padding: 12px 0 42px;
    overflow: hidden;
    background: #fffdf9;
}

.brand-promos .site-shell {
    width: var(--mmtl-shell);
}

.brand-promo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.brand-promo-card {
    position: relative;
    min-width: 0;
    aspect-ratio: 2 / 1;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(255, 213, 117, .34);
    border-radius: 16px;
    background: #790408;
    box-shadow: 0 12px 28px rgba(112, 9, 12, .14);
    color: #fff;
    transition: box-shadow .24s ease, transform .24s ease;
}

.brand-promo-card::after {
    position: absolute;
    inset: 7px;
    z-index: 2;
    border: 1px solid rgba(255, 222, 140, .18);
    border-radius: 11px;
    content: "";
    pointer-events: none;
}

.brand-promo-card > img {
    position: absolute;
    inset: 0;
    z-index: -2;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s cubic-bezier(.2, .8, .2, 1);
}

.brand-promo-card__shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(35, 0, 2, .76) 0%, rgba(61, 0, 3, .62) 38%, rgba(85, 0, 4, .12) 68%, transparent 100%),
        linear-gradient(180deg, rgba(255, 105, 42, .04), rgba(40, 0, 2, .2));
}

.brand-promo-card .spring-bloom-layer {
    z-index: 2;
}

.spring-bloom-layer--promo .spring-bloom:nth-child(1) { top: 13%; right: 13%; width: 22px; }
.spring-bloom-layer--promo .spring-bloom:nth-child(2) { top: 31%; right: 25%; width: 17px; }
.spring-bloom-layer--promo .spring-bloom:nth-child(3) { top: 51%; right: 9%; width: 19px; }
.spring-bloom-layer--promo .spring-bloom:nth-child(4) { top: 67%; right: 31%; width: 16px; }
.spring-bloom-layer--promo .spring-bloom:nth-child(5) { top: 22%; right: 43%; width: 15px; }

.brand-promo-card__content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 57%;
    height: 100%;
    padding: 24px 0 24px 24px;
}

.brand-promo-card__eyebrow {
    display: block;
    margin-bottom: 5px;
    color: #ffd976;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
}

.brand-promo-card h3 {
    margin: 0;
    color: #fff2c6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(21px, 1.55vw, 28px);
    font-weight: 900;
    letter-spacing: -.025em;
    line-height: 1.08;
    text-shadow: 0 2px 10px rgba(23, 0, 0, .42);
}

.brand-promo-card--2 h3,
.brand-promo-card--3 h3 {
    font-size: clamp(21px, 1.35vw, 24px);
}

.brand-promo-card p {
    margin: 9px 0 12px;
    color: rgba(255, 255, 255, .88);
    font-size: 12px;
    line-height: 1.4;
}

.brand-promo-card__content > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 34px;
    padding: 7px 13px;
    border: 1px solid #ffe099;
    border-radius: 6px;
    background: linear-gradient(180deg, #fff0ae, #efbd52);
    box-shadow: 0 6px 16px rgba(42, 0, 1, .24);
    color: #77050a;
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    transition: box-shadow .2s ease, transform .2s ease;
}

.brand-promo-card__content > a span {
    font-size: 15px;
    transition: transform .2s ease;
}

.brand-promo-card:hover {
    box-shadow: 0 18px 38px rgba(112, 9, 12, .22);
    transform: translateY(-4px);
}

.brand-promo-card:hover > img {
    transform: scale(1.035);
}

.brand-promo-card__content > a:hover,
.brand-promo-card__content > a:focus-visible {
    box-shadow: 0 9px 22px rgba(42, 0, 1, .34);
    transform: translateY(-2px);
}

.brand-promo-card__content > a:hover span,
.brand-promo-card__content > a:focus-visible span {
    transform: translateX(3px);
}

.home-trust {
    padding: 0 0 42px;
    overflow: hidden;
    background: #fffdf9;
}

.home-trust .site-shell {
    width: min(1420px, calc(100vw - 48px));
}

.home-trust__panel {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(226, 195, 151, .34);
    border-radius: 16px;
    background:
        radial-gradient(circle at 50% -80%, rgba(245, 190, 83, .1), transparent 55%),
        linear-gradient(180deg, #fffaf1, #fff5e8);
    box-shadow: 0 8px 24px rgba(118, 66, 23, .07), inset 0 1px rgba(255, 255, 255, .8);
}

.home-trust__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    min-height: 92px;
    padding: 18px 20px;
}

.home-trust__item:not(:last-child)::after {
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 20px;
    width: 1px;
    content: "";
    background: linear-gradient(180deg, transparent, #ead9bf 22%, #ead9bf 78%, transparent);
}

.home-trust__icon {
    display: grid;
    flex: 0 0 50px;
    place-items: center;
    width: 50px;
    height: 50px;
    color: #bd1118;
}

.home-trust__icon .mmtl-icon {
    width: 43px;
    height: 43px;
    stroke-width: 1.65;
}

.home-trust__copy {
    display: grid;
    min-width: 0;
    gap: 4px;
}

.home-trust__copy strong {
    color: #991017;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
}

.home-trust__copy small {
    overflow: hidden;
    color: #5f514a;
    font-size: 12px;
    line-height: 1.35;
    text-overflow: ellipsis;
}

/* Curated product collections */
.home-product-collections {
    background: #fffdf9;
}

.category-products {
    padding-block: 42px 48px;
    border-top: 1px solid rgba(198, 139, 58, .16);
}

.category-products:nth-child(even) {
    background: linear-gradient(180deg, #fff9ef 0%, #fffdf8 100%);
}

.category-products .site-shell {
    width: min(1420px, calc(100vw - 48px));
}

.category-products__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 22px;
}

.category-products__heading {
    max-width: 760px;
}

.category-products__heading::before {
    display: block;
    width: 58px;
    height: 3px;
    margin-bottom: 10px;
    border-radius: 99px;
    background: linear-gradient(90deg, #bd1118, #e5ad45);
    content: "";
}

.category-products__head h2 {
    margin: 0;
    color: #a90d13;
    font-size: clamp(25px, 2vw, 31px);
    font-weight: 800;
    letter-spacing: -.35px;
    line-height: 1.15;
}

.category-products__head p {
    margin: 8px 0 0;
    color: #75665b;
    font-size: 15px;
    line-height: 1.5;
}

.category-products__all {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    padding-bottom: 5px;
    color: #aa1016;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.category-products__all:hover {
    color: #d19025;
    transform: translateX(3px);
}

.category-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.category-product-grid .bestseller-card {
    min-width: 0;
}

/* News and brand trust */
.home-news {
    padding-block: 46px 54px;
    border-top: 1px solid rgba(198, 139, 58, .16);
    background: #fffdf9;
}

.home-news .site-shell {
    width: var(--mmtl-shell);
}

.home-news__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 24px;
    align-items: stretch;
}

.home-news__main {
    display: flex;
    height: 100%;
    min-width: 0;
    flex-direction: column;
}

.home-news__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 19px;
}

.home-news__head h2,
.home-news-trust h2 {
    margin: 0;
    color: #a80d14;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.2;
}

.home-news__head a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    color: #ac1117;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.home-news__head a:hover {
    color: #d19025;
}

.home-news__grid {
    display: grid;
    flex: 1;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}

.home-news-card {
    min-width: 0;
}

.home-news-card > a {
    display: block;
    height: 100%;
    color: #2d241f;
    text-decoration: none;
}

.home-news-card__media {
    position: relative;
    aspect-ratio: 1.36 / 1;
    margin: 0 0 12px;
    overflow: hidden;
    border: 1px solid rgba(214, 167, 101, .28);
    border-radius: 12px;
    background: #fff2dd;
}

.home-news-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .28s ease;
}

.home-news-card:hover .home-news-card__media img {
    transform: scale(1.045);
}

.home-news-card__placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: #b11318;
}

.home-news-card__placeholder .mmtl-icon {
    width: 42px;
    height: 42px;
}

.home-news-card time {
    display: block;
    margin-bottom: 8px;
    color: #8a7b70;
    font-size: 12px;
}

.home-news-card h3 {
    display: -webkit-box;
    min-height: 48px;
    margin: 0;
    overflow: hidden;
    color: #2c241f;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-news-card:hover h3 {
    color: #ab1016;
}

.home-news-trust {
    height: 100%;
    padding: 17px 20px;
    border: 1px solid rgba(218, 177, 119, .26);
    border-radius: 16px;
    background: linear-gradient(145deg, #fff9f0, #fff4e4);
    box-shadow: 0 10px 28px rgba(116, 68, 24, .07);
}

.home-news-trust h2 {
    padding-bottom: 11px;
    border-bottom: 1px solid rgba(188, 131, 64, .18);
    font-size: 18px;
    letter-spacing: -.2px;
    white-space: nowrap;
}

.home-news-trust ul {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 4px 0 7px;
    list-style: none;
}

.home-news-trust li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-block: 7px;
    border-bottom: 1px solid rgba(188, 131, 64, .14);
    color: #51453d;
    font-size: 12.5px;
    line-height: 1.35;
}

.home-news-trust li .mmtl-icon {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    color: #bc1419;
}

.home-news-trust__proofs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 4px;
}

.home-news-proof {
    display: grid;
    min-width: 0;
    place-items: center;
    padding: 10px 7px;
    border: 1px solid rgba(213, 166, 99, .3);
    border-radius: 11px;
    background: rgba(255, 255, 255, .72);
    text-align: center;
}

.home-news-proof .mmtl-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 3px;
    color: #bb1218;
}

.home-news-proof small {
    color: #7e6c60;
    font-size: 9px;
    font-weight: 800;
}

.home-news-proof strong {
    margin-block: 2px;
    color: #a80d14;
    font-size: 14px;
    line-height: 1.2;
}

.home-news-proof span {
    color: #74675e;
    font-size: 9px;
    line-height: 1.3;
}

@media (max-width: 1180px) {
    .fortune-hero,
    .fortune-hero__inner {
        min-height: 520px;
    }

    .fortune-hero__copy {
        width: min(510px, 47vw);
        margin-left: -16px;
    }

    .fortune-hero__benefits {
        margin-bottom: 18px;
    }

    .fortune-benefit {
        padding-inline: 5px;
        font-size: 12px;
    }

    .category-strip .site-shell {
        width: min(100% - 32px, 1120px);
    }

    .category-carousel {
        grid-template-columns: repeat(4, 1fr);
    }

    .bestseller-section .site-shell {
        width: min(100% - 32px, 1120px);
    }

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

    .brand-promos .site-shell {
        width: min(100% - 32px, 1120px);
    }

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

    .brand-promo-card:last-child {
        grid-column: 1 / -1;
        aspect-ratio: 3 / 1;
    }

    .home-trust .site-shell {
        width: min(100% - 32px, 1120px);
    }

    .home-trust__item {
        gap: 10px;
        padding-inline: 13px;
    }

    .home-trust__icon {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
    }

    .home-trust__icon .mmtl-icon {
        width: 38px;
        height: 38px;
    }

    .category-products .site-shell {
        width: min(100% - 32px, 1120px);
    }

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

    .home-news .site-shell {
        width: min(100% - 32px, 1120px);
    }

    .home-news__layout {
        grid-template-columns: 1fr;
    }

    .home-news__main,
    .home-news-trust {
        height: auto;
    }

    .home-news-trust__proofs {
        grid-template-columns: repeat(2, minmax(0, 220px));
    }
}

@media (max-width: 820px) {
    .fortune-hero {
        display: grid;
        min-height: 0;
        background: linear-gradient(180deg, #fff7e7, #ffefd0);
    }

    .spring-bloom-layer--hero {
        display: none;
    }

    .fortune-hero__inner {
        min-height: 0;
        padding-block: 38px 26px;
    }

    .fortune-hero__copy {
        width: 100%;
        max-width: 600px;
        margin-inline: auto;
    }

    .fortune-hero__art {
        position: relative;
        inset: auto;
        z-index: -1;
        order: -1;
        height: clamp(260px, 68vw, 430px);
    }

    .fortune-hero__art::after {
        background: linear-gradient(180deg, #ffefd0 0%, transparent 18%);
    }

    .fortune-hero__art img {
        object-fit: cover;
        object-position: 100% center;
    }

    .fortune-hero__copy h1 {
        font-size: clamp(48px, 13vw, 70px);
    }

    .home-trust {
        padding-bottom: 32px;
    }

    .home-trust .site-shell {
        width: 100%;
    }

    .home-trust__panel {
        display: flex;
        gap: 10px;
        padding: 2px 16px 10px;
        overflow-x: auto;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        scroll-padding-inline: 16px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .home-trust__panel::-webkit-scrollbar {
        display: none;
    }

    .home-trust__item {
        flex: 0 0 230px;
        min-height: 86px;
        padding: 15px 16px;
        border: 1px solid rgba(226, 195, 151, .38);
        border-radius: 14px;
        background: linear-gradient(180deg, #fffaf1, #fff5e8);
        box-shadow: 0 7px 18px rgba(118, 66, 23, .07);
        scroll-snap-align: start;
    }

    .home-trust__item::after {
        display: none;
    }

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

@media (max-width: 560px) {
    .fortune-hero__inner {
        padding-block: 30px 22px;
    }

    .fortune-hero__copy {
        max-width: 390px;
    }

    .fortune-hero__kicker {
        font-size: clamp(32px, 10vw, 45px);
        transform: translateY(-7px);
    }

    .fortune-hero__copy h1 {
        font-size: clamp(42px, 13.2vw, 60px);
        letter-spacing: -1px;
    }

    .fortune-hero__message {
        min-height: 46px;
        margin-block: 16px 20px;
        padding-inline: 30px;
        font-size: 15px;
    }

    .fortune-hero__benefits {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px 0;
        max-width: 360px;
        margin-bottom: 24px;
    }

    .fortune-benefit {
        min-height: 76px;
    }

    .fortune-benefit:nth-child(2) {
        border-right: 0;
    }

    .fortune-benefit .mmtl-icon {
        width: 30px;
        height: 30px;
    }

    .fortune-hero__cta {
        min-height: 50px;
        font-size: 16px;
    }

    .category-strip {
        padding-block: 18px 22px;
    }

    .category-strip .site-shell {
        width: 100%;
    }

    .category-carousel {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 2px 16px 10px;
    }

    .category-card {
        min-height: 164px;
    }

    .category-card__icon {
        width: 90px;
        height: 90px;
    }

    .bestseller-section {
        padding-block: 28px 34px;
    }

    .bestseller-section .site-shell {
        width: 100%;
    }

    .bestseller-section__head {
        grid-template-columns: 28px auto 28px;
        gap: 10px;
        padding-inline: 16px;
        margin-bottom: 18px;
    }

    .bestseller-section__head h2 {
        font-size: 21px;
    }

    .bestseller-section__head > a {
        position: static;
        grid-column: 1 / -1;
        justify-self: center;
        margin-top: 2px;
    }

    .bestseller-grid {
        display: flex;
        gap: 12px;
        padding: 2px 16px 12px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-padding-inline: 16px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .bestseller-grid::-webkit-scrollbar {
        display: none;
    }

    .bestseller-card {
        flex: 0 0 min(76vw, 270px);
        scroll-snap-align: start;
    }

    .bestseller-card__body {
        min-height: 150px;
    }

    .bestseller-card__body h3 {
        min-height: 0;
    }

    .brand-promos {
        padding-block: 4px 32px;
    }

    .brand-promos .site-shell {
        width: 100%;
    }

    .brand-promo-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 4px 16px 12px;
    }

    .brand-promo-card,
    .brand-promo-card:last-child {
        aspect-ratio: 1.55 / 1;
    }

    .brand-promo-card > img {
        object-position: 60% center;
    }

    .brand-promo-card__shade {
        background: linear-gradient(90deg, rgba(35, 0, 2, .86), rgba(61, 0, 3, .63) 52%, rgba(85, 0, 4, .06));
    }

    .brand-promo-card__content {
        width: 66%;
        padding: 22px 0 22px 22px;
    }

    .brand-promo-card h3 {
        font-size: 22px;
    }

    .brand-promo-card--2 h3,
    .brand-promo-card--3 h3 {
        font-size: 21px;
    }

    .category-products {
        padding-block: 30px 34px;
    }

    .category-products .site-shell {
        width: 100%;
    }

    .category-products__head {
        display: block;
        margin-bottom: 17px;
        padding-inline: 16px;
    }

    .category-products__heading::before {
        width: 46px;
        margin-bottom: 8px;
    }

    .category-products__head h2 {
        font-size: 23px;
    }

    .category-products__head p {
        margin-top: 6px;
        font-size: 14px;
    }

    .category-products__all {
        margin-top: 10px;
    }

    .category-product-grid {
        display: flex;
        gap: 12px;
        padding: 2px 16px 12px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-padding-inline: 16px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .category-product-grid::-webkit-scrollbar {
        display: none;
    }

    .category-product-grid .bestseller-card {
        flex: 0 0 min(76vw, 270px);
        scroll-snap-align: start;
    }

    .home-news {
        padding-block: 32px 38px;
    }

    .home-news .site-shell {
        width: 100%;
    }

    .home-news__head {
        align-items: flex-start;
        padding-inline: 16px;
    }

    .home-news__head h2 {
        max-width: 260px;
        font-size: 21px;
    }

    .home-news__head a {
        padding-top: 3px;
        font-size: 12px;
    }

    .home-news__grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 2px 16px 14px;
    }

    .home-news-trust {
        margin: 8px 16px 0;
        padding: 20px 18px;
    }

    .home-news-trust h2 {
        font-size: 16px;
    }

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

@media (prefers-reduced-motion: reduce) {
    .fortune-hero__cta,
    .spring-bloom,
    .spring-bloom-layer::after,
    .brand-promo-card,
    .brand-promo-card > img {
        animation: none;
        transition: none;
    }
}

@keyframes mmtl-bloom-real {
    0%, 8% {
        opacity: 0;
        transform: translateY(15px) scale(.05) rotate(-42deg);
    }
    21% {
        opacity: .95;
        transform: translateY(0) scale(1.14) rotate(4deg);
    }
    32%, 70% {
        opacity: .9;
        transform: translateY(-2px) scale(1) rotate(10deg);
    }
    100% {
        opacity: 0;
        transform: translateY(-25px) scale(.72) rotate(34deg);
    }
}

@keyframes mmtl-gold-sweep {
    0% {
        left: -35%;
        opacity: 0;
    }
    35% {
        opacity: 1;
    }
    100% {
        left: 120%;
        opacity: 0;
    }
}
