.breadcrumb { display: flex; gap: 10px; align-items: center; min-height: 66px; color: var(--color-muted); font-size: .82rem; }
.breadcrumb a { color: var(--color-primary); font-weight: 800; }

.about-hero { overflow: hidden; padding: 76px 0; color: #fff; background: linear-gradient(120deg, #19384e 0%, #274961 60%, #315a76 100%); }
.about-hero__grid { display: grid; grid-template-columns: minmax(0, .96fr) minmax(380px, .84fr); gap: clamp(44px, 7vw, 100px); align-items: center; }
.about-hero .eyebrow { color: #c4d9e5; }
.about-hero h1 { max-width: 630px; margin-bottom: 22px; }
.about-hero__lead { max-width: 580px; margin-bottom: 30px; color: #e3edf2; font-size: clamp(1.05rem, 1.6vw, 1.3rem); }
.about-hero__facts { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 34px; }
.about-hero__facts span { padding: 7px 11px; border: 1px solid rgba(255, 255, 255, .28); border-radius: 999px; color: #edf5f8; font-size: .75rem; font-weight: 750; }
.about-hero__image { position: relative; margin: 0; min-height: 440px; overflow: hidden; border-radius: 28px 28px 28px 6px; box-shadow: 28px 28px 0 rgba(255, 255, 255, .09); }
.about-hero__image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 52%, rgba(13, 33, 45, .78)); }
.about-hero__image img { height: 100%; min-height: 440px; object-fit: cover; }
.about-hero__image figcaption { position: absolute; z-index: 1; right: 24px; bottom: 21px; left: 24px; font-size: .82rem; font-weight: 700; }

.company-section__layout { display: grid; grid-template-columns: .83fr 1.17fr; gap: clamp(48px, 10vw, 150px); align-items: start; }
.company-section__aside { position: sticky; top: 100px; }
.company-section h2 { margin-bottom: 30px; }
.company-section__aside img { height: 250px; border-radius: var(--radius-large); object-fit: cover; }
.company-section__body { max-width: 650px; }
.company-section__body > p { margin-bottom: 21px; color: var(--color-muted); font-size: 1.04rem; }
.company-section__notes { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 34px; }
.company-section__notes article { padding: 20px; border-radius: var(--radius-medium); background: var(--color-soft); }
.company-section__notes span { color: var(--color-primary); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.company-section__notes h3 { margin: 12px 0 7px; font-size: 1.05rem; }
.company-section__notes p { margin: 0; color: var(--color-muted); font-size: .86rem; }

.direction-section__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.direction-card { position: relative; min-height: 515px; overflow: hidden; border-radius: var(--radius-large); }
.direction-card--vision { color: #fff; background: var(--color-primary); }
.direction-card--vision img { position: absolute; inset: 0; height: 100%; object-fit: cover; opacity: .38; }
.direction-card--vision::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(16, 39, 53, .14), rgba(16, 39, 53, .96)); }
.direction-card--vision > div:last-child { position: absolute; z-index: 1; right: 42px; bottom: 39px; left: 42px; }
.direction-card .eyebrow { color: #c6e0eb; }
.direction-card h2 { max-width: 480px; margin-bottom: 18px; font-size: clamp(2rem, 3.4vw, 3.2rem); }
.direction-card p:last-child { max-width: 500px; margin-bottom: 0; color: #e5eef2; }
.direction-card__number { position: absolute; z-index: 1; top: 22px; right: 30px; color: rgba(255, 255, 255, .28); font-size: 7rem; font-weight: 800; line-height: 1; }
.direction-card--mission { display: grid; grid-template-columns: 1fr auto; gap: 26px; padding: 42px; color: var(--color-text); background: #fff; box-shadow: var(--shadow); }
.direction-card--mission .eyebrow { color: var(--color-primary); }
.direction-card--mission p { color: var(--color-muted); }
.direction-card--mission .direction-card__number { position: static; align-self: end; color: #d8e4e9; }
.direction-card ul { display: grid; gap: 9px; margin: 28px 0 0; padding: 0; list-style: none; color: var(--color-primary); font-size: .88rem; font-weight: 750; }
.direction-card li { padding-left: 20px; position: relative; }
.direction-card li::before { position: absolute; left: 0; content: "•"; }

.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 34px; }
.section-heading h2 { margin: 0; }
.section-heading > p { max-width: 410px; margin: 0 0 7px; color: var(--color-muted); }
.values-feature { position: relative; height: 275px; margin-bottom: 16px; overflow: hidden; border-radius: var(--radius-large); }
.values-feature::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(17, 42, 57, .78), transparent 65%); }
.values-feature img { height: 100%; object-fit: cover; }
.values-feature__overlay { position: absolute; z-index: 1; top: 50%; left: 38px; max-width: 300px; transform: translateY(-50%); color: #fff; font-size: clamp(1.4rem, 2.3vw, 2rem); font-weight: 750; line-height: 1.18; }
.values-feature__overlay p { margin: 0; }
.value-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.value-list article { padding: 24px 20px; border-radius: var(--radius-medium); background: var(--color-soft); }
.value-list__icon { display: block; margin-bottom: 34px; color: var(--color-primary); font-size: .74rem; font-weight: 800; letter-spacing: .11em; }
.value-list h3 { margin-bottom: 10px; font-size: 1.08rem; }
.value-list p { margin: 0; color: var(--color-muted); font-size: .88rem; }

.advantages-section { color: #fff; background: var(--color-text); }
.advantages-section__top { display: flex; align-items: end; justify-content: space-between; gap: 44px; margin-bottom: 38px; }
.advantages-section h2 { max-width: 620px; margin: 0; }
.advantages-section__top > p { max-width: 420px; margin: 0; color: #cbd6dc; }
.advantages-section__content { display: grid; grid-template-columns: .77fr 1.23fr; gap: 16px; }
.advantages-section figure { position: relative; height: 350px; margin: 0; overflow: hidden; border-radius: var(--radius-large); }
.advantages-section figure::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 45%, rgba(23, 31, 36, .78)); }
.advantages-section figure img { height: 100%; object-fit: cover; }
.advantages-section figcaption { position: absolute; z-index: 1; right: 22px; bottom: 20px; left: 22px; font-size: .83rem; font-weight: 700; }
.advantages-matrix { display: grid; height: 350px; grid-template-columns: 1fr 1fr; }
.advantages-matrix article { display: flex; min-height: 0; padding: 24px; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255, 255, 255, .15); border-bottom: 1px solid rgba(255, 255, 255, .15); background: rgba(255, 255, 255, .03); }
.advantages-matrix article:nth-child(2n) { border-right: 0; }
.advantages-matrix article:nth-last-child(-n + 2) { border-bottom: 0; }
.advantages-matrix h3 { margin-bottom: 12px; color: #fff; font-size: 1.12rem; }
.advantages-matrix p { margin: 0; color: #cbd6dc; font-size: .91rem; }

.story-section__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 8vw, 120px); align-items: center; }
.story-section__image { position: relative; margin: 0; }
.story-section__image::before { position: absolute; z-index: -1; top: -18px; right: -18px; width: 52%; height: 62%; border-radius: var(--radius-large); background: var(--color-primary); content: ""; }
.story-section__image img { height: 520px; border-radius: var(--radius-large); object-fit: cover; }
.story-section__copy > p:not(.eyebrow) { max-width: 590px; margin-bottom: 18px; color: var(--color-muted); }
.story-section__copy h2 { margin-bottom: 25px; }
.story-section__copy .text-link { margin-top: 14px; }

.about-inquiry { color: #fff; background: linear-gradient(100deg, #19384e, #274961); }
.about-inquiry__grid { display: grid; grid-template-columns: 1fr .88fr; gap: clamp(46px, 8vw, 110px); align-items: center; }
.about-inquiry h2 { margin-bottom: 20px; }
.about-inquiry > p, .about-inquiry__grid > div > p:not(.eyebrow) { max-width: 500px; color: #d8e6ed; }
.about-inquiry__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button--whatsapp { background: #25d366; color: #062d1f; }
.button--whatsapp:hover, .button--whatsapp:focus-visible { background: #1eb957; color: #062d1f; }
.about-inquiry__form { display: grid; gap: 15px; padding: 30px; border-radius: var(--radius-large); color: var(--color-text); background: #fff; box-shadow: var(--shadow); }
.about-inquiry__form label { display: grid; gap: 7px; font-size: .78rem; font-weight: 800; }
.about-inquiry__form input, .about-inquiry__form textarea { width: 100%; padding: 11px 12px; border: 1px solid var(--color-line); border-radius: 10px; color: var(--color-text); background: #fff; resize: vertical; }
.about-inquiry__form .button { justify-self: start; }

@media (max-width: 920px) {
    .about-hero__grid, .company-section__layout, .story-section__grid, .about-inquiry__grid { grid-template-columns: 1fr; }
    .about-hero__image { max-width: 640px; }
    .company-section__aside { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: end; }
    .company-section__aside h2 { margin: 0; }
    .company-section__aside .eyebrow { grid-column: 1 / -1; }
    .advantages-section__content { grid-template-columns: 1fr; }
    .advantages-section figure { height: 300px; }
    .story-section__image { max-width: 600px; }
}
@media (max-width: 680px) {
    .about-hero { padding: 54px 0; }
    .about-hero__image, .about-hero__image img { min-height: 330px; }
    .direction-section__grid, .value-list { grid-template-columns: 1fr; }
    .direction-card { min-height: 430px; }
    .direction-card--vision > div:last-child { right: 26px; bottom: 26px; left: 26px; }
    .direction-card--mission { padding: 28px; }
    .section-heading, .advantages-section__top { display: block; }
    .section-heading > p, .advantages-section__top > p { margin-top: 20px; }
    .values-feature { height: 240px; }
    .value-list { gap: 10px; }
    .value-list__icon { margin-bottom: 16px; }
    .advantages-matrix { height: auto; grid-template-columns: 1fr; }
    .advantages-matrix article, .advantages-matrix article:nth-last-child(-n + 2), .advantages-matrix article:nth-child(2n) { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .15); }
    .advantages-matrix article:last-child { border-bottom: 0; }
    .story-section__image img { height: 400px; }
    .company-section__aside { display: block; }
    .company-section__aside h2 { margin-bottom: 22px; }
    .company-section__aside .eyebrow { margin-bottom: 12px; }
    .company-section__notes { grid-template-columns: 1fr; }
}
