/* ============================================================
   Müjda Özbek Güzellik Salonu, tasarım sistemi
   Tek tema: koyu (salonun kendi iç mekanından türetilmiş).

   Köşe yarıçapı kuralı (sayfanın tamamında geçerli):
     kabuk (dış bezel) .... 20px   --r-shell
     çekirdek (iç kutu) ... 14px   --r-core   (20 - 6px padding)
     form alanları ........ 12px   --r-input
     butonlar ............. tam hap (999px)
   ============================================================ */

/* ---------- 1. Token ---------- */
:root {
  color-scheme: light;

  /* Zemin ve yüzeyler. Ton, salonun gerçek duvar rengi olan soğuk porselen
     griden alındı; sıcak krem paletine bilerek gidilmedi. */
  --ink:        #F4F4F5;
  --ink-2:      #FBFBFC;
  --ink-3:      #EDEDEF;
  --ink-4:      #E2E2E6;

  --text-hi:    #141416;
  --text:       #45454B;
  --text-mute:  #65656C;

  /* İki altın: --gold dolgu (buton zemini), --gold-ink metin.
     Açık zeminde parlak altın okunmadığı için ayrıldılar. */
  --gold:       #C9A15A;
  --gold-ink:   #7E5F28;
  --gold-hi:    #B98F45;
  --on-gold:    #141416;
  --gold-dim:   rgba(201, 161, 90, .16);
  --gold-line:  rgba(126, 95, 40, .3);

  --line:       rgba(20, 20, 22, .1);
  --line-2:     rgba(20, 20, 22, .16);
  --line-3:     rgba(20, 20, 22, .26);

  --elev:       rgba(255, 255, 255, .85);
  --inner-hi:   inset 0 0 0 1px rgba(20, 20, 22, .05);
  --glass:      rgba(244, 244, 245, .72);
  --glass-on:   rgba(251, 251, 252, .93);
  --glass-full: rgba(244, 244, 245, .96);
  --glass-solid: rgba(244, 244, 245, .98);
  --track:      rgba(20, 20, 22, .14);
  --track-hi:   rgba(20, 20, 22, .26);
  --chip-bg:    rgba(20, 20, 22, .06);
  --tint-band:  rgba(20, 20, 22, .028);

  --shadow-nav: 0 14px 40px rgba(20, 20, 22, .1);
  --shadow-lb:  0 30px 90px rgba(20, 20, 22, .25);

  --ok:         #2E7D52;
  --err:        #B3402A;

  /* Görsel kartlarındaki metin perdesi */
  --scrim: linear-gradient(to top,
    rgba(251,251,252,.97) 0%, rgba(251,251,252,.94) 22%,
    rgba(251,251,252,.45) 40%, rgba(251,251,252,0) 60%);
  --photo-fade: linear-gradient(to top,
    rgba(251,251,252,.5) 0%, rgba(251,251,252,.1) 34%, transparent 62%);

  /* Fotoğrafsız hizmet hücreleri */
  --tint-1: radial-gradient(120% 90% at 100% 0%, rgba(201,161,90,.24) 0%, transparent 58%),
            linear-gradient(200deg, #F7F3EA 0%, #EDEDEF 68%);
  --tint-2: radial-gradient(100% 120% at 12% 100%, rgba(201,161,90,.22) 0%, transparent 55%),
            linear-gradient(160deg, #F2F2F5 0%, #E9E9EC 72%);
  --tint-3: linear-gradient(to bottom, transparent 0 15px, rgba(126,95,40,.1) 15px 16px, transparent 16px 34px),
            linear-gradient(120deg, #F6F3EC 0%, #ECECEF 64%);

  /* Panjur perdesi ve jaluzi ışığı */
  --slat-dark:  rgba(20, 20, 22, .1);
  --slat-light: rgba(255, 255, 255, .55);
  --louver:     rgba(126, 95, 40, .13);
  --rule-mid:   rgba(126, 95, 40, .2);
  --rule-low:   rgba(126, 95, 40, .1);

  --map-filter: grayscale(.4) contrast(1.02) brightness(1.02);
  --portrait-filter: contrast(1.03) saturate(.96);

  --r-shell: 20px;
  --r-core:  14px;
  --r-input: 12px;
  --shell-pad: 6px;

  --page:   1320px;
  --gutter: clamp(1.25rem, 5vw, 3.5rem);
  --sect-pad: clamp(5rem, 9vw, 8.5rem);

  --ease:      cubic-bezier(.32, .72, 0, 1);
  --ease-soft: cubic-bezier(.16, 1, .3, 1);

  --z-nav: 40;
  --z-menu: 50;
  --z-grain: 60;
  --z-lightbox: 70;
  --z-veil: 80;

  --font-display: "Plus Jakarta Sans", "Helvetica Neue", system-ui, sans-serif;
  --font-ui: "Manrope", "Helvetica Neue", system-ui, -apple-system, sans-serif;
}

/* ---------- 2. Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: var(--font-ui);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, svg, iframe { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; border: 0; background: none; }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--gold); color: var(--on-gold); }

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  margin: -1px; padding: 0; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap;
}

.skip-link {
  position: fixed; top: 1rem; left: 1rem; z-index: 999;
  padding: .75rem 1.25rem; border-radius: 999px;
  background: var(--gold); color: var(--on-gold);
  font-size: .8125rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  transform: translateY(-160%); transition: transform .3s var(--ease);
}
.skip-link:focus-visible { transform: translateY(0); }

/* ---------- 3. Tipografi ---------- */
.display {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--text-hi);
  letter-spacing: -.035em;
  line-height: 1.02;
  text-wrap: pretty;
}
.display em { font-style: normal; color: var(--gold-ink); position: relative; }

/* vurgulanan kelimenin altına çizilen altın çizgi, girişte soldan çizilir */
.display em::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: .02em;
  height: .055em;
  background: currentColor;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s var(--ease) .5s;
}
.is-loaded .display em::after,
.is-in .display em::after,
.is-active .display em::after { transform: scaleX(1); }

.d-1 { font-size: clamp(2.15rem, 5.8vw, 4.75rem); }
.d-2 { font-size: clamp(2rem, 4.2vw, 3.35rem); }
.d-3 { font-size: clamp(1.5rem, 2.5vw, 2.05rem); line-height: 1.14; letter-spacing: -.028em; }
.d-4 { font-size: clamp(1.2rem, 1.7vw, 1.4rem); line-height: 1.2; letter-spacing: -.02em; }

.lede {
  font-size: clamp(1.0625rem, 1.3vw, 1.1875rem);
  line-height: 1.7; color: var(--text); max-width: 46ch;
}
.body-sm { font-size: .9375rem; line-height: 1.75; color: var(--text-mute); max-width: 60ch; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .6875rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-ink); margin-bottom: 1.25rem;
}
.eyebrow::before { content: ""; width: 1.75rem; height: 1px; background: currentColor; opacity: .55; }

.num { font-family: var(--font-display); font-weight: 800; font-variant-numeric: tabular-nums; color: var(--text-hi); }

.prose > * + * { margin-top: 1.5rem; }
.prose p { color: var(--text); line-height: 1.85; }
.prose h2 {
  font-family: var(--font-display); font-weight: 800; color: var(--text-hi);
  font-size: clamp(1.3rem, 2vw, 1.6rem); letter-spacing: -.025em; line-height: 1.2;
  margin-top: 2.75rem;
}

/* ---------- 4. Yerleşim ---------- */
.wrap { width: 100%; max-width: var(--page); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--narrow { max-width: 820px; }
.section { padding-block: var(--sect-pad); position: relative; }
.section--tight { --sect-pad: clamp(3rem, 6vw, 5rem); }
.section--flush-top { padding-top: 0; }
.section--tinted { background: linear-gradient(to bottom, transparent, var(--tint-band) 22%, var(--tint-band) 78%, transparent); }

.head { max-width: 46rem; }
.head--center { margin-inline: auto; text-align: center; }
.head .lede, .head .body-sm { margin-top: 1.25rem; }
.head--center .lede, .head--center .body-sm { margin-inline: auto; }
.head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }

