@font-face {
  font-family: "Dana";
  src:
    url("/fonts/dana/Dana-Regular.woff2") format("woff2"),
    url("/fonts/dana/Dana-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dana";
  src:
    url("/fonts/dana/Dana-Bold.woff2") format("woff2"),
    url("/fonts/dana/Dana-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --nm-clr-pr-1: #c00000;
  --theme-color: #c00000;
  --kin-luxury: #e6ae6f;
  --kin-luxury-soft: rgba(230, 174, 111, 0.18);
  --kin-red-glow: rgba(192, 0, 0, 0.35);
  --kin-red-border: rgba(192, 0, 0, 0.45);
}

/* ── Persian: Dana font + FA typography base ── */
html[lang="fa"] {
  --nm-font-1: "Dana", "Tahoma", sans-serif;
  --nm-font-2: "Dana", "Tahoma", sans-serif;
  --nm-font-3: "Dana", "Tahoma", sans-serif;
}

html[lang="fa"] body,
html[lang="fa"] .nm-h-1,
html[lang="fa"] .nm-p-1,
html[lang="fa"] .nm-sec-title-1,
html[lang="fa"] .tx-title,
html[lang="fa"] .tx-subTitle,
html[lang="fa"] .tx-description,
html[lang="fa"] .tx-button,
html[lang="fa"] .nav-link,
html[lang="fa"] .nm-main-navigation .navbar-nav li a,
html[lang="fa"] .nm-subtitle-1 .text,
html[lang="fa"] .nm-pr-btn-1 .text,
html[lang="fa"] .mobile-main-navigation a,
html[lang="fa"] .nm-footer-1-menu a,
html[lang="fa"] .nm-accordion .item-title {
  font-family: "Dana", "Tahoma", sans-serif !important;
  letter-spacing: 0 !important;
}

html[lang="fa"] .nm-pr-btn-1 .text {
  direction: rtl;
  text-align: right;
}

.kin-logo--preloader {
  max-width: min(280px, 72vw);
  max-height: 96px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.nm-preloader-logo {
  margin-bottom: 0 !important;
}

/* ── Red brand overrides (hardcoded green remnants) ── */
.nm-header-1-wrap,
.wa-offcanvas-top,
.nm-offcanvas-btn-1 {
  border-color: var(--kin-red-border) !important;
  box-shadow: 1.782px 0.908px 32.2px 2.8px var(--kin-red-glow) !important;
}

.nm-pr-btn-1,
.nm-pr-btn-1.has-v2,
.nm-subtitle-1 .dot::after {
  background: var(--nm-clr-pr-1) !important;
}

/* CTA pills: icon circle always left, label always right (like همه پروژه‌ها) */
.nm-pr-btn-1 {
  direction: ltr;
  flex-direction: row;
}

.nm-main-navigation .navbar-nav li:hover > a,
.nm-main-navigation .navbar-nav li a i,
.nm-main-navigation .navbar-nav li.current-menu-item > a {
  color: var(--nm-clr-pr-1) !important;
}

/* ── Luxury gold accents ── */
.nm-subtitle-1 .dot,
.nm-faqs-1-contact .response .dot {
  background: var(--kin-luxury);
}

.nm-subtitle-1 .text,
.tx-subTitle,
.nm-hero-1-subtitle {
  color: var(--kin-luxury);
}

.nm-footer-1-hire .hire-title span {
  background: var(--kin-luxury);
  outline-color: var(--kin-luxury-soft);
}

.nm-about-1-line-plus .plus,
.nm-portfolio-1-all-plus .plus {
  color: var(--kin-luxury);
}

.nm-choose-1-rating .rating-icon i,
.nm-testimonial-1-main-slider-single .rating-icon i {
  color: var(--kin-luxury);
}

.nm-pr-btn-1.has-v2 .icon {
  border-color: var(--kin-luxury);
}

.nm-pr-btn-1.has-v2:hover .text {
  color: var(--kin-luxury);
}

.card-categories .link-elm:hover,
.nm-blog-1-item .item-date {
  color: var(--kin-luxury);
}

.nm-steps-1-card .number-line-fill {
  background: linear-gradient(180deg, var(--nm-clr-pr-1) 0%, var(--kin-luxury) 100%);
}

.nm-marquee-1-counter .number {
  background: linear-gradient(90deg, var(--nm-clr-pr-1), var(--kin-luxury));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nm-hero-1-bg-icon i,
.nm-about-1-author .author-social .link-elm:hover,
.nm-header-1-action-link .nm-pr-btn-1:hover .text {
  color: var(--kin-luxury);
}

.nm-pr-btn-1 .icon,
.nm-services-1-tabs-btn .nav-link.active {
  border-color: var(--nm-clr-pr-1);
}

.nm-footer-1-hire .hire-title span {
  background: var(--kin-luxury) !important;
}

.nm-choose-1-handshake .content .title,
.nm-contact-1-info-single .icon i {
  color: var(--kin-luxury);
}

.nm-portfolio-1-top-features-single .title {
  color: var(--nm-clr-pr-1);
}

/* ============================================================
   FA RTL SYSTEM
   Layout like EN · text RTL · section headers swapped
   Never use direction:rtl on full-width grids (prevents overflow)
   ============================================================ */

html[lang="fa"] body {
  overflow-x: clip;
  max-width: 100%;
}

html[lang="fa"] .page-wrapper,
html[lang="fa"] main {
  max-width: 100%;
  overflow-x: clip;
}

/* Global animation mirrors */
html[lang="fa"] .wow.fadeInRight2 {
  animation-name: fadeInLeft2;
  -webkit-animation-name: fadeInLeft2;
}

/* Shared section-header swap (title block right, description left) */
html[lang="fa"] .nm-services-1-sec-title,
html[lang="fa"] .nm-choose-1-sec-title,
html[lang="fa"] .nm-testimonial-1-sec-title,
html[lang="fa"] .nm-team-1-sec-title,
html[lang="fa"] .nm-blog-1-sec-title,
html[lang="fa"] .nm-portfolio-1-sec-title-2 {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

html[lang="fa"] .nm-services-1-sec-title .left,
html[lang="fa"] .nm-choose-1-sec-title .left,
html[lang="fa"] .nm-testimonial-1-sec-title .left,
html[lang="fa"] .nm-testimonial-1-sec-title .right,
html[lang="fa"] .nm-team-1-sec-title .left,
html[lang="fa"] .nm-blog-1-sec-title .left,
html[lang="fa"] .nm-portfolio-1-sec-title-2 .left,
html[lang="fa"] .nm-services-1-sec-title .sec-disc,
html[lang="fa"] .nm-choose-1-sec-title .sec-disc,
html[lang="fa"] .nm-team-1-sec-title .sec-disc,
html[lang="fa"] .nm-blog-1-sec-title .sec-disc,
html[lang="fa"] .nm-portfolio-1-sec-title-2 .sec-disc {
  direction: rtl;
  text-align: right;
}

/* Bullet dot after subtitle text in FA */
html[lang="fa"] .nm-subtitle-1 {
  direction: rtl;
}

.nm-services-1-sec-title .left {
  max-width: 650px;
  flex: 0 1 auto;
}

/* ── Header ── */
html[lang="fa"] .nm-header-1-wrap {
  flex-direction: row-reverse;
}

html[lang="fa"] .nm-header-1-action-link {
  flex-direction: row-reverse;
}

html[lang="fa"] .nm-main-navigation .navbar-nav {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

html[lang="fa"] .nm-main-navigation .navbar-nav li a {
  direction: rtl;
  text-align: right;
}

html[lang="fa"] .kin-lang-switch {
  margin-inline-end: 0;
  margin-inline-start: 16px;
}

html[lang="fa"] .wa-offcanvas-top {
  flex-direction: row-reverse;
}

html[lang="fa"] .mobile-main-navigation .navbar-nav {
  direction: rtl;
  text-align: right;
}

/* ── Hero ── */
html[lang="fa"] .nm-hero-1-content,
html[lang="fa"] .nm-hero-1-content-2-wrap {
  direction: rtl;
}

html[lang="fa"] .nm-hero-1-title,
html[lang="fa"] .nm-hero-1-subtitle,
html[lang="fa"] .nm-hero-1-disc {
  text-align: right;
}

html[lang="fa"] .nm-hero-1-content-2-wrap {
  position: relative;
  justify-content: flex-end;
}

html[lang="fa"] .nm-hero-1-disc {
  order: 2;
  position: relative;
  z-index: 2;
  padding-inline-start: 52px;
}

html[lang="fa"] .nm-hero-1-content-2-wrap .plybtn-wrap {
  order: 3;
  position: relative;
  z-index: 1;
  margin-inline-end: -72px;
}

html[lang="fa"] .nm-hero-1-btn {
  order: 4;
  margin-left: 0;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  html[lang="fa"] .nm-hero-1-content-2-wrap {
    align-items: flex-end;
  }

  html[lang="fa"] .nm-hero-1-disc {
    padding-inline-start: 0;
  }

  html[lang="fa"] .nm-hero-1-content-2-wrap .plybtn-wrap {
    margin-inline-end: 0;
  }
}

/* ── Partners ── */
html[lang="fa"] .nm-partner-1-title {
  direction: rtl;
  text-align: right;
}

/* ── About ── */
html[lang="fa"] .nm-about-1-left-content .nm-about-1-sec-title {
  direction: rtl;
  text-align: right;
}

html[lang="fa"] .nm-about-1-left-content .nm-about-1-sec-title .sec-disc,
html[lang="fa"] .nm-about-1-left-content .nm-about-1-sec-title .sec-disc-2 {
  direction: rtl;
  text-align: right;
}

html[lang="fa"] .nm-about-1-left-content .inner-div {
  direction: ltr;
}

html[lang="fa"] .nm-about-1-left-content .nm-about-1-author-content {
  direction: rtl;
  text-align: right;
}

html[lang="fa"] .nm-about-1-left-content .nm-about-1-author-content .author-social {
  justify-content: flex-end;
}

html[lang="fa"] .nm-about-1-card .title {
  text-align: center;
}

html[lang="fa"] .nm-about-1-card .disc {
  direction: rtl;
  text-align: right;
}

html[lang="fa"] .nm-about-1-card .icon {
  display: block;
  text-align: center;
}

/* About cards — refined hover (no red wipe) */
.nm-about-1-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(30, 30, 34, 0.96) 0%, rgba(8, 8, 10, 0.98) 100%);
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.35s ease;
}

.nm-about-1-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 70%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(200, 146, 78, 0.15) 15%,
    #c8924e 50%,
    rgba(192, 0, 0, 0.85) 85%,
    transparent
  );
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.nm-about-1-card::after {
  background:
    radial-gradient(ellipse 90% 70% at 50% -10%, rgba(192, 0, 0, 0.22), transparent 58%),
    radial-gradient(ellipse 60% 50% at 100% 100%, rgba(200, 146, 78, 0.12), transparent 55%);
  transform: none;
  transform-origin: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.nm-about-1-card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #c8924e;
  transition:
    color 0.3s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.35s ease;
}

.nm-about-1-card .title,
.nm-about-1-card .title a {
  color: #fff;
  transition: color 0.3s ease;
}

.nm-about-1-card .disc {
  color: rgba(255, 255, 255, 0.58);
  transition: color 0.3s ease;
}

.nm-about-1-card .title:hover {
  transform: none;
}

.nm-about-1-card:hover {
  transform: translateY(-6px);
  border-color: rgba(200, 146, 78, 0.42);
  background: linear-gradient(180deg, rgba(36, 32, 30, 0.98) 0%, rgba(10, 9, 11, 0.99) 100%);
  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(200, 146, 78, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.nm-about-1-card:hover::before {
  transform: translateX(-50%) scaleX(1);
}

.nm-about-1-card:hover::after {
  opacity: 1;
  transform: none;
}

.nm-about-1-card:hover .icon {
  color: #f0c080;
  transform: translateY(-4px) scale(1.08);
  filter: drop-shadow(0 0 14px rgba(200, 146, 78, 0.45));
}

.nm-about-1-card:hover .title,
.nm-about-1-card:hover .title a {
  color: #fff;
}

.nm-about-1-card:hover .disc {
  color: rgba(255, 255, 255, 0.78);
}

@media (prefers-reduced-motion: reduce) {
  .nm-about-1-card,
  .nm-about-1-card .icon,
  .nm-about-1-card::before,
  .nm-about-1-card::after {
    transition: none;
  }

  .nm-about-1-card:hover {
    transform: none;
  }

  .nm-about-1-card:hover .icon {
    transform: none;
    filter: none;
  }
}

/* ── Services grid (column swap, no direction:rtl on wrap) ── */
html[lang="fa"] .nm-services-1-wrap {
  grid-template-columns: 2.1fr 1fr;
}

html[lang="fa"] .nm-services-1-tabs-btn-scrollbar {
  order: 2;
}

html[lang="fa"] .nm-services-1-tabs-pane {
  order: 1;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  html[lang="fa"] .nm-services-1-wrap {
    grid-template-columns: 1.3fr 1fr;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  html[lang="fa"] .nm-services-1-wrap {
    grid-template-columns: 1fr;
  }

  html[lang="fa"] .nm-services-1-tabs-btn-scrollbar,
  html[lang="fa"] .nm-services-1-tabs-pane {
    order: unset;
  }
}

html[lang="fa"] .nm-services-1-tabs-btn .nav-link {
  direction: rtl;
  text-align: right;
}

html[lang="fa"] .nm-services-1-tabs-btn-scrollbar .mCSB_container {
  margin-left: 0;
  margin-right: 20px;
}

html[lang="fa"] .nm-services-1-tabs-btn-scrollbar .mCSB_scrollTools {
  left: unset;
  right: 0;
}

html[lang="fa"] .nm-services-1-tabs-pane-single {
  direction: rtl;
  overflow: hidden;
}

html[lang="fa"] .nm-services-1-tabs-pane-single .content-wrap {
  direction: rtl;
  text-align: right;
  transform-origin: 100% 50%;
  transform: rotateY(-90deg);
}

html[lang="fa"] .nm-services-1-tabs-pane-single .item-img {
  transform-origin: 100% 50%;
  transform: translateX(100%);
}

html[lang="fa"] .nm-services-1-tabs-pane-single .disc,
html[lang="fa"] .nm-services-1-tabs-pane-single .features-list li {
  direction: rtl;
  text-align: right;
}

html[lang="fa"] .nm-services-1-tabs-pane .tab-pane:is(.show) .nm-services-1-tabs-pane-single .content-wrap {
  transform: rotateY(0deg);
}

html[lang="fa"] .nm-services-1-tabs-pane .tab-pane:is(.show) .nm-services-1-tabs-pane-single .item-img {
  transform: translateX(0);
}

html[lang="fa"] .nm-services-1-area,
html[lang="fa"] .nm-services-1-container {
  max-width: 100%;
  overflow-x: clip;
}

/* ── Choose cards ── */
@keyframes kin-slideLeftUp2 {
  0% {
    transform: rotateY(26deg) rotateZ(3deg) translate3d(0px, 23px, 15px);
    opacity: 0;
    transform-origin: left top;
  }
  100% {
    transform: rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 0px);
    opacity: 1;
    transform-origin: left top;
  }
}

html[lang="fa"] .nm-choose-1-wrap {
  overflow-x: clip;
  max-width: 100%;
}

html[lang="fa"] .nm-choose-1-wrap .slideRightUp2 {
  animation-name: kin-slideLeftUp2;
  -webkit-animation-name: kin-slideLeftUp2;
}

html[lang="fa"] .nm-choose-1-handshake .content,
html[lang="fa"] .nm-choose-1-experience .content-wrap,
html[lang="fa"] .nm-choose-1-testimonial .content-wrap,
html[lang="fa"] .nm-choose-1-turnaround,
html[lang="fa"] .nm-choose-1-fast .content-wrap {
  direction: rtl;
  text-align: right;
}

html[lang="fa"] .nm-choose-1-area,
html[lang="fa"] .nm-choose-1-container {
  max-width: 100%;
  overflow-x: clip;
}

/* ── Choose (Why KIN) — bento grid ── */
.kin-choose {
  --choose-red: #c00000;
  --choose-gold: #c8924e;
  --choose-ink: #121214;
  --choose-surface: rgba(255, 255, 255, 0.04);
  --choose-border: rgba(255, 255, 255, 0.1);
  position: relative;
  padding: clamp(4.5rem, 9vh, 6.5rem) 0 clamp(4rem, 8vh, 5.5rem);
  background:
    radial-gradient(ellipse 80% 55% at 0% 0%, rgba(192, 0, 0, 0.1), transparent 55%),
    radial-gradient(ellipse 60% 50% at 100% 100%, rgba(200, 146, 78, 0.07), transparent 50%),
    var(--choose-ink);
  overflow: hidden;
}

.kin-choose__mesh {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}

.kin-choose__shell {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
}

.kin-choose__head {
  max-width: 44rem;
  margin-bottom: 2rem;
}

.kin-choose__title {
  margin: 0.75rem 0 0.85rem;
  font-size: clamp(1.85rem, 4vw, 2.85rem);
  font-weight: 900;
  line-height: 1.22;
  color: #fff;
}

.kin-choose__disc {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.9;
  font-size: 1rem;
}

.kin-choose__highlights {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .kin-choose__highlights {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.kin-choose__highlights li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--choose-border);
  background: var(--choose-surface);
  backdrop-filter: blur(8px);
  text-align: center;
}

.kin-choose__highlights strong {
  display: block;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 0.3rem;
}

.kin-choose__highlights span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.52);
  font-weight: 600;
  line-height: 1.4;
}

.kin-choose__bento {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.kin-choose__spotlights {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .kin-choose__spotlights {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.kin-choose__spotlight {
  position: relative;
  min-height: 320px;
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0c0c0e;
  overflow: hidden;
  isolation: isolate;
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

@media (min-width: 900px) {
  .kin-choose__spotlight {
    min-height: 360px;
  }
}

.kin-choose__spotlight:hover {
  border-color: rgba(200, 146, 78, 0.42);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.kin-choose__spotlight-media,
.kin-choose__spotlight-slider {
  position: absolute;
  inset: 0;
}

.kin-choose__spotlight-media img,
.kin-choose__spotlight-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kin-choose__spotlight-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 50% 0%, rgba(192, 0, 0, 0.18), transparent 55%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 52%, rgba(0, 0, 0, 0.94) 100%);
  pointer-events: none;
}

.kin-choose__spotlight-chip {
  position: absolute;
  top: 1rem;
  inset-inline-start: 1rem;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 8, 10, 0.55);
  backdrop-filter: blur(12px);
  color: var(--choose-gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.kin-choose__spotlight-chip strong {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
}

.kin-choose__spotlight-glass {
  position: absolute;
  inset-inline: 0.85rem;
  bottom: 0.85rem;
  z-index: 5;
  padding: 1rem 1.1rem 1.05rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 10, 12, 0.62);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.kin-choose__spotlight-title {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
  color: #fff;
}

.kin-choose__spotlight-text {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.62);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.kin-choose__spotlight-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 0.9s ease;
  pointer-events: none;
  text-decoration: none;
}

.kin-choose__spotlight-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  animation: kin-choose-spotlight-kenburns 5s ease-out forwards;
}

.kin-choose__spotlight-project {
  position: absolute;
  inset-inline: 1.15rem;
  bottom: 7.25rem;
  z-index: 3;
  max-width: 92%;
  pointer-events: none;
}

.kin-choose__spotlight-project-dept {
  display: inline-flex;
  margin-bottom: 0.45rem;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(200, 146, 78, 0.35);
  background: rgba(200, 146, 78, 0.12);
  color: var(--choose-gold);
  font-size: 0.68rem;
  font-weight: 700;
}

.kin-choose__spotlight-project-title {
  margin: 0;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 900;
  line-height: 1.35;
  color: #fff;
  text-wrap: balance;
  animation: kin-choose-spotlight-title 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.kin-choose__spotlight-project-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  pointer-events: auto;
  transition: color 0.2s ease;
}

.kin-choose__spotlight-project-link:hover {
  color: var(--choose-gold);
}

.kin-choose__spotlight-ui {
  position: absolute;
  top: 1rem;
  inset-inline-end: 1rem;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.55rem;
}

.kin-choose__spotlight-counter {
  display: inline-flex;
  align-items: baseline;
  gap: 0.15rem;
  padding: 0.35rem 0.62rem;
  border-radius: 0.55rem;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  font-size: 0.75rem;
  font-weight: 800;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

.kin-choose__spotlight-counter-sep {
  color: rgba(255, 255, 255, 0.35);
  font-weight: 600;
}

.kin-choose__spotlight-progress {
  width: 88px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  overflow: hidden;
}

.kin-choose__spotlight-progress-bar {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--choose-red), var(--choose-gold));
  transform-origin: left center;
  animation: kin-choose-spotlight-progress 5s linear forwards;
}

html[lang="fa"] .kin-choose__spotlight-progress-bar {
  transform-origin: right center;
}

.kin-choose__spotlight-nav {
  display: flex;
  gap: 0.35rem;
  opacity: 0;
  transform: translateY(4px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.kin-choose__spotlight--projects:hover .kin-choose__spotlight-nav {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: none) {
  .kin-choose__spotlight-nav {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 899px) {
  .kin-choose__spotlight-project {
    bottom: 8.25rem;
  }
}

.kin-choose__spotlight-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(8, 8, 10, 0.65);
  backdrop-filter: blur(10px);
  color: #fff;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.kin-choose__spotlight-nav-btn:hover {
  border-color: rgba(200, 146, 78, 0.5);
  background: rgba(200, 146, 78, 0.15);
  color: var(--choose-gold);
}

@keyframes kin-choose-spotlight-kenburns {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}

@keyframes kin-choose-spotlight-title {
  from {
    opacity: 0;
    transform: translateY(16px);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes kin-choose-spotlight-progress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.kin-choose__row-bottom {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .kin-choose__bento {
    grid-template-columns: 1fr;
  }

  .kin-choose__row-bottom {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.kin-choose__card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 1.15rem;
  border: 1px solid var(--choose-border);
  background: rgba(22, 22, 26, 0.72);
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.kin-choose__row-bottom .kin-choose__card {
  min-height: 280px;
}

.kin-choose__card:hover {
  border-color: rgba(200, 146, 78, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

.kin-choose__card--hero {
  display: flex;
  flex-direction: column;
}

.kin-choose__card-media img,
.kin-choose__card-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kin-choose__card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.82) 100%);
  pointer-events: none;
}

.kin-choose__card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.15rem 1.25rem 1.25rem;
  text-align: start;
}

.kin-choose__card-eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--choose-gold);
}

.kin-choose__card-title {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.35;
}

.kin-choose__card-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
  line-height: 1.75;
}

.kin-choose__client-logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 0.85rem 0 0.75rem;
}

.kin-choose__client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  padding: 0.45rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.kin-choose__client-logo:hover {
  border-color: rgba(200, 146, 78, 0.35);
  background: rgba(255, 255, 255, 0.06);
}

.kin-choose__client-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.kin-choose__dept-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 0.65rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(200, 146, 78, 0.25);
  background: rgba(200, 146, 78, 0.1);
  color: var(--choose-gold);
}

.kin-choose__dept-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.85rem 0 0.65rem;
}

.kin-choose__dept-tag {
  padding: 0.32rem 0.62rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.kin-choose__card-link {
  margin-top: auto;
  padding-top: 0.5rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--choose-gold);
  text-decoration: none;
  transition: color 0.2s ease;
}

.kin-choose__card-link:hover {
  color: #fff;
}

.kin-choose__card--cta {
  background:
    radial-gradient(ellipse 90% 90% at 100% 0%, rgba(192, 0, 0, 0.16), transparent 55%),
    rgba(22, 22, 26, 0.85);
}

.kin-choose__card--cta .kin-choose__card-body {
  justify-content: center;
  gap: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .kin-choose__card {
    transition: none !important;
  }

  .kin-choose__spotlight-slide.is-active {
    animation: none;
  }

  .kin-choose__spotlight-project-title,
  .kin-choose__spotlight-progress-bar {
    animation: none;
  }
}

html[lang="fa"] .kin-choose__head,
html[lang="fa"] .kin-choose__card-body,
html[lang="fa"] .kin-choose__spotlight-glass,
html[lang="fa"] .kin-choose__spotlight-project {
  direction: rtl;
  text-align: right;
}

html[lang="fa"] .kin-choose__dept-tags {
  justify-content: flex-start;
}

/* ── Portfolio ── */
html[lang="fa"] .nm-portfolio-1-top-wrap .nm-portfolio-1-sec-title {
  direction: rtl;
  text-align: right;
}

html[lang="fa"] .nm-portfolio-1-bottom .nm-portfolio-1-sec-title-2 .sec-disc {
  direction: rtl;
  text-align: right;
}

html[lang="fa"] .nm-portfolio-1-card .card-categories,
html[lang="fa"] .nm-portfolio-1-card .card-title {
  direction: rtl;
  text-align: right;
}

/* Portfolio CTA: decorative line should pass behind the pill button */
.nm-portfolio-1-all-plus {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nm-portfolio-1-all-plus .nm-pr-btn-1 {
  position: relative;
  z-index: 2;
}

.nm-portfolio-1-all-plus::after {
  top: 50%;
  z-index: 0;
  transform: translateY(-50%) scaleX(0);
  transform-origin: right center;
}

.nm-portfolio-1-all-plus:is(.active)::after {
  transform: translateY(-50%) scaleX(1);
}

/* Portfolio grid — scroll animation handled by kin-locale-reinit.js */
.kin-portfolio-section .nm-portfolio-1-item-wrap {
  margin-left: 0;
  margin-right: 0;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  min-height: 420px;
}

@media (min-width: 992px) {
  .kin-portfolio-section .nm-portfolio-1-bottom {
    padding-bottom: 2rem;
    overflow: visible;
  }

  .kin-portfolio-section .nm-portfolio-1-item-wrap {
    overflow: visible;
  }
}

.kin-portfolio-section .nm-portfolio-1-card {
  height: clamp(260px, 36vw, 420px);
}

.kin-portfolio-section .nm-portfolio-1-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 991px) {
  .kin-portfolio-section .nm-portfolio-1-item {
    transform: none !important;
  }
}

/* ── Testimonials content ── */
html[lang="fa"] .nm-testimonial-1-main-slider-single {
  direction: rtl;
  text-align: right;
}

html[lang="fa"] .nm-testimonial-1-main-slider-single .comment,
html[lang="fa"] .nm-testimonial-1-main-slider-single .author-name {
  direction: rtl;
  text-align: right;
}

/* ── Process / Steps ── */
html[lang="fa"] .nm-steps-1-sec-title {
  direction: rtl;
}

html[lang="fa"] .nm-steps-1-sec-title .sec-disc {
  direction: rtl;
  text-align: center;
}

html[lang="fa"] .nm-steps-1-card .content {
  direction: rtl;
  text-align: right;
}

html[lang="fa"] .nm-steps-1-card .content .title,
html[lang="fa"] .nm-steps-1-card .content .disc,
html[lang="fa"] .nm-steps-1-card .content .date {
  direction: rtl;
  text-align: right;
}

/* ── Team ── */
html[lang="fa"] .nm-team-1-bg-title .title-elm {
  direction: rtl;
}

html[lang="fa"] .nm-team-1-member .content-1,
html[lang="fa"] .nm-team-1-member .content-2 {
  direction: rtl;
  text-align: right;
}

html[lang="fa"] .nm-team-1-all-btn {
  direction: rtl;
}

/* ── FAQs ── */
html[lang="fa"] .nm-faqs-1-contact,
html[lang="fa"] .nm-faqs-1-contact-form {
  direction: rtl;
  text-align: right;
}

html[lang="fa"] .nm-team-1-faqs-title {
  direction: rtl;
  text-align: right;
}

html[lang="fa"] .nm-faqs-1-contact-form .form-input,
html[lang="fa"] .nm-faqs-1-contact-form .checkbox-label {
  direction: rtl;
  text-align: right;
}

html[lang="fa"] .nm-faqs-1-contact .response {
  direction: rtl;
  justify-content: flex-end;
}

html[lang="fa"] .nm-faqs-1-tabs-btn {
  flex-direction: row-reverse;
}

html[lang="fa"] .nm-faqs-1-tabs-btn .nav-link {
  direction: rtl;
  text-align: right;
}

html[lang="fa"] .nm-accordion .item-title,
html[lang="fa"] .nm-accordion .item-disc {
  direction: rtl;
  text-align: right;
}

/* ── Blog ── */
html[lang="fa"] .nm-blog-1-item .content {
  direction: rtl;
  text-align: right;
}

/* ── Contact ── */
html[lang="fa"] .nm-contact-1-sec-title {
  direction: rtl;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}

html[lang="fa"] .nm-contact-1-right,
html[lang="fa"] .nm-contact-1-social .link-elm,
html[lang="fa"] .nm-contact-1-info-single {
  direction: rtl;
  text-align: right;
}

.nm-contact-1-img img {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  margin-inline: auto;
}

.nm-contact-1-img::after {
  display: none;
}

html[lang="fa"] .nm-contact-1-info-single .disc {
  direction: rtl;
  text-align: right;
}

  direction: rtl;
  text-align: right;
}

/* ── Marquee ── */
html[lang="fa"] .nm-marquee-1-counter {
  direction: rtl;
  text-align: right;
}

/* ── Footer ── */
html[lang="fa"] .kin-footer__brand,
html[lang="fa"] .kin-footer__nav,
html[lang="fa"] .kin-footer__aside,
html[lang="fa"] .kin-footer__bottom {
  direction: rtl;
  text-align: right;
}

html[lang="fa"] .kin-footer__contact {
  flex-direction: row-reverse;
}

/* Language switcher */
.kin-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-inline-end: 16px;
}

