.a724-home {
    --a724-shadow-lg: 0 30px 80px rgba(12, 24, 58, 0.14);

    background: #fff;
    color: var(--a724-slate-700);
    padding: 10px 0;
}

.a724-usp-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin: 18px 0 22px;
}

.a724-usp-item {
    background: var(--a724-slate-50);
    border: 1px solid var(--a724-slate-100);
    border-radius: 999px;
    padding: 12px 16px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--a724-navy-900);
}

.a724-kicker {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--a724-orange-600);
    margin-bottom: 14px;
}

.a724-section {
    margin: 10px 0;
}

.a724-section--light {
    background: linear-gradient(180deg, #fff 0%, var(--a724-slate-50) 100%);
    border-radius: var(--a724-radius-xl);
    padding-inline: clamp(18px, 2.2vw, 30px);
}

.a724-section.a724-section--latest {
    background: transparent;
    border-radius: 0;
    padding-inline: 0;
}

.a724-section__head {
    margin-bottom: 28px;
    max-width: 800px;
}

.a724-section__head--with-controls {
    max-width: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.a724-section__head--wide {
    max-width: none;
}

.a724-section__title--single-line {
    white-space: nowrap;
}

.a724-section__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: var(--a724-slate-500);
}

.a724-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    align-items: center;
    min-height: 620px;
    border-radius: var(--a724-radius-xl);
    padding: clamp(24px, 3vw, 40px);
    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.10), transparent 28%),
        linear-gradient(135deg, var(--a724-navy-900) 0%, var(--a724-navy-700) 100%);
    box-shadow: var(--a724-shadow-lg);
}

.a724-hero__content {
    position: relative;
    z-index: 2;
    max-width: 580px;
    padding-right: 20px;
}

.a724-hero__title {
    font-size: clamp(42px, 6vw, 78px);
    line-height: 0.95;
    letter-spacing: -0.04em;
    font-weight: var(--a724-font-weight-display);
    color: #fff;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.a724-hero__title span {
    color: var(--a724-orange-500);
}

.a724-hero__text {
    margin: 0 0 28px;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255,255,255,0.82);
}

.a724-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.a724-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: var(--a724-radius-lg);
    text-decoration: none;
    font-weight: 800;
    transition: transform .18s ease, opacity .18s ease, background-color .18s ease, border-color .18s ease;
}

.a724-btn:hover {
    transform: translateY(-1px);
    opacity: .96;
    text-decoration: none;
}

.a724-btn--primary {
    background: var(--a724-orange-500);
    color: #fff;
}

.a724-btn--secondary {
    background: rgba(255,255,255,0.08);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.18);
}

.a724-hero__visual {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.a724-hero__visual img {
    width: 100%;
    max-width: 680px;
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 30px 50px rgba(0,0,0,0.28));
}

.a724-categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.a724-category-card {
    background: #fff;
    border: 1px solid var(--a724-slate-100);
    border-radius: var(--a724-radius-lg);
    padding: 22px;
    box-shadow: var(--a724-shadow-md);
    min-height: 240px;
}

.a724-category-card__top {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.a724-category-card__badge {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--a724-navy-900), var(--a724-navy-700));
    color: #fff;
    font-weight: 900;
    font-size: 20px;
}

.a724-category-card__title {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.15;
    font-weight: var(--a724-font-weight-heading);
    color: var(--a724-navy-900);
}

.a724-category-card__title a {
    color: inherit;
    text-decoration: none;
}

.a724-link {
    display: inline-flex;
    align-items: center;
    color: var(--a724-orange-600);
    font-weight: 800;
    text-decoration: none;
}

.a724-link--product {
    margin-top: auto;
}

.a724-category-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.a724-category-card__list li + li {
    margin-top: 10px;
}

.a724-category-card__list a {
    color: var(--a724-slate-700);
    text-decoration: none;
}

.a724-category-card__list a:hover,
.a724-link:hover {
    color: var(--a724-orange-600);
}

.a724-promo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px;
}

.a724-promo-card {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    border-radius: var(--a724-radius-lg);
    box-shadow: var(--a724-shadow-md);
}

.a724-promo-card--banner {
    display: block;
}

.a724-promo-card--banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
    display: block;
}

.a724-promo-card--solid {
    background: linear-gradient(135deg, var(--a724-navy-900) 0%, var(--a724-navy-700) 100%);
    color: #fff;
}

.a724-promo-card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    padding: 28px;
}

.a724-promo-card__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--a724-orange-500);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.a724-promo-card h3 {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1.05;
    font-weight: var(--a724-font-weight-display);
}

.a724-promo-card p {
    margin: 0 0 18px;
    color: rgba(255,255,255,0.84);
    line-height: 1.7;
}

.a724-slider-controls {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.a724-slider-btn {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 999px;
    background: var(--a724-navy-900);
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    transition: transform .18s ease, opacity .18s ease, background-color .18s ease;
}

.a724-slider-btn:hover {
    transform: translateY(-1px);
    opacity: .96;
}

.a724-products-strip {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 72px) / 5);
    gap: 18px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    padding-bottom: 6px;
    scrollbar-width: none;
}

