@import url('https://fonts.cdnfonts.com/css/bt-beau-sans');
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    font-family: 'BT Beau Sans', sans-serif;
}

img {
    max-width: 100%;
}

main {
    background-color: #f2e8d8;
}

.banner {
    position: relative;
}

.banner .banner-img {
    display: block;
    height: 900px;
    width: 100%;
    filter: brightness(80%);
    object-fit: cover;
}

.content-header {
    position: absolute;
    z-index: 2;
    top: clamp(40px, 7vw, 100px);
    left: clamp(32px, 7vw, 100px);
    width: min(42%, 650px);
}

.mark-banner {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
}

.h1-header {
    margin-bottom: 1rem;
    color: #fff;
    font-size: clamp(1.7rem, 2.8vw, 2.5rem);
    font-weight: 700;
    line-height: 1.18;
}

.h2-header {
    color: #fff;
    font-size: clamp(1rem, 1.65vw, 1.5rem);
    font-weight: 400;
    line-height: 1.4;
}

.h1-header::after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background-color: #fff;
    margin-top: 0.5rem;
}

.session-1,
.session-2,
.session-3 {
    display: block;
}

.session-1 {
    position: relative;
    z-index: 2;
}

.content-1 {
    width: 45%;
    text-align: justify;
    line-height: 1.5;
    h2{
        font-size: 96px;
    }
}

.content-1 h2 {
    color: #9c7047;
    font-size: clamp(2rem, 3vw, 3.5rem);
}

.img-ss-1 {
    width: 50%;
}
.banner-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.eff-1 {
    position: absolute;
    left: 0;
    top: -50%;
    z-index: -1;
}

.session-2 {
    margin-top: clamp(35px, 7vw, 100px);
}

.img-ss-2 {
    width: 50%;
}

.content-2 {
    width: 40%;
    text-align: justify;
}

.content-2 .div-1 {
    gap: 18px;
    margin-top: clamp(45px, 7vw, 50px);
}

.content-2 .box-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 38%;
}

.content-2 .box-left img {
    width: 75px;
    margin: auto;
}

.content-2 .box-left span {
    margin-bottom: 0;
    color: #aa7c50;
    font-size: 25px;
    text-align: center;
}

.content-2 .box-right {
    width: 62%;
    padding-left: 20px;
    border-left: 2px solid #aa7c50;
    line-height: 1.45;
}

.session-3 {
    padding: 50px 0;
    background: rgba(170, 124, 80, 0.61);
    color: #fff;
}

.session-3 .content-3 {
    margin: 20px auto 50px;
    font-size: clamp(2rem, 4vw, 3rem);
    text-align: center;
}

.session-3 .content-3::after {
    display: block;
    width: 10%;
    height: 2px;
    margin: 20px auto;
    background-color: #f2e8d8;
    content: "";
}

.session-3 .bao-box {
    align-items: stretch !important;
}

.session-3 .box {
    width: 20%;
    padding: 0 20px;
    border-right: 1px solid #fff;
    font-size: clamp(0.9rem, 1.35vw, 1.25rem);
}

.session-3 .box:last-child {
    border-right: 0;
}

.session-3 .box p {
    line-height: 1.5;
    text-align: justify;
}

.session-3 .box span {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .content-header {
        top: 50px;
        left: 40px;
        width: 56%;
    }

    .content-1,
    .img-ss-1,
    .img-ss-2,
    .content-2 {
        width: 50%;
    }

    .session-3 .bao-box {
        flex-wrap: wrap;
        justify-content: center !important;
        gap: 30px 0;
    }

    .session-3 .box {
        width: 33.333%;
    }
}

