/* Çay Rehberi — editöryel dergi katmanı */
@import url("https://fonts.googleapis.com/css2?family=Literata:opsz,wght@7..72,500;7..72,650;7..72,700&family=Outfit:wght@400;500;600;700;800&display=swap");

:root {
  --cr-ink: #1a1210;
  --cr-muted: #5c4f4a;
  --cr-fog: #f3eee8;
  --cr-paper: #fffaf5;
  --cr-line: #e4d6cc;
  --cr-red: #b01028;
  --cr-red-deep: #6e0a18;
  --cr-leaf: #2f5d3a;
  --cr-steam: #d8ebe0;
  --cr-max: 1180px;
  --cr-serif: Literata, "Iowan Old Style", Georgia, serif;
  --cr-sans: Outfit, "Segoe UI", sans-serif;
  --wp-accent: var(--cr-red);
  --wp-accent-dark: var(--cr-red-deep);
  --wp-text: var(--cr-ink);
  --wp-muted: var(--cr-muted);
  --wp-border: var(--cr-line);
  --wp-surface: var(--cr-paper);
  --wp-bg: var(--cr-fog);
  --wp-link: var(--cr-red-deep);
  --wp-max: var(--cr-max);
  --wp-radius: 2px;
  --wp-font: var(--cr-sans);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--cr-sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--cr-ink);
  background:
    radial-gradient(900px 420px at 12% -10%, rgba(176, 16, 40, .07), transparent 55%),
    radial-gradient(700px 380px at 95% 8%, rgba(47, 93, 58, .08), transparent 50%),
    var(--cr-fog);
  overflow-x: clip;
}
a { color: var(--cr-red-deep); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

.wp-skip {
  position: absolute;
  left: -999px;
  top: 8px;
  background: #fff;
  padding: 8px 12px;
  z-index: 40;
}
.wp-skip:focus { left: 8px; }

.wp-topbar {
  background: var(--cr-red-deep);
  color: #f7e7c8;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-align: center;
  padding: 9px 16px;
}

.wp-header {
  background: rgba(255, 250, 245, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--cr-line);
  position: sticky;
  top: 0;
  z-index: 20;
}
.wp-header-inner {
  max-width: var(--cr-max);
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.wp-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none !important;
}
.wp-brand img { height: 44px; width: auto; object-fit: contain; }
.wp-brand-text h1 {
  margin: 0;
  font-family: var(--cr-serif);
  font-size: 23px;
  font-weight: 700;
  color: var(--cr-red-deep);
  line-height: 1.15;
  letter-spacing: -.02em;
}
.wp-brand-text p {
  margin: 2px 0 0;
  font-size: 12px;
  color: var(--cr-muted);
  letter-spacing: .04em;
}

.wp-nav { display: flex; align-items: center; gap: 2px; flex-wrap: wrap; }
.wp-nav a {
  color: var(--cr-ink);
  font-size: 14px;
  font-weight: 600;
  padding: 8px 13px;
  border-radius: 999px;
  text-decoration: none !important;
}
.wp-nav a:hover,
.wp-nav a.is-active {
  background: rgba(176, 16, 40, .1);
  color: var(--cr-red);
}
.wp-burger {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--cr-line);
  border-radius: 10px;
  background: var(--cr-paper);
  font-size: 20px;
  cursor: pointer;
}

