@font-face { font-family: "League Gothic"; src: url(../fonts/LeagueGothic.ttf) format("truetype"); font-weight: 400; font-display: block; }
@font-face { font-family: "Libre Caslon Text"; src: url(../fonts/LibreCaslonText-Regular.ttf) format("truetype"); font-weight: 400 700; font-style: normal; font-display: block; }
@font-face { font-family: "Libre Caslon Text"; src: url(../fonts/LibreCaslonText-Italic.ttf) format("truetype"); font-weight: 400 700; font-style: italic; font-display: block; }

:root {
  --bg: #12110f;
  --paper: #FAF8F4;
  --paper-2: #F0ECE3;
  --ink: #111111;
  --acc: #A3121A;
  --muted: rgba(250, 248, 244, .62);
  --rule: rgba(17, 17, 17, .18);
  --gothic: "League Gothic", Impact, sans-serif;
  --serif: "Libre Caslon Text", Georgia, serif;
  --gut: clamp(20px, 5vw, 72px);
}
* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
  margin: 0; background: var(--bg); color: var(--paper);
  font-family: var(--serif); -webkit-font-smoothing: antialiased;
}
body.locked { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }

/* =================== DERGİ BÖLÜMÜ =================== */
.mag { position: relative; height: 100vh; height: 100svh; overflow: hidden; }
.backdrop { position: absolute; inset: -24px; background: url(../media/modelist-barbers-konya-salon-bulanik.jpg) center / cover no-repeat; filter: grayscale(.35) brightness(.5) contrast(1.05); }
.backdrop::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 48% 62% at 50% 50%, rgba(255, 244, 225, .10), rgba(0, 0, 0, 0) 70%),
    radial-gradient(ellipse 80% 80% at 50% 50%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .7) 100%);
}
.side {
  position: absolute; top: 50%; z-index: 1;
  font: 400 clamp(64px, 11vh, 120px)/1 var(--gothic); letter-spacing: .04em; white-space: nowrap;
  color: transparent; -webkit-text-stroke: 1px rgba(250, 248, 244, .22);
  opacity: 0; transition: opacity 1.2s 1.4s; pointer-events: none;
}
.side-l { left: 4.2vw; transform: translate(-50%, -50%) rotate(-90deg); }
.side-r { right: 4.2vw; transform: translate(50%, -50%) rotate(90deg); }
.ready .side { opacity: 1; }
#scene { position: absolute; inset: 0; width: 100%; height: 100%; display: block; cursor: grab; z-index: 2; touch-action: none; }
#scene:active { cursor: grabbing; }

.page-no {
  position: absolute; left: var(--gut); bottom: max(20px, env(safe-area-inset-bottom)); z-index: 3; margin: 0;
  font: 400 18px/1 var(--gothic); letter-spacing: .16em; text-transform: uppercase; color: var(--muted);
  opacity: 0; transition: opacity .8s 1.6s;
}
.pager { position: absolute; inset: 0; z-index: 3; pointer-events: none; opacity: 0; transition: opacity .8s 1.8s; }
.pager button {
  position: absolute; top: 50%; margin-top: -26px; width: 52px; height: 52px; pointer-events: auto;
  border: 1px solid rgba(250, 248, 244, .35); border-radius: 50%; background: rgba(15, 14, 13, .5); backdrop-filter: blur(6px);
  color: var(--paper); font: 20px/1 Georgia, serif; cursor: pointer; transition: background .35s, opacity .2s, border-color .35s, transform .35s cubic-bezier(.2, .8, .2, 1);
}
.pager button:hover:not(:disabled) { background: var(--acc); border-color: var(--acc); transform: scale(1.06); }
.pager button:active:not(:disabled) { transform: scale(.94); }
.pager button:disabled { opacity: .2; cursor: default; }
#prev { left: max(24px, env(safe-area-inset-left)); }
#next { right: max(24px, env(safe-area-inset-right)); }
.hint {
  position: absolute; right: var(--gut); bottom: max(20px, env(safe-area-inset-bottom)); z-index: 3; margin: 0;
  font: italic 400 15px/1.2 var(--serif); color: var(--muted);
  opacity: 0; transform: translateY(6px); transition: opacity .6s, transform .6s;
}
.hint.show { opacity: 1; transform: none; }
.hint.gone { opacity: 0; }
.skip {
  position: absolute; left: 50%; bottom: max(16px, env(safe-area-inset-bottom)); z-index: 3; transform: translateX(-50%);
  font: 400 16px/1 var(--gothic); letter-spacing: .18em; text-transform: uppercase; text-decoration: none; color: var(--muted);
  padding: 8px 10px; opacity: 0; transition: opacity .8s 2s, color .2s;
}
.skip span { display: inline-block; margin-left: 6px; animation: nudge 1.6s ease-in-out infinite; }
.skip:hover { color: var(--paper); }
@keyframes nudge { 50% { transform: translateY(4px); } }
.ready .page-no, .ready .pager, .ready .skip { opacity: 1; }

