/* ═══════════════════════════════════════════════════════════════
   Body 4 – Premium News Magazine  |  All colors via CSS vars
   ═══════════════════════════════════════════════════════════════ */

/* ── Global reset ── */
.mapggZhero a,.mapggZbands a,.mapggZeditorial a,.mapggZwire a,
.mapggZluxury a,.mapggZscore a,.mapggZsplit a,.mapggZmosaic a { text-decoration:none; }
.mapggZhero a:hover,.mapggZbands a:hover,.mapggZeditorial a:hover,.mapggZwire a:hover,
.mapggZluxury a:hover,.mapggZscore a:hover,.mapggZsplit a:hover,.mapggZmosaic a:hover { text-decoration:none; }

/* ── Shared atoms ── */
.mapggZtag {
    display:inline-block; padding:3px 10px;
    background:var(--color-primary); color:var(--color-btn-text);
    font-size:.6rem; font-weight:800; text-transform:uppercase;
    letter-spacing:.1em; border-radius: 0; border: 1px solid var(--color-text); box-shadow: 2px 2px 0 var(--color-text); margin-bottom:8px;
}
.mapggZkicker {
    display:block; font-size:.6rem; font-weight:900; letter-spacing:.18em;
    text-transform:uppercase; color:var(--color-primary); margin-bottom:8px;
}
.mapggZsep { opacity:.4; margin:0 4px; }
.mapggZmeta { display:flex; align-items:center; gap:2px; font-size:.7rem; color:var(--color-muted); }
.mapggZmeta--light { color:var(--color-footer-text); }
.mapggZpriority {
    display:inline-block; font-size:.58rem; font-weight:900; letter-spacing:.12em;
    background:var(--color-primary); color:var(--color-btn-text);
    padding:2px 8px; border-radius:2px; margin-bottom:8px;
}
.mapggZpriority--2 { background:var(--color-footer-border); color:var(--color-footer-text); }

.mapggZviewall {
    font-size:.72rem; font-weight:800; letter-spacing:.06em;
    color:var(--color-primary); border:1.5px solid var(--color-primary);
    padding:7px 18px; border-radius:4px; white-space:nowrap;
    transition:background .2s,color .2s;
}
.mapggZviewall:hover { background:var(--color-primary); color:var(--color-btn-text); }
.mapggZviewall--sm { font-size:.68rem; padding:5px 14px; }

/* Section header bar */
.mapggZsection-bar {
    display:flex; align-items:center; justify-content:space-between; gap:16px;
    padding:20px 4% 18px;
}
.mapggZsection-bar__left { display:flex; align-items:center; gap:12px; min-width:0; }
.mapggZsection-bar__accent {
    display:block; width:4px; height:28px; border-radius:2px;
    background:var(--color-primary); flex-shrink:0;
}
.mapggZsection-bar__left h2 {
    font-size:clamp(.95rem,1.6vw,1.25rem); font-weight:900;
    color:var(--color-text); margin:0; letter-spacing:-.01em;
}
.mapggZsection-bar__desc {
    font-size:.78rem; color:var(--color-muted);
    overflow:hidden; text-overflow:ellipsis; white-space:nowrap; max-width:340px;
}

/* ══════════════════════════════════════════════════════════
   HERO – full-width bg + inner text + 4 post cards overlay
   ══════════════════════════════════════════════════════════ */
.mapggZhero {
    position:relative; min-height:520px;
    display:flex; flex-direction:column; justify-content:center;
    overflow:hidden; background:var(--color-secondary); margin-bottom:var(--section-gap);
    border-bottom:3px solid var(--color-primary);
}
.mapggZhero__bg {
    position:absolute; inset:0;
    background:center/cover no-repeat; transform:scale(1.02);
}
.mapggZhero__overlay {
    position:absolute; inset:0;
    background:linear-gradient(105deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.7) 35%,rgba(0,0,0,.3) 60%,rgba(0,0,0,.05) 100%);
}
.mapggZhero__deco-text {
    position:absolute; right:28px; top:50%;
    transform:translateY(-50%) rotate(90deg);
    font-size:4.5rem; font-weight:900; letter-spacing:.2em;
    color:rgba(255,255,255,.04); pointer-events:none; white-space:nowrap; z-index:1;
}
.mapggZhero__inner {
    position:relative; z-index:3;
    padding:52px 6% 24px; max-width:800px;
}
.mapggZhero__eyebrow {
    display:flex; align-items:center; gap:8px; margin-bottom:14px;
}
.mapggZhero__eyebrow-dot {
    width:8px; height:8px; border-radius:50%;
    background:var(--color-primary); flex-shrink:0;
    box-shadow:0 0 0 3px var(--color-primary-alpha);
    animation:mapggZpulse 2s ease-in-out infinite;
}
@keyframes mapggZpulse {
    0%,100% { box-shadow:0 0 0 3px var(--color-primary-alpha); }
    50%      { box-shadow:0 0 0 6px transparent; }
}
.mapggZhero__eyebrow span:last-child {
    font-size:.68rem; font-weight:800; letter-spacing:.14em;
    text-transform:uppercase; color:var(--color-primary);
}
.mapggZhero__title {
    font-size:clamp(1.6rem,3.5vw,2.8rem); font-weight:900; line-height:1.1;
    margin-bottom:14px; color:var(--color-nav-text); letter-spacing:-.01em;
}
.mapggZhero__title a { color:inherit; }
.mapggZhero__title a:hover { color:var(--color-primary); }
.mapggZhero__excerpt {
    font-size:.9rem; color:var(--color-footer-text); line-height:1.65; margin-bottom:20px;
}
.mapggZhero__meta-row {
    display:flex; align-items:center; gap:2px;
    font-size:.78rem; color:var(--color-footer-text); margin-bottom:24px;
}
.mapggZhero__author { font-weight:700; color:var(--color-footer-heading); }
.mapggZhero__btn {
    display:inline-flex; align-items:center; gap:0;
    background:var(--color-primary); color:var(--color-btn-text);
    font-weight:700; font-size:.82rem; border-radius:5px;
    letter-spacing:.04em; overflow:hidden; box-shadow:0 4px 20px rgba(0,0,0,.3);
}
.mapggZhero__btn span:first-child { padding:12px 22px; }
.mapggZhero__btn-icon {
    display:flex; align-items:center; justify-content:center;
    width:42px; height:42px; background:rgba(0,0,0,.2);
    transition:background .2s,transform .2s;
}
.mapggZhero__btn:hover .mapggZhero__btn-icon { background:rgba(0,0,0,.35); transform:translateX(2px); }

