.elementor-1673 .elementor-element.elementor-element-e36eeae{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-067eeba *//* =========================================================
   THE TCL APPROACH
   BRAND SYSTEM
========================================================= */

.tcl-approach-page {

    /* ================= BRAND COLORS ================= */

    --burgundy: #41050c;
    --ivory: #F8F5EF;
    --charcoal: #252322;


    /* ================= TYPOGRAPHY ================= */

    --display-font: "DM Serif Display", serif;
    --body-font: "DM Sans", sans-serif;


    background: var(--ivory);
    color: var(--charcoal);

    font-family: var(--body-font);

    overflow: hidden;

}


/* =========================================================
   GLOBAL
========================================================= */

.tcl-approach-page *,
.tcl-approach-page *::before,
.tcl-approach-page *::after {

    box-sizing: border-box;

}


.tcl-approach-page a {

    color: inherit;

}


/* =========================================================
   PAGE HEADER
========================================================= */

.tcl-page-header {

    padding: 70px 6vw 85px;

    border-bottom: 1px solid rgba(65, 5, 12, .14);

    position: relative;

}


.tcl-page-number {

    display: block;

    margin-bottom: 28px;

    font-family: var(--body-font);

    font-size: 11px;

    font-weight: 600;

    letter-spacing: .22em;

    color: var(--charcoal);

    text-transform: uppercase;

}


/* =========================================================
   MAIN DISPLAY TYPOGRAPHY
========================================================= */

.tcl-page-header h1 {

    max-width: 1000px;

    margin: 0;

    color: var(--burgundy);

    font-family: var(--display-font);

    font-size: clamp(65px, 9vw, 150px);

    font-weight: 400;

    line-height: .86;

    letter-spacing: -.045em;

    text-transform: none;

}


.tcl-page-header h1 em {

    display: block;

    margin-left: 0;

    color: var(--charcoal);

    font-family: var(--display-font);

    font-style: normal;

    font-weight: 400;

}


/* =========================================================
   INTRO LINE
========================================================= */

.tcl-page-header p {

    max-width: 600px;

    margin: 45px 0 0;

    color: var(--charcoal);

    font-family: var(--display-font);

    font-size: clamp(26px, 3vw, 42px);

    font-weight: 400;

    line-height: 1.08;

}


/* =========================================================
   MAIN GRID
========================================================= */

.tcl-approach-grid {

    width: min(1400px, 88vw);

    margin: 0 auto;

    padding: 110px 0 140px;

    display: grid;

    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);

    gap: 8vw;

    align-items: center;

}


/* =========================================================
   IMAGE
========================================================= */

.tcl-approach-visual {

    position: relative;

    min-width: 0;

}


.tcl-image-frame {

    position: relative;

    width: 100%;

    aspect-ratio: 4 / 5;

    overflow: hidden;

    background: var(--charcoal);

}


.tcl-image-frame img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

}


.tcl-image-frame::after {

    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(
        to top,
        rgba(65, 5, 12, .18),
        transparent 45%
    );

    pointer-events: none;

}


/* =========================================================
   IMAGE CAPTION
========================================================= */

.tcl-image-caption {

    position: absolute;

    left: 25px;

    bottom: 22px;

    z-index: 2;

    color: var(--ivory);

    font-family: var(--body-font);

    font-size: 10px;

    font-weight: 600;

    letter-spacing: .18em;

    text-transform: uppercase;

}


/* =========================================================
   CONTENT
========================================================= */

.tcl-approach-content {

    max-width: 590px;

}


/* LABEL / NAV / CAPTION
   → BODY FONT
========================================================= */

.tcl-overline {

    display: block;

    margin-bottom: 34px;

    color: var(--burgundy);

    font-family: var(--body-font);

    font-size: 11px;

    font-weight: 600;

    letter-spacing: .2em;

    line-height: 1.2;

    text-transform: uppercase;

    text-decoration: underline;

    text-underline-offset: 5px;

}


/* =========================================================
   SECTION TITLE
========================================================= */

.tcl-approach-content h2 {

    margin: 0 0 42px;

    color: var(--burgundy);

    font-family: var(--body-font);

    font-size: 18px;

    font-weight: 600;

    line-height: 1.2;

    letter-spacing: .08em;

    text-transform: uppercase;

}


/* =========================================================
   MAIN DISPLAY STATEMENT

   "Your colours are only part of the picture."
========================================================= */

.tcl-approach-content h3 {

    margin: 0 0 35px;

    color: var(--burgundy);

    font-family: var(--display-font);

    font-size: clamp(38px, 4vw, 58px);

    font-weight: 400;

    line-height: 1;

    letter-spacing: -.025em;

}


/* =========================================================
   BODY
========================================================= */

.tcl-approach-content p {

    max-width: 560px;

    margin: 0 0 30px;

    color: var(--charcoal);

    font-family: var(--body-font);

    font-size: 16px;

    font-weight: 400;

    line-height: 1.7;

    letter-spacing: .01em;

}


/* =========================================================
   KEYWORDS
========================================================= */

.tcl-keywords {

    display: flex;

    flex-wrap: wrap;

    gap: 10px 22px;

    margin: 42px 0;

    padding: 24px 0;

    border-top: 1px solid rgba(65, 5, 12, .16);

    border-bottom: 1px solid rgba(65, 5, 12, .16);

}


.tcl-keywords span {

    color: var(--burgundy);

    font-family: var(--body-font);

    font-size: 10px;

    font-weight: 600;

    letter-spacing: .14em;

    text-transform: uppercase;

}


