/* ═══════════════════════════════════════════════
   FATOŞ TAŞÇI HAIR STUDIO — "Siyah & Şampanya"
   Lüks kadın kuaförü · editoryal
   ═══════════════════════════════════════════════ */

:root {
  --ink-990: #0b0a08;
  --ink-950: #100e0b;
  --ink-900: #16130f;
  --ink-850: #1d1913;
  --gold: #c9a24e;
  --gold-lt: #e3c583;
  --gold-soft: #d9bd83;
  --champagne: #f3e6cf;
  --cream: #f4efe7;
  --cream-70: rgba(244, 239, 231, .68);
  --cream-40: rgba(244, 239, 231, .40);
  --hair: rgba(201, 162, 78, .22);

  --f-disp: "Cormorant Garamond", Georgia, serif;
  --f-body: "Jost", system-ui, sans-serif;

  --t-hero: clamp(3rem, 1rem + 8.5vw, 8rem);
  --t-h2: clamp(2.1rem, 1rem + 4vw, 4.6rem);
  --t-base: clamp(1rem, .96rem + .22vw, 1.1rem);

  --space: clamp(5rem, 3rem + 8vw, 11rem);
  --pad-x: clamp(1.25rem, 4vw, 5rem);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  background: var(--ink-950);
  color: var(--cream);
  font-family: var(--f-body);
  font-size: var(--t-base);
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
em { font-style: italic; }
::selection { background: var(--gold); color: var(--ink-990); }

.grain {
  position: fixed; inset: -50%; width: 200%; height: 200%;
  pointer-events: none; z-index: 9999; opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 7s steps(9) infinite;
}
@keyframes grain {
  0%,100%{transform:translate(0,0)} 20%{transform:translate(-8%,4%)} 40%{transform:translate(6%,-8%)}
  60%{transform:translate(-4%,10%)} 80%{transform:translate(10%,-2%)}
}

/* PRELOADER */
.preloader { position: fixed; inset: 0; z-index: 10000; background: var(--ink-990); display: grid; place-items: center; }
.pl-inner { text-align: center; }
.pl-over { display: block; font-size: .72rem; letter-spacing: .5em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; opacity: 0; animation: plf .6s .1s forwards; }
.pl-name { font-family: var(--f-disp); font-style: italic; font-weight: 500; font-size: clamp(2.6rem, 9vw, 5rem); color: var(--cream); line-height: 1; display: flex; justify-content: center; }
.pl-name span { display: inline-block; opacity: 0; transform: translateY(.5em); animation: plc .7s var(--ease) forwards; }
.pl-name span.sp { width: .3em; }
.pl-name span:nth-child(1){animation-delay:.12s} .pl-name span:nth-child(2){animation-delay:.18s}
.pl-name span:nth-child(3){animation-delay:.24s} .pl-name span:nth-child(4){animation-delay:.30s}
.pl-name span:nth-child(5){animation-delay:.36s} .pl-name span:nth-child(7){animation-delay:.44s}
.pl-name span:nth-child(8){animation-delay:.50s} .pl-name span:nth-child(9){animation-delay:.56s}
.pl-name span:nth-child(10){animation-delay:.62s} .pl-name span:nth-child(11){animation-delay:.68s}
.pl-line { height: 1px; background: var(--gold); margin: 1.1rem auto 0; width: 0; animation: pll 1s .6s var(--ease) forwards; }
@keyframes plc { to { opacity: 1; transform: none; } }
@keyframes pll { to { width: min(300px, 58vw); } }
@keyframes plf { to { opacity: 1; } }
.preloader.done { transition: opacity .55s, visibility .55s; opacity: 0; visibility: hidden; }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 900; transition: background .4s, backdrop-filter .4s, box-shadow .4s; }
.nav.scrolled { background: rgba(11,10,8,.8); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--hair); }
.nav-inner { display: flex; align-items: center; gap: 2rem; padding: 1.05rem var(--pad-x); max-width: 1560px; margin: 0 auto; }
.nav-logo { display: flex; flex-direction: column; line-height: 1.05; }
.nav-logo-name { font-family: var(--f-disp); font-style: italic; font-weight: 500; font-size: 1.6rem; color: var(--cream); }
.nav-logo-sub { font-size: .56rem; letter-spacing: .48em; text-transform: uppercase; color: var(--gold); margin-top: .28rem; }
.nav-links { display: flex; gap: 1.9rem; margin-left: auto; }
.nav-links a { font-size: .86rem; font-weight: 400; letter-spacing: .02em; color: var(--cream-70); position: relative; padding: .3rem 0; transition: color .3s; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .4s var(--ease); }
.nav-links a:hover { color: var(--cream); }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { font-size: .82rem; font-weight: 500; letter-spacing: .04em; border: 1px solid var(--gold); color: var(--gold); padding: .58rem 1.4rem; border-radius: 100px; transition: background .35s, color .35s; }
.nav-cta:hover { background: var(--gold); color: var(--ink-990); }
.nav-burger { display: none; background: none; border: 0; cursor: pointer; width: 40px; height: 40px; z-index: 1001; }
.nav-burger span { display: block; width: 24px; height: 1.5px; background: var(--cream); margin: 6px auto; transition: transform .35s, opacity .35s; }
.nav-burger.open span:nth-child(1) { transform: translateY(3.75px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { transform: translateY(-3.75px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 950; background: var(--ink-990); display: flex; flex-direction: column; justify-content: center; padding: 0 var(--pad-x); clip-path: circle(0% at calc(100% - 44px) 34px); transition: clip-path .6s var(--ease); visibility: hidden; }
.mobile-menu.open { clip-path: circle(150% at calc(100% - 44px) 34px); visibility: visible; }
.mobile-menu nav { display: flex; flex-direction: column; gap: .3rem; }
.mobile-menu nav a { font-family: var(--f-disp); font-size: 2.5rem; font-weight: 400; color: var(--cream); padding: .3rem 0; border-bottom: 1px solid rgba(201,162,78,.12); }
.mobile-menu nav a:active { color: var(--gold); }
.mm-foot { margin-top: 2.4rem; display: flex; flex-direction: column; gap: .5rem; }
.mm-foot a { color: var(--gold); font-size: 1rem; }

/* ORTAK */
.section { padding: var(--space) var(--pad-x); max-width: 1560px; margin: 0 auto; }
.section-head { margin-bottom: clamp(2.5rem, 5vw, 5rem); }
.section-over { font-size: .72rem; font-weight: 500; letter-spacing: .45em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; display: flex; align-items: center; gap: .8rem; }
.section-over .line, .section-over::before { content: ""; width: 32px; height: 1px; background: var(--gold); }
.section-title { font-family: var(--f-disp); font-weight: 400; font-size: var(--t-h2); line-height: 1.05; letter-spacing: -.01em; }
.section-title em { color: var(--gold); }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: .95rem 2.1rem; border-radius: 100px; font-weight: 500; font-size: .92rem; letter-spacing: .02em; transition: transform .35s var(--ease), background .35s, color .35s, border-color .35s; will-change: transform; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn-gold { background: var(--gold); color: var(--ink-990); }
.btn-gold:hover { background: var(--gold-lt); }
.btn-ghost { border: 1px solid rgba(244,239,231,.26); color: var(--cream); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

/* HERO */
.hero { min-height: 100svh; display: flex; flex-direction: column; justify-content: center; position: relative; padding: clamp(6.5rem,12vh,9rem) var(--pad-x) 4rem; overflow: hidden;
  background: radial-gradient(1100px 700px at 80% 25%, rgba(201,162,78,.1), transparent 62%), radial-gradient(800px 600px at 5% 90%, rgba(29,25,19,.7), transparent 60%), var(--ink-950); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem,5vw,6rem); align-items: center; max-width: 1440px; margin: 0 auto; width: 100%; }
.hero-over { font-size: .78rem; font-weight: 500; letter-spacing: .4em; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: .7rem; margin-bottom: 1.7rem; }
.hero-over .line { width: 30px; height: 1px; background: var(--gold); display: inline-block; }
.hero-title { font-family: var(--f-disp); font-weight: 300; font-size: var(--t-hero); line-height: .95; letter-spacing: -.02em; margin-bottom: 1.7rem; }
.hero-title .it { font-style: italic; color: var(--gold); }
.ht-line { display: block; overflow: hidden; padding-bottom: .06em; margin-bottom: -.06em; }
.ht-w { display: inline-block; }
.hero-sub { max-width: 44ch; color: var(--cream-70); margin-bottom: 2.2rem; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem; }
.hero-slogan { font-family: var(--f-disp); font-style: italic; font-size: 1.35rem; color: var(--gold-soft); }
.hero-visual { position: relative; display: grid; place-items: center; }
.hv-main { width: min(100%, 440px); aspect-ratio: 1/1.24; border-radius: 300px 300px 16px 16px; overflow: hidden; border: 1px solid var(--hair); box-shadow: 0 40px 90px -30px rgba(0,0,0,.85); }
.hv-main img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.12); }
.hv-badge { position: absolute; left: -5%; bottom: 8%; display: flex; align-items: center; gap: .7rem; background: rgba(16,14,11,.82); backdrop-filter: blur(8px); border: 1px solid var(--hair); border-radius: 14px; padding: .8rem 1.1rem; animation: float 5.5s ease-in-out infinite; }
.hvb-star { color: var(--gold); font-size: 1.4rem; }
.hv-badge strong { display: block; font-family: var(--f-disp); font-size: 1.15rem; }
.hv-badge span { font-size: .72rem; color: var(--cream-70); }
@keyframes float { 50% { transform: translateY(-12px); } }
.hv-ring { position: absolute; width: min(70%, 320px); right: -7%; top: -6%; animation: spin 30s linear infinite; pointer-events: none; }
.hv-ring text { font-family: var(--f-body); font-size: 14px; font-weight: 500; letter-spacing: .28em; fill: var(--gold); text-transform: uppercase; }
@keyframes spin { to { transform: rotate(360deg); } }
.scroll-hint { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); width: 1px; height: 54px; overflow: hidden; }
.scroll-hint span { position: absolute; inset: 0; background: var(--gold); animation: sh 2s var(--ease) infinite; }
@keyframes sh { 0%{transform:translateY(-100%)} 55%{transform:translateY(0)} 100%{transform:translateY(100%)} }

