/* ============================================================
   Vis Moot Atılım — main.css
   Sol logo paneli (mavi) + sağ menü paneli (beyaz)
   ============================================================ */

:root {
	--vma-blue: #1e3a8a;
	--vma-blue-deep: #14276b;
	--vma-blue-soft: #e6ecf8;
	--vma-white: #ffffff;
	--vma-text: #0f172a;
	--vma-muted: #64748b;
	--vma-border: #e2e8f0;
	--vma-accent: #fbbf24;
	--vma-radius: 14px;
	--vma-shadow: 0 6px 24px rgba(30,58,138,.08);
	--vma-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	--vma-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--vma-sans);
	color: var(--vma-text);
	background: var(--vma-white);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.55;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--vma-blue); text-decoration: none; }
a:hover { text-decoration: underline; }
button { font: inherit; cursor: pointer; }

.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px; height: 1px; overflow: hidden;
}

.vma-skip {
	position: absolute; left: -9999px; top: 0;
	background: var(--vma-blue); color: #fff;
	padding: 10px 16px; z-index: 1000;
}
.vma-skip:focus { left: 8px; top: 8px; }

/* ===== Shell: 50/50 split ===== */
.vma-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	min-height: 100vh;
}

/* ===== SOL PANEL ===== */
.vma-left {
	background: var(--vma-blue);
	color: #fff;
	padding: 64px 64px 80px;
	position: relative;
	overflow: hidden;
}
.vma-left::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 90% 0%, rgba(255,255,255,.06), transparent 40%),
		radial-gradient(circle at 0% 100%, rgba(255,255,255,.04), transparent 40%);
	pointer-events: none;
}

/* Brand block — büyük dikey "vis / moot / atılım" + logo işareti */
.vma-brand {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: start;
	color: inherit;
	text-decoration: none !important;
	margin-bottom: 64px;
}
.vma-brand-text {
	display: flex;
	flex-direction: column;
	font-weight: 800;
	font-size: clamp(2.4rem, 6vw, 5rem);
	line-height: .95;
	letter-spacing: -0.02em;
	text-transform: lowercase;
}
.vma-brand-text span { display: block; }
.vma-brand-mark {
	width: clamp(80px, 14vw, 160px);
	color: #fff;
	opacity: .92;
}
.vma-brand-mark svg { width: 100%; height: auto; }

/* Sol panel içerik alanı */
.vma-content {
	position: relative;
	z-index: 1;
	min-height: 280px;
	max-width: 720px;
}
.vma-content:focus { outline: none; }

