/* ============================================================
   Self-hosted fonts (no external requests).
   Fraunces = variable display serif (opsz/wght/SOFT/WONK + italic).
   Figtree  = variable UI sans (wght 400–700).
   latin + latin-ext subsets — latin-ext carries Turkish İ ş ğ Ş Ğ.
   ============================================================ */
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/fonts/fraunces-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/fonts/fraunces-normal-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url("/fonts/fraunces-italic-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url("/fonts/fraunces-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/figtree-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/figtree-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============================================================
   Uzman Klinik Psikolog Hazal Paşalı — styles
   Palette + type system per design brief. Light, warm, crafted.
   ============================================================ */

:root {
  /* surfaces */
  --paper: #F7F1E8;
  --paper-deep: #EFE5D6;
  --blush: #F3E0D4;
  --ink: #2B2118;
  --ink-2: #362A1F;          /* raised surfaces on ink */

  /* accents */
  --terracotta: #C4704F;     /* brand accent: doodles, large display, underlines */
  --terracotta-deep: #A85A3D;/* medium / hover */
  --terracotta-ink: #954829; /* AA-safe terracotta for small text on light */
  --terracotta-hover: #8F4A31;
  --sage: #8A9B84;           /* decorative */
  --sage-deep: #5F7059;      /* AA-safe sage text on light */
  --gold: #D9A441;

  /* text */
  --text: #2B2118;
  --muted: #6B5D4E;          /* AA on paper */
  --cream: #FBF5EC;          /* text on dark / on terracotta */
  --on-ink: #F3EADD;
  --on-ink-muted: rgba(243, 234, 221, .72);

  /* lines + shadows */
  --line: #E3D6C2;
  --line-strong: #D6C6AE;
  --shadow-sm: 0 1px 2px rgba(43, 33, 24, .04), 0 10px 24px -18px rgba(43, 33, 24, .35);
  --shadow-md: 0 2px 4px rgba(43, 33, 24, .05), 0 22px 44px -26px rgba(43, 33, 24, .42);
  --shadow-lg: 0 6px 14px rgba(43, 33, 24, .07), 0 40px 72px -34px rgba(43, 33, 24, .48);

  --serif: "Fraunces", "Iowan Old Style", Palatino, Georgia, serif;
  --sans: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --shell: 1160px;
  --head-h: 74px;
  --radius: 14px;
}

/* ---------- reset / base ---------- */
* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  position: relative;         /* offset parent for the full-page thread */
  background: var(--paper);
  color: var(--text);
  font-family: var(--sans);
  font-size: 1.06rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* ---------- the thread motif: one crayon line drawn by scroll ----------
   Sits in the left gutter so it never crosses text; overlays every
   section background so it reads as one continuous element top→bottom. */
.thread {
  position: absolute;
  top: 0; bottom: 0;
  left: clamp(6px, 1.6vw, 30px);
  width: 16px;
  z-index: 2;
  pointer-events: none;
  opacity: .42;
}
.thread-svg { width: 16px; height: 100%; display: block; overflow: visible; }
.thread-path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;       /* JS maps to scroll progress */
}

/* subtle paper grain over the whole page (opacity <= .04) */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .038;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
body > * { position: relative; z-index: 1; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.12;
  margin: 0;
  letter-spacing: -.01em;
  text-wrap: balance;
  font-variation-settings: "opsz" 120, "SOFT" 40, "WONK" 0;
}
p { margin: 0; }
img, svg { max-width: 100%; }
ul, ol { margin: 0; padding: 0; list-style: none; }
em { font-style: italic; }
a { color: inherit; text-decoration: none; }

:focus-visible {
  outline: 2.5px solid var(--terracotta-deep);
  outline-offset: 3px;
  border-radius: 3px;
}

.shell {
  width: 100%;
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 40px);
}
.shell-narrow { max-width: 860px; }

/* ---------- shared type helpers ---------- */
.overline {
  display: block;
  font-family: var(--sans);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--terracotta-ink);
}

.draft {
  font-family: var(--sans);
  font-style: italic;
  font-size: .84rem;
  color: var(--muted);
}

/* emphasized word: Fraunces italic + hand-drawn scribble underline */
.uword {
  position: relative;
  font-style: italic;
  color: var(--terracotta);
  white-space: nowrap;
  font-variation-settings: "opsz" 120, "SOFT" 60, "WONK" 1;
}
.scribble {
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: -.28em;
  width: 104%;
  height: .5em;
  overflow: visible;
  color: currentColor;
}
.scribble path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  opacity: .85;
}

/* ---------- buttons + links ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: .92rem;
  letter-spacing: .01em;
  border-radius: 999px;
  padding: 14px 26px;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease, color .2s ease, border-color .2s ease;
}
.btn-primary {
  background: var(--terracotta-deep);
  color: var(--cream);
  box-shadow: var(--shadow-sm);
}
.btn-primary:hover {
  background: var(--terracotta-hover);
  transform: scale(1.03);
  box-shadow: var(--shadow-md);
}
.btn-lg { padding: 16px 32px; font-size: 1rem; }
.btn-sm { padding: 10px 20px; font-size: .84rem; }
.btn-block { width: 100%; }

.ghost-link {
  font-family: var(--sans);
  font-weight: 600;
  font-size: .95rem;
  color: var(--terracotta-ink);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1.5px solid transparent;
  transition: gap .2s ease, border-color .2s ease;
}
.ghost-link:hover { border-color: currentColor; gap: 12px; }
.ghost-link .gl-arw { transition: transform .2s ease; }
.ghost-link:hover .gl-arw { transform: translateY(3px); }

/* ============================================================
   HEADER
   ============================================================ */
