﻿.about-page {
    background: #f3f5f0;
}

.about-container {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
}

.about-page .section-space {
    padding: 68px 0;
}

.about-page .section-kicker {
    margin-bottom: 10px;
    color: #7d1616;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
}

.card-block {
    background: #fff;
    border: 1px solid #dfe6d8;
    border-radius: 18px;
    box-shadow: 0 12px 24px rgba(22, 34, 19, 0.06);
}

.about-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 16px;
    align-items: stretch;
}

.about-hero-content {
    padding: 28px;
}

.about-hero-combined {
    padding: 10px;
}

.about-hero-content h2 {
    margin: 0 0 12px;
    font-size: clamp(2rem, 2.9vw, 2.7rem);
    line-height: 1.16;
}

.about-hero-content p {
    margin: 0 0 11px;
    color: #4e6051;
    line-height: 1.75;
}

.about-hero-content p:last-of-type {
    margin-bottom: 0;
}

.about-hero-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.about-hero-tags span {
    padding: 7px 11px;
    border-radius: 999px;
    border: 1px solid #ead0d0;
    background: #fff8f8;
    color: #7b1515;
    font-size: 0.82rem;
    font-weight: 700;
}

.about-hero-image {
    padding: 0;
}

.about-hero-image img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    max-height: 520px;
    object-fit: cover;
    border-radius: 14px;
}


.about-offers,
.about-values,
.about-choose {
    background: #ffffff;
}

.about-story,
.about-operations {
    background: #f7f9f4;
}

.about-offer-grid,
.about-values-grid,
.about-ops-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.about-offer-card,
.about-value-card {
    position: relative;
    overflow: hidden;
    padding: 22px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-offer-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbf4 100%);
    border-color: #d7e2ca;
}

.about-value-card {
    background: linear-gradient(180deg, #fffef9 0%, #fff5e5 100%);
    border-color: #ead7b3;
}

.about-offer-card::before,
.about-value-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #8e1414, #bf2b2b 55%, #e1772f);
}

.about-offer-card:hover,
.about-value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 28px rgba(26, 38, 22, 0.12);
}

.about-offer-card:hover {
    border-color: #cbdab9;
}

.about-value-card:hover {
    border-color: #e0c89b;
}

.about-offer-card h3,
.about-value-card h3,
.about-ops-card-body h3 {
    margin: 0 0 12px;
    font-size: 1.3rem;
    color: #1d2d20;
    line-height: 1.25;
    position: relative;
    padding-bottom: 8px;
}

.about-offer-card h3::after,
.about-value-card h3::after,
.about-ops-card-body h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 2px;
    border-radius: 4px;
    background: #b32121;
}

.about-story-panel h2 {
    position: relative;
    padding-bottom: 9px;
}

.about-story-panel h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 62px;
    height: 2px;
    border-radius: 4px;
    background: #b32121;
}

.about-offer-card p,
.about-value-card p,
.about-story-panel p,
.about-ops-card-body p {
    margin: 0;
    color: #4f6153;
    line-height: 1.72;
}

.about-story-panel {
    max-width: none;
    width: 100%;
    margin: 0 auto;
    padding: 28px;
    border-left: 4px solid #8e1414;
}

.about-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 20px;
    align-items: start;
}

.about-story-panel h2 {
    margin: 0 0 12px;
    font-size: clamp(1.65rem, 2.4vw, 2.2rem);
}

.about-story-image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center 38%;
    border-radius: 14px;
    border: 1px solid #dce6d1;
    margin: 0;
}

.about-story-panel p {
    margin-bottom: 10px;
}

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

.about-list {
    margin: 10px 0 0;
    padding-left: 18px;
}

.about-list li {
    margin-bottom: 7px;
    color: #4f6153;
}

.about-list li:last-child {
    margin-bottom: 0;
}

.about-ops-card {
    overflow: hidden;
}

.about-ops-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 0;
    display: block;
}

.ops-image-founder {
    object-position: center 28%;
}

.ops-image-team {
    object-position: center 42%;
}

.ops-image-farm {
    object-position: center 48%;
}

.about-ops-card-body {
    padding: 18px;
}

.about-ops-card-body p {
    margin-bottom: 8px;
}

.about-ops-footnote {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e3e9dd;
    font-size: 0.95rem;
}

.about-choose-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 22px;
    background: #fff9f9;
    border-color: #eacaca;
}

.about-choose-list {
    list-style: none;
    columns: 2;
    column-gap: 24px;
    margin-top: 0;
    padding-left: 0;
}

.about-choose-list li {
    position: relative;
    break-inside: avoid;
    padding-left: 16px;
    margin-bottom: 9px;
}

.about-choose-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b01c1c;
}

.about-cta {
    background: transparent;
    padding-top: 48px;
}

.about-cta-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: center;
    padding: 28px;
    border: 1px solid #cf8282;
    border-radius: 20px;
    background: linear-gradient(140deg, #8e1414 0%, #a61c1c 52%, #bd3131 100%);
    box-shadow: 0 18px 30px rgba(136, 18, 18, 0.25);
}

.about-cta .section-kicker.light {
    color: #ffe5e5;
}

.about-cta-text h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(1.7rem, 2.4vw, 2.3rem);
}

.about-cta-text p {
    margin: 0 0 10px;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.92);
}

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

.about-cta-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width: 1200px) {
    .about-hero-grid,
    .about-offer-grid,
    .about-values-grid,
    .about-ops-card-grid,
    .about-cta-wrap {
        grid-template-columns: 1fr;
    }

    .about-hero-image img {
        min-height: 320px;
    }

    .about-story-image {
        aspect-ratio: 16 / 10;
    }

    .about-story-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    .about-page .section-space {
        padding: 58px 0;
    }

    .about-choose-list {
        columns: 1;
    }
}

@media (max-width: 640px) {
    .about-container {
        width: min(100% - 1rem, 1180px);
    }

    .about-hero-content,
    .about-offer-card,
    .about-value-card,
    .about-story-panel,
    .about-ops-card-body,
    .about-choose-wrap,
    .about-cta-wrap {
        padding: 18px;
    }
}
