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

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #1f1f1f;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.container {
    width: min(1200px, 90%);
    margin: 0 auto;
}
/* HEADER */

/* HEADER */

.site-header {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
}

.header-inner {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 250px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    flex-shrink: 0;
}

.logo img {
    width: 250px;
    height: auto;
    display: block;
    transform: translateY(-18px);
}

.main-menu {
    display: flex;
    align-items: center;
    gap: 42px;
}

.main-menu a {
    position: relative;

    padding: 12px 0;

    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;

    color: #171717;

    transition: opacity 0.25s ease;
}

.main-menu a::after {
    content: "";

    position: absolute;
    left: 50%;
    bottom: 4px;

    width: 0;
    height: 1px;

    background: #111;

    transform: translateX(-50%);

    transition: width 0.25s ease;
}

.main-menu a:hover::after {
    width: 100%;
    
}

.main-menu a.active::after {
    width: 100%;
}

.main-menu a.active {
    font-weight: 600;
}





/* FOOTER */

/* =========================================
   FOOTER
========================================= */

.site-footer {
    background: #0f0f0f;
    color: #fff;
}

.footer-main {
    padding: 80px 0 65px;

    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;

    gap: 70px;
}

.footer-brand strong {
    display: block;

    margin-bottom: 5px;

    font-family: Georgia, 'Times New Roman', serif;
    font-size: 34px;
    font-weight: 400;

    letter-spacing: 3px;
}

.footer-brand > span {
    display: block;

    margin-bottom: 25px;

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

    color: #999;
}

.footer-brand p {
    max-width: 300px;

    font-size: 13px;
    line-height: 1.8;

    color: #8e8e8e;
}

.footer-title {
    display: block;

    margin-bottom: 25px;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 2.5px;

    color: #777;
}