/* 4 post cards at bottom */
.mapggZhero__posts {
    position:relative; z-index:3;
    display:grid; grid-template-columns:repeat(4,1fr);
    gap:20px; padding:0 4% 32px;
}
.mapggZhpost {
    position:relative; height:200px; border-radius:14px; overflow:hidden;
    display:flex; flex-direction:column; justify-content:flex-end;
    cursor:pointer;
    transition:transform .35s cubic-bezier(.175,.885,.32,1.275),box-shadow .35s;
    box-shadow: 4px 4px 0 var(--color-primary); border: 2px solid var(--color-text); border-radius: 0;
}
.mapggZhpost:hover { transform:translateY(-8px) scale(1.02); box-shadow: 8px 8px 0 var(--color-primary); }
.mapggZhpost__bg {
    position:absolute; inset:0;
    background:var(--color-secondary) center/cover no-repeat;
    transition:transform .5s;
}
.mapggZhpost:hover .mapggZhpost__bg { transform:scale(1.08); }
.mapggZhpost__overlay {
    position:absolute; inset:0;
    background:linear-gradient(to top,rgba(0,0,0,.92) 0%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.05) 100%);
}
.mapggZhpost__num {
    position:absolute; top:12px; left:12px; z-index:2;
    font-size:.62rem; font-weight:900; letter-spacing:.1em;
    color:var(--color-primary); background:rgba(0,0,0,.5);
    padding:3px 8px; border-radius:3px;
}
.mapggZhpost__arrow {
    position:absolute; top:12px; right:12px; z-index:2;
    width:30px; height:30px; border-radius:50%;
    background:var(--color-primary); color:var(--color-btn-text);
    display:flex; align-items:center; justify-content:center;
    opacity:0; transform:translateY(-6px);
    transition:opacity .3s,transform .3s;
}
.mapggZhpost:hover .mapggZhpost__arrow { opacity:1; transform:translateY(0); }
.mapggZhpost__body { position:relative; z-index:2; padding:12px 14px; }
.mapggZhpost__cat {
    display:inline-block; font-size:.62rem; font-weight:800;
    text-transform:uppercase; letter-spacing:.1em;
    color:var(--color-primary); margin-bottom:5px;
}
.mapggZhpost__title {
    font-size:.85rem; font-weight:700; line-height:1.35; color:var(--color-nav-text);
    display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
    margin-bottom:6px;
}
.mapggZhpost__meta {
    display:flex; align-items:center; gap:3px;
    font-size:.65rem; color:var(--color-footer-text);
}

/* ══════════════════════════════════════════════════════════
   STYLE 1 – CINEMATIC BANDS
   4 tall image bands, expand on hover
   ══════════════════════════════════════════════════════════ */
.mapggZbands { 
    background: #000; 
    margin: 4rem 0; 
    border-top: 5px solid var(--color-primary); 
}
.mapggZbands .mapggZsection-bar { border-bottom:1px solid var(--color-footer-border); }
.mapggZbands .mapggZsection-bar__left h2 { color:var(--color-nav-text); }
.mapggZbands .mapggZsection-bar__desc { color:var(--color-footer-text); }

.mapggZbands__grid {
    display:grid; grid-template-columns:repeat(4,1fr);
    gap: 20px;;
}
.mapggZbands__item {
    position:relative;
    background:var(--color-secondary-dark) center/cover no-repeat;
    display:flex; flex-direction:column; justify-content:flex-end;
    overflow:hidden; border-right:2px solid var(--color-footer-bg);
    aspect-ratio:3/4;
    transition:flex-grow .5s cubic-bezier(.4,0,.2,1);
}
.mapggZbands__item:last-child { border-right:none; }
.mapggZbands__grid:hover .mapggZbands__item { flex-grow:.65; }
.mapggZbands__grid:hover .mapggZbands__item:hover { flex-grow:2; }
.mapggZbands__overlay {
    position:absolute; inset:0;
    background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.3) 55%,rgba(0,0,0,.05) 100%);
    transition:opacity .3s;
}
.mapggZbands__item:hover .mapggZbands__overlay { opacity:.85; }
.mapggZbands__num {
    position:absolute; top:16px; left:16px; z-index:2;
    font-size:.82rem; font-weight:900; color:var(--color-primary);
    background:rgba(0,0,0,.55); padding:3px 9px; border-radius:3px;
    letter-spacing:.06em;
}
.mapggZbands__body {
    position:relative; z-index:2; padding:20px 18px;
    color:var(--color-nav-text); display:flex; flex-direction:column; gap:6px;
}
.mapggZbands__body h3 {
    font-size:.9rem; font-weight:800; line-height:1.3;
    color:var(--color-nav-text); margin:0;
    display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;
    transition:color .2s;
}
.mapggZbands__item:hover h3 { color:var(--color-primary); }
.mapggZbands__line {
    position:absolute; bottom:0; left:0; right:0; height:3px;
    background:var(--color-primary); transform:scaleX(0);
    transition:transform .4s ease; transform-origin:left; z-index:3;
}
.mapggZbands__item:hover .mapggZbands__line { transform:scaleX(1); }

/* ══════════════════════════════════════════════════════════
   STYLE 2 – EDITORIAL SPLIT
   Newspaper 3-column: lead + mid + 2 briefs
   ══════════════════════════════════════════════════════════ */
