/* SunlightKB widget styles (loaded only where a SKB widget is used). Component styles live in main.css. */
.skb-sec.sec--navy800 { background: var(--navy-800); color: var(--white); }
.skb-sec.sec--white { background: var(--white); }
.skb-sec > .wrap { position: relative; }
.on-dark .t-h2, .on-dark .t-h3, .on-dark .hero__title, .on-dark h1, .on-dark h2, .on-dark h3 { color: var(--white); }

/* Hero */
.hero--plain { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-800) 100%); }
.hero--compact, .hero--compact .hero__in { min-height: min(40svh, 420px); }
.hero--compact .hero__in { padding-top: 120px; padding-bottom: 40px; }
.hero__img--empty { position: absolute; inset: 0; background: var(--navy-800); }
.skb-hero-align-center .hero__content { margin-inline: auto; }
.skb-hero-align-center .hero__bar, .skb-hero-align-center .btn-row { justify-content: center; }
.skb-hero-align-center .eyebrow { justify-content: center; }
.skb-hero-align-center .skb-breadcrumbs .crumbs { justify-content: center; }
.hero .hero__slide.hero__content { grid-area: 1 / 1; }
.hero:not(.hero--slider) .hero__slides { display: block; }

/* Breadcrumbs on light */
.skb-crumbs--light .crumbs, .skb-crumbs--light .crumbs a { color: var(--ink-3); }
.skb-crumbs--light .crumbs a:hover { color: var(--navy); }
.skb-crumbs--light .crumbs [aria-current], .skb-crumbs--light .crumbs .last { color: var(--navy); }

/* Rich text */
.skb-rich { max-width: 76ch; }
.skb-rich .skb-rich__title { margin-bottom: 24px; }
.skb-rich .prose ul.checks { list-style: none; padding: 0; display: grid; column-gap: 32px; }
.skb-rich .prose ul.checks li + li { margin-top: 0; }
.skb-rich__buttons { margin-top: 32px; }
.on-dark .skb-rich .prose { color: var(--w85); }
.on-dark .skb-rich .prose h2, .on-dark .skb-rich .prose h3, .on-dark .skb-rich .prose h4 { color: var(--white); }
.on-dark .skb-rich .prose a { color: var(--sky); }

/* Buttons widget */
.btn-row.skb-buttons { display: flex; }
.btn--md { min-height: 52px; }
.btn--lg { min-height: 58px; padding: 18px 34px; font-size: 15px; }
.btn--sm { min-height: 44px; padding: 10px 20px; font-size: 13px; }

/* Image + text */
.skb-it__pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: end; }
.media--1x1 { aspect-ratio: 1 / 1; } .media--auto { aspect-ratio: auto; }
.media--static img { transition: none; } .media--static:hover img { transform: none; }
.skb-it__title { margin-bottom: 24px; }
.skb-it__quote { font-family: var(--serif); font-weight: 300; font-style: italic; font-size: clamp(28px, 3vw, 44px); line-height: 1.2; letter-spacing: -.01em; max-width: 24ch; text-wrap: balance; }
.skb-it .quote__by { margin-top: 28px; }
.skb-it .quote__name { font: 600 16px/1.3 var(--sans); }
.skb-it .quote__by span { font-size: 13px; color: var(--ink-3); }
.on-dark .skb-it .quote__by span { color: var(--w72); }
.skb-it__buttons { margin-top: 32px; }
.skb-it .prose ul.checks { list-style: none; padding: 0; display: grid; column-gap: 32px; margin: 0 0 32px; }
.skb-it .prose ul.checks li + li { margin-top: 0; }
@media (min-width: 900px) { .skb-it-pos-right .skb-it__media { order: 2; } .skb-it-pos-top .split { grid-template-columns: 1fr; } }
@media (max-width: 899px) { .skb-it-pos-right .skb-it__media, .skb-it-pos-left .skb-it__media { order: 0; } }

