/* =====================================================
   TON Coffee Roastery — LAYOUT
   İç sayfalar (hikaye, danismanlik, roastery, b2b,
   iletisim, sozluk, tarifler + diğerleri) yükler.
   İçerik: inner hero · section primitives · two-col ·
           feature-grid · four-grid · steps · profile-cards ·
           CTA section · quote · contact/form · layout responsive
   Bağımlılık: core.css
   ===================================================== */

/* ---- Inner page hero (non-homepage) --------------- */
.inner-hero {
  padding-top: calc(var(--nav-h) + 5rem);
  padding-bottom: 4rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

/* Terminal istem eyebrow — tüm iç sayfa korpusu (rehber/hikaye/gundem/iletisim…).
   catalog.css'teki .inner-hero--kb aynası: kahveler zaten --kb ile aynı muameleyi
   alıyordu; base'i hizalayınca tek eyebrow register'ı site geneline yayılır.
   (kahveler'in --kb override'ı daha spesifik + birebir aynı → çakışma yok.) */
.inner-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-m);
  font-size: 0.65rem;
  letter-spacing: 0.02em;
  text-transform: lowercase;
  color: var(--cream-dim);
  margin-bottom: 1.25rem;
}
.inner-hero__eyebrow::before {
  content: "\276F";            /* ❯ — terminal istem glifi (ana sayfa idiomu) */
  color: var(--pop);
  font-size: 0.9em;
}

.inner-hero h1 {
  font-family: var(--font-d);
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.025em;
  max-width: 840px;
}

.inner-hero h1 em { font-style: italic; color: var(--cream-dim); }

.inner-hero__body {
  font-size: 1.05rem;
  color: var(--cream-dim);
  line-height: 1.8;
  max-width: 520px;
  margin-top: 1.25rem;
}

/* ---- Section primitives for inner pages ----------- */
.sec {
  padding: 5rem 2.5rem;
  border-top: 1px solid var(--border);
}

.sec--dark  { background: var(--bg-2); }
.sec--darker { background: var(--bg-3); }

/* Two-col layouts */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.two-col--flip { direction: rtl; }
.two-col--flip > * { direction: ltr; }

.content-img {
  border-radius: var(--r);
  overflow: hidden;
}

.content-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.65) brightness(0.8);
}

.content-img--tall { aspect-ratio: 3 / 4; }
.content-img--wide { aspect-ratio: 4 / 3; }
.content-img--sq   { aspect-ratio: 1; }

.content-text h2 {
  font-family: var(--font-d);
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1.25rem;
}

.content-text h2 em { font-style: italic; }

.content-text p {
  font-size: 0.95rem;
  color: var(--cream-dim);
  line-height: 1.85;
  margin-bottom: 1rem;
}

.content-text p:last-of-type { margin-bottom: 1.75rem; }

/* Three-col feature grid */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
}

.feature-block {
  padding: 2.5rem 2rem;
  background: var(--bg-card);
}

.feature-block h3 {
  font-family: var(--font-d);
  font-size: 1.2rem;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.feature-block p {
  font-size: 0.85rem;
  color: var(--cream-dim);
  line-height: 1.75;
}

/* Four-col blocks */
.four-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
}

.four-block {
  padding: 2rem;
  border-right: 1px solid var(--border);
  background: var(--bg-card);
}

.four-block:last-child { border-right: none; }

.four-block__label {
  font-family: var(--font-m);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.875rem;
}

.four-block h4 {
  font-family: var(--font-d);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-style: italic;
}

.four-block p {
  font-size: 0.82rem;
  color: var(--cream-dim);
  line-height: 1.7;
}

/* Steps */
.steps { display: flex; flex-direction: column; }

.step {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1.5rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--border);
}

.step:last-child { border-bottom: none; }

.step__n {
  font-family: var(--font-d);
  font-size: 2.25rem;
  font-weight: 900;
  color: var(--border-2);
  line-height: 1;
}

.step__body h4 {
  font-family: var(--font-d);
  font-size: 1.1rem;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0.4rem;
  line-height: 1.25;
}

.step__body p {
  font-size: 0.88rem;
  color: var(--cream-dim);
  line-height: 1.75;
}

/* Profile cards */
.profile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.profile-card {
  padding: 2rem;
  border: 1px solid var(--border-2);
  background: var(--bg-3);
  border-radius: var(--r);
}

