:root {
  --bg: #080a0b;
  --ink: #f4f4f0;
  --muted: #949798;
  --line: rgba(255,255,255,.1);
  --acid: #b9ff00;
  --lilac: #a98df2;
  --orange: #ff4d20;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: "DM Sans", sans-serif; overflow-x: hidden; cursor: none; }
a, button { color: inherit; cursor: none; }
::selection { background: var(--acid); color: #050505; }

.cursor { position: fixed; top: 0; left: 0; z-index: 999; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; display: grid; place-items: center; pointer-events: none; transform: translate(-50%,-50%); transition: width .25s, height .25s, background .25s, border-color .25s; mix-blend-mode: difference; }
.cursor span { opacity: 0; font: 700 .58rem "Space Grotesk"; letter-spacing: .08em; }
.cursor.active { width: 72px; height: 72px; background: white; border-color: white; color: black; mix-blend-mode: normal; }
.cursor.active span { opacity: 1; }

.topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 50; height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 3.5vw; mix-blend-mode: difference; }
body.intro-pending .topbar { opacity: 0; transform: translateY(-20px); }
body.intro-active .topbar { animation: navIn .7s .45s cubic-bezier(.2,.8,.2,1) forwards; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-g { width: 36px; height: 36px; display: grid; place-items: center; border: 2px solid white; border-radius: 50%; font: 700 1.4rem/1 "Space Grotesk"; }
.brand-name { font: 700 .62rem/.88 "Space Grotesk"; letter-spacing: -.02em; }
nav { display: flex; gap: 32px; }
nav a { position: relative; font-weight: 600; text-decoration: none; }
nav a::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 100%; height: 2px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s; }
nav a:hover::after { transform: scaleX(1); transform-origin: left; }

.hero { position: relative; min-height: 78vh; display: grid; place-items: center; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at var(--mx,50%) var(--my,50%), rgba(169,141,242,.17), transparent 24%); opacity: .8; }
.hero-title { position: relative; width: min(920px, 82vw); font-family: "Space Grotesk", sans-serif; font-weight: 700; letter-spacing: -.075em; line-height: .78; text-align: center; transform: translateY(3vh); }
.playful-word { height: clamp(100px, 17vw, 208px); display: flex; align-items: flex-end; justify-content: center; gap: clamp(4px, .75vw, 12px); }
.letter { position: relative; isolation: isolate; display: inline-grid; place-items: center; width: .72em; height: .82em; font: 700 clamp(6rem, 14vw, 13rem)/1 "Space Grotesk"; letter-spacing: -.12em; filter: drop-shadow(0 18px 25px rgba(0,0,0,.35)); will-change: transform, opacity; }
body.intro-pending .letter { opacity: 0; }

