/** AltAurum homepage — modern storefront */
.home-hero { padding: 26px 0 18px; background: #fff; }
.home-hero__panel { overflow: hidden; border: 1px solid #dfe9e3; border-radius: 26px; background: linear-gradient(125deg, #eef8f2 0%, #f7fbf8 53%, #f4f0e6 100%); box-shadow: 0 16px 46px rgba(27, 67, 43, .08); }
.home-hero__content { padding: clamp(34px, 5vw, 70px); }
.home-hero__eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 16px; color: #527161; font-size: .77rem; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.home-hero__eyebrow span { width: 24px; height: 2px; border-radius: 2px; background: var(--accent-gold); }
.home-hero h1 { max-width: 670px; margin: 0; color: #1d3025; font-size: clamp(2.2rem, 4.7vw, 4rem); font-weight: 790; letter-spacing: -.052em; line-height: 1.02; }
.home-hero__content > p { max-width: 610px; margin: 22px 0 0; color: #5c6e63; font-size: clamp(1rem, 1.5vw, 1.14rem); line-height: 1.65; }
.home-hero__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.home-hero__actions .btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; }
.home-hero__actions .btn-light { border: 1px solid #d7e1db; background: rgba(255,255,255,.82); }
.home-hero__trust { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 28px; color: #56675d; font-size: .82rem; }
.home-hero__trust span, .home-hero__trust button { display: inline-flex; align-items: center; gap: 6px; padding: 0; border: 0; color: inherit; background: none; }
.home-hero__trust i { color: var(--primary-color); }
.home-hero__trust button { border-bottom: 1px dashed #9eaaa3; cursor: pointer; }
.home-hero__visual { min-height: 500px; }
.home-hero__image-shell { position: relative; width: 100%; height: 100%; min-height: 500px; display: grid; place-items: center; overflow: hidden; }
.home-hero__image-shell::before { content: ''; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(255,255,255,.62); box-shadow: inset 0 0 0 1px rgba(255,255,255,.75); }
.home-hero__image-shell > img { position: relative; z-index: 1; width: min(92%, 620px); max-height: 440px; object-fit: contain; filter: drop-shadow(0 18px 22px rgba(27, 60, 40, .15)); }
.home-hero__floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.78); border-radius: 14px; background: rgba(255,255,255,.89); box-shadow: 0 10px 28px rgba(27, 59, 39, .12); backdrop-filter: blur(8px); font-size: .76rem; }
.home-hero__floating-card i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: var(--primary-color); background: var(--primary-soft); font-size: 1rem; }
.home-hero__floating-card strong, .home-hero__floating-card span { display: block; }
.home-hero__floating-card strong { margin-bottom: 1px; color: #273a2f; font-size: .82rem; }
.home-hero__floating-card--top { top: 54px; right: 30px; }
.home-hero__floating-card--bottom { bottom: 54px; left: 20px; }

.home-section { padding: 54px 0; }
.home-categories { padding-top: 38px; }
.home-category-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.home-category-card { min-width: 0; overflow: hidden; border: 1px solid var(--border-color); border-radius: 16px; color: var(--text-main); background: #fff; box-shadow: 0 3px 12px rgba(24,55,38,.045); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.home-category-card:hover { transform: translateY(-3px); border-color: #cbdccf; color: var(--text-main); box-shadow: var(--shadow-md); }
.home-category-card__media { aspect-ratio: 4 / 3; overflow: hidden; background: linear-gradient(145deg, #f4f8f5, #edf4ef); }
.home-category-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.home-category-card:hover .home-category-card__media img { transform: scale(1.035); }
.home-category-card__fallback { width: 100%; height: 100%; display: grid; place-items: center; color: #73a88b; font-size: 2rem; }
.home-category-card__body { padding: 13px; }
.home-category-card__body strong { min-height: 2.5em; display: block; font-size: .86rem; line-height: 1.3; }
.home-category-card__body span { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 7px; color: #7c8981; font-size: .7rem; }
.home-category-card__body i { color: var(--primary-color); }

.featured-trends-section { background: #f7f9f8; border-top: 1px solid #edf1ee; border-bottom: 1px solid #edf1ee; }
.home-collections-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.home-collections-grid .collection-card { border-radius: 18px; box-shadow: 0 5px 18px rgba(37,64,48,.06); }
.home-collections-grid .collection-card__image { aspect-ratio: 16 / 9; }
.home-collections-grid .collection-card__body { padding: 18px; }
.home-collections-grid .collection-card__title { font-size: 1.08rem; }
.home-collections-grid .collection-card__description { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: .88rem; }

.home-products-section { background: #fff; }
.home-products-section--soft { background: #f8faf9; border-top: 1px solid #eef2ef; border-bottom: 1px solid #eef2ef; }

.home-sale-section { background: #fff; }
.home-sale-shell { display: grid; grid-template-columns: minmax(240px, .72fr) minmax(0, 2fr); gap: 26px; align-items: center; padding: 28px; border-radius: 24px; background: linear-gradient(135deg, #f3efe5 0%, #fbf8f0 46%, #f7f9f7 100%); border: 1px solid #ece5d5; }
.home-sale-shell__intro { padding: 8px 10px; }
.home-sale-shell__eyebrow { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 12px; color: #ad7721; font-size: .76rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.home-sale-shell h2 { margin: 0; font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 790; letter-spacing: -.04em; }
.home-sale-shell p { margin: 12px 0 21px; color: #69756e; line-height: 1.6; }
.home-sale-shell .btn-dark { border-color: #27332c; background: #27332c; }
.home-sale-shell__products .row > * { width: 25%; }
.home-sale-shell__products .product-card__body { padding: 11px; }
.home-sale-shell__products .product-card__meta, .home-sale-shell__products .product-card__stock { display: none; }
.home-sale-shell__products .product-card .product-img-wrap { aspect-ratio: 1 / 1; }

.home-editorial .card { overflow: hidden; border: 1px solid var(--border-color) !important; border-radius: 17px; box-shadow: var(--shadow-sm) !important; }
.home-editorial .card:hover { box-shadow: var(--shadow-md) !important; }

.home-benefits { padding-top: 34px; }
.home-benefits__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--border-color); border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); }
.home-benefits article { display: flex; gap: 13px; padding: 24px; border-right: 1px solid var(--border-color); }
.home-benefits article:last-child { border-right: 0; }
.home-benefits article > span { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 42px; border-radius: 12px; color: var(--primary-color); background: var(--primary-soft); font-size: 1.15rem; }
.home-benefits h2 { margin: 2px 0 5px; font-size: .94rem; font-weight: 720; }
.home-benefits p { margin: 0; color: #6c7871; font-size: .78rem; line-height: 1.5; }

.home-seo-copy { padding: 4px 0 32px; }
.home-seo-copy__inner { padding-top: 22px; border-top: 1px solid var(--border-color); color: #768179; font-size: .78rem; line-height: 1.65; }
.home-seo-copy h2 { margin: 0 0 8px; color: #5e6a63; font-size: .9rem; font-weight: 650; }
.home-seo-copy p { margin: 6px 0; }

@media (max-width: 1199.98px) {
    .home-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .home-category-card { display: grid; grid-template-columns: 96px minmax(0, 1fr); }
    .home-category-card__media { aspect-ratio: auto; min-height: 96px; }
    .home-benefits__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-benefits article:nth-child(2) { border-right: 0; }
    .home-benefits article:nth-child(-n+2) { border-bottom: 1px solid var(--border-color); }
}

@media (max-width: 991.98px) {
    .home-collections-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-sale-shell { grid-template-columns: 1fr; }
    .home-sale-shell__intro { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 8px 18px; }
    .home-sale-shell__intro > * { margin-right: 0; }
    .home-sale-shell__eyebrow, .home-sale-shell h2 { grid-column: 1; }
    .home-sale-shell p { grid-column: 1; margin-bottom: 0; }
    .home-sale-shell .btn { grid-column: 2; grid-row: 1 / span 3; align-self: center; }
    .home-sale-shell__products .row > * { width: 50%; }
}

@media (max-width: 767.98px) {
    .home-hero { padding: 12px 0 6px; }
    .home-hero__panel { border-radius: 20px; }
    .home-hero__content { padding: 30px 22px; }
    .home-hero h1 { font-size: 2.25rem; }
    .home-hero__content > p { margin-top: 17px; font-size: .96rem; }
    .home-hero__actions { margin-top: 22px; }
    .home-hero__actions .btn { min-height: 46px; padding: 10px 14px; font-size: .9rem; }
    .home-hero__trust { gap: 8px 13px; margin-top: 22px; font-size: .73rem; }
    .home-section { padding: 38px 0; }
    .home-categories { padding-top: 28px; }
    .home-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .home-category-card { display: block; }
    .home-category-card__media { aspect-ratio: 4 / 2.6; min-height: 0; }
    .home-category-card__body { padding: 10px; }
    .home-category-card__body strong { min-height: auto; font-size: .78rem; }
    .home-category-card__body span { font-size: .64rem; }
    .home-collections-grid { grid-template-columns: 1fr; gap: 13px; }
    .home-collections-grid .collection-card__link { display: grid; grid-template-columns: 120px minmax(0, 1fr); }
    .home-collections-grid .collection-card__image { aspect-ratio: auto; min-height: 150px; }
    .home-collections-grid .collection-card__body { padding: 14px; }
    .home-collections-grid .collection-card__description { display: none; }
    .home-collections-grid .collection-card__action { font-size: .75rem; }
    .home-sale-shell { padding: 20px 14px; border-radius: 18px; }
    .home-sale-shell__intro { display: block; padding: 0 4px; }
    .home-sale-shell h2 { font-size: 1.7rem; }
    .home-sale-shell p { margin: 8px 0 15px; font-size: .85rem; }
    .home-sale-shell .btn { display: inline-flex; width: auto; min-height: 42px; padding: 8px 12px; font-size: .8rem; }
    .home-sale-shell__products .row > * { width: 50%; }
    .home-benefits__grid { grid-template-columns: 1fr; }
    .home-benefits article, .home-benefits article:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--border-color); padding: 18px; }
    .home-benefits article:last-child { border-bottom: 0; }
}
