:root { --nav-height: 88px; }

.joe-page { overflow-x: clip; background: #050607; }
.joe-nav { position: fixed; inset: 0 0 auto; }
.joe-nav .nav-dropdown, .joe-nav .nav-dropdown summary { position: relative; }
.joe-nav .nav-dropdown summary { list-style: none; cursor: pointer; }
.joe-nav .nav-dropdown summary::-webkit-details-marker { display: none; }
.joe-nav .nav-dropdown-menu { position: absolute; top: calc(100% + 20px); left: 50%; display: grid; min-width: 150px; padding: 8px; background: rgba(8,10,12,.98); border: 1px solid #2b2f34; transform: translateX(-50%); }
.joe-nav .nav-dropdown:not([open]) .nav-dropdown-menu { display: none; }

@media (min-width: 851px) {
  .joe-nav .nav-dropdown:hover .nav-dropdown-menu,
  .joe-nav .nav-dropdown:focus-within .nav-dropdown-menu { display: grid; }
}
.joe-nav .nav-dropdown-menu a { padding: 13px 16px; }
.joe-nav .nav-dropdown-menu a + a { border-top: 1px solid #25292e; }
.joe-nav [aria-current="page"] { color: var(--red2); }

.joe-hero { position: relative; height: min(920px,100svh); min-height: 680px; margin-top: var(--nav-height); overflow: hidden; isolation: isolate; background: #050607; }
.joe-hero-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.joe-hero-shade { position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse 72% 58% at 0% 100%, rgba(2,3,4,.68) 0%, rgba(2,3,4,.34) 52%, transparent 100%), linear-gradient(0deg, rgba(2,3,4,.88) 0%, rgba(2,3,4,.56) 20%, rgba(2,3,4,.12) 46%, transparent 66%); }
.joe-hero-copy { position: absolute; left: clamp(26px,6vw,98px); bottom: clamp(38px,8vh,92px); width: min(690px,48vw); }
.joe-name { margin: 0; color: #f4f1eb; font-family: "univers-next-pro", "Arial Black", sans-serif; font-size: clamp(70px,9.2vw,154px); font-stretch: expanded; font-weight: 900; letter-spacing: -.055em; line-height: .78; text-transform: uppercase; transform: scaleX(1.08); transform-origin: left center; white-space: nowrap; }
.joe-title { margin: 34px 0 0; color: #f1f1ef; font-size: clamp(11px,1vw,14px); font-weight: 700; letter-spacing: .24em; line-height: 1.6; text-transform: uppercase; }
.joe-title span { color: var(--red2); }
.joe-summary { max-width: 650px; margin: 17px 0 0; color: #d2d3d4; font-size: clamp(17px,1.5vw,23px); line-height: 1.48; }

.section-index { margin: 0 0 34px; color: var(--red2); font-size: 11px; letter-spacing: .28em; text-transform: uppercase; }
.joe-intro { position: relative; z-index: 5; padding: clamp(90px,11vw,170px) clamp(32px,5vw,80px); border-top: 1px solid #25292e; background: radial-gradient(circle at 78% 28%, rgba(226,18,37,.08), transparent 28%), #0c0f12; color: #f1f1ef; }
.joe-intro-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(48px,6vw,96px); width: 100%; max-width: 1540px; margin: 0 auto; }
.joe-intro h2 { margin: 0; font-family: "univers-next-pro", "Arial Black", sans-serif; font-size: clamp(56px,7vw,108px); font-weight: 900; line-height: .88; letter-spacing: -.045em; text-transform: uppercase; }
.joe-lead { max-width: 680px; padding-top: 4px; }
.joe-lead > p { margin: 0 0 28px; color: #bfc1c3; font-size: clamp(17px,1.35vw,22px); line-height: 1.6; }
.joe-lead > p:first-child { color: #f1f1ef; font-size: clamp(22px,2vw,31px); font-weight: 700; line-height: 1.42; }
.daughter-note { margin-top: clamp(50px,7vw,88px); padding: 28px 0 0 30px; border-top: 1px solid #34383d; border-left: 3px solid var(--red); }
.daughter-note span { display: block; margin-bottom: 15px; color: var(--red2); font-size: 10px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.daughter-note p { max-width: 620px; margin: 0; color: #f1f1ef; font-family: "univers-next-pro", "Arial Black", sans-serif; font-size: clamp(25px,2.4vw,36px); font-weight: 700; line-height: 1.25; letter-spacing: -.02em; }

@media (max-width: 850px) {
  .joe-hero { height: min(820px,calc(100svh - var(--nav-height))); min-height: 610px; }
  .joe-hero-image { object-position: 56% center; }
  .joe-hero-shade { background: linear-gradient(0deg, rgba(2,3,4,.96) 0%, rgba(2,3,4,.48) 42%, rgba(2,3,4,.04) 72%); }
  .joe-hero-copy { left: 26px; right: 26px; bottom: 34px; width: auto; }
  .joe-name { font-size: clamp(56px,18vw,92px); white-space: normal; }
  .joe-title { max-width: 390px; margin-top: 24px; }
  .joe-summary { max-width: 520px; font-size: 17px; }
  .joe-intro { padding: 80px 26px 96px; }
  .joe-intro-grid { grid-template-columns: 1fr; gap: 56px; }
  .joe-intro h2 { font-size: clamp(50px,15vw,78px); }
  .daughter-note { padding-left: 22px; }
}