.kin-lang-switch button {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  padding: 8px 12px;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.2s ease;
  font-family: "Dana", sans-serif;
}

.kin-lang-switch button.is-active {
  background: var(--nm-clr-pr-1);
  border-color: var(--nm-clr-pr-1);
  color: #fff;
}

.kin-lang-switch button:hover:not(.is-active) {
  border-color: var(--kin-luxury);
  color: var(--kin-luxury);
}

/* Partner strip — replace green background image */
.kin-partner-bg,
.nm-partner-1-area.wa-bg-default {
  background-color: #121214 !important;
  background-image: linear-gradient(
    180deg,
    #121214 0%,
    #171619 55%,
    rgba(192, 0, 0, 0.28) 100%
  ) !important;
  background-size: cover !important;
  background-position: center bottom !important;
}

.nm-partner-1-area::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse 80% 60% at 50% 100%,
    rgba(192, 0, 0, 0.2) 0%,
    transparent 70%
  );
  z-index: 0;
}

.nm-partner-1-wrap,
.nm-partner-1-border {
  position: relative;
  z-index: 1;
}

.nm-partner-1-title span {
  background-image: linear-gradient(transparent calc(100% - 1px), var(--kin-luxury) 1px) !important;
}

.nm-partner-1-logo {
  flex: 0 0 auto;
  width: clamp(72px, 8vw, 110px);
  height: clamp(48px, 5.5vw, 72px);
}

