/* =========================
   ABOUT STORY
========================= */

.about-story {
    --about-story-gap: clamp(14px, 1.4vw, 20px);
    --about-story-radius: clamp(8px, 0.84vw, 12px);
    position: relative;
    overflow: hidden;
}

.about-story > .section-content {
    width: 100%;
}


/* =========================
   DESCRIPTION
========================= */

.about-story__description {
    width: 100%;
    max-width: clamp(700px, 65vw, 940px);
    margin: auto;
}

.about-story__description p + p {
    margin-top: clamp(12px, 1.4vw, 16px);
}

/* =========================
   IMAGE GALLERY
========================= */

.about-story__gallery {
    margin-top: clamp(42px, 4.17vw, 60px);
}

/* =========================
   IMAGE CHUNG
========================= */

.about-story__image {
    margin: 0;
}

.about-story__image .img-inner {
    width: 100%;
    background: var(--color-background-light);
    border-radius: var(--about-story-radius);
    overflow: hidden;
}

.about-story__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.about-story__image:hover img {
    transform: scale(1.015);
}

/* =========================
   LARGE IMAGE
========================= */

.about-story__image--main .img-inner {
    height: auto;
    aspect-ratio: 1.42;
}

.about-story__image--main img {
    object-position: center;
}

/* =========================
   SIDE IMAGE
========================= */
.about-story__image--side .img-inner {
    height: auto;
    aspect-ratio: 0.92;
}

.about-story__image--side img {
    object-position: center;
}

/* =========================
   TABLET
========================= */

@media (max-width: 849px) {

    .about-story__image--main .img-inner {
        aspect-ratio: 1.25;
    }

    .about-story__image--side .img-inner {
        aspect-ratio: 0.72;
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 575px) {

    .about-story__title br {
        display: none;
    }

    .about-story__image--main .img-inner {
        aspect-ratio: 1;
    }

    .about-story__image--side .img-inner {
        aspect-ratio: 0.78;
    }
}

/* =========================
   ABOUT PILLARS
========================= */

.about-pillars {
    --about-pillars-bg: #f7f4ee;
    --about-pillars-gap: clamp(8px, 0.84vw, 12px);
    --about-pillars-radius: clamp(8px, 0.84vw, 12px);
    position: relative;
    overflow: hidden;
}


/* =========================
   HEADER
========================= */
.about-pillars__header-column > .col-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}

/* =========================
   QUOTE
========================= */

.about-pillars__quote {
    width: 100%;
}

.about-pillars__quote h2 {
    color: var(--color-secondary);
    font-size: clamp(24px, 3.2vw, 32px);
    line-height: 1.5;
}

/* =========================
   LOGOS
========================= */

.about-pillars__logos {
    width: max-content;
    max-width: 100%;
    gap: clamp(24px, 3.34vw, 48px);
}

.about-pillars__logo {
    flex: 0 0 auto;
}

.about-pillars__logo .img-inner {
    background: transparent;
}

.about-pillars__logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.about-pillars__logo--amana {
    max-width: clamp(52px, 5.56vw, 80px);
}

.about-pillars__logo--travel {
    max-width: clamp(100px, 10.42vw, 150px);
}

/* =========================
   CARDS ROW
========================= */

.about-pillars__cards {
    margin-top: clamp(42px, 4.17vw, 60px);
}

/* =========================
   BANNER CARD
========================= */

.about-pillars__card {
    position: relative;
    padding-top: 140.85%;
    border-radius: var(--about-pillars-radius);
    overflow: hidden;
    isolation: isolate;
}

.about-pillars__card .banner-bg,
.about-pillars__card .fill,
.about-pillars__card .bg {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.about-pillars__card .bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.65s ease;
}

/* Overlay nhẹ toàn ảnh */

.about-pillars__card::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.02) 0%,
            rgba(0, 0, 0, 0.08) 62%,
            rgba(0, 0, 0, 0.26) 100%
    );
    pointer-events: none;
}

.about-pillars__card .banner-layers {
    z-index: 2;
    width: 100%;
    max-width: none;
    height: 100%;
}

.about-pillars__card:hover .bg {
    transform: scale(1.025);
}

/* Điều chỉnh vị trí từng ảnh nếu cần */

.about-pillars__card--hospitality .bg {
    background-position: center;
}

