/* =========================================
   KEDİLİ EV YAYINLARI - TAM CSS DOSYASI
   ========================================= */

/* 1. GENEL AYARLAR */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #FAFAF6;
    color: #444;
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    line-height: 1.7;
}

/* Kedi desenini soluk göster — tek katman, body bg rengiyle wave geçişi bozulmaz */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url('/cat-pattern-bg.png?v=2');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.22;
    pointer-events: none;
    z-index: -1;
}

@media (min-width: 992px) {

    html.custom-cursor-active,
    html.custom-cursor-active * {
        cursor: none !important;
    }
}

h1,
h2,
h3 {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    color: #222;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 2. HEADER VE BANNER (Kiremit + Derin Kağıt Dokusu) */
.site-header {
    background-color: #c45824;
    /* Orijinal Turuncu */
    position: relative;
    padding-top: 40px;
    padding-bottom: 80px;
    z-index: 10;
    overflow: hidden;
}

.site-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23n)' opacity='0.25'/%3E%3C/svg%3E");
    mix-blend-mode: multiply;
    /* Rengi soldurmaz, sadece koyu pürüzler ekler */
    pointer-events: none;
    z-index: -1;
    opacity: 0.5;
}

/* INSTAGRAM İKONU DÜZENLEME */
.social-top {
    margin-bottom: 10px;
    /* Logo ile arasındaki boşluk */
    display: flex;
    justify-content: center;
    width: 100%;
}

.social-top a {
    color: #FFFFFF !important;
    /* İkon rengi beyaz */
    font-size: 28px;
    /* İkon boyutu */
    text-decoration: none;
    transition: transform 0.3s ease, color 0.3s ease;
    display: inline-block;
}

.social-top a:hover {
    color: #000000 !important;
    /* Üzerine gelince siyah olsun */
    transform: scale(1.1);
    /* Hafifçe büyüsün */
}

.top-bar {
    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 30;
}

.top-contact-btn {
    color: #f0e6d3;
    font-family: 'Balsamiq Sans', cursive;
    font-size: 18px;
    font-weight: 700;
}

.top-contact-btn:hover {
    color: #000000;
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 0 20px;
}

/* 3. MENÜ TASARIMI */
.side-nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
    align-items: center;
}

.side-nav a {
    color: #FFFFFF;
    font-family: 'Balsamiq Sans', cursive;
    font-size: 22px;
    font-weight: 700;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.side-nav a:hover {
    color: #000000;
    transform: translateY(-3px);
    display: inline-block;
}

/* 4. LOGO VE ASILI TABELA */
.center-logo-area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* İp / Halka bölgesi */
.sign-ropes {
    display: flex;
    justify-content: space-between;
    width: 180px;
    padding: 0 10px;
    margin-bottom: -2px;
    position: relative;
    z-index: 5;
}

.rope-hook {
    width: 14px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-bottom: none;
    border-radius: 50% 50% 0 0;
}

/* Tabela */
.hanging-sign {
    background-color: #FFFFFF;
    padding: 18px 22px;
    border-radius: 8px 8px 25px 25px;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    position: relative;
    text-align: center;
    width: 220px;
    transform-origin: top center;
    animation: swingSign 6s ease-in-out infinite;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Tabelanın üst köşelerinde küçük halka delikleri */
.hanging-sign::before,
.hanging-sign::after {
    content: '';
    position: absolute;
    top: -5px;
    width: 10px;
    height: 10px;
    background: #2c2c2c;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    z-index: 10;
}

.hanging-sign::before {
    left: 18px;
}

.hanging-sign::after {
    right: 18px;
}

@keyframes swingSign {
    0% {
        transform: rotate(-3deg);
    }

    50% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(-3deg);
    }
}

.logo {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Eski .string divler — artık hidden (rope-hook ile değiştirdik) */
.string {
    display: none;
}



/* 5. ANİMASYON VE DALGA */
.rolling-yarn {
    position: absolute;
    bottom: 30px;
    left: -200px;
    z-index: 15;
    animation: rollAcross 15s linear infinite;
    display: flex;
    align-items: center;
    gap: 15px;
}

.cat-icon {
    color: #000000;
    font-size: 55px;
}

.yarn-icon {
    color: #000000;
    font-size: 35px;
}

.yarn-thread {
    height: 3px;
    width: 250px;
    border-bottom: 3px dashed #000000;
    opacity: 0.8;
}

@keyframes rollAcross {
    0% {
        transform: translateX(-200px);
    }

    100% {
        transform: translateX(110vw);
    }
}

.wave-bottom {
    position: absolute;
    bottom: -44px;
    left: 0;
    width: 100%;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 5;
}

.wave-bottom svg {
    display: block;
    width: 100%;
    height: 45px;
    fill: #c45824;
}

/* 6. SAYFA İÇERİK KUTULARI */
.page-section {
    padding: 60px 0;
}

.section-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
}

.content-box {
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    border: 3px dashed #c45824;
    padding: 50px 40px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    max-width: 1000px;
    margin: 0 auto;
}

/* 7. İLETİŞİM, KİTAP VE HABER DETAYLARI */
.contact-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-top: 40px;
}

