/* ============================================================
   ULUSKON 2026 — "Diplomatic Premium" Design System
   Deep navy #1F284B · Champagne gold · Ivory paper
   Type: Playfair Display (display) + Inter (UI/body)
   ============================================================ */

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button, input, textarea, select { font: inherit; color: inherit; background: none; border: none; }
button { cursor: pointer; }

/* ---------- Tokens ---------- */
:root {
  --ink: #0B1220;
  --navy: #1F284B;
  --navy-deep: #141B38;
  --navy-soft: #2A3560;
  --gold: #C2A163;
  --gold-bright: #DCC08A;
  --gold-dim: rgba(194, 161, 99, .32);
  --paper: #F6F4EF;
  --paper-dark: #ECE9E1;
  --white: #FFFFFF;
  --red: #C8102E;
  --tx: #1C2333;
  --tx-soft: #55607A;
  --tx-inv: #EDF0F7;
  --tx-inv-soft: #A7B0C8;
  --line: rgba(31, 40, 75, .12);
  --line-inv: rgba(237, 240, 247, .14);
  --shadow-s: 0 2px 10px rgba(11, 18, 32, .06);
  --shadow-m: 0 12px 40px rgba(11, 18, 32, .12);
  --shadow-l: 0 30px 80px rgba(11, 18, 32, .22);
  --r-s: 10px;
  --r-m: 18px;
  --r-l: 28px;
  --w: 1240px;
  --w-narrow: 860px;
  --gap: clamp(20px, 3vw, 36px);
  --sec: clamp(72px, 11vh, 130px);
  --ff-d: "Playfair Display", Georgia, serif;
  --ff-s: "Inter", -apple-system, "SF Pro Text", "Segoe UI", sans-serif;
  --ease: cubic-bezier(.22, .61, .21, 1);
  --ease-io: cubic-bezier(.65, 0, .35, 1);
}

body {
  font-family: var(--ff-s);
  font-size: clamp(15.5px, 1.05vw, 17px);
  line-height: 1.72;
  color: var(--tx);
  background: var(--paper);
  overflow-x: hidden;
}

::selection { background: var(--gold); color: var(--navy-deep); }

/* ---------- Type scale ---------- */
.d1 { font-family: var(--ff-d); font-weight: 600; font-size: clamp(2.6rem, 6.4vw, 5.4rem); line-height: 1.04; letter-spacing: -.015em; }
.d2 { font-family: var(--ff-d); font-weight: 600; font-size: clamp(2rem, 4.2vw, 3.4rem); line-height: 1.12; letter-spacing: -.012em; }
.d3 { font-family: var(--ff-d); font-weight: 600; font-size: clamp(1.5rem, 2.6vw, 2.15rem); line-height: 1.2; }
.h4 { font-weight: 700; font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.35; letter-spacing: -.01em; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: .78rem; font-weight: 600; letter-spacing: .32em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 22px;
}
.eyebrow::before { content: ""; width: 44px; height: 1px; background: var(--gold); opacity: .8; }
.lead { font-size: clamp(1.05rem, 1.55vw, 1.3rem); line-height: 1.65; color: var(--tx-soft); font-weight: 400; }
.serif-i { font-family: var(--ff-d); font-style: italic; font-weight: 500; }

/* ---------- Layout ---------- */
.wrap { width: min(var(--w), calc(100% - 2 * clamp(20px, 4vw, 56px))); margin-inline: auto; }
.wrap--narrow { width: min(var(--w-narrow), calc(100% - 2 * clamp(20px, 4vw, 56px))); margin-inline: auto; }
.sec { padding-block: var(--sec); position: relative; }
.sec--dark { background: linear-gradient(175deg, var(--navy-deep) 0%, var(--navy) 60%, #232D55 100%); color: var(--tx-inv); }
.sec--dark .lead { color: var(--tx-inv-soft); }
.sec--paper2 { background: var(--paper-dark); }
.sec--white { background: var(--white); }
.sec-head { max-width: 780px; margin-bottom: clamp(40px, 6vh, 72px); }
.sec-head--center { margin-inline: auto; text-align: center; }
.sec-head--center .eyebrow { justify-content: center; }
.sec-head--center .eyebrow::before { display: none; }
.grid { display: grid; gap: var(--gap); }

/* ---------- Reveal animations ---------- */
.rv { opacity: 0; transform: translateY(34px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: var(--d, 0s); will-change: opacity, transform; }
.rv--l { transform: translateX(-40px); }
.rv--r { transform: translateX(40px); }
.rv--sc { transform: scale(.94); }
.rv.on { opacity: 1; transform: none; }
.line-rv { display: block; overflow: hidden; }
.line-rv > span { display: block; transform: translateY(110%); transition: transform 1s var(--ease-io); transition-delay: var(--d, 0s); }
.on .line-rv > span, .line-rv.on > span { transform: none; }
@media (prefers-reduced-motion: reduce) {
  .rv, .line-rv > span { opacity: 1 !important; transform: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* ---------- Preloader ---------- */
#loader {
  position: fixed; inset: 0; z-index: 200; background: var(--navy-deep);
  display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 26px;
  transition: opacity .7s var(--ease), visibility .7s;
}
#loader.off { opacity: 0; visibility: hidden; }
#loader img { width: min(300px, 60vw); opacity: 0; animation: ldFade 1.1s var(--ease) .1s forwards; }
#loader .bar { width: min(300px, 60vw); height: 1px; background: var(--line-inv); overflow: hidden; }
#loader .bar i { display: block; height: 100%; width: 100%; background: var(--gold); transform: translateX(-100%); animation: ldBar 1.2s var(--ease-io) .2s forwards; }
@keyframes ldFade { to { opacity: 1; } }
@keyframes ldBar { to { transform: none; } }

/* ---------- Scroll progress ---------- */
#sprog { position: fixed; top: 0; left: 0; height: 2px; width: 0; background: linear-gradient(90deg, var(--gold), var(--gold-bright)); z-index: 120; }

/* ---------- Header ---------- */
.hdr {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .45s var(--ease), box-shadow .45s, backdrop-filter .45s, transform .45s var(--ease);
}
.hdr_in { width: min(1380px, calc(100% - 2 * clamp(16px, 3vw, 44px))); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; height: 86px; transition: height .4s var(--ease); }
.hdr--solid { background: rgba(20, 27, 56, .82); backdrop-filter: blur(18px) saturate(1.4); -webkit-backdrop-filter: blur(18px) saturate(1.4); box-shadow: 0 1px 0 var(--line-inv), var(--shadow-s); }
.hdr--solid .hdr_in { height: 68px; }
.hdr--hide { transform: translateY(-100%); }
.hdr_logo img { height: 58px; width: auto; transition: height .4s var(--ease); }
.hdr--solid .hdr_logo img { height: 46px; }
.hdr_nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); }
.hdr_link {
  position: relative; font-size: .82rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--tx-inv); padding: 30px 2px; white-space: nowrap;
}
.hdr_link::after { content: ""; position: absolute; left: 0; bottom: 22px; width: 100%; height: 1.5px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .4s var(--ease); }
.hdr_link:hover::after, .hdr_link.cur::after { transform: scaleX(1); transform-origin: left; }
.hdr_cta {
  font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--navy-deep); background: linear-gradient(120deg, var(--gold-bright), var(--gold));
  padding: 12px 22px; border-radius: 100px; transition: transform .35s var(--ease), box-shadow .35s;
}
.hdr_cta:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(194, 161, 99, .4); }
.hdr_tools { display: flex; align-items: center; gap: 14px; }
.hdr_ic { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--tx-inv); transition: background .3s, color .3s; }
.hdr_ic:hover { background: rgba(255, 255, 255, .12); }
.hdr_ic svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.hdr_lang { display: flex; gap: 2px; border: 1px solid var(--line-inv); border-radius: 100px; padding: 3px; }
.hdr_lang a { font-size: .72rem; font-weight: 700; letter-spacing: .08em; padding: 6px 12px; border-radius: 100px; color: var(--tx-inv-soft); transition: all .3s; }
.hdr_lang a.on { background: var(--tx-inv); color: var(--navy-deep); }
.hdr_lang a:not(.on):hover { color: var(--tx-inv); }

