/* custom-widget New Project Cat 1.17.1 */
.chidora-new-project-cat,
.chidora-new-project-cat * {
  box-sizing: border-box;
}

.chidora-new-project-cat {
  --ch-bg: #fbf6ee;
  --ch-bg-soft: #fffaf5;
  --ch-card: rgba(255, 255, 255, 0.72);
  --ch-card-strong: rgba(255, 255, 255, 0.92);
  --ch-text: #3b3029;
  --ch-muted: #7b6b60;
  --ch-accent: #c98867;
  --ch-accent-dark: #9e6047;
  --ch-dark: #30251f;
  --ch-border: rgba(97, 70, 52, 0.13);
  --ch-shadow: 0 28px 76px rgba(92, 61, 39, 0.13);
  --ch-radius-xl: 36px;
  --ch-radius-lg: 26px;
  --ch-radius-md: 18px;
  --ch-max: 1220px;
  --ch-fs-title: clamp(34px, 5vw, 70px);
  --ch-fs-lead: clamp(15px, 1.5vw, 18px);
  --ch-fs-featured-title: clamp(27px, 3vw, 46px);
  --ch-fs-card-title: 19px;
  --ch-fs-card-text: 13px;
  --ch-fs-cta-title: clamp(27px, 3.5vw, 50px);
  --ch-card-radius: 30px;
  --ch-button-radius: 999px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--ch-text);
  font-family: inherit;
  background:
    radial-gradient(circle at 15% 5%, rgba(201, 136, 103, .16), transparent 27%),
    radial-gradient(circle at 86% 18%, rgba(48, 37, 31, .08), transparent 28%),
    linear-gradient(180deg, #fffaf4 0%, #fbf6ee 48%, #fffaf7 100%);
}

.chidora-new-project-cat a {
  color: inherit;
  text-decoration: none;
}

.chidora-new-project-cat button,
.chidora-new-project-cat input,
.chidora-new-project-cat select {
  font-family: inherit;
}

.chidora-new-project-cat .ch-wrap {
  width: min(var(--ch-max), calc(100% - 36px));
  margin-inline: auto;
}

.chidora-new-project-cat .ch-grid-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  opacity: .44;
  background-image:
    linear-gradient(rgba(87, 60, 42, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 60, 42, .055) 1px, transparent 1px);
  background-size: 38px 38px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 84%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 84%, transparent);
}

.chidora-new-project-cat .ch-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
  opacity: .46;
  pointer-events: none;
  z-index: -2;
}

.chidora-new-project-cat .ch-orb.one {
  width: 280px;
  height: 280px;
  background: rgba(201, 136, 103, .2);
  right: -110px;
  top: 160px;
}

.chidora-new-project-cat .ch-orb.two {
  width: 360px;
  height: 360px;
  background: rgba(48, 37, 31, .09);
  left: -150px;
  bottom: 360px;
}

.chidora-new-project-cat .ch-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid var(--ch-border);
  background: rgba(255, 255, 255, .62);
  color: var(--ch-accent-dark);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 30px rgba(94, 60, 39, .06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.chidora-new-project-cat .ch-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ch-accent);
  box-shadow: 0 0 0 6px rgba(201, 136, 103, .13);
}

.chidora-new-project-cat .ch-hero {
  padding: clamp(48px, 6vw, 88px) 0 24px;
}

