﻿/* =========================================================
   FRISEUR FA AYDOGAN — Hamburg
   Refined dark-gold design system
   ========================================================= */
:root {
    /* Renkler */
    --bg:        #0d0c0a;
    --surface:   #15130f;
    --surface-2: #1b1813;
    --surface-3: #232017;
    --line:      rgba(201, 162, 80, .14);
    --line-2:    rgba(255, 255, 255, .07);
    --gold:      #c8a24b;
    --gold-2:    #e7cd85;
    --gold-soft: #d8b65f;
    --rose:      #e7b9a8;   /* yumuşak şampanya/gül — kadın dokunuşu */
    --rose-soft: #d9a892;
    --cream:     #f5efe3;
    --text:      #e9e2d4;
    --muted:     #9d9482;
    --danger:    #df9270;

    /* Ölçü & efekt */
    --radius:    16px;
    --radius-sm: 10px;
    --shadow:    0 24px 60px rgba(0, 0, 0, .45);
    --shadow-sm: 0 10px 28px rgba(0, 0, 0, .3);
    --ring:      0 0 0 3px rgba(201, 162, 75, .18);
    --max:       1200px;
    --ease:      cubic-bezier(.22, .61, .36, 1);
    --grad-gold: linear-gradient(135deg, #d8b65f 0%, #e7cd85 45%, #c19237 100%);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; -webkit-text-size-adjust: 100%; }

body {
    font-family: 'Poppins', system-ui, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.7;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; line-height: 1.14; font-weight: 700; color: var(--cream); }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 28px; }

/* Bölüm başlıkları üst etiketi */
.eyebrow {
    display: inline-block; color: var(--gold-2); letter-spacing: 3.5px;
    font-size: .74rem; font-weight: 600; margin-bottom: 16px; text-transform: uppercase;
}
.eyebrow::before { content: '— '; color: var(--gold); }

/* =================== BUTONLAR =================== */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    padding: 15px 32px; border-radius: 50px; font-weight: 500; font-size: .95rem;
    cursor: pointer; border: none; letter-spacing: .3px; font-family: inherit;
    transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s, color .3s, border-color .3s;
    will-change: transform;
}
.btn-primary {
    background: var(--grad-gold); color: #1c1407;
    box-shadow: 0 12px 30px rgba(201, 162, 75, .32);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(201, 162, 75, .45); }
.btn-ghost { background: transparent; color: var(--text); border: 1.5px solid rgba(255, 255, 255, .22); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-2); transform: translateY(-3px); }
.btn-block { width: 100%; }

