/* =========================================================
   Adal Furniture — yeniden yapım
   Tasarım değişkenleri orijinal WordPress yedeğinden alındı:
   uploads/2024/02/xts-theme_settings_default-1708387025.css
   (Woodmart 7.1.4 + WPBakery). Görseller aynı yedeğin
   uploads/ klasöründen çıkarıldı.
   ========================================================= */

:root {
  /* --wd-* değişkenlerinin birebir karşılıkları */
  --primary:      rgb(28, 89, 0);     /* --wd-primary-color */
  --alt:          rgb(84, 0, 0);      /* --wd-alternative-color */
  --ink:          #000000;            /* WPBakery içerik metni: color: black */
  --title:        #242424;            /* --wd-title-color */
  --entity-title: #333333;            /* --wd-entities-title-color */
  --muted:        #777777;            /* --wd-text-color */
  --link-hover:   #242424;            /* --wd-link-color-hover */

  /* banner-1 / banner-3 görsellerinden gelen marka tonları */
  --wood:         #c89878;
  --amber:        #f5b96b;

  /* orijinalde içerik Montserrat, tema tabanı Lato */
  --font-content: "Montserrat", Arial, Helvetica, sans-serif;
  --font-base:    "Lato", Arial, Helvetica, sans-serif;
  --font-script:  "Satisfy", cursive;

  --container:    1222px;             /* --wd-container-width */
  --radius:       0px;                /* --wd-brd-radius */
  --btn-radius:   3px;                /* vc_btn3-shape-rounded */
  --header-h:     85px;
  --header-h-sm:  60px;

  --fs-heading:   30px;               /* WPBakery başlıkları */
  --fs-body:      12px;               /* WPBakery gövde metni */

  --border:       #e6e6e6;
  --soft:         #f8f8f8;            /* revslider arka planı */
  --shadow:       0 2px 14px rgba(0, 0, 0, .09);
  --ease:         cubic-bezier(.25, .8, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-base);
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--ink); text-decoration: none; transition: color .25s var(--ease); }

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

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--primary); color: #fff; padding: 12px 20px; }
.skip-link:focus { left: 0; }

:where(a, button, input, textarea):focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

/* ---------- Orijinal tipografi ----------
   <blockquote><p style="font-size:30px;font-family:Montserrat;color:black">
   <strong>Başlık</strong></p></blockquote>                              */
.wpb-heading {
  font-family: var(--font-content);
  font-size: var(--fs-heading);
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink);
  margin: 0 0 18px;
}
.wpb-heading.center { text-align: center; }

.wpb-text {
  font-family: var(--font-content);
  font-size: var(--fs-body);
  line-height: 1.95;
  color: var(--ink);
  margin: 0 0 22px;
}

/* woodmart_title'ın "subtitle" satırı */
.eyebrow {
  font-family: var(--font-content);
  font-size: 12px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--wood);
  margin: 0 0 10px;
}

.section-lead {
  font-family: var(--font-content);
  font-size: 13px; line-height: 1.9;
  color: var(--muted);
  max-width: 640px;
  margin: -6px 0 34px;
}

/* vc_separator */
.rule { border: 0; border-top: 1px solid rgba(10, 10, 10, .12); margin: 30px 0 24px; }

