/* ==========================================================================
   Dr. H. Seçkin Öksar — "The Atelier" tasarım sistemi v2
   Kömür + kemik + bronz. Yuvarlak geometri, katmanlı hero, bento kurgu.
   ========================================================================== */

:root {
  --ink: #14120f;
  --ink-2: #1e1a15;
  --ink-3: #2b251d;
  --bg: #faf7f0;
  --bg-soft: #f3ece0;
  --card: #ffffff;
  --bone: #f8f4ec;
  --bronze: #a97b3c;
  --bronze-2: #c9a063;
  --bronze-3: #e6d3b0;
  --bronze-soft: #f3ead8;
  --text: #211d18;
  --text-2: #574f44;
  --text-3: #8b8073;
  --line: #ece4d5;
  --line-2: #dbcfb9;
  --on-dark: #f5f0e6;
  --on-dark-2: rgba(245, 240, 230, .74);
  --on-dark-3: rgba(245, 240, 230, .5);
  --hair: rgba(245, 240, 230, .15);

  --ff-display: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  --ff-ui: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --wrap: 1280px;
  --gut: clamp(22px, 4.5vw, 60px);
  --r: 20px;
  --r-sm: 14px;
  --sp: clamp(72px, 8.5vw, 128px);
  --ease: cubic-bezier(.2, .7, .3, 1);
  --sh: 0 24px 60px -34px rgba(35, 27, 16, .55);
  --sh-sm: 0 14px 34px -22px rgba(35, 27, 16, .5);
  --hdr-h: 104px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 120px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0; background: var(--bg); color: var(--text);
  font-family: var(--ff-ui); font-size: 17px; line-height: 1.72; font-weight: 400;
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
}
img, video, svg { max-width: 100%; display: block; }
img, video { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }

h1, h2, h3 { font-family: var(--ff-display); font-weight: 300; line-height: 1.04; letter-spacing: -.018em; margin: 0 0 .5em; }
h1 { font-size: clamp(2.8rem, 5.6vw, 4.9rem); }
h2 { font-size: clamp(2.2rem, 4.2vw, 3.5rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.18; }
h4 { font-family: var(--ff-ui); font-size: 1.05rem; font-weight: 600; line-height: 1.35; letter-spacing: -.01em; margin: 0 0 .5rem; }
p { margin: 0 0 1.15em; }
em, .it { font-style: italic; }
strong { font-weight: 600; }

/* ---------- düzen ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }
.wrap-nar { max-width: 880px; }
.sec { padding-block: var(--sp); position: relative; }
.sec-sm { padding-block: clamp(48px, 6vw, 84px); }
.dark { background: var(--ink); color: var(--on-dark); }
.dark h1, .dark h2, .dark h3, .dark h4 { color: var(--on-dark); }
.dark p { color: var(--on-dark-2); }
.soft { background: var(--bg-soft); }
.grid { display: grid; gap: clamp(20px, 2.4vw, 34px); }
.g-2 { grid-template-columns: repeat(2, 1fr); }
.g-3 { grid-template-columns: repeat(3, 1fr); }
.g-4 { grid-template-columns: repeat(4, 1fr); }
.split { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(34px, 5vw, 78px); align-items: center; }
.split-w { grid-template-columns: 1fr 1.2fr; }
.split-fill { align-items: stretch; }
.split-fill .fig-wrap, .split-fill .figure { height: 100%; }
.split-fill .figure img { height: 100%; object-fit: cover; }
.center { text-align: center; }
.center .eyebrow { justify-content: center; }
.center .lede { margin-inline: auto; }
@media (min-width: 1100px) { .g-5 { grid-template-columns: repeat(5, 1fr); } }
@media (max-width: 1099px) { .g-5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .g-5 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 960px) { .g-3, .g-4, .split, .split-w { grid-template-columns: 1fr; } }
@media (max-width: 720px) { .g-2 { grid-template-columns: 1fr; } }

/* ---------- tipografi yardımcıları ---------- */
.eyebrow {
  font-size: .7rem; font-weight: 600; letter-spacing: .24em; text-transform: uppercase;
  color: var(--bronze); margin: 0 0 1.15rem; display: flex; align-items: center; gap: .75rem;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: currentColor; opacity: .55; }
.center .eyebrow::after { content: ""; width: 26px; height: 1px; background: currentColor; opacity: .55; }
.dark .eyebrow, .phead .eyebrow, .hero .eyebrow { color: var(--bronze-2); }
.lede { font-size: clamp(1.04rem, 1.35vw, 1.2rem); line-height: 1.74; color: var(--text-2); max-width: 62ch; }
.dark .lede { color: var(--on-dark-2); }
.small { font-size: .875rem; line-height: 1.6; color: var(--text-3); }
.dark .small { color: var(--on-dark-3); }
.mark { color: var(--bronze); font-style: italic; }
.dark .mark, .hero .mark { color: var(--bronze-2); }
.serif-q { font-family: var(--ff-display); font-style: italic; font-weight: 300; font-size: clamp(1.55rem, 3vw, 2.5rem); line-height: 1.3; }
.h-sub { display: block; color: var(--bronze); font-style: italic; }
.dark .h-sub, .hero .h-sub { color: var(--bronze-2); }

/* ---------- butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem; white-space: nowrap;
  padding: 1rem 1.75rem; border-radius: 100px; border: 1px solid transparent;
  font-size: .93rem; font-weight: 600; letter-spacing: .005em; cursor: pointer;
  transition: background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease);
}
.btn svg { width: 17px; height: 17px; fill: currentColor; flex: 0 0 auto; }
.btn-p { background: var(--bronze); color: #fff; box-shadow: 0 14px 28px -18px rgba(169, 123, 60, .9); }
.btn-p:hover { background: var(--ink); transform: translateY(-2px); }
.btn-o { border-color: var(--line-2); color: var(--text); background: transparent; }
.btn-o:hover { border-color: var(--ink); background: var(--ink); color: var(--bone); transform: translateY(-2px); }
.dark .btn-o, .hero .btn-o, .phead .btn-o { border-color: var(--hair); color: var(--on-dark); }
.dark .btn-o:hover, .hero .btn-o:hover, .phead .btn-o:hover { background: var(--bone); color: var(--ink); border-color: var(--bone); }
.btn-w { background: #fff; color: var(--ink); }
.btn-w:hover { background: var(--bronze); color: #fff; }
.btn-sm { padding: .68rem 1.25rem; font-size: .85rem; }
.btn-block { width: 100%; }
.link-a {
  display: inline-flex; align-items: center; gap: .5rem; font-size: .9rem; font-weight: 600;
  color: var(--bronze); transition: gap .3s var(--ease), color .3s var(--ease);
}
.link-a svg { width: 15px; height: 15px; fill: currentColor; }
.link-a:hover { gap: .85rem; color: var(--ink); }
.dark .link-a { color: var(--bronze-2); }
.dark .link-a:hover { color: var(--bone); }

/* ---------- topbar + header ---------- */
.topbar { background: var(--ink); color: var(--on-dark-2); font-size: .8rem; letter-spacing: .01em; }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 44px; }
.topbar a:hover { color: var(--bone); }
.tb-l, .tb-r { display: flex; align-items: center; gap: 1.5rem; }
.tb-i { display: inline-flex; align-items: center; gap: .45rem; }
.tb-i svg { width: 14px; height: 14px; fill: var(--bronze-2); }
@media (max-width: 900px) { .tb-hide { display: none; } }

