/* ============================================================
   Bozkurtlar Metal — Ön Sayfa
   Palet: çelik lacivert + alüminyum gümüşü + endüstriyel mavi
          + ergimiş metal turuncu aksan
   NOT: Metinler PLACEHOLDER (örnek). Firma içeriği gelince güncellenecek.
   ============================================================ */
:root{
  --bm-navy:#333b40;
  --bm-navy-2:#3e474d;
  --bm-accent:#5a6a72;
  --bm-accent-2:#9aa7ad;
  --bm-molten:#333b40;
  --bm-molten-2:#262d31;
  --bm-bg:#56656c;
  --bm-bg-alt:#4e5c62;
  --bm-surface:#63727a;
  --bm-surface-2:#6d7c84;
  --bm-silver:#4e5c62;
  --bm-silver-2:#5c6b72;
  --bm-line:#7a8991;
  --bm-ink:#f2f4f6;
  --bm-muted:#c4ccd0;
  --bm-white:#63727a;
  --bm-heading:#ffffff;
  --bm-radius:14px;
  --bm-shadow:0 10px 30px rgba(0,0,0,.22);
  --bm-shadow-sm:0 4px 14px rgba(0,0,0,.16);
}

/* --- GeneratePress konteyner: ön sayfada içerik zinciri TAM GENİŞLİK --- */
/* GP, içerik alanına float:left + width:70%/sınırlı max-width uyguluyor;
   tüm zinciri tam genişliğe zorluyoruz. Header/footer kendi iç
   konteynerlerinde (.inside-header/.inside-site-info) ortalı kalır. */
body.home #page,
body.home .site-content,
body.home .content-area,
body.home #primary,
body.home #main,
body.home .site-main,
body.home article,
body.home .inside-article,
body.home .entry-content,
body.home .bm-home{
  max-width:100% !important;
  width:100% !important;
  margin-left:0 !important;
  margin-right:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
  float:none !important;
}
body.home .site-content{ padding-top:0 !important; padding-bottom:0 !important; }
body.home .inside-article{ padding-top:0 !important; padding-bottom:0 !important; }
body.home article{ border:0; box-shadow:none; background:transparent; }

/* --- Yardımcılar --- */
.bm-home *{ box-sizing:border-box; }
.bm-wrap{ max-width:1180px; margin:0 auto; padding:0 24px; }
.bm-home section{ position:relative; width:100%; }
.bm-eyebrow{
  display:inline-block; font-size:.78rem; letter-spacing:.14em; text-transform:uppercase;
  font-weight:700; color:var(--bm-molten); margin-bottom:14px;
}
.bm-head{ text-align:center; max-width:680px; margin:0 auto 46px; }
.bm-head h2{ font-size:clamp(1.7rem,3.2vw,2.4rem); line-height:1.15; color:var(--bm-heading); margin:0 0 14px; }
.bm-head p{ color:var(--bm-muted); font-size:1.05rem; margin:0; }
.bm-head .bm-eyebrow{ color:var(--bm-accent-2); }

