/* ==========================================================================
   Koza Tasarım - PREMIUM E-COMMERCE AESTHETIC (SKILL.MD APPLIED)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Outfit:wght@300;400;500;600&display=swap');

:root {
    /* Premium Color Palette */
    --c-primary: #5A1919;
    /* Derin Bordo/Şarap - Lüks hissi */
    --c-bg: #FAF6F0;
    /* Çok açık kırık kemik/krem */
    --c-surface: #FFFFFF;
    --c-text-dark: #2A2424;
    --c-text-light: #807676;
    --c-accent: #C58B54;
    /* Ham ahşap dokunuşu */
    --c-border: rgba(90, 25, 25, 0.08);

    /* Typography */
    --font-heading: 'DM Serif Display', serif;
    /* Editoryal ve Zanaatkar */
    --font-body: 'Outfit', sans-serif;

    /* Spacing & Layout */
    --space-section: 8rem;
    --radius-sm: 8px;
    --radius-lg: 24px;
    --shadow-premium: 0 20px 40px rgba(90, 25, 25, 0.05);
    --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    --c-dark: #1a1210;
    /* Footer koyu zemin */
}

/* 1. RESET & BASE */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: var(--font-body);
    background-color: var(--c-bg);
    color: var(--c-text-dark);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    font-weight: 400;
    /* Serif fontlar ince daha lüks durur */
    color: var(--c-primary);
    margin-top: 0;
}

a {
    color: var(--c-text-dark);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: var(--c-accent);
}

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

/* 2. REFINED HEADER
/* ── SITE HEADER (Sticky, Zarif) ─────────────────────────────────────────── */
.site-header {
    background-color: var(--c-surface);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 1px 0 var(--c-border);
}

/* ── TOP BAR (Duyuru şeridi) ─────────────────────────────────────────────── */
.header-topbar {
    background: var(--c-primary);
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 0.5rem 1rem;
    font-size: 0.78rem;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* ── ANA HEADER (Simetrik 3 sütun: Sol | Logo | Sağ) ─────────────────────── */
.header-main {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    /* Sol | Orta | Sağ — TAM ORTALI */
    align-items: center;
    padding: 0 5%;
    height: 72px;
    /* Kompakt ama nefes alan yükseklik */
    max-width: 100%;
}

/* Sol alan */
.header-left {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Orta: Logo */
.site-branding {
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-title {
    margin: 0;
    font-size: 0;
    /* <h1> mevcut WP şablonlarında, boyutu sıfırladık */
}

.site-title-link,
.site-title a {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: -1px;
    color: var(--c-primary) !important;
    line-height: 1;
}

.site-title-link:hover,
.site-title a:hover {
    color: var(--c-accent) !important;
}

/* Özel logo varsa boyutlandır */
.site-branding .custom-logo {
    height: 40px;
    width: auto;
}

/* Sağ alan */
.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.25rem;
}

/* İkon butonları (Arama, Kalp, Sepet) */
.hdr-icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--c-text-dark);
    transition: background 0.2s, color 0.2s;
    position: relative;
    text-decoration: none;
}

.hdr-icon-btn:hover {
    background: rgba(90, 25, 25, 0.06);
    color: var(--c-primary);
}

.mobile-menu-toggle {
    display: none;
}

/* Sepet adet rozeti */
.cart-count-badge {
    position: absolute;
    top: 4px;
    right: 4px;
    background: var(--c-accent);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    padding: 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    line-height: 1;
}

/* ── KATEGORİ MENÜ ŞERIDI ────────────────────────────────────────────────── */
.header-nav {
    border-top: 1px solid var(--c-border);
}

.main-navigation ul {
    list-style: none;
    margin: 0 auto;
    padding: 0 5%;
    max-width: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    /* gap sıfır — padding ile aralık verdik */
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
}

.main-navigation ul::-webkit-scrollbar {
    display: none;
}

.main-navigation li {
    flex-shrink: 0;
}

/* Her kategori linki */
.main-navigation a {
    display: block;
    padding: 0.85rem 1.4rem;
    /* Yatay padding ile doğal aralık */
    font-size: 0.78rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    color: var(--c-text-light);
    white-space: nowrap;
    position: relative;
    transition: color 0.2s;
}

.main-navigation a:hover {
    color: var(--c-primary);
}