@media (max-width: 768px) {
    .site-header .container img {
        width: auto;
        max-width: 44%;
        height: auto;
    }

    .banner .banner-img {
        height: clamp(280px, 72vw, 360px);
        object-fit: cover;
        object-position: center;
    }

    .content-header {
        top: 28px;
        left: 24px;
        width: calc(100% - 48px);
    }

    .mark-banner {
        bottom: -12px;
    }

    .session-1 > .container,
    .session-2 > .container {
        flex-direction: column;
        padding-right: 22px;
        padding-left: 22px;
    }

    .content-1,
    .img-ss-1,
    .img-ss-2,
    .content-2 {
        width: 100%;
    }

    .content-1 {
        text-align: center;
    }

    .session-2 {
        margin-top: 0;
    }

    .content-2 .div-1 {
        margin-top: 35px;
    }

    .session-3 .bao-box {
        flex-direction: column;
        gap: 0;
    }

    .session-3 .box {
        width: 100%;
        padding: 26px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.65);
    }

    .session-3 .box:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 480px) {
    .banner .banner-img {
        height: 430px;
    }
    .btn-banner{
        font-size: 12px;
        border-radius: 15px;
        margin-right: 20px;
    }
    .h1-header {
        font-size: 1.35rem;
    }

    .h2-header {
        font-size: 0.9rem;
    }

    .content-2 .div-1 {
        flex-direction: column;
    }

    .content-2 .box-left,
    .content-2 .box-right {
        width: 100%;
    }

    .content-2 .box-right {
        padding: 18px 0 0;
        border-top: 2px solid #aa7c50;
        border-left: 0;
    }
}

/* Triết lý hành động Section */
.philosophy-section {
    width: 100%;
}

.philosophy-bg {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.philosophy-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.63);
    display: flex;
    justify-content: center;
    .philosophy-content{
        margin-top: 30px;
    }
    .philosophy-text{
        margin-top: 50px;
                color: #fff;
        font-size: 30px;
        line-height: 1.5;
        text-align: center;
        display: block
    }
}

.philosophy-bg .container {
    position: relative;
    z-index: 2;
}

.philosophy-header {
    text-align: center;
    margin-bottom: 60px;
}

.philosophy-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px 0;
}

.philosophy-header .subtitle {
    font-size: 1.2rem;
    color: #BA9555;
    margin: 0;
    font-weight: 300;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .philosophy-bg {
        min-height: 400px;
        background-attachment: scroll;
    }
    
    .philosophy-header h2 {
        font-size: 2rem;
    }
    
}

/* Chiến lược phát triển Section */
.strategy-section {
    background: #f4ead9;
    color: #26221e;
}

.strategy-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    max-width: 1920px;
    margin: 0 auto;
}

.strategy-copy {
    position: relative;
    display: flex;
    justify-content: flex-end;
    gap: clamp(20px, 2vw, 34px);
    padding: 88px 28px 84px max(24px, calc((100vw - 1680px) / 2));
    background: linear-gradient(135deg, #eee0ca 0%, #f8f0e4 100%);
}

.strategy-timeline {
    position: relative;
    display: flex;
    flex: 0 0 38px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    margin: 9px 0;
    padding: 0;
}

.strategy-timeline::before {
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 50%;
    width: 1px;
    background: #ad7f50;
    content: "";
    transform: translateX(-50%);
}

.strategy-timeline li {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0;
    border: 1px solid #ad7f50;
    border-radius: 50%;
    background: #f2e6d4;
    color: #9c7047;
    font-size: 0.92rem;
    font-weight: 700;
}

.strategy-copy-inner {
    min-width: 0;
    width: min(100%, 520px);
}

.strategy-copy > .strategy-copy-inner > h2 {
    color: #9c7047;
    font-size: clamp(2rem, 2.7vw, 3.25rem);
    font-weight: 400;
    line-height: 1.15;
    text-transform: uppercase;
}

.strategy-copy > .strategy-copy-inner > h2 {
    margin: 12px 0 22px;
}

.strategy-intro {
    margin-bottom: 24px;
    color: #39342f;
    font-size: 0.94rem;
    line-height: 1.6;
    text-align: justify;
}

.strategy-detail {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
    padding: 27px 0;
}


.strategy-number {
    display: block;
    width: 64px;
    color: #b78750;
    font-size: 2.5rem;
    font-weight: 700;
    font-style: normal;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    text-align: right;
}

.strategy-detail h3 {
    color: #9c7047;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.strategy-detail p {
    color: #292622;
    font-size: 0.94rem;
    line-height: 1.55;
    margin-bottom: 10px;
    text-align: justify;
}
.banner-bnt{
    margin-top: 50px;
    justify-content: space-between;
    .btn-banner{
        background: #C6A685;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 20px 20px;
        border-radius: 41px;
        border: none;
        cursor: pointer;
    }
}
.strategy-detail p:last-child {
    margin-bottom: 0;
}

.strategy-visual {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: fit-content;
    width: 90%;
    padding: 148px clamp(34px, 5vw, 96px) 76px;
    margin-top: -150px;
    border-radius: 50% 50% 0 0;
    background: #fff;
    text-align: center;
}

.strategy-visual::after {
    position: absolute;
    bottom: -500px;
    left: 0;
    width: 100%;
    height: 500px;
    background: #fff;
    content: "";
}

.strategy-visual > img {
    display: block;
    width: min(100%, 738px);
    height: auto;
    object-fit: contain;
}

.strategy-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 760px);
    margin-top: 36px;
}