/* —— Anasayfa hero —— */
.cr-hero {
  position: relative;
  min-height: min(72vh, 620px);
  display: grid;
  align-items: end;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.cr-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(26, 18, 16, .25) 0%, rgba(26, 18, 16, .72) 55%, rgba(26, 18, 16, .92) 100%),
    url("/assets/products/karadeniz-cayi-1000gr-siyah-cay-caykur.jpg") center/cover no-repeat;
  z-index: -1;
  transform: scale(1.02);
  animation: cr-hero-in 1.1s ease-out both;
}
@keyframes cr-hero-in {
  from { transform: scale(1.08); opacity: .7; }
  to { transform: scale(1.02); opacity: 1; }
}
.cr-hero-inner {
  max-width: var(--cr-max);
  margin: 0 auto;
  padding: 48px 24px 56px;
  width: 100%;
}
.cr-hero-kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #f7e7c8;
  margin-bottom: 14px;
  opacity: 0;
  animation: cr-rise .7s .15s ease both;
}
.cr-hero h2 {
  margin: 0 0 14px;
  max-width: 16ch;
  font-family: var(--cr-serif);
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1.05;
  letter-spacing: -.03em;
  font-weight: 700;
  opacity: 0;
  animation: cr-rise .75s .28s ease both;
}
.cr-hero p {
  margin: 0 0 22px;
  max-width: 42ch;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255, 255, 255, .86);
  opacity: 0;
  animation: cr-rise .75s .4s ease both;
}
.cr-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--cr-red);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
  opacity: 0;
  animation: cr-rise .75s .52s ease both;
}
.cr-hero-cta:hover { background: #c91832; }
.cr-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 28px;
}
.cr-hero-ghost {
  display: inline-flex;
  align-items: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.35);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
  opacity: 0;
  animation: cr-rise .75s .6s ease both;
}
.cr-hero-ghost:hover { background: rgba(255,255,255,.1); }
.cr-stats {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  opacity: 0;
  animation: cr-rise .75s .7s ease both;
}
.cr-stats div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 72px;
}
.cr-stats b {
  font-family: var(--cr-serif);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.02em;
}
.cr-stats span {
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
}
@keyframes cr-rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.wp-main {
  max-width: var(--cr-max);
  margin: 0 auto;
  padding: 36px 24px 64px;
}

.cr-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin: 8px 0 20px;
}
.cr-section-head h3 {
  margin: 0;
  font-family: var(--cr-serif);
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: -.02em;
}
.cr-section-head p {
  margin: 0;
  color: var(--cr-muted);
  font-size: 14px;
}

/* mosaic */
.cr-mosaic {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-template-rows: minmax(210px, 1fr) minmax(210px, 1fr) minmax(210px, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.cr-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 220px;
  padding: 22px;
  border-radius: 18px;
  overflow: hidden;
  color: #fff;
  text-decoration: none !important;
  isolation: isolate;
  transition: transform .35s ease, box-shadow .35s ease;
}
.cr-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(26, 18, 16, .18);
}
.cr-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: center/cover no-repeat;
  z-index: -2;
  transition: transform .5s ease;
}
.cr-tile:hover::before { transform: scale(1.05); }
.cr-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(18, 10, 8, .78) 100%);
  z-index: -1;
}
.cr-tile-lg {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  min-height: 440px;
}
.cr-tile .cr-cat {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #f7e7c8;
  margin-bottom: 8px;
}
.cr-tile h4 {
  margin: 0 0 8px;
  font-family: var(--cr-serif);
  font-size: clamp(18px, 2.2vw, 26px);
  line-height: 1.2;
  color: #fff;
}
.cr-tile p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, .82);
  max-width: 36ch;
}
.cr-tile-a::before { background-image: url("/assets/products/karadeniz-cayi-1000gr-siyah-cay-caykur.jpg"); }
.cr-tile-b::before { background-image: url("/assets/products/organik-bahce-500-gr.jpg"); }
.cr-tile-c::before { background-image: url("/assets/products/tiryaki-cayi-1000gr-siyah-cay-caykur.jpg"); }
.cr-tile-d::before { background-image: url("/assets/products/rize-turist-cayi-1000gr-siyah-cay-caykur.png"); }
.cr-tile-e::before { background-image: url("/assets/products/altinbas-500gr-siyah-cay-caykur.png"); }
.cr-tile-f::before { background-image: url("/assets/products/organik-rize-cayi-500-gr-poset-ambalaj.jpg"); }
.cr-tile[hidden],
.wp-post-card[hidden] { display: none !important; }

