body {
    background: #070808;
    color: #ffffff;
}

.about-page {
    overflow: hidden;
    background: #090a0a;
}

.about-container {
    width: min(90%, 1240px);
    margin: 0 auto;
}

.about-hero {
    position: relative;
    min-height: 650px;
    display: flex;
    background:
        linear-gradient(90deg, rgba(4, 5, 5, 0.96) 0%, rgba(4, 5, 5, 0.86) 38%, rgba(4, 5, 5, 0.28) 68%, rgba(4, 5, 5, 0.48) 100%),
        url("../assets/fachada-empresa/fachada-empresa-backgournd.webp") center / cover no-repeat;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.about-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), transparent 58%, rgba(0, 0, 0, 0.58));
}

.about-hero-inner {
    position: relative;
    z-index: 1;
    min-height: 650px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    padding: 30px 0 32px;
}

.about-breadcrumb ol {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
}

.about-breadcrumb li + li::before {
    content: "/";
    margin-right: 10px;
    color: #ff6200;
}

.about-breadcrumb a {
    color: #ffffff;
}

.about-hero-copy {
    width: min(100%, 690px);
    align-self: center;
    padding: 40px 0;
}

.about-eyebrow,
.about-section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ff6200;
    font-family: var(--text-logo);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.about-eyebrow::before,
.about-section-label::before {
    content: "";
    width: 34px;
    height: 2px;
    flex: 0 0 auto;
    background: currentColor;
}

.about-hero h1 {
    max-width: 680px;
    margin: 18px 0 20px;
    font-family: var(--text-logo);
    font-size: 72px;
    font-weight: 700;
    line-height: 0.88;
    letter-spacing: 0;
    text-transform: uppercase;
}

.about-hero h1 strong {
    color: #ff6200;
    font: inherit;
}

.about-hero-lead {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.65;
}

.about-hero-actions,
.about-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.about-hero-actions {
    margin-top: 28px;
}

.about-btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: var(--text-logo);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.about-btn:hover {
    transform: translateY(-2px);
}

.about-btn-primary {
    color: #ffffff;
    background: #ff6200;
}

.about-btn-primary:hover {
    background: #e85800;
}

.about-btn-secondary {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.45);
    background: rgba(0, 0, 0, 0.26);
}

.about-btn-secondary:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.about-hero-proof {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(100%, 820px);
    margin: 0;
    padding: 20px 0 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.about-hero-proof li {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
    padding-right: 18px;
}

.about-hero-proof img {
    width: 35px;
    height: 35px;
    flex: 0 0 auto;
    object-fit: contain;
}

.about-hero-proof span {
    font-family: var(--text-logo);
    font-size: 16px;
    font-weight: 600;
    line-height: 0.95;
    text-transform: uppercase;
}

.about-stats {
    background: #f1f1ee;
    color: #101111;
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-stats article {
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 28px;
}

.about-stats article + article {
    border-left: 1px solid rgba(15, 16, 16, 0.15);
}

.about-stats strong {
    color: #e85800;
    font-family: var(--text-logo);
    font-size: 34px;
    line-height: 1;
    text-transform: uppercase;
}

.about-stats span {
    max-width: 230px;
    margin-top: 9px;
    color: #505252;
    font-size: 13px;
    line-height: 1.5;
}

.about-history {
    padding: 104px 0 110px;
    background: #090a0a;
}

.about-history-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 0.75fr) minmax(330px, 0.9fr);
    gap: 56px;
    align-items: start;
}

.about-history-heading h2,
.about-section-heading h2,
.about-timeline-heading h2,
.about-purpose-heading h2,
.about-final-cta h2 {
    margin: 18px 0 0;
    font-family: var(--text-logo);
    font-size: 46px;
    font-weight: 600;
    line-height: 0.96;
    letter-spacing: 0;
    text-transform: uppercase;
}

.about-history-copy p,
.about-section-heading > p,
.about-values-grid p,
.about-timeline p,
.about-purpose-grid p,
.about-final-cta p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.75;
}

.about-history-copy p {
    margin: 0 0 16px;
}

.about-factory-figure {
    position: relative;
    min-height: 430px;
    margin: 0;
    overflow: hidden;
    border-radius: 6px;
    background: #151616;
}

.about-factory-figure::after {
    content: "";
    position: absolute;
    inset: 40% 0 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.92));
}

.about-factory-figure img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    display: block;
    object-fit: cover;
}

.about-factory-figure figcaption {
    position: absolute;
    z-index: 1;
    right: 24px;
    bottom: 22px;
    left: 24px;
    display: grid;
    gap: 4px;
}

.about-factory-figure strong {
    font-family: var(--text-logo);
    font-size: 27px;
    line-height: 1;
    text-transform: uppercase;
}

.about-factory-figure span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.5;
}

