/*
Theme Name: Nucpex
Theme URI: https://saberiteam.ir/nucpex/
Author: SaberiTeam
Description: Premium LTR WordPress blog theme based on the Nucpex dark-gold visual identity.
Version: 1.3.0
Text Domain: nucpex
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
:root {
  --mv-bg: #030303;
  --mv-text: #f5f5f0;
  --mv-muted: rgba(245, 245, 240, 0.58);
  --mv-soft: rgba(245, 245, 240, 0.72);
  --mv-line: rgba(255, 255, 255, 0.08);
  --mv-gold: #c6a15b;
  --mv-card: rgba(255, 255, 255, 0.035);
  --mv-radius: 30px;
}
html {
  direction: ltr;
}

@font-face {
    font-family: 'Avenir LT Pro';
    src: url('assets/fonts/AvenirLTPro-Book.woff2') format('woff2'),
        url('assets/fonts/AvenirLTPro-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Pro';
    src: url('assets/fonts/AvenirLTPro-Light.woff2') format('woff2'),
        url('assets/fonts/AvenirLTPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Pro';
    src: url('assets/fonts/AvenirLTPro-Medium.woff2') format('woff2'),
        url('assets/fonts/AvenirLTPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Avenir LT Pro';
    src: url('assets/fonts/AvenirLTPro-Roman.woff2') format('woff2'),
        url('assets/fonts/AvenirLTPro-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




body {
  direction: ltr;
  text-align: left;
  background: var(--mv-bg);
  color: var(--mv-text);
  font-family: "Avenir LT Pro";
}
a {
  color: inherit;
  text-decoration: none;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  margin-left: 1.5em;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
}
.wp-caption,
.gallery-caption {
  max-width: 100%;
}
.bypostauthor {
  outline: 0;
}
.mv-section {
  position: relative;
  overflow: hidden;
  padding: 132px 0 96px;
  min-height: 70vh;
  background: radial-gradient(
      circle at 72% 18%,
      rgba(198, 161, 91, 0.09),
      transparent 31%
    ),
    radial-gradient(
      circle at 18% 32%,
      rgba(255, 255, 255, 0.045),
      transparent 24%
    ),
    #030303;
}
.mv-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.026) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
}
.mv-container {
  position: relative;
  width: min(1180px, 92%);
  margin: auto;
}
.mv-center-head {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 44px;
}
.mv-label {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 9px 14px;
  border: 1px solid rgba(198, 161, 91, 0.28);
  border-radius: 999px;
  color: var(--mv-gold);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.mv-center-head h1,
.mv-blog-head h1 {
  margin: 0 0 20px;
  font-size: clamp(48px, 7vw, 48px);
  line-height: 0.96;
  letter-spacing: -0.065em;
  font-weight: 400;
}
.mv-center-head h1 span,
.mv-blog-head h1 span {
  display: block;
  color: rgba(245, 245, 240, 0.58);
}
.mv-center-head p,
.mv-blog-head p {
  margin: 0 auto;
  color: var(--mv-muted);
  font-size: 17px;
  line-height: 1.85;
}
.mv-featured-shell {
  max-width: 1060px;
  margin: 0 auto 78px;
}
.mv-featured-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  grid-auto-rows: 250px;
  gap: 18px;
}
.mv-post-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--mv-radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.055),
    rgba(255, 255, 255, 0.018)
  );
  transition: 0.35s;
  isolation: isolate;
}
.mv-post-card:hover {
  transform: translateY(-7px);
  border-color: rgba(198, 161, 91, 0.32);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45), 0 0 55px rgba(198, 161, 91, 0.08);
}
.mv-post-card:first-child {
  grid-row: span 2;
}
.mv-card-thumb {
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 75% 15%,
      rgba(198, 161, 91, 0.22),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.07),
      rgba(255, 255, 255, 0.01)
    );
}
.mv-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
  filter: saturate(0.9);
}
.mv-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(3, 3, 3, 0.06) 0%,
    rgba(3, 3, 3, 0.35) 35%,
    rgba(3, 3, 3, 0.92) 100%
  );
}
.mv-card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px;
}
.mv-post-card:first-child .mv-card-content {
  padding: 34px;
}
.mv-meta-line {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: rgba(245, 245, 240, 0.54);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.mv-meta-line a,
.mv-date {
  color: var(--mv-gold);
}
.mv-card-content h2,
.mv-card-content h3 {
  margin: 12px 0 0;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.15;
}
.mv-card-content h2 {
  font-size: clamp(30px, 4vw, 30px);
}
.mv-card-content h3 {
  font-size: 22px;
}
.mv-card-content p {
  margin: 14px 0 0;
  color: rgba(245, 245, 240, 0.6);
  font-size: 14px;
  line-height: 1.7;
}
.mv-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 38px;
  align-items: start;
}
.mv-section-title {
  margin: 0 0 24px;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -0.045em;
}
.mv-post-list {
  display: grid;
  gap: 18px;
}
.mv-list-item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.026);
  transition: 0.35s;
}
.mv-list-item:hover {
  transform: translateY(-5px);
  border-color: rgba(198, 161, 91, 0.26);
  background: rgba(255, 255, 255, 0.045);
}
.mv-list-thumb {
  min-height: 150px;
  border-radius: 22px;
  overflow: hidden;
  background: radial-gradient(
      circle at 70% 20%,
      rgba(198, 161, 91, 0.2),
      transparent 36%
    ),
    rgba(255, 255, 255, 0.035);
}
.mv-list-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.66;
}
.mv-list-content h2 {
  margin: 10px 0 12px;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.035em;
}
.mv-list-content p {
  margin: 0 0 16px;
  color: rgba(245, 245, 240, 0.56);
  line-height: 1.75;
}
.mv-readmore {
  display: inline-flex;
  color: var(--mv-gold);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mv-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 18px;
}
.mv-widget {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.052),
    rgba(255, 255, 255, 0.018)
  );
  backdrop-filter: blur(16px);
}
.mv-widget h3,
.mv-widget-title {
  margin: 0 0 18px;
  color: var(--mv-text);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.025em;
}
.mv-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.mv-widget li a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(245, 245, 240, 0.7);
}
.mv-widget li a:hover {
  color: #fff2c4;
}
.mv-search-form {
  display: flex;
  gap: 10px;
}
.mv-search-form input {
  width: 100%;
  min-width: 0;
  padding: 14px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: var(--mv-text);
  outline: none;
}
.mv-search-form button,
.mv-button,
.form-submit .submit {
  padding: 14px 18px;
  border: 0;
  border-radius: 999px;
  background: var(--mv-text);
  color: #030303;
  cursor: pointer;
}
.mv-pagination {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.mv-pagination .page-numbers {
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(245, 245, 240, 0.72);
}
.mv-pagination .current,
.mv-pagination a:hover {
  background: var(--mv-text);
  color: #030303;
}
.mv-blog-head {
  max-width: 860px;
  margin-bottom: 44px;
}
.mv-single-grid {
  display: grid;
  grid-template-columns: minmax(0, 820px) 320px;
  gap: 42px;
  align-items: start;
}
.mv-single-article {
  min-width: 0;
}
.mv-single-article h1 {
  margin: 0 0 18px;
  font-size: clamp(44px, 7vw, 44px);
  line-height: 1;
  letter-spacing: -0.065em;
  font-weight: 400;
}
.mv-single-meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
  color: rgba(245, 245, 240, 0.54);
  font-size: 13px;
}
.mv-single-meta a {
  color: var(--mv-gold);
}
.mv-single-thumb {
  max-width: 100%;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}
.mv-single-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.mv-single-content {
  color: rgba(245, 245, 240, 0.76);
  font-size: 18px;
  line-height: 1.9;
}
.mv-single-content h2,
.mv-single-content h3,
.mv-single-content h4 {
  color: var(--mv-text);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.2;
}
.mv-single-content p,
.mv-single-content ul,
.mv-single-content ol,
.mv-single-content blockquote {
  margin: 0 0 1.35em;
}
.mv-single-content a {
  text-decoration: underline;
  text-decoration-color: rgba(198, 161, 91, 0.55);
}
.mv-single-content img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
}
.mv-single-content blockquote {
  padding: 20px 24px;
  border-left: 2px solid var(--mv-gold);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 20px;
  color: rgba(245, 245, 240, 0.82);
}
.mv-after-single {
  margin-top: 54px;
}
.mv-mini-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.mv-mini-card {
  min-height: 160px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}
.mv-mini-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
}
.mv-mini-card span {
  position: absolute;
  inset: auto 0 0;
  padding: 16px;
  background: linear-gradient(180deg, transparent, rgba(3, 3, 3, 0.92));
  font-size: 14px;
  line-height: 1.35;
}
.mv-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.mv-footer {
  padding: 45px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #030303;
  color: rgba(245, 245, 240, 0.48);
}
.mv-footer-inner {
  width: min(1180px, 92%);
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
.mv-empty {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  color: rgba(245, 245, 240, 0.62);
}
.comments-area {
  margin-top: 50px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.comment-list {
  list-style: none;
  padding: 0;
}
.comment-body {
  margin-bottom: 18px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.025);
}
textarea,
input {
  font: inherit;
}
@media (max-width: 1080px) {
  .mv-mini-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mv-related-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 980px) {
  .mv-featured-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .mv-post-card,
  .mv-post-card:first-child {
    min-height: 320px;
    grid-row: auto;
  }
  .mv-layout,
  .mv-single-grid {
    grid-template-columns: 1fr;
  }
  .mv-sidebar {
    position: relative;
    top: auto;
  }
  .mv-list-item {
    grid-template-columns: 1fr;
  }
  .mv-list-thumb {
    min-height: 230px;
  }
  .mv-footer-inner {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .mv-section {
    padding-top: 120px;
  }
  .mv-center-head h1,
  .mv-blog-head h1 {
    font-size: 52px;
  }
  .mv-card-content h2 {
    font-size: 32px;
  }
  .mv-mini-grid,
  .mv-related-grid {
    grid-template-columns: 1fr;
  }
  .mv-single-meta {
    display: grid;
  }
  .mv-search-form {
    display: grid;
  }
}

/* MONVEST v1.3: single sidebar and premium comments */
.mv-single-sidebar .mv-widget {
  overflow: hidden;
}
.mv-sidebar-featured-list {
  display: grid;
  gap: 14px;
}

