/* Webreta Stone Catalog — dark premium (v2) */

.bva-trackr-wrap,
.wrs-pp,
.wrs-lb { font-family: inherit; -webkit-font-smoothing: antialiased; }

/* ===== SLIDER (CodePen expanding cards, dark) ===== */
.bva-showcase {
  position: relative;
  width: 100%;
  height: 458px;
  margin: 0;
}
.bva-track { border-radius: 20px; height: 100%; }

.bva-tile {
  width: 210px;
  height: 300px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 20px;
  box-shadow: 0 30px 50px rgba(0,0,0,.55);
  background-position: 50% 50%;
  background-size: cover;
  display: inline-block;
  transition: all .5s;
}
.bva-track .bva-tile:nth-child(1),
.bva-track .bva-tile:nth-child(2) {
  top: 0; left: 0;
  transform: translate(0, 0);
  width: 100%; height: 100%;
  border-radius: 20px;
}
.bva-track .bva-tile:nth-child(3) { left: 55%; }
.bva-track .bva-tile:nth-child(4) { left: calc(55% + 230px); }
.bva-track .bva-tile:nth-child(5) { left: calc(55% + 460px); }
.bva-track .bva-tile:nth-child(n + 6) { left: calc(55% + 690px); opacity: 0; }

.bva-tile::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,.15) 45%, rgba(0,0,0,0) 70%);
  opacity: 0; transition: opacity .5s;
  pointer-events: none;
}
.bva-track .bva-tile:nth-child(2)::after { opacity: 1; }

.bva-panel {
  position: absolute;
  top: 50%;
  left: 7%;
  width: 42%;
  max-width: 460px;
  text-align: left;
  color: #fff;
  transform: translate(0, -50%);
  z-index: 5;
  display: none;
}
.bva-track .bva-tile:nth-child(2) .bva-panel { display: block; }

