:root { --journal-ink:#132019; --journal-deep:#0c2118; --journal-paper:#fbf8f1; --journal-leaf:#a8bd63; --journal-moss:#607a46; --journal-line:rgba(19,32,25,.14); }
* { box-sizing:border-box; }
body.blog-page, body.article-page { margin:0; background:var(--journal-paper); color:var(--journal-ink); font-family:"Segoe UI",Arial,sans-serif; }
.blog-nav { position:sticky; top:0; z-index:30; display:flex; min-height:84px; align-items:center; justify-content:space-between; gap:2rem; padding:0 clamp(1.25rem,5vw,5rem); border-bottom:1px solid var(--journal-line); background:rgba(251,248,241,.94); backdrop-filter:blur(14px); }
.blog-brand { width:190px; }
.blog-brand img { width:100%; height:64px; object-fit:contain; object-position:left center; }
.blog-nav nav { display:flex; align-items:center; gap:clamp(1rem,3vw,2.4rem); font-size:.75rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.journal-hero { display:grid; min-height:610px; grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr); align-items:end; gap:clamp(3rem,8vw,9rem); padding:clamp(6rem,10vw,10rem) clamp(1.25rem,6vw,7rem) clamp(4rem,7vw,6rem); overflow:hidden; background:var(--journal-deep); color:#fffdf8; }
.journal-hero::after { position:absolute; top:8rem; right:-12rem; width:40rem; height:40rem; border:1px solid rgba(168,189,99,.13); border-radius:50%; content:""; box-shadow:0 0 0 4rem rgba(168,189,99,.025),0 0 0 8rem rgba(168,189,99,.02); pointer-events:none; }
.journal-hero-copy { position:relative; z-index:1; max-width:880px; }
.journal-hero h1 { max-width:900px; margin:0 0 1.8rem; font-family:Georgia,"Times New Roman",serif; font-size:clamp(4.2rem,8.6vw,8.6rem); font-weight:500; letter-spacing:-.07em; line-height:.84; }
.journal-hero-copy>p:last-child { max-width:650px; margin:0; color:rgba(255,253,248,.68); font-size:1.08rem; line-height:1.8; }
.journal-search { position:relative; z-index:1; padding:2rem; border:1px solid rgba(255,255,255,.14); border-radius:1.3rem; background:rgba(255,255,255,.05); }
.journal-search label { display:block; margin-bottom:1rem; color:var(--journal-leaf); font-size:.72rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.journal-search div { display:flex; border-bottom:1px solid rgba(255,255,255,.45); }
.journal-search input { min-width:0; flex:1; padding:.9rem 0; border:0; outline:0; background:transparent; color:#fff; font-size:1rem; }
.journal-search input::placeholder { color:rgba(255,255,255,.45); }
.journal-search button { border:0; background:transparent; color:#fff; cursor:pointer; font-weight:800; }
.journal-shell { display:grid; width:min(1380px,calc(100% - 48px)); margin:0 auto; grid-template-columns:230px minmax(0,1fr); gap:clamp(3rem,6vw,7rem); padding:clamp(5rem,8vw,8rem) 0; }
.journal-filters { position:sticky; top:115px; align-self:start; }
.journal-filters>p { margin:0 0 1.2rem; color:var(--journal-moss); font-size:.68rem; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
.journal-filters a { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:.95rem 0; border-bottom:1px solid var(--journal-line); color:#526058; font-size:.88rem; }
.journal-filters a span { color:#879088; font-size:.72rem; }
.journal-filters a.is-active,.journal-filters a:hover { color:var(--journal-ink); font-weight:800; }
.journal-result-heading { margin-bottom:2.5rem; }
.journal-result-heading p { margin:0 0 .5rem; color:var(--journal-moss); font-size:.72rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.journal-result-heading h2 { margin:0; font-size:clamp(2rem,4vw,3.8rem); }
.featured-story { display:grid; min-height:560px; grid-template-columns:1.12fr .88fr; margin-bottom:clamp(4rem,7vw,7rem); overflow:hidden; border-radius:1.7rem; background:#efe9dd; box-shadow:0 30px 80px rgba(12,33,24,.08); }
.featured-story-media,.story-card-media { position:relative; display:block; overflow:hidden; background:color-mix(in srgb,var(--story-accent) 24%,var(--journal-deep)); }
.featured-story-media img,.story-card-media img { width:100%; height:100%; object-fit:cover; transition:transform .55s ease; }
.featured-story:hover img,.story-card:hover img { transform:scale(1.025); }
.featured-story-media span { position:absolute; right:2.2rem; bottom:2rem; color:#fff; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2rem,4vw,4rem); line-height:.9; text-align:right; }
.featured-story-copy { display:flex; flex-direction:column; justify-content:center; padding:clamp(2.5rem,5vw,5rem); border-top:5px solid var(--story-accent); }
.story-meta { display:flex; flex-wrap:wrap; gap:.55rem 1rem; color:#6e786f; font-size:.68rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.story-meta>*+*::before { margin-right:1rem; content:"•"; color:var(--story-accent); }
.featured-story h2 { margin:1.5rem 0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.7rem,5vw,5.4rem); font-weight:500; letter-spacing:-.055em; line-height:.92; }
.featured-story-copy>p { margin:0 0 2rem; color:#5f6a61; line-height:1.75; }
.story-link { display:inline-flex; align-items:center; gap:1rem; font-size:.78rem; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.story-link span { display:grid; width:2.5rem; height:2.5rem; place-items:center; border-radius:50%; background:var(--journal-deep); color:#fff; }
.story-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:clamp(1.5rem,3vw,2.5rem); }
.story-card { min-width:0; overflow:hidden; border:1px solid var(--journal-line); border-radius:1.35rem; background:#fffdf8; transition:transform .25s ease,box-shadow .25s ease; }
.story-card:hover { transform:translateY(-5px); box-shadow:0 25px 55px rgba(12,33,24,.1); }
.story-card-media { height:320px; }
.story-card-media span { position:absolute; left:1.5rem; bottom:1.4rem; color:#fff; font-size:.75rem; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.story-card-copy { padding:1.8rem; border-top:4px solid var(--story-accent); }
.story-card h2 { margin:1.1rem 0 .8rem; font-family:Georgia,"Times New Roman",serif; font-size:clamp(1.8rem,3vw,2.7rem); font-weight:500; letter-spacing:-.045em; line-height:1; }
.story-card-copy>p { display:-webkit-box; margin:0; overflow:hidden; color:#667169; line-height:1.65; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.story-card-foot { display:flex; align-items:center; justify-content:space-between; margin-top:1.6rem; padding-top:1.2rem; border-top:1px solid var(--journal-line); color:#788178; font-size:.72rem; font-weight:700; text-transform:uppercase; }
.story-card-foot a { display:grid; width:2.4rem; height:2.4rem; place-items:center; border-radius:50%; background:var(--journal-deep); color:#fff; }
.journal-empty,.article-not-found { padding:clamp(4rem,8vw,8rem); border:1px solid var(--journal-line); border-radius:1.5rem; text-align:center; }
.journal-empty span,.article-not-found>span { color:var(--journal-moss); font-size:.72rem; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.journal-empty h2,.article-not-found h1 { margin:1rem 0; font-size:clamp(3rem,7vw,6.5rem); }
.journal-footer { display:flex; align-items:flex-end; justify-content:space-between; gap:3rem; padding:clamp(3rem,6vw,6rem); background:var(--journal-deep); color:#fffdf8; }
.journal-footer img { width:180px; filter:brightness(0) invert(1); }
.journal-footer p { margin:1rem 0 0; color:rgba(255,255,255,.57); }
.journal-footer>div:last-child { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:1.5rem; font-size:.78rem; font-weight:800; text-transform:uppercase; }

.article-hero { display:grid; min-height:700px; grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr); background:var(--journal-deep); color:#fff; }
.article-heading { display:flex; flex-direction:column; justify-content:flex-end; padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,7rem); }
.article-back { align-self:flex-start; margin-bottom:auto; color:var(--journal-leaf); font-size:.75rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.article-heading .story-meta { color:rgba(255,255,255,.62); }
.article-heading h1 { max-width:900px; margin:1.5rem 0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(4rem,7vw,7.5rem); font-weight:500; letter-spacing:-.065em; line-height:.87; }
.article-heading>p { max-width:720px; color:rgba(255,255,255,.68); font-size:1.12rem; line-height:1.75; }
.article-byline { display:flex; align-items:center; gap:.7rem; margin-top:2rem; font-size:.75rem; }
.article-byline span { color:rgba(255,255,255,.48); }
.article-cover { position:relative; min-height:620px; overflow:hidden; background:color-mix(in srgb,var(--story-accent) 24%,#091811); }
.article-cover::after { position:absolute; inset:1.5rem; border:1px solid rgba(255,255,255,.25); border-radius:1rem; content:""; pointer-events:none; }
.article-cover img { width:100%; height:100%; object-fit:cover; }
.article-cover>span { position:absolute; right:3rem; bottom:3rem; color:#fff; font-family:Georgia,"Times New Roman",serif; font-size:clamp(3rem,5vw,6rem); line-height:.88; text-align:right; }
.article-layout { display:grid; width:min(1060px,calc(100% - 40px)); margin:0 auto; grid-template-columns:70px minmax(0,760px); justify-content:center; gap:clamp(2rem,5vw,5rem); padding:clamp(5rem,8vw,8rem) 0; }
.article-share { position:sticky; top:120px; display:flex; height:max-content; flex-direction:column; align-items:center; gap:.7rem; }
.article-share>span { margin-bottom:.4rem; color:#7b847d; font-size:.62rem; font-weight:900; letter-spacing:.12em; text-transform:uppercase; writing-mode:vertical-rl; }
.article-share a,.article-share button { display:grid; width:2.8rem; height:2.8rem; place-items:center; border:1px solid var(--journal-line); border-radius:50%; background:transparent; color:var(--journal-ink); cursor:pointer; font-size:.7rem; font-weight:800; }
.article-body { min-width:0; color:#28352d; font-family:Georgia,"Times New Roman",serif; font-size:1.14rem; line-height:1.85; }
.article-body>p:first-child { font-size:1.35rem; }
.article-body h2,.article-body h3,.article-body h4 { margin:2.8em 0 .7em; color:var(--journal-ink); font-weight:500; letter-spacing:-.04em; line-height:1; }
.article-body h2 { font-size:clamp(2.6rem,5vw,4.6rem); }
.article-body h3 { font-size:clamp(2rem,4vw,3.3rem); }
.article-body a { color:#315e40; text-decoration:underline; text-decoration-color:var(--story-accent); text-underline-offset:.2em; }
.article-body blockquote,.article-callout { margin:2.5rem 0; padding:2rem 2.2rem; border-left:5px solid var(--story-accent); background:#f0ebdf; color:#26382e; font-size:1.35rem; line-height:1.55; }
.article-body img,.article-body video { width:100%; height:auto; border-radius:1rem; }
.article-body figure { margin:2.7rem 0; }
.article-body figcaption { margin-top:.8rem; color:#778078; font-family:"Segoe UI",Arial,sans-serif; font-size:.75rem; line-height:1.5; }
.article-video { position:relative; overflow:hidden; border-radius:1rem; background:#000; aspect-ratio:16/9; }
.article-video iframe,.article-video video { width:100%; height:100%; border:0; }
.article-tags { display:flex; width:min(760px,calc(100% - 40px)); margin:0 auto clamp(5rem,8vw,8rem); flex-wrap:wrap; align-items:center; gap:.7rem; padding-top:2rem; border-top:1px solid var(--journal-line); }
.article-tags span { margin-right:.4rem; color:#6f7a72; font-size:.7rem; font-weight:900; text-transform:uppercase; }
.article-tags a { padding:.55rem .85rem; border:1px solid var(--journal-line); border-radius:999px; font-size:.75rem; }
.article-cta { display:flex; align-items:flex-end; justify-content:space-between; gap:3rem; padding:clamp(4rem,7vw,7rem); background:#e9e2d4; }
.article-cta span { color:var(--journal-moss); font-size:.72rem; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.article-cta h2 { max-width:900px; margin:1rem 0 0; font-size:clamp(3rem,6vw,6.5rem); }

@media (max-width:980px) {
  .journal-hero,.featured-story,.article-hero { grid-template-columns:1fr; }
  .journal-hero { min-height:0; }
  .journal-hero::after { display:none; }
  .journal-search { max-width:620px; }
  .journal-shell { grid-template-columns:1fr; }
  .journal-filters { position:static; display:flex; overflow-x:auto; gap:.7rem; padding-bottom:.5rem; }
  .journal-filters>p { display:none; }
  .journal-filters a { min-width:max-content; padding:.7rem 1rem; border:1px solid var(--journal-line); border-radius:999px; }
  .featured-story-media { min-height:420px; }
  .article-cover { min-height:500px; order:-1; }
  .article-heading { min-height:600px; }
}
@media (max-width:700px) {
  .blog-nav { min-height:72px; padding:0 1rem; }
  .blog-brand { width:145px; }
  .blog-brand img { height:54px; }
  .blog-nav nav>a:not(.button) { display:none; }
  .journal-hero { padding:5rem 1rem 3.5rem; gap:3rem; }
  .journal-hero h1 { font-size:clamp(3.8rem,18vw,5.8rem); }
  .journal-search { padding:1.4rem; }
  .journal-shell { width:calc(100% - 24px); padding:4rem 0; }
  .story-grid { grid-template-columns:1fr; }
  .featured-story-media { min-height:330px; }
  .story-card-media { height:270px; }
  .journal-footer,.article-cta { align-items:flex-start; flex-direction:column; }
  .journal-footer>div:last-child { justify-content:flex-start; }
  .article-heading { min-height:560px; padding:4rem 1rem; }
  .article-heading h1 { font-size:clamp(3.6rem,16vw,5.5rem); }
  .article-cover { min-height:360px; }
  .article-layout { grid-template-columns:1fr; }
  .article-share { position:static; flex-direction:row; justify-content:flex-start; }
  .article-share>span { writing-mode:initial; }
}