.strategy-summary-item {
    padding: 0 18px;
    border-right: 1px solid rgba(156, 112, 71, 0.45);
    color: #9c7047;
    text-align: left;
}

.strategy-summary-item:last-child {
    border-right: 0;
}

.strategy-summary-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 65px;
}

.strategy-summary-item > p {
    margin-top: 16px;
    color: #36312c;
    font-size: 0.78rem;
    line-height: 1.5;
    text-align: justify;
}

.strategy-summary strong {
    margin-right: 10px;
    font-size: 2.3rem;
    font-style: italic;
    line-height: 1;
}

.strategy-summary span {
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
}

@media (max-width: 1100px) {
    .strategy-layout {
        grid-template-columns: 1fr;
    }

    .strategy-copy {
        justify-content: center;
        padding: 72px 40px;
    }

    .strategy-copy-inner {
        width: min(100%, 820px);
    }

    .strategy-visual {
        width: 100%;
        margin-top: 0;
        border-radius: 50% 50% 0 0 / 180px 180px 0 0;
    }

    .strategy-visual::after {
        display: none;
    }
}

@media (max-width: 640px) {
    .strategy-copy {
        flex-direction: column;
        gap: 34px;
        padding: 54px 22px;
    }

    .strategy-visual {
        margin-top: 24px;
        padding: 54px 22px;
        border-radius: 34px 34px 0 0;
    }

    .strategy-timeline {
        flex: none;
        flex-direction: row;
        align-self: auto;
        width: 100%;
        height: 34px;
        margin: 0;
    }

    .strategy-timeline::before {
        top: 50%;
        right: 17px;
        bottom: auto;
        left: 17px;
        width: auto;
        height: 1px;
        transform: translateY(-50%);
    }

    .strategy-timeline li {
        width: 34px;
        height: 34px;
        font-size: 0.82rem;
    }

    .strategy-copy > .strategy-copy-inner > h2 {
        margin-bottom: 18px;
    }

    .strategy-detail {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 12px;
    }

    .strategy-number {
        width: 52px;
        font-size: 1.85rem;
    }

    .strategy-detail p {
        font-size: 0.88rem;
    }

    .strategy-summary {
        grid-template-columns: 1fr;
        margin-top: 24px;
    }

    .strategy-summary-item {
        padding: 15px 8px;
        border-right: 0;
        border-bottom: 1px solid rgba(156, 112, 71, 0.35);
    }

    .strategy-summary-item:last-child {
        border-bottom: 0;
    }

    .strategy-summary-heading {
        justify-content: flex-start;
    }
}

/* Ban lãnh đạo và cố vấn chuyên môn */
.section-shell {
    width: min(100% - 48px, 1320px);
    margin: 0 auto;
}

.section-heading > p {
    margin-bottom: 10px;
    color: #b58a5c;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.section-heading > h2 {
    color: #9c7047;
    font-size: clamp(1.75rem, 2.8vw, 3rem);
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}

.section-heading--center {
    text-align: center;
}

.leadership-section {
    position: relative;
    overflow: hidden;
    padding: 82px 0 66px;
    background: #fff;
}

