﻿@font-face {
  font-family: Vazir;
  src: url("../fonts/Vazir-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: Vazir;
  src: url("../fonts/Vazir-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: Vazir;
  src: url("../fonts/Vazir-Bold.woff2") format("woff2");
  font-weight: 700;
}
:root {
  --gold: #b69a5b;
  --gold-dark: #9f8248;
  --text: #1f1f1f;
  --muted: #666;
  --light: #f7f7f7;
  --ease-soft: cubic-bezier(.22, .61, .36, 1);
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Vazir, sans-serif;
  color: var(--text);
  background: #fff;
}
a { text-decoration: none; }
.btn-gold,
.blog-card,
.cell,
.social-links a,
.service-card img,
.nav-links a {
  transition: all .28s var(--ease-soft);
}
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(159, 130, 72, .32);
}
.btn-gold-outline {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
  border-radius: 8px;
}
.btn-gold-outline:hover {
  background: var(--gold);
  color: #fff;
  border-color: var(--gold);
}
.cell:hover,
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .12);
}
.service-card:hover img {
  transform: scale(1.035);
}
.social-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, .65);
}
.nav-links a {
  position: relative;
}
.nav-links a::after {
  display: none;
}
.nav-links a:hover::after,
.nav-links a.active::after {
  transform: scaleX(0);
}
.hero-content > * {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .6s var(--ease-soft), transform .6s var(--ease-soft);
}
body.page-ready .hero-content > * {
  opacity: 1;
  transform: none;
}
body.page-ready .hero-content p { transition-delay: .12s; }
body.page-ready .hero-content .btn { transition-delay: .2s; }
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .52s var(--ease-soft), transform .52s var(--ease-soft);
  transition-delay: var(--delay, 0ms);
}
.reveal.in-view {
  opacity: 1;
  transform: none;
}
.hero {
  min-height: 520px;
  position: relative;
  padding-top: 0;
}
.hero-slider,
.hero-slider .carousel-inner,
.hero-slider .carousel-item,
.hero-slide {
  min-height: 520px;
}
.hero-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(25, 22, 18, .45), rgba(25, 22, 18, .2));
}
.site-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: rgba(35, 31, 26, .36);
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .12);
  transition: background .3s var(--ease-soft), border-color .3s var(--ease-soft), box-shadow .3s var(--ease-soft);
}
.site-nav.scrolled {
  background: rgba(24, 22, 20, .62);
  border-bottom-color: rgba(255, 255, 255, .2);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .22);
}
.nav-inner {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-right,
.nav-left {
  display: flex;
  align-items: center;
  gap: 14px;
}
.brand {
  font-size: 40px;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1;
}
.brand.has-logo {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.brand-logo {
  display: block;
  width: auto;
  max-height: 36px;
  max-width: 170px;
  object-fit: contain;
}
.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 18px;
}
.nav-links a {
  color: #efe8d8;
  font-size: 13px;
  padding: 0;
  border-radius: 0;
  display: inline-block;
  background: transparent;
  opacity: .94;
}
.nav-links a.active,
.nav-links a:hover {
  background: transparent;
  transform: none;
  opacity: 1;
}
.nav-links a:hover { color: #fff; }
.nav-links a.active {
  color: var(--gold);
  font-weight: 500;
}
.lang {
  color: #f5eedf;
  font-size: 11px;
}
.btn-gold {
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--gold);
  padding: .52rem 1.1rem;
}
.nav-left .btn-gold {
  font-size: 12px;
  padding: .45rem .95rem;
  border-radius: 6px;
}
.btn-gold:hover { background: var(--gold-dark); color: #fff; }
.hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  padding-top: 170px;
}
.hero-content h1 {
  font-size: 54px;
  font-weight: 700;
  margin: 0 0 8px;
}
.hero-content p {
  margin: 0 0 18px;
  color: #f2f2f2;
  font-size: 15px;
}
.stats {
  margin-top: -38px;
  position: relative;
  z-index: 4;
}
.stats-box {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .1);
  padding: 20px 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
.stat-item strong {
  display: block;
  font-size: 35px;
  margin: 4px 0 2px;
}
.stat-item small {
  font-size: 13px;
  color: var(--muted);
}
.stat-icon {
  color: var(--gold);
  font-size: 27px;
  display: block;
}
.stat-icon i { font-size: 24px; }
.services {
  padding: 26px 0 0;
}
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  overflow: hidden;
}
.service-card {
  position: relative;
  min-height: 230px;
}
.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
}
.service-card.dark::after { background: rgba(0, 0, 0, .44); }
.service-card.light::after { background: rgba(255, 255, 255, .34); }
.service-content {
  position: relative;
  z-index: 1;
  padding: 42px;
}
.service-card.dark .service-content { color: #fff; }
.service-card.light .service-content {
  color: #1f1f1f;
  text-align: left;
}
.service-content h3 { margin: 0 0 8px; font-size: 35px; }
.service-content p { margin: 0 0 14px; font-size: 13px; }
.portfolio {
  background: #f8f8f7;
  padding: 34px 0 26px;
}
.portfolio-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.filter-btn {
  border: 0;
  background: transparent;
  color: #7a7a7a;
  border-radius: 0;
  padding: 0 2px 3px;
  font-size: 13px;
  border-bottom: 1px solid transparent;
  transition: color .24s var(--ease-soft), border-color .24s var(--ease-soft);
}
.filter-btn:hover,
.filter-btn.active {
  border-color: var(--gold);
  color: var(--gold-dark);
}
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 118px;
  gap: 8px;
  grid-auto-flow: dense;
}
.cell {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  display: block;
  opacity: 1;
  transform: scale(1);
}
.cell.is-hidden {
  display: none;
}
.puzzle-xl {
  grid-column: span 2;
  grid-row: span 2;
}
.puzzle-tall {
  grid-column: span 1;
  grid-row: span 2;
}
.puzzle-std {
  grid-column: span 1;
  grid-row: span 1;
}
.cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.puzzle-tall::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .52), rgba(0, 0, 0, .12));
}
.puzzle-tall figcaption {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 15px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.puzzle-tall figcaption small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
}
.blog {
  padding: 44px 0;
}
.blog h2 {
  text-align: center;
  font-size: 46px;
  margin-bottom: 16px;
}
.blog-card {
  border: 1px solid #ececec;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  height: 100%;
}
.blog-owl .item {
  padding: 0 1px;
}
.blog-owl.owl-theme .owl-dots,
.blog-owl.owl-theme .owl-nav {
  display: none;
}
.blog-card img {
  width: 100%;
  height: 185px;
  object-fit: cover;
}
.card-body { padding: 12px 14px 16px; }
.card-body h3 {
  font-size: 17px;
  line-height: 1.8;
  margin: 0 0 8px;
}
.card-body p {
  font-size: 13px;
  color: #666;
  margin: 0 0 8px;
}
.card-body a {
  color: var(--gold-dark);
  font-size: 13px;
}
.footer {
  background: url("../images/footer-bg.svg") center/cover no-repeat;
  color: #efefef;
  margin-top: 8px;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  left: 34px;
  bottom: 42px;
  width: 420px;
  height: 250px;
  background: url("../images/footer-plan.svg") center/contain no-repeat;
  opacity: .22;
  transform: rotate(-9deg);
  pointer-events: none;
}
.footer .top-footer,
.footer .bottom-footer,
.footer .copyright {
  position: relative;
  z-index: 1;
}
.top-footer {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 64px;
  align-items: start;
  padding: 74px 0 54px;
  direction: ltr;
  text-align: right;
}
.top-footer > * { direction: rtl; }
.form-panel {
  background: #fff;
  color: #222;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
  width: 100%;
}
.form-panel h3 {
  text-align: center;
  margin: 0 0 12px;
  font-size: 32px;
}
.form-panel form {
  display: grid;
  gap: 8px;
}
.form-control,
.form-select {
  border-radius: 3px;
  min-height: 44px;
  font-size: 13px;
  text-align: right;
  direction: rtl;
}
.footer-brand {
  max-width: 420px;
  padding-top: 8px;
  margin-left: auto;
  text-align: right;
}
.footer-brand h4 {
  font-size: 57px;
  margin: 0 0 14px;
}
.footer-brand h4.has-logo,
.brand-col h5.has-logo {
  line-height: 1;
}
.footer-brand-logo {
  display: block;
  width: auto;
  max-width: 220px;
  height: auto;
  object-fit: contain;
}
.footer-brand h4.has-logo .footer-brand-logo {
  max-height: 52px;
}
.brand-col h5.has-logo .footer-brand-logo {
  max-height: 42px;
}
.footer-brand p {
  font-size: 13px;
  line-height: 2;
  color: #ddd;
}
.footer-brand ul {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  display: grid;
  gap: 8px;
  font-size: 13px;
}
.footer-brand li i {
  color: var(--gold);
  margin-left: 8px;
}
.social-links {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
.social-links a {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(182, 154, 91, .55);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}
.bottom-footer {
  border-top: 1px solid rgba(255, 255, 255, .07);
  padding: 68px 0 56px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.1fr;
  gap: 34px;
  text-align: right;
}
.footer-col h5 {
  font-size: 34px;
  margin: 0 0 16px;
  color: #f6f6f6;
}
.footer-col a,
.footer-col p,
.footer-col li {
  display: block;
  color: #dddddd;
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 2;
}
.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.quick-col a.active {
  color: var(--gold);
}
.contact-col > ul > li > i {
  color: var(--gold);
  margin-left: 8px;
  width: 14px;
  text-align: center;
}
.footer-offices {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.footer-office-item {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .03);
}
.footer-office-name {
  display: grid;
  grid-template-columns: 14px 1fr;
  align-items: center;
  column-gap: 8px;
  color: #f3f3f3;
  font-size: 14px;
  line-height: 1.8;
}
.footer-office-name i {
  color: var(--gold);
  width: 14px;
  text-align: center;
  margin-left: 0;
}
.footer-office-name span {
  display: block;
}
.footer-office-address {
  display: block;
  margin-top: 4px;
  padding-right: 22px;
  color: #d8d8d8;
  font-size: 12px;
  line-height: 1.95;
}
.footer-col a.footer-office-phone {
  display: grid;
  grid-template-columns: 14px 1fr;
  align-items: center;
  column-gap: 8px;
  margin-top: 6px;
  color: #e3e3e3;
  font-size: 13px;
  line-height: 1.8;
}
.footer-office-phone i {
  color: var(--gold);
  width: 14px;
  text-align: center;
  margin-left: 0;
}
.footer-office-phone:hover {
  color: #fff;
}
.brand-col h5 {
  font-size: 52px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.brand-col p {
  max-width: 250px;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
}
.footer-social a {
  color: var(--gold);
  font-size: 20px;
  line-height: 1;
}
.copyright {
  background: rgba(0, 0, 0, .64);
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding: 12px 0;
  font-size: 12px;
}
.copyright-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.copyright-right {
  color: #d6d6d6;
}
.copyright-left {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #d6d6d6;
}
.menu-btn {
  width: 40px;
  height: 36px;
  border: 0;
  background: transparent;
  display: grid;
  gap: 4px;
}
.menu-btn span {
  display: block;
  height: 2px;
  background: #fff;
}
.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 1090;
  opacity: 0;
  pointer-events: none;
  transition: .2s;
}
.mobile-drawer {
  position: fixed;
  top: 0;
  right: -340px;
  left: auto;
  width: min(330px, 88vw);
  height: 100vh;
  background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
  z-index: 1100;
  padding: 16px 14px 18px;
  transition: .25s;
  box-shadow: -16px 0 32px rgba(0, 0, 0, .22);
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  direction: rtl;
  text-align: right;
  display: flex;
  flex-direction: column;
}
.mobile-drawer.open { right: 0; }
.drawer-backdrop.show { opacity: 1; pointer-events: auto; }
.drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.drawer-head strong {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 1px;
  color: #1f1f1f;
}
.drawer-brand.has-logo {
  display: inline-flex;
  align-items: center;
}
.drawer-brand-logo {
  max-height: 28px;
  max-width: 148px;
}
.drawer-close { border: 0; background: none; font-size: 28px; line-height: 1; }
.drawer-links { list-style: none; margin: 12px 0 18px; padding: 0; }
.drawer-links a {
  display: block;
  padding: 11px 12px;
  border-radius: 10px;
  color: #2a2a2a;
  background: #f4f4f4;
  border: 1px solid #e9e9e9;
  margin-bottom: 8px;
}
.drawer-links a.active {
  color: #fff;
  background: var(--gold);
  border-color: var(--gold);
}
.mobile-drawer .btn-gold {
  margin-top: auto;
  min-height: 44px;
  font-size: 14px;
}
.mobile-splash {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: #14181d;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  transition: .45s;
  overflow: hidden;
}
.mobile-splash::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 12, 16, .8), rgba(10, 12, 16, .9)),
    url("../images/footer-bg.svg") center/cover no-repeat;
  opacity: .95;
  z-index: 0;
}
.mobile-splash::after {
  content: "";
  position: absolute;
  left: -24px;
  bottom: 48px;
  width: 360px;
  height: 220px;
  background: url("../images/footer-plan.svg") center/contain no-repeat;
  opacity: .18;
  transform: rotate(-10deg);
  z-index: 0;
}
.mobile-splash > * {
  position: relative;
  z-index: 1;
}
.splash-logo { font-size: 34px; letter-spacing: 4px; }
.splash-logo.has-image {
  letter-spacing: 0;
}
.splash-logo-image {
  display: block;
  width: auto;
  max-width: min(240px, 68vw);
  max-height: 74px;
  height: auto;
  object-fit: contain;
}
.splash-text { color: #cfb170; margin-top: 8px; font-size: 14px; }
.splash-loader {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.splash-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .38);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, .28), 0 4px 14px rgba(0, 0, 0, .22);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  animation: splashDotFloat 1.1s ease-in-out infinite;
}
.splash-dot:nth-child(2) { animation-delay: .15s; }
.splash-dot:nth-child(3) { animation-delay: .3s; }
.mobile-splash.hide { opacity: 0; visibility: hidden; pointer-events: none; }
@keyframes splashAutoHide {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@keyframes splashDotFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
    opacity: .75;
  }
  50% {
    transform: translateY(-7px) scale(1.12);
    opacity: 1;
  }
}
.hero-indicators {
  margin-bottom: 1.2rem;
}
.hero-indicators [data-bs-target] {
  width: 22px;
  height: 3px;
  border-radius: 3px;
  border: 0;
  background-color: rgba(255, 255, 255, .55);
}
.hero-indicators .active {
  background-color: var(--gold);
}
.hero-control {
  width: 6%;
  opacity: .7;
}
.hero-control:hover {
  opacity: 1;
}
.mobile-bottom-nav-wrap {
  display: none;
  position: fixed;
  right: 12px;
  left: 12px;
  bottom: max(10px, env(safe-area-inset-bottom));
  z-index: 1085;
}
.mobile-bottom-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  height: 70px;
  border-radius: 22px;
  padding: 0 8px 8px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(28, 28, 28, .08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.mobile-bottom-nav .nav-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  color: #454545;
  font-size: 10px;
  text-decoration: none;
  line-height: 1;
}
.mobile-bottom-nav .nav-item-link i {
  font-size: 17px;
  color: #666;
}
.mobile-bottom-nav .nav-item-link.active,
.mobile-bottom-nav .nav-item-link.active i {
  color: var(--gold-dark);
}
.nav-fab {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, #d0b278 0%, #b2945c 100%);
  color: #fff;
  font-size: 20px;
  transform: translateY(-18px);
  box-shadow: 0 10px 20px rgba(182, 154, 91, .35);
}
.mobile-call-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .38);
  opacity: 0;
  pointer-events: none;
  transition: .2s;
  z-index: 1088;
}
.mobile-call-popup {
  position: fixed;
  right: 50%;
  bottom: 96px;
  transform: translate(50%, 14px);
  width: min(330px, calc(100vw - 24px));
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, .26);
  padding: 12px;
  z-index: 1090;
  opacity: 0;
  pointer-events: none;
  transition: .24s var(--ease-soft);
}
.mobile-call-popup.show {
  opacity: 1;
  transform: translate(50%, 0);
  pointer-events: auto;
}
.mobile-call-backdrop.show {
  opacity: 1;
  pointer-events: auto;
}
.call-popup-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.call-popup-head strong {
  font-size: 15px;
  color: #222;
}
.call-popup-head button {
  border: 0;
  background: transparent;
  font-size: 24px;
  line-height: 1;
}
.call-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 10px;
  border-radius: 10px;
  margin-top: 8px;
  background: #f5f5f5;
  border: 1px solid #ececec;
  color: #1f1f1f;
  text-decoration: none;
}
.call-item i {
  color: var(--gold-dark);
}
@media (min-width: 992px) {
  .hero {
    min-height: 620px;
  }
  .hero-slider,
  .hero-slider .carousel-inner,
  .hero-slider .carousel-item,
  .hero-slide {
    min-height: 620px;
  }
  .hero-content {
    padding-top: 200px;
  }
  .hero-content h1 {
    font-size: clamp(44px, 4.2vw, 70px);
    margin-bottom: 10px;
  }
  .hero-content p {
    font-size: clamp(14px, 1.1vw, 18px);
    margin-bottom: 24px;
  }
  .hero-content .btn {
    min-height: 50px;
    min-width: 200px;
    font-size: clamp(15px, 1.1vw, 18px);
  }
  .stats {
    margin-top: -84px;
    padding-top: 0;
    z-index: 4;
  }
  .stats .container {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
  .stats-box {
    border-radius: 2px;
    padding: 26px 18px 24px;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .12);
  }
  .stat-item strong {
    font-size: clamp(40px, 3.5vw, 64px);
    margin: 8px 0 4px;
  }
  .stat-item small { font-size: clamp(13px, 1vw, 18px); }
  .stat-icon i { font-size: clamp(24px, 2vw, 36px); }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .reveal,
  .hero-content > * {
    opacity: 1 !important;
    transform: none !important;
  }
}
@media (max-width: 1199.98px) {
  .blog h2,
  .service-content h3,
  .form-panel h3 { font-size: 30px; }
  .footer-brand h4,
  .footer-col h5 { font-size: 30px; }
}
@media (max-width: 991.98px) {
  .hero {
    min-height: auto;
    background: #fff;
  }
  .hero-slider,
  .hero-slider .carousel-inner,
  .hero-slider .carousel-item,
  .hero-slide {
    min-height: 0;
    height: clamp(230px, 56vw, 320px);
  }
  .hero-slider {
    padding: 64px 0 0;
  }
  .hero-slider .carousel-inner {
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
  }
  .hero-slide {
    border-radius: 0;
    overflow: hidden;
    touch-action: pan-y;
  }
  .hero-overlay {
    background: linear-gradient(to top, rgba(10, 12, 15, .68), rgba(10, 12, 15, .24) 54%, rgba(10, 12, 15, .08));
  }
  .nav-inner {
    height: 64px;
    position: relative;
  }
  .site-nav,
  .site-nav.scrolled {
    background: #fff;
    border-bottom: 1px solid #ececec;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .brand {
    color: #1e1e1e;
  }
  .brand-logo {
    max-height: 28px;
    max-width: 140px;
  }
  .menu-btn span {
    background: #1f1f1f;
  }
  .nav-right {
    width: 100%;
    justify-content: center;
    gap: 0;
  }
  #drawerToggle {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  .hero-content {
    position: absolute;
    right: 14px;
    left: 14px;
    bottom: 102px;
    z-index: 2;
    text-align: right;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .hero-content h1 {
    font-size: 20px;
    margin-bottom: 6px;
    line-height: 1.5;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .34);
  }
  .hero-content p {
    font-size: 12px;
    margin: 0 0 10px;
    max-width: 100%;
    color: #f6f6f6;
    line-height: 1.7;
    text-shadow: 0 1px 6px rgba(0, 0, 0, .3);
  }
  .hero-content .btn {
    min-height: 36px;
    width: auto;
    min-width: 156px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 13px;
  }
  .hero-indicators {
    margin-bottom: 0;
    bottom: 12px;
    gap: 6px;
  }
  .hero-indicators [data-bs-target] {
    width: 18px;
    height: 3px;
  }
  .stats {
    margin-top: 14px !important;
    padding-top: 0;
    z-index: 1;
  }
  .stats .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .stats-box {
    border-radius: 10px;
    padding: 12px 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .stat-item strong { font-size: 24px; margin: 2px 0 1px; }
  .stat-item small { font-size: 11px; }
  .stat-icon { font-size: 18px; }
  .stat-icon i { font-size: 18px; }
  .services-grid,
  .bottom-footer { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .top-footer {
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 28px;
  }
  .stats-box {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 126px;
  }
  .puzzle-xl,
  .puzzle-tall,
  .puzzle-std {
    grid-column: span 1;
    grid-row: span 1;
  }
  .puzzle-xl {
    grid-column: span 2;
    grid-row: span 2;
  }
  .mobile-splash {
    display: flex;
    animation: splashAutoHide 0s linear 4.2s forwards;
  }
  .hero-control { display: none; }
  .mobile-bottom-nav-wrap { display: block; }
  body { padding-bottom: 92px; }
}
@media (max-width: 767.98px) {
  .footer .container {
    padding-right: 18px;
    padding-left: 18px;
  }
  .top-footer,
  .bottom-footer,
  .copyright-inner {
    padding-right: 6px;
    padding-left: 6px;
  }
  .top-footer {
    grid-template-columns: 1fr;
    direction: rtl;
    gap: 24px;
  }
  .footer::before {
    width: 300px;
    height: 180px;
    left: 10px;
    bottom: 88px;
    opacity: .16;
  }
  .footer-brand {
    max-width: none;
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .mobile-splash::after {
    width: 300px;
    height: 180px;
    left: -22px;
    bottom: 36px;
    opacity: .15;
  }
  .hero-content h1 { font-size: 18px; }
  .hero-slider,
  .hero-slider .carousel-inner,
  .hero-slider .carousel-item,
  .hero-slide {
    min-height: 0;
    height: clamp(210px, 58vw, 270px);
  }
  .hero-slider {
    padding-right: 0;
    padding-left: 0;
  }
  .hero-content {
    right: 12px;
    left: 12px;
    bottom: 82px;
    padding: 0;
  }
  .hero-content p {
    font-size: 11px;
    margin-bottom: 8px;
  }
  .hero-content .btn {
    min-width: 144px;
    min-height: 34px;
    font-size: 11px;
  }
  .blog h2 { font-size: 27px; }
  .service-content { padding: 24px; }
  .service-content h3 { font-size: 24px; }
  .form-panel h3 { font-size: 26px; }
  .footer-brand h4 { font-size: 34px; }
  .footer-brand h4.has-logo .footer-brand-logo {
    max-height: 44px;
  }
  .bottom-footer {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 44px 0 34px;
  }
  .footer .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .top-footer,
  .bottom-footer,
  .copyright-inner {
    padding-right: 8px;
    padding-left: 8px;
  }
  .brand-col h5 { font-size: 40px; }
  .brand-col h5.has-logo .footer-brand-logo {
    max-height: 36px;
  }
  .copyright-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .mobile-bottom-nav {
    height: 66px;
    border-radius: 20px;
  }
  .nav-fab {
    width: 52px;
    height: 52px;
    transform: translateY(-16px);
  }
}

/* Blog Page */
.blog-page {
  background: #fff;
}
.blog-page.no-entry-effects *,
.single-page.no-entry-effects *,
.notfound-page.no-entry-effects * {
  animation: none !important;
}
.blog-page.no-entry-effects .reveal,
.single-page.no-entry-effects .reveal,
.notfound-page.no-entry-effects .reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
.blog-page.no-entry-effects .blog-hero-slide img,
.blog-page.no-entry-effects .blog-hero-card,
.blog-page.no-entry-effects .blog-hero-tag,
.blog-page.no-entry-effects .blog-hero-card h1,
.blog-page.no-entry-effects .blog-hero-card .btn {
  opacity: 1 !important;
  transform: none !important;
}
.blog-page .mobile-splash,
.single-page .mobile-splash,
.notfound-page .mobile-splash {
  display: none !important;
}
.blog-page .container {
  width: min(1660px, calc(100% - 44px));
  max-width: none;
}
.blog-page .site-nav,
.blog-page .site-nav.scrolled {
  background: #fff;
  border-bottom: 1px solid #ece8df;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .05);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.blog-page .nav-inner {
  height: 84px;
}
.blog-page .brand {
  color: #111;
  font-size: 42px;
}
.blog-page .nav-links {
  gap: 30px;
}
.blog-page .nav-links a {
  color: #181818;
  font-size: 15px;
}
.blog-page .nav-links a:hover {
  color: #000;
}
.blog-page .lang {
  color: #191919;
  font-size: 14px;
}
.blog-page .nav-left .btn-gold {
  font-size: 12px;
  padding: .45rem .95rem;
}
.blog-page .menu-btn span {
  background: #1e1e1e;
}
.blog-main {
  padding-top: 84px;
}
.blog-hero-section {
  padding: 0 0 24px;
}
.blog-hero-carousel {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(19, 17, 12, .12);
}
.blog-hero-slide {
  position: relative;
  min-height: 700px;
}
.blog-hero-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
}
.blog-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(18, 17, 14, .18), rgba(18, 17, 14, .38));
}
.blog-hero-card {
  position: absolute;
  right: 52px;
  bottom: 42px;
  z-index: 1;
  width: min(565px, calc(100% - 80px));
  border-radius: 16px;
  background: rgba(247, 243, 234, .88);
  border: 1px solid rgba(255, 255, 255, .45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .14);
  padding: 30px 32px 26px;
  transform-origin: right bottom;
}
.blog-hero-tag {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  border-radius: 8px;
  background: var(--gold);
  color: #fff;
  font-size: 14px;
  margin-bottom: 12px;
}
.blog-hero-card h1 {
  margin: 0 0 16px;
  color: #111;
  line-height: 1.55;
  font-size: clamp(30px, 2.35vw, 48px);
  font-weight: 700;
}
.blog-hero-card .btn-gold {
  min-width: 154px;
}
.blog-hero-control {
  width: 48px;
  height: 70px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 1;
  z-index: 3;
}
.blog-hero-carousel .carousel-control-prev.blog-hero-control {
  left: 10px !important;
  right: auto !important;
}
.blog-hero-carousel .carousel-control-next.blog-hero-control {
  right: 10px !important;
  left: auto !important;
}
.blog-hero-arrow {
  width: 48px;
  height: 70px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 24px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .1);
  transition: transform .22s var(--ease-soft), box-shadow .22s var(--ease-soft);
}
.blog-hero-control:hover .blog-hero-arrow {
  transform: scale(1.06);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
}
.blog-hero-indicators {
  margin-bottom: 20px;
  gap: 6px;
}
.blog-hero-indicators [data-bs-target] {
  width: 38px;
  height: 4px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .58);
  border: 0;
}
.blog-hero-indicators .active {
  background: rgba(255, 255, 255, .95);
}
.blog-hero-carousel .carousel-item.active .blog-hero-slide img {
  animation: blogHeroZoom 6.2s ease both;
}
.blog-hero-carousel .carousel-item.active .blog-hero-card {
  animation: blogHeroCardIn .68s var(--ease-soft) both;
}
.blog-hero-carousel .carousel-item.active .blog-hero-tag {
  animation: blogHeroTagIn .45s .08s var(--ease-soft) both;
}
.blog-hero-carousel .carousel-item.active .blog-hero-card h1 {
  animation: blogHeroTitleIn .54s .12s var(--ease-soft) both;
}
.blog-hero-carousel .carousel-item.active .blog-hero-card .btn {
  animation: blogHeroBtnIn .48s .2s var(--ease-soft) both;
}
@keyframes blogHeroZoom {
  0% { transform: scale(1.02); }
  100% { transform: scale(1.08); }
}
@keyframes blogHeroCardIn {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes blogHeroTagIn {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes blogHeroTitleIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes blogHeroBtnIn {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.featured-articles {
  padding: 34px 0 18px;
}
.section-title {
  margin: 0 0 26px;
  font-size: clamp(36px, 2.75vw, 62px);
  font-weight: 700;
  color: #0f0f0f;
}
.featured-grid {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: 20px;
}
.featured-main {
  min-height: 560px;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}
.featured-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-main-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 5, 5, .58), rgba(5, 5, 5, .1));
}
.featured-main-content {
  position: absolute;
  right: 28px;
  left: 28px;
  bottom: 24px;
  border-radius: 16px;
  background: rgba(16, 16, 16, .55);
  border: 1px solid rgba(255, 255, 255, .24);
  padding: 20px 24px 18px;
  color: #fff;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
.featured-main-content h3 {
  margin: 0 0 8px;
  font-size: clamp(34px, 2.35vw, 50px);
  line-height: 1.4;
}
.featured-main-content p {
  margin: 0 0 10px;
  color: #f4f4f4;
  font-size: 20px;
}
.featured-main-content .btn {
  min-width: 150px;
  border-radius: 10px;
}
.featured-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
}
.featured-mini {
  border: 1px solid #eaeaea;
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 14px;
}
.featured-mini img {
  width: 150px;
  height: 150px;
  border-radius: 10px;
  object-fit: cover;
}
.featured-mini-content h4 {
  margin: 0 0 10px;
  font-size: clamp(30px, 1.85vw, 42px);
  line-height: 1.45;
  color: #111;
}
.featured-mini-content a {
  color: var(--gold-dark);
  font-size: 26px;
}
.featured-mini-text {
  grid-template-columns: 1fr;
  text-align: right;
  align-content: center;
}
.blog-listing {
  padding: 18px 0 36px;
}
.blog-category-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.cat-btn {
  border: 0;
  background: transparent;
  padding: 0 0 8px;
  color: #181818;
  border-bottom: 2px solid transparent;
  font-size: 21px;
  transition: .22s;
}
.cat-btn.active,
.cat-btn:hover {
  color: var(--gold-dark);
  border-bottom-color: var(--gold);
}
.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 18px;
}
.article-card {
  display: block;
}
.article-card.is-hidden {
  display: none;
}
.article-thumb {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  height: 190px;
}
.article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s var(--ease-soft);
}
.article-card:hover .article-thumb img {
  transform: scale(1.04);
}
.article-meta {
  display: block;
  color: #8f8f8f;
  margin: 12px 0 5px;
  font-size: 13px;
}
.article-card h3 {
  margin: 0 0 8px;
  line-height: 1.7;
  font-size: 24px;
}
.article-card h3 a {
  color: #111;
}
.article-more {
  color: var(--gold-dark);
  font-size: 15px;
}
.newsletter-section {
  padding: 14px 0 44px;
}
.newsletter-box {
  background: #f3f3f3;
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 30px 22px;
  text-align: center;
}
.newsletter-box h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 2.1vw, 46px);
}
.newsletter-form {
  width: min(760px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 10px;
}
.newsletter-form .form-control {
  min-height: 44px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
}
.newsletter-form .btn {
  min-height: 44px;
  border-radius: 6px;
}
.blog-footer {
  margin-top: 0;
}
.blog-footer .bottom-footer {
  border-top: 0;
  padding-top: 74px;
}

@media (max-width: 1399.98px) {
  .blog-page .container {
    width: min(1340px, calc(100% - 36px));
  }
  .blog-page .brand {
    font-size: 40px;
  }
  .blog-page .nav-links a {
    font-size: 14px;
  }
  .blog-page .lang {
    font-size: 14px;
  }
  .blog-page .nav-left .btn-gold {
    font-size: 12px;
  }
  .blog-hero-slide {
    min-height: 520px;
  }
  .featured-main {
    min-height: 460px;
  }
  .featured-main-content p {
    font-size: 15px;
  }
  .featured-mini-content h4 {
    font-size: 30px;
  }
  .featured-mini-content a {
    font-size: 18px;
  }
  .article-card h3 {
    font-size: 21px;
  }
  .article-more {
    font-size: 14px;
  }
  .cat-btn {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .blog-page .container {
    width: calc(100% - 24px);
  }
  .blog-page .nav-inner {
    height: 64px;
  }
  .blog-page .brand {
    font-size: 26px;
  }
  .blog-main {
    padding-top: 64px;
  }
  .blog-hero-section {
    padding: 0 0 18px;
  }
  .blog-hero-carousel {
    border-radius: 12px;
  }
  .blog-hero-slide {
    min-height: 360px;
    background: #d8d2c7;
  }
  .blog-hero-slide img {
    transform: none;
  }
  .blog-hero-control {
    width: 38px;
    height: 58px;
  }
  .blog-hero-carousel .carousel-control-prev.blog-hero-control {
    left: 6px !important;
  }
  .blog-hero-carousel .carousel-control-next.blog-hero-control {
    right: 6px !important;
  }
  .blog-hero-arrow {
    width: 38px;
    height: 58px;
    font-size: 20px;
  }
  .blog-hero-card {
    right: 14px;
    left: 14px;
    bottom: 14px;
    width: auto;
    padding: 14px 14px 12px;
    border-radius: 12px;
  }
  .blog-hero-card,
  .featured-main-content,
  .mobile-bottom-nav {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .blog-hero-carousel .carousel-item.active .blog-hero-slide img,
  .blog-hero-carousel .carousel-item.active .blog-hero-card,
  .blog-hero-carousel .carousel-item.active .blog-hero-tag,
  .blog-hero-carousel .carousel-item.active .blog-hero-card h1,
  .blog-hero-carousel .carousel-item.active .blog-hero-card .btn {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
  .blog-hero-tag {
    font-size: 11px;
    height: 24px;
    padding: 0 10px;
    margin-bottom: 8px;
  }
  .blog-hero-card h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .blog-hero-card .btn {
    min-width: 130px;
    min-height: 34px;
    font-size: 12px;
  }
  .section-title {
    margin-bottom: 14px;
    font-size: 30px;
  }
  .featured-grid {
    grid-template-columns: 1fr;
  }
  .featured-main {
    min-height: 340px;
  }
  .featured-main-content {
    right: 14px;
    left: 14px;
    bottom: 14px;
    padding: 12px;
  }
  .featured-main-content h3 {
    font-size: 26px;
    line-height: 1.5;
  }
  .featured-main-content p {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .featured-side {
    grid-template-rows: auto;
  }
  .featured-mini {
    grid-template-columns: 104px 1fr;
    padding: 12px;
    gap: 10px;
  }
  .featured-mini img {
    width: 104px;
    height: 104px;
  }
  .featured-mini-content h4 {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .featured-mini-content a {
    font-size: 14px;
  }
  .blog-category-tabs {
    gap: 16px;
  }
  .cat-btn {
    font-size: 13px;
    padding-bottom: 6px;
  }
  .articles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }
  .article-thumb {
    height: 150px;
  }
  .article-meta {
    font-size: 11px;
    margin: 8px 0 4px;
  }
  .article-card h3 {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .article-more {
    font-size: 12px;
  }
  .newsletter-box {
    padding: 20px 12px;
  }
  .newsletter-box h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .newsletter-form {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .newsletter-form .btn {
    order: 2;
  }
  .blog-footer .bottom-footer {
    padding-top: 44px;
  }
}
@media (max-width: 575.98px) {
  .blog-page .container {
    width: calc(100% - 16px);
  }
  .blog-hero-slide {
    min-height: 280px;
  }
  .blog-hero-card h1 {
    font-size: 18px;
    line-height: 1.45;
  }
  .blog-hero-indicators {
    margin-bottom: 10px;
  }
  .blog-hero-indicators [data-bs-target] {
    width: 22px;
    height: 3px;
  }
  .featured-main {
    min-height: 270px;
  }
  .featured-main-content h3 {
    font-size: 20px;
  }
  .featured-mini-content h4 {
    font-size: 18px;
  }
  .articles-grid {
    grid-template-columns: 1fr;
  }
}

/* Projects Page */
.projects-page {
  background: #f6f5f2;
}
.projects-page .container {
  width: min(1660px, calc(100% - 44px));
  max-width: none;
}
.projects-page .site-nav,
.projects-page .site-nav.scrolled {
  background: #fff;
  border-bottom: 1px solid #ece8df;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .05);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.projects-page .nav-inner {
  height: 84px;
}
.projects-page .brand {
  color: #111;
  font-size: 42px;
}
.projects-page .nav-links {
  gap: 30px;
}
.projects-page .nav-links a {
  color: #181818;
  font-size: 15px;
}
.projects-page .nav-links a:hover {
  color: #000;
}
.projects-page .lang {
  color: #191919;
  font-size: 14px;
}
.projects-page .menu-btn span {
  background: #1e1e1e;
}
.projects-main {
  padding-top: 84px;
}
.projects-hero {
  padding: 0 0 26px;
}
.projects-hero-carousel {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 38px rgba(19, 17, 12, .14);
}
.projects-hero-slide {
  position: relative;
  min-height: 620px;
}
.projects-hero-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projects-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(16, 14, 12, .56), rgba(16, 14, 12, .16));
}
.projects-hero-card {
  position: absolute;
  right: 42px;
  bottom: 34px;
  z-index: 2;
  width: min(620px, calc(100% - 84px));
  border-radius: 16px;
  background: rgba(247, 243, 234, .9);
  border: 1px solid rgba(255, 255, 255, .5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .14);
  padding: 28px 30px 24px;
}
.projects-hero-tag {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  border-radius: 8px;
  background: var(--gold);
  color: #fff;
  font-size: 14px;
}
.projects-hero-card h1 {
  margin: 14px 0 12px;
  color: #101010;
  line-height: 1.45;
  font-size: clamp(28px, 2.2vw, 44px);
  font-weight: 700;
}
.projects-hero-card p {
  margin: 0 0 14px;
  color: #2f2f2f;
  line-height: 1.9;
  font-size: 14px;
}
.projects-hero-card .btn {
  min-width: 160px;
}
.projects-hero-control {
  width: 48px;
  height: 70px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 1;
  z-index: 3;
}
.projects-hero-arrow {
  width: 48px;
  height: 70px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 24px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .1);
}
.projects-hero-indicators {
  margin-bottom: 20px;
  gap: 6px;
}
.projects-hero-indicators [data-bs-target] {
  width: 38px;
  height: 4px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .58);
  border: 0;
}
.projects-hero-indicators .active {
  background: rgba(255, 255, 255, .95);
}
.projects-featured {
  padding: 6px 0 24px;
}
.projects-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}
.projects-section-head h2 {
  margin: 0;
  font-size: clamp(26px, 2vw, 38px);
  color: #1a1a1a;
}
.projects-section-head a {
  color: var(--gold-dark);
  font-size: 14px;
}
.projects-owl .item {
  padding: 0 1px;
}
.project-featured-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ebe7dd;
  box-shadow: 0 8px 18px rgba(25, 21, 14, .06);
  height: 100%;
}
.project-featured-thumb {
  display: block;
}
.project-featured-thumb img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}
.project-featured-body {
  padding: 11px 11px 13px;
}
.project-featured-type {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(182, 154, 91, .16);
  color: var(--gold-dark);
  font-size: 11px;
  margin-bottom: 8px;
}
.project-featured-body h3 {
  margin: 0 0 6px;
  line-height: 1.7;
  font-size: 17px;
}
.project-featured-body h3 a {
  color: #1a1a1a;
}
.project-featured-body p {
  margin: 0 0 8px;
  color: #666;
  font-size: 12px;
  line-height: 1.8;
}
.project-featured-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-dark);
  font-size: 12px;
}
.projects-puzzle {
  padding: 8px 0 52px;
}
.projects-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 18px;
}
.projects-filter-btn {
  border: 0;
  background: transparent;
  color: #6f6f6f;
  border-radius: 0;
  padding: 0 2px 3px;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  transition: color .24s var(--ease-soft), border-color .24s var(--ease-soft);
}
.projects-filter-btn:hover,
.projects-filter-btn.active {
  border-color: var(--gold);
  color: var(--gold-dark);
}
.projects-puzzle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 140px;
  gap: 10px;
  grid-auto-flow: dense;
}
.project-cell {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  display: block;
}
.project-cell.is-hidden {
  display: none;
}
.project-cell > a {
  display: block;
  width: 100%;
  height: 100%;
}
.project-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.project-cell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .08));
  pointer-events: none;
}
.project-cell-content {
  position: absolute;
  right: 14px;
  left: 14px;
  bottom: 12px;
  z-index: 2;
  color: #fff;
}
.project-cell-type {
  display: inline-block;
  font-size: 11px;
  opacity: .94;
}
.project-cell-title {
  display: block;
  margin-top: 4px;
  line-height: 1.5;
  font-size: 20px;
}
.project-single-main {
  padding-bottom: 48px;
}
.project-single-hero {
  padding: 0 0 26px;
}
.project-single-wrap {
  border-radius: 14px;
  background: #fff;
  border: 1px solid #ece7dc;
  box-shadow: 0 10px 24px rgba(19, 17, 12, .07);
  overflow: hidden;
}
.project-single-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.project-single-body {
  padding: 22px 24px 26px;
}
.project-single-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #6b6b6b;
}
.project-single-terms a {
  color: var(--gold-dark);
}
.project-single-body h1 {
  margin: 0 0 12px;
  font-size: clamp(28px, 2.2vw, 42px);
  line-height: 1.45;
  color: #171717;
}
.project-single-content {
  color: #343434;
  font-size: 15px;
  line-height: 2.1;
}
.project-single-content > *:last-child {
  margin-bottom: 0;
}
.project-related {
  padding: 4px 0 0;
}
.project-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.projects-empty {
  background: #fff;
  border: 1px dashed #d9d3c7;
  border-radius: 12px;
  padding: 22px;
  text-align: center;
  color: #666;
}
@media (max-width: 1399.98px) {
  .projects-page .container {
    width: min(1340px, calc(100% - 36px));
  }
  .projects-hero-slide {
    min-height: 540px;
  }
}
@media (max-width: 991.98px) {
  .projects-page .container {
    width: calc(100% - 24px);
  }
  .projects-page .nav-inner {
    height: 64px;
  }
  .projects-page .brand {
    font-size: 26px;
  }
  .projects-main {
    padding-top: 64px;
  }
  .projects-hero {
    padding: 0 0 18px;
  }
  .projects-hero-carousel {
    border-radius: 12px;
  }
  .projects-hero-slide {
    min-height: 360px;
  }
  .projects-hero-card {
    right: 14px;
    left: 14px;
    bottom: 14px;
    width: auto;
    padding: 14px 14px 12px;
    border-radius: 12px;
  }
  .projects-hero-tag {
    height: 24px;
    font-size: 11px;
  }
  .projects-hero-card h1 {
    margin: 8px 0 8px;
    font-size: 22px;
  }
  .projects-hero-card p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .projects-hero-card .btn {
    min-width: 132px;
    min-height: 34px;
    font-size: 12px;
  }
  .projects-hero-control {
    width: 38px;
    height: 58px;
  }
  .projects-hero-arrow {
    width: 38px;
    height: 58px;
    font-size: 20px;
  }
  .projects-puzzle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 130px;
  }
  .project-cell-title {
    font-size: 16px;
  }
  .project-single-body {
    padding: 14px;
  }
  .project-single-content {
    font-size: 14px;
    line-height: 2;
  }
  .project-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .projects-page .container {
    width: calc(100% - 16px);
  }
  .projects-hero-slide {
    min-height: 290px;
  }
  .projects-hero-indicators {
    margin-bottom: 10px;
  }
  .projects-hero-indicators [data-bs-target] {
    width: 22px;
    height: 3px;
  }
  .projects-section-head h2 {
    font-size: 24px;
  }
  .project-featured-thumb img {
    height: 160px;
  }
  .projects-filters {
    gap: 16px;
  }
  .projects-filter-btn {
    font-size: 13px;
  }
  .projects-puzzle-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }
  .project-cell.puzzle-xl,
  .project-cell.puzzle-tall,
  .project-cell.puzzle-std {
    grid-column: span 1;
    grid-row: span 1;
  }
  .project-single-meta {
    font-size: 11px;
  }
  .project-single-body h1 {
    font-size: 24px;
  }
  .project-related-grid {
    grid-template-columns: 1fr;
  }
}