/*
  GIZLEME .intro-pending SINIFINA BAGLI.
  Onceden opacity:0 dogrudan elemanlarin uzerindeydi ve yalnizca body.intro-active
  animasyonuyla aciliyordu. main.js yuklenmez ya da hata verirse — zayif mobil
  baglantida olasi — topbar, GROVIA yazisi, rozet, oynat dugmesi ve marquee
  KALICI olarak gorunmez kaliyordu; ne noscript ne CSS geri donusu vardi.
  Simdi sinif yoksa icerik gorunur: JS calismazsa animasyon olmaz, sayfa olur.
*/
.letter::before, .letter::after { content: ""; position: absolute; pointer-events: none; }
.letter-g { --tilt: -5deg; width: .88em; height: .72em; color: #ff5147; -webkit-text-stroke: 3px #ffe1dc; border: 2px solid #ffd6d1; border-radius: 58% 42% 52% 48% / 50% 60% 40% 50%; background: radial-gradient(circle at 28% 18%, #ffaaa3 0 5%, transparent 6%), linear-gradient(145deg,#ff6c62,#e62f3d 72%); box-shadow: inset -15px -18px 0 rgba(130,0,20,.14), inset 12px 10px 0 rgba(255,255,255,.12); transform: translate(-38vw,-28vh) rotate(-42deg) scale(.3); }
.letter-g::before { width: 21%; height: 7%; top: 11%; left: 20%; border-radius: 999px; background: rgba(255,255,255,.76); transform: rotate(-18deg); }
.letter-r { --tilt: 4deg; width: .74em; color: #0a0610; -webkit-text-stroke: 2px #d5afff; border: 2px solid #d3a7ff; background: linear-gradient(135deg,#b765ff 0 48%,#7c2fe5 49% 72%,#b158ff 73%); clip-path: polygon(0 0,83% 0,100% 16%,100% 54%,78% 68%,100% 100%,62% 100%,45% 70%,38% 70%,38% 100%,0 100%); box-shadow: inset 10px 10px 0 rgba(255,255,255,.12); transform: translate(-18vw,38vh) rotate(55deg) scale(.35); }
.letter-r::after { inset: 9% 12% 48% 47%; border: 2px solid rgba(255,255,255,.55); background: #35105f; }
.letter-o { --tilt: -2deg; width: .78em; color: #090a0b; -webkit-text-stroke: 1px #090a0b; border: 2px solid #ffe27e; border-radius: 8px; background: repeating-linear-gradient(0deg,rgba(117,75,0,.16) 0 2px,transparent 2px 28%), repeating-linear-gradient(90deg,rgba(117,75,0,.16) 0 2px,transparent 2px 28%), linear-gradient(145deg,#ffd85b,#f3ad13); box-shadow: 10px -10px 0 rgba(255,193,30,.22); transform: translate(4vw,-45vh) rotate(82deg) scale(.25); }
.letter-o::before { inset: -10px 30% auto; height: 10px; background: #ffd23c; border: 2px solid #ffe88e; }
.letter-v { --tilt: 2deg; width: .68em; color: transparent; -webkit-text-stroke: 3px #f2f2ee; background: repeating-linear-gradient(75deg,transparent 0 12px,rgba(255,255,255,.14) 13px 15px); transform: translate(22vw,36vh) rotate(-70deg) scale(.35); }
.letter-v::after { width: 12px; height: 12px; right: 2%; top: 6%; border: 2px solid var(--ink); border-radius: 50%; box-shadow: -58px 90px 0 -3px var(--bg), -58px 90px 0 -1px var(--ink); }
.letter-i { --tilt: 5deg; width: .64em; height: .76em; color: #21051d; -webkit-text-stroke: 1px #21051d; border: 2px solid #ffc5f2; border-radius: 48% 52% 44% 56% / 55% 46% 54% 45%; background: radial-gradient(circle at 31% 20%,rgba(255,255,255,.75) 0 5%,transparent 6%), linear-gradient(145deg,#ffb4ef,#e950cb 72%); box-shadow: inset -12px -15px 0 rgba(116,0,100,.12); transform: translate(34vw,-31vh) rotate(38deg) scale(.28); }
.letter-i::after { width: 8px; height: 8px; top: 18%; right: 22%; border-radius: 50%; background: #30102d; box-shadow: -17px 0 0 #30102d; }
.letter-a { --tilt: -3deg; width: .8em; color: #071000; -webkit-text-stroke: 1px #071000; border-radius: 44% 56% 48% 52% / 60% 42% 58% 40%; background: linear-gradient(120deg,#d4ff38,#9fec00); clip-path: polygon(50% 0,100% 92%,76% 100%,62% 70%,34% 70%,22% 100%,0 91%); box-shadow: inset -10px -12px 0 rgba(49,90,0,.13); transform: translate(46vw,18vh) rotate(65deg) scale(.3); }
.letter-a::before { z-index: -1; width: 58%; height: 13%; left: 21%; top: 50%; border-radius: 999px; background: #ecffae; }
body.intro-active .letter { animation: letterLand 1.15s cubic-bezier(.16,.86,.24,1.18) forwards; }
body.intro-active .letter-r { animation-delay: .12s; }
body.intro-active .letter-o { animation-delay: .24s; }
body.intro-active .letter-v { animation-delay: .36s; }
body.intro-active .letter-i { animation-delay: .48s; }
body.intro-active .letter-a { animation-delay: .6s; }
.solid-word { color: var(--ink); font-size: clamp(4.2rem, 9.2vw, 9.5rem); white-space: nowrap; }
body.intro-pending .solid-word { transform: translateY(90px) scaleY(.6); opacity: 0; }
.solid-word span { font-weight: 500; }
body.intro-active .solid-word { animation: titleRise .95s 1.25s cubic-bezier(.16,.86,.24,1) forwards; }
body.intro-pending .hero-badge, body.intro-pending .play-reel { opacity: 0; }
body.intro-active .hero-badge, body.intro-active .play-reel { animation: fadeUp .7s 1.85s ease forwards; }
@keyframes letterLand { 0% { opacity: 0; } 58% { opacity: 1; } 82% { transform: translate(0,-9px) rotate(var(--tilt,0deg)) scale(1.04); } 100% { opacity: 1; transform: translate(0,0) rotate(var(--tilt,0deg)) scale(1); } }
@keyframes titleRise { to { opacity: 1; transform: translateY(0) scaleY(1); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes navIn { to { opacity: 1; transform: translateY(0); } }
.hero-badge { position: absolute; left: 3.5vw; bottom: 28px; display: flex; align-items: center; gap: 9px; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 0 rgba(185,255,0,.4); animation: pulse 1.6s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 12px transparent; } }
.play-reel { position: absolute; width: 52px; height: 52px; border-radius: 50%; border: 0; background: var(--ink); color: #050505; font-size: .85rem; box-shadow: 0 0 35px rgba(169,141,242,.55); transition: transform .3s; }
.play-reel:hover { transform: scale(1.15) rotate(8deg); }

.marquee { height: 86px; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); background: #0b0d0e; }
body.intro-pending .marquee { opacity: 0; transform: translateY(100%); }
body.intro-active .marquee { animation: tickerIn .75s 1.9s cubic-bezier(.2,.8,.2,1) forwards; }
.marquee-track { display: flex; align-items: center; flex: none; gap: 42px; min-width: max-content; animation: marquee 24s linear infinite; }
.marquee span { font: 600 1.5rem "Space Grotesk"; letter-spacing: -.04em; }
.marquee b { color: var(--lilac); font-size: 1rem; }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes tickerIn { to { opacity: 1; transform: translateY(0); } }

.reel-stage { position: relative; height: 78vh; min-height: 600px; display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid var(--line); background: #020608; }
.reel-stage::before { content: ""; position: absolute; inset: -20%; background: conic-gradient(from 120deg at 50% 50%, #020608, #1b1541, #052a25, #270711, #020608); animation: spin 16s linear infinite; filter: saturate(1.35); }
.reel-noise { position: absolute; inset: 0; opacity: .2; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); mix-blend-mode: screen; }
.orb { position: absolute; width: 34vw; aspect-ratio: 1; border-radius: 50%; filter: blur(55px); opacity: .35; }
.orb-a { background: var(--acid); left: -12vw; top: 8%; animation: floatA 9s ease-in-out infinite alternate; }
.orb-b { background: var(--lilac); right: -8vw; bottom: -12%; animation: floatB 12s ease-in-out infinite alternate; }
.kinetic-type { position: relative; display: grid; text-align: center; font: 700 clamp(4rem,12vw,11rem)/.74 "Space Grotesk"; letter-spacing: -.08em; }
.kinetic-type span:nth-child(1) { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.65); transform: translateX(-7vw); }
.kinetic-type span:nth-child(2) { color: var(--ink); transform: translateX(6vw); font-size: .68em; }
.kinetic-type span:nth-child(3) { color: var(--acid); transform: translateX(-2vw); }
.reel-caption { position: absolute; left: 3.5vw; bottom: 28px; font-size: .72rem; letter-spacing: .2em; }
.reel-play { position: absolute; padding: 12px 18px; background: var(--ink); color: #111; font: 700 1.35rem/1 "Space Grotesk"; transform: rotate(-3deg); }
@keyframes spin { to { transform: rotate(360deg) scale(1.08); } }
@keyframes floatA { to { transform: translate(42vw, 18vh) scale(.75); } }
@keyframes floatB { to { transform: translate(-38vw, -24vh) scale(1.25); } }

.section { position: relative; padding: 120px max(3.5vw, 28px); border-bottom: 1px solid var(--line); }
.section-kicker { margin-bottom: 38px; color: var(--muted); font-size: .7rem; letter-spacing: .18em; }
.section h2 { margin: 0 0 54px; font: 700 clamp(4rem, 8vw, 8.5rem)/.85 "Space Grotesk"; letter-spacing: -.07em; }
.reveal { transform: translateY(45px); opacity: 0; transition: transform .8s cubic-bezier(.2,.8,.2,1), opacity .8s; }
.reveal.visible { transform: translateY(0); opacity: 1; }

.work { min-height: 100vh; }
.project-list { position: relative; max-width: 1120px; margin: 0 auto; }
.project { display: grid; grid-template-columns: 48px 1fr 190px 72px; align-items: center; min-height: 88px; padding: 0 10px; border-top: 1px solid var(--line); text-decoration: none; transition: color .25s, padding .25s, background .25s; }
.project:last-child { border-bottom: 1px solid var(--line); }
.project::before { content: ""; position: absolute; left: 0; right: 0; height: 88px; z-index: -1; background: var(--acid); transform: scaleY(0); transition: transform .3s cubic-bezier(.2,.8,.2,1); }
.project:hover { color: #080a0b; padding-left: 24px; }
.project:hover::before { transform: scaleY(1); }
.project-index { font-size: .66rem; color: var(--muted); }
.project:hover .project-index { color: #3c5200; }
.project-name { font: 500 clamp(1.5rem, 2.6vw, 2.7rem) "Space Grotesk"; letter-spacing: -.05em; }
.project-type { color: var(--muted); font-size: .84rem; }
.project:hover .project-type { color: #293800; }
.project-arrow { justify-self: end; font-size: 2.2rem; transition: transform .35s; }
.project:hover .project-arrow { transform: rotate(-45deg); color: var(--orange); }
.project-preview { position: fixed; z-index: 12; left: 0; top: 0; width: 360px; aspect-ratio: 16/10; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; overflow: hidden; pointer-events: none; opacity: 0; transform: translate(-50%,-50%) scale(.8) rotate(-3deg); transition: opacity .25s, transform .25s; border: 1px solid rgba(255,255,255,.75); background: linear-gradient(145deg,#061a1a,#0b1940 55%,#5c1b70); box-shadow: 0 24px 80px rgba(0,0,0,.55); }
.project-preview.show { opacity: 1; transform: translate(-50%,-50%) scale(1) rotate(0); }
.project-preview strong { position: relative; font: 700 3.2rem/.9 "Space Grotesk"; letter-spacing: -.08em; }
.project-preview small { position: relative; margin-top: 8px; color: rgba(255,255,255,.7); letter-spacing: .08em; text-transform: uppercase; }
.preview-grid { position: absolute; inset: 0; background: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom,black,transparent); }
.preview-code { position: absolute; top: 18px; right: 18px; color: var(--acid); font: 600 .7rem "Space Grotesk"; }

.about-grid { display: grid; grid-template-columns: minmax(260px,.8fr) 1.2fr; gap: 8vw; align-items: start; }
.portrait-wrap { position: relative; overflow: hidden; aspect-ratio: 3/4; background: #111; }
.portrait-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(0,0,0,.85)); }
.portrait-wrap img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.1); transition: filter .6s, transform .8s; }
.portrait-wrap:hover img { filter: grayscale(0); transform: scale(1.035); }
.portrait-wrap span { position: absolute; z-index: 1; left: 20px; bottom: 20px; font-size: .64rem; letter-spacing: .16em; }
.about-copy { max-width: 780px; }
.about-copy p { margin: 0 0 28px; font-size: clamp(1.2rem, 2.05vw, 2rem); line-height: 1.36; letter-spacing: -.025em; }
.about-copy p span { margin-right: 8px; }
.about-copy em { color: var(--acid); font-style: normal; }
.about-copy .signoff { margin-top: 56px; font-weight: 600; }
.about-copy .signoff b { color: var(--lilac); }

.clients h2 { font-size: clamp(3.4rem,7vw,7.2rem); }
.client-grid { display: grid; grid-template-columns: repeat(5,1fr); max-width: 1120px; margin: 0 auto; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.client-grid a { min-height: 112px; display: grid; place-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font: 700 clamp(.9rem,1.4vw,1.35rem) "Space Grotesk"; color: #c9cbcb; text-decoration: none; transition: background .25s, color .25s, transform .25s; }
.client-grid a:hover { background: var(--ink); color: var(--bg); transform: translateY(-3px); }
.client-note { max-width: 760px; margin: 42px auto 0; color: #55595a; font-size: .7rem; text-align: center; }

.contact { min-height: 92vh; display: flex; flex-direction: column; justify-content: center; }
.contact h2 { margin-bottom: 64px; }
.mail-link { align-self: flex-start; display: flex; flex-wrap: wrap; max-width: 1100px; text-decoration: none; font: 700 clamp(4rem, 10vw, 10rem)/.78 "Space Grotesk"; letter-spacing: -.085em; }
.mail-domain { color: var(--lilac); transition: color .25s; }
.mail-link span { max-width: 100%; overflow-wrap: anywhere; }
.mail-link span:last-child { color: var(--acid); transition: color .25s; }
.mail-link:hover .mail-domain { color: var(--orange); }
.mail-link:hover span:last-child { color: var(--lilac); }
.whatsapp-button { align-self: flex-start; display: inline-flex; align-items: center; gap: 22px; margin-top: 38px; padding: 15px 18px 15px 22px; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); text-decoration: none; font-size: .88rem; font-weight: 600; transition: background .25s, color .25s, transform .25s; }
.whatsapp-button b { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--acid); color: var(--bg); font-size: 1.05rem; transition: transform .25s; }
.whatsapp-button:hover { background: var(--ink); color: var(--bg); transform: translateY(-3px); }
.whatsapp-button:hover b { transform: rotate(45deg); }
.contact-meta { position: absolute; left: 3.5vw; right: 3.5vw; bottom: 28px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; color: var(--muted); font-size: .78rem; }
.contact-meta > span:nth-child(2) { text-align: center; }
.contact-meta div { justify-self: end; display: flex; gap: 20px; }
.contact-meta a { text-decoration: none; color: var(--ink); }

@media (max-width: 800px) {
  body { cursor: auto; }
  a, button { cursor: pointer; }
  .cursor { display: none; }
  .topbar { height: calc(62px + env(safe-area-inset-top)); padding: env(safe-area-inset-top) 20px 0; }
  .brand-name { display: none; }
  nav { gap: 18px; }
  nav a { font-size: .82rem; }
  .hero { min-height: 70vh; }
  .hero-title { width: 92vw; }
  .hero-title { width: 95vw; }
  .playful-word { height: 28vw; }
  .letter { font-size: clamp(4.1rem, 20vw, 7.2rem); }
  .solid-word { font-size: clamp(3rem, 14vw, 5.4rem); }
  .hero-badge { left: 20px; bottom: 18px; }
  .marquee { height: 70px; }
  .marquee-track { gap: 26px; }
  .marquee span { font-size: 1.1rem; }
  .reel-stage { height: 68vh; min-height: 520px; }
  .section { padding: 90px 20px; }
  .section h2 { margin-bottom: 42px; }
  .project { grid-template-columns: 32px 1fr 44px; min-height: 76px; }
  .project::before { height: 76px; }
  .project-type { display: none; }
  .project-arrow { font-size: 1.7rem; }
  .project-preview { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .portrait-wrap { max-height: 70vh; }
  .about-copy p { font-size: 1.2rem; }
  .client-grid { grid-template-columns: repeat(2,1fr); }
  .client-grid a { min-height: 92px; }
  .contact { min-height: 78vh; }
  .mail-link { font-size: clamp(3.6rem,17vw,6rem); }
  .whatsapp-button { margin-top: 28px; gap: 14px; font-size: .78rem; }
  .contact-meta { left: 20px; right: 20px; grid-template-columns: 1fr auto; row-gap: 12px; }
  .contact-meta > span:nth-child(2) { display: none; }
  .contact-meta div { gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (hover: none) and (pointer: coarse) {
  body, a, button { cursor: auto !important; }
  .cursor { display: none !important; }
}


/* ==========================================================================
   TELEFON ADIMI — 560px  (gerekce icin pages.css'teki ayni basliga bakin)
   ========================================================================== */
@media (max-width: 560px) {
  /* Navigasyon baglantilari 13px yaziydi ve HIC padding tasimiyordu:
     ~13x17px dokunma alani. Hamburger eklemeden hedefi buyutuyoruz. */
  nav a { padding: 12px 4px; min-height: 44px; display: inline-flex; align-items: center; }
  nav { gap: 10px; }

  .client-grid { grid-template-columns: repeat(2, 1fr); }
  .client-grid a { min-height: 80px; }
  .contact-meta { grid-template-columns: 1fr; gap: 4px; }
  .contact-meta a { display: inline-block; padding: 10px 2px; min-height: 44px; }

  .reel-stage { min-height: 380px; }

  /* Marka rozeti 36px, oynat dugmesi 42px idi: ikisi de 44px esiginin altinda. */
  .brand-g { width: 44px; height: 44px; font-size: 1.5rem; }
  .hero .play-reel { width: 44px; height: 44px; }
}

/* Dokunmali cihazda hover'a bagli tek ipuclarinin karsiligi. */
@media (hover: none), (pointer: coarse) {
  /* Studyo portresi dokunmali cihazda KALICI grisikti; renkli hali yalnizca
     :hover ile geliyordu. */
  .portrait-wrap img { filter: none; }
  .client-grid a { text-decoration: underline; text-underline-offset: 4px; }
  .project .project-arrow { color: var(--orange); }
}

:focus-visible { outline: 2px solid #b9ff00; outline-offset: 3px; }

/*
  MENU 7 OGE. 2026-09-14'te "hizmetler" eklendi ve 390px'de son oge ("iletişim")
  ekranin DISINA tasti: olculdu, sag kenari 443px, gorunur genislik 390px.
  Sayfa yatay kaymadigi icin oge sessizce ulasilamaz hale geliyordu.
  Cozum: dar ekranda menu kendi icinde yatay kayar (sayfa degil) ve aralik/punto
  kisilir. Kaydirma cubugu gizli; kenardaki solma kaydirilabilecegini gosterir.
*/
@media(max-width:800px){
  .topbar nav[aria-label="Ana menü"]{
    display:flex; gap:14px; flex:1; min-width:0; margin-left:14px;
    overflow-x:auto; -webkit-overflow-scrolling:touch; scrollbar-width:none;
    justify-content:flex-end;
    -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 16px,#000 calc(100% - 4px),#000 100%);
            mask-image:linear-gradient(90deg,transparent 0,#000 16px,#000 calc(100% - 4px),#000 100%);
  }
  .topbar nav[aria-label="Ana menü"]::-webkit-scrollbar{display:none}
  .topbar nav[aria-label="Ana menü"] a{flex:0 0 auto; font-size:.78rem}
}
@media(max-width:420px){
  .topbar nav[aria-label="Ana menü"]{gap:12px}
  .topbar nav[aria-label="Ana menü"] a{font-size:.75rem}
}