/* =================== GİRİŞ: KESİLEN İSİM =================== */
.intro { position: fixed; inset: 0; z-index: 50; cursor: pointer; overflow: hidden; }
.intro-half { position: absolute; inset: 0; background: var(--paper); transition: transform 1.1s cubic-bezier(.76, 0, .24, 1); }
.intro-stage { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 var(--gut); text-align: center; color: var(--ink); }
.intro-kick { display: flex; align-items: center; gap: 14px; margin: 0 0 clamp(14px, 2.4vh, 26px); font: 400 clamp(14px, 1.3vw, 18px)/1 var(--gothic); letter-spacing: .32em; padding-left: .32em; text-transform: uppercase; color: var(--acc); }
.intro-kick i { width: 28px; height: 2px; background: currentColor; }
.intro-name { margin: 0; font: 400 min(15.4vw, 30vh)/.84 var(--gothic); letter-spacing: .005em; white-space: nowrap; }
.intro-name .ln { display: inline-block; overflow: hidden; padding: .18em .03em .24em; margin: -.18em 0 -.24em; }
.intro-name .ln + .ln { margin-left: .22em; }
.intro-name b { display: inline-block; font-weight: 400; transform: translateY(150%); }
.intro.shown .intro-name b { transform: none; }
.intro-sub { margin: clamp(16px, 2.6vh, 28px) 0 0; font: italic 400 clamp(15px, 1.3vw, 19px)/1.3 var(--serif); color: rgba(17, 17, 17, .66); }
.intro-kick, .intro-sub { opacity: 0; }
.intro.shown .intro-kick, .intro.shown .intro-sub { opacity: 1; }
.intro-cut { position: absolute; left: 0; height: 2px; margin-top: -1px; background: var(--acc); transform-origin: 0 50%; pointer-events: none; }
.intro-scissors { position: absolute; left: 0; top: 0; width: clamp(130px, 17vw, 250px); opacity: 0; fill: var(--ink); pointer-events: none; overflow: visible; }
/* Siyah harflerin üstünden geçerken kaybolmasın: kâğıt renginde ince bir kontur */
.intro-scissors g polygon { stroke: var(--paper); stroke-width: 7; paint-order: stroke; stroke-linejoin: miter; }
.intro-scissors g .ring { fill: none; stroke: var(--ink); stroke-width: 12; }
.intro-scissors g .ring-bg { fill: none; stroke: var(--paper); stroke-width: 24; }
.intro-scissors .pivot { fill: var(--paper); stroke: var(--ink); stroke-width: 3; }
.intro.open { pointer-events: none; }
.intro.open .intro-top { transform: translate(-3vw, -104%); }
.intro.open .intro-bot { transform: translate(3vw, 104%); }
.intro.open .intro-cut { opacity: 0; transition: opacity .25s; }
@media (max-aspect-ratio: 1/1) {
  .intro-name { font-size: min(30vw, 21vh); line-height: .86; }
  .intro-name .ln { display: block; }
  .intro-name .ln + .ln { margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .intro-name b { transform: none; transition: none; }
}

/* =================== ÜST ŞERİT =================== */
.hud {
  position: fixed; top: 0; left: 0; right: 0; z-index: 20;
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  padding: max(16px, env(safe-area-inset-top)) var(--gut) 16px;
  opacity: 0; transition: opacity .8s 1.6s, background .35s, padding .35s;
}
.ready .hud { opacity: 1; }
.hud.solid { background: rgba(18, 17, 15, .92); backdrop-filter: blur(10px); padding-top: 12px; padding-bottom: 12px; border-bottom: 1px solid rgba(250, 248, 244, .08); }
.brand { display: flex; flex-direction: column; gap: 6px; border-left: 3px solid var(--acc); padding-left: 12px; text-decoration: none; }
.brand b { font: 400 24px/1 var(--gothic); letter-spacing: .1em; text-transform: uppercase; }
.brand small { font: italic 400 13px/1 var(--serif); color: var(--muted); }
.menu { display: flex; gap: 28px; opacity: 0; transform: translateY(-6px); pointer-events: none; transition: opacity .35s, transform .35s; }
.hud.solid .menu { opacity: 1; transform: none; pointer-events: auto; }
.menu a { font: 400 17px/1 var(--gothic); letter-spacing: .14em; text-transform: uppercase; text-decoration: none; color: var(--muted); transition: color .25s; padding: 4px 0; }
.menu a:hover { color: var(--paper); }
#videos { position: fixed; left: 0; top: 0; width: 2px; height: 2px; overflow: hidden; opacity: 0; pointer-events: none; }
#videos video { width: 2px; height: 2px; }


/* =================== BUTONLAR VE BAĞLANTILAR =================== */
/* Hap biçimli buton: içi soldan dolar, sağdaki yuvarlak okun yönü döner */
.btn, .book {
  --b-bg: var(--ink); --b-fg: var(--paper); --b-fill: var(--acc); --b-fill-fg: var(--paper); --b-chip: var(--paper); --b-chip-fg: var(--ink);
  position: relative; isolation: isolate; overflow: hidden;
  display: inline-flex; align-items: center; gap: 16px;
  padding: 6px 6px 6px 26px; border-radius: 999px;
  background: var(--b-bg); color: var(--b-fg); text-decoration: none; white-space: nowrap;
  font: 400 20px/1 var(--gothic); letter-spacing: .14em; text-transform: uppercase;
  transition: color .45s cubic-bezier(.7, 0, .2, 1), box-shadow .45s, transform .45s cubic-bezier(.2, .8, .2, 1);
  -webkit-tap-highlight-color: transparent;
}
.btn::before, .book::before {
  content: ""; position: absolute; inset: -1px; z-index: -1; border-radius: inherit;
  background: var(--b-fill); transform: translateX(-101%);
  transition: transform .55s cubic-bezier(.7, 0, .2, 1);
}
.btn > span, .book > span {
  flex: none; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%;
  background: var(--b-chip); color: var(--b-chip-fg); overflow: hidden;
  font: 400 18px/1 Georgia, serif; letter-spacing: 0;
  transition: background .45s, color .45s;
}
.btn > span i, .book > span i { font-style: normal; display: block; transition: transform .5s cubic-bezier(.7, 0, .2, 1); }
.btn:hover, .btn:focus-visible, .book:hover, .book:focus-visible { color: var(--b-fill-fg); }
.btn:hover::before, .btn:focus-visible::before, .book:hover::before, .book:focus-visible::before { transform: none; }
.btn:hover > span i, .btn:focus-visible > span i, .book:hover > span i, .book:focus-visible > span i { transform: rotate(-45deg); }
.btn:active, .book:active { transform: scale(.97); }
.btn:focus-visible, .book:focus-visible { outline: 2px solid var(--acc); outline-offset: 3px; }
.btn.up > span i { transform: rotate(-45deg); }
.btn.up:hover > span i, .btn.up:focus-visible > span i { transform: rotate(0); }
/* Çizgili: şeffaf zemin, ince çerçeve */
.btn.line { --b-bg: transparent; --b-fg: currentColor; --b-fill: var(--ink); --b-chip: var(--ink); --b-chip-fg: var(--paper); box-shadow: inset 0 0 0 1.5px currentColor; }
.btn.line:hover, .btn.line:focus-visible { box-shadow: inset 0 0 0 1.5px transparent; }
.btn.line:hover > span, .btn.line:focus-visible > span { background: var(--paper); color: var(--ink); }
/* Koyu zemin üzerinde */
.ink .btn.line { --b-fill: var(--paper); --b-fill-fg: var(--ink); --b-chip: var(--paper); --b-chip-fg: var(--ink); }
.ink .btn.line:hover > span, .ink .btn.line:focus-visible > span { background: var(--ink); color: var(--paper); }
/* Üst şeritteki randevu butonu */
.book { --b-bg: var(--paper); --b-fg: var(--ink); --b-chip: var(--ink); --b-chip-fg: var(--paper); font-size: 17px; padding: 4px 4px 4px 18px; gap: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, .35); }
.book > span { width: 32px; height: 32px; font-size: 15px; }
.book:hover > span, .book:focus-visible > span { background: var(--paper); color: var(--acc); }

