
:root{--ink:#172033;--paper:#f8f1e4;--paper2:#fffaf0;--line:#dfcfb3;--gold:#b7832f;--wine:#6f2331;--blue:#243d5a;--muted:#6f6558;--shadow:0 18px 50px rgba(24,21,16,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Georgia,'Times New Roman',serif;background:radial-gradient(circle at top,#fff9ec 0,#f5ead6 34%,#e9dcc3 100%);color:var(--ink);line-height:1.72;font-size:18px}.site-wrap{min-height:100vh;display:flex;flex-direction:column}a{color:#7c2d3c;text-decoration-thickness:.08em;text-underline-offset:.16em}a:hover{color:#39243f}.top-ribbon{height:8px;background:linear-gradient(90deg,var(--wine),var(--gold),var(--blue))}.site-header{background:rgba(255,250,240,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;backdrop-filter:blur(8px)}.header-inner{max-width:1180px;margin:0 auto;padding:.85rem 1rem;display:flex;gap:1.25rem;align-items:center;justify-content:space-between}.brand{display:flex;gap:.8rem;align-items:center;text-decoration:none;color:var(--ink)}.brand img{height:54px;width:auto;display:block}.brand-text{display:flex;flex-direction:column}.brand-title{font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:1.05rem}.brand-tagline{font-size:.86rem;color:var(--muted);font-style:italic}.nav{display:flex;gap:.3rem;align-items:center;flex-wrap:wrap;justify-content:flex-end}.nav a{font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:.88rem;text-decoration:none;color:var(--ink);padding:.45rem .65rem;border-radius:999px}.nav a:hover,.nav a[aria-current="page"]{background:#efe0c4;color:#451f27}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(36,61,90,.96),rgba(111,35,49,.93)),url('../assets/site/hero-collage.jpg');background-size:cover;background-position:center;color:white}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.22));pointer-events:none}.hero-inner{position:relative;z-index:1;max-width:1180px;margin:0 auto;padding:4.2rem 1rem 4.6rem}.eyebrow{display:inline-block;font-family:system-ui,-apple-system,Segoe UI,sans-serif;text-transform:uppercase;letter-spacing:.15em;font-size:.78rem;color:#ffe6af;margin-bottom:.75rem}.hero h1{font-size:clamp(2.45rem,6vw,5rem);line-height:.96;margin:.1rem 0 1rem;max-width:900px}.hero p{font-size:1.25rem;max-width:850px;margin:0;color:#fff5df}.hero-actions{margin-top:1.6rem;display:flex;gap:.75rem;flex-wrap:wrap}.button{display:inline-block;text-decoration:none;font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-weight:700;border-radius:999px;padding:.78rem 1.05rem;background:var(--gold);color:#21180a;box-shadow:0 10px 26px rgba(0,0,0,.18)}.button.secondary{background:rgba(255,255,255,.12);color:white;border:1px solid rgba(255,255,255,.45)}.main{max-width:1180px;width:100%;margin:0 auto;padding:2rem 1rem 3rem;display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:2rem;align-items:start}.content-card{background:rgba(255,250,240,.92);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;padding:clamp(1.1rem,3vw,2rem)}.full-width{grid-column:1/-1}.section-grid,.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.05rem}.section-card,.article-card{background:var(--paper2);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(24,21,16,.08);display:flex;flex-direction:column;min-height:100%}.section-card .card-pad,.article-card .card-pad{padding:1rem}.article-card img,.feature-card img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;background:#e8dbc4}.article-card h3,.section-card h3{margin:.1rem 0 .45rem;font-size:1.18rem;line-height:1.2}.meta{font-family:system-ui,-apple-system,Segoe UI,sans-serif;color:var(--muted);font-size:.9rem}.kicker{color:var(--wine);font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.12em;font-size:.76rem}.intro-copy{font-size:1.08rem}.article-header{margin-bottom:1.35rem;border-bottom:1px solid var(--line);padding-bottom:1rem}.article-header h1{font-size:clamp(2rem,4vw,3.4rem);line-height:1.04;margin:.25rem 0 .8rem}.byline{font-family:system-ui,-apple-system,Segoe UI,sans-serif;color:var(--muted);font-size:.95rem}.byline a{font-weight:700}.article-body h2{font-size:1.55rem;margin:1.6rem 0 .35rem;color:#3f2733}.article-body h3{font-size:1.25rem;margin:1.35rem 0 .25rem;color:#3f2733}.article-body p{margin:0 0 1.05rem}.article-body ul,.article-body ol{padding-left:1.4rem}.article-figure{margin:1.55rem auto 1.75rem;padding:.7rem;background:#fff;border:1px solid #d7c5a3;box-shadow:0 12px 28px rgba(20,20,20,.12);max-width:920px}.article-figure img{display:block;width:100%;height:auto}.article-figure figcaption{font-size:.92rem;color:#675d51;margin-top:.55rem;font-style:italic;text-align:center}.article-footer-nav{border-top:1px solid var(--line);margin-top:2rem;padding-top:1rem;display:flex;gap:.8rem;justify-content:space-between;flex-wrap:wrap}.sidebar{position:sticky;top:92px}.side-box{background:rgba(255,250,240,.92);border:1px solid var(--line);border-radius:20px;padding:1rem;margin-bottom:1rem;box-shadow:0 10px 30px rgba(24,21,16,.09)}.side-box h2,.side-box h3{margin:.1rem 0 .65rem;font-size:1.1rem}.side-list{list-style:none;margin:0;padding:0}.side-list li{border-top:1px solid #e8dac2;padding:.55rem 0}.side-list li:first-child{border-top:0}.side-list a{text-decoration:none;font-weight:700}.breadcrumb{font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:.9rem;color:var(--muted);margin-bottom:1rem}.breadcrumb a{text-decoration:none}.author-box{display:flex;gap:1rem;align-items:center;background:#fff5e2;border:1px solid var(--line);border-radius:18px;padding:1rem;margin:1.5rem 0}.author-box img{width:88px;height:88px;border-radius:50%;border:4px solid #fff;box-shadow:0 8px 22px rgba(0,0,0,.13)}.policy h1,.section-page h1,.author-page h1{font-size:clamp(2rem,4vw,3.1rem);line-height:1.1;margin:.2rem 0 .7rem}.contact-form{display:grid;gap:.8rem}.contact-form label{font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-weight:700}.contact-form input,.contact-form textarea{width:100%;padding:.8rem;border:1px solid #cbb997;border-radius:12px;background:white;font:inherit}.contact-form button{border:0;cursor:pointer}.site-footer{margin-top:auto;background:#151d2b;color:#f8ecd8;border-top:6px solid var(--gold)}.footer-inner{max-width:1180px;margin:0 auto;padding:1.75rem 1rem;display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:1.2rem}.site-footer a{color:#ffe0a0}.footer-links{display:flex;flex-direction:column;gap:.25rem;font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:.94rem}.copyright{max-width:1180px;margin:0 auto;padding:0 1rem 1.25rem;color:#cfc3af;font-size:.9rem}.table-wrap{overflow-x:auto}.two-col{columns:2;column-gap:2rem}.alert-note{border-left:5px solid var(--gold);background:#fff4da;padding:1rem;border-radius:12px}.ad-slot{display:none!important}.skip-link{position:absolute;left:-999px;top:auto}.skip-link:focus{left:1rem;top:1rem;background:white;color:#000;z-index:1000;padding:.6rem;border-radius:.4rem}
@media(max-width:940px){.main{grid-template-columns:1fr}.sidebar{position:static}.section-grid,.article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-inner{grid-template-columns:1fr}.header-inner{align-items:flex-start;flex-direction:column}.nav{justify-content:flex-start}.hero-inner{padding:3rem 1rem}}
@media(max-width:620px){body{font-size:17px}.section-grid,.article-grid{grid-template-columns:1fr}.brand img{height:42px}.nav a{padding:.38rem .5rem}.content-card{border-radius:16px}.hero h1{font-size:2.35rem}.article-footer-nav{display:block}.article-footer-nav a{display:block;margin:.4rem 0}.two-col{columns:1}}

/* Improved contrast for previous-article navigation buttons on light article pages. */
.article-footer-nav .button.secondary{
  background:#fffaf0;
  color:#2b1d0d;
  border:1px solid #c9ad78;
  text-shadow:none;
}
.article-footer-nav .button.secondary:hover,
.article-footer-nav .button.secondary:focus{
  background:#efe0c4;
  color:#451f27;
}