/* Dropdown */
.hdr_dd { position: relative; }
.hdr_dd_panel {
  position: absolute; top: 100%; left: 50%; transform: translate(-50%, 12px);
  min-width: 280px; background: rgba(20, 27, 56, .96); backdrop-filter: blur(20px);
  border: 1px solid var(--line-inv); border-radius: var(--r-m); padding: 14px;
  opacity: 0; visibility: hidden; transition: all .35s var(--ease); box-shadow: var(--shadow-l);
}
.hdr_dd:hover .hdr_dd_panel, .hdr_dd:focus-within .hdr_dd_panel { opacity: 1; visibility: visible; transform: translate(-50%, 4px); }
.hdr_dd_panel a {
  display: flex; align-items: center; gap: 12px; padding: 11px 14px; border-radius: var(--r-s);
  font-size: .86rem; font-weight: 500; color: var(--tx-inv-soft); transition: all .25s;
}
.hdr_dd_panel a:hover { background: rgba(255, 255, 255, .08); color: var(--white); padding-left: 20px; }
.hdr_dd_panel a::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); opacity: 0; transition: opacity .25s; }
.hdr_dd_panel a:hover::before { opacity: 1; }

/* Burger */
.burger { display: none; width: 44px; height: 44px; position: relative; z-index: 111; }
.burger i { position: absolute; left: 10px; right: 10px; height: 2px; background: var(--tx-inv); transition: all .4s var(--ease); }
.burger i:nth-child(1) { top: 16px; }
.burger i:nth-child(2) { top: 23px; }
.burger i:nth-child(3) { top: 30px; }
body.nav-open .burger i:nth-child(1) { top: 23px; transform: rotate(45deg); }
body.nav-open .burger i:nth-child(2) { opacity: 0; }
body.nav-open .burger i:nth-child(3) { top: 23px; transform: rotate(-45deg); }

/* Mobile nav */
.mnav {
  position: fixed; inset: 0; z-index: 105; background: var(--navy-deep);
  display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(24px, 8vw, 80px) 40px;
  clip-path: circle(0% at calc(100% - 38px) 38px); transition: clip-path .7s var(--ease-io); visibility: hidden;
}
body.nav-open .mnav { clip-path: circle(150% at calc(100% - 38px) 38px); visibility: visible; }
.mnav_list { display: flex; flex-direction: column; gap: 4px; overflow-y: auto; }
.mnav_list > li > a, .mnav_group > button {
  display: block; width: 100%; text-align: left; font-family: var(--ff-d); font-size: clamp(1.6rem, 5.5vw, 2.4rem);
  font-weight: 600; color: var(--tx-inv); padding: 8px 0; opacity: 0; transform: translateY(24px);
  transition: opacity .5s var(--ease), transform .5s var(--ease), color .3s; transition-delay: var(--d, 0s);
}
body.nav-open .mnav_list > li > a, body.nav-open .mnav_group > button { opacity: 1; transform: none; }
.mnav_list > li > a:hover { color: var(--gold-bright); }
.mnav_sub { max-height: 0; overflow: hidden; transition: max-height .5s var(--ease); }
.mnav_group.open .mnav_sub { max-height: 400px; }
.mnav_sub a { display: block; font-size: 1rem; font-weight: 500; color: var(--tx-inv-soft); padding: 7px 0 7px 18px; border-left: 1px solid var(--line-inv); }
.mnav_sub a:hover { color: var(--gold-bright); }
.mnav_foot { margin-top: 34px; display: flex; gap: 18px; align-items: center; opacity: 0; transition: opacity .6s .4s; }
body.nav-open .mnav_foot { opacity: 1; }
/* Mobil menü sosyal ikonları: koyu zeminde görünür renkler */
.mnav .ftr_social a { color: var(--gold-bright); border-color: var(--gold-dim); }
.mnav .ftr_social a:hover { background: var(--gold); border-color: var(--gold); color: var(--navy-deep); }
/* Menü içinde belirgin kapatma düğmesi */
.mnav_close {
  position: absolute; top: 18px; right: 18px; z-index: 5;
  width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--gold-dim); color: var(--gold-bright);
  font-size: 1.15rem; line-height: 1; display: grid; place-items: center;
  opacity: 0; transform: rotate(-90deg); transition: all .45s var(--ease) .25s;
}
body.nav-open .mnav_close { opacity: 1; transform: none; }
.mnav_close:hover { background: var(--gold); border-color: var(--gold); color: var(--navy-deep); }
/* Tek kapatma kontrolü: menü açıkken üst çubuk (ve hamburger-X) overlay altında kalır,
   köşede yalnızca daireli ✕ görünür — çift X çakışması olmaz */

