:root {
    --cx-black: #020609;
    --cx-ink: #07111b;
    --cx-navy: #061b2d;
    --cx-blue: #0a84ff;
    --cx-cyan: #7fdcff;
    --cx-amber: #ff8a2b;
    --cx-gold: #ffc46b;
    --cx-white: #f5f8fb;
    --cx-muted: rgba(230, 240, 248, .68);
    --cx-line: rgba(255, 255, 255, .13);
}

/* Reference alignment pass: homepage only, keep controlled fullpage system intact */
.tt-brand .tm-topline {
    display: none !important;
}

.tt-brand .tm-header {
    top: 18px !important;
    width: min(92vw, 1480px) !important;
    background: transparent !important;
}

.tt-brand .tm-mainbar {
    height: 58px !important;
    padding: 0 22px !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    background: rgba(2, 9, 15, .58) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 20px 70px rgba(0,0,0,.28) !important;
}

.tt-brand .tm-logo img {
    width: 186px !important;
    max-height: 44px !important;
    object-fit: contain;
}

.tt-brand .tm-nav {
    gap: clamp(22px, 2.5vw, 42px) !important;
}

.tt-brand .tm-nav a {
    padding: 20px 0 !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    letter-spacing: .01em !important;
}

.tt-brand .tm-language button,
.tt-brand .tm-request {
    min-height: 38px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
}

.tt-brand .tm-language button {
    border-color: rgba(255,255,255,.15) !important;
    background: rgba(255,255,255,.055) !important;
}

.tt-brand .tm-request {
    color: #111 !important;
    background: linear-gradient(135deg, #ffb158, #ff8429) !important;
    border-color: rgba(255,177,88,.65) !important;
    box-shadow: 0 12px 34px rgba(255,132,41,.22), inset 0 1px 0 rgba(255,255,255,.28) !important;
}

body.tt-brand:has(.cx-home-deck) {
    background:
        radial-gradient(circle at 82% 18%, rgba(255,138,43,.08), transparent 28%),
        radial-gradient(circle at 12% 82%, rgba(62,157,190,.08), transparent 30%),
        #02070b !important;
}

.cx-home-deck.cx-page {
    background: #02070b !important;
}

.cx-home-deck .cx-panel {
    width: 100% !important;
    max-width: none !important;
    padding-left: clamp(64px, 6.4vw, 124px) !important;
    padding-right: clamp(52px, 5vw, 104px) !important;
    border-top: 1px solid rgba(255,255,255,.14);
}

.cx-presentation-ready .cx-home-deck .cx-panel::before {
    left: clamp(20px, 2.7vw, 48px) !important;
    top: clamp(112px, 14vh, 150px) !important;
    z-index: 10 !important;
    color: rgba(255,255,255,.22) !important;
    font-size: clamp(32px, 3.5vw, 54px) !important;
    font-weight: 950 !important;
}

.cx-presentation-ready .cx-home-deck .cx-panel.is-active::before {
    color: rgba(255,138,43,.92) !important;
}

.cx-hero-home {
    padding-top: 86px !important;
    isolation: isolate;
}

.cx-hero-home::before {
    inset: 0 !important;
    background-image:
        linear-gradient(90deg, rgba(2,6,9,.94) 0%, rgba(2,6,9,.78) 31%, rgba(2,6,9,.24) 61%, rgba(2,6,9,.42) 100%),
        linear-gradient(180deg, rgba(2,6,9,.22) 0%, rgba(2,6,9,.05) 42%, rgba(2,6,9,.74) 100%),
        var(--hero-image) !important;
    background-size: cover !important;
    background-position: center 48% !important;
    filter: saturate(1.18) contrast(1.08) brightness(1.06) !important;
    transform: none !important;
}

.cx-hero-home::after {
    opacity: .28 !important;
}

.cx-hero-home .cx-atmosphere {
    opacity: .7;
}

.cx-hero-home .cx-hero-inner {
    min-height: calc(100svh - 86px) !important;
    display: grid !important;
    align-content: center !important;
    padding: 0 !important;
}

.cx-hero-home .cx-hero-top {
    max-width: 720px !important;
    margin-bottom: 16px !important;
}

.cx-hero-home .cx-hero-top a {
    display: inline-flex !important;
    color: #101010 !important;
    background: linear-gradient(135deg, #ffb158, #ff8429) !important;
    border: 0 !important;
    box-shadow: 0 16px 40px rgba(255,132,41,.24) !important;
}

.cx-hero-home .cx-hero-copy {
    position: relative !important;
    z-index: 5 !important;
    display: grid !important;
    max-width: min(650px, 48vw) !important;
    margin-left: clamp(72px, 7.4vw, 132px) !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.cx-hero-home .cx-hero-copy > p:first-child,
.cx-hero-home .cx-hero-top span {
    color: rgba(255,176,92,.95) !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: .23em !important;
    text-transform: uppercase !important;
}

.cx-hero-home h1 {
    max-width: 650px !important;
    margin: 16px 0 0 !important;
    color: #fff !important;
    font-size: clamp(50px, 6.1vw, 92px) !important;
    line-height: .94 !important;
    letter-spacing: -.055em !important;
    text-wrap: balance;
    text-shadow: 0 18px 70px rgba(0,0,0,.52);
}

.cx-hero-home .cx-lead {
    max-width: 570px !important;
    margin-top: 20px !important;
    color: rgba(240,246,250,.82) !important;
    font-size: clamp(14px, 1.15vw, 17px) !important;
    line-height: 1.72 !important;
}

.cx-hero-home .cx-hero-console {
    position: absolute !important;
    right: clamp(86px, 8vw, 150px) !important;
    bottom: clamp(56px, 7vh, 92px) !important;
    z-index: 6 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(110px, 1fr)) !important;
    gap: 26px !important;
    width: min(520px, 42vw) !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.cx-hero-home .cx-hero-console div {
    padding-top: 12px;
    border-top: 1px solid rgba(255,138,43,.5);
}

.cx-hero-home .cx-hero-console strong {
    display: block;
    color: #ffad55 !important;
    font-size: clamp(20px, 2vw, 30px) !important;
    line-height: 1;
}

.cx-hero-home .cx-hero-console span {
    display: block;
    margin-top: 6px;
    color: rgba(255,255,255,.62) !important;
    font-size: 9px !important;
    font-weight: 900 !important;
    letter-spacing: .15em !important;
}

.cx-services-board {
    width: 100% !important;
    max-width: 1390px !important;
    min-height: min(560px, 62vh) !important;
    display: grid !important;
    grid-template-columns: minmax(260px, 330px) minmax(0, 1fr) !important;
    align-items: center !important;
    gap: clamp(34px, 4vw, 74px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.cx-services-board-copy {
    align-self: center;
}

.cx-services-board-copy span,
.cx-service-card span {
    color: #ff9a3c !important;
    font-size: 11px !important;
    font-weight: 950 !important;
    letter-spacing: .18em !important;
}

.cx-services-board-copy h2 {
    max-width: 330px !important;
    margin: 14px 0 18px !important;
    color: #fff !important;
    font-size: clamp(38px, 4.3vw, 64px) !important;
    line-height: .94 !important;
    letter-spacing: -.045em !important;
}

.cx-services-board-copy p {
    max-width: 300px !important;
    color: rgba(237,245,250,.72) !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

.cx-services-board-copy p::after {
    content: "";
    display: block;
    width: 52px;
    height: 1px;
    margin-top: 22px;
    background: #ff8a2b;
}

.cx-services-card-row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

.cx-service-card {
    min-height: clamp(390px, 49vh, 490px) !important;
    display: grid !important;
    grid-template-rows: 56% auto !important;
    align-content: end !important;
    overflow: hidden !important;
    padding: 0 !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    border-radius: 0 !important;
    background: rgba(6,17,27,.66) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 24px 70px rgba(0,0,0,.26) !important;
}

.cx-service-card figure {
    grid-row: 1 / 2 !important;
    min-height: 0 !important;
    height: 100% !important;
    margin: 0 !important;
    border: 0 !important;
}

.cx-service-card figure::after {
    background:
        linear-gradient(180deg, rgba(2,7,11,.03), rgba(2,7,11,.18) 52%, rgba(2,7,11,.72) 100%),
        radial-gradient(circle at 18% 86%, rgba(255,138,43,.2), transparent 34%) !important;
}

.cx-service-card img {
    filter: saturate(1.12) contrast(1.08) brightness(.98) !important;
    transform: scale(1.01) !important;
}

.cx-service-card > span,
.cx-service-card > h3,
.cx-service-card > p,
.cx-service-card > .cx-card-micro {
    position: relative !important;
    z-index: 3 !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.cx-service-card > span {
    margin-top: 18px !important;
}

.cx-service-card h3 {
    min-height: 58px;
    margin-top: 10px !important;
    color: #fff !important;
    font-size: clamp(20px, 1.65vw, 27px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.025em !important;
}

.cx-service-card p {
    display: -webkit-box;
    min-height: 76px;
    margin-top: 12px !important;
    overflow: hidden;
    color: rgba(232,239,244,.68) !important;
    font-size: 13px !important;
    line-height: 1.52 !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.cx-card-micro {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 14px;
    margin-bottom: 20px;
}

.cx-card-micro em {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border: 1px solid rgba(255,138,43,.25);
    color: rgba(255,199,145,.86);
    background: rgba(255,138,43,.065);
    font-size: 8px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .12em;
}

.cx-home-detail,
.cx-home-detail.is-reverse {
    grid-template-columns: 1fr !important;
    align-content: center !important;
    gap: 0 !important;
    padding-top: 110px !important;
    padding-bottom: 56px !important;
}

.cx-home-detail.is-reverse .cx-detail-visual {
    order: 0 !important;
}

.cx-home-detail .cx-detail-visual {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 26.5vh !important;
    bottom: 17vh !important;
    min-height: 390px !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-color: rgba(255,255,255,.18) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 36px 110px rgba(0,0,0,.32) !important;
}

.cx-home-detail .cx-detail-visual img {
    filter: saturate(1.16) contrast(1.12) brightness(.95) !important;
    object-position: center !important;
}

.cx-home-detail .cx-detail-visual::after {
    background:
        linear-gradient(90deg, rgba(2,7,11,.9) 0%, rgba(2,7,11,.76) 29%, rgba(2,7,11,.16) 55%, rgba(2,7,11,.34) 100%),
        linear-gradient(180deg, rgba(2,7,11,.16), rgba(2,7,11,.66)) !important;
}

.cx-home-detail .cx-detail-visual-label {
    display: none !important;
}

.cx-home-detail .cx-detail-copy {
    z-index: 3 !important;
    width: min(500px, 42vw) !important;
    margin-left: clamp(78px, 9vw, 150px) !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

.cx-home-detail .cx-detail-copy > span {
    color: #fff !important;
    font-size: 13px !important;
    letter-spacing: .13em !important;
}

.cx-home-detail .cx-detail-copy h2 {
    max-width: 500px !important;
    margin: 13px 0 13px !important;
    color: #fff !important;
    font-size: clamp(31px, 3vw, 48px) !important;
    line-height: .98 !important;
    letter-spacing: -.03em !important;
    text-transform: uppercase;
}

.cx-home-detail .cx-detail-copy p {
    max-width: 450px !important;
    color: rgba(237,245,250,.74) !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
}

.cx-home-detail .cx-micro-labels {
    gap: 7px !important;
    margin-top: 16px !important;
}

.cx-home-detail .cx-micro-labels span {
    min-height: 22px !important;
    border-color: rgba(255,138,43,.25) !important;
    color: rgba(255,197,134,.86) !important;
    background: rgba(255,138,43,.07) !important;
    font-size: 8px !important;
}

.cx-home-detail .cx-detail-copy ul {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 5px !important;
    margin-top: 15px !important;
}

.cx-home-detail .cx-detail-copy li {
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: rgba(245,248,251,.78) !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
}

.cx-home-detail .cx-detail-copy li::before {
    width: 6px !important;
    height: 6px !important;
    margin-right: 9px !important;
}

@media (max-width: 980px) {
    .cx-home-deck .cx-panel {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }

    .cx-services-board,
    .cx-services-card-row {
        grid-template-columns: 1fr !important;
    }

    .cx-services-card-row {
        max-height: 52vh;
        overflow: hidden auto;
    }

    .cx-service-card {
        min-height: 310px !important;
        grid-template-rows: 52% auto !important;
    }

    .cx-hero-home .cx-hero-copy {
        max-width: min(640px, 86vw) !important;
    }

    .cx-hero-home .cx-hero-console {
        display: none !important;
    }

    .cx-home-detail .cx-detail-copy {
        width: min(540px, 82vw) !important;
        margin-left: 0 !important;
    }
}

/* Uploaded image asset pass: no old crops, no blur, image-led panels */
.cx-hero-home::before {
    background-position: center right !important;
    filter: saturate(1.18) contrast(1.06) brightness(1.08) !important;
}

.cx-service-card figure {
    overflow: hidden !important;
    background: #06111b !important;
}

.cx-service-card figure img,
.cx-service-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    opacity: 1 !important;
    filter: saturate(1.12) contrast(1.04) brightness(1.04) !important;
}

.cx-service-card:nth-child(1) img { object-position: center 56% !important; }
.cx-service-card:nth-child(2) img { object-position: center 54% !important; }
.cx-service-card:nth-child(3) img { object-position: center 52% !important; }
.cx-service-card:nth-child(4) img { object-position: center 48% !important; }

.cx-home-detail .cx-detail-visual img {
    opacity: 1 !important;
    filter: saturate(1.16) contrast(1.05) brightness(1.05) !important;
}

.cx-home-detail:nth-of-type(3) .cx-detail-visual img { object-position: center 55% !important; }
.cx-home-detail:nth-of-type(4) .cx-detail-visual img { object-position: center 55% !important; }
.cx-home-detail:nth-of-type(5) .cx-detail-visual img { object-position: center 53% !important; }
.cx-home-detail:nth-of-type(6) .cx-detail-visual img { object-position: center 50% !important; }

.cx-ref-panel {
    position: relative;
    overflow: hidden;
    background-image:
        linear-gradient(90deg, rgba(2,9,16,.94), rgba(2,9,16,.74) 42%, rgba(2,9,16,.58)),
        var(--fleet-image) !important;
    background-size: cover !important;
    background-position: center !important;
}

.cx-ref-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(2,9,16,.45), rgba(2,9,16,.18) 42%, rgba(2,9,16,.72));
}

.cx-ref-panel > * {
    position: relative;
    z-index: 2;
}

.cx-ref-fleet-grid article {
    background: rgba(5,16,27,.72) !important;
    backdrop-filter: blur(8px);
}

.cx-ref-fleet-grid img {
    opacity: 1 !important;
    filter: saturate(1.12) contrast(1.04) brightness(1.06) !important;
    object-fit: cover !important;
}

.cx-ref-zones {
    background-image:
        linear-gradient(90deg, rgba(2,8,13,.96) 0%, rgba(2,8,13,.76) 38%, rgba(2,8,13,.18) 100%),
        var(--zone-image) !important;
}

.cx-ref-about {
    background-image:
        linear-gradient(90deg, rgba(2,8,13,.95) 0%, rgba(2,8,13,.72) 38%, rgba(2,8,13,.14) 100%),
        var(--about-image) !important;
    background-position: center !important;
}

.cx-ref-contact {
    background-image:
        linear-gradient(90deg, rgba(2,8,13,.96), rgba(2,8,13,.7) 44%, rgba(2,8,13,.24)),
        var(--contact-image) !important;
    background-position: center !important;
}

/* Fullscreen slide layout pass: preserve services, fix frame/detail panel composition */
.tt-brand .tm-header {
    position: fixed !important;
    top: clamp(24px, 3.2vh, 36px) !important;
    left: 50% !important;
    right: auto !important;
    width: calc(100% - 48px) !important;
    max-width: 1680px !important;
    transform: translateX(-50%) !important;
    z-index: 9999 !important;
    margin: 0 !important;
}

.tt-brand .tm-mainbar {
    width: 100% !important;
    height: 66px !important;
    display: grid !important;
    grid-template-columns: minmax(180px, 260px) 1fr minmax(260px, 360px) !important;
    align-items: center !important;
    padding: 0 clamp(18px, 2vw, 30px) !important;
}

.tt-brand .tm-logo {
    justify-self: start !important;
}

.tt-brand .tm-nav {
    justify-self: center !important;
}

.tt-brand .tm-right {
    justify-self: end !important;
}

.cx-presentation-ready .cx-home-deck .cx-panel,
.cx-home-deck .cx-panel {
    inset: 0 !important;
    width: 100% !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
    max-width: none !important;
    padding: clamp(112px, 12vh, 136px) clamp(56px, 7vw, 118px) clamp(42px, 6vh, 70px) !important;
    overflow: hidden !important;
}

.cx-presentation-ready .cx-home-deck .cx-panel::before {
    top: clamp(124px, 14vh, 154px) !important;
    left: clamp(24px, 2.6vw, 46px) !important;
}

.cx-hero-home {
    padding: 0 !important;
}

.cx-hero-home .cx-hero-inner {
    height: 100% !important;
    min-height: 0 !important;
}

.cx-hero-home .cx-hero-copy {
    margin-left: clamp(56px, 5.5vw, 92px) !important;
    margin-top: clamp(120px, 17vh, 170px) !important;
}

.cx-service-preview {
    display: grid !important;
    align-items: center !important;
}

.cx-services-board {
    min-height: 0 !important;
    height: min(590px, calc(100dvh - 220px)) !important;
    align-items: center !important;
}

.cx-service-card {
    min-height: 0 !important;
    height: min(500px, calc(100dvh - 250px)) !important;
}

.cx-home-detail,
.cx-home-detail.is-reverse {
    position: relative !important;
    display: grid !important;
    align-items: center !important;
    align-content: center !important;
    padding: clamp(112px, 12vh, 136px) clamp(56px, 7vw, 118px) clamp(42px, 6vh, 70px) !important;
    background: #020910 !important;
}

.cx-home-detail .cx-detail-visual {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    border: 0 !important;
    box-shadow: none !important;
    z-index: 0 !important;
}

.cx-home-detail .cx-detail-visual img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    opacity: 1 !important;
    filter: saturate(1.14) contrast(1.04) brightness(1.08) !important;
}

.cx-home-detail .cx-detail-visual::after {
    background:
        linear-gradient(90deg, rgba(0,8,14,.91) 0%, rgba(0,8,14,.72) 34%, rgba(0,8,14,.18) 68%, rgba(0,8,14,.34) 100%),
        linear-gradient(180deg, rgba(0,8,14,.14), rgba(0,8,14,.12) 48%, rgba(0,8,14,.42)) !important;
}

.cx-home-detail .cx-detail-copy {
    position: relative !important;
    z-index: 3 !important;
    width: min(620px, 42vw) !important;
    max-width: 620px !important;
    margin: 0 0 0 clamp(70px, 7vw, 124px) !important;
    align-self: center !important;
}

.cx-home-detail .cx-detail-copy > span {
    font-size: 13px !important;
    color: rgba(255,255,255,.9) !important;
}

.cx-home-detail .cx-detail-copy h2 {
    max-width: 620px !important;
    margin: 16px 0 18px !important;
    font-size: clamp(48px, 5.2vw, 86px) !important;
    line-height: .92 !important;
    letter-spacing: -.05em !important;
}

.cx-home-detail .cx-detail-copy p {
    max-width: 520px !important;
    color: rgba(240,247,251,.78) !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}

.cx-home-detail .cx-detail-copy ul {
    gap: 8px !important;
    margin-top: 22px !important;
}

.cx-home-detail .cx-detail-copy li {
    font-size: 14px !important;
    color: rgba(248,251,253,.86) !important;
}

.cx-ref-panel,
.cx-ref-zones,
.cx-ref-why,
.cx-ref-about,
.cx-ref-contact {
    height: 100dvh !important;
    min-height: 100dvh !important;
    padding: clamp(112px, 12vh, 136px) clamp(56px, 7vw, 118px) clamp(42px, 6vh, 70px) !important;
    align-content: center !important;
}

.cx-ref-heading,
.cx-ref-fleet-grid,
.cx-ref-why-grid {
    max-width: 1360px !important;
}

.cx-ref-fleet-grid {
    width: min(1280px, 82vw) !important;
}

.cx-ref-zones,
.cx-ref-about,
.cx-ref-contact {
    background-size: cover !important;
}

@media (max-width: 980px) {
    .tt-brand .tm-header {
        top: 14px !important;
        width: calc(100% - 24px) !important;
    }

    .tt-brand .tm-mainbar {
        grid-template-columns: 1fr auto !important;
        height: 58px !important;
    }

    .cx-home-detail .cx-detail-copy {
        width: min(620px, 84vw) !important;
        margin-left: 0 !important;
    }

    .cx-home-detail .cx-detail-copy h2 {
        font-size: clamp(38px, 10vw, 58px) !important;
    }
}

@media (max-width: 760px) {
    .tt-brand .tm-header {
        top: 12px !important;
        width: calc(100vw - 24px) !important;
    }

    .tt-brand .tm-mainbar {
        height: 56px !important;
        padding: 0 14px !important;
    }

    .tt-brand .tm-logo img {
        width: 154px !important;
    }

    .cx-home-deck .cx-panel {
        padding-top: 96px !important;
    }

    .cx-presentation-ready .cx-home-deck .cx-panel::before {
        top: 84px !important;
        left: 18px !important;
        font-size: 28px !important;
    }

    .cx-hero-home h1 {
        font-size: clamp(42px, 12vw, 64px) !important;
    }

    .cx-hero-home .cx-lead {
        font-size: 14px !important;
        line-height: 1.55 !important;
    }

    .cx-services-board {
        gap: 20px !important;
        min-height: auto !important;
        align-content: start !important;
    }

    .cx-services-board-copy h2 {
        max-width: 280px !important;
        font-size: 36px !important;
    }

    .cx-services-card-row {
        display: flex !important;
        gap: 12px !important;
        overflow: auto hidden !important;
        padding-bottom: 10px !important;
    }

    .cx-service-card {
        flex: 0 0 78vw;
        min-height: 360px !important;
    }

    .cx-home-detail .cx-detail-visual {
        top: 22vh !important;
        bottom: 10vh !important;
        min-height: 58vh !important;
    }

    .cx-home-detail .cx-detail-copy {
        width: min(460px, 82vw) !important;
        margin-top: 4vh !important;
    }

    .cx-home-detail .cx-detail-copy h2 {
        font-size: 30px !important;
    }
}

/* Premium final header layer - must remain at EOF. */
body.tt-brand .tm-header {
    position: fixed !important;
    top: clamp(18px, 2.7vh, 30px) !important;
    left: max(22px, calc((100vw - 1700px) / 2 + 22px)) !important;
    right: max(22px, calc((100vw - 1700px) / 2 + 22px)) !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    padding: 0 !important;
    transform: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    z-index: 9999 !important;
}

body.tt-brand .tm-header::before {
    content: "" !important;
    position: absolute !important;
    inset: -18px -22px -28px !important;
    pointer-events: none !important;
    background:
        radial-gradient(circle at 8% 0%, rgba(255,145,48,.16), transparent 28%),
        linear-gradient(180deg, rgba(1,7,12,.82), rgba(1,7,12,.28) 72%, transparent) !important;
    filter: blur(.2px) !important;
    z-index: -1 !important;
}

body.tt-brand .tm-mainbar {
    position: relative !important;
    width: 100% !important;
    height: 72px !important;
    display: grid !important;
    grid-template-columns: minmax(220px, 300px) 1fr minmax(240px, 330px) !important;
    align-items: center !important;
    gap: clamp(18px, 2.2vw, 42px) !important;
    padding: 0 clamp(18px, 1.8vw, 30px) !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    border-radius: 0 !important;
    background:
        linear-gradient(180deg, rgba(7,18,29,.72), rgba(3,10,18,.58)),
        rgba(3,12,20,.64) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.08),
        inset 0 -1px 0 rgba(255,138,43,.08),
        0 24px 90px rgba(0,0,0,.42) !important;
    backdrop-filter: blur(22px) saturate(1.14) !important;
    -webkit-backdrop-filter: blur(22px) saturate(1.14) !important;
}

body.tt-brand .tm-mainbar::after {
    content: "" !important;
    position: absolute !important;
    left: clamp(18px, 1.8vw, 30px) !important;
    right: clamp(18px, 1.8vw, 30px) !important;
    bottom: 0 !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, rgba(255,138,43,.55), transparent) !important;
    opacity: .75 !important;
    pointer-events: none !important;
}

body.tt-brand .tm-logo {
    justify-self: start !important;
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
}

body.tt-brand .tm-logo img {
    width: clamp(210px, 15vw, 260px) !important;
    height: 56px !important;
    max-height: 56px !important;
    object-fit: contain !important;
    object-position: left center !important;
    filter: brightness(0) invert(1) drop-shadow(0 14px 28px rgba(0,0,0,.38)) !important;
}

body.tt-brand .tm-nav {
    justify-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(18px, 2vw, 36px) !important;
}

body.tt-brand .tm-nav a {
    position: relative !important;
    height: 72px !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 !important;
    color: rgba(246,250,252,.76) !important;
    background: transparent !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    letter-spacing: .035em !important;
    text-transform: none !important;
    text-shadow: 0 10px 28px rgba(0,0,0,.34) !important;
    transition: color .22s ease, text-shadow .22s ease !important;
}

body.tt-brand .tm-nav a::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: 17px !important;
    width: 28px !important;
    height: 2px !important;
    background: #ff9a3d !important;
    box-shadow: 0 0 18px rgba(255,138,43,.75) !important;
    opacity: 0 !important;
    transform: translateX(-50%) scaleX(.35) !important;
    transition: opacity .22s ease, transform .22s ease !important;
}

body.tt-brand .tm-nav a:hover,
body.tt-brand .tm-nav a.is-active {
    color: #fff !important;
    text-shadow: 0 0 26px rgba(255,138,43,.28) !important;
}

body.tt-brand .tm-nav a:hover::after,
body.tt-brand .tm-nav a.is-active::after {
    opacity: 1 !important;
    transform: translateX(-50%) scaleX(1) !important;
}

body.tt-brand .tm-right {
    justify-self: end !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

body.tt-brand .tm-language button {
    min-height: 42px !important;
    padding: 0 15px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    color: #fff !important;
    background: rgba(255,255,255,.075) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08) !important;
}

body.tt-brand .tm-request {
    min-height: 42px !important;
    padding: 0 20px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255,169,75,.72) !important;
    color: #120c08 !important;
    background: linear-gradient(135deg, #ffc06c, #ff8a2b 58%, #ff771f) !important;
    box-shadow:
        0 16px 36px rgba(255,117,31,.28),
        inset 0 1px 0 rgba(255,255,255,.38) !important;
    font-size: 12px !important;
    font-weight: 950 !important;
}

body.tt-brand .tm-menu {
    border-radius: 18px !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.035)),
        rgba(6,17,28,.74) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.12),
        0 16px 42px rgba(0,0,0,.32) !important;
    backdrop-filter: blur(18px) !important;
}

