/* =========================================================
   SOLINK — CLEAN STYLE SHEET
   Tasarım korunmuştur; tekrar eden kurallar temizlenmiştir.
========================================================= */


/* =========================================================
   TEMEL
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    min-height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #d8d0c1;
    color: #151513;
}


/* =========================================================
   ANA SAYFA
========================================================= */

.home {
    min-height: 100svh;
    width: 100%;
    max-width: 520px;
    margin: auto;

    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 34px 18px 24px;

    overflow: hidden;

    color: #f5eee3;

    background:
        linear-gradient(
            rgba(30, 23, 18, 0.20),
            rgba(30, 23, 18, 0.28)
        ),
        url("images/studio-bg.webp") center center / cover;
}

.home::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(20, 15, 11, 0.04) 0%,
            rgba(20, 15, 11, 0.02) 45%,
            rgba(20, 15, 11, 0.18) 100%
        );

    pointer-events: none;
}


/* MARKA */

.brand {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 390px;

    text-align: center;

    margin-top: 4vh;
    margin-bottom: 36px;
}

.brand h1 {
    margin: 0;

    color: #f5eee3;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(58px, 16vw, 82px);
    font-weight: 400;

    letter-spacing: 0.105em;
    line-height: 0.95;

    margin-right: -0.105em;

    text-shadow:
        0 2px 10px rgba(0, 0, 0, 0.20);
}

.subtitle {
    margin-top: 15px;

    color: #f5eee3;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 8px;

    letter-spacing: 0.28em;
    margin-right: -0.28em;

    opacity: 0.95;
}

.brand-line {
    width: 52px;
    height: 1px;

    margin: 17px auto 14px;

    background: rgba(245, 238, 227, 0.85);
}

.location {
    color: #f5eee3;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 9px;

    letter-spacing: 0.24em;
    margin-right: -0.24em;

    opacity: 0.95;
}


/* ANA BUTONLAR */

.main-buttons {
    position: relative;
    z-index: 2;

    width: 88%;
    max-width: 360px;

    display: flex;
    flex-direction: column;

    gap: 11px;
}

.main-button {
    position: relative;

    width: 100%;
    height: 72px;

    display: flex;
    align-items: stretch;

    overflow: hidden;

    color: #f7f0e5;
    text-decoration: none;

    border: 1px solid rgba(255, 248, 238, 0.95);
    border-radius: 15px;

    background: rgba(28, 22, 18, 0.88);

    box-shadow:
        0 7px 20px rgba(0, 0, 0, 0.22);

    backdrop-filter: blur(2px);

    transition:
        transform 0.18s ease,
        background 0.18s ease;
}

.main-button:active {
    transform: scale(0.985);

    background: rgba(31, 25, 20, 0.82);
}


/* BUTON SOL ALANI */

.button-image {
    width: 37%;
    height: 100%;

    flex: 0 0 37%;
    flex-shrink: 0;

    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            rgba(110, 86, 65, 0.85),
            rgba(35, 27, 21, 0.95)
        );
}

.button-image::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(12, 10, 8, 0.02),
            rgba(12, 10, 8, 0.40)
        );
}


/* TEMSİLİ GÖRSELLER */

.portfolio-image {
    background:
        radial-gradient(
            circle at 65% 35%,
            rgba(225, 207, 181, 0.35) 0 2px,
            transparent 3px
        ),
        linear-gradient(
            135deg,
            #403329,
            #171310
        );
}

.piercing-image {
    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(225, 207, 181, 0.30) 0 18px,
            transparent 19px
        ),
        linear-gradient(
            135deg,
            #594838,
            #1b1511
        );
}

.call-image {
    background:
        linear-gradient(
            135deg,
            #3b3028,
            #16120f
        );
}

.whatsapp-image {
    background:
        linear-gradient(
            135deg,
            #493b30,
            #18130f
        );
}


/* SEMBOLLER */

.symbol {
    position: relative;
    z-index: 2;

    color: rgba(246, 237, 224, 0.92);

    font-family: Georgia, serif;

    text-shadow:
        0 2px 8px rgba(0, 0, 0, 0.35);
}

.symbol-tattoo {
    font-size: 42px;
    transform: rotate(-18deg);
}

.symbol-piercing {
    font-size: 50px;
    font-weight: 300;
}

.phone-symbol {
    font-family: Arial, sans-serif;
    font-size: 42px;
    transform: rotate(-35deg);
}

