/* === hero-minimal === */
.shm{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:120px 48px}
.shm h1{font-family:var(--shell-hf);font-size:4.5rem;font-weight:700;color:var(--shell-h);line-height:1.1;max-width:800px}
.shm h1 em{font-style:italic;color:var(--sc,var(--shell-accent))}
.shm .shm-line{width:48px;height:1px;background:var(--sc,var(--shell-accent));margin:36px auto}
.shm>p{font-size:.88rem;color:var(--shell-m);letter-spacing:.5px}
@media(max-width:768px){.shm{padding:100px 24px}.shm h1{font-size:2.6rem}}