.mapggZeditorial { 
    background: var(--color-surface); 
    /* margin: 6rem auto; max-width: 1300px; */
    border: 1px solid var(--color-border);
    box-shadow: 0 40px 80px rgba(0,0,0,0.05);
}
.mapggZeditorial__header {
    display:flex; align-items:center; gap:16px; padding:24px 4% 0;
}
.mapggZeditorial__rule-left,
.mapggZeditorial__rule-right { flex:1; height:1px; background:var(--color-border); }
.mapggZeditorial__header h2 {
    font-size:.78rem; font-weight:900; letter-spacing:.22em;
    text-transform:uppercase; color:var(--color-text); white-space:nowrap;
}
.mapggZeditorial__body {
    display:grid; grid-template-columns:1.35fr 1fr;
    border-bottom:1px solid var(--color-border);
    gap: 20px; 
    padding: 20px 10px 20px 10px;
}
/* Lead */
.mapggZeditorial__lead {
    display:flex; flex-direction:column; color:var(--color-text);
    border-right:1px solid var(--color-border); overflow:hidden; transition:background .2s;
}
.mapggZeditorial__lead:hover { background:color-mix(in srgb,var(--color-surface) 88%,var(--color-primary)); }
.mapggZeditorial__lead-img {
    width:100%; aspect-ratio:16/9; flex-shrink:0;
    background:var(--color-border) center/cover no-repeat;
    position:relative; overflow:hidden; transition:transform .45s;
}
.mapggZeditorial__lead:hover .mapggZeditorial__lead-img { transform:scale(1.03); }
.mapggZeditorial__lead-overlay {
    position:absolute; inset:0;
    background:linear-gradient(to bottom,transparent 55%,rgba(0,0,0,.15));
}
.mapggZeditorial__lead-body {
    padding:22px 26px; display:flex; flex-direction:column; gap:10px; flex:1;
}
.mapggZeditorial__lead-body h2 {
    font-size:clamp(1.1rem,2vw,1.65rem); font-weight:900; line-height:1.2;
    color:var(--color-text); margin:0; transition:color .2s;
}
.mapggZeditorial__lead:hover h2 { color:var(--color-primary); }
.mapggZeditorial__lead-body p {
    font-size:.85rem; color:var(--color-muted); line-height:1.7; margin:0;
    display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden;
}
/* Side */
.mapggZeditorial__side { display:flex; flex-direction:column; }
.mapggZeditorial__mid {
    display:flex; flex-direction:column; color:var(--color-text);
    border-bottom:1px solid var(--color-border); overflow:hidden; transition:background .2s;
}
.mapggZeditorial__mid:hover { background:color-mix(in srgb,var(--color-surface) 88%,var(--color-primary)); }
.mapggZeditorial__mid-img {
    width:100%; aspect-ratio:4/3; flex-shrink:0;
    background:var(--color-border) center/cover no-repeat; transition:transform .45s;
    height: 250px;
}
.mapggZeditorial__mid:hover .mapggZeditorial__mid-img { transform:scale(1.04); }
.mapggZeditorial__mid .mapggZtag { margin:14px 16px 0; }
.mapggZeditorial__mid h3 {
    font-size:clamp(.88rem,1.4vw,1.1rem); font-weight:800; line-height:1.3;
    color:var(--color-text); margin:8px 16px; transition:color .2s;
}
.mapggZeditorial__mid:hover h3 { color:var(--color-primary); }
.mapggZeditorial__mid .mapggZmeta { margin:0 16px 14px; }
.mapggZeditorial__briefs { display:flex; flex-direction:column; flex:1; }
.mapggZeditorial__brief {
    display:flex; align-items:center; gap:12px;
    padding:14px 16px; border-bottom:1px solid var(--color-border);
    color:var(--color-text); transition:background .2s; flex:1;
}
.mapggZeditorial__brief:last-child { border-bottom:none; }
.mapggZeditorial__brief:hover { background:color-mix(in srgb,var(--color-surface) 88%,var(--color-primary)); }
.mapggZeditorial__brief-img {
    flex:0 0 100px; width:100px; height:150px; border-radius:6px;
    background:var(--color-border) center/cover no-repeat; flex-shrink:0; transition:transform .3s;
}
.mapggZeditorial__brief:hover .mapggZeditorial__brief-img { transform:scale(1.06); }
.mapggZeditorial__brief-body { flex:1; min-width:0; }
.mapggZeditorial__brief-body h4 {
    font-size:.82rem; font-weight:800; line-height:1.35;
    color:var(--color-text); margin:0 0 4px;
    display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
    transition:color .2s;
}
.mapggZeditorial__brief:hover h4 { color:var(--color-primary); }

/* ══════════════════════════════════════════════════════════
   STYLE 3 – DARK WIRE GRID
   Agency wire: dark bg, 2 featured + 4 mini items
   ══════════════════════════════════════════════════════════ */
.mapggZwire { background:var(--color-secondary); margin-bottom:var(--section-gap); border-top:3px solid var(--color-primary); margin-top: 40px; }
.mapggZwire__bar {
    display:flex; align-items:center; gap:14px; flex-wrap:wrap;
    padding:10px 4%; border-bottom:1px solid var(--color-footer-border);
}
.mapggZwire__flash {
    font-size:.6rem; font-weight:900; letter-spacing:.1em;
    color:var(--color-btn-text); background:var(--color-primary);
    padding:3px 10px; border-radius:2px;
    animation:mapggZflash 2.5s ease-in-out infinite;
}
@keyframes mapggZflash { 0%,100%{opacity:1} 60%{opacity:.55} }
.mapggZwire__cat {
    font-size:.6rem; font-weight:900; letter-spacing:.18em;
    color:var(--color-footer-text);
}
.mapggZwire__time {
    font-size:.6rem; color:var(--color-footer-link); margin-left:auto;
}
.mapggZwire__all {
    font-size:.62rem; font-weight:800; letter-spacing:.08em;
    color:var(--color-primary); border:1px solid var(--color-footer-border);
    padding:5px 14px; border-radius:2px; white-space:nowrap;
    transition:background .2s,border-color .2s;
}
.mapggZwire__all:hover { background:var(--color-footer-border); border-color:var(--color-primary); }
.mapggZwire__featured {
    display:grid; grid-template-columns:1.55fr 1fr;
    border-bottom:1px solid var(--color-footer-border);
}
.mapggZwire__big {
    position:relative; background:var(--color-secondary-dark) center/cover no-repeat;
    display:flex; flex-direction:column; justify-content:flex-end;
    overflow:hidden; border-right:1px solid var(--color-footer-border); transition:filter .3s;
    aspect-ratio:16/9;
}
.mapggZwire__big:last-child { border-right:none; }
.mapggZwire__big:hover { filter:brightness(1.1); }
.mapggZwire__big-overlay {
    position:absolute; inset:0;
    background:linear-gradient(to top,rgba(0,0,0,.92) 0%,rgba(0,0,0,.35) 55%,rgba(0,0,0,.06) 100%);
}
.mapggZwire__big-body {
    position:relative; z-index:1; padding:24px 28px;
    color:var(--color-nav-text); display:flex; flex-direction:column; gap:8px;
}
.mapggZwire__big-body h2 {
    font-size:clamp(1.1rem,2vw,1.7rem); font-weight:900; line-height:1.2;
    color:var(--color-nav-text); margin:0; transition:color .2s;
}
.mapggZwire__big:hover h2 { color:var(--color-primary); }
.mapggZwire__big-body h3 {
    font-size:clamp(.9rem,1.5vw,1.2rem); font-weight:800; line-height:1.3;
    color:var(--color-nav-text); margin:0; transition:color .2s;
}
.mapggZwire__big:hover h3 { color:var(--color-primary); }
.mapggZwire__big-body p { font-size:.82rem; color:var(--color-footer-text); line-height:1.6; margin:0; }
.mapggZwire__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px 10px 10px 20px;
}
.mapggZwire__item {
    display:flex; align-items:center;
    border-right:1px solid var(--color-footer-border);
    color:var(--color-nav-text); overflow:hidden; transition:background .2s;
}
.mapggZwire__item:last-child { border-right:none; }
.mapggZwire__item:hover { background:var(--color-footer-border); }
.mapggZwire__item-num {
    font-size:1.8rem; font-weight:900; color:var(--color-footer-border);
    padding:0 12px; flex-shrink:0; line-height:1; transition:color .2s;
}
.mapggZwire__item:hover .mapggZwire__item-num { color:var(--color-primary-alpha); }
.mapggZwire__item-img {
    flex:0 0 84px; height:74px;
    background:var(--color-footer-border) center/cover no-repeat;
    flex-shrink:0; transition:transform .4s;
}
.mapggZwire__item:hover .mapggZwire__item-img { transform:scale(1.07); }
.mapggZwire__item-body { padding:12px 14px; display:flex; flex-direction:column; gap:5px; min-width:0; }
.mapggZwire__item-body h4 {
    font-size:.8rem; font-weight:700; line-height:1.35;
    color:var(--color-footer-text); margin:0;
    display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
    transition:color .2s;
}
.mapggZwire__item:hover h4 { color:var(--color-primary); }