.profile-card__type {
  font-family: var(--font-m);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.875rem;
}

.profile-card h3 {
  font-family: var(--font-d);
  font-size: 1.05rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 0.625rem;
}

.profile-card p {
  font-size: 0.85rem;
  color: var(--cream-dim);
  line-height: 1.7;
}

/* CTA section */
.cta-sec {
  padding: 6rem 2.5rem;
  border-top: 1px solid var(--border);
  background: var(--bg-2);
  text-align: center;
}

.cta-sec h2 {
  font-family: var(--font-d);
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  font-weight: 900;
  font-style: italic;
  margin-bottom: 0.875rem;
  line-height: 1.1;
}

.cta-sec p {
  font-size: 0.95rem;
  color: var(--cream-dim);
  margin-bottom: 2.25rem;
}

/* Quote */
.quote-sec {
  padding: 4rem 2.5rem;
  border-top: 1px solid var(--border);
  background: var(--bg-3);
}

.quote-sec__inner {
  max-width: 720px;
  margin: 0 auto;
}

.quote-sec blockquote {
  font-family: var(--font-d);
  font-size: 1.3rem;
  font-style: italic;
  color: var(--cream-dim);
  line-height: 1.55;
  margin-bottom: 1.25rem;
}

.quote-sec cite {
  font-family: var(--font-m);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-style: normal;
}

/* Contact */
.contact-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 5rem;
  padding: 5rem 2.5rem;
}

.form { display: flex; flex-direction: column; gap: 1.25rem; }

.form-group { display: flex; flex-direction: column; gap: 0.4rem; }

/* Labels above inputs per skill rule */
.form-group label {
  font-family: var(--font-m);
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  background: var(--bg-3);
  border: 1px solid var(--border-2);
  color: var(--cream);
  font-family: var(--font-b);
  font-size: 0.9rem;
  border-radius: var(--r);
  outline: none;
  transition: border-color var(--dur-2);
  resize: vertical;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--accent); }

/* Placeholder contrast — must pass WCAG AA */
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--muted); }

.form-group select option { background: var(--bg-3); }

.contact-channels { display: flex; flex-direction: column; gap: 0; }

.contact-ch {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--border);
  position: relative;
}

.contact-ch:last-child { border-bottom: none; }

/* Linkli kart (e-posta/sosyal): tüm kart tıklanabilir — stretched link */
.contact-ch a::after { content: ""; position: absolute; inset: 0; }
.contact-ch:has(a):hover .contact-ch__icon { border-color: var(--pop-line); color: var(--cream); }

.contact-ch__icon {
  width: 36px; height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-2);
  border-radius: var(--r);
  flex-shrink: 0;
  color: var(--accent);
  font-family: var(--font-m);
  font-size: 0.7rem;
}

.contact-ch h4 {
  font-family: var(--font-m);
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.35rem;
}

.contact-ch p, .contact-ch a {
  font-size: 0.9rem;
  color: var(--cream-dim);
  transition: color var(--dur-2);
}

.contact-ch a:hover { color: var(--cream); }

/* ---- Makine + Usta (roastery) ---- */
.maker-img { position: relative; }
.maker-img__tag {
  position: absolute;
  left: 1.1rem;
  bottom: 1.1rem;
  font-family: var(--font-m);
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cream);
  background: rgba(9, 9, 9, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
}
.maker-creds {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  margin: 1.75rem 0 1.5rem;
  padding: 1.4rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.maker-creds div { display: flex; flex-direction: column; gap: 5px; }
.maker-creds dt {
  font-family: var(--font-m);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream-dim);
}
.maker-creds dd {
  font-family: var(--font-d);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--accent);
}

/* ---- Roast curve (roastery — sıcaklık-süre eğrisi, metin arkası ambient scroll-draw) ---- */
.roast-sec { position: relative; overflow: hidden; }
.roast-sec__inner { position: relative; max-width: 880px; margin: 0 auto; }