.site-head {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 60;
  transition: background-color .35s ease, box-shadow .35s ease, border-color .35s ease;
  border-bottom: 1px solid transparent;
}
.head-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  height: var(--head-h);
}
.wordmark { display: inline-flex; align-items: center; gap: 11px; }
.wm-mark {
  display: inline-flex;
  width: 34px; height: 34px;
  color: var(--terracotta);
  transition: color .35s ease, transform .4s ease;
}
.wordmark:hover .wm-mark { transform: rotate(-12deg); }
.wm-txt {
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 500;
  line-height: 1.05;
  color: var(--ink);
  transition: color .35s ease;
  font-variation-settings: "opsz" 40, "SOFT" 30;
}
.wm-txt small {
  display: block;
  font-family: var(--sans);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 2px;
  transition: color .35s ease;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 32px);
}
.nav-links a {
  font-family: var(--sans);
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .02em;
  color: var(--ink);
  position: relative;
  padding: 4px 0;
  transition: color .2s ease;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%;
  bottom: -2px;
  height: 2px;
  background: var(--terracotta);
  border-radius: 2px;
  transition: right .25s ease;
}
.nav-links a:hover { color: var(--terracotta-ink); }
.nav-links a:hover::after { right: 0; }

.head-right { display: flex; align-items: center; gap: 14px; }

.hamb {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  color: var(--ink);
  padding: 6px;
  transition: color .35s ease;
}
.hamb svg { width: 28px; height: 28px; }

/* solid state after hero */
.site-head.solid {
  background: color-mix(in srgb, var(--ink) 96%, transparent);
  box-shadow: var(--shadow-md);
  border-bottom-color: rgba(0, 0, 0, .2);
}
.site-head.solid .wm-txt,
.site-head.solid .nav-links a,
.site-head.solid .hamb { color: var(--on-ink); }
.site-head.solid .wm-txt small { color: var(--on-ink-muted); }
.site-head.solid .wm-mark { color: var(--gold); }
.site-head.solid .nav-links a:hover { color: #fff; }

/* ---------- full-screen mobile menu ---------- */
.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: var(--ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  opacity: 0;
  transition: opacity .3s ease;
}
.mobile-nav[hidden] { display: none; }
.mobile-nav.open { opacity: 1; }
.mobile-close {
  position: absolute;
  top: 22px; right: max(20px, 5vw);
  background: none; border: 0; cursor: pointer;
  color: var(--on-ink); padding: 8px;
}
.mobile-close svg { width: 28px; height: 28px; }
.mobile-nav-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}
.mobile-nav-links a {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 8vw, 2.5rem);
  font-weight: 500;
  color: var(--on-ink);
  padding: 8px 12px;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .4s ease, transform .4s ease, color .2s ease;
}
.mobile-nav.open .mobile-nav-links a { opacity: 1; transform: none; }
.mobile-nav-links a:hover { color: var(--gold); }
.mobile-nav-links a:nth-child(1) { transition-delay: .06s; }
.mobile-nav-links a:nth-child(2) { transition-delay: .12s; }
.mobile-nav-links a:nth-child(3) { transition-delay: .18s; }
.mobile-nav-links a:nth-child(4) { transition-delay: .24s; }
.mobile-nav-links a:nth-child(5) { transition-delay: .30s; }
.mobile-nav-links a:nth-child(6) { transition-delay: .36s; }
.mobile-nav-links a:nth-child(7) { transition-delay: .42s; }
.mobile-cta {
  margin-top: 22px;
  font-family: var(--sans) !important;
  font-size: 1rem !important;
  color: var(--cream) !important;
  transition-delay: .48s !important;
}
.mobile-cta:hover { color: var(--cream) !important; }

/* ============================================================
   1. HERO
   ============================================================ */
.hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--head-h) + 40px) 0 40px;
  background:
    radial-gradient(120% 80% at 50% -10%, #FBEEDD 0%, rgba(251, 238, 221, 0) 55%),
    linear-gradient(168deg, #F5E7D4 0%, var(--paper) 60%);
}
.hero-blobs { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(46px);
  opacity: .55;
}
.blob-a { width: 46vw; max-width: 560px; aspect-ratio: 1; top: -8%; right: -6%;
  background: radial-gradient(circle, rgba(196, 112, 79, .32), transparent 70%);
  animation: drift1 24s ease-in-out infinite; }
.blob-b { width: 40vw; max-width: 480px; aspect-ratio: 1; top: 30%; left: -10%;
  background: radial-gradient(circle, rgba(138, 155, 132, .30), transparent 70%);
  animation: drift2 30s ease-in-out infinite; }
.blob-c { width: 34vw; max-width: 420px; aspect-ratio: 1; bottom: -12%; left: 42%;
  background: radial-gradient(circle, rgba(217, 164, 65, .22), transparent 70%);
  animation: drift1 27s ease-in-out infinite reverse; }
@keyframes drift1 { 0%,100% { transform: translate(0,0) scale(1);} 50% { transform: translate(-24px, 26px) scale(1.08);} }
@keyframes drift2 { 0%,100% { transform: translate(0,0) scale(1);} 50% { transform: translate(30px, -20px) scale(1.06);} }

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
  min-height: min(72vh, 620px);
  padding-top: 30px;
  padding-bottom: 30px;
}
.hero-copy { max-width: 464px; }
.hero-copy .overline { color: var(--terracotta-ink); margin-bottom: 20px; }
.hero h1 {
  font-size: clamp(2.3rem, 5.4vw, 3.75rem);
  line-height: 1.08;
  letter-spacing: -.015em;
  color: var(--ink);
  font-variation-settings: "opsz" 96, "SOFT" 50, "WONK" 1;
}
.hero-tag {
  font-family: var(--serif);
  font-size: clamp(1.12rem, 2.1vw, 1.42rem);
  line-height: 1.5;
  color: #4A3B2D;
  margin-top: 22px;
  max-width: 36ch;
  font-variation-settings: "opsz" 40, "SOFT" 40;
}
.hero-cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.hero-cta-main { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.hero-cta-main .btn { text-align: center; }
.cta-micro {
  font-family: var(--sans);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--muted);
}

