.banner-section--65vh {
    height: 80vh;
    min-height: 400px;
    --banner-title-fs: 22px;
    --banner-subtitle-fs: 55px;
    --banner-text-fs: 18px;
}

@media (max-width: 991px) {
    .banner-section.banner-section--65vh {
        height: auto;
        min-height: auto;
        padding-bottom: 70px;
    }

    .banner-section.banner-section--65vh .banner-content {
        padding-top: 190px;
        padding-bottom: 8px;
    }
}

.banner-section--65vh .banner-title {
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.3em;
    opacity: 0.5;
}

.banner-section--65vh .banner-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
}

.banner-section--65vh .banner-text {
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
    opacity: 1;
}

.whoweare-content-section {
    padding: 80px 0;
    background-color: #FEFBF8;
    overflow: hidden;
}

.whoweare-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: start;
}

@media (max-width: 991px) {
    .whoweare-content-grid {
        grid-template-columns: 1fr;
    }
}

.whoweare-section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: auto;
    letter-spacing: 0.3em;
    text-align: left;
    color: #C04D00;
    opacity: 1;
    border-radius: 0;
    margin-bottom: 0.75rem;
}

.whoweare-section-text {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 0;
    color: #000;
    max-width: 500px;
}


.whoweare-col--left .whoweare-section-text {
    margin-bottom: 2rem;
}

.whoweare-images-stack {
    position: relative;
    padding-bottom: 30px;
}

.whoweare-img-wrap {
    position: relative;
    overflow: visible;
}

.whoweare-img-wrap--top {
    position: relative;
    z-index: 1;
    max-width: 55%;
}

.whoweare-img-wrap--top img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.whoweare-img-wrap--bottom {
    position: relative;
    z-index: 2;
    max-width: 50%;
    margin-left: 30%;
    margin-top: -30%;
}

.whoweare-img-wrap--bottom img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.whoweare-blur-overlay--stack {
    position: absolute;
    left: 30%;
    top: 58%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 30%;
    height: 25%;
    object-fit: cover;
    pointer-events: none;
}

.whoweare-col--right {
    margin-top: -30px;
}

.whoweare-hero-img-wrap {
    position: relative;
    margin-bottom: 2rem;
    overflow: hidden;
}

.whoweare-hero-img-wrap>img:first-of-type {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    padding-left: 10%;
    padding-right: 5%;
    margin-top: 30px;
}

.whoweare-blur-overlay--corner {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: auto;
    pointer-events: none;
    opacity: 0.7;
}

/* İlkelerimiz - Owl Carousel */
.principles-section {
    padding: 130px 0 100px;
    background: #fff;
}

/* Başlık container - solda left-padding ile */
.principles-section .container.left-padding {
    overflow: visible;
}

/* Başlık - Montserrat Bold 22px, reddish-orange */
.principles-title {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: auto;
    letter-spacing: 0.3em;
    color: #bb4d28;
    text-align: left;
    margin-bottom: 2rem;
    z-index: 1;
}


/* Carousel alanı: soldan container left-padding, sağdan padding 0 (ekranın sonuna kadar) */
.principles-carousel-wrap {
    width: 100%;
    padding-left: var(--principles-padding-left, 1rem);
    padding-right: 0;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .principles-carousel-wrap {
        --principles-padding-left: 172px;
    }
}

/* Sadece nav butonları: container left-padding sağ padding (container sonunda dursun) */
.principles-carousel-wrap .carousel-buttons {
    padding-left: 0;
    padding-right: 16px;
    margin-top: 1.5rem;
    justify-content: flex-end;
}

@media (min-width: 640px) {
    .principles-carousel-wrap .carousel-buttons {
        padding-right: 24px;
    }
}

@media (min-width: 1024px) {
    .principles-carousel-wrap .carousel-buttons {
        padding-right: 172px;
    }
}

.principles-carousel {
    overflow: hidden;
}

.principles-carousel .owl-stage-outer {
    overflow: hidden;
    margin-top: 20px;
}

.principles-carousel .owl-stage {
    display: flex !important;
    align-items: stretch !important;
}