.chidora-new-project-cat .ch-hero-grid {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.chidora-new-project-cat .ch-hero-grid--single {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  max-width: 860px;
}

.chidora-new-project-cat .ch-title {
  margin: 16px 0 0;
  color: var(--ch-dark);
  font-size: var(--ch-fs-title, clamp(34px, 5vw, 70px));
  line-height: 1.18;
  letter-spacing: -1.8px;
  font-weight: 950;
}

.chidora-new-project-cat .ch-title span {
  color: var(--ch-accent-dark);
  position: relative;
  display: inline-block;
  z-index: 1;
}

.chidora-new-project-cat .ch-title span::after {
  content: "";
  position: absolute;
  right: 4px;
  left: 4px;
  bottom: 9px;
  height: 12px;
  border-radius: 999px;
  background: rgba(201, 136, 103, .2);
  z-index: -1;
}

.chidora-new-project-cat .ch-lead {
  margin: 20px 0 0;
  max-width: 680px;
  color: var(--ch-muted);
  font-size: var(--ch-fs-lead, clamp(15px, 1.5vw, 18px));
  line-height: 2.15;
  font-weight: 500;
}

.chidora-new-project-cat .ch-hero-panel {
  min-height: 430px;
  border-radius: 42px;
  border: 1px solid rgba(255, 255, 255, .7);
  overflow: hidden;
  box-shadow: var(--ch-shadow);
  background:
    linear-gradient(180deg, rgba(47, 37, 31, .08), rgba(47, 37, 31, .58)),
    var(--ch-hero-img) center / cover no-repeat;
  position: relative;
  transform-style: preserve-3d;
}

.chidora-new-project-cat .ch-hero-panel::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 32px;
  pointer-events: none;
}

.chidora-new-project-cat .ch-glass-note {
  position: absolute;
  right: 34px;
  bottom: 34px;
  width: min(430px, calc(100% - 68px));
  padding: 24px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(43, 34, 29, .48);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
}

.chidora-new-project-cat .ch-glass-note strong {
  display: block;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 9px;
  font-weight: 950;
}

.chidora-new-project-cat .ch-glass-note p {
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
  line-height: 2;
  font-weight: 500;
}

.chidora-new-project-cat .ch-search-shell {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  max-width: 720px;
}

.chidora-new-project-cat .ch-search-box {
  min-height: 58px;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  border-radius: 999px;
  border: 1px solid var(--ch-border);
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 18px 44px rgba(85, 58, 38, .07);
  padding: 0 8px 0 18px;
  transition: box-shadow .3s ease, border-color .3s ease, background .3s ease;
}

.chidora-new-project-cat .ch-search-box:focus-within {
  background: #fff;
  border-color: rgba(201, 136, 103, .48);
  box-shadow: 0 0 0 5px rgba(201, 136, 103, .12), 0 18px 44px rgba(85, 58, 38, .08);
}

.chidora-new-project-cat .ch-search-box svg {
  color: var(--ch-accent-dark);
  margin-inline: auto;
  width: 22px;
  height: 22px;
}

.chidora-new-project-cat .ch-search-box input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ch-dark);
  font-size: 14px;
  font-weight: 800;
}

.chidora-new-project-cat .ch-search-box input::placeholder {
  color: rgba(123, 107, 96, .62);
  font-weight: 700;
}

.chidora-new-project-cat .ch-btn {
  min-height: 54px;
  border-radius: var(--ch-button-radius, 999px);
  padding: 13px 22px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none !important;
  transition: transform .35s ease, box-shadow .35s ease, background .35s ease, border-color .35s ease;
  white-space: nowrap;
}

.chidora-new-project-cat .ch-btn-primary {
  background: var(--ch-accent);
  color: #fff !important;
  box-shadow: 0 18px 36px rgba(201, 136, 103, .28);
}

.chidora-new-project-cat .ch-btn-primary:hover {
  transform: translateY(-4px);
  background: var(--ch-accent-dark);
  box-shadow: 0 24px 46px rgba(201, 136, 103, .34);
}

.chidora-new-project-cat .ch-btn-ghost {
  background: rgba(255, 255, 255, .72);
  color: var(--ch-dark) !important;
  border-color: var(--ch-border);
}

.chidora-new-project-cat .ch-btn-ghost:hover {
  transform: translateY(-4px);
  background: #fff;
  border-color: rgba(201, 136, 103, .34);
}

.chidora-new-project-cat .ch-section {
  padding: clamp(20px, 3vw, 36px) 0 clamp(50px, 7vw, 86px);
}

.chidora-new-project-cat .ch-section--compact {
  padding-top: clamp(28px, 4vw, 44px);
}

.chidora-new-project-cat .ch-toolbar {
  position: sticky;
  top: 12px;
  z-index: 5;
  margin-bottom: 26px;
  border-radius: 30px;
  border: 1px solid var(--ch-border);
  background: rgba(255, 250, 245, .76);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 18px 42px rgba(74, 51, 35, .08);
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
}

