/* Turkey Tugs modern site layer
   Loaded after legacy styles. Keep all overrides scoped to body.tt-brand. */

.tt-brand {
    --bg: #f5f7f8;
    --ink: #061f45;
    --muted: #647782;
    --line: #dce7eb;
    --navy: #061f45;
    --navy-2: #0a3264;
    --aqua: #0d7fc3;
    --orange: #0d7fc3;
    --white: #ffffff;
    background: var(--bg) !important;
    color: var(--ink);
    font-family: Inter, Arial, sans-serif !important;
}

.tt-brand .page-wrapper {
    background: var(--bg) !important;
    overflow: hidden;
}

.tt-brand a {
    text-decoration: none;
}

/* Header / footer alternate direction */
.tt-brand .tm-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 1200;
    padding: 0 max(28px, calc((100vw - 1360px) / 2));
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid rgba(6,31,69,.1);
    box-shadow: 0 18px 44px rgba(6,31,69,.08);
    backdrop-filter: blur(16px);
    pointer-events: auto;
}
.tt-brand .tm-topline {
    height: 0;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 22px;
    color: rgba(255,255,255,.72);
    background: #061f45;
    border: 1px solid rgba(255,255,255,.1);
    border-bottom: 0;
    border-radius: 22px 22px 0 0;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    pointer-events: auto;
}
.tt-brand .tm-mainbar {
    height: 96px;
    display: grid;
    grid-template-columns: 350px 1fr auto;
    align-items: center;
    gap: 22px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    pointer-events: auto;
}
.tt-brand .tm-header.is-scrolled {
    padding-top: 0;
}
.tt-brand .tm-header.is-scrolled .tm-topline {
    display: none;
}
.tt-brand .tm-header.is-scrolled .tm-mainbar {
    height: 82px;
    border-radius: 0;
}
.tt-brand .tm-logo img {
    width: 330px;
    height: 90px;
    object-fit: contain;
    object-position: left center;
    display: block;
}
.tt-brand .tm-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.tt-brand .tm-nav a,
.tt-brand .tm-nav-services > a {
    height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    color: #061f45;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
}
.tt-brand .tm-nav a:hover,
.tt-brand .tm-nav-services:hover > a {
    color: #fff;
    background: #061f45;
}
.tt-brand .tm-nav-services {
    position: relative;
}
.tt-brand .tm-services-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    min-width: 270px;
    padding: 10px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(9,36,51,.18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: .2s ease;
}
.tt-brand .tm-nav-services:hover .tm-services-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.tt-brand .tm-services-menu a {
    display: block;
    height: auto;
    padding: 11px 12px;
    color: #061f45 !important;
    border-radius: 12px;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0;
}
.tt-brand .tm-services-menu a:hover {
    color: #fff !important;
    background: #0a3264;
}
.tt-brand .tm-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tt-brand .tm-request {
    height: 46px;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    color: #fff;
    background: #061f45;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
}
.tt-brand .tm-language {
    position: relative;
}
.tt-brand .tm-language button {
    height: 46px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    color: #061f45;
    background: #edf4f6;
    border-radius: 4px;
    font-weight: 900;
}
.tt-brand .tm-language img {
    width: 22px;
    height: 16px;
    object-fit: cover;
}
.tt-brand .tm-language > div {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: grid;
    gap: 4px;
    min-width: 160px;
    padding: 8px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(9,36,51,.18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: .2s ease;
}
.tt-brand .tm-language:hover > div {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.tt-brand .tm-language a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px;
    color: #102635;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 800;
}
.tt-brand .tm-language a:hover,
.tt-brand .tm-language a.active {
    color: #fff;
    background: #0d3345;
}
.tt-brand .tm-menu {
    display: none;
}
.tt-brand .tm-drawer,
.tt-brand .tm-shade {
    display: none;
}

.tt-brand .tm-footer {
    padding: 78px max(28px, calc((100vw - 1360px) / 2)) 30px;
    color: #061f45;
    background:
        linear-gradient(180deg, #ffffff 0%, #eef4f7 100%);
    border-top: 1px solid #d8e6eb;
}
.tt-brand .tm-footer-marquee {
    margin-bottom: 18px;
    color: rgba(6,31,69,.06);
    font-size: clamp(54px, 10vw, 150px);
    line-height: .82;
    font-weight: 900;
    letter-spacing: -.03em;
    white-space: nowrap;
}
.tt-brand .tm-footer-board {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 22px;
    align-items: stretch;
}
.tt-brand .tm-footer-start,
.tt-brand .tm-footer-map {
    border: 1px solid #d8e6eb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 54px rgba(9,36,51,.06);
}
.tt-brand .tm-footer-start {
    padding: 38px;
}
.tt-brand .tm-footer-start img {
    width: min(500px, 100%);
    height: auto;
    margin-bottom: 30px;
}
.tt-brand .tm-footer-start h2 {
    max-width: 680px;
    margin: 0 0 16px;
    color: #061f45;
    font-size: clamp(30px, 3.6vw, 52px);
    line-height: 1;
    font-weight: 900;
}
.tt-brand .tm-footer-start p {
    max-width: 620px;
    margin: 0 0 24px;
    color: #647782;
    line-height: 1.68;
}
.tt-brand .tm-footer-start a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    color: #fff;
    background: #061f45;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.tt-brand .tm-footer-map {
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
}
.tt-brand .tm-footer-map div {
    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: center;
    gap: 16px;
    padding: 26px 30px;
    border-bottom: 1px solid #e1edf1;
}
.tt-brand .tm-footer-map div:last-child {
    border-bottom: 0;
}
.tt-brand .tm-footer-map span {
    color: #0d7fc3;
    font-weight: 900;
}
.tt-brand .tm-footer-map strong {
    color: #061f45;
    font-size: 22px;
    line-height: 1.1;
}
.tt-brand .tm-footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr 1.2fr;
    gap: 34px;
    padding: 44px 0 28px;
}
.tt-brand .tm-footer-links div {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.tt-brand .tm-footer-links h3 {
    margin: 0 0 10px;
    color: #061f45;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.tt-brand .tm-footer-links a,
.tt-brand .tm-footer-links p {
    margin: 0;
    color: #647782;
    font-size: 14px;
    line-height: 1.55;
}
.tt-brand .tm-footer-links a:hover {
    color: #061f45;
}
.tt-brand .tm-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding-top: 22px;
    border-top: 1px solid #d8e6eb;
    color: #7a8c96;
    font-size: 13px;
}

/* Header */
.tt-brand .ttg-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 1000;
    height: 76px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
    padding: 0 max(24px, calc((100vw - 1280px) / 2));
    background: rgba(7, 20, 30, .92);
    border-bottom: 1px solid rgba(255,255,255,.1);
    backdrop-filter: blur(14px);
}

.tt-brand .ttg-header.is-scrolled {
    height: 70px;
    background: rgba(8, 29, 42, .96);
    box-shadow: 0 18px 60px rgba(8,29,42,.22);
}

.tt-brand .ttg-brand img {
    height: 40px;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
}

.tt-brand .ttg-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.tt-brand .ttg-nav a,
.tt-brand .ttg-nav-group > a {
    height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 11px;
    color: rgba(255,255,255,.76);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
    border-radius: 999px;
}

.tt-brand .ttg-nav a:hover,
.tt-brand .ttg-nav-group:hover > a {
    color: #fff;
    background: rgba(255,255,255,.1);
}

.tt-brand .ttg-nav-group {
    position: relative;
}

.tt-brand .ttg-dropdown {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    min-width: 270px;
    padding: 10px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(8,29,42,.22);
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: .2s ease;
}

.tt-brand .ttg-nav-group:hover .ttg-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.tt-brand .ttg-dropdown a {
    display: block;
    height: auto;
    padding: 11px 12px;
    color: var(--ink) !important;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 12px;
}

.tt-brand .ttg-dropdown a:hover {
    color: #fff !important;
    background: var(--navy-2);
}

.tt-brand .ttg-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tt-brand .ttg-header-cta {
    height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    color: #fff;
    background: var(--orange);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.tt-brand .ttg-lang { position: relative; }
.tt-brand .ttg-lang-btn {
    height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    color: #fff;
    background: rgba(255,255,255,.1);
    border-radius: 999px;
}
.tt-brand .ttg-lang-btn img,
.tt-brand .ttg-lang-menu img {
    width: 22px;
    height: 16px;
    object-fit: cover;
}
.tt-brand .ttg-lang-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    min-width: 160px;
    display: grid;
    gap: 4px;
    padding: 8px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(8,29,42,.22);
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: .2s ease;
}
.tt-brand .ttg-lang:hover .ttg-lang-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.tt-brand .ttg-lang-menu a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px;
    color: var(--ink);
    border-radius: 12px;
    font-size: 13px;
    font-weight: 800;
}
.tt-brand .ttg-lang-menu a:hover,
.tt-brand .ttg-lang-menu a.active {
    color: #fff;
    background: var(--navy-2);
}

.tt-brand .ttg-menu-button { display: none; }
.tt-brand .ttg-mobile-panel,
.tt-brand .ttg-mobile-shade { display: none; }

/* Home hero */
.tt-brand .ttg-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    padding: 122px 0 48px;
    color: #fff;
    background:
        radial-gradient(circle at 82% 18%, rgba(23,167,181,.22), transparent 34%),
        linear-gradient(135deg, #07141e 0%, #0b2838 54%, #07141e 100%);
}

.tt-brand .ttg-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.55), transparent 88%);
}

.tt-brand .ttg-hero-inner {
    position: relative;
    z-index: 2;
    width: min(100% - 56px, 1280px);
    margin: 0 auto;
}

.tt-brand .ttg-hero-copy {
    max-width: 690px;
}

.tt-brand .ttg-hero-stage {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(460px, .9fr);
    gap: 56px;
    align-items: center;
}

.tt-brand .ttg-hero-copy > span,
.tt-brand .ttg-intro-copy > span,
.tt-brand .ttg-section-head > span,
.tt-brand .ttg-process-copy > span,
.tt-brand .ttg-cta span,
.tt-brand .ttg-footer-top span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #60dce2;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.tt-brand .ttg-hero-copy > span::before,
.tt-brand .ttg-intro-copy > span::before,
.tt-brand .ttg-section-head > span::before,
.tt-brand .ttg-process-copy > span::before,
.tt-brand .ttg-cta span::before {
    content: "";
    width: 34px;
    height: 2px;
    background: currentColor;
}

.tt-brand .ttg-hero-copy h1 {
    margin: 16px 0 18px;
    color: #fff;
    font-size: clamp(42px, 4.8vw, 68px);
    line-height: .96;
    font-weight: 900;
    letter-spacing: 0;
}

.tt-brand .ttg-hero-copy p {
    max-width: 600px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 16px;
    line-height: 1.68;
}