.roast-sec__bg {
  position: absolute;
  left: -3%; right: -3%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  opacity: 0.5;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(125% 115% at 50% 48%, #000 28%, transparent 76%);
  mask-image: radial-gradient(125% 115% at 50% 48%, #000 28%, transparent 76%);
}
.roast-curve__svg { width: 100%; height: auto; display: block; overflow: visible; }
.roast-curve__grid line { stroke: var(--border); stroke-width: 1; }
.roast-curve__line {
  stroke: var(--accent);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 12px var(--pop-glow));
}

.roast-curve__head {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: 1.5rem 0;
}
.roast-curve__head h2 {
  font-family: var(--font-d);
  font-size: clamp(1.9rem, 3.2vw, 2.7rem);
  font-weight: 700;
  line-height: 1.15;
}
.roast-curve__head h2 em { font-style: italic; color: var(--accent); }
.roast-curve__head > p {
  font-size: 0.98rem;
  color: var(--cream-dim);
  line-height: 1.8;
  max-width: 640px;
  margin: 1.1rem auto 0;
}

.roast-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.1rem 2.75rem;
  margin-top: 2rem;
}
.roast-data div { display: flex; flex-direction: column; gap: 5px; }
.roast-data dt {
  font-family: var(--font-m);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cream-dim);
}
.roast-data dd {
  font-family: var(--font-m);
  font-size: 1rem;
  letter-spacing: 0.02em;
  color: var(--accent);
}

.roast-curve__note {
  margin-top: 1.6rem;
  font-family: var(--font-m);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream-dim);
  opacity: 0.6;
}
.roast-curve__feats { position: relative; z-index: 1; margin-top: 3.25rem; }

@media (prefers-reduced-motion: reduce) {
  .roast-curve__line { stroke-dashoffset: 0 !important; }
}

/* ---- Layout Responsive ---------------------------- */
@media (max-width: 1100px) {
  .four-grid         { grid-template-columns: repeat(2, 1fr); }
  .four-block:nth-child(2)  { border-right: none; }
  .four-block:nth-child(3)  { border-top: 1px solid var(--border); }
  .four-block:nth-child(4)  { border-top: 1px solid var(--border); border-right: none; }
}

@media (max-width: 768px) {
  .two-col         { grid-template-columns: 1fr; gap: 2.5rem; }
  .two-col--flip   { direction: ltr; }
  .feature-grid    { grid-template-columns: 1fr; gap: 1px; }
  .profile-grid    { grid-template-columns: 1fr; }
  .four-grid       { grid-template-columns: 1fr; }
  .four-block      { border-right: none; border-bottom: 1px solid var(--border); }
  .four-block:last-child { border-bottom: none; }
  .contact-layout  { grid-template-columns: 1fr; gap: 3rem; }

  .inner-hero      { padding-top: calc(var(--nav-h) + 2.5rem); }
  .sec             { padding: 3rem 1.5rem; }
  .cta-sec         { padding: 3.5rem 1.5rem; }
  .contact-layout  { padding: 3rem 1.5rem; }

  .maker-text       { padding: 2.75rem 1.5rem !important; }
  .maker-creds      { gap: 1.25rem 1.75rem; }

  .roast-curve__head { padding: 0.5rem 0; }
  .roast-curve__feats { margin-top: 2.5rem; }
  .roast-data       { gap: 1rem 1.75rem; }
  .roast-sec__bg    { opacity: 0.4; }
}

/* ---- Marka duvarı (hikaye) ---- */
.brandwall { text-align: center; }
.brandwall__head { max-width: 600px; margin: 0 auto 2.5rem; }
.brandwall__sub { color: var(--cream-dim); margin-top: 1rem; line-height: 1.7; }
.brandwall__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
  max-width: 920px;
  margin: 0 auto;
}
.brand-tile {
  display: flex; flex-direction: column; align-items: center; gap: 0.6rem;
  padding: 2rem 1rem;
  background: var(--bg-card);
  transition: background var(--dur-3) var(--ease), transform var(--dur-3) var(--ease);
}
.brand-tile:hover { background: var(--bg-3); transform: translateY(-2px); }
.brand-tile__mark {
  width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--font-m); font-size: 0.72rem; letter-spacing: 0.04em;
  color: var(--cream);
  background: linear-gradient(135deg, color-mix(in srgb, var(--pop) 22%, transparent), color-mix(in srgb, var(--pop) 5%, transparent));
  border: 1px solid var(--border-2);
}
.brand-tile__name { font-family: var(--font-d); font-size: 1.05rem; color: var(--cream); line-height: 1.2; }
.brand-tile__count { font-family: var(--font-m); font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.brandwall__cta { margin-top: 2.5rem; }
@media (max-width: 600px) {
  .brandwall__grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================= REHBER
   Editorial uzun-form rehber sayfaları (/rehber/<slug>/).
   Tek prose kolonu; mevcut inner-hero/sec/cta-sec primitive'leriyle birlikte. */
.rehber-meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem;
  margin-top: 1.5rem;
  font-family: var(--font-m); font-size: 0.65rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted);
}
.rehber-meta__author { color: var(--cream); }
.rehber-meta__sep { color: var(--border-2); }