/* ---------- Hero (home) ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; background: radial-gradient(120% 90% at 70% 10%, #2B3763 0%, var(--navy) 38%, var(--navy-deep) 78%); color: var(--tx-inv); overflow: hidden; }
#globe { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .55; }
.hero_grad { position: absolute; inset: 0; background: linear-gradient(to top, var(--navy-deep) 0%, transparent 34%); pointer-events: none; }
.hero_in { position: relative; z-index: 3; display: grid; grid-template-columns: 1.15fr .85fr; gap: var(--gap); align-items: end; padding-top: 120px; }
.hero_kicker { display: inline-flex; align-items: center; gap: 12px; font-size: .8rem; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 26px; }
.hero_kicker::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 0 rgba(194, 161, 99, .5); animation: pulse 2.4s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 12px rgba(194, 161, 99, 0); } 100% { box-shadow: 0 0 0 0 rgba(194, 161, 99, 0); } }
.hero_title { margin-bottom: 26px; }
.hero_title em { font-style: normal; color: var(--gold-bright); }
.hero_sub { max-width: 560px; color: var(--tx-inv-soft); font-size: clamp(1rem, 1.4vw, 1.2rem); margin-bottom: 40px; }
.hero_actions { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: clamp(40px, 7vh, 80px); }
.hero_visual { position: relative; align-self: end; pointer-events: none; }
.hero_visual img { width: min(430px, 80%); margin-inline: auto; filter: drop-shadow(0 40px 80px rgba(0, 0, 0, .5)); }
.hero_ring { position: absolute; inset: auto 0 -6% 0; margin: auto; width: min(520px, 96%); aspect-ratio: 1; border: 1px solid var(--gold-dim); border-radius: 50%; animation: spin 40s linear infinite; }
.hero_ring::before { content: ""; position: absolute; top: 8%; left: 12%; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); }
@keyframes spin { to { transform: rotate(360deg); } }
.hero_scroll { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 4; display: flex; flex-direction: column; align-items: center; gap: 10px; font-size: .68rem; letter-spacing: .3em; text-transform: uppercase; color: var(--tx-inv-soft); }
.hero_scroll i { width: 1px; height: 44px; background: linear-gradient(var(--gold), transparent); animation: drop 1.8s var(--ease) infinite; }
@keyframes drop { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* Sub-page hero */
.phero { position: relative; padding: 170px 0 90px; background: radial-gradient(110% 130% at 80% -10%, #2B3763 0%, var(--navy) 45%, var(--navy-deep) 100%); color: var(--tx-inv); overflow: hidden; }
.phero::after { content: ""; position: absolute; inset: 0; background: url("../img/pattern.svg") right -80px top -60px / 560px no-repeat; opacity: .1; pointer-events: none; }
.phero_bc { display: flex; flex-wrap: wrap; gap: 8px; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--tx-inv-soft); margin-top: 22px; }
.phero_bc a:hover { color: var(--gold-bright); }
.phero_bc span { opacity: .5; }

/* ---------- Buttons ---------- */
.btn {
  position: relative; display: inline-flex; align-items: center; gap: 12px; overflow: hidden;
  font-size: .82rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  padding: 17px 34px; border-radius: 100px; transition: transform .35s var(--ease), box-shadow .35s, color .35s;
  isolation: isolate;
}
.btn::before { content: ""; position: absolute; inset: 0; z-index: -1; transform: translateY(101%); transition: transform .45s var(--ease-io); border-radius: inherit; }
.btn:hover { transform: translateY(-2px); }
.btn:hover::before { transform: none; }
.btn svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .35s var(--ease); }
.btn:hover svg { transform: translateX(5px); }
.btn--gold { background: linear-gradient(120deg, var(--gold-bright), var(--gold)); color: var(--navy-deep); box-shadow: 0 8px 30px rgba(194, 161, 99, .35); }
.btn--gold::before { background: var(--white); }
.btn--ghost { border: 1px solid var(--line-inv); color: var(--tx-inv); }
.btn--ghost::before { background: var(--tx-inv); }
.btn--ghost:hover { color: var(--navy-deep); border-color: var(--tx-inv); }
.btn--navy { background: var(--navy); color: var(--white); }
.btn--navy::before { background: var(--gold); }
.btn--navy:hover { color: var(--navy-deep); }
.btn--line { padding: 10px 2px; border-radius: 0; color: inherit; letter-spacing: .18em; border-bottom: 1.5px solid var(--gold); }
.btn--line::before { display: none; }

/* ---------- Quote band ---------- */
.qband { background: var(--navy-deep); color: var(--tx-inv); text-align: center; padding-block: clamp(70px, 10vh, 110px); position: relative; overflow: hidden; }
.qband::before { content: "“"; position: absolute; top: -40px; left: 50%; transform: translateX(-50%); font-family: var(--ff-d); font-size: 22rem; color: rgba(194, 161, 99, .1); line-height: 1; }
.qband q { display: block; font-family: var(--ff-d); font-style: italic; font-weight: 500; font-size: clamp(1.4rem, 3vw, 2.3rem); line-height: 1.4; max-width: 900px; margin: 0 auto 24px; quotes: none; }
.qband cite { font-style: normal; font-size: .8rem; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line-inv); border-block: 1px solid var(--line-inv); }
.stat { background: var(--navy-deep); padding: clamp(34px, 5vh, 60px) clamp(20px, 3vw, 44px); text-align: center; transition: background .4s; }
.stat:hover { background: var(--navy); }
.stat_n { font-family: var(--ff-d); font-weight: 600; font-size: clamp(2.4rem, 4.6vw, 4rem); line-height: 1; color: var(--gold-bright); display: flex; justify-content: center; align-items: baseline; gap: 4px; }
.stat_n small { font-size: .45em; }
.stat_l { margin-top: 14px; font-size: .8rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--tx-inv-soft); }