/* ---------- Butonlar (vc_btn3 size-md shape-rounded color-black) ---------- */
.btn {
  display: inline-block;
  font-family: var(--font-content);
  font-size: 13px; font-weight: 600;
  line-height: 1.4;
  padding: 12px 26px;
  border: 2px solid var(--ink);
  border-radius: var(--btn-radius);
  transition: all .28s var(--ease);
  cursor: pointer;
}
.btn + .btn { margin-left: 10px; }
.btn-solid   { background: var(--ink); color: #fff; }
.btn-solid:hover { background: transparent; color: var(--ink); }
.btn-outline { background: transparent; color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }

/* =========================================================
   HEADER — orijinal: 3 kolon, logo ORTADA
   sol nav | logo | sağ nav          (whb-flex-equal-sides)
   ========================================================= */
.site-header {
  position: sticky; top: 0; z-index: 100;
  height: var(--header-h);
  background: #fff;
  transition: box-shadow .3s var(--ease);
}
.site-header.is-stuck { box-shadow: var(--shadow); }

.header-inner {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}
.header-col-left  { justify-self: end; }
.header-col-right { justify-self: start; }

/* gerçek logo: adal-logo.png, 4.13:1 yatay lockup */
.site-logo { display: block; }
.site-logo img { width: 230px; height: auto; }

.nav-list { display: flex; align-items: center; gap: 26px;
  list-style: none; margin: 0; padding: 0; }
/* sağ nav mobilde gizlendiği için bu maddeler mobil menüye taşınır */
.nav-list > li.mobile-only { display: none; }
.nav-list > li { position: relative; }
.nav-list > li > a {
  font-family: var(--font-content);
  font-size: 13px; font-weight: 700;         /* --wd-header-el-font-* */
  text-transform: capitalize;
  color: #333;
  padding: 12px 0;
  display: inline-block; position: relative;
  white-space: nowrap;
}
.nav-list > li > a::after {
  content: ""; position: absolute; left: 0; bottom: 4px;
  width: 0; height: 2px; background: var(--primary);
  transition: width .3s var(--ease);
}
.nav-list > li > a:hover::after,
.nav-list > li > a.active::after { width: 100%; }

.has-sub > a::before {
  content: ""; display: inline-block;
  width: 5px; height: 5px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  margin-right: 7px; vertical-align: middle;
}

.sub-menu {
  position: absolute; top: 100%; left: -18px;
  min-width: 205px; background: #fff;
  border: 1px solid var(--border); box-shadow: var(--shadow);
  list-style: none; margin: 0; padding: 10px 0;
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: all .25s var(--ease);
}
.has-sub:hover .sub-menu, .has-sub:focus-within .sub-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.sub-menu a {
  display: block; padding: 9px 20px;
  font-family: var(--font-content); font-size: 12px;
  color: #555; white-space: nowrap;
}
.sub-menu a:hover { color: var(--primary); background: var(--soft); }

/* mobil: solda "Menu", ortada logo */
.nav-toggle {
  display: none; align-items: center; gap: 8px;
  background: none; border: 0; cursor: pointer; padding: 0;
  font-family: var(--font-content); font-size: 12px;
  font-weight: 700; color: #333;
}
.nav-toggle .bars { display: block; width: 20px; }
.nav-toggle .bars span {
  display: block; height: 2px; background: #333;
  margin: 4px 0; transition: all .3s var(--ease);
}
.nav-toggle[aria-expanded="true"] .bars span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .bars span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .bars span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* =========================================================
   HERO — orijinal revslider: tek slayt slider-3.png 1920x720,
   zemin #f8f8f8, 20 sn pan-zoom (panzoom xStart/xEnd), metin yok
   ========================================================= */
.hero {
  background: var(--soft);
  overflow: hidden;
  line-height: 0;
}
.hero img {
  width: 100%;
  aspect-ratio: 1920 / 720;
  object-fit: cover;
  animation: heroPan 20s ease-in-out infinite alternate;
  will-change: transform;
}
/* Sandalyeler görselin sol/sağ kenarına yakın durduğu için kırpma dar tutuldu */
@keyframes heroPan {
  from { transform: scale(1.02) translateX(0.8%); }
  to   { transform: scale(1.06) translateX(-0.8%); }
}

/* =========================================================
   TANITIM SATIRLARI — orijinal: 2 satır, dönüşümlü
   A: metin sol / banner-1 sağ     B: banner-3 sol / metin sağ
   ========================================================= */
.promo-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;              /* vc_row-o-content-middle */
  gap: 50px;
  padding: 70px 0;
}
.promo-row.reverse .promo-text { order: 2; }
.promo-row.reverse .promo-media { order: 1; }

.promo-media { display: block; overflow: hidden; }
.promo-media img {
  width: 100%;
  transition: transform .6s var(--ease);
}
.promo-media:hover img { transform: scale(1.03); }

.promo-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.promo-actions .btn + .btn { margin-left: 0; }

/* =========================================================
   ÜRÜN IZGARASI — woodmart_portfolio layout="grid" columns="4"
   spacing="10" style="text-shown"
   ========================================================= */
