/*
 * Challa Publications — Home page styles
 * Extracted from home/index.blade.php for browser caching.
 * Legacy .collection-card/.collections-* gallery removed (dead code).
 */
/* ─── EDITORIAL HERO ─── */
.hero--editorial {
    position: relative;
    padding: 80px 0 72px;
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, rgba(196,150,26,0.09), transparent 65%),
        linear-gradient(180deg, var(--c-parchment) 0%, var(--c-surface) 100%);
    border-bottom: 1px solid var(--c-border-faint);
    overflow: hidden;
}
.hero--editorial .hero__bg {
    position: absolute; inset: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(123,29,29,0.04), transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(196,150,26,0.05), transparent 40%);
    pointer-events: none;
    z-index: 0;
}

/* Auto-scrolling cover image background */
.hero-scroll {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    pointer-events: none;
    overflow: hidden;
    opacity: 0.55;
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 35%, transparent 85%);
    mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 35%, transparent 85%);
}
.hero-scroll__row {
    display: flex;
    gap: 20px;
    width: max-content;
    will-change: transform;
}
.hero-scroll__row--a { animation: heroScrollA 70s linear infinite; }
.hero-scroll__row--b { animation: heroScrollB 85s linear infinite; }
@keyframes heroScrollA {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
@keyframes heroScrollB {
    from { transform: translateX(-50%); }
    to   { transform: translateX(0); }
}
.hero-scroll__tile {
    flex: 0 0 auto;
    width: 160px;
    aspect-ratio: 3 / 4;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 14px 28px -14px rgba(44,26,14,0.55), 0 0 0 1px rgba(196,150,26,0.12);
    transform: rotate(-2deg);
    background: var(--c-surface);
}
.hero-scroll__row--b .hero-scroll__tile { transform: rotate(2deg); }
.hero-scroll__tile img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.9);
}
.hero-scroll__veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(ellipse 65% 70% at 50% 55%, rgba(250,244,230,0.92) 0%, rgba(250,244,230,0.75) 45%, rgba(250,244,230,0.35) 75%, transparent 100%),
        linear-gradient(180deg, rgba(250,244,230,0.5) 0%, transparent 20%, transparent 80%, rgba(250,244,230,0.5) 100%);
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
}
@media (prefers-reduced-motion: reduce) {
    .hero-scroll__row--a,
    .hero-scroll__row--b { animation: none; }
}
.hero__ornament {
    position: absolute;
    width: 180px; height: 180px;
    pointer-events: none;
    opacity: 0.35;
    background-repeat: no-repeat;
    background-size: contain;
}
.hero__ornament--tl {
    top: 24px; left: 24px;
    background-image: radial-gradient(circle, var(--c-gold) 1px, transparent 1.5px);
    background-size: 14px 14px;
    width: 120px; height: 120px;
    opacity: 0.25;
    mask-image: linear-gradient(135deg, #000, transparent);
    -webkit-mask-image: linear-gradient(135deg, #000, transparent);
}
.hero__ornament--tr {
    top: 24px; right: 24px;
    background-image: radial-gradient(circle, var(--c-gold) 1px, transparent 1.5px);
    background-size: 14px 14px;
    width: 120px; height: 120px;
    opacity: 0.25;
    mask-image: linear-gradient(-135deg, #000, transparent);
    -webkit-mask-image: linear-gradient(-135deg, #000, transparent);
}

.hero-ed {
    position: relative;
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    animation: heroEdReveal 0.9s var(--ease-elegant) both;
}
@keyframes heroEdReveal {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
}

.hero-ed__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--f-heading);
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--c-text-muted);
    margin: 0 0 28px;
}
.hero-ed__dot {
    width: 4px; height: 4px;
    border-radius: 50%;
    background: var(--c-gold);
    opacity: 0.7;
}

.hero-ed__title {
    font-family: var(--f-heading);
    font-size: clamp(2.1rem, 4.6vw, 3.8rem);
    line-height: 1.12;
    letter-spacing: -0.01em;
    margin: 0 0 26px;
    font-weight: 800;
    background: linear-gradient(135deg, var(--c-gold) 0%, var(--c-saffron-light) 40%, var(--c-gold-deep) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    filter: drop-shadow(0px 4px 16px rgba(196, 150, 26, 0.25));
    animation: heroTitleReveal 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    opacity: 0;
    transform: translateY(20px);
}
.hero-ed__title.text-telugu {
    font-family: var(--f-telugu);
    line-height: 1.5;
    padding-bottom: 0.2em;
    letter-spacing: 0.02em;
    font-weight: 700;
}

@keyframes heroTitleReveal {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.96);
        filter: blur(8px) drop-shadow(0px 4px 16px rgba(196, 150, 26, 0));
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0) drop-shadow(0px 4px 16px rgba(196, 150, 26, 0.25));
    }
}



.hero-ed__shloka {
    font-size: clamp(1.1rem, 1.6vw, 1.35rem);
    color: var(--c-primary-dark);
    margin: 0 0 6px;
    letter-spacing: 0.01em;
}
.hero-ed__shloka-trans {
    font-size: 0.9rem;
    color: var(--c-text-muted);
    margin: 0 0 36px;
    font-family: var(--f-body);
}

/* Search bar */
.hero-search {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 640px;
    margin: 0 auto 18px;
    background: var(--c-surface);
    border: 1.5px solid var(--c-border);
    border-radius: var(--radius-full);
    padding: 6px 6px 6px 20px;
    box-shadow: 0 12px 28px -16px rgba(44,26,14,0.35), 0 0 0 1px rgba(196,150,26,0.06);
    transition: box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}
.hero-search:focus-within {
    border-color: var(--c-gold);
    box-shadow: 0 18px 38px -16px rgba(44,26,14,0.45), 0 0 0 3px rgba(196,150,26,0.18);
}
.hero-search__icon {
    color: var(--c-text-muted);
    font-size: 0.95rem;
    margin-right: 12px;
    flex-shrink: 0;
}
.hero-search__input {
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    font-family: var(--f-body);
    font-size: 1rem;
    color: var(--c-text-bold);
    padding: 14px 4px;
    min-width: 0;
}
.hero-search__input::placeholder { color: var(--c-text-muted); opacity: 0.75; }
.hero-search__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--c-gold), #a57910);
    color: #fff;
    border: 0;
    padding: 12px 22px;
    border-radius: var(--radius-full);
    font-family: var(--f-heading);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
    box-shadow: 0 6px 16px rgba(165,121,16,0.35);
}
.hero-search__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(165,121,16,0.45);
}