.a724-products-strip::-webkit-scrollbar {
    display: none;
}

.a724-products-strip > * {
    scroll-snap-align: start;
    display: flex;
    min-width: 0;
}

.a724-products-strip .a724-product-tile {
    width: 100%;
    padding: 0.5rem;
    box-shadow: none;
}

.a724-products-strip .a724-product-tile__photo {
    padding: 0.125rem;
}

.a724-product-card {
    position: relative;
    background: var(--a724-surface-card-bg, #fff);
    border: 1px solid var(--a724-surface-card-border, #e3e8f0);
    border-radius: var(--a724-radius-md);
    box-shadow: var(--a724-shadow-card, 0 8px 20px rgba(12, 24, 58, 0.04));
    min-width: 0;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0.75rem;
}

.a724-product-card__link {
    position: absolute;
    inset: 0;
    z-index: 3;
}

.a724-product-card__media,
.a724-product-card__body {
    position: relative;
    z-index: 1;
}

.a724-product-card__media {
    margin-bottom: 0.75rem;
}

.a724-product-card__photo {
    display: block;
    margin: 0;
}

.a724-product-card__photo img {
    width: 100%;
    height: auto;
    display: block;
}

.a724-product-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1 1 auto;
}

.a724-product-card__title {
    margin: 0;
    color: var(--a724-color-heading-strong, #162765);
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: var(--a724-font-weight-bold, 700);
    min-height: 4.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
}

.a724-product-card__meta-list {
    display: grid;
    gap: 0.32rem;
    margin-top: 0.62rem;
}

.a724-product-card__meta-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.38rem;
}

.a724-product-card__meta-label {
    color: var(--a724-color-text-muted, #5f6b84);
    font-size: var(--a724-meta-label-size, 11px);
    font-weight: var(--a724-font-weight-bold, 700);
    letter-spacing: var(--a724-letter-spacing-caps, 0.04em);
    text-transform: uppercase;
}

.a724-product-card__meta-value {
    color: var(--a724-color-heading-strong, #162765);
    font-size: var(--a724-meta-value-size, 13px);
    font-weight: var(--a724-font-weight-semibold, 600);
}

.a724-product-card__price-box {
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid var(--a724-slate-150, #e3e8f0);
}

.a724-product-card__price .price-box.price-final_price,
.a724-product-card__price .price-container.price-final_price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}

.a724-product-card__price > .price-container > .price-wrapper > .price,
.a724-product-card__price .final-price .price-wrapper .price,
.a724-product-card__price .special-price .price-wrapper .price,
.a724-product-card__price .normal-price [data-price-type="finalPrice"].price-wrapper .price,
.a724-product-card__price .price-wrapper.price-including-tax,
.a724-product-card__price .price-wrapper.price-including-tax .price {
    color: var(--a724-color-heading-strong, #162765);
    font-size: 1.25rem;
    line-height: 1.15;
    font-weight: 800;
}

.a724-product-card__price .price-wrapper.price-excluding-tax,
.a724-product-card__price .price-excluding-tax,
.a724-product-card__price .price-including-tax,
.a724-product-card__price .final-price-excl-tax .price,
.a724-product-card__price .price-excl-tax .price,
.a724-product-card__price .special-price + .old-price,
.a724-product-card__price .old-price,
.a724-product-card__price .old-price .price-wrapper,
.a724-product-card__price .old-price .price,
.a724-product-card__price .minimal-price-link,
.a724-product-card__price .price-label {
    color: var(--a724-slate-500, #5f6b84);
    font-size: 0.78rem;
    line-height: 1.35;
    font-weight: 500;
}

.a724-product-card__price .price-wrapper.price-excluding-tax {
    display: inline-flex;
    align-items: baseline;
    gap: 0.35rem;
}

.a724-product-card__price .price-wrapper.price-excluding-tax::after {
    content: attr(data-label);
    color: var(--a724-slate-500, #5f6b84);
    font-size: 0.78rem;
    line-height: 1.35;
    font-weight: 500;
}

.a724-section--features {
    padding-top: 10px;
    padding-bottom: 10px;
}

.a724-features-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.a724-feature-item {
    min-width: 0;
    min-height: 100%;
    padding: 26px 24px 24px;
    border: 1px solid var(--a724-slate-150);
    border-radius: 22px;
    background: var(--a724-slate-50);
    box-shadow: 0 10px 24px rgba(12, 24, 58, 0.04);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}

.a724-feature-item--link {
    color: inherit;
    text-decoration: none;
    display: block;
}

.a724-feature-item:hover {
    transform: translateY(-2px);
    background: #f8fafc;
    border-color: rgba(240, 131, 60, 0.22);
    box-shadow: 0 18px 34px rgba(12, 24, 58, 0.08);
}

.a724-feature-item--link:focus-visible {
    background: #f8fafc;
    border-color: rgba(240, 131, 60, 0.32);
    box-shadow: 0 18px 34px rgba(12, 24, 58, 0.08);
    outline: none;
}

.a724-feature-item__header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

.a724-feature-item__icon {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: var(--a724-orange-500);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    margin-top: 2px;
}

.a724-feature-item__icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

.a724-feature-item__icon img {
    width: 18px;
    height: 18px;
    display: block;
}

.a724-feature-item__title {
    margin: 0;
    color: var(--a724-navy-900);
    font-size: clamp(20px, 1.8vw, 28px);
    line-height: 0.95;
    font-weight: var(--a724-font-weight-display);
    text-transform: uppercase;
    letter-spacing: -0.03em;
    font-style: italic;
}

.a724-feature-item__title span {
    display: block;
}

.a724-feature-item__text {
    margin: 0;
    color: var(--a724-slate-700);
    font-size: 16px;
    line-height: 1.7;
}

.a724-about-section {
    padding-top: 10px;
    padding-bottom: 10px;
}

.a724-about-section__grid {
    display: grid;
    grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
    gap: 44px;
    align-items: center;
}

.a724-about-section__media img {
    width: 100%;
    display: block;
    border-radius: 24px;
    box-shadow: var(--a724-shadow-lg);
}

.a724-about-section__content {
    max-width: 760px;
}

.a724-about-section__title {
    margin-bottom: 20px;
}

.a724-about-section__text {
    margin: 0;
    color: var(--a724-slate-700);
    font-size: 17px;
    line-height: 1.85;
}

.a724-about-section__text + .a724-about-section__text {
    margin-top: 18px;
}

@media (max-width: 1280px) {
    .a724-categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .a724-promo-grid {
        grid-template-columns: 1fr 1fr;
    }

    .a724-promo-card--solid {
        grid-column: 1 / -1;
    }

    .a724-products-strip {
        grid-auto-columns: calc((100% - 54px) / 4);
    }

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

    .a724-section__title--single-line {
        white-space: normal;
    }
}

@media (max-width: 980px) {
    .a724-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 24px;
    }

    .a724-hero__content {
        max-width: none;
        padding-right: 0;
    }

    .a724-hero__visual {
        justify-content: center;
    }

    .a724-usp-bar {
        grid-template-columns: repeat(2, 1fr);
    }

    .a724-products-strip {
        grid-auto-columns: calc((100% - 36px) / 3);
    }

    .a724-section__head--with-controls {
        align-items: flex-start;
        flex-direction: column;
    }

    .a724-about-section__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 767px) {
    .a724-shell {
        width: min(100%, calc(100% - 20px));
    }

    .a724-home {
        padding: 10px 0;
    }

    .a724-section--light {
        padding-inline: 16px;
        border-radius: 22px;
    }

    .a724-usp-bar {
        gap: 10px;
        margin-top: 14px;
    }

    .a724-usp-item {
        border-radius: 16px;
        font-size: 13px;
        padding: 12px;
    }

    .a724-hero {
        border-radius: var(--a724-radius-xl);
        padding: 22px;
    }

    .a724-hero__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .a724-hero__title {
        font-size: 46px;
    }

    .a724-hero__text {
        font-size: 16px;
        max-width: 30rem;
    }

    .a724-hero__actions {
        flex-direction: column;
        width: 100%;
    }

    .a724-btn {
        width: 100%;
    }

    .a724-categories-grid,
    .a724-promo-grid,
    .a724-features-grid {
        grid-template-columns: 1fr;
    }

    .a724-category-card,
    .a724-product-card {
        border-radius: 18px;
    }

    .a724-promo-card {
        min-height: 260px;
        border-radius: 20px;
    }

    .a724-products-strip {
        grid-auto-columns: calc((100% - 18px) / 2);
    }

    .a724-product-tile__actions {
        gap: .375rem;
    }

    .a724-product-tile__cart.btn {
        min-height: 36px;
        padding: .4rem .55rem;
        font-size: .7rem;
        gap: .3rem;
    }

    .a724-product-tile__cart.btn svg {
        width: 15px;
        height: 15px;
        flex: 0 0 15px;
    }

    .a724-product-tile__wishlist .btn,
    .a724-product-tile__wishlist .action,
    .a724-product-tile__wishlist .towishlist {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }

    .a724-slider-controls {
        width: 100%;
        justify-content: flex-end;
    }

    .a724-feature-item {
        padding: 22px 18px 20px;
        border-radius: 18px;
    }

    .a724-feature-item__title {
        font-size: 22px;
    }

    .a724-feature-item__text,
    .a724-about-section__text {
        font-size: 15px;
        line-height: 1.75;
    }

    .a724-about-section__media img {
        border-radius: 18px;
    }
}

@media (max-width: 480px) {
    .a724-products-strip {
        grid-auto-columns: calc((100% - 18px) / 2);
    }

    .a724-products-strip .a724-product-tile__cart--adaptive {
        padding-inline: 0;
        gap: 0;
    }

    .a724-products-strip .a724-product-tile__cart--adaptive .a724-cart-label__text {
        display: none;
    }

    .a724-slider-btn {
        width: 44px;
        height: 44px;
    }
}