/* Single Page */
.single-page {
  background: #fff;
}
.single-page .site-nav,
.single-page .site-nav.scrolled {
  background: #fff;
  border-bottom: 1px solid #ece8df;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .05);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.single-page .nav-inner {
  height: 84px;
}
.single-page .brand {
  color: #111;
  font-size: 42px;
}
.single-page .nav-links {
  gap: 28px;
}
.single-page .nav-links a {
  color: #181818;
  font-size: 15px;
}
.single-page .nav-links a:hover {
  color: #000;
}
.single-page .lang {
  color: #191919;
  font-size: 14px;
}
.single-page .nav-left .btn-gold {
  font-size: 12px;
  padding: .45rem .95rem;
}
.single-page .menu-btn span {
  background: #1f1f1f;
}
.single-main {
  padding-top: 116px;
}
.single-main .container {
  width: min(1200px, calc(100% - 44px));
  max-width: none;
}
.single-head {
  padding: 12px 0 0;
}
.single-breadcrumb {
  text-align: center;
  color: #9a9a9a;
  font-size: 13px;
  margin-bottom: 10px;
}
.single-title {
  text-align: center;
  margin: 0 auto 16px;
  color: #111;
  max-width: 980px;
  line-height: 1.6;
  font-size: clamp(30px, 2.25vw, 46px);
  font-weight: 700;
}
.single-meta {
  text-align: center;
  color: #989898;
  font-size: 14px;
}
.single-meta span {
  color: #cecece;
  margin: 0 8px;
}
.single-cover {
  margin: 22px 0 0;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .12);
}
.single-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 15, 15, .14), rgba(15, 15, 15, .02) 44%, rgba(15, 15, 15, 0));
  pointer-events: none;
}
.single-cover img {
  width: 100%;
  height: clamp(260px, 36vw, 470px);
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform .95s var(--ease-soft), filter .7s var(--ease-soft);
  animation: singleCoverReveal 1.05s var(--ease-soft) both;
}
.single-cover:hover img {
  transform: scale(1.025);
  filter: saturate(1.04);
}
@keyframes singleCoverReveal {
  0% {
    opacity: .76;
    transform: scale(1.04);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.single-article {
  margin-top: 24px;
  border-top: 1px solid #ededed;
  padding: 26px 0 16px;
}
.single-intro {
  display: grid;
  grid-template-columns: 36% 1fr;
  gap: 28px;
  align-items: start;
  margin-bottom: 18px;
}
.single-intro-image {
  margin: 0;
}
.single-intro-image img {
  width: 100%;
  display: block;
  border-radius: 4px;
  height: clamp(180px, 19vw, 290px);
  object-fit: cover;
}
.single-intro-image figcaption {
  margin-top: 8px;
  color: #9b9b9b;
  font-size: 12px;
  text-align: center;
}
.single-intro-content h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 1.8vw, 34px);
  line-height: 1.7;
  color: #111;
}
.single-intro-content p {
  margin: 0;
  color: #303030;
  line-height: 2.1;
  font-size: 18px;
}
.single-paragraph {
  margin: 0 0 20px;
  color: #2f2f2f;
  line-height: 2.2;
  font-size: 18px;
}
.single-quote {
  margin: 28px 0 24px;
  padding: 10px 22px 10px 18px;
  border-right: 4px solid var(--gold);
  background: #fff;
}
.single-quote p {
  margin: 0 0 10px;
  line-height: 2.1;
  font-size: 27px;
  color: #1d1d1d;
}
.single-quote cite {
  color: #b39a66;
  font-size: 14px;
  font-style: normal;
}
.single-author {
  padding: 8px 0 4px;
}
.single-author-box {
  border: 1px solid #ececec;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 18px;
  align-items: center;
}
.single-author-avatar {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
  border: 4px solid #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .12);
}
.single-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-author-content h3 {
  margin: 0 0 4px;
  color: #9a9a9a;
  font-size: 13px;
  font-weight: 500;
}
.single-author-content h4 {
  margin: 0 0 8px;
  font-size: 27px;
  color: #151515;
}
.single-author-content p {
  margin: 0 0 10px;
  line-height: 2.05;
  font-size: 15px;
  color: #333;
}
.single-author-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-author-links a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(182, 154, 91, .56);
  color: var(--gold-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.single-comments {
  padding: 26px 0 2px;
}
.single-comments-title {
  margin: 0 0 14px;
  font-size: clamp(30px, 2vw, 42px);
  color: #121212;
}
.single-comments-list {
  display: grid;
  gap: 12px;
}
.single-comment-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 14px;
  background: #fff;
}
.single-comment-avatar {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(180deg, #d8c18f 0%, #b69a5b 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.single-comment-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 4px;
}
.single-comment-head strong {
  color: #141414;
  font-size: 15px;
}
.single-comment-head span {
  color: #9a9a9a;
  font-size: 12px;
}
.single-comment-body p {
  margin: 0;
  color: #333;
  line-height: 2;
  font-size: 14px;
}
.single-comment-form-wrap {
  margin-top: 14px;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 16px;
  background: #f9f9f9;
}
.single-comment-form-wrap h3 {
  margin: 0 0 12px;
  color: #141414;
  font-size: 22px;
}
.single-comment-form {
  display: grid;
  gap: 10px;
}
.single-comment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.single-comment-form .form-control {
  min-height: 44px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
}
.single-comment-form textarea.form-control {
  min-height: 130px;
  resize: vertical;
}
.single-comment-form .btn-gold {
  width: fit-content;
  min-width: 140px;
}
.single-related {
  padding: 54px 0 34px;
}
.single-related-title {
  text-align: center;
  margin: 0 0 24px;
  font-size: clamp(34px, 2.45vw, 52px);
  color: #111;
}
.single-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.single-related-card {
  display: block;
}
.single-related-thumb {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  height: 210px;
}
.single-related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s var(--ease-soft);
}
.single-related-card:hover .single-related-thumb img {
  transform: scale(1.04);
}
.single-related-meta {
  display: block;
  margin: 10px 0 6px;
  color: #979797;
  font-size: 13px;
}
.single-related-card h3 {
  margin: 0 0 10px;
  line-height: 1.7;
  font-size: clamp(24px, 1.75vw, 34px);
}
.single-related-card h3 a {
  color: #131313;
}
.single-related-more {
  color: var(--gold-dark);
  font-size: 15px;
}
.single-footer {
  margin-top: 0;
}
.single-footer .bottom-footer {
  border-top: 0;
  padding-top: 74px;
}

