/* ══════════════════════════════════════════
   JAPANnow — v2.0 PREMIUM REDESIGN
   Açık Ton Palet + Gelişmiş Animasyonlar
══════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,300;0,400;0,700;1,300;1,400&family=DM+Sans:wght@200;300;400;500&family=Space+Mono:wght@400;700&display=swap');

:root {
  /* ── Ana Renkler (Açık, Aydınlık Palet) ── */
  --bg:        #f7f5f0;           /* Krem beyaz zemin        */
  --bg2:       #ede9e1;           /* Hafif koyu krem          */
  --surface:   #ffffff;           /* Kart yüzeyler            */
  --text:      #1a1a2e;           /* Derin lacivert yazı      */
  --text-2:    #3d3d5c;           /* İkinci seviye yazı       */
  --muted:     #6b6b8a;           /* Soluk / yardımcı yazı   */

  /* ── Vurgu Renkler ── */
  --teal:      #2a9d8f;           /* Ana mavi-yeşil           */
  --teal-light:#e8f5f3;           /* Teal açık ton            */
  --teal-glow: rgba(42,157,143,.18);
  --coral:     #e76f51;           /* Sıcak kırmızı-mercan    */
  --coral-light:#fdf0ec;
  --sky:       #457b9d;           /* Mavi                     */
  --sky-light: #eaf1f7;
  --sage:      #81b29a;           /* Açık yeşil               */
  --gold:      #c9963a;           /* Altın vurgu              */

  /* ── Sınır & Gölge ── */
  --border:    rgba(26,26,46,.10);
  --border-2:  rgba(42,157,143,.25);
  --shadow-sm: 0 4px 16px rgba(26,26,46,.08);
  --shadow-md: 0 12px 40px rgba(26,26,46,.12);
  --shadow-lg: 0 24px 64px rgba(26,26,46,.16);
}

/* ══ TEMEL SIFIRLAMA ══ */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: auto; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  cursor: none;
}
img { display: block; width: 100%; height: 100%; object-fit: cover; }
button { font-family: inherit; border: none; background: none; color: inherit; cursor: none; outline: none; }
a { text-decoration: none; color: inherit; cursor: none; }

/* ══ SCROLLBAR ══ */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--bg2); }
::-webkit-scrollbar-thumb { background: var(--teal); border-radius: 10px; }

/* ══ NOISE OVERLAY ══ */
.noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 9000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: .025; mix-blend-mode: multiply;
}

/* ══ ÖZEL FARE ══ */
#cur-dot {
  position: fixed; width: 7px; height: 7px;
  background: var(--coral); border-radius: 50%;
  pointer-events: none; z-index: 9999;
  transform: translate(-50%,-50%);
  transition: background .2s, transform .1s ease-out;
}
#cur-ring {
  position: fixed; width: 38px; height: 38px;
  border: 1.5px solid rgba(42,157,143,.7); border-radius: 50%;
  pointer-events: none; z-index: 9998;
  transform: translate(-50%,-50%);
  transition: width .3s ease, height .3s ease, border-color .3s ease, background .3s ease;
}
#cur-ring.big {
  width: 65px; height: 65px;
  border-color: var(--coral);
  background: rgba(231,111,81,.08);
}
body.overlay-active #cur-dot,
body.overlay-active #cur-ring { display: none !important; }
.fso-overlay, .fso-overlay *, #team-overlay, #team-overlay * { cursor: auto !important; }
.fso-close, #to-close { cursor: pointer !important; }

/* ══ GLOW EFEKTİ ══ */
.glow-sec { position: relative; overflow: hidden; }
.glow-sec::before {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(circle 550px at var(--mx,50%) var(--my,50%), var(--teal-glow), transparent 70%);
  transition: opacity .3s; opacity: 0;
}
.glow-sec:hover::before { opacity: 1; }

