.cmp-contents-app { overflow:hidden; padding-bottom:96px; background:#fff; }
.cmp-contents-app a { color:inherit; text-decoration:none; }
.cmp-contents-app img { display:block; max-width:100%; }
.cmp-contents-banner { min-height:300px; overflow:hidden; position:relative; display:flex; align-items:center; margin:34px 0 22px; padding:46px 58px; color:#fff; background:radial-gradient(circle at 88% 12%,rgba(255,255,255,.18),transparent 28%),linear-gradient(125deg,#7b211a 0%,#a52d23 52%,#c23428 100%); border-radius:24px; }
.cmp-contents-banner picture,.cmp-contents-banner picture::after { position:absolute; inset:0; }
.cmp-contents-banner picture::after { content:""; background:linear-gradient(90deg,rgba(35,10,8,.82),rgba(35,10,8,.35) 58%,rgba(35,10,8,.08)); }
.cmp-contents-banner picture img { width:100%; height:100%; object-fit:cover; }
.cmp-contents-banner-copy { max-width:610px; position:relative; z-index:1; }
.cmp-contents-banner-copy>span { color:#ffd4ce; font-size:12px; font-weight:900; letter-spacing:.17em; }
.cmp-contents-banner h1 { max-width:560px; margin:10px 0 12px; color:#fff; font-size:clamp(36px,4.4vw,58px); letter-spacing:-.06em; }
.cmp-contents-banner p { max-width:580px; margin:0 0 24px; color:rgba(255,255,255,.8); font-size:17px; }
.cmp-contents-banner .button-accent { color:var(--primary); }
.cmp-contents-page-head { padding:52px 0 28px; }
.cmp-contents-page-head h1 { margin:0 0 9px; font-size:clamp(36px,4.2vw,52px); }
.cmp-contents-page-head p { margin:0; color:var(--muted); }
.cmp-contents-tools { position:relative; z-index:4; display:grid; grid-template-columns:minmax(0,1fr) 285px; align-items:center; gap:28px; padding:13px 0 16px; border-bottom:1px solid var(--line); }
.cmp-content-categories { min-width:0; display:flex; align-items:center; gap:6px; overflow-x:auto; overscroll-behavior-inline:contain; scrollbar-width:none; }
.cmp-content-categories::-webkit-scrollbar { display:none; }
.cmp-content-categories a { flex:0 0 auto; min-height:38px; display:inline-flex; align-items:center; padding:0 13px; color:var(--muted); border-radius:99px; font-size:13px; font-weight:800; }
.cmp-content-categories a:hover,.cmp-content-categories a[aria-current="page"] { color:#fff; background:var(--primary); }
.cmp-content-search { height:42px; display:flex; align-items:center; gap:8px; padding-left:13px; color:var(--muted); background:var(--surface); border:1px solid transparent; border-radius:99px; }
.cmp-content-search:focus-within { background:#fff; border-color:var(--primary); }
.cmp-content-search input { min-width:0; flex:1; padding:0; color:var(--ink); background:transparent; border:0; outline:0; font-size:13px; }
.cmp-content-search button { align-self:stretch; padding:0 16px; color:#fff; background:var(--primary); border:0; border-radius:99px; font-size:12px; font-weight:850; }
.cmp-content-section { padding-top:78px; }
.cmp-content-section-head { display:flex; align-items:flex-end; justify-content:space-between; gap:28px; margin-bottom:28px; }
.cmp-content-section-head h2 { margin:0; font-size:clamp(28px,3vw,38px); letter-spacing:-.045em; }
.cmp-content-section-head p { margin:8px 0 0; color:var(--muted); font-size:14px; }
.cmp-content-section-head>a { display:inline-flex; align-items:center; gap:6px; color:var(--primary); font-size:13px; font-weight:850; }
.cmp-featured-layout { display:grid; grid-template-columns:minmax(0,1.72fr) minmax(310px,.78fr); gap:20px; }
.cmp-featured-lead { min-width:0; overflow:hidden; background:#171110; border-radius:24px; box-shadow:var(--shadow-sm); }
.cmp-featured-lead>a { min-height:440px; position:relative; display:flex; align-items:flex-end; }
.cmp-featured-lead img { width:100%; height:100%; position:absolute; inset:0; object-fit:cover; transition:transform .35s ease; }
.cmp-featured-lead>a::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 30%,rgba(17,8,7,.9)); }
.cmp-featured-lead>a>span { position:absolute; top:22px; left:22px; z-index:2; padding:6px 11px; color:#fff; background:var(--primary); border-radius:99px; font-size:12px; font-weight:850; }
.cmp-featured-lead>a>div { max-width:720px; position:relative; z-index:2; padding:36px; color:#fff; }
.cmp-featured-lead small { color:rgba(255,255,255,.68); }
.cmp-featured-lead h3 { margin:7px 0 10px; color:#fff; font-size:clamp(28px,3.3vw,44px); }
.cmp-featured-lead p { display:-webkit-box; overflow:hidden; margin:0; color:rgba(255,255,255,.77); font-size:15px; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.cmp-featured-lead:hover img { transform:scale(1.025); }
.cmp-featured-side { min-width:0; display:grid; grid-template-rows:repeat(3,1fr); gap:11px; }
.cmp-mini-article { min-width:0; overflow:hidden; background:#fff; border:1px solid var(--line); border-radius:16px; }
.cmp-mini-article>a { height:100%; min-height:126px; display:grid; grid-template-columns:auto 116px minmax(0,1fr); align-items:center; gap:13px; padding:13px; }
.cmp-mini-article img { width:116px; aspect-ratio:16/9; object-fit:cover; border-radius:10px; }
.cmp-mini-article>a>span:last-child { min-width:0; }
.cmp-mini-article strong { display:-webkit-box; overflow:hidden; color:var(--ink); font-size:14px; line-height:1.4; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.cmp-mini-article small { display:block; margin-top:7px; overflow:hidden; color:var(--muted); font-size:11px; text-overflow:ellipsis; white-space:nowrap; }
.cmp-mini-rank { min-width:24px; color:var(--primary); font-size:12px; font-weight:900; text-align:center; }
.cmp-popular-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:10px; }
.cmp-popular-grid .cmp-mini-article>a { grid-template-columns:auto minmax(0,1fr); align-content:center; min-height:136px; }
.cmp-popular-grid .cmp-mini-article img { display:none; }
.cmp-popular-grid .cmp-mini-rank { align-self:start; font-size:26px; line-height:1; }
.cmp-content-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:28px 20px; }
.cmp-content-card { min-width:0; overflow:hidden; background:#fff; border:1px solid var(--line); border-radius:18px; transition:transform .2s ease,box-shadow .2s ease; }
.cmp-content-card:hover { transform:translateY(-3px); box-shadow:var(--shadow-sm); }
.cmp-content-thumb { aspect-ratio:16/9; overflow:hidden; position:relative; display:block; background:var(--surface); }
.cmp-content-thumb::after { content:""; position:absolute; inset:55% 0 0; background:linear-gradient(transparent,rgba(0,0,0,.34)); }
.cmp-content-thumb img { width:100%; height:100%; object-fit:cover; transition:transform .3s ease; }
.cmp-content-card:hover .cmp-content-thumb img { transform:scale(1.035); }
.cmp-content-thumb>span { position:absolute; left:14px; bottom:13px; z-index:1; padding:5px 9px; color:#fff; background:var(--primary); border-radius:99px; font-size:11px; font-weight:850; }
.cmp-content-card-body { padding:18px 18px 20px; }
.cmp-content-meta { min-height:18px; display:flex; align-items:center; flex-wrap:wrap; gap:6px 12px; color:var(--muted); font-size:11px; }
.cmp-content-meta span+span { position:relative; }
.cmp-content-meta span+span::before { content:""; width:2px; height:2px; position:absolute; top:50%; left:-7px; background:#aaa09d; border-radius:50%; }
.cmp-content-card h3 { margin:7px 0 8px; font-size:21px; line-height:1.42; letter-spacing:-.035em; word-break:keep-all; overflow-wrap:break-word; text-wrap:pretty; }
.cmp-content-card h3 a { display:-webkit-box; overflow:hidden; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.cmp-content-card-body>p { display:-webkit-box; overflow:hidden; min-height:44px; margin:0; color:var(--muted); font-size:13px; line-height:1.68; word-break:keep-all; overflow-wrap:break-word; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.cmp-content-tags { display:flex; gap:6px; margin-top:13px; overflow:hidden; }
.cmp-content-tags a { flex:0 0 auto; color:var(--primary); font-size:11px; font-weight:750; }
.cmp-content-card.compact .cmp-content-card-body { padding-bottom:17px; }
.cmp-recommended-grid .cmp-content-card { background:#fff8f7; border-color:#f0d2cd; }
.cmp-content-pagination { display:flex; align-items:center; justify-content:center; gap:6px; margin-top:42px; }
.cmp-content-pagination a,.cmp-content-pagination span { min-width:40px; height:40px; display:grid; place-items:center; padding:0 10px; color:var(--muted); border:1px solid var(--line); border-radius:10px; font-size:13px; font-weight:800; }
.cmp-content-pagination span[aria-current="page"],.cmp-content-pagination a:hover { color:#fff; background:var(--primary); border-color:var(--primary); }
.cmp-content-pagination .prev,.cmp-content-pagination .next { min-width:62px; }
.cmp-content-empty { min-height:360px; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:40px 20px; background:var(--surface); border-radius:24px; text-align:center; }
.cmp-content-empty h2 { margin:0 0 7px; }
.cmp-content-empty p { margin:0 0 18px; color:var(--muted); }
.cmp-short-grid,.cmp-sns-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:14px; }
.cmp-short-card,.cmp-sns-card { min-width:0; overflow:hidden; background:#fff; border:1px solid var(--line); border-radius:16px; }
.cmp-short-card a,.cmp-sns-card a { position:relative; display:block; }
.cmp-short-card img { width:100%; aspect-ratio:9/14; object-fit:cover; }
.cmp-sns-card img { width:100%; aspect-ratio:1; object-fit:cover; }
.cmp-short-card strong,.cmp-sns-card strong { display:-webkit-box; overflow:hidden; min-height:58px; padding:13px; font-size:13px; line-height:1.45; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.cmp-play { width:46px; height:46px; position:absolute; top:50%; left:50%; z-index:2; display:grid; place-items:center; color:#fff; background:rgba(194,52,40,.9); border-radius:50%; box-shadow:0 8px 20px rgba(0,0,0,.22); transform:translate(-50%,-70%); }
.cmp-content-ad { width:100%; overflow:hidden; position:relative; margin-top:38px; background:var(--surface); border-radius:16px; }
.cmp-content-ad a,.cmp-content-ad picture { display:block; }
.cmp-content-ad img { width:100%; max-height:200px; object-fit:cover; }
.cmp-ad-label { position:absolute; top:9px; left:9px; z-index:2; padding:3px 6px; color:#fff; background:rgba(0,0,0,.52); border-radius:5px; font-size:9px; font-weight:850; }
.cmp-content-grid>.cmp-content-ad { grid-column:1/-1; margin-top:0; }
.cmp-content-ad-contents-mobile-sticky { display:none; }
.cmp-card-content-links { padding-top:72px; }
.cmp-card-content-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }

/* Existing WordPress article enhancements stay isolated from theme and core post styles. */
.cmp-article-extras { --cmp-red:#c23428; --cmp-ink:#222; --cmp-muted:#6b6766; --cmp-line:#e4e0df; font-family:Pretendard,-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans KR",sans-serif; }
.cmp-article-extras .google-auto-placed,.cmp-article-extras ins.adsbygoogle { display:none!important; min-height:0!important; height:0!important; margin:0!important; padding:0!important; overflow:hidden!important; }
.cmp-article-intro { margin:0 0 32px; }
.cmp-article-taxonomy { display:flex; align-items:center; flex-wrap:wrap; gap:8px 14px; margin-bottom:18px; color:var(--cmp-muted); font-size:12px; }
.cmp-article-taxonomy span:first-child { padding:5px 10px; color:#fff; background:var(--cmp-red); border-radius:99px; font-weight:800; }
.cmp-article-intro figure { overflow:hidden; margin:0; border-radius:18px; }
.cmp-article-intro figure img { width:100%; aspect-ratio:16/9; object-fit:cover; }
.cmp-article-tail { clear:both; padding-top:46px; }
.cmp-article-tags { display:flex; flex-wrap:wrap; gap:8px; padding:18px 0; border-block:1px solid var(--cmp-line); }
.cmp-article-tags a { padding:7px 11px; color:var(--cmp-red); background:#fff4f2; border-radius:99px; font-size:12px; font-weight:750; text-decoration:none; }
.cmp-article-share { display:flex; align-items:center; flex-wrap:wrap; gap:8px; margin:18px 0 46px; }
.cmp-article-share strong { margin-right:auto; font-size:14px; }
.cmp-article-share button,.cmp-article-share a { min-height:38px; display:inline-flex; align-items:center; padding:0 12px; color:var(--cmp-ink); background:#fff; border:1px solid var(--cmp-line); border-radius:9px; font-size:12px; font-weight:750; text-decoration:none; }
.cmp-article-section { margin-top:50px; }
.cmp-article-section>h2 { margin-bottom:20px; color:var(--cmp-ink); font-size:26px; }
.cmp-related-card-grid,.cmp-article-related-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:15px; }
.cmp-related-card { min-width:0; overflow:hidden; background:#fff; border:1px solid var(--cmp-line); border-radius:16px; }
.cmp-related-card-art { height:155px; display:grid; place-items:center; padding:16px; background:#f7f5f4; }
.cmp-related-card-art img { max-width:190px; max-height:120px; object-fit:contain; }
.cmp-related-card-fallback { font-size:14px; font-weight:850; }
.cmp-related-card>div:last-child { padding:17px; }
.cmp-related-card>div:last-child>span { color:var(--cmp-red); font-size:11px; font-weight:800; }
.cmp-related-card h3 { margin:4px 0 7px; font-size:18px; }
.cmp-related-card h3 a { color:var(--cmp-ink); text-decoration:none; }
.cmp-related-card p { min-height:40px; margin:0 0 14px; color:var(--cmp-muted); font-size:12px; }
.cmp-related-card>div:last-child>div { display:flex; gap:5px; }
.cmp-related-card>div:last-child>div a,.cmp-related-card>div:last-child>div button { min-height:36px; flex:1; display:inline-flex; align-items:center; justify-content:center; padding:0 7px; color:var(--cmp-ink); background:#fff; border:1px solid var(--cmp-line); border-radius:8px; font-size:11px; font-weight:750; text-decoration:none; }
.cmp-related-card>div:last-child>div .primary { color:#fff; background:var(--cmp-red); border-color:var(--cmp-red); }
.cmp-article-related-grid .cmp-content-card { overflow:hidden; border:1px solid var(--cmp-line); border-radius:15px; }
.cmp-article-related-grid .cmp-content-thumb { aspect-ratio:16/9; display:block; position:relative; overflow:hidden; }
.cmp-article-related-grid .cmp-content-thumb img { width:100%; height:100%; object-fit:cover; }
.cmp-article-related-grid .cmp-content-thumb span { position:absolute; left:10px; bottom:10px; padding:4px 8px; color:#fff; background:var(--cmp-red); border-radius:99px; font-size:10px; }
.cmp-article-related-grid .cmp-content-card-body { padding:14px; }
.cmp-article-related-grid .cmp-content-meta { color:var(--cmp-muted); font-size:10px; }
.cmp-article-related-grid .cmp-content-meta span:not(:first-child) { display:none; }
.cmp-article-related-grid h3 { margin:7px 0 0; font-size:16px; line-height:1.4; }
.cmp-article-related-grid h3 a { color:var(--cmp-ink); text-decoration:none; }

@media (max-width:1024px) {
  .cmp-contents-tools { grid-template-columns:1fr; gap:12px; }
  .cmp-content-search { width:min(100%,420px); }
  .cmp-featured-layout { grid-template-columns:minmax(0,1.45fr) minmax(270px,.8fr); }
  .cmp-featured-lead>a { min-height:390px; }
  .cmp-mini-article>a { grid-template-columns:92px minmax(0,1fr); min-height:116px; }
  .cmp-mini-article img { width:92px; }
  .cmp-featured-side .cmp-mini-rank { display:none; }
  .cmp-popular-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .cmp-content-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .cmp-short-grid,.cmp-sns-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
  .cmp-card-content-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:768px) {
  .cmp-contents-app { padding-bottom:72px; }
  .cmp-contents-banner { min-height:280px; padding:34px 28px; border-radius:19px; }
  .cmp-contents-banner h1 { font-size:36px; }
  .cmp-contents-banner p { font-size:14px; }
  .cmp-content-section { padding-top:58px; }
  .cmp-featured-layout { display:block; }
  .cmp-featured-lead>a { min-height:390px; }
  .cmp-featured-side { display:grid; grid-auto-flow:column; grid-auto-columns:minmax(250px,82%); grid-template-rows:1fr; gap:10px; margin-top:12px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; }
  .cmp-featured-side::-webkit-scrollbar { display:none; }
  .cmp-featured-side .cmp-mini-article { scroll-snap-align:start; }
  .cmp-popular-grid { display:grid; grid-auto-flow:column; grid-auto-columns:minmax(230px,76%); grid-template-columns:none; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; }
  .cmp-popular-grid .cmp-mini-article { scroll-snap-align:start; }
  .cmp-content-grid { gap:20px 14px; }
  .cmp-short-grid,.cmp-sns-grid { display:grid; grid-auto-flow:column; grid-auto-columns:minmax(180px,42%); grid-template-columns:none; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; }
  .cmp-short-card,.cmp-sns-card { scroll-snap-align:start; }
  .cmp-related-card-grid,.cmp-article-related-grid { grid-template-columns:1fr; }
}
@media (max-width:560px) {
  .cmp-contents-banner { min-height:330px; margin-top:22px; padding:28px 22px; }
  .cmp-contents-banner-copy { align-self:flex-end; }
  .cmp-contents-banner h1 { font-size:31px; }
  .cmp-contents-banner .button { min-height:42px; }
  .cmp-contents-tools { margin-inline:-14px; padding:12px 14px 15px; }
  .cmp-content-categories { margin-inline:-14px; padding-inline:14px; }
  .cmp-content-search { width:100%; }
  .cmp-content-section { padding-top:48px; }
  .cmp-content-section-head { align-items:flex-start; margin-bottom:20px; }
  .cmp-content-section-head>a { display:none; }
  .cmp-featured-lead>a { min-height:400px; }
  .cmp-featured-lead>a>div { padding:24px 20px; }
  .cmp-featured-lead h3 { font-size:29px; }
  .cmp-featured-lead p { font-size:13px; }
  .cmp-featured-lead>a>span { top:16px; left:16px; }
  .cmp-content-grid { grid-template-columns:1fr; }
  .cmp-content-card h3 { font-size:20px; }
  .cmp-popular-grid { grid-auto-columns:82%; }
  .cmp-short-grid,.cmp-sns-grid { grid-auto-columns:64%; }
  .cmp-content-pagination { gap:4px; }
  .cmp-content-pagination a,.cmp-content-pagination span { min-width:36px; height:38px; padding-inline:7px; }
  .cmp-content-ad { margin-top:26px; border-radius:12px; }
  .cmp-content-ad-contents-mobile-sticky { width:calc(100% - 20px); position:fixed; right:10px; bottom:10px; z-index:70; display:block; margin:0; box-shadow:0 10px 34px rgba(0,0,0,.24); }
  .cmp-content-ad-contents-mobile-sticky button { width:28px; height:28px; position:absolute; top:-10px; right:-6px; z-index:3; display:grid; place-items:center; padding:0; color:#fff; background:#231817; border:0; border-radius:50%; }
  .cmp-card-content-grid { grid-template-columns:1fr; }
  .cmp-article-intro figure { border-radius:12px; }
  .cmp-article-taxonomy { gap:6px 10px; }
  .cmp-article-share strong { width:100%; margin-bottom:5px; }
}

/* v1.3 editorial-density pass: benchmark the hierarchy, never the assets. */
.cmp-contents-tools { margin-top:10px; }
.cmp-featured-section { padding-top:36px; }
.cmp-featured-layout { grid-template-columns:minmax(0,1.7fr) minmax(330px,.85fr); gap:24px; align-items:stretch; }
.cmp-featured-lead { background:#fff; border:1px solid var(--line); border-radius:18px; box-shadow:none; }
.cmp-featured-lead>a { min-height:0; display:block; align-items:initial; }
.cmp-featured-lead>a::after { display:none; }
.cmp-featured-lead>a>.cmp-featured-media { position:relative; inset:auto; top:auto; left:auto; z-index:auto; display:block; overflow:hidden; padding:0; background:var(--surface); border-radius:0; font-size:inherit; }
.cmp-featured-lead .cmp-featured-media img { width:100%; height:auto; position:static; inset:auto; aspect-ratio:16/9; object-fit:cover; }
.cmp-featured-media>b { position:absolute; left:18px; bottom:16px; z-index:2; padding:6px 10px; color:#fff; background:var(--primary); border-radius:99px; font-size:11px; }
.cmp-featured-lead>a>.cmp-featured-copy { position:static; inset:auto; display:block; max-width:none; padding:20px 22px 23px; color:var(--ink); background:#fff; border-radius:0; font-size:inherit; }
.cmp-featured-copy small { display:block; color:var(--muted); font-size:12px; }
.cmp-featured-copy>strong { display:-webkit-box; overflow:hidden; margin:6px 0 8px; color:var(--ink); font-size:clamp(25px,2.8vw,36px); line-height:1.28; letter-spacing:-.04em; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.cmp-featured-copy>span { display:-webkit-box; overflow:hidden; color:var(--muted); font-size:14px; line-height:1.6; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.cmp-featured-rail { min-width:0; padding:25px 22px 16px; background:#f7f6f5; border-radius:18px; }
.cmp-featured-rail>h1 { margin:0 0 14px; font-size:23px; line-height:1.25; letter-spacing:-.04em; }
.cmp-featured-side { grid-template-rows:repeat(5,1fr); gap:0; }
.cmp-featured-rail .cmp-mini-article { background:transparent; border:0; border-radius:0; border-top:1px solid var(--line); }
.cmp-featured-rail .cmp-mini-article>a { min-height:81px; grid-template-columns:88px minmax(0,1fr); gap:12px; padding:11px 0; }
.cmp-featured-rail .cmp-mini-rank { display:none; }
.cmp-featured-rail .cmp-mini-article img { width:88px; aspect-ratio:16/10; border-radius:9px; }
.cmp-featured-rail .cmp-mini-article strong { font-size:13px; }
.cmp-featured-rail .cmp-mini-article small { margin-top:4px; }
.cmp-contents-banner { min-height:178px; margin:38px 0 0; padding:29px 42px; border-radius:18px; }
.cmp-contents-banner h1 { margin:5px 0 7px; font-size:30px; }
.cmp-contents-banner p { margin-bottom:16px; font-size:14px; }
.cmp-contents-banner .button { min-height:40px; padding-inline:16px; }
.cmp-content-section { padding-top:68px; }
.cmp-content-section-head { margin-bottom:22px; }
.cmp-content-section-head h2 { font-size:clamp(26px,2.6vw,34px); }
.cmp-editorial-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:22px 16px; }
.cmp-content-card.editorial { overflow:visible; background:transparent; border:0; border-radius:0; }
.cmp-content-card.editorial:hover { box-shadow:none; }
.cmp-content-card.editorial .cmp-content-thumb { border-radius:13px; }
.cmp-content-card.editorial .cmp-content-card-body { padding:13px 1px 0; }
.cmp-content-card.editorial .cmp-content-meta span:not(:first-child),.cmp-content-card.editorial .cmp-content-tags { display:none; }
.cmp-content-card.editorial h3 { margin:7px 0 0; font-size:16px; line-height:1.45; }
.cmp-content-card.editorial .cmp-content-thumb>span { left:11px; bottom:10px; padding:4px 8px; font-size:10px; }

@media (max-width:1024px) {
  .cmp-featured-layout { grid-template-columns:minmax(0,1.45fr) minmax(300px,.8fr); }
  .cmp-featured-rail { padding-inline:18px; }
  .cmp-featured-rail .cmp-mini-article>a { grid-template-columns:78px minmax(0,1fr); }
  .cmp-featured-rail .cmp-mini-article img { width:78px; }
  .cmp-editorial-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:768px) {
  .cmp-featured-layout { display:block; }
  .cmp-featured-lead>a { min-height:0; }
  .cmp-featured-rail { margin-top:18px; padding:19px 0 0; background:transparent; border-radius:0; }
  .cmp-featured-rail>h1 { font-size:22px; }
  .cmp-featured-side { display:grid; grid-auto-flow:column; grid-auto-columns:minmax(255px,78%); grid-template-rows:1fr; gap:10px; margin-top:0; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; }
  .cmp-featured-rail .cmp-mini-article { padding-inline:12px; background:#f7f6f5; border:0; border-radius:13px; scroll-snap-align:start; }
  .cmp-featured-rail .cmp-mini-article>a { grid-template-columns:86px minmax(0,1fr); }
  .cmp-featured-rail .cmp-mini-article img { width:86px; }
  .cmp-contents-banner { min-height:190px; padding:26px 28px; }
  .cmp-contents-banner h1 { font-size:27px; }
}
@media (max-width:560px) {
  .cmp-featured-section { padding-top:25px; }
  .cmp-featured-lead>a { min-height:0; }
  .cmp-featured-lead>a>.cmp-featured-copy { padding:17px 17px 19px; }
  .cmp-featured-copy>strong { font-size:24px; }
  .cmp-featured-copy>span { font-size:13px; }
  .cmp-featured-side { grid-auto-columns:86%; }
  .cmp-contents-banner { min-height:190px; margin-top:30px; padding:24px 20px; }
  .cmp-contents-banner-copy { align-self:center; }
  .cmp-contents-banner h1 { font-size:25px; }
  .cmp-content-section { padding-top:52px; }
  .cmp-editorial-grid { grid-template-columns:1fr; gap:24px; }
  .cmp-content-card.editorial h3 { font-size:18px; }
}

/* v1.8 magazine-detail pass: shared brand, editorial hierarchy and native post content. */
.cmp-contents-banner { isolation:isolate; }
.cmp-contents-banner-copy { width:min(680px,calc(100% - 180px)); max-width:none; padding-right:0; }
.cmp-contents-banner h2 { max-width:620px; margin:5px 0 7px; color:#fff; font-size:30px; line-height:1.3; letter-spacing:-.045em; word-break:keep-all; overflow-wrap:break-word; text-wrap:balance; }
.cmp-contents-banner p { word-break:keep-all; overflow-wrap:break-word; }
.cmp-contents-banner-mark { width:112px; height:112px; overflow:hidden; position:absolute; right:48px; bottom:28px; z-index:0; border-radius:50%; opacity:.16; transform:rotate(-8deg); }
.cmp-contents-banner-mark img { width:100%; height:100%; object-fit:cover; filter:grayscale(1) brightness(3.4); }
.cmp-contents-banner.has-image .cmp-contents-banner-mark { display:none; }

.cmp-article-app { padding-bottom:110px; background:linear-gradient(#fff 0,#fff 630px,#faf9f8 630px,#faf9f8 100%); }
.cmp-article-app a { color:inherit; text-decoration:none; }
.cmp-article-app .breadcrumbs { padding-bottom:20px; }
.cmp-article-page { --article-ink:#211f1e; --article-muted:#716d6b; --article-line:#e7e2df; }
.cmp-article-hero { overflow:hidden; display:grid; grid-template-columns:minmax(0,.93fr) minmax(0,1.07fr); min-height:520px; background:#281816; border-radius:26px; box-shadow:0 22px 64px rgba(73,39,32,.13); }
.cmp-article-hero-copy { min-width:0; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; padding:54px 50px; color:#fff; background:radial-gradient(circle at 12% 10%,rgba(255,185,172,.13),transparent 28%),linear-gradient(145deg,#2a1917,#3c201c); }
.cmp-article-category { min-height:30px; display:inline-flex; align-items:center; padding:0 12px; color:#fff; background:var(--primary); border-radius:99px; font-size:12px; font-weight:850; }
.cmp-article-kicker { margin:24px 0 9px; color:#ffb6aa; font-size:11px; font-weight:900; letter-spacing:.18em; }
.cmp-article-hero h1 { max-width:680px; margin:0; color:#fff; font-size:clamp(35px,4vw,54px); line-height:1.16; letter-spacing:-.055em; word-break:keep-all; }
.cmp-article-deck { display:-webkit-box; overflow:hidden; max-width:620px; margin:20px 0 0; color:rgba(255,255,255,.7); font-size:16px; line-height:1.75; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.cmp-article-byline { display:flex; flex-wrap:wrap; gap:6px 17px; margin-top:32px; color:rgba(255,255,255,.58); font-size:11px; }
.cmp-article-byline>*+* { position:relative; }
.cmp-article-byline>*+*::before { content:""; width:2px; height:2px; position:absolute; top:50%; left:-9px; background:currentColor; border-radius:50%; }
.cmp-article-hero-media { min-width:0; min-height:430px; margin:0; position:relative; background:#eee9e7; }
.cmp-article-hero-media::after { content:""; position:absolute; inset:0; pointer-events:none; box-shadow:inset 24px 0 46px rgba(22,9,7,.14); }
.cmp-article-hero-media img { width:100%; height:100%; position:absolute; inset:0; object-fit:cover; }
.cmp-article-page>.cmp-content-ad { margin-top:30px; }
.cmp-article-layout { display:grid; grid-template-columns:minmax(0,780px) minmax(270px,330px); justify-content:space-between; align-items:start; gap:70px; padding-top:68px; }
.cmp-article-main { min-width:0; }
.cmp-article-body { color:#343130; font-size:17px; line-height:1.92; overflow-wrap:anywhere; }
.cmp-article-body>*:first-child { margin-top:0!important; }
.cmp-article-body p { margin:0 0 28px; }
.cmp-article-body h2 { margin:64px 0 22px; padding-top:2px; color:var(--article-ink); font-size:31px; line-height:1.38; letter-spacing:-.045em; word-break:keep-all; }
.cmp-article-body h3 { margin:46px 0 17px; color:var(--article-ink); font-size:24px; line-height:1.42; letter-spacing:-.035em; }
.cmp-article-body h4 { margin:36px 0 14px; color:var(--article-ink); font-size:20px; }
.cmp-article-body a { color:var(--primary); font-weight:720; text-decoration:underline; text-underline-offset:3px; }
.cmp-article-body strong { color:#211f1e; font-weight:850; }
.cmp-article-body ul,.cmp-article-body ol { margin:0 0 30px; padding-left:1.35em; }
.cmp-article-body li+li { margin-top:8px; }
.cmp-article-body blockquote { margin:42px 0; padding:25px 28px; color:#4b403d; background:#fff3f1; border-left:4px solid var(--primary); border-radius:0 14px 14px 0; }
.cmp-article-body blockquote p:last-child { margin-bottom:0; }
.cmp-article-body figure { max-width:100%; margin:42px 0; }
.cmp-article-body figure.alignwide,.cmp-article-body figure.alignfull { width:100%; margin-inline:0; }
.cmp-article-body img { width:auto; max-width:100%; max-height:760px; height:auto; display:block; margin-inline:auto; object-fit:contain; border-radius:16px; }
.cmp-article-body figcaption { margin-top:10px; color:var(--article-muted); font-size:12px; line-height:1.6; text-align:center; }
.cmp-article-body iframe,.cmp-article-body video { max-width:100%; border-radius:14px; }
.cmp-article-body table { width:100%; margin:36px 0; border-collapse:collapse; font-size:14px; }
.cmp-article-body th,.cmp-article-body td { padding:13px 12px; border:1px solid var(--article-line); text-align:left; }
.cmp-article-body th { background:#f7f5f4; }
.cmp-article-body .wp-block-button__link { color:#fff; background:var(--primary); border-radius:10px; text-decoration:none; }
.cmp-article-body .google-auto-placed { max-width:100%!important; margin:34px auto!important; overflow:hidden; }
.cmp-article-footer { margin-top:66px; padding-top:8px; }
.cmp-article-tags { border-top:1px solid var(--article-line); border-bottom:1px solid var(--article-line); }
.cmp-article-aside { min-width:0; }
.cmp-article-aside-sticky { position:sticky; top:96px; }
.cmp-article-aside .cmp-content-ad { margin:0 0 24px; border-radius:13px; }
.cmp-article-aside .cmp-content-ad img { min-height:170px; max-height:260px; object-fit:cover; }
.cmp-article-side-section { padding:24px 20px 10px; background:#fff; border:1px solid var(--article-line); border-radius:18px; }
.cmp-article-side-head { display:flex; align-items:flex-end; justify-content:space-between; gap:10px; margin-bottom:10px; }
.cmp-article-side-head span { color:var(--primary); font-size:10px; font-weight:900; letter-spacing:.14em; }
.cmp-article-side-head h2 { margin:4px 0 0; font-size:20px; line-height:1.3; }
.cmp-article-side-head>a { color:var(--article-muted); font-size:11px; font-weight:800; }
.cmp-article-side-list .cmp-mini-article { overflow:visible; background:transparent; border:0; border-top:1px solid var(--article-line); border-radius:0; }
.cmp-article-side-list .cmp-mini-article>a { min-height:96px; grid-template-columns:20px 76px minmax(0,1fr); gap:9px; padding:12px 0; }
.cmp-article-side-list .cmp-mini-article img { width:76px; aspect-ratio:16/10; border-radius:8px; }
.cmp-article-side-list .cmp-mini-rank { min-width:20px; align-self:start; padding-top:3px; font-size:15px; }
.cmp-article-side-list .cmp-mini-article strong { font-size:12px; }
.cmp-article-side-list .cmp-mini-article small { font-size:10px; }
.cmp-article-card-cta { display:block; margin-top:18px; padding:25px 22px; color:#fff!important; background:linear-gradient(135deg,#84251d,#c23428); border-radius:18px; }
.cmp-article-card-cta>span { display:block; color:rgba(255,255,255,.7); font-size:12px; }
.cmp-article-card-cta>strong { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:8px; font-size:17px; }
.cmp-article-wide-section { margin-top:88px; }
.cmp-article-wide-section .cmp-content-section-head { margin-bottom:24px; }
.cmp-article-post-nav { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:80px; padding-top:26px; border-top:1px solid var(--article-line); }
.cmp-article-post-nav>div { min-width:0; }
.cmp-article-post-nav>div:last-child { text-align:right; }
.cmp-article-post-nav span { display:block; margin-bottom:7px; color:var(--article-muted); font-size:11px; }
.cmp-article-post-nav a { display:block; overflow:hidden; color:var(--article-ink); font-size:15px; font-weight:800; text-overflow:ellipsis; white-space:nowrap; }

@media (max-width:1100px) {
  .cmp-article-layout { grid-template-columns:minmax(0,1fr) 290px; gap:42px; }
  .cmp-article-hero-copy { padding:46px 38px; }
}
@media (max-width:900px) {
  .cmp-article-hero { grid-template-columns:1fr; }
  .cmp-article-hero-copy { min-height:420px; }
  .cmp-article-hero-media { min-height:430px; }
  .cmp-article-hero-media::after { box-shadow:inset 0 24px 46px rgba(22,9,7,.12); }
  .cmp-article-layout { grid-template-columns:1fr; gap:68px; }
  .cmp-article-aside-sticky { position:static; }
  .cmp-article-side-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 18px; }
  .cmp-article-card-cta { max-width:none; }
}
@media (max-width:680px) {
  .cmp-contents-banner-copy { width:100%; padding-right:0; }
  .cmp-contents-banner h2 { font-size:25px; }
  .cmp-contents-banner-mark { width:62px; height:62px; right:16px; top:16px; bottom:auto; opacity:.14; }
  .cmp-article-app { background:#fff; }
  .cmp-article-app .breadcrumbs { padding-bottom:14px; }
  .cmp-article-hero { margin-inline:-14px; min-height:0; border-radius:0; box-shadow:none; }
  .cmp-article-hero-copy { min-height:370px; padding:42px 24px 38px; }
  .cmp-article-kicker { margin-top:20px; }
  .cmp-article-hero h1 { font-size:34px; line-height:1.22; }
  .cmp-article-deck { margin-top:16px; font-size:14px; -webkit-line-clamp:4; }
  .cmp-article-byline { margin-top:24px; }
  .cmp-article-hero-media { min-height:0; aspect-ratio:16/10; }
  .cmp-article-layout { padding-top:48px; gap:56px; }
  .cmp-article-body { font-size:16px; line-height:1.88; }
  .cmp-article-body h2 { margin-top:52px; font-size:27px; }
  .cmp-article-body h3 { margin-top:40px; font-size:22px; }
  .cmp-article-body figure { margin-block:34px; }
  .cmp-article-body img { border-radius:11px; }
  .cmp-article-side-list { grid-template-columns:1fr; }
  .cmp-article-wide-section { margin-top:68px; }
  .cmp-article-post-nav { grid-template-columns:1fr; gap:24px; margin-top:62px; }
  .cmp-article-post-nav>div:last-child { text-align:left; }
}