.nm-partner-1-logo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.nm-partner-1-logo img:nth-child(2) {
  filter: brightness(0) saturate(100%) invert(72%) sepia(28%) saturate(650%)
    hue-rotate(358deg) brightness(95%) contrast(92%) !important;
}

.nm-partner-1-title {
  max-width: min(220px, 40vw);
}

/* Hero character — both images move together on hover (magnetic) */
.nm-hero-1-main-img-inner {
  position: relative;
  display: inline-block;
  margin-right: 14vw;
  max-width: 100%;
}

.nm-hero-1-main-img-inner img {
  display: block;
  width: auto;
  max-width: 100%;
  margin-right: 0 !important;
}

.nm-hero-1-main-img-inner img:nth-child(2) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
  mix-blend-mode: color;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.nm-hero-1-area:hover .nm-hero-1-main-img-inner img:nth-child(2) {
  opacity: 1;
  animation: kin-hero-img-filter 3s linear infinite;
}

@keyframes kin-hero-img-filter {
  0%,
  100% {
    filter: sepia(1) hue-rotate(-30deg) saturate(400%);
  }
  50% {
    filter: sepia(1) hue-rotate(10deg) saturate(500%);
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
  only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-hero-1-main-img-inner img {
    width: 46%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-hero-1-main-img-inner {
    margin-right: 0;
  }

  .nm-hero-1-main-img-inner img {
    width: 62%;
  }
}

@media (max-width: 767px) {
  .nm-hero-1-main-img-inner {
    margin-right: 0;
  }

  .nm-hero-1-main-img-inner img {
    width: 80%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-hero-1-main-img-inner img {
    width: 62%;
  }
}

/* Blog article body (imported WP HTML) */
.kin-blog-content {
  line-height: 1.9;
  font-size: 1.05rem;
}

.kin-blog-content img,
.kin-blog-content figure img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 1.25rem 0;
}

.kin-blog-content h2,
.kin-blog-content h3,
.kin-blog-content h4 {
  margin: 1.75rem 0 0.75rem;
  line-height: 1.4;
}

.kin-blog-content p {
  margin-bottom: 1rem;
}

.kin-blog-content ul,
.kin-blog-content ol {
  padding-inline-start: 1.4rem;
  margin-bottom: 1rem;
}

.kin-blog-content a {
  color: var(--kin-luxury);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kin-blog-content blockquote {
  border-inline-start: 3px solid var(--nm-clr-pr-1);
  padding: 0.75rem 1rem;
  margin: 1.25rem 0;
  opacity: 0.92;
}

/* —— Clients listing & brand detail —— */
.kin-clients-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 1rem;
}

@media (min-width: 576px) {
  .kin-clients-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .kin-clients-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.kin-clients-grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}

.kin-clients-grid-item:hover {
  opacity: 0.85;
}

.kin-clients-grid-logo {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.kin-clients-grid-logo img {
  max-width: 78%;
  max-height: 78%;
  object-fit: contain;
}

.kin-clients-grid-name {
  margin: 0;
  opacity: 0.85;
  font-size: 0.9rem;
}

.kin-client-detail-logo {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.kin-client-detail-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.kin-client-detail-content {
  max-width: 760px;
  margin-inline: auto;
}

.kin-client-works-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
  margin-bottom: 2rem;
}

.kin-client-works-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  opacity: 0.7;
  transition: opacity 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.kin-client-works-tab.is-active,
.kin-client-works-tab:hover {
  opacity: 1;
  border-color: var(--nm-clr-pr-1);
  color: var(--nm-clr-pr-1);
}

.kin-client-works-tab-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.kin-client-works-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 576px) {
  .kin-client-works-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .kin-client-works-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.kin-client-work-link {
  text-decoration: none;
  color: inherit;
}

.kin-client-work-thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
}

.kin-client-work-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.kin-client-work-link:hover .kin-client-work-thumb img {
  transform: scale(1.04);
}

.kin-client-work-title {
  margin: 0.65rem 0 0;
  text-align: center;
  opacity: 0.85;
}

.kin-client-work-open {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
}

.kin-client-work-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0.9;
  transition: background 0.2s ease;
}

.kin-client-work-open:hover .kin-client-work-play {
  background: rgba(192, 0, 0, 0.55);
}

.kin-client-work-thumb {
  position: relative;
}

.kin-work-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(0, 0, 0, 0.82);
}

.kin-work-modal-panel {
  width: min(960px, 100%);
  max-height: min(90vh, 900px);
  overflow: auto;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1rem 1rem 1.25rem;
}

.kin-work-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.kin-work-modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.kin-work-modal-video,
.kin-work-modal-image {
  display: block;
  width: 100%;
  max-height: 70vh;
  margin: 0 auto;
  object-fit: contain;
  background: #000;
}


.space-y-70 > * + * {
  margin-top: 4.5rem;
}

/* —— Departments listing & detail —— */
.kin-departments-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 576px) {
  .kin-departments-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .kin-departments-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.kin-departments-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.kin-departments-card:hover {
  border-color: var(--nm-clr-pr-1);
  transform: translateY(-2px);
}

.kin-departments-card-media {
  aspect-ratio: 16 / 10;
  background: rgba(0, 0, 0, 0.25);
}

.kin-departments-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kin-departments-card-body {
  padding: 1rem 1.1rem 1.25rem;
}

.kin-department-content {
  max-width: 760px;
  margin-inline: auto;
}

.kin-department-features {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 520px;
  display: grid;
  gap: 0.65rem;
}

.kin-department-features li {
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}


/* —— About page V1 (classic) —— */
.kin-about-hero {
  min-height: min(72vh, 640px);
  display: grid;
  place-items: center;
  padding: 9rem 1.25rem 5rem;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(192, 0, 0, 0.28), transparent 60%),
    linear-gradient(180deg, #0a0a0b 0%, #141416 55%, #0f0f10 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.kin-about-hero__veil {
  position: absolute;
  inset: 0;
  background: url("https://beta.irannovin.net/storage/v1/object/public/site/images/about/intro-visual.webp") center / cover no-repeat;
  opacity: 0.12;
  pointer-events: none;
}
.kin-about-hero__content { position: relative; z-index: 1; max-width: 720px; }
.kin-about-hero__eyebrow { color: #e6ae6f; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.04em; margin-bottom: 0.75rem; }
.kin-about-hero__title { font-size: clamp(2rem, 5vw, 3.25rem); font-weight: 900; color: #fff; margin: 0 0 0.5rem; line-height: 1.25; }
.kin-about-hero__subtitle { font-size: clamp(1.05rem, 2.2vw, 1.35rem); color: rgba(255, 255, 255, 0.88); margin: 0 0 1rem; }
.kin-about-hero__desc { color: rgba(255, 255, 255, 0.62); margin: 0; font-size: 0.98rem; }
.kin-about-intro { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 900px) {
  .kin-about-intro { grid-template-columns: 1.1fr 0.9fr; gap: 3rem; }
}
.kin-about-intro__media { border-radius: 4px; overflow: hidden; aspect-ratio: 4 / 3; background: rgba(255, 255, 255, 0.04); }
.kin-about-intro__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.kin-about-timeline { background: linear-gradient(180deg, transparent, rgba(192, 0, 0, 0.06), transparent); }
.kin-about-timeline__years { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; margin-bottom: 2rem; }
.kin-about-timeline__year {
  min-width: 4.5rem; padding: 0.55rem 0.7rem; border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.25); color: rgba(255, 255, 255, 0.7); border-radius: 4px;
  cursor: pointer; transition: 0.2s ease; display: flex; flex-direction: column; align-items: center; gap: 0.15rem;
}
.kin-about-timeline__year:hover,
.kin-about-timeline__year.is-active { border-color: #c00000; background: rgba(192, 0, 0, 0.22); color: #fff; }
.kin-about-timeline__year-en { font-weight: 800; font-size: 0.95rem; font-variant-numeric: tabular-nums; }
.kin-about-timeline__year-fa { font-size: 0.72rem; opacity: 0.75; }
.kin-about-timeline__panel {
  max-width: 640px; margin: 0 auto; padding: 1.75rem 1.5rem; border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.28); border-radius: 4px; text-align: center;
}
.kin-about-timeline__panel-year { color: #e6ae6f; font-weight: 800; margin-bottom: 1rem; }
.kin-about-timeline__events { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.75rem; }
.kin-about-policy__goals { list-style: none; padding: 0; margin: 0 auto; max-width: 680px; display: grid; gap: 0.75rem; }
.kin-about-policy__goals li {
  padding: 0.85rem 1rem; border-right: 3px solid #c00000; background: rgba(255, 255, 255, 0.04); text-align: right;
}
.kin-about-policy__signer { color: #e6ae6f; font-weight: 800; }
.kin-about-awards__grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 700px) { .kin-about-awards__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1000px) { .kin-about-awards__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.kin-about-award { margin: 0; text-align: center; }
.kin-about-award__img {
  aspect-ratio: 4 / 3; border-radius: 4px; overflow: hidden; background: rgba(255, 255, 255, 0.05);
  margin-bottom: 0.75rem; border: 1px solid rgba(255, 255, 255, 0.08);
}
.kin-about-award__img img { width: 100%; height: 100%; object-fit: contain; display: block; padding: 0.5rem; transition: transform 0.35s ease; }
.kin-about-award:hover .kin-about-award__img img { transform: scale(1.04); }
.kin-about-award__title { font-size: 0.82rem; opacity: 0.85; line-height: 1.55; margin: 0; }
.kin-about-leaders__grid { display: grid; gap: 2rem; max-width: 860px; margin: 0 auto; }
@media (min-width: 800px) { .kin-about-leaders__grid { grid-template-columns: 1fr 1fr; } }
.kin-about-leader {
  text-align: center; padding: 1.5rem 1.25rem; border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px; background: rgba(0, 0, 0, 0.22);
}
.kin-about-leader__photo {
  width: 140px; height: 140px; border-radius: 50%; overflow: hidden; margin: 0 auto 1.1rem;
  border: 2px solid rgba(230, 174, 111, 0.45);
}
.kin-about-leader__photo img { width: 100%; height: 100%; object-fit: cover; }
.kin-about-leader__photo--empty {
  display: grid; place-items: center; background: rgba(192, 0, 0, 0.25); color: #fff; font-size: 2.5rem; font-weight: 900;
}
.kin-about-leader__name { margin-bottom: 0.35rem; }
.kin-about-leader__role { color: #e6ae6f; font-size: 0.9rem; font-weight: 700; margin-bottom: 0.85rem; }

/* —— About page V2 (scroll storytelling + liquid glass) —— */
.kin-av2 {
  --av2-red: #c00000;
  --av2-gold: #e6ae6f;
  --av2-ink: #0a0a0b;
  position: relative;
  overflow: clip;
  background: var(--av2-ink);
  color: rgba(255, 255, 255, 0.92);
  text-align: start;
}

.kin-av2-shell {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.kin-av2-eyebrow {
  color: var(--av2-gold);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 0 0.85rem;
}

.kin-av2-heading {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 1.25rem;
  color: #fff;
}

.kin-av2-subhead {
  font-size: 1.15rem;
  font-weight: 800;
  margin: 2.5rem 0 1.25rem;
  color: #fff;
}

.kin-av2-body {
  font-size: 1rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 1.1rem;
}

.kin-av2-lead {
  font-size: 1.12rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 1.35rem;
}

.kin-av2-glass {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  border-radius: 6px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 20px 50px rgba(0, 0, 0, 0.35);
}

.kin-av2-section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 3rem;
}

/* Chapter rail */
.kin-av2-rail {
  position: fixed;
  top: 50%;
  inset-inline-start: 1rem;
  transform: translateY(-50%);
  z-index: 40;
  display: none;
  flex-direction: column;
  gap: 0.65rem;
}

@media (min-width: 1100px) {
  .kin-av2-rail {
    display: flex;
  }
}

.kin-av2-rail__dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  cursor: pointer;
  position: relative;
  padding: 0;
  transition: 0.25s ease;
}

.kin-av2-rail__dot:hover,
.kin-av2-rail__dot.is-active {
  background: var(--av2-red);
  border-color: var(--av2-red);
  box-shadow: 0 0 0 4px rgba(192, 0, 0, 0.25);
}

.kin-av2-rail__label {
  position: absolute;
  inset-inline-start: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease;
}

.kin-av2-rail__dot:hover .kin-av2-rail__label,
.kin-av2-rail__dot.is-active .kin-av2-rail__label {
  opacity: 1;
  color: var(--av2-gold);
}

/* Hero */
.kin-av2-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: end stretch;
  overflow: hidden;
}

.kin-av2-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.kin-av2-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30% center;
  display: block;
}

.kin-av2-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(10, 10, 11, 0.08) 0%,
      rgba(10, 10, 11, 0.2) 45%,
      rgba(10, 10, 11, 0.55) 78%,
      rgba(10, 10, 11, 0.72) 100%
    ),
    linear-gradient(180deg, rgba(10, 10, 11, 0.18) 0%, transparent 40%, rgba(10, 10, 11, 0.55) 100%);
}

