:root{
  --bg:#05070e;
  --panel:#0d111c;
  --panel-soft:rgba(15,19,31,.74);
  --text:#f5f6ff;
  --muted:#a7adbc;
  --line:rgba(255,255,255,.12);
  --accent:#f0a638;
  --accent-2:#33c6d8;
  --radius:28px;
  --shadow:0 30px 90px rgba(0,0,0,.38);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea{font:inherit}
body.menu-open{overflow:hidden}

.site-header{position:fixed;z-index:80;top:28px;left:50%;width:min(1180px,calc(100% - 42px));transform:translateX(-50%);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;pointer-events:none}
.site-header>*{pointer-events:auto}
.site-brand{font-weight:950;letter-spacing:.08em;font-size:13px;text-transform:uppercase;text-shadow:0 8px 28px rgba(0,0,0,.45);white-space:nowrap}
.site-nav{display:flex;align-items:center;gap:4px;padding:6px;border:1px solid var(--line);border-radius:999px;background:rgba(14,14,20,.62);backdrop-filter:blur(16px);box-shadow:0 18px 60px rgba(0,0,0,.24)}
.site-nav a{padding:10px 18px;border-radius:999px;font-size:12px;font-weight:900;letter-spacing:.06em;color:rgba(255,255,255,.72)}
.site-nav a:hover,.site-nav a.is-active{background:rgba(255,255,255,.12);color:#fff}
.header-cta{justify-self:end;border-radius:999px;background:#f7f4ec;color:#101010;padding:14px 24px;font-size:12px;font-weight:950;letter-spacing:.05em;box-shadow:0 14px 48px rgba(255,255,255,.12)}
.menu-toggle{display:none;width:46px;height:42px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.08);color:#fff}
.menu-toggle span{display:block;width:18px;height:2px;background:#fff;margin:4px auto;border-radius:2px}

/* Scroll kontrollü 3D giriş sahnesi */
.intro-sequence{height:220svh;position:relative;background:#05070e;z-index:1}
.intro-sticky{position:sticky;top:0;height:100svh;min-height:640px;overflow:hidden;background:radial-gradient(circle at 31% 47%,rgba(32,174,208,.28),transparent 35%),radial-gradient(circle at 72% 48%,rgba(248,122,34,.50),transparent 39%),linear-gradient(180deg,#05070e 0%,#070912 100%);isolation:isolate}
.intro-sticky::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(5,7,14,.18) 0%,rgba(5,7,14,0) 42%,rgba(5,7,14,.22) 100%);pointer-events:none}
.intro-grid{position:absolute;inset:0;z-index:0;background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:96px 96px;mask-image:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.9),rgba(0,0,0,.22));opacity:.28}
.intro-glow{position:absolute;width:52vmax;height:52vmax;border-radius:999px;filter:blur(26px);opacity:.28;z-index:0}
.intro-glow-left{left:-18vmax;top:10svh;background:#0cc8e8}
.intro-glow-right{right:-15vmax;top:0;background:#ff8d2c}
.model-stage{position:absolute;z-index:2;left:50%;top:46%;width:min(76vw,860px);height:min(78svh,780px);transform:translate(-50%,-50%);will-change:transform,opacity;display:grid;place-items:center;pointer-events:none;opacity:1}
.hero-model{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 40px 90px rgba(0,0,0,.42));opacity:1;background:transparent}
.intro-brand-motion{position:absolute;z-index:7;left:0;top:0;width:0;height:0;will-change:transform;pointer-events:none;transform-origin:0 0}
.intro-brand-row{position:absolute;left:0;top:0;transform:translate(-50%,-50%);white-space:nowrap;font-size:clamp(56px,8.6vw,138px);line-height:.86;font-weight:1000;letter-spacing:-.052em;color:rgba(255,255,255,.94);text-shadow:0 26px 72px rgba(0,0,0,.66);will-change:opacity,transform}
.intro-brand-stack{position:absolute;left:0;top:0;display:flex;flex-direction:column;align-items:flex-start;gap:.01em;transform:translate(-50%,-50%);opacity:0;will-change:opacity,transform}
.intro-brand-word{display:block;white-space:nowrap;font-size:clamp(44px,5.05vw,88px);line-height:.88;font-weight:1000;letter-spacing:-.035em;color:rgba(255,255,255,.96);text-shadow:0 22px 62px rgba(0,0,0,.66);will-change:transform,opacity}
.intro-copy{position:absolute;z-index:8;left:75%;top:50%;width:min(560px,32vw);opacity:0;transform:translate(-50%, calc(-50% + 96px)) scale(.96);will-change:transform,opacity;pointer-events:none}
.eyebrow{margin:0 0 16px;color:var(--accent);font-size:12px;letter-spacing:.2em;text-transform:uppercase;font-weight:950}
.intro-copy h1,.section-heading h2,.contact-panel h2{margin:0;color:#fff;font-weight:1000;letter-spacing:-.075em;line-height:.86}
.intro-copy h1{font-size:clamp(42px,5.05vw,84px);max-width:10.6ch}
.intro-lead{margin:24px 0 0;color:rgba(255,255,255,.78);font-size:clamp(15px,1.12vw,18px);line-height:1.75;max-width:560px}
.intro-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-weight:950;font-size:13px;letter-spacing:.04em;border:0;cursor:pointer}
.btn-primary{background:#f7f4ec;color:#111}
.btn-ghost{border:1px solid var(--line);background:rgba(255,255,255,.08);color:#fff}
.scroll-hint{position:absolute;z-index:7;left:50%;bottom:32px;display:flex;align-items:center;gap:10px;transform:translateX(-50%);color:rgba(255,255,255,.55);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;will-change:opacity}
.scroll-hint span{width:10px;height:28px;border:1px solid rgba(255,255,255,.28);border-radius:999px;position:relative}
.scroll-hint span:after{content:"";position:absolute;top:5px;left:50%;width:3px;height:6px;background:#fff;border-radius:5px;transform:translateX(-50%);animation:wheel 1.3s infinite}
@keyframes wheel{to{top:15px;opacity:0}}

.site-main{position:relative;z-index:2;background:#05070e}
.section{width:min(1180px,calc(100% - 42px));margin:0 auto;padding:120px 0}
.section-heading{max-width:680px}
.section-heading h2{font-size:clamp(54px,8vw,126px)}
.section-heading p:not(.eyebrow),.about-content p{color:var(--muted);font-size:18px;line-height:1.8}
.info-card,.skill-card,.timeline-card,.project-card,.testimonial-card,.contact-panel,.card{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border-radius:var(--radius);box-shadow:var(--shadow)}
.about-section{padding-top:130px}
.about-content{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:32px;align-items:start;margin-top:30px}
.info-card{padding:24px}
.info-card span{display:block;color:var(--accent);font-weight:950;margin-bottom:12px}
.info-card strong{font-size:22px}
.skill-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:42px}
.skill-card{padding:26px}
.skill-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:18px;background:rgba(255,255,255,.1);color:var(--accent);font-weight:950}
.skill-card h3{margin:22px 0 10px;font-size:22px}
.skill-card p{margin:0;color:var(--muted);line-height:1.7}

/* Ortadan çizgili zaman çizelgesi */
.timeline-section{padding-top:130px}
.timeline-heading{max-width:760px;margin:0 auto;text-align:center}
.timeline-heading p:not(.eyebrow){max-width:620px;margin:22px auto 0;color:var(--muted);line-height:1.8;font-size:18px}
.vertical-timeline{position:relative;margin:78px auto 0;width:min(1040px,100%);display:grid;gap:38px}
.vertical-timeline::before{content:"";position:absolute;top:14px;bottom:14px;left:50%;width:2px;transform:translateX(-50%);background:linear-gradient(180deg,transparent,rgba(240,166,56,.92),rgba(51,198,216,.62),transparent);box-shadow:0 0 34px rgba(240,166,56,.28)}
.timeline-node{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 96px minmax(0,1fr);align-items:center;min-height:168px}
.timeline-dot{grid-column:2;grid-row:1;width:22px;height:22px;border-radius:999px;justify-self:center;background:#fff;border:5px solid var(--accent);box-shadow:0 0 0 12px rgba(240,166,56,.12),0 0 44px rgba(240,166,56,.45);z-index:2}
.timeline-card{position:relative;padding:30px;overflow:hidden}
.timeline-card::before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at 12% 18%,rgba(51,198,216,.16),transparent 34%),radial-gradient(circle at 88% 22%,rgba(240,166,56,.18),transparent 30%);opacity:.86;pointer-events:none}
.timeline-card>*{position:relative;z-index:1}
.timeline-node.is-left .timeline-card{grid-column:1;text-align:right}
.timeline-node.is-right .timeline-card{grid-column:3;text-align:left}
.timeline-date{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;background:rgba(240,166,56,.12);color:var(--accent);font-weight:950;font-size:12px;letter-spacing:.06em}
.timeline-card h3{font-size:clamp(25px,3vw,38px);line-height:1.05;margin:16px 0 12px;letter-spacing:-.035em}
.timeline-card p{color:var(--muted);line-height:1.75;margin:0;font-size:16px}

.wide-heading{max-width:none;margin-bottom:24px}
.project-slider{position:relative;margin-top:8px}
.project-slider-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px}
.project-slider-head p{margin:0;color:var(--muted);font-size:16px;line-height:1.6}
.project-slider-controls{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.project-nav{width:48px;height:48px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.08);color:#fff;font-size:30px;line-height:1;display:grid;place-items:center;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}
.project-nav:hover{transform:translateY(-2px);border-color:rgba(240,166,56,.55);background:rgba(240,166,56,.14)}
.project-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 36px) / 3);gap:18px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding:2px;padding:2px 2px 24px;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:rgba(240,166,56,.7) rgba(255,255,255,.07)}
.project-track::-webkit-scrollbar{height:8px}
.project-track::-webkit-scrollbar-track{background:rgba(255,255,255,.07);border-radius:999px}
.project-track::-webkit-scrollbar-thumb{background:rgba(240,166,56,.7);border-radius:999px}
.project-card{overflow:hidden}
.project-slide{min-width:0;scroll-snap-align:start;display:flex;flex-direction:column}
.project-media{height:230px;background:rgba(255,255,255,.06);display:grid;place-items:center}
.project-media img{width:100%;height:100%;object-fit:cover}
.project-body{padding:24px;display:flex;flex:1;flex-direction:column}
.project-body span,.project-body small{color:var(--accent);font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.1em}
.project-body h3{font-size:27px;margin:10px 0}
.project-body p{color:var(--muted);line-height:1.7}
.project-body small{margin-top:auto;padding-top:18px}
.project-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:14px}
.project-dot{width:9px;height:9px;border-radius:999px;border:0;background:rgba(255,255,255,.25);padding:0;cursor:pointer;transition:width .22s ease,background .22s ease}
.project-dot.is-active{width:28px;background:var(--accent)}

/* 3 kolonlu, arkadan öne dönen yorum kartları */
.testimonials-section{overflow:hidden}
.testimonial-stage{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:48px;min-height:420px}
.testimonial-stack{position:relative;height:400px;perspective:1300px;isolation:isolate}
.stack-card{position:absolute;inset:0;padding:34px;border:1px solid rgba(255,255,255,.14);border-radius:30px;background:radial-gradient(circle at 20% 14%,rgba(71,111,255,.28),transparent 28%),radial-gradient(circle at 86% 10%,rgba(187,87,226,.28),transparent 32%),linear-gradient(155deg,rgba(22,27,43,.94),rgba(7,10,18,.98));box-shadow:0 28px 80px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.08);display:flex;flex-direction:column;justify-content:flex-start;gap:22px;transition:transform .9s cubic-bezier(.18,.84,.24,1),opacity .9s cubic-bezier(.18,.84,.24,1),filter .9s cubic-bezier(.18,.84,.24,1);transform-origin:center center;will-change:transform,opacity,filter;overflow:hidden}
.stack-card::after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.13),transparent 35%,rgba(255,255,255,.05));pointer-events:none}
.stack-card>*{position:relative;z-index:1}
.stack-card[data-slot="0"]{z-index:20;opacity:1;filter:none;transform:translate3d(0,0,0) rotate(0deg) scale(1);pointer-events:auto}
.stack-card[data-slot="1"]{z-index:16;opacity:.62;filter:blur(.2px) saturate(.92);transform:translate3d(17px,-13px,-70px) rotate(1.2deg) scale(.965);pointer-events:none}
.stack-card[data-slot="2"]{z-index:12;opacity:.38;filter:blur(.6px) saturate(.82);transform:translate3d(34px,-26px,-140px) rotate(2.2deg) scale(.93);pointer-events:none}
.stack-card[data-slot="3"]{z-index:8;opacity:.22;filter:blur(1px) saturate(.74);transform:translate3d(48px,-39px,-210px) rotate(3.2deg) scale(.895);pointer-events:none}
.stack-card[data-slot="4"]{z-index:4;opacity:.12;filter:blur(1.4px) saturate(.68);transform:translate3d(60px,-52px,-280px) rotate(4.2deg) scale(.86);pointer-events:none}
.testimonial-stack:nth-child(2) .stack-card[data-slot="1"]{transform:translate3d(0,-16px,-70px) rotate(-.6deg) scale(.965)}
.testimonial-stack:nth-child(2) .stack-card[data-slot="2"]{transform:translate3d(0,-32px,-140px) rotate(-1.2deg) scale(.93)}
.testimonial-stack:nth-child(2) .stack-card[data-slot="3"]{transform:translate3d(0,-48px,-210px) rotate(-1.8deg) scale(.895)}
.testimonial-stack:nth-child(2) .stack-card[data-slot="4"]{transform:translate3d(0,-64px,-280px) rotate(-2.4deg) scale(.86)}
.testimonial-stack:nth-child(3) .stack-card[data-slot="1"]{transform:translate3d(-17px,-13px,-70px) rotate(-1.2deg) scale(.965)}
.testimonial-stack:nth-child(3) .stack-card[data-slot="2"]{transform:translate3d(-34px,-26px,-140px) rotate(-2.2deg) scale(.93)}
.testimonial-stack:nth-child(3) .stack-card[data-slot="3"]{transform:translate3d(-48px,-39px,-210px) rotate(-3.2deg) scale(.895)}
.testimonial-stack:nth-child(3) .stack-card[data-slot="4"]{transform:translate3d(-60px,-52px,-280px) rotate(-4.2deg) scale(.86)}
.testimonial-person{display:flex;align-items:center;gap:14px}
.testimonial-avatar{width:46px;height:46px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,#6685ff,#ff8bdd,#f0a638);color:#fff;font-weight:1000;box-shadow:0 12px 34px rgba(102,133,255,.28)}
.testimonial-person strong{display:block;font-size:16px;font-weight:950;margin:0;color:#fff}
.testimonial-person span{display:block;color:var(--muted);font-size:14px;margin-top:2px}
.testimonial-badge{align-self:flex-start;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#dce1ee;font-size:12px;font-weight:950;padding:8px 12px}
.testimonial-card p{margin:auto 0 0;color:#fff;line-height:1.75;font-size:clamp(18px,1.55vw,24px);font-weight:800}

.contact-panel{display:grid;grid-template-columns:1fr .9fr;gap:40px;padding:42px}
.contact-panel h2{font-size:clamp(48px,7vw,104px)}
.contact-panel p{color:var(--muted);line-height:1.8}
.contact-links{display:grid;gap:10px;margin-top:26px}
.contact-links a{color:#fff;font-weight:900}
.contact-links span{color:var(--muted)}
.contact-form{display:grid;gap:14px}
.contact-form label{display:grid;gap:8px;color:var(--muted);font-size:13px;font-weight:900}
.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:18px;background:rgba(0,0,0,.22);color:#fff;padding:15px 16px;outline:none}
.contact-form textarea{resize:vertical}
.site-footer{width:min(1180px,calc(100% - 42px));margin:0 auto;padding:36px 0 56px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;color:var(--muted)}
.socials{display:flex;flex-wrap:wrap;gap:10px}
.socials a{width:38px;height:38px;border-radius:999px;border:1px solid var(--line);display:grid;place-items:center;font-size:11px;font-weight:950;color:#fff;background:rgba(255,255,255,.05)}

@media (max-width:980px){
  .site-header{grid-template-columns:1fr auto;top:16px}
  .site-nav{position:fixed;right:0;top:62px;display:none;flex-direction:column;align-items:stretch;width:min(290px,calc(100vw - 36px));border-radius:26px;padding:12px}
  .site-nav.is-open{display:flex}
  .header-cta{display:none}
  .menu-toggle{display:block;justify-self:end}
  .intro-sequence{height:215svh}
  .intro-sticky{min-height:560px}
  .model-stage{width:118vw;height:74svh;top:42%}
  .intro-copy{left:50%;right:auto;top:62%;bottom:auto;width:86vw;transform:translate(-50%, calc(-50% + 96px)) scale(.96)}
  .intro-copy h1{font-size:42px;max-width:10ch}
  .intro-brand-row{font-size:clamp(42px,13vw,86px)}
  .intro-brand-word{font-size:clamp(36px,11vw,72px)}
  .scroll-hint small{display:none}
  .about-content,.contact-panel{grid-template-columns:1fr}
  .skill-grid{grid-template-columns:1fr}
  .project-track{grid-auto-columns:minmax(290px,86vw)}
  .project-slider-head{align-items:flex-start;flex-direction:column}
  .vertical-timeline::before{left:16px;transform:none}
  .timeline-node{grid-template-columns:36px minmax(0,1fr);min-height:auto}
  .timeline-dot{grid-column:1;justify-self:start;margin-left:5px}
  .timeline-node.is-left .timeline-card,.timeline-node.is-right .timeline-card{grid-column:2;text-align:left}
  .testimonial-stage{grid-template-columns:1fr;min-height:auto;gap:24px}
  .testimonial-stack{height:370px}
  .section{padding:88px 0}
  .site-footer{flex-direction:column}
  .contact-panel{padding:26px}
  .site-brand{max-width:210px;overflow:hidden;text-overflow:ellipsis}
  .section-heading h2{font-size:56px}
}
@media (max-width:560px){
  .project-track{grid-auto-columns:88vw}
  .project-slider-controls{width:100%;justify-content:space-between}
  .intro-copy h1{font-size:36px}
  .intro-lead{font-size:14px;line-height:1.6}
  .intro-actions{margin-top:20px}
  .btn{min-height:44px;padding:0 18px}
  .vertical-timeline{gap:28px;margin-top:48px}
  .timeline-card{padding:24px}
  .testimonial-stack{height:350px}
  .stack-card{padding:26px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.scroll-hint span:after{animation:none}.stack-card{transition:none}}


/* v1.39 - 3D model görünürlük düzeltmesi */
.model-stage{
  visibility:visible !important;
  opacity:1 !important;
  overflow:visible;
}
.hero-model{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  min-width:320px;
  min-height:320px;
  --poster-color:transparent;
}
.model-missing-note{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  color:#fff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  padding:12px 18px;
  font-weight:800;
  letter-spacing:.02em;
}
@media (max-width:760px){
  .hero-model{min-width:260px;min-height:260px}
}

/* v1.42 - v1.40 tabanı: mavi/turuncu final alanlarını merkezleme */
@media (min-width:981px){
  .intro-brand-stack{align-items:flex-start;transform:translate(-50%,-50%);}
  .intro-brand-word{font-size:clamp(46px,4.85vw,84px);}
  .intro-copy{left:75%;top:50%;width:min(560px,32vw);}
  .intro-copy h1{font-size:clamp(42px,4.95vw,82px);max-width:10.6ch;}
  .intro-lead{max-width:560px;}
}

/* v1.44 - yönetilebilir görsel ikonlar ve yeni sosyal medya footer butonları */
.skill-icon{overflow:hidden;position:relative}
.skill-icon img{width:100%;height:100%;object-fit:cover;border-radius:inherit;display:block}
.testimonial-avatar{overflow:hidden;flex:0 0 46px}
.testimonial-avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit;display:block}
.socials{align-items:center}
.social-link{position:relative;overflow:hidden;transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease}
.social-link::before{content:"";position:absolute;inset:-1px;border-radius:inherit;background:radial-gradient(circle at 30% 20%,rgba(51,198,216,.38),transparent 46%),radial-gradient(circle at 78% 28%,rgba(240,166,56,.34),transparent 48%);opacity:0;transition:opacity .22s ease;pointer-events:none}
.social-link:hover{transform:translateY(-3px);border-color:rgba(240,166,56,.45);box-shadow:0 18px 42px rgba(0,0,0,.28)}
.social-link:hover::before{opacity:1}
.social-link span,.social-link img{position:relative;z-index:1}
.social-link img{width:22px;height:22px;object-fit:contain;display:block}
@media (max-width:760px){.socials{gap:8px}.socials a{width:42px;height:42px}}

/* v1.45 */
.field-required{color:var(--accent);margin-left:4px}.contact-form input:required,.contact-form textarea:required{scroll-margin-top:110px}


/* v1.47 - projeler slider sistemi */
@media (min-width:981px){.project-slider{width:100%}}

/* v1.48: Projeler 2x3 sayfa sliderı - buton/çizgi olmadan */
.project-showcase{position:relative;margin-top:34px;isolation:isolate;transition:height .35s ease}
.project-page{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch;opacity:0;transform:translate3d(0,34px,0) scale(.985);filter:blur(8px);pointer-events:none;position:absolute;inset:0;transition:opacity .72s cubic-bezier(.19,1,.22,1),transform .72s cubic-bezier(.19,1,.22,1),filter .72s cubic-bezier(.19,1,.22,1)}
.project-page.is-active{position:relative;opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0);pointer-events:auto;z-index:2}
.project-page.is-leaving{opacity:0;transform:translate3d(0,-30px,0) scale(.985);filter:blur(7px);z-index:1}
.project-showcase .project-slide{min-width:0;scroll-snap-align:none;display:flex;flex-direction:column;transform:translateY(18px);opacity:0;transition:opacity .62s ease,transform .62s cubic-bezier(.19,1,.22,1)}
.project-page.is-active .project-slide{opacity:1;transform:translateY(0)}
.project-page.is-active .project-slide:nth-child(1){transition-delay:.02s}
.project-page.is-active .project-slide:nth-child(2){transition-delay:.07s}
.project-page.is-active .project-slide:nth-child(3){transition-delay:.12s}
.project-page.is-active .project-slide:nth-child(4){transition-delay:.17s}
.project-page.is-active .project-slide:nth-child(5){transition-delay:.22s}
.project-page.is-active .project-slide:nth-child(6){transition-delay:.27s}
.project-showcase .project-card{min-height:100%;overflow:hidden}
.project-showcase .project-media{height:210px}
.project-showcase .project-body{min-height:245px}
.project-showcase .project-body h3{font-size:clamp(22px,2vw,28px)}
.project-slider-head,.project-slider-controls,.project-dots{display:none!important}
@media (max-width:980px){
  .project-showcase{margin-top:26px}
  .project-page{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .project-showcase .project-media{height:190px}
}
@media (max-width:640px){
  .project-page{grid-template-columns:1fr}
  .project-showcase .project-body{min-height:auto}
  .project-showcase .project-media{height:210px}
}

/* v1.49 - kompakt tipografi ve 60fps dostu animasyon optimizasyonu */
:root{--radius:24px;--shadow:0 20px 58px rgba(0,0,0,.32)}
.site-header{top:22px;width:min(1120px,calc(100% - 42px))}.site-nav a{padding:9px 15px;font-size:11px}.header-cta{padding:12px 21px;font-size:11px}.site-brand{font-size:12px}
.intro-brand-row{font-size:clamp(48px,7.35vw,112px);letter-spacing:-.048em}.intro-brand-word{font-size:clamp(38px,4.45vw,74px);line-height:.9}.intro-copy h1{font-size:clamp(36px,4.35vw,70px);letter-spacing:-.066em}.intro-lead{font-size:clamp(14px,1.02vw,16px);line-height:1.62;margin-top:18px}.intro-actions{margin-top:24px}.btn{min-height:44px;padding:0 19px;font-size:12px}
.section{padding:86px 0}.about-section,.timeline-section{padding-top:92px}.section-heading{max-width:620px}.section-heading h2{font-size:clamp(42px,6.15vw,92px);line-height:.88;letter-spacing:-.068em}.section-heading p:not(.eyebrow),.about-content p{font-size:16px;line-height:1.68}.eyebrow{font-size:11px;margin-bottom:12px;letter-spacing:.18em}
.about-content{margin-top:24px;gap:24px;grid-template-columns:minmax(0,1fr) 250px}.info-card{padding:22px}.skill-grid{gap:14px;margin-top:30px}.skill-card{padding:22px}.skill-icon{width:44px;height:44px;border-radius:16px}.skill-card h3{font-size:20px;margin:18px 0 8px}.skill-card p{font-size:14px;line-height:1.62}
.timeline-heading{max-width:690px}.timeline-heading p:not(.eyebrow){font-size:16px;line-height:1.65;margin-top:16px}.vertical-timeline{margin-top:56px;gap:28px;width:min(980px,100%)}.timeline-node{min-height:145px;grid-template-columns:minmax(0,1fr) 82px minmax(0,1fr)}.timeline-card{padding:25px}.timeline-card h3{font-size:clamp(22px,2.45vw,32px);margin:13px 0 10px}.timeline-card p{font-size:15px;line-height:1.62}.timeline-date{font-size:11px;min-height:26px}
.project-showcase{margin-top:26px;contain:layout paint}.project-page{gap:18px;transition:opacity .48s cubic-bezier(.22,.61,.36,1),transform .48s cubic-bezier(.22,.61,.36,1);transform:translate3d(0,18px,0);filter:none!important;will-change:opacity,transform;backface-visibility:hidden}.project-page.is-active{transform:translate3d(0,0,0);filter:none!important}.project-page.is-leaving{transform:translate3d(0,-16px,0);filter:none!important}.project-showcase .project-slide{transition:opacity .38s ease,transform .38s cubic-bezier(.22,.61,.36,1);transform:translate3d(0,12px,0);will-change:opacity,transform;backface-visibility:hidden;contain:layout paint}.project-page.is-active .project-slide{transform:translate3d(0,0,0)}.project-showcase .project-media{height:176px}.project-showcase .project-body{min-height:205px;padding:22px}.project-showcase .project-body h3{font-size:clamp(20px,1.65vw,25px);line-height:1.06}.project-body p{line-height:1.58;font-size:14px}.project-body small{font-size:12px;padding-top:13px}
.testimonials-section{overflow:hidden}.testimonial-stage{gap:22px;margin-top:34px;min-height:356px;contain:layout paint}.testimonial-stack{height:344px;perspective:none;contain:layout paint}.stack-card{padding:28px;gap:18px;transition:transform .54s cubic-bezier(.22,.61,.36,1),opacity .54s cubic-bezier(.22,.61,.36,1);will-change:transform,opacity;backface-visibility:hidden;filter:none!important;box-shadow:0 18px 54px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.08)}.stack-card[data-slot="0"]{transform:translate3d(0,0,0) rotate(0deg) scale(1);opacity:1}.stack-card[data-slot="1"]{transform:translate3d(12px,-10px,0) rotate(.8deg) scale(.972);opacity:.55}.stack-card[data-slot="2"]{transform:translate3d(24px,-20px,0) rotate(1.4deg) scale(.944);opacity:.31}.stack-card[data-slot="3"]{transform:translate3d(35px,-30px,0) rotate(2deg) scale(.918);opacity:.18}.stack-card[data-slot="4"]{transform:translate3d(45px,-40px,0) rotate(2.6deg) scale(.892);opacity:.10}.testimonial-stack:nth-child(2) .stack-card[data-slot="1"]{transform:translate3d(0,-12px,0) rotate(-.4deg) scale(.972)}.testimonial-stack:nth-child(2) .stack-card[data-slot="2"]{transform:translate3d(0,-24px,0) rotate(-.8deg) scale(.944)}.testimonial-stack:nth-child(2) .stack-card[data-slot="3"]{transform:translate3d(0,-36px,0) rotate(-1.2deg) scale(.918)}.testimonial-stack:nth-child(2) .stack-card[data-slot="4"]{transform:translate3d(0,-48px,0) rotate(-1.6deg) scale(.892)}.testimonial-stack:nth-child(3) .stack-card[data-slot="1"]{transform:translate3d(-12px,-10px,0) rotate(-.8deg) scale(.972)}.testimonial-stack:nth-child(3) .stack-card[data-slot="2"]{transform:translate3d(-24px,-20px,0) rotate(-1.4deg) scale(.944)}.testimonial-stack:nth-child(3) .stack-card[data-slot="3"]{transform:translate3d(-35px,-30px,0) rotate(-2deg) scale(.918)}.testimonial-stack:nth-child(3) .stack-card[data-slot="4"]{transform:translate3d(-45px,-40px,0) rotate(-2.6deg) scale(.892)}.testimonial-person strong{font-size:15px}.testimonial-person span{font-size:13px}.testimonial-badge{font-size:11px;padding:7px 11px}.testimonial-card p{font-size:clamp(16px,1.22vw,20px);line-height:1.62}
.contact-panel{padding:34px;gap:32px}.contact-panel h2{font-size:clamp(40px,5.8vw,82px)}.contact-panel p{line-height:1.65;font-size:15px}.site-footer{padding:28px 0 44px}
@media (max-width:980px){.section{padding:70px 0}.about-section,.timeline-section{padding-top:76px}.section-heading h2{font-size:clamp(38px,10vw,62px)}.intro-copy h1{font-size:36px}.project-page{gap:16px}.testimonial-stage{gap:20px}.testimonial-stack{height:320px}}
@media (max-width:640px){.site-header{width:calc(100% - 28px)}.section{width:min(100% - 30px,1180px);padding:58px 0}.section-heading h2{font-size:42px}.project-showcase .project-media{height:180px}.project-showcase .project-body{padding:20px}.testimonial-stack{height:310px}.stack-card{padding:22px}}
@media (prefers-reduced-motion:reduce){.project-page,.project-showcase .project-slide,.stack-card{transition:none!important}}


/* v1.50 - daha kompakt ve ortalanmış başlık sistemi */
.section-heading,
.wide-heading,
.timeline-heading{max-width:760px;margin-left:auto;margin-right:auto;text-align:center}
.section-heading h2,
.contact-panel h2{letter-spacing:-.045em;line-height:.92;overflow-wrap:normal;word-break:normal;text-wrap:balance}
.section-heading h2{font-size:clamp(34px,4.75vw,70px)}
.timeline-heading h2{font-size:clamp(38px,5.1vw,76px)}
.wide-heading h2{font-size:clamp(36px,5vw,74px)}
.contact-panel{grid-template-columns:minmax(0,.88fr) minmax(0,1fr);align-items:center}
.contact-panel > div:first-child{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}
.contact-panel h2{font-size:clamp(34px,4.15vw,58px);max-width:11.5ch;margin-left:auto;margin-right:auto}
.contact-panel > div:first-child > p:not(.eyebrow){max-width:620px;margin-left:auto;margin-right:auto}
.contact-links{justify-items:center}
.intro-copy h1{font-size:clamp(34px,4vw,62px);letter-spacing:-.048em;line-height:.9}
.project-body h3,.project-showcase .project-body h3{font-size:clamp(19px,1.5vw,23px);letter-spacing:-.03em}
.timeline-card h3{font-size:clamp(21px,2.15vw,29px)}
.skill-card h3{font-size:18px}
.testimonial-card p{font-size:clamp(15px,1.08vw,18px)}
@media (max-width:980px){
  .section-heading h2,.timeline-heading h2,.wide-heading h2{font-size:clamp(34px,8vw,54px)}
  .contact-panel{grid-template-columns:1fr;text-align:center}
  .contact-panel h2{font-size:clamp(32px,9vw,48px);max-width:12ch}
}
@media (max-width:640px){
  .section-heading h2,.timeline-heading h2,.wide-heading h2{font-size:clamp(30px,10vw,42px)}
  .contact-panel h2{font-size:clamp(30px,10vw,40px)}
}

/* v1.51 - 3D model ve işlem yükleme ekranı */
body.loading{overflow:hidden}
.page-loader{position:fixed;inset:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:radial-gradient(circle at 36% 38%,rgba(51,198,216,.22),transparent 34%),radial-gradient(circle at 65% 44%,rgba(240,166,56,.26),transparent 38%),#05070e;color:#fff;transition:opacity .42s ease,visibility .42s ease;will-change:opacity,visibility;text-align:center}
.page-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.page-loader strong{font-weight:950;letter-spacing:.16em;text-transform:uppercase;font-size:13px;color:#fff;margin-top:-48px}.page-loader>span{font-size:13px;color:rgba(255,255,255,.62)}
@keyframes stageBackground{0%,10%,90%,100%{background-color:#00B6BB}25%,75%{background-color:#0094bd}}@keyframes earthRotation{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes sunrise{0%,10%,90%,100%{box-shadow:0 0 0 25px #5ad6bd,0 0 0 40px #4acead,0 0 0 60px rgba(74,206,173,.6),0 0 0 90px rgba(74,206,173,.3)}25%,75%{box-shadow:0 0 0 0 #5ad6bd,0 0 0 0 #4acead,0 0 0 0 rgba(74,206,173,.6),0 0 0 0 rgba(74,206,173,.3)}}@keyframes moonOrbit{25%,50%{transform:rotate(-60deg)}75%{transform:rotate(-120deg)}0%,100%{transform:rotate(-180deg)}}@keyframes nightTime{0%,90%{opacity:0}50%,75%{opacity:1}}@keyframes hotPan{0%,90%{background-color:#74667e}50%,75%{background-color:#b2241c}}@keyframes heat{0%,90%{box-shadow:inset 0 0 0 0 rgba(255,255,255,.3)}50%,75%{box-shadow:inset 0 -2px 0 0 white}}@keyframes smoke{0%,50%,90%,100%{opacity:0}50%,75%{opacity:.7}}@keyframes fire{0%,90%,100%{opacity:0}50%,75%{opacity:1}}@keyframes treeShake{0%{transform:rotate(0)}25%{transform:rotate(-2deg)}40%{transform:rotate(4deg)}50%{transform:rotate(-4deg)}60%{transform:rotate(6deg)}75%{transform:rotate(-6deg)}100%{transform:rotate(0)}}@keyframes fireParticles{0%{height:30%;opacity:1;top:75%}25%{height:25%;opacity:.8;top:40%}50%{height:15%;opacity:.6;top:20%}75%{height:10%;opacity:.3;top:0}100%{opacity:0}}@keyframes fireLines{0%,25%,75%,100%{bottom:0}50%{bottom:5%}}
.page-loader .scene{display:flex;margin:0 auto 80px;justify-content:center;align-items:flex-end;width:min(400px,86vw);height:300px;position:relative;transform:scale(.92)}.page-loader .forest{display:flex;width:75%;height:90%;position:relative}.page-loader .tree{display:block;width:50%;position:absolute;bottom:0;opacity:.4}.page-loader .tree .branch{width:80%;height:0;margin:0 auto;padding-left:40%;padding-bottom:50%;overflow:hidden}.page-loader .tree .branch:before{content:"";display:block;width:0;height:0;margin-left:-600px;border-left:600px solid transparent;border-right:600px solid transparent;border-bottom:950px solid #000}.page-loader .tree .branch.branch-top{transform-origin:50% 100%;animation:treeShake .5s linear infinite}.page-loader .tree .branch.branch-middle{width:90%;padding-left:45%;padding-bottom:65%;margin:0 auto;margin-top:-25%}.page-loader .tree .branch.branch-bottom{width:100%;padding-left:50%;padding-bottom:80%;margin:0 auto;margin-top:-40%}.page-loader .tree1{width:31%}.page-loader .tree1 .branch-top{transition-delay:.3s}.page-loader .tree2{width:39%;left:9%}.page-loader .tree2 .branch-top{transition-delay:.4s}.page-loader .tree3{width:32%;left:24%}.page-loader .tree3 .branch-top{transition-delay:.5s}.page-loader .tree4{width:37%;left:34%}.page-loader .tree4 .branch-top{transition-delay:.6s}.page-loader .tree5{width:44%;left:44%}.page-loader .tree5 .branch-top{transition-delay:.7s}.page-loader .tree6{width:34%;left:61%}.page-loader .tree6 .branch-top{transition-delay:.2s}.page-loader .tree7{width:24%;left:76%}.page-loader .tree7 .branch-top{transition-delay:.1s}
.page-loader .tent{width:60%;height:25%;position:absolute;bottom:-.5%;right:15%;z-index:1;text-align:right}.page-loader .roof{display:inline-block;width:45%;height:100%;margin-right:10%;position:relative;z-index:1;border-top:4px solid #4D4454;border-right:4px solid #4D4454;border-left:4px solid #4D4454;border-top-right-radius:6px;transform:skew(30deg);box-shadow:inset -3px 3px 0 0 #F7B563;background:#f6d484}.page-loader .roof:before{content:"";width:70%;height:70%;position:absolute;top:15%;left:15%;z-index:0;border-radius:10%;background-color:#E78C20}.page-loader .roof:after{content:"";height:75%;width:100%;position:absolute;bottom:0;right:0;z-index:1;background:linear-gradient(to bottom,rgba(231,140,32,.4) 0%,rgba(231,140,32,.4) 64%,rgba(231,140,32,.8) 65%,rgba(231,140,32,.8) 100%)}.page-loader .roof-border-left{display:flex;justify-content:space-between;flex-direction:column;width:1%;height:125%;position:absolute;top:0;left:35.7%;z-index:1;transform-origin:50% 0;transform:rotate(35deg)}.page-loader .roof-border-left .roof-border{display:block;width:100%;border-radius:2px;border:2px solid #4D4454}.page-loader .roof-border-left .roof-border1{height:40%}.page-loader .roof-border-left .roof-border2{height:10%}.page-loader .roof-border-left .roof-border3{height:40%}
.page-loader .door{width:55px;height:92px;position:absolute;bottom:2%;overflow:hidden;z-index:0;transform-origin:0 105%}.page-loader .left-door{transform:rotate(35deg);position:absolute;left:13.5%;bottom:-3%;z-index:0}.page-loader .left-door .left-door-inner{width:100%;height:100%;transform-origin:0 105%;transform:rotate(-35deg);position:absolute;top:0;overflow:hidden;background-color:#EDDDC2}.page-loader .left-door .left-door-inner:before{content:"";width:15%;height:100%;position:absolute;top:0;right:0;background:repeating-linear-gradient(#D4BC8B,#D4BC8B 4%,#E0D2A8 5%,#E0D2A8 10%)}.page-loader .left-door .left-door-inner:after{content:"";width:50%;height:100%;position:absolute;top:15%;left:10%;transform:rotate(25deg);background-color:#fff}.page-loader .right-door{height:89px;right:21%;transform-origin:0 105%;transform:rotate(-30deg) scaleX(-1);position:absolute;bottom:-3%;z-index:0}.page-loader .right-door .right-door-inner{width:100%;height:100%;transform-origin:0 120%;transform:rotate(-30deg);position:absolute;bottom:0;overflow:hidden;background-color:#EFE7CF}.page-loader .right-door .right-door-inner:before{content:"";width:50%;height:100%;position:absolute;top:15%;right:-28%;z-index:1;transform:rotate(15deg);background-color:#524A5A}.page-loader .right-door .right-door-inner:after{content:"";width:50%;height:100%;position:absolute;top:15%;right:-20%;transform:rotate(20deg);background-color:#fff}
.page-loader .floor{width:80%;position:absolute;right:10%;bottom:0;z-index:1}.page-loader .floor .ground{position:absolute;border-radius:2px;border:2px solid #4D4454}.page-loader .floor .ground.ground1{width:65%;left:0}.page-loader .floor .ground.ground2{width:30%;right:0}.page-loader .fireplace{display:block;width:24%;height:20%;position:absolute;left:5%}.page-loader .fireplace:before{content:"";display:block;width:8%;position:absolute;bottom:-4px;left:2%;border-radius:2px;border:2px solid #4D4454;background:#4D4454}.page-loader .fireplace .support{display:block;height:105%;width:2px;position:absolute;bottom:-5%;left:10%;border:2px solid #4D4454}.page-loader .fireplace .support:before{content:"";width:100%;height:15%;position:absolute;top:-18%;left:-4px;border-radius:2px;border:2px solid #4D4454;transform-origin:100% 100%;transform:rotate(45deg)}.page-loader .fireplace .support:after{content:"";width:100%;height:15%;position:absolute;top:-18%;left:0;border-radius:2px;border:2px solid #4D4454;transform-origin:0 100%;transform:rotate(-45deg)}.page-loader .fireplace .support:nth-child(1){left:85%}.page-loader .fireplace .bar{width:100%;height:2px;border-radius:2px;border:2px solid #4D4454}.page-loader .fireplace .hanger{display:block;width:2px;height:25%;margin-left:-4px;position:absolute;left:50%;border:2px solid #4D4454}.page-loader .fireplace .pan{display:block;width:25%;height:50%;border-radius:50%;border:4px solid #4D4454;position:absolute;top:25%;left:35%;overflow:hidden;animation:heat 5s linear infinite}.page-loader .fireplace .pan:before{content:"";display:block;height:53%;width:100%;position:absolute;bottom:0;z-index:-1;border-top:4px solid #4D4454;background-color:#74667e;animation:hotPan 5s linear infinite}.page-loader .fireplace .smoke{display:block;width:20%;height:25%;position:absolute;top:25%;left:37%;background-color:white;filter:blur(5px);animation:smoke 5s linear infinite}.page-loader .fireplace .fire{display:block;width:25%;height:120%;position:absolute;bottom:0;left:33%;z-index:1;animation:fire 5s linear infinite}.page-loader .fireplace .fire:before{content:"";display:block;width:100%;height:2px;position:absolute;bottom:-4px;z-index:1;border-radius:2px;border:1px solid #efb54a;background-color:#efb54a}.page-loader .fireplace .fire .line{display:block;width:2px;height:100%;position:absolute;bottom:0;animation:fireLines 1s linear infinite}.page-loader .fireplace .fire .line2{left:50%;margin-left:-1px;animation-delay:.3s}.page-loader .fireplace .fire .line3{right:0;animation-delay:.5s}.page-loader .fireplace .fire .line .particle{height:10%;position:absolute;top:100%;z-index:1;border-radius:2px;border:2px solid #efb54a;animation:fireParticles .5s linear infinite}.page-loader .fireplace .fire .line .particle1{animation-delay:.1s}.page-loader .fireplace .fire .line .particle2{animation-delay:.3s}.page-loader .fireplace .fire .line .particle3{animation-delay:.6s}.page-loader .fireplace .fire .line .particle4{animation-delay:.9s}
.page-loader .time-wrapper{display:block;width:100%;height:100%;position:absolute;overflow:hidden}.page-loader .time{display:block;width:100%;height:200%;position:absolute;transform-origin:50% 50%;transform:rotate(270deg);animation:earthRotation 5s linear infinite}.page-loader .time .day{display:block;width:20px;height:20px;position:absolute;top:20%;left:40%;border-radius:50%;box-shadow:0 0 0 25px #5ad6bd,0 0 0 40px #4acead,0 0 0 60px rgba(74,206,173,.6),0 0 0 90px rgba(74,206,173,.3);animation:sunrise 5s ease-in-out infinite;background-color:#ef9431}.page-loader .time .night{animation:nightTime 5s ease-in-out infinite}.page-loader .time .night .star{display:block;width:4px;height:4px;position:absolute;bottom:10%;border-radius:50%;background-color:#fff}.page-loader .time .night .star-big{width:6px;height:6px}.page-loader .time .night .star1{right:23%;bottom:25%}.page-loader .time .night .star2{right:35%;bottom:18%}.page-loader .time .night .star3{right:47%;bottom:25%}.page-loader .time .night .star4{right:22%;bottom:20%}.page-loader .time .night .star5{right:18%;bottom:30%}.page-loader .time .night .star6{right:60%;bottom:20%}.page-loader .time .night .star7{right:70%;bottom:23%}.page-loader .time .night .moon{display:block;width:25px;height:25px;position:absolute;bottom:22%;right:33%;border-radius:50%;transform:rotate(-60deg);box-shadow:9px 9px 3px 0 white;filter:blur(1px);animation:moonOrbit 5s ease-in-out infinite}.page-loader .time .night .moon:before{content:"";display:block;width:100%;height:100%;position:absolute;bottom:-9px;left:9px;border-radius:50%;box-shadow:0 0 0 5px rgba(255,255,255,.05),0 0 0 15px rgba(255,255,255,.05),0 0 0 25px rgba(255,255,255,.05),0 0 0 35px rgba(255,255,255,.05);background-color:rgba(255,255,255,.2)}
.project-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.project-tags span{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.06);color:rgba(255,255,255,.76);border-radius:999px;padding:6px 9px;font-size:11px;font-weight:850;letter-spacing:.03em}.project-tags span:before{content:"#";color:var(--accent);margin-right:2px}
@media (max-width:640px){.page-loader .scene{transform:scale(.72);margin-bottom:50px}.page-loader strong{margin-top:-40px}}


/* v1.52 - akıcı loader, proje kartı okunabilirliği ve uyumlu yorum kartları */
.page-loader{contain:strict;transform:translateZ(0);backface-visibility:hidden;background:radial-gradient(circle at 34% 39%,rgba(51,198,216,.18),transparent 31%),radial-gradient(circle at 66% 44%,rgba(240,166,56,.20),transparent 35%),#05070e;transition:opacity .34s cubic-bezier(.22,.61,.36,1),visibility .34s cubic-bezier(.22,.61,.36,1)}
.page-loader .scene{contain:layout paint style;will-change:transform;transform:translate3d(0,0,0) scale(.9);backface-visibility:hidden}
.page-loader .scene *{backface-visibility:hidden}
.page-loader .time,.page-loader .branch-top,.page-loader .fire,.page-loader .fire .line,.page-loader .fire .particle,.page-loader .night,.page-loader .moon{will-change:transform,opacity;transform:translateZ(0)}
.page-loader .forest,.page-loader .tent,.page-loader .floor,.page-loader .fireplace{contain:layout paint}
.page-loader .tree .branch.branch-top{animation:treeShake .82s ease-in-out infinite}
.page-loader .time{animation:earthRotation 6.4s linear infinite}
.page-loader .time .day{animation:sunriseOptimized 6.4s ease-in-out infinite;box-shadow:0 0 0 22px #5ad6bd,0 0 0 38px rgba(74,206,173,.76),0 0 0 62px rgba(74,206,173,.26)}
.page-loader .time .night{animation:nightTime 6.4s ease-in-out infinite}
.page-loader .time .night .moon{filter:none!important;animation:moonOrbit 6.4s ease-in-out infinite;box-shadow:8px 8px 0 0 rgba(255,255,255,.94)}
.page-loader .time .night .moon:before{box-shadow:0 0 0 10px rgba(255,255,255,.045),0 0 0 24px rgba(255,255,255,.03)}
.page-loader .fireplace .smoke{filter:none!important;border-radius:999px;background:rgba(255,255,255,.62);animation:smokeOptimized 6.4s ease-in-out infinite;will-change:transform,opacity}
.page-loader .fireplace .pan,.page-loader .fireplace .pan:before{animation-duration:6.4s}
.page-loader .fireplace .fire{animation:fire 6.4s linear infinite}
.page-loader .fireplace .fire .line{animation:fireLinesSmooth 1.05s ease-in-out infinite}
.page-loader .fireplace .fire .line .particle{top:70%;height:12%;animation:fireParticlesSmooth .78s linear infinite;will-change:transform,opacity}
@keyframes sunriseOptimized{0%,10%,90%,100%{transform:scale(1);box-shadow:0 0 0 22px #5ad6bd,0 0 0 38px rgba(74,206,173,.76),0 0 0 62px rgba(74,206,173,.26)}25%,75%{transform:scale(.74);box-shadow:0 0 0 8px rgba(90,214,189,.75),0 0 0 18px rgba(74,206,173,.24),0 0 0 30px rgba(74,206,173,.10)}}
@keyframes smokeOptimized{0%,48%,92%,100%{opacity:0;transform:translate3d(0,8px,0) scale(.7)}55%,75%{opacity:.52;transform:translate3d(0,-7px,0) scale(1.08)}}
@keyframes fireParticlesSmooth{0%{opacity:1;transform:translate3d(0,22px,0) scaleY(1)}35%{opacity:.78;transform:translate3d(0,-5px,0) scaleY(.84)}70%{opacity:.36;transform:translate3d(0,-28px,0) scaleY(.55)}100%{opacity:0;transform:translate3d(0,-42px,0) scaleY(.36)}}
@keyframes fireLinesSmooth{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-4px,0)}}

.project-showcase .project-card{display:flex;flex-direction:column;background:linear-gradient(180deg,rgba(18,22,34,.96),rgba(8,11,18,.98));overflow:hidden;isolation:isolate}
.project-showcase .project-media{position:relative;z-index:1;flex:0 0 170px;height:170px;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.10);background:linear-gradient(135deg,rgba(51,198,216,.10),rgba(240,166,56,.10))}
.project-showcase .project-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,7,14,0) 58%,rgba(5,7,14,.34) 100%);pointer-events:none}
.project-showcase .project-media img{display:block;width:100%;height:100%;object-fit:cover;transform:translateZ(0)}
.project-showcase .project-body{position:relative;z-index:2;margin:0;min-height:242px;padding:20px 22px 22px;background:linear-gradient(180deg,rgba(10,13,21,.98),rgba(8,11,18,.96));display:flex;flex-direction:column;gap:0}
.project-showcase .project-body span{display:block;margin:0 0 8px;line-height:1.28;white-space:normal;text-wrap:balance;color:var(--accent)}
.project-showcase .project-body h3{margin:0 0 11px;line-height:1.08;text-wrap:balance;overflow-wrap:normal}
.project-showcase .project-body p{margin:0;color:rgba(219,224,236,.78)}
.project-showcase .project-body small{display:block;margin-top:16px;padding-top:0;line-height:1.35;color:var(--accent)}
.project-showcase .project-tags{margin-top:14px;gap:7px}
.project-showcase .project-tags span{background:rgba(255,255,255,.075);border-color:rgba(255,255,255,.12)}

.testimonial-stage{isolation:isolate}
.stack-card{background:radial-gradient(circle at 18% 14%,rgba(51,198,216,.24),transparent 31%),radial-gradient(circle at 84% 12%,rgba(240,166,56,.18),transparent 34%),linear-gradient(155deg,rgba(17,22,34,.96),rgba(7,10,18,.99))!important;border-color:rgba(255,255,255,.13);box-shadow:0 18px 54px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.07)!important}
.stack-card::after{background:linear-gradient(135deg,rgba(51,198,216,.08),transparent 42%,rgba(240,166,56,.07))}
.testimonial-avatar{background:linear-gradient(135deg,var(--accent-2),var(--accent));box-shadow:0 12px 30px rgba(51,198,216,.16)}
@media (max-width:980px){.project-showcase .project-media{height:160px;flex-basis:160px}.project-showcase .project-body{min-height:220px}}
@media (max-width:640px){.project-showcase .project-media{height:170px;flex-basis:170px}.project-showcase .project-body{min-height:auto}.page-loader .scene{transform:translate3d(0,0,0) scale(.70)}}
@media (prefers-reduced-motion:reduce){.page-loader .scene *{animation:none!important}.page-loader{transition:none}}


/* v1.53 - Başlık okunabilirliği ve kod vitrini */
.intro-copy h1,
.section-heading h2,
.contact-panel h2{
  line-height:1.02!important;
  letter-spacing:-.048em!important;
  text-wrap:balance;
  overflow-wrap:normal;
  font-kerning:normal;
}
.section-heading{max-width:min(860px,100%);margin-left:auto;margin-right:auto;text-align:center}
.section-heading h2{font-size:clamp(38px,5.25vw,84px)!important}
.contact-panel h2{font-size:clamp(34px,4.65vw,76px)!important;max-width:10.5ch}
.intro-copy h1{line-height:.98!important;font-size:clamp(38px,4.72vw,76px)!important}
.timeline-card h3,.project-body h3{letter-spacing:-.025em;line-height:1.13}

.code-showcase-section{padding-top:88px;padding-bottom:72px}
.code-heading p:not(.eyebrow){max-width:640px;margin:18px auto 0;color:var(--muted);line-height:1.7;font-size:16px}
.code-showcase{position:relative;margin-top:34px;transition:height .38s cubic-bezier(.22,.61,.36,1);isolation:isolate;contain:layout paint}
.code-page{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;opacity:0;transform:translate3d(0,18px,0);pointer-events:none;position:absolute;inset:0;transition:opacity .46s cubic-bezier(.22,.61,.36,1),transform .46s cubic-bezier(.22,.61,.36,1)}
.code-page.is-active{position:relative;opacity:1;transform:translate3d(0,0,0);pointer-events:auto;z-index:2}
.code-page.is-leaving{opacity:0;transform:translate3d(0,-14px,0);z-index:1}
.code-window{position:relative;overflow:hidden;border-radius:24px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(20,25,38,.96),rgba(7,10,18,.98));box-shadow:0 22px 70px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.06);min-height:330px;contain:layout paint;transform:translateZ(0)}
.code-window::before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at 18% 8%,rgba(51,198,216,.18),transparent 34%),radial-gradient(circle at 88% 6%,rgba(240,166,56,.18),transparent 36%);pointer-events:none;opacity:.95}
.code-window-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;height:42px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025)}
.window-dots{position:absolute;left:18px;top:50%;transform:translateY(-50%);display:flex;gap:7px}
.window-dots span{width:10px;height:10px;border-radius:999px;background:rgba(255,255,255,.18)}
.window-dots span:nth-child(1){background:rgba(255,91,91,.38)}
.window-dots span:nth-child(2){background:rgba(240,166,56,.38)}
.window-dots span:nth-child(3){background:rgba(51,198,216,.38)}
.code-window-top strong{color:rgba(232,236,248,.72);font-size:12px;font-weight:900;letter-spacing:.04em;max-width:62%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.code-lines{position:relative;z-index:1;padding:22px 20px 26px;display:grid;gap:7px;min-height:278px}
.code-lines p{display:grid;grid-template-columns:30px minmax(0,1fr);gap:12px;margin:0;align-items:start;color:#c9d4ea;font:600 12px/1.55 ui-monospace,SFMono-Regular,Menlo,Consolas,"Liberation Mono",monospace;letter-spacing:.01em}
.code-lines p span{color:rgba(167,173,188,.42);user-select:none;text-align:right}
.code-lines code{display:block;white-space:pre-wrap;overflow-wrap:anywhere;color:#9cc8ff}
.code-lines p:nth-child(3n+1) code{color:#ff9fd6}
.code-lines p:nth-child(3n+2) code{color:#bca7ff}
.code-lines p:nth-child(3n+3) code{color:#8bdff1}
@media (max-width:980px){.code-page{grid-template-columns:1fr;position:absolute}.code-page.is-active{position:relative}.code-window{min-height:280px}.section-heading h2{font-size:clamp(38px,9vw,68px)!important}.contact-panel h2{font-size:clamp(36px,8.8vw,62px)!important;max-width:100%}}
@media (max-width:640px){.section-heading h2{font-size:clamp(34px,11vw,50px)!important;line-height:1.06!important;letter-spacing:-.04em!important}.contact-panel h2{font-size:clamp(33px,10vw,48px)!important}.intro-copy h1{font-size:clamp(34px,10vw,52px)!important}.code-showcase-section{padding-top:64px}.code-window{border-radius:20px}.code-lines{padding:20px 16px}.code-lines p{grid-template-columns:24px minmax(0,1fr);font-size:11px}}


/* v1.55 footer ve hakkımda düzeni */
.about-content-clean{display:block;max-width:980px;margin:24px auto 0;text-align:center}
.about-content-clean p{margin:0 auto;max-width:960px}
.skill-grid{align-items:stretch}
.skill-card{min-height:190px}
.site-footer{align-items:flex-start}
.footer-items{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;max-width:760px}
.footer-item{min-height:42px;border-radius:999px;border:1px solid var(--line);display:inline-flex;align-items:center;gap:10px;padding:8px 14px 8px 8px;color:#fff;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));text-decoration:none;font-size:13px;font-weight:850;line-height:1;transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;max-width:100%}
.footer-item:hover{transform:translateY(-2px);border-color:rgba(240,166,56,.45);box-shadow:0 16px 34px rgba(0,0,0,.24)}
.footer-item-icon{width:28px;height:28px;border-radius:999px;display:grid;place-items:center;flex:0 0 auto;background:radial-gradient(circle at 30% 20%,rgba(51,198,216,.34),rgba(255,255,255,.06) 56%),radial-gradient(circle at 74% 24%,rgba(240,166,56,.34),transparent 54%);font-size:10px;font-weight:950;color:#fff}
.footer-item-icon img{width:18px;height:18px;object-fit:contain;display:block}
.footer-item-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:260px}
@media (max-width:760px){.site-footer{align-items:center;text-align:center}.footer-items{justify-content:center}.footer-item-text{max-width:210px}}


/* v1.56 footer 3'lü liste ve bağlantılı telif metni */
.site-footer{
  display:grid;
  grid-template-columns:minmax(240px,1fr) minmax(360px,760px);
  align-items:start;
  gap:28px;
}
.footer-copyright{
  margin:0;
  max-width:420px;
  color:var(--muted);
  font-size:15px;
  line-height:1.7;
}
.footer-copyright a{
  color:#fff;
  font-weight:900;
  text-decoration:none;
  border-bottom:1px solid rgba(240,166,56,.55);
}
.footer-copyright a:hover{color:var(--accent)}
.footer-items{
  width:100%;
  max-width:760px;
  margin-left:auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  justify-content:stretch;
}
.footer-item{
  width:100%;
  min-height:44px;
  justify-content:flex-start;
  border-radius:16px;
  padding:8px 12px 8px 8px;
}
.footer-item-text{
  min-width:0;
  max-width:100%;
}
@media (max-width:900px){
  .site-footer{grid-template-columns:1fr;text-align:center;align-items:center}
  .footer-copyright{max-width:100%}
  .footer-items{margin:0 auto;grid-template-columns:repeat(2,minmax(0,1fr));max-width:620px}
}
@media (max-width:560px){
  .footer-items{grid-template-columns:1fr}
  .footer-item{justify-content:center}
}

/* v1.57 footer: sade ikonlu liste düzeni */
.site-footer{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:22px!important;text-align:center!important}
.footer-items{order:1;width:100%;max-width:760px;margin:0 auto!important;display:grid!important;grid-template-columns:repeat(3,max-content)!important;justify-content:center!important;align-items:start!important;gap:12px 46px!important}
.footer-item{width:auto!important;min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:13px!important;color:rgba(232,236,248,.64)!important;font-size:17px!important;font-weight:650!important;line-height:1.22!important;text-decoration:none!important;letter-spacing:-.01em!important;transition:color .18s ease,transform .18s ease!important;will-change:transform}
.footer-item:hover{transform:translate3d(4px,0,0)!important;color:#fff!important;border-color:transparent!important;box-shadow:none!important;background:transparent!important}
.footer-item-icon{width:22px!important;height:22px!important;min-width:22px!important;border-radius:0!important;background:transparent!important;display:grid!important;place-items:center!important;color:var(--accent)!important;font-size:16px!important;font-weight:950!important;line-height:1!important;text-transform:none!important;text-shadow:none!important}
.footer-item-icon img{width:22px!important;height:22px!important;object-fit:contain!important;display:block!important}
.footer-item-text{max-width:220px!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.footer-copyright{order:2;max-width:900px!important;margin:2px auto 0!important;color:rgba(198,207,226,.78)!important;font-size:15px!important;line-height:1.7!important}
.footer-copyright a{color:#fff!important;border-bottom:1px solid rgba(240,166,56,.55)!important;text-decoration:none!important;font-weight:850!important}
.footer-copyright a:hover{color:var(--accent)!important}
.footer-item[title*="instagram" i] .footer-item-icon,.footer-item[aria-label*="instagram" i] .footer-item-icon{font-size:0!important;color:#e4405f!important}.footer-item[title*="instagram" i] .footer-item-icon::before,.footer-item[aria-label*="instagram" i] .footer-item-icon::before{content:"◎";font-size:22px;line-height:1}
.footer-item[title*="facebook" i] .footer-item-icon,.footer-item[aria-label*="facebook" i] .footer-item-icon{font-size:0!important;color:#1877f2!important}.footer-item[title*="facebook" i] .footer-item-icon::before,.footer-item[aria-label*="facebook" i] .footer-item-icon::before{content:"f";font:900 22px/1 Arial,sans-serif}
.footer-item[title*="twitter" i] .footer-item-icon,.footer-item[aria-label*="twitter" i] .footer-item-icon,.footer-item[title*=" x" i] .footer-item-icon,.footer-item[aria-label*=" x" i] .footer-item-icon{font-size:0!important;color:#1da1f2!important}.footer-item[title*="twitter" i] .footer-item-icon::before,.footer-item[aria-label*="twitter" i] .footer-item-icon::before,.footer-item[title*=" x" i] .footer-item-icon::before,.footer-item[aria-label*=" x" i] .footer-item-icon::before{content:"X";font:900 18px/1 Arial,sans-serif}
.footer-item[title*="discord" i] .footer-item-icon,.footer-item[aria-label*="discord" i] .footer-item-icon{font-size:0!important;color:#5865f2!important}.footer-item[title*="discord" i] .footer-item-icon::before,.footer-item[aria-label*="discord" i] .footer-item-icon::before{content:"●";font-size:19px;line-height:1}
.footer-item[title*="github" i] .footer-item-icon,.footer-item[aria-label*="github" i] .footer-item-icon{font-size:0!important;color:#e8ecf8!important}.footer-item[title*="github" i] .footer-item-icon::before,.footer-item[aria-label*="github" i] .footer-item-icon::before{content:"⌘";font-size:20px;line-height:1}
.footer-item[title*="linkedin" i] .footer-item-icon,.footer-item[aria-label*="linkedin" i] .footer-item-icon{font-size:0!important;color:#0a66c2!important}.footer-item[title*="linkedin" i] .footer-item-icon::before,.footer-item[aria-label*="linkedin" i] .footer-item-icon::before{content:"in";font:900 17px/1 Arial,sans-serif}
.footer-item[title*="mail" i] .footer-item-icon,.footer-item[title*="posta" i] .footer-item-icon,.footer-item[aria-label*="mail" i] .footer-item-icon,.footer-item[aria-label*="posta" i] .footer-item-icon{color:#f0a638!important}
.footer-item[title*="telefon" i] .footer-item-icon,.footer-item[aria-label*="telefon" i] .footer-item-icon{color:#33c6d8!important}
@media (max-width:760px){.footer-items{grid-template-columns:repeat(2,max-content)!important;gap:12px 30px!important;max-width:100%!important}.footer-item{font-size:16px!important}}
@media (max-width:480px){.footer-items{grid-template-columns:1fr!important;justify-items:flex-start!important;max-width:260px!important}.footer-item{width:100%!important}.footer-copyright{font-size:14px!important}}

/* v1.60 - mobil deneyim zaman çizelgesi taşma düzeltmesi */
@media (max-width:980px){
  .timeline-section{overflow:hidden;}
  .vertical-timeline{
    width:min(100%, calc(100vw - 30px)) !important;
    margin:44px auto 0 !important;
    padding:0 !important;
    gap:24px !important;
  }
  .vertical-timeline::before{
    left:20px !important;
    top:0 !important;
    bottom:0 !important;
    transform:none !important;
  }
  .timeline-node{
    display:grid !important;
    grid-template-columns:44px minmax(0,1fr) !important;
    align-items:start !important;
    width:100% !important;
    min-height:auto !important;
  }
  .timeline-dot{
    grid-column:1 !important;
    grid-row:1 !important;
    justify-self:center !important;
    align-self:start !important;
    margin:22px 0 0 !important;
    width:18px !important;
    height:18px !important;
    border-width:4px !important;
    box-shadow:0 0 0 9px rgba(240,166,56,.12),0 0 28px rgba(240,166,56,.38) !important;
  }
  .timeline-node.is-left .timeline-card,
  .timeline-node.is-right .timeline-card{
    grid-column:2 !important;
    grid-row:1 !important;
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    text-align:left !important;
  }
  .timeline-card{
    width:100% !important;
    min-width:0 !important;
    padding:22px !important;
    border-radius:22px !important;
    overflow:hidden !important;
  }
  .timeline-date{
    max-width:100% !important;
    white-space:normal !important;
    line-height:1.25 !important;
    overflow-wrap:anywhere !important;
  }
  .timeline-card h3{
    font-size:clamp(22px,7vw,30px) !important;
    line-height:1.08 !important;
    letter-spacing:-.03em !important;
    overflow-wrap:break-word !important;
    word-break:normal !important;
    hyphens:auto;
  }
  .timeline-card p{
    font-size:15px !important;
    line-height:1.58 !important;
    overflow-wrap:break-word !important;
    word-break:normal !important;
  }
}
@media (max-width:430px){
  .vertical-timeline{
    width:min(100%, calc(100vw - 22px)) !important;
    gap:20px !important;
  }
  .vertical-timeline::before{left:15px !important;}
  .timeline-node{grid-template-columns:32px minmax(0,1fr) !important;}
  .timeline-dot{
    width:16px !important;
    height:16px !important;
    border-width:4px !important;
    margin-top:20px !important;
  }
  .timeline-card{padding:18px !important;border-radius:20px !important;}
  .timeline-card h3{font-size:clamp(20px,7.2vw,25px) !important;}
  .timeline-card p{font-size:14px !important;line-height:1.54 !important;}
  .timeline-date{font-size:10px !important;padding:5px 9px !important;}
}
