.editorial-page { background:#151713; color:#f6f4ed; padding:clamp(42px,7vw,100px) clamp(20px,5vw,72px) 110px; min-height:55vh; }
.editorial-page__inner { max-width:1280px; margin:auto; }
.editorial-kicker { color:#efbb65; font-size:11px; font-weight:800; letter-spacing:.18em; text-transform:uppercase; }
.editorial-page h1 { color:#fff; font-size:clamp(38px,6vw,82px); line-height:1.04; letter-spacing:-.045em; font-weight:800; margin:18px 0 20px; }
.editorial-page h1 em { color:#efbb65; font-style:normal; }
.editorial-lead { max-width:720px; color:#b9b8af; font-size:clamp(15px,1.7vw,19px); line-height:1.7; margin:0 0 46px; }
.editorial-actions { display:flex; flex-wrap:wrap; align-items:center; gap:16px; margin-top:28px; }
.editorial-actions a { display:inline-flex; justify-content:center; padding:13px 20px; border:1px solid #9b7946; border-radius:5px; color:#efbb65; font-weight:700; font-size:13px; }
.editorial-actions a:hover { background:#efbb65; color:#151713; }
.fame-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.fame-card { background:#20231e; border:1px solid #484438; border-radius:8px; overflow:hidden; }
.fame-card__image { width:100%; height:240px; object-fit:cover; display:block; }
.fame-card__body { padding:28px; }
.fame-card__tag { color:#efbb65; font-size:11px; letter-spacing:.14em; font-weight:800; text-transform:uppercase; }
.fame-card h2 { color:#fff; font-size:clamp(23px,2.7vw,34px); line-height:1.2; margin:14px 0 20px; }
.fame-card ul { list-style:none; margin:0; padding:0; display:grid; gap:12px; }
.fame-card li { border-top:1px solid #3b3d34; padding-top:12px; color:#d5d3ca; line-height:1.5; }
.fame-card a { color:#efbb65; display:inline-block; margin-top:24px; font-weight:700; }
.fame-empty { border:1px solid #554932; background:linear-gradient(130deg,#25271e,#1a1b17); padding:clamp(28px,5vw,56px); border-radius:8px; }
.fame-empty h2 { font-size:clamp(24px,4vw,42px); margin:0 0 12px; color:#fff; }
.fame-empty p { color:#b9b8af; max-width:630px; line-height:1.7; }
.fame-pagination { display:flex; gap:18px; margin-top:32px; align-items:center; color:#b9b8af; }
.fame-pagination a { color:#efbb65; }
.policy-sheet { max-width:930px; background:#20231e; border:1px solid #464337; border-radius:8px; padding:clamp(25px,5vw,60px); color:#dedbd2; line-height:1.85; overflow-wrap:anywhere; }
.policy-sheet h2,.policy-sheet h3 { color:#fff; margin:28px 0 12px; }
.policy-sheet p,.policy-sheet li { font-size:15px; line-height:1.85; }
.policy-sheet p:first-child { margin-top:0; }
.policy-sheet a { color:#efbb65; text-decoration:underline; }
.policy-sheet ol,.policy-sheet ul { padding-left:24px; }
.editorial-article { max-width:950px; }
.editorial-article__image { width:100%; max-height:520px; object-fit:cover; border:1px solid #464337; border-radius:7px; margin:0 0 26px; }
.editorial-article__meta { color:#efbb65; font-size:12px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; margin:0 0 30px; }
@media(max-width:760px) { .fame-grid { grid-template-columns:1fr; }.fame-card__image { height:190px; }.editorial-page { padding-bottom:75px; } }
