/*
 * Göçük iç sayfalar (uzmanlık / proje / makale) tipografisi .
 */

.vt-inner-article {
  --vt-font-sans: "Plus Jakarta Sans", system-ui, sans-serif;
  --vt-font-serif: "Cormorant Garamond", Georgia, serif;
}

.vt-inner-head {
  max-width: 1180px;
  margin-inline: auto;
  padding: clamp(2.5rem, 5vw, 3.5rem) 1rem clamp(1.25rem, 3vw, 2rem);
  text-align: center;
}

.vt-inner-head__title {
  margin: 0;
  font-family: var(--vt-font-serif);
  font-weight: 600;
  font-size: clamp(2rem, 3.8vw, 2.95rem);
  color: #0f172a;
  letter-spacing: -0.02em;
}

.vt-inner-head__title::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  margin: 1rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #ea580c, #fb923c);
}

.vt-inner-content {
  max-width: min(980px, 94vw);
  margin-inline: auto;
  padding: 0 1rem clamp(3.5rem, 6vw, 5rem);
  font-family: var(--vt-font-sans);
  color: #1f2937;
  line-height: 1.7;
}

.vt-inner-content h2,
.vt-inner-content h3,
.vt-inner-content h4 {
  font-family: var(--vt-font-serif);
  margin-top: 1.85rem;
}

.vt-inner-content h2 {
  font-size: clamp(1.65rem, 3vw, 2.1rem);
}

.vt-inner-content h3 {
  font-size: 1.42rem;
}

.vt-inner-content p,
.vt-inner-content ul,
.vt-inner-content ol {
  margin: 0 0 1rem;
}

.vt-inner-content ul,
.vt-inner-content ol {
  padding-inline-start: 1.35rem;
}

.vt-inner-content li {
  margin-bottom: 0.45rem;
}

.vt-inner-content img {
  max-width: 100%;
  height: auto !important;
  border-radius: 0.85rem;
  box-shadow: 0 20px 50px rgba(234, 88, 12, 0.12);
}

.vt-inner-content table {
  width: 100%;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
}

.vt-inner-content td {
  padding: 0.75rem 0.35rem;
  vertical-align: top;
}

.vt-inner-content pre {
  font-family: var(--vt-font-sans);
  white-space: pre-wrap;
}

.vt-inner-content a:link,
.vt-inner-content a:visited {
  color: #ea580c;
  font-weight: 600;
  text-underline-offset: 2px;
}

.vt-inner-content a:focus-visible,
.vt-inner-content a:hover {
  color: #c2410c;
}

/* Betheme blokları sık sık yan yana görsel kolon kullanır .
 */
.vt-inner-content .column_image,
.vt-inner-content .column_attr {
  max-width: 100%;
}

/* Arşiv */
.vt-articles-archive,
.vt-projects-archive.vt-projects {
  max-width: min(1320px, 94vw);
  margin-inline: auto;
}

/* Yönetim panelinden düzenlenen statik sayfalar (İletişim / Hakkımızda) .
 */
.vt-page--cms .vt-inner-head {
  background: linear-gradient(135deg, rgba(234, 88, 12, 0.12), rgba(248, 250, 252, 0.95));
  border-radius: 1.25rem;
  margin-top: 0.5rem;
  border: 1px solid rgba(234, 88, 12, 0.18);
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.08);
}

.vt-page--cms .vt-inner-content {
  background: #fff;
  border-radius: 1.1rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid rgba(234, 88, 12, 0.12);
  box-shadow: 0 16px 45px rgba(15, 23, 42, 0.06);
}

/* Portfolyo kartları — dinamik CPT .
 */
.vt-project__taxonomy {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.45rem;
}

.vt-project__pill {
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid rgba(234, 88, 12, 0.35);
  background: rgba(255, 247, 237, 0.9);
}

.vt-project__pill a {
  display: inline-flex;
  padding: 0.18rem 0.55rem;
  color: #9a3412;
  text-decoration: none;
}

.vt-project__pill a:hover,
.vt-project__pill a:focus-visible {
  color: #c2410c;
  outline: none;
}

.vt-project__placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #fff7ed, #ffedd5 45%, #fed7aa);
}

.vt-portfolio-muted {
  font-size: 0.95rem;
  color: #475569;
  margin-bottom: 1.25rem;
}

.vt-archive-pagination {
  margin-top: 2rem;
}

.vt-archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  padding: 0.45rem 0.65rem;
  margin: 0.2rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(234, 88, 12, 0.25);
  font-weight: 600;
  color: #9a3412;
  text-decoration: none;
  background: #fff;
}

.vt-archive-pagination .page-numbers.current {
  background: linear-gradient(120deg, #ea580c, #fb923c);
  color: #fff;
  border-color: transparent;
}

.vt-archive-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2rem;
}

/* Tek portfolyo görünümü .
 */
.vt-portfolio-chip {
  display: inline-block;
  padding: 0.25rem 0.95rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
  color: #9a3412;
  border: 1px solid rgba(234, 88, 12, 0.35);
  background: rgba(255, 247, 237, 0.95);
}

.vt-inner-head--stack .vt-inner-head__title {
  margin-bottom: 0.35rem;
}

.vt-portfolio-taxline {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  color: #475569;
}

.vt-portfolio-taxline a {
  color: #ea580c;
  font-weight: 600;
  text-decoration: none;
}

.vt-portfolio-taxline a:hover,
.vt-portfolio-taxline a:focus-visible {
  color: #c2410c;
}

.vt-portfolio-lead {
  max-width: 52rem;
  margin: 0.5rem auto 0;
  font-size: 1.1rem;
  color: #334155;
  line-height: 1.7;
}

.vt-portfolio-date-meta {
  margin: 1rem 0 0;
  font-weight: 600;
  font-size: 0.92rem;
  color: #94a3b8;
}

.vt-portfolio-subtle {
  margin: 0.35rem 0 0;
  color: #64748b;
  font-size: 0.98rem;
}

.vt-portfolio-banner {
  position: relative;
  border-radius: 1.35rem;
  overflow: hidden;
  max-width: min(980px, 94vw);
  margin: 1rem auto 0;
  min-height: 220px;
  box-shadow: 0 35px 80px rgba(15, 23, 42, 0.2);
}

.vt-portfolio-banner__img {
  display: block;
  width: 100%;
  height: clamp(240px, 38vw, 420px);
  object-fit: cover;
}

.vt-portfolio-banner__blank {
  min-height: 240px;
  background: radial-gradient(circle at 20% 20%, #fb923c, #ea580c 55%, #7c2d12);
}

.vt-portfolio-banner__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 15%, rgba(15, 23, 42, 0.55));
  pointer-events: none;
}

.vt-inner-content--single-pf .vt-portfolio-entry {
  margin-top: 0.5rem;
}

.vt-portfolio-back {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(234, 88, 12, 0.15);
}

.vt-more-link--back {
  font-weight: 700;
}

.vt-tax-desc {
  margin-bottom: 1.75rem;
  padding: 1rem 1.15rem;
  border-radius: 1rem;
  background: rgba(255, 247, 237, 0.75);
  border: 1px dashed rgba(234, 88, 12, 0.35);
  color: #475569;
}

.vt-inner-content > .vt-projects,
.vt-projects-archive.vt-projects {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1180px) {
  .vt-inner-content > .vt-projects,
  .vt-projects-archive.vt-projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .vt-inner-content > .vt-projects,
  .vt-projects-archive.vt-projects {
    grid-template-columns: 1fr;
  }
}
