body{margin-left:min(5vw,300px);margin-right:min(5vw,300px)}body .smallH2{font-size:2rem;margin-top:30px}body header{display:flex;flex-direction:column}body header .header-logo{max-width:300px}body header .header-nav{align-self:flex-end;margin-top:20px;margin-bottom:30px;display:flex;gap:20px;flex-wrap:wrap}body header .header-nav a{min-width:max-content}.hero-grid{--hero-title-bottom: 124px;--hero-subtitle-top: -115px;display:flex;gap:15px;width:100%}.hero-card{position:relative;flex:1;overflow:hidden;transition:flex .5s ease}.hero-card:first-child{flex:1.8}.hero-grid:hover .hero-card{flex:1}.hero-grid .hero-card:hover{flex:1.8}.hero-card a{display:block;color:inherit;text-decoration:none}.hero-card figure{margin:0}.hero-card img{display:block;width:100%;height:420px;object-fit:cover}.hero-text{min-width:max-content;position:absolute;left:24px;right:24px;z-index:2;color:#fff;text-shadow:0 1px 5px rgba(0,0,0,.5)}.hero-title{position:absolute;bottom:var(--hero-title-bottom);min-width:max-content;display:block;font-size:2rem;font-weight:700;line-height:1.1}.hero-subtitle{position:absolute;top:var(--hero-subtitle-top);min-width:max-content;display:block;font-size:1.1rem}.hero-card::after{content:"";position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.05));pointer-events:none}.fhk-image__author{position:absolute;right:12px;bottom:8px;z-index:3;color:#fff;font-size:.75rem;background-color:rgba(0,0,0,0)}@media(max-width: 850px){.hero-grid{flex-direction:column}.hero-card,.hero-card:first-child,.hero-grid:hover .hero-card,.hero-grid .hero-card:hover{flex:unset;width:100%}.hero-card img{height:300px}}@keyframes shine{to{background-position:200% center}}.hero-card:first-child .hero-title{background:repeating-linear-gradient(120deg, #ffffff, #b3e7f5, #ffffff);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0);animation:shine 5s linear infinite;text-shadow:none}