/* Intro + form */
.skb-if { align-items: start; }
.skb-if__title { margin-bottom: 24px; }
.skb-if .contact-cards { display: grid; gap: 12px; margin-top: 32px; }
.skb-if .call-card__label { margin: 0; }
.skb-if__buttons { margin-top: 32px; }
.skb-if__form { display: block; }
.skb-if__form.form--white { background: var(--white); }
.skb-if__form.form--navy { background: var(--navy); color: var(--white); border-color: var(--w14); }
.skb-if__form.form--navy .form__title { color: var(--white); }
.skb-if__form.form--none { background: none; border: 0; padding: 0; }
.skb-if__form .form__title { margin-bottom: 6px; }
.skb-if__form .form-note { color: var(--ink-3); font-size: 13.5px; margin-bottom: 20px; }
.skb-if__form.form--navy .form-note { color: var(--w72); }
.skb-if__form .form-empty { color: var(--ink-4); font-size: 14px; }
.skb-if__form.sticky { position: sticky; top: calc(var(--header-h) + 32px); }
@media (min-width: 900px) { .skb-if-form-left .skb-if__form { order: -1; } }

/* Services cards layout */
.svc__cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 24px; }
.svc__img--empty { position: absolute; inset: 0; background: var(--line); }
.svc .sec-head { margin-bottom: clamp(32px, 4vw, 56px); }

/* Features */
.skb-feat--boxes .skb-feat__items { display: grid; gap: 24px; }
.skb-feat--rows .skb-feat__items { display: grid; gap: 0; }
.skb-feat--tiles .skb-feat__items { display: grid; gap: 16px; }
.skb-feat__intro--top { text-align: center; margin: 0 auto clamp(32px, 4vw, 56px); max-width: 720px; }
.skb-feat__intro--top .eyebrow { justify-content: center; }
.skb-feat__intro .prose { margin-bottom: 32px; }
.skb-feat__img { max-width: 520px; margin-top: 8px; }
.skb-feat__buttons { margin-top: 28px; }
.skb-feat__ititle { margin-bottom: 8px; }
.skb-feat__link { text-decoration: none; color: inherit; }
.skb-feat__link:hover { color: var(--sky); }
.feature { display: flex; gap: 16px; align-items: flex-start; }
.feature__icon { width: 44px; height: 44px; border-radius: var(--r); background: var(--surface); color: var(--navy); display: grid; place-items: center; flex: none; }
.feature__icon svg { width: 22px; height: 22px; }
.on-dark .feature__icon { background: var(--w14); color: var(--sky); }
.on-dark .why { border-color: var(--w14); } .on-dark .why-end { border-color: var(--w14); }
.on-dark .skb-feat__itext { color: var(--w72); }
.on-dark .skb-feat__intro .prose { color: var(--w85); }
.tile .num-serif { margin-bottom: 4px; }
.skb-feat--tiles .skb-feat__itext { color: var(--ink-3); }
.on-dark .skb-feat--tiles .skb-feat__itext { color: var(--w72); }
.skb-feat--tiles .tile { border-color: var(--line); }
.on-dark .skb-feat--tiles .tile { border-color: var(--w14); }

/* Stats */
.skb-stats-sec .stats { border-bottom: 0; padding-bottom: 0; }
.skb-stats-sec .stats--divided { border-bottom: 1px solid var(--w14); padding-bottom: clamp(48px, 6vw, 80px); }
.skb-sec:not(.on-dark) .stat__v { color: var(--navy); }
.skb-sec:not(.on-dark) .stats--divided { border-color: var(--line); }
.stat__prefix { font-size: .6em; vertical-align: top; }

/* Testimonials */
.skb-testi__grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.testi__av { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex: none; }
.testi__av--empty { display: block; background: var(--line); }
.testi__name { font-size: 15px; font-weight: 600; margin: 0; }
.on-dark .testi { background: rgba(255,255,255,.04); border-color: var(--w14); color: var(--white); }
.on-dark .testi p { color: var(--white); }
.on-dark .testi__who { border-color: var(--w14); }
.on-dark .testi__who span { color: var(--w72); }