.footer-links,
.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-links a,
.footer-contact a {
    margin-bottom: 13px;

    font-size: 13px;

    color: #bbb;

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

.footer-links a:hover,
.footer-contact a:hover {
    color: #fff;

    transform: translateX(3px);
}

.footer-bottom {
    padding: 25px 0;

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

    border-top:
        1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    font-size: 11px;

    color: #666;
}
/* =========================================
   ANA SAYFA - HERO
========================================= */

.hero {
    background: #f6f4f1;
    padding: 45px 0;
}

.hero-container {
    min-height: 650px;

    display: grid;
    grid-template-columns: 1fr 0.9fr;

    align-items: stretch;
}

.hero-content {
    padding: 80px 70px 80px 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-eyebrow {
    display: block;

    margin-bottom: 28px;

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 4px;

    color: #777;
}

.hero-content h1 {
    max-width: 650px;

    margin-bottom: 28px;

    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(48px, 5vw, 78px);
    font-weight: 400;

    line-height: 1.05;

    letter-spacing: -2px;

    color: #111;
}

.hero-content p {
    max-width: 620px;

    margin-bottom: 38px;

    font-size: 17px;
    line-height: 1.9;

    color: #555;
}


/* HERO BUTONLAR */

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 14px;
}

.btn {
    min-width: 155px;

    padding: 15px 25px;

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

    border: 1px solid #111;

    font-size: 13px;
    font-weight: 500;

    letter-spacing: 0.5px;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-dark {
    background: #111;
    color: white;
}

.btn-dark:hover {
    background: #333;
}

.btn-light {
    background: transparent;
    color: #111;
}

.btn-light:hover {
    background: #111;
    color: white;
}


/* HERO GÖRSEL ALANI */

.hero-visual {
    min-height: 650px;

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

    background:
        linear-gradient(
            145deg,
            #d9d2ca,
            #f4f0eb 55%,
            #c9c0b7
        );

    overflow: hidden;
    position: relative;
}

.hero-visual::before {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
}

.hero-visual::after {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 50%;
}

.hero-visual-inner {
    position: relative;
    z-index: 2;

    text-align: center;
}

.hero-visual-inner span {
    display: block;

    font-family: Georgia, 'Times New Roman', serif;
    font-size: 70px;

    letter-spacing: 5px;

    color: #171717;
}

.hero-visual-inner small {
    display: block;

    margin-top: 8px;

    font-size: 13px;

    letter-spacing: 8px;

    color: #555;
}


/* =========================================
   MARKA TANITIM
========================================= */

.brand-intro {
    padding: 120px 0;

    background: #fff;
}

.brand-intro-grid {
    display: grid;
    grid-template-columns: 0.4fr 1fr;

    gap: 100px;
}

.section-label {
    font-size: 12px;
    font-weight: 600;

    letter-spacing: 3px;

    color: #777;
}

.section-label span {
    display: block;

    margin-bottom: 15px;

    font-size: 11px;

    color: #aaa;
}

.brand-intro-content {
    max-width: 760px;
}

.brand-intro-content h2 {
    margin-bottom: 35px;

    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(38px, 4vw, 58px);

    font-weight: 400;

    line-height: 1.15;

    color: #111;
}

.brand-intro-content p {
    margin-bottom: 20px;

    font-size: 17px;
    line-height: 1.9;

    color: #5b5b5b;
}

.text-link {
    display: inline-flex;

    align-items: center;
    gap: 12px;

    margin-top: 18px;

    padding-bottom: 5px;

    border-bottom: 1px solid #111;

    font-size: 14px;
    font-weight: 500;
}

.text-link span {
    transition: transform 0.25s ease;
}

.text-link:hover span {
    transform: translateX(5px);
}


/* =========================================
   SAYILARLA MORESS
========================================= */

.stats {
    padding: 70px 0;

    background: #111;

    color: white;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.stat-item {
    min-height: 120px;

    padding: 10px 35px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.stat-item:first-child {
    padding-left: 0;
}

.stat-item:last-child {
    border-right: none;
}

.stat-item strong {
    margin-bottom: 10px;

    font-family: Georgia, 'Times New Roman', serif;
    font-size: 30px;
    font-weight: 400;
}

.stat-item span {
    font-size: 12px;

    letter-spacing: 1.5px;

    color: #aaa;
}

/* =========================================
   KOLEKSİYON
========================================= */

.collections {
    padding: 120px 0;
    background: #f7f6f4;
}

.collections-header {
    margin-bottom: 65px;

    display: grid;
    grid-template-columns: 0.4fr 1fr;

    gap: 100px;

    align-items: start;
}

.collections-heading {
    max-width: 700px;
}

.collections-heading h2 {
    margin-bottom: 20px;

    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(40px, 4vw, 60px);

    font-weight: 400;
    line-height: 1.1;

    color: #111;
}

.collections-heading p {
    max-width: 550px;

    font-size: 16px;
    line-height: 1.8;

    color: #666;
}


/* ÜRÜN KARTLARI */

.collection-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 18px;
}

.collection-card {
    position: relative;

    min-height: 520px;

    overflow: hidden;

    display: flex;
    align-items: flex-end;

    background: #ddd;

    isolation: isolate;
}


/* ŞİMDİLİK FOTOĞRAF YERİNE RENKLER */

.collection-card-1 {
    background:
        linear-gradient(
            145deg,
            #d8d2cc,
            #eeeae6
        );
}

.collection-card-2 {
    background:
        linear-gradient(
            145deg,
            #c9c3bd,
            #e7e3df
        );
}

.collection-card-3 {
    background:
        linear-gradient(
            145deg,
            #bdb7b1,
            #dedad5
        );
}


/* KART KARARTMA */

.collection-card::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(0, 0, 0, 0.65),
            rgba(0, 0, 0, 0.05) 60%
        );

    z-index: -1;

    transition: background 0.4s ease;
}


/* HAFİF BÜYÜME EFEKTİ */

.collection-card::after {
    content: "";

    position: absolute;

    inset: 20px;

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

    transition:
        inset 0.4s ease,
        border-color 0.4s ease;
}

.collection-card:hover::after {
    inset: 14px;

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


/* KART İÇERİĞİ */

.collection-card-content {
    width: 100%;

    padding: 35px;

    position: relative;
    z-index: 3;

    display: flex;
    justify-content: space-between;
    align-items: flex-end;

    color: white;
}

.collection-number {
    font-size: 11px;

    letter-spacing: 2px;

    opacity: 0.7;
}

.collection-card h3 {
    margin-bottom: 10px;

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

    font-size: 28px;
    font-weight: 400;
}

.collection-card p {
    display: flex;
    align-items: center;

    gap: 10px;

    font-size: 12px;

    letter-spacing: 1px;

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

.collection-card p span {
    transition: transform 0.3s ease;
}

.collection-card:hover p span {
    transform: translateX(6px);
}


.collections-footer {
    margin-top: 45px;

    display: flex;
    justify-content: flex-end;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 900px) {

    .hero {
        padding: 0;
    }

    .hero-container {
        width: 100%;

        grid-template-columns: 1fr;

        min-height: auto;
    }

    .hero-content {
        padding: 70px 6%;
    }

    .hero-content h1 {
        font-size: 50px;
    }

    .hero-visual {
        min-height: 430px;
    }

    .hero-visual-inner span {
        font-size: 52px;
    }


    .brand-intro {
        padding: 80px 0;
    }

    .brand-intro-grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }


    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    
        .collections {
        padding: 80px 0;
    }

    .collections-header {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .collection-grid {
        grid-template-columns: 1fr;
    }

    .collection-card {
        min-height: 450px;
    }

        .customers-hero-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .network-heading {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .network-layout {
        grid-template-columns: 1fr;
    }

    #turkey-map {
        height: 500px;
    }

    .network-panel {
        display: grid;

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

        gap: 30px;
    }

    .network-panel-label,
    .network-filter,
    .network-empty {
        grid-column: 1 / -1;
    }

    .network-stat {
        margin: 0;
    }

    .network-cta-inner {
        flex-direction: column;

        align-items: flex-start;
    }

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

        .about-hero-grid {
        grid-template-columns: 1fr;

        gap: 50px;
    }

    .about-hero h1 {
        font-size: 85px;
    }

    .about-story-grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }

    .about-brand-box {
        min-height: 500px;

        padding: 60px 45px;
    }

    .values-header {
        grid-template-columns: 1fr;

        gap: 40px;
    }

    .values-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .value-card:nth-child(2) {
        border-right: none;
    }

    .value-card:nth-child(1),
    .value-card:nth-child(2) {
        border-bottom:
            1px solid #d9d9d9;
    }

    .vision-grid {
        gap: 50px;
    }

    .about-network-inner {
        flex-direction: column;

        align-items: flex-start;
    }

        .contact-hero-grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }

    .contact-details-grid {
        grid-template-columns: 1fr;
    }

    .contact-detail {
        min-height: 130px;

        padding: 30px 0;

        border-right: none;

        border-bottom:
            1px solid
            rgba(255,255,255,0.12);
    }

    .digital-header {
        grid-template-columns: 1fr;

        gap: 40px;
    }

    .contact-form-grid {
        grid-template-columns: 1fr;

        gap: 65px;
    }
}


@media (max-width: 600px) {

    .hero-content {
        padding: 55px 6%;
    }

    .hero-content h1 {
        font-size: 43px;
    }

    .hero-content p {
        font-size: 15px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .btn {
        width: 100%;
    }

    .hero-visual {
        min-height: 350px;
    }

    .hero-visual-inner span {
        font-size: 40px;
    }

    .hero-visual-inner small {
        font-size: 10px;
        letter-spacing: 5px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stat-item {
        padding: 25px 0;

        border-right: none;
    }

        .collection-card {
        min-height: 390px;
    }

    .collection-card-content {
        padding: 28px;
    }

    .collection-card h3 {
        font-size: 25px;
    }

        .customers-hero {
        padding: 80px 0 65px;
    }

    .customers-hero h1 {
        font-size: 55px;

        letter-spacing: -2px;
    }

    .customer-network {
        padding: 75px 0;
    }

    #turkey-map {
        height: 420px;
    }

    .network-panel {
        display: block;

        padding: 35px 25px;
    }

    .network-stat {
        margin-bottom: 25px;
    }

    .network-filter {
        margin-bottom: 25px;
    }

    .network-cta {
        padding: 75px 0;
    }

        .footer-main {
        grid-template-columns: 1fr;
        gap: 40px;

        padding: 60px 0 45px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;

        gap: 10px;
    }

        .about-hero {
        padding: 80px 0 70px;
    }

    .about-hero h1 {
        font-size: 64px;

        letter-spacing: -3px;
    }

    .about-story {
        padding: 80px 0;
    }

    .about-story-columns {
        grid-template-columns: 1fr;

        gap: 20px;
    }

    .about-brand-showcase {
        padding-bottom: 80px;
    }

    .about-brand-box {
        min-height: 430px;

        padding: 40px 25px;
    }

    .about-brand-box::before {
        font-size: 100px;
    }

    .values {
        padding: 80px 0;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .value-card {
        min-height: auto;

        padding: 35px 0;

        border-right: none;

        border-bottom:
            1px solid #d9d9d9;
    }

    .value-card:last-child {
        border-bottom: none;
    }

    .value-number {
        margin-bottom: 45px;
    }

    .vision-mission {
        padding: 80px 0;
    }

    .vision-grid {
        grid-template-columns: 1fr;

        gap: 80px;
    }

    .vision-item > span {
        margin-bottom: 40px;
    }

    .about-network {
        padding: 75px 0;
    }

        .contact-hero {
        padding: 80px 0 70px;
    }

    .contact-hero h1 {
        font-size: 65px;

        letter-spacing: -3px;
    }

    .digital-channels {
        padding: 80px 0;
    }

    .channel-grid {
        grid-template-columns: 1fr;
    }

    .channel-card {
        border-right: none !important;

        padding: 30px 0;

        grid-template-columns:
            55px 1fr 25px;
    }

    .contact-form-section {
        padding: 80px 0;
    }

    .form-row {
        grid-template-columns: 1fr;

        gap: 0;
    }

    .form-submit {
        flex-direction: column;

        align-items: flex-start;
    }
}

/* =========================================
   İÇ SAYFALAR
========================================= */

.page-hero {
    padding: 130px 0 100px;

    background: #f6f4f1;
}

.page-eyebrow {
    display: block;

    margin-bottom: 25px;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 4px;

    color: #777;
}

.page-hero h1 {
    margin-bottom: 25px;

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

    font-size: clamp(55px, 7vw, 95px);

    font-weight: 400;

    line-height: 1;

    color: #111;
}

.page-hero p {
    max-width: 600px;

    font-size: 17px;

    line-height: 1.8;

    color: #666;
}

/* =========================================
   MÜŞTERİLERİMİZ
========================================= */

.customers-hero {
    padding: 125px 0 100px;

    background: #f6f4f1;
}

.customers-hero-inner {
    display: grid;

    grid-template-columns:
        1fr 0.65fr;

    gap: 100px;

    align-items: end;
}

.customers-hero h1 {
    margin: 0;

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

    font-size:
        clamp(60px, 7vw, 105px);

    font-weight: 400;

    line-height: 0.95;

    letter-spacing: -3px;

    color: #111;
}

.customers-hero-text {
    max-width: 480px;

    padding-bottom: 8px;
}

.customers-hero-text p {
    font-size: 17px;

    line-height: 1.9;

    color: #626262;
}



/* =========================================
   MÜŞTERİ AĞI
========================================= */

.customer-network {
    padding: 120px 0;

    background: #fff;
}


.network-heading {
    margin-bottom: 65px;

    display: grid;

    grid-template-columns:
        0.4fr 1fr;

    gap: 100px;
}


.network-heading-content {
    max-width: 700px;
}


.network-heading-content h2 {
    margin-bottom: 25px;

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

    font-size:
        clamp(40px, 4vw, 60px);

    line-height: 1.1;

    font-weight: 400;
}


.network-heading-content p {
    max-width: 570px;

    font-size: 16px;

    line-height: 1.9;

    color: #666;
}



/* HARİTA + PANEL */

.network-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr) 310px;

    min-height: 620px;

    overflow: hidden;

    border:
        1px solid #e1ded9;

    border-radius: 18px;

    background: #fff;

    box-shadow:
        0 24px 70px
        rgba(17, 17, 17, 0.08);
}


.map-wrapper {
    min-width: 0;

    position: relative;

    overflow: hidden;

    background: #f1efeb;
}


#turkey-map {
    width: 100%;

    height: 620px;

    z-index: 1;

    background: #f1efeb;
}


