.image-banner{background:var(--module-bg);width:100%}.image-banner--mt-small{margin-top:clamp(1rem,2vw,1.5rem)}.image-banner--mt-medium{margin-top:clamp(2rem,4vw,3rem)}.image-banner--mt-large{margin-top:clamp(3rem,6vw,5rem)}.image-banner--mb-small{margin-bottom:clamp(1rem,2vw,1.5rem)}.image-banner--mb-medium{margin-bottom:clamp(2rem,4vw,3rem)}.image-banner--mb-large{margin-bottom:clamp(3rem,6vw,5rem)}.image-banner__frame{position:relative;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover;overflow:hidden}.image-banner--parallax .image-banner__frame{background-attachment:fixed}.image-banner--static .image-banner__frame{background-attachment:scroll}.image-banner--height-short .image-banner__frame{height:50vh;min-height:320px}.image-banner--height-medium .image-banner__frame{height:75vh;min-height:480px}.image-banner--height-tall .image-banner__frame{height:100vh;min-height:560px}.image-banner--width-contained{padding:clamp(2rem,4vw,3rem) var(--spacing-container-x)}.image-banner--width-contained .image-banner__frame{max-width:1200px;margin:0 auto;border-radius:clamp(16px,2vw,28px);box-shadow:var(--shadow-elevated, 0 20px 50px rgba(0, 0, 0, .18))}.image-banner--width-full .image-banner__frame{border-radius:0;box-shadow:none}.image-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:clamp(1.5rem,5vw,3.5rem) clamp(1.5rem,4vw,3rem);background:linear-gradient(180deg,#050f1e4d,#050f1e80 60%,#050f1ea6)}.image-banner__overlay-inner{width:100%;max-width:960px;margin:0 auto;color:var(--white, #fff)}.image-banner__overlay-inner--animated{opacity:0;transform:translateY(20px);transition:opacity .9s var(--ease-out-expo),transform .9s var(--ease-out-expo)}.image-banner__overlay-inner--animated.is-visible{opacity:1;transform:translateY(0)}.image-banner--align-left .image-banner__overlay{justify-content:flex-start}.image-banner--align-right .image-banner__overlay{justify-content:flex-end}.image-banner--align-left .image-banner__overlay-inner{text-align:left;margin-left:0}.image-banner--align-center .image-banner__overlay-inner{text-align:center}.image-banner--align-right .image-banner__overlay-inner{text-align:right;margin-right:0}.image-banner__sub{font-family:var(--font-sans);font-size:.85rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;margin:0 0 .95rem;opacity:.85}.image-banner__heading{font-family:var(--font-display);font-size:clamp(2rem,5.5vw,4rem);font-weight:700;line-height:1.05;letter-spacing:-.02em;margin:0;max-width:22ch}.image-banner--align-center .image-banner__heading{margin-inline:auto}.image-banner--align-right .image-banner__heading{margin-left:auto;margin-right:0}.image-banner__ctas{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.5rem}.image-banner--align-center .image-banner__ctas{justify-content:center}.image-banner--align-right .image-banner__ctas{justify-content:flex-end}.image-banner__cta{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.75rem;font-family:var(--font-sans);font-size:.95rem;font-weight:600;text-decoration:none;border-radius:var(--radius-pill);border:1px solid transparent;transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease}.image-banner__cta--primary{background:var(--turquoise-deep);color:var(--white, #fff)}.image-banner__cta--primary:hover{background:var(--turquoise);transform:translateY(-1px);box-shadow:0 10px 24px #4dd9c059}.image-banner__cta--secondary{background:transparent;color:var(--white, #fff);border-color:#ffffff80}.image-banner__cta--secondary:hover{background:#ffffff1f;border-color:var(--white, #fff)}@media (hover: none),(max-width: 768px){.image-banner--parallax .image-banner__frame{background-attachment:scroll}}@media (max-width: 768px){.image-banner--height-tall .image-banner__frame{height:70vh;min-height:420px}.image-banner--width-contained{padding:clamp(1.25rem,5vw,2rem) var(--spacing-container-x)}}@media (prefers-reduced-motion: reduce){.image-banner__overlay-inner--animated{transition:opacity .4s ease;transform:none}.image-banner__overlay-inner--animated.is-visible{transform:none}}
