From 9d7b543cb20f27c63ca7e2bf50062b6a2fd93095 Mon Sep 17 00:00:00 2001 From: Michael Victory Date: Mon, 22 Jun 2026 23:14:16 -0700 Subject: [PATCH] Inga hero: lift the wave band ~12% so it clears the credentials line object-position had no play (wide hero = minimal cover-crop overflow). translateY the loop up 12% instead: the band sits behind the headline/lead and the credentials get clean breathing room beneath, paper revealed at the bottom. Co-Authored-By: Claude Opus 4.8 --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 203fe63..d71e190 100644 --- a/style.css +++ b/style.css @@ -129,7 +129,7 @@ section { padding-block: clamp(3.4rem, 7vw, 6rem); scroll-margin-top: 86px; } .hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(246,245,242,.35) 0%, rgba(246,245,242,0) 22%, rgba(246,245,242,0) 78%, var(--paper) 100%); } .hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; - opacity: 0; transition: opacity 1.1s ease; } + transform: translateY(-12%); opacity: 0; transition: opacity 1.1s ease; } .hero-video.is-playing { opacity: .35; } /* ---- symptom list ---- */