@keyframes twinkle { 0%,100% { transform: scale(1); opacity: .9;} 50% { transform: scale(1.15); opacity: 1;} }

/* arch frame */
.arch {
  position: relative;
  border-radius: 50% 50% var(--radius) var(--radius) / 32% 32% var(--radius) var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line-strong);
}
.hero-visual { display: flex; justify-content: center; }
.arch-wrap { position: relative; width: min(100%, 400px); }
.hero-arch {
  width: 100%;
  aspect-ratio: 4 / 5;
  background: var(--blush);
}
.arch-photo { width: 100%; height: 100%; object-fit: cover; display: block; }

/* crayon doodles peeking over the arch edge (outside the photo) */
.arch-doodle { position: absolute; z-index: 3; pointer-events: none; }
.arch-sun {
  width: clamp(46px, 7vw, 74px);
  color: var(--terracotta);
  top: -5%; right: -7%;
  animation: twinkle 6s ease-in-out infinite;
}

/* trust strip */
.trust-strip {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-family: var(--sans);
  font-size: .86rem;
  color: var(--muted);
}
.trust-strip b { color: var(--ink); font-weight: 600; }
.trust-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--sage); flex: 0 0 auto; }

/* ============================================================
   1b. Guided pathway — "Bugün buraya ne getirdi?"
   Progressive enhancement: choices are anchors to #uzmanlik
   without JS; JS turns them into a disclosure that reveals a
   tailored panel below.
   ============================================================ */
.pathway-guide { background: var(--paper); padding: clamp(40px, 6vw, 66px) 0 clamp(46px, 7vw, 72px); }
.pw-h {
  text-align: center;
  font-size: clamp(1.5rem, 3.2vw, 2.1rem);
  max-width: 20ch;
  margin: 0 auto clamp(24px, 4vw, 34px);
}
.pw-choices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);   /* 4 choices → 2×2 */
  gap: clamp(12px, 2vw, 20px);
  max-width: 720px;
  margin: 0 auto;
}
.pw-choice {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  background: var(--paper);
  border: 1.5px solid var(--line-strong);
  border-radius: var(--radius);
  padding: 22px 22px 20px;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}
.pw-choice:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--terracotta); }
.pw-choice[aria-expanded="true"] { border-color: var(--terracotta); background: var(--blush); }
.pw-ic {
  display: inline-flex;
  width: 46px; height: 46px;
  align-items: center; justify-content: center;
  color: var(--terracotta);
  background: var(--blush);
  border-radius: 12px;
  transition: background-color .2s ease;
}
.pw-choice[aria-expanded="true"] .pw-ic { background: var(--paper); }
.pw-ic svg { width: 26px; height: 26px; }
.pw-label { font-family: var(--serif); font-size: 1.14rem; font-weight: 500; color: var(--ink); line-height: 1.22; margin-right: auto; }
.pw-arw { align-self: flex-end; margin-top: -22px; font-family: var(--sans); font-weight: 700; color: var(--terracotta-ink); transition: transform .25s ease; }
.pw-choice[aria-expanded="true"] .pw-arw { transform: rotate(180deg); }

.pw-panels { max-width: 760px; margin: clamp(18px, 3vw, 26px) auto 0; }
.pw-panel {
  background: var(--paper);
  border: 1px solid var(--line-strong);
  border-left: 3px solid var(--terracotta);
  border-radius: var(--radius);
  padding: clamp(22px, 3vw, 30px);
  box-shadow: var(--shadow-sm);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .35s ease, transform .35s ease;
}
.pw-panel[hidden] { display: none; }
.pw-panel.show { opacity: 1; transform: none; }
.pw-panel:focus-visible { outline: 2.5px solid var(--terracotta-deep); outline-offset: 3px; }
.pw-panel > p { color: var(--muted); }
.pw-moments { margin: 16px 0 22px; display: flex; flex-direction: column; gap: 9px; }
.pw-moments li { position: relative; padding-left: 22px; font-family: var(--serif); font-style: italic; font-size: 1.06rem; color: var(--ink); }
.pw-moments li::before { content: "—"; position: absolute; left: 0; color: var(--terracotta); }
.pw-cta-row { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }

@media (max-width: 720px) {
  .pw-choices { max-width: 520px; }        /* stays 2×2 on mobile */
  .pw-choice { padding: 16px 15px; gap: 10px; }
  .pw-label { font-size: 1.02rem; }
}

/* ============================================================
   SECTION scaffold
   ============================================================ */