/* Metin bağlantıları: ince alt çizgi, üstüne gelince soldan kırmızıya döner */
.tlink {
  text-decoration: none; padding-bottom: 3px;
  background: linear-gradient(var(--acc), var(--acc)) left bottom / 0 2px no-repeat, linear-gradient(currentColor, currentColor) left bottom / 100% 1px no-repeat;
  transition: background-size .5s cubic-bezier(.7, 0, .2, 1), color .3s;
}
.tlink:hover, .tlink:focus-visible { background-size: 100% 2px, 100% 1px; }

/* Görseller: çerçeve içinde hafif büyür, kenarda ince kırmızı çizgi belirir */
.hov { position: relative; overflow: hidden; }
.hov img, .hov video { transition: transform 1.1s cubic-bezier(.2, .7, .1, 1), filter .6s; }
.hov::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 0 var(--acc); transition: box-shadow .5s cubic-bezier(.7, 0, .2, 1); }
@media (hover: hover) {
  .hov:hover img, .hov:hover video { transform: scale(1.045); }
  .hov:hover::after { box-shadow: inset 0 0 0 3px var(--acc); }
}

/* =================== SİTE: TASARIM SİSTEMİ (v3) ===================
   Kural: tek sol kenar. Bütün başlık, metin, liste ve görseller .wrap’in sol kenarından başlar.
   İki sütunlu yerlerde oran hep 7/5; sütunlar üstten hizalanır.
   Kırmızı yalnızca paper zeminde küçük vurgu ve butonlarda; koyu zeminde yazı rengi olarak kullanılmaz.
   Etiketler Libre Caslon italik, normal harf aralığı; başlıklar League Gothic. */