.section { padding: 60px 0; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 10px;
}

.product-card { margin: 0 0 26px; }

.product-thumb {
  display: block; position: relative; width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 0 14px;
  padding: 0; border: 0;
  background: var(--soft);
  overflow: hidden; cursor: pointer;
}
.product-thumb img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: opacity .45s var(--ease), transform .6s var(--ease);
}
/* ikinci açı: üstte durur, hover'da görünür */
.product-thumb .thumb-hover { opacity: 0; }
.product-thumb:hover .thumb-hover,
.product-thumb:focus-visible .thumb-hover { opacity: 1; }
.product-thumb:hover img { transform: scale(1.04); }

.thumb-overlay {
  position: absolute; inset: 0; z-index: 2;
  display: grid; place-items: center;
  background: rgba(0, 0, 0, .45);
  opacity: 0; transition: opacity .35s var(--ease);
}
.product-thumb:hover .thumb-overlay,
.product-thumb:focus-visible .thumb-overlay { opacity: 1; }
.thumb-cta {
  font-family: var(--font-content);
  font-size: 11px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase; color: #fff;
  border: 1px solid rgba(255, 255, 255, .85);
  padding: 9px 20px;
  transform: translateY(8px);
  transition: transform .35s var(--ease);
}
.product-thumb:hover .thumb-cta { transform: translateY(0); }

/* orijinal sıra: önce kategori (proj-cats-list), sonra başlık */
.proj-cat {
  font-family: var(--font-content);
  font-size: 11px; letter-spacing: .1em;
  text-transform: uppercase; color: var(--muted);
  margin: 0 0 3px; text-align: center;
}
/* custom_css: .portfolio-entry .wd-entities-title{text-align:center;
   font-size:15px;font-family:Montserrat} */
.collection-name {
  font-family: var(--font-content);
  font-size: 15px; font-weight: 700;
  color: var(--entity-title);
  text-align: center;
  margin: 0;
}
.collection-name a { color: inherit; }
.collection-name a:hover { color: var(--primary); }

/* "Daha Fazla >" — orijinal: vc_btn3-right */
.btn-row-right { text-align: right; margin-top: 26px; }

/* =========================================================
   ÜRÜN SAYFASI — orijinal portfolyo kaydı:
   solda 2 görselli galeri, sağda başlık + 4'lü ölçü bloğu
   ========================================================= */
.breadcrumb {
  font-family: var(--font-content);
  font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--muted);
  display: flex; flex-wrap: wrap; gap: 8px;
  padding: 26px 0 0;
}
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--primary); }
.breadcrumb [aria-current] { color: var(--ink); font-weight: 600; }

.urun-detay {
  display: grid;
  grid-template-columns: 1.25fr 1fr;   /* orijinal 2/3 + 1/3, kare görsel
                                          tam genişlikte fazla büyüdüğü için
                                          biraz daraltıldı */
  gap: 50px;
  align-items: start;
  padding: 34px 0 60px;
}

.urun-gorsel {
  display: block; position: relative; width: 100%;
  aspect-ratio: 1 / 1;
  padding: 0; border: 0; background: var(--soft);
  overflow: hidden; cursor: zoom-in;
}
.urun-gorsel img { width: 100%; height: 100%; object-fit: cover; }
.urun-gorsel:hover .thumb-overlay,
.urun-gorsel:focus-visible .thumb-overlay { opacity: 1; }
.urun-gorsel:hover .thumb-cta { transform: translateY(0); }

.urun-kucukler { display: flex; gap: 10px; margin-top: 10px; }
.urun-kucuk {
  width: 90px; padding: 0; cursor: pointer;
  border: 1px solid transparent; background: var(--soft);
  transition: border-color .25s var(--ease);
}
.urun-kucuk.is-active { border-color: var(--ink); }
.urun-kucuk:hover { border-color: var(--wood); }

.urun-bilgi .wpb-heading { margin-bottom: 12px; }
.urun-alt-baslik {
  font-family: var(--font-content);
  font-size: 13px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink);
  margin: 30px 0 14px;
}