.sec {
  padding: clamp(72px, 11vw, 128px) 0;
  scroll-margin-top: var(--head-h);
}
.sec-paper-deep { background: var(--paper-deep); }
.sec-blush { background: var(--blush); }

.sec-head { max-width: 720px; margin: 0 auto clamp(40px, 6vw, 64px); text-align: center; }
.sec-head .overline { margin-bottom: 14px; }
.sec-head h2 { font-size: clamp(2rem, 4.6vw, 3.25rem); }
.sec-head p { margin-top: 20px; font-size: 1.08rem; color: var(--muted); }
.sec-head-left { text-align: left; margin-left: 0; margin-right: 0; }

/* ============================================================
   2. HAKKIMDA
   ============================================================ */
.about-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}
.about-visual { display: flex; justify-content: center; }
.about-arch {
  width: min(100%, 340px);
  aspect-ratio: 4 / 5;
  background: var(--ink-2);
}
.about-copy .overline { margin-bottom: 12px; }
.about-copy h2 { font-size: clamp(2rem, 4.4vw, 3rem); }
.about-copy p { margin-top: 18px; color: var(--muted); max-width: 52ch; }

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.chips li {
  font-family: var(--sans);
  font-size: .82rem;
  font-weight: 600;
  color: var(--terracotta-ink);
  background: var(--blush);
  border: 1px solid var(--line-strong);
  padding: 7px 15px;
  border-radius: 999px;
}
.pullquote {
  position: relative;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.3rem, 2.4vw, 1.6rem);
  line-height: 1.4;
  color: var(--terracotta-deep);
  margin-top: 28px;
  padding-left: 4px;
  font-variation-settings: "opsz" 60, "SOFT" 50;
}
.pq-mark { display: block; width: 40px; height: 30px; color: var(--terracotta); margin-bottom: 6px; }
.about-copy .draft { margin-top: 22px; }

/* ============================================================
   3. TANIDIK (worry list on ink)
   ============================================================ */
.worry-list {
  max-width: 940px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 clamp(30px, 5vw, 64px);
}
.worry {
  display: flex;
  gap: 16px;
  align-items: baseline;
  padding: 24px 0;
  border-top: 1px solid rgba(43, 33, 24, .12);
}
.worry-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--terracotta-ink);
  flex: 0 0 auto;
  min-width: 26px;
  font-variation-settings: "opsz" 30;
}
.worry h3 { font-size: 1.2rem; font-weight: 500; color: var(--ink); }
.worry p { margin-top: 6px; font-family: var(--sans); font-size: .94rem; color: var(--muted); }

/* the emotional turn — a reassuring full-width closer under the six moments */
.worry-turn { grid-column: 1 / -1; border-top-color: rgba(43, 33, 24, .22); margin-top: 4px; }
.worry-turn h3 { color: var(--terracotta-deep); }
.worry-turn .worry-turn-sub {
  margin-top: 8px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.06rem;
  color: var(--ink);
  font-variation-settings: "opsz" 40, "SOFT" 50;
}

.worry-foot { text-align: center; margin-top: clamp(40px, 6vw, 60px); }
.worry-close {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  color: var(--ink);
  max-width: 26ch;
  margin: 0 auto 26px;
  font-variation-settings: "opsz" 60, "SOFT" 50;
}
/* Darker terracotta for the emphasized word + scribble on the darker
   --paper-deep bg (AA 4.02:1). Scoped to #tanidik only. */
#tanidik .uword { color: var(--terracotta-deep); }

/* ============================================================
   4. UZMANLIK cards
   ============================================================ */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.6vw, 30px);
}
.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 28px 26px;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--line-strong);
}
.card-icon {
  display: inline-flex;
  width: 58px; height: 58px;
  align-items: center;
  justify-content: center;
  color: var(--terracotta);
  background: var(--blush);
  border-radius: 16px;
  transition: transform .25s ease, color .2s ease;
}
.card-icon svg { width: 34px; height: 34px; }
.card:hover .card-icon { transform: rotate(-5deg) scale(1.05); color: var(--terracotta-deep); }
.card h3 { font-size: 1.35rem; font-weight: 500; margin-top: 20px; }
.card p { margin-top: 10px; font-family: var(--sans); font-size: .96rem; color: var(--muted); }
/* three primary pathways — the site's main IA */
.pathway-grid { max-width: 1000px; margin-inline: auto; }

/* quiet inline list of clinical topics under the pathways (SEO + recognition) */
.konular {
  max-width: 720px;
  margin: clamp(30px, 5vw, 46px) auto 0;
  text-align: center;
  font-family: var(--sans);
  font-size: .98rem;
  line-height: 1.7;
  color: var(--muted);
}
.konular-label { font-weight: 600; color: var(--terracotta-ink); }

/* ============================================================
   5. Çalışma biçimim — quote band
   ============================================================ */
