/* Original logo artwork is square; this crop reveals the symbol and full name cleanly in the header. */
.site-header { min-height: 136px; padding-top: 13px; padding-bottom: 13px; }
.brand { width: 225px; height: 108px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:1px; background: transparent; }
.brand img { width: 225px; height: 89px; object-fit: contain; object-position: center center; transform: none; }
.brand:after { content:"Süleyman Oğla"; color:#173b59; font-size:10px; font-weight:800; letter-spacing:.04em; line-height:1; white-space:nowrap; }
.main-nav .active:after { bottom: -58px; }

@media (max-width: 680px) {
  .site-header { padding-top: 10px; padding-bottom: 10px; }
  .brand { width: 180px; height: 82px; }
  .brand img { width: 180px; height: 66px; }
  .brand:after { font-size:8px; }
}