.urun-olculer {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}
.urun-olculer li { text-align: center; }
.urun-olculer img { width: 100%; max-width: 62px; height: auto; margin: 0 auto 2px; }
.urun-olculer span {
  display: block;
  font-family: var(--font-content);
  font-size: 15px; font-weight: 700; color: var(--ink);
}
.urun-not {
  font-family: var(--font-content);
  font-size: 11px; color: var(--muted);
  margin: 12px 0 26px;
}

.urun-gezinme {
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 16px 0;
  font-family: var(--font-content); font-size: 13px; font-weight: 600;
}
.urun-gezinme a { color: var(--ink); }
.urun-gezinme a:hover { color: var(--primary); }
.urun-gezinme .tumu {
  letter-spacing: .08em; text-transform: uppercase;
  font-size: 11px; color: var(--muted);
}

/* =========================================================
   HAKKIMIZDA — orijinal: solda başlık + metin, sağda görsel
   ========================================================= */
.about-row {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}
.about-media img { width: 100%; }

.feature-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.feature { background: var(--soft); border-top: 3px solid var(--wood); padding: 24px 20px; }
.feature h3 {
  font-family: var(--font-content);
  font-size: 15px; font-weight: 700; color: var(--ink); margin: 0 0 7px;
}
.feature p { font-family: var(--font-content); font-size: var(--fs-body);
  line-height: 1.9; color: var(--ink); margin: 0; }

/* =========================================================
   İLETİŞİM — orijinal: zemin arkplan-2.png, harita + 2 kolon
   ========================================================= */
.contact-page {
  background-image: url("../img/arkplan-2.jpg");
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  padding-top: 40px;
}
.contact-page .contact-info,
.contact-page .contact-form-card {
  background: rgba(255, 255, 255, .88);
  padding: 34px 32px;
}

.contact-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}
.contact-cols .wpb-text strong { font-weight: 700; }
.contact-cols a { color: var(--ink); }
.contact-cols a:hover { color: var(--primary); }
.map-frame { line-height: 0; }
.map-frame iframe { width: 100%; height: 450px; border: 0; display: block; }
.map-frame.tall iframe { height: 520px; }

