.camerette-hero { position: relative; isolation: isolate; min-height: 555px; overflow: hidden; color: #fff; background: var(--sws-dark); border-bottom: 1px solid #454545; }
.camerette-hero-background { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.camerette-hero-content { box-sizing: border-box; width: min(100%, 1536px); margin: 0 auto; padding: 83px 5.2% 94px; }
.camerette-hero-eyebrow { margin: 0 0 14px; color: #00c9eb; font: 400 15px/1.4 Roboto, Arial, sans-serif; letter-spacing: 1.4px; text-transform: uppercase; }
.camerette-hero-eyebrow span { margin-left: 4px; font-size: 12px; }
.camerette-hero h1 { overflow-wrap: anywhere; margin: 0; font: 700 clamp(36px, 3.65vw, 56px)/1 Roboto, Arial, sans-serif; letter-spacing: -.8px; text-transform: uppercase; }
.camerette-hero h1 span { display: block; color: #00bde5; }
.camerette-hero-description { margin: 18px 0 35px; font: 400 16px/1.55 Roboto, Arial, sans-serif; }
.camerette-hero-buttons { display: flex; flex-wrap: wrap; gap: 18px; }
.camerette-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 43px; padding: 11px 24px; border: 1px solid #00c4e8; border-radius: 4px; font: 500 13px/1.4 Roboto, Arial, sans-serif; text-transform: uppercase; text-decoration: none; transition: background .2s, box-shadow .2s; }
.camerette-button-primary { background: #00c5e9; color: #001015; box-shadow: 0 0 22px #00b9e01a; }
.camerette-button-primary span { font-size: 19px; line-height: 1; }
.camerette-button-outline { background: #0005; color: #fff; }
.camerette-button:hover { background: #00dcf7; color: #001015; box-shadow: 0 0 22px #00b9e044; }
.camerette-benefits { display: flex; flex-wrap: wrap; gap: 16px 0; padding: 0; margin: 56px 0 0; list-style: none; }
.camerette-benefits li { display: flex; align-items: center; gap: 10px; padding: 0 20px; border-right: 1px solid #ffffff1a; }
.camerette-benefits li:first-child { padding-left: 0; }
.camerette-benefits li:last-child { border: 0; }
.camerette-benefits svg { width: 28px; height: 32px; flex-shrink: 0; color: #00cef2; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.camerette-benefits strong, .camerette-benefits span span { display: block; font: 400 11px/1.5 Roboto, Arial, sans-serif; text-transform: uppercase; }
.camerette-benefits span span { color: #ddd; }
.camerette-contact-rail { position: absolute; right: 0; top: 51.4%; display: grid; gap: 3px; }
.camerette-contact-rail a { text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; width: 88px; min-height: 55px; border-radius: 4px 0 0 4px; background: #000e; color: #fff; font: 400 10px/1.4 Roboto, Arial, sans-serif; text-transform: uppercase; text-decoration: none; }
.camerette-contact-rail .camerette-rail-primary { background: #00b4df; }
.camerette-contact-rail a:hover { background: #007e9d; }
.camerette-contact-rail svg { width: 21px; height: 23px; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.camerette-hero a:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
@media (min-width: 1600px) { .camerette-hero { min-height: 36.15vw; } }
@media (max-width: 1100px) {
    .camerette-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #18191bf2, #18191b80 55%, transparent); }
    .camerette-hero-content { padding: 70px 5% 80px; }
    .camerette-hero h1 { font-size: 46px; }
}
@media (max-width: 640px) {
    .camerette-hero-background { height: 310px; object-position: 75% center; }
    .camerette-hero::before { background: linear-gradient(0deg, var(--sws-dark) 0%, var(--sws-dark) 57%, transparent 90%); }
    .camerette-hero-content { padding: 245px 24px 32px; }
    .camerette-hero-eyebrow { font-size: 12px; }
    .camerette-hero h1 { font-size: clamp(30px, 7.6vw, 46px); letter-spacing: -.5px; }
    .camerette-hero-description { font-size: 15px; margin-bottom: 25px; }
    .hero-desktop-break { display: none; }
    .camerette-hero-buttons { gap: 8px; }
    .camerette-button { box-sizing: border-box; flex: 0 1 auto; width: auto; max-width: 100%; min-height: 36px; padding: 7px 12px; gap: 6px; font-size: 11px; }
    .camerette-button-primary span { font-size: 14px; }
    .camerette-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 12px; margin-top: 30px; }
    .camerette-benefits li { padding: 0; border: 0; }
    .camerette-contact-rail { position: relative; top: auto; right: auto; display: flex; padding: 0 24px 24px; gap: 6px; }
    .camerette-contact-rail a { width: auto; flex: 1; border-radius: 4px; border: 1px solid #15343d; }
}
