/* ==========================================================================
   Kozlu Hukuk — Versiyon 3 · Kurumsal & Animasyonlu
   Renk: Lacivert · Pirinç altın · Fildişi   |   Yazı: Cormorant Garamond + Manrope
   ========================================================================== */

:root {
  --navy-950: #07101f;
  --navy-900: #0b1830;
  --navy-800: #122445;
  --navy-700: #1a3160;
  --gold: #b8935a;
  --gold-light: #d9bd8c;
  --gold-pale: #efe3cc;
  --gold-dark: #8a6a36;
  --gold-text: #7a5c2c;
  --ivory: #f8f5ef;
  --ivory-2: #f1ece2;
  --white: #ffffff;
  --ink: #152033;
  --text: #3a4556;
  --muted: #5d6878;
  --line: #e5ded0;
  --wa: #25d366;
  --danger: #b42318;

  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Manrope", "Segoe UI", system-ui, sans-serif;

  --container: 1280px;
  --gutter: clamp(1rem, 0.4rem + 2.6vw, 2.5rem);
  --section: clamp(4.5rem, 3rem + 5vw, 8rem);
  --header-h: 88px;
  --radius: 6px;
  --shadow: 0 20px 50px -25px rgba(7, 16, 31, 0.35);
  --shadow-lg: 0 40px 80px -30px rgba(7, 16, 31, 0.55);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-io: cubic-bezier(0.76, 0, 0.24, 1);
}

/* ---------- Temel ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 100px; }
html, body { overflow-x: hidden; }
@supports (overflow: clip) { html, body { overflow-x: clip; } }
body { margin: 0; font-family: var(--sans); font-size: 1rem; line-height: 1.75; color: var(--text); background: var(--ivory); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.is-locked { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; padding: 0; }
h1, h2, h3, h4 { font-family: var(--serif); color: var(--ink); font-weight: 600; line-height: 1.1; margin: 0; text-wrap: balance; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
em { font-style: italic; color: var(--gold); }
.icon { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.icon--fill { fill: currentColor; stroke: none; }
[hidden] { display: none !important; }
.sr-only { position: absolute !important; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
main:focus { outline: none; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 500; background: var(--gold); color: var(--navy-950); padding: 12px 18px; font-weight: 700; transform: translateY(-160%); transition: transform 0.3s var(--ease); }
.skip-link:focus { transform: none; }
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section); position: relative; }
.section--tight { padding-top: 0; }
.section--flush-top { padding-top: 0; }
.section--ivory { background: var(--ivory-2); }
.section--navy { background: var(--navy-900); color: #b9c4d6; }
.section--navy h2, .section--navy h3 { color: var(--white); }
.page { display: none; }
.page.is-active { display: block; }
.muted { color: var(--muted); }
.small { font-size: 0.85rem; }
.req { color: var(--danger); }

/* ---------- Tipografi yardımcıları ---------- */
.kicker { display: inline-flex; align-items: center; gap: 14px; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 18px; }
.kicker::before { content: ""; width: 42px; height: 1px; background: currentColor; }
.kicker--dark { color: var(--gold-text); }
.title { font-size: clamp(2.1rem, 1.4rem + 2.8vw, 3.5rem); margin-bottom: 26px; }
.title-line { position: relative; padding-bottom: 22px; }
.title-line::after { content: ""; position: absolute; left: 0; bottom: 0; width: 72px; height: 2px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); transform-origin: left; }
.title-line--center::after { left: 50%; margin-left: -36px; transform-origin: center; }
.heading { margin-bottom: clamp(2.5rem, 1.5rem + 3vw, 4rem); }
.heading--center { text-align: center; max-width: 760px; margin-inline: auto; }
.heading--center .kicker::after { content: ""; width: 42px; height: 1px; background: currentColor; }
.heading--split { display: flex; flex-direction: column; gap: 20px; }
@media (min-width: 900px) { .heading--split { flex-direction: row; justify-content: space-between; align-items: flex-end; } .heading--split .title { margin-bottom: 0; } }
.lead { font-size: 1.12rem; color: var(--text); line-height: 1.8; }

/* ---------- Butonlar ---------- */
.btn {
  position: relative; overflow: hidden; isolation: isolate;
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 52px; padding: 0 28px; border: 1px solid transparent; border-radius: var(--radius);
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; white-space: nowrap;
  transition: color 0.4s var(--ease), border-color 0.4s var(--ease), transform 0.4s var(--ease);
}
.btn::before { content: ""; position: absolute; inset: 0; z-index: -1; transform: scaleX(0); transform-origin: right; transition: transform 0.5s var(--ease); }
.btn:hover::before { transform: scaleX(1); transform-origin: left; }
.btn .icon { width: 18px; height: 18px; transition: transform 0.4s var(--ease); }
.btn:hover .icon:not(.icon--fill) { transform: translateX(4px); }
.btn--sm { min-height: 44px; padding: 0 20px; font-size: 0.74rem; }
.btn--block { width: 100%; }
.btn--gold { background: var(--gold); color: var(--navy-950); }
.btn--gold::before { background: var(--gold-light); }
.btn--navy { background: var(--navy-800); color: var(--white); }
.btn--navy::before { background: var(--navy-700); }
.btn--line { border-color: rgba(255,255,255,0.35); color: var(--white); }
.btn--line::before { background: var(--white); }
.btn--line:hover { color: var(--navy-900); border-color: var(--white); }
.btn--line-dark { border-color: var(--navy-800); color: var(--navy-800); }
.btn--line-dark::before { background: var(--navy-800); }
.btn--line-dark:hover { color: var(--white); }
.btn--wa { background: var(--wa); color: #073b1d; }
.btn--wa::before { background: #4be083; }
.link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy-800); position: relative; }
.link::after { content: ""; position: absolute; left: 0; right: 28px; bottom: 8px; height: 1px; background: var(--gold); transform: scaleX(0.3); transform-origin: left; transition: transform 0.5s var(--ease); }
.link:hover::after { transform: scaleX(1); }
.link .icon { width: 18px; height: 18px; color: var(--gold); transition: transform 0.4s var(--ease); }
.link:hover .icon { transform: translateX(4px); }
.link--light { color: var(--white); }

/* ==========================================================================
   Başlık
   ========================================================================== */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; color: var(--white); transition: background-color 0.5s var(--ease), box-shadow 0.5s var(--ease), transform 0.5s var(--ease); }
.header::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: rgba(255,255,255,0.1); }
.header.is-scrolled { background: rgba(11, 24, 48, 0.96); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 10px 30px -15px rgba(0,0,0,0.5); }
.header.is-hidden { transform: translateY(-100%); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: var(--header-h); transition: height 0.4s var(--ease); }
.header.is-scrolled .header__inner { height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; }
.brand__crest { width: 44px; height: 44px; flex-shrink: 0; }
.brand__txt { display: flex; flex-direction: column; line-height: 1; }
.brand__txt b { font-family: var(--serif); font-size: 1.7rem; font-weight: 700; letter-spacing: 0.2em; color: var(--white); }
.brand__txt small { font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-light); margin-top: 6px; font-weight: 600; }
@media (max-width: 420px) { .brand__txt small { letter-spacing: 0.08em; font-size: 0.52rem; } .brand__txt b { font-size: 1.45rem; } }

.nav { display: none; }
.nav__list { display: flex; align-items: center; }
.nav__link { position: relative; display: inline-flex; align-items: center; gap: 6px; min-height: var(--header-h); padding: 0 14px; font-size: 0.76rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.85); white-space: nowrap; transition: color 0.3s; }
.header.is-scrolled .nav__link { min-height: 74px; }
.nav__link::before { content: ""; position: absolute; left: 16px; right: 16px; top: calc(50% + 16px); height: 1px; background: var(--gold); transform: scaleX(0); transition: transform 0.4s var(--ease); }
.nav__link:hover, .nav__link[aria-current="page"] { color: var(--white); }
.nav__link:hover::before, .nav__link[aria-current="page"]::before { transform: scaleX(1); }
.nav__link .chev { width: 14px; height: 14px; transform: rotate(90deg); transition: transform 0.3s var(--ease); }
.has-mega:hover .chev, .has-mega:focus-within .chev { transform: rotate(270deg); }