:root {
  --gap: clamp(20px, 3vw, 56px);
  --sec-y: clamp(96px, 10vw, 150px);
  --t-xl: clamp(72px, 9vw, 150px);
  --t-l: clamp(48px, 5.2vw, 84px);
  --t-m: clamp(28px, 2.4vw, 38px);
  --t-body: clamp(17px, 1.25vw, 19px);
  --t-lead: clamp(19px, 1.5vw, 22px);
  --line: rgba(17, 17, 17, .14);
  --line-d: rgba(250, 248, 244, .14);
  --soft: rgba(17, 17, 17, .62);
  --soft-d: rgba(250, 248, 244, .62);
}
.sec { position: relative; padding: var(--sec-y) 0; }
.wrap { position: relative; width: min(1200px, 100% - 2 * var(--gut)); margin: 0 auto; }
.paper { background: var(--paper); color: var(--ink); }
.paper-2 { background: var(--paper-2); color: var(--ink); }
.ink { background: var(--bg); color: var(--paper); }
.two { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: var(--gap); align-items: start; }

/* Bölüm başlığı: küçük italik etiket → başlık → giriş. Hepsi sol kenarda. */
.shd { margin-bottom: clamp(48px, 5vw, 72px); }
.eyebrow { margin: 0 0 18px; font: italic 400 18px/1.3 var(--serif); color: var(--soft); }
.ink .eyebrow { color: var(--soft-d); }
.sh-t { margin: 0; font: 400 var(--t-l)/.95 var(--gothic); text-transform: uppercase; letter-spacing: 0; }
.sh-t.xl { font-size: var(--t-xl); line-height: .88; }
.sh-l { margin: 22px 0 0; max-width: 52ch; font: 400 var(--t-lead)/1.55 var(--serif); color: var(--soft); }
.ink .sh-l { color: var(--soft-d); }
.sub-h { margin: 0 0 24px; font: 400 var(--t-m)/1 var(--gothic); text-transform: uppercase; letter-spacing: .01em; }

.prose p { margin: 0 0 1.1em; font: 400 var(--t-body)/1.7 var(--serif); max-width: 60ch; }
.prose p:last-child { margin-bottom: 0; }
.prose p.big { font-size: var(--t-lead); line-height: 1.55; }
.ink .prose p { color: rgba(250, 248, 244, .84); }
.idline { margin: 20px 0 0; font: 400 17px/1.5 var(--serif); color: var(--soft); }

/* Beliren öğeler: yalnızca opaklık ve kayma. (clip-path kullanılmaz; görünürlük kontrolünü bozuyordu.) */
.js-reveal .reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform 1s cubic-bezier(.2, .7, .1, 1); transition-delay: var(--rd, 0s); }
.js-reveal .reveal.in { opacity: 1; transform: none; }