/* ---------- 5. İMZA: jaluzi ışığı ---------- */
/* Salonun panjurlarından geçen yatay ışık bantları. Hero atmosferi,
   bölüm ayraçları ve görsel reveal'ı hep bu motiften türer. */
.louver {
  position: absolute; inset: -30% -10%; pointer-events: none;
  background: repeating-linear-gradient(173deg,
    transparent 0 26px, var(--louver) 26px 27.5px, transparent 27.5px 53px);
  -webkit-mask-image: radial-gradient(115% 75% at 72% 22%, #000 0%, rgba(0,0,0,.55) 42%, transparent 76%);
          mask-image: radial-gradient(115% 75% at 72% 22%, #000 0%, rgba(0,0,0,.55) 42%, transparent 76%);
  will-change: transform;
}
@media (prefers-reduced-motion: no-preference) {
  .louver { animation: louver-drift 34s var(--ease-soft) infinite alternate; }
}
@keyframes louver-drift {
  from { transform: translate3d(0,0,0); }
  to   { transform: translate3d(-3.2%, 2.6%, 0); }
}

.slat-rule {
  height: 26px; border: 0; margin: 0;
  background: linear-gradient(to bottom,
    var(--gold-line) 0 1px, transparent 1px 9px,
    var(--rule-mid) 9px 10px, transparent 10px 18px,
    var(--rule-low) 18px 19px, transparent 19px);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 18%, #000 82%, transparent);
          mask-image: linear-gradient(to right, transparent, #000 18%, #000 82%, transparent);
}

.grain {
  position: fixed; inset: 0; z-index: var(--z-grain); pointer-events: none; opacity: .03;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- 6. Çift bezel ---------- */
.frame {
  padding: var(--shell-pad); border-radius: var(--r-shell); position: relative;
  background: var(--elev);
  box-shadow: inset 0 0 0 1px var(--line);
}
.frame__core {
  position: relative; overflow: hidden; border-radius: var(--r-core);
  background: var(--ink-3);
  box-shadow: var(--inner-hi);
}
.frame__core > img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* panjur perdesi: reveal'da yukarı kayarak görseli açar */
.shutter {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    linear-gradient(var(--ink-3), var(--ink-3)),
    repeating-linear-gradient(to bottom, var(--slat-dark) 0 7px, var(--slat-light) 7px 8px);
  transform: translateY(0);
  transition: transform 1.15s var(--ease), opacity 1.15s var(--ease);
  will-change: transform;
}
.is-in .shutter { transform: translateY(-101%); opacity: 0; }

/* ---------- 7. Butonlar ---------- */
.cta-row { display: flex; flex-wrap: wrap; gap: .875rem; }

.btn {
  display: inline-flex; align-items: center; gap: .875rem;
  padding: .5rem .5rem .5rem 1.5rem; border-radius: 999px;
  font-family: var(--font-display);
  font-size: .875rem; font-weight: 700; letter-spacing: -.01em; white-space: nowrap; cursor: pointer;
  transition: transform .45s var(--ease), background-color .45s var(--ease),
              color .45s var(--ease), box-shadow .45s var(--ease);
}
.btn:active { transform: scale(.975); }
.btn__ico {
  display: grid; place-items: center; width: 2.125rem; height: 2.125rem;
  border-radius: 999px; font-size: 1rem; flex: none;
  transition: transform .45s var(--ease), background-color .45s var(--ease);
}
.btn--gold { background: var(--gold); color: var(--on-gold); }
.btn--gold .btn__ico { background: rgba(11,11,12,.1); }
.btn--gold:hover { background: var(--gold-hi); }
.btn--gold:hover .btn__ico { transform: translate(3px,-3px); background: rgba(11,11,12,.18); }

.btn--line { color: var(--text-hi); box-shadow: inset 0 0 0 1px var(--line-2); }
.btn--line .btn__ico { background: var(--chip-bg); }
.btn--line:hover { box-shadow: inset 0 0 0 1px var(--gold-line); color: var(--gold-ink); }
.btn--line:hover .btn__ico { transform: translate(3px,-3px); background: var(--gold-dim); }

.btn--sm { padding: .375rem .375rem .375rem 1.125rem; font-size: .8125rem; }
.btn--sm .btn__ico { width: 1.75rem; height: 1.75rem; font-size: .875rem; }

.link-quiet {
  display: inline-flex; align-items: center; gap: .5rem;
  color: var(--gold-ink); font-family: var(--font-display); font-weight: 700; font-size: .875rem;
  transition: gap .4s var(--ease), opacity .4s var(--ease);
}
.link-quiet:hover { gap: .875rem; opacity: .82; }

/* ---------- 8. Navigasyon ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: var(--z-nav);
  display: flex; justify-content: center; padding: 1.125rem var(--gutter) 0; pointer-events: none;
}
.nav__pill {
  pointer-events: auto; display: grid; align-items: center;
  grid-template-columns: 1fr auto 1fr; gap: 1rem;
  width: 100%; max-width: var(--page); height: 66px;
  padding: 0 .5rem; border-radius: 999px;
  background: var(--glass);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
          backdrop-filter: blur(20px) saturate(150%);
  box-shadow: inset 0 0 0 1px var(--line), inset 0 1px 0 rgba(255,255,255,.7);
  transition: background-color .6s var(--ease), box-shadow .6s var(--ease), height .6s var(--ease);
}
.nav.is-stuck .nav__pill {
  height: 58px; background: var(--glass-on);
  box-shadow: inset 0 0 0 1px var(--gold-line), var(--shadow-nav);
}

.brand { display: flex; align-items: center; gap: .7rem; padding-left: .875rem; line-height: 1; flex: none; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
/* Logo dosyası eklenene kadar bu görsel hiç basılmaz. */
.brand__mark { height: 2.6rem; width: auto; flex: none; }
.brand__mark--lg { height: 3.4rem; }
.brand__name { font-family: var(--font-display); font-weight: 800; font-size: 1.0625rem; letter-spacing: -.03em; color: var(--text-hi); }
.brand__sub { font-size: .5625rem; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--gold-ink); margin-top: .35rem; }

.nav__links { display: flex; align-items: center; justify-content: center; gap: clamp(.7rem, 1.6vw, 1.6rem); }
.nav__link {
  position: relative; font-size: .8125rem; font-weight: 600; letter-spacing: .03em;
  color: var(--text); padding-block: .35rem; transition: color .4s var(--ease); white-space: nowrap;
}
.nav__link::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px;
  background: var(--gold); transform: scaleX(0); transform-origin: right;
  transition: transform .5s var(--ease);
}
.nav__link:hover { color: var(--text-hi); }
.nav__link:hover::after { transform: scaleX(1); transform-origin: left; }
.nav__link[aria-current="page"] { color: var(--gold-ink); }
.nav__link[aria-current="page"]::after { transform: scaleX(1); }
.nav__actions { display: flex; align-items: center; gap: .5rem; justify-self: end; }
.nav__ig {
  display: grid; place-items: center; width: 2.25rem; height: 2.25rem;
  border-radius: 11px; font-size: 1.1rem; color: var(--gold-ink); flex: none;
  box-shadow: inset 0 0 0 1px var(--line-2);
  transition: color .35s var(--ease), background-color .35s var(--ease), box-shadow .35s var(--ease), transform .35s var(--ease);
}
.nav__ig:hover { color: #fff; background: linear-gradient(135deg,#F9A03F 0%,#D6336C 48%,#8A3AB9 100%); box-shadow: none; transform: translateY(-1px); }

.burger {
  display: none; width: 44px; height: 44px; margin-left: auto;
  border-radius: 999px; position: relative; cursor: pointer; flex: none;
  box-shadow: inset 0 0 0 1px var(--line-2);
}
.burger span {
  position: absolute; left: 13px; width: 18px; height: 1.5px;
  background: var(--text-hi); border-radius: 2px;
  transition: transform .55s var(--ease), opacity .3s var(--ease);
}
.burger span:nth-child(1) { top: 19px; }
.burger span:nth-child(2) { top: 25px; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(3px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }

.menu {
  position: fixed; inset: 0; z-index: var(--z-menu);
  display: flex; flex-direction: column; justify-content: center;
  padding: 6.5rem var(--gutter) 3rem;
  background: var(--glass-full);
  -webkit-backdrop-filter: blur(28px); backdrop-filter: blur(28px);
  opacity: 0; visibility: hidden;
  transition: opacity .5s var(--ease), visibility .5s var(--ease);
  overflow-y: auto;
}
.menu.is-open { opacity: 1; visibility: visible; }
.menu__item { overflow: hidden; }
.menu__item + .menu__item { border-top: 1px solid var(--line); }
.menu__link {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .9rem 0;
  font-family: var(--font-display); font-weight: 800; letter-spacing: -.035em;
  font-size: clamp(1.55rem, 6.5vw, 2.2rem); color: var(--text-hi);
  transform: translateY(110%);
  transition: transform .7s var(--ease), color .4s var(--ease);
}
.menu.is-open .menu__link { transform: translateY(0); }
.menu__link:hover { color: var(--gold-ink); }
.menu__link span { font-family: var(--font-ui); font-size: .6875rem; font-weight: 600; letter-spacing: .2em; color: var(--gold-ink); }
.menu.is-open .menu__item:nth-child(1) .menu__link { transition-delay: .06s; }
.menu.is-open .menu__item:nth-child(2) .menu__link { transition-delay: .11s; }
.menu.is-open .menu__item:nth-child(3) .menu__link { transition-delay: .16s; }
.menu.is-open .menu__item:nth-child(4) .menu__link { transition-delay: .21s; }
.menu.is-open .menu__item:nth-child(5) .menu__link { transition-delay: .26s; }
.menu.is-open .menu__item:nth-child(6) .menu__link { transition-delay: .31s; }
.menu__foot { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: 1rem; }

/* ---------- 9. Sayfa geçiş perdesi ---------- */
.veil {
  position: fixed; inset: 0; z-index: var(--z-veil); pointer-events: none;
  background: var(--ink);
  transform: translateY(0);
  transition: transform .75s var(--ease);
}
.is-loaded .veil { transform: translateY(-101%); }
.veil.is-leaving { transform: translateY(0); transition-duration: .45s; }

/* ---------- 10. Hero: solda dikey görsel, sağda metin ---------- */
.hero {
  position: relative; overflow: hidden;
  min-height: 100dvh; display: flex; align-items: center;
  padding-top: clamp(7.5rem, 13vh, 9.5rem);
  padding-bottom: clamp(4rem, 8vh, 6rem);
}
.hero__inner {
  display: grid; width: 100%; align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(0, .84fr);
  gap: clamp(2.5rem, 5.5vw, 5.5rem);
}
.hero__art { grid-column: 2; grid-row: 1; }
.hero__copy { grid-column: 1; grid-row: 1; }

/* --- görsel --- */
.hero__art { position: relative; }
.hero__stack { display: grid; aspect-ratio: 4 / 5; }
.hero__stack img {
  grid-area: 1 / 1; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity 1s var(--ease);
}
.hero__stack img.is-active { opacity: 1; }
@media (prefers-reduced-motion: no-preference) {
  .hero__stack img.is-active { animation: kenburns 12s var(--ease-soft) both; }
}
@keyframes kenburns {
  from { transform: scale(1.01); }
  to   { transform: scale(1.06); }
}

/* görselin üzerine oturan gerçek Google puanı */
.hero__score {
  position: absolute; right: clamp(-.75rem, -1.5vw, -1.5rem); bottom: clamp(1.25rem, 3vw, 2rem);
  display: flex; align-items: center; gap: .625rem;
  padding: .625rem .9375rem; border-radius: 999px;
  background: var(--ink-2);
  box-shadow: inset 0 0 0 1px var(--line), 0 12px 32px rgba(20,20,22,.14);
  font-size: .8125rem; white-space: nowrap;
}
.hero__score b { font-family: var(--font-display); font-weight: 800; color: var(--text-hi); }
.hero__score span { color: var(--text-mute); }

/* --- metin --- */
.hero__copy { display: grid; position: relative; z-index: 1; }
.hslide {
  grid-area: 1 / 1;
  opacity: 0; visibility: hidden; transform: translateY(18px);
  transition: opacity .4s var(--ease), transform .4s var(--ease), visibility .4s;
}
.hslide.is-active {
  opacity: 1; visibility: visible; transform: none;
  transition: opacity .75s var(--ease) .16s, transform .75s var(--ease) .16s, visibility .75s;
}
.hslide__lede { margin-top: 1.375rem; }
.hslide .cta-row { margin-top: clamp(1.75rem, 3.5vw, 2.5rem); }
.hslide .line-mask { overflow: hidden; display: block; padding-bottom: .2em; margin-bottom: -.11em; }
.hslide .line-mask > span { display: block; transform: translateY(115%); transition: transform .9s var(--ease); }
.hslide.is-active .line-mask > span { transform: translateY(0); }
.hslide.is-active .line-mask:nth-of-type(2) > span { transition-delay: .07s; }

.hero__dots { display: flex; gap: .625rem; margin-top: clamp(2rem, 4vw, 2.75rem); grid-row: 2; }
.dot {
  width: 46px; height: 3px; border-radius: 999px; padding: 0;
  background: var(--track); cursor: pointer; overflow: hidden;
  transition: background-color .4s var(--ease);
}
.dot:hover { background: var(--track-hi); }
.dot__fill { display: block; height: 100%; width: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; }
.dot.is-active .dot__fill { animation: dotfill var(--slide-ms, 6500ms) linear forwards; }
@keyframes dotfill { from { transform: scaleX(0); } to { transform: scaleX(1); } }

/* ---------- 11. Zaman şeridi ---------- */
.rail { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.rail__cell { padding: clamp(1.75rem,3vw,2.5rem) clamp(1rem,2vw,2rem) clamp(1.75rem,3vw,2.5rem) 0; position: relative; }
.rail__cell + .rail__cell { padding-left: clamp(1rem,2vw,2rem); }
.rail__cell + .rail__cell::before {
  content: ""; position: absolute; left: 0; top: 22%; width: 1px; height: 56%;
  background: linear-gradient(to bottom, transparent, var(--gold-line), transparent);
}
.rail__k { font-size: clamp(1.6rem,3vw,2.4rem); line-height: 1; display: block; letter-spacing: -.04em; }
.rail__v { display: block; margin-top: .7rem; font-size: .8125rem; color: var(--text-mute); }

/* ---------- 12. Marquee (sayfa başına en fazla bir tane) ---------- */
.marquee {
  overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding-block: clamp(1.25rem, 2.5vw, 2rem);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}
.marquee__track { display: flex; width: max-content; }
@media (prefers-reduced-motion: no-preference) {
  .marquee__track { animation: marquee 38s linear infinite; }
  .marquee:hover .marquee__track { animation-play-state: paused; }
}
@keyframes marquee { to { transform: translateX(-50%); } }
.marquee__item {
  display: inline-flex; align-items: center; gap: 2.5rem; padding-right: 2.5rem;
  font-family: var(--font-display); font-weight: 800; letter-spacing: -.03em;
  font-size: clamp(1.15rem, 2.2vw, 1.75rem); color: var(--text-hi); white-space: nowrap;
}
.marquee__item::after { content: ""; width: 6px; height: 6px; border-radius: 999px; background: var(--gold-ink); flex: none; }

/* ---------- 13. Hakkımızda ---------- */
.about { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: clamp(2rem,5vw,4.5rem); align-items: center; }
.about__art { position: relative; }
.about__art .frame__core { aspect-ratio: 5 / 6; }
.about__art .frame:nth-child(2) { position: absolute; right: clamp(-1rem,-3vw,-3rem); bottom: clamp(-1.5rem,-4vw,-3.5rem); width: clamp(140px,34%,220px); }
.about__art .frame:nth-child(2) .frame__core { aspect-ratio: 1 / 1; }
.about__body > * + * { margin-top: 1.375rem; }
.about__sign { margin-top: 2.5rem; padding-top: 1.75rem; border-top: 1px solid var(--line); display: flex; align-items: baseline; gap: 1rem; flex-wrap: wrap; }
.about__sign strong { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; letter-spacing: -.03em; color: var(--text-hi); }
.about__sign span { font-size: .75rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-ink); }

.values { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: clamp(.875rem,1.4vw,1.125rem); margin-top: clamp(2.5rem,5vw,4rem); }
.value { padding: var(--shell-pad); border-radius: var(--r-shell); background: var(--elev); box-shadow: inset 0 0 0 1px var(--line); transition: box-shadow .55s var(--ease), transform .55s var(--ease); }
.value:hover { transform: translateY(-4px); box-shadow: inset 0 0 0 1px var(--gold-line); }
.value__core { position: relative; z-index: 1; height: 100%; border-radius: var(--r-core); background: var(--ink-2); padding: clamp(1.5rem,2.4vw,2rem); box-shadow: var(--inner-hi); }
.value__ico { font-size: 1.5rem; color: var(--gold-ink); display: block; line-height: 1; }
.value h3 { margin-top: 1.5rem; font-family: var(--font-display); font-weight: 800; font-size: 1.0625rem; letter-spacing: -.02em; color: var(--text-hi); }
.value p { margin-top: .625rem; font-size: .875rem; line-height: 1.7; color: var(--text-mute); }

/* ---------- 14. Hizmet bento ---------- */
.bento { display: grid; grid-template-columns: repeat(12,1fr); gap: clamp(.875rem,1.4vw,1.125rem); margin-top: clamp(2.5rem,5vw,4rem); }
.svc {
  position: relative; display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 270px; padding: var(--shell-pad); border-radius: var(--r-shell);
  background: var(--elev); box-shadow: inset 0 0 0 1px var(--line);
  transition: box-shadow .55s var(--ease), transform .55s var(--ease);
}
.svc:hover { transform: translateY(-5px); box-shadow: inset 0 0 0 1px var(--gold-line); }
.svc__core {
  position: relative; flex: 1; display: flex; flex-direction: column; justify-content: flex-end;
  overflow: hidden; border-radius: var(--r-core); background: var(--ink-2);
  box-shadow: var(--inner-hi); padding: clamp(1.5rem,2.2vw,2rem);
}
.svc__core > img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 1; transform: scale(1.02);
  transition: transform 1.1s var(--ease), opacity .8s var(--ease);
}
.svc:hover .svc__core > img { transform: scale(1.08); }
.svc__core::after {
  content: ""; position: absolute; inset: 0;
  background: var(--scrim);
}
.svc__txt { position: relative; z-index: 1; }
.svc__title { font-family: var(--font-display); font-weight: 800; letter-spacing: -.03em; font-size: clamp(1.25rem,1.9vw,1.6rem); color: var(--text-hi); line-height: 1.1; }
.svc__desc { margin-top: .75rem; font-size: .9rem; line-height: 1.65; color: var(--text); max-width: 42ch; }
.svc__go {
  position: absolute; top: clamp(1.25rem,2vw,1.75rem); right: clamp(1.25rem,2vw,1.75rem); z-index: 1;
  display: grid; place-items: center; width: 2.25rem; height: 2.25rem; border-radius: 999px;
  color: var(--gold-ink); background: rgba(251,251,252,.78); box-shadow: inset 0 0 0 1px var(--gold-line);
  transition: transform .5s var(--ease), background-color .5s var(--ease), color .5s var(--ease);
}
.svc:hover .svc__go { transform: translate(3px,-3px); background: var(--gold); color: var(--on-gold); }

.svc--tint .svc__core { background: var(--tint-1); }
.svc--tint .svc__core::after { display: none; }
.svc--a { grid-column: span 7; grid-row: span 2; min-height: 520px; }
.svc--b { grid-column: span 5; }
.svc--c { grid-column: span 5; }
.svc--d, .svc--e, .svc--f { grid-column: span 4; }

.svc-list { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: clamp(.875rem,1.4vw,1.125rem); margin-top: clamp(2.5rem,5vw,4rem); }
.svc-list .svc { grid-column: auto; min-height: 360px; }

/* ---------- 15. Galeri ızgarası + lightbox ---------- */
.gal-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: clamp(.75rem,1.2vw,1rem); margin-top: clamp(2.5rem,5vw,3.5rem); }
/* 6'lı döngü: 8+4 / 4+8 / 6+6 = her satır tam 12 sütun, sağda boşluk kalmaz */
.gal-item { padding: 0; cursor: zoom-in; text-align: left; display: block; width: 100%; }
.gal-item:nth-child(6n+1), .gal-item:nth-child(6n+4) { grid-column: span 8; }
.gal-item:nth-child(6n+2), .gal-item:nth-child(6n+3) { grid-column: span 4; }
.gal-item:nth-child(6n+5), .gal-item:nth-child(6n+6) { grid-column: span 6; }
.gal-item .frame__core { aspect-ratio: 4 / 5; }
.gal-item:nth-child(6n+1) .frame__core,
.gal-item:nth-child(6n+4) .frame__core { aspect-ratio: 16 / 10; }
.gal-item:nth-child(6n+5) .frame__core,
.gal-item:nth-child(6n+6) .frame__core { aspect-ratio: 3 / 2; }
.gal-item .frame { transition: box-shadow .55s var(--ease), transform .55s var(--ease); }
.gal-item:hover .frame { transform: translateY(-4px); box-shadow: inset 0 0 0 1px var(--gold-line); }
.gal-item img { transition: transform 1.1s var(--ease); }
.gal-item:hover img { transform: scale(1.06); }
.gal-item__cap {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  margin-top: .75rem; font-size: .8125rem; color: var(--text-mute);
}
.gal-item__cap i { color: var(--gold-ink); opacity: 0; transform: translateX(-4px); transition: opacity .4s var(--ease), transform .4s var(--ease); }
.gal-item:hover .gal-item__cap i { opacity: 1; transform: none; }

.lightbox {
  position: fixed; inset: 0; z-index: var(--z-lightbox);
  display: flex; flex-direction: column;
  background: var(--glass-full);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  opacity: 0; visibility: hidden;
  transition: opacity .4s var(--ease), visibility .4s var(--ease);
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox__stage {
  /* grid satiri minmax(0,1fr) ile kesinlesiyor; aksi halde asagidaki
     max-height:100% cozulmuyor ve buyuk gorseller sahneyi tasirip kesiliyordu */
  flex: 1; min-height: 0; overflow: hidden;
  display: grid; grid-template-rows: minmax(0, 1fr); grid-template-columns: minmax(0, 1fr);
  place-items: center;
  padding: clamp(3.5rem,7vh,5rem) clamp(1rem,5vw,5rem) 1rem;
}
.lightbox__img {
  max-width: 100%; max-height: 100%; width: auto; height: auto; min-height: 0;
  object-fit: contain; border-radius: var(--r-core);
  box-shadow: var(--shadow-lb);
  transform: scale(.96); opacity: 0;
  transition: transform .55s var(--ease), opacity .45s var(--ease);
}
.lightbox.is-open .lightbox__img { transform: scale(1); opacity: 1; }
.lightbox__bar {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1rem clamp(1rem,5vw,5rem) clamp(1.5rem,4vh,2.5rem);
}
.lightbox__cap { font-size: .875rem; color: var(--text-mute); }
.lightbox__cap b { display: block; font-family: var(--font-display); font-weight: 800; letter-spacing: -.02em; color: var(--text-hi); font-size: 1.0625rem; }
.lightbox__ctrls { display: flex; gap: .625rem; align-items: center; }
.icon-btn {
  display: grid; place-items: center; width: 2.75rem; height: 2.75rem; border-radius: 999px;
  color: var(--text-hi); cursor: pointer; box-shadow: inset 0 0 0 1px var(--line-2);
  transition: background-color .4s var(--ease), color .4s var(--ease), transform .4s var(--ease);
}
.icon-btn:hover { background: var(--gold); color: var(--on-gold); }
.icon-btn:active { transform: scale(.94); }
.lightbox__close { position: absolute; top: clamp(1rem,3vh,1.75rem); right: clamp(1rem,5vw,2.5rem); z-index: 2; }

/* ---------- 16. Ekip ---------- */
.team { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(1.25rem,3vw,2.5rem); align-items: start; margin-top: clamp(2.5rem,5vw,4rem); }
.team__card:nth-child(2) { margin-top: clamp(1.5rem,3.5vw,3rem); }
.team__card:nth-child(3) { margin-top: clamp(.75rem,1.75vw,1.5rem); }
.team__card .frame__core { aspect-ratio: 3/4; }
/* Kaynak fotoğraflar farklı kadrajda çekilmiş: her biri yüzü aynı yüksekliğe
   getirecek şekilde ayrı ayrı konumlandırılır. */
.team__card .frame__core > img { filter: var(--portrait-filter); object-position: center 30%; }
.team__card:nth-child(2) .frame__core > img { object-position: center 46%; transform: scale(1.85); transform-origin: center 46%; }
.team__card:nth-child(3) .frame__core > img { object-position: center 42%; transform: scale(1.7); transform-origin: center 42%; }
.team__card .frame__core::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: var(--photo-fade);
}
.team__meta { margin-top: 1.25rem; }
.team__name { font-family: var(--font-display); font-weight: 800; letter-spacing: -.03em; font-size: 1.3rem; color: var(--text-hi); line-height: 1.15; }
.team__role { display: block; margin-top: .4rem; font-size: .75rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-ink); }
.team__note { margin-top: .75rem; font-size: .875rem; line-height: 1.65; color: var(--text-mute); }

/* ---------- 17. Manifesto ---------- */
.manifesto { position: relative; overflow: hidden; }
.manifesto__inner { max-width: 46rem; margin-inline: auto; text-align: center; position: relative; z-index: 1; }
.manifesto__sub { margin: 2rem auto 0; max-width: 34rem; text-align: center; }

/* ---------- 18. Blog ---------- */
.posts { display: grid; grid-template-columns: repeat(12,1fr); gap: clamp(1rem,2vw,1.75rem); margin-top: clamp(2.5rem,5vw,4rem); }
.post { grid-column: span 4; display: flex; flex-direction: column; }
.post--lead { grid-column: span 12; }
.post .frame { transition: box-shadow .55s var(--ease), transform .55s var(--ease); }
.post:hover .frame { transform: translateY(-5px); box-shadow: inset 0 0 0 1px var(--gold-line); }
.post .frame__core { aspect-ratio: 3/2; }
.post--lead .frame__core { aspect-ratio: 21/9; }
.post img { transition: transform 1.1s var(--ease); }
.post:hover img { transform: scale(1.05); }
.post__body { padding-top: 1.25rem; display: flex; flex-direction: column; flex: 1; }
.post__tag { font-size: .6875rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-ink); }
.post__title { margin-top: .75rem; font-family: var(--font-display); font-weight: 800; letter-spacing: -.03em; line-height: 1.16; color: var(--text-hi); font-size: 1.2rem; transition: color .4s var(--ease); }
.post--lead .post__title { font-size: clamp(1.5rem,2.6vw,2.1rem); }
.post:hover .post__title { color: var(--gold-ink); }
.post__excerpt { margin-top: .75rem; font-size: .9rem; line-height: 1.7; color: var(--text-mute); }
.post__meta { margin-top: auto; padding-top: 1.25rem; font-size: .8125rem; color: var(--text-mute); }

