/*
Theme Name: Sedat Editorial
Theme URI: https://sedat.by
Author: Codex
Description: Editorial WordPress theme for Sedat Igdedzhi with premium article layouts, trust-driven landing pages, and curated archives.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: sedat-editorial
*/

body.wp-admin .sedat-meta-grid {
  display: grid;
  gap: 16px;
}

body.wp-admin .sedat-meta-grid label {
  display: grid;
  gap: 6px;
  font-weight: 600;
}

body.wp-admin .sedat-meta-grid input,
body.wp-admin .sedat-meta-grid textarea {
  width: 100%;
}

.brand-lockup {
  max-width: none;
  gap: 0;
}

.brand-mark {
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.025em;
  color: #11100e;
}

.hero-title {
  font-size: 2rem;
  line-height: 1.05;
}

.section-title {
  line-height: 1.18;
}

.article-title {
  font-size: 2rem;
  line-height: 1.05;
}

@media (min-width: 768px) {
  .brand-mark {
    font-size: 1.55rem;
  }

  .hero-title {
    font-size: 2.6rem;
    line-height: 1.02;
  }

  .section-title {
    font-size: 2rem;
  }

  .article-title {
    font-size: 2.5rem;
    line-height: 1.04;
  }
}

@media (min-width: 1024px) {
  .brand-mark {
    font-size: 1.8rem;
  }

  .hero-title {
    font-size: 3.1rem;
  }

  .article-title {
    font-size: 3rem;
  }
}

.breadcrumbs {
  margin-bottom: 0.25rem;
}

.breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #78716c;
  font-size: 0.78rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcrumbs-item {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.breadcrumbs-item + .breadcrumbs-item::before {
  content: "/";
  color: #a8a29e;
  margin-right: 0.1rem;
}

.breadcrumbs a {
  color: #57534e;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #11100e;
}

.breadcrumbs-current {
  color: #11100e;
}

.site-pagination {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e7e5e4;
}

.site-pagination-meta {
  color: #78716c;
  font-size: 0.8rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-pagination-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
}

.pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.85rem;
  height: 2.85rem;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid #d6d3d1;
  background: #fcfaf7;
  color: #1c1917;
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 600;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.pagination-link:hover {
  background: #f1ebe2;
  border-color: #b45309;
  color: #11100e;
  transform: translateY(-1px);
}

.pagination-link.prev,
.pagination-link.next {
  padding: 0 1.15rem;
}

.pagination-link.is-current,
.site-pagination-links .current {
  background: #11100e;
  border-color: #11100e;
  color: #f8f4ee;
}

.pagination-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  color: #a8a29e;
  font-weight: 600;
}

@media (min-width: 768px) {
  .site-pagination {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.contact-form-shell {
  display: grid;
  gap: 1.5rem;
  padding: 1.75rem;
  border: 1px solid rgba(231, 229, 228, 0.9);
  border-radius: 1.75rem;
  background: rgba(252, 250, 247, 0.96);
  box-shadow: 0 20px 60px rgba(24, 24, 21, 0.08);
}

.contact-form-head {
  display: grid;
  gap: 0.65rem;
  max-width: 44rem;
}

.contact-form-title {
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1.22;
  color: #11100e;
}

.contact-form-copy {
  color: #57534e;
  font-size: 0.98rem;
  line-height: 1.8;
}

.form-status {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.1rem;
  border-radius: 1.25rem;
  font-size: 0.95rem;
  line-height: 1.7;
}

.form-status-success {
  border: 1px solid rgba(22, 101, 52, 0.18);
  background: rgba(240, 253, 244, 0.88);
  color: #14532d;
}

.form-status-error {
  border: 1px solid rgba(153, 27, 27, 0.18);
  background: rgba(254, 242, 242, 0.88);
  color: #991b1b;
}

.contact-form {
  display: grid;
  gap: 1.25rem;
}

.contact-form-grid {
  display: grid;
  gap: 1rem;
}

.contact-field {
  display: grid;
  gap: 0.45rem;
}

.contact-field span {
  font-size: 0.78rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #78716c;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  min-height: 3.35rem;
  padding: 0.9rem 1rem;
  border: 1px solid #d6d3d1;
  border-radius: 1.1rem;
  background: #fffdf9;
  color: #1c1917;
  font-size: 0.98rem;
  line-height: 1.5;
}

.contact-field textarea {
  min-height: 10rem;
  resize: vertical;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: #b45309;
  box-shadow: 0 0 0 4px rgba(251, 191, 36, 0.16);
}

.contact-form-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
}

.contact-form-note {
  max-width: 40rem;
  color: #78716c;
  font-size: 0.88rem;
  line-height: 1.7;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .contact-form-title {
    font-size: 1.85rem;
  }

  .contact-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-field-wide {
    grid-column: 1 / -1;
  }
}