body.tt-brand .tm-menu span {
    width: 25px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: 0 0 16px rgba(255,255,255,.24) !important;
}

@media (max-width: 1180px) {
    body.tt-brand .tm-header {
        top: clamp(14px, 2.2vh, 24px) !important;
        left: clamp(14px, 3vw, 24px) !important;
        right: clamp(14px, 3vw, 24px) !important;
    }

    body.tt-brand .tm-mainbar {
        height: 74px !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        padding: 0 clamp(16px, 3vw, 28px) !important;
    }

    body.tt-brand .tm-nav,
    body.tt-brand .tm-language,
    body.tt-brand .tm-request {
        display: none !important;
    }

    body.tt-brand .tm-right {
        grid-column: 2 !important;
        justify-self: end !important;
        width: auto !important;
        gap: 0 !important;
    }

    body.tt-brand .tm-menu {
        position: static !important;
        display: inline-flex !important;
        width: 58px !important;
        height: 58px !important;
        margin: 0 !important;
        transform: none !important;
    }
}

@media (max-width: 760px) {
    body.tt-brand .tm-header {
        top: 12px !important;
        left: 12px !important;
        right: 12px !important;
    }

    body.tt-brand .tm-header::before {
        inset: -12px -12px -20px !important;
    }

    body.tt-brand .tm-mainbar {
        height: 64px !important;
        padding: 0 14px !important;
        background:
            linear-gradient(180deg, rgba(7,18,29,.80), rgba(3,10,18,.64)),
            rgba(3,12,20,.70) !important;
    }

    body.tt-brand .tm-logo img {
        width: clamp(178px, 50vw, 218px) !important;
        height: 48px !important;
        max-height: 48px !important;
    }

    body.tt-brand .tm-menu {
        width: 50px !important;
        height: 50px !important;
        border-radius: 16px !important;
    }
}

/* Viewport presentation lock: keep the approved service slider, fix only layout/sizing. */
body.tt-brand .tm-header {
    position: fixed !important;
    top: clamp(24px, 3.1vh, 34px) !important;
    left: max(24px, calc((100vw - 1680px) / 2 + 24px)) !important;
    right: max(24px, calc((100vw - 1680px) / 2 + 24px)) !important;
    width: auto !important;
    max-width: none !important;
    transform: none !important;
    margin: 0 !important;
    z-index: 9999 !important;
}

body.tt-brand .tm-mainbar {
    width: 100% !important;
    height: 66px !important;
    display: grid !important;
    grid-template-columns: minmax(190px, 260px) 1fr minmax(250px, 340px) !important;
    align-items: center !important;
    padding: 0 clamp(18px, 2vw, 30px) !important;
}

body.tt-brand .tm-logo {
    justify-self: start !important;
}

body.tt-brand .tm-nav {
    justify-self: center !important;
}

body.tt-brand .tm-right {
    justify-self: end !important;
}

body.tt-brand .cx-home-deck,
body.tt-brand.cx-presentation-ready .cx-home-deck {
    height: 100dvh !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
}

body.tt-brand .cx-home-deck .cx-panel,
body.tt-brand.cx-presentation-ready .cx-home-deck .cx-panel {
    inset: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
    padding: clamp(116px, 12vh, 138px) clamp(56px, 7vw, 118px) clamp(44px, 6vh, 70px) !important;
    overflow: hidden !important;
}

body.tt-brand.cx-presentation-ready .cx-home-deck .cx-panel::before {
    top: clamp(126px, 14vh, 156px) !important;
    left: clamp(24px, 2.7vw, 48px) !important;
}

body.tt-brand .cx-home-detail,
body.tt-brand .cx-home-detail.is-reverse {
    position: absolute !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: center !important;
    align-content: center !important;
    gap: 0 !important;
    background: #020910 !important;
}

body.tt-brand .cx-home-detail .cx-detail-visual,
body.tt-brand .cx-home-detail.is-reverse .cx-detail-visual {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
    order: initial !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 0 !important;
}

body.tt-brand .cx-home-detail .cx-detail-visual img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    opacity: 1 !important;
    filter: saturate(1.14) contrast(1.06) brightness(1.02) !important;
}

body.tt-brand .cx-home-detail .cx-detail-visual::after {
    background:
        linear-gradient(90deg, rgba(2,7,11,.93) 0%, rgba(2,7,11,.76) 32%, rgba(2,7,11,.22) 63%, rgba(2,7,11,.40) 100%),
        linear-gradient(180deg, rgba(2,7,11,.16), rgba(2,7,11,.08) 46%, rgba(2,7,11,.58)) !important;
}

body.tt-brand .cx-home-detail .cx-detail-copy {
    position: relative !important;
    z-index: 3 !important;
    width: min(620px, 43vw) !important;
    max-width: 620px !important;
    margin: 0 0 0 clamp(74px, 7.4vw, 132px) !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

body.tt-brand .cx-home-detail .cx-detail-copy h2 {
    max-width: 620px !important;
    margin: 16px 0 18px !important;
    font-size: clamp(50px, 5.4vw, 88px) !important;
    line-height: .92 !important;
    letter-spacing: -.05em !important;
}

body.tt-brand .cx-home-detail .cx-detail-copy p {
    max-width: 520px !important;
    color: rgba(240,247,251,.78) !important;
    font-size: 15px !important;
    line-height: 1.62 !important;
}

body.tt-brand .cx-home-detail .cx-detail-copy li {
    font-size: 14px !important;
    color: rgba(248,251,253,.88) !important;
}

@media (max-width: 980px) {
    body.tt-brand .tm-header {
        top: 14px !important;
        left: 14px !important;
        right: 14px !important;
    }

    body.tt-brand .cx-home-deck .cx-panel,
    body.tt-brand.cx-presentation-ready .cx-home-deck .cx-panel {
        padding: 104px 26px 34px !important;
    }

    body.tt-brand .cx-home-detail .cx-detail-copy {
        width: min(560px, 82vw) !important;
        margin-left: 0 !important;
    }

    body.tt-brand .cx-home-detail .cx-detail-copy h2 {
        font-size: clamp(40px, 11vw, 68px) !important;
    }
}

/* Remove editorial panel numbers without hiding hero image pseudo-layers. */
body.tt-brand.cx-presentation-ready .cx-panel:not(.cx-hero)::before,
body.tt-brand.cx-presentation-ready .cx-home-deck .cx-panel:not(.cx-hero)::before,
body.tt-brand .cx-home-deck .cx-panel:not(.cx-hero)::before {
    content: none !important;
    display: none !important;
}

body.tt-brand.cx-presentation-ready .cx-hero.cx-panel::before,
body.tt-brand .cx-home-deck .cx-hero.cx-panel::before {
    content: "" !important;
    display: block !important;
}

/* Responsive header lock: logo left, hamburger right. */
@media (max-width: 1180px) {
    body.tt-brand .tm-mainbar {
        grid-template-columns: minmax(0, 1fr) auto !important;
        height: 74px !important;
        padding: 0 clamp(18px, 3vw, 34px) !important;
    }

    body.tt-brand .tm-logo {
        grid-column: 1 !important;
        justify-self: start !important;
    }

    body.tt-brand .tm-nav {
        display: none !important;
    }

    body.tt-brand .tm-right {
        grid-column: 2 !important;
        justify-self: end !important;
        display: flex !important;
        align-items: center !important;
        gap: 0 !important;
        width: auto !important;
    }

    body.tt-brand .tm-language,
    body.tt-brand .tm-request {
        display: none !important;
    }

    body.tt-brand .tm-menu {
        display: inline-flex !important;
        position: static !important;
        margin: 0 !important;
        transform: none !important;
        width: 58px !important;
        height: 58px !important;
        justify-self: end !important;
    }
}

@media (max-width: 760px) {
    body.tt-brand .tm-mainbar {
        height: 62px !important;
        padding: 0 16px !important;
    }

    body.tt-brand .tm-logo img {
        width: clamp(176px, 48vw, 230px) !important;
        max-height: 48px !important;
    }

    body.tt-brand .tm-menu {
        width: 52px !important;
        height: 52px !important;
    }
}

/* Absolute final layout lock: header centered, all detail panels fullscreen */
.tt-brand .tm-header {
    position: fixed !important;
    top: clamp(24px, 3.2vh, 36px) !important;
    left: 50% !important;
    right: auto !important;
    width: calc(100% - 48px) !important;
    max-width: 1680px !important;
    transform: translateX(-50%) !important;
    z-index: 9999 !important;
    margin: 0 !important;
}

.tt-brand .tm-mainbar {
    width: 100% !important;
    height: 66px !important;
    display: grid !important;
    grid-template-columns: minmax(180px, 260px) 1fr minmax(260px, 360px) !important;
    align-items: center !important;
    padding: 0 clamp(18px, 2vw, 30px) !important;
}

.tt-brand .tm-logo { justify-self: start !important; }
.tt-brand .tm-nav { justify-self: center !important; }
.tt-brand .tm-right { justify-self: end !important; }

.cx-presentation-ready .cx-home-deck .cx-panel,
.cx-home-deck .cx-panel {
    inset: 0 !important;
    width: 100% !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
    max-width: none !important;
    padding: clamp(112px, 12vh, 136px) clamp(56px, 7vw, 118px) clamp(42px, 6vh, 70px) !important;
    overflow: hidden !important;
}

.cx-presentation-ready .cx-home-deck .cx-panel::before {
    top: clamp(124px, 14vh, 154px) !important;
    left: clamp(24px, 2.6vw, 46px) !important;
}

.cx-service-preview {
    display: grid !important;
    align-items: center !important;
}

.cx-services-board {
    min-height: 0 !important;
    height: min(590px, calc(100dvh - 220px)) !important;
    align-items: center !important;
}

.cx-service-card {
    min-height: 0 !important;
    height: min(500px, calc(100dvh - 250px)) !important;
}

.cx-home-detail,
.cx-home-detail.is-reverse {
    position: relative !important;
    display: grid !important;
    align-items: center !important;
    align-content: center !important;
    padding: clamp(112px, 12vh, 136px) clamp(56px, 7vw, 118px) clamp(42px, 6vh, 70px) !important;
    background: #020910 !important;
}

.cx-home-detail .cx-detail-visual {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    border: 0 !important;
    box-shadow: none !important;
    z-index: 0 !important;
}

.cx-home-detail .cx-detail-visual img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    opacity: 1 !important;
    filter: saturate(1.14) contrast(1.04) brightness(1.08) !important;
}