/* Logos & awards */
.skb-logos--right .skb-logos__text { order: 2; }
.skb-logos--top { display: grid; gap: 32px; }
.skb-logos--top .skb-logos__text { max-width: 720px; }
.skb-logos__title { margin-bottom: 16px; }
.skb-logos .prose { margin-bottom: 20px; }
.skb-logos__buttons { margin-top: 24px; }
.logos--color img { filter: none; opacity: 1; }
.skb-placeholder--logo { aspect-ratio: 3 / 1; }
.logos a, .logos div { text-decoration: none; }
.skb-logos-sec .awards__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.award__laurel img { width: 44px; height: 44px; object-fit: contain; }
.on-dark .award { background: rgba(255,255,255,.04); border-color: var(--w14); }
.on-dark .award__title { color: var(--white); } .on-dark .award__by { color: var(--w72); } .on-dark .award__laurel { color: var(--sky); }
.on-dark .awards__facts { border-color: var(--w14); } .on-dark .awards__facts b { color: var(--white); } .on-dark .awards__facts span { color: var(--w72); }

/* CTA band (centered / split) */
.cta-band { background: var(--navy); border-radius: var(--r); padding: clamp(32px, 5vw, 64px); color: var(--white); display: grid; gap: 24px; align-items: center; position: relative; overflow: hidden; }
.cta-band::after { content: ""; position: absolute; inset: auto -20% -60% -20%; height: 100%; background: radial-gradient(50% 60% at 50% 100%, rgba(19,183,255,.18), rgba(19,183,255,0) 70%); pointer-events: none; }
.cta-band > * { position: relative; z-index: 1; }
.cta-band__title { color: var(--white); margin-bottom: 12px; }
.cta-band__text { color: var(--w72); }
.cta-band .eyebrow { color: var(--sky); }
@media (min-width: 900px) { .cta-band { grid-template-columns: 1fr auto; } }
.cta-band--logo { grid-template-columns: 1fr; text-align: center; justify-items: center; }
.cta-band--logo .btn-row { justify-content: center; }
.cta-band--logo .eyebrow { justify-content: center; }
.cta-band--logo .cta-band__text { max-width: 60ch; margin-inline: auto; }
.brand--cta { margin-bottom: 8px; }
.brand--cta .brand__logo { background: var(--white); border-radius: var(--r); padding: 8px 12px; }
.brand--cta .brand__word { display: none; }
.cta2__txt .body-lg { color: var(--w72); }

/* Assist bar */
.assist { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px 32px; padding: 24px 28px; border-radius: var(--r); }
.assist--surface { background: var(--surface); border: 1px solid var(--line); }
.assist--outline { background: transparent; border: 1px solid var(--line); }
.assist--navy { background: var(--navy); color: var(--white); }
.assist__lead { display: flex; align-items: center; gap: 16px; min-width: 0; }
.assist__ic { width: 48px; height: 48px; border-radius: var(--r); background: var(--navy); color: var(--sky); display: grid; place-items: center; flex: none; }
.assist--navy .assist__ic { background: var(--w14); }
.assist__ic svg { width: 22px; height: 22px; }
.assist__img { width: 64px; flex: none; }
.assist__img img { border-radius: var(--r); }
.assist__label { font-family: var(--serif); font-weight: 500; font-size: 24px; line-height: 1.1; margin: 0; }
.assist__text { font-size: 14.5px; color: var(--ink-3); margin: 4px 0 0; }
.assist--navy .assist__text { color: var(--w72); }
.assist__actions { flex-wrap: wrap; }
.skb-assist-sec.sec { padding-block: clamp(16px, 2vw, 32px); }

/* FAQ */
.skb-faq { margin-inline: auto; }
.skb-faq .faq__h { margin: 0; font: inherit; }
.faq__q { font-family: var(--serif); }
.faq__a .prose { padding-bottom: 26px; font-size: 15.5px; color: var(--ink-3); max-width: 70ch; }
.faq__a .prose p { margin: 0; }
.faq__a .prose p + p { margin-top: .8em; }
.on-dark .faq, .on-dark .faq__item { border-color: var(--w14); }
.on-dark .faq__q { color: var(--white); } .on-dark .faq__a .prose { color: var(--w72); }
.skb-faq .faq[style*="columns"] .faq__item { break-inside: avoid; }