.tt-brand .ttg-hero-media {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 32px;
    background: rgba(255,255,255,.08);
    box-shadow: 0 32px 110px rgba(0,0,0,.38);
}
.tt-brand .ttg-hero-media::before {
    content: "";
    position: absolute;
    inset: 14px;
    z-index: 2;
    pointer-events: none;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 24px;
}
.tt-brand .ttg-hero-media img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    display: block;
}
.tt-brand .ttg-hero-media-caption {
    position: absolute;
    z-index: 3;
    left: 28px;
    right: 28px;
    bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 22px;
    border-radius: 20px;
    background: rgba(7,20,30,.84);
    backdrop-filter: blur(14px);
}
.tt-brand .ttg-hero-media-caption span {
    color: rgba(255,255,255,.62);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.tt-brand .ttg-hero-media-caption strong {
    max-width: 260px;
    color: #fff;
    font-size: 24px;
    line-height: 1.05;
    text-align: right;
}

.tt-brand .ttg-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.tt-brand .ttg-primary,
.tt-brand .ttg-secondary,
.tt-brand .ttg-cta a,
.tt-brand .ttg-footer-top a {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.tt-brand .ttg-primary,
.tt-brand .ttg-cta a,
.tt-brand .ttg-footer-top a {
    color: #fff;
    background: var(--orange);
}

.tt-brand .ttg-secondary {
    color: #fff;
    border: 1px solid rgba(255,255,255,.28);
    background: rgba(255,255,255,.1);
}

.tt-brand .ttg-slider-thumbs {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 24px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(14px);
}
.tt-brand .ttg-slider-thumbs div {
    min-height: 96px;
    position: relative;
    overflow: hidden;
    padding: 22px;
    border-right: 1px solid rgba(255,255,255,.12);
}
.tt-brand .ttg-slider-thumbs div:last-child { border-right: 0; }
.tt-brand .ttg-slider-thumbs span {
    display: block;
    margin-top: 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.15;
}
.tt-brand .ttg-slider-thumbs strong {
    display: block;
    color: #60dce2;
    font-size: 20px;
    line-height: 1;
}

/* Home body */
.tt-brand .ttg-intro,
.tt-brand .ttg-section,
.tt-brand .ttg-cta {
    width: min(100% - 56px, 1280px);
    margin-left: auto;
    margin-right: auto;
}

.tt-brand .ttg-intro {
    position: relative;
    z-index: 3;
    margin-top: -38px;
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 26px 70px rgba(10,35,50,.12);
}

.tt-brand .ttg-intro-media { min-height: 360px; }
.tt-brand .ttg-intro-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tt-brand .ttg-intro-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 58px;
}
.tt-brand .ttg-intro-copy > span,
.tt-brand .ttg-section-head > span,
.tt-brand .ttg-process-copy > span,
.tt-brand .ttg-cta span { color: var(--aqua); }

.tt-brand .ttg-intro-copy h2,
.tt-brand .ttg-section-head h2,
.tt-brand .ttg-process-copy h2,
.tt-brand .ttg-cta h2 {
    margin: 14px 0;
    color: var(--ink);
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.02;
    font-weight: 900;
}

.tt-brand .ttg-intro-copy p,
.tt-brand .ttg-cta p {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.68;
}

.tt-brand .ttg-section { padding: 92px 0; }
.tt-brand .ttg-section-head {
    max-width: 760px;
    margin-bottom: 34px;
}

.tt-brand .ttg-services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.tt-brand .ttg-service {
    display: grid;
    grid-template-rows: 240px 1fr;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(10,35,50,.07);
}
.tt-brand .ttg-service img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tt-brand .ttg-service div { padding: 24px; }
.tt-brand .ttg-service span,
.tt-brand .ttg-area span {
    color: var(--aqua);
    font-size: 12px;
    font-weight: 900;
}
.tt-brand .ttg-service h3 {
    margin: 10px 0;
    color: var(--ink);
    font-size: 23px;
    line-height: 1.08;
    font-weight: 900;
}
.tt-brand .ttg-service p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.tt-brand .ttg-process {
    padding: 94px max(28px, calc((100vw - 1280px) / 2));
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 54px;
    background: var(--navy);
}
.tt-brand .ttg-process-copy h2 { color: #fff; }
.tt-brand .ttg-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.tt-brand .ttg-process-grid div {
    min-height: 280px;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 24px;
    background: rgba(255,255,255,.06);
}
.tt-brand .ttg-process-grid b { color: var(--orange); }
.tt-brand .ttg-process-grid h3 {
    margin: 62px 0 12px;
    color: #fff;
    font-size: 23px;
}
.tt-brand .ttg-process-grid p {
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 14px;
    line-height: 1.55;
}

.tt-brand .ttg-areas-wrap { padding-bottom: 76px; }
.tt-brand .ttg-areas {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.tt-brand .ttg-area {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    border-radius: 26px;
    background: var(--navy);
}
.tt-brand .ttg-area::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8,29,42,.05), rgba(8,29,42,.9));
}
.tt-brand .ttg-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tt-brand .ttg-area div {
    position: absolute;
    z-index: 2;
    left: 22px;
    right: 22px;
    bottom: 22px;
}
.tt-brand .ttg-area h3 {
    margin: 10px 0 0;
    color: #fff;
    font-size: 21px;
    line-height: 1.08;
}

.tt-brand .ttg-cta {
    margin-bottom: 98px;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 26px 70px rgba(10,35,50,.11);
}
.tt-brand .ttg-cta img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}
.tt-brand .ttg-cta div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 62px;
}
.tt-brand .ttg-cta p { margin-bottom: 26px; }
.tt-brand .ttg-cta a { align-self: flex-start; }

/* Inner pages */
.tt-brand .cl-page-banner {
    padding: 128px 0 46px !important;
    background:
        linear-gradient(135deg, rgba(8,29,42,.96), rgba(13,51,69,.92)),
        url("/uploads/slider/hero_port.jpg") center / cover no-repeat !important;
}
.tt-brand .cl-page-banner-inner {
    background: transparent !important;
    padding: 0 !important;
}
.tt-brand .cl-page-banner-title {
    color: #fff !important;
    font-size: clamp(34px, 4.2vw, 58px) !important;
    line-height: 1 !important;
}
.tt-brand .cl-page-banner-nav,
.tt-brand .cl-page-banner-nav a,
.tt-brand .cl-page-banner-nav span {
    color: rgba(255,255,255,.72) !important;
}
.tt-brand .cl-inner-page {
    background: var(--bg) !important;
}
.tt-brand .cl-section {
    padding: 76px 0 !important;
}
.tt-brand .cl-container {
    width: min(100% - 56px, 1280px) !important;
    max-width: none !important;
}
.tt-brand .cl-section-header.center {
    text-align: left !important;
}
.tt-brand .cl-badge {
    color: var(--aqua) !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
}
.tt-brand .cl-heading {
    color: var(--ink) !important;
    font-size: clamp(32px, 4vw, 54px) !important;
    line-height: 1.02 !important;
    font-weight: 900 !important;
}
.tt-brand .cl-lead {
    color: var(--muted) !important;
    font-size: 16px !important;
    line-height: 1.68 !important;
}
.tt-brand .cl-services-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
}
.tt-brand .cl-service-card {
    min-height: auto !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid var(--line) !important;
    border-radius: 26px !important;
    background: #fff !important;
    box-shadow: 0 18px 48px rgba(10,35,50,.07) !important;
    transform: none !important;
}
.tt-brand .cl-service-card::before { display: none !important; }
.tt-brand .cl-service-media {
    display: block !important;
    height: 220px !important;
    margin: 0 !important;
    border-radius: 0 !important;
}
.tt-brand .cl-service-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.tt-brand .cl-service-index,
.tt-brand .cl-service-icon {
    display: none !important;
}
.tt-brand .cl-service-name,
.tt-brand .cl-service-desc,
.tt-brand .cl-service-link {
    color: var(--ink) !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
}
.tt-brand .cl-service-name {
    padding-top: 22px !important;
    font-size: 22px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
}
.tt-brand .cl-service-desc {
    color: var(--muted) !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
}
.tt-brand .cl-service-link {
    padding-bottom: 22px !important;
    color: var(--orange) !important;
    font-weight: 900 !important;
}
.tt-brand .cl-detail-layout {
    display: grid !important;
    grid-template-columns: 310px 1fr !important;
    gap: 34px !important;
}
.tt-brand .cl-sidebar-card,
.tt-brand .cl-sidebar-cta,
.tt-brand .cl-detail-main,
.tt-brand .cl-content-body {
    border: 1px solid var(--line) !important;
    border-radius: 24px !important;
    background: #fff !important;
    box-shadow: 0 16px 46px rgba(10,35,50,.06) !important;
}
.tt-brand .cl-detail-main {
    padding: 28px !important;
}
.tt-brand .cl-detail-hero-img {
    overflow: hidden !important;
    border-radius: 22px !important;
    margin-bottom: 28px !important;
}
.tt-brand .cl-detail-hero-img img {
    width: 100% !important;
    max-height: 460px !important;
    object-fit: cover !important;
}
.tt-brand .cl-content-body {
    padding: 30px !important;
    color: var(--muted) !important;
    line-height: 1.75 !important;
}
.tt-brand .cl-content-body h2,
.tt-brand .cl-content-body h3 {
    color: var(--ink) !important;
    font-weight: 900 !important;
}

/* Footer */
.tt-brand .ttg-footer {
    padding: 0 max(24px, calc((100vw - 1280px) / 2));
    color: rgba(255,255,255,.68);
    background: var(--navy);
}
.tt-brand .ttg-footer-top {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
    padding: 70px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.tt-brand .ttg-footer-top h2 {
    max-width: 730px;
    margin: 12px 0 0;
    color: #fff;
    font-size: clamp(30px, 3.8vw, 52px);
    line-height: 1.04;
    font-weight: 900;
}
.tt-brand .ttg-footer-main {
    display: grid;
    grid-template-columns: 1.3fr .8fr .8fr 1fr;
    gap: 48px;
    padding: 58px 0;
}
.tt-brand .ttg-footer-brand img {
    height: 52px;
    width: auto;
    margin-bottom: 22px;
}
.tt-brand .ttg-footer-brand p,
.tt-brand .ttg-footer-col p {
    margin: 0;
    color: rgba(255,255,255,.62);
    line-height: 1.7;
}
.tt-brand .ttg-footer-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.tt-brand .ttg-footer-col h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.tt-brand .ttg-footer-col a {
    color: rgba(255,255,255,.62);
    font-size: 14px;
}
.tt-brand .ttg-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 0 34px;
    border-top: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.42);
    font-size: 13px;
}

@media (max-width: 1180px) {
    .tt-brand .tm-header {
        padding: 0 18px;
    }
    .tt-brand .tm-topline {
        display: none;
    }
    .tt-brand .tm-mainbar {
        height: 82px;
        border-radius: 0;
        grid-template-columns: minmax(0, 1fr) auto;
        justify-content: space-between;
    }
    .tt-brand .tm-logo img {
        width: 300px;
        height: 78px;
    }
    .tt-brand .tm-nav,
    .tt-brand .tm-request,
    .tt-brand .tm-language {
        display: none;
    }
    .tt-brand .tm-menu {
        width: 44px;
        height: 44px;
        display: grid;
        place-items: center;
        border-radius: 4px;
        background: #061f45;
    }
    .tt-brand .tm-menu span {
        width: 18px;
        height: 2px;
        display: block;
        margin: 2px 0;
        background: #fff;
    }
    .tt-brand .tm-drawer {
        position: fixed;
        z-index: 1300;
        top: 0;
        right: 0;
        bottom: 0;
        width: min(390px, 88vw);
        display: block;
        padding: 24px;
        background: #071923;
        transform: translateX(100%);
        transition: transform .25s ease;
    }
    .tt-brand .tm-drawer.is-open {
        transform: translateX(0);
    }
    .tt-brand .tm-drawer-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 28px;
    }
    .tt-brand .tm-drawer-head img {
        width: 250px;
        height: 72px;
        object-fit: contain;
        object-position: left center;
    }
    .tt-brand .tm-drawer-head button {
        color: #fff;
        font-size: 34px;
        background: transparent;
    }
    .tt-brand .tm-drawer nav {
        display: grid;
        gap: 8px;
    }
    .tt-brand .tm-drawer nav a {
        padding: 15px 0;
        color: #fff;
        border-bottom: 1px solid rgba(255,255,255,.1);
        font-weight: 800;
    }
    .tt-brand .tm-shade {
        position: fixed;
        inset: 0;
        z-index: 1290;
        display: none;
        background: rgba(0,0,0,.48);
    }
    .tt-brand .tm-shade.is-open {
        display: block;
    }
    .tt-brand .tm-footer-board,
    .tt-brand .tm-footer-links {
        grid-template-columns: 1fr;
    }
    .tt-brand .ttg-header {
        grid-template-columns: auto auto;
        justify-content: space-between;
    }
    .tt-brand .ttg-nav,
    .tt-brand .ttg-header-cta,
    .tt-brand .ttg-lang {
        display: none;
    }
    .tt-brand .ttg-menu-button {
        display: block;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: var(--orange);
    }
    .tt-brand .ttg-menu-button span {
        display: block;
        width: 18px;
        height: 2px;
        margin: 5px auto;
        background: #fff;
    }
    .tt-brand .ttg-mobile-panel {
        position: fixed;
        z-index: 1200;
        top: 0;
        right: 0;
        bottom: 0;
        width: min(390px, 88vw);
        display: block;
        padding: 24px;
        background: var(--navy);
        transform: translateX(100%);
        transition: transform .25s ease;
    }
    .tt-brand .ttg-mobile-panel.is-open { transform: translateX(0); }
    .tt-brand .ttg-mobile-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 26px;
    }
    .tt-brand .ttg-mobile-head img { height: 44px; width: auto; }
    .tt-brand .ttg-mobile-head button {
        color: #fff;
        font-size: 34px;
        background: transparent;
    }
    .tt-brand .ttg-mobile-panel nav {
        display: grid;
        gap: 8px;
    }
    .tt-brand .ttg-mobile-panel nav a {
        padding: 15px 0;
        color: #fff;
        border-bottom: 1px solid rgba(255,255,255,.1);
        font-weight: 800;
    }
    .tt-brand .ttg-mobile-shade {
        position: fixed;
        inset: 0;
        z-index: 1190;
        display: none;
        background: rgba(0,0,0,.48);
    }
    .tt-brand .ttg-mobile-shade.is-open { display: block; }
    .tt-brand .ttg-intro,
    .tt-brand .ttg-hero-stage,
    .tt-brand .ttg-process,
    .tt-brand .ttg-cta,
    .tt-brand .ttg-footer-top {
        grid-template-columns: 1fr;
    }
    .tt-brand .ttg-services,
    .tt-brand .cl-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .tt-brand .ttg-areas,
    .tt-brand .ttg-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .tt-brand .ttg-process-grid {
        grid-template-columns: 1fr;
    }
    .tt-brand .cl-detail-layout {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 760px) {
    .tt-brand .tm-mainbar {
        height: 74px;
        padding: 0;
    }
    .tt-brand .tm-logo img {
        width: 232px;
        height: 66px;
        object-fit: contain;
    }
    .tt-brand .tm-footer {
        padding: 52px 18px 28px;
    }
    .tt-brand .tm-footer-marquee {
        font-size: 54px;
        white-space: normal;
    }
    .tt-brand .tm-footer-start {
        padding: 24px;
    }
    .tt-brand .tm-footer-map div {
        grid-template-columns: 48px 1fr;
        padding: 22px;
    }
    .tt-brand .tm-footer-map strong {
        font-size: 20px;
    }
    .tt-brand .tm-footer-bottom {
        display: grid;
    }
    .tt-brand .ttg-header {
        height: 74px;
        padding: 0 18px;
    }
    .tt-brand .ttg-brand img { height: 40px; }
    .tt-brand .ttg-hero {
        min-height: auto;
        padding-top: 120px;
    }
    .tt-brand .ttg-hero-inner,
    .tt-brand .ttg-intro,
    .tt-brand .ttg-section,
    .tt-brand .ttg-cta,
    .tt-brand .cl-container {
        width: min(100% - 28px, 1280px) !important;
    }
    .tt-brand .ttg-hero-copy h1 {
        font-size: 40px;
    }
    .tt-brand .ttg-hero-media,
    .tt-brand .ttg-hero-media img {
        min-height: 360px;
    }
    .tt-brand .ttg-hero-media-caption {
        display: grid;
    }
    .tt-brand .ttg-hero-media-caption strong {
        text-align: left;
        font-size: 20px;
    }
    .tt-brand .ttg-slider-thumbs,
    .tt-brand .ttg-services,
    .tt-brand .ttg-areas,
    .tt-brand .ttg-footer-main,
    .tt-brand .cl-services-grid {
        grid-template-columns: 1fr !important;
    }
    .tt-brand .ttg-slider-thumbs { grid-template-columns: 1fr !important; }
    .tt-brand .ttg-intro-copy,
    .tt-brand .ttg-cta div {
        padding: 30px 22px;
    }
    .tt-brand .ttg-process {
        padding: 74px 14px;
    }
    .tt-brand .ttg-footer {
        padding-left: 18px;
        padding-right: 18px;
    }
    .tt-brand .ttg-footer-bottom {
        display: grid;
    }
}