/* ---------- Cards ---------- */
.card {
  background: var(--white); border-radius: var(--r-m); overflow: hidden; box-shadow: var(--shadow-s);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease); position: relative; display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow-m); }
.card_img { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--paper-dark); }
/* Varsayılan odak hafif üstte: yüz tespiti olmayan görsellerde de baş kesilmesin */
.card_img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 32%; transition: transform 1.1s var(--ease); }
.card:hover .card_img img { transform: scale(1.07); }
.card_body { padding: clamp(20px, 2.4vw, 30px); display: flex; flex-direction: column; gap: 12px; flex: 1; }
.card_date { font-size: .74rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.card_title { font-weight: 650; font-size: 1.06rem; line-height: 1.45; letter-spacing: -.008em; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.card_more { margin-top: auto; font-size: .76rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--navy); display: inline-flex; align-items: center; gap: 8px; }
.card_more svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .35s var(--ease); }
.card:hover .card_more svg { transform: translateX(5px); }
.card_more::after { content: ""; position: absolute; inset: 0; }

/* Person card */
.pcard {
  background: var(--white); border-radius: var(--r-m); padding: 34px 24px 30px; text-align: center;
  box-shadow: var(--shadow-s); transition: transform .5s var(--ease), box-shadow .5s; position: relative; overflow: hidden;
}
.pcard::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold-bright), var(--gold)); transform: scaleX(0); transition: transform .5s var(--ease); transform-origin: left; }
.pcard:hover { transform: translateY(-6px); box-shadow: var(--shadow-m); }
.pcard:hover::before { transform: none; }
.pcard_avatar {
  width: 84px; height: 84px; margin: 0 auto 18px; border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, var(--navy-soft), var(--navy-deep));
  color: var(--gold-bright); display: grid; place-items: center;
  font-family: var(--ff-d); font-size: 1.5rem; font-weight: 600; letter-spacing: .02em;
  border: 1px solid var(--gold-dim);
}
.pcard_name { font-weight: 700; font-size: 1.02rem; letter-spacing: -.01em; text-transform: capitalize; }
.pcard_role { margin-top: 6px; font-size: .74rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--tx-soft); }
.pcard--lead { grid-column: 1 / -1; display: flex; align-items: center; gap: clamp(24px, 4vw, 48px); text-align: left; padding: clamp(28px, 4vw, 48px); background: linear-gradient(135deg, var(--navy-deep), var(--navy)); color: var(--tx-inv); }
.pcard--lead .pcard_avatar { margin: 0; width: 110px; height: 110px; flex-shrink: 0; font-size: 2rem; }
.pcard--lead .pcard_photo { width: 130px; height: 130px; border-radius: 50%; object-fit: cover; object-position: top; flex-shrink: 0; border: 2px solid var(--gold-dim); }
.pcard--lead .pcard_name { font-family: var(--ff-d); font-size: 1.6rem; font-weight: 600; }
.pcard--lead .pcard_role { color: var(--gold-bright); }

/* Rep card */
.rcard { background: var(--white); border-radius: var(--r-m); padding: 26px 26px 24px; box-shadow: var(--shadow-s); transition: transform .45s var(--ease), box-shadow .45s; border-top: 3px solid transparent; }
.rcard:hover { transform: translateY(-6px); box-shadow: var(--shadow-m); border-top-color: var(--gold); }
.rcard_country { display: flex; align-items: center; gap: 10px; font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--navy); margin-bottom: 14px; }
.rcard_country::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.rcard_name { font-weight: 700; font-size: 1.04rem; text-transform: capitalize; }
.rcard_title { margin-top: 4px; font-size: .84rem; color: var(--tx-soft); text-transform: capitalize; }

/* ---------- Marquee ---------- */
.marq { overflow: hidden; padding-block: 26px; border-block: 1px solid var(--line-inv); position: relative; }
.marq_track { display: flex; gap: clamp(40px, 6vw, 90px); width: max-content; animation: marq 60s linear infinite; }
.marq:hover .marq_track { animation-play-state: paused; }
.marq span { font-family: var(--ff-d); font-size: clamp(1.1rem, 1.8vw, 1.5rem); font-weight: 500; color: var(--tx-inv-soft); white-space: nowrap; display: flex; align-items: center; gap: clamp(40px, 6vw, 90px); }
.marq span::after { content: "✦"; font-size: .7em; color: var(--gold); }
@keyframes marq { to { transform: translateX(-50%); } }

/* ---------- Work areas ---------- */
.warea { background: var(--white); border-radius: var(--r-l); padding: clamp(30px, 3.4vw, 46px); box-shadow: var(--shadow-s); position: relative; overflow: hidden; transition: transform .5s var(--ease), box-shadow .5s; }
.warea::after { content: ""; position: absolute; right: -60px; bottom: -60px; width: 190px; height: 190px; border-radius: 50%; background: radial-gradient(circle, var(--gold-dim), transparent 65%); opacity: 0; transition: opacity .6s; }
.warea:hover { transform: translateY(-8px); box-shadow: var(--shadow-m); }
.warea:hover::after { opacity: 1; }
.warea_ic { width: 66px; height: 66px; border-radius: 18px; background: linear-gradient(135deg, var(--navy), var(--navy-deep)); display: grid; place-items: center; margin-bottom: 24px; }
.warea_ic img { width: 32px; height: 32px; filter: brightness(10); }
.warea h3 { font-weight: 700; font-size: 1.14rem; margin-bottom: 10px; letter-spacing: -.01em; }
.warea p { font-size: .92rem; color: var(--tx-soft); }

/* ---------- Split section ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.split_img { position: relative; border-radius: var(--r-l); overflow: hidden; box-shadow: var(--shadow-l); }
.split_img img { width: 100%; }
.split_img::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12); border-radius: inherit; }
.split_frame { position: absolute; inset: 22px -22px -22px 22px; border: 1px solid var(--gold-dim); border-radius: var(--r-l); z-index: -1; }

/* ---------- Timeline ---------- */
.tl { position: relative; padding-left: clamp(28px, 5vw, 60px); }
.tl::before { content: ""; position: absolute; left: 8px; top: 6px; bottom: 6px; width: 1px; background: linear-gradient(var(--gold), var(--line)); }
.tl_item { position: relative; padding-bottom: clamp(36px, 5vh, 56px); }
.tl_item::before { content: ""; position: absolute; left: calc(8px - clamp(28px, 5vw, 60px)); top: 8px; width: 13px; height: 13px; border-radius: 50%; background: var(--paper); border: 3px solid var(--gold); transform: translateX(-6px); }
.tl_year { font-family: var(--ff-d); font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 600; color: var(--navy); line-height: 1; margin-bottom: 10px; }
.tl_item h3 { font-weight: 700; font-size: 1.08rem; margin-bottom: 8px; }
.tl_item p { color: var(--tx-soft); max-width: 640px; }

