body:has(.home-hero-fullscreen) #nav {
  background:rgba(250,249,245,.94)!important;
  border-bottom:1px solid #ded8cd;
  --site-ink:#302e29;
  --site-muted:#716b60;
}
@scope (body:has(.home-hero-fullscreen)) {
  .home-shell { --site-bg:#faf9f5; --site-paper:#fffefa; --site-ink:#302e29; --site-muted:#716b60; --site-line:#ded8cd; --site-blue:#8b6841; }
  .home-hero.home-hero-fullscreen {
    background:#faf9f5;
    min-height:max(760px,100svh);
    align-items:flex-start;
    padding:160px clamp(28px,5vw,88px) 130px;
  }
  #article-container .home-shell .home-hero-fullscreen .hero-art {
    inset:95px 0 60px auto;
    width:76%;
    height:auto;
  }
  #article-container .home-shell .home-hero-fullscreen .hero-art img {
    object-fit:contain;
    object-position:center;
    mix-blend-mode:multiply;
  }
  .home-hero-fullscreen::before {
    background:linear-gradient(90deg,#faf9f5 0%,rgba(250,249,245,.98) 23%,rgba(250,249,245,.75) 31%,transparent 47%);
    pointer-events:none;
  }
  .home-hero-fullscreen .hero-copy { align-self:flex-start; width:34%; text-align:left; color:#302e29; text-shadow:none; }
  #article-container .home-shell .home-hero-fullscreen .eyebrow { color:#806647; font-size:10px; letter-spacing:.16em; }
  .home-hero-fullscreen .blue-dot { background:#a88a60; }
  #article-container .home-shell .home-hero-fullscreen .hero-intro { margin-top:35px; font-size:15px; }
  .home-hero-fullscreen .hero-intro span { color:#716b60; display:block; margin:8px 0 0; }
  #article-container .home-shell .home-hero-fullscreen #home-title {
    font-family:var(--home-serif);
    color:#302e29;
    font-size:clamp(32px,3.1vw,52px);
    font-weight:400;
    line-height:1.6;
    letter-spacing:.04em;
    text-wrap:balance;
    margin:22px 0;
  }
  #article-container .home-shell .home-hero-fullscreen .hero-description { color:#575249; font-size:17px; line-height:1.9; }
  .home-hero-fullscreen .hero-description br { display:block; }
  #article-container .home-shell .home-hero-fullscreen .hero-fields { color:#716b60; font-size:11px; min-height:44px; }
  .home-hero-fullscreen .hero-actions { justify-content:flex-start; flex-wrap:wrap; gap:12px; margin-top:24px; }
  #article-container .home-shell .home-hero-fullscreen .text-link { color:#554732; background:#faf9f5; border:1px solid #b7a489; border-radius:2px; padding:10px 16px; font-size:13px; }
  #article-container .home-shell .home-hero-fullscreen .text-link:first-child { color:#fffdf8; background:#37352f; border-color:#37352f; }
  #article-container .home-shell .home-hero-fullscreen .text-link:hover { color:#fffdf8; background:#806647; border-color:#806647; }
  .home-hero-fullscreen .hero-footnote { color:#716b60; text-shadow:none; border-top:1px solid #ded8cd; gap:16px; }
  #article-container .home-shell .hero-signature { color:#655640; text-shadow:none; bottom:90px; }
  .signature-script::after { background:linear-gradient(90deg,transparent,#a88a60,transparent); }
  .signature-caption { text-shadow:none; color:#716b60; font-size:10px; }
  #article-container .home-shell .star-controls button { color:#554732; border-color:#c9bda9; background:#faf9f5ed; border-radius:2px; }
  #article-container .home-shell .star-controls button[aria-pressed='true'] { color:#fff; background:#554732; }
  .home-hero-fullscreen:not(.star-interacting) .starfield { opacity:0; }
  .home-hero-fullscreen.star-interacting .hero-footnote { color:#eff3fa; }
  #article-container .home-shell a:focus-visible { outline:2px solid #8b6841; outline-offset:5px; }
  @media(max-width:1000px) {
    .home-hero-fullscreen .hero-copy { width:40%; }
    #article-container .home-shell .home-hero-fullscreen #home-title { font-size:34px; }
    .home-hero-fullscreen::before { background:linear-gradient(90deg,#faf9f5 0%,#faf9f5ed 28%,transparent 60%); }
  }
  @media(max-width:767px) {
    .home-hero.home-hero-fullscreen { min-height:100svh; padding:calc(var(--site-nav-height) + 72px) 24px 100px; justify-content:flex-start; }
    #article-container .home-shell .home-hero-fullscreen .hero-art { position:relative; inset:auto; order:-1; width:calc(100% + 48px); height:auto; aspect-ratio:1672/941; margin:0 -24px 24px; flex:none; }
    .home-hero-fullscreen::before { display:none; }
    .home-hero-fullscreen .hero-copy { width:100%; }
    #article-container .home-shell .home-hero-fullscreen .hero-intro { margin-top:16px; }
    .home-hero-fullscreen .hero-intro span { display:inline; margin-left:8px; }
    #article-container .home-shell .home-hero-fullscreen #home-title { font-size:clamp(27px,7vw,40px); margin:14px 0; }
    #article-container .home-shell .home-hero-fullscreen .hero-description { font-size:16px; }
    #article-container .home-shell .home-hero-fullscreen .hero-fields { margin-top:12px; min-height:22px; }
    #article-container .home-shell .hero-signature { position:relative; right:auto; bottom:auto; align-self:flex-end; margin-top:28px; }
    .signature-script { font-size:46px; }
    .signature-caption { margin-top:6px; }
    .home-hero-fullscreen .hero-footnote { bottom:14px; left:24px; right:24px; flex-wrap:wrap; gap:4px; }
  }
}