.about-timeline {
    display: grid;
    grid-template-columns: 0.85fr 2.15fr;
    gap: 64px;
    margin-top: 96px;
    padding-top: 54px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.about-timeline ol {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-timeline ol::before {
    content: "";
    position: absolute;
    top: 17px;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, #ff6200, rgba(255, 98, 0, 0.18));
}

.about-timeline li {
    position: relative;
    padding-top: 50px;
}

.about-timeline li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 13px;
    height: 13px;
    border: 3px solid #090a0a;
    border-radius: 50%;
    background: #ff6200;
    box-shadow: 0 0 0 1px #ff6200;
}

.about-timeline time,
.about-timeline-now {
    color: #ff6200;
    font-family: var(--text-logo);
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.about-timeline h3 {
    margin: 10px 0 6px;
    font-family: var(--text-logo);
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.about-timeline p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

.about-values {
    padding: 100px 0 108px;
    color: #111212;
    background: #f1f1ee;
}

.about-values .about-section-label {
    color: #e85800;
}

.about-values .about-section-heading h2,
.about-values-grid h3 {
    color: #111212;
}

.about-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 42px;
}

.about-section-heading h2 {
    max-width: 700px;
}

.about-section-heading > p {
    margin: 0;
    color: #5d5f5f;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.about-values-grid article {
    min-height: 290px;
    padding: 28px 22px;
    border: 1px solid rgba(16, 17, 17, 0.14);
    border-radius: 6px;
    background: #ffffff;
    transition: border-color 180ms ease, transform 180ms ease;
}

.about-values-grid article:hover {
    transform: translateY(-4px);
    border-color: rgba(232, 88, 0, 0.55);
}

.about-values-grid img {
    width: 42px;
    height: 42px;
    display: block;
    object-fit: contain;
}

.about-values-grid h3 {
    margin: 30px 0 10px;
    font-family: var(--text-logo);
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.about-values-grid p {
    margin: 0;
    color: #656767;
    font-size: 13px;
    line-height: 1.65;
}

.about-purpose {
    padding: 104px 0 110px;
    background:
        linear-gradient(110deg, rgba(8, 9, 9, 0.98), rgba(16, 27, 16, 0.93)),
        #090a0a;
}

.about-purpose-heading {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 70px;
    align-items: end;
    padding-bottom: 40px;
}

.about-purpose-heading h2 {
    max-width: 660px;
}

.about-purpose .about-section-label {
    color: #73b942;
}

.about-purpose-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.about-purpose-grid article {
    min-height: 270px;
    padding: 38px 38px 38px 0;
}

.about-purpose-grid article + article {
    padding-left: 38px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.about-purpose-grid span {
    color: #73b942;
    font-family: var(--text-logo);
    font-size: 22px;
    line-height: 1;
}

.about-purpose-grid h3 {
    margin: 38px 0 12px;
    font-family: var(--text-logo);
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.about-purpose-grid p {
    max-width: 340px;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
}

.about-final-cta {
    color: #ffffff;
    background: #e85800;
}

.about-final-cta-inner {
    min-height: 330px;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.5fr);
    gap: 80px;
    align-items: center;
    padding: 64px 0;
}

.about-final-cta .about-section-label {
    color: #171818;
}

.about-final-cta h2 {
    max-width: 720px;
    font-size: 52px;
}

.about-final-cta h2 strong {
    color: #171818;
    font: inherit;
}

.about-final-cta p {
    max-width: 720px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.9);
}

.about-final-cta .about-cta-actions {
    display: grid;
}

.about-final-cta .about-btn-primary {
    color: #ffffff;
    background: #151616;
}

.about-final-cta .about-btn-primary:hover {
    background: #000000;
}

.about-btn-whatsapp {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.7);
    background: transparent;
}

.about-btn-whatsapp:hover {
    border-color: #ffffff;
    background: rgba(0, 0, 0, 0.1);
}

.about-btn .whatsapp-btn-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

@media (max-width: 1120px) {
    .about-container {
        width: min(92%, 1040px);
    }

    .about-hero h1 {
        font-size: 64px;
    }

    .about-history-intro {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 44px;
    }

    .about-factory-figure {
        grid-column: 1 / -1;
        min-height: 360px;
    }

    .about-factory-figure img {
        min-height: 360px;
        max-height: 470px;
        object-position: center 54%;
    }

    .about-timeline {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .about-values-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .about-values-grid article {
        min-height: 250px;
    }
}

@media (max-width: 860px) {
    .about-hero,
    .about-hero-inner {
        min-height: 620px;
    }

    .about-hero {
        background:
            linear-gradient(90deg, rgba(4, 5, 5, 0.96) 0%, rgba(4, 5, 5, 0.82) 56%, rgba(4, 5, 5, 0.5) 100%),
            url("../assets/fachada-empresa/fachada-empresa-backgournd.webp") 58% center / cover no-repeat;
    }

    .about-hero-inner {
        padding: 24px 0 28px;
    }

    .about-hero-copy {
        width: min(100%, 600px);
        padding: 34px 0;
    }

    .about-hero h1 {
        font-size: 56px;
    }

    .about-hero-proof {
        width: 100%;
    }

    .about-hero-proof img {
        width: 30px;
        height: 30px;
    }

    .about-hero-proof span {
        font-size: 14px;
    }

    .about-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-stats article:nth-child(3) {
        border-left: 0;
    }

    .about-stats article:nth-child(n + 3) {
        border-top: 1px solid rgba(15, 16, 16, 0.15);
    }

    .about-history,
    .about-values,
    .about-purpose {
        padding: 78px 0 84px;
    }

    .about-history-intro,
    .about-section-heading,
    .about-purpose-heading,
    .about-final-cta-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .about-factory-figure {
        grid-column: auto;
    }

    .about-history-heading h2,
    .about-section-heading h2,
    .about-timeline-heading h2,
    .about-purpose-heading h2,
    .about-final-cta h2 {
        font-size: 40px;
    }

    .about-timeline {
        margin-top: 70px;
    }

    .about-timeline ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 28px;
    }

    .about-timeline ol::before {
        display: none;
    }

    .about-timeline li {
        padding: 22px 0 0 20px;
        border-top: 1px solid rgba(255, 98, 0, 0.42);
    }

    .about-timeline li::before {
        top: -7px;
    }

    .about-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .about-purpose-grid article {
        min-height: 0;
        padding: 30px 0;
    }

    .about-purpose-grid article + article {
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.18);
        border-left: 0;
    }

    .about-purpose-grid h3 {
        margin-top: 20px;
    }

    .about-final-cta-inner {
        min-height: 0;
        padding: 58px 0;
    }

    .about-final-cta .about-cta-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .about-container {
        width: calc(100% - 32px);
    }

    .about-hero,
    .about-hero-inner {
        min-height: 0;
    }

    .about-hero {
        background:
            linear-gradient(180deg, rgba(4, 5, 5, 0.82), rgba(4, 5, 5, 0.93)),
            url("../assets/fachada-empresa/fachada-empresa-backgournd.webp") 65% center / cover no-repeat;
    }

    .about-hero-inner {
        display: block;
        padding: 20px 0 24px;
    }

    .about-breadcrumb ol {
        font-size: 12px;
    }

    .about-hero-copy {
        padding: 46px 0 42px;
    }

    .about-eyebrow,
    .about-section-label {
        font-size: 15px;
    }

    .about-eyebrow::before,
    .about-section-label::before {
        width: 24px;
    }

    .about-hero h1 {
        margin: 14px 0 18px;
        font-size: 43px;
        line-height: 0.9;
    }

    .about-hero-lead {
        font-size: 14px;
        line-height: 1.65;
    }

    .about-hero-actions,
    .about-final-cta .about-cta-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .about-btn {
        width: 100%;
        min-height: 48px;
        padding: 11px 16px;
        font-size: 16px;
    }

    .about-hero-proof {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 12px;
        padding-top: 20px;
    }

    .about-hero-proof li {
        padding-right: 0;
    }

    .about-hero-proof span {
        font-size: 13px;
    }

    .about-stats article {
        min-height: 130px;
        padding: 22px 16px;
    }

    .about-stats strong {
        font-size: 27px;
    }

    .about-stats span {
        font-size: 11px;
        line-height: 1.45;
    }

    .about-history,
    .about-values,
    .about-purpose {
        padding: 58px 0 64px;
    }

    .about-history-intro {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .about-history-heading h2,
    .about-section-heading h2,
    .about-timeline-heading h2,
    .about-purpose-heading h2,
    .about-final-cta h2 {
        margin-top: 14px;
        font-size: 34px;
        line-height: 0.98;
    }

    .about-history-copy p,
    .about-section-heading > p,
    .about-values-grid p,
    .about-timeline p,
    .about-purpose-grid p,
    .about-final-cta p {
        font-size: 13px;
        line-height: 1.7;
    }

    .about-factory-figure,
    .about-factory-figure img {
        min-height: 300px;
    }

    .about-factory-figure figcaption {
        right: 18px;
        bottom: 18px;
        left: 18px;
    }

    .about-timeline {
        margin-top: 52px;
        padding-top: 40px;
    }

    .about-timeline ol {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .about-timeline time,
    .about-timeline-now {
        font-size: 25px;
    }

    .about-section-heading {
        margin-bottom: 30px;
    }

    .about-values-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .about-values-grid article {
        min-height: 0;
        display: grid;
        grid-template-columns: 42px 1fr;
        gap: 4px 16px;
        padding: 20px;
    }

    .about-values-grid img {
        grid-row: span 2;
    }

    .about-values-grid h3 {
        margin: 0;
        font-size: 22px;
    }

    .about-values-grid p {
        grid-column: 2;
    }

    .about-purpose-heading {
        padding-bottom: 28px;
    }

    .about-purpose-grid h3 {
        font-size: 26px;
    }

    .about-final-cta-inner {
        gap: 28px;
        padding: 50px 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-btn,
    .about-values-grid article {
        transition: none;
    }
}