/* ---------- Article ---------- */
.art_hero { position: relative; border-radius: var(--r-l); overflow: hidden; box-shadow: var(--shadow-l); margin-bottom: clamp(36px, 6vh, 60px); }
.art_hero img { width: 100%; max-height: 560px; object-fit: cover; }
.prose { font-size: clamp(1rem, 1.2vw, 1.12rem); line-height: 1.85; }
.prose p { margin-bottom: 1.35em; }
.prose p:first-of-type::first-letter { font-family: var(--ff-d); font-size: 3.4em; float: left; line-height: .82; padding-right: 12px; color: var(--navy); font-weight: 600; }
.prose h2, .prose h3 { font-family: var(--ff-d); font-weight: 600; margin: 1.6em 0 .7em; line-height: 1.25; }
.prose img { border-radius: var(--r-m); margin-block: 1.6em; box-shadow: var(--shadow-m); }
.prose a { color: var(--navy); border-bottom: 1px solid var(--gold); transition: color .3s; }
.prose a:hover { color: var(--gold); }
.prose blockquote { font-family: var(--ff-d); font-style: italic; font-size: 1.25em; line-height: 1.5; border-left: 3px solid var(--gold); padding-left: 24px; margin: 1.6em 0; color: var(--navy); }
.prose ul, .prose ol { margin: 0 0 1.35em; padding-left: 1.5em; }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose li { margin-bottom: .55em; padding-left: .3em; }
.prose li::marker { color: var(--gold); font-weight: 600; }
.art_meta { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-bottom: 30px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.art_share { display: flex; gap: 10px; margin-left: auto; }
.art_share a { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--navy); transition: all .3s; }
.art_share a:hover { background: var(--navy); color: var(--white); transform: translateY(-3px); }
.art_share svg { width: 15px; height: 15px; fill: currentColor; }

/* ---------- News toolbar ---------- */
.ntool { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-bottom: clamp(30px, 5vh, 50px); }
.ntool_search { flex: 1 1 280px; position: relative; }
.ntool_search input {
  width: 100%; background: var(--white); border: 1px solid var(--line); border-radius: 100px;
  padding: 15px 24px 15px 52px; font-size: .95rem; transition: border-color .3s, box-shadow .3s;
}
.ntool_search input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px var(--gold-dim); }
.ntool_search svg { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); width: 17px; height: 17px; fill: none; stroke: var(--tx-soft); stroke-width: 2; }
.chip { font-size: .78rem; font-weight: 600; letter-spacing: .1em; padding: 10px 20px; border-radius: 100px; border: 1px solid var(--line); color: var(--tx-soft); transition: all .3s; }
.chip:hover { border-color: var(--navy); color: var(--navy); }
.chip.on { background: var(--navy); border-color: var(--navy); color: var(--white); }

/* ---------- Gallery / lightbox ---------- */
.gal { columns: 3; column-gap: var(--gap); }
.gal a { display: block; margin-bottom: var(--gap); border-radius: var(--r-m); overflow: hidden; box-shadow: var(--shadow-s); position: relative; transition: transform .45s var(--ease), box-shadow .45s; }
.gal a:hover { transform: translateY(-6px); box-shadow: var(--shadow-m); }
.gal img { width: 100%; transition: transform .8s var(--ease); }
.gal a:hover img { transform: scale(1.04); }
.lbox { position: fixed; inset: 0; z-index: 150; background: rgba(11, 18, 32, .94); backdrop-filter: blur(10px); display: grid; place-items: center; opacity: 0; visibility: hidden; transition: all .4s; padding: 4vmin; }
.lbox.on { opacity: 1; visibility: visible; }
.lbox img { max-width: 92vw; max-height: 88vh; width: auto; border-radius: var(--r-s); box-shadow: var(--shadow-l); }
.lbox iframe { width: min(1100px, 92vw); aspect-ratio: 16/9; border: 0; border-radius: var(--r-m); box-shadow: var(--shadow-l); }
.lbox_x { position: absolute; top: 22px; right: 26px; width: 48px; height: 48px; color: var(--white); font-size: 1.5rem; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line-inv); transition: all .3s; }
.lbox_x:hover { background: var(--white); color: var(--navy-deep); transform: rotate(90deg); }
.lbox_nav { position: absolute; top: 50%; transform: translateY(-50%); width: 54px; height: 54px; display: grid; place-items: center; color: var(--white); border: 1px solid var(--line-inv); border-radius: 50%; transition: all .3s; }
.lbox_nav:hover { background: var(--white); color: var(--navy-deep); }
.lbox_nav--prev { left: 24px; }
.lbox_nav--next { right: 24px; }
.lbox_nav svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }

/* ---------- Video grid ---------- */
.vcard { position: relative; border-radius: var(--r-m); overflow: hidden; box-shadow: var(--shadow-s); aspect-ratio: 16/9; background: var(--navy-deep); transition: transform .5s var(--ease), box-shadow .5s; }
.vcard:hover { transform: translateY(-7px); box-shadow: var(--shadow-m); }
.vcard img { width: 100%; height: 100%; object-fit: cover; opacity: .85; transition: opacity .4s, transform .9s var(--ease); }
.vcard:hover img { opacity: 1; transform: scale(1.05); }
.vcard_play { position: absolute; inset: 0; margin: auto; width: 72px; height: 72px; border-radius: 50%; background: rgba(20, 27, 56, .55); backdrop-filter: blur(8px); border: 1px solid var(--line-inv); display: grid; place-items: center; transition: all .4s var(--ease); }
.vcard:hover .vcard_play { background: var(--gold); border-color: var(--gold); transform: scale(1.1); }
.vcard_play svg { width: 22px; height: 22px; fill: var(--white); margin-left: 4px; transition: fill .3s; }
.vcard:hover .vcard_play svg { fill: var(--navy-deep); }
.vcard_label { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 22px 18px; background: linear-gradient(transparent, rgba(11, 18, 32, .85)); color: var(--white); font-size: .92rem; font-weight: 600; }

