.home-page .site-topbar.site-topbar--home.home-topbar--reference-visible {
    display: block;
}

@media (min-width: 981px) {
    .home-page .site-topbar.site-topbar--home.home-topbar--reference-visible {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.home-page .site-topbar--home .site-topbar-inner {
    width: 100% !important;
    padding-left: clamp(10px, 1.2vw, 24px);
    padding-right: clamp(10px, 1.2vw, 24px);
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.home-page .site-topbar--home .site-topbar-row--utility {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 38px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.home-page .site-topbar--home .site-topbar-row--contact {
    min-height: 114px;
    padding: 12px 0;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.home-page .site-topbar--home .site-topbar-row--contact.site-contact-search-bar.home-header-contact-row {
    min-height: 114px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.home-page .site-topbar--home .site-topbar-row--contact.site-contact-search-bar {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.home-page .site-topbar--home .site-topbar-row--utility,
.home-page .site-topbar--home .site-topbar-row--contact,
.home-page .site-topbar--home .site-topbar-row--contact.site-contact-search-bar,
.home-page .site-topbar--home .topbar-contact-list--inline,
.home-page .site-topbar--home .topbar-actions {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.home-page .site-topbar--home .site-social-label,
.home-page .site-topbar--home .site-utility-link,
.home-page .site-topbar--home .topbar-label,
.home-page .site-topbar--home .site-topbar-badge-copy strong,
.home-page .site-topbar--home .site-topbar-badge-copy span,
.home-page .site-topbar--home .site-topbar-badge-copy a {
    color: #ffffff;
}

.home-page .site-topbar--home .site-social-link,
.home-page .site-topbar--home .site-utility-link {
    opacity: 0.92;
}

.home-page .site-topbar--home .site-social-links,
.home-page .site-topbar--home .site-utility-links {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.home-page .site-topbar--home .site-social-label {
    display: inline-flex !important;
    align-items: center !important;
    font-size: 13px !important;
    margin-right: 8px !important;
}

.home-page .site-topbar--home .site-social-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 18px !important;
    min-height: 18px !important;
}

.home-page .site-topbar--home .site-social-link:hover,
.home-page .site-topbar--home .site-utility-link:hover {
    opacity: 1;
}

.home-page .site-topbar--home .topbar-contact-card {
    min-height: calc(var(--header-sync-contact-card-height) + 8px);
}

.home-page .site-topbar--home .topbar-contact-list--inline {
    gap: 0;
}

.home-page .site-topbar--home .topbar-contact-card {
    position: relative;
    width: clamp(228px, 15.6vw, 286px);
    min-width: clamp(228px, 15.6vw, 286px);
    max-width: clamp(228px, 15.6vw, 286px);
    height: 66px;
    min-height: 66px;
    gap: 10px;
    padding: 0 clamp(10px, 1.2vw, 22px) 0 0;
}

.home-page .site-topbar--home .topbar-contact-card .site-topbar-badge-copy {
    gap: 3px;
}

.home-page .site-topbar--home .topbar-contact-card:first-child .topbar-label {
    display: none;
}

.home-page .site-topbar--home .topbar-contact-card:first-child::after {
    content: "";
    position: absolute;
    right: -9px;
    top: 50%;
    width: 1px;
    height: 52px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.28);
}

.home-page .site-topbar--home .topbar-contact-card:last-child {
    padding-left: clamp(10px, 1.2vw, 22px);
}

.home-page .site-topbar--home .site-search-form {
    width: clamp(360px, 24vw, 520px);
}

.home-page .site-topbar--home .site-search-input {
    min-height: 52px;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.home-page .site-topbar--home .site-search-button {
    min-width: 118px;
    min-height: 52px;
    font-size: 15px;
    border-radius: 0;
    background: #ef5a0f;
    box-shadow: none;
}

.home-page .site-topbar--home .topbar-phone-cta {
    min-height: 82px;
    padding: 0 22px 0 12px;
}

.home-page .site-topbar--home .topbar-phone-cta-icon {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
}

.home-page .site-topbar--home .topbar-phone-cta-icon svg {
    width: 30px;
    height: 30px;
}

.home-page .site-topbar--home .topbar-phone-cta-label {
    font-size: 13px;
}

.home-page .site-topbar--home .topbar-phone-cta-copy strong {
    font-size: clamp(24px, 1.7vw, 36px);
}

.home-page .site-topbar--home .topbar-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(10px, 1.2vw, 24px);
    flex: 1 1 auto;
    min-width: 0;
    margin-left: clamp(10px, 1.2vw, 26px);
}

.home-page .site-topbar--home .topbar-actions .site-search-form {
    flex: 0 1 clamp(360px, 24vw, 520px);
    max-width: clamp(360px, 24vw, 520px);
}

.home-page .site-topbar--home .topbar-actions .topbar-phone-cta {
    margin-left: auto;
}

.home-page .lang-switcher--home-reference {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}

.home-page .lang-switcher--home-reference .lang-chip {
    min-width: 40px;
    min-height: 38px;
    padding: 0 11px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    box-shadow: none;
}

.home-page .lang-switcher--home-reference .lang-chip.is-active {
    border-color: #ef5a0f;
    background: #ef5a0f;
}

.home-page .home-header-strip {
    display: none;
}

.home-page .site-header-main--reference.home-header-main {
    background: #ffffff;
    border-bottom: 1px solid rgba(209, 218, 229, 0.96);
    box-shadow: none;
}

.home-page .site-header-main--reference.home-header-main.home-header-main--reference-compact {
    position: relative;
    z-index: 4;
}

.home-page .site-header-main--reference.home-header-main.home-header-main--reference-roomier {
    border-bottom-color: rgba(200, 211, 226, 0.98);
}

.home-page .site-header-inner.home-header-inner {
    width: min(1280px, calc(100% - 56px));
    min-height: 72px;
    grid-template-columns: 154px minmax(0, 1fr) 162px;
    gap: 18px;
}

.home-page .site-header-inner.home-header-inner.home-header-inner--reference-roomier {
    width: min(1400px, calc(100% - 36px));
    min-height: 102px;
    grid-template-columns: 236px minmax(0, 1fr) 220px;
    gap: 32px;
}

.home-page .home-header-inner .brand-logo--reference-tight,
.home-page .home-header-inner .brand-logo--home-reference.brand-logo--reference-tight,
.home-page .home-header-inner .brand-logo--home-reference {
    width: 112px;
    max-width: 112px;
    max-height: 32px;
    object-fit: contain;
}

.home-page .home-header-inner .brand-logo--reference-roomier,
.home-page .home-header-inner .brand-logo--home-reference.brand-logo--reference-roomier {
    width: 184px;
    max-width: 184px;
    max-height: 52px;
}

.home-page .nav-list.home-nav-list,
.home-page .nav-list.home-nav-list.home-nav-list--reference-condensed {
    gap: 18px;
    flex-wrap: nowrap;
}

.home-page .nav-list.home-nav-list.home-nav-list--reference-condensed,
.home-page .nav-list.home-nav-list.home-nav-list--reference-roomier {
    gap: 34px;
}

.home-page .home-nav-list .nav-link {
    min-height: 72px;
    color: #133769;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.home-page .home-nav-list.home-nav-list--reference-condensed .nav-link,
.home-page .home-nav-list.home-nav-list--reference-roomier .nav-link {
    min-height: 102px;
    font-size: 16px;
}

.home-page .home-nav-list .nav-link-arrow {
    width: auto;
    font-size: 13px;
}

.home-page .home-nav-list.home-nav-list--reference-condensed .nav-link-arrow,
.home-page .home-nav-list.home-nav-list--reference-roomier .nav-link-arrow {
    font-size: 16px;
}

.home-page .home-nav-list .nav-link-arrow::before {
    display: none;
}

.home-page .home-header-tools .nav-quote-button {
    min-height: 34px;
    padding: 0 16px;
    border-radius: 0;
    background: #0b2f69;
    box-shadow: none;
    font-size: 11px;
    font-weight: 700;
}

.home-page .home-header-main--reference-roomier .home-header-tools .nav-quote-button {
    min-height: 48px;
    padding: 0 24px;
    font-size: 14px;
}

.home-page .hero-slide,
.home-page .hero-stage-grid.hero-stage-banner {
    min-height: 0;
    aspect-ratio: 16 / 9;
}

.home-page .hero-stage-grid.hero-stage-banner--reference-tight,
.home-page .hero-stage-grid.hero-stage-banner--reference-tight .hero-slide {
    height: clamp(360px, 32vw, 460px);
    aspect-ratio: auto;
}

.home-page .hero-stage-grid.hero-stage-banner--reference-flat,
.home-page .hero-stage-grid.hero-stage-banner--reference-flat .hero-slide {
    height: clamp(280px, 26vw, 332px);
}

.home-page .hero-stage-grid.hero-stage-banner--reference-expanded,
.home-page .hero-stage-grid.hero-stage-banner--reference-expanded .hero-slide {
    height: clamp(420px, 35vw, 500px);
}

.home-page .hero-slide-ribbon {
    top: calc(50% - 104px);
    left: 50%;
    display: flex;
    align-items: center;
    width: min(1260px, calc(100% - 44px));
    min-height: 36px;
    padding-left: 0;
    transform: translateX(-50%);
}

.home-page .hero-slide-ribbon--content-fit {
    left: 54px;
    right: auto;
    width: fit-content;
    max-width: min(760px, calc(100% - 108px));
    padding: 0 18px 0 8px;
    justify-content: flex-start;
    transform: none;
}

.home-page .hero-slide-ribbon--content-fit.hero-slide-ribbon--edge-aligned {
    left: 0;
    max-width: min(760px, calc(100% - 36px));
    padding-left: 16px;
}

.home-page .hero-slide-ribbon--content-fit .hero-ribbon-text {
    flex: 0 1 auto;
    min-height: 36px;
    max-width: min(620px, calc(100vw - 224px));
    white-space: nowrap;
}

.home-page .hero-slide-ribbon--content-fit .hero-ribbon-cut {
    right: -34px;
    border-top-width: 36px;
    border-left-width: 34px;
}

.home-page .hero-slide-ribbon--title-safe {
    top: clamp(8px, 1.6vw, 22px);
}

.home-page .hero-slide-copy.hero-intro-copy {
    position: absolute;
    inset: 0;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
}

.home-page .hero-slide-copy.hero-intro-copy.hero-slide-copy--arrow-safe {
    box-sizing: border-box;
    padding-left: 92px;
    padding-right: 56px;
}

.home-page .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy {
    align-items: flex-start;
    padding: 0 0 0 62px;
}

.home-page .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy.hero-slide-copy--arrow-safe {
    padding-left: 118px;
}

.home-page .hero-slide-copy-shell--left-center {
    display: flex;
    align-items: center;
    width: min(1280px, calc(100% - 56px));
    min-height: 100%;
    margin: 0 auto;
}

.home-page .hero-slide-copy-panel--left-center {
    width: min(540px, 46vw);
    max-width: 540px;
    margin-top: 14px;
}

.home-page .hero-slide-copy-panel--reference-surface {
    padding: 18px 24px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(9, 37, 91, 0.82), rgba(7, 25, 63, 0.58));
    box-shadow: 0 24px 60px rgba(2, 13, 40, 0.26);
    backdrop-filter: blur(3px);
}

.home-page .hero-slide-copy-panel--reference-transparent {
    position: relative;
    isolation: isolate;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.home-page .hero-slide-copy-panel--reference-transparent::before {
    content: "";
    position: absolute;
    inset: -18px -18px -18px -30px;
    background: radial-gradient(circle at 18% 38%, rgba(7, 34, 82, 0.28) 0%, rgba(7, 34, 82, 0.18) 34%, rgba(7, 34, 82, 0.08) 56%, rgba(7, 34, 82, 0) 76%);
    filter: blur(14px);
    pointer-events: none;
    z-index: -1;
}

.home-page .hero-slide .hero-stage-overlay {
    background: linear-gradient(90deg, rgba(7, 33, 82, 0.78) 0%, rgba(7, 33, 82, 0.56) 24%, rgba(7, 33, 82, 0.24) 46%, rgba(7, 33, 82, 0.08) 66%, rgba(7, 33, 82, 0) 100%);
}

.home-page .hero-slide--reference-primary .hero-stage-overlay {
    background: linear-gradient(90deg, rgba(7, 33, 82, 0.74) 0%, rgba(7, 33, 82, 0.52) 24%, rgba(7, 33, 82, 0.22) 44%, rgba(7, 33, 82, 0.08) 64%, rgba(7, 33, 82, 0) 100%);
}

.home-page .hero-slide--reference-primary .hero-slide-media--reference-crop-shifted {
    background-position: 60% 46%;
    transform: scale(1.03);
}

.home-page .hero-slide--reference-primary .hero-slide-ribbon {
    top: calc(50% - 116px);
    width: min(1200px, calc(100% - 76px));
    min-height: 34px;
}

.home-page .hero-slide--reference-primary .hero-slide-ribbon--reference-tight {
    top: clamp(150px, 14vw, 182px);
    width: min(720px, calc(100% - 84px));
    min-height: 30px;
}

.home-page .hero-slide--reference-primary .hero-slide-ribbon--reference-short {
    top: clamp(52px, 4.6vw, 70px);
    left: clamp(210px, 21vw, 286px);
    width: clamp(360px, 40vw, 520px);
    min-height: 24px;
    transform: none;
}

.home-page .hero-slide--reference-primary .hero-slide-ribbon--reference-balanced {
    left: clamp(218px, 19.2vw, 272px);
    width: clamp(328px, 34vw, 432px);
    min-height: 26px;
}

.home-page .hero-slide--reference-primary .hero-slide-ribbon--content-fit,
.home-page .hero-slide--reference-primary .hero-slide-ribbon--reference-short.hero-slide-ribbon--content-fit,
.home-page .hero-slide--reference-primary .hero-slide-ribbon--reference-balanced.hero-slide-ribbon--content-fit {
    left: 54px;
    width: fit-content;
    max-width: min(700px, calc(100% - 108px));
}

.home-page .hero-slide--reference-primary .hero-slide-ribbon--content-fit.hero-slide-ribbon--edge-aligned,
.home-page .hero-slide--reference-primary .hero-slide-ribbon--reference-short.hero-slide-ribbon--content-fit.hero-slide-ribbon--edge-aligned,
.home-page .hero-slide--reference-primary .hero-slide-ribbon--reference-balanced.hero-slide-ribbon--content-fit.hero-slide-ribbon--edge-aligned {
    left: 0;
    max-width: min(700px, calc(100% - 36px));
    padding-left: 16px;
}

.home-page .hero-slide-copy-panel--reference-surface-flat {
    min-height: 304px;
    padding: 94px 34px 30px;
    border-radius: 0;
    background: linear-gradient(90deg, rgba(7, 36, 88, 0.92) 0%, rgba(7, 36, 88, 0.8) 60%, rgba(7, 36, 88, 0.32) 100%);
    box-shadow: none;
    backdrop-filter: none;
}

.home-page .hero-slide--reference-primary .hero-slide-copy-shell--left-center {
    align-items: flex-start;
    min-height: 0;
    height: auto;
    padding-top: clamp(72px, 6.4vw, 86px);
}

.home-page .hero-slide-copy-panel--reference-compact {
    width: min(402px, 32vw);
    max-width: 402px;
    min-height: 0;
    padding: 54px 22px 20px;
    background: linear-gradient(90deg, rgba(7, 34, 82, 0.9) 0%, rgba(7, 34, 82, 0.8) 72%, rgba(7, 34, 82, 0.44) 100%);
}

.home-page .hero-slide-copy-panel--reference-lifted {
    min-height: 0;
    padding: 18px 18px 14px;
    background: linear-gradient(90deg, rgba(7, 34, 82, 0.86) 0%, rgba(7, 34, 82, 0.78) 70%, rgba(7, 34, 82, 0.3) 100%);
}

.home-page .hero-slide-copy-panel--reference-lifted.hero-slide-copy-panel--ribbon-safe {
    padding-top: 18px;
}

.home-page .hero-slide-copy-panel--reference-composed {
    width: min(478px, 40vw);
    max-width: 478px;
    min-height: 278px;
    padding: 32px 30px 32px;
    border-radius: 0;
    background: linear-gradient(90deg, rgba(7, 34, 82, 0.92) 0%, rgba(7, 34, 82, 0.84) 66%, rgba(7, 34, 82, 0.34) 100%);
    box-shadow: none;
    backdrop-filter: none;
}

.home-page .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-composed {
    padding: 28px 24px 28px 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.home-page .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-composed.hero-slide-copy-panel--ribbon-safe {
    padding-top: 84px;
}

.home-page .hero-slide-copy-panel--ribbon-safe {
    padding-top: clamp(72px, 6.8vw, 90px);
}

.home-page .hero-copy-stack--left-center,
.home-page .hero-copy-stack--tight.hero-copy-stack--left-center {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
}

.home-page .hero-copy-stack--tight {
    max-width: 484px;
}

.home-page .hero-copy-stack--reference-composed {
    max-width: 388px;
}

.home-page .hero-stage-title,
.home-page .hero-copy-stack--reference .hero-stage-title,
.home-page .hero-copy-stack--tight .hero-stage-title {
    max-width: 480px;
    margin: 0 0 12px;
    font-size: clamp(28px, 2.5vw, 38px);
    line-height: 1.04;
    letter-spacing: -0.02em;
    text-transform: none !important;
}

.home-page .hero-slide-ribbon-text--clamp {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.home-page .hero-ribbon-text,
.home-page .hero-stage-title,
.home-page .hero-stage-subtitle,
.home-page .hero-stage-subcopy {
    text-transform: none;
}

.home-page .hero-ribbon-text {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0;
}

.home-page .hero-stage-title--clamp {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.home-page .hero-stage-subtitle {
    max-width: 420px;
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-page .hero-stage-subcopy {
    max-width: 428px;
    margin: 0 0 22px;
    font-size: 13px;
    line-height: 1.55;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.home-page .hero-stage-actions {
    gap: 14px;
}

.home-page .hero-copy-stack--reference-composed .hero-stage-title {
    max-width: 384px;
    margin-bottom: 16px;
    font-size: clamp(30px, 2.55vw, 40px);
    line-height: 1.08;
}

.home-page .hero-copy-stack--reference-composed .hero-stage-subtitle {
    max-width: 366px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.38;
    font-weight: 700;
}

.home-page .hero-copy-stack--reference-composed .hero-stage-subcopy {
    max-width: 372px;
    margin-bottom: 0;
    font-size: 12.5px;
    line-height: 1.66;
}

.home-page .hero-stage-actions--reference-sized {
    flex-wrap: wrap;
}

.home-page .hero-stage-actions--reference-aligned {
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

.home-page .hero-stage-actions--reference-aligned .quote-button,
.home-page .hero-stage-actions--reference-aligned .ghost-button {
    width: 132px;
    min-height: 36px;
    padding: 0 14px;
    font-size: 10.5px;
    letter-spacing: 0.02em;
}

.home-page .hero-slide-copy-panel--reference-transparent .hero-stage-title {
    text-shadow: 0 8px 22px rgba(5, 16, 46, 0.32);
}

.home-page .hero-slide-copy-panel--reference-transparent .hero-stage-subtitle,
.home-page .hero-slide-copy-panel--reference-transparent .hero-stage-subcopy {
    text-shadow: 0 6px 18px rgba(5, 16, 46, 0.26);
}

.home-page .hero-slide-copy-panel--reference-transparent .quote-button {
    background: linear-gradient(135deg, rgba(248, 133, 37, 0.84), rgba(233, 111, 17, 0.72));
    border: 1px solid rgba(255, 193, 130, 0.42);
    box-shadow: 0 18px 34px rgba(8, 20, 49, 0.16);
    backdrop-filter: blur(4px);
}

.home-page .hero-slide-copy-panel--reference-transparent .ghost-button--hero {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(4px);
}

.home-page .hero-copy-stack--primary-copy {
    max-width: 352px;
}

.home-page .hero-copy-stack--primary-copy-wide {
    max-width: 438px;
}

.home-page .hero-copy-stack--primary-copy .hero-stage-title {
    max-width: 336px;
    margin-bottom: 16px;
    font-size: clamp(24px, 2vw, 30px);
    line-height: 1.16;
    letter-spacing: -0.01em;
    text-transform: none !important;
}

.home-page .hero-copy-stack--primary-copy .hero-stage-subtitle {
    max-width: 314px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.38;
    font-weight: 600;
}

.home-page .hero-copy-stack--primary-copy .hero-stage-subcopy {
    max-width: 320px;
    margin-bottom: 20px;
    font-size: 12.5px;
    line-height: 1.55;
}

.home-page .hero-copy-stack--primary-copy-wide .hero-stage-title {
    max-width: 418px;
    margin-bottom: 14px;
    font-size: clamp(29px, 2.5vw, 39px);
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.home-page .hero-copy-stack--primary-copy-wide .hero-stage-subtitle {
    max-width: 374px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.36;
}

.home-page .hero-copy-stack--primary-copy-wide .hero-stage-subcopy {
    max-width: 392px;
    margin-bottom: 22px;
    font-size: 12.5px;
    line-height: 1.6;
}

.home-page .hero-slide--reference-primary .hero-copy-stack--primary-copy-wide {
    max-width: 236px;
}

.home-page .hero-slide--reference-primary .hero-copy-stack--primary-copy-wide .hero-stage-title {
    max-width: 236px;
    margin-bottom: 8px;
    font-size: clamp(17px, 1.35vw, 21px);
    line-height: 1.12;
}

.home-page .hero-slide--reference-primary .hero-copy-stack--primary-copy-wide .hero-stage-subtitle {
    max-width: 228px;
    margin-bottom: 6px;
    font-size: 10px;
    line-height: 1.36;
    font-weight: 700;
}

.home-page .hero-slide--reference-primary .hero-copy-stack--primary-copy-wide .hero-stage-subcopy {
    max-width: 226px;
    margin-bottom: 12px;
    font-size: 9px;
    line-height: 1.38;
}

.home-page .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy {
    align-items: center;
    padding: 0;
}

.home-page .hero-stage-actions .quote-button,
.home-page .hero-stage-actions .ghost-button {
    width: 128px;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 0;
    box-shadow: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.home-page .hero-slide--reference-primary .hero-slide-copy-panel--left-center {
    width: min(286px, 24vw);
    max-width: 286px;
    margin-top: 0;
}

.home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-roomier {
    width: min(338px, 28vw);
    max-width: 338px;
    padding: 24px 24px 18px;
}

.home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-roomier.hero-slide-copy-panel--ribbon-safe {
    padding-top: 24px;
}

.home-page .hero-slide--reference-primary .hero-slide-copy-shell--left-center {
    align-items: center;
    min-height: 100%;
    height: auto;
    padding-top: 0;
}

.home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-composed {
    width: min(438px, 34vw);
    max-width: 438px;
    min-height: 286px;
    margin-top: 0;
    padding: 34px 32px 34px;
    background: linear-gradient(90deg, rgba(7, 34, 82, 0.94) 0%, rgba(7, 34, 82, 0.86) 64%, rgba(7, 34, 82, 0.32) 100%);
}

.home-page .hero-slide--reference-primary .hero-copy-stack--reference-composed {
    max-width: 354px;
}

.home-page .hero-slide--reference-primary .hero-copy-stack--reference-composed .hero-stage-title {
    max-width: 352px;
    margin-bottom: 16px;
    font-size: clamp(29px, 2.2vw, 36px);
    line-height: 1.1;
}

.home-page .hero-slide--reference-primary .hero-copy-stack--reference-composed .hero-stage-subtitle {
    max-width: 334px;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.46;
    font-weight: 700;
}

.home-page .hero-slide--reference-primary .hero-copy-stack--reference-composed .hero-stage-subcopy {
    max-width: 340px;
    font-size: 11px;
    line-height: 1.6;
}

.home-page .hero-slide--reference-primary .hero-stage-actions--reference-aligned {
    gap: 12px;
    margin-top: 26px;
}

.home-page .hero-slide--reference-primary .hero-stage-actions--reference-aligned .quote-button,
.home-page .hero-slide--reference-primary .hero-stage-actions--reference-aligned .ghost-button {
    width: 124px;
    min-height: 34px;
    padding: 0 12px;
    font-size: 10px;
}

.home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-separated {
    width: min(426px, 33vw);
    max-width: 426px;
    min-height: 300px;
    margin-top: -8px;
    padding: 24px 32px 28px;
    background: linear-gradient(90deg, rgba(7, 34, 82, 0.95) 0%, rgba(7, 34, 82, 0.87) 62%, rgba(7, 34, 82, 0.34) 100%);
}

.home-page .hero-slide--reference-primary .hero-copy-stack--reference-separated {
    display: flex;
    flex-direction: column;
    max-width: 334px;
}

.home-page .hero-slide--reference-primary .hero-copy-stack--reference-separated .hero-stage-title {
    max-width: 330px;
    margin-bottom: 18px;
    font-size: clamp(32px, 2.35vw, 39px);
    line-height: 1.08;
}

.home-page .hero-slide--reference-primary .hero-copy-stack--reference-separated .hero-stage-subtitle {
    max-width: 318px;
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 1.54;
    font-weight: 700;
}

.home-page .hero-slide--reference-primary .hero-copy-stack--reference-separated .hero-stage-subcopy {
    max-width: 322px;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 1.66;
}

.home-page .hero-slide--reference-primary .hero-stage-actions--reference-separated {
    gap: 12px;
    margin-top: 28px;
    padding-top: 2px;
}

.home-page .hero-slide--reference-primary .hero-stage-actions--reference-separated .quote-button,
.home-page .hero-slide--reference-primary .hero-stage-actions--reference-separated .ghost-button {
    width: 122px;
    min-height: 36px;
    padding: 0 12px;
    font-size: 10px;
}

.home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-composed {
    width: min(442px, 34vw);
    max-width: 442px;
    min-height: 292px;
    padding: 24px 28px 24px 0;
    background: transparent;
}

.home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-separated {
    width: min(434px, 34vw);
    max-width: 434px;
    min-height: 294px;
    margin-top: -2px;
    padding: 20px 28px 22px 0;
    background: transparent;
}

.home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--ribbon-safe {
    padding-top: 84px;
}

.home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent .hero-copy-stack--reference-separated {
    max-width: 340px;
}

.home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent .hero-stage-title {
    text-shadow: 0 8px 22px rgba(5, 16, 46, 0.34);
}

.home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent .hero-stage-subtitle,
.home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent .hero-stage-subcopy {
    text-shadow: 0 6px 18px rgba(5, 16, 46, 0.28);
}

.home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent .hero-stage-actions--reference-separated {
    gap: 14px;
    margin-top: 30px;
}

.home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent .quote-button {
    background: linear-gradient(135deg, rgba(248, 133, 37, 0.84), rgba(233, 111, 17, 0.72));
    border: 1px solid rgba(255, 193, 130, 0.42);
    box-shadow: 0 18px 34px rgba(8, 20, 49, 0.16);
    backdrop-filter: blur(4px);
}

.home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent .ghost-button--hero {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(4px);
}

.home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-roomier .hero-copy-stack--primary-copy-wide {
    max-width: 292px;
}

.home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-roomier .hero-stage-title {
    max-width: 292px;
    margin-bottom: 12px;
    font-size: clamp(24px, 1.9vw, 29px);
    line-height: 1.14;
}

.home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-roomier .hero-stage-subtitle {
    max-width: 278px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.42;
    font-weight: 700;
}

.home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-roomier .hero-stage-subcopy {
    max-width: 286px;
    margin-bottom: 18px;
    font-size: 10px;
    line-height: 1.52;
}

.home-page .hero-slide--reference-primary .hero-stage-actions .quote-button,
.home-page .hero-slide--reference-primary .hero-stage-actions .ghost-button {
    width: 86px;
    min-height: 24px;
}

.home-page .hero-stage-actions--reference-roomier {
    gap: 10px;
}

.home-page .hero-slide--reference-primary .hero-stage-actions--reference-roomier .quote-button,
.home-page .hero-slide--reference-primary .hero-stage-actions--reference-roomier .ghost-button {
    width: 104px;
    min-height: 30px;
    padding: 0 12px;
    font-size: 10px;
}

.home-page .hero-stage-actions--reference-compact {
    gap: 6px;
}

.home-page .hero-stage-actions--reference-compact .quote-button,
.home-page .hero-stage-actions--reference-compact .ghost-button {
    width: 86px;
    min-height: 24px;
    padding: 0 8px;
    font-size: 9px;
    letter-spacing: 0;
}

.home-page .hero-slider-control.hero-stage-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: transparent;
    font-size: 0;
}

.home-page .hero-slider-control.hero-stage-arrow--reference-prominent {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background: rgba(7, 33, 82, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 999px;
    box-shadow: 0 16px 34px rgba(4, 15, 44, 0.2);
    color: #ffffff;
    opacity: 1;
    z-index: 4;
    backdrop-filter: blur(8px);
}

.home-page .hero-slider-control.hero-stage-arrow--prev,
.home-page .hero-slider-control.hero-stage-arrow--next {
    transform: none;
}

.home-page .hero-slider-control.hero-stage-arrow--reference-prominent.hero-stage-arrow--prev {
    left: 18px;
}

.home-page .hero-slider-control.hero-stage-arrow--reference-prominent.hero-stage-arrow--next {
    right: 18px;
}

.home-page .hero-slider-control.hero-stage-arrow--reference-prominent:hover {
    background: rgba(7, 33, 82, 0.46);
    border-color: rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 38px rgba(4, 15, 44, 0.24);
}

.home-page .hero-stage-arrow-icon {
    display: block;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: rgba(255, 255, 255, 0.96);
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 3px 10px rgba(4, 15, 44, 0.35));
}

.home-page .hero-slider-pagination {
    bottom: 8px;
}

.home-page .hero-slider-dots {
    gap: 8px;
}

.home-page .hero-slider-dot {
    position: relative;
    width: 15px;
    height: 15px;
    padding: 0;
    border: 1.5px solid rgba(255, 255, 255, 0.94);
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
}

.home-page .hero-slider-dot-core {
    position: absolute;
    inset: 1px;
    display: block;
    border-radius: 50%;
}

.home-page .hero-slider-dot-fill {
    position: absolute;
    inset: 1px;
    display: block;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.98);
    opacity: 0;
    transform: scale(0.24);
    transition: opacity 180ms ease, transform 180ms ease;
}

.home-page .hero-slider-dot.is-active .hero-slider-dot-fill,
.home-page .hero-slider-dot:hover .hero-slider-dot-fill {
    opacity: 1;
    transform: scale(1);
}

.home-page .catalog-overview-section {
    padding-top: 18px;
    padding-bottom: 8px;
}

.home-page .catalog-overview-grid {
    width: min(1280px, calc(100% - 56px));
    margin-inline: auto;
    gap: 14px;
}

.home-page .catalog-overview-copy--center.home-capability-intro--reference {
    max-width: 1120px;
    margin-inline: auto;
    padding: 0 16px 8px;
}

.home-page .catalog-overview-copy--center.home-capability-intro--reference .section-title {
    margin: 0;
    color: #0f3162;
    font-size: clamp(24px, 2.1vw, 34px);
    line-height: 1.22;
}

.home-page .catalog-overview-copy--center.home-capability-intro--reference .section-desc {
    max-width: 1080px;
    margin: 10px auto 0;
    color: #5e6d80;
    font-size: 12px;
    line-height: 1.82;
}

.home-page .catalog-overview-copy--center.home-capability-intro--reference::after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    margin: 10px auto 0;
    border-radius: 999px;
    background: #11386b;
}

.home-page .capability-catalog-grid.capability-reference-grid {
    width: min(1280px, calc(100% - 56px));
    margin-inline: auto;
    gap: 26px 24px;
}

.home-page .capability-catalog-card.capability-reference-card {
    position: relative;
    min-height: 304px;
    padding: 0 28px 28px;
    justify-content: flex-start;
    text-align: center;
    border: 1px solid #edf1f6;
    background: #ffffff;
    box-shadow: 0 16px 30px rgba(12, 34, 66, 0.06);
}

.home-page .capability-card-media.capability-card-halo {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: auto;
    height: 168px;
    margin: 0 -28px 18px;
    overflow: hidden;
    border-radius: 0;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 62%, transparent 62%);
}

.home-page .capability-card-media.capability-card-halo::before {
    content: "";
    position: absolute;
    top: -94px;
    width: 236px;
    height: 236px;
    border-radius: 50%;
    background: linear-gradient(180deg, #edf1f7 0%, #f7f9fc 100%);
}

.home-page .capability-card-emblem {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 132px;
    margin-bottom: -8px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: #0b2f69;
    box-shadow: 0 14px 24px rgba(10, 30, 63, 0.18);
}

.home-page .capability-card-emblem .capability-catalog-icon,
.home-page .capability-card-emblem .capability-card-glyph {
    width: 132px;
    height: 132px;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
}

.home-page .capability-card-emblem .capability-card-glyph::before {
    inset: 30px;
}

.home-page .capability-catalog-card.capability-reference-card h3 {
    margin: 0 0 12px;
    color: #123667;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
}

.home-page .capability-catalog-card.capability-reference-card p {
    max-width: 290px;
    margin: 0 auto;
    color: #5a6778;
    font-size: 12px;
    line-height: 1.8;
}

@media (max-width: 980px) {
    .home-page .site-topbar--home .site-topbar-inner {
        width: calc(100% - 28px);
    }

    .home-page .site-topbar--home .site-topbar-row--contact {
        gap: 12px;
    }

    .home-page .site-topbar--home .topbar-actions {
        gap: 10px;
    }

    .home-page .home-header-strip {
        height: 30px;
    }

    .home-page .site-header-inner.home-header-inner {
        width: calc(100% - 28px);
        min-height: 52px;
        grid-template-columns: 120px minmax(0, 1fr) 132px;
        gap: 12px;
    }

    .home-page .site-header-inner.home-header-inner.home-header-inner--reference-roomier {
        min-height: 68px;
        grid-template-columns: 164px minmax(0, 1fr) 168px;
        gap: 18px;
    }

    .home-page .home-header-inner .brand-logo--reference-tight,
    .home-page .home-header-inner .brand-logo--home-reference.brand-logo--reference-tight,
    .home-page .home-header-inner .brand-logo--home-reference {
        width: 94px;
        max-width: 94px;
        max-height: 28px;
    }

    .home-page .home-header-inner .brand-logo--reference-roomier,
    .home-page .home-header-inner .brand-logo--home-reference.brand-logo--reference-roomier {
        width: 132px;
        max-width: 132px;
        max-height: 38px;
    }

    .home-page .nav-list.home-nav-list,
    .home-page .nav-list.home-nav-list.home-nav-list--reference-condensed {
        gap: 8px;
    }

    .home-page .nav-list.home-nav-list.home-nav-list--reference-condensed,
    .home-page .nav-list.home-nav-list.home-nav-list--reference-roomier {
        gap: 18px;
    }

    .home-page .home-nav-list .nav-link {
        min-height: 52px;
        font-size: 11px;
    }

    .home-page .home-nav-list.home-nav-list--reference-condensed .nav-link,
    .home-page .home-nav-list.home-nav-list--reference-roomier .nav-link {
        min-height: 68px;
        font-size: 13px;
    }

    .home-page .home-header-tools .nav-quote-button {
        min-height: 30px;
        padding: 0 12px;
        font-size: 10px;
    }

    .home-page .home-header-main--reference-roomier .home-header-tools .nav-quote-button {
        min-height: 38px;
        padding: 0 16px;
        font-size: 11px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-media--reference-crop-shifted {
        background-position: 64% 48%;
    }

    .home-page .hero-slide-ribbon {
        top: calc(50% - 98px);
        width: calc(100% - 28px);
    }

    .home-page .hero-slide-ribbon--content-fit {
        left: 32px;
        max-width: calc(100% - 64px);
    }

    .home-page .hero-slide-ribbon--content-fit.hero-slide-ribbon--edge-aligned {
        left: 0;
        max-width: calc(100% - 32px);
        padding-left: 14px;
    }

    .home-page .hero-slide-ribbon--content-fit .hero-ribbon-text {
        max-width: calc(100vw - 160px);
    }

    .home-page .hero-slide-ribbon--content-fit .hero-ribbon-cut {
        right: -28px;
        border-top-width: 34px;
        border-left-width: 28px;
    }

    .home-page .hero-slide-copy-shell--left-center {
        width: calc(100% - 28px);
    }

    .home-page .hero-slide-copy.hero-intro-copy.hero-slide-copy--arrow-safe {
        padding-left: 72px;
        padding-right: 32px;
    }

    .home-page .hero-stage-grid.hero-stage-banner--reference-tight,
    .home-page .hero-stage-grid.hero-stage-banner--reference-tight .hero-slide {
        height: clamp(320px, 40vw, 390px);
    }

    .home-page .hero-stage-grid.hero-stage-banner--reference-flat,
    .home-page .hero-stage-grid.hero-stage-banner--reference-flat .hero-slide {
        height: clamp(240px, 28vw, 292px);
    }

    .home-page .hero-stage-grid.hero-stage-banner--reference-expanded,
    .home-page .hero-stage-grid.hero-stage-banner--reference-expanded .hero-slide {
        height: clamp(360px, 44vw, 430px);
    }

    .home-page .hero-slide-copy-panel--left-center {
        width: min(450px, 54vw);
        max-width: 450px;
        margin-top: 8px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-ribbon {
        top: calc(50% - 108px);
        width: calc(100% - 44px);
    }

    .home-page .hero-slide--reference-primary .hero-slide-ribbon--reference-tight {
        top: 124px;
        width: calc(100% - 44px);
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy {
        padding: 0 0 0 44px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy.hero-slide-copy--arrow-safe {
        padding-left: 96px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-ribbon--reference-short {
        top: 42px;
        left: 150px;
        width: clamp(280px, 44vw, 396px);
    }

    .home-page .hero-slide--reference-primary .hero-slide-ribbon--reference-balanced {
        left: 160px;
        width: clamp(286px, 40vw, 376px);
    }

    .home-page .hero-slide--reference-primary .hero-slide-ribbon--content-fit,
    .home-page .hero-slide--reference-primary .hero-slide-ribbon--reference-short.hero-slide-ribbon--content-fit,
    .home-page .hero-slide--reference-primary .hero-slide-ribbon--reference-balanced.hero-slide-ribbon--content-fit {
        left: 32px;
        width: fit-content;
        max-width: calc(100% - 64px);
    }

    .home-page .hero-slide--reference-primary .hero-slide-ribbon--content-fit.hero-slide-ribbon--edge-aligned,
    .home-page .hero-slide--reference-primary .hero-slide-ribbon--reference-short.hero-slide-ribbon--content-fit.hero-slide-ribbon--edge-aligned,
    .home-page .hero-slide--reference-primary .hero-slide-ribbon--reference-balanced.hero-slide-ribbon--content-fit.hero-slide-ribbon--edge-aligned {
        left: 0;
        max-width: calc(100% - 32px);
        padding-left: 14px;
    }

    .home-page .hero-slide-copy-panel--ribbon-safe {
        padding-top: clamp(66px, 7.8vw, 84px);
    }

    .home-page .hero-slide-copy-panel--reference-surface {
        padding: 16px 20px 20px;
    }

    .home-page .hero-slide-copy-panel--reference-surface-flat {
        min-height: 274px;
        padding: 86px 26px 24px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-shell--left-center {
        min-height: 0;
        height: auto;
        padding-top: 96px;
    }

    .home-page .hero-slide-copy-panel--reference-compact {
        width: min(328px, 42vw);
        max-width: 328px;
        padding: 48px 18px 16px;
    }

    .home-page .hero-slide-copy-panel--reference-lifted {
        padding: 16px 14px 12px;
    }

    .home-page .hero-slide-copy-panel--reference-composed {
        width: min(420px, 50vw);
        max-width: 420px;
        min-height: 240px;
        padding: 26px 22px 26px;
    }

    .home-page .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-composed {
        padding: 24px 18px 22px 0;
        background: transparent;
    }

    .home-page .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-composed.hero-slide-copy-panel--ribbon-safe {
        padding-top: 76px;
    }

    .home-page .hero-stage-title,
    .home-page .hero-copy-stack--reference .hero-stage-title,
    .home-page .hero-copy-stack--tight .hero-stage-title {
        max-width: 404px;
        font-size: clamp(26px, 3vw, 34px);
    }

    .home-page .hero-copy-stack--reference-composed {
        max-width: 320px;
    }

    .home-page .hero-copy-stack--reference-composed .hero-stage-title {
        max-width: 320px;
        margin-bottom: 14px;
        font-size: clamp(27px, 3vw, 34px);
    }

    .home-page .hero-copy-stack--reference-composed .hero-stage-subtitle {
        max-width: 306px;
        font-size: 14px;
    }

    .home-page .hero-copy-stack--reference-composed .hero-stage-subcopy {
        max-width: 312px;
        font-size: 12px;
    }

    .home-page .hero-copy-stack--primary-copy-wide .hero-stage-title {
        max-width: 348px;
        font-size: clamp(27px, 3vw, 34px);
    }

    .home-page .hero-copy-stack--primary-copy-wide .hero-stage-subtitle,
    .home-page .hero-copy-stack--primary-copy-wide .hero-stage-subcopy {
        max-width: 330px;
    }

    .home-page .hero-slide--reference-primary .hero-copy-stack--primary-copy-wide {
        max-width: 206px;
    }

    .home-page .hero-slide--reference-primary .hero-copy-stack--primary-copy-wide .hero-stage-title {
        max-width: 206px;
        font-size: 17px;
        line-height: 1.16;
    }

    .home-page .hero-slide--reference-primary .hero-copy-stack--primary-copy-wide .hero-stage-subtitle,
    .home-page .hero-slide--reference-primary .hero-copy-stack--primary-copy-wide .hero-stage-subcopy {
        max-width: 198px;
    }

    .home-page .hero-stage-actions--reference-aligned {
        gap: 10px;
        margin-top: 20px;
    }

    .home-page .hero-stage-actions--reference-aligned .quote-button,
    .home-page .hero-stage-actions--reference-aligned .ghost-button {
        width: 118px;
        min-height: 34px;
        font-size: 10px;
    }

    .home-page .hero-slide-copy-panel--reference-transparent .quote-button {
        background: linear-gradient(135deg, rgba(248, 133, 37, 0.82), rgba(233, 111, 17, 0.7));
        border: 1px solid rgba(255, 193, 130, 0.36);
        box-shadow: 0 14px 24px rgba(8, 20, 49, 0.14);
    }

    .home-page .hero-slide-copy-panel--reference-transparent .ghost-button--hero {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.22);
    }

    .home-page .hero-ribbon-text {
        font-size: 14px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-roomier {
        width: min(306px, 44vw);
        max-width: 306px;
        padding: 20px 18px 16px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-roomier.hero-slide-copy-panel--ribbon-safe {
        padding-top: 20px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-roomier .hero-copy-stack--primary-copy-wide {
        max-width: 246px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-roomier .hero-stage-title {
        max-width: 246px;
        font-size: 22px;
        line-height: 1.14;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-roomier .hero-stage-subtitle,
    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-roomier .hero-stage-subcopy {
        max-width: 236px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-roomier .hero-stage-subtitle {
        font-size: 11px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-roomier .hero-stage-subcopy {
        font-size: 9.5px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy {
        align-items: center;
        padding-left: 0;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy.hero-slide-copy--arrow-safe {
        padding-left: 88px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-shell--left-center {
        align-items: center;
        padding-top: 0;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-composed {
        width: min(372px, 46vw);
        max-width: 372px;
        min-height: 252px;
        padding: 28px 24px 28px;
    }

    .home-page .hero-slide--reference-primary .hero-copy-stack--reference-composed {
        max-width: 292px;
    }

    .home-page .hero-slide--reference-primary .hero-copy-stack--reference-composed .hero-stage-title {
        max-width: 292px;
        font-size: 24px;
        line-height: 1.14;
    }

    .home-page .hero-slide--reference-primary .hero-copy-stack--reference-composed .hero-stage-subtitle,
    .home-page .hero-slide--reference-primary .hero-copy-stack--reference-composed .hero-stage-subcopy {
        max-width: 282px;
    }

    .home-page .hero-slide--reference-primary .hero-copy-stack--reference-composed .hero-stage-subtitle {
        font-size: 12px;
    }

    .home-page .hero-slide--reference-primary .hero-copy-stack--reference-composed .hero-stage-subcopy {
        font-size: 10px;
    }

    .home-page .hero-slide--reference-primary .hero-stage-actions--reference-aligned .quote-button,
    .home-page .hero-slide--reference-primary .hero-stage-actions--reference-aligned .ghost-button {
        width: 108px;
        min-height: 32px;
        font-size: 9.5px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-separated {
        width: min(360px, 45vw);
        max-width: 360px;
        min-height: 262px;
        margin-top: -6px;
        padding: 22px 24px 24px;
    }

    .home-page .hero-slide--reference-primary .hero-copy-stack--reference-separated {
        max-width: 286px;
    }

    .home-page .hero-slide--reference-primary .hero-copy-stack--reference-separated .hero-stage-title {
        max-width: 286px;
        margin-bottom: 16px;
        font-size: 25px;
        line-height: 1.12;
    }

    .home-page .hero-slide--reference-primary .hero-copy-stack--reference-separated .hero-stage-subtitle,
    .home-page .hero-slide--reference-primary .hero-copy-stack--reference-separated .hero-stage-subcopy {
        max-width: 276px;
    }

    .home-page .hero-slide--reference-primary .hero-copy-stack--reference-separated .hero-stage-subtitle {
        margin-bottom: 16px;
        font-size: 12px;
    }

    .home-page .hero-slide--reference-primary .hero-copy-stack--reference-separated .hero-stage-subcopy {
        font-size: 10px;
    }

    .home-page .hero-slide--reference-primary .hero-stage-actions--reference-separated {
        margin-top: 24px;
    }

    .home-page .hero-slide--reference-primary .hero-stage-actions--reference-separated .quote-button,
    .home-page .hero-slide--reference-primary .hero-stage-actions--reference-separated .ghost-button {
        width: 108px;
        min-height: 34px;
    }

    .home-page .hero-slide--reference-primary .hero-stage-actions--reference-roomier .quote-button,
    .home-page .hero-slide--reference-primary .hero-stage-actions--reference-roomier .ghost-button {
        width: 92px;
        min-height: 28px;
        font-size: 9.5px;
    }

    .home-page .hero-slider-control.hero-stage-arrow {
        width: 42px;
        height: 42px;
        margin-top: -21px;
    }

    .home-page .hero-slider-control.hero-stage-arrow--reference-prominent {
        width: 52px;
        height: 52px;
        margin-top: -26px;
    }

    .home-page .hero-slider-control.hero-stage-arrow--reference-prominent.hero-stage-arrow--prev {
        left: 14px;
    }

    .home-page .hero-slider-control.hero-stage-arrow--reference-prominent.hero-stage-arrow--next {
        right: 14px;
    }

    .home-page .capability-catalog-grid.capability-reference-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: calc(100% - 28px);
        gap: 18px;
    }
}

@media (max-width: 1280px) and (min-width: 981px) {
    .home-page .site-topbar--home .site-topbar-row--contact {
        flex-wrap: wrap;
        row-gap: 12px;
    }

    .home-page .site-topbar--home .topbar-contact-list--inline,
    .home-page .site-topbar--home .topbar-actions {
        width: 100%;
    }

    .home-page .site-topbar--home .topbar-actions {
        justify-content: space-between;
        margin-left: 0 !important;
        margin-right: 0 !important;
        gap: 12px;
    }

    .home-page .site-topbar--home .topbar-actions .site-search-form.home-header-search {
        flex: 1 1 min(420px, 100%);
        max-width: min(420px, 100%);
    }

    .home-page .site-topbar--home .topbar-actions .topbar-phone-cta {
        margin-left: auto !important;
    }
}

@media (max-width: 640px) {
    .home-page .site-topbar--home .site-topbar-row--utility {
        min-height: 28px;
    }

    .home-page .site-header-inner.home-header-inner {
        width: calc(100% - 24px);
        min-height: 50px;
        grid-template-columns: auto auto;
    }

    .home-page .site-topbar--home .site-topbar-inner {
        width: calc(100% - 24px);
    }

    .home-page .site-topbar--home .site-topbar-row--contact {
        padding: 12px 0;
    }

    .home-page .site-topbar--home .topbar-contact-list,
    .home-page .site-topbar--home .topbar-actions {
        width: 100%;
    }

    .home-page .site-topbar--home .topbar-actions {
        justify-content: space-between;
        gap: 8px;
    }

    .home-page .lang-switcher--home-reference .lang-chip {
        min-width: 36px;
        min-height: 34px;
        padding: 0 9px;
        font-size: 11px;
    }

    .home-page .home-header-inner .brand-logo--reference-tight,
    .home-page .home-header-inner .brand-logo--home-reference.brand-logo--reference-tight,
    .home-page .home-header-inner .brand-logo--home-reference {
        width: 88px;
        max-width: 88px;
        max-height: 28px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-media--reference-crop-shifted {
        background-position: 66% 50%;
        transform: scale(1.02);
    }

    .home-page .catalog-overview-grid,
    .home-page .capability-catalog-grid.capability-reference-grid {
        width: calc(100% - 24px);
    }

    .home-page .hero-slide-ribbon {
        top: calc(50% - 126px);
        width: calc(100% - 24px);
    }

    .home-page .hero-slide-ribbon--content-fit {
        left: 20px;
        max-width: calc(100% - 40px);
    }

    .home-page .hero-slide-ribbon--content-fit.hero-slide-ribbon--edge-aligned {
        left: 0;
        max-width: calc(100% - 28px);
        padding-left: 12px;
    }

    .home-page .hero-slide-ribbon--content-fit .hero-ribbon-text {
        max-width: calc(100vw - 108px);
    }

    .home-page .hero-slide-ribbon--content-fit .hero-ribbon-cut {
        right: -24px;
        border-top-width: 32px;
        border-left-width: 24px;
    }

    .home-page .hero-slide-ribbon--title-safe {
        top: 8px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-ribbon {
        top: calc(50% - 136px);
        width: calc(100% - 24px);
    }

    .home-page .hero-slide--reference-primary .hero-slide-ribbon--content-fit,
    .home-page .hero-slide--reference-primary .hero-slide-ribbon--reference-short.hero-slide-ribbon--content-fit,
    .home-page .hero-slide--reference-primary .hero-slide-ribbon--reference-balanced.hero-slide-ribbon--content-fit {
        left: 20px;
        width: fit-content;
        max-width: calc(100% - 40px);
    }

    .home-page .hero-slide--reference-primary .hero-slide-ribbon--content-fit.hero-slide-ribbon--edge-aligned,
    .home-page .hero-slide--reference-primary .hero-slide-ribbon--reference-short.hero-slide-ribbon--content-fit.hero-slide-ribbon--edge-aligned,
    .home-page .hero-slide--reference-primary .hero-slide-ribbon--reference-balanced.hero-slide-ribbon--content-fit.hero-slide-ribbon--edge-aligned {
        left: 0;
        max-width: calc(100% - 28px);
        padding-left: 12px;
    }

    .home-page .hero-stage-grid.hero-stage-banner--reference-tight,
    .home-page .hero-stage-grid.hero-stage-banner--reference-tight .hero-slide {
        height: 300px;
    }

    .home-page .hero-stage-grid.hero-stage-banner--reference-flat,
    .home-page .hero-stage-grid.hero-stage-banner--reference-flat .hero-slide {
        height: 214px;
    }

    .home-page .hero-stage-grid.hero-stage-banner--reference-expanded,
    .home-page .hero-stage-grid.hero-stage-banner--reference-expanded .hero-slide {
        height: 332px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-ribbon--reference-tight {
        top: 98px;
        width: calc(100% - 24px);
    }

    .home-page .hero-slide--reference-primary .hero-slide-ribbon--reference-short {
        top: 28px;
        left: 22px;
        width: calc(100% - 44px);
    }

    .home-page .hero-slide--reference-primary .hero-slide-ribbon--reference-balanced {
        width: calc(100% - 72px);
    }

    .home-page .hero-slide-copy.hero-intro-copy {
        align-items: flex-start;
        padding-top: 88px;
    }

    .home-page .hero-slide-copy.hero-intro-copy.hero-slide-copy--arrow-safe {
        padding-left: 56px;
        padding-right: 18px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy {
        padding: 0 0 0 18px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy.hero-slide-copy--arrow-safe {
        padding-left: 72px;
    }

    .home-page .hero-slide-copy-shell--left-center {
        width: calc(100% - 24px);
        align-items: flex-start;
    }

    .home-page .hero-slide-copy-panel--left-center {
        width: min(100%, 340px);
        max-width: 340px;
        margin-top: 0;
    }

    .home-page .hero-slide-copy-panel--ribbon-safe {
        padding-top: 84px;
    }

    .home-page .hero-slide-copy-panel--reference-surface {
        padding: 14px 16px 18px;
    }

    .home-page .hero-slide-copy-panel--reference-transparent::before {
        inset: -14px -16px -16px -22px;
        filter: blur(12px);
    }

    .home-page .hero-slide-copy-panel--reference-surface-flat {
        min-height: 0;
        padding: 84px 18px 18px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-shell--left-center {
        min-height: 0;
        height: auto;
        padding-top: 84px;
    }

    .home-page .hero-slide-copy-panel--reference-compact {
        width: min(100%, 286px);
        max-width: 286px;
        padding: 42px 14px 14px;
    }

    .home-page .hero-slide-copy-panel--reference-lifted {
        width: min(100%, 220px);
        max-width: 220px;
        padding: 14px 12px 10px;
    }

    .home-page .hero-slide-copy-panel--reference-composed {
        width: min(100%, 330px);
        max-width: 330px;
        min-height: 0;
        padding: 22px 18px 22px;
    }

    .home-page .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-composed {
        padding: 20px 14px 20px 0;
        background: transparent;
    }

    .home-page .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-composed.hero-slide-copy-panel--ribbon-safe {
        padding-top: 72px;
    }

    .home-page .hero-stage-title,
    .home-page .hero-copy-stack--reference .hero-stage-title,
    .home-page .hero-copy-stack--tight .hero-stage-title {
        max-width: 300px;
        font-size: 26px;
        line-height: 1.04;
    }

    .home-page .hero-ribbon-text {
        font-size: 13px;
    }

    .home-page .hero-copy-stack--reference-composed {
        max-width: 274px;
    }

    .home-page .hero-copy-stack--reference-composed .hero-stage-title,
    .home-page .hero-copy-stack--reference-composed .hero-stage-subtitle,
    .home-page .hero-copy-stack--reference-composed .hero-stage-subcopy {
        max-width: 274px;
    }

    .home-page .hero-copy-stack--reference-composed .hero-stage-title {
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 1.14;
    }

    .home-page .hero-copy-stack--reference-composed .hero-stage-subtitle {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .home-page .hero-copy-stack--reference-composed .hero-stage-subcopy {
        font-size: 12px;
        line-height: 1.58;
    }

    .home-page .hero-copy-stack--primary-copy {
        max-width: 310px;
    }

    .home-page .hero-copy-stack--primary-copy-wide {
        max-width: 306px;
    }

    .home-page .hero-copy-stack--primary-copy .hero-stage-title {
        max-width: 294px;
        font-size: 23px;
        line-height: 1.18;
    }

    .home-page .hero-copy-stack--primary-copy .hero-stage-subtitle {
        max-width: 276px;
        font-size: 13px;
    }

    .home-page .hero-copy-stack--primary-copy .hero-stage-subcopy {
        max-width: 282px;
        font-size: 12px;
    }

    .home-page .hero-copy-stack--primary-copy-wide .hero-stage-title,
    .home-page .hero-copy-stack--primary-copy-wide .hero-stage-subtitle,
    .home-page .hero-copy-stack--primary-copy-wide .hero-stage-subcopy {
        max-width: 274px;
    }

    .home-page .hero-copy-stack--primary-copy-wide .hero-stage-title {
        font-size: 24px;
        line-height: 1.14;
    }

    .home-page .hero-slide--reference-primary .hero-copy-stack--primary-copy-wide {
        max-width: 184px;
    }

    .home-page .hero-slide--reference-primary .hero-copy-stack--primary-copy-wide .hero-stage-title,
    .home-page .hero-slide--reference-primary .hero-copy-stack--primary-copy-wide .hero-stage-subtitle,
    .home-page .hero-slide--reference-primary .hero-copy-stack--primary-copy-wide .hero-stage-subcopy {
        max-width: 184px;
    }

    .home-page .hero-slide--reference-primary .hero-copy-stack--primary-copy-wide .hero-stage-title {
        font-size: 15px;
        line-height: 1.14;
    }

    .home-page .hero-stage-actions--reference-aligned {
        gap: 10px;
        margin-top: 18px;
    }

    .home-page .hero-stage-actions--reference-aligned .quote-button,
    .home-page .hero-stage-actions--reference-aligned .ghost-button {
        width: 118px;
        min-height: 36px;
        font-size: 9.5px;
    }

    .home-page .hero-slide-copy-panel--reference-transparent .quote-button {
        background: linear-gradient(135deg, rgba(248, 133, 37, 0.82), rgba(233, 111, 17, 0.7));
        border: 1px solid rgba(255, 193, 130, 0.34);
        box-shadow: 0 12px 20px rgba(8, 20, 49, 0.12);
    }

    .home-page .hero-slide-copy-panel--reference-transparent .ghost-button--hero {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.22);
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-roomier {
        width: min(100%, 260px);
        max-width: 260px;
        padding: 18px 14px 14px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-roomier.hero-slide-copy-panel--ribbon-safe {
        padding-top: 18px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-roomier .hero-copy-stack--primary-copy-wide,
    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-roomier .hero-stage-title,
    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-roomier .hero-stage-subtitle,
    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-roomier .hero-stage-subcopy {
        max-width: 232px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-roomier .hero-stage-title {
        font-size: 19px;
        line-height: 1.16;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-roomier .hero-stage-subtitle {
        font-size: 11px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-roomier .hero-stage-subcopy {
        margin-bottom: 16px;
        font-size: 9.5px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy {
        align-items: flex-start;
        padding: 0 0 0 18px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy.hero-slide-copy--arrow-safe {
        padding-left: 72px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-shell--left-center {
        align-items: flex-start;
        padding-top: 92px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-composed {
        width: min(100%, 294px);
        max-width: 294px;
        min-height: 0;
        padding: 24px 18px 22px;
    }

    .home-page .hero-slide--reference-primary .hero-copy-stack--reference-composed,
    .home-page .hero-slide--reference-primary .hero-copy-stack--reference-composed .hero-stage-title,
    .home-page .hero-slide--reference-primary .hero-copy-stack--reference-composed .hero-stage-subtitle,
    .home-page .hero-slide--reference-primary .hero-copy-stack--reference-composed .hero-stage-subcopy {
        max-width: 258px;
    }

    .home-page .hero-slide--reference-primary .hero-copy-stack--reference-composed .hero-stage-title {
        font-size: 20px;
        line-height: 1.16;
    }

    .home-page .hero-slide--reference-primary .hero-copy-stack--reference-composed .hero-stage-subtitle {
        font-size: 11px;
    }

    .home-page .hero-slide--reference-primary .hero-copy-stack--reference-composed .hero-stage-subcopy {
        font-size: 9.5px;
    }

    .home-page .hero-slide--reference-primary .hero-stage-actions--reference-aligned .quote-button,
    .home-page .hero-slide--reference-primary .hero-stage-actions--reference-aligned .ghost-button {
        width: 96px;
        min-height: 30px;
        font-size: 9px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-separated {
        width: min(100%, 288px);
        max-width: 288px;
        min-height: 0;
        margin-top: 0;
        padding: 20px 18px 20px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent::before {
        inset: -10px -12px -12px -16px;
        filter: blur(10px);
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-composed {
        width: min(100%, 296px);
        max-width: 296px;
        min-height: 0;
        padding: 18px 16px 18px 0;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-separated {
        width: min(100%, 292px);
        max-width: 292px;
        padding: 18px 16px 18px 0;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--ribbon-safe {
        padding-top: 76px;
    }

    .home-page .hero-slide--reference-primary .hero-copy-stack--reference-separated,
    .home-page .hero-slide--reference-primary .hero-copy-stack--reference-separated .hero-stage-title,
    .home-page .hero-slide--reference-primary .hero-copy-stack--reference-separated .hero-stage-subtitle,
    .home-page .hero-slide--reference-primary .hero-copy-stack--reference-separated .hero-stage-subcopy {
        max-width: 252px;
    }

    .home-page .hero-slide--reference-primary .hero-copy-stack--reference-separated .hero-stage-title {
        margin-bottom: 14px;
        font-size: 21px;
        line-height: 1.15;
    }

    .home-page .hero-slide--reference-primary .hero-copy-stack--reference-separated .hero-stage-subtitle {
        margin-bottom: 14px;
        font-size: 11px;
    }

    .home-page .hero-slide--reference-primary .hero-copy-stack--reference-separated .hero-stage-subcopy {
        font-size: 9.5px;
        line-height: 1.6;
    }

    .home-page .hero-slide--reference-primary .hero-stage-actions--reference-separated {
        margin-top: 20px;
    }

    .home-page .hero-slide--reference-primary .hero-stage-actions--reference-separated .quote-button,
    .home-page .hero-slide--reference-primary .hero-stage-actions--reference-separated .ghost-button {
        width: 98px;
        min-height: 32px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent .hero-stage-actions--reference-separated {
        margin-top: 18px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent .quote-button {
        background: linear-gradient(135deg, rgba(248, 133, 37, 0.82), rgba(233, 111, 17, 0.7));
        border: 1px solid rgba(255, 193, 130, 0.36);
        box-shadow: 0 14px 24px rgba(8, 20, 49, 0.14);
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent .ghost-button--hero {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.22);
    }

    .home-page .hero-stage-title--clamp {
        -webkit-line-clamp: 3;
    }

    .home-page .hero-stage-subtitle {
        max-width: 292px;
        font-size: 14px;
    }

    .home-page .hero-stage-subcopy {
        max-width: 298px;
        margin-bottom: 18px;
        font-size: 12.5px;
    }

    .home-page .hero-stage-actions {
        gap: 10px;
    }

    .home-page .hero-stage-actions .quote-button,
    .home-page .hero-stage-actions .ghost-button {
        width: 120px;
        min-height: 38px;
        padding: 0 14px;
    }

    .home-page .hero-stage-actions--reference-compact .quote-button,
    .home-page .hero-stage-actions--reference-compact .ghost-button {
        width: 82px;
        min-height: 24px;
        font-size: 9px;
    }

    .home-page .hero-slide--reference-primary .hero-stage-actions--reference-roomier .quote-button,
    .home-page .hero-slide--reference-primary .hero-stage-actions--reference-roomier .ghost-button {
        width: 90px;
        min-height: 28px;
        font-size: 9px;
    }

    .home-page .hero-slider-control.hero-stage-arrow {
        width: 38px;
        height: 38px;
        margin-top: -19px;
    }

    .home-page .hero-slider-control.hero-stage-arrow--reference-prominent {
        width: 46px;
        height: 46px;
        margin-top: -23px;
        background: rgba(7, 33, 82, 0.38);
        border-color: rgba(255, 255, 255, 0.66);
    }

    .home-page .hero-slider-control.hero-stage-arrow--reference-prominent.hero-stage-arrow--prev {
        left: 10px;
    }

    .home-page .hero-slider-control.hero-stage-arrow--reference-prominent.hero-stage-arrow--next {
        right: 10px;
    }

    .home-page .hero-stage-arrow-icon {
        width: 18px;
        height: 18px;
    }

    .home-page .capability-catalog-grid.capability-reference-grid {
        grid-template-columns: 1fr;
    }

    .home-page .capability-card-media.capability-card-halo {
        height: 130px;
    }

    .home-page .capability-card-media.capability-card-halo::before {
        top: -74px;
        width: 210px;
        height: 210px;
    }

    .home-page .capability-card-emblem {
        width: 104px;
        height: 104px;
    }

    .home-page .capability-card-emblem .capability-catalog-icon,
    .home-page .capability-card-emblem .capability-card-glyph {
        width: 104px;
        height: 104px;
    }

    .home-page .capability-card-emblem .capability-card-glyph::before {
        inset: 24px;
    }
}

/* 
 * CRITICAL FIX: Override all previous hero panel background colors,
 * blurs, and shadows to ensure a 1:1 match with the reference image (transparent left area).
 */
.home-page .hero-slide-copy-panel--reference-surface,
.home-page .hero-slide-copy-panel--reference-surface-flat,
.home-page .hero-slide-copy-panel--reference-lifted,
.home-page .hero-slide-copy-panel--reference-composed,
.home-page .hero-slide-copy-panel--reference-compact {
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    border: none !important;
    padding: 0 !important;
}

.home-page .hero-slide-copy-panel--reference-transparent::before {
    display: none !important;
}

/* Ensure the full screen overlay provides the smooth dark-to-light gradient */
.home-page .hero-stage-overlay,
.home-page .hero-slide .hero-stage-overlay,
.home-page .hero-slide--reference-primary .hero-stage-overlay {
    background: linear-gradient(90deg, rgba(2, 19, 56, 0.95) 0%, rgba(2, 19, 56, 0.8) 35%, rgba(2, 19, 56, 0.2) 65%, rgba(2, 19, 56, 0) 100%) !important;
}

/* Force legacy ribbon markup to stay hidden if older content reintroduces it */
.home-page .hero-slide-ribbon,
.home-page .hero-slide-ribbon--reference,
.home-page .hero-slide-ribbon--reference-short {
    display: none !important;
}

/* Default CMS hero presentation: editable copy + two configurable buttons */
.home-page .hero-stage-grid.hero-stage-banner--reference-roomier,
.home-page .hero-stage-grid.hero-stage-banner--reference-roomier .hero-slide {
    height: clamp(560px, 39vw, 620px) !important;
}

.home-page .hero-slide-copy.hero-intro-copy.hero-slide-copy--arrow-safe {
    padding-left: 116px !important;
    padding-right: 84px !important;
}

.home-page .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy,
.home-page .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy.hero-slide-copy--arrow-safe {
    align-items: center !important;
    padding-left: 132px !important;
}

.home-page .hero-slide-copy-shell--left-center,
.home-page .hero-slide--reference-primary .hero-slide-copy-shell--left-center {
    align-items: center !important;
    min-height: 100%;
    height: 100%;
    padding-top: 0 !important;
}

.home-page .hero-slide-copy-panel--left-center,
.home-page .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-composed,
.home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-separated,
.home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-separated {
    width: min(560px, 46vw) !important;
    max-width: 560px !important;
    min-height: 0 !important;
    margin-top: 0 !important;
}

.home-page .hero-slide-copy-panel--ribbon-safe,
.home-page .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-composed.hero-slide-copy-panel--ribbon-safe,
.home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--ribbon-safe {
    padding-top: 0 !important;
}

.home-page .hero-copy-stack--reference-composed,
.home-page .hero-copy-stack--reference-separated {
    max-width: min(520px, 100%) !important;
}

.home-page .hero-stage-kicker {
    display: inline-flex;
    align-self: flex-start;
    max-width: min(440px, 100%);
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-page .hero-stage-title,
.home-page .hero-copy-stack--reference .hero-stage-title,
.home-page .hero-copy-stack--tight .hero-stage-title,
.home-page .hero-copy-stack--reference-composed .hero-stage-title,
.home-page .hero-copy-stack--reference-separated .hero-stage-title {
    max-width: min(520px, 100%) !important;
    margin-bottom: 16px !important;
    font-size: clamp(34px, 3vw, 48px) !important;
    line-height: 1.08 !important;
}

.home-page .hero-stage-subtitle,
.home-page .hero-copy-stack--reference-composed .hero-stage-subtitle,
.home-page .hero-copy-stack--reference-separated .hero-stage-subtitle {
    max-width: min(500px, 100%) !important;
    margin: 0 !important;
    font-size: clamp(15px, 1.1vw, 18px) !important;
    line-height: 1.58 !important;
    font-weight: 500 !important;
}

.home-page .hero-stage-subcopy {
    display: none !important;
}

.home-page .hero-stage-actions--reference-aligned,
.home-page .hero-stage-actions--reference-separated,
.home-page .hero-slide-copy-panel--reference-transparent .hero-stage-actions--reference-separated {
    margin-top: 28px !important;
    gap: 14px !important;
    align-items: center;
}

.home-page .hero-stage-actions--reference-aligned .quote-button,
.home-page .hero-stage-actions--reference-aligned .ghost-button,
.home-page .hero-stage-actions--reference-separated .quote-button,
.home-page .hero-stage-actions--reference-separated .ghost-button {
    width: auto !important;
    min-width: 148px;
    min-height: 44px;
    padding: 0 22px;
    font-size: 12px;
}

@media (max-width: 1024px) {
    .home-page .hero-slide-copy.hero-intro-copy.hero-slide-copy--arrow-safe {
        padding-left: 88px !important;
        padding-right: 40px !important;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy,
    .home-page .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy.hero-slide-copy--arrow-safe {
        padding-left: 96px !important;
    }

    .home-page .hero-slide-copy-panel--left-center,
    .home-page .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-composed,
    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-separated,
    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-separated {
        width: min(420px, 52vw) !important;
        max-width: 420px !important;
    }

    .home-page .hero-stage-kicker {
        margin-bottom: 12px;
        font-size: 13px;
    }

    .home-page .hero-stage-title,
    .home-page .hero-copy-stack--reference .hero-stage-title,
    .home-page .hero-copy-stack--tight .hero-stage-title,
    .home-page .hero-copy-stack--reference-composed .hero-stage-title,
    .home-page .hero-copy-stack--reference-separated .hero-stage-title {
        font-size: clamp(28px, 3.4vw, 38px) !important;
    }

    .home-page .hero-stage-subtitle,
    .home-page .hero-copy-stack--reference-composed .hero-stage-subtitle,
    .home-page .hero-copy-stack--reference-separated .hero-stage-subtitle {
        font-size: 14px !important;
    }

    .home-page .hero-stage-actions--reference-aligned,
    .home-page .hero-stage-actions--reference-separated,
    .home-page .hero-slide-copy-panel--reference-transparent .hero-stage-actions--reference-separated {
        margin-top: 24px !important;
        gap: 12px !important;
    }

    .home-page .hero-stage-actions--reference-aligned .quote-button,
    .home-page .hero-stage-actions--reference-aligned .ghost-button,
    .home-page .hero-stage-actions--reference-separated .quote-button,
    .home-page .hero-stage-actions--reference-separated .ghost-button {
        min-width: 132px;
        min-height: 40px;
        padding: 0 18px;
        font-size: 11px;
    }
}

@media (max-width: 640px) {
    .home-page .hero-slide-copy.hero-intro-copy {
        align-items: center !important;
        padding-top: 0 !important;
    }

    .home-page .hero-slide-copy.hero-intro-copy.hero-slide-copy--arrow-safe,
    .home-page .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy,
    .home-page .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy.hero-slide-copy--arrow-safe {
        padding-left: 56px !important;
        padding-right: 16px !important;
    }

    .home-page .hero-slide-copy-shell--left-center,
    .home-page .hero-slide--reference-primary .hero-slide-copy-shell--left-center {
        align-items: center !important;
        padding-top: 0 !important;
    }

    .home-page .hero-slide-copy-panel--left-center,
    .home-page .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-composed,
    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-separated,
    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-separated {
        width: min(100%, 300px) !important;
        max-width: 300px !important;
    }

    .home-page .hero-stage-kicker {
        margin-bottom: 10px;
        font-size: 12px;
        letter-spacing: 0.06em;
    }

    .home-page .hero-stage-title,
    .home-page .hero-copy-stack--reference .hero-stage-title,
    .home-page .hero-copy-stack--tight .hero-stage-title,
    .home-page .hero-copy-stack--reference-composed .hero-stage-title,
    .home-page .hero-copy-stack--reference-separated .hero-stage-title {
        margin-bottom: 12px !important;
        font-size: clamp(22px, 6.4vw, 30px) !important;
        line-height: 1.12 !important;
    }

    .home-page .hero-stage-subtitle,
    .home-page .hero-copy-stack--reference-composed .hero-stage-subtitle,
    .home-page .hero-copy-stack--reference-separated .hero-stage-subtitle {
        font-size: 13px !important;
        line-height: 1.55 !important;
    }

    .home-page .hero-stage-actions--reference-aligned,
    .home-page .hero-stage-actions--reference-separated,
    .home-page .hero-slide-copy-panel--reference-transparent .hero-stage-actions--reference-separated {
        margin-top: 20px !important;
        gap: 10px !important;
    }

    .home-page .hero-stage-actions--reference-aligned .quote-button,
    .home-page .hero-stage-actions--reference-aligned .ghost-button,
    .home-page .hero-stage-actions--reference-separated .quote-button,
    .home-page .hero-stage-actions--reference-separated .ghost-button {
        min-width: 116px;
        min-height: 38px;
        padding: 0 16px;
        font-size: 10px;
    }
}

.home-page .hero-stage-banner--reference-roomier .hero-slide-copy-shell--left-center,
.home-page .hero-stage-banner--reference-roomier .hero-slide--reference-primary .hero-slide-copy-shell--left-center {
    padding-bottom: 34px !important;
}

@media (max-width: 1024px) {
    .home-page .hero-stage-grid.hero-stage-banner--reference-roomier,
    .home-page .hero-stage-grid.hero-stage-banner--reference-roomier .hero-slide {
        height: clamp(500px, 56vw, 560px) !important;
    }

    .home-page .hero-stage-banner--reference-roomier .hero-slide-copy-shell--left-center,
    .home-page .hero-stage-banner--reference-roomier .hero-slide--reference-primary .hero-slide-copy-shell--left-center {
        padding-bottom: 28px !important;
    }
}

@media (max-width: 640px) {
    .home-page .hero-stage-grid.hero-stage-banner--reference-roomier,
    .home-page .hero-stage-grid.hero-stage-banner--reference-roomier .hero-slide {
        height: clamp(480px, 118vw, 560px) !important;
    }

    .home-page .hero-stage-banner--reference-roomier .hero-slide-copy-shell--left-center,
    .home-page .hero-stage-banner--reference-roomier .hero-slide--reference-primary .hero-slide-copy-shell--left-center {
        padding-bottom: 24px !important;
    }
}

.home-page .hero-stage-grid.hero-stage-banner--reference-roomier,
.home-page .hero-stage-grid.hero-stage-banner--reference-roomier .hero-slide {
    height: clamp(600px, 42vw, 660px) !important;
}

.home-page .hero-stage-banner--reference-roomier .hero-slide-copy-shell--left-center,
.home-page .hero-stage-banner--reference-roomier .hero-slide--reference-primary .hero-slide-copy-shell--left-center {
    padding-bottom: 44px !important;
}

@media (max-width: 1024px) {
    .home-page .hero-stage-grid.hero-stage-banner--reference-roomier,
    .home-page .hero-stage-grid.hero-stage-banner--reference-roomier .hero-slide {
        height: clamp(520px, 58vw, 580px) !important;
    }

    .home-page .hero-stage-banner--reference-roomier .hero-slide-copy-shell--left-center,
    .home-page .hero-stage-banner--reference-roomier .hero-slide--reference-primary .hero-slide-copy-shell--left-center {
        padding-bottom: 30px !important;
    }
}

@media (max-width: 640px) {
    .home-page .hero-stage-grid.hero-stage-banner--reference-roomier,
    .home-page .hero-stage-grid.hero-stage-banner--reference-roomier .hero-slide {
        height: clamp(500px, 124vw, 580px) !important;
    }

    .home-page .hero-stage-banner--reference-roomier .hero-slide-copy-shell--left-center,
    .home-page .hero-stage-banner--reference-roomier .hero-slide--reference-primary .hero-slide-copy-shell--left-center {
        padding-bottom: 26px !important;
    }
}

/* Pinned hero layout defaults: keep editable copy above a fixed two-button rail */
.home-page .hero-stage-banner--reference-roomier .hero-slide-copy-shell--left-center,
.home-page .hero-stage-banner--reference-roomier .hero-slide--reference-primary .hero-slide-copy-shell--left-center {
    align-items: flex-start !important;
    padding-top: 52px !important;
    padding-bottom: 42px !important;
}

.home-page .hero-stage-banner--reference-roomier .hero-slide-copy-panel--left-center,
.home-page .hero-stage-banner--reference-roomier .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-composed,
.home-page .hero-stage-banner--reference-roomier .hero-slide--reference-primary .hero-slide-copy-panel--reference-separated,
.home-page .hero-stage-banner--reference-roomier .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-separated {
    width: min(640px, 49vw) !important;
    max-width: 640px !important;
    min-height: 408px !important;
    margin-top: 0 !important;
    display: flex;
    align-items: stretch;
}

.home-page .hero-copy-stack--reference-pinned {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: min(540px, 100%) !important;
    max-width: min(540px, 100%) !important;
    min-height: 100%;
}

.home-page .hero-copy-stack--reference-pinned .hero-stage-kicker {
    margin-bottom: 18px;
}

.home-page .hero-copy-stack--reference-pinned .hero-stage-title {
    max-width: min(472px, 100%) !important;
    margin-bottom: 18px !important;
    font-size: clamp(38px, 3.2vw, 54px) !important;
    line-height: 1.04 !important;
}

.home-page .hero-copy-stack--reference-pinned .hero-stage-subtitle {
    max-width: min(476px, 100%) !important;
    margin: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-page .hero-stage-actions--reference-pinned,
.home-page .hero-slide-copy-panel--reference-transparent .hero-stage-actions--reference-pinned {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: auto !important;
    min-height: 58px;
    margin-top: auto !important;
    padding-top: 30px !important;
    gap: 18px !important;
}

.home-page .hero-stage-actions--reference-pinned .quote-button,
.home-page .hero-stage-actions--reference-pinned .ghost-button {
    flex: 0 0 auto;
    width: 184px !important;
    min-width: 184px;
    min-height: 52px;
    padding: 0 26px;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .home-page .hero-stage-banner--reference-roomier .hero-slide-copy-shell--left-center,
    .home-page .hero-stage-banner--reference-roomier .hero-slide--reference-primary .hero-slide-copy-shell--left-center {
        padding-top: 40px !important;
        padding-bottom: 28px !important;
    }

    .home-page .hero-stage-banner--reference-roomier .hero-slide-copy-panel--left-center,
    .home-page .hero-stage-banner--reference-roomier .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-composed,
    .home-page .hero-stage-banner--reference-roomier .hero-slide--reference-primary .hero-slide-copy-panel--reference-separated,
    .home-page .hero-stage-banner--reference-roomier .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-separated {
        width: min(500px, 58vw) !important;
        max-width: 500px !important;
        min-height: 360px !important;
    }

    .home-page .hero-copy-stack--reference-pinned {
        width: min(430px, 100%) !important;
        max-width: min(430px, 100%) !important;
    }

    .home-page .hero-copy-stack--reference-pinned .hero-stage-title {
        max-width: min(404px, 100%) !important;
        font-size: clamp(30px, 4.2vw, 42px) !important;
    }

    .home-page .hero-copy-stack--reference-pinned .hero-stage-subtitle {
        max-width: min(404px, 100%) !important;
        -webkit-line-clamp: 4;
    }

    .home-page .hero-stage-actions--reference-pinned,
    .home-page .hero-slide-copy-panel--reference-transparent .hero-stage-actions--reference-pinned {
        min-height: 54px;
        padding-top: 24px !important;
        gap: 14px !important;
    }

    .home-page .hero-stage-actions--reference-pinned .quote-button,
    .home-page .hero-stage-actions--reference-pinned .ghost-button {
        width: 164px !important;
        min-width: 164px;
        min-height: 48px;
        padding: 0 20px;
        font-size: 12px;
    }
}

@media (max-width: 640px) {
    .home-page .hero-stage-banner--reference-roomier .hero-slide-copy-shell--left-center,
    .home-page .hero-stage-banner--reference-roomier .hero-slide--reference-primary .hero-slide-copy-shell--left-center {
        padding-top: 24px !important;
        padding-bottom: 22px !important;
    }

    .home-page .hero-stage-banner--reference-roomier .hero-slide-copy-panel--left-center,
    .home-page .hero-stage-banner--reference-roomier .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-composed,
    .home-page .hero-stage-banner--reference-roomier .hero-slide--reference-primary .hero-slide-copy-panel--reference-separated,
    .home-page .hero-stage-banner--reference-roomier .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-separated {
        width: min(100%, 320px) !important;
        max-width: 320px !important;
        min-height: 300px !important;
    }

    .home-page .hero-copy-stack--reference-pinned {
        width: 100% !important;
        max-width: 100% !important;
    }

    .home-page .hero-copy-stack--reference-pinned .hero-stage-kicker {
        margin-bottom: 12px;
    }

    .home-page .hero-copy-stack--reference-pinned .hero-stage-title {
        max-width: 100% !important;
        margin-bottom: 14px !important;
        font-size: clamp(24px, 6.8vw, 32px) !important;
        line-height: 1.08 !important;
    }

    .home-page .hero-copy-stack--reference-pinned .hero-stage-subtitle {
        max-width: 100% !important;
        -webkit-line-clamp: 5;
    }

    .home-page .hero-stage-actions--reference-pinned,
    .home-page .hero-slide-copy-panel--reference-transparent .hero-stage-actions--reference-pinned {
        width: 100% !important;
        min-height: 46px;
        padding-top: 18px !important;
        gap: 10px !important;
    }

    .home-page .hero-stage-actions--reference-pinned .quote-button,
    .home-page .hero-stage-actions--reference-pinned .ghost-button {
        flex: 1 1 0;
        width: calc((100% - 10px) / 2) !important;
        min-width: 0;
        min-height: 44px;
        padding: 0 10px;
        font-size: 11px;
    }
}

.home-page .hero-stage-banner--reference-roomier .hero-slide-copy.hero-intro-copy,
.home-page .hero-stage-banner--reference-roomier .hero-slide-copy.hero-intro-copy.hero-slide-copy--arrow-safe,
.home-page .hero-stage-banner--reference-roomier .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy,
.home-page .hero-stage-banner--reference-roomier .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy.hero-slide-copy--arrow-safe {
    align-items: flex-start !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.home-page .hero-slide--reference-primary .hero-stage-actions--reference-separated.hero-stage-actions--reference-pinned,
.home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent .hero-stage-actions--reference-separated.hero-stage-actions--reference-pinned {
    min-height: 58px !important;
    margin-top: auto !important;
    padding-top: 30px !important;
    gap: 18px !important;
}

.home-page .hero-slide--reference-primary .hero-stage-actions--reference-separated.hero-stage-actions--reference-pinned .quote-button,
.home-page .hero-slide--reference-primary .hero-stage-actions--reference-separated.hero-stage-actions--reference-pinned .ghost-button,
.home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent .hero-stage-actions--reference-separated.hero-stage-actions--reference-pinned .quote-button,
.home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent .hero-stage-actions--reference-separated.hero-stage-actions--reference-pinned .ghost-button {
    display: flex !important;
    width: 184px !important;
    min-width: 184px !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 26px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

@media (max-width: 1024px) {
    .home-page .hero-slide--reference-primary .hero-stage-actions--reference-separated.hero-stage-actions--reference-pinned,
    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent .hero-stage-actions--reference-separated.hero-stage-actions--reference-pinned {
        min-height: 54px !important;
        padding-top: 24px !important;
        gap: 14px !important;
    }

    .home-page .hero-slide--reference-primary .hero-stage-actions--reference-separated.hero-stage-actions--reference-pinned .quote-button,
    .home-page .hero-slide--reference-primary .hero-stage-actions--reference-separated.hero-stage-actions--reference-pinned .ghost-button,
    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent .hero-stage-actions--reference-separated.hero-stage-actions--reference-pinned .quote-button,
    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent .hero-stage-actions--reference-separated.hero-stage-actions--reference-pinned .ghost-button {
        width: 164px !important;
        min-width: 164px !important;
        height: 48px !important;
        min-height: 48px !important;
        padding: 0 20px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 640px) {
    .home-page .hero-slide--reference-primary .hero-stage-actions--reference-separated.hero-stage-actions--reference-pinned,
    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent .hero-stage-actions--reference-separated.hero-stage-actions--reference-pinned {
        width: 100% !important;
        min-height: 46px !important;
        padding-top: 18px !important;
        gap: 10px !important;
    }

    .home-page .hero-slide--reference-primary .hero-stage-actions--reference-separated.hero-stage-actions--reference-pinned .quote-button,
    .home-page .hero-slide--reference-primary .hero-stage-actions--reference-separated.hero-stage-actions--reference-pinned .ghost-button,
    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent .hero-stage-actions--reference-separated.hero-stage-actions--reference-pinned .quote-button,
    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent .hero-stage-actions--reference-separated.hero-stage-actions--reference-pinned .ghost-button {
        flex: 1 1 0;
        width: calc((100% - 10px) / 2) !important;
        min-width: 0 !important;
        height: 44px !important;
        min-height: 44px !important;
        padding: 0 10px !important;
        font-size: 11px !important;
    }
}

/* 2026-03-31: streamline the category cards so the default home block
   reads like real product entrances instead of placeholder image tiles. */
.home-page .catalog-overview-section {
    padding-top: 26px;
    padding-bottom: 18px;
}

.home-page .catalog-overview-copy--center.home-capability-intro--reference {
    padding-bottom: 6px;
}

.home-page .catalog-overview-copy--center.home-capability-intro--reference.home-capability-intro--reference-roomier {
    max-width: 1240px;
    padding-bottom: 10px;
}

.home-page .catalog-overview-copy--center.home-capability-intro--reference.home-capability-intro--reference-roomier .section-title {
    font-size: clamp(32px, 3vw, 46px);
    line-height: 1.14;
}

.home-page .catalog-overview-copy--center.home-capability-intro--reference .section-desc {
    max-width: 860px;
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.8;
}

.home-page .catalog-overview-copy--center.home-capability-intro--reference.home-capability-intro--reference-roomier .section-desc {
    max-width: 980px;
    margin-top: 14px;
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.76;
}

.home-page .catalog-overview-copy--center.home-capability-intro--reference.home-capability-intro--reference-roomier::after {
    width: 52px;
    height: 5px;
    margin-top: 14px;
}

.home-page .capability-catalog-grid.capability-reference-grid {
    gap: 18px;
}

.home-page .capability-catalog-grid.capability-reference-grid.capability-reference-grid--roomier {
    gap: 22px;
}

.home-page .capability-catalog-grid.capability-reference-grid.capability-reference-grid--static {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.home-page .capability-carousel-wrap {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
}

.home-page .capability-carousel-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #d5dfeb;
    border-radius: 999px;
    background: #ffffff;
    color: #11386b;
    box-shadow: 0 10px 20px rgba(10, 31, 63, 0.08);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-page .capability-carousel-nav:hover {
    transform: translateY(-2px);
    border-color: rgba(17, 56, 107, 0.26);
    box-shadow: 0 14px 26px rgba(10, 31, 63, 0.12);
}

.home-page .capability-carousel-nav svg {
    width: 22px;
    height: 22px;
}

.home-page [data-capability-track].capability-catalog-grid.capability-reference-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(360px, 1fr);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 8px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.home-page [data-capability-track].capability-catalog-grid.capability-reference-grid::-webkit-scrollbar {
    display: none;
}

.home-page [data-capability-track].capability-catalog-grid.capability-reference-grid > .capability-catalog-card {
    scroll-snap-align: start;
}

.home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich {
    position: relative;
    display: grid;
    grid-template-columns: 136px minmax(0, 1fr);
    grid-template-areas:
        "media title"
        "media text";
    align-items: center;
    gap: 12px 22px;
    min-height: 224px;
    padding: 18px 22px 18px 18px;
    text-align: left;
    border: 1px solid #e5edf5;
    border-radius: 24px;
    background:
        radial-gradient(circle at right top, rgba(17, 56, 107, 0.08) 0, rgba(17, 56, 107, 0) 34%),
        linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
    box-shadow: 0 18px 30px rgba(10, 31, 63, 0.08);
    overflow: hidden;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich.capability-reference-card--roomier {
    grid-template-columns: 152px minmax(0, 1fr);
    gap: 14px 26px;
    min-height: 252px;
    padding: 20px 28px 20px 20px;
    border-radius: 26px;
    box-shadow: 0 20px 34px rgba(10, 31, 63, 0.1);
}

.home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich::after {
    content: "";
    position: absolute;
    left: 18px;
    top: 0;
    width: 84px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f28b24 0%, #f7c283 100%);
}

.home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich.capability-reference-card--roomier::after {
    left: 20px;
    width: 96px;
    height: 5px;
}

.home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich:hover {
    transform: translateY(-5px);
    border-color: rgba(17, 56, 107, 0.2);
    box-shadow: 0 24px 42px rgba(10, 31, 63, 0.14);
}

.home-page .capability-card-media.capability-card-media--streamlined.capability-card-media--scene {
    grid-area: media;
    position: relative;
    display: grid;
    align-self: stretch;
    place-items: center;
    width: 136px;
    min-height: 186px;
    margin: 0;
    overflow: hidden;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(5, 19, 44, 0.34)),
        linear-gradient(135deg, #dce6f1 0%, #eff4fa 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-page .capability-card-media.capability-card-media--streamlined.capability-card-media--scene.capability-card-media--roomier {
    width: 152px;
    min-height: 204px;
    border-radius: 24px;
}

.home-page .capability-card-media.capability-card-media--streamlined.capability-card-media--scene::before {
    content: "";
    position: absolute;
    top: -52px;
    left: 50%;
    width: 182px;
    height: 182px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.76);
    transform: translateX(-50%);
    box-shadow: inset 0 -18px 28px rgba(17, 56, 107, 0.08);
}

.home-page .capability-card-media.capability-card-media--streamlined.capability-card-media--scene.capability-card-media--roomier::before {
    top: -58px;
    width: 194px;
    height: 194px;
}

.home-page .capability-card-media.capability-card-media--streamlined.capability-card-media--scene::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(9, 23, 48, 0.18) 58%, rgba(9, 23, 48, 0.34) 100%),
        radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.14), transparent 48%);
}

.home-page .capability-card-emblem.capability-card-emblem--streamlined {
    position: relative;
    z-index: 2;
    width: 78px;
    height: 78px;
    margin: 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: linear-gradient(180deg, #143a72 0%, #0b2f69 100%);
    box-shadow: 0 16px 28px rgba(11, 47, 105, 0.3);
}

.home-page .capability-card-emblem.capability-card-emblem--streamlined.capability-card-emblem--roomier {
    width: 88px;
    height: 88px;
}

.home-page .capability-card-emblem.capability-card-emblem--streamlined .capability-catalog-icon,
.home-page .capability-card-emblem.capability-card-emblem--streamlined .capability-card-glyph {
    width: 78px;
    height: 78px;
}

.home-page .capability-card-emblem.capability-card-emblem--streamlined.capability-card-emblem--roomier .capability-catalog-icon,
.home-page .capability-card-emblem.capability-card-emblem--streamlined.capability-card-emblem--roomier .capability-card-glyph {
    width: 88px;
    height: 88px;
}

.home-page .capability-card-emblem.capability-card-emblem--streamlined .capability-card-glyph::before {
    inset: 21px;
}

.home-page .capability-card-emblem.capability-card-emblem--streamlined.capability-card-emblem--roomier .capability-card-glyph::before {
    inset: 24px;
}

.home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich h3 {
    grid-area: title;
    margin: 0;
    color: #113665;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.01em;
}

.home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich.capability-reference-card--roomier h3 {
    font-size: clamp(22px, 1.65vw, 25px);
    line-height: 1.18;
}

.home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich p {
    grid-area: text;
    max-width: 34ch;
    margin: 0;
    color: #55657a;
    font-size: 13.5px;
    line-height: 1.72;
}

.home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich.capability-reference-card--roomier p {
    max-width: 36ch;
    font-size: 14.5px;
    line-height: 1.78;
}

.home-page .capability-reference-card--media-rich[data-capability-key*="router"] .capability-card-media--scene {
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(5, 19, 44, 0.36)),
        url("https://www.stylecnc.com/assets/img/hero-img/cnc-router.webp");
}

.home-page .capability-reference-card--media-rich[data-capability-key*="mill"] .capability-card-media--scene,
.home-page .capability-reference-card--media-rich[data-capability-key*="milling"] .capability-card-media--scene {
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(5, 19, 44, 0.36)),
        url("https://www.stylecnc.com/assets/img/hero-img/cnc-milling-machine.webp");
}

.home-page .capability-reference-card--media-rich[data-capability-key*="lathe"] .capability-card-media--scene,
.home-page .capability-reference-card--media-rich[data-capability-key*="wood"] .capability-card-media--scene {
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(5, 19, 44, 0.36)),
        url("https://www.stylecnc.com/assets/img/hero-img/wood-lathe.webp");
}

.home-page .capability-reference-card--media-rich[data-capability-key*="laser"] .capability-card-media--scene {
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(5, 19, 44, 0.36)),
        url("https://www.stylecnc.com/assets/img/hero-img/laser-engraving.webp");
}

.home-page .capability-reference-card--media-rich[data-capability-key*="plasma"] .capability-card-media--scene {
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(5, 19, 44, 0.36)),
        url("https://www.stylecnc.com/assets/img/hero-img/plasma-cutter.webp");
}

.home-page .capability-reference-card--media-rich[data-capability-key*="digital"] .capability-card-media--scene,
.home-page .capability-reference-card--media-rich[data-capability-key*="knife"] .capability-card-media--scene {
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(5, 19, 44, 0.36)),
        url("https://www.stylecnc.com/assets/img/hero-img/cnc-knife-cutter.webp");
}

.home-page .capability-reference-card--media-rich:not([data-capability-key]) .capability-card-media--scene,
.home-page .capability-reference-card--media-rich[data-capability-key=""] .capability-card-media--scene {
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(5, 19, 44, 0.36)),
        url("https://www.stylecnc.com/assets/img/hero-img/stylecnc.webp");
}

@media (max-width: 1024px) {
    .home-page .capability-carousel-wrap {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .home-page .capability-carousel-nav {
        display: none;
    }

    .home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich {
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 10px 18px;
        min-height: 212px;
        padding: 18px;
    }

    .home-page .capability-card-media.capability-card-media--streamlined.capability-card-media--scene {
        width: 120px;
        min-height: 172px;
    }

    .home-page .capability-card-emblem.capability-card-emblem--streamlined,
    .home-page .capability-card-emblem.capability-card-emblem--streamlined .capability-catalog-icon,
    .home-page .capability-card-emblem.capability-card-emblem--streamlined .capability-card-glyph {
        width: 72px;
        height: 72px;
    }

    .home-page .capability-card-emblem.capability-card-emblem--streamlined .capability-card-glyph::before {
        inset: 20px;
    }

    .home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich h3 {
        font-size: 18px;
    }

    .home-page .capability-catalog-grid.capability-reference-grid.capability-reference-grid--roomier {
        gap: 18px;
    }

    .home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich.capability-reference-card--roomier {
        grid-template-columns: 132px minmax(0, 1fr);
        gap: 12px 20px;
        min-height: 224px;
        padding: 18px 22px 18px 18px;
    }

    .home-page .capability-card-media.capability-card-media--streamlined.capability-card-media--scene.capability-card-media--roomier {
        width: 132px;
        min-height: 180px;
    }

    .home-page .capability-card-emblem.capability-card-emblem--streamlined.capability-card-emblem--roomier,
    .home-page .capability-card-emblem.capability-card-emblem--streamlined.capability-card-emblem--roomier .capability-catalog-icon,
    .home-page .capability-card-emblem.capability-card-emblem--streamlined.capability-card-emblem--roomier .capability-card-glyph {
        width: 76px;
        height: 76px;
    }

    .home-page .capability-card-emblem.capability-card-emblem--streamlined.capability-card-emblem--roomier .capability-card-glyph::before {
        inset: 21px;
    }

    .home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich.capability-reference-card--roomier h3 {
        font-size: 20px;
    }

    .home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich.capability-reference-card--roomier p {
        font-size: 13.5px;
    }
}

@media (max-width: 767px) {
    .home-page .catalog-overview-copy--center.home-capability-intro--reference .section-desc {
        font-size: 12px;
    }

    .home-page .catalog-overview-copy--center.home-capability-intro--reference.home-capability-intro--reference-roomier .section-title {
        font-size: clamp(28px, 8vw, 34px);
    }

    .home-page .catalog-overview-copy--center.home-capability-intro--reference.home-capability-intro--reference-roomier .section-desc {
        font-size: 13px;
        line-height: 1.72;
    }

    .home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich {
        grid-template-columns: 1fr;
        grid-template-areas:
            "media"
            "title"
            "text";
        gap: 14px;
        min-height: 0;
        padding: 18px 18px 22px;
        text-align: center;
    }

    .home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich.capability-reference-card--roomier {
        gap: 16px;
        padding: 20px 20px 24px;
    }

    .home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .home-page .capability-card-media.capability-card-media--streamlined.capability-card-media--scene {
        width: 100%;
        height: 148px;
        min-height: 148px;
    }

    .home-page .capability-card-media.capability-card-media--streamlined.capability-card-media--scene.capability-card-media--roomier {
        height: 168px;
        min-height: 168px;
    }

    .home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich h3,
    .home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich p {
        text-align: center;
    }

    .home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich.capability-reference-card--roomier h3 {
        font-size: 21px;
    }

    .home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich.capability-reference-card--roomier p {
        max-width: none;
        font-size: 14px;
    }
}

/* Refine the buyer-guide and quote section into a stable "top cards + bottom form panel" composition. */
.home-page .solution-request-section--reference-surface.solution-request-section--reference-refined.solution-request-section--reference-fuller.solution-request-section--reference-bleed.solution-request-section--reference-edge-to-edge {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 18px;
    padding: 72px 0 72px;
    background:
        radial-gradient(circle at 50% 0, rgba(255, 182, 92, 0.18), transparent 26%),
        radial-gradient(circle at 0 100%, rgba(255, 255, 255, 0.08), transparent 28%),
        linear-gradient(180deg, #0c3775 0%, #082b5e 48%, #082554 100%),
        url("https://www.stylecnc.com/assets/img/background.svg") center/320px repeat;
}

.home-page .solution-request-section--reference-surface.solution-request-section--reference-refined.solution-request-section--reference-fuller.solution-request-section--reference-bleed.solution-request-section--reference-edge-to-edge::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 18%),
        radial-gradient(circle at 100% 12%, rgba(255, 168, 73, 0.12), transparent 26%);
    pointer-events: none;
}

.home-page .solution-request-shell.solution-request-shell--reference-balanced.solution-request-shell--reference-stacked.solution-request-shell--reference-spread {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

.home-page .solution-request-head.solution-request-head--reference-centered.solution-request-head--reference-wide.solution-request-head--reference-broader.solution-request-head--reference-expanded.solution-request-head--reference-flush {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}

.home-page .solution-request-head--reference-centered .section-kicker,
.home-page .solution-request-head--reference-centered .hero-panel-label {
    color: rgba(255, 255, 255, 0.76);
    letter-spacing: 0.18em;
}

.home-page .solution-request-head--reference-centered .section-title {
    margin: 14px 0 16px;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.home-page .solution-request-head--reference-centered .section-desc {
    max-width: 1080px;
    margin: 0 auto;
    color: rgba(236, 242, 251, 0.84);
    font-size: 16px;
    line-height: 1.8;
}

.home-page .solution-story-carousel.solution-story-carousel--reference-stage.solution-story-carousel--reference-stage-refined.solution-story-carousel--reference-autoplay {
    position: relative;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.home-page .solution-story-carousel.solution-story-carousel--reference-stage.solution-story-carousel--reference-stage-refined.solution-story-carousel--reference-autoplay.solution-story-carousel--reference-contained {
    width: min(1340px, calc(100% - 56px));
    margin: 0 auto;
}

.home-page .solution-story-top.solution-story-top--reference-floating {
    justify-content: flex-start;
    min-height: 0;
    margin-bottom: 18px;
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
}

.home-page .solution-story-top--reference-floating .hero-panel-label {
    color: rgba(255, 255, 255, 0.72);
    letter-spacing: 0.18em;
}

.home-page .solution-story-stage.solution-story-stage--reference-triple.solution-story-stage--reference-roomier.solution-story-stage--reference-edge.solution-story-stage--reference-flush {
    position: relative;
    padding: 0;
}

.home-page .solution-story-arrow.solution-story-arrow--reference-stage {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(14, 42, 84, 0.12);
    border-radius: 999px;
    background: #ffffff;
    color: #123764;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    box-shadow: 0 18px 36px rgba(5, 22, 52, 0.24);
    transform: translateY(-50%);
}

.home-page .solution-story-arrow-icon {
    display: block;
    width: 24px;
    height: 24px;
    pointer-events: none;
}

.home-page .solution-story-arrow.solution-story-arrow--reference-stage[data-direction="prev"] {
    left: 0;
}

.home-page .solution-story-arrow.solution-story-arrow--reference-stage[data-direction="next"] {
    right: 0;
}

.home-page .solution-story-arrow.solution-story-arrow--reference-stage:hover {
    color: #ef8420;
    background: #ffffff;
    transform: translateY(-50%) scale(1.03);
}

.home-page .solution-story-arrow.solution-story-arrow--reference-stage:focus-visible {
    outline: 3px solid rgba(239, 132, 32, 0.34);
    outline-offset: 2px;
}

.home-page .solution-story-viewport.solution-story-viewport--reference-triple {
    overflow: hidden;
}

.home-page .solution-story-stage.solution-story-stage--reference-grid {
    display: block;
}

.home-page .solution-story-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-page .solution-story-card.solution-story-card--reference-slab {
    min-width: 0;
    min-height: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
    align-content: start;
    padding: 0;
    border: none;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 22px 42px rgba(5, 22, 52, 0.24);
    color: #17355f;
    overflow: hidden;
}

.home-page .solution-story-card.solution-story-card--reference-slab::before {
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(90deg, #f08b1c 0%, #ffb056 100%);
}

.home-page .solution-story-card.solution-story-card--reference-slab .solution-story-card-media {
    position: relative;
    aspect-ratio: 16 / 9;
    min-height: 228px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-page .solution-story-card.solution-story-card--reference-slab .solution-story-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(7, 23, 52, 0.18)),
        radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.14), transparent 48%);
}

.home-page .solution-story-card-media--router {
    background-image:
        linear-gradient(180deg, rgba(10, 22, 46, 0.06), rgba(10, 22, 46, 0.26)),
        url("https://www.stylecnc.com/uploads/allimg/250307/1-25030F926360-L_480_360.jpg");
}

.home-page .solution-story-card-media--jewelry {
    background-image:
        linear-gradient(180deg, rgba(10, 22, 46, 0.06), rgba(10, 22, 46, 0.24)),
        url("https://www.stylecnc.com/assets/img/hero-img/laser-cutter.webp");
}

.home-page .solution-story-card-media--cups {
    background-image:
        linear-gradient(180deg, rgba(10, 22, 46, 0.06), rgba(10, 22, 46, 0.24)),
        url("https://www.stylecnc.com/assets/img/hero-img/laser-engraving.webp");
}

.home-page .solution-story-card-media--settings {
    background-image:
        linear-gradient(180deg, rgba(10, 22, 46, 0.06), rgba(10, 22, 46, 0.24)),
        url("https://www.stylecnc.com/assets/img/hero-img/laser-welding.webp");
}

.home-page .solution-story-card.solution-story-card--reference-slab .solution-story-card-copy {
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 22px 22px 24px;
}

.home-page .solution-story-card.solution-story-card--reference-slab .solution-story-card-meta {
    gap: 8px 16px;
    margin-bottom: 0;
    color: #8b96a8;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-page .solution-story-card.solution-story-card--reference-slab .solution-story-card-meta span + span::before {
    background: #d0d7e2;
}

.home-page .solution-story-card.solution-story-card--reference-slab .solution-story-card-copy h3 {
    min-height: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

.home-page .solution-story-card.solution-story-card--reference-slab .solution-story-card-copy h3 a {
    display: -webkit-box;
    overflow: hidden;
    color: inherit;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-page .solution-story-card.solution-story-card--reference-slab .solution-story-card-copy p {
    min-height: 0;
    margin: 0;
    color: #5a6c82;
    font-size: 14px;
    line-height: 1.74;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-page .solution-story-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
}

.home-page .solution-story-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 22px;
    border-radius: 10px;
    background: #4b7bd2;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(38, 73, 141, 0.18);
}

.home-page .solution-story-cta:hover {
    background: #3d68b5;
}

.home-page .solution-request-bottom.solution-request-bottom--reference-compact.solution-request-bottom--reference-roomier.solution-request-bottom--reference-expanded.solution-request-bottom--reference-flush {
    display: grid;
    grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
    gap: 18px;
    align-items: stretch;
    margin-top: 0;
}

.home-page .solution-request-bottom.solution-request-bottom--reference-compact.solution-request-bottom--reference-roomier.solution-request-bottom--reference-expanded.solution-request-bottom--reference-flush.solution-request-bottom--reference-contained {
    width: min(1340px, calc(100% - 56px));
    margin-left: auto;
    margin-right: auto;
}

.home-page .solution-request-summary.solution-request-summary--reference {
    display: grid;
    align-content: center;
    gap: 12px;
    max-width: 100%;
    padding: 8px 18px 8px 0;
}

.home-page .solution-request-summary--reference .hero-panel-label {
    color: #f2ba63;
    letter-spacing: 0.18em;
}

.home-page .solution-request-summary--reference h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(28px, 2.6vw, 38px);
    line-height: 1.14;
    letter-spacing: -0.02em;
}

.home-page .solution-request-summary--reference p {
    margin: 0;
    color: rgba(236, 242, 251, 0.82);
    font-size: 15px;
    line-height: 1.8;
}

.home-page .solution-request-form.solution-request-form--reference-panel {
    display: grid;
    gap: 14px;
    margin-top: 0;
    padding: 24px 24px 26px;
    border: none;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 24px 48px rgba(5, 22, 52, 0.24);
}

.home-page .home-request-fields.home-request-fields--reference-panel-top {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.home-page .home-request-fields.home-request-fields--reference-panel-bottom {
    grid-template-columns: minmax(0, 1fr) 188px;
    gap: 12px;
    align-items: stretch;
}

.home-page .solution-request-form--reference-panel .site-search-input {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 54px !important;
    border: 1px solid #cfd8e6 !important;
    border-radius: 2px !important;
    background: #ffffff !important;
    color: #13375f !important;
    font-size: 14px !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

.home-page .solution-request-form--reference-panel select.site-search-input,
.home-page .solution-request-form--reference-panel input.site-search-input {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 16px !important;
    line-height: 1.2 !important;
}

.home-page .solution-request-form--reference-panel .site-search-input::placeholder {
    color: #72839b !important;
}

.home-page .solution-request-form--reference-panel .site-search-input:focus {
    border-color: #ef8420 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(239, 132, 32, 0.16) !important;
    outline: none !important;
}

.home-page .solution-request-form--reference-panel .site-search-input.site-search-input--textarea {
    min-height: 126px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 15px 16px !important;
    resize: vertical !important;
    overflow: auto !important;
}

.home-page .solution-request-form--reference-panel .quote-button.quote-button--small {
    width: 100%;
    min-height: 126px;
    padding: 0 18px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.home-page .solution-request-form--reference-panel .home-request-fields--reference-panel-top > *,
.home-page .solution-request-form--reference-panel .home-request-fields--reference-panel-bottom > * {
    min-width: 0 !important;
    max-width: 100% !important;
}

@media (max-width: 1260px) {
    .home-page .solution-story-carousel.solution-story-carousel--reference-stage.solution-story-carousel--reference-stage-refined.solution-story-carousel--reference-autoplay.solution-story-carousel--reference-contained,
    .home-page .solution-request-bottom.solution-request-bottom--reference-compact.solution-request-bottom--reference-roomier.solution-request-bottom--reference-expanded.solution-request-bottom--reference-flush.solution-request-bottom--reference-contained {
        width: min(1280px, calc(100% - 44px));
    }

    .home-page .solution-request-section--reference-surface.solution-request-section--reference-refined.solution-request-section--reference-fuller.solution-request-section--reference-bleed.solution-request-section--reference-edge-to-edge {
        width: 100%;
    }

    .home-page .solution-story-top.solution-story-top--reference-floating,
    .home-page .solution-story-stage.solution-story-stage--reference-triple.solution-story-stage--reference-roomier.solution-story-stage--reference-edge.solution-story-stage--reference-flush {
        padding-left: 0;
        padding-right: 0;
    }

    .home-page .solution-story-track.solution-story-track--reference-triple {
        gap: 16px;
        grid-auto-columns: calc((100% - 32px) / 3);
    }

    .home-page .solution-request-bottom.solution-request-bottom--reference-compact.solution-request-bottom--reference-roomier.solution-request-bottom--reference-expanded.solution-request-bottom--reference-flush {
        grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
        gap: 16px;
    }

    .home-page .home-request-fields.home-request-fields--reference-panel-top {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1080px) {
    .home-page .solution-story-carousel.solution-story-carousel--reference-stage.solution-story-carousel--reference-stage-refined.solution-story-carousel--reference-autoplay.solution-story-carousel--reference-contained,
    .home-page .solution-request-bottom.solution-request-bottom--reference-compact.solution-request-bottom--reference-roomier.solution-request-bottom--reference-expanded.solution-request-bottom--reference-flush.solution-request-bottom--reference-contained {
        width: min(100%, calc(100% - 32px));
    }

    .home-page .solution-request-section--reference-surface.solution-request-section--reference-refined.solution-request-section--reference-fuller.solution-request-section--reference-bleed.solution-request-section--reference-edge-to-edge {
        width: 100%;
        padding: 58px 0 50px;
    }

    .home-page .solution-story-top.solution-story-top--reference-floating,
    .home-page .solution-story-stage.solution-story-stage--reference-triple.solution-story-stage--reference-roomier.solution-story-stage--reference-edge.solution-story-stage--reference-flush {
        padding-left: 0;
        padding-right: 0;
    }

    .home-page .solution-story-arrow.solution-story-arrow--reference-stage {
        width: 56px;
        height: 56px;
        font-size: 34px;
    }

    .home-page .solution-story-track.solution-story-track--reference-triple {
        gap: 14px;
        grid-auto-columns: calc((100% - 14px) / 2);
    }

    .home-page .solution-request-bottom.solution-request-bottom--reference-compact.solution-request-bottom--reference-roomier.solution-request-bottom--reference-expanded.solution-request-bottom--reference-flush {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .home-page .home-request-fields.home-request-fields--reference-panel-top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-page .solution-request-summary.solution-request-summary--reference {
        max-width: none;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .home-page .solution-story-carousel.solution-story-carousel--reference-stage.solution-story-carousel--reference-stage-refined.solution-story-carousel--reference-autoplay.solution-story-carousel--reference-contained,
    .home-page .solution-request-bottom.solution-request-bottom--reference-compact.solution-request-bottom--reference-roomier.solution-request-bottom--reference-expanded.solution-request-bottom--reference-flush.solution-request-bottom--reference-contained {
        width: min(100%, calc(100% - 16px));
    }

    .home-page .solution-request-section--reference-surface.solution-request-section--reference-refined.solution-request-section--reference-fuller.solution-request-section--reference-bleed.solution-request-section--reference-edge-to-edge {
        width: 100%;
        padding: 42px 0 36px;
    }

    .home-page .solution-request-shell.solution-request-shell--reference-balanced.solution-request-shell--reference-stacked {
        gap: 24px;
    }

    .home-page .solution-request-head.solution-request-head--reference-centered.solution-request-head--reference-wide.solution-request-head--reference-broader.solution-request-head--reference-expanded.solution-request-head--reference-flush {
        text-align: left;
        width: 100%;
        padding: 0 8px;
    }

    .home-page .solution-request-head--reference-centered .section-desc {
        margin: 0;
    }

    .home-page .solution-story-top.solution-story-top--reference-floating,
    .home-page .solution-story-stage.solution-story-stage--reference-triple.solution-story-stage--reference-roomier.solution-story-stage--reference-edge.solution-story-stage--reference-flush {
        padding-left: 0;
        padding-right: 0;
    }

    .home-page .solution-story-top.solution-story-top--reference-floating {
        margin-bottom: 14px;
    }

    .home-page .solution-story-track.solution-story-track--reference-triple {
        gap: 12px;
        grid-auto-columns: 100%;
    }

    .home-page .solution-story-arrow.solution-story-arrow--reference-stage {
        width: 48px;
        height: 48px;
        font-size: 28px;
    }

    .home-page .solution-story-arrow.solution-story-arrow--reference-stage[data-direction="prev"] {
        left: 2px;
    }

    .home-page .solution-story-arrow.solution-story-arrow--reference-stage[data-direction="next"] {
        right: 2px;
    }

    .home-page .solution-story-card.solution-story-card--reference-slab .solution-story-card-media {
        min-height: 216px;
    }

    .home-page .solution-request-form.solution-request-form--reference-panel {
        padding: 18px;
    }

    .home-page .home-request-fields.home-request-fields--reference-panel-top,
    .home-page .home-request-fields.home-request-fields--reference-panel-bottom {
        grid-template-columns: 1fr;
    }

    .home-page .solution-request-form--reference-panel .site-search-input.site-search-input--textarea,
    .home-page .solution-request-form--reference-panel .quote-button.quote-button--small {
        min-height: 54px;
    }
}

/* CMS admin preview focus */
.home-page.cms-preview-mode [data-home-module-section] {
    position: relative;
    scroll-margin-top: 92px;
    transition: opacity 0.25s ease, filter 0.25s ease, outline-color 0.25s ease, box-shadow 0.25s ease;
}

.home-page.cms-preview-mode [data-home-module-section]:not(.cms-preview-focus-target) {
    opacity: 0.78;
    filter: saturate(0.86);
}

.home-page.cms-preview-mode [data-home-module-section].cms-preview-focus-target {
    outline: 3px solid #ef8420;
    outline-offset: -1px;
    box-shadow: 0 0 0 6px rgba(239, 132, 32, 0.18);
    opacity: 1;
    filter: none;
}

.home-page.cms-preview-mode [data-home-module-section].cms-preview-focus-target::after {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 6;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(12, 42, 83, 0.92);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    content: '正在编辑：' attr(data-cms-preview-label);
}

/* 2026-04-05: stabilize mobile homepage layout (header + hero + news). */
@media (max-width: 860px) {
    .home-page,
    .home-page .site-shell {
        overflow-x: hidden;
    }

    .home-page .site-topbar.site-topbar--home,
    .home-page .home-header-strip {
        display: none !important;
    }

    .home-page .site-header-main--reference.home-header-main {
        position: sticky;
        top: 0;
        z-index: 45;
        border-bottom: 1px solid rgba(18, 54, 103, 0.14);
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(6px);
    }

    .home-page .site-header-inner,
    .home-page .site-header-inner.home-header-inner,
    .home-page .site-header-inner.home-header-inner.home-header-inner--reference-roomier {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center !important;
        width: calc(100% - 24px) !important;
        min-height: 68px !important;
        margin: 0 auto !important;
        padding: 10px 0 !important;
        gap: 10px !important;
    }

    .home-page .site-main-nav,
    .home-page .site-main-nav.home-nav-shell,
    .home-page .home-header-tools {
        display: none !important;
    }

    .home-page .home-header-inner .brand-anchor {
        min-width: 0;
    }

    .home-page .home-header-inner .brand-logo--home-reference,
    .home-page .home-header-inner .brand-logo--reference-tight,
    .home-page .home-header-inner .brand-logo--home-reference.brand-logo--reference-tight,
    .home-page .home-header-inner .brand-logo--reference-roomier,
    .home-page .home-header-inner .brand-logo--home-reference.brand-logo--reference-roomier {
        width: 136px !important;
        max-width: 136px !important;
        max-height: 40px !important;
    }

    .home-page .site-mobile-toggle {
        display: inline-flex !important;
        width: 44px;
        height: 44px;
        border-radius: 12px;
        margin-left: auto;
        align-self: center !important;
    }

    .home-page .site-mobile-drawer {
        display: flex !important;
    }

    .home-page .hero-stage,
    .home-page .hero-stage-grid.hero-stage-banner,
    .home-page .hero-stage-grid.hero-stage-banner .hero-slide,
    .home-page .hero-slide {
        min-height: 500px !important;
        height: min(78vh, 540px) !important;
    }

    .home-page .hero-slide-copy.hero-intro-copy,
    .home-page .hero-slide-copy.hero-intro-copy.hero-slide-copy--arrow-safe,
    .home-page .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy,
    .home-page .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy.hero-slide-copy--arrow-safe {
        width: 100% !important;
        padding: 0 56px 0 18px !important;
        align-items: stretch !important;
    }

    .home-page .hero-slide-copy-shell--left-center,
    .home-page .hero-slide--reference-primary .hero-slide-copy-shell--left-center {
        width: 100% !important;
        min-height: inherit !important;
        padding: 106px 0 84px !important;
        align-items: flex-start !important;
    }

    .home-page .hero-slide-copy-panel--left-center,
    .home-page .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-composed,
    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-separated,
    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-separated {
        width: min(100%, 336px) !important;
        max-width: 336px !important;
        min-height: auto !important;
        padding: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .home-page .hero-slide-copy-panel--reference-transparent::before {
        content: none !important;
    }

    .home-page .hero-copy-stack--reference-pinned {
        width: min(100%, 336px) !important;
        max-width: 336px !important;
    }

    .home-page .hero-copy-stack--reference-pinned .hero-stage-title {
        max-width: 100% !important;
        margin-bottom: 12px !important;
        font-size: clamp(28px, 8.2vw, 36px) !important;
        line-height: 1.08 !important;
    }

    .home-page .hero-copy-stack--reference-pinned .hero-stage-subtitle,
    .home-page .hero-copy-stack--reference-pinned .hero-stage-subcopy {
        max-width: 100% !important;
        -webkit-line-clamp: initial;
    }

    .home-page .hero-copy-stack--reference-pinned .hero-stage-subtitle {
        margin-bottom: 0 !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .home-page .hero-copy-stack--reference-pinned .hero-stage-subcopy {
        display: none !important;
    }

    .home-page .hero-stage-actions--reference-pinned,
    .home-page .hero-slide-copy-panel--reference-transparent .hero-stage-actions--reference-pinned,
    .home-page .hero-slide--reference-primary .hero-stage-actions--reference-separated.hero-stage-actions--reference-pinned,
    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent .hero-stage-actions--reference-separated.hero-stage-actions--reference-pinned {
        width: 100% !important;
        min-height: 44px !important;
        margin-top: 14px !important;
        padding-top: 0 !important;
        gap: 10px !important;
    }

    .home-page .hero-stage-actions--reference-pinned .quote-button,
    .home-page .hero-stage-actions--reference-pinned .ghost-button,
    .home-page .hero-slide--reference-primary .hero-stage-actions--reference-separated.hero-stage-actions--reference-pinned .quote-button,
    .home-page .hero-slide--reference-primary .hero-stage-actions--reference-separated.hero-stage-actions--reference-pinned .ghost-button,
    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent .hero-stage-actions--reference-separated.hero-stage-actions--reference-pinned .quote-button,
    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent .hero-stage-actions--reference-separated.hero-stage-actions--reference-pinned .ghost-button {
        flex: 1 1 0;
        width: calc((100% - 10px) / 2) !important;
        min-width: 0 !important;
        min-height: 42px !important;
        height: 42px !important;
        padding: 0 10px !important;
        font-size: 11px !important;
    }

    .home-page .hero-stage-arrow,
    .home-page .hero-slider-control.hero-stage-arrow {
        display: inline-flex !important;
        width: 44px !important;
        height: 44px !important;
        margin-top: -22px !important;
        font-size: 28px !important;
        border-radius: 999px !important;
        background: rgba(8, 23, 52, 0.5) !important;
        border: 1px solid rgba(255, 255, 255, 0.42) !important;
    }

    .home-page .hero-slider-control.hero-stage-arrow--prev {
        left: 6px !important;
    }

    .home-page .hero-slider-control.hero-stage-arrow--next {
        right: 6px !important;
    }

    .home-page .news-hf-container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .home-page .news-hf-carousel-wrap {
        gap: 12px !important;
        align-items: stretch !important;
    }

    .home-page .news-hf-grid {
        gap: 12px !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow-x: auto !important;
    }

    .home-page .news-hf-card {
        flex: 0 0 86vw !important;
        max-width: 86vw !important;
    }

    .home-page .news-hf-content {
        padding: 16px 16px 18px !important;
    }

    .home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich,
    .home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich.capability-reference-card--roomier {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "media"
            "title"
            "text" !important;
        justify-items: center;
        gap: 14px !important;
        min-height: 0 !important;
        padding: 18px 16px 22px !important;
        text-align: center !important;
    }

    .home-page .capability-card-media.capability-card-media--streamlined.capability-card-media--scene,
    .home-page .capability-card-media.capability-card-media--streamlined.capability-card-media--scene.capability-card-media--roomier {
        width: min(100%, 172px) !important;
        min-height: 160px !important;
        height: 160px !important;
        margin: 0 auto !important;
    }

    .home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich h3,
    .home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich p,
    .home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich.capability-reference-card--roomier h3,
    .home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich.capability-reference-card--roomier p {
        width: 100% !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center !important;
    }

    .home-page .home-step-section {
        padding: 56px 0 44px !important;
    }

    .home-page .home-step-head {
        width: min(100%, calc(100% - 28px)) !important;
        margin: 0 auto 24px !important;
        text-align: center !important;
    }

    .home-page .home-step-head .section-kicker {
        font-size: 12px !important;
        letter-spacing: 0.16em !important;
    }

    .home-page .home-step-head .section-title {
        margin-bottom: 14px !important;
        font-size: clamp(34px, 10.8vw, 42px) !important;
        line-height: 1.14 !important;
    }

    .home-page .home-step-head .section-desc {
        max-width: 32ch !important;
        margin: 0 auto !important;
        font-size: 16px !important;
        line-height: 1.55 !important;
    }

    .home-page .home-step-grid.home-step-timeline,
    .home-page .home-step-timeline {
        width: min(100%, calc(100% - 28px)) !important;
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .home-page .home-step-timeline::before,
    .home-page .home-step-card::after {
        display: none !important;
    }

    .home-page .home-step-card {
        min-height: 0 !important;
        padding: 44px 20px 24px !important;
        text-align: center !important;
    }

    .home-page .home-step-icon-shell {
        top: -22px !important;
        width: 56px !important;
        height: 56px !important;
    }

    .home-page .home-step-media {
        width: 96px !important;
        height: 96px !important;
        margin: 14px auto 22px !important;
    }

    .home-page .home-step-glyph {
        width: 56px !important;
        height: 56px !important;
    }

    .home-page .home-step-copy h3 {
        margin-bottom: 10px !important;
        font-size: 34px !important;
        line-height: 1.35 !important;
    }

    .home-page .home-step-copy p {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }

    .home-page .site-floating-rail {
        left: 50% !important;
        right: auto !important;
        bottom: 10px !important;
        transform: translateX(-50%);
        grid-auto-flow: column;
        justify-items: center !important;
        align-items: center;
        gap: 8px !important;
        padding: 0 6px;
    }

    .home-page .site-floating-action {
        min-width: 118px !important;
        min-height: 40px !important;
        padding: 0 14px !important;
        border-radius: 999px !important;
        font-size: 11px !important;
        letter-spacing: 0.05em !important;
    }

    .home-page .site-floating-locale {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .home-page .home-header-inner .brand-logo--home-reference,
    .home-page .home-header-inner .brand-logo--reference-tight,
    .home-page .home-header-inner .brand-logo--home-reference.brand-logo--reference-tight,
    .home-page .home-header-inner .brand-logo--reference-roomier,
    .home-page .home-header-inner .brand-logo--home-reference.brand-logo--reference-roomier {
        width: 124px !important;
        max-width: 124px !important;
        max-height: 36px !important;
    }

    .home-page .hero-stage,
    .home-page .hero-stage-grid.hero-stage-banner,
    .home-page .hero-stage-grid.hero-stage-banner .hero-slide,
    .home-page .hero-slide {
        min-height: 470px !important;
        height: min(76vh, 510px) !important;
    }

    .home-page .hero-slide-copy.hero-intro-copy,
    .home-page .hero-slide-copy.hero-intro-copy.hero-slide-copy--arrow-safe,
    .home-page .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy,
    .home-page .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy.hero-slide-copy--arrow-safe {
        padding: 0 50px 0 14px !important;
    }

    .home-page .hero-slide-copy-shell--left-center,
    .home-page .hero-slide--reference-primary .hero-slide-copy-shell--left-center {
        padding: 98px 0 74px !important;
    }

    .home-page .hero-copy-stack--reference-pinned .hero-stage-title {
        font-size: clamp(24px, 8.8vw, 32px) !important;
    }

    .home-page .hero-slider-control.hero-stage-arrow {
        width: 40px !important;
        height: 40px !important;
        margin-top: -20px !important;
    }

    .home-page .news-hf-card {
        flex: 0 0 88vw !important;
        max-width: 88vw !important;
    }

    .home-page .home-step-head .section-title {
        font-size: clamp(30px, 10.2vw, 38px) !important;
    }

    .home-page .home-step-copy h3 {
        font-size: 30px !important;
    }
}

/* 2026-04-06: capability cards desktop scale-up and icon overlay cleanup */
.home-page .capability-reference-card--media-rich .capability-card-emblem,
.home-page .capability-reference-card--media-rich .capability-card-glyph {
    display: none !important;
}

.home-page .capability-reference-card--media-rich .capability-card-media--scene::before,
.home-page .capability-reference-card--media-rich .capability-card-media--scene::after {
    content: none !important;
    display: none !important;
}

.home-page .capability-reference-card--media-rich[data-capability-key*="router"] .capability-card-media--scene {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/cnc-router.webp") !important;
}

.home-page .capability-reference-card--media-rich[data-capability-key*="mill"] .capability-card-media--scene,
.home-page .capability-reference-card--media-rich[data-capability-key*="milling"] .capability-card-media--scene {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/laser-cutter.webp") !important;
}

.home-page .capability-reference-card--media-rich[data-capability-key*="lathe"] .capability-card-media--scene,
.home-page .capability-reference-card--media-rich[data-capability-key*="wood"] .capability-card-media--scene {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/wood-lathe.webp") !important;
}

.home-page .capability-reference-card--media-rich[data-capability-key*="laser"] .capability-card-media--scene {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/laser-engraving.webp") !important;
}

.home-page .capability-reference-card--media-rich[data-capability-key*="plasma"] .capability-card-media--scene {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/plasma-cutter.webp") !important;
}

.home-page .capability-reference-card--media-rich[data-capability-key*="digital"] .capability-card-media--scene,
.home-page .capability-reference-card--media-rich[data-capability-key*="knife"] .capability-card-media--scene {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/cnc-knife-cutter.webp") !important;
}

.home-page .capability-reference-card--media-rich:not([data-capability-key]) .capability-card-media--scene,
.home-page .capability-reference-card--media-rich[data-capability-key=""] .capability-card-media--scene {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/stylecnc.webp") !important;
}

@media (min-width: 1025px) {
    .home-page .home-section.catalog-overview-section,
    .home-page .catalog-overview-section {
        width: min(1420px, calc(100% - 18px)) !important;
        max-width: none !important;
    }

    .home-page .catalog-overview-grid {
        width: min(1400px, calc(100% - 14px)) !important;
    }

    .home-page .capability-catalog-grid.capability-reference-grid.capability-reference-grid--static {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 26px !important;
    }

    .home-page .capability-catalog-grid.capability-reference-grid,
    .home-page .capability-catalog-grid.capability-reference-grid.capability-reference-grid--roomier {
        width: min(1400px, calc(100% - 14px)) !important;
        gap: 26px !important;
    }

    .home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich.capability-reference-card--roomier {
        grid-template-columns: 172px minmax(0, 1fr) !important;
        gap: 16px 26px !important;
        min-height: 278px !important;
        padding: 24px 26px 24px 24px !important;
        border-radius: 28px !important;
    }

    .home-page .capability-card-media.capability-card-media--streamlined.capability-card-media--scene.capability-card-media--roomier {
        width: 172px !important;
        min-height: 230px !important;
        height: 230px !important;
        border-radius: 26px !important;
        background-position: center !important;
        background-size: cover !important;
    }

    .home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich.capability-reference-card--roomier h3 {
        font-size: clamp(24px, 1.75vw, 27px) !important;
    }

    .home-page .capability-catalog-card.capability-reference-card--streamlined.capability-reference-card--media-rich.capability-reference-card--roomier p {
        max-width: 35ch !important;
        font-size: 15.5px !important;
        line-height: 1.75 !important;
    }
}

/* 2026-04-12: tighten spacing between buying steps and news section */
.home-page .home-step-section {
    padding-bottom: 34px !important;
}

.home-page .home-step-section + .news-section-hf {
    margin-top: 0 !important;
    padding-top: 56px !important;
}

@media (max-width: 1024px) {
    .home-page .home-step-section {
        padding-bottom: 24px !important;
    }

    .home-page .home-step-section + .news-section-hf {
        padding-top: 42px !important;
    }
}

/* 2026-04-15: topbar enlarge + headset icon polish */
.home-page,
body.home-page {
    margin: 0 !important;
    padding: 0 !important;
}

.home-page .site-shell,
.home-page .site-header,
.home-page .site-topbar.site-topbar--home.home-topbar--reference-visible {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

@media (min-width: 1025px) {
    .home-page .site-topbar--home .site-topbar-row--utility {
        display: none !important;
        min-height: 0 !important;
        padding: 0 !important;
        border-bottom: 0 !important;
    }

    .home-page .site-topbar--home .site-topbar-row--contact,
    .home-page .site-topbar--home .site-topbar-row--contact.site-contact-search-bar,
    .home-page .site-topbar--home .site-topbar-row--contact.site-contact-search-bar.home-header-contact-row {
        min-height: 228px !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        align-items: center !important;
    }

    .home-page .site-topbar--home .topbar-contact-card {
        height: 110px !important;
        min-height: 110px !important;
    }

    .home-page .site-topbar--home .site-search-input,
    .home-page .site-topbar--home .site-search-button {
        min-height: 64px !important;
    }

    .home-page .site-topbar--home .topbar-phone-cta {
        min-height: 116px !important;
        padding: 0 30px 0 36px !important;
        border-radius: 58px 0 0 58px !important;
        overflow: visible !important;
    }

    .home-page .site-topbar--home .topbar-phone-cta-icon {
        width: 92px !important;
        height: 92px !important;
        flex: 0 0 92px !important;
        margin-left: -58px !important;
        margin-right: 16px !important;
        border-radius: 50% !important;
        background: #ef5a0f !important;
        border: 6px solid #ffffff !important;
        box-shadow: 0 0 0 5px rgba(145, 168, 215, 0.78) !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
    }

    .home-page .site-topbar--home .topbar-phone-cta-icon::before,
    .home-page .site-topbar--home .topbar-phone-cta-icon::after {
        content: none !important;
        display: none !important;
        box-shadow: none !important;
    }

    .home-page .site-topbar--home .topbar-phone-cta-icon svg {
        width: 46px !important;
        height: 46px !important;
        color: #ffffff !important;
        fill: #ffffff !important;
        stroke: none !important;
    }

    .home-page .site-topbar--home .topbar-phone-cta-copy strong {
        font-size: clamp(40px, 2.3vw, 50px) !important;
        line-height: 1 !important;
        letter-spacing: 0.01em !important;
    }
}

/* 2026-04-15: compact headset + flush-right + contact cards shift */
@media (min-width: 1025px) {
    .home-page .site-topbar--home .site-topbar-inner {
        padding-right: 0 !important;
    }

    .home-page .site-topbar--home .site-topbar-row--contact.site-contact-search-bar.home-header-contact-row {
        padding-right: 0 !important;
    }

    .home-page .site-topbar--home .topbar-contact-list--inline {
        margin-left: 42px !important;
        gap: 14px !important;
    }

    .home-page .site-topbar--home .topbar-contact-card {
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        padding-right: 12px !important;
        gap: 10px !important;
    }

    .home-page .site-topbar--home .topbar-contact-card:first-child::after {
        right: -11px !important;
        height: 42px !important;
    }

    .home-page .site-topbar--home .topbar-contact-card:last-child {
        padding-left: 12px !important;
    }

    .home-page .site-topbar--home .topbar-actions {
        margin-left: 20px !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
        gap: 12px !important;
        justify-content: flex-end !important;
    }

    .home-page .site-topbar--home .topbar-actions .site-search-form {
        flex: 0 1 clamp(320px, 22vw, 430px) !important;
        max-width: clamp(320px, 22vw, 430px) !important;
    }

    .home-page .site-topbar--home .topbar-actions .topbar-phone-cta {
        min-height: 102px !important;
        padding: 0 20px 0 26px !important;
        border-radius: 0 !important;
        margin-left: auto !important;
        margin-right: 0 !important;
    }

    .home-page .site-topbar--home .topbar-phone-cta-icon {
        width: 78px !important;
        height: 78px !important;
        flex: 0 0 78px !important;
        margin-left: -38px !important;
        margin-right: 14px !important;
        border: 5px solid #ffffff !important;
        box-shadow: 0 0 0 4px rgba(145, 168, 215, 0.85) !important;
    }

    .home-page .site-topbar--home .topbar-phone-cta-icon svg {
        width: 36px !important;
        height: 36px !important;
    }

    .home-page .site-topbar--home .topbar-phone-cta-label {
        font-size: 14px !important;
    }

    .home-page .site-topbar--home .topbar-phone-cta-copy strong {
        font-size: clamp(38px, 2.15vw, 50px) !important;
    }
}

/* 2026-04-15: phone cta refine to match reference (image #2) */
@media (min-width: 1025px) {
    .home-page .site-topbar--home .topbar-actions .topbar-phone-cta {
        min-height: 98px !important;
        padding: 0 16px 0 34px !important;
        border-radius: 0 !important;
        position: relative !important;
        overflow: visible !important;
    }

    .home-page .site-topbar--home .topbar-actions .topbar-phone-cta::before {
        content: "" !important;
        position: absolute !important;
        left: -18px !important;
        top: 0 !important;
        width: 36px !important;
        height: 100% !important;
        background: #ef5a0f !important;
        clip-path: polygon(100% 0, 0 50%, 100% 100%) !important;
    }

    .home-page .site-topbar--home .topbar-phone-cta-icon {
        width: 76px !important;
        height: 76px !important;
        flex: 0 0 76px !important;
        margin-left: -38px !important;
        margin-right: 14px !important;
        border: 5px solid #ffffff !important;
        box-shadow: 0 0 0 3px rgba(150, 173, 218, 0.95) !important;
        background: #ef5a0f !important;
    }

    .home-page .site-topbar--home .topbar-phone-cta-icon svg {
        width: 34px !important;
        height: 34px !important;
    }

    .home-page .site-topbar--home .topbar-phone-cta-label {
        font-size: 13px !important;
        font-weight: 700 !important;
        line-height: 1.1 !important;
    }

    .home-page .site-topbar--home .topbar-phone-cta-copy strong {
        font-size: clamp(40px, 2.05vw, 48px) !important;
        line-height: 1.02 !important;
    }
}

/* 2026-04-15: final override for headset CTA fidelity (single source of truth) */
@media (min-width: 1025px) {
    .home-page .site-topbar--home .topbar-actions .topbar-phone-cta {
        --cta-h: 62px;
        --icon-s: 72px;
        --icon-center-x: 34px;
        --bar-start-x: 34px;
        min-height: var(--cta-h) !important;
        height: var(--cta-h) !important;
        width: fit-content !important;
        max-width: none !important;
        padding: 0 10px 0 0 !important;
        margin-left: auto !important;
        margin-right: 0 !important;
        border-radius: 0 !important;
        position: relative !important;
        overflow: visible !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 0 !important;
        isolation: isolate !important;
        background: linear-gradient(
            90deg,
            transparent 0,
            transparent var(--bar-start-x),
            #e14d0d var(--bar-start-x),
            #e9530f 52%,
            #ef5912 100%
        ) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
    }

    .home-page .site-topbar--home .topbar-actions .topbar-phone-cta::before {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        left: var(--bar-start-x) !important;
        top: 0 !important;
        width: 92px !important;
        height: var(--cta-h) !important;
        z-index: 0 !important;
        border-radius: calc(var(--cta-h) / 2) 0 0 calc(var(--cta-h) / 2) !important;
        background: linear-gradient(
            90deg,
            rgba(162, 54, 15, 0.42) 0%,
            rgba(162, 54, 15, 0.16) 68%,
            rgba(162, 54, 15, 0) 100%
        ) !important;
        pointer-events: none !important;
    }

    .home-page .site-topbar--home .topbar-actions .topbar-phone-cta::after {
        content: none !important;
        display: none !important;
    }

    .home-page .site-topbar--home .topbar-phone-cta-icon {
        width: var(--icon-s) !important;
        height: var(--icon-s) !important;
        flex: 0 0 var(--icon-s) !important;
        margin: 0 !important;
        position: absolute !important;
        left: var(--icon-center-x) !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        border-radius: 50% !important;
        background: radial-gradient(circle at 36% 30%, #f0793c 0%, #ea4c09 46%, #dc3f03 100%) !important;
        border: 5px solid #ffffff !important;
        box-shadow: 0 0 0 2px rgba(164, 179, 211, 0.92), 0 1px 3px rgba(0, 0, 0, 0.24) !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        z-index: 2 !important;
    }

    .home-page .site-topbar--home .topbar-phone-cta-icon::before {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        inset: -14px !important;
        border-radius: 50% !important;
        z-index: -1 !important;
        background: radial-gradient(circle, rgba(133, 159, 210, 0.45) 0%, rgba(133, 159, 210, 0.2) 42%, rgba(133, 159, 210, 0) 74%) !important;
        animation: home-phone-cta-halo-pulse 2.8s ease-in-out infinite !important;
        pointer-events: none !important;
    }

    .home-page .site-topbar--home .topbar-phone-cta-icon::after {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        inset: -1px !important;
        border-radius: 50% !important;
        border: 1px solid rgba(190, 202, 227, 0.92) !important;
        pointer-events: none !important;
    }

    .home-page .site-topbar--home .topbar-phone-cta-icon svg {
        width: 39px !important;
        height: 39px !important;
        color: #ffffff !important;
        fill: #ffffff !important;
    }

    .home-page .site-topbar--home .topbar-phone-cta-copy {
        margin-left: 89px !important;
        gap: 3px !important;
        position: relative !important;
        z-index: 1 !important;
        white-space: nowrap !important;
    }

    .home-page .site-topbar--home .topbar-phone-cta-label {
        font-size: 10px !important;
        font-weight: 700 !important;
        letter-spacing: 0.02em !important;
        line-height: 1.05 !important;
        color: rgba(255, 255, 255, 0.95) !important;
    }

    .home-page .site-topbar--home .topbar-phone-cta-copy strong {
        font-size: clamp(30px, 1.62vw, 36px) !important;
        font-weight: 700 !important;
        line-height: 0.98 !important;
        letter-spacing: -0.03em !important;
        display: inline-block !important;
        transform: scaleX(0.9) !important;
        transform-origin: left center !important;
        font-variant-numeric: tabular-nums !important;
        color: #ffffff !important;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15) !important;
    }

    .home-page .site-topbar--home .topbar-actions {
        margin-left: auto !important;
        gap: clamp(10px, 0.86vw, 16px) !important;
    }

    .home-page .site-topbar--home .topbar-contact-list--inline {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-content: center !important;
        transform: translateX(clamp(132px, 7.8vw, 156px)) !important;
        margin-left: 0 !important;
        gap: clamp(34px, 2.2vw, 46px) !important;
        width: 490px !important;
        min-width: 490px !important;
        max-width: 490px !important;
        align-items: center !important;
    }

    .home-page .site-topbar--home .topbar-actions .site-search-form {
        transform: translateX(clamp(220px, 15.5vw, 300px)) !important;
        flex: 0 1 clamp(290px, 19vw, 390px) !important;
        max-width: clamp(290px, 19vw, 390px) !important;
        height: 46px !important;
        align-items: stretch !important;
    }

    .home-page .site-topbar--home .site-search-input {
        height: 46px !important;
        min-height: 46px !important;
        padding: 0 18px !important;
        line-height: 46px !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }

    .home-page .site-topbar--home .site-search-input::placeholder {
        line-height: 46px !important;
        text-align: center !important;
    }

    .home-page .site-topbar--home .site-search-button {
        height: 46px !important;
        min-height: 46px !important;
        padding: 0 26px !important;
        line-height: 1 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    .home-page .site-topbar--home .topbar-contact-card {
        gap: 11px !important;
        padding: 0 !important;
        min-width: 0 !important;
        max-width: none !important;
        flex: 0 0 auto !important;
        align-items: center !important;
        position: relative !important;
        display: flex !important;
    }

    .home-page .site-topbar--home .topbar-contact-card:first-child {
        width: 220px !important;
        min-width: 220px !important;
        max-width: 220px !important;
    }

    .home-page .site-topbar--home .topbar-contact-card:last-child {
        width: 220px !important;
        min-width: 220px !important;
        max-width: 220px !important;
    }

    .home-page .site-topbar--home .topbar-contact-card:first-child::after {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        right: calc(clamp(34px, 2.2vw, 46px) / -2) !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 1px !important;
        height: 48px !important;
        background: linear-gradient(
            180deg,
            rgba(206, 222, 249, 0) 0%,
            rgba(224, 236, 255, 0.68) 18%,
            rgba(224, 236, 255, 0.68) 82%,
            rgba(206, 222, 249, 0) 100%
        ) !important;
    }

    .home-page .site-topbar--home .topbar-contact-card .site-topbar-badge-icon {
        width: 64px !important;
        height: 52px !important;
        min-width: 64px !important;
        min-height: 52px !important;
        flex: 0 0 64px !important;
        border-radius: 0 !important;
        background: none !important;
        border: none !important;
        box-shadow: none !important;
        overflow: visible !important;
    }

    .home-page .site-topbar--home .topbar-contact-card .site-topbar-badge-icon::before {
        content: "" !important;
        width: 34px !important;
        height: 34px !important;
        left: 32px !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        background-size: 34px 34px !important;
        z-index: 2 !important;
    }

    .home-page .site-topbar--home .topbar-contact-card .site-topbar-badge-icon::after {
        content: none !important;
        display: none !important;
        animation: none !important;
        transform: none !important;
        box-shadow: none !important;
    }

    .home-page .site-topbar--home .topbar-contact-card .site-topbar-badge-icon--time::before {
        width: 34px !important;
        height: 34px !important;
        left: 32px !important;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9.25'/%3E%3Cpath d='M12 7.8v4.6l3.2 2.2'/%3E%3C/svg%3E") center/34px 34px no-repeat !important;
    }

    .home-page .site-topbar--home .topbar-contact-card .site-topbar-badge-icon--time::after {
        content: none !important;
        display: none !important;
        border: 0 !important;
    }

    .home-page .site-topbar--home .topbar-contact-card .site-topbar-badge-icon--mail::before {
        width: 34px !important;
        height: 34px !important;
        left: 32px !important;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='6' width='18' height='12' rx='2' ry='2'/%3E%3Cpath d='M21 8L12 14L3 8'/%3E%3C/svg%3E") center/34px 34px no-repeat !important;
    }

    .home-page .site-topbar--home .topbar-contact-card .site-topbar-badge-copy {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 2px !important;
        white-space: nowrap !important;
        min-width: 0 !important;
    }

    .home-page .site-topbar--home .topbar-contact-card .topbar-label {
        display: block !important;
        margin: 0 !important;
        font-size: 13px !important;
        line-height: 1.02 !important;
        font-weight: 600 !important;
        color: rgba(236, 245, 255, 0.95) !important;
    }

    .home-page .site-topbar--home .topbar-contact-card strong,
    .home-page .site-topbar--home .topbar-contact-card a,
    .home-page .site-topbar--home .topbar-contact-card .site-topbar-badge-copy > span:last-child {
        display: block !important;
        margin: 0 !important;
        line-height: 1.08 !important;
        font-weight: 600 !important;
        color: #ffffff !important;
    }

    .home-page .site-topbar--home .topbar-contact-card a {
        max-width: 150px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .home-page .site-topbar--home .topbar-contact-card:first-child .topbar-label {
        display: none !important;
    }
}

@media (min-width: 1361px) and (max-width: 1680px) {
    .home-page .site-topbar--home .topbar-contact-list--inline {
        flex-wrap: nowrap !important;
        align-content: center !important;
        transform: translateX(clamp(78px, 5vw, 124px)) !important;
        width: 520px !important;
        min-width: 520px !important;
        max-width: 520px !important;
        gap: 22px !important;
    }

    .home-page .site-topbar--home .topbar-contact-card:first-child {
        width: 176px !important;
        min-width: 176px !important;
        max-width: 176px !important;
    }

    .home-page .site-topbar--home .topbar-contact-card:last-child {
        width: 322px !important;
        min-width: 322px !important;
        max-width: 322px !important;
    }

    .home-page .site-topbar--home .topbar-contact-card:last-child a {
        max-width: none !important;
    }

    .home-page .site-topbar--home .topbar-actions {
        padding-left: 40px !important;
        gap: 12px !important;
    }

    .home-page .site-topbar--home .topbar-actions .site-search-form {
        transform: translateX(clamp(168px, 10vw, 232px)) !important;
        flex: 0 1 clamp(260px, 18vw, 340px) !important;
        max-width: clamp(260px, 18vw, 340px) !important;
        margin-right: 18px !important;
    }

    .home-page .site-topbar--home .topbar-actions .topbar-phone-cta {
        --cta-h: 60px !important;
        --icon-s: 68px !important;
        --icon-center-x: 32px !important;
        --bar-start-x: 32px !important;
    }

    .home-page .site-topbar--home .topbar-phone-cta-copy {
        margin-left: 84px !important;
    }

    .home-page .site-topbar--home .topbar-phone-cta-copy strong {
        font-size: clamp(27px, 1.48vw, 33px) !important;
    }
}

@media (min-width: 1025px) and (max-width: 1360px) {
    .home-page .site-topbar--home .topbar-contact-list--inline {
        flex-wrap: nowrap !important;
        align-content: center !important;
        transform: translateX(24px) !important;
        width: 456px !important;
        min-width: 456px !important;
        max-width: 456px !important;
        gap: 14px !important;
    }

    .home-page .site-topbar--home .topbar-contact-card:first-child {
        width: 160px !important;
        min-width: 160px !important;
        max-width: 160px !important;
    }

    .home-page .site-topbar--home .topbar-contact-card:last-child {
        width: 282px !important;
        min-width: 282px !important;
        max-width: 282px !important;
    }

    .home-page .site-topbar--home .topbar-contact-card:last-child a {
        max-width: none !important;
    }

    .home-page .site-topbar--home .topbar-actions {
        padding-left: 28px !important;
        gap: 10px !important;
    }

    .home-page .site-topbar--home .topbar-actions .site-search-form {
        transform: translateX(84px) !important;
        flex: 0 1 clamp(220px, 24vw, 280px) !important;
        max-width: clamp(220px, 24vw, 280px) !important;
        margin-right: 12px !important;
    }

    .home-page .site-topbar--home .topbar-actions .topbar-phone-cta {
        --cta-h: 56px !important;
        --icon-s: 64px !important;
        --icon-center-x: 30px !important;
        --bar-start-x: 30px !important;
    }

    .home-page .site-topbar--home .topbar-phone-cta-copy {
        margin-left: 76px !important;
    }

    .home-page .site-topbar--home .topbar-phone-cta-label {
        font-size: 9px !important;
    }

    .home-page .site-topbar--home .topbar-phone-cta-copy strong {
        font-size: clamp(24px, 1.38vw, 29px) !important;
    }
}

@media (min-width: 1025px) {
    .home-page .site-topbar--home .topbar-contact-card:last-child .site-topbar-badge-copy {
        flex: 1 1 auto !important;
        max-width: 100% !important;
        white-space: nowrap !important;
    }

    .home-page .site-topbar--home .topbar-contact-card:last-child a {
        max-width: 100% !important;
        overflow: visible !important;
        text-overflow: clip !important;
        white-space: nowrap !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
    }
}

@keyframes home-phone-cta-halo-pulse {
    0%,
    100% {
        transform: scale(0.92);
        opacity: 0.58;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.96;
    }
}

/* 2026-04-19: align top contact/search row with logo baseline */
@media (min-width: 1025px) {
    .home-page .site-topbar--home .site-topbar-row--contact.site-contact-search-bar.home-header-contact-row {
        width: min(1360px, calc(100% - 40px)) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .home-page .site-topbar--home .topbar-contact-list--inline {
        transform: none !important;
        margin-left: 0 !important;
    }

    .home-page .site-topbar--home .topbar-actions {
        margin-left: 18px !important;
    }

    .home-page .site-topbar--home .topbar-actions .site-search-form {
        transform: none !important;
        margin-right: 0 !important;
    }
}

/* 2026-04-19: keep header wide while aligning nav anchor with email right edge */
@media (min-width: 1440px) {
    .home-page .nav-list.home-nav-list.home-nav-list--reference-roomier,
    .home-page .nav-list.home-nav-list.home-nav-list--reference-condensed {
        transform: translateX(-86px) !important;
    }
}

@media (min-width: 1361px) and (max-width: 1439px) {
    .home-page .nav-list.home-nav-list.home-nav-list--reference-roomier,
    .home-page .nav-list.home-nav-list.home-nav-list--reference-condensed {
        transform: translateX(-61px) !important;
    }
}

/* 2026-04-19: force full-bleed top header area (no side gaps) */
@media (min-width: 1025px) {
    .home-page .site-shell,
    .home-page .site-header,
    .home-page .site-topbar.site-topbar--home.home-topbar--reference-visible,
    .home-page .site-header-main--reference.home-header-main {
        width: 100% !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .home-page .site-topbar--home .site-topbar-inner,
    .home-page .site-topbar--home .site-topbar-row--contact.site-contact-search-bar.home-header-contact-row {
        width: 100% !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    .home-page .site-topbar--home .site-topbar-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .home-page .site-topbar--home .site-topbar-row--contact.site-contact-search-bar.home-header-contact-row {
        padding-left: clamp(20px, 2.2vw, 44px) !important;
        padding-right: 0 !important;
    }

    .home-page .site-header-main--reference.home-header-main .site-header-main-inner,
    .home-page .site-header-main--reference.home-header-main .site-header-inner.home-header-inner,
    .home-page .site-header-main--reference.home-header-main .site-header-inner.home-header-inner.home-header-inner--reference-roomier {
        width: 100% !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: clamp(20px, 2.2vw, 44px) !important;
        padding-right: clamp(20px, 2.2vw, 44px) !important;
        box-sizing: border-box !important;
    }
}

/* 2026-04-20: center company contact info within each divider segment */
@media (min-width: 1025px) {
    .home-page .company-contact-blocks {
        align-items: stretch !important;
    }

    .home-page .company-contact-block {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 14px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .home-page .company-contact-icon {
        flex: 0 0 auto !important;
    }

    .home-page .company-contact-info {
        min-width: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: flex-start !important;
        text-align: left !important;
    }
}

/* 2026-04-20: business partners auto-scroll + draggable carousel */
.home-page .business-partners-carousel {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    margin-top: 8px !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    touch-action: pan-y !important;
    cursor: grab !important;
}

.home-page .business-partners-carousel.is-dragging {
    cursor: grabbing !important;
}

.home-page .business-partners-track {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    width: max-content !important;
    will-change: transform !important;
    transform: translate3d(0, 0, 0);
}

.home-page .business-partners-track .business-partner-logo {
    flex: 0 0 clamp(188px, 12.5vw, 248px) !important;
    height: 100px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 14px !important;
    border-radius: 10px !important;
    border: 1px solid #e7edf7 !important;
    background: #ffffff !important;
}

.home-page .business-partners-track .business-partner-logo img {
    width: 100% !important;
    height: 100% !important;
    max-height: 64px !important;
    object-fit: contain !important;
}

@media (max-width: 980px) {
    .home-page .business-partners-track .business-partner-logo {
        flex-basis: clamp(156px, 36vw, 214px) !important;
        height: 88px !important;
        padding: 10px 12px !important;
    }

    .home-page .business-partners-track .business-partner-logo img {
        max-height: 56px !important;
    }
}

/* 2026-04-20: mobile responsive hardening for newly added home modules */
@media (max-width: 1024px) {
    .home-page,
    .home-page .site-shell {
        overflow-x: hidden !important;
    }

    .home-page .site-topbar.site-topbar--home.home-topbar--reference-visible {
        display: none !important;
    }

    .home-page .site-header-main--reference.home-header-main {
        position: sticky !important;
        top: 0 !important;
        z-index: 52 !important;
        border-bottom: 1px solid rgba(18, 54, 103, 0.14) !important;
        background: rgba(255, 255, 255, 0.98) !important;
        backdrop-filter: blur(6px);
    }

    .home-page .site-header-inner,
    .home-page .site-header-inner.home-header-inner,
    .home-page .site-header-inner.home-header-inner.home-header-inner--reference-roomier {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center !important;
        width: calc(100% - 24px) !important;
        min-height: 70px !important;
        margin: 0 auto !important;
        padding: 10px 0 !important;
        gap: 10px !important;
    }

    .home-page .site-main-nav,
    .home-page .site-main-nav.home-nav-shell,
    .home-page .home-header-tools {
        display: none !important;
    }

    .home-page .site-mobile-toggle {
        display: inline-flex !important;
        width: 44px !important;
        height: 44px !important;
        border-radius: 12px !important;
        margin-left: auto !important;
        align-self: center !important;
    }

    .home-page .site-mobile-drawer {
        display: flex !important;
    }

    .home-page .hero-stage,
    .home-page .hero-stage-grid.hero-stage-banner,
    .home-page .hero-stage-grid.hero-stage-banner .hero-slide,
    .home-page .hero-slide {
        min-height: 520px !important;
        height: min(74vh, 560px) !important;
    }

    .home-page .hero-slide-copy.hero-intro-copy,
    .home-page .hero-slide-copy.hero-intro-copy.hero-slide-copy--arrow-safe,
    .home-page .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy,
    .home-page .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy.hero-slide-copy--arrow-safe {
        width: 100% !important;
        padding: 0 56px 0 18px !important;
        align-items: stretch !important;
    }

    .home-page .hero-slide-copy-shell--left-center,
    .home-page .hero-slide--reference-primary .hero-slide-copy-shell--left-center {
        width: 100% !important;
        min-height: inherit !important;
        padding: 104px 0 82px !important;
        align-items: flex-start !important;
    }

    .home-page .hero-slide-copy-panel--left-center,
    .home-page .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-composed,
    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-separated,
    .home-page .hero-slide--reference-primary .hero-slide-copy-panel--reference-transparent.hero-slide-copy-panel--reference-separated,
    .home-page .hero-copy-stack--reference-pinned {
        width: min(100%, 350px) !important;
        max-width: 350px !important;
    }

    .home-page .hero-copy-stack--reference-pinned .hero-stage-title {
        max-width: 100% !important;
        margin-bottom: 12px !important;
        font-size: clamp(30px, 6.4vw, 40px) !important;
        line-height: 1.08 !important;
    }

    .home-page .hero-copy-stack--reference-pinned .hero-stage-subtitle {
        margin-bottom: 0 !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .home-page .hero-stage-actions--reference-pinned {
        width: 100% !important;
        gap: 10px !important;
    }

    .home-page .hero-stage-actions--reference-pinned .quote-button,
    .home-page .hero-stage-actions--reference-pinned .ghost-button {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        min-height: 44px !important;
    }

    .home-page .hero-stage-arrow,
    .home-page .hero-slider-control.hero-stage-arrow {
        width: 44px !important;
        height: 44px !important;
    }

    .home-page .catalog-overview-grid,
    .home-page .capability-catalog-grid.capability-reference-grid,
    .home-page .capability-catalog-grid.capability-reference-grid.capability-reference-grid--roomier,
    .home-page .capability-catalog-grid.capability-reference-grid.capability-reference-grid--static,
    .home-page .solution-request-shell.solution-request-shell--reference-balanced.solution-request-shell--reference-stacked.solution-request-shell--reference-spread,
    .home-page .solution-request-head.solution-request-head--reference-centered.solution-request-head--reference-wide.solution-request-head--reference-broader.solution-request-head--reference-expanded.solution-request-head--reference-flush,
    .home-page .solution-request-bottom.solution-request-bottom--reference-compact.solution-request-bottom--reference-roomier.solution-request-bottom--reference-expanded.solution-request-bottom--reference-flush.solution-request-bottom--reference-contained,
    .home-page .home-step-head,
    .home-page .home-step-grid,
    .home-page .hot-sales-inner,
    .home-page .news-hf-container {
        width: min(100%, calc(100% - 28px)) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .home-page .capability-catalog-grid.capability-reference-grid,
    .home-page .capability-catalog-grid.capability-reference-grid.capability-reference-grid--roomier,
    .home-page .capability-catalog-grid.capability-reference-grid.capability-reference-grid--static {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }

    .home-page .solution-request-bottom.solution-request-bottom--reference-compact.solution-request-bottom--reference-roomier.solution-request-bottom--reference-expanded.solution-request-bottom--reference-flush {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .home-page .solution-request-form.solution-request-form--reference-panel {
        padding: 18px !important;
    }

    .home-page .home-request-fields.home-request-fields--reference-panel-top,
    .home-page .home-request-fields.home-request-fields--reference-panel-bottom {
        grid-template-columns: 1fr !important;
    }

    .home-page .hot-sales-tabs {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
    }

    .home-page .hot-sales-tabs::-webkit-scrollbar {
        display: none !important;
    }

    .home-page .hot-sales-tab {
        flex: 0 0 auto !important;
        white-space: nowrap !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .home-page .hot-sales-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }

    .home-page .company-profile-section,
    .home-page .business-partners-section {
        width: min(100%, calc(100% - 28px)) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .home-page .company-profile-main {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }

    .home-page .company-profile-media-left,
    .home-page .company-profile-content,
    .home-page .company-profile-media-right {
        max-width: none !important;
    }

    .home-page .company-profile-building,
    .home-page .company-profile-staff-img {
        width: 100% !important;
    }

    .home-page .company-contact-blocks {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .home-page .company-contact-block {
        min-height: 94px !important;
        padding: 14px 12px !important;
        justify-content: center !important;
    }

    .home-page .company-contact-info {
        align-items: center !important;
        text-align: center !important;
    }

    .home-page .business-partners-track {
        gap: 14px !important;
    }

    .home-page .business-partners-track .business-partner-logo {
        flex: 0 0 clamp(150px, 40vw, 188px) !important;
        height: 82px !important;
        padding: 8px 10px !important;
    }

    .home-page .business-partners-track .business-partner-logo img {
        max-height: 52px !important;
    }

    .home-page .news-hf-carousel-wrap {
        gap: 8px !important;
        align-items: stretch !important;
    }

    .home-page .news-hf-nav {
        width: 42px !important;
        height: 42px !important;
    }

    .home-page .news-hf-grid {
        gap: 12px !important;
        overflow-x: auto !important;
        padding-bottom: 2px !important;
    }

    .home-page .news-hf-card {
        flex: 0 0 min(78vw, 332px) !important;
        max-width: min(78vw, 332px) !important;
    }
}

@media (max-width: 860px) {
    .home-page .capability-catalog-grid.capability-reference-grid,
    .home-page .capability-catalog-grid.capability-reference-grid.capability-reference-grid--roomier {
        grid-template-columns: 1fr !important;
    }

    .home-page .hot-sales-grid {
        grid-template-columns: 1fr !important;
    }

    .home-page .company-profile-title {
        font-size: clamp(32px, 8.4vw, 44px) !important;
    }

    .home-page .company-profile-content h3 {
        font-size: clamp(30px, 8vw, 42px) !important;
        line-height: 1.14 !important;
    }

    .home-page .company-contact-blocks {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .home-page .news-hf-card {
        flex: 0 0 86vw !important;
        max-width: 86vw !important;
    }
}

@media (max-width: 480px) {
    .home-page .site-header-inner,
    .home-page .site-header-inner.home-header-inner,
    .home-page .site-header-inner.home-header-inner.home-header-inner--reference-roomier {
        width: calc(100% - 18px) !important;
        min-height: 64px !important;
    }

    .home-page .home-header-inner .brand-logo--home-reference,
    .home-page .home-header-inner .brand-logo--reference-tight,
    .home-page .home-header-inner .brand-logo--home-reference.brand-logo--reference-tight,
    .home-page .home-header-inner .brand-logo--reference-roomier,
    .home-page .home-header-inner .brand-logo--home-reference.brand-logo--reference-roomier {
        width: 122px !important;
        max-width: 122px !important;
        max-height: 36px !important;
    }

    .home-page .hero-stage,
    .home-page .hero-stage-grid.hero-stage-banner,
    .home-page .hero-stage-grid.hero-stage-banner .hero-slide,
    .home-page .hero-slide {
        min-height: 486px !important;
        height: min(72vh, 520px) !important;
    }

    .home-page .hero-slide-copy.hero-intro-copy,
    .home-page .hero-slide-copy.hero-intro-copy.hero-slide-copy--arrow-safe {
        padding: 0 50px 0 12px !important;
    }

    .home-page .hero-slide-copy-shell--left-center {
        padding: 92px 0 72px !important;
    }

    .home-page .hero-copy-stack--reference-pinned .hero-stage-title {
        font-size: clamp(24px, 8.4vw, 32px) !important;
    }

    .home-page .company-profile-content p {
        font-size: 14px !important;
        line-height: 1.72 !important;
    }

    .home-page .business-partners-track .business-partner-logo {
        flex: 0 0 clamp(136px, 48vw, 170px) !important;
        height: 76px !important;
    }

    .home-page .news-hf-nav {
        width: 38px !important;
        height: 38px !important;
    }

    .home-page .news-hf-card {
        flex: 0 0 88vw !important;
        max-width: 88vw !important;
    }
}

/* 2026-04-20: mobile step section redesign (match target style) */
@media (max-width: 860px) {
    .home-page .home-step-section {
        padding: 30px 0 24px !important;
    }

    .home-page .home-step-head {
        width: min(100%, calc(100% - 24px)) !important;
        margin: 0 auto 18px !important;
        text-align: left !important;
    }

    .home-page .home-step-head .section-kicker {
        display: none !important;
    }

    .home-page .home-step-head .section-title {
        margin: 0 0 10px !important;
        font-size: clamp(26px, 7.2vw, 34px) !important;
        line-height: 1.22 !important;
        letter-spacing: 0 !important;
        color: #0b2f66 !important;
    }

    .home-page .home-step-head .section-desc {
        max-width: none !important;
        margin: 0 !important;
        font-size: 14px !important;
        line-height: 1.76 !important;
        color: #6f8198 !important;
    }

    .home-page .home-step-head::after {
        content: "" !important;
        display: block !important;
        width: 116px !important;
        height: 3px !important;
        margin: 14px auto 0 !important;
        border-radius: 999px !important;
        background: linear-gradient(
            90deg,
            rgba(11, 47, 102, 0.9) 0%,
            rgba(11, 47, 102, 0.9) 38%,
            #df4d10 38%,
            #df4d10 62%,
            rgba(11, 47, 102, 0.9) 62%,
            rgba(11, 47, 102, 0.9) 100%
        ) !important;
    }

    .home-page .home-step-timeline-container {
        display: none !important;
    }

    .home-page .home-step-grid {
        width: min(100%, calc(100% - 24px)) !important;
        margin: 0 auto !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        overflow: visible !important;
        padding: 2px 0 0 !important;
        counter-reset: home-step-mobile !important;
    }

    .home-page .home-step-grid::-webkit-scrollbar {
        display: none !important;
    }

    .home-page .home-step-card {
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding: 18px 18px 20px !important;
        border-radius: 4px !important;
        text-align: center !important;
        box-shadow: 0 8px 24px rgba(10, 31, 64, 0.08) !important;
        background: #ffffff !important;
    }

    .home-page .home-step-card::after {
        display: none !important;
    }

    .home-page .home-step-card::before {
        counter-increment: home-step-mobile !important;
        content: counter(home-step-mobile) !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: absolute !important;
        top: 18px !important;
        right: 20px !important;
        width: 44px !important;
        height: 44px !important;
        border-radius: 50% !important;
        font-size: 20px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        color: #ffffff !important;
        background: #0b2f66 !important;
        box-shadow: 0 0 0 12px rgba(197, 206, 219, 0.66) !important;
    }

    .home-page .home-step-card:nth-child(even)::before {
        background: #df4d10 !important;
        box-shadow: 0 0 0 12px rgba(233, 178, 160, 0.48) !important;
    }

    .home-page .home-step-media {
        width: min(72vw, 260px) !important;
        height: min(72vw, 260px) !important;
        margin: 0 auto 14px !important;
    }

    .home-page .home-step-glyph {
        width: 100% !important;
        height: 100% !important;
    }

    .home-page .home-step-copy h3 {
        margin: 0 0 10px !important;
        font-size: clamp(34px, 8.2vw, 44px) !important;
        line-height: 1.2 !important;
        letter-spacing: 0 !important;
        color: #0b2f66 !important;
    }

    .home-page .home-step-copy p {
        margin: 0 !important;
        font-size: 17px !important;
        line-height: 1.62 !important;
        color: #6e8098 !important;
    }
}

@media (max-width: 480px) {
    .home-page .home-step-section {
        padding-top: 24px !important;
    }

    .home-page .home-step-head .section-title {
        font-size: clamp(23px, 8.1vw, 30px) !important;
    }

    .home-page .home-step-head .section-desc {
        font-size: 13px !important;
        line-height: 1.72 !important;
    }

    .home-page .home-step-card {
        padding: 16px 14px 18px !important;
    }

    .home-page .home-step-card::before {
        top: 14px !important;
        right: 14px !important;
        width: 40px !important;
        height: 40px !important;
        font-size: 18px !important;
    }

    .home-page .home-step-media {
        width: min(76vw, 232px) !important;
        height: min(76vw, 232px) !important;
    }

    .home-page .home-step-copy h3 {
        font-size: clamp(28px, 8.8vw, 36px) !important;
    }

    .home-page .home-step-copy p {
        font-size: 15px !important;
    }
}

/* 2026-04-20: tighten mobile gap between business partners and next section */
@media (max-width: 860px) {
    .home-page .business-partners-section {
        padding-top: 24px !important;
        padding-bottom: 18px !important;
        margin-bottom: 0 !important;
    }

    .home-page .business-partners-head {
        margin: 0 auto 14px !important;
    }

    .home-page .business-partners-carousel {
        margin-top: 2px !important;
        margin-bottom: 0 !important;
    }

    .home-page .business-partners-section + .news-section-hf {
        margin-top: 0 !important;
        padding-top: 16px !important;
    }
}

@media (max-width: 480px) {
    .home-page .business-partners-section {
        padding-top: 20px !important;
        padding-bottom: 12px !important;
    }

    .home-page .business-partners-head {
        margin-bottom: 10px !important;
    }

    .home-page .business-partners-section + .news-section-hf {
        padding-top: 12px !important;
    }
}

/* 2026-04-20: tighten desktop spacing between partners and news sections */
@media (min-width: 1025px) {
    .home-page .business-partners-section {
        padding-bottom: 34px !important;
        margin-bottom: 0 !important;
    }

    .home-page .business-partners-section + .news-section-hf {
        margin-top: 0 !important;
        padding-top: 48px !important;
    }
}

/* 2026-05-07: normalize key home section title sizes */
.home-page .home-step-head .section-title,
.home-page .business-partners-title,
.home-page .news-hf-title {
    font-size: clamp(34px, 2.7vw, 40px) !important;
    line-height: 1.12 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}

@media (max-width: 860px) {
    .home-page .home-step-head .section-title,
    .home-page .business-partners-title,
    .home-page .news-hf-title {
        font-size: clamp(28px, 6.8vw, 34px) !important;
        line-height: 1.16 !important;
    }
}

@media (max-width: 480px) {
    .home-page .home-step-head .section-title,
    .home-page .business-partners-title,
    .home-page .news-hf-title {
        font-size: clamp(23px, 8.1vw, 30px) !important;
        line-height: 1.18 !important;
    }
}

/* 2026-05-28: customer revision pass for editable step icons and empty article states */
.home-page .home-step-icon-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.home-page .solution-story-empty,
.home-page .news-hf-empty {
    width: min(1340px, calc(100% - 56px));
    margin: 0 auto;
    padding: 20px 24px;
    border: 1px dashed rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    color: rgba(236, 242, 251, 0.82);
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
    background: rgba(255, 255, 255, 0.04);
}

.home-page .news-hf-empty {
    width: 100%;
    border-color: #d5dfeb;
    color: #5a6c82;
    background: #f8fbff;
}

.home-page .site-topbar--home .topbar-contact-card:first-child::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translate(50%, -50%) !important;
    width: 1px !important;
    height: 56px !important;
    background: rgba(255, 255, 255, 0.28) !important;
}

/* 2026-05-29: PDF round 2 homepage mid-section refinements */
.home-page .company-profile-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    width: min(1360px, calc(100% - 56px));
    margin: 18px auto 20px;
}

.home-page .company-profile-gallery-card {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(86, 132, 216, 0.24);
    box-shadow: 0 16px 28px rgba(12, 34, 66, 0.08);
    background: #f7fbff;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.home-page .company-profile-gallery-card:hover {
    transform: translateY(-4px);
    border-color: rgba(86, 132, 216, 0.42);
    box-shadow: 0 24px 38px rgba(12, 34, 66, 0.12);
}

.home-page .company-profile-gallery-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.home-page .company-contact-blocks {
    border: 1px solid rgba(121, 164, 231, 0.36) !important;
    border-radius: 14px !important;
    box-shadow: 0 16px 28px rgba(74, 118, 196, 0.08) !important;
}

.home-page .business-partners-banner {
    width: min(1360px, calc(100% - 56px));
    min-height: 260px;
    margin: 20px auto 0;
    border-radius: 18px;
    overflow: hidden;
    display: grid;
    align-items: center;
    justify-items: center;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 22px 40px rgba(6, 24, 52, 0.18);
}

.home-page .business-partners-banner-copy {
    display: grid;
    gap: 10px;
    padding: 32px 36px;
    text-align: center;
    color: #ffffff;
}

.home-page .business-partners-banner-copy strong {
    font-size: clamp(34px, 3vw, 46px);
    line-height: 1.06;
    font-weight: 800;
}

.home-page .business-partners-banner-copy span {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(240, 246, 255, 0.9);
}

.home-page .business-partners-banner-copy em {
    justify-self: center;
    padding: 12px 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.36);
    font-style: normal;
    font-weight: 700;
}

.home-page .news-section-hf {
    padding: 56px 0 16px;
}

.home-page .news-hf-container {
    max-width: 1360px;
}

.home-page .news-hf-header {
    margin-bottom: 34px;
}

.home-page .news-hf-grid {
    flex: 1 1 auto;
    display: flex;
    gap: 22px;
    padding: 8px 0 28px;
    margin: -8px 0 -28px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.home-page .news-hf-grid::-webkit-scrollbar {
    display: none;
}

.home-page .news-hf-card {
    flex: 0 0 calc((100% - 44px) / 3);
    min-width: 0;
    scroll-snap-align: start;
}

.home-page .news-hf-content h3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 3.1em;
}

.home-page .news-hf-content p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 3.2em;
    margin-bottom: 18px;
}

.home-page .news-hf-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
}

.home-page .news-hf-carousel-wrap {
    display: flex;
    align-items: center;
    gap: 22px;
    position: relative;
}

.home-page .news-hf-nav {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 50%;
    border: 1px solid #d6e1ee;
    background: #ffffff;
    color: #0b1f3c;
    box-shadow: 0 10px 24px rgba(10, 31, 60, 0.08);
    cursor: pointer;
    transition: transform 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.home-page .news-hf-nav:hover {
    transform: translateY(-2px);
    border-color: rgba(230, 57, 0, 0.36);
    color: #e63900;
    box-shadow: 0 16px 30px rgba(10, 31, 60, 0.13);
}

.home-page .news-hf-nav svg {
    width: 22px;
    height: 22px;
}

@media (max-width: 1024px) {
    .home-page .solution-story-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-page .solution-story-actions {
        justify-content: center;
    }

    .home-page .company-profile-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(100%, calc(100% - 28px));
    }

    .home-page .business-partners-banner,
    .home-page .news-hf-container {
        width: min(100%, calc(100% - 28px));
    }

    .home-page .news-hf-card {
        flex-basis: calc((100% - 22px) / 2);
    }
}

@media (max-width: 767px) {
    .home-page .solution-story-grid {
        grid-template-columns: 1fr;
    }

    .home-page .company-profile-gallery {
        grid-template-columns: 1fr;
    }

    .home-page .news-hf-carousel-wrap {
        gap: 0;
    }

    .home-page .news-hf-grid {
        padding: 0;
        margin: 0;
    }

    .home-page .news-hf-card {
        flex-basis: 100%;
    }

    .home-page .news-hf-nav {
        display: none !important;
    }

    .home-page .news-hf-actions {
        justify-content: center;
    }
}

/* 2026-05-30: buyer guides follow the top stories card rhythm without touching bottom news. */
.home-page .solution-request-section .solution-story-carousel.solution-story-carousel--reference-contained {
    width: min(1360px, calc(100% - 56px));
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.home-page .solution-request-section .solution-story-top.solution-story-top--reference-floating {
    margin-bottom: 22px;
}

.home-page .solution-request-section .solution-story-top--reference-floating .hero-panel-label {
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.home-page .solution-request-section .solution-story-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.home-page .solution-request-section .solution-story-card.solution-story-card--reference-slab {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border: 1px solid #f1f5f9;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.home-page .solution-request-section .solution-story-card.solution-story-card--reference-slab:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
}

.home-page .solution-request-section .solution-story-card.solution-story-card--reference-slab::before {
    content: none;
}

.home-page .solution-request-section .solution-story-card.solution-story-card--reference-slab .solution-story-card-media {
    display: block;
    width: calc(100% - 20px);
    min-height: 0;
    aspect-ratio: 4 / 3;
    margin: 10px 10px 0;
    background-color: #f8fafc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-page .solution-request-section .solution-story-card.solution-story-card--reference-slab .solution-story-card-media::after {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(7, 23, 52, 0.12)),
        radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.12), transparent 46%);
}

.home-page .solution-request-section .solution-story-card.solution-story-card--reference-slab .solution-story-card-copy {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 24px 30px 30px;
}

.home-page .solution-request-section .solution-story-card.solution-story-card--reference-slab .solution-story-card-meta {
    order: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
    color: #8899aa;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.home-page .solution-request-section .solution-story-card.solution-story-card--reference-slab .solution-story-card-meta span + span::before {
    content: none;
}

.home-page .solution-request-section .solution-story-card.solution-story-card--reference-slab .solution-story-card-copy h3 {
    order: 1;
    min-height: 3.1em;
    margin: 0 0 16px;
    color: #0b1f3c;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0;
}

.home-page .solution-request-section .solution-story-card.solution-story-card--reference-slab .solution-story-card-copy h3 a:hover {
    color: #e65100;
}

.home-page .solution-request-section .solution-story-card.solution-story-card--reference-slab .solution-story-card-copy p {
    order: 2;
    flex: 1;
    min-height: 3.2em;
    margin: 0 0 24px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
}

.home-page .solution-request-section .solution-story-actions {
    justify-content: center;
    margin-top: 26px;
}

.home-page .solution-request-section .solution-story-cta {
    min-height: 40px;
    padding: 0 24px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.home-page .solution-request-section .solution-story-cta:hover {
    border-color: rgba(255, 255, 255, 0.62);
    background: #ffffff;
    color: #0b3774;
}

@media (max-width: 1024px) {
    .home-page .solution-request-section .solution-story-carousel.solution-story-carousel--reference-contained {
        width: min(100%, calc(100% - 28px));
        margin-left: auto;
        margin-right: auto;
    }

    .home-page .solution-request-section .solution-story-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .home-page .solution-request-section .solution-story-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .home-page .solution-request-section .solution-story-card.solution-story-card--reference-slab .solution-story-card-copy {
        padding: 18px 18px 20px;
    }

    .home-page .solution-request-section .solution-story-card.solution-story-card--reference-slab .solution-story-card-copy h3 {
        min-height: 0;
        font-size: 17px;
    }
}
