:root {
  --ah2-blue: #075cff;
  --ah2-blue-soft: var(--fs-color-primary);
  --ah2-white: #ffffff;
  --ah2-text: rgba(255, 255, 255, 0.92);
  --ah2-muted: rgba(255, 255, 255, 0.66);
  --ah2-faint: rgba(255, 255, 255, 0.42);
  --ah2-panel: rgba(13, 20, 28, 0.58);
  --ah2-panel-strong: rgba(23, 31, 42, 0.72);
  --ah2-border: rgba(255, 255, 255, 0.34);
  --ah2-border-soft: rgba(255, 255, 255, 0.16);
  --ah2-shadow: 0 26px 70px rgba(0, 0, 0, 0.48);
}

a:hover {
	color: white !important;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 1180px;
  background: #03070c;
}

body {
  margin: 0;
  background: #03070c;
  color: var(--ah2-text);
  font-family:
    "Vazirmatn", "IRANSans", "Segoe UI", Tahoma, Arial, sans-serif;
}

.ah2-js body,
.ah2-js .ah2-preview-page {
  background: #ffffff;
}

.ah2-js .ah2-hero {
  visibility: hidden;
}

.ah2-js.ah2-motion-complete body,
.ah2-js.ah2-motion-complete .ah2-preview-page {
  background: #03070c;
}

.ah2-js.ah2-motion-complete .ah2-hero {
  visibility: visible;
}

a {
  color: inherit;
}

.ah2-preview-page {
  min-height: 100vh;
  overflow-x: auto;
  background: #03070c;
}

.ah2-hero {
  position: relative;
  width: 100%;
  min-width: 1180px;
  min-height: 760px;
  height: 100vh;
  max-height: 992px;
  overflow: visible !important;
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 44%, rgba(7, 92, 255, 0.1), transparent 24%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.36), rgba(1, 5, 10, 0.12) 42%, rgba(0, 0, 0, 0.28)),
    url("../images/desktop/background-desktop.png") center top / 100% 100% no-repeat;
}

.ah2-hero::before,
.ah2-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.ah2-hero::before {
  background:
    linear-gradient(180deg, rgba(2, 6, 12, 0.38) 0%, rgba(2, 6, 12, 0.08) 42%, rgba(2, 6, 12, 0.5) 100%),
    linear-gradient(90deg, rgba(2, 6, 12, 0.02) 0%, rgba(2, 6, 12, 0.35) 58%, rgba(2, 6, 12, 0.58) 100%);
}

.ah2-hero::after {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 160px 100%, 100% 160px;
  opacity: 0.26;
}

.ah2-header {
  position: absolute;
  top: 18px;
  right: 44px;
  left: 44px;
  z-index: 5;
  display: grid;
  grid-template-columns: 290px minmax(520px, 1fr) 180px;
  align-items: center;
  column-gap: 28px;
  direction: rtl;
}

.ah2-brand {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  white-space: nowrap;
}

.ah2-brand__name {
  color: var(--ah2-white);
  font-size: 1.42rem;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.55);
}

.ah2-brand__mark {
  position: relative;
  display: block;
  width: 84px;
  height: 84px;
  overflow: hidden;
}

.ah2-brand__mark img {
  top:-12px; 
  position: absolute;
  width: 150px;
  height: auto;
  display: block;
  filter: contrast(2.8) brightness(1.08);
  mix-blend-mode: screen;
}

.ah2-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 3.8vw, 68px);
  min-width: 0;
}

.ah2-nav__link {
  position: relative;
  padding: 14px 0 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
	transition: all .3s;
}

.ah2-nav__link--active {
  color: var(--ah2-white);
}

.ah2-nav__link--active::after {
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 44px;
  height: 2px;
  background: var(--ah2-blue);
  border-radius: 999px;
  content: "";
  transform: translateX(50%);
  box-shadow: 0 0 16px var(--ah2-blue-soft);
}