.kin-av2-hero__grain {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  mix-blend-mode: overlay;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
}

.kin-av2-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 0 0 clamp(5rem, 12vh, 8rem);
  display: flex;
  justify-content: flex-start;
}

.kin-av2-hero__copy {
  max-width: 28rem;
}

.kin-av2-hero__copy .kin-av2-eyebrow {
  margin-bottom: 0.65rem;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.kin-av2-hero__rule {
  width: 3.5rem;
  height: 2px;
  margin: 0 0 1.35rem;
  transform-origin: right center;
  background: linear-gradient(90deg, var(--av2-red), var(--av2-gold));
}

.kin-av2-hero__title {
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  font-weight: 900;
  margin: 0 0 0.75rem;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.kin-av2-hero__sub {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 0.85rem;
  font-weight: 600;
  line-height: 1.55;
}

.kin-av2-hero__desc {
  max-width: 26rem;
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
  line-height: 1.8;
  font-size: 0.98rem;
}

.kin-av2-scroll-hint {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 28px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.kin-av2-scroll-hint span {
  display: block;
  width: 4px;
  height: 4px;
  margin: 10px auto 0;
  border-radius: 50%;
  background: var(--av2-gold);
  animation: kin-av2-scroll 1.6s ease-in-out infinite;
}

@keyframes kin-av2-scroll {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(14px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

/* Story */
.kin-av2-story {
  padding: clamp(4rem, 10vh, 7rem) 0;
}

.kin-av2-story__grid {
  display: grid;
  gap: 1.75rem;
}

@media (min-width: 900px) {
  .kin-av2-story__grid {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: stretch;
    gap: 2rem;
  }
}

.kin-av2-story .kin-av2-glass {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  text-align: start;
}

.kin-av2-logo-stage {
  --mx: 70%;
  --my: 40%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 360px;
  height: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(120% 80% at 20% 110%, rgba(192, 0, 0, 0.35), transparent 55%),
    radial-gradient(90% 70% at 100% 0%, rgba(230, 174, 111, 0.18), transparent 50%),
    linear-gradient(160deg, #121214 0%, #0a0a0b 48%, #140808 100%);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition:
    border-color 0.35s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s ease;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 24px 60px rgba(0, 0, 0, 0.45);
}

.kin-av2-logo-stage:hover {
  border-color: rgba(192, 0, 0, 0.55);
  transform: translateY(-4px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 28px 70px rgba(192, 0, 0, 0.22),
    0 0 0 1px rgba(230, 174, 111, 0.12);
}

.kin-av2-logo-stage__mesh {
  position: absolute;
  inset: -20%;
  z-index: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  transform: perspective(600px) rotateX(18deg) scale(1.2);
  mask-image: radial-gradient(circle at 50% 40%, #000 20%, transparent 72%);
  pointer-events: none;
  animation: kin-av2-mesh-drift 18s linear infinite;
}

.kin-av2-logo-stage__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
  transition: transform 0.6s ease, opacity 0.4s ease;
}

.kin-av2-logo-stage__orb--a {
  width: 55%;
  aspect-ratio: 1;
  top: -15%;
  inset-inline-end: -10%;
  background: radial-gradient(circle, rgba(192, 0, 0, 0.55), transparent 70%);
  animation: kin-av2-orb-a 9s ease-in-out infinite;
}

.kin-av2-logo-stage__orb--b {
  width: 45%;
  aspect-ratio: 1;
  bottom: -20%;
  inset-inline-start: -8%;
  background: radial-gradient(circle, rgba(230, 174, 111, 0.35), transparent 70%);
  animation: kin-av2-orb-b 11s ease-in-out infinite;
}

.kin-av2-logo-stage:hover .kin-av2-logo-stage__orb--a {
  transform: scale(1.15);
  opacity: 1;
}

.kin-av2-logo-stage:hover .kin-av2-logo-stage__orb--b {
  transform: scale(1.2);
}

.kin-av2-logo-stage__spotlight {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(
    420px circle at var(--mx) var(--my),
    rgba(255, 255, 255, 0.16),
    rgba(192, 0, 0, 0.1) 28%,
    transparent 58%
  );
  opacity: 0.55;
  transition: opacity 0.35s ease;
}

.kin-av2-logo-stage:hover .kin-av2-logo-stage__spotlight {
  opacity: 1;
}

.kin-av2-logo-stage__ring {
  position: absolute;
  z-index: 1;
  width: min(78%, 320px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(230, 174, 111, 0.18);
  box-shadow:
    0 0 0 1px rgba(192, 0, 0, 0.08),
    inset 0 0 60px rgba(192, 0, 0, 0.08);
  pointer-events: none;
  transition: transform 0.5s ease, border-color 0.35s ease, box-shadow 0.45s ease;
}

.kin-av2-logo-stage:hover .kin-av2-logo-stage__ring {
  transform: scale(1.06);
  border-color: rgba(230, 174, 111, 0.4);
  box-shadow:
    0 0 40px rgba(192, 0, 0, 0.25),
    inset 0 0 80px rgba(230, 174, 111, 0.08);
}

.kin-av2-logo-stage__mark {
  position: relative;
  z-index: 2;
  width: min(78%, 300px);
  padding: 1.25rem;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.45));
}

.kin-av2-logo-stage__mark img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: screen;
}

.kin-av2-logo-stage:hover .kin-av2-logo-stage__mark {
  transform: scale(1.07) translateY(-4px);
  filter:
    drop-shadow(0 18px 36px rgba(192, 0, 0, 0.35))
    drop-shadow(0 0 24px rgba(230, 174, 111, 0.25));
}

.kin-av2-logo-stage .kin-av2-story__badge {
  z-index: 3;
}

@keyframes kin-av2-mesh-drift {
  from { transform: perspective(600px) rotateX(18deg) scale(1.2) translateY(0); }
  to { transform: perspective(600px) rotateX(18deg) scale(1.2) translateY(-42px); }
}

@keyframes kin-av2-orb-a {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-8%, 10%) scale(1.08); }
}

@keyframes kin-av2-orb-b {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(10%, -8%) scale(1.1); }
}

@media (prefers-reduced-motion: reduce) {
  .kin-av2-logo-stage__mesh,
  .kin-av2-logo-stage__orb--a,
  .kin-av2-logo-stage__orb--b {
    animation: none !important;
  }
  .kin-av2-logo-stage,
  .kin-av2-logo-stage__mark,
  .kin-av2-logo-stage__ring {
    transition: none !important;
  }
}

.kin-av2-story__badge {
  position: absolute;
  bottom: 1.25rem;
  inset-inline-start: 1.25rem;
  padding: 0.55rem 0.9rem;
  background: rgba(10, 10, 11, 0.72);
  border: 1px solid rgba(230, 174, 111, 0.45);
  color: var(--av2-gold);
  font-weight: 800;
  font-size: 0.85rem;
  backdrop-filter: blur(10px);
}

/* Journey — horizontal RTL timeline */
.kin-av2-journey {
  padding: clamp(3.5rem, 8vh, 5.5rem) 0;
  background:
    radial-gradient(ellipse 60% 40% at 0% 0%, rgba(192, 0, 0, 0.18), transparent 55%),
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.02), transparent);
}

.kin-av2-timeline {
  display: grid;
  gap: 1.35rem;
}

.kin-av2-timeline__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.kin-av2-timeline__range {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
}

.kin-av2-timeline__nav {
  min-width: 5.5rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.kin-av2-timeline__nav:hover:not(:disabled) {
  border-color: rgba(192, 0, 0, 0.7);
  background: rgba(192, 0, 0, 0.22);
}

.kin-av2-timeline__nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.kin-av2-timeline__rail {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 1.35rem 0.25rem 0.5rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  backdrop-filter: blur(14px);
  scrollbar-width: thin;
  scrollbar-color: rgba(192, 0, 0, 0.55) transparent;
}

.kin-av2-timeline__axis {
  position: absolute;
  top: 1.7rem;
  inset-inline: 2rem;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.kin-av2-timeline__fill {
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-start: 0;
  border-radius: inherit;
  background: linear-gradient(to left, var(--av2-gold), var(--av2-red));
  box-shadow: 0 0 18px rgba(192, 0, 0, 0.4);
  transition: width 0.35s ease;
  max-width: 100%;
}

.kin-av2-timeline__years {
  position: relative;
  z-index: 1;
  display: flex;
  gap: clamp(0.85rem, 2.4vw, 1.75rem);
  min-width: max-content;
  padding-inline: 1.25rem;
}

.kin-av2-timeline__year {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  min-width: 4.4rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: color 0.2s ease, transform 0.25s ease;
}

.kin-av2-timeline__tick {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  border: 2px solid rgba(10, 10, 11, 0.95);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.22);
  transition: transform 0.25s ease, background 0.2s ease, box-shadow 0.25s ease;
}

.kin-av2-timeline__fa {
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
}

.kin-av2-timeline__en {
  font-size: 0.68rem;
  font-variant-numeric: tabular-nums;
  opacity: 0.65;
}

.kin-av2-timeline__year:hover {
  color: rgba(255, 255, 255, 0.92);
}

.kin-av2-timeline__year:hover .kin-av2-timeline__tick {
  background: var(--av2-gold);
}

.kin-av2-timeline__year.is-active {
  color: #fff;
  transform: translateY(-3px);
}

.kin-av2-timeline__year.is-active .kin-av2-timeline__tick {
  background: var(--av2-red);
  transform: scale(1.28);
  box-shadow:
    0 0 0 1px rgba(192, 0, 0, 0.55),
    0 0 0 7px rgba(192, 0, 0, 0.18);
}

.kin-av2-timeline__year.is-active .kin-av2-timeline__fa {
  color: var(--av2-gold);
}

.kin-av2-timeline__card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.35rem, 3vw, 1.9rem);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(145deg, rgba(192, 0, 0, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(18px) saturate(1.15);
  animation: kin-av2-hpanel-in 0.35s ease;
}

.kin-av2-timeline__card-glow {
  position: absolute;
  inset-inline-end: -10%;
  top: -40%;
  width: 42%;
  height: 120%;
  background: radial-gradient(circle, rgba(230, 174, 111, 0.16), transparent 70%);
  pointer-events: none;
}

.kin-av2-timeline__card-meta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
  padding-bottom: 0.95rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.kin-av2-timeline__card-fa {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: 900;
  color: var(--av2-gold);
  line-height: 1;
}

.kin-av2-timeline__card-en {
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
  font-variant-numeric: tabular-nums;
}

.kin-av2-timeline__card-step {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.55);
  font-variant-numeric: tabular-nums;
}

.kin-av2-timeline__card-step span {
  color: rgba(255, 255, 255, 0.28);
  font-weight: 700;
}

.kin-av2-timeline__events {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.kin-av2-timeline__events li {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.8;
  text-align: start;
  padding: 0.7rem 0.95rem;
  border-radius: 8px;
  border-inline-start: 3px solid var(--av2-gold);
  background: rgba(0, 0, 0, 0.28);
}

@keyframes kin-av2-hpanel-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* Quality */
.kin-av2-quality {
  padding: clamp(4rem, 10vh, 7rem) 0;
}

.kin-av2-quality__panel {
  padding: clamp(1.75rem, 4vw, 3rem);
  width: 100%;
  max-width: none;
  margin-inline: 0;
  text-align: start;
}

.kin-av2-goals {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  width: 100%;
}

.kin-av2-goals li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  width: 100%;
  padding: 1.1rem 1.25rem;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.8);
}