/* MARQUEE */
.marquee { border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); background: var(--ink-990); overflow: hidden; padding: 1.1rem 0; position: relative; z-index: 2; }
.marquee-track { display: flex; align-items: center; gap: 2.6rem; width: max-content; animation: mq 32s linear infinite; }
.marquee-track span { font-family: var(--f-disp); font-style: italic; font-size: 1.3rem; color: var(--cream-70); white-space: nowrap; }
.marquee-track i { color: var(--gold); font-style: normal; font-size: .75rem; }
@keyframes mq { to { transform: translateX(-50%); } }

/* HAKKINDA */
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(2.5rem,5vw,6rem); align-items: center; }
.about-images { position: relative; height: clamp(430px, 56vw, 660px); }
.ai { position: absolute; overflow: hidden; border-radius: 12px; border: 1px solid rgba(201,162,78,.14); box-shadow: 0 30px 60px -25px rgba(0,0,0,.7); }
.ai img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.14); }
.ai-1 { width: 58%; height: 70%; left: 0; top: 0; z-index: 2; }
.ai-2 { width: 42%; height: 42%; right: 0; top: 10%; z-index: 3; }
.ai-3 { width: 52%; height: 46%; left: 26%; bottom: 0; z-index: 1; }
.about-lead { font-family: var(--f-disp); font-weight: 400; font-size: clamp(1.3rem,1rem+1vw,1.75rem); line-height: 1.35; margin-bottom: 1.1rem; color: var(--champagne); }
.about-lead em, .about-text em { color: var(--gold); font-style: italic; }
.about-text > p { color: var(--cream-70); margin-bottom: 2rem; }
.about-feats { display: grid; gap: 1.2rem; }
.about-feats li { display: flex; gap: 1rem; align-items: flex-start; }
.af-ic { flex: 0 0 40px; height: 40px; display: grid; place-items: center; color: var(--gold); border-radius: 50%; border: 1px solid var(--hair); background: rgba(201,162,78,.06); }
.about-feats strong { display: block; font-size: 1rem; margin-bottom: .1rem; font-weight: 500; }
.about-feats p { font-size: .88rem; color: var(--cream-40); }