.principles-carousel .owl-item {
    padding: 0 4px;
    display: flex !important;
    align-items: stretch !important;
}

.principles-card {
    background-color: #383B41;
    padding: 2rem 1.5rem;
    min-height: 360px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0;
}

.principles-card--1 { background-color: #383B41; }
.principles-card--2 { background-color: #413838; }
.principles-card--3 { background-color: #9C4C15; }
.principles-card--4 { background-color: #C04D00; }
.principles-card--5 { background-color: #616F7A; }

.principles-card-text {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
}

.principles-card-num {
    display: block;
    font-size: 90px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.35);
    line-height: 1;
    margin-top: 0.5rem;
}

/* Nav butonları - sağda, açık gri kare */
.principles-section .carousel-buttons a {
    width: 63px;
    height: 63px;
    background: #e5e5e5;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.principles-section .carousel-buttons a svg {
    flex-shrink: 0;
}

/* Hedeflerimiz Section */
.goals-section {
    position: relative;
    padding: 100px 0 120px;
    overflow: hidden;
}

.goals-section .goals-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.goals-section .container {
    position: relative;
    z-index: 1;
}

.goals-section .goals-title {
    margin-bottom: 2.5rem;
}

.goals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7rem 2.5rem;
    max-width: 100%;
    padding-top: 100px;
}

@media (max-width: 1200px) {
    .goals-grid {
        gap: 4rem 2rem;
        padding-top: 60px;
    }
}

@media (max-width: 991px) {
    .goals-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem 1.5rem;
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .goals-grid {
        gap: 2.5rem 1.25rem;
        padding-top: 40px;
    }
}

@media (max-width: 575px) {
    .goals-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding-top: 30px;
    }
}

.goals-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
    text-align: left;
}

.goals-item-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    display: block;
}

.goals-item-icon--1 { background-color: rgba(56, 59, 65, 1); }
.goals-item-icon--2 { background-color: rgba(65, 56, 56, 1); }
.goals-item-icon--3 { background-color: rgba(156, 76, 21, 1); }
.goals-item-icon--4 { background-color: rgba(192, 77, 0, 1); }
.goals-item-icon--5 { background-color: rgba(97, 111, 122, 1); }
.goals-item-icon--6 { background-color: rgba(223, 147, 22, 1); }

.goals-item-text {
    font-size: 20px;
    line-height: 28px;
    color: #4a4a4a;
    margin: 0;
    font-weight: 400;
}

/* Sürdürülebilirlik Section - Whoweare */
.sustainability-whoweare-section {
    padding: 120px 0;
    overflow: hidden;
}

.sustainability-whoweare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

/* Görsel kolonu kendi alanında kalsın, taşmasın */
.sustainability-whoweare-col--images {
    min-width: 0;
}

@media (max-width: 991px) {
    .sustainability-whoweare-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}

.sustainability-whoweare-title {
    margin-bottom: 0.75rem;
}

.sustainability-whoweare-heading {
    font-weight: 300;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0;
    color: rgba(192, 77, 0, 1);
    margin-bottom: 1.5rem;
    padding-top: 130px;
}

.sustainability-whoweare-content {
    max-width: 500px;
}

.sustainability-whoweare-content p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 1rem;
}

.sustainability-whoweare-content p:last-child {
    margin-bottom: 0;
}

/* Sağ kolon: yüzde tabanlı, kolon genişliğine uyum – başlıkla çakışmaz */
.sustainability-whoweare-stack {
    position: relative;
    width: 100%;
    max-width: 675px;
    padding-bottom: 30px;
}

.sustainability-whoweare-img-wrap {
    position: relative;
    overflow: visible;
}

.sustainability-whoweare-img-wrap--top {
    z-index: 1;
    width: 55%;
    margin-left: 45%;
}

.sustainability-whoweare-img-wrap--top img {
    width: 100%;
    aspect-ratio: 371 / 456;
    display: block;
    object-fit: cover;
}

.sustainability-whoweare-img-wrap--bottom {
    z-index: 2;
    width: 64.74%;
    margin-top: -20.6%;
}