.article-cover { margin-top: clamp(2rem,4vw,3rem); }
.article-cover .frame__core { aspect-ratio: 21/9; }
.article-meta { display: flex; flex-wrap: wrap; gap: 1.25rem; align-items: center; margin-top: 1.5rem; font-size: .875rem; color: var(--text-mute); }

/* ---------- 19. SSS akordiyonu ---------- */
.faq { margin-top: clamp(2.5rem,5vw,3.5rem); border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  padding: 1.5rem 0; cursor: pointer; text-align: left;
  font-family: var(--font-display); font-weight: 700; letter-spacing: -.02em;
  font-size: clamp(1rem,1.5vw,1.15rem); color: var(--text-hi);
  transition: color .4s var(--ease);
}
.faq__q:hover { color: var(--gold-ink); }
.faq__ico {
  flex: none; display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 999px;
  color: var(--gold-ink); box-shadow: inset 0 0 0 1px var(--gold-line);
  transition: transform .5s var(--ease), background-color .4s var(--ease), color .4s var(--ease);
}
.faq__item.is-open .faq__ico { transform: rotate(45deg); background: var(--gold); color: var(--on-gold); }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .55s var(--ease); }
.faq__item.is-open .faq__a { grid-template-rows: 1fr; }
.faq__a > div { overflow: hidden; }
.faq__a p { padding-bottom: 1.5rem; max-width: 62ch; color: var(--text-mute); font-size: .9375rem; line-height: 1.75; }