.rehber {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 4.5rem) var(--gut) clamp(2rem, 4vw, 3rem);
}
.rehber h2 {
  font-family: var(--font-d); font-weight: 700;
  font-size: clamp(1.45rem, 3vw, 1.95rem); line-height: 1.2;
  color: var(--cream); letter-spacing: -0.01em;
  margin: 2.75rem 0 1rem;
}
.rehber h2 em { font-style: italic; color: var(--cream-dim); }
.rehber p {
  font-family: var(--font-b); font-size: 1.02rem; line-height: 1.75;
  color: var(--cream-dim); margin-bottom: 1.1rem;
}
.rehber p strong { color: var(--cream); font-weight: 500; }
.rehber p em { font-style: italic; color: var(--cream); }
.rehber ul {
  list-style: none; margin: 0 0 1.4rem; padding: 0;
  display: flex; flex-direction: column; gap: 0.7rem;
}
.rehber ul li {
  position: relative; padding-left: 1.15rem;
  font-family: var(--font-b); font-size: 1.02rem; line-height: 1.7;
  color: var(--cream-dim);
}
.rehber ul li::before {
  content: ''; position: absolute; left: 0; top: 0.72em;
  width: 5px; height: 5px; background: var(--pop); border-radius: 50%;
}
.rehber ul li strong { color: var(--cream); font-weight: 500; }
.rehber a {
  color: var(--pop); text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, var(--pop) 35%, transparent);
  transition: border-color var(--dur-2), color var(--dur-2);
}
.rehber a:hover { color: var(--cream); border-bottom-color: var(--cream); }

/* Kısa cevap kutusu — AEO/snippet hedefi */
.rehber-answer {
  border-left: 2px solid var(--pop);
  background: color-mix(in srgb, var(--pop) 6%, transparent);
  padding: 1.25rem 1.5rem; margin-bottom: 2.25rem;
}
.rehber-answer__label {
  display: inline-block; margin-bottom: 0.5rem;
  font-family: var(--font-m); font-size: 0.65rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--pop);
}
.rehber-answer p { margin: 0; color: var(--cream); font-size: 1.05rem; }
.rehber-answer p strong { color: var(--cream); font-weight: 600; }

/* Masal / Gerçek — Substack register, kategori-seviyesi mit-yıkma */
.rehber-myth {
  margin: 1.5rem 0 1.75rem;
  border: 1px solid var(--border-2); border-radius: var(--r);
  overflow: hidden;
}
.rehber-myth__row { padding: 1.1rem 1.4rem; }
.rehber-myth__row--masal {
  background: color-mix(in srgb, var(--cream) 3%, transparent);
  border-bottom: 1px solid var(--border);
}
.rehber-myth__row--gercek { border-left: 2px solid var(--pop); }
.rehber-myth__label {
  display: inline-block; margin-bottom: 0.4rem;
  font-family: var(--font-m); font-size: 0.65rem; letter-spacing: 0.18em;
  text-transform: uppercase;
}
.rehber-myth__row--masal .rehber-myth__label { color: var(--muted); }
.rehber-myth__row--gercek .rehber-myth__label { color: var(--pop); }
.rehber-myth__row p { margin: 0; font-family: var(--font-b); line-height: 1.7; }
.rehber-myth__row--masal p { color: var(--muted); font-style: italic; font-size: 0.98rem; }
.rehber-myth__row--gercek p { color: var(--cream); font-size: 1.05rem; }
.rehber-myth__row--gercek p strong { color: var(--cream); font-weight: 600; }