/* Turkey Tugs v6 Apple-style product story */
.tt-brand {
    --tt6-black: #030507;
    --tt6-panel: #0b1118;
    --tt6-text: #f5f7f9;
    --tt6-muted: #a9b4bd;
    --tt6-blue: #0a84ff;
    --tt6-line: rgba(255,255,255,.14);
}

.tt-brand .tm-header {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    transform: none !important;
    background: rgba(3,5,7,.84) !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.1) !important;
    box-shadow: none !important;
    backdrop-filter: blur(22px) !important;
}

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

.tt-brand .tm-mainbar {
    width: min(100% - 48px, 1380px) !important;
    height: 62px !important;
    grid-template-columns: 230px 1fr auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.tt-brand .tm-logo {
    display: inline-flex !important;
    align-items: center !important;
    width: 210px !important;
    height: 48px !important;
    overflow: hidden !important;
}

.tt-brand .tm-logo img {
    width: 206px !important;
    height: 52px !important;
    object-fit: contain !important;
    object-position: left center !important;
    filter: brightness(0) invert(1) grayscale(1) contrast(1.5) !important;
    opacity: .94 !important;
}

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

.tt-brand .tm-nav a,
.tt-brand .tm-nav-services > a {
    height: 34px !important;
    color: rgba(255,255,255,.78) !important;
    background: transparent !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.tt-brand .tm-nav a:hover,
.tt-brand .tm-nav-services:hover > a {
    color: #fff !important;
}

.tt-brand .tm-nav a::after,
.tt-brand .tm-nav-services > a::after {
    display: none !important;
}

.tt-brand .tm-language button {
    height: 34px !important;
    color: #fff !important;
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(255,255,255,.1) !important;
}

.tt-brand .tm-request {
    height: 34px !important;
    padding: 0 14px !important;
    color: #fff !important;
    background: var(--tt6-blue) !important;
    border: 0 !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.tt-brand .tt6-home {
    background: var(--tt6-black);
    color: var(--tt6-text);
    font-family: Inter, Arial, sans-serif;
}

.tt-brand .tt6-hero {
    min-height: 780px;
    height: 100vh;
    max-height: 980px;
    position: relative;
    padding: 82px 0 72px;
    overflow: hidden;
    background: var(--tt6-black);
    isolation: isolate;
}

.tt-brand .tt6-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(circle at 50% 30%, rgba(10,132,255,.22), transparent 32%),
        linear-gradient(180deg, transparent 0%, rgba(3,5,7,.74) 76%, var(--tt6-black) 100%),
        var(--hero-img);
    background-size: cover;
    background-position: center;
    opacity: .42;
}

.tt-brand .tt6-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,.065) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, #000 0%, transparent 82%);
    opacity: .44;
}

.tt-brand .tt6-product-nav {
    width: min(100% - 56px, 1380px);
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 auto;
    color: rgba(255,255,255,.82);
    border-bottom: 1px solid rgba(255,255,255,.16);
}

.tt-brand .tt6-product-nav strong {
    color: #fff;
    font-size: 21px;
    font-weight: 800;
}

.tt-brand .tt6-product-nav div {
    display: flex;
    align-items: center;
    gap: 22px;
}

.tt-brand .tt6-product-nav a {
    color: rgba(255,255,255,.7);
    font-size: 12px;
    font-weight: 700;
}

.tt-brand .tt6-product-nav a:last-child {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    color: #fff;
    background: var(--tt6-blue);
    border-radius: 999px;
}

.tt-brand .tt6-stage {
    width: min(100% - 56px, 1380px);
    min-height: 620px;
    display: grid;
    align-content: center;
    margin: 0 auto;
}

.tt-brand .tt6-stage p {
    max-width: 780px;
    margin: 0 auto 34px;
    color: rgba(255,255,255,.78);
    font-size: clamp(22px, 3vw, 42px);
    line-height: 1.12;
    font-weight: 700;
    text-align: center;
    letter-spacing: -.02em;
}

.tt-brand .tt6-stage h1 {
    margin: 0;
    color: transparent;
    background-image: linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,0)), var(--hero-img);
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(96px, 18vw, 265px);
    line-height: .72;
    font-weight: 900;
    letter-spacing: -.09em;
    text-align: center;
    text-transform: uppercase;
    filter: drop-shadow(0 28px 80px rgba(10,132,255,.14));
}

.tt-brand .tt6-hero-bottom {
    width: min(100%, 920px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin: 46px auto 0;
    color: rgba(255,255,255,.72);
    text-align: center;
}

.tt-brand .tt6-hero-bottom span {
    max-width: 650px;
    font-size: 17px;
    line-height: 1.6;
}

.tt-brand .tt6-hero-bottom a,
.tt-brand .tt6-cta a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    color: #fff;
    background: var(--tt6-blue);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.tt-brand .tt6-reveal {
    padding: 90px 0 40px;
    background: var(--tt6-black);
}

.tt-brand .tt6-word {
    width: min(100% - 56px, 1380px);
    margin: 0 auto 22px;
    color: transparent;
    background-image: var(--word-img);
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(72px, 14vw, 210px);
    line-height: .82;
    font-weight: 900;
    letter-spacing: -.07em;
    text-transform: uppercase;
}

.tt-brand .tt6-story,
.tt-brand .tt6-services,
.tt-brand .tt6-fleet,
.tt-brand .tt6-process,
.tt-brand .tt6-why,
.tt-brand .tt6-coverage,
.tt-brand .tt6-vision,
.tt-brand .tt6-cta {
    width: min(100% - 56px, 1380px);
    margin: 0 auto;
}

.tt-brand .tt6-story {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 28px;
    align-items: stretch;
    padding: 70px 0;
}

.tt-brand .tt6-story-copy,
.tt-brand .tt6-process,
.tt-brand .tt6-coverage,
.tt-brand .tt6-cta {
    background:
        linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,.06) 1px, transparent 1px),
        #0a1017;
    background-size: 54px 54px;
    border: 1px solid var(--tt6-line);
}

.tt-brand .tt6-story-copy {
    display: grid;
    align-content: center;
    padding: 56px;
}

.tt-brand .tt6-story-copy span,
.tt-brand .tt6-coverage span {
    color: #72d7ff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.tt-brand .tt6-story h2,
.tt-brand .tt6-process h2,
.tt-brand .tt6-coverage h2,
.tt-brand .tt6-cta h2 {
    margin: 16px 0 0;
    color: #fff;
    font-size: clamp(42px, 5.2vw, 82px);
    line-height: .9;
    font-weight: 900;
    letter-spacing: -.05em;
}

.tt-brand .tt6-story p,
.tt-brand .tt6-cta p {
    max-width: 680px;
    margin: 24px 0 0;
    color: var(--tt6-muted);
    font-size: 17px;
    line-height: 1.7;
}

.tt-brand .tt6-feature img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    display: block;
}

.tt-brand .tt6-services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 40px 0 80px;
}

.tt-brand .tt6-service {
    min-height: 500px;
    display: grid;
    grid-template-rows: 280px 1fr;
    color: #fff;
    background: #0a1017;
    border: 1px solid var(--tt6-line);
    overflow: hidden;
}

.tt-brand .tt6-service img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tt-brand .tt6-service div {
    padding: 24px;
}

.tt-brand .tt6-service span {
    color: #72d7ff;
    font-size: 13px;
    font-weight: 900;
}

.tt-brand .tt6-service h3 {
    margin: 14px 0 12px;
    color: #fff;
    font-size: 26px;
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -.02em;
}

.tt-brand .tt6-service p {
    color: var(--tt6-muted);
    line-height: 1.6;
}

.tt-brand .tt6-fleet {
    position: relative;
    padding: 96px 0;
    overflow: hidden;
}

.tt-brand .tt6-fleet-word {
    position: absolute;
    top: 16px;
    left: 50%;
    width: 100vw;
    color: rgba(255,255,255,.055);
    font-size: clamp(70px, 13vw, 190px);
    line-height: .8;
    font-weight: 900;
    letter-spacing: -.08em;
    text-align: center;
    transform: translateX(-50%);
    pointer-events: none;
}

.tt-brand .tt6-fleet-head {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin-bottom: 34px;
}

.tt-brand .tt6-fleet-head span,
.tt-brand .tt6-coverage span {
    color: #72d7ff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.tt-brand .tt6-fleet-head h2 {
    margin: 18px 0 0;
    color: #fff;
    font-size: clamp(42px, 5.2vw, 82px);
    line-height: .92;
    font-weight: 900;
    letter-spacing: -.05em;
}

.tt-brand .tt6-fleet-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.tt-brand .tt6-fleet-grid article {
    min-height: 430px;
    display: flex;
    flex-direction: column;
    padding: 26px;
    border: 1px solid var(--tt6-line);
    background:
        radial-gradient(circle at 50% 0%, rgba(255,118,24,.18), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
    box-shadow: 0 30px 90px rgba(0,0,0,.18);
}

.tt-brand .tt6-vessel-mark {
    height: 128px;
    position: relative;
    margin-bottom: 28px;
    border-bottom: 1px solid var(--tt6-line);
}

.tt-brand .tt6-vessel-mark span {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 28px;
    height: 42px;
    border-radius: 42px 42px 12px 12px;
    background:
        linear-gradient(90deg, #18364d, #f36b23 55%, #ffb14d);
    box-shadow: 0 16px 50px rgba(255,118,24,.24);
}

.tt-brand .tt6-vessel-mark span::before {
    content: "";
    position: absolute;
    left: 18%;
    bottom: 42px;
    width: 34%;
    height: 34px;
    background: #dfe7ed;
    clip-path: polygon(8% 100%, 26% 0, 86% 0, 100% 100%);
}

.tt-brand .tt6-vessel-mark span::after {
    content: "";
    position: absolute;
    left: -8px;
    right: -8px;
    bottom: -16px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #72d7ff, transparent);
    box-shadow: 0 9px 24px rgba(114,215,255,.5);
}

.tt-brand .tt6-vessel-mark b {
    position: absolute;
    right: 0;
    top: 0;
    color: #72d7ff;
    font-size: 22px;
}

.tt-brand .tt6-fleet-grid h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 27px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.02em;
}

.tt-brand .tt6-fleet-grid dl {
    display: grid;
    gap: 1px;
    margin: auto 0 0;
    background: rgba(255,255,255,.1);
}

.tt-brand .tt6-fleet-grid dl div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    background: #0b1118;
}

.tt-brand .tt6-fleet-grid dt {
    color: rgba(255,255,255,.52);
    font-size: 12px;
}

.tt-brand .tt6-fleet-grid dd {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-align: right;
}

.tt-brand .tt6-process {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 40px;
    padding: 64px;
}

.tt-brand .tt6-process h2 {
    margin: 0;
}

.tt-brand .tt6-process > div {
    display: grid;
    gap: 12px;
}

.tt-brand .tt6-process article {
    display: grid;
    grid-template-columns: 70px 170px 1fr;
    gap: 22px;
    padding: 22px;
    border: 1px solid var(--tt6-line);
    background: rgba(255,255,255,.04);
}

.tt-brand .tt6-process b {
    color: #72d7ff;
    font-size: 24px;
}

.tt-brand .tt6-process h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
}

.tt-brand .tt6-process p {
    margin: 0;
    color: var(--tt6-muted);
    line-height: 1.6;
}

.tt-brand .tt6-why {
    display: grid;
    gap: 16px;
    padding: 80px 0 0;
}

.tt-brand .tt6-why article {
    display: grid;
    grid-template-columns: .55fr 1fr;
    gap: 28px;
    align-items: center;
    min-height: 170px;
    padding: 34px;
    border: 1px solid var(--tt6-line);
    background:
        linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,.05) 1px, transparent 1px),
        #0a1017;
    background-size: 54px 54px;
}