/* ---------- İnteraktif dünya haritası ---------- */
.wmapx {
  position: relative; border-radius: var(--r-l); overflow: hidden;
  background: linear-gradient(170deg, var(--navy-deep) 0%, var(--navy) 70%, #232D55 100%);
  box-shadow: var(--shadow-l); padding: clamp(16px, 3vw, 40px);
}
.wmapx_load { display: grid; place-items: center; min-height: 320px; color: var(--tx-inv-soft); font-size: .85rem; letter-spacing: .2em; text-transform: uppercase; }
.wmapx svg { width: 100%; height: auto; display: block; }
.wmapx svg path { fill: #2E3A66; stroke: #161D3B; stroke-width: .5; transition: fill .3s var(--ease); }
.wmapx svg path.has-rep { fill: var(--gold); cursor: pointer; }
.wmapx svg path.has-rep:hover, .wmapx svg path.has-rep.hl { fill: var(--gold-bright); filter: drop-shadow(0 0 6px rgba(220, 192, 138, .8)); }
.wmapx svg path.hq { fill: var(--red); cursor: pointer; animation: hqpulse 2.6s ease-in-out infinite; }
@keyframes hqpulse { 0%, 100% { filter: none; } 50% { filter: drop-shadow(0 0 8px rgba(200, 16, 46, .9)); } }
.wmapx_tip {
  position: fixed; z-index: 95; pointer-events: none; opacity: 0; transform: translate(-50%, calc(-100% - 14px)) scale(.94);
  transition: opacity .2s var(--ease), transform .2s var(--ease);
  background: rgba(20, 27, 56, .95); backdrop-filter: blur(10px); border: 1px solid var(--gold-dim);
  border-radius: var(--r-s); padding: 10px 16px; box-shadow: var(--shadow-m); text-align: center; white-space: nowrap;
}
.wmapx_tip.on { opacity: 1; transform: translate(-50%, calc(-100% - 10px)); }
.wmapx_tip b { display: block; color: var(--tx-inv); font-size: .88rem; font-weight: 700; }
.wmapx_tip span { color: var(--gold-bright); font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.wmapx_legend { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; padding-top: 18px; }
.wmapx_legend span { display: inline-flex; align-items: center; gap: 8px; font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--tx-inv-soft); }
.wmapx_legend i { width: 12px; height: 12px; border-radius: 3px; }
.wmapx_credit { position: absolute; right: 14px; bottom: 10px; font-size: .58rem; color: rgba(237, 240, 247, .35); }
.wmapx_credit a { text-decoration: underline; }

/* ---------- Yatay kariyer zaman çizelgesi ---------- */
.htl { position: relative; }
.htl_track {
  display: flex; gap: clamp(16px, 2vw, 28px); overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 26px 4px 30px; cursor: grab; scrollbar-width: none; -ms-overflow-style: none;
}
.htl_track::-webkit-scrollbar { display: none; }
.htl_track.dragging { cursor: grabbing; scroll-snap-type: none; }
.htl_track::before { content: ""; position: absolute; left: 0; right: 0; top: 96px; height: 1px; background: linear-gradient(90deg, var(--gold), var(--line)); }
.htl_card {
  scroll-snap-align: start; flex: 0 0 min(340px, 78vw); position: relative;
  background: var(--white); border-radius: var(--r-m); padding: 30px 28px; box-shadow: var(--shadow-s);
  border-top: 3px solid transparent; transition: transform .4s var(--ease), box-shadow .4s, border-color .4s;
  user-select: none;
}
.htl_card:hover { transform: translateY(-6px); box-shadow: var(--shadow-m); border-top-color: var(--gold); }
.htl_card::before { content: ""; position: absolute; top: 66px; left: 28px; width: 13px; height: 13px; border-radius: 50%; background: var(--paper); border: 3px solid var(--gold); }
.htl_year { font-family: var(--ff-d); font-size: 2.4rem; font-weight: 600; color: var(--navy); line-height: 1; }
.htl_card p { margin-top: 34px; font-size: .92rem; color: var(--tx-soft); }
.htl_nav { display: flex; gap: 10px; justify-content: flex-end; margin-top: 4px; }
.htl_nav button { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--navy); transition: all .3s; }
.htl_nav button:hover { background: var(--navy); color: var(--white); }
.htl_nav svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.htl_prog { height: 2px; background: var(--line); border-radius: 99px; overflow: hidden; margin-top: 14px; }
.htl_prog i { display: block; height: 100%; width: 0; background: var(--gold); transition: width .2s linear; }

/* ---------- Üye portalı kabuğu ---------- */
.portal { min-height: 100svh; display: grid; place-items: center; background: radial-gradient(120% 90% at 70% 10%, #2B3763 0%, var(--navy) 38%, var(--navy-deep) 78%); padding: 140px 20px 80px; position: relative; overflow: hidden; }
.portal_card {
  position: relative; z-index: 2; width: min(440px, 100%); background: rgba(20, 27, 56, .72);
  backdrop-filter: blur(20px); border: 1px solid var(--line-inv); border-radius: var(--r-l);
  padding: clamp(30px, 5vw, 48px); color: var(--tx-inv); box-shadow: var(--shadow-l);
}
.portal_card .field label { color: var(--tx-inv-soft); }
.portal_card .field input {
  background: rgba(255, 255, 255, .06); border-color: var(--line-inv); color: var(--tx-inv);
}
.portal_card .field input:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(194, 161, 99, .15); }
.portal_note { margin-top: 18px; font-size: .8rem; color: var(--tx-inv-soft); text-align: center; }
.portal_note a { color: var(--gold-bright); text-decoration: underline; }
.portal_badge { display: inline-block; margin-bottom: 18px; padding: 5px 14px; border: 1px solid var(--gold-dim); border-radius: 100px; color: var(--gold-bright); font-size: .66rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }

/* ---------- Basında ULUSKON ---------- */
.press_list { display: grid; gap: 12px; }
.press_item {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 20px;
  background: var(--white); border-radius: var(--r-m); padding: 20px 26px; box-shadow: var(--shadow-s);
  transition: transform .35s var(--ease), box-shadow .35s;
}
.press_item:hover { transform: translateX(6px); box-shadow: var(--shadow-m); }
.press_outlet { flex: 0 0 150px; font-weight: 800; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; color: var(--navy); }
.press_title { flex: 1 1 300px; font-weight: 550; font-size: .98rem; }
.press_date { font-size: .74rem; font-weight: 600; letter-spacing: .14em; color: var(--tx-soft); }
.press_item svg { width: 15px; height: 15px; fill: none; stroke: var(--gold); stroke-width: 2; }
.brandkit { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 14px; }
.brandkit_sw { border-radius: var(--r-m); padding: 26px 20px; box-shadow: var(--shadow-s); color: #fff; }
.brandkit_sw b { display: block; font-size: .8rem; letter-spacing: .1em; }
.brandkit_sw span { font-size: .72rem; opacity: .8; font-family: monospace; }

/* ---------- Accordion ---------- */
.acc { border-top: 1px solid var(--line); }
.acc_item { border-bottom: 1px solid var(--line); }
.acc_head { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; text-align: left; padding: 24px 4px; font-weight: 700; font-size: 1.05rem; transition: color .3s; }
.acc_head:hover { color: var(--navy); }
.acc_head i { flex-shrink: 0; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; transition: all .4s var(--ease); position: relative; }
.acc_head i::before, .acc_head i::after { content: ""; position: absolute; background: currentColor; transition: transform .4s; }
.acc_head i::before { width: 12px; height: 1.6px; }
.acc_head i::after { width: 1.6px; height: 12px; }
.acc_item.open .acc_head i { background: var(--navy); border-color: var(--navy); color: var(--white); }
.acc_item.open .acc_head i::after { transform: rotate(90deg); }
.acc_body { max-height: 0; overflow: hidden; transition: max-height .5s var(--ease); }
.acc_body > div { padding: 0 4px 26px; color: var(--tx-soft); max-width: 720px; }

/* ---------- Forms ---------- */
.form { display: grid; gap: 18px; }
.form_row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field label { display: block; font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--tx-soft); margin-bottom: 8px; }
.field input, .field textarea, .field select {
  width: 100%; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-s);
  padding: 15px 18px; font-size: .96rem; transition: border-color .3s, box-shadow .3s; color: var(--tx);
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px var(--gold-dim); }
.field textarea { min-height: 150px; resize: vertical; }
.check { display: flex; gap: 12px; align-items: flex-start; font-size: .86rem; color: var(--tx-soft); }
.check input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--navy); }
.form_note { font-size: .8rem; color: var(--tx-soft); }
.form_status { border-radius: var(--r-s); padding: 13px 18px; font-weight: 600; font-size: .92rem; }
.form_status.ok { background: #e2f3e9; color: #16794c; }
.form_status.bad { background: #fdeae7; color: #b42318; }
.ftr .form_status.ok { background: rgba(22, 121, 76, .25); color: #7fd8a9; }
.ftr .form_status.bad { background: rgba(180, 35, 24, .25); color: #f2a196; }

/* ---------- Contact ---------- */
.cgrid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 5vw, 70px); align-items: start; }
.cinfo { display: grid; gap: 16px; }
.cinfo_item { display: flex; gap: 18px; align-items: flex-start; background: var(--white); padding: 24px 26px; border-radius: var(--r-m); box-shadow: var(--shadow-s); transition: transform .4s var(--ease); }
.cinfo_item:hover { transform: translateX(6px); }
.cinfo_ic { flex-shrink: 0; width: 50px; height: 50px; border-radius: 14px; background: linear-gradient(135deg, var(--navy), var(--navy-deep)); display: grid; place-items: center; }
.cinfo_ic svg { width: 20px; height: 20px; fill: none; stroke: var(--gold-bright); stroke-width: 1.7; }
.cinfo_item h3 { font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--tx-soft); margin-bottom: 5px; }
.cinfo_item p, .cinfo_item a { font-size: 1rem; font-weight: 550; }
.cinfo_item a:hover { color: var(--gold); }

/* ---------- CTA band ---------- */
.cta { position: relative; overflow: hidden; background: linear-gradient(120deg, var(--navy-deep), var(--navy) 55%, #2B3763); color: var(--tx-inv); text-align: center; padding-block: clamp(80px, 12vh, 140px); }
.cta::before, .cta::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid var(--gold-dim); }
.cta::before { width: 560px; height: 560px; left: -180px; top: -240px; }
.cta::after { width: 420px; height: 420px; right: -140px; bottom: -200px; }
.cta_in { position: relative; z-index: 2; }
.cta .d2 { max-width: 820px; margin-inline: auto; }
.cta .lead { max-width: 640px; margin: 20px auto 40px; }

/* ---------- Newsletter ---------- */
.nl { display: flex; gap: 10px; max-width: 460px; }
.nl input { flex: 1; background: rgba(255, 255, 255, .08); border: 1px solid var(--line-inv); border-radius: 100px; padding: 14px 24px; color: var(--white); font-size: .92rem; transition: border-color .3s; }
.nl input::placeholder { color: var(--tx-inv-soft); }
.nl input:focus { outline: none; border-color: var(--gold); }
.nl button { flex-shrink: 0; width: 52px; height: 52px; border-radius: 50%; background: var(--gold); color: var(--navy-deep); display: grid; place-items: center; transition: transform .3s var(--ease), background .3s; }
.nl button:hover { transform: translateX(4px); background: var(--gold-bright); }
.nl svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }

/* ---------- Footer ---------- */
.ftr { background: var(--ink); color: var(--tx-inv-soft); padding: clamp(60px, 9vh, 100px) 0 0; position: relative; overflow: hidden; }
.ftr::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold-dim), transparent); }
.ftr_grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: clamp(30px, 4vw, 60px); padding-bottom: clamp(44px, 7vh, 70px); }
.ftr_logo img { height: 52px; width: auto; margin-bottom: 22px; }
.ftr_about { font-size: .9rem; max-width: 330px; }
.ftr h4 { color: var(--white); font-size: .8rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; margin-bottom: 22px; }
.ftr_links { display: grid; gap: 11px; }
.ftr_links a { font-size: .92rem; transition: color .3s, padding-left .3s; position: relative; }
.ftr_links a:hover { color: var(--gold-bright); padding-left: 14px; }
.ftr_links a::before { content: "→"; position: absolute; left: 0; opacity: 0; transition: opacity .3s; font-size: .8em; color: var(--gold); top: 3px; }
.ftr_links a:hover::before { opacity: 1; }
.ftr_contact { display: grid; gap: 14px; font-size: .92rem; }
.ftr_contact a:hover { color: var(--gold-bright); }
.nl_consent { font-size: .72rem; line-height: 1.55; margin-top: 8px; opacity: .75; }
.nl_consent a { text-decoration: underline; }
.nl_consent a:hover { color: var(--gold-bright); }
.ftr_social { display: flex; gap: 10px; margin-top: 24px; }
.ftr_social a { width: 42px; height: 42px; border: 1px solid var(--line-inv); border-radius: 50%; display: grid; place-items: center; transition: all .35s var(--ease); }
.ftr_social a:hover { background: var(--gold); border-color: var(--gold); color: var(--navy-deep); transform: translateY(-4px); }
.ftr_social svg { width: 16px; height: 16px; fill: currentColor; }
.ftr_bottom { border-top: 1px solid var(--line-inv); padding: 26px 0; display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center; font-size: .8rem; }
.ftr_bottom nav { display: flex; flex-wrap: wrap; gap: 20px; }
.ftr_bottom a:hover { color: var(--gold-bright); }