/* ---------- Kimdir ---------- */
.who-img { margin: 0; }
.who-img .hov { display: block; aspect-ratio: 4 / 5; background: #2a2724; }
.who-img img { width: 100%; height: 100%; object-fit: cover; }
.face img { transform: scale(1.75); transform-origin: 64% 58%; }
@media (hover: hover) { .face .hov:hover img { transform: scale(1.82); } }
.cap { margin: 12px 0 0; font: italic 400 15px/1.4 var(--serif); color: var(--soft); }
.ink .cap { color: var(--soft-d); }
.who .prose { margin-top: 36px; }
.facts { margin: clamp(56px, 6vw, 80px) 0 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); }
.facts div { padding-top: 16px; border-top: 1px solid var(--ink); }
.facts dt { font: italic 400 16px/1.2 var(--serif); color: var(--soft); }
.facts dd { margin: 10px 0 0; font: 400 clamp(26px, 2.2vw, 34px)/1 var(--gothic); text-transform: uppercase; }
.facts dd small { display: block; margin-top: 8px; font: 400 15px/1.4 var(--serif); text-transform: none; color: var(--soft); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }

/* ---------- Hizmetler: numaralı liste ---------- */
.idx { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line-d); }
.paper .idx, .paper-2 .idx { border-top-color: var(--line); }
.idx li { border-bottom: 1px solid var(--line-d); }
.paper .idx li, .paper-2 .idx li { border-bottom-color: var(--line); }
.idx a { display: grid; grid-template-columns: 56px minmax(0, 6fr) minmax(0, 5fr) 44px; align-items: center; column-gap: var(--gap); padding: 26px 0; text-decoration: none; color: inherit; transition: padding .5s cubic-bezier(.2, .8, .2, 1); }
.idx-n { font: italic 400 17px/1 var(--serif); opacity: .55; }
.idx-t { font: 400 clamp(30px, 3vw, 46px)/1 var(--gothic); text-transform: uppercase; }
.idx-d { font: 400 17px/1.45 var(--serif); opacity: .65; }
.idx-go { width: 44px; height: 44px; border-radius: 50%; border: 1px solid currentColor; display: grid; place-items: center; font: 16px/1 Georgia, serif; opacity: .8;
  transition: transform .5s cubic-bezier(.7, 0, .2, 1), background .3s, color .3s, opacity .3s; }
.idx-img { display: none; }
@media (hover: hover) {
  .idx a:hover { padding-left: 12px; }
  .idx a:hover .idx-go { transform: rotate(-45deg); background: var(--paper); color: var(--ink); opacity: 1; }
  .paper .idx a:hover .idx-go, .paper-2 .idx a:hover .idx-go { background: var(--ink); color: var(--paper); }
}
.idx a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }

/* ---------- Yorumlar ---------- */
.rv-lead { margin: 0; }
.rv-lead p { margin: 0; max-width: 34ch; font: italic 400 clamp(26px, 2.7vw, 40px)/1.35 var(--serif); }
.rv-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gap); margin-top: clamp(56px, 6vw, 80px); }
.rv { margin: 0; padding-top: 18px; border-top: 1px solid var(--ink); }
.rv p { margin: 0; font: italic 400 var(--t-body)/1.6 var(--serif); }
.rv cite, cite.who-said { display: block; margin-top: 16px; font: 400 16px/1.3 var(--serif); font-style: normal; color: var(--ink); }
.rv cite small, cite.who-said small { display: inline; margin-left: 6px; font: italic 400 15px/1 var(--serif); color: var(--soft); }
.rv-note { margin: 48px 0 0; font: 400 14px/1.5 var(--serif); color: var(--soft); }

/* ---------- Randevu ---------- */
.steps3 { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gap); }
.steps3 li { padding-top: 18px; border-top: 1px solid var(--ink); }
.steps3 b { display: block; font: 400 clamp(56px, 5vw, 80px)/.85 var(--gothic); color: var(--ink); }
.steps3 p { margin: 18px 0 0; font: 400 var(--t-body)/1.6 var(--serif); max-width: 32ch; }
.steps3 em { font-style: italic; }
.book-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.book-note { margin: 14px 0 0; font: italic 400 15px/1.4 var(--serif); color: var(--soft); }
.faq-block { margin-top: clamp(80px, 8vw, 120px); }
.faq-list { border-top: 1px solid var(--ink); }
.qa { border-bottom: 1px solid var(--line); }
.qa-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px 0; background: none; border: 0; color: inherit; cursor: pointer; text-align: left;
  font: 400 var(--t-lead)/1.35 var(--serif); transition: opacity .3s; -webkit-tap-highlight-color: transparent; }