/* Alt çizgi hover efekti */
.main-navigation a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1.4rem;
    right: 1.4rem;
    height: 1.5px;
    background: var(--c-primary);
    transform: scaleX(0);
    transition: transform 0.25s ease;
}

.main-navigation a:hover::after {
    transform: scaleX(1);
}

/* Aktif (current) item */
.main-navigation .current-menu-item>a,
.main-navigation .current-menu-ancestor>a {
    color: var(--c-primary);
    font-weight: 600;
}

.main-navigation .current-menu-item>a::after {
    transform: scaleX(1);
    background: var(--c-accent);
}






/* 3. HERO SLIDER
   ===================================================================== */
.hero-slider {
    position: relative;
    width: 100%;
    /* Viewport yüksekliği - header toplamı = tam ekrana sığar */
    height: calc(100vh - var(--header-h, 185px));
    min-height: 540px;
    overflow: hidden;
}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.8s ease;
    pointer-events: none;
}

.slide--active {
    opacity: 1;
    pointer-events: auto;
}

.slide__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.slide__content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    gap: 4rem;
}

.slide__text {
    color: #fff;
}

.slide__tag {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 1.5rem;
}

.slide__title {
    font-family: var(--font-heading);
    font-size: clamp(2.8rem, 5vw, 5rem);
    font-weight: 400;
    line-height: 1.05;
    margin: 0 0 1.5rem;
    color: #fff;
}

.slide__title em {
    font-style: italic;
    color: var(--c-accent);
}

.slide__desc {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    max-width: 440px;
    margin-bottom: 2.5rem;
}

.slide__btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #fff;
    color: var(--c-primary) !important;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 4px;
    transition: var(--transition);
}

.slide__btn:hover {
    background: var(--c-accent);
    color: #fff !important;
    transform: translateY(-2px);
}

.slide__btn--green {
    color: #1a2e1a !important;
}

.slide__btn--purple {
    color: #1e1a2e !important;
}

/* Görsel sağ alan */
.slide__visual {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.slide__img-wrap {
    position: relative;
    /* clamp: tablet'te küçük, desktop'ta büyük, hiçbir zaman hero yüksekliğini aşmaz */
    width: clamp(300px, 42vw, 560px);
    height: clamp(300px, 42vw, 560px);
    max-height: calc(100vh - var(--header-h, 185px) - 80px);
    /* yükseklik sınırı */
    max-width: clamp(300px, 42vw, 560px);
    border-radius: 6px;
    overflow: visible;
    /* Kare oranlı kalabilmesı için */
    aspect-ratio: 1 / 1;
}

.slide__img-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Gerçek ürün/slider görseli (Customizer'dan atanır) */
.slide__img-real {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
    display: block;
}



.placeholder-text {
    font-family: var(--font-heading);
    font-size: clamp(3rem, 8vw, 7rem);
    color: rgba(255, 255, 255, 0.15);
    letter-spacing: -3px;
    user-select: none;
}

.slide__badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--c-primary);
    line-height: 1.3;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Ok butonları */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.25s;
    backdrop-filter: blur(4px);
}

.slider-arrow:hover {
    background: rgba(255, 255, 255, 0.3);
}

.slider-arrow--prev {
    left: 2rem;
}

.slider-arrow--next {
    right: 2rem;
}

/* Nokta indikatörleri */
.slider-dots {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 0.6rem;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.dot--active {
    background: #fff;
    width: 28px;
    border-radius: 4px;
}

/* 4. ÖZELLİKLER ŞERİDİ
   ===================================================================== */
.features-strip {
    background: var(--c-surface);
    border-bottom: 1px solid var(--c-border);
}

.features-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 1.2rem 0;
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--c-text-dark);
    letter-spacing: 0.3px;
}

.feature-item svg {
    color: var(--c-accent);
    flex-shrink: 0;
}

/* 5. ANASAYFA ÜRÜNLER
   ===================================================================== */
.home-products {
    max-width: 1400px;
    margin: 0 auto;
    padding: 5rem 5% 8rem;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 3rem;
}

.section-title {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    color: var(--c-primary);
    font-weight: 400;
    margin: 0;
}

.section-link {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--c-accent);
}

.section-link:hover {
    color: var(--c-primary);
}

/* ══ KATEGORİLER GRID ══════════════════════════════════════════════════ */
.home-categories {
    background: var(--c-bg);
    padding: 6rem 5%;
    border-top: 1px solid var(--c-border);
}