.hdr {
  position: sticky; top: 0; z-index: 60;
  background: linear-gradient(180deg, rgba(16, 14, 11, .5), rgba(16, 14, 11, 0));
  border-bottom: 1px solid transparent;
  transition: background .45s var(--ease), border-color .45s var(--ease), box-shadow .45s var(--ease);
}
/* koyu hero/başlık bloğu header'ın altına çekilir → header üstüne biner */
main > .hero, main > .phead { margin-top: calc(-1 * var(--hdr-h)); }
main > .hero .wrap { padding-top: calc(var(--hdr-h) + clamp(52px, 6vw, 96px)); }
main > .phead { padding-top: calc(var(--hdr-h) + clamp(56px, 6vw, 92px)); }
.hdr.scrolled { background: rgba(250, 247, 240, .95); backdrop-filter: saturate(160%) blur(16px); border-color: var(--line); box-shadow: 0 10px 34px -26px rgba(35, 27, 16, .8); }
.hdr .wrap { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: var(--hdr-h); }
.brand img { width: 232px; }
.hdr .brand .lg-dark { display: none; }
.hdr.scrolled .brand .lg-light { display: none; }
.hdr.scrolled .brand .lg-dark { display: block; }
@media (max-width: 620px) { :root { --hdr-h: 84px; } .brand img { width: 168px; } }

.nav { display: flex; align-items: center; gap: clamp(1.1rem, 2vw, 2.1rem); margin: 0; padding: 0; }
.nav > li { position: relative; list-style: none; }
.nav > li > a {
  display: inline-flex; align-items: center; gap: .35rem; white-space: nowrap; position: relative;
  font-size: .95rem; font-weight: 500; color: var(--on-dark); padding: 2rem 0;
  transition: color .3s var(--ease);
}
.nav > li > a svg { width: 12px; height: 12px; fill: currentColor; opacity: .7; transition: transform .3s var(--ease); }
.hdr.scrolled .nav > li > a { color: var(--text-2); }
.nav > li > a:hover, .nav .is-current > a { color: var(--bronze-2); }
.hdr.scrolled .nav > li > a:hover, .hdr.scrolled .nav .is-current > a { color: var(--bronze); }
.nav > li > a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 30px; height: 1px; background: currentColor;
  transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); opacity: .5;
}
.nav > li:hover > a::after, .nav .is-current > a::after { transform: scaleX(1); }
.nav li:hover > a svg { transform: rotate(180deg); }
.nav ul { list-style: none; margin: 0; padding: 0; }