.whatsapp-symbol {
    width: 39px;
    height: 39px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid rgba(246, 237, 224, 0.9);
    border-radius: 50%;

    font-family: Arial, sans-serif;
    font-size: 29px;
}


/* BUTON SAĞ TARAFI */

.button-content {
    position: relative;

    flex: 1;
    min-width: 0;
    height: 100%;

    display: block;

    padding: 0;

    border-left:
        1px solid rgba(246, 237, 224, 0.70);
}

.button-content span {
    position: absolute;

    left: 21px;
    top: 50%;

    transform: translateY(-50%);

    color: #f6ede0;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 13px;

    letter-spacing: 0.24em;

    white-space: nowrap;
}

.button-content strong {
    position: absolute;

    right: 18px;
    top: 50%;

    transform: translateY(-50%);

    color: #f6ede0;

    font-family: Arial, sans-serif;

    font-size: 32px;
    font-weight: 200;

    line-height: 1;

    margin: 0;

    opacity: 0.95;
}


/* ALT BUTONLAR */

.secondary-buttons {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 390px;

    display: flex;

    gap: 10px;

    margin-top: 10px;
}

.secondary-buttons a {
    flex: 1;

    height: 47px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    color: #f7f0e5;
    text-decoration: none;

    border: 1px solid rgba(247, 240, 229, 0.82);
    border-radius: 13px;

    background: rgba(31, 25, 20, 0.70);

    font-family: Georgia, "Times New Roman", serif;

    font-size: 8px;

    letter-spacing: 0.17em;
}

.secondary-buttons span {
    font-family: Arial, sans-serif;

    font-size: 18px;

    opacity: 0.95;
}


/* FOOTER */

.footer {
    position: relative;
    z-index: 2;

    margin-top: auto;

    padding-top: 21px;

    color: #f5eee3;

    text-align: center;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 8px;

    letter-spacing: 0.34em;
    margin-right: -0.34em;

    opacity: 0.95;
}

.footer-line {
    width: 1px;
    height: 23px;

    margin: 0 auto 14px;

    background: rgba(245, 238, 227, 0.85);
}


/* =========================================================
   ORTAK GERİ DÖN BUTONU
========================================================= */

.back-button {
    align-self: flex-start;

    display: inline-flex;
    align-items: center;

    padding: 9px 14px;

    border: 1px solid rgba(255,255,255,0.55);
    border-radius: 10px;

    background: rgba(30, 24, 19, 0.62);

    color: rgba(255,255,255,0.9);

    font-family: Arial, Helvetica, sans-serif;

    font-size: 10px;
    letter-spacing: 1.8px;

    text-decoration: none;

    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    transition:
        background 0.25s ease,
        border-color 0.25s ease;
}

.back-button:hover {
    background: rgba(30, 24, 19, 0.82);
    border-color: rgba(255,255,255,0.8);
}


/* =========================================================
   PORTFOLIO
========================================================= */

.portfolio-page {
    position: relative;

    width: 100%;
    min-height: 100vh;

    padding: 28px 18px 35px;

    background:
        linear-gradient(
            rgba(35, 27, 20, 0.38),
            rgba(35, 27, 20, 0.58)
        ),
        url("images/studio-bg.webp") center center / cover fixed;

    color: #f4eee6;
}

.portfolio-header {
    width: 100%;
    max-width: 760px;

    margin: 0 auto 28px;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.portfolio-brand {
    text-align: center;

    margin-top: 22px;
}

.portfolio-brand .small-logo,
.piercing-brand .small-logo {
    font-family: Georgia, "Times New Roman", serif;

    font-size: 32px;
    letter-spacing: 8px;

    margin-left: 8px;

    color: #f5eee5;
}

.portfolio-brand h1 {
    margin: 9px 0 5px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 27px;
    font-weight: 400;

    letter-spacing: 5px;

    color: #f5eee5;
}

.portfolio-brand p {
    margin: 0;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 9px;
    letter-spacing: 3px;

    color: rgba(255,255,255,0.72);
}


/* GALERİ */

.tattoo-grid {
    width: 100%;
    max-width: 760px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 10px;
}

.tattoo-grid a {
    display: block;

    overflow: hidden;

    aspect-ratio: 1 / 1.22;

    border-radius: 11px;

    border: 1px solid rgba(255,255,255,0.48);

    background: rgba(30, 24, 19, 0.55);

    box-shadow:
        0 8px 22px rgba(0,0,0,0.20);

    text-decoration: none;

    transition:
        transform 0.25s ease,
        border-color 0.25s ease;
}

.tattoo-grid a:hover {
    transform: translateY(-2px);

    border-color: rgba(255,255,255,0.78);
}

.tattoo-grid img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.35s ease;
}