/* --- Butonlar --- */
.bm-btn{
  display:inline-flex; align-items:center; gap:9px;
  padding:14px 26px; border-radius:6px; font-weight:700; font-size:1rem;
  text-decoration:none; transition:.2s ease; border:2px solid transparent; cursor:pointer;
}
.bm-btn--molten{ background:var(--bm-molten); color:#fff; box-shadow:0 8px 20px rgba(222,33,31,.32); }
.bm-btn--molten:hover{ background:var(--bm-molten-2); transform:translateY(-2px); }
.bm-btn--ghost{ background:transparent; color:#fff; border-color:rgba(255,255,255,.55); }
.bm-btn--ghost:hover{ background:rgba(255,255,255,.12); border-color:#fff; }
.bm-btn--navy{ background:var(--bm-navy); color:#fff; }
.bm-btn--navy:hover{ background:var(--bm-navy-2); transform:translateY(-2px); }
.bm-btn:hover, .bm-btn:focus, .bm-btn:active{ color:#fff; }

/* ============================== HERO ============================== */
.bm-hero{ color:#fff; background:var(--bm-navy); overflow:hidden; position:relative; }
.bm-hero__media{ position:absolute; inset:0; z-index:0; }
.bm-hero__img{ position:absolute; inset:0; background-size:cover; background-position:center;
  opacity:0; transition:opacity .9s ease; }
.bm-hero__img.is-active{ opacity:1; }
.bm-hero__bg{
  position:absolute; inset:0; z-index:1;
  background:linear-gradient(120deg, rgba(37,44,49,.93) 0%, rgba(51,59,64,.80) 50%, rgba(51,59,64,.58) 100%);
}
.bm-hero__bg::after{
  content:""; position:absolute; inset:0; opacity:.05;
  background-image:
    linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px);
  background-size:48px 48px;
}
.bm-hero__inner{ position:relative; z-index:2; min-height:78vh; display:flex; flex-direction:column;
  justify-content:center; padding-top:70px; padding-bottom:90px; }
.bm-hero__slides{ position:relative; min-height:280px; }
.bm-slide{ position:absolute; inset:0; opacity:0; transform:translateY(14px);
  transition:opacity .6s ease, transform .6s ease; pointer-events:none; }
.bm-slide.is-active{ opacity:1; transform:none; pointer-events:auto; }
.bm-slide h1{ font-size:clamp(2.1rem,5vw,3.6rem); line-height:1.08; margin:0 0 18px; font-weight:800;
  letter-spacing:-.5px; }
.bm-slide p{ font-size:clamp(1rem,1.6vw,1.18rem); color:rgba(232,240,247,.82); max-width:560px; margin:0; }
.bm-hero__cta{ display:flex; gap:14px; flex-wrap:wrap; margin-top:34px; }
.bm-hero__dots{ display:flex; gap:10px; margin-top:34px; }
.bm-hero__dots button{ width:34px; height:5px; border-radius:3px; border:0; padding:0; cursor:pointer;
  background:rgba(255,255,255,.28); transition:.25s; }
.bm-hero__dots button.is-active{ background:var(--bm-molten); width:48px; }

/* ============================== STATS ============================== */
.bm-stats{ background:transparent; }
.bm-stats .bm-wrap{ margin-top:-46px; position:relative; z-index:3; }
.bm-stats__grid{
  display:grid; grid-template-columns:repeat(4,1fr); gap:0;
  background:var(--bm-surface); border-radius:var(--bm-radius); box-shadow:var(--bm-shadow); overflow:hidden;
}
.bm-stat{ padding:30px 26px; text-align:center; border-right:1px solid var(--bm-line); }
.bm-stat:last-child{ border-right:0; }
.bm-stat__num{ font-size:2.1rem; font-weight:800; color:var(--bm-heading); line-height:1; }
.bm-stat__num span{ color:var(--bm-molten); font-size:.85rem; font-weight:600; margin-left:3px; vertical-align:middle; }
.bm-stat__label{ margin-top:8px; color:var(--bm-muted); font-size:.92rem; }

/* ============================== ÜRÜNLER ============================== */
.bm-products{ background:var(--bm-silver); padding:84px 0; }
.bm-grid-products{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.bm-card{
  background:var(--bm-surface); border-radius:var(--bm-radius); overflow:hidden; text-decoration:none;
  border:1px solid var(--bm-line); box-shadow:var(--bm-shadow-sm); transition:.22s ease;
  display:flex; flex-direction:column;
}
.bm-card:hover{ transform:translateY(-6px); box-shadow:var(--bm-shadow); border-color:var(--bm-surface-2); }
.bm-card__img{ display:block; height:180px; background-size:cover; background-position:center;
  background-color:var(--bm-bg-alt); position:relative; }
.bm-card__img::after{ content:""; position:absolute; inset:0;
  background:linear-gradient(180deg,transparent 45%,rgba(37,44,49,.42)); }
.bm-card__body{ display:flex; flex-direction:column; flex:1; padding:22px 22px 24px; }
.bm-card h3{ font-size:1.12rem; color:var(--bm-heading); margin:0 0 8px; }
.bm-card p{ color:var(--bm-muted); font-size:.93rem; line-height:1.55; margin:0 0 16px; flex:1; }
.bm-card__more{ font-weight:700; color:var(--bm-accent-2); font-size:.9rem; display:inline-flex; align-items:center; gap:6px; }
.bm-card:hover .bm-card__more{ color:var(--bm-molten); }

/* ============================== ÜRETİM SÜRECİ ============================== */
.bm-process{ background:var(--bm-bg); padding:84px 0; }
.bm-steps{ display:grid; grid-template-columns:repeat(4,1fr); gap:0; position:relative; }
.bm-step{ text-align:center; padding:0 14px; position:relative; }
.bm-step:not(:last-child)::after{
  content:""; position:absolute; top:26px; left:60%; width:80%; height:2px;
  background:repeating-linear-gradient(90deg,var(--bm-line) 0 8px,transparent 8px 14px);
}
.bm-step__no{
  width:54px; height:54px; margin:0 auto 16px; border-radius:50%; position:relative; z-index:1;
  background:var(--bm-silver); border:2px solid var(--bm-accent); color:var(--bm-heading);
  display:flex; align-items:center; justify-content:center; font-weight:800; font-size:1.05rem;
}
.bm-step:hover .bm-step__no{ background:var(--bm-molten); border-color:var(--bm-molten); color:#fff; }
.bm-step h4{ margin:0; font-size:1.02rem; color:var(--bm-heading); }
.bm-step a{ text-decoration:none; }

/* ============================== TESİSLER ============================== */
.bm-facilities{ background:var(--bm-silver); padding:84px 0; }
.bm-grid-fac{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.bm-fac{ background:var(--bm-surface); border-radius:var(--bm-radius); overflow:hidden; box-shadow:var(--bm-shadow-sm);
  text-decoration:none; transition:.22s ease; border:1px solid var(--bm-line); }
.bm-fac:hover{ transform:translateY(-6px); box-shadow:var(--bm-shadow); }
.bm-fac__top{ height:120px; background:linear-gradient(135deg,var(--bm-navy),var(--bm-navy-2)); position:relative; }
.bm-fac__top::after{ content:""; position:absolute; inset:0; opacity:.10;
  background-image:linear-gradient(90deg,#fff 1px,transparent 1px); background-size:24px 24px; }
.bm-fac__body{ padding:22px 24px 26px; }
.bm-fac__loc{ font-size:.78rem; letter-spacing:.08em; text-transform:uppercase; color:var(--bm-molten); font-weight:700; }
.bm-fac h3{ margin:8px 0 8px; color:var(--bm-heading); font-size:1.18rem; }
.bm-fac p{ margin:0; color:var(--bm-muted); font-size:.93rem; }

/* ============================== KURUMSAL ============================== */
.bm-corp{ background:var(--bm-bg); padding:84px 0; }
.bm-corp__grid{ display:grid; grid-template-columns:1fr 1fr; gap:54px; align-items:center; }
.bm-corp__text h2{ font-size:clamp(1.7rem,3vw,2.3rem); color:var(--bm-heading); margin:0 0 18px; line-height:1.18; }
.bm-corp__text p{ color:var(--bm-muted); font-size:1.03rem; line-height:1.7; margin:0 0 26px; }
.bm-values{ display:grid; gap:14px; }
.bm-value{ display:flex; gap:16px; align-items:flex-start; padding:20px 22px; border-radius:var(--bm-radius);
  background:var(--bm-silver-2); border:1px solid var(--bm-line); text-decoration:none; transition:.2s; }
.bm-value:hover{ background:var(--bm-surface); box-shadow:var(--bm-shadow-sm); transform:translateX(4px); }
.bm-value__ic{ width:42px; height:42px; flex:none; border-radius:10px; background:var(--bm-surface); border:1px solid var(--bm-line);
  display:flex; align-items:center; justify-content:center; color:var(--bm-accent-2); }
.bm-value__ic svg{ width:22px; height:22px; }
.bm-value h4{ margin:0 0 4px; color:var(--bm-heading); font-size:1.02rem; }
.bm-value p{ margin:0; color:var(--bm-muted); font-size:.9rem; }

/* ============================== CTA ============================== */
.bm-cta{ padding:78px 0; color:#fff; text-align:center;
  background:radial-gradient(800px 300px at 50% -40%, rgba(222,33,31,.30), transparent 60%),
             linear-gradient(135deg,var(--bm-navy) 0%,var(--bm-navy-2) 100%); }
.bm-cta h2{ font-size:clamp(1.8rem,3.4vw,2.5rem); margin:0 0 14px; }
.bm-cta p{ color:rgba(232,240,247,.8); font-size:1.08rem; margin:0 auto 30px; max-width:540px; }

/* ============================== RESPONSIVE ============================== */
@media (max-width:1100px){
  .bm-grid-products{ grid-template-columns:repeat(3,1fr); }
}
@media (max-width:980px){
  .bm-corp__grid{ grid-template-columns:1fr; gap:36px; }
  .bm-grid-fac{ grid-template-columns:1fr; }
  .bm-steps{ grid-template-columns:repeat(2,1fr); gap:30px 0; }
  .bm-step::after{ display:none; }
}
@media (max-width:760px){
  .bm-stats__grid{ grid-template-columns:repeat(2,1fr); }
  .bm-stat:nth-child(2){ border-right:0; }
  .bm-stat:nth-child(1),.bm-stat:nth-child(2){ border-bottom:1px solid var(--bm-line); }
  .bm-hero__inner{ min-height:72vh; }
}
@media (max-width:680px){
  .bm-grid-products{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:520px){
  .bm-grid-products{ grid-template-columns:1fr; }
  .bm-wrap{ padding:0 18px; }
}

/* === Monokrom (tam gri) düzeltmeleri === */
.bm-eyebrow, .bm-stat__num span, .bm-fac__loc{ color:var(--bm-accent-2); }
.bm-hero__dots button.is-active{ background:#fff; }
.bm-card:hover .bm-card__more{ color:var(--bm-heading); }
.bm-btn--molten{ box-shadow:0 8px 20px rgba(0,0,0,.28); }
.bm-cta{ background:linear-gradient(135deg,var(--bm-navy),var(--bm-navy-2)); }

/* Hero ok butonları */
.bm-hero__arrow{ position:absolute; top:50%; transform:translateY(-50%); z-index:3;
  width:48px; height:48px; border:0; border-radius:50%; cursor:pointer; color:#fff; padding:0;
  background:rgba(255,255,255,.14); font-size:30px; line-height:1;
  display:flex; align-items:center; justify-content:center; transition:background .2s;
  -webkit-tap-highlight-color:transparent; }
.bm-hero__arrow:hover{ background:rgba(255,255,255,.30); }
.bm-hero__arrow svg{ width:22px; height:22px; display:block; }
.bm-hero__arrow--prev{ left:20px; }
.bm-hero__arrow--next{ right:20px; }
@media (max-width:600px){
  .bm-hero__arrow{ width:40px; height:40px; font-size:24px; }
  .bm-hero__arrow--prev{ left:8px; }
  .bm-hero__arrow--next{ right:8px; }
}