.leadership-section::after {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 1px;
    height: 55%;
    background: linear-gradient(to bottom, transparent, rgba(174, 132, 84, 0.45), transparent);
    content: "";
}

.leadership-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(70px, 10vw, 160px);
    width: min(100%, 850px);
    margin: 45px auto 0;
}

.leader-card {
    position: relative;
    text-align: center;
}

.leader-portrait {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 360px;
    height: 386px;
    margin: 0 auto 22px;
}

.leader-portrait img {
    position: relative;
    z-index: 1;
    display: block;
    width: 70%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
}

.leader-portrait--right img {
    width: 100%;
}

.leader-card h3,
.advisor-card h3,
.brand-card h3 {
    color: #8f633b;
    font-weight: 800;
    text-transform: uppercase;
}

.leader-card h3 {
    font-size: 1.05rem;
    letter-spacing: 0.04em;
}

.leader-card > p {
    margin-top: 7px;
    color: #3e3934;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
}

.advisors-section {
    padding: 70px 0;
    background: linear-gradient(180deg, #f5ead9 0%, #fff9ed 100%);
}

.advisors-section .section-shell {
    padding: 0 32px;
}

.advisors-heading {
    width: min(100%, 800px);
    margin: 0 auto;
}

.advisors-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: end;
    gap: 28px;
    margin-top: 44px;
}

.advisor-card {
    overflow: hidden;
    min-width: 0;
    padding: 18px 14px 12px;
    border: 2px solid #d7b87b;
    border-radius: 10px;
    text-align: center;
}

.advisor-photo {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 330px;
    overflow: hidden;
    border-bottom: 2px solid rgba(180, 135, 81, 0.56);
}

.advisor-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
}

.advisor-card h3 {
    margin-top: 17px;
    font-size: 0.88rem;
    line-height: 1.25;
}

.advisor-card > p {
    min-height: 62px;
    margin-top: 8px;
    color: #4a443e;
    font-size: 0.78rem;
    line-height: 1.4;
}

/* Đối tác chiến lược */
.distribution-section {
    padding: 42px 0 46px;
    background: #caa784;
    color: #fff;
}

.distribution-section .section-shell {
    align-items: center;
    gap: 48px;
}

.distribution-header {
    padding-bottom: 35px;
    text-align: center;
    
}

.distribution-header h2 {
    font-size: 1.6rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.strategic-partners-grid {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    align-items: center;
    gap: 22px;
}

.strategic-partners-grid > div {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 78px;
}

.strategic-partners-grid img {
    display: block;
    max-width: 100%;
    max-height: 68px;
    object-fit: contain;
}

/* Danh mục thương hiệu */
.brands-section {
    padding: 78px 0 96px;
    background: #f8f0e3;
}

.brands-heading {
    margin-bottom: 52px;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 44px;
    row-gap: 60px;
}

.brand-card {
    min-width: 0;
    text-align: center;
}

.brand-card > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    padding: 18px;
    overflow: hidden;
    border: 11px solid #d7b87b;
    border-radius: 65px;
    background: rgba(255, 255, 255, 0.45);
}

.brand-card img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.brand-card h3 {
    margin-top: 15px;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
}

/* Con số và tăng trưởng */
.growth-section {
    overflow: hidden;
    background: #f8f0e3;
}
.logo-ft {
    font-size: 85px;
    font-weight: 700;
    padding-right: 20px;
    border-right: 2px solid #fff;
}
.content-ft {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    p{
        text-transform:uppercase;
    }
}
.growth-shell {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 680px;
}

.growth-copy {
    display: flex;
    flex-direction: column;
    padding: 66px clamp(38px, 4.5vw, 78px) 0;
    color: #fff4d4;
}

.growth-copy h2 {
    font-size: 42px;
    color: #AA7C50;
    font-weight: 400;
    line-height: 1.12;
    text-align: center;
    text-transform: uppercase;
    width: fit-content;
    margin: auto;
    border-bottom: 1px solid #AA7C50;
}

.growth-stats {
margin-top: 50px
}

.growth-stats > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding-top: 15px;
}

.growth-stats--top {
    img{
        width: 100%;
    }
}

