/* Kuralife 2026 – About page */
:root {
    --kl-navy: #0d2852;
    --kl-red: #c90d18;
    --kl-ink: #16294b;
    --kl-copy: #5e6878;
    --kl-paper: #fdfbf8;
    --kl-line: #e8e8e5;
}

.about-kuralife {
    display: none !important;
}

.kl-about {
    background: var(--kl-paper);
    color: var(--kl-ink);
    font-family: Inter, Arial, sans-serif;
    overflow: hidden;
    margin-top: 6rem;
}

.kl-about * {
    box-sizing: border-box;
}

.kl-about h1,
.kl-about h2,
.kl-about h3,
.kl-about p {
    margin-top: 0;
}

.kl-wrap {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
}

.kl-serif {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: -.035em;
}

.kl-kicker {
    color: var(--kl-red);
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: .19em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.kl-about p {
    color: var(--kl-copy);
    font-size: 13px;
    line-height: 1.63;
}

.kl-hero {
    min-height: 455px;
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--kl-line);
    background: linear-gradient(90deg, #fff 0%, #fff 35%, rgba(255, 255, 255, .73) 57%, rgba(255, 255, 255, .08) 100%), url('../img/aboutus.jpg') 76% center/cover no-repeat;
}

.kl-hero:after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 90px;
    background: linear-gradient(transparent, rgba(253, 251, 248, .8));
}

.kl-hero-copy {
    position: relative;
    z-index: 1;
    padding: 70px 0;
    width: 50%;
}

.kl-hero h1 {
    color: var(--kl-navy);
    font-size: clamp(46px, 5.1vw, 78px);
    line-height: .98;
    margin-bottom: 20px;
}

.kl-red {
    color: var(--kl-red);
}

.kl-hero p {
    max-width: 370px;
    font-size: 14px;
}

.kl-button {
    display: inline-block;
    padding: 12px 21px;
    background: var(--kl-red);
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    border-radius: 3px;
    margin-top: 7px;
    transition: .2s;
}

.kl-button:hover {
    background: #a80b14;
    color: #fff;
}

.kl-intro {
    text-align: center;
    padding: 47px 0 34px;
}

.kl-intro h2 {
    font-size: 31px;
    margin: 0 0 8px;
}

.kl-intro p {
    max-width: 460px;
    margin: 0 auto;
}

.kl-principles {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 0 54px;
}

.kl-principle {
    padding: 0 24px 4px;
    min-height: 144px;
    border-left: 1px solid var(--kl-line);
    text-align: center;
}

.kl-principle:first-child {
    border-left: 0;
}

.kl-icon {
   
    font-size: 33px;
    line-height: 42px;
    color: var(--kl-navy);
    margin-bottom: 7px;
    font-family: Arial, sans-serif;
    font-weight: 300;
}

.kl-principle h3 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
}

.kl-principle p {
    font-size: 11px;
    line-height: 1.45;
    margin: 0;
}

.kl-mission {
    background: #faf8f4;
    padding: 38px 0;
}

.kl-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    width: min(850px, 100%);
    margin: auto;
}

.kl-two h2 {
    font-size: 31px;
    line-height: 1.05;
    margin-bottom: 10px;
}

.kl-two p {
    max-width: 320px;
    margin-bottom: 0;
}

.kl-science {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    min-height: 270px;
    gap: 30px;
}

.kl-molecule {
    height: 230px;
    position: relative;
    background: url(/assets/img/cells.png);
}



.kl-science h2 {
    font-size: 31px;
    margin-bottom: 12px;
}

.kl-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 18px;
    color: var(--kl-copy);
    font-size: 11px;
}

.kl-checks span:before {
    content: '✓';
    color: var(--kl-red);
    border: 1px solid var(--kl-red);
    width: 15px;
    height: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 7px;
}

.kl-zones {
    background: #faf8f4;
    padding: 43px 0;
}

.kl-zones-grid {
    display: grid;
    grid-template-columns: 310px 1fr;
    align-items: center;
    gap: 45px;
}

.kl-zones h2,
.kl-innovation h2 {
    font-size: 31px;
    line-height: 1.08;
    margin-bottom: 13px;
}

.kl-map {
    min-height: 205px;
    position: relative;
    opacity: .95;
    background: url(/assets/img/BLUEZONES-MAP.jpg);
    background-repeat: round;
    border-top: 1px dotted #d6d8d8;
    border-bottom: 1px dotted #d6d8d8;
}