.cx-home-detail .cx-detail-visual::after {
    background:
        linear-gradient(90deg, rgba(0,8,14,.91) 0%, rgba(0,8,14,.72) 34%, rgba(0,8,14,.18) 68%, rgba(0,8,14,.34) 100%),
        linear-gradient(180deg, rgba(0,8,14,.14), rgba(0,8,14,.12) 48%, rgba(0,8,14,.42)) !important;
}

.cx-home-detail .cx-detail-copy {
    position: relative !important;
    z-index: 3 !important;
    width: min(620px, 42vw) !important;
    max-width: 620px !important;
    margin: 0 0 0 clamp(70px, 7vw, 124px) !important;
    align-self: center !important;
}

.cx-home-detail .cx-detail-copy h2 {
    max-width: 620px !important;
    margin: 16px 0 18px !important;
    font-size: clamp(48px, 5.2vw, 86px) !important;
    line-height: .92 !important;
    letter-spacing: -.05em !important;
}

.cx-home-detail .cx-detail-copy p {
    max-width: 520px !important;
    color: rgba(240,247,251,.78) !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}

.cx-home-detail .cx-detail-copy li {
    font-size: 14px !important;
    color: rgba(248,251,253,.86) !important;
}

.cx-ref-panel,
.cx-ref-zones,
.cx-ref-why,
.cx-ref-about,
.cx-ref-contact {
    height: 100dvh !important;
    min-height: 100dvh !important;
    padding: clamp(112px, 12vh, 136px) clamp(56px, 7vw, 118px) clamp(42px, 6vh, 70px) !important;
    align-content: center !important;
}

@media (max-width: 980px) {
    .tt-brand .tm-header {
        top: 14px !important;
        width: calc(100% - 24px) !important;
    }

    .tt-brand .tm-mainbar {
        grid-template-columns: 1fr auto !important;
        height: 58px !important;
    }

    .cx-home-detail .cx-detail-copy {
        width: min(620px, 84vw) !important;
        margin-left: 0 !important;
    }

    .cx-home-detail .cx-detail-copy h2 {
        font-size: clamp(38px, 10vw, 58px) !important;
    }
}

/* Hero composition final lock */
.cx-hero-home .cx-hero-inner {
    position: relative !important;
    z-index: 4 !important;
    align-content: start !important;
}

.cx-hero-home .cx-hero-top {
    max-width: none !important;
    margin: 0 !important;
}

.cx-hero-home .cx-hero-top span,
.cx-hero-home .cx-hero-top a {
    display: none !important;
}

.cx-hero-home .cx-hero-copy {
    margin-left: clamp(72px, 7.4vw, 132px) !important;
    margin-top: clamp(130px, 19vh, 200px) !important;
}

.cx-hero-copy-cta {
    display: none;
}

.cx-hero-home .cx-hero-copy-cta {
    width: max-content;
    min-height: 48px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    padding: 0 28px;
    border: 1px solid rgba(255,177,88,.62);
    border-radius: 2px;
    color: #0e0b08 !important;
    background: linear-gradient(135deg, #ffb158, #ff8429);
    box-shadow: 0 18px 42px rgba(255,132,41,.24), inset 0 1px 0 rgba(255,255,255,.3);
    font-size: 13px;
    font-weight: 950;
    text-decoration: none;
}

.cx-hero-home .cx-hero-copy-cta::after {
    content: "→";
    margin-left: 18px;
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 760px) {
    .cx-hero-home .cx-hero-copy {
        margin-left: 0 !important;
        margin-top: clamp(90px, 16vh, 140px) !important;
    }
}

/* Direct reference layout pass: copy the supplied concept more closely */
body.tt-brand:has(.cx-home-deck),
.cx-home-deck.cx-page {
    background: #020910 !important;
}

.cx-home-deck .cx-panel {
    border-top: 1px solid rgba(255,255,255,.18) !important;
    border-radius: 0 !important;
}

.cx-presentation-ready .cx-home-deck .cx-panel::before {
    top: 126px !important;
    left: 32px !important;
    color: rgba(255,255,255,.28) !important;
    font-size: 44px !important;
    line-height: 1 !important;
}

.cx-presentation-ready .cx-home-deck .cx-panel.is-active::before {
    color: rgba(255,138,43,.96) !important;
}

.tt-brand .tm-header {
    top: 24px !important;
    width: calc(100vw - 44px) !important;
}

.tt-brand .tm-mainbar {
    height: 56px !important;
    padding: 0 28px !important;
    background: rgba(1,8,14,.68) !important;
    border-color: rgba(255,255,255,.18) !important;
    box-shadow: none !important;
}

.tt-brand .tm-logo img {
    width: 176px !important;
}

.tt-brand .tm-nav {
    gap: 38px !important;
}

.tt-brand .tm-request {
    min-height: 38px !important;
    padding: 0 20px !important;
    border-radius: 999px !important;
    color: #120b05 !important;
}

.cx-hero-home {
    padding-top: 0 !important;
}

.cx-hero-home::before {
    inset: 0 !important;
    background-image:
        linear-gradient(90deg, rgba(2,7,12,.88) 0%, rgba(2,7,12,.65) 31%, rgba(2,7,12,.12) 62%, rgba(2,7,12,.2) 100%),
        linear-gradient(180deg, rgba(2,7,12,.06) 0%, rgba(2,7,12,.08) 50%, rgba(2,7,12,.34) 100%),
        var(--hero-image) !important;
    background-size: cover !important;
    background-position: center right !important;
    filter: saturate(1.22) contrast(1.08) brightness(1.18) !important;
}

.cx-hero-home .cx-atmosphere {
    opacity: .45 !important;
}

.cx-hero-home .cx-radar {
    right: 2% !important;
    top: 18% !important;
    width: min(44vw, 580px) !important;
    opacity: .22 !important;
}

.cx-hero-home .cx-water {
    opacity: .16 !important;
}

.cx-hero-home .cx-hero-inner {
    min-height: 100svh !important;
    align-content: start !important;
}

.cx-hero-home .cx-hero-copy {
    max-width: min(610px, 44vw) !important;
    margin-left: clamp(70px, 7.4vw, 118px) !important;
    margin-top: clamp(150px, 21vh, 220px) !important;
}

.cx-hero-home .cx-hero-copy > p:first-child {
    color: rgba(255,190,124,.95) !important;
    font-size: 11px !important;
    letter-spacing: .24em !important;
}

.cx-hero-home h1 {
    max-width: 610px !important;
    margin-top: 18px !important;
    font-size: clamp(58px, 5.8vw, 84px) !important;
    line-height: .92 !important;
    letter-spacing: -.055em !important;
}

.cx-hero-home .cx-lead {
    max-width: 535px !important;
    margin-top: 18px !important;
    color: rgba(241,247,251,.8) !important;
    font-size: 14px !important;
    line-height: 1.66 !important;
}

.cx-hero-home .cx-hero-copy-cta {
    min-height: 45px !important;
    margin-top: 24px !important;
    padding: 0 23px !important;
    border-radius: 3px !important;
    font-size: 12px !important;
}

.cx-hero-home .cx-hero-console {
    right: clamp(92px, 8vw, 160px) !important;
    bottom: clamp(58px, 7vh, 88px) !important;
    width: min(520px, 39vw) !important;
    gap: 20px !important;
}

.cx-hero-home .cx-hero-console div {
    min-height: 78px;
    padding: 15px 20px 10px;
    border-top: 1px solid rgba(255,138,43,.58) !important;
    background: linear-gradient(180deg, rgba(2,8,13,.36), rgba(2,8,13,.08));
}

.cx-hero-home .cx-hero-console strong {
    font-size: clamp(24px, 2.1vw, 34px) !important;
}

.cx-hero-home .cx-hero-console span {
    color: rgba(255,255,255,.62) !important;
    font-size: 8px !important;
    letter-spacing: .14em !important;
}

.cx-services-board {
    max-width: 1370px !important;
    grid-template-columns: 310px minmax(0, 1fr) !important;
    gap: 36px !important;
    min-height: 500px !important;
}

.cx-services-board-copy {
    padding-left: 6px;
}

.cx-services-board-copy span {
    color: #ff8a2b !important;
}

.cx-services-board-copy h2 {
    font-size: clamp(40px, 4vw, 58px) !important;
    line-height: .95 !important;
}

.cx-services-board-copy p {
    max-width: 270px !important;
    color: rgba(235,244,250,.72) !important;
}

.cx-services-card-row {
    gap: 8px !important;
}

.cx-service-card {
    min-height: 420px !important;
    grid-template-rows: 54% 46% !important;
    background: #07121d !important;
    border-color: rgba(255,255,255,.16) !important;
}

.cx-service-card figure::after {
    background:
        linear-gradient(180deg, rgba(2,8,13,.02), rgba(2,8,13,.04) 55%, rgba(2,8,13,.58) 100%) !important;
}

.cx-service-card img {
    filter: saturate(1.16) contrast(1.08) brightness(1.1) !important;
    object-position: center !important;
}

.cx-service-card > span,
.cx-service-card > h3,
.cx-service-card > p,
.cx-service-card > .cx-card-micro {
    margin-left: 16px !important;
    margin-right: 16px !important;
}

.cx-service-card h3 {
    min-height: 44px !important;
    margin-top: 8px !important;
    font-size: 19px !important;
}

.cx-service-card p {
    min-height: auto !important;
    -webkit-line-clamp: 3;
    font-size: 12px !important;
    line-height: 1.5 !important;
}

.cx-card-micro {
    display: none !important;
}

.cx-home-detail,
.cx-home-detail.is-reverse {
    padding: 0 !important;
}

.cx-home-detail .cx-detail-visual {
    top: 27vh !important;
    bottom: 18vh !important;
    min-height: 0 !important;
    height: auto !important;
    border-top: 1px solid rgba(255,255,255,.22) !important;
    border-bottom: 1px solid rgba(255,255,255,.22) !important;
}

.cx-home-detail .cx-detail-visual img {
    filter: saturate(1.2) contrast(1.08) brightness(1.06) !important;
    object-position: center !important;
}

.cx-home-detail .cx-detail-visual::after {
    background:
        linear-gradient(90deg, rgba(2,7,12,.92) 0%, rgba(2,7,12,.8) 25%, rgba(2,7,12,.18) 55%, rgba(2,7,12,.08) 100%),
        linear-gradient(180deg, rgba(2,7,12,.08), rgba(2,7,12,.28)) !important;
}

.cx-home-detail .cx-detail-copy {
    width: min(470px, 38vw) !important;
    margin-left: clamp(86px, 9vw, 138px) !important;
    margin-top: 4vh !important;
}

.cx-home-detail .cx-detail-copy > span {
    color: #fff !important;
    font-size: 13px !important;
    letter-spacing: .13em !important;
}

.cx-home-detail .cx-detail-copy h2 {
    margin: 12px 0 14px !important;
    font-size: clamp(30px, 3vw, 46px) !important;
    line-height: .98 !important;
}

.cx-home-detail .cx-detail-copy p {
    max-width: 410px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
}

.cx-home-detail .cx-micro-labels {
    display: none !important;
}

.cx-home-detail .cx-detail-copy ul {
    margin-top: 14px !important;
}

.cx-home-detail .cx-detail-copy li {
    color: rgba(246,250,253,.82) !important;
    font-size: 12px !important;
}

.cx-ref-panel,
.cx-ref-zones,
.cx-ref-why,
.cx-ref-about,
.cx-ref-contact {
    display: grid !important;
    align-content: center !important;
    min-height: 100svh;
    background: #020910 !important;
}

.cx-ref-heading {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto 22px;
}

.cx-ref-heading span,
.cx-ref-zone-copy span,
.cx-ref-about-copy span,
.cx-ref-contact-copy span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.cx-ref-heading h2,
.cx-ref-zone-copy h2,
.cx-ref-about-copy h2,
.cx-ref-contact-copy h2 {
    margin: 8px 0 0;
    color: rgba(240,247,251,.76);
    font-size: 14px;
    font-weight: 500;
}

.cx-ref-fleet-grid {
    width: min(1220px, 82vw);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 0 auto;
}

.cx-ref-fleet-grid article {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.16);
    background: #07121d;
}

.cx-ref-fleet-grid img {
    width: 100%;
    height: min(240px, 30vh);
    object-fit: cover;
    filter: saturate(1.15) contrast(1.08) brightness(1.08);
}

.cx-ref-fleet-grid article div {
    padding: 18px 18px 22px;
}

.cx-ref-fleet-grid h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
}

.cx-ref-fleet-grid h3::after {
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    margin-top: 10px;
    background: #ff8a2b;
}

.cx-ref-fleet-grid p {
    margin: 5px 0 0;
    color: rgba(232,240,246,.72);
    font-size: 12px;
    line-height: 1.45;
}

.cx-ref-zones {
    position: relative;
    overflow: hidden;
    background-image:
        linear-gradient(90deg, rgba(2,8,13,.98) 0%, rgba(2,8,13,.82) 38%, rgba(2,8,13,.22) 100%),
        var(--zone-image) !important;
    background-size: cover !important;
    background-position: center !important;
}

.cx-ref-zone-copy {
    position: relative;
    z-index: 2;
    width: min(400px, 34vw);
    margin-left: clamp(76px, 9vw, 138px);
}

.cx-ref-zone-copy ul,
.cx-ref-contact-copy ul {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 28px 0 0;
    list-style: none;
}

.cx-ref-zone-copy li,
.cx-ref-contact-copy li {
    color: rgba(244,249,252,.82);
    font-size: 14px;
}

.cx-ref-zone-copy li::before,
.cx-ref-contact-copy li::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 12px;
    border-radius: 50%;
    background: #ff8a2b;
    box-shadow: 0 0 18px rgba(255,138,43,.55);
}

.cx-ref-map-light {
    position: absolute;
    right: 9%;
    top: 23%;
    width: min(470px, 34vw);
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid rgba(255,138,43,.28);
    background:
        repeating-radial-gradient(circle, rgba(255,138,43,.15) 0 1px, transparent 1px 70px),
        radial-gradient(circle, rgba(255,138,43,.38), transparent 5%);
    opacity: .68;
}

.cx-ref-why {
    align-content: center !important;
}

.cx-ref-why .cx-ref-heading {
    margin-bottom: 42px;
}

.cx-ref-why-grid {
    width: min(1120px, 78vw);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(42px, 7vw, 100px);
    margin: 0 auto;
}

.cx-ref-why-grid article {
    display: grid;
    grid-template-columns: 74px 1fr;
    align-items: center;
    gap: 22px;
}

.cx-ref-why-grid strong {
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,138,43,.32);
    border-radius: 50%;
    color: #ff8a2b;
    background: rgba(255,138,43,.07);
    font-size: 18px;
}

.cx-ref-why-grid h3 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 17px;
}

.cx-ref-why-grid p {
    margin: 0;
    color: rgba(232,240,246,.7);
    font-size: 13px;
    line-height: 1.5;
}

.cx-ref-about,
.cx-ref-contact {
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
}

.cx-ref-about {
    background-image:
        linear-gradient(90deg, rgba(2,8,13,.95) 0%, rgba(2,8,13,.76) 38%, rgba(2,8,13,.22) 100%),
        var(--about-image) !important;
}

.cx-ref-about-copy,
.cx-ref-contact-copy {
    position: relative;
    z-index: 2;
    width: min(520px, 40vw);
    margin-left: clamp(76px, 9vw, 138px);
}

.cx-ref-about-copy p {
    margin: 22px 0 0;
    color: rgba(236,244,249,.72);
    font-size: 14px;
    line-height: 1.7;
}

