:root{--ink:#1f1816;--paper:#fffdfb;--muted:#6b5e58;--accent:#c23028;--accent-soft:#fbe9e7;--accent-deep:#8f1d18;--line:#eadfd8;--surface:#f6efe9;--surface-strong:#efe4db;--footer-bg:#2a221f;--footer-muted:#c9bdb4;--radius:.5rem;--max:80rem;--header-max:90rem;--header-h:3.5rem;--font:system-ui, -apple-system, "Segoe UI", sans-serif}*,:before,:after{box-sizing:border-box}html,body{min-height:100%;margin:0;padding:0}body{font-family:var(--font);color:var(--ink);background:radial-gradient(1200px 420px at 10% -10%, #c2302814, transparent 60%), radial-gradient(900px 380px at 100% 0%, #efe4dbe6, transparent 55%), var(--paper);-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.55}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit}.site{flex-direction:column;min-height:100dvh;display:flex}.site-main{flex:1;width:100%}.site-wrap{width:100%;max-width:var(--max);margin:0 auto;padding:0 1rem}@media (min-width:768px){.site-wrap{padding:0 1.5rem}}.site-header{z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);background:#fffdfbeb;position:sticky;top:0}.site-header__bar{min-height:var(--header-h);max-width:var(--header-max);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:0 1rem;display:flex}@media (min-width:768px){.site-header__bar{padding:0 1.75rem}}.site-logo{letter-spacing:-.02em;color:var(--accent-deep);font-size:1.05rem;font-weight:750}.site-logo:hover{color:var(--accent)}.site-header__menu-btn{border:1px solid var(--line);border-radius:var(--radius);background:var(--accent-soft);width:2.5rem;height:2.5rem;color:var(--accent-deep);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}@media (min-width:1024px){.site-header__menu-btn{display:none}}.site-nav-desktop{flex-wrap:wrap;flex:1;justify-content:flex-end;align-items:center;gap:.2rem;display:none}@media (min-width:1024px){.site-nav-desktop{display:flex}}.site-nav-desktop a{color:var(--muted);border-radius:.25rem;padding:.35rem .45rem;font-size:.78rem;font-weight:600}.site-nav-desktop a:hover{color:var(--accent)}.site-nav-desktop a.is-active{color:var(--accent);background:var(--accent-soft)}.site-nav-panel{border-top:1px solid var(--line);background:var(--paper);padding:.75rem 1rem 1rem;display:none}.site-nav-panel.is-open{display:block}@media (min-width:1024px){.site-nav-panel{display:none!important}}.site-nav-panel nav{flex-direction:column;gap:.15rem;display:flex}.site-nav-panel a{color:var(--ink);border-radius:var(--radius);padding:.65rem .5rem;font-size:.95rem;font-weight:600;display:block}.site-nav-panel a.is-active,.site-nav-panel a:hover{background:var(--surface);color:var(--accent)}.section{padding:1.5rem 0}.section+.section{border-top:1px solid var(--line)}.section:nth-of-type(odd){background:0 0}.section__head{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1rem;display:flex}.section__title{letter-spacing:-.02em;color:var(--accent-deep);margin:0;font-size:1.15rem;font-weight:750}.section__title:after{content:"";background:var(--accent);width:2rem;height:2px;margin-top:.4rem;display:block}.section__more{color:var(--accent);white-space:nowrap;font-size:.85rem;font-weight:650}.featured{gap:1rem;padding:1rem 0 .5rem;display:grid}@media (min-width:768px){.featured{grid-template-columns:1.4fr 1fr;align-items:stretch;gap:1.25rem}}.featured__main{color:inherit;display:block}.featured__main:hover .featured__title{color:var(--accent)}.featured__media{aspect-ratio:16/10;border-radius:var(--radius);background:var(--surface);margin-bottom:.75rem;overflow:hidden}.featured__media img{object-fit:cover;width:100%;height:100%}.featured__kicker{letter-spacing:.06em;text-transform:uppercase;color:var(--accent-deep);background:var(--accent-soft);border-radius:.25rem;margin:0 0 .35rem;padding:.2rem .5rem;font-size:.72rem;font-weight:700;display:inline-block}.featured__title{letter-spacing:-.02em;margin:0 0 .5rem;font-size:clamp(1.35rem,4vw,1.85rem);font-weight:750;line-height:1.2}.featured__excerpt{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.95rem;display:-webkit-box;overflow:hidden}.featured__side{border-top:1px solid var(--line);flex-direction:column;gap:0;display:flex}@media (min-width:768px){.featured__side{border-top:none;border-left:1px solid var(--line);padding-left:1.25rem}}.story-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.story-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.story-grid--3{grid-template-columns:repeat(3,1fr)}}.story-card{height:100%;color:inherit;border:1px solid var(--line);border-radius:var(--radius);background:#fff;flex-direction:column;transition:border-color .15s,transform .15s,box-shadow .15s;display:flex;overflow:hidden;box-shadow:0 6px 18px #2a221f0d}.story-card:hover{border-color:#dfc9bc;transform:translateY(-2px);box-shadow:0 10px 24px #2a221f1a}.story-card__media{aspect-ratio:16/10;background:var(--surface);overflow:hidden}.story-card__media img{object-fit:cover;width:100%;height:100%}.story-card__body{flex-direction:column;flex:1;gap:.4rem;padding:.85rem .9rem 1rem;display:flex}.story-card__title{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:1rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.story-card:hover .story-card__title{color:var(--accent)}.story-card__text{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.875rem;display:-webkit-box;overflow:hidden}.story-card__cta{color:var(--accent);margin-top:auto;padding-top:.5rem;font-size:.8rem;font-weight:700}.story-list{flex-direction:column;display:flex}.story-row{border-bottom:1px solid var(--line);color:inherit;grid-template-columns:5.5rem 1fr;align-items:start;gap:.85rem;padding:.85rem 0;display:grid}@media (min-width:640px){.story-row{grid-template-columns:7.5rem 1fr;gap:1rem}}.story-row:first-child{padding-top:0}.story-row:hover .story-row__title{color:var(--accent)}.story-row__media{aspect-ratio:1;background:var(--surface);border-radius:.35rem;overflow:hidden}.story-row__media img{object-fit:cover;width:100%;height:100%}.story-row__title{margin:0 0 .25rem;font-size:.95rem;font-weight:700;line-height:1.3}.story-row__text{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.82rem;display:-webkit-box;overflow:hidden}.article-layout{gap:1.75rem;padding:1.25rem 0 2.5rem;display:grid}@media (min-width:960px){.article-layout{grid-template-columns:minmax(0,1fr) 17.5rem;align-items:start;gap:2rem}}.article-main{min-width:0;max-width:48rem}.article-sidebar{flex-direction:column;gap:1.25rem;min-width:0;display:flex}@media (min-width:960px){.article-sidebar{top:calc(var(--header-h) + .75rem);position:sticky}}.article-rail{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg, #fff 0%, var(--surface) 140%);padding:1rem}.article-rail__title{letter-spacing:-.01em;margin:0 0 .75rem;font-size:.95rem;font-weight:750}.article-rail__title:after{content:"";background:var(--accent);width:1.75rem;height:2px;margin-top:.4rem;display:block}.article-rail__more{color:var(--accent);margin-top:.75rem;font-size:.85rem;font-weight:700;display:inline-block}.article-rail__cats{margin:0;padding:0;list-style:none}.article-rail__cats li{border-bottom:1px solid var(--line)}.article-rail__cats li:last-child{border-bottom:none}.article-rail__cats a{color:var(--muted);padding:.55rem 0;font-size:.875rem;font-weight:600;display:block}.article-rail__cats a:hover{color:var(--accent)}.article-sidebar .story-row{grid-template-columns:4.25rem 1fr;gap:.65rem;padding:.65rem 0}.article-sidebar .story-row__title{font-size:.85rem}.article-sidebar .story-row__text{-webkit-line-clamp:2;font-size:.75rem}.article{max-width:42rem;margin-left:auto;margin-right:auto;padding:1.25rem 0 2rem}.article__meta{color:var(--muted);flex-wrap:wrap;gap:.75rem 1.25rem;margin:0 0 1rem;font-size:.85rem;display:flex}.article__title{letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(1.5rem,4.5vw,2.15rem);font-weight:750;line-height:1.2}.article__toc{background:var(--accent-soft);border-radius:var(--radius);border:1px solid #f0cfc9;margin:0 0 1.25rem;padding:.85rem 1rem}.article__toc h2{text-transform:uppercase;letter-spacing:.04em;margin:0 0 .5rem;font-size:.85rem;font-weight:750}.article__toc ul{margin:0;padding-left:1.1rem}.article__toc li{margin:.3rem 0}.article__toc a{color:var(--ink);font-size:.9rem;font-weight:600}.article__toc a:hover{color:var(--accent)}.article__intro{color:var(--ink);margin:0 0 1.25rem;font-size:1.05rem}.article__body h2{margin:1.5rem 0 .65rem;font-size:1.2rem;font-weight:750}.article__body p{color:#2a2a2a;margin:0 0 1rem}.article__figure{margin:0 0 1.25rem}.article__figure img{border-radius:var(--radius);width:100%;height:auto}.article__caption{color:var(--muted);margin:.4rem 0 0;font-size:.8rem}.article-related{border-top:1px solid var(--line);margin-top:2rem;padding-top:1.25rem}.article-related h2{margin:0 0 .75rem;font-size:1.1rem;font-weight:750}.legal{max-width:42rem;margin-left:auto;margin-right:auto;padding:1.5rem 0 2.5rem}.legal h1{margin:0 0 1rem;font-size:1.75rem;font-weight:750}.legal h2{margin:1.5rem 0 .5rem;font-size:1.1rem}.legal p,.legal li{color:#2a2a2a}.legal a,.legal .hl{color:var(--accent);font-weight:650}.legal ol{padding-left:1.2rem}.news-ad{justify-content:center;width:100%;min-height:15.625rem;margin:1rem auto;display:flex}.site-footer{background:var(--footer-bg);color:#fff;border-top:none;margin-top:auto;padding:1.75rem 0 2.25rem}.site-footer__brand{color:#fff;font-size:1rem;font-weight:750}.site-footer__links a{color:var(--footer-muted);font-size:.875rem;font-weight:600}.site-footer__links a:hover{color:#fff}.site-footer__copy{color:var(--footer-muted);margin:.75rem 0 0;font-size:.8rem}.site-footer__slogan{color:var(--footer-muted);max-width:28rem;margin:.75rem 0 0;font-size:.9rem}.site-footer__inner{flex-direction:column;gap:1rem;display:flex}@media (min-width:768px){.site-footer__inner{flex-direction:row;justify-content:space-between;align-items:flex-start}}.site-footer__links{flex-wrap:wrap;gap:.75rem 1.25rem;display:flex}.no-data{color:var(--muted);margin:0;font-size:.95rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}ins{display:block!important}