.qa-q i { position: relative; flex: none; width: 36px; height: 36px; border-radius: 50%; border: 1px solid currentColor; transition: transform .5s cubic-bezier(.7, 0, .2, 1), background .3s, color .3s; }
.qa-q i::before, .qa-q i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 1.5px; margin: -.75px 0 0 -6px; background: currentColor; }
.qa-q i::after { transform: rotate(90deg); }
.qa-q:hover { opacity: .7; }
.qa-q:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.qa-q[aria-expanded="true"] i { transform: rotate(135deg); background: var(--ink); color: var(--paper); }
.qa-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .55s cubic-bezier(.7, 0, .2, 1); }
.qa-a > div { overflow: hidden; }
.qa-a p { margin: 0; padding: 0 60px 26px 0; font: 400 var(--t-body)/1.65 var(--serif); color: var(--soft); max-width: 64ch; }
.qa.open .qa-a { grid-template-rows: 1fr; }

/* ---------- Ulaşım ---------- */
.way-media { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: var(--gap); height: clamp(340px, 34vw, 500px); }
.way-media > * { position: relative; margin: 0; height: 100%; min-height: 0; }
.map { background: #1d1b19; overflow: hidden; isolation: isolate; }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(1) invert(.92) contrast(.88) brightness(.95); opacity: 0; transition: opacity .8s; }
.map.loaded iframe { opacity: 1; }
.map-pin { position: absolute; inset: 0; z-index: -1; display: grid; place-items: center; font: italic 400 15px/1 var(--serif); color: var(--soft-d); }
.map.loaded .map-pin { opacity: 0; }
.way-video .hov { display: block; height: 100%; }
.way-video video { width: 100%; height: 100%; object-fit: cover; background: #2a2724; }
.way-video figcaption { position: absolute; left: 14px; bottom: 12px; z-index: 2; font: italic 400 14px/1 var(--serif); color: var(--paper); text-shadow: 0 1px 8px rgba(0, 0, 0, .6); }
.info3 { margin: clamp(40px, 4vw, 56px) 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gap); }
.info3 div { padding-top: 16px; border-top: 1px solid var(--line-d); }
.info3 dt { font: italic 400 16px/1.2 var(--serif); color: var(--soft-d); }
.info3 dd { margin: 10px 0 0; font: 400 var(--t-body)/1.6 var(--serif); color: rgba(250, 248, 244, .9); }
.info3 dd small { color: var(--soft-d); }
.way-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }

