@font-face {
    font-family: 'BATANG';
    src: url('../fonts/batang/Batang-Regular.woff2') format('woff2'),
        url('../fonts/batang/Batang-Regular.woff') format('woff'),
        url('../fonts/batang/Batang-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'BATANG-2';
    src: url('../fonts/batang/BATANG.woff2') format('woff2'),
        url('../fonts/batang/BATANG.woff') format('woff'),
        url('../fonts/batang/BATANG.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/aeonik font/Aeonik-Regular.woff2') format('woff2'),
        url('../fonts/aeonik font/Aeonik-Regular.woff') format('woff'),
        url('../fonts/aeonik font/Aeonik-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/aeonik font/Aeonik-Bold.woff2') format('woff2'),
        url('../fonts/aeonik font/Aeonik-Bold.woff') format('woff'),
        url('../fonts/aeonik font/Aeonik-Bold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/* =========================================
   GLOBAL VARIABLES
   ========================================= */

:root {
    --primary-white-color: #FEFEFE;
    --secondary-black-color: #1A1A1A;
    --text-brown: #B88A44;
    --text-light-gray: #717171;
    --text-white: #F8F7F4;
    --text-dark-brown: #8D6A3F;
    --text-gray: #B1B1B1;
    --roman-num-color: #B88A44;
    --text-cream: #F1EEE8;
    --yellow: #F4DA86;

    /* Fonts */
    --font-body: 'Aeonik', sans-serif;
    --font-heading: 'BATANG', serif;

    /* Spacing */
    --container-width: 1280px;
}

/* =========================================
   GLOBAL RESET & TYPOGRAPHY
   ========================================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-body);
    /* background-color: var(--color-bg-dark); */
}

body {
    background-image: url('../images/section-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    display: block;
    height: 100%;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    font-weight: 400;
    line-height: 120%;
}

p {
    font-family: var(--font-body);
}

h1 {
    font-size: 76px;
    font-weight: 400;
    letter-spacing: -5px;
}

.sub-h2 {
    font-size: 70px;
    line-height: 110%;
    letter-spacing: -5px;
}

h2 {
    font-size: 48px;
    letter-spacing: -2px;
}

h3 {
    font-size: 44px;
    letter-spacing: -2px;
}

h4 {
    font-size: 40px;
    letter-spacing: -2px;
}

h5 {
    font-size: 26px;
    line-height: 123.07%;
    letter-spacing: -0.6px;
}

h6 {
    font-size: 24px;
    line-height: 133.33%;
    letter-spacing: 0;
    /* word-spacing: 2px; */
}

.bt-1 {
    font-size: 86px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -3.44px;
}

/* .bt-2 {
    font-size: 60px;
    font-weight: 400;
    line-height: 140%;
} */

.bt-2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
}

.bt-3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 130%;
}

.bt-4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.24px;
}

.bt-6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}


.bt-5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.18px;
}

.bt-7 {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.6px;
}

.container {
    max-width: var(--container-width);
    margin: 0 auto;
    width: 100%;
}

.btn-primary {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: var(--text-dark-brown);

    padding: 16px 24px 24px 24px;

    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;

    background: var(--text-cream);
    border-radius: 20px 0;

    transition:
        padding-bottom 0.35s cubic-bezier(.17, .67, .3, 1.33);
}

/* ================================
   ARROW
================================ */

.btn-primary::after {
    content: "";

    width: 17px;
    height: 17px;

    flex: 0 0 17px;

    display: block;

    overflow: hidden;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='17' viewBox='0 0 34 17' fill='none'%3E%3Cpath d='M3 8.3C2.6134 8.3 2.3 8.6134 2.3 9C2.3 9.3866 2.6134 9.7 3 9.7V9V8.3ZM15.495 9.49497C15.7683 9.22161 15.7683 8.77839 15.495 8.50503L11.0402 4.05025C10.7668 3.77689 10.3236 3.77689 10.0503 4.05025C9.77689 4.32362 9.77689 4.76684 10.0503 5.0402L14.0101 9L10.0503 12.9598C9.77689 13.2332 9.77689 13.6764 10.0503 13.9497C10.3236 14.2231 10.7668 14.2231 11.0402 13.9497L15.495 9.49497ZM3 9V9.7H15V9V8.3H3V9Z' fill='%238D6A3F'/%3E%3Cpath d='M20 8.3C19.6134 8.3 19.3 8.6134 19.3 9C19.3 9.3866 19.6134 9.7 20 9.7V9V8.3ZM32.495 9.49497C32.7683 9.22161 32.7683 8.77839 32.495 8.50503L28.0402 4.05025C27.7668 3.77689 27.3236 3.77689 27.0503 4.05025C26.7769 4.32362 26.7769 4.76684 27.0503 5.0402L31.0101 9L27.0503 12.9598C26.7769 13.2332 26.7769 13.6764 27.0503 13.9497C27.3236 14.2231 27.7668 14.2231 28.0402 13.9497L32.495 9.49497ZM20 9V9.7H32V9V8.3H20V9Z' fill='%238D6A3F'/%3E%3C/svg%3E");

    background-repeat: no-repeat;

    /*
       The second arrow is positioned on the left
       and the normal arrow is positioned on the right.
    */
    background-size: 34px 17px;
    background-position: -17px 0;

    transition: background-position 0.45s cubic-bezier(.17, .67, .3, 1.33);
}