/* ══ NAVİGASYON ══ */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; justify-content: space-between; align-items: flex-start;
  padding: 8px 4vw;
  transition: all 0.45s cubic-bezier(.4,0,.2,1);
  background: transparent;
}
nav.stuck {
  background: rgba(247,245,240,.94);
  backdrop-filter: blur(20px);
  padding: 0 5vw;
  align-items: center;
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.logo { display: flex; align-items: center; z-index: 1001; transition: transform .3s; }
.logo img {
  height: 110px; width: auto; object-fit: contain;
  transition: height .4s ease;
  filter: drop-shadow(0 0 12px rgba(42,157,143,.3));
}
nav.stuck .logo img { height: 52px; }

.nav-links {
  display: flex; align-items: center; gap: 38px;
  margin-top: 30px;
  transition: margin .4s ease;
}
nav.stuck .nav-links { margin-top: 0; }

.nav-item {
  font-family: 'Space Mono', monospace;
  font-size: .68rem; font-weight: 400;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--text); transition: color .3s;
  position: relative;
}
.nav-item::after {
  content: ''; position: absolute; bottom: -4px; left: 0;
  width: 0; height: 2px;
  background: var(--teal);
  transition: width .3s ease;
}
.nav-item:hover { color: var(--teal); }
.nav-item:hover::after { width: 100%; }

/* Navbar arka planı açık olduğunda nav-item rengini zorla */
nav:not(.stuck) .nav-item { color: rgba(247,245,240,.9); }
nav:not(.stuck) .nav-item:hover { color: var(--teal); }

.nav-btn {
  padding: 10px 24px;
  border: 1.5px solid var(--teal); border-radius: 50px;
  font-size: .68rem; text-transform: uppercase;
  letter-spacing: .12em; font-family: 'Space Mono', monospace;
  background: rgba(42,157,143,.06);
  color: var(--teal);
  transition: all .3s ease;
}
.nav-btn:hover {
  background: var(--teal); color: #fff;
  box-shadow: 0 0 24px rgba(42,157,143,.4);
}

/* ══ HERO ══ */
.hero-pin-wrap { height: 400vh; position: relative; }
.hero-sticky {
  position: sticky; top: 0; height: 100vh; overflow: hidden;
  display: flex; align-items: flex-end; padding: 0 0 10vh;
  background: #0f1f1e;
}
.hero-bg-layer {
  position: absolute; inset: 0;
  opacity: 0; z-index: 1;
  transition: opacity 1.4s ease-in-out, transform 2.5s ease-out;
  transform: scale(1.06);
}
.hero-bg-layer.active { opacity: 1; transform: scale(1); }
.hero-bg-layer img { filter: brightness(.42) saturate(1.15); }

.hero-overlay {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(15,31,30,1) 0%,
    rgba(15,31,30,.5) 40%,
    rgba(15,31,30,.1) 70%,
    transparent 100%
  );
}

/* Köşe dekor çizgisi */
.hero-overlay::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px; height: 100%;
  background: linear-gradient(to bottom, transparent, var(--teal), transparent);
  opacity: .5;
}

.hero-body {
  position: relative; z-index: 3;
  padding: 0 8vw; width: 100%; height: 320px;
  display: flex; align-items: flex-end;
}

.hero-text-layer {
  position: absolute; bottom: 0; left: 8vw;
  opacity: 0; transform: translateY(40px) skewY(1deg);
  transition: opacity .9s ease-in-out, transform .9s cubic-bezier(.19,1,.22,1);
  pointer-events: none;
}
.hero-text-layer.active {
  opacity: 1; transform: translateY(0) skewY(0deg);
  pointer-events: auto;
}

/* Animate individual lines within active hero text */
.hero-text-layer.active .hero-title { animation: heroLineIn .9s cubic-bezier(.19,1,.22,1) .1s both; }
.hero-text-layer.active .hero-sub   { animation: heroLineIn .9s cubic-bezier(.19,1,.22,1) .25s both; }

@keyframes heroLineIn {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3.5rem,8.5vw,9rem);
  line-height: .92; font-weight: 300;
  margin-bottom: 24px; color: #fff;
  letter-spacing: -.02em;
}
.hero-title em { font-style: italic; color: var(--teal); }

.hero-sub {
  font-size: 1.1rem; line-height: 1.85;
  color: rgba(255,255,255,.72); max-width: 480px; font-weight: 300;
}