.vma-left h1, .vma-left h2, .vma-left h3, .vma-left h4 { color: #fff; }
.vma-left a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.vma-left a:hover { color: #fff; opacity: .85; }
.vma-left .vma-muted { color: rgba(255,255,255,.7); }

.vma-eyebrow {
	text-transform: uppercase;
	letter-spacing: .14em;
	font-size: .78rem;
	font-weight: 600;
	opacity: .8;
	margin: 0 0 14px;
}

.vma-h1 { font-size: clamp(2rem, 3.6vw, 3rem); margin: 0 0 .4em; line-height: 1.1; font-weight: 800; letter-spacing: -.02em; }
.vma-h2 { font-size: clamp(1.4rem, 2.4vw, 2rem); margin: 0 0 .6em; font-weight: 700; letter-spacing: -.01em; }
.vma-h3 { font-size: 1.25rem; margin: 0 0 .4em; font-weight: 700; }

.vma-hero { margin-bottom: 56px; }
.vma-hero-title { font-size: clamp(1.6rem, 3vw, 2.6rem); font-weight: 700; line-height: 1.18; margin: 0 0 18px; }
.vma-hero-lead { font-size: 1.05rem; opacity: .9; max-width: 60ch; }

.vma-section { margin: 56px 0; }
.vma-grid { display: grid; gap: 36px; }
.vma-grid-2 { grid-template-columns: 1fr; }
@media (min-width: 1100px) { .vma-grid-2 { grid-template-columns: 1fr 1fr; } }

.vma-list { list-style: none; padding: 0; margin: 0; }
.vma-list li { border-top: 1px solid rgba(255,255,255,.18); }
.vma-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.vma-list a {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 18px;
	padding: 14px 0;
	color: #fff !important;
	text-decoration: none !important;
}
.vma-list .vma-date { color: rgba(255,255,255,.65); font-size: .85rem; font-variant-numeric: tabular-nums; }
.vma-list .vma-title { font-weight: 600; }
.vma-list a:hover .vma-title { text-decoration: underline; }

.vma-prose { font-size: 1.04rem; }
.vma-prose p { margin: 0 0 1.2em; }
.vma-prose h2, .vma-prose h3 { margin-top: 1.6em; }
.vma-prose blockquote {
	border-left: 3px solid rgba(255,255,255,.4);
	margin: 1.4em 0;
	padding-left: 1em;
	font-style: italic;
	opacity: .95;
}
.vma-prose img { border-radius: 10px; }
.vma-prose ul, .vma-prose ol { padding-left: 1.4em; }

.vma-card {
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.1);
	border-radius: var(--vma-radius);
	overflow: hidden;
	margin: 0 0 18px;
}
.vma-card-thumb img { width: 100%; height: 200px; object-fit: cover; }
.vma-card-body { padding: 16px 18px 20px; }
.vma-card .vma-meta { font-size: .82rem; opacity: .7; margin: 0 0 6px; }
.vma-card .vma-h3 a { color: #fff; }
.vma-card .vma-excerpt { opacity: .85; font-size: .95rem; }

.vma-page-head { margin-bottom: 28px; }
.vma-meta { color: rgba(255,255,255,.7); font-size: .9rem; }

.vma-btn {
	display: inline-block;
	background: #fff;
	color: var(--vma-blue) !important;
	padding: 12px 22px;
	border-radius: 999px;
	font-weight: 600;
	text-decoration: none !important;
	border: 0;
	transition: transform .12s ease, box-shadow .2s ease;
}
.vma-btn:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(0,0,0,.2); }
.vma-btn--ghost { background: transparent; color: #fff !important; border: 1px solid rgba(255,255,255,.5); }

.vma-pagination { margin-top: 28px; }
.vma-pagination .page-numbers {
	display: inline-block; padding: 8px 12px; margin-right: 4px;
	border: 1px solid rgba(255,255,255,.25); border-radius: 8px; color: #fff;
}
.vma-pagination .current { background: rgba(255,255,255,.18); }

.vma-prevnext { display: flex; justify-content: space-between; gap: 16px; margin-top: 36px; opacity: .9; }

/* ===== SAĞ PANEL: MENÜ ===== */
.vma-right {
	background: var(--vma-white);
	color: var(--vma-text);
	padding: 64px 64px 80px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-left: 1px solid var(--vma-border);
}

.vma-menu-toggle { display: none; }

.vma-menu {
	list-style: none;
	padding: 0;
	margin: 24px 0 0;
}
.vma-menu > li {
	border-bottom: 1px solid var(--vma-border);
}
.vma-menu > li > a {
	display: block;
	padding: 18px 4px;
	color: var(--vma-text);
	font-weight: 700;
	font-size: clamp(1.2rem, 1.6vw, 1.6rem);
	letter-spacing: -.01em;
	position: relative;
	transition: color .15s ease, padding-left .2s ease;
	text-decoration: none;
}
.vma-menu > li > a::after {
	content: "→";
	position: absolute;
	right: 6px; top: 50%;
	transform: translateY(-50%) translateX(-6px);
	opacity: 0;
	transition: opacity .2s ease, transform .2s ease;
	color: var(--vma-blue);
}
.vma-menu > li > a:hover,
.vma-menu > li.is-active > a {
	color: var(--vma-blue);
	padding-left: 14px;
}
.vma-menu > li > a:hover::after,
.vma-menu > li.is-active > a::after {
	opacity: 1;
	transform: translateY(-50%) translateX(0);
}
.vma-menu .sub-menu {
	list-style: none;
	padding: 0 0 12px 12px;
	margin: -6px 0 0;
}
.vma-menu .sub-menu a {
	display: block;
	padding: 6px 0;
	color: var(--vma-muted);
	font-size: .98rem;
	text-decoration: none;
}
.vma-menu .sub-menu a:hover { color: var(--vma-blue); }

.vma-menu-footer {
	margin-top: 32px;
	padding-top: 20px;
	border-top: 1px solid var(--vma-border);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	color: var(--vma-muted);
	font-size: .92rem;
}
.vma-lang-switch a { color: var(--vma-muted); padding: 4px 6px; text-decoration: none; }
.vma-lang-switch a.is-active { color: var(--vma-blue); font-weight: 700; }

.vma-btn-mini {
	display: inline-flex; align-items: center;
	background: var(--vma-blue);
	color: #fff !important;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: .88rem;
	font-weight: 600;
	text-decoration: none !important;
}
.vma-btn-mini--ghost { background: transparent; color: var(--vma-blue) !important; border: 1px solid var(--vma-blue); }

/* ===== Footer ===== */
.vma-footer {
	background: var(--vma-blue-deep);
	color: rgba(255,255,255,.78);
	padding: 24px 0;
	font-size: .9rem;
}
.vma-footer-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 14px;
}
.vma-footer-menu {
	list-style: none; padding: 0; margin: 0;
	display: flex; gap: 18px; flex-wrap: wrap;
}
.vma-footer-menu a { color: #fff; opacity: .85; text-decoration: none; }
.vma-footer-menu a:hover { opacity: 1; text-decoration: underline; }

/* ===== Misc ===== */
.vma-muted { color: var(--vma-muted); }
.vma-search { display: flex; gap: 8px; margin-top: 8px; }
.vma-search input {
	flex: 1; padding: 10px 14px; border-radius: 10px; border: 1px solid rgba(255,255,255,.4);
	background: rgba(255,255,255,.08); color: #fff;
}
.vma-search button {
	padding: 10px 18px; border-radius: 10px; border: 0; background: #fff; color: var(--vma-blue); font-weight: 600;
}

/* ===== Loader (AJAX) ===== */
.vma-loader { position: absolute; top: 24px; right: 24px; width: 22px; height: 22px;
	border: 2px solid rgba(255,255,255,.4); border-top-color: #fff;
	border-radius: 50%; animation: vma-spin 0.8s linear infinite; opacity: 0; pointer-events: none; transition: opacity .15s ease; }
.is-loading .vma-loader { opacity: 1; }
@keyframes vma-spin { to { transform: rotate(360deg); } }

/* Soft fade animation on AJAX content swap */
.vma-content.is-swapping { opacity: .35; transition: opacity .12s ease; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
	.vma-left, .vma-right { padding: 48px 40px; }
	.vma-brand { margin-bottom: 40px; }
}

@media (max-width: 860px) {
	.vma-shell { grid-template-columns: 1fr; min-height: auto; }
	.vma-right {
		order: -1;
		position: sticky; top: 0; z-index: 20;
		padding: 14px 20px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid var(--vma-border);
		background: rgba(255,255,255,.95);
		backdrop-filter: saturate(180%) blur(10px);
	}
	.vma-menu-toggle {
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		width: 44px; height: 44px;
		background: transparent;
		border: 1px solid var(--vma-border);
		border-radius: 10px;
		padding: 10px 12px;
		margin-left: auto;
	}
	.vma-menu-toggle span {
		display: block; height: 2px; background: var(--vma-text); border-radius: 2px;
	}
	.vma-menu-wrap {
		display: none;
		position: absolute; top: 100%; left: 0; right: 0;
		background: #fff;
		padding: 16px 20px 22px;
		border-bottom: 1px solid var(--vma-border);
		box-shadow: 0 12px 30px rgba(15,23,42,.06);
	}
	.vma-menu-wrap.is-open { display: block; }
	.vma-menu > li > a { padding: 14px 4px; font-size: 1.1rem; }

	.vma-left { padding: 32px 22px 60px; }
	.vma-brand { margin-bottom: 28px; align-items: center; }
	.vma-brand-text { font-size: clamp(1.6rem, 9vw, 3.2rem); }
	.vma-brand-mark { width: 80px; }
	.vma-list a { grid-template-columns: 84px 1fr; gap: 10px; }
}

/* ============================================================
   FORMS (mootie panel için ortak)
   ============================================================ */
.vma-form { display: grid; gap: 14px; max-width: 560px; }
.vma-field { display: grid; gap: 6px; }
.vma-field label { font-weight: 600; font-size: .92rem; color: rgba(255,255,255,.9); }
.vma-field input[type="text"],
.vma-field input[type="email"],
.vma-field input[type="tel"],
.vma-field input[type="url"],
.vma-field input[type="password"],
.vma-field textarea,
.vma-field select {
	width: 100%;
	padding: 11px 14px;
	border-radius: 10px;
	border: 1px solid rgba(255,255,255,.25);
	background: rgba(255,255,255,.08);
	color: #fff;
	font: inherit;
}
.vma-field input::placeholder, .vma-field textarea::placeholder { color: rgba(255,255,255,.55); }
.vma-field-row { display: grid; gap: 12px; grid-template-columns: 1fr; }
@media (min-width: 700px) { .vma-field-row { grid-template-columns: 1fr 1fr; } }
.vma-field-help { font-size: .82rem; color: rgba(255,255,255,.65); }
.vma-form .vma-btn { justify-self: start; }

.vma-alert { padding: 14px 16px; border-radius: 12px; margin: 12px 0; font-size: .95rem; }
.vma-alert--ok    { background: rgba(34,197,94,.18); border: 1px solid rgba(34,197,94,.35); }
.vma-alert--err   { background: rgba(239,68,68,.18); border: 1px solid rgba(239,68,68,.35); }
.vma-alert--info  { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); }

/* Privacy toggle */
.vma-priv {
	display: inline-flex; align-items: center; gap: 6px;
	font-size: .78rem; color: rgba(255,255,255,.7);
	margin-left: 8px;
}
.vma-priv input { accent-color: var(--vma-accent); }

/* Alumni grid */
.vma-team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 18px;
	margin-top: 18px;
}
.vma-mootie-card {
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: var(--vma-radius);
	overflow: hidden;
	transition: transform .15s ease, background .15s ease;
}
.vma-mootie-card:hover { transform: translateY(-2px); background: rgba(255,255,255,.1); }
.vma-mootie-card a { color: inherit; text-decoration: none !important; }
.vma-mootie-card .vma-photo {
	width: 100%; aspect-ratio: 4/5; object-fit: cover;
	background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.04));
}
.vma-mootie-card-body { padding: 12px 14px 16px; }
.vma-mootie-card .vma-num {
	display: inline-block;
	font-family: var(--vma-mono);
	font-size: .78rem;
	background: rgba(255,255,255,.12);
	color: #fff;
	padding: 2px 8px;
	border-radius: 999px;
	margin-bottom: 6px;
}
.vma-mootie-card .vma-name { font-weight: 700; font-size: 1rem; line-height: 1.2; }
.vma-mootie-card .vma-role { color: rgba(255,255,255,.7); font-size: .85rem; margin-top: 2px; }