/* İç-link köprü bandı (cross-link funnel) */
.rehber-cross {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem 1.1rem;
  margin: 0.4rem 0 2rem; padding: 1rem 1.25rem;
  border: 1px solid var(--border-2); border-radius: var(--r);
}
.rehber-cross__label {
  font-family: var(--font-m); font-size: 0.65rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--muted);
  width: 100%;
}
.rehber-cross a {
  font-family: var(--font-m); font-size: 0.72rem; letter-spacing: 0.04em;
}
/* İş D-2 "Marjinalya" (Çağkan seçimi d2d, 19 Tem): geniş ekranda köprü bandı
   gövdeden çıkar, sağ marja kenar notu olarak asılır (print-dergi grameri).
   Dar ekranda yukarıdaki base stil (bant) aynen geçerli. */
@media (min-width: 1200px) {
  .rehber-cross {
    float: right; clear: right;
    width: 210px; margin: 0 -260px 2rem 0;
    padding: 0.8rem 0 0; border: 0; border-top: 1px solid var(--border);
    border-radius: 0; display: block;
  }
  .rehber-cross__label { width: auto; margin-bottom: 0.5rem; }
  .rehber-cross a { display: block; margin-bottom: 0.45rem; line-height: 1.5; }
}

/* ===== Rehber editoryal enstrümanlar (İş D, 13 Tem) =====
   İmza: ritmik duraklar demleme ENSTRÜMANLARI (reçete fişi + oran şeridi) —
   jenerik blog bileşeni değil. Pull-quote = Emergence ritmik-durak hamlesi.
   TOC + gövde reveal'ı core.js "rehber enhance" bloğu enjekte eder (HTML'e dokunmadan). */

/* Demleme reçete fişi — mono anahtar:değer ızgarası (grid-gap hairline hilesi) */
.rehber-recipe {
  margin: 2.25rem 0;
  border: 1px solid var(--border-2); border-radius: var(--r);
  overflow: hidden;
}
.rehber-recipe__head {
  display: flex; align-items: center; gap: 0.5rem;
  padding: 0.65rem 1.25rem;
  font-family: var(--font-m); font-size: 0.65rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--pop);
  background: color-mix(in srgb, var(--cream) 2%, transparent);
  border-bottom: 1px solid var(--border);
}
.rehber-recipe__head::before { content: "\276F"; }
.rehber-recipe dl {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 1px; margin: 0; background: var(--border);
}
.rehber-recipe .rr-cell { padding: 0.9rem 1.1rem; background: var(--bg-2); }
/* dar ekranda tek kalan son hücre tam satıra yayılır (boş bölme kalmaz) */
@media (max-width: 680px) {
  .rehber-recipe dl { grid-template-columns: repeat(2, 1fr); }
  .rehber-recipe .rr-cell:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.rehber-recipe dt {
  font-family: var(--font-m); font-size: 0.62rem; letter-spacing: 0.05em;
  text-transform: lowercase; color: var(--muted); margin-bottom: 0.3rem;
}
.rehber-recipe dd {
  margin: 0; font-family: var(--font-b); font-size: 1.02rem; font-weight: 500;
  color: var(--cream); font-variant-numeric: tabular-nums;
}

/* Oran / aralık şeridi — etiketli skalar zon (zone/mark inline --l/--w custom prop ile) */
.rehber-scale { margin: 2.25rem 0; }
.rehber-scale__title {
  font-family: var(--font-m); font-size: 0.65rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 0.7rem;
}
.rehber-scale__track {
  position: relative; height: 6px;
  background: var(--wash); border-radius: var(--r);
}
.rehber-scale__zone {
  position: absolute; top: 0; height: 100%;
  left: var(--l, 0%); width: var(--w, 100%);
  background: color-mix(in srgb, var(--pop) 32%, transparent);
  border-radius: inherit;
}
.rehber-scale__mark {
  position: absolute; top: 50%; left: var(--l, 50%);
  width: 10px; height: 10px; transform: translate(-50%, -50%);
  background: var(--pop); border-radius: 50%;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--pop) 22%, transparent);
}
.rehber-scale__labels {
  display: flex; justify-content: space-between; margin-top: 0.55rem;
  font-family: var(--font-m); font-size: 0.62rem; color: var(--muted);
}
.rehber-scale__labels b { color: var(--cream-dim); font-weight: 500; }