.tt-brand .tt6-why h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 3vw, 48px);
    line-height: .96;
    font-weight: 900;
    letter-spacing: -.04em;
}

.tt-brand .tt6-why p {
    margin: 0;
    color: var(--tt6-muted);
    font-size: 17px;
    line-height: 1.65;
}

.tt-brand .tt6-coverage {
    margin-top: 80px;
    padding: 64px;
}

.tt-brand .tt6-coverage-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

.tt-brand .tt6-coverage-grid a {
    position: relative;
    min-height: 300px;
    display: grid;
    align-content: end;
    padding: 20px;
    overflow: hidden;
}

.tt-brand .tt6-coverage-grid a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,.78));
}

.tt-brand .tt6-coverage-grid img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tt-brand .tt6-coverage-grid strong {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 24px;
    line-height: 1;
}

.tt-brand .tt6-vision {
    display: grid;
    place-items: center;
    min-height: 520px;
    padding: 80px 40px;
    text-align: center;
}

.tt-brand .tt6-vision blockquote {
    max-width: 1050px;
    margin: 0;
    color: #fff;
    font-size: clamp(48px, 7vw, 104px);
    line-height: .88;
    font-weight: 900;
    letter-spacing: -.06em;
}

.tt-brand .tt6-vision p {
    max-width: 720px;
    margin: 30px 0 0;
    color: var(--tt6-muted);
    font-size: 18px;
    line-height: 1.7;
}

.tt-brand .tt6-cta {
    display: grid;
    place-items: center;
    min-height: 540px;
    margin-top: 80px;
    margin-bottom: 0;
    padding: 70px;
    text-align: center;
}

.tt-brand .tt6-cta div {
    max-width: 840px;
}

.tt-brand .tt6-cta p {
    margin-left: auto;
    margin-right: auto;
}

.tt-brand .tt6-cta a {
    margin-top: 32px;
}

.tt-brand .tm-footer {
    margin-top: 0 !important;
    background: var(--tt6-black) !important;
}

.tt-brand .cl-page-banner {
    padding-top: 112px !important;
    background:
        linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,.06) 1px, transparent 1px),
        var(--tt6-black) !important;
    background-size: 72px 72px !important;
}

.tt-brand .cl-inner-page {
    background: #f3f7f9 !important;
}

@media (max-width: 1180px) {
    .tt-brand .tm-mainbar {
        grid-template-columns: minmax(0, 1fr) auto !important;
    }
    .tt-brand .tt6-story,
    .tt-brand .tt6-process {
        grid-template-columns: 1fr;
    }
    .tt-brand .tt6-services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .tt-brand .tt6-fleet-grid {
        grid-template-columns: 1fr;
    }
    .tt-brand .tt6-coverage-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .tt-brand .tm-mainbar {
        width: min(100% - 28px, 1380px) !important;
        height: 62px !important;
    }
    .tt-brand .tm-logo img {
        width: 188px !important;
    }
    .tt-brand .tt6-product-nav {
        width: min(100% - 28px, 1380px);
        overflow: auto;
    }
    .tt-brand .tt6-product-nav div {
        gap: 14px;
        white-space: nowrap;
    }
    .tt-brand .tt6-stage,
    .tt-brand .tt6-word,
    .tt-brand .tt6-story,
    .tt-brand .tt6-services,
    .tt-brand .tt6-fleet,
    .tt-brand .tt6-process,
    .tt-brand .tt6-why,
    .tt-brand .tt6-coverage,
    .tt-brand .tt6-vision,
    .tt-brand .tt6-cta {
        width: min(100% - 28px, 1380px);
    }
    .tt-brand .tt6-stage h1 {
        font-size: 74px;
        letter-spacing: -.06em;
    }
    .tt-brand .tt6-hero-bottom {
        display: grid;
    }
    .tt-brand .tt6-story-copy,
    .tt-brand .tt6-process,
    .tt-brand .tt6-coverage,
    .tt-brand .tt6-cta {
        padding: 28px;
    }
    .tt-brand .tt6-feature img {
        min-height: 320px;
    }
    .tt-brand .tt6-services,
    .tt-brand .tt6-fleet-grid,
    .tt-brand .tt6-coverage-grid {
        grid-template-columns: 1fr;
    }
    .tt-brand .tt6-why article {
        grid-template-columns: 1fr;
        padding: 26px;
    }
    .tt-brand .tt6-process article {
        grid-template-columns: 1fr;
    }
}

/* Turkey Tugs v5 reel-inspired showcase direction */
.tt-brand {
    --tt5-ink: #04172b;
    --tt5-blue: #0784c7;
    --tt5-glow: #83e8f3;
    --tt5-paper: #f3f7f9;
}

.tt-brand .tm-header {
    top: 16px !important;
    left: 50% !important;
    right: auto !important;
    width: min(100% - 48px, 1380px) !important;
    transform: translateX(-50%) !important;
    padding: 0 !important;
    background: rgba(255,255,255,.86) !important;
    border: 1px solid rgba(255,255,255,.58) !important;
    box-shadow: 0 22px 70px rgba(0,0,0,.14) !important;
    backdrop-filter: blur(22px) !important;
}

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

.tt-brand .tm-mainbar {
    width: 100% !important;
    height: 76px !important;
    grid-template-columns: 260px 1fr auto !important;
    padding: 0 14px 0 18px !important;
}

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

.tt-brand .tm-nav a,
.tt-brand .tm-nav-services > a {
    height: 36px !important;
    color: var(--tt5-ink) !important;
    font-size: 11px !important;
}

.tt-brand .tm-request {
    background: var(--tt5-ink) !important;
}

.tt-brand .tm-language button,
.tt-brand .tm-request {
    height: 42px !important;
}

.tt-brand .tt3-hero {
    min-height: 880px !important;
    padding: 140px 0 74px !important;
    background: #020a12 !important;
}

.tt-brand .tt3-hero-bg {
    inset: 0 !important;
    background-image:
        radial-gradient(circle at 78% 22%, rgba(131,232,243,.2), transparent 24%),
        linear-gradient(90deg, rgba(2,10,18,.94) 0%, rgba(2,10,18,.78) 42%, rgba(2,10,18,.28) 100%),
        linear-gradient(180deg, rgba(2,10,18,.1), rgba(2,10,18,.78)),
        var(--hero-img) !important;
    background-position: center !important;
    transform: scale(1.02) !important;
}

.tt-brand .tt3-hero::after {
    background:
        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,.07) 1px, transparent 1px) !important;
    background-size: 82px 82px !important;
    opacity: .52 !important;
    mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,.7) 68%, transparent 100%) !important;
}

.tt-brand .tt3-brand-ghost {
    position: absolute;
    left: max(28px, calc((100vw - 1380px) / 2));
    right: max(28px, calc((100vw - 1380px) / 2));
    top: 122px;
    z-index: -1;
    color: rgba(255,255,255,.055);
    font-size: clamp(90px, 15vw, 236px);
    line-height: .75;
    font-weight: 900;
    letter-spacing: -.04em;
    white-space: nowrap;
    pointer-events: none;
}

.tt-brand .tt3-hero-grid {
    grid-template-columns: minmax(0, 1fr) 430px !important;
    align-items: center !important;
}

.tt-brand .tt3-hero-copy {
    padding-top: 72px !important;
}

.tt-brand .tt3-hero-copy span,
.tt-brand .tt3-scope-copy span,
.tt-brand .tt3-section-head span,
.tt-brand .tt3-method span,
.tt-brand .tt3-final-cta span {
    color: var(--tt5-glow) !important;
}

.tt-brand .tt3-hero-copy h1 {
    max-width: 900px !important;
    font-size: clamp(56px, 6.7vw, 104px) !important;
    line-height: .86 !important;
    letter-spacing: -.02em !important;
}

.tt-brand .tt3-hero-copy p {
    max-width: 700px !important;
    color: rgba(255,255,255,.74) !important;
}

.tt-brand .tt3-ops-panel {
    position: relative !important;
    padding: 86px 24px 24px !important;
    background: rgba(255,255,255,.1) !important;
    border: 1px solid rgba(255,255,255,.2) !important;
    box-shadow: 0 30px 90px rgba(0,0,0,.28) !important;
    backdrop-filter: blur(20px) !important;
}

.tt-brand .tt3-play {
    position: absolute;
    top: -44px;
    left: 50%;
    width: 88px;
    height: 88px;
    display: grid;
    place-items: center;
    color: #fff;
    background:
        radial-gradient(circle at 35% 30%, rgba(255,255,255,.42), transparent 32%),
        var(--tt5-blue);
    border: 8px solid rgba(255,255,255,.18);
    border-radius: 50%;
    box-shadow: 0 20px 60px rgba(7,132,199,.42);
    transform: translateX(-50%);
}

.tt-brand .tt3-play i {
    margin-left: 4px;
    font-size: 24px;
}

.tt-brand .tt3-ops-head {
    border-bottom-color: rgba(255,255,255,.18) !important;
}

.tt-brand .tt3-ops-list a {
    min-height: 104px !important;
    border-color: rgba(255,255,255,.18) !important;
}

.tt-brand .tt3-scope {
    margin-top: -34px !important;
    position: relative !important;
    z-index: 3 !important;
    border: 0 !important;
    box-shadow: 0 30px 90px rgba(4,23,43,.13) !important;
}

.tt-brand .tt3-scope-copy {
    background:
        linear-gradient(90deg, rgba(7,132,199,.08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(7,132,199,.06) 1px, transparent 1px),
        #fff !important;
    background-size: 46px 46px !important;
}

.tt-brand .tt3-scope-copy h2,
.tt-brand .tt3-section-head h2,
.tt-brand .tt3-method h2,
.tt-brand .tt3-final-cta h2 {
    letter-spacing: -.02em !important;
}

.tt-brand .tt3-services-section {
    padding-top: 96px !important;
}

.tt-brand .tt3-section-head {
    max-width: 980px !important;
}

.tt-brand .tt3-section-head h2 {
    font-size: clamp(44px, 5vw, 78px) !important;
}

.tt-brand .tt3-services-grid,
.tt-brand .cl-services-grid {
    gap: 24px !important;
}

.tt-brand .tt3-service-card,
.tt-brand .cl-service-card {
    border: 0 !important;
    box-shadow: 0 22px 60px rgba(4,23,43,.08) !important;
}

.tt-brand .tt3-service-card img,
.tt-brand .cl-service-media {
    height: 255px !important;
}

.tt-brand .tt3-service-card h3,
.tt-brand .cl-service-name {
    letter-spacing: -.01em !important;
}

.tt-brand .tt3-method {
    background:
        radial-gradient(circle at 82% 18%, rgba(131,232,243,.16), transparent 26%),
        linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,.06) 1px, transparent 1px),
        var(--tt5-ink) !important;
    background-size: auto, 82px 82px, 82px 82px, auto !important;
}

.tt-brand .tt3-area-mosaic a,
.tt-brand .tt3-final-cta,
.tt-brand .cl-detail-main,
.tt-brand .cl-sidebar-card,
.tt-brand .cl-sidebar-cta,
.tt-brand .cl-content-body {
    box-shadow: 0 22px 60px rgba(4,23,43,.08) !important;
}

.tt-brand .tt3-final-cta {
    background:
        linear-gradient(90deg, rgba(7,132,199,.08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(7,132,199,.06) 1px, transparent 1px),
        #fff !important;
    background-size: 46px 46px !important;
}

.tt-brand .cl-page-banner {
    padding-top: 152px !important;
    background:
        radial-gradient(circle at 85% 15%, rgba(131,232,243,.16), transparent 25%),
        linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,.05) 1px, transparent 1px),
        var(--tt5-ink) !important;
    background-size: auto, 82px 82px, 82px 82px, auto !important;
}

.tt-brand .cl-page-banner-title {
    letter-spacing: -.03em !important;
}

@media (max-width: 1180px) {
    .tt-brand .tm-header {
        top: 10px !important;
        width: min(100% - 24px, 1380px) !important;
    }
    .tt-brand .tm-mainbar {
        height: 70px !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
    }
    .tt-brand .tm-logo img {
        width: 220px !important;
        height: 58px !important;
    }
    .tt-brand .tt3-hero-grid {
        grid-template-columns: 1fr !important;
    }
    .tt-brand .tt3-ops-panel {
        max-width: 560px !important;
    }
}

@media (max-width: 760px) {
    .tt-brand .tm-header {
        top: 8px !important;
        width: min(100% - 16px, 1380px) !important;
    }
    .tt-brand .tt3-brand-ghost {
        display: none !important;
    }
    .tt-brand .tt3-hero {
        padding-top: 106px !important;
    }
    .tt-brand .tt3-hero-copy {
        padding-top: 26px !important;
    }
    .tt-brand .tt3-hero-copy h1 {
        font-size: 42px !important;
        line-height: .94 !important;
    }
    .tt-brand .tt3-ops-panel {
        padding-top: 70px !important;
    }
    .tt-brand .tt3-play {
        width: 74px !important;
        height: 74px !important;
        top: -37px !important;
    }
}