.vma-year-block { margin: 36px 0; }
.vma-year-head {
	display: flex; align-items: baseline; gap: 12px;
	border-bottom: 1px solid rgba(255,255,255,.18);
	padding-bottom: 6px;
	margin-bottom: 14px;
}
.vma-year-head h2 { margin: 0; font-size: 1.4rem; }
.vma-year-head .vma-tag { font-family: var(--vma-mono); font-size: .85rem; color: rgba(255,255,255,.7); }

/* Profil tek mootie */
.vma-mootie-single {
	display: grid; grid-template-columns: 1fr; gap: 24px;
}
@media (min-width: 720px) { .vma-mootie-single { grid-template-columns: 280px 1fr; } }
.vma-mootie-photo {
	width: 100%; aspect-ratio: 4/5; object-fit: cover;
	border-radius: var(--vma-radius);
	background: rgba(255,255,255,.08);
}
.vma-mootie-meta { display: grid; gap: 10px; }
.vma-mootie-meta dt { font-size: .82rem; opacity: .7; text-transform: uppercase; letter-spacing: .08em; margin-top: 8px; }
.vma-mootie-meta dd { margin: 0; font-weight: 600; }

/* Hidden field (özel) */
.vma-private-hint {
	font-size: .82rem;
	background: rgba(255,255,255,.06);
	padding: 6px 10px;
	border-radius: 8px;
	display: inline-block;
}
