.main{background-color:var(--bg-page);padding-bottom:var(--space-3)}.hero{position:relative;width:100%;min-height:10vh;min-height:200px;overflow:hidden;margin-bottom:var(--space-6)}.hero-image{z-index:0}.hero-background{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;min-width:90%;min-height:220px;background:var(--champagne-400);padding:28px var(--space-5);display:flex;justify-content:center;align-items:center}.hero-title{margin:auto;position:static;margin:0 var(--page-pad-mobile);text-align:left}.post{margin:var(--space-6) var(--page-pad-mobile)}.post-link{font-weight:var(--fw-regular);text-decoration:underline;text-decoration-color:var(--champagne-400);text-decoration-thickness:2px;text-underline-offset:var(--space-1);transition:opacity var(--dur-fast) ease}.post-link:hover{opacity:.72}@media (min-width:640px){.post{margin:var(--space-6) var(--page-pad-mobile) 102px var(--page-pad-mobile)}.hero{position:relative;width:100%;height:50vh;min-height:220px;overflow:hidden}.hero-title{margin:0 var(--page-pad-mobile)}}@media (min-width:1024px){.hero{height:30vh}.post{margin:42px var(--space-8) 102px var(--space-8)}.hero-title{margin:0 var(--page-pad-desktop)}.hero-image{object-fit:cover;z-index:0;aspect-ratio:16/9}}@media (min-width:1200px){.hero{height:40vh}.hero-image{object-fit:contain;z-index:0;aspect-ratio:4/2}}