.kin-av2-goals__num {
  color: var(--av2-red);
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.kin-av2-quote {
  margin: 0;
  padding: 1.5rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.kin-av2-quote p {
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 1rem;
}

.kin-av2-quote footer {
  color: var(--av2-gold);
  font-weight: 800;
}

/* Honors marquee — always LTR track so infinite loop works inside RTL page */
.kin-av2-honors {
  padding: clamp(4rem, 10vh, 7rem) 0;
  overflow: hidden;
}

.kin-av2-honors__marquee {
  margin-top: 0.5rem;
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.kin-av2-honors__track {
  display: flex;
  width: max-content;
  animation: kin-av2-marquee 42s linear infinite;
  will-change: transform;
}

.kin-av2-honors__group {
  display: flex;
  gap: 1.15rem;
  padding-inline-end: 1.15rem;
}

.kin-av2-honors__marquee:hover .kin-av2-honors__track {
  animation-play-state: paused;
}

@keyframes kin-av2-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.kin-av2-honor {
  margin: 0;
  width: min(280px, 72vw);
  flex: 0 0 auto;
}

.kin-av2-honor__img {
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0.7rem;
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.kin-av2-honor:hover .kin-av2-honor__img {
  transform: translateY(-4px);
  border-color: rgba(230, 174, 111, 0.45);
}

.kin-av2-honor__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.75rem;
  display: block;
}

.kin-av2-honor figcaption {
  font-size: 0.8rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  max-width: 240px;
  margin-inline: auto;
}

/* People */
.kin-av2-people {
  padding: clamp(4rem, 10vh, 7rem) 0;
}

.kin-av2-people__list {
  display: grid;
  gap: 1.75rem;
}

.kin-av2-person {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 800px) {
  .kin-av2-person {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 0.75rem;
    min-height: 440px;
  }

  /* RTL: default = photo right / box left. Flip = photo left / box right */
  .kin-av2-person.is-flip .kin-av2-person__visual {
    order: 2;
  }

  .kin-av2-person.is-flip .kin-av2-person__copy {
    order: 1;
  }
}

.kin-av2-person__visual {
  border-radius: 8px;
  overflow: hidden;
  background: #0a0a0b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  aspect-ratio: 4 / 5;
  min-height: 0;
}

@media (min-width: 800px) {
  .kin-av2-person__visual {
    height: 100%;
    max-height: none;
  }
}

@media (max-width: 799px) {
  .kin-av2-person__visual {
    max-height: 480px;
  }
}

.kin-av2-person__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.kin-av2-person__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-size: 5rem;
  font-weight: 900;
  background: linear-gradient(160deg, rgba(192, 0, 0, 0.45), rgba(10, 10, 11, 0.9));
  color: #fff;
}

.kin-av2-person__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  gap: 0;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  text-align: start;
  box-sizing: border-box;
  min-height: 100%;
}

.kin-av2-person__copy h3 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 900;
}

.kin-av2-person__role {
  color: var(--av2-gold);
  font-weight: 700;
  margin: 0 0 1.25rem;
  font-size: 0.98rem;
  line-height: 1.6;
}

.kin-av2-person__copy .kin-av2-body {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.95;
  max-width: none;
}

/* Climax */
.kin-av2-climax {
  position: relative;
  padding: clamp(5rem, 12vh, 8rem) 0;
  text-align: center;
  overflow: hidden;
}

.kin-av2-climax__glow {
  position: absolute;
  inset: 20% 10% auto;
  height: 50%;
  background: radial-gradient(ellipse at center, rgba(192, 0, 0, 0.35), transparent 65%);
  pointer-events: none;
}

.kin-av2-climax__inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
}

.kin-av2-climax__back {
  margin-top: 1.75rem;
}

.kin-av2-climax__back a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s ease;
}

.kin-av2-climax__back a:hover {
  color: var(--av2-gold);
}

@media (prefers-reduced-motion: reduce) {
  .kin-av2-honors__track,
  .kin-av2-scroll-hint span {
    animation: none !important;
  }
}

/* —— Contact page —— */
.kin-contact-page {
  --kc-red: #c00000;
  --kc-gold: #e6ae6f;
  --kc-ink: #0a0a0b;
  background: var(--kc-ink);
  color: rgba(255, 255, 255, 0.92);
  text-align: start;
}

.kin-contact-shell {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.kin-contact-eyebrow {
  color: var(--kc-gold);
  font-size: 0.85rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
}

.kin-contact-heading {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 900;
  margin: 0 0 1.25rem;
  color: #fff;
}

.kin-contact-body {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.85;
  margin: 0 0 1.25rem;
}

.kin-contact-glass {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 8px;
}

.kin-contact-hero {
  position: relative;
  min-height: min(62vh, 560px);
  display: grid;
  place-items: end stretch;
  overflow: hidden;
}

.kin-contact-hero__media {
  position: absolute;
  inset: 0;
}

.kin-contact-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.85) contrast(1.05);
}

.kin-contact-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 10, 11, 0.25) 0%, rgba(10, 10, 11, 0.72) 55%, rgba(10, 10, 11, 0.98) 100%),
    radial-gradient(ellipse 60% 50% at 80% 20%, rgba(192, 0, 0, 0.28), transparent 60%);
}

.kin-contact-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 0 0 clamp(3rem, 8vh, 5rem);
}

.kin-contact-hero__title {
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 900;
  margin: 0 0 0.85rem;
  color: #fff;
}

.kin-contact-hero__sub {
  max-width: 38rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.85;
  font-size: 1.02rem;
}

.kin-contact-offices {
  padding: clamp(3rem, 8vh, 5rem) 0;
}

.kin-contact-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.kin-contact-tabs__btn {
  padding: 0.65rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.28);
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
}

.kin-contact-tabs__btn:hover,
.kin-contact-tabs__btn.is-active {
  border-color: var(--kc-red);
  background: rgba(192, 0, 0, 0.22);
  color: #fff;
}

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

@media (min-width: 900px) {
  .kin-contact-office {
    grid-template-columns: 1fr 1.15fr;
    align-items: stretch;
  }
}

.kin-contact-office__info {
  padding: clamp(1.4rem, 3vw, 2rem);
}

.kin-contact-office__title {
  margin: 0 0 0.85rem;
  font-size: 1.45rem;
  font-weight: 900;
  color: var(--kc-gold);
}

.kin-contact-office__address {
  margin: 0 0 1.1rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.78);
}

.kin-contact-office__phones {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.kin-contact-office__phones a,
.kin-contact-office__email {
  color: #fff;
  text-decoration: none;
  font-variant-numeric: tabular-nums;
}

.kin-contact-office__phones a:hover,
.kin-contact-office__email:hover {
  color: var(--kc-gold);
}

.kin-contact-office__phones span {
  color: rgba(255, 255, 255, 0.45);
  font-weight: 700;
  margin-inline-end: 0.35rem;
}

.kin-contact-office__map {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 280px;
  background: rgba(255, 255, 255, 0.04);
}

.kin-contact-office__map iframe {
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
  display: block;
  filter: grayscale(0.35) contrast(1.05);
}

.kin-contact-form-sec {
  padding: 0 0 clamp(3rem, 8vh, 5rem);
}

.kin-contact-form-card {
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

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

@media (min-width: 700px) {
  .kin-contact-form {
    grid-template-columns: 1fr 1fr;
  }
  .kin-contact-field--full,
  .kin-contact-form__actions {
    grid-column: 1 / -1;
  }
}

.kin-contact-field input,
.kin-contact-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font: inherit;
  direction: rtl;
}

.kin-contact-field input:focus,
.kin-contact-field textarea:focus {
  outline: none;
  border-color: rgba(192, 0, 0, 0.7);
}

.kin-contact-form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 0.35rem;
}

.kin-contact-submit {
  min-width: 8rem;
  padding: 0.8rem 1.5rem;
  border: 0;
  border-radius: 999px;
  background: var(--kc-red);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease;
}

.kin-contact-submit:hover {
  background: #a00000;
}

.kin-contact-form__ok {
  margin: 0;
  color: #7ddea0;
  font-weight: 700;
}

.kin-contact-social {
  padding: 0 0 clamp(3rem, 7vh, 4.5rem);
  text-align: center;
}

.kin-contact-social__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}

.kin-contact-social__link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.2s ease;
}

.kin-contact-social__link:hover {
  border-color: var(--kc-gold);
  color: var(--kc-gold);
}

.kin-contact-careers {
  padding: 0 0 clamp(4rem, 10vh, 6rem);
}

.kin-contact-careers__card {
  display: grid;
  gap: 1.25rem;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  align-items: center;
}

@media (min-width: 800px) {
  .kin-contact-careers__card {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

.kin-contact-careers__media {
  border-radius: 6px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 100px;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.kin-contact-careers__media img {
  max-width: 100%;
  height: auto;
  display: block;
}

.kin-contact-back {
  text-align: center;
  margin: 1.75rem 0 0;
}

.kin-contact-back a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}

.kin-contact-back a:hover {
  color: var(--kc-gold);
}

/* —— Departments cinematic pages —— */
.kin-dept {
  --dept-red: #c00000;
  --dept-gold: #e6ae6f;
  --dept-ink: #0a0a0b;
  background: var(--dept-ink);
  color: rgba(255, 255, 255, 0.92);
  text-align: start;
  overflow: clip;
  width: 100%;
}

.kin-dept-shell {
  width: min(1400px, calc(100% - 2rem));
  margin-inline: auto;
}

.kin-dept-eyebrow {
  color: var(--dept-gold);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 0.85rem;
}

.kin-dept-heading {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 900;
  margin: 0 0 1rem;
  color: #fff;
}

.kin-dept-body {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.9;
  margin: 0 0 1.5rem;
  max-width: 36rem;
}

.kin-dept-hero {
  position: relative;
  min-height: auto;
  width: 100%;
  display: block;
  padding: 6.25rem 0 2.25rem;
  overflow: hidden;
  text-align: start;
}

.kin-dept-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.kin-dept-hero__glow {
  position: absolute;
  inset: -10% -5%;
  background:
    radial-gradient(ellipse 55% 50% at 85% 20%, rgba(192, 0, 0, 0.42), transparent 60%),
    radial-gradient(ellipse 45% 45% at 10% 75%, rgba(230, 174, 111, 0.22), transparent 55%),
    radial-gradient(ellipse 40% 35% at 50% 100%, rgba(192, 0, 0, 0.18), transparent 60%);
}

.kin-dept-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
}

.kin-dept-hero__wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 11, 0.2) 0%, transparent 35%, rgba(10, 10, 11, 0.75) 100%);
}

.kin-dept-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 40rem;
  margin: 0;
  margin-inline-end: auto;
  text-align: start;
}

.kin-dept-hero__rule {
  width: 3.5rem;
  height: 2px;
  margin: 0 0 1.35rem;
  margin-inline-end: auto;
  background: linear-gradient(90deg, var(--dept-red), var(--dept-gold));
}

.kin-dept-hero__title {
  font-size: clamp(2.2rem, 5.5vw, 3.75rem);
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 1.1rem;
  color: #fff;
  letter-spacing: -0.02em;
  max-width: none;
  text-align: start;
}

.kin-dept-hero__lead {
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.9;
  margin: 0 0 1.75rem;
  font-size: 1.05rem;
  text-align: start;
}

.kin-dept-hero__meta {
  display: inline-flex;
  align-items: baseline;
  gap: 0.75rem;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

.kin-dept-hero__count {
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--dept-gold);
  font-variant-numeric: tabular-nums;
}

.kin-dept-scroll {
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  display: grid;
  place-items: start center;
  padding-top: 8px;
}

.kin-dept-scroll span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--dept-gold);
  animation: kin-dept-scroll 1.6s ease-in-out infinite;
}

@keyframes kin-dept-scroll {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(14px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

.kin-dept-intro {
  padding: 0 0 2.5rem;
}

.kin-dept-intro__text {
  margin: 0;
  max-width: 52rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.9;
  font-size: 1.05rem;
  border-inline-start: 3px solid var(--dept-red);
  padding-inline-start: 1.25rem;
}

.kin-dept-grid-sec {
  padding: 1rem 0 4.5rem;
}

.kin-dept-empty {
  text-align: center;
  opacity: 0.7;
}

.kin-dept-bento {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .kin-dept-bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kin-dept-card.is-featured {
    grid-column: span 2;
    min-height: 380px;
  }
}

@media (min-width: 1100px) {
  .kin-dept-bento {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.1rem;
  }
  .kin-dept-card {
    grid-column: span 4;
    min-height: 320px;
  }
  .kin-dept-card.is-featured {
    grid-column: span 8;
    min-height: 420px;
  }
  .kin-dept-card.is-featured:nth-child(4) {
    grid-column: span 8;
  }
}

.kin-dept-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 280px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  background: #111;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.45s ease;
}

.kin-dept-card:hover,
.kin-dept-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(192, 0, 0, 0.55);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(230, 174, 111, 0.12);
  outline: none;
}

.kin-dept-card__media {
  position: absolute;
  inset: 0;
}

.kin-dept-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.kin-dept-card:hover .kin-dept-card__media img {
  transform: scale(1.12);
}

.kin-dept-card__fallback {
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #1a1a1c, #2a0a0a);
}

.kin-dept-card__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 10, 11, 0.15) 0%, rgba(10, 10, 11, 0.55) 45%, rgba(10, 10, 11, 0.94) 100%),
    linear-gradient(90deg, transparent 40%, rgba(192, 0, 0, 0.18) 100%);
  transition: background 0.4s ease;
}

.kin-dept-card:hover .kin-dept-card__veil {
  background:
    linear-gradient(180deg, rgba(10, 10, 11, 0.1) 0%, rgba(10, 10, 11, 0.45) 40%, rgba(10, 10, 11, 0.92) 100%),
    linear-gradient(90deg, transparent 30%, rgba(192, 0, 0, 0.32) 100%);
}

.kin-dept-card__body {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 1.35rem 1.4rem 1.5rem;
  display: grid;
  gap: 0.45rem;
}

.kin-dept-card__index {
  font-size: 0.75rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.4);
  font-variant-numeric: tabular-nums;
}

.kin-dept-card__title {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
}

.kin-dept-card.is-featured .kin-dept-card__title {
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
}

.kin-dept-card__tag {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.55;
}

.kin-dept-card__tags {
  list-style: none;
  margin: 0.55rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.kin-dept-card:hover .kin-dept-card__tags,
.kin-dept-card:focus-visible .kin-dept-card__tags {
  opacity: 1;
  transform: none;
}

.kin-dept-card__tags li {
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.35);
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
}

.kin-dept-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.55rem;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--dept-gold);
  opacity: 0.85;
  transition: gap 0.3s ease, opacity 0.3s ease;
}

.kin-dept-card:hover .kin-dept-card__cta {
  gap: 0.7rem;
  opacity: 1;
}

.kin-dept-climax {
  position: relative;
  padding: clamp(4rem, 10vh, 6.5rem) 0;
  text-align: center;
  overflow: hidden;
}

.kin-dept-climax::before {
  content: "";
  position: absolute;
  inset: 10% 15%;
  background: radial-gradient(ellipse at center, rgba(192, 0, 0, 0.28), transparent 65%);
  pointer-events: none;
}

.kin-dept-climax__inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
}