/* Gallery */
.skb-gal { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.skb-gal__item { position: relative; display: block; overflow: hidden; border-radius: var(--r); background: var(--line); aspect-ratio: 1 / 1; }
.skb-gal__item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .8s var(--ease); }
.skb-gal__item .skb-placeholder { height: 100%; aspect-ratio: auto; }
.skb-gal__item::after { content: ""; position: absolute; inset: 0; background: rgba(0,5,47,.35); opacity: 0; transition: opacity .3s; pointer-events: none; }
.skb-gal--fade .skb-gal__item:hover::after { opacity: 1; }
.skb-gal--zoom .skb-gal__item:hover img { transform: scale(1.06); }
.skb-gal__cap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: 12px 14px; font: 500 13px/1.3 var(--sans); color: var(--white); background: linear-gradient(to top, rgba(0,5,47,.8), rgba(0,5,47,0)); }
.skb-gal-sec.sec { padding-block: clamp(24px, 3vw, 48px); }

/* Intro columns */
.skb-ic { display: grid; }
.skb-ic--columns { display: grid; gap: 40px; }
.skb-ic__row { display: grid; grid-template-columns: 1fr; gap: 16px 48px; padding: clamp(24px, 3vw, 40px) 0; }
@media (min-width: 768px) { .skb-ic__row { grid-template-columns: 1fr 2fr; } }
.skb-ic--divided .skb-ic__row { border-top: 1px solid var(--line); }
.skb-ic--divided .skb-ic__row:last-child { border-bottom: 1px solid var(--line); }
.skb-ic__title { margin: 0; }
.skb-ic__label .eyebrow { margin-bottom: 10px; }
.skb-ic__list { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 10px; }
.skb-ic__list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; color: var(--ink-2); }
.skb-ic__list svg { width: 18px; height: 18px; color: var(--sky); flex: none; margin-top: 4px; }
.on-dark .skb-ic__list li { color: var(--w85); }
.on-dark .skb-ic--divided .skb-ic__row { border-color: var(--w14); }

/* Map */
.skb-map { position: relative; width: 100%; height: 440px; overflow: hidden; border-radius: var(--r); background: var(--surface); display: grid; place-items: center; align-content: center; gap: 12px; text-align: center; padding: 24px; }
.skb-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.skb-map > svg { width: 40px; height: 40px; color: var(--sky); }
.skb-map__label { font-size: 15px; color: var(--ink-3); margin: 0; }
.skb-map--empty { border: 1px dashed var(--line-3); }

/* Embed */
.skb-embed { position: relative; width: 100%; }
.skb-embed--placeholder { min-height: 200px; display: grid; place-items: center; align-content: center; gap: 12px; text-align: center; padding: 24px; background: var(--surface); border-radius: var(--r); }
.skb-embed--placeholder > svg { width: 40px; height: 40px; color: var(--ink-4); }
.skb-embed__label { font-size: 15px; color: var(--ink-3); margin: 0; }
.skb-embed--empty { border: 1px dashed var(--line-3); }
.skb-embed-sec.sec { padding-block: clamp(24px, 3vw, 48px); }

/* Sitemap index */
.skb-sitemap-sec .more2__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: clamp(32px, 4vw, 48px); }
.on-dark .more3__grid, .on-dark .more3__group, .on-dark .more3__list a { border-color: var(--w14); }
.on-dark .more3__idx { background: var(--sky); color: var(--navy); }
.on-dark .more3__title { color: var(--white); } .on-dark .more3__list a { color: var(--w85); } .on-dark .more3__list a:hover { color: var(--white); }

/* Last updated */
.skb-updated { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); margin: 0; }
.skb-updated svg { width: 16px; height: 16px; color: var(--sky); }

/* Divider */
.skb-div { display: flex; align-items: center; gap: 8px; }
.skb-div__line { display: block; height: 1px; background: var(--line); width: 100%; }
.skb-div--rule .skb-div__line { width: 32px; height: 1px; background: var(--sky); }
.skb-div__dot { width: 5px; height: 5px; border-radius: 50%; background: var(--sky); display: block; }
.on-dark .skb-div__line { background: var(--w14); }