/* ══════════════════════════════════════════════════════════
   STYLE 4 – LUXURY FEATURE
   Centered header + full-width feature card + 3 sub cards
   ══════════════════════════════════════════════════════════ */
.mapggZluxury { 
    background: transparent; 
    margin: 5rem 0; 
    border: none;
}
.mapggZluxury__header {
    display:flex; align-items:center; gap:24px; padding:32px 4% 0;
}
.mapggZluxury__header-line { flex:1; height:1px; background:var(--color-border); }
.mapggZluxury__header-center {
    display:flex; flex-direction:column; align-items:center; gap:4px; white-space:nowrap;
}
.mapggZluxury__sup {
    font-size:.58rem; font-weight:900; letter-spacing:.26em;
    text-transform:uppercase; color:var(--color-primary);
}
.mapggZluxury__header-center p { font-size:.75rem; color:var(--color-muted); margin:0; }
.mapggZluxury__feature {
    display:grid; grid-template-columns:1fr 1fr;
    margin:24px 4% 0; border-radius:10px; overflow:hidden;
    box-shadow:0 8px 40px rgba(0,0,0,.12); transition:box-shadow .35s;
}
.mapggZluxury__feature:hover { box-shadow:0 16px 60px rgba(0,0,0,.18); }
.mapggZluxury__feature-text {
    background:var(--color-secondary); color:var(--color-nav-text);
    padding:36px 40px; display:flex; flex-direction:column; justify-content:center; gap:14px;
}
.mapggZluxury__feature-text h2 {
    font-size:clamp(1.25rem,2.4vw,1.9rem); font-weight:900; line-height:1.2;
    color:var(--color-nav-text); margin:0; transition:color .2s;
}
.mapggZluxury__feature:hover h2 { color:var(--color-primary); }
.mapggZluxury__feature-text p { font-size:.88rem; color:var(--color-footer-text); line-height:1.75; margin:0; }
.mapggZluxury__feature-foot {
    display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:4px;
}
.mapggZluxury__read-btn {
    font-size:.72rem; font-weight:800; letter-spacing:.06em;
    color:var(--color-btn-text); background:var(--color-primary);
    padding:8px 18px; border-radius:4px; white-space:nowrap; transition:filter .2s;
}
.mapggZluxury__feature:hover .mapggZluxury__read-btn { filter:brightness(1.12); }
.mapggZluxury__feature-img {
    background:var(--color-border) center/cover no-repeat;
    position:relative; overflow:hidden; transition:transform .5s;
    aspect-ratio:4/3;
}
.mapggZluxury__feature:hover .mapggZluxury__feature-img { transform:scale(1.04); }
.mapggZluxury__feature-overlay {
    position:absolute; inset:0;
    background:linear-gradient(to right,rgba(0,0,0,.1),transparent);
}
.mapggZluxury__cards {
    display:grid; grid-template-columns:1fr 1fr 1fr auto;
    margin:16px 4% 32px; border:1px solid var(--color-border);
    border-radius:8px; overflow:hidden;
        gap: 20px;
    padding: 20px 10px 20px 10px;
}
.mapggZluxury__card {
    display:flex; flex-direction:column; color:var(--color-text);
    border-right:1px solid var(--color-border); overflow:hidden; transition:background .25s;
}
.mapggZluxury__card:hover { background:color-mix(in srgb,var(--color-surface) 85%,var(--color-primary)); }
.mapggZluxury__card-img {
    width:100%; aspect-ratio:16/9;
    background:var(--color-border) center/cover no-repeat; flex-shrink:0; transition:transform .4s;
}
.mapggZluxury__card:hover .mapggZluxury__card-img { transform:scale(1.05); }
.mapggZluxury__card-body { padding:14px 16px; display:flex; flex-direction:column; gap:7px; flex:1; }
.mapggZluxury__card-num {
    font-size:.58rem; font-weight:900; letter-spacing:.14em; color:var(--color-primary);
}
.mapggZluxury__card-body h3 {
    font-size:.88rem; font-weight:800; line-height:1.35; color:var(--color-text); margin:0;
    display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;
    transition:color .2s;
}
.mapggZluxury__card:hover h3 { color:var(--color-primary); }
.mapggZluxury__card-body .mapggZmeta { margin-top:auto; }
.mapggZluxury__cards-cta {
    display:flex; align-items:center; justify-content:center;
    padding:0 20px; background:var(--color-surface); min-width:100px;
}
.mapggZluxury__cards-cta a {
    font-size:.68rem; font-weight:900; letter-spacing:.08em;
    color:var(--color-primary); writing-mode:vertical-lr;
    transform:rotate(180deg); border-left:2px solid var(--color-primary);
    padding-left:8px; transition:opacity .2s;
}
.mapggZluxury__cards-cta a:hover { opacity:.7; }