.contact-form-area,
.contact-info-area {
    flex: 1;
    background: #FFF;
    position: relative;
    z-index: 1;
    padding: 40px;
    border-radius: 15px;
    border: 1px solid #eee;
}

.kedili-form input,
.kedili-form textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 2px solid #f0f0f0;
    border-radius: 10px;
    font-family: 'Nunito', sans-serif;
}

.kedili-form input:focus {
    border-color: #c45824;
    outline: none;
}

.submit-btn {
    background: #c45824;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    font-family: 'Balsamiq Sans';
    font-size: 20px;
}

.submit-btn:hover {
    background: #000;
}

.mail-link {
    display: inline-block;
    font-size: 22px;
    font-weight: 800;
    color: #333;
    margin: 10px 0;
    border-bottom: 2px solid #c45824;
}

.book-detail-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.book-cover-area {
    flex-shrink: 0;
}

.book-info-area {
    flex: 1;
}

.hand-drawn-frame {
    border: 4px solid #c45824;
    padding: 15px;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}

/* --- BREADCRUMB --- */
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #aaa;
    margin-bottom: 30px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #eee;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    width: fit-content;
}

.breadcrumb a {
    color: #c45824;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

.breadcrumb a:hover {
    color: #222;
}

.breadcrumb>*+*::before {
    content: "›";
    margin-right: 8px;
    color: #ccc;
    font-size: 16px;
}

/* --- KİTAP BAŞLIĞI --- */
.book-title {
    font-family: 'Balsamiq Sans', cursive;
    font-size: 36px;
    color: #222;
    margin-bottom: 5px;
    line-height: 1.3;
}

/* --- KATKI BAŞLIKLARI (Yazar, Resimleyen) --- */
.contributor-info {
    margin: 15px 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.contributor-info p {
    background: #fdf6f2;
    border: 1.5px dashed #c45824;
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 15px;
    color: #444;
    margin: 0;
}

.contributor-info p span {
    color: #c45824;
    font-weight: 800;
    margin-right: 5px;
}

/* --- ÖZET KUTUSU --- */
.synopsis-box {
    background: #fff9f5;
    border-left: 5px solid #c45824;
    border-radius: 0 15px 15px 0;
    padding: 20px 25px;
    margin: 20px 0;
    font-family: 'Kalam', cursive;
    font-size: 19px;
    line-height: 1.7;
    color: #555;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.04);
}

/* --- TEKNİK KÜNYE TABLOSU --- */
.specs-table {
    margin-top: 25px;
    background: #fff;
    border: 2px dashed #e0d0c8;
    border-radius: 15px;
    overflow: hidden;
}

.spec-row {
    display: flex;
    border-bottom: 1px solid #f0ebe7;
}

.spec-row:last-child {
    border-bottom: none;
}

.spec-item {
    flex: 1;
    padding: 12px 18px;
    font-size: 15px;
    color: #555;
}

.spec-item:first-child {
    border-right: 1px solid #f0ebe7;
}

.spec-item span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #c45824;
    font-weight: 800;
    margin-bottom: 3px;
}

.spec-row:nth-child(odd) .spec-item {
    background: #fefcfb;
}


.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.news-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    height: 100%;
    /* Kart boyu eşitlensin */
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.news-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    /* 800x450 = 16:9 */
    overflow: hidden;
    position: relative;
    background: #fdf6ec;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.news-card:hover .news-image img {
    transform: scale(1.05);
}

.news-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #c45824;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    z-index: 2;
}

.news-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.news-date {
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
}