.kin-dept-climax .kin-dept-body {
  text-align: center;
}

/* Detail */
.kin-deptd-hero {
  position: relative;
  min-height: min(78svh, 640px);
  display: grid;
  place-items: end stretch;
  overflow: hidden;
}

.kin-deptd-hero__media {
  position: absolute;
  inset: 0;
}

.kin-deptd-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kin-deptd-hero__fallback {
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #1a1a1c, #2a0a0a);
}

.kin-deptd-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 10, 11, 0.2) 0%, rgba(10, 10, 11, 0.55) 55%, rgba(10, 10, 11, 0.88) 100%),
    linear-gradient(180deg, rgba(10, 10, 11, 0.2) 0%, transparent 35%, rgba(10, 10, 11, 0.92) 100%);
}

.kin-deptd-hero__copy {
  position: relative;
  z-index: 1;
  padding: 0 0 clamp(3.5rem, 9vh, 5.5rem);
  max-width: 40rem;
}

.kin-deptd-back {
  display: inline-block;
  margin-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  transition: color 0.2s ease;
}

.kin-deptd-back:hover {
  color: var(--dept-gold);
}

.kin-deptd-hero__title {
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 900;
  margin: 0 0 0.75rem;
  color: #fff;
  line-height: 1.2;
}

.kin-deptd-hero__tag {
  margin: 0 0 0.85rem;
  color: var(--dept-gold);
  font-weight: 700;
  font-size: 1.1rem;
}

.kin-deptd-hero__excerpt {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.85;
}

.kin-deptd-features {
  padding: 2.5rem 0 1rem;
}

.kin-deptd-features__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