.kl-map i {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--kl-navy);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .8);
}

.kl-map b {
    position: absolute;
    color: var(--kl-navy);
    font-size: 8px;
    letter-spacing: .04em;
    white-space: nowrap;
}

.kl-map .p1 {
    left: 16%;
    top: 38%;
}

.kl-map .p2 {
    left: 28%;
    top: 66%;
}

.kl-map .p3 {
    left: 54%;
    top: 42%;
}

.kl-map .p4 {
    left: 58%;
    top: 46%;
}

.kl-map .p5 {
    left: 86%;
    top: 48%;
}

.kl-map .t1 {
    left: 4%;
    top: 25%;
}

.kl-map .t2 {
    left: 19%;
    top: 77%;
}

.kl-map .t3 {
    left: 47%;
    top: 27%;
}

.kl-map .t4 {
    left: 57%;
    top: 56%;
}

.kl-map .t5 {
    right: 1%;
    top: 32%;
}

.kl-innovation {
    padding: 52px 0 24px;
}

.kl-innovation-grid {
    display: grid;
    /*grid-template-columns: 310px 1fr;*/
    gap: 45px;
    align-items: start;
}

.kl-image-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.kl-image-row img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    filter: saturate(.7);
}

.kl-image-row img:nth-child(2) {
    object-position: 50% 36%;
}

.kl-proof {
    border: 1px solid var(--kl-line);
    background: #faf8f4;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 28px;
}

.kl-proof div {
    padding: 19px 18px;
    border-left: 1px solid var(--kl-line);
    display: flex;
    gap: 13px;
    align-items: center;
}

.kl-proof div:first-child {
    border-left: 0;
}

.kl-proof i {
    font-size: 28px;
    font-style: normal;
    color: #9ba2ad;
}

.kl-proof strong {
    color: var(--kl-navy);
    font-size: 11px;
    display: block;
    margin-bottom: 2px;
}

.kl-proof span {
    color: var(--kl-copy);
    font-size: 10px;
    line-height: 1.4;
}

.kl-faq {
    padding: 26px 0 57px;
    width: min(900px, calc(100% - 48px));
    margin: auto;
}

.kl-faq h2 {
    font-size: 30px;
    margin-bottom: 13px;
}

.kl-faq-list {
    border: 1px solid var(--kl-line);
}

.kl-faq details {
    border-bottom: 1px solid var(--kl-line);
    padding: 0 14px;
}

.kl-faq details:last-child {
    border-bottom: 0;
}

.kl-faq summary {
    list-style: none;
    cursor: pointer;
    padding: 10px 0;
    color: var(--kl-navy);
    font-size: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kl-faq summary::-webkit-details-marker {
    display: none;
}

.kl-faq summary:after {
    content: '+';
    font-size: 16px;
    font-weight: 300;
}

.kl-faq details[open] summary:after {
    content: '–';
}

.kl-faq details p {
    font-size: 11px;
    margin: 0 0 10px;
    max-width: 700px;
}

@media (max-width:760px) {
    .kl-wrap {
        width: min(100% - 32px, 1120px)
    }

    .kl-hero {
        min-height: 520px;
        align-items: flex-end;
        background: linear-gradient(90deg, rgba(255, 255, 255, .95), rgba(255, 255, 255, .72)), url('../img/aboutus.jpg') center/cover
    }

    .kl-hero-copy {
        width: 100%;
        padding: 58px 0
    }

    .kl-principles {
        grid-template-columns: 1fr 1fr
    }

    .kl-principle:nth-child(3) {
        border-left: 0;
        margin-top: 25px
    }

    .kl-principle {
        padding: 0 14px
    }

    .kl-two,
    .kl-science,
    .kl-zones-grid,
    .kl-innovation-grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .kl-molecule {
        display: none
    }

    .kl-science {
        padding: 40px 0
    }

    .kl-map {
        min-height: 180px
    }

    .kl-image-row img {
        height: 125px
    }

    .kl-proof {
        grid-template-columns: 1fr
    }

    .kl-proof div {
        border-left: 0;
        border-top: 1px solid var(--kl-line)
    }

    .kl-proof div:first-child {
        border-top: 0
    }

    .kl-faq {
        width: calc(100% - 32px)
    }
}