/* ---------- 20. Hizmet detay ---------- */
.detail { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(2rem,5vw,4.5rem); align-items: start; }
.detail__art .frame__core { aspect-ratio: 4/5; }
.steps { margin-top: clamp(2rem,4vw,3rem); }
.step { display: grid; grid-template-columns: auto 1fr; gap: 1.25rem; padding-block: 1.5rem; border-top: 1px solid var(--line); }
.step:last-child { border-bottom: 1px solid var(--line); }
.step__k {
  width: 2.25rem; height: 2.25rem; border-radius: 999px; display: grid; place-items: center;
  background: var(--gold-dim); color: var(--gold-ink); box-shadow: inset 0 0 0 1px var(--gold-line);
  font-family: var(--font-display); font-weight: 800; font-size: .8125rem;
}
.step h3 { font-family: var(--font-display); font-weight: 800; letter-spacing: -.025em; font-size: 1.0625rem; color: var(--text-hi); }
.step p { margin-top: .5rem; font-size: .9rem; line-height: 1.7; color: var(--text-mute); max-width: 52ch; }

/* ---------- 21. İletişim ---------- */
.channels { display: grid; grid-template-columns: repeat(12,1fr); gap: clamp(.875rem,1.4vw,1.125rem); }
.chan { display: block; padding: var(--shell-pad); border-radius: var(--r-shell); background: var(--elev); box-shadow: inset 0 0 0 1px var(--line); transition: box-shadow .55s var(--ease), transform .55s var(--ease); }
.chan:hover { transform: translateY(-4px); box-shadow: inset 0 0 0 1px var(--gold-line); }
.chan__core { position: relative; z-index: 1; height: 100%; border-radius: var(--r-core); background: var(--ink-2); box-shadow: var(--inner-hi); padding: clamp(1.5rem,2.4vw,2.125rem); }
.chan__ico { font-size: 1.5rem; color: var(--gold-ink); display: block; line-height: 1; }
.chan__k { display: block; margin-top: 1.5rem; font-size: .6875rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--text-mute); }
.chan__v { display: block; margin-top: .5rem; font-family: var(--font-display); font-weight: 800; letter-spacing: -.025em; font-size: clamp(1.05rem,1.7vw,1.3rem); color: var(--text-hi); line-height: 1.25; }
.chan__note { display: block; margin-top: .6rem; font-size: .8125rem; color: var(--text-mute); }
.chan--wide { grid-column: span 6; }
.chan--half { grid-column: span 3; }

