/* ── Shared tokens (page-scoped) ── */
.text-brand-pink { color: #e6007e; }

.btn-hero-primary {
    background: #e6007e;
    border-color: #e6007e;
    color: #fff;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 6px;
}
.btn-hero-primary:hover {
    background: #c4006a;
    border-color: #c4006a;
    color: #fff;
}

/* ── Hero ── */
.about-hero {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #111;
}
.about-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
.about-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .75);
    z-index: 1;
}
.about-hero-body {
    position: relative;
    z-index: 2;
    padding-top: 64px;
    padding-bottom: 56px;
    color: #fff;
}
.about-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
}
.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 999px;
    padding: 4px 14px;
    font-size: .78rem;
    font-weight: 600;
    color: #fff;
    backdrop-filter: blur(4px);
}
.about-hero-title {
    font-size: clamp(1.9rem, 4vw, 2.9rem);
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 14px;
    color: #fff !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .6);
}
.about-hero-sub {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, .92);
    max-width: 560px;
    line-height: 1.7;
    margin-bottom: 0;
    text-shadow: 0 1px 6px rgba(0, 0, 0, .5);
}

/* ── Stats bar ── */
.about-stats {
    background: #1a1a1a;
    padding: 36px 0;
}
.about-stat-item { text-align: center; color: #fff; }
.about-stat-num {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 900;
    color: #e6007e;
    line-height: 1.1;
    display: block;
}
.about-stat-label {
    font-size: .82rem;
    color: #aaa;
    margin-top: 6px;
    margin-bottom: 0;
}

/* ── Company intro ── */
.about-intro { padding: 80px 0; }
.about-intro-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
}

/* ── Equipment gallery ── */
.about-gallery {
    background: #f8f8f8;
    padding: 80px 0;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.gallery-item {
    overflow: hidden;
    border-radius: 8px;
}
.gallery-item:first-child { grid-column: span 2; }
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item-1 { height: 270px; }
.gallery-item-2 { height: 270px; }
.gallery-item-3,
.gallery-item-4,
.gallery-item-5 { height: 200px; }

/* ── History ── */
.about-history { padding: 80px 0; }
.history-year {
    font-size: 1.55rem;
    font-weight: 900;
    color: #e6007e;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.history-year::after {
    content: '';
    flex: 1;
    height: 2px;
    background: #f0f0f0;
}
.history-item {
    padding: 11px 0;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    gap: 16px;
    font-size: .94rem;
    color: #444;
}
.history-month {
    flex-shrink: 0;
    width: 32px;
    font-weight: 700;
    color: #1a1a1a;
}

/* ── Work in action ── */
.about-work {
    background: #111;
    padding: 80px 0;
    color: #fff;
}

/* ── Responsive ── */
@media (max-width: 767px) {
    .about-hero { min-height: 340px; }
    .about-intro { padding: 52px 0; }
    .about-intro-img { height: 260px; }
    .about-gallery { padding: 52px 0; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-item:first-child { grid-column: span 1; }
    .gallery-item-1,
    .gallery-item-2 { height: 200px; }
    .gallery-item-3,
    .gallery-item-4,
    .gallery-item-5 { height: 160px; }
    .about-history { padding: 52px 0; }
    .about-work { padding: 52px 0; }
}

/* ── Business page ── */
.business-services { padding: 0 0 60px; }
.business-services-title {
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
    font-weight: 700;
    color: #111827;
    margin-bottom: 32px;
}
.service-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.service-item {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .09);
    transition: box-shadow .2s;
    text-decoration: none !important;
    color: inherit;
    cursor: pointer;
}
.service-item:hover,
.service-item:focus {
    box-shadow: 0 6px 24px rgba(0, 0, 0, .14);
    text-decoration: none !important;
    color: inherit;
}
.service-item:hover .service-item-title { color: #e6007e; }
.service-item-img {
    flex-shrink: 0;
    width: 180px;
}
.service-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.service-item-body {
    flex: 1;
    padding: 28px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-item-title {
    display: block;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}
.service-item-desc {
    font-size: clamp(.9rem, 1.5vw, 1rem);
    color: #555;
    line-height: 1.65;
    margin-bottom: 0;
}
.service-item-arrow {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0 22px;
    font-size: 1.3rem;
    color: #ccc;
    transition: color .2s, transform .2s;
}
.service-item:hover .service-item-arrow {
    color: #e6007e;
    transform: translateX(4px);
}

@media (max-width: 576px) {
    .business-services { padding: 0 0 40px; }
    .service-item { flex-direction: column; }
    .service-item-img { width: 100%; }
    .service-item-img img { aspect-ratio: 16 / 9; height: auto; }
    .service-item-body { padding: 18px 20px; }
}