:root {
    --tlc-hex-red: #e12635;
    --tlc-hex-cyan: #49cfff;
    --tlc-hex-violet: #8870ff;
    --tlc-hex-ink: #07090d;
    --tlc-hex-panel: #11161d;
    --tlc-hex-line: rgba(226, 234, 244, 0.82);
}

.tlc-hex-home-active #main,
.tlc-hex-home-active #content {
    max-width: none;
    margin: 0;
    padding: 0;
    background: var(--tlc-hex-ink);
}

.tlc-hex-home {
    position: relative;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.82);
    background: var(--tlc-hex-ink);
    isolation: isolate;
}

.tlc-hex-home *,
.tlc-hex-home *::before,
.tlc-hex-home *::after {
    box-sizing: border-box;
}

.tlc-hex-hero {
    position: relative;
    min-height: 1040px;
    padding: 34px clamp(20px, 4vw, 70px) 86px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 34%, rgba(70, 199, 255, 0.09), transparent 32rem),
        radial-gradient(circle at 75% 78%, rgba(197, 35, 44, 0.09), transparent 28rem),
        linear-gradient(145deg, #080a0e 0%, #11151b 48%, #090a0d 100%);
}

.tlc-hex-hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    content: "";
    opacity: 0.3;
    background-image:
        linear-gradient(30deg, rgba(112, 149, 174, 0.1) 12%, transparent 12.5%, transparent 87%, rgba(112, 149, 174, 0.1) 87.5%, rgba(112, 149, 174, 0.1)),
        linear-gradient(150deg, rgba(112, 149, 174, 0.1) 12%, transparent 12.5%, transparent 87%, rgba(112, 149, 174, 0.1) 87.5%, rgba(112, 149, 174, 0.1)),
        linear-gradient(30deg, rgba(112, 149, 174, 0.1) 12%, transparent 12.5%, transparent 87%, rgba(112, 149, 174, 0.1) 87.5%, rgba(112, 149, 174, 0.1)),
        linear-gradient(150deg, rgba(112, 149, 174, 0.1) 12%, transparent 12.5%, transparent 87%, rgba(112, 149, 174, 0.1) 87.5%, rgba(112, 149, 174, 0.1)),
        linear-gradient(60deg, rgba(70, 199, 255, 0.07) 25%, transparent 25.5%, transparent 75%, rgba(70, 199, 255, 0.07) 75%, rgba(70, 199, 255, 0.07));
    background-position: 0 0, 0 0, 42px 73px, 42px 73px, 0 0;
    background-size: 84px 146px;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.8) 66%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.8) 66%, transparent 100%);
}

.tlc-hex-hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 260px;
    pointer-events: none;
    content: "";
    background: linear-gradient(to bottom, transparent, var(--tlc-hex-ink));
}

.tlc-hex-hero__topbar {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    max-width: 1320px;
    margin: 0 auto;
}