/* Site logo widget */
.skb-logo-w { display: flex; }
.elementor .brand__logo img { height: var(--logo-h, 40px); width: auto; max-width: none; }
.brand--no-panel .brand__logo { background: none; padding: 0; }
.brand--on-dark .brand__word b { color: var(--white); }
.brand--on-dark .brand__word small { color: rgba(255,255,255,.7); }

/* Nav menu widget */
.skb-navw { display: flex; align-items: center; gap: 12px; position: relative; }
.skb-navw .nav { display: none; }
.skb-navw .burger { display: flex; }
@media (min-width: 1025px) { .skb-navw--tablet .nav { display: flex; } .skb-navw--tablet .burger { display: none; } }
@media (min-width: 768px) { .skb-navw--mobile .nav { display: flex; } .skb-navw--mobile .burger { display: none; } }
.skb-navw--dark .nav > a, .skb-navw--dark .nav > button, .skb-navw--dark .burger { color: var(--white); }
.skb-navw--dark .burger { border-color: rgba(255,255,255,.35); }
.skb-navw--no-promo .mega__promo { display: none; }
.skb-navw .mega { position: fixed; left: 0; right: 0; top: var(--header-h); }
.skb-vnav ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.skb-vnav a { color: var(--navy); text-decoration: none; display: inline-block; padding: 6px 0; font-weight: 500; }
.skb-vnav a:hover { color: var(--sky); }

/* Contact info widget */
.skb-ci__title { margin-bottom: 16px; }
.skb-ci__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; flex-wrap: wrap; }
.skb-ci__item a, .skb-ci__static { display: inline-flex; align-items: flex-start; gap: 10px; color: var(--navy); text-decoration: none; font-size: 15px; line-height: 1.5; transition: color .2s; }
.skb-ci__item a:hover { color: var(--sky); }
.skb-ci svg { width: 16px; height: 16px; color: var(--sky); flex: none; margin-top: 4px; }
.skb-ci__label { display: block; font: 700 11px/1.4 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); }
.skb-ci--dark .skb-ci__item a, .skb-ci--dark .skb-ci__static { color: var(--w85); }
.skb-ci--dark .skb-ci__item a:hover { color: var(--sky); }
.skb-ci--dark .skb-ci__label { color: var(--w55); }
.skb-ci--serif .skb-ci__phone { font-family: var(--serif); font-size: 28px; font-weight: 500; line-height: 1; letter-spacing: -.01em; }

/* Social icons widget */
.skb-social { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.skb-social a { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 40px; min-width: 40px; padding: 0 14px 0 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); text-decoration: none; font-size: 13px; font-weight: 600; transition: border-color .2s, color .2s, background .2s, transform .3s var(--ease); }
.skb-social a:hover { border-color: var(--sky); color: var(--sky); transform: translateY(-2px); }
.skb-social svg { width: 15px; height: 15px; }
.skb-social--square a, .skb-social--circle a { padding: 0; }
.skb-social--circle a { border-radius: 50%; }
.skb-social--square a { border-radius: var(--r); }
.skb-social--text a { border: 0; padding: 0; height: auto; min-width: 0; }
.skb-social--text svg { display: none; }
.skb-social--dark a { border-color: var(--w18); color: var(--w85); }
.skb-social--dark a:hover { border-color: var(--sky); color: var(--sky); background: rgba(19,183,255,.06); }

/* Copyright */
.skb-copy { display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between; align-items: center; padding: 22px 0 28px; font-size: 13px; color: var(--ink-3); }
.skb-copy--line { border-top: 1px solid var(--line); }
.skb-copy--dark { color: var(--w55); }
.skb-copy--dark.skb-copy--line { border-color: var(--w14); }
.skb-copy__text { margin: 0; }
.skb-copy .ftr__legal { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 20px; }
.skb-copy a { color: var(--ink-3); text-decoration: none; }
.skb-copy--dark a { color: var(--w72); }
.skb-copy a:hover { color: var(--sky); }