@media (min-width: 800px) {
  .kin-deptd-features__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.kin-deptd-features__list li {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.15rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  font-weight: 700;
  line-height: 1.5;
}

.kin-deptd-features__list span {
  color: var(--dept-red);
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  font-size: 0.85rem;
}

.kin-deptd-content {
  padding: 1.5rem 0 2.5rem;
}

.kin-deptd-content__panel {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(12px);
}

.kin-deptd-content__html {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.95;
  text-align: start;
}

.kin-deptd-content__html :is(h1, h2, h3, h4) {
  color: #fff;
  margin: 1.25rem 0 0.75rem;
}

.kin-deptd-content__html p {
  margin: 0 0 1rem;
}

.kin-deptd-climax__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.kin-deptd-ig {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  text-decoration: none;
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.kin-deptd-ig:hover {
  color: var(--dept-gold);
  border-color: rgba(230, 174, 111, 0.45);
}

.kin-dept .kin-client-works {
  padding: 2rem 0 1rem;
}

.kin-dept .kin-client-works .tx-title {
  color: #fff !important;
}

@media (prefers-reduced-motion: reduce) {
  .kin-dept-scroll span,
  .kin-dept-card,
  .kin-dept-card__media img {
    animation: none !important;
    transition: none !important;
  }
}

.kin-services-head__aside {
  display: grid;
  gap: 0.85rem;
  justify-items: start;
}
.kin-services-all {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #e6ae6f;
  font-weight: 800;
  text-decoration: none;
  font-size: 0.92rem;
  transition: gap 0.25s ease, color 0.2s ease;
}
.kin-services-all:hover {
  gap: 0.7rem;
  color: #fff;
}

/* —— Clients listing page —— */
.kin-clients {
  --clients-red: #c00000;
  --clients-gold: #c8924e;
  --clients-ink: #1c1c1f;
  --clients-surface: #26262b;
  --clients-surface-hover: #2e2e34;
  --clients-border: rgba(255, 255, 255, 0.1);
  background: var(--clients-ink);
  color: rgba(255, 255, 255, 0.9);
  text-align: start;
  width: 100%;
}

.kin-clients-shell {
  width: min(1280px, calc(100% - 2rem));
  margin-inline: auto;
}

.kin-clients-eyebrow {
  color: var(--clients-gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 0 0.65rem;
}

.kin-clients-hero {
  padding: 6rem 0 2rem;
  border-bottom: 1px solid var(--clients-border);
}

.kin-clients-hero__copy {
  max-width: 40rem;
}

.kin-clients-hero__title {
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 0.85rem;
  color: #fff;
}

.kin-clients-hero__lead {
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.85;
  margin: 0 0 1.25rem;
  font-size: 1rem;
}

.kin-clients-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
}

.kin-clients-hero__meta strong {
  color: #fff;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.kin-clients-hero__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

.kin-clients-filters-wrap {
  position: sticky;
  top: 5.25rem;
  z-index: 30;
  padding: 1rem 0;
  background: rgba(28, 28, 31, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--clients-border);
}

.kin-clients-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-start;
}

.kin-clients-filter {
  padding: 0.5rem 0.95rem;
  border-radius: 8px;
  border: 1px solid var(--clients-border);
  background: var(--clients-surface);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.kin-clients-filter:hover,
.kin-clients-filter.is-active {
  color: #fff;
  border-color: rgba(192, 0, 0, 0.45);
  background: rgba(192, 0, 0, 0.12);
}

.kin-clients-catalog {
  padding: 2.5rem 0 3.5rem;
}

.kin-clients-cat + .kin-clients-cat {
  margin-top: 2.75rem;
  padding-top: 2.75rem;
  border-top: 1px solid var(--clients-border);
}

.kin-clients-cat__head {
  margin-bottom: 1.25rem;
  text-align: start;
}

.kin-clients-cat__title {
  margin: 0;
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 800;
  color: #fff;
}

.kin-clients-cat__desc {
  margin: 0.5rem 0 0;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.75;
  font-size: 0.92rem;
}

.kin-clients-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .kin-clients-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .kin-clients-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .kin-clients-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.kin-clients-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 1.1rem;
  border-radius: 12px;
  border: 1px solid var(--clients-border);
  background: var(--clients-surface);
  text-decoration: none;
  color: inherit;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.kin-clients-card:hover {
  background: var(--clients-surface-hover);
  border-color: rgba(192, 0, 0, 0.35);
}

.kin-clients-card__logo {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.15rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.kin-clients-card__logo img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

.kin-clients-card__fallback {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--clients-gold);
}

.kin-clients-card__name {
  margin: 0;
  width: 100%;
  font-size: 0.86rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.kin-clients-empty {
  text-align: start;
  opacity: 0.7;
  padding: 2rem 0;
}

.kin-clients-climax {
  padding: 0;
  border-top: none;
  background: transparent;
}

.kin-clients-climax__inner {
  max-width: none;
}

.kin-clients-climax__title {
  margin: 0;
}

.kin-clients-climax__body {
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  .kin-clients-card {
    transition: none !important;
  }
}

/* —— Home clients dual marquee —— */
.kin-home-clients {
  --kin-clients-gold: #e8b923;
  --kin-clients-red: #e10600;
  padding: clamp(4rem, 8vh, 5.5rem) 0 clamp(4.5rem, 9vh, 6rem);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 90% 60% at 50% 0%, rgba(225, 6, 0, 0.07), transparent 55%),
    linear-gradient(180deg, #101012 0%, #0a0a0c 100%);
}

.kin-home-clients__shell {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto 2.75rem;
}

.kin-home-clients__head {
  display: grid;
  gap: 2rem;
}

@media (min-width: 900px) {
  .kin-home-clients__head {
    grid-template-columns: 1fr 1fr;
    align-items: end;
  }
}

.kin-home-clients__title {
  margin: 0.75rem 0 0;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
}

.kin-home-clients__disc {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.85;
  max-width: 36ch;
}

.kin-home-clients__lanes {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.kin-home-clients__lane {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.kin-home-clients__track {
  display: flex;
  width: max-content;
  animation: kin-home-clients-marquee-right var(--kin-clients-duration, 48s) linear infinite;
  will-change: transform;
}

.kin-home-clients__lane--left .kin-home-clients__track {
  animation-name: kin-home-clients-marquee-left;
}

.kin-home-clients__lane:hover .kin-home-clients__track {
  animation-play-state: paused;
}

.kin-home-clients__group {
  display: flex;
  gap: 1rem;
  padding-inline-end: 1rem;
}

.kin-home-clients__card {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  width: 148px;
  padding: 1rem 0.85rem 0.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.kin-home-clients__card:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 185, 35, 0.45);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.kin-home-clients__card img {
  width: 100%;
  height: 52px;
  object-fit: contain;
  display: block;
}

.kin-home-clients__card span {
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  line-height: 1.35;
  transition: color 0.2s ease;
}

.kin-home-clients__card:hover span {
  color: var(--kin-clients-gold);
}

@keyframes kin-home-clients-marquee-right {
  from {
    transform: translate3d(-50%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes kin-home-clients-marquee-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 767px) {
  .kin-home-clients__card {
    width: 124px;
    padding: 0.85rem 0.7rem 0.7rem;
  }

  .kin-home-clients__card img {
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kin-home-clients__track {
    animation: none !important;
  }
}

/* —— Client detail page —— */
.kin-clientd-head {
  padding: 6rem 0 2rem;
  border-bottom: 1px solid var(--clients-border);
}

.kin-clientd-back {
  display: inline-block;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  transition: color 0.2s ease;
}

.kin-clientd-back:hover {
  color: var(--clients-gold);
}

.kin-clientd-head__main {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}

@media (min-width: 720px) {
  .kin-clientd-head__main {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
}

.kin-clientd-head__logo {
  flex-shrink: 0;
  width: min(100%, 160px);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  border-radius: 12px;
  border: 1px solid var(--clients-border);
  background: var(--clients-surface);
}

.kin-clientd-head__logo img {
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;
}

.kin-clientd-head__copy {
  flex: 1;
  min-width: 0;
  text-align: start;
}

.kin-clientd-head__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
}

.kin-clientd-head__excerpt {
  margin: 0 0 1rem;
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.85;
  font-size: 0.98rem;
}

.kin-clientd-head__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
}

.kin-clientd-head__meta strong {
  color: #fff;
  font-weight: 800;
}

.kin-clientd-head__site {
  color: var(--clients-gold);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.2s ease;
}

.kin-clientd-head__site:hover {
  color: #fff;
}

.kin-clientd-section-label {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.04em;
}

.kin-clientd-depts {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--clients-border);
}

.kin-clientd-depts__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.kin-clientd-depts__list .kin-clients-filter {
  text-decoration: none;
  cursor: pointer;
}

.kin-clientd-content {
  padding: 2rem 0;
  border-bottom: 1px solid var(--clients-border);
}

.kin-clientd-content__html {
  max-width: 44rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.9;
  font-size: 0.98rem;
  text-align: start;
}

.kin-clientd-content__html :is(h1, h2, h3, h4) {
  color: #fff;
  margin: 1.25rem 0 0.65rem;
  text-align: start;
}

.kin-clientd-content__html p {
  margin: 0 0 0.85rem;
  text-align: start !important;
}

.kin-clientd-works-sec {
  padding: 2rem 0 2.5rem;
}

.kin-clientd-works__title {
  margin: 0 0 1rem;
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  font-weight: 800;
  color: #fff;
  text-align: start;
}

.kin-clientd-works__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.kin-clientd-works__tab {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.95rem;
  border-radius: 8px;
  border: 1px solid var(--clients-border);
  background: var(--clients-surface);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.kin-clientd-works__tab span:last-child {
  font-size: 0.72rem;
  opacity: 0.5;
  font-variant-numeric: tabular-nums;
}

.kin-clientd-works__tab.is-active,
.kin-clientd-works__tab:hover {
  color: #fff;
  border-color: rgba(192, 0, 0, 0.45);
  background: rgba(192, 0, 0, 0.12);
}

.kin-clientd-works__tab-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.kin-clientd-works__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .kin-clientd-works__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .kin-clientd-works__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.kin-clientd-work {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: start;
  cursor: pointer;
}

.kin-clientd-work__card {
  height: 100%;
  border-radius: 12px;
  border: 1px solid var(--clients-border);
  background: var(--clients-surface);
  overflow: hidden;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.kin-clientd-work-open:hover .kin-clientd-work__card {
  border-color: rgba(192, 0, 0, 0.35);
  background: var(--clients-surface-hover);
}

.kin-clientd-work__thumb {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}

.kin-clientd-work__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kin-clientd-work__fallback {
  width: 100%;
  height: 100%;
  background: var(--clients-surface-hover);
}

.kin-clientd-work__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  transition: background 0.2s ease;
}

.kin-clientd-work-open:hover .kin-clientd-work__play {
  background: rgba(192, 0, 0, 0.45);
}

.kin-clientd-work__title {
  margin: 0;
  padding: 0.75rem 0.85rem;
  font-size: 0.84rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.kin-clientd-works__more {
  margin: 1.25rem 0 0;
  text-align: start;
}

.kin-clientd-works__more a {
  color: var(--clients-gold);
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.kin-clientd-works__more a:hover {
  color: #fff;
}

.kin-clientd-foot__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.kin-clientd-foot__link {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.kin-clientd-foot__link:hover {
  color: var(--clients-gold);
}

@media (prefers-reduced-motion: reduce) {
  .kin-clientd-work__card {
    transition: none !important;
  }
}

/* —— Blog listing & detail —— */
.kin-blog {
  --blog-red: #c00000;
  --blog-gold: #c8924e;
  --blog-ink: #1c1c1f;
  --blog-surface: #26262b;
  --blog-surface-hover: #2e2e34;
  --blog-border: rgba(255, 255, 255, 0.1);
  background: var(--blog-ink);
  color: rgba(255, 255, 255, 0.9);
  text-align: start;
  width: 100%;
}

.kin-blog-shell {
  width: min(1280px, calc(100% - 2rem));
  margin-inline: auto;
}

.kin-blog-eyebrow {
  color: var(--blog-gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 0 0.65rem;
}

.kin-blog-hero {
  padding: 6rem 0 2rem;
  border-bottom: 1px solid var(--blog-border);
}

.kin-blog-hero__copy {
  max-width: 40rem;
}

.kin-blog-hero__title {
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 0.85rem;
  color: #fff;
}

.kin-blog-hero__lead {
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.85;
  margin: 0 0 1.25rem;
  font-size: 1rem;
}

.kin-blog-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
}

.kin-blog-hero__meta strong {
  color: #fff;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.kin-blog-hero__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

.kin-blog-toolbar {
  padding: 1.25rem 0 0.5rem;
}

.kin-blog-toolbar__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.kin-blog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex: 1;
  min-width: 0;
}

.kin-blog-filter {
  padding: 0.5rem 0.95rem;
  border-radius: 8px;
  border: 1px solid var(--blog-border);
  background: var(--blog-surface);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.kin-blog-filter:hover,
.kin-blog-filter.is-active {
  color: #fff;
  border-color: rgba(192, 0, 0, 0.45);
  background: rgba(192, 0, 0, 0.12);
}

.kin-blog-search {
  flex: 0 1 240px;
}

.kin-blog-search input {
  width: 100%;
  padding: 0.6rem 0.9rem;
  border-radius: 8px;
  border: 1px solid var(--blog-border);
  background: var(--blog-surface);
  color: #fff;
  font-size: 0.88rem;
  outline: none;
  transition: border-color 0.2s ease;
}

.kin-blog-search input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.kin-blog-search input:focus {
  border-color: rgba(192, 0, 0, 0.45);
}

.kin-blog-list {
  padding: 2.25rem 0 4rem;
}

.kin-blog-empty {
  opacity: 0.7;
  padding: 2rem 0;
}

.kin-blog-featured {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
  padding: 1rem;
  border-radius: 14px;
  border: 1px solid var(--blog-border);
  background: var(--blog-surface);
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.kin-blog-featured:hover {
  border-color: rgba(192, 0, 0, 0.35);
  background: var(--blog-surface-hover);
}

@media (min-width: 880px) {
  .kin-blog-featured {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: stretch;
    gap: 1.5rem;
    padding: 1.15rem;
  }
}

.kin-blog-featured__media {
  aspect-ratio: 16 / 10;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
}

.kin-blog-featured__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.kin-blog-featured:hover .kin-blog-featured__media img {
  transform: scale(1.03);
}

.kin-blog-featured__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.25rem 0.35rem;
  text-align: start;
}

.kin-blog-featured__title {
  margin: 0;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.35;
}

.kin-blog-featured__excerpt {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  font-size: 0.95rem;
}

.kin-blog-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .kin-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1000px) {
  .kin-blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.kin-blog-grid--related {
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .kin-blog-grid--related {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.kin-blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 12px;
  border: 1px solid var(--blog-border);
  background: var(--blog-surface);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.kin-blog-card:hover {
  border-color: rgba(192, 0, 0, 0.35);
  background: var(--blog-surface-hover);
}

.kin-blog-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}

.kin-blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.kin-blog-card:hover .kin-blog-card__media img {
  transform: scale(1.04);
}

.kin-blog-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1rem;
  text-align: start;
  flex: 1;
}

.kin-blog-card__cat {
  display: inline-flex;
  width: fit-content;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  background: rgba(192, 0, 0, 0.14);
  color: var(--blog-gold);
  font-size: 0.72rem;
  font-weight: 700;
}

.kin-blog-card__title {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.kin-blog-card__excerpt {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.86rem;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.kin-blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: auto;
  padding-top: 0.35rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
}

.kin-blog-pagination {
  margin-top: 2rem;
}

/* —— Shared pagination —— */
.kin-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-top: 0.5rem;
}

.kin-pagination__summary {
  margin: 0;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.52);
  text-align: center;
}

.kin-pagination__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.kin-pagination__pages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.kin-pagination__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 40px;
  padding: 0 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.kin-pagination__btn--page {
  min-width: 40px;
  padding: 0 0.65rem;
}

.kin-pagination__btn:hover:not(:disabled) {
  border-color: rgba(232, 185, 35, 0.45);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.kin-pagination__btn.is-active {
  border-color: rgba(225, 6, 0, 0.75);
  background: rgba(225, 6, 0, 0.88);
  color: #fff;
}

.kin-pagination__btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.kin-pagination__ellipsis {
  padding: 0 0.25rem;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 700;
}

.kin-projects-pagination {
  margin-top: 2rem;
}

/* Detail */
.kin-blogd-head {
  position: relative;
  padding: 6.5rem 0 2.25rem;
  border-bottom: 1px solid var(--blog-border);
  background:
    radial-gradient(ellipse 70% 80% at 100% 0%, rgba(192, 0, 0, 0.14), transparent 55%),
    radial-gradient(ellipse 50% 60% at 0% 100%, rgba(200, 146, 78, 0.06), transparent 50%),
    var(--blog-ink);
}

.kin-blogd-back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  transition: color 0.2s ease;
}

.kin-blogd-back:hover {
  color: var(--blog-gold);
}

.kin-blogd-head__copy {
  max-width: 44rem;
  text-align: start;
}

.kin-blogd-head__title {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 4.2vw, 2.65rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.28;
  letter-spacing: -0.01em;
}

.kin-blogd-head__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.85rem;
  margin-bottom: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
}

.kin-blogd-head__meta span + span::before {
  content: "·";
  margin-inline-end: 0.85rem;
  color: rgba(255, 255, 255, 0.28);
}

.kin-blogd-head__excerpt {
  margin: 0;
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.85;
  font-size: 1rem;
}

.kin-blogd-cover {
  padding: 0;
}

.kin-blogd-cover__frame {
  border-radius: 0;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid var(--blog-border);
  background: #121214;
  max-height: min(56vh, 480px);
}

.kin-blogd-cover__frame img {
  width: 100%;
  height: 100%;
  max-height: min(56vh, 480px);
  object-fit: cover;
  display: block;
}

@media (min-width: 900px) {
  .kin-blogd-cover__frame {
    max-height: min(48vh, 520px);
  }

  .kin-blogd-cover__frame img {
    max-height: min(48vh, 520px);
  }
}

.kin-blogd-layout {
  padding: 2.5rem 0 3.5rem;
}

.kin-blogd-layout__grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .kin-blogd-layout__grid {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 2.75rem;
  }
}

.kin-blogd-main {
  min-width: 0;
}

.kin-blogd-lede {
  margin: 0 0 1.75rem;
  padding: 0 0 1.25rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  border-inline-start: 3px solid var(--blog-red);
  padding-inline-start: 1rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.9;
  font-size: 1.05rem;
}

.kin-blogd-content {
  max-width: none;
  color: rgba(255, 255, 255, 0.8);
  text-align: start;
  font-size: 1.02rem;
  line-height: 2;
}

.kin-blog .kin-blog-content :is(h1, h2, h3, h4) {
  color: #fff;
  text-align: start;
  scroll-margin-top: 7rem;
  margin-top: 2.25rem;
  margin-bottom: 0.85rem;
  line-height: 1.4;
  font-weight: 800;
}

.kin-blog .kin-blog-content h2 {
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.kin-blog .kin-blog-content h3 {
  font-size: clamp(1.08rem, 2vw, 1.22rem);
}

.kin-blog .kin-blog-content p {
  text-align: start !important;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 1.15rem;
}

.kin-blog .kin-blog-content a {
  color: var(--blog-gold);
  text-underline-offset: 0.18em;
}

.kin-blog .kin-blog-content a:hover {
  color: #e0b06e;
}

.kin-blog .kin-blog-content img {
  border-radius: 10px;
  border: 1px solid var(--blog-border);
  margin: 1.25rem 0;
}

.kin-blog .kin-blog-content ul,
.kin-blog .kin-blog-content ol {
  margin: 0 0 1.25rem;
  padding-inline-start: 1.25rem;
  color: rgba(255, 255, 255, 0.78);
}

.kin-blog .kin-blog-content li {
  margin-bottom: 0.45rem;
  line-height: 1.85;
}

.kin-blog .kin-blog-content blockquote {
  border-inline-start-color: var(--blog-red);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0 8px 8px 0;
  margin: 1.5rem 0;
  padding: 1rem 1.15rem;
}

.kin-blog .kin-blog-content .ez-toc-container,
.kin-blog .kin-blog-content #ez-toc-container,
.kin-blog .kin-blog-content .inline-related-post,
.kin-blog .kin-blog-content .nm-footer-1-hire,
.kin-blog .kin-blog-content .sharedaddy {
  display: none !important;
}

.kin-blogd-side {
  display: grid;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .kin-blogd-side {
    position: sticky;
    top: 6.5rem;
  }
}

.kin-blogd-widget {
  padding: 1.1rem 1.15rem;
  border-radius: 12px;
  border: 1px solid var(--blog-border);
  background: var(--blog-surface);
}

.kin-blogd-widget__title {
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
  font-weight: 800;
  color: #fff;
}

.kin-blogd-toc ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}

.kin-blogd-toc a {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-size: 0.84rem;
  line-height: 1.55;
  padding: 0.35rem 0.45rem;
  border-radius: 6px;
  transition: color 0.2s ease, background 0.2s ease;
}

.kin-blogd-toc li.is-h3 a {
  padding-inline-start: 1rem;
  font-size: 0.8rem;
  opacity: 0.9;
}

.kin-blogd-toc a:hover {
  color: #fff;
  background: rgba(192, 0, 0, 0.12);
}

.kin-blogd-recent {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.kin-blogd-recent a {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 0.7rem;
  text-decoration: none;
  color: inherit;
  align-items: center;
}

.kin-blogd-recent__thumb {
  width: 64px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
}

.kin-blogd-recent__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kin-blogd-recent__text {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.kin-blogd-recent__text strong {
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.kin-blogd-recent__text em {
  font-style: normal;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.4);
}

.kin-blogd-recent a:hover strong {
  color: var(--blog-gold);
}

.kin-blogd-widget--cta {
  background: linear-gradient(160deg, rgba(192, 0, 0, 0.16), rgba(255, 255, 255, 0.03));
  border-color: rgba(192, 0, 0, 0.28);
}

.kin-blogd-widget__cta-title {
  margin: 0 0 0.4rem;
  font-weight: 800;
  color: #fff;
}

.kin-blogd-widget__cta-body {
  margin: 0 0 1rem;
  font-size: 0.86rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
}

/* Comments */
.kin-blog-comments {
  margin-top: 2.75rem;
  padding-top: 2rem;
  border-top: 1px solid var(--blog-border);
}

.kin-blog-comments__head {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}

.kin-blog-comments__title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
}

.kin-blog-comments__count {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
  font-variant-numeric: tabular-nums;
}

.kin-blog-comments__list {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.kin-blog-comment {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 0.85rem;
  padding: 1rem;
  border-radius: 12px;
  border: 1px solid var(--blog-border);
  background: var(--blog-surface);
}

.kin-blog-comment.is-reply {
  margin-top: 0.75rem;
  background: rgba(255, 255, 255, 0.02);
}

.kin-blog-comment__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(192, 0, 0, 0.18);
  color: var(--blog-gold);
  font-size: 0.78rem;
  font-weight: 800;
}

.kin-blog-comment__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: baseline;
  margin-bottom: 0.35rem;
}

.kin-blog-comment__meta strong {
  color: #fff;
  font-size: 0.9rem;
}

.kin-blog-comment__meta time {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
}

.kin-blog-comment__body {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
  font-size: 0.92rem;
  white-space: pre-wrap;
}

.kin-blog-comment__reply {
  margin-top: 0.55rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--blog-gold);
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
}

.kin-blog-comment__replies {
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.kin-blog-comments__empty {
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.5);
}

.kin-blog-comments__form {
  padding: 1.25rem;
  border-radius: 12px;
  border: 1px solid var(--blog-border);
  background: var(--blog-surface);
  display: grid;
  gap: 0.9rem;
}

.kin-blog-comments__form-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
}

.kin-blog-comments__cancel-reply {
  justify-self: start;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
  cursor: pointer;
}

.kin-blog-comments__row {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .kin-blog-comments__row {
    grid-template-columns: 1fr 1fr;
  }
}

.kin-blog-comments__form label {
  display: grid;
  gap: 0.35rem;
}

.kin-blog-comments__form label span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
}

.kin-blog-comments__form input,
.kin-blog-comments__form textarea {
  width: 100%;
  padding: 0.7rem 0.85rem;
  border-radius: 8px;
  border: 1px solid var(--blog-border);
  background: rgba(0, 0, 0, 0.22);
  color: #fff;
  font-size: 0.92rem;
  outline: none;
}

.kin-blog-comments__form input:focus,
.kin-blog-comments__form textarea:focus {
  border-color: rgba(192, 0, 0, 0.45);
}

.kin-blog-comments__hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
}

.kin-blog-comments__ok {
  margin: 0;
  color: #7ddea0;
  font-size: 0.88rem;
  font-weight: 600;
}

.kin-blog-comments__err {
  margin: 0;
  color: #ff8e8e;
  font-size: 0.88rem;
}

.kin-blog-comments__submit {
  justify-self: start;
  padding: 0.7rem 1.25rem;
  border-radius: 8px;
  border: 0;
  background: var(--blog-red);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease;
}

.kin-blog-comments__submit:hover {
  background: #a00000;
}

.kin-blog-comments__submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.kin-blogd-related {
  padding: 0 0 3rem;
  border-top: 1px solid var(--blog-border);
  padding-top: 2.5rem;
}

.kin-blogd-related__title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  font-weight: 800;
  color: #fff;
  text-align: start;
}

.kin-blog-climax {
  padding: 2.5rem 0 4rem;
  border-top: 1px solid var(--blog-border);
  background: #222226;
}

.kin-blog-climax__inner {
  max-width: 36rem;
  text-align: start;
}

.kin-blog-climax__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  color: #fff;
}

.kin-blog-climax__body {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
}

@media (prefers-reduced-motion: reduce) {
  .kin-blog-card,
  .kin-blog-featured,
  .kin-blog-card__media img,
  .kin-blog-featured__media img {
    transition: none !important;
  }

  .kin-blog-card:hover .kin-blog-card__media img,
  .kin-blog-featured:hover .kin-blog-featured__media img {
    transform: none;
  }
}

/* —— Projects —— */
.kin-projects {
  --proj-red: #c00000;
  --proj-gold: #c8924e;
  --proj-ink: #1c1c1f;
  --proj-surface: #26262b;
  --proj-surface-hover: #2e2e34;
  --proj-border: rgba(255, 255, 255, 0.1);
  background: var(--proj-ink);
  color: rgba(255, 255, 255, 0.9);
  text-align: start;
  width: 100%;
}

.kin-projects-shell {
  width: min(1280px, calc(100% - 2rem));
  margin-inline: auto;
}

.kin-projects-eyebrow {
  color: var(--proj-gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 0 0.65rem;
}

.kin-projects-hero {
  padding: 6rem 0 2rem;
  border-bottom: 1px solid var(--proj-border);
  background:
    radial-gradient(ellipse 70% 80% at 100% 0%, rgba(192, 0, 0, 0.12), transparent 55%),
    var(--proj-ink);
}

.kin-projects-hero__title {
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 0.85rem;
  color: #fff;
}

.kin-projects-hero__lead {
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.85;
  margin: 0 0 1.25rem;
}

.kin-projects-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
}

.kin-projects-hero__meta strong {
  color: #fff;
  font-weight: 800;
}

.kin-projects-hero__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

.kin-projects-toolbar-wrap {
  padding: 1.25rem 0 0.25rem;
}

.kin-projects-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.25rem;
}

.kin-projects-filters {
  display: flex;
  flex: 1 1 auto;
  gap: 0.4rem;
  min-width: 0;
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-bottom: 0.15rem;
  scrollbar-width: none;
}

.kin-projects-filters::-webkit-scrollbar {
  display: none;
}

.kin-projects-toolbar__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  flex: 0 0 auto;
}

.kin-projects-search {
  flex: 0 1 11rem;
  min-width: 9rem;
}

.kin-projects-search input {
  width: 100%;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--proj-border);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-size: 0.84rem;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.kin-projects-search input::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.kin-projects-search input:focus {
  border-color: rgba(200, 146, 78, 0.45);
  background: rgba(255, 255, 255, 0.05);
}

.kin-projects-filter {
  flex: 0 0 auto;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.kin-projects-filter:hover {
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.04);
}

.kin-projects-filter.is-active {
  color: #fff;
  border-color: rgba(192, 0, 0, 0.55);
  background: rgba(192, 0, 0, 0.88);
}

.kin-projects-client-select {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
}

.kin-projects-client-select select {
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--proj-border);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-size: 0.82rem;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s ease;
}