/* HİZMETLER */
.serv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.serv-card { padding: 2rem 1.8rem; border: 1px solid var(--hair); border-radius: 16px; background: linear-gradient(160deg, rgba(29,25,19,.5), rgba(16,14,11,.2)); position: relative; overflow: hidden; transition: transform .45s var(--ease), border-color .35s; }
.serv-card:hover { transform: translateY(-6px); border-color: rgba(201,162,78,.42); }
.sc-num { font-family: var(--f-disp); font-size: 2.4rem; color: rgba(201,162,78,.28); line-height: 1; display: block; margin-bottom: .8rem; }
.serv-card h3 { font-family: var(--f-disp); font-weight: 500; font-size: 1.5rem; margin-bottom: 1rem; }
.serv-card ul { display: grid; gap: .5rem; }
.serv-card li { font-size: .92rem; color: var(--cream-70); padding-left: 1.1rem; position: relative; }
.serv-card li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); font-size: .7rem; top: .25rem; }
.cta-card { display: flex; flex-direction: column; justify-content: center; background: linear-gradient(160deg, rgba(201,162,78,.12), rgba(201,162,78,.02)); }
.cta-card h3 { margin-bottom: .6rem; }
.cta-card p { font-size: .9rem; color: var(--cream-70); margin-bottom: 1.4rem; }
.cta-card .btn { align-self: flex-start; }

