:root{--navy:#03162d;--navy2:#061b35;--gold:#d9aa43;--gold2:#f0c65b;--paper:#f8f8f6;--muted:#cbd6e2;--ink:#314258;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--navy);color:#fffdf8;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.container{width:min(calc(100% - 104px),var(--max));margin:auto}.page-header{background:rgba(2,18,39,.98);border-bottom:1px solid rgba(255,255,255,.12)}.header-inner{min-height:82px;display:flex;align-items:center;gap:34px}.brand{width:184px;display:flex;align-items:center}.brand img{width:225px;height:auto}.page-header nav{display:flex;gap:30px;margin-left:auto;font-size:.9rem}.page-header nav a{padding:30px 0}.button{display:inline-flex;align-items:center;justify-content:center;gap:13px;padding:14px 20px;border-radius:5px;font-size:.9rem;font-weight:700}.button-small,.button-gold{background:var(--gold);color:#101b27}.button-gold:hover,.button-small:hover{background:var(--gold2)}.button-muted{border:1px solid #b9c4cf;color:#7b8794;background:transparent;cursor:not-allowed}.blog-hero{background:linear-gradient(135deg,#061b35,#0b2b50);padding:96px 0 104px}.hero-inner{max-width:850px}.eyebrow{margin:0 0 14px;color:var(--gold2);font-size:.7rem;letter-spacing:.18em;font-weight:700}.eyebrow.dark{color:#a47a21}.blog-hero h1,.container h2,.container h3{font-family:Georgia,'Times New Roman',serif}.blog-hero h1{max-width:800px;margin:0;font-size:clamp(2.7rem,5vw,4.5rem);line-height:1.03;letter-spacing:-.04em}.hero-subtitle{max-width:700px;margin:25px 0 0;color:#e6edf4;font-size:1.08rem;line-height:1.6}.featured-section,.categories-section{background:var(--paper);color:var(--navy);padding:78px 0}.section-heading{margin-bottom:28px}.container h2{margin:0;font-size:clamp(2rem,3.4vw,3rem);line-height:1.08;letter-spacing:-.03em}.empty-feature{display:grid;grid-template-columns:1.1fr 1fr;min-height:330px;border:1px solid #d9e0e6;background:#fff}.empty-media{display:grid;place-items:center;background:linear-gradient(145deg,#dce6ee,#f2f4f5);color:#647487;font-family:Georgia,serif;font-size:1.4rem}.empty-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:42px}.content-status{color:#a47a21;font-size:.68rem;font-weight:700;letter-spacing:.16em}.empty-copy h3{margin:16px 0 12px;color:var(--navy);font-size:1.6rem}.empty-copy p{max-width:430px;margin:0 0 24px;color:#526276;line-height:1.55}.categories-section{padding-top:0}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}.category-grid article{min-height:145px;padding:24px 22px;border-top:2px solid var(--gold);background:#fff}.category-grid h3{margin:0 0 10px;color:var(--navy);font-size:1.2rem}.category-grid p{margin:0;color:#536276;font-size:.88rem;line-height:1.5}.recent-section{padding:78px 0;background:var(--navy2)}.empty-recent{display:flex;min-height:245px;flex-direction:column;align-items:center;justify-content:center;padding:35px;border:1px solid rgba(255,255,255,.16);text-align:center}.empty-icon{display:grid;width:48px;height:48px;place-items:center;margin-bottom:16px;border:1px solid var(--gold);border-radius:50%;color:var(--gold2);font-size:1.2rem}.empty-recent h3{margin:0 0 10px;color:#fff;font-size:1.35rem}.empty-recent p{max-width:570px;margin:0;color:var(--muted);line-height:1.55}.blog-cta{padding:68px 0;background:var(--navy)}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-inner h2{max-width:700px;color:#fff}.cta-inner p{max-width:650px;margin:14px 0 0;color:var(--muted);line-height:1.5}.page-footer{background:#071b34}.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:34px;padding:29px 0 24px}.footer-grid img{width:200px}.footer-grid h2{margin:2px 0 8px;font-family:Arial,sans-serif;font-size:.75rem;color:var(--gold2);letter-spacing:0}.footer-grid p,.footer-grid a{color:#b9c6d5;font-size:.72rem;line-height:1.7}.social-links{display:flex;gap:12px}.social-links a:hover,.footer-bottom a:hover{color:var(--gold2)}.footer-bottom{display:flex;align-items:center;justify-content:flex-end;gap:25px;padding:13px 0 16px;border-top:1px solid rgba(255,255,255,.14)}.footer-bottom p{margin:0 auto 0 0;color:#aebccc;font-size:.68rem;line-height:1.55}.footer-bottom a{font-size:.68rem}@media(max-width:900px){.container{width:min(calc(100% - 48px),var(--max))}.page-header nav{gap:16px;font-size:.8rem}.empty-feature{grid-template-columns:1fr 1fr}.cta-inner{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.container{width:min(calc(100% - 36px),var(--max))}.header-inner{min-height:72px;justify-content:space-between}.brand{width:158px}.brand img{width:185px}.page-header nav,.button-small{display:none}.blog-hero{padding:68px 0 76px}.blog-hero h1{font-size:clamp(2.3rem,11vw,3.3rem)}.featured-section,.categories-section,.recent-section{padding:55px 0}.empty-feature{display:block}.empty-media{min-height:190px}.empty-copy{padding:28px 24px}.category-grid{grid-template-columns:1fr}.blog-cta{padding:55px 0}.cta-inner .button{width:100%}.footer-grid{display:flex;flex-direction:column;gap:21px;padding:28px 0 22px}.footer-grid img{width:185px}.footer-bottom{align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;gap:12px 20px}}

.featured-article{border:1px solid #d9e0e6;background:#fff;padding:42px 48px}
.featured-article-copy{max-width:850px}
.featured-article h3{margin:16px 0 14px;color:var(--navy);font-size:clamp(1.8rem,3.2vw,2.8rem);line-height:1.12;letter-spacing:-.025em}
.featured-article p{max-width:760px;margin:0 0 26px;color:#526276;line-height:1.65}
.editorial-note{max-width:760px;margin:0 auto;text-align:center}
.editorial-note h2{color:#fff}
.editorial-note > p:last-child{margin:16px auto 0;color:var(--muted);line-height:1.6}
@media(max-width:680px){.featured-article{padding:28px 24px}.featured-article h3{font-size:1.8rem}.featured-article .button{width:100%}}





.featured-article-with-cover{display:grid;grid-template-columns:minmax(260px, .8fr) 1fr;gap:38px;align-items:center}.featured-article-cover{display:block;width:100%;height:auto}.article-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.article-card{display:flex;min-width:0;flex-direction:column;background:#fff;border:1px solid rgba(255,255,255,.12);color:var(--navy)}.article-card>img{display:block;width:100%;height:auto}.article-card-body{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:27px}.article-card h3{margin:14px 0 12px;font-size:1.55rem;line-height:1.16}.article-card p{margin:0 0 18px;color:#526276;font-size:.92rem;line-height:1.58}.article-card time{margin-bottom:20px;color:#7b8794;font-size:.78rem}.article-card .button{margin-top:auto}.article-card:hover{border-color:var(--gold)}.article-card a:focus-visible,.article-card:focus-within{outline:2px solid var(--gold2);outline-offset:4px}@media(max-width:680px){.featured-article-with-cover{display:block}.featured-article-with-cover .featured-article-cover{margin-bottom:26px}.article-grid{grid-template-columns:1fr}.article-card h3{font-size:1.4rem}}