.cr-homeband {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0 0 40px;
}
.cr-homeband a {
  background: var(--cr-paper);
  border: 1px solid var(--cr-line);
  border-radius: 16px;
  padding: 18px 18px 16px;
  color: inherit;
  text-decoration: none !important;
  transition: transform .25s ease, box-shadow .25s ease;
}
.cr-homeband a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(26, 18, 16, .08);
}
.cr-homeband em {
  display: block;
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--cr-red);
  margin-bottom: 6px;
}
.cr-homeband strong {
  display: block;
  font-family: var(--cr-serif);
  font-size: 18px;
  margin-bottom: 6px;
}
.cr-homeband p {
  margin: 0;
  font-size: 14px;
  color: var(--cr-muted);
  line-height: 1.5;
}

.cr-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}
.cr-filters button {
  border: 1px solid var(--cr-line);
  background: var(--cr-paper);
  color: var(--cr-ink);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
}
.cr-filters button.is-on,
.cr-filters button:hover {
  background: var(--cr-red);
  border-color: var(--cr-red);
  color: #fff;
}

.wp-nav a.wp-shop {
  background: var(--cr-red);
  color: #fff !important;
  margin-left: 4px;
}
.wp-nav a.wp-shop:hover {
  background: var(--cr-red-deep);
}

/* tip strip */
.cr-tips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 8px 0 44px;
}
.cr-tip {
  background: var(--cr-paper);
  border: 1px solid var(--cr-line);
  border-radius: 16px;
  padding: 20px 18px;
}
.cr-tip-num {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--cr-steam);
  color: var(--cr-leaf);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
}
.cr-tip h4 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
}
.cr-tip p {
  margin: 0;
  font-size: 14px;
  color: var(--cr-muted);
  line-height: 1.5;
}

.wp-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: start;
}

.wp-featured {
  display: none;
}
.wp-kicker {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--cr-red);
  margin-bottom: 8px;
}
.wp-excerpt {
  margin: 0 0 12px;
  color: var(--cr-muted);
  font-size: 14px;
  line-height: 1.55;
}
.wp-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  align-items: center;
  font-size: 12px;
  color: var(--cr-muted);
}
.wp-cat {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(176, 16, 40, .1);
  color: var(--cr-red);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-decoration: none !important;
}

.wp-posts { display: flex; flex-direction: column; gap: 16px; }
.wp-post-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  background: var(--cr-paper);
  border: 1px solid var(--cr-line);
  border-radius: 16px;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.wp-post-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(26, 18, 16, .08);
}
.wp-post-card .thumb {
  min-height: 140px;
  background: #e8e4df center/cover no-repeat;
}
.wp-post-card .body { padding: 18px 20px; }
.wp-post-card h4 {
  margin: 6px 0 8px;
  font-family: var(--cr-serif);
  font-size: 18px;
  line-height: 1.3;
}
.wp-post-card h4 a { color: inherit; text-decoration: none !important; }
.wp-post-card h4 a:hover { color: var(--cr-red); }
.wp-readmore {
  font-size: 13px;
  font-weight: 700;
  color: var(--cr-red);
  text-decoration: none !important;
}

.wp-sidebar { display: flex; flex-direction: column; gap: 16px; }
.wp-widget {
  background: var(--cr-paper);
  border: 1px solid var(--cr-line);
  border-radius: 16px;
  padding: 18px;
}
.wp-widget h4 {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--cr-red);
}
.wp-widget ul { list-style: none; margin: 0; padding: 0; }
.wp-widget li {
  padding: 7px 0;
  border-bottom: 1px solid var(--cr-line);
  font-size: 14px;
}
.wp-widget li:last-child { border-bottom: none; }
.wp-widget li a {
  color: var(--cr-ink);
  font-weight: 500;
  text-decoration: none !important;
}
.wp-widget li a:hover { color: var(--cr-red); }
.wp-widget p {
  margin: 0;
  color: var(--cr-muted);
  font-size: 14px;
  line-height: 1.55;
}