/* iletişim formu */
.contact-form { margin-top: 20px; }
.field { margin-bottom: 16px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label {
  display: block; font-family: var(--font-content);
  font-size: 11px; font-weight: 600; letter-spacing: .06em;
  color: var(--ink); margin-bottom: 6px;
}
.field input, .field textarea {
  width: 100%; font-family: var(--font-content); font-size: 13px;
  color: var(--ink); padding: 11px 13px;
  border: 1px solid var(--border); border-radius: var(--radius); background: #fff;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.field input:focus, .field textarea:focus {
  outline: none; border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(28, 89, 0, .12);
}
.field textarea { resize: vertical; min-height: 120px; }
.field input[aria-invalid], .field textarea[aria-invalid] { border-color: var(--alt); }
.field-error {
  display: block; margin-top: 5px;
  font-family: var(--font-content); font-size: 11px; color: var(--alt);
}
.form-status { margin: 12px 0; font-family: var(--font-content); font-size: 13px; }
.form-status.is-error { color: var(--alt); }
.form-status.is-info  { color: var(--primary); }
.form-status.is-ok    { color: var(--primary); font-weight: 600; }

/* bot tuzağı — görünmez ama display:none değil (botlar onu atlıyor) */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* =========================================================
   FOOTER — orijinal: beyaz zemin (--footer-container bg #fff),
   custom_css: padding 40px + üst gölge
   ========================================================= */
.site-footer {
  background: #fff;
  box-shadow: -2px -9px 5px 0 rgba(0, 0, 0, .03);
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  padding: 54px 20px 40px;
}
.footer-logo { display: block; margin-bottom: 20px; }
.footer-logo img { width: 200px; height: auto; }
.site-footer h4 {
  font-family: var(--font-content);
  font-size: 18px; font-weight: 700;
  color: #000; margin: 0 0 16px;
}
.footer-list { list-style: none; margin: 0; padding: 0; }
.footer-list li {
  font-family: var(--font-content);
  font-size: var(--fs-body);
  line-height: 1.9;
  margin-bottom: 5px;
  color: var(--ink);
}
.footer-list a { color: var(--ink); }
.footer-list a:hover { color: var(--primary); }
.footer-list strong { font-weight: 700; }

.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 18px 0; text-align: center;
}
.footer-bottom p {
  margin: 0;
  font-family: var(--font-content);
  font-size: var(--fs-body); color: var(--ink);
}

/* ---------- Yukarı çık ---------- */
.scroll-top {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 44px; height: 44px;
  background: var(--primary); color: #fff;
  border: 0; cursor: pointer; font-size: 17px;
  opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: all .3s var(--ease);
}
.scroll-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top:hover { background: var(--alt); }

/* =========================================================
   LIGHTBOX — orijinal portfolyodaki "View Large" davranışı
   ========================================================= */
.lightbox {
  position: fixed; inset: 0; z-index: 300;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px; padding: 24px;
  background: rgba(0, 0, 0, .95);
}
.lightbox[hidden] { display: none; }
.lightbox-figure {
  margin: 0; display: flex; flex-direction: column;
  align-items: center; gap: 14px; min-width: 0;
}
.lightbox-figure img {
  max-width: 100%; max-height: 78vh;
  width: auto; object-fit: contain; background: #fff;
}
.lightbox-figure figcaption {
  font-family: var(--font-content); font-size: 13px;
  letter-spacing: .12em; text-transform: uppercase; color: #fff;
}
.lightbox-close {
  position: absolute; top: 14px; right: 18px;
  background: none; border: 0; color: #fff;
  font-size: 34px; line-height: 1; cursor: pointer; padding: 4px 10px;
}
.lightbox-nav {
  background: none; border: 0; color: #fff;
  font-size: 44px; line-height: 1; cursor: pointer;
  padding: 10px 14px; opacity: .7;
  transition: opacity .2s var(--ease);
}
.lightbox-nav:hover { opacity: 1; }
body.lb-open { overflow: hidden; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .contact-cols { grid-template-columns: 1fr; }
  .map-frame iframe, .map-frame.tall iframe { height: 340px; }
  .about-row { grid-template-columns: 1fr; gap: 34px; }
  .urun-detay { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 991px) {
  :root { --header-h: var(--header-h-sm); --fs-heading: 24px; }
  .site-header { height: var(--header-h-sm); }

  .header-col-left { justify-self: start; }
  .header-col-right { display: none; }
  .site-logo img { width: 160px; }
  .nav-toggle { display: inline-flex; }

  .main-nav {
    position: fixed; top: var(--header-h-sm); left: 0; right: 0;
    max-height: calc(100vh - var(--header-h-sm)); overflow-y: auto;
    background: #fff; border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow);
    transform: translateY(-120%); transition: transform .35s var(--ease);
  }
  .main-nav.is-open { transform: translateY(0); }
  .nav-list { flex-direction: column; align-items: stretch; gap: 0; padding: 8px 0; }
  .nav-list > li.mobile-only { display: block; }
  .nav-list > li > a { padding: 13px 24px; display: block; }
  .nav-list > li > a::after { display: none; }
  .sub-menu {
    position: static; opacity: 1; visibility: visible; transform: none;
    box-shadow: none; border: 0; padding: 0 0 6px; background: var(--soft);
  }
  .sub-menu a { padding: 10px 40px; }

  /* orijinalde mobilde görsel üstte, metin altta (vc_hidden-lg varyantı) */
  .promo-row { grid-template-columns: 1fr; gap: 28px; padding: 46px 0; }
  .promo-row .promo-media { order: 1; }
  .promo-row .promo-text  { order: 2; }

  .hero img { aspect-ratio: 16 / 10; }
}

@media (max-width: 700px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; padding: 40px 20px 30px; }
  .section { padding: 44px 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .btn-row-right { text-align: center; }
  .btn + .btn { margin-left: 0; }
  .promo-actions { gap: 8px; }
  .contact-page .contact-info,
  .contact-page .contact-form-card { padding: 24px 20px; }
  .lightbox { padding: 12px; gap: 0; }
  .lightbox-nav { font-size: 32px; padding: 8px; }
  .urun-gezinme { font-size: 12px; }
  .urun-gezinme .tumu { display: none; }
  .urun-olculer { grid-template-columns: repeat(2, 1fr); gap: 18px 12px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
}