/* Category / popular chips */
.hero-chips {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 720px;
    margin: 0 auto 40px;
}
.hero-chips__label {
    font-family: var(--f-heading);
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--c-text-muted);
    margin-right: 4px;
}
.hero-chip {
    display: inline-block;
    font-family: var(--f-body);
    font-size: 0.85rem;
    color: var(--c-text);
    padding: 7px 14px;
    background: var(--c-surface);
    border: 1px solid var(--c-border-faint);
    border-radius: var(--radius-full);
    text-decoration: none;
    transition: all var(--trans-fast);
}
.hero-chip:hover {
    background: var(--c-gold);
    color: var(--c-primary-dark);
    border-color: var(--c-gold);
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(196,150,26,0.25);
}

/* Thin trust ribbon */
.hero-trust {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 28px;
    font-family: var(--f-body);
    font-size: 0.83rem;
    color: var(--c-text-muted);
}
.hero-trust li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.hero-trust i {
    color: var(--c-gold);
    font-size: 0.82rem;
}
.hero-trust strong {
    color: var(--c-text-bold);
    font-weight: 600;
}



/* ─── ARRIVALS GRID ─── */
.arrivals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    max-width: 1100px;
    margin: 0 auto;
}
.arrival-card {
    display: flex;
    flex-direction: row;
    background: var(--c-surface);
    border: 2px solid var(--c-border-faint);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s;
}
.arrival-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
    border-color: var(--c-border);
}
.arrival-card__image {
    position: relative;
    flex-shrink: 0;
    width: 115px;
    display: flex;
    flex-direction: column;
}
.arrival-card__image img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
}
.arrival-card__discount {
    position: absolute;
    bottom: 8px; right: 8px;
    background: rgba(26,107,58,0.92);
    color: #fff;
    font-family: var(--f-heading);
    font-size: 0.65rem;
    letter-spacing: 0.06em;
    padding: 3px 8px;
    border-radius: 3px;
    font-weight: 600;
}
.arrival-card__body {
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    min-width: 0;
}
.arrival-card__tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: var(--f-heading);
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--c-saffron);
    margin-bottom: 5px;
}
.arrival-card__title {
    font-family: var(--f-heading);
    font-size: 0.9rem;
    line-height: 1.3;
    margin: 0 0 2px;
    color: var(--c-text-bold);
}
.arrival-card__title a { color: inherit; text-decoration: none; }
.arrival-card__title a:hover { color: var(--c-primary); }
.arrival-card__title-te { font-size: 0.76rem; color: var(--c-text-muted); margin: 0 0 3px; }
.arrival-card__author {
    font-family: var(--f-body); font-size: 0.78rem; color: var(--c-text-muted);
    margin: 0; display: flex; align-items: center; gap: 5px;
}
.arrival-card__author i { color: var(--c-gold); font-size: 0.62rem; }
.arrival-card__footer {
    display: flex; align-items: center; justify-content: space-between; margin-top: 12px;
}
.arrival-card__pricing { display: flex; align-items: baseline; gap: 6px; }
.arrival-card__price {
    font-family: var(--f-heading); font-size: 1.08rem; color: var(--c-primary-dark); font-weight: 700;
}
.arrival-card__price-old { text-decoration: line-through; color: var(--c-text-muted); font-size: 0.8rem; }


/* ─── TOP RATED SECTION ─── */
.top-rated-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--c-border-faint) transparent;
    margin: 0 -28px;
    padding: 0 28px 16px;
}
.top-rated-scroll::-webkit-scrollbar { height: 6px; }
.top-rated-scroll::-webkit-scrollbar-thumb { background: var(--c-border-faint); border-radius: 3px; }
.top-rated-track {
    display: flex;
    gap: 22px;
    width: max-content;
    padding-bottom: 4px;
}
.top-rated-card {
    flex: 0 0 185px;
    background: var(--c-surface);
    border: 2px solid var(--c-border-faint);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s;
    text-align: center;
}
.top-rated-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
    border-color: var(--c-border);
}
.top-rated-card__cover {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
}
.top-rated-card__cover img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}
.top-rated-card:hover .top-rated-card__cover img {
    transform: scale(1.06);
}
.top-rated-card__rating-badge {
    position: absolute;
    top: 10px; right: 10px;
    background: linear-gradient(135deg, var(--c-gold-light), var(--c-gold));
    color: var(--c-primary-dark);
    font-family: var(--f-heading);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 3px;
    box-shadow: 0 3px 10px rgba(196,150,26,0.35);
}
.top-rated-card__rating-badge i { font-size: 0.6rem; }
.top-rated-card__info {
    padding: 14px 16px 18px;
}
.top-rated-card__title {
    font-family: var(--f-heading);
    font-size: 0.84rem;
    letter-spacing: 0.02em;
    color: var(--c-text-bold);
    margin: 0 0 3px;
    line-height: 1.3;
}
.top-rated-card__title a { color: inherit; text-decoration: none; }
.top-rated-card__title a:hover { color: var(--c-primary); }
.top-rated-card__author {
    font-family: var(--f-body);
    font-size: 0.76rem;
    color: var(--c-text-muted);
    font-style: italic;
    margin: 0 0 7px;
}
.top-rated-card__stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin-bottom: 7px;
    font-size: 0.65rem;
}
.top-rated-card__stars span {
    font-size: 0.72rem;
    color: var(--c-text-muted);
    margin-left: 4px;
}
.top-rated-card__price {
    font-family: var(--f-heading);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--c-primary-dark);
}


