.cb-hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; background-color: var(--cb-primary); color: var(--cb-primary-fg); }
.cb-hero__bg { position: absolute; inset: 0; }
.cb-hero__bg-img { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; }
.cb-hero__overlay { position: absolute; inset: 0; background: linear-gradient(to right, var(--cb-primary), rgba(2,98,122,0.95), rgba(2,98,122,0.7)); }
.cb-hero__content { position: relative; z-index: 10; width: 100%; }
.cb-hero__tagline { font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.875rem; margin-bottom: 1rem; }
.cb-hero__heading { max-width: 48rem; margin-bottom: 1.5rem; }
.cb-hero__divider { width: 4rem; height: 0.25rem; border: none; margin-bottom: 1.5rem; }
.cb-hero__subheading { max-width: 42rem; margin-bottom: 1rem; }
.cb-hero__location { font-size: 1rem; margin-bottom: 2.5rem; }
.cb-hero__cta-heading { margin-bottom: 0.5rem; }
.cb-hero__cta-sub { font-size: 1.125rem; }