.hero-bottom-bar {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 4;
  display: flex; align-items: flex-end; justify-content: space-between;
  padding: 0 6vw 5vh;
}
.hero-scroll-ind { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.hs-label {
  font-family: 'Space Mono', monospace;
  font-size: .38rem; letter-spacing: .55em;
  color: rgba(255,255,255,.45); writing-mode: vertical-rl;
}
.hs-line {
  width: 1px; height: 60px;
  background: linear-gradient(to bottom, var(--teal), transparent);
  animation: scLine 2.5s cubic-bezier(.65,0,.35,1) infinite;
}
@keyframes scLine {
  0%   { transform: scaleY(0); opacity: 1; transform-origin: top; }
  50%  { transform: scaleY(1); opacity: 1; transform-origin: top; }
  51%  { transform-origin: bottom; }
  100% { transform: scaleY(0); opacity: 0; transform-origin: bottom; }
}

.hero-thumbs { display: flex; gap: 10px; align-items: flex-end; }
.hero-thumb {
  width: 72px; height: 100px; border-radius: 8px; overflow: hidden;
  border: 1.5px solid rgba(255,255,255,.12); flex-shrink: 0;
  opacity: .38; transform: translateY(0);
  transition: all .5s cubic-bezier(.19,1,.22,1);
}
.hero-thumb.active {
  border-color: var(--teal); transform: translateY(-14px);
  opacity: 1; box-shadow: 0 10px 28px rgba(42,157,143,.25);
}

/* ══ TICKER ══ */
.ticker-section {
  background: var(--teal); padding: 22px 0;
  overflow: hidden; display: flex; white-space: nowrap;
  user-select: none; position: relative; z-index: 10;
}
.ticker-track { display: inline-flex; animation: tickerDrift 22s linear infinite; }
.ticker-item {
  font-family: 'Space Mono', monospace;
  font-size: .72rem; letter-spacing: .22em;
  color: rgba(255,255,255,.7); display: flex; align-items: center;
  margin-right: 36px;
}
.ticker-item span { color: #fff; font-weight: 700; }
.ticker-item::after {
  content: '✦'; display: inline-block;
  margin-left: 36px; font-size: .55rem;
  color: rgba(255,255,255,.45);
}
@keyframes tickerDrift { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ══ ALINTI (QUOTE) ══ */
.quote-wrap {
  min-height: 88vh; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 10vw 8vw; text-align: center;
  position: relative; overflow: hidden;
  background: var(--); cursor: none;
}
/* İnce dekor çizgiler */
.quote-wrap::before {
  content: ''; position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 1px; height: 80px;
  background: linear-gradient(to bottom, transparent, var(--sage));
}
.quote-wrap::after {
  content: ''; position: absolute;
  bottom: 0; left: 50%; transform: translateX(-50%);
  width: 1px; height: 80px;
  background: linear-gradient(to top, transparent, var(--sage));
}

.quote-bg-img { 
  position: absolute; 
  inset: 0; 
  /* GÖRSELİN BELİRGİNLİĞİ BURADAN AYARLANIYOR */
  opacity: 0.5; 
  z-index: 0; 
  pointer-events: none;
}.q-body-wrap { position: relative; z-index: 2; }

.quote-body {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem,4.5vw,5rem);
  line-height: 1.25; font-weight: 300;
  max-width: 1100px; color: var(--text);
}
.qw-in.gold { color: var(--coral); font-style: italic; }
.qw-in.sakura { color: var(--teal); font-style: italic; }

.emoji-petal {
  position: absolute; pointer-events: none; z-index: 10;
  font-size: 1.6rem;
  filter: drop-shadow(0 4px 8px rgba(42,157,143,.35));
  animation: petalFall 2.5s ease-in forwards;
}
@keyframes petalFall {
  0%   { transform: translate(0,0) rotate(0deg) scale(.5); opacity: 0; }
  20%  { opacity: 1; transform: translate(var(--dx1),20px) rotate(45deg) scale(1.2); }
  80%  { opacity: .8; transform: translate(var(--dx2),120px) rotate(180deg) scale(1); }
  100% { transform: translate(var(--dx3),180px) rotate(270deg) scale(.5); opacity: 0; }
}

/* ══ VİDEO BÖLÜMÜ ══ */
.shorts-section {
  background: var(--bg);
  padding: 140px 0; position: relative;
  border-top: 1px solid var(--border);
}

/* Sol kılavuz çizgisi */
.shorts-section::before {
  content: '';
  position: absolute; left: 8vw; top: 0; bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--border-2), transparent);
  pointer-events: none;
}