/* Pull-quote — bölüm ortası tek ritmik durak.
   İş D-2 "Marjinalya" evrimi (Çağkan seçimi d2d, 19 Tem): ❯+hairline kutusu emekli →
   çerçevesiz, sola dayalı, geniş ekranda sütundan SOLA taşan italik sıçrama
   (Emergence ölçek hamlesi + asimetrik nefes). */
.rehber-quote { margin: 4rem 0; padding: 0; max-width: 36rem; }
.rehber-quote p {
  margin: 0; font-family: var(--font-d); font-style: italic; font-weight: 600;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem); line-height: 1.32;
  letter-spacing: -0.01em; color: var(--cream); text-wrap: balance;
  padding-bottom: 0.15em; /* italik descender payı */
}
@media (min-width: 900px) { .rehber-quote { margin-left: -3rem; } }

/* Karşıtlık fişi — İş D-2 yeni enstrüman türü (mit/argüman sayfaları; d2d çerçevesiz form).
   Değerler HER ZAMAN sayfanın kendi metninden; icat yasak. Kutu yok: tipografi + tek dikey hairline. */
.rehber-versus { margin: 2.5rem 0; }
.rehber-versus__head {
  font-family: var(--font-m); font-size: 0.62rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 0.9rem;
}
.rehber-versus__grid { display: grid; grid-template-columns: 1fr 1fr; }
.rehber-versus__cell { padding: 0 1.5rem 0 0; }
.rehber-versus__cell + .rehber-versus__cell { border-left: 1px solid var(--border-2); padding: 0 0 0 1.5rem; }
.rehber-versus__mode {
  font-family: var(--font-m); font-size: 0.62rem; letter-spacing: 0.05em;
  text-transform: lowercase; color: var(--muted); margin: 0 0 0.35rem;
}
.rehber-versus__val { margin: 0; font-family: var(--font-b); font-size: 1.05rem; font-weight: 500; color: var(--cream); }
.rehber-versus__cell--win .rehber-versus__val { color: var(--pop); }
@media (max-width: 560px) {
  .rehber-versus__grid { grid-template-columns: 1fr; }
  .rehber-versus__cell + .rehber-versus__cell { border-left: 0; border-top: 1px solid var(--border-2); padding: 1rem 0 0; margin-top: 1rem; }
}

/* Ledger tablo — karşılaştırma/oran tabloları (tek yön hairline, seyrek) */
.rehber table {
  width: 100%; border-collapse: collapse; margin: 2rem 0;
  font-size: 0.95rem;
}
.rehber thead th {
  font-family: var(--font-m); font-size: 0.62rem; font-weight: 400;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted);
  text-align: left; padding: 0.5rem 0.9rem 0.6rem;
  border-bottom: 1px solid var(--border-2);
}
.rehber tbody td { padding: 0.8rem 0.9rem; color: var(--cream-dim); line-height: 1.55; }
.rehber tbody td:first-child { color: var(--cream); font-weight: 500; }
.rehber tbody tr + tr td { border-top: 1px solid var(--border); }
@media (max-width: 640px) {
  .rehber table { font-size: 0.82rem; }
  .rehber thead th, .rehber tbody td { padding-left: 0.5rem; padding-right: 0.5rem; }
}

/* İçindekiler — core.js otomatik enjekte eder (h2 ≥ 4 ise) */
.rehber-toc {
  margin: 0 0 2.5rem; padding: 1.1rem 1.4rem;
  border: 1px solid var(--border); border-radius: var(--r);
}
.rehber-toc__label {
  display: block; font-family: var(--font-m); font-size: 0.65rem;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--pop);
}
.rehber-toc__label::before { content: "❯ "; }
.rehber-toc ol {
  margin: 0.7rem 0 0; padding: 0; list-style: none;
  columns: 2; column-gap: 2rem;
}
.rehber-toc li { margin-bottom: 0.45rem; break-inside: avoid; }
.rehber-toc a {
  font-family: var(--font-m); font-size: 0.76rem; letter-spacing: 0.02em;
  color: var(--cream-dim); text-decoration: none;
  border-bottom: none;
  transition: color var(--dur-2);
}
.rehber-toc a:hover { color: var(--pop); }
.rehber-toc a.is-live { color: var(--pop); } /* İş D-2: scroll-spy aktif bölüm (core.js) */
@media (max-width: 640px) { .rehber-toc ol { columns: 1; } }

