/* About Page Styles - Minimal Index Design Language */
@font-face {
    font-family: 'ABCMonumentGroteskMono';
    src: url('../assets/site/ABCMonumentGroteskMono-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UfficioDisplay';
    src: url('../assets/site/UfficioDisplay-400.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* === Unified footer layout override - sadece .footer için, footer-minimal hariç === */
.footer:not(.footer-minimal) {
    width: 100%;
    max-width: 1440px;
    margin: 80px auto 0;
    padding: 32px 20px;
    border-top: 1px solid rgba(62, 57, 57, 0.08);
    background: #ffffff;
}

.footer:not(.footer-minimal) .footer-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-logo-section {
    padding: 0;
}

.footer-logo {
    font-family: 'ABCMonumentGroteskMono', monospace !important;
    font-size: 30px;
    font-weight: 700 !important;
    color: var(--primary-blue);
    margin: 0;
    line-height: 1.1;
}

.footer-links-section {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: flex-start;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-column:first-child {
    align-items: flex-start;
}

.footer-column:nth-child(2) {
    align-items: flex-start;
}

.footer-social-section {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.footer:not(.footer-minimal) .footer-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--text-dark);
    font-family: 'ABCMonumentGroteskMono', monospace !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    padding: 4px 0;
    transition: opacity 0.2s ease;
}

.footer:not(.footer-minimal) .footer-link:hover {
    opacity: 0.7;
}

.footer-arrow-icon,
.footer-social-arrow-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.footer-social-item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.footer-social-arrows {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer-social-names {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-social-link {
    font-family: 'ABCMonumentGroteskMono', monospace !important;
    font-size: 15px;
    line-height: 1.2;
    color: var(--text-dark);
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.footer-social-link:hover {
    opacity: 0.7;
}

.footer-copyright {
    padding: 0;
}

.footer-copyright p {
    font-family: 'ABCMonumentGroteskMono', monospace !important;
    font-size: 12px;
    font-weight: 400;
    color: var(--primary-blue);
    margin: 0;
    line-height: 1.2;
}

@media (max-width: 1024px) {
    .footer {
        margin-top: 90px;
        padding: 28px 16px;
    }

    .footer-links-section {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .footer-social-section {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .footer {
        margin-top: 70px;
        padding: 24px 14px;
    }

    .footer-content {
        gap: 18px;
    }

    .footer-logo {
        font-size: 26px;
    }

    .footer-links-section {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .footer-link,
    .footer-social-link {
        font-size: 14px;
    }
}

/* About Section - Minimal Index Style */
.about-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 40px;
    min-height: calc(100vh - 200px);
    background-color: #ffffff;
}

.about-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    padding-bottom: 80px;
}

/* Title - Minimal Index Style */
.about-title {
    font-family: 'ABCMonumentGroteskMono', monospace !important;
    font-size: clamp(32px, 6vw, 64px);
    font-weight: 400;
    color: #000000;
    text-align: left;
    margin: 0;
    margin-bottom: 40px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-transform: lowercase;
}

.about-title-line1 {
    display: block;
    font-size: clamp(32px, 6vw, 64px);
    line-height: 1.1;
    margin-bottom: 0;
    padding-bottom: 0;
}

.about-title-line2 {
    display: block;
    font-size: clamp(32px, 6vw, 64px);
    line-height: 1.1;
    margin-top: 10px;
    padding-top: 0;
    margin-bottom: 0;
}

/* Text Blocks - Minimal Index Style */
.about-text {
    font-family: 'ABCMonumentGroteskMono', monospace !important;
    font-size: 11px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin: 0;
}

.about-text-first {
    max-width: 700px;
    width: 100%;
    text-align: left;
    margin: 0 0 40px 0;
    padding-bottom: 0;
}

.about-text-second {
    max-width: 700px;
    width: 100%;
    text-align: left;
    margin: 40px 0 0;
    position: relative;
    z-index: 2;
}

/* Image Container */
.about-image-container {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 40px 0;
    position: relative;
    z-index: 1;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.about-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1;
}

.about-image[src=""] {
    display: none;
}

.about-image:not([src]) {
    display: none;
}

.about-image-placeholder {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.about-image-container:not(:has(.about-image[src]:not([src=""]))) .about-image-placeholder {
    display: flex;
}

.placeholder-content {
    width: 100%;
    height: 100%;
    background-color: #e0e0e0;
    border-radius: 0;
}

/* Footer */
.footer {
    width: 100%;
    max-width: 1440px;
    margin: 100px auto 0;
    padding: 5px;
    background-color: #ffffff;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-logo-section {
    padding: 5px;
}

.footer-logo {
    font-family: 'ABCMonumentGroteskMono', monospace !important;
    font-size: 32px;
    font-weight: bold !important;
    color: #000000;
    margin: 0;
    line-height: 32px;
}

.footer-links-section {
    display: flex;
    gap: 2px;
    padding: 2px;
    border-top: 0.5px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}

.footer-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 2px;
    background-color: #ffffff;
}

.footer-link {
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    color: rgb(62, 57, 57);
    font-family: 'ABCMonumentGroteskMono', monospace !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    padding: 2px;
    transition: opacity 0.3s ease;
}

.footer-link:hover {
    opacity: 0.7;
}

.footer-arrow-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.footer-copyright {
    padding: 3px;
}

.footer-copyright p {
    font-family: 'ABCMonumentGroteskMono', monospace !important;
    font-size: 11px;
    font-weight: 400;
    color: #000000;
    margin: 0;
    line-height: 11px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .about-section {
        padding: 30px 0 0;
    }

    .about-content {
        padding: 0 20px;
        padding-bottom: 80px;
    }

    .about-title {
        font-size: clamp(28px, 5vw, 48px);
        margin-bottom: 30px;
        margin-left: 0;
        align-items: flex-start;
        text-align: left;
        width: 100%;
    }

    .about-title-line1,
    .about-title-line2 {
        font-size: clamp(28px, 5vw, 48px);
    }

    .about-title-line2 {
        margin-top: 10px;
    }

    .about-image-container {
        width: 100%;
        max-width: 400px;
        height: auto;
        margin: 30px 0;
    }

    .about-text {
        font-size: 11px;
        line-height: 1.6;
    }

    .about-text-first {
        max-width: 100%;
        width: 100%;
        margin: 0 0 30px 0;
        text-align: left;
    }

    .about-text-second {
        max-width: 100%;
        width: 100%;
        margin: 30px 0 0;
        text-align: left;
        padding: 0;
    }

    .footer {
        margin-top: 60px;
    }

    .footer-logo {
        font-size: 28px;
        line-height: 28px;
    }

    .footer-link {
        font-size: 14px;
        line-height: 14px;
    }

    .footer-arrow-icon {
        width: 12px;
        height: 12px;
    }

    .footer-copyright p {
        font-size: 10px;
        line-height: 10px;
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 30px 0 0;
    }

    .about-content {
        padding: 0 20px;
        padding-bottom: 60px;
    }

    .about-title {
        font-size: clamp(24px, 4vw, 36px);
        margin-bottom: 25px;
        margin-left: 0;
        align-items: flex-start;
        text-align: left;
        width: 100%;
    }

    .about-title-line1,
    .about-title-line2 {
        font-size: clamp(24px, 4vw, 36px);
    }

    .about-title-line2 {
        margin-top: 10px;
    }

    .about-image-container {
        width: 100%;
        max-width: 350px;
        height: auto;
        margin: 25px 0;
    }

    .about-text {
        font-size: 11px;
        line-height: 1.6;
    }

    .about-text-first {
        max-width: 100%;
        width: 100%;
        margin: 0 0 25px 0;
        text-align: left;
    }

    .about-text-second {
        max-width: 100%;
        width: 100%;
        margin: 25px 0 0;
        text-align: left;
        padding: 0;
    }

    .footer {
        margin-top: 50px;
    }

    .footer-logo {
        font-size: 24px;
        line-height: 24px;
    }

    .footer-link {
        font-size: 13px;
        line-height: 13px;
    }

    .footer-arrow-icon {
        width: 11px;
        height: 11px;
    }

    .footer-copyright p {
        font-size: 9px;
        line-height: 9px;
    }
}

@media (max-width: 480px) {
    .about-section {
        padding: 20px 0 0;
    }

    .about-content {
        padding: 0 15px;
        padding-bottom: 50px;
    }

    .about-title {
        font-size: clamp(20px, 3.5vw, 28px);
        margin-bottom: 20px;
        margin-left: 0;
        align-items: flex-start;
        text-align: left;
        width: 100%;
    }

    .about-title-line1,
    .about-title-line2 {
        font-size: clamp(20px, 3.5vw, 28px);
    }

    .about-title-line2 {
        margin-top: 8px;
    }

    .about-image-container {
        width: 100%;
        max-width: 300px;
        height: auto;
        margin: 20px 0;
    }

    .about-text {
        font-size: 10px;
        line-height: 1.5;
    }

    .about-text-first {
        max-width: 100%;
        width: 100%;
        margin: 0 0 20px 0;
        text-align: left;
    }

    .about-text-second {
        max-width: 100%;
        width: 100%;
        margin: 20px 0 0;
        text-align: left;
        padding: 0;
    }

    .footer {
        margin-top: 40px;
    }

    .footer-logo {
        font-size: 20px;
        line-height: 20px;
    }

    .footer-link {
        font-size: 12px;
        line-height: 12px;
    }

    .footer-arrow-icon {
        width: 10px;
        height: 10px;
    }

    .footer-copyright p {
        font-size: 8px;
        line-height: 8px;
    }
}

@media (max-width: 360px) {
    .about-title {
        margin-left: 0;
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .about-text-first {
        max-width: 280px;
        width: 280px;
        margin-left: calc(50% - 100px);
    }

    .about-text-second {
        max-width: 380px;
        width: 100%;
        padding: 0 15px;
    }

    .about-image-container {
        width: 200px;
        height: 268px;
    }
}
