.about-page {
    background:
        radial-gradient(circle at top left, rgba(212, 104, 44, 0.14), transparent 24%),
        linear-gradient(180deg, #f8f1e7 0%, #fffdfa 26%, #f4f8fb 100%);
    color: #221c16;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-hero,
.company-story-section,
.capability-section,
.product-range-section,
.team-section,
.about-faq-section {
    padding: 72px 0;
}

.about-hero__layout,
.story-layout,
.range-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    gap: 34px;
    align-items: center;
}

.section-kicker {
    color: #b65a26;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.about-hero__copy,
.about-hero__visual,
.story-copy,
.story-cards,
.section-heading,
.capability-grid,
.range-copy,
.range-showcase,
.card-grid,
.faq-list,
.about-signals {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 {
    transition-delay: 0.12s;
}

.about-hero__copy h1,
.story-copy h2,
.section-heading h2,
.range-copy h2 {
    font-size: clamp(2.1rem, 4vw, 4rem);
    line-height: 1.05;
    margin: 0 0 18px;
}

.about-hero__copy p,
.story-copy p,
.section-heading p,
.range-copy p,
.faq-list p {
    color: #5e564d;
    line-height: 1.85;
}

.about-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.about-hero__chips span {
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(34, 28, 22, 0.08);
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 600;
    padding: 10px 14px;
}

.about-hero__visual {
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr);
}

.about-hero__note {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(34, 28, 22, 0.08);
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(52, 39, 28, 0.08);
    padding: 24px;
}

.about-hero__note h3,
.range-note-card h3 {
    margin: 0 0 10px;
}

.about-hero__note p,
.range-note-card p {
    color: #5d554c;
    line-height: 1.75;
    margin: 0;
}

.about-hero__note ul,
.capability-list {
    color: #3f3933;
    display: grid;
    gap: 10px;
    line-height: 1.7;
    margin: 0 0 18px;
    padding-left: 20px;
}

.visual-frame,
.capability-card,
.range-note-card,
.story-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(34, 28, 22, 0.08);
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(52, 39, 28, 0.08);
    overflow: hidden;
}

.visual-frame img,
.capability-card img {
    cursor: zoom-in;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.visual-frame--large {
    min-height: 480px;
}

.about-signals {
    padding-bottom: 16px;
}

.signal-panel {
    background: #1d1a17;
    border-radius: 30px;
    color: #fff8f0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    overflow: hidden;
}

.signal-panel article {
    background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.01) 100%);
    padding: 22px 20px;
}

.signal-panel strong {
    display: block;
    font-size: 2rem;
    margin-bottom: 6px;
}

.signal-panel span {
    color: rgba(255,248,240,0.74);
    line-height: 1.6;
}

.story-cards {
    display: grid;
    gap: 18px;
}

.story-card {
    padding: 22px;
}

.story-card h3,
.capability-card__body h3,
.range-product-card span {
    margin: 0 0 8px;
}

.story-card p,
.capability-card__body p {
    color: #5d554c;
    line-height: 1.75;
    margin: 0;
}

.section-heading {
    margin-bottom: 28px;
    max-width: 780px;
}

.capability-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.capability-card--wide {
    grid-column: span 2;
}

.capability-card img {
    aspect-ratio: 16 / 10;
}

.capability-card__body {
    padding: 20px;
}

.capability-card--text {
    display: flex;
}

.capability-card--text .capability-card__body {
    align-self: stretch;
}

.capability-list {
    margin-top: 16px;
    margin-bottom: 0;
}

.range-list {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
}

.range-list li {
    background: rgba(255,255,255,0.72);
    border-left: 4px solid #b65a26;
    border-radius: 14px;
    padding: 14px 16px;
}

.about-cta {
    align-items: center;
    background: #b65a26;
    border-radius: 999px;
    color: #fff8f0;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    margin-top: 24px;
    min-height: 48px;
    padding: 0 22px;
}

.about-cta:hover {
    background: #924819;
}

.range-showcase {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.range-note-card {
    padding: 24px;
}

.team-section {
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(249,250,251,1) 100%);
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.about-faq-section {
    padding-top: 24px;
}

.faq-list {
    display: grid;
    gap: 16px;
    max-width: 920px;
}

.faq-list details {
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(34, 28, 22, 0.08);
    border-radius: 20px;
    padding: 18px 22px;
}

.faq-list summary {
    cursor: pointer;
    font-size: 1.05rem;
    font-weight: 700;
    list-style: none;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list p {
    margin: 14px 0 0;
}

.lightbox-overlay {
    display: none;
    position: fixed;
    z-index: 2147483647;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(6px);
    justify-content: center;
    align-items: center;
}

.lightbox-overlay.active {
    display: flex;
}

.lightbox-image {
    max-width: 90%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    background: #fff;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    line-height: 1;
    z-index: 2147483648;
    user-select: none;
}

.lightbox-close:hover {
    color: #ccc;
    transform: scale(1.1);
}

@media (max-width: 1100px) {
    .about-hero__layout,
    .story-layout,
    .range-layout {
        grid-template-columns: 1fr;
    }

    .signal-panel,
    .capability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .capability-card--wide {
        grid-column: span 2;
    }
}

@media (max-width: 760px) {
    .about-hero,
    .company-story-section,
    .capability-section,
    .product-range-section,
    .team-section,
    .about-faq-section {
        padding: 56px 0;
    }

    .about-hero__visual,
    .range-showcase,
    .signal-panel,
    .capability-grid {
        grid-template-columns: 1fr;
    }

    .capability-card--wide {
        grid-column: span 1;
    }

    .visual-frame--large {
        min-height: 260px;
    }

    .lightbox-image {
        max-width: 95%;
        max-height: 80vh;
    }

    .lightbox-close {
        top: 10px;
        right: 20px;
        font-size: 40px;
    }
}