/* FAQ — FAQPage şeması ile eşleşir */
.rehber-faq { display: flex; flex-direction: column; gap: 0; }
.rehber-faq__item { padding: 1.4rem 0; border-bottom: 1px solid var(--border); }
.rehber-faq__item:first-child { border-top: 1px solid var(--border); }
.rehber-faq__q {
  font-family: var(--font-d); font-weight: 500; font-style: italic;
  font-size: 1.12rem; color: var(--cream); margin: 0 0 0.5rem;
}
.rehber-faq__a {
  font-family: var(--font-b); font-size: 0.98rem; line-height: 1.7;
  color: var(--cream-dim); margin: 0;
}

/* Yazar / E-E-A-T kutusu */
.rehber-author {
  margin-top: 3rem; padding: 1.75rem;
  border: 1px solid var(--border-2); border-radius: var(--r);
  background: var(--bg-2);
}
.rehber-author__label {
  font-family: var(--font-m); font-size: 0.65rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--muted);
}
.rehber-author__name {
  font-family: var(--font-d); font-size: 1.3rem; color: var(--cream);
  margin: 0.5rem 0 0.15rem;
}
.rehber-author__role {
  font-family: var(--font-m); font-size: 0.68rem; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--pop); margin: 0 0 0.85rem;
}
.rehber-author__bio {
  font-family: var(--font-b); font-size: 0.95rem; line-height: 1.7;
  color: var(--cream-dim); margin: 0;
}

@media (max-width: 600px) {
  .rehber-answer { padding: 1.1rem 1.2rem; }
  .rehber-cross { padding: 0.9rem 1rem; }
  .rehber-myth__row { padding: 1rem 1.1rem; }
  .rehber-author { padding: 1.35rem; }
}

/* Rehber hub (/rehber/) — yazı kartları */
.rehber-hub {
  max-width: 1080px; margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 4rem) var(--gut) clamp(2rem, 4vw, 3rem);
}
.rehber-hub__grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 2.5vw, 1.75rem);
}
.rehber-card {
  display: flex; flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid var(--border-2); border-radius: var(--r);
  background: var(--bg-2); text-decoration: none;
  transition: border-color var(--dur-2), transform var(--dur-2);
}
.rehber-card:hover { border-color: var(--pop); transform: translateY(-2px); }
.rehber-card__cat {
  font-family: var(--font-m); font-size: 0.65rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--pop); margin-bottom: 0.9rem;
}
.rehber-card__title {
  font-family: var(--font-d); font-weight: 700;
  font-size: clamp(1.4rem, 2.6vw, 1.85rem); line-height: 1.15;
  color: var(--cream); letter-spacing: -0.01em; margin: 0 0 0.75rem;
}
.rehber-card:hover .rehber-card__title { color: var(--cream); }
.rehber-card__excerpt {
  font-family: var(--font-b); font-size: 0.95rem; line-height: 1.65;
  color: var(--cream-dim); margin: 0 0 1.5rem; flex: 1;
}
.rehber-card__meta {
  font-family: var(--font-m); font-size: 0.65rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted);
  display: flex; align-items: center; gap: 0.5rem;
}
.rehber-card__arrow { color: var(--pop); transition: transform var(--dur-2); }
.rehber-card:hover .rehber-card__arrow { transform: translateX(3px); }

@media (max-width: 720px) {
  .rehber-hub__grid { grid-template-columns: 1fr; }
}


