.fh-editorial { position: relative; overflow: hidden; }
.fh-editorial__bg { width: 100%; height: 60vh; min-height: 400px; object-fit: cover; display: block; }
.fh-editorial__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.18); }
.fh-editorial__content { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: white; padding: 24px; }
.fh-editorial__title { font-family: var(--fh-font-heading); font-size: clamp(24px, 4vw, 48px); letter-spacing: 0.08em; font-weight: 400; margin-bottom: 16px; }
.fh-editorial__subtitle { font-size: 16px; margin-bottom: 32px; opacity: 0.9; }
.fh-editorial__btn { display: inline-block; padding: 14px 40px; border: 1px solid white; color: white; font-family: var(--fh-font-heading); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; transition: background var(--fh-transition), color var(--fh-transition); }
.fh-editorial__btn:hover { background: white; color: var(--fh-color-text); }
@media (max-width: 700px) { .fh-editorial__bg { height: 50vh; min-height: 300px; } }