.contact-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(2rem,4.5vw,4rem); align-items: start; }

.form { display: grid; gap: 1.5rem; margin-top: 2.25rem; }
.field { display: grid; gap: .5rem; }
.field__label { font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--text-hi); }
.field__label b { color: var(--gold-ink); font-weight: 700; }
.field__help { font-size: .8125rem; color: var(--text-mute); line-height: 1.5; }
.input {
  width: 100%; padding: .9375rem 1.125rem; border-radius: var(--r-input);
  background: var(--ink-2); color: var(--text-hi); font-size: .9375rem;
  box-shadow: inset 0 0 0 1px var(--line-2);
  transition: box-shadow .4s var(--ease), background-color .4s var(--ease);
}
.input::placeholder { color: var(--text-mute); opacity: 1; }
.input:hover { box-shadow: inset 0 0 0 1px var(--line-3); }
.input:focus { outline: none; box-shadow: inset 0 0 0 1px var(--gold), 0 0 0 3px var(--gold-dim); background: var(--ink-3); }
textarea.input { resize: vertical; min-height: 8rem; line-height: 1.6; }
select.input {
  appearance: none; -webkit-appearance: none; cursor: pointer; padding-right: 3rem;
  background-image: linear-gradient(45deg, transparent 50%, var(--gold-ink) 50%), linear-gradient(135deg, var(--gold-ink) 50%, transparent 50%);
  background-position: calc(100% - 20px) center, calc(100% - 14px) center;
  background-size: 6px 6px, 6px 6px; background-repeat: no-repeat;
}
select.input option { background: var(--ink-2); color: var(--text-hi); }
.field__err { display: none; font-size: .8125rem; color: var(--err); align-items: center; gap: .4rem; }
.field.has-error .field__err { display: flex; }
.field.has-error .input { box-shadow: inset 0 0 0 1px var(--err); }
.field.has-error .field__help { display: none; }
.form__foot { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; margin-top: .5rem; }
.form__note { font-size: .8125rem; color: var(--text-mute); max-width: 34ch; line-height: 1.55; }