/* Final header lock for Apple-style reference */
.tt-brand .tm-header {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    transform: none !important;
    padding: 0 !important;
    background: rgba(3,5,7,.86) !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.12) !important;
    box-shadow: none !important;
    backdrop-filter: blur(22px) !important;
}
.tt-brand .tm-topline {
    display: none !important;
}
.tt-brand .tm-mainbar {
    width: min(100% - 48px, 1380px) !important;
    height: 62px !important;
    grid-template-columns: 230px 1fr auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
}
.tt-brand .tm-logo {
    width: 210px !important;
    height: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    overflow: hidden !important;
}
.tt-brand .tm-logo img {
    width: 206px !important;
    height: 52px !important;
    filter: brightness(0) invert(1) grayscale(1) contrast(1.45) !important;
    opacity: .94 !important;
}
.tt-brand .tm-nav {
    justify-content: center !important;
}
.tt-brand .tm-nav a,
.tt-brand .tm-nav-services > a {
    height: 34px !important;
    color: rgba(255,255,255,.78) !important;
    background: transparent !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}
.tt-brand .tm-nav a:hover,
.tt-brand .tm-nav-services:hover > a {
    color: #fff !important;
    background: transparent !important;
}
.tt-brand .tm-nav a::after,
.tt-brand .tm-nav-services > a::after {
    display: none !important;
}
.tt-brand .tm-language button {
    height: 34px !important;
    color: #fff !important;
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(255,255,255,.1) !important;
}
.tt-brand .tm-request {
    height: 34px !important;
    padding: 0 14px !important;
    color: #fff !important;
    background: #0a84ff !important;
    border: 0 !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}
.tt-brand .tt6-hero {
    padding-top: 82px !important;
}
@media (max-width: 1180px) {
    .tt-brand .tm-mainbar {
        grid-template-columns: minmax(0, 1fr) auto !important;
    }
}
@media (max-width: 760px) {
    .tt-brand .tm-mainbar {
        width: min(100% - 28px, 1380px) !important;
    }
    .tt-brand .tm-logo img {
        width: 188px !important;
    }
}

/* Turkey Tugs final override - keep this at the end of the file. */
.tt-brand .ttg-home,
.tt-brand .cl-inner-page {
    background: #f4f7f9 !important;
}
.tt-brand .ttg-hero {
    min-height: auto !important;
    padding: 150px 0 78px !important;
    background:
        linear-gradient(90deg, rgba(6,31,69,.05) 1px, transparent 1px),
        linear-gradient(180deg, rgba(6,31,69,.05) 1px, transparent 1px),
        #f4f7f9 !important;
    background-size: 120px 120px !important;
}
.tt-brand .ttg-hero-overlay { display: none !important; }
.tt-brand .ttg-hero-inner,
.tt-brand .ttg-intro,
.tt-brand .ttg-section,
.tt-brand .ttg-cta,
.tt-brand .cl-container {
    width: min(100% - 56px, 1360px) !important;
}
.tt-brand .ttg-hero-stage {
    grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr) !important;
    gap: 46px !important;
    align-items: center !important;
}
.tt-brand .ttg-hero-copy h1 {
    max-width: 760px !important;
    color: #061f45 !important;
    font-size: clamp(46px, 5.2vw, 74px) !important;
    line-height: .95 !important;
    letter-spacing: 0 !important;
}
.tt-brand .ttg-hero-copy p {
    max-width: 650px !important;
    color: #516775 !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
}
.tt-brand .ttg-hero-media,
.tt-brand .ttg-hero-media img {
    min-height: 640px !important;
    border-radius: 8px !important;
}
.tt-brand .ttg-hero-media {
    border: 1px solid rgba(6,31,69,.14) !important;
    box-shadow: 0 30px 80px rgba(6,31,69,.16) !important;
}
.tt-brand .ttg-hero-media-caption {
    left: 28px !important;
    right: 28px !important;
    bottom: 28px !important;
    border-radius: 6px !important;
    background: rgba(6,31,69,.92) !important;
}
.tt-brand .ttg-slider-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px !important;
    margin-top: 34px !important;
    border: 0 !important;
    background: transparent !important;
}
.tt-brand .ttg-slider-thumbs div {
    min-height: 168px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    padding: 20px !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    background-image: linear-gradient(180deg, rgba(6,31,69,.12), rgba(6,31,69,.82)), var(--thumb-img) !important;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: 0 16px 38px rgba(6,31,69,.12) !important;
}
.tt-brand .ttg-slider-thumbs strong { color: #fff !important; font-size: 24px !important; }
.tt-brand .ttg-slider-thumbs span { color: rgba(255,255,255,.9) !important; font-size: 13px !important; }
.tt-brand .ttg-intro {
    grid-template-columns: minmax(0, 1fr) minmax(0, .9fr) !important;
    gap: 0 !important;
    border: 1px solid #d8e6eb !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 18px 58px rgba(6,31,69,.07) !important;
    overflow: hidden !important;
}
.tt-brand .ttg-intro-media,
.tt-brand .ttg-intro-media img {
    min-height: 500px !important;
    border-radius: 0 !important;
}
.tt-brand .ttg-intro-copy { padding: 58px !important; }
.tt-brand .ttg-intro-copy h2,
.tt-brand .ttg-section-head h2,
.tt-brand .ttg-process-copy h2,
.tt-brand .ttg-cta h2,
.tt-brand .cl-heading {
    color: #061f45 !important;
    font-size: clamp(34px, 4vw, 58px) !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
}
.tt-brand .ttg-section { padding: 96px 0 !important; }
.tt-brand .ttg-services,
.tt-brand .cl-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
}
.tt-brand .ttg-service,
.tt-brand .cl-service-card {
    border: 1px solid #d8e6eb !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: none !important;
    overflow: hidden !important;
}
.tt-brand .ttg-service img,
.tt-brand .cl-service-media,
.tt-brand .cl-service-media img {
    height: 260px !important;
    border-radius: 0 !important;
    object-fit: cover !important;
}
.tt-brand .ttg-process {
    width: 100% !important;
    padding: 92px max(28px, calc((100vw - 1360px) / 2)) !important;
    border-radius: 0 !important;
    background: linear-gradient(135deg, rgba(13,127,195,.22), transparent 42%), #061f45 !important;
}
.tt-brand .ttg-process-copy h2 { color: #fff !important; }
.tt-brand .ttg-process-grid div {
    border: 1px solid rgba(255,255,255,.16) !important;
    border-radius: 8px !important;
    background: rgba(255,255,255,.06) !important;
}
.tt-brand .ttg-areas {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
}
.tt-brand .ttg-area {
    min-height: 380px !important;
    border-radius: 8px !important;
}
.tt-brand .ttg-cta {
    grid-template-columns: .92fr 1.08fr !important;
    gap: 0 !important;
    margin-bottom: 96px !important;
    border: 1px solid #d8e6eb !important;
    border-radius: 8px !important;
    background: #fff !important;
    overflow: hidden !important;
}
.tt-brand .ttg-cta img {
    height: 100% !important;
    min-height: 470px !important;
    border-radius: 0 !important;
    object-fit: cover !important;
}
.tt-brand .ttg-cta div { padding: 60px !important; }
.tt-brand .ttg-primary,
.tt-brand .ttg-secondary,
.tt-brand .ttg-cta a,
.tt-brand .cl-btn,
.tt-brand .tm-request,
.tt-brand .tm-language button {
    border-radius: 4px !important;
}
.tt-brand .cl-page-banner {
    margin-top: 0 !important;
    padding: 152px 0 62px !important;
    background: linear-gradient(135deg, rgba(13,127,195,.22), transparent 44%), linear-gradient(90deg, rgba(6,31,69,.98), rgba(6,31,69,.9)) !important;
}
.tt-brand .cl-page-banner-inner {
    min-height: auto !important;
    padding: 0 !important;
}
.tt-brand .cl-page-banner-title {
    color: #fff !important;
    font-size: clamp(40px, 5vw, 72px) !important;
    line-height: .95 !important;
    letter-spacing: 0 !important;
}
.tt-brand .cl-page-banner-nav,
.tt-brand .cl-page-banner-nav a,
.tt-brand .cl-page-banner-nav span {
    color: rgba(255,255,255,.72) !important;
}
.tt-brand .cl-section { padding: 84px 0 !important; }
.tt-brand .cl-badge {
    color: #0d7fc3 !important;
    background: #e8f4f9 !important;
    border-radius: 4px !important;
}
.tt-brand .cl-detail-layout {
    grid-template-columns: 330px minmax(0, 1fr) !important;
    gap: 28px !important;
}
.tt-brand .cl-sidebar-card,
.tt-brand .cl-sidebar-cta,
.tt-brand .cl-detail-main,
.tt-brand .cl-content-body {
    border: 1px solid #d8e6eb !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: none !important;
}
.tt-brand .cl-detail-hero-img,
.tt-brand .cl-detail-hero-img img {
    border-radius: 8px 8px 0 0 !important;
}
.tt-brand .cl-detail-hero-img img {
    min-height: 440px !important;
    object-fit: cover !important;
}

@media (max-width: 1180px) {
    .tt-brand .ttg-hero { padding-top: 126px !important; }
    .tt-brand .ttg-hero-stage,
    .tt-brand .ttg-intro,
    .tt-brand .ttg-process,
    .tt-brand .ttg-cta,
    .tt-brand .cl-detail-layout {
        grid-template-columns: 1fr !important;
    }
    .tt-brand .ttg-services,
    .tt-brand .cl-services-grid,
    .tt-brand .ttg-areas,
    .tt-brand .ttg-slider-thumbs {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .tt-brand .ttg-hero-media,
    .tt-brand .ttg-hero-media img {
        min-height: 520px !important;
    }
}

@media (max-width: 760px) {
    .tt-brand .ttg-hero {
        padding: 108px 0 52px !important;
        background-size: 80px 80px !important;
    }
    .tt-brand .ttg-hero-inner,
    .tt-brand .ttg-intro,
    .tt-brand .ttg-section,
    .tt-brand .ttg-cta,
    .tt-brand .cl-container {
        width: min(100% - 28px, 1360px) !important;
    }
    .tt-brand .ttg-hero-copy h1 {
        font-size: 38px !important;
        line-height: 1 !important;
    }
    .tt-brand .ttg-hero-copy p { font-size: 16px !important; }
    .tt-brand .ttg-hero-media,
    .tt-brand .ttg-hero-media img {
        min-height: 360px !important;
    }
    .tt-brand .ttg-hero-media-caption {
        left: 14px !important;
        right: 14px !important;
        bottom: 14px !important;
        padding: 16px !important;
    }
    .tt-brand .ttg-slider-thumbs,
    .tt-brand .ttg-services,
    .tt-brand .cl-services-grid,
    .tt-brand .ttg-areas {
        grid-template-columns: 1fr !important;
    }
    .tt-brand .ttg-slider-thumbs div { min-height: 140px !important; }
    .tt-brand .ttg-intro-copy,
    .tt-brand .ttg-cta div {
        padding: 28px !important;
    }
    .tt-brand .ttg-intro-media,
    .tt-brand .ttg-intro-media img,
    .tt-brand .ttg-cta img {
        min-height: 300px !important;
    }
    .tt-brand .ttg-section { padding: 62px 0 !important; }
    .tt-brand .ttg-service img,
    .tt-brand .cl-service-media,
    .tt-brand .cl-service-media img {
        height: 230px !important;
    }
    .tt-brand .ttg-process { padding: 62px 14px !important; }
    .tt-brand .ttg-area { min-height: 300px !important; }
    .tt-brand .cl-page-banner { padding: 114px 0 46px !important; }
    .tt-brand .cl-page-banner-title { font-size: 36px !important; }
    .tt-brand .cl-detail-hero-img img { min-height: 300px !important; }
}

/* Turkey Tugs v3 creative direction */
.tt-brand {
    --tt3-navy: #071b33;
    --tt3-deep: #03101f;
    --tt3-blue: #0a6fb0;
    --tt3-cyan: #7ed7e6;
    --tt3-steel: #eef3f6;
    --tt3-line: #d6e2e8;
    --tt3-text: #10263a;
}

.tt-brand .tm-header {
    background: rgba(255,255,255,.92) !important;
    border-bottom: 1px solid rgba(7,27,51,.1) !important;
    box-shadow: 0 16px 42px rgba(7,27,51,.07) !important;
}

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

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

.tt-brand .tm-nav a,
.tt-brand .tm-nav-services > a {
    color: var(--tt3-navy) !important;
    border-radius: 2px !important;
}

.tt-brand .tm-nav a:hover,
.tt-brand .tm-nav-services:hover > a,
.tt-brand .tm-request {
    color: #fff !important;
    background: var(--tt3-navy) !important;
}

.tt-brand .tm-request,
.tt-brand .tm-language button,
.tt-brand .tt3-btn,
.tt-brand .cl-btn {
    border-radius: 2px !important;
}

.tt-brand .tt3-home {
    background: #f6f8fa;
    color: var(--tt3-text);
}

.tt-brand .tt3-shell {
    width: min(100% - 56px, 1380px);
    margin: 0 auto;
}

.tt-brand .tt3-hero {
    position: relative;
    min-height: 880px;
    display: flex;
    align-items: end;
    padding: 150px 0 76px;
    isolation: isolate;
    overflow: hidden;
    background: var(--tt3-deep);
}

.tt-brand .tt3-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image:
        linear-gradient(90deg, rgba(3,16,31,.96) 0%, rgba(3,16,31,.82) 42%, rgba(3,16,31,.34) 100%),
        linear-gradient(180deg, rgba(3,16,31,.18), rgba(3,16,31,.72)),
        var(--hero-img);
    background-size: cover;
    background-position: center;
}

.tt-brand .tt3-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(126,215,230,.08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(126,215,230,.07) 1px, transparent 1px);
    background-size: 96px 96px;
    opacity: .65;
}