/* =================== ÜST BİLGİ ÇUBUĞU =================== */
.topbar {
    background: linear-gradient(90deg, #100f0c, #1a1711);
    border-bottom: 1px solid var(--line);
    font-size: .82rem; color: var(--muted);
}
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 9px 0; flex-wrap: wrap; }
.topbar-left { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.topbar a { color: var(--muted); transition: color .2s; }
.topbar a:hover { color: var(--gold-2); }
.topbar b { color: var(--cream); font-weight: 500; }
.tb-status { display: inline-flex; align-items: center; gap: 7px; }
.tb-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--muted); box-shadow: 0 0 0 0 rgba(0,0,0,0); }
.tb-dot.open { background: #5fcf78; box-shadow: 0 0 10px rgba(95, 207, 120, .7); }
.tb-dot.closed { background: var(--danger); }
.topbar-right { display: flex; align-items: center; gap: 16px; }
.topbar-right a { font-weight: 500; }

/* =================== NAVBAR =================== */
.navbar { position: sticky; top: 0; z-index: 100; transition: background .4s var(--ease), padding .4s var(--ease), box-shadow .4s var(--ease), border-color .4s; border-bottom: 1px solid transparent; }
.navbar.scrolled { background: rgba(13, 12, 10, .9); backdrop-filter: blur(16px) saturate(1.2); box-shadow: 0 10px 34px rgba(0, 0, 0, .4); border-bottom-color: var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo-img { height: 50px; width: 50px; border-radius: 12px; display: block; background: #fff; object-fit: contain; padding: 4px; border: 1.5px solid rgba(201, 162, 75, .45); box-shadow: var(--shadow-sm); }
.logo-mark { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 11px; background: var(--grad-gold); color: #1c1407; font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.05rem; letter-spacing: .5px; }
.logo-text { font-size: 1.16rem; letter-spacing: .4px; color: var(--cream); font-weight: 400; font-family: 'Playfair Display', serif; }
.logo-text strong { color: var(--gold-2); font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-size: .94rem; color: var(--text); position: relative; transition: color .25s; }
.nav-links a:not(.nav-cta):hover { color: var(--gold-2); }
.nav-links a:not(.nav-cta)::after { content: ''; position: absolute; bottom: -7px; left: 0; width: 0; height: 2px; background: var(--grad-gold); transition: width .3s var(--ease); }
.nav-links a:not(.nav-cta):hover::after { width: 100%; }
.nav-cta { background: var(--grad-gold); color: #1c1407 !important; padding: 10px 24px; border-radius: 50px; font-weight: 600; transition: transform .3s var(--ease), box-shadow .3s; }
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(201, 162, 75, .4); }
.nav-toggle { display: none; flex-direction: column; gap: 5.5px; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 26px; height: 2.5px; background: var(--cream); border-radius: 2px; transition: .35s var(--ease); }

/* =================== HERO =================== */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center;
    background:
        linear-gradient(95deg, rgba(8,8,9,.95) 0%, rgba(8,8,9,.82) 34%, rgba(8,8,9,.46) 64%, rgba(8,8,9,.2) 100%),
        url('hero-bg.jpg') center right/cover;
    background-color: #08080a;
}
.hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 78% 35%, transparent 38%, rgba(11,10,8,.5)); pointer-events: none; }
/* Üstte ince altın çizgi vurgusu */
.hero::before { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: .5; z-index: 3; }
.hero-content { position: relative; z-index: 2; max-width: 780px; padding: 70px 0; }
.hero-eyebrow { color: var(--gold-2); letter-spacing: 4px; font-size: .8rem; font-weight: 600; margin-bottom: 20px; }
.hero h1 { font-size: clamp(2.7rem, 6.2vw, 5rem); margin-bottom: 22px; letter-spacing: -.5px; }
.hero h1 span { font-style: italic; position: relative; background: linear-gradient(100deg, var(--gold-2), var(--rose)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-sub { font-size: 1.16rem; color: var(--text); opacity: .92; max-width: 600px; margin-bottom: 38px; font-weight: 300; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 60px; }
.hero-stats { display: flex; gap: 52px; flex-wrap: wrap; }
.hero-stats div { display: flex; flex-direction: column; }
.hero-stats strong { font-family: 'Playfair Display', serif; font-size: 2.3rem; color: var(--gold-2); line-height: 1; margin-bottom: 6px; }
.hero-stats span { font-size: .82rem; color: var(--muted); letter-spacing: .6px; }

/* =================== FEATURE / TRUST STRIP =================== */
.trust { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; gap: 16px; padding: 30px 26px; border-right: 1px solid var(--line-2); }
.trust-item:last-child { border-right: none; }
.trust-ic { font-size: 1.7rem; width: 52px; height: 52px; flex-shrink: 0; display: grid; place-items: center; border-radius: 13px; background: var(--surface-3); border: 1px solid var(--line); }
.trust-item strong { display: block; color: var(--cream); font-size: .98rem; font-weight: 500; }
.trust-item span { color: var(--muted); font-size: .84rem; }

/* =================== GENEL BÖLÜM =================== */
.section { padding: 110px 0; }
.section-head { text-align: center; max-width: 660px; margin: 0 auto 64px; }
.section-head h2 { font-size: clamp(2.1rem, 4.2vw, 3rem); margin-bottom: 18px; }
.section-lead { color: var(--muted); font-weight: 300; font-size: 1.05rem; }

/* =================== HİZMETLER =================== */
.services-cat { font-size: 1.6rem; letter-spacing: .4px; color: var(--cream); margin: 14px 0 26px; display: flex; align-items: center; gap: 16px; }
.services-cat:not(:first-of-type) { margin-top: 56px; }
.services-cat::before { content: ''; width: 26px; height: 2px; flex-shrink: 0; background: var(--grad-gold); border-radius: 2px; }
.services-cat::after { content: ''; flex: 1; height: 1px; background: linear-gradient(90deg, var(--line), transparent); }
/* Damen kategorisine yumuşak gül vurgusu */
#services .services-cat:nth-of-type(2) { color: var(--rose); }
#services .services-cat:nth-of-type(2)::after { background: linear-gradient(90deg, rgba(231,185,168,.3), transparent); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.service-card {
    background: linear-gradient(165deg, var(--surface-2), var(--surface-3));
    border: 1px solid var(--line); border-radius: var(--radius);
    padding: 34px 30px; position: relative; overflow: hidden;
    transition: transform .4s var(--ease), border-color .4s, box-shadow .4s;
}
.service-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: var(--grad-gold); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.service-card:hover { transform: translateY(-8px); border-color: rgba(201, 162, 75, .45); box-shadow: var(--shadow); }
.service-card:hover::before { transform: scaleX(1); }
.service-card-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 16px; }
.service-icon { font-size: 2.3rem; }
.price { font-family: 'Playfair Display', serif; font-size: 1.55rem; color: var(--gold-2); font-weight: 700; white-space: nowrap; }
.price small { font-size: .7rem; color: var(--muted); font-family: 'Poppins', sans-serif; font-weight: 400; display: block; text-align: right; }
.service-card h3 { font-size: 1.32rem; margin-bottom: 9px; }
.service-card p { color: var(--muted); font-size: .93rem; font-weight: 300; }

/* ---- Preisliste (elegantes Menü-Layout) ---- */
.price-list {
    position: relative;
    display: grid; grid-template-columns: 1fr 1fr; column-gap: 66px;
    background:
        radial-gradient(135% 120% at 50% -12%, rgba(201,162,75,.07), transparent 55%),
        linear-gradient(165deg, var(--surface-2), var(--surface-3));
    border: 1px solid var(--line); border-radius: 20px;
    padding: 26px 44px;
    box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255,255,255,.04);
}
/* feine Goldlinie oben + Spalten-Trennlinie */
.price-list::before { content: ''; position: absolute; top: 0; left: 36px; right: 36px; height: 1px; background: linear-gradient(90deg, transparent, rgba(201,162,80,.55), transparent); }
.price-list::after  { content: ''; position: absolute; top: 30px; bottom: 30px; left: 50%; width: 1px; background: linear-gradient(180deg, transparent, var(--line), transparent); }
.price-list--solo { grid-template-columns: 1fr; max-width: 560px; }
.price-list--solo::after { display: none; }