.sec-flush-btm { padding-bottom: 0; }
.quote-band {
  margin-top: clamp(60px, 9vw, 100px);
  background: var(--ink);
  color: var(--on-ink);
  text-align: center;
  padding: clamp(56px, 8vw, 88px) clamp(20px, 5vw, 40px);
}
.qb-star { width: 46px; height: 46px; color: var(--gold); margin: 0 auto 20px; display: block; }
.quote-band blockquote { margin: 0; }
.quote-band p {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.6rem, 3.6vw, 2.5rem);
  line-height: 1.32;
  max-width: 20ch;
  margin: 0 auto;
  font-variation-settings: "opsz" 90, "SOFT" 60, "WONK" 1;
}
.quote-band cite {
  display: block;
  margin-top: 22px;
  font-family: var(--sans);
  font-style: normal;
  font-size: .82rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ============================================================
   6. NASIL timeline
   ============================================================ */
.timeline { position: relative; max-width: 720px; margin: 0 auto; padding-left: 8px; }
.tl-track {
  position: absolute;
  left: 16px; top: 6px; bottom: 6px;
  width: 4px; height: auto;
  overflow: visible;
}
.tl-base {
  stroke: var(--line-strong);
  stroke-width: 4;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}
.tl-fill {
  stroke: var(--terracotta);
  stroke-width: 4;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;   /* JS maps to scroll progress */
}
.tl-steps { display: flex; flex-direction: column; gap: clamp(30px, 5vw, 48px); }
.step { position: relative; display: flex; gap: 26px; align-items: flex-start; }
.dot {
  flex: 0 0 auto;
  width: 20px; height: 20px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--paper);
  border: 3px solid var(--line-strong);
  position: relative;
  z-index: 1;
  transition: border-color .3s ease, background-color .3s ease, transform .3s ease;
}
.sec-paper-deep .dot { background: var(--paper-deep); }
.step.on .dot { border-color: var(--terracotta); background: var(--terracotta); transform: scale(1.15); }
.step-k {
  font-family: var(--serif);
  font-size: 1rem;
  color: var(--terracotta-ink);
  font-variation-settings: "opsz" 20;
}
.step-body h3 { font-size: 1.35rem; font-weight: 500; margin-top: 2px; }
.step-body p { margin-top: 8px; font-family: var(--sans); font-size: .98rem; color: var(--muted); max-width: 46ch; }

/* ============================================================
   7. SSS accordion
   ============================================================ */
.faq { border-top: 1px solid var(--line-strong); }
.qa { border-bottom: 1px solid var(--line-strong); }
.qa-q {
  width: 100%;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 4px;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  font-weight: 500;
  color: var(--ink);
  font-variation-settings: "opsz" 40, "SOFT" 30;
}
.qa-pm {
  flex: 0 0 auto;
  position: relative;
  width: 20px; height: 20px;
}
.qa-pm::before, .qa-pm::after {
  content: "";
  position: absolute;
  background: var(--terracotta);
  border-radius: 2px;
  transition: transform .3s ease, opacity .3s ease;
}
.qa-pm::before { left: 0; top: 9px; width: 20px; height: 2.5px; }
.qa-pm::after { left: 9px; top: 0; width: 2.5px; height: 20px; }
.qa-q[aria-expanded="true"] .qa-pm::after { transform: rotate(90deg); opacity: 0; }

.qa-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .35s ease;
}
.qa-q[aria-expanded="true"] + .qa-panel { grid-template-rows: 1fr; }
.qa-inner { overflow: hidden; }
.qa-inner p {
  padding: 0 4px 28px;
  font-family: var(--sans);
  font-size: 1.02rem;
  color: var(--muted);
  max-width: 68ch;
}
.faq-foot { margin-top: 26px; text-align: center; }

/* ============================================================
   8. İLETİŞİM
   ============================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: start;
}
.contact-form {
  background: var(--paper);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  padding: clamp(24px, 4vw, 36px);
  box-shadow: var(--shadow-sm);
}
.field { margin-bottom: 18px; }
.field label {
  display: block;
  font-family: var(--sans);
  font-weight: 600;
  font-size: .84rem;
  margin-bottom: 8px;
  color: var(--ink);
}
.field input, .field textarea {
  width: 100%;
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--ink);
  background: var(--paper-deep);
  border: 1.5px solid var(--line-strong);
  border-radius: 10px;
  padding: 13px 15px;
  transition: border-color .18s ease, background-color .18s ease;
}
.field input::placeholder, .field textarea::placeholder { color: #9c8b78; }
.field input:focus, .field textarea:focus {
  outline: none;
  border-color: var(--terracotta-deep);
  background: var(--paper);
}
.field textarea { resize: vertical; min-height: 108px; }
.consent {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  font-family: var(--sans);
  font-size: .86rem;
  color: var(--muted);
  margin: 4px 0 20px;
  cursor: pointer;
}
.consent input {
  margin-top: 3px;
  width: 17px; height: 17px;
  flex: 0 0 auto;
  accent-color: var(--terracotta-deep);
}
.consent b { color: var(--terracotta-ink); font-weight: 600; }
.form-notice {
  margin-top: 16px;
  font-family: var(--sans);
  font-size: .92rem;
  color: var(--sage-deep);
  background: rgba(138, 155, 132, .14);
  border: 1px solid rgba(138, 155, 132, .3);
  border-radius: 10px;
  padding: 12px 16px;
  text-align: center;
}
.form-fine {
  margin-top: 14px;
  font-family: var(--sans);
  font-size: .78rem;
  color: var(--muted);
  text-align: center;
}

.contact-cards { display: flex; flex-direction: column; gap: 14px; }
.ccard {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 20px;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
a.ccard:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
/* `.ccard span` (0-1-1) would otherwise override this `display` and collapse
   the icon box to block, pinning the glyph top-left — so scope by `.ccard`
   to win specificity (0-2-0) and keep the flex-centering intact. */