.news-card h3 {
    font-family: 'Balsamiq Sans', cursive;
    color: #333;
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.news-card p {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more {
    margin-top: auto;
    color: #c45824;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: 0.3s;
}

.read-more:hover {
    letter-spacing: 1px;
}

/* HABER DETAY SAYFASI */
.news-detail {
    max-width: 900px;
    margin: 40px auto;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.news-detail-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.news-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-detail-meta {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.news-detail-meta .news-badge {
    position: static;
}

.news-lead {
    font-family: 'Kalam', cursive;
    font-size: 22px;
    line-height: 1.6;
    color: #c45824;
    margin-bottom: 30px;
    padding-left: 20px;
    border-left: 4px solid #c45824;
}

.main-content {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    white-space: pre-line;
}

/* 8. KİTAP LİSTELEME ÖZEL AYARLARI */
.books-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.book-card {
    background: #fff;
    border: 2px solid #eee;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    height: 100%;
    /* Kartların hepsi aynı yükseklikte olsun */
}

.book-card:hover {
    border-color: #c45824;
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.book-image {
    width: 100%;
    aspect-ratio: 2 / 3;
    /* Dikey kitap formatı */
    overflow: hidden;
    background-color: #f9f9f9;
}

.book-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Görseli orantılı keser */
    display: block;
}

.book-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /* İçeriğin alt kısmı doldurmasını sağlar */
    text-align: center;
}

.book-content h3 {
    font-family: 'Balsamiq Sans', cursive;
    font-size: 20px;
    margin-bottom: 10px;
    color: #222;
    /* Uzun başlıkları sınırla */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    /* Standart mülkiyet eklendi */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.book-content p {
    font-family: 'Kalam', cursive;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.book-content .read-more {
    margin-top: auto;
    /* Butonu her zaman en alta iter */
    background: #c45824;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
}

.book-content .read-more:hover {
    background: #000;
}

/* 9. YAZAR LİSTELEME ÖZEL AYARLARI */
.alphabet-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #eee;
}

.alphabet-nav a {
    font-family: 'Balsamiq Sans', cursive;
    font-size: 18px;
    font-weight: 700;
    color: #c45824;
    /* Mavi yerine kiremit rengi */
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    transition: 0.3s;
}

.alphabet-nav a:hover {
    background: #c45824;
    color: #fff;
}

.alphabet-group {
    margin-bottom: 50px;
}

.letter-heading {
    font-family: 'Balsamiq Sans', cursive;
    font-size: 32px;
    color: #c45824;
    border-bottom: 3px solid #c45824;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.author-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 30px;
}

.author-card {
    text-align: center;
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}

.author-card:hover {
    transform: translateY(-5px);
}

.author-card:hover h4 {
    color: #c45824;
}

.author-img {
    width: 160px;
    height: 160px;
    margin: 0 auto 15px;
    border-radius: 20px;
    /* Kenarları yuvarlatıldı */
    overflow: hidden;
    border: 3px solid #eee;
    transition: 0.3s;
}

.author-card:hover .author-img {
    border-color: #c45824;
}

.author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-card h4 {
    font-size: 18px;
    margin-bottom: 5px;
    transition: 0.3s;
}

.author-card span {
    font-size: 14px;
    color: #888;
}

/* 10. PATİ İMLECİ (SIFIR GECİKME) */
#cat-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBmaWxsPSIjMDAwMDAwIj48cGF0aCBkPSJNMjU2IDIyNGMtNzkuNDEgMC0xOTIgMTIyLjc2LTE5MiAyMDAuMjUgMCA0OS4zNyA0My4xNiA4Ny43NSA5NiA4Ny43NSAzMS4xOSAwIDU4LjkyLTEzLjUzIDc3LjMtMzQuNjZDMjQyLjQ0IDQ4Mi43MiAyNDkuMTIgNDg0IDI1NiA0ODRzMTMuNTYtMS4yOCAxOC43LTYuNjZjMTguMzggMjEuMTMgNDYuMTEgMzQuNjYgNzcuMyAzNC42NiA1Mi44NCAwIDk2LTM4LjM4IDk2LTg3Ljc1IDAtNzcuNDktMTEyLjU5LTIwMC4yNS0xOTItMjAwLjI1ek0xMjggMTkyYzM1LjM1IDAgNjQtMjguNjUgNjQtNjRzLTI4LjY1LTY0LTY0LTY0LTY0IDI4LjY1LTY0IDY0IDI4LjY1IDY0IDY0IDY0em0xMjgtNjRjMzUuMzUgMCA2NC0yOC42NSA2NC02NHMtMjguNjUtNjQtNjQtNjQtNjQgMjguNjUtNjQgNjQgMjguNjUgNjQgNjQgNjR6bTEyOCA2NGMzNS4zNSAwIDY0LTI4LjY1IDY0LTY0cy0yOC42NS02NC02NC02NC02NCAyOC42NS02NCA2NCAyOC42NSA2NCA2NCA2NHptOTYgOTZjMzUuMzUgMCA2NC0yOC42NSA2NC02NHMtMjguNjUtNjQtNjQtNjQtNjQgMjguNjUtNjQgNjQgMjguNjUgNjQgNjQgNjR6Ii8+PC9zdmc+');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 10000;
    will-change: transform;
    transition: width 0.1s, height 0.1s !important;
    display: none;
}

.scratch-effect {
    position: fixed;
    width: 60px;
    height: 60px;
    pointer-events: none;
    z-index: 9998;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><g stroke="%23383838" stroke-width="4" stroke-linecap="round"><line x1="20" y1="20" x2="30" y2="80" transform="rotate(-15 50 50)"/><line x1="40" y1="15" x2="50" y2="85" transform="rotate(-5 50 50)"/><line x1="60" y1="15" x2="70" y2="85" transform="rotate(5 50 50)"/><line x1="80" y1="20" x2="90" y2="80" transform="rotate(15 50 50)"/></g></svg>') !important;
    background-size: contain;
    background-repeat: no-repeat;
}

.site-footer {
    background-color: #333;
    /* Orijinal Koyu Gri */
    color: #d0cfc9;
    border-top: none;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
    mix-blend-mode: overlay;
    /* Koyu zeminde hem açar hem koyultur, derinlik verir */
    pointer-events: none;
    z-index: 0;
    opacity: 0.3;
}

/* 9. MOBİL UYUMLULUK (RESPONSIVE) */

@media (max-width: 991px) {
    .header-container {
        flex-direction: column;
        gap: 20px;
    }

    .side-nav ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .side-nav a {
        font-size: 18px;
    }

    .hanging-sign {
        width: 180px;
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .site-header {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .top-bar {
        right: 0;
        width: 100%;
        text-align: center;
    }

    .header-container {
        flex-direction: column;
        gap: 15px;
    }

    .side-nav ul {
        gap: 10px;
    }

    .side-nav a {
        font-size: 16px;
    }

    .section-title {
        font-size: 28px;
    }

    .contact-wrapper,
    .book-detail-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .contact-form-area,
    .contact-info-area {
        padding: 20px;
    }

    .news-grid,
    .books-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .author-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 20px;
    }

    .content-box {
        padding: 30px 20px;
    }

    .rolling-yarn {
        display: none;
        /* Mobilde yatay kaydırmayı önlemek için gizledik */
    }

    .hanging-sign {
        width: 150px;
    }

    .logo {
        max-width: 120px;
    }
}

@media (max-width: 480px) {
    .side-nav ul {
        flex-direction: column;
        gap: 5px;
    }

    .top-contact-btn {
        font-size: 14px;
    }

    .section-title {
        font-size: 24px;
    }

    .mail-link {
        font-size: 18px;
    }
}

/* GENEL TAŞMA ÖNLEMİ */
html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

/* KİTAP DETAY - MOBİL DÜZELTMELERİ */
@media (max-width: 768px) {

    /* Kapak resmi tam genişlik, taşmasın */
    .book-cover-area {
        width: 100%;
    }

    .hand-drawn-frame {
        width: 100%;
        max-width: 100%;
    }

    .hand-drawn-frame img {
        width: 100%;
        height: auto;
        max-width: 100%;
        display: block;
    }

    /* Info alanı tam genişlik */
    .book-info-area {
        width: 100%;
    }

    /* Spec tablosu mobilde tek sütun */
    .spec-row {
        flex-direction: column;
        gap: 10px;
    }

    .spec-item {
        width: 100%;
    }

    /* Breadcrumb taşmasın */
    .breadcrumb {
        word-break: break-word;
        overflow-wrap: break-word;
    }

    /* Header navigasyon düzeltmesi */
    .header-container {
        overflow: hidden;
        width: 100%;
    }

    .side-nav {
        width: 100%;
    }

    .side-nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }
}