.btn.is-loading { pointer-events: none; opacity: .75; }
.spinner { width: 1rem; height: 1rem; border-radius: 999px; border: 1.5px solid rgba(20,20,22,.22); border-top-color: var(--on-gold); animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.form-done { display: none; padding: var(--shell-pad); border-radius: var(--r-shell); background: rgba(201,161,90,.12); box-shadow: inset 0 0 0 1px var(--gold-line); margin-top: 2.25rem; }
.form-done__core { border-radius: var(--r-core); background: var(--ink-2); padding: clamp(1.75rem,3vw,2.5rem); }
.form-done__ico { font-size: 1.75rem; color: var(--gold-ink); }
.form-done h3 { font-family: var(--font-display); font-weight: 800; letter-spacing: -.025em; font-size: 1.4rem; color: var(--text-hi); margin-top: 1rem; }
.form-done p { margin-top: .875rem; font-size: .9375rem; color: var(--text-mute); line-height: 1.65; }
.form-done .btn { margin-top: 1.75rem; }
.is-sent .form { display: none; }
.is-sent .form-done { display: block; }

.map { position: relative; margin-top: 2rem; }
.map .frame__core { aspect-ratio: 16/10; background: var(--ink-2); }
.map iframe { width: 100%; height: 100%; border: 0; filter: var(--map-filter); opacity: 0; transition: opacity .8s var(--ease); }
.map.is-ready iframe { opacity: 1; }
.map__skeleton { position: absolute; inset: 0; background: linear-gradient(100deg, var(--ink-2) 30%, var(--ink-4) 50%, var(--ink-2) 70%); background-size: 220% 100%; animation: shimmer 1.6s linear infinite; }
.map.is-ready .map__skeleton { display: none; }
@keyframes shimmer { to { background-position: -220% 0; } }

.hours { margin-top: clamp(2rem,4vw,3rem); }
.hours__h { font-size: .6875rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-ink); margin-bottom: 1.25rem; }
.hours__row { display: flex; justify-content: space-between; gap: 1.5rem; padding-block: .875rem; border-top: 1px solid var(--line); font-size: .9375rem; }
.hours__row:last-child { border-bottom: 1px solid var(--line); }
.hours__row span:first-child { color: var(--text); }
.hours__row span:last-child { color: var(--text-hi); font-variant-numeric: tabular-nums; }
.hours__row.is-off span:last-child { color: var(--text-mute); }
.hours__note { margin-top: 1.5rem; }

/* ---------- 22. Randevu bloğu ---------- */
.book { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); gap: clamp(2rem,5vw,4.5rem); align-items: center; }
.book__list { margin-top: 2.5rem; }
.book__row { display: flex; align-items: baseline; gap: 1.25rem; padding-block: 1.125rem; border-top: 1px solid var(--line); flex-wrap: wrap; }
.book__row:last-child { border-bottom: 1px solid var(--line); }
.book__k { flex: 0 0 7.5rem; font-size: .6875rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-ink); }
.book__v { flex: 1; min-width: 12rem; color: var(--text-hi); font-size: 1rem; }
.book__v small { display: block; margin-top: .25rem; font-size: .8125rem; color: var(--text-mute); }
.book__art .frame__core { aspect-ratio: 3/4; }
.book__actions { margin-top: 2.25rem; }

/* ---------- 23. Sayfa başlığı ---------- */
.pagehead { position: relative; overflow: hidden; padding-top: clamp(9rem,18vh,12rem); padding-bottom: clamp(3rem,6vw,4.5rem); }
.pagehead__inner { position: relative; z-index: 1; max-width: 44rem; }
.pagehead .lede { margin-top: 1.5rem; }
.crumb { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; font-size: .6875rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--text-mute); margin-bottom: 1.5rem; }
.crumb a { color: var(--gold-ink); }
.crumb i { font-size: .75rem; }

/* ---------- 24. Footer ---------- */
.foot { position: relative; border-top: 1px solid var(--line); padding-block: clamp(3.5rem,6vw,5rem) 2.25rem; }
.foot__grid { display: grid; grid-template-columns: minmax(0,1.4fr) repeat(3, minmax(0,1fr)); gap: clamp(2rem,4vw,3.5rem); }
.foot__brand .brand__name { font-size: 1.5rem; }
.foot__blurb { margin-top: 1.25rem; font-size: .9rem; line-height: 1.7; color: var(--text-mute); max-width: 34ch; }
.foot__h { font-size: .6875rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-ink); margin-bottom: 1.25rem; }
.foot__list li + li { margin-top: .75rem; }
.foot__list a, .foot__list span { font-size: .9rem; color: var(--text-mute); transition: color .4s var(--ease); }
.foot__list a:hover { color: var(--text-hi); }
.foot__bar { margin-top: clamp(3rem,5vw,4rem); padding-top: 1.75rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 1rem 2rem; flex-wrap: wrap; font-size: .8125rem; color: var(--text-mute); }