.ccard .ccard-ic {
  flex: 0 0 auto;
  display: inline-flex;
  width: 48px; height: 48px;
  align-items: center;
  justify-content: center;
  color: var(--terracotta-deep);
  background: var(--blush);
  border-radius: 12px;
}
.ccard-ic svg { width: 26px; height: 26px; }
.ccard b { display: block; font-family: var(--serif); font-size: 1.16rem; font-weight: 500; }
.ccard span { display: block; font-family: var(--sans); font-size: .9rem; color: var(--muted); }
.ccard-ph { font-size: .78rem !important; font-style: italic; color: #a08a74 !important; margin-top: 2px; }

/* ============================================================
   9. FOOTER
   ============================================================ */
.site-foot { background: var(--ink); color: var(--on-ink); padding: clamp(56px, 8vw, 84px) 0 30px; }
.foot-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.2fr;
  gap: clamp(28px, 5vw, 52px);
}
.wordmark-foot .wm-txt { color: var(--on-ink); font-size: 1.5rem; }
.wordmark-foot .wm-txt small { color: var(--on-ink-muted); }
.foot-note { margin-top: 16px; font-family: var(--sans); font-size: .94rem; color: var(--on-ink-muted); max-width: 36ch; }
.foot-nav h3, .foot-contact h3 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(243, 234, 221, .55);
  margin-bottom: 16px;
}
.foot-nav { display: flex; flex-direction: column; gap: 11px; }
.foot-nav a { font-family: var(--sans); font-size: .95rem; color: var(--on-ink-muted); width: fit-content; transition: color .2s ease; }
.foot-nav a:hover { color: var(--gold); }
.foot-contact p { font-family: var(--sans); font-size: .95rem; color: var(--on-ink-muted); margin-top: 6px; }
.foot-ig a { color: var(--on-ink); transition: color .2s ease; }
.foot-ig a:hover { color: var(--gold); }
.foot-ph, .foot-kvkk .foot-ph { font-style: italic; color: rgba(243, 234, 221, .5); }
.foot-kvkk { margin-top: 16px !important; }

.foot-bottom {
  margin-top: clamp(40px, 6vw, 60px);
  padding-top: 24px;
  border-top: 1px solid rgba(243, 234, 221, .16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-family: var(--sans);
  font-size: .84rem;
  color: var(--on-ink-muted);
}
.foot-boat { width: 120px; height: 40px; color: var(--sage); flex: 0 0 auto; }

/* ============================================================
   Floating WhatsApp pill
   ============================================================ */
.wa-pill {
  position: fixed;
  right: clamp(16px, 4vw, 28px);
  bottom: clamp(16px, 4vw, 28px);
  z-index: 55;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--sage-deep);
  color: #fff;
  padding: 13px 20px 13px 15px;
  border-radius: 999px;
  box-shadow: var(--shadow-lg);
  font-family: var(--sans);
  font-weight: 600;
  font-size: .95rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px) scale(.95);
  transition: opacity .3s ease, transform .3s ease, visibility .3s ease, background-color .2s ease;
}
.wa-pill.show { opacity: 1; visibility: visible; transform: none; }
.wa-pill:hover { background: var(--ink); transform: translateY(-2px); }
.wa-pill svg { width: 26px; height: 26px; flex: 0 0 auto; }

/* ============================================================
   Motion: scroll reveals + draw-on-scroll
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.in { opacity: 1; transform: none; }

.draw {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 1.1s ease;
}
.in .draw, .draw.in { stroke-dashoffset: 0; }

/* ============================================================
   Teen pointer band on the homepage (siz-form) — links to /ergenler
   ============================================================ */
.teen-aside {
  background: var(--blush);
  padding: clamp(40px, 6vw, 60px) 0;
  scroll-margin-top: var(--head-h);
}
.teen-inner {
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 44px);
  max-width: 900px;
}
.teen-doodle {
  flex: 0 0 auto;
  display: inline-flex;
  width: 88px; height: 88px;
  align-items: center; justify-content: center;
  color: var(--sage-deep);
  background: var(--paper);
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  box-shadow: var(--shadow-sm);
}
.teen-doodle svg { width: 46px; height: 46px; }
.teen-copy .overline { margin-bottom: 10px; }
.teen-copy h2 { font-size: clamp(1.5rem, 3.2vw, 2rem); }
.teen-copy p { margin-top: 12px; color: var(--muted); max-width: 54ch; }
.teen-copy .ghost-link { margin-top: 16px; }

/* ============================================================
   /ergenler — dedicated teen page (sen-form, darker treatment)
   ============================================================ */
.teen-main { padding-top: 0; }            /* ink hero sits flush under the sticky header */
.teen-hero {
  background: var(--ink);
  color: var(--on-ink);
  padding: clamp(44px, 7vw, 84px) 0 clamp(40px, 6vw, 60px);
}
.teen-hero .shell { max-width: 774px; }
.breadcrumb-on-ink { color: var(--on-ink-muted); }
.breadcrumb-on-ink a { color: var(--gold); border-bottom: 1px solid transparent; }
.breadcrumb-on-ink a:hover { border-bottom-color: currentColor; }
.teen-hero .overline { color: var(--gold); margin-bottom: 14px; }
.teen-hero h1 {
  font-size: clamp(2.2rem, 5.6vw, 3.4rem);
  line-height: 1.08;
  color: var(--cream);
  font-variation-settings: "opsz" 110, "SOFT" 50, "WONK" 1;
}
.teen-hero .uword { color: var(--gold); }          /* gold on ink — AA at display size */
.teen-lede {
  margin-top: 16px;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.14rem, 2.3vw, 1.45rem);
  line-height: 1.5;
  color: var(--on-ink-muted);
  max-width: 42ch;
  font-variation-settings: "opsz" 50, "SOFT" 50;
}
.teen-article { padding-top: clamp(34px, 5vw, 52px); }
.teen-callout {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--blush);
  border-left: 3px solid var(--terracotta);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 20px 24px;
  margin: clamp(24px, 4vw, 34px) 0;
}
.teen-callout svg { flex: 0 0 auto; width: 34px; height: 26px; color: var(--terracotta); margin-top: 5px; }
.teen-callout p {
  margin: 0 !important;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  line-height: 1.5;
  color: var(--ink) !important;
  font-variation-settings: "opsz" 50, "SOFT" 50;
}
.teen-back { margin-top: clamp(28px, 4vw, 40px) !important; }