.cx-ref-contact {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    background-image:
        linear-gradient(90deg, rgba(2,8,13,.97), rgba(2,8,13,.74) 44%, rgba(2,8,13,.42)),
        var(--contact-image) !important;
}

.cx-ref-contact .cx-primary-action {
    position: relative;
    z-index: 2;
    margin-right: clamp(86px, 10vw, 160px);
    color: #100a05 !important;
    background: linear-gradient(135deg, #ffb158, #ff8429) !important;
    border: 0 !important;
    border-radius: 3px !important;
}

@media (max-width: 980px) {
    .cx-hero-home .cx-hero-copy {
        max-width: min(620px, 82vw) !important;
        margin-top: clamp(120px, 18vh, 170px) !important;
    }

    .cx-ref-fleet-grid,
    .cx-ref-why-grid {
        width: 86vw;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .cx-ref-zone-copy,
    .cx-ref-about-copy,
    .cx-ref-contact-copy {
        width: min(540px, 82vw);
        margin-left: 0;
    }

    .cx-ref-contact {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .cx-ref-contact .cx-primary-action {
        margin-left: 0;
        margin-right: 0;
        width: max-content;
    }
}

/* Reference concept match: image-led editorial maritime deck */
.cx-home-deck {
    background: #02090f;
}

.cx-presentation-ready .cx-panel {
    width: 100% !important;
    max-width: none !important;
    padding: 90px 56px 42px 116px !important;
    border-top: 1px solid rgba(255,255,255,.2);
    border-bottom: 1px solid rgba(255,255,255,.08);
    background:
        linear-gradient(180deg, rgba(2,10,16,.94), rgba(2,10,16,.9)),
        radial-gradient(circle at 70% 40%, rgba(255,130,32,.08), transparent 34%);
}

.cx-presentation-ready .cx-panel::before {
    content: attr(data-panel-label);
    position: absolute;
    z-index: 8;
    left: 32px;
    top: 112px;
    color: rgba(255,255,255,.25);
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 950;
    letter-spacing: -.04em;
}

.cx-presentation-ready .cx-panel:nth-child(3)::before,
.cx-presentation-ready .cx-panel:nth-child(4)::before,
.cx-presentation-ready .cx-panel:nth-child(5)::before,
.cx-presentation-ready .cx-panel:nth-child(6)::before {
    color: rgba(255,138,43,.9);
}

.cx-presentation-ready .cx-hero.cx-panel {
    padding: 90px 56px 42px 116px !important;
}

.cx-hero-home::before {
    background-image:
        linear-gradient(90deg, rgba(2,7,11,.92) 0%, rgba(2,7,11,.72) 40%, rgba(2,7,11,.08) 70%, rgba(2,7,11,.5) 100%),
        linear-gradient(180deg, rgba(2,7,11,.1), rgba(2,7,11,.74) 90%),
        var(--hero-image) !important;
    background-size: cover !important;
    background-position: center right !important;
    transform: none !important;
}

.cx-hero-home .cx-hero-inner {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    align-content: center !important;
}

.cx-hero-home .cx-hero-top {
    max-width: 530px;
    min-height: 0;
    border-bottom: 0;
}

.cx-hero-home .cx-hero-copy {
    max-width: 540px;
    padding: 26px 0 0;
}

.cx-hero-home h1 {
    font-size: clamp(54px, 5.4vw, 88px);
    letter-spacing: -.055em;
}

.cx-hero-home .cx-lead {
    max-width: 500px;
    font-size: 15px;
    line-height: 1.55;
}

.cx-services-board {
    display: grid;
    grid-template-columns: minmax(260px, .75fr) minmax(0, 1.7fr);
    gap: 38px;
    align-items: center;
    min-height: calc(100svh - 150px);
}

.cx-services-board-copy span,
.cx-service-card span {
    color: var(--cx-amber);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.cx-services-board-copy h2 {
    max-width: 330px;
    margin: 12px 0 14px;
    color: #fff;
    font-size: clamp(36px, 4.2vw, 64px);
    line-height: .95;
    letter-spacing: -.045em;
}

.cx-services-board-copy p {
    max-width: 310px;
    color: rgba(236,244,250,.68);
    font-size: 14px;
    line-height: 1.55;
}

.cx-services-card-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.cx-service-card {
    min-height: 360px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.035);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.cx-service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255,138,43,.42);
    box-shadow: 0 22px 80px rgba(0,0,0,.34), 0 0 46px rgba(255,138,43,.1);
}

.cx-service-card figure {
    position: relative;
    height: 210px;
    margin: 0;
    overflow: hidden;
}

.cx-service-card figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(2,8,13,.78));
}

.cx-service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.04) contrast(1.08) brightness(.9);
}

.cx-service-card span,
.cx-service-card h3,
.cx-service-card p {
    display: block;
    margin-left: 18px;
    margin-right: 18px;
}

.cx-service-card span {
    margin-top: 16px;
}

.cx-service-card h3 {
    margin-top: 8px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 21px;
    line-height: 1.05;
    letter-spacing: -.03em;
}

.cx-service-card p {
    color: rgba(236,244,250,.66);
    font-size: 13px;
    line-height: 1.45;
}

.cx-home-detail,
.cx-home-detail.is-reverse {
    grid-template-columns: minmax(300px, .56fr) minmax(0, 1.44fr) !important;
    gap: 0 !important;
    align-items: stretch !important;
    padding: 0 0 0 0 !important;
    min-height: 100svh;
    overflow: hidden;
}

.cx-home-detail.is-reverse .cx-detail-visual {
    order: initial !important;
}

.cx-home-detail .cx-detail-copy {
    z-index: 3;
    align-self: center;
    max-width: 430px;
    margin-left: 116px;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

.cx-home-detail .cx-detail-copy h2 {
    margin-top: 10px;
    font-size: clamp(30px, 2.8vw, 44px);
    line-height: .98;
}

.cx-home-detail .cx-detail-copy p {
    max-width: 350px;
    font-size: 14px;
    line-height: 1.5;
}

.cx-home-detail .cx-detail-copy .cx-micro-labels {
    display: none;
}

.cx-home-detail .cx-detail-copy ul {
    grid-template-columns: 1fr;
    gap: 4px;
    margin-top: 14px;
}

.cx-home-detail .cx-detail-copy li {
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(245,248,251,.78);
    font-size: 13px;
}

.cx-home-detail .cx-detail-visual {
    position: absolute;
    inset: 0;
    min-height: 100%;
    border: 0;
    box-shadow: none;
}

.cx-home-detail .cx-detail-visual img {
    object-position: center right;
    filter: saturate(1.02) contrast(1.1) brightness(.82);
}

.cx-home-detail .cx-detail-visual::after {
    background:
        linear-gradient(90deg, rgba(2,8,13,.96) 0%, rgba(2,8,13,.84) 34%, rgba(2,8,13,.22) 66%, rgba(2,8,13,.58) 100%),
        linear-gradient(180deg, rgba(2,8,13,.15), rgba(2,8,13,.76));
}

.cx-home-detail .cx-detail-visual-label {
    display: none;
}

.cx-fleet-showcase .cx-section-head,
.cx-why-turkey-tugs .cx-section-head {
    max-width: 620px;
    margin-bottom: 28px;
}

.cx-fleet-showcase .cx-section-head h2,
.cx-why-turkey-tugs .cx-section-head h2 {
    font-size: clamp(34px, 3.5vw, 58px);
}

.cx-fleet-grid article {
    min-height: 370px;
}

.cx-zone-map.cx-home-zones {
    grid-template-columns: minmax(300px, .7fr) minmax(0, 1.5fr);
    padding: 90px 56px 42px 116px !important;
}

.cx-zone-map.cx-home-zones .cx-screen-map {
    min-height: calc(100svh - 180px);
}

.cx-why-turkey-tugs .cx-value-grid article {
    min-height: 220px;
    display: grid;
    align-content: center;
}

.cx-home-about {
    position: relative;
    overflow: hidden;
}

.cx-home-about::after,
.cx-final-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(2,8,13,.94), rgba(2,8,13,.68) 48%, rgba(2,8,13,.18)),
        url('/assets/service-vessel-assistance.png') center right / cover no-repeat;
    opacity: .92;
}

.cx-home-about .cx-command-panel {
    display: none;
}

.cx-home-about {
    grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr) !important;
}

.cx-final-cta {
    border: 0;
    background: transparent;
}

.cx-final-cta > div {
    max-width: 520px;
}

@media (max-width: 980px) {
    .cx-presentation-ready .cx-panel,
    .cx-presentation-ready .cx-hero.cx-panel,
    .cx-zone-map.cx-home-zones {
        padding: 118px 18px 28px 56px !important;
    }

    .cx-presentation-ready .cx-panel::before {
        left: 18px;
        top: 128px;
        font-size: 28px;
    }

    .cx-services-board,
    .cx-zone-map.cx-home-zones,
    .cx-home-about {
        grid-template-columns: 1fr !important;
        gap: 24px;
    }

    .cx-services-card-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cx-service-card {
        min-height: 280px;
    }

    .cx-service-card figure {
        height: 150px;
    }

    .cx-home-detail,
    .cx-home-detail.is-reverse {
        grid-template-columns: 1fr !important;
        padding: 118px 18px 28px 56px !important;
    }

    .cx-home-detail .cx-detail-copy {
        margin-left: 0;
        max-width: 360px;
    }
}

@media (max-width: 620px) {
    .cx-services-card-row {
        grid-template-columns: 1fr;
        max-height: 56vh;
        overflow: hidden auto;
    }

    .cx-hero-home h1 {
        font-size: 44px;
    }
}

/* Final visual comparison pass */
.cx-services-board {
    min-height: auto !important;
    transform: translateY(-70px);
}

.cx-service-card {
    min-height: 300px !important;
}

.cx-service-card figure {
    height: 168px !important;
}

.cx-service-card img {
    filter: saturate(1.08) contrast(1.08) brightness(.96) !important;
}

.cx-service-card figure::after {
    background: linear-gradient(180deg, transparent 42%, rgba(2,8,13,.72)) !important;
}

/* Homepage polish pass: safe hero, larger services, clearer imagery */
.cx-hero-home::before {
    background-image:
        linear-gradient(90deg, rgba(2,7,11,.86) 0%, rgba(2,7,11,.62) 38%, rgba(2,7,11,.1) 68%, rgba(2,7,11,.32) 100%),
        linear-gradient(180deg, rgba(2,7,11,.04), rgba(2,7,11,.48) 92%),
        var(--hero-image) !important;
    filter: saturate(1.18) contrast(1.08) brightness(1.04) !important;
}

.cx-hero-home .cx-hero-inner {
    box-sizing: border-box;
    padding-left: clamp(84px, 7.4vw, 142px) !important;
    padding-right: clamp(28px, 4vw, 76px) !important;
}

.cx-hero-home .cx-hero-copy {
    width: min(620px, 46vw) !important;
    max-width: none !important;
}

.cx-hero-home h1 {
    font-size: clamp(52px, 5.25vw, 84px) !important;
}

.cx-hero-home .cx-lead {
    max-width: 520px !important;
    color: rgba(245,248,251,.84) !important;
}

.cx-hero-home .cx-hero-top a {
    box-shadow: 0 18px 46px rgba(255,118,28,.26), inset 0 1px 0 rgba(255,255,255,.2) !important;
}

.cx-service-preview.cx-panel {
    background:
        linear-gradient(180deg, rgba(2,10,16,.94), rgba(2,10,16,.9)),
        radial-gradient(circle at 72% 48%, rgba(255,138,43,.09), transparent 36%) !important;
}

.cx-services-board {
    grid-template-columns: minmax(310px, .48fr) minmax(0, 1.52fr) !important;
    gap: clamp(34px, 4vw, 72px) !important;
    min-height: 500px !important;
    transform: translateY(-42px) !important;
}

.cx-services-board-copy h2 {
    max-width: 390px !important;
    font-size: clamp(44px, 4.6vw, 74px) !important;
}

.cx-services-board-copy p {
    max-width: 360px !important;
    color: rgba(236,244,250,.76) !important;
}

.cx-services-card-row {
    gap: 16px !important;
}

.cx-service-card {
    min-height: 430px !important;
    background: rgba(255,255,255,.045) !important;
}

.cx-service-card figure {
    height: 245px !important;
}

.cx-service-card h3 {
    font-size: 22px !important;
}

.cx-service-card p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    -webkit-line-clamp: 4 !important;
}

.cx-service-card span,
.cx-service-card h3,
.cx-service-card p {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.cx-home-detail .cx-detail-copy {
    width: min(420px, 32vw) !important;
    max-width: none !important;
    margin-left: clamp(116px, 8vw, 150px) !important;
}

.cx-home-detail .cx-detail-copy h2 {
    max-width: 420px !important;
}

.cx-home-detail .cx-detail-copy p {
    max-width: 390px !important;
}

.cx-home-detail .cx-detail-visual img {
    filter: saturate(1.1) contrast(1.08) brightness(1.02) !important;
}

.cx-home-detail .cx-detail-visual::after {
    background:
        linear-gradient(90deg, rgba(2,8,13,.92) 0%, rgba(2,8,13,.72) 28%, rgba(2,8,13,.06) 62%, rgba(2,8,13,.3) 100%),
        linear-gradient(180deg, rgba(2,8,13,.04), rgba(2,8,13,.28)) !important;
}

.cx-home-detail .cx-detail-visual {
    inset: 270px 0 auto 0 !important;
    height: 390px !important;
    min-height: 0 !important;
    border-top: 1px solid rgba(255,255,255,.18) !important;
    border-bottom: 1px solid rgba(255,255,255,.14) !important;
}

.cx-home-detail .cx-detail-visual img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
    filter: saturate(1.06) contrast(1.1) brightness(.92) !important;
}

.cx-home-detail .cx-detail-visual::after {
    background:
        linear-gradient(90deg, rgba(2,8,13,.95) 0%, rgba(2,8,13,.78) 28%, rgba(2,8,13,.08) 62%, rgba(2,8,13,.45) 100%),
        linear-gradient(180deg, rgba(2,8,13,.08), rgba(2,8,13,.42)) !important;
}

.cx-home-detail .cx-detail-copy {
    align-self: start !important;
    margin-top: 250px !important;
}

.cx-home-detail .cx-detail-copy h2 {
    font-size: clamp(23px, 1.85vw, 31px) !important;
}

.cx-home-detail .cx-detail-copy p {
    font-size: 13px !important;
    line-height: 1.42 !important;
}

.cx-home-detail .cx-detail-copy li {
    font-size: 12px !important;
    line-height: 1.35 !important;
}

/* Second reference pass: tighter header, board spacing, photographic bands */
.tt-brand .tm-header {
    padding-top: 18px !important;
    background: linear-gradient(180deg, rgba(2,8,13,.72), transparent) !important;
}

.tt-brand .tm-mainbar {
    width: calc(100% - 112px) !important;
    height: 50px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

.tt-brand .tm-logo img {
    width: 172px !important;
}

.tt-brand .tm-nav a {
    padding: 16px 0 !important;
    font-size: 12px !important;
    letter-spacing: .02em !important;
}

.tt-brand .tm-request {
    min-height: 38px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    background: rgba(255,138,43,.08) !important;
}

.cx-hero-home .cx-hero-top {
    margin-top: 18px;
}

.cx-hero-home .cx-hero-top span {
    color: rgba(255,255,255,.7);
    font-size: 10px;
}

.cx-hero-home .cx-hero-copy {
    padding-top: 20px;
}

.cx-hero-home .cx-hero-top a {
    margin-top: 22px;
    min-height: 54px;
    min-width: 190px;
}

.cx-services-board {
    grid-template-columns: minmax(250px, .52fr) minmax(0, 1.48fr);
}

.cx-service-card {
    min-height: 330px;
}

.cx-service-card figure {
    height: 188px;
}

.cx-service-card h3 {
    font-size: 18px;
}

.cx-service-card p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cx-home-detail .cx-detail-copy > span {
    color: #fff;
    font-size: 18px;
    letter-spacing: .08em;
}

.cx-home-detail .cx-detail-copy h2 {
    max-width: 420px;
    color: rgba(255,255,255,.92);
    font-size: clamp(24px, 2vw, 34px);
    text-transform: uppercase;
    letter-spacing: .02em;
}

.cx-home-detail .cx-detail-copy p {
    color: rgba(236,244,250,.72);
}

.cx-home-detail .cx-detail-copy ul {
    margin-top: 18px;
}

.cx-home-detail .cx-detail-copy li::before {
    width: 6px;
    height: 6px;
}

.cx-home-detail .cx-detail-visual img {
    object-position: center center;
    transform: scale(1.02);
}

.cx-home-detail .cx-detail-visual::after {
    background:
        linear-gradient(90deg, rgba(2,8,13,.98) 0%, rgba(2,8,13,.9) 30%, rgba(2,8,13,.24) 62%, rgba(2,8,13,.38) 100%),
        linear-gradient(180deg, rgba(2,8,13,.12), rgba(2,8,13,.82));
}

.cx-fleet-grid {
    gap: 14px;
}

.cx-fleet-grid article {
    min-height: 310px;
}

.cx-fleet-orbit {
    width: 120px;
    margin: 22px 22px 82px;
    opacity: .6;
}

.cx-fleet-grid article span,
.cx-fleet-grid article h3,
.cx-fleet-grid article p {
    margin-left: 22px;
    margin-right: 22px;
}

.cx-zone-map.cx-home-zones .cx-screen-map {
    border: 0;
    box-shadow: none;
}

.cx-why-turkey-tugs .cx-value-grid {
    align-items: center;
}

.cx-why-turkey-tugs .cx-value-grid article {
    display: grid;
    grid-template-columns: 86px 1fr;
    column-gap: 24px;
    min-height: 170px;
}

.cx-why-turkey-tugs .cx-value-grid article strong {
    place-self: center;
    display: grid;
    place-items: center;
    width: 78px;
    height: 78px;
    border-radius: 999px;
    background: rgba(255,138,43,.1);
    border: 1px solid rgba(255,138,43,.16);
}

.cx-why-turkey-tugs .cx-value-grid article h3,
.cx-why-turkey-tugs .cx-value-grid article p {
    grid-column: 2;
}

@media (max-width: 980px) {
    .tt-brand .tm-mainbar {
        width: calc(100% - 28px) !important;
        height: 58px !important;
        padding: 0 12px !important;
        border: 1px solid rgba(255,255,255,.08) !important;
        background: rgba(3,12,20,.42) !important;
        backdrop-filter: blur(16px) !important;
    }

    .cx-services-board {
        grid-template-columns: 1fr;
    }
}

html {
    scroll-behavior: smooth;
}

body.tt-brand {
    background: var(--cx-black) !important;
    color: var(--cx-white) !important;
    overflow-x: hidden;
}

.page-wrapper {
    background: var(--cx-black) !important;
    overflow: hidden;
}

body.tt-brand:has(.cx-page) {
    overflow: hidden;
}

.page-wrapper:has(.cx-page) {
    height: 100vh;
}

.tt-brand .tm-topline {
    display: none !important;
}

.tt-brand .tm-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    padding: 14px 0 !important;
    background: linear-gradient(180deg, rgba(1, 7, 12, .94), rgba(1, 7, 12, .62) 72%, transparent) !important;
    border: 0 !important;
    backdrop-filter: blur(20px);
}