/* ---------- 25. Hareket ---------- */
.reveal {
  opacity: 0; transform: translateY(30px); filter: blur(7px);
  transition: opacity .9s var(--ease-soft), transform .9s var(--ease-soft), filter .9s var(--ease-soft);
  will-change: transform, opacity;
}
.reveal.is-in { opacity: 1; transform: none; filter: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
.reveal[data-delay="4"] { transition-delay: .32s; }
.reveal[data-delay="5"] { transition-delay: .40s; }

/* kelime kelime açılan başlık */
.split { display: inline-block; overflow: hidden; padding-bottom: .08em; vertical-align: bottom; }
.split > i { display: inline-block; font-style: inherit; transform: translateY(108%); transition: transform .85s var(--ease); }
.is-in .split > i, .is-loaded .split > i { transform: translateY(0); }

/* imleci takip eden yumuşak ışık */
.spot { position: relative; }
.spot::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 0;
  border-radius: inherit;
  background: radial-gradient(320px circle at var(--mx,50%) var(--my,50%), rgba(201,161,90,.22), transparent 62%);
  transition: opacity .5s var(--ease);
}
.spot:hover::before { opacity: 1; }

.totop {
  position: fixed; right: clamp(1rem,3vw,2rem); bottom: clamp(1rem,3vw,2rem); z-index: 35;
  width: 3rem; height: 3rem; border-radius: 999px; display: grid; place-items: center;
  background: var(--glass-on); color: var(--gold-ink); cursor: pointer;
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  box-shadow: inset 0 0 0 1px var(--gold-line);
  opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: opacity .5s var(--ease), transform .5s var(--ease), visibility .5s, background-color .4s var(--ease), color .4s var(--ease);
}
.totop.is-on { opacity: 1; visibility: visible; transform: none; }
.totop:hover { background: var(--gold); color: var(--on-gold); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; filter: none; transition: none; }
  .split > i { transform: none; transition: none; }
  .hslide { transform: none; }
  .hslide .line-mask > span { transform: none; transition: none; }
  .shutter { display: none; }
  .louver, .marquee__track { animation: none; }
  .veil { display: none; }
  .display em::after { transform: scaleX(1); transition: none; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
@media (prefers-reduced-transparency: reduce) {
  .nav__pill, .menu, .lightbox, .totop { -webkit-backdrop-filter: none; backdrop-filter: none; background: var(--glass-solid); }
}

/* ---------- 26. Duyarlı davranış ---------- */
@media (max-width: 1180px) {
  .nav__links { gap: .75rem; }
  .nav__link { font-size: .75rem; }
}
@media (max-width: 1080px) {
  .foot__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .foot__brand { grid-column: span 2; }
  .svc--a { grid-column: span 12; grid-row: auto; min-height: 380px; }
  .svc--b, .svc--c { grid-column: span 6; }
  .svc--d, .svc--e, .svc--f { grid-column: span 4; }
  .chan--half { grid-column: span 6; }
  .values { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .svc-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .post { grid-column: span 6; }
}
@media (max-width: 900px) {
  .nav__links, .nav__actions { display: none; }
  .burger { display: block; }
  .hero { min-height: auto; padding-top: 7rem; }
  .hero__inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero__art { grid-column: 1; grid-row: 1; max-width: 24rem; }
  .hero__copy { grid-column: 1; grid-row: 2; }
  .hero__stack { aspect-ratio: 5/4; }
  .hero__score { left: auto; right: 1rem; }
  .nav__pill { grid-template-columns: 1fr auto; }
  .about, .book, .contact-grid, .detail { grid-template-columns: 1fr; }
  .about__art { max-width: 26rem; }
  .about__art .frame:nth-child(2) { right: -.5rem; bottom: -1.5rem; }
  .team { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .team__card:nth-child(2), .team__card:nth-child(3) { margin-top: 0; }
  .rail { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .rail__cell:nth-child(3), .rail__cell:nth-child(4) { border-top: 1px solid var(--line); }
  .rail__cell:nth-child(3) { padding-left: 0; }
  .rail__cell:nth-child(3)::before { display: none; }
  .gal-item, .gal-item:nth-child(6n+1), .gal-item:nth-child(6n+2),
  .gal-item:nth-child(6n+3), .gal-item:nth-child(6n+4),
  .gal-item:nth-child(6n+5), .gal-item:nth-child(6n+6) { grid-column: span 6; }
  .gal-item .frame__core { aspect-ratio: 4/5 !important; }
}
@media (max-width: 640px) {
  :root { --sect-pad: 4.25rem; --r-shell: 16px; --r-core: 11px; }
  body { font-size: 1rem; }
  .hero { padding-top: 6.25rem; padding-bottom: 2.5rem; }
  .hero__inner { gap: 2rem; }
  .hero__stack { aspect-ratio: 3/2; }
  .hslide__lede { margin-top: 1.125rem; }
  .hslide .cta-row { margin-top: 1.375rem; }
  .hero__dots { margin-top: 1.5rem; }
  .dot { width: 36px; }
  .wa { width: 3.125rem; height: 3.125rem; font-size: 1.7rem; }
  .totop { bottom: calc(clamp(1rem, 3vw, 2rem) + 3.875rem); }
  .svc--a, .svc--b, .svc--c, .svc--d, .svc--e, .svc--f { grid-column: span 12; min-height: 300px; }
  .svc-list { grid-template-columns: 1fr; }
  .chan--wide, .chan--half { grid-column: span 12; }
  .values { grid-template-columns: 1fr; }
  .team { grid-template-columns: 1fr; max-width: 22rem; }
  .rail { grid-template-columns: 1fr; }
  .rail__cell { padding-left: 0 !important; }
  .rail__cell::before { display: none !important; }
  .rail__cell + .rail__cell { border-top: 1px solid var(--line); }
  .foot__grid { grid-template-columns: 1fr; }
  .foot__brand { grid-column: span 1; }
  .book__k { flex: 0 0 100%; }
  .book__v { min-width: 0; }
  .post, .post--lead { grid-column: span 12; }
  .post--lead .frame__core { aspect-ratio: 3/2; }
  .gal-item, .gal-item:nth-child(6n+1), .gal-item:nth-child(6n+2),
  .gal-item:nth-child(6n+3), .gal-item:nth-child(6n+4),
  .gal-item:nth-child(6n+5), .gal-item:nth-child(6n+6) { grid-column: span 12; }
  .article-cover .frame__core { aspect-ratio: 3/2; }
  .lightbox__bar { flex-direction: column; align-items: flex-start; }
}

/* ---------- 27. Sabit WhatsApp balonu ---------- */
.wa {
  position: fixed; right: clamp(1rem, 3vw, 2rem); bottom: clamp(1rem, 3vw, 2rem);
  z-index: 45; width: 3.5rem; height: 3.5rem; border-radius: 999px;
  display: grid; place-items: center;
  background: #25D366; color: #fff;
  box-shadow: 0 10px 28px rgba(37, 211, 102, .38), inset 0 0 0 1px rgba(255,255,255,.22);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.wa:hover { transform: scale(1.07); box-shadow: 0 14px 36px rgba(37,211,102,.5), inset 0 0 0 1px rgba(255,255,255,.3); }
.wa:active { transform: scale(.95); }
.wa svg { width: 55%; height: 55%; fill: #fff; display: block; }
.wa::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(37,211,102,.5); pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .wa::before { animation: wa-pulse 2.8s var(--ease-soft) infinite; }
}
@keyframes wa-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,.45); }
  70%  { box-shadow: 0 0 0 14px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
/* yukarı çık butonu WhatsApp'ın üstüne taşınır */
.totop { bottom: calc(clamp(1rem, 3vw, 2rem) + 4.25rem); }

/* ---------- 28. Alt bar ve arama terimleri ---------- */
.foot__by {
  font-size: .625rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--text-mute); opacity: .45;
  transition: opacity .4s var(--ease);
}
.foot__by:hover { opacity: .85; }
.seo-terms {
  position: absolute; left: 0; right: 0; margin: 0;
  opacity: 0; color: transparent; font-size: .5rem; line-height: 0;
  height: 0; overflow: hidden;
  pointer-events: none; user-select: none;
}

/* ---------- 29. Google İşletme Profili ---------- */
.gprofile { position: relative; overflow: hidden; }
.gprofile__grid {
  display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: clamp(2rem, 5vw, 4.5rem); align-items: center; position: relative; z-index: 1;
}

/* soldaki panel: Google profilinin sadeleştirilmiş bir yansıması */
.gcard {
  padding: var(--shell-pad); border-radius: var(--r-shell);
  background: var(--elev); box-shadow: inset 0 0 0 1px var(--line);
  transform: perspective(1400px) rotateY(3.5deg) rotateX(1deg);
  transform-origin: right center;
  transition: transform 1.1s var(--ease);
}
.gprofile:hover .gcard { transform: perspective(1400px) rotateY(0deg) rotateX(0deg); }
.gcard__core { border-radius: var(--r-core); background: var(--ink-2); overflow: hidden; box-shadow: var(--inner-hi); }

.gcard__top { padding: 1.125rem 1.25rem .875rem; }
.gcard__name { font-family: var(--font-display); font-weight: 800; letter-spacing: -.025em; font-size: 1.0625rem; color: var(--text-hi); }
.gcard__meta { display: flex; align-items: center; gap: .5rem; margin-top: .375rem; font-size: .8125rem; color: var(--text-mute); flex-wrap: wrap; }
.gcard__meta b { color: var(--text-hi); font-weight: 700; }

.stars { color: var(--gold-ink); letter-spacing: .08em; font-size: .875rem; line-height: 1; }
.stars--lg { font-size: 1.375rem; letter-spacing: .1em; }

.gcard__strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--line); }
.gcard__strip img { width: 100%; aspect-ratio: 3/4; object-fit: cover; transition: opacity .5s var(--ease), transform 1.2s var(--ease); opacity: .95; }
.gcard__strip img:hover { opacity: 1; transform: scale(1.05); }

.gcard__chips { display: flex; gap: .5rem; padding: .875rem 1.25rem; flex-wrap: wrap; border-bottom: 1px solid var(--line); }
.gchip {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .4rem .75rem; border-radius: 999px; font-size: .75rem; font-weight: 600;
  color: var(--text); box-shadow: inset 0 0 0 1px var(--line-2);
  transition: color .35s var(--ease), box-shadow .35s var(--ease), background-color .35s var(--ease);
}
.gchip i { font-size: .9rem; color: var(--gold-ink); transition: color .35s var(--ease); }
.gchip:hover { color: var(--on-gold); background: var(--gold); box-shadow: none; }
.gchip:hover i { color: var(--on-gold); }

.grow { display: flex; gap: .875rem; padding: .875rem 1.25rem; border-bottom: 1px solid var(--line); font-size: .8125rem; line-height: 1.6; }
.grow:last-child { border-bottom: 0; }
.grow > i { color: var(--gold-ink); font-size: 1rem; flex: none; margin-top: .15rem; }
.grow__v { color: var(--text); }
.grow__v b { color: var(--text-hi); font-weight: 700; }
.grow__v .acik { color: var(--ok); font-weight: 700; }

/* sağdaki sunum */
.gpitch__badge {
  display: inline-flex; align-items: center; gap: .75rem; margin-bottom: 1.5rem;
}
.gmark {
  width: 2.25rem; height: 2.25rem; border-radius: 9px; flex: none;
  display: grid; place-items: center; background: #fff; box-shadow: inset 0 0 0 1px var(--line-2);
  font-family: var(--font-display); font-weight: 800; font-size: 1.25rem; color: #4285F4;
  line-height: 1;
}
.gpitch__badge > span:not(.gmark) { font-size: .6875rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--text-hi); }
.gscore { display: flex; align-items: center; gap: 1rem; margin-top: 2rem; flex-wrap: wrap; }
.gscore__n { font-family: var(--font-display); font-weight: 800; font-size: clamp(2rem,3.6vw,2.75rem); letter-spacing: -.04em; color: var(--text-hi); line-height: 1; }
.gscore__c { font-size: .9375rem; color: var(--text-mute); }
.gpitch .cta-row { margin-top: 2.25rem; }

