/* O Nama Page Styles */

/* Hero Section */
.about-hero {
    margin-top: 101px; /* offset for fixed header */
    width: 100%;
    overflow: hidden;
}

.about-hero-image {
    width: 100%;
    height: 460px;
    position: relative;
    overflow: hidden;
}

.about-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Investitor Section */
.investitor {
    padding: 100px 0;
    background: #FFFFFF;
}

.investitor-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--boxed-padding);
}

.investitor-content {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.investitor-text {
    flex: 1;
}

.section-divider {
    width: 35px;
    height: 2px;
    background: var(--gold);
    border: none;
    margin: 0 0 77px 0;
}

.investitor-text h2 {
    font-family: 'Source Serif 4', serif;
    font-size: 50px;
    font-weight: 400;
    font-style: normal;
    color: var(--gold);
    margin-bottom: 30px;
    line-height: 1.2;
}

.investitor-text p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 20px;
}

.investitor-image {
    flex: 1;
    max-width: 500px;
}

.investitor-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Focus Section */
.focus {
    padding: 100px 0;
    background: #F5F5F5;
}

.focus-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--boxed-padding);
}

.focus-title {
    font-family: 'Source Serif 4', serif;
    font-size: 40px;
    font-weight: 400;
    color: var(--gold);
    text-align: center;
    margin-bottom: 80px;
    line-height: 1.4;
}

.focus-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    max-width: 1100px;
    margin: 0 auto;
}

.focus-item {
    text-align: center;
}

.focus-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--gold);
    border-radius: 50%;
    padding: 15px;
}

.focus-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.focus-item p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    color: #333333;
}

/* Realization Section */
.realization {
    padding: 100px 0;
    background: #FFFFFF;
}

.realization-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--boxed-padding);
}

.realization-content {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.realization-image {
    flex: 1;
    max-width: 500px;
}

.realization-image img {
    width: 100%;
    height: auto;
    display: block;
}

.realization-text {
    flex: 1;
}

.realization-text hr {
    width: 35px;
    height: 2px;
    background: var(--gold);
    border: none;
    margin: 0 0 86px 0;
}

.realization-text p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 20px;
}

.realization-text p strong {
    font-weight: 600;
}

.realization-cta {
    margin-top: 40px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: var(--gold);
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-button .arrow-circle {
    width: 40px;
    height: 40px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
}

.cta-button .arrow-circle img {
    width: 16px;
    height: 16px;
    position: absolute;
    transition: opacity 0.3s ease;
}

.cta-button .arrow-default {
    opacity: 1;
}

.cta-button .arrow-hover {
    opacity: 0;
}

.cta-button:hover {
    color: #d7a461;
}

.cta-button:hover .arrow-circle {
    background: var(--gold);
    border-color: var(--gold);
}

.cta-button:hover .arrow-default {
    opacity: 0;
}

.cta-button:hover .arrow-hover {
    opacity: 1;
}

/* Reference Section */
.reference {
    padding: 100px 0;
    background: #F5F5F5;
}

.reference-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--boxed-padding);
}

.reference-title {
    font-family: 'Source Serif 4', serif;
    font-size: 28px;
    font-weight: 400;
    color: var(--gold);
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 80px;
}

.reference-project {
    margin-bottom: 100px;
}

.reference-project:last-child {
    margin-bottom: 0;
}

.project-divider {
    width: 35px;
    height: 2px;
    background: #AB844E;
    border: none;
    margin: 0 auto 40px auto;
}

.project-name {
    font-family: 'Source Serif 4', serif;
    font-size: 32px;
    font-weight: 400;
    color: var(--gold);
    text-align: center;
    margin-bottom: 50px;
}

.project-icons {
    display: flex;
    justify-content: center;
    gap: 129px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.project-icon-item {
    text-align: center;
    max-width: 220px;
}

.project-icon-circle {
    width: 80px;
    height: 80px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    padding: 15px;
    background-color: #AB844E;
}

.project-icon-circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.project-icon-item p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #333333;
}

.project-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.project-description p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 20px;
}

.project-description p strong {
    font-weight: 600;
}

.project-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.project-main-image {
    width: 100%;
}

.project-main-image img {
    width: 100%;
    height: auto;
    display: block;
}

.project-secondary-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.project-secondary-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.project-secondary-images-fullwidth {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.project-secondary-images-fullwidth img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .investitor-content,
    .realization-content {
        flex-direction: column;
        gap: 50px;
    }

    .investitor-image,
    .realization-image {
        max-width: 100%;
    }

    .focus-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 40px;
    }

    .project-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .project-icons {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .about-hero-image {
        height: 300px;
    }

    .investitor,
    .focus,
    .realization,
    .reference {
        padding: 60px 0;
    }

    .investitor-container,
    .focus-container,
    .realization-container,
    .reference-container {
        padding: 0 20px;
    }

    .investitor-text h2 {
        font-size: 36px;
    }

    .focus-title {
        font-size: 24px;
        margin-bottom: 50px;
    }

    .focus-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .investitor-content,
    .realization-content {
        gap: 30px;
    }

    .reference-title {
        font-size: 24px;
        margin-bottom: 50px;
    }

    .project-name {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .project-icons {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        width: 100%;
        margin-bottom: 40px;
        visibility: visible;
        opacity: 1;
    }

    .project-icon-item {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        visibility: visible;
        opacity: 1;
    }

    .project-icon-circle {
        width: 70px;
        height: 70px;
        background-color: #AB844E;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .project-icon-circle img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .project-secondary-images {
        grid-template-columns: 1fr;
    }

    .project-secondary-images-fullwidth {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }

    .reference-project {
        margin-bottom: 70px;
    }
}