/* mega menü */
.mega {
  position: absolute; top: 100%; left: 50%; transform: translate(-50%, 10px);
  width: min(900px, 90vw); background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  box-shadow: var(--sh); padding: 1.5rem; opacity: 0; visibility: hidden; transition: all .35s var(--ease);
  display: grid; grid-template-columns: repeat(5, 1fr); gap: .4rem;
}
.nav li:hover > .mega, .nav li:focus-within > .mega { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.mega a { display: block; border-radius: var(--r-sm); padding: .55rem; transition: background .3s var(--ease); }
.mega a:hover { background: var(--bg-soft); }
.mega img { border-radius: 10px; aspect-ratio: 1; object-fit: cover; width: 100%; margin-bottom: .6rem; }
.mega b { display: block; font-size: .9rem; font-weight: 600; color: var(--text); }
.mega span { font-size: .74rem; color: var(--text-3); line-height: 1.45; display: block; margin-top: .15rem; }
.mega .mega-all { grid-column: 1 / -1; border-top: 1px solid var(--line); margin-top: .4rem; padding-top: .9rem;
  text-align: center; color: var(--bronze); font-weight: 600; font-size: .9rem; }
.mega .mega-all:hover { background: transparent; color: var(--ink); }

.hdr-cta { display: flex; align-items: center; gap: 1.1rem; }
.hdr-tel { display: inline-flex; align-items: center; gap: .5rem; color: var(--on-dark); font-size: .95rem; font-weight: 600; white-space: nowrap; }
.hdr-tel svg { width: 16px; height: 16px; fill: var(--bronze-2); }
.hdr.scrolled .hdr-tel { color: var(--text); }
.hdr.scrolled .hdr-tel svg { fill: var(--bronze); }
.burger { display: none; background: none; border: 0; padding: .55rem; cursor: pointer; }
.burger span { display: block; width: 26px; height: 1.6px; background: var(--on-dark); margin: 6px 0; transition: .3s var(--ease); }
.hdr.scrolled .burger span { background: var(--text); }
@media (max-width: 1180px) { .nav, .hdr-tel { display: none; } .burger { display: block; } }
@media (max-width: 640px) { .hdr-cta .btn { display: none; } }

/* dil */
.lang { position: relative; }
.lang > button {
  display: inline-flex; align-items: center; gap: .4rem; background: none; cursor: pointer;
  color: var(--on-dark-2); font-size: .78rem; font-weight: 600; letter-spacing: .06em;
  border: 1px solid var(--hair); border-radius: 100px; padding: .32rem .75rem;
}
.lang > button:hover { color: var(--bone); border-color: var(--bronze-2); }
.lang ul {
  position: absolute; right: 0; top: calc(100% + 8px); background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-sm); padding: .35rem; min-width: 132px; box-shadow: var(--sh-sm);
  opacity: 0; visibility: hidden; transform: translateY(6px); transition: all .3s var(--ease); z-index: 5;
}
.lang:hover ul, .lang:focus-within ul { opacity: 1; visibility: visible; transform: none; }
.lang ul a { display: block; padding: .5rem .75rem; border-radius: 8px; font-size: .88rem; color: var(--text-2); }
.lang ul a:hover { background: var(--bg-soft); color: var(--text); }

/* çekmece */
.drawer {
  position: fixed; inset: 0 0 0 auto; width: min(430px, 90vw); background: var(--ink); z-index: 90;
  transform: translateX(101%); transition: transform .45s var(--ease); overflow-y: auto;
  padding: 1.3rem var(--gut) 6rem; border-left: 1px solid var(--hair);
}
.drawer.open { transform: none; }
.scrim { position: fixed; inset: 0; background: rgba(10, 9, 7, .62); opacity: 0; visibility: hidden; transition: .4s var(--ease); z-index: 80; }
.scrim.open { opacity: 1; visibility: visible; }
.d-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.4rem; }
.d-head img { width: 172px; }
.drawer .x { background: none; border: 0; color: var(--on-dark); font-size: 1.7rem; cursor: pointer; line-height: 1; padding: .2rem .5rem; }
.drawer ul { list-style: none; margin: 0; padding: 0; }
.drawer > ul > li { border-bottom: 1px solid var(--hair); }
.drawer > ul > li > a, .drawer > ul > li > button {
  display: flex; justify-content: space-between; align-items: center; width: 100%; background: none;
  border: 0; padding: 1.05rem 0; color: var(--on-dark); font-family: var(--ff-display);
  font-size: 1.55rem; font-weight: 300; text-align: left; cursor: pointer;
}
.drawer .sub { max-height: 0; overflow: hidden; transition: max-height .45s var(--ease); }
.drawer .sub.open { max-height: 760px; }
.drawer .sub a { display: block; padding: .5rem 0 .5rem 1rem; font-size: .96rem; color: var(--on-dark-2); }
.drawer .sub a:hover { color: var(--bronze-2); }
.d-foot { margin-top: 2rem; display: grid; gap: .7rem; }

/* ---------- hero ---------- */
.hero { position: relative; min-height: clamp(660px, 94vh, 1000px); display: flex; align-items: center; overflow: hidden; background: var(--ink); }
.hero-img { position: absolute; inset: 0; }
.hero-img img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; opacity: .62; }
@media (max-width: 900px) { .hero-img img { object-position: 30% center; opacity: .46; } }
.hero-veil { position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(16,14,11,.95) 0%, rgba(16,14,11,.76) 42%, rgba(16,14,11,.32) 72%, rgba(16,14,11,.62) 100%); }
.hero-glow { position: absolute; width: 62vw; height: 62vw; right: -16vw; top: -20vw; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(201,160,99,.22), transparent 62%); }
.hero-arc { position: absolute; right: 3%; top: 15%; width: min(44vw, 540px); opacity: .45; z-index: 1; pointer-events: none; }
.hero-scan { position: absolute; inset: 0; height: 40%; pointer-events: none; mix-blend-mode: screen;
  background: linear-gradient(180deg, transparent, rgba(201,160,99,.1), transparent); animation: scan 9s ease-in-out infinite; }