.bva-title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: .5px;
  opacity: 0;
  animation: wrsAnim 1s ease-in-out 1 forwards;
}
.bva-cta {
  -webkit-appearance: none; appearance: none;
  margin-top: 22px;
  padding: 13px 28px;
  border: 1px solid rgba(255,255,255,.6);
  cursor: pointer;
  opacity: 0;
  border-radius: 0;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 400;
  line-height: 1; text-shadow: none; min-height: 0; box-shadow: none;
  backdrop-filter: blur(6px);
  transition: background .4s, color .4s, border-color .4s;
  animation: wrsAnim 1s ease-in-out .5s 1 forwards;
}
.bva-cta:hover { background: #fff; color: #0a0a0a; border-color: #fff; }

@keyframes wrsAnim {
  from { opacity: 0; transform: translate(0, 60px); filter: blur(20px); }
  to   { opacity: 1; transform: translate(0); filter: blur(0); }
}

.bva-nav {
  display: flex;
  gap: 14px;
  width: 100%;
  justify-content: center;
  position: absolute;
  bottom: 22px;
  left: 0;
  z-index: 3;
}
.bva-nav button {
  -webkit-appearance: none; appearance: none;
  width: 44px; height: 44px;
  border-radius: 0;
  border: none;
  cursor: pointer;
  background: transparent;
  color: rgba(255,255,255,.7);
  line-height: 1;
  margin: 0; min-height: 0; padding: 0; box-shadow: none; text-shadow: none;
  transition: color .3s, transform .3s;
  display: flex; align-items: center; justify-content: center;
}
.bva-nav button:hover { color: #fff; transform: translateX(0) scale(1.12); }
.bva-arrow-prev:hover { transform: translateX(-3px); }
.bva-arrow-next:hover { transform: translateX(3px); }
.bva-nav button svg { display: block; }

@media (max-width: 768px) {
  .bva-showcase { height: 400px; max-width: 100%; }
  /* masaustundeki gibi yan kartlar gorunur, kucuk boyutlarla */
  .bva-tile { width: 120px; height: 175px; }
  .bva-track .bva-tile:nth-child(3) { left: 58%; }
  .bva-track .bva-tile:nth-child(4) { left: calc(58% + 132px); }
  .bva-track .bva-tile:nth-child(5) { left: calc(58% + 264px); }
  .bva-track .bva-tile:nth-child(n + 6) { left: calc(58% + 396px); opacity: 0; }
  .bva-panel {
    top: auto; bottom: 26px; left: 22px;
    width: 55%; max-width: none;
    transform: none;
  }
  .bva-track .bva-tile:nth-child(2)::after {
    background: linear-gradient(90deg, rgba(0,0,0,.65), rgba(0,0,0,.15) 55%, transparent 80%);
  }
  .bva-cat-tag { font-size: 10px; letter-spacing: 2px; margin-bottom: 8px; }
  .bva-title { font-size: 24px; margin-bottom: 14px; line-height: 1.15; }
  .bva-cta { padding: 10px 18px; font-size: 11px; }
  .bva-nav { bottom: 18px; }
}

/* ===== PRODUCTS PAGE ===== */
.wrs-pp { display: grid; grid-template-columns: 230px 1fr; gap: 56px; align-items: start; }
.wrs-side { position: sticky; top: 145px; align-self: start; }
.wrs-pp-title { font-size: 46px; font-weight: 400; color: #fff; letter-spacing: -1px; margin: 0 0 48px; }

.wrs-filter-grp { margin-bottom: 34px; }
.wrs-fh { display: flex; align-items: center; justify-content: space-between; font-size: 15px; color: #fff; margin-bottom: 18px; }
.wrs-fh i { color: #666; font-size: 16px; }
.wrs-fdot::before { content: "\25CF"; color: #e0632b; font-size: 9px; margin-right: 8px; vertical-align: middle; }

.wrs-cat-opt { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; font-size: 14px; color: #9a9a9a; cursor: pointer; border-bottom: 0.5px solid #161616; transition: color .15s; }
.wrs-cat-opt:hover { color: #fff; }
.wrs-cat-opt.active { color: #fff; }
.wrs-cnt { font-size: 11px; color: #555; }

.wrs-opt { display: flex; align-items: center; gap: 12px; padding: 7px 0; font-size: 14px; color: #9a9a9a; cursor: pointer; transition: color .15s; }
.wrs-opt:hover { color: #fff; }
.wrs-opt.active { color: #e0632b; }
.wrs-sw { width: 22px; height: 22px; border-radius: 50%; border: 0.5px solid #333; flex: 0 0 auto; }
.wrs-x { margin-left: auto; color: #e0632b; font-size: 15px; display: none; }
.wrs-opt.active .wrs-x { display: inline; }

/* grid — vertical premium cards */
.wrs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 22px; align-content: start; transition: opacity .3s ease; }
.wrs-card { cursor: pointer; }
.wrs-card-frame { position: relative; width: 100%; aspect-ratio: 3 / 4; overflow: hidden; border-radius: 10px; background: #141414; box-shadow: 0 14px 34px rgba(0,0,0,.4); outline: 1px solid rgba(255,255,255,.06); outline-offset: -1px; transition: box-shadow .5s ease, outline-color .5s ease; }
.wrs-card-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.19,1,.22,1); }
.wrs-card-frame::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,0); transition: background .5s ease; pointer-events: none; }
.wrs-card:hover .wrs-card-frame { outline-color: rgba(255,255,255,.55); box-shadow: 0 22px 55px rgba(0,0,0,.6); }
.wrs-card:hover .wrs-card-frame img { transform: scale(1.06); }
.wrs-card:hover .wrs-card-frame::after { background: rgba(0,0,0,0); }
.wrs-nm { height: 22px; line-height: 22px; margin-top: 16px; text-align: center; font-size: 14px; letter-spacing: .5px; color: #a8a8a8; transition: color .4s ease, letter-spacing .4s ease; }
.wrs-card:hover .wrs-nm { color: #fff; letter-spacing: 2px; }

.wrs-empty { color: #888; font-size: 15px; padding: 60px 0; text-align: center; }

/* ===== LIGHTBOX (animated) ===== */
.wrs-lb { position: fixed; inset: 0; background: rgba(6,6,6,0); display: flex; align-items: center; justify-content: center; padding: 5vh 5vw; z-index: 2147483647; opacity: 0; visibility: hidden; transition: opacity .35s ease, background .35s ease, visibility 0s .35s; }
.wrs-lb.show { opacity: 1; visibility: visible; background: rgba(6,6,6,.93); transition: opacity .35s ease, background .35s ease; }
.wrs-lb-frame { position: relative; max-width: 780px; width: 100%; max-height: 88vh; border-radius: 16px; overflow: hidden; box-shadow: 0 50px 110px rgba(0,0,0,.75); transform: scale(.9) translateY(14px); opacity: 0; transition: transform .4s cubic-bezier(.2,.7,.2,1), opacity .4s ease; }
.wrs-lb.show .wrs-lb-frame { transform: scale(1) translateY(0); opacity: 1; }
.wrs-lb-frame img { width: 100%; height: auto; max-height: 88vh; object-fit: contain; display: block; border-radius: 16px; }
.wrs-lb-name { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: rgba(10,10,10,.82); color: #fff; font-size: 26px; font-weight: 500; letter-spacing: 1px; padding: 16px 42px; border-radius: 12px; white-space: nowrap; }
.wrs-lb-close { position: absolute; top: 26px; right: 32px; width: 44px; height: 44px; border-radius: 50%; background: rgba(20,20,20,.7); border: 0.5px solid #444; color: #ddd; font-size: 24px; line-height: 1; cursor: pointer; z-index: 10; display: flex; align-items: center; justify-content: center; transition: .2s; }
.wrs-lb-close:hover { background: #f5f5f5; color: #0a0a0a; border-color: #f5f5f5; }

@media (max-width: 900px) {
    .wrs-pp { grid-template-columns: 1fr; gap: 32px; }
    .wrs-side { position: static; }
    .wrs-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 14px; }
    .wrs-slab.pos-l2, .wrs-slab.pos-r2 { display: none; }
    .wrs-nav { display: none; }
    .wrs-pp-title { font-size: 34px; }
    .wrs-lb-name { font-size: 20px; padding: 12px 28px; }
}


/* Flatsome buton stillerini ez */
.wrs-lb-close, .wrs-lb-close:hover, .wrs-lb-close:focus,
.wrs-nav, .wrs-nav:hover, .wrs-nav:focus {
  -webkit-appearance: none; appearance: none;
  margin: 0; min-width: 0; min-height: 0; max-width: none;
  font-weight: 400; text-transform: none; letter-spacing: 0;
  text-shadow: none; line-height: 1; box-shadow: none;
}
.wrs-lb-close { padding: 0 !important; font-size: 26px; line-height: 1; text-align: center; }

.wrs-lb-close:hover { background: #f5f5f5; color: #0a0a0a; border-color: #f5f5f5; }
.wrs-nav:hover { background: #f5f5f5; color: #0a0a0a; border-color: #f5f5f5; }
.wrs-lb-close, .wrs-nav { border-radius: 50%; }

.wrs-nav svg { display: block; }


/* ===== KATEGORİ KARTLARI ===== */
.bva-cats { display: grid; grid-template-columns: repeat(var(--cols, 4), 1fr); gap: 16px; }
.bva-cat { position: relative; height: 300px; border-radius: 12px; overflow: hidden; display: block; }
.bva-cat-img { position: absolute; inset: 0; background-size: cover; background-position: 50% 50%; background-color: #141414; transition: transform .7s cubic-bezier(.19,1,.22,1); }
.bva-cat:hover .bva-cat-img { transform: scale(1.06); }
.bva-cat-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.1) 30%, rgba(10,10,10,.85) 100%); }
.bva-cat-num { position: absolute; top: 20px; left: 24px; font-size: 12px; letter-spacing: 2px; color: #cfcfcf; z-index: 2; }
.bva-cat-name { position: absolute; bottom: 24px; left: 24px; font-size: 20px; font-weight: 500; color: #fff; z-index: 2; transition: letter-spacing .4s ease; }
.bva-cat:hover .bva-cat-name { letter-spacing: 1px; }

@media (max-width: 900px) {
  .bva-cats { grid-template-columns: repeat(2, 1fr); }
}

/* ===== TEK PROJE SAYFASI ===== */
.wrs-single-project { background: #0a0a0a; color: #e8e8e8; }

/* HERO — tam ekran, ustten guvenli bosluk */
.wsp-hero { position: relative; min-height: 78vh; background-size: cover; background-position: 50% 50%; background-color: #141414; display: flex; align-items: flex-end; }
.wsp-hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.1) 35%, rgba(6,6,6,.92) 100%); }
.wsp-hero-inner { position: relative; z-index: 2; max-width: 1280px; width: 100%; margin: 0 auto; padding: 0 48px 72px; }
.wsp-type { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: #cfcfcf; margin-bottom: 18px; }
.wsp-title { font-size: 60px; font-weight: 500; color: #fff; letter-spacing: -1px; line-height: 1.05; margin-bottom: 16px; }
.wsp-loc { font-size: 15px; letter-spacing: .5px; color: #b0b0b0; display: flex; align-items: center; gap: 8px; }
.wsp-loc::before { content: ""; width: 22px; height: 1px; background: #666; display: inline-block; }

/* GOVDE */
.wsp-body { max-width: 1280px; margin: 0 auto; padding: 90px 48px 110px; }

/* iki kolon: sol baslik/aciklama, ust hizali */
.wsp-intro { display: grid; grid-template-columns: 320px 1fr; gap: 64px; align-items: start; margin-bottom: 80px; }
.wsp-intro-label { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: #8a8a8a; padding-top: 8px; }
.wsp-content { font-size: 18px; line-height: 1.9; color: #b8b8b8; }
.wsp-content p { margin-bottom: 22px; }
.wsp-content p:last-child { margin-bottom: 0; }

/* GALERI — ilk gorsel genis, sonra 2li ritim */
.wsp-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.wsp-g-item { position: relative; aspect-ratio: 3/2; overflow: hidden; border-radius: 12px; cursor: pointer; background: #141414; }
.wsp-g-item:first-child { grid-column: 1 / -1; aspect-ratio: 16/7; }
.wsp-g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.19,1,.22,1); }
.wsp-g-item:hover img { transform: scale(1.05); }
.wsp-g-item::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.1); opacity: 0; transition: opacity .4s; }
.wsp-g-item:hover::after { opacity: 1; }

.wsp-back { margin-top: 80px; text-align: center; }
.wsp-back a { display: inline-block; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: #ccc; border: 1px solid rgba(255,255,255,.25); padding: 15px 34px; transition: all .3s; }
.wsp-back a:hover { background: #fff; color: #0a0a0a; border-color: #fff; }

@media (max-width: 900px) {
  .wsp-hero { min-height: 56vh; }
  .wsp-hero-inner { padding: 0 24px 44px; }
  .wsp-title { font-size: 34px; }
  .wsp-body { padding: 56px 24px 70px; }
  .wsp-intro { grid-template-columns: 1fr; gap: 20px; margin-bottom: 50px; }
  .wsp-content { font-size: 16px; }
  .wsp-gallery { grid-template-columns: 1fr; }
  .wsp-g-item, .wsp-g-item:first-child { aspect-ratio: 3/2; }
}


.wrs-lb-close svg { display: block; }

/* ===== KATEGORİ AÇIKLAMASI (ürünler sayfası üstü) ===== */
.wrs-cat-desc { position: relative; margin-bottom: 48px; padding: 4px 0 40px 28px; border-bottom: 0.5px solid #1c1c1c; animation: wrsFadeUp .6s ease; }
.wrs-cat-desc::before { content: ""; position: absolute; left: 0; top: 6px; bottom: 40px; width: 2px; background: linear-gradient(180deg, #fff, rgba(255,255,255,.15)); }
.wrs-cat-desc-title { font-size: 32px; font-weight: 500; color: #fff; letter-spacing: -.3px; margin: 0 0 16px; }
.wrs-cat-desc-text { font-size: 16px; line-height: 1.85; color: #a5a5a5; max-width: 760px; margin: 0; }
@keyframes wrsFadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

/* ===== TEKLİF FORMU ===== */
.bva-quote-form { max-width: 720px; }
.bva-qf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.bva-qf-field { margin-bottom: 20px; }
.bva-qf-field label { display: block; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: #8a8a8a; margin-bottom: 10px; }
.bva-quote-form input[type="text"],
.bva-quote-form input[type="email"],
.bva-quote-form textarea {
  width: 100% !important;
  background: rgba(255,255,255,.12) !important;
  background-color: rgba(255,255,255,.12) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 10px !important;
  color: #fff !important; font-size: 15px !important; padding: 15px 18px !important;
  font-family: inherit !important;
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08) !important;
  transition: border-color .3s ease, background .3s ease, box-shadow .3s ease !important;
  outline: none !important;
}
.bva-quote-form input::placeholder,
.bva-quote-form textarea::placeholder { color: rgba(255,255,255,.4) !important; }
.bva-quote-form input:hover,
.bva-quote-form textarea:hover { border-color: rgba(255,255,255,.3) !important; }
.bva-quote-form input:focus,
.bva-quote-form textarea:focus {
  border-color: rgba(255,255,255,.55) !important;
  background: rgba(255,255,255,.18) !important;
  background-color: rgba(255,255,255,.18) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 0 0 3px rgba(255,255,255,.06) !important;
}
.bva-qf-field textarea { resize: vertical; }

.bva-qf-submit {
  -webkit-appearance: none; appearance: none;
  background: #f5f5f5; color: #0a0a0a; border: none; border-radius: 10px;
  padding: 16px 40px; font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
  cursor: pointer; margin-top: 8px; transition: background .3s ease, transform .2s ease;
}
.bva-qf-submit:active { transform: scale(.98); }
.bva-qf-submit:hover { background: #fff; }
.bva-qf-submit:disabled { opacity: .6; cursor: default; }

.bva-qf-status { margin-top: 18px; font-size: 14px; }
.bva-qf-status.is-success { color: #6fce9f; }
.bva-qf-status.is-error { color: #e07a7a; }

@media (max-width: 700px) {
  .bva-qf-row { grid-template-columns: 1fr; gap: 0; }
}

/* ===== ALT KATEGORİ (Light/Dark) ===== */
.wrs-subcat { max-height: 0; overflow: hidden; opacity: 0; transition: max-height .4s ease, opacity .3s ease; padding-left: 16px; border-left: 1px solid #1e1e1e; margin-left: 4px; }
.wrs-subcat.open { max-height: 200px; opacity: 1; margin-top: 4px; margin-bottom: 6px; }
.wrs-subcat-opt { display: flex; align-items: center; justify-content: space-between; padding: 8px 0; font-size: 13px; color: #888; cursor: pointer; transition: color .15s; }
.wrs-subcat-opt:hover { color: #fff; }
.wrs-subcat-opt.active { color: #fff; }
.wrs-subcat-opt.active::before { content: "—"; margin-right: 6px; color: #666; }

/* ===== BLOCKS BÖLÜMÜ (metin üstte, grid altta) ===== */
.bva-blocks-text { max-width: 900px; margin: 0 auto 50px; text-align: center; }
.bva-blocks-kicker { font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: #8a8a8a; margin-bottom: 16px; }
.bva-blocks-title { font-size: 40px; font-weight: 500; color: #fff; letter-spacing: -.5px; margin: 0 0 24px; }
.bva-blocks-desc { font-size: 16px; line-height: 1.9; color: #a5a5a5; }
.bva-blocks-desc p { margin: 0 0 18px; }
.bva-blocks-desc p:last-child { margin-bottom: 0; }

.bva-blocks-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bva-blocks-item { aspect-ratio: 4/3; overflow: hidden; border-radius: 12px; cursor: pointer; background: #141414; box-shadow: 0 14px 34px rgba(0,0,0,.4); }
.bva-blocks-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.19,1,.22,1); }
.bva-blocks-item:hover img { transform: scale(1.06); }

@media (max-width: 900px) {
  .bva-blocks-title { font-size: 30px; }
  .bva-blocks-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
@media (max-width: 560px) {
  .bva-blocks-grid { grid-template-columns: 1fr; }
}

/* ===== CUTTING SERVICES INTRO ===== */
.bva-cutting-intro-text { max-width: 820px; margin: 0 auto 70px; text-align: center; }
.bva-cutting-intro-text p { font-size: 17px; line-height: 1.95; color: #b0b0b0; margin: 0 0 22px; }
.bva-cutting-intro-text p:last-child { margin-bottom: 0; }
.bva-cutting-brand { color: #fff; font-weight: 500; }

.bva-cutting-used { border-top: 0.5px solid #1c1c1c; padding-top: 56px; }
.bva-cutting-used-title { font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: #fff; margin-bottom: 36px; }
.bva-cutting-used-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.bva-cutting-used-item { display: flex; gap: 18px; align-items: flex-start; padding: 24px 26px; border: 1px solid #1c1c1c; border-radius: 12px; background: rgba(255,255,255,.015); transition: .3s; }
.bva-cutting-used-item:hover { border-color: #333; background: rgba(255,255,255,.03); }
.bva-cutting-used-item .n { font-size: 12px; letter-spacing: 1px; color: #666; padding-top: 3px; min-width: 26px; }
.bva-cutting-used-item .t { font-size: 15px; line-height: 1.65; color: #c5c5c5; }

.bva-cutting-closing { margin-top: 56px; text-align: center; }
.bva-cutting-closing p { font-size: 18px; line-height: 1.8; color: #d0d0d0; max-width: 640px; margin: 0 auto; }

@media (max-width: 860px) {
  .bva-cutting-head { grid-template-columns: 1fr; gap: 28px; margin-bottom: 50px; }
  .bva-cutting-h2 { font-size: 28px; }
  .bva-cutting-used-grid { grid-template-columns: 1fr; }
  .bva-cutting-closing p { font-size: 16px; }
}

/* ===== PROJE GALERİSİ ===== */
.bva-proj-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; justify-content: center; }
.bva-proj-filter { -webkit-appearance: none; appearance: none; background: transparent; border: 1px solid #2a2a2a; color: #9a9a9a; padding: 10px 24px; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; cursor: pointer; border-radius: 40px; transition: .25s; margin: 0; }
.bva-proj-filter:hover { color: #fff; border-color: #555; }
.bva-proj-filter.active { background: #f5f5f5; color: #0a0a0a; border-color: #f5f5f5; }

.bva-proj-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bva-proj-grid--home { gap: 16px; }
.bva-proj-card { cursor: pointer; display: block; text-decoration: none; }
.bva-proj-img { position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: 12px; background: #141414; }
.bva-proj-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.19,1,.22,1); }
.bva-proj-card:hover .bva-proj-img img { transform: scale(1.08); }

/* hover overlay — isim gorsel uzerinde belirir */
.bva-proj-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,.2) 65%, rgba(6,6,6,.9) 100%); opacity: 0; transition: opacity .45s ease; }
.bva-proj-card:hover .bva-proj-overlay { opacity: 1; }
.bva-proj-group { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #cfcfcf; margin-bottom: 8px; transform: translateY(10px); transition: transform .45s ease .05s; }
.bva-proj-name { font-size: 20px; font-weight: 500; color: #fff; line-height: 1.2; transform: translateY(10px); transition: transform .45s ease .1s; }
.bva-proj-view { margin-top: 16px; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #fff; border: 1px solid rgba(255,255,255,.5); padding: 8px 18px; align-self: flex-start; transform: translateY(10px); transition: transform .45s ease .15s, background .3s, color .3s; }
.bva-proj-card:hover .bva-proj-group,
.bva-proj-card:hover .bva-proj-name,
.bva-proj-card:hover .bva-proj-view { transform: translateY(0); }
.bva-proj-view:hover { background: #fff; color: #0a0a0a; }

.bva-proj-card.is-hidden { display: none; }

@media (max-width: 900px) {
  .bva-proj-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .bva-proj-overlay { opacity: 1; padding: 18px; background: linear-gradient(180deg, transparent 50%, rgba(6,6,6,.85)); }
  .bva-proj-group, .bva-proj-name, .bva-proj-view { transform: translateY(0); }
  .bva-proj-view { display: none; }
  .bva-proj-name { font-size: 16px; }
}
@media (max-width: 560px) {
  .bva-proj-grid { grid-template-columns: 1fr; }
}
/* ===== İLETİŞİM FORMU ===== */
.bva-contact-form { width: 100%; }
.bva-cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.bva-cf-field { margin-bottom: 20px; }
.bva-cf-field label { display: block; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: #8a8a8a; margin-bottom: 10px; }
.bva-contact-form input[type="text"],
.bva-contact-form input[type="email"],
.bva-contact-form textarea {
  width: 100% !important;
  background: rgba(255,255,255,.06) !important;
  background-color: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 10px !important;
  color: #fff !important; font-size: 15px !important; padding: 15px 18px !important;
  font-family: inherit !important;
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  transition: border-color .3s ease, background .3s ease !important; outline: none !important;
}
.bva-contact-form input::placeholder,
.bva-contact-form textarea::placeholder { color: rgba(255,255,255,.4) !important; }
.bva-contact-form input:focus,
.bva-contact-form textarea:focus {
  border-color: rgba(255,255,255,.5) !important;
  background: rgba(255,255,255,.1) !important;
  background-color: rgba(255,255,255,.1) !important;
}
.bva-cf-submit {
  -webkit-appearance: none; appearance: none;
  background: #f5f5f5; color: #0a0a0a; border: none; border-radius: 10px;
  padding: 16px 40px; font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
  cursor: pointer; margin-top: 8px; transition: background .3s ease, transform .2s ease;
}
.bva-cf-submit:hover { background: #fff; }
.bva-cf-submit:active { transform: scale(.98); }
.bva-cf-submit:disabled { opacity: .6; cursor: default; }
.bva-cf-status { margin-top: 18px; font-size: 14px; }
.bva-cf-status.is-success { color: #6fce9f; }
.bva-cf-status.is-error { color: #e07a7a; }

@media (max-width: 700px) {
  .bva-cf-row { grid-template-columns: 1fr; gap: 0; }
}