.ah2-nav__link:hover{
    transform: scale(1.04);
	color: white !important;
}

.ah2-consult {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 156px;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 12px;
  background: rgba(7, 11, 17, 0.3);
  color: var(--ah2-white) !important;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  backdrop-filter: blur(12px);
}

.ah2-consult__dot,
.ah2-project-card__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--ah2-blue);
  box-shadow: 0 0 18px rgba(7, 92, 255, 0.85);
	transition: all .3s;
}
.ah2-consult:hover .ah2-consult__dot {
	transform: scale(1.5) !important;
}
.ah2-project-card {
  position: absolute;
  top: 14%;
  left: calc(12% + 50px);
  z-index: 2;
  width: 28.8%;
  max-width: 460px;
  min-width: 420px;
  height: 45.4%;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--ah2-border);
  border-radius: 18px;
  background: rgba(16, 25, 35, 0.48);
  box-shadow: var(--ah2-shadow);
}

.ah2-project-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
}

.ah2-project-card__image--environment {
  z-index: 0;
}

.ah2-project-card__image--building {
  z-index: 1;
}

.ah2-project-card__shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(7, 13, 22, 0.28) 0%, rgba(7, 13, 22, 0.02) 45%, rgba(7, 13, 22, 0.34) 100%),
    linear-gradient(90deg, rgba(8, 15, 24, 0.66), rgba(8, 15, 24, 0.16) 46%, rgba(8, 15, 24, 0.02) 100%);
}

.ah2-project-card__content {
  position: absolute;
  top: 32px;
  left: 28px;
  z-index: 3;
  width: 190px;
  direction: rtl;
  text-align: left;
}

.ah2-project-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
  color: #4a86ff;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1;
}

.ah2-project-card__title {
  margin: 0 0 15px;
  color: var(--ah2-white);
  font-size: 1.95rem;
  font-weight: 500;
  line-height: 1.12;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.42);
}

.ah2-project-card__meta {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.25;
}

.ah2-project-card__year {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.98rem;
  line-height: 1;
}

.ah2-project-card__year-line {
  width: 24px;
  height: 2px;
  background: var(--ah2-blue);
  border-radius: 999px;
}

.ah2-project-card__detail {
  position: absolute;
  left: 30px;
  bottom: 28px;
  z-index: 3;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 12px;
  color: var(--ah2-blue);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.ah2-project-card__detail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: var(--ah2-white);
  font-size: 1.35rem;
  line-height: 1;
  backdrop-filter: blur(10px);
}

.ah2-floating-card {
  position: absolute;
  top: 55.8%;
  left: 30.5%;
  z-index: 3;
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 20px;
  align-items: center;
  width: 252px;
  min-height: 148px;
  padding: 20px 20px 18px;
  border: 1px solid var(--ah2-border);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(9, 14, 20, 0.66);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
  direction: ltr;
}

.ah2-floating-card__visual {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.ah2-floating-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--fs-color-primary) 12%, transparent);
  box-shadow: 0 0 24px color-mix(in srgb, var(--fs-color-primary) 32%, transparent);
  color: color-mix( in srgb, var(--fs-color-primary) 55%, #ffffff 45% );
}

.ah2-floating-card__svg {
  width: 24px;
  height: 24px;
}