/* ---------- Search overlay ---------- */
.sov { position: fixed; inset: 0; z-index: 140; background: rgba(11, 18, 32, .96); backdrop-filter: blur(14px); display: flex; flex-direction: column; align-items: center; padding: 15vh 24px 0; opacity: 0; visibility: hidden; transition: all .45s var(--ease); }
.sov.on { opacity: 1; visibility: visible; }
.sov_box { width: min(760px, 100%); }
.sov input { width: 100%; background: none; border: none; border-bottom: 2px solid var(--line-inv); color: var(--white); font-family: var(--ff-d); font-size: clamp(1.6rem, 4vw, 2.6rem); padding: 12px 4px; transition: border-color .3s; }
.sov input:focus { outline: none; border-color: var(--gold); }
.sov input::placeholder { color: var(--tx-inv-soft); opacity: .5; }
.sov_res { width: min(760px, 100%); margin-top: 30px; overflow-y: auto; max-height: 55vh; display: grid; gap: 6px; padding-bottom: 40px; }
.sov_res a { display: block; padding: 16px 18px; border-radius: var(--r-s); color: var(--tx-inv); transition: background .25s; }
.sov_res a:hover { background: rgba(255, 255, 255, .07); }
.sov_res .t { font-weight: 600; line-height: 1.4; }
.sov_res .m { font-size: .78rem; color: var(--gold); letter-spacing: .12em; text-transform: uppercase; margin-top: 4px; }
.sov_hint { color: var(--tx-inv-soft); font-size: .85rem; margin-top: 16px; }