.tt-brand .tm-header.is-scrolled {
    background: rgba(1, 7, 12, .84) !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

.tt-brand .tm-mainbar {
    width: min(100% - 44px, 1480px) !important;
    height: 58px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    gap: 28px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.tt-brand .tm-logo img {
    width: 236px !important;
    height: 56px !important;
    object-fit: contain !important;
    filter: brightness(0) invert(1) drop-shadow(0 10px 22px rgba(0,0,0,.35));
}

.tt-brand .tm-nav {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 28px !important;
}

.tt-brand .tm-nav a {
    color: rgba(255,255,255,.78) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .02em !important;
    transition: color .2s ease, text-shadow .2s ease;
}

.tt-brand .tm-nav a:hover {
    color: #fff !important;
    text-shadow: 0 0 20px rgba(127,220,255,.32);
}

.tt-brand .tm-services-menu {
    background: rgba(3, 12, 20, .94) !important;
    border: 1px solid var(--cx-line) !important;
    box-shadow: 0 28px 80px rgba(0,0,0,.45) !important;
    backdrop-filter: blur(20px);
}

.tt-brand .tm-right {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.tt-brand .tm-language button,
.tt-brand .tm-request,
.tt-brand .tm-menu {
    border: 1px solid rgba(255,255,255,.14) !important;
    background: rgba(255,255,255,.07) !important;
    color: #fff !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 16px 50px rgba(0,0,0,.2) !important;
    backdrop-filter: blur(18px);
}

.tt-brand .tm-request {
    min-height: 42px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, var(--cx-blue), #0069cf) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}

.tt-brand .tm-menu {
    width: 48px !important;
    height: 48px !important;
    border-radius: 14px !important;
    display: none !important;
    place-items: center !important;
    gap: 5px !important;
    padding: 0 !important;
}

.tt-brand .tm-menu span {
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    margin: 0 !important;
    background: #fff !important;
    border-radius: 999px !important;
    transform: none !important;
    opacity: 1 !important;
}

.tt-brand .tm-drawer {
    background: rgba(2, 7, 12, .96) !important;
    border-left: 1px solid var(--cx-line) !important;
    backdrop-filter: blur(22px);
}

.tt-brand .tm-footer {
    position: relative;
    background: radial-gradient(circle at 20% 0, rgba(10,132,255,.14), transparent 28%), var(--cx-black) !important;
    border-top: 1px solid rgba(255,255,255,.08) !important;
}

.cx-page {
    position: relative;
    height: 100vh;
    overflow: hidden;
    overscroll-behavior: none;
    background:
        radial-gradient(circle at 78% 12%, rgba(10,132,255,.14), transparent 32%),
        radial-gradient(circle at 14% 26%, rgba(255,138,43,.11), transparent 28%),
        linear-gradient(180deg, #020609, #06101a 38%, #020609);
    color: var(--cx-white);
    touch-action: pan-y;
}

.cx-page a {
    text-decoration: none;
}

.cx-hero {
    position: relative;
    height: 100svh;
    min-height: 100svh;
    display: grid;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    padding: 86px 0 30px;
    background: #020609;
}

.cx-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background-image:
        linear-gradient(180deg, rgba(2,6,9,.34), rgba(2,6,9,.9) 88%),
        radial-gradient(circle at 70% 48%, rgba(255,138,43,.2), transparent 24%),
        var(--hero-image);
    background-size: cover;
    background-position: center;
    filter: saturate(1.08) contrast(1.05);
    transform: scale(1.04);
}

.cx-hero-home::before {
    background-image:
        linear-gradient(90deg, rgba(2,6,9,.94) 0%, rgba(2,6,9,.66) 44%, rgba(2,6,9,.2) 70%, rgba(2,6,9,.58) 100%),
        linear-gradient(180deg, rgba(2,6,9,.1), rgba(2,6,9,.72) 88%),
        var(--hero-image);
    background-position: center right;
    filter: saturate(1.14) contrast(1.1) brightness(.9);
}

.cx-hero-home .cx-visual3d,
.cx-hero-home .cx-giant,
.cx-hero-home .cx-hero-console {
    display: none;
}

.cx-hero-home .cx-hero-inner {
    align-content: center !important;
}

.cx-hero-home .cx-hero-top {
    max-width: 58%;
}

.cx-hero-home .cx-hero-top a {
    display: inline-flex;
}

.cx-hero-home .cx-hero-copy {
    max-width: 610px;
    justify-items: start;
    padding: 44px 0 0;
    text-align: left;
}

.cx-hero-home .cx-hero-copy > p:first-child {
    color: rgba(255,255,255,.72);
}

.cx-hero-home h1 {
    max-width: 600px;
    font-size: clamp(48px, 5vw, 78px);
    line-height: .98;
}

.cx-hero-home .cx-lead {
    max-width: 560px;
    margin-top: 18px;
    color: rgba(245,248,251,.76);
    font-size: 15px;
}

.cx-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,.055) 1px, transparent 1px);
    background-size: 86px 86px;
    mask-image: linear-gradient(180deg, #000 0%, transparent 86%);
    opacity: .45;
}

.cx-atmosphere,
.cx-atmosphere span {
    position: absolute;
    pointer-events: none;
}

.cx-atmosphere {
    inset: 0;
    z-index: -1;
    overflow: hidden;
}

.cx-radar {
    width: min(62vw, 760px);
    aspect-ratio: 1;
    right: -8%;
    top: 18%;
    border-radius: 50%;
    border: 1px solid rgba(127,220,255,.14);
    background:
        repeating-radial-gradient(circle, rgba(127,220,255,.16) 0 1px, transparent 1px 64px),
        conic-gradient(from 22deg, transparent 0 72%, rgba(127,220,255,.18), rgba(255,138,43,.22), transparent);
    filter: blur(.2px);
    opacity: .55;
    animation: cxRadar 18s linear infinite;
}

.cx-water {
    left: -8%;
    right: -8%;
    bottom: 7%;
    height: 28%;
    background:
        repeating-linear-gradient(170deg, rgba(127,220,255,.1) 0 2px, transparent 2px 24px),
        linear-gradient(180deg, transparent, rgba(10,132,255,.08));
    transform: skewY(-3deg);
    filter: blur(.6px);
    animation: cxWater 7s ease-in-out infinite alternate;
}

.cx-amber {
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,138,43,.26), transparent 66%);
    filter: blur(22px);
    animation: cxPulse 4s ease-in-out infinite alternate;
}

.cx-amber-a {
    right: 14%;
    bottom: 24%;
}

.cx-amber-b {
    left: 4%;
    top: 42%;
    animation-delay: -1.8s;
}

.cx-hero-inner,
.cx-service-preview,
.cx-split-story,
.cx-fleet-showcase,
.cx-about-preview,
.cx-service-deep,
.cx-zone-map,
.cx-contact-board,
.cx-support-availability,
.cx-detail-experience,
.cx-related-services,
.cx-mission,
.cx-values,
.cx-philosophy,
.cx-final-cta {
    width: min(100% - 56px, 1400px);
    margin-inline: auto;
}

.cx-hero-top {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid rgba(255,255,255,.16);
}

.cx-hero-top span,
.cx-section-head span,
.cx-story-copy span,
.cx-feature-copy p,
.cx-about-preview span,
.cx-zone-map span,
.cx-contact-info span,
.cx-form-wrap > span,
.cx-support-availability span,
.cx-detail-main > span,
.cx-philosophy span,
.cx-final-cta span,
.cx-mission span {
    color: var(--cx-cyan);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.cx-hero-top a,
.cx-feature-copy a,
.cx-about-preview a,
.cx-primary-action,
.cx-detail-side a,
.cx-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--cx-amber), #f05c1c);
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 18px 54px rgba(255,102,31,.22), inset 0 1px 0 rgba(255,255,255,.22);
    font-size: 13px;
    font-weight: 900;
    transition: transform .24s ease, box-shadow .24s ease, filter .24s ease;
}

.cx-hero-top a:hover,
.cx-feature-copy a:hover,
.cx-about-preview a:hover,
.cx-primary-action:hover,
.cx-detail-side a:hover,
.cx-form button:hover {
    transform: translateY(-3px);
    filter: saturate(1.15);
    box-shadow: 0 24px 76px rgba(255,102,31,.34), 0 0 46px rgba(255,196,107,.14);
}

@media (min-width: 761px) {
    .cx-hero-top a {
        display: none;
    }
}

.cx-hero-copy {
    display: grid;
    justify-items: center;
    padding: 42px 0 18px;
    text-align: center;
}

.cx-hero-copy > p:first-child {
    margin: 0 0 24px;
    color: rgba(255,255,255,.76);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.cx-hero h1 {
    max-width: 1080px;
    margin: 0;
    font-size: clamp(44px, 5.8vw, 92px);
    line-height: .92;
    letter-spacing: -.055em;
    color: #fff;
    text-wrap: balance;
    text-shadow: 0 24px 90px rgba(0,0,0,.55);
    white-space: pre-line;
}

.cx-giant {
    width: 100%;
    margin: 16px 0 12px;
    color: transparent;
    background-image: linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.03)), var(--hero-image);
    background-size: cover;
    background-position: center 56%;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(82px, 15vw, 210px);
    line-height: .72;
    font-weight: 950;
    letter-spacing: -.085em;
    text-transform: uppercase;
    filter: drop-shadow(0 32px 90px rgba(0,0,0,.55));
}

.cx-lead {
    max-width: 760px;
    margin: 0;
    color: rgba(245,248,251,.78);
    font-size: clamp(17px, 1.4vw, 22px);
    line-height: 1.6;
}

.cx-hero-console {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid rgba(255,255,255,.13);
    background: rgba(2,6,9,.36);
    backdrop-filter: blur(18px);
    box-shadow: 0 34px 110px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.08);
}

.cx-hero-console div {
    min-height: 86px;
    display: grid;
    align-content: center;
    gap: 8px;
    padding: 24px;
    border-right: 1px solid rgba(255,255,255,.1);
}

.cx-hero-console div:last-child {
    border-right: 0;
}

.cx-hero-console strong {
    color: var(--cx-cyan);
    font-size: clamp(26px, 3.4vw, 48px);
    line-height: 1;
}

.cx-hero-console span {
    color: rgba(255,255,255,.64);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.cx-service-preview,
.cx-fleet-showcase,
.cx-values,
.cx-related-services {
    min-height: 100svh;
    display: grid;
    align-content: center;
    padding: 96px 0 56px;
}

.cx-service-deep {
    display: contents;
}

.cx-section-head {
    max-width: 900px;
    margin-bottom: 46px;
}

.cx-section-head h2,
.cx-story-copy h2,
.cx-feature-copy h2,
.cx-about-preview h2,
.cx-zone-map h2,
.cx-contact-info h2,
.cx-support-availability h2,
.cx-detail-main h2,
.cx-philosophy h2,
.cx-final-cta h2,
.cx-mission h2 {
    margin: 12px 0 0;
    color: #fff;
    font-size: clamp(34px, 4.7vw, 76px);
    line-height: .98;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.cx-section-head p,
.cx-story-copy p,
.cx-about-preview p,
.cx-zone-map p,
.cx-contact-info p,
.cx-support-availability p,
.cx-philosophy p,
.cx-final-cta p {
    max-width: 720px;
    color: var(--cx-muted);
    font-size: 17px;
    line-height: 1.72;
}

.cx-feature-stack,
.cx-services .cx-feature-row {
    display: grid;
}

.cx-feature-stack {
    gap: 28px;
}

.cx-home .cx-service-preview .cx-feature-stack {
    grid-template-columns: repeat(3, 1fr);
}

.cx-home .cx-service-preview .cx-feature-row {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
    align-self: stretch;
}

.cx-home .cx-service-preview .cx-feature-row.is-reverse .cx-feature-media {
    order: initial;
}

.cx-home .cx-service-preview .cx-feature-media {
    min-height: 34vh;
}

.cx-home .cx-service-preview .cx-feature-copy {
    min-height: 240px;
    display: grid;
    align-content: start;
}

.cx-home .cx-service-preview .cx-feature-row {
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    padding: 0 !important;
}

.cx-home .cx-service-preview .cx-feature-media {
    min-height: 250px !important;
}

.cx-feature-row {
    min-height: 100svh;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    align-items: center;
    gap: 54px;
    padding: 96px 0 56px;
}

.cx-feature-row.is-reverse {
    grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
}

.cx-feature-row.is-reverse .cx-feature-media {
    order: 2;
}

.cx-feature-media {
    position: relative;
    min-height: min(58vh, 560px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.04);
    box-shadow: 0 34px 110px rgba(0,0,0,.34);
}

.cx-feature-media img,
.cx-about-preview img,
.cx-image-tower img,
.cx-mini-service-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.04) contrast(1.08);
    transition: transform .55s ease, filter .55s ease;
}

.cx-feature-row:hover img,
.cx-about-preview:hover img,
.cx-mini-service-grid a:hover img {
    transform: scale(1.045);
    filter: saturate(1.14) contrast(1.08) brightness(1.04);
}

.cx-feature-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(2,6,9,.78)), radial-gradient(circle at 76% 70%, rgba(255,138,43,.23), transparent 25%);
}

.cx-feature-media span {
    position: absolute;
    left: 24px;
    bottom: 22px;
    z-index: 1;
    color: rgba(255,255,255,.82);
    font-size: clamp(34px, 6vw, 86px);
    font-weight: 950;
    letter-spacing: -.06em;
}

.cx-feature-copy {
    padding: 42px;
    border: 1px solid rgba(255,255,255,.12);
    background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 28px 90px rgba(0,0,0,.22);
    backdrop-filter: blur(18px);
}

.cx-feature-copy div,
.cx-feature-copy li,
.cx-detail-main,
.cx-detail-main p {
    color: var(--cx-muted);
    font-size: 17px;
    line-height: 1.72;
}

.cx-feature-copy ul {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 26px 0;
    list-style: none;
}

.cx-feature-copy li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--cx-amber);
    box-shadow: 0 0 24px rgba(255,138,43,.5);
}

.cx-split-story,
.cx-contact-board,
.cx-detail-experience {
    min-height: 100svh;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 44px;
    padding: 96px 0 56px;
}

.cx-command-panel,
.cx-philosophy,
.cx-support-availability,
.cx-zone-map,
.cx-detail-side,
.cx-form-wrap,
.cx-contact-info {
    position: relative;
    overflow: hidden;
    padding: 42px;
    border: 1px solid rgba(255,255,255,.13);
    background: rgba(255,255,255,.055);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 32px 100px rgba(0,0,0,.28);
    backdrop-filter: blur(20px);
}

.cx-screen-map {
    min-height: 360px;
    position: relative;
    overflow: hidden;
    margin-bottom: 28px;
    border: 1px solid rgba(127,220,255,.14);
    background:
        radial-gradient(circle at 50% 50%, rgba(127,220,255,.13), transparent 28%),
        repeating-radial-gradient(circle at 50% 50%, rgba(127,220,255,.18) 0 1px, transparent 1px 54px),
        linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
}

.cx-screen-map::after {
    content: "";
    position: absolute;
    inset: -40%;
    background: conic-gradient(from 20deg, transparent 0 72%, rgba(255,138,43,.28), rgba(127,220,255,.16), transparent);
    animation: cxRadar 12s linear infinite;
}

.cx-screen-map span {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--cx-amber);
    box-shadow: 0 0 32px rgba(255,138,43,.75);
}

.cx-screen-map span:nth-child(1) { left: 24%; top: 42%; }
.cx-screen-map span:nth-child(2) { left: 58%; top: 32%; }
.cx-screen-map span:nth-child(3) { left: 71%; top: 66%; }
.cx-screen-map span:nth-child(4) { left: 39%; top: 72%; }