/* HARİTA ALTLIĞI */

#turkey-map .leaflet-tile-pane {
    filter:
        saturate(82%)
        contrast(103%)
        brightness(1.02);
}


/* LEAFLET KONTROLLERİ */

#turkey-map .leaflet-control-zoom {
    overflow: hidden;

    border: none;

    border-radius: 10px;

    box-shadow:
        0 10px 28px
        rgba(17, 17, 17, 0.12);
}


#turkey-map .leaflet-control-zoom a {
    width: 38px;

    height: 38px;

    line-height: 38px;

    border-bottom:
        1px solid #ece9e5;

    background: rgba(255,255,255,0.96);

    color: #222;

    font-size: 18px;

    transition:
        background 0.2s ease,
        color 0.2s ease;
}


#turkey-map .leaflet-control-zoom a:hover {
    background: #b52b2b;

    color: #fff;
}


#turkey-map .leaflet-control-attribution {
    padding: 4px 7px;

    border-radius: 7px 0 0 0;

    background: rgba(255,255,255,0.88);

    color: #777;

    font-size: 9px;
}


/* MORESS KIRMIZI MARKER */

.moress-map-marker {
    position: relative;

    width: 28px !important;

    height: 28px !important;

    margin: 0 !important;

    background: transparent;

    border: none;
}


.marker-core {
    width: 18px;

    height: 18px;

    position: absolute;

    left: 50%;
    top: 50%;

    z-index: 2;

    transform:
        translate(-50%, -50%);

    border:
        3px solid #fff;

    border-radius: 50%;

    background: #b52b2b;

    box-shadow:
        0 0 0 1px
        rgba(181, 43, 43, 0.18),
        0 7px 18px
        rgba(181, 43, 43, 0.38);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}


.marker-pulse {
    width: 28px;

    height: 28px;

    position: absolute;

    left: 50%;
    top: 50%;

    z-index: 1;

    transform:
        translate(-50%, -50%);

    border:
        2px solid
        rgba(181, 43, 43, 0.45);

    border-radius: 50%;

    background:
        rgba(181, 43, 43, 0.10);

    animation:
        moressMarkerPulse
        2s ease-out infinite;
}


#turkey-map
.leaflet-marker-icon:hover
.marker-core {
    transform:
        translate(-50%, -50%)
        scale(1.12);

    box-shadow:
        0 0 0 1px
        rgba(181, 43, 43, 0.22),
        0 9px 22px
        rgba(181, 43, 43, 0.46);
}


