.ss-hero{background:var(--c-teal-deep);overflow:hidden;padding:clamp(5rem,6vw,9rem) 0 0}.ss-hero-inner{align-items:flex-end;display:flex;gap:clamp(3rem,4vw,6rem)}.ss-hero-content{flex:1;min-width:0;padding-bottom:clamp(4rem,5vw,7rem)}.ss-hero-brand{margin-bottom:2.4rem}.ss-hero-title{font-size:clamp(3.2rem,4.5vw,7.8rem);font-weight:700;line-height:1.22;margin:0 0 3rem}.ss-hero-cta,.ss-hero-title{color:var(--c-orange);font-family:var(--font-heading)}.ss-hero-cta{align-items:center;border:1.5px solid var(--c-orange);border-radius:25px;display:inline-flex;font-size:1.8rem;font-weight:600;gap:1.2rem;padding:1.1rem 2.8rem;text-decoration:none;transition:background .2s ease,color .2s ease}.ss-hero-cta:focus,.ss-hero-cta:hover{background:var(--c-orange);color:var(--c-teal-deep);text-decoration:none}.ss-hero-image{align-self:flex-end;border-radius:20px 20px 0 0;flex:1.3;max-width:57%;overflow:hidden}.ss-hero-image img{display:block;height:auto;object-fit:cover;vertical-align:bottom;width:100%}@media (max-width:1024px){.ss-hero-inner{align-items:flex-start;flex-direction:column}.ss-hero-image{align-self:stretch;max-width:100%;width:100%}.ss-hero-content{padding-bottom:3rem}}@media (max-width:767px){.ss-hero-title{font-size:clamp(3rem,8vw,5rem)}.ss-hero-cta{font-size:1.6rem;padding:1rem 2.2rem}}