.home-categories .section-header {
    max-width: 1400px;
    margin: 0 auto 3rem;
}

.categories-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.cat-card {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #e8e0d4;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.cat-card:nth-child(1) {
    grid-column: span 2;
    aspect-ratio: 16 / 9;
}

.cat-card__bg {
    position: absolute;
    inset: 0;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.cat-card:hover .cat-card__bg {
    transform: scale(1.06);
}

.cat-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(20, 10, 5, 0.72) 100%);
    transition: opacity 0.3s;
}

.cat-card:hover .cat-card__overlay {
    opacity: 0.9;
}

.cat-card__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 1.75rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.cat-card__name {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.1;
}

.cat-card:nth-child(1) .cat-card__name {
    font-size: 1.8rem;
}

.cat-card__count {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0.3rem;
}

.cat-card__arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: background 0.25s, border-color 0.25s;
    flex-shrink: 0;
}

.cat-card:hover .cat-card__arrow {
    background: var(--c-accent);
    border-color: var(--c-accent);
}

/* ══ MARKA HİKAYESİ ════════════════════════════════════════════════════ */
.home-story {
    background: var(--c-bg);
    padding: 6rem 5%;
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 560px;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
    background: #faf6f0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}

.story-image {
    position: relative;
    overflow: hidden;
    min-height: 480px;
}

.story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}

.story-image:hover img {
    transform: scale(1.04);
}

.story-image-placeholder {
    width: 100%;
    height: 100%;
    min-height: 480px;
    background: linear-gradient(145deg, #C58B54, #8B5E3C 50%, #5A1919);
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-image-placeholder span {
    font-family: var(--font-heading);
    font-size: 6rem;
    color: rgba(255, 255, 255, 0.1);
    letter-spacing: -4px;
}

.story-content {
    padding: 5rem 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
}

.story-label {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--c-accent);
}

.story-title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3vw, 2.8rem);
    color: var(--c-primary);
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
}

.story-body {
    font-size: 1rem;
    line-height: 1.85;
    color: var(--c-text-light);
    max-width: 480px;
}

.story-stats {
    display: flex;
    gap: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--c-border);
}

.stat-item strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 2.2rem;
    color: var(--c-primary);
    font-weight: 400;
    line-height: 1;
}

.stat-item span {
    font-size: 0.78rem;
    color: var(--c-text-light);
    letter-spacing: 0.5px;
}

.story-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--c-primary);
    border-bottom: 1.5px solid var(--c-primary);
    padding-bottom: 3px;
    transition: color 0.2s, border-color 0.2s;
    align-self: flex-start;
}

.story-btn:hover {
    color: var(--c-accent);
    border-color: var(--c-accent);
}

/* ══ MÜŞTERİ YORUMLARI ═════════════════════════════════════════════════ */
.home-testimonials {
    padding: 7rem 5%;
    background: var(--c-surface);
}

.home-testimonials .inner-wrap {
    max-width: 1400px;
    margin: 0 auto;
}

.home-testimonials .section-header {
    justify-content: center;
    text-align: center;
    margin-bottom: 4rem;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.testimonial-card {
    background: #fff;
    border-radius: 6px;
    padding: 2rem 2.25rem;
    border: 1px solid var(--c-border);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    transition: box-shadow 0.3s, transform 0.3s;
}

.testimonial-card:hover {
    box-shadow: 0 12px 40px rgba(90, 25, 25, 0.08);
    transform: translateY(-4px);
}

.testimonial-stars {
    color: var(--c-accent);
    font-size: 1rem;
    letter-spacing: 2px;
}

.testimonial-text {
    font-size: 0.98rem;
    line-height: 1.8;
    color: var(--c-text-light);
    font-style: italic;
    flex: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--c-border);
}

.testimonial-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--c-accent), var(--c-primary));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
}

.testimonial-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--c-text-dark);
    line-height: 1.2;
}

.testimonial-location {
    font-size: 0.75rem;
    color: var(--c-text-light);
}

/* ══ NEWSLETTER ════════════════════════════════════════════════════════ */
.home-newsletter {
    background: var(--c-primary);
    padding: 7rem 5%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.home-newsletter::before {
    content: '';
    position: absolute;
    top: -60%;
    left: -10%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.025);
    pointer-events: none;
}

.home-newsletter::after {
    content: '';
    position: absolute;
    bottom: -40%;
    right: -5%;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    pointer-events: none;
}