.mv-sidebar-featured-thumb {
  display: block;
  width: 82px;
  height: 70px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}
.mv-sidebar-featured-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  transition: 0.32s ease;
}
.mv-sidebar-featured-item:hover .mv-sidebar-featured-thumb img {
  opacity: 0.9;
  transform: scale(1.04);
}
.mv-sidebar-featured-body small {
  display: block;
  margin-bottom: 7px;
  color: var(--mv-gold);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1.2;
}
.mv-sidebar-featured-body strong {
  display: block;
  color: rgba(245, 245, 240, 0.82);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.018em;
}
.mv-sidebar-featured-item:hover .mv-sidebar-featured-body strong {
  color: #fff2c4;
}

.mv-comments-card {
  position: relative;
  margin-top: 64px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 34px;
  background: radial-gradient(
      circle at 18% 0,
      rgba(198, 161, 91, 0.11),
      transparent 35%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.018)
    );
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}
.mv-comments-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(198, 161, 91, 0.34),
    transparent 34%,
    rgba(255, 255, 255, 0.1)
  );
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.55;
}
.mv-comments-head {
  position: relative;
  margin-bottom: 24px;
}
.mv-comments-head .mv-label {
  margin-bottom: 14px;
}
.mv-comments-head h2 {
  margin: 0;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -0.045em;
}
.mv-comment-list {
  position: relative;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  display: grid;
  gap: 16px;
}
.mv-comment-list .children {
  list-style: none;
  margin: 16px 0 0 34px;
  padding-left: 18px;
  border-left: 1px solid rgba(198, 161, 91, 0.18);
}
.mv-comment-list .comment-body {
  position: relative;
  margin: 0;
  padding: 22px 22px 20px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 26px;
  background: rgba(3, 3, 3, 0.28);
  backdrop-filter: blur(14px);
}
.mv-comment-list .comment-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  color: var(--mv-text);
}
.mv-comment-list .avatar {
  border-radius: 50%;
  border: 1px solid rgba(198, 161, 91, 0.3);
  box-shadow: 0 0 26px rgba(198, 161, 91, 0.12);
}
.mv-comment-list .fn {
  font-style: normal;
  font-weight: 600;
}
.mv-comment-list .says {
  display: none;
}
.mv-comment-list .comment-meta {
  margin-bottom: 14px;
  color: rgba(245, 245, 240, 0.46);
  font-size: 12px;
}
.mv-comment-list .comment-meta a {
  color: inherit;
}
.mv-comment-list p {
  color: rgba(245, 245, 240, 0.72);
  line-height: 1.8;
}
.mv-comment-list .reply a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--mv-gold);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.mv-comment-navigation {
  margin: 22px 0;
  color: rgba(245, 245, 240, 0.68);
}
.mv-comment-form-shell {
  position: relative;
  margin-top: 24px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.025);
}
.comment-reply-title {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.comment-notes,
.logged-in-as {
  margin: 0 0 20px;
  color: rgba(245, 245, 240, 0.55);
  line-height: 1.7;
}
.logged-in-as a,
.comment-notes a {
  color: var(--mv-gold);
}
.comment-form {
  display: grid;
  gap: 16px;
}
.comment-form p {
  margin: 0;
}
.comment-form label {
  display: block;
  margin-bottom: 9px;
  color: rgba(245, 245, 240, 0.74);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background: rgba(3, 3, 3, 0.42);
  color: var(--mv-text);
  outline: none;
  transition: 0.25s ease;
}
.comment-form textarea {
  min-height: 180px;
  resize: vertical;
}
.comment-form input:focus,
.comment-form textarea:focus {
  border-color: rgba(198, 161, 91, 0.45);
  box-shadow: 0 0 0 4px rgba(198, 161, 91, 0.08);
  background: rgba(3, 3, 3, 0.62);
}
.comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(245, 245, 240, 0.58);
  font-size: 14px;
}
.comment-form-cookies-consent label {
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
}
.form-submit .mv-comment-submit {
  padding: 16px 24px;
  border-radius: 999px;
  background: var(--mv-text);
  color: #030303;
  font-weight: 500;
  transition: 0.3s ease;
}
.form-submit .mv-comment-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 46px rgba(245, 245, 240, 0.13);
}
@media (max-width: 640px) {
  .mv-comments-card {
    padding: 24px;
    border-radius: 28px;
  }
  .mv-comment-form-shell {
    padding: 20px;
  }
  .mv-comment-list .children {
    margin-left: 12px;
    padding-left: 12px;
  }
  .mv-sidebar-featured-item {
    grid-template-columns: 74px 1fr;
  }
  .mv-sidebar-featured-thumb {
    width: 74px;
    height: 64px;
  }
}

