/* aklar ana sayfa v2 — insan, eşleşme ve saha deneyimi */
.home-v2{
  --home-blue:#2457e6;
  --home-blue-deep:#163eb5;
  --home-ink:#10213d;
  --home-mint:#bfe8d6;
  --home-mint-soft:#edf9f4;
  --home-yellow:#f4c84a;
  --home-paper:#f8f9f6;
  background:var(--home-paper);
}

.home-v2 .wrap{max-width:1480px;padding-left:42px;padding-right:42px}
.home-v2 .hdr{background:rgba(255,255,255,.97);backdrop-filter:blur(16px)}
.home-v2 .hdr-main{height:78px;gap:0}
.home-v2 .hdr-brandlock{display:flex;align-items:center;gap:18px;flex:0 0 auto}
.home-v2 .brand img{height:40px}
.home-v2 .brand-promise{
  display:block;padding-left:17px;border-left:1px solid #cbd2df;white-space:pre-line;
  color:#5d6980;font-size:11.5px;font-weight:500;line-height:1.15
}
.home-v2 .hdr-home .hdr-nav{
  margin-left:68px;gap:38px;color:var(--home-ink);font-size:14px;font-weight:700
}
.home-v2 .hdr-home .hdr-nav .nav-with-caret{display:flex;align-items:center;gap:7px}
.home-v2 .hdr-home .hdr-nav .nav-with-caret svg{width:12px;height:12px}
.home-v2 .hdr-actions{margin-left:auto;display:flex;align-items:center;gap:30px}
.home-v2 .hdr-search-icon{display:grid;place-items:center;width:40px;height:40px;color:var(--home-ink)}
.home-v2 .hdr-search-icon svg{width:21px;height:21px}
.home-v2 .hdr-auth{gap:28px;font-size:14px;font-weight:700;color:var(--home-ink)}
.home-v2 .hdr-nav .sep,.home-v2 .langbtn{display:none}
.home-v2 .btn-join{background:var(--home-blue);border-radius:8px;padding:13px 22px;color:#fff}
.home-v2 .btn-join:hover{background:var(--home-blue-deep)}
.home-v2 .cats{background:#fff;border-color:#e7eaf0}
.home-v2 .cats-row{justify-content:space-between;gap:28px;color:#35435d;font-size:13px;font-weight:600}
.home-v2 .cats-row a{display:flex;align-items:center;gap:11px;padding:13px 0}
.home-v2 .cats-row a svg{width:21px;height:21px;color:var(--home-ink);flex:0 0 auto}
.home-v2 .cats-row .all-jobs{font-weight:700;color:var(--home-ink)}

.home-v2 main{overflow:hidden}
.home-v2 .home-section{padding:76px 0}
.home-v2 .section-kicker{display:block;margin-bottom:9px;color:var(--home-blue);font-size:13px;font-weight:700}
.home-v2 .home-title-row{align-items:flex-end;margin-bottom:26px}
.home-v2 .home-title-row h2,.home-v2 .featured-heading h2{
  color:var(--home-ink);font-size:clamp(30px,3vw,44px);font-weight:800;line-height:1.04;
  letter-spacing:-.05em
}
.home-v2 .home-title-row .lede{font-size:16px;color:#667086;margin-top:9px}
.home-v2 .home-title-row>a,.home-v2 .section-link{color:var(--home-blue);font-weight:700;font-size:14px}
.home-v2 .home-title-row>a::after,.home-v2 .section-link::after{content:'  ›';font-size:20px;vertical-align:-1px}

/* Hero */
.home-v2 .home-hero{
  position:relative;background:linear-gradient(118deg,#0d1d36 0%,#142c4d 50%,#10213d 100%);
  color:#fff;overflow:visible;transition:none
}
.home-v2 .home-hero::after{
  content:'';display:block;position:absolute;inset:0;pointer-events:none;opacity:.55;
  background:
    radial-gradient(circle at 18% 13%,rgba(82,132,255,.18),transparent 28%),
    linear-gradient(90deg,transparent 0 46%,rgba(255,255,255,.025) 46% 46.1%,transparent 46.1%)
}
.home-v2 .home-hero .hero-in{
  position:relative;z-index:1;
  display:grid;grid-template-columns:minmax(0,47%) minmax(0,53%);gap:0;
  /* min-height'ta !important YOK, bilerek: home.js üç kipi de ölçüp en
     uzununu buranın inline min-height'ına yazıyor; sekme değişince hero
     zıplamasın diye o ölçü kazanmalı. !important onu eziyordu. Buradaki
     560px yalnızca JS ölçmeden önceki taban. */
  align-items:stretch;padding-top:0;padding-bottom:0;min-height:560px
}
.home-v2 .hero-copy{padding:42px 44px 30px 0;display:flex;flex-direction:column;justify-content:center}
.home-v2 .home-hero h1{
  max-width:12ch;margin:24px 0 17px;color:#fff;
  font-size:clamp(46px,5.2vw,76px);line-height:.98;letter-spacing:-.064em
}
.home-v2 .home-hero h1 em{color:#8fb0ff;font-style:normal;position:relative;white-space:nowrap}
.home-v2 .home-hero h1 em::after{
  content:'';position:absolute;left:0;right:16%;bottom:-7px;height:7px;border-radius:50%;
  background:#73d7b1;transform:rotate(-1.4deg);z-index:-1
}
.home-v2 .home-hero .lede{color:rgba(255,255,255,.72);font-size:19px;line-height:1.55;max-width:48ch;margin:0 0 22px}
/* Sekme kutusu, arama çubuğu ve çip satırı aynı genişlikte bitmeli;
   ölçü tek yerde dursun ki biri değişince diğerleri kaymasın. */
.home-v2 .mode,.home-v2 .searchbar,.home-v2 .hero-copy .chips{width:100%;max-width:690px}

.home-v2 .mode{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
  padding:5px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);border-radius:11px;overflow:hidden
}
.home-v2 .mode button{
  min-height:49px;padding:10px 14px;border-radius:7px;background:transparent;color:rgba(255,255,255,.76);
  border-right:0;font-size:14px
}
.home-v2 .mode button:last-child{border-right:0}
.home-v2 .mode button[aria-selected="true"]{background:#fff;color:var(--home-ink);box-shadow:0 8px 24px rgba(0,0,0,.16)}
.home-v2 .searchbar{
  min-height:70px;padding:6px;background:#fff;border:1px solid #cfd7e8;
  border-radius:10px;box-shadow:0 14px 36px rgba(0,0,0,.18)
}
.home-v2 .searchbar .ico{width:54px;color:#53627c}
.home-v2 .searchbar .ico svg{width:24px;height:24px}
.home-v2 .searchbar input{font-size:17px;color:var(--home-ink);padding-right:12px}
.home-v2 .searchbar button{
  min-width:148px;border-radius:8px;background:var(--home-blue);font-size:17px;font-weight:700;color:#fff
}
.home-v2 .searchbar button:hover{background:var(--home-blue-deep)}
.home-v2 .chips{margin-top:13px;gap:7px;color:rgba(255,255,255,.62)}
.home-v2 .chips .lbl{color:rgba(255,255,255,.62);font-size:12.5px}
.home-v2 .chips .chip{color:rgba(255,255,255,.86);background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);padding:6px 12px;border-radius:999px;font-size:12.5px}
.home-v2 .chips .chip:hover{background:#fff;color:var(--home-blue)}
.home-v2 .hero-post{margin-top:14px}
.home-v2 .hero-post .btn{height:36px;background:transparent;padding:0;color:#fff;font-size:13.5px}

.home-v2 .hero-media{position:relative;min-height:560px;overflow:hidden;background:#dbe1e8}
.home-v2 .hero-media::after{
  content:'';position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(90deg,#142c4d 0%,rgba(20,44,77,.25) 9%,transparent 24%,transparent 72%,rgba(16,33,61,.24))
}
.home-v2 .hero-media>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:58% center}
.home-v2 .match-note{
  position:absolute;z-index:2;display:grid;grid-template-columns:10px auto;column-gap:9px;
  min-width:150px;padding:12px 16px;background:#fff;color:var(--home-ink);border:1px solid rgba(16,33,61,.08);
  border-radius:10px;box-shadow:0 10px 28px rgba(16,33,61,.16)
}
.home-v2 .match-note i{grid-row:1/3;width:9px;height:9px;border-radius:50%;background:#3db889;margin-top:4px}
.home-v2 .match-note small{font-size:11px;color:#69738a;line-height:1.2}
.home-v2 .match-note b{font-size:13px;line-height:1.3}
.home-v2 .match-note-top{right:13%;top:13%}
.home-v2 .match-note-bottom{left:8%;bottom:138px}
.home-v2 .match-note-bottom i{background:var(--home-blue)}
.home-v2 .hero-slogan{
  position:absolute;right:24px;top:28px;z-index:2;padding-left:18px;border-left:3px solid var(--home-yellow);
  color:#fff;font:700 20px/1.2 var(--display);text-shadow:0 2px 14px rgba(0,0,0,.45)
}
.home-v2 .hero-references{
  position:absolute;z-index:3;left:28px;right:28px;bottom:26px;padding:15px 18px 16px;
  overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:11px;
  background:rgba(9,27,50,.86);box-shadow:0 16px 38px rgba(3,12,25,.3);backdrop-filter:blur(13px)
}
.home-v2 .hero-references[hidden]{display:none}
.home-v2 .hero-references-label{
  display:block;margin-bottom:11px;color:rgba(255,255,255,.58);font-size:10.5px;font-weight:700;
  letter-spacing:.13em;text-transform:uppercase
}
.home-v2 .hero-references .trust-in{display:block;padding:0;margin:0;border:0}
.home-v2 .hero-references .trust-strip{
  width:100%;-webkit-mask-image:linear-gradient(90deg,transparent,#000 28px,#000 calc(100% - 28px),transparent);
  mask-image:linear-gradient(90deg,transparent,#000 28px,#000 calc(100% - 28px),transparent)
}
.home-v2 .hero-references .trust-track{gap:28px}
/* 23px'te logo okunmuyordu: kaynak dosyalar logo değil, 1312x738 gibi
   sosyal medya kartı ölçüsünde ekran görüntüleri; o boya inince
   içlerindeki işaret birkaç piksele düşüyor. */
.home-v2 .hero-references .trust-track img{height:34px;opacity:.94}
.home-v2 .hero-references .trust-track b{font-size:15px;color:rgba(255,255,255,.82)}
.home-v2 #nudgeBox{padding-top:20px!important}

/* Keşif */
.home-v2 .discovery-section{padding-top:64px;padding-bottom:64px;background:#fff}
.home-v2 .catband{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;padding-bottom:3px}
.home-v2 .catband::-webkit-scrollbar{display:none}
.home-v2 .catcard{flex:0 0 216px;aspect-ratio:16/9;border-radius:9px}
.home-v2 .catcard::after{background:linear-gradient(180deg,transparent 28%,rgba(8,25,47,.82) 100%)}
.home-v2 .catcard-in{padding:14px}
.home-v2 .catcard-in b{font-size:15px}
.home-v2 .catcard-in small{display:none}
.home-v2 .occupation-strip{margin-top:28px;padding-top:20px;border-top:1px solid #e7eaf0}
.home-v2 .occupation-menu{
  display:flex;gap:6px;
  overflow-x:auto;scrollbar-width:none;padding:0 0 5px
}
.home-v2 .occupation-menu::-webkit-scrollbar{display:none}
.home-v2 .occupation-menu-item{
  flex:1 0 92px;min-width:92px;min-height:92px;padding:12px 8px 10px;border:1px solid transparent;border-radius:12px;
  color:#344058;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;
  text-align:center;font-size:12.5px;font-weight:650;line-height:1.2;
  transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease
}
.home-v2 .occupation-menu-item>span:last-child{max-width:100%;overflow-wrap:anywhere}
.home-v2 .occupation-menu-icon{height:32px;display:grid;place-items:center;color:#203b67}
.home-v2 .occupation-menu-item:hover{
  color:var(--home-blue);background:#f6f8ff;border-color:#dce5ff;transform:translateY(-2px)
}
.home-v2 .occupation-menu-item.is-featured{color:var(--home-blue);background:#edf2ff;border-color:#e4ebff}
.home-v2 .occupation-menu-item.is-featured .occupation-menu-icon{color:var(--home-blue)}
.home-v2 .occupation-menu-all{font-weight:700}

/* Mesleğe göre profil rafları — üç sütun, iki satır */
.home-v2 .featured-section{background:#f1f5ff;border-top:1px solid #e2e8f8;border-bottom:1px solid #e2e8f8}
.home-v2 .featured-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}
.home-v2 .profile-shelves{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.home-v2 .profile-shelves>.sk-card{min-height:330px;border-radius:12px}
.home-v2 .profile-shelf{min-width:0;background:#fff;border:1px solid #dce3f1;border-radius:12px;overflow:hidden}
/* Şerit grubun kendi rengini taşıyor (bkz. home.js -> profilRaflari).
   --kat gelmezse eski lacivert devrede: renksiz bir kategori kalırsa
   başlık zeminsiz kalmasın. */
.home-v2 .profile-shelf-head{min-height:48px;padding:0 16px;background:var(--kat,var(--home-blue-deep));color:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px}
.home-v2 .profile-shelf-head>span,.home-v2 .profile-shelf-head>a{display:inline-flex;align-items:center;gap:7px}
.home-v2 .profile-shelf-head>span svg{width:17px;height:17px}
.home-v2 .profile-shelf-head strong{font-size:14px}
.home-v2 .profile-shelf-head>a{color:rgba(255,255,255,.82);font-size:11.5px;font-weight:700;white-space:nowrap}
.home-v2 .profile-shelf-head>a:hover{color:#fff}
.home-v2 .profile-shelf-head>a svg{width:14px;height:14px}
.home-v2 .profile-shelf-body{padding:14px 16px 10px}
.home-v2 .profile-shelf-lead{display:grid;grid-template-columns:88px minmax(0,1fr);gap:14px;align-items:center;color:var(--home-ink);padding-bottom:14px}
.home-v2 .profile-shelf-avatar{position:relative;display:grid;place-items:center;overflow:hidden;flex:0 0 auto;background:linear-gradient(145deg,#dfe8ff,#edf2ff);color:var(--home-blue);font-weight:800}
.home-v2 .profile-shelf-avatar>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.home-v2 .lead-avatar{width:88px;height:104px;border-radius:9px}
.home-v2 .mini-avatar{width:40px;height:40px;border-radius:50%}
.home-v2 .profile-shelf-lead-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:4px}
.home-v2 .profile-shelf-available{display:inline-flex;align-items:center;gap:5px;color:#167a58;font-size:11px;font-weight:700}
.home-v2 .profile-shelf-available i{width:7px;height:7px;border-radius:50%;background:currentColor}
.home-v2 .profile-shelf-lead-copy>strong{font-size:15px;line-height:1.2}
.home-v2 .profile-shelf-role{font-size:12.5px;color:#4e5d75;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.home-v2 .profile-shelf-meta{width:100%;display:flex;align-items:center;gap:5px;color:#657188;font-size:11.5px;margin-top:4px}
.home-v2 .profile-shelf-meta svg{width:13px;height:13px}
.home-v2 .profile-shelf-meta b{margin-left:auto;color:var(--home-ink);font-size:12.5px}
.home-v2 .profile-shelf-mini{min-width:0;display:flex;align-items:center;gap:10px;padding:11px 0;border-top:1px solid #e7eaf0;color:var(--home-ink)}
.home-v2 .profile-shelf-mini-copy{min-width:0;flex:1}
.home-v2 .profile-shelf-mini-copy strong,.home-v2 .profile-shelf-mini-copy span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.home-v2 .profile-shelf-mini-copy strong{font-size:12.5px;line-height:1.25}
.home-v2 .profile-shelf-mini-copy span{font-size:11.5px;color:#657188;margin-top:2px}
.home-v2 .profile-shelf-mini>b{font-size:11.5px;white-space:nowrap}
.home-v2 .profile-shelf-lead:hover strong,.home-v2 .profile-shelf-mini:hover strong{color:var(--home-blue)}

/* İlanlar */
.home-v2 .jobs-section{background:var(--home-paper)}
.home-v2 .jobscroll-in{grid-template-columns:repeat(3,minmax(0,1fr));max-height:482px;gap:14px;padding-bottom:4px}
.home-v2 .jobscroll::after{display:none}
.home-v2 .jcard{min-height:195px;border-color:#dfe3ea;border-radius:9px;box-shadow:none}
.home-v2 .jcard-band{background:#fff;color:var(--home-ink);border-bottom:1px solid #e8ebf0}
.home-v2 .jcard-band .posted{color:#758096}
.home-v2 .jcard-ico{width:32px;height:32px;border-radius:8px;color:var(--acc);background:color-mix(in srgb,var(--acc) 10%,#fff)}
.home-v2 .jcard:hover{border-color:var(--home-blue);box-shadow:0 8px 22px rgba(16,33,61,.08);transform:translateY(-2px)}

/* Danışmanlık — özellikle kompakt */
.home-v2 .counsel-compact{padding:52px 0;background:linear-gradient(100deg,var(--home-mint-soft),#e5f7ef)}
.home-v2 .counsel-compact-in{display:grid;grid-template-columns:minmax(250px,.85fr) minmax(0,2.15fr);gap:34px;align-items:center}
.home-v2 .counsel-intro h2{font:800 clamp(27px,2.5vw,39px)/1.02 var(--display);letter-spacing:-.05em;color:var(--home-ink);max-width:11ch}
.home-v2 .counsel-intro p{margin:10px 0 18px;color:#53677a;font-size:14.5px}
.home-v2 .btn-cobalt{background:var(--home-blue);color:#fff;height:40px;font-size:13.5px}
.home-v2 .btn-cobalt:hover{background:var(--home-blue-deep)}
.home-v2 .counsel-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.home-v2 .counsel-grid .card{display:grid;grid-template-columns:94px minmax(0,1fr);min-height:142px;border:0;border-radius:10px;box-shadow:none}
.home-v2 .counsel-grid .card:nth-child(n+4){display:none}
.home-v2 .counsel-grid .card-thumb{aspect-ratio:auto;height:100%}
.home-v2 .counsel-grid .card-occ{left:8px;right:8px;bottom:8px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:9px;padding:3px 5px}
.home-v2 .counsel-grid .card-contact{display:none}
.home-v2 .counsel-grid .card-body{padding:14px 13px}
.home-v2 .counsel-grid .card-line{font-size:12px;margin-bottom:7px;-webkit-line-clamp:2}
.home-v2 .counsel-grid .card-meta{font-size:10.5px;gap:5px;margin-bottom:7px}
.home-v2 .counsel-grid .card-meta span:first-child{display:none}
.home-v2 .counsel-grid .card-foot{padding-top:7px}
.home-v2 .counsel-grid .card-foot>.rate,.home-v2 .counsel-grid .card-foot>.badge{display:none}
.home-v2 .counsel-grid .card-foot .price{align-items:flex-start}
.home-v2 .counsel-grid .card-foot .price b{font-size:12.5px}

/* Ajans */
.home-v2 .home-agency{background:#fff;padding:96px 0;scroll-margin-top:126px}
.home-v2 .home-agency .value-in{grid-template-columns:minmax(340px,.78fr) minmax(0,1.22fr);gap:64px;align-items:center}
.home-v2 .home-agency h2{font-size:clamp(40px,4.15vw,62px);line-height:.98;letter-spacing:-.06em;max-width:11ch;margin-bottom:22px;color:var(--home-ink)}
.home-v2 .agency-summary{font-size:16px;line-height:1.7;color:#53627a;max-width:52ch;margin-bottom:26px}
.home-v2 .agency-proof{display:flex;gap:0;margin:0 0 22px;border-block:1px solid #dfe6f1}
.home-v2 .agency-proof p{display:flex;flex-direction:column;gap:3px;min-width:150px;padding:16px 22px 16px 0;margin:0}
.home-v2 .agency-proof p+p{padding-left:22px;border-left:1px solid #dfe6f1}
.home-v2 .agency-proof strong{font:800 18px/1.1 var(--display);color:var(--home-blue);letter-spacing:-.025em}
.home-v2 .agency-proof span{font-size:12.5px;color:#6b7890}
.home-v2 .agency-copy ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 26px}
.home-v2 .agency-copy ul li{padding:17px 0;border-top:1px solid #e3e8f0}
.home-v2 .agency-copy ul li:first-child{border-top:1px solid #e3e8f0;padding-top:17px}
.home-v2 .agency-copy ul li>svg{width:18px;height:18px;padding:7px;color:var(--home-blue);background:#edf3ff}
.home-v2 .agency-copy ul li b{font-size:15px;line-height:1.25}
.home-v2 .agency-copy ul li p{font-size:13px;line-height:1.55;color:#647087}
.home-v2 .home-agency .agency{
  min-height:610px;padding:0;background:#102a56;border-radius:24px;
  box-shadow:0 30px 70px rgba(16,42,86,.18);
  display:grid;grid-template-columns:minmax(0,1.08fr) minmax(310px,.92fr)
}
.home-v2 .home-agency .agency::before,.home-v2 .home-agency .agency::after{display:none}
.home-v2 .agency-photo{position:relative;min-height:610px;overflow:hidden;background:#dfe4e8}
.home-v2 .agency-photo::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,25,52,.84) 0%,rgba(8,25,52,.12) 46%,transparent 70%)}
.home-v2 .agency-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%;filter:saturate(.88) contrast(1.02)}
.home-v2 .agency-photo span{position:absolute;left:30px;right:28px;bottom:28px;z-index:2;font:700 clamp(21px,2vw,28px)/1.08 var(--display);letter-spacing:-.035em;max-width:15ch;color:#fff}
.home-v2 .agency-panel{padding:34px 30px 28px;display:flex;flex-direction:column;background:linear-gradient(160deg,#133264 0%,#0d2347 100%)}
.home-v2 .agency-panel h3{margin:0;padding-bottom:15px;font-size:22px;border-bottom:0}
.home-v2 .agency-panel h3 .ico{background:#2457e6;box-shadow:0 8px 24px rgba(36,87,230,.28)}
.home-v2 .agency-panel .agency-lede{margin:0 0 8px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.14);font-size:13px;line-height:1.55;color:rgba(255,255,255,.72)}
.home-v2 .agency-panel ol{margin-bottom:22px}
.home-v2 .agency-panel li{padding-top:17px;gap:13px}
.home-v2 .agency-panel li::before{background:#fff;color:#173f90;box-shadow:none}
.home-v2 .agency-panel li::after{background:rgba(255,255,255,.2)}
.home-v2 .agency-panel li b{font-size:14.5px}
.home-v2 .agency-panel li p{font-size:12.5px;color:rgba(255,255,255,.74)}
.home-v2 .agency-panel .agency-cta{margin-top:auto}
.home-v2 .agency-panel>small{display:block;margin-top:10px;color:rgba(255,255,255,.64);font-size:11px;text-align:center}

/* Saha */
.home-v2 .fieldwall{padding:78px 0;background:var(--home-paper)}
.home-v2 .fieldwall h2{font-size:clamp(34px,3.7vw,52px);color:var(--home-ink)}
.home-v2 .fieldwall h2::first-letter{color:var(--home-blue)}
/* Saha duvarı: tek bir duvar ama kareler eşit değil — her fotoğraf kendi
   oranında duruyor. Havuzda 13 dikey, 5 kare, 12 yatay fotoğraf var;
   boy farkı kırpmadan, doğrudan oradan geliyor.

   Izgarada span vermek yerine sütun akışı (CSS columns) kullanılıyor.
   Sebebi: span'li ızgarada satır sonlarında delik kalıyor ve doldurmak
   için sıra bozuluyor; sütun akışında sütunlar kendiliğinden dengeleniyor,
   "yarım son satır" diye bir sorun olmuyor ve sütun sayısının fotoğraf
   sayısını bölmesi gerekmiyor. */
.home-v2 .shots{display:flex;flex-direction:column;gap:6px}
.home-v2 .shot-row{display:flex;gap:6px;align-items:flex-start}
.home-v2 .shots-block{display:contents}
/* Satırdaki paylaşım burada: flex-grow olarak fotoğrafın en-boy oranı
   veriliyor, flex-basis 0. Genişlikler orana göre dağılınca aspect-ratio
   hepsine aynı yüksekliği veriyor ve satır tam doluyor. Oran satırdan
   satıra değiştiği için yükseklik de değişiyor — kırpma yok, tırtık yok. */
.home-v2 .shot,.home-v2 .shot:nth-child(n){
  grid-area:auto;flex:var(--r,1.33) 1 0;aspect-ratio:var(--r,1.33);
  min-width:0;margin:0;border-radius:6px;background:#dce2e8
}
.home-v2 .shot img{position:absolute;inset:0}
/* Kareler küçüldüğü için altyazılar sürekli değil, üzerine gelince
   açılıyor (app.css'in temel davranışı). Otuz karenin hepsinde açık
   durunca duvar okunmaz hâle geliyordu. Dokunmatikte app.css onları
   yine sürekli gösteriyor; orada sütun az, kareler büyük. */
.home-v2 .shot figcaption{font-size:11px;left:8px;right:8px;bottom:7px}
/* Girişteki ilk karenin ayrıcalığı da kalkıyor: eşit hücreli tabloda
   tek bir karenin altyazısının açık durması tutarsız görünüyor. */
.home-v2 .shot:first-child::after,.home-v2 .shot:first-child figcaption{opacity:0}
.home-v2 .shot:first-child:hover::after,.home-v2 .shot:first-child:focus-within::after{opacity:1}
.home-v2 .shot:first-child:hover figcaption,
.home-v2 .shot:first-child:focus-within figcaption{opacity:1;transform:none}
.home-v2 .shot:first-child figcaption{font-size:11px}

/* Kanıt, yorum ve kapanış */
.home-v2 .proof-band{background:var(--home-ink);color:#fff;padding:38px 0}
.home-v2 .proof-band-in{display:grid;grid-template-columns:minmax(240px,1.15fr) minmax(0,2fr) auto;gap:34px;align-items:center}
.home-v2 .proof-band-copy h2{font:800 31px/1.02 var(--display);letter-spacing:-.045em;max-width:13ch}
.home-v2 .proof-band-copy p{margin-top:9px;color:rgba(255,255,255,.66);font-size:13px}
.home-v2 .proof-band .stats{grid-template-columns:repeat(4,1fr);gap:0}
.home-v2 .proof-band .stat{padding:8px 20px;border:0;border-left:1px solid rgba(255,255,255,.17);border-radius:0;background:transparent}
.home-v2 .proof-band .stat b{font-size:25px;color:#fff}
.home-v2 .proof-band .stat small{color:rgba(255,255,255,.66)}
.home-v2 .proof-band>.btn{white-space:nowrap}
.home-v2 .testimonials-section{background:#fff;padding-top:66px;padding-bottom:66px}
.home-v2 .home-quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid #dfe3ea;border-bottom:1px solid #dfe3ea}
.home-v2 .home-quotes article{position:relative;padding:28px 34px;border-right:1px solid #dfe3ea}
.home-v2 .home-quotes article:last-child{border-right:0}
.home-v2 .quote-mark{position:absolute;left:15px;top:18px;color:#b9caff;font:700 44px/1 Georgia,serif}
.home-v2 .home-quotes p{padding-left:20px;color:#334058;font-size:15px;line-height:1.6;min-height:76px}
.home-v2 .home-quotes footer{background:transparent;color:var(--home-ink);padding:0 0 0 20px;margin-top:20px}
.home-v2 .home-quotes footer b,.home-v2 .home-quotes footer small{display:block}
.home-v2 .home-quotes footer small{font-size:12px;color:#778198;margin-top:2px}
.home-v2 .final-cta{background:var(--home-blue);color:#fff;padding:42px 0;position:relative;overflow:hidden}
.home-v2 .final-cta::after{content:'';position:absolute;width:330px;height:330px;border:80px solid rgba(255,255,255,.06);border-radius:50%;right:-80px;top:-150px}
.home-v2 .final-cta-in{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:30px}
.home-v2 .final-cta h2{font:800 clamp(30px,3vw,44px)/1.02 var(--display);letter-spacing:-.05em}
.home-v2 .final-cta p{margin-top:8px;color:rgba(255,255,255,.75)}
.home-v2 .final-actions{display:flex;gap:10px;flex-wrap:wrap}
.home-v2 .btn-outline-light{color:#fff;border:1px solid rgba(255,255,255,.65)}
.home-v2 .btn-outline-light:hover{background:#fff;color:var(--home-blue)}
.home-v2 footer{background:#101319}

@media(max-width:1200px){
  .home-v2 .wrap{padding-left:28px;padding-right:28px}
  .home-v2 .hdr-home .hdr-nav{margin-left:38px;gap:24px}
  .home-v2 .home-hero .hero-in{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .home-v2 .hero-copy{padding-right:26px}
  .home-v2 .home-hero h1{font-size:clamp(44px,5.3vw,64px)}
  .home-v2 .proof-band-in{grid-template-columns:1fr}
  .home-v2 .proof-band-copy h2{max-width:none}
}

@media(max-width:1050px){
  .home-v2 .hdr-home .hdr-nav{display:none}
  .home-v2 .hdr-home .burger{display:block;margin-left:16px}
  .home-v2 .hdr-actions{margin-left:auto}
}

@media(max-width:940px){
  .home-v2 .home-hero .hero-in{grid-template-columns:1fr;padding-top:0}
  .home-v2 .hero-copy{padding:46px 0 34px}
  .home-v2 .home-hero h1{max-width:13ch}
  .home-v2 .hero-media{min-height:430px}
  .home-v2 .counsel-compact-in{grid-template-columns:1fr}
  .home-v2 .counsel-intro h2{max-width:none}
  .home-v2 .home-agency .value-in{grid-template-columns:1fr}
  .home-v2 .home-agency .agency{grid-template-columns:1fr 1fr}
  .home-v2 .home-quotes{grid-template-columns:1fr}
  .home-v2 .home-quotes article{border-right:0;border-bottom:1px solid #dfe3ea}
  .home-v2 .home-quotes article:last-child{border-bottom:0}
}

@media(max-width:700px){
  .home-v2 .wrap{padding-left:16px;padding-right:16px}
  .home-v2 .home-section{padding:54px 0}
  .home-v2 .hero-copy{padding-top:36px}
  .home-v2 .hdr-main{height:66px}
  .home-v2 .brand img{height:31px}
  .home-v2 .brand-promise,.home-v2 .hdr-home .hdr-auth{display:none}
  .home-v2 .hdr-actions{gap:8px}
  .home-v2 .cats-row{justify-content:flex-start;gap:28px}
  .home-v2 .home-hero h1{font-size:44px}
  .home-v2 .home-hero .lede{font-size:16px}
  .home-v2 .mode{grid-template-columns:1fr}
  .home-v2 .mode button{min-height:46px;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}
  .home-v2 .searchbar{min-height:64px}
  .home-v2 .searchbar button{min-width:88px;padding:0 18px}
  .home-v2 .hero-media{min-height:330px}
  .home-v2 .hero-slogan{font-size:17px}
  .home-v2 .match-note-bottom{display:none}
  .home-v2 .hero-references{left:14px;right:14px;bottom:14px;padding:13px 14px 14px}
  .home-v2 .featured-heading,.home-v2 .final-cta-in{align-items:flex-start;flex-direction:column}
  .home-v2 .profile-shelves{grid-template-columns:1fr;gap:12px}
  .home-v2 .jobscroll-in{grid-template-columns:1fr;max-height:520px}
  .home-v2 .counsel-grid{grid-template-columns:1fr}
  .home-v2 .counsel-grid .card{grid-template-columns:86px minmax(0,1fr)}
  .home-v2 .home-agency .agency{grid-template-columns:1fr}
  .home-v2 .agency-photo{min-height:360px}
  .home-v2 .agency-copy ul{grid-template-columns:1fr}
  .home-v2 .agency-proof{flex-wrap:wrap}
  .home-v2 .proof-band .stats{grid-template-columns:repeat(2,1fr)}
  .home-v2 .proof-band .stat:nth-child(3){margin-top:18px}
  .home-v2 .proof-band .stat:nth-child(4){margin-top:18px}
  .home-v2 .occupation-menu{margin-right:-18px;padding-right:18px}
  .home-v2 .occupation-menu-item{flex-basis:112px}
}

@media(max-width:480px){
  .home-v2 .home-hero h1{font-size:39px}
  .home-v2 .home-quotes article{padding-left:24px;padding-right:20px}
}