@keyframes moressMarkerPulse {

    0% {
        transform:
            translate(-50%, -50%)
            scale(0.75);

        opacity: 1;
    }

    75% {
        opacity: 0.18;
    }

    100% {
        transform:
            translate(-50%, -50%)
            scale(2.2);

        opacity: 0;
    }

}


@media (prefers-reduced-motion: reduce) {

    .marker-pulse {
        animation: none;

        opacity: 0.35;
    }

}


/* POPUP */

#turkey-map .leaflet-popup-content-wrapper {
    overflow: hidden;

    border:
        1px solid #e7e3de;

    border-radius: 14px;

    background: #fff;

    box-shadow:
        0 18px 45px
        rgba(17, 17, 17, 0.16);
}


#turkey-map .leaflet-popup-content {
    margin: 0;

    min-width: 210px;
}


#turkey-map .leaflet-popup-tip {
    background: #fff;

    box-shadow: none;
}


#turkey-map .leaflet-popup-close-button {
    top: 7px;

    right: 7px;

    width: 28px;

    height: 28px;

    display: flex;

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

    border-radius: 50%;

    color: #999;

    font-size: 20px;

    transition:
        background 0.2s ease,
        color 0.2s ease;
}


#turkey-map .leaflet-popup-close-button:hover {
    background: #f4f1ed;

    color: #b52b2b;
}


.map-popup {
    min-width: 210px;

    padding: 22px 24px 20px;

    display: flex;

    flex-direction: column;

    gap: 7px;
}


.map-popup strong {
    padding-right: 25px;

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

    font-size: 18px;

    font-weight: 400;

    line-height: 1.25;

    color: #111;
}


.map-popup span {
    color: #b52b2b;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 1px;

    text-transform: uppercase;
}


.map-popup small {
    margin-top: 3px;

    color: #777;

    font-size: 11px;

    line-height: 1.55;
}


/* SAĞ PANEL */

.network-panel {
    padding: 45px 35px;

    background: #111;

    color: #fff;
}


.network-panel-label {
    display: block;

    margin-bottom: 45px;

    font-size: 10px;

    letter-spacing: 3px;

    color: #8d8d8d;
}


.network-stat {
    padding:
        0 0 30px;

    margin-bottom: 30px;

    border-bottom:
        1px solid
        rgba(255,255,255,0.14);
}


.network-stat strong {
    display: block;

    margin-bottom: 6px;

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

    font-size: 50px;

    font-weight: 400;
}


.network-stat span {
    font-size: 12px;

    letter-spacing: 1.5px;

    color: #aaa;
}



/* SELECT */

.network-filter {
    margin-top: 35px;
}


.network-filter label {
    display: block;

    margin-bottom: 12px;

    font-size: 11px;

    color: #aaa;
}


.network-filter select {
    width: 100%;

    height: 48px;

    padding: 0 14px;

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

    border-radius: 0;

    background: #111;

    color: white;

    font-size: 13px;

    outline: none;
}


.network-filter select:disabled {
    opacity: 0.45;
}



/* BOŞ VERİ */

.network-empty {
    margin-top: 45px;

    padding-top: 30px;

    border-top:
        1px solid
        rgba(255,255,255,0.12);
}


.network-empty span {
    display: block;

    margin-bottom: 10px;

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

    font-size: 18px;
}


.network-empty p {
    font-size: 12px;

    line-height: 1.7;

    color: #888;
}




/* =========================================
   MÜŞTERİ LİSTESİ
   Masaüstü: 3 sütun
   Mobil: 1 sütun
   Tüm kartlar eşit boyut
========================================= */

.customer-directory {
    margin-top: 100px;
}


/* BAŞLIK */

.customer-directory-header {
    margin-bottom: 50px;

    display: grid;

    grid-template-columns:
        0.4fr 1fr;

    gap: 100px;

    align-items: start;
}


.customer-directory-header > div {
    max-width: 700px;
}


.customer-directory-header h2 {
    margin-bottom: 20px;

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

    font-size:
        clamp(
            38px,
            4vw,
            58px
        );

    font-weight: 400;

    line-height: 1.05;

    color: #111;
}


.customer-directory-header p {
    max-width: 570px;

    color: #666;

    font-size: 14px;

    line-height: 1.9;
}


/* =========================================
   3 SÜTUN - EŞİT KARTLAR
========================================= */

.customer-list-grid {
    width: 100%;

    display: grid;

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

    grid-auto-rows: 1fr;

    gap: 20px;

    align-items: stretch;
}