@keyframes scan { 0%, 100% { transform: translateY(-30%); opacity: 0; } 50% { transform: translateY(220%); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .hero-scan { animation: none; opacity: 0; } }
.hero .wrap { position: relative; z-index: 2; padding-block: clamp(84px, 10vw, 132px) clamp(56px, 7vw, 92px); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(32px, 4vw, 62px); align-items: center; }
@media (max-width: 1040px) { .hero-grid { grid-template-columns: 1fr; } }
.hero h1 { color: var(--on-dark); max-width: 16ch; margin-bottom: 1.25rem; }
.hero .lede { color: var(--on-dark-2); max-width: 50ch; }
.hero-acts { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero-meta { display: grid; grid-template-columns: repeat(4, auto); justify-content: start; gap: 1.2rem 2.4rem;
  margin-top: 2.6rem; padding-top: 1.6rem; border-top: 1px solid var(--hair); }
.hero-meta > div:last-child b { font-size: 1.35rem; letter-spacing: .04em; }
@media (max-width: 700px) { .hero-meta { grid-template-columns: 1fr 1fr; } }
.hero-meta div { color: var(--on-dark-3); font-size: .78rem; letter-spacing: .04em; }
.hero-meta b { display: block; font-family: var(--ff-display); font-size: 2.05rem; font-weight: 300; color: var(--on-dark); line-height: 1.05; margin-bottom: .1rem; }

/* google puan çipi */
.rchip { display: inline-flex; align-items: center; gap: .55rem; background: rgba(255,255,255,.08); border: 1px solid var(--hair);
  border-radius: 100px; padding: .4rem .95rem .4rem .5rem; margin-bottom: 1.6rem; backdrop-filter: blur(6px); }
.avs { display: flex; }
.avs span { width: 30px; height: 30px; border-radius: 50%; background-size: cover; background-position: center;
  border: 2px solid rgba(20,18,15,.92); margin-right: -10px; }
.rc-t { display: flex; flex-direction: column; line-height: 1.2; margin-left: .5rem; }
.rc-t .stars { color: #f0c266; font-size: 11px; letter-spacing: .1em; }
.rc-t b { color: #fff; font-size: .82rem; font-weight: 700; }
.rc-t .rc-s { color: var(--on-dark-3); font-size: .7rem; }

/* hızlı ön görüşme kartı */
.qcard { background: rgba(255,255,255,.97); border-radius: var(--r); padding: clamp(1.4rem, 2vw, 1.9rem); box-shadow: var(--sh); }
.qcard-h { display: flex; align-items: center; gap: .85rem; padding-bottom: 1.05rem; border-bottom: 1px solid var(--line); margin-bottom: 1.15rem; }
.qcard-h .qi { width: 44px; height: 44px; border-radius: 13px; background: var(--bronze-soft); display: grid; place-items: center; flex: 0 0 auto; }
.qcard-h .qi svg { width: 20px; height: 20px; fill: var(--bronze); }
.qcard-h b { display: block; font-size: 1rem; font-weight: 600; }
.qcard-h .qs { font-size: .8rem; color: var(--text-3); }
.qbadge { margin-left: auto; font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: #2e7d4f; background: #e8f5ec; padding: .3rem .62rem; border-radius: 100px; white-space: nowrap; }
.qcard label { display: block; font-size: .66rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--text-3); margin-bottom: .5rem; }
.qcard .chips { margin-bottom: 1.05rem; }
.qcard .small { margin-top: .85rem; text-align: center; }

/* ---------- çipler ---------- */
.chips { display: flex; flex-wrap: wrap; gap: .42rem; }
.chip { padding: .55rem 1rem; border: 1px solid var(--line-2); border-radius: 100px; background: #fff;
  font-size: .84rem; font-weight: 500; color: var(--text-2); cursor: pointer; transition: .25s var(--ease); }
.chip:hover { border-color: var(--bronze); color: var(--text); }
.chip.on { background: var(--ink); border-color: var(--ink); color: var(--bone); }
.dark .chip { background: transparent; border-color: var(--hair); color: var(--on-dark-2); }
.dark .chip.on { background: var(--bronze); border-color: var(--bronze); color: #fff; }

/* ---------- güven şeridi ---------- */
.trust { border-block: 1px solid var(--line); background: var(--bg); overflow: hidden; }
.trust-in { display: flex; gap: 3.2rem; padding: 1.1rem 0; width: max-content; animation: slide 48s linear infinite; }
.trust:hover .trust-in { animation-play-state: paused; }
@keyframes slide { to { transform: translateX(-50%); } }
.trust-i { display: inline-flex; align-items: center; gap: .55rem; font-size: .8rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--text-3); white-space: nowrap; }
.trust-i svg { width: 15px; height: 15px; fill: var(--bronze); }
@media (prefers-reduced-motion: reduce) { .trust-in { animation: none; } }

/* ---------- kartlar ---------- */
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); transition: .45s var(--ease); }
.dark .card { background: var(--ink-2); border-color: var(--hair); }
.card-p { padding: clamp(1.5rem, 2.2vw, 2.1rem); }
.card-h:hover { transform: translateY(-4px); box-shadow: var(--sh-sm); border-color: var(--line-2); }
.ico { width: 46px; height: 46px; border-radius: 13px; background: var(--bronze-soft); display: grid; place-items: center; margin-bottom: 1.1rem; }
.ico svg { width: 21px; height: 21px; fill: var(--bronze); }
.dark .ico { background: rgba(201,160,99,.16); }
.dark .ico svg { fill: var(--bronze-2); }

/* fotoğraf + rozet kartlar */
.fig-wrap { position: relative; }
.figure { position: relative; border-radius: var(--r); overflow: hidden; }
.figure img { width: 100%; object-fit: cover; }
.badge-card { position: absolute; background: rgba(255,255,255,.97); border-radius: var(--r-sm); box-shadow: var(--sh);
  padding: .8rem 1.05rem; display: flex; align-items: center; gap: .7rem; max-width: 76%; }
.badge-card svg { width: 20px; height: 20px; fill: var(--bronze); flex: 0 0 auto; }
.badge-card b { display: block; font-size: .87rem; font-weight: 600; line-height: 1.25; }
.badge-card span { font-size: .73rem; color: var(--text-3); }
.bc-tl { top: 1.1rem; left: 1.1rem; }
.bc-br { bottom: 1.1rem; right: 1.1rem; }
.bc-bl { bottom: 1.1rem; left: 1.1rem; }
@media (max-width: 620px) { .badge-card { position: static; max-width: none; margin-top: .6rem; } }

/* işaretli liste */
.checks { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem 1.4rem; margin: 1.7rem 0 0; padding: 0; list-style: none; }
.checks li { display: flex; align-items: flex-start; gap: .6rem; font-size: .92rem; color: var(--text-2); }
.checks svg { width: 17px; height: 17px; fill: var(--bronze); margin-top: 5px; flex: 0 0 auto; }
.dark .checks li { color: var(--on-dark-2); }
@media (max-width: 620px) { .checks { grid-template-columns: 1fr; } }

/* ---------- bento ---------- */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(12px, 1.4vw, 20px); }
.bento > * { border-radius: var(--r); overflow: hidden; min-height: 200px; }
.b-img { position: relative; }
.b-img img { width: 100%; height: 100%; object-fit: cover; }
.b-cap { position: absolute; inset: auto 0 0 0; padding: 1.4rem; font-family: var(--ff-display); font-size: 1.55rem;
  line-height: 1.14; color: #fff; background: linear-gradient(180deg, transparent, rgba(16,14,11,.88)); }
.b-fill { background: var(--card); border: 1px solid var(--line); padding: 1.5rem; display: flex; flex-direction: column;
  justify-content: space-between; gap: 1rem; }
.b-fill > svg { width: 22px; height: 22px; fill: var(--bronze); }
.b-ink { background: var(--ink); color: var(--on-dark); padding: 1.7rem; display: flex; align-items: center; }
.b-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; width: 100%; }
.b-acc { background: linear-gradient(150deg, var(--bronze), #8a622f); color: #fff; padding: 1.6rem;
  display: flex; flex-direction: column; justify-content: space-between; gap: 1rem; }
.b-acc svg { width: 22px; height: 22px; fill: currentColor; opacity: .9; }
.stat-n { font-family: var(--ff-display); font-size: clamp(2.1rem, 3.2vw, 2.9rem); font-weight: 300; line-height: 1; }
.b-lbl { font-size: .82rem; opacity: .84; line-height: 1.4; }
.c2 { grid-column: span 2; }
.r2 { grid-row: span 2; }
@media (max-width: 900px) { .bento { grid-template-columns: repeat(2, 1fr); } .r2 { grid-row: span 1; } }
@media (max-width: 560px) { .bento { grid-template-columns: 1fr; } .c2 { grid-column: span 1; } }

/* ---------- kategori kartı ---------- */
.cat-card { position: relative; display: block; overflow: hidden; border-radius: var(--r); background: var(--ink); }
.cat-card img { aspect-ratio: 4/5; object-fit: cover; width: 100%; opacity: .82; transition: transform 1.1s var(--ease), opacity .5s var(--ease); }
.cat-card:hover img { transform: scale(1.06); opacity: .58; }
.cc-body { position: absolute; inset: auto 0 0 0; padding: 1.25rem 1.15rem; background: linear-gradient(180deg, transparent, rgba(16,14,11,.92)); }
.cat-card h3 { color: #fff; margin-bottom: .25rem; }
.cat-card p { color: rgba(255,255,255,.78); font-size: .82rem; line-height: 1.5; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.cat-card h3 { font-size: clamp(1.25rem, 1.6vw, 1.55rem); }
.cc-n { position: absolute; top: 1rem; right: 1rem; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.25);
  color: #fff; font-size: .72rem; font-weight: 600; padding: .28rem .68rem; border-radius: 100px; backdrop-filter: blur(6px); }

/* ---------- işlem kartı ---------- */
.proc-card { display: flex; flex-direction: column; gap: .9rem; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r); padding: 1.6rem; transition: .4s var(--ease); }
.proc-card:hover { transform: translateY(-4px); border-color: var(--bronze); box-shadow: var(--sh-sm); }
.pc-cat { font-size: .66rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--bronze); }
.proc-card h3 { font-size: 1.42rem; margin: .3rem 0 .35rem; }
.proc-card p { font-size: .91rem; color: var(--text-2); margin: 0; }
.pc-foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line); }
.pc-foot span { font-size: .77rem; color: var(--text-3); }
.pc-go { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; transition: .35s var(--ease); flex: 0 0 auto; }
.pc-go svg { width: 14px; height: 14px; fill: var(--text-2); }
.proc-card:hover .pc-go { background: var(--bronze); border-color: var(--bronze); }
.proc-card:hover .pc-go svg { fill: #fff; }

/* ---------- explorer ---------- */
.exp { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(16px, 2vw, 28px); align-items: start; }
@media (max-width: 900px) { .exp { grid-template-columns: 1fr; } }
.exp-list { padding: .6rem; max-height: 560px; overflow-y: auto; }
.exp-item { display: flex; align-items: center; gap: .8rem; width: 100%; text-align: left; background: none; border: 0;
  padding: .8rem .9rem; border-radius: var(--r-sm); cursor: pointer; transition: background .3s var(--ease); }
.exp-item:hover { background: var(--bg-soft); }
.exp-item.on { background: var(--ink); color: var(--on-dark); }
.exp-ic { width: 38px; height: 38px; border-radius: 11px; background: var(--bronze-soft); display: grid; place-items: center; flex: 0 0 auto; }
.exp-ic svg { width: 18px; height: 18px; fill: var(--bronze); }
.exp-item.on .exp-ic { background: rgba(201,160,99,.22); }
.exp-item.on .exp-ic svg { fill: var(--bronze-2); }
.exp-tx { min-width: 0; }
.exp-tx b { display: block; font-size: .95rem; font-weight: 600; }
.exp-tx span { font-size: .75rem; color: var(--text-3); }
.exp-item.on .exp-tx span { color: var(--on-dark-3); }
.exp-ar { margin-left: auto; width: 15px; height: 15px; fill: var(--text-3); opacity: 0; transition: .3s var(--ease); flex: 0 0 auto; }
.exp-item.on .exp-ar { opacity: 1; fill: var(--bronze-2); }
.exp-panel { padding: clamp(1.5rem, 2.4vw, 2.2rem); }
.exp-pane { display: none; }
.exp-pane.on { display: block; animation: fadeUp .5s var(--ease); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.exp-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line);
  border-radius: var(--r-sm); overflow: hidden; margin: 1.3rem 0; }