/* ================================
   HOVER
================================ */

.btn-primary:hover {
    padding-bottom: 28px;
}

.btn-primary:hover::after {
    background-position: 0 0;
}

/* Mobile Menu Toggle Button (Hidden on Desktop) */
.menu-toggle {
    display: none;
    position: relative;
    background: transparent;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 6px;
    z-index: 1001;
    /* Ensure above overlay */
}

.hamburger-line {
    display: block;
    width: 22px;
    height: 2px;
    background-color: var(--text-white);
    transition: all 0.3s ease;
}

/* Stop body scrolling when menu is open */
body.menu-open {
    overflow: hidden;
}


/* =========================================
   HERO SECTION
   ========================================= */
.hero-banner {
    position: relative;
    min-height: 720px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    isolation: isolate;
}

.hero-banner__bg {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.hero-banner__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-banner__overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(154deg,
            rgba(0, 0, 0, 0.50) 20.63%,
            rgba(0, 0, 0, 0.50) 55.48%,
            rgba(0, 0, 0, 0.80) 77.38%);
}

.about-banner {
    background: linear-gradient(143deg,
            rgba(0, 0, 0, 0.10) 37.14%,
            rgba(0, 0, 0, 0.40) 67.92%,
            rgba(0, 0, 0, 0.80) 87.26%);
}

.hero-banner__container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1;
    padding-block: 0 79px;
}

/* ---- Content ---- */
.hero-banner__content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

.hero-banner__title {
    color: var(--text-white);
    max-width: 780px;
    padding-bottom: 194px;
}

.hero-banner__info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 40px;
    max-width: 330px;
    flex-shrink: 0;
    padding-bottom: 8px;
}

.hero-banner__divider {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--text-white);
}

.hero-banner__description {
    color: var(--text-white);
    /* text-align: right; */
}

.hero-banner__highlight {
    color: var(--text-brown);
}

/*=========================================
   TRUSTED PARTNER SECTION
   ========================================= */
.trusted {
    /* background: var(--text-white); */
    width: 100%;
}

.trusted__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.trusted__title {
    margin: 0;
    max-width: 480px;
}

.trusted__intro {
    margin: 0;
    max-width: 385px;
    margin-right: 10px;
    color: var(--text-light-gray);
    flex-shrink: 0;
}

.trusted__header_intro {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.trusted__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: -45px;
}

.trusted__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.trusted_content {
    padding-left: 45px;
    border-left: 1px solid #E5E5E5;
    display: flex;
    flex-direction: column;
    gap: 53px;
}

.trusted__card:nth-child(2) {
    margin-top: 60px;
}

.trusted__card:nth-child(3) {
    margin-top: 120px;
}

.trusted__card:nth-child(4) {
    margin-top: 175px;
}

.trusted__icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trusted__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.trusted__card-title {
    margin: 0;
    color: var(--text-dark-brown);
    padding-right: 9px;
}

.trusted__card-text {
    margin-top: 20px;
    color: var(--text-light-gray);
    max-width: 225px;
}

/* =========================================
   PRINCIPLES SECTION
   ========================================= */
.principles {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 720px;
    overflow: hidden;
    isolation: isolate;
}

.principles__bg {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.principles__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.principles__overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.10) 0%,
            rgba(0, 0, 0, 0.70) 53.67%,
            rgba(0, 0, 0, 0.90) 100%);
}

.principles__container {
    display: flex;
    flex-direction: column;
    padding-top: 160px;
}

.principles__heading {
    color: var(--text-white);
    text-align: center;
    margin-bottom: 54px;
}

/* ---- List ---- */
.principles__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    list-style: none;
    border-top: 1px solid rgba(248, 247, 244, 0.2);
}

.principles__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 53px;
    border-left: 1px solid rgba(248, 247, 244, 0.2);
}

.principles__item:last-child {
    border-right: 1px solid rgba(248, 247, 244, 0.2);
}

.principles__title {
    color: var(--text-white);
    margin-bottom: 18px;
}

.principles__text {
    color: var(--text-gray);
}

/* =========================================
   RELATED INSIGHTS SECTION
   ========================================= */
