.about-page {
    background: #f8f7f3;
    color: #34332f;
}

.about-hero {
    position: relative;
    display: grid;
    min-height: 275px;
    padding-top: 70px;
    place-items: center;
    background: url('../img/content/Home-1/hakkimizda.jpg') center 46%/cover no-repeat;
    overflow: hidden;
}

.about-hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(24, 23, 21, .48), rgba(24, 23, 21, .66));
}

.about-hero__content {
    position: relative;
    text-align: center;
    color: #fff;
}

.about-hero__content span,
.about-section-title > span {
    display: block;
    width: 43px;
    height: 3px;
    margin: 0 auto 22px;
    background: #a2987e;
}

.about-hero h1 {
    margin: 0;
    font-size: clamp(42px, 6vw, 72px);
    font-family: 'bold', Arial, sans-serif;
    line-height: 1;
    font-weight: normal;
    letter-spacing: .04em;
}

.about-story {
    padding: 36px 0 54px;
}

.about-story__item {
    float: none;
    width: 100%;
    clear: both;
    display: grid;
    grid-template-columns: 90px minmax(280px, .7fr) minmax(400px, 1.3fr);
    gap: 26px 34px;
    align-items: start;
    padding: 42px 48px;
    border-top: 1px solid #d9d4c7;
}

.about-story__item:first-child {
    border-top: 0;
}

.about-story__item:last-child {
    border-bottom: 1px solid #d9d4c7;
}

.about-story__item--accent {
    background: #eeece5;
}

.about-story__number {
    color: #b9b19d;
    font-size: 20px;
    letter-spacing: .14em;
}

.about-eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #8d846e;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .18em;
}

.about-story__heading h2 {
    margin: 0;
    font-size: 37px;
    line-height: 1.15;
    font-weight: 500;
}

.about-story__heading sup {
    font-size: .42em;
    top: -.9em;
}

.about-story__item--decobox .about-eyebrow {
    margin-bottom: 26px;
}

.about-decobox-logo {
    display: block;
    width: 185px;
    max-width: 100%;
    height: 76px;
    object-fit: contain;
    object-position: left center;
}

.about-kutusuzlar-logo {
    display: block;
    width: 185px;
    max-width: 100%;
    height: 72px;
    margin-top: 5px;
    object-fit: contain;
    object-position: left center;
}

.about-kaati-logo {
    display: block;
    width: 180px;
    max-width: 100%;
    height: auto;
    margin-top: 4px;
}

.about-story__copy p {
    margin: 0 0 12px;
    padding: 0 !important;
    font-size: 18px;
    line-height: 1.72;
    color: #625e54;
}

.about-story__copy p:last-child { margin-bottom: 0; }

.about-awards-inline {
    grid-column: 2 / 4;
    padding-top: 22px;
}

.about-awards-inline__title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
}

.about-awards-inline__title span {
    width: 34px;
    height: 2px;
    background: #9b927c;
}

.about-awards-inline__title h3 {
    margin: 0;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: .06em;
}

.about-awards__grid {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px;
}

.about-awards__grid a {
    display: flex;
    width: 240px;
    min-height: 190px;
    padding: 14px;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.72);
    border: 1px solid #ddd8cc;
    border-radius: 12px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.about-awards__grid a:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(50,45,35,.11);
}

.about-awards__grid img {
    display: block;
    max-width: 100%;
    max-height: 160px;
}

.kaati-art-gallery {
    grid-column: 2 / 4;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    padding-top: 20px;
}

.kaati-art-gallery a {
    display: block;
    overflow: hidden;
    background: #e5e1d7;
    border-radius: 9px;
}

.kaati-art-gallery img {
    display: block;
    width: 100%;
    height: 108px;
    object-fit: cover;
    transition: transform .35s ease;
}

.kaati-art-gallery a:hover img {
    transform: scale(1.035);
}

@media (max-width: 991px) {
    .about-story__item {
        grid-template-columns: 54px 1fr;
        padding: 44px 28px;
    }
    .about-story__copy { grid-column: 2; }
    .about-awards-inline,
    .kaati-art-gallery { grid-column: 2; }
    .kaati-art-gallery { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 767px) {
    .about-hero { min-height: 220px; padding-top: 65px; }
    .about-story { padding: 22px 0 40px; }
    .about-story__item {
        display: block;
        margin: 0 18px;
        width: calc(100% - 36px);
        padding: 30px 8px;
        overflow: hidden;
    }
    .about-story__item--accent { padding-left: 20px; padding-right: 20px; }
    .about-story__number { margin-bottom: 22px; }
    .about-story__heading h2 { font-size: 30px; }
    .about-story__item--decobox .about-eyebrow { margin-bottom: 22px; }
    .about-decobox-logo { width: 165px; height: 68px; }
    .about-kutusuzlar-logo { width: 165px; height: 64px; margin-top: 5px; }
    .about-kaati-logo { width: 155px; }
    .about-story__copy { min-width: 0; margin-top: 18px; }
    .about-story__copy p { max-width: 100%; font-size: 17px; line-height: 1.65; overflow-wrap: anywhere; }
    .about-awards-inline { padding-top: 30px; }
    .about-awards__grid { gap: 12px; }
    .about-awards__grid a { width: calc(33.333% - 8px); min-height: 120px; padding: 7px; }
    .about-awards__grid img { max-height: 105px; }
    .kaati-art-gallery { grid-template-columns: repeat(3, 1fr); gap: 8px; padding-top: 18px; }
    .kaati-art-gallery img { height: 88px; }
}