.shorts-intro {
  position: relative; z-index: 2;
  padding: 0 8vw 100px;
  display: flex; justify-content: space-between; align-items: flex-end;
}
.shorts-intro h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem,5.5vw,5rem);
  font-weight: 300; line-height: .92; color: var(--text);
}
.shorts-intro h2 em { font-style: italic; color: var(--teal); }
.shorts-intro p { font-size: 1rem; color: var(--muted); max-width: 320px; line-height: 1.75; }

.videos-stack { display: flex; flex-direction: column; gap: 130px; padding: 0 8vw; position: relative; z-index: 2; }

/* ── Video Row: Scroll animasyonu ── */
.video-row {
  display: flex; align-items: center; justify-content: center; gap: 7vw;
  opacity: 0;
  transition: opacity .9s cubic-bezier(.19,1,.22,1), transform .9s cubic-bezier(.19,1,.22,1);
}
/* Sol'dan gelen */
.video-row.left  { transform: translateX(-60px); }
/* Sağ'dan gelen */
.video-row.right { flex-direction: row-reverse; text-align: right; transform: translateX(60px); }

.video-row.revealed {
  opacity: 1;
  transform: translateX(0) !important;
}

.video-frame-wrap {
  flex-shrink: 0; position: relative;
  width: 300px; aspect-ratio: 9/16; border-radius: 20px;
  overflow: hidden; background: #000;
  border: 1.5px solid var(--border);
  box-shadow: var(--shadow-lg);
  transition: transform .45s cubic-bezier(.19,1,.22,1), box-shadow .45s, border-color .45s;
}
.video-frame-wrap:hover {
  transform: scale(1.04) translateY(-8px);
  border-color: var(--teal);
  box-shadow: 0 24px 56px rgba(42,157,143,.22);
}

.vid-click-area { display: block; width: 100%; height: 100%; position: relative; cursor: none; }
.video-frame-wrap video { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }

.vid-click-label {
  position: absolute; bottom: 14px; right: 14px;
  background: rgba(247,245,240,.85); backdrop-filter: blur(6px);
  color: var(--teal); font-family: 'Space Mono', monospace;
  font-size: .5rem; letter-spacing: .22em;
  padding: 6px 14px; border-radius: 30px;
  border: 1px solid rgba(42,157,143,.35);
  text-transform: uppercase; pointer-events: none;
}

.video-info { flex: 1; max-width: 420px; }
.vi-num {
  font-family: 'Space Mono', monospace; font-size: .48rem;
  letter-spacing: .42em; color: var(--coral);
  display: block; margin-bottom: 14px;
}
.vi-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem,2.8vw,2.8rem);
  font-weight: 300; line-height: 1.1;
  color: var(--text); margin-bottom: 16px;
}
.vi-desc { font-size: .98rem; line-height: 1.85; color: var(--muted); font-weight: 300; }