.tt-brand .tt3-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .96fr) 430px;
    gap: 54px;
    align-items: end;
}

.tt-brand .tt3-hero-copy span,
.tt-brand .tt3-scope-copy span,
.tt-brand .tt3-section-head span,
.tt-brand .tt3-method span,
.tt-brand .tt3-final-cta span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: var(--tt3-cyan);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.tt-brand .tt3-hero-copy span::before,
.tt-brand .tt3-scope-copy span::before,
.tt-brand .tt3-section-head span::before,
.tt-brand .tt3-method span::before,
.tt-brand .tt3-final-cta span::before {
    content: "";
    width: 46px;
    height: 2px;
    background: currentColor;
}

.tt-brand .tt3-hero-copy h1 {
    max-width: 900px;
    margin: 0 0 24px;
    color: #fff;
    font-size: clamp(48px, 5.7vw, 86px);
    line-height: .93;
    font-weight: 900;
    letter-spacing: 0;
}

.tt-brand .tt3-hero-copy p {
    max-width: 720px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 19px;
    line-height: 1.72;
}

.tt-brand .tt3-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.tt-brand .tt3-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.tt-brand .tt3-btn-primary {
    color: #fff !important;
    background: var(--tt3-blue) !important;
    border: 1px solid var(--tt3-blue) !important;
}

.tt-brand .tt3-btn-light {
    color: #fff !important;
    background: rgba(255,255,255,.1) !important;
    border: 1px solid rgba(255,255,255,.28) !important;
}

.tt-brand .tt3-ops-panel {
    padding: 24px;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(4,16,31,.72);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px rgba(0,0,0,.26);
}

.tt-brand .tt3-ops-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.tt-brand .tt3-ops-head span {
    color: var(--tt3-cyan);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tt-brand .tt3-ops-head strong {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

.tt-brand .tt3-ops-panel p {
    margin: 18px 0 20px;
    color: rgba(255,255,255,.72);
    line-height: 1.6;
}

.tt-brand .tt3-ops-list {
    display: grid;
    gap: 10px;
}

.tt-brand .tt3-ops-list a {
    min-height: 112px;
    display: grid;
    align-content: end;
    gap: 6px;
    padding: 16px;
    background-image: linear-gradient(180deg, rgba(7,27,51,.05), rgba(7,27,51,.82)), var(--card-img);
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(255,255,255,.14);
}

.tt-brand .tt3-ops-list b {
    color: var(--tt3-cyan);
    font-size: 20px;
}

.tt-brand .tt3-ops-list span {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.tt-brand .tt3-scope {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    margin-top: 84px;
    border: 1px solid var(--tt3-line);
    background: #fff;
}

.tt-brand .tt3-scope-media img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    object-position: center bottom;
    display: block;
}

.tt-brand .tt3-scope-copy {
    padding: 70px;
}

.tt-brand .tt3-scope-copy h2,
.tt-brand .tt3-section-head h2,
.tt-brand .tt3-method h2,
.tt-brand .tt3-final-cta h2 {
    margin: 0;
    color: var(--tt3-navy);
    font-size: clamp(38px, 4.4vw, 66px);
    line-height: .96;
    font-weight: 900;
    letter-spacing: 0;
}

.tt-brand .tt3-scope-copy p,
.tt-brand .tt3-section-head p,
.tt-brand .tt3-final-cta p {
    max-width: 720px;
    margin: 22px 0 0;
    color: #5f7180;
    font-size: 17px;
    line-height: 1.7;
}

.tt-brand .tt3-proof-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 34px;
    background: var(--tt3-line);
    border: 1px solid var(--tt3-line);
}

.tt-brand .tt3-proof-row div {
    min-height: 126px;
    display: grid;
    align-content: space-between;
    padding: 18px;
    background: #f7fafb;
}

.tt-brand .tt3-proof-row b {
    color: var(--tt3-blue);
    font-size: 24px;
}

.tt-brand .tt3-proof-row span {
    margin: 0;
    color: var(--tt3-navy);
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
}

.tt-brand .tt3-proof-row span::before {
    display: none;
}

.tt-brand .tt3-services-section,
.tt-brand .tt3-areas-section {
    padding: 104px 0 0;
}

.tt-brand .tt3-section-head {
    max-width: 860px;
    margin-bottom: 34px;
}

.tt-brand .tt3-section-head.compact {
    max-width: 980px;
}

.tt-brand .tt3-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.tt-brand .tt3-service-card {
    min-height: 520px;
    display: grid;
    grid-template-rows: 280px 1fr;
    color: var(--tt3-text);
    border: 1px solid var(--tt3-line);
    background: #fff;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}

.tt-brand .tt3-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 54px rgba(7,27,51,.12);
}

.tt-brand .tt3-service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.tt-brand .tt3-service-card div {
    padding: 24px;
}

.tt-brand .tt3-service-card span {
    color: var(--tt3-blue);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
}

.tt-brand .tt3-service-card h3 {
    margin: 16px 0 12px;
    color: var(--tt3-navy);
    font-size: 26px;
    line-height: 1.05;
    font-weight: 900;
}

.tt-brand .tt3-service-card p {
    margin: 0;
    color: #617482;
    line-height: 1.6;
}

.tt-brand .tt3-method {
    margin-top: 104px;
    padding: 104px 0;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(10,111,176,.34), transparent 42%),
        var(--tt3-navy);
}

.tt-brand .tt3-method-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 56px;
}

.tt-brand .tt3-method h2 {
    color: #fff;
}

.tt-brand .tt3-method-steps {
    display: grid;
    gap: 12px;
}

.tt-brand .tt3-method-steps article {
    display: grid;
    grid-template-columns: 72px 220px 1fr;
    gap: 22px;
    align-items: start;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.06);
}

.tt-brand .tt3-method-steps b {
    color: var(--tt3-cyan);
    font-size: 26px;
}

.tt-brand .tt3-method-steps h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.05;
}

.tt-brand .tt3-method-steps p {
    margin: 0;
    color: rgba(255,255,255,.72);
    line-height: 1.65;
}

.tt-brand .tt3-area-mosaic {
    display: grid;
    grid-template-columns: 1.2fr .8fr .8fr;
    grid-auto-rows: 250px;
    gap: 18px;
}

.tt-brand .tt3-area-mosaic a {
    position: relative;
    display: grid;
    align-content: end;
    padding: 24px;
    color: #fff;
    overflow: hidden;
    isolation: isolate;
}

.tt-brand .tt3-area-mosaic a:first-child {
    grid-row: span 2;
}

.tt-brand .tt3-area-mosaic a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, transparent 20%, rgba(3,16,31,.84));
}

.tt-brand .tt3-area-mosaic img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.tt-brand .tt3-area-mosaic a:hover img {
    transform: scale(1.04);
}

.tt-brand .tt3-area-mosaic span {
    color: var(--tt3-cyan);
    font-weight: 900;
}

.tt-brand .tt3-area-mosaic strong {
    max-width: 360px;
    margin-top: 8px;
    color: #fff;
    font-size: 28px;
    line-height: 1;
}

.tt-brand .tt3-final-cta {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    margin-top: 104px;
    margin-bottom: 104px;
    border: 1px solid var(--tt3-line);
    background: #fff;
    overflow: hidden;
}

.tt-brand .tt3-final-cta img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    object-position: center center;
}

.tt-brand .tt3-final-cta div {
    padding: 74px;
}

.tt-brand .tt3-final-cta .tt3-btn {
    margin-top: 32px;
}

.tt-brand .tm-footer {
    color: #fff !important;
    background:
        linear-gradient(135deg, rgba(10,111,176,.2), transparent 38%),
        var(--tt3-deep) !important;
    border-top: 0 !important;
}

.tt-brand .tm-footer-marquee {
    color: rgba(255,255,255,.06) !important;
}

.tt-brand .tm-footer-start,
.tt-brand .tm-footer-map {
    border: 1px solid rgba(255,255,255,.12) !important;
    background: rgba(255,255,255,.06) !important;
    box-shadow: none !important;
}

.tt-brand .tm-footer-start {
    background: #fff !important;
}

.tt-brand .tm-footer-start h2 {
    color: var(--tt3-navy) !important;
}

.tt-brand .tm-footer-start p,
.tt-brand .tm-footer-links a,
.tt-brand .tm-footer-links p,
.tt-brand .tm-footer-bottom {
    color: rgba(255,255,255,.66) !important;
}

.tt-brand .tm-footer-start p {
    color: #607381 !important;
}

.tt-brand .tm-footer-map strong,
.tt-brand .tm-footer-links h3 {
    color: #fff !important;
}

.tt-brand .tm-footer-bottom {
    border-top-color: rgba(255,255,255,.12) !important;
}