/* ---------- 30. Yorum karuseli ---------- */
.reviews { position: relative; overflow: hidden; }
.rev-track {
  display: flex; width: max-content; gap: clamp(.875rem, 1.4vw, 1.125rem);
  padding-block: .25rem;
}
@media (prefers-reduced-motion: no-preference) {
  .rev-track { animation: revscroll var(--rev-ms, 60s) linear infinite; }
  .reviews:hover .rev-track,
  .reviews:focus-within .rev-track { animation-play-state: paused; }
}
@keyframes revscroll { to { transform: translateX(calc(-50% - clamp(.4375rem, .7vw, .5625rem))); } }

.rev-lane {
  -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
          mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}

.rev {
  flex: 0 0 clamp(280px, 26vw, 380px);
  padding: var(--shell-pad); border-radius: var(--r-shell);
  background: var(--elev); box-shadow: inset 0 0 0 1px var(--line);
  transition: box-shadow .5s var(--ease), transform .5s var(--ease);
}
.rev:hover { transform: translateY(-4px); box-shadow: inset 0 0 0 1px var(--gold-line); }
.rev__core {
  height: 100%; border-radius: var(--r-core); background: var(--ink-2);
  padding: clamp(1.375rem, 2.2vw, 1.75rem); box-shadow: var(--inner-hi);
  display: flex; flex-direction: column;
}
.rev__head { display: flex; align-items: center; gap: .75rem; }
.rev__ini {
  width: 2.5rem; height: 2.5rem; border-radius: 999px; flex: none;
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 800; font-size: .875rem;
  background: var(--gold-dim); color: var(--gold-ink); box-shadow: inset 0 0 0 1px var(--gold-line);
}
.rev__who { min-width: 0; }
.rev__ad { font-family: var(--font-display); font-weight: 800; font-size: .9375rem; letter-spacing: -.02em; color: var(--text-hi); }
.rev__when { display: block; font-size: .75rem; color: var(--text-mute); margin-top: .15rem; }
.rev__g { margin-left: auto; flex: none; width: 1.375rem; height: 1.375rem; border-radius: 5px; display: grid; place-items: center; background: #fff; box-shadow: inset 0 0 0 1px var(--line-2); box-shadow: inset 0 0 0 1px var(--line-2); color: #4285F4; font-family: var(--font-display); font-weight: 800; font-size: .8125rem; line-height: 1; }
.rev .stars { margin-top: 1rem; }
.rev__metin { margin-top: .75rem; font-size: .9rem; line-height: 1.7; color: var(--text); }

.rev-foot { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; margin-top: clamp(2rem,4vw,2.75rem); }
.rev-note { font-size: .8125rem; color: var(--text-mute); max-width: 52ch; line-height: 1.6; }

@media (max-width: 900px) {
  .gprofile__grid { grid-template-columns: 1fr; }
  .gcard { transform: none; }
  .gpitch { order: -1; }
}
@media (max-width: 640px) {
  .gcard__chips { gap: .375rem; }
  .gchip { font-size: .7rem; padding: .35rem .6rem; }
  .rev { flex-basis: 82vw; }
}
@media (prefers-reduced-motion: reduce) {
  .rev-track { animation: none; }
  .gcard { transform: none; }
}

@media print {
  .nav, .menu, .grain, .louver, .btn, .totop, .veil, .lightbox, .wa, .seo-terms { display: none; }
  body { background: #fff; color: #000; }
}
