/* hero-primary (home) + hero-section (division) + breadcrumb
   Ported verbatim from css/components.css in the static handoff. */
.jcao-hero { position: relative; isolation: isolate; overflow: hidden; background: var(--navy); }
.jcao-hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.jcao-hero__scrim { position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(24,32,53,.94) 0%, rgba(24,32,53,.82) 46%, rgba(24,32,53,.42) 100%); }
.jcao-hero__inner { padding: clamp(56px, 8vw, 116px) var(--gutter) clamp(52px, 6vw, 96px); max-width: var(--max); margin-inline: auto; }
.jcao-hero__body { max-width: 660px; color: #fff; }
.jcao-hero__eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 7px 14px; border-radius: var(--r-lg); background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--sand-light); }
.jcao-hero__title { font-size: clamp(38px, 5.4vw, 70px); line-height: 1.06; letter-spacing: -.01em; margin-top: 22px; color: #fff; }
.jcao-hero__intro { font-size: 17.5px; line-height: 1.65; margin: 20px 0 0; color: rgba(255,255,255,.86); max-width: 56ch; }

/* hero-section (division) */
.jcao-hero--section .jcao-hero__inner { padding: clamp(16px,2vw,22px) var(--gutter) clamp(34px,4.4vw,56px); }
.jcao-hero--section .jcao-hero__title { font-size: clamp(34px, 4.6vw, 58px); margin-top: 18px; }
.jcao-hero--section .jcao-hero__intro { font-size: 17px; max-width: 58ch; }
.jcao-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

/* breadcrumb */
.jcao-crumbs ol { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; margin: 0; padding: 0; font-size: 13px; }
.jcao-crumbs a { color: rgba(255,255,255,.82); text-decoration: none; }
.jcao-crumbs a:hover { color: #fff; text-decoration: underline; }
.jcao-crumbs__sep { color: rgba(255,255,255,.4); }
.jcao-crumbs [aria-current="page"] { color: #fff; }