/* =========================================================
   CTA
========================================================= */

.tcl-approach-button {

    display: inline-flex;

    align-items: center;

    gap: 18px;

    padding: 16px 0;

    color: var(--burgundy);

    font-family: var(--body-font);

    font-size: 11px;

    font-weight: 600;

    letter-spacing: .15em;

    text-decoration: none;

    text-transform: uppercase;

    border-bottom: 1px solid var(--burgundy);

    transition:
        gap .3s ease,
        opacity .3s ease;

}


.tcl-approach-button span {

    font-size: 18px;

    line-height: 1;

}


.tcl-approach-button:hover {

    gap: 28px;

    opacity: .75;

}


/* =========================================================
   NEXT SECTION
========================================================= */

.tcl-deeper {

    padding: 150px 6vw;

    background: var(--burgundy);

    color: var(--ivory);

}


.tcl-deeper-inner {

    width: min(1000px, 90vw);

    margin: 0 auto;

}


/* label */

.tcl-deeper .tcl-overline {

    color: var(--ivory);

}


/* =========================================================
   "Beyond colour."
========================================================= */

.tcl-deeper h2 {

    margin: 0 0 35px;

    color: var(--ivory);

    font-family: var(--display-font);

    font-size: clamp(75px, 11vw, 170px);

    font-weight: 400;

    line-height: .85;

    letter-spacing: -.055em;

}


.tcl-deeper h2 em {

    color: var(--charcoal);

    font-family: var(--display-font);

    font-style: normal;

    font-weight: 400;

}


