.editorial-home {
  width: min(1180px, calc(100% - 32px));
  margin: 32px auto 64px;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid rgba(212, 175, 92, .25);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(24, 29, 43, .96), rgba(11, 14, 24, .98));
  color: #edf0f7;
}
.editorial-home__intro { max-width: 780px; }
.editorial-home__intro h2 { margin: 8px 0 12px; font-size: clamp(1.8rem, 4vw, 3rem); }
.editorial-home__intro p, .editorial-home__grid p { color: #bfc5d3; line-height: 1.7; }
.editorial-home__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
.editorial-home__grid article { padding: 22px; border-radius: 16px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); }
.editorial-home__grid h3 { margin: 0 0 8px; color: #f1d38b; }
.editorial-home__links, .guide-editorial-intro__links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.editorial-home__links a, .guide-editorial-intro__links a, .content-footer-nav a { color: #f2d793; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.site-legal__nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; margin-bottom: 12px; }
.site-legal__nav a { color: inherit; }
.guide-editorial-intro { margin: 20px 0; padding: 24px; border: 1px solid rgba(212,175,92,.28); border-radius: 18px; background: rgba(17,21,32,.94); }
.guide-editorial-intro h2 { margin: 6px 0 10px; }
.guide-editorial-intro p { line-height: 1.7; }
.content-page { min-height: 100vh; margin: 0; color: #edf0f7; background: #0c1019; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.content-header, .content-article, .content-footer { width: min(980px, calc(100% - 32px)); margin-inline: auto; }
.content-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; }
.content-brand { display: inline-flex; align-items: center; gap: 10px; color: #f5dfaa; font-weight: 750; text-decoration: none; }
.content-brand img { width: 38px; height: 38px; }
.content-header nav { display: flex; flex-wrap: wrap; gap: 14px; }
.content-header nav a, .content-article a, .content-footer a { color: #f2d793; }
.content-article { padding: clamp(28px, 6vw, 64px); box-sizing: border-box; border: 1px solid rgba(212,175,92,.24); border-radius: 24px; background: linear-gradient(145deg, #171c29, #10141f); box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.content-article h1 { max-width: 760px; margin: 8px 0 16px; font-size: clamp(2.15rem, 5.2vw, 3.65rem); line-height: 1.06; text-wrap: balance; }
.content-article h2 { margin: 36px 0 10px; color: #f1d38b; }
.content-article h3 { margin: 24px 0 8px; }
.content-article p, .content-article li { color: #c7ccd8; font-size: 1.05rem; line-height: 1.75; }
.content-article .lede { color: #e7e9ef; font-size: 1.22rem; }
.content-article .byline { color: #979faf; font-size: .95rem; }
.content-article .callout { padding: 18px 20px; border-left: 3px solid #d4af5c; background: rgba(212,175,92,.07); }
.content-article table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.content-article th, .content-article td { padding: 12px; border-bottom: 1px solid rgba(255,255,255,.11); text-align: left; vertical-align: top; }
.content-article th { color: #f1d38b; }
.content-footer, .content-footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 28px 0 44px; color: #aab0bd; }
.content-article--guide { display: grid; gap: 0; }
.content-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 28px; color: #929cad; font-size: .92rem; }
.content-breadcrumbs a { color: #d9c488; }
.content-guide-hero { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: clamp(24px, 5vw, 54px); align-items: center; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.09); }
.content-guide-hero h1 { margin-top: 8px; }
.content-guide-hero figure { aspect-ratio: 16 / 9; margin: 0; overflow: hidden; border: 1px solid rgba(212,175,92,.22); border-radius: 20px; background: #0b101a; box-shadow: 0 20px 54px rgba(0,0,0,.3); }
.content-guide-hero figure img { display: block; width: 100%; height: 100%; object-fit: cover; }
.content-meta-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.content-meta-badges span { display: inline-flex; align-items: center; min-height: 30px; padding: 0 11px; border: 1px solid rgba(212,175,92,.18); border-radius: 999px; color: #d8dce6; background: rgba(255,255,255,.035); font-size: .78rem; font-weight: 700; }
.content-guide-overview { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(230px, .82fr); gap: 16px; margin: 28px 0 8px; align-items: stretch; }
.content-quick-facts { margin: 0; padding: 22px 24px; border: 1px solid rgba(212,175,92,.25); border-radius: 18px; background: linear-gradient(145deg, rgba(212,175,92,.08), rgba(255,255,255,.025)); }
.content-quick-facts h2 { margin: 0 0 12px; font-size: 1.12rem; }
.content-quick-facts ul { margin: 0; padding-left: 20px; }
.content-guide-jump { padding: 22px 24px; border: 1px solid rgba(125,173,224,.22); border-radius: 18px; background: rgba(94,143,198,.055); }
.content-guide-jump h2 { margin: 0 0 12px; font-size: 1.12rem; }
.content-guide-jump ol { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.content-guide-jump a { display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 8px; align-items: baseline; color: #dce3ee; font-size: .92rem; line-height: 1.35; text-decoration: none; }
.content-guide-jump a span { color: #d4af5c; font-size: .74rem; font-weight: 850; letter-spacing: .08em; }
.content-guide-jump a:hover, .content-guide-jump a:focus-visible { color: #f2d793; text-decoration: underline; text-underline-offset: 3px; }
.content-supporting-visual { margin: 26px 0 8px; padding: 16px; border: 1px solid rgba(212,175,92,.16); border-radius: 18px; background: rgba(8,13,22,.68); }
.content-supporting-visual img { display: block; width: 100%; aspect-ratio: 16 / 9; border-radius: 12px; object-fit: contain; background: #090e17; }
.content-supporting-visual figcaption { margin-top: 10px; color: #929cad; font-size: .82rem; text-align: center; }
.content-guide-section { max-width: 76ch; scroll-margin-top: 24px; margin-top: 34px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.09); }
.content-guide-section__heading { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 12px; align-items: start; }
.content-guide-section__heading h2 { margin: 0 0 10px; text-wrap: balance; }
.content-guide-section__number { display: grid; place-items: center; width: 34px; height: 34px; margin-top: 1px; border: 1px solid rgba(212,175,92,.28); border-radius: 10px; color: #f1d38b; background: rgba(212,175,92,.07); font-size: .78rem; font-weight: 850; letter-spacing: .06em; }
.content-guide-section > p, .content-guide-section > ul { margin-left: 50px; }
.content-guide-section > p { max-width: 68ch; margin-top: 10px; margin-bottom: 10px; }
.content-guide-section > ul { display: grid; gap: 8px; max-width: 65ch; padding-left: 20px; }
.content-evidence-links { display: inline-flex; gap: 5px; margin-left: 5px; font-size: .72em; font-weight: 800; vertical-align: super; }
.content-evidence-links a { color: #d4af5c; text-decoration: none; }
.content-evidence-links a:hover, .content-evidence-links a:focus-visible { color: #f3d48b; text-decoration: underline; }
.content-guide-support, .content-review-note { margin-top: 34px; padding: 24px; border: 1px solid rgba(255,255,255,.09); border-radius: 18px; background: rgba(255,255,255,.025); }
.content-guide-support h2, .content-review-note h2 { margin-top: 0; }
.content-review-note { border-color: rgba(125,173,224,.2); background: rgba(94,143,198,.055); }
.content-action-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.content-action-card { display: grid; gap: 7px; padding: 17px; border: 1px solid rgba(212,175,92,.2); border-radius: 14px; background: rgba(212,175,92,.055); color: inherit; text-decoration: none; transition: border-color 140ms ease, transform 140ms ease, background 140ms ease; }
.content-action-card strong { color: #f1d38b; }
.content-action-card span { color: #bfc6d4; line-height: 1.5; }
.content-action-card:hover, .content-action-card:focus-visible { border-color: rgba(242,215,147,.55); background: rgba(212,175,92,.1); transform: translateY(-1px); }
.content-source-list { display: grid; gap: 12px; margin: 18px 0 0; padding: 0; list-style: none; }
.content-source-list li { display: grid; gap: 4px; padding: 14px 16px; border-left: 3px solid rgba(212,175,92,.55); background: rgba(0,0,0,.14); }
.content-source-list li span { color: #9da6b7; line-height: 1.5; }
.editorial-guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.editorial-guide-grid--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.editorial-guide-card { overflow: hidden; border: 1px solid rgba(212,175,92,.16); border-radius: 18px; background: rgba(10,15,24,.72); box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.editorial-guide-card__image { display: block; aspect-ratio: 16 / 8; overflow: hidden; background: #0a0f18; }
.editorial-guide-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 220ms ease; }
.editorial-guide-card:hover .editorial-guide-card__image img { transform: scale(1.025); }
.editorial-guide-card > div { padding: 18px; }
.editorial-guide-card h3 { margin: 4px 0 9px; line-height: 1.25; }
.editorial-guide-card h3 a { color: #f5dfaa; text-decoration: none; }
.editorial-guide-card p { margin: 0; color: #bfc6d4; line-height: 1.55; }
.guide-publication-section { display: grid; gap: 16px; padding: 24px; border: 1px solid rgba(212,175,92,.18); border-radius: 18px; background: rgba(17,21,32,.94); }
.guide-publication-section h2 { margin: 5px 0 0; }
.guide-category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 14px; }
.guide-category-card { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 16px; overflow: hidden; padding: 12px; border: 1px solid rgba(255,255,255,.09); border-radius: 16px; color: #edf0f7; background: rgba(255,255,255,.025); text-decoration: none; }
.guide-category-card img { width: 120px; height: 100%; min-height: 116px; border-radius: 12px; object-fit: cover; }
.guide-category-card span { display: grid; align-content: center; gap: 5px; }
.guide-category-card strong { color: #f1d38b; font-size: 1.03rem; }
.guide-category-card small { color: #e4e7ee; }
.guide-category-card em { color: #9fa8b8; font-size: .84rem; font-style: normal; line-height: 1.45; }
.guide-category-card:hover, .guide-category-card:focus-visible { border-color: rgba(212,175,92,.42); background: rgba(212,175,92,.07); }
@media (max-width: 820px) { .content-guide-hero, .content-guide-overview { grid-template-columns: 1fr; } .editorial-guide-grid, .editorial-guide-grid--compact { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .editorial-home__grid { grid-template-columns: 1fr; } .content-header { align-items: flex-start; flex-direction: column; } .content-article { padding: 26px 20px; } .content-action-grid { grid-template-columns: 1fr; } .guide-category-card { grid-template-columns: 1fr; } .guide-category-card img { width: 100%; height: auto; aspect-ratio: 16 / 8; } .content-guide-section > p, .content-guide-section > ul { margin-left: 0; } .content-guide-section__heading { grid-template-columns: 32px minmax(0, 1fr); gap: 9px; } .content-guide-section__number { width: 30px; height: 30px; } }