.tattoo-grid a:hover img {
    transform: scale(1.025);
}


/* ALT BUTONLAR */

.portfolio-footer {
    width: 100%;
    max-width: 760px;

    margin: 28px auto 0;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 9px;
}

.portfolio-footer a,
.piercing-footer a {
    min-height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0 8px;

    border: 1px solid rgba(255,255,255,0.48);
    border-radius: 11px;

    background: rgba(30, 24, 19, 0.66);

    color: rgba(255,255,255,0.9);

    font-family: Georgia, "Times New Roman", serif;

    font-size: 10px;
    letter-spacing: 1.8px;

    text-decoration: none;

    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    transition:
        background 0.25s ease,
        border-color 0.25s ease;
}

.portfolio-footer a:hover,
.piercing-footer a:hover {
    background: rgba(30, 24, 19, 0.86);

    border-color: rgba(255,255,255,0.8);
}


/* =========================================================
   LIGHTBOX
========================================================= */

.lightbox {
    position: fixed;
    inset: 0;

    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    background: rgba(15, 11, 8, 0.94);

    opacity: 0;
    visibility: hidden;

    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
}

.lightbox.active {
    opacity: 1;
    visibility: visible;
}

.lightbox img {
    max-width: 94vw;
    max-height: 88vh;

    width: auto;
    height: auto;

    object-fit: contain;

    border-radius: 4px;

    box-shadow:
        0 20px 60px rgba(0,0,0,0.55);
}

.lightbox-close {
    position: absolute;

    top: 18px;
    right: 18px;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,0.45);
    border-radius: 50%;

    background: rgba(30, 24, 19, 0.7);

    color: #fff;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 28px;
    font-weight: 200;

    line-height: 1;

    cursor: pointer;

    z-index: 10000;
}


/* =========================================================
   PIERCING
========================================================= */

.piercing-page {
    position: relative;

    width: 100%;
    min-height: 100vh;

    padding: 28px 18px 35px;

    background:
        linear-gradient(
            rgba(35, 27, 20, 0.38),
            rgba(35, 27, 20, 0.58)
        ),
        url("images/studio-bg.webp") center center / cover fixed;

    color: #f4eee6;
}

.piercing-header {
    width: 100%;
    max-width: 760px;

    margin: 0 auto 28px;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.piercing-brand {
    text-align: center;

    margin-top: 22px;
}

.piercing-brand h1 {
    margin: 9px 0 5px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 27px;
    font-weight: 400;

    letter-spacing: 5px;

    color: #f5eee5;
}

.piercing-brand p {
    margin: 0;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 9px;
    letter-spacing: 3px;

    color: rgba(255,255,255,0.72);
}


/* FİYAT LİSTESİ */

.piercing-price {
    width: 100%;
    max-width: 760px;

    margin: 0 auto 12px;

    overflow: hidden;

    border: 1px solid rgba(255,255,255,0.52);

    border-radius: 12px;

    background: rgba(30, 24, 19, 0.55);

    box-shadow:
        0 10px 28px rgba(0,0,0,0.25);

    cursor: pointer;
}

.piercing-price img {
    width: 100%;
    height: auto;

    display: block;

    cursor: pointer;

    transition: transform 0.35s ease;
}

.piercing-price:hover img {
    transform: scale(1.01);
}


/* PIERCING GALERİ */

.piercing-grid {
    width: 100%;
    max-width: 760px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 10px;
}

.piercing-grid a {
    display: block;

    overflow: hidden;

    aspect-ratio: 1 / 0.78;

    border-radius: 11px;

    border: 1px solid rgba(255,255,255,0.48);

    background: rgba(30, 24, 19, 0.55);

    box-shadow:
        0 8px 22px rgba(0,0,0,0.20);

    text-decoration: none;

    transition:
        transform 0.25s ease,
        border-color 0.25s ease;
}

.piercing-grid a:hover {
    transform: translateY(-2px);

    border-color: rgba(255,255,255,0.78);
}

.piercing-grid img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.35s ease;
}

.piercing-grid a:hover img {
    transform: scale(1.025);
}


/* ALT BUTONLAR */

.piercing-footer {
    width: 100%;
    max-width: 760px;

    margin: 28px auto 0;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 9px;
}