.customer-list-card {
    width: 100%;

    min-width: 0;

    min-height: 240px;

    height: 100%;

    padding: 30px;

    position: relative;

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    text-align: left;

    border:
        1px solid #e3e0dc;

    border-radius: 0;

    background: #fff;

    color: #111;

    font-family: inherit;

    cursor: pointer;

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


.customer-list-card:hover {
    transform:
        translateY(-4px);

    border-color:
        #d3cfca;

    box-shadow:
        0 16px 40px
        rgba(17, 17, 17, 0.07);
}


.customer-list-card.active {
    border-color:
        #b52b2b;

    background:
        #b52b2b;

    color:
        #fff;
}


/* ÜST KÜÇÜK YAZI */

.customer-list-card-label {
    display: block;

    min-height: 12px;

    margin-bottom: 38px;

    color: #aaa;

    font-size: 8px;

    font-weight: 600;

    letter-spacing: 2.5px;

    text-transform: uppercase;

    transition:
        color 0.25s ease;
}


.customer-list-card.active
.customer-list-card-label {
    color:
        rgba(
            255,
            255,
            255,
            0.65
        );
}


/* MÜŞTERİ ADI */

.customer-list-card strong {
    width: 100%;

    min-height: 58px;

    margin-bottom: 12px;

    display: flex;

    align-items: flex-start;

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

    font-size: 24px;

    font-weight: 400;

    line-height: 1.2;

    overflow-wrap: anywhere;
}


/* ŞEHİR / İLÇE */

.customer-list-location {
    min-height: 24px;

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 7px;

    color: #777;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 1.4px;

    text-transform: uppercase;

    transition:
        color 0.25s ease;
}


.customer-list-card.active
.customer-list-location {
    color:
        rgba(
            255,
            255,
            255,
            0.8
        );
}


.customer-list-divider {
    color: #ccc;
}


/* HARİTADA GÖR */

.customer-list-map-link {
    margin-top: auto;

    padding-top: 30px;

    display: flex;

    align-items: center;

    gap: 12px;

    color: #777;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    transition:
        color 0.25s ease;
}


.customer-list-map-link > span {
    font-size: 15px;

    transition:
        transform 0.25s ease;
}


.customer-list-card:hover
.customer-list-map-link > span {
    transform:
        translateY(-4px);
}


.customer-list-card.active
.customer-list-map-link {
    color: #fff;
}


/* =========================================
   ORTA EKRAN / TABLET
   3 sütun korunur
========================================= */

@media (max-width: 1100px) {

    .customer-directory {
        margin-top: 80px;
    }


    .customer-directory-header {
        grid-template-columns:
            1fr;

        gap: 30px;
    }


    .customer-list-grid {
        grid-template-columns:
            repeat(
                3,
                minmax(0, 1fr)
            );

        gap: 14px;
    }


    .customer-list-card {
        min-height: 220px;

        padding: 22px;
    }


    .customer-list-card-label {
        margin-bottom: 30px;

        letter-spacing: 1.8px;
    }


    .customer-list-card strong {
        min-height: 54px;

        font-size: 21px;
    }


    .customer-list-location {
        font-size: 9px;

        letter-spacing: 1px;
    }

}


/* =========================================
   MOBİL
   Tek sütun
========================================= */

@media (max-width: 700px) {

    .customer-directory {
        margin-top: 60px;
    }


    .customer-directory-header {
        margin-bottom: 35px;
    }


    .customer-list-grid {
        grid-template-columns:
            1fr;

        grid-auto-rows: 1fr;

        gap: 14px;
    }


    .customer-list-card {
        min-height: 190px;

        padding: 25px;
    }


    .customer-list-card-label {
        min-height: 10px;

        margin-bottom: 28px;
    }


    .customer-list-card strong {
        min-height: 52px;

        font-size: 22px;
    }


    .customer-list-location {
        min-height: 22px;
    }

}

/* =========================================
   MÜŞTERİ CTA
========================================= */

.network-cta {
    padding: 100px 0;

    background: #111;

    color: white;
}


.network-cta-inner {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 60px;
}


.network-cta span {
    display: block;

    margin-bottom: 20px;

    font-size: 10px;

    letter-spacing: 4px;

    color: #888;
}


.network-cta h2 {
    max-width: 650px;

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

    font-size:
        clamp(36px, 4vw, 58px);

    line-height: 1.1;

    font-weight: 400;
}


.btn-light-white {
    flex-shrink: 0;

    border-color:
        rgba(255,255,255,0.5);

    color: #fff;
}


.btn-light-white:hover {
    background: #fff;

    color: #111;
}

/* =========================================
   HAKKIMIZDA SAYFASI
========================================= */


/* HERO */

.about-hero {
    padding: 120px 0 110px;

    background: #f6f4f1;
}

.about-hero-grid {
    display: grid;

    grid-template-columns:
        1.15fr 0.65fr;

    gap: 100px;

    align-items: end;
}

.about-hero h1 {
    margin: 0;

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

    font-size:
        clamp(75px, 9vw, 135px);

    font-weight: 400;

    line-height: 0.85;

    letter-spacing: -5px;

    color: #111;
}

.about-hero-description {
    max-width: 450px;

    padding-bottom: 10px;
}

.about-hero-description p {
    margin-bottom: 35px;

    font-size: 17px;

    line-height: 1.9;

    color: #626262;
}

.about-hero-description span {
    font-size: 9px;

    font-weight: 600;

    letter-spacing: 4px;

    color: #999;
}



/* =========================================
   HİKAYE
========================================= */

.about-story {
    padding: 130px 0;

    background: #fff;
}

.about-story-grid {
    display: grid;

    grid-template-columns:
        0.4fr 1fr;

    gap: 100px;
}

.about-story-content {
    max-width: 850px;
}

.about-story-content h2 {
    max-width: 750px;

    margin-bottom: 55px;

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

    font-size:
        clamp(42px, 5vw, 68px);

    font-weight: 400;

    line-height: 1.08;

    letter-spacing: -1px;
}

.about-story-columns {
    display: grid;

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

    gap: 50px;
}

.about-story-columns p {
    font-size: 16px;

    line-height: 1.95;

    color: #606060;
}



/* =========================================
   MARKA SHOWCASE
========================================= */

.about-brand-showcase {
    padding-bottom: 130px;

    background: #fff;
}

.about-brand-box {
    min-height: 600px;

    padding: 80px;

    position: relative;

    overflow: hidden;

    display: flex;

    flex-direction: column;

    justify-content: flex-end;

    background:
        linear-gradient(
            135deg,
            #d7d0ca 0%,
            #eeeae6 50%,
            #c5bdb6 100%
        );
}

.about-brand-box::before {
    content: "MORESS";

    position: absolute;

    left: 50%;

    top: 50%;

    transform:
        translate(-50%, -55%);

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

    font-size:
        clamp(120px, 18vw, 300px);

    letter-spacing: 15px;

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

    white-space: nowrap;
}

.about-brand-box::after {
    content: "";

    position: absolute;

    width: 500px;

    height: 500px;

    right: -150px;

    top: -170px;

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

    border-radius: 50%;
}

.about-brand-small,
.about-brand-box h2,
.about-brand-box p {
    position: relative;

    z-index: 2;
}

.about-brand-small {
    margin-bottom: 20px;

    font-size: 10px;

    letter-spacing: 5px;

    color: #555;
}

.about-brand-box h2 {
    max-width: 700px;

    margin-bottom: 25px;

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

    font-size:
        clamp(48px, 6vw, 78px);

    line-height: 1;

    font-weight: 400;
}

.about-brand-box p {
    max-width: 470px;

    font-size: 16px;

    line-height: 1.8;

    color: #515151;
}



/* =========================================
   DEĞERLER
========================================= */

.values {
    padding: 130px 0;

    background: #f7f6f4;
}

.values-header {
    margin-bottom: 70px;

    display: grid;

    grid-template-columns:
        0.4fr 1fr;

    gap: 100px;
}

.values-header h2 {
    max-width: 750px;

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

    font-size:
        clamp(42px, 5vw, 65px);

    font-weight: 400;

    line-height: 1.08;
}

.values-grid {
    display: grid;

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

    border-top:
        1px solid #d9d9d9;

    border-bottom:
        1px solid #d9d9d9;
}

.value-card {
    min-height: 350px;

    padding: 40px 30px;

    border-right:
        1px solid #d9d9d9;
}

.value-card:first-child {
    padding-left: 0;
}

.value-card:last-child {
    border-right: 0;
}

.value-number {
    display: block;

    margin-bottom: 80px;

    font-size: 10px;

    letter-spacing: 2px;

    color: #999;
}

.value-card h3 {
    margin-bottom: 20px;

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

    font-size: 29px;

    font-weight: 400;
}

.value-card p {
    font-size: 14px;

    line-height: 1.85;

    color: #666;
}



/* =========================================
   VİZYON & MİSYON
========================================= */

.vision-mission {
    padding: 130px 0;

    background: #fff;
}

.vision-grid {
    display: grid;

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

    gap: 100px;
}

.vision-item {
    padding-top: 35px;

    border-top:
        1px solid #111;
}

.vision-item > span {
    display: block;

    margin-bottom: 60px;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 4px;

    color: #777;
}

.vision-item h2 {
    max-width: 500px;

    margin-bottom: 35px;

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

    font-size:
        clamp(37px, 4vw, 55px);

    font-weight: 400;

    line-height: 1.1;
}

.vision-item p {
    max-width: 500px;

    font-size: 15px;

    line-height: 1.9;

    color: #666;
}



/* =========================================
   ABOUT CTA
========================================= */

.about-network {
    padding: 100px 0;

    background: #111;

    color: #fff;
}

.about-network-inner {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 60px;
}

.about-network-inner > div {
    max-width: 700px;
}

.about-network-inner span {
    display: block;

    margin-bottom: 22px;

    font-size: 10px;

    letter-spacing: 4px;

    color: #777;
}

.about-network-inner h2 {
    margin-bottom: 20px;

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

    font-size:
        clamp(43px, 5vw, 70px);

    font-weight: 400;

    line-height: 1;
}

.about-network-inner p {
    max-width: 550px;

    font-size: 15px;

    line-height: 1.8;

    color: #999;
}

/* =========================================
   İLETİŞİM SAYFASI
========================================= */

.contact-hero {
    padding: 120px 0 105px;

    background: #f6f4f1;
}


.contact-hero-grid {
    display: grid;

    grid-template-columns:
        1fr 0.6fr;

    gap: 100px;

    align-items: end;
}


.contact-hero h1 {
    font-family:
        Georgia,
        'Times New Roman',
        serif;

    font-size:
        clamp(75px, 9vw, 130px);

    line-height: 0.85;

    font-weight: 400;

    letter-spacing: -5px;
}


.contact-hero-text {
    max-width: 450px;

    padding-bottom: 8px;
}


.contact-hero-text p {
    font-size: 17px;

    line-height: 1.9;

    color: #626262;
}



/* =========================================
   İLETİŞİM BİLGİLERİ
========================================= */

.contact-details {
    background: #111;

    color: #fff;
}


.contact-details-grid {
    display: grid;

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


.contact-detail {
    min-height: 170px;

    padding: 40px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    border-right:
        1px solid
        rgba(255,255,255,0.12);
}


.contact-detail:first-child {
    padding-left: 0;
}


.contact-detail:last-child {
    border-right: none;
}


.contact-detail > span {
    font-size: 9px;

    letter-spacing: 3px;

    color: #777;
}


.contact-detail a,
.contact-detail p {
    font-family:
        Georgia,
        'Times New Roman',
        serif;

    font-size: 22px;

    line-height: 1.4;

    color: #fff;
}



/* =========================================
   DİJİTAL KANALLAR
========================================= */

.digital-channels {
    padding: 125px 0;

    background: #fff;
}


.digital-header {
    margin-bottom: 65px;

    display: grid;

    grid-template-columns:
        0.4fr 1fr;

    gap: 100px;
}


.digital-header > div:last-child {
    max-width: 720px;
}


.digital-header h2 {
    margin-bottom: 25px;

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

    font-size:
        clamp(42px, 5vw, 65px);

    font-weight: 400;

    line-height: 1.08;
}


.digital-header p {
    max-width: 550px;

    font-size: 16px;

    line-height: 1.9;

    color: #666;
}



/* KANAL KARTLARI */

.channel-grid {
    display: grid;

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

    border-top:
        1px solid #dedede;
}


.channel-card {
    min-height: 210px;

    padding: 35px;

    position: relative;

    display: grid;

    grid-template-columns:
        60px 1fr 30px;

    gap: 25px;

    align-items: start;

    border-bottom:
        1px solid #dedede;

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


.channel-card:nth-child(odd) {
    border-right:
        1px solid #dedede;
}


.channel-card:hover {
    background: #111;

    color: #fff;
}


.channel-code {
    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid #ccc;

    border-radius: 50%;

    font-size: 10px;

    letter-spacing: 1px;

    transition:
        border-color 0.25s ease;
}


.channel-card:hover .channel-code {
    border-color:
        rgba(255,255,255,0.4);
}


.channel-card h3 {
    margin-bottom: 13px;

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

    font-size: 25px;

    font-weight: 400;
}


.channel-card p {
    max-width: 380px;

    font-size: 13px;

    line-height: 1.8;

    color: #777;

    transition:
        color 0.25s ease;
}


.channel-card:hover p {
    color: #aaa;
}


.channel-arrow {
    font-size: 20px;

    transition:
        transform 0.25s ease;
}


.channel-card:hover .channel-arrow {
    transform:
        translate(4px, -4px);
}


.channels-placeholder {
    padding: 70px;

    text-align: center;

    background: #f7f6f4;
}


.channels-placeholder p {
    color: #888;
}



/* =========================================
   FORM
========================================= */

.contact-form-section {
    padding: 130px 0;

    background: #f7f6f4;
}


.contact-form-grid {
    display: grid;

    grid-template-columns:
        0.65fr 1fr;

    gap: 120px;
}


.contact-form-intro > span {
    display: block;

    margin-bottom: 35px;

    font-size: 10px;

    letter-spacing: 3px;

    color: #888;
}


.contact-form-intro h2 {
    margin-bottom: 30px;

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

    font-size:
        clamp(43px, 5vw, 65px);

    font-weight: 400;

    line-height: 1.05;
}


.contact-form-intro p {
    max-width: 400px;

    font-size: 15px;

    line-height: 1.9;

    color: #666;
}


.contact-form-wrapper {
    max-width: 720px;

    width: 100%;
}


.form-row {
    display: grid;

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

    gap: 25px;
}


.form-group {
    margin-bottom: 28px;
}


.form-group label {
    display: block;

    margin-bottom: 11px;

    font-size: 11px;

    font-weight: 500;

    letter-spacing: 0.5px;

    color: #555;
}


.form-group input,
.form-group textarea {
    width: 100%;

    padding: 15px 0;

    border: none;

    border-bottom:
        1px solid #bbb;

    border-radius: 0;

    outline: none;

    background: transparent;

    font-family: inherit;

    font-size: 15px;

    color: #111;

    transition:
        border-color 0.25s ease;
}


.form-group input:focus,
.form-group textarea:focus {
    border-color: #111;
}


.form-group textarea {
    resize: vertical;

    min-height: 150px;
}


.form-submit {
    margin-top: 15px;

    display: flex;

    align-items: center;

    gap: 25px;
}


.form-submit span {
    font-size: 10px;

    color: #999;
}


.form-honeypot {
    position: absolute;

    left: -9999px;

    opacity: 0;

    pointer-events: none;
}



/* FORM MESAJLARI */

.form-message {
    margin-bottom: 35px;

    padding: 25px;

    border: 1px solid;
}


.form-message strong {
    display: block;

    margin-bottom: 8px;
}


.form-message p,
.form-message li {
    font-size: 13px;

    line-height: 1.7;
}


.form-success {
    border-color: #b7cfbd;

    background: #f1f7f2;
}


.form-error {
    border-color: #d8bbbb;

    background: #faf2f2;
}


.form-error ul {
    margin-top: 10px;
}

/* =========================================================
   MORESS - ÜRÜNLER SAYFASI
   Tek kaynak: ürün sayfasına ait tüm stiller bu bölümde.
========================================================= */

/* SAYFA */
.products-page {
    padding: 90px 0 130px;
}

.products-page .container {
    width: min(1320px, calc(100% - 60px));
    margin-left: auto;
    margin-right: auto;
}

/* GİRİŞ */
.products-intro {
    width: 100%;
    max-width: 720px;
    margin: 0 0 55px;
}

.products-intro > span {
    display: block;
    margin-bottom: 18px;
    color: #999;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.products-intro h2 {
    margin: 0 0 22px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 67px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -1.5px;
    color: #111;
}

.products-intro p {
    max-width: 620px;
    margin: 0;
    color: #707070;
    font-size: 14px;
    line-height: 1.9;
}

/* KATEGORİ FİLTRESİ */
.product-category-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 45px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}

.product-category-filter a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 20px;
    border: 1px solid #dadada;
    background: #fff;
    color: #555;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

.product-category-filter a:hover,
.product-category-filter a.active {
    border-color: #111;
    background: #111;
    color: #fff;
}

/* ÜRÜNLER: HER ÜRÜN ALT ALTA */
.public-products-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px;
}

/* YATAY ÜRÜN KARTI */
.public-product-card {
    width: 100%;
    min-height: 430px;
    display: grid;
    grid-template-columns: minmax(320px, 42%) minmax(0, 58%);
    border: 1px solid #e6e4e1;
    background: #fff;
    overflow: hidden;
}

/* SOL TARAF - ÜRÜN GÖRSELİ */
.public-product-image {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 430px;
    display: block;
    overflow: hidden;
    background: #f3f2f0;
    text-decoration: none;
}

.public-product-image img {
    width: 100%;
    height: 100%;
    max-width: none;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform .55s ease;
}

.public-product-card:hover .public-product-image img {
    transform: scale(1.025);
}

/* YENİ ETİKETİ */
.public-product-new {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 13px;
    background: #111;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* GÖRSEL YOKSA */
.public-product-placeholder {
    width: 100%;
    height: 100%;
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #f5f4f2, #ebe9e5);
}

.public-product-placeholder span {
    color: #aaa;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    letter-spacing: 6px;
}

/* SAĞ TARAF - ÜRÜN BİLGİLERİ */
.public-product-info {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 55px 65px;
    text-align: left;
}

.public-product-category {
    display: block;
    margin-bottom: 18px;
    color: #999;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.public-product-info h3 {
    width: 100%;
    margin: 0 0 15px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3vw, 45px);
    font-weight: 400;
    line-height: 1.08;
    color: #111;
}

.public-product-info h3 a {
    color: #111;
    text-decoration: none;
    transition: opacity .2s ease;
}

.public-product-info h3 a:hover {
    opacity: .65;
}

.public-product-code {
    display: block;
    margin-bottom: 24px;
    color: #aaa;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.public-product-info p {
    width: 100%;
    max-width: 600px;
    margin: 0 0 30px;
    color: #666;
    font-size: 13px;
    line-height: 1.9;
}

.public-product-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 5px;
    padding-bottom: 7px;
    border-bottom: 1px solid #111;
    color: #111;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.7px;
    text-decoration: none;
    text-transform: uppercase;
}