/* Header CTA */
.skb-hcta { display: flex; align-items: center; gap: 10px; }
.skb-hcta .hdr__phone { display: none; }
@media (min-width: 1025px) { .skb-hcta .hdr__phone { display: flex; } .skb-hcta .icon-btn--phone:not(.icon-btn--always) { display: none; } }
.skb-hcta--dark .hdr__phone, .skb-hcta--dark .icon-btn { color: var(--white); }
.skb-hcta--dark .icon-btn { border-color: rgba(255,255,255,.35); }

/* Footer column widget */
.skb-fcol .ftr__col ul, .skb-fcol > nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; font-size: 15px; }
.skb-fcol li { color: var(--ink-2); padding: 5px 0; }
.skb-fcol a { color: var(--ink-2); text-decoration: none; position: relative; display: inline-block; padding: 5px 0; transition: color .2s; }
.skb-fcol a:hover { color: var(--sky); }
.skb-fcol--dark li, .skb-fcol--dark a, .skb-fcol--dark p { color: var(--w85); }
.skb-fcol--dark a:hover { color: var(--white); }
.skb-fcol--dark .ftr__col a::after { content: ""; position: absolute; left: 0; bottom: 2px; width: 100%; height: 1px; background: var(--sky); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.skb-fcol--dark .ftr__col a:hover::after { transform: scaleX(1); transform-origin: left; }
.skb-fcol__desc { margin-top: 24px; font-size: 15px; line-height: 1.7; max-width: 360px; }
.skb-fcol--dark .skb-fcol__desc, .skb-fcol--dark .skb-fcol__desc p { color: var(--w72); }
.skb-fcol .ftr__card { display: flex; flex-direction: column; gap: 10px; }
.skb-fcol:not(.skb-fcol--dark) .ftr__phone { color: var(--navy); }
.skb-fcol:not(.skb-fcol--dark) .ftr__mail, .skb-fcol:not(.skb-fcol--dark) .ftr__addr, .skb-fcol:not(.skb-fcol--dark) .ftr__hours { color: var(--ink-2); }
.skb-fcol .ftr__social { list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.skb-fcol .ftr__social li { padding: 0; }
.skb-fcol .ftr__social a { display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 14px 0 12px; border: 1px solid var(--w18); border-radius: 999px; color: var(--w85); text-decoration: none; font-size: 13px; font-weight: 600; transition: border-color .2s, color .2s, background .2s; }
.skb-fcol .ftr__social a:hover { border-color: var(--sky); color: var(--sky); background: rgba(19,183,255,.06); }
.skb-fcol .ftr__social svg { width: 15px; height: 15px; transition: transform .3s var(--ease); }
.skb-fcol .ftr__social a:hover svg { transform: scale(1.15); }
.skb-fcol--brand .brand { display: inline-flex; }
.skb-fcol--brand .brand__logo { padding: 10px 14px; }
.skb-fcol--brand .brand__logo img { height: 52px; }
.skb-fcol--brand .brand__word { display: none; }
.skb-fcol--contact .ftr__card .ftr__title { margin-bottom: 22px; }
.skb-fcol__desc p { margin: 0; }

/* Top bar widget */
.topbar--widget { display: block; }
.topbar--line { border-bottom: 1px solid var(--w14); }

/* Elementor Theme Builder header/footer built from SKB widgets (mirrors the approved design's .hdr__bar / .ftr3 layout) */
.elementor-section.hdr-wrap { position: fixed; top: 0; left: 0; right: 0; z-index: 60; }
.elementor-section.hdr > .elementor-container { display: grid; grid-template-columns: 1fr auto auto; column-gap: 10px; align-items: center; max-width: var(--max); height: var(--header-h); padding: 0 var(--pad); box-sizing: border-box; }
.elementor-section.hdr > .elementor-container > .elementor-column { width: auto !important; min-width: 0; }
.elementor-section.hdr .elementor-column > .elementor-element-populated { padding: 0; }
.elementor-section.hdr .elementor-widget { margin-bottom: 0; }
.elementor-section.hdr .elementor-widget-wrap { align-content: center; }
.elementor-section.hdr .skb-logo-w, .elementor-section.hdr .skb-navw, .elementor-section.hdr .skb-hcta { min-height: 0; align-items: center; }
.elementor-section.hdr .skb-navw { justify-content: flex-end; position: static; }
.elementor-section.hdr .skb-hcta { justify-content: flex-end; }
.elementor-section.hdr > .elementor-container > .elementor-column:has(.skb-navw) { order: 3; }
@media (min-width: 1025px) {
  .elementor-section.hdr > .elementor-container { grid-template-columns: 1fr auto 1fr; column-gap: 24px; }
  .elementor-section.hdr > .elementor-container > .elementor-column:has(.skb-navw) { order: 0; justify-self: center; }
  .elementor-section.hdr > .elementor-container > .elementor-column:has(.skb-hcta) { justify-self: end; }
  .elementor-section.hdr .skb-navw { justify-content: center; }
}
body:not(.skb-header-transparent) .site-main { padding-top: var(--header-h); }
body:not(.skb-header-transparent) .site-main > .hero:first-child, body:not(.skb-header-transparent) .site-main > .elementor > .hero:first-child { margin-top: calc(-1 * var(--header-h)); }
.elementor-location-footer { position: relative; background: #020630; color: var(--white); overflow: hidden; isolation: isolate; }
.elementor-location-footer::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(19,183,255,.8), transparent); }
.elementor-location-footer::after { content: ""; position: absolute; inset: auto -20% -40% -20%; height: 70%; background: radial-gradient(50% 60% at 50% 100%, rgba(19,183,255,.16) 0%, rgba(19,183,255,0) 70%); z-index: -1; pointer-events: none; }
.elementor-section.ftr-top > .elementor-container, .elementor-section.ftr-cols > .elementor-container, .elementor-section.ftr-bar > .elementor-container { max-width: var(--max); padding: 0 var(--pad); box-sizing: border-box; }
.elementor-section.ftr-top .elementor-column > .elementor-element-populated, .elementor-section.ftr-cols .elementor-column > .elementor-element-populated, .elementor-section.ftr-bar .elementor-column > .elementor-element-populated { padding: 0; }
.elementor-section.ftr-top .elementor-widget, .elementor-section.ftr-cols .elementor-widget, .elementor-section.ftr-bar .elementor-widget { margin-bottom: 0; }
.elementor-section.ftr-cols > .elementor-container { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px 24px; padding-top: clamp(48px, 6vw, 72px); padding-bottom: clamp(48px, 6vw, 72px); }
.elementor-section.ftr-cols > .elementor-container > .elementor-column { width: auto !important; min-width: 0; }
.elementor-section.ftr-cols > .elementor-container > .elementor-column:has(.skb-fcol--brand), .elementor-section.ftr-cols > .elementor-container > .elementor-column:has(.skb-fcol--contact) { grid-column: span 2; }
@media (min-width: 768px) { .elementor-section.ftr-cols > .elementor-container { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1025px) { .elementor-section.ftr-cols > .elementor-container { grid-template-columns: 4fr 2fr 2fr 2fr 3fr; gap: 40px; } }
.elementor-section.ftr-cols .skb-fcol--brand { max-width: 360px; }
.elementor-section.ftr-cols .skb-fcol--contact, .elementor-section.ftr-cols .skb-fcol--contact .ftr__card { height: 100%; box-sizing: border-box; }
.elementor-section.ftr-cols .elementor-widget-wrap, .elementor-section.ftr-cols .elementor-widget, .elementor-section.ftr-cols .elementor-widget-container { height: 100%; }
.elementor-section.ftr-bar .skb-copy { padding: 22px 0 28px; }
.elementor-section.ftr-bar .skb-copy__areas { letter-spacing: .04em; }
/* Pixel-match with the approved preview */
@media (min-width: 1025px) { .skb-hcta { gap: 22px; } }
.mnav__head .brand__word { display: none; }
.skb-fcol--brand .brand { padding: 0; vertical-align: top; }
.skb-fcol--brand .skb-fcol__desc { margin-top: 32px; }
.skb-fcol .ftr__card a { padding: 0; }
/* Homepage conversion helpers */
.testi__mark::before { content: "\201C"; }
.svc__txt .svc__more { margin-top: 14px; }
@media (min-width: 900px) { .cta2__in:not(:has(> .cta2__card)) { grid-template-columns: minmax(0, 1fr); } }
.skb-embed-sec .skb-embed--placeholder:not(.skb-embed--empty) { min-height: 0; padding: 0; background: none; border: 0; }
/* WordPress admin bar offset for the Theme Builder header */
.admin-bar .elementor-section.hdr-wrap { top: 32px; }
@media (max-width: 782px) { .admin-bar .elementor-section.hdr-wrap { top: 46px; } }


/* Awards (approved design layout). Without award tiles the intro spans the full width. */
.awards__grid--solo { grid-template-columns: minmax(0, 1fr); }
.awards__grid--solo .awards__intro { position: static; max-width: 820px; }
.awards .awards__title { margin-bottom: 28px; }
.awards .awards__text { margin-bottom: 32px; color: var(--ink-2, var(--navy)); }
.awards .awards__text > :last-child { margin-bottom: 0; }
.awards .awards__buttons { margin-top: 32px; }
.on-dark .awards .awards__text { color: var(--w85); }

/* Gallery: projects mosaic from the approved design (large, standard and wide tiles; lightbox on click). */
.skb-proj.projects { gap: clamp(10px, 1.4vw, 16px); }
.skb-proj__item { cursor: zoom-in; }
.skb-proj__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,5,47,.55), rgba(0,5,47,0) 55%); opacity: 0; transition: opacity .4s var(--ease); pointer-events: none; }
.skb-proj__item:hover::after, .skb-proj__item:focus-visible::after { opacity: 1; }
.skb-proj__item:focus-visible { outline: 2px solid var(--sky); outline-offset: 3px; }
@media (max-width: 699px) { .skb-proj.projects { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 44vw; } .skb-proj .span-2 { grid-column: span 2; } }