/* ============================================================
   Kaynaklar homepage teaser
   ============================================================ */
.sec-slim { padding-top: clamp(48px, 7vw, 76px); padding-bottom: clamp(48px, 7vw, 76px); }
.teaser-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(28px, 4vw, 40px);
}
.teaser-head .overline { margin-bottom: 10px; }
.teaser-head h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); max-width: 26ch; }
.teaser-all { flex: 0 0 auto; white-space: nowrap; }
.teaser-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.4vw, 24px);
}
.teaser-card {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 22px;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.teaser-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.teaser-ic {
  display: inline-flex;
  width: 50px; height: 50px;
  align-items: center; justify-content: center;
  color: var(--terracotta);
  background: var(--blush);
  border-radius: 13px;
  transition: color .2s ease, transform .25s ease;
}
.teaser-ic svg { width: 28px; height: 28px; }
.teaser-card:hover .teaser-ic { color: var(--terracotta-deep); transform: rotate(-5deg); }
.teaser-card h3 { font-size: 1.22rem; font-weight: 500; margin-top: 16px; }
.teaser-card p { margin-top: 8px; font-family: var(--sans); font-size: .92rem; color: var(--muted); flex: 1 0 auto; }
.teaser-meta {
  margin-top: 14px;
  font-family: var(--sans);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--sage-deep);
}

/* ============================================================
   Footer crisis note
   ============================================================ */
.foot-crisis {
  margin-top: clamp(32px, 5vw, 48px);
  font-family: var(--sans);
  font-size: .84rem;
  line-height: 1.6;
  color: var(--on-ink-muted);
  max-width: 74ch;
}
.foot-crisis strong { color: var(--on-ink); font-weight: 600; }

/* ============================================================
   Sub-pages (KVKK, Kaynaklar index, articles)
   Header solid + sticky; simple editorial article layout.
   ============================================================ */
body.subpage .site-head {
  position: sticky;
  background: color-mix(in srgb, var(--ink) 96%, transparent);
  box-shadow: var(--shadow-md);
  border-bottom-color: rgba(0, 0, 0, .2);
}
body.subpage .site-head .wm-txt,
body.subpage .site-head .nav-links a,
body.subpage .site-head .hamb { color: var(--on-ink); }
body.subpage .site-head .wm-txt small { color: var(--on-ink-muted); }
body.subpage .site-head .wm-mark { color: var(--gold); }
body.subpage .site-head .nav-links a:hover { color: #fff; }

.page-main { padding: clamp(36px, 6vw, 64px) 0 clamp(56px, 8vw, 92px); }
.article { max-width: 730px; margin: 0 auto; padding-inline: clamp(20px, 5vw, 40px); }
.breadcrumb {
  font-family: var(--sans);
  font-size: .82rem;
  color: var(--muted);
  margin-bottom: 22px;
}
.breadcrumb a { color: var(--terracotta-ink); border-bottom: 1px solid transparent; }
.breadcrumb a:hover { border-bottom-color: currentColor; }

.draft-banner {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: var(--blush);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  padding: 14px 18px;
  margin-bottom: clamp(28px, 4vw, 40px);
  font-family: var(--sans);
  font-size: .88rem;
  line-height: 1.5;
  color: var(--terracotta-ink);
}
.draft-banner svg { flex: 0 0 auto; width: 22px; height: 22px; color: var(--terracotta); margin-top: 1px; }

.notice-box {
  background: var(--blush);
  border: 1.5px solid var(--terracotta);
  border-radius: var(--radius);
  padding: 18px 20px;
  margin-bottom: clamp(28px, 4vw, 40px);
  font-family: var(--sans);
  font-size: .95rem;
  line-height: 1.55;
  color: var(--ink);
}
.notice-box strong { color: var(--terracotta-ink); }

.article-head { margin-bottom: clamp(24px, 4vw, 36px); }
.article-head .overline { margin-bottom: 12px; }
.article-head h1 {
  font-size: clamp(2.1rem, 5vw, 3.1rem);
  line-height: 1.08;
  font-variation-settings: "opsz" 120, "SOFT" 40, "WONK" 0;
}
.draft-tag { font-style: italic; color: var(--muted); font-size: .55em; font-weight: 400; }
.article-lede {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.18rem, 2.2vw, 1.45rem);
  line-height: 1.45;
  color: var(--terracotta-deep);
  margin-top: 18px;
  font-variation-settings: "opsz" 50, "SOFT" 50;
}