.exp-facts div { background: var(--card); padding: .9rem 1rem; }
.exp-facts dt { font-size: .63rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); margin-bottom: .25rem; }
.exp-facts dd { margin: 0; font-size: .9rem; font-weight: 500; }
@media (max-width: 640px) { .exp-facts { grid-template-columns: 1fr 1fr; } }

/* ---------- künye şeridi ---------- */
.facts { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line);
  border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.facts div { background: var(--card); padding: 1.35rem 1.25rem; }
.facts dt { font-size: .65rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--text-3); margin-bottom: .35rem; }
.facts dd { margin: 0; font-size: .98rem; font-weight: 500; line-height: 1.4; }
@media (max-width: 900px) { .facts { grid-template-columns: 1fr 1fr; } }

/* ---------- süreç ---------- */
.ptl { position: relative; margin-top: 3rem; }
.ptl-track { position: absolute; left: 6%; right: 6%; top: 23px; height: 2px; background: var(--hair); }
.ptl-prog { height: 100%; width: 0; background: var(--bronze-2); transition: width 1.4s var(--ease); }
.psteps { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(14px, 1.6vw, 26px); position: relative; }
@media (max-width: 1000px) { .psteps { grid-template-columns: 1fr 1fr; } .ptl-track { display: none; } }
@media (max-width: 620px) { .psteps { grid-template-columns: 1fr; } }
.pnode { width: 46px; height: 46px; border-radius: 50%; background: var(--ink-2); border: 1px solid var(--hair);
  color: var(--bronze-2); font-family: var(--ff-display); font-size: 1.3rem; display: grid; place-items: center;
  margin-bottom: 1.15rem; position: relative; z-index: 2; transition: .5s var(--ease); }
