/* ═══════════════════════════════════════════════════════════
   HOME STORIES SECTION
   Prefix: hs-
   ⭐ ĐÃ FIX: Bỏ rule [data-reveal] toàn cục để tránh conflict.
            Section dùng class .reveal matching pattern của home.
   ═══════════════════════════════════════════════════════════ */
.hs-section {
    position: relative;
    padding: 6rem 0;
    background: #faf6ec;
    overflow: hidden;
}
.hs-bg {
    position: absolute; inset: 0; opacity: .25; pointer-events: none;
    background:
        radial-gradient(ellipse 600px 300px at 15% 20%, rgba(193, 163, 107, .15), transparent),
        radial-gradient(ellipse 600px 300px at 85% 80%, rgba(193, 163, 107, .12), transparent);
}
.hs-wrap {
    position: relative; z-index: 2;
    max-width: 1240px; margin: 0 auto;
    padding: 0 1.5rem;
}

/* ─── HEAD ─── */
.hs-head { text-align: center; margin-bottom: 3.5rem; }
.hs-eyebrow {
    display: inline-block;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-size: 14px;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #9d8348;
    margin-bottom: .75rem;
}
.hs-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    color: #0B1929;
    font-weight: 500;
    letter-spacing: -.01em;
    margin: 0 0 .5rem;
}
.hs-title em { font-style: italic; color: #c1a36b; }
.hs-divider {
    display: flex; align-items: center; justify-content: center;
    gap: .75rem; margin: 1.25rem 0 1.5rem;
}
.hs-divider::before, .hs-divider::after {
    content: ""; flex: 0 0 50px; height: 1px;
    background: linear-gradient(90deg, transparent, #c1a36b);
}
.hs-divider::after { background: linear-gradient(90deg, #c1a36b, transparent); }
.hs-divider span { color: #c1a36b; font-size: 12px; }
.hs-lead {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.15rem;
    color: #5a5a5a;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.5;
}

/* ─── GRID ─── */
.hs-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 1.5rem;
    align-items: stretch;
}
@media (max-width: 900px) { .hs-grid { grid-template-columns: 1fr; gap: 1.25rem; } }

/* ─── FEATURED (left, large) ─── */
.hs-featured {
    display: grid; grid-template-rows: 1fr auto;
    background: #fff;
    border: 1px solid rgba(193, 163, 107, .15);
    border-radius: 6px; overflow: hidden;
    text-decoration: none; color: inherit;
    box-shadow: 0 1px 20px rgba(11, 25, 41, .05);
    transition: transform .4s cubic-bezier(.16,.84,.44,1), box-shadow .4s;
    min-height: 520px;
}
.hs-featured:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 36px rgba(11, 25, 41, .12);
}
.hs-featured-media {
    position: relative;
    height: 320px; overflow: hidden;
}
.hs-featured-media img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 1.4s cubic-bezier(.16,.84,.44,1);
}
.hs-featured:hover .hs-featured-media img { transform: scale(1.05); }
.hs-featured-grade {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(11, 25, 41, .25));
}
.hs-corners { position: absolute; inset: 14px; pointer-events: none; }
.hs-corner {
    position: absolute; width: 18px; height: 18px;
    border: 1px solid rgba(229, 212, 161, .7);
}
.hs-corner.tl { top: 0; left: 0; border-right: none; border-bottom: none; }
.hs-corner.tr { top: 0; right: 0; border-left: none; border-bottom: none; }
.hs-corner.bl { bottom: 0; left: 0; border-right: none; border-top: none; }
.hs-corner.br { bottom: 0; right: 0; border-left: none; border-top: none; }

.hs-featured-text {
    padding: 2rem 2.25rem 2.25rem;
    display: flex; flex-direction: column; align-items: flex-start;
    gap: .75rem;
}

.hs-cat {
    display: inline-block;
    padding: 3px 11px;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 11.5px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--cat-color, #9d8348);
    border: 1px solid rgba(193, 163, 107, .35);
    border-radius: 30px;
    background: rgba(193, 163, 107, .04);
}

.hs-featured-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.4rem, 2.2vw, 1.85rem);
    line-height: 1.22;
    color: #0B1929;
    font-weight: 500;
    margin: .35rem 0 .25rem;
    letter-spacing: -.005em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hs-featured-excerpt {
    color: #5a5a5a;
    line-height: 1.6;
    margin: 0;
    font-size: .98rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hs-meta {
    font-size: .82rem;
    color: #888;
    letter-spacing: .02em;
}
.hs-dot { color: #c1a36b; margin: 0 .4rem; opacity: .6; }

.hs-cta {
    margin-top: auto;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    color: #9d8348;
    font-size: 1rem;
    letter-spacing: .04em;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;
    transition: color .25s;
}
.hs-featured:hover .hs-cta { color: #c1a36b; }

/* ─── STACK RIGHT ─── */
.hs-stack {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 1.5rem;
}
@media (max-width: 900px) {
    .hs-stack { grid-template-rows: auto; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
}
@media (max-width: 600px) {
    .hs-stack { grid-template-columns: 1fr; }
}

.hs-mini {
    display: grid;
    grid-template-columns: 38% 1fr;
    background: #fff;
    border: 1px solid rgba(193, 163, 107, .15);
    border-radius: 6px; overflow: hidden;
    text-decoration: none; color: inherit;
    box-shadow: 0 1px 12px rgba(11, 25, 41, .04);
    transition: transform .35s cubic-bezier(.16,.84,.44,1), box-shadow .35s;
}
.hs-mini:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 22px rgba(11, 25, 41, .1);
}
@media (max-width: 600px) {
    .hs-mini { grid-template-columns: 35% 1fr; }
}

.hs-mini-media { position: relative; overflow: hidden; }
.hs-mini-media img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 1s cubic-bezier(.16,.84,.44,1);
    min-height: 140px;
}
.hs-mini:hover .hs-mini-media img { transform: scale(1.06); }
.hs-mini-grade {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, transparent 70%, rgba(11, 25, 41, .15));
}

.hs-mini-body {
    padding: 1.1rem 1.25rem;
    display: flex; flex-direction: column;
    gap: .5rem; justify-content: center;
}
.hs-mini-body .hs-cat {
    font-size: 10.5px;
    padding: 2px 9px;
    align-self: flex-start;
}
.hs-mini-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    line-height: 1.3;
    color: #0B1929;
    font-weight: 500;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hs-mini .hs-meta { font-size: .75rem; }

/* ─── CTA BOTTOM ─── */
.hs-cta-row {
    text-align: center;
    margin-top: 3rem;
}
.hs-btn {
    display: inline-flex; align-items: center; gap: .65rem;
    padding: .9rem 2.25rem;
    background: linear-gradient(180deg, #c1a36b, #9d8348);
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.05rem;
    letter-spacing: .04em;
    position: relative; overflow: hidden;
    box-shadow: 0 4px 18px rgba(193, 163, 107, .3);
    transition: transform .3s, box-shadow .3s;
}
.hs-btn::before {
    content: ""; position: absolute; top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .3), transparent);
    transition: left .7s;
}
.hs-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 26px rgba(193, 163, 107, .42);
    color: #fff;
}
.hs-btn:hover::before { left: 100%; }
.hs-btn-arrow { transition: transform .3s; }
.hs-btn:hover .hs-btn-arrow { transform: translateX(4px); }

/* ─── RESPONSIVE ─── */
@media (max-width: 768px) {
    .hs-section { padding: 4rem 0; }
    .hs-featured { min-height: auto; }
    .hs-featured-media { height: 240px; }
    .hs-featured-text { padding: 1.5rem 1.5rem 1.75rem; }
    .hs-mini-media img { min-height: 110px; }
}