.cx-command-panel ul,
.cx-zone-map ul,
.cx-detail-side ol {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cx-command-panel li,
.cx-zone-map li,
.cx-detail-side li,
.cx-contact-lines a,
.cx-contact-lines p {
    display: block;
    padding: 16px 0;
    color: rgba(255,255,255,.78);
    border-bottom: 1px solid rgba(255,255,255,.1);
    font-size: 15px;
}

.cx-command-panel strong {
    margin-right: 16px;
    color: var(--cx-cyan);
}

.cx-fleet-grid,
.cx-value-grid,
.cx-mini-service-grid,
.cx-mission {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.cx-mission {
    min-height: 100svh;
    align-content: center;
    padding: 96px 0 56px;
}

.cx-fleet-grid article,
.cx-value-grid article,
.cx-mini-service-grid a,
.cx-mission article {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    padding: 30px;
    border: 1px solid rgba(255,255,255,.13);
    background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 24px 90px rgba(0,0,0,.26);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.cx-fleet-grid article:hover,
.cx-value-grid article:hover,
.cx-mini-service-grid a:hover,
.cx-mission article:hover {
    transform: translateY(-7px);
    border-color: rgba(255,138,43,.35);
    box-shadow: 0 34px 110px rgba(0,0,0,.36), 0 0 70px rgba(255,138,43,.1);
}

.cx-fleet-grid article {
    padding: 0;
}

.cx-fleet-grid article > img {
    position: absolute;
    inset: 0;
}

.cx-fleet-grid article .cx-fleet-orbit,
.cx-fleet-grid article span,
.cx-fleet-grid article h3,
.cx-fleet-grid article p {
    position: relative;
    z-index: 2;
}

.cx-fleet-orbit {
    width: 190px;
    aspect-ratio: 1;
    margin: 28px 28px 86px;
    border-radius: 50%;
    border: 1px solid rgba(127,220,255,.18);
    background:
        repeating-radial-gradient(circle, rgba(127,220,255,.16) 0 1px, transparent 1px 28px),
        conic-gradient(from 180deg, transparent, rgba(255,138,43,.22), transparent);
    animation: cxRadar 16s linear infinite;
}

.cx-fleet-grid span,
.cx-value-grid strong,
.cx-mini-service-grid span {
    color: var(--cx-cyan);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.cx-fleet-grid h3,
.cx-value-grid h3,
.cx-mini-service-grid strong,
.cx-detail-side h3 {
    margin: 12px 0;
    color: #fff;
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: -.03em;
}

.cx-fleet-grid article span,
.cx-fleet-grid article h3,
.cx-fleet-grid article p {
    display: block;
    margin-left: 28px;
    margin-right: 28px;
}

.cx-fleet-grid p,
.cx-value-grid p {
    color: var(--cx-muted);
    line-height: 1.65;
}

.cx-about-preview,
.cx-philosophy,
.cx-support-availability,
.cx-zone-map {
    min-height: 100svh;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
    gap: 36px;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 96px;
    padding-bottom: 56px;
}

.cx-about-preview {
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.13);
    background: rgba(255,255,255,.055);
}

.cx-about-preview img {
    min-height: 560px;
}

.cx-about-preview div {
    padding: 44px;
}

.cx-image-tower {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 16px;
}

.cx-image-tower img {
    min-height: 460px;
    border: 1px solid rgba(255,255,255,.13);
}

.cx-image-tower img:first-child {
    margin-top: 78px;
}

.cx-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 22px;
}

.cx-form label {
    display: grid;
    gap: 8px;
}

.cx-form label.wide,
.cx-form button {
    grid-column: 1 / -1;
}

.cx-form span {
    color: rgba(255,255,255,.72);
    font-size: 12px;
    font-weight: 800;
}

.cx-form input,
.cx-form textarea {
    width: 100%;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 0;
    background: rgba(0,0,0,.25);
    color: #fff;
    padding: 15px 16px;
    outline: 0;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.cx-form input:focus,
.cx-form textarea:focus {
    border-color: rgba(127,220,255,.42);
    box-shadow: 0 0 0 4px rgba(10,132,255,.1);
}

.cx-final-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    overflow: hidden;
    min-height: 100svh;
    margin-top: 0;
    margin-bottom: 0;
    padding: 54px;
    border: 1px solid rgba(255,255,255,.14);
    background:
        radial-gradient(circle at 78% 50%, rgba(255,138,43,.2), transparent 34%),
        rgba(255,255,255,.055);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 34px 120px rgba(0,0,0,.34);
    backdrop-filter: blur(22px);
}

.cx-cta-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    margin-top: 22px;
}

.cx-cta-meta a,
.cx-cta-meta strong {
    color: rgba(255,255,255,.84);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .05em;
}

.cx-cta-meta a {
    color: var(--cx-cyan);
}

.cx-detail-main {
    padding: 44px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.045);
}

.cx-richtext h1,
.cx-richtext h2,
.cx-richtext h3,
.cx-richtext h4 {
    color: #fff;
}

.cx-richtext a {
    color: var(--cx-cyan);
}

[data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .75s ease, transform .75s ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

.cx-presentation-ready .cx-panel {
    position: absolute !important;
    inset: 0 !important;
    width: min(100% - 56px, 1400px);
    height: 100svh !important;
    min-height: 100svh !important;
    margin-inline: auto !important;
    padding-top: 96px !important;
    padding-bottom: 54px !important;
    overflow: hidden auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, 100%, 0) scale(.985);
    transition:
        transform .82s cubic-bezier(.22, 1, .36, 1),
        opacity .5s ease,
        visibility .82s step-end;
    will-change: transform, opacity;
}

.cx-presentation-ready .cx-panel.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
    transition:
        transform .82s cubic-bezier(.22, 1, .36, 1),
        opacity .5s ease,
        visibility 0s step-start;
}

.cx-presentation-ready[data-direction="down"] .cx-panel.is-before,
.cx-presentation-ready[data-direction="up"] .cx-panel.is-after {
    transform: translate3d(0, -100%, 0) scale(.985);
}

.cx-presentation-ready[data-direction="down"] .cx-panel.is-after,
.cx-presentation-ready[data-direction="up"] .cx-panel.is-before {
    transform: translate3d(0, 100%, 0) scale(.985);
}

.cx-presentation-ready .cx-hero.cx-panel {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cx-presentation-ready .cx-hero .cx-hero-inner {
    height: 100%;
    display: grid;
    align-content: center;
}

.cx-panel-dots {
    position: fixed;
    z-index: 920;
    right: 22px;
    top: 50%;
    display: grid;
    gap: 10px;
    transform: translateY(-50%);
}

.cx-panel-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.42);
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.cx-panel-dots button.is-active {
    transform: scale(1.55);
    border-color: rgba(255,138,43,.88);
    background: var(--cx-amber);
    box-shadow: 0 0 22px rgba(255,138,43,.44);
}

@keyframes cxRadar {
    to { transform: rotate(360deg); }
}

@keyframes cxWater {
    from { transform: translateX(-2%) skewY(-3deg); }
    to { transform: translateX(2%) skewY(-3deg); }
}

@keyframes cxPulse {
    from { opacity: .42; transform: scale(.96); }
    to { opacity: .82; transform: scale(1.05); }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }

    [data-reveal] {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 1180px) {
    .tt-brand .tm-mainbar {
        grid-template-columns: auto auto !important;
    }

    .tt-brand .tm-nav,
    .tt-brand .tm-request,
    .tt-brand .tm-language {
        display: none !important;
    }

    .tt-brand .tm-menu {
        display: inline-grid !important;
    }

    .cx-feature-row,
    .cx-feature-row.is-reverse,
    .cx-split-story,
    .cx-contact-board,
    .cx-detail-experience,
    .cx-about-preview,
    .cx-philosophy,
    .cx-support-availability,
    .cx-zone-map {
        grid-template-columns: 1fr;
    }

    .cx-feature-row.is-reverse .cx-feature-media {
        order: initial;
    }

    .cx-fleet-grid,
    .cx-value-grid,
    .cx-mini-service-grid,
    .cx-mission,
    .cx-home .cx-service-preview .cx-feature-stack {
        grid-template-columns: 1fr;
    }

    .cx-home .cx-service-preview {
        min-height: auto;
    }

    .cx-home .cx-service-preview .cx-feature-row {
        min-height: auto;
    }
}

@media (max-width: 1400px) {
    .cx-panel-dots {
        display: none;
    }
}

@media (max-width: 760px) {
    .tt-brand .tm-header {
        padding: 10px 0 !important;
    }

    .tt-brand .tm-mainbar {
        width: calc(100% - 28px) !important;
        height: 54px !important;
    }

    .tt-brand .tm-logo img {
        width: 208px !important;
        height: 52px !important;
    }

    .tt-brand .tm-menu {
        width: 48px !important;
        height: 48px !important;
    }

    .cx-hero {
        min-height: 900px;
        padding-top: 86px;
    }

    .cx-hero-inner,
    .cx-service-preview,
    .cx-split-story,
    .cx-fleet-showcase,
    .cx-about-preview,
    .cx-service-deep,
    .cx-zone-map,
    .cx-contact-board,
    .cx-support-availability,
    .cx-detail-experience,
    .cx-related-services,
    .cx-mission,
    .cx-values,
    .cx-philosophy,
    .cx-final-cta {
        width: calc(100% - 28px);
    }

    .cx-hero-top {
        min-height: 86px;
        align-items: flex-start;
        padding-top: 12px;
    }

    .cx-hero-top a {
        max-width: 150px;
        min-height: 46px;
        padding: 0 14px;
        text-align: center;
        line-height: 1.08;
    }

    .cx-hero-copy {
        padding: 58px 0 22px;
    }

    .cx-hero h1 {
        font-size: clamp(38px, 12vw, 58px);
        line-height: .98;
        letter-spacing: -.045em;
    }

    .cx-giant {
        font-size: clamp(62px, 24vw, 98px);
        line-height: .76;
        letter-spacing: -.065em;
    }

    .cx-lead {
        font-size: 16px;
    }

    .cx-hero-console {
        display: none;
    }

    .cx-hero-console div {
        min-height: 82px;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.1);
    }

    .cx-service-preview,
    .cx-service-deep,
    .cx-fleet-showcase,
    .cx-values,
    .cx-related-services,
    .cx-split-story,
    .cx-contact-board,
    .cx-detail-experience {
        padding: 68px 0;
    }

    .cx-home .cx-service-preview {
        min-height: 100svh;
    }

    .cx-section-head h2,
    .cx-story-copy h2,
    .cx-feature-copy h2,
    .cx-about-preview h2,
    .cx-zone-map h2,
    .cx-contact-info h2,
    .cx-support-availability h2,
    .cx-detail-main h2,
    .cx-philosophy h2,
    .cx-final-cta h2,
    .cx-mission h2 {
        font-size: clamp(32px, 10vw, 48px);
        line-height: 1;
    }

    .cx-feature-stack,
    .cx-service-deep {
        gap: 44px;
    }

    .cx-feature-media {
        min-height: 360px;
    }

    .cx-feature-copy,
    .cx-command-panel,
    .cx-philosophy,
    .cx-support-availability,
    .cx-zone-map,
    .cx-detail-side,
    .cx-form-wrap,
    .cx-contact-info,
    .cx-detail-main,
    .cx-about-preview div,
    .cx-final-cta {
        padding: 26px;
    }

    .cx-screen-map {
        min-height: 260px;
    }

    .cx-about-preview img,
    .cx-image-tower img {
        min-height: 300px;
    }

    .cx-image-tower {
        grid-template-columns: 1fr;
    }

    .cx-image-tower img:first-child {
        margin-top: 0;
    }

    .cx-form {
        grid-template-columns: 1fr;
    }

    .cx-final-cta {
        display: grid;
    }
}

/* Home services preview must remain one fullscreen presentation panel. */
.cx-home .cx-service-preview .cx-section-head {
    max-width: 760px !important;
    margin-bottom: 24px !important;
}

.cx-home .cx-service-preview .cx-section-head h2 {
    font-size: clamp(34px, 3.8vw, 58px) !important;
}

.cx-home .cx-service-preview .cx-section-head p {
    font-size: 15px !important;
    line-height: 1.55 !important;
}

.cx-home .cx-service-preview .cx-feature-media {
    min-height: 230px !important;
    height: 230px !important;
}

.cx-home .cx-service-preview .cx-feature-copy {
    min-height: 250px !important;
    padding: 24px !important;
}

.cx-home .cx-service-preview .cx-feature-copy h2 {
    font-size: 30px !important;
    line-height: 1.02 !important;
}

.cx-home .cx-service-preview .cx-feature-copy div {
    font-size: 15px !important;
    line-height: 1.55 !important;
}

@media (max-width: 1180px) {
    .cx-home .cx-service-preview {
        min-height: 100svh !important;
    }
}

@media (max-width: 760px) {
    .cx-home .cx-service-preview {
        min-height: 100svh !important;
    }

    .cx-home .cx-service-preview .cx-feature-stack {
        display: flex !important;
        gap: 16px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding-bottom: 12px !important;
        scrollbar-width: none !important;
    }

    .cx-home .cx-service-preview .cx-feature-stack::-webkit-scrollbar {
        display: none !important;
    }

    .cx-home .cx-service-preview .cx-feature-row {
        flex: 0 0 82% !important;
    }

    .cx-home .cx-service-preview .cx-feature-media {
        min-height: 180px !important;
        height: 180px !important;
    }

    .cx-home .cx-service-preview .cx-feature-copy {
        min-height: 245px !important;
        padding: 22px !important;
    }

    .cx-home .cx-service-preview .cx-feature-copy h2 {
        font-size: 26px !important;
    }

    .cx-home-about .cx-screen-map {
        min-height: 210px !important;
    }

    .cx-home-detail,
    .cx-home-detail.is-reverse,
    .cx-home-zones,
    .cx-split-story {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .cx-home-detail.is-reverse .cx-detail-visual {
        order: initial;
    }

    .cx-home-detail {
        padding-top: 150px;
        padding-bottom: 28px;
    }

    .cx-detail-visual {
        min-height: 255px;
    }

    .cx-detail-visual .cx-visual3d-tug {
        top: 56%;
        width: 390px;
        height: 205px;
    }

    .cx-detail-visual-label {
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 12px 14px;
    }

    .cx-detail-copy {
        padding: 22px;
    }

    .cx-detail-copy h2 {
        font-size: 30px;
    }

    .cx-detail-copy p,
    .cx-detail-copy li {
        font-size: 15px;
        line-height: 1.5;
    }

    .cx-detail-copy ul {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 16px;
    }

    .cx-detail-copy li {
        min-height: auto;
        padding: 12px 14px;
    }
}

/* Final controlled fullpage and premium navigation pass */
html.cx-lock-scroll,
body.cx-lock-scroll {
    height: 100vh !important;
    overflow: hidden !important;
}

.tt-brand .tm-header {
    background:
        linear-gradient(180deg, rgba(2, 8, 13, .92), rgba(2, 8, 13, .58) 72%, transparent) !important;
}

.tt-brand .tm-mainbar {
    height: 64px !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 0 !important;
    padding: 0 14px !important;
    background: rgba(3, 12, 20, .34) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 18px 60px rgba(0,0,0,.22) !important;
    backdrop-filter: blur(20px);
}

.tt-brand .tm-logo img {
    width: 226px !important;
}

.tt-brand .tm-nav {
    gap: 34px !important;
}

.tt-brand .tm-nav a {
    position: relative;
    padding: 22px 0 !important;
    color: rgba(240,247,255,.76) !important;
}

.tt-brand .tm-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--cx-amber), transparent);
    opacity: 0;
    transform: scaleX(.45);
    transition: opacity .22s ease, transform .22s ease;
}

.tt-brand .tm-nav a:hover::after,
.tt-brand .tm-nav a.is-active::after {
    opacity: 1;
    transform: scaleX(1);
}

.tt-brand .tm-nav a.is-active {
    color: #fff !important;
}

.tt-brand .tm-request {
    background: rgba(255,138,43,.14) !important;
    border-color: rgba(255,138,43,.45) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 0 42px rgba(255,138,43,.13) !important;
}

.tt-brand .tm-drawer nav a.is-active {
    color: var(--cx-amber) !important;
}

.cx-presentation-ready .cx-panel {
    overflow: hidden !important;
    transition:
        transform .9s cubic-bezier(.19, 1, .22, 1),
        opacity .55s ease,
        filter .9s cubic-bezier(.19, 1, .22, 1),
        visibility .9s step-end;
}

.cx-presentation-ready .cx-panel.is-active {
    filter: blur(0);
    transition:
        transform .9s cubic-bezier(.19, 1, .22, 1),
        opacity .55s ease,
        filter .9s cubic-bezier(.19, 1, .22, 1),
        visibility 0s step-start;
}

.cx-presentation-ready[data-direction="down"] .cx-panel.is-before,
.cx-presentation-ready[data-direction="up"] .cx-panel.is-after {
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(0, -35%, 0) scale(.94);
}

.cx-presentation-ready[data-direction="down"] .cx-panel.is-after,
.cx-presentation-ready[data-direction="up"] .cx-panel.is-before {
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(0, 100%, 0) scale(.97);
}

.cx-service-preview {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cx-home-service-slider {
    position: relative;
    min-height: min(62vh, 610px);
    display: grid;
    align-items: stretch;
}

.cx-service-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
    gap: 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(34px) scale(.985);
    transition: opacity .45s ease, transform .55s cubic-bezier(.19, 1, .22, 1), visibility .55s step-end;
}

.cx-service-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0) scale(1);
    transition: opacity .45s ease, transform .55s cubic-bezier(.19, 1, .22, 1), visibility 0s step-start;
}

.cx-service-slide-visual,
.cx-service-slide-copy {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.13);
    background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.026));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 30px 100px rgba(0,0,0,.32);
}