.about-pillars__card--brand .bg {
    background-position: center;
}

.about-pillars__card--operations .bg {
    background-position: center;
}

.about-pillars__card--travel .bg {
    background-position: center;
}

/* =========================
   CONTENT BOX
========================= */

.about-pillars__content .text-inner {
    width: 100%;
    padding: clamp(12px, 1.12vw, 12px);
    background: rgba(102, 52, 37, 0.85);
    border-radius: clamp(6px, 0.56vw, 8px);
}

/* =========================
   CARD TEXT
========================= */

.banner .about-pillars__card-text h3 {
    margin: 0;
    color: var(--color-white);
    font-size: var(--fs-h6);
    font-weight: var(--fw-bold);
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
}

.banner .about-pillars__card-text p {
    margin: clamp(8px, 0.7vw, 10px) 0 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.45;
    text-align: left;
}

/* =========================
   TABLET
========================= */

@media (max-width: 849px) {
    .about-pillars__content .text-inner {
        min-height: 110px;
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 575px) {


    .about-pillars__quote br {
        display: none;
    }

    .about-pillars__card-text h3 {
        font-size: clamp(22px, 6.5vw, 28px);
    }

    .about-pillars__card-text p {
        margin-top: 8px;
        font-size: clamp(13px, 3.8vw, 16px);
        line-height: 1.5;
    }
}

/* =========================
   ABOUT PHILOSOPHY
========================= */

.about-philosophy {
    --about-philosophy-height: clamp(420px, 49.75vw, 720px);
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: var(--about-philosophy-height) !important;
    overflow: hidden;
    isolation: isolate;
}

/* =========================
   SECTION BACKGROUND
========================= */


/* Overlay tối từ trái sang phải */

.about-philosophy::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    background: linear-gradient(
            90deg,
            rgba(5, 12, 10, 0.78) 0%,
            rgba(5, 12, 10, 0.62) 28%,
            rgba(5, 12, 10, 0.34) 58%,
            rgba(5, 12, 10, 0.16) 100%
    ),
    linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.06) 0%,
            rgba(0, 0, 0, 0.18) 100%
    );
    pointer-events: none;
}

/* Gradient tối nhẹ phía dưới */


/* =========================
   SECTION CONTENT
========================= */

.about-philosophy > .section-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: var(--about-philosophy-height);
}


/* =========================
   COLUMN
========================= */

/* =========================
   LABEL
========================= */

.about-philosophy__label {
    width: 100%;
    margin: 0 0 clamp(14px, 1.4vw, 20px);
}

.about-philosophy__label p {
    margin: 0;
    font-size: var(--fs-h5);
    font-weight: var(--fw-bold);
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-align: left;
    text-transform: uppercase;
}

/* =========================
   TITLE
========================= */

.about-philosophy__title.section-title {
    width: 100%;
    margin: 0;
}

/* =========================
   DESCRIPTION
========================= */

.about-philosophy__description {
    width: 100%;
    max-width: clamp(420px, 40vw, 580px);
    margin: clamp(18px, 1.67vw, 24px) 0 0;
}

.about-philosophy__description p {
    margin: 0;
    color: rgba(255, 255, 255, 0.94);
    font-size: var(--fs-body-lg);
    font-weight: var(--fw-medium);
    line-height: 1.55;
    text-align: left;
}

/* =========================
   TABLET
========================= */

@media (max-width: 849px) {
    .about-philosophy {
        --about-philosophy-height: clamp(440px, 68vw, 580px);
    }

}

/* =========================
   MOBILE
========================= */

@media (max-width: 575px) {
    .about-philosophy {
        --about-philosophy-height: clamp(500px, 145vw, 640px);
    }

    .about-philosophy::before {
        background: linear-gradient(
                90deg,
                rgba(5, 12, 10, 0.84) 0%,
                rgba(5, 12, 10, 0.62) 58%,
                rgba(5, 12, 10, 0.26) 100%
        ),
        linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.08) 0%,
                rgba(0, 0, 0, 0.22) 100%
        );
    }


    .about-philosophy__label {
        margin-bottom: 14px;
    }

    .about-philosophy__label p {
        font-size: clamp(11px, 3.2vw, 13px);
    }

    .about-philosophy__title br {
        display: none;
    }

    .about-philosophy__description {
        margin-top: 16px;
    }

    .about-philosophy__description p {
        font-size: clamp(12px, 3.5vw, 14px);
        line-height: 1.55;
    }
}