/* ══ BÖLÜNMÜŞ SCROLL (SPLIT) ══ */
.split-pin-wrap {
  height: 400vh; position: relative;
  background: var(--bg2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.split-sticky {
  position: sticky; top: 0; height: 100vh;
  display: flex; align-items: center; justify-content: center;
  padding: 0 10vw; gap: 6vw; overflow: hidden;
}
.split-left { flex: 1; display: flex; justify-content: flex-end; margin-top: 40px; }
.split-frame {
  position: relative; width: 100%; max-width: 640px;
  aspect-ratio: 1/1;
  border: 1.5px solid var(--border-2);
  border-radius: 24px; padding: 8px;
}
.split-frame-inner {
  position: relative; width: 100%; height: 100%;
  border-radius: 18px; overflow: hidden; background: var(--bg2);
}
.split-img {
  position: absolute; inset: 0; opacity: 0;
  transform: scale(1.08);
  transition: opacity .9s ease, transform .9s ease;
  object-fit: cover; filter: brightness(.92) saturate(1.1);
}
.split-img.active { opacity: 1; transform: scale(1); }

.split-right { flex: 1; position: relative; height: 320px; display: flex; align-items: center; }
.split-text {
  position: absolute; left: 0; width: 100%; max-width: 500px;
  opacity: 0; transform: translateY(45px) translateX(-10px);
  transition: all .85s cubic-bezier(.19,1,.22,1); pointer-events: none;
}
.split-text.active { opacity: 1; transform: translateY(0) translateX(0); pointer-events: auto; }

.split-step {
  font-family: 'Space Mono', monospace; font-size: .48rem;
  letter-spacing: .42em; color: var(--teal);
  margin-bottom: 16px; display: block;
}
.split-text h3 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem,3.5vw,3.8rem);
  font-weight: 300; line-height: 1.1;
  color: var(--text); margin-bottom: 22px;
}
.split-text p { font-size: 1.1rem; line-height: 1.85; color: var(--muted); font-weight: 300; }

/* ══ EKİP BÖLÜMÜ ══ */
.team-section {
  padding: 140px 5vw;
  background: var(--surface);
  position: relative;
  border-bottom: 1px solid var(--border);
}
.sec-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem,5.5vw,6.5rem);
  font-weight: 300; line-height: .9;
  margin-bottom: 80px; text-align: center; color: var(--text);
}
.sec-title em { color: var(--teal); font-style: italic; }

.team-grid {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 14px; height: 62vh;
}
.team-item {
  position: relative; border-radius: 18px; overflow: hidden;
  cursor: none; transition: all .6s cubic-bezier(.19,1,.22,1);
  filter: saturate(.6) brightness(.88);
}
.team-item:hover {
  transform: translateY(-18px) scale(1.03);
  filter: saturate(1) brightness(1.05);
  z-index: 2;
  box-shadow: var(--shadow-lg);
  border: 1.5px solid var(--teal);
}
.team-item-name {
  position: absolute; bottom: 28px; left: 28px;
  color: #fff; font-family: 'Playfair Display', serif;
  font-size: 2rem; font-weight: 400; z-index: 2;
  text-shadow: 0 4px 16px rgba(0,0,0,.7);
}
/* Gradient overlay on team cards */
.team-item::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.65) 0%, transparent 60%);
  z-index: 1;
}

#team-overlay {
  position: fixed; inset: 0;
  background: rgba(247,245,240,.97);
  z-index: 8000; display: flex;
  opacity: 0; pointer-events: none;
  transition: opacity .5s ease;
  backdrop-filter: blur(20px);
}
#team-overlay.open { opacity: 1; pointer-events: all; }
#to-content {
  display: flex; width: 100%; height: 100%;
  transform: scale(.92); transition: transform .6s cubic-bezier(.19,1,.22,1);
  opacity: 0;
}
#team-overlay.open #to-content { transform: scale(1); opacity: 1; }
#to-close {
  position: absolute; top: 40px; right: 40px;
  width: 56px; height: 56px; border-radius: 50%;
  border: 1.5px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  z-index: 10; transition: all .3s;
  background: rgba(247,245,240,.8);
}
#to-close:hover {
  background: var(--coral); border-color: var(--coral);
  transform: rotate(90deg);
}
#to-close svg { width: 22px; height: 22px; stroke: var(--text); stroke-width: 1.5; }
#team-overlay.open #to-close svg { stroke: #fff; }
#team-overlay.open #to-close:not(:hover) svg { stroke: var(--text); }

.to-left { width: 44%; height: 100vh; position: relative; padding: 4vw; }
.to-left img { border-radius: 24px; box-shadow: var(--shadow-lg); }
.to-right { width: 56%; padding: 0 7vw; display: flex; flex-direction: column; justify-content: center; }

#to-role {
  font-family: 'Space Mono', monospace; font-size: .58rem;
  letter-spacing: .4em; color: var(--teal);
  margin-bottom: 22px; display: block; font-weight: 700;
}
#to-name {
  font-family: 'Playfair Display', serif;
  font-size: 4.5rem; line-height: 1.05;
  margin-bottom: 36px; color: var(--text); font-weight: 300;
}
#to-desc { font-size: 1.1rem; line-height: 1.95; color: var(--muted); max-width: 520px; font-weight: 300; }