.cx-service-slide-visual {
    min-height: min(62vh, 610px);
    background:
        radial-gradient(circle at 70% 22%, rgba(255,138,43,.13), transparent 28%),
        linear-gradient(180deg, rgba(5,19,31,.82), rgba(1,5,9,.96));
}

.cx-service-slide-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent),
        radial-gradient(circle at 76% 34%, rgba(255,138,43,.2), transparent 28%);
    mix-blend-mode: screen;
    transform: translateX(-70%);
    animation: cxSweep 5s ease-in-out infinite;
}

.cx-service-slide-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.1) brightness(.84);
}

.cx-service-hud {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    border: 1px solid rgba(255,255,255,.13);
    background: rgba(2,8,13,.58);
    backdrop-filter: blur(18px);
}

.cx-service-hud span {
    color: var(--cx-cyan);
    font-size: 30px;
    font-weight: 950;
}

.cx-service-hud strong {
    color: #fff;
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.cx-service-slide-copy {
    display: grid;
    align-content: center;
    padding: 42px;
}

.cx-service-slide-copy p {
    color: var(--cx-cyan);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.cx-service-slide-copy h2 {
    margin: 10px 0 18px;
    color: #fff;
    font-size: clamp(42px, 4.6vw, 74px);
    line-height: .94;
    letter-spacing: -.05em;
}

.cx-service-slide-copy div,
.cx-service-slide-copy li {
    color: var(--cx-muted);
    font-size: 16px;
    line-height: 1.65;
}

.cx-service-slide-copy ul {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 26px 0 0;
    list-style: none;
}

.cx-service-slide-copy li {
    padding: 12px 0;
    border-top: 1px solid rgba(255,255,255,.1);
}

.cx-service-slider-controls {
    position: absolute;
    z-index: 4;
    right: 24px;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.cx-service-slider-controls button {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    color: #fff;
    background: rgba(2,8,13,.58);
    cursor: pointer;
    backdrop-filter: blur(14px);
}

.cx-service-slider-controls > div {
    display: flex;
    gap: 8px;
}

.cx-service-slider-controls [data-service-dot] {
    width: 8px;
    height: 8px;
    border-color: rgba(255,255,255,.34);
    background: rgba(255,255,255,.16);
}

.cx-service-slider-controls [data-service-dot].is-active {
    background: var(--cx-amber);
    border-color: rgba(255,138,43,.9);
    box-shadow: 0 0 18px rgba(255,138,43,.45);
}

.cx-micro-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.cx-micro-labels span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid rgba(127,220,255,.18);
    color: rgba(220,242,255,.78);
    background: rgba(127,220,255,.055);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .13em;
}

.cx-home-detail {
    min-height: 100svh;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
    align-items: center;
    gap: 46px;
    padding: 96px 0 56px;
}

.cx-home-detail.is-reverse {
    grid-template-columns: minmax(380px, .95fr) minmax(0, 1.05fr);
}

.cx-home-detail.is-reverse .cx-detail-visual {
    order: 2;
}

.cx-detail-visual {
    position: relative;
    min-height: min(62vh, 620px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    background:
        radial-gradient(circle at 64% 44%, rgba(255,138,43,.13), transparent 28%),
        linear-gradient(180deg, rgba(4,15,24,.88), rgba(1,5,9,.96));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 34px 120px rgba(0,0,0,.34);
}

.cx-detail-visual img,
.cx-image-map img,
.cx-fleet-grid article > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.08) brightness(.82);
}

.cx-detail-visual::after,
.cx-image-map::after,
.cx-fleet-grid article::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(2,6,9,.72), rgba(2,6,9,.14) 56%, rgba(2,6,9,.68)),
        linear-gradient(180deg, transparent 48%, rgba(2,6,9,.82));
}

.cx-detail-visual-label {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    border: 1px solid rgba(255,255,255,.13);
    background: rgba(2,8,13,.62);
    backdrop-filter: blur(18px);
}

.cx-detail-visual-label strong {
    color: var(--cx-cyan);
    font-size: clamp(30px, 3.8vw, 58px);
    line-height: 1;
}

.cx-detail-visual-label span {
    color: #fff;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.cx-detail-copy {
    position: relative;
    overflow: hidden;
    padding: 44px;
    border: 1px solid rgba(255,255,255,.13);
    background:
        linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.026)),
        radial-gradient(circle at 92% 14%, rgba(255,138,43,.1), transparent 26%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 28px 90px rgba(0,0,0,.24);
    backdrop-filter: blur(20px);
}

.cx-detail-copy > span {
    color: var(--cx-cyan);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.cx-detail-copy h2 {
    margin: 14px 0 18px;
    color: #fff;
    font-size: clamp(38px, 4.4vw, 72px);
    line-height: .96;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.cx-detail-copy p,
.cx-detail-copy li {
    color: var(--cx-muted);
    font-size: 16px;
    line-height: 1.65;
}

.cx-detail-copy ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 0;
    margin: 28px 0 0;
    list-style: none;
}

.cx-detail-copy li {
    min-height: 74px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(0,0,0,.16);
}

.cx-detail-copy li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--cx-amber);
    box-shadow: 0 0 24px rgba(255,138,43,.48);
}

.cx-why-turkey-tugs .cx-value-grid article {
    min-height: 380px;
}

.cx-home-zones .cx-screen-map {
    min-height: min(58vh, 560px);
    margin-bottom: 0;
}

.cx-image-map {
    padding: 0;
}

.cx-image-map img {
    position: absolute;
    inset: 0;
}

.cx-image-map span {
    z-index: 2;
}

.cx-home-zones ul {
    margin-top: 28px;
}

.cx-visual3d {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 68% 38%, rgba(255,138,43,.16), transparent 22%),
        radial-gradient(circle at 34% 38%, rgba(127,220,255,.1), transparent 26%),
        linear-gradient(180deg, #06121d, #020609 76%);
    perspective: 1000px;
    transform-style: preserve-3d;
}

.cx-hero .cx-visual3d {
    z-index: -1;
    opacity: .82;
}

.cx-visual3d::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 86px 86px;
    opacity: .65;
}

.cx-visual3d-radar {
    position: absolute;
    right: -12%;
    top: 5%;
    width: min(58vw, 660px);
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid rgba(127,220,255,.12);
    background:
        repeating-radial-gradient(circle, rgba(127,220,255,.16) 0 1px, transparent 1px 72px),
        conic-gradient(from 110deg, transparent, rgba(127,220,255,.14), rgba(255,138,43,.22), transparent 22%);
    animation: cxRadar 16s linear infinite;
}

.cx-visual3d-sea {
    position: absolute;
    left: -12%;
    right: -12%;
    bottom: -8%;
    height: 46%;
    background:
        linear-gradient(180deg, rgba(2,6,9,0), rgba(4,22,32,.9)),
        repeating-linear-gradient(168deg, rgba(127,220,255,.18) 0 2px, transparent 2px 30px);
    transform: rotateX(66deg) translateY(32px);
    transform-origin: center top;
    filter: blur(.1px);
}

.cx-visual3d-sea span {
    position: absolute;
    left: 12%;
    right: 12%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(127,220,255,.34), transparent);
    animation: cxWater 5s ease-in-out infinite alternate;
}

.cx-visual3d-sea span:nth-child(1) { top: 22%; }
.cx-visual3d-sea span:nth-child(2) { top: 42%; animation-delay: -.8s; }
.cx-visual3d-sea span:nth-child(3) { top: 61%; animation-delay: -1.4s; }
.cx-visual3d-sea span:nth-child(4) { top: 78%; animation-delay: -2s; }

.cx-visual3d-tug {
    position: absolute;
    left: 50%;
    top: 56%;
    width: min(54vw, 640px);
    height: 310px;
    transform-style: preserve-3d;
    transform: translate(-50%, -50%) rotateX(58deg) rotateZ(-1deg);
    filter: drop-shadow(0 36px 70px rgba(0,0,0,.52));
    animation: cxTugFloat 5.2s ease-in-out infinite;
}

.cx-tug-shadow {
    position: absolute;
    left: 11%;
    right: 10%;
    bottom: 28px;
    height: 62px;
    border-radius: 50%;
    background: rgba(0,0,0,.45);
    filter: blur(18px);
}

.cx-tug-hull {
    position: absolute;
    left: 6%;
    right: 6%;
    bottom: 62px;
    height: 88px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.18), transparent 30%),
        linear-gradient(90deg, #071018, #18384b 36%, #ff7a24 58%, #ffbf6f 68%, #0d1d28);
    clip-path: polygon(0 18%, 76% 18%, 100% 0, 91% 62%, 20% 100%, 4% 76%);
    box-shadow: inset 0 -22px 38px rgba(0,0,0,.45), 0 20px 70px rgba(255,112,31,.16);
    transform: translateZ(24px);
}