/* =========================================================
   MOBİL
========================================================= */

@media (max-width: 480px) {

    .home {
        padding: 28px 17px 22px;
    }

    .brand {
        margin-top: 2.5vh;
        margin-bottom: 36px;
    }

    .brand h1 {
        font-size: 64px;
        letter-spacing: 0.105em;
        margin-right: -0.105em;
    }

    .subtitle {
        margin-top: 15px;
        font-size: 8px;
    }

    .brand-line {
        margin-top: 17px;
        margin-bottom: 14px;
    }

    .location {
        font-size: 9px;
    }

    .main-buttons {
        width: 88%;
        max-width: 350px;
        gap: 10px;
    }

    .main-button {
        height: 70px;
        border-radius: 14px;
    }

    .button-image {
        width: 37%;
        flex-basis: 37%;
    }

    .button-content span {
        left: 18px;
        font-size: 11px;
        letter-spacing: 0.20em;
    }

    .button-content strong {
        right: 16px;
        font-size: 29px;
    }

    .symbol-tattoo {
        font-size: 38px;
    }

    .symbol-piercing {
        font-size: 45px;
    }

    .phone-symbol {
        font-size: 37px;
    }

    .whatsapp-symbol {
        width: 35px;
        height: 35px;
        font-size: 25px;
    }

    .secondary-buttons {
        gap: 8px;
        margin-top: 10px;
    }

    .secondary-buttons a {
        height: 47px;
    }

    .secondary-buttons span {
        font-size: 17px;
    }

    .footer {
        padding-top: 18px;
        font-size: 7px;
    }

    .footer-line {
        height: 21px;
        margin-bottom: 13px;
    }
}


/* =========================================================
   DESKTOP
========================================================= */

@media (min-width: 700px) {

    .home {
        min-height: 100vh;
        max-width: none;
    }

    .portfolio-page,
    .piercing-page {
        padding: 35px 30px 50px;
    }

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

    .tattoo-grid a {
        aspect-ratio: 1 / 1.15;
    }

    .portfolio-brand h1,
    .piercing-brand h1 {
        font-size: 32px;
    }

    .portfolio-brand .small-logo,
    .piercing-brand .small-logo {
        font-size: 38px;
    }

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

    .piercing-grid a {
        aspect-ratio: 1 / 0.82;
    }
}


/* =========================================================
   KÜÇÜK TELEFONLAR
========================================================= */

@media (max-width: 380px) {

    .portfolio-page,
    .piercing-page {
        padding-left: 14px;
        padding-right: 14px;
    }

    .tattoo-grid,
    .piercing-grid {
        gap: 8px;
    }

    .portfolio-footer,
    .piercing-footer {
        gap: 6px;
    }

    .portfolio-footer a,
    .piercing-footer a {
        font-size: 8px;
        letter-spacing: 1.3px;
    }
}
/* =========================================
   FINAL FIX — BUTTON IMAGES & ICONS
========================================= */


/* ANA BUTON GÖRSELLERİ */

.main-button .button-image {
    width: 37%;
    flex: 0 0 37%;
    overflow: hidden;
}

.main-button .button-image img {
    width: 100%;
    height: 100%;
    display: block;

    object-fit: cover;
    object-position: center;

    position: relative;
    z-index: 1;
}


/* GÖRSELİN ÜZERİNE HAFİF KARARTMA */

.main-button .button-image::after {
    content: "";
    position: absolute;
    inset: 0;

    z-index: 2;

    background:
        linear-gradient(
            90deg,
            rgba(10, 8, 6, 0.05),
            rgba(10, 8, 6, 0.38)
        );

    pointer-events: none;
}


/* ALT BUTON SVG İKONLARI */

.secondary-buttons svg {
    width: 20px;
    height: 20px;

    flex-shrink: 0;

    fill: none;
    stroke: currentColor;

    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;

    color: #f7f0e5;
}


/* EĞER ESKİ SVG YERİNE SPAN KULLANIYORSAK */

.secondary-buttons span {
    width: 20px;
    height: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: Arial, sans-serif;
    font-size: 18px;

    color: #f7f0e5;

    opacity: 0.95;
}


/* MOBİL */

@media (max-width: 480px) {

    .main-button .button-image {
        width: 37%;
        flex-basis: 37%;
    }

    .main-button .button-image img {
        object-fit: cover;
    }

    .secondary-buttons svg {
        width: 19px;
        height: 19px;
    }

}