.sustainability-whoweare-img-wrap--bottom img {
    width: 100%;
    aspect-ratio: 437 / 454;
    display: block;
    object-fit: cover;
}

.sustainability-whoweare-blur {
    position: absolute;
    left: 64.3%;
    top: 52%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 33%;
    aspect-ratio: 222 / 203;
    object-fit: cover;
    pointer-events: none;
}

@media (max-width: 1200px) {
    .sustainability-whoweare-section {
        padding: 80px 0;
    }
    .sustainability-whoweare-heading {
        font-size: 48px;
        padding-top: 80px;
    }
    .sustainability-whoweare-content p {
        font-size: 20px;
        line-height: 32px;
    }
    .sustainability-whoweare-grid {
        gap: 2.5rem;
    }
}

@media (max-width: 991px) {
    .sustainability-whoweare-section {
        padding: 60px 0;
    }
    .sustainability-whoweare-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .sustainability-whoweare-col--images {
        order: -1;
    }
    .sustainability-whoweare-heading {
        font-size: 40px;
        padding-top: 0;
        margin-bottom: 1.25rem;
    }
    .sustainability-whoweare-content {
        max-width: 100%;
    }
    .sustainability-whoweare-content p {
        font-size: 19px;
        line-height: 30px;
    }
    .sustainability-whoweare-stack {
        max-width: 437px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .sustainability-whoweare-section {
        padding: 50px 0;
    }
    .sustainability-whoweare-heading {
        font-size: 32px;
    }
    .sustainability-whoweare-content p {
        font-size: 18px;
        line-height: 28px;
    }
    .sustainability-whoweare-title {
        margin-bottom: 0.5rem;
    }
    .sustainability-whoweare-grid {
        gap: 2rem;
    }
}

@media (max-width: 576px) {
    .sustainability-whoweare-section {
        padding: 40px 0;
    }
    .sustainability-whoweare-heading {
        font-size: 28px;
        margin-bottom: 1rem;
    }
    .sustainability-whoweare-content p {
        font-size: 16px;
        line-height: 26px;
    }
    .sustainability-whoweare-stack {
        max-width: 100%;
        padding-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .sustainability-whoweare-section {
        padding: 36px 0;
    }
    .sustainability-whoweare-heading {
        font-size: 24px;
    }
    .sustainability-whoweare-grid {
        gap: 1.5rem;
    }
}

/* Sertifikalarımız Section */
.certificates-section {
    padding: 110px 24px 110px;
    background-color: rgba(254, 251, 248, 1);
    overflow: hidden;
}

.certificates-section .container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.certificates-title {
    text-align: center;
    margin-bottom: 3rem;
}


.certificates-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 3rem 10rem;
    padding-top: 100px;
}

.certificates-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.certificates-logo-wrap {
    min-height: 181px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.certificates-logo {
    width: 172px;
    height: 181px;
    object-fit: contain;
    display: block;
}

.certificates-item--turkak .certificates-logo {
    width: 143px;
    height: 143px;
}

.certificates-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    color: #333;
}

@media (max-width: 768px) {
    .certificates-section {
        padding: 60px 16px 80px;
    }
    .certificates-row {
        gap: 2.5rem 2rem;
    }
    .certificates-logo-wrap {
        min-height: 147px;
    }
    .certificates-logo {
        width: 140px;
        height: 147px;
    }
    .certificates-item--turkak .certificates-logo {
        width: 143px;
        height: 143px;
    }
}

@media (max-width: 575px) {
    .certificates-section {
        padding: 50px 16px 70px;
    }
    .certificates-title {
        margin-bottom: 2rem;
    }
    .certificates-row {
        flex-direction: column;
        gap: 2rem;
    }
    .certificates-logo-wrap {
        min-height: 143px;
    }
    .certificates-logo {
        width: 120px;
        height: 126px;
    }
    .certificates-item--turkak .certificates-logo {
        width: 143px;
        height: 143px;
    }
}

@media (max-width: 576px) {
    .certificates-row {
        align-items: center;
    }
}