/* =========================
   ABOUT VISION
========================= */

.about-vision {
    --about-vision-bg: #f7f4ee;
    --about-vision-gap: clamp(20px, 3.06vw, 44px);
    --about-vision-radius: clamp(8px, 0.84vw, 12px);
}

/* =========================
   IMAGE GRID
========================= */

.about-vision__media-column > .col-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.about-vision__image {
    aspect-ratio: 1.25;
    margin: 0;
    border-radius: var(--about-vision-radius);
    overflow: hidden;
}

.about-vision__image .img-inner {
    width: 100%;
    height: 100%;
    background: var(--color-background-light);
    overflow: hidden;
}

.about-vision__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* =========================
   CONTENT COLUMN
========================= */

.about-vision__content-column > .col-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

/* =========================
   TITLE
========================= */

.about-vision__title.section-title {
    width: 100%;
    margin: 0;
}

/* =========================
   INTRO
========================= */

.about-vision__intro {
    width: 100%;
    margin: clamp(22px, 2.08vw, 30px) 0 0;
}

.about-vision__intro p {
    margin: 0;
    color: var(--color-heading);
    font-size: var(--fs-body-lg);
    font-weight: var(--fw-semibold);
}

/* =========================
   DESCRIPTION
========================= */

.about-vision__description {
    width: 100%;
    margin: clamp(14px, 1.4vw, 20px) 0 0;
}

.about-vision__description p {
    margin: 0;
    color: var(--color-text);
    font-size: var(--fs-body);
    font-weight: var(--fw-regular);
    line-height: 1.5;
    text-align: left;
}

.about-vision__description p + p {
    margin-top: clamp(10px, 0.84vw, 12px);
}

/* =========================
   STATS ROW
========================= */

.about-vision__stats.row {
    margin-top: clamp(24px, 2.23vw, 32px);
}

/* =========================
   STAT ITEM
========================= */

.about-vision__stat {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    gap: clamp(8px, 0.84vw, 12px);
}

.about-vision__stat-number {

}

h4.about-vision__stat-number {
    flex: 0 0 auto;
    width: auto;
    margin: 0;
    color: var(--color-secondary);
    font-size: clamp(42px, 5.6vw, 64px);
    font-weight: var(--fw-bold);
    line-height: 1.2;
    letter-spacing: var(--ls-heading);
    white-space: nowrap;
}

.about-vision__stat-number sup {
    position: relative;
    top: -0.25em;
    margin-left: 1px;
    font-size: 0.48em;
    line-height: 1;
    vertical-align: baseline;
}

.about-vision__stat-label {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    color: var(--color-heading);
    font-size: var(--fs-body-lg);
    font-weight: var(--fw-medium);
    line-height: 1.4;
    text-align: left;
}

/* =========================
   TABLET
========================= */

@media (max-width: 849px) {

    .about-vision__content-column {
        order: 1;
    }

    .about-vision__media-column {
        order: 2;
        margin-top: clamp(38px, 6vw, 50px);
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 575px) {

    .about-vision__title h2 {
        font-size: clamp(30px, 9vw, 38px);
        line-height: 1.05;
    }

    .about-vision__title br {
        display: none;
    }

    .about-vision__intro {
        margin-top: 20px;
    }

    .about-vision__description {
        margin-top: 12px;
    }

    .about-vision__description p {
        font-size: clamp(12px, 3.5vw, 14px);
        line-height: 1.55;
    }


    h2.about-vision__stat-number {
        font-size: clamp(32px, 10vw, 42px);
    }

    .about-vision__stat-label {
        font-size: clamp(10px, 3vw, 12px);
        line-height: 1.35;
    }
}


/* =========================
   ABOUT LEADERSHIP
========================= */

.about-leadership {
    --leadership-bg: #f7f4ee;
    --leadership-gap: clamp(6px, 1.67vw, 12px);
    --leadership-radius: clamp(10px, 0.84vw, 12px);
}

/* =========================
   CONTENT COLUMN
========================= */

.about-leadership__content-column > .col-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: clamp(4px, 0.56vw, 8px);
}