.kin-projects-client-select select:focus {
  border-color: rgba(200, 146, 78, 0.45);
}

@media (max-width: 767px) {
  .kin-projects-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .kin-projects-toolbar__actions {
    width: 100%;
  }

  .kin-projects-search {
    flex: 1 1 auto;
    min-width: 0;
  }

  .kin-projects-client-select {
    flex: 1 1 auto;
  }

  .kin-projects-client-select select {
    width: 100%;
  }
}

.kin-projects-catalog {
  padding: 2.25rem 0 3rem;
}

.kin-projects-empty {
  margin: 2rem 0;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
}

.kin-projects-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .kin-projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .kin-projects-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.kin-projects-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--proj-border);
  background: var(--proj-surface);
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.kin-projects-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 146, 78, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.kin-projects-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #121214;
}

.kin-projects-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.kin-projects-card:hover .kin-projects-card__media img {
  transform: scale(1.04);
}

.kin-projects-card__fallback {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #2a2a30, #1a1a1e);
}

.kin-projects-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.65) 100%);
  pointer-events: none;
}

.kin-projects-card__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
}

.kin-projects-card__body {
  padding: 0.95rem 1rem 1.1rem;
  display: grid;
  gap: 0.45rem;
}

.kin-projects-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.kin-projects-card__tags span,
.kin-projects-card__tags {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--proj-gold);
}

.kin-projects-card__title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.kin-projects-card__client {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
}

.kin-projects-card__client img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
}

.kin-projects-climax {
  padding: 0;
  border-top: none;
  background: transparent;
}

.kin-projects-climax__inner {
  max-width: none;
}

.kin-projects-climax__title {
  margin: 0;
}

.kin-projects-climax__body {
  margin: 0;
}

/* —— Shared page climax CTA —— */
.kin-page-climax {
  position: relative;
  margin-top: 0;
  padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(3.5rem, 7vw, 5rem);
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(ellipse 80% 120% at 100% 50%, rgba(225, 6, 0, 0.14), transparent 55%),
    radial-gradient(ellipse 60% 80% at 0% 100%, rgba(232, 185, 35, 0.08), transparent 50%),
    linear-gradient(180deg, #161618 0%, #0d0d0f 100%);
}

.kin-page-climax__mesh {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, transparent, #000 25%, #000 75%, transparent);
  pointer-events: none;
}

.kin-page-climax__shell {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 900px) {
  .kin-page-climax__shell {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3rem;
  }
}

.kin-page-climax__eyebrow {
  margin: 0 0 0.75rem;
  color: #e8b923;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.kin-page-climax__title {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3.5vw, 2.35rem);
  font-weight: 800;
  line-height: 1.35;
  color: #fff;
  max-width: 18ch;
}

.kin-page-climax__body {
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.9;
  max-width: 48ch;
}

.kin-page-climax__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
}

.kin-page-climax__secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
}

.kin-page-climax__secondary:hover {
  color: #e8b923;
}

.kin-page-climax__stats {
  list-style: none;
  margin: 0;
  padding: 1.35rem;
  display: grid;
  gap: 0.85rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
}

.kin-page-climax__stats li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.kin-page-climax__stats li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.kin-page-climax__stats strong {
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
}

.kin-page-climax__stats span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.92rem;
}

.kin-clients-climax {
  padding: 0;
  border-top: none;
  background: transparent;
}

.kin-clients-climax__inner {
  max-width: none;
}

.kin-clients-climax__title,
.kin-clients-climax__body {
  margin: 0;
}

/* Detail */
.kin-projectd-head {
  padding: 6rem 0 2rem;
  border-bottom: 1px solid var(--proj-border);
}

.kin-projectd-back {
  display: inline-block;
  margin-bottom: 1.35rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
}

.kin-projectd-back:hover {
  color: var(--proj-gold);
}

.kin-projectd-head__grid {
  display: grid;
  gap: 1.75rem;
  align-items: start;
}

@media (min-width: 900px) {
  .kin-projectd-head__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 2.5rem;
  }
}

.kin-projectd-head__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.6rem, 3.5vw, 2.35rem);
  font-weight: 900;
  line-height: 1.25;
  color: #fff;
}

.kin-projectd-client {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 700;
}

.kin-projectd-client img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
}

.kin-projectd-client:hover {
  color: var(--proj-gold);
}

.kin-projectd-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.kin-projectd-chip {
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  border: 1px solid var(--proj-border);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.kin-projectd-chip:hover {
  border-color: rgba(192, 0, 0, 0.4);
  color: #fff;
}

.kin-projectd-media {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--proj-border);
  background: #121214;
  min-height: 240px;
}

.kin-projectd-media__btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.kin-projectd-media__btn img,
.kin-projectd-media__img {
  width: 100%;
  display: block;
  max-height: min(52vh, 480px);
  object-fit: cover;
}

.kin-projectd-media__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.28);
  transition: background 0.2s ease;
}

.kin-projectd-media__btn:hover .kin-projectd-media__play {
  background: rgba(0, 0, 0, 0.4);
}

.kin-projectd-media__fallback {
  min-height: 280px;
  background: linear-gradient(135deg, #2a2a30, #1a1a1e);
}

.kin-projectd-related {
  padding: 2.5rem 0;
}

.kin-projectd-related__title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  font-weight: 800;
  color: #fff;
}

.kin-projects-grid--related {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 900px) {
  .kin-projects-grid--related {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.kin-projects-card--compact .kin-projects-card__body {
  padding: 0.75rem 0.85rem 0.9rem;
}

.kin-portfolio-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.kin-portfolio-card-title {
  margin: 0.65rem 0 0;
  padding: 0 1rem 1rem;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: start;
}

@media (prefers-reduced-motion: reduce) {
  .kin-projects-card,
  .kin-projects-card__media img {
    transition: none !important;
  }

  .kin-projects-card:hover {
    transform: none;
  }
}

/* ── KIN Footer ── */
.kin-footer {
  --footer-red: #c00000;
  --footer-gold: #c8924e;
  --footer-ink: #0a0a0c;
  --footer-border: rgba(255, 255, 255, 0.08);
  position: relative;
  padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(1.5rem, 3vw, 2rem);
  background:
    radial-gradient(ellipse 70% 80% at 0% 0%, rgba(192, 0, 0, 0.12), transparent 55%),
    radial-gradient(ellipse 55% 60% at 100% 100%, rgba(200, 146, 78, 0.08), transparent 50%),
    linear-gradient(180deg, #101012 0%, var(--footer-ink) 100%);
  overflow: hidden;
  border-top: 1px solid var(--footer-border);
}

.kin-footer__mesh {
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, transparent, #000 15%, #000 85%, transparent);
  pointer-events: none;
}

.kin-footer__glow {
  position: absolute;
  top: -120px;
  inset-inline-start: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(192, 0, 0, 0.22), transparent 68%);
  pointer-events: none;
}

.kin-footer__shell {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
}

.kin-footer__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.15rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  padding: 1.35rem 1.4rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(14px);
}

@media (min-width: 768px) {
  .kin-footer__cta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
}

.kin-footer__cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--footer-gold);
}

.kin-footer__cta-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--footer-red);
  box-shadow: 0 0 12px rgba(192, 0, 0, 0.65);
}

.kin-footer__cta-text {
  margin: 0;
  max-width: 36rem;
  font-size: 0.92rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.62);
}

.kin-footer__grid {
  display: grid;
  gap: 2rem 2.5rem;
  grid-template-columns: 1fr;
  padding-bottom: clamp(1.75rem, 3vw, 2.5rem);
  border-bottom: 1px solid var(--footer-border);
}

@media (min-width: 768px) {
  .kin-footer__grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .kin-footer__grid {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }
}

.kin-footer__logo {
  display: inline-flex;
  margin-bottom: 1rem;
  text-decoration: none;
}

.kin-footer__disc {
  margin: 0 0 1.15rem;
  max-width: 22rem;
  font-size: 0.88rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.58);
}

.kin-footer__contacts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.kin-footer__contact {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 0.2s ease;
}

.kin-footer__contact:hover {
  color: var(--footer-gold);
}

.kin-footer__contact svg {
  flex-shrink: 0;
  color: var(--footer-gold);
}

.kin-footer__nav-title {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
}

.kin-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.kin-footer__links a {
  display: inline-flex;
  align-items: center;
  font-size: 0.86rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.58);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.kin-footer__links a:hover {
  color: #fff;
  transform: translateX(-2px);
}

html[lang="fa"] .kin-footer__links a:hover {
  transform: translateX(2px);
}

.kin-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.kin-footer__social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.kin-footer__social-btn i {
  font-size: 1rem;
  line-height: 1;
}

.kin-footer__social-btn:hover {
  border-color: rgba(200, 146, 78, 0.45);
  background: rgba(200, 146, 78, 0.12);
  color: var(--footer-gold);
  transform: translateY(-2px);
}

.kin-footer__aside-link {
  display: inline-flex;
  align-items: center;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--footer-gold);
  text-decoration: none;
  transition: color 0.2s ease;
}

.kin-footer__aside-link:hover {
  color: #fff;
}

.kin-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  padding-top: 1.35rem;
}

@media (min-width: 768px) {
  .kin-footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
  }
}

.kin-footer__copyright {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.42);
}

.kin-footer__bottom-links {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.kin-footer__bottom-links a {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s ease;
}

.kin-footer__bottom-links a:hover {
  color: var(--footer-gold);
}

.kin-footer__bottom-sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

/* ── Sitemap page ── */
.kin-sitemap {
  position: relative;
  padding: clamp(3.5rem, 7vw, 5rem) 0 clamp(4rem, 8vw, 5.5rem);
  background:
    radial-gradient(ellipse 70% 60% at 100% 0%, rgba(192, 0, 0, 0.1), transparent 55%),
    linear-gradient(180deg, #101012 0%, #0a0a0c 100%);
  overflow: hidden;
}

.kin-sitemap__mesh {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
  pointer-events: none;
}

.kin-sitemap__shell {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
}

.kin-sitemap__head {
  max-width: 40rem;
  margin-bottom: 2.5rem;
}

.kin-sitemap__eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #c8924e;
}

.kin-sitemap__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.25;
}

.kin-sitemap__lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.85;
  font-size: 0.95rem;
}

.kin-sitemap__grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .kin-sitemap__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .kin-sitemap__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.kin-sitemap__group {
  padding: 1.15rem 1.2rem 1.2rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.kin-sitemap__group-title {
  margin: 0 0 0.85rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.92rem;
  font-weight: 800;
  color: #fff;
}

.kin-sitemap__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  max-height: 320px;
  overflow: auto;
  scrollbar-width: thin;
}

.kin-sitemap__links a {
  display: block;
  font-size: 0.84rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.58);
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.2s ease;
}

.kin-sitemap__links a:hover {
  color: #c8924e;
}

/* ── 404 page ── */
.kin-not-found {
  position: relative;
  min-height: min(72vh, 680px);
  display: flex;
  align-items: center;
  padding: clamp(4rem, 10vh, 6rem) 0;
  background:
    radial-gradient(ellipse 60% 70% at 50% 0%, rgba(192, 0, 0, 0.14), transparent 60%),
    linear-gradient(180deg, #0e0e10 0%, #0a0a0c 100%);
  overflow: hidden;
}

.kin-not-found__mesh {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.kin-not-found__glow {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 420px;
  height: 420px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(192, 0, 0, 0.18), transparent 68%);
  pointer-events: none;
}

.kin-not-found__shell {
  position: relative;
  z-index: 1;
  width: min(640px, calc(100% - 2rem));
  margin: 0 auto;
  text-align: center;
}

.kin-not-found__code {
  margin: 0 0 0.5rem;
  font-size: clamp(4.5rem, 14vw, 7rem);
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.28));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.9;
}

.kin-not-found__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 900;
  color: #fff;
}

.kin-not-found__text {
  margin: 0 0 1.75rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.85;
  font-size: 0.95rem;
}

.kin-not-found__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.85rem 1.15rem;
}

.kin-not-found__link {
  font-size: 0.88rem;
  font-weight: 700;
  color: #c8924e;
  text-decoration: none;
  transition: color 0.2s ease;
}

.kin-not-found__link:hover {
  color: #fff;
}