/* ══════════════════════════════════════════════════════════
   STYLE 5 – SCOREBOARD
   Live table rows with rank, thumb, title, meta columns
   ══════════════════════════════════════════════════════════ */
.mapggZscore { background:var(--color-bg); margin-bottom:var(--section-gap); border-top:4px solid var(--color-primary); }
.mapggZscore__header {
    display:flex; align-items:center;
    background:var(--color-secondary); border-bottom:2px solid var(--color-primary);
}
.mapggZscore__header-left {
    display:flex; align-items:center; gap:12px; padding:14px 4%; flex:1;
}
.mapggZscore__led {
    width:8px; height:8px; border-radius:50%;
    background:var(--color-primary); flex-shrink:0;
    box-shadow:0 0 8px var(--color-primary);
    animation:mapggZled 1.6s ease-in-out infinite;
}
@keyframes mapggZled {
    0%,100% { box-shadow:0 0 6px var(--color-primary); }
    50%      { box-shadow:0 0 18px var(--color-primary); }
}
.mapggZscore__header-left h2 {
    font-size:.9rem; font-weight:900; text-transform:uppercase;
    color:var(--color-nav-text); letter-spacing:.06em; margin:0;
}
.mapggZscore__header-cols {
    display:grid; grid-template-columns:130px 90px 80px; padding-right:4%;
}
.mapggZscore__header-cols span {
    font-size:.55rem; font-weight:900; letter-spacing:.14em; text-align:center;
    text-transform:uppercase; color:var(--color-footer-text); padding:14px 8px;
}
.mapggZscore__list { display:flex; flex-direction:column; gap: 10px; padding: 20px 10px 20px 10px }
.mapggZscore__row {
    display: grid;
    grid-template-columns: 60px 130px 1fr 209px 125px 125px;
    align-items: center;
    border-bottom: 1px solid var(--color-border);
    color: var(--color-text);
    overflow: hidden;
    background: var(--color-surface);
    transition: background .2s;
}
.mapggZscore__row:nth-child(even) { background:var(--color-bg); }
.mapggZscore__row:hover { background:color-mix(in srgb,var(--color-surface) 75%,var(--color-primary)); }
.mapggZscore__rank {
    font-size:1.05rem; font-weight:900; text-align:center;
    color:var(--color-primary); opacity:.65; padding:0 6px;
}
.mapggZscore__thumb {
    height:125px; background:var(--color-border) center/cover no-repeat; transition:transform .4s;
}
.mapggZscore__row:hover .mapggZscore__thumb { transform:scale(1.07); }
.mapggZscore__title { padding:12px 18px; min-width:0; }
.mapggZscore__title h3 {
    font-size:.88rem; font-weight:800; line-height:1.3;
    color:var(--color-text); margin:0 0 4px;
    display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden;
    transition:color .2s;
}
.mapggZscore__row:hover h3 { color:var(--color-primary); }
.mapggZscore__title p {
    font-size:.7rem; color:var(--color-muted); margin:0;
    display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden;
}
.mapggZscore__cat { text-align:center; padding:0 8px; }
.mapggZscore__cat span {
    display:inline-block; font-size:.6rem; font-weight:800; letter-spacing:.06em;
    text-transform:uppercase; color:var(--color-btn-text); background:var(--color-primary);
    padding:2px 8px; border-radius:2px; white-space:nowrap;
    max-width:110px; overflow:hidden; text-overflow:ellipsis;
}
.mapggZscore__date { text-align:center; padding:0 4px; }
.mapggZscore__date span { display:block; font-size:.8rem; font-weight:700; color:var(--color-text); }
.mapggZscore__year { font-size:.62rem !important; font-weight:400 !important; color:var(--color-muted) !important; }
.mapggZscore__cta {
    display:flex; align-items:center; justify-content:center; gap:6px;
    padding:0 12px; font-size:.7rem; font-weight:700; color:var(--color-muted); transition:color .2s;
}
.mapggZscore__row:hover .mapggZscore__cta { color:var(--color-primary); }
.mapggZscore__footer { padding:14px 4%; text-align:center; border-top:1px solid var(--color-border); }
.mapggZscore__viewall {
    font-size:.72rem; font-weight:800; letter-spacing:.08em;
    color:var(--color-primary); border:1.5px solid var(--color-primary);
    padding:8px 24px; border-radius:4px; display:inline-block;
    transition:background .2s,color .2s;
}
.mapggZscore__viewall:hover { background:var(--color-primary); color:var(--color-btn-text); }

/* ══════════════════════════════════════════════════════════
   STYLE 6 – DIAGONAL SPLIT
   Dark panel left + image right with wedge divider + 3 cards
   ══════════════════════════════════════════════════════════ */