@media (max-width: 1180px) {
    .tt-brand .tm-mainbar {
        grid-template-columns: minmax(0, 1fr) auto !important;
        height: 82px !important;
    }

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

    .tt-brand .tt3-hero-grid,
    .tt-brand .tt3-scope,
    .tt-brand .tt3-method-grid,
    .tt-brand .tt3-final-cta {
        grid-template-columns: 1fr;
    }

    .tt-brand .tt3-hero {
        min-height: auto;
        padding-top: 132px;
    }

    .tt-brand .tt3-ops-panel {
        max-width: 620px;
    }

    .tt-brand .tt3-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tt-brand .tt3-method-steps article {
        grid-template-columns: 72px 1fr;
    }

    .tt-brand .tt3-method-steps p {
        grid-column: 2;
    }

    .tt-brand .tt3-area-mosaic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .tt-brand .tt3-shell {
        width: min(100% - 28px, 1380px);
    }

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

    .tt-brand .tt3-hero {
        padding: 112px 0 46px;
    }

    .tt-brand .tt3-hero-copy h1 {
        font-size: 40px;
        line-height: .98;
    }

    .tt-brand .tt3-hero-copy p {
        font-size: 16px;
    }

    .tt-brand .tt3-actions {
        display: grid;
    }

    .tt-brand .tt3-ops-panel,
    .tt-brand .tt3-scope-copy,
    .tt-brand .tt3-final-cta div {
        padding: 24px;
    }

    .tt-brand .tt3-ops-list a {
        min-height: 96px;
    }

    .tt-brand .tt3-scope {
        margin-top: 48px;
    }

    .tt-brand .tt3-scope-media img,
    .tt-brand .tt3-final-cta img {
        min-height: 310px;
    }

    .tt-brand .tt3-scope-copy h2,
    .tt-brand .tt3-section-head h2,
    .tt-brand .tt3-method h2,
    .tt-brand .tt3-final-cta h2 {
        font-size: 34px;
    }

    .tt-brand .tt3-proof-row,
    .tt-brand .tt3-services-grid,
    .tt-brand .tt3-area-mosaic {
        grid-template-columns: 1fr;
    }

    .tt-brand .tt3-services-section,
    .tt-brand .tt3-areas-section {
        padding-top: 62px;
    }

    .tt-brand .tt3-service-card {
        min-height: auto;
        grid-template-rows: 230px 1fr;
    }

    .tt-brand .tt3-method {
        margin-top: 62px;
        padding: 62px 0;
    }

    .tt-brand .tt3-method-steps article {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .tt-brand .tt3-method-steps p {
        grid-column: auto;
    }

    .tt-brand .tt3-area-mosaic {
        grid-auto-rows: 280px;
    }

    .tt-brand .tt3-area-mosaic a:first-child {
        grid-row: auto;
    }

    .tt-brand .tt3-final-cta {
        margin-top: 62px;
        margin-bottom: 62px;
    }
}

/* Turkey Tugs v4 refinement */
.tt-brand {
    --tt4-navy: #061a33;
    --tt4-blue: #0b76b7;
    --tt4-ice: #f4f8fa;
    --tt4-border: #d7e3e8;
}

.tt-brand .tm-header {
    padding: 0 !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(6,26,51,.12) !important;
    box-shadow: 0 12px 34px rgba(6,26,51,.07) !important;
}

.tt-brand .tm-topline {
    height: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 max(28px, calc((100vw - 1380px) / 2)) !important;
    color: rgba(255,255,255,.76) !important;
    background: var(--tt4-navy) !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
}

.tt-brand .tm-mainbar {
    width: min(100% - 56px, 1380px) !important;
    height: 78px !important;
    display: grid !important;
    grid-template-columns: 270px 1fr auto !important;
    gap: 24px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.tt-brand .tm-header.is-scrolled .tm-mainbar {
    height: 72px !important;
}

.tt-brand .tm-logo img {
    width: 248px !important;
    height: 64px !important;
    object-fit: contain !important;
    object-position: left center !important;
}

.tt-brand .tm-nav {
    justify-content: flex-end !important;
    gap: 2px !important;
}

.tt-brand .tm-nav a,
.tt-brand .tm-nav-services > a {
    height: 38px !important;
    padding: 0 10px !important;
    color: var(--tt4-navy) !important;
    border-radius: 0 !important;
    font-size: 11px !important;
    letter-spacing: .04em !important;
    position: relative !important;
    background: transparent !important;
}

.tt-brand .tm-nav a::after,
.tt-brand .tm-nav-services > a::after {
    content: "" !important;
    position: absolute !important;
    left: 10px !important;
    right: 10px !important;
    bottom: 4px !important;
    height: 2px !important;
    background: var(--tt4-blue) !important;
    transform: scaleX(0) !important;
    transform-origin: left center !important;
    transition: transform .18s ease !important;
}

.tt-brand .tm-nav a:hover,
.tt-brand .tm-nav-services:hover > a {
    color: var(--tt4-blue) !important;
    background: transparent !important;
}

.tt-brand .tm-nav a:hover::after,
.tt-brand .tm-nav-services:hover > a::after {
    transform: scaleX(1) !important;
}

.tt-brand .tm-right {
    gap: 8px !important;
}

.tt-brand .tm-language button {
    height: 44px !important;
    padding: 0 12px !important;
    background: #eef5f8 !important;
    color: var(--tt4-navy) !important;
    border: 1px solid #dde9ee !important;
}

.tt-brand .tm-request {
    height: 44px !important;
    padding: 0 18px !important;
    background: var(--tt4-navy) !important;
    color: #fff !important;
    border: 1px solid var(--tt4-navy) !important;
}

.tt-brand .tm-request:hover {
    background: var(--tt4-blue) !important;
    border-color: var(--tt4-blue) !important;
}

.tt-brand .tt3-hero {
    min-height: 790px !important;
    padding: 140px 0 66px !important;
}

.tt-brand .tt3-hero-bg {
    background-image:
        linear-gradient(90deg, rgba(3,16,31,.95) 0%, rgba(3,16,31,.84) 48%, rgba(3,16,31,.46) 100%),
        linear-gradient(180deg, rgba(3,16,31,.08), rgba(3,16,31,.7)),
        var(--hero-img) !important;
    background-position: center 58% !important;
}

.tt-brand .tt3-hero::after {
    background-size: 112px 112px !important;
    opacity: .4 !important;
}

.tt-brand .tt3-hero-grid {
    grid-template-columns: minmax(0, 1fr) 390px !important;
    gap: 44px !important;
}

.tt-brand .tt3-hero-copy h1 {
    max-width: 820px !important;
    font-size: clamp(48px, 5.3vw, 78px) !important;
    line-height: .96 !important;
}

.tt-brand .tt3-hero-copy p {
    max-width: 660px !important;
    font-size: 17px !important;
}

.tt-brand .tt3-ops-panel {
    padding: 20px !important;
    background: rgba(4,16,31,.78) !important;
    border-color: rgba(255,255,255,.18) !important;
}

.tt-brand .tt3-ops-list {
    gap: 8px !important;
}

.tt-brand .tt3-ops-list a {
    min-height: 92px !important;
}

.tt-brand .tt3-scope {
    margin-top: 72px !important;
    border: 0 !important;
    box-shadow: 0 22px 60px rgba(6,26,51,.08) !important;
}

.tt-brand .tt3-scope-copy {
    padding: 62px !important;
}

.tt-brand .tt3-scope-media img {
    min-height: 520px !important;
    object-position: center center !important;
}

.tt-brand .tt3-scope-copy h2,
.tt-brand .tt3-section-head h2,
.tt-brand .tt3-method h2,
.tt-brand .tt3-final-cta h2 {
    font-size: clamp(36px, 3.8vw, 56px) !important;
    line-height: 1.02 !important;
}

.tt-brand .tt3-services-section,
.tt-brand .tt3-areas-section {
    padding-top: 86px !important;
}

.tt-brand .tt3-services-grid {
    gap: 22px !important;
}

.tt-brand .tt3-service-card {
    min-height: 470px !important;
    grid-template-rows: 240px 1fr !important;
    border: 1px solid var(--tt4-border) !important;
    box-shadow: 0 14px 34px rgba(6,26,51,.05) !important;
}

.tt-brand .tt3-service-card:hover {
    box-shadow: 0 22px 54px rgba(6,26,51,.12) !important;
}

.tt-brand .tt3-service-card h3 {
    font-size: 23px !important;
    line-height: 1.12 !important;
}

.tt-brand .tt3-method {
    margin-top: 86px !important;
    padding: 86px 0 !important;
}

.tt-brand .tt3-method-steps article {
    grid-template-columns: 58px 190px 1fr !important;
    padding: 22px !important;
}

.tt-brand .tt3-area-mosaic {
    grid-auto-rows: 230px !important;
    gap: 18px !important;
}

.tt-brand .tt3-final-cta {
    margin-top: 86px !important;
    margin-bottom: 86px !important;
    border: 0 !important;
    box-shadow: 0 22px 60px rgba(6,26,51,.08) !important;
}

.tt-brand .tt3-final-cta div {
    padding: 62px !important;
}

.tt-brand .tt3-final-cta img {
    min-height: 470px !important;
}

.tt-brand .cl-page-banner {
    padding: 136px 0 54px !important;
    background:
        linear-gradient(135deg, rgba(11,118,183,.22), transparent 42%),
        var(--tt4-navy) !important;
}

.tt-brand .cl-page-banner-title {
    font-size: clamp(38px, 4.6vw, 62px) !important;
}

.tt-brand .cl-section {
    padding: 72px 0 !important;
}

.tt-brand .cl-service-card {
    min-height: 470px !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
    color: var(--tt4-navy) !important;
    border: 1px solid var(--tt4-border) !important;
    background: #fff !important;
    box-shadow: 0 14px 34px rgba(6,26,51,.05) !important;
    overflow: hidden !important;
}

.tt-brand .cl-service-card::before,
.tt-brand .cl-service-card::after {
    display: none !important;
}

.tt-brand .cl-service-media {
    position: relative !important;
    inset: auto !important;
    order: 0 !important;
    width: 100% !important;
    height: 240px !important;
    display: block !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    opacity: 1 !important;
}

.tt-brand .cl-service-media img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    opacity: 1 !important;
    filter: none !important;
}

.tt-brand .cl-service-icon {
    display: none !important;
}

.tt-brand .cl-service-index {
    order: 1 !important;
    display: block !important;
    margin: 24px 24px 0 !important;
    padding: 0 !important;
    color: var(--tt4-blue) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: .12em !important;
}

.tt-brand .cl-service-name {
    order: 2 !important;
    margin: 12px 0 0 !important;
    padding: 0 24px !important;
    color: var(--tt4-navy) !important;
    font-size: 23px !important;
    line-height: 1.12 !important;
    font-weight: 900 !important;
}

.tt-brand .cl-service-desc {
    order: 3 !important;
    margin: 12px 0 0 !important;
    padding: 0 24px !important;
    color: #607381 !important;
    line-height: 1.6 !important;
}

.tt-brand .cl-service-link {
    order: 4 !important;
    margin-top: auto !important;
    padding: 20px 24px 24px !important;
    color: var(--tt4-blue) !important;
    font-weight: 900 !important;
}

.tt-brand .cl-detail-main,
.tt-brand .cl-sidebar-card,
.tt-brand .cl-sidebar-cta,
.tt-brand .cl-content-body {
    border: 1px solid var(--tt4-border) !important;
    box-shadow: 0 14px 34px rgba(6,26,51,.04) !important;
}

.tt-brand .cl-sidebar-cta {
    padding: 26px !important;
    color: #fff !important;
    background:
        linear-gradient(135deg, rgba(11,118,183,.24), transparent 46%),
        var(--tt4-navy) !important;
    border: 0 !important;
}

.tt-brand .cl-sidebar-cta-icon {
    display: none !important;
}

.tt-brand .cl-sidebar-cta h4 {
    margin: 0 0 10px !important;
    color: #fff !important;
    font-size: 24px !important;
    line-height: 1.08 !important;
}

.tt-brand .cl-sidebar-cta p {
    margin: 0 0 20px !important;
    color: rgba(255,255,255,.72) !important;
    line-height: 1.58 !important;
}

.tt-brand .cl-sidebar-cta .cl-btn,
.tt-brand .cl-detail-footer-cta .cl-btn {
    min-height: 48px !important;
    border-radius: 2px !important;
    box-shadow: none !important;
}

.tt-brand .cl-sidebar-cta .cl-btn-primary,
.tt-brand .cl-detail-footer-cta .cl-btn-primary {
    color: #fff !important;
    background: var(--tt4-blue) !important;
    border-color: var(--tt4-blue) !important;
}

.tt-brand .cl-sidebar-cta .cl-btn-blue,
.tt-brand .cl-detail-footer-cta .cl-btn-blue {
    color: #fff !important;
    background: rgba(255,255,255,.1) !important;
    border-color: rgba(255,255,255,.24) !important;
}

.tt-brand .cl-detail-footer-cta {
    border-top: 1px solid var(--tt4-border) !important;
}

.tt-brand .tm-footer {
    padding-top: 64px !important;
}

.tt-brand .tm-footer-marquee {
    font-size: clamp(48px, 9vw, 132px) !important;
}

.tt-brand .tm-footer-board {
    grid-template-columns: 1.15fr .85fr !important;
}

.tt-brand .tm-footer-start img {
    width: min(420px, 100%) !important;
}

@media (max-width: 1180px) {
    .tt-brand .tm-topline {
        display: none !important;
    }
    .tt-brand .tm-mainbar {
        width: min(100% - 36px, 1380px) !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        height: 76px !important;
    }
    .tt-brand .tm-logo img {
        width: 250px !important;
        height: 64px !important;
    }
    .tt-brand .tt3-hero {
        padding-top: 112px !important;
    }
    .tt-brand .tt3-hero-grid,
    .tt-brand .tt3-scope,
    .tt-brand .tt3-method-grid,
    .tt-brand .tt3-final-cta {
        grid-template-columns: 1fr !important;
    }
    .tt-brand .tt3-method-steps article {
        grid-template-columns: 58px 1fr !important;
    }
    .tt-brand .tt3-method-steps p {
        grid-column: 2 !important;
    }
}

@media (max-width: 760px) {
    .tt-brand .tm-mainbar {
        width: min(100% - 28px, 1380px) !important;
        height: 70px !important;
    }
    .tt-brand .tm-logo img {
        width: 220px !important;
        height: 58px !important;
    }
    .tt-brand .tt3-hero {
        min-height: auto !important;
        padding: 102px 0 46px !important;
    }
    .tt-brand .tt3-hero-copy h1 {
        font-size: 38px !important;
    }
    .tt-brand .tt3-scope-copy,
    .tt-brand .tt3-final-cta div {
        padding: 26px !important;
    }
    .tt-brand .tt3-services-grid,
    .tt-brand .tt3-area-mosaic,
    .tt-brand .tt3-proof-row {
        grid-template-columns: 1fr !important;
    }
    .tt-brand .tt3-service-card {
        grid-template-rows: 220px 1fr !important;
    }
    .tt-brand .tt3-method-steps article {
        grid-template-columns: 1fr !important;
    }
    .tt-brand .tt3-method-steps p {
        grid-column: auto !important;
    }
    .tt-brand .tm-footer-board {
        grid-template-columns: 1fr !important;
    }
}

/* Absolute final Apple-style header lock */
.tt-brand .tm-header {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    transform: none !important;
    padding: 0 !important;
    background: rgba(3,5,7,.9) !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.12) !important;
    box-shadow: none !important;
    backdrop-filter: blur(22px) !important;
}
.tt-brand .tm-topline {
    display: none !important;
}
.tt-brand .tm-mainbar {
    width: min(100% - 48px, 1380px) !important;
    height: 62px !important;
    grid-template-columns: 230px 1fr auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}
.tt-brand .tm-logo {
    width: 210px !important;
    height: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    overflow: hidden !important;
}
.tt-brand .tm-logo img {
    width: 206px !important;
    height: 52px !important;
    object-fit: contain !important;
    object-position: left center !important;
    filter: brightness(0) invert(1) grayscale(1) contrast(1.45) !important;
    opacity: .94 !important;
}
.tt-brand .tm-nav {
    justify-content: center !important;
}
.tt-brand .tm-nav a,
.tt-brand .tm-nav-services > a {
    height: 34px !important;
    color: rgba(255,255,255,.78) !important;
    background: transparent !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}
.tt-brand .tm-nav a:hover,
.tt-brand .tm-nav-services:hover > a {
    color: #fff !important;
    background: transparent !important;
}
.tt-brand .tm-nav a::after,
.tt-brand .tm-nav-services > a::after {
    display: none !important;
}
.tt-brand .tm-language button {
    height: 34px !important;
    color: #fff !important;
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(255,255,255,.1) !important;
}
.tt-brand .tm-request {
    height: 34px !important;
    padding: 0 14px !important;
    color: #fff !important;
    background: #0a84ff !important;
    border: 0 !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}
.tt-brand .tt6-hero {
    padding-top: 82px !important;
}
@media (max-width: 1180px) {
    .tt-brand .tm-mainbar {
        width: min(100% - 28px, 1380px) !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
    }
}
@media (max-width: 760px) {
    .tt-brand .tm-mainbar {
        height: 62px !important;
    }
    .tt-brand .tm-logo img {
        width: 188px !important;
    }
}

/* v7 premium cinematic refinement */
.tt-brand .tt6-home {
    background:
        radial-gradient(circle at 12% 0%, rgba(255,108,31,.09), transparent 24%),
        radial-gradient(circle at 84% 12%, rgba(10,132,255,.12), transparent 26%),
        #020406 !important;
}