.pstep.on .pnode { background: var(--bronze); border-color: var(--bronze); color: #fff; }
.pstep h4 { color: var(--on-dark); }
.pstep p { font-size: .89rem; color: var(--on-dark-2); margin-bottom: .5rem; }
.pdur { font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--bronze-2); }

/* ---------- zaman çizelgesi ---------- */
.tl { position: relative; margin: 0; padding: 0; list-style: none; }
.tl::before { content: ""; position: absolute; left: 7px; top: 12px; bottom: 12px; width: 1px; background: var(--line-2); }
.tl li { position: relative; padding: 0 0 1.55rem 2.5rem; }
.tl li::before { content: ""; position: absolute; left: 2px; top: 8px; width: 11px; height: 11px; border-radius: 50%;
  background: var(--bg); border: 1.5px solid var(--bronze); }
.tl b { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--bronze); margin-bottom: .25rem; }
.tl p { margin: 0; color: var(--text-2); font-size: .94rem; }
.dark .tl::before { background: var(--hair); }
.dark .tl li::before { background: var(--ink); }
.dark .tl b { color: var(--bronze-2); }
.dark .tl p { color: var(--on-dark-2); }

/* ---------- akordiyon ---------- */
.acc { border-top: 1px solid var(--line); }
.acc details { border-bottom: 1px solid var(--line); }
.acc summary { display: flex; justify-content: space-between; align-items: flex-start; gap: 1.5rem; cursor: pointer;
  padding: 1.5rem 0; font-family: var(--ff-display); font-size: clamp(1.25rem, 1.8vw, 1.58rem); font-weight: 400; line-height: 1.3; list-style: none; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after { content: ""; width: 30px; height: 30px; flex: 0 0 auto; border-radius: 50%; border: 1px solid var(--line-2);
  background: no-repeat center / 11px 11px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a97b3c'%3E%3Cpath d='M11 5h2v14h-2z'/%3E%3Cpath d='M5 11h14v2H5z'/%3E%3C/svg%3E");
  transition: transform .35s var(--ease); }
.acc details[open] summary::after { transform: rotate(135deg); }
.acc-b { padding-bottom: 1.55rem; max-width: 80ch; color: var(--text-2); }
.acc-b p:last-child { margin-bottom: 0; }
.dark .acc, .dark .acc details { border-color: var(--hair); }
.dark .acc summary::after { border-color: var(--hair); }
.dark .acc-b { color: var(--on-dark-2); }

/* ---------- yorumlar ---------- */
.revs { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(290px, 390px); gap: 1.2rem; overflow-x: auto;
  scroll-snap-type: x mandatory; padding-bottom: 1.4rem; }
.revs > * { scroll-snap-align: start; }
.rev { background: var(--ink-2); border: 1px solid var(--hair); border-radius: var(--r); padding: 1.8rem;
  display: flex; flex-direction: column; gap: .85rem; }
.rev p { font-size: .93rem; color: var(--on-dark-2); margin: 0; }
.rev .stars { color: #f0c266; letter-spacing: .16em; font-size: .82rem; }
.rev .who { font-size: .79rem; color: var(--on-dark-3); margin-top: auto; padding-top: .7rem; border-top: 1px solid var(--hair); }
.rev .who b { color: var(--on-dark); font-weight: 600; }

/* ---------- galeri ---------- */
.gal { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: clamp(160px, 17vw, 240px); gap: clamp(10px, 1.2vw, 16px); }
.gal a { display: block; overflow: hidden; border-radius: var(--r-sm); background: var(--ink-2); height: 100%; }
.gal img { height: 100%; width: 100%; object-fit: cover; transition: transform 1s var(--ease), opacity .4s var(--ease); }
.gal a:hover img { transform: scale(1.06); opacity: .86; }
.gal .wide { grid-column: span 2; grid-row: span 2; }
@media (max-width: 800px) { .gal .wide { grid-row: span 1; } }
@media (max-width: 800px) { .gal { grid-template-columns: 1fr 1fr; } }
.lb { position: fixed; inset: 0; background: rgba(10,9,7,.95); z-index: 100; display: none; align-items: center; justify-content: center; padding: 4vw; }
.lb.open { display: flex; }
.lb img { max-width: 92vw; max-height: 88vh; object-fit: contain; border-radius: 8px; }
.lb button { position: absolute; top: 2vw; right: 2vw; background: none; border: 1px solid var(--hair); border-radius: 50%;
  color: var(--on-dark); width: 46px; height: 46px; cursor: pointer; font-size: 1.4rem; }

/* ---------- form ---------- */
.form { display: grid; gap: 1.05rem; }
.field { display: grid; gap: .4rem; }
.field label { font-size: .66rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--text-3); }
.field input, .field select, .field textarea {
  width: 100%; padding: .95rem 1.1rem; background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-sm);
  font: inherit; font-size: .95rem; color: var(--text); transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--bronze); box-shadow: 0 0 0 3px rgba(201,160,99,.18); }