.price-row {
    display: flex; align-items: baseline; gap: 12px;
    padding: 15px 16px; margin: 0 -16px; border-radius: 12px;
    transition: background .35s var(--ease);
}
.price-row:hover { background: linear-gradient(90deg, rgba(201,162,75,.1), rgba(201,162,75,0)); }
.price-row:hover .pr-name { color: var(--cream); }
.price-row:hover .pr-price { text-shadow: 0 0 20px rgba(201,162,75,.4); }

.pr-name { color: var(--text); font-weight: 300; font-size: 1.02rem; letter-spacing: .2px; transition: color .3s; }
.pr-leader { flex: 1 1 auto; min-width: 16px; align-self: flex-end; margin-bottom: 6px; border-bottom: 1px dotted rgba(201,162,80,.38); }
.pr-price { color: var(--gold-2); font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; white-space: nowrap; letter-spacing: .3px; transition: text-shadow .3s; }
.pr-price .from { font-style: normal; font-size: .62rem; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); font-family: 'Poppins', sans-serif; font-weight: 500; margin-right: 5px; vertical-align: 1px; }
.pr-price small { font-size: .6rem; color: var(--muted); font-family: 'Poppins', sans-serif; font-weight: 400; margin-left: 5px; }
.pr-text { font-family: 'Poppins', sans-serif; font-size: .74rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--gold-soft); }

@media (max-width: 760px) {
    .price-list { grid-template-columns: 1fr; column-gap: 0; padding: 18px 24px; }
    .price-list::after { display: none; }
}