@media (max-width: 1399.98px) {
  .single-page .brand {
    font-size: 40px;
  }
  .single-main .container {
    width: min(1080px, calc(100% - 32px));
  }
  .single-intro-content p,
  .single-paragraph {
    font-size: 16px;
  }
  .single-quote p {
    font-size: 22px;
  }
  .single-author-content h4 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .single-page .nav-inner {
    height: 64px;
  }
  .single-page .brand {
    font-size: 26px;
  }
  .single-main {
    padding-top: 76px;
  }
  .single-main .container {
    width: calc(100% - 24px);
  }
  .single-breadcrumb {
    font-size: 11px;
    margin-bottom: 8px;
  }
  .single-title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .single-meta {
    font-size: 12px;
  }
  .single-cover {
    margin-top: 14px;
    border-radius: 10px;
  }
  .single-cover img {
    height: 210px;
  }
  .single-article {
    margin-top: 16px;
    padding-top: 18px;
  }
  .single-intro {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 14px;
  }
  .single-intro-image img {
    height: 196px;
    border-radius: 10px;
  }
  .single-intro-image figcaption {
    font-size: 11px;
  }
  .single-intro-content h2 {
    font-size: 20px;
    margin-bottom: 7px;
    line-height: 1.6;
  }
  .single-intro-content p,
  .single-paragraph {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 14px;
  }
  .single-quote {
    margin: 20px 0 18px;
    padding: 8px 14px 8px 12px;
  }
  .single-quote p {
    font-size: 16px;
    line-height: 1.95;
    margin-bottom: 6px;
  }
  .single-quote cite {
    font-size: 12px;
  }
  .single-author {
    padding-top: 2px;
  }
  .single-author-box {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
    text-align: right;
  }
  .single-author-avatar {
    width: 96px;
    height: 96px;
  }
  .single-author-content h3 {
    font-size: 12px;
  }
  .single-author-content h4 {
    font-size: 19px;
    margin-bottom: 6px;
  }
  .single-author-content p {
    font-size: 13px;
    line-height: 1.95;
    margin-bottom: 8px;
  }
  .single-comments {
    padding-top: 18px;
  }
  .single-comments-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .single-comment-item {
    padding: 10px;
    gap: 8px;
  }
  .single-comment-avatar {
    width: 36px;
    min-width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .single-comment-head strong {
    font-size: 13px;
  }
  .single-comment-head span {
    font-size: 11px;
  }
  .single-comment-body p {
    font-size: 13px;
    line-height: 1.9;
  }
  .single-comment-form-wrap {
    margin-top: 10px;
    padding: 12px;
  }
  .single-comment-form-wrap h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .single-comment-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .single-comment-form .form-control {
    min-height: 40px;
    font-size: 13px;
  }
  .single-comment-form textarea.form-control {
    min-height: 110px;
  }
  .single-comment-form .btn-gold {
    width: 100%;
    min-width: 0;
  }
  .single-related {
    padding: 28px 0 18px;
  }
  .single-related-title {
    font-size: 30px;
    margin-bottom: 14px;
  }
  .single-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }
  .single-related-thumb {
    height: 140px;
    border-radius: 8px;
  }
  .single-related-meta {
    font-size: 11px;
    margin: 7px 0 4px;
  }
  .single-related-card h3 {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .single-related-more {
    font-size: 12px;
  }
  .single-footer .bottom-footer {
    padding-top: 44px;
  }
}
@media (max-width: 575.98px) {
  .single-main .container {
    width: calc(100% - 16px);
  }
  .single-title {
    font-size: 21px;
  }
  .single-cover img {
    height: 182px;
  }
  .single-intro-image img {
    height: 176px;
  }
  .single-related-grid {
    grid-template-columns: 1fr;
  }
  .single-related-thumb {
    height: 186px;
  }
}

/* 404 Page */
.notfound-page {
  background: #fff;
}
.notfound-page .site-nav,
.notfound-page .site-nav.scrolled {
  background: #fff;
  border-bottom: 1px solid #ece8df;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .05);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.notfound-page .nav-inner {
  height: 84px;
}
.notfound-page .brand {
  color: #111;
  font-size: 42px;
}
.notfound-page .nav-links {
  gap: 28px;
}
.notfound-page .nav-links a {
  color: #181818;
  font-size: 15px;
}
.notfound-page .nav-links a:hover {
  color: #000;
}
.notfound-page .lang {
  color: #191919;
  font-size: 14px;
}
.notfound-page .nav-left .btn-gold {
  font-size: 12px;
  padding: .45rem .95rem;
}
.notfound-page .menu-btn span {
  background: #1f1f1f;
}
.notfound-main {
  padding-top: 116px;
}
.notfound-main .container {
  width: min(1320px, calc(100% - 44px));
  max-width: none;
}
.notfound-hero {
  padding: 14px 0 42px;
}
.notfound-shell {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  min-height: 560px;
  padding: 46px 52px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  align-items: center;
  background: linear-gradient(160deg, rgba(13, 16, 22, .96), rgba(8, 12, 18, .98)),
    url("../images/footer-bg.svg") center/cover no-repeat;
  color: #fff;
}
.notfound-shell::before {
  content: "";
  position: absolute;
  left: -28px;
  bottom: -10px;
  width: 440px;
  height: 260px;
  background: url("../images/footer-plan.svg") center/contain no-repeat;
  opacity: .22;
  transform: rotate(-8deg);
}
.notfound-shell::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(182, 154, 91, .24), rgba(182, 154, 91, 0));
}
.notfound-content,
.notfound-visual {
  position: relative;
  z-index: 1;
}
.notfound-kicker {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .06);
  color: #d9c089;
  font-size: 12px;
  letter-spacing: .4px;
  margin-bottom: 14px;
}
.notfound-content h1 {
  margin: 0 0 12px;
  line-height: 1.45;
  font-size: clamp(34px, 2.45vw, 52px);
  color: #fff;
}
.notfound-content p {
  margin: 0;
  max-width: 640px;
  color: #d9d9d9;
  line-height: 2;
  font-size: 15px;
}
.notfound-actions {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.notfound-outline {
  border-radius: 8px;
  min-height: 42px;
  min-width: 138px;
  border-color: rgba(255, 255, 255, .44);
  color: #fff;
}
.notfound-outline:hover {
  background: rgba(255, 255, 255, .95);
  border-color: rgba(255, 255, 255, .95);
  color: #171717;
}
.notfound-links {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 560px;
}
.notfound-links a {
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  min-height: 56px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, .06);
  color: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
}
.notfound-links a i {
  color: #d3b77b;
}
.notfound-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(211, 183, 123, .58);
  background: rgba(255, 255, 255, .1);
}
.notfound-number {
  font-size: clamp(138px, 14vw, 260px);
  line-height: .92;
  font-weight: 700;
  letter-spacing: 4px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(255, 255, 255, .2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  text-shadow: 0 10px 26px rgba(0, 0, 0, .28);
}
.notfound-card {
  margin-top: -16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 14px;
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  align-items: center;
}
.notfound-card img {
  width: 92px;
  height: 72px;
  object-fit: contain;
  border-radius: 10px;
  background: rgba(255, 255, 255, .12);
  padding: 8px;
}
.notfound-card h3 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 20px;
}
.notfound-card p {
  margin: 0;
  color: #d8d8d8;
  line-height: 1.85;
  font-size: 13px;
}
.notfound-footer {
  margin-top: 0;
}
.notfound-footer .bottom-footer {
  border-top: 0;
  padding-top: 72px;
}