.dark .field input, .dark .field textarea { background: var(--ink-2); border-color: var(--hair); color: var(--on-dark); }
.dark .field label { color: var(--on-dark-3); }
.consent { display: flex; gap: .65rem; align-items: flex-start; font-size: .8rem; color: var(--text-3); line-height: 1.55; }
.consent input { width: 17px; height: 17px; margin-top: 3px; flex: 0 0 auto; accent-color: var(--bronze); }
.dark .consent { color: var(--on-dark-3); }
.steps { display: flex; gap: .4rem; margin-bottom: 1.35rem; }
.steps i { flex: 1; height: 3px; border-radius: 3px; background: var(--line-2); transition: background .4s var(--ease); }
.steps i.on { background: var(--bronze); }
.dark .steps i { background: var(--hair); }
.fstep { display: none; }
.fstep.on { display: grid; gap: 1.05rem; }

/* ---------- CTA bandı ---------- */
.cta-card { background: var(--ink); border-radius: calc(var(--r) + 6px); padding: clamp(2.2rem, 4.2vw, 3.8rem);
  position: relative; overflow: hidden; color: var(--on-dark); }
.cta-card::after { content: ""; position: absolute; width: 46vw; height: 46vw; right: -14vw; bottom: -26vw; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,160,99,.2), transparent 62%); pointer-events: none; }
.cta-card > * { position: relative; z-index: 1; }
.cta-card h2, .cta-card h3 { color: var(--on-dark); }
.cta-card p { color: var(--on-dark-2); }