.growth-stats--bottom {
    grid-template-columns: 1fr;
    gap: 0;
    flex: 1;
    margin: 0 clamp(-78px, -4.5vw, -38px);
    padding: 25px clamp(38px, 4.5vw, 78px) 40px;
}

.growth-stats--bottom > div {
    display: block;
    padding: 15px 0;
}

.growth-stats--bottom strong {
    font-size: clamp(2.2rem, 3.6vw, 4.4rem);
}

.growth-stats--bottom > div:last-child strong {
    font-size: clamp(1.8rem, 2.6vw, 3.3rem);
}

.growth-stats--bottom span {
    margin-top: 0;
}

.growth-stats strong {
    color: #fff;
    font-size: clamp(1.8rem, 3.2vw, 3.55rem);
    font-weight: 700;
    line-height: 1;
}

.growth-stats span {
    margin-top: 12px;
    color: #fff4d4;
    font-size: 0.8rem;
    line-height: 1.4;
}

.growth-visual {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-width: 0;
    padding: 44px 30px 0;
}

.growth-visual img {
    display: block;
    object-fit: contain;
    object-position: center bottom;
}

.site-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    min-height: 112px;
    padding: 24px;
    background: #b18a67;
    color: #fff;
}

.site-footer img {
    width: 150px;
    filter: brightness(0) invert(1);
}

@media (max-width: 1000px) {
    .advisors-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 35px;
    }

    .distribution-section .section-shell {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .distribution-header {
        padding: 0 0 20px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.55);
        text-align: center;
    }

    .brands-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .strategic-partners-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .growth-shell {
        grid-template-columns: 1fr;
    }

    .growth-visual img {
        height: 520px;
    }
}

@media (max-width: 720px) {
    .site-header .container img {
        width: auto;
        max-width: 45%;
        height: auto;
    }

    .section-shell {
        width: min(100% - 36px, 1320px);
    }

    .leadership-section {
        padding: 62px 0 54px;
    }

    .leadership-section::after {
        display: none;
    }

    .leadership-grid {
        gap: 22px;
        margin-top: 38px;
    }

    .leader-portrait {
        width: min(42vw, 220px);
        height: min(45vw, 240px);
    }

    .leader-card h3 {
        font-size: 0.78rem;
    }

    .leader-card > p {
        font-size: 0.68rem;
    }

    .advisors-section {
        padding: 58px 0;
    }

    .advisors-section .section-shell {
        padding: 34px 12px 0;
    }

    .advisor-photo {
        height: 250px;
    }

    .strategic-partners-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }

    .brands-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px 22px;
    }

    .brand-card > div {
        height: auto;
        padding: 10px;
        border-width: 11px;
    }

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

    .growth-stats--top {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px 12px;
        margin-top: 38px;
        margin-bottom: 28px;
        text-align: left;
    }

    .growth-stats--bottom {
        grid-template-columns: 1fr;
        gap: 0;
        margin: 0 -22px;
        padding: 20px 22px 32px;
        text-align: left;
    }

    .growth-stats--bottom > div {
        grid-template-columns: minmax(112px, 0.75fr) minmax(0, 1.25fr);
    }

    .growth-stats strong {
        font-size: clamp(1.65rem, 8vw, 2.5rem);
    }

    .growth-visual {
        padding: 28px 18px 0;
    }

    .growth-visual img {
        height: 430px;
    }
}