/* ══ GALERİ (FSO) ══ */
.fso-gallery-sec {
  padding: 130px 5vw;
  background: var(--bg);
  border-top: 1px solid var(--border);
}
.fso-gallery-sec h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem,4.5vw,4.5rem);
  font-weight: 300; text-align: center;
  margin-bottom: 60px; color: var(--text);
}
.fso-gallery-sec h2 em { color: var(--coral); font-style: italic; }

.fso-grid { display: flex; gap: 2vw; justify-content: center; align-items: center; }
.fso-thumb {
  width: 17vw; aspect-ratio: 1/1; border-radius: 14px;
  overflow: hidden; cursor: none; position: relative;
  transition: all .5s cubic-bezier(.19,1,.22,1);
  filter: saturate(.7) brightness(.85);
}
.fso-thumb:hover {
  filter: saturate(1.1) brightness(1.05);
  transform: translateY(-14px) scale(1.05);
  box-shadow: var(--shadow-lg);
  z-index: 2;
  border: 1.5px solid var(--teal);
}

.fso-overlay {
  position: fixed; inset: 0; background: #0f1f1e;
  display: flex; flex-direction: column;
  align-items: center; justify-content: flex-end;
  opacity: 0; pointer-events: none; z-index: 9999;
  color: white; transition: opacity .5s ease;
}
.fso-overlay.open { opacity: 1; pointer-events: auto; }

#fso-img-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 1; opacity: .75;
}
.fso-gradient {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(15,31,30,.96) 0%, rgba(15,31,30,.2) 60%, transparent 100%);
  z-index: 2;
}
.fso-content-over {
  position: relative; z-index: 3; text-align: center;
  padding: 0 5vw 10vh; max-width: 900px;
  transform: translateY(40px); transition: transform .8s cubic-bezier(.19,1,.22,1); opacity: 0;
}
.fso-overlay.open .fso-content-over { transform: translateY(0); opacity: 1; transition-delay: .2s; }

#fso-num {
  font-family: 'Space Mono', monospace; font-size: .72rem;
  letter-spacing: .4em; color: var(--teal);
  margin-bottom: 28px; display: inline-block;
}
#fso-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3.5rem,7vw,6.5rem);
  line-height: 1; font-weight: 300;
  margin-bottom: 20px; color: #fff;
  text-shadow: 0 10px 30px rgba(0,0,0,.6);
}
#fso-desc { font-size: 1.2rem; line-height: 1.8; color: rgba(255,255,255,.78); font-weight: 300; }

.fso-close {
  position: absolute; top: 40px; right: 40px;
  font-size: 1.8rem; z-index: 10; color: #fff;
  width: 56px; height: 56px; border: 1.5px solid rgba(255,255,255,.2);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  transition: all .3s; background: rgba(15,31,30,.4); backdrop-filter: blur(6px);
}
.fso-close:hover { background: var(--coral); color: #fff; transform: rotate(90deg); border-color: var(--coral); }

/* ══ DAĞINIK RESİMLER (SCATTER) ══ */
.works-pin-wrap { height: 600vh; position: relative; background: var(--bg2); border-top: 1px solid var(--border); }
.works-sticky {
  position: sticky; top: 0; height: 100vh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.works-img-container {
  position: absolute; 
  width: 99vw;  
  height: 84vh; 
  top: 55%; 
  left: 50%;
  transform: translate(-50%, -50%); /* Burası -50% kalmak zorunda */
  z-index: 1; 
  transition: filter 1.2s ease, opacity 1.2s ease, transform 1.2s ease; 
  
  border: 3px solid var(--border-2);
  border-radius: 28px;
  box-shadow: var(--shadow-md);
  background: rgba(247,245,240,.5);
  overflow: hidden;
}
.works-img-container.blurred {
  filter: blur(12px);
  opacity: .15;
  transform: translate(-50%, -50%) scale(1.5);
}

.scatter-img {
  position: absolute;
  width: clamp(130px,14vw,230px) !important;
  height: clamp(130px,14vw,230px) !important;
  object-fit: cover !important; aspect-ratio: 1/1 !important;
  border-radius: 14px;
  top: 50%; left: 50%;
  opacity: 0;
  box-shadow: var(--shadow-lg);
  border: 1.5px solid rgba(255,255,255,.6);
  transform: translate(-50%,-50%) scale(.2);
  transition: all .75s cubic-bezier(.34,1.56,.64,1);
}

.works-text-overlay {
  position: absolute; z-index: 10; text-align: center;
  pointer-events: none; opacity: 0;
  transform: scale(.9) translateY(40px);
  transition: all 1s cubic-bezier(.19,1,.22,1);
}
.works-text-overlay.visible { opacity: 1; transform: scale(1) translateY(0); pointer-events: auto; }
.works-text-overlay h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem,6.5vw,6.5rem);
  color: var(--text); line-height: 1.1; font-weight: 300;
}
.works-text-overlay em { font-style: italic; color: var(--teal); }

