diff --git a/index.html b/index.html index f7f2395..8ea672a 100644 --- a/index.html +++ b/index.html @@ -298,6 +298,20 @@ button { font-family: inherit; cursor: pointer; border: none; background: none; } .film-unmute:hover { background: rgba(20,16,12,0.8); border-color: var(--gold); } .film-unmute .film-unmute-icon { font-size: 0.85rem; line-height: 1; } +/* featured film block sitting directly under the hero */ +.hero-film { padding: 46px 0 26px; } +.hero-film-inner { + position: relative; + width: min(1400px, 95vw); + margin: 0 auto; + aspect-ratio: 16 / 9; + border-radius: 10px; + overflow: hidden; + background: #000; + border: 1px solid rgba(200,169,106,0.30); + box-shadow: 0 34px 90px rgba(0,0,0,0.5); +} +@media (max-width: 720px) { .hero-film { padding: 30px 0 16px; } } .story-text h2 { font-family: var(--display); font-size: clamp(2rem, 4vw, 3rem); @@ -319,6 +333,7 @@ button { font-family: inherit; cursor: pointer; border: none; background: none; } .story-detail { display: flex; gap: 40px; + justify-content: center; text-align: center; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); } @@ -736,9 +751,18 @@ footer { Start Your Subscription → Our Origin -