.mapggZsplit { background:var(--color-bg); margin-bottom:var(--section-gap); border-top:1px solid var(--color-border); border-bottom:1px solid var(--color-border); }
.mapggZsplit__feature {
    display:grid; grid-template-columns:1fr 1fr;
    position:relative; overflow:hidden;
}
.mapggZsplit__img {
    background:var(--color-border) center/cover no-repeat;
    position:relative; overflow:hidden; transition:transform .5s;
    aspect-ratio:4/3;
}
.mapggZsplit__panel {
    background:var(--color-secondary); position:relative; z-index:2;
    display:flex; align-items:center;
}
.mapggZsplit__panel-inner {
    padding:40px 48px; display:flex; flex-direction:column; gap:14px;
}
.mapggZsplit__panel-inner h2 {
    font-size:clamp(1.25rem,2.4vw,1.9rem); font-weight:900; line-height:1.2;
    color:var(--color-nav-text); margin:0; transition:color .2s;
}
.mapggZsplit__feature:hover h2 { color:var(--color-primary); }
.mapggZsplit__panel-inner p { font-size:.88rem; color:var(--color-footer-text); line-height:1.75; margin:0; }
.mapggZsplit__panel-inner .mapggZmeta { color:var(--color-footer-link); }
.mapggZsplit__btn {
    display:inline-block; font-size:.75rem; font-weight:800; letter-spacing:.06em;
    color:var(--color-btn-text); background:var(--color-primary);
    padding:10px 22px; border-radius:4px; align-self:flex-start; transition:filter .2s;
}
.mapggZsplit__feature:hover .mapggZsplit__btn { filter:brightness(1.12); }
.mapggZsplit__img {
    background:var(--color-border) center/cover no-repeat;
    position:relative; overflow:hidden; transition:transform .5s;
}
.mapggZsplit__feature:hover .mapggZsplit__img { transform:scale(1.03); }
.mapggZsplit__img-overlay {
    position:absolute; inset:0;
    background:linear-gradient(to left,rgba(0,0,0,.05),rgba(0,0,0,.2));
}
.mapggZsplit__wedge {
    position:absolute; top:0; bottom:0; left:50%; z-index:3;
    width:56px; margin-left:-28px;
    background:var(--color-secondary);
    clip-path:polygon(40% 0,100% 0,60% 100%,0% 100%);
    pointer-events:none;
}
.mapggZsplit__sub-bar {
    display:flex; align-items:center; gap:16px; padding:14px 4%;
    border-bottom:1px solid var(--color-border);
}
.mapggZsplit__sub-cat {
    font-size:.6rem; font-weight:900; letter-spacing:.2em;
    text-transform:uppercase; color:var(--color-primary); white-space:nowrap;
}
.mapggZsplit__sub-rule { flex:1; height:1px; background:var(--color-border); }
.mapggZsplit__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid var(--color-border);
    gap: 20px;
    padding: 20px 10px 20px 10px;
}
.mapggZsplit__card {
    display:flex; flex-direction:column; color:var(--color-text);
    border-right:1px solid var(--color-border); overflow:hidden; transition:background .2s;
}
.mapggZsplit__card:last-child { border-right:none; }
.mapggZsplit__card:hover { background:color-mix(in srgb,var(--color-surface) 88%,var(--color-primary)); }
.mapggZsplit__card-img {
    width:100%; aspect-ratio:16/9; flex-shrink:0;
    background:var(--color-border) center/cover no-repeat;
    position:relative; overflow:hidden; transition:transform .4s;
}
.mapggZsplit__card:hover .mapggZsplit__card-img { transform:scale(1.05); }
.mapggZsplit__card-overlay {
    position:absolute; inset:0;
    background:linear-gradient(to bottom,transparent 55%,rgba(0,0,0,.12));
}
.mapggZsplit__card-body { padding:14px 18px; display:flex; flex-direction:column; gap:7px; flex:1; }
.mapggZsplit__card-body h3 {
    font-size:.88rem; font-weight:800; line-height:1.35; color:var(--color-text); margin:0;
    display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;
    transition:color .2s;
}
.mapggZsplit__card:hover h3 { color:var(--color-primary); }

/* ══════════════════════════════════════════════════════════
   STYLE 7 – MAGAZINE MOSAIC
   Large featured left + 2 stacked cards right
   ══════════════════════════════════════════════════════════ */
.mapggZmosaic { background:var(--color-bg); margin-bottom:var(--section-gap); border-top:3px solid var(--color-primary); }
.mapggZmosaic__head {
    padding:28px 4% 22px; text-align:center;
    border-bottom:1px solid var(--color-border);
}
.mapggZmosaic__head h2 {
    font-size:clamp(1.4rem,2.8vw,2.1rem); font-weight:900;
    color:var(--color-text); margin:0 0 6px; letter-spacing:-.02em;
}
.mapggZmosaic__head p { font-size:.82rem; color:var(--color-muted); margin:0 0 14px; }
.mapggZmosaic__grid {
    display:grid; grid-template-columns:1.8fr 1fr;
    padding:0 4%;
    gap: 20px; 
}
.mapggZmosaic__feat {
    position:relative; background:var(--color-secondary) center/cover no-repeat;
    display:flex; flex-direction:column; justify-content:flex-end;
    overflow:hidden; transition:transform .3s;
    aspect-ratio:4/3;
}
.mapggZmosaic__feat:hover { transform:scale(1.008); }
.mapggZmosaic__overlay {
    position:absolute; inset:0;
    background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.35) 50%,rgba(0,0,0,.08) 100%);
}
.mapggZmosaic__feat-body {
    position:relative; z-index:1; padding:32px 36px;
    color:var(--color-nav-text); display:flex; flex-direction:column; gap:10px;
}
.mapggZmosaic__feat-body h2 {
    font-size:clamp(1.2rem,2.2vw,1.85rem); font-weight:900; line-height:1.2;
    color:var(--color-nav-text); margin:0; transition:color .2s;
}
.mapggZmosaic__feat:hover h2 { color:var(--color-primary); }
.mapggZmosaic__feat-body p { font-size:.88rem; color:var(--color-footer-text); line-height:1.65; margin:0; }
.mapggZmosaic__stack { display:flex; flex-direction:column; }
.mapggZmosaic__mid {
    flex:1; position:relative; background:var(--color-secondary) center/cover no-repeat;
    display:flex; flex-direction:column; justify-content:flex-end;
    overflow:hidden; border-bottom:2px solid var(--color-footer-bg); transition:filter .3s;
    aspect-ratio:4/3;
}
.mapggZmosaic__mid:last-child { border-bottom:none; }
.mapggZmosaic__mid:hover { filter:brightness(1.08); }
.mapggZmosaic__mid-body {
    position:relative; z-index:1; padding:20px 24px;
    color:var(--color-nav-text); display:flex; flex-direction:column; gap:7px;
}
.mapggZmosaic__mid-body h3 {
    font-size:.92rem; font-weight:800; line-height:1.3;
    color:var(--color-nav-text); margin:0; transition:color .2s;
}
.mapggZmosaic__mid:hover h3 { color:var(--color-primary); }

/* ══════════════════════════════════════════════════════════
   RESPONSIVE – Tablet & Mobile
   ══════════════════════════════════════════════════════════ */

/* ── 1280px – large tablet landscape ── */
@media (max-width:1280px) {
    .mapggZhero__posts { gap:10px; padding:0 3% 28px; }
    .mapggZhpost { height:185px; }

    .mapggZbands__grid { grid-template-columns:repeat(3,1fr); }

    .mapggZwire__featured { grid-template-columns:1.4fr 1fr; }
    .mapggZwire__row { grid-template-columns:repeat(3,1fr); }

    .mapggZluxury__cards { grid-template-columns:repeat(2,1fr) auto; }

    .mapggZscore__row { grid-template-columns:44px 84px 1fr 120px 84px 74px; }
    .mapggZscore__header-cols { grid-template-columns:120px 84px 74px; }
}