/* ─── CARD COMPONENT FIXES ─── */
.card__image img { width: 100%; height: 100%; object-fit: cover; }
.card__title a { color: inherit; text-decoration: none; }
.card__title a:hover { color: var(--c-primary); }
.card__title-te { font-size: 0.82rem; color: var(--c-text-muted); margin-bottom: 4px; }
.card__author i { color: var(--c-gold); font-size: 0.75rem; }
.card__rating { display: flex; align-items: center; gap: 4px; margin-bottom: 12px; }
.card__rating i { font-size: 0.7rem; }
.card__rating-count { font-size: 0.78rem; color: var(--c-text-muted); margin-left: 4px; }
.card__discount-tag {
    position: absolute; bottom: 10px; right: 10px;
    background: rgba(26,107,58,0.92); color: #fff;
    font-family: var(--f-heading); font-size: 0.7rem;
    letter-spacing: 0.06em; padding: 4px 10px; border-radius: 3px; font-weight: 600;
}
.card__price-old { text-decoration: line-through; color: var(--c-text-muted); font-size: 0.82rem; margin-left: 6px; }
.card__btn--disabled { opacity: 0.4; cursor: not-allowed; }
.grid-empty { grid-column: 1 / -1; text-align: center; color: var(--c-text-muted); }
.grid-empty a { color: var(--c-primary); }
.section-cta { text-align: center; margin-top: 56px; }


/* ─── HERITAGE SECTION (redesigned) — framed image, wax seal, overlapping stats ─── */
.heritage-section { background: linear-gradient(180deg, var(--c-parchment) 0%, var(--c-bg) 100%); position: relative; overflow: hidden; }
.heritage-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(40px, 6vw, 80px); align-items: center; max-width: 1120px; margin: 0 auto; }

.heritage-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-family: var(--f-heading); font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--c-gold); margin-bottom: 18px; }
.heritage-eyebrow__rule { width: 40px; height: 1px; background: var(--c-gold); opacity: 0.7; }

.heritage-content__title { font-family: var(--f-heading); font-weight: 700; font-size: clamp(2rem, 4vw, 3rem); color: var(--c-primary-dark); letter-spacing: 0.01em; margin: 0 0 20px; line-height: 1.12; }
.heritage-content__title.text-telugu { font-family: var(--f-telugu); }

.heritage-content__desc { font-family: var(--f-body); font-size: 1.05rem; color: var(--c-text-muted); line-height: 1.85; margin: 0 0 24px; }
.heritage-content__desc.drop-cap::first-letter { font-family: var(--f-heading); font-size: 3.4rem; font-weight: 700; float: left; line-height: 0.82; padding: 6px 12px 0 0; color: var(--c-primary); }
.heritage-content__desc.text-telugu { font-family: var(--f-telugu); }
.heritage-content__desc.text-telugu.drop-cap::first-letter { float: none; font-size: inherit; padding: 0; color: inherit; }

.heritage-quote { position: relative; margin: 0 0 28px; padding: 4px 0 4px 22px; border-left: 3px solid var(--c-gold); }
.heritage-quote__te { font-family: var(--f-telugu); font-size: 1.3rem; color: var(--c-primary-dark); margin: 0 0 4px; line-height: 1.5; }
.heritage-quote__cite { font-family: var(--f-body); font-style: italic; font-size: 0.85rem; color: var(--c-text-muted); }
.heritage-quote__cite.text-telugu { font-family: var(--f-telugu); font-style: normal; }

