*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; scroll-padding-top:84px; }
body{
  margin:0;
  font-family:'Source Sans 3',system-ui,sans-serif;
  color:#1F2933;
  background:#F8F5EF;
  -webkit-font-smoothing:antialiased;
}
::selection{ background:#C1121F; color:#fff; }
a{ color:inherit; }

.site-nav{
  position:fixed; top:0; left:0; right:0; z-index:50;
  display:flex; align-items:center; justify-content:space-between;
  padding:16px 40px;
  background:rgba(248,245,239,0.72);
  backdrop-filter:saturate(160%) blur(14px);
  -webkit-backdrop-filter:saturate(160%) blur(14px);
  border-bottom:1px solid rgba(31,41,51,0.08);
}
.logo{
  display:flex; align-items:center; gap:11px;
  text-decoration:none; color:#0B3954;
  font-family:'IBM Plex Mono',monospace;
  font-weight:600; font-size:18px; letter-spacing:0.04em;
}
.mark{ display:inline-flex; align-items:center; }
.mark span{
  width:11px; height:11px; border-radius:50%;
}
.mark span:nth-child(1){ background:#386641; }
.mark span:nth-child(2){ background:#C1121F; margin-left:-4px; }
.mark span:nth-child(3){ background:#0B3954; margin-left:-4px; }
.site-nav-links{
  display:flex; align-items:center; gap:30px;
}
.site-nav-links a{
  text-decoration:none; color:#52606D; font-weight:500; font-size:15px;
}
.nav-cta{
  background:#386641 !important; color:#fff !important;
  font-weight:600 !important;
  padding:10px 20px; border-radius:999px;
}

.article{
  max-width:760px;
  margin:0 auto;
  padding:128px 40px 80px;
}
.back-link{
  display:inline-block;
  text-decoration:none;
  color:#386641;
  font-weight:600;
  font-size:15px;
  margin-bottom:28px;
}
.kicker{
  font-family:'IBM Plex Mono',monospace;
  font-size:13px;
  font-weight:700;
  letter-spacing:0.12em;
  text-transform:uppercase;
}
.article h1{
  font-family:'Source Serif 4',sans-serif;
  font-weight:600;
  font-size:clamp(34px,5vw,52px);
  line-height:1.08;
  letter-spacing:-0.03em;
  margin:14px 0 28px;
  text-wrap:balance;
}
.dek{
  font-size:22px;
  line-height:1.45;
  color:#52606D;
  margin:0 0 28px;
}
.hero-photo{
  width:100%;
  height:auto;
  display:block;
  border-radius:18px;
  object-fit:cover;
  object-position:center;
  aspect-ratio:16 / 9;
  background:#0B3954;
  border:1px solid rgba(31,41,51,0.08);
  margin:0 0 36px;
}
.hero-photo-full{
  aspect-ratio:auto;
  object-fit:contain;
  background:transparent;
}
.mixer-gallery{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin:0 0 36px;
}
.mixer-gallery .hero-photo{ margin:0; aspect-ratio:4 / 3; }
.prose p{
  font-size:18px;
  line-height:1.7;
  color:#3E4C59;
  margin:0 0 1.15em;
}
.more{
  margin-top:64px;
  padding-top:36px;
  border-top:1px solid rgba(31,41,51,0.1);
}
.more h2{
  font-family:'Source Serif 4',sans-serif;
  font-weight:600;
  font-size:28px;
  letter-spacing:-0.02em;
  margin:0 0 22px;
}
.updates-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
a.update-card{
  display:flex;
  flex-direction:column;
  background:#fff;
  border-radius:22px;
  padding:28px 26px 24px;
  border:1px solid rgba(31,41,51,0.08);
  text-decoration:none;
  color:inherit;
  min-height:100%;
  box-shadow:0 1px 0 rgba(31,41,51,0.04);
  transition:transform 0.15s ease, box-shadow 0.15s ease;
}
a.update-card:hover,
a.update-card:focus-visible{
  transform:translateY(-4px);
  box-shadow:0 16px 36px rgba(31,41,51,0.10);
  outline:none;
}
.update-card-kicker{
  font-family:'IBM Plex Mono',monospace;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.1em;
  text-transform:uppercase;
}
.update-card h3{
  font-family:'Source Serif 4',sans-serif;
  font-weight:600;
  font-size:22px;
  line-height:1.15;
  letter-spacing:-0.01em;
  margin:16px 0 10px;
}
.update-card p{
  font-size:15.5px;
  line-height:1.55;
  color:#52606D;
  margin:0 0 22px;
  flex:1;
}
.update-card span.read-link{
  color:#386641;
  font-weight:600;
  font-size:15.5px;
}

footer{
  background:#0B3954;
  color:#A8B4BC;
  padding:56px 40px 40px;
}
.footer-inner{
  max-width:1080px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:flex-start;
  gap:32px;
}
.footer-brand{ max-width:34ch; }
.footer-title{
  display:flex; align-items:center; gap:11px;
  margin-bottom:14px;
  font-family:'Source Serif 4',sans-serif;
  font-weight:700; font-size:19px; color:#E8E4DC;
}
.footer-brand p{ font-size:14.5px; line-height:1.6; margin:0; }
.footer-cols{ display:flex; gap:56px; flex-wrap:wrap; }
.footer-cols > div{ display:flex; flex-direction:column; gap:10px; }
.footer-label{
  font-family:'IBM Plex Mono',monospace;
  font-size:12px; font-weight:700;
  letter-spacing:0.1em; text-transform:uppercase; color:#6A9B73;
}
.footer-cols a, .footer-cols span{
  text-decoration:none; color:#A8B4BC; font-size:14.5px;
}
.footer-copy{
  max-width:1080px;
  margin:36px auto 0;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,0.1);
  font-size:13px;
}

.nav-menu-btn{
  display:none;
  width:42px;
  height:42px;
  padding:0;
  border:1px solid rgba(31,41,51,0.14);
  border-radius:12px;
  background:#fff;
  cursor:pointer;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
}
.nav-menu-btn span{
  display:block;
  width:16px;
  height:1.5px;
  background:#0B3954;
  border-radius:2px;
  transition:transform 0.15s ease, opacity 0.15s ease;
}

@media (max-width: 980px){
  .site-nav{ padding:14px 20px; }
  .site-nav-links{ gap:16px; }
  .site-nav-links a{ font-size:13.5px; }
}
@media (max-width: 820px){
  .nav-menu-btn{ display:inline-flex; }
  body.nav-open{ overflow:hidden; }
  body.nav-open .nav-menu-btn span:nth-child(1){ transform:translateY(6.5px) rotate(45deg); }
  body.nav-open .nav-menu-btn span:nth-child(2){ opacity:0; }
  body.nav-open .nav-menu-btn span:nth-child(3){ transform:translateY(-6.5px) rotate(-45deg); }
  .article{ padding:112px 22px 64px; }
  .site-nav-links{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:8px 20px 20px;
    background:rgba(248,245,239,0.97);
    backdrop-filter:saturate(160%) blur(14px);
    -webkit-backdrop-filter:saturate(160%) blur(14px);
    border-bottom:1px solid rgba(31,41,51,0.08);
    box-shadow:0 18px 32px rgba(31,41,51,0.08);
  }
  body.nav-open .site-nav-links{ display:flex; }
  .site-nav-links a{
    font-size:16px;
    padding:13px 0;
    border-bottom:1px solid rgba(31,41,51,0.08);
  }
  .site-nav-links a:last-child{
    border-bottom:none;
    margin-top:12px;
    text-align:center;
  }
  .mixer-gallery, .updates-grid{ grid-template-columns:1fr; }
  footer{ padding:48px 22px 32px; }
}