/* ÇALIŞMALAR */
.works { padding: var(--space) 0; overflow: hidden; }
.works .section-head { padding: 0 var(--pad-x); max-width: 1560px; margin: 0 auto clamp(2.5rem,5vw,5rem); }
.works-track { display: flex; gap: clamp(1rem,2vw,1.7rem); padding: 0 var(--pad-x); width: max-content; }
.w-item { position: relative; flex: 0 0 auto; width: clamp(230px, 28vw, 380px); height: clamp(330px, 40vw, 510px); overflow: hidden; border-radius: 14px; border: 1px solid rgba(201,162,78,.12); }
.w-item.tall { height: clamp(370px, 44vw, 570px); align-self: flex-start; }
.w-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.w-item:hover img { transform: scale(1.06); }
.w-item figcaption { position: absolute; left: 1rem; bottom: 1rem; font-size: .74rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--cream); background: rgba(11,10,8,.6); backdrop-filter: blur(6px); padding: .38rem .9rem; border-radius: 100px; border: 1px solid rgba(201,162,78,.2); }
.works-hint { padding: 1.5rem var(--pad-x) 0; font-size: .78rem; letter-spacing: .3em; text-transform: uppercase; color: var(--cream-40); }
.works-ig { padding: 2rem var(--pad-x) 0; }

/* ALINTI */
.quote { text-align: center; padding: clamp(4rem,8vw,8rem) var(--pad-x); background: var(--ink-990); border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); }
.quote blockquote { font-family: var(--f-disp); font-style: italic; font-weight: 300; font-size: clamp(1.9rem,1rem+4vw,4rem); line-height: 1.15; color: var(--champagne); max-width: 18ch; margin: 0 auto .8rem; }
.quote p { font-size: .8rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); }

