/* =================================================================
   MOBİLYA / DEKORASYON teması — açık, zarif, minimalist.
   Krem zemin + kömür metin + sıcak ahşap/tan aksan (#c5a47e).
   Serif başlıklar (Cormorant Garamond) + temiz sans gövde (Jost).
   Slider (hero) ve Video bölümleri panelden yönetilebilir.
   Sınıf adları diğer temalarla uyumlu (paylaşılan şablonlar çalışır).
   ================================================================= */

:root {
    --bg:        #fffdf9;
    --bg-soft:   #f6f1e9;
    --bg-card:   #ffffff;
    --dark:      #1a1a1a;
    --line:      #e9e2d6;
    --line-2:    #ddd3c2;
    --text:      #1a1a1a;
    --muted:     #6f6a62;
    --muted-2:   #9a948a;

    --accent:    #c5a47e;   /* sıcak ahşap / tan */
    --accent-d:  #a8855c;   /* koyu tan */
    --accent-soft: #f3ece1;

    --radius:    4px;
    --radius-lg: 8px;
    --shadow:    0 18px 50px -22px rgba(26,22,16,.28);
    --shadow-sm: 0 8px 24px -14px rgba(26,22,16,.22);
    --maxw:      1240px;
    --serif:     'Cormorant Garamond', Georgia, serif;
    --sans:      'Jost', system-ui, -apple-system, Segoe UI, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--sans);
    background: var(--bg);
    color: var(--text);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1,h2,h3,h4 { font-family: var(--serif); font-weight: 600; line-height: 1.12; letter-spacing: .01em; margin: 0 0 .5em; color: var(--dark); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
p { margin: 0 0 1rem; }
.muted { color: var(--muted); }
.text-center { text-align: center; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }

/* ===================== BUTONLAR ===================== */
.btn {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 14px 32px; border-radius: 2px;
    font-family: var(--sans); font-weight: 500; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase;
    cursor: pointer; border: 1px solid transparent;
    transition: all .25s ease; white-space: nowrap;
}
.btn-accent { background: var(--accent); color: #fff; border-color: var(--accent); }
.btn-accent:hover { background: var(--accent-d); border-color: var(--accent-d); }
.btn-ghost { background: transparent; color: var(--dark); border-color: var(--line-2); }
.btn-ghost:hover { border-color: var(--dark); }
.btn-dark { background: var(--dark); color: #fff; border-color: var(--dark); }
.btn-dark:hover { background: #000; }
.btn-light { background: #fff; color: var(--dark); border-color: #fff; }
.btn-light:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.btn-wa { background: #25d366; color: #fff; border-color: #25d366; }
.btn-wa:hover { background: #1eb858; border-color: #1eb858; }
/* koyu zemin üstündeki ghost */
.on-dark .btn-ghost, .hero-slider .btn-ghost, .cta-band .btn-ghost { color: #fff; border-color: rgba(255,255,255,.45); }
.on-dark .btn-ghost:hover, .hero-slider .btn-ghost:hover, .cta-band .btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.1); }

/* ===================== TOPBAR ===================== */
.topbar { background: var(--dark); color: rgba(255,255,255,.72); font-size: .8rem; letter-spacing: .03em; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; min-height: 40px; gap: 16px; flex-wrap: wrap; }
.topbar a { color: rgba(255,255,255,.72); }
.topbar a:hover { color: #fff; }
.topbar-left { display: flex; gap: 24px; flex-wrap: wrap; }
.topbar-right { display: flex; gap: 18px; }
.topbar .ico { color: var(--accent); }

/* ===================== HEADER / NAV ===================== */
.site-header {
    position: sticky; top: 0; z-index: 100;
    background: rgba(255,253,249,.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 84px; gap: 20px; }
.logo img { max-height: 50px; width: auto; }
.logo-text { font-family: var(--serif); font-weight: 600; font-size: 1.7rem; letter-spacing: .02em; color: var(--dark); }

.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav > a, .nav-item > a { padding: 10px 16px; font-weight: 500; color: var(--text); font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; transition: color .2s; }
.site-nav > a:hover, .nav-item > a:hover, .site-nav > a.active, .nav-item > a.active { color: var(--accent-d); }
.nav-cta { margin-left: 12px; }
.nav-cta.btn { color: #fff; }

/* açılır menü (Hizmetler) — dikey dropdown + sağa flyout */
.nav-item { position: relative; }
.nav-drop > a .caret { font-size: .6rem; opacity: .6; margin-left: 2px; vertical-align: middle; }
.hd-menu {
    list-style: none; margin: 0; padding: 8px;
    position: absolute; top: 100%; left: 0; min-width: 280px;
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    box-shadow: var(--shadow);
    opacity: 0; visibility: hidden; transform: translateY(10px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s; z-index: 60;
}
.nav-drop::after { content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 14px; }
.nav-drop:hover > .hd-menu { opacity: 1; visibility: visible; transform: translateY(8px); }
.hd-menu > li { position: relative; }
.hd-menu > li > a {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    padding: 13px 16px; border-radius: var(--radius);
    color: var(--text); font-size: .8rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase;
    transition: background .2s, color .2s;
}
.hd-menu > li > a:hover { background: var(--accent-soft); color: var(--accent-d); }
.hd-arrow { color: var(--accent-d); font-size: 1rem; }
/* sağa açılan alt menü (flyout) */
.hd-sub {
    list-style: none; margin: 0; padding: 8px;
    position: absolute; left: calc(100% + 6px); top: -9px; min-width: 290px;
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    box-shadow: var(--shadow);
    opacity: 0; visibility: hidden; transform: translateX(8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s; z-index: 61;
}
.hd-parent::after { content: ""; position: absolute; left: 100%; top: 0; width: 12px; height: 100%; }
.hd-parent:hover > .hd-sub { opacity: 1; visibility: visible; transform: translateX(0); }
.hd-sub > li > a { display: block; padding: 11px 14px; border-radius: var(--radius); color: var(--muted); font-size: .9rem; letter-spacing: .02em; text-transform: none; transition: background .2s, color .2s; }
.hd-sub > li > a:hover { background: var(--bg-soft); color: var(--accent-d); }

/* mobil menü */
.nav-toggle { display: none; }
.nav-toggle-btn { display: none; font-size: 1.6rem; cursor: pointer; color: var(--dark); }

/* ===================== HERO SLIDER ===================== */
.hero-slider { position: relative; height: clamp(520px, 78vh, 760px); overflow: hidden; background: var(--dark); }
.hslide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; background-size: cover; background-position: center; }
.hslide.active { opacity: 1; z-index: 2; }
.hslide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,16,12,.74) 0%, rgba(20,16,12,.42) 55%, rgba(20,16,12,.2) 100%); }
.hslide-inner { position: relative; z-index: 3; height: 100%; display: flex; flex-direction: column; justify-content: center; max-width: 660px; }
.hslide .eyebrow { color: var(--accent); }
.hslide h1, .hslide h2 { color: #fff; font-size: clamp(2.4rem, 5.5vw, 4.4rem); margin-bottom: 18px; font-weight: 500; }
.hslide p { color: rgba(255,255,255,.86); font-size: 1.15rem; max-width: 520px; margin-bottom: 30px; }
.hslide-actions { display: flex; gap: 14px; flex-wrap: wrap; }
/* statik hero (slider yoksa) */
.hero { position: relative; min-height: clamp(480px, 70vh, 680px); display: flex; align-items: center; background: var(--dark); background-size: cover; background-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,16,12,.74), rgba(20,16,12,.3)); }
.hero-inner { position: relative; z-index: 3; max-width: 660px; }
.hero-eyebrow { display: inline-block; color: var(--accent); letter-spacing: .2em; text-transform: uppercase; font-size: .8rem; margin-bottom: 20px; }
.hero h1 { color: #fff; font-size: clamp(2.4rem, 5.5vw, 4.4rem); font-weight: 500; margin-bottom: 18px; }
.hero-text { color: rgba(255,255,255,.86); font-size: 1.15rem; max-width: 520px; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.hero-trust { list-style: none; padding: 0; margin: 0; display: flex; gap: 26px; flex-wrap: wrap; color: rgba(255,255,255,.8); font-size: .92rem; }
.hero-trust li { display: flex; align-items: center; gap: 8px; }

/* slider okları + noktalar */
.slider-nav { position: absolute; z-index: 5; bottom: 30px; right: 30px; display: flex; gap: 10px; }
.slider-nav button { width: 50px; height: 50px; border-radius: 50%; border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.08); color: #fff; font-size: 1.2rem; cursor: pointer; transition: all .2s; display: grid; place-items: center; }
.slider-nav button:hover { background: var(--accent); border-color: var(--accent); }
.slider-dots { position: absolute; z-index: 5; bottom: 38px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; }
.slider-dots span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.4); cursor: pointer; transition: all .2s; }
.slider-dots span.active { background: var(--accent); width: 28px; border-radius: 6px; }

/* ===================== SECTION ===================== */
.section { padding: 100px 0; }
.section.alt { background: var(--bg-soft); }
.section.dark { background: var(--dark); color: #fff; }
.section.dark h1, .section.dark h2, .section.dark h3 { color: #fff; }
.section-head { max-width: 680px; margin: 0 auto 60px; text-align: center; }
.section-head h2, .section-title { font-size: clamp(2.2rem, 4.5vw, 3.2rem); margin-bottom: 14px; font-weight: 500; }
.section-head p { color: var(--muted); font-size: 1.08rem; }
.section.dark .section-head p { color: rgba(255,255,255,.72); }
.section-title { text-align: center; margin-bottom: 46px; }
.eyebrow { display: inline-block; font-family: var(--sans); font-weight: 500; font-size: .78rem; letter-spacing: .22em; text-transform: uppercase; color: var(--accent-d); margin-bottom: 16px; }
.eyebrow::before { content: "— "; }
.eyebrow::after { content: " —"; }

/* ===================== SAYAÇLAR ===================== */
.stats-band { background: var(--dark); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 64px 0; }
.stat { text-align: center; }
.stat-num { font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 3.4rem); font-weight: 600; color: var(--accent); }
.stat-label { color: rgba(255,255,255,.72); font-size: .9rem; letter-spacing: .06em; text-transform: uppercase; margin-top: 6px; }
.stat-card { text-align: center; background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 36px 20px; }
.stat-card .num { font-family: var(--serif); font-size: 2.6rem; font-weight: 600; color: var(--accent-d); }
.stat-card .lbl { color: var(--muted); margin-top: 6px; }

/* ===================== HİZMET KARTLARI ===================== */
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.svc-card {
    position: relative; background: var(--bg-card); border: 1px solid var(--line);
    border-radius: var(--radius-lg); padding: 38px 30px; overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--accent); }
.svc-ico { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; font-size: 1.9rem; border-radius: 50%; background: var(--accent-soft); color: var(--accent-d); margin-bottom: 22px; }
.svc-card h3 { font-size: 1.5rem; margin-bottom: 12px; }
.svc-desc { color: var(--muted); font-size: .95rem; margin-bottom: 18px; }
.svc-link { color: var(--accent-d); font-weight: 500; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.svc-link:hover { color: var(--dark); }

/* ===================== HAKKIMIZDA ===================== */
.about-sec .about-grid, .about-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: center; }
.about-visual { position: relative; }
.about-visual img { border-radius: var(--radius-lg); }
.about-mark { aspect-ratio: 4/5; border-radius: var(--radius-lg); background: var(--accent-soft); display: flex; align-items: center; justify-content: center; font-size: 4rem; color: var(--accent); }
.about-badge { position: absolute; right: -18px; bottom: -18px; background: var(--accent); color: #fff; border-radius: var(--radius-lg); padding: 20px 26px; box-shadow: var(--shadow); text-align: center; }
.about-badge strong { display: block; font-family: var(--serif); font-size: 2rem; }
.about-badge span { font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; opacity: .9; }
.about-text h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; }
.about-text > p { color: var(--muted); margin-bottom: 22px; }
.check-list { list-style: none; padding: 0; margin: 0 0 30px; display: grid; gap: 14px; }
.check-list li { position: relative; padding-left: 34px; color: var(--text); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--accent); color: #fff; font-size: .72rem; display: flex; align-items: center; justify-content: center; }

/* ===================== NEDEN BİZ / SÜREÇ ===================== */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.why-card { text-align: center; padding: 20px; }
.why-ico { font-size: 2rem; width: 80px; height: 80px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-d); display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; }
.why-card h3 { font-size: 1.4rem; margin-bottom: 10px; }
.why-card p { color: var(--muted); margin: 0; }
.section.dark .why-ico { background: rgba(197,164,126,.18); color: var(--accent); }
.section.dark .why-card p { color: rgba(255,255,255,.72); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.feature-grid.feature-4 { grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feature-card { text-align: center; background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 40px 30px; }
.f-ico { font-size: 2rem; width: 76px; height: 76px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-d); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.feature-card h3 { font-size: 1.35rem; margin-bottom: 10px; }
.feature-card p { color: var(--muted); margin: 0; }

/* ===================== PROJELER / PORTFÖY ===================== */
.proj-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.proj-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 3/4; background: var(--bg-soft); }
.proj-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.proj-card:hover img { transform: scale(1.05); }
.proj-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 3rem; background: var(--accent-soft); color: var(--accent); }
.proj-over { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; background: linear-gradient(to top, rgba(20,16,12,.85) 5%, transparent 60%); opacity: 0; transition: opacity .35s; }
.proj-card:hover .proj-over { opacity: 1; }
.proj-tag { align-self: flex-start; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; padding: 5px 12px; background: var(--accent); color: #fff; margin-bottom: 10px; }
.proj-over h3 { font-size: 1.4rem; color: #fff; margin-bottom: 4px; }
.proj-over p { color: rgba(255,255,255,.8); font-size: .9rem; margin: 0; }

/* portföy ızgarası (Projelerimiz sayfası) — ilk kart büyük */
.portfolio { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 300px; gap: 22px; grid-auto-flow: dense; }
.pf-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: var(--bg-soft); }
.pf-card.big { grid-column: span 2; grid-row: span 2; }
.pf-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.pf-card:hover img { transform: scale(1.05); }
.pf-card .proj-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 3rem; background: var(--accent-soft); color: var(--accent); }
.pf-over { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; background: linear-gradient(to top, rgba(20,16,12,.88) 5%, rgba(20,16,12,.15) 55%, transparent 75%); opacity: 0; transition: opacity .35s; }
.pf-card:hover .pf-over { opacity: 1; }
.pf-over h3 { font-size: 1.5rem; color: #fff; margin-bottom: 4px; }
.pf-over p { color: rgba(255,255,255,.82); font-size: .92rem; margin: 0; }
.pf-card.big .pf-over h3 { font-size: 2rem; }

/* ===================== VİDEOLAR (otomatik oynayan ızgara) ===================== */
.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.video-grid.grid-1 { grid-template-columns: 1fr; max-width: 920px; margin: 0 auto; }
.video-grid.grid-3 { grid-template-columns: repeat(3, 1fr); }
.v-tile { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: var(--dark); aspect-ratio: 16 / 9; }
.v-tile video { width: 100%; height: 100%; object-fit: cover; display: block; }

/* izlenebilir video galerisi (Videolar sayfası) */
.vg-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.vg-card { background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.vg-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.vg-frame { position: relative; aspect-ratio: 16 / 9; background: #000; cursor: pointer; }
.vg-frame img { width: 100%; height: 100%; object-fit: cover; display: block; transition: opacity .3s; }
.vg-frame:hover img { opacity: .85; }
.vg-frame iframe, .vg-frame video { width: 100%; height: 100%; border: 0; display: block; }
.vg-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: var(--dark); color: var(--accent); font-size: 2.6rem; }
.vg-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; }
.vg-play span { width: 78px; height: 78px; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--accent-d); display: grid; place-items: center; font-size: 1.7rem; padding-left: 5px; box-shadow: 0 10px 30px rgba(0,0,0,.45); transition: transform .25s, background .25s; }
.vg-frame:hover .vg-play span { transform: scale(1.1); background: #fff; }
.vg-frame.playing { cursor: default; }
.vg-frame.playing .vg-play { display: none; }
.vg-body { padding: 22px 26px; }
.vg-body h3 { font-size: 1.4rem; margin: 0 0 6px; }
.vg-body p { color: var(--muted); margin: 0; font-size: .94rem; }

/* ===================== YORUMLAR ===================== */
.tst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.tst-card { background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 36px 32px; }
.tst-stars { color: var(--accent); letter-spacing: 3px; margin-bottom: 16px; }
.tst-card blockquote { margin: 0 0 24px; font-family: var(--serif); font-size: 1.3rem; line-height: 1.5; color: var(--dark); }
.tst-card figcaption { display: flex; align-items: center; gap: 14px; }
.tst-ava { width: 48px; height: 48px; border-radius: 50%; background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 1.3rem; }
.tst-card figcaption strong { display: block; font-size: .98rem; }
.tst-card figcaption small { color: var(--muted); }

/* ===================== SSS ===================== */
.faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.faq-item summary { cursor: pointer; padding: 22px 26px; font-family: var(--serif); font-size: 1.3rem; color: var(--dark); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--accent-d); font-size: 1.6rem; transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-body { padding: 0 26px 24px; color: var(--muted); }

/* ===================== CTA ===================== */
.cta-band { position: relative; overflow: hidden; background: var(--dark); }
.cta-band.has-photo { background-size: cover; background-position: center; }
.cta-band::after { content: ""; position: absolute; inset: 0; background: rgba(20,16,12,.7); }
.cta-glow { display: none; }
.cta-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 88px 0; flex-wrap: wrap; }
.cta-inner h2 { color: #fff; font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 10px; font-weight: 500; }
.cta-inner p { color: rgba(255,255,255,.82); margin: 0; max-width: 520px; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.cta { background: var(--accent); border-radius: var(--radius-lg); padding: 70px 40px; text-align: center; }
.cta h2 { color: #fff; }
.cta p { color: rgba(255,255,255,.9); }
.cta .cta-actions { justify-content: center; margin-top: 26px; }

/* ===================== İÇ SAYFA HERO ===================== */
.page-hero { padding: 90px 0 70px; background: var(--bg-soft); border-bottom: 1px solid var(--line); text-align: center; }
.page-hero h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 500; }
.page-hero p { color: var(--muted); max-width: 680px; margin: 0 auto; font-size: 1.05rem; }
.crumb { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 16px; }
.crumb a { color: var(--accent-d); }
.page-ico { font-size: 2.6rem; margin-bottom: 12px; color: var(--accent); }

/* ===================== HİZMET DETAY ===================== */
.svc-hero { position: relative; padding: 110px 0 80px; background: var(--dark); color: #fff; text-align: center; overflow: hidden; }
.svc-hero.has-photo { background-size: cover; background-position: center; padding: 150px 0 110px; }
.svc-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,16,12,.55), rgba(20,16,12,.82)); }
.svc-hero .container { position: relative; z-index: 2; }
.svc-hero .crumb { color: rgba(255,255,255,.7); margin-bottom: 18px; }
.svc-hero .crumb a { color: var(--accent); }
.svc-hero-ico { font-size: 3rem; margin-bottom: 14px; }
.svc-hero h1 { color: #fff; font-size: clamp(2.4rem, 5.5vw, 4rem); font-weight: 500; margin-bottom: 14px; }
.svc-hero p { color: rgba(255,255,255,.85); max-width: 680px; margin: 0 auto; font-size: 1.12rem; }
.svc-other { list-style: none; padding: 0; margin: 0; display: grid; gap: 4px; }
.svc-other a { display: flex; align-items: center; gap: 10px; padding: 11px 12px; border-radius: var(--radius); color: var(--text); font-size: .95rem; transition: background .2s, color .2s; }
.svc-other a:hover { background: #fff; color: var(--accent-d); }
.svc-other a span { width: 26px; text-align: center; color: var(--accent-d); }
.svc-detail { display: grid; grid-template-columns: 1fr 340px; gap: 56px; align-items: start; }
.prose { color: var(--text); line-height: 1.9; font-size: 1.05rem; }
.prose img { border-radius: var(--radius-lg); margin-bottom: 26px; }
.prose h2 { font-size: 2rem; margin: 36px 0 16px; font-weight: 500; }
.prose h3 { font-size: 1.5rem; margin: 28px 0 12px; }
.prose p { color: var(--muted); }
.prose .lead { font-size: 1.25rem; color: var(--dark); font-family: var(--serif); }
.prose ul, .prose ol { color: var(--muted); padding-left: 0; list-style: none; display: grid; gap: 13px; margin: 20px 0; }
.prose ul li { position: relative; padding-left: 32px; }
.prose ul li::before { content: "✓"; position: absolute; left: 0; top: 3px; width: 20px; height: 20px; border-radius: 50%; background: var(--accent); color: #fff; font-size: .7rem; display: flex; align-items: center; justify-content: center; }
.prose ol.surec { counter-reset: adim; }
.prose ol.surec li { position: relative; padding-left: 54px; min-height: 38px; padding-top: 4px; }
.prose ol.surec li::before { counter-increment: adim; content: counter(adim); position: absolute; left: 0; top: 0; width: 38px; height: 38px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-d); font-family: var(--serif); font-size: 1.2rem; font-weight: 600; display: flex; align-items: center; justify-content: center; }
.svc-aside .box { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 28px; position: sticky; top: 110px; }
.svc-aside h4 { font-size: 1.1rem; }

/* ===================== ÖNCE/SONRA + GALERİ ===================== */
.ba-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.ba-card { background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.ba-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.ba-img { position: relative; aspect-ratio: 4/3; }
.ba-img img { width: 100%; height: 100%; object-fit: cover; }
.ba-img .ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: var(--accent-soft); color: var(--accent); font-size: 2rem; }
.ba-badge { position: absolute; top: 10px; left: 10px; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px; }
.ba-badge.before { background: rgba(0,0,0,.65); color: #fff; }
.ba-badge.after { background: var(--accent); color: #fff; }
.ba-body { padding: 24px 26px; }
.ba-body h3 { font-size: 1.4rem; margin-bottom: 8px; }
.ba-body p { color: var(--muted); margin: 0; }
/* kategori filtre sekmeleri */
.gal-filter { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 40px; }
.gf-btn { padding: 10px 22px; border: 1px solid var(--line-2); background: transparent; color: var(--muted); border-radius: 999px; font-family: var(--sans); font-size: .78rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: all .2s; }
.gf-btn:hover { border-color: var(--accent); color: var(--accent-d); }
.gf-btn.active { background: var(--accent); border-color: var(--accent); color: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-item { position: relative; aspect-ratio: 1/1; border-radius: var(--radius-lg); overflow: hidden; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-item:hover img { transform: scale(1.07); }
.gallery-item .ph { display: flex; align-items: center; justify-content: center; background: var(--accent-soft); color: var(--accent); font-size: 2rem; }
.gallery-item .caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px; font-size: .9rem; color: #fff; background: linear-gradient(to top, rgba(20,16,12,.85), transparent); }

/* ===================== BLOG ===================== */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.post-card { background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; transition: transform .3s, box-shadow .3s; }
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.post-card .cover { aspect-ratio: 16/10; background: var(--accent-soft); overflow: hidden; }
.post-card .cover img { width: 100%; height: 100%; object-fit: cover; }
.post-card .body { padding: 26px 28px; }
.post-card .body h3 { font-size: 1.45rem; margin-bottom: 8px; }
.post-card .date { color: var(--muted-2); font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }
.post-detail { max-width: 820px; margin: 0 auto; padding: 80px 26px; }
.post-detail h1 { font-size: clamp(2.2rem, 4vw, 3.2rem); margin: 16px 0; font-weight: 500; }
.post-detail .cover-full { border-radius: var(--radius-lg); margin: 26px 0; }
.post-detail .content { color: var(--muted); line-height: 1.9; font-size: 1.05rem; }
.post-detail .content h2, .post-detail .content h3 { color: var(--dark); margin-top: 30px; }

/* ===================== İLETİŞİM ===================== */
.about-split { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: start; }
.info-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 22px; }
.info-list li { display: flex; gap: 18px; align-items: flex-start; }
.info-list .ico { width: 52px; height: 52px; flex: none; border-radius: 50%; background: var(--accent-soft); color: var(--accent-d); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; }
.info-list strong { display: block; margin-bottom: 2px; font-family: var(--serif); font-size: 1.2rem; color: var(--dark); }
.info-list a, .info-list span span { color: var(--muted); }
.info-list a:hover { color: var(--accent-d); }
.form-card { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 38px 34px; }
.form-card label { display: block; font-size: .78rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; margin: 18px 0 8px; color: var(--muted); }
.form-card input, .form-card textarea {
    width: 100%; padding: 14px 16px; background: #fff; border: 1px solid var(--line-2);
    border-radius: var(--radius); color: var(--text); font-family: inherit; font-size: .98rem; transition: border-color .2s;
}
.form-card input:focus, .form-card textarea:focus { outline: none; border-color: var(--accent); }
.form-card textarea { min-height: 140px; resize: vertical; }
.notice { padding: 14px 18px; border-radius: var(--radius); margin-bottom: 16px; font-size: .92rem; }
.notice-success { background: #e8f5e9; border: 1px solid #a5d6a7; color: #2e7d32; }
.notice-error { background: #fdecea; border: 1px solid #f5b7b1; color: #c0392b; }
.ph { background: var(--accent-soft); display: flex; align-items: center; justify-content: center; font-size: 3rem; color: var(--accent); }

/* iletişim — görselli koyu hero */
.contact-hero { position: relative; padding: 130px 0 170px; background: var(--dark); color: #fff; text-align: center; background-size: cover; background-position: center; }
.contact-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,16,12,.5), rgba(20,16,12,.78)); }
.contact-hero .container { position: relative; z-index: 2; }
.contact-hero .crumb { color: rgba(255,255,255,.7); margin-bottom: 16px; }
.contact-hero .crumb a { color: var(--accent); }
.contact-hero h1 { color: #fff; font-size: clamp(2.4rem, 5.5vw, 4rem); font-weight: 500; margin-bottom: 14px; }
.contact-hero p { color: rgba(255,255,255,.85); max-width: 640px; margin: 0 auto; font-size: 1.12rem; }

/* iletişim — kartlar hero'nun üstüne biner */
.contact-top { padding-top: 0; }
.contact-top .contact-cards { margin-top: -100px; position: relative; z-index: 5; }

/* iletişim — 3 ikonlu kart */
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.contact-card { text-align: center; background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 44px 30px; transition: transform .25s, box-shadow .25s, border-color .25s; }
.contact-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--accent); }
.cc-ico { width: 72px; height: 72px; margin: 0 auto 20px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-d); display: flex; align-items: center; justify-content: center; font-size: 1.8rem; }
.contact-card h3 { font-size: 1.5rem; margin-bottom: 10px; }
.contact-card p { color: var(--muted); margin: 0; }
.contact-card > a { display: block; color: var(--text); font-size: 1.05rem; }
.contact-card > a:hover { color: var(--accent-d); }
.contact-card .cc-wa { margin-top: 10px; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--accent-d); }
.contact-card .cc-hours { display: block; margin-top: 12px; font-size: .85rem; color: var(--muted-2); }

/* iletişim — ortalanmış form */
.contact-form { max-width: 760px; margin: 0 auto; background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 40px 38px; box-shadow: var(--shadow-sm); }
.contact-form label { display: block; font-size: .78rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; margin: 18px 0 8px; color: var(--muted); }
.contact-form input, .contact-form textarea, .contact-form select {
    width: 100%; padding: 14px 16px; background: #fff; border: 1px solid var(--line-2);
    border-radius: var(--radius); color: var(--text); font-family: inherit; font-size: .98rem; transition: border-color .2s;
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { outline: none; border-color: var(--accent); }
.contact-form textarea { min-height: 150px; resize: vertical; }
.contact-form .grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
@media (max-width: 560px) { .contact-form .grid2 { grid-template-columns: 1fr; } }
.contact-form select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23a8855c' d='M1 1l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; cursor: pointer; }

/* iletişim — harita */
.contact-map { line-height: 0; }
.contact-map iframe { width: 100%; height: 440px; border: 0; display: block; filter: grayscale(.2) contrast(1.05); }

/* ===================== FOOTER ===================== */
.site-footer { background: var(--dark); color: rgba(255,255,255,.66); padding-top: 80px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.4fr; gap: 44px; padding-bottom: 56px; }
.footer-logo img { max-height: 86px; max-width: 250px; width: auto; height: auto; object-fit: contain; margin-bottom: 18px; filter: brightness(0) invert(1); }
.footer-logo span { font-family: var(--serif); font-weight: 600; font-size: 1.7rem; color: #fff; }
.footer-about p { color: rgba(255,255,255,.6); font-size: .94rem; margin: 18px 0; }
.footer-social { display: flex; gap: 12px; flex-wrap: wrap; }
.footer-social a { font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.66); padding: 8px 16px; border: 1px solid rgba(255,255,255,.18); transition: all .2s; }
.footer-social a:hover { border-color: var(--accent); color: var(--accent); }
.footer-col h4 { font-size: 1.3rem; color: #fff; margin-bottom: 20px; font-weight: 500; }
.footer-links, .footer-contact { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.footer-links a, .footer-contact a { color: rgba(255,255,255,.66); font-size: .92rem; }
.footer-links a:hover, .footer-contact a:hover { color: var(--accent); }
.footer-contact li { display: flex; gap: 10px; color: rgba(255,255,255,.66); font-size: .92rem; }
.footer-contact .ico { color: var(--accent); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; gap: 16px; flex-wrap: wrap; color: rgba(255,255,255,.5); font-size: .85rem; }
.footer-credit { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.6); }
.footer-credit img { max-height: 22px; opacity: .92; filter: brightness(0) invert(.9); }

/* whatsapp float */
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 200; background: #25d366; color: #fff; padding: 15px 24px; border-radius: 999px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; font-size: .78rem; box-shadow: 0 14px 30px -10px rgba(37,211,102,.6); transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px); }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1024px) {
    .svc-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .svc-detail { grid-template-columns: 1fr; }
    .svc-aside .box { position: static; }
}
@media (max-width: 860px) {
    .nav-toggle-btn { display: block; }
    .site-nav { position: fixed; inset: 84px 0 auto 0; flex-direction: column; align-items: stretch; gap: 2px; background: #fff; border-bottom: 1px solid var(--line); padding: 16px; max-height: calc(100vh - 84px); overflow-y: auto; transform: translateY(-120%); transition: transform .3s ease; }
    .nav-toggle:checked ~ .site-nav { transform: translateY(0); }
    .hd-menu, .hd-sub { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; width: auto; min-width: 0; background: transparent; border: 0; padding: 0 0 0 14px; }
    .hd-menu > li > a { justify-content: flex-start; }
    .hd-arrow { display: none; }
    .nav-drop > a .caret { display: none; }
    .nav-cta { margin: 10px 0 0; justify-content: center; }
    .stats-grid, .why-grid, .feature-grid, .feature-grid.feature-4, .proj-grid, .tst-grid, .post-grid, .gallery-grid, .ba-grid, .contact-cards { grid-template-columns: 1fr 1fr; }
    .about-grid, .about-split { grid-template-columns: 1fr; gap: 40px; }
    .about-badge { right: 16px; }
    .video-grid.grid-3 { grid-template-columns: repeat(2, 1fr); }
    .portfolio { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 240px; }
    .pf-card.big { grid-column: span 2; grid-row: span 1; }
}
@media (max-width: 560px) {
    .svc-grid, .stats-grid, .why-grid, .feature-grid, .feature-grid.feature-4, .proj-grid, .tst-grid, .post-grid, .gallery-grid, .ba-grid, .contact-cards { grid-template-columns: 1fr; }
    .contact-form { padding: 28px 22px; }
    .contact-map iframe { height: 320px; }
    .video-grid, .video-grid.grid-3 { grid-template-columns: 1fr; }
    .vg-grid { grid-template-columns: 1fr; }
    .portfolio { grid-template-columns: 1fr; grid-auto-rows: 240px; }
    .pf-card.big { grid-column: span 1; grid-row: span 1; }
    .section { padding: 70px 0; }
    .topbar { display: none; }
    .cta-inner { flex-direction: column; align-items: flex-start; }
    .slider-nav { bottom: 20px; right: 20px; }
}