.newsletter-inner {
    max-width: 560px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.newsletter-label {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--c-accent);
    margin-bottom: 1rem;
    display: block;
}

.newsletter-title {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    color: #fff;
    font-weight: 400;
    margin: 0 0 0.75rem;
    line-height: 1.1;
}

.newsletter-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

.newsletter-form {
    display: flex;
    max-width: 440px;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.newsletter-input {
    flex: 1;
    padding: 1rem 1.25rem;
    border: none;
    outline: none;
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--c-text-dark);
    background: #fff;
}

.newsletter-input::placeholder {
    color: #a0998f;
}

.newsletter-btn {
    padding: 1rem 1.5rem;
    background: var(--c-accent);
    color: #fff;
    border: none;
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: opacity 0.2s;
    white-space: nowrap;
}

.newsletter-btn:hover {
    opacity: 0.88;
}

.newsletter-note {
    margin-top: 1rem;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.35);
}

/* 6. PREMIUM PAGE LAYOUTS
   ===================================================================== */
.site-main {
    min-height: 50vh;
    padding-bottom: var(--space-section);
}

.front-page-main {
    padding-bottom: 0;
}


/* ── GELİŞMİŞ FOOTER ──────────────────────────────────────────────────── */
.site-footer {
    background-color: #100c0a;
    color: #c8c0b8;
    padding: 0;
}

.footer-top {
    padding: 5.5rem 5% 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1.2fr 1.2fr 1.4fr;
    gap: 3.5rem;
}

/* Marka kolonu */
.footer-logo {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 2.2rem;
    color: #FAF6F0;
    text-decoration: none;
    margin-bottom: 1.25rem;
    letter-spacing: -1px;
}

.footer-brand p {
    color: #8a8078;
    font-size: 0.92rem;
    line-height: 1.8;
    max-width: 280px;
    margin-bottom: 1.5rem;
}

/* Sosyal medya */
.footer-social {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.social-link {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a09890;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.social-link:hover {
    background: var(--c-accent);
    color: #fff;
    border-color: var(--c-accent);
}

/* Widget kolonlar */
.footer-widget h4 {
    color: #FAF6F0;
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 1.75rem;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget li {
    margin-bottom: 0.85rem;
}

.footer-widget a {
    color: #8a8078;
    font-size: 0.9rem;
    font-weight: 300;
    transition: color 0.2s, padding-left 0.2s;
}

.footer-widget a:hover {
    color: #FAF6F0;
    padding-left: 4px;
}

/* İletişim kolonu */
.contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    color: #8a8078;
    font-size: 0.88rem;
    margin-bottom: 1rem !important;
}

.contact-list svg {
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--c-accent);
}

.contact-list a,
.contact-list span {
    color: #8a8078;
    transition: color 0.2s;
}

.contact-list a:hover {
    color: #FAF6F0;
}

/* Footer alt çubuk */
.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.75rem 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.82rem;
    color: #5a5450;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-payment {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.payment-label {
    font-size: 0.75rem;
    color: #5a5450;
    white-space: nowrap;
}