.chidora-new-project-cat .ch-cats {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 1px;
}

.chidora-new-project-cat .ch-cats::-webkit-scrollbar {
  display: none;
}

.chidora-new-project-cat .ch-cat {
  min-height: 42px;
  border-radius: 999px;
  padding: 9px 15px;
  border: 1px solid rgba(97, 70, 52, .13);
  background: rgba(255, 255, 255, .66);
  color: var(--ch-muted);
  cursor: pointer;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 900;
  transition: transform .3s ease, background .3s ease, color .3s ease, border-color .3s ease;
}

.chidora-new-project-cat .ch-cat:hover {
  transform: translateY(-3px);
  background: #fff;
  color: var(--ch-dark);
  border-color: rgba(201, 136, 103, .28);
}

.chidora-new-project-cat .ch-cat.is-active {
  background: var(--ch-dark);
  border-color: var(--ch-dark);
  color: #fff;
}

.chidora-new-project-cat .ch-sort {
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(97, 70, 52, .13);
  background: rgba(255, 255, 255, .72);
  color: var(--ch-dark);
  padding: 0 14px;
  outline: 0;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.chidora-new-project-cat .ch-featured {
  margin-bottom: 24px;
  display: none;
}

.chidora-new-project-cat .ch-featured.is-visible {
  display: block;
}

.chidora-new-project-cat .ch-featured-card {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 0;
  min-height: 430px;
  overflow: hidden;
  border-radius: 40px;
  border: 1px solid var(--ch-border);
  background: rgba(255, 255, 255, .72);
  box-shadow: var(--ch-shadow);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.chidora-new-project-cat .ch-featured-image {
  display: block;
  min-height: 430px;
  background:
    linear-gradient(180deg, transparent, rgba(47, 37, 31, .38)),
    var(--post-img, linear-gradient(135deg, #d8c1aa, #fff2e0));
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.chidora-new-project-cat .ch-featured-image::after {
  content: var(--ch-featured-label, "مقاله منتخب");
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 0, 0, .28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 900;
}

.chidora-new-project-cat .ch-featured-body {
  padding: clamp(26px, 4vw, 46px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.chidora-new-project-cat .ch-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--ch-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.8;
}

.chidora-new-project-cat .ch-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.chidora-new-project-cat .ch-meta svg {
  width: 15px;
  height: 15px;
}

.chidora-new-project-cat .ch-featured-title {
  margin: 16px 0 12px;
  color: var(--ch-dark);
  font-size: var(--ch-fs-featured-title, clamp(27px, 3vw, 46px));
  line-height: 1.45;
  font-weight: 950;
  letter-spacing: -1px;
}

.chidora-new-project-cat .ch-featured-excerpt {
  margin: 0;
  color: var(--ch-muted);
  font-size: 15px;
  line-height: 2.08;
  font-weight: 500;
}

.chidora-new-project-cat .ch-featured-actions {
  margin-top: 26px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.chidora-new-project-cat .ch-layout {
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 22px;
  align-items: start;
}

.chidora-new-project-cat .ch-layout.no-sidebar {
  grid-template-columns: 1fr;
}

.chidora-new-project-cat .ch-posts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.chidora-new-project-cat .ch-posts-mosaic {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.chidora-new-project-cat .ch-mosaic-row--large .ch-featured-card {
  margin: 0;
}

.chidora-new-project-cat .ch-posts-grid--compact {
  grid-template-columns: repeat(3, 1fr);
}

.chidora-new-project-cat .ch-post-card--compact .ch-post-thumb {
  min-height: 190px;
}

.chidora-new-project-cat .ch-post-card--compact .ch-post-excerpt {
  display: none;
}

.chidora-new-project-cat .ch-post-card--compact .ch-post-body {
  padding: 16px 18px;
}

.chidora-new-project-cat .ch-featured-image--plain::after {
  display: none;
}

.chidora-new-project-cat .ch-post-card {
  min-height: 100%;
  border-radius: var(--ch-card-radius, 30px);
  border: 1px solid var(--ch-border);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 18px 44px rgba(79, 52, 35, .07);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .36s ease, box-shadow .36s ease, border-color .36s ease, background .36s ease;
}

.chidora-new-project-cat .ch-post-card:hover {
  transform: translateY(-8px);
  background: #fff;
  border-color: rgba(201, 136, 103, .32);
  box-shadow: 0 28px 60px rgba(79, 52, 35, .12);
}

.chidora-new-project-cat .ch-post-thumb {
  display: block;
  min-height: 230px;
  background:
    linear-gradient(180deg, transparent 20%, rgba(47, 37, 31, .32)),
    var(--post-img, linear-gradient(135deg, #d8c1aa, #fff2e0));
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.chidora-new-project-cat .ch-post-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201, 136, 103, .12), transparent 48%);
  opacity: 0;
  transition: opacity .36s ease;
}

.chidora-new-project-cat .ch-post-card:hover .ch-post-thumb::before {
  opacity: 1;
}

.chidora-new-project-cat .ch-post-category {
  position: absolute;
  right: 16px;
  bottom: 16px;
  max-width: calc(100% - 32px);
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .28);
  color: #fff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chidora-new-project-cat .ch-post-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.chidora-new-project-cat .ch-post-title {
  margin: 12px 0 10px;
  color: var(--ch-dark);
  font-size: var(--ch-fs-card-title, 19px);
  line-height: 1.7;
  font-weight: 950;
  transition: color .3s ease;
}

.chidora-new-project-cat .ch-post-card:hover .ch-post-title {
  color: var(--ch-accent-dark);
}

.chidora-new-project-cat .ch-post-excerpt {
  margin: 0;
  color: var(--ch-muted);
  font-size: var(--ch-fs-card-text, 13px);
  line-height: 2;
  font-weight: 500;
  flex: 1;
}

.chidora-new-project-cat .ch-read-more {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ch-accent-dark);
  font-size: 13px;
  font-weight: 950;
}

.chidora-new-project-cat .ch-read-more svg {
  transition: transform .3s ease;
  width: 17px;
  height: 17px;
}

.chidora-new-project-cat .ch-post-card:hover .ch-read-more svg {
  transform: translateX(-5px);
}

.chidora-new-project-cat .ch-sidebar {
  display: grid;
  gap: 16px;
  position: sticky;
  top: 110px;
}

.chidora-new-project-cat .ch-side-card {
  border-radius: 30px;
  border: 1px solid var(--ch-border);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 18px 44px rgba(79, 52, 35, .07);
  padding: 24px;
  overflow: hidden;
  position: relative;
}

.chidora-new-project-cat .ch-side-card::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  left: -80px;
  top: -80px;
  border-radius: 999px;
  background: rgba(201, 136, 103, .12);
}

.chidora-new-project-cat .ch-side-card h3 {
  margin: 0 0 14px;
  color: var(--ch-dark);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 950;
  position: relative;
}

.chidora-new-project-cat .ch-side-card p {
  margin: 0;
  color: var(--ch-muted);
  font-size: 13px;
  line-height: 2;
  font-weight: 500;
  position: relative;
}

.chidora-new-project-cat .ch-side-links {
  display: grid;
  gap: 10px;
  position: relative;
}

.chidora-new-project-cat .ch-side-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 14px;
  border-radius: 18px;
  border: 1px solid rgba(97, 70, 52, .1);
  background: rgba(255, 255, 255, .68);
  color: var(--ch-dark);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
  transition: transform .3s ease, background .3s ease, border-color .3s ease;
}

.chidora-new-project-cat .ch-side-link:hover {
  transform: translateX(-5px);
  background: #fff;
  border-color: rgba(201, 136, 103, .26);
}

.chidora-new-project-cat .ch-side-link small {
  color: var(--ch-muted);
  font-weight: 800;
}

.chidora-new-project-cat .ch-newsletter {
  background:
    radial-gradient(circle at 20% 0%, rgba(201, 136, 103, .22), transparent 38%),
    var(--ch-dark);
  color: #fff;
}

.chidora-new-project-cat .ch-newsletter h3 {
  color: #fff;
}

.chidora-new-project-cat .ch-newsletter p {
  color: rgba(255, 255, 255, .72);
}

.chidora-new-project-cat .ch-newsletter-form {
  margin-top: 18px;
  display: grid;
  gap: 10px;
  position: relative;
}

.chidora-new-project-cat .ch-newsletter-form input {
  width: 100%;
  min-height: 50px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .09);
  color: #fff;
  outline: none;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 800;
}

.chidora-new-project-cat .ch-newsletter-form input::placeholder {
  color: rgba(255, 255, 255, .55);
}

.chidora-new-project-cat .ch-newsletter-form button {
  min-height: 50px;
  border-radius: 999px;
  border: 0;
  background: var(--ch-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
  transition: transform .3s ease, background .3s ease;
}

.chidora-new-project-cat .ch-newsletter-form button:hover {
  transform: translateY(-3px);
  background: var(--ch-accent-dark);
}

.chidora-new-project-cat .ch-state {
  min-height: 280px;
  border-radius: 30px;
  border: 1px solid var(--ch-border);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 18px 44px rgba(79, 52, 35, .07);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 34px;
  color: var(--ch-muted);
  line-height: 2;
  font-weight: 700;
}

.chidora-new-project-cat .ch-state b {
  display: block;
  color: var(--ch-dark);
  font-size: 21px;
  margin-bottom: 8px;
  font-weight: 950;
}

.chidora-new-project-cat .ch-skeleton-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.chidora-new-project-cat .ch-skeleton {
  height: 420px;
  border-radius: 30px;
  border: 1px solid var(--ch-border);
  background:
    linear-gradient(90deg, rgba(255,255,255,.5), rgba(255,255,255,.9), rgba(255,255,255,.5));
  background-size: 200% 100%;
  animation: chidoraBlogSkeleton 1.2s infinite linear;
  box-shadow: 0 18px 44px rgba(79, 52, 35, .06);
}

@keyframes chidoraBlogSkeleton {
  from { background-position: 200% 0; }
  to { background-position: -200% 0; }
}

.chidora-new-project-cat .ch-load-row {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.chidora-new-project-cat .ch-load-row.is-hidden {
  display: none;
}

.chidora-new-project-cat .ch-cta {
  padding: clamp(50px, 7vw, 86px) 0;
}

.chidora-new-project-cat .ch-cta-box {
  border-radius: 42px;
  border: 1px solid var(--ch-border);
  background:
    radial-gradient(circle at 12% 22%, rgba(201, 136, 103, .16), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, .86), rgba(255, 244, 232, .78));
  box-shadow: var(--ch-shadow);
  padding: clamp(28px, 5vw, 56px);
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.chidora-new-project-cat .ch-cta-box h2 {
  margin: 12px 0 12px;
  color: var(--ch-dark);
  font-size: var(--ch-fs-cta-title, clamp(27px, 3.5vw, 50px));
  line-height: 1.35;
  font-weight: 950;
}

.chidora-new-project-cat .ch-cta-box p {
  margin: 0;
  color: var(--ch-muted);
  line-height: 2;
  font-size: 15px;
  max-width: 640px;
  font-weight: 500;
}

.chidora-new-project-cat .ch-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.chidora-new-project-cat .ch-cta-mini {
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--ch-border);
  border-radius: 28px;
  padding: 24px;
  display: grid;
  gap: 12px;
}

.chidora-new-project-cat .ch-cta-mini-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 19px;
  background: rgba(255, 255, 255, .7);
  border: 1px solid rgba(97, 70, 52, .09);
  color: var(--ch-dark);
  font-weight: 900;
  font-size: 13px;
}

.chidora-new-project-cat .ch-cta-mini-row i {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: rgba(201, 136, 103, .13);
  color: var(--ch-accent-dark);
  font-style: normal;
}

.chidora-new-project-cat .ch-cta-mini-row i svg {
  width: 21px;
  height: 21px;
}

.chidora-new-project-cat .ch-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s ease, transform .8s ease;
}

.chidora-new-project-cat .ch-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.chidora-new-project-cat .ch-delay-1 { transition-delay: .08s; }
.chidora-new-project-cat .ch-delay-2 { transition-delay: .16s; }
.chidora-new-project-cat .ch-delay-3 { transition-delay: .24s; }

@media (max-width: 1100px) {
  .chidora-new-project-cat .ch-layout {
    grid-template-columns: 1fr;
  }
  .chidora-new-project-cat .ch-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1024px) {
  .chidora-new-project-cat .ch-hero-grid,
  .chidora-new-project-cat .ch-featured-card,
  .chidora-new-project-cat .ch-cta-box {
    grid-template-columns: 1fr;
  }
  .chidora-new-project-cat .ch-hero-panel {
    order: -1;
  }
  .chidora-new-project-cat .ch-featured-image {
    min-height: 330px;
  }
}

@media (max-width: 900px) {
  .chidora-new-project-cat .ch-posts-grid--compact {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .chidora-new-project-cat {
    background:
      radial-gradient(circle at 50% 0%, rgba(201, 136, 103, .16), transparent 36%),
      linear-gradient(180deg, #fffaf4 0%, #fbf6ee 100%);
  }
  .chidora-new-project-cat .ch-wrap {
    width: min(100% - 24px, var(--ch-max));
  }
  .chidora-new-project-cat .ch-hero {
    padding: 36px 0 34px;
  }
  .chidora-new-project-cat .ch-title {
    font-size: clamp(32px, 9vw, 46px);
    letter-spacing: -1px;
  }
  .chidora-new-project-cat .ch-lead {
    font-size: 14px;
    line-height: 2.05;
  }
  .chidora-new-project-cat .ch-hero-panel {
    min-height: 410px;
    border-radius: 30px;
  }
  .chidora-new-project-cat .ch-hero-panel::before {
    inset: 16px;
    border-radius: 23px;
  }
  .chidora-new-project-cat .ch-glass-note {
    right: 18px;
    bottom: 18px;
    width: calc(100% - 36px);
    padding: 20px;
    border-radius: 24px;
  }
  .chidora-new-project-cat .ch-glass-note strong {
    font-size: 18px;
  }
  .chidora-new-project-cat .ch-search-shell {
    grid-template-columns: 1fr;
  }
  .chidora-new-project-cat .ch-btn {
    width: 100%;
  }
  .chidora-new-project-cat .ch-section,
  .chidora-new-project-cat .ch-cta {
    padding: 44px 0;
  }
  .chidora-new-project-cat .ch-toolbar {
    position: relative;
    top: auto;
    grid-template-columns: 1fr;
    border-radius: 24px;
  }
  .chidora-new-project-cat .ch-sort {
    width: 100%;
  }
  .chidora-new-project-cat .ch-featured-card {
    border-radius: 30px;
  }
  .chidora-new-project-cat .ch-featured-image {
    min-height: 240px;
  }
  .chidora-new-project-cat .ch-featured-body {
    padding: 22px;
  }
  .chidora-new-project-cat .ch-featured-title {
    font-size: 24px;
  }
  .chidora-new-project-cat .ch-featured-actions {
    display: grid;
  }
  .chidora-new-project-cat .ch-posts-grid,
  .chidora-new-project-cat .ch-skeleton-grid,
  .chidora-new-project-cat .ch-sidebar {
    grid-template-columns: 1fr;
  }
  .chidora-new-project-cat .ch-post-card,
  .chidora-new-project-cat .ch-side-card {
    border-radius: 26px;
  }
  .chidora-new-project-cat .ch-post-thumb {
    min-height: 220px;
  }
  .chidora-new-project-cat .ch-cta-box {
    border-radius: 30px;
  }
  .chidora-new-project-cat .ch-cta-actions {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .chidora-new-project-cat *,
  .chidora-new-project-cat *::before,
  .chidora-new-project-cat *::after {
    animation: none !important;
    transition: none !important;
  }
  .chidora-new-project-cat .ch-reveal {
    opacity: 1;
    transform: none;
  }
}