@media (max-width: 460px) {
    .advisors-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
.philosophy-text{
    font-size: 15px;
}
    .advisor-photo {
        height: 300px;
    }

    .advisor-card h3 {
        font-size: 0.82rem;
    }

    .advisor-card > p {
        font-size: 0.74rem;
    }

    .brands-grid {
        gap: 30px 14px;
    }

    .brand-card > div {
        border-radius: 14px;
    }

    .growth-stats--top {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .growth-stats--top > div {
        display: grid;
        grid-template-columns: 95px minmax(0, 1fr);
        align-items: center;
        padding: 15px 0;
    }

    .growth-stats--top span {
        margin-top: 0;
    }

    .site-footer {
        flex-direction: column;
        gap: 13px;
    }
}

/* Motion layer: first-load, scroll reveal and refined hover states */
@keyframes hkk-load-fade-down {
    from {
        opacity: 0;
        transform: translateY(-14px);
    }
}

@keyframes hkk-load-hero {
    from {
        opacity: 0;
        transform: scale(1.035);
        filter: saturate(0.82);
    }
    to {
        opacity: 1;
        transform: scale(1);
        filter: saturate(1);
    }
}

@keyframes hkk-load-rise {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
}

@keyframes hkk-load-line {
    from {
        opacity: 0;
        transform: scaleX(0);
    }
}

.site-header > .container img {
    animation: hkk-load-fade-down 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.site-header > .container img:last-child {
    animation-delay: 0.1s;
}

.banner {
    overflow: hidden;
}

.banner-img {
    animation: hkk-load-hero 1.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.content-header .h1-header,
.content-header .h2-header,
.content-header .banner-bnt {
    animation: hkk-load-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.content-header .h1-header {
    animation-delay: 0.18s;
}

.content-header .h2-header {
    animation-delay: 0.3s;
}

.content-header .banner-bnt {
    animation-delay: 0.42s;
}

.mark-banner {
    transform-origin: left center;
    animation: hkk-load-line 1s 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* Elements receive these classes only when JavaScript is available. */
.hkk-lazy {
    opacity: 0;
    transform: translateY(34px);
    transition:
        opacity 0.82s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.82s cubic-bezier(0.22, 1, 0.36, 1),
        clip-path 0.82s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--hkk-reveal-delay, 0ms);
}

.hkk-lazy--soft-left {
    clip-path: inset(0 10% 0 0);
}

.hkk-lazy--soft-right {
    clip-path: inset(0 0 0 10%);
}

.hkk-lazy--scale {
    transform: scale(0.96);
}

.hkk-lazy.is-visible {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateY(0) scale(1);
}

/* Banner request popup — Frame 310 / Frame 311 */
.request-popup {
    width: min(674px, calc(100% - 32px));
    max-width: none;
    max-height: calc(100dvh - 32px);
    margin: auto;
    padding: 0;
    overflow: auto;
    border: 0;
    border-radius: 30px;
    background: #fff;
    color: #37312d;
    box-shadow: 12px 14px 0 rgba(0, 0, 0, 0.18), 18px 20px 24px rgba(0, 0, 0, 0.32);
}

.request-popup::backdrop {
    background: rgba(25, 18, 13, 0.58);
    backdrop-filter: blur(3px);
}

.request-popup[open] {
    animation: hkk-popup-enter 0.48s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.request-popup-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 62px 56px 55px;
}

.request-popup-form h2 {
    margin: 0 0 7px;
    color: #ae7e4f;
    font-size: clamp(2rem, 3.2vw, 2.375rem);
    font-weight: 700;
    line-height: 1.18;
}

.request-field {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.request-field label {
    margin: 0;
    color: #37312d;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
}

.request-field input,
.request-field textarea {
    width: 100%;
    border: 0;
    border-radius: 7px;
    outline: 1px solid transparent;
    background: #faf7f2;
    color: #37312d;
    font: inherit;
    font-size: 1.18rem;
    transition: outline-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.request-field input {
    height: 65px;
    padding: 0 16px;
}

.request-field textarea {
    height: 63px;
    min-height: 63px;
    padding: 19px 16px;
    resize: vertical;
}

.request-field input::placeholder,
.request-field textarea::placeholder {
    color: #c4c0bc;
    opacity: 1;
}

.request-field input:focus,
.request-field textarea:focus {
    outline-color: rgba(174, 126, 79, 0.72);
    background: #fffaf4;
    box-shadow: 0 0 0 4px rgba(174, 126, 79, 0.1);
}

.request-submit {
    height: 65px;
    margin-top: 1px;
    border: 0;
    border-radius: 6px;
    background: #b58452;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 400;
    box-shadow: 0 10px 12px rgba(70, 45, 27, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.request-submit:hover {
    background: #a97747;
    box-shadow: 0 13px 18px rgba(70, 45, 27, 0.24);
    transform: translateY(-2px);
}

.request-submit:active {
    box-shadow: 0 6px 9px rgba(70, 45, 27, 0.18);
    transform: translateY(1px);
}

@keyframes hkk-popup-enter {
    from {
        opacity: 0;
        transform: translateY(24px) scale(0.975);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 600px) {
    .request-popup {
        width: calc(100% - 24px);
        border-radius: 22px;
        box-shadow: 8px 10px 0 rgba(0, 0, 0, 0.16), 12px 14px 20px rgba(0, 0, 0, 0.28);
    }

    .request-popup-form {
        gap: 19px;
        padding: 36px 22px 30px;
    }

    .request-popup-form h2 {
        margin-bottom: 3px;
        font-size: clamp(1.65rem, 8vw, 2.15rem);
    }

    .request-field {
        gap: 9px;
    }

    .request-field input {
        height: 58px;
    }

    .request-field textarea {
        height: 70px;
        min-height: 70px;
        padding-top: 17px;
    }

    .request-submit {
        height: 58px;
        font-size: 1.2rem;
    }
}

/* Hover is limited to precise pointers so touch layouts remain unchanged. */
@media (hover: hover) and (pointer: fine) {
    .btn-banner,
    .session-3 .box,
    .strategy-detail,
    .strategy-summary-item,
    .leader-card,
    .advisor-card,
    .strategic-partners-grid > div,
    .brand-card,
    .brand-card > div,
    .growth-stats img {
        transition:
            transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
            translate 0.45s cubic-bezier(0.22, 1, 0.36, 1),
            scale 0.45s cubic-bezier(0.22, 1, 0.36, 1),
            box-shadow 0.45s ease,
            border-color 0.45s ease,
            background-color 0.45s ease,
            filter 0.45s ease,
            opacity 0.45s ease;
    }

    .btn-banner {
        position: relative;
        overflow: hidden;
        isolation: isolate;
    }

    .btn-banner::after {
        position: absolute;
        z-index: -1;
        inset: 0;
        content: "";
        background: rgba(255, 255, 255, 0.14);
        transform: scaleX(0);
        transform-origin: right center;
        transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .btn-banner:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 24px rgba(58, 39, 28, 0.18);
    }

    .btn-banner:hover::after {
        transform: scaleX(1);
        transform-origin: left center;
    }

    .session-3 .box:hover {
        z-index: 1;
        translate: 0 -7px;
        background-color: rgba(255, 255, 255, 0.22);
        box-shadow: 0 18px 32px rgba(83, 56, 36, 0.11);
    }

    .strategy-detail:hover,
    .strategy-summary-item:hover {
        translate: 7px 0;
    }

    .strategy-detail:hover .strategy-number,
    .strategy-summary-item:hover strong {
        color: #8f633b;
    }

    .leader-portrait img,
    .advisor-photo img,
    .strategic-partners-grid img,
    .brand-card img,
    .growth-visual img {
        transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), scale 0.65s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
    }

    .leader-card:hover .leader-portrait img,
    .advisor-card:hover .advisor-photo img {
        scale: 1.025;
    }

    .advisor-card:hover {
        translate: 0 -8px;
        border-color: #b78d50;
        box-shadow: 0 18px 38px rgba(91, 61, 38, 0.13);
    }

    .strategic-partners-grid > div:hover {
        translate: 0 -5px;
    }

    .strategic-partners-grid > div:hover img {
        scale: 1.07;
        filter: drop-shadow(0 8px 10px rgba(71, 46, 28, 0.12));
    }

    .brand-card:hover {
        translate: 0 -8px;
    }

    .brand-card:hover > div {
        border-color: #c59d5c;
        background-color: rgba(255, 255, 255, 0.72);
        box-shadow: 0 20px 38px rgba(90, 60, 37, 0.13);
    }

    .brand-card:hover img {
        scale: 1.045;
    }

    .growth-stats img:hover {
        translate: 0 -4px;
        filter: drop-shadow(0 10px 12px rgba(91, 62, 41, 0.12));
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition-duration: 0.01ms !important;
    }
}
