/* ============================================================
   EGI — Faz 2 mobil düzeltmeleri.
   Yalnız token/değer düzeyinde; tasarım sistemi değişmez.
   main.css'ten sonra yüklenir.
   ============================================================ */

/* #2 Hamburger: 44×44 dokunma hedefi + çerçeve yalnız klavyede (:focus-visible) */
.egi-burger { width: 44px; height: 44px; border-color: rgba(255,255,255,.14); }
.egi-burger:focus { outline: none; }
.egi-burger:focus-visible { outline: 2px solid var(--egi-acc2); outline-offset: 2px; }

@media (max-width: 1080px) {
	/* #1 iOS'ta odakta zoom olmasın: form alanları ≥16px */
	body.egi input, body.egi select, body.egi textarea { font-size: 16px; }

	/* #3 Header ↔ hero dikişi: header hero zeminine karışsın (sert siyah + border yerine) */
	.egi-hdr { background: rgba(12,18,38,.62); border-bottom-color: transparent; }

	/* #4 Anasayfa hero rozeti taşmasın: harf aralığı + punto düşsün, sarabilsin */
	.egi-home .eyebrow { letter-spacing: .08em; font-size: 10.5px; white-space: normal; line-height: 1.35; }
	.egi-eyebrow, .egi-pr-eyebrow, .egi-ct__eyebrow { letter-spacing: .1em; }

	/* #6 Dokunma hedefleri ≥44px */
	.egi-footer__socials a { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
	.egi-pr-toggle button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
	.egi-cmp-cat-toggle { min-height: 44px; }
	.eres-chip { min-height: 44px; }

	/* #7 Skip link dokunma yüksekliği */
	.egi-skip:focus { padding: 12px 16px; }
}