/* =================== HAKKIMIZDA =================== */
.about { background: var(--surface); }
.about-inner { display: grid; grid-template-columns: 1fr 1.12fr; gap: 64px; align-items: center; }
.about-img { position: relative; }
.about-img-box { height: 500px; border-radius: var(--radius); background: linear-gradient(rgba(13,12,10,.2), rgba(13,12,10,.5)), url('https://images.unsplash.com/photo-1599351431202-1e0f0137899a?auto=format&fit=crop&w=900&q=80') center/cover; box-shadow: var(--shadow); }
.about-badge { position: absolute; bottom: -28px; right: -12px; background: var(--grad-gold); color: #1c1407; padding: 24px 30px; border-radius: var(--radius); text-align: center; box-shadow: 0 16px 36px rgba(201, 162, 75, .42); }
.about-badge strong { display: block; font-family: 'Playfair Display', serif; font-size: 2.3rem; line-height: 1; }
.about-badge span { font-size: .78rem; font-weight: 500; }
.about-text h2 { font-size: clamp(2.1rem, 4.2vw, 2.9rem); margin-bottom: 22px; }
.about-text p { color: var(--muted); font-weight: 300; margin-bottom: 16px; }
.about-list { margin: 26px 0 32px; display: grid; gap: 13px; }
.about-list li { position: relative; padding-left: 32px; color: var(--text); }
.about-list li::before { content: '✓'; position: absolute; left: 0; top: 2px; color: #1c1407; background: var(--grad-gold); width: 21px; height: 21px; border-radius: 50%; display: grid; place-items: center; font-size: .72rem; font-weight: 700; }

/* =================== WARUM WIR =================== */
.why { background: var(--bg); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.why-card { background: linear-gradient(165deg, var(--surface-2), var(--surface)); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 26px; text-align: center; transition: transform .4s var(--ease), border-color .4s; }
.why-card:hover { transform: translateY(-6px); border-color: rgba(201, 162, 75, .4); }
.why-ic { font-size: 2.2rem; width: 70px; height: 70px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; background: var(--surface-3); border: 1px solid var(--line); }
.why-card h3 { font-size: 1.2rem; margin-bottom: 10px; }
.why-card p { color: var(--muted); font-size: .9rem; font-weight: 300; }

/* =================== GALERİ =================== */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-item { height: 290px; border-radius: var(--radius); background-color: var(--surface-3); background-size: cover; background-position: center; position: relative; overflow: hidden; transition: transform .5s var(--ease); filter: grayscale(22%) brightness(.95); }
.gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(rgba(0,0,0,0) 55%, rgba(201, 162, 75, .4)); opacity: 0; transition: opacity .4s; }
.gallery-item:hover { transform: scale(1.025); filter: grayscale(0) brightness(1); }
.gallery-item:hover::after { opacity: 1; }
/* --- ERKEK saç & sakal işleri --- */
.g1 { background-image: url('https://images.unsplash.com/photo-1503951914875-452162b0f3f1?auto=format&fit=crop&w=600&q=80'); }
.g2 { background-image: url('https://images.unsplash.com/photo-1599351431202-1e0f0137899a?auto=format&fit=crop&w=600&q=80'); }
.g3 { background-image: url('https://images.unsplash.com/photo-1605497788044-5a32c7078486?auto=format&fit=crop&w=600&q=80'); }
.g4 { background-image: url('https://images.unsplash.com/photo-1622286342621-4bd786c2447c?auto=format&fit=crop&w=600&q=80'); }
.g5 { background-image: url('https://images.unsplash.com/photo-1521590832167-7bcbfaa6381f?auto=format&fit=crop&w=600&q=80'); }
.g6 { background-image: url('https://images.unsplash.com/photo-1517832606299-7ae9b720a186?auto=format&fit=crop&w=600&q=80'); }
.g7 { background-image: url('https://images.unsplash.com/photo-1503443207922-dff7d543fd0e?auto=format&fit=crop&w=600&q=80'); }
/* --- KADIN saç işleri (saç odaklı) --- */
.g8  { background-image: url('https://images.unsplash.com/photo-1595476108010-b4d1f102b1b1?auto=format&fit=crop&w=600&q=80'); }
.g9  { background-image: url('https://images.unsplash.com/photo-1560066984-138dadb4c035?auto=format&fit=crop&w=600&q=80'); }
.g10 { background-image: url('https://images.unsplash.com/photo-1519699047748-de8e457a634e?auto=format&fit=crop&w=600&q=80'); }
.g11 { background-image: url('https://images.unsplash.com/photo-1492106087820-71f1a00d2b11?auto=format&fit=crop&w=600&q=80'); }
.g12 { background-image: url('https://images.unsplash.com/photo-1559599101-f09722fb4948?auto=format&fit=crop&w=600&q=80'); }
.g13 { background-image: url('https://images.unsplash.com/photo-1562322140-8baeececf3df?auto=format&fit=crop&w=600&q=80'); }
.g14 { background-image: url('https://images.unsplash.com/photo-1580618672591-eb180b1a973f?auto=format&fit=crop&w=600&q=80'); }
.g15 { background-image: url('https://images.unsplash.com/photo-1502823403499-6ccfcf4fb453?auto=format&fit=crop&w=600&q=80'); }
.gallery-cta { text-align: center; margin-top: 44px; }
.gallery-cta p { color: var(--muted); margin-bottom: 18px; }

/* =================== BEWERTUNGEN =================== */
.reviews { background: var(--surface); }
.reviews-rating { text-align: center; margin-bottom: 50px; }
.reviews-rating .big { font-family: 'Playfair Display', serif; font-size: 3rem; color: var(--gold-2); line-height: 1; }
.reviews-rating .stars-lg { color: var(--gold-2); font-size: 1.3rem; letter-spacing: 3px; margin: 8px 0; }
.reviews-rating span { color: var(--muted); font-size: .9rem; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.review-card { background: linear-gradient(165deg, var(--surface-2), var(--surface-3)); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 30px; position: relative; transition: transform .4s var(--ease), border-color .4s; }
.review-card::before { content: '\201C'; position: absolute; top: 14px; right: 24px; font-family: 'Playfair Display', serif; font-size: 4rem; color: var(--line); line-height: 1; }
.review-card:hover { transform: translateY(-6px); border-color: rgba(201, 162, 75, .4); }
.stars { color: var(--gold-2); font-size: 1.05rem; letter-spacing: 2px; margin-bottom: 16px; }
.review-card p { color: var(--text); font-weight: 300; font-style: italic; margin-bottom: 24px; }
.review-author { display: flex; align-items: center; gap: 13px; }
.ra-avatar { width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0; background: var(--grad-gold); color: #1c1407; display: grid; place-items: center; font-weight: 700; font-family: 'Playfair Display', serif; }
.review-author strong { display: block; color: var(--cream); font-size: .95rem; font-weight: 500; }
.review-author span { color: var(--muted); font-size: .8rem; }
.reviews-note { text-align: center; margin-top: 36px; color: var(--muted); font-size: .82rem; opacity: .75; }

/* =================== ÖFFNUNGSZEITEN + ANFAHRT =================== */
.hours-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: stretch; }
.hours-text h2 { font-size: clamp(2.1rem, 4.2vw, 2.8rem); margin-bottom: 16px; }
.hours-list { display: grid; gap: 11px; margin-top: 28px; }
.hours-list li { display: flex; justify-content: space-between; align-items: center; background: var(--surface-2); padding: 17px 24px; border-radius: var(--radius-sm); border: 1px solid var(--line); transition: border-color .3s, background .3s; }
.hours-list li.today { border-color: rgba(201, 162, 75, .55); background: linear-gradient(90deg, var(--surface-3), var(--surface-2)); }
.hours-list li.today span::after { content: attr(data-today); color: var(--gold-2); font-size: .78rem; }
.hours-list span { color: var(--muted); }
.hours-list strong { color: var(--gold-2); font-size: 1.02rem; font-weight: 500; }
.hours-list strong.closed { color: var(--danger); }
.map-wrap { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); min-height: 360px; box-shadow: var(--shadow-sm); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 360px; border: 0; display: block; filter: grayscale(20%) contrast(1.05) brightness(.92); }

/* =================== KONTAKT =================== */
.contact-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 40px; align-items: start; }
.contact-form { background: linear-gradient(165deg, var(--surface-2), var(--surface-3)); padding: 40px; border-radius: var(--radius); border: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 20px; box-shadow: var(--shadow-sm); }
.field { display: flex; flex-direction: column; gap: 8px; }
.field-full { grid-column: 1 / -1; }
.contact-form .btn-block { grid-column: 1 / -1; }
.field label { font-size: .84rem; color: var(--muted); font-weight: 500; }
.field input, .field select, .field textarea { background: var(--bg); border: 1px solid var(--line-2); border-radius: var(--radius-sm); padding: 13px 15px; color: var(--text); font-family: inherit; font-size: .95rem; transition: border-color .25s, box-shadow .25s; }
.field input::placeholder, .field textarea::placeholder { color: #6f685b; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: var(--ring); }
.field textarea { resize: vertical; }
.field select option, .field select optgroup { background: var(--surface-2); color: var(--text); }
.form-msg { grid-column: 1 / -1; text-align: center; font-size: .9rem; min-height: 20px; }
.form-msg.ok { color: var(--gold-2); }
.form-msg.err { color: var(--danger); }
.form-hint { grid-column: 1 / -1; text-align: center; font-size: .78rem; color: var(--muted); opacity: .7; margin-top: -6px; }

.contact-info { display: grid; gap: 22px; padding-top: 4px; }
.info-item { display: flex; gap: 16px; align-items: flex-start; }
.info-ic { font-size: 1.15rem; width: 48px; height: 48px; flex-shrink: 0; display: grid; place-items: center; border-radius: 13px; background: var(--surface-3); border: 1px solid var(--line); }
.info-item strong { display: block; color: var(--cream); margin-bottom: 3px; font-weight: 500; }
.info-item p { color: var(--muted); font-size: .92rem; font-weight: 300; }
.info-item a:hover { color: var(--gold-2); }
.info-socials { display: flex; gap: 11px; flex-wrap: wrap; margin-top: 4px; }
.info-socials a { padding: 9px 18px; border: 1px solid var(--line); border-radius: 50px; font-size: .84rem; color: var(--text); transition: .28s var(--ease); }
.info-socials a:hover { background: var(--grad-gold); color: #1c1407; border-color: transparent; transform: translateY(-2px); }

/* =================== FOOTER + IMPRESSUM =================== */
.footer { background: #0a0908; border-top: 1px solid var(--line); padding: 70px 0 0; }
.footer-cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 50px; }
.footer-col h4 { color: var(--cream); font-family: 'Poppins', sans-serif; font-size: .82rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; font-weight: 600; }
.footer-col p, .footer-col li { color: var(--muted); font-size: .9rem; font-weight: 300; margin-bottom: 10px; }
.footer-col a:hover { color: var(--gold-2); }
.footer-brand .logo { margin-bottom: 18px; }
.footer-brand p { max-width: 280px; }
.footer-impressum li { line-height: 1.5; }
.footer-bottom { border-top: 1px solid var(--line-2); padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-bottom p { color: var(--muted); font-size: .84rem; }
.footer-bottom .footer-legal { display: flex; gap: 18px; }
.footer-bottom .footer-legal a { color: var(--muted); font-size: .84rem; }
.footer-bottom .footer-legal a:hover { color: var(--gold-2); }
.footer-top-link { color: var(--gold-2); font-size: .88rem; }

/* =================== WHATSAPP FLOAT =================== */
.wa-float { position: fixed; bottom: 28px; right: 28px; z-index: 90; width: 60px; height: 60px; border-radius: 50%; background: #25d366; display: grid; place-items: center; font-size: 1.7rem; box-shadow: 0 12px 30px rgba(37, 211, 102, .45); transition: transform .3s var(--ease); animation: pulse 2.6s infinite; }
.wa-float:hover { transform: scale(1.1); }
@keyframes pulse {
    0%   { box-shadow: 0 12px 30px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,.5); }
    70%  { box-shadow: 0 12px 30px rgba(37,211,102,.45), 0 0 0 18px rgba(37,211,102,0); }
    100% { box-shadow: 0 12px 30px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,0); }
}

/* =================== SPRACHAUSWAHL =================== */
.lang-switch { position: relative; display: inline-flex; align-items: center; }
.lang-switch .lang-globe { position: absolute; left: 10px; font-size: .95rem; pointer-events: none; z-index: 2; }
#langSelect {
    appearance: none; -webkit-appearance: none;
    background: var(--surface-3); color: var(--cream);
    border: 1px solid var(--line); border-radius: 50px;
    padding: 7px 30px 7px 30px; font-family: inherit; font-size: .82rem; font-weight: 500;
    cursor: pointer; transition: border-color .25s, background .25s;
}
#langSelect:hover { border-color: var(--gold); background: var(--surface-2); }
#langSelect:focus { outline: none; border-color: var(--gold); box-shadow: var(--ring); }
.lang-switch::after { content: '▾'; position: absolute; right: 12px; color: var(--gold-2); font-size: .7rem; pointer-events: none; }
#langSelect option { background: #16140f; color: var(--text); }

/* =================== MARKEN-ICONS (SOCIAL) =================== */
.social-icons { display: inline-flex; align-items: center; gap: 10px; }
.social-ic {
    width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center;
    background: var(--surface-3); border: 1px solid var(--line); color: var(--cream);
    transition: transform .28s var(--ease), box-shadow .28s, color .28s, background .28s, border-color .28s;
}
.social-ic svg { width: 19px; height: 19px; fill: currentColor; }
.social-ic:hover { transform: translateY(-3px); border-color: transparent; }
.social-ic.ig:hover { color: #fff; background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fd5949 45%, #d6249f 70%, #285AEB 100%); box-shadow: 0 10px 24px rgba(214,36,159,.4); }
.social-ic.fb:hover { color: #fff; background: #1877f2; box-shadow: 0 10px 24px rgba(24,119,242,.4); }
.social-ic.wa:hover { color: #fff; background: #25d366; box-shadow: 0 10px 24px rgba(37,211,102,.4); }
.social-ic.gm:hover { color: #fff; background: #ea4335; box-shadow: 0 10px 24px rgba(234,67,53,.4); }
/* Topbar küçük ikon */
.topbar .social-ic { width: 30px; height: 30px; border-radius: 9px; }
.topbar .social-ic svg { width: 15px; height: 15px; }

/* =================== ÖNE ÇIKAN SOSYAL MEDYA =================== */
.social-cta { background: linear-gradient(135deg, var(--surface-2), var(--surface-3)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.social-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 44px 0; flex-wrap: wrap; }
.social-cta-text h3 { font-size: 1.7rem; margin-bottom: 6px; }
.social-cta-text p { color: var(--muted); font-weight: 300; }
.social-cta-text strong { color: var(--gold-2); font-weight: 600; }
.social-cta-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.social-btn {
    display: inline-flex; align-items: center; gap: 10px; padding: 13px 24px; border-radius: 50px;
    font-weight: 500; font-size: .92rem; color: #fff; transition: transform .28s var(--ease), box-shadow .28s, filter .28s;
}
.social-btn svg { width: 20px; height: 20px; fill: currentColor; }
.social-btn:hover { transform: translateY(-3px); filter: brightness(1.08); }
.social-btn.ig { background: linear-gradient(45deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888); box-shadow: 0 12px 28px rgba(204,35,102,.38); }
.social-btn.fb { background: #1877f2; box-shadow: 0 12px 28px rgba(24,119,242,.38); }
.social-btn.wa { background: #25d366; box-shadow: 0 12px 28px rgba(37,211,102,.38); }

/* =================== VIDEO BÖLÜMÜ =================== */
.videos { background: var(--bg); }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.video-card {
    position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 9 / 14;
    background-size: cover; background-position: center; border: 1px solid var(--line);
    display: block; transition: transform .4s var(--ease), box-shadow .4s; box-shadow: var(--shadow-sm);
}
.video-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(rgba(13,12,10,.15) 40%, rgba(13,12,10,.85)); transition: background .4s; }
.video-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.video-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 64px; height: 64px; border-radius: 50%; background: rgba(201,162,75,.92); display: grid; place-items: center; transition: transform .35s var(--ease), background .35s; z-index: 2; }
.video-play::after { content: ''; margin-left: 4px; border-style: solid; border-width: 11px 0 11px 18px; border-color: transparent transparent transparent #1c1407; }
.video-card:hover .video-play { transform: translate(-50%, -50%) scale(1.12); background: var(--gold-2); }
.video-meta { position: absolute; left: 18px; right: 18px; bottom: 16px; z-index: 2; }
.video-meta strong { display: block; color: #fff; font-family: 'Playfair Display', serif; font-size: 1.05rem; }
.video-meta span { color: rgba(255,255,255,.75); font-size: .8rem; }
.video-note { text-align: center; margin-top: 36px; color: var(--muted); font-size: .82rem; opacity: .75; }
.v1 { background-image: url('https://images.unsplash.com/photo-1599351431202-1e0f0137899a?auto=format&fit=crop&w=600&q=80'); }
.v2 { background-image: url('https://images.unsplash.com/photo-1560066984-138dadb4c035?auto=format&fit=crop&w=600&q=80'); }
.v3 { background-image: url('https://images.unsplash.com/photo-1605497788044-5a32c7078486?auto=format&fit=crop&w=600&q=80'); }

/* =================== RTL (Arabisch) =================== */
body.rtl { direction: rtl; }
body.rtl .eyebrow::before { content: ''; }
body.rtl .eyebrow::after { content: ' —'; color: var(--gold); }
body.rtl .topbar-inner, body.rtl .nav-inner, body.rtl .footer-bottom, body.rtl .social-cta-inner { direction: rtl; }
body.rtl .nav-links a:not(.nav-cta)::after { left: auto; right: 0; }
body.rtl .service-card::before { transform-origin: right; }
body.rtl .about-list li { padding-left: 0; padding-right: 32px; }
body.rtl .about-list li::before { left: auto; right: 0; }
body.rtl .services-cat::after { background: linear-gradient(270deg, var(--line), transparent); }
body.rtl .lang-switch .lang-globe { left: auto; right: 10px; }
body.rtl #langSelect { padding: 7px 30px 7px 30px; }
body.rtl .lang-switch::after { right: auto; left: 12px; }
body.rtl .map-wrap iframe { direction: ltr; }

/* =================== SCROLL REVEAL =================== */
.reveal { opacity: 0; transform: translateY(38px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
    html { scroll-behavior: auto; }
    .wa-float { animation: none; }
}

/* =================== WEBDESIGN CREDIT / TASARIMCI =================== */
.dev-credit {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 40px;
    border-top: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    flex-wrap: wrap;
}
.dev-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    transition: transform .35s var(--ease);
}
.dev-brand:hover { transform: translateY(-2px); }
.dev-logo {
    height: 72px;
    width: 72px;
    object-fit: contain;
    border-radius: 14px;
    background: #100f0c;
    padding: 6px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
}
.dev-brand-text { display: flex; flex-direction: column; line-height: 1.25; }
.dev-brand-text strong {
    font-family: 'Playfair Display', serif;
    color: var(--cream);
    font-weight: 700;
    letter-spacing: .5px;
    font-size: 1.3rem;
}
.dev-tagline {
    color: var(--gold-2);
    font-size: .74rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 3px;
}
.dev-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.dev-by { color: var(--muted); font-size: .8rem; }
.dev-links { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; justify-content: flex-end; }
.dev-links a { color: var(--text); font-size: .88rem; transition: color .2s; }
.dev-links a:hover { color: var(--gold-2); }
.dev-wa {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25d366;
    color: #08130a !important;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(37, 211, 102, .25);
}
.dev-wa:hover { color: #08130a !important; transform: translateY(-2px); transition: transform .25s var(--ease); box-shadow: 0 12px 26px rgba(37, 211, 102, .38); }
.dev-wa-ic { width: 18px; height: 18px; flex-shrink: 0; }
body.rtl .dev-credit { direction: rtl; }
@media (max-width: 720px) {
    .dev-credit { flex-direction: column; align-items: flex-start; text-align: left; }
    .dev-meta { align-items: flex-start; width: 100%; }
    .dev-links { justify-content: flex-start; gap: 14px; }
}

/* =================== RESPONSIVE =================== */
@media (max-width: 1000px) {
    .about-inner, .hours-inner, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
    .about-img-box { height: 400px; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-item:nth-child(2) { border-right: none; }
    .trust-item:nth-child(1), .trust-item:nth-child(2) { border-bottom: 1px solid var(--line-2); }
    .why-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-cols { grid-template-columns: 1fr 1fr; gap: 32px; }
    .video-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
    .social-cta-inner { flex-direction: column; text-align: center; }
}
@media (max-width: 760px) {
    .topbar { font-size: .78rem; }
    .topbar-inner { flex-wrap: nowrap; padding: 5px 0; gap: 10px; }
    .topbar-left { gap: 14px; }
    .topbar-right { gap: 10px; }
    .topbar .tb-hide { display: none; }
    .lang-switch { margin-left: auto; }
    #langSelect { padding: 4px 26px 4px 26px; font-size: .78rem; }
    .lang-switch .lang-globe { left: 8px; font-size: .85rem; }
    .lang-switch::after { right: 10px; }
    .nav-links { position: fixed; top: 0; right: -100%; height: 100vh; width: 78%; max-width: 330px; background: var(--surface-2); flex-direction: column; justify-content: center; gap: 28px; transition: right .4s var(--ease); box-shadow: -14px 0 50px rgba(0,0,0,.6); border-left: 1px solid var(--line); }
    .nav-links.open { right: 0; }
    .nav-toggle { display: flex; z-index: 110; }
    .nav-toggle.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .nav-toggle.active span:nth-child(2) { opacity: 0; }
    .nav-toggle.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
    .hero { background-attachment: scroll; min-height: 88vh; }
    .hero-stats { gap: 32px; }
    .contact-form { grid-template-columns: 1fr; padding: 28px; }
    .section { padding: 76px 0; }
    .footer-cols { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .container { padding: 0 20px; }
    .topbar-inner { padding: 4px 0; }
    .tb-status b { font-size: .76rem; }
    #langSelect { padding: 4px 24px 4px 22px; font-size: .74rem; }
    .gallery-grid { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: 1fr; }
    .hero-stats strong { font-size: 1.9rem; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .video-grid { grid-template-columns: 1fr 1fr; }
    .social-cta-btns { justify-content: center; }
}