/* ============ Planlar — roast-tier üyelik kartları (Light/Medium/Dark) ============ */
.tier-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.25rem; align-items:stretch; }
@media (max-width:820px){ .tier-grid{ grid-template-columns:1fr; } }
.tier { position:relative; display:flex; flex-direction:column; gap:.9rem; padding:1.75rem; background:rgba(20,17,15,0.6); border:1px solid var(--border); border-radius:calc(var(--r) + 6px); }
.tier--light{ --tier:var(--roast-light); border-color:color-mix(in srgb, var(--roast-light) 38%, var(--border)); box-shadow:0 22px 55px -34px color-mix(in srgb, var(--roast-light) 45%, #000); }
.tier--med{ --tier:var(--roast-med); }
.tier--dark{ --tier:var(--roast-dark); }
.tier__head{ display:flex; align-items:center; justify-content:space-between; }
.tier__segs{ display:inline-flex; gap:4px; }
.tier__segs i{ width:16px; height:6px; border-radius:1px; background:var(--border-2); }
.tier__segs i.on{ background:var(--tier); }
.tier__badge{ font-family:var(--font-m); font-size:.6rem; letter-spacing:.12em; text-transform:uppercase; color:var(--muted); border:1px solid var(--border-2); border-radius:var(--r); padding:.15rem .45rem; }
.tier__badge--on{ color:var(--roast-light); border-color:color-mix(in srgb, var(--roast-light) 45%, transparent); }
.tier__name{ font-family:var(--font-d); font-size:1.9rem; font-weight:700; color:var(--cream); margin:.4rem 0 0; line-height:1; }
.tier__price{ font-family:var(--font-m); font-size:.85rem; color:var(--tier); margin:0; letter-spacing:.02em; }
.tier__feats{ list-style:none; padding:0; margin:.4rem 0 0; display:flex; flex-direction:column; gap:.6rem; flex:1; }
.tier__feats li{ position:relative; padding-left:1.15rem; font-size:.9rem; color:var(--text-dim); line-height:1.5; }
.tier__feats li::before{ content:"\2192"; position:absolute; left:0; color:var(--tier); font-family:var(--font-m); font-size:.8rem; }
.tier__cta{ margin-top:.6rem; text-align:center; font-family:var(--font-m); font-size:.85rem; padding:.7rem 1rem; border-radius:var(--r); border:1px solid var(--tier); color:var(--cream); background:color-mix(in srgb, var(--tier) 14%, transparent); transition:background var(--dur-2) var(--ease); }
a.tier__cta:hover{ background:color-mix(in srgb, var(--tier) 26%, transparent); }
.tier__cta--soon{ color:var(--muted); border-color:var(--border-2); background:none; cursor:default; }
.tier-note{ max-width:60ch; margin:2rem auto 0; text-align:center; font-size:.85rem; color:var(--muted); line-height:1.6; }

/* ==== SAYFA-SAYFA SCROLL (paging.js) — içerik sayfaları ====
   .pgp = tam-ekran panel. Desktop kesin mod (body.pg-js): JS sürücü, CSS snap YOK
   (rAF animasyonuyla çatışır). Mobil/reduce (html.pg-snap): native yumuşak proximity. */
body.pg .pgp{ min-height:100dvh; box-sizing:border-box; display:flex; flex-direction:column;
  justify-content:center; padding-top:calc(var(--nav-h) + 1.25rem); padding-bottom:1.25rem; }
@supports not (height:100dvh){ body.pg .pgp{ min-height:100vh; } }

/* panel-içi terminal-print girişi: yalnız kesin modda; ziyaret edilen panel açık kalır */
body.pg-js .pgp > *{ opacity:0; transform:translateY(12px);
  transition:opacity .45s var(--ease-o), transform .45s var(--ease-o); }
body.pg-js .pgp.pg-on > *{ opacity:1; transform:none; }
body.pg-js .pgp.pg-on > *:nth-child(2){ transition-delay:.06s; }
body.pg-js .pgp.pg-on > *:nth-child(3){ transition-delay:.12s; }
body.pg-js .pgp.pg-on > *:nth-child(4){ transition-delay:.18s; }
body.pg-js .pgp.pg-on > *:nth-child(n+5){ transition-delay:.24s; }

/* mono sayaç — sol alt, terminal register */
.pg-count{ position:fixed; left:2rem; bottom:2rem; z-index:140; font-family:var(--font-m);
  font-size:.66rem; letter-spacing:.14em; color:var(--muted); user-select:none; }
.pg-count b{ color:var(--pop); font-weight:500; }

/* mobil + reduced-motion: yumuşak native snap, JS yok */
html.pg-snap{ scroll-snap-type:y proximity; }
html.pg-snap .pgp{ scroll-snap-align:start; scroll-margin-top:var(--nav-h); }
html.pg-snap .pg-count{ display:none; }

/* veri sayfaları soft dili: üst bölüm sınırları oturur, grid/metin serbest */
html.pg-soft{ scroll-snap-type:y proximity; }
html.pg-soft .snap-top{ scroll-snap-align:start; scroll-margin-top:var(--nav-h); }