.mega { position: absolute; left: 0; right: 0; top: 100%; background: var(--white); color: var(--text); box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity 0.35s var(--ease), transform 0.35s var(--ease), visibility 0.35s; border-top: 2px solid var(--gold); }
.has-mega:hover .mega, .has-mega:focus-within .mega { opacity: 1; visibility: visible; transform: none; }
.mega__inner { max-width: var(--container); margin-inline: auto; padding: 40px var(--gutter); display: grid; grid-template-columns: repeat(3, 1fr) 1.2fr; gap: 40px; }
.mega__col h3 { font-size: 1.35rem; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.mega__col a { display: flex; align-items: center; min-height: 38px; font-size: 0.92rem; color: var(--text); transition: color 0.3s, padding 0.3s var(--ease); }
.mega__col a::before { content: ""; width: 0; height: 1px; background: var(--gold); margin-right: 0; transition: width 0.3s var(--ease), margin 0.3s var(--ease); }
.mega__col a:hover { color: var(--navy-800); }
.mega__col a:hover::before { width: 14px; margin-right: 10px; }
.mega__promo { background: var(--navy-900); color: #b9c4d6; padding: 28px; border-radius: var(--radius); }
.mega__promo .kicker { margin-bottom: 12px; }
.mega__promo p { font-family: var(--serif); font-size: 1.35rem; line-height: 1.35; color: var(--white); }

.header__right { display: flex; align-items: center; gap: 18px; }
.header__phone { display: none; align-items: center; gap: 12px; }
.header__phone .ring { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(184,147,90,0.5); display: grid; place-items: center; color: var(--gold-light); position: relative; }
.header__phone .ring::after { content: ""; position: absolute; inset: -1px; border-radius: 50%; border: 1px solid var(--gold); opacity: 0; }
.motion-ok .header__phone .ring::after { animation: ring 2.8s ease-out infinite; }
.header__phone small { display: block; font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-light); line-height: 1.2; }
.header__phone b { font-size: 0.95rem; color: var(--white); font-weight: 700; }
.header__cta { display: none; }
@media (min-width: 1180px) { .nav { display: block; } .header__cta { display: inline-flex; } .menu-toggle { display: none !important; } }
@media (min-width: 1480px) { .header__phone { display: inline-flex; } }
.header__phone b { white-space: nowrap; }

.menu-toggle { width: 50px; height: 50px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 1px solid rgba(255,255,255,0.25); border-radius: var(--radius); }
.menu-toggle span { width: 22px; height: 1.5px; background: var(--white); transition: width 0.3s var(--ease); }
.menu-toggle span:nth-child(2) { width: 16px; margin-left: 6px; }
.menu-toggle:hover span:nth-child(2) { width: 22px; margin-left: 0; }

/* Mobil çekmece */
.drawer { position: fixed; inset: 0; z-index: 200; visibility: hidden; }
.drawer.is-open { visibility: visible; }
.drawer__backdrop { position: absolute; inset: 0; background: rgba(7,16,31,0.6); opacity: 0; transition: opacity 0.4s; }
.drawer.is-open .drawer__backdrop { opacity: 1; }
.drawer__panel { position: absolute; top: 0; left: 0; bottom: 0; width: min(92vw, 420px); background: var(--navy-900); color: var(--white); padding: 18px var(--gutter) calc(24px + env(safe-area-inset-bottom)); display: flex; flex-direction: column; overflow-y: auto; transform: translateX(-100%); transition: transform 0.6s var(--ease); border-right: 1px solid rgba(184,147,90,0.3); }
.drawer.is-open .drawer__panel { transform: none; }
.drawer__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; }
.drawer__close { width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.25); display: grid; place-items: center; }
.drawer__nav > a, .drawer__sub summary { display: flex; justify-content: space-between; align-items: center; min-height: 58px; border-bottom: 1px solid rgba(255,255,255,0.08); font-family: var(--serif); font-size: 1.7rem; font-weight: 600; cursor: pointer; list-style: none; }
.drawer__sub summary::-webkit-details-marker { display: none; }
.drawer__sub summary .icon { color: var(--gold); transition: transform 0.3s; }
.drawer__sub[open] summary .icon { transform: rotate(45deg); }
.drawer__sub div { padding: 8px 0 12px 12px; border-left: 1px solid var(--gold); margin: 10px 0 10px 4px; }
.drawer__sub div a { display: flex; align-items: center; min-height: 40px; color: #b9c4d6; font-size: 0.95rem; }
.drawer__nav > a[aria-current="page"] { color: var(--gold-light); }
.motion-ok .drawer__nav > * { opacity: 0; transform: translateX(-20px); transition: opacity 0.5s var(--ease), transform 0.5s var(--ease); }
.motion-ok .drawer.is-open .drawer__nav > * { opacity: 1; transform: none; }
.motion-ok .drawer.is-open .drawer__nav > :nth-child(2) { transition-delay: 0.06s; }
.motion-ok .drawer.is-open .drawer__nav > :nth-child(3) { transition-delay: 0.12s; }
.motion-ok .drawer.is-open .drawer__nav > :nth-child(4) { transition-delay: 0.18s; }
.motion-ok .drawer.is-open .drawer__nav > :nth-child(5) { transition-delay: 0.24s; }
.drawer__foot { margin-top: auto; padding-top: 30px; display: grid; gap: 10px; }
.drawer__foot p { margin: 6px 0 0; text-align: center; font-size: 0.8rem; color: #8494ad; }

/* ==========================================================================
   Slayt
   ========================================================================== */
.slider { position: relative; min-height: clamp(640px, 100vh, 1000px); min-height: clamp(640px, 100svh, 1000px); background: var(--navy-950); color: #c6cfdd; overflow: hidden; }
.slider__track { position: relative; min-height: inherit; }
.slide { position: absolute; inset: 0; display: flex; align-items: center; padding: calc(var(--header-h) + 40px) 0 170px; opacity: 0; visibility: hidden; transition: opacity 1s var(--ease), visibility 1s; }
.slide.is-active { opacity: 1; visibility: visible; position: relative; min-height: clamp(640px, 100vh, 1000px); min-height: clamp(640px, 100svh, 1000px); }
.slide__bg { position: absolute; inset: 0; overflow: hidden; background: radial-gradient(900px 600px at 80% 30%, rgba(184,147,90,0.16), transparent 60%), radial-gradient(800px 500px at 0% 100%, rgba(26,49,96,0.8), transparent 60%), var(--navy-950); }
.slide__bg::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, transparent, #000 60%); -webkit-mask-image: linear-gradient(90deg, transparent, #000 60%); }
.slide__art { position: absolute; right: -8%; top: 50%; width: min(760px, 70vw); transform: translateY(-50%); opacity: 0.55; }
@media (max-width: 899px) { .slide__art { right: -30%; width: 110vw; opacity: 0.18; } }
.slide__content { position: relative; z-index: 2; }
.slide__title { font-size: clamp(2.7rem, 1.4rem + 5.2vw, 5.6rem); color: var(--white); font-weight: 600; line-height: 1.02; margin-bottom: 26px; max-width: 900px; }
.slide__title em { color: var(--gold-light); font-weight: 500; }
.slide__title .ln { display: block; overflow: hidden; padding-bottom: 0.06em; }
.slide__title .ln > span { display: inline-block; }
.slide__text { max-width: 560px; font-size: 1.1rem; color: #aebad0; margin-bottom: 34px; }
.slide__actions { display: flex; flex-wrap: wrap; gap: 14px; }
@media (max-width: 479px) { .slide__actions .btn { width: 100%; } }

.slider__bar { position: absolute; left: 0; right: 0; bottom: 0; z-index: 5; border-top: 1px solid rgba(255,255,255,0.1); background: linear-gradient(transparent, rgba(7,16,31,0.6)); }
.slider__bar-inner { display: flex; align-items: stretch; justify-content: space-between; gap: 20px; }
.slider__tabs { display: flex; flex: 1; }
.slider__tabs button { position: relative; flex: 1; max-width: 260px; text-align: left; padding: 24px 20px 26px 0; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.5); transition: color 0.3s; min-height: 64px; }
.slider__tabs button b { font-family: var(--serif); font-size: 1.1rem; color: var(--gold); margin-right: 10px; letter-spacing: 0; }
.slider__tabs button.is-active, .slider__tabs button:hover { color: var(--white); }
.slider__tabs i { position: absolute; left: 0; right: 20px; top: -1px; height: 2px; background: transparent; overflow: hidden; }
.slider__tabs i span { display: block; height: 100%; width: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; }
.slider__tabs button.is-active i span { transform: scaleX(1); }
.motion-ok .slider.is-playing .slider__tabs button.is-active i span { animation: progress var(--slide-dur, 7s) linear forwards; }
@media (max-width: 767px) { .slider__tabs button { font-size: 0; padding-right: 10px; } .slider__tabs button b { font-size: 1.05rem; } }
.slider__ctrl { display: flex; align-items: center; gap: 8px; }
.slider__btn { width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.25); color: var(--white); display: grid; place-items: center; transition: background-color 0.3s, border-color 0.3s, color 0.3s; }
.slider__btn:hover { background: var(--gold); border-color: var(--gold); color: var(--navy-950); }
.slider__btn .icon { width: 18px; height: 18px; }
.scroll-cue { position: absolute; left: 50%; bottom: 96px; z-index: 5; width: 26px; height: 42px; margin-left: -13px; border: 1.5px solid rgba(255,255,255,0.4); border-radius: 14px; display: none; }
.scroll-cue span { position: absolute; left: 50%; top: 8px; width: 3px; height: 8px; margin-left: -1.5px; border-radius: 2px; background: var(--gold); }
.motion-ok .scroll-cue span { animation: cue 2s var(--ease) infinite; }
@media (min-width: 1024px) and (min-height: 760px) { .scroll-cue { display: block; } }

/* Slayt içi animasyonlar */
.motion-ok .slide .kicker, .motion-ok .slide__text, .motion-ok .slide__actions { opacity: 0; transform: translateY(24px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.motion-ok .slide__title .ln > span { transform: translateY(110%); transition: transform 1.1s var(--ease); }
.motion-ok .slide.is-in .kicker { opacity: 1; transform: none; transition-delay: 0.1s; }
.motion-ok .slide.is-in .slide__title .ln > span { transform: none; }
.motion-ok .slide.is-in .slide__title .ln:nth-child(1) > span { transition-delay: 0.2s; }
.motion-ok .slide.is-in .slide__title .ln:nth-child(2) > span { transition-delay: 0.32s; }
.motion-ok .slide.is-in .slide__title .ln:nth-child(3) > span { transition-delay: 0.44s; }
.motion-ok .slide.is-in .slide__text { opacity: 1; transform: none; transition-delay: 0.7s; }
.motion-ok .slide.is-in .slide__actions { opacity: 1; transform: none; transition-delay: 0.85s; }
.motion-ok .slide .draw { stroke-dasharray: var(--len, 2000); stroke-dashoffset: var(--len, 2000); }
.motion-ok .slide.is-in .draw { stroke-dashoffset: 0; transition: stroke-dashoffset 2.6s var(--ease-io); transition-delay: calc(var(--i, 0) * 0.12s + 0.3s); }
.motion-ok .slide.is-in .slide__art { animation: artzoom 12s ease-out forwards; }

/* ==========================================================================
   Sayaçlar
   ========================================================================== */
.counters { position: relative; z-index: 4; margin-top: -1px; background: linear-gradient(var(--navy-950) 0 50%, var(--ivory) 50%); }
.counters__panel { display: grid; grid-template-columns: repeat(2, 1fr); background: var(--white); box-shadow: var(--shadow); border-top: 3px solid var(--gold); }
@media (min-width: 900px) { .counters__panel { grid-template-columns: repeat(4, 1fr); } }
.counter { padding: clamp(1.4rem, 1rem + 1.6vw, 2.6rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; }
.counter:nth-child(2n) { border-right: 0; }
@media (min-width: 900px) { .counter { border-bottom: 0; } .counter:nth-child(2n) { border-right: 1px solid var(--line); } .counter:last-child { border-right: 0; } }
.counter .icon { width: 30px; height: 30px; color: var(--gold); margin-bottom: 16px; }
.counter b { display: block; font-family: var(--serif); font-size: clamp(2.2rem, 1.6rem + 2.2vw, 3.4rem); font-weight: 600; color: var(--navy-900); line-height: 1; }
.counter span:not([data-count]) { display: block; font-size: 0.86rem; color: var(--muted); margin-top: 10px; line-height: 1.5; }

/* ==========================================================================
   Kurumsal bölümü
   ========================================================================== */
.corp { display: grid; gap: 56px; align-items: center; }
@media (min-width: 1024px) { .corp { grid-template-columns: 1fr 1fr; gap: 96px; } }
.corp__visual { position: relative; max-width: 520px; width: 100%; margin-inline: auto; padding: 0 0 60px 0; }
.corp__frame { aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-lg); position: relative; }
.corp__frame::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(184,147,90,0.4); pointer-events: none; }
.corp__frame svg { width: 100%; height: 115%; }
.corp__visual::before { content: ""; position: absolute; left: -24px; top: -24px; width: 45%; height: 45%; border-left: 2px solid var(--gold); border-top: 2px solid var(--gold); }
.corp__years { position: absolute; right: -12px; bottom: 0; display: flex; align-items: center; gap: 12px; background: var(--white); padding: 20px 24px; box-shadow: var(--shadow); border-radius: var(--radius); }
.corp__years b { display: block; font-family: var(--serif); font-size: 2rem; color: var(--navy-900); line-height: 1; }
.corp__years span { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.corp__link { width: 70px; height: 20px; }
@media (max-width: 479px) { .corp__years { right: 0; left: 0; justify-content: space-between; padding: 16px; } .corp__years b { font-size: 1.6rem; } .corp__link { width: 40px; } }

.tabs { margin-bottom: 20px; }
.tabs__list { display: flex; flex-wrap: wrap; gap: 4px; border-bottom: 1px solid var(--line); margin-bottom: 24px; }
.tabs__list button { position: relative; min-height: 48px; padding: 0 18px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); transition: color 0.3s; }
.tabs__list button::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform 0.4s var(--ease); }
.tabs__list button[aria-selected="true"] { color: var(--navy-900); }
.tabs__list button[aria-selected="true"]::after { transform: scaleX(1); }
.tabs__panel { min-height: 150px; }
.motion-ok .tabs__panel:not([hidden]) { animation: fadeUp 0.6s var(--ease) both; }
.checks { display: grid; gap: 12px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; }
.checks .icon { width: 24px; height: 24px; padding: 4px; border-radius: 50%; background: var(--gold-pale); color: var(--gold-dark); stroke-width: 2.4; margin-top: 2px; }

/* Genişleyen paneller */
.panels { display: grid; gap: 12px; }
@media (min-width: 1024px) { .panels { display: flex; height: 440px; gap: 14px; } }
.panel { position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 32px; min-height: 280px; border-radius: var(--radius); overflow: hidden; color: #b9c4d6; background: var(--navy-900); isolation: isolate; transition: flex 0.8s var(--ease); }
.panel::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(500px 400px at 100% 0%, rgba(184,147,90,0.25), transparent 70%); opacity: 0.4; transition: opacity 0.6s; }
.panel:nth-child(2) { background: var(--navy-800); }
.panel:nth-child(3) { background: var(--navy-700); }
@media (min-width: 1024px) { .panel { flex: 1; } .panel:hover, .panel:focus-visible { flex: 1.9; } }
.panel:hover::before { opacity: 1; }
.panel__num { position: absolute; top: 24px; right: 28px; font-family: var(--serif); font-size: 4.6rem; font-weight: 600; line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(184,147,90,0.45); }
.panel__icon { position: absolute; top: 32px; left: 32px; width: 64px; height: 64px; border-radius: 50%; border: 1px solid rgba(184,147,90,0.5); display: grid; place-items: center; color: var(--gold-light); transition: background-color 0.5s, color 0.5s, transform 0.8s var(--ease); }
.panel:hover .panel__icon { background: var(--gold); color: var(--navy-950); transform: rotate(-12deg) scale(1.05); }
.panel__icon .icon { width: 28px; height: 28px; }
.panel h3 { font-size: 2.1rem; color: var(--white); margin-bottom: 10px; }
.panel p { margin: 0; max-width: 420px; }
.panel__more { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-light); }
.panel__more .icon { width: 16px; height: 16px; }
@media (min-width: 1024px) {
  .panel p, .panel__more { opacity: 0.0; transform: translateY(14px); transition: opacity 0.5s var(--ease), transform 0.5s var(--ease); }
  .panel:hover p, .panel:hover .panel__more, .panel:focus-visible p, .panel:focus-visible .panel__more { opacity: 1; transform: none; transition-delay: 0.15s; }
  .panel p { max-height: 0; }
  .panel:hover p, .panel:focus-visible p { max-height: 200px; }
}
@media (hover: none) and (min-width: 1024px) { .panel p, .panel__more { opacity: 1; transform: none; max-height: none; } }

/* ==========================================================================
   Çalışma alanı gezgini
   ========================================================================== */
.explorer { overflow: hidden; }
.explorer__glow { position: absolute; width: 700px; height: 700px; right: -200px; top: -200px; background: radial-gradient(circle, rgba(184,147,90,0.18), transparent 65%); pointer-events: none; }
.motion-ok .explorer__glow { animation: glow 12s ease-in-out infinite alternate; }
.explorer__grid { display: grid; gap: 32px; }
@media (min-width: 1024px) { .explorer__grid { grid-template-columns: 300px 1fr; gap: 56px; } }
.explorer__tabs { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.explorer__tabs::-webkit-scrollbar { display: none; }
@media (min-width: 1024px) { .explorer__tabs { flex-direction: column; gap: 0; overflow: visible; } }
.explorer__tabs button { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 52px; padding: 0 18px; border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius); color: #b9c4d6; font-weight: 600; white-space: nowrap; transition: color 0.3s, background-color 0.3s, border-color 0.3s, padding 0.4s var(--ease); }
.explorer__tabs button b { font-family: var(--serif); font-size: 1.3rem; color: var(--gold); }
@media (min-width: 1024px) {
  .explorer__tabs button { min-height: 72px; border: 0; border-bottom: 1px solid rgba(255,255,255,0.1); border-radius: 0; padding: 0; font-family: var(--serif); font-size: 1.55rem; }
  .explorer__tabs button:hover, .explorer__tabs button[aria-selected="true"] { padding-left: 16px; }
}
.explorer__tabs button[aria-selected="true"] { color: var(--white); border-color: var(--gold); }
@media (max-width: 1023px) { .explorer__tabs button[aria-selected="true"] { background: var(--gold); color: var(--navy-950); } .explorer__tabs button[aria-selected="true"] b { color: var(--navy-950); } }
.explorer__note { display: none; margin-top: 28px; font-size: 0.92rem; color: #8494ad; }
@media (min-width: 1024px) { .explorer__note { display: block; } }
.explorer__tiles { display: grid; gap: 14px; grid-template-columns: 1fr; perspective: 1000px; }
@media (min-width: 600px) { .explorer__tiles { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1180px) { .explorer__tiles { grid-template-columns: repeat(3, 1fr); } }
.tile { position: relative; display: flex; flex-direction: column; gap: 10px; padding: 28px 26px 26px; min-height: 220px; border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); background: linear-gradient(160deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01)); color: #aab6ca; transform-style: preserve-3d; transition: border-color 0.4s, background-color 0.4s, transform 0.2s ease-out; overflow: hidden; }
.tile::after { content: ""; position: absolute; inset: 0; background: radial-gradient(300px circle at var(--mx, 50%) var(--my, 50%), rgba(184,147,90,0.2), transparent 60%); opacity: 0; transition: opacity 0.4s; pointer-events: none; }
.tile:hover { border-color: rgba(184,147,90,0.6); }
.tile:hover::after { opacity: 1; }
.tile > .icon { width: 38px; height: 38px; color: var(--gold-light); margin-bottom: 10px; transform: translateZ(30px); }
.tile h3 { font-size: 1.55rem; color: var(--white); transform: translateZ(20px); }
.tile p { margin: 0; font-size: 0.9rem; line-height: 1.6; flex: 1; }
.tile__go { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(184,147,90,0.5); display: grid; place-items: center; color: var(--gold-light); margin-top: 8px; transition: background-color 0.4s, color 0.4s, transform 0.4s var(--ease); }
.tile__go .icon { width: 16px; height: 16px; }
.tile:hover .tile__go { background: var(--gold); color: var(--navy-950); transform: translateX(6px); }
.motion-ok .tile.is-entering { animation: tileIn 0.7s var(--ease) both; animation-delay: calc(var(--i, 0) * 70ms); }

/* ==========================================================================
   Kurucu
   ========================================================================== */
.founder { display: grid; gap: 56px; align-items: center; }
@media (min-width: 1024px) { .founder { grid-template-columns: 0.9fr 1.1fr; gap: 96px; } }
.founder__card { position: relative; max-width: 460px; width: 100%; margin-inline: auto; }
.founder__photo { position: relative; aspect-ratio: 4 / 5; border-radius: var(--radius); overflow: hidden; background: linear-gradient(165deg, var(--navy-700), var(--navy-950)); display: grid; place-items: center; box-shadow: var(--shadow-lg); }
.founder__photo::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, rgba(184,147,90,0.05) 0 2px, transparent 2px 22px); }
.founder__mono { position: relative; font-family: var(--serif); font-size: clamp(6rem, 4rem + 8vw, 10rem); font-weight: 600; color: var(--gold); letter-spacing: 0.04em; }
.founder__ph { position: absolute; bottom: 20px; left: 0; right: 0; text-align: center; font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: #7e8ea8; }
.founder__card::before { content: ""; position: absolute; right: -22px; bottom: -22px; width: 60%; height: 60%; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold); z-index: -1; }
.founder__badge { position: absolute; left: -18px; top: 36px; display: flex; align-items: center; gap: 12px; background: var(--gold); color: var(--navy-950); padding: 14px 20px; border-radius: var(--radius); box-shadow: var(--shadow); font-size: 0.85rem; }
.founder__badge .icon { width: 22px; height: 22px; }
.founder__badge b { font-family: var(--serif); font-size: 1.2rem; }
@media (max-width: 479px) { .founder__badge { left: 10px; } .founder__card::before { right: -8px; bottom: -10px; } }
.founder__facts { display: grid; gap: 0; margin: 30px 0; border-top: 1px solid var(--line); }
@media (min-width: 640px) { .founder__facts { grid-template-columns: 1fr 1fr; } }
.founder__facts li { display: flex; gap: 14px; align-items: flex-start; padding: 16px 12px 16px 0; border-bottom: 1px solid var(--line); font-weight: 600; color: var(--ink); font-size: 0.93rem; line-height: 1.45; }
.founder__facts .icon { width: 22px; height: 22px; color: var(--gold); margin-top: 2px; }
.founder__facts small { display: block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
.signature { width: 260px; height: 60px; margin-bottom: 10px; }
.signature__txt { stroke-dasharray: 900; stroke-dashoffset: 0; fill: rgba(138,106,54,0.0); }
.motion-ok .signature__txt { stroke-dashoffset: 900; }
.motion-ok .signature.in .signature__txt { animation: sign 3s var(--ease-io) forwards; }

/* ==========================================================================
   Süreç — dikey zaman çizelgesi
   ========================================================================== */
.vline { position: relative; max-width: 960px; margin-inline: auto; display: grid; gap: 28px; padding-left: 64px; }
.vline::before { content: ""; position: absolute; left: 23px; top: 0; bottom: 0; width: 2px; background: var(--line); }
.vline__progress { position: absolute; left: 23px; top: 0; bottom: 0; width: 2px; }
.vline__progress span { display: block; width: 100%; height: 100%; background: linear-gradient(var(--gold-light), var(--gold)); transform-origin: top; transform: scaleY(var(--p, 1)); }
@media (min-width: 900px) {
  .vline { padding-left: 0; gap: 12px; }
  .vline::before, .vline__progress { left: 50%; margin-left: -1px; }
  .vstep { width: 50%; padding-right: 64px; }
  .vstep:nth-child(odd) { margin-left: 50%; padding-right: 0; padding-left: 64px; }
}
.vstep { position: relative; }
.vstep__dot { position: absolute; left: -64px; top: 20px; width: 48px; height: 48px; border-radius: 50%; background: var(--white); border: 2px solid var(--gold); display: grid; place-items: center; color: var(--gold-dark); z-index: 2; transition: background-color 0.5s, color 0.5s; }
.vstep__dot .icon { width: 20px; height: 20px; }
.vstep.in .vstep__dot { background: var(--navy-900); color: var(--gold-light); }
@media (min-width: 900px) {
  .vstep__dot { left: auto; right: -24px; }
  .vstep:nth-child(odd) .vstep__dot { right: auto; left: -24px; }
}
.vstep__card { background: var(--white); padding: 28px; border-radius: var(--radius); box-shadow: 0 14px 40px -26px rgba(7,16,31,0.5); border-bottom: 2px solid transparent; transition: border-color 0.5s, transform 0.5s var(--ease); }
.vstep__card:hover { border-bottom-color: var(--gold); transform: translateY(-4px); }
.vstep__card b { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-text); }
.vstep__card h3 { font-size: 1.7rem; margin: 6px 0 8px; }
.vstep__card p { margin: 0; color: var(--muted); font-size: 0.95rem; }

/* ==========================================================================
   Üyelik bandı · CTA
   ========================================================================== */
.members-band { background: var(--navy-950); padding: 56px 0; overflow: hidden; }
.members-band__head { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 32px; }
.members-band h2 { font-size: 1.6rem; color: var(--white); }
.marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee__track { display: flex; gap: 20px; width: max-content; }
.motion-ok .marquee__track { animation: marquee 40s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.seal { display: inline-flex; align-items: center; gap: 16px; padding: 14px 26px 14px 14px; border: 1px solid rgba(184,147,90,0.3); border-radius: 999px; color: var(--white); font-family: var(--serif); font-size: 1.3rem; white-space: nowrap; }
.seal i { width: 50px; height: 50px; border-radius: 50%; background: var(--navy-800); border: 1px solid var(--gold); display: grid; place-items: center; font-style: normal; font-size: 0.95rem; color: var(--gold-light); }

.cta { position: relative; overflow: hidden; padding: clamp(5rem, 3rem + 6vw, 8rem) 0; color: #b9c4d6; isolation: isolate; }
.cta__bg { position: absolute; inset: -20% 0; z-index: -1; background: radial-gradient(700px 400px at 15% 20%, rgba(184,147,90,0.28), transparent 60%), radial-gradient(600px 400px at 90% 90%, rgba(26,49,96,0.9), transparent 60%), linear-gradient(135deg, var(--navy-900), var(--navy-950)); }
.cta__bg::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 120px); }
.cta__inner { display: grid; gap: 32px; align-items: center; }
@media (min-width: 900px) { .cta__inner { grid-template-columns: 1.4fr 1fr; } }
.cta h2 { color: var(--white); font-size: clamp(2.1rem, 1.4rem + 2.8vw, 3.6rem); margin-bottom: 16px; }
.cta p { margin: 0; max-width: 560px; }
.cta__actions { display: flex; flex-wrap: wrap; gap: 12px; }
@media (min-width: 900px) { .cta__actions { justify-content: flex-end; } }
@media (max-width: 479px) { .cta__actions .btn { width: 100%; } }

/* ==========================================================================
   İç sayfa başlığı
   ========================================================================== */
.phero { position: relative; overflow: hidden; background: var(--navy-950); color: #aebad0; padding: calc(var(--header-h) + clamp(3rem, 2rem + 4vw, 6rem)) 0 clamp(3rem, 2rem + 4vw, 5.5rem); isolation: isolate; }
.phero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(800px 400px at 85% 0%, rgba(184,147,90,0.2), transparent 60%), radial-gradient(600px 400px at 0% 100%, rgba(26,49,96,0.7), transparent 60%); }
.phero__lines { position: absolute; inset: 0; z-index: -1; display: flex; justify-content: space-around; pointer-events: none; }
.phero__lines i { width: 1px; height: 100%; background: linear-gradient(transparent, rgba(184,147,90,0.18), transparent); }
.motion-ok .phero__lines i { transform-origin: top; animation: lineDown 1.6s var(--ease) both; }
.motion-ok .phero__lines i:nth-child(2) { animation-delay: 0.15s; }
.motion-ok .phero__lines i:nth-child(3) { animation-delay: 0.3s; }
.motion-ok .phero__lines i:nth-child(4) { animation-delay: 0.45s; }
.phero__title, #detail-hero h1 { font-size: clamp(2.6rem, 1.6rem + 4.4vw, 5rem); color: var(--white); margin-bottom: 18px; }
.phero__title .ln { display: block; overflow: hidden; padding-bottom: 0.06em; }
.phero__title .ln > span { display: inline-block; }
.motion-ok .page.is-active .phero__title .ln > span { animation: lineUp 1.1s var(--ease) 0.25s both; }
.phero__text, #detail-hero p { max-width: 640px; font-size: 1.12rem; margin: 0; }
.motion-ok .page.is-active .phero__text, .motion-ok .page.is-active .breadcrumb { animation: fadeUp 1s var(--ease) 0.5s both; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 24px; color: #8494ad; }
.breadcrumb a { color: var(--gold-light); min-height: 32px; display: inline-flex; align-items: center; }
.breadcrumb .icon { width: 12px; height: 12px; }
#detail-hero .detail-icon { width: 76px; height: 76px; border-radius: 50%; border: 1px solid rgba(184,147,90,0.5); display: grid; place-items: center; color: var(--gold-light); margin-bottom: 20px; }
#detail-hero .detail-icon .icon { width: 34px; height: 34px; }
#detail-hero .eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 14px; }
#detail-hero .eyebrow::before { content: ""; width: 36px; height: 1px; background: currentColor; }
.motion-ok .page.is-active #detail-hero > * { animation: fadeUp 0.9s var(--ease) both; }
.motion-ok .page.is-active #detail-hero > :nth-child(2) { animation-delay: 0.1s; }
.motion-ok .page.is-active #detail-hero > :nth-child(3) { animation-delay: 0.2s; }
.motion-ok .page.is-active #detail-hero > :nth-child(4) { animation-delay: 0.3s; }
.motion-ok .page.is-active #detail-hero > :nth-child(5) { animation-delay: 0.4s; }
.proto-note { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; font-size: 0.78rem; background: rgba(255,244,229,0.1); color: #f5d5a8; border: 1px solid rgba(245,213,168,0.35); border-radius: 999px; padding: 6px 14px; }
.proto-note .icon { width: 14px; height: 14px; }

/* Hakkımızda / detay yerleşimi */
.about { display: grid; gap: 48px; }
@media (min-width: 1024px) { .about { grid-template-columns: 1fr 360px; gap: 80px; } .about__aside { position: sticky; top: 110px; align-self: start; } }
.about__aside { display: grid; gap: 20px; align-content: start; }
.prose { color: var(--text); }
.prose p { margin-bottom: 1.3em; }
.prose strong { color: var(--ink); }
.prose .dropcap::first-letter { font-family: var(--serif); float: left; font-size: 4.8rem; line-height: 0.8; padding: 8px 14px 0 0; color: var(--gold); font-weight: 600; }
.quote { position: relative; margin: 36px 0; padding: 30px 32px 30px 90px; background: var(--white); border-left: 3px solid var(--gold); font-family: var(--serif); font-size: clamp(1.3rem, 1.1rem + 0.9vw, 1.75rem); font-style: italic; line-height: 1.4; color: var(--navy-800); box-shadow: 0 14px 40px -28px rgba(7,16,31,0.5); }
.quote .icon { position: absolute; left: 28px; top: 30px; width: 40px; height: 40px; fill: var(--gold-pale); stroke: var(--gold); }
@media (max-width: 559px) { .quote { padding: 70px 22px 24px; } .quote .icon { left: 22px; top: 20px; } }
.infobox { background: var(--white); border-radius: var(--radius); padding: 30px; box-shadow: 0 14px 40px -28px rgba(7,16,31,0.45); border-top: 3px solid var(--gold); }
.infobox h3 { font-size: 1.55rem; margin-bottom: 16px; }
.infobox dl { margin: 0; }
.infobox dl div { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px dashed var(--line); font-size: 0.9rem; }
.infobox dl div:last-child { border-bottom: 0; }
.infobox dt { color: var(--muted); }
.infobox dd { margin: 0; font-weight: 700; color: var(--ink); text-align: right; }
.infobox--navy { background: var(--navy-900); color: #aebad0; }
.infobox--navy h3 { color: var(--white); }
.infobox--navy dd { color: var(--white); }
.infobox--navy dl div { border-color: rgba(255,255,255,0.12); }
.infobox--navy dt { color: #8494ad; }
.infobox .stack { display: grid; gap: 10px; margin-top: 20px; }
.related-list { margin-bottom: 12px; }
.related-list a { display: flex; justify-content: space-between; align-items: center; min-height: 50px; border-bottom: 1px solid var(--line); font-size: 0.93rem; font-weight: 600; color: var(--ink); transition: color 0.3s, padding 0.3s var(--ease); }
.related-list a:hover { color: var(--gold-dark); padding-left: 6px; }
.related-list .icon { width: 16px; height: 16px; color: var(--gold); }

/* Tarihçe */
.htl { position: relative; display: grid; gap: 20px; }
@media (min-width: 900px) { .htl { grid-template-columns: repeat(3, 1fr); } .htl::before { content: ""; position: absolute; left: 0; right: 0; top: 52px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); } }
.htl__item { position: relative; padding: 32px; border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); background: rgba(255,255,255,0.02); transition: border-color 0.4s, transform 0.5s var(--ease); }
.htl__item:hover { border-color: rgba(184,147,90,0.6); transform: translateY(-6px); }
.htl__year { display: inline-block; font-family: var(--serif); font-size: 3.2rem; font-weight: 600; color: var(--gold); line-height: 1; margin-bottom: 18px; background: var(--navy-900); padding-right: 14px; position: relative; }
.htl__item h3 { font-size: 1.5rem; margin-bottom: 8px; }
.htl__item p { margin: 0; font-size: 0.93rem; }

/* Detay içerik */
.detail h2 { font-size: clamp(1.7rem, 1.3rem + 1.4vw, 2.4rem); margin: 48px 0 20px; }
.service-list { display: grid; gap: 10px; }
@media (min-width: 640px) { .service-list { grid-template-columns: 1fr 1fr; } }
.service-list li { display: flex; gap: 12px; align-items: flex-start; padding: 16px 18px; background: var(--white); border-left: 2px solid var(--gold); border-radius: 0 var(--radius) var(--radius) 0; font-size: 0.93rem; line-height: 1.5; box-shadow: 0 10px 30px -24px rgba(7,16,31,0.5); transition: transform 0.4s var(--ease); }
.service-list li:hover { transform: translateX(4px); }
.service-list .icon { width: 18px; height: 18px; color: var(--gold); stroke-width: 2.2; margin-top: 2px; }
.faq details { background: var(--white); border-radius: var(--radius); margin-bottom: 10px; box-shadow: 0 10px 30px -26px rgba(7,16,31,0.5); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 64px; padding: 14px 22px; font-weight: 700; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .icon { width: 30px; height: 30px; padding: 6px; border-radius: 50%; background: var(--gold-pale); color: var(--gold-dark); transition: transform 0.4s var(--ease), background-color 0.3s; }
.faq details[open] summary .icon { transform: rotate(135deg); background: var(--gold); color: var(--navy-950); }
.faq details p { margin: 0; padding: 0 22px 22px; color: var(--muted); font-size: 0.95rem; }
.motion-ok .faq details[open] p { animation: fadeUp 0.5s var(--ease) both; }

/* Çalışma alanları sayfası */
.toolbar { display: flex; flex-direction: column; gap: 16px; margin-bottom: 36px; }
@media (min-width: 900px) { .toolbar { flex-direction: row; justify-content: space-between; align-items: center; } }
.chips { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.chips::-webkit-scrollbar { display: none; }
.chip { min-height: 46px; padding: 0 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text); white-space: nowrap; transition: background-color 0.3s, color 0.3s, border-color 0.3s; }
.chip:hover { border-color: var(--gold); }
.chip[aria-pressed="true"] { background: var(--navy-900); color: var(--white); border-color: var(--navy-900); }
.chip .count { margin-left: 8px; color: var(--gold); }
.search { position: relative; width: 100%; }
@media (min-width: 900px) { .search { max-width: 340px; } }
.search .icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--muted); pointer-events: none; }
.search input { width: 100%; min-height: 50px; padding: 0 16px 0 46px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); font-size: 1rem; transition: border-color 0.3s, box-shadow 0.3s; }
.search input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(184,147,90,0.15); }
.cards { display: grid; gap: 18px; perspective: 1200px; }
@media (min-width: 600px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .cards { grid-template-columns: repeat(3, 1fr); gap: 22px; } }
.area-card { position: relative; display: flex; flex-direction: column; gap: 12px; padding: 32px 28px 28px; background: var(--white); border-radius: var(--radius); box-shadow: 0 16px 40px -30px rgba(7,16,31,0.55); overflow: hidden; isolation: isolate; transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease); }
.area-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--navy-900); transform: translateY(101%); transition: transform 0.6s var(--ease); }
.area-card:hover, .area-card:focus-visible { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.area-card:hover::before, .area-card:focus-visible::before { transform: none; }
.area-card__icon { width: 58px; height: 58px; border-radius: 50%; background: var(--gold-pale); color: var(--gold-dark); display: grid; place-items: center; transition: background-color 0.5s, color 0.5s, transform 0.6s var(--ease); }
.area-card__icon .icon { width: 26px; height: 26px; }
.area-card:hover .area-card__icon { background: var(--gold); color: var(--navy-950); transform: rotateY(180deg); }
.area-card__tag { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-text); transition: color 0.5s; }
.area-card h3 { font-size: 1.6rem; transition: color 0.5s; }
.area-card p { margin: 0; font-size: 0.92rem; color: var(--muted); line-height: 1.65; flex: 1; transition: color 0.5s; }
.area-card__more { display: inline-flex; align-items: center; gap: 8px; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--navy-800); transition: color 0.5s; }
.area-card__more .icon { width: 16px; height: 16px; transition: transform 0.4s var(--ease); }
.area-card:hover h3 { color: var(--white); }
.area-card:hover p { color: #aebad0; }
.area-card:hover .area-card__tag, .area-card:hover .area-card__more { color: var(--gold-light); }
.area-card:hover .area-card__more .icon { transform: translateX(5px); }
.empty { display: none; text-align: center; padding: 60px 20px; background: var(--white); border-radius: var(--radius); }
.empty.is-visible { display: block; }

/* Üyelikler */
.mcards { display: grid; gap: 20px; perspective: 1200px; }
@media (min-width: 640px) { .mcards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .mcards { grid-template-columns: repeat(3, 1fr); } }
.mcard { position: relative; background: var(--white); border-radius: var(--radius); padding: 34px 30px; box-shadow: 0 16px 40px -30px rgba(7,16,31,0.55); border-bottom: 3px solid var(--gold); display: flex; flex-direction: column; gap: 12px; transform-style: preserve-3d; transition: transform 0.2s ease-out, box-shadow 0.5s; }
.mcard:hover { box-shadow: var(--shadow-lg); }
.mcard__seal { width: 76px; height: 76px; border-radius: 50%; background: var(--navy-900); color: var(--gold-light); font-family: var(--serif); font-size: 1.35rem; font-weight: 600; display: grid; place-items: center; box-shadow: 0 0 0 5px var(--white), 0 0 0 6px var(--gold); margin-bottom: 8px; transform: translateZ(30px); }
.mcard__type { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-text); }
.mcard h3 { font-size: 1.6rem; }
.mcard p { margin: 0; font-size: 0.92rem; color: var(--muted); }
.mcard__meta { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); font-size: 0.8rem; color: var(--muted); }
.mcard__flag { position: absolute; top: 18px; right: 18px; font-size: 0.64rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; background: #fff4e5; color: #8a4b00; border: 1px solid #f5d5a8; }
.roles { display: grid; gap: 18px; }
@media (min-width: 768px) { .roles { grid-template-columns: repeat(3, 1fr); } }
.role { padding: 34px; border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); text-align: center; transition: border-color 0.4s, background-color 0.4s; }
.role:hover { border-color: var(--gold); background: rgba(184,147,90,0.06); }
.role .icon { width: 40px; height: 40px; color: var(--gold-light); margin: 0 auto 18px; }
.role h3 { font-size: 1.6rem; margin-bottom: 8px; }
.role p { margin: 0; font-size: 0.92rem; }