/* ---------- Alt bilgi ---------- */
.foot { background: #0c0b0a; color: var(--soft-d); padding: clamp(72px, 8vw, 110px) 0 max(36px, env(safe-area-inset-bottom)); font: 400 15px/1.6 var(--serif); }
.foot-grid { display: grid; grid-template-columns: minmax(0, 5fr) repeat(3, minmax(0, 2.33fr)); gap: var(--gap); }
.foot-mark { margin: 0; font: 400 clamp(44px, 4.6vw, 72px)/.9 var(--gothic); text-transform: uppercase; color: var(--paper); }
.foot-brand p:not(.foot-mark) { margin: 18px 0 0; max-width: 36ch; }
.foot-col h3 { margin: 0 0 14px; font: italic 400 16px/1 var(--serif); color: var(--paper); }
.foot-col ul { list-style: none; margin: 0; padding: 0; }
.foot-col li + li { margin-top: 6px; }
.foot-col a { color: var(--soft-d); text-decoration: none; transition: color .25s; }
.foot-col a:hover { color: var(--paper); }
.foot-bar { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 24px; padding-top: 24px; border-top: 1px solid rgba(250, 248, 244, .1); font-size: 13px; }

/* =================== ALT SAYFALAR =================== */
body.sub .hud { opacity: 1; }
.page-hero { padding-top: clamp(128px, 12vw, 170px); }
.crumbs { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: clamp(36px, 4vw, 56px); font: 400 15px/1 var(--serif); color: var(--soft); }
.crumbs a { color: inherit; text-decoration: none; transition: color .25s; }
.crumbs a:hover { color: var(--ink); }
.crumbs i { font-style: normal; opacity: .5; }
.crumbs span { color: var(--ink); }
.hero-text .book-cta { margin-top: 36px; }
.hero-media { margin: 0; }
.hero-media .hov { display: block; aspect-ratio: 4 / 5; background: #2a2724; }
.hero-media video, .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.pull { margin: 0; padding-top: 18px; border-top: 1px solid var(--ink); }
.pull p { margin: 0; font: italic 400 var(--t-lead)/1.5 var(--serif); }
.pull cite { display: block; margin-top: 14px; font: 400 16px/1 var(--serif); font-style: normal; }
.ink .pull { border-top-color: var(--line-d); }
.ink .pull p { color: var(--paper); }
.gal { margin-top: clamp(56px, 6vw, 80px); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gap); }
.gal.n2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gal figure { margin: 0; }
.gal .hov { display: block; aspect-ratio: 4 / 5; background: #2a2724; }
.gal video, .gal img { width: 100%; height: 100%; object-fit: cover; }
.gal figcaption { margin-top: 12px; font: italic 400 15px/1.3 var(--serif); color: var(--soft); }
.m4 { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(40px, 4vw, 56px) var(--gap); }
.m4 li { padding-top: 18px; border-top: 1px solid var(--line-d); }
.m4 b { font: italic 400 17px/1 var(--serif); color: var(--soft-d); }
.m4 h3 { margin: 14px 0 12px; font: 400 var(--t-m)/1 var(--gothic); text-transform: uppercase; }
.m4 p { margin: 0; font: 400 var(--t-body)/1.65 var(--serif); color: rgba(250, 248, 244, .8); max-width: 42ch; }
.m4-quote { margin-top: clamp(56px, 6vw, 80px); max-width: 60ch; }
.ba-slider { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #2a2724; touch-action: pan-y; }
.ba-slider > img, .ba-after video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-after { position: absolute; inset: 0; clip-path: inset(0 0 0 var(--x)); }
.ba-slider::after { content: ""; position: absolute; top: 0; bottom: 0; left: var(--x); width: 2px; margin-left: -1px; background: var(--paper); pointer-events: none; }
.ba-slider input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; z-index: 2; }
.ba-l, .ba-r { position: absolute; top: 14px; padding: 6px 10px; font: italic 400 14px/1 var(--serif); background: rgba(17, 17, 17, .72); color: var(--paper); z-index: 1; }
.ba-l { left: 14px; } .ba-r { right: 14px; }
.spec { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.spec li { padding: 14px 0; border-bottom: 1px solid var(--line); font: 400 clamp(22px, 1.8vw, 28px)/1.1 var(--gothic); text-transform: uppercase; }
.links-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.links-list li { padding: 14px 0; border-bottom: 1px solid var(--line); font: 400 17px/1.4 var(--serif); }
.cta-band .sh-l { margin-top: 0; }

/* Menü düğmesi (telefon) */
.menu-btn { display: none; align-items: center; gap: 10px; padding: 12px 4px; background: none; border: 0; color: var(--paper); cursor: pointer; font: 400 15px/1 var(--gothic); letter-spacing: .16em; text-transform: uppercase; -webkit-tap-highlight-color: transparent; }
.menu-btn i { position: relative; width: 22px; height: 10px; }
.menu-btn i::before, .menu-btn i::after { content: ""; position: absolute; left: 0; right: 0; height: 2px; background: currentColor; transition: transform .45s cubic-bezier(.7, 0, .2, 1), top .45s; }
.menu-btn i::before { top: 0; } .menu-btn i::after { top: 8px; }
.hud.open .menu-btn i::before { top: 4px; transform: rotate(45deg); }
.hud.open .menu-btn i::after { top: 4px; transform: rotate(-45deg); }
.menu a[aria-current="page"] { color: var(--paper); }

/* ---------- Yorum sayfası ---------- */
.rv-group { margin-top: clamp(80px, 8vw, 120px); }
.rv-group .rv-row { margin-top: 0; }

/* =================== SAYFA GEÇİŞİ ===================
   Başka bir sayfaya giderken koyu perde alttan yükselir (üst kenarında ince kırmızı çizgi),
   ortada Eren’in adı belirir; yeni sayfa açılınca perde yukarı kalkar, içerik hafifçe yerine oturur. */
html.pt-in::after, html.pt-leave::after {
  content: ""; position: fixed; inset: 0; z-index: 200; pointer-events: none;
  background: var(--bg); box-shadow: inset 0 3px 0 var(--acc);
}
html.pt-in::before, html.pt-leave::before {
  content: "EREN SARAÇOĞLU"; position: fixed; left: 50%; top: 50%; z-index: 201; pointer-events: none;
  font: 400 clamp(26px, 3vw, 40px)/1 var(--gothic); letter-spacing: .06em; color: var(--paper);
  transform: translate(-50%, -50%); white-space: nowrap;
}
html.pt-leave::after { transform: translateY(100%); }
html.pt-leave::before { opacity: 0; }
html.pt-in #site > :first-child { opacity: .001; }
@media (prefers-reduced-motion: reduce) {
  html.pt-in::after, html.pt-in::before, html.pt-leave::after, html.pt-leave::before { display: none; }
  html.pt-in #site > :first-child { transform: none; opacity: 1; }
}

/* =================== TABLET / TELEFON =================== */
@media (max-width: 1000px) {
  .hud.solid .menu-btn { display: inline-flex; margin-left: auto; }
  .hud { gap: 16px; }
  .menu { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 90px var(--gut) 40px;
    background: var(--bg); opacity: 0; pointer-events: none; transform: none; transition: opacity .4s; }
  .hud.solid .menu { opacity: 0; pointer-events: none; }
  .hud.open { backdrop-filter: none; -webkit-backdrop-filter: none; }
  .hud.solid.open .menu { opacity: 1; pointer-events: auto; }
  .menu a { font-size: clamp(40px, 11vw, 64px); letter-spacing: .02em; color: var(--paper); padding: 6px 0; opacity: 0; transform: translateY(16px); transition: opacity .5s, transform .6s cubic-bezier(.2, .8, .2, 1); }
  .hud.open .menu a { opacity: 1; transform: none; }
  .foot-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .foot-brand { grid-column: 1 / -1; }
}
@media (max-aspect-ratio: 1/1) {
  .side { display: none; }
  .brand b { font-size: 18px; }
  .brand small { font-size: 11px; }
  .book { font-size: 15px; padding: 3px 3px 3px 14px; gap: 10px; }
  .book > span { width: 28px; height: 28px; font-size: 13px; }
  .pager button { top: auto; bottom: max(16px, env(safe-area-inset-bottom)); margin: 0; width: 44px; height: 44px; }
  #prev { left: auto; right: calc(max(18px, env(safe-area-inset-right)) + 54px); }
  #next { right: max(18px, env(safe-area-inset-right)); }
  .page-no { bottom: max(30px, calc(env(safe-area-inset-bottom) + 14px)); font-size: 16px; }
  .hint { display: none; }
  .skip { bottom: max(28px, calc(env(safe-area-inset-bottom) + 12px)); }
}
@media (max-width: 760px) {
  :root { --sec-y: 84px; --gap: 20px; }
  .two { grid-template-columns: 1fr; gap: 40px; }
  .sh-t.xl { font-size: clamp(66px, 20vw, 104px); }
  .sh-t { font-size: clamp(44px, 12vw, 62px); }
  .facts { grid-template-columns: 1fr 1fr; row-gap: 28px; }
  .btn { font-size: 18px; gap: 12px; padding-left: 20px; }
  .btn > span { width: 36px; height: 36px; }
  .book-cta .btn, .way-cta .btn, .btn-row .btn { width: 100%; justify-content: space-between; }
  .idx a { grid-template-columns: 30px minmax(0, 1fr) 36px; row-gap: 6px; padding: 20px 0; }
  .idx-n { grid-row: 1 / span 2; align-self: start; padding-top: 6px; }
  .idx-t { grid-column: 2; font-size: clamp(26px, 7.4vw, 34px); }
  .idx-d { grid-column: 2; grid-row: 2; font-size: 15px; }
  .idx-go { grid-column: 3; grid-row: 1 / span 2; width: 36px; height: 36px; }
  .rv-row, .steps3, .info3, .m4 { grid-template-columns: 1fr; }
  .rv-row { gap: 36px; }
  .steps3 { gap: 32px; }
  .info3 { gap: 0; }
  .info3 div { padding: 16px 0; }
  .qa-q { padding: 20px 0; gap: 16px; font-size: 18px; }
  .qa-a p { padding-right: 0; }
  .way-media { grid-template-columns: 1fr; height: auto; }
  .way-media .map { aspect-ratio: 4 / 5; }
  .way-video { height: auto; aspect-ratio: 4 / 5; }
  .gal, .gal.n2 { grid-template-columns: 1fr 1fr; }
  .gal figure:nth-child(3) { grid-column: 1 / -1; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .foot-col:last-child { grid-column: 1 / -1; }
  .hud.solid .brand small { display: none; }
  .brand b { white-space: nowrap; }
  .menu-btn span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
}
@media (prefers-reduced-motion: reduce) {
  .js-reveal .reveal { transition: none; opacity: 1; transform: none; }
}