.heritage-features { list-style: none; padding: 0; margin: 0 0 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; }
.heritage-features__item { display: flex; align-items: center; gap: 12px; font-family: var(--f-body); font-size: 0.92rem; color: var(--c-text-bold); line-height: 1.35; }
.heritage-features.text-telugu .heritage-features__item { font-family: var(--f-telugu); }
.heritage-features__icon { width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(135deg, var(--c-primary), var(--c-primary-dark, #4A0E0E)); color: var(--c-gold-pale, #F5DEB3); flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 0.82rem; box-shadow: 0 4px 12px rgba(123,29,29,0.22); }

.heritage-visual { position: relative; }
.heritage-visual__frame { position: relative; border-radius: var(--radius-lg, 16px); overflow: hidden; box-shadow: var(--shadow-xl, 0 24px 72px rgba(44,26,14,0.28)); border: 1px solid color-mix(in srgb, var(--c-gold) 30%, transparent); }
.heritage-visual__frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 6px rgba(255,255,255,0.32), inset 0 0 0 7px rgba(196,150,26,0.4); border-radius: inherit; pointer-events: none; }
.heritage-visual__frame img { width: 100%; display: block; aspect-ratio: 4/3; object-fit: cover; }

.heritage-seal { position: absolute; top: 16px; right: 16px; width: 72px; height: 72px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; background: radial-gradient(circle at 30% 30%, var(--c-primary), var(--c-primary-dark, #4A0E0E)); color: var(--c-gold-pale, #F5DEB3); border: 2px solid var(--c-gold); box-shadow: 0 8px 18px rgba(0,0,0,0.3); font-family: var(--f-heading); transform: rotate(-8deg); }
.heritage-seal__est { font-size: 0.6rem; letter-spacing: 0.2em; opacity: 0.85; }
.heritage-seal__yr { font-size: 1.15rem; font-weight: 800; letter-spacing: 0.04em; }

.heritage-stats { position: relative; z-index: 2; margin: -36px 18px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: color-mix(in srgb, var(--c-gold) 28%, transparent); border: 1px solid color-mix(in srgb, var(--c-gold) 30%, transparent); border-radius: 14px; overflow: hidden; box-shadow: 0 16px 40px -20px rgba(44,26,14,0.5); }
.heritage-stat { background: var(--c-surface); padding: 18px 16px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 4px; }
.heritage-stat__icon { font-size: 1rem; color: var(--c-gold); margin-bottom: 2px; }
.heritage-stat__num { font-family: var(--f-heading); font-weight: 800; font-size: 1.5rem; color: var(--c-primary); line-height: 1; }
.heritage-stat__label { font-size: 0.72rem; color: var(--c-text-muted); letter-spacing: 0.02em; }
.heritage-stat__label.text-telugu { font-family: var(--f-telugu); }

@media (max-width: 860px) { .heritage-grid { grid-template-columns: 1fr; gap: 40px; } .heritage-visual { max-width: 520px; margin: 0 auto; width: 100%; } }
@media (max-width: 480px) { .heritage-features { grid-template-columns: 1fr; } .heritage-stats { margin: -28px 8px 0; } .heritage-stat__num { font-size: 1.3rem; } }


/* ─── TESTIMONIALS — Auto-scroll Columns ─── */
.testi-section { overflow: hidden; }
.testi-columns {
    display: flex; gap: 22px; justify-content: center;
    max-height: 640px; overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
}
.testi-col { flex: 0 0 330px; overflow: hidden; }
.testi-col--md { display: none; }
.testi-col--lg { display: none; }
@media (min-width: 768px) { .testi-col--md { display: block; } }
@media (min-width: 1024px) { .testi-col--lg { display: block; } }

.testi-col__track {
    display: flex; flex-direction: column; gap: 20px; padding-bottom: 20px;
    animation: testiScroll linear infinite;
}
@keyframes testiScroll {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}
.testi-col:hover .testi-col__track { animation-play-state: paused; }

.testi-item {
    padding: 24px; border-radius: var(--radius-lg);
    background: var(--c-surface);
    border: 2px solid var(--c-border-faint);
    transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s;
    position: relative;
}
.testi-item::before {
    content: '\201C';
    position: absolute;
    top: 12px; right: 18px;
    font-family: var(--f-display);
    font-size: 3rem;
    color: var(--c-gold);
    opacity: 0.12;
    line-height: 1;
}
.testi-item:hover {
    box-shadow: var(--shadow-lg); transform: translateY(-3px);
    border-color: var(--c-border);
}
.testi-item__stars { display: flex; gap: 3px; margin-bottom: 14px; font-size: 0.72rem; }
.testi-item__text {
    font-family: var(--f-body); font-style: italic;
    font-size: 0.92rem; line-height: 1.8; color: var(--c-text-muted);
    margin-bottom: 18px;
}
.testi-item__author {
    display: flex; align-items: center; gap: 12px;
    padding-top: 16px; border-top: 1px solid var(--c-border-faint);
}
.testi-item__avatar {
    width: 42px; height: 42px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #F5DEB3; font-weight: 700; font-size: 0.9rem;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.testi-item__name {
    font-family: var(--f-heading); font-size: 0.82rem;
    letter-spacing: 0.03em; color: var(--c-text-bold); font-weight: 600;
}
.testi-item__meta {
    font-family: var(--f-body); font-size: 0.72rem;
    color: var(--c-text-muted);
}
.testi-item__meta i { font-size: 0.58rem; }



/* ─── SCROLL REVEAL ─── */
.hp-reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.7s var(--ease-elegant), transform 0.7s var(--ease-elegant);
}
.hp-reveal.hp-visible {
    opacity: 1;
    transform: translateY(0);
}


/* ═══════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════ */
@media (max-width: 1024px) {
    .hero--editorial { padding: 64px 0 56px; }
    .arrivals-grid { grid-template-columns: repeat(2, 1fr); }
    .heritage-grid { gap: 48px; }
    .heritage-content__title { font-size: 1.8rem; }
    .top-rated-card { flex: 0 0 165px; }
}

@media (max-width: 900px) {
    .hero--editorial { padding: 52px 0 48px; }
    .hero__ornament { display: none; }
    .heritage-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 600px) {
    .hero--editorial { padding: 40px 0 40px; }
    .hero-ed__eyebrow { font-size: 0.62rem; letter-spacing: 0.18em; gap: 8px; margin-bottom: 20px; }
    .hero-ed__shloka-trans { margin-bottom: 24px; }
    .hero-search { padding: 5px 5px 5px 16px; border-radius: 14px; flex-wrap: wrap; }
    .hero-search__input { font-size: 0.95rem; padding: 11px 4px; flex: 1 1 100%; }
    .hero-search__btn { padding: 10px 16px; font-size: 0.72rem; flex: 1 1 100%; justify-content: center; }
    .hero-chips { gap: 6px; margin-bottom: 28px; }
    .hero-chips__label { display: none; }
    .hero-chip { font-size: 0.78rem; padding: 6px 11px; }
    .hero-trust { gap: 10px 18px; font-size: 0.76rem; }
    .arrival-card__image { width: 95px; }
    .heritage-pillars { grid-template-columns: 1fr 1fr; gap: 12px; }
    .top-rated-card { flex: 0 0 155px; }
}

@media (max-width: 480px) {
    .hero-ed__title { font-size: 1.8rem; margin: 0 0 20px; }
    .arrivals-grid { grid-template-columns: 1fr; }
    .heritage-content__title { font-size: 1.5rem; }
    .heritage-features__item { font-size: 0.9rem; }
}

@media (max-width: 380px) {
    .hero-ed__shloka { font-size: 0.9rem; }
    .hero-ed__title { font-size: 1.6rem; }
    .arrival-card__body { padding: 12px 14px; }
    .arrival-card__title { font-size: 0.82rem; }
    .arrival-card__price { font-size: 0.95rem; }
    .heritage-content__title { font-size: 1.3rem; }
}

/* ════════════════════════════════════════════════════════════════
   ★ SACRED COLLECTIONS v7 — Premium World-Class Glassmorphic Tiles
   Spacious grid, subtle gradients, hovering icons, micro-animations.
   ════════════════════════════════════════════════════════════════ */
.sc-section { padding: clamp(54px, 8vw, 84px) 0; position: relative; background: var(--c-bg-alt); }

.sc-header { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; margin: 0 auto 36px; max-width: 1180px; padding: 0 4px; }
.sc-header__lead { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.sc-header__rule { flex: 1; height: 1px; max-width: 80px; background: linear-gradient(90deg, transparent, var(--c-border)); }
.sc-header__eyebrow { font-family: var(--f-heading); font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--c-gold); white-space: nowrap; }
.sc-header__title { font-family: var(--f-heading); font-weight: 700; font-size: clamp(1.8rem, 3.2vw, 2.6rem); color: var(--c-text-bold); margin: 0; text-align: center; line-height: 1.12; }
.sc-header__title.text-telugu { font-family: var(--f-telugu); font-weight: 600; }
.sc-header__all { justify-self: end; display: inline-flex; align-items: center; gap: 6px; font-family: var(--f-heading); font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--c-text-muted); text-decoration: none; transition: color 0.3s ease; }
.sc-header__all:hover { color: var(--c-primary); }
.sc-header__all.text-telugu { font-family: var(--f-telugu); text-transform: none; letter-spacing: 0; font-size: 0.96rem; }

/* 4-up on desktop for more premium breathing room */
.sc-grid { list-style: none; margin: 0 auto; padding: 0; max-width: 1180px; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.sc-cell { display: flex; }

.sc-card {
    --sc-clr: #7B1D1D;
    position: relative; display: flex; flex-direction: column; gap: 12px;
    width: 100%; padding: 24px;
    background: var(--c-surface);
    border: 1px solid var(--c-border-faint);
    border-radius: 12px;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    z-index: 1;
}

.sc-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, color-mix(in srgb, var(--sc-clr) 8%, transparent) 0%, transparent 100%);
    opacity: 0.5;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.sc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    border-color: color-mix(in srgb, var(--sc-clr) 30%, var(--c-border));
}
.sc-card:hover::before {
    opacity: 1;
}
.sc-card:focus-visible { outline: 2px solid var(--sc-clr); outline-offset: 2px; }

.sc-card__bg-icon {
    position: absolute;
    right: -10px;
    bottom: -15px;
    font-size: 6rem;
    color: var(--sc-clr);
    opacity: 0.04;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: -1;
    transform: rotate(-10deg);
}
.sc-card:hover .sc-card__bg-icon {
    transform: rotate(0deg) scale(1.1);
    opacity: 0.08;
}

.sc-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}
.sc-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: color-mix(in srgb, var(--sc-clr) 12%, transparent);
    color: var(--sc-clr);
    font-size: 1.2rem;
    transition: transform 0.4s ease, background 0.4s ease;
}
.sc-card:hover .sc-card__icon {
    transform: scale(1.1);
    background: color-mix(in srgb, var(--sc-clr) 18%, transparent);
}