.payment-icons {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.pay-icon {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.6rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 600;
    color: #8a8078;
    letter-spacing: 0.5px;
}

.pay-icon--ssl {
    color: #7aaa7a;
    border-color: rgba(122, 170, 122, 0.2);
    background: rgba(122, 170, 122, 0.06);
}



/* 6. RESPONSIVE PERFECTION
   ===================================================================== */
@media (max-width: 992px) {
    .header-main {
        flex-direction: column;
        gap: 1.5rem;
        padding: 1.5rem;
    }

    .hero-editorial {
        grid-template-columns: 1fr;
        padding-top: 3rem;
        gap: 3rem;
    }

    .hero-content {
        padding-right: 0;
        text-align: center;
    }

    .hero-desc {
        margin: 0 auto 3rem auto;
    }

    .hero-image-wrapper {
        height: 500px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-brand p {
        margin: 0 auto;
    }

    .footer-social {
        justify-content: center;
    }

    .contact-list li {
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
}

@media (max-width: 768px) {
    :root {
        --space-section: 4rem;
    }

    .hero-title {
        font-size: 2.8rem;
    }

    .main-navigation ul {
        justify-content: flex-start;
        padding: 0 1.5rem;
    }
}

/* ── HERO SLIDER RESPONSIVE ────────────────────────────────────────── */

.mobile-menu-close {
    display: none;
}

/* Tablet: 900px altı */
@media (max-width: 900px) {
    .mobile-menu-toggle {
        display: flex;
    }

    .menu-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
        backdrop-filter: blur(4px);
    }

    body.menu-open .menu-overlay {
        opacity: 1;
        visibility: visible;
    }

    body.menu-open {
        overflow: hidden;
    }

    .header-nav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100vw;
        max-width: 100vw;
        height: 100vh;
        background: #FAF6F0;
        z-index: 1000;
        box-shadow: 2px 0 24px rgba(0, 0, 0, 0.15);
        padding-top: 5.5rem;
        transition: left 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        border-top: none;
        overflow-y: auto;
    }

    .mobile-menu-close {
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
        width: 44px;
        height: 44px;
        background: transparent;
        border: none;
        color: var(--c-text-dark);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: color 0.2s;
        z-index: 1001;
    }

    .mobile-menu-close:hover {
        color: var(--c-primary);
    }

    .mobile-menu-close {
        display: flex;
        /* Mobile display */
    }

    body.menu-open .header-nav {
        left: 0;
    }

    .main-navigation ul {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 2rem;
        gap: 0;
    }

    .main-navigation a {
        padding: 1.25rem 0;
        font-size: 1.1rem;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        color: var(--c-text-dark);
        opacity: 0;
        transform: translateX(-20px);
        transition: color 0.2s, opacity 0.4s ease, transform 0.4s ease;
    }

    body.menu-open .main-navigation a {
        opacity: 1;
        transform: translateX(0);
    }

    /* Stagger li animations simply using pure css n-th child just 6 items mostly */
    body.menu-open .main-navigation li:nth-child(1) a {
        transition-delay: 0.1s;
    }

    body.menu-open .main-navigation li:nth-child(2) a {
        transition-delay: 0.15s;
    }

    body.menu-open .main-navigation li:nth-child(3) a {
        transition-delay: 0.2s;
    }

    body.menu-open .main-navigation li:nth-child(4) a {
        transition-delay: 0.25s;
    }

    body.menu-open .main-navigation li:nth-child(5) a {
        transition-delay: 0.3s;
    }

    body.menu-open .main-navigation li:nth-child(6) a {
        transition-delay: 0.35s;
    }

    .main-navigation a::after {
        display: none;
    }

    .hero-slider {
        height: auto;
        min-height: calc(100vh - var(--header-h, 185px));
    }

    .slide__content {
        grid-template-columns: 1fr;
        align-content: center;
        gap: 2rem;
        padding: 3rem 5%;
        text-align: center;
    }

    .story-grid,
    .testimonials-grid,
    .categories-grid {
        grid-template-columns: 1fr;
    }

    .story-content {
        padding: 4rem 6%;
    }

    .story-stats {
        gap: 2rem;
        flex-wrap: wrap;
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .cat-card:nth-child(1) {
        grid-column: span 1;
        aspect-ratio: 4 / 3;
    }

    .slide__text {
        order: 1;
    }

    .slide__visual {
        order: 2;
        justify-content: center;
        height: auto;
    }

    .slide__img-wrap {
        width: clamp(180px, 50vw, 300px);
        height: clamp(180px, 50vw, 300px);
        max-height: 300px;
        margin: 0 auto;
    }

    .slide__desc {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .slide__badge {
        width: 72px;
        height: 72px;
        font-size: 0.72rem;
        bottom: -10px;
        right: -10px;
    }
}

/* Mobil: 600px altı */
@media (max-width: 600px) {
    .hero-slider {
        min-height: calc(100svh - var(--header-h, 120px));
        height: auto;
    }

    .slide__content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 2.5rem 6%;
        justify-items: center;
    }

    .slide__visual {
        display: none;
    }

    /* Mobilde görsel gizle, yazı öne çık */

    .slide__title {
        font-size: clamp(2rem, 9vw, 2.8rem);
    }

    .slide__desc {
        font-size: 1rem;
        margin-bottom: 1.75rem;
    }

    .slide__btn {
        padding: 0.85rem 2rem;
        font-size: 0.82rem;
    }

    .slider-arrow {
        width: 40px;
        height: 40px;
    }

    .slider-arrow--prev {
        left: 0.75rem;
    }

    .slider-arrow--next {
        right: 0.75rem;
    }
}