/* MONVEST v1.4 — locked theme sidebar, no widget interference */
.mv-sidebar .mv-widget {
  padding: 30px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: radial-gradient(
      circle at 82% 0%,
      rgba(198, 161, 91, 0.07),
      transparent 38%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.018)
    );
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.mv-sidebar .mv-widget h3 {
  margin: 0 0 22px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.035em;
  color: #f5f5f0;
}
.mv-sidebar .mv-category-list {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mv-sidebar .mv-category-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(245, 245, 240, 0.68);
  font-size: 16px;
  font-weight: 500;
}
.mv-sidebar .mv-category-list li:first-child a {
  padding-top: 0;
}
.mv-sidebar .mv-category-list li a:hover {
  color: #fff2c4;
  transform: translateX(4px);
}
.mv-sidebar .mv-category-list small {
  color: rgba(245, 245, 240, 0.7);
  font-size: 14px;
}
.mv-sidebar .mv-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px;
  gap: 12px;
  align-items: center;
}
.mv-sidebar .mv-search-form input {
  height: 64px;
  width: 100%;
  min-width: 0;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.04) !important;
  color: #f5f5f0 !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  outline: none;
}
.mv-sidebar .mv-search-form input:focus {
  border-color: rgba(198, 161, 91, 0.48);
  box-shadow: 0 0 0 4px rgba(198, 161, 91, 0.08);
}
.mv-sidebar .mv-search-form button {
  height: 64px;
  width: 64px;
  padding: 0;
  border-radius: 50%;
  border: 0;
  background: #f5f5f0;
  color: #030303;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
.mv-sidebar .mv-search-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(245, 245, 240, 0.12);
}
.mv-sidebar-featured-list {
  display: grid;
  gap: 12px;
}
.mv-sidebar .mv-category-list li:first-child a {
    padding-top: 0;
}
.mv-sidebar-featured-item:hover {
  border-color: rgba(198, 161, 91, 0.28);
  background: rgba(255, 255, 255, 0.045);
  transform: translateY(-3px);
}
.mv-sidebar-featured-thumb {
  width: 86px;
  height: 72px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  display: block;
}
.mv-sidebar-featured-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.76;
}
.mv-sidebar-featured-body small {
  display: block;
  margin-bottom: 7px;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--mv-gold);
}
.mv-sidebar-featured-body small a {
  color: var(--mv-gold);
}
.mv-sidebar-featured-body strong {
  display: block;
  color: rgba(245, 245, 240, 0.82);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.018em;
}
.mv-sidebar-featured-item:hover strong {
  color: #fff2c4;
}
@media (max-width: 640px) {
  .mv-sidebar .mv-widget {
    padding: 24px;
    border-radius: 28px;
  }
  .mv-sidebar .mv-search-form {
    grid-template-columns: 1fr 62px;
  }
  .mv-sidebar-featured-item {
    grid-template-columns: 78px 1fr;
  }
  .mv-sidebar-featured-thumb {
    width: 78px;
    height: 66px;
  }
}