.wp-search { display: flex; }
.wp-search input {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--cr-line);
  border-right: none;
  border-radius: 999px 0 0 999px;
  padding: 10px 14px;
  font: inherit;
  background: #fff;
}
.wp-search button {
  border: none;
  background: var(--cr-red);
  color: #fff;
  padding: 0 16px;
  border-radius: 0 999px 999px 0;
  font-weight: 700;
  cursor: pointer;
}

.wp-tag-cloud { display: flex; flex-wrap: wrap; gap: 6px; }
.wp-tag-cloud a {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid var(--cr-line);
  background: var(--cr-fog);
  color: var(--cr-muted);
  text-decoration: none !important;
}
.wp-tag-cloud a:hover {
  border-color: var(--cr-red);
  color: var(--cr-red);
}

.wp-feed-end {
  text-align: center;
  font-size: 13px;
  color: var(--cr-muted);
  padding: 8px 0 4px;
}
.wp-search-empty {
  display: none;
  background: var(--cr-paper);
  border: 1px dashed var(--cr-line);
  border-radius: 12px;
  padding: 16px;
  color: var(--cr-muted);
  font-size: 14px;
}

.wp-related {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--cr-line);
}
.wp-related h3 {
  margin: 0 0 12px;
  font-family: var(--cr-serif);
  font-size: 18px;
}
.wp-related ul { margin: 0; padding-left: 1.2em; }
.wp-related li { margin: 0 0 8px; }

/* Tekil yazı */
.wp-article {
  background: var(--cr-paper);
  border: 1px solid var(--cr-line);
  border-radius: 18px;
  overflow: hidden;
}
.wp-article-hero {
  height: min(48vw, 360px);
  background: #e8e4df center/cover no-repeat;
}
.wp-article-inner { padding: 32px 28px 36px; }
.wp-article-inner h1 {
  margin: 10px 0 12px;
  font-family: var(--cr-serif);
  font-size: clamp(26px, 4.4vw, 38px);
  line-height: 1.18;
  letter-spacing: -.02em;
  color: var(--cr-ink);
}
.cr-readtime {
  font-size: 13px;
  color: var(--cr-muted);
  margin-bottom: 18px;
}
.wp-content {
  font-family: var(--cr-serif);
  font-size: 18px;
  line-height: 1.8;
  color: #2a2220;
}
.wp-content p { margin: 0 0 1.15em; }
.wp-content h2 {
  font-family: var(--cr-serif);
  font-size: 24px;
  margin: 1.6em 0 .55em;
  color: var(--cr-red-deep);
  letter-spacing: -.01em;
}
.wp-content ul, .wp-content ol {
  margin: 0 0 1.15em;
  padding-left: 1.35em;
}
.wp-content li { margin: 0 0 .45em; }
.wp-content blockquote {
  margin: 1.4em 0;
  padding: 18px 20px;
  border-left: 4px solid var(--cr-red);
  background: linear-gradient(90deg, rgba(176, 16, 40, .06), transparent);
  color: var(--cr-muted);
  font-style: italic;
  border-radius: 0 12px 12px 0;
}
.cr-callout {
  margin: 1.4em 0;
  padding: 18px 20px;
  border-radius: 14px;
  background: var(--cr-steam);
  border: 1px solid #c5dccf;
}
.cr-callout strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--cr-sans);
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--cr-leaf);
}
.cr-callout p {
  margin: 0;
  font-family: var(--cr-sans);
  font-size: 15px;
  color: var(--cr-ink);
}
.cr-steps {
  display: grid;
  gap: 10px;
  margin: 0 0 1.4em;
  padding: 0;
  list-style: none;
  counter-reset: crstep;
}
.cr-steps li {
  counter-increment: crstep;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--cr-line);
  margin: 0;
  font-family: var(--cr-sans);
  font-size: 15px;
}
.cr-steps li::before {
  content: counter(crstep);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--cr-red);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
}
.wp-back {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  font-family: var(--cr-sans);
  color: var(--cr-muted);
  text-decoration: none !important;
}
.wp-back:hover { color: var(--cr-red); }

