/* Playground 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;
}

/* Title Section - Minimal Index Style - Logo ile hizalı */
.playground-title-section {
    padding: 60px 40px 0;
    margin-top: 0;
    margin-bottom: 80px;
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    width: 100%;
}

.title-content {
    max-width: 1200px;
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.playground-title {
    font-family: 'ABCMonumentGroteskMono', monospace !important;
    font-size: clamp(40px, 7vw, 80px);
    font-weight: 400;
    color: #000000;
    margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: -0.01em;
}

.playground-description {
    font-family: 'ABCMonumentGroteskMono', monospace !important;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin: 0;
    max-width: 700px;
}

/* Image Grid Section - Minimal Index Style */
.playground-grid-section {
    padding: 0 40px;
    max-width: 1420px;
    margin: 0 auto;
    margin-bottom: 80px;
    margin-top: 0;
    box-sizing: border-box;
    width: 100%;
}

/* Pinterest tipi masonry grid sistemi */
.playground-grid {
    columns: 3;
    column-count: 3;
    column-gap: 24px;
    column-fill: balance;
    width: 100%;
    max-width: 1361px;
    margin: 0 auto;
    min-height: 200px;
}

.playground-grid .grid-item {
    position: relative;
    margin: 0 0 24px 0;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    border: none;
    box-shadow: none;
    background: transparent;
    display: inline-block;
    width: 100%;
    break-inside: avoid;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.playground-grid .grid-item::before,
.playground-grid .grid-item::after {
    content: none !important;
}

.playground-grid .grid-image {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 20px;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateZ(0);
    object-fit: cover;
    aspect-ratio: auto;
}

.playground-grid .grid-item:hover .grid-image {
    opacity: 0.9;
    transform: scale(1.02) translateZ(0);
}

/* Pinterest tipi hover overlay - description göster */
.grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 20px;
    padding: 20px;
    pointer-events: none;
}

.playground-grid .grid-item:hover .grid-overlay {
    opacity: 1;
}

.grid-text {
    font-family: 'ABCMonumentGroteskMono', monospace !important;
    font-size: 11px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin: 0;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 0;
}

/* Footer - sadece .footer için, footer-minimal hariç */
.footer:not(.footer-minimal) {
    width: 100%;
    max-width: 1440px;
    margin: 100px auto 0;
    padding: 5px;
    background-color: #ffffff;
}

.footer:not(.footer-minimal) .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: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
    padding: 20px 5px;
    border-top: 0.5px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
    align-items: start;
    justify-items: start;
    max-width: 1200px;
    margin: 0 auto;
}

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

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

.footer-column:nth-child(2) {
    align-items: center;
    justify-self: center;
}

.footer-social-section {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 2px;
    background-color: #ffffff;
    min-width: 0;
    flex-basis: auto;
    grid-column: 3;
    justify-self: end;
}

.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;
    position: relative;
}

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

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

.footer-social-item {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-left: 0;
}

.footer-social-arrows {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-top: 0;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-shrink: 0;
}

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

.footer-social-names {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
    justify-content: center;
    align-self: center;
    padding-top: 0;
    margin-top: 0;
}

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

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

.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) {
    .playground-title-section {
        margin-top: 50px;
        padding: 0 20px;
    }

    .title-content {
        max-width: 100%;
    }

    .playground-title {
        font-size: 48px;
        line-height: 48px;
    }

    .playground-description {
        font-size: 20px;
        line-height: 30px;
    }

    .playground-grid-section {
        padding: 0 15px;
    }

    .playground-grid {
        column-count: 2 !important;
        column-gap: 20px !important;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .playground-grid .grid-item {
        margin-bottom: 20px !important;
        border-radius: 15px;
        break-inside: avoid !important;
    }

    .playground-grid .grid-image {
        border-radius: 15px !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        max-width: 100% !important;
    }

    .playground-grid .grid-overlay {
        border-radius: 15px;
        padding: 15px;
    }

    .playground-grid .grid-text {
        font-size: 11px;
    }

    .footer:not(.footer-minimal) {
        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) {
    .playground-title-section {
        margin-top: 40px;
        padding: 0 15px;
    }

    .playground-title {
        font-size: 40px;
        line-height: 40px;
    }

    .playground-description {
        font-size: 18px;
        line-height: 26px;
    }

    .playground-grid-section {
        padding: 0 10px;
    }

    .playground-grid {
        column-count: 2 !important;
        column-gap: 20px !important;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .playground-grid .grid-item {
        margin-bottom: 20px !important;
        border-radius: 12px;
        break-inside: avoid !important;
    }

    .playground-grid .grid-image {
        border-radius: 12px !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        max-width: 100% !important;
    }

    .playground-grid .grid-overlay {
        border-radius: 12px;
        padding: 15px;
    }

    .playground-grid .grid-text {
        font-size: 11px;
    }

    .footer:not(.footer-minimal) {
        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) {
    .playground-title {
        font-size: clamp(24px, 4vw, 36px);
        line-height: 1.1;
    }

    .playground-description {
        font-size: 11px;
        line-height: 1.6;
    }

    .playground-grid-section {
        padding: 0 10px;
    }

    .playground-grid {
        column-count: 2 !important;
        column-gap: 15px !important;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .playground-grid .grid-item {
        margin-bottom: 15px !important;
        border-radius: 10px;
        break-inside: avoid !important;
    }

    .playground-grid .grid-image {
        border-radius: 10px !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        max-width: 100% !important;
    }

    .playground-grid .grid-overlay {
        border-radius: 10px;
        padding: 12px;
    }

    .playground-grid .grid-text {
        font-size: 10px;
    }

    .footer:not(.footer-minimal) {
        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;
    }
}

/* === 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-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-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:not(.footer-minimal) {
        margin-top: 70px;
        padding: 24px 14px;
    }

.footer:not(.footer-minimal) .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;
    }
}