/* ── 1024px – tablet landscape ── */
@media (max-width:1024px) {

    /* Hero */
    .mapggZhero { min-height:460px; }
    .mapggZhero__inner { padding:40px 5% 20px; }
    .mapggZhero__deco-text { display:none; }
    .mapggZhero__posts { grid-template-columns:repeat(2,1fr); gap:8px; padding:0 3% 20px; }
    .mapggZhpost { height:170px; }

    /* Bands – 2 cột, mỗi band cao hơn */
    .mapggZbands__grid { grid-template-columns:repeat(2,1fr); }
    .mapggZbands__item { aspect-ratio:3/5; }

    /* Editorial – stack dọc */
    .mapggZeditorial__body { grid-template-columns:1fr; }
    .mapggZeditorial__lead { border-right:none; border-bottom:1px solid var(--color-border); }
    .mapggZeditorial__lead-img { aspect-ratio:16/9; }
    .mapggZeditorial__side { flex-direction:row; }
    .mapggZeditorial__mid { flex:1; border-bottom:none; border-right:1px solid var(--color-border); }
    .mapggZeditorial__mid-img { aspect-ratio:4/3; }
    .mapggZeditorial__briefs { flex:1; }

    /* Wire */
    .mapggZwire__featured { grid-template-columns:1fr; }
    .mapggZwire__big { border-right:none; border-bottom:1px solid var(--color-footer-border); }
    .mapggZwire__row { grid-template-columns:repeat(2,1fr); }
    .mapggZwire__item { border-bottom:1px solid var(--color-footer-border); }

    /* Luxury */
    .mapggZluxury__feature { grid-template-columns:1fr; margin:24px 4% 0; }
    .mapggZluxury__feature-img { order:0; }
    .mapggZluxury__feature-text { order:1; padding:28px 32px; }
    .mapggZluxury__cards { grid-template-columns:repeat(2,1fr) auto; }

    /* Score */
    .mapggZscore__row { grid-template-columns:44px 80px 1fr 110px 80px; }
    .mapggZscore__header-cols { grid-template-columns:110px 80px; }
    .mapggZscore__header-cols span:last-child { display:none; }
    .mapggZscore__cta { display:none; }

    /* Split */
    .mapggZsplit__feature { grid-template-columns:1fr; min-height:auto; }
    .mapggZsplit__panel { order:1; }
    .mapggZsplit__img { order:0; min-height:280px; }
    .mapggZsplit__wedge { display:none; }
    .mapggZsplit__cards { grid-template-columns:repeat(2,1fr); }

    /* Mosaic */
    .mapggZmosaic__grid { grid-template-columns:1fr; padding:0 3%; }
    .mapggZmosaic__feat { aspect-ratio:16/9; }
    .mapggZmosaic__stack { flex-direction:row; }
    .mapggZmosaic__mid { border-bottom:none; border-right:2px solid var(--color-footer-bg); aspect-ratio:1/1; }
    .mapggZmosaic__mid:last-child { border-right:none; }
}

/* ── 768px – tablet portrait ── */
@media (max-width:768px) {

    /* Hero */
    .mapggZhero { min-height:360px; }
    .mapggZhero__inner { padding:24px 5% 12px; }
    .mapggZhero__title { font-size:1.5rem; }
    .mapggZhero__excerpt { display:none; }
    .mapggZhero__btn span:first-child { padding:10px 18px; font-size:.78rem; }
    .mapggZhero__posts { grid-template-columns:repeat(2,1fr); gap:6px; padding:0 3% 14px; }
    .mapggZhpost { height:150px; border-radius:12px; }
    .mapggZhpost__title { font-size:.82rem; }
    .mapggZhpost__meta { display:none; }

    /* Section bar */
    .mapggZsection-bar { padding:16px 4% 14px; }
    .mapggZsection-bar__desc { display:none; }

    /* Bands – 2 cột */
    .mapggZbands__grid { grid-template-columns:repeat(2,1fr); }
    .mapggZbands__item { aspect-ratio:3/4; }
    .mapggZbands__body h3 { font-size:.85rem; }

    /* Editorial – full stack */
    .mapggZeditorial__side { flex-direction:column; }
    .mapggZeditorial__mid { border-right:none; border-bottom:1px solid var(--color-border); }
    .mapggZeditorial__lead-body { padding:16px 18px; }
    .mapggZeditorial__lead-body p { -webkit-line-clamp:3; }
    .mapggZeditorial__brief-img { flex:0 0 52px; width:52px; height:52px; }

    /* Wire */
    .mapggZwire__big-body { padding:20px 22px; }
    .mapggZwire__row { grid-template-columns:1fr; }
    .mapggZwire__item { border-right:none; border-bottom:1px solid var(--color-footer-border); }
    .mapggZwire__item:last-child { border-bottom:none; }
    .mapggZwire__item-img { flex:0 0 80px; height:68px; }

    /* Luxury */
    .mapggZluxury__header { padding:24px 4% 0; }
    .mapggZluxury__feature-text { padding:24px 28px; }
    .mapggZluxury__feature-text h2 { font-size:1.3rem; }
    .mapggZluxury__cards { grid-template-columns:1fr 1fr; }
    .mapggZluxury__cards-cta { display:none; }

    /* Score */
    .mapggZscore__row { grid-template-columns:38px 1fr 90px; }
    .mapggZscore__header-cols { grid-template-columns:90px; }
    .mapggZscore__header-cols span:first-child { display:none; }
    .mapggZscore__thumb { display:none; }
    .mapggZscore__cat { display:none; }
    .mapggZscore__date { display:none; }
    .mapggZscore__title h3 { -webkit-line-clamp:2; }

    /* Split */
    .mapggZsplit__panel-inner { padding:24px 28px; }
    .mapggZsplit__panel-inner p { -webkit-line-clamp:3; }
    .mapggZsplit__cards { grid-template-columns:1fr; }
    .mapggZsplit__card { border-right:none; border-bottom:1px solid var(--color-border); }
    .mapggZsplit__card:last-child { border-bottom:none; }

    /* Mosaic */
    .mapggZmosaic__head { padding:22px 4% 18px; }
    .mapggZmosaic__feat { aspect-ratio:16/9; }
    .mapggZmosaic__feat-body { padding:24px 28px; }
    .mapggZmosaic__stack { flex-direction:column; }
    .mapggZmosaic__mid { border-right:none; border-bottom:2px solid var(--color-footer-bg); aspect-ratio:16/9; }
    .mapggZmosaic__mid:last-child { border-bottom:none; }
    .mapggZmosaic__mid-body { padding:16px 20px; }
}

