.about-hero {
    background: var(--accent-color);
    padding: 5rem 10%;
    text-align: center;
}

.section-label {
    color: var(--accent-color);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin: 0 0 0.5rem;
    text-transform: uppercase;
}

.about-hero .section-label {
    color: rgba(255, 255, 255, 0.7);
}

.about-hero h1 {
    color: white;
    margin-bottom: 0.75rem;
}

.about-hero > p:last-child {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.1rem;
    margin: 0 auto;
    max-width: 650px;
}

.about-story {
    align-items: center;
    display: grid;
    gap: 4rem;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    margin: 0 auto;
    max-width: 1200px;
    padding: 5rem 5%;
}

.about-story-image img {
    border-radius: 12px;
    display: block;
    height: auto;
    max-width: 100%;
    object-fit: cover;
}

.about-story-content h2,
.about-section-heading h2 {
    margin-bottom: 1rem;
    text-align: left;
}

.about-story-content p:not(.section-label) {
    color: #555;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.about-story-content p:last-child {
    margin-bottom: 0;
}

.about-journey {
    background: #f4f4f1;
    padding: 4.5rem 5%;
}

.about-section-heading {
    margin: 0 auto 2.5rem;
    max-width: 760px;
    text-align: center;
}

.about-section-heading h2 {
    text-align: center;
}

.about-section-heading > p:last-child {
    color: #555;
    font-size: 1rem;
    margin: 0 auto;
    max-width: 620px;
}

.journey-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1100px;
}

.journey-step {
    background: white;
    border-top: 4px solid var(--accent-color);
    padding: 1.5rem;
}

.journey-number {
    color: var(--accent-color);
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 1rem;
}

.journey-step h3 {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
    text-align: left;
}

.journey-step p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.about-ready-made {
    background: var(--secondary-color);
    padding: 5rem 5%;
}

.ready-made-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1100px;
}

.ready-made-card {
    background: #f4f4f1;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 1.25rem;
    text-align: center;
}

.ready-made-image {
    aspect-ratio: 4 / 3;
    background: white;
    padding: 1rem;
}

.ready-made-image img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.ready-made-card h3 {
    font-size: 1.15rem;
    margin: 1rem 1rem 0.35rem;
}

.ready-made-card p {
    color: #555;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0 1rem;
}

.about-store-link {
    margin-top: 2rem;
    text-align: center;
}

.about-photos {
    margin: 0 auto;
    max-width: 1200px;
    padding: 5rem 5%;
}

.about-photo-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1.3fr 1fr 1fr;
}

.about-photo {
    margin: 0;
}

.about-photo img {
    aspect-ratio: 4 / 3;
    background: #f4f4f1;
    border-radius: 10px;
    display: block;
    height: 100%;
    object-fit: contain;
    padding: 0.75rem;
    width: 100%;
}

.about-photo figcaption {
    color: #555;
    font-size: 0.85rem;
    margin-top: 0.65rem;
}

.about-portfolio {
    background: #f4f4f1;
    padding: 5rem 5%;
    scroll-margin-top: 5rem;
}

.about-portfolio-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1200px;
}

.about-project-card {
    background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.about-project-image {
    aspect-ratio: 4 / 3;
    background: #f7f7f7;
    padding: 1rem;
}

.about-project-image img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.about-project-details {
    padding: 1.25rem;
}

.about-project-details h3 {
    font-size: 1.15rem;
    margin: 0 0 0.5rem;
    text-align: left;
}

.about-project-details p:last-child {
    color: #555;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

.testimonial-section {
    padding: 5rem 5%;
}

.testimonial-placeholder {
    align-items: center;
    background: var(--accent-color);
    color: white;
    display: grid;
    gap: 3rem;
    grid-template-columns: 180px minmax(0, 1fr);
    margin: 0 auto;
    max-width: 950px;
    padding: 3rem;
}

.testimonial-placeholder .section-label,
.testimonial-placeholder h2 {
    color: white;
}

.testimonial-placeholder h2 {
    margin-bottom: 1rem;
    text-align: left;
}

.testimonial-photo-placeholder {
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    border: 1px dashed rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    display: flex;
    height: 180px;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    width: 180px;
}

.testimonial-photo-placeholder img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
    width: 100%;
}

.testimonial-placeholder blockquote {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0 0 1rem;
}

.testimonial-name {
    font-size: 0.9rem;
    margin: 0;
    opacity: 0.8;
}

.about-contact {
    align-items: center;
    background: white;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    padding: 4rem 10%;
    scroll-margin-top: 5rem;
}

.about-contact h2 {
    margin-bottom: 0.5rem;
    text-align: left;
}

.about-contact p:not(.section-label) {
    color: #555;
    font-size: 1rem;
    margin: 0;
}

.about-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .about-hero {
        padding: 4rem 5%;
    }

    .about-story {
        gap: 2rem;
        grid-template-columns: 1fr;
        padding: 3.5rem 5%;
    }

    .about-story-image {
        margin: 0 auto;
        max-width: 560px;
    }

    .about-story-content h2 {
        text-align: center;
    }

    .journey-grid,
    .about-photo-grid,
    .ready-made-grid,
    .about-portfolio-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-photo-featured {
        grid-column: 1 / -1;
    }
}

@media (max-width: 480px) {
    .about-hero h1 {
        font-size: 3rem;
        letter-spacing: 0.35rem;
    }

    .about-journey,
    .about-ready-made,
    .about-photos,
    .about-portfolio,
    .testimonial-section {
        padding: 3.5rem 5%;
    }

    .journey-grid,
    .about-photo-grid,
    .ready-made-grid,
    .about-portfolio-grid {
        grid-template-columns: 1fr;
    }

    .about-photo-featured {
        grid-column: auto;
    }

    .testimonial-placeholder,
    .about-contact {
        grid-template-columns: 1fr;
        padding: 2rem 1.25rem;
    }

    .testimonial-placeholder h2,
    .about-contact h2 {
        text-align: center;
    }

    .testimonial-photo-placeholder {
        height: 140px;
        margin: 0 auto;
        width: 140px;
    }

    .about-contact {
        align-items: stretch;
        flex-direction: column;
        text-align: center;
    }

    .about-contact-actions {
        justify-content: center;
    }
}