/* ══ YORUMLAR (MARQUEE) ══ */
.notes-section {
  padding: 120px 0;
  background: var(--surface);
  position: relative; overflow: hidden;
  border-top: 1px solid var(--border);
}
.notes-section h2 {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem,4.5vw,4rem);
  color: var(--text); font-weight: 300; margin-bottom: 60px;
}
.notes-section h2 em { color: var(--coral); font-style: italic; }

.notes-track {
  display: flex; gap: 28px; width: max-content;
  animation: notesDrift 40s linear infinite;
  padding: 0 5vw; position: relative; z-index: 2;
}
.notes-track:hover { animation-play-state: paused; }
@keyframes notesDrift { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

.note-card {
  background: var(--bg2); padding: 34px; width: 380px;
  border-radius: 16px; border-top: 3px solid var(--teal);
  flex-shrink: 0;
  transition: transform .4s ease, box-shadow .4s ease;
  position: relative; z-index: 2;
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.note-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }

.note-top { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.note-avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid var(--teal); }
.note-info { display: flex; flex-direction: column; gap: 4px; }
.note-author {
  font-family: 'Space Mono', monospace; font-size: .6rem;
  letter-spacing: .2em; color: var(--text); font-weight: 700;
}
.note-stars { color: var(--gold); letter-spacing: 2px; font-size: .85rem; }
.note-card p { font-size: 1rem; line-height: 1.82; color: var(--muted); font-weight: 300; font-style: italic; }

/* ══ FOOTER ══ */
footer {
  background: var(--text);
  padding: 90px 5vw 40px;
  position: relative; text-align: center;
}
/* Teal üst sınır */
footer::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, var(--teal), var(--coral), var(--sky));
}

.ft-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem,9vw,11rem);
  font-weight: 300; color: rgba(247,245,240,.95);
  margin-bottom: 40px;
  letter-spacing: -.02em; font-style: italic;
}
.ft-link {
  font-size: .65rem; letter-spacing: .28em;
  text-transform: uppercase; color: rgba(247,245,240,.45);
  margin: 0 20px; transition: color .3s;
  font-family: 'Space Mono', monospace;
}
.ft-link:hover { color: var(--teal); }

/* ══ REVEAL ANİMASYONLARI (Scroll ile gelme) ══ */
.reveal {
  opacity: 0; transform: translateY(36px);
  transition: opacity .8s cubic-bezier(.19,1,.22,1), transform .8s cubic-bezier(.19,1,.22,1);
}
.reveal.revealed { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .32s; }

/* Clip-path ile yukarıdan inen başlık animasyonu */
.title-reveal { overflow: hidden; }
.title-reveal span {
  display: block;
  transform: translateY(110%);
  transition: transform .9s cubic-bezier(.19,1,.22,1);
}
.title-reveal.revealed span { transform: translateY(0); }

/* ══ SECTION LABEL ══ */
.sec-label {
  font-family: 'Space Mono', monospace;
  font-size: .48rem; letter-spacing: .52em;
  color: var(--teal); display: block;
  margin-bottom: 16px; text-transform: uppercase;
}