/* ── 480px – mobile ── */
@media (max-width:480px) {

    /* Hero */
    .mapggZhero { min-height:300px; }
    .mapggZhero__inner { padding:20px 4% 10px; }
    .mapggZhero__title { font-size:1.25rem; line-height:1.2; }
    .mapggZhero__meta-row { display:none; }
    .mapggZhero__btn { font-size:.75rem; }
    .mapggZhero__btn span:first-child { padding:9px 16px; }
    .mapggZhero__btn-icon { width:36px; height:36px; }
    .mapggZhero__posts { grid-template-columns:1fr 1fr; gap:5px; padding:0 3% 10px; }
    .mapggZhpost { height:130px; border-radius:10px; }
    .mapggZhpost__body { padding:8px 10px; }
    .mapggZhpost__cat { display:none; }
    .mapggZhpost__title { font-size:.75rem; -webkit-line-clamp:2; }
    .mapggZhpost__num { font-size:.58rem; padding:2px 6px; }

    /* Section bar */
    .mapggZsection-bar { flex-wrap:wrap; gap:8px; padding:12px 4% 10px; }
    .mapggZviewall { padding:6px 14px; font-size:.68rem; }

    /* Bands – 1 cột */
    .mapggZbands__grid { grid-template-columns:1fr; }
    .mapggZbands__item { aspect-ratio:16/9; border-right:none; border-bottom:2px solid var(--color-footer-bg); }
    .mapggZbands__item:last-child { border-bottom:none; }
    .mapggZbands__body { padding:16px 14px; }
    .mapggZbands__body h3 { font-size:.85rem; }

    /* Editorial */
    .mapggZeditorial__header { padding:16px 4% 0; }
    .mapggZeditorial__lead-body { padding:12px 14px; }
    .mapggZeditorial__lead-body p { display:none; }
    .mapggZeditorial__mid .mapggZtag { margin:12px 14px 0; }
    .mapggZeditorial__mid h3 { margin:6px 14px; font-size:.88rem; }
    .mapggZeditorial__mid .mapggZmeta { margin:0 14px 12px; }
    .mapggZeditorial__brief { padding:10px 14px; gap:10px; }
    .mapggZeditorial__brief-img { flex:0 0 48px; width:48px; height:48px; }
    .mapggZeditorial__brief-body h4 { font-size:.78rem; }

    /* Wire */
    .mapggZwire__bar { padding:8px 4%; gap:8px; flex-wrap:wrap; }
    .mapggZwire__time { display:none; }
    .mapggZwire__big-body { padding:16px 18px; gap:6px; }
    .mapggZwire__big-body h2 { font-size:1.1rem; }
    .mapggZwire__big-body p { display:none; }
    .mapggZwire__item-num { font-size:1.4rem; padding:0 10px; }
    .mapggZwire__item-img { flex:0 0 72px; height:62px; }
    .mapggZwire__item-body { padding:10px 12px; }
    .mapggZwire__item-body h4 { font-size:.78rem; }

    /* Luxury */
    .mapggZluxury__header { padding:18px 4% 0; gap:12px; }
    .mapggZluxury__feature { margin:14px 4% 0; border-radius:8px; }
    .mapggZluxury__feature-text { padding:20px 20px; gap:10px; }
    .mapggZluxury__feature-text h2 { font-size:1.15rem; }
    .mapggZluxury__feature-text p { display:none; }
    .mapggZluxury__feature-img { aspect-ratio:16/9; }
    .mapggZluxury__cards { grid-template-columns:1fr; margin:10px 4% 20px; }
    .mapggZluxury__card-body { padding:12px 14px; }
    .mapggZluxury__card-body h3 { -webkit-line-clamp:2; }

    /* Score */
    .mapggZscore__header-left { padding:12px 4%; }
    .mapggZscore__header-left h2 { font-size:.82rem; }
    .mapggZscore__row { grid-template-columns:34px 1fr; min-height:56px; }
    .mapggZscore__header-cols { display:none; }
    .mapggZscore__rank { font-size:.9rem; }
    .mapggZscore__title { padding:10px 14px; }
    .mapggZscore__title h3 { font-size:.82rem; }
    .mapggZscore__title p { display:none; }
    .mapggZscore__footer { padding:12px 4%; }

    /* Split */
    .mapggZsplit__panel-inner { padding:20px 18px; gap:10px; }
    .mapggZsplit__panel-inner h2 { font-size:1.15rem; }
    .mapggZsplit__panel-inner p { display:none; }
    .mapggZsplit__btn { padding:8px 16px; font-size:.7rem; }
    .mapggZsplit__img { aspect-ratio:16/9; }
    .mapggZsplit__sub-bar { padding:10px 4%; }
    .mapggZsplit__card-body { padding:12px 14px; }
    .mapggZsplit__card-body h3 { font-size:.82rem; -webkit-line-clamp:2; }

    /* Mosaic */
    .mapggZmosaic__head { padding:16px 4% 14px; }
    .mapggZmosaic__head h2 { font-size:1.3rem; }
    .mapggZmosaic__head p { display:none; }
    .mapggZmosaic__grid { padding:0 4%; }
    .mapggZmosaic__feat { aspect-ratio:16/9; }
    .mapggZmosaic__feat-body { padding:18px 18px; gap:8px; }
    .mapggZmosaic__feat-body h2 { font-size:1.1rem; }
    .mapggZmosaic__feat-body p { display:none; }
    .mapggZmosaic__mid { aspect-ratio:16/9; }
    .mapggZmosaic__mid-body { padding:12px 16px; }
    .mapggZmosaic__mid-body h3 { font-size:.82rem; }
}



/* ── Spacing Override: tăng khoảng cách giữa các sections ── */
.mapggZbands,
.mapggZeditorial,
.mapggZwire,
.mapggZluxury,
.mapggZscore,
.mapggZsplit,
.mapggZmosaic {
    margin-top: 48px;
    margin-bottom: var(--section-gap);
    padding-top: 40px;
    padding-bottom: 40px;
}