.tt-brand .tt6-hero {
    min-height: 820px !important;
    background: #020406 !important;
}

.tt-brand .tt6-hero::before {
    opacity: .5 !important;
    background:
        radial-gradient(circle at 50% 30%, rgba(10,132,255,.2), transparent 30%),
        radial-gradient(circle at 68% 72%, rgba(255,111,31,.16), transparent 22%),
        linear-gradient(180deg, rgba(2,4,6,.18) 0%, rgba(2,4,6,.72) 72%, #020406 100%),
        var(--hero-img) !important;
    background-size: cover !important;
    background-position: center 58% !important;
}

.tt-brand .tt6-hero::after {
    background:
        linear-gradient(90deg, rgba(142,209,255,.09) 1px, transparent 1px),
        linear-gradient(180deg, rgba(142,209,255,.07) 1px, transparent 1px) !important;
    background-size: 76px 76px !important;
    opacity: .54 !important;
}

.tt-brand .tt7-atmosphere {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.tt-brand .tt7-radar {
    position: absolute;
    right: max(24px, calc((100vw - 1380px) / 2));
    top: 16%;
    width: min(42vw, 520px);
    aspect-ratio: 1;
    border: 1px solid rgba(114,215,255,.16);
    border-radius: 50%;
    background:
        repeating-radial-gradient(circle, rgba(114,215,255,.18) 0 1px, transparent 1px 58px),
        conic-gradient(from 0deg, transparent 0 76%, rgba(114,215,255,.32) 88%, transparent 100%);
    opacity: .42;
    filter: blur(.2px);
    animation: tt7Radar 9s linear infinite;
}

.tt-brand .tt7-water {
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: 0;
    height: 34%;
    background:
        repeating-linear-gradient(175deg, rgba(114,215,255,.16) 0 1px, transparent 1px 32px),
        linear-gradient(180deg, transparent, rgba(3,18,24,.9));
    opacity: .28;
    transform: skewY(-3deg);
    animation: tt7Water 10s ease-in-out infinite alternate;
}

.tt-brand .tt7-amber {
    position: absolute;
    width: 340px;
    height: 110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,132,45,.56), rgba(255,132,45,.08) 48%, transparent 70%);
    filter: blur(24px);
    opacity: .48;
    animation: tt7Amber 4.8s ease-in-out infinite alternate;
}

.tt-brand .tt7-amber-one {
    left: 12%;
    bottom: 21%;
}

.tt-brand .tt7-amber-two {
    right: 16%;
    bottom: 32%;
    animation-delay: -1.6s;
}

.tt-brand .tt6-stage {
    position: relative;
    z-index: 2;
}

.tt-brand .tt7-status {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 22px;
}

.tt-brand .tt7-status span {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    color: rgba(255,255,255,.82);
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.055);
    box-shadow: inset 0 0 22px rgba(114,215,255,.04);
    backdrop-filter: blur(12px);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tt-brand .tt6-stage p {
    color: rgba(244,249,255,.9) !important;
    text-shadow: 0 8px 34px rgba(0,0,0,.42);
}

.tt-brand .tt6-stage h1 {
    position: relative;
    z-index: 2;
    background-image:
        linear-gradient(180deg, rgba(255,255,255,.45), rgba(255,255,255,.04)),
        linear-gradient(90deg, rgba(255,143,57,.2), transparent 18%, transparent 82%, rgba(114,215,255,.18)),
        var(--hero-img) !important;
    background-position: center 54% !important;
    text-shadow: 0 34px 100px rgba(0,0,0,.6);
    filter: drop-shadow(0 34px 90px rgba(0,0,0,.55)) drop-shadow(0 0 30px rgba(114,215,255,.08)) !important;
}

.tt-brand .tt7-tug-figure {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 126px;
    width: min(42vw, 560px);
    height: 210px;
    transform: translateX(-50%);
    opacity: .88;
    filter: drop-shadow(0 22px 70px rgba(255,114,31,.18));
    animation: tt7Float 5.8s ease-in-out infinite;
    pointer-events: none;
}

.tt-brand .tt7-tug-hull {
    position: absolute;
    left: 6%;
    right: 6%;
    bottom: 50px;
    height: 64px;
    background:
        linear-gradient(90deg, #101820 0%, #1b3a4d 28%, #f06a24 54%, #ffb35f 74%, #152938 100%);
    clip-path: polygon(0 22%, 75% 22%, 100% 0, 92% 66%, 18% 100%, 4% 76%);
    box-shadow: inset 0 -16px 32px rgba(0,0,0,.45), 0 18px 70px rgba(255,116,31,.24);
}

.tt-brand .tt7-tug-cabin {
    position: absolute;
    left: 31%;
    bottom: 112px;
    width: 32%;
    height: 74px;
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(160,185,199,.92));
    clip-path: polygon(10% 100%, 20% 10%, 78% 0, 94% 100%);
    box-shadow: inset 0 -12px 22px rgba(7,27,51,.22);
}

.tt-brand .tt7-tug-cabin::before {
    content: "";
    position: absolute;
    left: 20%;
    right: 18%;
    top: 18px;
    height: 16px;
    background: repeating-linear-gradient(90deg, #07192b 0 18px, transparent 18px 26px);
}

.tt-brand .tt7-tug-mast {
    position: absolute;
    left: 50%;
    bottom: 184px;
    width: 3px;
    height: 54px;
    background: rgba(255,255,255,.8);
}

.tt-brand .tt7-tug-mast::before,
.tt-brand .tt7-tug-mast::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 54px;
    height: 2px;
    background: rgba(255,255,255,.72);
    transform: translateX(-50%);
}

.tt-brand .tt7-tug-mast::before { top: 14px; }
.tt-brand .tt7-tug-mast::after { top: 31px; width: 36px; }

.tt-brand .tt7-tug-light {
    position: absolute;
    right: 14%;
    bottom: 96px;
    width: 90px;
    height: 18px;
    background: radial-gradient(circle at left, rgba(255,151,57,.9), transparent 70%);
    filter: blur(8px);
    animation: tt7Amber 2.6s ease-in-out infinite alternate;
}

.tt-brand .tt7-tug-wake {
    position: absolute;
    left: 11%;
    right: 11%;
    bottom: 20px;
    height: 34px;
    background:
        linear-gradient(90deg, transparent, rgba(114,215,255,.38), transparent),
        repeating-linear-gradient(170deg, rgba(255,255,255,.18) 0 2px, transparent 2px 14px);
    filter: blur(2px);
    opacity: .72;
}

.tt-brand .tt6-hero-bottom {
    position: relative;
    z-index: 3;
    padding: 16px 18px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(2,4,6,.24);
    backdrop-filter: blur(16px);
}

.tt-brand .tt6-hero-bottom a,
.tt-brand .tt6-cta a,
.tt-brand .tm-request {
    box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 18px 44px rgba(10,132,255,.24) !important;
}

.tt-brand .tt6-service,
.tt-brand .tt6-fleet-grid article,
.tt-brand .tt6-process article,
.tt-brand .tt6-why article,
.tt-brand .tt6-coverage-grid a {
    transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease, filter .26s ease;
}

.tt-brand .tt6-service:hover,
.tt-brand .tt6-fleet-grid article:hover,
.tt-brand .tt6-process article:hover,
.tt-brand .tt6-why article:hover,
.tt-brand .tt6-coverage-grid a:hover {
    transform: translateY(-6px);
    border-color: rgba(255,139,55,.36) !important;
    box-shadow: 0 28px 90px rgba(0,0,0,.38), 0 0 70px rgba(255,112,31,.1) !important;
}

.tt-brand .tt6-fleet-grid article {
    position: relative;
    overflow: hidden;
}

.tt-brand .tt6-fleet-grid article::before {
    content: "";
    position: absolute;
    inset: -1px;
    background: linear-gradient(135deg, rgba(255,126,39,.28), transparent 36%, rgba(114,215,255,.16));
    opacity: 0;
    transition: opacity .26s ease;
    pointer-events: none;
}

.tt-brand .tt6-fleet-grid article:hover::before {
    opacity: 1;
}

.tt-brand .tt6-coverage {
    position: relative;
    overflow: hidden;
}

.tt-brand .tt6-coverage::before {
    content: "";
    position: absolute;
    right: 6%;
    top: 42px;
    width: min(34vw, 420px);
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid rgba(114,215,255,.14);
    background:
        repeating-radial-gradient(circle, rgba(114,215,255,.13) 0 1px, transparent 1px 48px),
        conic-gradient(from 120deg, transparent 0 74%, rgba(255,133,45,.22), transparent);
    opacity: .5;
    animation: tt7Radar 12s linear infinite reverse;
}

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

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

@keyframes tt7Amber {
    from { opacity: .28; transform: scale(.94); }
    to { opacity: .62; transform: scale(1.05); }
}

@keyframes tt7Float {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-12px); }
}

@media (prefers-reduced-motion: reduce) {
    .tt-brand .tt7-radar,
    .tt-brand .tt7-water,
    .tt-brand .tt7-amber,
    .tt-brand .tt7-tug-figure,
    .tt-brand .tt6-coverage::before {
        animation: none !important;
    }
}

@media (max-width: 1180px) {
    .tt-brand .tt7-tug-figure {
        width: min(68vw, 500px);
        bottom: 110px;
    }
    .tt-brand .tt7-radar {
        width: 520px;
        right: -120px;
    }
}

@media (max-width: 760px) {
    .tt-brand .tt7-status {
        justify-content: flex-start;
        overflow: auto;
        padding-bottom: 4px;
        flex-wrap: nowrap;
    }
    .tt-brand .tt7-status span {
        white-space: nowrap;
    }
    .tt-brand .tt7-tug-figure {
        width: 92vw;
        height: 160px;
        bottom: 136px;
        opacity: .55;
    }
    .tt-brand .tt7-tug-cabin {
        bottom: 92px;
        height: 54px;
    }
    .tt-brand .tt7-tug-hull {
        bottom: 38px;
        height: 48px;
    }
    .tt-brand .tt7-tug-mast {
        bottom: 144px;
        height: 42px;
    }
    .tt-brand .tt6-hero-bottom {
        padding: 14px;
    }
    .tt-brand .tt7-radar {
        width: 360px;
        right: -180px;
        top: 18%;
    }
}

/* v7 mobile containment pass */
.tt-brand,
.tt-brand .tt6-home {
    overflow-x: hidden;
}

@media (max-width: 760px) {
    .tt-brand .tt6-hero {
        min-height: 920px !important;
        padding-top: 62px !important;
        overflow: hidden !important;
    }

    .tt-brand .tt6-product-nav {
        width: calc(100% - 28px) !important;
        height: 70px !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        gap: 12px !important;
        overflow: hidden !important;
    }

    .tt-brand .tt6-product-nav strong {
        min-width: 0 !important;
        font-size: 20px !important;
        line-height: 1.08 !important;
    }

    .tt-brand .tt6-product-nav div {
        min-width: 0 !important;
        gap: 0 !important;
        overflow: visible !important;
    }

    .tt-brand .tt6-product-nav div a:not(:last-child) {
        display: none !important;
    }

    .tt-brand .tt6-product-nav a:last-child {
        max-width: 144px !important;
        min-height: 38px !important;
        padding: 0 13px !important;
        font-size: 11px !important;
        white-space: normal !important;
        text-align: center !important;
        line-height: 1.08 !important;
    }

    .tt-brand .tt6-stage {
        width: calc(100% - 28px) !important;
        min-height: 700px !important;
        overflow: hidden !important;
        align-content: center !important;
        padding-top: 14px !important;
    }

    .tt-brand .tt7-status {
        justify-content: center !important;
        flex-wrap: wrap !important;
        overflow: visible !important;
        gap: 8px !important;
        margin-bottom: 18px !important;
    }

    .tt-brand .tt7-status span {
        flex: 0 1 auto !important;
        min-height: 30px !important;
        padding: 0 10px !important;
        font-size: 9px !important;
        letter-spacing: .08em !important;
        white-space: normal !important;
        text-align: center !important;
    }

    .tt-brand .tt6-stage p {
        max-width: 340px !important;
        margin-bottom: 24px !important;
        font-size: 23px !important;
        line-height: 1.08 !important;
    }

    .tt-brand .tt6-stage h1 {
        max-width: 100% !important;
        font-size: clamp(62px, 23vw, 88px) !important;
        line-height: .76 !important;
        letter-spacing: -.065em !important;
        transform: translateX(-2px);
    }

    .tt-brand .tt7-tug-figure {
        width: 78vw !important;
        height: 142px !important;
        bottom: 172px !important;
        opacity: .46 !important;
    }

    .tt-brand .tt6-hero-bottom {
        width: 100% !important;
        max-width: 350px !important;
        box-sizing: border-box !important;
        margin-top: 34px !important;
        gap: 14px !important;
    }

    .tt-brand .tt6-hero-bottom span {
        max-width: 100% !important;
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    .tt-brand .tt6-hero-bottom a {
        width: 100% !important;
        min-height: 46px !important;
        padding: 0 14px !important;
        white-space: normal !important;
    }

    .tt-brand .tt6-reveal {
        padding-top: 54px !important;
    }

    .tt-brand .tt6-word {
        width: calc(100% - 28px) !important;
        font-size: clamp(46px, 18vw, 72px) !important;
        line-height: .83 !important;
        letter-spacing: -.035em !important;
    }
}