.tlc-hex-hero__actions {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

.tlc-theme-player {
    --tlc-audio-progress: 0%;
    display: grid;
    grid-template-columns: 36px minmax(116px, 150px) minmax(120px, 210px) 78px 74px;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 7px 10px;
    color: rgba(255, 255, 255, 0.78);
    background:
        radial-gradient(circle at 12% 0, rgba(70, 199, 255, 0.13), transparent 42%),
        linear-gradient(125deg, rgba(19, 25, 34, 0.94), rgba(7, 10, 15, 0.96));
    border: 1px solid rgba(139, 226, 255, 0.28);
    border-radius: 999px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.tlc-theme-player.is-playing {
    border-color: rgba(139, 226, 255, 0.62);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.38), 0 0 24px rgba(70, 199, 255, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.tlc-theme-player__audio {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.tlc-theme-player button {
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    font: inherit;
    line-height: 1;
    text-transform: none;
    background: none;
    border: 0;
    box-shadow: none;
}

.tlc-theme-player button:hover,
.tlc-theme-player button:focus-visible {
    color: #fff;
    background: none;
    box-shadow: none;
}

.tlc-theme-player__play {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    font-size: 13px !important;
    background: linear-gradient(140deg, #3acaff, #117daa) !important;
    border: 1px solid rgba(255, 255, 255, 0.38) !important;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(70, 199, 255, 0.24) !important;
    transition: transform 160ms ease, box-shadow 160ms ease !important;
}

.tlc-theme-player__play:hover,
.tlc-theme-player__play:focus-visible {
    transform: scale(1.07);
    box-shadow: 0 0 26px rgba(70, 199, 255, 0.42) !important;
}

.tlc-theme-player__play span {
    transform: translateX(1px);
}

.tlc-theme-player.is-playing .tlc-theme-player__play span {
    transform: none;
}

.tlc-theme-player__meta {
    display: flex;
    min-width: 0;
    flex-direction: column;
    line-height: 1.08;
}

.tlc-theme-player__meta > span {
    color: rgba(139, 226, 255, 0.72);
    font-size: 8px;
    font-weight: 850;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.tlc-theme-player__meta strong {
    margin-top: 4px;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.015em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tlc-theme-player__progress {
    width: 100%;
    height: 4px;
    margin: 0;
    padding: 0 !important;
    appearance: none;
    cursor: pointer;
    background: linear-gradient(90deg, var(--tlc-hex-cyan) 0 var(--tlc-audio-progress), rgba(255, 255, 255, 0.15) var(--tlc-audio-progress) 100%) !important;
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: none !important;
}

.tlc-theme-player__progress::-webkit-slider-thumb {
    width: 12px;
    height: 12px;
    appearance: none;
    background: #fff;
    border: 2px solid var(--tlc-hex-cyan);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(70, 199, 255, 0.5);
}

.tlc-theme-player__progress::-moz-range-thumb {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid var(--tlc-hex-cyan);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(70, 199, 255, 0.5);
}

.tlc-theme-player__time {
    color: rgba(255, 255, 255, 0.58);
    font-size: 9px;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.tlc-theme-player__mute {
    min-height: 30px !important;
    padding: 0 8px !important;
    color: rgba(255, 255, 255, 0.68) !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 999px !important;
}

.tlc-theme-player__mute:hover,
.tlc-theme-player__mute:focus-visible {
    color: #fff !important;
    border-color: rgba(70, 199, 255, 0.5) !important;
}

.tlc-hex-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.055em;
    text-decoration: none !important;
    background: linear-gradient(110deg, #c5232c, #e33b48);
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;
    box-shadow: 0 9px 26px rgba(197, 35, 44, 0.28);
    transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

.tlc-hex-button--ghost {
    color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.045);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: none;
}

.tlc-hex-button:hover,
.tlc-hex-button:focus-visible {
    color: #fff !important;
    border-color: rgba(70, 199, 255, 0.54);
    box-shadow: 0 12px 30px rgba(197, 35, 44, 0.38), 0 0 22px rgba(70, 199, 255, 0.12);
    transform: translateY(-2px);
}

.tlc-hex-button:focus-visible,
.tlc-hex-home button:focus-visible,
.tlc-hex-home a:focus-visible,
.tlc-hex-home input:focus-visible {
    outline: 3px solid var(--tlc-hex-cyan) !important;
    outline-offset: 4px !important;
}

.tlc-hex-hero__intro {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 26px auto 6px;
    text-align: center;
}

.tlc-hex-hero__intro > p:first-child {
    margin: 0 0 13px;
    color: rgba(255, 255, 255, 0.58);
    font-size: clamp(11px, 1.15vw, 15px);
    font-weight: 800;
    letter-spacing: 0.34em;
    text-transform: uppercase;
}

.tlc-hex-hero h1 {
    max-width: 880px;
    margin: 0 auto;
    color: #fff;
    font-size: clamp(40px, 5.4vw, 76px);
    font-weight: 750;
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-wrap: balance;
    text-shadow: 0 6px 36px rgba(0, 0, 0, 0.62);
}

.tlc-hex-hero h1 span {
    color: transparent;
    background: linear-gradient(100deg, #fff 0%, #9fe4ff 42%, #fff 58%, #ff8188 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.tlc-hex-hero__rule {
    width: 130px;
    height: 2px;
    margin: 20px auto;
    background: linear-gradient(90deg, transparent, var(--tlc-hex-cyan), var(--tlc-hex-red), transparent);
    box-shadow: 0 0 18px rgba(70, 199, 255, 0.48);
}

.tlc-hex-hero__lede {
    max-width: 730px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.66);
    font-size: clamp(15px, 1.6vw, 20px);
    line-height: 1.62;
    text-wrap: balance;
}

.tlc-hex-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-areas:
        ". . search . ."
        "robot technology search intro led"
        "special technology logo intro gallery"
        "event about logo news contact";
    grid-template-columns: minmax(116px, 0.72fr) minmax(210px, 1.24fr) minmax(220px, 1.3fr) minmax(210px, 1.24fr) minmax(116px, 0.72fr);
    grid-template-rows: 120px 190px 190px 190px;
    gap: 8px 10px;
    width: min(1240px, calc(100% - 32px));
    margin: 28px auto 0;
    opacity: 1;
    transition: opacity 260ms ease;
}

.tlc-hex-home--booting .tlc-hex-grid {
    opacity: 0;
    animation: tlc-hex-boot-fallback 320ms ease 2200ms forwards;
}

@keyframes tlc-hex-boot-fallback {
    to { opacity: 1; }
}

.tlc-hex-tile,
.tlc-hex-core {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 0;
    margin: 0 !important;
    padding: 0;
    overflow: hidden;
    color: #fff !important;
    text-decoration: none !important;
    background: rgba(13, 17, 23, 0.94);
    border: 0;
    cursor: pointer;
    clip-path: polygon(50% 0, 94% 24%, 94% 76%, 50% 100%, 6% 76%, 6% 24%);
    filter: drop-shadow(0 15px 24px rgba(0, 0, 0, 0.34));
    isolation: isolate;
    transform: translateZ(0) scale(1);
    transform-origin: center;
    backface-visibility: hidden;
}

.tlc-hex-home.is-interaction-ready .tlc-hex-tile,
.tlc-hex-home.is-interaction-ready .tlc-hex-core {
    transition:
        clip-path 500ms cubic-bezier(0.6, 0.2, 0.2, 1),
        filter 300ms ease,
        opacity 300ms ease,
        transform 500ms cubic-bezier(0.6, 0.2, 0.2, 1);
}

.tlc-hex-home.is-interaction-ready .tlc-hex-tile.is-enlarged,
.tlc-hex-home.is-interaction-ready .tlc-hex-core.is-enlarged {
    will-change: transform, clip-path;
}

.tlc-hex-tile::after,
.tlc-hex-core::after {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    content: "";
    background: var(--tlc-hex-line);
    border: 0;
    clip-path: none;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='50,1 94,24 94,76 50,99 6,76 6,24' fill='none' stroke='white' stroke-width='1.5' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='50,1 94,24 94,76 50,99 6,76 6,24' fill='none' stroke='white' stroke-width='1.5' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
    filter: drop-shadow(0 0 5px rgba(205, 220, 237, 0.2));
    transition: background-color 180ms ease, filter 180ms ease;
}

.tlc-hex-tile:hover::after,
.tlc-hex-tile:focus-visible::after,
.tlc-hex-core:hover::after,
.tlc-hex-core:focus-visible::after {
    background: rgba(70, 199, 255, 0.92);
    filter: drop-shadow(0 0 8px rgba(70, 199, 255, 0.45));
}

.tlc-hex-tile__shape {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.2));
}

.tlc-hex-tile__media,
.tlc-hex-tile__media img,
.tlc-hex-tile__media video,
.tlc-hex-tile__scrim {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.tlc-hex-tile__media img,
.tlc-hex-tile__media video {
    object-fit: cover;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: opacity 260ms ease, transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 260ms ease;
}

.tlc-hex-tile__media video {
    z-index: 2;
    opacity: 0;
}

.tlc-hex-area--about .tlc-hex-tile__media > img:first-child {
    z-index: 1;
}

.tlc-hex-area--about .tlc-hex-tile__team-next {
    z-index: 2;
    opacity: 0;
    transform: scale(1.015);
    transition: opacity 680ms ease, transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.tlc-hex-area--about .tlc-hex-tile__team-next.is-visible {
    opacity: 1;
    transform: scale(1.035);
}

.tlc-hex-tile.is-video-active .tlc-hex-tile__media video {
    opacity: 1;
}

.tlc-hex-tile:hover .tlc-hex-tile__media img,
.tlc-hex-tile:focus-within .tlc-hex-tile__media img {
    filter: saturate(1.15) contrast(1.04);
    transform: scale(1.045);
}

.tlc-hex-tile__scrim {
    z-index: 3;
    background: linear-gradient(180deg, rgba(3, 6, 10, 0.1) 8%, rgba(3, 6, 10, 0.24) 45%, rgba(3, 6, 10, 0.92) 100%);
}

.tlc-hex-tile__content {
    position: relative;
    z-index: 4;
    display: flex;
    align-self: flex-end;
    flex-direction: column;
    width: 100%;
    padding: 22px clamp(16px, 2.2vw, 30px) 28px;
    text-align: center;
    text-shadow: 0 3px 16px rgba(0, 0, 0, 0.9);
}

.tlc-hex-tile__content em {
    align-self: center;
    margin-bottom: 7px;
    padding: 4px 9px;
    color: #111820;
    font-size: 9px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-shadow: none;
    text-transform: uppercase;
    background: #8ee3ff;
    border-radius: 999px;
}

.tlc-hex-tile__content strong,
.tlc-hex-core strong {
    color: #fff;
    font-size: clamp(16px, 1.7vw, 24px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.tlc-hex-tile__content small,
.tlc-hex-core small {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(10px, 0.95vw, 13px);
    line-height: 1.35;
}

.tlc-hex-area--robot { grid-area: robot; }
.tlc-hex-area--special { grid-area: special; }
.tlc-hex-area--event { grid-area: event; }
.tlc-hex-area--technology { grid-area: technology; }
.tlc-hex-area--about { grid-area: about; }
.tlc-hex-area--news { grid-area: news; }
.tlc-hex-area--led { grid-area: led; }
.tlc-hex-area--gallery { grid-area: gallery; }
.tlc-hex-area--contact { grid-area: contact; }

.tlc-hex-area--robot .tlc-hex-tile__content,
.tlc-hex-area--special .tlc-hex-tile__content,
.tlc-hex-area--event .tlc-hex-tile__content,
.tlc-hex-area--led .tlc-hex-tile__content,
.tlc-hex-area--gallery .tlc-hex-tile__content,
.tlc-hex-area--contact .tlc-hex-tile__content {
    padding: 14px 10px 46px;
}

.tlc-hex-area--robot strong,
.tlc-hex-area--special strong,
.tlc-hex-area--event strong,
.tlc-hex-area--led strong,
.tlc-hex-area--gallery strong,
.tlc-hex-area--contact strong {
    display: block;
    width: 84%;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(14px, 1.3vw, 19px);
    line-height: 1.06;
    overflow-wrap: anywhere;
}

.tlc-hex-area--robot .tlc-hex-tile__content em,
.tlc-hex-area--special .tlc-hex-tile__content em,
.tlc-hex-area--event .tlc-hex-tile__content em,
.tlc-hex-area--led .tlc-hex-tile__content em,
.tlc-hex-area--gallery .tlc-hex-tile__content em,
.tlc-hex-area--contact .tlc-hex-tile__content em {
    max-width: 88%;
    padding: 3px 7px;
    font-size: 8px;
    line-height: 1.15;
    white-space: normal;
}

.tlc-hex-area--robot small,
.tlc-hex-area--special small,
.tlc-hex-area--event small,
.tlc-hex-area--led small,
.tlc-hex-area--gallery small,
.tlc-hex-area--contact small {
    display: none;
}

.tlc-hex-core {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 35px;
    text-align: center;
    background:
        radial-gradient(circle at 50% 30%, rgba(70, 199, 255, 0.1), transparent 46%),
        linear-gradient(145deg, rgba(25, 31, 40, 0.98), rgba(8, 11, 16, 0.98));
}

.tlc-hex-core__background,
.tlc-hex-core__veil {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.tlc-hex-core__background {
    z-index: 1;
    object-fit: cover;
    opacity: 0.42;
    filter: saturate(0.92) contrast(1.08) brightness(0.72);
    transform: scale(1.06);
    transition: opacity 420ms ease, filter 420ms ease, transform 760ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.tlc-hex-core__veil {
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(3, 6, 10, 0.12), rgba(3, 6, 10, 0.46) 48%, rgba(3, 6, 10, 0.92));
}

.tlc-hex-core > :not(.tlc-hex-core__background):not(.tlc-hex-core__veil) {
    position: relative;
    z-index: 4;
}

.tlc-hex-core.is-enlarged .tlc-hex-core__background,
.tlc-hex-core:hover .tlc-hex-core__background,
.tlc-hex-core:focus-visible .tlc-hex-core__background {
    opacity: 0.88;
    filter: saturate(1.12) contrast(1.05) brightness(0.88);
    transform: scale(1.01);
}

.tlc-hex-core--search { grid-area: search; }
.tlc-hex-core--intro { grid-area: intro; }
.tlc-hex-core--logo { grid-area: logo; }

.tlc-hex-core__icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 12px;
    place-items: center;
    color: var(--tlc-hex-cyan);
    font-size: 38px;
    line-height: 1;
    border: 1px solid rgba(70, 199, 255, 0.45);
    border-radius: 50%;
    box-shadow: 0 0 24px rgba(70, 199, 255, 0.14);
}

.tlc-hex-core__icon--play {
    padding-left: 4px;
    font-size: 20px;
}

.tlc-hex-core--logo {
    justify-content: center;
    padding: 24px;
    background-color: #373b3f;
    background-image: url("assets/logo-rotation-poster.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(100% - 48px) auto;
}

.tlc-hex-core--logo .tlc-hex-core__logo-motion {
    position: relative;
    inset: auto;
    z-index: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    flex: 0 0 auto;
    object-fit: contain;
    opacity: 1;
    background: #373b3f;
    filter: saturate(1.08) contrast(1.04) brightness(1.02);
    transform: scale(1.01);
}

.tlc-hex-core--logo .tlc-hex-core__veil {
    z-index: 3;
    opacity: 0;
    background: transparent;
    transition: opacity 360ms ease;
}

.tlc-hex-core__logo-caption {
    position: relative !important;
    inset: auto;
    z-index: 4 !important;
    width: 100%;
    margin-top: 9px;
    color: rgba(255, 255, 255, 0.94) !important;
    font-size: clamp(8px, 0.78vw, 10px);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.16em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.92);
    text-transform: uppercase;
    transition: color 220ms ease, opacity 220ms ease, transform 420ms ease;
}

.tlc-hex-core--logo.is-enlarged .tlc-hex-core__logo-motion,
.tlc-hex-core--logo:hover .tlc-hex-core__logo-motion,
.tlc-hex-core--logo:focus-visible .tlc-hex-core__logo-motion {
    opacity: 1;
    filter: saturate(1.1) contrast(1.04) brightness(1.03);
    transform: scale(1.01);
}

.tlc-hex-core--logo.is-enlarged .tlc-hex-core__veil,
.tlc-hex-core--logo:hover .tlc-hex-core__veil,
.tlc-hex-core--logo:focus-visible .tlc-hex-core__veil {
    opacity: 0;
    background: transparent;
}

.tlc-hex-core--logo.is-enlarged .tlc-hex-core__logo-caption,
.tlc-hex-core--logo:hover .tlc-hex-core__logo-caption,
.tlc-hex-core--logo:focus-visible .tlc-hex-core__logo-caption {
    color: #9fe4ff !important;
    transform: translateY(-2px);
}

.tlc-hex-scroll-cue {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.tlc-hex-scroll-cue span {
    display: block;
    width: 44px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--tlc-hex-cyan));
}

.tlc-home-section-eyebrow {
    margin: 0 0 9px;
    color: var(--tlc-hex-cyan);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.tlc-home-authority {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    width: min(1160px, calc(100% - 32px));
    margin: -26px auto 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(139, 226, 255, 0.24);
    border-radius: 22px;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34), 0 0 38px rgba(70, 199, 255, 0.05);
}

.tlc-home-authority > article {
    padding: clamp(24px, 3.4vw, 42px);
    background:
        radial-gradient(circle at 0 0, rgba(70, 199, 255, 0.11), transparent 42%),
        linear-gradient(145deg, rgba(18, 24, 32, 0.98), rgba(8, 11, 16, 0.98));
}

.tlc-home-authority > article:nth-child(2) {
    background:
        radial-gradient(circle at 100% 100%, rgba(197, 35, 44, 0.12), transparent 42%),
        linear-gradient(145deg, rgba(18, 24, 32, 0.98), rgba(8, 11, 16, 0.98));
}

.tlc-home-authority h2,
.tlc-home-effects-intro h2,
.tlc-home-service-depth h2 {
    margin: 0;
    color: #fff;
    font-weight: 760;
    line-height: 1.08;
    letter-spacing: -0.025em;
    text-wrap: balance;
}

.tlc-home-authority h2 {
    font-size: clamp(25px, 2.5vw, 36px);
}

.tlc-home-authority h2 + p,
.tlc-home-effects-intro h2 + p,
.tlc-home-service-depth h2 + p {
    margin: 15px 0 0;
    color: rgba(255, 255, 255, 0.67);
    font-size: 15px;
    line-height: 1.62;
}

.tlc-home-authority__metrics {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: rgba(7, 10, 15, 0.98);
}

.tlc-home-authority__metrics > div {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 94px;
    padding: 15px 20px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.tlc-home-authority__metrics > div:last-child {
    border-right: 0;
}

.tlc-home-authority__metrics strong {
    color: #fff;
    font-size: clamp(21px, 2.4vw, 34px);
    line-height: 1;
    letter-spacing: -0.035em;
}

.tlc-home-authority__metrics span {
    margin-top: 7px;
    color: rgba(139, 226, 255, 0.78);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tlc-home-effects-intro {
    position: relative;
    z-index: 3;
    width: min(920px, calc(100% - 32px));
    margin: 0 auto 90px;
    padding: clamp(34px, 5vw, 62px);
    text-align: center;
    background:
        radial-gradient(circle at 50% 0, rgba(70, 199, 255, 0.13), transparent 44%),
        radial-gradient(circle at 100% 100%, rgba(197, 35, 44, 0.12), transparent 38%),
        linear-gradient(145deg, #111821, #080b10);
    border: 1px solid rgba(139, 226, 255, 0.22);
    border-radius: 22px;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
}

.tlc-home-effects-intro h2 {
    font-size: clamp(30px, 3.8vw, 50px);
}

.tlc-home-effects-intro h2 + p {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.tlc-home-effects-intro__actions {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

.tlc-home-service-depth {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    width: min(1180px, calc(100% - 32px));
    margin: 74px auto 0;
}

.tlc-home-service-depth article {
    padding: clamp(27px, 3vw, 40px);
    background:
        radial-gradient(circle at 0 0, rgba(70, 199, 255, 0.1), transparent 38%),
        linear-gradient(145deg, #121821, #080b10);
    border: 1px solid rgba(139, 226, 255, 0.18);
    border-radius: 20px;
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.3);
}

.tlc-home-service-depth article:nth-child(2) {
    border-color: rgba(255, 255, 255, 0.18);
}

.tlc-home-service-depth article:nth-child(3) {
    border-color: rgba(225, 38, 53, 0.28);
}

.tlc-home-service-depth h2 {
    font-size: clamp(24px, 2.4vw, 34px);
}

.tlc-hex-proof {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1120px;
    margin: -26px auto 0;
    padding: 24px;
    background: rgba(12, 16, 22, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.38);
}

.tlc-hex-proof > div {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 90px;
    padding: 12px 24px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.11);
}

.tlc-hex-proof > div:last-child {
    border-right: 0;
}

.tlc-hex-proof strong {
    color: #fff;
    font-size: clamp(24px, 3vw, 40px);
    line-height: 1;
    letter-spacing: -0.04em;
}

.tlc-hex-proof span {
    margin-top: 8px;
    color: var(--tlc-hex-cyan);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.tlc-hex-home-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 50px;
    align-items: center;
    max-width: 1160px;
    margin: 82px auto;
    padding: clamp(38px, 6vw, 72px);
    background:
        radial-gradient(circle at 0 0, rgba(70, 199, 255, 0.17), transparent 35%),
        radial-gradient(circle at 100% 100%, rgba(197, 35, 44, 0.2), transparent 37%),
        linear-gradient(135deg, #131a23, #090c11);
    border: 1px solid rgba(70, 199, 255, 0.3);
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
}

.tlc-hex-home-cta > div > p:first-child {
    margin-bottom: 10px;
    color: var(--tlc-hex-cyan);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.tlc-hex-home-cta h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1;
    letter-spacing: -0.04em;
}

.tlc-hex-home-cta h2 + p {
    max-width: 690px;
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 17px;
    line-height: 1.62;
}

.tlc-hex-home-cta__actions {
    display: flex;
    gap: 12px;
    align-items: stretch;
    flex-direction: column;
    min-width: 210px;
}

.tlc-hex-modal[hidden] {
    display: none !important;
}

.tlc-hex-modal {
    position: fixed;
    inset: 0;
    z-index: 10000001;
    display: grid;
    padding: 24px;
    overflow: auto;
    place-items: center;
    background: rgba(2, 4, 8, 0.86);
    -webkit-backdrop-filter: blur(15px) saturate(125%);
    backdrop-filter: blur(15px) saturate(125%);
}

body.tlc-hex-modal-open {
    overflow: hidden;
}

.tlc-hex-modal__panel {
    position: relative;
    width: min(920px, 100%);
    max-height: min(82vh, 800px);
    padding: clamp(28px, 5vw, 56px);
    overflow: auto;
    color: rgba(255, 255, 255, 0.82);
    background:
        radial-gradient(circle at 5% 0, rgba(70, 199, 255, 0.14), transparent 34%),
        linear-gradient(145deg, #151b24, #080b10);
    border: 1px solid rgba(70, 199, 255, 0.42);
    border-radius: 22px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7), 0 0 40px rgba(70, 199, 255, 0.08);
}

.tlc-hex-modal__panel--video {
    width: min(1100px, 100%);
    padding: 14px;
    overflow: visible;
}

.tlc-hex-modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 4;
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    cursor: pointer;
}

.tlc-hex-modal__eyebrow {
    margin: 0 0 10px;
    color: var(--tlc-hex-cyan);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.tlc-hex-modal h2 {
    max-width: 720px;
    margin: 0 56px 28px 0;
    color: #fff;
    font-size: clamp(32px, 5vw, 54px);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.tlc-hex-modal label {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tlc-hex-modal input[type="search"] {
    width: 100%;
    min-height: 56px;
    margin: 0;
    padding: 0 18px;
    color: #fff;
    font-size: 17px;
    background: rgba(3, 6, 10, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    box-shadow: none;
}

.tlc-hex-modal input[type="search"]:focus {
    border-color: var(--tlc-hex-cyan);
    box-shadow: 0 0 0 3px rgba(70, 199, 255, 0.14);
}

.tlc-hex-search-status {
    margin: 13px 0 20px;
    color: rgba(255, 255, 255, 0.54);
    font-size: 12px;
}

.tlc-hex-effect-results {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.tlc-hex-effect-results a {
    display: flex;
    min-height: 78px;
    padding: 14px;
    flex-direction: column;
    justify-content: center;
    color: #fff !important;
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 11px;
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.tlc-hex-effect-results a:hover,
.tlc-hex-effect-results a:focus-visible {
    background: linear-gradient(100deg, rgba(70, 199, 255, 0.14), rgba(197, 35, 44, 0.08));
    border-color: rgba(70, 199, 255, 0.46);
    transform: translateY(-2px);
}

.tlc-hex-effect-results a[hidden] {
    display: none;
}

.tlc-hex-effect-results span {
    color: #fff;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.25;
}

.tlc-hex-effect-results small {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tlc-hex-intro-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
    border-radius: 14px;
}

.tlc-hex-intro-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 1050px) {
    .tlc-hex-hero {
        min-height: auto;
    }

    .tlc-hex-hero__topbar {
        flex-wrap: wrap;
    }

    .tlc-theme-player {
        flex: 1 1 520px;
    }

    .tlc-hex-grid {
        grid-template-areas:
            "search search"
            "technology intro"
            "logo logo"
            "robot led"
            "special gallery"
            "event contact"
            "about news";
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(7, 250px);
        gap: 14px;
        width: min(740px, calc(100% - 28px));
        margin-top: 42px;
    }

    .tlc-hex-tile,
    .tlc-hex-core {
        grid-area: auto;
    }

    .tlc-hex-tile .tlc-hex-tile__content {
        padding: 18px 22px 58px !important;
    }

    .tlc-hex-tile .tlc-hex-tile__content strong {
        max-width: 100%;
        font-size: clamp(17px, 3.2vw, 23px);
        line-height: 1.05;
    }

    .tlc-hex-tile .tlc-hex-tile__content small {
        max-width: 92%;
        margin-right: auto;
        margin-left: auto;
        font-size: 11px;
        line-height: 1.25;
    }

    .tlc-hex-core--search { grid-area: search; }
    .tlc-hex-area--technology { grid-area: technology; }
    .tlc-hex-core--intro { grid-area: intro; }
    .tlc-hex-core--logo { grid-area: logo; }
    .tlc-hex-area--robot { grid-area: robot; }
    .tlc-hex-area--led { grid-area: led; }
    .tlc-hex-area--special { grid-area: special; }
    .tlc-hex-area--gallery { grid-area: gallery; }
    .tlc-hex-area--event { grid-area: event; }
    .tlc-hex-area--contact { grid-area: contact; }
    .tlc-hex-area--about { grid-area: about; }
    .tlc-hex-area--news { grid-area: news; }

    .tlc-hex-area--robot small,
    .tlc-hex-area--special small,
    .tlc-hex-area--event small,
    .tlc-hex-area--led small,
    .tlc-hex-area--gallery small,
    .tlc-hex-area--contact small {
        display: block;
    }

    .tlc-hex-home-cta {
        grid-template-columns: 1fr;
        margin-right: 24px;
        margin-left: 24px;
    }

    .tlc-hex-home-cta__actions {
        align-items: flex-start;
        flex-direction: row;
    }

    .tlc-home-authority {
        width: min(740px, calc(100% - 28px));
    }

    .tlc-home-service-depth {
        grid-template-columns: 1fr;
        width: min(740px, calc(100% - 28px));
    }
}

@media (min-width: 1051px) {
    .tlc-hex-grid.has-enlarged > .tlc-hex-tile:not(.is-enlarged),
    .tlc-hex-grid.has-enlarged > .tlc-hex-core:not(.is-enlarged) {
        opacity: 0.48;
        filter: saturate(0.62) brightness(0.68) drop-shadow(0 8px 16px rgba(0, 0, 0, 0.25));
        transform: scale(0.96);
    }

    .tlc-hex-grid > .is-enlarged {
        z-index: 30;
        opacity: 1;
        filter: saturate(1.14) brightness(1.04) drop-shadow(0 28px 42px rgba(0, 0, 0, 0.68));
    }

    .tlc-hex-area--robot.is-enlarged,
    .tlc-hex-area--special.is-enlarged,
    .tlc-hex-area--event.is-enlarged,
    .tlc-hex-area--led.is-enlarged,
    .tlc-hex-area--gallery.is-enlarged,
    .tlc-hex-area--contact.is-enlarged,
    .tlc-hex-area--about.is-enlarged,
    .tlc-hex-area--news.is-enlarged {
        transform: scale(1.42);
    }

    .tlc-hex-area--technology.is-enlarged,
    .tlc-hex-core.is-enlarged {
        clip-path: polygon(0 26%, 100% 26%, 100% 74%, 100% 74%, 0 74%, 0 26%);
        transform: scale(1.5);
    }

    .tlc-hex-area--technology.is-enlarged .tlc-hex-tile__content {
        align-self: center;
        padding: 20px 26px !important;
    }

    .tlc-hex-grid > .is-enlarged::after {
        background: rgba(139, 226, 255, 0.94);
        filter: drop-shadow(0 0 10px rgba(70, 199, 255, 0.52));
    }

    .tlc-hex-area--technology.is-enlarged::after,
    .tlc-hex-core.is-enlarged::after {
        inset: 26% 0;
        background: transparent;
        border: 2px solid rgba(139, 226, 255, 0.94);
        -webkit-mask: none;
        mask: none;
    }

    .tlc-hex-tile.is-enlarged .tlc-hex-tile__media img,
    .tlc-hex-tile.is-enlarged .tlc-hex-tile__media video {
        filter: saturate(1.16) contrast(1.05);
        transform: scale(1.055);
    }

    /* Fill the enlarged center rectangle with the live 360-degree TLC video. */
    .tlc-hex-core--logo.is-enlarged .tlc-hex-core__logo-motion {
        position: absolute;
        top: 26%;
        right: 0;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 48%;
        aspect-ratio: auto;
        object-fit: contain;
        opacity: 1;
        background: #373b3f;
        filter: saturate(1.1) contrast(1.04) brightness(1.03);
        transform: none;
    }

    .tlc-hex-core--logo.is-enlarged .tlc-hex-core__logo-caption {
        opacity: 0;
        transform: translateY(4px);
    }

    .tlc-hex-tile.is-enlarged .tlc-hex-tile__scrim {
        background: linear-gradient(180deg, rgba(3, 6, 10, 0.04) 8%, rgba(3, 6, 10, 0.18) 44%, rgba(3, 6, 10, 0.94) 100%);
    }

    .tlc-hex-tile.is-enlarged .tlc-hex-tile__content small {
        display: block;
        font-size: 10px;
    }

    .tlc-hex-area--technology small,
    .tlc-hex-area--about small,
    .tlc-hex-area--news small {
        display: none;
    }

    .tlc-hex-area--technology .tlc-hex-tile__content,
    .tlc-hex-area--about .tlc-hex-tile__content,
    .tlc-hex-area--news .tlc-hex-tile__content {
        padding-bottom: 34px;
    }
}

@media (max-width: 650px) {
    .tlc-hex-hero {
        padding: 20px 14px 62px;
    }

    .tlc-hex-hero__topbar {
        align-items: stretch;
        flex-direction: column;
        justify-content: center;
    }

    .tlc-hex-hero__actions {
        justify-content: center;
        order: 2;
    }

    .tlc-theme-player {
        grid-template-areas:
            "play meta mute"
            "progress progress time";
        grid-template-columns: 36px minmax(0, 1fr) auto;
        grid-template-rows: auto auto;
        flex: none;
        gap: 9px 10px;
        width: 100%;
        padding: 10px 12px;
        border-radius: 20px;
    }

    .tlc-theme-player__play { grid-area: play; }
    .tlc-theme-player__meta { grid-area: meta; }
    .tlc-theme-player__progress { grid-area: progress; }
    .tlc-theme-player__time { grid-area: time; }
    .tlc-theme-player__mute { grid-area: mute; }

    .tlc-hex-button {
        min-height: 44px;
        padding-right: 17px;
        padding-left: 17px;
        font-size: 11px;
    }

    .tlc-hex-hero__intro {
        margin-top: 36px;
    }

    .tlc-hex-hero h1 {
        font-size: clamp(38px, 12vw, 56px);
    }

    .tlc-hex-grid {
        display: grid;
        grid-auto-columns: min(84vw, 350px);
        grid-auto-flow: column;
        grid-template-areas: none;
        grid-template-columns: none;
        grid-template-rows: minmax(390px, 1fr);
        gap: 14px;
        width: calc(100% + 28px);
        margin-top: 34px;
        margin-left: -14px;
        padding: 0 14px 18px;
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-x: contain;
        scroll-padding-inline: 14px;
        scroll-snap-type: x mandatory;
        scrollbar-color: var(--tlc-hex-red) rgba(255, 255, 255, 0.08);
        scrollbar-width: thin;
        touch-action: pan-x;
    }

    .tlc-hex-grid::-webkit-scrollbar {
        height: 5px;
    }

    .tlc-hex-grid::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.08);
        border-radius: 999px;
    }

    .tlc-hex-grid::-webkit-scrollbar-thumb {
        background: linear-gradient(90deg, var(--tlc-hex-cyan), var(--tlc-hex-red));
        border-radius: 999px;
    }

    .tlc-hex-tile,
    .tlc-hex-core {
        grid-area: auto !important;
        width: 100%;
        min-height: 390px;
        clip-path: none;
        border: 2px solid rgba(226, 234, 244, 0.72);
        border-radius: 26px;
        filter: none;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        transform: none !important;
        will-change: auto;
    }

    .tlc-hex-tile::after,
    .tlc-hex-core::after {
        display: none;
    }

    .tlc-hex-core--search { order: -3; }
    .tlc-hex-core--intro { order: -2; }
    .tlc-hex-core--logo { order: -1; }

    .tlc-hex-tile .tlc-hex-tile__content {
        padding: 26px !important;
        text-align: left;
    }

    .tlc-hex-tile__content em {
        align-self: flex-start;
    }

    .tlc-hex-tile__content strong,
    .tlc-hex-core strong {
        font-size: 24px !important;
    }

    .tlc-hex-tile__content small,
    .tlc-hex-core small,
    .tlc-hex-area--robot small,
    .tlc-hex-area--special small,
    .tlc-hex-area--event small,
    .tlc-hex-area--led small,
    .tlc-hex-area--gallery small,
    .tlc-hex-area--contact small {
        display: block;
        font-size: 13px;
    }

    .tlc-hex-proof {
        grid-template-columns: 1fr;
        margin: 0 14px;
        padding: 14px;
    }

    .tlc-home-authority {
        grid-template-columns: 1fr;
        width: 100%;
        margin-top: 34px;
        border-radius: 18px;
    }

    .tlc-home-authority > article {
        padding: 26px 22px;
    }

    .tlc-home-authority__metrics {
        grid-template-columns: 1fr;
    }

    .tlc-home-authority__metrics > div {
        min-height: 78px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .tlc-home-authority__metrics > div:last-child {
        border-bottom: 0;
    }

    .tlc-home-effects-intro {
        width: auto;
        margin: 0 14px 56px;
        padding: 34px 22px;
        border-radius: 18px;
    }

    .tlc-home-effects-intro h2 {
        font-size: 31px;
    }

    .tlc-home-effects-intro__actions .tlc-hex-button {
        width: 100%;
    }

    .tlc-home-service-depth {
        width: auto;
        margin: 48px 14px 0;
    }

    .tlc-hex-proof > div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    }

    .tlc-hex-proof > div:last-child {
        border-bottom: 0;
    }

    .tlc-hex-home-cta {
        margin: 52px 14px;
        padding: 34px 24px;
        border-radius: 20px;
    }

    .tlc-hex-home-cta__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .tlc-hex-effect-results {
        grid-template-columns: 1fr;
    }

    .tlc-hex-modal {
        padding: 10px;
    }

    .tlc-hex-modal__panel {
        padding: 28px 20px;
        border-radius: 17px;
    }

    .tlc-hex-modal__panel--video {
        padding: 7px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tlc-hex-home *,
    .tlc-hex-home *::before,
    .tlc-hex-home *::after {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }

    .tlc-hex-core--logo video,
    .tlc-hex-tile__video {
        display: none !important;
    }
}