.cx-tug-deck {
    position: absolute;
    left: 18%;
    right: 21%;
    bottom: 140px;
    height: 40px;
    background: linear-gradient(180deg, #dfeaf1, #8597a3);
    clip-path: polygon(6% 100%, 15% 0, 86% 0, 100% 100%);
    transform: translateZ(62px);
}

.cx-tug-cabin {
    position: absolute;
    left: 31%;
    bottom: 174px;
    width: 32%;
    height: 92px;
    background: linear-gradient(180deg, #f6fbff, #9badb8);
    clip-path: polygon(13% 100%, 21% 12%, 77% 0, 94% 100%);
    box-shadow: inset 0 -18px 24px rgba(6,20,32,.28);
    transform: translateZ(108px);
}

.cx-tug-cabin span {
    position: absolute;
    top: 29px;
    width: 17%;
    height: 18px;
    background: #07121b;
    box-shadow: inset 0 0 12px rgba(127,220,255,.2);
}

.cx-tug-cabin span:nth-child(1) { left: 22%; }
.cx-tug-cabin span:nth-child(2) { left: 43%; }
.cx-tug-cabin span:nth-child(3) { left: 64%; }

.cx-tug-mast {
    position: absolute;
    left: 50%;
    bottom: 260px;
    width: 6px;
    height: 96px;
    background: rgba(237,247,255,.82);
    transform: translateZ(132px);
}

.cx-tug-mast::before,
.cx-tug-mast::after {
    content: "";
    position: absolute;
    left: 50%;
    height: 4px;
    background: rgba(237,247,255,.8);
    transform: translateX(-50%);
}

.cx-tug-mast::before { top: 26px; width: 112px; }
.cx-tug-mast::after { top: 52px; width: 74px; }

.cx-tug-light {
    position: absolute;
    right: 14%;
    bottom: 166px;
    width: 260px;
    height: 92px;
    background: conic-gradient(from 178deg at left, rgba(255,138,43,.65), rgba(255,138,43,.12), transparent 46%);
    filter: blur(6px);
    transform: translateZ(120px);
    animation: cxSearch 3.8s ease-in-out infinite alternate;
}

.cx-tug-wake {
    position: absolute;
    left: 12%;
    right: 12%;
    bottom: 16px;
    height: 50px;
    background:
        linear-gradient(90deg, transparent, rgba(234,248,255,.35), transparent),
        repeating-linear-gradient(170deg, rgba(127,220,255,.2) 0 2px, transparent 2px 16px);
    filter: blur(2px);
    transform: translateZ(12px);
}

.cx-visual3d-port,
.cx-visual3d-vessel {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.cx-visual3d-port span {
    position: absolute;
    bottom: 35%;
    width: 10px;
    height: 110px;
    background: linear-gradient(180deg, #ffb86a, #ff6d22);
    box-shadow: 0 0 32px rgba(255,138,43,.38);
}

.cx-visual3d-port span:nth-child(1) { left: 12%; height: 84px; }
.cx-visual3d-port span:nth-child(2) { left: 17%; height: 132px; }
.cx-visual3d-port span:nth-child(3) { left: 22%; height: 96px; }

.cx-visual3d-vessel span {
    position: absolute;
    right: 9%;
    bottom: 38%;
    width: 34%;
    height: 62px;
    background: linear-gradient(180deg, #425869, #111923);
    clip-path: polygon(0 18%, 90% 18%, 100% 0, 94% 100%, 8% 100%);
    opacity: .75;
}

.cx-visual3d-vessel span:nth-child(2) {
    right: 12%;
    bottom: 46%;
    width: 20%;
    height: 50px;
    background: #d7e2e9;
    opacity: .9;
}

.cx-visual3d-vessel span:nth-child(3) {
    right: 15%;
    bottom: 52%;
    width: 14%;
    height: 28px;
    background: #07131d;
    opacity: .9;
}

.cx-visual3d-harbor .cx-visual3d-vessel,
.cx-visual3d-offshore .cx-visual3d-port {
    opacity: .22;
}

.cx-visual3d-vessel .cx-visual3d-port {
    opacity: .4;
}

.cx-visual3d-offshore .cx-visual3d-tug {
    width: min(48vw, 560px);
    transform: translate(-50%, -48%) rotateX(60deg) rotateZ(4deg);
}

.cx-visual3d-emergency {
    background:
        radial-gradient(circle at 70% 36%, rgba(255,138,43,.22), transparent 24%),
        radial-gradient(circle at 30% 42%, rgba(255,62,42,.1), transparent 25%),
        linear-gradient(180deg, #06111b, #020609 76%);
}

.cx-visual3d-emergency .cx-tug-light {
    width: 360px;
    opacity: .9;
    background: conic-gradient(from 178deg at left, rgba(255,184,106,.8), rgba(255,138,43,.22), transparent 48%);
}

.cx-visual3d-emergency .cx-visual3d-radar {
    border-color: rgba(255,138,43,.2);
    background:
        repeating-radial-gradient(circle, rgba(255,138,43,.16) 0 1px, transparent 1px 72px),
        conic-gradient(from 110deg, transparent, rgba(255,138,43,.28), rgba(127,220,255,.14), transparent 22%);
}

.cx-visual3d-label {
    position: absolute;
    left: 24px;
    top: 24px;
    display: grid;
    gap: 6px;
    padding: 13px 16px;
    border: 1px solid rgba(127,220,255,.22);
    background: rgba(2,8,13,.5);
    color: #fff;
    backdrop-filter: blur(14px);
}

.cx-visual3d-label strong {
    color: var(--cx-cyan);
    font-size: 12px;
    letter-spacing: .22em;
}

.cx-visual3d-label span {
    color: rgba(255,255,255,.6);
    font-size: 10px;
    letter-spacing: .14em;
}

@keyframes cxTugFloat {
    0%, 100% { margin-top: 0; }
    50% { margin-top: -10px; }
}

@keyframes cxSearch {
    from { opacity: .35; transform: translateZ(120px) rotate(-4deg); }
    to { opacity: .72; transform: translateZ(120px) rotate(6deg); }
}

@keyframes cxSweep {
    0%, 28% { transform: translateX(-80%); opacity: 0; }
    48% { opacity: .55; }
    72%, 100% { transform: translateX(80%); opacity: 0; }
}

@media (max-width: 760px) {
    .tt-brand .tm-mainbar {
        background: rgba(3, 12, 20, .48) !important;
    }

    .cx-presentation-ready .cx-panel {
        width: calc(100% - 28px);
        padding-top: 150px !important;
        overflow: hidden auto !important;
    }

    .cx-panel-dots {
        display: none;
    }

    .cx-home .cx-service-preview .cx-section-head h2 {
        font-size: 30px;
        line-height: .96;
    }

    .cx-home .cx-service-preview .cx-section-head > span {
        display: none;
    }

    .cx-home .cx-service-preview .cx-section-head p {
        font-size: 15px;
        line-height: 1.45;
    }

    .cx-home-service-slider {
        min-height: 585px;
    }

    .cx-service-slide {
        grid-template-columns: 1fr;
        grid-template-rows: 245px minmax(0, 1fr);
        gap: 0;
    }

    .cx-service-slide-visual {
        min-height: 245px;
        max-height: 245px;
    }

    .cx-service-slide-visual img {
        min-height: 230px;
        max-height: 230px;
    }

    .cx-service-slide-copy {
        padding: 18px 22px 76px;
    }

    .cx-service-slide-copy h2 {
        margin-bottom: 12px;
        font-size: 30px;
        line-height: .96;
    }

    .cx-service-slide-copy div,
    .cx-service-slide-copy li {
        font-size: 15px;
        line-height: 1.52;
    }

    .cx-service-slide-copy ul {
        gap: 0;
        margin-top: 16px;
    }

    .cx-service-slide-copy li {
        padding: 9px 0;
    }

    .cx-service-slider-controls {
        right: 16px;
        bottom: 16px;
    }

    .cx-service-hud {
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 12px 14px;
    }

    .cx-service-hud span {
        font-size: 22px;
    }

    .cx-service-hud strong {
        font-size: 10px;
    }

    .cx-service-slide-visual .cx-visual3d-tug {
        top: 54%;
        width: 360px;
        height: 195px;
    }

    .cx-service-slide-visual .cx-visual3d-radar {
        right: -42%;
        width: 420px;
    }

    .cx-service-slide-visual .cx-visual3d-label {
        top: 14px;
        left: 14px;
        padding: 10px 12px;
    }

    .cx-hero .cx-visual3d {
        opacity: .76;
    }

    .cx-hero .cx-visual3d-tug {
        top: 58%;
        width: 470px;
        height: 250px;
    }

    .cx-home-detail,
    .cx-home-detail.is-reverse,
    .cx-home-zones,
    .cx-split-story {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .cx-home-detail.is-reverse .cx-detail-visual {
        order: initial;
    }

    .cx-home-detail {
        padding-top: 150px;
        padding-bottom: 28px;
    }

    .cx-detail-visual {
        min-height: 245px;
    }

    .cx-detail-visual .cx-visual3d-tug {
        top: 56%;
        width: 370px;
        height: 195px;
    }

    .cx-detail-visual-label {
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 12px 14px;
    }

    .cx-detail-copy {
        padding: 20px;
    }

    .cx-detail-copy h2 {
        font-size: 29px;
    }

    .cx-detail-copy p,
    .cx-detail-copy li {
        font-size: 15px;
        line-height: 1.48;
    }

    .cx-detail-copy ul {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 16px;
    }

    .cx-detail-copy li {
        min-height: auto;
        padding: 11px 14px;
    }

    .cx-micro-labels {
        margin-top: 14px;
    }

    .cx-micro-labels span {
        min-height: 24px;
        font-size: 9px;
    }
}

/* Final cascade lock: reference homepage polish must win over legacy media rules */
.tt-brand .tm-topline {
    display: none !important;
}

.tt-brand .tm-header {
    top: 18px !important;
    width: min(92vw, 1480px) !important;
    background: transparent !important;
}

.tt-brand .tm-mainbar {
    height: 58px !important;
    padding: 0 22px !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    border-radius: 0 !important;
    background: rgba(2, 9, 15, .58) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 20px 70px rgba(0,0,0,.28) !important;
    backdrop-filter: blur(20px) !important;
}

.tt-brand .tm-logo img {
    width: 186px !important;
    max-height: 44px !important;
    object-fit: contain;
}

.tt-brand .tm-nav {
    gap: clamp(22px, 2.5vw, 42px) !important;
}

.tt-brand .tm-nav a {
    padding: 20px 0 !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    color: rgba(245,248,251,.82) !important;
}

.tt-brand .tm-language button,
.tt-brand .tm-request {
    min-height: 38px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
}

.tt-brand .tm-request {
    color: #101010 !important;
    background: linear-gradient(135deg, #ffb158, #ff8429) !important;
    border-color: rgba(255,177,88,.65) !important;
    box-shadow: 0 12px 34px rgba(255,132,41,.22), inset 0 1px 0 rgba(255,255,255,.28) !important;
}

.cx-home-deck .cx-panel {
    width: 100% !important;
    max-width: none !important;
    padding-left: clamp(64px, 6.4vw, 124px) !important;
    padding-right: clamp(52px, 5vw, 104px) !important;
    border-top: 1px solid rgba(255,255,255,.14);
}

.cx-presentation-ready .cx-home-deck .cx-panel::before {
    left: clamp(20px, 2.7vw, 48px) !important;
    top: clamp(112px, 14vh, 150px) !important;
    z-index: 10 !important;
    color: rgba(255,255,255,.22) !important;
    font-size: clamp(32px, 3.5vw, 54px) !important;
    font-weight: 950 !important;
}

.cx-presentation-ready .cx-home-deck .cx-panel.is-active::before {
    color: rgba(255,138,43,.92) !important;
}

.cx-hero-home {
    padding-top: 86px !important;
    isolation: isolate !important;
}

.cx-hero-home::before {
    z-index: 0 !important;
    background-image:
        linear-gradient(90deg, rgba(2,6,9,.94) 0%, rgba(2,6,9,.78) 31%, rgba(2,6,9,.24) 61%, rgba(2,6,9,.42) 100%),
        linear-gradient(180deg, rgba(2,6,9,.22) 0%, rgba(2,6,9,.05) 42%, rgba(2,6,9,.74) 100%),
        var(--hero-image) !important;
    background-position: center 48% !important;
    filter: saturate(1.18) contrast(1.08) brightness(1.06) !important;
    transform: none !important;
}

.cx-hero-home::after,
.cx-hero-home .cx-atmosphere {
    z-index: 1 !important;
}

.cx-hero-home .cx-visual3d,
.cx-hero-home .cx-giant {
    display: none !important;
}

.cx-hero-home .cx-hero-inner {
    position: relative !important;
    z-index: 4 !important;
    min-height: calc(100svh - 86px) !important;
    align-content: center !important;
    padding: 0 !important;
}

.cx-hero-home .cx-hero-copy {
    position: relative !important;
    z-index: 5 !important;
    display: grid !important;
    max-width: min(650px, 48vw) !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.cx-hero-home .cx-hero-copy > p:first-child,
.cx-hero-home .cx-hero-top span {
    color: rgba(255,176,92,.95) !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: .23em !important;
}

.cx-hero-home h1 {
    max-width: 650px !important;
    margin: 16px 0 0 !important;
    color: #fff !important;
    font-size: clamp(50px, 6.1vw, 92px) !important;
    line-height: .94 !important;
    letter-spacing: -.055em !important;
    text-shadow: 0 18px 70px rgba(0,0,0,.52);
}

.cx-hero-home .cx-lead {
    max-width: 570px !important;
    margin-top: 20px !important;
    color: rgba(240,246,250,.82) !important;
    font-size: clamp(14px, 1.15vw, 17px) !important;
    line-height: 1.72 !important;
}

.cx-hero-home .cx-hero-console {
    position: absolute !important;
    right: clamp(86px, 8vw, 150px) !important;
    bottom: clamp(56px, 7vh, 92px) !important;
    z-index: 6 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(110px, 1fr)) !important;
    gap: 26px !important;
    width: min(520px, 42vw) !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.cx-hero-home .cx-hero-console div {
    padding-top: 12px;
    border-top: 1px solid rgba(255,138,43,.5);
}

.cx-hero-home .cx-hero-console strong {
    color: #ffad55 !important;
    font-size: clamp(20px, 2vw, 30px) !important;
}

.cx-services-board {
    width: 100% !important;
    max-width: 1390px !important;
    min-height: min(560px, 62vh) !important;
    display: grid !important;
    grid-template-columns: minmax(260px, 330px) minmax(0, 1fr) !important;
    align-items: center !important;
    gap: clamp(34px, 4vw, 74px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.cx-services-board-copy h2 {
    max-width: 330px !important;
    font-size: clamp(38px, 4.3vw, 64px) !important;
    line-height: .94 !important;
    letter-spacing: -.045em !important;
}

.cx-services-card-row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

.cx-service-card {
    min-height: clamp(390px, 49vh, 490px) !important;
    display: grid !important;
    grid-template-rows: 56% auto !important;
    overflow: hidden !important;
    padding: 0 !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    border-radius: 0 !important;
    background: rgba(6,17,27,.66) !important;
}

.cx-service-card figure {
    height: 100% !important;
    margin: 0 !important;
    border: 0 !important;
}

.cx-service-card img {
    filter: saturate(1.12) contrast(1.08) brightness(.98) !important;
    transform: scale(1.01) !important;
}

.cx-service-card > span,
.cx-service-card > h3,
.cx-service-card > p,
.cx-service-card > .cx-card-micro {
    position: relative !important;
    z-index: 3 !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.cx-service-card h3 {
    min-height: 58px;
    font-size: clamp(20px, 1.65vw, 27px) !important;
    line-height: 1.02 !important;
}

.cx-service-card p {
    display: -webkit-box;
    min-height: 76px;
    overflow: hidden;
    font-size: 13px !important;
    line-height: 1.52 !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.cx-card-micro {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 14px;
    margin-bottom: 20px;
}

.cx-card-micro em {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border: 1px solid rgba(255,138,43,.25);
    color: rgba(255,199,145,.86);
    background: rgba(255,138,43,.065);
    font-size: 8px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .12em;
}

.cx-home-detail,
.cx-home-detail.is-reverse {
    grid-template-columns: 1fr !important;
    align-content: center !important;
    gap: 0 !important;
    padding-top: 110px !important;
    padding-bottom: 56px !important;
}

.cx-home-detail.is-reverse .cx-detail-visual {
    order: 0 !important;
}

.cx-home-detail .cx-detail-visual {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 26.5vh !important;
    bottom: 17vh !important;
    min-height: 390px !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.cx-home-detail .cx-detail-visual img {
    filter: saturate(1.16) contrast(1.12) brightness(.95) !important;
}

.cx-home-detail .cx-detail-visual::after {
    background:
        linear-gradient(90deg, rgba(2,7,11,.9) 0%, rgba(2,7,11,.76) 29%, rgba(2,7,11,.16) 55%, rgba(2,7,11,.34) 100%),
        linear-gradient(180deg, rgba(2,7,11,.16), rgba(2,7,11,.66)) !important;
}

.cx-home-detail .cx-detail-visual-label {
    display: none !important;
}

.cx-home-detail .cx-detail-copy {
    z-index: 3 !important;
    width: min(500px, 42vw) !important;
    margin-left: clamp(78px, 9vw, 150px) !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

.cx-home-detail .cx-detail-copy h2 {
    max-width: 500px !important;
    font-size: clamp(31px, 3vw, 48px) !important;
    line-height: .98 !important;
    text-transform: uppercase;
}

.cx-home-detail .cx-detail-copy ul {
    grid-template-columns: 1fr !important;
    gap: 5px !important;
}

.cx-home-detail .cx-detail-copy li {
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    font-size: 12px !important;
}

@media (max-width: 980px) {
    .cx-home-deck .cx-panel {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }

    .cx-services-board {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }

    .cx-services-card-row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        max-height: 58vh;
        overflow: hidden auto;
    }

    .cx-hero-home .cx-hero-copy {
        max-width: min(640px, 86vw) !important;
    }

    .cx-hero-home .cx-hero-console {
        display: none !important;
    }

    .cx-home-detail .cx-detail-copy {
        width: min(540px, 82vw) !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 760px) {
    .tt-brand .tm-header {
        top: 12px !important;
        width: calc(100vw - 24px) !important;
    }

    .tt-brand .tm-mainbar {
        height: 56px !important;
        padding: 0 14px !important;
    }

    .tt-brand .tm-logo img {
        width: 154px !important;
    }

    .cx-home-deck .cx-panel {
        padding-top: 96px !important;
    }

    .cx-presentation-ready .cx-home-deck .cx-panel::before {
        top: 84px !important;
        left: 18px !important;
        font-size: 28px !important;
    }

    .cx-hero-home h1 {
        font-size: clamp(42px, 12vw, 64px) !important;
    }

    .cx-services-card-row {
        display: flex !important;
        gap: 12px !important;
        overflow: auto hidden !important;
        padding-bottom: 10px !important;
    }

    .cx-service-card {
        flex: 0 0 78vw;
        min-height: 360px !important;
    }

    .cx-home-detail .cx-detail-visual {
        top: 22vh !important;
        bottom: 10vh !important;
        min-height: 58vh !important;
    }

    .cx-home-detail .cx-detail-copy h2 {
        font-size: 30px !important;
    }
}

/* Premium final header layer - EOF lock. */
body.tt-brand .tm-header {
    position: fixed !important;
    top: clamp(18px, 2.7vh, 30px) !important;
    left: max(22px, calc((100vw - 1700px) / 2 + 22px)) !important;
    right: max(22px, calc((100vw - 1700px) / 2 + 22px)) !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    padding: 0 !important;
    transform: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    z-index: 9999 !important;
}

body.tt-brand .tm-header::before {
    content: "" !important;
    position: absolute !important;
    inset: -18px -22px -28px !important;
    pointer-events: none !important;
    background:
        radial-gradient(circle at 8% 0%, rgba(255,145,48,.16), transparent 28%),
        linear-gradient(180deg, rgba(1,7,12,.82), rgba(1,7,12,.28) 72%, transparent) !important;
    z-index: -1 !important;
}

body.tt-brand .tm-mainbar {
    position: relative !important;
    width: 100% !important;
    height: 72px !important;
    display: grid !important;
    grid-template-columns: minmax(220px, 300px) 1fr minmax(240px, 330px) !important;
    align-items: center !important;
    gap: clamp(18px, 2.2vw, 42px) !important;
    padding: 0 clamp(18px, 1.8vw, 30px) !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    border-radius: 0 !important;
    background:
        linear-gradient(180deg, rgba(7,18,29,.72), rgba(3,10,18,.58)),
        rgba(3,12,20,.64) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.08),
        inset 0 -1px 0 rgba(255,138,43,.08),
        0 24px 90px rgba(0,0,0,.42) !important;
    backdrop-filter: blur(22px) saturate(1.14) !important;
    -webkit-backdrop-filter: blur(22px) saturate(1.14) !important;
}

body.tt-brand .tm-mainbar::after {
    content: "" !important;
    position: absolute !important;
    left: clamp(18px, 1.8vw, 30px) !important;
    right: clamp(18px, 1.8vw, 30px) !important;
    bottom: 0 !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, rgba(255,138,43,.55), transparent) !important;
    opacity: .75 !important;
    pointer-events: none !important;
}

body.tt-brand .tm-logo {
    justify-self: start !important;
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
}

body.tt-brand .tm-logo img {
    width: clamp(210px, 15vw, 260px) !important;
    height: 56px !important;
    max-height: 56px !important;
    object-fit: contain !important;
    object-position: left center !important;
    filter: brightness(0) invert(1) drop-shadow(0 14px 28px rgba(0,0,0,.38)) !important;
}

body.tt-brand .tm-nav {
    justify-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(18px, 2vw, 36px) !important;
}

body.tt-brand .tm-nav a {
    position: relative !important;
    height: 72px !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 !important;
    color: rgba(246,250,252,.76) !important;
    background: transparent !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    letter-spacing: .035em !important;
    text-transform: none !important;
    text-shadow: 0 10px 28px rgba(0,0,0,.34) !important;
    transition: color .22s ease, text-shadow .22s ease !important;
}

body.tt-brand .tm-nav a::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: 17px !important;
    width: 28px !important;
    height: 2px !important;
    background: #ff9a3d !important;
    box-shadow: 0 0 18px rgba(255,138,43,.75) !important;
    opacity: 0 !important;
    transform: translateX(-50%) scaleX(.35) !important;
    transition: opacity .22s ease, transform .22s ease !important;
}

body.tt-brand .tm-nav a:hover,
body.tt-brand .tm-nav a.is-active {
    color: #fff !important;
    text-shadow: 0 0 26px rgba(255,138,43,.28) !important;
}

body.tt-brand .tm-nav a:hover::after,
body.tt-brand .tm-nav a.is-active::after {
    opacity: 1 !important;
    transform: translateX(-50%) scaleX(1) !important;
}

body.tt-brand .tm-right {
    justify-self: end !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

body.tt-brand .tm-language button {
    min-height: 42px !important;
    padding: 0 15px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    color: #fff !important;
    background: rgba(255,255,255,.075) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08) !important;
}

body.tt-brand .tm-request {
    min-height: 42px !important;
    padding: 0 20px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255,169,75,.72) !important;
    color: #120c08 !important;
    background: linear-gradient(135deg, #ffc06c, #ff8a2b 58%, #ff771f) !important;
    box-shadow:
        0 16px 36px rgba(255,117,31,.28),
        inset 0 1px 0 rgba(255,255,255,.38) !important;
    font-size: 12px !important;
    font-weight: 950 !important;
}

body.tt-brand .tm-menu {
    border-radius: 18px !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.035)),
        rgba(6,17,28,.74) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.12),
        0 16px 42px rgba(0,0,0,.32) !important;
    backdrop-filter: blur(18px) !important;
}

body.tt-brand .tm-menu span {
    width: 25px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: 0 0 16px rgba(255,255,255,.24) !important;
}

@media (max-width: 1180px) {
    body.tt-brand .tm-header {
        top: clamp(14px, 2.2vh, 24px) !important;
        left: clamp(14px, 3vw, 24px) !important;
        right: clamp(14px, 3vw, 24px) !important;
    }

    body.tt-brand .tm-mainbar {
        height: 74px !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        padding: 0 clamp(16px, 3vw, 28px) !important;
    }

    body.tt-brand .tm-nav,
    body.tt-brand .tm-language,
    body.tt-brand .tm-request {
        display: none !important;
    }

    body.tt-brand .tm-right {
        grid-column: 2 !important;
        justify-self: end !important;
        width: auto !important;
        gap: 0 !important;
    }

    body.tt-brand .tm-menu {
        position: static !important;
        display: inline-flex !important;
        width: 58px !important;
        height: 58px !important;
        margin: 0 !important;
        transform: none !important;
    }
}

@media (max-width: 760px) {
    body.tt-brand .tm-header {
        top: 12px !important;
        left: 12px !important;
        right: 12px !important;
    }

    body.tt-brand .tm-header::before {
        inset: -12px -12px -20px !important;
    }

    body.tt-brand .tm-mainbar {
        height: 64px !important;
        padding: 0 14px !important;
        background:
            linear-gradient(180deg, rgba(7,18,29,.80), rgba(3,10,18,.64)),
            rgba(3,12,20,.70) !important;
    }

    body.tt-brand .tm-logo img {
        width: clamp(178px, 50vw, 218px) !important;
        height: 48px !important;
        max-height: 48px !important;
    }

    body.tt-brand .tm-menu {
        width: 50px !important;
        height: 50px !important;
        border-radius: 16px !important;
    }
}

/* Safe visual repair after aborted broad polish pass. */
body.tt-brand .cx-home-deck .cx-panel:not(.cx-hero)::before,
body.tt-brand.cx-presentation-ready .cx-home-deck .cx-panel:not(.cx-hero)::before {
    content: none !important;
    display: none !important;
}

body.tt-brand .cx-home-deck .cx-hero.cx-panel::before,
body.tt-brand.cx-presentation-ready .cx-home-deck .cx-hero.cx-panel::before {
    content: "" !important;
    display: block !important;
}

body.tt-brand .cx-home-detail .cx-detail-visual,
body.tt-brand .cx-home-detail.is-reverse .cx-detail-visual {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
    border: 0 !important;
    z-index: 0 !important;
}

body.tt-brand .cx-home-detail .cx-detail-visual img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

body.tt-brand .cx-home-detail .cx-detail-copy {
    position: relative !important;
    z-index: 5 !important;
}