/* =========================
   FLATSOME SLIDER
========================= */

.about-leadership__slider {
    width: 100%;
    overflow: visible;
}


.about-leadership__slider .flickity-slider > .section{
	display: flex;
	min-height: 300px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-inline: var(--leadership-gap) !important;
}

.about-leadership__slider .flickity-slider > .section .section-content{
	flex: 1;
	height: 100%;
	width: 100%;
}

.about-leadership__card {
    display: flex;
    flex-direction: column;
    padding: clamp(8px, 1vw, 12px);
    background: var(--color-secondary-2);
    border: 1px solid rgba(102, 52, 37, 0.04);
    border-radius: var(--leadership-radius);
    box-shadow: 0 8px 24px rgba(10, 35, 30, 0.035);
    overflow: hidden;
    transition: box-shadow 0.35s ease;
}

/* =========================
   CARD IMAGE
========================= */

.about-leadership__card .box-image {
    width: 100%;
    margin: 0;
    border-radius: calc(var(--leadership-radius) - 3px);
    overflow: hidden;
}

.about-leadership__card .box-image > div {
    width: 100%;
    height: auto;
    aspect-ratio: 0.9;
    background: var(--color-background-light);
    border-radius: inherit;
    overflow: hidden;
}

.about-leadership__card .box-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.6s ease;
}

.about-leadership__card:hover .box-image img {
    transform: scale(1.02);
}

/* =========================
   CARD CONTENT
========================= */

.about-leadership__card .box-text {
    flex: 1;
    width: 100%;
    padding: clamp(10px, 1vw, 12px)
    clamp(12px, 2vw, 24px) ;
}

.about-leadership__card .box-text-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.about-leadership__card h3 {
    width: 100%;
    margin: 0;
    color: var(--color-heading);
    font-size: var(--fs-h6);
    font-weight: var(--fw-black);
    line-height: 1.15;
    letter-spacing: 0;
}

.about-leadership__card p {
    width: 100%;
    margin: clamp(5px, 0.42vw, 6px) 0 0;
    color: var(--color-heading);
    font-size: var(--fs-body-xs);
    font-weight: var(--fw-medium);
    line-height: 1.35;
    letter-spacing: 0.01em;
    text-align: left;
    text-transform: uppercase;
}

/* =========================
   TABLET
========================= */

@media (max-width: 849px) {
    .about-leadership {
        padding: clamp(56px, 9vw, 76px) 0
        clamp(64px, 10vw, 84px) !important;
    }

    .about-leadership__row {
        flex-wrap: wrap;
        width: calc(100% - 40px) !important;
    }

    .about-leadership__content-column,
    .about-leadership__slider-column {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    .about-leadership__content-column > .col-inner {
        max-width: 600px;
        padding-top: 0;
    }

    .about-leadership__title h2 br {
        display: none;
    }

    .about-leadership__description {
        max-width: 600px;
        margin-top: 22px;
    }

    .about-leadership__slider-column {
        margin-top: clamp(34px, 6vw, 48px);
    }

    .about-leadership__slider
    .flickity-slider > .about-leadership__card {
        width: clamp(240px, 42vw, 330px) !important;
        min-width: clamp(240px, 42vw, 330px);
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 575px) {
    .about-leadership {
        --leadership-gap: 12px;
        padding: clamp(48px, 14vw, 64px) 0
        clamp(52px, 15vw, 72px) !important;
    }

    .about-leadership__row {
        width: calc(100% - 24px) !important;
    }

    .about-leadership__title h2 {
        font-size: clamp(30px, 9vw, 38px);
        line-height: 1.05;
    }

    .about-leadership__description p {
        font-size: clamp(12px, 3.5vw, 14px);
    }

    .about-leadership__slider-column {
        margin-top: 32px;
    }

    .about-leadership__slider {
        width: calc(100vw - 24px);
    }

    .about-leadership__slider
    .flickity-slider > .about-leadership__card {
        width: clamp(240px, 78vw, 330px) !important;
        min-width: clamp(240px, 78vw, 330px);
    }

    .about-leadership__card {
        padding: 6px 6px 16px;
    }

    .about-leadership__card h3 {
        font-size: var(--fs-body-lg);
    }

    .about-leadership__card p {
        font-size: clamp(9px, 2.8vw, 11px);
    }
}