/* ---------- yapışkan yan panel ---------- */
.proc-layout { display: grid; grid-template-columns: 1fr 336px; gap: clamp(30px, 4vw, 60px); align-items: start; }
@media (max-width: 1040px) { .proc-layout { grid-template-columns: 1fr; } }
.aside-stick { position: sticky; top: 132px; display: grid; gap: 1rem; }
.aside-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .1rem; }
.aside-list a { display: flex; align-items: center; justify-content: space-between; gap: .8rem; font-size: .91rem;
  color: var(--text-2); padding: .55rem 0; border-bottom: 1px dashed var(--line); }
.aside-list a:hover { color: var(--bronze); }
.aside-list svg { width: 13px; height: 13px; fill: currentColor; opacity: .55; }

/* ---------- footer ---------- */
.ft { background: var(--ink); color: var(--on-dark-2); padding-block: clamp(58px, 7vw, 92px) 2rem; }
.ft h4 { color: var(--on-dark); font-size: .73rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; margin-bottom: 1.1rem; }
.ft a { color: var(--on-dark-2); font-size: .92rem; }
.ft a:hover { color: var(--bronze-2); }
.ft ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.ft-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: clamp(28px, 4vw, 56px); }
@media (max-width: 900px) { .ft-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .ft-grid { grid-template-columns: 1fr; } }
.ft-logo { width: 240px; margin-bottom: 1.25rem; }
.ft-bot { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--hair); display: flex; flex-wrap: wrap; gap: 1rem;
  justify-content: space-between; font-size: .79rem; color: var(--on-dark-3); }
.disclaimer { font-size: .76rem; line-height: 1.7; color: var(--on-dark-3); max-width: 78ch; }

/* ---------- mobil çubuk + ray ---------- */
.mobar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: none; background: rgba(20,18,15,.97);
  backdrop-filter: blur(12px); border-top: 1px solid var(--hair); }
.mobar a { flex: 1; display: flex; flex-direction: column; align-items: center; gap: .2rem;
  padding: .68rem .4rem calc(.68rem + env(safe-area-inset-bottom)); color: var(--on-dark-2);
  font-size: .66rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.mobar a svg { width: 18px; height: 18px; fill: currentColor; }
.mobar a.pri { background: var(--bronze); color: #fff; }
@media (max-width: 900px) { .mobar { display: flex; } body { padding-bottom: 62px; } }
.rail { position: fixed; right: 18px; top: 50%; transform: translateY(-50%); z-index: 55; display: grid; gap: 9px; }
.rail a { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: rgba(20,18,15,.82);
  border: 1px solid var(--hair); color: var(--on-dark); backdrop-filter: blur(6px); transition: .3s var(--ease); }
.rail a svg { width: 18px; height: 18px; fill: currentColor; }
.rail a:hover { background: var(--bronze); border-color: var(--bronze); color: #fff; transform: scale(1.06); }
@media (max-width: 1240px) { .rail { display: none; } }

/* ---------- sayfa başlığı ---------- */
.phead { position: relative; background: var(--ink); color: var(--on-dark); overflow: hidden;
  padding-block: clamp(90px, 11vw, 148px) clamp(58px, 7vw, 96px); }
.phead-bg { position: absolute; inset: 0; }
.phead-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .36; }
.phead::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,14,11,.74), rgba(16,14,11,.95)); }
.phead .wrap { position: relative; z-index: 2; }
.phead h1 { max-width: 20ch; margin-bottom: .5rem; }
.phead .lede { max-width: 64ch; color: var(--on-dark-2); }
.crumbs { display: flex; flex-wrap: wrap; gap: .45rem; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--on-dark-3); margin-bottom: 1.4rem; }
.crumbs a:hover { color: var(--bronze-2); }
.crumbs span { opacity: .45; }

/* ---------- prose ---------- */
.prose h2 { margin-top: 2.2em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.7em; }
.prose ul, ul.prose { padding-left: 0; list-style: none; }
ul.prose > li { color: var(--text-2); }
.prose li { position: relative; margin-bottom: .55rem; padding-left: 1.4rem; color: var(--text-2); }
.prose li::before { content: ""; position: absolute; left: 0; top: .68em; width: 6px; height: 6px; border-radius: 50%; background: var(--bronze); }
.dark .prose li { color: var(--on-dark-2); }
.note { border-left: 2px solid var(--bronze); padding: .3rem 0 .3rem 1.25rem; color: var(--text-2); font-size: .92rem; }
.dark .note { color: var(--on-dark-2); }

/* ---------- stat bandı ---------- */
.stat-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line);
  border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.stat-band div { background: var(--bg); padding: 2rem 1.4rem; text-align: center; }
.stat-band b { display: block; font-family: var(--ff-display); font-size: clamp(2.1rem, 3.2vw, 2.9rem); font-weight: 300; line-height: 1; margin-bottom: .4rem; }
.stat-band span { font-size: .73rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--text-3); }
@media (max-width: 720px) { .stat-band { grid-template-columns: 1fr 1fr; } }

/* ---------- reveal ---------- */
.js .rv { opacity: 0; transform: translateY(24px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.js .rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .rv { opacity: 1 !important; transform: none !important; } }

.skip { position: absolute; left: -9999px; }
.skip:focus { left: 1rem; top: 1rem; z-index: 200; background: var(--bronze); color: #fff; padding: .8rem 1.2rem; border-radius: 100px; }
.sec-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; flex-wrap: wrap; margin-bottom: clamp(2rem, 3vw, 3rem); }
.sec-head h2 { margin: 0; }
.tags { display: flex; flex-wrap: wrap; gap: .5rem; }
