/* One stationary upward cone, with space reserved below every reading pane. */
.lighthouse-mark{position:fixed;z-index:9;left:50%;bottom:18px;transform:translateX(-50%);display:block;pointer-events:none;width:25px;height:36px;letter-spacing:normal;font-style:normal;color:#e7f3ff}
.lighthouse-roof{position:absolute;left:5px;top:1px;width:16px;height:7px;background:currentColor;clip-path:polygon(50% 0,100% 100%,0 100%)}
.lighthouse-lantern{position:absolute;left:8px;top:9px;width:10px;height:7px;border-inline:1px solid #dcefff;background:#b7ddff;box-shadow:0 0 9px #95caff88,0 0 20px #83bfff33}
.lighthouse-gallery{position:absolute;left:4px;top:17px;width:18px;height:2px;background:currentColor}
.lighthouse-tower{position:absolute;left:6px;top:20px;width:14px;height:14px;background:currentColor;clip-path:polygon(22% 0,78% 0,100% 100%,0 100%)}
.lighthouse-tower:after{content:'';position:absolute;left:6px;top:7px;width:3px;height:7px;border-radius:2px 2px 0 0;background:#09223f}
.lighthouse-base{position:absolute;left:3px;top:34px;width:20px;height:2px;border-radius:1px;background:currentColor}
#lighthouse-beam{position:fixed;inset:0;width:100%;height:100%;z-index:0;pointer-events:none}
.home-page .site-header,.post-page .post-header{background:transparent}
.site-header .wordmark,.post-header .wordmark{white-space:nowrap;flex-shrink:0}

.home-page.lighthouse-lighting{--section-nav-height:112px}
.lighthouse-lighting .section-navigation{height:52px;background:transparent}
.post-page.lighthouse-lighting .post-shell{bottom:112px}
.lighthouse-lighting .post-content::before{display:none}
@media(max-width:600px){
  .home-page.lighthouse-lighting{--section-nav-height:120px}
  .post-page.lighthouse-lighting .post-shell{bottom:120px}
}