.public-product-link span {
    transition: transform .25s ease;
}

.public-product-link:hover span {
    transform: translateX(5px);
}

/* ÜRÜN BULUNAMADI */
.products-empty-state {
    width: 100%;
    padding: 80px 30px;
    background: #f7f6f4;
    text-align: center;
}

.products-empty-state > span {
    display: block;
    margin-bottom: 18px;
    color: #aaa;
    font-size: 9px;
    letter-spacing: 3px;
}

.products-empty-state h3 {
    margin: 0 0 25px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 400;
}

.products-empty-state .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 20px;
    border: 1px solid #111;
    background: #111;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-decoration: none;
    text-transform: uppercase;
}

.products-empty-state .button:hover {
    background: #fff;
    color: #111;
}

/* TABLET */
@media (max-width: 900px) {
    .public-product-card {
        grid-template-columns: minmax(260px, 42%) minmax(0, 58%);
        min-height: 360px;
    }

    .public-product-image {
        min-height: 360px;
    }

    .public-product-info {
        padding: 40px;
    }
}

/* MOBİL */
@media (max-width: 650px) {
    .products-page {
        padding: 65px 0 90px;
    }

    .products-page .container {
        width: calc(100% - 32px);
    }

    .products-intro {
        margin-bottom: 40px;
    }

    .products-intro h2 {
        font-size: 40px;
    }

    .product-category-filter {
        gap: 7px;
        margin-bottom: 30px;
    }

    .product-category-filter a {
        min-height: 38px;
        padding: 0 13px;
        font-size: 8px;
    }

    .public-products-grid {
        gap: 25px;
    }

    .public-product-card {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .public-product-image {
        min-height: 0;
        aspect-ratio: 4 / 5;
    }

    .public-product-info {
        padding: 30px 25px 35px;
    }

    .public-product-info h3 {
        font-size: 30px;
    }

    .public-product-info p {
        font-size: 12px;
    }
}

/* =========================================================
   MORESS - ÜRÜN DETAY SAYFASI
========================================================= */

.product-detail-page {
    padding: 55px 0 130px;

    background: #fff;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.product-breadcrumb {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 10px;

    margin-bottom: 40px;

    color: #999;

    font-size: 9px;

    font-weight: 500;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}


.product-breadcrumb a {
    color: #777;

    transition: color .2s ease;
}


.product-breadcrumb a:hover {
    color: #111;
}


.product-breadcrumb strong {
    color: #111;

    font-weight: 600;
}


/* =========================================================
   ANA GRID
========================================================= */

.product-detail-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(380px, .92fr);

    gap: 80px;

    align-items: start;
}