.mv-single-content img {
  width: 100%;
  height: auto;
  margin: 15px auto;
}

figure.mv-single-thumb {
  margin-bottom: 30px;
}

.mv-single-thumb {
  border-radius: 20px;
}

.mv-sidebar .mv-search-form input {
  height: 50px;
  padding: 0 15px;
  border-radius: 11px;
}

.mv-sidebar .mv-search-form button {
  height: 46px;
  width: 46px;
  border-radius: 20%;
}

.mv-sidebar .mv-widget {
  padding: 20px;
  border-radius: 15px;
}
.mv-sidebar .mv-search-form {
  grid-template-columns: minmax(0, 1fr) 45px;
}

.mv-sidebar-featured-item-box {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
}

figure.mv-single-thumb {
    margin-bottom: 30px;
    MAX-HEIGHT: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


a.pc-hero-nav-link {
    display: inline-flex;
    padding: 8px 13px;
    border-radius: 999px;
    border: 1px solid rgba(198, 161, 91, .28);
    color: #c6a15b;
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.pc-hero-nav-link:hover::after {
    display:none;
}





.btn-header i {
    padding: 8px;
    background: #15110b;
    margin-left: 10px;
    border-radius: 6px;
    cursor: pointer;
  font-size: 18px;
}




.btn-header {
    display: none;
}




@media (max-width: 640px) {
   .pc-footer-main {
        display: flex;
        flex-wrap: wrap;
    }

.pc-footer-cta strong {
        font-size: 17px;
    }
.pc-footer-cta strong {
    font-size: 16px;
    line-height: 24px;
  font-weight: 100;
}


.pc-footer-cta a {
    padding: 10px 14px;
    font-size: 12px;
}
  
.pc-footer-cta {
    gap: 14px;
    padding: 20px;

}


    .pc-footer-bottom {
        align-items: center;
      gap: 2px;
    }


.btn-header {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.pc-hero-header {
        backdrop-filter: blur(8px);
    }
.pc-hero-nav {
        height: 60px;
    }
.pc-hero-brand {
        gap: 10px;
        font-size: 12px;
    }

.mobile-menu{
    position: fixed;
    inset: 0;
    z-index: 999999;
    
    display: flex;
    justify-content: center;
    align-items: flex-end;

    opacity: 0;
    visibility: hidden;
    transition: .35s ease;
}

/* وقتی باز شد */
.mobile-menu.active{
    opacity: 1;
    visibility: visible;
}

/* Overlay */
.mobile-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
    backdrop-filter: blur(6px);
}

/* Box */
.mobile-nav{
    position: relative;
    z-index: 2;
    width: 100%;
    max-height: 85vh;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(18px);
    border-radius: 28px 28px 0 0;
    padding: 30px 20px calc(30px + env(safe-area-inset-bottom));
    display: flex;
    gap: 14px;
    overflow-y: auto;
    transform: translateY(100%);
    transition: .4s cubic-bezier(.77,0,.18,1);
    box-shadow:0 -10px 40px rgba(0,0,0,.15);
  flex-wrap: wrap;
  align-items: center;
    justify-content: center;
}

/* انیمیشن باز شدن */
.mobile-menu.active .mobile-nav{
    transform: translateY(0);
}
.mobile-nav a {
    text-decoration: none;
    color: #111;
    background: #fff;
    border-radius: 16px;
    padding: 16px 12px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    transition: .25s ease;
    border: 1px solid rgba(0, 0, 0, .06);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .04);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 45%;
}
/* Hover */
.mobile-nav a:hover{
    transform: translateY(-3px);
    background: #111;
    color: white;
    box-shadow:
    0 10px 20px rgba(0,0,0,.12);
}

/* موبایل کوچیک */
@media(max-width:480px){

    .mobile-nav{
        grid-template-columns: 1fr;
    }

}



.mobile-nav a span {
    font-weight: 500;
    font-size: 14px;
}
.mobile-nav a i {
    font-size: 21px;
    font-weight: normal;
}
a.pc-hero-nav-link {
    display: none !important;
}

.mv-label {
    font-size: 10px;
}


.mv-center-head h1 span, .mv-blog-head h1 span {
    display: block;
    color: #FFF;
    font-size: 36px;
}
    .mv-post-card, .mv-post-card:first-child {
        min-height: 225px;
        grid-row: auto;
    }
.mv-center-head p, .mv-blog-head p {
    margin: 0 auto;
    color: var(--mv-muted);
    font-size: 14px;
    line-height: 22px;
}
.mv-card-content h2 {
        font-size: 26px;
    }
.mv-list-content h2 {
    font-size: 23px;
}
.mv-featured-grid {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    align-items: flex-end;
    display: flex;
}
    .mv-single-meta {
        display: flex;
    }
.mv-post-card {
    min-width: 80%;
}
.mv-single-article h1 {
    margin: 0 0 18px;
    font-size: clamp(30px, 7vw, 44px);
    line-height: 1;
    letter-spacing: -0.065em;
    font-weight: 400;
}
.mv-section-title {
    margin: 0 0 24px;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -0.045em;
}
      .mv-center-head h1 span, .mv-blog-head h1 span {
        display: block;
        color: #FFF;
        font-size: 28px;
    }
    .mv-center-head h1, .mv-blog-head h1 {
        font-size: 28px;
    }
.mv-single-content ul {
    padding-left: 19px;
}
.mv-single-meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 28px;
    color: rgba(245, 245, 240, 0.54);
    font-size: 12px;
}
.form-submit .mv-comment-submit {
    padding: 10px 17px;
    border-radius: 999px;
    background: var(--mv-text);
    color: #030303;
    font-weight: 500;
    transition: 0.3s ease;
    font-size: 14px;
}
  .mv-comments-head h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.045em;
}
.comment-reply-title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.04em;
}
.mv-mini-card {
    min-width: 70%;
}
.mv-related-grid {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    align-items: flex-end;
    display: flex;
}






  
}