/* article header illustration — retired doodles return here as article art */
.article-illus { display: block; height: 82px; color: var(--terracotta); margin-bottom: 16px; }
.article-illus svg { height: 100%; width: auto; display: block; }
.article-meta { margin-top: 16px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.article-time { font-family: var(--sans); font-size: .8rem; font-weight: 600; letter-spacing: .04em; color: var(--sage-deep); }
.article-tag {
  font-family: var(--sans); font-size: .74rem; font-weight: 600;
  color: var(--terracotta-ink); background: var(--blush);
  border: 1px solid var(--line-strong); padding: 4px 11px; border-radius: 999px;
}
.article-sources {
  margin-top: clamp(28px, 4vw, 40px);
  padding-top: 18px; border-top: 1px solid var(--line);
  font-family: var(--sans); font-size: .82rem; line-height: 1.6; color: var(--muted);
}
.article-body { font-size: 1.08rem; line-height: 1.8; }
.article-body h2 {
  font-size: clamp(1.45rem, 2.6vw, 1.85rem);
  margin-top: clamp(30px, 4vw, 42px);
}
.article-body h3 { font-size: 1.2rem; margin-top: 26px; }
.article-body p { margin-top: 16px; color: var(--text); }
.article-body ul { margin-top: 14px; padding-left: 22px; list-style: disc; }
.article-body li { margin-top: 8px; color: var(--text); }
.article-body li::marker { color: var(--terracotta); }
.article-body a { color: var(--terracotta-ink); border-bottom: 1px solid color-mix(in srgb, var(--terracotta-ink) 40%, transparent); }
.article-body a:hover { border-bottom-color: currentColor; }
.article-body strong { font-weight: 600; }

.say-example {
  background: var(--paper-deep);
  border-left: 3px solid var(--terracotta);
  border-radius: 0 10px 10px 0;
  padding: 12px 18px;
  margin-top: 16px;
  font-family: var(--serif);
  font-style: italic;
  color: var(--ink);
}
.say-example span { display: block; }
.say-example span + span { margin-top: 8px; }

.article-cta {
  margin-top: clamp(32px, 5vw, 44px);
  padding: clamp(24px, 4vw, 32px);
  background: var(--paper-deep);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  text-align: center;
}
.article-cta h2 { margin-top: 0; }
.article-cta p { margin-top: 12px; color: var(--muted); max-width: 46ch; margin-left: auto; margin-right: auto; }
.article-cta .btn { margin-top: 20px; }

/* Kaynaklar index list */
.kaynaklar-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.kaynak-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(20px, 3vw, 28px);
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.kaynak-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.kaynak-ic {
  flex: 0 0 auto;
  display: inline-flex;
  width: 54px; height: 54px;
  align-items: center; justify-content: center;
  color: var(--terracotta);
  background: var(--blush);
  border-radius: 14px;
}
.kaynak-ic svg { width: 30px; height: 30px; }
.kaynak-item h2 { font-size: 1.3rem; font-weight: 500; }
.kaynak-item p { margin-top: 8px; font-family: var(--sans); font-size: .96rem; color: var(--muted); }
.kaynak-meta {
  margin-top: 12px;
  font-family: var(--sans);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--sage-deep);
}
/* featured pillar card on the kaynaklar index */
.kaynak-featured { border-color: var(--terracotta); background: var(--blush); }
.kaynak-featured .kaynak-ic { background: var(--paper); }
.kaynak-flag {
  display: inline-block; margin-bottom: 8px;
  font-family: var(--sans); font-size: .7rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--terracotta-ink);
}

/* ============================================================
   Responsive
   ============================================================ */
/* Nav collapses a little earlier so the 6-item desktop menu never crowds. */
@media (max-width: 1080px) {
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .hamb { display: inline-flex; }
}

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; min-height: 0; gap: clamp(28px, 6vw, 44px); }
  /* headline + CTA come first; photo drops below so the belief + CTA own the
     first mobile screen (see hero acceptance criteria). */
  .hero-copy { max-width: none; margin: 0 auto; order: 0; }
  .hero-copy .overline { margin-bottom: 14px; }
  .hero-tag { max-width: 34ch; margin-left: auto; margin-right: auto; }
  .hero-cta { align-items: center; }
  .hero-cta-main { align-items: center; }
  .hero-visual { order: 1; }
  .arch-wrap { width: min(72%, 300px); }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { order: -1; }
  .about-arch { width: min(70%, 300px); }
  .about-copy { text-align: center; }
  .about-copy p { margin-left: auto; margin-right: auto; }
  .chips { justify-content: center; }
  .pullquote { text-align: center; }
  .pq-mark { margin-left: auto; margin-right: auto; }
  .sec-head-left { text-align: center; }
}

@media (max-width: 860px) {
  .teaser-cards { grid-template-columns: 1fr; }
  .teaser-head { flex-direction: column; align-items: flex-start; gap: 16px; }
}

@media (max-width: 780px) {
  .card-grid { grid-template-columns: 1fr 1fr; }
  .pathway-grid { grid-template-columns: 1fr; max-width: 460px; }
  .worry-list { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .wa-label { display: none; }
  .wa-pill { padding: 14px; }
  .teen-inner { flex-direction: column; text-align: center; }
  .teen-doodle { margin: 0 auto; }
}

@media (max-width: 520px) {
  .card-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .foot-bottom { flex-direction: column-reverse; align-items: flex-start; }
  .trust-strip { font-size: .82rem; }
}

/* ============================================================
   Reduced motion — everything instant / off
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
  .draw { stroke-dashoffset: 0; }
  .thread-path { stroke-dashoffset: 0; }   /* static: faint complete line */
  .thread { opacity: .3; }
  .blob { animation: none; }
}
