.journey-hero{position:relative;isolation:isolate;display:flex;align-items:flex-end;min-height:clamp(430px,64vh,680px);margin:-16px -16px 22px;overflow:hidden;background:linear-gradient(145deg,#183d42 0%,#5a967a 46%,#ddc58d 100%);color:#fff}
.journey-hero::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(8,26,26,.05) 20%,rgba(8,26,26,.78) 100%)}
.journey-hero-photo{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover}
.journey-hero-copy{display:grid;gap:13px;width:min(720px,100%);padding:clamp(24px,6vw,68px);padding-bottom:clamp(30px,8vw,80px)}
.journey-hero-copy h2{max-width:12ch;margin:0;font-size:clamp(2.25rem,7vw,5.5rem);line-height:.98;letter-spacing:-.045em;text-wrap:balance;text-shadow:0 3px 22px rgba(0,0,0,.28)}
.journey-hero-meta{margin:0;color:#eef5ef;font-size:clamp(.88rem,2vw,1rem);font-weight:700}
.journey-hero-note{max-width:48ch;margin:0;color:#e9f0e9;font-size:.92rem}
.journey-hero-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:8px}.journey-hero-actions button{min-height:48px;border:0;border-radius:999px;padding:11px 18px;font-weight:800}.journey-hero-actions .primary{background:#fff;color:#183d35}.journey-hero-actions .hero-quiet{background:rgba(255,255,255,.14);box-shadow:inset 0 0 0 1px rgba(255,255,255,.48);color:#fff;backdrop-filter:blur(8px)}
.journey-hero-sky{position:absolute;inset:0;z-index:-1;overflow:hidden}.journey-hero-sky::before,.journey-hero-sky::after{content:"";position:absolute;border-radius:50%;filter:blur(1px)}.journey-hero-sky::before{width:60vw;height:60vw;right:-20vw;top:-18vw;background:radial-gradient(circle,#eaf7f5 0 4%,#92cbd2 5% 26%,transparent 55%);opacity:.7}.journey-hero-sky::after{width:130%;height:38%;bottom:-18%;left:-12%;background:#234f42;clip-path:polygon(0 100%,0 74%,22% 60%,42% 71%,58% 25%,72% 67%,86% 42%,100% 61%,100% 100%)}
.journey-hero:has(.journey-hero-photo) .journey-hero-sky{display:none}
@media (max-width:600px){.journey-hero{min-height:calc(100svh - 122px);margin-bottom:18px}.journey-hero-copy{padding:24px 20px max(32px,env(safe-area-inset-bottom))}.journey-hero-copy h2{font-size:clamp(2.45rem,13vw,4.3rem)}.journey-hero-actions{display:grid;grid-template-columns:1fr}.journey-hero-actions button{width:100%}}
@media (prefers-reduced-motion:no-preference){.journey-hero-sky::before{animation:hero-drift 14s ease-in-out infinite alternate}@keyframes hero-drift{to{transform:translate(-7%,9%) scale(1.08)}}}