.sc-card__index { font-family: var(--f-heading); font-weight: 700; font-size: 0.85rem; letter-spacing: 0.15em; color: color-mix(in srgb, var(--sc-clr) 40%, var(--c-text-muted)); }

.sc-card__main { display: flex; flex-direction: column; gap: 4px; flex-grow: 1; }
.sc-card__name { font-family: var(--f-heading); font-weight: 700; font-size: 1.15rem; line-height: 1.3; color: var(--c-text-bold); transition: color 0.3s ease; }
.sc-card__name.text-telugu { font-family: var(--f-telugu); font-weight: 600; font-size: 1.25rem; }
.sc-card:hover .sc-card__name { color: var(--sc-clr); }

.sc-card__sub { font-size: 0.82rem; line-height: 1.4; color: var(--c-text-muted); }
.sc-card__sub.text-telugu { font-family: var(--f-telugu); font-size: 0.92rem; }

.sc-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 8px; padding-top: 16px; border-top: 1px solid color-mix(in srgb, var(--sc-clr) 10%, var(--c-border-faint)); }
.sc-card__count { font-family: var(--f-heading); font-size: 0.72rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--c-text-muted); }
.sc-card__count strong { font-size: 0.9rem; color: var(--sc-clr); margin-right: 4px; }
.sc-card__count.text-telugu { font-family: var(--f-telugu); text-transform: none; letter-spacing: 0; }
.sc-card__arrow { font-size: 0.85rem; color: var(--sc-clr); opacity: 0; transform: translateX(-10px); transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.sc-card:hover .sc-card__arrow { opacity: 1; transform: translateX(0); }

[data-theme="dark"] .sc-card { background: var(--c-surface); border-color: color-mix(in srgb, var(--c-border) 40%, transparent); box-shadow: 0 4px 20px rgba(0,0,0,0.2); }
[data-theme="dark"] .sc-card::before { opacity: 0.15; }
[data-theme="dark"] .sc-card:hover::before { opacity: 0.25; }

@media (max-width: 900px) { .sc-grid { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); } }
@media (max-width: 640px) { .sc-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } .sc-card { padding: 18px; } .sc-card__icon { width: 36px; height: 36px; font-size: 1rem; } .sc-card__name { font-size: 1rem; } .sc-card__name.text-telugu { font-size: 1.1rem; } }
@media (max-width: 560px) { .sc-header { grid-template-columns: 1fr; justify-items: center; gap: 8px; } .sc-header__all { justify-self: center; } }
@media (max-width: 480px) { .sc-grid { grid-template-columns: 1fr; } }


/* ════════════════════════════════════════════════════════════════
   ★ COMMUNITY'S CROWN JEWELS — Bento Hero + Scroll-Snap Rail (cj-*)
   Featured #1 card + ranked rail. Gold gradient ribbons,
   numeric rank overlays, refined shadows. Fully responsive.
   ════════════════════════════════════════════════════════════════ */
.cj-section {
    position: relative;
    padding: 64px 0 72px;
    overflow: hidden;
}
.cj-section__glow {
    position: absolute; top: -20%; left: -10%; width: 60%; height: 120%;
    background:
        radial-gradient(circle at 30% 40%, rgba(196,150,26,0.12) 0%, transparent 55%),
        radial-gradient(circle at 70% 80%, rgba(123,29,29,0.08) 0%, transparent 55%);
    filter: blur(60px); z-index: 0; pointer-events: none;
    animation: cjGlow 14s infinite alternate var(--ease);
}
@keyframes cjGlow {
    0%   { transform: translate(0, 0) scale(1); }
    100% { transform: translate(3%, -2%) scale(1.08); }
}
.cj-section .container { position: relative; z-index: 1; }