@media (max-width: 1399.98px) {
  .notfound-main .container {
    width: min(1220px, calc(100% - 32px));
  }
}
@media (max-width: 991.98px) {
  .notfound-page .nav-inner {
    height: 64px;
  }
  .notfound-page .brand {
    font-size: 26px;
  }
  .notfound-main {
    padding-top: 76px;
  }
  .notfound-main .container {
    width: calc(100% - 24px);
  }
  .notfound-hero {
    padding: 8px 0 20px;
  }
  .notfound-shell {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 12px;
    border-radius: 14px;
    padding: 22px 16px;
  }
  .notfound-shell::before {
    width: 300px;
    height: 180px;
    left: -40px;
    bottom: -24px;
    opacity: .14;
  }
  .notfound-shell::after {
    width: 220px;
    height: 220px;
    right: -80px;
    top: -80px;
  }
  .notfound-kicker {
    margin-bottom: 10px;
    font-size: 11px;
    height: 26px;
  }
  .notfound-content h1 {
    font-size: 26px;
    margin-bottom: 8px;
  }
  .notfound-content p {
    font-size: 13px;
    line-height: 1.9;
  }
  .notfound-actions {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .notfound-actions .btn,
  .notfound-outline {
    width: 100%;
    min-width: 0;
  }
  .notfound-links {
    margin-top: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .notfound-links a {
    min-height: 46px;
    font-size: 11px;
    padding: 6px;
    border-radius: 8px;
  }
  .notfound-number {
    font-size: 112px;
    letter-spacing: 2px;
  }
  .notfound-card {
    margin-top: -8px;
    grid-template-columns: 78px 1fr;
    padding: 10px;
    border-radius: 12px;
  }
  .notfound-card img {
    width: 78px;
    height: 62px;
  }
  .notfound-card h3 {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .notfound-card p {
    font-size: 11px;
    line-height: 1.75;
  }
  .notfound-footer .bottom-footer {
    padding-top: 44px;
  }
}
@media (max-width: 575.98px) {
  .notfound-main .container {
    width: calc(100% - 16px);
  }
  .notfound-links {
    grid-template-columns: 1fr;
  }
  .notfound-number {
    font-size: 94px;
  }
}