.ah2-floating-card__rule {
  display: block;
  width: 1px;
  flex: 1 1 auto;
  min-height: 58px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.ah2-floating-card__body {
  direction: rtl;
  text-align: right;
}

.ah2-floating-card__title {
  margin: 0 0 10px;
  color: var(--ah2-white);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.ah2-floating-card__text {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.87rem;
  line-height: 1.35;
}

.ah2-floating-card__link {
  display: inline-block;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
  color: color-mix( in srgb, var(--fs-color-primary) 55%, #ffffff 45% );
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
	transition: all .3s;
}
.ah2-floating-card__link:hover span {
	transform: translateX(-50px) !important;
}
.ah2-floating-card__link:hover {
	color: var(--fs-color-primary);
}

.ah2-copy {
  position: absolute;
  top: 27.2%;
  right: 6.1%;
  z-index: 2;
  width: 500px;
  text-align: right;
  direction: rtl;
}

.ah2-copy__title {
  margin: 0;
  color: var(--ah2-white);
  font-size: clamp(2.55rem, 2.85vw, 4.12rem);
  font-weight: 900;
  line-height: 1.36;
  letter-spacing: 0;
  text-shadow:
    0 7px 0 rgba(0, 0, 0, 0.2),
    0 16px 36px rgba(0, 0, 0, 0.55);
}

.ah2-copy__title span {
  color: var(--ah2-blue);
}

.ah2-copy__accent {
  display: none;
  width: 134px;
  height: 2px;
  margin: 20px 196px 0 0;
  background: var(--ah2-blue);
  border-radius: 999px;
  box-shadow: 0 0 20px rgba(7, 92, 255, 0.36);
}

.ah2-copy__text {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 2.12;
  text-align: center;
  font-weight: 300;			
}

.ah2-actions {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 36px;
  direction: ltr;
}

.ah2-button {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 204px;
  min-height: 58px;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.ah2-button span {
   display: inline-block;
  font-size: 1.62rem;
  font-weight: 400;
  line-height: 0;
    transition: all .3s ease;
}

.ah2-button--primary {
	background: linear-gradient(
	135deg,
	color-mix(in srgb, var(--fs-color-primary) 70%, #ffffff 5%),
	color-mix(in srgb, var(--fs-color-primary) 85%, #000000 40%)
	);
	border: 1px solid color-mix(in srgb, var(--fs-color-primary) 55%, #ffffff 45%);
	box-shadow: 0 16px 38px color-mix(in srgb, var(--fs-color-primary) 24%, transparent);
	color: var(--ah2-white);
}
.ah2-button--primary:hover span {
	transform: translateX(-5px);
}
.ah2-button--primary:hover {
	color: white;
}

.ah2-button--secondary {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(5, 9, 14, 0.4);
  color: var(--ah2-white);
  backdrop-filter: blur(12px);
}
.ah2-button--secondary:hover {
	color: white;
}
.ah2-button--secondary:hover span {
	transform: translateX(-5px);
}

.ah2-stats {
  position: absolute;
  right: 50%;
  bottom: 29px;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 60.5%;
  max-width: 960px;
  min-width: 820px;
  min-height: 96px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 16px;
  background: rgba(7, 11, 16, 0.64);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px);
  transform: translateX(50%);
  direction: rtl;
}

.ah2-stat {
  position: relative;
  display: grid;
  grid-template-columns: 38px 1fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 14px;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 13px 20px;
  text-align: right;
}

.ah2-stat + .ah2-stat::before {
  position: absolute;
  top: 21px;
  right: 0;
  width: 1px;
  height: 54px;
  background: rgba(255, 255, 255, 0.16);
  content: "";
}

.ah2-stat__icon {
  grid-row: 1 / span 2;
  align-self: center;
  color: rgba(255, 255, 255, 0.55);
}

.ah2-stat__svg {
  width: 29px;
  height: 29px;
}

.ah2-stat__value {
  align-self: end;
  color: var(--ah2-white);
  font-size: 1.44rem;
  font-weight: 700;
  line-height: 1;
}

.ah2-stat__label {
  align-self: start;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.ah2-menu-toggle {
  display: none;
}
/*desktop*/
@media (min-width: 1024px) and (max-width: 1366.98px) {
  html {
    min-width: 0;
  }

  body {
    min-width: 0;
    overflow-x: hidden;
  }

  .ah2-preview-page {
    overflow-x: hidden;
  }

  .ah2-hero {
    min-width: 0;
    min-height: 640px;
    max-height: 820px;
  }

  .ah2-header {
    top: clamp(22px, 2.2vw, 30px);
    right: clamp(24px, 3vw, 40px);
    left: clamp(24px, 3vw, 40px);
    grid-template-columns: clamp(185px, 21vw, 260px) minmax(460px, 1fr) clamp(124px, 13vw, 150px);
    column-gap: clamp(14px, 1.8vw, 24px);
  }

  .ah2-brand {
    gap: clamp(10px, 1.1vw, 14px);
  }

  .ah2-brand__name {
    font-size: clamp(1.02rem, 1.55vw, 1.28rem);
	  display: none;
  }

  .ah2-brand__mark {
    width: clamp(42px, 4vw, 50px);
    height: clamp(42px, 4vw, 50px);
  }

  .ah2-brand__mark img {
    top: clamp(-16px, -1.25vw, -13px);
    right: clamp(-26px, -2.1vw, -22px);
    width: clamp(88px, 8.2vw, 104px);
  }

  .ah2-nav {
    gap: clamp(14px, 2.1vw, 30px);
  }

  .ah2-nav__link {
    padding: 11px 0 15px;
    font-size: clamp(0.72rem, 1.05vw, 0.88rem);
  }

  .ah2-nav__link--active::after {
    width: clamp(32px, 3.4vw, 42px);
  }

  .ah2-consult {
    gap: 8px;
    width: clamp(120px, 12vw, 144px);
    min-height: clamp(40px, 4.1vw, 48px);
    border-radius: 10px;
    font-size: clamp(0.7rem, 0.95vw, 0.82rem);
  }
	.ah2-consult:hover span {
      color: var(--ah2-white) !important;	
	}

  .ah2-consult__dot,
  .ah2-project-card__dot {
    width: 8px;
    height: 8px;
  }

  .ah2-project-card {
    top: clamp(104px, 14.5vh, 132px);
    left: clamp(72px, 9.6vw, 142px);
    width: clamp(310px, 30vw, 390px);
    min-width: 0;
    max-width: none;
    height: clamp(320px, 43vh, 390px);
    min-height: 0;
    border-radius: 16px;
  }

  .ah2-project-card__content {
    top: clamp(22px, 2.4vw, 30px);
    left: clamp(20px, 2.2vw, 26px);
    width: clamp(148px, 15vw, 174px);
  }

  .ah2-project-card__eyebrow {
    gap: 7px;
    margin-bottom: clamp(15px, 1.7vw, 20px);
    font-size: clamp(0.72rem, 0.9vw, 0.82rem);
  }

  .ah2-project-card__title {
    margin-bottom: clamp(10px, 1.1vw, 14px);
    font-size: clamp(1.42rem, 2.25vw, 1.82rem);
  }

  .ah2-project-card__meta {
    margin-bottom: 8px;
    font-size: clamp(0.76rem, 0.95vw, 0.88rem);
  }

  .ah2-project-card__year {
    gap: 11px;
    font-size: clamp(0.8rem, 1vw, 0.92rem);
  }

  .ah2-project-card__detail {
    left: clamp(22px, 2.4vw, 28px);
    bottom: clamp(22px, 2.5vw, 28px);
    gap: 10px;
    font-size: clamp(0.72rem, 0.9vw, 0.8rem);
  }

  .ah2-project-card__detail-icon {
    width: clamp(30px, 3vw, 34px);
    height: clamp(30px, 3vw, 34px);
    font-size: 1.15rem;
  }

  .ah2-floating-card {
    top: clamp(446px, 58vh, 524px);
    left: clamp(312px, 31.5vw, 430px);
    grid-template-columns: 34px 1fr;
    column-gap: 14px;
    width: clamp(198px, 18vw, 228px);
    min-height: clamp(112px, 13vh, 132px);
    padding: 16px;
    border-radius: 12px;
  }

  .ah2-floating-card__icon {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }

  .ah2-floating-card__svg {
    width: 21px;
    height: 21px;
  }

  .ah2-floating-card__rule {
    min-height: 44px;
  }

  .ah2-floating-card__title {
    margin-bottom: 7px;
    font-size: clamp(0.82rem, 1vw, 0.94rem);
    line-height: 1.42;
  }

  .ah2-floating-card__text {
    margin-bottom: 13px;
    font-size: clamp(0.72rem, 0.9vw, 0.82rem);
  }

  .ah2-floating-card__link {
    gap: 8px;
    font-size: clamp(0.72rem, 0.88vw, 0.8rem);
  }

  .ah2-copy {
    top: clamp(184px, 25.2vh, 230px);
    right: clamp(46px, 5.7vw, 78px);
    width: clamp(350px, 37vw, 460px);
  }

  .ah2-copy__title {
    font-size: clamp(2.35rem, 4.15vw, 3.35rem);
    line-height: 1.32;
    text-shadow:
      0 5px 0 rgba(0, 0, 0, 0.2),
      0 14px 30px rgba(0, 0, 0, 0.55);
  }

  .ah2-copy__accent {
    width: clamp(88px, 9vw, 122px);
    margin-top: clamp(14px, 1.5vw, 18px);
    margin-right: clamp(128px, 14vw, 178px);
  }

  .ah2-copy__text {
    margin-top: clamp(18px, 2vw, 24px);
    font-size: clamp(0.78rem, 1vw, 0.92rem);
    line-height: 1.95;
  }

  .ah2-actions {
    gap: clamp(14px, 1.7vw, 20px);
    margin-top: clamp(24px, 3vw, 32px);
  }

  .ah2-button {
    gap: 13px;
    width: clamp(156px, 16vw, 184px);
    min-height: clamp(46px, 5vw, 54px);
    border-radius: 10px;
    font-size: clamp(0.78rem, 0.95vw, 0.88rem);
  }

  .ah2-button span {
    font-size: clamp(1.25rem, 1.5vw, 1.5rem);
	  transition: all .3s !important;
  }

  .ah2-stats {
    bottom: clamp(22px, 2.6vh, 28px);
    width: clamp(720px, 73vw, 880px);
    max-width: none;
    min-width: 0;
    min-height: clamp(78px, 9.2vh, 88px);
    padding: 0 clamp(14px, 1.8vw, 22px);
    border-radius: 14px;
  }

  .ah2-stat {
    grid-template-columns: clamp(30px, 3vw, 36px) 1fr;
    column-gap: clamp(9px, 1.1vw, 13px);
    padding: clamp(10px, 1.2vw, 13px) clamp(10px, 1.4vw, 18px);
  }

  .ah2-stat + .ah2-stat::before {
    top: 18px;
    height: 46px;
  }

  .ah2-stat__svg {
    width: clamp(24px, 2.5vw, 28px);
    height: clamp(24px, 2.5vw, 28px);
  }

  .ah2-stat__value {
    font-size: clamp(1.12rem, 1.7vw, 1.34rem);
  }

  .ah2-stat__label {
    margin-top: 5px;
    font-size: clamp(0.68rem, 0.9vw, 0.8rem);
  }
}
/*mobile*/
@media (max-width: 1023.98px) {
  html {
    min-width: 0;
    background: #01050a;
  }

  body {
    min-width: 0;
    overflow-x: hidden;
    background: #01050a;
  }

  .ah2-preview-page {
    min-height: 100vh;
    overflow-x: hidden;
    padding: 2px 0 18px;
    background: #01050a;
  }

  .ah2-hero {
    display: flex;
    flex-direction: column;
    width: calc(100% - 28px);
    min-width: 0;
    min-height: 0;
    height: auto;
    max-height: none;
    margin: 0 auto;
    padding: 28px 18px 32px;
    border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(2, 7, 12, 0.08) 0%, rgba(2, 7, 12, 0.42) 46%, rgba(2, 7, 12, 0.78) 100%),
      url("../images/mobile/background-mobile.png") center top / 100% auto no-repeat;
  }

  .ah2-hero::before {
    background:
      linear-gradient(180deg, rgba(0, 5, 10, 0.1) 0%, rgba(0, 5, 10, 0.26) 48%, rgba(0, 5, 10, 0.72) 100%),
      radial-gradient(circle at 74% 45%, rgba(7, 92, 255, 0.12), transparent 28%);
  }

  .ah2-hero::after {
    background:
      linear-gradient(rgba(7, 92, 255, 0.13) 1px, transparent 1px),
      linear-gradient(90deg, rgba(7, 92, 255, 0.1) 1px, transparent 1px);
    background-size: 108px 108px;
    opacity: 0.18;
  }

  .ah2-header {
    position: relative;
    inset: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 52px;
    margin: 0;
    direction: ltr;
  }

  .ah2-brand {
    order: 2;
    gap: 9px;
    direction: rtl;
  }

  .ah2-brand__name {
    font-size: clamp(1.04rem, 5.1vw, 1.32rem);
    font-weight: 800;
  }
	
  .ah2-brand__mark {
    width: 64px;
    height: 64px;
  }

  .ah2-brand__mark img {
    top: 0px;
    right: 0px;
    width: 92px;
  }

  .ah2-menu-toggle {
    order: 1;
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .ah2-menu-toggle__line {
    display: block;
    width: 29px;
    height: 2.5px;
    margin: 3.5px 0;
    border-radius: 999px;
    background: var(--ah2-white);
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.2);
  }

  .ah2-nav,
  .ah2-consult {
    display: none;
  }

  .ah2-floating-card {
    position: absolute;
    top: 350px;
    left: 24px;
    z-index: 4;
    display: grid;
    grid-template-columns: 36px 1fr;
    column-gap: 14px;
    width: min(58vw, 236px);
    min-height: 132px;
    padding: 16px 16px 15px;
    border-radius: 14px;
  }

  .ah2-floating-card__visual {
    gap: 8px;
  }

  .ah2-floating-card__icon {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }

  .ah2-floating-card__svg {
    width: 21px;
    height: 21px;
  }

  .ah2-floating-card__rule {
    min-height: 44px;
  }

  .ah2-floating-card__title {
    margin-bottom: 7px;
    font-size: 0.86rem;
    line-height: 1.42;
  }

  .ah2-floating-card__text {
    margin-bottom: 12px;
    font-size: 0.76rem;
  }

  .ah2-floating-card__link {
    gap: 8px;
    font-size: 0.76rem;
  }

  .ah2-project-card {
    position: relative;
    top: auto;
    left: auto;
    z-index: 2;
    width: calc(100% + 12px);
    max-width: none;
    min-width: 0;
    height: auto;
    min-height: 0;
    aspect-ratio: 0.88;
    margin: 36px -6px 0;
    border-radius: 18px;
  }

  .ah2-project-card__image {
    object-fit: cover;
    object-position: center 48%;
  }

  .ah2-project-card__shade {
    background:
      linear-gradient(180deg, rgba(6, 12, 20, 0.06) 0%, rgba(6, 12, 20, 0.08) 48%, rgba(6, 12, 20, 0.36) 100%),
      linear-gradient(90deg, rgba(6, 12, 20, 0.34), rgba(6, 12, 20, 0.04) 56%, rgba(6, 12, 20, 0.02) 100%);
  }

  .ah2-project-card__content {
    top: auto;
    right: auto;
    bottom: -1px;
    left: -1px;
    width: min(40vw, 162px);
    min-width: 144px;
    min-height: 142px;
    padding: 18px 15px 15px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 16px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
      rgba(14, 21, 30, 0.7);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(18px);
    direction: rtl;
    text-align: right;
  }

  .ah2-project-card__eyebrow {
    gap: 6px;
    margin: 0 0 14px;
    font-size: 0.74rem;
  }

  .ah2-project-card__title {
    margin-bottom: 10px;
    font-size: clamp(1.18rem, 5vw, 1.44rem);
    line-height: 1.12;
  }

  .ah2-project-card__meta {
    margin-bottom: 7px;
    font-size: 0.76rem;
  }

  .ah2-project-card__year {
    gap: 10px;
    margin-top: 3px;
    font-size: 0.8rem;
  }

  .ah2-project-card__detail {
    display: none;
  }

  .ah2-copy {
    position: relative;
    top: auto;
    right: auto;
    z-index: 2;
    width: 100%;
    margin: 52px 0 0;
    text-align: center;
  }

  .ah2-copy__title {
    font-size: clamp(1.55rem, 6.8vw, 3.65rem);
    font-weight: 950;
    line-height: 1.42;
    text-align: center;
    text-shadow:
      0 6px 0 rgba(0, 0, 0, 0.24),
      0 18px 36px rgba(0, 0, 0, 0.58);
  }

  .ah2-copy__title span {
    display: inline-block;
  }

  .ah2-copy__accent {
    width: 74px;
    margin: 10px 17.5% 0 0;
    transform: translateX(50%);
  }

  .ah2-copy__text {
    width: min(100%, 360px);
    margin: 27px auto 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: clamp(0.86rem, 3.65vw, 0.98rem);
    line-height: 2.05;
    text-align: center;
  }

  .ah2-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: 100%;
    margin-top: 40px;
    direction: ltr;
  }

  .ah2-button {
    width: 100%;
    min-height: 64px;
    border-radius: 12px;
    font-size: 1rem;
  }

  .ah2-button span {
    font-size: 1.8rem;
  }

  .ah2-stats {
    position: relative;
    right: auto;
    bottom: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 0;
    margin: 38px 0 0;
    padding: 18px 16px;
    border-radius: 14px;
    transform: none;
  }

  .ah2-stat {
    grid-template-columns: 34px 1fr;
    column-gap: 14px;
    min-height: 104px;
    padding: 18px 12px;
    text-align: right;
  }

  .ah2-stat:nth-child(1) {
    order: 1;
  }

  .ah2-stat:nth-child(4) {
    order: 2;
  }

  .ah2-stat:nth-child(2) {
    order: 3;
  }

  .ah2-stat:nth-child(3) {
    order: 4;
  }

  .ah2-stat + .ah2-stat::before {
    display: none;
  }

  .ah2-stat:nth-child(4),
  .ah2-stat:nth-child(3) {
    border-right: 1px dashed rgba(255, 255, 255, 0.16);
  }

  .ah2-stat:nth-child(2),
  .ah2-stat:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .ah2-stat__svg {
    width: 32px;
    height: 32px;
  }

  .ah2-stat__value {
    font-size: clamp(1.65rem, 7vw, 2.05rem);
  }

  .ah2-stat__label {
    margin-top: 8px;
    font-size: clamp(0.82rem, 3.4vw, 0.96rem);
    white-space: normal;
  }
}

@media (min-width: 1367px) {
  .ah2-header.ah2-header--sticky {
    position: fixed !important;
    top: 18px;
    right: clamp(44px, 3.6vw, 64px);
    left: clamp(44px, 3.6vw, 64px);
    z-index: 999999 !important;

    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: rgba(4, 10, 18, 0.58);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    isolation: isolate;
    pointer-events: auto;
    transform: translateZ(0);
  }

  .ah2-hero,
  .ah2-hero-wrap,
  .ah2-root {
    position: relative;
    z-index: 10;
  }

  .ah2-hero:has(.ah2-header--sticky),
  .ah2-hero-wrap:has(.ah2-header--sticky),
  .ah2-root:has(.ah2-header--sticky) {
    z-index: 999998;
  }
}