/* =========================================================
   ANA GÖRSEL
========================================================= */

.product-detail-main-image {
    position: relative;

    width: 100%;

    aspect-ratio: 3 / 4;

    overflow: hidden;

    background: #f3f2f0;
}


.product-detail-main-image > img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;
}


/* YENİ ETİKETİ */

.product-detail-new {
    position: absolute;

    top: 22px;
    left: 22px;

    z-index: 2;

    display: inline-flex;

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

    min-height: 32px;

    padding: 0 14px;

    background: #111;

    color: #fff;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}


/* GÖRSEL YOK */

.product-detail-placeholder {
    width: 100%;
    height: 100%;

    display: flex;

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

    background:
        linear-gradient(
            145deg,
            #f5f4f2,
            #ebe9e5
        );
}


.product-detail-placeholder span {
    color: #aaa;

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

    font-size: 22px;

    letter-spacing: 7px;
}


/* =========================================================
   KÜÇÜK GALERİ
========================================================= */

.product-thumbnails {
    display: grid;

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

    gap: 10px;

    margin-top: 12px;
}


.product-thumbnail {
    position: relative;

    width: 100%;

    aspect-ratio: 3 / 4;

    padding: 0;

    overflow: hidden;

    border: 1px solid #e2e2e2;

    background: #f3f3f3;

    cursor: pointer;

    opacity: .65;

    transition:
        opacity .2s ease,
        border-color .2s ease;
}


.product-thumbnail:hover {
    opacity: 1;
}


.product-thumbnail.active {
    opacity: 1;

    border-color: #111;
}


.product-thumbnail img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;
}