.related-insights .container {
    /* border-top: 1px solid var(--yellow); */
    /* padding-block: 100px; */
}

.related-insights__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 60px;
}

.related-insights__title {
    margin: 0;
    color: var(--secondary-black-color);
}

.related-insights__view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    color: var(--text-dark-brown);
    background-color: var(--text-cream);
    padding: 14px 20px;
    border-radius: 20px 0;
}

.related-insights__view-all-arrow {
    display: inline-flex;
    transition: transform 0.3s ease;
}

.related-insights__view-all:hover .related-insights__view-all-arrow {
    transform: translateX(4px);
}

/* ---- Grid ---- */
.related-insights__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 70px;
}

.related-insights__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.related-insights__media {
    width: 100%;
}

.related-insights__figure {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.related-insights__figure img {
    width: 100%;
    height: 100%;
    aspect-ratio: 19 / 15;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.related-insights__card:hover .related-insights__figure img {
    transform: scale(1.05);
}

.related-insights__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 22px;
}

.related-insights__category {
    color: var(--text-dark-brown);
}

.related-insights__card-title {
    max-width: 369px;
    width: 100%;
    margin-top: 16px;
    color: var(--secondary-black-color);
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(177, 177, 177, 0.2);
}

.related-insights__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--text-brown);
    margin-top: 20px;
    letter-spacing: 3.08px;
}

.related-insights__link-arrow {
    display: inline-flex;
    transition: transform 0.3s ease;
}

.related-insights__link:hover .related-insights__link-arrow {
    transform: translateX(4px);
}

/* =========================================
   CTA / CLOSING SECTION
   ========================================= */
.cta {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 700px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.cta__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cta__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cta__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.00) 0%,
            rgba(0, 0, 0, 0.20) 40.87%,
            rgba(0, 0, 0, 0.80) 100%);
}

.cta__container {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-bottom: 80px;
}

.cta__content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}

.cta__title {
    margin: 0;
    color: var(--text-white);
}

.cta__btn {
    flex-shrink: 0;
}

/* =========================================
   DISCIPLINES / VALUE CREATION SECTION
   ========================================= */
.disciplines {
    background: var(--secondary-black-color);
    overflow: hidden;
}

.disciplines__header {
    max-width: 640px;
}

.disciplines__title {
    margin: 0;
    color: var(--text-white);
}

.disciplines__intro {
    margin: 0;
    max-width: 460px;
    color: var(--text-gray);
}

.disciplines__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: clamp(40px, 5vw, 64px);
}

.disciplines__card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: clamp(400px, 34vw, 500px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    overflow: hidden;
    isolation: isolate;
}

.disciplines__card:not(:first-child) {
    margin-left: -1px;
}

.disciplines__media {
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.disciplines__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.disciplines__overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%);
    opacity: 0;
    transition: opacity 0.6s ease;
}

.disciplines__card:hover .disciplines__media,
.disciplines__card:hover .disciplines__overlay {
    opacity: 1;
}

.disciplines__card:hover .disciplines__image {
    transform: scale(1.05);
}

.disciplines__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 45px 28px 32px 28px;
}

.disciplines__top {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.disciplines__index {
    color: var(--text-brown);
}

.disciplines__divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
}

.disciplines__bottom {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.disciplines__card-title {
    margin: 0;
    color: var(--text-white);
}

.disciplines__card-text {
    margin: 0;
    color: var(--text-gray);
    transition: color 0.4s ease;
}

.disciplines__card:hover .disciplines__card-text {
    color: rgba(255, 255, 255, 0.85);
}

.disciplines__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-brown);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}

.disciplines__card:hover .disciplines__link {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.disciplines__link-arrow {
    display: inline-flex;
    transition: transform 0.3s ease;
}

.disciplines__link:hover .disciplines__link-arrow {
    transform: translateX(4px);
}




/* =========================================
   HERO — RESPONSIVE
   ========================================= */
@media only screen and (max-width: 1366px) {
    /* .hero-banner__title {
        padding-bottom: 180px;
    } */

    .hero-banner__info {
        gap: 30px;
    }

    .hero-banner__container {
        padding-block: 0 60px;
    }
}

@media (max-width: 1199px) {
    .hero-banner__container {
        padding-block: 0 40px;
    }

    .hero-banner__info {
        gap: 15px;
    }

    .hero-banner__title {
        padding-bottom: 160px;
    }

    /* .hero-banner__content {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }

    .hero-banner__info {
        align-items: flex-start;
        max-width: 100%;
    } */

    .hero-banner__description {
        text-align: left;
    }

    .hero-banner__title {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width:680px) {
    .hero-banner__content {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-banner__info {
        max-width: 100%;
        align-items: flex-start;
    }

}

@media (max-width: 767px) {
    .hero-banner__container {
        padding-block: 24px 40px;
    }

}