/* KONUM */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2.5rem,5vw,6rem); align-items: stretch; }
.contact-list { display: grid; gap: 1.4rem; margin: 2.2rem 0 2.4rem; }
.cl-label { display: block; font-size: .66rem; font-weight: 600; letter-spacing: .32em; text-transform: uppercase; color: var(--gold); margin-bottom: .35rem; }
.contact-list p { color: var(--cream-70); }
.contact-list a { color: var(--cream); border-bottom: 1px solid var(--hair); transition: color .3s, border-color .3s; }
.contact-list a:hover { color: var(--gold); border-color: var(--gold); }
.contact-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }
.contact-map { border-radius: 18px; overflow: hidden; border: 1px solid var(--hair); min-height: 440px; position: relative; filter: saturate(.82) contrast(1.02); }
.contact-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* FOOTER */
.footer { border-top: 1px solid var(--hair); background: var(--ink-990); padding: 4.5rem var(--pad-x) 2rem; position: relative; overflow: hidden; }
.footer-word { position: absolute; left: 50%; bottom: -0.26em; transform: translateX(-50%); font-family: var(--f-disp); font-style: italic; font-size: clamp(6rem,22vw,20rem); line-height: 1; color: rgba(201,162,78,.05); white-space: nowrap; pointer-events: none; }
.footer-inner { position: relative; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2.5rem; max-width: 1560px; margin: 0 auto 3.5rem; }
.footer-col { display: flex; flex-direction: column; gap: .6rem; align-items: flex-start; }
.footer-col p { color: var(--cream-40); font-size: .9rem; margin-top: .5rem; }
.footer-col a { color: var(--cream-70); font-size: .95rem; transition: color .3s; }
.footer-col a:hover { color: var(--gold); }
.footer-base { position: relative; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; max-width: 1560px; margin: 0 auto; padding-top: 1.6rem; border-top: 1px solid rgba(201,162,78,.1); font-size: .8rem; color: var(--cream-40); }
.footer-credit a { color: var(--cream-70); border-bottom: 1px solid var(--hair); }
.footer-credit a:hover { color: var(--gold); }

/* WHATSAPP */
.wa-float { position: fixed; right: 1.4rem; bottom: 1.4rem; z-index: 890; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: #22c15e; color: #fff; box-shadow: 0 12px 30px -8px rgba(34,193,94,.55); transition: transform .35s var(--ease); }
.wa-float:hover { transform: scale(1.1) rotate(6deg); }

/* JS BAŞLANGIÇ */
.js .ht-w { transform: translateY(110%); }
.js .hero-sub, .js .hero-ctas, .js .hero-slogan, .js .hero-over { opacity: 0; transform: translateY(24px); }
.js .hv-main { clip-path: inset(100% 0 0 0 round 300px 300px 16px 16px); }
.js .hv-badge, .js .hv-ring { opacity: 0; }

/* RESPONSIVE */
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 3rem; }
  .hero-visual { order: -1; }
  .hv-main { width: min(76%, 380px); }
  .about-grid { grid-template-columns: 1fr; }
  .serv-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .nav-links, .nav-cta { display: none; }
  .nav-burger { display: block; margin-left: auto; }
  .hero { padding-top: 5.5rem; }
  .hv-badge { left: 0; bottom: 5%; }
  .hv-ring { width: 58%; right: -4%; }
  .about-images { height: 84vw; }
  .serv-grid { grid-template-columns: 1fr; }
  .w-item { width: 74vw; height: 100vw; }
  .w-item.tall { height: 108vw; }
  .contact-map { min-height: 340px; }
  .footer-inner { grid-template-columns: 1fr; }
}

/* REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .ht-w, .js .hero-sub, .js .hero-ctas, .js .hero-slogan, .js .hero-over, .js .hv-badge, .js .hv-ring { transform: none; opacity: 1; }
  .js .hv-main { clip-path: none; }
  html { scroll-behavior: auto; }
}