.wp-footer {
  background: #171110;
  color: rgba(255, 255, 255, .72);
  padding: 40px 24px 24px;
  font-size: 14px;
  margin-top: 8px;
}
.wp-footer-inner {
  max-width: var(--cr-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 28px;
}
.wp-footer h5 {
  color: #fff;
  margin: 0 0 10px;
  font-family: var(--cr-serif);
  font-size: 16px;
}
.wp-footer p { margin: 0 0 8px; line-height: 1.6; }
.wp-footer a { color: rgba(255, 255, 255, .88); }
.wp-footer-bottom {
  max-width: var(--cr-max);
  margin: 24px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, .45);
}

@media (max-width: 960px) {
  .cr-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .cr-tile-lg { grid-column: 1 / -1; grid-row: auto; min-height: 280px; }
  .cr-tips { grid-template-columns: 1fr; }
  .cr-homeband { grid-template-columns: 1fr; }
  .wp-layout { grid-template-columns: 1fr; }
  .wp-post-card { grid-template-columns: 1fr; }
  .wp-post-card .thumb { min-height: 160px; }
  .wp-footer-inner { grid-template-columns: 1fr; }
  .wp-burger { display: block; }
  .wp-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding-top: 12px;
    border-top: 1px solid var(--cr-line);
  }
  .wp-nav.is-open { display: flex; }
}
@media (max-width: 640px) {
  .cr-mosaic { grid-template-columns: 1fr; }
  .cr-hero-inner { padding: 36px 18px 40px; }
  .wp-main { padding: 24px 16px 48px; }
  .wp-article-inner { padding: 22px 18px 28px; }
  .cr-pager { grid-template-columns: 1fr; }
}

.cr-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 50;
  background: transparent;
  pointer-events: none;
}
.cr-progress i {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--cr-red), #f7e7c8);
}

.cr-readtime {
  margin: 8px 0 0;
  font-size: 13px;
  color: var(--cr-muted);
  font-weight: 600;
}
.cr-share { margin: 14px 0 8px; }
.cr-copy {
  border: 1px solid var(--cr-line);
  background: var(--cr-fog);
  color: var(--cr-ink);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
}
.cr-copy:hover { border-color: var(--cr-red); color: var(--cr-red); }

.cr-toc {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0 0 1.6em;
  padding: 16px 18px;
  border-radius: 14px;
  background: var(--cr-steam);
  border: 1px solid #c5dccf;
}
.cr-toc strong {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--cr-leaf);
  margin-bottom: 4px;
}
.cr-toc a {
  font-size: 14px;
  font-weight: 600;
  color: var(--cr-ink);
  text-decoration: none !important;
}
.cr-toc a:hover { color: var(--cr-red); }

.cr-pager {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 2em 0 0;
  padding-top: 8px;
}
.cr-pager a {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid var(--cr-line);
  border-radius: 14px;
  background: var(--cr-paper);
  color: inherit;
  text-decoration: none !important;
}
.cr-pager a.is-next { text-align: right; }
.cr-pager span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--cr-muted);
}
.cr-pager a:hover { border-color: var(--cr-red); }

.cr-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.cr-related-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: inherit;
  text-decoration: none !important;
}
.cr-related-thumb {
  display: block;
  height: 92px;
  border-radius: 12px;
  background: #e8e4df center/cover no-repeat;
}
.cr-related-cat {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--cr-red);
}
.cr-related-card strong {
  font-family: var(--cr-serif);
  font-size: 15px;
  line-height: 1.3;
}
.wp-related h3 { margin: 0 0 12px; }
@media (max-width: 720px) {
  .cr-related-grid { grid-template-columns: 1fr; }
}

.wp-content > p:first-of-type::first-letter {
  font-family: var(--cr-serif);
  font-size: 2.4em;
  float: left;
  line-height: .85;
  padding: 6px 10px 0 0;
  color: var(--cr-red-deep);
}
.wp-shop-foot { color: rgba(255,255,255,.88); }