/* İletişim */
#page-contact .phero { padding-bottom: calc(clamp(3rem, 2rem + 4vw, 5.5rem) + 60px); }
.ccards { display: grid; gap: 16px; margin-top: -60px; position: relative; z-index: 3; margin-bottom: 64px; }
@media (min-width: 640px) { .ccards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .ccards { grid-template-columns: repeat(4, 1fr); } }
.ccard { display: flex; flex-direction: column; gap: 4px; padding: 28px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); border-bottom: 3px solid transparent; transition: transform 0.5s var(--ease), border-color 0.4s; }
a.ccard:hover { transform: translateY(-6px); border-bottom-color: var(--gold); }
.ccard__ic { width: 50px; height: 50px; border-radius: 50%; background: var(--navy-900); color: var(--gold-light); display: grid; place-items: center; margin-bottom: 14px; }
.ccard__ic .icon { width: 22px; height: 22px; }
.ccard__ic--wa { background: var(--wa); color: var(--white); }
.ccard small { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.ccard b { color: var(--ink); line-height: 1.45; word-break: break-word; }
.contact { display: grid; gap: 40px; }
@media (min-width: 1024px) { .contact { grid-template-columns: 1.3fr 0.9fr; gap: 56px; } }
.formbox { background: var(--white); border-radius: var(--radius); padding: clamp(1.6rem, 1rem + 2.4vw, 3.2rem); box-shadow: 0 16px 40px -30px rgba(7,16,31,0.55); border-top: 3px solid var(--gold); }
.formbox .title { margin-bottom: 8px; }
.form-grid { display: grid; gap: 22px; margin-top: 30px; }
@media (min-width: 640px) { .form-grid { grid-template-columns: 1fr 1fr; } .form-grid .full { grid-column: 1 / -1; } }
.field { position: relative; display: flex; flex-direction: column; }
.field input, .field textarea, .field select { width: 100%; min-height: 58px; padding: 22px 16px 8px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--ivory); font-size: 1rem; transition: border-color 0.3s, background-color 0.3s, box-shadow 0.3s; }
.field textarea { min-height: 150px; resize: vertical; padding-top: 28px; }
.field select { padding: 0 44px 0 16px; appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23b8935a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; color: var(--ink); }
.field > label:not(.consent) { position: absolute; left: 17px; top: 18px; font-size: 0.95rem; color: var(--muted); pointer-events: none; transform-origin: left top; transition: transform 0.3s var(--ease), color 0.3s; }
.field input:focus + label, .field input:not(:placeholder-shown) + label, .field textarea:focus + label, .field textarea:not(:placeholder-shown) + label { transform: translateY(-10px) scale(0.76); color: var(--gold-text); font-weight: 700; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--gold); background: var(--white); box-shadow: 0 0 0 4px rgba(184,147,90,0.14); }
.field .hint { font-size: 0.78rem; color: var(--muted); margin-top: 6px; }
.field .error { display: none; font-size: 0.8rem; font-weight: 700; color: var(--danger); margin-top: 6px; }
.field.has-error input, .field.has-error textarea, .field.has-error select { border-color: var(--danger); background: #fff; }
.field.has-error .error { display: block; }
.motion-ok .field.has-error input, .motion-ok .field.has-error textarea, .motion-ok .field.has-error select { animation: shake 0.4s; }
.consent { display: flex; gap: 12px; align-items: flex-start; font-size: 0.9rem; color: var(--text); cursor: pointer; }
.consent input { width: 22px; height: 22px; min-height: 0; padding: 0; margin-top: 2px; accent-color: var(--navy-800); flex-shrink: 0; }
.consent a { color: var(--navy-800); text-decoration: underline; text-underline-offset: 3px; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 28px; }
.form-actions p { margin: 0; }
@media (max-width: 479px) { .form-actions .btn { width: 100%; } }
.form-success { display: none; text-align: center; padding: 50px 10px; }
.form-success.is-visible { display: block; }
.motion-ok .form-success.is-visible { animation: fadeUp 0.7s var(--ease) both; }
.form-success .ok { width: 84px; height: 84px; border-radius: 50%; background: var(--navy-900); color: var(--gold-light); display: grid; place-items: center; margin: 0 auto 22px; box-shadow: 0 0 0 8px var(--gold-pale); }
.form-success .ok .icon { width: 38px; height: 38px; stroke-width: 2; }
.form-success h3 { font-size: 2.2rem; margin-bottom: 8px; }
.contact__side { display: grid; gap: 20px; align-content: start; }
.mapbox { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 3; background: var(--ivory-2); box-shadow: 0 16px 40px -30px rgba(7,16,31,0.55); }
.mapbox iframe { width: 100%; height: 100%; border: 0; filter: grayscale(0.6) contrast(1.05); }
.legal { max-width: 860px; }
.legal h2 { font-size: 1.9rem; margin: 36px 0 12px; }
.legal ul { list-style: disc; padding-left: 1.2em; margin-bottom: 1.2em; }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer { background: var(--navy-950); color: #8f9db4; font-size: 0.92rem; }
.footer__top { border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer__strip { display: flex; flex-direction: column; gap: 20px; padding-block: 44px; }
@media (min-width: 900px) { .footer__strip { flex-direction: row; justify-content: space-between; align-items: center; } }
.footer__strip p { margin: 0; font-family: var(--serif); font-size: clamp(1.7rem, 1.3rem + 1.4vw, 2.4rem); color: var(--white); line-height: 1.2; }
.footer__strip-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.footer__grid { display: grid; gap: 40px; padding-block: 64px; }
@media (min-width: 640px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .footer__grid { grid-template-columns: 1.5fr 1fr 1.2fr 1.3fr; } }
.footer h4 { font-family: var(--sans); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 20px; position: relative; padding-bottom: 12px; }
.footer h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 28px; height: 1px; background: var(--gold); }
.footer__about { margin: 20px 0; max-width: 340px; }
.footer ul a { display: inline-flex; align-items: center; min-height: 36px; transition: color 0.3s, transform 0.3s var(--ease); }
.footer ul a:hover { color: var(--white); transform: translateX(4px); }
.footer__contact li { display: flex; gap: 12px; margin-bottom: 12px; }
.footer__contact .icon { color: var(--gold); width: 18px; height: 18px; margin-top: 5px; }
.socials { display: flex; gap: 10px; }
.socials a { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,0.14); border-radius: 50%; display: grid; place-items: center; transition: background-color 0.3s, color 0.3s, border-color 0.3s, transform 0.4s var(--ease); }
.socials a:hover { background: var(--gold); border-color: var(--gold); color: var(--navy-950); transform: translateY(-3px); }
.socials .icon { width: 18px; height: 18px; }
.disclaimer { font-size: 0.78rem; color: #66758f; max-width: 780px; margin-bottom: 20px; }
.footer__bottom { display: flex; flex-direction: column; gap: 10px; padding: 22px 0 calc(22px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(255,255,255,0.08); font-size: 0.8rem; }
@media (min-width: 900px) { .footer__bottom { flex-direction: row; justify-content: space-between; } }
.footer__bottom nav { display: flex; flex-wrap: wrap; gap: 6px 20px; }
.footer__bottom a:hover { color: var(--white); }

/* ==========================================================================
   Yüzen öğeler
   ========================================================================== */
.totop { position: fixed; right: 30px; bottom: 104px; z-index: 110; width: 52px; height: 52px; border-radius: 50%; background: var(--navy-900); color: var(--gold-light); display: grid; place-items: center; opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity 0.4s, transform 0.4s var(--ease), visibility 0.4s; box-shadow: var(--shadow); }
.totop.is-visible { opacity: 1; visibility: visible; transform: none; }
.totop svg:first-child { position: absolute; inset: 0; width: 100%; height: 100%; }
.totop .icon { width: 18px; height: 18px; }
@media (max-width: 767px) { .totop { right: 18px; bottom: 88px; width: 46px; height: 46px; } }

.wa-fab { position: fixed; right: 26px; bottom: 26px; z-index: 120; width: 60px; height: 60px; border-radius: 50%; background: var(--wa); color: var(--white); display: grid; place-items: center; box-shadow: 0 14px 30px -10px rgba(37,211,102,0.6); transition: transform 0.4s var(--ease); }
.wa-fab::before, .wa-fab::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--wa); opacity: 0; }
.motion-ok .wa-fab::before { animation: ring 2.6s ease-out infinite; }
.motion-ok .wa-fab::after { animation: ring 2.6s ease-out 1.3s infinite; }
.wa-fab:hover { transform: scale(1.08); }
.wa-fab .icon { width: 30px; height: 30px; }
.wa-fab__tip { position: absolute; right: 74px; top: 50%; transform: translate(10px, -50%); background: var(--white); color: var(--ink); font-size: 0.82rem; font-weight: 700; padding: 8px 14px; border-radius: var(--radius); white-space: nowrap; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: opacity 0.3s, transform 0.4s var(--ease); }
.wa-fab:hover .wa-fab__tip, .wa-fab:focus-visible .wa-fab__tip { opacity: 1; transform: translate(0, -50%); }
@media (max-width: 767px) { .wa-fab { right: 16px; bottom: 16px; width: 58px; height: 58px; } }

.wa-pop { position: fixed; right: 26px; bottom: 100px; z-index: 121; width: min(370px, calc(100vw - 24px)); background: var(--white); border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(16px) scale(0.97); transform-origin: bottom right; transition: opacity 0.35s var(--ease), transform 0.45s var(--ease), visibility 0.35s; }
.wa-pop.is-open { opacity: 1; visibility: visible; transform: none; }
@media (max-width: 767px) { .wa-pop { right: 12px; bottom: 86px; } }
.wa-pop__head { display: flex; align-items: center; gap: 12px; padding: 18px 20px; background: var(--navy-900); color: var(--white); border-bottom: 2px solid var(--gold); }
.wa-pop__crest { width: 44px; height: 44px; flex-shrink: 0; }
.wa-pop__head strong { display: block; font-family: var(--serif); font-size: 1.25rem; }
.wa-pop__head span { display: flex; align-items: center; gap: 6px; font-size: 0.75rem; color: #aebad0; }
.wa-pop__head span i { width: 8px; height: 8px; border-radius: 50%; background: var(--wa); }
.wa-pop__close { margin-left: auto; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: var(--white); }
.wa-pop__close:hover { background: rgba(255,255,255,0.1); }
.wa-pop__body { padding: 20px; background: var(--ivory-2); }
.wa-bubble { background: var(--white); border-radius: 0 12px 12px 12px; padding: 12px 14px; font-size: 0.9rem; line-height: 1.55; box-shadow: 0 4px 12px -8px rgba(0,0,0,0.3); }
.wa-bubble small { display: block; font-size: 0.7rem; color: var(--muted); text-align: right; margin-top: 4px; }
.motion-ok .wa-pop.is-open .wa-bubble { animation: fadeUp 0.5s var(--ease) 0.15s both; }
.wa-topics { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.wa-topics button { min-height: 36px; padding: 0 14px; border-radius: 999px; background: var(--white); border: 1px solid var(--line); font-size: 0.8rem; font-weight: 600; transition: background-color 0.3s, color 0.3s, border-color 0.3s; }
.wa-topics button[aria-pressed="true"] { background: var(--navy-900); color: var(--white); border-color: var(--navy-900); }
.wa-pop__foot { padding: 16px 20px 20px; }

.cookie { position: fixed; left: 50%; bottom: 20px; z-index: 115; width: min(760px, calc(100vw - 100px)); transform: translate(-50%, 20px); display: none; align-items: center; gap: 14px; flex-wrap: wrap; padding: 14px 18px; background: var(--navy-900); color: #c6cfdd; border: 1px solid rgba(184,147,90,0.35); border-radius: var(--radius); box-shadow: var(--shadow-lg); font-size: 0.88rem; }
.cookie.is-visible { display: flex; animation: cookieIn 0.6s var(--ease) forwards; }
.cookie > .icon { color: var(--gold); width: 22px; height: 22px; }
.cookie p { margin: 0; flex: 1; min-width: 200px; }
.cookie a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }
.cookie__actions { display: flex; gap: 8px; }
@media (max-width: 767px) { .cookie { left: 12px; right: 12px; width: auto; transform: none; bottom: 90px; } .cookie.is-visible { animation: none; } .cookie__actions { width: 100%; } .cookie__actions .btn { flex: 1; letter-spacing: 0.06em; padding: 0 12px; } }

/* ==========================================================================
   Açılış perdesi & sayfa geçişi
   ========================================================================== */
.preloader { position: fixed; inset: 0; z-index: 400; display: grid; place-items: center; pointer-events: none; }
.preloader__half { position: absolute; left: 0; right: 0; height: 50.5%; background: var(--navy-950); transition: transform 1.1s var(--ease-io); }
.preloader__half--top { top: 0; }
.preloader__half--bot { bottom: 0; }
.preloader__mark { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 16px; transition: opacity 0.5s; }
.preloader__mark svg { width: 86px; height: 86px; }
.preloader__mark path { stroke-dasharray: 200; stroke-dashoffset: 200; animation: drawIn 1.2s var(--ease-io) forwards; }
.preloader__mark text { opacity: 0; animation: fadeIn 0.6s 0.7s forwards; }
.preloader__word { display: flex; gap: 0.35em; font-family: var(--serif); font-size: 1.6rem; font-weight: 600; letter-spacing: 0.1em; color: var(--white); }
.preloader__word span { opacity: 0; transform: translateY(12px); animation: fadeUp 0.6s var(--ease) forwards; }
.preloader__line { width: 140px; height: 1px; background: rgba(184,147,90,0.25); overflow: hidden; }
.preloader__line::after { content: ""; display: block; height: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; animation: progress 1.3s var(--ease) forwards; }
.preloader.is-done .preloader__mark { opacity: 0; }
.preloader.is-done .preloader__half--top { transform: translateY(-100%); }
.preloader.is-done .preloader__half--bot { transform: translateY(100%); }

.curtain { position: fixed; inset: 0; z-index: 350; pointer-events: none; display: flex; }
.curtain span { flex: 1; background: var(--navy-900); transform: scaleY(0); transform-origin: top; }
.curtain span:nth-child(2) { background: var(--navy-800); }
.curtain span:nth-child(3) { background: var(--gold); }
.curtain.is-playing span { animation: curtain 0.9s var(--ease-io) both; }
.curtain.is-playing span:nth-child(2) { animation-delay: 0.06s; }
.curtain.is-playing span:nth-child(3) { animation-delay: 0.12s; }

/* ==========================================================================
   Kaydırınca belirme
   ========================================================================== */
.motion-ok [data-anim] { opacity: 0; transition: opacity 1s var(--ease), transform 1s var(--ease); transition-delay: var(--delay, 0s); }
.motion-ok [data-anim="up"] { transform: translateY(40px); }
.motion-ok [data-anim="left"] { transform: translateX(50px); }
.motion-ok [data-anim="right"] { transform: translateX(-50px); }
.motion-ok [data-anim="zoom"] { transform: scale(0.92); }
@media (max-width: 1023px) { .motion-ok [data-anim="left"], .motion-ok [data-anim="right"] { transform: translateY(32px); } }
.motion-ok [data-anim].in { opacity: 1; transform: none; }
.motion-ok .title-line::after { transform: scaleX(0); transition: transform 1.2s var(--ease) 0.3s; }
.motion-ok .in .title-line::after, .motion-ok .title-line.in::after { transform: scaleX(1); }
.motion-ok .draw-on-view { stroke-dashoffset: 120; transition: stroke-dashoffset 1.6s var(--ease-io) 0.4s; }
.motion-ok .in .draw-on-view { stroke-dashoffset: 0; }

/* ---------- Keyframes ---------- */
@keyframes progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes artzoom { from { transform: translateY(-50%) scale(1); } to { transform: translateY(-50%) scale(1.08); } }
@keyframes cue { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(14px); opacity: 0; } 100% { opacity: 0; } }
@keyframes ring { 0% { transform: scale(1); opacity: 0.7; } 100% { transform: scale(1.6); opacity: 0; } }
@keyframes glow { from { transform: translate(0, 0); } to { transform: translate(-200px, 150px); } }
@keyframes tileIn { from { opacity: 0; transform: translateY(30px) rotateX(-12deg); } to { opacity: 1; transform: none; } }
@keyframes sign { 0% { stroke-dashoffset: 900; fill: rgba(138,106,54,0); } 80% { stroke-dashoffset: 0; fill: rgba(138,106,54,0); } 100% { stroke-dashoffset: 0; fill: rgba(138,106,54,0.9); } }
@keyframes marquee { to { transform: translateX(calc(-50% - 10px)); } }
@keyframes lineDown { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes lineUp { from { transform: translateY(110%); } to { transform: none; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes fadeIn { to { opacity: 1; } }
@keyframes drawIn { to { stroke-dashoffset: 0; } }
@keyframes shake { 0%, 100% { transform: translateX(0); } 25% { transform: translateX(-5px); } 75% { transform: translateX(5px); } }
@keyframes cookieIn { to { transform: translate(-50%, 0); } }
@keyframes curtain { 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; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .signature__txt { fill: rgba(138,106,54,0.9); }
}

@media (max-width: 767px) { .corp__visual::before { left: -8px; top: -12px; } }

/* Mobil: slayt ekran yüksekliğine zorlanmaz, içeriği kadar uzar */
@media (max-width: 767px) {
  .slider, .slide.is-active { min-height: 600px; }
  .slide { padding: calc(var(--header-h) + 36px) 0 110px; }
  .slide__title { font-size: clamp(2.3rem, 1.2rem + 6vw, 3rem); }
  .slide__text { font-size: 1rem; margin-bottom: 26px; }
}
