/*
Theme Name: Nouman Tech Editorial
Theme URI: https://nouman.tech/
Author: Codex
Description: Editorial WordPress theme built from the Stitch reference screens in the doc folder.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.1
Text Domain: nouman-tech-editorial
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

.nte-brand img,
.nte-brand .custom-logo,
.nte-header-brand-logo {
  display: block;
  height: 3.5rem;
  width: auto;
  max-width: min(48vw, 16rem);
}

.nte-footer-brand-logo {
  display: block;
  height: 3.5rem;
  width: auto;
  max-width: min(70vw, 18rem);
}

.nte-btn-primary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #000 !important;
  color: #fff !important;
  padding: 0.625rem 1.5rem !important;
  min-height: 2.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 500 !important;
  border: 1px solid #000 !important;
  border-radius: 0.125rem !important;
  border-color: #000 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.nte-btn-primary:hover,
.nte-btn-primary:focus {
  background: #131b2e !important;
  color: #fff !important;
  border-color: #131b2e !important;
}

.nte-link-secondary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #000 !important;
  padding: 0.625rem 0.125rem 0.5rem !important;
  min-height: 2.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  border-bottom: 1px solid #000 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.nte-link-secondary:hover,
.nte-link-secondary:focus {
  color: #000 !important;
  border-bottom-color: #89ceff !important;
  text-decoration: none !important;
}

.nte-core-competencies-band {
  background: #ece8ea !important;
}

.nte-subscribe-band {
  background: #ece8ea !important;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.entry-content > :first-child {
  margin-top: 0;
}

.entry-content > :last-child {
  margin-bottom: 0;
}

.entry-content a {
  color: inherit;
}

.nte-article-content {
  font-family: "Inter", sans-serif;
}

.nte-article-content > * + * {
  margin-top: 2rem;
}

.nte-article-content p,
.nte-article-content li {
  font-family: "Inter", sans-serif;
  font-size: inherit;
  line-height: inherit;
}

.nte-article-content h2,
.nte-article-content h3,
.nte-article-content h4,
.nte-article-content blockquote {
  font-family: "Newsreader", serif;
  color: #1b1b1d;
}

.nte-article-content h2 {
  margin-top: 3.5rem;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.nte-article-content h3 {
  margin-top: 3rem;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.nte-article-content h4 {
  margin-top: 2.25rem;
  font-size: 1.35rem;
  line-height: 1.2;
}

.nte-article-content ul,
.nte-article-content ol {
  margin: 2rem 0;
  padding-left: 1.5rem;
}

.nte-article-content li + li {
  margin-top: 0.75rem;
}

.nte-article-content blockquote {
  margin: 3rem 0;
  padding: 0.5rem 0 0.5rem 1.5rem;
  border-left: 2px solid #89ceff;
  font-size: clamp(1.6rem, 2.2vw, 2.25rem);
  font-style: italic;
  line-height: 1.25;
}

.nte-article-content img {
  display: block;
  width: 100%;
  height: auto;
}

.nte-article-content figure {
  margin: 2.5rem 0;
}

.nte-article-content figcaption {
  margin-top: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #676972;
}