/* Hero: portrait phone images and background slider */
.hero__pic { display: contents; }
.hero[data-slider-mode="images"] .hero__slides .hero__slide { opacity: 1; transform: none; pointer-events: auto; }
.hero__ctrl .hero__count { font-variant-numeric: tabular-nums; }
@media (max-width: 767px) {
  .hero[data-slider] .hero__bar { gap: 20px; }
  .hero[data-slider] .hero__ctrl { width: 100%; justify-content: space-between; gap: 12px; }
  .hero[data-slider] .hero__arrow { width: 44px; height: 44px; }
  .hero__shade { background: linear-gradient(to top, rgba(0,5,47,.92) 0%, rgba(0,5,47,.55) 42%, rgba(0,5,47,.15) 72%, rgba(0,5,47,.35) 100%); }
}
@media (prefers-reduced-motion: reduce) { .hero__img { transition: none; } }

/* Intro + form (Contact page) on small screens: contact cards fit the column and long values wrap;
   form fields stack to full width below 768px so placeholders are readable. */
.skb-if > * { min-width: 0; }
.skb-if .contact-cards { grid-template-columns: minmax(0, 1fr); }
.skb-if .call-card { display: flex; width: 100%; max-width: 100%; min-width: 0; }
.skb-if .call-card > span:last-child { min-width: 0; }
.skb-if .call-card small { line-height: 1.45; white-space: normal; }
.skb-if .call-card b { overflow-wrap: anywhere; }
@media (max-width: 767px) {
  .skb-if .call-card { gap: 14px; padding: 16px 18px; }
  .skb-if .call-card__ic { width: 40px; height: 40px; }
  .skb-if .call-card small { letter-spacing: .12em; }
  .skb-if .call-card b { font-size: clamp(20px, 5.6vw, 26px); line-height: 1.15; }
  .skb-if__form .elementor-form .elementor-field-group { width: 100% !important; max-width: 100%; }
}

/* Footer: the Contact Info column comes first in the markup (same heading order as the live site: Contact Info, Quick Links, Useful Links) but keeps its visual place as the last column. */
.ftr-cols > .elementor-container > .elementor-column.ftr-col--contact { order: 9; }