/* Featured hero card */
@keyframes cjHeroIn {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}
.cj-stage { margin: 0 auto 32px; max-width: 1100px; }
.cj-hero {
    position: relative;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 32px; align-items: stretch;
    padding: 28px;
    background:
        linear-gradient(135deg, var(--c-surface) 0%, var(--c-parchment, #F5EDD8) 100%);
    border: 1px solid var(--c-gold-glow, rgba(196,150,26,0.22));
    border-radius: 24px;
    overflow: hidden;
    box-shadow:
        0 22px 48px -28px rgba(44,26,14,0.35),
        inset 0 0 0 1px rgba(255,255,255,0.4);
    animation: cjHeroIn .7s var(--ease-elegant) both;
}
.cj-hero::before {
    content: ''; position: absolute; inset: 0;
    background:
        radial-gradient(circle at 90% 10%, rgba(196,150,26,0.10), transparent 55%);
    pointer-events: none;
}
.cj-hero__ribbon {
    position: absolute; top: 16px; left: -34px;
    transform: rotate(-30deg);
    background: linear-gradient(135deg, var(--c-gold-light), var(--c-gold));
    color: var(--c-primary-dark);
    font-family: var(--f-heading);
    font-size: 0.68rem; font-weight: 800;
    letter-spacing: 0.08em; text-transform: uppercase;
    padding: 5px 40px;
    box-shadow: 0 4px 12px rgba(196,150,26,0.35);
    z-index: 3;
}
.cj-hero__ribbon i { margin-right: 4px; font-size: 0.68rem; }

.cj-hero__cover {
    position: relative; display: block;
    aspect-ratio: 3/4;
    border-radius: 14px;
    overflow: hidden;
    box-shadow:
        0 18px 36px -16px rgba(44,26,14,0.4),
        0 0 0 1px rgba(123,29,29,0.1);
    transition: transform .5s var(--ease-elegant);
}
.cj-hero__cover img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform .7s var(--ease-elegant);
}
.cj-hero__cover-glow {
    position: absolute; inset: 0;
    background: linear-gradient(200deg, rgba(255,255,255,0.28) 0%, transparent 40%);
    pointer-events: none;
    opacity: 0;
    transition: opacity .4s;
}
.cj-hero:hover .cj-hero__cover { transform: translateY(-4px); }
.cj-hero:hover .cj-hero__cover img { transform: scale(1.06); }
.cj-hero:hover .cj-hero__cover-glow { opacity: 1; }

.cj-hero__info {
    display: flex; flex-direction: column; gap: 8px;
    justify-content: center; position: relative;
}
.cj-hero__rank {
    font-family: var(--f-heading);
    font-weight: 900;
    font-size: clamp(3.5rem, 6vw, 5rem);
    line-height: 0.9;
    background: linear-gradient(135deg, var(--c-gold-light), var(--c-gold), var(--c-gold-deep));
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
    letter-spacing: -0.04em;
    margin-bottom: -4px;
    position: relative;
    text-shadow: 0 4px 12px rgba(196,150,26,0.15);
}
.cj-hero__rating {
    display: flex; align-items: center; flex-wrap: wrap;
    gap: 10px; margin-bottom: 4px;
}
.cj-hero__rating-val {
    font-family: var(--f-heading);
    font-size: 1.3rem; font-weight: 800;
    color: var(--c-gold-deep);
    font-variant-numeric: tabular-nums;
}
.cj-hero__stars { display: inline-flex; gap: 2px; font-size: 0.85rem; }
.cj-hero__reviews {
    font-size: 0.78rem;
    color: var(--c-text-muted);
    font-style: italic;
}
.cj-hero__title {
    font-family: var(--f-heading);
    font-size: clamp(1.3rem, 2.4vw, 1.75rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--c-text-bold);
    margin: 0;
}
.cj-hero__title.text-telugu { font-family: var(--f-telugu); font-weight: 600; }
.cj-hero__title a { color: inherit; text-decoration: none; transition: color .2s; }
.cj-hero__title a:hover { color: var(--c-primary); }
.cj-hero__title-alt {
    font-size: 0.92rem;
    color: var(--c-text-muted);
    margin: 0 0 2px;
    font-style: italic;
}
.cj-hero__title-alt.text-telugu { font-family: var(--f-telugu); font-style: normal; }
.cj-hero__author {
    display: inline-flex; align-items: center; gap: 6px;
    font-family: var(--f-body);
    font-size: 0.85rem;
    color: var(--c-text-muted);
    margin: 4px 0 14px;
}
.cj-hero__author i { color: var(--c-gold); font-size: 0.72rem; }

.cj-hero__foot {
    display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
    padding-top: 14px;
    border-top: 1px solid color-mix(in srgb, var(--c-gold) 20%, var(--c-border-faint));
}
.cj-hero__price {
    font-family: var(--f-heading);
    font-size: 1.6rem; font-weight: 800;
    color: var(--c-primary-dark);
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.01em;
}
.cj-hero__cta {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 20px; border-radius: 12px;
    background: var(--c-primary); color: #fff;
    font-family: var(--f-heading);
    font-size: 0.8rem; font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: transform .25s var(--ease-spring), background .2s, box-shadow .25s;
    box-shadow: 0 6px 16px -4px rgba(123,29,29,0.3);
    margin-left: auto;
}
.cj-hero__cta:hover {
    background: var(--c-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 22px -6px rgba(123,29,29,0.4);
}
.cj-hero__cta i { transition: transform .2s; }
.cj-hero__cta:hover i { transform: translateX(3px); }

/* Ranked rail — scroll-snap carousel */
.cj-rail-wrap {
    position: relative;
    max-width: 1220px;
    margin: 0 auto;
}
.cj-rail {
    display: flex; gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--c-border-faint) transparent;
    padding: 8px 16px 20px;
    margin: 0 -16px;
}
.cj-rail::-webkit-scrollbar { height: 6px; }
.cj-rail::-webkit-scrollbar-thumb { background: var(--c-border-faint); border-radius: 3px; }
.cj-rail::-webkit-scrollbar-track { background: transparent; }

@keyframes cjCardIn {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}
.cj-card {
    flex: 0 0 220px;
    scroll-snap-align: start;
    background: var(--c-surface);
    border: 1px solid var(--c-border-faint);
    border-radius: 16px;
    overflow: hidden;
    transition:
        transform .4s var(--ease-elegant),
        box-shadow .4s,
        border-color .3s;
    opacity: 0;
    animation: cjCardIn .55s var(--ease-elegant) both;
    animation-delay: var(--cj-delay, 0s);
}
.cj-card:hover {
    transform: translateY(-6px);
    border-color: color-mix(in srgb, var(--c-gold) 35%, var(--c-border-faint));
    box-shadow:
        0 18px 38px -18px rgba(44,26,14,0.28),
        0 0 0 1px rgba(196,150,26,0.18);
}

.cj-card__cover {
    position: relative; display: block;
    aspect-ratio: 3/4;
    overflow: hidden;
    background: var(--c-surface-alt);
}
.cj-card__cover img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform .6s var(--ease-elegant);
}
.cj-card:hover .cj-card__cover img { transform: scale(1.05); }

