:root{
  --ink:#2a3f3f;
  --green:#467750;
  --sage:#89c07e;
  --mist:#e0e8e2;
  --sand:#f0cd6e;
  --bg:#fbfcfa;
  --text:#111;
  --muted:rgba(0,0,0,.62);
  --border:rgba(0,0,0,.10);
  --accent:var(--green);
  --radius:0.9rem;
  --shadow:0 12px 28px rgba(0,0,0,0.08);

  --font-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-serif: Georgia, "Times New Roman", Times, serif;
}

*{ box-sizing:border-box; margin:0; padding:0; }
img{ max-width:100%; display:block; }
a{ color:inherit; }

body{
  font-family: var(--font-sans);
  background: radial-gradient(circle at top, var(--mist) 0, var(--bg) 55%, #fff 100%);
  color: var(--text);
  line-height:1.6;
}

.container{
  width: min(1220px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.site-header{
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}

.header-top{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(280px,1fr);
  grid-template-areas:"date brand search";
  align-items:center;
  gap:1.25rem;
  min-height:118px;
  padding:1rem 0 0.9rem;
}

.header-left{
  grid-area:date;
  justify-self:start;
  display:flex;
  align-items:center;
  min-width:0;
}

.header-date{
  color: var(--ink);
  font-size:clamp(0.9rem, 1.6vw, 1.05rem);
  font-weight:700;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.brand{
  grid-area:brand;
  justify-self:center;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0.9rem;
  text-decoration:none;
  min-width:0;
  max-width:100%;
}

.brand-logo{
  width:56px;
  height:56px;
  border-radius:1rem;
  object-fit:cover;
  box-shadow: 0 6px 16px rgba(0,0,0,0.10);
}

.brand-name{
  font-weight:1000;
  font-size:clamp(2.2rem, 4.2vw, 3rem);
  line-height:1;
  letter-spacing:0.01em;
  color:var(--ink);
  white-space:nowrap;
}

.header-search{
  grid-area:search;
  justify-self:end;
  display:flex;
  gap:0.55rem;
  align-items:center;
  width:min(320px, 100%);
  min-width:0;
  margin-left:auto;
}

.search-input{
  flex:1 1 auto;
  min-width:0;
  padding:0.72rem 0.85rem;
  border-radius:0.8rem;
  border:1px solid var(--border);
  background:#fff;
  font-size:0.95rem;
  outline:none;
}

.search-button{
  flex:0 0 auto;
  padding:0.72rem 0.95rem;
  border-radius:0.8rem;
  border:1px solid rgba(0,0,0,0.12);
  background:var(--sand);
  cursor:pointer;
  font-weight:900;
  font-size:0.95rem;
  color:#111;
}

.navbar{
  background: linear-gradient(90deg, rgba(137,192,126,0.35), rgba(240,205,110,0.35));
  border-top: 1px solid rgba(0,0,0,0.06);
}

.nav-inner{
  display:flex;
  justify-content:center;
  padding:0.8rem 0;
}

.nav-links{
  display:flex;
  flex-wrap:wrap;
  gap:1rem 2rem;
  align-items:center;
  justify-content:center;
}

.nav-links a{
  text-decoration:none;
  font-weight:950;
  text-transform: uppercase;
  letter-spacing:0.06em;
  font-size:1rem;
  padding:0.35rem 0.45rem;
  border-radius:0.5rem;
  color:var(--ink);
}

.nav-links a[aria-current="page"]{
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}

.site-main{
  padding: 1.9rem 0 2.8rem;
}

.section{
  margin-top: 2.4rem;
}

.section-header h2{
  font-size:1.55rem;
  color:var(--ink);
  margin-bottom:0.25rem;
}

.section-header p,
.muted{
  color: var(--muted);
}


.home-grid-3{
  display:grid;
  grid-template-columns: 1.55fr 1.1fr 0.95fr;
  gap:1.35rem;
  margin-top:1.35rem;
  align-items:start;
}

.home-col{
  display:flex;
  flex-direction:column;
  gap:1rem;
}

.home-card{
  overflow:hidden;
}

.home-card .article-card-content{
  padding:1rem 1.05rem 1.05rem;
}

.home-card h3{
  margin-bottom:0.7rem;
}

.home-card-main .article-card-image-wrap{
  aspect-ratio:16/9;
}

.home-card-main h3{
  font-size:clamp(1.9rem, 3.2vw, 2.85rem);
  line-height:1.08;
  margin-bottom:0.85rem;
}

.home-card-main .article-meta{
  gap:0.45rem;
  font-size:1.05rem;
  margin-top:0.2rem;
}

.home-card-medium h3{
  font-size:1.45rem;
  line-height:1.16;
}

.home-card-compact .article-card-image-wrap{
  aspect-ratio:16/10;
}

.home-card-compact h3{
  font-size:1.08rem;
  line-height:1.22;
  margin-bottom:0.55rem;
}

.home-card-tight .article-card-content{
  padding:0.9rem 0.95rem 0.95rem;
}

.home-card-tight .article-meta{
  font-size:0.94rem;
}


 .issue-pdf-label,
.article-card-kicker{
  font-size:0.78rem;
  text-transform:uppercase;
  letter-spacing:0.14em;
  color:var(--green);
  font-weight:800;
}

.hero-main-title{
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  line-height:1.08;
}

.hero-main-title a,
.center-title a,
.center-card-title a,
.right-title a,
.article-card h3 a,
.issue-title-link{
  color: var(--ink);
  text-decoration: none;
}

.hero-main-title a:hover,
.center-title a:hover,
.center-card-title a:hover,
.right-title a:hover,
.article-card h3 a:hover,
.issue-title-link:hover{
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.hero-main-dek{
  font-size:1.08rem;
  color:var(--muted);
  line-height:1.55;
}

.hero-main-byline,
.center-meta,
.center-card-meta,
.right-meta,
.article-meta,
.article-meta-full{
  font-size:1rem;
  color:var(--muted);
}

.hero-center-column,
.hero-right-column{
  display:flex;
  flex-direction:column;
  gap:1rem;
}

.center-lead-image-wrap,
.issue-cover-wrap,
.issue-pdf-cover-wrap{
  border-radius:0.8rem;
  overflow:hidden;
}

.center-lead-image{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
}

.center-title,
.center-card-title,
.right-title{
  font-weight:1000;
  line-height:1.24;
}

.center-title{
  font-size:1.25rem;
}

.center-card-title{
  font-size:1.04rem;
}

.right-title{
  font-size:0.98rem;
}

.right-card{
  border-top:1px solid rgba(0,0,0,0.08);
  padding-top:0.7rem;
}

.article-card,
.static-card,
.issue-pdf-card{
  background:#fff;
  border-radius: var(--radius);
  border:1px solid var(--border);
  box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}

.article-card{
  overflow:hidden;
}

.article-card-image-wrap{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#eef2ee;
}

.article-card-image{
  width:100%;
  height:100%;
  object-fit:cover;
}

.article-card-content{
  padding:1rem 1rem 1.05rem;
}

.article-card h3{
  font-size:1.14rem;
  margin-bottom:0.55rem;
  line-height:1.2;
}

.article-meta{
  display:flex;
  flex-wrap:wrap;
  gap:0.35rem;
  align-items:center;
  font-size:0.98rem;
  color:var(--muted);
}

.article-meta-sep{
  color:var(--muted);
}

.article-type{
  color:var(--muted);
}

.issue-header{
  margin-bottom:1.2rem;
}

.issue-header-title{
  font-size:1.85rem;
  margin-bottom:0.15rem;
  color:var(--ink);
}

.issue-header-meta{
  font-size:1rem;
  color:var(--muted);
}

.article-list-layout{
  display:flex;
  flex-direction:column;
  gap:2rem;
}

.article-section-title{
  font-size:1.05rem;
  text-transform:uppercase;
  letter-spacing:0.12em;
  margin-bottom:0.55rem;
  color:var(--ink);
}

.article-section-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:1rem;
}

.issue-pdf-section{
  margin-top: 2.2rem;
}

.issue-pdf-card{
  display:grid;
  grid-template-columns: 180px 1fr;
  gap:1rem;
  align-items:center;
  padding:1rem 1.1rem;
  text-decoration:none;
  color:inherit;
}

.issue-pdf-cover{
  width:100%;
  aspect-ratio:3/4;
  object-fit:cover;
}

.issue-pdf-title{
  font-size:1.25rem;
  font-weight:1000;
  color:var(--ink);
  margin-bottom:0.35rem;
}

.issue-pdf-meta{
  color: var(--muted);
  margin-bottom: 0.8rem;
}

.issue-pdf-button{
  display:inline-block;
  padding:0.7rem 0.95rem;
  border-radius:0.75rem;
  background:var(--sand);
  border:1px solid rgba(0,0,0,0.1);
  font-weight:900;
}

.article-page{
  max-width:820px;
  margin:0 auto;
}

.article-breadcrumb{
  font-size:0.95rem;
  color:var(--muted);
  margin-bottom:0.8rem;
}

.article-breadcrumb a{
  color:var(--accent);
  text-decoration:none;
  font-weight:700;
}

.article-breadcrumb a:hover{
  text-decoration:underline;
}

.article-title{
  font-size:2.25rem;
  line-height:1.1;
  margin-bottom:0.35rem;
  color:var(--ink);
}

.article-hero-image{
  width:100%;
  max-height:460px;
  object-fit:cover;
  border-radius:0.9rem;
  margin:0 0 1.2rem;
}

.article-meta-full{
  margin-bottom:1rem;
}

.article-body{
  font-family: var(--font-serif);
  font-size:1.08rem;
  line-height:1.82;
}

.article-body p{
  margin-bottom:1rem;
}

.article-citations{
  margin-top:2rem;
  padding-top:1rem;
  border-top:1px solid rgba(0,0,0,0.08);
}

.article-citations h2{
  font-size:1rem;
  margin-bottom:0.45rem;
  color:var(--ink);
}

.article-citations-body{
  font-family: var(--font-sans);
  font-size:0.9rem;
  line-height:1.55;
  color:var(--muted);
  white-space:pre-wrap;
}

.issue-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:1.4rem;
  margin-top:1.2rem;
}

.issue-card{
  text-align:center;
}

.issue-cover-wrap img{
  width:100%;
  aspect-ratio:3/4;
  object-fit:cover;
}

.issue-title-link{
  display:block;
  font-weight:1000;
}

.issue-date{
  font-size:0.92rem;
  color:var(--muted);
}

.author-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:1.7rem;
  margin-top:1rem;
}

.author-block{
  border:1px solid rgba(0,0,0,0.08);
  border-radius:0.9rem;
  background: rgba(255,255,255,0.9);
  padding:1rem 1.1rem;
  scroll-margin-top: 140px;
}

.author-name{
  font-size:1.28rem;
  font-weight:1000;
  margin-bottom:0.2rem;
  color:var(--ink);
}

.author-count{
  font-size:0.95rem;
  color:var(--muted);
  margin-bottom:0.8rem;
}

.author-link{
  color:var(--accent);
  text-decoration:none;
  font-weight:800;
}

.author-link:hover{
  text-decoration:underline;
}

.search-summary{
  margin-top:0.2rem;
  margin-bottom:1rem;
  padding:0.9rem 1rem;
  border:1px solid rgba(0,0,0,0.08);
  border-radius:0.85rem;
  background:#fff;
  color:var(--muted);
}

.site-footer{
  border-top:1px solid rgba(0,0,0,0.06);
  padding:1.7rem 0 2.4rem;
  background: rgba(255,255,255,0.90);
}

.footer-inner{
  text-align:center;
  font-size:0.95rem;
  color:var(--muted);
}

@media (max-width: 1200px){
  .header-top{
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-areas:
      "brand brand"
      "date search";
    row-gap:0.9rem;
    min-height:auto;
  }

  .brand{
    justify-self:center;
  }

  .header-left{
    align-self:center;
  }

  .header-search{
    width:min(360px, 100%);
  }
}

@media (max-width: 1000px){
  .home-grid-3{
    grid-template-columns:1fr;
  }

  .article-section-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 700px){
  .issue-pdf-card{
    grid-template-columns:1fr;
  }

  .issue-pdf-cover{
    max-width:240px;
  }

  .brand-name{
    font-size:2.35rem;
  }
}

@media (max-width: 650px){
  .issue-grid{
    grid-template-columns:1fr;
  }

  .header-top{
    grid-template-columns:1fr;
    justify-items:center;
    text-align:center;
    min-height:auto;
    padding:1rem 0;
    gap:1rem;
  }

  .header-left,
  .brand,
  .header-search{
    justify-self:center;
  }

  .brand-name{
    font-size:2.35rem;
  }

  .header-search{
    width:min(92vw, 360px);
  }
}