/* =========================================================
   ÜRÜN BİLGİLERİ
========================================================= */

.product-detail-info {
    position: sticky;

    top: 35px;

    padding-top: 35px;
}


.product-detail-category {
    display: block;

    margin-bottom: 24px;

    color: #999;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 2.8px;

    text-transform: uppercase;
}


.product-detail-info h1 {
    max-width: 600px;

    margin: 0 0 30px;

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

    font-size: clamp(
        42px,
        5vw,
        70px
    );

    font-weight: 400;

    line-height: 1;

    letter-spacing: -2px;

    color: #111;
}


/* =========================================================
   ÜRÜN KODU
========================================================= */

.product-detail-code {
    display: flex;

    align-items: center;

    gap: 16px;

    margin-bottom: 35px;

    padding:
        17px 0;

    border-top:
        1px solid #e4e4e4;

    border-bottom:
        1px solid #e4e4e4;
}


.product-detail-code span {
    color: #aaa;

    font-size: 8px;

    font-weight: 600;

    letter-spacing: 1.8px;
}


.product-detail-code strong {
    color: #333;

    font-size: 11px;

    font-weight: 500;

    letter-spacing: 1px;
}


/* =========================================================
   KISA AÇIKLAMA
========================================================= */

.product-detail-lead {
    max-width: 570px;

    margin: 0 0 45px;

    color: #555;

    font-size: 16px;

    line-height: 1.9;
}


/* =========================================================
   UZUN AÇIKLAMA
========================================================= */

.product-detail-description {
    margin-bottom: 45px;

    padding-top: 30px;

    border-top:
        1px solid #e5e5e5;
}


.product-detail-description > span {
    display: block;

    margin-bottom: 20px;

    color: #999;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 2.2px;

    text-transform: uppercase;
}


.product-detail-description p {
    max-width: 570px;

    margin: 0;

    color: #666;

    font-size: 14px;

    line-height: 1.95;
}


/* =========================================================
   BUTONLAR
========================================================= */

.product-detail-actions {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 25px;

    padding-top: 5px;
}


.product-back-link {
    display: inline-block;

    padding-bottom: 5px;

    border-bottom:
        1px solid #aaa;

    color: #777;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    transition:
        color .2s ease,
        border-color .2s ease;
}


.product-back-link:hover {
    color: #111;

    border-color: #111;
}


/* =========================================================
   ÜRÜN BULUNAMADI
========================================================= */

.product-not-found {
    min-height: 600px;

    padding: 140px 0;

    display: flex;

    align-items: center;

    background: #f6f4f1;
}


.product-not-found span {
    display: block;

    margin-bottom: 20px;

    color: #999;

    font-size: 10px;

    letter-spacing: 4px;
}


.product-not-found h1 {
    margin-bottom: 25px;

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

    font-size: clamp(
        45px,
        6vw,
        75px
    );

    font-weight: 400;
}


.product-not-found p {
    max-width: 500px;

    margin-bottom: 30px;

    color: #666;

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .product-detail-grid {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(320px, .8fr);

        gap: 45px;
    }


    .product-detail-info {
        padding-top: 15px;
    }


    .product-thumbnails {
        grid-template-columns:
            repeat(4, minmax(0, 1fr));
    }

}


/* =========================================================
   TELEFON
========================================================= */

@media (max-width: 700px) {

    .product-detail-page {
        padding:
            30px 0 90px;
    }


    .product-detail-grid {
        grid-template-columns: 1fr;

        gap: 35px;
    }


    .product-detail-info {
        position: static;

        padding-top: 0;
    }


    .product-detail-info h1 {
        font-size: 43px;

        letter-spacing: -1px;
    }


    .product-detail-main-image {
        aspect-ratio: 4 / 5;
    }


    .product-thumbnails {
        grid-template-columns:
            repeat(4, minmax(0, 1fr));
    }


    .product-detail-lead {
        font-size: 14px;
    }

}