.about-modern {
    overflow: hidden;
    padding: clamp(44px, 5vw, 72px) 0;
    background: #fff;
}

.about-modern-visual {
    position: relative;
    max-width: 600px;
    margin-inline: auto;
}

.about-modern-image-main {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1.03;
    object-fit: cover;
    object-position: 50% 47%;
    border-radius: 10px;
}

.about-modern-content {
    max-width: 640px;
}

.about-modern-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #676767;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.about-modern-kicker > span {
    width: 28px;
    height: 2px;
    background: #f6c70a;
}

.about-modern-title {
    margin: 0 0 14px;
    color: #0f2647;
    font-size: clamp(1.55rem, 2.2vw, 2.25rem);
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.025em;
    text-wrap: balance;
}

@media (min-width: 992px) {
    html[lang="en"] .about-modern-title {
        font-size: clamp(1.5rem, 2.6vw, 2.5rem) !important;
        letter-spacing: -0.02em;
        white-space: nowrap;
    }
}

.about-modern-summary {
    margin: 0;
    color: #252525;
    font-size: clamp(1rem, 1.15vw, 1.125rem);
    line-height: 1.68;
    text-wrap: pretty;
}

.about-modern-development {
    margin-top: 20px;
}

.about-modern-development h3 {
    margin: 0 0 6px;
    color: #2c2926;
    font-size: 0.8125rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    -webkit-text-stroke: 0.12px currentColor;
}

.about-modern-development p {
    margin: 0;
    color: #252525;
    font-size: clamp(1rem, 1.1vw, 1.125rem);
    line-height: 1.62;
    text-wrap: pretty;
}

.about-modern-timeline {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 20px 0 24px;
}

.about-modern-milestone {
    min-height: 104px;
    padding: 16px 18px;
    border: 1px solid #ddd9cf;
    border-radius: 8px;
    background: #fffdf6;
}

.about-modern-milestone:last-child {
    grid-column: auto;
}

.about-modern-milestone strong,
.about-modern-milestone span {
    display: block;
}

.about-modern-milestone strong {
    margin-bottom: 8px;
    color: #0f2647;
    font-size: clamp(1.85rem, 2.25vw, 2.45rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
}

.about-modern-milestone span {
    color: #252525;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.5;
}

html[lang="lo"] .about-modern-milestone span {
    font-size: 0.8125rem;
}

.about-modern-journey-line {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 26px;
    margin-bottom: 18px;
    color: #826a52;
}

.about-modern-journey-line::before {
    position: absolute;
    right: 0;
    left: 0;
    height: 2px;
    background: #e2e0da;
    content: "";
}

.about-modern-journey-line::after {
    position: absolute;
    left: 0;
    width: 48%;
    height: 3px;
    background: #d0aa31;
    content: "";
}

.about-modern-journey-line i {
    position: relative;
    z-index: 1;
    padding: 0 6px;
    background: #fff;
    font-size: 1.15rem;
    line-height: 1;
}

.about-modern-journey-line .about-modern-journey-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.about-modern-journey-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 22px;
}

.about-modern-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #4d2b2b;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-decoration: none;
    text-transform: uppercase;
}

.about-modern-text-link:hover,
.about-modern-text-link:focus-visible {
    color: #8c6419;
}

@media (max-width: 991px) {
    .about-modern {
        padding: 48px 0;
    }

    .about-modern-content {
        max-width: none;
    }
}

@media (max-width: 639px) {
    .about-modern {
        padding: 36px 0;
    }

    .about-modern-visual {
        max-width: none;
    }

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

    .about-modern-milestone {
        min-height: 0;
        padding: 18px;
    }

    .about-modern-milestone:last-child {
        grid-column: auto;
    }

    .about-modern-milestone strong {
        font-size: 2.25rem;
    }

    .about-modern-journey-actions {
        align-items: stretch;
    }

    .about-modern-link {
        width: 100%;
    }
}