/* Rank numeral — large, bottom-left, semi-transparent */
.cj-card__rank {
    position: absolute; left: 10px; bottom: 6px;
    font-family: var(--f-heading);
    font-weight: 900;
    font-size: 2.8rem;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(255,255,255,0.85);
    text-shadow: 0 2px 12px rgba(0,0,0,0.35);
    letter-spacing: -0.04em;
    pointer-events: none;
    transition: transform .4s var(--ease-spring);
}
.cj-card:hover .cj-card__rank { transform: translateY(-2px); }

.cj-card__rating {
    position: absolute; top: 10px; right: 10px;
    display: inline-flex; align-items: center; gap: 4px;
    padding: 4px 9px; border-radius: 999px;
    background: linear-gradient(135deg, var(--c-gold-light), var(--c-gold));
    color: var(--c-primary-dark);
    font-family: var(--f-heading);
    font-size: 0.72rem; font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 3px 10px rgba(196,150,26,0.35);
}
.cj-card__rating i { font-size: 0.6rem; }

.cj-card__info {
    padding: 14px 16px 16px;
    display: flex; flex-direction: column; gap: 4px;
}
.cj-card__title {
    font-family: var(--f-heading);
    font-size: 0.92rem; font-weight: 700;
    line-height: 1.25;
    color: var(--c-text-bold);
    margin: 0;
    display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.3em;
}
.cj-card__title.text-telugu { font-family: var(--f-telugu); font-weight: 600; font-size: 1rem; }
.cj-card__title a { color: inherit; text-decoration: none; }
.cj-card__title a:hover { color: var(--c-primary); }
.cj-card__author {
    font-family: var(--f-body);
    font-size: 0.75rem;
    color: var(--c-text-muted);
    font-style: italic;
    margin: 0;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.cj-card__foot {
    display: flex; align-items: center; justify-content: space-between;
    margin-top: 8px; padding-top: 10px;
    border-top: 1px dashed var(--c-border-faint);
}
.cj-card__price {
    font-family: var(--f-heading);
    font-size: 1.05rem; font-weight: 800;
    color: var(--c-primary-dark);
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.01em;
}
.cj-card__reviews {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: 0.72rem;
    color: var(--c-text-muted);
    font-variant-numeric: tabular-nums;
}
.cj-card__reviews i { font-size: 0.68rem; }

/* Rail navigation buttons (desktop) */
.cj-rail-nav {
    position: absolute;
    top: 40%; transform: translateY(-50%);
    width: 44px; height: 44px;
    border-radius: 50%;
    background: var(--c-surface);
    border: 1px solid var(--c-border-faint);
    color: var(--c-text-main);
    font-size: 0.9rem;
    display: inline-flex; align-items: center; justify-content: center;
    cursor: pointer; z-index: 2;
    box-shadow: 0 8px 20px -6px rgba(44,26,14,0.15);
    transition: transform .2s var(--ease-spring), background .2s, color .2s, box-shadow .2s;
}
.cj-rail-nav:hover {
    background: var(--c-primary); color: #fff;
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 10px 24px -4px rgba(123,29,29,0.3);
}
.cj-rail-nav:active { transform: translateY(-50%) scale(0.96); }
.cj-rail-nav--prev { left: -10px; }
.cj-rail-nav--next { right: -10px; }
.cj-rail-nav:focus-visible { outline: 2px solid var(--c-gold); outline-offset: 3px; }

/* Responsive */
@media (max-width: 900px) {
    .cj-hero {
        grid-template-columns: 200px 1fr;
        gap: 20px; padding: 22px;
    }
    .cj-hero__rank { font-size: clamp(3rem, 8vw, 4rem); }
    .cj-hero__ribbon { font-size: 0.6rem; padding: 4px 36px; left: -38px; }
}
@media (max-width: 680px) {
    .cj-section { padding: 48px 0 56px; }
    .cj-hero {
        grid-template-columns: 1fr;
        gap: 18px; padding: 18px;
        border-radius: 20px;
    }
    .cj-hero__cover {
        max-width: 220px;
        margin: 0 auto;
    }
    .cj-hero__info { text-align: center; align-items: center; }
    .cj-hero__rating { justify-content: center; }
    .cj-hero__rank {
        position: absolute; top: 18px; right: 18px;
        font-size: 3rem; opacity: 0.88;
    }
    .cj-hero__foot { justify-content: center; }
    .cj-hero__cta { margin-left: 0; }
    .cj-hero__ribbon { top: 12px; left: -32px; font-size: 0.58rem; padding: 4px 32px; }
    .cj-card { flex: 0 0 180px; }
    .cj-card__rank { font-size: 2.4rem; }
    .cj-rail-nav { display: none; }
}
@media (max-width: 420px) {
    .cj-card { flex: 0 0 160px; }
    .cj-card__info { padding: 12px 12px 14px; }
    .cj-card__title { font-size: 0.85rem; }
    .cj-card__price { font-size: 0.95rem; }
    .cj-hero__rank { font-size: 2.4rem; top: 14px; right: 14px; }
}
@media (prefers-reduced-motion: reduce) {
    .cj-section__glow { animation: none; }
    .cj-hero, .cj-card { animation: none; opacity: 1; }
    .cj-hero:hover .cj-hero__cover { transform: none; }
    .cj-hero:hover .cj-hero__cover img,
    .cj-card:hover .cj-card__cover img { transform: none; }
    .cj-card:hover, .cj-hero__cta:hover { transform: none; }
}

/* ════════════════════════════════════════════════════════════════
   SCROLL REVEAL — sections fade/rise in as they enter the viewport.
   Only active when JS adds .home-reveal to <html> (no-JS safe), and
   fully disabled under prefers-reduced-motion.
   ════════════════════════════════════════════════════════════════ */
html.home-reveal .section {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .7s var(--ease, cubic-bezier(0.22,1,0.36,1)),
                transform .7s var(--ease, cubic-bezier(0.22,1,0.36,1));
    will-change: opacity, transform;
}
html.home-reveal .section.is-visible {
    opacity: 1;
    transform: none;
}
@media (prefers-reduced-motion: reduce) {
    html.home-reveal .section {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* ════════════════════════════════════════════════════════════════
   ★ SHOWCASE additions (merged Best Sellers + Crown Jewels)
   Sold badges on the cj-* hero/rail + admin-controlled accent wiring.
   ════════════════════════════════════════════════════════════════ */
.cj-section { --cj-accent: var(--c-primary); }

/* Admin accent tints the section glow + hero ribbon */
.cj-section__glow { background: radial-gradient(circle, color-mix(in srgb, var(--cj-accent) 18%, transparent) 0%, transparent 70%); }
.cj-hero__ribbon { background: linear-gradient(135deg, var(--cj-accent), color-mix(in srgb, var(--cj-accent) 58%, #000)); }

/* Hero "copies sold" pill */
.cj-hero__sold { display: inline-flex; align-items: center; gap: 7px; align-self: flex-start; margin-bottom: 6px; padding: 5px 12px; font-family: var(--f-heading); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.04em; color: var(--cj-accent); background: color-mix(in srgb, var(--cj-accent) 12%, transparent); border: 1px solid color-mix(in srgb, var(--cj-accent) 28%, transparent); border-radius: 999px; }
.cj-hero__sold i { color: var(--c-gold); }
.cj-hero__sold.text-telugu { font-family: var(--f-telugu); letter-spacing: 0; }

/* Rail card "sold" badge on cover (paired with rank + rating) */
.cj-card__sold { position: absolute; bottom: 8px; left: 8px; z-index: 2; display: inline-flex; align-items: center; gap: 5px; padding: 4px 9px; font-size: 0.7rem; font-weight: 600; color: #fff; background: color-mix(in srgb, #000 52%, transparent); backdrop-filter: blur(4px); border-radius: 999px; }
.cj-card__sold i { color: var(--c-gold-pale, #F5DEB3); font-size: 0.66rem; }

/* ════════════════════════════════════════════════════════════════
   ★ FROM THE JOURNAL (hblog-*) — editorial blog cards
   ════════════════════════════════════════════════════════════════ */
.hblog-section { position: relative; }
.hblog-grid { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.hblog-card { display: flex; flex-direction: column; background: var(--c-surface); border: 1px solid var(--c-border-faint); border-radius: 18px; overflow: hidden; box-shadow: 0 1px 2px rgba(44,26,14,0.05); transition: transform .4s var(--ease-elegant), box-shadow .4s var(--ease), border-color .4s; }
.hblog-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px -26px rgba(44,26,14,0.5); border-color: color-mix(in srgb, var(--c-gold) 40%, var(--c-border-faint)); }
.hblog-card__media { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; background: var(--c-bg); }
.hblog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-elegant); }
.hblog-card:hover .hblog-card__media img { transform: scale(1.05); }
.hblog-card__media-fallback { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: linear-gradient(140deg, var(--c-primary), var(--c-primary-dark, #4A0E0E)); color: var(--c-gold-pale, #F5DEB3); }
.hblog-card__media-fallback i { font-size: 2.4rem; opacity: 0.85; position: relative; z-index: 1; }
.hblog-card__media-mark { font-family: var(--f-heading); font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; opacity: 0.7; position: relative; z-index: 1; }
.hblog-card__media-fallback::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(196,150,26,0.25), transparent 55%); }
.hblog-card__date { position: absolute; bottom: 12px; left: 12px; z-index: 1; display: inline-flex; align-items: center; gap: 6px; padding: 5px 11px; font-size: 0.72rem; font-weight: 600; color: #fff; background: color-mix(in srgb, #000 50%, transparent); backdrop-filter: blur(4px); border-radius: 999px; }
.hblog-card__body { display: flex; flex-direction: column; gap: 8px; padding: 20px 22px 22px; flex: 1; }
.hblog-card__meta { display: flex; gap: 16px; font-size: 0.74rem; color: var(--c-text-muted); }
.hblog-card__meta i { color: var(--c-gold); margin-right: 4px; }
.hblog-card__title { margin: 0; font-family: var(--f-heading); font-size: 1.25rem; line-height: 1.3; }
.hblog-card__title.text-telugu { font-family: var(--f-telugu); }
.hblog-card__title a { color: var(--c-text-bold); text-decoration: none; transition: color .25s; }
.hblog-card__title a:hover { color: var(--c-primary); }
.hblog-card__excerpt { margin: 0; font-family: var(--f-body); font-size: 0.92rem; line-height: 1.6; color: var(--c-text-muted); }
.hblog-card__excerpt.text-telugu { font-family: var(--f-telugu); }
.hblog-card__more { margin-top: auto; padding-top: 6px; display: inline-flex; align-items: center; gap: 8px; font-family: var(--f-heading); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--c-primary); text-decoration: none; transition: gap .25s; }
.hblog-card__more.text-telugu { font-family: var(--f-telugu); text-transform: none; letter-spacing: 0; }
.hblog-card__more:hover { gap: 12px; }
.hblog-more { text-align: center; margin-top: 36px; }
@media (max-width: 720px) { .hblog-grid { grid-template-columns: 1fr; gap: 20px; } .hblog-card__title { font-size: 1.15rem; } }
@media (prefers-reduced-motion: reduce) { .hblog-card, .hblog-card * { transition: none; } }