/* ---------- Back to top ---------- */
#btt { position: fixed; right: 26px; bottom: 26px; z-index: 90; width: 50px; height: 50px; border-radius: 50%; background: var(--navy); color: var(--white); display: grid; place-items: center; box-shadow: var(--shadow-m); opacity: 0; visibility: hidden; transform: translateY(16px); transition: all .4s var(--ease); }
#btt.on { opacity: 1; visibility: visible; transform: none; }
#btt:hover { background: var(--gold); color: var(--navy-deep); }
#btt svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }

/* ---------- Cookie ---------- */
#ckb { position: fixed; left: 24px; right: 24px; bottom: 24px; z-index: 130; margin-inline: auto; max-width: 680px; background: var(--white); border-radius: var(--r-m); box-shadow: var(--shadow-l); padding: 24px 28px; display: none; gap: 20px; align-items: center; }
#ckb.on { display: flex; }
#ckb p { font-size: .86rem; color: var(--tx-soft); flex: 1; }
#ckb p a { color: var(--navy); text-decoration: underline; }
#ckb .btn { padding: 12px 24px; flex-shrink: 0; }

/* ---------- Pagination / load more ---------- */
.loadwrap { text-align: center; margin-top: clamp(36px, 6vh, 60px); }

/* ---------- Helpers ---------- */
.g2 { grid-template-columns: repeat(2, 1fr); }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g4 { grid-template-columns: repeat(4, 1fr); }
.tc { text-align: center; }
.mt-lg { margin-top: clamp(40px, 6vh, 72px); }
.hide { display: none !important; }

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  .hdr_nav { display: none; }
  .burger { display: block; }
  .g4 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .hero_in { grid-template-columns: 1fr; padding-top: 130px; }
  .hero_visual { order: -1; margin-bottom: -10px; }
  .hero_visual img { width: min(300px, 62vw); }
  .hero { min-height: auto; padding-bottom: 90px; }
  .split, .cgrid { grid-template-columns: 1fr; }
  .g3, .g4 { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .gal { columns: 2; }
  .ftr_grid { grid-template-columns: 1fr 1fr; }
  .form_row { grid-template-columns: 1fr; }
  .pcard--lead { flex-direction: column; text-align: center; }
}
@media (max-width: 640px) {
  /* Dar ekranda header taşmasın: CTA gizle, logo ve boşlukları küçült */
  .hdr_cta { display: none; }
  .hdr_logo img { height: 44px; }
  .hdr--solid .hdr_logo img { height: 38px; }
  .hdr_tools { gap: 8px; }
  .hdr_lang a { padding: 5px 9px; }
}
@media (max-width: 580px) {
  .g2, .g3, .g4 { grid-template-columns: 1fr; }
  .gal { columns: 1; }
  .stats { grid-template-columns: 1fr 1fr; }
  .ftr_grid { grid-template-columns: 1fr; }
  #ckb { flex-direction: column; align-items: stretch; text-align: center; }
  .art_share { margin-left: 0; }
}

/* ---------- Print ---------- */
@media print {
  .hdr, .ftr, #btt, #ckb, .mnav, .sov, .hero_scroll, .cta { display: none !important; }
  body { background: #fff; }
}