.tcl-deeper p {

    max-width: 650px;

    margin: 0;

    color: var(--ivory);

    font-family: var(--body-font);

    font-size: 17px;

    line-height: 1.7;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .tcl-page-header {

        padding: 55px 7vw 65px;

    }


    .tcl-approach-grid {

        width: 86vw;

        grid-template-columns: 1fr;

        gap: 65px;

        padding: 75px 0 100px;

    }


    .tcl-approach-content {

        max-width: 700px;

    }


    .tcl-approach-visual {

        order: 2;

    }


    .tcl-approach-content {

        order: 1;

    }


    .tcl-image-frame {

        aspect-ratio: 16 / 11;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .tcl-page-header {

        padding: 42px 22px 55px;

    }


    .tcl-page-number {

        margin-bottom: 20px;

        font-size: 9px;

    }


    .tcl-page-header h1 {

        font-size: 60px;

        line-height: .87;

    }


    .tcl-page-header p {

        margin-top: 30px;

        font-size: 29px;

        line-height: 1.05;

    }


    .tcl-approach-grid {

        width: calc(100% - 44px);

        padding: 55px 0 75px;

        gap: 50px;

    }


    .tcl-overline {

        margin-bottom: 25px;

        font-size: 9px;

    }


    .tcl-approach-content h2 {

        margin-bottom: 30px;

        font-size: 15px;

    }


    .tcl-approach-content h3 {

        margin-bottom: 25px;

        font-size: 39px;

        line-height: 1;

    }


    .tcl-approach-content p {

        font-size: 14px;

        line-height: 1.7;

    }


    .tcl-keywords {

        gap: 10px 15px;

        margin: 35px 0;

        padding: 20px 0;

    }


    .tcl-keywords span {

        font-size: 8px;

        letter-spacing: .12em;

    }


    .tcl-image-frame {

        aspect-ratio: 4 / 5;

    }


    .tcl-image-caption {

        left: 16px;

        bottom: 16px;

        font-size: 8px;

    }


    .tcl-deeper {

        padding: 90px 22px;

    }


    .tcl-deeper-inner {

        width: 100%;

    }


    .tcl-deeper h2 {

        font-size: 78px;

        line-height: .85;

    }


    .tcl-deeper p {

        font-size: 14px;

    }

}
/* =========================================================
   TCL ANALYSIS — SCROLL REVEAL
========================================================= */

/* IMAGE */
.tcl-approach-visual {
    opacity: 0;
    transform: translateX(-70px);
    transition:
        opacity 1s cubic-bezier(.22,1,.36,1),
        transform 1.1s cubic-bezier(.22,1,.36,1);
}

.tcl-approach-visual.tcl-show {
    opacity: 1;
    transform: translateX(0);
}


/* CONTENT */
.tcl-approach-content {
    opacity: 0;
    transform: translateX(70px);
    transition:
        opacity 1s cubic-bezier(.22,1,.36,1),
        transform 1.1s cubic-bezier(.22,1,.36,1);
}

.tcl-approach-content.tcl-show {
    opacity: 1;
    transform: translateX(0);
}


/* =========================================================
   HEADER
========================================================= */

.tcl-page-header .tcl-page-number {
    opacity: 0;
    transform: translateY(20px);
    transition:
        opacity .7s ease,
        transform .7s cubic-bezier(.22,1,.36,1);
}

.tcl-page-header h1 {
    opacity: 0;
    transform: translateY(60px);
    transition:
        opacity 1s ease,
        transform 1.1s cubic-bezier(.22,1,.36,1);
}

.tcl-page-header p {
    opacity: 0;
    transform: translateY(35px);
    transition:
        opacity .9s ease .25s,
        transform .9s cubic-bezier(.22,1,.36,1) .25s;
}


/* HEADER ACTIVE */

.tcl-page-header.tcl-visible .tcl-page-number {
    opacity: 1;
    transform: translateY(0);
}

.tcl-page-header.tcl-visible h1 {
    opacity: 1;
    transform: translateY(0);
}

.tcl-page-header.tcl-visible p {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================================
   IMAGE REVEAL
========================================================= */

.tcl-image-frame {
    overflow: hidden;
}

.tcl-image-frame img {
    transform: scale(1.08);
    transition:
        transform 1.5s cubic-bezier(.22,1,.36,1);
}

.tcl-approach-visual.tcl-show .tcl-image-frame img {
    transform: scale(1);
}


/* =========================================================
   IMAGE CAPTION
========================================================= */

.tcl-image-caption {
    opacity: 0;
    transform: translateY(15px);
    transition:
        opacity .8s ease .6s,
        transform .8s cubic-bezier(.22,1,.36,1) .6s;
}

.tcl-approach-visual.tcl-show .tcl-image-caption {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================================
   CONTENT ELEMENTS
========================================================= */

.tcl-approach-content > * {
    opacity: 0;
    transform: translateY(25px);
    transition:
        opacity .7s ease,
        transform .8s cubic-bezier(.22,1,.36,1);
}


/* thứ tự xuất hiện */

.tcl-approach-content.tcl-show > *:nth-child(1) {
    transition-delay: .10s;
}

.tcl-approach-content.tcl-show > *:nth-child(2) {
    transition-delay: .20s;
}

.tcl-approach-content.tcl-show > *:nth-child(3) {
    transition-delay: .35s;
}

.tcl-approach-content.tcl-show > *:nth-child(4) {
    transition-delay: .50s;
}

.tcl-approach-content.tcl-show > *:nth-child(5) {
    transition-delay: .65s;
}

.tcl-approach-content.tcl-show > *:nth-child(6) {
    transition-delay: .80s;
}


/* ACTIVE */

.tcl-approach-content.tcl-show > * {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================================
   KEYWORDS
========================================================= */

.tcl-keywords span {
    opacity: 0;
    transform: translateY(12px);
    transition:
        opacity .5s ease,
        transform .5s cubic-bezier(.22,1,.36,1);
}

.tcl-approach-content.tcl-show
.tcl-keywords span:nth-child(1) {
    transition-delay: .55s;
}

.tcl-approach-content.tcl-show
.tcl-keywords span:nth-child(2) {
    transition-delay: .65s;
}

.tcl-approach-content.tcl-show
.tcl-keywords span:nth-child(3) {
    transition-delay: .75s;
}

.tcl-approach-content.tcl-show
.tcl-keywords span:nth-child(4) {
    transition-delay: .85s;
}

.tcl-approach-content.tcl-show
.tcl-keywords span:nth-child(5) {
    transition-delay: .95s;
}

.tcl-approach-content.tcl-show
.tcl-keywords span:nth-child(6) {
    transition-delay: 1.05s;
}

.tcl-approach-content.tcl-show
.tcl-keywords span {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================================
   CTA
========================================================= */

.tcl-approach-button {
    position: relative;
    overflow: hidden;
}

.tcl-approach-button span {
    display: inline-block;
    transition:
        transform .35s cubic-bezier(.22,1,.36,1);
}

.tcl-approach-button:hover span {
    transform: translateX(7px);
}


/* =========================================================
   DEEPER SECTION
========================================================= */

.tcl-deeper .tcl-overline,
.tcl-deeper h2,
.tcl-deeper p {
    opacity: 0;
    transform: translateY(45px);
    transition:
        opacity .9s ease,
        transform 1s cubic-bezier(.22,1,.36,1);
}

.tcl-deeper.tcl-visible .tcl-overline {
    opacity: 1;
    transform: translateY(0);
}

.tcl-deeper.tcl-visible h2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s;
}

.tcl-deeper.tcl-visible p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .4s;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 900px) {

    .tcl-approach-visual {
        transform: translateY(45px);
    }

    .tcl-approach-content {
        transform: translateY(45px);
    }

    .tcl-approach-visual.tcl-show,
    .tcl-approach-content.tcl-show {
        transform: translateY(0);
    }

}


@media (prefers-reduced-motion: reduce) {

    .tcl-approach-visual,
    .tcl-approach-content,
    .tcl-page-header .tcl-page-number,
    .tcl-page-header h1,
    .tcl-page-header p,
    .tcl-deeper .tcl-overline,
    .tcl-deeper h2,
    .tcl-deeper p {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

}
/* =========================================================
   THE COLOUR LAB
   ANALYSIS SECTION
========================================================= */

.tcl-analysis-section {

    --burgundy: #41050c;
    --ivory: #F8F5EF;
    --charcoal: #252322;

    width: 100%;
    padding: 85px 6vw 130px;

    background: var(--ivory);
    color: var(--charcoal);

    font-family: "DM Sans", sans-serif;

    overflow: hidden;
}


/* =========================================================
   HEADER
========================================================= */

.tcl-analysis-header {

    margin-bottom: 55px;

}


.tcl-analysis-number {

    display: block;

    margin-bottom: 12px;

    color: var(--charcoal);

    font-size: 11px;
    font-weight: 600;

    letter-spacing: .2em;

    text-transform: uppercase;
}


.tcl-analysis-header h1 {

    margin: 0;

    color: var(--burgundy);

    font-family: "DM Serif Display", serif;

    font-size: clamp(65px, 8vw, 125px);

    font-weight: 400;

    line-height: .88;

    letter-spacing: -.04em;

}


/* =========================================================
   MAIN GRID
========================================================= */

.tcl-analysis-grid {

    width: min(1400px, 100%);

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        minmax(0, .95fr)
        minmax(0, 1.05fr);

    gap: clamp(50px, 7vw, 110px);

    align-items: start;
}


/* =========================================================
   LEFT
========================================================= */

.tcl-analysis-left {

    min-width: 0;

}


/* =========================================================
   MUNSELL BOARD
========================================================= */

.tcl-munsell-board {

    position: relative;

    min-height: 560px;

    padding: 30px;

    background: #202020;

    color: #d8d8d8;

    font-family: "Courier New", monospace;

    overflow: hidden;
}


/* subtle moving light */

.tcl-munsell-board::after {

    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    right: -80px;
    bottom: -80px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255,255,255,.08),
            transparent 70%
        );

    pointer-events: none;

}


/* =========================================================
   BOARD LABEL
========================================================= */

.tcl-board-label {

    display: inline-block;

    padding: 18px 25px;

    border: 1px solid rgba(255,255,255,.65);

    font-size: 11px;

    letter-spacing: .08em;

}


/* =========================================================
   BOARD CONTENT
========================================================= */

.tcl-board-content {

    width: 65%;

    margin: 50px auto 0;

}


.tcl-board-title {

    display: block;

    margin-bottom: 25px;

    font-size: 12px;

    letter-spacing: .05em;

}


.tcl-board-intro {

    margin: 0 0 28px;

    font-size: 13px;

    line-height: 1.65;

}


.tcl-board-row {

    display: flex;

    flex-direction: column;

    gap: 4px;

    margin-bottom: 24px;

}


.tcl-board-row strong {

    font-size: 11px;

    font-weight: 400;

}


.tcl-board-row span {

    font-size: 12px;

    color: #bcbcbc;

}


/* =========================================================
   IMAGE
========================================================= */

.tcl-analysis-image-wrap {

    position: relative;

    width: 58%;

    margin-top: 32px;

    overflow: hidden;

}


.tcl-analysis-image-wrap img {

    display: block;

    width: 100%;

    height: auto;

    aspect-ratio: 4 / 3;

    object-fit: cover;

    transition:
        transform 1.2s cubic-bezier(.2,.7,.2,1);

}


.tcl-analysis-image-wrap:hover img {

    transform: scale(1.04);

}


/* =========================================================
   RIGHT CONTENT
========================================================= */

.tcl-analysis-content {

    padding-top: 25px;

    min-width: 0;

}


.tcl-analysis-overline {

    display: block;

    margin-bottom: 45px;

    color: var(--burgundy);

    font-size: 12px;

    font-weight: 600;

    letter-spacing: .12em;

    text-decoration: underline;

    text-underline-offset: 5px;

}


.tcl-analysis-content h2 {

    margin: 0 0 40px;

    color: var(--burgundy);

    font-family: "DM Sans", sans-serif;

    font-size: 21px;

    font-weight: 600;

    letter-spacing: .04em;

    text-transform: uppercase;

}


.tcl-analysis-content h3 {

    max-width: 850px;

    margin: 0 0 38px;

    color: var(--burgundy);

    font-family: "DM Serif Display", serif;

    font-size: clamp(42px, 4vw, 62px);

    font-weight: 400;

    line-height: 1;

    letter-spacing: -.025em;

}


/* =========================================================
   BODY COPY
========================================================= */

.tcl-analysis-copy {

    max-width: 850px;

}


.tcl-analysis-copy p {

    margin: 0 0 32px;

    color: var(--burgundy);

    font-family: "DM Sans", sans-serif;

    font-size: clamp(18px, 1.7vw, 25px);

    line-height: 1.45;

}


/* =========================================================
   KEYWORDS
========================================================= */

.tcl-analysis-keywords {

    display: flex;

    flex-wrap: wrap;

    gap: 12px 25px;

    margin: 35px 0 40px;

    padding: 22px 0;

    border-top:
        1px solid rgba(65,5,12,.18);

    border-bottom:
        1px solid rgba(65,5,12,.18);

}


.tcl-analysis-keywords span {

    color: var(--burgundy);

    font-size: 11px;

    font-weight: 600;

    letter-spacing: .13em;

}


/* =========================================================
   CTA
========================================================= */

.tcl-analysis-button {

    display: inline-flex;

    align-items: center;

    gap: 18px;

    padding-bottom: 10px;

    color: var(--burgundy);

    font-size: 12px;

    font-weight: 600;

    letter-spacing: .12em;

    text-decoration: none;

    border-bottom:
        1px solid var(--burgundy);

    transition:
        gap .35s ease,
        opacity .35s ease;

}


.tcl-analysis-button span {

    font-size: 20px;

    line-height: 1;

}


.tcl-analysis-button:hover {

    gap: 28px;

    opacity: .65;

}


/* =========================================================
   DESIGN NOTE
========================================================= */

.tcl-analysis-note {

    max-width: 700px;

    margin-top: 75px;

    padding-top: 20px;

    border-top:
        1px solid rgba(65,5,12,.16);

}


.tcl-analysis-note strong {

    display: block;

    margin-bottom: 8px;

    color: var(--burgundy);

    font-size: 11px;

    font-weight: 600;

    letter-spacing: .12em;

    text-decoration: underline;

    text-underline-offset: 4px;

}


.tcl-analysis-note p {

    margin: 0;

    color: var(--burgundy);

    font-size: 15px;

    line-height: 1.55;

}


/* =========================================================
   SCROLL REVEAL
========================================================= */

.tcl-reveal {

    opacity: 0;

    transition:
        opacity .9s ease,
        transform 1s cubic-bezier(.2,.7,.2,1);

    will-change:
        opacity,
        transform;

}


.tcl-reveal-up {

    transform:
        translateY(55px);

}


.tcl-reveal-left {

    transform:
        translateX(-70px);

}


.tcl-reveal-right {

    transform:
        translateX(70px);

}


.tcl-reveal-scale {

    transform:
        scale(.92);

}


/* =========================================================
   ACTIVE STATE
========================================================= */

.tcl-reveal.tcl-visible {

    opacity: 1;

    transform:
        translate3d(0,0,0)
        scale(1);

}


/* =========================================================
   STAGGER
========================================================= */

.tcl-analysis-content
.tcl-reveal:nth-child(1) {

    transition-delay: .05s;

}


.tcl-analysis-content
.tcl-reveal:nth-child(2) {

    transition-delay: .12s;

}


.tcl-analysis-content
.tcl-reveal:nth-child(3) {

    transition-delay: .2s;

}


.tcl-analysis-copy
.tcl-reveal:nth-child(1) {

    transition-delay: .28s;

}


.tcl-analysis-copy
.tcl-reveal:nth-child(2) {

    transition-delay: .38s;

}


.tcl-analysis-keywords {

    transition-delay: .48s;

}


.tcl-analysis-button {

    transition-delay: .56s;

}


.tcl-analysis-note {

    transition-delay: .64s;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .tcl-analysis-section {

        padding:
            70px 6vw 100px;

    }


    .tcl-analysis-grid {

        grid-template-columns: 1fr;

        gap: 70px;

    }


    .tcl-analysis-content {

        padding-top: 0;

    }


    .tcl-analysis-image-wrap {

        width: 70%;

    }


    .tcl-board-content {

        width: 60%;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .tcl-analysis-section {

        padding:
            50px 22px 80px;

    }


    .tcl-analysis-header {

        margin-bottom: 40px;

    }


    .tcl-analysis-number {

        font-size: 9px;

    }


    .tcl-analysis-header h1 {

        font-size: 58px;

    }


    .tcl-munsell-board {

        min-height: 470px;

        padding: 20px;

    }


    .tcl-board-label {

        padding: 13px 15px;

        font-size: 9px;

    }


    .tcl-board-content {

        width: 80%;

        margin-top: 45px;

    }


    .tcl-board-title {

        font-size: 10px;

    }


    .tcl-board-intro {

        font-size: 11px;

    }


    .tcl-board-row {

        margin-bottom: 20px;

    }


    .tcl-board-row strong {

        font-size: 9px;

    }


    .tcl-board-row span {

        font-size: 10px;

    }


    .tcl-analysis-image-wrap {

        width: 82%;

        margin-top: 22px;

    }


    .tcl-analysis-overline {

        margin-bottom: 28px;

        font-size: 9px;

    }


    .tcl-analysis-content h2 {

        margin-bottom: 28px;

        font-size: 16px;

    }


    .tcl-analysis-content h3 {

        margin-bottom: 28px;

        font-size: 39px;

    }


    .tcl-analysis-copy p {

        font-size: 16px;

        line-height: 1.55;

    }


    .tcl-analysis-keywords {

        gap: 10px 15px;

        margin: 30px 0;

        padding: 18px 0;

    }


    .tcl-analysis-keywords span {

        font-size: 8px;

    }


    .tcl-analysis-button {

        font-size: 9px;

    }


    .tcl-analysis-note {

        margin-top: 50px;

    }


    .tcl-analysis-note p {

        font-size: 13px;

    }

}
/* =========================================================
   SECTION 2: ANALYSIS & SCIENCE OF COLOUR
========================================================= */

.tcl-analysis-section {

    --burgundy: #41050c;
    --ivory: #F8F5EF;
    --charcoal: #252322;

    width: 100%;
    padding: 80px 6vw 120px;
    background: var(--ivory);
    color: var(--charcoal);
    font-family: "DM Sans", sans-serif;
    overflow: hidden;

}

/* =========================================================
   HEADER
========================================================= */

.tcl-analysis-header {

    margin-bottom: 50px;

}

.tcl-analysis-number {

    display: block;
    color: var(--burgundy);
    font-family: "DM Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.01em;
    text-transform: uppercase;

}

/* =========================================================
   GRID
========================================================= */

.tcl-analysis-grid {

    width: min(1400px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(40px, 6vw, 90px);
    align-items: start;

}

/* =========================================================
   LEFT: MUNSELL BOARD
========================================================= */

.tcl-analysis-left {

    display: flex;
    flex-direction: column;
    gap: 30px;

}

.tcl-munsell-board {

    position: relative;
    padding: 35px 40px 45px;
    background: #1c1c1c;
    color: #e2e2e2;
    font-family: "Courier New", Courier, monospace;
    border-radius: 0px;

}

.tcl-board-label {

    display: inline-block;
    padding: 8px 16px;
    border: 1px dashed rgba(255, 255, 255, 0.4);
    font-size: 11px;
    letter-spacing: 0.1em;
    color: #ffffff;

}

.tcl-board-content {

    margin-top: 40px;

}

.tcl-board-title {

    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #ffffff;

}

.tcl-board-intro {

    margin: 0 0 30px;
    font-size: 13px;
    color: #cccccc;
    line-height: 1.5;

}

.tcl-board-row {

    margin-bottom: 22px;

}

.tcl-board-row strong {

    display: block;
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin-bottom: 4px;

}

.tcl-board-row span {

    font-size: 12px;
    color: #aaaaaa;

}

/* LEFT: LOWER IMAGE */

.tcl-analysis-image-wrap {

    width: 65%;
    position: relative;
    overflow: hidden;

}

.tcl-analysis-image-wrap img {

    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border: 1px solid rgba(65, 5, 12, 0.1);

}

/* =========================================================
   RIGHT: CONTENT
========================================================= */

.tcl-analysis-content {

    padding-top: 10px;

}

.tcl-analysis-overline {

    display: inline-block;
    margin-bottom: 25px;
    color: var(--burgundy);
    font-family: "DM Sans", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;

}

.tcl-analysis-content h2 {

    margin: 0 0 25px;
    color: var(--burgundy);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;

}

.tcl-analysis-content h3 {

    margin: 0 0 35px;
    color: var(--burgundy);
    font-family: "DM Serif Display", serif;
    font-size: clamp(36px, 3.8vw, 54px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02em;

}

.tcl-analysis-copy p {

    margin: 0 0 24px;
    color: var(--charcoal);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.01em;

}

/* KEYWORDS BADGES */

.tcl-analysis-keywords {

    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin: 30px 0 35px;
    color: var(--burgundy);
    font-family: "DM Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;

}

/* CTA BUTTON */

.tcl-analysis-button {

    display: inline-block;
    margin-bottom: 45px;
    color: var(--burgundy);
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    transition: opacity 0.3s ease, transform 0.3s ease;

}

.tcl-analysis-button {
    color: var(--burgundy);
}
/* =========================================================
   SECTION 3: 16-SEASON COLOUR ANALYSIS
========================================================= */

.tcl-seasons-section {
    --burgundy: #41050c;
    --ivory: #F8F5EF;
    --charcoal: #252322;

    width: 100%;
    padding: 85px 6vw 130px;
    background: var(--ivory);
    color: var(--charcoal);
    font-family: "DM Sans", sans-serif;
    box-sizing: border-box;
    overflow: hidden;
}

.tcl-seasons-section * {
    box-sizing: border-box;
}

/* =========================================================
   HEADER
========================================================= */

.tcl-seasons-header {
    margin-bottom: 55px;
}

.tcl-seasons-number {
    display: block;
    color: var(--burgundy);
    font-family: "DM Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.01em;
    text-transform: uppercase;
}

/* =========================================================
   MAIN GRID
========================================================= */

.tcl-seasons-grid {
    width: min(1400px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(40px, 6vw, 110px);
    align-items: start;
}

/* =========================================================
   LEFT: VISUAL & PALETTE BOARD
========================================================= */

.tcl-seasons-left {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.tcl-palette-board {
    position: relative;
    padding: 35px 30px;
    background: #1c1c1c;
    color: #ffffff;
    font-family: "Courier New", Courier, monospace;
    border-radius: 2px;
}

.tcl-palette-grid-header {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.tcl-palette-col-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
}

.tcl-palette-grid-body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.tcl-palette-col-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 12px;
    color: #aaaaaa;
}

.tcl-seasons-image-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(65, 5, 12, 0.12);
}

.tcl-seasons-image-wrap img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(.2, .7, .2, 1);
}

.tcl-seasons-image-wrap:hover img {
    transform: scale(1.03);
}

/* =========================================================
   RIGHT: CONTENT
========================================================= */

.tcl-seasons-content {
    padding-top: 10px;
    min-width: 0;
}

.tcl-seasons-overline {
    display: inline-block;
    margin-bottom: 25px;
    color: var(--burgundy);
    font-family: "DM Sans", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.tcl-seasons-content h2 {
    margin: 0 0 25px;
    color: var(--burgundy);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tcl-seasons-content h3 {
    max-width: 850px;
    margin: 0 0 35px;
    color: var(--burgundy);
    font-family: "DM Serif Display", serif;
    font-size: clamp(38px, 4vw, 58px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -.025em;
}

.tcl-seasons-copy p {
    margin: 0 0 24px;
    color: var(--charcoal);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.01em;
}

.tcl-seasons-keywords {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin: 35px 0;
    padding: 22px 0;
    border-top: 1px solid rgba(65, 5, 12, .16);
    border-bottom: 1px solid rgba(65, 5, 12, .16);
}

.tcl-seasons-keywords span {
    color: var(--burgundy);
    font-family: "DM Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tcl-seasons-note {
    max-width: 700px;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(65, 5, 12, .16);
}

.tcl-seasons-note strong {
    display: block;
    margin-bottom: 8px;
    color: var(--burgundy);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.tcl-seasons-note p {
    margin: 0;
    color: var(--charcoal);
    font-size: 14px;
    line-height: 1.6;
}

/* =========================================================
   SCROLL REVEAL (Hỗ trợ cả .tcl-visible lẫn .tcl-show)
========================================================= */

.tcl-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.9s cubic-bezier(.22, 1, .36, 1), transform 0.9s cubic-bezier(.22, 1, .36, 1);
}

.tcl-reveal.tcl-visible,
.tcl-reveal.tcl-show,
.tcl-seasons-left.tcl-visible,
.tcl-seasons-left.tcl-show,
.tcl-seasons-content.tcl-visible,
.tcl-seasons-content.tcl-show {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {
    .tcl-seasons-section {
        padding: 70px 6vw 100px;
    }

    .tcl-seasons-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .tcl-seasons-content {
        padding-top: 0;
    }
}

@media (max-width: 600px) {
    .tcl-seasons-section {
        padding: 50px 20px 80px;
    }

    .tcl-seasons-header {
        margin-bottom: 35px;
    }

    .tcl-seasons-number {
        font-size: 16px;
    }

    .tcl-palette-board {
        padding: 20px 15px;
    }

    .tcl-palette-grid-header,
    .tcl-palette-grid-body {
        gap: 6px;
    }

    .tcl-palette-col-title {
        font-size: 9px;
    }

    .tcl-palette-col-items {
        font-size: 10px;
    }

    .tcl-seasons-content h3 {
        font-size: 34px;
        margin-bottom: 25px;
    }
}
/* =========================================================
   SECTION 4: FACIAL ANATOMY ANALYSIS
========================================================= */

.tcl-anatomy-section {
    --burgundy: #41050c;
    --ivory: #F8F5EF;
    --charcoal: #252322;
    --dark-board: #151515;

    width: 100%;
    padding: 85px 6vw 130px;
    background: var(--ivory);
    color: var(--charcoal);
    font-family: "DM Sans", sans-serif;
    box-sizing: border-box;
    overflow: hidden;
}

.tcl-anatomy-section * {
    box-sizing: border-box;
}

/* HEADER */
.tcl-anatomy-header {
    margin-bottom: 55px;
}

.tcl-anatomy-number {
    display: block;
    color: var(--burgundy);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.01em;
    text-transform: uppercase;
}

/* MAIN GRID LAYOUT */
.tcl-anatomy-grid {
    width: min(1400px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(40px, 6vw, 100px);
    align-items: start;
}

/* LEFT: VISUAL BOARD */
.tcl-anatomy-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tcl-anatomy-main-visual {
    position: relative;
    width: 100%;
    background: var(--dark-board);
    border: 1px solid rgba(65, 5, 12, 0.12);
    overflow: hidden;
}

.tcl-anatomy-img-holder {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #111;
}

.tcl-anatomy-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1.2s cubic-bezier(.2, .7, .2, 1);
}

.tcl-anatomy-main-visual:hover img {
    transform: scale(1.03);
}

.tcl-anatomy-badge {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(4px);
    color: #ffffff;
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* THUMBNAILS GRID (SIDE VIEWS) */
.tcl-anatomy-thumbs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.tcl-anatomy-thumb-item {
    position: relative;
    aspect-ratio: 1 / 1.15;
    background: #111;
    overflow: hidden;
    border: 1px solid rgba(65, 5, 12, 0.12);
}

.tcl-anatomy-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(20%);
    transition: filter 0.4s ease, transform 0.6s ease;
}

.tcl-anatomy-thumb-item:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.tcl-anatomy-thumb-item span {
    position: absolute;
    bottom: 8px;
    left: 8px;
    font-family: "Courier New", Courier, monospace;
    font-size: 10px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.65);
    padding: 2px 6px;
    letter-spacing: 0.05em;
}

/* RIGHT: CONTENT & ANATOMY SPECS */
.tcl-anatomy-content {
    padding-top: 10px;
}

.tcl-anatomy-overline {
    display: inline-block;
    margin-bottom: 25px;
    color: var(--burgundy);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.tcl-anatomy-content h2 {
    margin: 0 0 25px;
    color: var(--burgundy);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tcl-anatomy-content h3 {
    margin: 0 0 30px;
    color: var(--burgundy);
    font-family: "DM Serif Display", serif;
    font-size: clamp(36px, 3.8vw, 56px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.025em;
}

.tcl-anatomy-copy p {
    margin: 0 0 16px;
    color: var(--charcoal);
    font-size: 16px;
    line-height: 1.65;
}

/* ANATOMY SPECIFICATION ITEMS */
.tcl-anatomy-spec-list {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.tcl-anatomy-spec-item {
    padding-top: 18px;
    border-top: 1px solid rgba(65, 5, 12, 0.16);
}

.tcl-anatomy-spec-item h4 {
    margin: 0 0 6px;
    color: var(--burgundy);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tcl-anatomy-spec-item p {
    margin: 0;
    color: var(--charcoal);
    font-size: 15px;
    line-weight: 1.4;
    font-weight: 500;
}

/* NOTE SECTION */
.tcl-anatomy-note {
    margin-top: 45px;
    padding-top: 20px;
    border-top: 1px solid rgba(65, 5, 12, 0.16);
}

.tcl-anatomy-note strong {
    display: block;
    margin-bottom: 8px;
    color: var(--burgundy);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.tcl-anatomy-note p {
    margin: 0;
    color: var(--charcoal);
    font-size: 14px;
    line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .tcl-anatomy-section {
        padding: 70px 6vw 100px;
    }

    .tcl-anatomy-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

@media (max-width: 600px) {
    .tcl-anatomy-section {
        padding: 50px 20px 80px;
    }

    .tcl-anatomy-number {
        font-size: 16px;
    }

    .tcl-anatomy-content h3 {
        font-size: 32px;
    }

    .tcl-anatomy-thumbs-grid {
        gap: 8px;
    }

    .tcl-anatomy-thumb-item span {
        font-size: 8px;
        padding: 2px 4px;
    }
}
/* =========================================================
   SECTION 5: FROM ANALYSIS TO REAL LIFE
========================================================= */

.tcl-reallife-section {
    --burgundy: #41050c;
    --ivory: #F8F5EF;
    --charcoal: #252322;

    width: 100%;
    padding: 85px 6vw 130px;
    background: var(--ivory);
    color: var(--charcoal);
    font-family: "DM Sans", sans-serif;
    box-sizing: border-box;
    overflow: hidden;
}

.tcl-reallife-section * {
    box-sizing: border-box;
}

/* HEADER */
.tcl-reallife-header {
    margin-bottom: 55px;
}

.tcl-reallife-number {
    display: block;
    color: var(--burgundy);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.01em;
    text-transform: uppercase;
}

/* MAIN GRID LAYOUT */
.tcl-reallife-grid {
    width: min(1400px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(40px, 6vw, 100px);
    align-items: start;
}

/* LEFT COLUMN: CONTENT & CATEGORIES */
.tcl-reallife-content {
    padding-top: 5px;
}

.tcl-reallife-overline {
    display: inline-block;
    margin-bottom: 25px;
    color: var(--burgundy);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.tcl-reallife-content h2 {
    margin: 0 0 25px;
    color: var(--burgundy);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tcl-reallife-content h3 {
    margin: 0 0 30px;
    color: var(--burgundy);
    font-family: "DM Serif Display", serif;
    font-size: clamp(36px, 3.8vw, 56px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.025em;
}

.tcl-reallife-copy p {
    margin: 0 0 16px;
    color: var(--charcoal);
    font-size: 16px;
    line-height: 1.65;
}

/* CATEGORIES LIST */
.tcl-reallife-cat-list {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tcl-reallife-cat-item {
    padding-top: 16px;
    border-top: 1px solid rgba(65, 5, 12, 0.16);
}

.tcl-reallife-cat-item h4 {
    margin: 0 0 6px;
    color: var(--burgundy);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tcl-reallife-cat-item p {
    margin: 0;
    color: var(--charcoal);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

/* RIGHT COLUMN: VISUAL & DESIGN NOTE */
.tcl-reallife-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.tcl-reallife-visual-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 1px solid rgba(65, 5, 12, 0.12);
    background: #eae5dc;
}

.tcl-reallife-visual-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1.2s cubic-bezier(.2, .7, .2, 1);
}

.tcl-reallife-visual-wrap:hover img {
    transform: scale(1.03);
}

/* DESIGN NOTE STYLING */
.tcl-reallife-note {
    padding-top: 20px;
    border-top: 1px solid rgba(65, 5, 12, 0.16);
}

.tcl-reallife-note strong {
    display: block;
    margin-bottom: 12px;
    color: var(--burgundy);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.tcl-note-rules {
    margin: 0 0 20px 0;
    padding-left: 20px;
    color: var(--charcoal);
    font-size: 14px;
    line-height: 1.6;
}

.tcl-note-rules li {
    margin-bottom: 4px;
}

.tcl-note-desc {
    margin: 0 0 10px 0 !important;
}

.tcl-note-desc strong {
    display: inline !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}

.tcl-note-elements {
    margin: 0;
    padding-left: 20px;
    color: var(--charcoal);
    font-size: 14px;
    line-height: 1.6;
}

.tcl-note-elements li {
    margin-bottom: 4px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .tcl-reallife-section {
        padding: 70px 6vw 100px;
    }

    .tcl-reallife-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

@media (max-width: 600px) {
    .tcl-reallife-section {
        padding: 50px 20px 80px;
    }

    .tcl-reallife-number {
        font-size: 16px;
    }

    .tcl-reallife-content h3 {
        font-size: 32px;
    }
}
/* =========================================================
   SECTION 6: CTA CUỐI TRANG
========================================================= */

.tcl-cta-section {
    --burgundy: #41050c;
    --ivory: #F8F5EF;
    --charcoal: #252322;

    width: 100%;
    padding: 85px 6vw 140px;
    background: var(--ivory);
    color: var(--charcoal);
    font-family: "DM Sans", sans-serif;
    box-sizing: border-box;
}

.tcl-cta-section * {
    box-sizing: border-box;
}

/* HEADER */
.tcl-cta-header {
    margin-bottom: 60px;
}

.tcl-cta-number {
    display: block;
    color: var(--burgundy);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.01em;
    text-transform: uppercase;
}

/* MAIN CONTAINER */
.tcl-cta-container {
    width: min(1000px, 100%);
}

.tcl-cta-overline {
    display: inline-block;
    margin-bottom: 25px;
    color: var(--burgundy);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.tcl-cta-container h2 {
    margin: 0 0 20px;
    color: var(--burgundy);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tcl-cta-heading {
    margin: 0 0 30px;
    color: var(--burgundy);
    font-family: "DM Serif Display", serif;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -.02em;
}

.tcl-cta-description {
    margin: 0 0 45px;
    color: var(--charcoal);
    font-size: clamp(16px, 1.8vw, 20px);
    line-height: 1.6;
    max-width: 800px;
}

/* BUTTON ACTION */
.tcl-cta-action {
    display: flex;
    align-items: center;
}

.tcl-btn-cta {
    display: inline-block;
    color: var(--burgundy);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
}

.tcl-btn-cta:hover {
    opacity: 0.75;
    border-bottom-color: var(--burgundy);
    transform: translateX(4px);
}

/* RESPONSIVE */
@media (max-width: 600px) {
    .tcl-cta-section {
        padding: 50px 20px 90px;
    }

    .tcl-cta-number {
        font-size: 16px;
    }

    .tcl-cta-heading {
        font-size: 28px;
    }

    .tcl-cta-description {
        font-size: 15px;
    }

    .tcl-btn-cta {
        font-size: 14px;
    }
}/* End custom CSS */